📦️(react) add react-aria dependecies

Working on the date picker, we looked for an headless
UI components library. React-aria was chosen to support
the new form's component development. They developped a suite of
headless UI components that seemed quite easy to style.
This commit is contained in:
Lebaud Antoine
2023-05-22 16:38:33 +02:00
committed by aleb_the_flash
parent 6f05995f24
commit 60ff04c2d9
2 changed files with 1096 additions and 0 deletions

View File

@@ -43,11 +43,18 @@
"dependencies": {
"@fontsource/material-icons": "5.0.1",
"@fontsource-variable/roboto-flex": "5.0.1",
"@internationalized/date": "3.2.0",
"@openfun/cunningham-tokens": "*",
"@react-aria/calendar": "3.2.0",
"@react-aria/datepicker": "3.4.0",
"@react-aria/i18n": "3.7.1",
"@react-stately/calendar": "3.2.0",
"@react-stately/datepicker": "3.4.0",
"@tanstack/react-table": "8.9.1",
"classnames": "2.3.2",
"downshift": "7.6.0",
"react": "18.2.0",
"react-aria": "3.24.0",
"react-dom": "18.2.0"
},
"engines": {

1089
yarn.lock

File diff suppressed because it is too large Load Diff