From eecff378a42fa67fae6f6e60f52c878fa7d59ecb Mon Sep 17 00:00:00 2001
From: An <16853175+ducan-ne@users.noreply.github.com>
Date: Mon, 26 Aug 2024 00:26:22 +0700
Subject: [PATCH] init
---
.gitignore | 3 +
index.html | 12 +
package.json | 44 +
pnpm-lock.yaml | 7440 ++++++++++++++++++++++++++++++++++++++++++++
postcss.config.js | 6 +
public/image.png | Bin 0 -> 2328 bytes
src/App.css | 3 +
src/App.tsx | 12 +
src/RemoveBG.tsx | 263 ++
src/ai.ts | 85 +
src/build.css | 1 +
src/main.tsx | 19 +
src/vite-env.d.ts | 2 +
src/worker.ts | 0
tailwind.config.js | 19 +
tsconfig.json | 25 +
tsconfig.node.json | 10 +
vite.config.ts | 23 +
18 files changed, 7967 insertions(+)
create mode 100644 .gitignore
create mode 100644 index.html
create mode 100644 package.json
create mode 100644 pnpm-lock.yaml
create mode 100644 postcss.config.js
create mode 100644 public/image.png
create mode 100644 src/App.css
create mode 100644 src/App.tsx
create mode 100644 src/RemoveBG.tsx
create mode 100644 src/ai.ts
create mode 100644 src/build.css
create mode 100644 src/main.tsx
create mode 100644 src/vite-env.d.ts
create mode 100644 src/worker.ts
create mode 100644 tailwind.config.js
create mode 100644 tsconfig.json
create mode 100644 tsconfig.node.json
create mode 100644 vite.config.ts
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..6acc570
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+node_modules
+dist
+.DS_Store
\ No newline at end of file
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..21e7b77
--- /dev/null
+++ b/index.html
@@ -0,0 +1,12 @@
+
+
+
+
+
+ Preview
+
+
+
+
+
+
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..62a41ac
--- /dev/null
+++ b/package.json
@@ -0,0 +1,44 @@
+{
+ "name": "remove-bg",
+ "version": "1.0.0",
+ "type": "module",
+ "scripts": {
+ "dev": "bunx --bun vite --port 5175",
+ "build": "vite build",
+ "preview": "vite preview",
+ "up": "bunx --bun vite build && wrangler pages deploy ./dist --branch main --project-name image-converter"
+ },
+ "dependencies": {
+ "@huggingface/transformers": "3.0.0-alpha.9",
+ "@nextui-org/react": "^2.4.6",
+ "@nextui-org/theme": "^2.2.9",
+ "@xenova/transformers": "^2.15.0",
+ "birpc": "^0.2.17",
+ "buffer": "^6.0.3",
+ "framer-motion": "^11.3.24",
+ "lucide-react": "^0.427.0",
+ "motion-number": "^0.1.6",
+ "p-queue": "^8.0.1",
+ "react": "18.3.0-canary-b30030471-20240117",
+ "react-aria-components": "^1.3.1",
+ "react-dom": "18.3.0-canary-b30030471-20240117",
+ "remeda": "^2.11.0",
+ "sonner": "^1.5.0",
+ "valtio": "^1.13.2"
+ },
+ "devDependencies": {
+ "@types/node": "^22.2.0",
+ "@types/react": "18.2.48",
+ "@types/react-dom": "18.2.18",
+ "@vitejs/plugin-react": "^4.3.1",
+ "autoprefixer": "^10.4.20",
+ "babel-plugin-react-compiler": "^0.0.0-experimental-334f00b-20240725",
+ "postcss": "^8.4.41",
+ "tailwindcss": "3.4.9",
+ "tailwindcss-react-aria-components": "^1.1.4",
+ "typescript": "^5.5.4",
+ "vite": "5.4.1",
+ "vite-plugin-css-injected-by-js": "1.4.0"
+ },
+ "resolutions": {}
+}
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
new file mode 100644
index 0000000..ff31842
--- /dev/null
+++ b/pnpm-lock.yaml
@@ -0,0 +1,7440 @@
+lockfileVersion: '9.0'
+
+settings:
+ autoInstallPeers: true
+ excludeLinksFromLockfile: false
+
+importers:
+
+ .:
+ dependencies:
+ '@huggingface/transformers':
+ specifier: 3.0.0-alpha.9
+ version: 3.0.0-alpha.9
+ '@nextui-org/react':
+ specifier: ^2.4.6
+ version: 2.4.6(@types/react@18.2.48)(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)(tailwindcss@3.4.9)
+ '@nextui-org/theme':
+ specifier: ^2.2.9
+ version: 2.2.9(tailwindcss@3.4.9)
+ '@xenova/transformers':
+ specifier: ^2.15.0
+ version: 2.15.0
+ birpc:
+ specifier: ^0.2.17
+ version: 0.2.17
+ buffer:
+ specifier: ^6.0.3
+ version: 6.0.3
+ framer-motion:
+ specifier: ^11.3.24
+ version: 11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ lucide-react:
+ specifier: ^0.427.0
+ version: 0.427.0(react@18.3.0-canary-b30030471-20240117)
+ motion-number:
+ specifier: ^0.1.6
+ version: 0.1.6(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ p-queue:
+ specifier: ^8.0.1
+ version: 8.0.1
+ react:
+ specifier: 18.3.0-canary-b30030471-20240117
+ version: 18.3.0-canary-b30030471-20240117
+ react-aria-components:
+ specifier: ^1.3.1
+ version: 1.3.3(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ react-dom:
+ specifier: 18.3.0-canary-b30030471-20240117
+ version: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+ remeda:
+ specifier: ^2.11.0
+ version: 2.11.0
+ sonner:
+ specifier: ^1.5.0
+ version: 1.5.0(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ valtio:
+ specifier: ^1.13.2
+ version: 1.13.2(@types/react@18.2.48)(react@18.3.0-canary-b30030471-20240117)
+ devDependencies:
+ '@types/node':
+ specifier: ^22.2.0
+ version: 22.5.0
+ '@types/react':
+ specifier: 18.2.48
+ version: 18.2.48
+ '@types/react-dom':
+ specifier: 18.2.18
+ version: 18.2.18
+ '@vitejs/plugin-react':
+ specifier: ^4.3.1
+ version: 4.3.1(vite@5.4.1(@types/node@22.5.0))
+ autoprefixer:
+ specifier: ^10.4.20
+ version: 10.4.20(postcss@8.4.41)
+ babel-plugin-react-compiler:
+ specifier: ^0.0.0-experimental-334f00b-20240725
+ version: 0.0.0-experimental-48eb8f4-20240822
+ postcss:
+ specifier: ^8.4.41
+ version: 8.4.41
+ tailwindcss:
+ specifier: 3.4.9
+ version: 3.4.9
+ tailwindcss-react-aria-components:
+ specifier: ^1.1.4
+ version: 1.1.5(tailwindcss@3.4.9)
+ typescript:
+ specifier: ^5.5.4
+ version: 5.5.4
+ vite:
+ specifier: 5.4.1
+ version: 5.4.1(@types/node@22.5.0)
+ vite-plugin-css-injected-by-js:
+ specifier: 1.4.0
+ version: 1.4.0(vite@5.4.1(@types/node@22.5.0))
+
+packages:
+
+ '@alloc/quick-lru@5.2.0':
+ resolution: {integrity: sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==}
+ engines: {node: '>=10'}
+
+ '@ampproject/remapping@2.3.0':
+ resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==}
+ engines: {node: '>=6.0.0'}
+
+ '@babel/code-frame@7.24.7':
+ resolution: {integrity: sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==}
+ engines: {node: '>=6.9.0'}
+
+ '@babel/compat-data@7.25.4':
+ resolution: {integrity: sha512-+LGRog6RAsCJrrrg/IO6LGmpphNe5DiK30dGjCoxxeGv49B10/3XYGxPsAwrDlMFcFEvdAUavDT8r9k/hSyQqQ==}
+ engines: {node: '>=6.9.0'}
+
+ '@babel/core@7.25.2':
+ resolution: {integrity: sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==}
+ engines: {node: '>=6.9.0'}
+
+ '@babel/generator@7.2.0':
+ resolution: {integrity: sha512-BA75MVfRlFQG2EZgFYIwyT1r6xSkwfP2bdkY/kLZusEYWiJs4xCowab/alaEaT0wSvmVuXGqiefeBlP+7V1yKg==}
+
+ '@babel/generator@7.25.5':
+ resolution: {integrity: sha512-abd43wyLfbWoxC6ahM8xTkqLpGB2iWBVyuKC9/srhFunCd1SDNrV1s72bBpK4hLj8KLzHBBcOblvLQZBNw9r3w==}
+ engines: {node: '>=6.9.0'}
+
+ '@babel/helper-compilation-targets@7.25.2':
+ resolution: {integrity: sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw==}
+ engines: {node: '>=6.9.0'}
+
+ '@babel/helper-module-imports@7.24.7':
+ resolution: {integrity: sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==}
+ engines: {node: '>=6.9.0'}
+
+ '@babel/helper-module-transforms@7.25.2':
+ resolution: {integrity: sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0
+
+ '@babel/helper-plugin-utils@7.24.8':
+ resolution: {integrity: sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg==}
+ engines: {node: '>=6.9.0'}
+
+ '@babel/helper-simple-access@7.24.7':
+ resolution: {integrity: sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==}
+ engines: {node: '>=6.9.0'}
+
+ '@babel/helper-string-parser@7.24.8':
+ resolution: {integrity: sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==}
+ engines: {node: '>=6.9.0'}
+
+ '@babel/helper-validator-identifier@7.24.7':
+ resolution: {integrity: sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==}
+ engines: {node: '>=6.9.0'}
+
+ '@babel/helper-validator-option@7.24.8':
+ resolution: {integrity: sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==}
+ engines: {node: '>=6.9.0'}
+
+ '@babel/helpers@7.25.0':
+ resolution: {integrity: sha512-MjgLZ42aCm0oGjJj8CtSM3DB8NOOf8h2l7DCTePJs29u+v7yO/RBX9nShlKMgFnRks/Q4tBAe7Hxnov9VkGwLw==}
+ engines: {node: '>=6.9.0'}
+
+ '@babel/highlight@7.24.7':
+ resolution: {integrity: sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==}
+ engines: {node: '>=6.9.0'}
+
+ '@babel/parser@7.25.4':
+ resolution: {integrity: sha512-nq+eWrOgdtu3jG5Os4TQP3x3cLA8hR8TvJNjD8vnPa20WGycimcparWnLK4jJhElTK6SDyuJo1weMKO/5LpmLA==}
+ engines: {node: '>=6.0.0'}
+ hasBin: true
+
+ '@babel/plugin-transform-react-jsx-self@7.24.7':
+ resolution: {integrity: sha512-fOPQYbGSgH0HUp4UJO4sMBFjY6DuWq+2i8rixyUMb3CdGixs/gccURvYOAhajBdKDoGajFr3mUq5rH3phtkGzw==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+
+ '@babel/plugin-transform-react-jsx-source@7.24.7':
+ resolution: {integrity: sha512-J2z+MWzZHVOemyLweMqngXrgGC42jQ//R0KdxqkIz/OrbVIIlhFI3WigZ5fO+nwFvBlncr4MGapd8vTyc7RPNQ==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+
+ '@babel/runtime@7.25.4':
+ resolution: {integrity: sha512-DSgLeL/FNcpXuzav5wfYvHCGvynXkJbn3Zvc3823AEe9nPwW9IK4UoCSS5yGymmQzN0pCPvivtgS6/8U2kkm1w==}
+ engines: {node: '>=6.9.0'}
+
+ '@babel/template@7.25.0':
+ resolution: {integrity: sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==}
+ engines: {node: '>=6.9.0'}
+
+ '@babel/traverse@7.25.4':
+ resolution: {integrity: sha512-VJ4XsrD+nOvlXyLzmLzUs/0qjFS4sK30te5yEFlvbbUNEgKaVb2BHZUpAL+ttLPQAHNrsI3zZisbfha5Cvr8vg==}
+ engines: {node: '>=6.9.0'}
+
+ '@babel/types@7.25.4':
+ resolution: {integrity: sha512-zQ1ijeeCXVEh+aNL0RlmkPkG8HUiDcU2pzQQFjtbntgAczRASFzj4H+6+bV+dy1ntKR14I/DypeuRG1uma98iQ==}
+ engines: {node: '>=6.9.0'}
+
+ '@emnapi/runtime@1.2.0':
+ resolution: {integrity: sha512-bV21/9LQmcQeCPEg3BDFtvwL6cwiTMksYNWQQ4KOxCZikEGalWtenoZ0wCiukJINlGCIi2KXx01g4FoH/LxpzQ==}
+
+ '@esbuild/aix-ppc64@0.21.5':
+ resolution: {integrity: sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==}
+ engines: {node: '>=12'}
+ cpu: [ppc64]
+ os: [aix]
+
+ '@esbuild/android-arm64@0.21.5':
+ resolution: {integrity: sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==}
+ engines: {node: '>=12'}
+ cpu: [arm64]
+ os: [android]
+
+ '@esbuild/android-arm@0.21.5':
+ resolution: {integrity: sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==}
+ engines: {node: '>=12'}
+ cpu: [arm]
+ os: [android]
+
+ '@esbuild/android-x64@0.21.5':
+ resolution: {integrity: sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==}
+ engines: {node: '>=12'}
+ cpu: [x64]
+ os: [android]
+
+ '@esbuild/darwin-arm64@0.21.5':
+ resolution: {integrity: sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==}
+ engines: {node: '>=12'}
+ cpu: [arm64]
+ os: [darwin]
+
+ '@esbuild/darwin-x64@0.21.5':
+ resolution: {integrity: sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==}
+ engines: {node: '>=12'}
+ cpu: [x64]
+ os: [darwin]
+
+ '@esbuild/freebsd-arm64@0.21.5':
+ resolution: {integrity: sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==}
+ engines: {node: '>=12'}
+ cpu: [arm64]
+ os: [freebsd]
+
+ '@esbuild/freebsd-x64@0.21.5':
+ resolution: {integrity: sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==}
+ engines: {node: '>=12'}
+ cpu: [x64]
+ os: [freebsd]
+
+ '@esbuild/linux-arm64@0.21.5':
+ resolution: {integrity: sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==}
+ engines: {node: '>=12'}
+ cpu: [arm64]
+ os: [linux]
+
+ '@esbuild/linux-arm@0.21.5':
+ resolution: {integrity: sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==}
+ engines: {node: '>=12'}
+ cpu: [arm]
+ os: [linux]
+
+ '@esbuild/linux-ia32@0.21.5':
+ resolution: {integrity: sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==}
+ engines: {node: '>=12'}
+ cpu: [ia32]
+ os: [linux]
+
+ '@esbuild/linux-loong64@0.21.5':
+ resolution: {integrity: sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==}
+ engines: {node: '>=12'}
+ cpu: [loong64]
+ os: [linux]
+
+ '@esbuild/linux-mips64el@0.21.5':
+ resolution: {integrity: sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==}
+ engines: {node: '>=12'}
+ cpu: [mips64el]
+ os: [linux]
+
+ '@esbuild/linux-ppc64@0.21.5':
+ resolution: {integrity: sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==}
+ engines: {node: '>=12'}
+ cpu: [ppc64]
+ os: [linux]
+
+ '@esbuild/linux-riscv64@0.21.5':
+ resolution: {integrity: sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==}
+ engines: {node: '>=12'}
+ cpu: [riscv64]
+ os: [linux]
+
+ '@esbuild/linux-s390x@0.21.5':
+ resolution: {integrity: sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==}
+ engines: {node: '>=12'}
+ cpu: [s390x]
+ os: [linux]
+
+ '@esbuild/linux-x64@0.21.5':
+ resolution: {integrity: sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==}
+ engines: {node: '>=12'}
+ cpu: [x64]
+ os: [linux]
+
+ '@esbuild/netbsd-x64@0.21.5':
+ resolution: {integrity: sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==}
+ engines: {node: '>=12'}
+ cpu: [x64]
+ os: [netbsd]
+
+ '@esbuild/openbsd-x64@0.21.5':
+ resolution: {integrity: sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==}
+ engines: {node: '>=12'}
+ cpu: [x64]
+ os: [openbsd]
+
+ '@esbuild/sunos-x64@0.21.5':
+ resolution: {integrity: sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==}
+ engines: {node: '>=12'}
+ cpu: [x64]
+ os: [sunos]
+
+ '@esbuild/win32-arm64@0.21.5':
+ resolution: {integrity: sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==}
+ engines: {node: '>=12'}
+ cpu: [arm64]
+ os: [win32]
+
+ '@esbuild/win32-ia32@0.21.5':
+ resolution: {integrity: sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==}
+ engines: {node: '>=12'}
+ cpu: [ia32]
+ os: [win32]
+
+ '@esbuild/win32-x64@0.21.5':
+ resolution: {integrity: sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==}
+ engines: {node: '>=12'}
+ cpu: [x64]
+ os: [win32]
+
+ '@formatjs/ecma402-abstract@2.0.0':
+ resolution: {integrity: sha512-rRqXOqdFmk7RYvj4khklyqzcfQl9vEL/usogncBHRZfZBDOwMGuSRNFl02fu5KGHXdbinju+YXyuR+Nk8xlr/g==}
+
+ '@formatjs/fast-memoize@2.2.0':
+ resolution: {integrity: sha512-hnk/nY8FyrL5YxwP9e4r9dqeM6cAbo8PeU9UjyXojZMNvVad2Z06FAVHyR3Ecw6fza+0GH7vdJgiKIVXTMbSBA==}
+
+ '@formatjs/icu-messageformat-parser@2.7.8':
+ resolution: {integrity: sha512-nBZJYmhpcSX0WeJ5SDYUkZ42AgR3xiyhNCsQweFx3cz/ULJjym8bHAzWKvG5e2+1XO98dBYC0fWeeAECAVSwLA==}
+
+ '@formatjs/icu-skeleton-parser@1.8.2':
+ resolution: {integrity: sha512-k4ERKgw7aKGWJZgTarIcNEmvyTVD9FYh0mTrrBMHZ1b8hUu6iOJ4SzsZlo3UNAvHYa+PnvntIwRPt1/vy4nA9Q==}
+
+ '@formatjs/intl-localematcher@0.5.4':
+ resolution: {integrity: sha512-zTwEpWOzZ2CiKcB93BLngUX59hQkuZjT2+SAQEscSm52peDW/getsawMcWF1rGRpMCX6D7nSJA3CzJ8gn13N/g==}
+
+ '@huggingface/jinja@0.1.3':
+ resolution: {integrity: sha512-9KsiorsdIK8+7VmlamAT7Uh90zxAhC/SeKaKc80v58JhtPYuwaJpmR/ST7XAUxrHAFqHTCoTH5aJnJDwSL6xIQ==}
+ engines: {node: '>=18'}
+
+ '@huggingface/jinja@0.3.0':
+ resolution: {integrity: sha512-GLJzso0M07ZncFkrJMIXVU4os6GFbPocD4g8fMQPMGJubf48FtGOsUORH2rtFdXPIPelz8SLBMn8ZRmOTwXm9Q==}
+ engines: {node: '>=18'}
+
+ '@huggingface/transformers@3.0.0-alpha.9':
+ resolution: {integrity: sha512-vs37QQ4qaUBUMOf90Zs8drS/Prem8XtRAJPQtKV14ClDQkB9p+L44tzIslgB8KSjzQ9orvIk+tHX+uqQZffvrg==}
+
+ '@img/sharp-darwin-arm64@0.33.5':
+ resolution: {integrity: sha512-UT4p+iz/2H4twwAoLCqfA9UH5pI6DggwKEGuaPy7nCVQ8ZsiY5PIcrRvD1DzuY3qYL07NtIQcWnBSY/heikIFQ==}
+ engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
+ cpu: [arm64]
+ os: [darwin]
+
+ '@img/sharp-darwin-x64@0.33.5':
+ resolution: {integrity: sha512-fyHac4jIc1ANYGRDxtiqelIbdWkIuQaI84Mv45KvGRRxSAa7o7d1ZKAOBaYbnepLC1WqxfpimdeWfvqqSGwR2Q==}
+ engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
+ cpu: [x64]
+ os: [darwin]
+
+ '@img/sharp-libvips-darwin-arm64@1.0.4':
+ resolution: {integrity: sha512-XblONe153h0O2zuFfTAbQYAX2JhYmDHeWikp1LM9Hul9gVPjFY427k6dFEcOL72O01QxQsWi761svJ/ev9xEDg==}
+ cpu: [arm64]
+ os: [darwin]
+
+ '@img/sharp-libvips-darwin-x64@1.0.4':
+ resolution: {integrity: sha512-xnGR8YuZYfJGmWPvmlunFaWJsb9T/AO2ykoP3Fz/0X5XV2aoYBPkX6xqCQvUTKKiLddarLaxpzNe+b1hjeWHAQ==}
+ cpu: [x64]
+ os: [darwin]
+
+ '@img/sharp-libvips-linux-arm64@1.0.4':
+ resolution: {integrity: sha512-9B+taZ8DlyyqzZQnoeIvDVR/2F4EbMepXMc/NdVbkzsJbzkUjhXv/70GQJ7tdLA4YJgNP25zukcxpX2/SueNrA==}
+ cpu: [arm64]
+ os: [linux]
+
+ '@img/sharp-libvips-linux-arm@1.0.5':
+ resolution: {integrity: sha512-gvcC4ACAOPRNATg/ov8/MnbxFDJqf/pDePbBnuBDcjsI8PssmjoKMAz4LtLaVi+OnSb5FK/yIOamqDwGmXW32g==}
+ cpu: [arm]
+ os: [linux]
+
+ '@img/sharp-libvips-linux-s390x@1.0.4':
+ resolution: {integrity: sha512-u7Wz6ntiSSgGSGcjZ55im6uvTrOxSIS8/dgoVMoiGE9I6JAfU50yH5BoDlYA1tcuGS7g/QNtetJnxA6QEsCVTA==}
+ cpu: [s390x]
+ os: [linux]
+
+ '@img/sharp-libvips-linux-x64@1.0.4':
+ resolution: {integrity: sha512-MmWmQ3iPFZr0Iev+BAgVMb3ZyC4KeFc3jFxnNbEPas60e1cIfevbtuyf9nDGIzOaW9PdnDciJm+wFFaTlj5xYw==}
+ cpu: [x64]
+ os: [linux]
+
+ '@img/sharp-libvips-linuxmusl-arm64@1.0.4':
+ resolution: {integrity: sha512-9Ti+BbTYDcsbp4wfYib8Ctm1ilkugkA/uscUn6UXK1ldpC1JjiXbLfFZtRlBhjPZ5o1NCLiDbg8fhUPKStHoTA==}
+ cpu: [arm64]
+ os: [linux]
+
+ '@img/sharp-libvips-linuxmusl-x64@1.0.4':
+ resolution: {integrity: sha512-viYN1KX9m+/hGkJtvYYp+CCLgnJXwiQB39damAO7WMdKWlIhmYTfHjwSbQeUK/20vY154mwezd9HflVFM1wVSw==}
+ cpu: [x64]
+ os: [linux]
+
+ '@img/sharp-linux-arm64@0.33.5':
+ resolution: {integrity: sha512-JMVv+AMRyGOHtO1RFBiJy/MBsgz0x4AWrT6QoEVVTyh1E39TrCUpTRI7mx9VksGX4awWASxqCYLCV4wBZHAYxA==}
+ engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
+ cpu: [arm64]
+ os: [linux]
+
+ '@img/sharp-linux-arm@0.33.5':
+ resolution: {integrity: sha512-JTS1eldqZbJxjvKaAkxhZmBqPRGmxgu+qFKSInv8moZ2AmT5Yib3EQ1c6gp493HvrvV8QgdOXdyaIBrhvFhBMQ==}
+ engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
+ cpu: [arm]
+ os: [linux]
+
+ '@img/sharp-linux-s390x@0.33.5':
+ resolution: {integrity: sha512-y/5PCd+mP4CA/sPDKl2961b+C9d+vPAveS33s6Z3zfASk2j5upL6fXVPZi7ztePZ5CuH+1kW8JtvxgbuXHRa4Q==}
+ engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
+ cpu: [s390x]
+ os: [linux]
+
+ '@img/sharp-linux-x64@0.33.5':
+ resolution: {integrity: sha512-opC+Ok5pRNAzuvq1AG0ar+1owsu842/Ab+4qvU879ippJBHvyY5n2mxF1izXqkPYlGuP/M556uh53jRLJmzTWA==}
+ engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
+ cpu: [x64]
+ os: [linux]
+
+ '@img/sharp-linuxmusl-arm64@0.33.5':
+ resolution: {integrity: sha512-XrHMZwGQGvJg2V/oRSUfSAfjfPxO+4DkiRh6p2AFjLQztWUuY/o8Mq0eMQVIY7HJ1CDQUJlxGGZRw1a5bqmd1g==}
+ engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
+ cpu: [arm64]
+ os: [linux]
+
+ '@img/sharp-linuxmusl-x64@0.33.5':
+ resolution: {integrity: sha512-WT+d/cgqKkkKySYmqoZ8y3pxx7lx9vVejxW/W4DOFMYVSkErR+w7mf2u8m/y4+xHe7yY9DAXQMWQhpnMuFfScw==}
+ engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
+ cpu: [x64]
+ os: [linux]
+
+ '@img/sharp-wasm32@0.33.5':
+ resolution: {integrity: sha512-ykUW4LVGaMcU9lu9thv85CbRMAwfeadCJHRsg2GmeRa/cJxsVY9Rbd57JcMxBkKHag5U/x7TSBpScF4U8ElVzg==}
+ engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
+ cpu: [wasm32]
+
+ '@img/sharp-win32-ia32@0.33.5':
+ resolution: {integrity: sha512-T36PblLaTwuVJ/zw/LaH0PdZkRz5rd3SmMHX8GSmR7vtNSP5Z6bQkExdSK7xGWyxLw4sUknBuugTelgw2faBbQ==}
+ engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
+ cpu: [ia32]
+ os: [win32]
+
+ '@img/sharp-win32-x64@0.33.5':
+ resolution: {integrity: sha512-MpY/o8/8kj+EcnxwvrP4aTJSWw/aZ7JIGR4aBeZkZw5B7/Jn+tY9/VNwtcoGmdT7GfggGIU4kygOMSbYnOrAbg==}
+ engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
+ cpu: [x64]
+ os: [win32]
+
+ '@internationalized/date@3.5.5':
+ resolution: {integrity: sha512-H+CfYvOZ0LTJeeLOqm19E3uj/4YjrmOFtBufDHPfvtI80hFAMqtrp7oCACpe4Cil5l8S0Qu/9dYfZc/5lY8WQQ==}
+
+ '@internationalized/message@3.1.4':
+ resolution: {integrity: sha512-Dygi9hH1s7V9nha07pggCkvmRfDd3q2lWnMGvrJyrOwYMe1yj4D2T9BoH9I6MGR7xz0biQrtLPsqUkqXzIrBOw==}
+
+ '@internationalized/number@3.5.3':
+ resolution: {integrity: sha512-rd1wA3ebzlp0Mehj5YTuTI50AQEx80gWFyHcQu+u91/5NgdwBecO8BH6ipPfE+lmQ9d63vpB3H9SHoIUiupllw==}
+
+ '@internationalized/string@3.2.3':
+ resolution: {integrity: sha512-9kpfLoA8HegiWTeCbR2livhdVeKobCnVv8tlJ6M2jF+4tcMqDo94ezwlnrUANBWPgd8U7OXIHCk2Ov2qhk4KXw==}
+
+ '@isaacs/cliui@8.0.2':
+ resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==}
+ engines: {node: '>=12'}
+
+ '@isaacs/fs-minipass@4.0.1':
+ resolution: {integrity: sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==}
+ engines: {node: '>=18.0.0'}
+
+ '@jest/types@24.9.0':
+ resolution: {integrity: sha512-XKK7ze1apu5JWQ5eZjHITP66AX+QsLlbaJRBGYr8pNzwcAE2JVkwnf0yqjHTsDRcjR0mujy/NmZMXw5kl+kGBw==}
+ engines: {node: '>= 6'}
+
+ '@jridgewell/gen-mapping@0.3.5':
+ resolution: {integrity: sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==}
+ engines: {node: '>=6.0.0'}
+
+ '@jridgewell/resolve-uri@3.1.2':
+ resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==}
+ engines: {node: '>=6.0.0'}
+
+ '@jridgewell/set-array@1.2.1':
+ resolution: {integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==}
+ engines: {node: '>=6.0.0'}
+
+ '@jridgewell/sourcemap-codec@1.5.0':
+ resolution: {integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==}
+
+ '@jridgewell/trace-mapping@0.3.25':
+ resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==}
+
+ '@nextui-org/accordion@2.0.38':
+ resolution: {integrity: sha512-kFCZU1VaKkUI295Fg3NxuQR2+kZ5vTH4ftIs0oByrOs0+l14dVQGFOd9ZV402fHNykZJt7Sk6oWjTp4Qwl83JA==}
+ peerDependencies:
+ '@nextui-org/system': '>=2.0.0'
+ '@nextui-org/theme': '>=2.1.0'
+ framer-motion: '>=10.17.0'
+ react: '>=18'
+ react-dom: '>=18'
+
+ '@nextui-org/aria-utils@2.0.24':
+ resolution: {integrity: sha512-YD+YvT01zFqN1Ey137OeFl9SEhAYf2BoZz+ykWiIJlMjl/LY1d5WE0nkzsjMHh6MV3HgS6CExxlf7TuApN6Piw==}
+ peerDependencies:
+ react: '>=18'
+ react-dom: '>=18'
+
+ '@nextui-org/autocomplete@2.1.5':
+ resolution: {integrity: sha512-VcSe3B/CmIvfZnAJHHYKp3r83QrqI0T8v9jjrpQ0PN8qKOc7LmQUsvnAkBRuHCLlaC1xPwZtyJp0TJyRF8tM3w==}
+ peerDependencies:
+ '@nextui-org/system': '>=2.0.0'
+ '@nextui-org/theme': '>=2.1.0'
+ framer-motion: '>=10.17.0'
+ react: '>=18'
+ react-dom: '>=18'
+
+ '@nextui-org/avatar@2.0.32':
+ resolution: {integrity: sha512-2dCpIKuGvbOVLJ6m2AkNhPqqamIin3FDqDLop2ILNhyAxgxPYitqE3JqsUA/hlZCzu79sZudruuubzHWzHqf0Q==}
+ peerDependencies:
+ '@nextui-org/system': '>=2.0.0'
+ '@nextui-org/theme': '>=2.1.0'
+ react: '>=18'
+ react-dom: '>=18'
+
+ '@nextui-org/badge@2.0.31':
+ resolution: {integrity: sha512-ayOw9j6Fa/RxZjk+2AhhBzXFm2Xv2RNYMrXAqGaJ+cbhofsqu8QnP0/4W+CiVXx8C0jpPmNAgSklRXgbKHs10Q==}
+ peerDependencies:
+ '@nextui-org/system': '>=2.0.0'
+ '@nextui-org/theme': '>=2.1.0'
+ react: '>=18'
+ react-dom: '>=18'
+
+ '@nextui-org/breadcrumbs@2.0.12':
+ resolution: {integrity: sha512-PCZI7xqu1UrjJcCkd6HwGJ+h2L5k6LMBQRVbD8/7jMKkJxpoQXC7h5uCtEeLG2CafVih4cUCBTuzUnsubtKLnQ==}
+ peerDependencies:
+ '@nextui-org/system': '>=2.0.0'
+ '@nextui-org/theme': '>=2.1.0'
+ react: '>=18'
+ react-dom: '>=18'
+
+ '@nextui-org/button@2.0.37':
+ resolution: {integrity: sha512-dBtdO30qfu+K4YYLNmmpUy16Q82H1ucY8A4NjP4iEAJ1sPunoAYvba7h9xabrpUKW9IOyItOThSesxsfpaXYug==}
+ peerDependencies:
+ '@nextui-org/system': '>=2.0.0'
+ '@nextui-org/theme': '>=2.1.0'
+ framer-motion: '>=10.17.0'
+ react: '>=18'
+ react-dom: '>=18'
+
+ '@nextui-org/calendar@2.0.11':
+ resolution: {integrity: sha512-pgCEekJHSr5QKxpJaABIFS2ItqgK8qZ7pKrCOJjmRHBh4Y9WGfndrIW6z3IkHZiO01CKJbpjb9ytTjufsU6kIA==}
+ peerDependencies:
+ '@nextui-org/system': '>=2.1.0'
+ '@nextui-org/theme': '>=2.2.0'
+ react: '>=18'
+ react-dom: '>=18'
+
+ '@nextui-org/card@2.0.33':
+ resolution: {integrity: sha512-iO/ThbUz75YlcFrWO9EssMhOxbc9LN0SSk181+2QnPDbKls9wbkUEfGjq/d9k3h6jb9FaR5N5XwVpT4aUt2Usw==}
+ peerDependencies:
+ '@nextui-org/system': '>=2.0.0'
+ '@nextui-org/theme': '>=2.1.0'
+ framer-motion: '>=10.17.0'
+ react: '>=18'
+ react-dom: '>=18'
+
+ '@nextui-org/checkbox@2.1.4':
+ resolution: {integrity: sha512-74AD4imL064mvs4trQKQj/efwIZYaBt0TmXO6jV+6xGE6S9YjCAy+OBotrgRBG9fURQVQU1qJGnwwsOIdxCXkA==}
+ peerDependencies:
+ '@nextui-org/system': '>=2.0.0'
+ '@nextui-org/theme': '>=2.1.0'
+ react: '>=18'
+ react-dom: '>=18'
+
+ '@nextui-org/chip@2.0.32':
+ resolution: {integrity: sha512-fGqXamG7xs+DvKPra+rJEkIAjaQwPi8FSvsJ4P4LWzQ3U+HjymEI07BW8xQmaLceHInbTLTfdbTjAYdGNzAdOQ==}
+ peerDependencies:
+ '@nextui-org/system': '>=2.0.0'
+ '@nextui-org/theme': '>=2.1.0'
+ react: '>=18'
+ react-dom: '>=18'
+
+ '@nextui-org/code@2.0.32':
+ resolution: {integrity: sha512-YBLCWDgR+ebWIr+noN02/ls+PsQV9leLskgPLFUfpRzHoXdGeUUhE8IjTv14KFP3XlW3Cf9ALFy3IgPuIZ+yuQ==}
+ peerDependencies:
+ '@nextui-org/theme': '>=2.1.0'
+ react: '>=18'
+ react-dom: '>=18'
+
+ '@nextui-org/date-input@2.1.3':
+ resolution: {integrity: sha512-Y6d+AVPnM7uYy7boSHrk+cW/pft1fKbpXh/ed5omTgFx6rKRZ/agQmP5erMcmNzpv3Bis4wCc89WNnBtCjEZMw==}
+ peerDependencies:
+ '@nextui-org/system': '>=2.1.0'
+ '@nextui-org/theme': '>=2.2.0'
+ react: '>=18'
+ react-dom: '>=18'
+
+ '@nextui-org/date-picker@2.1.6':
+ resolution: {integrity: sha512-PycYKAm1tmew64aQWQtZfTbV73S4GPGYJnK6hr9W0iXUCOQQH5UbzLwdWGXnVXvtrJzczFQllaXaQccwWCeTzg==}
+ peerDependencies:
+ '@nextui-org/system': '>=2.1.0'
+ '@nextui-org/theme': '>=2.2.0'
+ react: '>=18'
+ react-dom: '>=18'
+
+ '@nextui-org/divider@2.0.31':
+ resolution: {integrity: sha512-z9GhrpmhXhJGuW0GSO1OP01mwDTSItuIRIz0VGpKOPVTqOzOMHkXN978wgNXqJ+knWZcaiF7WHvd83O05jmbkg==}
+ peerDependencies:
+ '@nextui-org/theme': '>=2.1.0'
+ react: '>=18'
+ react-dom: '>=18'
+
+ '@nextui-org/dropdown@2.1.29':
+ resolution: {integrity: sha512-ujHJVHzOcfwqNqlkt14t8YV3AAn03sME7gBxujQcwtDFGYMJeP9pvTU24L/FjBEb3Fd1XdhjwowU/sTuVTK4Yg==}
+ peerDependencies:
+ '@nextui-org/system': '>=2.0.0'
+ '@nextui-org/theme': '>=2.1.0'
+ framer-motion: '>=10.17.0'
+ react: '>=18'
+ react-dom: '>=18'
+
+ '@nextui-org/framer-utils@2.0.24':
+ resolution: {integrity: sha512-Fc5ugVaLsXhd3bgJg+hvw20uaaz9gAxYY2ouS/3leN7QBSRAwpy3Dl+tX8BbLeyx3ZosVrHIJ3w4bhDMzFVk9Q==}
+ peerDependencies:
+ framer-motion: '>=10.17.0'
+ react: '>=18'
+ react-dom: '>=18'
+
+ '@nextui-org/image@2.0.31':
+ resolution: {integrity: sha512-HxWaGUBtNaT9pLGvDo5Q2ruGxdhXYrdNcLvRhtoohiZeIKo1Y8jTbBUCVGxdxklTZAF3H7klrTcsdSwHTGfk0g==}
+ peerDependencies:
+ '@nextui-org/system': '>=2.0.0'
+ '@nextui-org/theme': '>=2.1.0'
+ react: '>=18'
+ react-dom: '>=18'
+
+ '@nextui-org/input@2.2.4':
+ resolution: {integrity: sha512-CVeTwwUJn9pEJC+kq3Jg0nAFeYVGBbIU7U2YFSG8XJK2X75odj8RSQdVd3Dt2U/b5Mtwt5sBh9gMzCedtjffWg==}
+ peerDependencies:
+ '@nextui-org/system': '>=2.0.0'
+ '@nextui-org/theme': '>=2.1.0'
+ react: '>=18'
+ react-dom: '>=18'
+
+ '@nextui-org/kbd@2.0.33':
+ resolution: {integrity: sha512-1Q7vKKJjfn5RPMsySQEljo2clf03Ta4V4ZA4O92ktJ8YzbdNnDfUiWtfFxF64R183ZVfe869RBSpuOdzZLNuKQ==}
+ peerDependencies:
+ '@nextui-org/theme': '>=2.1.0'
+ react: '>=18'
+ react-dom: '>=18'
+
+ '@nextui-org/link@2.0.34':
+ resolution: {integrity: sha512-497AvjzckEB/TE1eJEziS2QkxwCY81RPsWoApNSeHGdYrMO1tfgUFKATgadfBQjoba6FdCcLc2QaUapOetqFaA==}
+ peerDependencies:
+ '@nextui-org/system': '>=2.0.0'
+ '@nextui-org/theme': '>=2.1.0'
+ react: '>=18'
+ react-dom: '>=18'
+
+ '@nextui-org/listbox@2.1.25':
+ resolution: {integrity: sha512-WJqxhzPxADLIsenREaaoQ44bs3gQx5yqOvK86Jkiv/m9nXr0YuxZOJEsVa5GenkmyJBrEd6LkBV5cZ1TGNzbJw==}
+ peerDependencies:
+ '@nextui-org/system': '>=2.0.0'
+ '@nextui-org/theme': '>=2.1.0'
+ react: '>=18'
+ react-dom: '>=18'
+
+ '@nextui-org/menu@2.0.28':
+ resolution: {integrity: sha512-/bcIeBCGpauDkdz6VZvl1YXP5xpSSSYVTvhsChkcvzWzDXLG004uVAsw4kjP2i9OGxoehrjkl9wkIzCFCEdsHw==}
+ peerDependencies:
+ '@nextui-org/system': '>=2.0.0'
+ '@nextui-org/theme': '>=2.1.0'
+ react: '>=18'
+ react-dom: '>=18'
+
+ '@nextui-org/modal@2.0.39':
+ resolution: {integrity: sha512-b0G5IRNrfQumx8mQQO92rn2iC2ueUuk4XKvxYYmYNpx3/qpdEP9tckozw+s0QFyZocRPY+yYa0pBtMBGC2lWGQ==}
+ peerDependencies:
+ '@nextui-org/system': '>=2.0.0'
+ '@nextui-org/theme': '>=2.1.0'
+ framer-motion: '>=10.17.0'
+ react: '>=18'
+ react-dom: '>=18'
+
+ '@nextui-org/navbar@2.0.36':
+ resolution: {integrity: sha512-uobdPsh4TSPm2Us74/Vey43z0/oRqWb6x4+eHIJf9VhYP9pY733N2n17v2mvU7SvcNhkold/PWfXPYiA8kMlug==}
+ peerDependencies:
+ '@nextui-org/system': '>=2.0.0'
+ '@nextui-org/theme': '>=2.1.0'
+ framer-motion: '>=10.17.0'
+ react: '>=18'
+ react-dom: '>=18'
+
+ '@nextui-org/pagination@2.0.35':
+ resolution: {integrity: sha512-07KJgZcJBt2e9RY6TsiQm5qrjDLH+gT3yB7yQ4jPdCK9fkTB0r2kvTOYdPUvrtVJYRq2bwFCWOz+9mokdNfcwg==}
+ peerDependencies:
+ '@nextui-org/system': '>=2.0.0'
+ '@nextui-org/theme': '>=2.1.0'
+ react: '>=18'
+ react-dom: '>=18'
+
+ '@nextui-org/popover@2.1.27':
+ resolution: {integrity: sha512-UV42nqvUR9IOy7Hgc5S2Xo+2YWzBAHCcU+C/9O9SchXL0DyU/ol+IPqxuBxdJDi5fiFYr9mTBoPZgAEGDoJjDg==}
+ peerDependencies:
+ '@nextui-org/system': '>=2.0.0'
+ '@nextui-org/theme': '>=2.1.0'
+ framer-motion: '>=10.17.0'
+ react: '>=18'
+ react-dom: '>=18'
+
+ '@nextui-org/progress@2.0.33':
+ resolution: {integrity: sha512-rP54lZbH7BSzX9sFj7k3ylrUpk10XDWngc1dB1M+GlPsI2XRnzI3s+GE9kuZG2+N6eL/KLVG1YOg8u9eAYnwpA==}
+ peerDependencies:
+ '@nextui-org/system': '>=2.0.0'
+ '@nextui-org/theme': '>=2.1.0'
+ react: '>=18'
+ react-dom: '>=18'
+
+ '@nextui-org/radio@2.1.4':
+ resolution: {integrity: sha512-Y18TXvGVz/G1E3jjYmutSSx1EdQRs5iMCVZNS/Bz4avE9QMSrHl6fOhZIndrm8LwCTqn7lbKRQngZLN4tvPinQ==}
+ peerDependencies:
+ '@nextui-org/system': '>=2.0.0'
+ '@nextui-org/theme': '>=2.1.0'
+ react: '>=18'
+ react-dom: '>=18'
+
+ '@nextui-org/react-rsc-utils@2.0.13':
+ resolution: {integrity: sha512-QewsXtoQlMsR9stThdazKEImg9oyZkPLs7wsymhrzh6/HdQCl9bTdb6tJcROg4vg5LRYKGG11USSQO2nKlfCcQ==}
+
+ '@nextui-org/react-utils@2.0.16':
+ resolution: {integrity: sha512-QdDoqzhx+4t9cDTVmtw5iOrfyLvpqyKsq8PARHUniCiQQDQd1ao7FCpzHgvU9poYcEdRk+Lsna66zbeMkFBB6w==}
+ peerDependencies:
+ react: '>=18'
+
+ '@nextui-org/react@2.4.6':
+ resolution: {integrity: sha512-8o/k5A5g0xXj6hmV2AulkAswQnZGt2WI64Coq+toWBTumQLcW6iAqPJBDztCDiz+6yiU6Nvk/1ZuZJeRs3XMRw==}
+ peerDependencies:
+ framer-motion: '>=10.17.0'
+ react: '>=18'
+ react-dom: '>=18'
+
+ '@nextui-org/ripple@2.0.32':
+ resolution: {integrity: sha512-xOqoHWzpvv5KRh7P8pXt3aZEmI1tyhiTNhrwjJaRME0d5xSA0gNzYhrjP5g0+Dxy4nKRDIZ1znJcd87KI07JFA==}
+ peerDependencies:
+ '@nextui-org/system': '>=2.0.0'
+ '@nextui-org/theme': '>=2.1.0'
+ framer-motion: '>=10.17.0'
+ react: '>=18'
+ react-dom: '>=18'
+
+ '@nextui-org/scroll-shadow@2.1.19':
+ resolution: {integrity: sha512-od5AnhX6iO0sHoTAVReWv1O1dbNCEeOBOFdnyzFins6ZC5EnAl/oBPR/KLd8glHtgM3Jt8dvIVlBXPEPZKZwaw==}
+ peerDependencies:
+ '@nextui-org/system': '>=2.0.0'
+ '@nextui-org/theme': '>=2.1.0'
+ react: '>=18'
+ react-dom: '>=18'
+
+ '@nextui-org/select@2.2.5':
+ resolution: {integrity: sha512-Il1eigjSXOBgJ745nhn6TDPD1jj1avrnvk9WV/DCjOsFRwfstRnDzsS1aNpZKHqJgHhFRQZ1ivz8hA4x3Zgasg==}
+ peerDependencies:
+ '@nextui-org/system': '>=2.0.0'
+ '@nextui-org/theme': '>=2.1.0'
+ framer-motion: '>=10.17.0'
+ react: '>=18'
+ react-dom: '>=18'
+
+ '@nextui-org/shared-icons@2.0.9':
+ resolution: {integrity: sha512-WG3yinVY7Tk9VqJgcdF4V8Ok9+fcm5ey7S1els7kujrfqLYxtqoKywgiY/7QHwZlfQkzpykAfy+NAlHkTP5hMg==}
+ peerDependencies:
+ react: '>=18'
+
+ '@nextui-org/shared-utils@2.0.7':
+ resolution: {integrity: sha512-FxY3N0i1Al7Oz3yOQN0dSpG8UUrLIP3iYh3ubD7BhdQoZLl5xbG6++q1gqOzZXV+ZWeUFMY/or0ofzWxGHiOow==}
+
+ '@nextui-org/skeleton@2.0.31':
+ resolution: {integrity: sha512-pT0l2skPP6Nq9edLJNQxUJI/WLKu4Lx5Vvs7nlE/9NpkxyQ805l4LiYsMD30dkjjxe+WpXtIjjAXY0BQqdid0Q==}
+ peerDependencies:
+ '@nextui-org/system': '>=2.0.0'
+ '@nextui-org/theme': '>=2.1.0'
+ react: '>=18'
+ react-dom: '>=18'
+
+ '@nextui-org/slider@2.2.15':
+ resolution: {integrity: sha512-ImsxvxAJ2wxRL45y4IbVWThZI/vw2Gq/6qUVZFAwyF54dlro08eJZJIOOG7bKfA5Ob63JLfroUijrlZ9kGP5cA==}
+ peerDependencies:
+ '@nextui-org/system': '>=2.0.0'
+ '@nextui-org/theme': '>=2.1.0'
+ react: '>=18'
+ react-dom: '>=18'
+
+ '@nextui-org/snippet@2.0.41':
+ resolution: {integrity: sha512-ZZopaecAZbKJIdabwGVF3ahL2MM7L0zZII61SO3LDPAwqXOuta9ixMYk1XVCI0V2PVqTkabQgdpt1ZLgmFH+Kw==}
+ peerDependencies:
+ '@nextui-org/system': '>=2.0.0'
+ '@nextui-org/theme': '>=2.1.0'
+ framer-motion: '>=10.17.0'
+ react: '>=18'
+ react-dom: '>=18'
+
+ '@nextui-org/spacer@2.0.32':
+ resolution: {integrity: sha512-NxqEYTig4OfkLDPlO2/jASB4gV8L9DLpsNZSqzaacIJZwk4BCTsNoBi3CuNt5ZsMoGYujtFP6QU0zH9fZbuzwA==}
+ peerDependencies:
+ '@nextui-org/theme': '>=2.1.0'
+ react: '>=18'
+ react-dom: '>=18'
+
+ '@nextui-org/spinner@2.0.33':
+ resolution: {integrity: sha512-c1wW4YEbzdn0t1MJAXhJ2W0PuNxrxtZg2DVqJeqh3180y4iQPYDzEy7oFoU0FpK53LcBPxjfsKHNL6v1pn+60A==}
+ peerDependencies:
+ '@nextui-org/theme': '>=2.1.0'
+ react: '>=18'
+ react-dom: '>=18'
+
+ '@nextui-org/switch@2.0.33':
+ resolution: {integrity: sha512-T7w+8+ex7Pey9HVGXkNft4D11mO5J9iPfmemfLbSOYqbSydcOuINuGRQ1QWy7X+lLYhhZBHb9Ykcf4QtR4dqTQ==}
+ peerDependencies:
+ '@nextui-org/system': '>=2.0.0'
+ '@nextui-org/theme': '>=2.1.0'
+ react: '>=18'
+ react-dom: '>=18'
+
+ '@nextui-org/system-rsc@2.1.5':
+ resolution: {integrity: sha512-tkJLAyJu34Rr5KUMMqoB7cZjOVXB+7a/7N4ushZfuiLdoYijgmcXFMzLxjm+tbt9zA5AV+ivsfbHvscg77dJ6w==}
+ peerDependencies:
+ '@nextui-org/theme': '>=2.1.0'
+ react: '>=18'
+
+ '@nextui-org/system@2.2.5':
+ resolution: {integrity: sha512-nrX6768aiyWtpxX3OTFBIVWR+v9nlMsC3KaBinNfek97sNm7gAfTHi7q5kylE3L5yIMpNG+DclAKpuxgDQEmvw==}
+ peerDependencies:
+ framer-motion: '>=10.17.0'
+ react: '>=18'
+ react-dom: '>=18'
+
+ '@nextui-org/table@2.0.39':
+ resolution: {integrity: sha512-VYvmrQ6GliwmzukKLZ7Nxp3sFXdskWZp8/BjwROLFE9Zco22CC0++7VPG3ebOYAIhi4e1Je+QUTx4/eh2wZZgg==}
+ peerDependencies:
+ '@nextui-org/system': '>=2.0.0'
+ '@nextui-org/theme': '>=2.1.0'
+ react: '>=18'
+ react-dom: '>=18'
+
+ '@nextui-org/tabs@2.0.35':
+ resolution: {integrity: sha512-K6uDZbJwn1qLRw8XeBS2TwGQl9zKXg3Q1ShLzVG2IjTGHGNAn9lwkUzn0FNUNaU1GK2o8wOyKhX7K02J3Ev5fw==}
+ peerDependencies:
+ '@nextui-org/system': '>=2.0.0'
+ '@nextui-org/theme': '>=2.1.0'
+ framer-motion: '>=10.17.0'
+ react: '>=18'
+ react-dom: '>=18'
+
+ '@nextui-org/theme@2.2.9':
+ resolution: {integrity: sha512-TN2I9sMriLaj00pXsIMlg19+UHeOdjzS2JV0u4gjL14mSbQl5BYNxgbvU3gbMqkZZQ6OpwT4RnT8RS+ks6TXCw==}
+ peerDependencies:
+ tailwindcss: '>=3.4.0'
+
+ '@nextui-org/tooltip@2.0.39':
+ resolution: {integrity: sha512-DWP3XAmVb/SlcdI4SQodtT8ZyMzYMuvRbq4+JQwm+qq1+FGs55z15+8h9DRFQEseEEaDs0hCs6+kgbieZlUitw==}
+ peerDependencies:
+ '@nextui-org/system': '>=2.0.0'
+ '@nextui-org/theme': '>=2.1.0'
+ framer-motion: '>=10.17.0'
+ react: '>=18'
+ react-dom: '>=18'
+
+ '@nextui-org/use-aria-accordion@2.0.7':
+ resolution: {integrity: sha512-VzGlxmsu2tWG2Pht1e0PBz40jz95v0OEKYVXq91WpDMwj8Bl1CYvxrw2Qz41/5Xi0X843Mmo4sPwrc/hk0+RHA==}
+ peerDependencies:
+ react: '>=18'
+
+ '@nextui-org/use-aria-button@2.0.10':
+ resolution: {integrity: sha512-tUpp4QMr1zugKPevyToeRHIufTuc/g+67/r/oQLRTG0mMo3yGVmggykQuYn22fqqZPpW6nHcB9VYc+XtZZ27TQ==}
+ peerDependencies:
+ react: '>=18'
+
+ '@nextui-org/use-aria-link@2.0.19':
+ resolution: {integrity: sha512-ef61cJLlwcR4zBWiaeHZy4K18juFjUup2SslfLIAiZz3kVosBCGKmkJkw1SASYY8+D/oUc2B6BFIk25YEsRKRw==}
+ peerDependencies:
+ react: '>=18'
+
+ '@nextui-org/use-aria-menu@2.0.6':
+ resolution: {integrity: sha512-fGDF25E99THbgeDV2r2w4BHw5ZbGW3Lu6Y+vbLUcLBBh6x8/W8cqrpYFrzSUzn1RCun1t17yOAHZEV2rbvtMzA==}
+ peerDependencies:
+ react: '>=18'
+ react-dom: '>=18'
+
+ '@nextui-org/use-aria-modal-overlay@2.0.11':
+ resolution: {integrity: sha512-crMOCHyGIiBJiihxqidJCNR3AHH62uewfImDLEwyE/SlIkhAqW5jteUhkq0QfCSH4U/ydWisQ14niWDEgtzxXg==}
+ peerDependencies:
+ react: '>=18'
+ react-dom: '>=18'
+
+ '@nextui-org/use-aria-multiselect@2.2.3':
+ resolution: {integrity: sha512-VeRoyyUUVgJ7DrdfzU6onjohHxJfG7bmwpIfQyurMzvTZcmcVUGTnddAnRPVEoOro68tTAj4IuPs/4xkf1aXxg==}
+ peerDependencies:
+ react: '>=18'
+ react-dom: '>=18'
+
+ '@nextui-org/use-aria-toggle-button@2.0.10':
+ resolution: {integrity: sha512-U5jOmEO+nMIgYvBF0+gJtdq8C6dynGMjzAboPG4FhuHOzDoNiC12G5FIbGnRe8K1hMsKVuaI72p9986NhfqNgw==}
+ peerDependencies:
+ react: '>=18'
+
+ '@nextui-org/use-callback-ref@2.0.6':
+ resolution: {integrity: sha512-2WcwWuK1L/wIpTbibnLrysmmkzWomvkVIcgWayB6n/w+bpPrPCG7Zyg2WHzmMmDhe6imV//KKBgNKRi8Xhu/VA==}
+ peerDependencies:
+ react: '>=18'
+
+ '@nextui-org/use-clipboard@2.0.6':
+ resolution: {integrity: sha512-UQbCoAX1vqEKYeMF8Xp2RdTqbDD8Or16+7W4f8OQc5+uaJeKaAL6LPITi5M5ipgruTvzM845XooHdiAStH322Q==}
+ peerDependencies:
+ react: '>=18'
+
+ '@nextui-org/use-data-scroll-overflow@2.1.6':
+ resolution: {integrity: sha512-z9XzBF64qjTSp6jTttMDEPku7Xpgci/tYTokEQHWgydRg3FZEaBqRgOOMeiXAV1Py/kQB062MjPSneUtwYlozA==}
+ peerDependencies:
+ react: '>=18'
+
+ '@nextui-org/use-disclosure@2.0.10':
+ resolution: {integrity: sha512-s2I58d7x2f1JRriZnNm9ZoxrGmxF+DnC9BXM1sD99Wq1VNMd0dhitmx0mUWfUB7l5HLyZgKOeiSLG+ugy1F1Yw==}
+ peerDependencies:
+ react: '>=18'
+
+ '@nextui-org/use-image@2.0.6':
+ resolution: {integrity: sha512-VelN9y3vzwIpPfubFMh00YRQ0f4+I5FElcAvAqoo0Kfb0K7sGrTo1lZNApHm6yBN2gJMMeccG9u7bZB+wcDGZQ==}
+ peerDependencies:
+ react: '>=18'
+
+ '@nextui-org/use-is-mobile@2.0.9':
+ resolution: {integrity: sha512-u5pRmPV0wacdpOcAkQnWwE30yNBl2uk1WvbWkrSELxIVRN22+fTIYn8ynnHK0JbJFTA6/5zh7uIfETQu3L6KjA==}
+ peerDependencies:
+ react: '>=18'
+
+ '@nextui-org/use-is-mounted@2.0.6':
+ resolution: {integrity: sha512-/lcMdYnwBZ1EuKMLRIhHeAZG8stXWNTz7wBweAlLId23VC4VHgCp/s9K9Vbj1A5/r8FiFQeoTmXQuMAMUoPRtg==}
+ peerDependencies:
+ react: '>=18'
+
+ '@nextui-org/use-measure@2.0.2':
+ resolution: {integrity: sha512-H/RSPPA9B5sZ10wiXR3jLlYFEuiVnc0O/sgLLQfrb5M0hvHoaqMThnsZpm//5iyS7tD7kxPeYNLa1EhzlQKxDA==}
+ peerDependencies:
+ react: '>=18'
+
+ '@nextui-org/use-pagination@2.0.9':
+ resolution: {integrity: sha512-p5Gssyb71/SjRezq2o1aRsYTmC9idziW3pLCJFpVwLGfgWNARf9C6NS1oQsqKgjF5lvzoa88soZRDhKKvRAt/g==}
+ peerDependencies:
+ react: '>=18'
+
+ '@nextui-org/use-safe-layout-effect@2.0.6':
+ resolution: {integrity: sha512-xzEJXf/g9GaSqjLpQ4+Z2/pw1GPq2Fc5cWRGqEXbGauEMXuH8UboRls1BmIV1RuOpqI6FgxkEmxL1EuVIRVmvQ==}
+ peerDependencies:
+ react: '>=18'
+
+ '@nextui-org/use-scroll-position@2.0.8':
+ resolution: {integrity: sha512-sUuoLEPWxCNlgzayy3VZSneVA1rKSdh4kBuBbYJTp/g2yyrpZYnyYzWpeNJ4dhDQr1cpTDODehJekWPBhNN+uw==}
+ peerDependencies:
+ react: '>=18'
+
+ '@nextui-org/use-update-effect@2.0.6':
+ resolution: {integrity: sha512-n5Qiv3ferKn+cSxU3Vv+96LdG8I/00mzc7Veoan+P9GL0aCTrsPB6RslTsiblaiAXQcqTiFXd8xwsK309DXOXA==}
+ peerDependencies:
+ react: '>=18'
+
+ '@nextui-org/user@2.0.33':
+ resolution: {integrity: sha512-v6gGTlsaqM7Ndwtx9N/AAQFRICcIE5DuFxRZRqPfLa+jbZhJuWG2OSIATPeUOxgr8pKWpeV78nETdFKEKcsUPA==}
+ peerDependencies:
+ '@nextui-org/system': '>=2.0.0'
+ '@nextui-org/theme': '>=2.1.0'
+ react: '>=18'
+ react-dom: '>=18'
+
+ '@nodelib/fs.scandir@2.1.5':
+ resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==}
+ engines: {node: '>= 8'}
+
+ '@nodelib/fs.stat@2.0.5':
+ resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==}
+ engines: {node: '>= 8'}
+
+ '@nodelib/fs.walk@1.2.8':
+ resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==}
+ engines: {node: '>= 8'}
+
+ '@pkgjs/parseargs@0.11.0':
+ resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==}
+ engines: {node: '>=14'}
+
+ '@protobufjs/aspromise@1.1.2':
+ resolution: {integrity: sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==}
+
+ '@protobufjs/base64@1.1.2':
+ resolution: {integrity: sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==}
+
+ '@protobufjs/codegen@2.0.4':
+ resolution: {integrity: sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg==}
+
+ '@protobufjs/eventemitter@1.1.0':
+ resolution: {integrity: sha512-j9ednRT81vYJ9OfVuXG6ERSTdEL1xVsNgqpkxMsbIabzSo3goCjDIveeGv5d03om39ML71RdmrGNjG5SReBP/Q==}
+
+ '@protobufjs/fetch@1.1.0':
+ resolution: {integrity: sha512-lljVXpqXebpsijW71PZaCYeIcE5on1w5DlQy5WH6GLbFryLUrBD4932W/E2BSpfRJWseIL4v/KPgBFxDOIdKpQ==}
+
+ '@protobufjs/float@1.0.2':
+ resolution: {integrity: sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ==}
+
+ '@protobufjs/inquire@1.1.0':
+ resolution: {integrity: sha512-kdSefcPdruJiFMVSbn801t4vFK7KB/5gd2fYvrxhuJYg8ILrmn9SKSX2tZdV6V+ksulWqS7aXjBcRXl3wHoD9Q==}
+
+ '@protobufjs/path@1.1.2':
+ resolution: {integrity: sha512-6JOcJ5Tm08dOHAbdR3GrvP+yUUfkjG5ePsHYczMFLq3ZmMkAD98cDgcT2iA1lJ9NVwFd4tH/iSSoe44YWkltEA==}
+
+ '@protobufjs/pool@1.1.0':
+ resolution: {integrity: sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw==}
+
+ '@protobufjs/utf8@1.1.0':
+ resolution: {integrity: sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==}
+
+ '@react-aria/breadcrumbs@3.5.13':
+ resolution: {integrity: sha512-G1Gqf/P6kVdfs94ovwP18fTWuIxadIQgHsXS08JEVcFVYMjb9YjqnEBaohUxD1tq2WldMbYw53ahQblT4NTG+g==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-aria/breadcrumbs@3.5.16':
+ resolution: {integrity: sha512-OXLKKu4SmjnSaSHkk4kow5/aH/SzlHWPJt+Uq3xec9TwDOr/Ob8aeFVGFoY0HxfGozuQlUz+4e+d29vfA0jNWg==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-aria/button@3.9.5':
+ resolution: {integrity: sha512-dgcYR6j8WDOMLKuVrtxzx4jIC05cVKDzc+HnPO8lNkBAOfjcuN5tkGRtIjLtqjMvpZHhQT5aDbgFpIaZzxgFIg==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-aria/button@3.9.8':
+ resolution: {integrity: sha512-MdbMQ3t5KSCkvKtwYd/Z6sgw0v+r1VQFRYOZ4L53xOkn+u140z8vBpNeWKZh/45gxGv7SJn9s2KstLPdCWmIxw==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-aria/calendar@3.5.11':
+ resolution: {integrity: sha512-VLhBovLVu3uJXBkHbgEippmo/K58QLcc/tSJQ0aJUNyHsrvPgHEcj484cb+Uj/yOirXEIzaoW6WEvhcdKrb49Q==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-aria/calendar@3.5.8':
+ resolution: {integrity: sha512-Whlp4CeAA5/ZkzrAHUv73kgIRYjw088eYGSc+cvSOCxfrc/2XkBm9rNrnSBv0DvhJ8AG0Fjz3vYakTmF3BgZBw==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-aria/checkbox@3.14.3':
+ resolution: {integrity: sha512-EtBJL6iu0gvrw3A4R7UeVLR6diaVk/mh4kFBc7c8hQjpEJweRr4hmJT3hrNg3MBcTWLxFiMEXPGgWEwXDBygtA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-aria/checkbox@3.14.6':
+ resolution: {integrity: sha512-LICY1PR3WsW/VbuLMjZbxo75+poeo3XCXGcUnk6hxMlWfp/Iy/XHVsHlGu9stRPKRF8BSuOGteaHWVn6IXfwtA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-aria/collections@3.0.0-alpha.4':
+ resolution: {integrity: sha512-chMNAlsubnpErBWN7sLhmAMOnE7o17hSfq3s0VDHlvRN9K/mPOPlYokmyWkkPqi7fYiR50EPVHDtwTWLJoqfnw==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-aria/color@3.0.0-rc.2':
+ resolution: {integrity: sha512-h4P7LocDEHPOEWgHYb8VPJLRGkyMhcsXemmvGao6G23zGTpTX8Nr6pEuJhcXQlGWt8hXvj/ASnC750my+zb1yA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-aria/combobox@3.10.3':
+ resolution: {integrity: sha512-EdDwr2Rp1xy7yWjOYHt2qF1IpAtUrkaNKZJzlIw1XSwcqizQY6E8orNPdZr6ZwD6/tgujxF1N71JTKyffrR0Xw==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-aria/combobox@3.9.1':
+ resolution: {integrity: sha512-SpK92dCmT8qn8aEcUAihRQrBb5LZUhwIbDExFII8PvUvEFy/PoQHXIo3j1V29WkutDBDpMvBv/6XRCHGXPqrhQ==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-aria/datepicker@3.10.1':
+ resolution: {integrity: sha512-4HZL593nrNMa1GjBmWEN/OTvNS6d3/16G1YJWlqiUlv11ADulSbqBIjMmkgwrJVFcjrgqtXFy+yyrTA/oq94Zw==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-aria/datepicker@3.11.2':
+ resolution: {integrity: sha512-6sbLln3VXSBcBRDgSACBzIzF/5KV5NlNOhZvXPFE6KqFw6GbevjZQTv5BNDXiwA3CQoawIRF7zgRvTANw8HkNA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-aria/dialog@3.5.14':
+ resolution: {integrity: sha512-oqDCjQ8hxe3GStf48XWBf2CliEnxlR9GgSYPHJPUc69WBj68D9rVcCW3kogJnLAnwIyf3FnzbX4wSjvUa88sAQ==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-aria/dialog@3.5.17':
+ resolution: {integrity: sha512-lvfEgaqg922J1hurscqCS600OZQVitGtdpo81kAefJaUzMnCxzrYviyT96aaW0simHOlimbYF5js8lxBLZJRaw==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-aria/dnd@3.7.2':
+ resolution: {integrity: sha512-NuE3EGqoBbe9aXAO9mDfbu4kMO7S4MCgkjkCqYi16TWfRUf38ajQbIlqodCx91b3LVN3SYvNbE3D4Tj5ebkljw==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-aria/focus@3.17.1':
+ resolution: {integrity: sha512-FLTySoSNqX++u0nWZJPPN5etXY0WBxaIe/YuL/GTEeuqUIuC/2bJSaw5hlsM6T2yjy6Y/VAxBcKSdAFUlU6njQ==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-aria/focus@3.18.2':
+ resolution: {integrity: sha512-Jc/IY+StjA3uqN73o6txKQ527RFU7gnG5crEl5Xy3V+gbYp2O5L3ezAo/E0Ipi2cyMbG6T5Iit1IDs7hcGu8aw==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-aria/form@3.0.5':
+ resolution: {integrity: sha512-n290jRwrrRXO3fS82MyWR+OKN7yznVesy5Q10IclSTVYHHI3VI53xtAPr/WzNjJR1um8aLhOcDNFKwnNIUUCsQ==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-aria/form@3.0.8':
+ resolution: {integrity: sha512-8S2QiyUdAgK43M3flohI0R+2rTyzH088EmgeRArA8euvJTL16cj/oSOKMEgWVihjotJ9n6awPb43ZhKboyNsMg==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-aria/grid@3.10.3':
+ resolution: {integrity: sha512-l0r9mz05Gwjq3t6JOTNQOf+oAoWN0bXELPJtIr8m0XyXMPFCQe1xsTaX8igVQdrDmXyBc75RAWS0BJo2JF2fIA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-aria/gridlist@3.9.3':
+ resolution: {integrity: sha512-bb9GnKKeuL6NljoVUcHxr9F0cy/2WDOXRYeMikTnviRw6cuX95oojrhFfCUvz2d6ID22Btrvh7LkE+oIPVuc+g==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-aria/i18n@3.11.1':
+ resolution: {integrity: sha512-vuiBHw1kZruNMYeKkTGGnmPyMnM5T+gT8bz97H1FqIq1hQ6OPzmtBZ6W6l6OIMjeHI5oJo4utTwfZl495GALFQ==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-aria/i18n@3.12.2':
+ resolution: {integrity: sha512-PvEyC6JWylTpe8dQEWqQwV6GiA+pbTxHQd//BxtMSapRW3JT9obObAnb/nFhj3HthkUvqHyj0oO1bfeN+mtD8A==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-aria/interactions@3.21.3':
+ resolution: {integrity: sha512-BWIuf4qCs5FreDJ9AguawLVS0lV9UU+sK4CCnbCNNmYqOWY+1+gRXCsnOM32K+oMESBxilAjdHW5n1hsMqYMpA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-aria/interactions@3.22.2':
+ resolution: {integrity: sha512-xE/77fRVSlqHp2sfkrMeNLrqf2amF/RyuAS6T5oDJemRSgYM3UoxTbWjucPhfnoW7r32pFPHHgz4lbdX8xqD/g==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-aria/label@3.7.11':
+ resolution: {integrity: sha512-REgejE5Qr8cXG/b8H2GhzQmjQlII/0xQW/4eDzydskaTLvA7lF5HoJUE6biYTquH5va38d8XlH465RPk+bvHzA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-aria/label@3.7.8':
+ resolution: {integrity: sha512-MzgTm5+suPA3KX7Ug6ZBK2NX9cin/RFLsv1BdafJ6CZpmUSpWnGE/yQfYUB7csN7j31OsZrD3/P56eShYWAQfg==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-aria/link@3.7.1':
+ resolution: {integrity: sha512-a4IaV50P3fXc7DQvEIPYkJJv26JknFbRzFT5MJOMgtzuhyJoQdILEUK6XHYjcSSNCA7uLgzpojArVk5Hz3lCpw==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-aria/link@3.7.4':
+ resolution: {integrity: sha512-E8SLDuS9ssm/d42+3sDFNthfMcNXMUrT2Tq1DIZt22EsMcuEzmJ9B0P7bDP5RgvIw05xVGqZ20nOpU4mKTxQtA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-aria/listbox@3.12.1':
+ resolution: {integrity: sha512-7JiUp0NGykbv/HgSpmTY1wqhuf/RmjFxs1HZcNaTv8A+DlzgJYc7yQqFjP3ZA/z5RvJFuuIxggIYmgIFjaRYdA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-aria/listbox@3.13.3':
+ resolution: {integrity: sha512-htluPyDfFtn66OEYaJdIaFCYH9wGCNk30vOgZrQkPul9F9Cjce52tTyPVR0ERsf14oCUsjjS5qgeq3dGidRqEw==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-aria/live-announcer@3.3.4':
+ resolution: {integrity: sha512-w8lxs35QrRrn6pBNzVfyGOeqWdxeVKf9U6bXIVwhq7rrTqRULL8jqy8RJIMfIs1s8G5FpwWYjyBOjl2g5Cu1iA==}
+
+ '@react-aria/menu@3.14.1':
+ resolution: {integrity: sha512-BYliRb38uAzq05UOFcD5XkjA5foQoXRbcH3ZufBsc4kvh79BcP1PMW6KsXKGJ7dC/PJWUwCui6QL1kUg8PqMHA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-aria/menu@3.15.3':
+ resolution: {integrity: sha512-vvUmVjJwIg3h2r+7isQXTwlmoDlPAFBckHkg94p3afrT1kNOTHveTsaVl17mStx/ymIioaAi3PrIXk/PZXp1jw==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-aria/meter@3.4.16':
+ resolution: {integrity: sha512-hJqKnEE6mmK2Psx5kcI7NZ44OfTg0Bp7DatQSQ4zZE4yhnykRRwxqSKjze37tPR63cCqgRXtQ5LISfBfG54c0Q==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-aria/numberfield@3.11.6':
+ resolution: {integrity: sha512-nvEWiQcWRwj6O2JXmkXEeWoBX/GVZT9zumFJcew3XknGTWJUr3h2AOymIQFt9g4mpag8IgOFEpSIlwhtZHdp1A==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-aria/overlays@3.22.1':
+ resolution: {integrity: sha512-GHiFMWO4EQ6+j6b5QCnNoOYiyx1Gk8ZiwLzzglCI4q1NY5AG2EAmfU4Z1+Gtrf2S5Y0zHbumC7rs9GnPoGLUYg==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-aria/overlays@3.23.2':
+ resolution: {integrity: sha512-vjlplr953YAuJfHiP4O+CyrTlr6OaFgXAGrzWq4MVMjnpV/PT5VRJWYFHR0sUGlHTPqeKS4NZbi/xCSgl/3pGQ==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-aria/progress@3.4.13':
+ resolution: {integrity: sha512-YBV9bOO5JzKvG8QCI0IAA00o6FczMgIDiK8Q9p5gKorFMatFUdRayxlbIPoYHMi+PguLil0jHgC7eOyaUcrZ0g==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-aria/progress@3.4.16':
+ resolution: {integrity: sha512-RbDIFQg4+/LG+KYZeLAijt2zH7K2Gp0CY9RKWdho3nU5l3/w57Fa7NrfDGWtpImrt7bR2nRmXMA6ESfr7THfrg==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-aria/radio@3.10.4':
+ resolution: {integrity: sha512-3fmoMcQtCpgjTwJReFjnvIE/C7zOZeCeWUn4JKDqz9s1ILYsC3Rk5zZ4q66tFn6v+IQnecrKT52wH6+hlVLwTA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-aria/radio@3.10.7':
+ resolution: {integrity: sha512-o2tqIe7xd1y4HeCBQfz/sXIwLJuI6LQbVoCQ1hgk/5dGhQ0LiuXohRYitGRl9zvxW8jYdgLULmOEDt24IflE8A==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-aria/searchfield@3.7.8':
+ resolution: {integrity: sha512-SsF5xwH8Us548QgzivvbM7nhFbw7pu23xnRRIuhlP3MwOR3jRUFh17NKxf3Z0jvrDv/u0xfm3JKHIgaUN0KJ2A==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-aria/select@3.14.9':
+ resolution: {integrity: sha512-tiNgMyA2G9nKnFn3pB/lMSgidNToxSFU7r6l4OcG+Vyr63J7B/3dF2lTXq8IYhlfOR3K3uQkjroSx52CmC3NDw==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-aria/selection@3.18.1':
+ resolution: {integrity: sha512-GSqN2jX6lh7v+ldqhVjAXDcrWS3N4IsKXxO6L6Ygsye86Q9q9Mq9twWDWWu5IjHD6LoVZLUBCMO+ENGbOkyqeQ==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-aria/selection@3.19.3':
+ resolution: {integrity: sha512-GYoObXCXlmGK08hp7Qfl6Bk0U+bKP5YDWSsX+MzNjJsqzQSLm4S06tRB9ACM7gIo9dDCvL4IRxdSYTJAlJc6bw==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-aria/separator@3.4.2':
+ resolution: {integrity: sha512-Xql9Kg3VlGesEUC7QheE+L5b3KgBv0yxiUU+/4JP8V2vfU/XSz4xmprHEeq7KVQVOetn38iiXU8gA5g26SEsUA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-aria/slider@3.7.11':
+ resolution: {integrity: sha512-2WAwjANXPsA2LHJ5nxxV4c7ihFAzz2spaBz8+FJ7MDYE7WroYnE8uAXElea1aGo+Lk0DTiAdepLpBkggqPNanw==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-aria/slider@3.7.8':
+ resolution: {integrity: sha512-MYvPcM0K8jxEJJicUK2+WxUkBIM/mquBxOTOSSIL3CszA80nXIGVnLlCUnQV3LOUzpWtabbWaZokSPtGgOgQOw==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-aria/spinbutton@3.6.8':
+ resolution: {integrity: sha512-OJMAYRIZ0WrWE+5tZsywrSg4t+aOwl6vl/e1+J64YcGMM+p+AKd61KGG5T0OgNSORXjoVIZOmj6wZ6Od4xfPMw==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-aria/ssr@3.9.4':
+ resolution: {integrity: sha512-4jmAigVq409qcJvQyuorsmBR4+9r3+JEC60wC+Y0MZV0HCtTmm8D9guYXlJMdx0SSkgj0hHAyFm/HvPNFofCoQ==}
+ engines: {node: '>= 12'}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-aria/ssr@3.9.5':
+ resolution: {integrity: sha512-xEwGKoysu+oXulibNUSkXf8itW0npHHTa6c4AyYeZIJyRoegeteYuFpZUBPtIDE8RfHdNsSmE1ssOkxRnwbkuQ==}
+ engines: {node: '>= 12'}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-aria/switch@3.6.4':
+ resolution: {integrity: sha512-2nVqz4ZuJyof47IpGSt3oZRmp+EdS8wzeDYgf42WHQXrx4uEOk1mdLJ20+NnsYhj/2NHZsvXVrjBeKMjlMs+0w==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-aria/switch@3.6.7':
+ resolution: {integrity: sha512-yBNvKylhc3ZRQ0+7mD0mIenRRe+1yb8YaqMMZr8r3Bf87LaiFtQyhRFziq6ZitcwTJz5LEWjBihxbSVvUrf49w==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-aria/table@3.14.1':
+ resolution: {integrity: sha512-WaPgQe4zQF5OaluO5rm+Y2nEoFR63vsLd4BT4yjK1uaFhKhDY2Zk+1SCVQvBLLKS4WK9dhP05nrNzT0vp/ZPOw==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-aria/table@3.15.3':
+ resolution: {integrity: sha512-nQCLjlEvyJHyuijHw8ESqnA9fxNJfQHx0WPcl08VDEb8VxcE/MVzSAIedSWaqjG5k9Oflz6o/F/zHtzw4AFAow==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-aria/tabs@3.9.1':
+ resolution: {integrity: sha512-S5v/0sRcOaSXaJYZuuy1ZVzYc7JD4sDyseG1133GjyuNjJOFHgoWMb+b4uxNIJbZxnLgynn/ZDBZSO+qU+fIxw==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-aria/tabs@3.9.5':
+ resolution: {integrity: sha512-aQZGAoOIg1B16qlvXIy6+rHbNBNVcWkGjOjeyvqTTPMjXt/FmElkICnqckI7MRJ1lTqzyppCOBitYOHSXRo8Uw==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-aria/tag@3.4.5':
+ resolution: {integrity: sha512-iyJuATQ8t2cdLC7hiZm143eeZze/MtgxaMq0OewlI9TUje54bkw2Q+CjERdgisIo3Eemf55JJgylGrTcalEJAg==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-aria/textfield@3.14.5':
+ resolution: {integrity: sha512-hj7H+66BjB1iTKKaFXwSZBZg88YT+wZboEXZ0DNdQB2ytzoz/g045wBItUuNi4ZjXI3P+0AOZznVMYadWBAmiA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-aria/textfield@3.14.8':
+ resolution: {integrity: sha512-FHEvsHdE1cMR2B7rlf+HIneITrC40r201oLYbHAp3q26jH/HUujzFBB9I20qhXjyBohMWfQLqJhSwhs1VW1RJQ==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-aria/toggle@3.10.7':
+ resolution: {integrity: sha512-/RJQU8QlPZXRElZ3Tt10F5K5STgUBUGPpfuFUGuwF3Kw3GpPxYsA1YAVjxXz2MMGwS0+y6+U/J1xIs1AF0Jwzg==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-aria/toolbar@3.0.0-beta.8':
+ resolution: {integrity: sha512-nMlA1KK54/Kohb3HlHAzobg69PVIEr8Q1j5P3tLd9apY8FgGvnz7yLpcj6kO1GA872gseEzgiO0Rzk+yRHQRCA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-aria/tooltip@3.7.4':
+ resolution: {integrity: sha512-+XRx4HlLYqWY3fB8Z60bQi/rbWDIGlFUtXYbtoa1J+EyRWfhpvsYImP8qeeNO/vgjUtDy1j9oKa8p6App9mBMQ==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-aria/tooltip@3.7.7':
+ resolution: {integrity: sha512-UOTTDbbUz7OaE48VjNSWl+XQbYCUs5Gss4I3Tv1pfRLXzVtGYXv3ur/vRayvZR0xd12ANY26fZPNkSmCFpmiXw==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-aria/tree@3.0.0-alpha.5':
+ resolution: {integrity: sha512-6JtkvQ/KQNFyqxc5M6JMVY63heHt2gZAwXxEt+Ojx/sbWDtDb5RrZVgkb44n7R/tMrFPJEiYZLMFPbGCsUQeJQ==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-aria/utils@3.24.1':
+ resolution: {integrity: sha512-O3s9qhPMd6n42x9sKeJ3lhu5V1Tlnzhu6Yk8QOvDuXf7UGuUjXf9mzfHJt1dYzID4l9Fwm8toczBzPM9t0jc8Q==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-aria/utils@3.25.2':
+ resolution: {integrity: sha512-GdIvG8GBJJZygB4L2QJP1Gabyn2mjFsha73I2wSe+o4DYeGWoJiMZRM06PyTIxLH4S7Sn7eVDtsSBfkc2VY/NA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-aria/virtualizer@4.0.2':
+ resolution: {integrity: sha512-HNhpZl53UM2Z8g0DNvjAW7aZRwOReYgKRxdTF/IlYHNMLpdqWZinKwLbxZCsbgX3SCjdIGns90YhkMSKVpfrpw==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-aria/visually-hidden@3.8.12':
+ resolution: {integrity: sha512-Bawm+2Cmw3Xrlr7ARzl2RLtKh0lNUdJ0eNqzWcyx4c0VHUAWtThmH5l+HRqFUGzzutFZVo89SAy40BAbd0gjVw==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-aria/visually-hidden@3.8.15':
+ resolution: {integrity: sha512-l+sJ7xTdD5Sd6+rDNDaeJCSPnHOsI+BaJyApvb/YcVgHa7rB47lp6TXCWUCDItcPY4JqRGyeByRJVrtzBFTWCw==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-stately/calendar@3.5.1':
+ resolution: {integrity: sha512-7l7QhqGUJ5AzWHfvZzbTe3J4t72Ht5BmhW4hlVI7flQXtfrmYkVtl3ZdytEZkkHmWGYZRW9b4IQTQGZxhtlElA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-stately/calendar@3.5.4':
+ resolution: {integrity: sha512-R2011mtFSXIjzMXaA+CZ1sflPm9XkTBMqVk77Bnxso2ZsG7FUX8nqFmaDavxwTuHFC6OUexAGSMs8bP9KycTNg==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-stately/checkbox@3.6.5':
+ resolution: {integrity: sha512-IXV3f9k+LtmfQLE+DKIN41Q5QB/YBLDCB1YVx5PEdRp52S9+EACD5683rjVm8NVRDwjMi2SP6RnFRk7fVb5Azg==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-stately/checkbox@3.6.8':
+ resolution: {integrity: sha512-c8TWjU67XHHBCpqj6+FXXhQUWGr2Pil1IKggX81pkedhWiJl3/7+WHJuZI0ivGnRjp3aISNOG8UNVlBEjS9E8A==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-stately/collections@3.10.7':
+ resolution: {integrity: sha512-KRo5O2MWVL8n3aiqb+XR3vP6akmHLhLWYZEmPKjIv0ghQaEebBTrN3wiEjtd6dzllv0QqcWvDLM1LntNfJ2TsA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-stately/collections@3.10.9':
+ resolution: {integrity: sha512-plyrng6hOQMG8LrjArMA6ts/DgWyXln3g90/hFNbqe/hdVYF53sDVsj8Jb+5LtoYTpiAlV6eOvy1XR0vPZUf8w==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-stately/color@3.7.2':
+ resolution: {integrity: sha512-tNJ7pQjBqXtfASdLRjIYzeI8q0b3JtxqkJbusyEEdLAumpcWkbOvl3Vp9un0Bu/XXWihDa4v2dEdpKxjM+pPxg==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-stately/combobox@3.8.4':
+ resolution: {integrity: sha512-iLVGvKRRz0TeJXZhZyK783hveHpYA6xovOSdzSD+WGYpiPXo1QrcrNoH3AE0Z2sHtorU+8nc0j58vh5PB+m2AA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-stately/combobox@3.9.2':
+ resolution: {integrity: sha512-ZsbAcD58IvxZqwYxg9d2gOf8R/k5RUB2TPUiGKD6wgWfEKH6SDzY3bgRByHGOyMCyJB62cHjih/ZShizNTguqA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-stately/data@3.11.6':
+ resolution: {integrity: sha512-S8q1Ejuhijl8SnyVOdDNFrMrWWnLk/Oh1ZT3KHSbTdpfMRtvhi5HukoiP06jlzz75phnpSPQL40npDtUB/kk3Q==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-stately/datepicker@3.10.2':
+ resolution: {integrity: sha512-pa5IZUw+49AyOnddwu4XwU2kI5eo/1thbiIVNHP8uDpbbBrBkquSk3zVFDAGX1cu/I1U2VUkt64U/dxgkwaMQw==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-stately/datepicker@3.9.4':
+ resolution: {integrity: sha512-yBdX01jn6gq4NIVvHIqdjBUPo+WN8Bujc4OnPw+ZnfA4jI0eIgq04pfZ84cp1LVXW0IB0VaCu1AlQ/kvtZjfGA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-stately/dnd@3.4.2':
+ resolution: {integrity: sha512-VrHmNoNdVGrx5JHdz/zewmN+N8rlZe+vL/iAOLmvQ74RRLEz8KDFnHdlhgKg1AZqaSg3JJ18BlHEkS7oL1n+tA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-stately/flags@3.0.3':
+ resolution: {integrity: sha512-/ha7XFA0RZTQsbzSPwu3KkbNMgbvuM0GuMTYLTBWpgBrovBNTM+QqI/PfZTdHg8PwCYF4H5Y8gjdSpdulCvJFw==}
+
+ '@react-stately/form@3.0.3':
+ resolution: {integrity: sha512-92YYBvlHEWUGUpXgIaQ48J50jU9XrxfjYIN8BTvvhBHdD63oWgm8DzQnyT/NIAMzdLnhkg7vP+fjG8LjHeyIAg==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-stately/form@3.0.5':
+ resolution: {integrity: sha512-J3plwJ63HQz109OdmaTqTA8Qhvl3gcYYK7DtgKyNP6mc/Me2Q4tl2avkWoA+22NRuv5m+J8TpBk4AVHUEOwqeQ==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-stately/grid@3.9.2':
+ resolution: {integrity: sha512-2gK//sqAqg2Xaq6UITTFQwFUJnBRgcW+cKBVbFt+F8d152xB6UwwTS/K79E5PUkOotwqZgTEpkrSFs/aVxCLpw==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-stately/layout@4.0.2':
+ resolution: {integrity: sha512-g3IOrYQcaWxWKW44fYCOLoLMYKEmoOAcT9vQIbgK8MLTQV9Zgt9sGREwn4WJPm85N58Ij6yP72aQ7og/PSymvg==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-stately/list@3.10.5':
+ resolution: {integrity: sha512-fV9plO+6QDHiewsYIhboxcDhF17GO95xepC5ki0bKXo44gr14g/LSo/BMmsaMnV+1BuGdBunB05bO4QOIaigXA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-stately/list@3.10.8':
+ resolution: {integrity: sha512-rHCiPLXd+Ry3ztR9DkLA5FPQeH4Zd4/oJAEDWJ77W3oBBOdiMp3ZdHDLP7KBRh17XGNLO/QruYoHWAQTPiMF4g==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-stately/menu@3.7.1':
+ resolution: {integrity: sha512-mX1w9HHzt+xal1WIT2xGrTQsoLvDwuB2R1Er1MBABs//MsJzccycatcgV/J/28m6tO5M9iuFQQvLV+i1dCtodg==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-stately/menu@3.8.2':
+ resolution: {integrity: sha512-lt6hIHmSixMzkKx1rKJf3lbAf01EmEvvIlENL20GLiU9cRbpPnPJ1aJMZ5Ad5ygglA7wAemAx+daPhlTQfF2rg==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-stately/numberfield@3.9.6':
+ resolution: {integrity: sha512-p2R9admGLI439qZzB39dyANhkruprJJtZwuoGVtxW/VD0ficw6BrPVqAaKG25iwKPkmveleh9p8o+yRqjGedcQ==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-stately/overlays@3.6.10':
+ resolution: {integrity: sha512-XxZ2qScT5JPwGk9qiVJE4dtVh3AXTcYwGRA5RsHzC26oyVVsegPqY2PmNJGblAh6Q57VyodoVUyebE0Eo5CzRw==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-stately/overlays@3.6.7':
+ resolution: {integrity: sha512-6zp8v/iNUm6YQap0loaFx6PlvN8C0DgWHNlrlzMtMmNuvjhjR0wYXVaTfNoUZBWj25tlDM81ukXOjpRXg9rLrw==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-stately/radio@3.10.4':
+ resolution: {integrity: sha512-kCIc7tAl4L7Hu4Wt9l2jaa+MzYmAJm0qmC8G8yPMbExpWbLRu6J8Un80GZu+JxvzgDlqDyrVvyv9zFifwH/NkQ==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-stately/radio@3.10.7':
+ resolution: {integrity: sha512-ZwGzFR+sGd42DxRlDTp3G2vLZyhMVtgHkwv2BxazPHxPMvLO9yYl7+3PPNxAmhMB4tg2u9CrzffpGX2rmEJEXA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-stately/searchfield@3.5.6':
+ resolution: {integrity: sha512-gVzU0FeWiLYD8VOYRgWlk79Qn7b2eirqOnWhtI5VNuGN8WyNaCIuBp6SkXTW2dY8hs2Hzn8HlMbgy1MIc7130Q==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-stately/select@3.6.7':
+ resolution: {integrity: sha512-hCUIddw0mPxVy1OH6jhyaDwgNea9wESjf+MYdnnTG/abRB+OZv/dWScd87OjzVsHTHWcw7CN4ZzlJoXm0FJbKQ==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-stately/selection@3.16.2':
+ resolution: {integrity: sha512-C4eSKw7BIZHJLPzwqGqCnsyFHiUIEyryVQZTJDt6d0wYBOHU6k1pW+Q4VhrZuzSv+IMiI2RkiXeJKc55f0ZXrg==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-stately/slider@3.5.4':
+ resolution: {integrity: sha512-Jsf7K17dr93lkNKL9ij8HUcoM1sPbq8TvmibD6DhrK9If2lje+OOL8y4n4qreUnfMT56HCAeS9wCO3fg3eMyrw==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-stately/slider@3.5.7':
+ resolution: {integrity: sha512-gEIGTcpBLcXixd8LYiLc8HKrBiGQJltrrEGoOvvTP8KVItXQxmeL+JiSsh8qgOoUdRRpzmAoFNUKGEg2/gtN8A==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-stately/table@3.11.8':
+ resolution: {integrity: sha512-EdyRW3lT1/kAVDp5FkEIi1BQ7tvmD2YgniGdLuW/l9LADo0T+oxZqruv60qpUS6sQap+59Riaxl91ClDxrJnpg==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-stately/table@3.12.2':
+ resolution: {integrity: sha512-dUcsrdALylhWz6exqIoqtR/dnrzjIAptMyAUPT378Y/mCYs4PxKkHSvtPEQrZhdQS1ALIIgfeg9KUVIempoXPw==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-stately/tabs@3.6.6':
+ resolution: {integrity: sha512-sOLxorH2uqjAA+v1ppkMCc2YyjgqvSGeBDgtR/lyPSDd4CVMoTExszROX2dqG0c8il9RQvzFuufUtQWMY6PgSA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-stately/tabs@3.6.9':
+ resolution: {integrity: sha512-YZDqZng3HrRX+uXmg6u78x73Oi24G5ICpiXVqDKKDkO333XCA5H8MWItiuPZkYB2h3SbaCaLqSobLkvCoWYpNQ==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-stately/toggle@3.7.4':
+ resolution: {integrity: sha512-CoYFe9WrhLkDP4HGDpJYQKwfiYCRBAeoBQHv+JWl5eyK61S8xSwoHsveYuEZ3bowx71zyCnNAqWRrmNOxJ4CKA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-stately/toggle@3.7.7':
+ resolution: {integrity: sha512-AS+xB4+hHWa3wzYkbS6pwBkovPfIE02B9SnuYTe0stKcuejpWKo5L3QMptW0ftFYsW3ZPCXuneImfObEw2T01A==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-stately/tooltip@3.4.12':
+ resolution: {integrity: sha512-QKYT/cze7n9qaBsk7o5ais3jRfhYCzcVRfps+iys/W+/9FFbbhjfQG995Lwi6b+vGOHWfXxXpwmyIO2tzM1Iog==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-stately/tooltip@3.4.9':
+ resolution: {integrity: sha512-P7CDJsdoKarz32qFwf3VNS01lyC+63gXpDZG31pUu+EO5BeQd4WKN/AH1Beuswpr4GWzxzFc1aXQgERFGVzraA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-stately/tree@3.8.1':
+ resolution: {integrity: sha512-LOdkkruJWch3W89h4B/bXhfr0t0t1aRfEp+IMrrwdRAl23NaPqwl5ILHs4Xu5XDHqqhg8co73pHrJwUyiTWEjw==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-stately/tree@3.8.4':
+ resolution: {integrity: sha512-HFNclIXJ/3QdGQWxXbj+tdlmIX/XwCfzAMB5m26xpJ6HtJhia6dtx3GLfcdyHNjmuRbAsTBsAAnnVKBmNRUdIQ==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-stately/utils@3.10.1':
+ resolution: {integrity: sha512-VS/EHRyicef25zDZcM/ClpzYMC5i2YGN6uegOeQawmgfGjb02yaCX0F0zR69Pod9m2Hr3wunTbtpgVXvYbZItg==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-stately/utils@3.10.3':
+ resolution: {integrity: sha512-moClv7MlVSHpbYtQIkm0Cx+on8Pgt1XqtPx6fy9rQFb2DNc9u1G3AUVnqA17buOkH1vLxAtX4MedlxMWyRCYYA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-stately/virtualizer@3.7.1':
+ resolution: {integrity: sha512-voHgE6EQ+oZaLv6u2umKxakvIKNkCQuUihqKACTjdslp7SJh4Mvs3oLBI0hf0JOh+rCcFIKDvQtFwy1fXFRYBA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-stately/virtualizer@4.0.2':
+ resolution: {integrity: sha512-LiSr6E6OoL/cKVFO088zEzkNGj41g02nlOAgLluYONncNEjoYiHmb8Yw0otPgViVLKiFjO6Kk4W+dbt8EZ51Ag==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-types/accordion@3.0.0-alpha.21':
+ resolution: {integrity: sha512-cbE06jH/ZoI+1898xd7ocQ/A/Rtkz8wTJAVOYgc8VRY1SYNQ/XZTGH5T6dD6aERAmiDwL/kjD7xhsE80DyaEKA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-types/breadcrumbs@3.7.5':
+ resolution: {integrity: sha512-lV9IDYsMiu2TgdMIjEmsOE0YWwjb3jhUNK1DCZZfq6uWuiHLgyx2EncazJBUWSjHJ4ta32j7xTuXch+8Ai6u/A==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-types/breadcrumbs@3.7.7':
+ resolution: {integrity: sha512-ZmhXwD2LLzfEA2OvOCp/QvXu8A/Edsrn5q0qUDGsmOZj9SCVeT82bIv8P+mQnATM13mi2gyoik6102Jc1OscJA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-types/button@3.9.4':
+ resolution: {integrity: sha512-raeQBJUxBp0axNF74TXB8/H50GY8Q3eV6cEKMbZFP1+Dzr09Ngv0tJBeW0ewAxAguNH5DRoMUAUGIXtSXskVdA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-types/button@3.9.6':
+ resolution: {integrity: sha512-8lA+D5JLbNyQikf8M/cPP2cji91aVTcqjrGpDqI7sQnaLFikM8eFR6l1ZWGtZS5MCcbfooko77ha35SYplSQvw==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-types/calendar@3.4.6':
+ resolution: {integrity: sha512-WSntZPwtvsIYWvBQRAPvuCn55UTJBZroTvX0vQvWykJRQnPAI20G1hMQ3dNsnAL+gLZUYxBXn66vphmjUuSYew==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-types/calendar@3.4.9':
+ resolution: {integrity: sha512-O/PS9c21HgO9qzxOyZ7/dTccxabFZdF6tj3UED4DrBw7AN3KZ7JMzwzYbwHinOcO7nUcklGgNoAIHk45UAKR9g==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-types/checkbox@3.8.1':
+ resolution: {integrity: sha512-5/oVByPw4MbR/8QSdHCaalmyWC71H/QGgd4aduTJSaNi825o+v/hsN2/CH7Fq9atkLKsC8fvKD00Bj2VGaKriQ==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-types/checkbox@3.8.3':
+ resolution: {integrity: sha512-f4c1mnLEt0iS1NMkyZXgT3q3AgcxzDk7w6MSONOKydcnh0xG5L2oefY14DhVDLkAuQS7jThlUFwiAs+MxiO3MA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-types/color@3.0.0-rc.1':
+ resolution: {integrity: sha512-aw6FzrBlZTWKrFaFskM7e3AFICe6JqH10wO0E919goa3LZDDFbyYEwRpatwjIyiZH1elEUkFPgwqpv3ZcPPn8g==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-types/combobox@3.11.1':
+ resolution: {integrity: sha512-UNc3OHt5cUt5gCTHqhQIqhaWwKCpaNciD8R7eQazmHiA9fq8ROlV+7l3gdNgdhJbTf5Bu/V5ISnN7Y1xwL3zqQ==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-types/combobox@3.12.1':
+ resolution: {integrity: sha512-bd5YwHZWtgnJx4jGbplWbYzXj7IbO5w3IY5suNR7r891rx6IktquZ8GQwyYH0pQ/x+X5LdK2xI59i6+QC2PmlA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-types/datepicker@3.7.4':
+ resolution: {integrity: sha512-ZfvgscvNzBJpYyVWg3nstJtA/VlWLwErwSkd1ivZYam859N30w8yH+4qoYLa6FzWLCFlrsRHyvtxlEM7lUAt5A==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-types/datepicker@3.8.2':
+ resolution: {integrity: sha512-Ih4F0bNVGrEuwCD8XmmBAspuuOBsj/Svn/pDFtC2RyAZjXfWh+sI+n4XLz/sYKjvARh5TUI8GNy9smYS4vYXug==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-types/dialog@3.5.12':
+ resolution: {integrity: sha512-JmpQbSpXltqEyYfEwoqDolABIiojeExkqolHNdQlayIsfFuSxZxNwXZPOpz58Ri/iwv21JP7K3QF0Gb2Ohxl9w==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-types/form@3.7.6':
+ resolution: {integrity: sha512-lhS2y1bVtRnyYjkM+ylJUp2g663ZNbeZxu2o+mFfD5c2wYmVLA58IWR90c7DL8IVUitoANnZ1JPhhXvutiFpQQ==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-types/grid@3.2.6':
+ resolution: {integrity: sha512-XfHenL2jEBUYrhKiPdeM24mbLRXUn79wVzzMhrNYh24nBwhsPPpxF+gjFddT3Cy8dt6tRInfT6pMEu9nsXwaHw==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-types/grid@3.2.8':
+ resolution: {integrity: sha512-6PJrpukwMqlv3IhJSDkJuVbhHM8Oe6hd2supWqd9adMXrlSP7QHt9a8SgFcFblCCTx8JzUaA0PvY5sTudcEtOQ==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-types/link@3.5.5':
+ resolution: {integrity: sha512-G6P5WagHDR87npN7sEuC5IIgL1GsoY4WFWKO4734i2CXRYx24G9P0Su3AX4GA3qpspz8sK1AWkaCzBMmvnunfw==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-types/link@3.5.7':
+ resolution: {integrity: sha512-2WyaVmm1qr9UrSG3Dq6iz+2ziuVp+DH8CsYZ9CA6aNNb6U18Hxju3LTPb4a5gM0eC7W0mQGNBmrgGlAdDZEJOw==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-types/listbox@3.5.1':
+ resolution: {integrity: sha512-n5bOgD9lgfK1qaLtag9WPnu151SwXBCNn/OgGY/Br9mWRl+nPUEYtFcPX+2VCld7uThf54kwrTmzlFnaraIlcw==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-types/menu@3.9.11':
+ resolution: {integrity: sha512-IguQVF70d7aHXgWB1Rd2a/PiIuLZ2Nt7lyayJshLcy/NLOYmgpTmTyn2WCtlA5lTfQwmQrNFf4EvnWkeljJXdA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-types/menu@3.9.9':
+ resolution: {integrity: sha512-FamUaPVs1Fxr4KOMI0YcR2rYZHoN7ypGtgiEiJ11v/tEPjPPGgeKDxii0McCrdOkjheatLN1yd2jmMwYj6hTDg==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-types/meter@3.4.3':
+ resolution: {integrity: sha512-Y2fX5CTAPGRKxVSeepbeyN6/K+wlF9pMRcNxTSU2qDwdoFqNCtTWMcWuCsU/Y2L/zU0jFWu4x0Vo7WkrcsgcMA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-types/numberfield@3.8.5':
+ resolution: {integrity: sha512-LVWggkxwd1nyVZomXBPfQA1E4I4/i4PBifjcDs2AfcV7q5RE9D+DVIDXsYucVOBxPlDOxiAq/T9ypobspWSwHw==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-types/overlays@3.8.7':
+ resolution: {integrity: sha512-zCOYvI4at2DkhVpviIClJ7bRrLXYhSg3Z3v9xymuPH3mkiuuP/dm8mUCtkyY4UhVeUTHmrQh1bzaOP00A+SSQA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-types/overlays@3.8.9':
+ resolution: {integrity: sha512-9ni9upQgXPnR+K9cWmbYWvm3ll9gH8P/XsEZprqIV5zNLMF334jADK48h4jafb1X9RFnj0WbHo6BqcSObzjTig==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-types/progress@3.5.4':
+ resolution: {integrity: sha512-JNc246sTjasPyx5Dp7/s0rp3Bz4qlu4LrZTulZlxWyb53WgBNL7axc26CCi+I20rWL9+c7JjhrRxnLl/1cLN5g==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-types/progress@3.5.6':
+ resolution: {integrity: sha512-Nh43sjQ5adyN1bTHBPRaIPhXUdBqP0miYeJpeMY3V/KUl4qmouJLwDnccwFG4xLm6gBfYe22lgbbV7nAfNnuTQ==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-types/radio@3.8.1':
+ resolution: {integrity: sha512-bK0gio/qj1+0Ldu/3k/s9BaOZvnnRgvFtL3u5ky479+aLG5qf1CmYed3SKz8ErZ70JkpuCSrSwSCFf0t1IHovw==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-types/radio@3.8.3':
+ resolution: {integrity: sha512-fUVJt4Bb6jOReFqnhHVNxWXH7t6c60uSFfoPKuXt/xI9LL1i2jhpur0ggpTfIn3qLIAmNBU6bKBCWAdr4KjeVQ==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-types/searchfield@3.5.8':
+ resolution: {integrity: sha512-EcdqalHNIC6BJoRfmqUhAvXRd3aHkWlV1cFCz57JJKgUEFYyXPNrXd1b73TKLzTXEk+X/D6LKV15ILYpEaxu8w==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-types/select@3.9.4':
+ resolution: {integrity: sha512-xI7dnOW2st91fPPcv6hdtrTdcfetYiqZuuVPZ5TRobY7Q10/Zqqe/KqtOw1zFKUj9xqNJe4Ov3xP5GSdcO60Eg==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-types/select@3.9.6':
+ resolution: {integrity: sha512-cVSFR0eJLup/ht1Uto+y8uyLmHO89J6wNh65SIHb3jeVz9oLBAedP3YNI2qB+F9qFMUcA8PBSLXIIuT6gXzLgQ==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-types/shared@3.23.1':
+ resolution: {integrity: sha512-5d+3HbFDxGZjhbMBeFHRQhexMFt4pUce3okyRtUVKbbedQFUrtXSBg9VszgF2RTeQDKDkMCIQDtz5ccP/Lk1gw==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-types/shared@3.24.1':
+ resolution: {integrity: sha512-AUQeGYEm/zDTN6zLzdXolDxz3Jk5dDL7f506F07U8tBwxNNI3WRdhU84G0/AaFikOZzDXhOZDr3MhQMzyE7Ydw==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-types/slider@3.7.5':
+ resolution: {integrity: sha512-bRitwQRQjQoOcKEdPMljnvm474dwrmsc6pdsVQDh/qynzr+KO9IHuYc3qPW53WVE2hMQJDohlqtCAWQXWQ5Vcg==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-types/switch@3.5.5':
+ resolution: {integrity: sha512-SZx1Bd+COhAOs/RTifbZG+uq/llwba7VAKx7XBeX4LeIz1dtguy5bigOBgFTMQi4qsIVCpybSWEEl+daj4XFPw==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-types/table@3.10.1':
+ resolution: {integrity: sha512-xsNh0Gm4GtNeSknZqkMsfGvc94fycmfhspGO+FzQKim2hB5k4yILwd+lHYQ2UKW6New9GVH/zN2Pd3v67IeZ2g==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-types/table@3.9.5':
+ resolution: {integrity: sha512-fgM2j9F/UR4Anmd28CueghCgBwOZoCVyN8fjaIFPd2MN4gCwUUfANwxLav65gZk4BpwUXGoQdsW+X50L3555mg==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-types/tabs@3.3.7':
+ resolution: {integrity: sha512-ZdLe5xOcFX6+/ni45Dl2jO0jFATpTnoSqj6kLIS/BYv8oh0n817OjJkLf+DS3CLfNjApJWrHqAk34xNh6nRnEg==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-types/tabs@3.3.9':
+ resolution: {integrity: sha512-3Q9kRVvg/qDyeJR/W1+C2z2OyvDWQrSLvOCvAezX5UKzww4rBEAA8OqBlyDwn7q3fiwrh/m64l6p+dbln+RdxQ==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-types/textfield@3.9.3':
+ resolution: {integrity: sha512-DoAY6cYOL0pJhgNGI1Rosni7g72GAt4OVr2ltEx2S9ARmFZ0DBvdhA9lL2nywcnKMf27PEJcKMXzXc10qaHsJw==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@react-types/textfield@3.9.6':
+ resolution: {integrity: sha512-0uPqjJh4lYp1aL1HL9IlV8Cgp8eT0PcsNfdoCktfkLytvvBPmox2Pfm57W/d0xTtzZu2CjxhYNTob+JtGAOeXA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-types/tooltip@3.4.11':
+ resolution: {integrity: sha512-WPikHQxeT5Lb09yJEaW6Ja3ecE0g1YM6ukWYS2v/iZLUPn5YlYrGytspuCYQNSh/u7suCz4zRLEHYCl7OCigjw==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ '@react-types/tooltip@3.4.9':
+ resolution: {integrity: sha512-wZ+uF1+Zc43qG+cOJzioBmLUNjRa7ApdcT0LI1VvaYvH5GdfjzUJOorLX9V/vAci0XMJ50UZ+qsh79aUlw2yqg==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
+
+ '@rollup/rollup-android-arm-eabi@4.21.0':
+ resolution: {integrity: sha512-WTWD8PfoSAJ+qL87lE7votj3syLavxunWhzCnx3XFxFiI/BA/r3X7MUM8dVrH8rb2r4AiO8jJsr3ZjdaftmnfA==}
+ cpu: [arm]
+ os: [android]
+
+ '@rollup/rollup-android-arm64@4.21.0':
+ resolution: {integrity: sha512-a1sR2zSK1B4eYkiZu17ZUZhmUQcKjk2/j9Me2IDjk1GHW7LB5Z35LEzj9iJch6gtUfsnvZs1ZNyDW2oZSThrkA==}
+ cpu: [arm64]
+ os: [android]
+
+ '@rollup/rollup-darwin-arm64@4.21.0':
+ resolution: {integrity: sha512-zOnKWLgDld/svhKO5PD9ozmL6roy5OQ5T4ThvdYZLpiOhEGY+dp2NwUmxK0Ld91LrbjrvtNAE0ERBwjqhZTRAA==}
+ cpu: [arm64]
+ os: [darwin]
+
+ '@rollup/rollup-darwin-x64@4.21.0':
+ resolution: {integrity: sha512-7doS8br0xAkg48SKE2QNtMSFPFUlRdw9+votl27MvT46vo44ATBmdZdGysOevNELmZlfd+NEa0UYOA8f01WSrg==}
+ cpu: [x64]
+ os: [darwin]
+
+ '@rollup/rollup-linux-arm-gnueabihf@4.21.0':
+ resolution: {integrity: sha512-pWJsfQjNWNGsoCq53KjMtwdJDmh/6NubwQcz52aEwLEuvx08bzcy6tOUuawAOncPnxz/3siRtd8hiQ32G1y8VA==}
+ cpu: [arm]
+ os: [linux]
+
+ '@rollup/rollup-linux-arm-musleabihf@4.21.0':
+ resolution: {integrity: sha512-efRIANsz3UHZrnZXuEvxS9LoCOWMGD1rweciD6uJQIx2myN3a8Im1FafZBzh7zk1RJ6oKcR16dU3UPldaKd83w==}
+ cpu: [arm]
+ os: [linux]
+
+ '@rollup/rollup-linux-arm64-gnu@4.21.0':
+ resolution: {integrity: sha512-ZrPhydkTVhyeGTW94WJ8pnl1uroqVHM3j3hjdquwAcWnmivjAwOYjTEAuEDeJvGX7xv3Z9GAvrBkEzCgHq9U1w==}
+ cpu: [arm64]
+ os: [linux]
+
+ '@rollup/rollup-linux-arm64-musl@4.21.0':
+ resolution: {integrity: sha512-cfaupqd+UEFeURmqNP2eEvXqgbSox/LHOyN9/d2pSdV8xTrjdg3NgOFJCtc1vQ/jEke1qD0IejbBfxleBPHnPw==}
+ cpu: [arm64]
+ os: [linux]
+
+ '@rollup/rollup-linux-powerpc64le-gnu@4.21.0':
+ resolution: {integrity: sha512-ZKPan1/RvAhrUylwBXC9t7B2hXdpb/ufeu22pG2psV7RN8roOfGurEghw1ySmX/CmDDHNTDDjY3lo9hRlgtaHg==}
+ cpu: [ppc64]
+ os: [linux]
+
+ '@rollup/rollup-linux-riscv64-gnu@4.21.0':
+ resolution: {integrity: sha512-H1eRaCwd5E8eS8leiS+o/NqMdljkcb1d6r2h4fKSsCXQilLKArq6WS7XBLDu80Yz+nMqHVFDquwcVrQmGr28rg==}
+ cpu: [riscv64]
+ os: [linux]
+
+ '@rollup/rollup-linux-s390x-gnu@4.21.0':
+ resolution: {integrity: sha512-zJ4hA+3b5tu8u7L58CCSI0A9N1vkfwPhWd/puGXwtZlsB5bTkwDNW/+JCU84+3QYmKpLi+XvHdmrlwUwDA6kqw==}
+ cpu: [s390x]
+ os: [linux]
+
+ '@rollup/rollup-linux-x64-gnu@4.21.0':
+ resolution: {integrity: sha512-e2hrvElFIh6kW/UNBQK/kzqMNY5mO+67YtEh9OA65RM5IJXYTWiXjX6fjIiPaqOkBthYF1EqgiZ6OXKcQsM0hg==}
+ cpu: [x64]
+ os: [linux]
+
+ '@rollup/rollup-linux-x64-musl@4.21.0':
+ resolution: {integrity: sha512-1vvmgDdUSebVGXWX2lIcgRebqfQSff0hMEkLJyakQ9JQUbLDkEaMsPTLOmyccyC6IJ/l3FZuJbmrBw/u0A0uCQ==}
+ cpu: [x64]
+ os: [linux]
+
+ '@rollup/rollup-win32-arm64-msvc@4.21.0':
+ resolution: {integrity: sha512-s5oFkZ/hFcrlAyBTONFY1TWndfyre1wOMwU+6KCpm/iatybvrRgmZVM+vCFwxmC5ZhdlgfE0N4XorsDpi7/4XQ==}
+ cpu: [arm64]
+ os: [win32]
+
+ '@rollup/rollup-win32-ia32-msvc@4.21.0':
+ resolution: {integrity: sha512-G9+TEqRnAA6nbpqyUqgTiopmnfgnMkR3kMukFBDsiyy23LZvUCpiUwjTRx6ezYCjJODXrh52rBR9oXvm+Fp5wg==}
+ cpu: [ia32]
+ os: [win32]
+
+ '@rollup/rollup-win32-x64-msvc@4.21.0':
+ resolution: {integrity: sha512-2jsCDZwtQvRhejHLfZ1JY6w6kEuEtfF9nzYsZxzSlNVKDX+DpsDJ+Rbjkm74nvg2rdx0gwBS+IMdvwJuq3S9pQ==}
+ cpu: [x64]
+ os: [win32]
+
+ '@swc/helpers@0.5.12':
+ resolution: {integrity: sha512-KMZNXiGibsW9kvZAO1Pam2JPTDBm+KSHMMHWdsyI/1DbIZjT2A6Gy3hblVXUMEDvUAKq+e0vL0X0o54owWji7g==}
+
+ '@types/babel__core@7.20.5':
+ resolution: {integrity: sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==}
+
+ '@types/babel__generator@7.6.8':
+ resolution: {integrity: sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==}
+
+ '@types/babel__template@7.4.4':
+ resolution: {integrity: sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==}
+
+ '@types/babel__traverse@7.20.6':
+ resolution: {integrity: sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg==}
+
+ '@types/estree@1.0.5':
+ resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==}
+
+ '@types/istanbul-lib-coverage@2.0.6':
+ resolution: {integrity: sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==}
+
+ '@types/istanbul-lib-report@3.0.3':
+ resolution: {integrity: sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==}
+
+ '@types/istanbul-reports@1.1.2':
+ resolution: {integrity: sha512-P/W9yOX/3oPZSpaYOCQzGqgCQRXn0FFO/V8bWrCQs+wLmvVVxk6CRBXALEvNs9OHIatlnlFokfhuDo2ug01ciw==}
+
+ '@types/lodash.debounce@4.0.9':
+ resolution: {integrity: sha512-Ma5JcgTREwpLRwMM+XwBR7DaWe96nC38uCBDFKZWbNKD+osjVzdpnUSwBcqCptrp16sSOLBAUb50Car5I0TCsQ==}
+
+ '@types/lodash@4.17.7':
+ resolution: {integrity: sha512-8wTvZawATi/lsmNu10/j2hk1KEP0IvjubqPE3cu1Xz7xfXXt5oCq3SNUz4fMIP4XGF9Ky+Ue2tBA3hcS7LSBlA==}
+
+ '@types/long@4.0.2':
+ resolution: {integrity: sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA==}
+
+ '@types/node@22.5.0':
+ resolution: {integrity: sha512-DkFrJOe+rfdHTqqMg0bSNlGlQ85hSoh2TPzZyhHsXnMtligRWpxUySiyw8FY14ITt24HVCiQPWxS3KO/QlGmWg==}
+
+ '@types/prop-types@15.7.12':
+ resolution: {integrity: sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==}
+
+ '@types/react-dom@18.2.18':
+ resolution: {integrity: sha512-TJxDm6OfAX2KJWJdMEVTwWke5Sc/E/RlnPGvGfS0W7+6ocy2xhDVQVh/KvC2Uf7kACs+gDytdusDSdWfWkaNzw==}
+
+ '@types/react@18.2.48':
+ resolution: {integrity: sha512-qboRCl6Ie70DQQG9hhNREz81jqC1cs9EVNcjQ1AU+jH6NFfSAhVVbrrY/+nSF+Bsk4AOwm9Qa61InvMCyV+H3w==}
+
+ '@types/scheduler@0.23.0':
+ resolution: {integrity: sha512-YIoDCTH3Af6XM5VuwGG/QL/CJqga1Zm3NkU3HZ4ZHK2fRMPYP1VczsTUqtsf43PH/iJNVlPHAo2oWX7BSdB2Hw==}
+
+ '@types/yargs-parser@21.0.3':
+ resolution: {integrity: sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==}
+
+ '@types/yargs@13.0.12':
+ resolution: {integrity: sha512-qCxJE1qgz2y0hA4pIxjBR+PelCH0U5CK1XJXFwCNqfmliatKp47UCXXE9Dyk1OXBDLvsCF57TqQEJaeLfDYEOQ==}
+
+ '@vitejs/plugin-react@4.3.1':
+ resolution: {integrity: sha512-m/V2syj5CuVnaxcUJOQRel/Wr31FFXRFlnOoq1TVtkCxsY5veGMTEmpWHndrhB2U8ScHtCQB1e+4hWYExQc6Lg==}
+ engines: {node: ^14.18.0 || >=16.0.0}
+ peerDependencies:
+ vite: ^4.2.0 || ^5.0.0
+
+ '@xenova/transformers@2.15.0':
+ resolution: {integrity: sha512-e8pt+yLGSmwZnQR5Q/fq1NJ6fPr3+WKqxh/jF2PzfXFZ2KZsDdFQeCVlk8AnOADP4Aimlqy+Wp/xuws96/pX9A==}
+
+ ansi-regex@4.1.1:
+ resolution: {integrity: sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==}
+ engines: {node: '>=6'}
+
+ ansi-regex@5.0.1:
+ resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==}
+ engines: {node: '>=8'}
+
+ ansi-regex@6.0.1:
+ resolution: {integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==}
+ engines: {node: '>=12'}
+
+ ansi-styles@3.2.1:
+ resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==}
+ engines: {node: '>=4'}
+
+ ansi-styles@4.3.0:
+ resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==}
+ engines: {node: '>=8'}
+
+ ansi-styles@6.2.1:
+ resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==}
+ engines: {node: '>=12'}
+
+ any-promise@1.3.0:
+ resolution: {integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==}
+
+ anymatch@3.1.3:
+ resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==}
+ engines: {node: '>= 8'}
+
+ arg@5.0.2:
+ resolution: {integrity: sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==}
+
+ autoprefixer@10.4.20:
+ resolution: {integrity: sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==}
+ engines: {node: ^10 || ^12 || >=14}
+ hasBin: true
+ peerDependencies:
+ postcss: ^8.1.0
+
+ b4a@1.6.6:
+ resolution: {integrity: sha512-5Tk1HLk6b6ctmjIkAcU/Ujv/1WqiDl0F0JdRCR80VsOcUlHcu7pWeWRlOqQLHfDEsVx9YH/aif5AG4ehoCtTmg==}
+
+ babel-plugin-react-compiler@0.0.0-experimental-48eb8f4-20240822:
+ resolution: {integrity: sha512-yMkqwmqBtn6R8sY5b6I4aEQxzaX8sDHLa2JnU44wmZT6UFKh6GqPxtHw1mPNvxEadIXeyClT+JEZda/cA//F2g==}
+
+ balanced-match@1.0.2:
+ resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
+
+ bare-events@2.4.2:
+ resolution: {integrity: sha512-qMKFd2qG/36aA4GwvKq8MxnPgCQAmBWmSyLWsJcbn8v03wvIPQ/hG1Ms8bPzndZxMDoHpxez5VOS+gC9Yi24/Q==}
+
+ bare-fs@2.3.1:
+ resolution: {integrity: sha512-W/Hfxc/6VehXlsgFtbB5B4xFcsCl+pAh30cYhoFyXErf6oGrwjh8SwiPAdHgpmWonKuYpZgGywN0SXt7dgsADA==}
+
+ bare-os@2.4.0:
+ resolution: {integrity: sha512-v8DTT08AS/G0F9xrhyLtepoo9EJBJ85FRSMbu1pQUlAf6A8T0tEEQGMVObWeqpjhSPXsE0VGlluFBJu2fdoTNg==}
+
+ bare-path@2.1.3:
+ resolution: {integrity: sha512-lh/eITfU8hrj9Ru5quUp0Io1kJWIk1bTjzo7JH1P5dWmQ2EL4hFUlfI8FonAhSlgIfhn63p84CDY/x+PisgcXA==}
+
+ bare-stream@2.1.3:
+ resolution: {integrity: sha512-tiDAH9H/kP+tvNO5sczyn9ZAA7utrSMobyDchsnyyXBuUe2FSQWbxhtuHB8jwpHYYevVo2UJpcmvvjrbHboUUQ==}
+
+ base64-js@1.5.1:
+ resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==}
+
+ binary-extensions@2.3.0:
+ resolution: {integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==}
+ engines: {node: '>=8'}
+
+ birpc@0.2.17:
+ resolution: {integrity: sha512-+hkTxhot+dWsLpp3gia5AkVHIsKlZybNT5gIYiDlNzJrmYPcTM9k5/w2uaj3IPpd7LlEYpmCj4Jj1nC41VhDFg==}
+
+ bl@4.1.0:
+ resolution: {integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==}
+
+ brace-expansion@2.0.1:
+ resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==}
+
+ braces@3.0.3:
+ resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
+ engines: {node: '>=8'}
+
+ browserslist@4.23.3:
+ resolution: {integrity: sha512-btwCFJVjI4YWDNfau8RhZ+B1Q/VLoUITrm3RlP6y1tYGWIOa+InuYiRGXUBXo8nA1qKmHMyLB/iVQg5TT4eFoA==}
+ engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
+ hasBin: true
+
+ buffer@5.7.1:
+ resolution: {integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==}
+
+ buffer@6.0.3:
+ resolution: {integrity: sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==}
+
+ camelcase-css@2.0.1:
+ resolution: {integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==}
+ engines: {node: '>= 6'}
+
+ caniuse-lite@1.0.30001653:
+ resolution: {integrity: sha512-XGWQVB8wFQ2+9NZwZ10GxTYC5hk0Fa+q8cSkr0tgvMhYhMHP/QC+WTgrePMDBWiWc/pV+1ik82Al20XOK25Gcw==}
+
+ chalk@2.4.2:
+ resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==}
+ engines: {node: '>=4'}
+
+ chalk@4.1.2:
+ resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==}
+ engines: {node: '>=10'}
+
+ chokidar@3.6.0:
+ resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==}
+ engines: {node: '>= 8.10.0'}
+
+ chownr@1.1.4:
+ resolution: {integrity: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==}
+
+ chownr@3.0.0:
+ resolution: {integrity: sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==}
+ engines: {node: '>=18'}
+
+ client-only@0.0.1:
+ resolution: {integrity: sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==}
+
+ clsx@1.2.1:
+ resolution: {integrity: sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==}
+ engines: {node: '>=6'}
+
+ clsx@2.1.1:
+ resolution: {integrity: sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==}
+ engines: {node: '>=6'}
+
+ color-convert@1.9.3:
+ resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==}
+
+ color-convert@2.0.1:
+ resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==}
+ engines: {node: '>=7.0.0'}
+
+ color-name@1.1.3:
+ resolution: {integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==}
+
+ color-name@1.1.4:
+ resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
+
+ color-string@1.9.1:
+ resolution: {integrity: sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==}
+
+ color2k@2.0.3:
+ resolution: {integrity: sha512-zW190nQTIoXcGCaU08DvVNFTmQhUpnJfVuAKfWqUQkflXKpaDdpaYoM0iluLS9lgJNHyBF58KKA2FBEwkD7wog==}
+
+ color@4.2.3:
+ resolution: {integrity: sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==}
+ engines: {node: '>=12.5.0'}
+
+ commander@4.1.1:
+ resolution: {integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==}
+ engines: {node: '>= 6'}
+
+ compute-scroll-into-view@3.1.0:
+ resolution: {integrity: sha512-rj8l8pD4bJ1nx+dAkMhV1xB5RuZEyVysfxJqB1pRchh1KVvwOv9b7CGB8ZfjTImVv2oF+sYMUkMZq6Na5Ftmbg==}
+
+ convert-source-map@2.0.0:
+ resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==}
+
+ cross-spawn@7.0.3:
+ resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==}
+ engines: {node: '>= 8'}
+
+ cssesc@3.0.0:
+ resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==}
+ engines: {node: '>=4'}
+ hasBin: true
+
+ csstype@3.1.3:
+ resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==}
+
+ debug@4.3.6:
+ resolution: {integrity: sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==}
+ engines: {node: '>=6.0'}
+ peerDependencies:
+ supports-color: '*'
+ peerDependenciesMeta:
+ supports-color:
+ optional: true
+
+ decompress-response@6.0.0:
+ resolution: {integrity: sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==}
+ engines: {node: '>=10'}
+
+ deep-extend@0.6.0:
+ resolution: {integrity: sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==}
+ engines: {node: '>=4.0.0'}
+
+ deepmerge@4.3.1:
+ resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==}
+ engines: {node: '>=0.10.0'}
+
+ derive-valtio@0.1.0:
+ resolution: {integrity: sha512-OCg2UsLbXK7GmmpzMXhYkdO64vhJ1ROUUGaTFyHjVwEdMEcTTRj7W1TxLbSBxdY8QLBPCcp66MTyaSy0RpO17A==}
+ peerDependencies:
+ valtio: '*'
+
+ detect-libc@2.0.3:
+ resolution: {integrity: sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==}
+ engines: {node: '>=8'}
+
+ detect-node-es@1.1.0:
+ resolution: {integrity: sha512-ypdmJU/TbBby2Dxibuv7ZLW3Bs1QEmM7nHjEANfohJLvE0XVujisn1qPJcZxg+qDucsr+bP6fLD1rPS3AhJ7EQ==}
+
+ didyoumean@1.2.2:
+ resolution: {integrity: sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==}
+
+ dlv@1.1.3:
+ resolution: {integrity: sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==}
+
+ eastasianwidth@0.2.0:
+ resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==}
+
+ electron-to-chromium@1.5.13:
+ resolution: {integrity: sha512-lbBcvtIJ4J6sS4tb5TLp1b4LyfCdMkwStzXPyAgVgTRAsep4bvrAGaBOP7ZJtQMNJpSQ9SqG4brWOroNaQtm7Q==}
+
+ emoji-regex@8.0.0:
+ resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
+
+ emoji-regex@9.2.2:
+ resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==}
+
+ end-of-stream@1.4.4:
+ resolution: {integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==}
+
+ esbuild@0.21.5:
+ resolution: {integrity: sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==}
+ engines: {node: '>=12'}
+ hasBin: true
+
+ escalade@3.1.2:
+ resolution: {integrity: sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==}
+ engines: {node: '>=6'}
+
+ escape-string-regexp@1.0.5:
+ resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==}
+ engines: {node: '>=0.8.0'}
+
+ eventemitter3@5.0.1:
+ resolution: {integrity: sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==}
+
+ expand-template@2.0.3:
+ resolution: {integrity: sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==}
+ engines: {node: '>=6'}
+
+ fast-fifo@1.3.2:
+ resolution: {integrity: sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==}
+
+ fast-glob@3.3.2:
+ resolution: {integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==}
+ engines: {node: '>=8.6.0'}
+
+ fastq@1.17.1:
+ resolution: {integrity: sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==}
+
+ fill-range@7.1.1:
+ resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==}
+ engines: {node: '>=8'}
+
+ flat@5.0.2:
+ resolution: {integrity: sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==}
+ hasBin: true
+
+ flatbuffers@1.12.0:
+ resolution: {integrity: sha512-c7CZADjRcl6j0PlvFy0ZqXQ67qSEZfrVPynmnL+2zPc+NtMvrF8Y0QceMo7QqnSPc7+uWjUIAbvCQ5WIKlMVdQ==}
+
+ foreground-child@3.3.0:
+ resolution: {integrity: sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==}
+ engines: {node: '>=14'}
+
+ fraction.js@4.3.7:
+ resolution: {integrity: sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==}
+
+ framer-motion@11.3.30:
+ resolution: {integrity: sha512-9VmqGe9OIjfMoCcs+ZsKXlv6JaG5QagKX2F1uSbkG3Z33wgjnz60Kw+CngC1M49rDYau+Y9aL+8jGagAwrbVyw==}
+ peerDependencies:
+ '@emotion/is-prop-valid': '*'
+ react: ^18.0.0
+ react-dom: ^18.0.0
+ peerDependenciesMeta:
+ '@emotion/is-prop-valid':
+ optional: true
+ react:
+ optional: true
+ react-dom:
+ optional: true
+
+ fs-constants@1.0.0:
+ resolution: {integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==}
+
+ fsevents@2.3.3:
+ resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
+ engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
+ os: [darwin]
+
+ function-bind@1.1.2:
+ resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==}
+
+ gensync@1.0.0-beta.2:
+ resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==}
+ engines: {node: '>=6.9.0'}
+
+ get-nonce@1.0.1:
+ resolution: {integrity: sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q==}
+ engines: {node: '>=6'}
+
+ github-from-package@0.0.0:
+ resolution: {integrity: sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==}
+
+ glob-parent@5.1.2:
+ resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==}
+ engines: {node: '>= 6'}
+
+ glob-parent@6.0.2:
+ resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==}
+ engines: {node: '>=10.13.0'}
+
+ glob@10.4.5:
+ resolution: {integrity: sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==}
+ hasBin: true
+
+ globals@11.12.0:
+ resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==}
+ engines: {node: '>=4'}
+
+ guid-typescript@1.0.9:
+ resolution: {integrity: sha512-Y8T4vYhEfwJOTbouREvG+3XDsjr8E3kIr7uf+JZ0BYloFsttiHU0WfvANVsR7TxNUJa/WpCnw/Ino/p+DeBhBQ==}
+
+ has-flag@3.0.0:
+ resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==}
+ engines: {node: '>=4'}
+
+ has-flag@4.0.0:
+ resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==}
+ engines: {node: '>=8'}
+
+ hasown@2.0.2:
+ resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==}
+ engines: {node: '>= 0.4'}
+
+ ieee754@1.2.1:
+ resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==}
+
+ inherits@2.0.4:
+ resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==}
+
+ ini@1.3.8:
+ resolution: {integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==}
+
+ intl-messageformat@10.5.14:
+ resolution: {integrity: sha512-IjC6sI0X7YRjjyVH9aUgdftcmZK7WXdHeil4KwbjDnRWjnVitKpAx3rr6t6di1joFp5188VqKcobOPA6mCLG/w==}
+
+ invariant@2.2.4:
+ resolution: {integrity: sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==}
+
+ is-arrayish@0.3.2:
+ resolution: {integrity: sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==}
+
+ is-binary-path@2.1.0:
+ resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==}
+ engines: {node: '>=8'}
+
+ is-core-module@2.15.1:
+ resolution: {integrity: sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==}
+ engines: {node: '>= 0.4'}
+
+ is-extglob@2.1.1:
+ resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==}
+ engines: {node: '>=0.10.0'}
+
+ is-fullwidth-code-point@3.0.0:
+ resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==}
+ engines: {node: '>=8'}
+
+ is-glob@4.0.3:
+ resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
+ engines: {node: '>=0.10.0'}
+
+ is-number@7.0.0:
+ resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==}
+ engines: {node: '>=0.12.0'}
+
+ isexe@2.0.0:
+ resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
+
+ jackspeak@3.4.3:
+ resolution: {integrity: sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==}
+
+ jiti@1.21.6:
+ resolution: {integrity: sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==}
+ hasBin: true
+
+ js-tokens@4.0.0:
+ resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
+
+ jsesc@2.5.2:
+ resolution: {integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==}
+ engines: {node: '>=4'}
+ hasBin: true
+
+ json5@2.2.3:
+ resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==}
+ engines: {node: '>=6'}
+ hasBin: true
+
+ lilconfig@2.1.0:
+ resolution: {integrity: sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==}
+ engines: {node: '>=10'}
+
+ lilconfig@3.1.2:
+ resolution: {integrity: sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==}
+ engines: {node: '>=14'}
+
+ lines-and-columns@1.2.4:
+ resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==}
+
+ lodash.debounce@4.0.8:
+ resolution: {integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==}
+
+ lodash.foreach@4.5.0:
+ resolution: {integrity: sha512-aEXTF4d+m05rVOAUG3z4vZZ4xVexLKZGF0lIxuHZ1Hplpk/3B6Z1+/ICICYRLm7c41Z2xiejbkCkJoTlypoXhQ==}
+
+ lodash.get@4.4.2:
+ resolution: {integrity: sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==}
+
+ lodash.kebabcase@4.1.1:
+ resolution: {integrity: sha512-N8XRTIMMqqDgSy4VLKPnJ/+hpGZN+PHQiJnSenYqPaVV/NCqEogTnAdZLQiGKhxX+JCs8waWq2t1XHWKOmlY8g==}
+
+ lodash.mapkeys@4.6.0:
+ resolution: {integrity: sha512-0Al+hxpYvONWtg+ZqHpa/GaVzxuN3V7Xeo2p+bY06EaK/n+Y9R7nBePPN2o1LxmL0TWQSwP8LYZ008/hc9JzhA==}
+
+ lodash.omit@4.5.0:
+ resolution: {integrity: sha512-XeqSp49hNGmlkj2EJlfrQFIzQ6lXdNro9sddtQzcJY8QaoC2GO0DT7xaIokHeyM+mIT0mPMlPvkYzg2xCuHdZg==}
+
+ lodash@4.17.21:
+ resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==}
+
+ long@4.0.0:
+ resolution: {integrity: sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==}
+
+ long@5.2.3:
+ resolution: {integrity: sha512-lcHwpNoggQTObv5apGNCTdJrO69eHOZMi4BNC+rTLER8iHAqGrUVeLh/irVIM7zTw2bOXA8T6uNPeujwOLg/2Q==}
+
+ loose-envify@1.4.0:
+ resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==}
+ hasBin: true
+
+ lru-cache@10.4.3:
+ resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==}
+
+ lru-cache@5.1.1:
+ resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
+
+ lucide-react@0.427.0:
+ resolution: {integrity: sha512-lv9s6c5BDF/ccuA0EgTdskTxIe11qpwBDmzRZHJAKtp8LTewAvDvOM+pTES9IpbBuTqkjiMhOmGpJ/CB+mKjFw==}
+ peerDependencies:
+ react: ^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0-rc
+
+ merge2@1.4.1:
+ resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==}
+ engines: {node: '>= 8'}
+
+ micromatch@4.0.8:
+ resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==}
+ engines: {node: '>=8.6'}
+
+ mimic-response@3.1.0:
+ resolution: {integrity: sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==}
+ engines: {node: '>=10'}
+
+ minimatch@9.0.5:
+ resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==}
+ engines: {node: '>=16 || 14 >=14.17'}
+
+ minimist@1.2.8:
+ resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==}
+
+ minipass@7.1.2:
+ resolution: {integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==}
+ engines: {node: '>=16 || 14 >=14.17'}
+
+ minizlib@3.0.1:
+ resolution: {integrity: sha512-umcy022ILvb5/3Djuu8LWeqUa8D68JaBzlttKeMWen48SjabqS3iY5w/vzeMzMUNhLDifyhbOwKDSznB1vvrwg==}
+ engines: {node: '>= 18'}
+
+ mkdirp-classic@0.5.3:
+ resolution: {integrity: sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==}
+
+ mkdirp@3.0.1:
+ resolution: {integrity: sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==}
+ engines: {node: '>=10'}
+ hasBin: true
+
+ motion-number@0.1.6:
+ resolution: {integrity: sha512-KR/BxaMMHaHciAxXAtp5EI+M0/KrXFWKdkUkKz0UE7WotLltpedF5YPnjsAP7bgdExR72TRUZCTtCzG9paER9w==}
+ peerDependencies:
+ framer-motion: ^11.3.19
+ react: ^18.0.0
+ react-dom: ^18.0.0
+
+ ms@2.1.2:
+ resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==}
+
+ mz@2.7.0:
+ resolution: {integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==}
+
+ nanoid@3.3.7:
+ resolution: {integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==}
+ engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
+ hasBin: true
+
+ napi-build-utils@1.0.2:
+ resolution: {integrity: sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg==}
+
+ node-abi@3.67.0:
+ resolution: {integrity: sha512-bLn/fU/ALVBE9wj+p4Y21ZJWYFjUXLXPi/IewyLZkx3ApxKDNBWCKdReeKOtD8dWpOdDCeMyLh6ZewzcLsG2Nw==}
+ engines: {node: '>=10'}
+
+ node-addon-api@6.1.0:
+ resolution: {integrity: sha512-+eawOlIgy680F0kBzPUNFhMZGtJ1YmqM6l4+Crf4IkImjYrO/mqPwRMh352g23uIaQKFItcQ64I7KMaJxHgAVA==}
+
+ node-releases@2.0.18:
+ resolution: {integrity: sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==}
+
+ normalize-path@3.0.0:
+ resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==}
+ engines: {node: '>=0.10.0'}
+
+ normalize-range@0.1.2:
+ resolution: {integrity: sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==}
+ engines: {node: '>=0.10.0'}
+
+ object-assign@4.1.1:
+ resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==}
+ engines: {node: '>=0.10.0'}
+
+ object-hash@3.0.0:
+ resolution: {integrity: sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==}
+ engines: {node: '>= 6'}
+
+ once@1.4.0:
+ resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==}
+
+ onnx-proto@4.0.4:
+ resolution: {integrity: sha512-aldMOB3HRoo6q/phyB6QRQxSt895HNNw82BNyZ2CMh4bjeKv7g/c+VpAFtJuEMVfYLMbRx61hbuqnKceLeDcDA==}
+
+ onnxruntime-common@1.14.0:
+ resolution: {integrity: sha512-3LJpegM2iMNRX2wUmtYfeX/ytfOzNwAWKSq1HbRrKc9+uqG/FsEA0bbKZl1btQeZaXhC26l44NWpNUeXPII7Ew==}
+
+ onnxruntime-common@1.19.0:
+ resolution: {integrity: sha512-Oo16UIJ/xLOtZDVGcL4bL8EP8MiNFztyBmR3pB14D+cl/UCpOgHHzEk0MADSmYXQ0FgyEegPXtOFcJqhq1YRsw==}
+
+ onnxruntime-common@1.20.0-dev.20240816-b2d603abda:
+ resolution: {integrity: sha512-tRzeOV7Mrmajvn7VuvqSn3mRx120EVVmaH+vyAhYFB6Zw52V9Jox9ya082ChECXqxrJE42PnSkb3TWvsVtEblQ==}
+
+ onnxruntime-node@1.14.0:
+ resolution: {integrity: sha512-5ba7TWomIV/9b6NH/1x/8QEeowsb+jBEvFzU6z0T4mNsFwdPqXeFUM7uxC6QeSRkEbWu3qEB0VMjrvzN/0S9+w==}
+ os: [win32, darwin, linux]
+
+ onnxruntime-node@1.19.0:
+ resolution: {integrity: sha512-JivYcrZ9H9YPpHnP+5rTVTJjzuD+ZB0TsB0//e2La0ViYNG0hmTvnwFgmRoes6F7E1PyVMpyRftmcl9pnIWsnw==}
+ os: [win32, darwin, linux]
+
+ onnxruntime-web@1.14.0:
+ resolution: {integrity: sha512-Kcqf43UMfW8mCydVGcX9OMXI2VN17c0p6XvR7IPSZzBf/6lteBzXHvcEVWDPmCKuGombl997HgLqj91F11DzXw==}
+
+ onnxruntime-web@1.20.0-dev.20240821-009209e016:
+ resolution: {integrity: sha512-W+WqM3jlc83Ej+7F/lUUOZKDaoOR1Fo22w3GnTfuV0bGFjxC8QHtj56Ul8LaRAr7OVvwoeni+uZt9gxpT+mCjg==}
+
+ p-queue@8.0.1:
+ resolution: {integrity: sha512-NXzu9aQJTAzbBqOt2hwsR63ea7yvxJc0PwN/zobNAudYfb1B7R08SzB4TsLeSbUCuG467NhnoT0oO6w1qRO+BA==}
+ engines: {node: '>=18'}
+
+ p-timeout@6.1.2:
+ resolution: {integrity: sha512-UbD77BuZ9Bc9aABo74gfXhNvzC9Tx7SxtHSh1fxvx3jTLLYvmVhiQZZrJzqqU0jKbN32kb5VOKiLEQI/3bIjgQ==}
+ engines: {node: '>=14.16'}
+
+ package-json-from-dist@1.0.0:
+ resolution: {integrity: sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==}
+
+ path-key@3.1.1:
+ resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==}
+ engines: {node: '>=8'}
+
+ path-parse@1.0.7:
+ resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==}
+
+ path-scurry@1.11.1:
+ resolution: {integrity: sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==}
+ engines: {node: '>=16 || 14 >=14.18'}
+
+ picocolors@1.0.1:
+ resolution: {integrity: sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==}
+
+ picomatch@2.3.1:
+ resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==}
+ engines: {node: '>=8.6'}
+
+ pify@2.3.0:
+ resolution: {integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==}
+ engines: {node: '>=0.10.0'}
+
+ pirates@4.0.6:
+ resolution: {integrity: sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==}
+ engines: {node: '>= 6'}
+
+ platform@1.3.6:
+ resolution: {integrity: sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg==}
+
+ postcss-import@15.1.0:
+ resolution: {integrity: sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==}
+ engines: {node: '>=14.0.0'}
+ peerDependencies:
+ postcss: ^8.0.0
+
+ postcss-js@4.0.1:
+ resolution: {integrity: sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==}
+ engines: {node: ^12 || ^14 || >= 16}
+ peerDependencies:
+ postcss: ^8.4.21
+
+ postcss-load-config@4.0.2:
+ resolution: {integrity: sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==}
+ engines: {node: '>= 14'}
+ peerDependencies:
+ postcss: '>=8.0.9'
+ ts-node: '>=9.0.0'
+ peerDependenciesMeta:
+ postcss:
+ optional: true
+ ts-node:
+ optional: true
+
+ postcss-nested@6.2.0:
+ resolution: {integrity: sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==}
+ engines: {node: '>=12.0'}
+ peerDependencies:
+ postcss: ^8.2.14
+
+ postcss-selector-parser@6.1.2:
+ resolution: {integrity: sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==}
+ engines: {node: '>=4'}
+
+ postcss-value-parser@4.2.0:
+ resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==}
+
+ postcss@8.4.41:
+ resolution: {integrity: sha512-TesUflQ0WKZqAvg52PWL6kHgLKP6xB6heTOdoYM0Wt2UHyxNa4K25EZZMgKns3BH1RLVbZCREPpLY0rhnNoHVQ==}
+ engines: {node: ^10 || ^12 || >=14}
+
+ prebuild-install@7.1.2:
+ resolution: {integrity: sha512-UnNke3IQb6sgarcZIDU3gbMeTp/9SSU1DAIkil7PrqG1vZlBtY5msYccSKSHDqa3hNg436IXK+SNImReuA1wEQ==}
+ engines: {node: '>=10'}
+ hasBin: true
+
+ pretty-format@24.9.0:
+ resolution: {integrity: sha512-00ZMZUiHaJrNfk33guavqgvfJS30sLYf0f8+Srklv0AMPodGGHcoHgksZ3OThYnIvOd+8yMCn0YiEOogjlgsnA==}
+ engines: {node: '>= 6'}
+
+ protobufjs@6.11.4:
+ resolution: {integrity: sha512-5kQWPaJHi1WoCpjTGszzQ32PG2F4+wRY6BmAT4Vfw56Q2FZ4YZzK20xUYQH4YkfehY1e6QSICrJquM6xXZNcrw==}
+ hasBin: true
+
+ protobufjs@7.4.0:
+ resolution: {integrity: sha512-mRUWCc3KUU4w1jU8sGxICXH/gNS94DvI1gxqDvBzhj1JpcsimQkYiOJfwsPUykUI5ZaspFbSgmBLER8IrQ3tqw==}
+ engines: {node: '>=12.0.0'}
+
+ proxy-compare@2.6.0:
+ resolution: {integrity: sha512-8xuCeM3l8yqdmbPoYeLbrAXCBWu19XEYc5/F28f5qOaoAIMyfmBUkl5axiK+x9olUvRlcekvnm98AP9RDngOIw==}
+
+ pump@3.0.0:
+ resolution: {integrity: sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==}
+
+ queue-microtask@1.2.3:
+ resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==}
+
+ queue-tick@1.0.1:
+ resolution: {integrity: sha512-kJt5qhMxoszgU/62PLP1CJytzd2NKetjSRnyuj31fDd3Rlcz3fzlFdFLD1SItunPwyqEOkca6GbV612BWfaBag==}
+
+ rc@1.2.8:
+ resolution: {integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==}
+ hasBin: true
+
+ react-aria-components@1.3.3:
+ resolution: {integrity: sha512-wNjcoyIFTL14Z07OJ1I5m37CYB+1oH2DW8PIgZQjGt9lLcYKKEBLSgsenHVKu1F1L9tqlpXgYk5TeXCzU/xUKw==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ react-aria@3.34.3:
+ resolution: {integrity: sha512-wSprEI5EojDFCm357MxnKAxJZN68OYIt6UH6N0KCo6MEUAVZMbhMSmGYjw/kLK4rI7KrbJDqGqUMQkwc93W9Ng==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ react-dom@18.3.0-canary-b30030471-20240117:
+ resolution: {integrity: sha512-rJdarZV91e+QLbVIq0oaTSHW6i68Vhd1LLU+L54T5R9aAU0lYWVD+lLQpPTRP7cXsA4okmzg1Ov2juYh/kdzxA==}
+ peerDependencies:
+ react: 18.3.0-canary-b30030471-20240117
+
+ react-is@16.13.1:
+ resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==}
+
+ react-refresh@0.14.2:
+ resolution: {integrity: sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA==}
+ engines: {node: '>=0.10.0'}
+
+ react-remove-scroll-bar@2.3.6:
+ resolution: {integrity: sha512-DtSYaao4mBmX+HDo5YWYdBWQwYIQQshUV/dVxFxK+KM26Wjwp1gZ6rv6OC3oujI6Bfu6Xyg3TwK533AQutsn/g==}
+ engines: {node: '>=10'}
+ peerDependencies:
+ '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0
+ peerDependenciesMeta:
+ '@types/react':
+ optional: true
+
+ react-remove-scroll@2.5.10:
+ resolution: {integrity: sha512-m3zvBRANPBw3qxVVjEIPEQinkcwlFZ4qyomuWVpNJdv4c6MvHfXV0C3L9Jx5rr3HeBHKNRX+1jreB5QloDIJjA==}
+ engines: {node: '>=10'}
+ peerDependencies:
+ '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0
+ peerDependenciesMeta:
+ '@types/react':
+ optional: true
+
+ react-stately@3.32.2:
+ resolution: {integrity: sha512-pDSrbCIJtir4HeSa//PTqLSR7Tl7pFC9usmkkBObNKktObQq3Vdgkf46cxeTD1ov7J7GDdR3meIyjXGnZoEzUg==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+
+ react-style-singleton@2.2.1:
+ resolution: {integrity: sha512-ZWj0fHEMyWkHzKYUr2Bs/4zU6XLmq9HsgBURm7g5pAVfyn49DgUiNgY2d4lXRlYSiCif9YBGpQleewkcqddc7g==}
+ engines: {node: '>=10'}
+ peerDependencies:
+ '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0
+ peerDependenciesMeta:
+ '@types/react':
+ optional: true
+
+ react-textarea-autosize@8.5.3:
+ resolution: {integrity: sha512-XT1024o2pqCuZSuBt9FwHlaDeNtVrtCXu0Rnz88t1jUGheCLa3PhjE1GH8Ctm2axEtvdCl5SUHYschyQ0L5QHQ==}
+ engines: {node: '>=10'}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0
+
+ react@18.3.0-canary-b30030471-20240117:
+ resolution: {integrity: sha512-Y0PolUSepEhRDkpGSP20bBApwdj+D5lLfkyyHxIgkd9EoCgf5MVHmomyTgIr71S6nat04fsZNL31of2E9mxRAQ==}
+ engines: {node: '>=0.10.0'}
+
+ read-cache@1.0.0:
+ resolution: {integrity: sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==}
+
+ readable-stream@3.6.2:
+ resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==}
+ engines: {node: '>= 6'}
+
+ readdirp@3.6.0:
+ resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==}
+ engines: {node: '>=8.10.0'}
+
+ regenerator-runtime@0.14.1:
+ resolution: {integrity: sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==}
+
+ remeda@2.11.0:
+ resolution: {integrity: sha512-rQO+zcuNvnTcB2vBctblBARZakY0+wMNtrFGqU1+h4jm5p2APcDKQxUZG2CmMPkSQxa2nauU55GBVS/3Fo83fA==}
+
+ resolve@1.22.8:
+ resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==}
+ hasBin: true
+
+ reusify@1.0.4:
+ resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==}
+ engines: {iojs: '>=1.0.0', node: '>=0.10.0'}
+
+ rimraf@5.0.10:
+ resolution: {integrity: sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==}
+ hasBin: true
+
+ rollup@4.21.0:
+ resolution: {integrity: sha512-vo+S/lfA2lMS7rZ2Qoubi6I5hwZwzXeUIctILZLbHI+laNtvhhOIon2S1JksA5UEDQ7l3vberd0fxK44lTYjbQ==}
+ engines: {node: '>=18.0.0', npm: '>=8.0.0'}
+ hasBin: true
+
+ run-parallel@1.2.0:
+ resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==}
+
+ safe-buffer@5.2.1:
+ resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==}
+
+ scheduler@0.24.0-canary-b30030471-20240117:
+ resolution: {integrity: sha512-pGC3vKtdhPhPnkRyYxirOMIx3iEkmCeazjuRXcO50WImLYn2McbhA1pE3akcRlJX5HuvcescvGSlWmlQkSZZMw==}
+
+ scroll-into-view-if-needed@3.0.10:
+ resolution: {integrity: sha512-t44QCeDKAPf1mtQH3fYpWz8IM/DyvHLjs8wUvvwMYxk5moOqCzrMSxK6HQVD0QVmVjXFavoFIPRVrMuJPKAvtg==}
+
+ semver@6.3.1:
+ resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
+ hasBin: true
+
+ semver@7.6.3:
+ resolution: {integrity: sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==}
+ engines: {node: '>=10'}
+ hasBin: true
+
+ sharp@0.32.6:
+ resolution: {integrity: sha512-KyLTWwgcR9Oe4d9HwCwNM2l7+J0dUQwn/yf7S0EnTtb0eVS4RxO0eUSvxPtzT4F3SY+C4K6fqdv/DO27sJ/v/w==}
+ engines: {node: '>=14.15.0'}
+
+ sharp@0.33.5:
+ resolution: {integrity: sha512-haPVm1EkS9pgvHrQ/F3Xy+hgcuMV0Wm9vfIBSiwZ05k+xgb0PkBQpGsAA/oWdDobNaZTH5ppvHtzCFbnSEwHVw==}
+ engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
+
+ shebang-command@2.0.0:
+ resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==}
+ engines: {node: '>=8'}
+
+ shebang-regex@3.0.0:
+ resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==}
+ engines: {node: '>=8'}
+
+ signal-exit@4.1.0:
+ resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==}
+ engines: {node: '>=14'}
+
+ simple-concat@1.0.1:
+ resolution: {integrity: sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==}
+
+ simple-get@4.0.1:
+ resolution: {integrity: sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==}
+
+ simple-swizzle@0.2.2:
+ resolution: {integrity: sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==}
+
+ sonner@1.5.0:
+ resolution: {integrity: sha512-FBjhG/gnnbN6FY0jaNnqZOMmB73R+5IiyYAw8yBj7L54ER7HB3fOSE5OFiQiE2iXWxeXKvg6fIP4LtVppHEdJA==}
+ peerDependencies:
+ react: ^18.0.0
+ react-dom: ^18.0.0
+
+ source-map-js@1.2.0:
+ resolution: {integrity: sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==}
+ engines: {node: '>=0.10.0'}
+
+ source-map@0.5.7:
+ resolution: {integrity: sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==}
+ engines: {node: '>=0.10.0'}
+
+ streamx@2.19.0:
+ resolution: {integrity: sha512-5z6CNR4gtkPbwlxyEqoDGDmWIzoNJqCBt4Eac1ICP9YaIT08ct712cFj0u1rx4F8luAuL+3Qc+RFIdI4OX00kg==}
+
+ string-width@4.2.3:
+ resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==}
+ engines: {node: '>=8'}
+
+ string-width@5.1.2:
+ resolution: {integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==}
+ engines: {node: '>=12'}
+
+ string_decoder@1.3.0:
+ resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==}
+
+ strip-ansi@6.0.1:
+ resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==}
+ engines: {node: '>=8'}
+
+ strip-ansi@7.1.0:
+ resolution: {integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==}
+ engines: {node: '>=12'}
+
+ strip-json-comments@2.0.1:
+ resolution: {integrity: sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==}
+ engines: {node: '>=0.10.0'}
+
+ sucrase@3.35.0:
+ resolution: {integrity: sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==}
+ engines: {node: '>=16 || 14 >=14.17'}
+ hasBin: true
+
+ supports-color@5.5.0:
+ resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==}
+ engines: {node: '>=4'}
+
+ supports-color@7.2.0:
+ resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==}
+ engines: {node: '>=8'}
+
+ supports-preserve-symlinks-flag@1.0.0:
+ resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==}
+ engines: {node: '>= 0.4'}
+
+ tailwind-merge@1.14.0:
+ resolution: {integrity: sha512-3mFKyCo/MBcgyOTlrY8T7odzZFx+w+qKSMAmdFzRvqBfLlSigU6TZnlFHK0lkMwj9Bj8OYU+9yW9lmGuS0QEnQ==}
+
+ tailwind-variants@0.1.20:
+ resolution: {integrity: sha512-AMh7x313t/V+eTySKB0Dal08RHY7ggYK0MSn/ad8wKWOrDUIzyiWNayRUm2PIJ4VRkvRnfNuyRuKbLV3EN+ewQ==}
+ engines: {node: '>=16.x', pnpm: '>=7.x'}
+ peerDependencies:
+ tailwindcss: '*'
+
+ tailwindcss-react-aria-components@1.1.5:
+ resolution: {integrity: sha512-0qNr/RlKe5MtDMGMsCFbCoQzpURzEg1raQgnssvOyOWtIIpqleu0lwj8KVRbiZGh8DvX9fNxT+GnfYdiNLJ+Bw==}
+ peerDependencies:
+ tailwindcss: '*'
+
+ tailwindcss@3.4.9:
+ resolution: {integrity: sha512-1SEOvRr6sSdV5IDf9iC+NU4dhwdqzF4zKKq3sAbasUWHEM6lsMhX+eNN5gkPx1BvLFEnZQEUFbXnGj8Qlp83Pg==}
+ engines: {node: '>=14.0.0'}
+ hasBin: true
+
+ tar-fs@2.1.1:
+ resolution: {integrity: sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==}
+
+ tar-fs@3.0.6:
+ resolution: {integrity: sha512-iokBDQQkUyeXhgPYaZxmczGPhnhXZ0CmrqI+MOb/WFGS9DW5wnfrLgtjUJBvz50vQ3qfRwJ62QVoCFu8mPVu5w==}
+
+ tar-stream@2.2.0:
+ resolution: {integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==}
+ engines: {node: '>=6'}
+
+ tar-stream@3.1.7:
+ resolution: {integrity: sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==}
+
+ tar@7.4.3:
+ resolution: {integrity: sha512-5S7Va8hKfV7W5U6g3aYxXmlPoZVAwUMy9AOKyF2fVuZa2UD3qZjg578OrLRt8PcNN1PleVaL/5/yYATNL0ICUw==}
+ engines: {node: '>=18'}
+
+ text-decoder@1.1.1:
+ resolution: {integrity: sha512-8zll7REEv4GDD3x4/0pW+ppIxSNs7H1J10IKFZsuOMscumCdM2a+toDGLPA3T+1+fLBql4zbt5z83GEQGGV5VA==}
+
+ thenify-all@1.6.0:
+ resolution: {integrity: sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==}
+ engines: {node: '>=0.8'}
+
+ thenify@3.3.1:
+ resolution: {integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==}
+
+ to-fast-properties@2.0.0:
+ resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==}
+ engines: {node: '>=4'}
+
+ to-regex-range@5.0.1:
+ resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
+ engines: {node: '>=8.0'}
+
+ trim-right@1.0.1:
+ resolution: {integrity: sha512-WZGXGstmCWgeevgTL54hrCuw1dyMQIzWy7ZfqRJfSmJZBwklI15egmQytFP6bPidmw3M8d5yEowl1niq4vmqZw==}
+ engines: {node: '>=0.10.0'}
+
+ ts-interface-checker@0.1.13:
+ resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==}
+
+ tslib@2.7.0:
+ resolution: {integrity: sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==}
+
+ tunnel-agent@0.6.0:
+ resolution: {integrity: sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==}
+
+ type-fest@4.25.0:
+ resolution: {integrity: sha512-bRkIGlXsnGBRBQRAY56UXBm//9qH4bmJfFvq83gSz41N282df+fjy8ofcEgc1sM8geNt5cl6mC2g9Fht1cs8Aw==}
+ engines: {node: '>=16'}
+
+ typescript@5.5.4:
+ resolution: {integrity: sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==}
+ engines: {node: '>=14.17'}
+ hasBin: true
+
+ undici-types@6.19.8:
+ resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==}
+
+ update-browserslist-db@1.1.0:
+ resolution: {integrity: sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==}
+ hasBin: true
+ peerDependencies:
+ browserslist: '>= 4.21.0'
+
+ use-callback-ref@1.3.2:
+ resolution: {integrity: sha512-elOQwe6Q8gqZgDA8mrh44qRTQqpIHDcZ3hXTLjBe1i4ph8XpNJnO+aQf3NaG+lriLopI4HMx9VjQLfPQ6vhnoA==}
+ engines: {node: '>=10'}
+ peerDependencies:
+ '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0
+ peerDependenciesMeta:
+ '@types/react':
+ optional: true
+
+ use-composed-ref@1.3.0:
+ resolution: {integrity: sha512-GLMG0Jc/jiKov/3Ulid1wbv3r54K9HlMW29IWcDFPEqFkSO2nS0MuefWgMJpeHQ9YJeXDL3ZUF+P3jdXlZX/cQ==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0
+
+ use-isomorphic-layout-effect@1.1.2:
+ resolution: {integrity: sha512-49L8yCO3iGT/ZF9QttjwLF/ZD9Iwto5LnH5LmEdk/6cFmXddqi2ulF0edxTwjj+7mqvpVVGQWvbXZdn32wRSHA==}
+ peerDependencies:
+ '@types/react': '*'
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0
+ peerDependenciesMeta:
+ '@types/react':
+ optional: true
+
+ use-latest@1.2.1:
+ resolution: {integrity: sha512-xA+AVm/Wlg3e2P/JiItTziwS7FK92LWrDB0p+hgXloIMuVCeJJ8v6f0eeHyPZaJrM+usM1FkFfbNCrJGs8A/zw==}
+ peerDependencies:
+ '@types/react': '*'
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0
+ peerDependenciesMeta:
+ '@types/react':
+ optional: true
+
+ use-sidecar@1.1.2:
+ resolution: {integrity: sha512-epTbsLuzZ7lPClpz2TyryBfztm7m+28DlEv2ZCQ3MDr5ssiwyOwGH/e5F9CkfWjJ1t4clvI58yF822/GUkjjhw==}
+ engines: {node: '>=10'}
+ peerDependencies:
+ '@types/react': ^16.9.0 || ^17.0.0 || ^18.0.0
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0
+ peerDependenciesMeta:
+ '@types/react':
+ optional: true
+
+ use-sync-external-store@1.2.0:
+ resolution: {integrity: sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0
+
+ use-sync-external-store@1.2.2:
+ resolution: {integrity: sha512-PElTlVMwpblvbNqQ82d2n6RjStvdSoNe9FG28kNfz3WiXilJm4DdNkEzRhCZuIDwY8U08WVihhGR5iRqAwfDiw==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0
+
+ util-deprecate@1.0.2:
+ resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
+
+ valtio@1.13.2:
+ resolution: {integrity: sha512-Qik0o+DSy741TmkqmRfjq+0xpZBXi/Y6+fXZLn0xNF1z/waFMbE3rkivv5Zcf9RrMUp6zswf2J7sbh2KBlba5A==}
+ engines: {node: '>=12.20.0'}
+ peerDependencies:
+ '@types/react': '>=16.8'
+ react: '>=16.8'
+ peerDependenciesMeta:
+ '@types/react':
+ optional: true
+ react:
+ optional: true
+
+ vite-plugin-css-injected-by-js@1.4.0:
+ resolution: {integrity: sha512-bDMsgq3oMx4eBjdbvMF01GXG5Sk2ZpoFKHRfYMpZSF+2BUOibqNFgA5fi8C8bGm1bTy+Ih6J9dewPE2CKx0fog==}
+ peerDependencies:
+ vite: '>2.0.0-0'
+
+ vite@5.4.1:
+ resolution: {integrity: sha512-1oE6yuNXssjrZdblI9AfBbHCC41nnyoVoEZxQnID6yvQZAFBzxxkqoFLtHUMkYunL8hwOLEjgTuxpkRxvba3kA==}
+ engines: {node: ^18.0.0 || >=20.0.0}
+ hasBin: true
+ peerDependencies:
+ '@types/node': ^18.0.0 || >=20.0.0
+ less: '*'
+ lightningcss: ^1.21.0
+ sass: '*'
+ sass-embedded: '*'
+ stylus: '*'
+ sugarss: '*'
+ terser: ^5.4.0
+ peerDependenciesMeta:
+ '@types/node':
+ optional: true
+ less:
+ optional: true
+ lightningcss:
+ optional: true
+ sass:
+ optional: true
+ sass-embedded:
+ optional: true
+ stylus:
+ optional: true
+ sugarss:
+ optional: true
+ terser:
+ optional: true
+
+ which@2.0.2:
+ resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==}
+ engines: {node: '>= 8'}
+ hasBin: true
+
+ wrap-ansi@7.0.0:
+ resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==}
+ engines: {node: '>=10'}
+
+ wrap-ansi@8.1.0:
+ resolution: {integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==}
+ engines: {node: '>=12'}
+
+ wrappy@1.0.2:
+ resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==}
+
+ yallist@3.1.1:
+ resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
+
+ yallist@5.0.0:
+ resolution: {integrity: sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==}
+ engines: {node: '>=18'}
+
+ yaml@2.5.0:
+ resolution: {integrity: sha512-2wWLbGbYDiSqqIKoPjar3MPgB94ErzCtrNE1FdqGuaO0pi2JGjmE8aW8TDZwzU7vuxcGRdL/4gPQwQ7hD5AMSw==}
+ engines: {node: '>= 14'}
+ hasBin: true
+
+ zod-validation-error@2.1.0:
+ resolution: {integrity: sha512-VJh93e2wb4c3tWtGgTa0OF/dTt/zoPCPzXq4V11ZjxmEAFaPi/Zss1xIZdEB5RD8GD00U0/iVXgqkF77RV7pdQ==}
+ engines: {node: '>=18.0.0'}
+ peerDependencies:
+ zod: ^3.18.0
+
+ zod@3.23.8:
+ resolution: {integrity: sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==}
+
+snapshots:
+
+ '@alloc/quick-lru@5.2.0': {}
+
+ '@ampproject/remapping@2.3.0':
+ dependencies:
+ '@jridgewell/gen-mapping': 0.3.5
+ '@jridgewell/trace-mapping': 0.3.25
+
+ '@babel/code-frame@7.24.7':
+ dependencies:
+ '@babel/highlight': 7.24.7
+ picocolors: 1.0.1
+
+ '@babel/compat-data@7.25.4': {}
+
+ '@babel/core@7.25.2':
+ dependencies:
+ '@ampproject/remapping': 2.3.0
+ '@babel/code-frame': 7.24.7
+ '@babel/generator': 7.25.5
+ '@babel/helper-compilation-targets': 7.25.2
+ '@babel/helper-module-transforms': 7.25.2(@babel/core@7.25.2)
+ '@babel/helpers': 7.25.0
+ '@babel/parser': 7.25.4
+ '@babel/template': 7.25.0
+ '@babel/traverse': 7.25.4
+ '@babel/types': 7.25.4
+ convert-source-map: 2.0.0
+ debug: 4.3.6
+ gensync: 1.0.0-beta.2
+ json5: 2.2.3
+ semver: 6.3.1
+ transitivePeerDependencies:
+ - supports-color
+
+ '@babel/generator@7.2.0':
+ dependencies:
+ '@babel/types': 7.25.4
+ jsesc: 2.5.2
+ lodash: 4.17.21
+ source-map: 0.5.7
+ trim-right: 1.0.1
+
+ '@babel/generator@7.25.5':
+ dependencies:
+ '@babel/types': 7.25.4
+ '@jridgewell/gen-mapping': 0.3.5
+ '@jridgewell/trace-mapping': 0.3.25
+ jsesc: 2.5.2
+
+ '@babel/helper-compilation-targets@7.25.2':
+ dependencies:
+ '@babel/compat-data': 7.25.4
+ '@babel/helper-validator-option': 7.24.8
+ browserslist: 4.23.3
+ lru-cache: 5.1.1
+ semver: 6.3.1
+
+ '@babel/helper-module-imports@7.24.7':
+ dependencies:
+ '@babel/traverse': 7.25.4
+ '@babel/types': 7.25.4
+ transitivePeerDependencies:
+ - supports-color
+
+ '@babel/helper-module-transforms@7.25.2(@babel/core@7.25.2)':
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-module-imports': 7.24.7
+ '@babel/helper-simple-access': 7.24.7
+ '@babel/helper-validator-identifier': 7.24.7
+ '@babel/traverse': 7.25.4
+ transitivePeerDependencies:
+ - supports-color
+
+ '@babel/helper-plugin-utils@7.24.8': {}
+
+ '@babel/helper-simple-access@7.24.7':
+ dependencies:
+ '@babel/traverse': 7.25.4
+ '@babel/types': 7.25.4
+ transitivePeerDependencies:
+ - supports-color
+
+ '@babel/helper-string-parser@7.24.8': {}
+
+ '@babel/helper-validator-identifier@7.24.7': {}
+
+ '@babel/helper-validator-option@7.24.8': {}
+
+ '@babel/helpers@7.25.0':
+ dependencies:
+ '@babel/template': 7.25.0
+ '@babel/types': 7.25.4
+
+ '@babel/highlight@7.24.7':
+ dependencies:
+ '@babel/helper-validator-identifier': 7.24.7
+ chalk: 2.4.2
+ js-tokens: 4.0.0
+ picocolors: 1.0.1
+
+ '@babel/parser@7.25.4':
+ dependencies:
+ '@babel/types': 7.25.4
+
+ '@babel/plugin-transform-react-jsx-self@7.24.7(@babel/core@7.25.2)':
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-plugin-utils': 7.24.8
+
+ '@babel/plugin-transform-react-jsx-source@7.24.7(@babel/core@7.25.2)':
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-plugin-utils': 7.24.8
+
+ '@babel/runtime@7.25.4':
+ dependencies:
+ regenerator-runtime: 0.14.1
+
+ '@babel/template@7.25.0':
+ dependencies:
+ '@babel/code-frame': 7.24.7
+ '@babel/parser': 7.25.4
+ '@babel/types': 7.25.4
+
+ '@babel/traverse@7.25.4':
+ dependencies:
+ '@babel/code-frame': 7.24.7
+ '@babel/generator': 7.25.5
+ '@babel/parser': 7.25.4
+ '@babel/template': 7.25.0
+ '@babel/types': 7.25.4
+ debug: 4.3.6
+ globals: 11.12.0
+ transitivePeerDependencies:
+ - supports-color
+
+ '@babel/types@7.25.4':
+ dependencies:
+ '@babel/helper-string-parser': 7.24.8
+ '@babel/helper-validator-identifier': 7.24.7
+ to-fast-properties: 2.0.0
+
+ '@emnapi/runtime@1.2.0':
+ dependencies:
+ tslib: 2.7.0
+ optional: true
+
+ '@esbuild/aix-ppc64@0.21.5':
+ optional: true
+
+ '@esbuild/android-arm64@0.21.5':
+ optional: true
+
+ '@esbuild/android-arm@0.21.5':
+ optional: true
+
+ '@esbuild/android-x64@0.21.5':
+ optional: true
+
+ '@esbuild/darwin-arm64@0.21.5':
+ optional: true
+
+ '@esbuild/darwin-x64@0.21.5':
+ optional: true
+
+ '@esbuild/freebsd-arm64@0.21.5':
+ optional: true
+
+ '@esbuild/freebsd-x64@0.21.5':
+ optional: true
+
+ '@esbuild/linux-arm64@0.21.5':
+ optional: true
+
+ '@esbuild/linux-arm@0.21.5':
+ optional: true
+
+ '@esbuild/linux-ia32@0.21.5':
+ optional: true
+
+ '@esbuild/linux-loong64@0.21.5':
+ optional: true
+
+ '@esbuild/linux-mips64el@0.21.5':
+ optional: true
+
+ '@esbuild/linux-ppc64@0.21.5':
+ optional: true
+
+ '@esbuild/linux-riscv64@0.21.5':
+ optional: true
+
+ '@esbuild/linux-s390x@0.21.5':
+ optional: true
+
+ '@esbuild/linux-x64@0.21.5':
+ optional: true
+
+ '@esbuild/netbsd-x64@0.21.5':
+ optional: true
+
+ '@esbuild/openbsd-x64@0.21.5':
+ optional: true
+
+ '@esbuild/sunos-x64@0.21.5':
+ optional: true
+
+ '@esbuild/win32-arm64@0.21.5':
+ optional: true
+
+ '@esbuild/win32-ia32@0.21.5':
+ optional: true
+
+ '@esbuild/win32-x64@0.21.5':
+ optional: true
+
+ '@formatjs/ecma402-abstract@2.0.0':
+ dependencies:
+ '@formatjs/intl-localematcher': 0.5.4
+ tslib: 2.7.0
+
+ '@formatjs/fast-memoize@2.2.0':
+ dependencies:
+ tslib: 2.7.0
+
+ '@formatjs/icu-messageformat-parser@2.7.8':
+ dependencies:
+ '@formatjs/ecma402-abstract': 2.0.0
+ '@formatjs/icu-skeleton-parser': 1.8.2
+ tslib: 2.7.0
+
+ '@formatjs/icu-skeleton-parser@1.8.2':
+ dependencies:
+ '@formatjs/ecma402-abstract': 2.0.0
+ tslib: 2.7.0
+
+ '@formatjs/intl-localematcher@0.5.4':
+ dependencies:
+ tslib: 2.7.0
+
+ '@huggingface/jinja@0.1.3': {}
+
+ '@huggingface/jinja@0.3.0': {}
+
+ '@huggingface/transformers@3.0.0-alpha.9':
+ dependencies:
+ '@huggingface/jinja': 0.3.0
+ onnxruntime-node: 1.19.0
+ onnxruntime-web: 1.20.0-dev.20240821-009209e016
+ sharp: 0.33.5
+
+ '@img/sharp-darwin-arm64@0.33.5':
+ optionalDependencies:
+ '@img/sharp-libvips-darwin-arm64': 1.0.4
+ optional: true
+
+ '@img/sharp-darwin-x64@0.33.5':
+ optionalDependencies:
+ '@img/sharp-libvips-darwin-x64': 1.0.4
+ optional: true
+
+ '@img/sharp-libvips-darwin-arm64@1.0.4':
+ optional: true
+
+ '@img/sharp-libvips-darwin-x64@1.0.4':
+ optional: true
+
+ '@img/sharp-libvips-linux-arm64@1.0.4':
+ optional: true
+
+ '@img/sharp-libvips-linux-arm@1.0.5':
+ optional: true
+
+ '@img/sharp-libvips-linux-s390x@1.0.4':
+ optional: true
+
+ '@img/sharp-libvips-linux-x64@1.0.4':
+ optional: true
+
+ '@img/sharp-libvips-linuxmusl-arm64@1.0.4':
+ optional: true
+
+ '@img/sharp-libvips-linuxmusl-x64@1.0.4':
+ optional: true
+
+ '@img/sharp-linux-arm64@0.33.5':
+ optionalDependencies:
+ '@img/sharp-libvips-linux-arm64': 1.0.4
+ optional: true
+
+ '@img/sharp-linux-arm@0.33.5':
+ optionalDependencies:
+ '@img/sharp-libvips-linux-arm': 1.0.5
+ optional: true
+
+ '@img/sharp-linux-s390x@0.33.5':
+ optionalDependencies:
+ '@img/sharp-libvips-linux-s390x': 1.0.4
+ optional: true
+
+ '@img/sharp-linux-x64@0.33.5':
+ optionalDependencies:
+ '@img/sharp-libvips-linux-x64': 1.0.4
+ optional: true
+
+ '@img/sharp-linuxmusl-arm64@0.33.5':
+ optionalDependencies:
+ '@img/sharp-libvips-linuxmusl-arm64': 1.0.4
+ optional: true
+
+ '@img/sharp-linuxmusl-x64@0.33.5':
+ optionalDependencies:
+ '@img/sharp-libvips-linuxmusl-x64': 1.0.4
+ optional: true
+
+ '@img/sharp-wasm32@0.33.5':
+ dependencies:
+ '@emnapi/runtime': 1.2.0
+ optional: true
+
+ '@img/sharp-win32-ia32@0.33.5':
+ optional: true
+
+ '@img/sharp-win32-x64@0.33.5':
+ optional: true
+
+ '@internationalized/date@3.5.5':
+ dependencies:
+ '@swc/helpers': 0.5.12
+
+ '@internationalized/message@3.1.4':
+ dependencies:
+ '@swc/helpers': 0.5.12
+ intl-messageformat: 10.5.14
+
+ '@internationalized/number@3.5.3':
+ dependencies:
+ '@swc/helpers': 0.5.12
+
+ '@internationalized/string@3.2.3':
+ dependencies:
+ '@swc/helpers': 0.5.12
+
+ '@isaacs/cliui@8.0.2':
+ dependencies:
+ string-width: 5.1.2
+ string-width-cjs: string-width@4.2.3
+ strip-ansi: 7.1.0
+ strip-ansi-cjs: strip-ansi@6.0.1
+ wrap-ansi: 8.1.0
+ wrap-ansi-cjs: wrap-ansi@7.0.0
+
+ '@isaacs/fs-minipass@4.0.1':
+ dependencies:
+ minipass: 7.1.2
+
+ '@jest/types@24.9.0':
+ dependencies:
+ '@types/istanbul-lib-coverage': 2.0.6
+ '@types/istanbul-reports': 1.1.2
+ '@types/yargs': 13.0.12
+
+ '@jridgewell/gen-mapping@0.3.5':
+ dependencies:
+ '@jridgewell/set-array': 1.2.1
+ '@jridgewell/sourcemap-codec': 1.5.0
+ '@jridgewell/trace-mapping': 0.3.25
+
+ '@jridgewell/resolve-uri@3.1.2': {}
+
+ '@jridgewell/set-array@1.2.1': {}
+
+ '@jridgewell/sourcemap-codec@1.5.0': {}
+
+ '@jridgewell/trace-mapping@0.3.25':
+ dependencies:
+ '@jridgewell/resolve-uri': 3.1.2
+ '@jridgewell/sourcemap-codec': 1.5.0
+
+ '@nextui-org/accordion@2.0.38(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@nextui-org/aria-utils': 2.0.24(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/divider': 2.0.31(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/framer-utils': 2.0.24(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/react-utils': 2.0.16(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/shared-icons': 2.0.9(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/shared-utils': 2.0.7
+ '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/theme': 2.2.9(tailwindcss@3.4.9)
+ '@nextui-org/use-aria-accordion': 2.0.7(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/button': 3.9.5(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/focus': 3.17.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/interactions': 3.21.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/tree': 3.8.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/accordion': 3.0.0-alpha.21(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ framer-motion: 11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ '@nextui-org/aria-utils@2.0.24(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@nextui-org/react-rsc-utils': 2.0.13
+ '@nextui-org/shared-utils': 2.0.7
+ '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/collections': 3.10.7(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/overlays': 3.6.7(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/overlays': 3.8.7(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+ transitivePeerDependencies:
+ - '@nextui-org/theme'
+ - framer-motion
+
+ '@nextui-org/autocomplete@2.1.5(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(@types/react@18.2.48)(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@nextui-org/aria-utils': 2.0.24(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/button': 2.0.37(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/input': 2.2.4(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(@types/react@18.2.48)(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/listbox': 2.1.25(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/popover': 2.1.27(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(@types/react@18.2.48)(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/react-utils': 2.0.16(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/scroll-shadow': 2.1.19(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/shared-icons': 2.0.9(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/shared-utils': 2.0.7
+ '@nextui-org/spinner': 2.0.33(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/theme': 2.2.9(tailwindcss@3.4.9)
+ '@nextui-org/use-aria-button': 2.0.10(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/use-safe-layout-effect': 2.0.6(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/combobox': 3.9.1(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/focus': 3.17.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/i18n': 3.11.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/interactions': 3.21.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/visually-hidden': 3.8.12(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/combobox': 3.8.4(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/combobox': 3.11.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ framer-motion: 11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+ transitivePeerDependencies:
+ - '@types/react'
+
+ '@nextui-org/avatar@2.0.32(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@nextui-org/react-utils': 2.0.16(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/shared-utils': 2.0.7
+ '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/theme': 2.2.9(tailwindcss@3.4.9)
+ '@nextui-org/use-image': 2.0.6(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/focus': 3.17.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/interactions': 3.21.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ '@nextui-org/badge@2.0.31(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@nextui-org/react-utils': 2.0.16(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/shared-utils': 2.0.7
+ '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/theme': 2.2.9(tailwindcss@3.4.9)
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ '@nextui-org/breadcrumbs@2.0.12(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@nextui-org/react-utils': 2.0.16(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/shared-icons': 2.0.9(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/shared-utils': 2.0.7
+ '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/theme': 2.2.9(tailwindcss@3.4.9)
+ '@react-aria/breadcrumbs': 3.5.13(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/focus': 3.17.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/breadcrumbs': 3.7.5(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ '@nextui-org/button@2.0.37(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@nextui-org/react-utils': 2.0.16(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/ripple': 2.0.32(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/shared-utils': 2.0.7
+ '@nextui-org/spinner': 2.0.33(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/theme': 2.2.9(tailwindcss@3.4.9)
+ '@nextui-org/use-aria-button': 2.0.10(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/button': 3.9.5(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/focus': 3.17.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/interactions': 3.21.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/button': 3.9.4(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ framer-motion: 11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ '@nextui-org/calendar@2.0.11(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@internationalized/date': 3.5.5
+ '@nextui-org/button': 2.0.37(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/framer-utils': 2.0.24(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/react-utils': 2.0.16(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/shared-icons': 2.0.9(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/shared-utils': 2.0.7
+ '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/theme': 2.2.9(tailwindcss@3.4.9)
+ '@nextui-org/use-aria-button': 2.0.10(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/calendar': 3.5.8(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/focus': 3.17.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/i18n': 3.11.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/interactions': 3.21.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/visually-hidden': 3.8.12(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/calendar': 3.5.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/utils': 3.10.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/button': 3.9.4(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/calendar': 3.4.6(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ '@types/lodash.debounce': 4.0.9
+ lodash.debounce: 4.0.8
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+ scroll-into-view-if-needed: 3.0.10
+ transitivePeerDependencies:
+ - framer-motion
+
+ '@nextui-org/card@2.0.33(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@nextui-org/react-utils': 2.0.16(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/ripple': 2.0.32(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/shared-utils': 2.0.7
+ '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/theme': 2.2.9(tailwindcss@3.4.9)
+ '@nextui-org/use-aria-button': 2.0.10(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/button': 3.9.5(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/focus': 3.17.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/interactions': 3.21.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ framer-motion: 11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ '@nextui-org/checkbox@2.1.4(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@nextui-org/react-utils': 2.0.16(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/shared-utils': 2.0.7
+ '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/theme': 2.2.9(tailwindcss@3.4.9)
+ '@nextui-org/use-callback-ref': 2.0.6(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/use-safe-layout-effect': 2.0.6(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/checkbox': 3.14.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/focus': 3.17.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/interactions': 3.21.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/visually-hidden': 3.8.12(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/checkbox': 3.6.5(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/toggle': 3.7.4(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/checkbox': 3.8.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ '@nextui-org/chip@2.0.32(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@nextui-org/react-utils': 2.0.16(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/shared-icons': 2.0.9(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/shared-utils': 2.0.7
+ '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/theme': 2.2.9(tailwindcss@3.4.9)
+ '@react-aria/focus': 3.17.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/interactions': 3.21.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/checkbox': 3.8.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ '@nextui-org/code@2.0.32(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@nextui-org/react-utils': 2.0.16(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/shared-utils': 2.0.7
+ '@nextui-org/system-rsc': 2.1.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/theme': 2.2.9(tailwindcss@3.4.9)
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ '@nextui-org/date-input@2.1.3(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@internationalized/date': 3.5.5
+ '@nextui-org/react-utils': 2.0.16(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/shared-utils': 2.0.7
+ '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/theme': 2.2.9(tailwindcss@3.4.9)
+ '@react-aria/datepicker': 3.10.1(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/i18n': 3.11.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/datepicker': 3.9.4(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/datepicker': 3.7.4(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ '@nextui-org/date-picker@2.1.6(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(@types/react@18.2.48)(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@internationalized/date': 3.5.5
+ '@nextui-org/aria-utils': 2.0.24(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/button': 2.0.37(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/calendar': 2.0.11(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/date-input': 2.1.3(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/popover': 2.1.27(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(@types/react@18.2.48)(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/react-utils': 2.0.16(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/shared-icons': 2.0.9(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/shared-utils': 2.0.7
+ '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/theme': 2.2.9(tailwindcss@3.4.9)
+ '@react-aria/datepicker': 3.10.1(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/i18n': 3.11.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/datepicker': 3.9.4(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/overlays': 3.6.7(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/utils': 3.10.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/datepicker': 3.7.4(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+ transitivePeerDependencies:
+ - '@types/react'
+ - framer-motion
+
+ '@nextui-org/divider@2.0.31(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@nextui-org/react-rsc-utils': 2.0.13
+ '@nextui-org/shared-utils': 2.0.7
+ '@nextui-org/system-rsc': 2.1.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/theme': 2.2.9(tailwindcss@3.4.9)
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ '@nextui-org/dropdown@2.1.29(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(@types/react@18.2.48)(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@nextui-org/aria-utils': 2.0.24(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/menu': 2.0.28(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/popover': 2.1.27(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(@types/react@18.2.48)(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/react-utils': 2.0.16(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/shared-utils': 2.0.7
+ '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/theme': 2.2.9(tailwindcss@3.4.9)
+ '@react-aria/focus': 3.17.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/menu': 3.14.1(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/menu': 3.7.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/menu': 3.9.9(react@18.3.0-canary-b30030471-20240117)
+ framer-motion: 11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+ transitivePeerDependencies:
+ - '@types/react'
+
+ '@nextui-org/framer-utils@2.0.24(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@nextui-org/shared-utils': 2.0.7
+ '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/use-measure': 2.0.2(react@18.3.0-canary-b30030471-20240117)
+ framer-motion: 11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+ transitivePeerDependencies:
+ - '@nextui-org/theme'
+
+ '@nextui-org/image@2.0.31(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@nextui-org/react-utils': 2.0.16(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/shared-utils': 2.0.7
+ '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/theme': 2.2.9(tailwindcss@3.4.9)
+ '@nextui-org/use-image': 2.0.6(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ '@nextui-org/input@2.2.4(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(@types/react@18.2.48)(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@nextui-org/react-utils': 2.0.16(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/shared-icons': 2.0.9(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/shared-utils': 2.0.7
+ '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/theme': 2.2.9(tailwindcss@3.4.9)
+ '@nextui-org/use-safe-layout-effect': 2.0.6(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/focus': 3.17.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/interactions': 3.21.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/textfield': 3.14.5(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/utils': 3.10.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/textfield': 3.9.3(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+ react-textarea-autosize: 8.5.3(@types/react@18.2.48)(react@18.3.0-canary-b30030471-20240117)
+ transitivePeerDependencies:
+ - '@types/react'
+
+ '@nextui-org/kbd@2.0.33(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@nextui-org/react-utils': 2.0.16(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/shared-utils': 2.0.7
+ '@nextui-org/system-rsc': 2.1.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/theme': 2.2.9(tailwindcss@3.4.9)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ '@nextui-org/link@2.0.34(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@nextui-org/react-utils': 2.0.16(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/shared-icons': 2.0.9(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/shared-utils': 2.0.7
+ '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/theme': 2.2.9(tailwindcss@3.4.9)
+ '@nextui-org/use-aria-link': 2.0.19(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/focus': 3.17.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/link': 3.7.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/link': 3.5.5(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ '@nextui-org/listbox@2.1.25(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@nextui-org/aria-utils': 2.0.24(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/divider': 2.0.31(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/react-utils': 2.0.16(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/shared-utils': 2.0.7
+ '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/theme': 2.2.9(tailwindcss@3.4.9)
+ '@nextui-org/use-is-mobile': 2.0.9(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/focus': 3.17.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/interactions': 3.21.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/listbox': 3.12.1(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/list': 3.10.5(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/menu': 3.9.9(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+ transitivePeerDependencies:
+ - framer-motion
+
+ '@nextui-org/menu@2.0.28(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@nextui-org/aria-utils': 2.0.24(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/divider': 2.0.31(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/react-utils': 2.0.16(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/shared-utils': 2.0.7
+ '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/theme': 2.2.9(tailwindcss@3.4.9)
+ '@nextui-org/use-aria-menu': 2.0.6(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/use-is-mobile': 2.0.9(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/focus': 3.17.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/interactions': 3.21.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/menu': 3.14.1(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/menu': 3.7.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/tree': 3.8.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/menu': 3.9.9(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+ transitivePeerDependencies:
+ - framer-motion
+
+ '@nextui-org/modal@2.0.39(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@nextui-org/framer-utils': 2.0.24(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/react-utils': 2.0.16(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/shared-icons': 2.0.9(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/shared-utils': 2.0.7
+ '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/theme': 2.2.9(tailwindcss@3.4.9)
+ '@nextui-org/use-aria-button': 2.0.10(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/use-aria-modal-overlay': 2.0.11(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/use-disclosure': 2.0.10(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/dialog': 3.5.14(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/focus': 3.17.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/interactions': 3.21.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/overlays': 3.22.1(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/overlays': 3.6.7(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/overlays': 3.8.7(react@18.3.0-canary-b30030471-20240117)
+ framer-motion: 11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ '@nextui-org/navbar@2.0.36(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(@types/react@18.2.48)(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@nextui-org/framer-utils': 2.0.24(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/react-utils': 2.0.16(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/shared-utils': 2.0.7
+ '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/theme': 2.2.9(tailwindcss@3.4.9)
+ '@nextui-org/use-aria-toggle-button': 2.0.10(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/use-scroll-position': 2.0.8(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/focus': 3.17.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/interactions': 3.21.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/overlays': 3.22.1(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/toggle': 3.7.4(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/utils': 3.10.1(react@18.3.0-canary-b30030471-20240117)
+ framer-motion: 11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+ react-remove-scroll: 2.5.10(@types/react@18.2.48)(react@18.3.0-canary-b30030471-20240117)
+ transitivePeerDependencies:
+ - '@types/react'
+
+ '@nextui-org/pagination@2.0.35(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@nextui-org/react-utils': 2.0.16(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/shared-icons': 2.0.9(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/shared-utils': 2.0.7
+ '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/theme': 2.2.9(tailwindcss@3.4.9)
+ '@nextui-org/use-pagination': 2.0.9(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/focus': 3.17.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/i18n': 3.11.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/interactions': 3.21.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+ scroll-into-view-if-needed: 3.0.10
+
+ '@nextui-org/popover@2.1.27(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(@types/react@18.2.48)(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@nextui-org/aria-utils': 2.0.24(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/button': 2.0.37(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/framer-utils': 2.0.24(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/react-utils': 2.0.16(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/shared-utils': 2.0.7
+ '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/theme': 2.2.9(tailwindcss@3.4.9)
+ '@nextui-org/use-aria-button': 2.0.10(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/use-safe-layout-effect': 2.0.6(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/dialog': 3.5.14(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/focus': 3.17.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/interactions': 3.21.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/overlays': 3.22.1(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/overlays': 3.6.7(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/button': 3.9.4(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/overlays': 3.8.7(react@18.3.0-canary-b30030471-20240117)
+ framer-motion: 11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+ react-remove-scroll: 2.5.10(@types/react@18.2.48)(react@18.3.0-canary-b30030471-20240117)
+ transitivePeerDependencies:
+ - '@types/react'
+
+ '@nextui-org/progress@2.0.33(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@nextui-org/react-utils': 2.0.16(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/shared-utils': 2.0.7
+ '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/theme': 2.2.9(tailwindcss@3.4.9)
+ '@nextui-org/use-is-mounted': 2.0.6(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/i18n': 3.11.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/progress': 3.4.13(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/progress': 3.5.4(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ '@nextui-org/radio@2.1.4(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@nextui-org/react-utils': 2.0.16(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/shared-utils': 2.0.7
+ '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/theme': 2.2.9(tailwindcss@3.4.9)
+ '@react-aria/focus': 3.17.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/interactions': 3.21.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/radio': 3.10.4(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/visually-hidden': 3.8.12(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/radio': 3.10.4(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/radio': 3.8.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ '@nextui-org/react-rsc-utils@2.0.13': {}
+
+ '@nextui-org/react-utils@2.0.16(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@nextui-org/react-rsc-utils': 2.0.13
+ '@nextui-org/shared-utils': 2.0.7
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@nextui-org/react@2.4.6(@types/react@18.2.48)(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)(tailwindcss@3.4.9)':
+ dependencies:
+ '@nextui-org/accordion': 2.0.38(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/autocomplete': 2.1.5(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(@types/react@18.2.48)(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/avatar': 2.0.32(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/badge': 2.0.31(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/breadcrumbs': 2.0.12(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/button': 2.0.37(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/calendar': 2.0.11(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/card': 2.0.33(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/checkbox': 2.1.4(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/chip': 2.0.32(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/code': 2.0.32(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/date-input': 2.1.3(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/date-picker': 2.1.6(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(@types/react@18.2.48)(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/divider': 2.0.31(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/dropdown': 2.1.29(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(@types/react@18.2.48)(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/framer-utils': 2.0.24(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/image': 2.0.31(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/input': 2.2.4(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(@types/react@18.2.48)(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/kbd': 2.0.33(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/link': 2.0.34(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/listbox': 2.1.25(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/menu': 2.0.28(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/modal': 2.0.39(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/navbar': 2.0.36(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(@types/react@18.2.48)(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/pagination': 2.0.35(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/popover': 2.1.27(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(@types/react@18.2.48)(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/progress': 2.0.33(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/radio': 2.1.4(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/ripple': 2.0.32(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/scroll-shadow': 2.1.19(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/select': 2.2.5(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(@types/react@18.2.48)(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/skeleton': 2.0.31(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/slider': 2.2.15(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/snippet': 2.0.41(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/spacer': 2.0.32(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/spinner': 2.0.33(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/switch': 2.0.33(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/table': 2.0.39(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/tabs': 2.0.35(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/theme': 2.2.9(tailwindcss@3.4.9)
+ '@nextui-org/tooltip': 2.0.39(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/user': 2.0.33(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/visually-hidden': 3.8.12(react@18.3.0-canary-b30030471-20240117)
+ framer-motion: 11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+ transitivePeerDependencies:
+ - '@types/react'
+ - tailwindcss
+
+ '@nextui-org/ripple@2.0.32(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@nextui-org/react-utils': 2.0.16(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/shared-utils': 2.0.7
+ '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/theme': 2.2.9(tailwindcss@3.4.9)
+ framer-motion: 11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ '@nextui-org/scroll-shadow@2.1.19(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@nextui-org/react-utils': 2.0.16(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/shared-utils': 2.0.7
+ '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/theme': 2.2.9(tailwindcss@3.4.9)
+ '@nextui-org/use-data-scroll-overflow': 2.1.6(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ '@nextui-org/select@2.2.5(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(@types/react@18.2.48)(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@nextui-org/aria-utils': 2.0.24(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/listbox': 2.1.25(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/popover': 2.1.27(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(@types/react@18.2.48)(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/react-utils': 2.0.16(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/scroll-shadow': 2.1.19(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/shared-icons': 2.0.9(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/shared-utils': 2.0.7
+ '@nextui-org/spinner': 2.0.33(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/theme': 2.2.9(tailwindcss@3.4.9)
+ '@nextui-org/use-aria-button': 2.0.10(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/use-aria-multiselect': 2.2.3(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/use-safe-layout-effect': 2.0.6(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/focus': 3.17.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/form': 3.0.5(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/interactions': 3.21.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/visually-hidden': 3.8.12(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ framer-motion: 11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+ transitivePeerDependencies:
+ - '@types/react'
+
+ '@nextui-org/shared-icons@2.0.9(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@nextui-org/shared-utils@2.0.7': {}
+
+ '@nextui-org/skeleton@2.0.31(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@nextui-org/react-utils': 2.0.16(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/shared-utils': 2.0.7
+ '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/theme': 2.2.9(tailwindcss@3.4.9)
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ '@nextui-org/slider@2.2.15(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@nextui-org/react-utils': 2.0.16(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/shared-utils': 2.0.7
+ '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/theme': 2.2.9(tailwindcss@3.4.9)
+ '@nextui-org/tooltip': 2.0.39(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/focus': 3.17.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/i18n': 3.11.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/interactions': 3.21.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/slider': 3.7.8(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/visually-hidden': 3.8.12(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/slider': 3.5.4(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+ transitivePeerDependencies:
+ - framer-motion
+
+ '@nextui-org/snippet@2.0.41(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@nextui-org/button': 2.0.37(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/react-utils': 2.0.16(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/shared-icons': 2.0.9(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/shared-utils': 2.0.7
+ '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/theme': 2.2.9(tailwindcss@3.4.9)
+ '@nextui-org/tooltip': 2.0.39(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/use-clipboard': 2.0.6(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/focus': 3.17.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ framer-motion: 11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ '@nextui-org/spacer@2.0.32(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@nextui-org/react-utils': 2.0.16(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/shared-utils': 2.0.7
+ '@nextui-org/system-rsc': 2.1.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/theme': 2.2.9(tailwindcss@3.4.9)
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ '@nextui-org/spinner@2.0.33(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@nextui-org/react-utils': 2.0.16(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/shared-utils': 2.0.7
+ '@nextui-org/system-rsc': 2.1.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/theme': 2.2.9(tailwindcss@3.4.9)
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ '@nextui-org/switch@2.0.33(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@nextui-org/react-utils': 2.0.16(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/shared-utils': 2.0.7
+ '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/theme': 2.2.9(tailwindcss@3.4.9)
+ '@nextui-org/use-safe-layout-effect': 2.0.6(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/focus': 3.17.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/interactions': 3.21.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/switch': 3.6.4(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/visually-hidden': 3.8.12(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/toggle': 3.7.4(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ '@nextui-org/system-rsc@2.1.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@nextui-org/theme': 2.2.9(tailwindcss@3.4.9)
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ clsx: 1.2.1
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@internationalized/date': 3.5.5
+ '@nextui-org/react-utils': 2.0.16(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/system-rsc': 2.1.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/i18n': 3.11.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/overlays': 3.22.1(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/utils': 3.10.1(react@18.3.0-canary-b30030471-20240117)
+ framer-motion: 11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+ transitivePeerDependencies:
+ - '@nextui-org/theme'
+
+ '@nextui-org/table@2.0.39(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@nextui-org/checkbox': 2.1.4(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/react-utils': 2.0.16(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/shared-icons': 2.0.9(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/shared-utils': 2.0.7
+ '@nextui-org/spacer': 2.0.32(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/theme': 2.2.9(tailwindcss@3.4.9)
+ '@react-aria/focus': 3.17.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/interactions': 3.21.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/table': 3.14.1(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/visually-hidden': 3.8.12(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/table': 3.11.8(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/virtualizer': 3.7.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/grid': 3.2.6(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/table': 3.9.5(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ '@nextui-org/tabs@2.0.35(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@nextui-org/aria-utils': 2.0.24(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/framer-utils': 2.0.24(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/react-utils': 2.0.16(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/shared-utils': 2.0.7
+ '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/theme': 2.2.9(tailwindcss@3.4.9)
+ '@nextui-org/use-is-mounted': 2.0.6(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/use-update-effect': 2.0.6(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/focus': 3.17.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/interactions': 3.21.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/tabs': 3.9.1(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/tabs': 3.6.6(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/tabs': 3.3.7(react@18.3.0-canary-b30030471-20240117)
+ framer-motion: 11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+ scroll-into-view-if-needed: 3.0.10
+
+ '@nextui-org/theme@2.2.9(tailwindcss@3.4.9)':
+ dependencies:
+ clsx: 1.2.1
+ color: 4.2.3
+ color2k: 2.0.3
+ deepmerge: 4.3.1
+ flat: 5.0.2
+ lodash.foreach: 4.5.0
+ lodash.get: 4.4.2
+ lodash.kebabcase: 4.1.1
+ lodash.mapkeys: 4.6.0
+ lodash.omit: 4.5.0
+ tailwind-merge: 1.14.0
+ tailwind-variants: 0.1.20(tailwindcss@3.4.9)
+ tailwindcss: 3.4.9
+
+ '@nextui-org/tooltip@2.0.39(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@nextui-org/aria-utils': 2.0.24(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/framer-utils': 2.0.24(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/react-utils': 2.0.16(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/shared-utils': 2.0.7
+ '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/theme': 2.2.9(tailwindcss@3.4.9)
+ '@nextui-org/use-safe-layout-effect': 2.0.6(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/interactions': 3.21.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/overlays': 3.22.1(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/tooltip': 3.7.4(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/tooltip': 3.4.9(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/overlays': 3.8.7(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/tooltip': 3.4.9(react@18.3.0-canary-b30030471-20240117)
+ framer-motion: 11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ '@nextui-org/use-aria-accordion@2.0.7(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/button': 3.9.5(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/focus': 3.17.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/selection': 3.18.1(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/tree': 3.8.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/accordion': 3.0.0-alpha.21(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+ transitivePeerDependencies:
+ - react-dom
+
+ '@nextui-org/use-aria-button@2.0.10(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/focus': 3.17.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/interactions': 3.21.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/button': 3.9.4(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@nextui-org/use-aria-link@2.0.19(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/focus': 3.17.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/interactions': 3.21.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/link': 3.5.5(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@nextui-org/use-aria-menu@2.0.6(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/i18n': 3.11.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/interactions': 3.21.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/menu': 3.14.1(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/selection': 3.18.1(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/collections': 3.10.7(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/tree': 3.8.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/menu': 3.9.9(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ '@nextui-org/use-aria-modal-overlay@2.0.11(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/overlays': 3.22.1(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/overlays': 3.6.7(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ '@nextui-org/use-aria-multiselect@2.2.3(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/i18n': 3.11.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/interactions': 3.21.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/label': 3.7.8(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/listbox': 3.12.1(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/menu': 3.14.1(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/selection': 3.18.1(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/form': 3.0.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/list': 3.10.5(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/menu': 3.7.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/button': 3.9.4(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/overlays': 3.8.7(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/select': 3.9.4(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ '@nextui-org/use-aria-toggle-button@2.0.10(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@nextui-org/use-aria-button': 2.0.10(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/toggle': 3.7.4(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/button': 3.9.4(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@nextui-org/use-callback-ref@2.0.6(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@nextui-org/use-safe-layout-effect': 2.0.6(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@nextui-org/use-clipboard@2.0.6(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@nextui-org/use-data-scroll-overflow@2.1.6(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@nextui-org/shared-utils': 2.0.7
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@nextui-org/use-disclosure@2.0.10(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@nextui-org/use-callback-ref': 2.0.6(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/utils': 3.10.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@nextui-org/use-image@2.0.6(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@nextui-org/use-safe-layout-effect': 2.0.6(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@nextui-org/use-is-mobile@2.0.9(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/ssr': 3.9.4(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@nextui-org/use-is-mounted@2.0.6(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@nextui-org/use-measure@2.0.2(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@nextui-org/use-pagination@2.0.9(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@nextui-org/shared-utils': 2.0.7
+ '@react-aria/i18n': 3.11.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@nextui-org/use-safe-layout-effect@2.0.6(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@nextui-org/use-scroll-position@2.0.8(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@nextui-org/use-update-effect@2.0.6(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@nextui-org/user@2.0.33(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@nextui-org/avatar': 2.0.32(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/react-utils': 2.0.16(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/shared-utils': 2.0.7
+ '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.9))(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@nextui-org/theme': 2.2.9(tailwindcss@3.4.9)
+ '@react-aria/focus': 3.17.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ '@nodelib/fs.scandir@2.1.5':
+ dependencies:
+ '@nodelib/fs.stat': 2.0.5
+ run-parallel: 1.2.0
+
+ '@nodelib/fs.stat@2.0.5': {}
+
+ '@nodelib/fs.walk@1.2.8':
+ dependencies:
+ '@nodelib/fs.scandir': 2.1.5
+ fastq: 1.17.1
+
+ '@pkgjs/parseargs@0.11.0':
+ optional: true
+
+ '@protobufjs/aspromise@1.1.2': {}
+
+ '@protobufjs/base64@1.1.2': {}
+
+ '@protobufjs/codegen@2.0.4': {}
+
+ '@protobufjs/eventemitter@1.1.0': {}
+
+ '@protobufjs/fetch@1.1.0':
+ dependencies:
+ '@protobufjs/aspromise': 1.1.2
+ '@protobufjs/inquire': 1.1.0
+
+ '@protobufjs/float@1.0.2': {}
+
+ '@protobufjs/inquire@1.1.0': {}
+
+ '@protobufjs/path@1.1.2': {}
+
+ '@protobufjs/pool@1.1.0': {}
+
+ '@protobufjs/utf8@1.1.0': {}
+
+ '@react-aria/breadcrumbs@3.5.13(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/i18n': 3.12.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/link': 3.7.4(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/breadcrumbs': 3.7.5(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-aria/breadcrumbs@3.5.16(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/i18n': 3.12.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/link': 3.7.4(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.25.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/breadcrumbs': 3.7.7(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-aria/button@3.9.5(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/focus': 3.17.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/interactions': 3.21.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/toggle': 3.7.7(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/button': 3.9.6(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-aria/button@3.9.8(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/focus': 3.18.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/interactions': 3.22.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.25.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/toggle': 3.7.7(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/button': 3.9.6(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-aria/calendar@3.5.11(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@internationalized/date': 3.5.5
+ '@react-aria/i18n': 3.12.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/interactions': 3.22.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/live-announcer': 3.3.4
+ '@react-aria/utils': 3.25.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/calendar': 3.5.4(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/button': 3.9.6(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/calendar': 3.4.9(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ '@react-aria/calendar@3.5.8(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@internationalized/date': 3.5.5
+ '@react-aria/i18n': 3.11.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/interactions': 3.21.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/live-announcer': 3.3.4
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/calendar': 3.5.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/button': 3.9.4(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/calendar': 3.4.6(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ '@react-aria/checkbox@3.14.3(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/form': 3.0.8(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/interactions': 3.21.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/label': 3.7.11(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/toggle': 3.10.7(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/checkbox': 3.6.5(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/form': 3.0.5(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/toggle': 3.7.4(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/checkbox': 3.8.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-aria/checkbox@3.14.6(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/form': 3.0.8(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/interactions': 3.22.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/label': 3.7.11(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/toggle': 3.10.7(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.25.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/checkbox': 3.6.8(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/form': 3.0.5(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/toggle': 3.7.7(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/checkbox': 3.8.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-aria/collections@3.0.0-alpha.4(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/ssr': 3.9.5(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.25.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+ use-sync-external-store: 1.2.2(react@18.3.0-canary-b30030471-20240117)
+
+ '@react-aria/color@3.0.0-rc.2(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/i18n': 3.12.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/interactions': 3.22.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/numberfield': 3.11.6(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/slider': 3.7.11(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/spinbutton': 3.6.8(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/textfield': 3.14.8(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.25.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/visually-hidden': 3.8.15(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/color': 3.7.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/form': 3.0.5(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/color': 3.0.0-rc.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ '@react-aria/combobox@3.10.3(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/i18n': 3.12.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/listbox': 3.13.3(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/live-announcer': 3.3.4
+ '@react-aria/menu': 3.15.3(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/overlays': 3.23.2(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/selection': 3.19.3(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/textfield': 3.14.8(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.25.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/collections': 3.10.9(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/combobox': 3.9.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/form': 3.0.5(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/button': 3.9.6(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/combobox': 3.12.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ '@react-aria/combobox@3.9.1(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/i18n': 3.11.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/listbox': 3.13.3(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/live-announcer': 3.3.4
+ '@react-aria/menu': 3.15.3(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/overlays': 3.23.2(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/selection': 3.19.3(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/textfield': 3.14.8(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/collections': 3.10.9(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/combobox': 3.8.4(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/form': 3.0.5(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/button': 3.9.6(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/combobox': 3.11.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ '@react-aria/datepicker@3.10.1(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@internationalized/date': 3.5.5
+ '@internationalized/number': 3.5.3
+ '@internationalized/string': 3.2.3
+ '@react-aria/focus': 3.18.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/form': 3.0.8(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/i18n': 3.11.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/interactions': 3.22.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/label': 3.7.11(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/spinbutton': 3.6.8(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/datepicker': 3.9.4(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/form': 3.0.5(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/button': 3.9.6(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/calendar': 3.4.9(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/datepicker': 3.7.4(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/dialog': 3.5.12(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ '@react-aria/datepicker@3.11.2(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@internationalized/date': 3.5.5
+ '@internationalized/number': 3.5.3
+ '@internationalized/string': 3.2.3
+ '@react-aria/focus': 3.18.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/form': 3.0.8(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/i18n': 3.12.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/interactions': 3.22.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/label': 3.7.11(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/spinbutton': 3.6.8(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.25.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/datepicker': 3.10.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/form': 3.0.5(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/button': 3.9.6(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/calendar': 3.4.9(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/datepicker': 3.8.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/dialog': 3.5.12(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ '@react-aria/dialog@3.5.14(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/focus': 3.17.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/overlays': 3.22.1(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/dialog': 3.5.12(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ '@react-aria/dialog@3.5.17(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/focus': 3.18.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/overlays': 3.23.2(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.25.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/dialog': 3.5.12(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ '@react-aria/dnd@3.7.2(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@internationalized/string': 3.2.3
+ '@react-aria/i18n': 3.12.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/interactions': 3.22.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/live-announcer': 3.3.4
+ '@react-aria/overlays': 3.23.2(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.25.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/dnd': 3.4.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/button': 3.9.6(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ '@react-aria/focus@3.17.1(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/interactions': 3.21.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ clsx: 2.1.1
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-aria/focus@3.18.2(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/interactions': 3.22.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.25.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ clsx: 2.1.1
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-aria/form@3.0.5(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/interactions': 3.21.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/form': 3.0.5(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-aria/form@3.0.8(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/interactions': 3.22.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.25.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/form': 3.0.5(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-aria/grid@3.10.3(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/focus': 3.18.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/i18n': 3.12.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/interactions': 3.22.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/live-announcer': 3.3.4
+ '@react-aria/selection': 3.19.3(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.25.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/collections': 3.10.9(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/grid': 3.9.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/selection': 3.16.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/checkbox': 3.8.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/grid': 3.2.8(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ '@react-aria/gridlist@3.9.3(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/focus': 3.18.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/grid': 3.10.3(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/i18n': 3.12.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/interactions': 3.22.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/selection': 3.19.3(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.25.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/collections': 3.10.9(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/list': 3.10.8(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/tree': 3.8.4(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ '@react-aria/i18n@3.11.1(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@internationalized/date': 3.5.5
+ '@internationalized/message': 3.1.4
+ '@internationalized/number': 3.5.3
+ '@internationalized/string': 3.2.3
+ '@react-aria/ssr': 3.9.5(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-aria/i18n@3.12.2(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@internationalized/date': 3.5.5
+ '@internationalized/message': 3.1.4
+ '@internationalized/number': 3.5.3
+ '@internationalized/string': 3.2.3
+ '@react-aria/ssr': 3.9.5(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.25.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-aria/interactions@3.21.3(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/ssr': 3.9.5(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-aria/interactions@3.22.2(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/ssr': 3.9.5(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.25.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-aria/label@3.7.11(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/utils': 3.25.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-aria/label@3.7.8(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-aria/link@3.7.1(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/focus': 3.17.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/interactions': 3.22.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/link': 3.5.5(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-aria/link@3.7.4(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/focus': 3.18.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/interactions': 3.22.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.25.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/link': 3.5.7(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-aria/listbox@3.12.1(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/interactions': 3.21.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/label': 3.7.11(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/selection': 3.19.3(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/collections': 3.10.9(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/list': 3.10.5(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/listbox': 3.5.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ '@react-aria/listbox@3.13.3(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/interactions': 3.22.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/label': 3.7.11(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/selection': 3.19.3(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.25.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/collections': 3.10.9(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/list': 3.10.8(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/listbox': 3.5.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ '@react-aria/live-announcer@3.3.4':
+ dependencies:
+ '@swc/helpers': 0.5.12
+
+ '@react-aria/menu@3.14.1(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/focus': 3.17.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/i18n': 3.12.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/interactions': 3.21.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/overlays': 3.23.2(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/selection': 3.19.3(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/collections': 3.10.9(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/menu': 3.7.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/tree': 3.8.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/button': 3.9.6(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/menu': 3.9.9(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ '@react-aria/menu@3.15.3(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/focus': 3.18.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/i18n': 3.12.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/interactions': 3.22.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/overlays': 3.23.2(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/selection': 3.19.3(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.25.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/collections': 3.10.9(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/menu': 3.8.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/tree': 3.8.4(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/button': 3.9.6(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/menu': 3.9.11(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ '@react-aria/meter@3.4.16(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/progress': 3.4.16(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/meter': 3.4.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-aria/numberfield@3.11.6(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/i18n': 3.12.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/interactions': 3.22.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/spinbutton': 3.6.8(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/textfield': 3.14.8(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.25.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/form': 3.0.5(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/numberfield': 3.9.6(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/button': 3.9.6(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/numberfield': 3.8.5(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ '@react-aria/overlays@3.22.1(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/focus': 3.17.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/i18n': 3.12.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/interactions': 3.21.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/ssr': 3.9.5(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/visually-hidden': 3.8.12(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/overlays': 3.6.7(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/button': 3.9.6(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/overlays': 3.8.7(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ '@react-aria/overlays@3.23.2(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/focus': 3.18.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/i18n': 3.12.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/interactions': 3.22.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/ssr': 3.9.5(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.25.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/visually-hidden': 3.8.15(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/overlays': 3.6.10(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/button': 3.9.6(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/overlays': 3.8.9(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ '@react-aria/progress@3.4.13(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/i18n': 3.11.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/label': 3.7.11(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/progress': 3.5.4(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-aria/progress@3.4.16(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/i18n': 3.12.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/label': 3.7.11(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.25.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/progress': 3.5.6(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-aria/radio@3.10.4(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/focus': 3.17.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/form': 3.0.8(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/i18n': 3.12.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/interactions': 3.21.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/label': 3.7.11(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/radio': 3.10.4(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/radio': 3.8.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-aria/radio@3.10.7(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/focus': 3.18.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/form': 3.0.8(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/i18n': 3.12.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/interactions': 3.22.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/label': 3.7.11(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.25.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/radio': 3.10.7(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/radio': 3.8.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-aria/searchfield@3.7.8(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/i18n': 3.12.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/textfield': 3.14.8(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.25.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/searchfield': 3.5.6(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/button': 3.9.6(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/searchfield': 3.5.8(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-aria/select@3.14.9(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/form': 3.0.8(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/i18n': 3.12.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/interactions': 3.22.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/label': 3.7.11(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/listbox': 3.13.3(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/menu': 3.15.3(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/selection': 3.19.3(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.25.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/visually-hidden': 3.8.15(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/select': 3.6.7(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/button': 3.9.6(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/select': 3.9.6(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ '@react-aria/selection@3.18.1(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/focus': 3.17.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/i18n': 3.11.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/interactions': 3.21.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/selection': 3.16.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ '@react-aria/selection@3.19.3(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/focus': 3.18.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/i18n': 3.12.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/interactions': 3.22.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.25.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/selection': 3.16.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ '@react-aria/separator@3.4.2(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/utils': 3.25.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-aria/slider@3.7.11(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/focus': 3.18.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/i18n': 3.12.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/interactions': 3.22.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/label': 3.7.11(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.25.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/slider': 3.5.7(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/slider': 3.7.5(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-aria/slider@3.7.8(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/focus': 3.17.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/i18n': 3.11.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/interactions': 3.21.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/label': 3.7.11(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/slider': 3.5.4(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/slider': 3.7.5(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-aria/spinbutton@3.6.8(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/i18n': 3.12.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/live-announcer': 3.3.4
+ '@react-aria/utils': 3.25.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/button': 3.9.6(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ '@react-aria/ssr@3.9.4(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-aria/ssr@3.9.5(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-aria/switch@3.6.4(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/toggle': 3.10.7(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/toggle': 3.7.4(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/switch': 3.5.5(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-aria/switch@3.6.7(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/toggle': 3.10.7(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/toggle': 3.7.7(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/switch': 3.5.5(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-aria/table@3.14.1(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/focus': 3.17.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/grid': 3.10.3(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/i18n': 3.12.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/interactions': 3.21.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/live-announcer': 3.3.4
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/visually-hidden': 3.8.12(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/collections': 3.10.9(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/flags': 3.0.3
+ '@react-stately/table': 3.11.8(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/virtualizer': 3.7.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/checkbox': 3.8.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/grid': 3.2.6(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/table': 3.9.5(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ '@react-aria/table@3.15.3(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/focus': 3.18.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/grid': 3.10.3(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/i18n': 3.12.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/interactions': 3.22.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/live-announcer': 3.3.4
+ '@react-aria/utils': 3.25.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/visually-hidden': 3.8.15(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/collections': 3.10.9(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/flags': 3.0.3
+ '@react-stately/table': 3.12.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/checkbox': 3.8.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/grid': 3.2.8(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/table': 3.10.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ '@react-aria/tabs@3.9.1(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/focus': 3.17.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/i18n': 3.12.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/selection': 3.19.3(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/tabs': 3.6.6(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/tabs': 3.3.7(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ '@react-aria/tabs@3.9.5(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/focus': 3.18.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/i18n': 3.12.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/selection': 3.19.3(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.25.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/tabs': 3.6.9(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/tabs': 3.3.9(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ '@react-aria/tag@3.4.5(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/gridlist': 3.9.3(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/i18n': 3.12.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/interactions': 3.22.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/label': 3.7.11(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/selection': 3.19.3(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.25.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/list': 3.10.8(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/button': 3.9.6(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ '@react-aria/textfield@3.14.5(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/focus': 3.17.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/form': 3.0.8(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/label': 3.7.11(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/form': 3.0.5(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/utils': 3.10.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/textfield': 3.9.3(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-aria/textfield@3.14.8(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/focus': 3.18.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/form': 3.0.8(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/label': 3.7.11(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.25.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/form': 3.0.5(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/utils': 3.10.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/textfield': 3.9.6(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-aria/toggle@3.10.7(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/focus': 3.18.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/interactions': 3.22.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.25.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/toggle': 3.7.7(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/checkbox': 3.8.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-aria/toolbar@3.0.0-beta.8(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/focus': 3.18.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/i18n': 3.12.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.25.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-aria/tooltip@3.7.4(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/focus': 3.18.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/interactions': 3.21.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/tooltip': 3.4.9(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/tooltip': 3.4.9(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-aria/tooltip@3.7.7(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/focus': 3.18.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/interactions': 3.22.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.25.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/tooltip': 3.4.12(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/tooltip': 3.4.11(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-aria/tree@3.0.0-alpha.5(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/gridlist': 3.9.3(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/i18n': 3.12.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/selection': 3.19.3(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.25.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/tree': 3.8.4(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/button': 3.9.6(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ '@react-aria/utils@3.24.1(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/ssr': 3.9.5(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/utils': 3.10.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ clsx: 2.1.1
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-aria/utils@3.25.2(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/ssr': 3.9.5(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/utils': 3.10.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ clsx: 2.1.1
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-aria/virtualizer@4.0.2(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/i18n': 3.12.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/interactions': 3.22.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.25.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/virtualizer': 4.0.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ '@react-aria/visually-hidden@3.8.12(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/interactions': 3.22.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.25.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-aria/visually-hidden@3.8.15(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/interactions': 3.22.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.25.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-stately/calendar@3.5.1(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@internationalized/date': 3.5.5
+ '@react-stately/utils': 3.10.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/calendar': 3.4.6(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-stately/calendar@3.5.4(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@internationalized/date': 3.5.5
+ '@react-stately/utils': 3.10.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/calendar': 3.4.9(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-stately/checkbox@3.6.5(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-stately/form': 3.0.5(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/utils': 3.10.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/checkbox': 3.8.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-stately/checkbox@3.6.8(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-stately/form': 3.0.5(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/utils': 3.10.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/checkbox': 3.8.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-stately/collections@3.10.7(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-stately/collections@3.10.9(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-stately/color@3.7.2(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@internationalized/number': 3.5.3
+ '@internationalized/string': 3.2.3
+ '@react-aria/i18n': 3.12.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/form': 3.0.5(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/numberfield': 3.9.6(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/slider': 3.5.7(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/utils': 3.10.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/color': 3.0.0-rc.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-stately/combobox@3.8.4(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-stately/collections': 3.10.9(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/form': 3.0.5(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/list': 3.10.8(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/overlays': 3.6.10(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/select': 3.6.7(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/utils': 3.10.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/combobox': 3.11.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-stately/combobox@3.9.2(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-stately/collections': 3.10.9(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/form': 3.0.5(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/list': 3.10.8(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/overlays': 3.6.10(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/select': 3.6.7(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/utils': 3.10.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/combobox': 3.12.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-stately/data@3.11.6(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-stately/datepicker@3.10.2(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@internationalized/date': 3.5.5
+ '@internationalized/string': 3.2.3
+ '@react-stately/form': 3.0.5(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/overlays': 3.6.10(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/utils': 3.10.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/datepicker': 3.8.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-stately/datepicker@3.9.4(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@internationalized/date': 3.5.5
+ '@internationalized/string': 3.2.3
+ '@react-stately/form': 3.0.5(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/overlays': 3.6.10(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/utils': 3.10.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/datepicker': 3.7.4(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-stately/dnd@3.4.2(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-stately/selection': 3.16.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-stately/flags@3.0.3':
+ dependencies:
+ '@swc/helpers': 0.5.12
+
+ '@react-stately/form@3.0.3(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-stately/form@3.0.5(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-stately/grid@3.9.2(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-stately/collections': 3.10.9(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/selection': 3.16.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/grid': 3.2.8(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-stately/layout@4.0.2(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-stately/collections': 3.10.9(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/table': 3.12.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/virtualizer': 4.0.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/grid': 3.2.8(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/table': 3.10.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-stately/list@3.10.5(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-stately/collections': 3.10.9(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/selection': 3.16.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/utils': 3.10.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-stately/list@3.10.8(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-stately/collections': 3.10.9(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/selection': 3.16.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/utils': 3.10.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-stately/menu@3.7.1(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-stately/overlays': 3.6.10(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/menu': 3.9.9(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-stately/menu@3.8.2(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-stately/overlays': 3.6.10(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/menu': 3.9.11(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-stately/numberfield@3.9.6(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@internationalized/number': 3.5.3
+ '@react-stately/form': 3.0.5(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/utils': 3.10.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/numberfield': 3.8.5(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-stately/overlays@3.6.10(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-stately/utils': 3.10.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/overlays': 3.8.9(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-stately/overlays@3.6.7(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-stately/utils': 3.10.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/overlays': 3.8.7(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-stately/radio@3.10.4(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-stately/form': 3.0.5(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/utils': 3.10.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/radio': 3.8.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-stately/radio@3.10.7(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-stately/form': 3.0.5(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/utils': 3.10.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/radio': 3.8.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-stately/searchfield@3.5.6(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-stately/utils': 3.10.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/searchfield': 3.5.8(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-stately/select@3.6.7(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-stately/form': 3.0.5(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/list': 3.10.8(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/overlays': 3.6.10(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/select': 3.9.6(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-stately/selection@3.16.2(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-stately/collections': 3.10.9(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/utils': 3.10.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-stately/slider@3.5.4(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-stately/utils': 3.10.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/slider': 3.7.5(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-stately/slider@3.5.7(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-stately/utils': 3.10.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/slider': 3.7.5(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-stately/table@3.11.8(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-stately/collections': 3.10.9(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/flags': 3.0.3
+ '@react-stately/grid': 3.9.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/selection': 3.16.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/utils': 3.10.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/grid': 3.2.6(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/table': 3.9.5(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-stately/table@3.12.2(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-stately/collections': 3.10.9(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/flags': 3.0.3
+ '@react-stately/grid': 3.9.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/selection': 3.16.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/utils': 3.10.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/grid': 3.2.8(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/table': 3.10.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-stately/tabs@3.6.6(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-stately/list': 3.10.8(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/tabs': 3.3.7(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-stately/tabs@3.6.9(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-stately/list': 3.10.8(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/tabs': 3.3.9(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-stately/toggle@3.7.4(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-stately/utils': 3.10.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/checkbox': 3.8.3(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-stately/toggle@3.7.7(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-stately/utils': 3.10.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/checkbox': 3.8.3(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-stately/tooltip@3.4.12(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-stately/overlays': 3.6.10(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/tooltip': 3.4.11(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-stately/tooltip@3.4.9(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-stately/overlays': 3.6.10(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/tooltip': 3.4.9(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-stately/tree@3.8.1(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-stately/collections': 3.10.9(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/selection': 3.16.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/utils': 3.10.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-stately/tree@3.8.4(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-stately/collections': 3.10.9(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/selection': 3.16.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/utils': 3.10.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-stately/utils@3.10.1(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-stately/utils@3.10.3(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-stately/virtualizer@3.7.1(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/utils': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-stately/virtualizer@4.0.2(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-aria/utils': 3.25.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-types/accordion@3.0.0-alpha.21(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-types/breadcrumbs@3.7.5(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-types/link': 3.5.7(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-types/breadcrumbs@3.7.7(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-types/link': 3.5.7(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-types/button@3.9.4(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-types/button@3.9.6(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-types/calendar@3.4.6(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@internationalized/date': 3.5.5
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-types/calendar@3.4.9(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@internationalized/date': 3.5.5
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-types/checkbox@3.8.1(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-types/checkbox@3.8.3(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-types/color@3.0.0-rc.1(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/slider': 3.7.5(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-types/combobox@3.11.1(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-types/combobox@3.12.1(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-types/datepicker@3.7.4(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@internationalized/date': 3.5.5
+ '@react-types/calendar': 3.4.9(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/overlays': 3.8.9(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-types/datepicker@3.8.2(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@internationalized/date': 3.5.5
+ '@react-types/calendar': 3.4.9(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/overlays': 3.8.9(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-types/dialog@3.5.12(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-types/overlays': 3.8.9(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-types/form@3.7.6(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-types/grid@3.2.6(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-types/grid@3.2.8(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-types/link@3.5.5(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-types/link@3.5.7(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-types/listbox@3.5.1(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-types/menu@3.9.11(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-types/overlays': 3.8.9(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-types/menu@3.9.9(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-types/overlays': 3.8.9(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-types/meter@3.4.3(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-types/progress': 3.5.6(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-types/numberfield@3.8.5(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-types/overlays@3.8.7(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-types/overlays@3.8.9(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-types/progress@3.5.4(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-types/progress@3.5.6(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-types/radio@3.8.1(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-types/radio@3.8.3(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-types/searchfield@3.5.8(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/textfield': 3.9.6(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-types/select@3.9.4(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-types/select@3.9.6(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-types/shared@3.23.1(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-types/shared@3.24.1(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-types/slider@3.7.5(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-types/switch@3.5.5(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-types/table@3.10.1(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-types/grid': 3.2.8(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-types/table@3.9.5(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-types/grid': 3.2.6(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-types/tabs@3.3.7(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-types/tabs@3.3.9(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-types/textfield@3.9.3(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-types/shared': 3.23.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-types/textfield@3.9.6(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-types/tooltip@3.4.11(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-types/overlays': 3.8.9(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@react-types/tooltip@3.4.9(react@18.3.0-canary-b30030471-20240117)':
+ dependencies:
+ '@react-types/overlays': 3.8.7(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+
+ '@rollup/rollup-android-arm-eabi@4.21.0':
+ optional: true
+
+ '@rollup/rollup-android-arm64@4.21.0':
+ optional: true
+
+ '@rollup/rollup-darwin-arm64@4.21.0':
+ optional: true
+
+ '@rollup/rollup-darwin-x64@4.21.0':
+ optional: true
+
+ '@rollup/rollup-linux-arm-gnueabihf@4.21.0':
+ optional: true
+
+ '@rollup/rollup-linux-arm-musleabihf@4.21.0':
+ optional: true
+
+ '@rollup/rollup-linux-arm64-gnu@4.21.0':
+ optional: true
+
+ '@rollup/rollup-linux-arm64-musl@4.21.0':
+ optional: true
+
+ '@rollup/rollup-linux-powerpc64le-gnu@4.21.0':
+ optional: true
+
+ '@rollup/rollup-linux-riscv64-gnu@4.21.0':
+ optional: true
+
+ '@rollup/rollup-linux-s390x-gnu@4.21.0':
+ optional: true
+
+ '@rollup/rollup-linux-x64-gnu@4.21.0':
+ optional: true
+
+ '@rollup/rollup-linux-x64-musl@4.21.0':
+ optional: true
+
+ '@rollup/rollup-win32-arm64-msvc@4.21.0':
+ optional: true
+
+ '@rollup/rollup-win32-ia32-msvc@4.21.0':
+ optional: true
+
+ '@rollup/rollup-win32-x64-msvc@4.21.0':
+ optional: true
+
+ '@swc/helpers@0.5.12':
+ dependencies:
+ tslib: 2.7.0
+
+ '@types/babel__core@7.20.5':
+ dependencies:
+ '@babel/parser': 7.25.4
+ '@babel/types': 7.25.4
+ '@types/babel__generator': 7.6.8
+ '@types/babel__template': 7.4.4
+ '@types/babel__traverse': 7.20.6
+
+ '@types/babel__generator@7.6.8':
+ dependencies:
+ '@babel/types': 7.25.4
+
+ '@types/babel__template@7.4.4':
+ dependencies:
+ '@babel/parser': 7.25.4
+ '@babel/types': 7.25.4
+
+ '@types/babel__traverse@7.20.6':
+ dependencies:
+ '@babel/types': 7.25.4
+
+ '@types/estree@1.0.5': {}
+
+ '@types/istanbul-lib-coverage@2.0.6': {}
+
+ '@types/istanbul-lib-report@3.0.3':
+ dependencies:
+ '@types/istanbul-lib-coverage': 2.0.6
+
+ '@types/istanbul-reports@1.1.2':
+ dependencies:
+ '@types/istanbul-lib-coverage': 2.0.6
+ '@types/istanbul-lib-report': 3.0.3
+
+ '@types/lodash.debounce@4.0.9':
+ dependencies:
+ '@types/lodash': 4.17.7
+
+ '@types/lodash@4.17.7': {}
+
+ '@types/long@4.0.2': {}
+
+ '@types/node@22.5.0':
+ dependencies:
+ undici-types: 6.19.8
+
+ '@types/prop-types@15.7.12': {}
+
+ '@types/react-dom@18.2.18':
+ dependencies:
+ '@types/react': 18.2.48
+
+ '@types/react@18.2.48':
+ dependencies:
+ '@types/prop-types': 15.7.12
+ '@types/scheduler': 0.23.0
+ csstype: 3.1.3
+
+ '@types/scheduler@0.23.0': {}
+
+ '@types/yargs-parser@21.0.3': {}
+
+ '@types/yargs@13.0.12':
+ dependencies:
+ '@types/yargs-parser': 21.0.3
+
+ '@vitejs/plugin-react@4.3.1(vite@5.4.1(@types/node@22.5.0))':
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/plugin-transform-react-jsx-self': 7.24.7(@babel/core@7.25.2)
+ '@babel/plugin-transform-react-jsx-source': 7.24.7(@babel/core@7.25.2)
+ '@types/babel__core': 7.20.5
+ react-refresh: 0.14.2
+ vite: 5.4.1(@types/node@22.5.0)
+ transitivePeerDependencies:
+ - supports-color
+
+ '@xenova/transformers@2.15.0':
+ dependencies:
+ '@huggingface/jinja': 0.1.3
+ onnxruntime-web: 1.14.0
+ sharp: 0.32.6
+ optionalDependencies:
+ onnxruntime-node: 1.14.0
+
+ ansi-regex@4.1.1: {}
+
+ ansi-regex@5.0.1: {}
+
+ ansi-regex@6.0.1: {}
+
+ ansi-styles@3.2.1:
+ dependencies:
+ color-convert: 1.9.3
+
+ ansi-styles@4.3.0:
+ dependencies:
+ color-convert: 2.0.1
+
+ ansi-styles@6.2.1: {}
+
+ any-promise@1.3.0: {}
+
+ anymatch@3.1.3:
+ dependencies:
+ normalize-path: 3.0.0
+ picomatch: 2.3.1
+
+ arg@5.0.2: {}
+
+ autoprefixer@10.4.20(postcss@8.4.41):
+ dependencies:
+ browserslist: 4.23.3
+ caniuse-lite: 1.0.30001653
+ fraction.js: 4.3.7
+ normalize-range: 0.1.2
+ picocolors: 1.0.1
+ postcss: 8.4.41
+ postcss-value-parser: 4.2.0
+
+ b4a@1.6.6: {}
+
+ babel-plugin-react-compiler@0.0.0-experimental-48eb8f4-20240822:
+ dependencies:
+ '@babel/generator': 7.2.0
+ '@babel/types': 7.25.4
+ chalk: 4.1.2
+ invariant: 2.2.4
+ pretty-format: 24.9.0
+ zod: 3.23.8
+ zod-validation-error: 2.1.0(zod@3.23.8)
+
+ balanced-match@1.0.2: {}
+
+ bare-events@2.4.2:
+ optional: true
+
+ bare-fs@2.3.1:
+ dependencies:
+ bare-events: 2.4.2
+ bare-path: 2.1.3
+ bare-stream: 2.1.3
+ optional: true
+
+ bare-os@2.4.0:
+ optional: true
+
+ bare-path@2.1.3:
+ dependencies:
+ bare-os: 2.4.0
+ optional: true
+
+ bare-stream@2.1.3:
+ dependencies:
+ streamx: 2.19.0
+ optional: true
+
+ base64-js@1.5.1: {}
+
+ binary-extensions@2.3.0: {}
+
+ birpc@0.2.17: {}
+
+ bl@4.1.0:
+ dependencies:
+ buffer: 5.7.1
+ inherits: 2.0.4
+ readable-stream: 3.6.2
+
+ brace-expansion@2.0.1:
+ dependencies:
+ balanced-match: 1.0.2
+
+ braces@3.0.3:
+ dependencies:
+ fill-range: 7.1.1
+
+ browserslist@4.23.3:
+ dependencies:
+ caniuse-lite: 1.0.30001653
+ electron-to-chromium: 1.5.13
+ node-releases: 2.0.18
+ update-browserslist-db: 1.1.0(browserslist@4.23.3)
+
+ buffer@5.7.1:
+ dependencies:
+ base64-js: 1.5.1
+ ieee754: 1.2.1
+
+ buffer@6.0.3:
+ dependencies:
+ base64-js: 1.5.1
+ ieee754: 1.2.1
+
+ camelcase-css@2.0.1: {}
+
+ caniuse-lite@1.0.30001653: {}
+
+ chalk@2.4.2:
+ dependencies:
+ ansi-styles: 3.2.1
+ escape-string-regexp: 1.0.5
+ supports-color: 5.5.0
+
+ chalk@4.1.2:
+ dependencies:
+ ansi-styles: 4.3.0
+ supports-color: 7.2.0
+
+ chokidar@3.6.0:
+ dependencies:
+ anymatch: 3.1.3
+ braces: 3.0.3
+ glob-parent: 5.1.2
+ is-binary-path: 2.1.0
+ is-glob: 4.0.3
+ normalize-path: 3.0.0
+ readdirp: 3.6.0
+ optionalDependencies:
+ fsevents: 2.3.3
+
+ chownr@1.1.4: {}
+
+ chownr@3.0.0: {}
+
+ client-only@0.0.1: {}
+
+ clsx@1.2.1: {}
+
+ clsx@2.1.1: {}
+
+ color-convert@1.9.3:
+ dependencies:
+ color-name: 1.1.3
+
+ color-convert@2.0.1:
+ dependencies:
+ color-name: 1.1.4
+
+ color-name@1.1.3: {}
+
+ color-name@1.1.4: {}
+
+ color-string@1.9.1:
+ dependencies:
+ color-name: 1.1.4
+ simple-swizzle: 0.2.2
+
+ color2k@2.0.3: {}
+
+ color@4.2.3:
+ dependencies:
+ color-convert: 2.0.1
+ color-string: 1.9.1
+
+ commander@4.1.1: {}
+
+ compute-scroll-into-view@3.1.0: {}
+
+ convert-source-map@2.0.0: {}
+
+ cross-spawn@7.0.3:
+ dependencies:
+ path-key: 3.1.1
+ shebang-command: 2.0.0
+ which: 2.0.2
+
+ cssesc@3.0.0: {}
+
+ csstype@3.1.3: {}
+
+ debug@4.3.6:
+ dependencies:
+ ms: 2.1.2
+
+ decompress-response@6.0.0:
+ dependencies:
+ mimic-response: 3.1.0
+
+ deep-extend@0.6.0: {}
+
+ deepmerge@4.3.1: {}
+
+ derive-valtio@0.1.0(valtio@1.13.2(@types/react@18.2.48)(react@18.3.0-canary-b30030471-20240117)):
+ dependencies:
+ valtio: 1.13.2(@types/react@18.2.48)(react@18.3.0-canary-b30030471-20240117)
+
+ detect-libc@2.0.3: {}
+
+ detect-node-es@1.1.0: {}
+
+ didyoumean@1.2.2: {}
+
+ dlv@1.1.3: {}
+
+ eastasianwidth@0.2.0: {}
+
+ electron-to-chromium@1.5.13: {}
+
+ emoji-regex@8.0.0: {}
+
+ emoji-regex@9.2.2: {}
+
+ end-of-stream@1.4.4:
+ dependencies:
+ once: 1.4.0
+
+ esbuild@0.21.5:
+ optionalDependencies:
+ '@esbuild/aix-ppc64': 0.21.5
+ '@esbuild/android-arm': 0.21.5
+ '@esbuild/android-arm64': 0.21.5
+ '@esbuild/android-x64': 0.21.5
+ '@esbuild/darwin-arm64': 0.21.5
+ '@esbuild/darwin-x64': 0.21.5
+ '@esbuild/freebsd-arm64': 0.21.5
+ '@esbuild/freebsd-x64': 0.21.5
+ '@esbuild/linux-arm': 0.21.5
+ '@esbuild/linux-arm64': 0.21.5
+ '@esbuild/linux-ia32': 0.21.5
+ '@esbuild/linux-loong64': 0.21.5
+ '@esbuild/linux-mips64el': 0.21.5
+ '@esbuild/linux-ppc64': 0.21.5
+ '@esbuild/linux-riscv64': 0.21.5
+ '@esbuild/linux-s390x': 0.21.5
+ '@esbuild/linux-x64': 0.21.5
+ '@esbuild/netbsd-x64': 0.21.5
+ '@esbuild/openbsd-x64': 0.21.5
+ '@esbuild/sunos-x64': 0.21.5
+ '@esbuild/win32-arm64': 0.21.5
+ '@esbuild/win32-ia32': 0.21.5
+ '@esbuild/win32-x64': 0.21.5
+
+ escalade@3.1.2: {}
+
+ escape-string-regexp@1.0.5: {}
+
+ eventemitter3@5.0.1: {}
+
+ expand-template@2.0.3: {}
+
+ fast-fifo@1.3.2: {}
+
+ fast-glob@3.3.2:
+ dependencies:
+ '@nodelib/fs.stat': 2.0.5
+ '@nodelib/fs.walk': 1.2.8
+ glob-parent: 5.1.2
+ merge2: 1.4.1
+ micromatch: 4.0.8
+
+ fastq@1.17.1:
+ dependencies:
+ reusify: 1.0.4
+
+ fill-range@7.1.1:
+ dependencies:
+ to-regex-range: 5.0.1
+
+ flat@5.0.2: {}
+
+ flatbuffers@1.12.0: {}
+
+ foreground-child@3.3.0:
+ dependencies:
+ cross-spawn: 7.0.3
+ signal-exit: 4.1.0
+
+ fraction.js@4.3.7: {}
+
+ framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117):
+ dependencies:
+ tslib: 2.7.0
+ optionalDependencies:
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ fs-constants@1.0.0: {}
+
+ fsevents@2.3.3:
+ optional: true
+
+ function-bind@1.1.2: {}
+
+ gensync@1.0.0-beta.2: {}
+
+ get-nonce@1.0.1: {}
+
+ github-from-package@0.0.0: {}
+
+ glob-parent@5.1.2:
+ dependencies:
+ is-glob: 4.0.3
+
+ glob-parent@6.0.2:
+ dependencies:
+ is-glob: 4.0.3
+
+ glob@10.4.5:
+ dependencies:
+ foreground-child: 3.3.0
+ jackspeak: 3.4.3
+ minimatch: 9.0.5
+ minipass: 7.1.2
+ package-json-from-dist: 1.0.0
+ path-scurry: 1.11.1
+
+ globals@11.12.0: {}
+
+ guid-typescript@1.0.9: {}
+
+ has-flag@3.0.0: {}
+
+ has-flag@4.0.0: {}
+
+ hasown@2.0.2:
+ dependencies:
+ function-bind: 1.1.2
+
+ ieee754@1.2.1: {}
+
+ inherits@2.0.4: {}
+
+ ini@1.3.8: {}
+
+ intl-messageformat@10.5.14:
+ dependencies:
+ '@formatjs/ecma402-abstract': 2.0.0
+ '@formatjs/fast-memoize': 2.2.0
+ '@formatjs/icu-messageformat-parser': 2.7.8
+ tslib: 2.7.0
+
+ invariant@2.2.4:
+ dependencies:
+ loose-envify: 1.4.0
+
+ is-arrayish@0.3.2: {}
+
+ is-binary-path@2.1.0:
+ dependencies:
+ binary-extensions: 2.3.0
+
+ is-core-module@2.15.1:
+ dependencies:
+ hasown: 2.0.2
+
+ is-extglob@2.1.1: {}
+
+ is-fullwidth-code-point@3.0.0: {}
+
+ is-glob@4.0.3:
+ dependencies:
+ is-extglob: 2.1.1
+
+ is-number@7.0.0: {}
+
+ isexe@2.0.0: {}
+
+ jackspeak@3.4.3:
+ dependencies:
+ '@isaacs/cliui': 8.0.2
+ optionalDependencies:
+ '@pkgjs/parseargs': 0.11.0
+
+ jiti@1.21.6: {}
+
+ js-tokens@4.0.0: {}
+
+ jsesc@2.5.2: {}
+
+ json5@2.2.3: {}
+
+ lilconfig@2.1.0: {}
+
+ lilconfig@3.1.2: {}
+
+ lines-and-columns@1.2.4: {}
+
+ lodash.debounce@4.0.8: {}
+
+ lodash.foreach@4.5.0: {}
+
+ lodash.get@4.4.2: {}
+
+ lodash.kebabcase@4.1.1: {}
+
+ lodash.mapkeys@4.6.0: {}
+
+ lodash.omit@4.5.0: {}
+
+ lodash@4.17.21: {}
+
+ long@4.0.0: {}
+
+ long@5.2.3: {}
+
+ loose-envify@1.4.0:
+ dependencies:
+ js-tokens: 4.0.0
+
+ lru-cache@10.4.3: {}
+
+ lru-cache@5.1.1:
+ dependencies:
+ yallist: 3.1.1
+
+ lucide-react@0.427.0(react@18.3.0-canary-b30030471-20240117):
+ dependencies:
+ react: 18.3.0-canary-b30030471-20240117
+
+ merge2@1.4.1: {}
+
+ micromatch@4.0.8:
+ dependencies:
+ braces: 3.0.3
+ picomatch: 2.3.1
+
+ mimic-response@3.1.0: {}
+
+ minimatch@9.0.5:
+ dependencies:
+ brace-expansion: 2.0.1
+
+ minimist@1.2.8: {}
+
+ minipass@7.1.2: {}
+
+ minizlib@3.0.1:
+ dependencies:
+ minipass: 7.1.2
+ rimraf: 5.0.10
+
+ mkdirp-classic@0.5.3: {}
+
+ mkdirp@3.0.1: {}
+
+ motion-number@0.1.6(framer-motion@11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117))(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117):
+ dependencies:
+ framer-motion: 11.3.30(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ ms@2.1.2: {}
+
+ mz@2.7.0:
+ dependencies:
+ any-promise: 1.3.0
+ object-assign: 4.1.1
+ thenify-all: 1.6.0
+
+ nanoid@3.3.7: {}
+
+ napi-build-utils@1.0.2: {}
+
+ node-abi@3.67.0:
+ dependencies:
+ semver: 7.6.3
+
+ node-addon-api@6.1.0: {}
+
+ node-releases@2.0.18: {}
+
+ normalize-path@3.0.0: {}
+
+ normalize-range@0.1.2: {}
+
+ object-assign@4.1.1: {}
+
+ object-hash@3.0.0: {}
+
+ once@1.4.0:
+ dependencies:
+ wrappy: 1.0.2
+
+ onnx-proto@4.0.4:
+ dependencies:
+ protobufjs: 6.11.4
+
+ onnxruntime-common@1.14.0: {}
+
+ onnxruntime-common@1.19.0: {}
+
+ onnxruntime-common@1.20.0-dev.20240816-b2d603abda: {}
+
+ onnxruntime-node@1.14.0:
+ dependencies:
+ onnxruntime-common: 1.14.0
+ optional: true
+
+ onnxruntime-node@1.19.0:
+ dependencies:
+ onnxruntime-common: 1.19.0
+ tar: 7.4.3
+
+ onnxruntime-web@1.14.0:
+ dependencies:
+ flatbuffers: 1.12.0
+ guid-typescript: 1.0.9
+ long: 4.0.0
+ onnx-proto: 4.0.4
+ onnxruntime-common: 1.14.0
+ platform: 1.3.6
+
+ onnxruntime-web@1.20.0-dev.20240821-009209e016:
+ dependencies:
+ flatbuffers: 1.12.0
+ guid-typescript: 1.0.9
+ long: 5.2.3
+ onnxruntime-common: 1.20.0-dev.20240816-b2d603abda
+ platform: 1.3.6
+ protobufjs: 7.4.0
+
+ p-queue@8.0.1:
+ dependencies:
+ eventemitter3: 5.0.1
+ p-timeout: 6.1.2
+
+ p-timeout@6.1.2: {}
+
+ package-json-from-dist@1.0.0: {}
+
+ path-key@3.1.1: {}
+
+ path-parse@1.0.7: {}
+
+ path-scurry@1.11.1:
+ dependencies:
+ lru-cache: 10.4.3
+ minipass: 7.1.2
+
+ picocolors@1.0.1: {}
+
+ picomatch@2.3.1: {}
+
+ pify@2.3.0: {}
+
+ pirates@4.0.6: {}
+
+ platform@1.3.6: {}
+
+ postcss-import@15.1.0(postcss@8.4.41):
+ dependencies:
+ postcss: 8.4.41
+ postcss-value-parser: 4.2.0
+ read-cache: 1.0.0
+ resolve: 1.22.8
+
+ postcss-js@4.0.1(postcss@8.4.41):
+ dependencies:
+ camelcase-css: 2.0.1
+ postcss: 8.4.41
+
+ postcss-load-config@4.0.2(postcss@8.4.41):
+ dependencies:
+ lilconfig: 3.1.2
+ yaml: 2.5.0
+ optionalDependencies:
+ postcss: 8.4.41
+
+ postcss-nested@6.2.0(postcss@8.4.41):
+ dependencies:
+ postcss: 8.4.41
+ postcss-selector-parser: 6.1.2
+
+ postcss-selector-parser@6.1.2:
+ dependencies:
+ cssesc: 3.0.0
+ util-deprecate: 1.0.2
+
+ postcss-value-parser@4.2.0: {}
+
+ postcss@8.4.41:
+ dependencies:
+ nanoid: 3.3.7
+ picocolors: 1.0.1
+ source-map-js: 1.2.0
+
+ prebuild-install@7.1.2:
+ dependencies:
+ detect-libc: 2.0.3
+ expand-template: 2.0.3
+ github-from-package: 0.0.0
+ minimist: 1.2.8
+ mkdirp-classic: 0.5.3
+ napi-build-utils: 1.0.2
+ node-abi: 3.67.0
+ pump: 3.0.0
+ rc: 1.2.8
+ simple-get: 4.0.1
+ tar-fs: 2.1.1
+ tunnel-agent: 0.6.0
+
+ pretty-format@24.9.0:
+ dependencies:
+ '@jest/types': 24.9.0
+ ansi-regex: 4.1.1
+ ansi-styles: 3.2.1
+ react-is: 16.13.1
+
+ protobufjs@6.11.4:
+ dependencies:
+ '@protobufjs/aspromise': 1.1.2
+ '@protobufjs/base64': 1.1.2
+ '@protobufjs/codegen': 2.0.4
+ '@protobufjs/eventemitter': 1.1.0
+ '@protobufjs/fetch': 1.1.0
+ '@protobufjs/float': 1.0.2
+ '@protobufjs/inquire': 1.1.0
+ '@protobufjs/path': 1.1.2
+ '@protobufjs/pool': 1.1.0
+ '@protobufjs/utf8': 1.1.0
+ '@types/long': 4.0.2
+ '@types/node': 22.5.0
+ long: 4.0.0
+
+ protobufjs@7.4.0:
+ dependencies:
+ '@protobufjs/aspromise': 1.1.2
+ '@protobufjs/base64': 1.1.2
+ '@protobufjs/codegen': 2.0.4
+ '@protobufjs/eventemitter': 1.1.0
+ '@protobufjs/fetch': 1.1.0
+ '@protobufjs/float': 1.0.2
+ '@protobufjs/inquire': 1.1.0
+ '@protobufjs/path': 1.1.2
+ '@protobufjs/pool': 1.1.0
+ '@protobufjs/utf8': 1.1.0
+ '@types/node': 22.5.0
+ long: 5.2.3
+
+ proxy-compare@2.6.0: {}
+
+ pump@3.0.0:
+ dependencies:
+ end-of-stream: 1.4.4
+ once: 1.4.0
+
+ queue-microtask@1.2.3: {}
+
+ queue-tick@1.0.1: {}
+
+ rc@1.2.8:
+ dependencies:
+ deep-extend: 0.6.0
+ ini: 1.3.8
+ minimist: 1.2.8
+ strip-json-comments: 2.0.1
+
+ react-aria-components@1.3.3(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117):
+ dependencies:
+ '@internationalized/date': 3.5.5
+ '@internationalized/string': 3.2.3
+ '@react-aria/collections': 3.0.0-alpha.4(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/color': 3.0.0-rc.2(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/dnd': 3.7.2(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/focus': 3.18.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/interactions': 3.22.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/menu': 3.15.3(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/toolbar': 3.0.0-beta.8(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/tree': 3.0.0-alpha.5(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.25.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/virtualizer': 4.0.2(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/color': 3.7.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/layout': 4.0.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/menu': 3.8.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/table': 3.12.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/utils': 3.10.3(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/virtualizer': 4.0.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/color': 3.0.0-rc.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/form': 3.7.6(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/grid': 3.2.8(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/table': 3.10.1(react@18.3.0-canary-b30030471-20240117)
+ '@swc/helpers': 0.5.12
+ client-only: 0.0.1
+ react: 18.3.0-canary-b30030471-20240117
+ react-aria: 3.34.3(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+ react-stately: 3.32.2(react@18.3.0-canary-b30030471-20240117)
+ use-sync-external-store: 1.2.2(react@18.3.0-canary-b30030471-20240117)
+
+ react-aria@3.34.3(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117):
+ dependencies:
+ '@internationalized/string': 3.2.3
+ '@react-aria/breadcrumbs': 3.5.16(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/button': 3.9.8(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/calendar': 3.5.11(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/checkbox': 3.14.6(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/combobox': 3.10.3(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/datepicker': 3.11.2(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/dialog': 3.5.17(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/dnd': 3.7.2(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/focus': 3.18.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/gridlist': 3.9.3(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/i18n': 3.12.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/interactions': 3.22.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/label': 3.7.11(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/link': 3.7.4(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/listbox': 3.13.3(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/menu': 3.15.3(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/meter': 3.4.16(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/numberfield': 3.11.6(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/overlays': 3.23.2(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/progress': 3.4.16(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/radio': 3.10.7(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/searchfield': 3.7.8(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/select': 3.14.9(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/selection': 3.19.3(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/separator': 3.4.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/slider': 3.7.11(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/ssr': 3.9.5(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/switch': 3.6.7(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/table': 3.15.3(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/tabs': 3.9.5(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/tag': 3.4.5(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/textfield': 3.14.8(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/tooltip': 3.7.7(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/utils': 3.25.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-aria/visually-hidden': 3.8.15(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117):
+ dependencies:
+ loose-envify: 1.4.0
+ react: 18.3.0-canary-b30030471-20240117
+ scheduler: 0.24.0-canary-b30030471-20240117
+
+ react-is@16.13.1: {}
+
+ react-refresh@0.14.2: {}
+
+ react-remove-scroll-bar@2.3.6(@types/react@18.2.48)(react@18.3.0-canary-b30030471-20240117):
+ dependencies:
+ react: 18.3.0-canary-b30030471-20240117
+ react-style-singleton: 2.2.1(@types/react@18.2.48)(react@18.3.0-canary-b30030471-20240117)
+ tslib: 2.7.0
+ optionalDependencies:
+ '@types/react': 18.2.48
+
+ react-remove-scroll@2.5.10(@types/react@18.2.48)(react@18.3.0-canary-b30030471-20240117):
+ dependencies:
+ react: 18.3.0-canary-b30030471-20240117
+ react-remove-scroll-bar: 2.3.6(@types/react@18.2.48)(react@18.3.0-canary-b30030471-20240117)
+ react-style-singleton: 2.2.1(@types/react@18.2.48)(react@18.3.0-canary-b30030471-20240117)
+ tslib: 2.7.0
+ use-callback-ref: 1.3.2(@types/react@18.2.48)(react@18.3.0-canary-b30030471-20240117)
+ use-sidecar: 1.1.2(@types/react@18.2.48)(react@18.3.0-canary-b30030471-20240117)
+ optionalDependencies:
+ '@types/react': 18.2.48
+
+ react-stately@3.32.2(react@18.3.0-canary-b30030471-20240117):
+ dependencies:
+ '@react-stately/calendar': 3.5.4(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/checkbox': 3.6.8(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/collections': 3.10.9(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/combobox': 3.9.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/data': 3.11.6(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/datepicker': 3.10.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/dnd': 3.4.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/form': 3.0.5(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/list': 3.10.8(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/menu': 3.8.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/numberfield': 3.9.6(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/overlays': 3.6.10(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/radio': 3.10.7(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/searchfield': 3.5.6(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/select': 3.6.7(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/selection': 3.16.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/slider': 3.5.7(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/table': 3.12.2(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/tabs': 3.6.9(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/toggle': 3.7.7(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/tooltip': 3.4.12(react@18.3.0-canary-b30030471-20240117)
+ '@react-stately/tree': 3.8.4(react@18.3.0-canary-b30030471-20240117)
+ '@react-types/shared': 3.24.1(react@18.3.0-canary-b30030471-20240117)
+ react: 18.3.0-canary-b30030471-20240117
+
+ react-style-singleton@2.2.1(@types/react@18.2.48)(react@18.3.0-canary-b30030471-20240117):
+ dependencies:
+ get-nonce: 1.0.1
+ invariant: 2.2.4
+ react: 18.3.0-canary-b30030471-20240117
+ tslib: 2.7.0
+ optionalDependencies:
+ '@types/react': 18.2.48
+
+ react-textarea-autosize@8.5.3(@types/react@18.2.48)(react@18.3.0-canary-b30030471-20240117):
+ dependencies:
+ '@babel/runtime': 7.25.4
+ react: 18.3.0-canary-b30030471-20240117
+ use-composed-ref: 1.3.0(react@18.3.0-canary-b30030471-20240117)
+ use-latest: 1.2.1(@types/react@18.2.48)(react@18.3.0-canary-b30030471-20240117)
+ transitivePeerDependencies:
+ - '@types/react'
+
+ react@18.3.0-canary-b30030471-20240117:
+ dependencies:
+ loose-envify: 1.4.0
+
+ read-cache@1.0.0:
+ dependencies:
+ pify: 2.3.0
+
+ readable-stream@3.6.2:
+ dependencies:
+ inherits: 2.0.4
+ string_decoder: 1.3.0
+ util-deprecate: 1.0.2
+
+ readdirp@3.6.0:
+ dependencies:
+ picomatch: 2.3.1
+
+ regenerator-runtime@0.14.1: {}
+
+ remeda@2.11.0:
+ dependencies:
+ type-fest: 4.25.0
+
+ resolve@1.22.8:
+ dependencies:
+ is-core-module: 2.15.1
+ path-parse: 1.0.7
+ supports-preserve-symlinks-flag: 1.0.0
+
+ reusify@1.0.4: {}
+
+ rimraf@5.0.10:
+ dependencies:
+ glob: 10.4.5
+
+ rollup@4.21.0:
+ dependencies:
+ '@types/estree': 1.0.5
+ optionalDependencies:
+ '@rollup/rollup-android-arm-eabi': 4.21.0
+ '@rollup/rollup-android-arm64': 4.21.0
+ '@rollup/rollup-darwin-arm64': 4.21.0
+ '@rollup/rollup-darwin-x64': 4.21.0
+ '@rollup/rollup-linux-arm-gnueabihf': 4.21.0
+ '@rollup/rollup-linux-arm-musleabihf': 4.21.0
+ '@rollup/rollup-linux-arm64-gnu': 4.21.0
+ '@rollup/rollup-linux-arm64-musl': 4.21.0
+ '@rollup/rollup-linux-powerpc64le-gnu': 4.21.0
+ '@rollup/rollup-linux-riscv64-gnu': 4.21.0
+ '@rollup/rollup-linux-s390x-gnu': 4.21.0
+ '@rollup/rollup-linux-x64-gnu': 4.21.0
+ '@rollup/rollup-linux-x64-musl': 4.21.0
+ '@rollup/rollup-win32-arm64-msvc': 4.21.0
+ '@rollup/rollup-win32-ia32-msvc': 4.21.0
+ '@rollup/rollup-win32-x64-msvc': 4.21.0
+ fsevents: 2.3.3
+
+ run-parallel@1.2.0:
+ dependencies:
+ queue-microtask: 1.2.3
+
+ safe-buffer@5.2.1: {}
+
+ scheduler@0.24.0-canary-b30030471-20240117:
+ dependencies:
+ loose-envify: 1.4.0
+
+ scroll-into-view-if-needed@3.0.10:
+ dependencies:
+ compute-scroll-into-view: 3.1.0
+
+ semver@6.3.1: {}
+
+ semver@7.6.3: {}
+
+ sharp@0.32.6:
+ dependencies:
+ color: 4.2.3
+ detect-libc: 2.0.3
+ node-addon-api: 6.1.0
+ prebuild-install: 7.1.2
+ semver: 7.6.3
+ simple-get: 4.0.1
+ tar-fs: 3.0.6
+ tunnel-agent: 0.6.0
+
+ sharp@0.33.5:
+ dependencies:
+ color: 4.2.3
+ detect-libc: 2.0.3
+ semver: 7.6.3
+ optionalDependencies:
+ '@img/sharp-darwin-arm64': 0.33.5
+ '@img/sharp-darwin-x64': 0.33.5
+ '@img/sharp-libvips-darwin-arm64': 1.0.4
+ '@img/sharp-libvips-darwin-x64': 1.0.4
+ '@img/sharp-libvips-linux-arm': 1.0.5
+ '@img/sharp-libvips-linux-arm64': 1.0.4
+ '@img/sharp-libvips-linux-s390x': 1.0.4
+ '@img/sharp-libvips-linux-x64': 1.0.4
+ '@img/sharp-libvips-linuxmusl-arm64': 1.0.4
+ '@img/sharp-libvips-linuxmusl-x64': 1.0.4
+ '@img/sharp-linux-arm': 0.33.5
+ '@img/sharp-linux-arm64': 0.33.5
+ '@img/sharp-linux-s390x': 0.33.5
+ '@img/sharp-linux-x64': 0.33.5
+ '@img/sharp-linuxmusl-arm64': 0.33.5
+ '@img/sharp-linuxmusl-x64': 0.33.5
+ '@img/sharp-wasm32': 0.33.5
+ '@img/sharp-win32-ia32': 0.33.5
+ '@img/sharp-win32-x64': 0.33.5
+
+ shebang-command@2.0.0:
+ dependencies:
+ shebang-regex: 3.0.0
+
+ shebang-regex@3.0.0: {}
+
+ signal-exit@4.1.0: {}
+
+ simple-concat@1.0.1: {}
+
+ simple-get@4.0.1:
+ dependencies:
+ decompress-response: 6.0.0
+ once: 1.4.0
+ simple-concat: 1.0.1
+
+ simple-swizzle@0.2.2:
+ dependencies:
+ is-arrayish: 0.3.2
+
+ sonner@1.5.0(react-dom@18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117))(react@18.3.0-canary-b30030471-20240117):
+ dependencies:
+ react: 18.3.0-canary-b30030471-20240117
+ react-dom: 18.3.0-canary-b30030471-20240117(react@18.3.0-canary-b30030471-20240117)
+
+ source-map-js@1.2.0: {}
+
+ source-map@0.5.7: {}
+
+ streamx@2.19.0:
+ dependencies:
+ fast-fifo: 1.3.2
+ queue-tick: 1.0.1
+ text-decoder: 1.1.1
+ optionalDependencies:
+ bare-events: 2.4.2
+
+ string-width@4.2.3:
+ dependencies:
+ emoji-regex: 8.0.0
+ is-fullwidth-code-point: 3.0.0
+ strip-ansi: 6.0.1
+
+ string-width@5.1.2:
+ dependencies:
+ eastasianwidth: 0.2.0
+ emoji-regex: 9.2.2
+ strip-ansi: 7.1.0
+
+ string_decoder@1.3.0:
+ dependencies:
+ safe-buffer: 5.2.1
+
+ strip-ansi@6.0.1:
+ dependencies:
+ ansi-regex: 5.0.1
+
+ strip-ansi@7.1.0:
+ dependencies:
+ ansi-regex: 6.0.1
+
+ strip-json-comments@2.0.1: {}
+
+ sucrase@3.35.0:
+ dependencies:
+ '@jridgewell/gen-mapping': 0.3.5
+ commander: 4.1.1
+ glob: 10.4.5
+ lines-and-columns: 1.2.4
+ mz: 2.7.0
+ pirates: 4.0.6
+ ts-interface-checker: 0.1.13
+
+ supports-color@5.5.0:
+ dependencies:
+ has-flag: 3.0.0
+
+ supports-color@7.2.0:
+ dependencies:
+ has-flag: 4.0.0
+
+ supports-preserve-symlinks-flag@1.0.0: {}
+
+ tailwind-merge@1.14.0: {}
+
+ tailwind-variants@0.1.20(tailwindcss@3.4.9):
+ dependencies:
+ tailwind-merge: 1.14.0
+ tailwindcss: 3.4.9
+
+ tailwindcss-react-aria-components@1.1.5(tailwindcss@3.4.9):
+ dependencies:
+ tailwindcss: 3.4.9
+
+ tailwindcss@3.4.9:
+ dependencies:
+ '@alloc/quick-lru': 5.2.0
+ arg: 5.0.2
+ chokidar: 3.6.0
+ didyoumean: 1.2.2
+ dlv: 1.1.3
+ fast-glob: 3.3.2
+ glob-parent: 6.0.2
+ is-glob: 4.0.3
+ jiti: 1.21.6
+ lilconfig: 2.1.0
+ micromatch: 4.0.8
+ normalize-path: 3.0.0
+ object-hash: 3.0.0
+ picocolors: 1.0.1
+ postcss: 8.4.41
+ postcss-import: 15.1.0(postcss@8.4.41)
+ postcss-js: 4.0.1(postcss@8.4.41)
+ postcss-load-config: 4.0.2(postcss@8.4.41)
+ postcss-nested: 6.2.0(postcss@8.4.41)
+ postcss-selector-parser: 6.1.2
+ resolve: 1.22.8
+ sucrase: 3.35.0
+ transitivePeerDependencies:
+ - ts-node
+
+ tar-fs@2.1.1:
+ dependencies:
+ chownr: 1.1.4
+ mkdirp-classic: 0.5.3
+ pump: 3.0.0
+ tar-stream: 2.2.0
+
+ tar-fs@3.0.6:
+ dependencies:
+ pump: 3.0.0
+ tar-stream: 3.1.7
+ optionalDependencies:
+ bare-fs: 2.3.1
+ bare-path: 2.1.3
+
+ tar-stream@2.2.0:
+ dependencies:
+ bl: 4.1.0
+ end-of-stream: 1.4.4
+ fs-constants: 1.0.0
+ inherits: 2.0.4
+ readable-stream: 3.6.2
+
+ tar-stream@3.1.7:
+ dependencies:
+ b4a: 1.6.6
+ fast-fifo: 1.3.2
+ streamx: 2.19.0
+
+ tar@7.4.3:
+ dependencies:
+ '@isaacs/fs-minipass': 4.0.1
+ chownr: 3.0.0
+ minipass: 7.1.2
+ minizlib: 3.0.1
+ mkdirp: 3.0.1
+ yallist: 5.0.0
+
+ text-decoder@1.1.1:
+ dependencies:
+ b4a: 1.6.6
+
+ thenify-all@1.6.0:
+ dependencies:
+ thenify: 3.3.1
+
+ thenify@3.3.1:
+ dependencies:
+ any-promise: 1.3.0
+
+ to-fast-properties@2.0.0: {}
+
+ to-regex-range@5.0.1:
+ dependencies:
+ is-number: 7.0.0
+
+ trim-right@1.0.1: {}
+
+ ts-interface-checker@0.1.13: {}
+
+ tslib@2.7.0: {}
+
+ tunnel-agent@0.6.0:
+ dependencies:
+ safe-buffer: 5.2.1
+
+ type-fest@4.25.0: {}
+
+ typescript@5.5.4: {}
+
+ undici-types@6.19.8: {}
+
+ update-browserslist-db@1.1.0(browserslist@4.23.3):
+ dependencies:
+ browserslist: 4.23.3
+ escalade: 3.1.2
+ picocolors: 1.0.1
+
+ use-callback-ref@1.3.2(@types/react@18.2.48)(react@18.3.0-canary-b30030471-20240117):
+ dependencies:
+ react: 18.3.0-canary-b30030471-20240117
+ tslib: 2.7.0
+ optionalDependencies:
+ '@types/react': 18.2.48
+
+ use-composed-ref@1.3.0(react@18.3.0-canary-b30030471-20240117):
+ dependencies:
+ react: 18.3.0-canary-b30030471-20240117
+
+ use-isomorphic-layout-effect@1.1.2(@types/react@18.2.48)(react@18.3.0-canary-b30030471-20240117):
+ dependencies:
+ react: 18.3.0-canary-b30030471-20240117
+ optionalDependencies:
+ '@types/react': 18.2.48
+
+ use-latest@1.2.1(@types/react@18.2.48)(react@18.3.0-canary-b30030471-20240117):
+ dependencies:
+ react: 18.3.0-canary-b30030471-20240117
+ use-isomorphic-layout-effect: 1.1.2(@types/react@18.2.48)(react@18.3.0-canary-b30030471-20240117)
+ optionalDependencies:
+ '@types/react': 18.2.48
+
+ use-sidecar@1.1.2(@types/react@18.2.48)(react@18.3.0-canary-b30030471-20240117):
+ dependencies:
+ detect-node-es: 1.1.0
+ react: 18.3.0-canary-b30030471-20240117
+ tslib: 2.7.0
+ optionalDependencies:
+ '@types/react': 18.2.48
+
+ use-sync-external-store@1.2.0(react@18.3.0-canary-b30030471-20240117):
+ dependencies:
+ react: 18.3.0-canary-b30030471-20240117
+
+ use-sync-external-store@1.2.2(react@18.3.0-canary-b30030471-20240117):
+ dependencies:
+ react: 18.3.0-canary-b30030471-20240117
+
+ util-deprecate@1.0.2: {}
+
+ valtio@1.13.2(@types/react@18.2.48)(react@18.3.0-canary-b30030471-20240117):
+ dependencies:
+ derive-valtio: 0.1.0(valtio@1.13.2(@types/react@18.2.48)(react@18.3.0-canary-b30030471-20240117))
+ proxy-compare: 2.6.0
+ use-sync-external-store: 1.2.0(react@18.3.0-canary-b30030471-20240117)
+ optionalDependencies:
+ '@types/react': 18.2.48
+ react: 18.3.0-canary-b30030471-20240117
+
+ vite-plugin-css-injected-by-js@1.4.0(vite@5.4.1(@types/node@22.5.0)):
+ dependencies:
+ vite: 5.4.1(@types/node@22.5.0)
+
+ vite@5.4.1(@types/node@22.5.0):
+ dependencies:
+ esbuild: 0.21.5
+ postcss: 8.4.41
+ rollup: 4.21.0
+ optionalDependencies:
+ '@types/node': 22.5.0
+ fsevents: 2.3.3
+
+ which@2.0.2:
+ dependencies:
+ isexe: 2.0.0
+
+ wrap-ansi@7.0.0:
+ dependencies:
+ ansi-styles: 4.3.0
+ string-width: 4.2.3
+ strip-ansi: 6.0.1
+
+ wrap-ansi@8.1.0:
+ dependencies:
+ ansi-styles: 6.2.1
+ string-width: 5.1.2
+ strip-ansi: 7.1.0
+
+ wrappy@1.0.2: {}
+
+ yallist@3.1.1: {}
+
+ yallist@5.0.0: {}
+
+ yaml@2.5.0: {}
+
+ zod-validation-error@2.1.0(zod@3.23.8):
+ dependencies:
+ zod: 3.23.8
+
+ zod@3.23.8: {}
diff --git a/postcss.config.js b/postcss.config.js
new file mode 100644
index 0000000..2e7af2b
--- /dev/null
+++ b/postcss.config.js
@@ -0,0 +1,6 @@
+export default {
+ plugins: {
+ tailwindcss: {},
+ autoprefixer: {},
+ },
+}
diff --git a/public/image.png b/public/image.png
new file mode 100644
index 0000000000000000000000000000000000000000..1facabd2042099082ee576df36ae2d11a08c1a3a
GIT binary patch
literal 2328
zcmds3`#%%<8{f=ibE~<`Wf_&sWp0(*acefSV<8;HQA;Dqt)+5FGaW`Q<&d!xa_cLO
z>v6B85^^aM%AL$KG}7eI4)dK~zTf}h{P2F>&-1*W*XQ%Rp4aokbJyJ!F9%hJ0ssIx
zf-}}b%#1xqONea)`E!$)fRP?}44`HJu_O+#foBPqPMreii+yPTFgX|?xmO~Fx)=Ze
zs0auEi5a+;E0Xx1$|wT;-`^{QyEto!pSVN7p7e?at}tWVlwFiMk*M$@nv8@ID(y+!
zZbX9i(Qfb*918{)a-gh7g=ND`=A>V1^t!&DXnAsa_;%&;$Wmc(5S1!I?&=*I{1d?<
z@4lnyJYa)dE<+a7GWT78`(k3GxWKU_hI=6}25_@j=RuHzChgq6O-^3wxR11_3cnKy
zvt(bcuCD&G`PDvNl)tg_^$)y)K?&&v)iz$VJyPNM`t|FK5Fc?1Gc_4dc4y@iDZ>3Qr4Yiny06ZhGWkdQC0e%rSp
zT4d(sS;mXv?4a8%5wlqf;@|iyE4H_V-^a#O2L)F9E+hX)3^1^o)R(vu{+P6L;G?$2
z+I4l|CVO^k%QDY12(JEh=D7hM6RYfG;Al_Xjuvnsm3aHmqJ{46ZZ0<3%iNpAN`zbTX74n;V3kAlccC7u|s2_sBPhk-e>x$;Nxw$_60RcxIZCgxm
z_xsJOnw8gy#GR>j6=mGbnM?!cG8lOZLoT^SbM_M^^nUTQ;=X)DSDx`N6}aPJ60r5t
znEqQP>aapf3g<2J*g~&(W;)t=ksHe&yiy#bW%x;{*FBQ@(yp69%Tc4Q@0?+)5Ga;-
zl)tpJl-XQcTl?ZgJcaVDKi4>7hQ(wut**X3NCCQrQnuO149xxn6^KmaMbxscbT;)p
zI{^#A*VNX+RkWMFPPIjDu1^1a@$?(ZbhU}~4qQ#$Et)>>=e~Z7jj0lWfa|U9fyZ~S!PpYnYjSPW
zo!DjGRh_xkD@{+s9y8mtHEmhLhB+B2^-b*#yl_qRMQtc)apeJ!o$pK
z#>SWfn7jpm)>3AopyyoUwLDK}pW<(!T1g4&^8gi_Xw`Cn*+l2X1m5ibLC}JL>GN6S`Sh@0}oreH7PhH>=$i
z7p*->HTB6Jk#im3^HSk6EJzMQvs3PKMTMR)CJ|0|9a!%^71Pi??sxG$Y^Bz(ZOC%v
zWkD5TEr6S$VSyU$d5x4a>DJ54%^w46`i8-APd;33d!YflXqKvagq|Uwam*!~TThf}
zTp%~4Um5;fe;+dRMg5tD_h*}|oo0$^|6jPI+td<+KTiiA{?vHmFLL{tt=a*iUHQ~1
zJuyj|2G_O6OAl|U>6@!Cc1lh)8HKkcnaD?>rn@ARR?{~$6j;vQ{*YHHKKWPaC3ko7
zrxrsM(NR!WA4cHq_9m4XIRRS!aY3A#$OZo18WpFe>-_NXV^dam>snVDT)dC-iM4nD
z9l$Wlz3)bJr1b?Ds+t|AQfi1tXXjBIEVr}7UD0t4RcX`Cb7MS>-?b}RrU*jw?mMO6
z&)w~pCt(c?JT*(6HiIe!p~7)F$jOdZH09;so*g-B6K~p)s^~CX3j
zS7Q;Mz=8H5-=M7qKJs(eOJy1C)(61UTD1*DqZ$8{V+U7&scFAZLqPH^=nk!rNkepo
zX_O}LDU06;
z2*(i)i$3Nsr=yJ}6-d=vUTzbDVuSlMZNR4-R`&86Vv&U9fHI5$;a-a+4e)qj(dnrL
zB-(B(Mf#jxxu1~yZo2~1sE1}L{T?JO)ffjJ;gE4u7BIUvC4(Dh#R-bebxvu>*6(Yd
z&ddzEI=3>}@?)@T?f@P#Wo-TfRAxOv1vAdXa7Dq
b2C@qR5vy*rl+VTOT_psZE4Bu6;m&^nL{1fd
literal 0
HcmV?d00001
diff --git a/src/App.css b/src/App.css
new file mode 100644
index 0000000..b5c61c9
--- /dev/null
+++ b/src/App.css
@@ -0,0 +1,3 @@
+@tailwind base;
+@tailwind components;
+@tailwind utilities;
diff --git a/src/App.tsx b/src/App.tsx
new file mode 100644
index 0000000..43099fa
--- /dev/null
+++ b/src/App.tsx
@@ -0,0 +1,12 @@
+import "./build.css"
+import RemoveBG from "./RemoveBG.tsx"
+
+const App = () => {
+ return (
+
+
+
+ )
+}
+
+export default App
diff --git a/src/RemoveBG.tsx b/src/RemoveBG.tsx
new file mode 100644
index 0000000..053de06
--- /dev/null
+++ b/src/RemoveBG.tsx
@@ -0,0 +1,263 @@
+import { link, table } from "@nextui-org/theme"
+import {
+ Button,
+ Cell,
+ Column,
+ DropZone,
+ FileTrigger,
+ Row,
+ Table,
+ TableBody,
+ TableHeader,
+ type FileDropItem,
+} from "react-aria-components"
+import { Toaster } from "sonner"
+import { Spinner } from "@nextui-org/react"
+import { proxy, useSnapshot } from "valtio"
+import { AnimatePresence, motion } from "framer-motion"
+import MotionNumber from "motion-number"
+import workerUrl from "./ai?worker&url"
+import { createBirpc } from "birpc"
+import type { ServerFunctions } from "./ai"
+import PQueue from "p-queue"
+
+// classes
+const tableCls = table()
+const linkCls = link()
+
+const js = `import ${JSON.stringify(new URL(workerUrl, import.meta.url))}`
+const blob = new Blob([js], { type: "application/javascript" })
+function createWorker(
+ onProgress: (progress: number) => void,
+) {
+ const objURL = URL.createObjectURL(blob)
+ const worker = new Worker(new URL(objURL), { type: "module" })
+ worker.addEventListener("error", (e) => {
+ URL.revokeObjectURL(objURL)
+ })
+ const rpc = createBirpc(
+ {},
+ {
+ post: (data) => worker.postMessage(data),
+ on: (data) => worker.addEventListener("message", (v) => data(v.data)),
+ timeout: 60e3 * 5,
+ },
+ )
+ worker.addEventListener("message", (e) => {
+ if (e.data.type === "progress") {
+ onProgress(e.data.progress)
+ }
+ })
+ return [rpc, () => worker.terminate()] as const
+}
+
+type Image = {
+ status: "done" | "loading" | "error"
+ previewUrl: string
+ downloadUrl: string
+ originalSize: number
+ convertedSize: number
+ filename: string
+ duration: number
+ progress: number
+}
+
+const state = proxy<{
+ convertedImages: Array
+}>({
+ convertedImages: [],
+})
+
+
+// not sure why but it makes browser crash if
+const queue = new PQueue({concurrency: 1});
+
+const Converter = () => {
+ const { convertedImages } = useSnapshot(state)
+
+ const onFiles = (files: File[]) => {
+ for (const file of files) {
+ if (file.type.indexOf("image") === -1) {
+ continue
+ }
+ queue.add(async function () {
+ const index = state.convertedImages.push({
+ status: "loading",
+ originalSize: file.size,
+ previewUrl: URL.createObjectURL(file),
+ convertedSize: 0,
+ duration: 0,
+ downloadUrl: "",
+ filename: file.name,
+ progress: 0,
+ })
+ const start = Date.now()
+ const row = state.convertedImages[index - 1]
+ const timer = setInterval(() => {
+ if (row.status !== "loading") {
+ clearInterval(timer)
+ return
+ }
+ row.duration = Date.now() - start
+ }, 300)
+ const [rpc, destroy] = createWorker((progress) => {
+ row.progress = progress
+ })
+ try {
+ const imageUrl = URL.createObjectURL(await rpc.removeBg(row.previewUrl))
+
+ // state.convertedImages[index - 1].previewUrl = previewUrl
+ row.previewUrl = imageUrl
+ row.downloadUrl = imageUrl
+ row.status = "done"
+ row.duration = Date.now() - start
+ } catch (e) {
+ console.log("Error:", e)
+ row.status = "error"
+ } finally {
+ destroy()
+ }
+ })
+ }
+ }
+
+ return (
+
+
+
+
{
+ const files = e.items.filter((file) => file.kind === "file") as FileDropItem[]
+ onFiles(await Promise.all(files.map((file) => file.getFile())))
+ }}
+ >
+ {
+ if (!e) {
+ return
+ }
+ let files = Array.from(e)
+ if (files.length === 0) {
+ return
+ }
+ onFiles(files)
+ }}
+ acceptedFileTypes={["image/*"]}
+ >
+
+
+
+
+ Or upload a dictory
+
+
{
+ const files = e.items.filter((file) => file.kind === "file") as FileDropItem[]
+ onFiles(await Promise.all(files.map((file) => file.getFile())))
+ }}
+ >
+ {
+ if (!e) {
+ return
+ }
+ let files = Array.from(e)
+ if (files.length === 0) {
+ return
+ }
+ onFiles(files)
+ }}
+ acceptedFileTypes={["image/*"]}
+ >
+
+
+
+
+ Images are not uploaded to the server, they are converted directly in your browser.
+
+
+
+
+ No
+
+ Status
+ {/* Name */}
+ Image
+ Duration
+ Actions
+
+
+ {convertedImages.map((image, index) => (
+
+ {index + 1} |
+
+
+
+ {image.status === "loading" && }
+ {image.status === "done" && "Done"}
+ {image.status === "error" && Error}
+
+
+ |
+ {/* {image.filename} | */}
+
+
+
+
+ |
+
+
+ s
+ |
+
+
+ |
+
+ ))}
+
+
+
+
+ )
+}
+
+export default Converter
diff --git a/src/ai.ts b/src/ai.ts
new file mode 100644
index 0000000..3734f39
--- /dev/null
+++ b/src/ai.ts
@@ -0,0 +1,85 @@
+import { RawImage } from "@huggingface/transformers"
+import { AutoModel, AutoProcessor, env } from "@huggingface/transformers"
+import { createBirpc } from "birpc"
+import PQueue from "p-queue"
+
+// Since we will download the model from the Hugging Face Hub, we can skip the local model check
+env.allowLocalModels = false
+// Proxy the WASM backend to prevent the UI from freezing
+env.backends.onnx.wasm.proxy = true
+
+const modelPromise = AutoModel.from_pretrained("briaai/RMBG-1.4", {
+ // Do not require config.json to be present in the repository
+ config: { model_type: "custom" },
+ device: "webgpu",
+ dtype: "fp32",
+})
+
+const processorPromise = AutoProcessor.from_pretrained("briaai/RMBG-1.4", {
+ // Do not require config.json to be present in the repository
+ config: {
+ do_normalize: true,
+ do_pad: false,
+ do_rescale: true,
+ do_resize: true,
+ image_mean: [0.5, 0.5, 0.5],
+ feature_extractor_type: "ImageFeatureExtractor",
+ image_std: [1, 1, 1],
+ resample: 2,
+ rescale_factor: 0.00392156862745098,
+ size: { width: 1024, height: 1024 },
+ },
+})
+
+export async function removeBg(url: string) {
+ const image = await RawImage.fromURL(url)
+
+ // Set container width and height depending on the image aspect ratio
+ const ar = image.width / image.height
+ const [cw, ch] = ar > 720 / 480 ? [720, 720 / ar] : [480 * ar, 480]
+
+ // Preprocess image
+ const processor = await processorPromise
+ const { pixel_values } = await processor(image)
+
+ // Predict alpha matte
+ const model = await modelPromise
+ const { output } = await model({ input: pixel_values })
+
+ // Resize mask back to original size
+ const mask = await RawImage.fromTensor(output[0].mul(255).to("uint8")).resize(
+ image.width,
+ image.height,
+ )
+
+ // Create new canvas
+ const canvas = new OffscreenCanvas(image.width, image.height)
+ const ctx = canvas.getContext("2d")!
+
+ // Draw original image output to canvas
+ ctx.drawImage(image.toCanvas(), 0, 0)
+
+ // Update alpha channel
+ const pixelData = ctx.getImageData(0, 0, image.width, image.height)
+ for (let i = 0; i < mask.data.length; ++i) {
+ pixelData.data[4 * i + 3] = mask.data[i]
+ }
+ ctx.putImageData(pixelData, 0, 0)
+
+ return await canvas.convertToBlob()
+}
+
+export type ServerFunctions = {
+ removeBg: typeof removeBg
+}
+
+
+createBirpc<{}, ServerFunctions>(
+ {
+ removeBg,
+ },
+ {
+ post: (data) => postMessage(data),
+ on: (data) => addEventListener("message", (v) => data(v.data)),
+ },
+)
diff --git a/src/build.css b/src/build.css
new file mode 100644
index 0000000..65dd5f6
--- /dev/null
+++ b/src/build.css
@@ -0,0 +1 @@
+@tailwind utilities;
diff --git a/src/main.tsx b/src/main.tsx
new file mode 100644
index 0000000..55dc1d4
--- /dev/null
+++ b/src/main.tsx
@@ -0,0 +1,19 @@
+import { StrictMode, Suspense } from "react"
+import { createRoot } from "react-dom/client"
+import App from "./App"
+import "./App.css"
+
+const container = document.getElementById("image-converter")!
+const root = createRoot(container)
+
+root.render(
+
+ Loading...}>
+
+
+ ,
+)
diff --git a/src/vite-env.d.ts b/src/vite-env.d.ts
new file mode 100644
index 0000000..f4bb358
--- /dev/null
+++ b/src/vite-env.d.ts
@@ -0,0 +1,2 @@
+///
+///
diff --git a/src/worker.ts b/src/worker.ts
new file mode 100644
index 0000000..e69de29
diff --git a/tailwind.config.js b/tailwind.config.js
new file mode 100644
index 0000000..0ab6e79
--- /dev/null
+++ b/tailwind.config.js
@@ -0,0 +1,19 @@
+
+import { nextui } from '@nextui-org/react'
+
+/** @type {import('tailwindcss').Config} */
+export default {
+ content: [
+ "src/**/*.{js,ts,jsx,tsx}",
+ './node_modules/@nextui-org/theme/dist/**/*.{js,ts,jsx,tsx}',
+ ],
+ theme: {
+ extend: {},
+ },
+ important: '#image-converter',
+ plugins: [
+ require('tailwindcss-react-aria-components'),
+ nextui()
+ ],
+}
+
diff --git a/tsconfig.json b/tsconfig.json
new file mode 100644
index 0000000..0c27e03
--- /dev/null
+++ b/tsconfig.json
@@ -0,0 +1,25 @@
+{
+ "compilerOptions": {
+ "target": "ES2020",
+ "useDefineForClassFields": true,
+ "lib": ["ES2020", "DOM", "DOM.Iterable"],
+ "module": "ESNext",
+ "skipLibCheck": true,
+
+ /* Bundler mode */
+ "moduleResolution": "Bundler",
+ "allowImportingTsExtensions": true,
+ "resolveJsonModule": true,
+ "isolatedModules": true,
+ "noEmit": true,
+ "jsx": "react-jsx",
+
+ /* Linting */
+ "strict": true,
+ "noUnusedLocals": true,
+ "noUnusedParameters": true,
+ "noFallthroughCasesInSwitch": true
+ },
+ "include": ["src"],
+ "references": [{ "path": "./tsconfig.node.json" }]
+}
diff --git a/tsconfig.node.json b/tsconfig.node.json
new file mode 100644
index 0000000..eca6668
--- /dev/null
+++ b/tsconfig.node.json
@@ -0,0 +1,10 @@
+{
+ "compilerOptions": {
+ "composite": true,
+ "skipLibCheck": true,
+ "module": "ESNext",
+ "moduleResolution": "bundler",
+ "allowSyntheticDefaultImports": true
+ },
+ "include": ["vite.config.ts"]
+}
diff --git a/vite.config.ts b/vite.config.ts
new file mode 100644
index 0000000..bdeea8e
--- /dev/null
+++ b/vite.config.ts
@@ -0,0 +1,23 @@
+import { defineConfig } from "vite"
+import react from "@vitejs/plugin-react"
+import cssInject from "vite-plugin-css-injected-by-js"
+import { resolve } from "node:path"
+
+export default defineConfig({
+ plugins: [
+ react(),
+ cssInject(),
+ ],
+ build: {
+ target: "esnext",
+ rollupOptions: {
+ external: ["react/jsx-runtime", "react", "react-dom"],
+ input: resolve(__dirname, "src/App.tsx"),
+ preserveEntrySignatures: "exports-only",
+ output: {
+ entryFileNames: "index.js",
+ format: "esm",
+ },
+ },
+ },
+})