Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ListView: from 3.38 slots appear to not work #7909

Closed
strogonoff opened this issue Mar 11, 2025 · 38 comments · Fixed by #7932
Closed

ListView: from 3.38 slots appear to not work #7909

strogonoff opened this issue Mar 11, 2025 · 38 comments · Fixed by #7932

Comments

@strogonoff
Copy link

strogonoff commented Mar 11, 2025

Provide a general summary of the issue here

I’m not sure why, but as soon as I bump @adobe/react-spectrum from 3.37.1 to 3.38 ListView slots stop working.

🤔 Expected Behavior?

No change when upgrading.

😯 Current Behavior

This is how it starts to look with an ActionButton, for example:

Image

On 3.37.1, however, it’s fine.

💁 Possible Solution

Not sure.

🔦 Context

My goal is to bump to the latest version of Spectrum, but I’m stuck on this.

🖥️ Steps to Reproduce

Use ListView in version 3.38+ with any slots (<Text slot="description">, <ActionButton>, checkbox selection, all are broken—in DOM tree their elements simply do not get assigned their respective classes).

Version

3.38.1 (I tried all of them up to 3.40.1)

What browsers are you seeing the problem on?

Other, Chrome

If other, please specify.

No response

What operating system are you using?

macOS

🧢 Your Company/Team

No response

🕷 Tracking Issue

No response

@strogonoff
Copy link
Author

Assuming this would not pass automated test suite, I suspect this may be caused by some version conflict on the specific project, but I can’t see where it may be coming from.

@LFDanLu
Copy link
Member

LFDanLu commented Mar 11, 2025

My guess would be duplicate packages hanging around as described in https://github.com/adobe/react-spectrum/wiki/Frequently-Asked-Questions-(FAQs)#why-are-there-errors-after-upgrading-a-react-spectrum-package. This would cause the SlotProvider used to pass the slot specific class names to possibly have multiple versions, resulting the child components to access the wrong SlotProvider and thus not properly receive said class names from the parent ListViewItem

@strogonoff
Copy link
Author

strogonoff commented Mar 11, 2025

Thanks for reacting quickly! I was suspecting some conflict of this sort, but couldn’t spot any duplicates. I made sure that among installed packages there was only one version of @adobe/react-spectrum and only one version of @react-spectrum/list (confirmed by lockfile inspection). However, the script in FAQ actually did report multiple versions of

@internationalized/date (2)      - 3.5.6, 3.7.0
@internationalized/message (2)   - 3.1.5, 3.1.6
@internationalized/number (2)    - 3.5.4, 3.6.0
@internationalized/string (2)    - 3.2.4, 3.2.5
@react-aria/focus (2)            - 3.18.4, 3.20.1
@react-aria/i18n (2)             - 3.12.3, 3.12.7
@react-aria/interactions (2)     - 3.22.4, 3.24.1
@react-aria/overlays (2)         - 3.23.4, 3.26.1
@react-aria/ssr (2)              - 3.9.6, 3.9.7
@react-aria/utils (2)            - 3.25.3, 3.28.1
@react-aria/visually-hidden (2)  - 3.8.17, 3.8.21
@react-spectrum/icon (2)         - 3.7.16, 3.8.3
@react-spectrum/provider (2)     - 3.10.3, 3.9.12
@react-spectrum/utils (2)        - 3.11.11, 3.12.3
@react-stately/overlays (2)      - 3.6.11, 3.6.14
@react-stately/utils (2)         - 3.10.4, 3.10.5
@react-types/button (2)          - 3.10.0, 3.11.0
@react-types/overlays (2)        - 3.8.10, 3.8.13
@react-types/provider (2)        - 3.8.4, 3.8.7
@react-types/shared (2)          - 3.25.0, 3.28.0
@spectrum-icons/workflow (2)     - 4.2.15, 4.2.19

So I’ll have to address that first.

@LFDanLu
Copy link
Member

LFDanLu commented Mar 11, 2025

yep that would do it, is there a particular reason you have @adobe/react-spectrum and @react-spectrum/list at the same time? ListView should be available from @adobe/react-spectrum and relying on the monopackage should make it less likely to run into these dupe package issues.

@strogonoff
Copy link
Author

The script was a handy find, but surprisingly after getting rid of all duplicates (as confirmed by lockCheck.cjs) this remains an issue :(

@strogonoff
Copy link
Author

strogonoff commented Mar 11, 2025

yep that would do it, is there a particular reason you have @adobe/react-spectrum and @react-spectrum/list at the same time?

To clarify, I only have @react-spectrum/list in the lockfile. I do not install it explicitly.

However, I explicitly have to install both @adobe/react-spectrum and react-aria-components (as I use the latter’s <Toolbar> and <Group>, I have to specify it in order for the import to work, hasn’t caused a problem before, but maybe it does now).

@strogonoff
Copy link
Author

Eliminating all Spectrum dependencies and then adding them again was a good way to sort out all duplicates, but didn’t help address the issue. Even re-installing the same 3.37.1 results in broken behavior. I’m sure it has to do with the exact combination of packages, not just the overall version. I’ll revert back to the working combination for now.

Another thing of note is that I do have to install @react-spectrum/provider separately, too (somehow esbuild complains if I don’t).

But again, there are no duplicates among factually installed packages as per lockfile at this point, so I guess I will wait for a couple more versions to see if it resolves spontaneously.

@LFDanLu
Copy link
Member

LFDanLu commented Mar 11, 2025

strange that fixing the dupes didn't fix the issue... Do you have a repo I can poke around in?

@strogonoff
Copy link
Author

strogonoff commented Mar 12, 2025

strange that fixing the dupes didn't fix the issue... Do you have a repo I can poke around in?

I do, but probably can make it easier to investigate first with a more minimal repro…

My hypothesis is a particular combination of Spectrum package versions (no duplicates) in a lockfile should cause this to happen, if it doesn’t then it’s something elsewhere.

@snowystinger
Copy link
Member

can you provide the entries you have in your lockfile for all of our packages? maybe we can spot something through that

@strogonoff
Copy link
Author

Non-working combination

This is after removing & re-adding all requirements.

Image
"@adobe/react-spectrum@npm:^3.40.1":
  version: 3.40.1
  resolution: "@adobe/react-spectrum@npm:3.40.1"
  dependencies:
    "@internationalized/string": "npm:^3.2.5"
    "@react-aria/collections": "npm:3.0.0-beta.1"
    "@react-aria/i18n": "npm:^3.12.7"
    "@react-aria/ssr": "npm:^3.9.7"
    "@react-aria/utils": "npm:^3.28.1"
    "@react-aria/visually-hidden": "npm:^3.8.21"
    "@react-spectrum/accordion": "npm:^3.0.4"
    "@react-spectrum/actionbar": "npm:^3.6.5"
    "@react-spectrum/actiongroup": "npm:^3.10.13"
    "@react-spectrum/avatar": "npm:^3.0.20"
    "@react-spectrum/badge": "npm:^3.1.21"
    "@react-spectrum/breadcrumbs": "npm:^3.9.15"
    "@react-spectrum/button": "npm:^3.16.12"
    "@react-spectrum/buttongroup": "npm:^3.6.20"
    "@react-spectrum/calendar": "npm:^3.6.2"
    "@react-spectrum/checkbox": "npm:^3.9.14"
    "@react-spectrum/color": "npm:^3.0.5"
    "@react-spectrum/combobox": "npm:^3.15.1"
    "@react-spectrum/contextualhelp": "npm:^3.6.19"
    "@react-spectrum/datepicker": "npm:^3.13.1"
    "@react-spectrum/dialog": "npm:^3.8.19"
    "@react-spectrum/divider": "npm:^3.5.21"
    "@react-spectrum/dnd": "npm:^3.5.3"
    "@react-spectrum/dropzone": "npm:^3.0.9"
    "@react-spectrum/filetrigger": "npm:^3.0.9"
    "@react-spectrum/form": "npm:^3.7.13"
    "@react-spectrum/icon": "npm:^3.8.3"
    "@react-spectrum/illustratedmessage": "npm:^3.5.8"
    "@react-spectrum/image": "npm:^3.5.9"
    "@react-spectrum/inlinealert": "npm:^3.2.13"
    "@react-spectrum/labeledvalue": "npm:^3.2.1"
    "@react-spectrum/layout": "npm:^3.6.13"
    "@react-spectrum/link": "npm:^3.6.15"
    "@react-spectrum/list": "npm:^3.9.3"
    "@react-spectrum/listbox": "npm:^3.14.3"
    "@react-spectrum/menu": "npm:^3.21.3"
    "@react-spectrum/meter": "npm:^3.5.8"
    "@react-spectrum/numberfield": "npm:^3.9.11"
    "@react-spectrum/overlays": "npm:^5.7.3"
    "@react-spectrum/picker": "npm:^3.15.7"
    "@react-spectrum/progress": "npm:^3.7.14"
    "@react-spectrum/provider": "npm:^3.10.3"
    "@react-spectrum/radio": "npm:^3.7.14"
    "@react-spectrum/searchfield": "npm:^3.8.14"
    "@react-spectrum/slider": "npm:^3.7.3"
    "@react-spectrum/statuslight": "npm:^3.5.20"
    "@react-spectrum/switch": "npm:^3.5.13"
    "@react-spectrum/table": "npm:^3.16.1"
    "@react-spectrum/tabs": "npm:^3.8.18"
    "@react-spectrum/tag": "npm:^3.2.14"
    "@react-spectrum/text": "npm:^3.5.13"
    "@react-spectrum/textfield": "npm:^3.13.1"
    "@react-spectrum/theme-dark": "npm:^3.5.16"
    "@react-spectrum/theme-default": "npm:^3.5.16"
    "@react-spectrum/theme-light": "npm:^3.4.16"
    "@react-spectrum/toast": "npm:^3.0.1"
    "@react-spectrum/tooltip": "npm:^3.7.3"
    "@react-spectrum/tree": "npm:^3.0.1"
    "@react-spectrum/view": "npm:^3.6.17"
    "@react-spectrum/well": "npm:^3.4.21"
    "@react-stately/collections": "npm:^3.12.2"
    "@react-stately/data": "npm:^3.12.2"
    "@react-types/shared": "npm:^3.28.0"
    client-only: "npm:^0.0.1"
  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
  checksum: 10c0/4bf74f68a03cc61a47fa559dec185e5cca71fbdb98af3f9611f519ede46faf4e11fef8776b90bee486ed02f48f22aad1070ee8b8c08207e8938ed84ea29a084d
  languageName: node
  linkType: hard

"react-aria-components@npm:^1.7.1":
  version: 1.7.1
  resolution: "react-aria-components@npm:1.7.1"
  dependencies:
    "@internationalized/date": "npm:^3.7.0"
    "@internationalized/string": "npm:^3.2.5"
    "@react-aria/autocomplete": "npm:3.0.0-beta.1"
    "@react-aria/collections": "npm:3.0.0-beta.1"
    "@react-aria/dnd": "npm:^3.9.1"
    "@react-aria/focus": "npm:^3.20.1"
    "@react-aria/interactions": "npm:^3.24.1"
    "@react-aria/live-announcer": "npm:^3.4.1"
    "@react-aria/toolbar": "npm:3.0.0-beta.14"
    "@react-aria/utils": "npm:^3.28.1"
    "@react-aria/virtualizer": "npm:^4.1.3"
    "@react-stately/autocomplete": "npm:3.0.0-beta.0"
    "@react-stately/layout": "npm:^4.2.1"
    "@react-stately/selection": "npm:^3.20.0"
    "@react-stately/table": "npm:^3.14.0"
    "@react-stately/utils": "npm:^3.10.5"
    "@react-stately/virtualizer": "npm:^4.3.1"
    "@react-types/form": "npm:^3.7.10"
    "@react-types/grid": "npm:^3.3.0"
    "@react-types/shared": "npm:^3.28.0"
    "@react-types/table": "npm:^3.11.0"
    "@swc/helpers": "npm:^0.5.0"
    client-only: "npm:^0.0.1"
    react-aria: "npm:^3.38.1"
    react-stately: "npm:^3.36.1"
    use-sync-external-store: "npm:^1.4.0"
  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
  checksum: 10c0/586ddd71425a094409ef7edcc72ed8380a6decb1f26276a61fd598cd4f47d5edd9dc75af7b423307be5432d24ee5387e461c204b30518acd4265d0630426a90f
  languageName: node
  linkType: hard

Breakdowns:

Aria
"@react-aria/actiongroup@npm:^3.7.14":
version: 3.7.14
resolution: "@react-aria/actiongroup@npm:3.7.14"
dependencies:
  "@react-aria/focus": "npm:^3.20.1"
  "@react-aria/i18n": "npm:^3.12.7"
  "@react-aria/interactions": "npm:^3.24.1"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-stately/list": "npm:^3.12.0"
  "@react-types/actiongroup": "npm:^3.4.15"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/3856c4f71acfa354e6cad308c4ba199f140b34ee394f9c0ce93b43162a8fc904308a88fd18a0e69ef3d27e6b16f312d23fad23903ce4d98156c1e6b26aba5b6b
languageName: node
linkType: hard

"@react-aria/autocomplete@npm:3.0.0-beta.1":
version: 3.0.0-beta.1
resolution: "@react-aria/autocomplete@npm:3.0.0-beta.1"
dependencies:
  "@react-aria/combobox": "npm:^3.12.1"
  "@react-aria/focus": "npm:^3.20.1"
  "@react-aria/i18n": "npm:^3.12.7"
  "@react-aria/interactions": "npm:^3.24.1"
  "@react-aria/listbox": "npm:^3.14.2"
  "@react-aria/searchfield": "npm:^3.8.2"
  "@react-aria/textfield": "npm:^3.17.1"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-stately/autocomplete": "npm:3.0.0-beta.0"
  "@react-stately/combobox": "npm:^3.10.3"
  "@react-types/autocomplete": "npm:3.0.0-alpha.29"
  "@react-types/button": "npm:^3.11.0"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/e5c81e2ef61b2286b3dd9a3f48ba3d16913f82ddc4d7c60f8a58204ddaafbedbfe5a99cee2d327634f4698720414a0aea5fc47bc433ca9a12273818cdcfd6535
languageName: node
linkType: hard

"@react-aria/breadcrumbs@npm:^3.5.22":
version: 3.5.22
resolution: "@react-aria/breadcrumbs@npm:3.5.22"
dependencies:
  "@react-aria/i18n": "npm:^3.12.7"
  "@react-aria/link": "npm:^3.7.10"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-types/breadcrumbs": "npm:^3.7.11"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/39962e53affe7ebebcf6e1dfe6a39241c8bf63f68121015fa268ff8891182e568dae8a39febdf29cac91dd7b2b646792b43fe8a8aa0958ee30e2e87a0a1170ef
languageName: node
linkType: hard

"@react-aria/button@npm:^3.12.1":
version: 3.12.1
resolution: "@react-aria/button@npm:3.12.1"
dependencies:
  "@react-aria/interactions": "npm:^3.24.1"
  "@react-aria/toolbar": "npm:3.0.0-beta.14"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-stately/toggle": "npm:^3.8.2"
  "@react-types/button": "npm:^3.11.0"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/d273b8bafc77dc82ec0abe0a11fcab6a5847ebc754de3ed9594ec66211c1b122d75952d86afd8c3521d0830f67b81eda6e4ffd6a649c061344b9e496af070cf9
languageName: node
linkType: hard

"@react-aria/calendar@npm:^3.7.2":
version: 3.7.2
resolution: "@react-aria/calendar@npm:3.7.2"
dependencies:
  "@internationalized/date": "npm:^3.7.0"
  "@react-aria/i18n": "npm:^3.12.7"
  "@react-aria/interactions": "npm:^3.24.1"
  "@react-aria/live-announcer": "npm:^3.4.1"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-stately/calendar": "npm:^3.7.1"
  "@react-types/button": "npm:^3.11.0"
  "@react-types/calendar": "npm:^3.6.1"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/202c2e63f829d137654bf4ec6d39c13400877c60995493264429b7beb11c69510e592ace33f444cb7e5f56537d9269e74d4ce2192e600d55d0fd66d6a8e7f8ac
languageName: node
linkType: hard

"@react-aria/checkbox@npm:^3.15.3":
version: 3.15.3
resolution: "@react-aria/checkbox@npm:3.15.3"
dependencies:
  "@react-aria/form": "npm:^3.0.14"
  "@react-aria/interactions": "npm:^3.24.1"
  "@react-aria/label": "npm:^3.7.16"
  "@react-aria/toggle": "npm:^3.11.1"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-stately/checkbox": "npm:^3.6.12"
  "@react-stately/form": "npm:^3.1.2"
  "@react-stately/toggle": "npm:^3.8.2"
  "@react-types/checkbox": "npm:^3.9.2"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/1840b7d708a663d7997a34d74eded3ed2266a8573665097417ca9ca8a13b99ddf42979dd1d8f6145c355a768edbc385833014c2068263e2cdeeac8a47475685c
languageName: node
linkType: hard

"@react-aria/collections@npm:3.0.0-beta.1":
version: 3.0.0-beta.1
resolution: "@react-aria/collections@npm:3.0.0-beta.1"
dependencies:
  "@react-aria/interactions": "npm:^3.24.1"
  "@react-aria/ssr": "npm:^3.9.7"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
  use-sync-external-store: "npm:^1.4.0"
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
checksum: 10c0/5d2cae903e747aab4b28ab61fc2fbb88a8538c60ce70d207569d9d5b6f79544b4a4fce84dc1c1b8e87ad0f2b5b7a4280e03008e79726a74ebcd60ffcdc68550d
languageName: node
linkType: hard

"@react-aria/color@npm:^3.0.5":
version: 3.0.5
resolution: "@react-aria/color@npm:3.0.5"
dependencies:
  "@react-aria/i18n": "npm:^3.12.7"
  "@react-aria/interactions": "npm:^3.24.1"
  "@react-aria/numberfield": "npm:^3.11.12"
  "@react-aria/slider": "npm:^3.7.17"
  "@react-aria/spinbutton": "npm:^3.6.13"
  "@react-aria/textfield": "npm:^3.17.1"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-aria/visually-hidden": "npm:^3.8.21"
  "@react-stately/color": "npm:^3.8.3"
  "@react-stately/form": "npm:^3.1.2"
  "@react-types/color": "npm:^3.0.3"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/e9ff235764b739f4dc8a182703cbbb9ef62558868e2ec7e415fb1d25898d5e22fda2df52afc086cc227fc806077ed4d783bd1d4e65359da555e9cc68e375a4ca
languageName: node
linkType: hard

"@react-aria/combobox@npm:^3.12.1":
version: 3.12.1
resolution: "@react-aria/combobox@npm:3.12.1"
dependencies:
  "@react-aria/focus": "npm:^3.20.1"
  "@react-aria/i18n": "npm:^3.12.7"
  "@react-aria/listbox": "npm:^3.14.2"
  "@react-aria/live-announcer": "npm:^3.4.1"
  "@react-aria/menu": "npm:^3.18.1"
  "@react-aria/overlays": "npm:^3.26.1"
  "@react-aria/selection": "npm:^3.23.1"
  "@react-aria/textfield": "npm:^3.17.1"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-stately/collections": "npm:^3.12.2"
  "@react-stately/combobox": "npm:^3.10.3"
  "@react-stately/form": "npm:^3.1.2"
  "@react-types/button": "npm:^3.11.0"
  "@react-types/combobox": "npm:^3.13.3"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/1b7b751072541d53efe7c42a96b95154900c255da19dedf2cc1202f6522535dc6548f14f9f9383704a27205d82a4c52c5b8d6f37b03aa020d6a26027f86f3b98
languageName: node
linkType: hard

"@react-aria/datepicker@npm:^3.14.1":
version: 3.14.1
resolution: "@react-aria/datepicker@npm:3.14.1"
dependencies:
  "@internationalized/date": "npm:^3.7.0"
  "@internationalized/number": "npm:^3.6.0"
  "@internationalized/string": "npm:^3.2.5"
  "@react-aria/focus": "npm:^3.20.1"
  "@react-aria/form": "npm:^3.0.14"
  "@react-aria/i18n": "npm:^3.12.7"
  "@react-aria/interactions": "npm:^3.24.1"
  "@react-aria/label": "npm:^3.7.16"
  "@react-aria/spinbutton": "npm:^3.6.13"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-stately/datepicker": "npm:^3.13.0"
  "@react-stately/form": "npm:^3.1.2"
  "@react-types/button": "npm:^3.11.0"
  "@react-types/calendar": "npm:^3.6.1"
  "@react-types/datepicker": "npm:^3.11.0"
  "@react-types/dialog": "npm:^3.5.16"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/c3c15ceb7cde2ba99a266ea5af8f01efe149c0e1ed99be22b8c92d485490976ede530203cd11ed273163749870cc8327b38bab8fa74bf731a19a1c206aa05654
languageName: node
linkType: hard

"@react-aria/dialog@npm:^3.5.23":
version: 3.5.23
resolution: "@react-aria/dialog@npm:3.5.23"
dependencies:
  "@react-aria/interactions": "npm:^3.24.1"
  "@react-aria/overlays": "npm:^3.26.1"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-types/dialog": "npm:^3.5.16"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/6501509895665674c85ccef569fa5102f15c495c9809c499eb6633ab017491ed526a82b837de6eb903e1f6a1e207c9622d241ca455081f82166d8e9ab44b213d
languageName: node
linkType: hard

"@react-aria/disclosure@npm:^3.0.3":
version: 3.0.3
resolution: "@react-aria/disclosure@npm:3.0.3"
dependencies:
  "@react-aria/ssr": "npm:^3.9.7"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-stately/disclosure": "npm:^3.0.2"
  "@react-types/button": "npm:^3.11.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/042729741c415ae72dcdd4e18dcb432435cae8025b9212f292fd556252e1f5a205d631b3efb46b37ae43c3c2e27bede7adf5e4ce2243c0fc7498bad000b4e228
languageName: node
linkType: hard

"@react-aria/dnd@npm:^3.9.1":
version: 3.9.1
resolution: "@react-aria/dnd@npm:3.9.1"
dependencies:
  "@internationalized/string": "npm:^3.2.5"
  "@react-aria/i18n": "npm:^3.12.7"
  "@react-aria/interactions": "npm:^3.24.1"
  "@react-aria/live-announcer": "npm:^3.4.1"
  "@react-aria/overlays": "npm:^3.26.1"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-stately/dnd": "npm:^3.5.2"
  "@react-types/button": "npm:^3.11.0"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/a2796ccd648f957218ddc0ef9abb1ba795bd8fe209de1049d34ef376d1d281058c3f313881d588aac257e0a27128e7ea9c28a39afbf28901cb145972f0be1b42
languageName: node
linkType: hard

"@react-aria/focus@npm:^3.20.1":
version: 3.20.1
resolution: "@react-aria/focus@npm:3.20.1"
dependencies:
  "@react-aria/interactions": "npm:^3.24.1"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
  clsx: "npm:^2.0.0"
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
checksum: 10c0/be982f6cff4531d12894f35b99c326835315d723bf736e36d044cbbffab3b35307620bdbcbd92454010f94a35d851e5976fa9318b4b38ad8d15b1dee447710d6
languageName: node
linkType: hard

"@react-aria/form@npm:^3.0.14":
version: 3.0.14
resolution: "@react-aria/form@npm:3.0.14"
dependencies:
  "@react-aria/interactions": "npm:^3.24.1"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-stately/form": "npm:^3.1.2"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/8f43f4ff5a8dfdf6474f3e1f05b1077648cf05dd3fd1e0314e602ac0ea35c9840ebf9114c79c60df982b1bd5c25ab49c258a2c82e92fc974f9b3efaa12874869
languageName: node
linkType: hard

"@react-aria/grid@npm:^3.12.1":
version: 3.12.1
resolution: "@react-aria/grid@npm:3.12.1"
dependencies:
  "@react-aria/focus": "npm:^3.20.1"
  "@react-aria/i18n": "npm:^3.12.7"
  "@react-aria/interactions": "npm:^3.24.1"
  "@react-aria/live-announcer": "npm:^3.4.1"
  "@react-aria/selection": "npm:^3.23.1"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-stately/collections": "npm:^3.12.2"
  "@react-stately/grid": "npm:^3.11.0"
  "@react-stately/selection": "npm:^3.20.0"
  "@react-types/checkbox": "npm:^3.9.2"
  "@react-types/grid": "npm:^3.3.0"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/e9462a9aec744963689b9eea817aa94044218a88476bf448a1cf538bf7490f214eeb9682f2002fb2ea230947a02c8e625219e4ad0b169a616cc384de18579da6
languageName: node
linkType: hard

"@react-aria/gridlist@npm:^3.11.1":
version: 3.11.1
resolution: "@react-aria/gridlist@npm:3.11.1"
dependencies:
  "@react-aria/focus": "npm:^3.20.1"
  "@react-aria/grid": "npm:^3.12.1"
  "@react-aria/i18n": "npm:^3.12.7"
  "@react-aria/interactions": "npm:^3.24.1"
  "@react-aria/selection": "npm:^3.23.1"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-stately/collections": "npm:^3.12.2"
  "@react-stately/list": "npm:^3.12.0"
  "@react-stately/tree": "npm:^3.8.8"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/3e33834ac85e000f9500228c3fcfa9406e2976a5e61cb7df36c23471d5f1c41d1f266afffa9af607481e159cce274811dcbc28a0e415983cf8b424e69f7644f3
languageName: node
linkType: hard

"@react-aria/i18n@npm:^3.12.7":
version: 3.12.7
resolution: "@react-aria/i18n@npm:3.12.7"
dependencies:
  "@internationalized/date": "npm:^3.7.0"
  "@internationalized/message": "npm:^3.1.6"
  "@internationalized/number": "npm:^3.6.0"
  "@internationalized/string": "npm:^3.2.5"
  "@react-aria/ssr": "npm:^3.9.7"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/414f44f1a0377943d7d3a1ced74a340144206b65d83010aee584c80b8cf02a81e8b0b11f338e8a2668f89c77a06e00d49be92536d694ae415b56c9659e22c869
languageName: node
linkType: hard

"@react-aria/interactions@npm:^3.24.1":
version: 3.24.1
resolution: "@react-aria/interactions@npm:3.24.1"
dependencies:
  "@react-aria/ssr": "npm:^3.9.7"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-stately/flags": "npm:^3.1.0"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/984c5782336eca52a09536733bd41e6b88b15ed648ebe471dbaccc4dabec7b8e3018d1f2c95054272c8ce723379384efd2908181209dee7e204ba5c663c80964
languageName: node
linkType: hard

"@react-aria/label@npm:^3.7.16":
version: 3.7.16
resolution: "@react-aria/label@npm:3.7.16"
dependencies:
  "@react-aria/utils": "npm:^3.28.1"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/098c0ba80e1dc5042cce15eba5bbbde82a93fddd9bb35b31f08a5dd63df11517bdff916b6359f3da2a6fb8375f0ca74d0753b0b805c80aa40a462786796357c2
languageName: node
linkType: hard

"@react-aria/landmark@npm:^3.0.1":
version: 3.0.1
resolution: "@react-aria/landmark@npm:3.0.1"
dependencies:
  "@react-aria/utils": "npm:^3.28.1"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
  use-sync-external-store: "npm:^1.4.0"
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
checksum: 10c0/4c82363925dda7b8a2552861a844956c5e356bf6de0a082ce8d9428791b47c252f075f37a6d99a98b4142a3ee1f3b5c82fea9d19060a172e6704cc61be641257
languageName: node
linkType: hard

"@react-aria/link@npm:^3.7.10":
version: 3.7.10
resolution: "@react-aria/link@npm:3.7.10"
dependencies:
  "@react-aria/interactions": "npm:^3.24.1"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-types/link": "npm:^3.5.11"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/28cf88e30bdf8fe48da101f85f4c75394ac8fcc32272556de9c8e09d988f6373079ad66451a88ef2c3ac7b2ca650a0731ba2d3f45fced7815c9ddd1b42d7e2e7
languageName: node
linkType: hard

"@react-aria/listbox@npm:^3.14.2":
version: 3.14.2
resolution: "@react-aria/listbox@npm:3.14.2"
dependencies:
  "@react-aria/interactions": "npm:^3.24.1"
  "@react-aria/label": "npm:^3.7.16"
  "@react-aria/selection": "npm:^3.23.1"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-stately/collections": "npm:^3.12.2"
  "@react-stately/list": "npm:^3.12.0"
  "@react-types/listbox": "npm:^3.5.5"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/166755df3b081b5b1f5d420ed746add5aa18d0708810b1b013e3089eb70489356669f898f4a2f314589d1757eb5645a7f66a6074005469873af86df5d9bc52b2
languageName: node
linkType: hard

"@react-aria/live-announcer@npm:^3.4.1":
version: 3.4.1
resolution: "@react-aria/live-announcer@npm:3.4.1"
dependencies:
  "@swc/helpers": "npm:^0.5.0"
checksum: 10c0/285ce2e72e607c6e2793a3e8978bdaa388aad34168de3211bc88f78ec994a393ce1a4f3e728d8c57d7acc8a7ce1ca1e926c8badc371e547af7f4e3d55a99c1c8
languageName: node
linkType: hard

"@react-aria/menu@npm:^3.18.1":
version: 3.18.1
resolution: "@react-aria/menu@npm:3.18.1"
dependencies:
  "@react-aria/focus": "npm:^3.20.1"
  "@react-aria/i18n": "npm:^3.12.7"
  "@react-aria/interactions": "npm:^3.24.1"
  "@react-aria/overlays": "npm:^3.26.1"
  "@react-aria/selection": "npm:^3.23.1"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-stately/collections": "npm:^3.12.2"
  "@react-stately/menu": "npm:^3.9.2"
  "@react-stately/selection": "npm:^3.20.0"
  "@react-stately/tree": "npm:^3.8.8"
  "@react-types/button": "npm:^3.11.0"
  "@react-types/menu": "npm:^3.9.15"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/8f34e204e83846d561ee25dd0645e12f100a85c6d1ba384ed203589943dc017ca2045b9f608f16ddca51ba02d8b9428660534e9ac50910a27f4c3ec27a16d6f4
languageName: node
linkType: hard

"@react-aria/meter@npm:^3.4.21":
version: 3.4.21
resolution: "@react-aria/meter@npm:3.4.21"
dependencies:
  "@react-aria/progress": "npm:^3.4.21"
  "@react-types/meter": "npm:^3.4.7"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/0988e04f3c8a877cb73b72de99ec478c5fac6031b1c31a10353b02c0b141b6d71143278f0ea9f403adbd54db766a2219a2875a262f1a0eea2dfd0955a832c883
languageName: node
linkType: hard

"@react-aria/numberfield@npm:^3.11.12":
version: 3.11.12
resolution: "@react-aria/numberfield@npm:3.11.12"
dependencies:
  "@react-aria/i18n": "npm:^3.12.7"
  "@react-aria/interactions": "npm:^3.24.1"
  "@react-aria/spinbutton": "npm:^3.6.13"
  "@react-aria/textfield": "npm:^3.17.1"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-stately/form": "npm:^3.1.2"
  "@react-stately/numberfield": "npm:^3.9.10"
  "@react-types/button": "npm:^3.11.0"
  "@react-types/numberfield": "npm:^3.8.9"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/0009234817989fbd381ac3e151510cec4b2effe40a4cdbf089011d6a764159166a0ea64bd5bb77a7cdaf46172dcecef7aa38fcfcd9a1a65cd30831a552b96b4c
languageName: node
linkType: hard

"@react-aria/overlays@npm:^3.26.1":
version: 3.26.1
resolution: "@react-aria/overlays@npm:3.26.1"
dependencies:
  "@react-aria/focus": "npm:^3.20.1"
  "@react-aria/i18n": "npm:^3.12.7"
  "@react-aria/interactions": "npm:^3.24.1"
  "@react-aria/ssr": "npm:^3.9.7"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-aria/visually-hidden": "npm:^3.8.21"
  "@react-stately/overlays": "npm:^3.6.14"
  "@react-types/button": "npm:^3.11.0"
  "@react-types/overlays": "npm:^3.8.13"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/6dfb5de858643d87103261c9663fbf155f5d988c03d42fa601233906425cc0fa4d09c519b8b02e9addd48a44afb69a8eb1ee666fe2f2ec1a0dcc137f5a2c8bb4
languageName: node
linkType: hard

"@react-aria/progress@npm:^3.4.21":
version: 3.4.21
resolution: "@react-aria/progress@npm:3.4.21"
dependencies:
  "@react-aria/i18n": "npm:^3.12.7"
  "@react-aria/label": "npm:^3.7.16"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-types/progress": "npm:^3.5.10"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/a2fab816a7328afcea2d03830dcce945d8b51f4edd900987229f2b6697703b2bb32a16ddcead1b6c4aa18848ef98d058d8bda512ca5ca68d8d8c13dd872aadbf
languageName: node
linkType: hard

"@react-aria/radio@npm:^3.11.1":
version: 3.11.1
resolution: "@react-aria/radio@npm:3.11.1"
dependencies:
  "@react-aria/focus": "npm:^3.20.1"
  "@react-aria/form": "npm:^3.0.14"
  "@react-aria/i18n": "npm:^3.12.7"
  "@react-aria/interactions": "npm:^3.24.1"
  "@react-aria/label": "npm:^3.7.16"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-stately/radio": "npm:^3.10.11"
  "@react-types/radio": "npm:^3.8.7"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/49a6b932a67639e6569913797fcf499a4812a51607c5e48de5adae0b2a3f5ab05ab24ff21414bf6505840c509b8b1da6c4b71125f2dbb62a18552e00f5624fd7
languageName: node
linkType: hard

"@react-aria/searchfield@npm:^3.8.2":
version: 3.8.2
resolution: "@react-aria/searchfield@npm:3.8.2"
dependencies:
  "@react-aria/i18n": "npm:^3.12.7"
  "@react-aria/textfield": "npm:^3.17.1"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-stately/searchfield": "npm:^3.5.10"
  "@react-types/button": "npm:^3.11.0"
  "@react-types/searchfield": "npm:^3.6.0"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/a0de7e77a5b9aae608c724457694ff546845c8d2cdd10875571dedaf2869022e510321818256d29252d9eb57e552eea26b2f2fd98306444c847b5797b8b75358
languageName: node
linkType: hard

"@react-aria/select@npm:^3.15.3":
version: 3.15.3
resolution: "@react-aria/select@npm:3.15.3"
dependencies:
  "@react-aria/form": "npm:^3.0.14"
  "@react-aria/i18n": "npm:^3.12.7"
  "@react-aria/interactions": "npm:^3.24.1"
  "@react-aria/label": "npm:^3.7.16"
  "@react-aria/listbox": "npm:^3.14.2"
  "@react-aria/menu": "npm:^3.18.1"
  "@react-aria/selection": "npm:^3.23.1"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-aria/visually-hidden": "npm:^3.8.21"
  "@react-stately/select": "npm:^3.6.11"
  "@react-types/button": "npm:^3.11.0"
  "@react-types/select": "npm:^3.9.10"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/e3ff76c4b2906503898daf665c3571403a18bd35c95134fbe76a75a480b58850f3b04d6d17592628a9f8e884af15582a06c0a3276c95e4b3e9a93cdde5a7a847
languageName: node
linkType: hard

"@react-aria/selection@npm:^3.23.1":
version: 3.23.1
resolution: "@react-aria/selection@npm:3.23.1"
dependencies:
  "@react-aria/focus": "npm:^3.20.1"
  "@react-aria/i18n": "npm:^3.12.7"
  "@react-aria/interactions": "npm:^3.24.1"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-stately/selection": "npm:^3.20.0"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/1f83c4cee234035dc3478cd5cb6153e61f12a3a0e22cfc8dfd2ba0788627a5c0df798a0a4684127a883c9e3ec63ec01e8484dc24c596e9c69c45d155c499257e
languageName: node
linkType: hard

"@react-aria/separator@npm:^3.4.7":
version: 3.4.7
resolution: "@react-aria/separator@npm:3.4.7"
dependencies:
  "@react-aria/utils": "npm:^3.28.1"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/6d36c7448def03a407a6d18f44798cb0f400734b86e1c6ba55169be2a5c03ce5c325cab3402f814422e87b193b8b6954718f12c0ea0413558ae100041249728f
languageName: node
linkType: hard

"@react-aria/slider@npm:^3.7.17":
version: 3.7.17
resolution: "@react-aria/slider@npm:3.7.17"
dependencies:
  "@react-aria/i18n": "npm:^3.12.7"
  "@react-aria/interactions": "npm:^3.24.1"
  "@react-aria/label": "npm:^3.7.16"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-stately/slider": "npm:^3.6.2"
  "@react-types/shared": "npm:^3.28.0"
  "@react-types/slider": "npm:^3.7.9"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/0544a8e81554bea28c179521803c4b8176688b0e31156c80b2c81c7e5fce03a1f74642851e719a048b57d40b7672b6fa6da9873e0c3c84f495f1ef8debe61ac6
languageName: node
linkType: hard

"@react-aria/spinbutton@npm:^3.6.13":
version: 3.6.13
resolution: "@react-aria/spinbutton@npm:3.6.13"
dependencies:
  "@react-aria/i18n": "npm:^3.12.7"
  "@react-aria/live-announcer": "npm:^3.4.1"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-types/button": "npm:^3.11.0"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/47167cc261c56eee8f293e741d42d376d27413c4c523d8c81ddd22a6ac4b3c4b6ebb419bcc0c50e38ef228447e8321503ad0da7ae950f63dd52ffcfa72b437c5
languageName: node
linkType: hard

"@react-aria/ssr@npm:^3.9.7":
version: 3.9.7
resolution: "@react-aria/ssr@npm:3.9.7"
dependencies:
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/37168cd81b1e8223aedb906c1333381f3c436dadf58cbd675606ced314605ce5c49eee5c831309648bfbab78a8598c344be636a85962c742ebf11ae7e87ee93e
languageName: node
linkType: hard

"@react-aria/switch@npm:^3.7.1":
version: 3.7.1
resolution: "@react-aria/switch@npm:3.7.1"
dependencies:
  "@react-aria/toggle": "npm:^3.11.1"
  "@react-stately/toggle": "npm:^3.8.2"
  "@react-types/shared": "npm:^3.28.0"
  "@react-types/switch": "npm:^3.5.9"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/9197777121aa67886c6f83e4bd21f71072cbbedd7c8a50c24a39376c7c2ba0580d067d57d446c2c7530033fc12cb357a09c59de570942c358b83f3a1461f9f4c
languageName: node
linkType: hard

"@react-aria/table@npm:^3.17.1":
version: 3.17.1
resolution: "@react-aria/table@npm:3.17.1"
dependencies:
  "@react-aria/focus": "npm:^3.20.1"
  "@react-aria/grid": "npm:^3.12.1"
  "@react-aria/i18n": "npm:^3.12.7"
  "@react-aria/interactions": "npm:^3.24.1"
  "@react-aria/live-announcer": "npm:^3.4.1"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-aria/visually-hidden": "npm:^3.8.21"
  "@react-stately/collections": "npm:^3.12.2"
  "@react-stately/flags": "npm:^3.1.0"
  "@react-stately/table": "npm:^3.14.0"
  "@react-types/checkbox": "npm:^3.9.2"
  "@react-types/grid": "npm:^3.3.0"
  "@react-types/shared": "npm:^3.28.0"
  "@react-types/table": "npm:^3.11.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/8598f39e10b652f40824b6f80d8f5b413b954b19e55d3d06c5a98b0e9b43fc7807488981783f343163472da657b2972ebf414cea829126bcc2a90cd9732febe7
languageName: node
linkType: hard

"@react-aria/tabs@npm:^3.10.1":
version: 3.10.1
resolution: "@react-aria/tabs@npm:3.10.1"
dependencies:
  "@react-aria/focus": "npm:^3.20.1"
  "@react-aria/i18n": "npm:^3.12.7"
  "@react-aria/selection": "npm:^3.23.1"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-stately/tabs": "npm:^3.8.0"
  "@react-types/shared": "npm:^3.28.0"
  "@react-types/tabs": "npm:^3.3.13"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/743c51316454437db21bc16c50668d99da0940c5b085f32f7c04d07e21bef056f81b1582b4bb634abf12c38cf2e9641df2fafafd8dd023747d75571c4e20fae9
languageName: node
linkType: hard

"@react-aria/tag@npm:^3.5.1":
version: 3.5.1
resolution: "@react-aria/tag@npm:3.5.1"
dependencies:
  "@react-aria/gridlist": "npm:^3.11.1"
  "@react-aria/i18n": "npm:^3.12.7"
  "@react-aria/interactions": "npm:^3.24.1"
  "@react-aria/label": "npm:^3.7.16"
  "@react-aria/selection": "npm:^3.23.1"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-stately/list": "npm:^3.12.0"
  "@react-types/button": "npm:^3.11.0"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/2cdf4e3d0cc82d13f96098d34d70fd90f2fdb8d25ab70d92a89783af550d3787defd2021c4a0858dc85f2a142bf208182dcda3c6410423fb8ec1ebd11ea1fc75
languageName: node
linkType: hard

"@react-aria/textfield@npm:^3.17.1":
version: 3.17.1
resolution: "@react-aria/textfield@npm:3.17.1"
dependencies:
  "@react-aria/form": "npm:^3.0.14"
  "@react-aria/interactions": "npm:^3.24.1"
  "@react-aria/label": "npm:^3.7.16"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-stately/form": "npm:^3.1.2"
  "@react-stately/utils": "npm:^3.10.5"
  "@react-types/shared": "npm:^3.28.0"
  "@react-types/textfield": "npm:^3.12.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/82ab6a218fb7b714bdc66dfd6437ec61047212101a1db2a46e981f3e7d17c911b59b403f36172a78adbf528e8cf8664cf3a8993a525f4e1fb7fc60ab0639e79a
languageName: node
linkType: hard

"@react-aria/toast@npm:^3.0.1":
version: 3.0.1
resolution: "@react-aria/toast@npm:3.0.1"
dependencies:
  "@react-aria/i18n": "npm:^3.12.7"
  "@react-aria/interactions": "npm:^3.24.1"
  "@react-aria/landmark": "npm:^3.0.1"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-stately/toast": "npm:^3.0.0"
  "@react-types/button": "npm:^3.11.0"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/36d7ed0654dfae7965b472147dcbf39ec1d24bba5b71f90696d590793898b2fc69a2d5e2ebff9b5959072d38f9fa4dede90df5dfd9f69ae63ec0e58ca3fe331f
languageName: node
linkType: hard

"@react-aria/toggle@npm:^3.11.1":
version: 3.11.1
resolution: "@react-aria/toggle@npm:3.11.1"
dependencies:
  "@react-aria/interactions": "npm:^3.24.1"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-stately/toggle": "npm:^3.8.2"
  "@react-types/checkbox": "npm:^3.9.2"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/2e266554ce75a5d13b77190fb99bacdb9c253f1cd4d956fc15581009c9d898df31c527bb31f3f6b619c57d947cf832edfdfb3da44c9ff61467e31bfa3c0d5f59
languageName: node
linkType: hard

"@react-aria/toolbar@npm:3.0.0-beta.14":
version: 3.0.0-beta.14
resolution: "@react-aria/toolbar@npm:3.0.0-beta.14"
dependencies:
  "@react-aria/focus": "npm:^3.20.1"
  "@react-aria/i18n": "npm:^3.12.7"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/71ceddd731d32c18bc5716d9beb213703e4bf7eaaa515a4f994ee8d8c03a92b5bc902dfaf6e1574fccb6df2949331ce32d567521e426733ebd02f755779177d9
languageName: node
linkType: hard

"@react-aria/tooltip@npm:^3.8.1":
version: 3.8.1
resolution: "@react-aria/tooltip@npm:3.8.1"
dependencies:
  "@react-aria/interactions": "npm:^3.24.1"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-stately/tooltip": "npm:^3.5.2"
  "@react-types/shared": "npm:^3.28.0"
  "@react-types/tooltip": "npm:^3.4.15"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/25eb4cb5eda7e6ab0e2507f6dc9336f6df388c0aea03755417095ccfa4535dbf18c21c8cc314e0b73367582ce508459d2f78c117945e0e4666fb65eefc06ddc0
languageName: node
linkType: hard

"@react-aria/tree@npm:^3.0.1":
version: 3.0.1
resolution: "@react-aria/tree@npm:3.0.1"
dependencies:
  "@react-aria/gridlist": "npm:^3.11.1"
  "@react-aria/i18n": "npm:^3.12.7"
  "@react-aria/selection": "npm:^3.23.1"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-stately/tree": "npm:^3.8.8"
  "@react-types/button": "npm:^3.11.0"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/3e396c9501353f35ee67ffa283593840827bf971ff864bb2222b011194262b7a9d4b0af8097b014ba6fadae4ab835dc6cfd5b5a905bba035684d51c102b08b18
languageName: node
linkType: hard

"@react-aria/utils@npm:^3.28.1":
version: 3.28.1
resolution: "@react-aria/utils@npm:3.28.1"
dependencies:
  "@react-aria/ssr": "npm:^3.9.7"
  "@react-stately/flags": "npm:^3.1.0"
  "@react-stately/utils": "npm:^3.10.5"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
  clsx: "npm:^2.0.0"
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
checksum: 10c0/dcda0e238b3bbd9cd6a59563a0491320cf68f27b0b1e2bd4ee540ab4d7aaa7483cf20d96bbcd0041b5746598f4990239d1a697a6d57348607ac4cc452f69a147
languageName: node
linkType: hard

"@react-aria/virtualizer@npm:^4.1.3":
version: 4.1.3
resolution: "@react-aria/virtualizer@npm:4.1.3"
dependencies:
  "@react-aria/i18n": "npm:^3.12.7"
  "@react-aria/interactions": "npm:^3.24.1"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-stately/virtualizer": "npm:^4.3.1"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/a6c62731d7a5011471b49e38ca6271312263ddd007749043da97b8e39f0c3794cfeccf51460238397071642480f0f5be141d0814ce3ee634dc388ec409bdcb3d
languageName: node
linkType: hard

"@react-aria/visually-hidden@npm:^3.8.21":
version: 3.8.21
resolution: "@react-aria/visually-hidden@npm:3.8.21"
dependencies:
  "@react-aria/interactions": "npm:^3.24.1"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/cedb1eada8327187f828767e9934c3e5151ef18824c810b46883cc74e57a0ff64f7e40bad49e5866aab1e34de19ebc20ca93c1fef499d6ab5b7de51d64627ed3
languageName: node
linkType: hard

Spectrum
"@adobe/react-spectrum-ui@npm:1.2.1":
version: 1.2.1
resolution: "@adobe/react-spectrum-ui@npm:1.2.1"
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
checksum: 10c0/2166a623a07b9892466e4287e6841a9e5f7e6d4ef6d2c227601ceb6b01fa9f84a2553103d435b1e6a6606a47e3a23474df90bd97b12ea8e3c4d0c8bc632377d3
languageName: node
linkType: hard

"@adobe/react-spectrum-workflow@npm:2.3.5":
version: 2.3.5
resolution: "@adobe/react-spectrum-workflow@npm:2.3.5"
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
checksum: 10c0/65de62192cc28528befd5e8faaa3c6d188638501571df13ef045079f0a20e4cf41f352c06c4b0fe6ea17a9f037368fd774e41b9a36379a755dad8409a6f72ace
languageName: node
linkType: hard

"@react-spectrum/accordion@npm:^3.0.4":
version: 3.0.4
resolution: "@react-spectrum/accordion@npm:3.0.4"
dependencies:
  "@react-aria/i18n": "npm:^3.12.7"
  "@react-spectrum/utils": "npm:^3.12.3"
  "@react-types/shared": "npm:^3.28.0"
  "@spectrum-icons/ui": "npm:^3.6.14"
  "@swc/helpers": "npm:^0.5.0"
  react-aria-components: "npm:^1.7.1"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  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
checksum: 10c0/dcfa1e5ed6694d415e28b14e243f3d592e4034dc0c86d9de119342f74cb8278e2c6ed1c8aae77d21e3deeb514928db97199c49842140bdb2be5b1ac4fd53ff4e
languageName: node
linkType: hard

"@react-spectrum/actionbar@npm:^3.6.5":
version: 3.6.5
resolution: "@react-spectrum/actionbar@npm:3.6.5"
dependencies:
  "@react-aria/focus": "npm:^3.20.1"
  "@react-aria/i18n": "npm:^3.12.7"
  "@react-aria/interactions": "npm:^3.24.1"
  "@react-aria/live-announcer": "npm:^3.4.1"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-spectrum/actiongroup": "npm:^3.10.13"
  "@react-spectrum/button": "npm:^3.16.12"
  "@react-spectrum/overlays": "npm:^5.7.3"
  "@react-spectrum/text": "npm:^3.5.13"
  "@react-spectrum/utils": "npm:^3.12.3"
  "@react-stately/collections": "npm:^3.12.2"
  "@react-types/actionbar": "npm:^3.1.13"
  "@react-types/shared": "npm:^3.28.0"
  "@spectrum-icons/ui": "npm:^3.6.14"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  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
checksum: 10c0/7f13afd4c0cd71fd6a77c9a65d19ba0ead987f01bebef416fdd8fcb7490dd3c722484647efde721e9678a96c86585f3160e20124f3c45681313915ed9ca5c5df
languageName: node
linkType: hard

"@react-spectrum/actiongroup@npm:^3.10.13":
version: 3.10.13
resolution: "@react-spectrum/actiongroup@npm:3.10.13"
dependencies:
  "@react-aria/actiongroup": "npm:^3.7.14"
  "@react-aria/focus": "npm:^3.20.1"
  "@react-aria/interactions": "npm:^3.24.1"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-spectrum/button": "npm:^3.16.12"
  "@react-spectrum/menu": "npm:^3.21.3"
  "@react-spectrum/text": "npm:^3.5.13"
  "@react-spectrum/tooltip": "npm:^3.7.3"
  "@react-spectrum/utils": "npm:^3.12.3"
  "@react-stately/collections": "npm:^3.12.2"
  "@react-stately/list": "npm:^3.12.0"
  "@react-types/actiongroup": "npm:^3.4.15"
  "@react-types/shared": "npm:^3.28.0"
  "@spectrum-icons/ui": "npm:^3.6.14"
  "@spectrum-icons/workflow": "npm:^4.2.19"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.2.0
  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
checksum: 10c0/f2b173c509bcfce4f45f1edcc8695ad5c64e16dab8df8e4d7d7c9a63c4fbd347110bd6a68947c251a45796da3af6bb7309def68fe905a65ae50d7f66a0808701
languageName: node
linkType: hard

"@react-spectrum/avatar@npm:^3.0.20":
version: 3.0.20
resolution: "@react-spectrum/avatar@npm:3.0.20"
dependencies:
  "@react-aria/utils": "npm:^3.28.1"
  "@react-spectrum/utils": "npm:^3.12.3"
  "@react-types/avatar": "npm:^3.0.13"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.2.1
  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
checksum: 10c0/251d1940ad6ba44d924dc6feaa7f90925676c1942e83d483721e59c0086130348ed2b5e4389f1c8f97ac877dee86c95ef7d73f51477648779b8552809fde2d40
languageName: node
linkType: hard

"@react-spectrum/badge@npm:^3.1.21":
version: 3.1.21
resolution: "@react-spectrum/badge@npm:3.1.21"
dependencies:
  "@react-aria/utils": "npm:^3.28.1"
  "@react-spectrum/text": "npm:^3.5.13"
  "@react-spectrum/utils": "npm:^3.12.3"
  "@react-types/badge": "npm:^3.1.15"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  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
checksum: 10c0/e367340a74d4ff36186d7439d23b43097408fb47ffa0dbad145ac7bfb0c099c27e6190f1b7b8110c2f3a8fb8b01be5190a57386abdf696b6e0d24db0dde49cfd
languageName: node
linkType: hard

"@react-spectrum/breadcrumbs@npm:^3.9.15":
version: 3.9.15
resolution: "@react-spectrum/breadcrumbs@npm:3.9.15"
dependencies:
  "@react-aria/breadcrumbs": "npm:^3.5.22"
  "@react-aria/focus": "npm:^3.20.1"
  "@react-aria/i18n": "npm:^3.12.7"
  "@react-aria/interactions": "npm:^3.24.1"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-spectrum/button": "npm:^3.16.12"
  "@react-spectrum/menu": "npm:^3.21.3"
  "@react-spectrum/utils": "npm:^3.12.3"
  "@react-stately/collections": "npm:^3.12.2"
  "@react-types/breadcrumbs": "npm:^3.7.11"
  "@react-types/shared": "npm:^3.28.0"
  "@spectrum-icons/ui": "npm:^3.6.14"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  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
checksum: 10c0/ea29e525508b8f568f2ca6cc8b1e89466a7c51abc1e83ee7c11d52f0fd789aeed493f3ac12e26e0158b32a7623998739df2825c0433bd3094817ba77acc389b6
languageName: node
linkType: hard

"@react-spectrum/button@npm:^3.16.12":
version: 3.16.12
resolution: "@react-spectrum/button@npm:3.16.12"
dependencies:
  "@react-aria/button": "npm:^3.12.1"
  "@react-aria/focus": "npm:^3.20.1"
  "@react-aria/i18n": "npm:^3.12.7"
  "@react-aria/interactions": "npm:^3.24.1"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-spectrum/progress": "npm:^3.7.14"
  "@react-spectrum/text": "npm:^3.5.13"
  "@react-spectrum/utils": "npm:^3.12.3"
  "@react-stately/toggle": "npm:^3.8.2"
  "@react-types/button": "npm:^3.11.0"
  "@react-types/shared": "npm:^3.28.0"
  "@spectrum-icons/ui": "npm:^3.6.14"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/e2259961fb47393fd52df6d27f6b4e3f79763191bb7e5ae903f33dac74bed286c110e3aba03d2566bf816c89c93a0f041603acf47f716cc595921399c25202f5
languageName: node
linkType: hard

"@react-spectrum/buttongroup@npm:^3.6.20":
version: 3.6.20
resolution: "@react-spectrum/buttongroup@npm:3.6.20"
dependencies:
  "@react-aria/utils": "npm:^3.28.1"
  "@react-spectrum/utils": "npm:^3.12.3"
  "@react-types/buttongroup": "npm:^3.3.15"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  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
checksum: 10c0/f7233c40cc54cfb7f0d5d6f8d7bd3518674b2bb518ff32ee7c3c0c417eacb5cbbe667403c9a34383017d217446dfb310c2c079962c7bf7ae2c41237fc4a66e42
languageName: node
linkType: hard

"@react-spectrum/calendar@npm:^3.6.2":
version: 3.6.2
resolution: "@react-spectrum/calendar@npm:3.6.2"
dependencies:
  "@internationalized/date": "npm:^3.7.0"
  "@react-aria/calendar": "npm:^3.7.2"
  "@react-aria/focus": "npm:^3.20.1"
  "@react-aria/i18n": "npm:^3.12.7"
  "@react-aria/interactions": "npm:^3.24.1"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-aria/visually-hidden": "npm:^3.8.21"
  "@react-spectrum/button": "npm:^3.16.12"
  "@react-spectrum/label": "npm:^3.16.13"
  "@react-spectrum/utils": "npm:^3.12.3"
  "@react-stately/calendar": "npm:^3.7.1"
  "@react-types/button": "npm:^3.11.0"
  "@react-types/calendar": "npm:^3.6.1"
  "@react-types/shared": "npm:^3.28.0"
  "@spectrum-icons/ui": "npm:^3.6.14"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  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
checksum: 10c0/a93d25d58f970040ee55464525cd1015e4111c26a3a8af47b9892ca01dfd99ef02a09ff8deaf6ec7d7673a0402cd3dd14e8aebe953486da13bd26a1fc30fcb8c
languageName: node
linkType: hard

"@react-spectrum/checkbox@npm:^3.9.14":
version: 3.9.14
resolution: "@react-spectrum/checkbox@npm:3.9.14"
dependencies:
  "@react-aria/checkbox": "npm:^3.15.3"
  "@react-aria/focus": "npm:^3.20.1"
  "@react-aria/interactions": "npm:^3.24.1"
  "@react-spectrum/form": "npm:^3.7.13"
  "@react-spectrum/label": "npm:^3.16.13"
  "@react-spectrum/utils": "npm:^3.12.3"
  "@react-stately/checkbox": "npm:^3.6.12"
  "@react-stately/toggle": "npm:^3.8.2"
  "@react-types/checkbox": "npm:^3.9.2"
  "@react-types/shared": "npm:^3.28.0"
  "@spectrum-icons/ui": "npm:^3.6.14"
  "@swc/helpers": "npm:^0.5.0"
  react-aria-components: "npm:^1.7.1"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/a996b9646963a751bd775254273d7b2f43857c5d0360d425c38fc5fa9323f7668f020e76d3cc54d9799b8f8485942cad2533e0ed156ed85118f281ce0f174e8f
languageName: node
linkType: hard

"@react-spectrum/color@npm:^3.0.5":
version: 3.0.5
resolution: "@react-spectrum/color@npm:3.0.5"
dependencies:
  "@react-aria/color": "npm:^3.0.5"
  "@react-aria/focus": "npm:^3.20.1"
  "@react-aria/i18n": "npm:^3.12.7"
  "@react-aria/interactions": "npm:^3.24.1"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-spectrum/dialog": "npm:^3.8.19"
  "@react-spectrum/form": "npm:^3.7.13"
  "@react-spectrum/label": "npm:^3.16.13"
  "@react-spectrum/overlays": "npm:^5.7.3"
  "@react-spectrum/picker": "npm:^3.15.7"
  "@react-spectrum/textfield": "npm:^3.13.1"
  "@react-spectrum/utils": "npm:^3.12.3"
  "@react-spectrum/view": "npm:^3.6.17"
  "@react-stately/color": "npm:^3.8.3"
  "@react-types/color": "npm:^3.0.3"
  "@react-types/shared": "npm:^3.28.0"
  "@react-types/textfield": "npm:^3.12.0"
  "@swc/helpers": "npm:^0.5.0"
  react-aria-components: "npm:^1.7.1"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  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
checksum: 10c0/72701f0ce5cf6c5d598faaafca19393b71c64c72ac39b627998f74d00072c8b60a3ea96eaf3cb6d8e4a56e275b0f88015c1767c8edb04f65e3db1dc63e3cd6b9
languageName: node
linkType: hard

"@react-spectrum/combobox@npm:^3.15.1":
version: 3.15.1
resolution: "@react-spectrum/combobox@npm:3.15.1"
dependencies:
  "@react-aria/button": "npm:^3.12.1"
  "@react-aria/combobox": "npm:^3.12.1"
  "@react-aria/dialog": "npm:^3.5.23"
  "@react-aria/focus": "npm:^3.20.1"
  "@react-aria/form": "npm:^3.0.14"
  "@react-aria/i18n": "npm:^3.12.7"
  "@react-aria/interactions": "npm:^3.24.1"
  "@react-aria/label": "npm:^3.7.16"
  "@react-aria/overlays": "npm:^3.26.1"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-spectrum/button": "npm:^3.16.12"
  "@react-spectrum/form": "npm:^3.7.13"
  "@react-spectrum/label": "npm:^3.16.13"
  "@react-spectrum/listbox": "npm:^3.14.3"
  "@react-spectrum/overlays": "npm:^5.7.3"
  "@react-spectrum/progress": "npm:^3.7.14"
  "@react-spectrum/textfield": "npm:^3.13.1"
  "@react-spectrum/utils": "npm:^3.12.3"
  "@react-stately/collections": "npm:^3.12.2"
  "@react-stately/combobox": "npm:^3.10.3"
  "@react-types/button": "npm:^3.11.0"
  "@react-types/combobox": "npm:^3.13.3"
  "@react-types/shared": "npm:^3.28.0"
  "@spectrum-icons/ui": "npm:^3.6.14"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  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
checksum: 10c0/028241ea64695585e63f5c5c0ab33fd94a5ff58480396139e14ffbd1e8de57e3b2647819171e7dff9ab136a6afb04b5c1d6d2dce8db253ba81832eb05087a5c5
languageName: node
linkType: hard

"@react-spectrum/contextualhelp@npm:^3.6.19":
version: 3.6.19
resolution: "@react-spectrum/contextualhelp@npm:3.6.19"
dependencies:
  "@react-aria/i18n": "npm:^3.12.7"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-spectrum/button": "npm:^3.16.12"
  "@react-spectrum/dialog": "npm:^3.8.19"
  "@react-spectrum/utils": "npm:^3.12.3"
  "@react-types/contextualhelp": "npm:^3.2.16"
  "@react-types/shared": "npm:^3.28.0"
  "@spectrum-icons/workflow": "npm:^4.2.19"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  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
checksum: 10c0/283b0f76922b6c43ac42225e1c676583386b249b6486bfb8ef0f759ea6fb01a1d86b35d61f34ccd278a4f778801e0546e3392e5a1bf53fb1caf68efd78637275
languageName: node
linkType: hard

"@react-spectrum/datepicker@npm:^3.13.1":
version: 3.13.1
resolution: "@react-spectrum/datepicker@npm:3.13.1"
dependencies:
  "@internationalized/date": "npm:^3.7.0"
  "@react-aria/datepicker": "npm:^3.14.1"
  "@react-aria/focus": "npm:^3.20.1"
  "@react-aria/i18n": "npm:^3.12.7"
  "@react-aria/interactions": "npm:^3.24.1"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-spectrum/button": "npm:^3.16.12"
  "@react-spectrum/calendar": "npm:^3.6.2"
  "@react-spectrum/dialog": "npm:^3.8.19"
  "@react-spectrum/form": "npm:^3.7.13"
  "@react-spectrum/label": "npm:^3.16.13"
  "@react-spectrum/layout": "npm:^3.6.13"
  "@react-spectrum/utils": "npm:^3.12.3"
  "@react-spectrum/view": "npm:^3.6.17"
  "@react-stately/datepicker": "npm:^3.13.0"
  "@react-types/datepicker": "npm:^3.11.0"
  "@react-types/shared": "npm:^3.28.0"
  "@spectrum-icons/ui": "npm:^3.6.14"
  "@spectrum-icons/workflow": "npm:^4.2.19"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  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
checksum: 10c0/385cd6c08278826bfdd99df26aeb4350bf4c000603fdcd26d46e484a4bacaa572174189996b4724b847a20381b484111007fb53782a3a4982e2237e991f6027a
languageName: node
linkType: hard

"@react-spectrum/dialog@npm:^3.8.19":
version: 3.8.19
resolution: "@react-spectrum/dialog@npm:3.8.19"
dependencies:
  "@react-aria/dialog": "npm:^3.5.23"
  "@react-aria/i18n": "npm:^3.12.7"
  "@react-aria/interactions": "npm:^3.24.1"
  "@react-aria/overlays": "npm:^3.26.1"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-spectrum/button": "npm:^3.16.12"
  "@react-spectrum/buttongroup": "npm:^3.6.20"
  "@react-spectrum/divider": "npm:^3.5.21"
  "@react-spectrum/layout": "npm:^3.6.13"
  "@react-spectrum/overlays": "npm:^5.7.3"
  "@react-spectrum/text": "npm:^3.5.13"
  "@react-spectrum/utils": "npm:^3.12.3"
  "@react-spectrum/view": "npm:^3.6.17"
  "@react-stately/overlays": "npm:^3.6.14"
  "@react-types/button": "npm:^3.11.0"
  "@react-types/dialog": "npm:^3.5.16"
  "@react-types/shared": "npm:^3.28.0"
  "@spectrum-icons/ui": "npm:^3.6.14"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  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
checksum: 10c0/43dc75f828f60d9b7b144021253a3b2cfba1fe83ef385ce93f0226fbba4955c9165edbe23d78d99c9c60ba95ed48d947f4c5988171c4c2ded2699304c9a81e93
languageName: node
linkType: hard

"@react-spectrum/divider@npm:^3.5.21":
version: 3.5.21
resolution: "@react-spectrum/divider@npm:3.5.21"
dependencies:
  "@react-aria/separator": "npm:^3.4.7"
  "@react-spectrum/utils": "npm:^3.12.3"
  "@react-types/divider": "npm:^3.3.15"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/06ca9b30b0961cba2bb297507b83d6ea7c6835aea91ccb28b1dea5657d7514b421e3726fe377937079a65461234dd24be2812ceec92f469963fec95552fb0509
languageName: node
linkType: hard

"@react-spectrum/dnd@npm:^3.5.3":
version: 3.5.3
resolution: "@react-spectrum/dnd@npm:3.5.3"
dependencies:
  "@react-aria/dnd": "npm:^3.9.1"
  "@react-stately/dnd": "npm:^3.5.2"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  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
checksum: 10c0/ab56f925d4667b6e791eb985e627dbfd6df0e1f120b6037bbeea72557541d371e800f5c3014867d80be6dce3c4047a0c0a2aa7752e67ea86381a1addd165fe90
languageName: node
linkType: hard

"@react-spectrum/dropzone@npm:^3.0.9":
version: 3.0.9
resolution: "@react-spectrum/dropzone@npm:3.0.9"
dependencies:
  "@react-aria/i18n": "npm:^3.12.7"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-spectrum/utils": "npm:^3.12.3"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
  react-aria-components: "npm:^1.7.1"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/82fc5baea724840e95a1d9d8dce0fd05e336084b642bdaa77da13860566242616d9299758e1a914a89f37eb5304fac40a99191a475ca4be643f241c65a58aaba
languageName: node
linkType: hard

"@react-spectrum/filetrigger@npm:^3.0.9":
version: 3.0.9
resolution: "@react-spectrum/filetrigger@npm:3.0.9"
dependencies:
  "@swc/helpers": "npm:^0.5.0"
  react-aria-components: "npm:^1.7.1"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/6db2da5149f31a35632ecf971020e1d5612e757989ebb17c79e2e7e483be5c2797d2eaf85b1a0accf2e3348878236628f249dd0c8f742672501f0a637f72f572
languageName: node
linkType: hard

"@react-spectrum/form@npm:^3.7.13":
version: 3.7.13
resolution: "@react-spectrum/form@npm:3.7.13"
dependencies:
  "@react-aria/utils": "npm:^3.28.1"
  "@react-spectrum/utils": "npm:^3.12.3"
  "@react-stately/form": "npm:^3.1.2"
  "@react-types/form": "npm:^3.7.10"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  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
checksum: 10c0/3bdc0808ae35165df64ca2b66dda0dd73322a18c952035f2637e6e6e5da047b123ae9744ec2f79f24ad29528153d8164ba324ce5df6d1593df3751b08e19bd32
languageName: node
linkType: hard

"@react-spectrum/icon@npm:^3.8.3":
version: 3.8.3
resolution: "@react-spectrum/icon@npm:3.8.3"
dependencies:
  "@react-aria/utils": "npm:^3.28.1"
  "@react-spectrum/utils": "npm:^3.12.3"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  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
checksum: 10c0/d94a26aacb7a7b627134c93b8160f43465ebc6398479d77f4d4ab3a5bfdcdd8ef0461cde168382d2012c9849d4dc863d31a11d92cc449822b8c22cd785218ac1
languageName: node
linkType: hard

"@react-spectrum/illustratedmessage@npm:^3.5.8":
version: 3.5.8
resolution: "@react-spectrum/illustratedmessage@npm:3.5.8"
dependencies:
  "@react-aria/utils": "npm:^3.28.1"
  "@react-spectrum/layout": "npm:^3.6.13"
  "@react-spectrum/utils": "npm:^3.12.3"
  "@react-types/illustratedmessage": "npm:^3.3.15"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  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
checksum: 10c0/924046487b386531e0ab560dec0a55d60ce835296b9de9129a4b12dddb43da0db18187bc5c86fca5bbec0236d878b010b17b133d68cf76d4821360ac6ed792f7
languageName: node
linkType: hard

"@react-spectrum/image@npm:^3.5.9":
version: 3.5.9
resolution: "@react-spectrum/image@npm:3.5.9"
dependencies:
  "@react-aria/utils": "npm:^3.28.1"
  "@react-spectrum/utils": "npm:^3.12.3"
  "@react-types/image": "npm:^3.4.7"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  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
checksum: 10c0/e46c3aabce801907c1c82d499308727f5869867b53de96d038009814ca41755c2c9ef6865cec876c68da7aebebee5e90afa9c80225bdcf4766fa038a73914cf2
languageName: node
linkType: hard

"@react-spectrum/inlinealert@npm:^3.2.13":
version: 3.2.13
resolution: "@react-spectrum/inlinealert@npm:3.2.13"
dependencies:
  "@react-aria/focus": "npm:^3.20.1"
  "@react-aria/i18n": "npm:^3.12.7"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-spectrum/layout": "npm:^3.6.13"
  "@react-spectrum/utils": "npm:^3.12.3"
  "@react-types/shared": "npm:^3.28.0"
  "@spectrum-icons/ui": "npm:^3.6.14"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  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
checksum: 10c0/781867ecf7504aacbb3b16a1d12a342380edae98f525b1f10167541fd060170f3b3a9e546c0144962bc67a41a5ac363e11b2e2dcc87fbdca99f7c1737d96b05f
languageName: node
linkType: hard

"@react-spectrum/label@npm:^3.16.13":
version: 3.16.13
resolution: "@react-spectrum/label@npm:3.16.13"
dependencies:
  "@react-aria/i18n": "npm:^3.12.7"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-spectrum/form": "npm:^3.7.13"
  "@react-spectrum/layout": "npm:^3.6.13"
  "@react-spectrum/utils": "npm:^3.12.3"
  "@react-types/label": "npm:^3.9.9"
  "@react-types/shared": "npm:^3.28.0"
  "@spectrum-icons/ui": "npm:^3.6.14"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  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
checksum: 10c0/d629fef592754e0ea9f8fc9b96f7af587e78887a033b018fb3c3fc82de27649577a52abc2641255472c74c4d5dcfb7bfe6788e1c68ccafa22c2f1dcafa320b97
languageName: node
linkType: hard

"@react-spectrum/labeledvalue@npm:^3.2.1":
version: 3.2.1
resolution: "@react-spectrum/labeledvalue@npm:3.2.1"
dependencies:
  "@internationalized/date": "npm:^3.7.0"
  "@react-aria/i18n": "npm:^3.12.7"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-spectrum/label": "npm:^3.16.13"
  "@react-spectrum/utils": "npm:^3.12.3"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  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
checksum: 10c0/689dfe3db1d0f072a5d6c6feb7141e9c37b9bf65f69ab2d34a75db998beb11dd911fbf32e56248ce69f00ba0fc0229c68d45e6e00c863bdf4a8cb51ca3f20054
languageName: node
linkType: hard

"@react-spectrum/layout@npm:^3.6.13":
version: 3.6.13
resolution: "@react-spectrum/layout@npm:3.6.13"
dependencies:
  "@react-aria/utils": "npm:^3.28.1"
  "@react-spectrum/utils": "npm:^3.12.3"
  "@react-types/layout": "npm:^3.3.21"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  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
checksum: 10c0/bcf3f5e42af1e718ab1ce13b41549442931a10cf059f365be252953434590afad68f2972f8b52079bd82116b768881de08b8e2495736e0d6325db3b6d000c2c6
languageName: node
linkType: hard

"@react-spectrum/link@npm:^3.6.15":
version: 3.6.15
resolution: "@react-spectrum/link@npm:3.6.15"
dependencies:
  "@react-aria/focus": "npm:^3.20.1"
  "@react-aria/interactions": "npm:^3.24.1"
  "@react-aria/link": "npm:^3.7.10"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-spectrum/utils": "npm:^3.12.3"
  "@react-types/link": "npm:^3.5.11"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  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
checksum: 10c0/f4e11f30c5a540f50f49ca9101cbb26cdffdb937ce758f275a6d3216f26e94934efe0884b2fa253292f4f54feb260371d81fe16fd6c08d8b97b1c9935982324e
languageName: node
linkType: hard

"@react-spectrum/list@npm:^3.9.3":
version: 3.9.3
resolution: "@react-spectrum/list@npm:3.9.3"
dependencies:
  "@react-aria/button": "npm:^3.12.1"
  "@react-aria/focus": "npm:^3.20.1"
  "@react-aria/gridlist": "npm:^3.11.1"
  "@react-aria/i18n": "npm:^3.12.7"
  "@react-aria/interactions": "npm:^3.24.1"
  "@react-aria/selection": "npm:^3.23.1"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-aria/virtualizer": "npm:^4.1.3"
  "@react-aria/visually-hidden": "npm:^3.8.21"
  "@react-spectrum/checkbox": "npm:^3.9.14"
  "@react-spectrum/dnd": "npm:^3.5.3"
  "@react-spectrum/layout": "npm:^3.6.13"
  "@react-spectrum/progress": "npm:^3.7.14"
  "@react-spectrum/text": "npm:^3.5.13"
  "@react-spectrum/utils": "npm:^3.12.3"
  "@react-stately/collections": "npm:^3.12.2"
  "@react-stately/layout": "npm:^4.2.1"
  "@react-stately/list": "npm:^3.12.0"
  "@react-stately/virtualizer": "npm:^4.3.1"
  "@react-types/grid": "npm:^3.3.0"
  "@react-types/shared": "npm:^3.28.0"
  "@spectrum-icons/ui": "npm:^3.6.14"
  "@swc/helpers": "npm:^0.5.0"
  react-transition-group: "npm:^4.4.5"
peerDependencies:
  "@react-spectrum/provider": ^3.2.0
  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
checksum: 10c0/b924fb9d42cfe0017d7e50820aac89a0598a1c71764df2fc36f53d23a2b798c911dcd9178290be7b21369066e459bf3fd00c76a40ce364f7954006fbc0b79234
languageName: node
linkType: hard

"@react-spectrum/listbox@npm:^3.14.3":
version: 3.14.3
resolution: "@react-spectrum/listbox@npm:3.14.3"
dependencies:
  "@react-aria/focus": "npm:^3.20.1"
  "@react-aria/i18n": "npm:^3.12.7"
  "@react-aria/interactions": "npm:^3.24.1"
  "@react-aria/listbox": "npm:^3.14.2"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-aria/virtualizer": "npm:^4.1.3"
  "@react-spectrum/layout": "npm:^3.6.13"
  "@react-spectrum/progress": "npm:^3.7.14"
  "@react-spectrum/text": "npm:^3.5.13"
  "@react-spectrum/utils": "npm:^3.12.3"
  "@react-stately/collections": "npm:^3.12.2"
  "@react-stately/layout": "npm:^4.2.1"
  "@react-stately/list": "npm:^3.12.0"
  "@react-stately/virtualizer": "npm:^4.3.1"
  "@react-types/listbox": "npm:^3.5.5"
  "@react-types/shared": "npm:^3.28.0"
  "@spectrum-icons/ui": "npm:^3.6.14"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.2.0
  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
checksum: 10c0/66d9aae9d9fedf0f2eb5c626c0db494cb9da59f84ef3d3f9a22ac0585a042b20b9e4ee19f3b173b523214512845383b3a49e81f2e2f73ecec5125183c477339b
languageName: node
linkType: hard

"@react-spectrum/menu@npm:^3.21.3":
version: 3.21.3
resolution: "@react-spectrum/menu@npm:3.21.3"
dependencies:
  "@react-aria/focus": "npm:^3.20.1"
  "@react-aria/i18n": "npm:^3.12.7"
  "@react-aria/interactions": "npm:^3.24.1"
  "@react-aria/menu": "npm:^3.18.1"
  "@react-aria/overlays": "npm:^3.26.1"
  "@react-aria/separator": "npm:^3.4.7"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-spectrum/button": "npm:^3.16.12"
  "@react-spectrum/layout": "npm:^3.6.13"
  "@react-spectrum/overlays": "npm:^5.7.3"
  "@react-spectrum/text": "npm:^3.5.13"
  "@react-spectrum/utils": "npm:^3.12.3"
  "@react-stately/collections": "npm:^3.12.2"
  "@react-stately/menu": "npm:^3.9.2"
  "@react-stately/overlays": "npm:^3.6.14"
  "@react-stately/tree": "npm:^3.8.8"
  "@react-types/menu": "npm:^3.9.15"
  "@react-types/overlays": "npm:^3.8.13"
  "@react-types/shared": "npm:^3.28.0"
  "@spectrum-icons/ui": "npm:^3.6.14"
  "@spectrum-icons/workflow": "npm:^4.2.19"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  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
checksum: 10c0/5bf4e8f485cfa268bd80c60005de0d58d1e845dc9c1c135dad81778500e930ff40148afd755571b218ce1b0fbfc0c381185625c0478b4aa0cf3676acb6c68ae9
languageName: node
linkType: hard

"@react-spectrum/meter@npm:^3.5.8":
version: 3.5.8
resolution: "@react-spectrum/meter@npm:3.5.8"
dependencies:
  "@react-aria/meter": "npm:^3.4.21"
  "@react-spectrum/progress": "npm:^3.7.14"
  "@react-spectrum/utils": "npm:^3.12.3"
  "@react-types/meter": "npm:^3.4.7"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  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
checksum: 10c0/0aff7b96bd020d44c2c2d287dbfbd969dec2193be113896f4723fc8a6f83affdf398762e40a66776dfe7d58190c58ef1d188b4a930970ebd644bea481f2ac938
languageName: node
linkType: hard

"@react-spectrum/numberfield@npm:^3.9.11":
version: 3.9.11
resolution: "@react-spectrum/numberfield@npm:3.9.11"
dependencies:
  "@react-aria/button": "npm:^3.12.1"
  "@react-aria/focus": "npm:^3.20.1"
  "@react-aria/i18n": "npm:^3.12.7"
  "@react-aria/interactions": "npm:^3.24.1"
  "@react-aria/numberfield": "npm:^3.11.12"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-spectrum/form": "npm:^3.7.13"
  "@react-spectrum/label": "npm:^3.16.13"
  "@react-spectrum/textfield": "npm:^3.13.1"
  "@react-spectrum/utils": "npm:^3.12.3"
  "@react-stately/numberfield": "npm:^3.9.10"
  "@react-types/button": "npm:^3.11.0"
  "@react-types/numberfield": "npm:^3.8.9"
  "@react-types/shared": "npm:^3.28.0"
  "@spectrum-icons/ui": "npm:^3.6.14"
  "@spectrum-icons/workflow": "npm:^4.2.19"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  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
checksum: 10c0/34144149191c1ab74d123719f7f8e7e4530dbc1c6a0726e7e50d0f985d561d5e8f2cf0f605065c6b9f39eb2098e1245036ee1eca42da3b85964f31a718fb17e4
languageName: node
linkType: hard

"@react-spectrum/overlays@npm:^5.7.3":
version: 5.7.3
resolution: "@react-spectrum/overlays@npm:5.7.3"
dependencies:
  "@react-aria/interactions": "npm:^3.24.1"
  "@react-aria/overlays": "npm:^3.26.1"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-spectrum/utils": "npm:^3.12.3"
  "@react-stately/overlays": "npm:^3.6.14"
  "@react-types/overlays": "npm:^3.8.13"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
  react-transition-group: "npm:^4.4.5"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  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
checksum: 10c0/1bd416a45f73426d77853290e9a494cb3f22221c7fa980638b6472dbbdece5c47680cbd14f3e979b23b5c9c28cae8834304bf55dea136670564348172055f4c7
languageName: node
linkType: hard

"@react-spectrum/picker@npm:^3.15.7":
version: 3.15.7
resolution: "@react-spectrum/picker@npm:3.15.7"
dependencies:
  "@react-aria/i18n": "npm:^3.12.7"
  "@react-aria/interactions": "npm:^3.24.1"
  "@react-aria/select": "npm:^3.15.3"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-spectrum/button": "npm:^3.16.12"
  "@react-spectrum/form": "npm:^3.7.13"
  "@react-spectrum/label": "npm:^3.16.13"
  "@react-spectrum/listbox": "npm:^3.14.3"
  "@react-spectrum/overlays": "npm:^5.7.3"
  "@react-spectrum/progress": "npm:^3.7.14"
  "@react-spectrum/text": "npm:^3.5.13"
  "@react-spectrum/utils": "npm:^3.12.3"
  "@react-stately/collections": "npm:^3.12.2"
  "@react-stately/select": "npm:^3.6.11"
  "@react-types/select": "npm:^3.9.10"
  "@react-types/shared": "npm:^3.28.0"
  "@spectrum-icons/ui": "npm:^3.6.14"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.1.4
  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
checksum: 10c0/81032184eb565a3ffac5fe3040e323fc8073bf40ee8c48c5836c8219f07af4036a984df136ef4fb77f3d401c864fcc40600396263ad96f548b678564de2ed12e
languageName: node
linkType: hard

"@react-spectrum/progress@npm:^3.7.14":
version: 3.7.14
resolution: "@react-spectrum/progress@npm:3.7.14"
dependencies:
  "@react-aria/progress": "npm:^3.4.21"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-spectrum/utils": "npm:^3.12.3"
  "@react-types/progress": "npm:^3.5.10"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  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
checksum: 10c0/976f2aae06ad6634cdd0e241236b4824c897ad2b6cea383b8d2892dc3df014babed5380be0581a66473439ff5c2b26f35b71e0bc287b3e12bc79bbc8e8d7b434
languageName: node
linkType: hard

"@react-spectrum/provider@npm:^3.10.3":
version: 3.10.3
resolution: "@react-spectrum/provider@npm:3.10.3"
dependencies:
  "@react-aria/i18n": "npm:^3.12.7"
  "@react-aria/overlays": "npm:^3.26.1"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-spectrum/utils": "npm:^3.12.3"
  "@react-types/provider": "npm:^3.8.7"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
  clsx: "npm:^2.0.0"
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
checksum: 10c0/5389098729346c19c841adc83d3c3c0bb34b30cb9d2fde9485ef5ed91ba951552062a07773ddec2dc849b7f7ccdd9d5b51d2a9c4ecfb74da69c9dc0ed081b55f
languageName: node
linkType: hard

"@react-spectrum/radio@npm:^3.7.14":
version: 3.7.14
resolution: "@react-spectrum/radio@npm:3.7.14"
dependencies:
  "@react-aria/focus": "npm:^3.20.1"
  "@react-aria/interactions": "npm:^3.24.1"
  "@react-aria/radio": "npm:^3.11.1"
  "@react-spectrum/form": "npm:^3.7.13"
  "@react-spectrum/label": "npm:^3.16.13"
  "@react-spectrum/utils": "npm:^3.12.3"
  "@react-stately/radio": "npm:^3.10.11"
  "@react-types/radio": "npm:^3.8.7"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  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
checksum: 10c0/60146ec33541484b13d0c90f10866534ced1673683519bdfa45e74247fcf80fa27e82daf129b69a518141a9836d4fbb1d99ef5909423586d086e27961c94990b
languageName: node
linkType: hard

"@react-spectrum/searchfield@npm:^3.8.14":
version: 3.8.14
resolution: "@react-spectrum/searchfield@npm:3.8.14"
dependencies:
  "@react-aria/searchfield": "npm:^3.8.2"
  "@react-spectrum/button": "npm:^3.16.12"
  "@react-spectrum/form": "npm:^3.7.13"
  "@react-spectrum/textfield": "npm:^3.13.1"
  "@react-spectrum/utils": "npm:^3.12.3"
  "@react-stately/searchfield": "npm:^3.5.10"
  "@react-types/searchfield": "npm:^3.6.0"
  "@react-types/textfield": "npm:^3.12.0"
  "@spectrum-icons/ui": "npm:^3.6.14"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  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
checksum: 10c0/5baac65a182010d92391460a219337b1ef95ba2b8c9b411cd9d9abce1169f44e6c0a8b8a945f761d89c5464b9d43d2e9e00d23f33ce57359c58f4b5e5b69848e
languageName: node
linkType: hard

"@react-spectrum/slider@npm:^3.7.3":
version: 3.7.3
resolution: "@react-spectrum/slider@npm:3.7.3"
dependencies:
  "@react-aria/focus": "npm:^3.20.1"
  "@react-aria/i18n": "npm:^3.12.7"
  "@react-aria/interactions": "npm:^3.24.1"
  "@react-aria/slider": "npm:^3.7.17"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-aria/visually-hidden": "npm:^3.8.21"
  "@react-spectrum/utils": "npm:^3.12.3"
  "@react-stately/slider": "npm:^3.6.2"
  "@react-types/shared": "npm:^3.28.0"
  "@react-types/slider": "npm:^3.7.9"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  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
checksum: 10c0/96901fd425eb5973fd7619260b76e56bf8dd41089e7266df0552e22a4c95bd1632fea5cca731ceca5c4823eb85ebd8180d2e1e19ebfcd5e469a674ad68c2caf4
languageName: node
linkType: hard

"@react-spectrum/statuslight@npm:^3.5.20":
version: 3.5.20
resolution: "@react-spectrum/statuslight@npm:3.5.20"
dependencies:
  "@react-aria/utils": "npm:^3.28.1"
  "@react-spectrum/utils": "npm:^3.12.3"
  "@react-types/shared": "npm:^3.28.0"
  "@react-types/statuslight": "npm:^3.3.15"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  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
checksum: 10c0/ba927b4b5603c84115d753d3d494c12956678f41cceeca0baffe4ca7c3189959b0e76cb175553b53160ea18e26042066bd7abdd4e1214b31b6dabf4812c3d667
languageName: node
linkType: hard

"@react-spectrum/switch@npm:^3.5.13":
version: 3.5.13
resolution: "@react-spectrum/switch@npm:3.5.13"
dependencies:
  "@react-aria/focus": "npm:^3.20.1"
  "@react-aria/interactions": "npm:^3.24.1"
  "@react-aria/switch": "npm:^3.7.1"
  "@react-spectrum/utils": "npm:^3.12.3"
  "@react-stately/toggle": "npm:^3.8.2"
  "@react-types/shared": "npm:^3.28.0"
  "@react-types/switch": "npm:^3.5.9"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/6a58fe9e44462eb7016e243351f62d52e6f5afffdfe12a0223d1b0941ddb3e4ed9dd9ce3f58f6534bcf3abcf910bef7a22e300b2d66363f0896448bf4a0e065d
languageName: node
linkType: hard

"@react-spectrum/table@npm:^3.16.1":
version: 3.16.1
resolution: "@react-spectrum/table@npm:3.16.1"
dependencies:
  "@react-aria/button": "npm:^3.12.1"
  "@react-aria/focus": "npm:^3.20.1"
  "@react-aria/i18n": "npm:^3.12.7"
  "@react-aria/interactions": "npm:^3.24.1"
  "@react-aria/overlays": "npm:^3.26.1"
  "@react-aria/selection": "npm:^3.23.1"
  "@react-aria/table": "npm:^3.17.1"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-aria/virtualizer": "npm:^4.1.3"
  "@react-aria/visually-hidden": "npm:^3.8.21"
  "@react-spectrum/checkbox": "npm:^3.9.14"
  "@react-spectrum/dnd": "npm:^3.5.3"
  "@react-spectrum/layout": "npm:^3.6.13"
  "@react-spectrum/menu": "npm:^3.21.3"
  "@react-spectrum/progress": "npm:^3.7.14"
  "@react-spectrum/tooltip": "npm:^3.7.3"
  "@react-spectrum/utils": "npm:^3.12.3"
  "@react-stately/flags": "npm:^3.1.0"
  "@react-stately/layout": "npm:^4.2.1"
  "@react-stately/table": "npm:^3.14.0"
  "@react-stately/virtualizer": "npm:^4.3.1"
  "@react-types/grid": "npm:^3.3.0"
  "@react-types/shared": "npm:^3.28.0"
  "@react-types/table": "npm:^3.11.0"
  "@spectrum-icons/ui": "npm:^3.6.14"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  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
checksum: 10c0/6d2d812a898bc35374386cb7f6a089517da06779bca9fd5ad913fffe5e3a2786c4d74cd3b8c93c917d3897330c6dd5e013b882169ff0c71aa28ae61263c9ebe3
languageName: node
linkType: hard

"@react-spectrum/tabs@npm:^3.8.18":
version: 3.8.18
resolution: "@react-spectrum/tabs@npm:3.8.18"
dependencies:
  "@react-aria/focus": "npm:^3.20.1"
  "@react-aria/i18n": "npm:^3.12.7"
  "@react-aria/interactions": "npm:^3.24.1"
  "@react-aria/tabs": "npm:^3.10.1"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-spectrum/picker": "npm:^3.15.7"
  "@react-spectrum/text": "npm:^3.5.13"
  "@react-spectrum/utils": "npm:^3.12.3"
  "@react-stately/collections": "npm:^3.12.2"
  "@react-stately/list": "npm:^3.12.0"
  "@react-stately/tabs": "npm:^3.8.0"
  "@react-types/select": "npm:^3.9.10"
  "@react-types/shared": "npm:^3.28.0"
  "@react-types/tabs": "npm:^3.3.13"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  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
checksum: 10c0/bf86a2f1b638e71f1620d9e106426851ee4ce0ccbfd7e7f9bc0fa7549f6f385fefc7d431858cf26712cc708ce1ec0ee885a518824138a6440037d8bb69ea19d3
languageName: node
linkType: hard

"@react-spectrum/tag@npm:^3.2.14":
version: 3.2.14
resolution: "@react-spectrum/tag@npm:3.2.14"
dependencies:
  "@react-aria/focus": "npm:^3.20.1"
  "@react-aria/i18n": "npm:^3.12.7"
  "@react-aria/interactions": "npm:^3.24.1"
  "@react-aria/selection": "npm:^3.23.1"
  "@react-aria/tag": "npm:^3.5.1"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-spectrum/button": "npm:^3.16.12"
  "@react-spectrum/form": "npm:^3.7.13"
  "@react-spectrum/label": "npm:^3.16.13"
  "@react-spectrum/text": "npm:^3.5.13"
  "@react-spectrum/utils": "npm:^3.12.3"
  "@react-stately/collections": "npm:^3.12.2"
  "@react-stately/list": "npm:^3.12.0"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  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
checksum: 10c0/b3470f6484cfbd63c67e3046f174f06aa8f675e7bb0873849cb98a89a51d73c321885b4be337581af971ff0350cbc80175b46543e98b1139c935bf7271dc5a56
languageName: node
linkType: hard

"@react-spectrum/text@npm:^3.5.13":
version: 3.5.13
resolution: "@react-spectrum/text@npm:3.5.13"
dependencies:
  "@react-aria/utils": "npm:^3.28.1"
  "@react-spectrum/utils": "npm:^3.12.3"
  "@react-types/shared": "npm:^3.28.0"
  "@react-types/text": "npm:^3.3.15"
  "@swc/helpers": "npm:^0.5.0"
  react-aria-components: "npm:^1.7.1"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/7a1ad8e0b765b87f9de7b6462a71478c0bbbdec6accac3eaafd9ab388dd5540c9288763e69c8d737586d86ff10dc65641133c1a8135b268cad0a6460854195c3
languageName: node
linkType: hard

"@react-spectrum/textfield@npm:^3.13.1":
version: 3.13.1
resolution: "@react-spectrum/textfield@npm:3.13.1"
dependencies:
  "@react-aria/focus": "npm:^3.20.1"
  "@react-aria/interactions": "npm:^3.24.1"
  "@react-aria/textfield": "npm:^3.17.1"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-spectrum/form": "npm:^3.7.13"
  "@react-spectrum/label": "npm:^3.16.13"
  "@react-spectrum/utils": "npm:^3.12.3"
  "@react-stately/utils": "npm:^3.10.5"
  "@react-types/shared": "npm:^3.28.0"
  "@react-types/textfield": "npm:^3.12.0"
  "@spectrum-icons/ui": "npm:^3.6.14"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  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
checksum: 10c0/3e8f2239c63dc3929699314844204717acb3e9d9269069d717410833f1d18b11b0cf31c92f691ca9645520decb77b4c2ca39556b5d2c829f50982437b235b7f9
languageName: node
linkType: hard

"@react-spectrum/theme-dark@npm:^3.5.16":
version: 3.5.16
resolution: "@react-spectrum/theme-dark@npm:3.5.16"
dependencies:
  "@react-types/provider": "npm:^3.8.7"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/313d26d54cb75ebc2a169d6d604b63a2ee541801c8d2f4288a8383c826a26191b9f9a83687be0d3d918255fd45fd70ad0cd04784671b564d0f3ed906219f90b6
languageName: node
linkType: hard

"@react-spectrum/theme-default@npm:^3.5.16":
version: 3.5.16
resolution: "@react-spectrum/theme-default@npm:3.5.16"
dependencies:
  "@react-types/provider": "npm:^3.8.7"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/1d1eea6322d3a8d4c06ddca61265a798000e6d1f008e05c52c5d52803aa6c2b888794010d4a4079d064c3272c6d1dadb199c51f30bf41a3546d50dadf0f98302
languageName: node
linkType: hard

"@react-spectrum/theme-light@npm:^3.4.16":
version: 3.4.16
resolution: "@react-spectrum/theme-light@npm:3.4.16"
dependencies:
  "@react-types/provider": "npm:^3.8.7"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/8e9da4a7e5b55e2fd2d4841e9a4022058e02bf87ccc5be86243550444a2d18efee011dd79b535b87d1a7599cfe4a37dcbc27909b1615172e475a586c13d9b23c
languageName: node
linkType: hard

"@react-spectrum/toast@npm:^3.0.1":
version: 3.0.1
resolution: "@react-spectrum/toast@npm:3.0.1"
dependencies:
  "@react-aria/focus": "npm:^3.20.1"
  "@react-aria/i18n": "npm:^3.12.7"
  "@react-aria/overlays": "npm:^3.26.1"
  "@react-aria/toast": "npm:^3.0.1"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-spectrum/button": "npm:^3.16.12"
  "@react-spectrum/utils": "npm:^3.12.3"
  "@react-stately/toast": "npm:^3.0.0"
  "@react-types/shared": "npm:^3.28.0"
  "@spectrum-icons/ui": "npm:^3.6.14"
  "@swc/helpers": "npm:^0.5.0"
  use-sync-external-store: "npm:^1.4.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  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
checksum: 10c0/2490223b7a7a73a2509a82e0b419767999aaad90133b3063fb7c2f809baa95f7a1f35bb79ce4392758a0c22c40656dc74a4ffa78a5f1b6c57698cab92c92b997
languageName: node
linkType: hard

"@react-spectrum/tooltip@npm:^3.7.3":
version: 3.7.3
resolution: "@react-spectrum/tooltip@npm:3.7.3"
dependencies:
  "@react-aria/focus": "npm:^3.20.1"
  "@react-aria/overlays": "npm:^3.26.1"
  "@react-aria/tooltip": "npm:^3.8.1"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-spectrum/overlays": "npm:^5.7.3"
  "@react-spectrum/utils": "npm:^3.12.3"
  "@react-stately/tooltip": "npm:^3.5.2"
  "@react-types/overlays": "npm:^3.8.13"
  "@react-types/shared": "npm:^3.28.0"
  "@react-types/tooltip": "npm:^3.4.15"
  "@spectrum-icons/ui": "npm:^3.6.14"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  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
checksum: 10c0/8bf4301f03ed9dbc8be5c02b034b6a84c95e03bcdeef7d19a8d41badd4b32543f8661c566b998af56793529c08ae92b4963acdb06c7ccd583c4a4d16b6f33871
languageName: node
linkType: hard

"@react-spectrum/tree@npm:^3.0.1":
version: 3.0.1
resolution: "@react-spectrum/tree@npm:3.0.1"
dependencies:
  "@react-aria/button": "npm:^3.12.1"
  "@react-aria/i18n": "npm:^3.12.7"
  "@react-aria/tree": "npm:^3.0.1"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-spectrum/checkbox": "npm:^3.9.14"
  "@react-spectrum/text": "npm:^3.5.13"
  "@react-spectrum/utils": "npm:^3.12.3"
  "@react-types/shared": "npm:^3.28.0"
  "@spectrum-icons/ui": "npm:^3.6.14"
  "@swc/helpers": "npm:^0.5.0"
  react-aria-components: "npm:^1.7.1"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  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
checksum: 10c0/b63f2becf4ff5befbfe7b966d6f9b4dd12bb39b70aabdab325a972ba8651da9a369dc9d5852dee7854f0a3d4c85b7d025d52597f470c98ca795cc5725a4eeac1
languageName: node
linkType: hard

"@react-spectrum/utils@npm:^3.12.3":
version: 3.12.3
resolution: "@react-spectrum/utils@npm:3.12.3"
dependencies:
  "@react-aria/i18n": "npm:^3.12.7"
  "@react-aria/ssr": "npm:^3.9.7"
  "@react-aria/utils": "npm:^3.28.1"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
  clsx: "npm:^2.0.0"
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
checksum: 10c0/dfd08f71db5c07179cb8ddaafc2d0ef3bae22a04515e72daa4b48ed78811548c72f2f9e60cbdef9a167d6fe75c2910e6c89612b133c378ec2c74eda8404c270a
languageName: node
linkType: hard

"@react-spectrum/view@npm:^3.6.17":
version: 3.6.17
resolution: "@react-spectrum/view@npm:3.6.17"
dependencies:
  "@react-aria/utils": "npm:^3.28.1"
  "@react-spectrum/utils": "npm:^3.12.3"
  "@react-types/shared": "npm:^3.28.0"
  "@react-types/view": "npm:^3.4.15"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  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
checksum: 10c0/2886244158864bb28d4b0c84314c6db085605b8f82c7c2cf18df0cad049f29a646e4ea1b97ac58123e52692e8618e1497ccbc4e3b8fa7841a790be3445a9c923
languageName: node
linkType: hard

"@react-spectrum/well@npm:^3.4.21":
version: 3.4.21
resolution: "@react-spectrum/well@npm:3.4.21"
dependencies:
  "@react-aria/utils": "npm:^3.28.1"
  "@react-spectrum/utils": "npm:^3.12.3"
  "@react-types/shared": "npm:^3.28.0"
  "@react-types/well": "npm:^3.3.15"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/3443ad2c83a9c9b09a2893699356baae4dd02ae03e053325f3b7fcbc1fac44caf02bdfe5bc6b5e7a2dd7d1752445efe90a78d4af1f30fede60842be7351c8e82
languageName: node
linkType: hard

Stately
"@react-stately/autocomplete@npm:3.0.0-beta.0":
version: 3.0.0-beta.0
resolution: "@react-stately/autocomplete@npm:3.0.0-beta.0"
dependencies:
  "@react-stately/utils": "npm:^3.10.4"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/8a127ba8365b73ba383fc762fe9092053446d9eae9120ed49c972ea1df7fb048bb9ba729951bd8f60dd422458a591bf59cbbdaca1a14d3c8fec3a7be7c6a24c3
languageName: node
linkType: hard

"@react-stately/calendar@npm:^3.7.1":
version: 3.7.1
resolution: "@react-stately/calendar@npm:3.7.1"
dependencies:
  "@internationalized/date": "npm:^3.7.0"
  "@react-stately/utils": "npm:^3.10.5"
  "@react-types/calendar": "npm:^3.6.1"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/4151c8435e8aac82f579d8bed325409f01d81735aab08b2f34fbf576b86333e3a42d767b880f8a74f5914ce7558776c14177385971fb5bf312a00e7e9164e9f3
languageName: node
linkType: hard

"@react-stately/checkbox@npm:^3.6.12":
version: 3.6.12
resolution: "@react-stately/checkbox@npm:3.6.12"
dependencies:
  "@react-stately/form": "npm:^3.1.2"
  "@react-stately/utils": "npm:^3.10.5"
  "@react-types/checkbox": "npm:^3.9.2"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/b278e9d11773a1dd3a61f0fb0afcfdff7a27a0a64e442517f2cb0efbec14b3070d5a29b412ba7b81864d44f1afc90a7f6182992dfe5c2a9ce7985de78cfe6fc1
languageName: node
linkType: hard

"@react-stately/collections@npm:^3.12.2":
version: 3.12.2
resolution: "@react-stately/collections@npm:3.12.2"
dependencies:
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/ac999a43f1d594abe8e65018ab3915918b8f8320d9ab210e61de4e98ad27ba188df96377d0c4934e266821c9c35310956020189ac33150243ce4721daf1a36a1
languageName: node
linkType: hard

"@react-stately/color@npm:^3.8.3":
version: 3.8.3
resolution: "@react-stately/color@npm:3.8.3"
dependencies:
  "@internationalized/number": "npm:^3.6.0"
  "@internationalized/string": "npm:^3.2.5"
  "@react-stately/form": "npm:^3.1.2"
  "@react-stately/numberfield": "npm:^3.9.10"
  "@react-stately/slider": "npm:^3.6.2"
  "@react-stately/utils": "npm:^3.10.5"
  "@react-types/color": "npm:^3.0.3"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/5a2bd21f090faf5acef41858a6632d55a1cf98d2411155b7c166841b63d4193b59320ba578377e48b27a0367246b69fd287bfe3f8c4fd5546c6d9c7e207c9f45
languageName: node
linkType: hard

"@react-stately/combobox@npm:^3.10.3":
version: 3.10.3
resolution: "@react-stately/combobox@npm:3.10.3"
dependencies:
  "@react-stately/collections": "npm:^3.12.2"
  "@react-stately/form": "npm:^3.1.2"
  "@react-stately/list": "npm:^3.12.0"
  "@react-stately/overlays": "npm:^3.6.14"
  "@react-stately/select": "npm:^3.6.11"
  "@react-stately/utils": "npm:^3.10.5"
  "@react-types/combobox": "npm:^3.13.3"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/f5ac99513daf27a27e0a2112051556afab1258b5cd58e5275df8c6e17c0fce7c2120d4167514d39d448d9c7a73bd3c80a7ca103bb631bff492796eebe6b6cae6
languageName: node
linkType: hard

"@react-stately/data@npm:^3.12.2":
version: 3.12.2
resolution: "@react-stately/data@npm:3.12.2"
dependencies:
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/fd14082326203795019c0917d56fae587709178ffef2858d455bc17415ebbac74b406b57fe5909dbd8fb4bafeaeb38100669129b21153625aad91fe733f0f2ba
languageName: node
linkType: hard

"@react-stately/datepicker@npm:^3.13.0":
version: 3.13.0
resolution: "@react-stately/datepicker@npm:3.13.0"
dependencies:
  "@internationalized/date": "npm:^3.7.0"
  "@internationalized/string": "npm:^3.2.5"
  "@react-stately/form": "npm:^3.1.2"
  "@react-stately/overlays": "npm:^3.6.14"
  "@react-stately/utils": "npm:^3.10.5"
  "@react-types/datepicker": "npm:^3.11.0"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/37a4c30fb0bda06a36d94565cf1df69dfd5e29ab04bb245e58b0a660208a6629d32b6d36c220781edcf95784166c9c8172073291ea52d57a3320a7a9e75123e5
languageName: node
linkType: hard

"@react-stately/disclosure@npm:^3.0.2":
version: 3.0.2
resolution: "@react-stately/disclosure@npm:3.0.2"
dependencies:
  "@react-stately/utils": "npm:^3.10.5"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/5a6465b429400f633ec68090bf9ea8a3ff83c768a96ed8ee912ac12e68121cfcd42c758dd7ef44a87d18541de433caf9f877bdad1affd106b42882afe6092675
languageName: node
linkType: hard

"@react-stately/dnd@npm:^3.5.2":
version: 3.5.2
resolution: "@react-stately/dnd@npm:3.5.2"
dependencies:
  "@react-stately/selection": "npm:^3.20.0"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/ff9762dc41929532b3213c6995c9448f9ec4874e22b5d31197df9001118347d51c30ddbe5fbfb37830582d7f35c5323368afc35c47327d9d796073c57c011179
languageName: node
linkType: hard

"@react-stately/flags@npm:^3.1.0":
version: 3.1.0
resolution: "@react-stately/flags@npm:3.1.0"
dependencies:
  "@swc/helpers": "npm:^0.5.0"
checksum: 10c0/94508383e329d8340dbdaa6fdc82fe8227bf73335ca9651b4fdc7f8f0dc39fcdb6ecbf57fb8bc1722939b524e734344e18c76e9d9dbd380e850e87fa171d6960
languageName: node
linkType: hard

"@react-stately/form@npm:^3.1.2":
version: 3.1.2
resolution: "@react-stately/form@npm:3.1.2"
dependencies:
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/29fd2680a81defe15c678c29fdb1006f265bf3413bc22b78f9d2b7b07afe0991a54d44aab872de1c0b9ac06d69e008dbe08f1f7b2c7bedb90967cda89961828f
languageName: node
linkType: hard

"@react-stately/grid@npm:^3.11.0":
version: 3.11.0
resolution: "@react-stately/grid@npm:3.11.0"
dependencies:
  "@react-stately/collections": "npm:^3.12.2"
  "@react-stately/selection": "npm:^3.20.0"
  "@react-types/grid": "npm:^3.3.0"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/a25abb0df4252f377673bf751c4a23f4c1327fbc862099010b9d011a6925e9192f586668b8b4e53ce09e4edb724ae32486914d94521c64e93dbec5f7e4eb79af
languageName: node
linkType: hard

"@react-stately/layout@npm:^4.2.1":
version: 4.2.1
resolution: "@react-stately/layout@npm:4.2.1"
dependencies:
  "@react-stately/collections": "npm:^3.12.2"
  "@react-stately/table": "npm:^3.14.0"
  "@react-stately/virtualizer": "npm:^4.3.1"
  "@react-types/grid": "npm:^3.3.0"
  "@react-types/shared": "npm:^3.28.0"
  "@react-types/table": "npm:^3.11.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/76f01cea157ab782c8bb77bdafc4632bb18d79097f1e342ee1761a4f995ca4b4598d361ce7a8e817ef1c891c940d9fa944e813294e0e422f0a269553bfed7e81
languageName: node
linkType: hard

"@react-stately/list@npm:^3.12.0":
version: 3.12.0
resolution: "@react-stately/list@npm:3.12.0"
dependencies:
  "@react-stately/collections": "npm:^3.12.2"
  "@react-stately/selection": "npm:^3.20.0"
  "@react-stately/utils": "npm:^3.10.5"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/d2d14e31112643440d3e6c7cf33a6c84cc605a5a7854c744edaa780532a965c67dc05d9a43e4298e16ac5b69a1ea9da3d25c2d75e1341f6188d14970dafabf26
languageName: node
linkType: hard

"@react-stately/menu@npm:^3.9.2":
version: 3.9.2
resolution: "@react-stately/menu@npm:3.9.2"
dependencies:
  "@react-stately/overlays": "npm:^3.6.14"
  "@react-types/menu": "npm:^3.9.15"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/51dc6516fb36f4427fe37ab12b4609f0c0792107579ee6ddfef0d69fc50fe752c9420ccb28995cdda9f10d9960f218bc07e9ab8433d3aa48be7e040e61967761
languageName: node
linkType: hard

"@react-stately/numberfield@npm:^3.9.10":
version: 3.9.10
resolution: "@react-stately/numberfield@npm:3.9.10"
dependencies:
  "@internationalized/number": "npm:^3.6.0"
  "@react-stately/form": "npm:^3.1.2"
  "@react-stately/utils": "npm:^3.10.5"
  "@react-types/numberfield": "npm:^3.8.9"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/ad1d953a267f593339946f5996f2c687a51ce5b5d3bf10bae59ad86a25effed017b6b7651faa7a45a75d772d46caa0c7a264dedf8d9f5528ffa2f03411841e50
languageName: node
linkType: hard

"@react-stately/overlays@npm:^3.6.14":
version: 3.6.14
resolution: "@react-stately/overlays@npm:3.6.14"
dependencies:
  "@react-stately/utils": "npm:^3.10.5"
  "@react-types/overlays": "npm:^3.8.13"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/f46caddcb164e94ecf85de57cf4657316ab8c2e28119a61ba226149a6c9df2fbbf60221b011068eb11ce6c89dc5f5e34b74ec7e72c0ca1bd49dbf018507dae8b
languageName: node
linkType: hard

"@react-stately/radio@npm:^3.10.11":
version: 3.10.11
resolution: "@react-stately/radio@npm:3.10.11"
dependencies:
  "@react-stately/form": "npm:^3.1.2"
  "@react-stately/utils": "npm:^3.10.5"
  "@react-types/radio": "npm:^3.8.7"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/092bc0715b63170dd02f2f30bc8c8a64636bc1af337e1494a9cb981cdf0b258bc85287a5834456480178a845135e4dd03a910628134c2ac1676706176f79fbaf
languageName: node
linkType: hard

"@react-stately/searchfield@npm:^3.5.10":
version: 3.5.10
resolution: "@react-stately/searchfield@npm:3.5.10"
dependencies:
  "@react-stately/utils": "npm:^3.10.5"
  "@react-types/searchfield": "npm:^3.6.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/70ec5cf5903c858422f03b2a5dc7a810cc630fa450af7040eb62c5d491abd470aa6b5932ef6037dd1702c443f9d0aa522d6ea637d96b855d94d3145d7184c053
languageName: node
linkType: hard

"@react-stately/select@npm:^3.6.11":
version: 3.6.11
resolution: "@react-stately/select@npm:3.6.11"
dependencies:
  "@react-stately/form": "npm:^3.1.2"
  "@react-stately/list": "npm:^3.12.0"
  "@react-stately/overlays": "npm:^3.6.14"
  "@react-types/select": "npm:^3.9.10"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/f825707b6a8d4e4bbea99098fcc8e495fcbd98d902722ba8b280280d9ade0566a3546941a5c46f8e844a55ff217f05c33a5da3761aa367fb2df8b600ceec5144
languageName: node
linkType: hard

"@react-stately/selection@npm:^3.20.0":
version: 3.20.0
resolution: "@react-stately/selection@npm:3.20.0"
dependencies:
  "@react-stately/collections": "npm:^3.12.2"
  "@react-stately/utils": "npm:^3.10.5"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/fa0341db474d762ca89967e84cf97d289c37ba3a0ca70f9b5f174e3e8003e68207f1c3f8beb958a5a8da7888db69de8d587c0b23ded2de26f54e4949fff9a518
languageName: node
linkType: hard

"@react-stately/slider@npm:^3.6.2":
version: 3.6.2
resolution: "@react-stately/slider@npm:3.6.2"
dependencies:
  "@react-stately/utils": "npm:^3.10.5"
  "@react-types/shared": "npm:^3.28.0"
  "@react-types/slider": "npm:^3.7.9"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/fe7aba4b65fc42d52000821fc8fae4293665e7ce1ec2a57116a2dd49279e2a89058acfb4e095e83f34106c728caa7fd8eb5caccd4cf8b8e61346c03307208527
languageName: node
linkType: hard

"@react-stately/table@npm:^3.14.0":
version: 3.14.0
resolution: "@react-stately/table@npm:3.14.0"
dependencies:
  "@react-stately/collections": "npm:^3.12.2"
  "@react-stately/flags": "npm:^3.1.0"
  "@react-stately/grid": "npm:^3.11.0"
  "@react-stately/selection": "npm:^3.20.0"
  "@react-stately/utils": "npm:^3.10.5"
  "@react-types/grid": "npm:^3.3.0"
  "@react-types/shared": "npm:^3.28.0"
  "@react-types/table": "npm:^3.11.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/6a96fde2838f49258b6368e3eac1bf1b09315b52a8323c5cb2374fa1e03fdc5021d15e631ab2ae72f1ceb42cf190da99e599a01e9b0f9e64425056979bcb893a
languageName: node
linkType: hard

"@react-stately/tabs@npm:^3.8.0":
version: 3.8.0
resolution: "@react-stately/tabs@npm:3.8.0"
dependencies:
  "@react-stately/list": "npm:^3.12.0"
  "@react-types/shared": "npm:^3.28.0"
  "@react-types/tabs": "npm:^3.3.13"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/81fa764cf15aefe1e9b83cd3d5b984532dd33f2fb1d93a86d110249fdaad181d5ebeeae1d542a84ae8f6c465987d0e8ebc0d11f4d98607ed12ca8a6dd1df52e8
languageName: node
linkType: hard

"@react-stately/toast@npm:^3.0.0":
version: 3.0.0
resolution: "@react-stately/toast@npm:3.0.0"
dependencies:
  "@swc/helpers": "npm:^0.5.0"
  use-sync-external-store: "npm:^1.4.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/437269f8210cf751e8530917b9fa7939889a1742adb1cd0eae32603a24cbf4ff9a7d4b79f2ce2b2c32a3d1bd392867af53d1fb510bfae1ff88939a3389f76076
languageName: node
linkType: hard

"@react-stately/toggle@npm:^3.8.2":
version: 3.8.2
resolution: "@react-stately/toggle@npm:3.8.2"
dependencies:
  "@react-stately/utils": "npm:^3.10.5"
  "@react-types/checkbox": "npm:^3.9.2"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/a4d9c66d0be7fbdc2cc441df94d4f4263d4f2c49689b46401fb73c9604ced462d0955a6c56155b23b37001daaa3b34d1a2a3b5946fc3c4ef096311b97179c7f1
languageName: node
linkType: hard

"@react-stately/tooltip@npm:^3.5.2":
version: 3.5.2
resolution: "@react-stately/tooltip@npm:3.5.2"
dependencies:
  "@react-stately/overlays": "npm:^3.6.14"
  "@react-types/tooltip": "npm:^3.4.15"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/ac7683fa99e263621ed30fcb7b51ef6c6d6ba13139796b3f06ae025483d636e190f2ddd006ec047febdf270e331575896203a0e6465032453d8d3d377fa195b8
languageName: node
linkType: hard

"@react-stately/tree@npm:^3.8.8":
version: 3.8.8
resolution: "@react-stately/tree@npm:3.8.8"
dependencies:
  "@react-stately/collections": "npm:^3.12.2"
  "@react-stately/selection": "npm:^3.20.0"
  "@react-stately/utils": "npm:^3.10.5"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/368e15d22d111b772c8fb38782506f309e73cfa8fcff1f81989d8932df727610f7e2bb09e2d775df15a2b3d06df2aa14dab9ab9dd01aeb3852205448185a2b0d
languageName: node
linkType: hard

"@react-stately/utils@npm:^3.10.4, @react-stately/utils@npm:^3.10.5":
version: 3.10.5
resolution: "@react-stately/utils@npm:3.10.5"
dependencies:
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/188500fef26361515d1a6c506ad347f68c82a1d61a13a09109080966a195e1cf97686991143e0d5684fd0b1a3c6a0a1e0149c92c0665bcc34c2026cd9730af1c
languageName: node
linkType: hard

"@react-stately/virtualizer@npm:^4.3.1":
version: 4.3.1
resolution: "@react-stately/virtualizer@npm:4.3.1"
dependencies:
  "@react-aria/utils": "npm:^3.28.1"
  "@react-types/shared": "npm:^3.28.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/85f7d0c737d015cd817415dd759828cd0a997f3e3bdcc3b4c6cb3bbf7955a9606b659dbe29824de6f460e9be858e28a4238d346339498597b10d97353ab63315
languageName: node
linkType: hard

Types
"@react-types/actionbar@npm:^3.1.13":
version: 3.1.13
resolution: "@react-types/actionbar@npm:3.1.13"
dependencies:
  "@react-types/shared": "npm:^3.28.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/dfbe740b5d9ff65ffc13212f6bf9f9dece8c7a900608a46688171f0785a6feb8891a4755f6233f08258e7cb1b6cb28bc888b07b48e55bff01fa46ac3e493b180
languageName: node
linkType: hard

"@react-types/actiongroup@npm:^3.4.15":
version: 3.4.15
resolution: "@react-types/actiongroup@npm:3.4.15"
dependencies:
  "@react-types/shared": "npm:^3.28.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/2e79fa3d3b98181b1f91448af49e00f0c92a73b72a303e24b8343b8312ff5138497bc3862b6a7440080fc31b2859a402a55612087102a45675d9f39530cf6d0b
languageName: node
linkType: hard

"@react-types/autocomplete@npm:3.0.0-alpha.29":
version: 3.0.0-alpha.29
resolution: "@react-types/autocomplete@npm:3.0.0-alpha.29"
dependencies:
  "@react-types/combobox": "npm:^3.13.3"
  "@react-types/searchfield": "npm:^3.6.0"
  "@react-types/shared": "npm:^3.28.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/3ebe256bc99586284cab626fa9385ed04ac07d90dde25797bf8272d93a862729fcb05f78ddf4a19147fcca47ce515b7fdf82b7b2f65ec44ea87039bc3a0fbcb5
languageName: node
linkType: hard

"@react-types/avatar@npm:^3.0.13":
version: 3.0.13
resolution: "@react-types/avatar@npm:3.0.13"
dependencies:
  "@react-types/shared": "npm:^3.28.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/a812c2276a8c2282320c3f05a83ffc9bb5bc939e6be284b848804a75bcc7fee8adf9fbf7a6f45b6c6430066240b0f487edb02e2fc9bd5f89d5d62bc569b9fb2f
languageName: node
linkType: hard

"@react-types/badge@npm:^3.1.15":
version: 3.1.15
resolution: "@react-types/badge@npm:3.1.15"
dependencies:
  "@react-types/shared": "npm:^3.28.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/d9b144ba7936be95d11d538a54104100cba5715f7f66bf79d91766cacb4555bcc8e12530a67f1f79f8f6a01fd181ce391e7f9b1909f371934e5dd5bf883e3ccd
languageName: node
linkType: hard

"@react-types/breadcrumbs@npm:^3.7.11":
version: 3.7.11
resolution: "@react-types/breadcrumbs@npm:3.7.11"
dependencies:
  "@react-types/link": "npm:^3.5.11"
  "@react-types/shared": "npm:^3.28.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/ec09129e85a6bbcbd7d5abbd184a9ebc9e2eca79c9a99334dd6a5499548f53f1da9a6dd32e4e0f0a8d037627a00e3d0f0331899a482effd0ff9c4121f95a53dd
languageName: node
linkType: hard

"@react-types/button@npm:^3.11.0":
version: 3.11.0
resolution: "@react-types/button@npm:3.11.0"
dependencies:
  "@react-types/shared": "npm:^3.28.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/d7a7ef366f9d001089dbe38116bae0dd896e3698d3fa297447ba3b3b37c051a5dfccbab1d2b67ddb3471b6a0ff4ef8773c7293b535d2ceb91527dadd2ee63f60
languageName: node
linkType: hard

"@react-types/buttongroup@npm:^3.3.15":
version: 3.3.15
resolution: "@react-types/buttongroup@npm:3.3.15"
dependencies:
  "@react-types/shared": "npm:^3.28.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/db42e7acc433bdaafcdb5087980fe9b4175949257ce5265ca3bfd7dbcbcb9d814b81533c71023de8be90841b614f7d127eaf6aff9734c10e7a167f1e54a01340
languageName: node
linkType: hard

"@react-types/calendar@npm:^3.6.1":
version: 3.6.1
resolution: "@react-types/calendar@npm:3.6.1"
dependencies:
  "@internationalized/date": "npm:^3.7.0"
  "@react-types/shared": "npm:^3.28.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/296dcc46898e1b22bfce3d2fb5da7bce13007a007bfb3b547f60e6f1337f2ad6556b709ee20b7c85ff5737d9003b445be414433602ff50f6383aa47ce92561ba
languageName: node
linkType: hard

"@react-types/checkbox@npm:^3.9.2":
version: 3.9.2
resolution: "@react-types/checkbox@npm:3.9.2"
dependencies:
  "@react-types/shared": "npm:^3.28.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/3b924f70eab5c656f889408a23d673f4f1167244bf1548f4c9622fdc1ff31ecd499ed5da0b3ff9225d0bd45ce4ec78f4bbfbf4d9103ea8b69e79447fea6c1f6f
languageName: node
linkType: hard

"@react-types/color@npm:^3.0.3":
version: 3.0.3
resolution: "@react-types/color@npm:3.0.3"
dependencies:
  "@react-types/shared": "npm:^3.28.0"
  "@react-types/slider": "npm:^3.7.9"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/21744c1812b3e7a82b391d8f9736971e60b4e4f3d1b8073674aadd2777afc9e41487cded6850edfd2026298db9a13f52a4bd784f19a17cc165bdc45262453388
languageName: node
linkType: hard

"@react-types/combobox@npm:^3.13.3":
version: 3.13.3
resolution: "@react-types/combobox@npm:3.13.3"
dependencies:
  "@react-types/shared": "npm:^3.28.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/ac0a65f54d9dbc817163cf2ecb365016ca0c2cefea290bbdcc3df7727a6088c8a6a2280adf18964dd00cfd3f8a7975deecae1d0202bb77b92362b93305c803e2
languageName: node
linkType: hard

"@react-types/contextualhelp@npm:^3.2.16":
version: 3.2.16
resolution: "@react-types/contextualhelp@npm:3.2.16"
dependencies:
  "@react-types/overlays": "npm:^3.8.13"
  "@react-types/shared": "npm:^3.28.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/fa3f90073eca240950a2bf3e6f26bc53d228d140634d899e8493a34a7342bfed51dc1e201fe6eb98fecefa0243ad99cd8e175b06d95a892c52c160f728c21c01
languageName: node
linkType: hard

"@react-types/datepicker@npm:^3.11.0":
version: 3.11.0
resolution: "@react-types/datepicker@npm:3.11.0"
dependencies:
  "@internationalized/date": "npm:^3.7.0"
  "@react-types/calendar": "npm:^3.6.1"
  "@react-types/overlays": "npm:^3.8.13"
  "@react-types/shared": "npm:^3.28.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/4a59c092417f42e256b2b8c80bd2d4a92962817c94a4ef98bdb15589856d28cdbefb697d52169623821e3f6c92c55e052ce872a826aed4035c92a78739d51e27
languageName: node
linkType: hard

"@react-types/dialog@npm:^3.5.16":
version: 3.5.16
resolution: "@react-types/dialog@npm:3.5.16"
dependencies:
  "@react-types/overlays": "npm:^3.8.13"
  "@react-types/shared": "npm:^3.28.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/d407b27024f618307434c358a56ef56c84381ce298ad94a8b8846252ad2372cdc272f0bab1122449b40f839b7071593929f018cd9563cef39a5e9069a430dfc8
languageName: node
linkType: hard

"@react-types/divider@npm:^3.3.15":
version: 3.3.15
resolution: "@react-types/divider@npm:3.3.15"
dependencies:
  "@react-types/shared": "npm:^3.28.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/f5ecdbaa6b181e36302aba4449190f0527cd5e741b8ade01fd09d034504930f988cd8f1f3f94c2e3c79ebee5d974ead97c247a4fe9b0b94eefa25c2ca18d36df
languageName: node
linkType: hard

"@react-types/form@npm:^3.7.10":
version: 3.7.10
resolution: "@react-types/form@npm:3.7.10"
dependencies:
  "@react-types/shared": "npm:^3.28.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/76ce5ebfbab6b30a2ca2d367106b6bcea30317dc144c196f7d48a59fa6393238e9ad3a798247c46ceb27c492ab67344efea18f886492ba863e092d14403416b7
languageName: node
linkType: hard

"@react-types/grid@npm:^3.3.0":
version: 3.3.0
resolution: "@react-types/grid@npm:3.3.0"
dependencies:
  "@react-types/shared": "npm:^3.28.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/b884bb114b92675b8ee66e0e7213eea2932cd0628af3dec5460d46e9cb692c54650e43aca5f33e12b6f242e83f18684f375c14c7df945fff75cf463858048ebf
languageName: node
linkType: hard

"@react-types/illustratedmessage@npm:^3.3.15":
version: 3.3.15
resolution: "@react-types/illustratedmessage@npm:3.3.15"
dependencies:
  "@react-types/shared": "npm:^3.28.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/104871f93bd32f114dc853e85b9444c5c16ee39c9562bf4d91612bc1bf89d385f86e543a9e8bbb71caaf01ec40aa096657c1ac8d41f8425d76da6847c3232739
languageName: node
linkType: hard

"@react-types/image@npm:^3.4.7":
version: 3.4.7
resolution: "@react-types/image@npm:3.4.7"
dependencies:
  "@react-types/shared": "npm:^3.28.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/4d364c568983a9bb9fb6ba51b1043510262858ca48e431f1e3037f15dd62adb6e2083a6a9849dc4f80f6265b3e94df2efb3bdb00af9ff92e68b04a207e58a3b1
languageName: node
linkType: hard

"@react-types/label@npm:^3.9.9":
version: 3.9.9
resolution: "@react-types/label@npm:3.9.9"
dependencies:
  "@react-types/shared": "npm:^3.28.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/fba4697682619ddfcf9758bed9bc0709dce6753a24a4ababe497e6faa64a6ee183fd35ff5d144e572a203718e2dfe8f4b717fae05563dfd73133dc9f0adb5ba0
languageName: node
linkType: hard

"@react-types/layout@npm:^3.3.21":
version: 3.3.21
resolution: "@react-types/layout@npm:3.3.21"
dependencies:
  "@react-types/shared": "npm:^3.28.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/9f7b2fcf87abf402c88750353f9431612d866d4046a70c719d6b295c5fd69764801ec88403e3518ceb700c5d82d16de7253c4d81c2bd505d6a668dff1bd691b5
languageName: node
linkType: hard

"@react-types/link@npm:^3.5.11":
version: 3.5.11
resolution: "@react-types/link@npm:3.5.11"
dependencies:
  "@react-types/shared": "npm:^3.28.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/9dba4ad19841bde1f96193f4ee410a343a482a1d5ae5240cfe1d331a3cf7c0533ca8f428a695eaae413e0daba80aaa2ce3137052fb379327714fa3584f045816
languageName: node
linkType: hard

"@react-types/listbox@npm:^3.5.5":
version: 3.5.5
resolution: "@react-types/listbox@npm:3.5.5"
dependencies:
  "@react-types/shared": "npm:^3.28.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/f1a3d97fb2480bc723c93ea2b772264b00cca9083eac9ec4231d70ff9a71876e2169f0cb1f39d356bb3c1abb885d5d45f4005359acfaf7a4da89aeb73dd24616
languageName: node
linkType: hard

"@react-types/menu@npm:^3.9.15":
version: 3.9.15
resolution: "@react-types/menu@npm:3.9.15"
dependencies:
  "@react-types/overlays": "npm:^3.8.13"
  "@react-types/shared": "npm:^3.28.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/082a572f57eaf053336ef10ed705c5cde618415dc4d4f84c30697ec199fae6dcbdeca64ceac336694900b0be39a02472239ec28f4fd5b922775ddc13295f755f
languageName: node
linkType: hard

"@react-types/meter@npm:^3.4.7":
version: 3.4.7
resolution: "@react-types/meter@npm:3.4.7"
dependencies:
  "@react-types/progress": "npm:^3.5.10"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/e7f0fc19384c163cff41ad109c7d7fb688b7780622394b7ea7125a27f8549fdcb111f5a447e0df14ba1114b17045bd7a98baac23dfe4548271237d3c1f31fbd1
languageName: node
linkType: hard

"@react-types/numberfield@npm:^3.8.9":
version: 3.8.9
resolution: "@react-types/numberfield@npm:3.8.9"
dependencies:
  "@react-types/shared": "npm:^3.28.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/944da3d7210df0175390a0b9f3c6803840d39def220346d6a1fd8f50f3a1165ab32fca891fbe3b193754d0d5aab0df46df37514e25d17335b45c102f9e29e389
languageName: node
linkType: hard

"@react-types/overlays@npm:^3.8.13":
version: 3.8.13
resolution: "@react-types/overlays@npm:3.8.13"
dependencies:
  "@react-types/shared": "npm:^3.28.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/ea8b3f1497c5f668b2fa23a411940693e18ead6619e13da549361246c3778a8062d0131ffabea8873bcfd74815a9db6c7a014360b4850c5a2272d8fdd1f4486b
languageName: node
linkType: hard

"@react-types/progress@npm:^3.5.10":
version: 3.5.10
resolution: "@react-types/progress@npm:3.5.10"
dependencies:
  "@react-types/shared": "npm:^3.28.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/0a949b8e04870f1c12d7bf254b138d6fe6096b5051e31c592c2da013432ac85438b4565df1447331eac65e44431245fa801b30ccc0d941c0bcf4899595832df2
languageName: node
linkType: hard

"@react-types/provider@npm:^3.8.7":
version: 3.8.7
resolution: "@react-types/provider@npm:3.8.7"
dependencies:
  "@react-types/shared": "npm:^3.28.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/3df5d1a8ff0d5342ce85bd4530bbd83b00dd6fdf81c7680c8d0a4c25b0f8c99962dcef671b0e0a3b4b123f6a40837bda2056d7c1cb123a8843305c4fb25e95d9
languageName: node
linkType: hard

"@react-types/radio@npm:^3.8.7":
version: 3.8.7
resolution: "@react-types/radio@npm:3.8.7"
dependencies:
  "@react-types/shared": "npm:^3.28.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/991a674d1e7fe2848b035c17a9ad9568ee615bbd7a06a466934dfbbe067e85a0d4d26a0323a5b2464c0c0e28ac9d462b7b71e937779ae07eb76853428ee1b136
languageName: node
linkType: hard

"@react-types/searchfield@npm:^3.6.0":
version: 3.6.0
resolution: "@react-types/searchfield@npm:3.6.0"
dependencies:
  "@react-types/shared": "npm:^3.28.0"
  "@react-types/textfield": "npm:^3.12.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/f8df1dd04656162e0bcf062f96ef36371e9e1ba7faa1cce1bf46a3d39cd7fbe9ed6893aa4d65e65d85fe923dd619f3804643d0d9ea54ea276ac88dac52c47381
languageName: node
linkType: hard

"@react-types/select@npm:^3.9.10":
version: 3.9.10
resolution: "@react-types/select@npm:3.9.10"
dependencies:
  "@react-types/shared": "npm:^3.28.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/76747ea6f55cb36374bde98d0a1349eb73c3068c13437cd97e680feae83d8b17c6184b02ee5ace7026afb575667ad6873e0649c9c24200631bbae42a2480ca31
languageName: node
linkType: hard

"@react-types/shared@npm:^3.28.0":
version: 3.28.0
resolution: "@react-types/shared@npm:3.28.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/d5dbba060c9b3204bb6d6db1fec4c7d8b56a185ce000fe0676a136b07a2655885a9db3cd3e6b30564f1761bf91de12fb36ba869bc90152c865bebec8ce8e3b0a
languageName: node
linkType: hard

"@react-types/slider@npm:^3.7.9":
version: 3.7.9
resolution: "@react-types/slider@npm:3.7.9"
dependencies:
  "@react-types/shared": "npm:^3.28.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/52e88969056ebd7c7b741fe5c8d3db1eaebcd719f6ecf86e684b8d78f170d2f01ad4ef670646bfc2a86859609ed84b1f41d9ca4c1c3e92d470a701e56314ca69
languageName: node
linkType: hard

"@react-types/statuslight@npm:^3.3.15":
version: 3.3.15
resolution: "@react-types/statuslight@npm:3.3.15"
dependencies:
  "@react-types/shared": "npm:^3.28.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/342cc3275ee7821e338b7459d3abb7bccd713928ae7ae38fac909647f5064dad4bc8247e3f747b97f708e3e05c264f0d6e6fd243deb79087b46e109d31574b74
languageName: node
linkType: hard

"@react-types/switch@npm:^3.5.9":
version: 3.5.9
resolution: "@react-types/switch@npm:3.5.9"
dependencies:
  "@react-types/shared": "npm:^3.28.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/edb6f96453592ccb62ab3776a58717a84af30fbab1bc40bfb9f9925724024e55eede4652e0d373e8039bfeb42f05296877b0338598b99773922d9387df390ad2
languageName: node
linkType: hard

"@react-types/table@npm:^3.11.0":
version: 3.11.0
resolution: "@react-types/table@npm:3.11.0"
dependencies:
  "@react-types/grid": "npm:^3.3.0"
  "@react-types/shared": "npm:^3.28.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/0cc6dffb7ec405e7d9934caaeabc4f543c7537d088261d26bafce40c04f4a0c7e48eead8d613dad9f5831b02a71c1bdbcb9377ef43708637e775fdff26d67abc
languageName: node
linkType: hard

"@react-types/tabs@npm:^3.3.13":
version: 3.3.13
resolution: "@react-types/tabs@npm:3.3.13"
dependencies:
  "@react-types/shared": "npm:^3.28.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/dba8bf3281e6d6a5dd417aac2cfa6ef976ef42263d00e452fe4704577b7baaa641853e1194c088cec2e1df359df97b768a4892c30bbc1da3ea1c0735905f4c76
languageName: node
linkType: hard

"@react-types/text@npm:^3.3.15":
version: 3.3.15
resolution: "@react-types/text@npm:3.3.15"
dependencies:
  "@react-types/shared": "npm:^3.28.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/dde2a8d292e3c9aa60cbaefbe8a7f0150c1c27a0e62241aca0c4d055e70f0f5a4af158010be89c650a40155a4b7413654d70bcbbabc5e4936fe6af4900027226
languageName: node
linkType: hard

"@react-types/textfield@npm:^3.12.0":
version: 3.12.0
resolution: "@react-types/textfield@npm:3.12.0"
dependencies:
  "@react-types/shared": "npm:^3.28.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/331944ef963cdc62147215db65f9e002382e1e62aae19f1626088162e9e6d12e328aface7d2808baa2489e1cceb3c122636dae082fc2d1b5127260d81079bc5d
languageName: node
linkType: hard

"@react-types/tooltip@npm:^3.4.15":
version: 3.4.15
resolution: "@react-types/tooltip@npm:3.4.15"
dependencies:
  "@react-types/overlays": "npm:^3.8.13"
  "@react-types/shared": "npm:^3.28.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/53bfc90d32627ab8f03cf006a967e85c2c76b3023ce698bd9446bd52f8b94f65d97177a682001a35e1ab1b9cb1c885171fde581d4536b6818fd350dc39d755ca
languageName: node
linkType: hard

"@react-types/view@npm:^3.4.15":
version: 3.4.15
resolution: "@react-types/view@npm:3.4.15"
dependencies:
  "@react-types/shared": "npm:^3.28.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/79659028ced06e5e95881d8b0e5efff4832aaf830758aedbde67bfcfe891d7232e7962be665ae994a94f6e0f185d8332e2091d9eb03785bc8794fdf529f497fb
languageName: node
linkType: hard

"@react-types/well@npm:^3.3.15":
version: 3.3.15
resolution: "@react-types/well@npm:3.3.15"
dependencies:
  "@react-types/shared": "npm:^3.28.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
checksum: 10c0/488ca1cb141c5b2d0d705b46769e66ac78a50cae2107747694a5029ee37b8d525ffeca1ddd33228cefd4056504856b4a54e5b996ddb1458829ddb7d57f62bde3
languageName: node
linkType: hard

Working combination

Image
"@adobe/react-spectrum@npm:3.37.1":
  version: 3.37.1
  resolution: "@adobe/react-spectrum@npm:3.37.1"
  dependencies:
    "@internationalized/string": "npm:^3.2.4"
    "@react-aria/i18n": "npm:^3.12.3"
    "@react-aria/ssr": "npm:^3.9.6"
    "@react-aria/utils": "npm:^3.25.3"
    "@react-aria/visually-hidden": "npm:^3.8.17"
    "@react-spectrum/actionbar": "npm:^3.6.1"
    "@react-spectrum/actiongroup": "npm:^3.10.9"
    "@react-spectrum/avatar": "npm:^3.0.16"
    "@react-spectrum/badge": "npm:^3.1.17"
    "@react-spectrum/breadcrumbs": "npm:^3.9.11"
    "@react-spectrum/button": "npm:^3.16.8"
    "@react-spectrum/buttongroup": "npm:^3.6.16"
    "@react-spectrum/calendar": "npm:^3.4.13"
    "@react-spectrum/checkbox": "npm:^3.9.10"
    "@react-spectrum/color": "npm:^3.0.1"
    "@react-spectrum/combobox": "npm:^3.13.4"
    "@react-spectrum/contextualhelp": "npm:^3.6.15"
    "@react-spectrum/datepicker": "npm:^3.10.3"
    "@react-spectrum/dialog": "npm:^3.8.15"
    "@react-spectrum/divider": "npm:^3.5.17"
    "@react-spectrum/dnd": "npm:^3.4.3"
    "@react-spectrum/dropzone": "npm:^3.0.5"
    "@react-spectrum/filetrigger": "npm:^3.0.5"
    "@react-spectrum/form": "npm:^3.7.9"
    "@react-spectrum/icon": "npm:^3.7.16"
    "@react-spectrum/illustratedmessage": "npm:^3.5.4"
    "@react-spectrum/image": "npm:^3.5.5"
    "@react-spectrum/inlinealert": "npm:^3.2.9"
    "@react-spectrum/labeledvalue": "npm:^3.1.17"
    "@react-spectrum/layout": "npm:^3.6.9"
    "@react-spectrum/link": "npm:^3.6.11"
    "@react-spectrum/list": "npm:^3.8.3"
    "@react-spectrum/listbox": "npm:^3.13.3"
    "@react-spectrum/menu": "npm:^3.20.5"
    "@react-spectrum/meter": "npm:^3.5.4"
    "@react-spectrum/numberfield": "npm:^3.9.7"
    "@react-spectrum/overlays": "npm:^5.6.5"
    "@react-spectrum/picker": "npm:^3.15.3"
    "@react-spectrum/progress": "npm:^3.7.10"
    "@react-spectrum/provider": "npm:^3.9.12"
    "@react-spectrum/radio": "npm:^3.7.10"
    "@react-spectrum/searchfield": "npm:^3.8.10"
    "@react-spectrum/slider": "npm:^3.6.13"
    "@react-spectrum/statuslight": "npm:^3.5.16"
    "@react-spectrum/switch": "npm:^3.5.9"
    "@react-spectrum/table": "npm:^3.14.1"
    "@react-spectrum/tabs": "npm:^3.8.14"
    "@react-spectrum/tag": "npm:^3.2.10"
    "@react-spectrum/text": "npm:^3.5.9"
    "@react-spectrum/textfield": "npm:^3.12.6"
    "@react-spectrum/theme-dark": "npm:^3.5.13"
    "@react-spectrum/theme-default": "npm:^3.5.13"
    "@react-spectrum/theme-light": "npm:^3.4.13"
    "@react-spectrum/tooltip": "npm:^3.6.11"
    "@react-spectrum/view": "npm:^3.6.13"
    "@react-spectrum/well": "npm:^3.4.17"
    "@react-stately/collections": "npm:^3.11.0"
    "@react-stately/data": "npm:^3.11.7"
    "@react-types/shared": "npm:^3.25.0"
    client-only: "npm:^0.0.1"
  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
  checksum: 10c0/0943de6e592a3d33729bb8eb89b790acf83876decaa5be4bca1585282f477a95dc45b8b0b66adb5ce44daa36835f7bed59034707f920e120237a9fd95aa7ce01
  languageName: node
  linkType: hard

"react-aria-components@npm:1.4.1, react-aria-components@npm:^1.4.1":
  version: 1.4.1
  resolution: "react-aria-components@npm:1.4.1"
  dependencies:
    "@internationalized/date": "npm:^3.5.6"
    "@internationalized/string": "npm:^3.2.4"
    "@react-aria/accordion": "npm:3.0.0-alpha.35"
    "@react-aria/collections": "npm:3.0.0-alpha.5"
    "@react-aria/color": "npm:^3.0.1"
    "@react-aria/disclosure": "npm:3.0.0-alpha.1"
    "@react-aria/dnd": "npm:^3.7.4"
    "@react-aria/focus": "npm:^3.18.4"
    "@react-aria/interactions": "npm:^3.22.4"
    "@react-aria/live-announcer": "npm:^3.4.0"
    "@react-aria/menu": "npm:^3.15.5"
    "@react-aria/toolbar": "npm:3.0.0-beta.10"
    "@react-aria/tree": "npm:3.0.0-beta.1"
    "@react-aria/utils": "npm:^3.25.3"
    "@react-aria/virtualizer": "npm:^4.0.4"
    "@react-stately/color": "npm:^3.8.0"
    "@react-stately/disclosure": "npm:3.0.0-alpha.0"
    "@react-stately/layout": "npm:^4.0.3"
    "@react-stately/menu": "npm:^3.8.3"
    "@react-stately/table": "npm:^3.12.3"
    "@react-stately/utils": "npm:^3.10.4"
    "@react-stately/virtualizer": "npm:^4.1.0"
    "@react-types/color": "npm:^3.0.0"
    "@react-types/form": "npm:^3.7.7"
    "@react-types/grid": "npm:^3.2.9"
    "@react-types/shared": "npm:^3.25.0"
    "@react-types/table": "npm:^3.10.2"
    "@swc/helpers": "npm:^0.5.0"
    client-only: "npm:^0.0.1"
    react-aria: "npm:^3.35.1"
    react-stately: "npm:^3.33.0"
    use-sync-external-store: "npm:^1.2.0"
  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
  checksum: 10c0/67ef87ea1f6046fde454f293cf6022fb6e8f07d8e00a65ad3211888947a04f435c034a2f2a0cff84e864ca2efec6ebb17e62ea450a09e3ea972b53c53b049f77
  languageName: node
  linkType: hard
Aria
"react-aria@npm:^3.35.1":
version: 3.35.1
resolution: "react-aria@npm:3.35.1"
dependencies:
  "@internationalized/string": "npm:^3.2.4"
  "@react-aria/breadcrumbs": "npm:^3.5.18"
  "@react-aria/button": "npm:^3.10.1"
  "@react-aria/calendar": "npm:^3.5.13"
  "@react-aria/checkbox": "npm:^3.14.8"
  "@react-aria/color": "npm:^3.0.1"
  "@react-aria/combobox": "npm:^3.10.5"
  "@react-aria/datepicker": "npm:^3.11.4"
  "@react-aria/dialog": "npm:^3.5.19"
  "@react-aria/dnd": "npm:^3.7.4"
  "@react-aria/focus": "npm:^3.18.4"
  "@react-aria/gridlist": "npm:^3.9.5"
  "@react-aria/i18n": "npm:^3.12.3"
  "@react-aria/interactions": "npm:^3.22.4"
  "@react-aria/label": "npm:^3.7.12"
  "@react-aria/link": "npm:^3.7.6"
  "@react-aria/listbox": "npm:^3.13.5"
  "@react-aria/menu": "npm:^3.15.5"
  "@react-aria/meter": "npm:^3.4.17"
  "@react-aria/numberfield": "npm:^3.11.8"
  "@react-aria/overlays": "npm:^3.23.4"
  "@react-aria/progress": "npm:^3.4.17"
  "@react-aria/radio": "npm:^3.10.9"
  "@react-aria/searchfield": "npm:^3.7.10"
  "@react-aria/select": "npm:^3.14.11"
  "@react-aria/selection": "npm:^3.20.1"
  "@react-aria/separator": "npm:^3.4.3"
  "@react-aria/slider": "npm:^3.7.13"
  "@react-aria/ssr": "npm:^3.9.6"
  "@react-aria/switch": "npm:^3.6.9"
  "@react-aria/table": "npm:^3.15.5"
  "@react-aria/tabs": "npm:^3.9.7"
  "@react-aria/tag": "npm:^3.4.7"
  "@react-aria/textfield": "npm:^3.14.10"
  "@react-aria/tooltip": "npm:^3.7.9"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-aria/visually-hidden": "npm:^3.8.17"
  "@react-types/shared": "npm:^3.25.0"
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
checksum: 10c0/2211d5bf2b10d25d929dfeea589e4bb38aa2a1854afbeeeb2c57c6989fb94ff2006384b5cfd45af4974c61d81d0eeb553855f7e738ae23fb54e70989bf7bd846
languageName: node
linkType: hard

"@react-aria/accordion@npm:3.0.0-alpha.35":
version: 3.0.0-alpha.35
resolution: "@react-aria/accordion@npm:3.0.0-alpha.35"
dependencies:
  "@react-aria/button": "npm:^3.10.1"
  "@react-aria/selection": "npm:^3.20.1"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-stately/tree": "npm:^3.8.5"
  "@react-types/accordion": "npm:3.0.0-alpha.24"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/236fea00c4f3e66440076329056e06e6355ef6af3b2e532a6c1d96a2fd6d5b56a2883ffd4af03f3ded6a650b0b58a18d2786471daf5d3f47bf3fb4a19291b1e7
languageName: node
linkType: hard

"@react-aria/actiongroup@npm:^3.7.10":
version: 3.7.10
resolution: "@react-aria/actiongroup@npm:3.7.10"
dependencies:
  "@react-aria/focus": "npm:^3.18.4"
  "@react-aria/i18n": "npm:^3.12.3"
  "@react-aria/interactions": "npm:^3.22.4"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-stately/list": "npm:^3.11.0"
  "@react-types/actiongroup": "npm:^3.4.12"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/5032bce5c406eede6887aab0bba5f679c00669f959b0d55db49634200413ed38785263e377874b22d47c272255850da9740e2e47bc047ded484e91654433e160
languageName: node
linkType: hard

"@react-aria/breadcrumbs@npm:^3.5.18":
version: 3.5.18
resolution: "@react-aria/breadcrumbs@npm:3.5.18"
dependencies:
  "@react-aria/i18n": "npm:^3.12.3"
  "@react-aria/link": "npm:^3.7.6"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-types/breadcrumbs": "npm:^3.7.8"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/33e50a04c1d2b8efb91194ecac6f087051f4138c13fd182675eab311175bb637c09aa1f7ee1fedaf87e24b7b601b7d5d3ff4bb23d87d70c776eeff84006d5388
languageName: node
linkType: hard

"@react-aria/button@npm:^3.10.1":
version: 3.10.1
resolution: "@react-aria/button@npm:3.10.1"
dependencies:
  "@react-aria/focus": "npm:^3.18.4"
  "@react-aria/interactions": "npm:^3.22.4"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-stately/toggle": "npm:^3.7.8"
  "@react-types/button": "npm:^3.10.0"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/9d35405c008043a7e7314d79c23805642d96742f32e464c05d3bf5417c04e8d70cc395e675dd4133849e08939fdd42eb757168124b0f8a713800eca501c22809
languageName: node
linkType: hard

"@react-aria/calendar@npm:^3.5.13":
version: 3.5.13
resolution: "@react-aria/calendar@npm:3.5.13"
dependencies:
  "@internationalized/date": "npm:^3.5.6"
  "@react-aria/i18n": "npm:^3.12.3"
  "@react-aria/interactions": "npm:^3.22.4"
  "@react-aria/live-announcer": "npm:^3.4.0"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-stately/calendar": "npm:^3.5.5"
  "@react-types/button": "npm:^3.10.0"
  "@react-types/calendar": "npm:^3.4.10"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/10f30f6cfdf81d38b48cb40368b141b50cc270ed39bf0240e501b207433bd7324293123bd8d0f49e868e51702b6eed9fc6da9601eb90354bb5e2db631c7089d9
languageName: node
linkType: hard

"@react-aria/checkbox@npm:^3.14.8":
version: 3.14.8
resolution: "@react-aria/checkbox@npm:3.14.8"
dependencies:
  "@react-aria/form": "npm:^3.0.10"
  "@react-aria/interactions": "npm:^3.22.4"
  "@react-aria/label": "npm:^3.7.12"
  "@react-aria/toggle": "npm:^3.10.9"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-stately/checkbox": "npm:^3.6.9"
  "@react-stately/form": "npm:^3.0.6"
  "@react-stately/toggle": "npm:^3.7.8"
  "@react-types/checkbox": "npm:^3.8.4"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/96ac21b5c6ede1ce0545e27dbefb20df88cd06f24c0ed2c2fb44383bcf632aa33096c70ffca59f8bc68c7e5e4f71293a975e6bd5dc65077ca70991f651a56992
languageName: node
linkType: hard

"@react-aria/collections@npm:3.0.0-alpha.5":
version: 3.0.0-alpha.5
resolution: "@react-aria/collections@npm:3.0.0-alpha.5"
dependencies:
  "@react-aria/ssr": "npm:^3.9.6"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
  use-sync-external-store: "npm:^1.2.0"
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
checksum: 10c0/a9437ce549b0693a1312bdcd9583cd80c479c27b0f9863c81e173599030c10930be7bbcd41113106c07766021f32d48d82609136aecb85540c81814b67321409
languageName: node
linkType: hard

"@react-aria/color@npm:^3.0.1":
version: 3.0.1
resolution: "@react-aria/color@npm:3.0.1"
dependencies:
  "@react-aria/i18n": "npm:^3.12.3"
  "@react-aria/interactions": "npm:^3.22.4"
  "@react-aria/numberfield": "npm:^3.11.8"
  "@react-aria/slider": "npm:^3.7.13"
  "@react-aria/spinbutton": "npm:^3.6.9"
  "@react-aria/textfield": "npm:^3.14.10"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-aria/visually-hidden": "npm:^3.8.17"
  "@react-stately/color": "npm:^3.8.0"
  "@react-stately/form": "npm:^3.0.6"
  "@react-types/color": "npm:^3.0.0"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/ee4969e6f28a765abee0ba519ad9c77b9910d76ec3c327403d8b901db750ed4daa32be2d1ea62d760f0e4dc4f51aa02c02c0481f4b00a40380d4dccf7a895a38
languageName: node
linkType: hard

"@react-aria/combobox@npm:^3.10.5":
version: 3.10.5
resolution: "@react-aria/combobox@npm:3.10.5"
dependencies:
  "@react-aria/i18n": "npm:^3.12.3"
  "@react-aria/listbox": "npm:^3.13.5"
  "@react-aria/live-announcer": "npm:^3.4.0"
  "@react-aria/menu": "npm:^3.15.5"
  "@react-aria/overlays": "npm:^3.23.4"
  "@react-aria/selection": "npm:^3.20.1"
  "@react-aria/textfield": "npm:^3.14.10"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-stately/collections": "npm:^3.11.0"
  "@react-stately/combobox": "npm:^3.10.0"
  "@react-stately/form": "npm:^3.0.6"
  "@react-types/button": "npm:^3.10.0"
  "@react-types/combobox": "npm:^3.13.0"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/420c3de273014e4de38f823b0e7415f8eb648b97293e7169967ffce35133a37eca94288bd2adc636f892ed2da42150bc5b41d85b97a6a545c141cf2ad8ca1cbc
languageName: node
linkType: hard

"@react-aria/datepicker@npm:^3.11.4":
version: 3.11.4
resolution: "@react-aria/datepicker@npm:3.11.4"
dependencies:
  "@internationalized/date": "npm:^3.5.6"
  "@internationalized/number": "npm:^3.5.4"
  "@internationalized/string": "npm:^3.2.4"
  "@react-aria/focus": "npm:^3.18.4"
  "@react-aria/form": "npm:^3.0.10"
  "@react-aria/i18n": "npm:^3.12.3"
  "@react-aria/interactions": "npm:^3.22.4"
  "@react-aria/label": "npm:^3.7.12"
  "@react-aria/spinbutton": "npm:^3.6.9"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-stately/datepicker": "npm:^3.10.3"
  "@react-stately/form": "npm:^3.0.6"
  "@react-types/button": "npm:^3.10.0"
  "@react-types/calendar": "npm:^3.4.10"
  "@react-types/datepicker": "npm:^3.8.3"
  "@react-types/dialog": "npm:^3.5.13"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/4df110dcc84f22948210dc0d996569593283017857fa848c553a7848849609922c6ba34e44698390fe192a29f9c6bf428c8beb49f449c83640c62442b86014cd
languageName: node
linkType: hard

"@react-aria/dialog@npm:^3.5.19":
version: 3.5.19
resolution: "@react-aria/dialog@npm:3.5.19"
dependencies:
  "@react-aria/focus": "npm:^3.18.4"
  "@react-aria/overlays": "npm:^3.23.4"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-types/dialog": "npm:^3.5.13"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/a93699d76c0756fe9723f86a5b4db3af10f2bd042e769c5907cca430e49eee0ccac56859c61736eead8a67d0c8a254f0244d29a5773d603ef6bb53f5bf92fba6
languageName: node
linkType: hard

"@react-aria/disclosure@npm:3.0.0-alpha.1":
version: 3.0.0-alpha.1
resolution: "@react-aria/disclosure@npm:3.0.0-alpha.1"
dependencies:
  "@react-aria/button": "npm:^3.10.1"
  "@react-aria/selection": "npm:^3.20.1"
  "@react-aria/ssr": "npm:^3.9.6"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-stately/disclosure": "npm:3.0.0-alpha.0"
  "@react-stately/toggle": "npm:^3.7.8"
  "@react-stately/tree": "npm:^3.8.5"
  "@react-types/button": "npm:^3.10.0"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/e112f50001e089d61b9a8ec2216c87b2971b3a957e3f3b6bf7d1a775f1eea928c94b7171aa2907c0e7d8344d621f3e08f1f871343f4391cd8f06b32949aeaa83
languageName: node
linkType: hard

"@react-aria/dnd@npm:^3.7.4":
version: 3.7.4
resolution: "@react-aria/dnd@npm:3.7.4"
dependencies:
  "@internationalized/string": "npm:^3.2.4"
  "@react-aria/i18n": "npm:^3.12.3"
  "@react-aria/interactions": "npm:^3.22.4"
  "@react-aria/live-announcer": "npm:^3.4.0"
  "@react-aria/overlays": "npm:^3.23.4"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-stately/dnd": "npm:^3.4.3"
  "@react-types/button": "npm:^3.10.0"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/2c3619b2297d4f3f2974565835a15b853d9fe8631d6c02db664d3bad21e3b6126026999541fc98dc8f253684747406fcb55ac28f4ab3acac6f18de152ae4c1c6
languageName: node
linkType: hard

"@react-aria/focus@npm:^3.18.4":
version: 3.18.4
resolution: "@react-aria/focus@npm:3.18.4"
dependencies:
  "@react-aria/interactions": "npm:^3.22.4"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
  clsx: "npm:^2.0.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/141f8ef80060c5b58384af4af9446c0792618671e9f963942c3edc29bb15b7eb0ebb62cbe118135c7379c2732e86071aa7d7c890903a0ae411be07f2ec854e6a
languageName: node
linkType: hard

"@react-aria/form@npm:^3.0.10":
version: 3.0.10
resolution: "@react-aria/form@npm:3.0.10"
dependencies:
  "@react-aria/interactions": "npm:^3.22.4"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-stately/form": "npm:^3.0.6"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/31ed3c2a2eb8340f38e9164bf2730ece07563178975aaff55c2e58ed307943071b105dd0503bf31a9fe17e085ef3db52f935636b04365e26194649f0c87f8c5e
languageName: node
linkType: hard

"@react-aria/grid@npm:^3.10.5":
version: 3.10.5
resolution: "@react-aria/grid@npm:3.10.5"
dependencies:
  "@react-aria/focus": "npm:^3.18.4"
  "@react-aria/i18n": "npm:^3.12.3"
  "@react-aria/interactions": "npm:^3.22.4"
  "@react-aria/live-announcer": "npm:^3.4.0"
  "@react-aria/selection": "npm:^3.20.1"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-stately/collections": "npm:^3.11.0"
  "@react-stately/grid": "npm:^3.9.3"
  "@react-stately/selection": "npm:^3.17.0"
  "@react-types/checkbox": "npm:^3.8.4"
  "@react-types/grid": "npm:^3.2.9"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/d85110a3df794a8df38ea1b52b7f575c1a4e31a4f4f6989c80c25099e6a020e1a290436febc846dbd0397db42b55a5d1e4028341808a9cbc82e92401acde5973
languageName: node
linkType: hard

"@react-aria/gridlist@npm:^3.9.5":
version: 3.9.5
resolution: "@react-aria/gridlist@npm:3.9.5"
dependencies:
  "@react-aria/focus": "npm:^3.18.4"
  "@react-aria/grid": "npm:^3.10.5"
  "@react-aria/i18n": "npm:^3.12.3"
  "@react-aria/interactions": "npm:^3.22.4"
  "@react-aria/selection": "npm:^3.20.1"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-stately/collections": "npm:^3.11.0"
  "@react-stately/list": "npm:^3.11.0"
  "@react-stately/tree": "npm:^3.8.5"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/d9ceb8df29f9d6f9cae123b6227313915aea9fd40543afb83ddee3f8a31fc5bceae4eb28a64fa5345dc7285b64adcc1dddfc60c28cc071782e681adf717b7879
languageName: node
linkType: hard

"@react-aria/i18n@npm:^3.12.3":
version: 3.12.3
resolution: "@react-aria/i18n@npm:3.12.3"
dependencies:
  "@internationalized/date": "npm:^3.5.6"
  "@internationalized/message": "npm:^3.1.5"
  "@internationalized/number": "npm:^3.5.4"
  "@internationalized/string": "npm:^3.2.4"
  "@react-aria/ssr": "npm:^3.9.6"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/98210abb15d598a6e4a35eae6df1d70ae6376ef9a5e1c3d298e03f4cc006df696785006323fa97ac57ce14c5b5c8d108690a5c2b187624cad5956778ffc25ca9
languageName: node
linkType: hard

"@react-aria/interactions@npm:^3.22.4":
version: 3.22.4
resolution: "@react-aria/interactions@npm:3.22.4"
dependencies:
  "@react-aria/ssr": "npm:^3.9.6"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/8455a68540a4085b71ed034cad5c349a7e756e44cd30d69d340d7f7a66ce1886882021fbcc8049a5d8aeba54b47cd2ca49a7bc4e6910aab2d13b41703d55c7a5
languageName: node
linkType: hard

"@react-aria/label@npm:^3.7.12":
version: 3.7.12
resolution: "@react-aria/label@npm:3.7.12"
dependencies:
  "@react-aria/utils": "npm:^3.25.3"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/28a8a04c788df9fb776565974a1c20bf01067d3d9a1f6cbeb184859c7e8893a64809bbcd1af9d765039ee30da96ecbce75c7d2d37bddb54cf4e709ab2d7afcca
languageName: node
linkType: hard

"@react-aria/link@npm:^3.7.6":
version: 3.7.6
resolution: "@react-aria/link@npm:3.7.6"
dependencies:
  "@react-aria/focus": "npm:^3.18.4"
  "@react-aria/interactions": "npm:^3.22.4"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-types/link": "npm:^3.5.8"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/81e3f3b53648ac4223e3c673a13c592c24895202b39255bb16bd2b39bcc9dff4b5ad2f6ed69029228ada20941eefd89060fe1761e6658eefcdbb28019fa1818a
languageName: node
linkType: hard

"@react-aria/listbox@npm:^3.13.5":
version: 3.13.5
resolution: "@react-aria/listbox@npm:3.13.5"
dependencies:
  "@react-aria/interactions": "npm:^3.22.4"
  "@react-aria/label": "npm:^3.7.12"
  "@react-aria/selection": "npm:^3.20.1"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-stately/collections": "npm:^3.11.0"
  "@react-stately/list": "npm:^3.11.0"
  "@react-types/listbox": "npm:^3.5.2"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/877c86bfe63b4b75a3bf75db7c275006d7341a4933b37dc57f996d1c9f230c4ca0a6f68960938b445bb5ed3af23787b1f7a818d783d4e7188a0b891b74215bdc
languageName: node
linkType: hard

"@react-aria/live-announcer@npm:^3.4.0":
version: 3.4.0
resolution: "@react-aria/live-announcer@npm:3.4.0"
dependencies:
  "@swc/helpers": "npm:^0.5.0"
checksum: 10c0/d4815bbe453765013042299c295cba362147fe7634d4bdcfecffc3f7efbe84b83c820e9737ac90e127b4f8980aaea16f7f9876de516a6c05a42de0b5bf606b92
languageName: node
linkType: hard

"@react-aria/menu@npm:^3.15.5":
version: 3.15.5
resolution: "@react-aria/menu@npm:3.15.5"
dependencies:
  "@react-aria/focus": "npm:^3.18.4"
  "@react-aria/i18n": "npm:^3.12.3"
  "@react-aria/interactions": "npm:^3.22.4"
  "@react-aria/overlays": "npm:^3.23.4"
  "@react-aria/selection": "npm:^3.20.1"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-stately/collections": "npm:^3.11.0"
  "@react-stately/menu": "npm:^3.8.3"
  "@react-stately/tree": "npm:^3.8.5"
  "@react-types/button": "npm:^3.10.0"
  "@react-types/menu": "npm:^3.9.12"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/466bfeb1e76056556c502b274bd69637fb06b02f43c28c076b47476e4289eeb30d1120a17d41fe11bdcb972cc4c1119b7f0efb1aad28efc570dc7524fc7c8b59
languageName: node
linkType: hard

"@react-aria/meter@npm:^3.4.17":
version: 3.4.17
resolution: "@react-aria/meter@npm:3.4.17"
dependencies:
  "@react-aria/progress": "npm:^3.4.17"
  "@react-types/meter": "npm:^3.4.4"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/d5b648664416f50448c34567df5f6c0c706014ab3d487869958e9f9b8d4a4fae5f5bc173edf4dd734d91ea9f6b7f7e853679baaf48926326d96ff8be2150ba0c
languageName: node
linkType: hard

"@react-aria/numberfield@npm:^3.11.8":
version: 3.11.8
resolution: "@react-aria/numberfield@npm:3.11.8"
dependencies:
  "@react-aria/i18n": "npm:^3.12.3"
  "@react-aria/interactions": "npm:^3.22.4"
  "@react-aria/spinbutton": "npm:^3.6.9"
  "@react-aria/textfield": "npm:^3.14.10"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-stately/form": "npm:^3.0.6"
  "@react-stately/numberfield": "npm:^3.9.7"
  "@react-types/button": "npm:^3.10.0"
  "@react-types/numberfield": "npm:^3.8.6"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/a1f6e5d90e150f40902546212687850a9c50889726db0f28f0ec73a1fd8f427048f464677b389d620350817749e5d96b90e51bca639705ff141543adbe3b82e3
languageName: node
linkType: hard

"@react-aria/overlays@npm:^3.23.4":
version: 3.23.4
resolution: "@react-aria/overlays@npm:3.23.4"
dependencies:
  "@react-aria/focus": "npm:^3.18.4"
  "@react-aria/i18n": "npm:^3.12.3"
  "@react-aria/interactions": "npm:^3.22.4"
  "@react-aria/ssr": "npm:^3.9.6"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-aria/visually-hidden": "npm:^3.8.17"
  "@react-stately/overlays": "npm:^3.6.11"
  "@react-types/button": "npm:^3.10.0"
  "@react-types/overlays": "npm:^3.8.10"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/174c8ef7d52123e8d979044dd36373314328086b2dc37a8b4f1fab8344be74c77925595dca86f720fd661eeffd5b632261f9a57e813d0f91460d1f08a090504e
languageName: node
linkType: hard

"@react-aria/progress@npm:^3.4.17":
version: 3.4.17
resolution: "@react-aria/progress@npm:3.4.17"
dependencies:
  "@react-aria/i18n": "npm:^3.12.3"
  "@react-aria/label": "npm:^3.7.12"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-types/progress": "npm:^3.5.7"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/5eae2b0693cbb349242993bee9bcc82b59bf53b9429a5101736695ae64ab55be6b37e38fb26ac7288fb12e6ec2436da0a0aaddb2e11ffd3b3f06348a43edd5c4
languageName: node
linkType: hard

"@react-aria/radio@npm:^3.10.9":
version: 3.10.9
resolution: "@react-aria/radio@npm:3.10.9"
dependencies:
  "@react-aria/focus": "npm:^3.18.4"
  "@react-aria/form": "npm:^3.0.10"
  "@react-aria/i18n": "npm:^3.12.3"
  "@react-aria/interactions": "npm:^3.22.4"
  "@react-aria/label": "npm:^3.7.12"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-stately/radio": "npm:^3.10.8"
  "@react-types/radio": "npm:^3.8.4"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/1b6251b8c020f16b8d4ce0710323f52efd4bbc408789757a54dde2cd59fe5601b76c571b8f1f5b00e7680457e2f6766e1a3f55d4153685c4880e09b5933e63a0
languageName: node
linkType: hard

"@react-aria/searchfield@npm:^3.7.10":
version: 3.7.10
resolution: "@react-aria/searchfield@npm:3.7.10"
dependencies:
  "@react-aria/i18n": "npm:^3.12.3"
  "@react-aria/textfield": "npm:^3.14.10"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-stately/searchfield": "npm:^3.5.7"
  "@react-types/button": "npm:^3.10.0"
  "@react-types/searchfield": "npm:^3.5.9"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/1ae7fab9f6bc473ccc8d2762c4d07ffbbdd45366b1fe7fa282c14354eac8e427bebb0dde20e1cb92e4a2cd769f9f3872a5712c53763706b6414d024fa5275732
languageName: node
linkType: hard

"@react-aria/select@npm:^3.14.11":
version: 3.14.11
resolution: "@react-aria/select@npm:3.14.11"
dependencies:
  "@react-aria/form": "npm:^3.0.10"
  "@react-aria/i18n": "npm:^3.12.3"
  "@react-aria/interactions": "npm:^3.22.4"
  "@react-aria/label": "npm:^3.7.12"
  "@react-aria/listbox": "npm:^3.13.5"
  "@react-aria/menu": "npm:^3.15.5"
  "@react-aria/selection": "npm:^3.20.1"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-aria/visually-hidden": "npm:^3.8.17"
  "@react-stately/select": "npm:^3.6.8"
  "@react-types/button": "npm:^3.10.0"
  "@react-types/select": "npm:^3.9.7"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/b8c2e24a2713367938514c1d47817943bf1677bf4a29e5f5f695e1e9e708a93dde465de8d06babf276bc7face7938b280fd603af4b77d1068e9ce5b85a7cefd6
languageName: node
linkType: hard

"@react-aria/selection@npm:^3.20.1":
version: 3.20.1
resolution: "@react-aria/selection@npm:3.20.1"
dependencies:
  "@react-aria/focus": "npm:^3.18.4"
  "@react-aria/i18n": "npm:^3.12.3"
  "@react-aria/interactions": "npm:^3.22.4"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-stately/selection": "npm:^3.17.0"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/44e10f4e4952e5fbb15071bbaa1ccafcb91b6168a8ac6eb1e0f4e1036014527ea3c0e363a7f552ca923b6929f9a5e2495bb454ad9cd4c64003d650115b5e637a
languageName: node
linkType: hard

"@react-aria/separator@npm:^3.4.3":
version: 3.4.3
resolution: "@react-aria/separator@npm:3.4.3"
dependencies:
  "@react-aria/utils": "npm:^3.25.3"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/322b7135944d0a941e65cc5756153e8e0aa60af102572f988d14add4cdfd7e727a133f0c3a86b69333f08da2f606f03d6d590483e986b79e649562f46cdb4836
languageName: node
linkType: hard

"@react-aria/slider@npm:^3.7.13":
version: 3.7.13
resolution: "@react-aria/slider@npm:3.7.13"
dependencies:
  "@react-aria/focus": "npm:^3.18.4"
  "@react-aria/i18n": "npm:^3.12.3"
  "@react-aria/interactions": "npm:^3.22.4"
  "@react-aria/label": "npm:^3.7.12"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-stately/slider": "npm:^3.5.8"
  "@react-types/shared": "npm:^3.25.0"
  "@react-types/slider": "npm:^3.7.6"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/6256790404e7ab67ea64c613b491fad3e9cd4315a6fe2fa72b2271eb5f0254bb39c5cbd5f9896119714fcb94f515c33c3c6ca8195aaf3b0fd5e5f6d49d7c8bd3
languageName: node
linkType: hard

"@react-aria/spinbutton@npm:^3.6.9":
version: 3.6.9
resolution: "@react-aria/spinbutton@npm:3.6.9"
dependencies:
  "@react-aria/i18n": "npm:^3.12.3"
  "@react-aria/live-announcer": "npm:^3.4.0"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-types/button": "npm:^3.10.0"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/c15434d8c7c058ca39634b9a2350915967cf8d59e19101fc5e243f6a0b3b6971e9bb265aee07b3bbfb68ce207a3affea8924db2bd850705a7b2163f946d82f34
languageName: node
linkType: hard

"@react-aria/ssr@npm:^3.9.6":
version: 3.9.6
resolution: "@react-aria/ssr@npm:3.9.6"
dependencies:
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/be52f2909035e093d3f72cccde15b66b4eef2dc30c71dac46a1ea43d3847dace1a709114640bfa3e9aa72ba716749635fb72116f4da16f7d80248ca348146456
languageName: node
linkType: hard

"@react-aria/switch@npm:^3.6.9":
version: 3.6.9
resolution: "@react-aria/switch@npm:3.6.9"
dependencies:
  "@react-aria/toggle": "npm:^3.10.9"
  "@react-stately/toggle": "npm:^3.7.8"
  "@react-types/shared": "npm:^3.25.0"
  "@react-types/switch": "npm:^3.5.6"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/94000e6527b3889433d96571f8d7ce32a64b978fc7640d2a8f43ee38cebd3a13149a66512d54485c5f7c8769d5a7de2d4847ffc6130655f37cc7fbd70bd99bc0
languageName: node
linkType: hard

"@react-aria/table@npm:^3.15.5":
version: 3.15.5
resolution: "@react-aria/table@npm:3.15.5"
dependencies:
  "@react-aria/focus": "npm:^3.18.4"
  "@react-aria/grid": "npm:^3.10.5"
  "@react-aria/i18n": "npm:^3.12.3"
  "@react-aria/interactions": "npm:^3.22.4"
  "@react-aria/live-announcer": "npm:^3.4.0"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-aria/visually-hidden": "npm:^3.8.17"
  "@react-stately/collections": "npm:^3.11.0"
  "@react-stately/flags": "npm:^3.0.4"
  "@react-stately/table": "npm:^3.12.3"
  "@react-types/checkbox": "npm:^3.8.4"
  "@react-types/grid": "npm:^3.2.9"
  "@react-types/shared": "npm:^3.25.0"
  "@react-types/table": "npm:^3.10.2"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/54a8794f9842082aef5ce9b36e21cb125b02e6792c38c40d1a65f25ba62362c4adc17a7db220672e1b65f515aedfe1a55eb9b70b7ce7d9c0fb75f4da16e4a8eb
languageName: node
linkType: hard

"@react-aria/tabs@npm:^3.9.7":
version: 3.9.7
resolution: "@react-aria/tabs@npm:3.9.7"
dependencies:
  "@react-aria/focus": "npm:^3.18.4"
  "@react-aria/i18n": "npm:^3.12.3"
  "@react-aria/selection": "npm:^3.20.1"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-stately/tabs": "npm:^3.6.10"
  "@react-types/shared": "npm:^3.25.0"
  "@react-types/tabs": "npm:^3.3.10"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/0e079c0e803b94efcb5f30444a888322d614e577c462eb2e7a4a0170aa92fea6e21cdbf041d5efdfab0b0c50ec287dc8032afe4b52b4f77489fa9ec4866837a2
languageName: node
linkType: hard

"@react-aria/tag@npm:^3.4.7":
version: 3.4.7
resolution: "@react-aria/tag@npm:3.4.7"
dependencies:
  "@react-aria/gridlist": "npm:^3.9.5"
  "@react-aria/i18n": "npm:^3.12.3"
  "@react-aria/interactions": "npm:^3.22.4"
  "@react-aria/label": "npm:^3.7.12"
  "@react-aria/selection": "npm:^3.20.1"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-stately/list": "npm:^3.11.0"
  "@react-types/button": "npm:^3.10.0"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/869e26288a2d3c90cc8027342f70dc1ec0146d6ec5ebe62c7b06eb48390e1d1a71083ca6de7147353764bc566a7f6dfad2666e6d378afa6cf53acb586e1019b1
languageName: node
linkType: hard

"@react-aria/textfield@npm:^3.14.10":
version: 3.14.10
resolution: "@react-aria/textfield@npm:3.14.10"
dependencies:
  "@react-aria/focus": "npm:^3.18.4"
  "@react-aria/form": "npm:^3.0.10"
  "@react-aria/label": "npm:^3.7.12"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-stately/form": "npm:^3.0.6"
  "@react-stately/utils": "npm:^3.10.4"
  "@react-types/shared": "npm:^3.25.0"
  "@react-types/textfield": "npm:^3.9.7"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/91b4d6ae47c6bf355ae9ff53626d6195afc3fe5852a7aa930b286fbe0804c13b79649ff1b220706cc7808b0e8c4ad3f4f1c04261b4a90abb79f3bb83c033c5e5
languageName: node
linkType: hard

"@react-aria/toggle@npm:^3.10.9":
version: 3.10.9
resolution: "@react-aria/toggle@npm:3.10.9"
dependencies:
  "@react-aria/focus": "npm:^3.18.4"
  "@react-aria/interactions": "npm:^3.22.4"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-stately/toggle": "npm:^3.7.8"
  "@react-types/checkbox": "npm:^3.8.4"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/057302ef08413cc7bfdde96102da734610294aef19c91d6bae8accf2dfc3ffd976dd531c5d42c6aa955e44da92b46f51667488ae0a48718370d449b6dc0f84e4
languageName: node
linkType: hard

"@react-aria/toolbar@npm:3.0.0-beta.10":
version: 3.0.0-beta.10
resolution: "@react-aria/toolbar@npm:3.0.0-beta.10"
dependencies:
  "@react-aria/focus": "npm:^3.18.4"
  "@react-aria/i18n": "npm:^3.12.3"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/5e4e4b28553549942ecb165faa0f870d3f5914f04c8558fd240e0ebe35c4826ecf96c9ee7e99515d3ff41cfda5ada014da1c9ef3d2f612e5c53a9464b1e68d45
languageName: node
linkType: hard

"@react-aria/tooltip@npm:^3.7.9":
version: 3.7.9
resolution: "@react-aria/tooltip@npm:3.7.9"
dependencies:
  "@react-aria/focus": "npm:^3.18.4"
  "@react-aria/interactions": "npm:^3.22.4"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-stately/tooltip": "npm:^3.4.13"
  "@react-types/shared": "npm:^3.25.0"
  "@react-types/tooltip": "npm:^3.4.12"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/1db345fe35462ddce880ea28bf0dcf6d320ed5e7ce96d0b836a8d3a00c35a88eef037e0e9e1601bdf516ae8c5c6ea0e9190b849499ee9146b7de9b70062f8d13
languageName: node
linkType: hard

"@react-aria/tree@npm:3.0.0-beta.1":
version: 3.0.0-beta.1
resolution: "@react-aria/tree@npm:3.0.0-beta.1"
dependencies:
  "@react-aria/gridlist": "npm:^3.9.5"
  "@react-aria/i18n": "npm:^3.12.3"
  "@react-aria/selection": "npm:^3.20.1"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-stately/tree": "npm:^3.8.5"
  "@react-types/button": "npm:^3.10.0"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/ff630b288f1002e5d652a910fba69636009fe3679c2ddf802056467ec3e6ac460cf368dcd7e3ab641caedbd23ba4c0d099a3d9b8cb2b477efed45a2537565475
languageName: node
linkType: hard

"@react-aria/utils@npm:^3.25.3":
version: 3.25.3
resolution: "@react-aria/utils@npm:3.25.3"
dependencies:
  "@react-aria/ssr": "npm:^3.9.6"
  "@react-stately/utils": "npm:^3.10.4"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
  clsx: "npm:^2.0.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/dc86ea48c24232f5c51d0b5317d947c4ccf01a8afb3bdc89cb880a7b0a695a04c8a7c615fb190664f4f3c7da8669ab2bd2f7cdfb2861339f5816cbd600249a84
languageName: node
linkType: hard

"@react-aria/virtualizer@npm:^4.0.4":
version: 4.0.4
resolution: "@react-aria/virtualizer@npm:4.0.4"
dependencies:
  "@react-aria/i18n": "npm:^3.12.3"
  "@react-aria/interactions": "npm:^3.22.4"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-stately/virtualizer": "npm:^4.1.0"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
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
checksum: 10c0/6ac85792aa6acbc838ff417c789022119f9850d99b89637e318e515aea14c9fb0a9b8079b317c0564e41c069df2be3fb71d947612e66036355498f99fe897189
languageName: node
linkType: hard

"@react-aria/visually-hidden@npm:^3.8.17":
version: 3.8.17
resolution: "@react-aria/visually-hidden@npm:3.8.17"
dependencies:
  "@react-aria/interactions": "npm:^3.22.4"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/411699c167686509583debc659e734ec3c123198570104abbd4fe74a5a60d93a305d73f6d761ec67846c672d1076d8f089a6f90d2e2653e1a334fe7344088bd5
languageName: node
linkType: hard
Spectrum
"@adobe/react-spectrum-ui@npm:1.2.1":
version: 1.2.1
resolution: "@adobe/react-spectrum-ui@npm:1.2.1"
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
checksum: 10c0/2166a623a07b9892466e4287e6841a9e5f7e6d4ef6d2c227601ceb6b01fa9f84a2553103d435b1e6a6606a47e3a23474df90bd97b12ea8e3c4d0c8bc632377d3
languageName: node
linkType: hard

"@adobe/react-spectrum-workflow@npm:2.3.5":
version: 2.3.5
resolution: "@adobe/react-spectrum-workflow@npm:2.3.5"
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
checksum: 10c0/65de62192cc28528befd5e8faaa3c6d188638501571df13ef045079f0a20e4cf41f352c06c4b0fe6ea17a9f037368fd774e41b9a36379a755dad8409a6f72ace
languageName: node
linkType: hard

"@react-spectrum/actionbar@npm:^3.6.1":
version: 3.6.1
resolution: "@react-spectrum/actionbar@npm:3.6.1"
dependencies:
  "@react-aria/focus": "npm:^3.18.4"
  "@react-aria/i18n": "npm:^3.12.3"
  "@react-aria/interactions": "npm:^3.22.4"
  "@react-aria/live-announcer": "npm:^3.4.0"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-spectrum/actiongroup": "npm:^3.10.9"
  "@react-spectrum/button": "npm:^3.16.8"
  "@react-spectrum/overlays": "npm:^5.6.5"
  "@react-spectrum/text": "npm:^3.5.9"
  "@react-spectrum/utils": "npm:^3.11.11"
  "@react-stately/collections": "npm:^3.11.0"
  "@react-types/actionbar": "npm:^3.1.10"
  "@react-types/shared": "npm:^3.25.0"
  "@spectrum-icons/ui": "npm:^3.6.10"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  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
checksum: 10c0/3cbc2d7d33ece9b1f8db312ab607699b86fe4af1c02a882316dd602ec63a8465ee725ca9f117f944d39a5821df56d5381054c22cc59cfc412b1fc25f3c6c5396
languageName: node
linkType: hard

"@react-spectrum/actiongroup@npm:^3.10.9":
version: 3.10.9
resolution: "@react-spectrum/actiongroup@npm:3.10.9"
dependencies:
  "@react-aria/actiongroup": "npm:^3.7.10"
  "@react-aria/focus": "npm:^3.18.4"
  "@react-aria/interactions": "npm:^3.22.4"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-spectrum/button": "npm:^3.16.8"
  "@react-spectrum/menu": "npm:^3.20.5"
  "@react-spectrum/text": "npm:^3.5.9"
  "@react-spectrum/tooltip": "npm:^3.6.11"
  "@react-spectrum/utils": "npm:^3.11.11"
  "@react-stately/collections": "npm:^3.11.0"
  "@react-stately/list": "npm:^3.11.0"
  "@react-types/actiongroup": "npm:^3.4.12"
  "@react-types/shared": "npm:^3.25.0"
  "@spectrum-icons/ui": "npm:^3.6.10"
  "@spectrum-icons/workflow": "npm:^4.2.15"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.2.0
  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
checksum: 10c0/fc477aaad8627621d4d5f268df72d3d491004731cd01805ed7d4fe772520f6074dba458910324998814def2d483a2397d2910603d2bbe8ec4e646c731f6df1c8
languageName: node
linkType: hard

"@react-spectrum/avatar@npm:^3.0.16":
version: 3.0.16
resolution: "@react-spectrum/avatar@npm:3.0.16"
dependencies:
  "@react-aria/utils": "npm:^3.25.3"
  "@react-spectrum/utils": "npm:^3.11.11"
  "@react-types/avatar": "npm:^3.0.10"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.2.1
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/b63341fa1cdf6a73eed808bfa955892daeedc15667f70ecd02b468f1e9b9ca03a3c01acbbf813156442e228cb8378e5d4f658f23c9201efb590c840be22a93ed
languageName: node
linkType: hard

"@react-spectrum/badge@npm:^3.1.17":
version: 3.1.17
resolution: "@react-spectrum/badge@npm:3.1.17"
dependencies:
  "@react-aria/utils": "npm:^3.25.3"
  "@react-spectrum/text": "npm:^3.5.9"
  "@react-spectrum/utils": "npm:^3.11.11"
  "@react-types/badge": "npm:^3.1.12"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/0e3a51e10dd257f8ca5fb55b385eaed0c14dd2791d8f04b891d1285389314c76e15957e75dc6cbe6385260efaf0348986bd5d149bd40515d6b25fa29fb03f509
languageName: node
linkType: hard

"@react-spectrum/breadcrumbs@npm:^3.9.11":
version: 3.9.11
resolution: "@react-spectrum/breadcrumbs@npm:3.9.11"
dependencies:
  "@react-aria/breadcrumbs": "npm:^3.5.18"
  "@react-aria/focus": "npm:^3.18.4"
  "@react-aria/i18n": "npm:^3.12.3"
  "@react-aria/interactions": "npm:^3.22.4"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-spectrum/button": "npm:^3.16.8"
  "@react-spectrum/menu": "npm:^3.20.5"
  "@react-spectrum/utils": "npm:^3.11.11"
  "@react-stately/collections": "npm:^3.11.0"
  "@react-types/breadcrumbs": "npm:^3.7.8"
  "@react-types/shared": "npm:^3.25.0"
  "@spectrum-icons/ui": "npm:^3.6.10"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  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
checksum: 10c0/3709ab8b753552ac8ca80d9ff5361a564b71070567867db693b9e1f41a0c8f6de12ddd1bde31978768f78537311de06df37a41a93f4b746e15254bfbea5a49fd
languageName: node
linkType: hard

"@react-spectrum/button@npm:^3.16.8":
version: 3.16.8
resolution: "@react-spectrum/button@npm:3.16.8"
dependencies:
  "@react-aria/button": "npm:^3.10.1"
  "@react-aria/focus": "npm:^3.18.4"
  "@react-aria/i18n": "npm:^3.12.3"
  "@react-aria/interactions": "npm:^3.22.4"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-spectrum/progress": "npm:^3.7.10"
  "@react-spectrum/text": "npm:^3.5.9"
  "@react-spectrum/utils": "npm:^3.11.11"
  "@react-stately/toggle": "npm:^3.7.8"
  "@react-types/button": "npm:^3.10.0"
  "@react-types/shared": "npm:^3.25.0"
  "@spectrum-icons/ui": "npm:^3.6.10"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/9c82d4c968f5109911081232d201dfa3b6ae6921021754ded43e54f9ad2cf3edfd41e890aa00623a21ef4cd964a8978dd69bb9562175626c2f69f9b05cc68601
languageName: node
linkType: hard

"@react-spectrum/buttongroup@npm:^3.6.16":
version: 3.6.16
resolution: "@react-spectrum/buttongroup@npm:3.6.16"
dependencies:
  "@react-aria/utils": "npm:^3.25.3"
  "@react-spectrum/utils": "npm:^3.11.11"
  "@react-types/buttongroup": "npm:^3.3.12"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/a1586ff2d076d9094eccb730fdcc2a2fccc6e4c499215fb02a1bec103cf2843fee82841e46f1c29b54f27223a4cd82d2d27aa4e1397a01f67996426ee58fc07c
languageName: node
linkType: hard

"@react-spectrum/calendar@npm:^3.4.13":
version: 3.4.13
resolution: "@react-spectrum/calendar@npm:3.4.13"
dependencies:
  "@internationalized/date": "npm:^3.5.6"
  "@react-aria/calendar": "npm:^3.5.13"
  "@react-aria/focus": "npm:^3.18.4"
  "@react-aria/i18n": "npm:^3.12.3"
  "@react-aria/interactions": "npm:^3.22.4"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-aria/visually-hidden": "npm:^3.8.17"
  "@react-spectrum/button": "npm:^3.16.8"
  "@react-spectrum/label": "npm:^3.16.9"
  "@react-spectrum/utils": "npm:^3.11.11"
  "@react-stately/calendar": "npm:^3.5.5"
  "@react-types/button": "npm:^3.10.0"
  "@react-types/calendar": "npm:^3.4.10"
  "@react-types/shared": "npm:^3.25.0"
  "@spectrum-icons/ui": "npm:^3.6.10"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  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
checksum: 10c0/5c44e4b39fb429411872042160e01c6eee05cef6dfea3a4b2091aff687d4f225b850ba6d5c5c6ec1e6ec4a080be955178517fd882d93142b3e1e1166b4653410
languageName: node
linkType: hard

"@react-spectrum/checkbox@npm:^3.9.10":
version: 3.9.10
resolution: "@react-spectrum/checkbox@npm:3.9.10"
dependencies:
  "@react-aria/checkbox": "npm:^3.14.8"
  "@react-aria/focus": "npm:^3.18.4"
  "@react-aria/interactions": "npm:^3.22.4"
  "@react-spectrum/form": "npm:^3.7.9"
  "@react-spectrum/label": "npm:^3.16.9"
  "@react-spectrum/utils": "npm:^3.11.11"
  "@react-stately/checkbox": "npm:^3.6.9"
  "@react-stately/toggle": "npm:^3.7.8"
  "@react-types/checkbox": "npm:^3.8.4"
  "@react-types/shared": "npm:^3.25.0"
  "@spectrum-icons/ui": "npm:^3.6.10"
  "@swc/helpers": "npm:^0.5.0"
  react-aria-components: "npm:^1.4.1"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/f0aec8b27081dabb7a30ffc69ca2c13fb79dcb14e313fff41d7ed47f2071b020cab15904a8ccff31f9c7ce5bf16bfb626cbe13a119e7ac7e210e9ece65216760
languageName: node
linkType: hard

"@react-spectrum/color@npm:^3.0.1":
version: 3.0.1
resolution: "@react-spectrum/color@npm:3.0.1"
dependencies:
  "@react-aria/color": "npm:^3.0.1"
  "@react-aria/focus": "npm:^3.18.4"
  "@react-aria/i18n": "npm:^3.12.3"
  "@react-aria/interactions": "npm:^3.22.4"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-spectrum/dialog": "npm:^3.8.15"
  "@react-spectrum/form": "npm:^3.7.9"
  "@react-spectrum/label": "npm:^3.16.9"
  "@react-spectrum/overlays": "npm:^5.6.5"
  "@react-spectrum/picker": "npm:^3.15.3"
  "@react-spectrum/textfield": "npm:^3.12.6"
  "@react-spectrum/utils": "npm:^3.11.11"
  "@react-spectrum/view": "npm:^3.6.13"
  "@react-stately/color": "npm:^3.8.0"
  "@react-types/color": "npm:^3.0.0"
  "@react-types/shared": "npm:^3.25.0"
  "@react-types/textfield": "npm:^3.9.7"
  "@swc/helpers": "npm:^0.5.0"
  react-aria-components: "npm:^1.4.1"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  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
checksum: 10c0/3c096404ae715881de31b088f0aaad4b0a79b5244578f723f213ebf668b6e5cb46c2a4449b76754bcfe826ab8b9571bd48dbbbdcf136d1993943bd335d689434
languageName: node
linkType: hard

"@react-spectrum/combobox@npm:^3.13.4":
version: 3.13.4
resolution: "@react-spectrum/combobox@npm:3.13.4"
dependencies:
  "@react-aria/button": "npm:^3.10.1"
  "@react-aria/combobox": "npm:^3.10.5"
  "@react-aria/dialog": "npm:^3.5.19"
  "@react-aria/focus": "npm:^3.18.4"
  "@react-aria/form": "npm:^3.0.10"
  "@react-aria/i18n": "npm:^3.12.3"
  "@react-aria/interactions": "npm:^3.22.4"
  "@react-aria/label": "npm:^3.7.12"
  "@react-aria/overlays": "npm:^3.23.4"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-spectrum/button": "npm:^3.16.8"
  "@react-spectrum/form": "npm:^3.7.9"
  "@react-spectrum/label": "npm:^3.16.9"
  "@react-spectrum/listbox": "npm:^3.13.3"
  "@react-spectrum/overlays": "npm:^5.6.5"
  "@react-spectrum/progress": "npm:^3.7.10"
  "@react-spectrum/textfield": "npm:^3.12.6"
  "@react-spectrum/utils": "npm:^3.11.11"
  "@react-stately/collections": "npm:^3.11.0"
  "@react-stately/combobox": "npm:^3.10.0"
  "@react-types/button": "npm:^3.10.0"
  "@react-types/combobox": "npm:^3.13.0"
  "@react-types/shared": "npm:^3.25.0"
  "@spectrum-icons/ui": "npm:^3.6.10"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  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
checksum: 10c0/26fc2ea4b00c90028751cb1fabf6663a0e5a822ae93da67827e971222e57e00f2118ee89f4dc9b8ce7c87cc1ef83c8e28df9e2bc5d42aacb9f8b18d1b86e260e
languageName: node
linkType: hard

"@react-spectrum/contextualhelp@npm:^3.6.15":
version: 3.6.15
resolution: "@react-spectrum/contextualhelp@npm:3.6.15"
dependencies:
  "@react-aria/i18n": "npm:^3.12.3"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-spectrum/button": "npm:^3.16.8"
  "@react-spectrum/dialog": "npm:^3.8.15"
  "@react-spectrum/utils": "npm:^3.11.11"
  "@react-types/contextualhelp": "npm:^3.2.13"
  "@react-types/shared": "npm:^3.25.0"
  "@spectrum-icons/workflow": "npm:^4.2.15"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  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
checksum: 10c0/0b75d19ac646a8bce05b318d4f6c400e00860a114549303443fc4d9a9af25e29d45d8b09312ce5e4708c25d997f4e7ff2a721119c6bb36954e5569671ed3bd54
languageName: node
linkType: hard

"@react-spectrum/datepicker@npm:^3.10.3":
version: 3.10.3
resolution: "@react-spectrum/datepicker@npm:3.10.3"
dependencies:
  "@internationalized/date": "npm:^3.5.6"
  "@react-aria/datepicker": "npm:^3.11.4"
  "@react-aria/focus": "npm:^3.18.4"
  "@react-aria/i18n": "npm:^3.12.3"
  "@react-aria/interactions": "npm:^3.22.4"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-spectrum/button": "npm:^3.16.8"
  "@react-spectrum/calendar": "npm:^3.4.13"
  "@react-spectrum/dialog": "npm:^3.8.15"
  "@react-spectrum/form": "npm:^3.7.9"
  "@react-spectrum/label": "npm:^3.16.9"
  "@react-spectrum/layout": "npm:^3.6.9"
  "@react-spectrum/utils": "npm:^3.11.11"
  "@react-spectrum/view": "npm:^3.6.13"
  "@react-stately/datepicker": "npm:^3.10.3"
  "@react-types/datepicker": "npm:^3.8.3"
  "@react-types/shared": "npm:^3.25.0"
  "@spectrum-icons/ui": "npm:^3.6.10"
  "@spectrum-icons/workflow": "npm:^4.2.15"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  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
checksum: 10c0/7653886a7addce6d62f82a2a9ee7c5bc0614ef8a59c7d73b6b6cb6cebcc9e8648a8e7e238e08691835ac64a7c26fc0031c92553640eb48d13a8c518d5ce177a9
languageName: node
linkType: hard

"@react-spectrum/dialog@npm:^3.8.15":
version: 3.8.15
resolution: "@react-spectrum/dialog@npm:3.8.15"
dependencies:
  "@react-aria/dialog": "npm:^3.5.19"
  "@react-aria/i18n": "npm:^3.12.3"
  "@react-aria/interactions": "npm:^3.22.4"
  "@react-aria/overlays": "npm:^3.23.4"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-spectrum/button": "npm:^3.16.8"
  "@react-spectrum/buttongroup": "npm:^3.6.16"
  "@react-spectrum/divider": "npm:^3.5.17"
  "@react-spectrum/layout": "npm:^3.6.9"
  "@react-spectrum/overlays": "npm:^5.6.5"
  "@react-spectrum/text": "npm:^3.5.9"
  "@react-spectrum/utils": "npm:^3.11.11"
  "@react-spectrum/view": "npm:^3.6.13"
  "@react-stately/overlays": "npm:^3.6.11"
  "@react-types/button": "npm:^3.10.0"
  "@react-types/dialog": "npm:^3.5.13"
  "@react-types/shared": "npm:^3.25.0"
  "@spectrum-icons/ui": "npm:^3.6.10"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  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
checksum: 10c0/ed676f0c95d5688ad65f95fad1c78eb70ee8be690db39369cd2bb40a007082d0c7bde37b4b901025014c11e6e39adce7b00f0fd7775550754c0c446c49977232
languageName: node
linkType: hard

"@react-spectrum/divider@npm:^3.5.17":
version: 3.5.17
resolution: "@react-spectrum/divider@npm:3.5.17"
dependencies:
  "@react-aria/separator": "npm:^3.4.3"
  "@react-spectrum/utils": "npm:^3.11.11"
  "@react-types/divider": "npm:^3.3.12"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/1635541758b60566565c62eba5ac546820b50937d05534a9e406cad4755300cc68f64ab35f80afa8adc28c2e81fa2c06bfd43cc238f2d9881681ce8fab91c35d
languageName: node
linkType: hard

"@react-spectrum/dnd@npm:^3.4.3":
version: 3.4.3
resolution: "@react-spectrum/dnd@npm:3.4.3"
dependencies:
  "@react-aria/dnd": "npm:^3.7.4"
  "@react-stately/dnd": "npm:^3.4.3"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  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
checksum: 10c0/5e54c54001e3a466d6eb0b24b5a5857e1dd65eab823d7fab6e45d2397e723e6b19de41f2bb9b248c71d549f0870ee570f9494a186e0a5a0a7b50a3049e6b9a4b
languageName: node
linkType: hard

"@react-spectrum/dropzone@npm:^3.0.5":
version: 3.0.5
resolution: "@react-spectrum/dropzone@npm:3.0.5"
dependencies:
  "@react-aria/i18n": "npm:^3.12.3"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-spectrum/utils": "npm:^3.11.11"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
  react-aria-components: "npm:^1.4.1"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/e4c69448fc32459ca02fbaa2833493184c305b1d73d233814615d1838a8af7cd47b9744d9265498ea0397e6a8f4b2e698738a8f31f85eede1c5c3d27f251dfc0
languageName: node
linkType: hard

"@react-spectrum/filetrigger@npm:^3.0.5":
version: 3.0.5
resolution: "@react-spectrum/filetrigger@npm:3.0.5"
dependencies:
  "@swc/helpers": "npm:^0.5.0"
  react-aria-components: "npm:^1.4.1"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/5b3f8b97cb33e35b1ce5287bf5f9d016810c14a9f9f3a1c4a3024d4ab6c679164b66f43360911042e526f00670e692611be8ad1e0e38025740e322a504f88537
languageName: node
linkType: hard

"@react-spectrum/form@npm:^3.7.9":
version: 3.7.9
resolution: "@react-spectrum/form@npm:3.7.9"
dependencies:
  "@react-aria/utils": "npm:^3.25.3"
  "@react-spectrum/utils": "npm:^3.11.11"
  "@react-stately/form": "npm:^3.0.6"
  "@react-types/form": "npm:^3.7.7"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/1e9dd6638aef8a07aa4cbe1207a64f7c36c91114f2b622a3400b04adc6aa6ce30fefd9812fb95aa1dd94751358b5bf5556b80e9022e07e55f4f00ab173f3352a
languageName: node
linkType: hard

"@react-spectrum/icon@npm:^3.7.16":
version: 3.7.16
resolution: "@react-spectrum/icon@npm:3.7.16"
dependencies:
  "@react-aria/utils": "npm:^3.25.3"
  "@react-spectrum/utils": "npm:^3.11.11"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/890364c7e4d8bcb8116e8f20eba7361b0434a35f4f6e6c503454f28c06c2b23fc251c0dc421710921e4e88cd6cb0cf1d3a29cb8e31785e0e6f5d4ed66482ae3f
languageName: node
linkType: hard

"@react-spectrum/illustratedmessage@npm:^3.5.4":
version: 3.5.4
resolution: "@react-spectrum/illustratedmessage@npm:3.5.4"
dependencies:
  "@react-aria/utils": "npm:^3.25.3"
  "@react-spectrum/layout": "npm:^3.6.9"
  "@react-spectrum/utils": "npm:^3.11.11"
  "@react-types/illustratedmessage": "npm:^3.3.12"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/67aa643736881869c4898592f26dcd955d3a7b9893e0f20a83af989355a44a6b8c8570e7d33da21b9593cfad09d81c5ead97d2589f6bd93dda7b75f51cb618c3
languageName: node
linkType: hard

"@react-spectrum/image@npm:^3.5.5":
version: 3.5.5
resolution: "@react-spectrum/image@npm:3.5.5"
dependencies:
  "@react-aria/utils": "npm:^3.25.3"
  "@react-spectrum/utils": "npm:^3.11.11"
  "@react-types/image": "npm:^3.4.4"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/4316e3245c42a54a29808948cd5a71bb323313494aea3ce441f5adbf69072d5fcfe6605c0012bc302d1730065823fba72507a0f914992923b4f585737af609b7
languageName: node
linkType: hard

"@react-spectrum/inlinealert@npm:^3.2.9":
version: 3.2.9
resolution: "@react-spectrum/inlinealert@npm:3.2.9"
dependencies:
  "@react-aria/focus": "npm:^3.18.4"
  "@react-aria/i18n": "npm:^3.12.3"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-spectrum/layout": "npm:^3.6.9"
  "@react-spectrum/utils": "npm:^3.11.11"
  "@react-types/shared": "npm:^3.25.0"
  "@spectrum-icons/ui": "npm:^3.6.10"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/7d06b0e40a2ea3ccbbd5ad7a57ae86017c9e90e4a2bf66946dcd74f5b304805f6b56ee0ab1fbde799878713124da0d31ec711e26b78b1ae627d199fd52b40818
languageName: node
linkType: hard

"@react-spectrum/label@npm:^3.16.9":
version: 3.16.9
resolution: "@react-spectrum/label@npm:3.16.9"
dependencies:
  "@react-aria/i18n": "npm:^3.12.3"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-spectrum/form": "npm:^3.7.9"
  "@react-spectrum/layout": "npm:^3.6.9"
  "@react-spectrum/utils": "npm:^3.11.11"
  "@react-types/label": "npm:^3.9.6"
  "@react-types/shared": "npm:^3.25.0"
  "@spectrum-icons/ui": "npm:^3.6.10"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/9aff2e5b3d3e751157bf0018f62761aa1135a660327b6d4ca12ceb9484e2fe353a6589eb0459dae361921608a90a191332c31cb17430b7ec509980c77a27e746
languageName: node
linkType: hard

"@react-spectrum/labeledvalue@npm:^3.1.17":
version: 3.1.17
resolution: "@react-spectrum/labeledvalue@npm:3.1.17"
dependencies:
  "@internationalized/date": "npm:^3.5.6"
  "@react-aria/i18n": "npm:^3.12.3"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-spectrum/label": "npm:^3.16.9"
  "@react-spectrum/utils": "npm:^3.11.11"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/b3e008d06737b2724354507a26cfd5d7b219effecfd9349c56b9ec22727cad6b77f26e96a3269d4e9a14617f43dccdc13b21cb0533dca8ae4d72e87dd1b38e9a
languageName: node
linkType: hard

"@react-spectrum/layout@npm:^3.6.9":
version: 3.6.9
resolution: "@react-spectrum/layout@npm:3.6.9"
dependencies:
  "@react-aria/utils": "npm:^3.25.3"
  "@react-spectrum/utils": "npm:^3.11.11"
  "@react-types/layout": "npm:^3.3.18"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/c0142f6d53b0051ec80f1035ac81f26b98996f8b23ef3070c48e144fc1773a84838a492035f92701e9c6d7f842e9032e478b9d8a73df9310e64472fd40669f1c
languageName: node
linkType: hard

"@react-spectrum/link@npm:^3.6.11":
version: 3.6.11
resolution: "@react-spectrum/link@npm:3.6.11"
dependencies:
  "@react-aria/focus": "npm:^3.18.4"
  "@react-aria/interactions": "npm:^3.22.4"
  "@react-aria/link": "npm:^3.7.6"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-spectrum/utils": "npm:^3.11.11"
  "@react-types/link": "npm:^3.5.8"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/b3b19bbdb8b54869f5d23921b4b874d51fc5f52f821e108bd7ed6349d0940c06c41c57bc68dfa7e2a4747c99f2940ff63034abb1a0bcf677ed66c1e0bc34c1e0
languageName: node
linkType: hard

"@react-spectrum/list@npm:^3.8.3":
version: 3.8.3
resolution: "@react-spectrum/list@npm:3.8.3"
dependencies:
  "@react-aria/button": "npm:^3.10.1"
  "@react-aria/focus": "npm:^3.18.4"
  "@react-aria/gridlist": "npm:^3.9.5"
  "@react-aria/i18n": "npm:^3.12.3"
  "@react-aria/interactions": "npm:^3.22.4"
  "@react-aria/selection": "npm:^3.20.1"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-aria/virtualizer": "npm:^4.0.4"
  "@react-aria/visually-hidden": "npm:^3.8.17"
  "@react-spectrum/checkbox": "npm:^3.9.10"
  "@react-spectrum/dnd": "npm:^3.4.3"
  "@react-spectrum/layout": "npm:^3.6.9"
  "@react-spectrum/progress": "npm:^3.7.10"
  "@react-spectrum/text": "npm:^3.5.9"
  "@react-spectrum/utils": "npm:^3.11.11"
  "@react-stately/collections": "npm:^3.11.0"
  "@react-stately/layout": "npm:^4.0.3"
  "@react-stately/list": "npm:^3.11.0"
  "@react-stately/virtualizer": "npm:^4.1.0"
  "@react-types/grid": "npm:^3.2.9"
  "@react-types/shared": "npm:^3.25.0"
  "@spectrum-icons/ui": "npm:^3.6.10"
  "@swc/helpers": "npm:^0.5.0"
  react-transition-group: "npm:^4.4.5"
peerDependencies:
  "@react-spectrum/provider": ^3.2.0
  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
checksum: 10c0/bc600bd05f909caa7a7e6916f0d0128f10007ebaecac319854ad220334e91c628c7f28ef652b5b25ae2eda492cbca0815c42ac3742bcc28a4b6ea1a22d83df51
languageName: node
linkType: hard

"@react-spectrum/listbox@npm:^3.13.3":
version: 3.13.3
resolution: "@react-spectrum/listbox@npm:3.13.3"
dependencies:
  "@react-aria/focus": "npm:^3.18.4"
  "@react-aria/i18n": "npm:^3.12.3"
  "@react-aria/interactions": "npm:^3.22.4"
  "@react-aria/listbox": "npm:^3.13.5"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-aria/virtualizer": "npm:^4.0.4"
  "@react-spectrum/layout": "npm:^3.6.9"
  "@react-spectrum/progress": "npm:^3.7.10"
  "@react-spectrum/text": "npm:^3.5.9"
  "@react-spectrum/utils": "npm:^3.11.11"
  "@react-stately/collections": "npm:^3.11.0"
  "@react-stately/layout": "npm:^4.0.3"
  "@react-stately/list": "npm:^3.11.0"
  "@react-stately/virtualizer": "npm:^4.1.0"
  "@react-types/listbox": "npm:^3.5.2"
  "@react-types/shared": "npm:^3.25.0"
  "@spectrum-icons/ui": "npm:^3.6.10"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.2.0
  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
checksum: 10c0/402835ba3411cf0eeed54a122496c7e9cd50584bd766c8b10f3c8cec7f672b847d120534d3a72cfc8b6daa70153aa7a3fcf67c297503a6b460e2a0572b9e493d
languageName: node
linkType: hard

"@react-spectrum/menu@npm:^3.20.5":
version: 3.20.5
resolution: "@react-spectrum/menu@npm:3.20.5"
dependencies:
  "@react-aria/focus": "npm:^3.18.4"
  "@react-aria/i18n": "npm:^3.12.3"
  "@react-aria/interactions": "npm:^3.22.4"
  "@react-aria/menu": "npm:^3.15.5"
  "@react-aria/overlays": "npm:^3.23.4"
  "@react-aria/separator": "npm:^3.4.3"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-spectrum/button": "npm:^3.16.8"
  "@react-spectrum/layout": "npm:^3.6.9"
  "@react-spectrum/overlays": "npm:^5.6.5"
  "@react-spectrum/text": "npm:^3.5.9"
  "@react-spectrum/utils": "npm:^3.11.11"
  "@react-stately/collections": "npm:^3.11.0"
  "@react-stately/menu": "npm:^3.8.3"
  "@react-stately/overlays": "npm:^3.6.11"
  "@react-stately/tree": "npm:^3.8.5"
  "@react-types/menu": "npm:^3.9.12"
  "@react-types/overlays": "npm:^3.8.10"
  "@react-types/shared": "npm:^3.25.0"
  "@spectrum-icons/ui": "npm:^3.6.10"
  "@spectrum-icons/workflow": "npm:^4.2.15"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  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
checksum: 10c0/d9f9c34842496eff4a2a124cc9107448b1ee35e582a554e1b76d2d3b65cdea90e1e793119df1eae95b25c5430f8cef5b60355d9897d8ae0d5488facbc1208f5a
languageName: node
linkType: hard

"@react-spectrum/meter@npm:^3.5.4":
version: 3.5.4
resolution: "@react-spectrum/meter@npm:3.5.4"
dependencies:
  "@react-aria/meter": "npm:^3.4.17"
  "@react-spectrum/progress": "npm:^3.7.10"
  "@react-spectrum/utils": "npm:^3.11.11"
  "@react-types/meter": "npm:^3.4.4"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/72c99448561e71f400309d101e9e633b358714b23bb3551bc80459ec1f4a498273d3e227ebc082cec2a415d06fffe4a4c43e352cc2c42ca3ce7ee12bb1e5ba2c
languageName: node
linkType: hard

"@react-spectrum/numberfield@npm:^3.9.7":
version: 3.9.7
resolution: "@react-spectrum/numberfield@npm:3.9.7"
dependencies:
  "@react-aria/button": "npm:^3.10.1"
  "@react-aria/focus": "npm:^3.18.4"
  "@react-aria/i18n": "npm:^3.12.3"
  "@react-aria/interactions": "npm:^3.22.4"
  "@react-aria/numberfield": "npm:^3.11.8"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-spectrum/form": "npm:^3.7.9"
  "@react-spectrum/label": "npm:^3.16.9"
  "@react-spectrum/textfield": "npm:^3.12.6"
  "@react-spectrum/utils": "npm:^3.11.11"
  "@react-stately/numberfield": "npm:^3.9.7"
  "@react-types/button": "npm:^3.10.0"
  "@react-types/numberfield": "npm:^3.8.6"
  "@react-types/shared": "npm:^3.25.0"
  "@spectrum-icons/ui": "npm:^3.6.10"
  "@spectrum-icons/workflow": "npm:^4.2.15"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  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
checksum: 10c0/f4ec783ff92a57a8f7b9851672f2030cd3d33c1b1e4a5485f4eb6bc60e57591fab87585275e9907ede9b1cacdb3f8bcbc99e7989bd28a404879658eb9c17e5d4
languageName: node
linkType: hard

"@react-spectrum/overlays@npm:^5.6.5":
version: 5.6.5
resolution: "@react-spectrum/overlays@npm:5.6.5"
dependencies:
  "@react-aria/interactions": "npm:^3.22.4"
  "@react-aria/overlays": "npm:^3.23.4"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-spectrum/utils": "npm:^3.11.11"
  "@react-stately/overlays": "npm:^3.6.11"
  "@react-types/overlays": "npm:^3.8.10"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
  react-transition-group: "npm:^4.4.5"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  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
checksum: 10c0/89acec91637a604903ae66a51703bc6f3daa08fc9e4a392d6fcd3de41a8dfa04cc83f48780cdf437493aafddd3ef891e090c74807ca91aad8ee574dc36988637
languageName: node
linkType: hard

"@react-spectrum/picker@npm:^3.15.3":
version: 3.15.3
resolution: "@react-spectrum/picker@npm:3.15.3"
dependencies:
  "@react-aria/i18n": "npm:^3.12.3"
  "@react-aria/interactions": "npm:^3.22.4"
  "@react-aria/select": "npm:^3.14.11"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-spectrum/button": "npm:^3.16.8"
  "@react-spectrum/form": "npm:^3.7.9"
  "@react-spectrum/label": "npm:^3.16.9"
  "@react-spectrum/listbox": "npm:^3.13.3"
  "@react-spectrum/overlays": "npm:^5.6.5"
  "@react-spectrum/progress": "npm:^3.7.10"
  "@react-spectrum/text": "npm:^3.5.9"
  "@react-spectrum/utils": "npm:^3.11.11"
  "@react-stately/collections": "npm:^3.11.0"
  "@react-stately/select": "npm:^3.6.8"
  "@react-types/select": "npm:^3.9.7"
  "@react-types/shared": "npm:^3.25.0"
  "@spectrum-icons/ui": "npm:^3.6.10"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.1.4
  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
checksum: 10c0/bfa7c7a03f7e530506706efae7404b0f628496fc325bd5a76ddf92bde2425594478b4694f32d0ffff53e9d502b0b1b5affab0034b01e20f0de59a202d5fe62e7
languageName: node
linkType: hard

"@react-spectrum/progress@npm:^3.7.10":
version: 3.7.10
resolution: "@react-spectrum/progress@npm:3.7.10"
dependencies:
  "@react-aria/progress": "npm:^3.4.17"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-spectrum/utils": "npm:^3.11.11"
  "@react-types/progress": "npm:^3.5.7"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/efd191c6ab53b5ff497221592518d7a3843d5d6795aaa37f4241f448e1300567eca2806c31172032613f6ad4221af467daf426022a8b79242e3c29cb30186c16
languageName: node
linkType: hard

"@react-spectrum/provider@npm:3.9.12, @react-spectrum/provider@npm:^3.9.12":
version: 3.9.12
resolution: "@react-spectrum/provider@npm:3.9.12"
dependencies:
  "@react-aria/i18n": "npm:^3.12.3"
  "@react-aria/overlays": "npm:^3.23.4"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-spectrum/utils": "npm:^3.11.11"
  "@react-types/provider": "npm:^3.8.4"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
  clsx: "npm:^2.0.0"
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
checksum: 10c0/27d1fccd8c146389b0b9755b7cc624730a0f4ec87cc4d52412b037157e0b46f62e3776d843efb64b23e3413d7722fb1423bda1c76f2d4dfcd4c499ab4cdfbb3f
languageName: node
linkType: hard

"@react-spectrum/radio@npm:^3.7.10":
version: 3.7.10
resolution: "@react-spectrum/radio@npm:3.7.10"
dependencies:
  "@react-aria/focus": "npm:^3.18.4"
  "@react-aria/interactions": "npm:^3.22.4"
  "@react-aria/radio": "npm:^3.10.9"
  "@react-spectrum/form": "npm:^3.7.9"
  "@react-spectrum/label": "npm:^3.16.9"
  "@react-spectrum/utils": "npm:^3.11.11"
  "@react-stately/radio": "npm:^3.10.8"
  "@react-types/radio": "npm:^3.8.4"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/170def413e768c1a291e3e0401c585f524aa61038623cb555e8540d79a368153af7ec4a37923ba5c8df7c1fba235e89d36140587f6842f7ef44e5f83a1b371fa
languageName: node
linkType: hard

"@react-spectrum/searchfield@npm:^3.8.10":
version: 3.8.10
resolution: "@react-spectrum/searchfield@npm:3.8.10"
dependencies:
  "@react-aria/searchfield": "npm:^3.7.10"
  "@react-spectrum/button": "npm:^3.16.8"
  "@react-spectrum/form": "npm:^3.7.9"
  "@react-spectrum/textfield": "npm:^3.12.6"
  "@react-spectrum/utils": "npm:^3.11.11"
  "@react-stately/searchfield": "npm:^3.5.7"
  "@react-types/searchfield": "npm:^3.5.9"
  "@react-types/textfield": "npm:^3.9.7"
  "@spectrum-icons/ui": "npm:^3.6.10"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/46a83dce8062e4889592acd83bef99517204deefd91254b7d0a8dd7ffe2147086dc76dac2506b34d35b95a91d5c4c799a8d9a42d759269f2e9f75222fdd0e5c4
languageName: node
linkType: hard

"@react-spectrum/slider@npm:^3.6.13":
version: 3.6.13
resolution: "@react-spectrum/slider@npm:3.6.13"
dependencies:
  "@react-aria/focus": "npm:^3.18.4"
  "@react-aria/i18n": "npm:^3.12.3"
  "@react-aria/interactions": "npm:^3.22.4"
  "@react-aria/slider": "npm:^3.7.13"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-aria/visually-hidden": "npm:^3.8.17"
  "@react-spectrum/utils": "npm:^3.11.11"
  "@react-stately/slider": "npm:^3.5.8"
  "@react-types/shared": "npm:^3.25.0"
  "@react-types/slider": "npm:^3.7.6"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/51db1b954fd6fba974dd4b1e0f38a73c0dd2f598185ceddd74db2f99188419a55c41a5772e7794c7774582ee3b0781589098bd6a976f5f63d69d33fe92a874c9
languageName: node
linkType: hard

"@react-spectrum/statuslight@npm:^3.5.16":
version: 3.5.16
resolution: "@react-spectrum/statuslight@npm:3.5.16"
dependencies:
  "@react-aria/utils": "npm:^3.25.3"
  "@react-spectrum/utils": "npm:^3.11.11"
  "@react-types/shared": "npm:^3.25.0"
  "@react-types/statuslight": "npm:^3.3.12"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/df77e4c5f95f23ce969f5f11ffbc82ab0da3ed063539aa77546c71d8f860a62c8b1a6f0eb5834cf505d79531af4b17bac8a1c32b92daabd789c2b0d0d8191926
languageName: node
linkType: hard

"@react-spectrum/switch@npm:^3.5.9":
version: 3.5.9
resolution: "@react-spectrum/switch@npm:3.5.9"
dependencies:
  "@react-aria/focus": "npm:^3.18.4"
  "@react-aria/interactions": "npm:^3.22.4"
  "@react-aria/switch": "npm:^3.6.9"
  "@react-spectrum/utils": "npm:^3.11.11"
  "@react-stately/toggle": "npm:^3.7.8"
  "@react-types/shared": "npm:^3.25.0"
  "@react-types/switch": "npm:^3.5.6"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/d72a86863eb02b9dfd979db1bbd39e5021d611642ac4b3ecd0e9309741b8cd89769499ce0742b631a200203bf12b277007ad4a0ad7ff6c757e3b80d6c3ec6c9a
languageName: node
linkType: hard

"@react-spectrum/table@npm:^3.14.1":
version: 3.14.1
resolution: "@react-spectrum/table@npm:3.14.1"
dependencies:
  "@react-aria/button": "npm:^3.10.1"
  "@react-aria/focus": "npm:^3.18.4"
  "@react-aria/i18n": "npm:^3.12.3"
  "@react-aria/interactions": "npm:^3.22.4"
  "@react-aria/overlays": "npm:^3.23.4"
  "@react-aria/selection": "npm:^3.20.1"
  "@react-aria/table": "npm:^3.15.5"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-aria/virtualizer": "npm:^4.0.4"
  "@react-aria/visually-hidden": "npm:^3.8.17"
  "@react-spectrum/checkbox": "npm:^3.9.10"
  "@react-spectrum/dnd": "npm:^3.4.3"
  "@react-spectrum/layout": "npm:^3.6.9"
  "@react-spectrum/menu": "npm:^3.20.5"
  "@react-spectrum/progress": "npm:^3.7.10"
  "@react-spectrum/tooltip": "npm:^3.6.11"
  "@react-spectrum/utils": "npm:^3.11.11"
  "@react-stately/flags": "npm:^3.0.4"
  "@react-stately/layout": "npm:^4.0.3"
  "@react-stately/table": "npm:^3.12.3"
  "@react-stately/virtualizer": "npm:^4.1.0"
  "@react-types/grid": "npm:^3.2.9"
  "@react-types/shared": "npm:^3.25.0"
  "@react-types/table": "npm:^3.10.2"
  "@spectrum-icons/ui": "npm:^3.6.10"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  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
checksum: 10c0/d8f519d95cd84724719929b21123cee6eb83695b3f1445a7bf1f4df84fa6e2adc06bdef13580b2d3f04f0ffc2acd5f58dd0a69fdc2e6ebbc94e3ebaa1344f8fe
languageName: node
linkType: hard

"@react-spectrum/tabs@npm:^3.8.14":
version: 3.8.14
resolution: "@react-spectrum/tabs@npm:3.8.14"
dependencies:
  "@react-aria/focus": "npm:^3.18.4"
  "@react-aria/i18n": "npm:^3.12.3"
  "@react-aria/interactions": "npm:^3.22.4"
  "@react-aria/tabs": "npm:^3.9.7"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-spectrum/picker": "npm:^3.15.3"
  "@react-spectrum/text": "npm:^3.5.9"
  "@react-spectrum/utils": "npm:^3.11.11"
  "@react-stately/collections": "npm:^3.11.0"
  "@react-stately/list": "npm:^3.11.0"
  "@react-stately/tabs": "npm:^3.6.10"
  "@react-types/select": "npm:^3.9.7"
  "@react-types/shared": "npm:^3.25.0"
  "@react-types/tabs": "npm:^3.3.10"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  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
checksum: 10c0/be16c1fa452898902426542a13f4d8374d76c065c99440534db54b969edd115473a25b5f4c9974b593edc6a87ac2def081d7872834e5d2166726cec2016112c6
languageName: node
linkType: hard

"@react-spectrum/tag@npm:^3.2.10":
version: 3.2.10
resolution: "@react-spectrum/tag@npm:3.2.10"
dependencies:
  "@react-aria/focus": "npm:^3.18.4"
  "@react-aria/i18n": "npm:^3.12.3"
  "@react-aria/interactions": "npm:^3.22.4"
  "@react-aria/selection": "npm:^3.20.1"
  "@react-aria/tag": "npm:^3.4.7"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-spectrum/button": "npm:^3.16.8"
  "@react-spectrum/form": "npm:^3.7.9"
  "@react-spectrum/label": "npm:^3.16.9"
  "@react-spectrum/text": "npm:^3.5.9"
  "@react-spectrum/utils": "npm:^3.11.11"
  "@react-stately/collections": "npm:^3.11.0"
  "@react-stately/list": "npm:^3.11.0"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  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
checksum: 10c0/fe3d309a4063961dd5aaa71464c1fc7136fc88916a6afb271a8ff2123b4033b662dd9c6edd9dde2100205bc7bedf0b16fb6faa027bf3640ce3167e7c64110a9f
languageName: node
linkType: hard

"@react-spectrum/text@npm:^3.5.9":
version: 3.5.9
resolution: "@react-spectrum/text@npm:3.5.9"
dependencies:
  "@react-aria/utils": "npm:^3.25.3"
  "@react-spectrum/utils": "npm:^3.11.11"
  "@react-types/shared": "npm:^3.25.0"
  "@react-types/text": "npm:^3.3.12"
  "@swc/helpers": "npm:^0.5.0"
  react-aria-components: "npm:^1.4.1"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/c06c050b2572a5db5e625a35c7a8b6d647385e4a8c7bbec7898d9c235c656e9dc6c730b84b6c16cb28bc85429eb8173e9ca9790796262eae8000925a0faf13f8
languageName: node
linkType: hard

"@react-spectrum/textfield@npm:^3.12.6":
version: 3.12.6
resolution: "@react-spectrum/textfield@npm:3.12.6"
dependencies:
  "@react-aria/focus": "npm:^3.18.4"
  "@react-aria/interactions": "npm:^3.22.4"
  "@react-aria/textfield": "npm:^3.14.10"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-spectrum/form": "npm:^3.7.9"
  "@react-spectrum/label": "npm:^3.16.9"
  "@react-spectrum/utils": "npm:^3.11.11"
  "@react-stately/utils": "npm:^3.10.4"
  "@react-types/shared": "npm:^3.25.0"
  "@react-types/textfield": "npm:^3.9.7"
  "@spectrum-icons/ui": "npm:^3.6.10"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/4b14437b794333290bdbe59ff252cc37389d426a7fd9467e32b161538ec64ef4924b23d30d9139fc2aa60219ba41cc31bfb1be88a49aa94dd6baf0e25cc1ffaf
languageName: node
linkType: hard

"@react-spectrum/theme-dark@npm:^3.5.13":
version: 3.5.13
resolution: "@react-spectrum/theme-dark@npm:3.5.13"
dependencies:
  "@react-types/provider": "npm:^3.8.4"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/fc7c9079c647ac6fc1d933050b58295be6ab453ec987533b5a9eb57f66d8606bd81467cd4fef5adb28a8e17792bf52663f04d460bd422df1ad32dc2c49586d26
languageName: node
linkType: hard

"@react-spectrum/theme-default@npm:^3.5.13":
version: 3.5.13
resolution: "@react-spectrum/theme-default@npm:3.5.13"
dependencies:
  "@react-types/provider": "npm:^3.8.4"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/3e1ed76412e6bc13374749dd619f58a9c2aa9419cfe64a6d0d7f4b57557d6ba0a6e77fa571a01f9e9268a6f453366be0174a5dd9ec4500ae822f02be868270cf
languageName: node
linkType: hard

"@react-spectrum/theme-light@npm:^3.4.13":
version: 3.4.13
resolution: "@react-spectrum/theme-light@npm:3.4.13"
dependencies:
  "@react-types/provider": "npm:^3.8.4"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/591aadfe274ca154496a6bc650ff3b760fb0cbe3dd7f2dfbcb621685b7127deb0098e9c3c84184b246064f76b77030052b91e5caf723e61f6a2d255d1edd834f
languageName: node
linkType: hard

"@react-spectrum/tooltip@npm:^3.6.11":
version: 3.6.11
resolution: "@react-spectrum/tooltip@npm:3.6.11"
dependencies:
  "@react-aria/focus": "npm:^3.18.4"
  "@react-aria/overlays": "npm:^3.23.4"
  "@react-aria/tooltip": "npm:^3.7.9"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-spectrum/overlays": "npm:^5.6.5"
  "@react-spectrum/utils": "npm:^3.11.11"
  "@react-stately/tooltip": "npm:^3.4.13"
  "@react-types/overlays": "npm:^3.8.10"
  "@react-types/shared": "npm:^3.25.0"
  "@react-types/tooltip": "npm:^3.4.12"
  "@spectrum-icons/ui": "npm:^3.6.10"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  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
checksum: 10c0/3bb9ccfdfd35d61dcd565363ab23775fca6ce266f71fc253bb77da83187ec9d8800f8b5767012b44470e5607333ab0b168edd43e1583029fb51336f7430f272c
languageName: node
linkType: hard

"@react-spectrum/tree@npm:3.0.0-beta.1":
version: 3.0.0-beta.1
resolution: "@react-spectrum/tree@npm:3.0.0-beta.1"
dependencies:
  "@react-aria/button": "npm:^3.10.1"
  "@react-aria/i18n": "npm:^3.12.3"
  "@react-aria/tree": "npm:3.0.0-beta.1"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-spectrum/checkbox": "npm:^3.9.10"
  "@react-spectrum/text": "npm:^3.5.9"
  "@react-spectrum/utils": "npm:^3.11.11"
  "@react-types/shared": "npm:^3.25.0"
  "@spectrum-icons/ui": "npm:^3.6.10"
  "@swc/helpers": "npm:^0.5.0"
  react-aria-components: "npm:^1.4.1"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  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
checksum: 10c0/e49e4d1b49e5c2c9847e7826c032876af48b02d506583c5ba6f11f7ae5bbe14eeab3de09216218e98db4766d620474d3ca862010d58c6b0506e97bf5c8aff71a
languageName: node
linkType: hard

"@react-spectrum/utils@npm:^3.11.11":
version: 3.11.11
resolution: "@react-spectrum/utils@npm:3.11.11"
dependencies:
  "@react-aria/i18n": "npm:^3.12.3"
  "@react-aria/ssr": "npm:^3.9.6"
  "@react-aria/utils": "npm:^3.25.3"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
  clsx: "npm:^2.0.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/36ed3bd5311078a1adf71ac47656541ab38415731c938fabb5dcceee80fb7f51f91777c7afb5a30fa4d2cd2c51f2e26da4408759562ef0067133393452ef7faf
languageName: node
linkType: hard

"@react-spectrum/view@npm:^3.6.13":
version: 3.6.13
resolution: "@react-spectrum/view@npm:3.6.13"
dependencies:
  "@react-aria/utils": "npm:^3.25.3"
  "@react-spectrum/utils": "npm:^3.11.11"
  "@react-types/shared": "npm:^3.25.0"
  "@react-types/view": "npm:^3.4.12"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  "@react-spectrum/provider": ^3.0.0
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/0fe5454c833dbb73bccc17a71e8e635454e0d52e2a70129140ebf7fcc2ebbb50fd40fde20453baee9eddcb45ca01e84009c6de02e78bdb780ba5ce5bb1dc18de
languageName: node
linkType: hard

"@react-spectrum/well@npm:^3.4.17":
version: 3.4.17
resolution: "@react-spectrum/well@npm:3.4.17"
dependencies:
  "@react-aria/utils": "npm:^3.25.3"
  "@react-spectrum/utils": "npm:^3.11.11"
  "@react-types/shared": "npm:^3.25.0"
  "@react-types/well": "npm:^3.3.12"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/a39225cbe283b6c8d70378bd627bc1d2fd771231b5a9732696dcb2dccce16efdcbb7ba5a70de954da2743966044df0bfc62e3bf575cbfbc2c8b8244bfc9a0a27
languageName: node
linkType: hard
Stately
"@react-stately/calendar@npm:^3.5.5":
version: 3.5.5
resolution: "@react-stately/calendar@npm:3.5.5"
dependencies:
  "@internationalized/date": "npm:^3.5.6"
  "@react-stately/utils": "npm:^3.10.4"
  "@react-types/calendar": "npm:^3.4.10"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/ff38c8fb4178d965db8569980756d864e9a0341fca60bccc76d4fe34645375a2ed32a533097426f9f1892fe99bce32d5ec00a3e8ce9acbdfc6b7f2e82012d4de
languageName: node
linkType: hard

"@react-stately/checkbox@npm:^3.6.9":
version: 3.6.9
resolution: "@react-stately/checkbox@npm:3.6.9"
dependencies:
  "@react-stately/form": "npm:^3.0.6"
  "@react-stately/utils": "npm:^3.10.4"
  "@react-types/checkbox": "npm:^3.8.4"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/068be8d5c743b0ac3f0a96863568401027035b20a32caaa220600172f6ed0f93a49d58cfc4a960befd4762aa1eab18e2c30bd3656157729b4e3944156aeebd6c
languageName: node
linkType: hard

"@react-stately/collections@npm:^3.11.0":
version: 3.11.0
resolution: "@react-stately/collections@npm:3.11.0"
dependencies:
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/aba7d2194f4db8ee1ad5ad708a34d9bb336d3fd1fcb837cb237c6b63e1537003592eb6d33d80d1a6a313613e594d8d4a9da779c00d7fa3470f4adb5ff227150f
languageName: node
linkType: hard

"@react-stately/color@npm:^3.8.0":
version: 3.8.0
resolution: "@react-stately/color@npm:3.8.0"
dependencies:
  "@internationalized/number": "npm:^3.5.4"
  "@internationalized/string": "npm:^3.2.4"
  "@react-aria/i18n": "npm:^3.12.3"
  "@react-stately/form": "npm:^3.0.6"
  "@react-stately/numberfield": "npm:^3.9.7"
  "@react-stately/slider": "npm:^3.5.8"
  "@react-stately/utils": "npm:^3.10.4"
  "@react-types/color": "npm:^3.0.0"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/cb0acc88713c9a4271a1445c963c11a8d6cfaa2127894dc810783bc04cc288f1d143679a3b10612abf3cbb1a9871115f4e51745d707825879a454df2c7114609
languageName: node
linkType: hard

"@react-stately/combobox@npm:^3.10.0":
version: 3.10.0
resolution: "@react-stately/combobox@npm:3.10.0"
dependencies:
  "@react-stately/collections": "npm:^3.11.0"
  "@react-stately/form": "npm:^3.0.6"
  "@react-stately/list": "npm:^3.11.0"
  "@react-stately/overlays": "npm:^3.6.11"
  "@react-stately/select": "npm:^3.6.8"
  "@react-stately/utils": "npm:^3.10.4"
  "@react-types/combobox": "npm:^3.13.0"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/a9ce1a4fd03d40d43f4914c8d079b1bfc40a73643067ca57c8fbc84faa5818217df2c842e4c5e94bfb79c014ba55fc185c92c7b359fbfe84ff4078104361fab7
languageName: node
linkType: hard

"@react-stately/data@npm:^3.11.7":
version: 3.11.7
resolution: "@react-stately/data@npm:3.11.7"
dependencies:
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/bd5d81e62a251501d71ed87c1e2869d22fb0fbe80d617e70fdba4755eea79c6f51a2f9aafacf99145a2a0bbac8f5aa082096e08b930f63a7196e83c18dab3d99
languageName: node
linkType: hard

"@react-stately/datepicker@npm:^3.10.3":
version: 3.10.3
resolution: "@react-stately/datepicker@npm:3.10.3"
dependencies:
  "@internationalized/date": "npm:^3.5.6"
  "@internationalized/string": "npm:^3.2.4"
  "@react-stately/form": "npm:^3.0.6"
  "@react-stately/overlays": "npm:^3.6.11"
  "@react-stately/utils": "npm:^3.10.4"
  "@react-types/datepicker": "npm:^3.8.3"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/74fa89a4b9d80343dc07a7bbabcf88962ea0afbddcfb5e24b5c97fffcb9596ec097fa4ddaf7c534c8ba96c83101f88237413d2b6f65a979653007c463c8e09c0
languageName: node
linkType: hard

"@react-stately/disclosure@npm:3.0.0-alpha.0":
version: 3.0.0-alpha.0
resolution: "@react-stately/disclosure@npm:3.0.0-alpha.0"
dependencies:
  "@react-stately/utils": "npm:^3.10.4"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/c1cca5d2b054f8972f4de1773a6ab8ed925e78f2a8c21cd89e10ae2b821f5e82245bdad933ce3c4aa8b6747196a747b261a49f33c62ce1f5bdf2bf4d4387921e
languageName: node
linkType: hard

"@react-stately/dnd@npm:^3.4.3":
version: 3.4.3
resolution: "@react-stately/dnd@npm:3.4.3"
dependencies:
  "@react-stately/selection": "npm:^3.17.0"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/06356b2f1c9e1e4f77135d79a00a7ddbceed6b09bf6d1681ddf710c88aab0063f1ca96afc814693f049e2f4e38b5c4071d1a47cde6e2b7ef676c0a0e838b74ea
languageName: node
linkType: hard

"@react-stately/flags@npm:^3.0.4":
version: 3.0.4
resolution: "@react-stately/flags@npm:3.0.4"
dependencies:
  "@swc/helpers": "npm:^0.5.0"
checksum: 10c0/363aacb4c8a9c091689a4fba2e1f0c0ca9040c9c722dae6388cbfde1952db0c808fe98e4ada6ecea89a9bf6288cf351f3f1cd54434fa6a8dccf8903e8b2085b9
languageName: node
linkType: hard

"@react-stately/form@npm:^3.0.6":
version: 3.0.6
resolution: "@react-stately/form@npm:3.0.6"
dependencies:
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/ba8439dfb606abeedf4b90e0f3fa77d05ae1f0a898d800af419a3aaaf0b388259d09d109c138dbf6768120213870a63f6e604886fc6c11233f8da1668c086b22
languageName: node
linkType: hard

"@react-stately/grid@npm:^3.9.3":
version: 3.9.3
resolution: "@react-stately/grid@npm:3.9.3"
dependencies:
  "@react-stately/collections": "npm:^3.11.0"
  "@react-stately/selection": "npm:^3.17.0"
  "@react-types/grid": "npm:^3.2.9"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/cc8d420f1148dda47ed12b9cc318f4633c252abd99d88c75294ba6c4641dd5c39b3ccd8e21350768629b942d8762e08052d8b23ab80fbe5e1ed248faa719a647
languageName: node
linkType: hard

"@react-stately/layout@npm:^4.0.3":
version: 4.0.3
resolution: "@react-stately/layout@npm:4.0.3"
dependencies:
  "@react-stately/collections": "npm:^3.11.0"
  "@react-stately/table": "npm:^3.12.3"
  "@react-stately/virtualizer": "npm:^4.1.0"
  "@react-types/grid": "npm:^3.2.9"
  "@react-types/shared": "npm:^3.25.0"
  "@react-types/table": "npm:^3.10.2"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/2c90b1641d88b6df86e9ae09d096de20d948b7b5cee630e69abd37a7398941ed88b18a0e288b1812b64f619d2d448973c9c18ed468e761f3db2b55df0105041b
languageName: node
linkType: hard

"@react-stately/list@npm:^3.11.0":
version: 3.11.0
resolution: "@react-stately/list@npm:3.11.0"
dependencies:
  "@react-stately/collections": "npm:^3.11.0"
  "@react-stately/selection": "npm:^3.17.0"
  "@react-stately/utils": "npm:^3.10.4"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/64731450c5d93997c8b1ce51b3eedc1fc9b1eb7814324d56fc459bf708dbb4e052f880bb02d116af6c0544ff4e9f1c347acd99878efa501614e74fd910409a32
languageName: node
linkType: hard

"@react-stately/menu@npm:^3.8.3":
version: 3.8.3
resolution: "@react-stately/menu@npm:3.8.3"
dependencies:
  "@react-stately/overlays": "npm:^3.6.11"
  "@react-types/menu": "npm:^3.9.12"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/b222962aa9fb9935032756d2d3406ccfb56391a70d2bc2d968b06cab2d1a838443c8e6779032e197f2628bb5183d67851a0020ae70ef0cb74e1f7096bbd82fdf
languageName: node
linkType: hard

"@react-stately/numberfield@npm:^3.9.7":
version: 3.9.7
resolution: "@react-stately/numberfield@npm:3.9.7"
dependencies:
  "@internationalized/number": "npm:^3.5.4"
  "@react-stately/form": "npm:^3.0.6"
  "@react-stately/utils": "npm:^3.10.4"
  "@react-types/numberfield": "npm:^3.8.6"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/f956674792c5bb6a893d15c45b3ca4c2d0757e09a3acc4ee90efae179d6e6245d1dedd23125030f5e07f1edf7ced547a988c7d233a2eb4fcc8ea673cd4bfe942
languageName: node
linkType: hard

"@react-stately/overlays@npm:^3.6.11":
version: 3.6.11
resolution: "@react-stately/overlays@npm:3.6.11"
dependencies:
  "@react-stately/utils": "npm:^3.10.4"
  "@react-types/overlays": "npm:^3.8.10"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/559efc68bdb4512b8049f31a83e15404f7a306e960763570d876a08aee165656fdfbef4533251709e0576b1a7d6fd1f4e575ebfabc93738deb686c52571d36f9
languageName: node
linkType: hard

"@react-stately/radio@npm:^3.10.8":
version: 3.10.8
resolution: "@react-stately/radio@npm:3.10.8"
dependencies:
  "@react-stately/form": "npm:^3.0.6"
  "@react-stately/utils": "npm:^3.10.4"
  "@react-types/radio": "npm:^3.8.4"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/c918b134af1cb336dd687f92143df06c66b38ada10e9def7c5738e1ff0490f31563a8c20471d70d83eb8c5ad99757a7669a4d250f4f144821641b1670e6cb57d
languageName: node
linkType: hard

"@react-stately/searchfield@npm:^3.5.7":
version: 3.5.7
resolution: "@react-stately/searchfield@npm:3.5.7"
dependencies:
  "@react-stately/utils": "npm:^3.10.4"
  "@react-types/searchfield": "npm:^3.5.9"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/855457c63a684d724bcaea19d043c0e99a1fb91c6587e9dc263ee4d6ce2f7a7ded2c5cb1cb957063c141323775cf490e93b20004ae19940d5036c1744641d0ba
languageName: node
linkType: hard

"@react-stately/select@npm:^3.6.8":
version: 3.6.8
resolution: "@react-stately/select@npm:3.6.8"
dependencies:
  "@react-stately/form": "npm:^3.0.6"
  "@react-stately/list": "npm:^3.11.0"
  "@react-stately/overlays": "npm:^3.6.11"
  "@react-types/select": "npm:^3.9.7"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/2d76055fb4f7130224e1a746e43a37f0f70700fb0dd07c7a404b255a62a148ec704e9ddf9bbcc2188096dae231216738147b11587c68933a9234153b9497bde3
languageName: node
linkType: hard

"@react-stately/selection@npm:^3.17.0":
version: 3.17.0
resolution: "@react-stately/selection@npm:3.17.0"
dependencies:
  "@react-stately/collections": "npm:^3.11.0"
  "@react-stately/utils": "npm:^3.10.4"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/3d0cac8fa729ca9b2d083d305e533ebdc229808d34505a52e1791d916fbe08d32413216efa3ae1c322da1cf9e59024bf9b2d9b7b68e3cb0d7d30fd4da4f0be42
languageName: node
linkType: hard

"@react-stately/slider@npm:^3.5.8":
version: 3.5.8
resolution: "@react-stately/slider@npm:3.5.8"
dependencies:
  "@react-stately/utils": "npm:^3.10.4"
  "@react-types/shared": "npm:^3.25.0"
  "@react-types/slider": "npm:^3.7.6"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/47a8887a4732a5a0503632cc83c36f61793bd34893989e0f23d15268b8776b30754de43559e2e962ac60125dc1816d297c09e15ec7ecadd78595b1e05ac4c5cc
languageName: node
linkType: hard

"@react-stately/table@npm:^3.12.3":
version: 3.12.3
resolution: "@react-stately/table@npm:3.12.3"
dependencies:
  "@react-stately/collections": "npm:^3.11.0"
  "@react-stately/flags": "npm:^3.0.4"
  "@react-stately/grid": "npm:^3.9.3"
  "@react-stately/selection": "npm:^3.17.0"
  "@react-stately/utils": "npm:^3.10.4"
  "@react-types/grid": "npm:^3.2.9"
  "@react-types/shared": "npm:^3.25.0"
  "@react-types/table": "npm:^3.10.2"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/736f62ed831416212f836525408ad17ce396633620136786025cff47571461b97e047f9321ebfd8db889b02cda73a401b76108529314b74e7b88e44bd2909f59
languageName: node
linkType: hard

"@react-stately/tabs@npm:^3.6.10":
version: 3.6.10
resolution: "@react-stately/tabs@npm:3.6.10"
dependencies:
  "@react-stately/list": "npm:^3.11.0"
  "@react-types/shared": "npm:^3.25.0"
  "@react-types/tabs": "npm:^3.3.10"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/308521c0810c7653b6015bfd4c6c2393dee1ef7780718e9322dc42a670a195b940440ecaed8acceccccf720d05e67efef789a12929778549f93697bd263540fb
languageName: node
linkType: hard

"@react-stately/toggle@npm:^3.7.8":
version: 3.7.8
resolution: "@react-stately/toggle@npm:3.7.8"
dependencies:
  "@react-stately/utils": "npm:^3.10.4"
  "@react-types/checkbox": "npm:^3.8.4"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/765bb5e0c40a999b4a49babdcabf9cc9be81f9c967ee80345607ae77dc606cfb4ae730ea71af18298f636c5edb334801d2d3e2e6b123655cba67b4751d00e492
languageName: node
linkType: hard

"@react-stately/tooltip@npm:^3.4.13":
version: 3.4.13
resolution: "@react-stately/tooltip@npm:3.4.13"
dependencies:
  "@react-stately/overlays": "npm:^3.6.11"
  "@react-types/tooltip": "npm:^3.4.12"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/b4322cf62ad87888898676e4cf19a75d56594851a2ca8035421e69d45b02486ea36bd7b977b7596621165b771f47c4fe1a7b23d785771f26afcd16fecad1ab8b
languageName: node
linkType: hard

"@react-stately/tree@npm:^3.8.5":
version: 3.8.5
resolution: "@react-stately/tree@npm:3.8.5"
dependencies:
  "@react-stately/collections": "npm:^3.11.0"
  "@react-stately/selection": "npm:^3.17.0"
  "@react-stately/utils": "npm:^3.10.4"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/6df95aa9c75ef87fed004641f73e1889950724fdd521e2447310d645b666da79ed7a67dd80b5db6c5b75903b03aa61b1ac3f84d39117d2951c115b9b19aae03f
languageName: node
linkType: hard

"@react-stately/utils@npm:^3.10.4":
version: 3.10.4
resolution: "@react-stately/utils@npm:3.10.4"
dependencies:
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/875c11424fadf4419caceeee13e5bfdee2b0c330fe0220c0ea9d68d570cc9a34525f2f124d977e519b397a738cd2f8e36b7b03a046e3e7da99460e99282977a4
languageName: node
linkType: hard

"@react-stately/virtualizer@npm:^4.1.0":
version: 4.1.0
resolution: "@react-stately/virtualizer@npm:4.1.0"
dependencies:
  "@react-aria/utils": "npm:^3.25.3"
  "@react-types/shared": "npm:^3.25.0"
  "@swc/helpers": "npm:^0.5.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/89982acf3d545d335789a9f8fc7f57063082b0fbac0417ea79ba4ccec44ffb12bed0b646a928d74002f2e52ffbfe5cd7a2debcf84abc3099821dfd35a1b9b30b
languageName: node
linkType: hard
Types
"@react-types/accordion@npm:3.0.0-alpha.24":
version: 3.0.0-alpha.24
resolution: "@react-types/accordion@npm:3.0.0-alpha.24"
dependencies:
  "@react-types/shared": "npm:^3.25.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/102ba4c57d80a85c72edde3afe574b12d16737e76c04c7274c9ce6c51667f8825ccd3d4fef27e16dee43a9afde168897fdc87989499e1823eae960a2588dd896
languageName: node
linkType: hard

"@react-types/actionbar@npm:^3.1.10":
version: 3.1.10
resolution: "@react-types/actionbar@npm:3.1.10"
dependencies:
  "@react-types/shared": "npm:^3.25.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/7675241cbc5f701e56633067f933a25a39b7240cb17ea93799961720ee50de7fb3d628383e0875dafb2d521a86bccf4f240db63a097554485e6602946fb45c8f
languageName: node
linkType: hard

"@react-types/actiongroup@npm:^3.4.12":
version: 3.4.12
resolution: "@react-types/actiongroup@npm:3.4.12"
dependencies:
  "@react-types/shared": "npm:^3.25.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/176caf3602deb951160cb2246f041d7f3abace7c52a65a3b0597e295ab97e26733a439ce27f48fce8ab2eb5e918c5ac24c49de2ed8c46c80da23a52c8c52ce01
languageName: node
linkType: hard

"@react-types/avatar@npm:^3.0.10":
version: 3.0.10
resolution: "@react-types/avatar@npm:3.0.10"
dependencies:
  "@react-types/shared": "npm:^3.25.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/0da69096e3bbd1fde3e8de7d4c576bfa5f5a27dc018441a42c8cbfa8f72f82502bea6374e5dbf4f7bdd183a69ff3740c84d41d89484bb424d6d860d27be95437
languageName: node
linkType: hard

"@react-types/badge@npm:^3.1.12":
version: 3.1.12
resolution: "@react-types/badge@npm:3.1.12"
dependencies:
  "@react-types/shared": "npm:^3.25.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/5f6b4e3c0ba46b4898da06f0adc930b07d6fb7b6def4d8fede351bab198d63c5e963fa5c9424a8574b944f122d5fe77bd91dd25e3377a24dc2b55db6c1fd092e
languageName: node
linkType: hard

"@react-types/breadcrumbs@npm:^3.7.8":
version: 3.7.8
resolution: "@react-types/breadcrumbs@npm:3.7.8"
dependencies:
  "@react-types/link": "npm:^3.5.8"
  "@react-types/shared": "npm:^3.25.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/886f7c3b9e7196d8516814dcf8dfcaa437107c4e2e7d6db1b83adadbdab16fb3a12edb9e1b01b6f0524307394735766487d1129b1c8d4172e50eb8e3e0bae31a
languageName: node
linkType: hard

"@react-types/button@npm:^3.10.0":
version: 3.10.0
resolution: "@react-types/button@npm:3.10.0"
dependencies:
  "@react-types/shared": "npm:^3.25.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/89395334f286f1a97a584715bbb87e7bb017d7366aa73ce0cec36ec8cb59059dec1f5afe3ab44f3972e0c50f44daeb2d531b10191d6f2b7f70c3ce7d3c94c0da
languageName: node
linkType: hard

"@react-types/buttongroup@npm:^3.3.12":
version: 3.3.12
resolution: "@react-types/buttongroup@npm:3.3.12"
dependencies:
  "@react-types/shared": "npm:^3.25.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/5f5a3ed9ec3c99093285f9141c8acf5439f139db001c5bb28288e437408c6780afb4742853722b74b6fc8bbb7b9d9597c6cf88f195fd1e66b876c09222ff5ced
languageName: node
linkType: hard

"@react-types/calendar@npm:^3.4.10":
version: 3.4.10
resolution: "@react-types/calendar@npm:3.4.10"
dependencies:
  "@internationalized/date": "npm:^3.5.6"
  "@react-types/shared": "npm:^3.25.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/e4768b09c86739724f7fbdde41496859bfc6ba1d09071667da82f8914e8a5eef50cd168dc79d44782b8f2143547ea1326b476f0cce1cbbf667acecf5500bce95
languageName: node
linkType: hard

"@react-types/checkbox@npm:^3.8.4":
version: 3.8.4
resolution: "@react-types/checkbox@npm:3.8.4"
dependencies:
  "@react-types/shared": "npm:^3.25.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/e2970200658c2035f3fd8d82e805ddd5cf402cf523e293a76a7e181c0b4234e657471c34c9eb0d4f421ed494e98214160efedc8c358d9bfa63ae4b3012d73b6e
languageName: node
linkType: hard

"@react-types/color@npm:^3.0.0":
version: 3.0.0
resolution: "@react-types/color@npm:3.0.0"
dependencies:
  "@react-types/shared": "npm:^3.25.0"
  "@react-types/slider": "npm:^3.7.6"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/77e69841a7b3d692c4b71594f58a3b0184ca1e1bc34d3e9a7a1d58e66ee2c4a93109977739fd19c8aca80edbf667b4fd3f8be03d9c6f2eb5587ee6550509cfbc
languageName: node
linkType: hard

"@react-types/combobox@npm:^3.13.0":
version: 3.13.0
resolution: "@react-types/combobox@npm:3.13.0"
dependencies:
  "@react-types/shared": "npm:^3.25.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/0eb33769279d76d2043833d2bbc36d3357d5dd92a00807980d95d5c4198060d06e3146355f31287c6b678c8b5d80c8e57084a55de71ab5174a8e8794e4702dfe
languageName: node
linkType: hard

"@react-types/contextualhelp@npm:^3.2.13":
version: 3.2.13
resolution: "@react-types/contextualhelp@npm:3.2.13"
dependencies:
  "@react-types/overlays": "npm:^3.8.10"
  "@react-types/shared": "npm:^3.25.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/5afb25688ef19f580647bcd4bd82cdebfbb2f72790fb5e5f07e1ce200ea94246fbc38d898df0735dbd2721312745e4c75c02bb0e6ab9adfcd523b7c050d87716
languageName: node
linkType: hard

"@react-types/datepicker@npm:^3.8.3":
version: 3.8.3
resolution: "@react-types/datepicker@npm:3.8.3"
dependencies:
  "@internationalized/date": "npm:^3.5.6"
  "@react-types/calendar": "npm:^3.4.10"
  "@react-types/overlays": "npm:^3.8.10"
  "@react-types/shared": "npm:^3.25.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/c6b3c2c6757329d1fd636e40b0024a20875bf7f2c895e521d9941b9469b5a8ca19b2773ae8bd1adc35b1a5f9f9946b04cfc2032cd7e4fd99cbf2947f86a06d51
languageName: node
linkType: hard

"@react-types/dialog@npm:^3.5.13":
version: 3.5.13
resolution: "@react-types/dialog@npm:3.5.13"
dependencies:
  "@react-types/overlays": "npm:^3.8.10"
  "@react-types/shared": "npm:^3.25.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/9cb9043694a1e48fbf0221effd28da602c314c64d653455d5616d8384adf93c78c87453a5b210ff587a221836adb5e2e7f9cb5b3f9a04c3522ad35dadba5d39a
languageName: node
linkType: hard

"@react-types/divider@npm:^3.3.12":
version: 3.3.12
resolution: "@react-types/divider@npm:3.3.12"
dependencies:
  "@react-types/shared": "npm:^3.25.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/00234c0b7f9827f4d0a41a2b5f0a0c8bea8d79492e30ec06c7dfdb85ea99736cb7171c70dbe9fddf4374f86938532babc10fa107bf6d5cc999e250bf7a91508f
languageName: node
linkType: hard

"@react-types/form@npm:^3.7.7":
version: 3.7.7
resolution: "@react-types/form@npm:3.7.7"
dependencies:
  "@react-types/shared": "npm:^3.25.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/76a3bac8b631db9d583797907061f45ec95f8609864c8f432ac8de2123e55d4d62e8e921e6255dc2cc94e707ed21de857e3bad936d752cb5628e24d5067d8fd7
languageName: node
linkType: hard

"@react-types/grid@npm:^3.2.9":
version: 3.2.9
resolution: "@react-types/grid@npm:3.2.9"
dependencies:
  "@react-types/shared": "npm:^3.25.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/2645c4dafef3d10fe866a2a2ee9c17bce6fef9bf166bdf98e1de5bb6ed4cefc390eda87ea79ed8846cc94a9f57eb530577122d6063a14747ff3df2a08ec700cb
languageName: node
linkType: hard

"@react-types/illustratedmessage@npm:^3.3.12":
version: 3.3.12
resolution: "@react-types/illustratedmessage@npm:3.3.12"
dependencies:
  "@react-types/shared": "npm:^3.25.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/86b0a80d5e53e9754511dfb493c3ff16ba89b673d993c77de7e9a8b845db7c669de9f746a763b9c4dc18dbb26ddc4c6367cf1e651bb0463c17811f0ab4eb3caf
languageName: node
linkType: hard

"@react-types/image@npm:^3.4.4":
version: 3.4.4
resolution: "@react-types/image@npm:3.4.4"
dependencies:
  "@react-types/shared": "npm:^3.25.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/1143cd86f6cc7e206430e3e34914e2afe8f3cd75f5e332d9dfbf23a7487e1840593d4e8a1f176245abd6a9bfc9d67e9ff2314393a60e785fc1d17383f70c356e
languageName: node
linkType: hard

"@react-types/label@npm:^3.9.6":
version: 3.9.6
resolution: "@react-types/label@npm:3.9.6"
dependencies:
  "@react-types/shared": "npm:^3.25.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/f9075711e98a854fbcfab357fac5cd8d99e719fbee9d0fec76ae5c1f18c06f478828e750539cf4b50036ce605004e25d99df543a423348ed5e4d1ff63c7ebbc9
languageName: node
linkType: hard

"@react-types/layout@npm:^3.3.18":
version: 3.3.18
resolution: "@react-types/layout@npm:3.3.18"
dependencies:
  "@react-types/shared": "npm:^3.25.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/e3e839e2e59843896ed908ba61efce74009c32a8dabb0d422bcb1f6df5a53ca44fede02701c23559b6401ba5b5a4e55868655727b3b2af84059cffd60dd75e1b
languageName: node
linkType: hard

"@react-types/link@npm:^3.5.8":
version: 3.5.8
resolution: "@react-types/link@npm:3.5.8"
dependencies:
  "@react-types/shared": "npm:^3.25.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/39ac4827bb791d481bcf394429effc53dd446cf7e260ee1900c09327581b36650aa68f573d5002ac7d9e39ac5dbbb08e0d39cf0eeb408c2a3bfc2c8ce77a5cb7
languageName: node
linkType: hard

"@react-types/listbox@npm:^3.5.2":
version: 3.5.2
resolution: "@react-types/listbox@npm:3.5.2"
dependencies:
  "@react-types/shared": "npm:^3.25.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/a4145e0290e79c7ac0ae97f64384949f5156e75f4f05b1db17c36c1c31233dbfa7bc8509601dbb8782c24f77142a625db9e087b8a911acd385742f23d3d931bd
languageName: node
linkType: hard

"@react-types/menu@npm:^3.9.12":
version: 3.9.12
resolution: "@react-types/menu@npm:3.9.12"
dependencies:
  "@react-types/overlays": "npm:^3.8.10"
  "@react-types/shared": "npm:^3.25.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/c0f5be96e7fce99143ee564bf2debfc61c43ce5459dc4dc60118d4d873877cae9796c736dea88a1da892ea633fadd179c156c37b070a44eb4060f85a3007eb81
languageName: node
linkType: hard

"@react-types/meter@npm:^3.4.4":
version: 3.4.4
resolution: "@react-types/meter@npm:3.4.4"
dependencies:
  "@react-types/progress": "npm:^3.5.7"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/0fa94ee35264e3d600e424aba3b21dd6b0896c6877d723381ea5a34c7594e8079b81ce3b2115d6420695ed0004d7251e4d5dc93b6ad8c06c8de8fb30c085ee45
languageName: node
linkType: hard

"@react-types/numberfield@npm:^3.8.6":
version: 3.8.6
resolution: "@react-types/numberfield@npm:3.8.6"
dependencies:
  "@react-types/shared": "npm:^3.25.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/f15d30246d8e33e360f4c3398ffc287aa8bb9e133e7b3368cd3c05a80c18df4cbf46fe4dbaafd7cb18bb268632a291030e7e71d1c4ea794d366afb7a75512c32
languageName: node
linkType: hard

"@react-types/overlays@npm:^3.8.10":
version: 3.8.10
resolution: "@react-types/overlays@npm:3.8.10"
dependencies:
  "@react-types/shared": "npm:^3.25.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/753fd637dab9e189403cab8567a88fce183de8013dcec705fe3ed813facaa7a95fa754af5a45f364787c4351132d27ebaf3184e0e14955c47bf80b82560c3539
languageName: node
linkType: hard

"@react-types/progress@npm:^3.5.7":
version: 3.5.7
resolution: "@react-types/progress@npm:3.5.7"
dependencies:
  "@react-types/shared": "npm:^3.25.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/8780f97a5e3400e2381ed6659511a74fdfa8a3aa21499c8fe1fcd92386460569c56032d60297dd0786744d460cd515ebf4f663ea4b1a1f57e717e2da977dd581
languageName: node
linkType: hard

"@react-types/provider@npm:^3.8.4":
version: 3.8.4
resolution: "@react-types/provider@npm:3.8.4"
dependencies:
  "@react-types/shared": "npm:^3.25.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/939ca58a64ada25ccf711f3d81b9c892e5a9e364809b77889d3b8ceb12ab528a662273b7f2522cfb7e4a801cb92a9cfa01fce69cdfaadc3e8b1fe940a0c55917
languageName: node
linkType: hard

"@react-types/radio@npm:^3.8.4":
version: 3.8.4
resolution: "@react-types/radio@npm:3.8.4"
dependencies:
  "@react-types/shared": "npm:^3.25.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/2a7395f07810b3ae128c329f31d00f0bda3ecc03a8203e17cda7fbc0be019bb01113b8af6d0f73334168ae2fd13763ef4d1138c3f8b3d49ef2c858e33df2f3ae
languageName: node
linkType: hard

"@react-types/searchfield@npm:^3.5.9":
version: 3.5.9
resolution: "@react-types/searchfield@npm:3.5.9"
dependencies:
  "@react-types/shared": "npm:^3.25.0"
  "@react-types/textfield": "npm:^3.9.7"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/5e7d644e86a6ffb41c6230ef57e2ccdcfc1ad045a035a1c88aeb476054854fdc0542bfd62a8b3d23d4f19adf7e117c90ca9d8afd5726d7b039ed52f9ebed0639
languageName: node
linkType: hard

"@react-types/select@npm:^3.9.7":
version: 3.9.7
resolution: "@react-types/select@npm:3.9.7"
dependencies:
  "@react-types/shared": "npm:^3.25.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/438a23b9be9469d81f2c0da0904ac76ce163ea41b03ca05c744a0d96b323837f1f0270b58dde83303970b2755202cc6dbbc109d8c9cce9c69100c56dfca967ab
languageName: node
linkType: hard

"@react-types/shared@npm:^3.25.0":
version: 3.25.0
resolution: "@react-types/shared@npm:3.25.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/d168f6b404c345928ef8ead94f0cecd3831d8f6df708dbe897ac62d566949a0931c3b0d95ef6dd02bc5af05b183781b531e6f041ffd1d320bc2cab7697fd27d0
languageName: node
linkType: hard

"@react-types/slider@npm:^3.7.6":
version: 3.7.6
resolution: "@react-types/slider@npm:3.7.6"
dependencies:
  "@react-types/shared": "npm:^3.25.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/06efeb2076380eafe0ac2b20d72fa4c2072f1dd85346a49388bd7fae76fd78d143c457fd1732c5dbccd34e2e16593d1672a76b51fa986554343319cfc996042e
languageName: node
linkType: hard

"@react-types/statuslight@npm:^3.3.12":
version: 3.3.12
resolution: "@react-types/statuslight@npm:3.3.12"
dependencies:
  "@react-types/shared": "npm:^3.25.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/03d33892aa508c84e25ebf11704d035b9aaa5fc31904fe7f72368e517bc2e20f50869f73deead01229a449b2fe0d9c0bd1f663efe298abb5ad4711c3a26722f7
languageName: node
linkType: hard

"@react-types/switch@npm:^3.5.6":
version: 3.5.6
resolution: "@react-types/switch@npm:3.5.6"
dependencies:
  "@react-types/shared": "npm:^3.25.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/9c32a3306adf1afd103b3187e01be475f6e3f42391a2fe652312eb5fd89cc83087ceb6b9ea510f9f894593a695cb70ce00063aba6d808f6bc1cbbaa93f47f38b
languageName: node
linkType: hard

"@react-types/table@npm:^3.10.2":
version: 3.10.2
resolution: "@react-types/table@npm:3.10.2"
dependencies:
  "@react-types/grid": "npm:^3.2.9"
  "@react-types/shared": "npm:^3.25.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/e25e393192a2d272b5a35a864b566c0f86ad923b5420df37c161d5f8e39b333f0759caaa6e94fb166fadd22ddf07a3da57f57f8e47843ce1f5fc296be305e879
languageName: node
linkType: hard

"@react-types/tabs@npm:^3.3.10":
version: 3.3.10
resolution: "@react-types/tabs@npm:3.3.10"
dependencies:
  "@react-types/shared": "npm:^3.25.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/f0da42c6334b4b7715bed6c555d6866c03c8c8bbedd014d886c869baa1572b4b14012f1b62a25906ab09061c1d332326c9e56e10ca5278f415918be381a2e544
languageName: node
linkType: hard

"@react-types/text@npm:^3.3.12":
version: 3.3.12
resolution: "@react-types/text@npm:3.3.12"
dependencies:
  "@react-types/shared": "npm:^3.25.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/ee21974cace8c3fa50c200b6757cbc6d4d0ecb10cde69ed7fb4f0ce9ac616e9aa2a0443fd796a4e09e11d1247356be365c1e93ae2c7e77d93df2657827096234
languageName: node
linkType: hard

"@react-types/textfield@npm:^3.9.7":
version: 3.9.7
resolution: "@react-types/textfield@npm:3.9.7"
dependencies:
  "@react-types/shared": "npm:^3.25.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/e547b784c295f842f106652ef1ba301c335c05cfe6fc1367c3870d3b0e51eed8e5cd04572d3b1f056fa74f32bb23f4c75d2e821be3729313ff64a9989e4f5ff9
languageName: node
linkType: hard

"@react-types/tooltip@npm:^3.4.12":
version: 3.4.12
resolution: "@react-types/tooltip@npm:3.4.12"
dependencies:
  "@react-types/overlays": "npm:^3.8.10"
  "@react-types/shared": "npm:^3.25.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/cc1dd4effeddeb768b256537e8b7ed492d77ac10245d936eac0a2d1e202c36a179c194bd50188fdee2c3caaf502dbc3c7861886746a12a1795f5ee26b8935180
languageName: node
linkType: hard

"@react-types/view@npm:^3.4.12":
version: 3.4.12
resolution: "@react-types/view@npm:3.4.12"
dependencies:
  "@react-types/shared": "npm:^3.25.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/a637f6f774d42d1b8d23249c0effdd22dd9a54b6130ea9c9fdede95ee95c82d53f6f814b91849e86846840512cf438eafa1abc1f6bcf375aa69f4fff7f442f9b
languageName: node
linkType: hard

"@react-types/well@npm:^3.3.12":
version: 3.3.12
resolution: "@react-types/well@npm:3.3.12"
dependencies:
  "@react-types/shared": "npm:^3.25.0"
peerDependencies:
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
checksum: 10c0/0c1560f5ac40c7fc97e909a00c5a03421f731aa009f74e034c0632bdf3fb72c095920e3e12c5c940447ccd22ebbf5281a109b593a4dbd95cf364291e34b235f8
languageName: node
linkType: hard

@strogonoff
Copy link
Author

strogonoff commented Mar 12, 2025

Here is another way to diff all changes to package versions when going from the working to non-working state, Git tree with package changes in Yarn:

Unstaged (new):

? .yarn/cache/@adobe-react-spectrum-npm-3.40.1-b400937b41-4bf74f68a0.zip
? .yarn/cache/@babel-runtime-npm-7.26.10-d01a90d446-6dc6d88c79.zip
? .yarn/cache/@formatjs-ecma402-abstract-npm-2.3.3-8ca00e7400-63de990c38.zip
? .yarn/cache/@formatjs-fast-memoize-npm-2.2.6-46d1f58bc0-dccdc21105.zip
? .yarn/cache/@formatjs-icu-messageformat-parser-npm-2.11.1-2bf3ff699d-2e4106d564.zip
? .yarn/cache/@formatjs-icu-skeleton-parser-npm-1.8.13-88ca4214d3-eddea5b7c4.zip
? .yarn/cache/@formatjs-intl-localematcher-npm-0.6.0-da7c60e144-90238e6334.zip
? .yarn/cache/@internationalized-date-npm-3.7.0-28b69796a7-4d0979dd49.zip
? .yarn/cache/@internationalized-message-npm-3.1.6-250b3347ea-8ccb0ed3f3.zip
? .yarn/cache/@internationalized-number-npm-3.6.0-791129f22c-fbb15c76e0.zip
? .yarn/cache/@internationalized-string-npm-3.2.5-f0f0f4632c-cb58fdc698.zip
? .yarn/cache/@react-aria-*
? .yarn/cache/@react-spectrum-*
? .yarn/cache/@react-stately-*
? .yarn/cache/@react-types-*
? .yarn/cache/@spectrum-icons-ui-npm-3.6.14-36b80d1897-d733803e4a.zip
? .yarn/cache/@spectrum-icons-workflow-npm-4.2.19-aa23af06ff-3e0bcd1b9b.zip
? .yarn/cache/@swc-helpers-npm-0.5.15-a7a06a73bc-33002f74f6.zip
? .yarn/cache/decimal.js-npm-10.5.0-f021b10ac9-785c35279d.zip
? .yarn/cache/intl-messageformat-npm-10.7.15-8de3c7ebb7-5759cd3871.zip
? .yarn/cache/react-aria-components-npm-1.7.1-d40e4c1b0a-586ddd7142.zip
? .yarn/cache/react-aria-npm-3.38.1-6f6b2fab9f-03cd3bc275.zip
? .yarn/cache/react-stately-npm-3.36.1-a713a07774-2d98658e44.zip
? .yarn/cache/use-sync-external-store-npm-1.4.0-176448bea1-ec011a5055.zip

Deleted:

D .yarn/cache/@adobe-react-spectrum-npm-3.37.1-2e2887692f-0943de6e59.zip
D .yarn/cache/@babel-runtime-npm-7.25.6-6725f0979a-d6143adf5a.zip
D .yarn/cache/@formatjs-ecma402-abstract-npm-2.0.0-a81766ac3e-94cba291ae.zip
D .yarn/cache/@formatjs-fast-memoize-npm-2.2.0-4a46a61b8b-ae88c5a93b.zip
D .yarn/cache/@formatjs-icu-messageformat-parser-npm-2.7.8-f6b64e3bd8-a3b759a825.zip
D .yarn/cache/@formatjs-icu-skeleton-parser-npm-1.8.2-de6f6f7fa4-9b15013acc.zip
D .yarn/cache/@formatjs-intl-localematcher-npm-0.5.4-e30cfcd8fd-c9ff5d34ca.zip
D .yarn/cache/@internationalized-date-npm-3.5.6-211314f3d1-25d3150247.zip
D .yarn/cache/@internationalized-message-npm-3.1.5-2124b701aa-81a2ef2115.zip
D .yarn/cache/@internationalized-number-npm-3.5.4-9c04d17185-d01a1845ad.zip
D .yarn/cache/@internationalized-string-npm-3.2.4-0fa9c0be7d-5a03ff3d7b.zip
D .yarn/cache/@react-aria-*
D .yarn/cache/@react-spectrum-*
D .yarn/cache/@react-stately-*
D .yarn/cache/@react-types-*
D .yarn/cache/@spectrum-icons-ui-npm-3.6.10-bae04731a7-4e7bbcb353.zip
D .yarn/cache/@spectrum-icons-workflow-npm-4.2.15-701d7d7c35-5e97e771eb.zip
D .yarn/cache/@swc-helpers-npm-0.5.13-763e72c536-b9df578401.zip
D .yarn/cache/intl-messageformat-npm-10.5.14-0494957584-8ec0a60539.zip
D .yarn/cache/react-aria-components-npm-1.4.1-aa6ebdbc1e-67ef87ea1f.zip
D .yarn/cache/react-aria-npm-3.35.1-2baa7c2ac0-2211d5bf2b.zip
D .yarn/cache/react-stately-npm-3.33.0-5ab8a371f4-c5be8c2fa2.zip
D .yarn/cache/use-sync-external-store-npm-1.2.2-7923c915e1-23b1597c10.zip
Complete without wildcards
? .yarn/cache/@adobe-react-spectrum-npm-3.40.1-b400937b41-4bf74f68a0.zip
? .yarn/cache/@babel-runtime-npm-7.26.10-d01a90d446-6dc6d88c79.zip
? .yarn/cache/@formatjs-ecma402-abstract-npm-2.3.3-8ca00e7400-63de990c38.zip
? .yarn/cache/@formatjs-fast-memoize-npm-2.2.6-46d1f58bc0-dccdc21105.zip
? .yarn/cache/@formatjs-icu-messageformat-parser-npm-2.11.1-2bf3ff699d-2e4106d564.zip
? .yarn/cache/@formatjs-icu-skeleton-parser-npm-1.8.13-88ca4214d3-eddea5b7c4.zip
? .yarn/cache/@formatjs-intl-localematcher-npm-0.6.0-da7c60e144-90238e6334.zip
? .yarn/cache/@internationalized-date-npm-3.7.0-28b69796a7-4d0979dd49.zip
? .yarn/cache/@internationalized-message-npm-3.1.6-250b3347ea-8ccb0ed3f3.zip
? .yarn/cache/@internationalized-number-npm-3.6.0-791129f22c-fbb15c76e0.zip
? .yarn/cache/@internationalized-string-npm-3.2.5-f0f0f4632c-cb58fdc698.zip
? .yarn/cache/@react-aria-actiongroup-npm-3.7.14-74f69bbf82-3856c4f71a.zip
? .yarn/cache/@react-aria-autocomplete-npm-3.0.0-beta.1-532d4c7a8e-e5c81e2ef6.zip
? .yarn/cache/@react-aria-breadcrumbs-npm-3.5.22-07bbc756e0-39962e53af.zip
? .yarn/cache/@react-aria-button-npm-3.12.1-569b837320-d273b8bafc.zip
? .yarn/cache/@react-aria-calendar-npm-3.7.2-744fb8f948-202c2e63f8.zip
? .yarn/cache/@react-aria-checkbox-npm-3.15.3-e9d722434f-1840b7d708.zip
? .yarn/cache/@react-aria-collections-npm-3.0.0-beta.1-4eb867c348-5d2cae903e.zip
? .yarn/cache/@react-aria-color-npm-3.0.5-1a50c70435-e9ff235764.zip
? .yarn/cache/@react-aria-combobox-npm-3.12.1-5d3ed759bc-1b7b751072.zip
? .yarn/cache/@react-aria-datepicker-npm-3.14.1-84bb277580-c3c15ceb7c.zip
? .yarn/cache/@react-aria-dialog-npm-3.5.23-039bf60f08-6501509895.zip
? .yarn/cache/@react-aria-disclosure-npm-3.0.3-cfc8c09d35-042729741c.zip
? .yarn/cache/@react-aria-dnd-npm-3.9.1-d2a42bebf9-a2796ccd64.zip
? .yarn/cache/@react-aria-focus-npm-3.20.1-7aed5a6f3f-be982f6cff.zip
? .yarn/cache/@react-aria-form-npm-3.0.14-4434079f8a-8f43f4ff5a.zip
? .yarn/cache/@react-aria-grid-npm-3.12.1-fb8de17b26-e9462a9aec.zip
? .yarn/cache/@react-aria-gridlist-npm-3.11.1-cc23b8fa30-3e33834ac8.zip
? .yarn/cache/@react-aria-i18n-npm-3.12.7-91069285ed-414f44f1a0.zip
? .yarn/cache/@react-aria-interactions-npm-3.24.1-e637e38ef2-984c578233.zip
? .yarn/cache/@react-aria-label-npm-3.7.16-cd0a070920-098c0ba80e.zip
? .yarn/cache/@react-aria-landmark-npm-3.0.1-677a6ca8a1-4c82363925.zip
? .yarn/cache/@react-aria-link-npm-3.7.10-d6c3588b76-28cf88e30b.zip
? .yarn/cache/@react-aria-listbox-npm-3.14.2-96048a5f05-166755df3b.zip
? .yarn/cache/@react-aria-live-announcer-npm-3.4.1-308c292785-285ce2e72e.zip
? .yarn/cache/@react-aria-menu-npm-3.18.1-50a6078490-8f34e204e8.zip
? .yarn/cache/@react-aria-meter-npm-3.4.21-6a0a84fd40-0988e04f3c.zip
? .yarn/cache/@react-aria-numberfield-npm-3.11.12-b604632fd4-0009234817.zip
? .yarn/cache/@react-aria-overlays-npm-3.26.1-5379a2bc88-6dfb5de858.zip
? .yarn/cache/@react-aria-progress-npm-3.4.21-bc1d49eddd-a2fab816a7.zip
? .yarn/cache/@react-aria-radio-npm-3.11.1-c4faddc57d-49a6b932a6.zip
? .yarn/cache/@react-aria-searchfield-npm-3.8.2-b330f98a72-a0de7e77a5.zip
? .yarn/cache/@react-aria-select-npm-3.15.3-08b017f38a-e3ff76c4b2.zip
? .yarn/cache/@react-aria-selection-npm-3.23.1-98c09c58b2-1f83c4cee2.zip
? .yarn/cache/@react-aria-separator-npm-3.4.7-f6b16cdd6d-6d36c7448d.zip
? .yarn/cache/@react-aria-slider-npm-3.7.17-069b250532-0544a8e815.zip
? .yarn/cache/@react-aria-spinbutton-npm-3.6.13-bec51ac1c4-47167cc261.zip
? .yarn/cache/@react-aria-ssr-npm-3.9.7-2aae0f6172-37168cd81b.zip
? .yarn/cache/@react-aria-switch-npm-3.7.1-ee4aab8902-9197777121.zip
? .yarn/cache/@react-aria-table-npm-3.17.1-a79d3da749-8598f39e10.zip
? .yarn/cache/@react-aria-tabs-npm-3.10.1-86e9bde101-743c513164.zip
? .yarn/cache/@react-aria-tag-npm-3.5.1-b1a6e08e91-2cdf4e3d0c.zip
? .yarn/cache/@react-aria-textfield-npm-3.17.1-ddfae8ee74-82ab6a218f.zip
? .yarn/cache/@react-aria-toast-npm-3.0.1-f61fa1c74d-36d7ed0654.zip
? .yarn/cache/@react-aria-toggle-npm-3.11.1-12bfc5ae86-2e266554ce.zip
? .yarn/cache/@react-aria-toolbar-npm-3.0.0-beta.14-1d350e07a9-71ceddd731.zip
? .yarn/cache/@react-aria-tooltip-npm-3.8.1-8d3c468ddb-25eb4cb5ed.zip
? .yarn/cache/@react-aria-tree-npm-3.0.1-8b18367853-3e396c9501.zip
? .yarn/cache/@react-aria-utils-npm-3.28.1-9db1fb23d8-dcda0e238b.zip
? .yarn/cache/@react-aria-virtualizer-npm-4.1.3-f56a7942c5-a6c62731d7.zip
? .yarn/cache/@react-aria-visually-hidden-npm-3.8.21-6949e1e3f8-cedb1eada8.zip
? .yarn/cache/@react-spectrum-accordion-npm-3.0.4-4adb5caf9f-dcfa1e5ed6.zip
? .yarn/cache/@react-spectrum-actionbar-npm-3.6.5-eeb7e53246-7f13afd4c0.zip
? .yarn/cache/@react-spectrum-actiongroup-npm-3.10.13-fa86565588-f2b173c509.zip
? .yarn/cache/@react-spectrum-avatar-npm-3.0.20-1fe28db018-251d1940ad.zip
? .yarn/cache/@react-spectrum-badge-npm-3.1.21-e6b7e3d09d-e367340a74.zip
? .yarn/cache/@react-spectrum-breadcrumbs-npm-3.9.15-7e0cd90630-ea29e52550.zip
? .yarn/cache/@react-spectrum-button-npm-3.16.12-b7e085bf94-e2259961fb.zip
? .yarn/cache/@react-spectrum-buttongroup-npm-3.6.20-b6a39f1346-f7233c40cc.zip
? .yarn/cache/@react-spectrum-calendar-npm-3.6.2-e556c2543d-a93d25d58f.zip
? .yarn/cache/@react-spectrum-checkbox-npm-3.9.14-8ac8905a6b-a996b96469.zip
? .yarn/cache/@react-spectrum-color-npm-3.0.5-450fff7e6b-72701f0ce5.zip
? .yarn/cache/@react-spectrum-combobox-npm-3.15.1-445d15b2c7-028241ea64.zip
? .yarn/cache/@react-spectrum-contextualhelp-npm-3.6.19-a2b29ca9cb-283b0f7692.zip
? .yarn/cache/@react-spectrum-datepicker-npm-3.13.1-9cd11ce66b-385cd6c082.zip
? .yarn/cache/@react-spectrum-dialog-npm-3.8.19-637718aa99-43dc75f828.zip
? .yarn/cache/@react-spectrum-divider-npm-3.5.21-aad437ec39-06ca9b30b0.zip
? .yarn/cache/@react-spectrum-dnd-npm-3.5.3-105d933553-ab56f925d4.zip
? .yarn/cache/@react-spectrum-dropzone-npm-3.0.9-fb173b6d43-82fc5baea7.zip
? .yarn/cache/@react-spectrum-filetrigger-npm-3.0.9-1f270926dd-6db2da5149.zip
? .yarn/cache/@react-spectrum-form-npm-3.7.13-6017afe9d6-3bdc0808ae.zip
? .yarn/cache/@react-spectrum-icon-npm-3.8.3-9189a4816f-d94a26aacb.zip
? .yarn/cache/@react-spectrum-illustratedmessage-npm-3.5.8-76864ff4ca-924046487b.zip
? .yarn/cache/@react-spectrum-image-npm-3.5.9-abe3beccf6-e46c3aabce.zip
? .yarn/cache/@react-spectrum-inlinealert-npm-3.2.13-2c3f59e7dd-781867ecf7.zip
? .yarn/cache/@react-spectrum-label-npm-3.16.13-634cd195ff-d629fef592.zip
? .yarn/cache/@react-spectrum-labeledvalue-npm-3.2.1-278000ffb7-689dfe3db1.zip
? .yarn/cache/@react-spectrum-layout-npm-3.6.13-d346f5c3d6-bcf3f5e42a.zip
? .yarn/cache/@react-spectrum-link-npm-3.6.15-05e218a47f-f4e11f30c5.zip
? .yarn/cache/@react-spectrum-list-npm-3.9.3-d01341bb94-b924fb9d42.zip
? .yarn/cache/@react-spectrum-listbox-npm-3.14.3-2c47b71cc7-66d9aae9d9.zip
? .yarn/cache/@react-spectrum-menu-npm-3.21.3-1d7ad61ac1-5bf4e8f485.zip
? .yarn/cache/@react-spectrum-meter-npm-3.5.8-03d4c2ad95-0aff7b96bd.zip
? .yarn/cache/@react-spectrum-numberfield-npm-3.9.11-2a90209fed-3414414919.zip
? .yarn/cache/@react-spectrum-overlays-npm-5.7.3-4f22c59c92-1bd416a45f.zip
? .yarn/cache/@react-spectrum-picker-npm-3.15.7-4282ca8fa6-81032184eb.zip
? .yarn/cache/@react-spectrum-progress-npm-3.7.14-be7cd0ff21-976f2aae06.zip
? .yarn/cache/@react-spectrum-provider-npm-3.10.3-fca293250f-5389098729.zip
? .yarn/cache/@react-spectrum-radio-npm-3.7.14-370af0780d-60146ec335.zip
? .yarn/cache/@react-spectrum-searchfield-npm-3.8.14-358d430e44-5baac65a18.zip
? .yarn/cache/@react-spectrum-slider-npm-3.7.3-4fa6d904ee-96901fd425.zip
? .yarn/cache/@react-spectrum-statuslight-npm-3.5.20-6c90f018fd-ba927b4b56.zip
? .yarn/cache/@react-spectrum-switch-npm-3.5.13-61cdd141fe-6a58fe9e44.zip
? .yarn/cache/@react-spectrum-table-npm-3.16.1-26f323ad61-6d2d812a89.zip
? .yarn/cache/@react-spectrum-tabs-npm-3.8.18-75ea221d93-bf86a2f1b6.zip
? .yarn/cache/@react-spectrum-tag-npm-3.2.14-875dfc03fa-b3470f6484.zip
? .yarn/cache/@react-spectrum-text-npm-3.5.13-340ec5cb3d-7a1ad8e0b7.zip
? .yarn/cache/@react-spectrum-textfield-npm-3.13.1-b101ce4cc5-3e8f2239c6.zip
? .yarn/cache/@react-spectrum-theme-dark-npm-3.5.16-2e35bbd7a4-313d26d54c.zip
? .yarn/cache/@react-spectrum-theme-default-npm-3.5.16-17860a0ecf-1d1eea6322.zip
? .yarn/cache/@react-spectrum-theme-light-npm-3.4.16-f5edde8ba8-8e9da4a7e5.zip
? .yarn/cache/@react-spectrum-toast-npm-3.0.1-fe26256e86-2490223b7a.zip
? .yarn/cache/@react-spectrum-tooltip-npm-3.7.3-b4b3890134-8bf4301f03.zip
? .yarn/cache/@react-spectrum-tree-npm-3.0.1-9ccc5e165e-b63f2becf4.zip
? .yarn/cache/@react-spectrum-utils-npm-3.12.3-d1db345271-dfd08f71db.zip
? .yarn/cache/@react-spectrum-view-npm-3.6.17-041bca63d3-2886244158.zip
? .yarn/cache/@react-spectrum-well-npm-3.4.21-8842371fbf-3443ad2c83.zip
? .yarn/cache/@react-stately-autocomplete-npm-3.0.0-beta.0-ec8b57f0d6-8a127ba836.zip
? .yarn/cache/@react-stately-calendar-npm-3.7.1-c37617c88d-4151c8435e.zip
? .yarn/cache/@react-stately-checkbox-npm-3.6.12-07d3737d59-b278e9d117.zip
? .yarn/cache/@react-stately-collections-npm-3.12.2-470c7b4441-ac999a43f1.zip
? .yarn/cache/@react-stately-color-npm-3.8.3-3d3adccd71-5a2bd21f09.zip
? .yarn/cache/@react-stately-combobox-npm-3.10.3-05503090dd-f5ac99513d.zip
? .yarn/cache/@react-stately-data-npm-3.12.2-3575b7dbe2-fd14082326.zip
? .yarn/cache/@react-stately-datepicker-npm-3.13.0-5ff761e0c9-37a4c30fb0.zip
? .yarn/cache/@react-stately-disclosure-npm-3.0.2-f21230fc10-5a6465b429.zip
? .yarn/cache/@react-stately-dnd-npm-3.5.2-3ef04449dc-ff9762dc41.zip
? .yarn/cache/@react-stately-flags-npm-3.1.0-bde0fd485e-94508383e3.zip
? .yarn/cache/@react-stately-form-npm-3.1.2-d6c083c6f3-29fd2680a8.zip
? .yarn/cache/@react-stately-grid-npm-3.11.0-71c1556a49-a25abb0df4.zip
? .yarn/cache/@react-stately-layout-npm-4.2.1-d0bee84e4e-76f01cea15.zip
? .yarn/cache/@react-stately-list-npm-3.12.0-88def52c91-d2d14e3111.zip
? .yarn/cache/@react-stately-menu-npm-3.9.2-3753d7e85d-51dc6516fb.zip
? .yarn/cache/@react-stately-numberfield-npm-3.9.10-a8b491ee39-ad1d953a26.zip
? .yarn/cache/@react-stately-overlays-npm-3.6.14-54338b641c-f46caddcb1.zip
? .yarn/cache/@react-stately-radio-npm-3.10.11-f3daeb5bbb-092bc0715b.zip
? .yarn/cache/@react-stately-searchfield-npm-3.5.10-7bb703ed96-70ec5cf590.zip
? .yarn/cache/@react-stately-select-npm-3.6.11-2a96e45874-f825707b6a.zip
? .yarn/cache/@react-stately-selection-npm-3.20.0-6ce02a0c53-fa0341db47.zip
? .yarn/cache/@react-stately-slider-npm-3.6.2-caf62704ea-fe7aba4b65.zip
? .yarn/cache/@react-stately-table-npm-3.14.0-9f17075147-6a96fde283.zip
? .yarn/cache/@react-stately-tabs-npm-3.8.0-46f53ab0e4-81fa764cf1.zip
? .yarn/cache/@react-stately-toast-npm-3.0.0-92bf7038c9-437269f821.zip
? .yarn/cache/@react-stately-toggle-npm-3.8.2-2b2c2b1842-a4d9c66d0b.zip
? .yarn/cache/@react-stately-tooltip-npm-3.5.2-d96083c534-ac7683fa99.zip
? .yarn/cache/@react-stately-tree-npm-3.8.8-6fa5cb03f5-368e15d22d.zip
? .yarn/cache/@react-stately-utils-npm-3.10.5-421e1ea8db-188500fef2.zip
? .yarn/cache/@react-stately-virtualizer-npm-4.3.1-52d3f7c279-85f7d0c737.zip
? .yarn/cache/@react-types-actionbar-npm-3.1.13-88f4bfd008-dfbe740b5d.zip
? .yarn/cache/@react-types-actiongroup-npm-3.4.15-959cc19e7f-2e79fa3d3b.zip
? .yarn/cache/@react-types-autocomplete-npm-3.0.0-alpha.29-65cf7e3830-3ebe256bc9.zip
? .yarn/cache/@react-types-avatar-npm-3.0.13-41e1612d97-a812c2276a.zip
? .yarn/cache/@react-types-badge-npm-3.1.15-598c02442a-d9b144ba79.zip
? .yarn/cache/@react-types-breadcrumbs-npm-3.7.11-30a4a8881d-ec09129e85.zip
? .yarn/cache/@react-types-button-npm-3.11.0-d791899d8e-d7a7ef366f.zip
? .yarn/cache/@react-types-buttongroup-npm-3.3.15-fbc336ff66-db42e7acc4.zip
? .yarn/cache/@react-types-calendar-npm-3.6.1-d178517f80-296dcc4689.zip
? .yarn/cache/@react-types-checkbox-npm-3.9.2-8ca512412c-3b924f70ea.zip
? .yarn/cache/@react-types-color-npm-3.0.3-1ed6dbb6a0-21744c1812.zip
? .yarn/cache/@react-types-combobox-npm-3.13.3-1332ec4b5f-ac0a65f54d.zip
? .yarn/cache/@react-types-contextualhelp-npm-3.2.16-e68e3e9de8-fa3f90073e.zip
? .yarn/cache/@react-types-datepicker-npm-3.11.0-3f554974af-4a59c09241.zip
? .yarn/cache/@react-types-dialog-npm-3.5.16-8be568c0cf-d407b27024.zip
? .yarn/cache/@react-types-divider-npm-3.3.15-9bd47edb38-f5ecdbaa6b.zip
? .yarn/cache/@react-types-form-npm-3.7.10-f02e6489c6-76ce5ebfba.zip
? .yarn/cache/@react-types-grid-npm-3.3.0-fe80dadb43-b884bb114b.zip
? .yarn/cache/@react-types-illustratedmessage-npm-3.3.15-da8dca50cd-104871f93b.zip
? .yarn/cache/@react-types-image-npm-3.4.7-1ee7d0501b-4d364c5689.zip
? .yarn/cache/@react-types-label-npm-3.9.9-b1f3fd5b53-fba4697682.zip
? .yarn/cache/@react-types-layout-npm-3.3.21-a6dcdb8cba-9f7b2fcf87.zip
? .yarn/cache/@react-types-link-npm-3.5.11-778a4736bf-9dba4ad198.zip
? .yarn/cache/@react-types-listbox-npm-3.5.5-b126b9bd2d-f1a3d97fb2.zip
? .yarn/cache/@react-types-menu-npm-3.9.15-a27df937aa-082a572f57.zip
? .yarn/cache/@react-types-meter-npm-3.4.7-5d56229321-e7f0fc1938.zip
? .yarn/cache/@react-types-numberfield-npm-3.8.9-78cb396f72-944da3d721.zip
? .yarn/cache/@react-types-overlays-npm-3.8.13-144cb01020-ea8b3f1497.zip
? .yarn/cache/@react-types-progress-npm-3.5.10-1288b56b22-0a949b8e04.zip
? .yarn/cache/@react-types-provider-npm-3.8.7-16c1e4fec1-3df5d1a8ff.zip
? .yarn/cache/@react-types-radio-npm-3.8.7-d5271d62c7-991a674d1e.zip
? .yarn/cache/@react-types-searchfield-npm-3.6.0-c3f5d6118e-f8df1dd046.zip
? .yarn/cache/@react-types-select-npm-3.9.10-aa3f55e94c-76747ea6f5.zip
? .yarn/cache/@react-types-shared-npm-3.28.0-a47ea2adb9-d5dbba060c.zip
? .yarn/cache/@react-types-slider-npm-3.7.9-cb32482b5b-52e8896905.zip
? .yarn/cache/@react-types-statuslight-npm-3.3.15-2057739c31-342cc3275e.zip
? .yarn/cache/@react-types-switch-npm-3.5.9-8b2dc65ff3-edb6f96453.zip
? .yarn/cache/@react-types-table-npm-3.11.0-73c7d98fb0-0cc6dffb7e.zip
? .yarn/cache/@react-types-tabs-npm-3.3.13-b4270c7fdf-dba8bf3281.zip
? .yarn/cache/@react-types-text-npm-3.3.15-ebf79b7d03-dde2a8d292.zip
? .yarn/cache/@react-types-textfield-npm-3.12.0-85c8664a6c-331944ef96.zip
? .yarn/cache/@react-types-tooltip-npm-3.4.15-4869df0b8f-53bfc90d32.zip
? .yarn/cache/@react-types-view-npm-3.4.15-a7d30514fe-79659028ce.zip
? .yarn/cache/@react-types-well-npm-3.3.15-f3fe06c44d-488ca1cb14.zip
? .yarn/cache/@spectrum-icons-ui-npm-3.6.14-36b80d1897-d733803e4a.zip
? .yarn/cache/@spectrum-icons-workflow-npm-4.2.19-aa23af06ff-3e0bcd1b9b.zip
? .yarn/cache/@swc-helpers-npm-0.5.15-a7a06a73bc-33002f74f6.zip
? .yarn/cache/decimal.js-npm-10.5.0-f021b10ac9-785c35279d.zip
? .yarn/cache/intl-messageformat-npm-10.7.15-8de3c7ebb7-5759cd3871.zip
? .yarn/cache/react-aria-components-npm-1.7.1-d40e4c1b0a-586ddd7142.zip
? .yarn/cache/react-aria-npm-3.38.1-6f6b2fab9f-03cd3bc275.zip
? .yarn/cache/react-stately-npm-3.36.1-a713a07774-2d98658e44.zip
? .yarn/cache/use-sync-external-store-npm-1.4.0-176448bea1-ec011a5055.zip




D .yarn/cache/@adobe-react-spectrum-npm-3.37.1-2e2887692f-0943de6e59.zip
D .yarn/cache/@babel-runtime-npm-7.25.6-6725f0979a-d6143adf5a.zip
D .yarn/cache/@formatjs-ecma402-abstract-npm-2.0.0-a81766ac3e-94cba291ae.zip
D .yarn/cache/@formatjs-fast-memoize-npm-2.2.0-4a46a61b8b-ae88c5a93b.zip
D .yarn/cache/@formatjs-icu-messageformat-parser-npm-2.7.8-f6b64e3bd8-a3b759a825.zip
D .yarn/cache/@formatjs-icu-skeleton-parser-npm-1.8.2-de6f6f7fa4-9b15013acc.zip
D .yarn/cache/@formatjs-intl-localematcher-npm-0.5.4-e30cfcd8fd-c9ff5d34ca.zip
D .yarn/cache/@internationalized-date-npm-3.5.6-211314f3d1-25d3150247.zip
D .yarn/cache/@internationalized-message-npm-3.1.5-2124b701aa-81a2ef2115.zip
D .yarn/cache/@internationalized-number-npm-3.5.4-9c04d17185-d01a1845ad.zip
D .yarn/cache/@internationalized-string-npm-3.2.4-0fa9c0be7d-5a03ff3d7b.zip
D .yarn/cache/@react-aria-accordion-npm-3.0.0-alpha.35-554fde2c87-236fea00c4.zip
D .yarn/cache/@react-aria-actiongroup-npm-3.7.10-3094126cd8-5032bce5c4.zip
D .yarn/cache/@react-aria-breadcrumbs-npm-3.5.18-c5a310f236-33e50a04c1.zip
D .yarn/cache/@react-aria-button-npm-3.10.1-a62fba0215-9d35405c00.zip
D .yarn/cache/@react-aria-calendar-npm-3.5.13-c43a4ee508-10f30f6cfd.zip
D .yarn/cache/@react-aria-checkbox-npm-3.14.8-05bedf5efa-96ac21b5c6.zip
D .yarn/cache/@react-aria-collections-npm-3.0.0-alpha.5-15253a8a8f-a9437ce549.zip
D .yarn/cache/@react-aria-color-npm-3.0.1-f3371b4763-ee4969e6f2.zip
D .yarn/cache/@react-aria-combobox-npm-3.10.5-f77171c6b6-420c3de273.zip
D .yarn/cache/@react-aria-datepicker-npm-3.11.4-3474935169-4df110dcc8.zip
D .yarn/cache/@react-aria-dialog-npm-3.5.19-6a2aba2670-a93699d76c.zip
D .yarn/cache/@react-aria-disclosure-npm-3.0.0-alpha.1-b03fe8a5f4-e112f50001.zip
D .yarn/cache/@react-aria-dnd-npm-3.7.4-a8a471ca4b-2c3619b229.zip
D .yarn/cache/@react-aria-focus-npm-3.18.4-8022f8d6b8-141f8ef800.zip
D .yarn/cache/@react-aria-form-npm-3.0.10-3530466cf1-31ed3c2a2e.zip
D .yarn/cache/@react-aria-grid-npm-3.10.5-7c29b39116-d85110a3df.zip
D .yarn/cache/@react-aria-gridlist-npm-3.9.5-2ba5a19a9e-d9ceb8df29.zip
D .yarn/cache/@react-aria-i18n-npm-3.12.3-29b1c0af84-98210abb15.zip
D .yarn/cache/@react-aria-interactions-npm-3.22.4-8ebc82acd9-8455a68540.zip
D .yarn/cache/@react-aria-label-npm-3.7.12-edab38c988-28a8a04c78.zip
D .yarn/cache/@react-aria-link-npm-3.7.6-422350738b-81e3f3b536.zip
D .yarn/cache/@react-aria-listbox-npm-3.13.5-55c72dccaf-877c86bfe6.zip
D .yarn/cache/@react-aria-live-announcer-npm-3.4.0-7ce3fc2023-d4815bbe45.zip
D .yarn/cache/@react-aria-menu-npm-3.15.5-f1e4d1df10-466bfeb1e7.zip
D .yarn/cache/@react-aria-meter-npm-3.4.17-aaa85abb84-d5b6486644.zip
D .yarn/cache/@react-aria-numberfield-npm-3.11.8-b3ed773a0a-a1f6e5d90e.zip
D .yarn/cache/@react-aria-overlays-npm-3.23.4-ce65ca647a-174c8ef7d5.zip
D .yarn/cache/@react-aria-progress-npm-3.4.17-652b3c5b60-5eae2b0693.zip
D .yarn/cache/@react-aria-radio-npm-3.10.9-0cd3bf63de-1b6251b8c0.zip
D .yarn/cache/@react-aria-searchfield-npm-3.7.10-18a938ec0b-1ae7fab9f6.zip
D .yarn/cache/@react-aria-select-npm-3.14.11-bfec94b20b-b8c2e24a27.zip
D .yarn/cache/@react-aria-selection-npm-3.20.1-c29043f85b-44e10f4e49.zip
D .yarn/cache/@react-aria-separator-npm-3.4.3-5a3ce4faf6-322b713594.zip
D .yarn/cache/@react-aria-slider-npm-3.7.13-62481da12a-6256790404.zip
D .yarn/cache/@react-aria-spinbutton-npm-3.6.9-cdb6802b49-c15434d8c7.zip
D .yarn/cache/@react-aria-ssr-npm-3.9.6-cae74fbe5c-be52f29090.zip
D .yarn/cache/@react-aria-switch-npm-3.6.9-cca58413ae-94000e6527.zip
D .yarn/cache/@react-aria-table-npm-3.15.5-8be6a7cfd7-54a8794f98.zip
D .yarn/cache/@react-aria-tabs-npm-3.9.7-3e71c3c28e-0e079c0e80.zip
D .yarn/cache/@react-aria-tag-npm-3.4.7-cf79f6eb51-869e26288a.zip
D .yarn/cache/@react-aria-textfield-npm-3.14.10-6ae16b9350-91b4d6ae47.zip
D .yarn/cache/@react-aria-toggle-npm-3.10.9-12fd8111a0-057302ef08.zip
D .yarn/cache/@react-aria-toolbar-npm-3.0.0-beta.10-a10451be3a-5e4e4b2855.zip
D .yarn/cache/@react-aria-tooltip-npm-3.7.9-d6a366be21-1db345fe35.zip
D .yarn/cache/@react-aria-tree-npm-3.0.0-beta.1-1581b19091-ff630b288f.zip
D .yarn/cache/@react-aria-utils-npm-3.25.3-c897db795b-dc86ea48c2.zip
D .yarn/cache/@react-aria-virtualizer-npm-4.0.4-13f66f0018-6ac85792aa.zip
D .yarn/cache/@react-aria-visually-hidden-npm-3.8.17-5bf82c2913-411699c167.zip
D .yarn/cache/@react-spectrum-actionbar-npm-3.6.1-1675b1da96-3cbc2d7d33.zip
D .yarn/cache/@react-spectrum-actiongroup-npm-3.10.9-04b038fa13-fc477aaad8.zip
D .yarn/cache/@react-spectrum-avatar-npm-3.0.16-a965a80e2f-b63341fa1c.zip
D .yarn/cache/@react-spectrum-badge-npm-3.1.17-5f84269729-0e3a51e10d.zip
D .yarn/cache/@react-spectrum-breadcrumbs-npm-3.9.11-5d80fb4761-3709ab8b75.zip
D .yarn/cache/@react-spectrum-button-npm-3.16.8-9e050f5dfd-9c82d4c968.zip
D .yarn/cache/@react-spectrum-buttongroup-npm-3.6.16-27fa83f592-a1586ff2d0.zip
D .yarn/cache/@react-spectrum-calendar-npm-3.4.13-56909c20da-5c44e4b39f.zip
D .yarn/cache/@react-spectrum-checkbox-npm-3.9.10-6d0b2483f9-f0aec8b270.zip
D .yarn/cache/@react-spectrum-color-npm-3.0.1-3394e4d92e-3c096404ae.zip
D .yarn/cache/@react-spectrum-combobox-npm-3.13.4-763d50fbe8-26fc2ea4b0.zip
D .yarn/cache/@react-spectrum-contextualhelp-npm-3.6.15-69fb71f9ce-0b75d19ac6.zip
D .yarn/cache/@react-spectrum-datepicker-npm-3.10.3-36facd676f-7653886a7a.zip
D .yarn/cache/@react-spectrum-dialog-npm-3.8.15-da656f907a-ed676f0c95.zip
D .yarn/cache/@react-spectrum-divider-npm-3.5.17-178c3f4228-1635541758.zip
D .yarn/cache/@react-spectrum-dnd-npm-3.4.3-941a83b1d6-5e54c54001.zip
D .yarn/cache/@react-spectrum-dropzone-npm-3.0.5-7531a064a0-e4c69448fc.zip
D .yarn/cache/@react-spectrum-filetrigger-npm-3.0.5-466896948d-5b3f8b97cb.zip
D .yarn/cache/@react-spectrum-form-npm-3.7.9-ec6dc7d337-1e9dd6638a.zip
D .yarn/cache/@react-spectrum-icon-npm-3.7.16-97d2220c2b-890364c7e4.zip
D .yarn/cache/@react-spectrum-illustratedmessage-npm-3.5.4-c02bd00862-67aa643736.zip
D .yarn/cache/@react-spectrum-image-npm-3.5.5-2d3097fc2e-4316e3245c.zip
D .yarn/cache/@react-spectrum-inlinealert-npm-3.2.9-3a07e13b65-7d06b0e40a.zip
D .yarn/cache/@react-spectrum-label-npm-3.16.9-7e2e6ffe9a-9aff2e5b3d.zip
D .yarn/cache/@react-spectrum-labeledvalue-npm-3.1.17-c08e99c405-b3e008d067.zip
D .yarn/cache/@react-spectrum-layout-npm-3.6.9-6e1e36f360-c0142f6d53.zip
D .yarn/cache/@react-spectrum-link-npm-3.6.11-432ffcd3f1-b3b19bbdb8.zip
D .yarn/cache/@react-spectrum-list-npm-3.8.3-41a05ebebd-bc600bd05f.zip
D .yarn/cache/@react-spectrum-listbox-npm-3.13.3-229007cf78-402835ba34.zip
D .yarn/cache/@react-spectrum-menu-npm-3.20.5-d2994c5791-d9f9c34842.zip
D .yarn/cache/@react-spectrum-meter-npm-3.5.4-6c5673decd-72c9944856.zip
D .yarn/cache/@react-spectrum-numberfield-npm-3.9.7-bab23d8c15-f4ec783ff9.zip
D .yarn/cache/@react-spectrum-overlays-npm-5.6.5-7d0754f395-89acec9163.zip
D .yarn/cache/@react-spectrum-picker-npm-3.15.3-f576595f40-bfa7c7a03f.zip
D .yarn/cache/@react-spectrum-progress-npm-3.7.10-de175b9170-efd191c6ab.zip
D .yarn/cache/@react-spectrum-provider-npm-3.9.12-9c5ba5e915-27d1fccd8c.zip
D .yarn/cache/@react-spectrum-radio-npm-3.7.10-c34a25dd8f-170def413e.zip
D .yarn/cache/@react-spectrum-searchfield-npm-3.8.10-ccb96cbc14-46a83dce80.zip
D .yarn/cache/@react-spectrum-slider-npm-3.6.13-afa9a1883e-51db1b954f.zip
D .yarn/cache/@react-spectrum-statuslight-npm-3.5.16-c6bcb5c593-df77e4c5f9.zip
D .yarn/cache/@react-spectrum-switch-npm-3.5.9-c783f6b1ae-d72a86863e.zip
D .yarn/cache/@react-spectrum-table-npm-3.14.1-dff7427fde-d8f519d95c.zip
D .yarn/cache/@react-spectrum-tabs-npm-3.8.14-1787b831e3-be16c1fa45.zip
D .yarn/cache/@react-spectrum-tag-npm-3.2.10-e0f0269d2f-fe3d309a40.zip
D .yarn/cache/@react-spectrum-text-npm-3.5.9-7dd67733e0-c06c050b25.zip
D .yarn/cache/@react-spectrum-textfield-npm-3.12.6-75fc657949-4b14437b79.zip
D .yarn/cache/@react-spectrum-theme-dark-npm-3.5.13-373e26192a-fc7c9079c6.zip
D .yarn/cache/@react-spectrum-theme-default-npm-3.5.13-d56ac1126a-3e1ed76412.zip
D .yarn/cache/@react-spectrum-theme-light-npm-3.4.13-bd79f29a58-591aadfe27.zip
D .yarn/cache/@react-spectrum-tooltip-npm-3.6.11-70db410cef-3bb9ccfdfd.zip
D .yarn/cache/@react-spectrum-tree-npm-3.0.0-beta.1-c129d3c371-e49e4d1b49.zip
D .yarn/cache/@react-spectrum-utils-npm-3.11.11-96f8d015d6-36ed3bd531.zip
D .yarn/cache/@react-spectrum-view-npm-3.6.13-fdb566e1e2-0fe5454c83.zip
D .yarn/cache/@react-spectrum-well-npm-3.4.17-3b5da56b57-a39225cbe2.zip
D .yarn/cache/@react-stately-calendar-npm-3.5.5-17feb1bb2a-ff38c8fb41.zip
D .yarn/cache/@react-stately-checkbox-npm-3.6.9-de7a70bfbe-068be8d5c7.zip
D .yarn/cache/@react-stately-collections-npm-3.11.0-b69351c150-aba7d2194f.zip
D .yarn/cache/@react-stately-color-npm-3.8.0-5456f5215e-cb0acc8871.zip
D .yarn/cache/@react-stately-combobox-npm-3.10.0-970fded91c-a9ce1a4fd0.zip
D .yarn/cache/@react-stately-data-npm-3.11.7-cc4ba95b91-bd5d81e62a.zip
D .yarn/cache/@react-stately-datepicker-npm-3.10.3-186e161e8c-74fa89a4b9.zip
D .yarn/cache/@react-stately-disclosure-npm-3.0.0-alpha.0-9e4eb31fce-c1cca5d2b0.zip
D .yarn/cache/@react-stately-dnd-npm-3.4.3-603a505ed2-06356b2f1c.zip
D .yarn/cache/@react-stately-flags-npm-3.0.4-0dec2b7b75-363aacb4c8.zip
D .yarn/cache/@react-stately-form-npm-3.0.6-48e667758a-ba8439dfb6.zip
D .yarn/cache/@react-stately-grid-npm-3.9.3-c2ed1497bb-cc8d420f11.zip
D .yarn/cache/@react-stately-layout-npm-4.0.3-4171f12586-2c90b1641d.zip
D .yarn/cache/@react-stately-list-npm-3.11.0-e6d503987f-64731450c5.zip
D .yarn/cache/@react-stately-menu-npm-3.8.3-f55b0ed119-b222962aa9.zip
D .yarn/cache/@react-stately-numberfield-npm-3.9.7-232bd24446-f956674792.zip
D .yarn/cache/@react-stately-overlays-npm-3.6.11-88c9f0d6aa-559efc68bd.zip
D .yarn/cache/@react-stately-radio-npm-3.10.8-a0f50ebf75-c918b134af.zip
D .yarn/cache/@react-stately-searchfield-npm-3.5.7-6892d56960-855457c63a.zip
D .yarn/cache/@react-stately-select-npm-3.6.8-bd59f4a297-2d76055fb4.zip
D .yarn/cache/@react-stately-selection-npm-3.17.0-bf76b85eaf-3d0cac8fa7.zip
D .yarn/cache/@react-stately-slider-npm-3.5.8-9ef6f26ce8-47a8887a47.zip
D .yarn/cache/@react-stately-table-npm-3.12.3-db37a020fd-736f62ed83.zip
D .yarn/cache/@react-stately-tabs-npm-3.6.10-ab54502c7e-308521c081.zip
D .yarn/cache/@react-stately-toggle-npm-3.7.8-1eabf99c0d-765bb5e0c4.zip
D .yarn/cache/@react-stately-tooltip-npm-3.4.13-3dfa101746-b4322cf62a.zip
D .yarn/cache/@react-stately-tree-npm-3.8.5-feefc18cbd-6df95aa9c7.zip
D .yarn/cache/@react-stately-utils-npm-3.10.4-f512efb591-875c11424f.zip
D .yarn/cache/@react-stately-virtualizer-npm-4.1.0-3096350c67-89982acf3d.zip
D .yarn/cache/@react-types-accordion-npm-3.0.0-alpha.24-c795a87360-102ba4c57d.zip
D .yarn/cache/@react-types-actionbar-npm-3.1.10-6f59245e80-7675241cbc.zip
D .yarn/cache/@react-types-actiongroup-npm-3.4.12-12caf2f0aa-176caf3602.zip
D .yarn/cache/@react-types-avatar-npm-3.0.10-a41bfc3500-0da69096e3.zip
D .yarn/cache/@react-types-badge-npm-3.1.12-675ab72136-5f6b4e3c0b.zip
D .yarn/cache/@react-types-breadcrumbs-npm-3.7.8-0ec015b92c-886f7c3b9e.zip
D .yarn/cache/@react-types-button-npm-3.10.0-17af5f245f-89395334f2.zip
D .yarn/cache/@react-types-buttongroup-npm-3.3.12-c9f0cea3f7-5f5a3ed9ec.zip
D .yarn/cache/@react-types-calendar-npm-3.4.10-861ac75199-e4768b09c8.zip
D .yarn/cache/@react-types-checkbox-npm-3.8.4-302ab07bf6-e297020065.zip
D .yarn/cache/@react-types-color-npm-3.0.0-583d2c536d-77e69841a7.zip
D .yarn/cache/@react-types-combobox-npm-3.13.0-0f94fad4c3-0eb3376927.zip
D .yarn/cache/@react-types-contextualhelp-npm-3.2.13-59dfe8ae96-5afb25688e.zip
D .yarn/cache/@react-types-datepicker-npm-3.8.3-97d6320543-c6b3c2c675.zip
D .yarn/cache/@react-types-dialog-npm-3.5.13-af6a978907-9cb9043694.zip
D .yarn/cache/@react-types-divider-npm-3.3.12-ad7248e36b-00234c0b7f.zip
D .yarn/cache/@react-types-form-npm-3.7.7-53fa55ed7f-76a3bac8b6.zip
D .yarn/cache/@react-types-grid-npm-3.2.9-addc7fddf7-2645c4dafe.zip
D .yarn/cache/@react-types-illustratedmessage-npm-3.3.12-e7cd49ddc0-86b0a80d5e.zip
D .yarn/cache/@react-types-image-npm-3.4.4-f60af952a8-1143cd86f6.zip
D .yarn/cache/@react-types-label-npm-3.9.6-e26ef4e895-f9075711e9.zip
D .yarn/cache/@react-types-layout-npm-3.3.18-3e15173cb8-e3e839e2e5.zip
D .yarn/cache/@react-types-link-npm-3.5.8-1a30f60e19-39ac4827bb.zip
D .yarn/cache/@react-types-listbox-npm-3.5.2-afcc351185-a4145e0290.zip
D .yarn/cache/@react-types-menu-npm-3.9.12-ec10f23673-c0f5be96e7.zip
D .yarn/cache/@react-types-meter-npm-3.4.4-8877f6b49a-0fa94ee352.zip
D .yarn/cache/@react-types-numberfield-npm-3.8.6-38372242c4-f15d30246d.zip
D .yarn/cache/@react-types-overlays-npm-3.8.10-48ece0e018-753fd637da.zip
D .yarn/cache/@react-types-progress-npm-3.5.7-9edf383f8d-8780f97a5e.zip
D .yarn/cache/@react-types-provider-npm-3.8.4-16de12bdd6-939ca58a64.zip
D .yarn/cache/@react-types-radio-npm-3.8.4-4b29b72551-2a7395f078.zip
D .yarn/cache/@react-types-searchfield-npm-3.5.9-0b5b8bdabb-5e7d644e86.zip
D .yarn/cache/@react-types-select-npm-3.9.7-f8072e31ff-438a23b9be.zip
D .yarn/cache/@react-types-shared-npm-3.25.0-0ab2f68dc0-d168f6b404.zip
D .yarn/cache/@react-types-slider-npm-3.7.6-f707f68416-06efeb2076.zip
D .yarn/cache/@react-types-statuslight-npm-3.3.12-20f6b2a11e-03d33892aa.zip
D .yarn/cache/@react-types-switch-npm-3.5.6-379c0aeffd-9c32a3306a.zip
D .yarn/cache/@react-types-table-npm-3.10.2-0952f50091-e25e393192.zip
D .yarn/cache/@react-types-tabs-npm-3.3.10-f1762f0b12-f0da42c633.zip
D .yarn/cache/@react-types-text-npm-3.3.12-afcdbdf277-ee21974cac.zip
D .yarn/cache/@react-types-textfield-npm-3.9.7-6c61b13690-e547b784c2.zip
D .yarn/cache/@react-types-tooltip-npm-3.4.12-64f27f40df-cc1dd4effe.zip
D .yarn/cache/@react-types-view-npm-3.4.12-616dd66bc8-a637f6f774.zip
D .yarn/cache/@react-types-well-npm-3.3.12-a18c132374-0c1560f5ac.zip
D .yarn/cache/@spectrum-icons-ui-npm-3.6.10-bae04731a7-4e7bbcb353.zip
D .yarn/cache/@spectrum-icons-workflow-npm-4.2.15-701d7d7c35-5e97e771eb.zip
D .yarn/cache/@swc-helpers-npm-0.5.13-763e72c536-b9df578401.zip
D .yarn/cache/intl-messageformat-npm-10.5.14-0494957584-8ec0a60539.zip
D .yarn/cache/react-aria-components-npm-1.4.1-aa6ebdbc1e-67ef87ea1f.zip
D .yarn/cache/react-aria-npm-3.35.1-2baa7c2ac0-2211d5bf2b.zip
D .yarn/cache/react-stately-npm-3.33.0-5ab8a371f4-c5be8c2fa2.zip
D .yarn/cache/use-sync-external-store-npm-1.2.2-7923c915e1-23b1597c10.zip

@strogonoff
Copy link
Author

A very interesting development—it may, after all, be a bug(?)

Based on @LFDanLu’s comment that it may be about the SlotProvider, I found that it’s defined in @react-spectrum/utils, and only downgraded that package by adding this to global package.json:

  "resolutions": {
    "@react-spectrum/utils": "3.11.11"
  },

Running yarn reported, as expected:

➤ YN0013: │ A package was added to the project, and one was removed (- 13.05 KiB).
➤ YN0000: └ Completed in 1s 193ms

After this, the issue is no longer reproducible.

@strogonoff
Copy link
Author

Narrowed it down to exactly @react-spectrum/[email protected]. It still works fine with 3.12.0, and breaks after. I wonder if it affects other components in addition to ListView.

@strogonoff
Copy link
Author

Manually patching back the changes in Slots.tsx don’t fix the issue, however, so it’s still unclear.

@snowystinger
Copy link
Member

snowystinger commented Mar 12, 2025

Thanks for the lock file contents. I checked against our versions and every version is up to date from what I can tell. Have you checked that your build cache has been cleared? what about the package manager cache?
It looks like you're using yarn, yarn cache clean and if you're on yarn 4 there's also this one rm -r ~/.yarn/berry/metadata/npm
Or the browser cache?

another weird way that duplicates can happen is if you load both the common.js version and the mjs version. There's actually three different possibilities (thanks webpack 4), you could put console logs in each one at the top level to see if multiple of them are being loaded for some reason

@strogonoff
Copy link
Author

I was bouncing back and forth between the two package versions and observing the changes immediately, so caching is not the issue.

@snowystinger may I ask why @react-spectrum/[email protected] introduced a peer dependency on react-dom? It isn’t being used anywhere in the package, right?

I am observing the following, all else equal:

  • 🟢 Resolution set to @react-spectrum/[email protected]: working
  • 🔴 Resolution set to @react-spectrum/[email protected]: broken
  • 🟢 Resolution set to @react-spectrum/[email protected] but Slots component implementation is changed to 3.12.1 (emptyObj for referential equality): still working (meaning logic change was, of course, not buggy)

Turns out, not all else was equal: only for @react-spectrum/utils versions 3.12.1+, Yarn 4.5.0 is producing two virtual entries for this package (both same version) in my project’s .pnp.cjs instead of one, for example:

.pnp.cjs excerpt with duplicate virtual package entries for the same package & same version
["virtual:0e16b1353fefd079c0ee37b7c49c879a1d8b3e5f290b2f174cd30d6440a648c8e78e5c9426c116622bf7aa07f52be72a1c5090472dc9d5c34b8ad202a7e0efde#npm:3.12.2", {\
        "packageLocation": "./.yarn/__virtual__/@react-spectrum-utils-virtual-3080a651d7/0/cache/@react-spectrum-utils-npm-3.12.2-f0387bd104-ab38af1620.zip/node_modules/@react-spectrum/utils/",\
        "packageDependencies": [\
          ["@react-spectrum/utils", "virtual:0e16b1353fefd079c0ee37b7c49c879a1d8b3e5f290b2f174cd30d6440a648c8e78e5c9426c116622bf7aa07f52be72a1c5090472dc9d5c34b8ad202a7e0efde#npm:3.12.2"],\
          ["@react-aria/i18n", "virtual:6df92b04ba4d03695c3ccf9d4fba74a7e5562df4b22427ca5d4aec3428b0a90aea83ff579d3074b72b49155e9676af4e312f6903f332609ee88c3eb60a475a95#npm:3.12.7"],\
          ["@react-aria/ssr", "virtual:6df92b04ba4d03695c3ccf9d4fba74a7e5562df4b22427ca5d4aec3428b0a90aea83ff579d3074b72b49155e9676af4e312f6903f332609ee88c3eb60a475a95#npm:3.9.7"],\
          ["@react-aria/utils", "virtual:6df92b04ba4d03695c3ccf9d4fba74a7e5562df4b22427ca5d4aec3428b0a90aea83ff579d3074b72b49155e9676af4e312f6903f332609ee88c3eb60a475a95#npm:3.28.1"],\
          ["@react-types/shared", "virtual:6df92b04ba4d03695c3ccf9d4fba74a7e5562df4b22427ca5d4aec3428b0a90aea83ff579d3074b72b49155e9676af4e312f6903f332609ee88c3eb60a475a95#npm:3.28.0"],\
          ["@swc/helpers", "npm:0.5.15"],\
          ["@types/react", "npm:18.3.11"],\
          ["@types/react-dom", "npm:18.3.0"],\
          ["clsx", "npm:2.1.1"],\
          ["react", "npm:18.3.1"],\
          ["react-dom", "virtual:bc3a9b04612c03e75465c7afdda846f575d0ae6609e21816990444c51dbe5096a45fe3418a2e690ac233f2be399207c69f83ec438e6650328a51f22061066b45#npm:18.3.1"]\
        ],\
        "packagePeers": [\
          "@types/react-dom",\
          "@types/react",\
          "react-dom",\
          "react"\
        ],\
        "linkType": "HARD"\
      }],\
      ["virtual:e09885fda606131365fa310fa4d8dfc3667a2a00abe6975d5466a67ec41296318c9d4e9430685a3848fd4053034dfaadd53c2ecbe1f7dcd97d3b1e99bfe6b33e#npm:3.12.2", {\
        "packageLocation": "./.yarn/__virtual__/@react-spectrum-utils-virtual-ac61b66f69/0/cache/@react-spectrum-utils-npm-3.12.2-f0387bd104-ab38af1620.zip/node_modules/@react-spectrum/utils/",\
        "packageDependencies": [\
          ["@react-spectrum/utils", "virtual:e09885fda606131365fa310fa4d8dfc3667a2a00abe6975d5466a67ec41296318c9d4e9430685a3848fd4053034dfaadd53c2ecbe1f7dcd97d3b1e99bfe6b33e#npm:3.12.2"],\
          ["@react-aria/i18n", "virtual:ac61b66f6959af7745d1265b56505ad30595ee06e814e6d1b7033007c601dc04174e4fbde7b77cadb9abb73261fb46edaee747009a925fc5a73384189bb77bf0#npm:3.12.7"],\
          ["@react-aria/ssr", "virtual:6df92b04ba4d03695c3ccf9d4fba74a7e5562df4b22427ca5d4aec3428b0a90aea83ff579d3074b72b49155e9676af4e312f6903f332609ee88c3eb60a475a95#npm:3.9.7"],\
          ["@react-aria/utils", "virtual:e09885fda606131365fa310fa4d8dfc3667a2a00abe6975d5466a67ec41296318c9d4e9430685a3848fd4053034dfaadd53c2ecbe1f7dcd97d3b1e99bfe6b33e#npm:3.28.1"],\
          ["@react-types/shared", "virtual:6df92b04ba4d03695c3ccf9d4fba74a7e5562df4b22427ca5d4aec3428b0a90aea83ff579d3074b72b49155e9676af4e312f6903f332609ee88c3eb60a475a95#npm:3.28.0"],\
          ["@swc/helpers", "npm:0.5.15"],\
          ["@types/react", "npm:18.3.11"],\
          ["@types/react-dom", null],\
          ["clsx", "npm:2.1.1"],\
          ["react", "npm:18.3.1"],\
          ["react-dom", null]\
        ],\
        "packagePeers": [\
          "@types/react-dom",\
          "@types/react",\
          "react-dom",\
          "react"\
        ],\
        "linkType": "HARD"\
      }]\

Subsequently in Yarn manifest some Spectrum packages end up depending on the first virtual copy, while others on the second virtual copy, which probably causes the issue.

I was able to confirm that this weird (probably buggy, even though that bug seems fixed) Yarn behavior was triggered by the addition of react-dom to peer dependencies of @react-spectrum/utils:

  • Checked out react-spectrum at tag @react-spectrum/[email protected] and ran yarn
  • Removed only that peer dependency from packages/@react-spectrum/utils/package.json (one line change)
  • Ran yarn build
  • Changed my project’s resolution for @react-spectrum/utils to file:/path/to/local/@react-spectrum/utils

After that:

  • There are no duplicate virtual packages
  • There is no problem with slots at runtime in browser

I also confirmed that the bug & the duplicate virtual package entry come back if I only add that one peer dependency back (then rebuild Spectrum & my project).

@strogonoff
Copy link
Author

strogonoff commented Mar 12, 2025

Reproduction: https://github.com/riboseinc/possible-yarn-bug-repro

It doesn’t seem reasonable that the same version should have multiple virtual entries, so this is either a bug in Yarn, or intended behavior of Yarn and a bug in how React Spectrum packages specify their dependencies.

@strogonoff
Copy link
Author

strogonoff commented Mar 12, 2025

Apparently, in Yarn, packages with peer dependencies are instantiated once per peer dependency.

Here’s a summary: https://stackoverflow.com/a/75190432. (It claims that PnP makes peer dependencies redundant. I am, in fact, using PnP in my project, and clearly it is not helping.)

I suspect this may be a cause of subtle bugs on other non-trivial Spectrum-based projects.

There is more in Yarn ticket. I also posted a script that detects Yarn’s virtual duplicates of this kind. The script in the FAQ recommended by @LFDanLu does not detect such duplicates.

@snowystinger
Copy link
Member

Thanks so much for the script.

may I ask why @react-spectrum/[email protected] introduced a peer dependency on react-dom? It isn’t being used anywhere in the package, right?

It was introduced because it depends on a package below, @react-aria/utils which specifies it as a peer. That package does make use of react-dom.
peers unfortunately have to be specified all the way up the chain of dependencies. If we remove it, then you get messages like:

➤ YN0002: │ @react-spectrum/utils@workspace:packages/@react-spectrum/utils doesn't provide react-dom (pfde88), requested by @react-aria/utils.

Is there still a bug in our repo? If so, what is the high-level summary so we know what change to consider? Otherwise, can we close this issue?

Thank you again for digging into this in such depth!

@strogonoff
Copy link
Author

@snowystinger Got it.

IMHO this is a bug because:

  • I strongly suspect that in many non-trivial projects using Yarn—at least those that need to import from more than one package in Spectrum family (say, @adobe/react-spectrum and react-aria-components or @react-spectrum/provider), which is not something out of ordinary—this will cause subtle and difficult to debug issues that may significantly impair development experience.
  • Spectrum uses Yarn in many examples.

If so, I see two possible (not necessarily mutually exclusive) routes to resolution:

  • See how to play well with Yarn by being more strategic with peer dependencies (I may experiment with this given time, now that I seem to have dev environment set up)
  • Update documentation to indicate how and whether projects should use Yarn (maybe they can’t use PnP or zero-installs, or maybe they can’t use Yarn at all). It would be a bummer since Yarn’s PnP + zero-installs mode is very ergonomic for explicit dependency management.

Either route would need some more research (I am pretty sure it should be a non-issue in other package managers, but didn’t check).

@strogonoff
Copy link
Author

I will note that

If we remove it, then you get messages like:

is much better of a failure mode than what I am observing. That said, I believe in some package managers this will be an error because they enforce peer dependencies more strictly. I guess one option of my first suggested route to resolution above may be:

  • Do not use peer-dependencies in this fashion, indicate that this warning in Yarn is normal, and require using a --legacy-peer-deps or similar flag with package managers that treat it as an error.

@snowystinger snowystinger mentioned this issue Mar 14, 2025
5 tasks
@snowystinger
Copy link
Member

Made a PR fixing what I think needed to be addressed.
#7932

Thank you so much for the reproduction repo, it was very helpful in tracking down and verifying my change.

Please make sure it meets your needs as well, you have more experience with yarn pnp than I do.

@strogonoff
Copy link
Author

strogonoff commented Mar 14, 2025

Thank you! Naively rebuilding things I couldn’t reproduce the fix, but I see some instructions in PR description that I failed to follow.

I checked out PR’s branch, ran make clean_all, yarn, yarn build, then in repro repository updated both Spectrum dependencies to local package paths and ran yarn in repro repository:

❯ yarn
➤ YN0000: · Yarn 4.7.0
➤ YN0000: ┌ Resolution step
➤ YN0085: │ + @adobe/react-spectrum@file:<local path>/react-spectrum/packages/@adobe/react-spectrum#<local path>/react-spectrum/packages/@adobe/react-spectrum::hash=
d0b500&locator=yarn-repro%40workspace%3A., and 1 more.
➤ YN0085: │ - @adobe/react-spectrum@npm:3.40.1
➤ YN0000: └ Completed
➤ YN0000: ┌ Post-resolution validation
➤ YN0086: │ Some peer dependencies are incorrectly met by dependencies; run yarn explain peer-requirements for details.
➤ YN0000: └ Completed
➤ YN0000: ┌ Fetch step
➤ YN0013: │ 2 packages were added to the project, and one was removed (+ 201.13 KiB).
➤ YN0000: └ Completed
➤ YN0000: ┌ Link step
➤ YN0000: │ ESM support for PnP uses the experimental loader API and is therefore experimental
➤ YN0000: └ Completed
➤ YN0000: · Done with warnings in 0s 391ms

But there are still duplicate package entries of @react-spectrum/utils visible to naked eye in .pnp.cjs and via duplicate checker script:

Screenshot 2025-03-15 at 06 29 47

@snowystinger
Copy link
Member

Can you run the command in this instruction and add the output here?

Some peer dependencies are incorrectly met by dependencies; run yarn explain peer-requirements for details.

@strogonoff
Copy link
Author

In meantime, I updated the reproduction repository with a minimal web app that shows the buggy layout of ListView in presence of duplicate virtual package.

Can you run the command in this instruction and add the output here?

Sure:

10:01   …/yarn-repro/package-root   main ✘!? Node v22.14.0
❯ yarn explain peer-requirements
p1f3f4 → ✓ @adobe/react-spectrum@file:<local path>/react-spectrum/packages/@adobe/react-spectrum#<local path>react-spectrum/packages/@adobe/react-spectrum::hash=d0b
500&locator=yarn-repro%40workspace%3A. [ae24f] provides @react-spectrum/provider@npm:3.10.3 [61f89] to @react-spectrum/accordion@npm:3.0.4 [61f89] and 55 other dependencies
pfd6c4 → ✓ @adobe/react-spectrum@file:<local path>/react-spectrum/packages/@adobe/react-spectrum#<local path>/react-spectrum/packages/@adobe/react-spectrum::hash=d0b
500&locator=yarn-repro%40workspace%3A. [ae24f] doesn't provide @types/react-spectrum__provider to @react-spectrum/accordion@npm:3.0.4 [61f89] and 55 other dependencies
p19846 → ✓ @react-spectrum/button@npm:3.16.12 [61f89] doesn't provide @types/react-dom to @react-aria/button@npm:3.12.1 [9b2a5] and 9 other dependencies
pa4a21 → ✘ @react-spectrum/button@npm:3.16.12 [61f89] doesn't provide react-dom to @react-aria/button@npm:3.12.1 [9b2a5] and 9 other dependencies
pe9299 → ✓ @react-spectrum/checkbox@npm:3.9.14 [61f89] doesn't provide @types/react-dom to @react-aria/checkbox@npm:3.15.3 [8bb38] and 54 other dependencies
pf15f6 → ✘ @react-spectrum/checkbox@npm:3.9.14 [61f89] doesn't provide react-dom to @react-aria/checkbox@npm:3.15.3 [8bb38] and 54 other dependencies
p7e4eb → ✓ @react-spectrum/divider@npm:3.5.21 [61f89] doesn't provide @types/react-dom to @react-aria/separator@npm:3.4.7 [3a126] and 3 other dependencies
p0b38d → ✘ @react-spectrum/divider@npm:3.5.21 [61f89] doesn't provide react-dom to @react-aria/separator@npm:3.4.7 [3a126] and 3 other dependencies
pd7623 → ✓ @react-spectrum/dropzone@npm:3.0.9 [61f89] doesn't provide @types/react-dom to @react-aria/i18n@npm:3.12.7 [b9aeb] and 51 other dependencies
pc12d9 → ✘ @react-spectrum/dropzone@npm:3.0.9 [61f89] doesn't provide react-dom to @react-aria/i18n@npm:3.12.7 [b9aeb] and 51 other dependencies
pe73e3 → ✓ @react-spectrum/filetrigger@npm:3.0.9 [61f89] doesn't provide @types/react-dom to react-aria-components@npm:1.7.1 [8bb38] and 50 other dependencies
pbc961 → ✘ @react-spectrum/filetrigger@npm:3.0.9 [61f89] doesn't provide react-dom to react-aria-components@npm:1.7.1 [8bb38] and 50 other dependencies
p3b1dc → ✓ @react-spectrum/switch@npm:3.5.13 [61f89] doesn't provide @types/react-dom to @react-aria/focus@npm:3.20.1 [9b2a5] and 6 other dependencies
p532e3 → ✘ @react-spectrum/switch@npm:3.5.13 [61f89] doesn't provide react-dom to @react-aria/focus@npm:3.20.1 [9b2a5] and 6 other dependencies
p482d0 → ✓ @react-spectrum/text@npm:3.5.13 [61f89] doesn't provide @types/react-dom to @react-aria/utils@npm:3.28.1 [e02a5] and 51 other dependencies
p24de3 → ✘ @react-spectrum/text@npm:3.5.13 [61f89] doesn't provide react-dom to @react-aria/utils@npm:3.28.1 [e02a5] and 51 other dependencies
p1266a → ✓ @spectrum-icons/ui@npm:3.6.14 [4b958] doesn't provide @types/react-dom to @adobe/react-spectrum-ui@npm:1.2.1 [50a71] and 4 other dependencies
p4e628 → ✘ @spectrum-icons/ui@npm:3.6.14 [4b958] doesn't provide react-dom to @adobe/react-spectrum-ui@npm:1.2.1 [50a71] and 4 other dependencies
pbb477 → ✓ @spectrum-icons/workflow@npm:4.2.19 [e0d13] doesn't provide @types/react-dom to @adobe/react-spectrum-workflow@npm:2.3.5 [d9a16] and 4 other dependencies
pa3028 → ✘ @spectrum-icons/workflow@npm:4.2.19 [e0d13] doesn't provide react-dom to @adobe/react-spectrum-workflow@npm:2.3.5 [d9a16] and 4 other dependencies
pdf599 → ✓ yarn-repro@workspace:. doesn't provide @types/react to @adobe/react-spectrum@file:<local path>/react-spectrum/packages/@adobe/react-spectrum#<local path>/
react-spectrum/packages/@adobe/react-spectrum::hash=d0b500&locator=yarn-repro%40workspace%3A. [ae24f] and 247 other dependencies
p72793 → ✓ yarn-repro@workspace:. doesn't provide @types/react-dom to @adobe/react-spectrum@file:<local path>/react-spectrum/packages/@adobe/react-spectrum#<local path>/react-spectrum/packages/@adobe/react-spectrum::hash=d0b500&locator=yarn-repro%40workspace%3A. [ae24f] and 100 other dependencies
pd5bd4 → ✓ yarn-repro@workspace:. provides react@npm:18.3.1 to @adobe/react-spectrum@file:<local path>/react-spectrum/packages/@adobe/react-spectrum#<local path>/rea
ct-spectrum/packages/@adobe/react-spectrum::hash=d0b500&locator=yarn-repro%40workspace%3A. [ae24f] and 247 other dependencies
p09e2e → ✓ yarn-repro@workspace:. provides react-dom@npm:18.3.1 [ae24f] to @adobe/react-spectrum@file:<local path>/react-spectrum/packages/@adobe/react-spectrum#<local path>/react-spectrum/packages/@adobe/react-spectrum::hash=d0b500&locator=yarn-repro%40workspace%3A. [ae24f] and 100 other dependencies

@snowystinger
Copy link
Member

So that output looks exactly the same as before my PR. I just re-ran the steps I outlined for testing in my PR and I do not get

Some peer dependencies are incorrectly met by dependencies; run yarn explain peer-requirements for details.

during yarn install in the test repo.
I also copied in duplicateChecker and added it as a script target and ran it, I got no virtual duplicates listed there either.

Can you follow the exact steps listed in the PR for testing? Otherwise, I also ran the example repo against our nightly release with the same virtual copies, so this should be testable from that pretty easily once we merge this PR into main.

@strogonoff
Copy link
Author

Got it, will check again. FWIW Yarn’s warning does not address the virtual duplicates issue, if I understand correctly.

@snowystinger
Copy link
Member

FWIW Yarn’s warning does not address the virtual duplicates issue

I apologize, I'm not sure what you mean? I used the warning in order to determine what peers we were missing declarations on, and that seems to have addressed the virtual copies problem from what I can tell.

Maybe once you've verified it on your end as well to make sure I didn't do something silly or incomplete though, so we don't conflate two things if there is more going on. That may help me figure out why I am not seeing warnings in our own local environment.

Thanks for double checking me!

@strogonoff
Copy link
Author

I apologize, I'm not sure what you mean?

I may be wrong about it, but from point 2 of yarnpkg/berry#6724 (comment) I thought that even if all peer warnings are addressed, virtual duplicate copies may be present (package managers do not guarantee single instance).

@snowystinger
Copy link
Member

I see, that is unfortunate.

For this point:

[push the burden to] the end-developer project itself

I think it would be breaking, and at the very least, super annoying, as then consumers of our library would then need to provide potentially every package of our 200+ packages. That would also be terrible from a maintenance stance and when it comes to upgrading.

For this point:

[push the burden to] a single entry point package

It'd be the same potential problem if a user used more than 1 of the mono packages. IE @adobe/react-spectrum + react-aria-components. I don't think it's reasonable to create every combination of each of these, we have 5 of them.
It gets even worse when we add in the alpha/beta/rc prerelease packages which are essentially "single entry points" as well since they aren't included in the mono packages until they are officially GA'ed.

Both of these would probably be breaking changes.
Unfortunately, when we first started this project, I don't think there was this recommendation about peerDeps enforcing singletons. I see it now and the reasoning makes sense.

Will bring it up with the rest of the team to see if anyone has other ideas. In the meantime, I think we've at least solved it in the short term by addressing the missing peer dependencies.

@strogonoff
Copy link
Author

Got it. Will have another go at reproducing the fix in the repro repository shortly…

@strogonoff
Copy link
Author

I’m just not sure why previously it was enough for me to just run yarn build in Spectrum, my project would pick it up (if I set resolution for e.g. @react-spectrum/utils to file:/path/to/local/@react-spectrum/utils and run yarn).

It’s a bit of a mystery as to how would it see the local Spectrum without updating test repo’s package.json, but I suppose there’s some black magic.

I’m using the suggested steps with the verdaccio.sh script. First time I think I messed up, and running it again I’m seeing this at the end:

[@react-aria/parcel-resolver-optimize-locales]: Process exited (exit code 1), completed in 0s 854ms
[@react-spectrum/ts-plugin]: ➤ YN0000: package.json
[@react-spectrum/ts-plugin]: ➤ YN0000: src/index.js
[@react-spectrum/ts-plugin]: ➤ YN0035: this package is already present
[@react-spectrum/ts-plugin]: ➤ YN0035:   Response Code: 409 (Conflict)
[@react-spectrum/ts-plugin]: ➤ YN0035:   Request Method: PUT
[@react-spectrum/ts-plugin]: ➤ YN0035:   Request URL: http://localhost:4000/@react-spectrum%2fts-plugin
[@react-spectrum/ts-plugin]: ➤ YN0000: Failed with errors in 0s 78ms
[@react-spectrum/ts-plugin]: Process exited (exit code 1), completed in 0s 631ms
[tailwindcss-react-aria-components]: ➤ YN0000: README.md
[tailwindcss-react-aria-components]: ➤ YN0000: package.json
[tailwindcss-react-aria-components]: ➤ YN0000: src/index.d.ts
[tailwindcss-react-aria-components]: ➤ YN0000: src/index.js
[tailwindcss-react-aria-components]: ➤ YN0035: this package is already present
[tailwindcss-react-aria-components]: ➤ YN0035:   Response Code: 409 (Conflict)
[tailwindcss-react-aria-components]: ➤ YN0035:   Request Method: PUT
[tailwindcss-react-aria-components]: ➤ YN0035:   Request URL: http://localhost:4000/tailwindcss-react-aria-components
[tailwindcss-react-aria-components]: ➤ YN0000: Failed with errors in 0s 26ms

Not sure if it’s a problem or not?

@snowystinger
Copy link
Member

Sorry, verdaccio script can be a bit difficult to run if you're not used to it. It's complaining that the package was published the last time the script was run and it looks like cleanup wasn't triggered with the failure. So you'll need to manually clean up by deleting the verdaccio storage. Path should be ./storage I think. You can reference the scripts catch. Hopefully we'll also get this merged soon in which case the nightly is much easier to test with.

@strogonoff
Copy link
Author

strogonoff commented Mar 17, 2025

I see that make clean_all removes ./storage, though I think there was no such directory present… I’m running verdaccio once again after the clean, though, and it does take longer, apparently.

I removed directories as per cleanup function in the verdaccio script, running it again…

@strogonoff
Copy link
Author

strogonoff commented Mar 17, 2025

Still getting this output in the end:

[@react-aria/parcel-resolver-optimize-locales]: ➤ YN0000: LocalesResolver.js
[@react-aria/parcel-resolver-optimize-locales]: ➤ YN0000: README.md
[@react-aria/parcel-resolver-optimize-locales]: ➤ YN0000: empty.js
[@react-aria/parcel-resolver-optimize-locales]: ➤ YN0000: package.json
[@react-aria/parcel-resolver-optimize-locales]: ➤ YN0035: this package is already present
[@react-aria/parcel-resolver-optimize-locales]: ➤ YN0035:   Response Code: 409 (Conflict)
[@react-aria/parcel-resolver-optimize-locales]: ➤ YN0035:   Request Method: PUT
[@react-aria/parcel-resolver-optimize-locales]: ➤ YN0035:   Request URL: http://localhost:4000/@react-aria%2fparcel-resolver-optimize-locales
[@react-aria/parcel-resolver-optimize-locales]: ➤ YN0000: Failed with errors in 0s 101ms
[@react-aria/parcel-resolver-optimize-locales]: Process exited (exit code 1), completed in 0s 581ms
[tailwindcss-react-aria-components]: ➤ YN0000: README.md
[tailwindcss-react-aria-components]: ➤ YN0000: package.json
[tailwindcss-react-aria-components]: ➤ YN0000: src/index.d.ts
[tailwindcss-react-aria-components]: ➤ YN0000: src/index.js
[tailwindcss-react-aria-components]: ➤ YN0035: this package is already present
[tailwindcss-react-aria-components]: ➤ YN0035:   Response Code: 409 (Conflict)
[tailwindcss-react-aria-components]: ➤ YN0035:   Request Method: PUT
[tailwindcss-react-aria-components]: ➤ YN0035:   Request URL: http://localhost:4000/tailwindcss-react-aria-components
[tailwindcss-react-aria-components]: ➤ YN0000: Failed with errors in 0s 25ms
[tailwindcss-react-aria-components]: Process exited (exit code 1), completed in 0s 493ms
The command failed for workspaces that are depended upon by other workspaces; can't satisfy the dependency graph
Failed with errors in 3s 78ms
Cleaning up
HEAD is now at fa6df92da update yarn lock
➤ YN0000: Successfully set npmPublishRegistry to 'https://registry.npmjs.com/'
➤ YN0000: Successfully set npmRegistryServer to 'https://registry.npmjs.com/'

@snowystinger
Copy link
Member

Odd, ok, well, I will try to get this merged soon, and we can test it with the nightly route instead. Thank you very much though for trying, it's appreciated.

@snowystinger
Copy link
Member

We have a nightly now, you should be able to test this.

Just to make sure, I'd run it once setting all the version tags to "nightly" (this would be the fixed case)

and then maybe running it again with "3.0.0-nightly-e00dc8373-250318" to make sure it actually reproduces with nightlys since the versioning is a little different (all packages are the same version number)

hopefully it reproduces on the old one and not on the newest and we won't need to see what's going on with your verdaccio 🤞🏻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants