Nathan Vasse
|
54df5d6c71
|
💄(react) remove modal content outline on focus
This was giving a strange look n feel, neither improving a11y.
|
2024-02-28 17:19:32 +01:00 |
|
Nathan Vasse
|
a17c805f50
|
🐛(react) fix closeOnClickOutside not working
Our recent changes to enable the customization of the modal backdrop
caused this prop to not work anymore.
|
2024-02-21 16:08:23 +01:00 |
|
Nathan Vasse
|
7f12f4d9b0
|
🐛(fix) fix body scroll when a modal is opened
It was possible to scroll the body when a modal is opened, it was
cutting the visibility of the modal, and was simply weird.
Fixes #263
|
2024-02-21 14:54:52 +01:00 |
|
Nathan Vasse
|
266701a733
|
🐛(react) fix default opened modal
Modal with isOpen=true on first render were causing a crash. With
this approach we make sure the portal node is already rendered.
Fixes #259
|
2024-02-20 17:21:32 +01:00 |
|
Nathan Vasse
|
c3416f3113
|
🏷️(react) modal title type
We need to be able to use any ReactNode a modal title.
Fixes #260
|
2024-02-19 15:39:03 +01:00 |
|
Nathan Vasse
|
670eb8ce57
|
🏷️(react) remove ModalFooter export
This component was not supposed to be exported, it could be misleading
for consumers.
Fixes #258
|
2024-02-19 15:30:39 +01:00 |
|
jbpenrath
|
be1e2e2614
|
💄(react) make modal backdrop color customisable
As we cannot user CSS vars into backdrop pseudo element, we decide to
create a dom element to simulate the modal backdrop.
Resolve #257
|
2024-02-15 14:54:17 +01:00 |
|
Nathan Vasse
|
1445f4a222
|
✨(react) add Modal
Here it is! Our really wanted Modal component, based on Figma sketches.
|
2024-02-05 15:23:03 +01:00 |
|