diff --git a/packages/components/package.json b/packages/components/package.json
index 11df63e9d3..c855eadb00 100644
--- a/packages/components/package.json
+++ b/packages/components/package.json
@@ -110,11 +110,11 @@
"vitest-axe": "^0.1.0"
},
"dependencies": {
- "@react-aria/utils": "^3.25.3",
- "@react-spectrum/utils": "^3.11.11",
+ "@react-aria/utils": "^3.26.0",
+ "@react-spectrum/utils": "^3.12.0",
"@storybook/test": "^8.0.4",
"clsx": "^2.1.1",
- "react-aria-components": "^1.4.0"
+ "react-aria-components": "^1.5.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
diff --git a/packages/components/src/components/Disclosure/Disclosure.stories.tsx b/packages/components/src/components/Disclosure/Disclosure.stories.tsx
index 6f41082267..c318a693b4 100644
--- a/packages/components/src/components/Disclosure/Disclosure.stories.tsx
+++ b/packages/components/src/components/Disclosure/Disclosure.stories.tsx
@@ -2,7 +2,7 @@ import * as React from 'react';
import { Disclosure } from './Disclosure';
import {
Button,
- UNSTABLE_DisclosurePanel as DisclosurePanel,
+ DisclosurePanel as DisclosurePanel,
} from 'react-aria-components';
import type { Meta, StoryObj } from '@storybook/react';
diff --git a/packages/components/src/components/Disclosure/Disclosure.tsx b/packages/components/src/components/Disclosure/Disclosure.tsx
index 1820159bee..7322a5818b 100644
--- a/packages/components/src/components/Disclosure/Disclosure.tsx
+++ b/packages/components/src/components/Disclosure/Disclosure.tsx
@@ -1,14 +1,11 @@
import * as React from 'react';
import {
- UNSTABLE_Disclosure as RACDisclosure,
+ Disclosure as RACDisclosure,
type DisclosureProps,
} from 'react-aria-components';
/**
* A Disclosure is used to show or hide content that is not visible by default.
- *
- * NOTE: This component is in alpha in RAC thus it's unstable and is subjects of change
- * in the API, behavior, and appearance.
*/
export function Disclosure(props: DisclosureProps) {
return ;
diff --git a/packages/components/src/components/DisclosureGroup/DisclosureGroup.stories.tsx b/packages/components/src/components/DisclosureGroup/DisclosureGroup.stories.tsx
index 1871ade147..c51881e461 100644
--- a/packages/components/src/components/DisclosureGroup/DisclosureGroup.stories.tsx
+++ b/packages/components/src/components/DisclosureGroup/DisclosureGroup.stories.tsx
@@ -2,8 +2,8 @@ import * as React from 'react';
import { DisclosureGroup } from './DisclosureGroup';
import {
Button,
- UNSTABLE_Disclosure as Disclosure,
- UNSTABLE_DisclosurePanel as DisclosurePanel,
+ Disclosure as Disclosure,
+ DisclosurePanel as DisclosurePanel,
} from 'react-aria-components';
import type { Meta, StoryObj } from '@storybook/react';
diff --git a/packages/components/src/components/DisclosureGroup/DisclosureGroup.tsx b/packages/components/src/components/DisclosureGroup/DisclosureGroup.tsx
index 7588d0d580..980950ee75 100644
--- a/packages/components/src/components/DisclosureGroup/DisclosureGroup.tsx
+++ b/packages/components/src/components/DisclosureGroup/DisclosureGroup.tsx
@@ -1,14 +1,11 @@
import * as React from 'react';
import {
- UNSTABLE_DisclosureGroup as RACDisclosureGroup,
+ DisclosureGroup as RACDisclosureGroup,
type DisclosureGroupProps,
} from 'react-aria-components';
/**
* A DisclosureGroup is used to group Disclosures together to create an accordion.
- *
- * NOTE: This component is in alpha in RAC thus it's unstable and is subjects of change
- * in the API, behavior, and appearance.
*/
export function DisclosureGroup(props: DisclosureGroupProps) {
return ;
diff --git a/packages/providers/package.json b/packages/providers/package.json
index 9840705f8f..cd9222cee3 100644
--- a/packages/providers/package.json
+++ b/packages/providers/package.json
@@ -65,7 +65,7 @@
"@plone/components": "workspace:*",
"@plone/registry": "workspace:*",
"@tanstack/react-query": "^5.59.0",
- "react-aria-components": "^1.4.0"
+ "react-aria-components": "^1.5.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.16.4",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index d17950b412..cb14ba6eb6 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -502,11 +502,11 @@ importers:
packages/components:
dependencies:
'@react-aria/utils':
- specifier: ^3.25.3
- version: 3.25.3(react@18.2.0)
+ specifier: ^3.26.0
+ version: 3.26.0(react@18.2.0)
'@react-spectrum/utils':
- specifier: ^3.11.11
- version: 3.11.11(react@18.2.0)
+ specifier: ^3.12.0
+ version: 3.12.0(react@18.2.0)
'@storybook/test':
specifier: ^8.0.4
version: 8.0.8(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.12.7))(vitest@2.1.3(@types/node@20.12.7)(jsdom@22.1.0)(less@3.11.1)(lightningcss@1.24.1)(sass@1.75.0)(terser@5.30.3))
@@ -517,8 +517,8 @@ importers:
specifier: ^16.8.0 || ^17.0.0 || ^18.0.0
version: 18.2.0
react-aria-components:
- specifier: ^1.4.0
- version: 1.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ specifier: ^1.5.0
+ version: 1.5.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
react-dom:
specifier: ^16.8.0 || ^17.0.0 || ^18.0.0
version: 18.2.0(react@18.2.0)
@@ -770,8 +770,8 @@ importers:
specifier: ^16.8.0 || ^17.0.0 || ^18.0.0
version: 18.2.0
react-aria-components:
- specifier: ^1.4.0
- version: 1.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ specifier: ^1.5.0
+ version: 1.5.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
react-dom:
specifier: ^16.8.0 || ^17.0.0 || ^18.0.0
version: 18.2.0(react@18.2.0)
@@ -3723,15 +3723,27 @@ packages:
'@internationalized/date@3.5.6':
resolution: {integrity: sha512-jLxQjefH9VI5P9UQuqB6qNKnvFt1Ky1TPIzHGsIlCi7sZZoMR8SdYbBGRvM0y+Jtb+ez4ieBzmiAUcpmPYpyOw==}
+ '@internationalized/date@3.6.0':
+ resolution: {integrity: sha512-+z6ti+CcJnRlLHok/emGEsWQhe7kfSmEW+/6qCzvKY67YPh7YOBfvc7+/+NXq+zJlbArg30tYpqLjNgcAYv2YQ==}
+
'@internationalized/message@3.1.5':
resolution: {integrity: sha512-hjEpLKFlYA3m5apldLqzHqw531qqfOEq0HlTWdfyZmcloWiUbWsYXD6YTiUmQmOtarthzhdjCAwMVrB8a4E7uA==}
+ '@internationalized/message@3.1.6':
+ resolution: {integrity: sha512-JxbK3iAcTIeNr1p0WIFg/wQJjIzJt9l/2KNY/48vXV7GRGZSv3zMxJsce008fZclk2cDC8y0Ig3odceHO7EfNQ==}
+
'@internationalized/number@3.5.4':
resolution: {integrity: sha512-h9huwWjNqYyE2FXZZewWqmCdkw1HeFds5q4Siuoms3hUQC5iPJK3aBmkFZoDSLN4UD0Bl8G22L/NdHpeOr+/7A==}
+ '@internationalized/number@3.6.0':
+ resolution: {integrity: sha512-PtrRcJVy7nw++wn4W2OuePQQfTqDzfusSuY1QTtui4wa7r+rGVtR75pO8CyKvHvzyQYi3Q1uO5sY0AsB4e65Bw==}
+
'@internationalized/string@3.2.4':
resolution: {integrity: sha512-BcyadXPn89Ae190QGZGDUZPqxLj/xsP4U1Br1oSy8yfIjmpJ8cJtGYleaodqW/EmzFjwELtwDojLkf3FhV6SjA==}
+ '@internationalized/string@3.2.5':
+ resolution: {integrity: sha512-rKs71Zvl2OKOHM+mzAFMIyqR5hI1d1O6BBkMK2/lkfg3fkmVh9Eeg0awcA8W2WqYqDOv6a86DIOlFpggwLtbuw==}
+
'@ioredis/commands@1.2.0':
resolution: {integrity: sha512-Sx1pU8EM64o2BrqNpEO1CNLtKQwyhuXuqyfH7oGKCk+1a33d2r5saW8zNwm3j6BTExtjrv2BxTgzzkMwts6vGg==}
@@ -4487,52 +4499,109 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-aria/breadcrumbs@3.5.19':
+ resolution: {integrity: sha512-mVngOPFYVVhec89rf/CiYQGTfaLRfHFtX+JQwY7sNYNqSA+gO8p4lNARe3Be6bJPgH+LUQuruIY9/ZDL6LT3HA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-aria/button@3.10.0':
resolution: {integrity: sha512-mhbn2tEsr991sjG6YMH6oN3ELWb4YvZZ8mnZHMNLa3l8T00PV0ClvQBsUndo6uSvuTHhpFzmMMkJFhYYUwCKlw==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-aria/button@3.11.0':
+ resolution: {integrity: sha512-b37eIV6IW11KmNIAm65F3SEl2/mgj5BrHIysW6smZX3KoKWTGYsYfcQkmtNgY0GOSFfDxMCoolsZ6mxC00nSDA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-aria/calendar@3.5.12':
resolution: {integrity: sha512-C8VRjRwEVPaGoCtjOlC0lb3mVSz4ajbal8jfvcbp7LOqCcmOVTUbiM7EPTy60EfZRanFNSp2D1ZstEZDU+cqsg==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-aria/calendar@3.6.0':
+ resolution: {integrity: sha512-tZ3nd5DP8uxckbj83Pt+4RqgcTWDlGi7njzc7QqFOG2ApfnYDUXbIpb/Q4KY6JNlJskG8q33wo0XfOwNy8J+eg==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-aria/checkbox@3.14.7':
resolution: {integrity: sha512-aqVxXcr/8P7pQ7R34DlJX2SdBvWtHof9lLTVBY/9tgMplcKIoVBdlVUYPtqWxT3tGan+rruPQHbzTx8zJRFJyg==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-aria/checkbox@3.15.0':
+ resolution: {integrity: sha512-z/8xd4em7o0MroBXwkkwv7QRwiJaA1FwqMhRUb7iqtBGP2oSytBEDf0N7L09oci32a1P4ZPz2rMK5GlLh/PD6g==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-aria/collections@3.0.0-alpha.5':
resolution: {integrity: sha512-8m8yZe1c5PYCylEN4lcG3ZL/1nyrON95nVsoknC8shY1uKP01oJd7w+f6hvVza0tJRQuVe4zW3gO4FVjv33a5g==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-aria/collections@3.0.0-alpha.6':
+ resolution: {integrity: sha512-A+7Eap/zvsghMb5/C3EAPn41axSzRhtX2glQRXSBj1mK31CTPCZ9BhrMIMC5DL7ZnfA7C+Ysilo9nI2YQh5PMg==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-aria/color@3.0.0':
resolution: {integrity: sha512-IwHI4e2fUHUOZHRrL2MsxGZFp/RCR2cLjm39gT41jVSuH4zjxueUf96NDm6c7FD0mB5vfk0jo+KJMnShL1a2rg==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-aria/color@3.0.2':
+ resolution: {integrity: sha512-dSM5qQRcR1gRGYCBw0IGRmc29gjfoht3cQleKb8MMNcgHYa2oi5VdCs2yKXmYFwwVC6uPtnlNy9S6e0spqdr+w==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-aria/combobox@3.10.4':
resolution: {integrity: sha512-jzLyRwpwH5SCfQl5giLSwLaw9EKlRiMG39kDZLRB4MQ1MN4sIdIP2TXBbdYcSLtYjduJm2JfRvs2ezI+QI+umA==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-aria/combobox@3.11.0':
+ resolution: {integrity: sha512-s88YMmPkMO1WSoiH1KIyZDLJqUwvM2wHXXakj3cYw1tBHGo4rOUFq+JWQIbM5EDO4HOR4AUUqzIUd0NO7t3zyg==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-aria/datepicker@3.11.3':
resolution: {integrity: sha512-HwGxDctFry5ew3Cu7gWpUVodaCg//V6NCihSRjLvnW/TWG+UFLzTafxTqqm8eRbicT3DJlXCLOUPk8Ek0txW6A==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-aria/datepicker@3.12.0':
+ resolution: {integrity: sha512-VYNXioLfddIHpwQx211+rTYuunDmI7VHWBRetCpH3loIsVFuhFSRchTQpclAzxolO3g0vO7pMVj9VYt7Swp6kg==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-aria/dialog@3.5.18':
resolution: {integrity: sha512-j0x0OwDZKyW2GqBZl2Dw/pHl0uSCzhHOg5jNeulkZC8xQa8COuksQf5NFzPmgRPnzqpbgvSzCSs41ymS8spmFg==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-aria/dialog@3.5.20':
+ resolution: {integrity: sha512-l0GZVLgeOd3kL3Yj8xQW7wN3gn9WW3RLd/SGI9t7ciTq+I/FhftjXCWzXLlOCCTLMf+gv7eazecECtmoWUaZWQ==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
+ '@react-aria/disclosure@3.0.0':
+ resolution: {integrity: sha512-xO9QTQSvymujTjCs1iCQ4+dKZvtF/rVVaFZBKlUtqIqwTHMdqeZu4fh5miLEnTyVLNHMGzLrFggsd8Q+niC9Og==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-aria/disclosure@3.0.0-alpha.0':
resolution: {integrity: sha512-/tleriRORdkRJf2JXjiRfhLfXA5WY0nPT3DoodZJgD5Fj/aCjrWXarVGUQuEk9vsH5pwinQiQB5So+cA+xF+UQ==}
peerDependencies:
@@ -4545,11 +4614,27 @@ packages:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-aria/dnd@3.8.0':
+ resolution: {integrity: sha512-JiqHY3E9fDU5Kb4gN22cuK6QNlpMCGe6ngR/BV+Q8mLEsdoWcoUAYOtYXVNNTRvCdVbEWI87FUU+ThyPpoDhNQ==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-aria/focus@3.18.3':
resolution: {integrity: sha512-WKUElg+5zS0D3xlVn8MntNnkzJql2J6MuzAMP8Sv5WTgFDse/XGR842dsxPTIyKKdrWVCRegCuwa4m3n/GzgJw==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-aria/focus@3.19.0':
+ resolution: {integrity: sha512-hPF9EXoUQeQl1Y21/rbV2H4FdUR2v+4/I0/vB+8U3bT1CJ+1AFj1hc/rqx2DqEwDlEwOHN+E4+mRahQmlybq0A==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
+ '@react-aria/form@3.0.11':
+ resolution: {integrity: sha512-oXzjTiwVuuWjZ8muU0hp3BrDH5qjVctLOF50mjPvqUbvXQTHhoDxWweyIXPQjGshaqBd2w4pWaE4A2rG2O/apw==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-aria/form@3.0.9':
resolution: {integrity: sha512-9M6IfC5t47G19c8roHWnkKd275BrECTzyTsc4rzf5OepJfHfG4evST6x+4gGOFYi8soC9XoQdJl4TRh/mft+gw==}
peerDependencies:
@@ -4561,6 +4646,18 @@ packages:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-aria/grid@3.11.0':
+ resolution: {integrity: sha512-lN5FpQgu2Rq0CzTPWmzRpq6QHcMmzsXYeClsgO3108uVp1/genBNAObYVTxGOKe/jb9q99trz8EtIn05O6KN1g==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
+ '@react-aria/gridlist@3.10.0':
+ resolution: {integrity: sha512-UcblfSZ7kJBrjg9mQ5VbnRevN81UiYB4NuL5PwIpBpridO7tnl4ew6+96PYU7Wj1chHhPS3x0b0zmuSVN7A0LA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-aria/gridlist@3.9.4':
resolution: {integrity: sha512-gGzS4ToSynn2KBycf9UCsWIJIbVl4RjoCjPF4NnukwzHmrXwbtZnlF0xsORQ5QxfqHH9UehTAHWFvOOHJSZZ2w==}
peerDependencies:
@@ -4572,63 +4669,130 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-aria/i18n@3.12.4':
+ resolution: {integrity: sha512-j9+UL3q0Ls8MhXV9gtnKlyozq4aM95YywXqnmJtzT1rYeBx7w28hooqrWkCYLfqr4OIryv1KUnPiCSLwC2OC7w==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-aria/interactions@3.22.3':
resolution: {integrity: sha512-RRUb/aG+P0IKTIWikY/SylB6bIbLZeztnZY2vbe7RAG5MgVaCgn5HQ45SI15GlTmhsFG8CnF6slJsUFJiNHpbQ==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-aria/interactions@3.22.5':
+ resolution: {integrity: sha512-kMwiAD9E0TQp+XNnOs13yVJghiy8ET8L0cbkeuTgNI96sOAp/63EJ1FSrDf17iD8sdjt41LafwX/dKXW9nCcLQ==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-aria/label@3.7.12':
resolution: {integrity: sha512-u9xT90lAlgb7xiv+p0md9QwCHz65XL7tjS5e29e88Rs3ptkv3aQubTqxVOUTEwzbNUT4A1QqTjUm1yfHewIRUw==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-aria/label@3.7.13':
+ resolution: {integrity: sha512-brSAXZVTey5RG/Ex6mTrV/9IhGSQFU4Al34qmjEDho+Z2qT4oPwf8k7TRXWWqzOU0ugYxekYbsLd2zlN3XvWcg==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-aria/link@3.7.5':
resolution: {integrity: sha512-j0F1BIdNoE7Tl+0KzzjbrmYuxt4aWAmDZDHvJKiYg71Jb1BAPz71eE1O1ybMoO04+OG/6HrRZTragfSQLAJ58A==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-aria/link@3.7.7':
+ resolution: {integrity: sha512-eVBRcHKhNSsATYWv5wRnZXRqPVcKAWWakyvfrYePIKpC3s4BaHZyTGYdefk8ZwZdEOuQZBqLMnjW80q1uhtkuA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-aria/listbox@3.13.4':
resolution: {integrity: sha512-2aG4jzlB+srYBeM9ap/BNZe0E04yMjY2dPGXcigkaSJt6/yYAHCygXuouf2MzvBfkdV4QWyHIIgWZmAXXl6reg==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-aria/listbox@3.13.6':
+ resolution: {integrity: sha512-6hEXEXIZVau9lgBZ4VVjFR3JnGU+fJaPmV3HP0UZ2ucUptfG0MZo24cn+ZQJsWiuaCfNFv5b8qribiv+BcO+Kg==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-aria/live-announcer@3.4.0':
resolution: {integrity: sha512-VBxEdMq2SbtRbNTQNcDR2G6E3lEl5cJSBiHTTO8Ln1AL76LiazrylIXGgoktqzCfRQmyq0v8CHk1cNKDU9mvJg==}
+ '@react-aria/live-announcer@3.4.1':
+ resolution: {integrity: sha512-4X2mcxgqLvvkqxv2l1n00jTzUxxe0kkLiapBGH1LHX/CxA1oQcHDqv8etJ2ZOwmS/MSBBiWnv3DwYHDOF6ubig==}
+
'@react-aria/menu@3.15.4':
resolution: {integrity: sha512-4wfq8Lb7AltgSzBHdtypiPOnsRm8hHv7PUuHhlq/VT9yAkEFk4Flc7vKVF6VSFqrnCfyCf66B5aeapjNInAONg==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-aria/menu@3.16.0':
+ resolution: {integrity: sha512-TNk+Vd3TbpBPUxEloAdHRTaRxf9JBK7YmkHYiq0Yj5Lc22KS0E2eTyhpPM9xJvEWN2TlC5TEvNfdyui2kYWFFQ==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-aria/meter@3.4.17':
resolution: {integrity: sha512-08wbQhfvVWzpWilhn/WD7cQ7TqafS/66umTk7+X6BW6TrS1//6loNNJV62IC3F7sskel4iEAtl2gW0WpW8zEdg==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-aria/meter@3.4.18':
+ resolution: {integrity: sha512-tTX3LLlmDIHqrC42dkdf+upb1c4UbhlpZ52gqB64lZD4OD4HE+vMTwNSe+7MRKMLvcdKPWCRC35PnxIHZ15kfQ==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-aria/numberfield@3.11.7':
resolution: {integrity: sha512-9bqg4sKqc5XLppHzJFRhgtkoeMu0N6Zg0AuVSiE/3CxE5Ad+y8tKpFEx9zh4o5BItyOWy18w5ZXnKjJGjd7waQ==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-aria/numberfield@3.11.9':
+ resolution: {integrity: sha512-3tiGPx2y4zyOV7PmdBASes99ZZsFTZAJTnU45Z+p1CW4131lw7y2ZhbojBl7U6DaXAJvi1z6zY6cq2UE9w5a0Q==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-aria/overlays@3.23.3':
resolution: {integrity: sha512-vRW4DL466a27BBIP6dQqmmei4nX/nsur6DyF0Hmd46ygwOdvdA+5MwvXZUz9yUamB79UeS9BMQZuBVwhjoMwBQ==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-aria/overlays@3.24.0':
+ resolution: {integrity: sha512-0kAXBsMNTc/a3M07tK9Cdt/ea8CxTAEJ223g8YgqImlmoBBYAL7dl5G01IOj67TM64uWPTmZrOklBchHWgEm3A==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-aria/progress@3.4.17':
resolution: {integrity: sha512-5+01WNibLoNS5KcfU5p6vg7Lhz17plqqzv/uITx28zzj3saaj0VLR7n57Ig2fXe8ZEQoUS89BS3sIEsIf96S1A==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-aria/progress@3.4.18':
+ resolution: {integrity: sha512-FOLgJ9t9i1u3oAAimybJG6r7/soNPBnJfWo4Yr6MmaUv90qVGa1h6kiuM5m9H/bm5JobAebhdfHit9lFlgsCmg==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
+ '@react-aria/radio@3.10.10':
+ resolution: {integrity: sha512-NVdeOVrsrHgSfwL2jWCCXFsWZb+RMRZErj5vthHQW4nkHECGOzeX56VaLWTSvdoCPqi9wdIX8A6K9peeAIgxzA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-aria/radio@3.10.8':
resolution: {integrity: sha512-/vKQhKqpoCB/VqHuc46OOU+31HFtg6svcYzHBbz0wN/DSVCygYeTfB/36kY7x2GWWkT0pCsB4OcHJ+/0G3EfkQ==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-aria/searchfield@3.7.11':
+ resolution: {integrity: sha512-wFf6QxtBFfoxy0ANxI0+ftFEBGynVCY0+ce4H4Y9LpUTQsIKMp3sdc7LoUFORWw5Yee6Eid5cFPQX0Ymnk+ZJg==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-aria/searchfield@3.7.9':
resolution: {integrity: sha512-EHODG7HDFthwG5tx4fh+WP2hjNOp/rPAqdNScKBAN73nEf0F/qQpIwmdZF0EycCOzGSM5hhihjm0yMtTFYuzOQ==}
peerDependencies:
@@ -4640,22 +4804,50 @@ packages:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-aria/select@3.15.0':
+ resolution: {integrity: sha512-zgBOUNy81aJplfc3NKDJMv8HkXjBGzaFF3XDzNfW8vJ7nD9rcTRUN5SQ1XCEnKMv12B/Euk9zt6kd+tX0wk1vQ==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-aria/selection@3.20.0':
resolution: {integrity: sha512-h3giMcXo4SMZRL5HrqZvOLNTsdh5jCXwLUx0wpj/2EF0tcYQL6WDfn1iJ+rHARkUIs7X70fUV8iwlbUySZy1xg==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-aria/selection@3.21.0':
+ resolution: {integrity: sha512-52JJ6hlPcM+gt0VV3DBmz6Kj1YAJr13TfutrKfGWcK36LvNCBm1j0N+TDqbdnlp8Nue6w0+5FIwZq44XPYiBGg==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-aria/separator@3.4.3':
resolution: {integrity: sha512-L+eCmSGfRJ9jScHZqBkmOkp44LBARisDjRdYbGrLlsAEcOiHUXufnfpxz2rgkUGBdUgnI9hIk12q5kdy0UxGjg==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-aria/separator@3.4.4':
+ resolution: {integrity: sha512-dH+qt0Mdh0nhKXCHW6AR4DF8DKLUBP26QYWaoThPdBwIpypH/JVKowpPtWms1P4b36U6XzHXHnTTEn/ZVoCqNA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-aria/slider@3.7.12':
resolution: {integrity: sha512-yZWBGxDHBL5Gjjdnz+igdO7VfYND9iZsSqynadZthWtfy1jA+qBR25I+Soc0D9gkr/2/JUJkFgkllYF1RzWMUQ==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-aria/slider@3.7.14':
+ resolution: {integrity: sha512-7rOiKjLkEZ0j7mPMlwrqivc+K4OSfL14slaQp06GHRiJkhiWXh2/drPe15hgNq55HmBQBpA0umKMkJcqVgmXPA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
+ '@react-aria/spinbutton@3.6.10':
+ resolution: {integrity: sha512-nhYEYk7xUNOZDaqiQ5w/nHH9ouqjJbabTWXH+KK7UR1oVGfo4z1wG94l8KWF3Z6SGGnBxzLJyTBguZ4g9aYTSg==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-aria/spinbutton@3.6.9':
resolution: {integrity: sha512-m+uVJdiIc2LrLVDGjU7p8P2O2gUvTN26GR+NgH4rl+tUSuAB0+T1rjls/C+oXEqQjCpQihEB9Bt4M+VHpzmyjA==}
peerDependencies:
@@ -4668,6 +4860,17 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-aria/ssr@3.9.7':
+ resolution: {integrity: sha512-GQygZaGlmYjmYM+tiNBA5C6acmiDWF52Nqd40bBp0Znk4M4hP+LTmI0lpI1BuKMw45T8RIhrAsICIfKwZvi2Gg==}
+ engines: {node: '>= 12'}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
+ '@react-aria/switch@3.6.10':
+ resolution: {integrity: sha512-FtaI9WaEP1tAmra1sYlAkYXg9x75P5UtgY8pSbe9+1WRyWbuE1QZT+RNCTi3IU4fZ7iJQmXH6+VaMyzPlSUagw==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-aria/switch@3.6.8':
resolution: {integrity: sha512-6Q0w7o+liB0ztKPL9UaRfX+hPPuy71AL3SuVCMK7RKfPqZwcmlwUDp2gr3j5fvs8gLev0r42XtEBqmGwkHTkEw==}
peerDependencies:
@@ -4679,33 +4882,71 @@ packages:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-aria/table@3.16.0':
+ resolution: {integrity: sha512-9xF9S3CJ7XRiiK92hsIKxPedD0kgcQWwqTMtj3IBynpQ4vsnRiW3YNIzrn9C3apjknRZDTSta8O2QPYCUMmw2A==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-aria/tabs@3.9.6':
resolution: {integrity: sha512-iPQ2Im+srnSB06xIdVNHZZDJnZmUR0IG0MZAp6FXmbkCeLAd9tZQHgSFYwswBfgAStNnyFQHP5aSBJOJMRCACg==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-aria/tabs@3.9.8':
+ resolution: {integrity: sha512-Nur/qRFBe+Zrt4xcCJV/ULXCS3Mlae+B89bp1Gl20vSDqk6uaPtGk+cS5k03eugOvas7AQapqNJsJgKd66TChw==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-aria/tag@3.4.6':
resolution: {integrity: sha512-Uf1sPabwJx99diyXJTaVguiYozS49opjQxmK1PPbb87ipNN1YlSDVbP05IelVMbnbxXHudsRmzPOBmmblcj1GQ==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-aria/tag@3.4.8':
+ resolution: {integrity: sha512-exWl52bsFtJuzaqMYvSnLteUoPqb3Wf+uICru/yRtREJsWVqjJF38NCVlU73Yqd9qMPTctDrboSZFAWAWKDxoA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-aria/textfield@3.14.9':
resolution: {integrity: sha512-LPwZhthDVLyvnzXWco4eyYCD2pFmQ4Vw9ha9tb3QkZUIP6j8E52y76j0c59Nq7XYus3IHatVe7yYQk7kbo8Zrg==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-aria/textfield@3.15.0':
+ resolution: {integrity: sha512-V5mg7y1OR6WXYHdhhm4FC7QyGc9TideVRDFij1SdOJrIo5IFB7lvwpOS0GmgwkVbtr71PTRMjZnNbrJUFU6VNA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
+ '@react-aria/toggle@3.10.10':
+ resolution: {integrity: sha512-QwMT/vTNrbrILxWVHfd9zVQ3mV2NdBwyRu+DphVQiFAXcmc808LEaIX2n0lI6FCsUDC9ZejCyvzd91/YemdZ1Q==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-aria/toggle@3.10.8':
resolution: {integrity: sha512-N6WTgE8ByMYY+ZygUUPGON2vW5NrxwU91H98+Nozl+Rq6ZYR2fD9i8oRtLtrYPxjU2HmaFwDyQdWvmMJZuDxig==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-aria/toolbar@3.0.0-beta.11':
+ resolution: {integrity: sha512-LM3jTRFNDgoEpoL568WaiuqiVM7eynSQLJis1hV0vlVnhTd7M7kzt7zoOjzxVb5Uapz02uCp1Fsm4wQMz09qwQ==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-aria/toolbar@3.0.0-beta.9':
resolution: {integrity: sha512-P80zgbPb0aIg22fHlgHRXXUSpNSAOnh1ljsLiSHAGdXPrC5nRijYwwKi7DNRsXqD+ljEJwF6ekZPo95dXXeYAA==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-aria/tooltip@3.7.10':
+ resolution: {integrity: sha512-Udi3XOnrF/SYIz72jw9bgB74MG/yCOzF5pozHj2FH2HiJlchYv/b6rHByV/77IZemdlkmL/uugrv/7raPLSlnw==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-aria/tooltip@3.7.8':
resolution: {integrity: sha512-dlWfS3w8E6dw5Xoist4cVX2GQE5oh3VQr88dRyLto7BAPLFrp3I+8c9mZCVUobLS/f5QcQzLkqw750s4ENCyiw==}
peerDependencies:
@@ -4717,22 +4958,44 @@ packages:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-aria/tree@3.0.0-beta.2':
+ resolution: {integrity: sha512-lH3hVl2VgG3YLN+ee1zQzm+2F+BGLd/HBhfMYPuI3IjHvDb+m+jCJXHdBOGrfG2Qydk2LYheqX8QXCluulu0qQ==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-aria/utils@3.25.3':
resolution: {integrity: sha512-PR5H/2vaD8fSq0H/UB9inNbc8KDcVmW6fYAfSWkkn+OAdhTTMVKqXXrZuZBWyFfSD5Ze7VN6acr4hrOQm2bmrA==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-aria/utils@3.26.0':
+ resolution: {integrity: sha512-LkZouGSjjQ0rEqo4XJosS4L3YC/zzQkfRM3KoqK6fUOmUJ9t0jQ09WjiF+uOoG9u+p30AVg3TrZRUWmoTS+koQ==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-aria/virtualizer@4.0.3':
resolution: {integrity: sha512-neSf+EXtqmQiccHcp9CS2RbH3xA6FuZggLzGsM1NoqDdXIL7TLfc7lhaqi8VAZ03e1FCUSye08BCRk3DdpUiyA==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-aria/virtualizer@4.1.0':
+ resolution: {integrity: sha512-ziSq3Y7iuaAMJWGZU1RRs/TykuPapQfx8dyH2eyKPLgEjBUoXRGWE7n6jklBwal14b0lPK0wkCzRoQbkUvX3cg==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-aria/visually-hidden@3.8.16':
resolution: {integrity: sha512-3zThVIzEprez4A/GajOut6/JQ4WCu2ROHGZ1xH1+2GFjBJQaTfPBIjg6UIwaT7sgHRQIik8QidogLqXHbp81yA==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-aria/visually-hidden@3.8.18':
+ resolution: {integrity: sha512-l/0igp+uub/salP35SsNWq5mGmg3G5F5QMS1gDZ8p28n7CgjvzyiGhJbbca7Oxvaw1HRFzVl9ev+89I7moNnFQ==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-router/dev@7.0.0-pre.4':
resolution: {integrity: sha512-yuOXu7NsH8njE+zFIJBt+hVd8J1F6TqpJ19RQlM5uRkgwD8PMkAvBVz95yBi69C+88pRndM0G2aGgKxBJQpffQ==}
engines: {node: '>=20.0.0'}
@@ -4779,16 +5042,26 @@ packages:
peerDependencies:
react-router: 7.0.0-pre.4
- '@react-spectrum/utils@3.11.11':
- resolution: {integrity: sha512-Fed8tePDyxfG7CND6H+3Os+5DKwdaOl8VXznTtGNFD44gjCI8/LDxk+9YRN8SQCHMnFkEFobCDme98wFWDdpCQ==}
+ '@react-spectrum/utils@3.12.0':
+ resolution: {integrity: sha512-r3IAp9h766gATsYT6B66GmjgsTuhXSrEqKuPJenkPzshBeQPrD57ai0fyj5ihtiM3BINbkCQ+AXLrAmJunOV/A==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
'@react-stately/calendar@3.5.5':
resolution: {integrity: sha512-HzaiDRhrmaYIly8hRsjjIrydLkldiw1Ws6T/130NLQOt+VPwRW/x0R+nil42mA9LZ6oV0XN0NpmG5tn7TaKRGw==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-stately/calendar@3.6.0':
+ resolution: {integrity: sha512-GqUtOtGnwWjtNrJud8nY/ywI4VBP5byToNVRTnxbMl+gYO1Qe/uc5NG7zjwMxhb2kqSBHZFdkF0DXVqG2Ul+BA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
+ '@react-stately/checkbox@3.6.10':
+ resolution: {integrity: sha512-LHm7i4YI8A/RdgWAuADrnSAYIaYYpQeZqsp1a03Og0pJHAlZL0ymN3y2IFwbZueY0rnfM+yF+kWNXjJqbKrFEQ==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-stately/checkbox@3.6.9':
resolution: {integrity: sha512-JrY3ecnK/SSJPxw+qhGhg3YV4e0CpUcPDrVwY3mSiAE932DPd19xr+qVCknJ34H7JYYt/q0l2z0lmgPnl96RTg==}
peerDependencies:
@@ -4799,26 +5072,56 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-stately/collections@3.12.0':
+ resolution: {integrity: sha512-MfR9hwCxe5oXv4qrLUnjidwM50U35EFmInUeFf8i9mskYwWlRYS0O1/9PZ0oF1M0cKambaRHKEy98jczgb9ycA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-stately/color@3.8.0':
resolution: {integrity: sha512-lBH91HEStZeayhE/FkDMt9WC0UISQiAn8DoD2hfpTGeeWscX/soyxZA7oVL7zBOG9RfDBMNzF+CybVROrWSKAQ==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-stately/color@3.8.1':
+ resolution: {integrity: sha512-7eN7K+KJRu+rxK351eGrzoq2cG+yipr90i5b1cUu4lioYmcH4WdsfjmM5Ku6gypbafH+kTDfflvO6hiY1NZH+A==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-stately/combobox@3.10.0':
resolution: {integrity: sha512-4W4HCCjjoddW/LZM3pSSeLoV7ncYXlaICKmqlBcbtLR5jY4U5Kx+pPpy3oJ1vCdjDHatIxZ0tVKEBP7vBQVeGQ==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-stately/combobox@3.10.1':
+ resolution: {integrity: sha512-Rso+H+ZEDGFAhpKWbnRxRR/r7YNmYVtt+Rn0eNDNIUp3bYaxIBCdCySyAtALs4I8RZXZQ9zoUznP7YeVwG3cLg==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-stately/data@3.11.7':
resolution: {integrity: sha512-2YJ+Lmca18f/h7jiZiU9j2IhBJl6BFO1BWlwvcCAH/eCWTdveX8gzsUdW++0szzpJaoCilTCYoi8z7QWyVH9jQ==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-stately/data@3.12.0':
+ resolution: {integrity: sha512-6PiW2oA56lcH1CVjDcajutzsv91w/PER8K61/OGxtNFFUWaIZH80RWmK4kjU/Lf0vygzXCxout3kEb388lUk0w==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-stately/datepicker@3.10.3':
resolution: {integrity: sha512-6PJW1QMwk6BQMktV9L6DA4f2rfAdLfbq3iTNLy4qxd5IfNPLMUZiJGGTj+cuqx0WcEl+q5irp+YhKBpbmhPZHg==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-stately/datepicker@3.11.0':
+ resolution: {integrity: sha512-d9MJF34A0VrhL5y5S8mAISA8uwfNCQKmR2k4KoQJm3De1J8SQeNzSjLviAwh1faDow6FXGlA6tVbTrHyDcBgBg==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
+ '@react-stately/disclosure@3.0.0':
+ resolution: {integrity: sha512-Z9+fi0/41ZXHjGopORQza7mk4lFEFslKhy65ehEo6O6j2GuIV0659ExIVDsmJoJSFjXCfGh0sX8oTSOlXi9gqg==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-stately/disclosure@3.0.0-alpha.0':
resolution: {integrity: sha512-CbFUrEwhsP5+44PMHipn/Cd61VTvqyKmx1yeNDyvj/4bYhmxYLgQp/Ma+iEqe23JkXJh2JO/ws3l9FnebScCJQ==}
peerDependencies:
@@ -4829,14 +5132,32 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-stately/dnd@3.5.0':
+ resolution: {integrity: sha512-ZcWFw1npEDnATiy3TEdzA1skQ3UEIyfbNA6VhPNO8yiSVLxoxBOaEaq8VVS72fRGAtxud6dgOy8BnsP9JwDClQ==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-stately/flags@3.0.4':
resolution: {integrity: sha512-RNJEkOALwKg+JeYsfNlfPc4GXm7hiBLX0yuHOkRapWEyDOfi0cinkV/TZG4goOZdQ5tBpHmemf2qqiHAxqHlzQ==}
+ '@react-stately/flags@3.0.5':
+ resolution: {integrity: sha512-6wks4csxUwPCp23LgJSnkBRhrWpd9jGd64DjcCTNB2AHIFu7Ab1W59pJpUL6TW7uAxVxdNKjgn6D1hlBy8qWsA==}
+
'@react-stately/form@3.0.6':
resolution: {integrity: sha512-KMsxm3/V0iCv/6ikt4JEjVM3LW2AgCzo7aNotMzRobtwIo0RwaUo7DQNY00rGgFQ3/IjzI6DcVo13D+AVE/zXg==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-stately/form@3.1.0':
+ resolution: {integrity: sha512-E2wxNQ0QaTyDHD0nJFtTSnEH9A3bpJurwxhS4vgcUmESHgjFEMLlC9irUSZKgvOgb42GAq+fHoWBsgKeTp9Big==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
+ '@react-stately/grid@3.10.0':
+ resolution: {integrity: sha512-ii+DdsOBvCnHMgL0JvUfFwO1kiAPP19Bpdpl6zn/oOltk6F5TmnoyNrzyz+2///1hCiySI3FE1O7ujsAQs7a6Q==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-stately/grid@3.9.3':
resolution: {integrity: sha512-P5KgCNYwm/n8bbLx6527li89RQWoESikrsg2MMyUpUd6IJ321t2pGONGRRQzxE0SBMolPRDJKV0Do2OlsjYKhQ==}
peerDependencies:
@@ -4847,86 +5168,171 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-stately/layout@4.1.0':
+ resolution: {integrity: sha512-pSBqn+4EeOaf2QMK+w2SHgsWKYHdgMZWY3qgJijdzWGZ4JpYmHuiD0yOq80qFdUwxcexPW3vFg3hqIQlMpXeCw==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-stately/list@3.11.0':
resolution: {integrity: sha512-O+BxXcbtoLZWn4QIT54RoFUaM+QaJQm6s0ZBJ3Jv4ILIhukVOc55ra+aWMVlXFQSpbf6I3hyVP6cz1yyvd5Rtw==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-stately/list@3.11.1':
+ resolution: {integrity: sha512-UCOpIvqBOjwLtk7zVTYWuKU1m1Oe61Q5lNar/GwHaV1nAiSQ8/yYlhr40NkBEs9X3plEfsV28UIpzOrYnu1tPg==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-stately/menu@3.8.3':
resolution: {integrity: sha512-sV63V+cMgzipx/N7dq5GaXoItfXIfFEpCtlk3PM2vKstlCJalszXrdo+x996bkeU96h0plB7znAlhlXOeTKzUg==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-stately/menu@3.9.0':
+ resolution: {integrity: sha512-++sm0fzZeUs9GvtRbj5RwrP+KL9KPANp9f4SvtI3s+MP+Y/X3X7LNNePeeccGeyikB5fzMsuyvd82bRRW9IhDQ==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-stately/numberfield@3.9.7':
resolution: {integrity: sha512-PjSgCCpYasGCEAznFQNqa2JhhEQ5+/2eMiV7ZI5j76q3edTNF8G5OOCl2RazDbzFp6vDAnRVT7Kctx5Tl5R/Zw==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-stately/numberfield@3.9.8':
+ resolution: {integrity: sha512-J6qGILxDNEtu7yvd3/y+FpbrxEaAeIODwlrFo6z1kvuDlLAm/KszXAc75yoDi0OtakFTCMP6/HR5VnHaQdMJ3w==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-stately/overlays@3.6.11':
resolution: {integrity: sha512-usuxitwOx4FbmOW7Og4VM8R8ZjerbHZLLbFaxZW7pWLs7Ypway1YhJ3SWcyNTYK7NEk4o602kSoU6MSev1Vgag==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-stately/overlays@3.6.12':
+ resolution: {integrity: sha512-QinvZhwZgj8obUyPIcyURSCjTZlqZYRRCS60TF8jH8ZpT0tEAuDb3wvhhSXuYA3Xo9EHLwvLjEf3tQKKdAQArw==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-stately/radio@3.10.8':
resolution: {integrity: sha512-VRq6Gzsbk3jzX6hdrSoDoSra9vLRsOi2pLkvW/CMrJ0GSgMwr8jjvJKnNFvYJ3eYQb20EwkarsOAfk7vPSIt/Q==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-stately/radio@3.10.9':
+ resolution: {integrity: sha512-kUQ7VdqFke8SDRCatw2jW3rgzMWbvw+n2imN2THETynI47NmNLzNP11dlGO2OllRtTrsLhmBNlYHa3W62pFpAw==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-stately/searchfield@3.5.7':
resolution: {integrity: sha512-VxEG4tWDypdXQ8f7clZBu5Qmc4osqDBeA/gNMA2i1j/h2zRVcCJ0fRCHuDeXLSWBqF1XXAI4TWV53fBBwJusbg==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-stately/searchfield@3.5.8':
+ resolution: {integrity: sha512-jtquvGadx1DmtQqPKaVO6Qg/xpBjNxsOd59ciig9xRxpxV+90i996EX1E2R6R+tGJdSM1pD++7PVOO4yE++HOg==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-stately/select@3.6.8':
resolution: {integrity: sha512-fLAVzGeYSdYdBdrEVws6Pb1ywFPdapA0eWphoW5s3fS0/pKcVWwbCHeHlaBEi1ISyqEubQZFGQdeFKm/M46Hew==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-stately/select@3.6.9':
+ resolution: {integrity: sha512-vASUDv7FhEYQURzM+JIwcusPv7/x/l3zHc/oKJPvoCl3aa9pwS8hZwS82SC00o2iFnrDscfDJju4IE/cd4hucg==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-stately/selection@3.17.0':
resolution: {integrity: sha512-It3LRTaFOavybuDBvBH2mvCh73OL4awqvN4tZ0JzLzMtaYSBe9+YmFasYrzB0o7ca17B2q1tpUmsNWaAgIqbLA==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-stately/selection@3.18.0':
+ resolution: {integrity: sha512-6EaNNP3exxBhW2LkcRR4a3pg+3oDguZlBSqIVVR7lyahv/D8xXHRC4dX+m0mgGHJpsgjs7664Xx6c8v193TFxg==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-stately/slider@3.5.8':
resolution: {integrity: sha512-EDgbrxMq1w3+XTN72MGl3YtAG/j65EYX1Uc3Fh56K00+inJbTdRWyYTrb3NA310fXCd0WFBbzExuH2ohlKQycg==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-stately/slider@3.6.0':
+ resolution: {integrity: sha512-w5vJxVh267pmD1X+Ppd9S3ZzV1hcg0cV8q5P4Egr160b9WMcWlUspZPtsthwUlN7qQe/C8y5IAhtde4s29eNag==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-stately/table@3.12.3':
resolution: {integrity: sha512-8uGrLcNJYeMbFtzRQZFWCBj5kV+7v3jzwoKIL1j9TmYUKow1PTDMQbPJpAZLQhnC2wVMlaFVgDbedSlbBij7Zg==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-stately/table@3.13.0':
+ resolution: {integrity: sha512-mRbNYrwQIE7xzVs09Lk3kPteEVFVyOc20vA8ph6EP54PiUf/RllJpxZe/WUYLf4eom9lUkRYej5sffuUBpxjCA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-stately/tabs@3.6.10':
resolution: {integrity: sha512-F7wfoiNsrBy7c02AYHyE1USGgj05HQ0hp7uXmQjp2LEa+AA0NKKi3HdswTHHySxb0ZRuoEE7E7vp/gXQYx2/Ow==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-stately/tabs@3.7.0':
+ resolution: {integrity: sha512-ox4hTkfZCoR4Oyr3Op3rBlWNq2Wxie04vhEYpTZQ2hobR3l4fYaOkd7CPClILktJ3TC104j8wcb0knWxIBRx9w==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-stately/toggle@3.7.8':
resolution: {integrity: sha512-ySOtkByvIY54yIu8IZ4lnvomQA0H+/mkZnd6T5fKN3tjvIzHmkUk3TAPmNInUxHX148tSW6mWwec0xvjYqEd6w==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-stately/toggle@3.8.0':
+ resolution: {integrity: sha512-pyt/k/J8BwE/2g6LL6Z6sMSWRx9HEJB83Sm/MtovXnI66sxJ2EfQ1OaXB7Su5PEL9OMdoQF6Mb+N1RcW3zAoPw==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-stately/tooltip@3.4.13':
resolution: {integrity: sha512-zQ+8FQ7Pi0Cz852dltXb6yaryjE18K3byK4tIO3e5vnrZHEGvfdxowc+v9ak5UV93kVrYoOVmfZHRcEaTXTBNA==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-stately/tooltip@3.5.0':
+ resolution: {integrity: sha512-+xzPNztJDd2XJD0X3DgWKlrgOhMqZpSzsIssXeJgO7uCnP8/Z513ESaipJhJCFC8fxj5caO/DK4Uu8hEtlB8cQ==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-stately/tree@3.8.5':
resolution: {integrity: sha512-0/tYhsKWQQJTOZFDwh8hY3Qk6ejNFRldGrLeK5kS22UZdvsMFyh7WAi40FTCJy561/VoB0WqQI4oyNPOa9lYWg==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-stately/tree@3.8.6':
+ resolution: {integrity: sha512-lblUaxf1uAuIz5jm6PYtcJ+rXNNVkqyFWTIMx6g6gW/mYvm8GNx1G/0MLZE7E6CuDGaO9dkLSY2bB1uqyKHidA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-stately/utils@3.10.4':
resolution: {integrity: sha512-gBEQEIMRh5f60KCm7QKQ2WfvhB2gLUr9b72sqUdIZ2EG+xuPgaIlCBeSicvjmjBvYZwOjoOEnmIkcx2GHp/HWw==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-stately/utils@3.10.5':
+ resolution: {integrity: sha512-iMQSGcpaecghDIh3mZEpZfoFH3ExBwTtuBEcvZ2XnGzCgQjeYXcMdIUwAfVQLXFTdHUHGF6Gu6/dFrYsCzySBQ==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-stately/virtualizer@4.1.0':
resolution: {integrity: sha512-MOaqpY3NloXrpCBvVUb3HL1p3Bh4YRtUq8D2ufC909u5vM6n6G5Swk1XPJ9KHfaftGhb5serwLkm2/Aha5CTbA==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-stately/virtualizer@4.2.0':
+ resolution: {integrity: sha512-aTMpa9AQoz/xLqn8AI1BR/caUUY7/OUo9GbuF434w2u5eGCL7+SAn3Fmq7WSCwqYyDsO+jEIERek4JTX7pEW0A==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-types/accordion@3.0.0-alpha.24':
resolution: {integrity: sha512-hwDT4TJH7aHCG8m9QsTP+7xgW7x7k2TY+WHlMRr6qDS6WhTCwd41dCdagxC0SZtulzZuWqISBxZifVrh4Tynew==}
peerDependencies:
@@ -4937,46 +5343,96 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-types/breadcrumbs@3.7.9':
+ resolution: {integrity: sha512-eARYJo8J+VfNV8vP4uw3L2Qliba9wLV2bx9YQCYf5Lc/OE5B/y4gaTLz+Y2P3Rtn6gBPLXY447zCs5i7gf+ICg==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-types/button@3.10.0':
resolution: {integrity: sha512-rAyU+N9VaHLBdZop4zasn8IDwf9I5Q1EzHUKMtzIFf5aUlMUW+K460zI/l8UESWRSWAXK9/WPSXGxfcoCEjvAA==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-types/button@3.10.1':
+ resolution: {integrity: sha512-XTtap8o04+4QjPNAshFWOOAusUTxQlBjU2ai0BTVLShQEjHhRVDBIWsI2B2FKJ4KXT6AZ25llaxhNrreWGonmA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-types/calendar@3.4.10':
resolution: {integrity: sha512-PyjqxwJxSW2IpQx6y0D9O34fRCWn1gv9q0qFhgaIigIQrPg8zTE/CC7owHLxAtgCnnCt8exJ5rqi414csaHKlA==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-types/calendar@3.5.0':
+ resolution: {integrity: sha512-O3IRE7AGwAWYnvJIJ80cOy7WwoJ0m8GtX/qSmvXQAjC4qx00n+b5aFNBYAQtcyc3RM5QpW6obs9BfwGetFiI8w==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-types/checkbox@3.8.4':
resolution: {integrity: sha512-fvZrlQmlFNsYHZpl7GVmyYQlKdUtO5MczMSf8z3TlSiCb5Kl3ha9PsZgLhJqGuVnzB2ArIBz0eZrYa3k0PhcpA==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-types/checkbox@3.9.0':
+ resolution: {integrity: sha512-9hbHx0Oo2Hp5a8nV8Q75LQR0DHtvOIJbFaeqESSopqmV9EZoYjtY/h0NS7cZetgahQgnqYWQi44XGooMDCsmxA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-types/color@3.0.0':
resolution: {integrity: sha512-VUH8CROAM69GsMBilrJ1xyAdVsWL01nXQYrkZJxAEApv1OrcpIGSdsXLcGrjsrhjjiNVXxWFnqYRMsKkLzIl7g==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-types/color@3.0.1':
+ resolution: {integrity: sha512-KemFziO3GbmT3HEKrgOGdqNA6Gsmy9xrwFO3f8qXSG7gVz6M27Ic4R9HVQv4iAjap5uti6W13/pk2bc/jLVcEA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-types/combobox@3.13.0':
resolution: {integrity: sha512-kH/a+Fjpr54M2JbHg9RXwMjZ9O+XVsdOuE5JCpWRibJP1Mfl1md8gY6y6zstmVY8COrSqFvMZWB+PzwaTWjTGw==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-types/combobox@3.13.1':
+ resolution: {integrity: sha512-7xr+HknfhReN4QPqKff5tbKTe2kGZvH+DGzPYskAtb51FAAiZsKo+WvnNAvLwg3kRoC9Rkn4TAiVBp/HgymRDw==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-types/datepicker@3.8.3':
resolution: {integrity: sha512-Y4qfPRBB6uzocosCOWSYMuwiZ3YXwLWQYiFB4KCglkvHyltbNz76LgoBEnclYA5HjwosIk4XywiXvHSYry8JnQ==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-types/datepicker@3.9.0':
+ resolution: {integrity: sha512-dbKL5Qsm2MQwOTtVQdOcKrrphcXAqDD80WLlSQrBLg+waDuuQ7H+TrvOT0thLKloNBlFUGnZZfXGRHINpih/0g==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-types/dialog@3.5.13':
resolution: {integrity: sha512-9k8daVcAqQsySkzDY6NIVlyGxtpEip4TKuLyzAehthbv78GQardD5fHdjQ6eXPRS4I2qZrmytrFFrlOnwWVGHw==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-types/dialog@3.5.14':
+ resolution: {integrity: sha512-OXWMjrALwrlgw8aHD8SeRm/s3tbAssdaEh2h73KUSeFau3fU3n5mfKv+WnFqsEaOtN261o48l7hTlS6615H9AA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-types/form@3.7.7':
resolution: {integrity: sha512-CVRjCawPhYRHi/LuikOC2kz5vgvmjjKmF4/wUgR2QzD1Ok4wY1ZGSx9M9EZptCIZAt2mToR6woyLUdtzy+foeQ==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-types/form@3.7.8':
+ resolution: {integrity: sha512-0wOS97/X0ijTVuIqik1lHYTZnk13QkvMTKvIEhM7c6YMU3vPiirBwLbT2kJiAdwLiymwcCkrBdDF1NTRG6kPFA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
+ '@react-types/grid@3.2.10':
+ resolution: {integrity: sha512-Z5cG0ITwqjUE4kWyU5/7VqiPl4wqMJ7kG/ZP7poAnLmwRsR8Ai0ceVn+qzp5nTA19cgURi8t3LsXn3Ar1FBoog==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-types/grid@3.2.9':
resolution: {integrity: sha512-eMw0d2UIZ4QTzGgD1wGGPw0cv67KjAOCp4TcwWjgDV7Wa5SVV/UvOmpnIVDyfhkG/4KRI5OR9h+isy76B726qA==}
peerDependencies:
@@ -4987,41 +5443,86 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-types/link@3.5.9':
+ resolution: {integrity: sha512-JcKDiDMqrq/5Vpn+BdWQEuXit4KN4HR/EgIi3yKnNbYkLzxBoeQZpQgvTaC7NEQeZnSqkyXQo3/vMUeX/ZNIKw==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-types/listbox@3.5.2':
resolution: {integrity: sha512-ML/Bt/MeO0FiixcuFQ+smpu1WguxTOqHDjSnhc1vcNxVQFWQOhyVy01LAY2J/T9TjfjyYGD41vyMTI0f6fcLEQ==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-types/listbox@3.5.3':
+ resolution: {integrity: sha512-v1QXd9/XU3CCKr2Vgs7WLcTr6VMBur7CrxHhWZQQFExsf9bgJ/3wbUdjy4aThY/GsYHiaS38EKucCZFr1QAfqA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-types/menu@3.9.12':
resolution: {integrity: sha512-1SPnkHKJdvOfwv9fEgK1DI6DYRs4D3hW2XcWlLhVXSjaC68CzOHGwFhKIKvZiDTW/11L770PRSEloIxHR09uFQ==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-types/menu@3.9.13':
+ resolution: {integrity: sha512-7SuX6E2tDsqQ+HQdSvIda1ji/+ujmR86dtS9CUu5yWX91P25ufRjZ72EvLRqClWNQsj1Xl4+2zBDLWlceznAjw==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-types/meter@3.4.4':
resolution: {integrity: sha512-0SEmPkShByC1gYkW7l+iJPg8QfEe2VrgwTciAtTfC4KIqAYmJVQtq6L+4d72EMxOh8RpQHePaY/RFHEJXAh72A==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-types/meter@3.4.5':
+ resolution: {integrity: sha512-04w1lEtvP/c3Ep8ND8hhH2rwjz2MtQ8o8SNLhahen3u0rX3jKOgD4BvHujsyvXXTMjj1Djp74sGzNawb4Ppi9w==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-types/numberfield@3.8.6':
resolution: {integrity: sha512-VtWEMAXUO1S9EEZI8whc7xv6DVccxhbWsRthMCg/LxiwU3U5KAveadNc2c5rtXkRpd3cnD5xFzz3dExXdmHkAg==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-types/numberfield@3.8.7':
+ resolution: {integrity: sha512-KccMPi39cLoVkB2T0V7HW6nsxQVAwt89WWCltPZJVGzsebv/k0xTQlPVAgrUake4kDLoE687e3Fr/Oe3+1bDhw==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-types/overlays@3.8.10':
resolution: {integrity: sha512-IcnB+VYfAJazRjWhBKZTmVMh3KTp/B1rRbcKkPx6t8djP9UQhKcohP7lAALxjJ56Jjz/GFC6rWyUcnYH0NFVRA==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-types/overlays@3.8.11':
+ resolution: {integrity: sha512-aw7T0rwVI3EuyG5AOaEIk8j7dZJQ9m34XAztXJVZ/W2+4pDDkLDbJ/EAPnuo2xGYRGhowuNDn4tDju01eHYi+w==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-types/progress@3.5.7':
resolution: {integrity: sha512-EqMDHmlpoZUZzTjdejGIkSM0pS2LBI9NdadHf3bDNTycHv+5L1xpMHUg8RGOW8a3sRVLRvfN1aO9l75QZkyj+w==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-types/progress@3.5.8':
+ resolution: {integrity: sha512-PR0rN5mWevfblR/zs30NdZr+82Gka/ba7UHmYOW9/lkKlWeD7PHgl1iacpd/3zl/jUF22evAQbBHmk1mS6Mpqw==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-types/radio@3.8.4':
resolution: {integrity: sha512-GCuOwQL19iwKa74NAIk9hv4ivyI8oW1+ZCuc2fzyDdeQjzTIlv3qrIyShwpVy1IoI7/4DYTMZm/YXPoKhu5TTA==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-types/radio@3.8.5':
+ resolution: {integrity: sha512-gSImTPid6rsbJmwCkTliBIU/npYgJHOFaI3PNJo7Y0QTAnFelCtYeFtBiWrFodSArSv7ASqpLLUEj9hZu/rxIg==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
+ '@react-types/searchfield@3.5.10':
+ resolution: {integrity: sha512-7wW4pJzbReawoGPu8a4l+CODTCDN088EN/ysUzl622ewim57PjArjix+lpO4+aEtJqS9HKpq8UEbjwo9axpcUA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-types/searchfield@3.5.9':
resolution: {integrity: sha512-c/x8BWpH1Zq+fWpeBtzw2AhQhGi7ahWPicV7PlnqwIGO0MrH/QCjX0dj+I+1xpcAh8Eq6ECa79HE74Rw6aJmFg==}
peerDependencies:
@@ -5032,6 +5533,11 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-types/select@3.9.8':
+ resolution: {integrity: sha512-RGsYj2oFjXpLnfcvWMBQnkcDuKkwT43xwYWZGI214/gp/B64tJiIUgTM5wFTRAeGDX23EePkhCQF+9ctnqFd6g==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-types/shared@3.22.1':
resolution: {integrity: sha512-PCpa+Vo6BKnRMuOEzy5zAZ3/H5tnQg1e80khMhK2xys0j6ZqzkgQC+fHMNZ7VDFNLqqNMj/o0eVeSBDh2POjkw==}
peerDependencies:
@@ -5042,26 +5548,56 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-types/shared@3.26.0':
+ resolution: {integrity: sha512-6FuPqvhmjjlpEDLTiYx29IJCbCNWPlsyO+ZUmCUXzhUv2ttShOXfw8CmeHWHftT/b2KweAWuzqSlfeXPR76jpw==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-types/slider@3.7.6':
resolution: {integrity: sha512-z72wnEzSge6qTD9TUoUPp1A4j4jXk/MVii6rGE78XeE/Pq7HyyjU5bCagryMr9PC9MKa/oTiHcshKqWBDf57GA==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-types/slider@3.7.7':
+ resolution: {integrity: sha512-lYTR9zXQV2fSEm/G3gwDENWiki1IXd/oorsgf0zu1DBi2SQDbOsLsGUXiwvD24Xy6OkUuhAqjLPPexezo7+u9g==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-types/switch@3.5.6':
resolution: {integrity: sha512-gJ8t2yTCgcitz4ON4ELcLLmtlDkn2MUjjfu3ez/cwA1X/NUluPYkhXj5Z6H+KOlnveqrKCZDRoTgK74cQ6Cvfg==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-types/switch@3.5.7':
+ resolution: {integrity: sha512-1IKiq510rPTHumEZuhxuazuXBa2Cuxz6wBIlwf3NCVmgWEvU+uk1ETG0sH2yymjwCqhtJDKXi+qi9HSgPEDwAg==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-types/table@3.10.2':
resolution: {integrity: sha512-YzA4hcsYfnFFpA2UyGb1KKhLpWgaj5daApqjp126tCIosl8k1KxZmhKD50cwH0Jm19lALJseqo5VdlcJtcr4qg==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-types/table@3.10.3':
+ resolution: {integrity: sha512-Ac+W+m/zgRzlTU8Z2GEg26HkuJFswF9S6w26r+R3MHwr8z2duGPvv37XRtE1yf3dbpRBgHEAO141xqS2TqGwNg==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-types/tabs@3.3.10':
resolution: {integrity: sha512-s/Bw/HCIdWJPBw4O703ghKqhjGsIerRMIDxA88hbQYzfTDD6bkFDjCnsP2Tyy1G8Dg2rSPFUEE+k+PpLzqeEfQ==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-types/tabs@3.3.11':
+ resolution: {integrity: sha512-BjF2TqBhZaIcC4lc82R5pDJd1F7kstj1K0Nokhz99AGYn8C0ITdp6lR+DPVY9JZRxKgP9R2EKfWGI90Lo7NQdA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
+ '@react-types/textfield@3.10.0':
+ resolution: {integrity: sha512-ShU3d6kLJGQjPXccVFjM3KOXdj3uyhYROqH9YgSIEVxgA9W6LRflvk/IVBamD9pJYTPbwmVzuP0wQkTDupfZ1w==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@react-types/textfield@3.9.7':
resolution: {integrity: sha512-vU5+QCOF9HgWGjAmmy+cpJibVW5voFomC5POmYHokm7kivYcMMjlonsgWwg/0xXrqE2qosH3tpz4jFoEuig1NQ==}
peerDependencies:
@@ -5072,6 +5608,11 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ '@react-types/tooltip@3.4.13':
+ resolution: {integrity: sha512-KPekFC17RTT8kZlk7ZYubueZnfsGTDOpLw7itzolKOXGddTXsrJGBzSB4Bb060PBVllaDO0MOrhPap8OmrIl1Q==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
'@redux-devtools/extension@3.3.0':
resolution: {integrity: sha512-X34S/rC8S/M1BIrkYD1mJ5f8vlH0BDqxXrs96cvxSBo4FhMdbhU+GUGsmNYov1xjSyLMHgo8NYrUG8bNX7525g==}
peerDependencies:
@@ -14120,12 +14661,24 @@ packages:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react-aria-components@1.5.0:
+ resolution: {integrity: sha512-wzf0g6cvWrqAJd4FkisAfFnslx6AJREgOd/NEmVE/RGuDxGTzss4awcwbo98rIVmqbTTFApiygy0SyWGrRZfDA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
react-aria@3.35.0:
resolution: {integrity: sha512-cbbd3iIveLDRnpVrpc1iuz8OMlDdH6u8EjncW3MQuYOiEGaho9xcDtWMKiSEIZASEnd7LK4Rgm5iVPr2O+cssw==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react-aria@3.36.0:
+ resolution: {integrity: sha512-AK5XyIhAN+e5HDlwlF+YwFrOrVI7RYmZ6kg/o7ZprQjkYqYKapXeUpWscmNm/3H2kDboE5Z4ymUnK6ZhobLqOw==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
react-beautiful-dnd@13.0.0:
resolution: {integrity: sha512-87It8sN0ineoC3nBW0SbQuTFXM6bUqM62uJGY4BtTf0yzPl8/3+bHMWkgIe0Z6m8e+gJgjWxefGRVfpE3VcdEg==}
peerDependencies:
@@ -14431,6 +14984,11 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react-stately@3.34.0:
+ resolution: {integrity: sha512-0N9tZ8qQ/CxpJH7ao0O6gr+8955e7VrOskg9N+TIxkFknPetwOCtgppMYhnTfteBV8WfM/vv4OC1NbkgYTqXJA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+
react-test-renderer@18.2.0:
resolution: {integrity: sha512-JWD+aQ0lh2gvh4NM3bBM42Kx+XybOxCpgYK7F8ugAlpaTSnWsX+39Z4XkOykGZAHrjwwTZT3x3KxswVWxHPUqA==}
peerDependencies:
@@ -18090,7 +18648,7 @@ snapshots:
dependencies:
'@babel/core': 7.25.8
'@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.25.8)
- '@babel/helper-plugin-utils': 7.25.7
+ '@babel/helper-plugin-utils': 7.24.0
'@babel/plugin-transform-arrow-functions@7.24.1(@babel/core@7.24.4)':
dependencies:
@@ -18883,9 +19441,9 @@ snapshots:
dependencies:
'@babel/compat-data': 7.24.4
'@babel/core': 7.25.8
- '@babel/helper-compilation-targets': 7.25.7
- '@babel/helper-plugin-utils': 7.25.7
- '@babel/helper-validator-option': 7.25.7
+ '@babel/helper-compilation-targets': 7.23.6
+ '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-validator-option': 7.23.5
'@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.24.4(@babel/core@7.25.8)
'@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.24.1(@babel/core@7.25.8)
'@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.24.1(@babel/core@7.25.8)
@@ -19792,19 +20350,36 @@ snapshots:
dependencies:
'@swc/helpers': 0.5.10
+ '@internationalized/date@3.6.0':
+ dependencies:
+ '@swc/helpers': 0.5.10
+
'@internationalized/message@3.1.5':
dependencies:
'@swc/helpers': 0.5.10
intl-messageformat: 10.5.11
+ '@internationalized/message@3.1.6':
+ dependencies:
+ '@swc/helpers': 0.5.10
+ intl-messageformat: 10.5.11
+
'@internationalized/number@3.5.4':
dependencies:
'@swc/helpers': 0.5.10
+ '@internationalized/number@3.6.0':
+ dependencies:
+ '@swc/helpers': 0.5.10
+
'@internationalized/string@3.2.4':
dependencies:
'@swc/helpers': 0.5.10
+ '@internationalized/string@3.2.5':
+ dependencies:
+ '@swc/helpers': 0.5.10
+
'@ioredis/commands@1.2.0': {}
'@isaacs/cliui@8.0.2':
@@ -20957,7 +21532,7 @@ snapshots:
dependencies:
'@react-aria/button': 3.10.0(react@18.2.0)
'@react-aria/selection': 3.20.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@react-aria/utils': 3.25.3(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
'@react-stately/tree': 3.8.5(react@18.2.0)
'@react-types/accordion': 3.0.0-alpha.24(react@18.2.0)
'@react-types/shared': 3.25.0(react@18.2.0)
@@ -20969,30 +21544,52 @@ snapshots:
dependencies:
'@react-aria/i18n': 3.12.3(react@18.2.0)
'@react-aria/link': 3.7.5(react@18.2.0)
- '@react-aria/utils': 3.25.3(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
'@react-types/breadcrumbs': 3.7.8(react@18.2.0)
'@react-types/shared': 3.25.0(react@18.2.0)
'@swc/helpers': 0.5.10
react: 18.2.0
+ '@react-aria/breadcrumbs@3.5.19(react@18.2.0)':
+ dependencies:
+ '@react-aria/i18n': 3.12.4(react@18.2.0)
+ '@react-aria/link': 3.7.7(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
+ '@react-types/breadcrumbs': 3.7.9(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+
'@react-aria/button@3.10.0(react@18.2.0)':
dependencies:
'@react-aria/focus': 3.18.3(react@18.2.0)
'@react-aria/interactions': 3.22.3(react@18.2.0)
- '@react-aria/utils': 3.25.3(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
'@react-stately/toggle': 3.7.8(react@18.2.0)
'@react-types/button': 3.10.0(react@18.2.0)
'@react-types/shared': 3.25.0(react@18.2.0)
'@swc/helpers': 0.5.10
react: 18.2.0
+ '@react-aria/button@3.11.0(react@18.2.0)':
+ dependencies:
+ '@react-aria/focus': 3.19.0(react@18.2.0)
+ '@react-aria/interactions': 3.22.5(react@18.2.0)
+ '@react-aria/toolbar': 3.0.0-beta.11(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
+ '@react-stately/toggle': 3.8.0(react@18.2.0)
+ '@react-types/button': 3.10.1(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+
'@react-aria/calendar@3.5.12(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
dependencies:
'@internationalized/date': 3.5.6
'@react-aria/i18n': 3.12.3(react@18.2.0)
'@react-aria/interactions': 3.22.3(react@18.2.0)
'@react-aria/live-announcer': 3.4.0
- '@react-aria/utils': 3.25.3(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
'@react-stately/calendar': 3.5.5(react@18.2.0)
'@react-types/button': 3.10.0(react@18.2.0)
'@react-types/calendar': 3.4.10(react@18.2.0)
@@ -21001,13 +21598,28 @@ snapshots:
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
+ '@react-aria/calendar@3.6.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
+ dependencies:
+ '@internationalized/date': 3.6.0
+ '@react-aria/i18n': 3.12.4(react@18.2.0)
+ '@react-aria/interactions': 3.22.5(react@18.2.0)
+ '@react-aria/live-announcer': 3.4.1
+ '@react-aria/utils': 3.26.0(react@18.2.0)
+ '@react-stately/calendar': 3.6.0(react@18.2.0)
+ '@react-types/button': 3.10.1(react@18.2.0)
+ '@react-types/calendar': 3.5.0(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+ react-dom: 18.2.0(react@18.2.0)
+
'@react-aria/checkbox@3.14.7(react@18.2.0)':
dependencies:
'@react-aria/form': 3.0.9(react@18.2.0)
'@react-aria/interactions': 3.22.3(react@18.2.0)
'@react-aria/label': 3.7.12(react@18.2.0)
'@react-aria/toggle': 3.10.8(react@18.2.0)
- '@react-aria/utils': 3.25.3(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
'@react-stately/checkbox': 3.6.9(react@18.2.0)
'@react-stately/form': 3.0.6(react@18.2.0)
'@react-stately/toggle': 3.7.8(react@18.2.0)
@@ -21016,16 +21628,41 @@ snapshots:
'@swc/helpers': 0.5.10
react: 18.2.0
+ '@react-aria/checkbox@3.15.0(react@18.2.0)':
+ dependencies:
+ '@react-aria/form': 3.0.11(react@18.2.0)
+ '@react-aria/interactions': 3.22.5(react@18.2.0)
+ '@react-aria/label': 3.7.13(react@18.2.0)
+ '@react-aria/toggle': 3.10.10(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
+ '@react-stately/checkbox': 3.6.10(react@18.2.0)
+ '@react-stately/form': 3.1.0(react@18.2.0)
+ '@react-stately/toggle': 3.8.0(react@18.2.0)
+ '@react-types/checkbox': 3.9.0(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+
'@react-aria/collections@3.0.0-alpha.5(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
dependencies:
'@react-aria/ssr': 3.9.6(react@18.2.0)
- '@react-aria/utils': 3.25.3(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
'@react-types/shared': 3.25.0(react@18.2.0)
'@swc/helpers': 0.5.10
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
use-sync-external-store: 1.2.0(react@18.2.0)
+ '@react-aria/collections@3.0.0-alpha.6(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
+ dependencies:
+ '@react-aria/ssr': 3.9.7(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+ react-dom: 18.2.0(react@18.2.0)
+ use-sync-external-store: 1.2.2(react@18.2.0)
+
'@react-aria/color@3.0.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
dependencies:
'@react-aria/i18n': 3.12.3(react@18.2.0)
@@ -21034,7 +21671,7 @@ snapshots:
'@react-aria/slider': 3.7.12(react@18.2.0)
'@react-aria/spinbutton': 3.6.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
'@react-aria/textfield': 3.14.9(react@18.2.0)
- '@react-aria/utils': 3.25.3(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
'@react-aria/visually-hidden': 3.8.16(react@18.2.0)
'@react-stately/color': 3.8.0(react@18.2.0)
'@react-stately/form': 3.0.6(react@18.2.0)
@@ -21044,6 +21681,24 @@ snapshots:
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
+ '@react-aria/color@3.0.2(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
+ dependencies:
+ '@react-aria/i18n': 3.12.4(react@18.2.0)
+ '@react-aria/interactions': 3.22.5(react@18.2.0)
+ '@react-aria/numberfield': 3.11.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@react-aria/slider': 3.7.14(react@18.2.0)
+ '@react-aria/spinbutton': 3.6.10(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@react-aria/textfield': 3.15.0(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
+ '@react-aria/visually-hidden': 3.8.18(react@18.2.0)
+ '@react-stately/color': 3.8.1(react@18.2.0)
+ '@react-stately/form': 3.1.0(react@18.2.0)
+ '@react-types/color': 3.0.1(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+ react-dom: 18.2.0(react@18.2.0)
+
'@react-aria/combobox@3.10.4(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
dependencies:
'@react-aria/i18n': 3.12.3(react@18.2.0)
@@ -21053,7 +21708,7 @@ snapshots:
'@react-aria/overlays': 3.23.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
'@react-aria/selection': 3.20.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
'@react-aria/textfield': 3.14.9(react@18.2.0)
- '@react-aria/utils': 3.25.3(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
'@react-stately/collections': 3.11.0(react@18.2.0)
'@react-stately/combobox': 3.10.0(react@18.2.0)
'@react-stately/form': 3.0.6(react@18.2.0)
@@ -21064,6 +21719,26 @@ snapshots:
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
+ '@react-aria/combobox@3.11.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
+ dependencies:
+ '@react-aria/i18n': 3.12.4(react@18.2.0)
+ '@react-aria/listbox': 3.13.6(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@react-aria/live-announcer': 3.4.1
+ '@react-aria/menu': 3.16.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@react-aria/overlays': 3.24.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@react-aria/selection': 3.21.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@react-aria/textfield': 3.15.0(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
+ '@react-stately/collections': 3.12.0(react@18.2.0)
+ '@react-stately/combobox': 3.10.1(react@18.2.0)
+ '@react-stately/form': 3.1.0(react@18.2.0)
+ '@react-types/button': 3.10.1(react@18.2.0)
+ '@react-types/combobox': 3.13.1(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+ react-dom: 18.2.0(react@18.2.0)
+
'@react-aria/datepicker@3.11.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
dependencies:
'@internationalized/date': 3.5.6
@@ -21075,7 +21750,7 @@ snapshots:
'@react-aria/interactions': 3.22.3(react@18.2.0)
'@react-aria/label': 3.7.12(react@18.2.0)
'@react-aria/spinbutton': 3.6.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@react-aria/utils': 3.25.3(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
'@react-stately/datepicker': 3.10.3(react@18.2.0)
'@react-stately/form': 3.0.6(react@18.2.0)
'@react-types/button': 3.10.0(react@18.2.0)
@@ -21087,23 +21762,67 @@ snapshots:
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
+ '@react-aria/datepicker@3.12.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
+ dependencies:
+ '@internationalized/date': 3.6.0
+ '@internationalized/number': 3.6.0
+ '@internationalized/string': 3.2.5
+ '@react-aria/focus': 3.19.0(react@18.2.0)
+ '@react-aria/form': 3.0.11(react@18.2.0)
+ '@react-aria/i18n': 3.12.4(react@18.2.0)
+ '@react-aria/interactions': 3.22.5(react@18.2.0)
+ '@react-aria/label': 3.7.13(react@18.2.0)
+ '@react-aria/spinbutton': 3.6.10(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
+ '@react-stately/datepicker': 3.11.0(react@18.2.0)
+ '@react-stately/form': 3.1.0(react@18.2.0)
+ '@react-types/button': 3.10.1(react@18.2.0)
+ '@react-types/calendar': 3.5.0(react@18.2.0)
+ '@react-types/datepicker': 3.9.0(react@18.2.0)
+ '@react-types/dialog': 3.5.14(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+ react-dom: 18.2.0(react@18.2.0)
+
'@react-aria/dialog@3.5.18(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
dependencies:
'@react-aria/focus': 3.18.3(react@18.2.0)
'@react-aria/overlays': 3.23.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@react-aria/utils': 3.25.3(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
'@react-types/dialog': 3.5.13(react@18.2.0)
'@react-types/shared': 3.25.0(react@18.2.0)
'@swc/helpers': 0.5.10
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
+ '@react-aria/dialog@3.5.20(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
+ dependencies:
+ '@react-aria/focus': 3.19.0(react@18.2.0)
+ '@react-aria/overlays': 3.24.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
+ '@react-types/dialog': 3.5.14(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+ react-dom: 18.2.0(react@18.2.0)
+
+ '@react-aria/disclosure@3.0.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
+ dependencies:
+ '@react-aria/ssr': 3.9.7(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
+ '@react-stately/disclosure': 3.0.0(react@18.2.0)
+ '@react-types/button': 3.10.1(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+ react-dom: 18.2.0(react@18.2.0)
+
'@react-aria/disclosure@3.0.0-alpha.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
dependencies:
'@react-aria/button': 3.10.0(react@18.2.0)
'@react-aria/selection': 3.20.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
'@react-aria/ssr': 3.9.6(react@18.2.0)
- '@react-aria/utils': 3.25.3(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
'@react-stately/disclosure': 3.0.0-alpha.0(react@18.2.0)
'@react-stately/toggle': 3.7.8(react@18.2.0)
'@react-stately/tree': 3.8.5(react@18.2.0)
@@ -21120,7 +21839,7 @@ snapshots:
'@react-aria/interactions': 3.22.3(react@18.2.0)
'@react-aria/live-announcer': 3.4.0
'@react-aria/overlays': 3.23.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@react-aria/utils': 3.25.3(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
'@react-stately/dnd': 3.4.3(react@18.2.0)
'@react-types/button': 3.10.0(react@18.2.0)
'@react-types/shared': 3.25.0(react@18.2.0)
@@ -21128,19 +21847,52 @@ snapshots:
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
+ '@react-aria/dnd@3.8.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
+ dependencies:
+ '@internationalized/string': 3.2.5
+ '@react-aria/i18n': 3.12.4(react@18.2.0)
+ '@react-aria/interactions': 3.22.5(react@18.2.0)
+ '@react-aria/live-announcer': 3.4.1
+ '@react-aria/overlays': 3.24.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
+ '@react-stately/dnd': 3.5.0(react@18.2.0)
+ '@react-types/button': 3.10.1(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+ react-dom: 18.2.0(react@18.2.0)
+
'@react-aria/focus@3.18.3(react@18.2.0)':
dependencies:
'@react-aria/interactions': 3.22.3(react@18.2.0)
- '@react-aria/utils': 3.25.3(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
'@react-types/shared': 3.25.0(react@18.2.0)
'@swc/helpers': 0.5.10
clsx: 2.1.1
react: 18.2.0
+ '@react-aria/focus@3.19.0(react@18.2.0)':
+ dependencies:
+ '@react-aria/interactions': 3.22.5(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ clsx: 2.1.1
+ react: 18.2.0
+
+ '@react-aria/form@3.0.11(react@18.2.0)':
+ dependencies:
+ '@react-aria/interactions': 3.22.5(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
+ '@react-stately/form': 3.1.0(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+
'@react-aria/form@3.0.9(react@18.2.0)':
dependencies:
'@react-aria/interactions': 3.22.3(react@18.2.0)
- '@react-aria/utils': 3.25.3(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
'@react-stately/form': 3.0.6(react@18.2.0)
'@react-types/shared': 3.25.0(react@18.2.0)
'@swc/helpers': 0.5.10
@@ -21153,7 +21905,7 @@ snapshots:
'@react-aria/interactions': 3.22.3(react@18.2.0)
'@react-aria/live-announcer': 3.4.0
'@react-aria/selection': 3.20.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@react-aria/utils': 3.25.3(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
'@react-stately/collections': 3.11.0(react@18.2.0)
'@react-stately/grid': 3.9.3(react@18.2.0)
'@react-stately/selection': 3.17.0(react@18.2.0)
@@ -21164,6 +21916,40 @@ snapshots:
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
+ '@react-aria/grid@3.11.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
+ dependencies:
+ '@react-aria/focus': 3.19.0(react@18.2.0)
+ '@react-aria/i18n': 3.12.4(react@18.2.0)
+ '@react-aria/interactions': 3.22.5(react@18.2.0)
+ '@react-aria/live-announcer': 3.4.1
+ '@react-aria/selection': 3.21.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
+ '@react-stately/collections': 3.12.0(react@18.2.0)
+ '@react-stately/grid': 3.10.0(react@18.2.0)
+ '@react-stately/selection': 3.18.0(react@18.2.0)
+ '@react-types/checkbox': 3.9.0(react@18.2.0)
+ '@react-types/grid': 3.2.10(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+ react-dom: 18.2.0(react@18.2.0)
+
+ '@react-aria/gridlist@3.10.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
+ dependencies:
+ '@react-aria/focus': 3.19.0(react@18.2.0)
+ '@react-aria/grid': 3.11.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@react-aria/i18n': 3.12.4(react@18.2.0)
+ '@react-aria/interactions': 3.22.5(react@18.2.0)
+ '@react-aria/selection': 3.21.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
+ '@react-stately/collections': 3.12.0(react@18.2.0)
+ '@react-stately/list': 3.11.1(react@18.2.0)
+ '@react-stately/tree': 3.8.6(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+ react-dom: 18.2.0(react@18.2.0)
+
'@react-aria/gridlist@3.9.4(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
dependencies:
'@react-aria/focus': 3.18.3(react@18.2.0)
@@ -21171,7 +21957,7 @@ snapshots:
'@react-aria/i18n': 3.12.3(react@18.2.0)
'@react-aria/interactions': 3.22.3(react@18.2.0)
'@react-aria/selection': 3.20.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@react-aria/utils': 3.25.3(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
'@react-stately/collections': 3.11.0(react@18.2.0)
'@react-stately/list': 3.11.0(react@18.2.0)
'@react-stately/tree': 3.8.5(react@18.2.0)
@@ -21187,42 +21973,79 @@ snapshots:
'@internationalized/number': 3.5.4
'@internationalized/string': 3.2.4
'@react-aria/ssr': 3.9.6(react@18.2.0)
- '@react-aria/utils': 3.25.3(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
'@react-types/shared': 3.25.0(react@18.2.0)
'@swc/helpers': 0.5.10
react: 18.2.0
+ '@react-aria/i18n@3.12.4(react@18.2.0)':
+ dependencies:
+ '@internationalized/date': 3.6.0
+ '@internationalized/message': 3.1.6
+ '@internationalized/number': 3.6.0
+ '@internationalized/string': 3.2.5
+ '@react-aria/ssr': 3.9.7(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+
'@react-aria/interactions@3.22.3(react@18.2.0)':
dependencies:
'@react-aria/ssr': 3.9.6(react@18.2.0)
- '@react-aria/utils': 3.25.3(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
'@react-types/shared': 3.25.0(react@18.2.0)
'@swc/helpers': 0.5.10
react: 18.2.0
+ '@react-aria/interactions@3.22.5(react@18.2.0)':
+ dependencies:
+ '@react-aria/ssr': 3.9.7(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+
'@react-aria/label@3.7.12(react@18.2.0)':
dependencies:
- '@react-aria/utils': 3.25.3(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
'@react-types/shared': 3.25.0(react@18.2.0)
'@swc/helpers': 0.5.10
react: 18.2.0
+ '@react-aria/label@3.7.13(react@18.2.0)':
+ dependencies:
+ '@react-aria/utils': 3.26.0(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+
'@react-aria/link@3.7.5(react@18.2.0)':
dependencies:
'@react-aria/focus': 3.18.3(react@18.2.0)
'@react-aria/interactions': 3.22.3(react@18.2.0)
- '@react-aria/utils': 3.25.3(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
'@react-types/link': 3.5.8(react@18.2.0)
'@react-types/shared': 3.25.0(react@18.2.0)
'@swc/helpers': 0.5.10
react: 18.2.0
+ '@react-aria/link@3.7.7(react@18.2.0)':
+ dependencies:
+ '@react-aria/focus': 3.19.0(react@18.2.0)
+ '@react-aria/interactions': 3.22.5(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
+ '@react-types/link': 3.5.9(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+
'@react-aria/listbox@3.13.4(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
dependencies:
'@react-aria/interactions': 3.22.3(react@18.2.0)
'@react-aria/label': 3.7.12(react@18.2.0)
'@react-aria/selection': 3.20.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@react-aria/utils': 3.25.3(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
'@react-stately/collections': 3.11.0(react@18.2.0)
'@react-stately/list': 3.11.0(react@18.2.0)
'@react-types/listbox': 3.5.2(react@18.2.0)
@@ -21231,10 +22054,28 @@ snapshots:
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
+ '@react-aria/listbox@3.13.6(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
+ dependencies:
+ '@react-aria/interactions': 3.22.5(react@18.2.0)
+ '@react-aria/label': 3.7.13(react@18.2.0)
+ '@react-aria/selection': 3.21.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
+ '@react-stately/collections': 3.12.0(react@18.2.0)
+ '@react-stately/list': 3.11.1(react@18.2.0)
+ '@react-types/listbox': 3.5.3(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+ react-dom: 18.2.0(react@18.2.0)
+
'@react-aria/live-announcer@3.4.0':
dependencies:
'@swc/helpers': 0.5.10
+ '@react-aria/live-announcer@3.4.1':
+ dependencies:
+ '@swc/helpers': 0.5.10
+
'@react-aria/menu@3.15.4(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
dependencies:
'@react-aria/focus': 3.18.3(react@18.2.0)
@@ -21242,7 +22083,7 @@ snapshots:
'@react-aria/interactions': 3.22.3(react@18.2.0)
'@react-aria/overlays': 3.23.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
'@react-aria/selection': 3.20.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@react-aria/utils': 3.25.3(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
'@react-stately/collections': 3.11.0(react@18.2.0)
'@react-stately/menu': 3.8.3(react@18.2.0)
'@react-stately/tree': 3.8.5(react@18.2.0)
@@ -21253,6 +22094,25 @@ snapshots:
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
+ '@react-aria/menu@3.16.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
+ dependencies:
+ '@react-aria/focus': 3.19.0(react@18.2.0)
+ '@react-aria/i18n': 3.12.4(react@18.2.0)
+ '@react-aria/interactions': 3.22.5(react@18.2.0)
+ '@react-aria/overlays': 3.24.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@react-aria/selection': 3.21.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
+ '@react-stately/collections': 3.12.0(react@18.2.0)
+ '@react-stately/menu': 3.9.0(react@18.2.0)
+ '@react-stately/selection': 3.18.0(react@18.2.0)
+ '@react-stately/tree': 3.8.6(react@18.2.0)
+ '@react-types/button': 3.10.1(react@18.2.0)
+ '@react-types/menu': 3.9.13(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+ react-dom: 18.2.0(react@18.2.0)
+
'@react-aria/meter@3.4.17(react@18.2.0)':
dependencies:
'@react-aria/progress': 3.4.17(react@18.2.0)
@@ -21261,13 +22121,21 @@ snapshots:
'@swc/helpers': 0.5.10
react: 18.2.0
+ '@react-aria/meter@3.4.18(react@18.2.0)':
+ dependencies:
+ '@react-aria/progress': 3.4.18(react@18.2.0)
+ '@react-types/meter': 3.4.5(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+
'@react-aria/numberfield@3.11.7(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
dependencies:
'@react-aria/i18n': 3.12.3(react@18.2.0)
'@react-aria/interactions': 3.22.3(react@18.2.0)
'@react-aria/spinbutton': 3.6.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
'@react-aria/textfield': 3.14.9(react@18.2.0)
- '@react-aria/utils': 3.25.3(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
'@react-stately/form': 3.0.6(react@18.2.0)
'@react-stately/numberfield': 3.9.7(react@18.2.0)
'@react-types/button': 3.10.0(react@18.2.0)
@@ -21277,13 +22145,29 @@ snapshots:
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
+ '@react-aria/numberfield@3.11.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
+ dependencies:
+ '@react-aria/i18n': 3.12.4(react@18.2.0)
+ '@react-aria/interactions': 3.22.5(react@18.2.0)
+ '@react-aria/spinbutton': 3.6.10(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@react-aria/textfield': 3.15.0(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
+ '@react-stately/form': 3.1.0(react@18.2.0)
+ '@react-stately/numberfield': 3.9.8(react@18.2.0)
+ '@react-types/button': 3.10.1(react@18.2.0)
+ '@react-types/numberfield': 3.8.7(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+ react-dom: 18.2.0(react@18.2.0)
+
'@react-aria/overlays@3.23.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
dependencies:
'@react-aria/focus': 3.18.3(react@18.2.0)
'@react-aria/i18n': 3.12.3(react@18.2.0)
'@react-aria/interactions': 3.22.3(react@18.2.0)
'@react-aria/ssr': 3.9.6(react@18.2.0)
- '@react-aria/utils': 3.25.3(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
'@react-aria/visually-hidden': 3.8.16(react@18.2.0)
'@react-stately/overlays': 3.6.11(react@18.2.0)
'@react-types/button': 3.10.0(react@18.2.0)
@@ -21293,16 +22177,56 @@ snapshots:
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
+ '@react-aria/overlays@3.24.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
+ dependencies:
+ '@react-aria/focus': 3.19.0(react@18.2.0)
+ '@react-aria/i18n': 3.12.4(react@18.2.0)
+ '@react-aria/interactions': 3.22.5(react@18.2.0)
+ '@react-aria/ssr': 3.9.7(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
+ '@react-aria/visually-hidden': 3.8.18(react@18.2.0)
+ '@react-stately/overlays': 3.6.12(react@18.2.0)
+ '@react-types/button': 3.10.1(react@18.2.0)
+ '@react-types/overlays': 3.8.11(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+ react-dom: 18.2.0(react@18.2.0)
+
'@react-aria/progress@3.4.17(react@18.2.0)':
dependencies:
'@react-aria/i18n': 3.12.3(react@18.2.0)
'@react-aria/label': 3.7.12(react@18.2.0)
- '@react-aria/utils': 3.25.3(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
'@react-types/progress': 3.5.7(react@18.2.0)
'@react-types/shared': 3.25.0(react@18.2.0)
'@swc/helpers': 0.5.10
react: 18.2.0
+ '@react-aria/progress@3.4.18(react@18.2.0)':
+ dependencies:
+ '@react-aria/i18n': 3.12.4(react@18.2.0)
+ '@react-aria/label': 3.7.13(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
+ '@react-types/progress': 3.5.8(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+
+ '@react-aria/radio@3.10.10(react@18.2.0)':
+ dependencies:
+ '@react-aria/focus': 3.19.0(react@18.2.0)
+ '@react-aria/form': 3.0.11(react@18.2.0)
+ '@react-aria/i18n': 3.12.4(react@18.2.0)
+ '@react-aria/interactions': 3.22.5(react@18.2.0)
+ '@react-aria/label': 3.7.13(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
+ '@react-stately/radio': 3.10.9(react@18.2.0)
+ '@react-types/radio': 3.8.5(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+
'@react-aria/radio@3.10.8(react@18.2.0)':
dependencies:
'@react-aria/focus': 3.18.3(react@18.2.0)
@@ -21310,18 +22234,30 @@ snapshots:
'@react-aria/i18n': 3.12.3(react@18.2.0)
'@react-aria/interactions': 3.22.3(react@18.2.0)
'@react-aria/label': 3.7.12(react@18.2.0)
- '@react-aria/utils': 3.25.3(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
'@react-stately/radio': 3.10.8(react@18.2.0)
'@react-types/radio': 3.8.4(react@18.2.0)
'@react-types/shared': 3.25.0(react@18.2.0)
'@swc/helpers': 0.5.10
react: 18.2.0
+ '@react-aria/searchfield@3.7.11(react@18.2.0)':
+ dependencies:
+ '@react-aria/i18n': 3.12.4(react@18.2.0)
+ '@react-aria/textfield': 3.15.0(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
+ '@react-stately/searchfield': 3.5.8(react@18.2.0)
+ '@react-types/button': 3.10.1(react@18.2.0)
+ '@react-types/searchfield': 3.5.10(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+
'@react-aria/searchfield@3.7.9(react@18.2.0)':
dependencies:
'@react-aria/i18n': 3.12.3(react@18.2.0)
'@react-aria/textfield': 3.14.9(react@18.2.0)
- '@react-aria/utils': 3.25.3(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
'@react-stately/searchfield': 3.5.7(react@18.2.0)
'@react-types/button': 3.10.0(react@18.2.0)
'@react-types/searchfield': 3.5.9(react@18.2.0)
@@ -21338,7 +22274,7 @@ snapshots:
'@react-aria/listbox': 3.13.4(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
'@react-aria/menu': 3.15.4(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
'@react-aria/selection': 3.20.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@react-aria/utils': 3.25.3(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
'@react-aria/visually-hidden': 3.8.16(react@18.2.0)
'@react-stately/select': 3.6.8(react@18.2.0)
'@react-types/button': 3.10.0(react@18.2.0)
@@ -21348,43 +22284,105 @@ snapshots:
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
+ '@react-aria/select@3.15.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
+ dependencies:
+ '@react-aria/form': 3.0.11(react@18.2.0)
+ '@react-aria/i18n': 3.12.4(react@18.2.0)
+ '@react-aria/interactions': 3.22.5(react@18.2.0)
+ '@react-aria/label': 3.7.13(react@18.2.0)
+ '@react-aria/listbox': 3.13.6(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@react-aria/menu': 3.16.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@react-aria/selection': 3.21.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
+ '@react-aria/visually-hidden': 3.8.18(react@18.2.0)
+ '@react-stately/select': 3.6.9(react@18.2.0)
+ '@react-types/button': 3.10.1(react@18.2.0)
+ '@react-types/select': 3.9.8(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+ react-dom: 18.2.0(react@18.2.0)
+
'@react-aria/selection@3.20.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
dependencies:
'@react-aria/focus': 3.18.3(react@18.2.0)
'@react-aria/i18n': 3.12.3(react@18.2.0)
'@react-aria/interactions': 3.22.3(react@18.2.0)
- '@react-aria/utils': 3.25.3(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
'@react-stately/selection': 3.17.0(react@18.2.0)
'@react-types/shared': 3.25.0(react@18.2.0)
'@swc/helpers': 0.5.10
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
+ '@react-aria/selection@3.21.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
+ dependencies:
+ '@react-aria/focus': 3.19.0(react@18.2.0)
+ '@react-aria/i18n': 3.12.4(react@18.2.0)
+ '@react-aria/interactions': 3.22.5(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
+ '@react-stately/selection': 3.18.0(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+ react-dom: 18.2.0(react@18.2.0)
+
'@react-aria/separator@3.4.3(react@18.2.0)':
dependencies:
- '@react-aria/utils': 3.25.3(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
'@react-types/shared': 3.25.0(react@18.2.0)
'@swc/helpers': 0.5.10
react: 18.2.0
+ '@react-aria/separator@3.4.4(react@18.2.0)':
+ dependencies:
+ '@react-aria/utils': 3.26.0(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+
'@react-aria/slider@3.7.12(react@18.2.0)':
dependencies:
'@react-aria/focus': 3.18.3(react@18.2.0)
'@react-aria/i18n': 3.12.3(react@18.2.0)
'@react-aria/interactions': 3.22.3(react@18.2.0)
'@react-aria/label': 3.7.12(react@18.2.0)
- '@react-aria/utils': 3.25.3(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
'@react-stately/slider': 3.5.8(react@18.2.0)
'@react-types/shared': 3.25.0(react@18.2.0)
'@react-types/slider': 3.7.6(react@18.2.0)
'@swc/helpers': 0.5.10
react: 18.2.0
+ '@react-aria/slider@3.7.14(react@18.2.0)':
+ dependencies:
+ '@react-aria/focus': 3.19.0(react@18.2.0)
+ '@react-aria/i18n': 3.12.4(react@18.2.0)
+ '@react-aria/interactions': 3.22.5(react@18.2.0)
+ '@react-aria/label': 3.7.13(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
+ '@react-stately/slider': 3.6.0(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@react-types/slider': 3.7.7(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+
+ '@react-aria/spinbutton@3.6.10(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
+ dependencies:
+ '@react-aria/i18n': 3.12.4(react@18.2.0)
+ '@react-aria/live-announcer': 3.4.1
+ '@react-aria/utils': 3.26.0(react@18.2.0)
+ '@react-types/button': 3.10.1(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+ react-dom: 18.2.0(react@18.2.0)
+
'@react-aria/spinbutton@3.6.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
dependencies:
'@react-aria/i18n': 3.12.3(react@18.2.0)
'@react-aria/live-announcer': 3.4.0
- '@react-aria/utils': 3.25.3(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
'@react-types/button': 3.10.0(react@18.2.0)
'@react-types/shared': 3.25.0(react@18.2.0)
'@swc/helpers': 0.5.10
@@ -21396,6 +22394,20 @@ snapshots:
'@swc/helpers': 0.5.10
react: 18.2.0
+ '@react-aria/ssr@3.9.7(react@18.2.0)':
+ dependencies:
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+
+ '@react-aria/switch@3.6.10(react@18.2.0)':
+ dependencies:
+ '@react-aria/toggle': 3.10.10(react@18.2.0)
+ '@react-stately/toggle': 3.8.0(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@react-types/switch': 3.5.7(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+
'@react-aria/switch@3.6.8(react@18.2.0)':
dependencies:
'@react-aria/toggle': 3.10.8(react@18.2.0)
@@ -21412,7 +22424,7 @@ snapshots:
'@react-aria/i18n': 3.12.3(react@18.2.0)
'@react-aria/interactions': 3.22.3(react@18.2.0)
'@react-aria/live-announcer': 3.4.0
- '@react-aria/utils': 3.25.3(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
'@react-aria/visually-hidden': 3.8.16(react@18.2.0)
'@react-stately/collections': 3.11.0(react@18.2.0)
'@react-stately/flags': 3.0.4
@@ -21425,12 +22437,32 @@ snapshots:
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
+ '@react-aria/table@3.16.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
+ dependencies:
+ '@react-aria/focus': 3.19.0(react@18.2.0)
+ '@react-aria/grid': 3.11.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@react-aria/i18n': 3.12.4(react@18.2.0)
+ '@react-aria/interactions': 3.22.5(react@18.2.0)
+ '@react-aria/live-announcer': 3.4.1
+ '@react-aria/utils': 3.26.0(react@18.2.0)
+ '@react-aria/visually-hidden': 3.8.18(react@18.2.0)
+ '@react-stately/collections': 3.12.0(react@18.2.0)
+ '@react-stately/flags': 3.0.5
+ '@react-stately/table': 3.13.0(react@18.2.0)
+ '@react-types/checkbox': 3.9.0(react@18.2.0)
+ '@react-types/grid': 3.2.10(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@react-types/table': 3.10.3(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+ react-dom: 18.2.0(react@18.2.0)
+
'@react-aria/tabs@3.9.6(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
dependencies:
'@react-aria/focus': 3.18.3(react@18.2.0)
'@react-aria/i18n': 3.12.3(react@18.2.0)
'@react-aria/selection': 3.20.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@react-aria/utils': 3.25.3(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
'@react-stately/tabs': 3.6.10(react@18.2.0)
'@react-types/shared': 3.25.0(react@18.2.0)
'@react-types/tabs': 3.3.10(react@18.2.0)
@@ -21438,6 +22470,19 @@ snapshots:
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
+ '@react-aria/tabs@3.9.8(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
+ dependencies:
+ '@react-aria/focus': 3.19.0(react@18.2.0)
+ '@react-aria/i18n': 3.12.4(react@18.2.0)
+ '@react-aria/selection': 3.21.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
+ '@react-stately/tabs': 3.7.0(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@react-types/tabs': 3.3.11(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+ react-dom: 18.2.0(react@18.2.0)
+
'@react-aria/tag@3.4.6(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
dependencies:
'@react-aria/gridlist': 3.9.4(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
@@ -21445,7 +22490,7 @@ snapshots:
'@react-aria/interactions': 3.22.3(react@18.2.0)
'@react-aria/label': 3.7.12(react@18.2.0)
'@react-aria/selection': 3.20.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@react-aria/utils': 3.25.3(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
'@react-stately/list': 3.11.0(react@18.2.0)
'@react-types/button': 3.10.0(react@18.2.0)
'@react-types/shared': 3.25.0(react@18.2.0)
@@ -21453,12 +22498,27 @@ snapshots:
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
+ '@react-aria/tag@3.4.8(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
+ dependencies:
+ '@react-aria/gridlist': 3.10.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@react-aria/i18n': 3.12.4(react@18.2.0)
+ '@react-aria/interactions': 3.22.5(react@18.2.0)
+ '@react-aria/label': 3.7.13(react@18.2.0)
+ '@react-aria/selection': 3.21.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
+ '@react-stately/list': 3.11.1(react@18.2.0)
+ '@react-types/button': 3.10.1(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+ react-dom: 18.2.0(react@18.2.0)
+
'@react-aria/textfield@3.14.9(react@18.2.0)':
dependencies:
'@react-aria/focus': 3.18.3(react@18.2.0)
'@react-aria/form': 3.0.9(react@18.2.0)
'@react-aria/label': 3.7.12(react@18.2.0)
- '@react-aria/utils': 3.25.3(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
'@react-stately/form': 3.0.6(react@18.2.0)
'@react-stately/utils': 3.10.4(react@18.2.0)
'@react-types/shared': 3.25.0(react@18.2.0)
@@ -21466,31 +22526,75 @@ snapshots:
'@swc/helpers': 0.5.10
react: 18.2.0
+ '@react-aria/textfield@3.15.0(react@18.2.0)':
+ dependencies:
+ '@react-aria/focus': 3.19.0(react@18.2.0)
+ '@react-aria/form': 3.0.11(react@18.2.0)
+ '@react-aria/label': 3.7.13(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
+ '@react-stately/form': 3.1.0(react@18.2.0)
+ '@react-stately/utils': 3.10.5(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@react-types/textfield': 3.10.0(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+
+ '@react-aria/toggle@3.10.10(react@18.2.0)':
+ dependencies:
+ '@react-aria/focus': 3.19.0(react@18.2.0)
+ '@react-aria/interactions': 3.22.5(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
+ '@react-stately/toggle': 3.8.0(react@18.2.0)
+ '@react-types/checkbox': 3.9.0(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+
'@react-aria/toggle@3.10.8(react@18.2.0)':
dependencies:
'@react-aria/focus': 3.18.3(react@18.2.0)
'@react-aria/interactions': 3.22.3(react@18.2.0)
- '@react-aria/utils': 3.25.3(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
'@react-stately/toggle': 3.7.8(react@18.2.0)
'@react-types/checkbox': 3.8.4(react@18.2.0)
'@react-types/shared': 3.25.0(react@18.2.0)
'@swc/helpers': 0.5.10
react: 18.2.0
+ '@react-aria/toolbar@3.0.0-beta.11(react@18.2.0)':
+ dependencies:
+ '@react-aria/focus': 3.19.0(react@18.2.0)
+ '@react-aria/i18n': 3.12.4(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+
'@react-aria/toolbar@3.0.0-beta.9(react@18.2.0)':
dependencies:
'@react-aria/focus': 3.18.3(react@18.2.0)
'@react-aria/i18n': 3.12.3(react@18.2.0)
- '@react-aria/utils': 3.25.3(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
'@react-types/shared': 3.25.0(react@18.2.0)
'@swc/helpers': 0.5.10
react: 18.2.0
+ '@react-aria/tooltip@3.7.10(react@18.2.0)':
+ dependencies:
+ '@react-aria/focus': 3.19.0(react@18.2.0)
+ '@react-aria/interactions': 3.22.5(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
+ '@react-stately/tooltip': 3.5.0(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@react-types/tooltip': 3.4.13(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+
'@react-aria/tooltip@3.7.8(react@18.2.0)':
dependencies:
'@react-aria/focus': 3.18.3(react@18.2.0)
'@react-aria/interactions': 3.22.3(react@18.2.0)
- '@react-aria/utils': 3.25.3(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
'@react-stately/tooltip': 3.4.13(react@18.2.0)
'@react-types/shared': 3.25.0(react@18.2.0)
'@react-types/tooltip': 3.4.12(react@18.2.0)
@@ -21502,7 +22606,7 @@ snapshots:
'@react-aria/gridlist': 3.9.4(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
'@react-aria/i18n': 3.12.3(react@18.2.0)
'@react-aria/selection': 3.20.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@react-aria/utils': 3.25.3(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
'@react-stately/tree': 3.8.5(react@18.2.0)
'@react-types/button': 3.10.0(react@18.2.0)
'@react-types/shared': 3.25.0(react@18.2.0)
@@ -21510,6 +22614,19 @@ snapshots:
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
+ '@react-aria/tree@3.0.0-beta.2(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
+ dependencies:
+ '@react-aria/gridlist': 3.10.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@react-aria/i18n': 3.12.4(react@18.2.0)
+ '@react-aria/selection': 3.21.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
+ '@react-stately/tree': 3.8.6(react@18.2.0)
+ '@react-types/button': 3.10.1(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+ react-dom: 18.2.0(react@18.2.0)
+
'@react-aria/utils@3.25.3(react@18.2.0)':
dependencies:
'@react-aria/ssr': 3.9.6(react@18.2.0)
@@ -21519,25 +22636,53 @@ snapshots:
clsx: 2.1.1
react: 18.2.0
+ '@react-aria/utils@3.26.0(react@18.2.0)':
+ dependencies:
+ '@react-aria/ssr': 3.9.7(react@18.2.0)
+ '@react-stately/utils': 3.10.5(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ clsx: 2.1.1
+ react: 18.2.0
+
'@react-aria/virtualizer@4.0.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
dependencies:
'@react-aria/i18n': 3.12.3(react@18.2.0)
'@react-aria/interactions': 3.22.3(react@18.2.0)
- '@react-aria/utils': 3.25.3(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
'@react-stately/virtualizer': 4.1.0(react@18.2.0)
'@react-types/shared': 3.25.0(react@18.2.0)
'@swc/helpers': 0.5.10
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
+ '@react-aria/virtualizer@4.1.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
+ dependencies:
+ '@react-aria/i18n': 3.12.4(react@18.2.0)
+ '@react-aria/interactions': 3.22.5(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
+ '@react-stately/virtualizer': 4.2.0(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+ react-dom: 18.2.0(react@18.2.0)
+
'@react-aria/visually-hidden@3.8.16(react@18.2.0)':
dependencies:
'@react-aria/interactions': 3.22.3(react@18.2.0)
- '@react-aria/utils': 3.25.3(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
'@react-types/shared': 3.25.0(react@18.2.0)
'@swc/helpers': 0.5.10
react: 18.2.0
+ '@react-aria/visually-hidden@3.8.18(react@18.2.0)':
+ dependencies:
+ '@react-aria/interactions': 3.22.5(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+
'@react-router/dev@7.0.0-pre.4(@react-router/serve@7.0.0-pre.4(react-router@7.0.0-pre.4(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(typescript@5.6.3))(@types/node@20.12.7)(babel-plugin-macros@3.1.0)(less@3.11.1)(lightningcss@1.24.1)(react-router@7.0.0-pre.4(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(sass@1.75.0)(terser@5.30.3)(typescript@5.6.3)(vite@5.4.9(@types/node@20.12.7)(less@3.11.1)(lightningcss@1.24.1)(sass@1.75.0)(terser@5.30.3))':
dependencies:
'@babel/core': 7.25.8
@@ -21620,12 +22765,12 @@ snapshots:
- supports-color
- typescript
- '@react-spectrum/utils@3.11.11(react@18.2.0)':
+ '@react-spectrum/utils@3.12.0(react@18.2.0)':
dependencies:
- '@react-aria/i18n': 3.12.3(react@18.2.0)
- '@react-aria/ssr': 3.9.6(react@18.2.0)
- '@react-aria/utils': 3.25.3(react@18.2.0)
- '@react-types/shared': 3.25.0(react@18.2.0)
+ '@react-aria/i18n': 3.12.4(react@18.2.0)
+ '@react-aria/ssr': 3.9.7(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
'@swc/helpers': 0.5.10
clsx: 2.1.1
react: 18.2.0
@@ -21639,6 +22784,24 @@ snapshots:
'@swc/helpers': 0.5.10
react: 18.2.0
+ '@react-stately/calendar@3.6.0(react@18.2.0)':
+ dependencies:
+ '@internationalized/date': 3.6.0
+ '@react-stately/utils': 3.10.5(react@18.2.0)
+ '@react-types/calendar': 3.5.0(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+
+ '@react-stately/checkbox@3.6.10(react@18.2.0)':
+ dependencies:
+ '@react-stately/form': 3.1.0(react@18.2.0)
+ '@react-stately/utils': 3.10.5(react@18.2.0)
+ '@react-types/checkbox': 3.9.0(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+
'@react-stately/checkbox@3.6.9(react@18.2.0)':
dependencies:
'@react-stately/form': 3.0.6(react@18.2.0)
@@ -21654,6 +22817,12 @@ snapshots:
'@swc/helpers': 0.5.10
react: 18.2.0
+ '@react-stately/collections@3.12.0(react@18.2.0)':
+ dependencies:
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+
'@react-stately/color@3.8.0(react@18.2.0)':
dependencies:
'@internationalized/number': 3.5.4
@@ -21668,6 +22837,20 @@ snapshots:
'@swc/helpers': 0.5.10
react: 18.2.0
+ '@react-stately/color@3.8.1(react@18.2.0)':
+ dependencies:
+ '@internationalized/number': 3.6.0
+ '@internationalized/string': 3.2.5
+ '@react-aria/i18n': 3.12.4(react@18.2.0)
+ '@react-stately/form': 3.1.0(react@18.2.0)
+ '@react-stately/numberfield': 3.9.8(react@18.2.0)
+ '@react-stately/slider': 3.6.0(react@18.2.0)
+ '@react-stately/utils': 3.10.5(react@18.2.0)
+ '@react-types/color': 3.0.1(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+
'@react-stately/combobox@3.10.0(react@18.2.0)':
dependencies:
'@react-stately/collections': 3.11.0(react@18.2.0)
@@ -21681,12 +22864,31 @@ snapshots:
'@swc/helpers': 0.5.10
react: 18.2.0
+ '@react-stately/combobox@3.10.1(react@18.2.0)':
+ dependencies:
+ '@react-stately/collections': 3.12.0(react@18.2.0)
+ '@react-stately/form': 3.1.0(react@18.2.0)
+ '@react-stately/list': 3.11.1(react@18.2.0)
+ '@react-stately/overlays': 3.6.12(react@18.2.0)
+ '@react-stately/select': 3.6.9(react@18.2.0)
+ '@react-stately/utils': 3.10.5(react@18.2.0)
+ '@react-types/combobox': 3.13.1(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+
'@react-stately/data@3.11.7(react@18.2.0)':
dependencies:
'@react-types/shared': 3.25.0(react@18.2.0)
'@swc/helpers': 0.5.10
react: 18.2.0
+ '@react-stately/data@3.12.0(react@18.2.0)':
+ dependencies:
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+
'@react-stately/datepicker@3.10.3(react@18.2.0)':
dependencies:
'@internationalized/date': 3.5.6
@@ -21699,6 +22901,25 @@ snapshots:
'@swc/helpers': 0.5.10
react: 18.2.0
+ '@react-stately/datepicker@3.11.0(react@18.2.0)':
+ dependencies:
+ '@internationalized/date': 3.6.0
+ '@internationalized/string': 3.2.5
+ '@react-stately/form': 3.1.0(react@18.2.0)
+ '@react-stately/overlays': 3.6.12(react@18.2.0)
+ '@react-stately/utils': 3.10.5(react@18.2.0)
+ '@react-types/datepicker': 3.9.0(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+
+ '@react-stately/disclosure@3.0.0(react@18.2.0)':
+ dependencies:
+ '@react-stately/utils': 3.10.5(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+
'@react-stately/disclosure@3.0.0-alpha.0(react@18.2.0)':
dependencies:
'@react-stately/utils': 3.10.4(react@18.2.0)
@@ -21713,16 +22934,42 @@ snapshots:
'@swc/helpers': 0.5.10
react: 18.2.0
+ '@react-stately/dnd@3.5.0(react@18.2.0)':
+ dependencies:
+ '@react-stately/selection': 3.18.0(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+
'@react-stately/flags@3.0.4':
dependencies:
'@swc/helpers': 0.5.10
+ '@react-stately/flags@3.0.5':
+ dependencies:
+ '@swc/helpers': 0.5.10
+
'@react-stately/form@3.0.6(react@18.2.0)':
dependencies:
'@react-types/shared': 3.25.0(react@18.2.0)
'@swc/helpers': 0.5.10
react: 18.2.0
+ '@react-stately/form@3.1.0(react@18.2.0)':
+ dependencies:
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+
+ '@react-stately/grid@3.10.0(react@18.2.0)':
+ dependencies:
+ '@react-stately/collections': 3.12.0(react@18.2.0)
+ '@react-stately/selection': 3.18.0(react@18.2.0)
+ '@react-types/grid': 3.2.10(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+
'@react-stately/grid@3.9.3(react@18.2.0)':
dependencies:
'@react-stately/collections': 3.11.0(react@18.2.0)
@@ -21743,6 +22990,17 @@ snapshots:
'@swc/helpers': 0.5.10
react: 18.2.0
+ '@react-stately/layout@4.1.0(react@18.2.0)':
+ dependencies:
+ '@react-stately/collections': 3.12.0(react@18.2.0)
+ '@react-stately/table': 3.13.0(react@18.2.0)
+ '@react-stately/virtualizer': 4.2.0(react@18.2.0)
+ '@react-types/grid': 3.2.10(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@react-types/table': 3.10.3(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+
'@react-stately/list@3.11.0(react@18.2.0)':
dependencies:
'@react-stately/collections': 3.11.0(react@18.2.0)
@@ -21752,6 +23010,15 @@ snapshots:
'@swc/helpers': 0.5.10
react: 18.2.0
+ '@react-stately/list@3.11.1(react@18.2.0)':
+ dependencies:
+ '@react-stately/collections': 3.12.0(react@18.2.0)
+ '@react-stately/selection': 3.18.0(react@18.2.0)
+ '@react-stately/utils': 3.10.5(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+
'@react-stately/menu@3.8.3(react@18.2.0)':
dependencies:
'@react-stately/overlays': 3.6.11(react@18.2.0)
@@ -21760,6 +23027,14 @@ snapshots:
'@swc/helpers': 0.5.10
react: 18.2.0
+ '@react-stately/menu@3.9.0(react@18.2.0)':
+ dependencies:
+ '@react-stately/overlays': 3.6.12(react@18.2.0)
+ '@react-types/menu': 3.9.13(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+
'@react-stately/numberfield@3.9.7(react@18.2.0)':
dependencies:
'@internationalized/number': 3.5.4
@@ -21769,6 +23044,15 @@ snapshots:
'@swc/helpers': 0.5.10
react: 18.2.0
+ '@react-stately/numberfield@3.9.8(react@18.2.0)':
+ dependencies:
+ '@internationalized/number': 3.6.0
+ '@react-stately/form': 3.1.0(react@18.2.0)
+ '@react-stately/utils': 3.10.5(react@18.2.0)
+ '@react-types/numberfield': 3.8.7(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+
'@react-stately/overlays@3.6.11(react@18.2.0)':
dependencies:
'@react-stately/utils': 3.10.4(react@18.2.0)
@@ -21776,6 +23060,13 @@ snapshots:
'@swc/helpers': 0.5.10
react: 18.2.0
+ '@react-stately/overlays@3.6.12(react@18.2.0)':
+ dependencies:
+ '@react-stately/utils': 3.10.5(react@18.2.0)
+ '@react-types/overlays': 3.8.11(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+
'@react-stately/radio@3.10.8(react@18.2.0)':
dependencies:
'@react-stately/form': 3.0.6(react@18.2.0)
@@ -21785,6 +23076,15 @@ snapshots:
'@swc/helpers': 0.5.10
react: 18.2.0
+ '@react-stately/radio@3.10.9(react@18.2.0)':
+ dependencies:
+ '@react-stately/form': 3.1.0(react@18.2.0)
+ '@react-stately/utils': 3.10.5(react@18.2.0)
+ '@react-types/radio': 3.8.5(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+
'@react-stately/searchfield@3.5.7(react@18.2.0)':
dependencies:
'@react-stately/utils': 3.10.4(react@18.2.0)
@@ -21792,6 +23092,13 @@ snapshots:
'@swc/helpers': 0.5.10
react: 18.2.0
+ '@react-stately/searchfield@3.5.8(react@18.2.0)':
+ dependencies:
+ '@react-stately/utils': 3.10.5(react@18.2.0)
+ '@react-types/searchfield': 3.5.10(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+
'@react-stately/select@3.6.8(react@18.2.0)':
dependencies:
'@react-stately/form': 3.0.6(react@18.2.0)
@@ -21802,6 +23109,16 @@ snapshots:
'@swc/helpers': 0.5.10
react: 18.2.0
+ '@react-stately/select@3.6.9(react@18.2.0)':
+ dependencies:
+ '@react-stately/form': 3.1.0(react@18.2.0)
+ '@react-stately/list': 3.11.1(react@18.2.0)
+ '@react-stately/overlays': 3.6.12(react@18.2.0)
+ '@react-types/select': 3.9.8(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+
'@react-stately/selection@3.17.0(react@18.2.0)':
dependencies:
'@react-stately/collections': 3.11.0(react@18.2.0)
@@ -21810,6 +23127,14 @@ snapshots:
'@swc/helpers': 0.5.10
react: 18.2.0
+ '@react-stately/selection@3.18.0(react@18.2.0)':
+ dependencies:
+ '@react-stately/collections': 3.12.0(react@18.2.0)
+ '@react-stately/utils': 3.10.5(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+
'@react-stately/slider@3.5.8(react@18.2.0)':
dependencies:
'@react-stately/utils': 3.10.4(react@18.2.0)
@@ -21818,6 +23143,14 @@ snapshots:
'@swc/helpers': 0.5.10
react: 18.2.0
+ '@react-stately/slider@3.6.0(react@18.2.0)':
+ dependencies:
+ '@react-stately/utils': 3.10.5(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@react-types/slider': 3.7.7(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+
'@react-stately/table@3.12.3(react@18.2.0)':
dependencies:
'@react-stately/collections': 3.11.0(react@18.2.0)
@@ -21831,6 +23164,19 @@ snapshots:
'@swc/helpers': 0.5.10
react: 18.2.0
+ '@react-stately/table@3.13.0(react@18.2.0)':
+ dependencies:
+ '@react-stately/collections': 3.12.0(react@18.2.0)
+ '@react-stately/flags': 3.0.5
+ '@react-stately/grid': 3.10.0(react@18.2.0)
+ '@react-stately/selection': 3.18.0(react@18.2.0)
+ '@react-stately/utils': 3.10.5(react@18.2.0)
+ '@react-types/grid': 3.2.10(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@react-types/table': 3.10.3(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+
'@react-stately/tabs@3.6.10(react@18.2.0)':
dependencies:
'@react-stately/list': 3.11.0(react@18.2.0)
@@ -21839,6 +23185,14 @@ snapshots:
'@swc/helpers': 0.5.10
react: 18.2.0
+ '@react-stately/tabs@3.7.0(react@18.2.0)':
+ dependencies:
+ '@react-stately/list': 3.11.1(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@react-types/tabs': 3.3.11(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+
'@react-stately/toggle@3.7.8(react@18.2.0)':
dependencies:
'@react-stately/utils': 3.10.4(react@18.2.0)
@@ -21846,6 +23200,14 @@ snapshots:
'@swc/helpers': 0.5.10
react: 18.2.0
+ '@react-stately/toggle@3.8.0(react@18.2.0)':
+ dependencies:
+ '@react-stately/utils': 3.10.5(react@18.2.0)
+ '@react-types/checkbox': 3.9.0(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+
'@react-stately/tooltip@3.4.13(react@18.2.0)':
dependencies:
'@react-stately/overlays': 3.6.11(react@18.2.0)
@@ -21853,6 +23215,13 @@ snapshots:
'@swc/helpers': 0.5.10
react: 18.2.0
+ '@react-stately/tooltip@3.5.0(react@18.2.0)':
+ dependencies:
+ '@react-stately/overlays': 3.6.12(react@18.2.0)
+ '@react-types/tooltip': 3.4.13(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+
'@react-stately/tree@3.8.5(react@18.2.0)':
dependencies:
'@react-stately/collections': 3.11.0(react@18.2.0)
@@ -21862,18 +23231,39 @@ snapshots:
'@swc/helpers': 0.5.10
react: 18.2.0
+ '@react-stately/tree@3.8.6(react@18.2.0)':
+ dependencies:
+ '@react-stately/collections': 3.12.0(react@18.2.0)
+ '@react-stately/selection': 3.18.0(react@18.2.0)
+ '@react-stately/utils': 3.10.5(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+
'@react-stately/utils@3.10.4(react@18.2.0)':
dependencies:
'@swc/helpers': 0.5.10
react: 18.2.0
+ '@react-stately/utils@3.10.5(react@18.2.0)':
+ dependencies:
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+
'@react-stately/virtualizer@4.1.0(react@18.2.0)':
dependencies:
- '@react-aria/utils': 3.25.3(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
'@react-types/shared': 3.25.0(react@18.2.0)
'@swc/helpers': 0.5.10
react: 18.2.0
+ '@react-stately/virtualizer@4.2.0(react@18.2.0)':
+ dependencies:
+ '@react-aria/utils': 3.26.0(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ react: 18.2.0
+
'@react-types/accordion@3.0.0-alpha.24(react@18.2.0)':
dependencies:
'@react-types/shared': 3.25.0(react@18.2.0)
@@ -21885,33 +23275,66 @@ snapshots:
'@react-types/shared': 3.25.0(react@18.2.0)
react: 18.2.0
+ '@react-types/breadcrumbs@3.7.9(react@18.2.0)':
+ dependencies:
+ '@react-types/link': 3.5.9(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ react: 18.2.0
+
'@react-types/button@3.10.0(react@18.2.0)':
dependencies:
'@react-types/shared': 3.25.0(react@18.2.0)
react: 18.2.0
+ '@react-types/button@3.10.1(react@18.2.0)':
+ dependencies:
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ react: 18.2.0
+
'@react-types/calendar@3.4.10(react@18.2.0)':
dependencies:
'@internationalized/date': 3.5.6
'@react-types/shared': 3.25.0(react@18.2.0)
react: 18.2.0
+ '@react-types/calendar@3.5.0(react@18.2.0)':
+ dependencies:
+ '@internationalized/date': 3.6.0
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ react: 18.2.0
+
'@react-types/checkbox@3.8.4(react@18.2.0)':
dependencies:
'@react-types/shared': 3.25.0(react@18.2.0)
react: 18.2.0
+ '@react-types/checkbox@3.9.0(react@18.2.0)':
+ dependencies:
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ react: 18.2.0
+
'@react-types/color@3.0.0(react@18.2.0)':
dependencies:
'@react-types/shared': 3.25.0(react@18.2.0)
'@react-types/slider': 3.7.6(react@18.2.0)
react: 18.2.0
+ '@react-types/color@3.0.1(react@18.2.0)':
+ dependencies:
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@react-types/slider': 3.7.7(react@18.2.0)
+ react: 18.2.0
+
'@react-types/combobox@3.13.0(react@18.2.0)':
dependencies:
'@react-types/shared': 3.25.0(react@18.2.0)
react: 18.2.0
+ '@react-types/combobox@3.13.1(react@18.2.0)':
+ dependencies:
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ react: 18.2.0
+
'@react-types/datepicker@3.8.3(react@18.2.0)':
dependencies:
'@internationalized/date': 3.5.6
@@ -21920,17 +23343,41 @@ snapshots:
'@react-types/shared': 3.25.0(react@18.2.0)
react: 18.2.0
+ '@react-types/datepicker@3.9.0(react@18.2.0)':
+ dependencies:
+ '@internationalized/date': 3.6.0
+ '@react-types/calendar': 3.5.0(react@18.2.0)
+ '@react-types/overlays': 3.8.11(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ react: 18.2.0
+
'@react-types/dialog@3.5.13(react@18.2.0)':
dependencies:
'@react-types/overlays': 3.8.10(react@18.2.0)
'@react-types/shared': 3.25.0(react@18.2.0)
react: 18.2.0
+ '@react-types/dialog@3.5.14(react@18.2.0)':
+ dependencies:
+ '@react-types/overlays': 3.8.11(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ react: 18.2.0
+
'@react-types/form@3.7.7(react@18.2.0)':
dependencies:
'@react-types/shared': 3.25.0(react@18.2.0)
react: 18.2.0
+ '@react-types/form@3.7.8(react@18.2.0)':
+ dependencies:
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ react: 18.2.0
+
+ '@react-types/grid@3.2.10(react@18.2.0)':
+ dependencies:
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ react: 18.2.0
+
'@react-types/grid@3.2.9(react@18.2.0)':
dependencies:
'@react-types/shared': 3.25.0(react@18.2.0)
@@ -21941,42 +23388,89 @@ snapshots:
'@react-types/shared': 3.25.0(react@18.2.0)
react: 18.2.0
+ '@react-types/link@3.5.9(react@18.2.0)':
+ dependencies:
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ react: 18.2.0
+
'@react-types/listbox@3.5.2(react@18.2.0)':
dependencies:
'@react-types/shared': 3.25.0(react@18.2.0)
react: 18.2.0
+ '@react-types/listbox@3.5.3(react@18.2.0)':
+ dependencies:
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ react: 18.2.0
+
'@react-types/menu@3.9.12(react@18.2.0)':
dependencies:
'@react-types/overlays': 3.8.10(react@18.2.0)
'@react-types/shared': 3.25.0(react@18.2.0)
react: 18.2.0
+ '@react-types/menu@3.9.13(react@18.2.0)':
+ dependencies:
+ '@react-types/overlays': 3.8.11(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ react: 18.2.0
+
'@react-types/meter@3.4.4(react@18.2.0)':
dependencies:
'@react-types/progress': 3.5.7(react@18.2.0)
react: 18.2.0
+ '@react-types/meter@3.4.5(react@18.2.0)':
+ dependencies:
+ '@react-types/progress': 3.5.8(react@18.2.0)
+ react: 18.2.0
+
'@react-types/numberfield@3.8.6(react@18.2.0)':
dependencies:
'@react-types/shared': 3.25.0(react@18.2.0)
react: 18.2.0
+ '@react-types/numberfield@3.8.7(react@18.2.0)':
+ dependencies:
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ react: 18.2.0
+
'@react-types/overlays@3.8.10(react@18.2.0)':
dependencies:
'@react-types/shared': 3.25.0(react@18.2.0)
react: 18.2.0
+ '@react-types/overlays@3.8.11(react@18.2.0)':
+ dependencies:
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ react: 18.2.0
+
'@react-types/progress@3.5.7(react@18.2.0)':
dependencies:
'@react-types/shared': 3.25.0(react@18.2.0)
react: 18.2.0
+ '@react-types/progress@3.5.8(react@18.2.0)':
+ dependencies:
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ react: 18.2.0
+
'@react-types/radio@3.8.4(react@18.2.0)':
dependencies:
'@react-types/shared': 3.25.0(react@18.2.0)
react: 18.2.0
+ '@react-types/radio@3.8.5(react@18.2.0)':
+ dependencies:
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ react: 18.2.0
+
+ '@react-types/searchfield@3.5.10(react@18.2.0)':
+ dependencies:
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@react-types/textfield': 3.10.0(react@18.2.0)
+ react: 18.2.0
+
'@react-types/searchfield@3.5.9(react@18.2.0)':
dependencies:
'@react-types/shared': 3.25.0(react@18.2.0)
@@ -21988,6 +23482,11 @@ snapshots:
'@react-types/shared': 3.25.0(react@18.2.0)
react: 18.2.0
+ '@react-types/select@3.9.8(react@18.2.0)':
+ dependencies:
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ react: 18.2.0
+
'@react-types/shared@3.22.1(react@18.2.0)':
dependencies:
react: 18.2.0
@@ -21996,27 +23495,57 @@ snapshots:
dependencies:
react: 18.2.0
+ '@react-types/shared@3.26.0(react@18.2.0)':
+ dependencies:
+ react: 18.2.0
+
'@react-types/slider@3.7.6(react@18.2.0)':
dependencies:
'@react-types/shared': 3.25.0(react@18.2.0)
react: 18.2.0
+ '@react-types/slider@3.7.7(react@18.2.0)':
+ dependencies:
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ react: 18.2.0
+
'@react-types/switch@3.5.6(react@18.2.0)':
dependencies:
'@react-types/shared': 3.25.0(react@18.2.0)
react: 18.2.0
+ '@react-types/switch@3.5.7(react@18.2.0)':
+ dependencies:
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ react: 18.2.0
+
'@react-types/table@3.10.2(react@18.2.0)':
dependencies:
'@react-types/grid': 3.2.9(react@18.2.0)
'@react-types/shared': 3.25.0(react@18.2.0)
react: 18.2.0
+ '@react-types/table@3.10.3(react@18.2.0)':
+ dependencies:
+ '@react-types/grid': 3.2.10(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ react: 18.2.0
+
'@react-types/tabs@3.3.10(react@18.2.0)':
dependencies:
'@react-types/shared': 3.25.0(react@18.2.0)
react: 18.2.0
+ '@react-types/tabs@3.3.11(react@18.2.0)':
+ dependencies:
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ react: 18.2.0
+
+ '@react-types/textfield@3.10.0(react@18.2.0)':
+ dependencies:
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ react: 18.2.0
+
'@react-types/textfield@3.9.7(react@18.2.0)':
dependencies:
'@react-types/shared': 3.25.0(react@18.2.0)
@@ -22028,6 +23557,12 @@ snapshots:
'@react-types/shared': 3.25.0(react@18.2.0)
react: 18.2.0
+ '@react-types/tooltip@3.4.13(react@18.2.0)':
+ dependencies:
+ '@react-types/overlays': 3.8.11(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ react: 18.2.0
+
'@redux-devtools/extension@3.3.0(redux@4.2.1)':
dependencies:
'@babel/runtime': 7.24.4
@@ -34609,6 +36144,43 @@ snapshots:
react-stately: 3.33.0(react@18.2.0)
use-sync-external-store: 1.2.0(react@18.2.0)
+ react-aria-components@1.5.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0):
+ dependencies:
+ '@internationalized/date': 3.6.0
+ '@internationalized/string': 3.2.5
+ '@react-aria/collections': 3.0.0-alpha.6(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@react-aria/color': 3.0.2(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@react-aria/disclosure': 3.0.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@react-aria/dnd': 3.8.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@react-aria/focus': 3.19.0(react@18.2.0)
+ '@react-aria/interactions': 3.22.5(react@18.2.0)
+ '@react-aria/live-announcer': 3.4.1
+ '@react-aria/menu': 3.16.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@react-aria/toolbar': 3.0.0-beta.11(react@18.2.0)
+ '@react-aria/tree': 3.0.0-beta.2(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
+ '@react-aria/virtualizer': 4.1.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@react-stately/color': 3.8.1(react@18.2.0)
+ '@react-stately/disclosure': 3.0.0(react@18.2.0)
+ '@react-stately/layout': 4.1.0(react@18.2.0)
+ '@react-stately/menu': 3.9.0(react@18.2.0)
+ '@react-stately/selection': 3.18.0(react@18.2.0)
+ '@react-stately/table': 3.13.0(react@18.2.0)
+ '@react-stately/utils': 3.10.5(react@18.2.0)
+ '@react-stately/virtualizer': 4.2.0(react@18.2.0)
+ '@react-types/color': 3.0.1(react@18.2.0)
+ '@react-types/form': 3.7.8(react@18.2.0)
+ '@react-types/grid': 3.2.10(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ '@react-types/table': 3.10.3(react@18.2.0)
+ '@swc/helpers': 0.5.10
+ client-only: 0.0.1
+ react: 18.2.0
+ react-aria: 3.36.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ react-dom: 18.2.0(react@18.2.0)
+ react-stately: 3.34.0(react@18.2.0)
+ use-sync-external-store: 1.2.2(react@18.2.0)
+
react-aria@3.35.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0):
dependencies:
'@internationalized/string': 3.2.4
@@ -34646,12 +36218,56 @@ snapshots:
'@react-aria/tag': 3.4.6(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
'@react-aria/textfield': 3.14.9(react@18.2.0)
'@react-aria/tooltip': 3.7.8(react@18.2.0)
- '@react-aria/utils': 3.25.3(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
'@react-aria/visually-hidden': 3.8.16(react@18.2.0)
'@react-types/shared': 3.25.0(react@18.2.0)
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
+ react-aria@3.36.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0):
+ dependencies:
+ '@internationalized/string': 3.2.5
+ '@react-aria/breadcrumbs': 3.5.19(react@18.2.0)
+ '@react-aria/button': 3.11.0(react@18.2.0)
+ '@react-aria/calendar': 3.6.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@react-aria/checkbox': 3.15.0(react@18.2.0)
+ '@react-aria/color': 3.0.2(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@react-aria/combobox': 3.11.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@react-aria/datepicker': 3.12.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@react-aria/dialog': 3.5.20(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@react-aria/disclosure': 3.0.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@react-aria/dnd': 3.8.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@react-aria/focus': 3.19.0(react@18.2.0)
+ '@react-aria/gridlist': 3.10.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@react-aria/i18n': 3.12.4(react@18.2.0)
+ '@react-aria/interactions': 3.22.5(react@18.2.0)
+ '@react-aria/label': 3.7.13(react@18.2.0)
+ '@react-aria/link': 3.7.7(react@18.2.0)
+ '@react-aria/listbox': 3.13.6(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@react-aria/menu': 3.16.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@react-aria/meter': 3.4.18(react@18.2.0)
+ '@react-aria/numberfield': 3.11.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@react-aria/overlays': 3.24.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@react-aria/progress': 3.4.18(react@18.2.0)
+ '@react-aria/radio': 3.10.10(react@18.2.0)
+ '@react-aria/searchfield': 3.7.11(react@18.2.0)
+ '@react-aria/select': 3.15.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@react-aria/selection': 3.21.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@react-aria/separator': 3.4.4(react@18.2.0)
+ '@react-aria/slider': 3.7.14(react@18.2.0)
+ '@react-aria/ssr': 3.9.7(react@18.2.0)
+ '@react-aria/switch': 3.6.10(react@18.2.0)
+ '@react-aria/table': 3.16.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@react-aria/tabs': 3.9.8(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@react-aria/tag': 3.4.8(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@react-aria/textfield': 3.15.0(react@18.2.0)
+ '@react-aria/tooltip': 3.7.10(react@18.2.0)
+ '@react-aria/utils': 3.26.0(react@18.2.0)
+ '@react-aria/visually-hidden': 3.8.18(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ react: 18.2.0
+ react-dom: 18.2.0(react@18.2.0)
+
react-beautiful-dnd@13.0.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0):
dependencies:
'@babel/runtime': 7.20.6
@@ -35094,6 +36710,35 @@ snapshots:
'@react-types/shared': 3.25.0(react@18.2.0)
react: 18.2.0
+ react-stately@3.34.0(react@18.2.0):
+ dependencies:
+ '@react-stately/calendar': 3.6.0(react@18.2.0)
+ '@react-stately/checkbox': 3.6.10(react@18.2.0)
+ '@react-stately/collections': 3.12.0(react@18.2.0)
+ '@react-stately/color': 3.8.1(react@18.2.0)
+ '@react-stately/combobox': 3.10.1(react@18.2.0)
+ '@react-stately/data': 3.12.0(react@18.2.0)
+ '@react-stately/datepicker': 3.11.0(react@18.2.0)
+ '@react-stately/disclosure': 3.0.0(react@18.2.0)
+ '@react-stately/dnd': 3.5.0(react@18.2.0)
+ '@react-stately/form': 3.1.0(react@18.2.0)
+ '@react-stately/list': 3.11.1(react@18.2.0)
+ '@react-stately/menu': 3.9.0(react@18.2.0)
+ '@react-stately/numberfield': 3.9.8(react@18.2.0)
+ '@react-stately/overlays': 3.6.12(react@18.2.0)
+ '@react-stately/radio': 3.10.9(react@18.2.0)
+ '@react-stately/searchfield': 3.5.8(react@18.2.0)
+ '@react-stately/select': 3.6.9(react@18.2.0)
+ '@react-stately/selection': 3.18.0(react@18.2.0)
+ '@react-stately/slider': 3.6.0(react@18.2.0)
+ '@react-stately/table': 3.13.0(react@18.2.0)
+ '@react-stately/tabs': 3.7.0(react@18.2.0)
+ '@react-stately/toggle': 3.8.0(react@18.2.0)
+ '@react-stately/tooltip': 3.5.0(react@18.2.0)
+ '@react-stately/tree': 3.8.6(react@18.2.0)
+ '@react-types/shared': 3.26.0(react@18.2.0)
+ react: 18.2.0
+
react-test-renderer@18.2.0(react@18.2.0):
dependencies:
react: 18.2.0