Nathan Vasse
|
1f80674717
|
📝(doc) upgrade doc for Storybook v8
The Canvas block does not handle free source code anymore, now we need
to put it in a dedicated Story.
|
2024-03-21 17:00:04 +01:00 |
|
Nathan Vasse
|
680365a117
|
💄(react) make Modal close button sticky
We want to make sure this button is always visible inside scrollable
modals.
Fixes #278
|
2024-02-28 17:36:32 +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 |
|