feat: Introduce new modal API
To closer follow our design system we should only allow at most three actions and at least one action in the modal-footer
slot. To achieve this we will begin by depreciating the Modal API modal-footer
, modal-ok
and modal-cancel
slots. As well as introduce a new Modal API to populate modal-footer
content through props
.
Integration Test MR: gitlab!23014 (closed)
Edited by Payton Burdette