From ec0437e79ca3ea796eb158efaa5d9160684c8db7 Mon Sep 17 00:00:00 2001 From: WK Wong Date: Wed, 17 Dec 2025 11:52:44 +0800 Subject: [PATCH 1/4] chore(deps): upgrade react-aria (v1.14.0) --- .changeset/smart-swans-impress.md | 51 + .../code-demo/parse-dependencies.ts | 4 +- .../content/docs/components/date-input.mdx | 36 +- .../content/docs/components/date-picker.mdx | 36 +- .../docs/components/date-range-picker.mdx | 42 +- apps/docs/package.json | 22 +- packages/components/accordion/package.json | 6 +- packages/components/alert/package.json | 2 +- packages/components/autocomplete/package.json | 10 +- packages/components/avatar/package.json | 4 +- packages/components/breadcrumbs/package.json | 4 +- packages/components/button/package.json | 4 +- packages/components/calendar/package.json | 18 +- packages/components/card/package.json | 4 +- packages/components/checkbox/package.json | 10 +- packages/components/chip/package.json | 4 +- packages/components/date-input/package.json | 10 +- packages/components/date-picker/package.json | 12 +- packages/components/dropdown/package.json | 6 +- packages/components/input-otp/package.json | 6 +- packages/components/input/package.json | 8 +- packages/components/link/package.json | 2 +- packages/components/listbox/package.json | 8 +- packages/components/menu/package.json | 8 +- packages/components/modal/package.json | 8 +- packages/components/navbar/package.json | 12 +- packages/components/number-input/package.json | 12 +- packages/components/pagination/package.json | 8 +- packages/components/popover/package.json | 8 +- packages/components/progress/package.json | 2 +- packages/components/radio/package.json | 10 +- packages/components/select/package.json | 10 +- packages/components/slider/package.json | 12 +- packages/components/snippet/package.json | 2 +- packages/components/switch/package.json | 10 +- packages/components/table/package.json | 12 +- packages/components/tabs/package.json | 8 +- packages/components/toast/package.json | 4 +- packages/components/tooltip/package.json | 8 +- packages/components/user/package.json | 2 +- packages/core/react/package.json | 2 +- packages/core/react/src/index.ts | 1 - packages/core/system/package.json | 6 +- .../use-aria-accordion-item/package.json | 6 +- .../hooks/use-aria-accordion/package.json | 8 +- packages/hooks/use-aria-button/package.json | 6 +- packages/hooks/use-aria-link/package.json | 6 +- .../hooks/use-aria-modal-overlay/package.json | 6 +- .../hooks/use-aria-multiselect/package.json | 18 +- packages/hooks/use-aria-overlay/package.json | 6 +- packages/hooks/use-disclosure/package.json | 4 +- packages/hooks/use-draggable/package.json | 2 +- packages/hooks/use-pagination/package.json | 2 +- packages/utilities/aria-utils/package.json | 2 +- pnpm-lock.yaml | 1420 ++++++++--------- 55 files changed, 995 insertions(+), 945 deletions(-) create mode 100644 .changeset/smart-swans-impress.md diff --git a/.changeset/smart-swans-impress.md b/.changeset/smart-swans-impress.md new file mode 100644 index 0000000000..95cd5ec1bb --- /dev/null +++ b/.changeset/smart-swans-impress.md @@ -0,0 +1,51 @@ +--- +"@heroui/use-aria-accordion-item": patch +"@heroui/use-aria-modal-overlay": patch +"@heroui/use-aria-multiselect": patch +"@heroui/use-aria-accordion": patch +"@heroui/autocomplete": patch +"@heroui/number-input": patch +"@heroui/breadcrumbs": patch +"@heroui/date-picker": patch +"@heroui/use-aria-overlay": patch +"@heroui/date-input": patch +"@heroui/pagination": patch +"@heroui/use-aria-button": patch +"@heroui/accordion": patch +"@heroui/input-otp": patch +"@heroui/use-disclosure": patch +"@heroui/use-pagination": patch +"@heroui/aria-utils": patch +"@heroui/calendar": patch +"@heroui/checkbox": patch +"@heroui/dropdown": patch +"@heroui/progress": patch +"@heroui/use-aria-link": patch +"@heroui/use-draggable": patch +"@heroui/listbox": patch +"@heroui/popover": patch +"@heroui/snippet": patch +"@heroui/tooltip": patch +"@heroui/avatar": patch +"@heroui/button": patch +"@heroui/navbar": patch +"@heroui/select": patch +"@heroui/slider": patch +"@heroui/switch": patch +"@heroui/alert": patch +"@heroui/input": patch +"@heroui/modal": patch +"@heroui/radio": patch +"@heroui/table": patch +"@heroui/toast": patch +"@heroui/card": patch +"@heroui/chip": patch +"@heroui/link": patch +"@heroui/menu": patch +"@heroui/tabs": patch +"@heroui/user": patch +"@heroui/system": patch +"@heroui/react": patch +--- + +upgrade react-aria (v1.14.0) diff --git a/apps/docs/components/docs/components/code-demo/parse-dependencies.ts b/apps/docs/components/docs/components/code-demo/parse-dependencies.ts index b99846094c..caf77ede95 100644 --- a/apps/docs/components/docs/components/code-demo/parse-dependencies.ts +++ b/apps/docs/components/docs/components/code-demo/parse-dependencies.ts @@ -52,6 +52,6 @@ export const parseDependencies = (content: string) => { }; const fixedVersions = { - "@internationalized/date": "3.10.0", - "@react-aria/i18n": "3.12.13", + "@internationalized/date": "3.10.1", + "@react-aria/i18n": "3.12.14", }; diff --git a/apps/docs/content/docs/components/date-input.mdx b/apps/docs/content/docs/components/date-input.mdx index 622dec35c2..ceb4ed1455 100644 --- a/apps/docs/content/docs/components/date-input.mdx +++ b/apps/docs/content/docs/components/date-input.mdx @@ -104,9 +104,9 @@ in multiple formats into `ZonedDateTime` objects. @@ -129,9 +129,9 @@ in multiple formats into `ZonedDateTime` objects. @@ -153,9 +153,9 @@ in multiple formats into `ZonedDateTime` objects. @@ -177,9 +177,9 @@ in multiple formats into `ZonedDateTime` objects. @@ -200,9 +200,9 @@ in multiple formats into `ZonedDateTime` objects. @@ -223,9 +223,9 @@ in multiple formats into `ZonedDateTime` objects. diff --git a/apps/docs/content/docs/components/date-picker.mdx b/apps/docs/content/docs/components/date-picker.mdx index baf57e4b25..8d648464f7 100644 --- a/apps/docs/content/docs/components/date-picker.mdx +++ b/apps/docs/content/docs/components/date-picker.mdx @@ -119,9 +119,9 @@ in multiple formats into `ZonedDateTime` objects. @@ -144,9 +144,9 @@ in multiple formats into `ZonedDateTime` objects. @@ -168,9 +168,9 @@ in multiple formats into `ZonedDateTime` objects. @@ -192,9 +192,9 @@ in multiple formats into `ZonedDateTime` objects. @@ -214,9 +214,9 @@ in multiple formats into `ZonedDateTime` objects. @@ -252,9 +252,9 @@ in multiple formats into `ZonedDateTime` objects. diff --git a/apps/docs/content/docs/components/date-range-picker.mdx b/apps/docs/content/docs/components/date-range-picker.mdx index 04f59c1ec0..3db7106f50 100644 --- a/apps/docs/content/docs/components/date-range-picker.mdx +++ b/apps/docs/content/docs/components/date-range-picker.mdx @@ -142,9 +142,9 @@ in multiple formats into `ZonedDateTime` objects. @@ -167,9 +167,9 @@ in multiple formats into `ZonedDateTime` objects. @@ -191,9 +191,9 @@ in multiple formats into `ZonedDateTime` objects. @@ -215,9 +215,9 @@ in multiple formats into `ZonedDateTime` objects. @@ -237,9 +237,9 @@ in multiple formats into `ZonedDateTime` objects. @@ -262,9 +262,9 @@ in multiple formats into `ZonedDateTime` objects. @@ -282,9 +282,9 @@ in multiple formats into `ZonedDateTime` objects. diff --git a/apps/docs/package.json b/apps/docs/package.json index 63d81d0f2a..8cb8b382fb 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -29,17 +29,17 @@ "@heroui/use-infinite-scroll": "workspace:*", "@iconify/icons-solar": "1.2.3", "@iconify/react": "5.0.2", - "@internationalized/date": "3.10.0", + "@internationalized/date": "3.10.1", "@radix-ui/react-scroll-area": "^1.0.5", - "@react-aria/focus": "3.21.2", - "@react-aria/i18n": "3.12.13", - "@react-aria/interactions": "3.25.6", - "@react-aria/selection": "3.26.0", + "@react-aria/focus": "3.21.3", + "@react-aria/i18n": "3.12.14", + "@react-aria/interactions": "3.26.0", + "@react-aria/selection": "3.27.0", "@react-aria/ssr": "3.9.10", - "@react-aria/utils": "3.31.0", - "@react-aria/visually-hidden": "3.8.28", - "@react-stately/data": "3.14.1", - "@react-stately/tree": "3.9.3", + "@react-aria/utils": "3.32.0", + "@react-aria/visually-hidden": "3.8.29", + "@react-stately/data": "3.15.0", + "@react-stately/tree": "3.9.4", "@rehooks/local-storage": "^2.4.5", "@stackblitz/sdk": "^1.11.0", "@types/lodash": "^4.17.15", @@ -90,8 +90,8 @@ }, "devDependencies": { "@docusaurus/utils": "2.0.0-beta.3", - "@react-types/calendar": "3.8.0", - "@react-types/datepicker": "3.13.2", + "@react-types/calendar": "3.8.1", + "@react-types/datepicker": "3.13.3", "@react-types/shared": "3.32.1", "@tailwindcss/postcss": "4.1.11", "@tailwindcss/typography": "0.5.16", diff --git a/packages/components/accordion/package.json b/packages/components/accordion/package.json index 7bc0e41215..7c8006fff1 100644 --- a/packages/components/accordion/package.json +++ b/packages/components/accordion/package.json @@ -55,9 +55,9 @@ "@heroui/divider": "workspace:*", "@heroui/use-aria-accordion": "workspace:*", "@heroui/dom-animation": "workspace:*", - "@react-aria/interactions": "3.25.6", - "@react-aria/focus": "3.21.2", - "@react-stately/tree": "3.9.3", + "@react-aria/interactions": "3.26.0", + "@react-aria/focus": "3.21.3", + "@react-stately/tree": "3.9.4", "@react-types/accordion": "3.0.0-alpha.26", "@react-types/shared": "3.32.1" }, diff --git a/packages/components/alert/package.json b/packages/components/alert/package.json index d65cabdef8..db76e79c7f 100644 --- a/packages/components/alert/package.json +++ b/packages/components/alert/package.json @@ -47,7 +47,7 @@ "@heroui/react-utils": "workspace:*", "@heroui/shared-icons": "workspace:*", "@heroui/shared-utils": "workspace:*", - "@react-stately/utils": "3.10.8", + "@react-stately/utils": "3.11.0", "@heroui/button": "workspace:*" }, "devDependencies": { diff --git a/packages/components/autocomplete/package.json b/packages/components/autocomplete/package.json index 18fc56fc4a..8ea77ae949 100644 --- a/packages/components/autocomplete/package.json +++ b/packages/components/autocomplete/package.json @@ -52,10 +52,10 @@ "@heroui/shared-icons": "workspace:*", "@heroui/shared-utils": "workspace:*", "@heroui/use-safe-layout-effect": "workspace:*", - "@react-aria/combobox": "3.14.0", - "@react-aria/i18n": "3.12.13", - "@react-stately/combobox": "3.12.0", - "@react-types/combobox": "3.13.9", + "@react-aria/combobox": "3.14.1", + "@react-aria/i18n": "3.12.14", + "@react-stately/combobox": "3.12.1", + "@react-types/combobox": "3.13.10", "@react-types/shared": "3.32.1" }, "devDependencies": { @@ -65,7 +65,7 @@ "@heroui/system": "workspace:*", "@heroui/theme": "workspace:*", "@heroui/use-infinite-scroll": "workspace:*", - "@react-stately/data": "3.14.1", + "@react-stately/data": "3.15.0", "clean-package": "2.2.0", "framer-motion": "11.18.2", "react": "18.3.0", diff --git a/packages/components/avatar/package.json b/packages/components/avatar/package.json index 9f75e8dbed..c06a2ff5b3 100644 --- a/packages/components/avatar/package.json +++ b/packages/components/avatar/package.json @@ -43,8 +43,8 @@ "@heroui/shared-utils": "workspace:*", "@heroui/react-utils": "workspace:*", "@heroui/use-image": "workspace:*", - "@react-aria/interactions": "3.25.6", - "@react-aria/focus": "3.21.2" + "@react-aria/interactions": "3.26.0", + "@react-aria/focus": "3.21.3" }, "devDependencies": { "@heroui/theme": "workspace:*", diff --git a/packages/components/breadcrumbs/package.json b/packages/components/breadcrumbs/package.json index 5578f4f554..d33a842492 100644 --- a/packages/components/breadcrumbs/package.json +++ b/packages/components/breadcrumbs/package.json @@ -43,8 +43,8 @@ "@heroui/react-utils": "workspace:*", "@heroui/shared-utils": "workspace:*", "@heroui/shared-icons": "workspace:*", - "@react-aria/focus": "3.21.2", - "@react-aria/breadcrumbs": "3.5.29", + "@react-aria/focus": "3.21.3", + "@react-aria/breadcrumbs": "3.5.30", "@react-types/breadcrumbs": "3.7.17" }, "devDependencies": { diff --git a/packages/components/button/package.json b/packages/components/button/package.json index d1c74ebc94..468dac8c22 100644 --- a/packages/components/button/package.json +++ b/packages/components/button/package.json @@ -46,8 +46,8 @@ "@heroui/use-aria-button": "workspace:*", "@heroui/ripple": "workspace:*", "@heroui/spinner": "workspace:*", - "@react-aria/interactions": "3.25.6", - "@react-aria/focus": "3.21.2", + "@react-aria/interactions": "3.26.0", + "@react-aria/focus": "3.21.3", "@react-types/shared": "3.32.1" }, "devDependencies": { diff --git a/packages/components/calendar/package.json b/packages/components/calendar/package.json index bacf758b2b..844a2f7050 100644 --- a/packages/components/calendar/package.json +++ b/packages/components/calendar/package.json @@ -48,16 +48,16 @@ "@heroui/use-aria-button": "workspace:*", "@heroui/button": "workspace:*", "@heroui/dom-animation": "workspace:*", - "@internationalized/date": "3.10.0", - "@react-aria/calendar": "3.9.2", - "@react-aria/focus": "3.21.2", - "@react-aria/i18n": "3.12.13", - "@react-stately/calendar": "3.9.0", + "@internationalized/date": "3.10.1", + "@react-aria/calendar": "3.9.3", + "@react-aria/focus": "3.21.3", + "@react-aria/i18n": "3.12.14", + "@react-stately/calendar": "3.9.1", "@react-types/button": "3.14.1", - "@react-aria/visually-hidden": "3.8.28", - "@react-stately/utils": "3.10.8", - "@react-types/calendar": "3.8.0", - "@react-aria/interactions": "3.25.6", + "@react-aria/visually-hidden": "3.8.29", + "@react-stately/utils": "3.11.0", + "@react-types/calendar": "3.8.1", + "@react-aria/interactions": "3.26.0", "@react-types/shared": "3.32.1", "scroll-into-view-if-needed": "3.0.10" }, diff --git a/packages/components/card/package.json b/packages/components/card/package.json index 58d846a322..ea72fef580 100644 --- a/packages/components/card/package.json +++ b/packages/components/card/package.json @@ -45,8 +45,8 @@ "@heroui/react-utils": "workspace:*", "@heroui/use-aria-button": "workspace:*", "@heroui/ripple": "workspace:*", - "@react-aria/focus": "3.21.2", - "@react-aria/interactions": "3.25.6", + "@react-aria/focus": "3.21.3", + "@react-aria/interactions": "3.26.0", "@react-types/shared": "3.32.1" }, "devDependencies": { diff --git a/packages/components/checkbox/package.json b/packages/components/checkbox/package.json index d18406e16f..5cadc17678 100644 --- a/packages/components/checkbox/package.json +++ b/packages/components/checkbox/package.json @@ -45,11 +45,11 @@ "@heroui/shared-utils": "workspace:*", "@heroui/use-callback-ref": "workspace:*", "@heroui/use-safe-layout-effect": "workspace:*", - "@react-aria/checkbox": "3.16.2", - "@react-aria/focus": "3.21.2", - "@react-aria/interactions": "3.25.6", - "@react-stately/checkbox": "3.7.2", - "@react-stately/toggle": "3.9.2", + "@react-aria/checkbox": "3.16.3", + "@react-aria/focus": "3.21.3", + "@react-aria/interactions": "3.26.0", + "@react-stately/checkbox": "3.7.3", + "@react-stately/toggle": "3.9.3", "@react-types/checkbox": "3.10.2", "@react-types/shared": "3.32.1" }, diff --git a/packages/components/chip/package.json b/packages/components/chip/package.json index adccbd5450..dd07494658 100644 --- a/packages/components/chip/package.json +++ b/packages/components/chip/package.json @@ -43,8 +43,8 @@ "@heroui/shared-icons": "workspace:*", "@heroui/shared-utils": "workspace:*", "@heroui/react-utils": "workspace:*", - "@react-aria/focus": "3.21.2", - "@react-aria/interactions": "3.25.6" + "@react-aria/focus": "3.21.3", + "@react-aria/interactions": "3.26.0" }, "devDependencies": { "@heroui/theme": "workspace:*", diff --git a/packages/components/date-input/package.json b/packages/components/date-input/package.json index ad34304057..e22c195057 100644 --- a/packages/components/date-input/package.json +++ b/packages/components/date-input/package.json @@ -43,11 +43,11 @@ "@heroui/form": "workspace:*", "@heroui/react-utils": "workspace:*", "@heroui/shared-utils": "workspace:*", - "@internationalized/date": "3.10.0", - "@react-aria/datepicker": "3.15.2", - "@react-aria/i18n": "3.12.13", - "@react-stately/datepicker": "3.15.2", - "@react-types/datepicker": "3.13.2", + "@internationalized/date": "3.10.1", + "@react-aria/datepicker": "3.15.3", + "@react-aria/i18n": "3.12.14", + "@react-stately/datepicker": "3.15.3", + "@react-types/datepicker": "3.13.3", "@react-types/shared": "3.32.1" }, "devDependencies": { diff --git a/packages/components/date-picker/package.json b/packages/components/date-picker/package.json index 211e6bade4..6af2f2c182 100644 --- a/packages/components/date-picker/package.json +++ b/packages/components/date-picker/package.json @@ -41,7 +41,7 @@ "react-dom": ">=18 || >=19.0.0-rc.0" }, "dependencies": { - "@internationalized/date": "3.10.0", + "@internationalized/date": "3.10.1", "@heroui/aria-utils": "workspace:*", "@heroui/button": "workspace:*", "@heroui/calendar": "workspace:*", @@ -51,11 +51,11 @@ "@heroui/react-utils": "workspace:*", "@heroui/shared-icons": "workspace:*", "@heroui/shared-utils": "workspace:*", - "@react-aria/datepicker": "3.15.2", - "@react-aria/i18n": "3.12.13", - "@react-stately/datepicker": "3.15.2", - "@react-stately/utils": "3.10.8", - "@react-types/datepicker": "3.13.2", + "@react-aria/datepicker": "3.15.3", + "@react-aria/i18n": "3.12.14", + "@react-stately/datepicker": "3.15.3", + "@react-stately/utils": "3.11.0", + "@react-types/datepicker": "3.13.3", "@react-types/shared": "3.32.1" }, "devDependencies": { diff --git a/packages/components/dropdown/package.json b/packages/components/dropdown/package.json index 7905ee66ee..3a8704c0f3 100644 --- a/packages/components/dropdown/package.json +++ b/packages/components/dropdown/package.json @@ -46,9 +46,9 @@ "@heroui/popover": "workspace:*", "@heroui/react-utils": "workspace:*", "@heroui/shared-utils": "workspace:*", - "@react-aria/focus": "3.21.2", - "@react-aria/menu": "3.19.3", - "@react-stately/menu": "3.9.8", + "@react-aria/focus": "3.21.3", + "@react-aria/menu": "3.19.4", + "@react-stately/menu": "3.9.9", "@react-types/menu": "3.10.5" }, "devDependencies": { diff --git a/packages/components/input-otp/package.json b/packages/components/input-otp/package.json index c3ffa52d16..49f4d76e33 100644 --- a/packages/components/input-otp/package.json +++ b/packages/components/input-otp/package.json @@ -44,12 +44,12 @@ "@heroui/shared-utils": "workspace:*", "@heroui/react-utils": "workspace:*", "@heroui/use-form-reset": "workspace:*", - "@react-aria/form": "3.1.2", - "@react-stately/utils": "3.10.8", + "@react-aria/form": "3.1.3", + "@react-stately/utils": "3.11.0", "@react-stately/form": "3.2.2", "@react-types/textfield": "3.12.6", "input-otp": "1.4.1", - "@react-aria/focus": "3.21.2" + "@react-aria/focus": "3.21.3" }, "devDependencies": { "@heroui/theme": "workspace:*", diff --git a/packages/components/input/package.json b/packages/components/input/package.json index 76d0d21a86..a2ff3fc4de 100644 --- a/packages/components/input/package.json +++ b/packages/components/input/package.json @@ -45,10 +45,10 @@ "@heroui/shared-icons": "workspace:*", "@heroui/shared-utils": "workspace:*", "@heroui/use-safe-layout-effect": "workspace:*", - "@react-aria/focus": "3.21.2", - "@react-aria/interactions": "3.25.6", - "@react-aria/textfield": "3.18.2", - "@react-stately/utils": "3.10.8", + "@react-aria/focus": "3.21.3", + "@react-aria/interactions": "3.26.0", + "@react-aria/textfield": "3.18.3", + "@react-stately/utils": "3.11.0", "@react-types/shared": "3.32.1", "@react-types/textfield": "3.12.6", "react-textarea-autosize": "^8.5.3" diff --git a/packages/components/link/package.json b/packages/components/link/package.json index 332b775528..048b39f854 100644 --- a/packages/components/link/package.json +++ b/packages/components/link/package.json @@ -44,7 +44,7 @@ "@heroui/shared-icons": "workspace:*", "@heroui/react-utils": "workspace:*", "@heroui/use-aria-link": "workspace:*", - "@react-aria/focus": "3.21.2", + "@react-aria/focus": "3.21.3", "@react-types/link": "3.6.5" }, "devDependencies": { diff --git a/packages/components/listbox/package.json b/packages/components/listbox/package.json index 8a7bb60b3c..5af8c6b978 100644 --- a/packages/components/listbox/package.json +++ b/packages/components/listbox/package.json @@ -46,10 +46,10 @@ "@heroui/shared-utils": "workspace:*", "@heroui/use-is-mobile": "workspace:*", "@tanstack/react-virtual": "3.11.3", - "@react-aria/listbox": "3.15.0", - "@react-stately/list": "3.13.1", - "@react-aria/focus": "3.21.2", - "@react-aria/interactions": "3.25.6", + "@react-aria/listbox": "3.15.1", + "@react-stately/list": "3.13.2", + "@react-aria/focus": "3.21.3", + "@react-aria/interactions": "3.26.0", "@react-types/shared": "3.32.1" }, "devDependencies": { diff --git a/packages/components/menu/package.json b/packages/components/menu/package.json index aa865195de..224ae04aef 100644 --- a/packages/components/menu/package.json +++ b/packages/components/menu/package.json @@ -45,10 +45,10 @@ "@heroui/use-is-mobile": "workspace:*", "@heroui/shared-utils": "workspace:*", "@heroui/react-utils": "workspace:*", - "@react-aria/focus": "3.21.2", - "@react-aria/interactions": "3.25.6", - "@react-aria/menu": "3.19.3", - "@react-stately/tree": "3.9.3", + "@react-aria/focus": "3.21.3", + "@react-aria/interactions": "3.26.0", + "@react-aria/menu": "3.19.4", + "@react-stately/tree": "3.9.4", "@react-types/menu": "3.10.5", "@react-types/shared": "3.32.1" }, diff --git a/packages/components/modal/package.json b/packages/components/modal/package.json index 9a4901edb7..01ecbb9bb8 100644 --- a/packages/components/modal/package.json +++ b/packages/components/modal/package.json @@ -51,10 +51,10 @@ "@heroui/shared-icons": "workspace:*", "@heroui/use-aria-modal-overlay": "workspace:*", "@heroui/dom-animation": "workspace:*", - "@react-aria/dialog": "3.5.31", - "@react-aria/focus": "3.21.2", - "@react-aria/overlays": "3.30.0", - "@react-stately/overlays": "3.6.20" + "@react-aria/dialog": "3.5.32", + "@react-aria/focus": "3.21.3", + "@react-aria/overlays": "3.31.0", + "@react-stately/overlays": "3.6.21" }, "devDependencies": { "@heroui/autocomplete": "workspace:*", diff --git a/packages/components/navbar/package.json b/packages/components/navbar/package.json index 698d540324..9caaa2cb05 100644 --- a/packages/components/navbar/package.json +++ b/packages/components/navbar/package.json @@ -47,12 +47,12 @@ "@heroui/use-resize": "workspace:*", "@heroui/use-scroll-position": "workspace:*", "@heroui/dom-animation": "workspace:*", - "@react-aria/focus": "3.21.2", - "@react-aria/interactions": "3.25.6", - "@react-aria/button": "3.14.2", - "@react-aria/overlays": "3.30.0", - "@react-stately/toggle": "3.9.2", - "@react-stately/utils": "3.10.8" + "@react-aria/focus": "3.21.3", + "@react-aria/interactions": "3.26.0", + "@react-aria/button": "3.14.3", + "@react-aria/overlays": "3.31.0", + "@react-stately/toggle": "3.9.3", + "@react-stately/utils": "3.11.0" }, "devDependencies": { "@heroui/theme": "workspace:*", diff --git a/packages/components/number-input/package.json b/packages/components/number-input/package.json index 13c7dac07a..5f3a259cf8 100644 --- a/packages/components/number-input/package.json +++ b/packages/components/number-input/package.json @@ -48,13 +48,13 @@ "@heroui/shared-icons": "workspace:*", "@heroui/shared-utils": "workspace:*", "@heroui/use-safe-layout-effect": "workspace:*", - "@react-aria/focus": "3.21.2", - "@react-aria/i18n": "3.12.13", - "@react-aria/interactions": "3.25.6", - "@react-aria/numberfield": "3.12.2", - "@react-stately/numberfield": "3.10.2", + "@react-aria/focus": "3.21.3", + "@react-aria/i18n": "3.12.14", + "@react-aria/interactions": "3.26.0", + "@react-aria/numberfield": "3.12.3", + "@react-stately/numberfield": "3.10.3", "@react-types/shared": "3.32.1", - "@react-types/numberfield": "3.8.15", + "@react-types/numberfield": "3.8.16", "@react-types/button": "3.14.1" }, "devDependencies": { diff --git a/packages/components/pagination/package.json b/packages/components/pagination/package.json index d16150c8f4..b40fc78f9c 100644 --- a/packages/components/pagination/package.json +++ b/packages/components/pagination/package.json @@ -45,10 +45,10 @@ "@heroui/shared-icons": "workspace:*", "@heroui/use-intersection-observer": "workspace:*", "@heroui/use-pagination": "workspace:*", - "@react-aria/utils": "3.31.0", - "@react-aria/focus": "3.21.2", - "@react-aria/i18n": "3.12.13", - "@react-aria/interactions": "3.25.6", + "@react-aria/utils": "3.32.0", + "@react-aria/focus": "3.21.3", + "@react-aria/i18n": "3.12.14", + "@react-aria/interactions": "3.26.0", "scroll-into-view-if-needed": "3.0.10" }, "devDependencies": { diff --git a/packages/components/popover/package.json b/packages/components/popover/package.json index 9784a106f3..620ce24ff1 100644 --- a/packages/components/popover/package.json +++ b/packages/components/popover/package.json @@ -50,10 +50,10 @@ "@heroui/use-aria-overlay": "workspace:*", "@heroui/use-safe-layout-effect": "workspace:*", "@heroui/dom-animation": "workspace:*", - "@react-aria/dialog": "3.5.31", - "@react-aria/focus": "3.21.2", - "@react-aria/overlays": "3.30.0", - "@react-stately/overlays": "3.6.20", + "@react-aria/dialog": "3.5.32", + "@react-aria/focus": "3.21.3", + "@react-aria/overlays": "3.31.0", + "@react-stately/overlays": "3.6.21", "@react-types/overlays": "3.9.2" }, "devDependencies": { diff --git a/packages/components/progress/package.json b/packages/components/progress/package.json index 4676178d66..9ecf3b878c 100644 --- a/packages/components/progress/package.json +++ b/packages/components/progress/package.json @@ -43,7 +43,7 @@ "@heroui/shared-utils": "workspace:*", "@heroui/react-utils": "workspace:*", "@heroui/use-is-mounted": "workspace:*", - "@react-aria/progress": "3.4.27", + "@react-aria/progress": "3.4.28", "@react-types/progress": "3.5.16" }, "devDependencies": { diff --git a/packages/components/radio/package.json b/packages/components/radio/package.json index f26eaa29a8..1d570305b6 100644 --- a/packages/components/radio/package.json +++ b/packages/components/radio/package.json @@ -43,11 +43,11 @@ "@heroui/form": "workspace:*", "@heroui/shared-utils": "workspace:*", "@heroui/react-utils": "workspace:*", - "@react-aria/focus": "3.21.2", - "@react-aria/interactions": "3.25.6", - "@react-aria/radio": "3.12.2", - "@react-aria/visually-hidden": "3.8.28", - "@react-stately/radio": "3.11.2", + "@react-aria/focus": "3.21.3", + "@react-aria/interactions": "3.26.0", + "@react-aria/radio": "3.12.3", + "@react-aria/visually-hidden": "3.8.29", + "@react-stately/radio": "3.11.3", "@react-types/radio": "3.9.2", "@react-types/shared": "3.32.1" }, diff --git a/packages/components/select/package.json b/packages/components/select/package.json index 6eeeed1523..680e1f4445 100644 --- a/packages/components/select/package.json +++ b/packages/components/select/package.json @@ -54,11 +54,11 @@ "@heroui/use-aria-multiselect": "workspace:*", "@heroui/use-safe-layout-effect": "workspace:*", "@heroui/form": "workspace:*", - "@react-aria/focus": "3.21.2", - "@react-aria/form": "3.1.2", - "@react-aria/overlays": "3.30.0", - "@react-aria/interactions": "3.25.6", - "@react-aria/visually-hidden": "3.8.28", + "@react-aria/focus": "3.21.3", + "@react-aria/form": "3.1.3", + "@react-aria/overlays": "3.31.0", + "@react-aria/interactions": "3.26.0", + "@react-aria/visually-hidden": "3.8.29", "@react-types/shared": "3.32.1" }, "devDependencies": { diff --git a/packages/components/slider/package.json b/packages/components/slider/package.json index 0acec4dc0a..2484ffdc8c 100644 --- a/packages/components/slider/package.json +++ b/packages/components/slider/package.json @@ -43,12 +43,12 @@ "@heroui/shared-utils": "workspace:*", "@heroui/react-utils": "workspace:*", "@heroui/tooltip": "workspace:*", - "@react-aria/focus": "3.21.2", - "@react-aria/i18n": "3.12.13", - "@react-aria/interactions": "3.25.6", - "@react-aria/slider": "3.8.2", - "@react-aria/visually-hidden": "3.8.28", - "@react-stately/slider": "3.7.2" + "@react-aria/focus": "3.21.3", + "@react-aria/i18n": "3.12.14", + "@react-aria/interactions": "3.26.0", + "@react-aria/slider": "3.8.3", + "@react-aria/visually-hidden": "3.8.29", + "@react-stately/slider": "3.7.3" }, "devDependencies": { "@heroui/theme": "workspace:*", diff --git a/packages/components/snippet/package.json b/packages/components/snippet/package.json index 66133ac9c3..988d5fe731 100644 --- a/packages/components/snippet/package.json +++ b/packages/components/snippet/package.json @@ -47,7 +47,7 @@ "@heroui/shared-icons": "workspace:*", "@heroui/use-clipboard": "workspace:*", "@heroui/tooltip": "workspace:*", - "@react-aria/focus": "3.21.2" + "@react-aria/focus": "3.21.3" }, "devDependencies": { "@heroui/theme": "workspace:*", diff --git a/packages/components/switch/package.json b/packages/components/switch/package.json index 463c955973..2c7746cef7 100644 --- a/packages/components/switch/package.json +++ b/packages/components/switch/package.json @@ -43,11 +43,11 @@ "@heroui/shared-utils": "workspace:*", "@heroui/react-utils": "workspace:*", "@heroui/use-safe-layout-effect": "workspace:*", - "@react-aria/focus": "3.21.2", - "@react-aria/interactions": "3.25.6", - "@react-aria/switch": "3.7.8", - "@react-aria/visually-hidden": "3.8.28", - "@react-stately/toggle": "3.9.2" + "@react-aria/focus": "3.21.3", + "@react-aria/interactions": "3.26.0", + "@react-aria/switch": "3.7.9", + "@react-aria/visually-hidden": "3.8.29", + "@react-stately/toggle": "3.9.3" }, "devDependencies": { "@heroui/theme": "workspace:*", diff --git a/packages/components/table/package.json b/packages/components/table/package.json index 869463ca80..403318ebad 100644 --- a/packages/components/table/package.json +++ b/packages/components/table/package.json @@ -44,11 +44,11 @@ "@heroui/react-utils": "workspace:*", "@heroui/shared-icons": "workspace:*", "@heroui/shared-utils": "workspace:*", - "@react-aria/focus": "3.21.2", - "@react-aria/interactions": "3.25.6", - "@react-aria/table": "3.17.8", - "@react-aria/visually-hidden": "3.8.28", - "@react-stately/table": "3.15.1", + "@react-aria/focus": "3.21.3", + "@react-aria/interactions": "3.26.0", + "@react-aria/table": "3.17.9", + "@react-aria/visually-hidden": "3.8.29", + "@react-stately/table": "3.15.2", "@react-stately/virtualizer": "4.4.4", "@react-types/grid": "3.3.6", "@react-types/table": "3.13.4", @@ -64,7 +64,7 @@ "@heroui/tooltip": "workspace:*", "@heroui/use-infinite-scroll": "workspace:*", "@heroui/user": "workspace:*", - "@react-stately/data": "3.14.1", + "@react-stately/data": "3.15.0", "clean-package": "2.2.0", "react": "18.3.0", "react-dom": "18.3.0", diff --git a/packages/components/tabs/package.json b/packages/components/tabs/package.json index 7e95815bca..5d6f84b851 100644 --- a/packages/components/tabs/package.json +++ b/packages/components/tabs/package.json @@ -45,10 +45,10 @@ "@heroui/react-utils": "workspace:*", "@heroui/aria-utils": "workspace:*", "@heroui/use-is-mounted": "workspace:*", - "@react-aria/focus": "3.21.2", - "@react-aria/interactions": "3.25.6", - "@react-aria/tabs": "3.10.8", - "@react-stately/tabs": "3.8.6", + "@react-aria/focus": "3.21.3", + "@react-aria/interactions": "3.26.0", + "@react-aria/tabs": "3.10.9", + "@react-stately/tabs": "3.8.7", "@react-types/shared": "3.32.1", "scroll-into-view-if-needed": "3.0.10" }, diff --git a/packages/components/toast/package.json b/packages/components/toast/package.json index 2353183c49..a8e5b39f65 100644 --- a/packages/components/toast/package.json +++ b/packages/components/toast/package.json @@ -46,8 +46,8 @@ "@heroui/shared-icons": "workspace:*", "@heroui/use-is-mobile": "workspace:*", "@heroui/spinner": "workspace:*", - "@react-aria/toast": "3.0.8", - "@react-aria/interactions": "3.25.6", + "@react-aria/toast": "3.0.9", + "@react-aria/interactions": "3.26.0", "@react-stately/toast": "3.1.2" }, "devDependencies": { diff --git a/packages/components/tooltip/package.json b/packages/components/tooltip/package.json index 29ac21220b..d4a28fb049 100644 --- a/packages/components/tooltip/package.json +++ b/packages/components/tooltip/package.json @@ -48,11 +48,11 @@ "@heroui/use-safe-layout-effect": "workspace:*", "@heroui/use-aria-overlay": "workspace:*", "@heroui/dom-animation": "workspace:*", - "@react-aria/overlays": "3.30.0", - "@react-aria/tooltip": "3.8.8", - "@react-stately/tooltip": "3.5.8", + "@react-aria/overlays": "3.31.0", + "@react-aria/tooltip": "3.9.0", + "@react-stately/tooltip": "3.5.9", "@react-types/overlays": "3.9.2", - "@react-types/tooltip": "3.4.21" + "@react-types/tooltip": "3.5.0" }, "devDependencies": { "@heroui/button": "workspace:*", diff --git a/packages/components/user/package.json b/packages/components/user/package.json index bcd657139e..ce0fc2103c 100644 --- a/packages/components/user/package.json +++ b/packages/components/user/package.json @@ -43,7 +43,7 @@ "@heroui/avatar": "workspace:*", "@heroui/shared-utils": "workspace:*", "@heroui/react-utils": "workspace:*", - "@react-aria/focus": "3.21.2" + "@react-aria/focus": "3.21.3" }, "devDependencies": { "@heroui/theme": "workspace:*", diff --git a/packages/core/react/package.json b/packages/core/react/package.json index c043a0e90a..2903d38607 100644 --- a/packages/core/react/package.json +++ b/packages/core/react/package.json @@ -91,7 +91,7 @@ "@heroui/alert": "workspace:*", "@heroui/number-input": "workspace:*", "@heroui/toast": "workspace:*", - "@react-aria/visually-hidden": "3.8.28" + "@react-aria/visually-hidden": "3.8.29" }, "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", diff --git a/packages/core/react/src/index.ts b/packages/core/react/src/index.ts index 02ae5a8240..b380283c2b 100644 --- a/packages/core/react/src/index.ts +++ b/packages/core/react/src/index.ts @@ -1,5 +1,4 @@ // only for development purpose, this directive is added by tsup at build time -"use client"; export * from "@heroui/system"; export * from "@heroui/theme"; diff --git a/packages/core/system/package.json b/packages/core/system/package.json index 3874416a7c..f4c2a0f7a9 100644 --- a/packages/core/system/package.json +++ b/packages/core/system/package.json @@ -56,8 +56,8 @@ "dependencies": { "@heroui/react-utils": "workspace:*", "@heroui/system-rsc": "workspace:*", - "@react-aria/i18n": "3.12.13", - "@react-aria/overlays": "3.30.0", - "@react-aria/utils": "3.31.0" + "@react-aria/i18n": "3.12.14", + "@react-aria/overlays": "3.31.0", + "@react-aria/utils": "3.32.0" } } \ No newline at end of file diff --git a/packages/hooks/use-aria-accordion-item/package.json b/packages/hooks/use-aria-accordion-item/package.json index 29e266e7f1..b4f14c3a8e 100644 --- a/packages/hooks/use-aria-accordion-item/package.json +++ b/packages/hooks/use-aria-accordion-item/package.json @@ -34,9 +34,9 @@ "postpack": "clean-package restore" }, "dependencies": { - "@react-aria/button": "3.14.2", - "@react-aria/focus": "3.21.2", - "@react-stately/tree": "3.9.3", + "@react-aria/button": "3.14.3", + "@react-aria/focus": "3.21.3", + "@react-stately/tree": "3.9.4", "@react-types/shared": "3.32.1" }, "peerDependencies": { diff --git a/packages/hooks/use-aria-accordion/package.json b/packages/hooks/use-aria-accordion/package.json index 83651de6fa..60418c39eb 100644 --- a/packages/hooks/use-aria-accordion/package.json +++ b/packages/hooks/use-aria-accordion/package.json @@ -34,10 +34,10 @@ "postpack": "clean-package restore" }, "dependencies": { - "@react-aria/button": "3.14.2", - "@react-aria/focus": "3.21.2", - "@react-aria/selection": "3.26.0", - "@react-stately/tree": "3.9.3", + "@react-aria/button": "3.14.3", + "@react-aria/focus": "3.21.3", + "@react-aria/selection": "3.27.0", + "@react-stately/tree": "3.9.4", "@react-types/accordion": "3.0.0-alpha.26", "@react-types/shared": "3.32.1" }, diff --git a/packages/hooks/use-aria-button/package.json b/packages/hooks/use-aria-button/package.json index 4afc1f59f0..d3be0125c5 100644 --- a/packages/hooks/use-aria-button/package.json +++ b/packages/hooks/use-aria-button/package.json @@ -37,9 +37,9 @@ "react": ">=18 || >=19.0.0-rc.0" }, "dependencies": { - "@react-aria/focus": "3.21.2", - "@react-aria/interactions": "3.25.6", - "@react-aria/utils": "3.31.0", + "@react-aria/focus": "3.21.3", + "@react-aria/interactions": "3.26.0", + "@react-aria/utils": "3.32.0", "@react-types/button": "3.14.1", "@react-types/shared": "3.32.1" }, diff --git a/packages/hooks/use-aria-link/package.json b/packages/hooks/use-aria-link/package.json index 858c1fa6ba..78fe507419 100644 --- a/packages/hooks/use-aria-link/package.json +++ b/packages/hooks/use-aria-link/package.json @@ -37,9 +37,9 @@ "react": ">=18 || >=19.0.0-rc.0" }, "dependencies": { - "@react-aria/focus": "3.21.2", - "@react-aria/interactions": "3.25.6", - "@react-aria/utils": "3.31.0", + "@react-aria/focus": "3.21.3", + "@react-aria/interactions": "3.26.0", + "@react-aria/utils": "3.32.0", "@react-types/link": "3.6.5", "@react-types/shared": "3.32.1" }, diff --git a/packages/hooks/use-aria-modal-overlay/package.json b/packages/hooks/use-aria-modal-overlay/package.json index 6837a3d06a..3cb1a6c7f0 100644 --- a/packages/hooks/use-aria-modal-overlay/package.json +++ b/packages/hooks/use-aria-modal-overlay/package.json @@ -35,9 +35,9 @@ }, "dependencies": { "@heroui/use-aria-overlay": "workspace:*", - "@react-aria/overlays": "3.30.0", - "@react-aria/utils": "3.31.0", - "@react-stately/overlays": "3.6.20" + "@react-aria/overlays": "3.31.0", + "@react-aria/utils": "3.32.0", + "@react-stately/overlays": "3.6.21" }, "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", diff --git a/packages/hooks/use-aria-multiselect/package.json b/packages/hooks/use-aria-multiselect/package.json index 4aac91b502..d59b92ddfe 100644 --- a/packages/hooks/use-aria-multiselect/package.json +++ b/packages/hooks/use-aria-multiselect/package.json @@ -34,16 +34,16 @@ "postpack": "clean-package restore" }, "dependencies": { - "@react-aria/i18n": "3.12.13", - "@react-aria/interactions": "3.25.6", - "@react-aria/label": "3.7.22", - "@react-aria/listbox": "3.15.0", - "@react-aria/menu": "3.19.3", - "@react-aria/selection": "3.26.0", - "@react-aria/utils": "3.31.0", + "@react-aria/i18n": "3.12.14", + "@react-aria/interactions": "3.26.0", + "@react-aria/label": "3.7.23", + "@react-aria/listbox": "3.15.1", + "@react-aria/menu": "3.19.4", + "@react-aria/selection": "3.27.0", + "@react-aria/utils": "3.32.0", "@react-stately/form": "3.2.2", - "@react-stately/list": "3.13.1", - "@react-stately/menu": "3.9.8", + "@react-stately/list": "3.13.2", + "@react-stately/menu": "3.9.9", "@react-types/button": "3.14.1", "@react-types/overlays": "3.9.2", "@react-types/shared": "3.32.1" diff --git a/packages/hooks/use-aria-overlay/package.json b/packages/hooks/use-aria-overlay/package.json index 8aeb533d9b..2a684e1a7a 100644 --- a/packages/hooks/use-aria-overlay/package.json +++ b/packages/hooks/use-aria-overlay/package.json @@ -34,9 +34,9 @@ "postpack": "clean-package restore" }, "dependencies": { - "@react-aria/focus": "3.21.2", - "@react-aria/interactions": "3.25.6", - "@react-aria/overlays": "3.30.0", + "@react-aria/focus": "3.21.3", + "@react-aria/interactions": "3.26.0", + "@react-aria/overlays": "3.31.0", "@react-types/shared": "3.32.1" }, "peerDependencies": { diff --git a/packages/hooks/use-disclosure/package.json b/packages/hooks/use-disclosure/package.json index 54109d3236..26f801e362 100644 --- a/packages/hooks/use-disclosure/package.json +++ b/packages/hooks/use-disclosure/package.json @@ -38,8 +38,8 @@ }, "dependencies": { "@heroui/use-callback-ref": "workspace:*", - "@react-aria/utils": "3.31.0", - "@react-stately/utils": "3.10.8" + "@react-aria/utils": "3.32.0", + "@react-stately/utils": "3.11.0" }, "devDependencies": { "clean-package": "2.2.0", diff --git a/packages/hooks/use-draggable/package.json b/packages/hooks/use-draggable/package.json index 84400261ed..fa80162f77 100644 --- a/packages/hooks/use-draggable/package.json +++ b/packages/hooks/use-draggable/package.json @@ -50,6 +50,6 @@ ] }, "dependencies": { - "@react-aria/interactions": "3.25.6" + "@react-aria/interactions": "3.26.0" } } \ No newline at end of file diff --git a/packages/hooks/use-pagination/package.json b/packages/hooks/use-pagination/package.json index 262d10b635..a57ee9a6ae 100644 --- a/packages/hooks/use-pagination/package.json +++ b/packages/hooks/use-pagination/package.json @@ -35,7 +35,7 @@ }, "dependencies": { "@heroui/shared-utils": "workspace:*", - "@react-aria/i18n": "3.12.13" + "@react-aria/i18n": "3.12.14" }, "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0" diff --git a/packages/utilities/aria-utils/package.json b/packages/utilities/aria-utils/package.json index 30e0b80827..f5d5df78c7 100644 --- a/packages/utilities/aria-utils/package.json +++ b/packages/utilities/aria-utils/package.json @@ -39,7 +39,7 @@ }, "dependencies": { "@heroui/system": "workspace:*", - "@react-aria/utils": "3.31.0", + "@react-aria/utils": "3.32.0", "@react-stately/collections": "3.12.8", "@react-types/overlays": "3.9.2", "@react-types/shared": "3.32.1" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 453012c74d..ffdbaf7b8c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -314,38 +314,38 @@ importers: specifier: 5.0.2 version: 5.0.2(react@18.3.0) '@internationalized/date': - specifier: 3.10.0 - version: 3.10.0 + specifier: 3.10.1 + version: 3.10.1 '@radix-ui/react-scroll-area': specifier: ^1.0.5 version: 1.2.9(@types/react-dom@18.2.4)(@types/react@18.2.8)(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/focus': - specifier: 3.21.2 - version: 3.21.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.21.3 + version: 3.21.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/i18n': - specifier: 3.12.13 - version: 3.12.13(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.12.14 + version: 3.12.14(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/interactions': - specifier: 3.25.6 - version: 3.25.6(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/selection': specifier: 3.26.0 version: 3.26.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/selection': + specifier: 3.27.0 + version: 3.27.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/ssr': specifier: 3.9.10 version: 3.9.10(react@18.3.0) '@react-aria/utils': - specifier: 3.31.0 - version: 3.31.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.32.0 + version: 3.32.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/visually-hidden': - specifier: 3.8.28 - version: 3.8.28(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.8.29 + version: 3.8.29(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-stately/data': - specifier: 3.14.1 - version: 3.14.1(react@18.3.0) + specifier: 3.15.0 + version: 3.15.0(react@18.3.0) '@react-stately/tree': - specifier: 3.9.3 - version: 3.9.3(react@18.3.0) + specifier: 3.9.4 + version: 3.9.4(react@18.3.0) '@rehooks/local-storage': specifier: ^2.4.5 version: 2.4.5(react@18.3.0) @@ -492,11 +492,11 @@ importers: specifier: 2.0.0-beta.3 version: 2.0.0-beta.3(@swc/core@1.12.3(@swc/helpers@0.5.17))(esbuild@0.25.5)(webpack-cli@3.3.12) '@react-types/calendar': - specifier: 3.8.0 - version: 3.8.0(react@18.3.0) + specifier: 3.8.1 + version: 3.8.1(react@18.3.0) '@react-types/datepicker': - specifier: 3.13.2 - version: 3.13.2(react@18.3.0) + specifier: 3.13.3 + version: 3.13.3(react@18.3.0) '@react-types/shared': specifier: 3.32.1 version: 3.32.1(react@18.3.0) @@ -600,14 +600,14 @@ importers: specifier: workspace:* version: link:../../hooks/use-aria-accordion '@react-aria/focus': - specifier: 3.21.2 - version: 3.21.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.21.3 + version: 3.21.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/interactions': - specifier: 3.25.6 - version: 3.25.6(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.26.0 + version: 3.26.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-stately/tree': - specifier: 3.9.3 - version: 3.9.3(react@18.3.0) + specifier: 3.9.4 + version: 3.9.4(react@18.3.0) '@react-types/accordion': specifier: 3.0.0-alpha.26 version: 3.0.0-alpha.26(react@18.3.0) @@ -661,8 +661,8 @@ importers: specifier: workspace:* version: link:../../utilities/shared-utils '@react-stately/utils': - specifier: 3.10.8 - version: 3.10.8(react@18.3.0) + specifier: 3.11.0 + version: 3.11.0(react@18.3.0) devDependencies: '@heroui/system': specifier: workspace:* @@ -716,17 +716,17 @@ importers: specifier: workspace:* version: link:../../hooks/use-safe-layout-effect '@react-aria/combobox': - specifier: 3.14.0 - version: 3.14.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.14.1 + version: 3.14.1(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/i18n': - specifier: 3.12.13 - version: 3.12.13(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.12.14 + version: 3.12.14(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-stately/combobox': - specifier: 3.12.0 - version: 3.12.0(react@18.3.0) + specifier: 3.12.1 + version: 3.12.1(react@18.3.0) '@react-types/combobox': - specifier: 3.13.9 - version: 3.13.9(react@18.3.0) + specifier: 3.13.10 + version: 3.13.10(react@18.3.0) '@react-types/shared': specifier: 3.32.1 version: 3.32.1(react@18.3.0) @@ -750,8 +750,8 @@ importers: specifier: workspace:* version: link:../../hooks/use-infinite-scroll '@react-stately/data': - specifier: 3.14.1 - version: 3.14.1(react@18.3.0) + specifier: 3.15.0 + version: 3.15.0(react@18.3.0) clean-package: specifier: 2.2.0 version: 2.2.0 @@ -780,11 +780,11 @@ importers: specifier: workspace:* version: link:../../hooks/use-image '@react-aria/focus': - specifier: 3.21.2 - version: 3.21.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.21.3 + version: 3.21.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/interactions': - specifier: 3.25.6 - version: 3.25.6(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.26.0 + version: 3.26.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) devDependencies: '@heroui/shared-icons': specifier: workspace:* @@ -854,11 +854,11 @@ importers: specifier: workspace:* version: link:../../utilities/shared-utils '@react-aria/breadcrumbs': - specifier: 3.5.29 - version: 3.5.29(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.5.30 + version: 3.5.30(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/focus': - specifier: 3.21.2 - version: 3.21.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.21.3 + version: 3.21.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-types/breadcrumbs': specifier: 3.7.17 version: 3.7.17(react@18.3.0) @@ -906,11 +906,11 @@ importers: specifier: workspace:* version: link:../../hooks/use-aria-button '@react-aria/focus': - specifier: 3.21.2 - version: 3.21.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.21.3 + version: 3.21.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/interactions': - specifier: 3.25.6 - version: 3.25.6(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.26.0 + version: 3.26.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-types/shared': specifier: 3.32.1 version: 3.32.1(react@18.3.0) @@ -961,35 +961,35 @@ importers: specifier: workspace:* version: link:../../hooks/use-aria-button '@internationalized/date': - specifier: 3.10.0 - version: 3.10.0 + specifier: 3.10.1 + version: 3.10.1 '@react-aria/calendar': - specifier: 3.9.2 - version: 3.9.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.9.3 + version: 3.9.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/focus': - specifier: 3.21.2 - version: 3.21.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.21.3 + version: 3.21.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/i18n': - specifier: 3.12.13 - version: 3.12.13(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.12.14 + version: 3.12.14(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/interactions': - specifier: 3.25.6 - version: 3.25.6(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.26.0 + version: 3.26.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/visually-hidden': - specifier: 3.8.28 - version: 3.8.28(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.8.29 + version: 3.8.29(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-stately/calendar': - specifier: 3.9.0 - version: 3.9.0(react@18.3.0) + specifier: 3.9.1 + version: 3.9.1(react@18.3.0) '@react-stately/utils': - specifier: 3.10.8 - version: 3.10.8(react@18.3.0) + specifier: 3.11.0 + version: 3.11.0(react@18.3.0) '@react-types/button': specifier: 3.14.1 version: 3.14.1(react@18.3.0) '@react-types/calendar': - specifier: 3.8.0 - version: 3.8.0(react@18.3.0) + specifier: 3.8.1 + version: 3.8.1(react@18.3.0) '@react-types/shared': specifier: 3.32.1 version: 3.32.1(react@18.3.0) @@ -1037,11 +1037,11 @@ importers: specifier: workspace:* version: link:../../hooks/use-aria-button '@react-aria/focus': - specifier: 3.21.2 - version: 3.21.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.21.3 + version: 3.21.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/interactions': - specifier: 3.25.6 - version: 3.25.6(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.26.0 + version: 3.26.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-types/shared': specifier: 3.32.1 version: 3.32.1(react@18.3.0) @@ -1098,20 +1098,20 @@ importers: specifier: workspace:* version: link:../../hooks/use-safe-layout-effect '@react-aria/checkbox': - specifier: 3.16.2 - version: 3.16.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.16.3 + version: 3.16.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/focus': - specifier: 3.21.2 - version: 3.21.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.21.3 + version: 3.21.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/interactions': - specifier: 3.25.6 - version: 3.25.6(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.26.0 + version: 3.26.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-stately/checkbox': - specifier: 3.7.2 - version: 3.7.2(react@18.3.0) + specifier: 3.7.3 + version: 3.7.3(react@18.3.0) '@react-stately/toggle': - specifier: 3.9.2 - version: 3.9.2(react@18.3.0) + specifier: 3.9.3 + version: 3.9.3(react@18.3.0) '@react-types/checkbox': specifier: 3.10.2 version: 3.10.2(react@18.3.0) @@ -1153,11 +1153,11 @@ importers: specifier: workspace:* version: link:../../utilities/shared-utils '@react-aria/focus': - specifier: 3.21.2 - version: 3.21.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.21.3 + version: 3.21.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/interactions': - specifier: 3.25.6 - version: 3.25.6(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.26.0 + version: 3.26.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) devDependencies: '@heroui/avatar': specifier: workspace:* @@ -1218,20 +1218,20 @@ importers: specifier: workspace:* version: link:../../utilities/shared-utils '@internationalized/date': - specifier: 3.10.0 - version: 3.10.0 + specifier: 3.10.1 + version: 3.10.1 '@react-aria/datepicker': - specifier: 3.15.2 - version: 3.15.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.15.3 + version: 3.15.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/i18n': - specifier: 3.12.13 - version: 3.12.13(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.12.14 + version: 3.12.14(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-stately/datepicker': - specifier: 3.15.2 - version: 3.15.2(react@18.3.0) + specifier: 3.15.3 + version: 3.15.3(react@18.3.0) '@react-types/datepicker': - specifier: 3.13.2 - version: 3.13.2(react@18.3.0) + specifier: 3.13.3 + version: 3.13.3(react@18.3.0) '@react-types/shared': specifier: 3.32.1 version: 3.32.1(react@18.3.0) @@ -1288,23 +1288,23 @@ importers: specifier: workspace:* version: link:../../utilities/shared-utils '@internationalized/date': - specifier: 3.10.0 - version: 3.10.0 + specifier: 3.10.1 + version: 3.10.1 '@react-aria/datepicker': - specifier: 3.15.2 - version: 3.15.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.15.3 + version: 3.15.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/i18n': - specifier: 3.12.13 - version: 3.12.13(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.12.14 + version: 3.12.14(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-stately/datepicker': - specifier: 3.15.2 - version: 3.15.2(react@18.3.0) + specifier: 3.15.3 + version: 3.15.3(react@18.3.0) '@react-stately/utils': - specifier: 3.10.8 - version: 3.10.8(react@18.3.0) + specifier: 3.11.0 + version: 3.11.0(react@18.3.0) '@react-types/datepicker': - specifier: 3.13.2 - version: 3.13.2(react@18.3.0) + specifier: 3.13.3 + version: 3.13.3(react@18.3.0) '@react-types/shared': specifier: 3.32.1 version: 3.32.1(react@18.3.0) @@ -1438,14 +1438,14 @@ importers: specifier: workspace:* version: link:../../utilities/shared-utils '@react-aria/focus': - specifier: 3.21.2 - version: 3.21.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.21.3 + version: 3.21.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/menu': - specifier: 3.19.3 - version: 3.19.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.19.4 + version: 3.19.4(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-stately/menu': - specifier: 3.9.8 - version: 3.9.8(react@18.3.0) + specifier: 3.9.9 + version: 3.9.9(react@18.3.0) '@react-types/menu': specifier: 3.10.5 version: 3.10.5(react@18.3.0) @@ -1567,17 +1567,17 @@ importers: specifier: workspace:* version: link:../../hooks/use-safe-layout-effect '@react-aria/focus': - specifier: 3.21.2 - version: 3.21.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.21.3 + version: 3.21.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/interactions': - specifier: 3.25.6 - version: 3.25.6(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.26.0 + version: 3.26.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/textfield': - specifier: 3.18.2 - version: 3.18.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.18.3 + version: 3.18.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-stately/utils': - specifier: 3.10.8 - version: 3.10.8(react@18.3.0) + specifier: 3.11.0 + version: 3.11.0(react@18.3.0) '@react-types/shared': specifier: 3.32.1 version: 3.32.1(react@18.3.0) @@ -1622,17 +1622,17 @@ importers: specifier: workspace:* version: link:../../hooks/use-form-reset '@react-aria/focus': - specifier: 3.21.2 - version: 3.21.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.21.3 + version: 3.21.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/form': - specifier: 3.1.2 - version: 3.1.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.1.3 + version: 3.1.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-stately/form': specifier: 3.2.2 version: 3.2.2(react@18.3.0) '@react-stately/utils': - specifier: 3.10.8 - version: 3.10.8(react@18.3.0) + specifier: 3.11.0 + version: 3.11.0(react@18.3.0) '@react-types/textfield': specifier: 3.12.6 version: 3.12.6(react@18.3.0) @@ -1705,8 +1705,8 @@ importers: specifier: workspace:* version: link:../../hooks/use-aria-link '@react-aria/focus': - specifier: 3.21.2 - version: 3.21.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.21.3 + version: 3.21.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-types/link': specifier: 3.6.5 version: 3.6.5(react@18.3.0) @@ -1745,17 +1745,17 @@ importers: specifier: workspace:* version: link:../../hooks/use-is-mobile '@react-aria/focus': - specifier: 3.21.2 - version: 3.21.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.21.3 + version: 3.21.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/interactions': - specifier: 3.25.6 - version: 3.25.6(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.26.0 + version: 3.26.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/listbox': - specifier: 3.15.0 - version: 3.15.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.15.1 + version: 3.15.1(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-stately/list': - specifier: 3.13.1 - version: 3.13.1(react@18.3.0) + specifier: 3.13.2 + version: 3.13.2(react@18.3.0) '@react-types/shared': specifier: 3.32.1 version: 3.32.1(react@18.3.0) @@ -1812,17 +1812,17 @@ importers: specifier: workspace:* version: link:../../hooks/use-is-mobile '@react-aria/focus': - specifier: 3.21.2 - version: 3.21.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.21.3 + version: 3.21.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/interactions': - specifier: 3.25.6 - version: 3.25.6(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.26.0 + version: 3.26.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/menu': - specifier: 3.19.3 - version: 3.19.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.19.4 + version: 3.19.4(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-stately/tree': - specifier: 3.9.3 - version: 3.9.3(react@18.3.0) + specifier: 3.9.4 + version: 3.9.4(react@18.3.0) '@react-types/menu': specifier: 3.10.5 version: 3.10.5(react@18.3.0) @@ -1882,17 +1882,17 @@ importers: specifier: workspace:* version: link:../../hooks/use-viewport-size '@react-aria/dialog': - specifier: 3.5.31 - version: 3.5.31(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.5.32 + version: 3.5.32(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/focus': - specifier: 3.21.2 - version: 3.21.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.21.3 + version: 3.21.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/overlays': - specifier: 3.30.0 - version: 3.30.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.31.0 + version: 3.31.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-stately/overlays': - specifier: 3.6.20 - version: 3.6.20(react@18.3.0) + specifier: 3.6.21 + version: 3.6.21(react@18.3.0) devDependencies: '@heroui/autocomplete': specifier: workspace:* @@ -1958,23 +1958,23 @@ importers: specifier: workspace:* version: link:../../hooks/use-scroll-position '@react-aria/button': - specifier: 3.14.2 - version: 3.14.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.14.3 + version: 3.14.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/focus': - specifier: 3.21.2 - version: 3.21.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.21.3 + version: 3.21.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/interactions': - specifier: 3.25.6 - version: 3.25.6(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.26.0 + version: 3.26.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/overlays': - specifier: 3.30.0 - version: 3.30.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.31.0 + version: 3.31.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-stately/toggle': - specifier: 3.9.2 - version: 3.9.2(react@18.3.0) + specifier: 3.9.3 + version: 3.9.3(react@18.3.0) '@react-stately/utils': - specifier: 3.10.8 - version: 3.10.8(react@18.3.0) + specifier: 3.11.0 + version: 3.11.0(react@18.3.0) devDependencies: '@heroui/avatar': specifier: workspace:* @@ -2040,26 +2040,26 @@ importers: specifier: workspace:* version: link:../../hooks/use-safe-layout-effect '@react-aria/focus': - specifier: 3.21.2 - version: 3.21.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.21.3 + version: 3.21.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/i18n': - specifier: 3.12.13 - version: 3.12.13(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.12.14 + version: 3.12.14(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/interactions': - specifier: 3.25.6 - version: 3.25.6(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.26.0 + version: 3.26.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/numberfield': - specifier: 3.12.2 - version: 3.12.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.12.3 + version: 3.12.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-stately/numberfield': - specifier: 3.10.2 - version: 3.10.2(react@18.3.0) + specifier: 3.10.3 + version: 3.10.3(react@18.3.0) '@react-types/button': specifier: 3.14.1 version: 3.14.1(react@18.3.0) '@react-types/numberfield': - specifier: 3.8.15 - version: 3.8.15(react@18.3.0) + specifier: 3.8.16 + version: 3.8.16(react@18.3.0) '@react-types/shared': specifier: 3.32.1 version: 3.32.1(react@18.3.0) @@ -2101,17 +2101,17 @@ importers: specifier: workspace:* version: link:../../hooks/use-pagination '@react-aria/focus': - specifier: 3.21.2 - version: 3.21.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.21.3 + version: 3.21.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/i18n': - specifier: 3.12.13 - version: 3.12.13(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.12.14 + version: 3.12.14(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/interactions': - specifier: 3.25.6 - version: 3.25.6(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.26.0 + version: 3.26.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/utils': - specifier: 3.31.0 - version: 3.31.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.32.0 + version: 3.32.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) scroll-into-view-if-needed: specifier: 3.0.10 version: 3.0.10 @@ -2165,17 +2165,17 @@ importers: specifier: workspace:* version: link:../../hooks/use-safe-layout-effect '@react-aria/dialog': - specifier: 3.5.31 - version: 3.5.31(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.5.32 + version: 3.5.32(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/focus': - specifier: 3.21.2 - version: 3.21.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.21.3 + version: 3.21.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/overlays': - specifier: 3.30.0 - version: 3.30.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.31.0 + version: 3.31.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-stately/overlays': - specifier: 3.6.20 - version: 3.6.20(react@18.3.0) + specifier: 3.6.21 + version: 3.6.21(react@18.3.0) '@react-types/overlays': specifier: 3.9.2 version: 3.9.2(react@18.3.0) @@ -2220,8 +2220,8 @@ importers: specifier: workspace:* version: link:../../hooks/use-is-mounted '@react-aria/progress': - specifier: 3.4.27 - version: 3.4.27(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.4.28 + version: 3.4.28(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-types/progress': specifier: 3.5.16 version: 3.5.16(react@18.3.0) @@ -2260,20 +2260,20 @@ importers: specifier: workspace:* version: link:../../utilities/shared-utils '@react-aria/focus': - specifier: 3.21.2 - version: 3.21.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.21.3 + version: 3.21.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/interactions': - specifier: 3.25.6 - version: 3.25.6(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.26.0 + version: 3.26.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/radio': - specifier: 3.12.2 - version: 3.12.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.12.3 + version: 3.12.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/visually-hidden': - specifier: 3.8.28 - version: 3.8.28(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.8.29 + version: 3.8.29(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-stately/radio': - specifier: 3.11.2 - version: 3.11.2(react@18.3.0) + specifier: 3.11.3 + version: 3.11.3(react@18.3.0) '@react-types/radio': specifier: 3.9.2 version: 3.9.2(react@18.3.0) @@ -2398,20 +2398,20 @@ importers: specifier: workspace:* version: link:../../hooks/use-safe-layout-effect '@react-aria/focus': - specifier: 3.21.2 - version: 3.21.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.21.3 + version: 3.21.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/form': - specifier: 3.1.2 - version: 3.1.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.1.3 + version: 3.1.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/interactions': - specifier: 3.25.6 - version: 3.25.6(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.26.0 + version: 3.26.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/overlays': - specifier: 3.30.0 - version: 3.30.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.31.0 + version: 3.31.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/visually-hidden': - specifier: 3.8.28 - version: 3.8.28(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.8.29 + version: 3.8.29(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-types/shared': specifier: 3.32.1 version: 3.32.1(react@18.3.0) @@ -2496,23 +2496,23 @@ importers: specifier: workspace:* version: link:../tooltip '@react-aria/focus': - specifier: 3.21.2 - version: 3.21.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.21.3 + version: 3.21.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/i18n': - specifier: 3.12.13 - version: 3.12.13(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.12.14 + version: 3.12.14(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/interactions': - specifier: 3.25.6 - version: 3.25.6(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.26.0 + version: 3.26.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/slider': - specifier: 3.8.2 - version: 3.8.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.8.3 + version: 3.8.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/visually-hidden': - specifier: 3.8.28 - version: 3.8.28(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.8.29 + version: 3.8.29(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-stately/slider': - specifier: 3.7.2 - version: 3.7.2(react@18.3.0) + specifier: 3.7.3 + version: 3.7.3(react@18.3.0) devDependencies: '@heroui/shared-icons': specifier: workspace:* @@ -2554,8 +2554,8 @@ importers: specifier: workspace:* version: link:../../hooks/use-clipboard '@react-aria/focus': - specifier: 3.21.2 - version: 3.21.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.21.3 + version: 3.21.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) devDependencies: '@heroui/system': specifier: workspace:* @@ -2641,20 +2641,20 @@ importers: specifier: workspace:* version: link:../../hooks/use-safe-layout-effect '@react-aria/focus': - specifier: 3.21.2 - version: 3.21.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.21.3 + version: 3.21.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/interactions': - specifier: 3.25.6 - version: 3.25.6(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.26.0 + version: 3.26.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/switch': - specifier: 3.7.8 - version: 3.7.8(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.7.9 + version: 3.7.9(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/visually-hidden': - specifier: 3.8.28 - version: 3.8.28(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.8.29 + version: 3.8.29(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-stately/toggle': - specifier: 3.9.2 - version: 3.9.2(react@18.3.0) + specifier: 3.9.3 + version: 3.9.3(react@18.3.0) devDependencies: '@heroui/shared-icons': specifier: workspace:* @@ -2693,20 +2693,20 @@ importers: specifier: workspace:* version: link:../../utilities/shared-utils '@react-aria/focus': - specifier: 3.21.2 - version: 3.21.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.21.3 + version: 3.21.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/interactions': - specifier: 3.25.6 - version: 3.25.6(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.26.0 + version: 3.26.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/table': - specifier: 3.17.8 - version: 3.17.8(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.17.9 + version: 3.17.9(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/visually-hidden': - specifier: 3.8.28 - version: 3.8.28(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.8.29 + version: 3.8.29(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-stately/table': - specifier: 3.15.1 - version: 3.15.1(react@18.3.0) + specifier: 3.15.2 + version: 3.15.2(react@18.3.0) '@react-stately/virtualizer': specifier: 4.4.4 version: 4.4.4(react-dom@18.3.0(react@18.3.0))(react@18.3.0) @@ -2748,8 +2748,8 @@ importers: specifier: workspace:* version: link:../user '@react-stately/data': - specifier: 3.14.1 - version: 3.14.1(react@18.3.0) + specifier: 3.15.0 + version: 3.15.0(react@18.3.0) clean-package: specifier: 2.2.0 version: 2.2.0 @@ -2778,17 +2778,17 @@ importers: specifier: workspace:* version: link:../../hooks/use-is-mounted '@react-aria/focus': - specifier: 3.21.2 - version: 3.21.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.21.3 + version: 3.21.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/interactions': - specifier: 3.25.6 - version: 3.25.6(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.26.0 + version: 3.26.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/tabs': - specifier: 3.10.8 - version: 3.10.8(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.10.9 + version: 3.10.9(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-stately/tabs': - specifier: 3.8.6 - version: 3.8.6(react@18.3.0) + specifier: 3.8.7 + version: 3.8.7(react@18.3.0) '@react-types/shared': specifier: 3.32.1 version: 3.32.1(react@18.3.0) @@ -2854,11 +2854,11 @@ importers: specifier: workspace:* version: link:../../hooks/use-is-mobile '@react-aria/interactions': - specifier: 3.25.6 - version: 3.25.6(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.26.0 + version: 3.26.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/toast': - specifier: 3.0.8 - version: 3.0.8(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.0.9 + version: 3.0.9(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-stately/toast': specifier: 3.1.2 version: 3.1.2(react@18.3.0) @@ -2915,20 +2915,20 @@ importers: specifier: workspace:* version: link:../../hooks/use-safe-layout-effect '@react-aria/overlays': - specifier: 3.30.0 - version: 3.30.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.31.0 + version: 3.31.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/tooltip': - specifier: 3.8.8 - version: 3.8.8(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.9.0 + version: 3.9.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-stately/tooltip': - specifier: 3.5.8 - version: 3.5.8(react@18.3.0) + specifier: 3.5.9 + version: 3.5.9(react@18.3.0) '@react-types/overlays': specifier: 3.9.2 version: 3.9.2(react@18.3.0) '@react-types/tooltip': - specifier: 3.4.21 - version: 3.4.21(react@18.3.0) + specifier: 3.5.0 + version: 3.5.0(react@18.3.0) react: specifier: 18.3.0 version: 18.3.0 @@ -2967,8 +2967,8 @@ importers: specifier: workspace:* version: link:../../utilities/shared-utils '@react-aria/focus': - specifier: 3.21.2 - version: 3.21.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.21.3 + version: 3.21.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) devDependencies: '@heroui/link': specifier: workspace:* @@ -3139,8 +3139,8 @@ importers: specifier: workspace:* version: link:../../components/user '@react-aria/visually-hidden': - specifier: 3.8.28 - version: 3.8.28(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.8.29 + version: 3.8.29(react-dom@18.3.0(react@18.3.0))(react@18.3.0) framer-motion: specifier: '>=11.5.6 || >=12.0.0-alpha.1' version: 11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.3.0(react@18.3.0))(react@18.3.0) @@ -3164,14 +3164,14 @@ importers: specifier: workspace:* version: link:../system-rsc '@react-aria/i18n': - specifier: 3.12.13 - version: 3.12.13(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.12.14 + version: 3.12.14(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/overlays': - specifier: 3.30.0 - version: 3.30.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/utils': specifier: 3.31.0 version: 3.31.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/utils': + specifier: 3.32.0 + version: 3.32.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) devDependencies: clean-package: specifier: 2.2.0 @@ -3254,17 +3254,17 @@ importers: packages/hooks/use-aria-accordion: dependencies: '@react-aria/button': - specifier: 3.14.2 - version: 3.14.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.14.3 + version: 3.14.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/focus': - specifier: 3.21.2 - version: 3.21.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.21.3 + version: 3.21.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/selection': - specifier: 3.26.0 - version: 3.26.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.27.0 + version: 3.27.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-stately/tree': - specifier: 3.9.3 - version: 3.9.3(react@18.3.0) + specifier: 3.9.4 + version: 3.9.4(react@18.3.0) '@react-types/accordion': specifier: 3.0.0-alpha.26 version: 3.0.0-alpha.26(react@18.3.0) @@ -3282,14 +3282,14 @@ importers: packages/hooks/use-aria-accordion-item: dependencies: '@react-aria/button': - specifier: 3.14.2 - version: 3.14.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.14.3 + version: 3.14.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/focus': - specifier: 3.21.2 - version: 3.21.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.21.3 + version: 3.21.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-stately/tree': - specifier: 3.9.3 - version: 3.9.3(react@18.3.0) + specifier: 3.9.4 + version: 3.9.4(react@18.3.0) '@react-types/shared': specifier: 3.32.1 version: 3.32.1(react@18.3.0) @@ -3304,14 +3304,14 @@ importers: packages/hooks/use-aria-button: dependencies: '@react-aria/focus': - specifier: 3.21.2 - version: 3.21.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.21.3 + version: 3.21.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/interactions': - specifier: 3.25.6 - version: 3.25.6(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.26.0 + version: 3.26.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/utils': - specifier: 3.31.0 - version: 3.31.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.32.0 + version: 3.32.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-types/button': specifier: 3.14.1 version: 3.14.1(react@18.3.0) @@ -3329,14 +3329,14 @@ importers: packages/hooks/use-aria-link: dependencies: '@react-aria/focus': - specifier: 3.21.2 - version: 3.21.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.21.3 + version: 3.21.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/interactions': - specifier: 3.25.6 - version: 3.25.6(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.26.0 + version: 3.26.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/utils': - specifier: 3.31.0 - version: 3.31.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.32.0 + version: 3.32.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-types/link': specifier: 3.6.5 version: 3.6.5(react@18.3.0) @@ -3357,14 +3357,14 @@ importers: specifier: workspace:* version: link:../use-aria-overlay '@react-aria/overlays': - specifier: 3.30.0 - version: 3.30.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/utils': specifier: 3.31.0 version: 3.31.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/utils': + specifier: 3.32.0 + version: 3.32.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-stately/overlays': - specifier: 3.6.20 - version: 3.6.20(react@18.3.0) + specifier: 3.6.21 + version: 3.6.21(react@18.3.0) devDependencies: clean-package: specifier: 2.2.0 @@ -3379,35 +3379,35 @@ importers: packages/hooks/use-aria-multiselect: dependencies: '@react-aria/i18n': - specifier: 3.12.13 - version: 3.12.13(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.12.14 + version: 3.12.14(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/interactions': - specifier: 3.25.6 - version: 3.25.6(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.26.0 + version: 3.26.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/label': - specifier: 3.7.22 - version: 3.7.22(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.7.23 + version: 3.7.23(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/listbox': - specifier: 3.15.0 - version: 3.15.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.15.1 + version: 3.15.1(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/menu': - specifier: 3.19.3 - version: 3.19.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.19.4 + version: 3.19.4(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/selection': - specifier: 3.26.0 - version: 3.26.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.27.0 + version: 3.27.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/utils': - specifier: 3.31.0 - version: 3.31.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.32.0 + version: 3.32.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-stately/form': specifier: 3.2.2 version: 3.2.2(react@18.3.0) '@react-stately/list': - specifier: 3.13.1 - version: 3.13.1(react@18.3.0) + specifier: 3.13.2 + version: 3.13.2(react@18.3.0) '@react-stately/menu': - specifier: 3.9.8 - version: 3.9.8(react@18.3.0) + specifier: 3.9.9 + version: 3.9.9(react@18.3.0) '@react-types/button': specifier: 3.14.1 version: 3.14.1(react@18.3.0) @@ -3431,14 +3431,14 @@ importers: packages/hooks/use-aria-overlay: dependencies: '@react-aria/focus': - specifier: 3.21.2 - version: 3.21.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.21.3 + version: 3.21.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/interactions': - specifier: 3.25.6 - version: 3.25.6(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.26.0 + version: 3.26.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/overlays': - specifier: 3.30.0 - version: 3.30.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.31.0 + version: 3.31.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-types/shared': specifier: 3.32.1 version: 3.32.1(react@18.3.0) @@ -3494,11 +3494,11 @@ importers: specifier: workspace:* version: link:../use-callback-ref '@react-aria/utils': - specifier: 3.31.0 - version: 3.31.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.32.0 + version: 3.32.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-stately/utils': - specifier: 3.10.8 - version: 3.10.8(react@18.3.0) + specifier: 3.11.0 + version: 3.11.0(react@18.3.0) devDependencies: clean-package: specifier: 2.2.0 @@ -3510,8 +3510,8 @@ importers: packages/hooks/use-draggable: dependencies: '@react-aria/interactions': - specifier: 3.25.6 - version: 3.25.6(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.26.0 + version: 3.26.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) devDependencies: clean-package: specifier: 2.2.0 @@ -3607,8 +3607,8 @@ importers: specifier: workspace:* version: link:../../utilities/shared-utils '@react-aria/i18n': - specifier: 3.12.13 - version: 3.12.13(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.12.14 + version: 3.12.14(react-dom@18.3.0(react@18.3.0))(react@18.3.0) devDependencies: clean-package: specifier: 2.2.0 @@ -3778,8 +3778,8 @@ importers: specifier: workspace:* version: link:../../core/system '@react-aria/utils': - specifier: 3.31.0 - version: 3.31.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + specifier: 3.32.0 + version: 3.32.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-stately/collections': specifier: 3.12.8 version: 3.12.8(react@18.3.0) @@ -5820,8 +5820,8 @@ packages: cpu: [x64] os: [win32] - '@internationalized/date@3.10.0': - resolution: {integrity: sha512-oxDR/NTEJ1k+UFVQElaNIk65E/Z83HK1z1WI3lQyhTtnNg4R5oVXaPzK3jcpKG8UHKDVuDQHzn+wsxSz8RP3aw==} + '@internationalized/date@3.10.1': + resolution: {integrity: sha512-oJrXtQiAXLvT9clCf1K4kxp3eKsQhIaZqxEyowkBcsvZDdZkbWrVmnGknxs5flTD0VGsxrxKgBCZty1EzoiMzA==} '@internationalized/message@3.1.8': resolution: {integrity: sha512-Rwk3j/TlYZhn3HQ6PyXUV0XP9Uv42jqZGNegt0BXlxjE6G3+LwHjbQZAGHhCnCPdaA6Tvd3ma/7QzLlLkJxAWA==} @@ -6943,98 +6943,98 @@ packages: '@types/react': optional: true - '@react-aria/breadcrumbs@3.5.29': - resolution: {integrity: sha512-rKS0dryllaZJqrr3f/EAf2liz8CBEfmL5XACj+Z1TAig6GIYe1QuA3BtkX0cV9OkMugXdX8e3cbA7nD10ORRqg==} + '@react-aria/breadcrumbs@3.5.30': + resolution: {integrity: sha512-DZymglA70SwvDJA7GB147sUexvdDy6vWcriGrlEHhMMzBLhGB30I5J96R4pPzURLxXISrWFH56KC5rRgIqsqqg==} peerDependencies: react: 18.3.0 react-dom: 18.3.0 - '@react-aria/button@3.14.2': - resolution: {integrity: sha512-VbLIA+Kd6f/MDjd+TJBUg2+vNDw66pnvsj2E4RLomjI9dfBuN7d+Yo2UnsqKVyhePjCUZ6xxa2yDuD63IOSIYA==} + '@react-aria/button@3.14.3': + resolution: {integrity: sha512-iJTuEECs9im7TwrCRZ0dvuwp8Gao0+I1IuYs1LQvJQgKLpgRH2/6jAiqb2bdAcoAjdbaMs7Xe0xUwURpVNkEyA==} peerDependencies: react: 18.3.0 react-dom: 18.3.0 - '@react-aria/calendar@3.9.2': - resolution: {integrity: sha512-uSLxLgOPRnEU4Jg59lAhUVA+uDx/55NBg4lpfsP2ynazyiJ5LCXmYceJi+VuOqMml7d9W0dB87OldOeLdIxYVA==} + '@react-aria/calendar@3.9.3': + resolution: {integrity: sha512-F12UQ4zd8GIxpJxs9GAHzDD9Lby2hESHm0LF5tjsYBIOBJc5K7ICeeE5UqLMBPzgnEP5nfh1CKS8KhCB0mS7PA==} peerDependencies: react: 18.3.0 react-dom: 18.3.0 - '@react-aria/checkbox@3.16.2': - resolution: {integrity: sha512-29Mj9ZqXioJ0bcMnNGooHztnTau5pikZqX3qCRj5bYR3by/ZFFavYoMroh9F7s/MbFm/tsKX+Sf02lYFEdXRjA==} + '@react-aria/checkbox@3.16.3': + resolution: {integrity: sha512-2p1haCUtERo5XavBAWNaX//dryNVnOOWfSKyzLs4UiCZR/NL0ttN+Nu/i445q0ipjLqZ6bBJtx0g0NNrubbU7Q==} peerDependencies: react: 18.3.0 react-dom: 18.3.0 - '@react-aria/combobox@3.14.0': - resolution: {integrity: sha512-z4ro0Hma//p4nL2IJx5iUa7NwxeXbzSoZ0se5uTYjG1rUUMszg+wqQh/AQoL+eiULn7rs18JY9wwNbVIkRNKWA==} + '@react-aria/combobox@3.14.1': + resolution: {integrity: sha512-wuP/4UQrGsYXLw1Gk8G/FcnUlHuoViA9G6w3LhtUgu5Q3E5DvASJalxej3NtyYU+4w4epD1gJidzosAL0rf8Ug==} peerDependencies: react: 18.3.0 react-dom: 18.3.0 - '@react-aria/datepicker@3.15.2': - resolution: {integrity: sha512-th078hyNqPf4P2K10su/y32zPDjs3lOYVdHvsL9/+5K1dnTvLHCK5vgUyLuyn8FchhF7cmHV49D+LZVv65PEpQ==} + '@react-aria/datepicker@3.15.3': + resolution: {integrity: sha512-0KkLYeLs+IubHXb879n8dzzKU/NWcxC9DXtv7M/ofL7vAvMSTmaceYJcMW+2gGYhJVpyYz8B6bk0W7kTxgB3jg==} peerDependencies: react: 18.3.0 react-dom: 18.3.0 - '@react-aria/dialog@3.5.31': - resolution: {integrity: sha512-inxQMyrzX0UBW9Mhraq0nZ4HjHdygQvllzloT1E/RlDd61lr3RbmJR6pLsrbKOTtSvDIBJpCso1xEdHCFNmA0Q==} + '@react-aria/dialog@3.5.32': + resolution: {integrity: sha512-2puMjsJS2FtB8LiFuQDAdBSU4dt3lqdJn4FWt/8GL6l91RZBqp2Dnm5Obuee6rV2duNJZcSAUWsQZ/S1iW8Y2g==} peerDependencies: react: 18.3.0 react-dom: 18.3.0 - '@react-aria/focus@3.21.2': - resolution: {integrity: sha512-JWaCR7wJVggj+ldmM/cb/DXFg47CXR55lznJhZBh4XVqJjMKwaOOqpT5vNN7kpC1wUpXicGNuDnJDN1S/+6dhQ==} + '@react-aria/focus@3.21.3': + resolution: {integrity: sha512-FsquWvjSCwC2/sBk4b+OqJyONETUIXQ2vM0YdPAuC+QFQh2DT6TIBo6dOZVSezlhudDla69xFBd6JvCFq1AbUw==} peerDependencies: react: 18.3.0 react-dom: 18.3.0 - '@react-aria/form@3.1.2': - resolution: {integrity: sha512-R3i7L7Ci61PqZQvOrnL9xJeWEbh28UkTVgkj72EvBBn39y4h7ReH++0stv7rRs8p5ozETSKezBbGfu4UsBewWw==} + '@react-aria/form@3.1.3': + resolution: {integrity: sha512-HAKnPjMiqTxoGLVbfZyGYcZQ1uu6aSeCi9ODmtZuKM5DWZZnTUjDmM1i2L6IXvF+d1kjyApyJC7VTbKZ8AI77g==} peerDependencies: react: 18.3.0 react-dom: 18.3.0 - '@react-aria/grid@3.14.5': - resolution: {integrity: sha512-XHw6rgjlTqc85e3zjsWo3U0EVwjN5MOYtrolCKc/lc2ItNdcY3OlMhpsU9+6jHwg/U3VCSWkGvwAz9hg7krd8Q==} + '@react-aria/grid@3.14.6': + resolution: {integrity: sha512-xagBKHNPu4Ovt/I5He7T/oIEq82MDMSrRi5Sw3oxSCwwtZpv+7eyKRSrFz9vrNUzNgWCcx5VHLE660bLdeVNDQ==} peerDependencies: react: 18.3.0 react-dom: 18.3.0 - '@react-aria/i18n@3.12.13': - resolution: {integrity: sha512-YTM2BPg0v1RvmP8keHenJBmlx8FXUKsdYIEX7x6QWRd1hKlcDwphfjzvt0InX9wiLiPHsT5EoBTpuUk8SXc0Mg==} + '@react-aria/i18n@3.12.14': + resolution: {integrity: sha512-zYvs1FlLamFD49uneX3i5mPHrAsB3OjVpSWApTcPw8ydxOaphQDp/Q1aqrbcxlrQCcxZdXWHuvLlbkNR4+8jzw==} peerDependencies: react: 18.3.0 react-dom: 18.3.0 - '@react-aria/interactions@3.25.6': - resolution: {integrity: sha512-5UgwZmohpixwNMVkMvn9K1ceJe6TzlRlAfuYoQDUuOkk62/JVJNDLAPKIf5YMRc7d2B0rmfgaZLMtbREb0Zvkw==} + '@react-aria/interactions@3.26.0': + resolution: {integrity: sha512-AAEcHiltjfbmP1i9iaVw34Mb7kbkiHpYdqieWufldh4aplWgsF11YQZOfaCJW4QoR2ML4Zzoa9nfFwLXA52R7Q==} peerDependencies: react: 18.3.0 react-dom: 18.3.0 - '@react-aria/label@3.7.22': - resolution: {integrity: sha512-jLquJeA5ZNqDT64UpTc9XJ7kQYltUlNcgxZ37/v4mHe0UZ7QohCKdKQhXHONb0h2jjNUpp2HOZI8J9++jOpzxA==} + '@react-aria/label@3.7.23': + resolution: {integrity: sha512-dRkuCJfsyBHPTq3WOJVHNRvNyQL4cRRLELmjYfUX9/jQKIsUW2l71YnUHZTRCSn2ZjhdAcdwq96fNcQo0hncBQ==} peerDependencies: react: 18.3.0 react-dom: 18.3.0 - '@react-aria/landmark@3.0.7': - resolution: {integrity: sha512-t8c610b8hPLS6Vwv+rbuSyljZosI1s5+Tosfa0Fk4q7d+Ex6Yj7hLfUFy59GxZAufhUYfGX396fT0gPqAbU1tg==} + '@react-aria/landmark@3.0.8': + resolution: {integrity: sha512-xuY8kYxCrF9C0h0Pj2lZHoxCidNfQ/SrkYWXuiN+LuBTJGCmPVif93gt7TklQ0rKJ+pKJsUgh8AC0pgwI3QP7A==} peerDependencies: react: 18.3.0 react-dom: 18.3.0 - '@react-aria/link@3.8.6': - resolution: {integrity: sha512-7F7UDJnwbU9IjfoAdl6f3Hho5/WB7rwcydUOjUux0p7YVWh/fTjIFjfAGyIir7MJhPapun1D0t97QQ3+8jXVcg==} + '@react-aria/link@3.8.7': + resolution: {integrity: sha512-TOC6Hf/x3N0P8SLR1KD/dGiJ9PmwAq8H57RiwbFbdINnG/HIvIQr5MxGTjwBvOOWcJu9brgWL5HkQaZK7Q/4Yw==} peerDependencies: react: 18.3.0 react-dom: 18.3.0 - '@react-aria/listbox@3.15.0': - resolution: {integrity: sha512-Ub1Wu79R9sgxM7h4HeEdjOgOKDHwduvYcnDqsSddGXgpkL8ADjsy2YUQ0hHY5VnzA4BxK36bLp4mzSna8Qvj1w==} + '@react-aria/listbox@3.15.1': + resolution: {integrity: sha512-81iDLFhmPXvLOtkI0SKzgrngfzwfR2o9oFDAYRfpYCOxgT7jjh8SaB4wCteJXRiMwymRGmgyTvD4yxWTluEeXA==} peerDependencies: react: 18.3.0 react-dom: 18.3.0 @@ -7042,50 +7042,50 @@ packages: '@react-aria/live-announcer@3.4.4': resolution: {integrity: sha512-PTTBIjNRnrdJOIRTDGNifY2d//kA7GUAwRFJNOEwSNG4FW+Bq9awqLiflw0JkpyB0VNIwou6lqKPHZVLsGWOXA==} - '@react-aria/menu@3.19.3': - resolution: {integrity: sha512-52fh8y8b2776R2VrfZPpUBJYC9oTP7XDy+zZuZTxPEd7Ywk0JNUl5F92y6ru22yPkS13sdhrNM/Op+V/KulmAg==} + '@react-aria/menu@3.19.4': + resolution: {integrity: sha512-0A0DUEkEvZynmaD3zktHavM+EmgZSR/ht+g1ExS2jXe73CegA+dbSRfPl9eIKcHxaRrWOV96qMj2pTf0yWTBDg==} peerDependencies: react: 18.3.0 react-dom: 18.3.0 - '@react-aria/numberfield@3.12.2': - resolution: {integrity: sha512-M2b+z0HIXiXpGAWOQkO2kpIjaLNUXJ5Q3/GMa3Fkr+B1piFX0VuOynYrtddKVrmXCe+r5t+XcGb0KS29uqv7nQ==} + '@react-aria/numberfield@3.12.3': + resolution: {integrity: sha512-70LRXWPEuj2X8mbQXUx6l6We+RGs49Kb+2eUiSSLArHK4RvTWJWEfSjHL5IHHJ+j2AkbORdryD7SR3gcXSX+5w==} peerDependencies: react: 18.3.0 react-dom: 18.3.0 - '@react-aria/overlays@3.30.0': - resolution: {integrity: sha512-UpjqSjYZx5FAhceWCRVsW6fX1sEwya1fQ/TKkL53FAlLFR8QKuoKqFlmiL43YUFTcGK3UdEOy3cWTleLQwdSmQ==} + '@react-aria/overlays@3.31.0': + resolution: {integrity: sha512-Vq41X1s8XheGIhGbbuqRJslJEX08qmMVX//dwuBaFX9T18mMR04tumKOMxp8Lz+vqwdGLvjNUYDMcgolL+AMjw==} peerDependencies: react: 18.3.0 react-dom: 18.3.0 - '@react-aria/progress@3.4.27': - resolution: {integrity: sha512-0OA1shs1575g1zmO8+rWozdbTnxThFFhOfuoL1m7UV5Dley6FHpueoKB1ECv7B+Qm4dQt6DoEqLg7wsbbQDhmg==} + '@react-aria/progress@3.4.28': + resolution: {integrity: sha512-3NUUAu+rwf1M7pau9WFkrxe/PlBPiqCl/1maGU7iufVveHnz+SVVqXdNkjYx+WkPE0ViwG86Zx6OU4AYJ1pjNw==} peerDependencies: react: 18.3.0 react-dom: 18.3.0 - '@react-aria/radio@3.12.2': - resolution: {integrity: sha512-I11f6I90neCh56rT/6ieAs3XyDKvEfbj/QmbU5cX3p+SJpRRPN0vxQi5D1hkh0uxDpeClxygSr31NmZsd4sqfg==} + '@react-aria/radio@3.12.3': + resolution: {integrity: sha512-noucVX++9J3VYWg7dB+r09NVX8UZSR1TWUMCbT/MffzhltOsmiLJVvgJ0uEeeVRuu3+ZM63jOshrzG89anX4TQ==} peerDependencies: react: 18.3.0 react-dom: 18.3.0 - '@react-aria/selection@3.26.0': - resolution: {integrity: sha512-ZBH3EfWZ+RfhTj01dH8L17uT7iNbXWS8u77/fUpHgtrm0pwNVhx0TYVnLU1YpazQ/3WVpvWhmBB8sWwD1FlD/g==} + '@react-aria/selection@3.27.0': + resolution: {integrity: sha512-4zgreuCu4QM4t2U7aF3mbMvIKCEkTEo6h6nGJvbyZALZ/eFtLTvUiV8/5CGDJRLGvgMvi3XxUeF9PZbpk5nMJg==} peerDependencies: react: 18.3.0 react-dom: 18.3.0 - '@react-aria/slider@3.8.2': - resolution: {integrity: sha512-6KyUGaVzRE4xAz1LKHbNh1q5wzxe58pdTHFSnxNe6nk1SCoHw7NfI4h2s2m6LgJ0megFxsT0Ir8aHaFyyxmbgg==} + '@react-aria/slider@3.8.3': + resolution: {integrity: sha512-tOZVH+wLt3ik0C3wyuXqHL9fvnQ5S+/tHMYB7z8aZV5cEe36Gt4efBILphlA7ChkL/RvpHGK2AGpEGxvuEQIuQ==} peerDependencies: react: 18.3.0 react-dom: 18.3.0 - '@react-aria/spinbutton@3.6.19': - resolution: {integrity: sha512-xOIXegDpts9t3RSHdIN0iYQpdts0FZ3LbpYJIYVvdEHo9OpDS+ElnDzCGtwZLguvZlwc5s1LAKuKopDUsAEMkw==} + '@react-aria/spinbutton@3.7.0': + resolution: {integrity: sha512-FOyH94BZp+jNhUJuZqXSubQZDNQEJyW/J19/gwCxQvQvxAP79dhDFshh1UtrL4EjbjIflmaOes+sH/XEHUnJVA==} peerDependencies: react: 18.3.0 react-dom: 18.3.0 @@ -7096,62 +7096,62 @@ packages: peerDependencies: react: 18.3.0 - '@react-aria/switch@3.7.8': - resolution: {integrity: sha512-AfsUq1/YiuoprhcBUD9vDPyWaigAwctQNW1fMb8dROL+i/12B+Zekj8Ml+jbU69/kIVtfL0Jl7/0Bo9KK3X0xQ==} + '@react-aria/switch@3.7.9': + resolution: {integrity: sha512-RZtuFRXews0PBx8Fc2R/kqaIARD5YIM5uYtmwnWfY7y5bEsBGONxp0d+m2vDyY7yk+VNpVFBdwewY9GbZmH1CA==} peerDependencies: react: 18.3.0 react-dom: 18.3.0 - '@react-aria/table@3.17.8': - resolution: {integrity: sha512-bXiZoxTMbsqUJsYDhHPzKc3jw0HFJ/xMsJ49a0f7mp5r9zACxNLeIU0wJ4Uvx37dnYOHKzGliG+rj5l4sph7MA==} + '@react-aria/table@3.17.9': + resolution: {integrity: sha512-Jby561E1YfzoRgtp+RQuhDz4vnxlcqol9RTgQQ7FWXC2IcN9Pny1COU34LkA1cL9VeB9LJ0+qfMhGw4aAwaUmw==} peerDependencies: react: 18.3.0 react-dom: 18.3.0 - '@react-aria/tabs@3.10.8': - resolution: {integrity: sha512-sPPJyTyoAqsBh76JinBAxStOcbjZvyWFYKpJ9Uqw+XT0ObshAPPFSGeh8DiQemPs02RwJdrfARPMhyqiX8t59A==} + '@react-aria/tabs@3.10.9': + resolution: {integrity: sha512-2+FNd7Ohr3hrEgYrKdZW0FWbgybzTVZft6tw95oQ2+9PnjdDVdtzHliI+8HY8jzb4hTf4bU7O8n+s/HBlCBSIw==} peerDependencies: react: 18.3.0 react-dom: 18.3.0 - '@react-aria/textfield@3.18.2': - resolution: {integrity: sha512-G+lM8VYSor6g9Yptc6hLZ6BF+0cq0pYol1z6wdQUQgJN8tg4HPtzq75lsZtlCSIznL3amgRAxJtd0dUrsAnvaQ==} + '@react-aria/textfield@3.18.3': + resolution: {integrity: sha512-ehiSHOKuKCwPdxFe7wGE0QJlSeeJR4iJuH+OdsYVlZzYbl9J/uAdGbpsj/zPhNtBo1g/Td76U8TtTlYRZ8lUZw==} peerDependencies: react: 18.3.0 react-dom: 18.3.0 - '@react-aria/toast@3.0.8': - resolution: {integrity: sha512-rfJIms6AkMyQ7ZgKrMZgGfPwGcB/t1JoEwbc1PAmXcAvFI/hzF6YF7ZFDXiq38ucFsP9PnHmbXIzM9w4ccl18A==} + '@react-aria/toast@3.0.9': + resolution: {integrity: sha512-2sRitczXl5VEwyq97o8TVvq3bIqLA7EfA7dhDPkYlHGa4T1vzKkhNqgkskKd9+Tw7gqeFRFjnokh+es9jkM11g==} peerDependencies: react: 18.3.0 react-dom: 18.3.0 - '@react-aria/toggle@3.12.2': - resolution: {integrity: sha512-g25XLYqJuJpt0/YoYz2Rab8ax+hBfbssllcEFh0v0jiwfk2gwTWfRU9KAZUvxIqbV8Nm8EBmrYychDpDcvW1kw==} + '@react-aria/toggle@3.12.3': + resolution: {integrity: sha512-mciUbeVP99fRObnH5qLFrkKXX+5VKeV6BhFJlmz1eo3ltR/0xZKnUcycA2CGzmqtB70w09CAhr8NMEnpNH8dwQ==} peerDependencies: react: 18.3.0 react-dom: 18.3.0 - '@react-aria/toolbar@3.0.0-beta.21': - resolution: {integrity: sha512-yRCk/GD8g+BhdDgxd3I0a0c8Ni4Wyo6ERzfSoBkPkwQ4X2E2nkopmraM9D0fXw4UcIr4bnmvADzkHXtBN0XrBg==} + '@react-aria/toolbar@3.0.0-beta.22': + resolution: {integrity: sha512-Q1gOj6N4vzvpGrIoNAxpUudEQP82UgQACENH/bcH8FnEMbSP7DHvVfDhj7GTU6ldMXO2cjqLhiidoUK53gkCiA==} peerDependencies: react: 18.3.0 react-dom: 18.3.0 - '@react-aria/tooltip@3.8.8': - resolution: {integrity: sha512-CmHUqtXtFWmG4AHMEr9hIVex+oscK6xcM2V47gq9ijNInxe3M6UBu/dBdkgGP/jYv9N7tzCAjTR8nNIHQXwvWw==} + '@react-aria/tooltip@3.9.0': + resolution: {integrity: sha512-2O1DXEV8/+DeUq9dIlAfaNa7lSG+7FCZDuF+sNiPYnZM6tgFOrsId26uMF5EuwpVfOvXSSGnq0+6Ma2On7mZPg==} peerDependencies: react: 18.3.0 react-dom: 18.3.0 - '@react-aria/utils@3.31.0': - resolution: {integrity: sha512-ABOzCsZrWzf78ysswmguJbx3McQUja7yeGj6/vZo4JVsZNlxAN+E9rs381ExBRI0KzVo6iBTeX5De8eMZPJXig==} + '@react-aria/utils@3.32.0': + resolution: {integrity: sha512-/7Rud06+HVBIlTwmwmJa2W8xVtgxgzm0+kLbuFooZRzKDON6hhozS1dOMR/YLMxyJOaYOTpImcP4vRR9gL1hEg==} peerDependencies: react: 18.3.0 react-dom: 18.3.0 - '@react-aria/visually-hidden@3.8.28': - resolution: {integrity: sha512-KRRjbVVob2CeBidF24dzufMxBveEUtUu7IM+hpdZKB+gxVROoh4XRLPv9SFmaH89Z7D9To3QoykVZoWD0lan6Q==} + '@react-aria/visually-hidden@3.8.29': + resolution: {integrity: sha512-1joCP+MHBLd+YA6Gb08nMFfDBhOF0Kh1gR1SA8zoxEB5RMfQEEkufIB8k0GGwvHGSCK3gFyO8UAVsD0+rRYEyg==} peerDependencies: react: 18.3.0 react-dom: 18.3.0 @@ -7169,13 +7169,13 @@ packages: peerDependencies: react: 18.3.0 - '@react-stately/calendar@3.9.0': - resolution: {integrity: sha512-U5Nf2kx9gDhJRxdDUm5gjfyUlt/uUfOvM1vDW2UA62cA6+2k2cavMLc2wNlXOb/twFtl6p0joYKHG7T4xnEFkg==} + '@react-stately/calendar@3.9.1': + resolution: {integrity: sha512-q0Q8fivpQa1rcLg5daUVxwVj1smCp1VnpX9A5Q5PkI9lH9x+xdS0Y6eOqb8Ih3TKBDkx9/oEZonOX7RYNIzSig==} peerDependencies: react: 18.3.0 - '@react-stately/checkbox@3.7.2': - resolution: {integrity: sha512-j1ycUVz5JmqhaL6mDZgDNZqBilOB8PBW096sDPFaTtuYreDx2HOd1igxiIvwlvPESZwsJP7FVM3mYnaoXtpKPA==} + '@react-stately/checkbox@3.7.3': + resolution: {integrity: sha512-ve2K+uWT+NRM1JMn+tkWJDP2iBAaWvbZ0TbSXs371IUcTWaNW61HygZ+UFOB/frAZGloazEKGqAsX5XjFpgB9w==} peerDependencies: react: 18.3.0 @@ -7184,18 +7184,18 @@ packages: peerDependencies: react: 18.3.0 - '@react-stately/combobox@3.12.0': - resolution: {integrity: sha512-A6q9R/7cEa/qoQsBkdslXWvD7ztNLLQ9AhBhVN9QvzrmrH5B4ymUwcTU8lWl22ykH7RRwfonLeLXJL4C+/L2oQ==} + '@react-stately/combobox@3.12.1': + resolution: {integrity: sha512-RwfTTYgKJ9raIY+7grZ5DbfVRSO5pDjo/ur2VN/28LZzM0eOQrLFQ00vpBmY7/R64sHRpcXLDxpz5cqpKCdvTw==} peerDependencies: react: 18.3.0 - '@react-stately/data@3.14.1': - resolution: {integrity: sha512-lDNc4gZ6kVZcrABeeQZPTTnP+1ykNylSvFzAC/Hq1fs8+s54xLRvoENWIyG+yK19N9TIGEoA0AOFG8PoAun43g==} + '@react-stately/data@3.15.0': + resolution: {integrity: sha512-ocP39NQQkrbtHVCPsqltNncpEHaONyYX/8s2UK9xeLRc+55NtDI2RZDKTUf/mi6H2SHxzEwLMQH8hWtEwC55mQ==} peerDependencies: react: 18.3.0 - '@react-stately/datepicker@3.15.2': - resolution: {integrity: sha512-S5GL+W37chvV8knv9v0JRv0L6hKo732qqabCCHXzOpYxkLIkV4f/y3cHdEzFWzpZ0O0Gkg7WgeYo160xOdBKYg==} + '@react-stately/datepicker@3.15.3': + resolution: {integrity: sha512-RDYoz1R/EkCyxHYewb58T7DngU3gl6CnQL7xiWiDlayPnstGaanoQ3yCZGJaIQwR8PrKdNbQwXF9NlSmj8iCOw==} peerDependencies: react: 18.3.0 @@ -7207,53 +7207,53 @@ packages: peerDependencies: react: 18.3.0 - '@react-stately/grid@3.11.6': - resolution: {integrity: sha512-vWPAkzpeTIsrurHfMubzMuqEw7vKzFhIJeEK5sEcLunyr1rlADwTzeWrHNbPMl66NAIAi70Dr1yNq+kahQyvMA==} + '@react-stately/grid@3.11.7': + resolution: {integrity: sha512-SqzBSxUTFZKLZicfXDK+M0A3gh07AYK1pmU/otcq2cjZ0nSC4CceKijQ2GBZnl+YGcGHI1RgkhpLP6ZioMYctQ==} peerDependencies: react: 18.3.0 - '@react-stately/list@3.13.1': - resolution: {integrity: sha512-eHaoauh21twbcl0kkwULhVJ+CzYcy1jUjMikNVMHOQdhr4WIBdExf7PmSgKHKqsSPhpGg6IpTCY2dUX3RycjDg==} + '@react-stately/list@3.13.2': + resolution: {integrity: sha512-dGFALuQWNNOkv7W12qSsXLF4mJHLeWeK2hVvdyj4SI8Vxku+BOfaVKuW3sn3mNiixI1dM/7FY2ip4kK+kv27vw==} peerDependencies: react: 18.3.0 - '@react-stately/menu@3.9.8': - resolution: {integrity: sha512-bo0NOhofnTHLESiYfsSSw6gyXiPVJJ0UlN2igUXtJk5PmyhWjFzUzTzcnd7B028OB0si9w3LIWM3stqz5271Eg==} + '@react-stately/menu@3.9.9': + resolution: {integrity: sha512-moW5JANxMxPilfR0SygpCWCZe7Ef09oadgzTZthRymNRv0PXVS9ad4wd1EkwuMvPH/n0uZLZE2s8hNyFDgyqPA==} peerDependencies: react: 18.3.0 - '@react-stately/numberfield@3.10.2': - resolution: {integrity: sha512-jlKVFYaH3RX5KvQ7a+SAMQuPccZCzxLkeYkBE64u1Zvi7YhJ8hkTMHG/fmZMbk1rHlseE2wfBdk0Rlya3MvoNQ==} + '@react-stately/numberfield@3.10.3': + resolution: {integrity: sha512-40g/oyVcWoEaLqkr61KuHZzQVLLXFi3oa2K8XLnb6o+859SM4TX3XPNqL6eNQjXSKoJO5Hlgpqhee9j+VDbGog==} peerDependencies: react: 18.3.0 - '@react-stately/overlays@3.6.20': - resolution: {integrity: sha512-YAIe+uI8GUXX8F/0Pzr53YeC5c/bjqbzDFlV8NKfdlCPa6+Jp4B/IlYVjIooBj9+94QvbQdjylegvYWK/iPwlg==} + '@react-stately/overlays@3.6.21': + resolution: {integrity: sha512-7f25H1PS2g+SNvuWPEW30pSGqYNHxesCP4w+1RcV/XV1oQI7oP5Ji2WfI0QsJEFc9wP/ZO1pyjHNKpfLI3O88g==} peerDependencies: react: 18.3.0 - '@react-stately/radio@3.11.2': - resolution: {integrity: sha512-UM7L6AW+k8edhSBUEPZAqiWNRNadfOKK7BrCXyBiG79zTz0zPcXRR+N+gzkDn7EMSawDeyK1SHYUuoSltTactg==} + '@react-stately/radio@3.11.3': + resolution: {integrity: sha512-8+Cy0azV1aBWKcBfGHi3nBa285lAS6XhmVw2LfEwxq8DeVKTbJAaCHHwvDoclxDiOAnqzE0pio0QMD8rYISt9g==} peerDependencies: react: 18.3.0 - '@react-stately/selection@3.20.6': - resolution: {integrity: sha512-a0bjuP2pJYPKEiedz2Us1W1aSz0iHRuyeQEdBOyL6Z6VUa6hIMq9H60kvseir2T85cOa4QggizuRV7mcO6bU5w==} + '@react-stately/selection@3.20.7': + resolution: {integrity: sha512-NkiRsNCfORBIHNF1bCavh4Vvj+Yd5NffE10iXtaFuhF249NlxLynJZmkcVCqNP9taC2pBIHX00+9tcBgxhG+mA==} peerDependencies: react: 18.3.0 - '@react-stately/slider@3.7.2': - resolution: {integrity: sha512-EVBHUdUYwj++XqAEiQg2fGi8Reccznba0uyQ3gPejF0pAc390Q/J5aqiTEDfiCM7uJ6WHxTM6lcCqHQBISk2dQ==} + '@react-stately/slider@3.7.3': + resolution: {integrity: sha512-9QGnQNXFAH52BzxtU7weyOV/VV7/so6uIvE8VOHfc6QR3GMBM/kJvqBCTWZfQ0pxDIsRagBQDD/tjB09ixTOzg==} peerDependencies: react: 18.3.0 - '@react-stately/table@3.15.1': - resolution: {integrity: sha512-MhMAgE/LgAzHcAn1P3p/nQErzJ6DiixSJ1AOt2JlnAKEb5YJg4ATKWCb2IjBLwywt9ZCzfm3KMUzkctZqAoxwA==} + '@react-stately/table@3.15.2': + resolution: {integrity: sha512-vgEArBN5ocqsQdeORBj6xk8acu5iFnd/CyXEQKl0R5RyuYuw0ms8UmFHvs8Fv1HONehPYg+XR4QPliDFPX8R9A==} peerDependencies: react: 18.3.0 - '@react-stately/tabs@3.8.6': - resolution: {integrity: sha512-9RYxmgjVIxUpIsGKPIF7uRoHWOEz8muwaYiStCVeyiYBPmarvZoIYtTXcwSMN/vEs7heVN5uGCL6/bfdY4+WiA==} + '@react-stately/tabs@3.8.7': + resolution: {integrity: sha512-ETZEzg7s9F2SCvisZ2cCpLx6XBHqdvVgDGU5l3C3s9zBKBr6lgyLFt61IdGW8XXZRUvw4mMGT6tGQbXeGvR0Wg==} peerDependencies: react: 18.3.0 @@ -7262,23 +7262,23 @@ packages: peerDependencies: react: 18.3.0 - '@react-stately/toggle@3.9.2': - resolution: {integrity: sha512-dOxs9wrVXHUmA7lc8l+N9NbTJMAaXcYsnNGsMwfXIXQ3rdq+IjWGNYJ52UmNQyRYFcg0jrzRrU16TyGbNjOdNQ==} + '@react-stately/toggle@3.9.3': + resolution: {integrity: sha512-G6aA/aTnid/6dQ9dxNEd7/JqzRmVkVYYpOAP+l02hepiuSmFwLu4nE98i4YFBQqFZ5b4l01gMrS90JGL7HrNmw==} peerDependencies: react: 18.3.0 - '@react-stately/tooltip@3.5.8': - resolution: {integrity: sha512-gkcUx2ROhCiGNAYd2BaTejakXUUNLPnnoJ5+V/mN480pN+OrO8/2V9pqb/IQmpqxLsso93zkM3A4wFHHLBBmPQ==} + '@react-stately/tooltip@3.5.9': + resolution: {integrity: sha512-YwqtxFqQFfJtbeh+axHVGAfz9XHf73UaBndHxSbVM/T5c1PfI2yOB39T2FOU5fskZ2VMO3qTDhiXmFgGbGYSfQ==} peerDependencies: react: 18.3.0 - '@react-stately/tree@3.9.3': - resolution: {integrity: sha512-ZngG79nLFxE/GYmpwX6E/Rma2MMkzdoJPRI3iWk3dgqnGMMzpPnUp/cvjDsU3UHF7xDVusC5BT6pjWN0uxCIFQ==} + '@react-stately/tree@3.9.4': + resolution: {integrity: sha512-Re1fdEiR0hHPcEda+7ecw+52lgGfFW0MAEDzFg9I6J/t8STQSP+1YC0VVVkv2xRrkLbKLPqggNKgmD8nggecnw==} peerDependencies: react: 18.3.0 - '@react-stately/utils@3.10.8': - resolution: {integrity: sha512-SN3/h7SzRsusVQjQ4v10LaVsDc81jyyR0DD5HnsQitm/I5WDpaSr2nRHtyloPFU48jlql1XX/S04T2DLQM7Y3g==} + '@react-stately/utils@3.11.0': + resolution: {integrity: sha512-8LZpYowJ9eZmmYLpudbo/eclIRnbhWIJZ994ncmlKlouNzKohtM8qTC6B1w1pwUbiwGdUoyzLuQbeaIor5Dvcw==} peerDependencies: react: 18.3.0 @@ -7303,8 +7303,8 @@ packages: peerDependencies: react: 18.3.0 - '@react-types/calendar@3.8.0': - resolution: {integrity: sha512-ZDZgfZgbz1ydWOFs1mH7QFfX3ioJrmb3Y/lkoubQE0HWXLZzyYNvhhKyFJRS1QJ40IofLSBHriwbQb/tsUnGlw==} + '@react-types/calendar@3.8.1': + resolution: {integrity: sha512-B0UuitMP7YkArBAQldwSZSNL2WwazNGCG+lp6yEDj831NrH9e36/jcjv1rObQ9ZMS6uDX9LXu5C8V5RFwGQabA==} peerDependencies: react: 18.3.0 @@ -7313,13 +7313,13 @@ packages: peerDependencies: react: 18.3.0 - '@react-types/combobox@3.13.9': - resolution: {integrity: sha512-G6GmLbzVkLW6VScxPAr/RtliEyPhBClfYaIllK1IZv+Z42SVnOpKzhnoe79BpmiFqy1AaC3+LjZX783mrsHCwA==} + '@react-types/combobox@3.13.10': + resolution: {integrity: sha512-Wo4iix++ID6JzoH9eD7ddGUlirQiGpN/VQc3iFjnaTXiJ/cj3v+1oGsDGCZZTklTVeUMU7SRBfMhMgxHHIYLXA==} peerDependencies: react: 18.3.0 - '@react-types/datepicker@3.13.2': - resolution: {integrity: sha512-+M6UZxJnejYY8kz0spbY/hP08QJ5rsZ3aNarRQQHc48xV2oelFLX5MhAqizfLEsvyfb0JYrhWoh4z1xZtAmYCg==} + '@react-types/datepicker@3.13.3': + resolution: {integrity: sha512-OTRa3banGxcUQKRTLUzr0zTVUMUL+Az1BWARCYQ+8Z/dlkYXYUW0fnS5I0pUEqihgai15KxiY13U0gAqbNSfcA==} peerDependencies: react: 18.3.0 @@ -7358,8 +7358,8 @@ packages: peerDependencies: react: 18.3.0 - '@react-types/numberfield@3.8.15': - resolution: {integrity: sha512-97r92D23GKCOjGIGMeW9nt+/KlfM3GeWH39Czcmd2/D5y3k6z4j0avbsfx2OttCtJszrnENjw3GraYGYI2KosQ==} + '@react-types/numberfield@3.8.16': + resolution: {integrity: sha512-945F0GsD7K2T293YXhap+2Runl3tZWbnhadXVHFWLbqIKKONZFSZTfLKxQcbFr+bQXr2uh1bVJhYcOiS1l5M+A==} peerDependencies: react: 18.3.0 @@ -7403,8 +7403,8 @@ packages: peerDependencies: react: 18.3.0 - '@react-types/tabs@3.3.19': - resolution: {integrity: sha512-fE+qI43yR5pAMpeqPxGqQq9jDHXEPqXskuxNHERMW0PYMdPyem2Cw6goc5F4qeZO3Hf6uPZgHkvJz2OAq7TbBw==} + '@react-types/tabs@3.3.20': + resolution: {integrity: sha512-Kjq4PypapdMOVPAQgaFIKH65Kr3YnRvaxBGd6RYizTsqYImQhXoGj6B4lBpjYy4KhfRd4dYS82frHqTGKmBYiA==} peerDependencies: react: 18.3.0 @@ -7413,8 +7413,8 @@ packages: peerDependencies: react: 18.3.0 - '@react-types/tooltip@3.4.21': - resolution: {integrity: sha512-ugGHOZU6WbOdeTdbjnaEc+Ms7/WhsUCg+T3PCOIeOT9FG02Ce189yJ/+hd7oqL/tVwIhEMYJIqSCgSELFox+QA==} + '@react-types/tooltip@3.5.0': + resolution: {integrity: sha512-o/m1wlKlOD2sLb9vZLWdVkD5LFLHBMLGeeK/bhyUtp0IEdUeKy0ZRTS7pa/A50trov9RvdbzLK79xG8nKNxHew==} peerDependencies: react: 18.3.0 @@ -17464,7 +17464,7 @@ snapshots: '@img/sharp-win32-x64@0.34.5': optional: true - '@internationalized/date@3.10.0': + '@internationalized/date@3.10.1': dependencies: '@swc/helpers': 0.5.17 @@ -19012,146 +19012,146 @@ snapshots: optionalDependencies: '@types/react': 18.2.8 - '@react-aria/breadcrumbs@3.5.29(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': + '@react-aria/breadcrumbs@3.5.30(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': dependencies: - '@react-aria/i18n': 3.12.13(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/link': 3.8.6(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/utils': 3.31.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/i18n': 3.12.14(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/link': 3.8.7(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/utils': 3.32.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-types/breadcrumbs': 3.7.17(react@18.3.0) '@react-types/shared': 3.32.1(react@18.3.0) '@swc/helpers': 0.5.17 react: 18.3.0 react-dom: 18.3.0(react@18.3.0) - '@react-aria/button@3.14.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': + '@react-aria/button@3.14.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': dependencies: - '@react-aria/interactions': 3.25.6(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/toolbar': 3.0.0-beta.21(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/utils': 3.31.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-stately/toggle': 3.9.2(react@18.3.0) + '@react-aria/interactions': 3.26.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/toolbar': 3.0.0-beta.22(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/utils': 3.32.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-stately/toggle': 3.9.3(react@18.3.0) '@react-types/button': 3.14.1(react@18.3.0) '@react-types/shared': 3.32.1(react@18.3.0) '@swc/helpers': 0.5.17 react: 18.3.0 react-dom: 18.3.0(react@18.3.0) - '@react-aria/calendar@3.9.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': + '@react-aria/calendar@3.9.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': dependencies: - '@internationalized/date': 3.10.0 - '@react-aria/i18n': 3.12.13(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/interactions': 3.25.6(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@internationalized/date': 3.10.1 + '@react-aria/i18n': 3.12.14(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/interactions': 3.26.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/live-announcer': 3.4.4 - '@react-aria/utils': 3.31.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-stately/calendar': 3.9.0(react@18.3.0) + '@react-aria/utils': 3.32.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-stately/calendar': 3.9.1(react@18.3.0) '@react-types/button': 3.14.1(react@18.3.0) - '@react-types/calendar': 3.8.0(react@18.3.0) + '@react-types/calendar': 3.8.1(react@18.3.0) '@react-types/shared': 3.32.1(react@18.3.0) '@swc/helpers': 0.5.17 react: 18.3.0 react-dom: 18.3.0(react@18.3.0) - '@react-aria/checkbox@3.16.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': + '@react-aria/checkbox@3.16.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': dependencies: - '@react-aria/form': 3.1.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/interactions': 3.25.6(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/label': 3.7.22(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/toggle': 3.12.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/utils': 3.31.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-stately/checkbox': 3.7.2(react@18.3.0) + '@react-aria/form': 3.1.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/interactions': 3.26.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/label': 3.7.23(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/toggle': 3.12.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/utils': 3.32.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-stately/checkbox': 3.7.3(react@18.3.0) '@react-stately/form': 3.2.2(react@18.3.0) - '@react-stately/toggle': 3.9.2(react@18.3.0) + '@react-stately/toggle': 3.9.3(react@18.3.0) '@react-types/checkbox': 3.10.2(react@18.3.0) '@react-types/shared': 3.32.1(react@18.3.0) '@swc/helpers': 0.5.17 react: 18.3.0 react-dom: 18.3.0(react@18.3.0) - '@react-aria/combobox@3.14.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': + '@react-aria/combobox@3.14.1(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': dependencies: - '@react-aria/focus': 3.21.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/i18n': 3.12.13(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/listbox': 3.15.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/focus': 3.21.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/i18n': 3.12.14(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/listbox': 3.15.1(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/live-announcer': 3.4.4 - '@react-aria/menu': 3.19.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/overlays': 3.30.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/selection': 3.26.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/textfield': 3.18.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/utils': 3.31.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/menu': 3.19.4(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/overlays': 3.31.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/selection': 3.27.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/textfield': 3.18.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/utils': 3.32.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-stately/collections': 3.12.8(react@18.3.0) - '@react-stately/combobox': 3.12.0(react@18.3.0) + '@react-stately/combobox': 3.12.1(react@18.3.0) '@react-stately/form': 3.2.2(react@18.3.0) '@react-types/button': 3.14.1(react@18.3.0) - '@react-types/combobox': 3.13.9(react@18.3.0) + '@react-types/combobox': 3.13.10(react@18.3.0) '@react-types/shared': 3.32.1(react@18.3.0) '@swc/helpers': 0.5.17 react: 18.3.0 react-dom: 18.3.0(react@18.3.0) - '@react-aria/datepicker@3.15.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': + '@react-aria/datepicker@3.15.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': dependencies: - '@internationalized/date': 3.10.0 + '@internationalized/date': 3.10.1 '@internationalized/number': 3.6.5 '@internationalized/string': 3.2.7 - '@react-aria/focus': 3.21.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/form': 3.1.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/i18n': 3.12.13(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/interactions': 3.25.6(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/label': 3.7.22(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/spinbutton': 3.6.19(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/utils': 3.31.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-stately/datepicker': 3.15.2(react@18.3.0) + '@react-aria/focus': 3.21.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/form': 3.1.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/i18n': 3.12.14(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/interactions': 3.26.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/label': 3.7.23(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/spinbutton': 3.7.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/utils': 3.32.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-stately/datepicker': 3.15.3(react@18.3.0) '@react-stately/form': 3.2.2(react@18.3.0) '@react-types/button': 3.14.1(react@18.3.0) - '@react-types/calendar': 3.8.0(react@18.3.0) - '@react-types/datepicker': 3.13.2(react@18.3.0) + '@react-types/calendar': 3.8.1(react@18.3.0) + '@react-types/datepicker': 3.13.3(react@18.3.0) '@react-types/dialog': 3.5.22(react@18.3.0) '@react-types/shared': 3.32.1(react@18.3.0) '@swc/helpers': 0.5.17 react: 18.3.0 react-dom: 18.3.0(react@18.3.0) - '@react-aria/dialog@3.5.31(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': + '@react-aria/dialog@3.5.32(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': dependencies: - '@react-aria/interactions': 3.25.6(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/overlays': 3.30.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/utils': 3.31.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/interactions': 3.26.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/overlays': 3.31.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/utils': 3.32.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-types/dialog': 3.5.22(react@18.3.0) '@react-types/shared': 3.32.1(react@18.3.0) '@swc/helpers': 0.5.17 react: 18.3.0 react-dom: 18.3.0(react@18.3.0) - '@react-aria/focus@3.21.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': + '@react-aria/focus@3.21.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': dependencies: - '@react-aria/interactions': 3.25.6(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/utils': 3.31.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/interactions': 3.26.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/utils': 3.32.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-types/shared': 3.32.1(react@18.3.0) '@swc/helpers': 0.5.17 clsx: 2.1.1 react: 18.3.0 react-dom: 18.3.0(react@18.3.0) - '@react-aria/form@3.1.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': + '@react-aria/form@3.1.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': dependencies: - '@react-aria/interactions': 3.25.6(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/utils': 3.31.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/interactions': 3.26.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/utils': 3.32.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-stately/form': 3.2.2(react@18.3.0) '@react-types/shared': 3.32.1(react@18.3.0) '@swc/helpers': 0.5.17 react: 18.3.0 react-dom: 18.3.0(react@18.3.0) - '@react-aria/grid@3.14.5(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': + '@react-aria/grid@3.14.6(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': dependencies: - '@react-aria/focus': 3.21.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/i18n': 3.12.13(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/interactions': 3.25.6(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/focus': 3.21.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/i18n': 3.12.14(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/interactions': 3.26.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/live-announcer': 3.4.4 - '@react-aria/selection': 3.26.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/utils': 3.31.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/selection': 3.27.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/utils': 3.32.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-stately/collections': 3.12.8(react@18.3.0) - '@react-stately/grid': 3.11.6(react@18.3.0) - '@react-stately/selection': 3.20.6(react@18.3.0) + '@react-stately/grid': 3.11.7(react@18.3.0) + '@react-stately/selection': 3.20.7(react@18.3.0) '@react-types/checkbox': 3.10.2(react@18.3.0) '@react-types/grid': 3.3.6(react@18.3.0) '@react-types/shared': 3.32.1(react@18.3.0) @@ -19159,64 +19159,64 @@ snapshots: react: 18.3.0 react-dom: 18.3.0(react@18.3.0) - '@react-aria/i18n@3.12.13(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': + '@react-aria/i18n@3.12.14(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': dependencies: - '@internationalized/date': 3.10.0 + '@internationalized/date': 3.10.1 '@internationalized/message': 3.1.8 '@internationalized/number': 3.6.5 '@internationalized/string': 3.2.7 '@react-aria/ssr': 3.9.10(react@18.3.0) - '@react-aria/utils': 3.31.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/utils': 3.32.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-types/shared': 3.32.1(react@18.3.0) '@swc/helpers': 0.5.17 react: 18.3.0 react-dom: 18.3.0(react@18.3.0) - '@react-aria/interactions@3.25.6(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': + '@react-aria/interactions@3.26.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': dependencies: '@react-aria/ssr': 3.9.10(react@18.3.0) - '@react-aria/utils': 3.31.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/utils': 3.32.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-stately/flags': 3.1.2 '@react-types/shared': 3.32.1(react@18.3.0) '@swc/helpers': 0.5.17 react: 18.3.0 react-dom: 18.3.0(react@18.3.0) - '@react-aria/label@3.7.22(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': + '@react-aria/label@3.7.23(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': dependencies: - '@react-aria/utils': 3.31.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/utils': 3.32.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-types/shared': 3.32.1(react@18.3.0) '@swc/helpers': 0.5.17 react: 18.3.0 react-dom: 18.3.0(react@18.3.0) - '@react-aria/landmark@3.0.7(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': + '@react-aria/landmark@3.0.8(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': dependencies: - '@react-aria/utils': 3.31.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/utils': 3.32.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-types/shared': 3.32.1(react@18.3.0) '@swc/helpers': 0.5.17 react: 18.3.0 react-dom: 18.3.0(react@18.3.0) use-sync-external-store: 1.5.0(react@18.3.0) - '@react-aria/link@3.8.6(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': + '@react-aria/link@3.8.7(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': dependencies: - '@react-aria/interactions': 3.25.6(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/utils': 3.31.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/interactions': 3.26.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/utils': 3.32.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-types/link': 3.6.5(react@18.3.0) '@react-types/shared': 3.32.1(react@18.3.0) '@swc/helpers': 0.5.17 react: 18.3.0 react-dom: 18.3.0(react@18.3.0) - '@react-aria/listbox@3.15.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': + '@react-aria/listbox@3.15.1(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': dependencies: - '@react-aria/interactions': 3.25.6(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/label': 3.7.22(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/selection': 3.26.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/utils': 3.31.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/interactions': 3.26.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/label': 3.7.23(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/selection': 3.27.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/utils': 3.32.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-stately/collections': 3.12.8(react@18.3.0) - '@react-stately/list': 3.13.1(react@18.3.0) + '@react-stately/list': 3.13.2(react@18.3.0) '@react-types/listbox': 3.7.4(react@18.3.0) '@react-types/shared': 3.32.1(react@18.3.0) '@swc/helpers': 0.5.17 @@ -19227,18 +19227,18 @@ snapshots: dependencies: '@swc/helpers': 0.5.17 - '@react-aria/menu@3.19.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': + '@react-aria/menu@3.19.4(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': dependencies: - '@react-aria/focus': 3.21.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/i18n': 3.12.13(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/interactions': 3.25.6(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/overlays': 3.30.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/selection': 3.26.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/utils': 3.31.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/focus': 3.21.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/i18n': 3.12.14(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/interactions': 3.26.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/overlays': 3.31.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/selection': 3.27.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/utils': 3.32.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-stately/collections': 3.12.8(react@18.3.0) - '@react-stately/menu': 3.9.8(react@18.3.0) - '@react-stately/selection': 3.20.6(react@18.3.0) - '@react-stately/tree': 3.9.3(react@18.3.0) + '@react-stately/menu': 3.9.9(react@18.3.0) + '@react-stately/selection': 3.20.7(react@18.3.0) + '@react-stately/tree': 3.9.4(react@18.3.0) '@react-types/button': 3.14.1(react@18.3.0) '@react-types/menu': 3.10.5(react@18.3.0) '@react-types/shared': 3.32.1(react@18.3.0) @@ -19246,31 +19246,31 @@ snapshots: react: 18.3.0 react-dom: 18.3.0(react@18.3.0) - '@react-aria/numberfield@3.12.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': + '@react-aria/numberfield@3.12.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': dependencies: - '@react-aria/i18n': 3.12.13(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/interactions': 3.25.6(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/spinbutton': 3.6.19(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/textfield': 3.18.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/utils': 3.31.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/i18n': 3.12.14(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/interactions': 3.26.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/spinbutton': 3.7.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/textfield': 3.18.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/utils': 3.32.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-stately/form': 3.2.2(react@18.3.0) - '@react-stately/numberfield': 3.10.2(react@18.3.0) + '@react-stately/numberfield': 3.10.3(react@18.3.0) '@react-types/button': 3.14.1(react@18.3.0) - '@react-types/numberfield': 3.8.15(react@18.3.0) + '@react-types/numberfield': 3.8.16(react@18.3.0) '@react-types/shared': 3.32.1(react@18.3.0) '@swc/helpers': 0.5.17 react: 18.3.0 react-dom: 18.3.0(react@18.3.0) - '@react-aria/overlays@3.30.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': + '@react-aria/overlays@3.31.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': dependencies: - '@react-aria/focus': 3.21.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/i18n': 3.12.13(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/interactions': 3.25.6(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/focus': 3.21.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/i18n': 3.12.14(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/interactions': 3.26.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/ssr': 3.9.10(react@18.3.0) - '@react-aria/utils': 3.31.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/visually-hidden': 3.8.28(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-stately/overlays': 3.6.20(react@18.3.0) + '@react-aria/utils': 3.32.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/visually-hidden': 3.8.29(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-stately/overlays': 3.6.21(react@18.3.0) '@react-types/button': 3.14.1(react@18.3.0) '@react-types/overlays': 3.9.2(react@18.3.0) '@react-types/shared': 3.32.1(react@18.3.0) @@ -19278,62 +19278,62 @@ snapshots: react: 18.3.0 react-dom: 18.3.0(react@18.3.0) - '@react-aria/progress@3.4.27(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': + '@react-aria/progress@3.4.28(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': dependencies: - '@react-aria/i18n': 3.12.13(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/label': 3.7.22(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/utils': 3.31.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/i18n': 3.12.14(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/label': 3.7.23(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/utils': 3.32.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-types/progress': 3.5.16(react@18.3.0) '@react-types/shared': 3.32.1(react@18.3.0) '@swc/helpers': 0.5.17 react: 18.3.0 react-dom: 18.3.0(react@18.3.0) - '@react-aria/radio@3.12.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': + '@react-aria/radio@3.12.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': dependencies: - '@react-aria/focus': 3.21.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/form': 3.1.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/i18n': 3.12.13(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/interactions': 3.25.6(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/label': 3.7.22(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/utils': 3.31.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-stately/radio': 3.11.2(react@18.3.0) + '@react-aria/focus': 3.21.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/form': 3.1.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/i18n': 3.12.14(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/interactions': 3.26.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/label': 3.7.23(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/utils': 3.32.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-stately/radio': 3.11.3(react@18.3.0) '@react-types/radio': 3.9.2(react@18.3.0) '@react-types/shared': 3.32.1(react@18.3.0) '@swc/helpers': 0.5.17 react: 18.3.0 react-dom: 18.3.0(react@18.3.0) - '@react-aria/selection@3.26.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': + '@react-aria/selection@3.27.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': dependencies: - '@react-aria/focus': 3.21.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/i18n': 3.12.13(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/interactions': 3.25.6(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/utils': 3.31.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-stately/selection': 3.20.6(react@18.3.0) + '@react-aria/focus': 3.21.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/i18n': 3.12.14(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/interactions': 3.26.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/utils': 3.32.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-stately/selection': 3.20.7(react@18.3.0) '@react-types/shared': 3.32.1(react@18.3.0) '@swc/helpers': 0.5.17 react: 18.3.0 react-dom: 18.3.0(react@18.3.0) - '@react-aria/slider@3.8.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': + '@react-aria/slider@3.8.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': dependencies: - '@react-aria/i18n': 3.12.13(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/interactions': 3.25.6(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/label': 3.7.22(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/utils': 3.31.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-stately/slider': 3.7.2(react@18.3.0) + '@react-aria/i18n': 3.12.14(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/interactions': 3.26.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/label': 3.7.23(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/utils': 3.32.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-stately/slider': 3.7.3(react@18.3.0) '@react-types/shared': 3.32.1(react@18.3.0) '@react-types/slider': 3.8.2(react@18.3.0) '@swc/helpers': 0.5.17 react: 18.3.0 react-dom: 18.3.0(react@18.3.0) - '@react-aria/spinbutton@3.6.19(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': + '@react-aria/spinbutton@3.7.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': dependencies: - '@react-aria/i18n': 3.12.13(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/i18n': 3.12.14(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/live-announcer': 3.4.4 - '@react-aria/utils': 3.31.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/utils': 3.32.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-types/button': 3.14.1(react@18.3.0) '@react-types/shared': 3.32.1(react@18.3.0) '@swc/helpers': 0.5.17 @@ -19345,28 +19345,28 @@ snapshots: '@swc/helpers': 0.5.17 react: 18.3.0 - '@react-aria/switch@3.7.8(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': + '@react-aria/switch@3.7.9(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': dependencies: - '@react-aria/toggle': 3.12.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-stately/toggle': 3.9.2(react@18.3.0) + '@react-aria/toggle': 3.12.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-stately/toggle': 3.9.3(react@18.3.0) '@react-types/shared': 3.32.1(react@18.3.0) '@react-types/switch': 3.5.15(react@18.3.0) '@swc/helpers': 0.5.17 react: 18.3.0 react-dom: 18.3.0(react@18.3.0) - '@react-aria/table@3.17.8(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': + '@react-aria/table@3.17.9(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': dependencies: - '@react-aria/focus': 3.21.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/grid': 3.14.5(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/i18n': 3.12.13(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/interactions': 3.25.6(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/focus': 3.21.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/grid': 3.14.6(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/i18n': 3.12.14(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/interactions': 3.26.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-aria/live-announcer': 3.4.4 - '@react-aria/utils': 3.31.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/visually-hidden': 3.8.28(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/utils': 3.32.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/visually-hidden': 3.8.29(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-stately/collections': 3.12.8(react@18.3.0) '@react-stately/flags': 3.1.2 - '@react-stately/table': 3.15.1(react@18.3.0) + '@react-stately/table': 3.15.2(react@18.3.0) '@react-types/checkbox': 3.10.2(react@18.3.0) '@react-types/grid': 3.3.6(react@18.3.0) '@react-types/shared': 3.32.1(react@18.3.0) @@ -19375,39 +19375,39 @@ snapshots: react: 18.3.0 react-dom: 18.3.0(react@18.3.0) - '@react-aria/tabs@3.10.8(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': + '@react-aria/tabs@3.10.9(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': dependencies: - '@react-aria/focus': 3.21.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/i18n': 3.12.13(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/selection': 3.26.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/utils': 3.31.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-stately/tabs': 3.8.6(react@18.3.0) + '@react-aria/focus': 3.21.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/i18n': 3.12.14(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/selection': 3.27.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/utils': 3.32.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-stately/tabs': 3.8.7(react@18.3.0) '@react-types/shared': 3.32.1(react@18.3.0) - '@react-types/tabs': 3.3.19(react@18.3.0) + '@react-types/tabs': 3.3.20(react@18.3.0) '@swc/helpers': 0.5.17 react: 18.3.0 react-dom: 18.3.0(react@18.3.0) - '@react-aria/textfield@3.18.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': + '@react-aria/textfield@3.18.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': dependencies: - '@react-aria/form': 3.1.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/interactions': 3.25.6(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/label': 3.7.22(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/utils': 3.31.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/form': 3.1.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/interactions': 3.26.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/label': 3.7.23(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/utils': 3.32.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-stately/form': 3.2.2(react@18.3.0) - '@react-stately/utils': 3.10.8(react@18.3.0) + '@react-stately/utils': 3.11.0(react@18.3.0) '@react-types/shared': 3.32.1(react@18.3.0) '@react-types/textfield': 3.12.6(react@18.3.0) '@swc/helpers': 0.5.17 react: 18.3.0 react-dom: 18.3.0(react@18.3.0) - '@react-aria/toast@3.0.8(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': + '@react-aria/toast@3.0.9(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': dependencies: - '@react-aria/i18n': 3.12.13(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/interactions': 3.25.6(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/landmark': 3.0.7(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/utils': 3.31.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/i18n': 3.12.14(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/interactions': 3.26.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/landmark': 3.0.8(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/utils': 3.32.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-stately/toast': 3.1.2(react@18.3.0) '@react-types/button': 3.14.1(react@18.3.0) '@react-types/shared': 3.32.1(react@18.3.0) @@ -19415,53 +19415,53 @@ snapshots: react: 18.3.0 react-dom: 18.3.0(react@18.3.0) - '@react-aria/toggle@3.12.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': + '@react-aria/toggle@3.12.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': dependencies: - '@react-aria/interactions': 3.25.6(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/utils': 3.31.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-stately/toggle': 3.9.2(react@18.3.0) + '@react-aria/interactions': 3.26.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/utils': 3.32.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-stately/toggle': 3.9.3(react@18.3.0) '@react-types/checkbox': 3.10.2(react@18.3.0) '@react-types/shared': 3.32.1(react@18.3.0) '@swc/helpers': 0.5.17 react: 18.3.0 react-dom: 18.3.0(react@18.3.0) - '@react-aria/toolbar@3.0.0-beta.21(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': + '@react-aria/toolbar@3.0.0-beta.22(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': dependencies: - '@react-aria/focus': 3.21.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/i18n': 3.12.13(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/utils': 3.31.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/focus': 3.21.3(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/i18n': 3.12.14(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/utils': 3.32.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-types/shared': 3.32.1(react@18.3.0) '@swc/helpers': 0.5.17 react: 18.3.0 react-dom: 18.3.0(react@18.3.0) - '@react-aria/tooltip@3.8.8(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': + '@react-aria/tooltip@3.9.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': dependencies: - '@react-aria/interactions': 3.25.6(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/utils': 3.31.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-stately/tooltip': 3.5.8(react@18.3.0) + '@react-aria/interactions': 3.26.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/utils': 3.32.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-stately/tooltip': 3.5.9(react@18.3.0) '@react-types/shared': 3.32.1(react@18.3.0) - '@react-types/tooltip': 3.4.21(react@18.3.0) + '@react-types/tooltip': 3.5.0(react@18.3.0) '@swc/helpers': 0.5.17 react: 18.3.0 react-dom: 18.3.0(react@18.3.0) - '@react-aria/utils@3.31.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': + '@react-aria/utils@3.32.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': dependencies: '@react-aria/ssr': 3.9.10(react@18.3.0) '@react-stately/flags': 3.1.2 - '@react-stately/utils': 3.10.8(react@18.3.0) + '@react-stately/utils': 3.11.0(react@18.3.0) '@react-types/shared': 3.32.1(react@18.3.0) '@swc/helpers': 0.5.17 clsx: 2.1.1 react: 18.3.0 react-dom: 18.3.0(react@18.3.0) - '@react-aria/visually-hidden@3.8.28(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': + '@react-aria/visually-hidden@3.8.29(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': dependencies: - '@react-aria/interactions': 3.25.6(react-dom@18.3.0(react@18.3.0))(react@18.3.0) - '@react-aria/utils': 3.31.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/interactions': 3.26.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) + '@react-aria/utils': 3.32.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) '@react-types/shared': 3.32.1(react@18.3.0) '@swc/helpers': 0.5.17 react: 18.3.0 @@ -19494,19 +19494,19 @@ snapshots: dependencies: react: 18.3.0 - '@react-stately/calendar@3.9.0(react@18.3.0)': + '@react-stately/calendar@3.9.1(react@18.3.0)': dependencies: - '@internationalized/date': 3.10.0 - '@react-stately/utils': 3.10.8(react@18.3.0) - '@react-types/calendar': 3.8.0(react@18.3.0) + '@internationalized/date': 3.10.1 + '@react-stately/utils': 3.11.0(react@18.3.0) + '@react-types/calendar': 3.8.1(react@18.3.0) '@react-types/shared': 3.32.1(react@18.3.0) '@swc/helpers': 0.5.17 react: 18.3.0 - '@react-stately/checkbox@3.7.2(react@18.3.0)': + '@react-stately/checkbox@3.7.3(react@18.3.0)': dependencies: '@react-stately/form': 3.2.2(react@18.3.0) - '@react-stately/utils': 3.10.8(react@18.3.0) + '@react-stately/utils': 3.11.0(react@18.3.0) '@react-types/checkbox': 3.10.2(react@18.3.0) '@react-types/shared': 3.32.1(react@18.3.0) '@swc/helpers': 0.5.17 @@ -19518,32 +19518,32 @@ snapshots: '@swc/helpers': 0.5.17 react: 18.3.0 - '@react-stately/combobox@3.12.0(react@18.3.0)': + '@react-stately/combobox@3.12.1(react@18.3.0)': dependencies: '@react-stately/collections': 3.12.8(react@18.3.0) '@react-stately/form': 3.2.2(react@18.3.0) - '@react-stately/list': 3.13.1(react@18.3.0) - '@react-stately/overlays': 3.6.20(react@18.3.0) - '@react-stately/utils': 3.10.8(react@18.3.0) - '@react-types/combobox': 3.13.9(react@18.3.0) + '@react-stately/list': 3.13.2(react@18.3.0) + '@react-stately/overlays': 3.6.21(react@18.3.0) + '@react-stately/utils': 3.11.0(react@18.3.0) + '@react-types/combobox': 3.13.10(react@18.3.0) '@react-types/shared': 3.32.1(react@18.3.0) '@swc/helpers': 0.5.17 react: 18.3.0 - '@react-stately/data@3.14.1(react@18.3.0)': + '@react-stately/data@3.15.0(react@18.3.0)': dependencies: '@react-types/shared': 3.32.1(react@18.3.0) '@swc/helpers': 0.5.17 react: 18.3.0 - '@react-stately/datepicker@3.15.2(react@18.3.0)': + '@react-stately/datepicker@3.15.3(react@18.3.0)': dependencies: - '@internationalized/date': 3.10.0 + '@internationalized/date': 3.10.1 '@internationalized/string': 3.2.7 '@react-stately/form': 3.2.2(react@18.3.0) - '@react-stately/overlays': 3.6.20(react@18.3.0) - '@react-stately/utils': 3.10.8(react@18.3.0) - '@react-types/datepicker': 3.13.2(react@18.3.0) + '@react-stately/overlays': 3.6.21(react@18.3.0) + '@react-stately/utils': 3.11.0(react@18.3.0) + '@react-types/datepicker': 3.13.3(react@18.3.0) '@react-types/shared': 3.32.1(react@18.3.0) '@swc/helpers': 0.5.17 react: 18.3.0 @@ -19558,91 +19558,91 @@ snapshots: '@swc/helpers': 0.5.17 react: 18.3.0 - '@react-stately/grid@3.11.6(react@18.3.0)': + '@react-stately/grid@3.11.7(react@18.3.0)': dependencies: '@react-stately/collections': 3.12.8(react@18.3.0) - '@react-stately/selection': 3.20.6(react@18.3.0) + '@react-stately/selection': 3.20.7(react@18.3.0) '@react-types/grid': 3.3.6(react@18.3.0) '@react-types/shared': 3.32.1(react@18.3.0) '@swc/helpers': 0.5.17 react: 18.3.0 - '@react-stately/list@3.13.1(react@18.3.0)': + '@react-stately/list@3.13.2(react@18.3.0)': dependencies: '@react-stately/collections': 3.12.8(react@18.3.0) - '@react-stately/selection': 3.20.6(react@18.3.0) - '@react-stately/utils': 3.10.8(react@18.3.0) + '@react-stately/selection': 3.20.7(react@18.3.0) + '@react-stately/utils': 3.11.0(react@18.3.0) '@react-types/shared': 3.32.1(react@18.3.0) '@swc/helpers': 0.5.17 react: 18.3.0 - '@react-stately/menu@3.9.8(react@18.3.0)': + '@react-stately/menu@3.9.9(react@18.3.0)': dependencies: - '@react-stately/overlays': 3.6.20(react@18.3.0) + '@react-stately/overlays': 3.6.21(react@18.3.0) '@react-types/menu': 3.10.5(react@18.3.0) '@react-types/shared': 3.32.1(react@18.3.0) '@swc/helpers': 0.5.17 react: 18.3.0 - '@react-stately/numberfield@3.10.2(react@18.3.0)': + '@react-stately/numberfield@3.10.3(react@18.3.0)': dependencies: '@internationalized/number': 3.6.5 '@react-stately/form': 3.2.2(react@18.3.0) - '@react-stately/utils': 3.10.8(react@18.3.0) - '@react-types/numberfield': 3.8.15(react@18.3.0) + '@react-stately/utils': 3.11.0(react@18.3.0) + '@react-types/numberfield': 3.8.16(react@18.3.0) '@swc/helpers': 0.5.17 react: 18.3.0 - '@react-stately/overlays@3.6.20(react@18.3.0)': + '@react-stately/overlays@3.6.21(react@18.3.0)': dependencies: - '@react-stately/utils': 3.10.8(react@18.3.0) + '@react-stately/utils': 3.11.0(react@18.3.0) '@react-types/overlays': 3.9.2(react@18.3.0) '@swc/helpers': 0.5.17 react: 18.3.0 - '@react-stately/radio@3.11.2(react@18.3.0)': + '@react-stately/radio@3.11.3(react@18.3.0)': dependencies: '@react-stately/form': 3.2.2(react@18.3.0) - '@react-stately/utils': 3.10.8(react@18.3.0) + '@react-stately/utils': 3.11.0(react@18.3.0) '@react-types/radio': 3.9.2(react@18.3.0) '@react-types/shared': 3.32.1(react@18.3.0) '@swc/helpers': 0.5.17 react: 18.3.0 - '@react-stately/selection@3.20.6(react@18.3.0)': + '@react-stately/selection@3.20.7(react@18.3.0)': dependencies: '@react-stately/collections': 3.12.8(react@18.3.0) - '@react-stately/utils': 3.10.8(react@18.3.0) + '@react-stately/utils': 3.11.0(react@18.3.0) '@react-types/shared': 3.32.1(react@18.3.0) '@swc/helpers': 0.5.17 react: 18.3.0 - '@react-stately/slider@3.7.2(react@18.3.0)': + '@react-stately/slider@3.7.3(react@18.3.0)': dependencies: - '@react-stately/utils': 3.10.8(react@18.3.0) + '@react-stately/utils': 3.11.0(react@18.3.0) '@react-types/shared': 3.32.1(react@18.3.0) '@react-types/slider': 3.8.2(react@18.3.0) '@swc/helpers': 0.5.17 react: 18.3.0 - '@react-stately/table@3.15.1(react@18.3.0)': + '@react-stately/table@3.15.2(react@18.3.0)': dependencies: '@react-stately/collections': 3.12.8(react@18.3.0) '@react-stately/flags': 3.1.2 - '@react-stately/grid': 3.11.6(react@18.3.0) - '@react-stately/selection': 3.20.6(react@18.3.0) - '@react-stately/utils': 3.10.8(react@18.3.0) + '@react-stately/grid': 3.11.7(react@18.3.0) + '@react-stately/selection': 3.20.7(react@18.3.0) + '@react-stately/utils': 3.11.0(react@18.3.0) '@react-types/grid': 3.3.6(react@18.3.0) '@react-types/shared': 3.32.1(react@18.3.0) '@react-types/table': 3.13.4(react@18.3.0) '@swc/helpers': 0.5.17 react: 18.3.0 - '@react-stately/tabs@3.8.6(react@18.3.0)': + '@react-stately/tabs@3.8.7(react@18.3.0)': dependencies: - '@react-stately/list': 3.13.1(react@18.3.0) + '@react-stately/list': 3.13.2(react@18.3.0) '@react-types/shared': 3.32.1(react@18.3.0) - '@react-types/tabs': 3.3.19(react@18.3.0) + '@react-types/tabs': 3.3.20(react@18.3.0) '@swc/helpers': 0.5.17 react: 18.3.0 @@ -19652,31 +19652,31 @@ snapshots: react: 18.3.0 use-sync-external-store: 1.5.0(react@18.3.0) - '@react-stately/toggle@3.9.2(react@18.3.0)': + '@react-stately/toggle@3.9.3(react@18.3.0)': dependencies: - '@react-stately/utils': 3.10.8(react@18.3.0) + '@react-stately/utils': 3.11.0(react@18.3.0) '@react-types/checkbox': 3.10.2(react@18.3.0) '@react-types/shared': 3.32.1(react@18.3.0) '@swc/helpers': 0.5.17 react: 18.3.0 - '@react-stately/tooltip@3.5.8(react@18.3.0)': + '@react-stately/tooltip@3.5.9(react@18.3.0)': dependencies: - '@react-stately/overlays': 3.6.20(react@18.3.0) - '@react-types/tooltip': 3.4.21(react@18.3.0) + '@react-stately/overlays': 3.6.21(react@18.3.0) + '@react-types/tooltip': 3.5.0(react@18.3.0) '@swc/helpers': 0.5.17 react: 18.3.0 - '@react-stately/tree@3.9.3(react@18.3.0)': + '@react-stately/tree@3.9.4(react@18.3.0)': dependencies: '@react-stately/collections': 3.12.8(react@18.3.0) - '@react-stately/selection': 3.20.6(react@18.3.0) - '@react-stately/utils': 3.10.8(react@18.3.0) + '@react-stately/selection': 3.20.7(react@18.3.0) + '@react-stately/utils': 3.11.0(react@18.3.0) '@react-types/shared': 3.32.1(react@18.3.0) '@swc/helpers': 0.5.17 react: 18.3.0 - '@react-stately/utils@3.10.8(react@18.3.0)': + '@react-stately/utils@3.11.0(react@18.3.0)': dependencies: '@swc/helpers': 0.5.17 react: 18.3.0 @@ -19704,9 +19704,9 @@ snapshots: '@react-types/shared': 3.32.1(react@18.3.0) react: 18.3.0 - '@react-types/calendar@3.8.0(react@18.3.0)': + '@react-types/calendar@3.8.1(react@18.3.0)': dependencies: - '@internationalized/date': 3.10.0 + '@internationalized/date': 3.10.1 '@react-types/shared': 3.32.1(react@18.3.0) react: 18.3.0 @@ -19715,15 +19715,15 @@ snapshots: '@react-types/shared': 3.32.1(react@18.3.0) react: 18.3.0 - '@react-types/combobox@3.13.9(react@18.3.0)': + '@react-types/combobox@3.13.10(react@18.3.0)': dependencies: '@react-types/shared': 3.32.1(react@18.3.0) react: 18.3.0 - '@react-types/datepicker@3.13.2(react@18.3.0)': + '@react-types/datepicker@3.13.3(react@18.3.0)': dependencies: - '@internationalized/date': 3.10.0 - '@react-types/calendar': 3.8.0(react@18.3.0) + '@internationalized/date': 3.10.1 + '@react-types/calendar': 3.8.1(react@18.3.0) '@react-types/overlays': 3.9.2(react@18.3.0) '@react-types/shared': 3.32.1(react@18.3.0) react: 18.3.0 @@ -19765,7 +19765,7 @@ snapshots: '@react-types/shared': 3.32.1(react@18.3.0) react: 18.3.0 - '@react-types/numberfield@3.8.15(react@18.3.0)': + '@react-types/numberfield@3.8.16(react@18.3.0)': dependencies: '@react-types/shared': 3.32.1(react@18.3.0) react: 18.3.0 @@ -19809,7 +19809,7 @@ snapshots: '@react-types/shared': 3.32.1(react@18.3.0) react: 18.3.0 - '@react-types/tabs@3.3.19(react@18.3.0)': + '@react-types/tabs@3.3.20(react@18.3.0)': dependencies: '@react-types/shared': 3.32.1(react@18.3.0) react: 18.3.0 @@ -19819,7 +19819,7 @@ snapshots: '@react-types/shared': 3.32.1(react@18.3.0) react: 18.3.0 - '@react-types/tooltip@3.4.21(react@18.3.0)': + '@react-types/tooltip@3.5.0(react@18.3.0)': dependencies: '@react-types/overlays': 3.9.2(react@18.3.0) '@react-types/shared': 3.32.1(react@18.3.0) From 2c20302c430b222943f6f07e4a16331dac376c24 Mon Sep 17 00:00:00 2001 From: WK Wong Date: Thu, 18 Dec 2025 15:30:45 +0800 Subject: [PATCH 2/4] refactor(react): group client components --- packages/core/react/src/client.ts | 51 +++++++++++++++++++++++++++ packages/core/react/src/index.ts | 57 +++---------------------------- 2 files changed, 55 insertions(+), 53 deletions(-) create mode 100644 packages/core/react/src/client.ts diff --git a/packages/core/react/src/client.ts b/packages/core/react/src/client.ts new file mode 100644 index 0000000000..a8d3fc8eeb --- /dev/null +++ b/packages/core/react/src/client.ts @@ -0,0 +1,51 @@ +"use client"; + +export * from "@heroui/system"; +export * from "@heroui/accordion"; +export * from "@heroui/avatar"; +export * from "@heroui/badge"; +export * from "@heroui/button"; +export * from "@heroui/card"; +export * from "@heroui/chip"; +export * from "@heroui/checkbox"; +export * from "@heroui/link"; +export * from "@heroui/pagination"; +export * from "@heroui/radio"; +export * from "@heroui/snippet"; +export * from "@heroui/spinner"; +export * from "@heroui/switch"; +export * from "@heroui/tooltip"; +export * from "@heroui/user"; +export * from "@heroui/progress"; +export * from "@heroui/input"; +export * from "@heroui/popover"; +export * from "@heroui/dropdown"; +export * from "@heroui/image"; +export * from "@heroui/modal"; +export * from "@heroui/navbar"; +export * from "@heroui/table"; +export * from "@heroui/tabs"; +export * from "@heroui/skeleton"; +export * from "@heroui/scroll-shadow"; +export * from "@heroui/select"; +export * from "@heroui/listbox"; +export * from "@heroui/menu"; +export * from "@heroui/ripple"; +export * from "@heroui/slider"; +export * from "@heroui/breadcrumbs"; +export * from "@heroui/autocomplete"; +export * from "@heroui/calendar"; +export * from "@heroui/date-input"; +export * from "@heroui/date-picker"; +export * from "@heroui/form"; +export * from "@heroui/alert"; +export * from "@heroui/drawer"; +export * from "@heroui/input-otp"; +export * from "@heroui/number-input"; +export * from "@heroui/toast"; + +// React Aria - Exports +export {VisuallyHidden} from "@react-aria/visually-hidden"; + +// Individual exports +export {ResizablePanel} from "@heroui/framer-utils"; diff --git a/packages/core/react/src/index.ts b/packages/core/react/src/index.ts index b380283c2b..722ce5d9b8 100644 --- a/packages/core/react/src/index.ts +++ b/packages/core/react/src/index.ts @@ -1,60 +1,11 @@ // only for development purpose, this directive is added by tsup at build time -export * from "@heroui/system"; +// Client Components +export * from "./client"; + +// Server Components export * from "@heroui/theme"; -export * from "@heroui/accordion"; -export * from "@heroui/avatar"; -export * from "@heroui/badge"; -export * from "@heroui/button"; -export * from "@heroui/card"; -export * from "@heroui/chip"; -export * from "@heroui/checkbox"; export * from "@heroui/code"; -export * from "@heroui/link"; -export * from "@heroui/pagination"; -export * from "@heroui/radio"; -export * from "@heroui/snippet"; -export * from "@heroui/spinner"; -export * from "@heroui/switch"; -export * from "@heroui/tooltip"; -export * from "@heroui/user"; -export * from "@heroui/progress"; -export * from "@heroui/input"; -export * from "@heroui/popover"; -export * from "@heroui/dropdown"; -export * from "@heroui/image"; -export * from "@heroui/modal"; -export * from "@heroui/navbar"; -export * from "@heroui/table"; export * from "@heroui/spacer"; export * from "@heroui/divider"; export * from "@heroui/kbd"; -export * from "@heroui/tabs"; -export * from "@heroui/skeleton"; -export * from "@heroui/scroll-shadow"; -export * from "@heroui/select"; -export * from "@heroui/listbox"; -export * from "@heroui/menu"; -export * from "@heroui/ripple"; -export * from "@heroui/slider"; -export * from "@heroui/breadcrumbs"; -export * from "@heroui/autocomplete"; -export * from "@heroui/calendar"; -export * from "@heroui/date-input"; -export * from "@heroui/date-picker"; -export * from "@heroui/form"; -export * from "@heroui/alert"; -export * from "@heroui/drawer"; -export * from "@heroui/input-otp"; -export * from "@heroui/number-input"; -export * from "@heroui/toast"; - -/** - * React Aria - Exports - */ -export {VisuallyHidden} from "@react-aria/visually-hidden"; - -/** - * Individual exports - */ -export {ResizablePanel} from "@heroui/framer-utils"; From cf7a7e87831e9bd00046c88ca820487d4f58a58f Mon Sep 17 00:00:00 2001 From: WK Wong Date: Thu, 18 Dec 2025 18:03:48 +0800 Subject: [PATCH 3/4] fix(dropdown): keyDown test cases --- .../dropdown/__tests__/dropdown.test.tsx | 44 +++++-------------- 1 file changed, 10 insertions(+), 34 deletions(-) diff --git a/packages/components/dropdown/__tests__/dropdown.test.tsx b/packages/components/dropdown/__tests__/dropdown.test.tsx index 3007ca89c3..7a738cff51 100644 --- a/packages/components/dropdown/__tests__/dropdown.test.tsx +++ b/packages/components/dropdown/__tests__/dropdown.test.tsx @@ -678,23 +678,15 @@ describe("Dropdown", () => { }); it("should press the item on keyDown (Enter)", async () => { - const logSpy = jest.spyOn(console, "log").mockImplementation(() => {}); + const onAction = jest.fn(); const wrapper = render( - - { - /* eslint-disable no-console */ - console.log("ENTER"); - }} - > - New file - + + New file Copy link Edit file @@ -724,33 +716,21 @@ describe("Dropdown", () => { expect(menuItems[0]).toHaveFocus(); - await act(async () => { - await user.keyboard("[Enter]"); - }); - - expect(logSpy).toHaveBeenCalledWith("ENTER"); + await user.keyboard("{Enter}"); - logSpy.mockRestore(); + expect(onAction).toHaveBeenCalledWith("new"); }); it("should press the item on keyDown (Space)", async () => { - const logSpy = jest.spyOn(console, "log").mockImplementation(() => {}); + const onAction = jest.fn(); const wrapper = render( - - { - /* eslint-disable no-console */ - console.log("SPACE"); - }} - > - New file - + + New file Copy link Edit file @@ -780,13 +760,9 @@ describe("Dropdown", () => { expect(menuItems[0]).toHaveFocus(); - await act(async () => { - await user.keyboard("[Space]"); - }); - - expect(logSpy).toHaveBeenCalledWith("SPACE"); + await user.keyboard(" "); - logSpy.mockRestore(); + expect(onAction).toHaveBeenCalledWith("new"); }); it("should respect closeOnSelect setting of DropdownItem (static)", async () => { From 08ad2c3023a21bdfd4ba5bd0d4a18e640733e9f6 Mon Sep 17 00:00:00 2001 From: WK Wong Date: Thu, 18 Dec 2025 19:07:23 +0800 Subject: [PATCH 4/4] chore(react): rollback --- packages/core/react/src/index.ts | 58 +++++++++++++++++++++++++++++--- 1 file changed, 54 insertions(+), 4 deletions(-) diff --git a/packages/core/react/src/index.ts b/packages/core/react/src/index.ts index 722ce5d9b8..02ae5a8240 100644 --- a/packages/core/react/src/index.ts +++ b/packages/core/react/src/index.ts @@ -1,11 +1,61 @@ // only for development purpose, this directive is added by tsup at build time +"use client"; -// Client Components -export * from "./client"; - -// Server Components +export * from "@heroui/system"; export * from "@heroui/theme"; +export * from "@heroui/accordion"; +export * from "@heroui/avatar"; +export * from "@heroui/badge"; +export * from "@heroui/button"; +export * from "@heroui/card"; +export * from "@heroui/chip"; +export * from "@heroui/checkbox"; export * from "@heroui/code"; +export * from "@heroui/link"; +export * from "@heroui/pagination"; +export * from "@heroui/radio"; +export * from "@heroui/snippet"; +export * from "@heroui/spinner"; +export * from "@heroui/switch"; +export * from "@heroui/tooltip"; +export * from "@heroui/user"; +export * from "@heroui/progress"; +export * from "@heroui/input"; +export * from "@heroui/popover"; +export * from "@heroui/dropdown"; +export * from "@heroui/image"; +export * from "@heroui/modal"; +export * from "@heroui/navbar"; +export * from "@heroui/table"; export * from "@heroui/spacer"; export * from "@heroui/divider"; export * from "@heroui/kbd"; +export * from "@heroui/tabs"; +export * from "@heroui/skeleton"; +export * from "@heroui/scroll-shadow"; +export * from "@heroui/select"; +export * from "@heroui/listbox"; +export * from "@heroui/menu"; +export * from "@heroui/ripple"; +export * from "@heroui/slider"; +export * from "@heroui/breadcrumbs"; +export * from "@heroui/autocomplete"; +export * from "@heroui/calendar"; +export * from "@heroui/date-input"; +export * from "@heroui/date-picker"; +export * from "@heroui/form"; +export * from "@heroui/alert"; +export * from "@heroui/drawer"; +export * from "@heroui/input-otp"; +export * from "@heroui/number-input"; +export * from "@heroui/toast"; + +/** + * React Aria - Exports + */ +export {VisuallyHidden} from "@react-aria/visually-hidden"; + +/** + * Individual exports + */ +export {ResizablePanel} from "@heroui/framer-utils";