Nathan Panchout
3e62cdb929
🎨 (react) enhance alert component styles
...
update alert token and css files with new css variables introduce
with the new tokens architectures
2025-09-23 15:58:43 +02:00
Nathan Vasse
20f5bb703b
♻️ (react) make className standard across components
...
The className prop was sometimes set onto the nested element and
sometimes on the container element, which was not consistent. Now
we always set the className onto the upmost element.
2024-03-19 14:15:35 +01:00
Nathan Vasse
f685abb36c
♻️ (react) use info design tokens
...
Some info variant of components were using primary design token instead
of info.
2024-02-13 15:14:05 +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
Nathan Vasse
81e4da1d36
♻️ (react) add colorFromType
...
This utils allows to give the appropriate color palette for each
AlertType | ToastType value.
2024-02-05 15:23:03 +01:00
Nathan Vasse
cef284b6ab
💄 (react) update Alert and Toast icons
...
For aesthetic reasons we decided to use the circled versions of
icons.
2024-01-08 15:49:34 +01:00
Nathan Vasse
540cdc6896
💄 (react) update Alert and Toast icon size
...
We realized that even if the Figma sketches indicates that the icons
are 16px in reality the rendered DOM was not visualy matching the
sketches. We needs 19px to match the sketches.
2024-01-08 15:49:34 +01:00
Nathan Vasse
83a533d245
♻️ (react) extract typeToColor from AlertIcon
...
We will need to use the logic of this function in the Toast component.
2024-01-05 16:38:09 +01:00
Nathan Vasse
491f66f86e
📝 (react) add Alert doc
...
Add the Alert doc with various examples and use cases.
2024-01-02 15:26:13 +01:00
Nathan Vasse
33d0c9fdca
✨ (react) add Alert
...
Here is the Alert component based on recent delivered sketches.
There is a main component that based on props renders sub alert components.
2024-01-02 15:26:13 +01:00