📦️(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:
committed by
aleb_the_flash
parent
6f05995f24
commit
60ff04c2d9
@@ -43,11 +43,18 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fontsource/material-icons": "5.0.1",
|
"@fontsource/material-icons": "5.0.1",
|
||||||
"@fontsource-variable/roboto-flex": "5.0.1",
|
"@fontsource-variable/roboto-flex": "5.0.1",
|
||||||
|
"@internationalized/date": "3.2.0",
|
||||||
"@openfun/cunningham-tokens": "*",
|
"@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",
|
"@tanstack/react-table": "8.9.1",
|
||||||
"classnames": "2.3.2",
|
"classnames": "2.3.2",
|
||||||
"downshift": "7.6.0",
|
"downshift": "7.6.0",
|
||||||
"react": "18.2.0",
|
"react": "18.2.0",
|
||||||
|
"react-aria": "3.24.0",
|
||||||
"react-dom": "18.2.0"
|
"react-dom": "18.2.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|||||||
Reference in New Issue
Block a user