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/CHANGELOG.md b/packages/components/accordion/CHANGELOG.md
index 4fa44e307e..effd2b3b41 100644
--- a/packages/components/accordion/CHANGELOG.md
+++ b/packages/components/accordion/CHANGELOG.md
@@ -1,5 +1,17 @@
# @heroui/accordion
+## 2.2.26
+
+### Patch Changes
+
+- [#5996](https://github.com/heroui-inc/heroui/pull/5996) [`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b) Thanks [@wingkwong](https://github.com/wingkwong)! - upgrade react-aria (v1.14.0)
+
+- Updated dependencies [[`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b)]:
+ - @heroui/use-aria-accordion@2.2.19
+ - @heroui/aria-utils@2.2.26
+ - @heroui/divider@2.2.21
+ - @heroui/framer-utils@2.1.25
+
## 2.2.25
### Patch Changes
diff --git a/packages/components/accordion/package.json b/packages/components/accordion/package.json
index 7bc0e41215..7d63d20fba 100644
--- a/packages/components/accordion/package.json
+++ b/packages/components/accordion/package.json
@@ -1,6 +1,6 @@
{
"name": "@heroui/accordion",
- "version": "2.2.25",
+ "version": "2.2.26",
"description": "Collapse display a list of high-level options that can expand/collapse to reveal more information.",
"keywords": [
"react",
@@ -43,7 +43,7 @@
"react": ">=18 || >=19.0.0-rc.0",
"react-dom": ">=18 || >=19.0.0-rc.0",
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
- "@heroui/theme": ">=2.4.23",
+ "@heroui/theme": ">=2.4.24",
"@heroui/system": ">=2.4.18"
},
"dependencies": {
@@ -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/CHANGELOG.md b/packages/components/alert/CHANGELOG.md
index 179ed015ae..0b7ae20ae0 100644
--- a/packages/components/alert/CHANGELOG.md
+++ b/packages/components/alert/CHANGELOG.md
@@ -1,5 +1,14 @@
# @heroui/alert
+## 2.2.29
+
+### Patch Changes
+
+- [#5996](https://github.com/heroui-inc/heroui/pull/5996) [`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b) Thanks [@wingkwong](https://github.com/wingkwong)! - upgrade react-aria (v1.14.0)
+
+- Updated dependencies [[`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b)]:
+ - @heroui/button@2.2.29
+
## 2.2.28
### Patch Changes
diff --git a/packages/components/alert/package.json b/packages/components/alert/package.json
index d65cabdef8..813e722391 100644
--- a/packages/components/alert/package.json
+++ b/packages/components/alert/package.json
@@ -1,6 +1,6 @@
{
"name": "@heroui/alert",
- "version": "2.2.28",
+ "version": "2.2.29",
"description": "Alerts are temporary notifications that provide concise feedback about an action or event.",
"keywords": [
"alert"
@@ -40,14 +40,14 @@
"peerDependencies": {
"react": ">=18 || >=19.0.0-rc.0",
"react-dom": ">=18 || >=19.0.0-rc.0",
- "@heroui/theme": ">=2.4.23",
+ "@heroui/theme": ">=2.4.24",
"@heroui/system": ">=2.4.18"
},
"dependencies": {
"@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/CHANGELOG.md b/packages/components/autocomplete/CHANGELOG.md
index da18ee1577..c1e7cd55d3 100644
--- a/packages/components/autocomplete/CHANGELOG.md
+++ b/packages/components/autocomplete/CHANGELOG.md
@@ -1,5 +1,20 @@
# @heroui/autocomplete
+## 2.3.31
+
+### Patch Changes
+
+- [#5996](https://github.com/heroui-inc/heroui/pull/5996) [`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b) Thanks [@wingkwong](https://github.com/wingkwong)! - upgrade react-aria (v1.14.0)
+
+- Updated dependencies [[`acc74d1`](https://github.com/heroui-inc/heroui/commit/acc74d1e8fe435961c73f4c76ec1ba1a082649d4), [`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b)]:
+ - @heroui/input@2.4.30
+ - @heroui/aria-utils@2.2.26
+ - @heroui/listbox@2.3.28
+ - @heroui/popover@2.3.29
+ - @heroui/button@2.2.29
+ - @heroui/form@2.1.29
+ - @heroui/scroll-shadow@2.3.19
+
## 2.3.30
### Patch Changes
diff --git a/packages/components/autocomplete/package.json b/packages/components/autocomplete/package.json
index 18fc56fc4a..2dac504815 100644
--- a/packages/components/autocomplete/package.json
+++ b/packages/components/autocomplete/package.json
@@ -1,6 +1,6 @@
{
"name": "@heroui/autocomplete",
- "version": "2.3.30",
+ "version": "2.3.31",
"description": "An autocomplete combines a text input with a listbox, allowing users to filter a list of options to items matching a query.",
"keywords": [
"autocomplete"
@@ -35,7 +35,7 @@
},
"peerDependencies": {
"@heroui/system": ">=2.4.18",
- "@heroui/theme": ">=2.4.23",
+ "@heroui/theme": ">=2.4.24",
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
"react": ">=18 || >=19.0.0-rc.0",
"react-dom": ">=18 || >=19.0.0-rc.0"
@@ -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/CHANGELOG.md b/packages/components/avatar/CHANGELOG.md
index bd015245b3..247af82bdb 100644
--- a/packages/components/avatar/CHANGELOG.md
+++ b/packages/components/avatar/CHANGELOG.md
@@ -1,5 +1,11 @@
# @heroui/avatar
+## 2.2.24
+
+### Patch Changes
+
+- [#5996](https://github.com/heroui-inc/heroui/pull/5996) [`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b) Thanks [@wingkwong](https://github.com/wingkwong)! - upgrade react-aria (v1.14.0)
+
## 2.2.23
### Patch Changes
diff --git a/packages/components/avatar/package.json b/packages/components/avatar/package.json
index 9f75e8dbed..59172136b4 100644
--- a/packages/components/avatar/package.json
+++ b/packages/components/avatar/package.json
@@ -1,6 +1,6 @@
{
"name": "@heroui/avatar",
- "version": "2.2.23",
+ "version": "2.2.24",
"description": "The Avatar component is used to represent a user, and displays the profile picture, initials or fallback icon.",
"keywords": [
"avatar"
@@ -36,15 +36,15 @@
"peerDependencies": {
"react": ">=18 || >=19.0.0-rc.0",
"react-dom": ">=18 || >=19.0.0-rc.0",
- "@heroui/theme": ">=2.4.23",
+ "@heroui/theme": ">=2.4.24",
"@heroui/system": ">=2.4.18"
},
"dependencies": {
"@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/badge/package.json b/packages/components/badge/package.json
index 04be417ecf..3f91d2e002 100644
--- a/packages/components/badge/package.json
+++ b/packages/components/badge/package.json
@@ -36,7 +36,7 @@
"peerDependencies": {
"react": ">=18 || >=19.0.0-rc.0",
"react-dom": ">=18 || >=19.0.0-rc.0",
- "@heroui/theme": ">=2.4.23",
+ "@heroui/theme": ">=2.4.24",
"@heroui/system": ">=2.4.18"
},
"dependencies": {
diff --git a/packages/components/breadcrumbs/CHANGELOG.md b/packages/components/breadcrumbs/CHANGELOG.md
index 5f13bdf6b3..3e23510b1a 100644
--- a/packages/components/breadcrumbs/CHANGELOG.md
+++ b/packages/components/breadcrumbs/CHANGELOG.md
@@ -1,5 +1,11 @@
# @heroui/breadcrumbs
+## 2.2.24
+
+### Patch Changes
+
+- [#5996](https://github.com/heroui-inc/heroui/pull/5996) [`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b) Thanks [@wingkwong](https://github.com/wingkwong)! - upgrade react-aria (v1.14.0)
+
## 2.2.23
### Patch Changes
diff --git a/packages/components/breadcrumbs/package.json b/packages/components/breadcrumbs/package.json
index 5578f4f554..a7981eea1c 100644
--- a/packages/components/breadcrumbs/package.json
+++ b/packages/components/breadcrumbs/package.json
@@ -1,6 +1,6 @@
{
"name": "@heroui/breadcrumbs",
- "version": "2.2.23",
+ "version": "2.2.24",
"description": "Breadcrumbs display a hierarchy of links to the current page or resource in an application.",
"keywords": [
"breadcrumbs"
@@ -36,15 +36,15 @@
"peerDependencies": {
"react": ">=18 || >=19.0.0-rc.0",
"react-dom": ">=18 || >=19.0.0-rc.0",
- "@heroui/theme": ">=2.4.23",
+ "@heroui/theme": ">=2.4.24",
"@heroui/system": ">=2.4.18"
},
"dependencies": {
"@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/CHANGELOG.md b/packages/components/button/CHANGELOG.md
index 5dd1026f5d..050e92ea7c 100644
--- a/packages/components/button/CHANGELOG.md
+++ b/packages/components/button/CHANGELOG.md
@@ -1,5 +1,16 @@
# @heroui/button
+## 2.2.29
+
+### Patch Changes
+
+- [#5996](https://github.com/heroui-inc/heroui/pull/5996) [`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b) Thanks [@wingkwong](https://github.com/wingkwong)! - upgrade react-aria (v1.14.0)
+
+- Updated dependencies [[`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b)]:
+ - @heroui/use-aria-button@2.2.21
+ - @heroui/ripple@2.2.21
+ - @heroui/spinner@2.2.26
+
## 2.2.28
### Patch Changes
diff --git a/packages/components/button/package.json b/packages/components/button/package.json
index d1c74ebc94..f854dcae92 100644
--- a/packages/components/button/package.json
+++ b/packages/components/button/package.json
@@ -1,6 +1,6 @@
{
"name": "@heroui/button",
- "version": "2.2.28",
+ "version": "2.2.29",
"description": "Buttons allow users to perform actions and choose with a single tap.",
"keywords": [
"button"
@@ -37,7 +37,7 @@
"react": ">=18 || >=19.0.0-rc.0",
"react-dom": ">=18 || >=19.0.0-rc.0",
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
- "@heroui/theme": ">=2.4.23",
+ "@heroui/theme": ">=2.4.24",
"@heroui/system": ">=2.4.18"
},
"dependencies": {
@@ -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/CHANGELOG.md b/packages/components/calendar/CHANGELOG.md
index e7a72c2015..6c97601762 100644
--- a/packages/components/calendar/CHANGELOG.md
+++ b/packages/components/calendar/CHANGELOG.md
@@ -1,5 +1,16 @@
# @heroui/calendar
+## 2.2.29
+
+### Patch Changes
+
+- [#5996](https://github.com/heroui-inc/heroui/pull/5996) [`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b) Thanks [@wingkwong](https://github.com/wingkwong)! - upgrade react-aria (v1.14.0)
+
+- Updated dependencies [[`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b)]:
+ - @heroui/use-aria-button@2.2.21
+ - @heroui/button@2.2.29
+ - @heroui/framer-utils@2.1.25
+
## 2.2.28
### Patch Changes
diff --git a/packages/components/calendar/package.json b/packages/components/calendar/package.json
index bacf758b2b..5148204105 100644
--- a/packages/components/calendar/package.json
+++ b/packages/components/calendar/package.json
@@ -1,6 +1,6 @@
{
"name": "@heroui/calendar",
- "version": "2.2.28",
+ "version": "2.2.29",
"description": "A calendar displays one or more date grids and allows users to select a single date.",
"keywords": [
"calendar"
@@ -35,7 +35,7 @@
},
"peerDependencies": {
"@heroui/system": ">=2.4.18",
- "@heroui/theme": ">=2.4.23",
+ "@heroui/theme": ">=2.4.24",
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
"react": ">=18 || >=19.0.0-rc.0",
"react-dom": ">=18 || >=19.0.0-rc.0"
@@ -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/CHANGELOG.md b/packages/components/card/CHANGELOG.md
index e9912109e6..fb1621fa5e 100644
--- a/packages/components/card/CHANGELOG.md
+++ b/packages/components/card/CHANGELOG.md
@@ -1,5 +1,15 @@
# @heroui/card
+## 2.2.27
+
+### Patch Changes
+
+- [#5996](https://github.com/heroui-inc/heroui/pull/5996) [`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b) Thanks [@wingkwong](https://github.com/wingkwong)! - upgrade react-aria (v1.14.0)
+
+- Updated dependencies [[`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b)]:
+ - @heroui/use-aria-button@2.2.21
+ - @heroui/ripple@2.2.21
+
## 2.2.26
### Patch Changes
diff --git a/packages/components/card/package.json b/packages/components/card/package.json
index 58d846a322..596243362f 100644
--- a/packages/components/card/package.json
+++ b/packages/components/card/package.json
@@ -1,6 +1,6 @@
{
"name": "@heroui/card",
- "version": "2.2.26",
+ "version": "2.2.27",
"description": "Card is a container for text, photos, and actions in the context of a single subject.",
"keywords": [
"card"
@@ -37,7 +37,7 @@
"react": ">=18 || >=19.0.0-rc.0",
"react-dom": ">=18 || >=19.0.0-rc.0",
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
- "@heroui/theme": ">=2.4.23",
+ "@heroui/theme": ">=2.4.24",
"@heroui/system": ">=2.4.18"
},
"dependencies": {
@@ -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/CHANGELOG.md b/packages/components/checkbox/CHANGELOG.md
index 3b872e96b8..4fb0c31188 100644
--- a/packages/components/checkbox/CHANGELOG.md
+++ b/packages/components/checkbox/CHANGELOG.md
@@ -1,5 +1,14 @@
# @heroui/checkbox
+## 2.3.29
+
+### Patch Changes
+
+- [#5996](https://github.com/heroui-inc/heroui/pull/5996) [`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b) Thanks [@wingkwong](https://github.com/wingkwong)! - upgrade react-aria (v1.14.0)
+
+- Updated dependencies []:
+ - @heroui/form@2.1.29
+
## 2.3.28
### Patch Changes
diff --git a/packages/components/checkbox/package.json b/packages/components/checkbox/package.json
index d18406e16f..b7fc2f02db 100644
--- a/packages/components/checkbox/package.json
+++ b/packages/components/checkbox/package.json
@@ -1,6 +1,6 @@
{
"name": "@heroui/checkbox",
- "version": "2.3.28",
+ "version": "2.3.29",
"description": "Checkboxes allow users to select multiple items from a list of individual items, or to mark one individual item as selected.",
"keywords": [
"checkbox"
@@ -35,7 +35,7 @@
},
"peerDependencies": {
"@heroui/system": ">=2.4.18",
- "@heroui/theme": ">=2.4.23",
+ "@heroui/theme": ">=2.4.24",
"react": ">=18 || >=19.0.0-rc.0",
"react-dom": ">=18 || >=19.0.0-rc.0"
},
@@ -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/CHANGELOG.md b/packages/components/chip/CHANGELOG.md
index 152d8eb807..692d81b1b8 100644
--- a/packages/components/chip/CHANGELOG.md
+++ b/packages/components/chip/CHANGELOG.md
@@ -1,5 +1,11 @@
# @heroui/chip
+## 2.2.24
+
+### Patch Changes
+
+- [#5996](https://github.com/heroui-inc/heroui/pull/5996) [`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b) Thanks [@wingkwong](https://github.com/wingkwong)! - upgrade react-aria (v1.14.0)
+
## 2.2.23
### Patch Changes
diff --git a/packages/components/chip/package.json b/packages/components/chip/package.json
index adccbd5450..cea528a42f 100644
--- a/packages/components/chip/package.json
+++ b/packages/components/chip/package.json
@@ -1,6 +1,6 @@
{
"name": "@heroui/chip",
- "version": "2.2.23",
+ "version": "2.2.24",
"description": "Chips help people enter information, make selections, filter content, or trigger actions.",
"keywords": [
"chip"
@@ -36,15 +36,15 @@
"peerDependencies": {
"react": ">=18 || >=19.0.0-rc.0",
"react-dom": ">=18 || >=19.0.0-rc.0",
- "@heroui/theme": ">=2.4.23",
+ "@heroui/theme": ">=2.4.24",
"@heroui/system": ">=2.4.18"
},
"dependencies": {
"@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/code/package.json b/packages/components/code/package.json
index 2a4a96adaa..1339c17b23 100644
--- a/packages/components/code/package.json
+++ b/packages/components/code/package.json
@@ -36,7 +36,7 @@
"peerDependencies": {
"react": ">=18 || >=19.0.0-rc.0",
"react-dom": ">=18 || >=19.0.0-rc.0",
- "@heroui/theme": ">=2.4.23"
+ "@heroui/theme": ">=2.4.24"
},
"dependencies": {
"@heroui/system-rsc": "workspace:*",
diff --git a/packages/components/date-input/CHANGELOG.md b/packages/components/date-input/CHANGELOG.md
index 95a80f8a05..6c43711805 100644
--- a/packages/components/date-input/CHANGELOG.md
+++ b/packages/components/date-input/CHANGELOG.md
@@ -1,5 +1,14 @@
# @heroui/date-input
+## 2.3.29
+
+### Patch Changes
+
+- [#5996](https://github.com/heroui-inc/heroui/pull/5996) [`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b) Thanks [@wingkwong](https://github.com/wingkwong)! - upgrade react-aria (v1.14.0)
+
+- Updated dependencies []:
+ - @heroui/form@2.1.29
+
## 2.3.28
### Patch Changes
diff --git a/packages/components/date-input/package.json b/packages/components/date-input/package.json
index ad34304057..30abf1bf82 100644
--- a/packages/components/date-input/package.json
+++ b/packages/components/date-input/package.json
@@ -1,6 +1,6 @@
{
"name": "@heroui/date-input",
- "version": "2.3.28",
+ "version": "2.3.29",
"description": "A date input allows users to enter and edit date and time values using a keyboard.",
"keywords": [
"date-field"
@@ -35,7 +35,7 @@
},
"peerDependencies": {
"@heroui/system": ">=2.4.18",
- "@heroui/theme": ">=2.4.23",
+ "@heroui/theme": ">=2.4.24",
"react": ">=18 || >=19.0.0-rc.0",
"react-dom": ">=18 || >=19.0.0-rc.0"
},
@@ -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/CHANGELOG.md b/packages/components/date-picker/CHANGELOG.md
index 5f030dc66d..a875f8e8f0 100644
--- a/packages/components/date-picker/CHANGELOG.md
+++ b/packages/components/date-picker/CHANGELOG.md
@@ -1,5 +1,19 @@
# @heroui/date-picker
+## 2.3.30
+
+### Patch Changes
+
+- [#5996](https://github.com/heroui-inc/heroui/pull/5996) [`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b) Thanks [@wingkwong](https://github.com/wingkwong)! - upgrade react-aria (v1.14.0)
+
+- Updated dependencies [[`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b)]:
+ - @heroui/date-input@2.3.29
+ - @heroui/aria-utils@2.2.26
+ - @heroui/calendar@2.2.29
+ - @heroui/popover@2.3.29
+ - @heroui/button@2.2.29
+ - @heroui/form@2.1.29
+
## 2.3.29
### Patch Changes
diff --git a/packages/components/date-picker/package.json b/packages/components/date-picker/package.json
index 211e6bade4..d2f1298f60 100644
--- a/packages/components/date-picker/package.json
+++ b/packages/components/date-picker/package.json
@@ -1,6 +1,6 @@
{
"name": "@heroui/date-picker",
- "version": "2.3.29",
+ "version": "2.3.30",
"description": "A date picker combines a DateInput and a Calendar popover to allow users to enter or select a date and time value.",
"keywords": [
"date-picker"
@@ -35,13 +35,13 @@
},
"peerDependencies": {
"@heroui/system": ">=2.4.18",
- "@heroui/theme": ">=2.4.23",
+ "@heroui/theme": ">=2.4.24",
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
"react": ">=18 || >=19.0.0-rc.0",
"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/divider/package.json b/packages/components/divider/package.json
index 5fd7eb7034..ea0549d2e7 100644
--- a/packages/components/divider/package.json
+++ b/packages/components/divider/package.json
@@ -36,7 +36,7 @@
"peerDependencies": {
"react": ">=18 || >=19.0.0-rc.0",
"react-dom": ">=18 || >=19.0.0-rc.0",
- "@heroui/theme": ">=2.4.23"
+ "@heroui/theme": ">=2.4.24"
},
"dependencies": {
"@heroui/react-rsc-utils": "workspace:*",
diff --git a/packages/components/drawer/CHANGELOG.md b/packages/components/drawer/CHANGELOG.md
index 1f9f32f464..ac7914dbc4 100644
--- a/packages/components/drawer/CHANGELOG.md
+++ b/packages/components/drawer/CHANGELOG.md
@@ -1,5 +1,13 @@
# @heroui/drawer
+## 2.2.26
+
+### Patch Changes
+
+- Updated dependencies [[`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b)]:
+ - @heroui/modal@2.2.26
+ - @heroui/framer-utils@2.1.25
+
## 2.2.25
### Patch Changes
diff --git a/packages/components/drawer/package.json b/packages/components/drawer/package.json
index b6a7edead5..467fe60b3f 100644
--- a/packages/components/drawer/package.json
+++ b/packages/components/drawer/package.json
@@ -1,6 +1,6 @@
{
"name": "@heroui/drawer",
- "version": "2.2.25",
+ "version": "2.2.26",
"description": "Used to render a content that slides in from the side of the screen.",
"keywords": [
"drawer"
@@ -36,7 +36,7 @@
"peerDependencies": {
"react": ">=18 || >=19.0.0-rc.0",
"react-dom": ">=18 || >=19.0.0-rc.0",
- "@heroui/theme": ">=2.4.23",
+ "@heroui/theme": ">=2.4.24",
"@heroui/system": ">=2.4.18"
},
"dependencies": {
diff --git a/packages/components/dropdown/CHANGELOG.md b/packages/components/dropdown/CHANGELOG.md
index 897211c9f7..6dd92c5afb 100644
--- a/packages/components/dropdown/CHANGELOG.md
+++ b/packages/components/dropdown/CHANGELOG.md
@@ -1,5 +1,16 @@
# @heroui/dropdown
+## 2.3.29
+
+### Patch Changes
+
+- [#5996](https://github.com/heroui-inc/heroui/pull/5996) [`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b) Thanks [@wingkwong](https://github.com/wingkwong)! - upgrade react-aria (v1.14.0)
+
+- Updated dependencies [[`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b)]:
+ - @heroui/aria-utils@2.2.26
+ - @heroui/popover@2.3.29
+ - @heroui/menu@2.2.28
+
## 2.3.28
### Patch Changes
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 () => {
diff --git a/packages/components/dropdown/package.json b/packages/components/dropdown/package.json
index 7905ee66ee..37d72abd40 100644
--- a/packages/components/dropdown/package.json
+++ b/packages/components/dropdown/package.json
@@ -1,6 +1,6 @@
{
"name": "@heroui/dropdown",
- "version": "2.3.28",
+ "version": "2.3.29",
"description": "A dropdown displays a list of actions or options that a user can choose.",
"keywords": [
"dropdown"
@@ -35,7 +35,7 @@
},
"peerDependencies": {
"@heroui/system": ">=2.4.18",
- "@heroui/theme": ">=2.4.23",
+ "@heroui/theme": ">=2.4.24",
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
"react": ">=18 || >=19.0.0-rc.0",
"react-dom": ">=18 || >=19.0.0-rc.0"
@@ -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/form/CHANGELOG.md b/packages/components/form/CHANGELOG.md
index fac584e048..58ca1cb04f 100644
--- a/packages/components/form/CHANGELOG.md
+++ b/packages/components/form/CHANGELOG.md
@@ -1,5 +1,13 @@
# @heroui/form
+## 2.1.29
+
+### Patch Changes
+
+- Updated dependencies [[`086f6a1`](https://github.com/heroui-inc/heroui/commit/086f6a1c4474e12d9797282528fc98c0267f933f), [`acc74d1`](https://github.com/heroui-inc/heroui/commit/acc74d1e8fe435961c73f4c76ec1ba1a082649d4), [`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b)]:
+ - @heroui/theme@2.4.25
+ - @heroui/system@2.4.25
+
## 2.1.28
### Patch Changes
diff --git a/packages/components/form/package.json b/packages/components/form/package.json
index 21148678af..d98ee8ac2f 100644
--- a/packages/components/form/package.json
+++ b/packages/components/form/package.json
@@ -1,6 +1,6 @@
{
"name": "@heroui/form",
- "version": "2.1.28",
+ "version": "2.1.29",
"description": "A form is a group of inputs that allows users submit data to a server and supports field validation errors.",
"keywords": [
"form"
@@ -35,7 +35,7 @@
},
"peerDependencies": {
"@heroui/system": ">=2.4.18",
- "@heroui/theme": ">=2.4.23",
+ "@heroui/theme": ">=2.4.24",
"react": ">=18",
"react-dom": ">=18"
},
diff --git a/packages/components/image/package.json b/packages/components/image/package.json
index 5ef8f9ad65..417d9dc923 100644
--- a/packages/components/image/package.json
+++ b/packages/components/image/package.json
@@ -36,7 +36,7 @@
"peerDependencies": {
"react": ">=18 || >=19.0.0-rc.0",
"react-dom": ">=18 || >=19.0.0-rc.0",
- "@heroui/theme": ">=2.4.23",
+ "@heroui/theme": ">=2.4.24",
"@heroui/system": ">=2.4.18"
},
"dependencies": {
diff --git a/packages/components/input-otp/CHANGELOG.md b/packages/components/input-otp/CHANGELOG.md
index 3047bb0293..9216e95ef3 100644
--- a/packages/components/input-otp/CHANGELOG.md
+++ b/packages/components/input-otp/CHANGELOG.md
@@ -1,5 +1,14 @@
# @heroui/input-otp
+## 2.1.29
+
+### Patch Changes
+
+- [#5996](https://github.com/heroui-inc/heroui/pull/5996) [`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b) Thanks [@wingkwong](https://github.com/wingkwong)! - upgrade react-aria (v1.14.0)
+
+- Updated dependencies []:
+ - @heroui/form@2.1.29
+
## 2.1.28
### Patch Changes
diff --git a/packages/components/input-otp/package.json b/packages/components/input-otp/package.json
index c3ffa52d16..4000d633a3 100644
--- a/packages/components/input-otp/package.json
+++ b/packages/components/input-otp/package.json
@@ -1,6 +1,6 @@
{
"name": "@heroui/input-otp",
- "version": "2.1.28",
+ "version": "2.1.29",
"description": "",
"keywords": [
"input-otp"
@@ -36,7 +36,7 @@
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
- "@heroui/theme": ">=2.4.23",
+ "@heroui/theme": ">=2.4.24",
"@heroui/system": ">=2.4.18"
},
"dependencies": {
@@ -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/CHANGELOG.md b/packages/components/input/CHANGELOG.md
index 21a0f9964a..0e35cf5c14 100644
--- a/packages/components/input/CHANGELOG.md
+++ b/packages/components/input/CHANGELOG.md
@@ -1,5 +1,16 @@
# @heroui/input
+## 2.4.30
+
+### Patch Changes
+
+- [#5990](https://github.com/heroui-inc/heroui/pull/5990) [`acc74d1`](https://github.com/heroui-inc/heroui/commit/acc74d1e8fe435961c73f4c76ec1ba1a082649d4) Thanks [@wingkwong](https://github.com/wingkwong)! - hide password reveal button (#5984)
+
+- [#5996](https://github.com/heroui-inc/heroui/pull/5996) [`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b) Thanks [@wingkwong](https://github.com/wingkwong)! - upgrade react-aria (v1.14.0)
+
+- Updated dependencies []:
+ - @heroui/form@2.1.29
+
## 2.4.29
### Patch Changes
diff --git a/packages/components/input/package.json b/packages/components/input/package.json
index d79bda8475..1f9c541950 100644
--- a/packages/components/input/package.json
+++ b/packages/components/input/package.json
@@ -1,6 +1,6 @@
{
"name": "@heroui/input",
- "version": "2.4.29",
+ "version": "2.4.30",
"description": "The input component is designed for capturing user input within a text field.",
"keywords": [
"input"
@@ -36,7 +36,7 @@
"peerDependencies": {
"react": ">=18 || >=19.0.0-rc.0",
"react-dom": ">=18 || >=19.0.0-rc.0",
- "@heroui/theme": ">=2.4.23",
+ "@heroui/theme": ">=2.4.24",
"@heroui/system": ">=2.4.18"
},
"dependencies": {
@@ -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/kbd/package.json b/packages/components/kbd/package.json
index 80244560df..474e11d3cd 100644
--- a/packages/components/kbd/package.json
+++ b/packages/components/kbd/package.json
@@ -36,7 +36,7 @@
"peerDependencies": {
"react": ">=18 || >=19.0.0-rc.0",
"react-dom": ">=18 || >=19.0.0-rc.0",
- "@heroui/theme": ">=2.4.23"
+ "@heroui/theme": ">=2.4.24"
},
"dependencies": {
"@heroui/system-rsc": "workspace:*",
diff --git a/packages/components/link/CHANGELOG.md b/packages/components/link/CHANGELOG.md
index 1a560e2a33..a3a2669ce2 100644
--- a/packages/components/link/CHANGELOG.md
+++ b/packages/components/link/CHANGELOG.md
@@ -1,5 +1,16 @@
# @heroui/link
+## 2.2.25
+
+### Patch Changes
+
+- [#5999](https://github.com/heroui-inc/heroui/pull/5999) [`090b151`](https://github.com/heroui-inc/heroui/commit/090b151a5bebe334751b17d6064bbe454f56b24b) Thanks [@hasegawa-101](https://github.com/hasegawa-101)! - fix link overriding role (#5993)
+
+- [#5996](https://github.com/heroui-inc/heroui/pull/5996) [`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b) Thanks [@wingkwong](https://github.com/wingkwong)! - upgrade react-aria (v1.14.0)
+
+- Updated dependencies [[`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b)]:
+ - @heroui/use-aria-link@2.2.22
+
## 2.2.24
### Patch Changes
diff --git a/packages/components/link/__tests__/link.test.tsx b/packages/components/link/__tests__/link.test.tsx
index f20f6e88dd..9096b86314 100644
--- a/packages/components/link/__tests__/link.test.tsx
+++ b/packages/components/link/__tests__/link.test.tsx
@@ -98,4 +98,18 @@ describe("Link", () => {
expect(link.getAttribute("href")).toBe("/example/test");
});
+
+ it("should support button usage with as, role, and type", () => {
+ const {getByRole} = render(
+
+ Button Link
+ ,
+ );
+
+ const button = getByRole("button");
+
+ expect(button.tagName).toBe("BUTTON");
+ expect(button).toHaveAttribute("type", "button");
+ expect(button).not.toHaveAttribute("href");
+ });
});
diff --git a/packages/components/link/package.json b/packages/components/link/package.json
index 332b775528..646bac38bd 100644
--- a/packages/components/link/package.json
+++ b/packages/components/link/package.json
@@ -1,6 +1,6 @@
{
"name": "@heroui/link",
- "version": "2.2.24",
+ "version": "2.2.25",
"description": "Links allow users to click their way from page to page. This component is styled to resemble a hyperlink and semantically renders an <a>",
"keywords": [
"link"
@@ -36,7 +36,7 @@
"peerDependencies": {
"react": ">=18 || >=19.0.0-rc.0",
"react-dom": ">=18 || >=19.0.0-rc.0",
- "@heroui/theme": ">=2.4.23",
+ "@heroui/theme": ">=2.4.24",
"@heroui/system": ">=2.4.18"
},
"dependencies": {
@@ -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/link/src/use-link.ts b/packages/components/link/src/use-link.ts
index c8d4803ebd..486f3f2c12 100644
--- a/packages/components/link/src/use-link.ts
+++ b/packages/components/link/src/use-link.ts
@@ -1,6 +1,6 @@
import type {AriaLinkProps} from "@react-types/link";
import type {LinkVariantProps} from "@heroui/theme";
-import type {MouseEventHandler} from "react";
+import type {MouseEventHandler, AnchorHTMLAttributes} from "react";
import type {ReactRef} from "@heroui/react-utils";
import type {HTMLHeroUIProps, PropGetter} from "@heroui/system";
@@ -110,7 +110,9 @@ export function useLink(originalProps: UseLinkProps) {
"data-focus": dataAttr(isFocused),
"data-disabled": dataAttr(originalProps.isDisabled),
"data-focus-visible": dataAttr(isFocusVisible),
- ...mergeProps(focusProps, otherProps, linkProps),
+ ...mergeProps(focusProps, linkProps, otherProps, {
+ href: (linkProps as AnchorHTMLAttributes).href,
+ }),
};
}, [styles, isFocused, isFocusVisible, focusProps, linkProps, otherProps]);
diff --git a/packages/components/listbox/CHANGELOG.md b/packages/components/listbox/CHANGELOG.md
index f5dc87f981..901969d545 100644
--- a/packages/components/listbox/CHANGELOG.md
+++ b/packages/components/listbox/CHANGELOG.md
@@ -1,5 +1,15 @@
# @heroui/listbox
+## 2.3.28
+
+### Patch Changes
+
+- [#5996](https://github.com/heroui-inc/heroui/pull/5996) [`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b) Thanks [@wingkwong](https://github.com/wingkwong)! - upgrade react-aria (v1.14.0)
+
+- Updated dependencies [[`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b)]:
+ - @heroui/aria-utils@2.2.26
+ - @heroui/divider@2.2.21
+
## 2.3.27
### Patch Changes
diff --git a/packages/components/listbox/package.json b/packages/components/listbox/package.json
index 8a7bb60b3c..3116a47495 100644
--- a/packages/components/listbox/package.json
+++ b/packages/components/listbox/package.json
@@ -1,6 +1,6 @@
{
"name": "@heroui/listbox",
- "version": "2.3.27",
+ "version": "2.3.28",
"description": "A listbox displays a list of options and allows a user to select one or more of them.",
"keywords": [
"listbox"
@@ -36,7 +36,7 @@
"peerDependencies": {
"react": ">=18 || >=19.0.0-rc.0",
"react-dom": ">=18 || >=19.0.0-rc.0",
- "@heroui/theme": ">=2.4.23",
+ "@heroui/theme": ">=2.4.24",
"@heroui/system": ">=2.4.18"
},
"dependencies": {
@@ -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/CHANGELOG.md b/packages/components/menu/CHANGELOG.md
index 1d2d316d09..345eca5e60 100644
--- a/packages/components/menu/CHANGELOG.md
+++ b/packages/components/menu/CHANGELOG.md
@@ -1,5 +1,15 @@
# @heroui/menu
+## 2.2.28
+
+### Patch Changes
+
+- [#5996](https://github.com/heroui-inc/heroui/pull/5996) [`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b) Thanks [@wingkwong](https://github.com/wingkwong)! - upgrade react-aria (v1.14.0)
+
+- Updated dependencies [[`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b)]:
+ - @heroui/aria-utils@2.2.26
+ - @heroui/divider@2.2.21
+
## 2.2.27
### Patch Changes
diff --git a/packages/components/menu/package.json b/packages/components/menu/package.json
index aa865195de..b0865ab39b 100644
--- a/packages/components/menu/package.json
+++ b/packages/components/menu/package.json
@@ -1,6 +1,6 @@
{
"name": "@heroui/menu",
- "version": "2.2.27",
+ "version": "2.2.28",
"description": "A menu displays a list of options and allows a user to select one or more of them.",
"keywords": [
"menu"
@@ -36,7 +36,7 @@
"peerDependencies": {
"react": ">=18 || >=19.0.0-rc.0",
"react-dom": ">=18 || >=19.0.0-rc.0",
- "@heroui/theme": ">=2.4.23",
+ "@heroui/theme": ">=2.4.24",
"@heroui/system": ">=2.4.18"
},
"dependencies": {
@@ -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/CHANGELOG.md b/packages/components/modal/CHANGELOG.md
index 02f9139dbf..cbc0550ec9 100644
--- a/packages/components/modal/CHANGELOG.md
+++ b/packages/components/modal/CHANGELOG.md
@@ -1,5 +1,18 @@
# @heroui/modal
+## 2.2.26
+
+### Patch Changes
+
+- [#5996](https://github.com/heroui-inc/heroui/pull/5996) [`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b) Thanks [@wingkwong](https://github.com/wingkwong)! - upgrade react-aria (v1.14.0)
+
+- Updated dependencies [[`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b)]:
+ - @heroui/use-aria-modal-overlay@2.2.20
+ - @heroui/use-aria-button@2.2.21
+ - @heroui/use-disclosure@2.2.18
+ - @heroui/use-draggable@2.1.19
+ - @heroui/framer-utils@2.1.25
+
## 2.2.25
### Patch Changes
diff --git a/packages/components/modal/package.json b/packages/components/modal/package.json
index 9a4901edb7..80547bd7c3 100644
--- a/packages/components/modal/package.json
+++ b/packages/components/modal/package.json
@@ -1,6 +1,6 @@
{
"name": "@heroui/modal",
- "version": "2.2.25",
+ "version": "2.2.26",
"description": "Displays a dialog with a custom content that requires attention or provides additional information.",
"keywords": [
"modal"
@@ -37,7 +37,7 @@
"react": ">=18 || >=19.0.0-rc.0",
"react-dom": ">=18 || >=19.0.0-rc.0",
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
- "@heroui/theme": ">=2.4.23",
+ "@heroui/theme": ">=2.4.24",
"@heroui/system": ">=2.4.18"
},
"dependencies": {
@@ -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/CHANGELOG.md b/packages/components/navbar/CHANGELOG.md
index 0ae61c9a8e..64058029ef 100644
--- a/packages/components/navbar/CHANGELOG.md
+++ b/packages/components/navbar/CHANGELOG.md
@@ -1,5 +1,14 @@
# @heroui/navbar
+## 2.2.27
+
+### Patch Changes
+
+- [#5996](https://github.com/heroui-inc/heroui/pull/5996) [`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b) Thanks [@wingkwong](https://github.com/wingkwong)! - upgrade react-aria (v1.14.0)
+
+- Updated dependencies []:
+ - @heroui/framer-utils@2.1.25
+
## 2.2.26
### Patch Changes
diff --git a/packages/components/navbar/package.json b/packages/components/navbar/package.json
index 698d540324..e06071c110 100644
--- a/packages/components/navbar/package.json
+++ b/packages/components/navbar/package.json
@@ -1,6 +1,6 @@
{
"name": "@heroui/navbar",
- "version": "2.2.26",
+ "version": "2.2.27",
"description": "A responsive navigation header positioned on top side of your page that includes support for branding, links, navigation, collapse and more.",
"keywords": [
"navbar"
@@ -37,7 +37,7 @@
"react": ">=18 || >=19.0.0-rc.0",
"react-dom": ">=18 || >=19.0.0-rc.0",
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
- "@heroui/theme": ">=2.4.23",
+ "@heroui/theme": ">=2.4.24",
"@heroui/system": ">=2.4.18"
},
"dependencies": {
@@ -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/CHANGELOG.md b/packages/components/number-input/CHANGELOG.md
index 5c37668699..8e32135ade 100644
--- a/packages/components/number-input/CHANGELOG.md
+++ b/packages/components/number-input/CHANGELOG.md
@@ -1,5 +1,15 @@
# @heroui/number-input
+## 2.0.20
+
+### Patch Changes
+
+- [#5996](https://github.com/heroui-inc/heroui/pull/5996) [`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b) Thanks [@wingkwong](https://github.com/wingkwong)! - upgrade react-aria (v1.14.0)
+
+- Updated dependencies [[`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b)]:
+ - @heroui/button@2.2.29
+ - @heroui/form@2.1.29
+
## 2.0.19
### Patch Changes
diff --git a/packages/components/number-input/package.json b/packages/components/number-input/package.json
index 13c7dac07a..4754b2fe7a 100644
--- a/packages/components/number-input/package.json
+++ b/packages/components/number-input/package.json
@@ -1,6 +1,6 @@
{
"name": "@heroui/number-input",
- "version": "2.0.19",
+ "version": "2.0.20",
"description": "The numeric input component is designed for users to enter a number, and increase or decrease the value using stepper buttons",
"keywords": [
"input",
@@ -39,7 +39,7 @@
"react": ">=18 || >=19.0.0-rc.0",
"react-dom": ">=18 || >=19.0.0-rc.0",
"@heroui/system": ">=2.4.18",
- "@heroui/theme": ">=2.4.23"
+ "@heroui/theme": ">=2.4.24"
},
"dependencies": {
"@heroui/form": "workspace:*",
@@ -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/CHANGELOG.md b/packages/components/pagination/CHANGELOG.md
index 258c509602..cb6388cebb 100644
--- a/packages/components/pagination/CHANGELOG.md
+++ b/packages/components/pagination/CHANGELOG.md
@@ -1,5 +1,14 @@
# @heroui/pagination
+## 2.2.26
+
+### Patch Changes
+
+- [#5996](https://github.com/heroui-inc/heroui/pull/5996) [`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b) Thanks [@wingkwong](https://github.com/wingkwong)! - upgrade react-aria (v1.14.0)
+
+- Updated dependencies [[`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b)]:
+ - @heroui/use-pagination@2.2.19
+
## 2.2.25
### Patch Changes
diff --git a/packages/components/pagination/package.json b/packages/components/pagination/package.json
index d16150c8f4..7012fb4757 100644
--- a/packages/components/pagination/package.json
+++ b/packages/components/pagination/package.json
@@ -1,6 +1,6 @@
{
"name": "@heroui/pagination",
- "version": "2.2.25",
+ "version": "2.2.26",
"description": "The Pagination component allows you to display active page and navigate between multiple pages.",
"keywords": [
"pagination"
@@ -36,7 +36,7 @@
"peerDependencies": {
"react": ">=18 || >=19.0.0-rc.0",
"react-dom": ">=18 || >=19.0.0-rc.0",
- "@heroui/theme": ">=2.4.23",
+ "@heroui/theme": ">=2.4.24",
"@heroui/system": ">=2.4.18"
},
"dependencies": {
@@ -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/CHANGELOG.md b/packages/components/popover/CHANGELOG.md
index c07e3dfc20..0a0cc4978c 100644
--- a/packages/components/popover/CHANGELOG.md
+++ b/packages/components/popover/CHANGELOG.md
@@ -1,5 +1,18 @@
# @heroui/popover
+## 2.3.29
+
+### Patch Changes
+
+- [#5996](https://github.com/heroui-inc/heroui/pull/5996) [`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b) Thanks [@wingkwong](https://github.com/wingkwong)! - upgrade react-aria (v1.14.0)
+
+- Updated dependencies [[`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b)]:
+ - @heroui/use-aria-overlay@2.0.5
+ - @heroui/use-aria-button@2.2.21
+ - @heroui/aria-utils@2.2.26
+ - @heroui/button@2.2.29
+ - @heroui/framer-utils@2.1.25
+
## 2.3.28
### Patch Changes
diff --git a/packages/components/popover/package.json b/packages/components/popover/package.json
index 9784a106f3..5dd8efb148 100644
--- a/packages/components/popover/package.json
+++ b/packages/components/popover/package.json
@@ -1,6 +1,6 @@
{
"name": "@heroui/popover",
- "version": "2.3.28",
+ "version": "2.3.29",
"description": "A popover is an overlay element positioned relative to a trigger.",
"keywords": [
"popover"
@@ -35,7 +35,7 @@
},
"peerDependencies": {
"@heroui/system": ">=2.4.18",
- "@heroui/theme": ">=2.4.23",
+ "@heroui/theme": ">=2.4.24",
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
"react": ">=18 || >=19.0.0-rc.0",
"react-dom": ">=18 || >=19.0.0-rc.0"
@@ -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/CHANGELOG.md b/packages/components/progress/CHANGELOG.md
index d6916c168e..1feb85c7fa 100644
--- a/packages/components/progress/CHANGELOG.md
+++ b/packages/components/progress/CHANGELOG.md
@@ -1,5 +1,11 @@
# @heroui/progress
+## 2.2.24
+
+### Patch Changes
+
+- [#5996](https://github.com/heroui-inc/heroui/pull/5996) [`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b) Thanks [@wingkwong](https://github.com/wingkwong)! - upgrade react-aria (v1.14.0)
+
## 2.2.23
### Patch Changes
diff --git a/packages/components/progress/package.json b/packages/components/progress/package.json
index 4676178d66..fe09f3df91 100644
--- a/packages/components/progress/package.json
+++ b/packages/components/progress/package.json
@@ -1,6 +1,6 @@
{
"name": "@heroui/progress",
- "version": "2.2.23",
+ "version": "2.2.24",
"description": "Progress bars show either determinate or indeterminate progress of an operation over time.",
"keywords": [
"progress"
@@ -36,14 +36,14 @@
"peerDependencies": {
"react": ">=18 || >=19.0.0-rc.0",
"react-dom": ">=18 || >=19.0.0-rc.0",
- "@heroui/theme": ">=2.4.23",
+ "@heroui/theme": ">=2.4.24",
"@heroui/system": ">=2.4.18"
},
"dependencies": {
"@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/CHANGELOG.md b/packages/components/radio/CHANGELOG.md
index 45c511d8e9..e9f605e608 100644
--- a/packages/components/radio/CHANGELOG.md
+++ b/packages/components/radio/CHANGELOG.md
@@ -1,5 +1,14 @@
# @heroui/radio
+## 2.3.29
+
+### Patch Changes
+
+- [#5996](https://github.com/heroui-inc/heroui/pull/5996) [`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b) Thanks [@wingkwong](https://github.com/wingkwong)! - upgrade react-aria (v1.14.0)
+
+- Updated dependencies []:
+ - @heroui/form@2.1.29
+
## 2.3.28
### Patch Changes
diff --git a/packages/components/radio/package.json b/packages/components/radio/package.json
index f26eaa29a8..8a16a1da65 100644
--- a/packages/components/radio/package.json
+++ b/packages/components/radio/package.json
@@ -1,6 +1,6 @@
{
"name": "@heroui/radio",
- "version": "2.3.28",
+ "version": "2.3.29",
"description": "Radios allow users to select a single option from a list of mutually exclusive options.",
"keywords": [
"radio"
@@ -36,18 +36,18 @@
"peerDependencies": {
"react": ">=18 || >=19.0.0-rc.0",
"react-dom": ">=18 || >=19.0.0-rc.0",
- "@heroui/theme": ">=2.4.23",
+ "@heroui/theme": ">=2.4.24",
"@heroui/system": ">=2.4.18"
},
"dependencies": {
"@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/ripple/package.json b/packages/components/ripple/package.json
index b68f34293b..9bedf62084 100644
--- a/packages/components/ripple/package.json
+++ b/packages/components/ripple/package.json
@@ -37,7 +37,7 @@
"react": ">=18 || >=19.0.0-rc.0",
"react-dom": ">=18 || >=19.0.0-rc.0",
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
- "@heroui/theme": ">=2.4.23",
+ "@heroui/theme": ">=2.4.24",
"@heroui/system": ">=2.4.18"
},
"dependencies": {
diff --git a/packages/components/scroll-shadow/package.json b/packages/components/scroll-shadow/package.json
index 43625e1d95..1f366713b9 100644
--- a/packages/components/scroll-shadow/package.json
+++ b/packages/components/scroll-shadow/package.json
@@ -36,7 +36,7 @@
"peerDependencies": {
"react": ">=18 || >=19.0.0-rc.0",
"react-dom": ">=18 || >=19.0.0-rc.0",
- "@heroui/theme": ">=2.4.23",
+ "@heroui/theme": ">=2.4.24",
"@heroui/system": ">=2.4.18"
},
"dependencies": {
diff --git a/packages/components/select/CHANGELOG.md b/packages/components/select/CHANGELOG.md
index a3d324394b..3cd6f7edaf 100644
--- a/packages/components/select/CHANGELOG.md
+++ b/packages/components/select/CHANGELOG.md
@@ -1,5 +1,21 @@
# @heroui/select
+## 2.4.30
+
+### Patch Changes
+
+- [#5996](https://github.com/heroui-inc/heroui/pull/5996) [`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b) Thanks [@wingkwong](https://github.com/wingkwong)! - upgrade react-aria (v1.14.0)
+
+- Updated dependencies [[`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b)]:
+ - @heroui/use-aria-multiselect@2.4.20
+ - @heroui/use-aria-button@2.2.21
+ - @heroui/aria-utils@2.2.26
+ - @heroui/listbox@2.3.28
+ - @heroui/popover@2.3.29
+ - @heroui/form@2.1.29
+ - @heroui/scroll-shadow@2.3.19
+ - @heroui/spinner@2.2.26
+
## 2.4.29
### Patch Changes
diff --git a/packages/components/select/package.json b/packages/components/select/package.json
index 6eeeed1523..9d9f739c0a 100644
--- a/packages/components/select/package.json
+++ b/packages/components/select/package.json
@@ -1,6 +1,6 @@
{
"name": "@heroui/select",
- "version": "2.4.29",
+ "version": "2.4.30",
"description": "A select displays a collapsible list of options and allows a user to select one of them.",
"keywords": [
"select"
@@ -35,7 +35,7 @@
},
"peerDependencies": {
"@heroui/system": ">=2.4.18",
- "@heroui/theme": ">=2.4.23",
+ "@heroui/theme": ">=2.4.24",
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
"react": ">=18 || >=19.0.0-rc.0",
"react-dom": ">=18 || >=19.0.0-rc.0"
@@ -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/skeleton/package.json b/packages/components/skeleton/package.json
index 2364686f6b..b18bc9f805 100644
--- a/packages/components/skeleton/package.json
+++ b/packages/components/skeleton/package.json
@@ -36,7 +36,7 @@
"peerDependencies": {
"react": ">=18 || >=19.0.0-rc.0",
"react-dom": ">=18 || >=19.0.0-rc.0",
- "@heroui/theme": ">=2.4.23",
+ "@heroui/theme": ">=2.4.24",
"@heroui/system": ">=2.4.18"
},
"dependencies": {
diff --git a/packages/components/slider/CHANGELOG.md b/packages/components/slider/CHANGELOG.md
index 6e1702e6bf..703d76e415 100644
--- a/packages/components/slider/CHANGELOG.md
+++ b/packages/components/slider/CHANGELOG.md
@@ -1,5 +1,14 @@
# @heroui/slider
+## 2.4.26
+
+### Patch Changes
+
+- [#5996](https://github.com/heroui-inc/heroui/pull/5996) [`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b) Thanks [@wingkwong](https://github.com/wingkwong)! - upgrade react-aria (v1.14.0)
+
+- Updated dependencies [[`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b)]:
+ - @heroui/tooltip@2.2.26
+
## 2.4.25
### Patch Changes
diff --git a/packages/components/slider/package.json b/packages/components/slider/package.json
index 0acec4dc0a..2d3e5c52c8 100644
--- a/packages/components/slider/package.json
+++ b/packages/components/slider/package.json
@@ -1,6 +1,6 @@
{
"name": "@heroui/slider",
- "version": "2.4.25",
+ "version": "2.4.26",
"description": "A slider allows a user to select one or more values within a range.",
"keywords": [
"slider"
@@ -36,19 +36,19 @@
"peerDependencies": {
"react": ">=18 || >=19.0.0-rc.0",
"react-dom": ">=18 || >=19.0.0-rc.0",
- "@heroui/theme": ">=2.4.23",
+ "@heroui/theme": ">=2.4.24",
"@heroui/system": ">=2.4.18"
},
"dependencies": {
"@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/CHANGELOG.md b/packages/components/snippet/CHANGELOG.md
index c51ce56736..caf06f78c9 100644
--- a/packages/components/snippet/CHANGELOG.md
+++ b/packages/components/snippet/CHANGELOG.md
@@ -1,5 +1,15 @@
# @heroui/snippet
+## 2.2.30
+
+### Patch Changes
+
+- [#5996](https://github.com/heroui-inc/heroui/pull/5996) [`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b) Thanks [@wingkwong](https://github.com/wingkwong)! - upgrade react-aria (v1.14.0)
+
+- Updated dependencies [[`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b)]:
+ - @heroui/tooltip@2.2.26
+ - @heroui/button@2.2.29
+
## 2.2.29
### Patch Changes
diff --git a/packages/components/snippet/package.json b/packages/components/snippet/package.json
index 66133ac9c3..acae6578f6 100644
--- a/packages/components/snippet/package.json
+++ b/packages/components/snippet/package.json
@@ -1,6 +1,6 @@
{
"name": "@heroui/snippet",
- "version": "2.2.29",
+ "version": "2.2.30",
"description": "Display a snippet of copyable code for the command line.",
"keywords": [
"snippet"
@@ -37,7 +37,7 @@
"react": ">=18 || >=19.0.0-rc.0",
"react-dom": ">=18 || >=19.0.0-rc.0",
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
- "@heroui/theme": ">=2.4.23",
+ "@heroui/theme": ">=2.4.24",
"@heroui/system": ">=2.4.18"
},
"dependencies": {
@@ -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/spacer/package.json b/packages/components/spacer/package.json
index 1e8b266573..4595695755 100644
--- a/packages/components/spacer/package.json
+++ b/packages/components/spacer/package.json
@@ -36,7 +36,7 @@
"peerDependencies": {
"react": ">=18 || >=19.0.0-rc.0",
"react-dom": ">=18 || >=19.0.0-rc.0",
- "@heroui/theme": ">=2.4.23"
+ "@heroui/theme": ">=2.4.24"
},
"dependencies": {
"@heroui/system-rsc": "workspace:*",
diff --git a/packages/components/spinner/CHANGELOG.md b/packages/components/spinner/CHANGELOG.md
index 617a3889dc..d227e94cc2 100644
--- a/packages/components/spinner/CHANGELOG.md
+++ b/packages/components/spinner/CHANGELOG.md
@@ -1,5 +1,13 @@
# @heroui/spinner
+## 2.2.26
+
+### Patch Changes
+
+- Updated dependencies [[`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b)]:
+ - @heroui/system@2.4.25
+ - @heroui/system-rsc@2.3.21
+
## 2.2.25
### Patch Changes
diff --git a/packages/components/spinner/package.json b/packages/components/spinner/package.json
index 6e1082615b..f7e2390393 100644
--- a/packages/components/spinner/package.json
+++ b/packages/components/spinner/package.json
@@ -1,6 +1,6 @@
{
"name": "@heroui/spinner",
- "version": "2.2.25",
+ "version": "2.2.26",
"description": "Loaders express an unspecified wait time or display the length of a process.",
"keywords": [
"loading",
@@ -38,7 +38,7 @@
"peerDependencies": {
"react": ">=18 || >=19.0.0-rc.0",
"react-dom": ">=18 || >=19.0.0-rc.0",
- "@heroui/theme": ">=2.4.23"
+ "@heroui/theme": ">=2.4.24"
},
"dependencies": {
"@heroui/system-rsc": "workspace:*",
diff --git a/packages/components/switch/CHANGELOG.md b/packages/components/switch/CHANGELOG.md
index 55c6c364ef..7e0116aa01 100644
--- a/packages/components/switch/CHANGELOG.md
+++ b/packages/components/switch/CHANGELOG.md
@@ -1,5 +1,11 @@
# @heroui/switch
+## 2.2.26
+
+### Patch Changes
+
+- [#5996](https://github.com/heroui-inc/heroui/pull/5996) [`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b) Thanks [@wingkwong](https://github.com/wingkwong)! - upgrade react-aria (v1.14.0)
+
## 2.2.25
### Patch Changes
diff --git a/packages/components/switch/package.json b/packages/components/switch/package.json
index 463c955973..d4a3eeee4a 100644
--- a/packages/components/switch/package.json
+++ b/packages/components/switch/package.json
@@ -1,6 +1,6 @@
{
"name": "@heroui/switch",
- "version": "2.2.25",
+ "version": "2.2.26",
"description": "A switch is similar to a checkbox, but represents on/off values as opposed to selection.",
"keywords": [
"switch"
@@ -36,18 +36,18 @@
"peerDependencies": {
"react": ">=18 || >=19.0.0-rc.0",
"react-dom": ">=18 || >=19.0.0-rc.0",
- "@heroui/theme": ">=2.4.23",
+ "@heroui/theme": ">=2.4.24",
"@heroui/system": ">=2.4.18"
},
"dependencies": {
"@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/CHANGELOG.md b/packages/components/table/CHANGELOG.md
index b8b02798da..46f10b82e2 100644
--- a/packages/components/table/CHANGELOG.md
+++ b/packages/components/table/CHANGELOG.md
@@ -1,5 +1,14 @@
# @heroui/table
+## 2.2.29
+
+### Patch Changes
+
+- [#5996](https://github.com/heroui-inc/heroui/pull/5996) [`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b) Thanks [@wingkwong](https://github.com/wingkwong)! - upgrade react-aria (v1.14.0)
+
+- Updated dependencies [[`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b)]:
+ - @heroui/checkbox@2.3.29
+
## 2.2.28
### Patch Changes
diff --git a/packages/components/table/package.json b/packages/components/table/package.json
index 869463ca80..a239960f41 100644
--- a/packages/components/table/package.json
+++ b/packages/components/table/package.json
@@ -1,6 +1,6 @@
{
"name": "@heroui/table",
- "version": "2.2.28",
+ "version": "2.2.29",
"description": "Tables are used to display tabular data using rows and columns. ",
"keywords": [
"table"
@@ -36,7 +36,7 @@
"peerDependencies": {
"react": ">=18 || >=19.0.0-rc.0",
"react-dom": ">=18 || >=19.0.0-rc.0",
- "@heroui/theme": ">=2.4.23",
+ "@heroui/theme": ">=2.4.24",
"@heroui/system": ">=2.4.18"
},
"dependencies": {
@@ -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/CHANGELOG.md b/packages/components/tabs/CHANGELOG.md
index ea461c52f5..6a3da145e5 100644
--- a/packages/components/tabs/CHANGELOG.md
+++ b/packages/components/tabs/CHANGELOG.md
@@ -1,5 +1,14 @@
# @heroui/tabs
+## 2.2.26
+
+### Patch Changes
+
+- [#5996](https://github.com/heroui-inc/heroui/pull/5996) [`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b) Thanks [@wingkwong](https://github.com/wingkwong)! - upgrade react-aria (v1.14.0)
+
+- Updated dependencies [[`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b)]:
+ - @heroui/aria-utils@2.2.26
+
## 2.2.25
### Patch Changes
diff --git a/packages/components/tabs/package.json b/packages/components/tabs/package.json
index 7e95815bca..0b89f09d91 100644
--- a/packages/components/tabs/package.json
+++ b/packages/components/tabs/package.json
@@ -1,6 +1,6 @@
{
"name": "@heroui/tabs",
- "version": "2.2.25",
+ "version": "2.2.26",
"description": "Tabs organize content into multiple sections and allow users to navigate between them.",
"keywords": [
"tabs"
@@ -37,7 +37,7 @@
"react": ">=18 || >=19.0.0-rc.0",
"react-dom": ">=18 || >=19.0.0-rc.0",
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
- "@heroui/theme": ">=2.4.23",
+ "@heroui/theme": ">=2.4.24",
"@heroui/system": ">=2.4.18"
},
"dependencies": {
@@ -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/CHANGELOG.md b/packages/components/toast/CHANGELOG.md
index fdbbed954f..004cc17bf1 100644
--- a/packages/components/toast/CHANGELOG.md
+++ b/packages/components/toast/CHANGELOG.md
@@ -1,5 +1,14 @@
# @heroui/toast
+## 2.0.19
+
+### Patch Changes
+
+- [#5996](https://github.com/heroui-inc/heroui/pull/5996) [`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b) Thanks [@wingkwong](https://github.com/wingkwong)! - upgrade react-aria (v1.14.0)
+
+- Updated dependencies []:
+ - @heroui/spinner@2.2.26
+
## 2.0.18
### Patch Changes
diff --git a/packages/components/toast/package.json b/packages/components/toast/package.json
index 2353183c49..5ab6238482 100644
--- a/packages/components/toast/package.json
+++ b/packages/components/toast/package.json
@@ -1,6 +1,6 @@
{
"name": "@heroui/toast",
- "version": "2.0.18",
+ "version": "2.0.19",
"description": "Toast are temporary notifications that provide concise feedback about an action or event",
"keywords": [
"toast"
@@ -35,7 +35,7 @@
},
"peerDependencies": {
"@heroui/system": ">=2.4.18",
- "@heroui/theme": ">=2.4.23",
+ "@heroui/theme": ">=2.4.24",
"react": ">=18 || >=19.0.0-rc.0",
"react-dom": ">=18 || >=19.0.0-rc.0",
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1"
@@ -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/CHANGELOG.md b/packages/components/tooltip/CHANGELOG.md
index 28f8d143fa..df63dd7fda 100644
--- a/packages/components/tooltip/CHANGELOG.md
+++ b/packages/components/tooltip/CHANGELOG.md
@@ -1,5 +1,16 @@
# @heroui/tooltip
+## 2.2.26
+
+### Patch Changes
+
+- [#5996](https://github.com/heroui-inc/heroui/pull/5996) [`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b) Thanks [@wingkwong](https://github.com/wingkwong)! - upgrade react-aria (v1.14.0)
+
+- Updated dependencies [[`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b)]:
+ - @heroui/use-aria-overlay@2.0.5
+ - @heroui/aria-utils@2.2.26
+ - @heroui/framer-utils@2.1.25
+
## 2.2.25
### Patch Changes
diff --git a/packages/components/tooltip/package.json b/packages/components/tooltip/package.json
index 29ac21220b..9f1c95fc7c 100644
--- a/packages/components/tooltip/package.json
+++ b/packages/components/tooltip/package.json
@@ -1,6 +1,6 @@
{
"name": "@heroui/tooltip",
- "version": "2.2.25",
+ "version": "2.2.26",
"description": "A React Component for rendering dynamically positioned Tooltips",
"keywords": [
"tooltip"
@@ -37,7 +37,7 @@
"react": ">=18 || >=19.0.0-rc.0",
"react-dom": ">=18 || >=19.0.0-rc.0",
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
- "@heroui/theme": ">=2.4.23",
+ "@heroui/theme": ">=2.4.24",
"@heroui/system": ">=2.4.18"
},
"dependencies": {
@@ -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/CHANGELOG.md b/packages/components/user/CHANGELOG.md
index 3bb7fb7b2c..904e082abe 100644
--- a/packages/components/user/CHANGELOG.md
+++ b/packages/components/user/CHANGELOG.md
@@ -1,5 +1,14 @@
# @heroui/user
+## 2.2.24
+
+### Patch Changes
+
+- [#5996](https://github.com/heroui-inc/heroui/pull/5996) [`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b) Thanks [@wingkwong](https://github.com/wingkwong)! - upgrade react-aria (v1.14.0)
+
+- Updated dependencies [[`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b)]:
+ - @heroui/avatar@2.2.24
+
## 2.2.23
### Patch Changes
diff --git a/packages/components/user/package.json b/packages/components/user/package.json
index bcd657139e..e517eee697 100644
--- a/packages/components/user/package.json
+++ b/packages/components/user/package.json
@@ -1,6 +1,6 @@
{
"name": "@heroui/user",
- "version": "2.2.23",
+ "version": "2.2.24",
"description": "Flexible User Profile Component.",
"keywords": [
"user"
@@ -36,14 +36,14 @@
"peerDependencies": {
"react": ">=18 || >=19.0.0-rc.0",
"react-dom": ">=18 || >=19.0.0-rc.0",
- "@heroui/theme": ">=2.4.23",
+ "@heroui/theme": ">=2.4.24",
"@heroui/system": ">=2.4.18"
},
"dependencies": {
"@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/CHANGELOG.md b/packages/core/react/CHANGELOG.md
index e221dbc37f..20dcaff24a 100644
--- a/packages/core/react/CHANGELOG.md
+++ b/packages/core/react/CHANGELOG.md
@@ -1,5 +1,62 @@
# @heroui/react
+## 2.8.7
+
+### Patch Changes
+
+- [#5996](https://github.com/heroui-inc/heroui/pull/5996) [`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b) Thanks [@wingkwong](https://github.com/wingkwong)! - upgrade react-aria (v1.14.0)
+
+- Updated dependencies [[`086f6a1`](https://github.com/heroui-inc/heroui/commit/086f6a1c4474e12d9797282528fc98c0267f933f), [`acc74d1`](https://github.com/heroui-inc/heroui/commit/acc74d1e8fe435961c73f4c76ec1ba1a082649d4), [`090b151`](https://github.com/heroui-inc/heroui/commit/090b151a5bebe334751b17d6064bbe454f56b24b), [`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b)]:
+ - @heroui/theme@2.4.25
+ - @heroui/input@2.4.30
+ - @heroui/link@2.2.25
+ - @heroui/autocomplete@2.3.31
+ - @heroui/number-input@2.0.20
+ - @heroui/breadcrumbs@2.2.24
+ - @heroui/date-picker@2.3.30
+ - @heroui/date-input@2.3.29
+ - @heroui/pagination@2.2.26
+ - @heroui/accordion@2.2.26
+ - @heroui/input-otp@2.1.29
+ - @heroui/calendar@2.2.29
+ - @heroui/checkbox@2.3.29
+ - @heroui/dropdown@2.3.29
+ - @heroui/progress@2.2.24
+ - @heroui/listbox@2.3.28
+ - @heroui/popover@2.3.29
+ - @heroui/snippet@2.2.30
+ - @heroui/tooltip@2.2.26
+ - @heroui/avatar@2.2.24
+ - @heroui/button@2.2.29
+ - @heroui/navbar@2.2.27
+ - @heroui/select@2.4.30
+ - @heroui/slider@2.4.26
+ - @heroui/switch@2.2.26
+ - @heroui/alert@2.2.29
+ - @heroui/modal@2.2.26
+ - @heroui/radio@2.3.29
+ - @heroui/table@2.2.29
+ - @heroui/toast@2.0.19
+ - @heroui/card@2.2.27
+ - @heroui/chip@2.2.24
+ - @heroui/menu@2.2.28
+ - @heroui/tabs@2.2.26
+ - @heroui/user@2.2.24
+ - @heroui/system@2.4.25
+ - @heroui/badge@2.2.18
+ - @heroui/code@2.2.22
+ - @heroui/divider@2.2.21
+ - @heroui/drawer@2.2.26
+ - @heroui/form@2.1.29
+ - @heroui/image@2.2.18
+ - @heroui/kbd@2.2.23
+ - @heroui/ripple@2.2.21
+ - @heroui/scroll-shadow@2.3.19
+ - @heroui/skeleton@2.2.18
+ - @heroui/spacer@2.2.22
+ - @heroui/spinner@2.2.26
+ - @heroui/framer-utils@2.1.25
+
## 2.8.6
### Patch Changes
diff --git a/packages/core/react/package.json b/packages/core/react/package.json
index c043a0e90a..a763bdd6fa 100644
--- a/packages/core/react/package.json
+++ b/packages/core/react/package.json
@@ -1,6 +1,6 @@
{
"name": "@heroui/react",
- "version": "2.8.6",
+ "version": "2.8.7",
"description": "🚀 Beautiful and modern React UI library.",
"author": "HeroUI ",
"homepage": "https://heroui.com",
@@ -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/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/system-rsc/package.json b/packages/core/system-rsc/package.json
index 5b22b769c0..7fbbfc7976 100644
--- a/packages/core/system-rsc/package.json
+++ b/packages/core/system-rsc/package.json
@@ -35,7 +35,7 @@
},
"peerDependencies": {
"react": ">=18 || >=19.0.0-rc.0",
- "@heroui/theme": ">=2.4.23"
+ "@heroui/theme": ">=2.4.24"
},
"devDependencies": {
"@heroui/theme": "workspace:*",
diff --git a/packages/core/system/CHANGELOG.md b/packages/core/system/CHANGELOG.md
index 48528a5805..327e9f4a34 100644
--- a/packages/core/system/CHANGELOG.md
+++ b/packages/core/system/CHANGELOG.md
@@ -1,5 +1,14 @@
# @heroui/system
+## 2.4.25
+
+### Patch Changes
+
+- [#5996](https://github.com/heroui-inc/heroui/pull/5996) [`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b) Thanks [@wingkwong](https://github.com/wingkwong)! - upgrade react-aria (v1.14.0)
+
+- Updated dependencies []:
+ - @heroui/system-rsc@2.3.21
+
## 2.4.24
### Patch Changes
diff --git a/packages/core/system/package.json b/packages/core/system/package.json
index 3874416a7c..27733fb77c 100644
--- a/packages/core/system/package.json
+++ b/packages/core/system/package.json
@@ -1,6 +1,6 @@
{
"name": "@heroui/system",
- "version": "2.4.24",
+ "version": "2.4.25",
"description": "HeroUI system primitives",
"keywords": [
"system"
@@ -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/core/theme/CHANGELOG.md b/packages/core/theme/CHANGELOG.md
index 83eb4d2e42..27a2b82036 100644
--- a/packages/core/theme/CHANGELOG.md
+++ b/packages/core/theme/CHANGELOG.md
@@ -1,5 +1,13 @@
# @heroui/theme
+## 2.4.25
+
+### Patch Changes
+
+- [#6011](https://github.com/heroui-inc/heroui/pull/6011) [`086f6a1`](https://github.com/heroui-inc/heroui/commit/086f6a1c4474e12d9797282528fc98c0267f933f) Thanks [@wingkwong](https://github.com/wingkwong)! - fix default transition-duration (#5992, #6005)
+
+- [#5990](https://github.com/heroui-inc/heroui/pull/5990) [`acc74d1`](https://github.com/heroui-inc/heroui/commit/acc74d1e8fe435961c73f4c76ec1ba1a082649d4) Thanks [@wingkwong](https://github.com/wingkwong)! - hide password reveal button (#5984)
+
## 2.4.24
### Patch Changes
diff --git a/packages/core/theme/package.json b/packages/core/theme/package.json
index e11abe23ca..897732e55a 100644
--- a/packages/core/theme/package.json
+++ b/packages/core/theme/package.json
@@ -1,6 +1,6 @@
{
"name": "@heroui/theme",
- "version": "2.4.24",
+ "version": "2.4.25",
"description": "The default theme for HeroUI components",
"keywords": [
"theme",
diff --git a/packages/core/theme/src/components/input.ts b/packages/core/theme/src/components/input.ts
index 5759b5f307..01af7da396 100644
--- a/packages/core/theme/src/components/input.ts
+++ b/packages/core/theme/src/components/input.ts
@@ -50,6 +50,7 @@ const input = tv({
"autofill:bg-transparent bg-clip-text",
// Safari autofill styling fix - ensures text color is visible in dark mode
"dark:autofill:[-webkit-text-fill-color:hsl(var(--heroui-foreground))]",
+ "[&::-ms-reveal]:hidden",
],
clearButton: [
"p-2",
diff --git a/packages/core/theme/src/plugin.ts b/packages/core/theme/src/plugin.ts
index 41cf55b8d5..771ad6745c 100644
--- a/packages/core/theme/src/plugin.ts
+++ b/packages/core/theme/src/plugin.ts
@@ -18,7 +18,6 @@ import {flattenThemeObject} from "./utils/object";
import {isBaseTheme} from "./utils/theme";
import {lightLayout, darkLayout, defaultLayout} from "./default-layout";
import {baseStyles} from "./utils/classes";
-import {DEFAULT_TRANSITION_DURATION} from "./utilities/transition";
const DEFAULT_PREFIX = "heroui";
@@ -223,7 +222,6 @@ const corePlugin = (
0: "0ms",
250: "250ms",
400: "400ms",
- DEFAULT: DEFAULT_TRANSITION_DURATION,
},
transitionTimingFunction: {
"soft-spring": "cubic-bezier(0.155, 1.105, 0.295, 1.12)",
diff --git a/packages/hooks/use-aria-accordion-item/CHANGELOG.md b/packages/hooks/use-aria-accordion-item/CHANGELOG.md
index 342b9cc789..7f0925627d 100644
--- a/packages/hooks/use-aria-accordion-item/CHANGELOG.md
+++ b/packages/hooks/use-aria-accordion-item/CHANGELOG.md
@@ -1,5 +1,11 @@
# @heroui/use-aria-accordion-item
+## 2.2.19
+
+### Patch Changes
+
+- [#5996](https://github.com/heroui-inc/heroui/pull/5996) [`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b) Thanks [@wingkwong](https://github.com/wingkwong)! - upgrade react-aria (v1.14.0)
+
## 2.2.18
### Patch Changes
diff --git a/packages/hooks/use-aria-accordion-item/package.json b/packages/hooks/use-aria-accordion-item/package.json
index 29e266e7f1..21cfc28fb4 100644
--- a/packages/hooks/use-aria-accordion-item/package.json
+++ b/packages/hooks/use-aria-accordion-item/package.json
@@ -1,6 +1,6 @@
{
"name": "@heroui/use-aria-accordion-item",
- "version": "2.2.18",
+ "version": "2.2.19",
"description": "Internal impl for react aria accordion item",
"keywords": [
"use-aria-accordion-item"
@@ -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/CHANGELOG.md b/packages/hooks/use-aria-accordion/CHANGELOG.md
index b53ef2972d..adc48bf010 100644
--- a/packages/hooks/use-aria-accordion/CHANGELOG.md
+++ b/packages/hooks/use-aria-accordion/CHANGELOG.md
@@ -1,5 +1,11 @@
# @heroui/use-aria-accordion
+## 2.2.19
+
+### Patch Changes
+
+- [#5996](https://github.com/heroui-inc/heroui/pull/5996) [`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b) Thanks [@wingkwong](https://github.com/wingkwong)! - upgrade react-aria (v1.14.0)
+
## 2.2.18
### Patch Changes
diff --git a/packages/hooks/use-aria-accordion/package.json b/packages/hooks/use-aria-accordion/package.json
index 83651de6fa..8778e266d3 100644
--- a/packages/hooks/use-aria-accordion/package.json
+++ b/packages/hooks/use-aria-accordion/package.json
@@ -1,6 +1,6 @@
{
"name": "@heroui/use-aria-accordion",
- "version": "2.2.18",
+ "version": "2.2.19",
"description": "React-aria useAccordion hooks with custom implementations",
"keywords": [
"use-aria-accordion"
@@ -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/CHANGELOG.md b/packages/hooks/use-aria-button/CHANGELOG.md
index fff3f4e52c..8cc49f474d 100644
--- a/packages/hooks/use-aria-button/CHANGELOG.md
+++ b/packages/hooks/use-aria-button/CHANGELOG.md
@@ -1,5 +1,11 @@
# @heroui/use-aria-button
+## 2.2.21
+
+### Patch Changes
+
+- [#5996](https://github.com/heroui-inc/heroui/pull/5996) [`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b) Thanks [@wingkwong](https://github.com/wingkwong)! - upgrade react-aria (v1.14.0)
+
## 2.2.20
### Patch Changes
diff --git a/packages/hooks/use-aria-button/package.json b/packages/hooks/use-aria-button/package.json
index 4afc1f59f0..e0c3eea7b7 100644
--- a/packages/hooks/use-aria-button/package.json
+++ b/packages/hooks/use-aria-button/package.json
@@ -1,6 +1,6 @@
{
"name": "@heroui/use-aria-button",
- "version": "2.2.20",
+ "version": "2.2.21",
"description": "Internal hook to handle button a11y and events, this is based on react-aria button hook but without the onClick warning",
"keywords": [
"use-aria-button"
@@ -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/CHANGELOG.md b/packages/hooks/use-aria-link/CHANGELOG.md
index 70d69972f5..7a1a70d3d4 100644
--- a/packages/hooks/use-aria-link/CHANGELOG.md
+++ b/packages/hooks/use-aria-link/CHANGELOG.md
@@ -1,5 +1,11 @@
# @heroui/use-aria-link
+## 2.2.22
+
+### Patch Changes
+
+- [#5996](https://github.com/heroui-inc/heroui/pull/5996) [`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b) Thanks [@wingkwong](https://github.com/wingkwong)! - upgrade react-aria (v1.14.0)
+
## 2.2.21
### Patch Changes
diff --git a/packages/hooks/use-aria-link/package.json b/packages/hooks/use-aria-link/package.json
index 858c1fa6ba..248e05bc9c 100644
--- a/packages/hooks/use-aria-link/package.json
+++ b/packages/hooks/use-aria-link/package.json
@@ -1,6 +1,6 @@
{
"name": "@heroui/use-aria-link",
- "version": "2.2.21",
+ "version": "2.2.22",
"description": "Internal hook to handle link a11y and events, this is based on react-aria link hook but without the onClick warning",
"keywords": [
"use-aria-link"
@@ -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/CHANGELOG.md b/packages/hooks/use-aria-modal-overlay/CHANGELOG.md
index 6b584a4ea5..039f608887 100644
--- a/packages/hooks/use-aria-modal-overlay/CHANGELOG.md
+++ b/packages/hooks/use-aria-modal-overlay/CHANGELOG.md
@@ -1,5 +1,14 @@
# @heroui/use-aria-modal-overlay
+## 2.2.20
+
+### Patch Changes
+
+- [#5996](https://github.com/heroui-inc/heroui/pull/5996) [`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b) Thanks [@wingkwong](https://github.com/wingkwong)! - upgrade react-aria (v1.14.0)
+
+- Updated dependencies [[`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b)]:
+ - @heroui/use-aria-overlay@2.0.5
+
## 2.2.19
### Patch Changes
diff --git a/packages/hooks/use-aria-modal-overlay/package.json b/packages/hooks/use-aria-modal-overlay/package.json
index 6837a3d06a..b91cd7678d 100644
--- a/packages/hooks/use-aria-modal-overlay/package.json
+++ b/packages/hooks/use-aria-modal-overlay/package.json
@@ -1,6 +1,6 @@
{
"name": "@heroui/use-aria-modal-overlay",
- "version": "2.2.19",
+ "version": "2.2.20",
"description": "A custom implementation of react aria modal overlay, this removes the prevent scroll",
"keywords": [
"use-aria-modal-overlay"
@@ -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/CHANGELOG.md b/packages/hooks/use-aria-multiselect/CHANGELOG.md
index bf0a65e8d3..e40f0e693d 100644
--- a/packages/hooks/use-aria-multiselect/CHANGELOG.md
+++ b/packages/hooks/use-aria-multiselect/CHANGELOG.md
@@ -1,5 +1,11 @@
# @heroui/use-aria-multiselect
+## 2.4.20
+
+### Patch Changes
+
+- [#5996](https://github.com/heroui-inc/heroui/pull/5996) [`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b) Thanks [@wingkwong](https://github.com/wingkwong)! - upgrade react-aria (v1.14.0)
+
## 2.4.19
### Patch Changes
diff --git a/packages/hooks/use-aria-multiselect/package.json b/packages/hooks/use-aria-multiselect/package.json
index 4aac91b502..c9f48e79e6 100644
--- a/packages/hooks/use-aria-multiselect/package.json
+++ b/packages/hooks/use-aria-multiselect/package.json
@@ -1,6 +1,6 @@
{
"name": "@heroui/use-aria-multiselect",
- "version": "2.4.19",
+ "version": "2.4.20",
"description": "Provides the behavior and accessibility implementation for a multi-select component.",
"keywords": [
"use-aria-multiselect"
@@ -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/CHANGELOG.md b/packages/hooks/use-aria-overlay/CHANGELOG.md
index 3eed017388..44551e8e64 100644
--- a/packages/hooks/use-aria-overlay/CHANGELOG.md
+++ b/packages/hooks/use-aria-overlay/CHANGELOG.md
@@ -1,5 +1,11 @@
# @heroui/use-aria-overlay
+## 2.0.5
+
+### Patch Changes
+
+- [#5996](https://github.com/heroui-inc/heroui/pull/5996) [`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b) Thanks [@wingkwong](https://github.com/wingkwong)! - upgrade react-aria (v1.14.0)
+
## 2.0.4
### Patch Changes
diff --git a/packages/hooks/use-aria-overlay/package.json b/packages/hooks/use-aria-overlay/package.json
index 8aeb533d9b..c64e87a707 100644
--- a/packages/hooks/use-aria-overlay/package.json
+++ b/packages/hooks/use-aria-overlay/package.json
@@ -1,6 +1,6 @@
{
"name": "@heroui/use-aria-overlay",
- "version": "2.0.4",
+ "version": "2.0.5",
"description": "A custom implementation of react aria overlay",
"keywords": [
"use-aria-overlay"
@@ -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/CHANGELOG.md b/packages/hooks/use-disclosure/CHANGELOG.md
index 86d63ab41a..55c645878a 100644
--- a/packages/hooks/use-disclosure/CHANGELOG.md
+++ b/packages/hooks/use-disclosure/CHANGELOG.md
@@ -1,5 +1,11 @@
# @heroui/use-disclosure
+## 2.2.18
+
+### Patch Changes
+
+- [#5996](https://github.com/heroui-inc/heroui/pull/5996) [`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b) Thanks [@wingkwong](https://github.com/wingkwong)! - upgrade react-aria (v1.14.0)
+
## 2.2.17
### Patch Changes
diff --git a/packages/hooks/use-disclosure/package.json b/packages/hooks/use-disclosure/package.json
index 54109d3236..1042183320 100644
--- a/packages/hooks/use-disclosure/package.json
+++ b/packages/hooks/use-disclosure/package.json
@@ -1,6 +1,6 @@
{
"name": "@heroui/use-disclosure",
- "version": "2.2.17",
+ "version": "2.2.18",
"description": "The hook in charge of managing modals",
"keywords": [
"use-disclosure"
@@ -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/CHANGELOG.md b/packages/hooks/use-draggable/CHANGELOG.md
index 29a907c991..8b75948507 100644
--- a/packages/hooks/use-draggable/CHANGELOG.md
+++ b/packages/hooks/use-draggable/CHANGELOG.md
@@ -1,5 +1,11 @@
# @heroui/use-draggable
+## 2.1.19
+
+### Patch Changes
+
+- [#5996](https://github.com/heroui-inc/heroui/pull/5996) [`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b) Thanks [@wingkwong](https://github.com/wingkwong)! - upgrade react-aria (v1.14.0)
+
## 2.1.18
### Patch Changes
diff --git a/packages/hooks/use-draggable/package.json b/packages/hooks/use-draggable/package.json
index 84400261ed..0d7be475ab 100644
--- a/packages/hooks/use-draggable/package.json
+++ b/packages/hooks/use-draggable/package.json
@@ -1,6 +1,6 @@
{
"name": "@heroui/use-draggable",
- "version": "2.1.18",
+ "version": "2.1.19",
"description": "This hook can provide drag and drop interaction",
"keywords": [
"use-draggable"
@@ -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/CHANGELOG.md b/packages/hooks/use-pagination/CHANGELOG.md
index 423c2454a1..f6ff4ae2e4 100644
--- a/packages/hooks/use-pagination/CHANGELOG.md
+++ b/packages/hooks/use-pagination/CHANGELOG.md
@@ -1,5 +1,11 @@
# @heroui/use-pagination
+## 2.2.19
+
+### Patch Changes
+
+- [#5996](https://github.com/heroui-inc/heroui/pull/5996) [`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b) Thanks [@wingkwong](https://github.com/wingkwong)! - upgrade react-aria (v1.14.0)
+
## 2.2.18
### Patch Changes
diff --git a/packages/hooks/use-pagination/package.json b/packages/hooks/use-pagination/package.json
index 262d10b635..2c47ef244e 100644
--- a/packages/hooks/use-pagination/package.json
+++ b/packages/hooks/use-pagination/package.json
@@ -1,6 +1,6 @@
{
"name": "@heroui/use-pagination",
- "version": "2.2.18",
+ "version": "2.2.19",
"description": "State management hook for Pagination component, it lets you manage pagination with controlled and uncontrolled state",
"keywords": [
"use-pagination"
@@ -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/CHANGELOG.md b/packages/utilities/aria-utils/CHANGELOG.md
index 04ad3bf133..4928c92640 100644
--- a/packages/utilities/aria-utils/CHANGELOG.md
+++ b/packages/utilities/aria-utils/CHANGELOG.md
@@ -1,5 +1,14 @@
# @heroui/aria-utils
+## 2.2.26
+
+### Patch Changes
+
+- [#5996](https://github.com/heroui-inc/heroui/pull/5996) [`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b) Thanks [@wingkwong](https://github.com/wingkwong)! - upgrade react-aria (v1.14.0)
+
+- Updated dependencies [[`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b)]:
+ - @heroui/system@2.4.25
+
## 2.2.25
### Patch Changes
diff --git a/packages/utilities/aria-utils/package.json b/packages/utilities/aria-utils/package.json
index 30e0b80827..7fdfc1f508 100644
--- a/packages/utilities/aria-utils/package.json
+++ b/packages/utilities/aria-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@heroui/aria-utils",
- "version": "2.2.25",
+ "version": "2.2.26",
"description": "A package for managing @react-aria HeroUI utils.",
"keywords": [
"aria-utils"
@@ -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/packages/utilities/framer-utils/CHANGELOG.md b/packages/utilities/framer-utils/CHANGELOG.md
index 8fb69f3354..f36ddf3e93 100644
--- a/packages/utilities/framer-utils/CHANGELOG.md
+++ b/packages/utilities/framer-utils/CHANGELOG.md
@@ -1,5 +1,12 @@
# @heroui/framer-utils
+## 2.1.25
+
+### Patch Changes
+
+- Updated dependencies [[`e07c969`](https://github.com/heroui-inc/heroui/commit/e07c969c4c6c1711ab153c273c2cacd0a79eef4b)]:
+ - @heroui/system@2.4.25
+
## 2.1.24
### Patch Changes
diff --git a/packages/utilities/framer-utils/package.json b/packages/utilities/framer-utils/package.json
index a7f4630ac6..60a8450fb7 100644
--- a/packages/utilities/framer-utils/package.json
+++ b/packages/utilities/framer-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@heroui/framer-utils",
- "version": "2.1.24",
+ "version": "2.1.25",
"description": "A set of framer motion transitions for react",
"keywords": [
"framer-utils"
diff --git a/plop/component/package.json.hbs b/plop/component/package.json.hbs
index eceb63d3cb..3acc6ae3df 100644
--- a/plop/component/package.json.hbs
+++ b/plop/component/package.json.hbs
@@ -36,7 +36,7 @@
"peerDependencies": {
"react": ">=18 || >=19.0.0-rc.0",
"react-dom": ">=18 || >=19.0.0-rc.0",
- "@heroui/theme": ">=2.4.23",
+ "@heroui/theme": ">=2.4.24",
"@heroui/system": ">=2.4.23"
},
"dependencies": {
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)