Nathan Vasse
4fbd75cdcf
🐛 (tokens) fix invalid sass with comma
...
The generated sass from tokens containing commas, like font families was
not valid due to the way maps are made in sass. So we wrap those value
in quotes.
2024-02-28 17:19:32 +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
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
132b676ff7
✨ (react) add Toast component
...
This component allows to create dynamic Toast appearing at the bottom
of the screen for few seconds.
2024-01-05 16:38:09 +01:00
Nathan Vasse
6e4dd55f49
🔧 (react) regenerate tokens files
...
These new tokens file adds button and alert tokens.
2024-01-02 15:26:13 +01:00
Nathan Vasse
7b0686dede
✨ (react) add sass generator to react
...
We need to use sass variable in order to use breakpoints in media
queries. Using native CSS vars in media queries is not possible.
2023-12-12 11:04:25 +01:00