Lebaud Antoine
8cf8e1eba2
🩹 (react) harmonize date picker components output
...
By introducing this utility function, we ensure that any output value
is converted back to an ISO 8601 date and time string in UTC timezone.
Overall, it harmonize and factorize the way we output
values from date picker components.
2023-08-02 19:02:22 +02:00
Nathan Vasse
d85f9edac8
🚨 (lint) update file for prettier 3.0.0
...
Prettier 3.0.0 comes with new standards so we need to upgrade our files
to comply with it.
2023-07-18 16:59:39 +02:00
Lebaud Antoine
f8326c5de6
✨ (react) make DatePicker elements accessible
...
Declare and export reusable element from the DatePicker
sub-packages, to make them easily usable accros
the design system or any application.
2023-07-10 22:05:33 +02:00
Lebaud Antoine
0d6b98ee1f
✨ (react) introduce DateRangePicker component
...
Introduce a flexible and reusable DateRangePicker component to facilitate the
selection of date ranges in the design system.
2023-07-10 22:05:33 +02:00