jbpenrath
67ba361370
💄 (react) homegenize form inputs states
...
Currently between all components some states were not aligned (error, success,
hover, focus,...)
2025-12-15 12:58:38 +01:00
jbpenrath
a6681d19ed
📦 (all) update packages namespace
...
Change packages namespace from `@openfun` to `@gouvfr-lasuite`.
2025-11-03 14:43:08 +01:00
Nathan Vasse
87dbf922df
🚨 (react) fix lint issues
...
Fix the lint for the recent commits.
2025-09-23 15:58:43 +02:00
Nathan Panchout
c9f6d2d41c
🎨 (react) enhance TextArea component styles
...
update TextArea token and css files with new css variables introduce
with the new tokens architectures
2025-09-23 15:58:43 +02:00
jbpenrath
56d9ed88f0
💥 (react) upgrade to React 19
...
https://react.dev/blog/2024/04/25/react-19-upgrade-guide
https://react.dev/blog/2024/12/05/react-19
2025-01-08 11:02:50 +01:00
jbpenrath
a70f8129eb
✅ (react) remove warnings during tests
...
Numerous warnings was raised during tests. We remove most of them. Some
needs to be discussed before fix.
2024-04-29 15:38:22 +02:00
Nathan Vasse
c63aff4861
📝 (react) upgrade stories for Storybook 8
...
The old way of using Canvas is deprecated, we need to migrate all the
stories to the new standard.
2024-03-21 17:00:04 +01: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
8e7300b92c
💄 (react) add border-radius transition
...
This transition was not working, now this provides are smoother effect.
Closes #112
2024-03-13 15:53:59 +01:00
Nathan Vasse
97a54ee6ae
🐛 (react) fix TextArea value color
...
The dedicated token was not used, so here it is.
Fixes #230
2024-01-16 17:44:00 +01:00
Nathan Vasse
bbf3df852f
✨ (react) add TextArea component
...
How could we ship a design system library without a textarea?
2023-10-24 11:56:47 +02:00