@salesforce/webapp-template-feature-react-chart-experimental 1.44.0 → 1.45.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/CHANGELOG.md +8 -0
- package/dist/force-app/main/default/webapplications/feature-react-chart/package-lock.json +1183 -402
- package/dist/force-app/main/default/webapplications/feature-react-chart/package.json +1 -3
- package/dist/force-app/main/default/webapplications/feature-react-chart/src/components/ui/alert.tsx +17 -13
- package/dist/force-app/main/default/webapplications/feature-react-chart/src/components/ui/button.tsx +35 -22
- package/dist/force-app/main/default/webapplications/feature-react-chart/src/components/ui/card.tsx +27 -12
- package/dist/force-app/main/default/webapplications/feature-react-chart/src/components/ui/dialog.tsx +143 -0
- package/dist/force-app/main/default/webapplications/feature-react-chart/src/components/ui/field.tsx +157 -46
- package/dist/force-app/main/default/webapplications/feature-react-chart/src/components/ui/index.ts +1 -0
- package/dist/force-app/main/default/webapplications/feature-react-chart/src/components/ui/input.tsx +3 -3
- package/dist/force-app/main/default/webapplications/feature-react-chart/src/components/ui/label.tsx +2 -2
- package/dist/force-app/main/default/webapplications/feature-react-chart/src/components/ui/pagination.tsx +87 -74
- package/dist/force-app/main/default/webapplications/feature-react-chart/src/components/ui/select.tsx +156 -124
- package/dist/force-app/main/default/webapplications/feature-react-chart/src/components/ui/separator.tsx +26 -0
- package/dist/force-app/main/default/webapplications/feature-react-chart/src/components/ui/skeleton.tsx +1 -0
- package/dist/force-app/main/default/webapplications/feature-react-chart/src/components/ui/spinner.tsx +5 -16
- package/dist/force-app/main/default/webapplications/feature-react-chart/src/components/ui/table.tsx +68 -95
- package/dist/force-app/main/default/webapplications/feature-react-chart/src/components/ui/tabs.tsx +47 -84
- package/dist/package.json +1 -1
- package/package.json +3 -3
|
@@ -8,15 +8,13 @@
|
|
|
8
8
|
"name": "base-react-app",
|
|
9
9
|
"version": "1.0.0",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@radix-ui/react-label": "^2.1.8",
|
|
12
|
-
"@radix-ui/react-select": "^2.2.6",
|
|
13
|
-
"@radix-ui/react-slot": "^1.2.4",
|
|
14
11
|
"@salesforce/sdk-data": "^1.11.2",
|
|
15
12
|
"@salesforce/webapp-experimental": "*",
|
|
16
13
|
"@tailwindcss/vite": "^4.1.17",
|
|
17
14
|
"class-variance-authority": "^0.7.1",
|
|
18
15
|
"clsx": "^2.1.1",
|
|
19
16
|
"lucide-react": "^0.562.0",
|
|
17
|
+
"radix-ui": "^1.4.3",
|
|
20
18
|
"react": "^19.2.0",
|
|
21
19
|
"react-dom": "^19.2.0",
|
|
22
20
|
"react-router": "^7.10.1",
|
|
@@ -1855,6 +1853,13 @@
|
|
|
1855
1853
|
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
|
|
1856
1854
|
}
|
|
1857
1855
|
},
|
|
1856
|
+
"node_modules/@graphql-codegen/add/node_modules/tslib": {
|
|
1857
|
+
"version": "2.6.3",
|
|
1858
|
+
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz",
|
|
1859
|
+
"integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==",
|
|
1860
|
+
"dev": true,
|
|
1861
|
+
"license": "0BSD"
|
|
1862
|
+
},
|
|
1858
1863
|
"node_modules/@graphql-codegen/cli": {
|
|
1859
1864
|
"version": "6.1.1",
|
|
1860
1865
|
"resolved": "https://registry.npmjs.org/@graphql-codegen/cli/-/cli-6.1.1.tgz",
|
|
@@ -1988,6 +1993,13 @@
|
|
|
1988
1993
|
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
|
|
1989
1994
|
}
|
|
1990
1995
|
},
|
|
1996
|
+
"node_modules/@graphql-codegen/client-preset/node_modules/tslib": {
|
|
1997
|
+
"version": "2.6.3",
|
|
1998
|
+
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz",
|
|
1999
|
+
"integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==",
|
|
2000
|
+
"dev": true,
|
|
2001
|
+
"license": "0BSD"
|
|
2002
|
+
},
|
|
1991
2003
|
"node_modules/@graphql-codegen/core": {
|
|
1992
2004
|
"version": "5.0.0",
|
|
1993
2005
|
"resolved": "https://registry.npmjs.org/@graphql-codegen/core/-/core-5.0.0.tgz",
|
|
@@ -2026,6 +2038,13 @@
|
|
|
2026
2038
|
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
|
|
2027
2039
|
}
|
|
2028
2040
|
},
|
|
2041
|
+
"node_modules/@graphql-codegen/core/node_modules/tslib": {
|
|
2042
|
+
"version": "2.6.3",
|
|
2043
|
+
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz",
|
|
2044
|
+
"integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==",
|
|
2045
|
+
"dev": true,
|
|
2046
|
+
"license": "0BSD"
|
|
2047
|
+
},
|
|
2029
2048
|
"node_modules/@graphql-codegen/gql-tag-operations": {
|
|
2030
2049
|
"version": "5.1.3",
|
|
2031
2050
|
"resolved": "https://registry.npmjs.org/@graphql-codegen/gql-tag-operations/-/gql-tag-operations-5.1.3.tgz",
|
|
@@ -2065,6 +2084,13 @@
|
|
|
2065
2084
|
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
|
|
2066
2085
|
}
|
|
2067
2086
|
},
|
|
2087
|
+
"node_modules/@graphql-codegen/gql-tag-operations/node_modules/tslib": {
|
|
2088
|
+
"version": "2.6.3",
|
|
2089
|
+
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz",
|
|
2090
|
+
"integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==",
|
|
2091
|
+
"dev": true,
|
|
2092
|
+
"license": "0BSD"
|
|
2093
|
+
},
|
|
2068
2094
|
"node_modules/@graphql-codegen/plugin-helpers": {
|
|
2069
2095
|
"version": "6.1.0",
|
|
2070
2096
|
"resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-6.1.0.tgz",
|
|
@@ -2105,6 +2131,13 @@
|
|
|
2105
2131
|
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
|
|
2106
2132
|
}
|
|
2107
2133
|
},
|
|
2134
|
+
"node_modules/@graphql-codegen/plugin-helpers/node_modules/tslib": {
|
|
2135
|
+
"version": "2.6.3",
|
|
2136
|
+
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz",
|
|
2137
|
+
"integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==",
|
|
2138
|
+
"dev": true,
|
|
2139
|
+
"license": "0BSD"
|
|
2140
|
+
},
|
|
2108
2141
|
"node_modules/@graphql-codegen/schema-ast": {
|
|
2109
2142
|
"version": "5.0.0",
|
|
2110
2143
|
"resolved": "https://registry.npmjs.org/@graphql-codegen/schema-ast/-/schema-ast-5.0.0.tgz",
|
|
@@ -2142,6 +2175,13 @@
|
|
|
2142
2175
|
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
|
|
2143
2176
|
}
|
|
2144
2177
|
},
|
|
2178
|
+
"node_modules/@graphql-codegen/schema-ast/node_modules/tslib": {
|
|
2179
|
+
"version": "2.6.3",
|
|
2180
|
+
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz",
|
|
2181
|
+
"integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==",
|
|
2182
|
+
"dev": true,
|
|
2183
|
+
"license": "0BSD"
|
|
2184
|
+
},
|
|
2145
2185
|
"node_modules/@graphql-codegen/typed-document-node": {
|
|
2146
2186
|
"version": "6.1.6",
|
|
2147
2187
|
"resolved": "https://registry.npmjs.org/@graphql-codegen/typed-document-node/-/typed-document-node-6.1.6.tgz",
|
|
@@ -2162,6 +2202,13 @@
|
|
|
2162
2202
|
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
|
|
2163
2203
|
}
|
|
2164
2204
|
},
|
|
2205
|
+
"node_modules/@graphql-codegen/typed-document-node/node_modules/tslib": {
|
|
2206
|
+
"version": "2.6.3",
|
|
2207
|
+
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz",
|
|
2208
|
+
"integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==",
|
|
2209
|
+
"dev": true,
|
|
2210
|
+
"license": "0BSD"
|
|
2211
|
+
},
|
|
2165
2212
|
"node_modules/@graphql-codegen/typescript": {
|
|
2166
2213
|
"version": "5.0.8",
|
|
2167
2214
|
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript/-/typescript-5.0.8.tgz",
|
|
@@ -2208,6 +2255,20 @@
|
|
|
2208
2255
|
}
|
|
2209
2256
|
}
|
|
2210
2257
|
},
|
|
2258
|
+
"node_modules/@graphql-codegen/typescript-operations/node_modules/tslib": {
|
|
2259
|
+
"version": "2.6.3",
|
|
2260
|
+
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz",
|
|
2261
|
+
"integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==",
|
|
2262
|
+
"dev": true,
|
|
2263
|
+
"license": "0BSD"
|
|
2264
|
+
},
|
|
2265
|
+
"node_modules/@graphql-codegen/typescript/node_modules/tslib": {
|
|
2266
|
+
"version": "2.6.3",
|
|
2267
|
+
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz",
|
|
2268
|
+
"integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==",
|
|
2269
|
+
"dev": true,
|
|
2270
|
+
"license": "0BSD"
|
|
2271
|
+
},
|
|
2211
2272
|
"node_modules/@graphql-codegen/visitor-plugin-common": {
|
|
2212
2273
|
"version": "6.2.3",
|
|
2213
2274
|
"resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-6.2.3.tgz",
|
|
@@ -2252,6 +2313,13 @@
|
|
|
2252
2313
|
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
|
|
2253
2314
|
}
|
|
2254
2315
|
},
|
|
2316
|
+
"node_modules/@graphql-codegen/visitor-plugin-common/node_modules/tslib": {
|
|
2317
|
+
"version": "2.6.3",
|
|
2318
|
+
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz",
|
|
2319
|
+
"integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==",
|
|
2320
|
+
"dev": true,
|
|
2321
|
+
"license": "0BSD"
|
|
2322
|
+
},
|
|
2255
2323
|
"node_modules/@graphql-eslint/eslint-plugin": {
|
|
2256
2324
|
"version": "4.4.0",
|
|
2257
2325
|
"resolved": "https://registry.npmjs.org/@graphql-eslint/eslint-plugin/-/eslint-plugin-4.4.0.tgz",
|
|
@@ -2353,13 +2421,6 @@
|
|
|
2353
2421
|
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
|
|
2354
2422
|
}
|
|
2355
2423
|
},
|
|
2356
|
-
"node_modules/@graphql-tools/batch-execute/node_modules/tslib": {
|
|
2357
|
-
"version": "2.8.1",
|
|
2358
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
|
2359
|
-
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
|
2360
|
-
"dev": true,
|
|
2361
|
-
"license": "0BSD"
|
|
2362
|
-
},
|
|
2363
2424
|
"node_modules/@graphql-tools/code-file-loader": {
|
|
2364
2425
|
"version": "8.1.28",
|
|
2365
2426
|
"resolved": "https://registry.npmjs.org/@graphql-tools/code-file-loader/-/code-file-loader-8.1.28.tgz",
|
|
@@ -2403,13 +2464,6 @@
|
|
|
2403
2464
|
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
|
|
2404
2465
|
}
|
|
2405
2466
|
},
|
|
2406
|
-
"node_modules/@graphql-tools/delegate/node_modules/tslib": {
|
|
2407
|
-
"version": "2.8.1",
|
|
2408
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
|
2409
|
-
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
|
2410
|
-
"dev": true,
|
|
2411
|
-
"license": "0BSD"
|
|
2412
|
-
},
|
|
2413
2467
|
"node_modules/@graphql-tools/documents": {
|
|
2414
2468
|
"version": "1.0.1",
|
|
2415
2469
|
"resolved": "https://registry.npmjs.org/@graphql-tools/documents/-/documents-1.0.1.tgz",
|
|
@@ -2487,13 +2541,6 @@
|
|
|
2487
2541
|
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
|
|
2488
2542
|
}
|
|
2489
2543
|
},
|
|
2490
|
-
"node_modules/@graphql-tools/executor-graphql-ws/node_modules/tslib": {
|
|
2491
|
-
"version": "2.8.1",
|
|
2492
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
|
2493
|
-
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
|
2494
|
-
"dev": true,
|
|
2495
|
-
"license": "0BSD"
|
|
2496
|
-
},
|
|
2497
2544
|
"node_modules/@graphql-tools/executor-http": {
|
|
2498
2545
|
"version": "3.1.0",
|
|
2499
2546
|
"resolved": "https://registry.npmjs.org/@graphql-tools/executor-http/-/executor-http-3.1.0.tgz",
|
|
@@ -2518,13 +2565,6 @@
|
|
|
2518
2565
|
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
|
|
2519
2566
|
}
|
|
2520
2567
|
},
|
|
2521
|
-
"node_modules/@graphql-tools/executor-http/node_modules/tslib": {
|
|
2522
|
-
"version": "2.8.1",
|
|
2523
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
|
2524
|
-
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
|
2525
|
-
"dev": true,
|
|
2526
|
-
"license": "0BSD"
|
|
2527
|
-
},
|
|
2528
2568
|
"node_modules/@graphql-tools/executor-legacy-ws": {
|
|
2529
2569
|
"version": "1.1.25",
|
|
2530
2570
|
"resolved": "https://registry.npmjs.org/@graphql-tools/executor-legacy-ws/-/executor-legacy-ws-1.1.25.tgz",
|
|
@@ -2822,13 +2862,6 @@
|
|
|
2822
2862
|
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
|
|
2823
2863
|
}
|
|
2824
2864
|
},
|
|
2825
|
-
"node_modules/@graphql-tools/wrap/node_modules/tslib": {
|
|
2826
|
-
"version": "2.8.1",
|
|
2827
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
|
2828
|
-
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
|
2829
|
-
"dev": true,
|
|
2830
|
-
"license": "0BSD"
|
|
2831
|
-
},
|
|
2832
2865
|
"node_modules/@graphql-typed-document-node/core": {
|
|
2833
2866
|
"version": "3.2.0",
|
|
2834
2867
|
"resolved": "https://registry.npmjs.org/@graphql-typed-document-node/core/-/core-3.2.0.tgz",
|
|
@@ -3795,13 +3828,13 @@
|
|
|
3795
3828
|
"integrity": "sha512-JTF99U/6XIjCBo0wqkU5sK10glYe27MRRsfwoiq5zzOEZLHU3A3KCMa5X/azekYRCJ0HlwI0crAXS/5dEHTzDg==",
|
|
3796
3829
|
"license": "MIT"
|
|
3797
3830
|
},
|
|
3798
|
-
"node_modules/@radix-ui/react-
|
|
3831
|
+
"node_modules/@radix-ui/react-accessible-icon": {
|
|
3799
3832
|
"version": "1.1.7",
|
|
3800
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-
|
|
3801
|
-
"integrity": "sha512-
|
|
3833
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-accessible-icon/-/react-accessible-icon-1.1.7.tgz",
|
|
3834
|
+
"integrity": "sha512-XM+E4WXl0OqUJFovy6GjmxxFyx9opfCAIUku4dlKRd5YEPqt4kALOkQOp0Of6reHuUkJuiPBEc5k0o4z4lTC8A==",
|
|
3802
3835
|
"license": "MIT",
|
|
3803
3836
|
"dependencies": {
|
|
3804
|
-
"@radix-ui/react-
|
|
3837
|
+
"@radix-ui/react-visually-hidden": "1.2.3"
|
|
3805
3838
|
},
|
|
3806
3839
|
"peerDependencies": {
|
|
3807
3840
|
"@types/react": "*",
|
|
@@ -3818,13 +3851,21 @@
|
|
|
3818
3851
|
}
|
|
3819
3852
|
}
|
|
3820
3853
|
},
|
|
3821
|
-
"node_modules/@radix-ui/react-
|
|
3822
|
-
"version": "2.
|
|
3823
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-
|
|
3824
|
-
"integrity": "sha512-
|
|
3854
|
+
"node_modules/@radix-ui/react-accordion": {
|
|
3855
|
+
"version": "1.2.12",
|
|
3856
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-accordion/-/react-accordion-1.2.12.tgz",
|
|
3857
|
+
"integrity": "sha512-T4nygeh9YE9dLRPhAHSeOZi7HBXo+0kYIPJXayZfvWOWA0+n3dESrZbjfDPUABkUNym6Hd+f2IR113To8D2GPA==",
|
|
3825
3858
|
"license": "MIT",
|
|
3826
3859
|
"dependencies": {
|
|
3827
|
-
"@radix-ui/
|
|
3860
|
+
"@radix-ui/primitive": "1.1.3",
|
|
3861
|
+
"@radix-ui/react-collapsible": "1.1.12",
|
|
3862
|
+
"@radix-ui/react-collection": "1.1.7",
|
|
3863
|
+
"@radix-ui/react-compose-refs": "1.1.2",
|
|
3864
|
+
"@radix-ui/react-context": "1.1.2",
|
|
3865
|
+
"@radix-ui/react-direction": "1.1.1",
|
|
3866
|
+
"@radix-ui/react-id": "1.1.1",
|
|
3867
|
+
"@radix-ui/react-primitive": "2.1.3",
|
|
3868
|
+
"@radix-ui/react-use-controllable-state": "1.2.2"
|
|
3828
3869
|
},
|
|
3829
3870
|
"peerDependencies": {
|
|
3830
3871
|
"@types/react": "*",
|
|
@@ -3841,32 +3882,16 @@
|
|
|
3841
3882
|
}
|
|
3842
3883
|
}
|
|
3843
3884
|
},
|
|
3844
|
-
"node_modules/@radix-ui/react-
|
|
3845
|
-
"version": "1.
|
|
3846
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-
|
|
3847
|
-
"integrity": "sha512-
|
|
3848
|
-
"license": "MIT",
|
|
3849
|
-
"dependencies": {
|
|
3850
|
-
"@radix-ui/react-compose-refs": "1.1.2"
|
|
3851
|
-
},
|
|
3852
|
-
"peerDependencies": {
|
|
3853
|
-
"@types/react": "*",
|
|
3854
|
-
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
3855
|
-
},
|
|
3856
|
-
"peerDependenciesMeta": {
|
|
3857
|
-
"@types/react": {
|
|
3858
|
-
"optional": true
|
|
3859
|
-
}
|
|
3860
|
-
}
|
|
3861
|
-
},
|
|
3862
|
-
"node_modules/@radix-ui/react-collection": {
|
|
3863
|
-
"version": "1.1.7",
|
|
3864
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-collection/-/react-collection-1.1.7.tgz",
|
|
3865
|
-
"integrity": "sha512-Fh9rGN0MoI4ZFUNyfFVNU4y9LUz93u9/0K+yLgA2bwRojxM8JU1DyvvMBabnZPBgMWREAJvU2jjVzq+LrFUglw==",
|
|
3885
|
+
"node_modules/@radix-ui/react-alert-dialog": {
|
|
3886
|
+
"version": "1.1.15",
|
|
3887
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-alert-dialog/-/react-alert-dialog-1.1.15.tgz",
|
|
3888
|
+
"integrity": "sha512-oTVLkEw5GpdRe29BqJ0LSDFWI3qu0vR1M0mUkOQWDIUnY/QIkLpgDMWuKxP94c2NAC2LGcgVhG1ImF3jkZ5wXw==",
|
|
3866
3889
|
"license": "MIT",
|
|
3867
3890
|
"dependencies": {
|
|
3891
|
+
"@radix-ui/primitive": "1.1.3",
|
|
3868
3892
|
"@radix-ui/react-compose-refs": "1.1.2",
|
|
3869
3893
|
"@radix-ui/react-context": "1.1.2",
|
|
3894
|
+
"@radix-ui/react-dialog": "1.1.15",
|
|
3870
3895
|
"@radix-ui/react-primitive": "2.1.3",
|
|
3871
3896
|
"@radix-ui/react-slot": "1.2.3"
|
|
3872
3897
|
},
|
|
@@ -3885,13 +3910,13 @@
|
|
|
3885
3910
|
}
|
|
3886
3911
|
}
|
|
3887
3912
|
},
|
|
3888
|
-
"node_modules/@radix-ui/react-
|
|
3889
|
-
"version": "
|
|
3890
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-
|
|
3891
|
-
"integrity": "sha512-
|
|
3913
|
+
"node_modules/@radix-ui/react-arrow": {
|
|
3914
|
+
"version": "1.1.7",
|
|
3915
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-arrow/-/react-arrow-1.1.7.tgz",
|
|
3916
|
+
"integrity": "sha512-F+M1tLhO+mlQaOWspE8Wstg+z6PwxwRd8oQ8IXceWz92kfAmalTRf0EjrouQeo7QssEPfCn05B4Ihs1K9WQ/7w==",
|
|
3892
3917
|
"license": "MIT",
|
|
3893
3918
|
"dependencies": {
|
|
3894
|
-
"@radix-ui/react-
|
|
3919
|
+
"@radix-ui/react-primitive": "2.1.3"
|
|
3895
3920
|
},
|
|
3896
3921
|
"peerDependencies": {
|
|
3897
3922
|
"@types/react": "*",
|
|
@@ -3908,80 +3933,100 @@
|
|
|
3908
3933
|
}
|
|
3909
3934
|
}
|
|
3910
3935
|
},
|
|
3911
|
-
"node_modules/@radix-ui/react-
|
|
3912
|
-
"version": "1.
|
|
3913
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-
|
|
3914
|
-
"integrity": "sha512-
|
|
3936
|
+
"node_modules/@radix-ui/react-aspect-ratio": {
|
|
3937
|
+
"version": "1.1.7",
|
|
3938
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-aspect-ratio/-/react-aspect-ratio-1.1.7.tgz",
|
|
3939
|
+
"integrity": "sha512-Yq6lvO9HQyPwev1onK1daHCHqXVLzPhSVjmsNjCa2Zcxy2f7uJD2itDtxknv6FzAKCwD1qQkeVDmX/cev13n/g==",
|
|
3915
3940
|
"license": "MIT",
|
|
3916
3941
|
"dependencies": {
|
|
3917
|
-
"@radix-ui/react-
|
|
3942
|
+
"@radix-ui/react-primitive": "2.1.3"
|
|
3918
3943
|
},
|
|
3919
3944
|
"peerDependencies": {
|
|
3920
3945
|
"@types/react": "*",
|
|
3921
|
-
"react": "
|
|
3946
|
+
"@types/react-dom": "*",
|
|
3947
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
3948
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
3922
3949
|
},
|
|
3923
3950
|
"peerDependenciesMeta": {
|
|
3924
3951
|
"@types/react": {
|
|
3925
3952
|
"optional": true
|
|
3926
|
-
}
|
|
3927
|
-
|
|
3928
|
-
},
|
|
3929
|
-
"node_modules/@radix-ui/react-compose-refs": {
|
|
3930
|
-
"version": "1.1.2",
|
|
3931
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.1.2.tgz",
|
|
3932
|
-
"integrity": "sha512-z4eqJvfiNnFMHIIvXP3CY57y2WJs5g2v3X0zm9mEJkrkNv4rDxu+sg9Jh8EkXyeqBkB7SOcboo9dMVqhyrACIg==",
|
|
3933
|
-
"license": "MIT",
|
|
3934
|
-
"peerDependencies": {
|
|
3935
|
-
"@types/react": "*",
|
|
3936
|
-
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
3937
|
-
},
|
|
3938
|
-
"peerDependenciesMeta": {
|
|
3939
|
-
"@types/react": {
|
|
3953
|
+
},
|
|
3954
|
+
"@types/react-dom": {
|
|
3940
3955
|
"optional": true
|
|
3941
3956
|
}
|
|
3942
3957
|
}
|
|
3943
3958
|
},
|
|
3944
|
-
"node_modules/@radix-ui/react-
|
|
3945
|
-
"version": "1.1.
|
|
3946
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-
|
|
3947
|
-
"integrity": "sha512-
|
|
3959
|
+
"node_modules/@radix-ui/react-avatar": {
|
|
3960
|
+
"version": "1.1.10",
|
|
3961
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-avatar/-/react-avatar-1.1.10.tgz",
|
|
3962
|
+
"integrity": "sha512-V8piFfWapM5OmNCXTzVQY+E1rDa53zY+MQ4Y7356v4fFz6vqCyUtIz2rUD44ZEdwg78/jKmMJHj07+C/Z/rcog==",
|
|
3948
3963
|
"license": "MIT",
|
|
3964
|
+
"dependencies": {
|
|
3965
|
+
"@radix-ui/react-context": "1.1.2",
|
|
3966
|
+
"@radix-ui/react-primitive": "2.1.3",
|
|
3967
|
+
"@radix-ui/react-use-callback-ref": "1.1.1",
|
|
3968
|
+
"@radix-ui/react-use-is-hydrated": "0.1.0",
|
|
3969
|
+
"@radix-ui/react-use-layout-effect": "1.1.1"
|
|
3970
|
+
},
|
|
3949
3971
|
"peerDependencies": {
|
|
3950
3972
|
"@types/react": "*",
|
|
3951
|
-
"react": "
|
|
3973
|
+
"@types/react-dom": "*",
|
|
3974
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
3975
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
3952
3976
|
},
|
|
3953
3977
|
"peerDependenciesMeta": {
|
|
3954
3978
|
"@types/react": {
|
|
3955
3979
|
"optional": true
|
|
3980
|
+
},
|
|
3981
|
+
"@types/react-dom": {
|
|
3982
|
+
"optional": true
|
|
3956
3983
|
}
|
|
3957
3984
|
}
|
|
3958
3985
|
},
|
|
3959
|
-
"node_modules/@radix-ui/react-
|
|
3960
|
-
"version": "1.
|
|
3961
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-
|
|
3962
|
-
"integrity": "sha512-
|
|
3986
|
+
"node_modules/@radix-ui/react-checkbox": {
|
|
3987
|
+
"version": "1.3.3",
|
|
3988
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-checkbox/-/react-checkbox-1.3.3.tgz",
|
|
3989
|
+
"integrity": "sha512-wBbpv+NQftHDdG86Qc0pIyXk5IR3tM8Vd0nWLKDcX8nNn4nXFOFwsKuqw2okA/1D/mpaAkmuyndrPJTYDNZtFw==",
|
|
3963
3990
|
"license": "MIT",
|
|
3991
|
+
"dependencies": {
|
|
3992
|
+
"@radix-ui/primitive": "1.1.3",
|
|
3993
|
+
"@radix-ui/react-compose-refs": "1.1.2",
|
|
3994
|
+
"@radix-ui/react-context": "1.1.2",
|
|
3995
|
+
"@radix-ui/react-presence": "1.1.5",
|
|
3996
|
+
"@radix-ui/react-primitive": "2.1.3",
|
|
3997
|
+
"@radix-ui/react-use-controllable-state": "1.2.2",
|
|
3998
|
+
"@radix-ui/react-use-previous": "1.1.1",
|
|
3999
|
+
"@radix-ui/react-use-size": "1.1.1"
|
|
4000
|
+
},
|
|
3964
4001
|
"peerDependencies": {
|
|
3965
4002
|
"@types/react": "*",
|
|
3966
|
-
"react": "
|
|
4003
|
+
"@types/react-dom": "*",
|
|
4004
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
4005
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
3967
4006
|
},
|
|
3968
4007
|
"peerDependenciesMeta": {
|
|
3969
4008
|
"@types/react": {
|
|
3970
4009
|
"optional": true
|
|
4010
|
+
},
|
|
4011
|
+
"@types/react-dom": {
|
|
4012
|
+
"optional": true
|
|
3971
4013
|
}
|
|
3972
4014
|
}
|
|
3973
4015
|
},
|
|
3974
|
-
"node_modules/@radix-ui/react-
|
|
3975
|
-
"version": "1.1.
|
|
3976
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-
|
|
3977
|
-
"integrity": "sha512-
|
|
4016
|
+
"node_modules/@radix-ui/react-collapsible": {
|
|
4017
|
+
"version": "1.1.12",
|
|
4018
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-collapsible/-/react-collapsible-1.1.12.tgz",
|
|
4019
|
+
"integrity": "sha512-Uu+mSh4agx2ib1uIGPP4/CKNULyajb3p92LsVXmH2EHVMTfZWpll88XJ0j4W0z3f8NK1eYl1+Mf/szHPmcHzyA==",
|
|
3978
4020
|
"license": "MIT",
|
|
3979
4021
|
"dependencies": {
|
|
3980
4022
|
"@radix-ui/primitive": "1.1.3",
|
|
3981
4023
|
"@radix-ui/react-compose-refs": "1.1.2",
|
|
4024
|
+
"@radix-ui/react-context": "1.1.2",
|
|
4025
|
+
"@radix-ui/react-id": "1.1.1",
|
|
4026
|
+
"@radix-ui/react-presence": "1.1.5",
|
|
3982
4027
|
"@radix-ui/react-primitive": "2.1.3",
|
|
3983
|
-
"@radix-ui/react-use-
|
|
3984
|
-
"@radix-ui/react-use-
|
|
4028
|
+
"@radix-ui/react-use-controllable-state": "1.2.2",
|
|
4029
|
+
"@radix-ui/react-use-layout-effect": "1.1.1"
|
|
3985
4030
|
},
|
|
3986
4031
|
"peerDependencies": {
|
|
3987
4032
|
"@types/react": "*",
|
|
@@ -3998,12 +4043,15 @@
|
|
|
3998
4043
|
}
|
|
3999
4044
|
}
|
|
4000
4045
|
},
|
|
4001
|
-
"node_modules/@radix-ui/react-
|
|
4002
|
-
"version": "
|
|
4003
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-
|
|
4004
|
-
"integrity": "sha512-
|
|
4046
|
+
"node_modules/@radix-ui/react-collection": {
|
|
4047
|
+
"version": "1.1.7",
|
|
4048
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-collection/-/react-collection-1.1.7.tgz",
|
|
4049
|
+
"integrity": "sha512-Fh9rGN0MoI4ZFUNyfFVNU4y9LUz93u9/0K+yLgA2bwRojxM8JU1DyvvMBabnZPBgMWREAJvU2jjVzq+LrFUglw==",
|
|
4005
4050
|
"license": "MIT",
|
|
4006
4051
|
"dependencies": {
|
|
4052
|
+
"@radix-ui/react-compose-refs": "1.1.2",
|
|
4053
|
+
"@radix-ui/react-context": "1.1.2",
|
|
4054
|
+
"@radix-ui/react-primitive": "2.1.3",
|
|
4007
4055
|
"@radix-ui/react-slot": "1.2.3"
|
|
4008
4056
|
},
|
|
4009
4057
|
"peerDependencies": {
|
|
@@ -4021,14 +4069,11 @@
|
|
|
4021
4069
|
}
|
|
4022
4070
|
}
|
|
4023
4071
|
},
|
|
4024
|
-
"node_modules/@radix-ui/react-
|
|
4025
|
-
"version": "1.2
|
|
4026
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-
|
|
4027
|
-
"integrity": "sha512-
|
|
4072
|
+
"node_modules/@radix-ui/react-compose-refs": {
|
|
4073
|
+
"version": "1.1.2",
|
|
4074
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.1.2.tgz",
|
|
4075
|
+
"integrity": "sha512-z4eqJvfiNnFMHIIvXP3CY57y2WJs5g2v3X0zm9mEJkrkNv4rDxu+sg9Jh8EkXyeqBkB7SOcboo9dMVqhyrACIg==",
|
|
4028
4076
|
"license": "MIT",
|
|
4029
|
-
"dependencies": {
|
|
4030
|
-
"@radix-ui/react-compose-refs": "1.1.2"
|
|
4031
|
-
},
|
|
4032
4077
|
"peerDependencies": {
|
|
4033
4078
|
"@types/react": "*",
|
|
4034
4079
|
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
@@ -4039,10 +4084,10 @@
|
|
|
4039
4084
|
}
|
|
4040
4085
|
}
|
|
4041
4086
|
},
|
|
4042
|
-
"node_modules/@radix-ui/react-
|
|
4043
|
-
"version": "1.1.
|
|
4044
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-
|
|
4045
|
-
"integrity": "sha512-
|
|
4087
|
+
"node_modules/@radix-ui/react-context": {
|
|
4088
|
+
"version": "1.1.2",
|
|
4089
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-context/-/react-context-1.1.2.tgz",
|
|
4090
|
+
"integrity": "sha512-jCi/QKUM2r1Ju5a3J64TH2A5SpKAgh0LpknyqdQ4m6DCV0xJ2HG1xARRwNGPQfi1SLdLWZ1OJz6F4OMBBNiGJA==",
|
|
4046
4091
|
"license": "MIT",
|
|
4047
4092
|
"peerDependencies": {
|
|
4048
4093
|
"@types/react": "*",
|
|
@@ -4054,15 +4099,18 @@
|
|
|
4054
4099
|
}
|
|
4055
4100
|
}
|
|
4056
4101
|
},
|
|
4057
|
-
"node_modules/@radix-ui/react-
|
|
4058
|
-
"version": "
|
|
4059
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-
|
|
4060
|
-
"integrity": "sha512-
|
|
4102
|
+
"node_modules/@radix-ui/react-context-menu": {
|
|
4103
|
+
"version": "2.2.16",
|
|
4104
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-context-menu/-/react-context-menu-2.2.16.tgz",
|
|
4105
|
+
"integrity": "sha512-O8morBEW+HsVG28gYDZPTrT9UUovQUlJue5YO836tiTJhuIWBm/zQHc7j388sHWtdH/xUZurK9olD2+pcqx5ww==",
|
|
4061
4106
|
"license": "MIT",
|
|
4062
4107
|
"dependencies": {
|
|
4063
|
-
"@radix-ui/
|
|
4108
|
+
"@radix-ui/primitive": "1.1.3",
|
|
4109
|
+
"@radix-ui/react-context": "1.1.2",
|
|
4110
|
+
"@radix-ui/react-menu": "2.1.16",
|
|
4064
4111
|
"@radix-ui/react-primitive": "2.1.3",
|
|
4065
|
-
"@radix-ui/react-use-callback-ref": "1.1.1"
|
|
4112
|
+
"@radix-ui/react-use-callback-ref": "1.1.1",
|
|
4113
|
+
"@radix-ui/react-use-controllable-state": "1.2.2"
|
|
4066
4114
|
},
|
|
4067
4115
|
"peerDependencies": {
|
|
4068
4116
|
"@types/react": "*",
|
|
@@ -4079,16 +4127,348 @@
|
|
|
4079
4127
|
}
|
|
4080
4128
|
}
|
|
4081
4129
|
},
|
|
4082
|
-
"node_modules/@radix-ui/react-
|
|
4083
|
-
"version": "
|
|
4084
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-
|
|
4085
|
-
"integrity": "sha512-
|
|
4130
|
+
"node_modules/@radix-ui/react-dialog": {
|
|
4131
|
+
"version": "1.1.15",
|
|
4132
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-dialog/-/react-dialog-1.1.15.tgz",
|
|
4133
|
+
"integrity": "sha512-TCglVRtzlffRNxRMEyR36DGBLJpeusFcgMVD9PZEzAKnUs1lKCgX5u9BmC2Yg+LL9MgZDugFFs1Vl+Jp4t/PGw==",
|
|
4086
4134
|
"license": "MIT",
|
|
4087
4135
|
"dependencies": {
|
|
4088
|
-
"@radix-ui/
|
|
4089
|
-
|
|
4090
|
-
|
|
4091
|
-
"@
|
|
4136
|
+
"@radix-ui/primitive": "1.1.3",
|
|
4137
|
+
"@radix-ui/react-compose-refs": "1.1.2",
|
|
4138
|
+
"@radix-ui/react-context": "1.1.2",
|
|
4139
|
+
"@radix-ui/react-dismissable-layer": "1.1.11",
|
|
4140
|
+
"@radix-ui/react-focus-guards": "1.1.3",
|
|
4141
|
+
"@radix-ui/react-focus-scope": "1.1.7",
|
|
4142
|
+
"@radix-ui/react-id": "1.1.1",
|
|
4143
|
+
"@radix-ui/react-portal": "1.1.9",
|
|
4144
|
+
"@radix-ui/react-presence": "1.1.5",
|
|
4145
|
+
"@radix-ui/react-primitive": "2.1.3",
|
|
4146
|
+
"@radix-ui/react-slot": "1.2.3",
|
|
4147
|
+
"@radix-ui/react-use-controllable-state": "1.2.2",
|
|
4148
|
+
"aria-hidden": "^1.2.4",
|
|
4149
|
+
"react-remove-scroll": "^2.6.3"
|
|
4150
|
+
},
|
|
4151
|
+
"peerDependencies": {
|
|
4152
|
+
"@types/react": "*",
|
|
4153
|
+
"@types/react-dom": "*",
|
|
4154
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
4155
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
4156
|
+
},
|
|
4157
|
+
"peerDependenciesMeta": {
|
|
4158
|
+
"@types/react": {
|
|
4159
|
+
"optional": true
|
|
4160
|
+
},
|
|
4161
|
+
"@types/react-dom": {
|
|
4162
|
+
"optional": true
|
|
4163
|
+
}
|
|
4164
|
+
}
|
|
4165
|
+
},
|
|
4166
|
+
"node_modules/@radix-ui/react-direction": {
|
|
4167
|
+
"version": "1.1.1",
|
|
4168
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-direction/-/react-direction-1.1.1.tgz",
|
|
4169
|
+
"integrity": "sha512-1UEWRX6jnOA2y4H5WczZ44gOOjTEmlqv1uNW4GAJEO5+bauCBhv8snY65Iw5/VOS/ghKN9gr2KjnLKxrsvoMVw==",
|
|
4170
|
+
"license": "MIT",
|
|
4171
|
+
"peerDependencies": {
|
|
4172
|
+
"@types/react": "*",
|
|
4173
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
4174
|
+
},
|
|
4175
|
+
"peerDependenciesMeta": {
|
|
4176
|
+
"@types/react": {
|
|
4177
|
+
"optional": true
|
|
4178
|
+
}
|
|
4179
|
+
}
|
|
4180
|
+
},
|
|
4181
|
+
"node_modules/@radix-ui/react-dismissable-layer": {
|
|
4182
|
+
"version": "1.1.11",
|
|
4183
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-dismissable-layer/-/react-dismissable-layer-1.1.11.tgz",
|
|
4184
|
+
"integrity": "sha512-Nqcp+t5cTB8BinFkZgXiMJniQH0PsUt2k51FUhbdfeKvc4ACcG2uQniY/8+h1Yv6Kza4Q7lD7PQV0z0oicE0Mg==",
|
|
4185
|
+
"license": "MIT",
|
|
4186
|
+
"dependencies": {
|
|
4187
|
+
"@radix-ui/primitive": "1.1.3",
|
|
4188
|
+
"@radix-ui/react-compose-refs": "1.1.2",
|
|
4189
|
+
"@radix-ui/react-primitive": "2.1.3",
|
|
4190
|
+
"@radix-ui/react-use-callback-ref": "1.1.1",
|
|
4191
|
+
"@radix-ui/react-use-escape-keydown": "1.1.1"
|
|
4192
|
+
},
|
|
4193
|
+
"peerDependencies": {
|
|
4194
|
+
"@types/react": "*",
|
|
4195
|
+
"@types/react-dom": "*",
|
|
4196
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
4197
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
4198
|
+
},
|
|
4199
|
+
"peerDependenciesMeta": {
|
|
4200
|
+
"@types/react": {
|
|
4201
|
+
"optional": true
|
|
4202
|
+
},
|
|
4203
|
+
"@types/react-dom": {
|
|
4204
|
+
"optional": true
|
|
4205
|
+
}
|
|
4206
|
+
}
|
|
4207
|
+
},
|
|
4208
|
+
"node_modules/@radix-ui/react-dropdown-menu": {
|
|
4209
|
+
"version": "2.1.16",
|
|
4210
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-dropdown-menu/-/react-dropdown-menu-2.1.16.tgz",
|
|
4211
|
+
"integrity": "sha512-1PLGQEynI/3OX/ftV54COn+3Sud/Mn8vALg2rWnBLnRaGtJDduNW/22XjlGgPdpcIbiQxjKtb7BkcjP00nqfJw==",
|
|
4212
|
+
"license": "MIT",
|
|
4213
|
+
"dependencies": {
|
|
4214
|
+
"@radix-ui/primitive": "1.1.3",
|
|
4215
|
+
"@radix-ui/react-compose-refs": "1.1.2",
|
|
4216
|
+
"@radix-ui/react-context": "1.1.2",
|
|
4217
|
+
"@radix-ui/react-id": "1.1.1",
|
|
4218
|
+
"@radix-ui/react-menu": "2.1.16",
|
|
4219
|
+
"@radix-ui/react-primitive": "2.1.3",
|
|
4220
|
+
"@radix-ui/react-use-controllable-state": "1.2.2"
|
|
4221
|
+
},
|
|
4222
|
+
"peerDependencies": {
|
|
4223
|
+
"@types/react": "*",
|
|
4224
|
+
"@types/react-dom": "*",
|
|
4225
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
4226
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
4227
|
+
},
|
|
4228
|
+
"peerDependenciesMeta": {
|
|
4229
|
+
"@types/react": {
|
|
4230
|
+
"optional": true
|
|
4231
|
+
},
|
|
4232
|
+
"@types/react-dom": {
|
|
4233
|
+
"optional": true
|
|
4234
|
+
}
|
|
4235
|
+
}
|
|
4236
|
+
},
|
|
4237
|
+
"node_modules/@radix-ui/react-focus-guards": {
|
|
4238
|
+
"version": "1.1.3",
|
|
4239
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-focus-guards/-/react-focus-guards-1.1.3.tgz",
|
|
4240
|
+
"integrity": "sha512-0rFg/Rj2Q62NCm62jZw0QX7a3sz6QCQU0LpZdNrJX8byRGaGVTqbrW9jAoIAHyMQqsNpeZ81YgSizOt5WXq0Pw==",
|
|
4241
|
+
"license": "MIT",
|
|
4242
|
+
"peerDependencies": {
|
|
4243
|
+
"@types/react": "*",
|
|
4244
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
4245
|
+
},
|
|
4246
|
+
"peerDependenciesMeta": {
|
|
4247
|
+
"@types/react": {
|
|
4248
|
+
"optional": true
|
|
4249
|
+
}
|
|
4250
|
+
}
|
|
4251
|
+
},
|
|
4252
|
+
"node_modules/@radix-ui/react-focus-scope": {
|
|
4253
|
+
"version": "1.1.7",
|
|
4254
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-focus-scope/-/react-focus-scope-1.1.7.tgz",
|
|
4255
|
+
"integrity": "sha512-t2ODlkXBQyn7jkl6TNaw/MtVEVvIGelJDCG41Okq/KwUsJBwQ4XVZsHAVUkK4mBv3ewiAS3PGuUWuY2BoK4ZUw==",
|
|
4256
|
+
"license": "MIT",
|
|
4257
|
+
"dependencies": {
|
|
4258
|
+
"@radix-ui/react-compose-refs": "1.1.2",
|
|
4259
|
+
"@radix-ui/react-primitive": "2.1.3",
|
|
4260
|
+
"@radix-ui/react-use-callback-ref": "1.1.1"
|
|
4261
|
+
},
|
|
4262
|
+
"peerDependencies": {
|
|
4263
|
+
"@types/react": "*",
|
|
4264
|
+
"@types/react-dom": "*",
|
|
4265
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
4266
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
4267
|
+
},
|
|
4268
|
+
"peerDependenciesMeta": {
|
|
4269
|
+
"@types/react": {
|
|
4270
|
+
"optional": true
|
|
4271
|
+
},
|
|
4272
|
+
"@types/react-dom": {
|
|
4273
|
+
"optional": true
|
|
4274
|
+
}
|
|
4275
|
+
}
|
|
4276
|
+
},
|
|
4277
|
+
"node_modules/@radix-ui/react-form": {
|
|
4278
|
+
"version": "0.1.8",
|
|
4279
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-form/-/react-form-0.1.8.tgz",
|
|
4280
|
+
"integrity": "sha512-QM70k4Zwjttifr5a4sZFts9fn8FzHYvQ5PiB19O2HsYibaHSVt9fH9rzB0XZo/YcM+b7t/p7lYCT/F5eOeF5yQ==",
|
|
4281
|
+
"license": "MIT",
|
|
4282
|
+
"dependencies": {
|
|
4283
|
+
"@radix-ui/primitive": "1.1.3",
|
|
4284
|
+
"@radix-ui/react-compose-refs": "1.1.2",
|
|
4285
|
+
"@radix-ui/react-context": "1.1.2",
|
|
4286
|
+
"@radix-ui/react-id": "1.1.1",
|
|
4287
|
+
"@radix-ui/react-label": "2.1.7",
|
|
4288
|
+
"@radix-ui/react-primitive": "2.1.3"
|
|
4289
|
+
},
|
|
4290
|
+
"peerDependencies": {
|
|
4291
|
+
"@types/react": "*",
|
|
4292
|
+
"@types/react-dom": "*",
|
|
4293
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
4294
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
4295
|
+
},
|
|
4296
|
+
"peerDependenciesMeta": {
|
|
4297
|
+
"@types/react": {
|
|
4298
|
+
"optional": true
|
|
4299
|
+
},
|
|
4300
|
+
"@types/react-dom": {
|
|
4301
|
+
"optional": true
|
|
4302
|
+
}
|
|
4303
|
+
}
|
|
4304
|
+
},
|
|
4305
|
+
"node_modules/@radix-ui/react-hover-card": {
|
|
4306
|
+
"version": "1.1.15",
|
|
4307
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-hover-card/-/react-hover-card-1.1.15.tgz",
|
|
4308
|
+
"integrity": "sha512-qgTkjNT1CfKMoP0rcasmlH2r1DAiYicWsDsufxl940sT2wHNEWWv6FMWIQXWhVdmC1d/HYfbhQx60KYyAtKxjg==",
|
|
4309
|
+
"license": "MIT",
|
|
4310
|
+
"dependencies": {
|
|
4311
|
+
"@radix-ui/primitive": "1.1.3",
|
|
4312
|
+
"@radix-ui/react-compose-refs": "1.1.2",
|
|
4313
|
+
"@radix-ui/react-context": "1.1.2",
|
|
4314
|
+
"@radix-ui/react-dismissable-layer": "1.1.11",
|
|
4315
|
+
"@radix-ui/react-popper": "1.2.8",
|
|
4316
|
+
"@radix-ui/react-portal": "1.1.9",
|
|
4317
|
+
"@radix-ui/react-presence": "1.1.5",
|
|
4318
|
+
"@radix-ui/react-primitive": "2.1.3",
|
|
4319
|
+
"@radix-ui/react-use-controllable-state": "1.2.2"
|
|
4320
|
+
},
|
|
4321
|
+
"peerDependencies": {
|
|
4322
|
+
"@types/react": "*",
|
|
4323
|
+
"@types/react-dom": "*",
|
|
4324
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
4325
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
4326
|
+
},
|
|
4327
|
+
"peerDependenciesMeta": {
|
|
4328
|
+
"@types/react": {
|
|
4329
|
+
"optional": true
|
|
4330
|
+
},
|
|
4331
|
+
"@types/react-dom": {
|
|
4332
|
+
"optional": true
|
|
4333
|
+
}
|
|
4334
|
+
}
|
|
4335
|
+
},
|
|
4336
|
+
"node_modules/@radix-ui/react-id": {
|
|
4337
|
+
"version": "1.1.1",
|
|
4338
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-id/-/react-id-1.1.1.tgz",
|
|
4339
|
+
"integrity": "sha512-kGkGegYIdQsOb4XjsfM97rXsiHaBwco+hFI66oO4s9LU+PLAC5oJ7khdOVFxkhsmlbpUqDAvXw11CluXP+jkHg==",
|
|
4340
|
+
"license": "MIT",
|
|
4341
|
+
"dependencies": {
|
|
4342
|
+
"@radix-ui/react-use-layout-effect": "1.1.1"
|
|
4343
|
+
},
|
|
4344
|
+
"peerDependencies": {
|
|
4345
|
+
"@types/react": "*",
|
|
4346
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
4347
|
+
},
|
|
4348
|
+
"peerDependenciesMeta": {
|
|
4349
|
+
"@types/react": {
|
|
4350
|
+
"optional": true
|
|
4351
|
+
}
|
|
4352
|
+
}
|
|
4353
|
+
},
|
|
4354
|
+
"node_modules/@radix-ui/react-label": {
|
|
4355
|
+
"version": "2.1.7",
|
|
4356
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-label/-/react-label-2.1.7.tgz",
|
|
4357
|
+
"integrity": "sha512-YT1GqPSL8kJn20djelMX7/cTRp/Y9w5IZHvfxQTVHrOqa2yMl7i/UfMqKRU5V7mEyKTrUVgJXhNQPVCG8PBLoQ==",
|
|
4358
|
+
"license": "MIT",
|
|
4359
|
+
"dependencies": {
|
|
4360
|
+
"@radix-ui/react-primitive": "2.1.3"
|
|
4361
|
+
},
|
|
4362
|
+
"peerDependencies": {
|
|
4363
|
+
"@types/react": "*",
|
|
4364
|
+
"@types/react-dom": "*",
|
|
4365
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
4366
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
4367
|
+
},
|
|
4368
|
+
"peerDependenciesMeta": {
|
|
4369
|
+
"@types/react": {
|
|
4370
|
+
"optional": true
|
|
4371
|
+
},
|
|
4372
|
+
"@types/react-dom": {
|
|
4373
|
+
"optional": true
|
|
4374
|
+
}
|
|
4375
|
+
}
|
|
4376
|
+
},
|
|
4377
|
+
"node_modules/@radix-ui/react-menu": {
|
|
4378
|
+
"version": "2.1.16",
|
|
4379
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-menu/-/react-menu-2.1.16.tgz",
|
|
4380
|
+
"integrity": "sha512-72F2T+PLlphrqLcAotYPp0uJMr5SjP5SL01wfEspJbru5Zs5vQaSHb4VB3ZMJPimgHHCHG7gMOeOB9H3Hdmtxg==",
|
|
4381
|
+
"license": "MIT",
|
|
4382
|
+
"dependencies": {
|
|
4383
|
+
"@radix-ui/primitive": "1.1.3",
|
|
4384
|
+
"@radix-ui/react-collection": "1.1.7",
|
|
4385
|
+
"@radix-ui/react-compose-refs": "1.1.2",
|
|
4386
|
+
"@radix-ui/react-context": "1.1.2",
|
|
4387
|
+
"@radix-ui/react-direction": "1.1.1",
|
|
4388
|
+
"@radix-ui/react-dismissable-layer": "1.1.11",
|
|
4389
|
+
"@radix-ui/react-focus-guards": "1.1.3",
|
|
4390
|
+
"@radix-ui/react-focus-scope": "1.1.7",
|
|
4391
|
+
"@radix-ui/react-id": "1.1.1",
|
|
4392
|
+
"@radix-ui/react-popper": "1.2.8",
|
|
4393
|
+
"@radix-ui/react-portal": "1.1.9",
|
|
4394
|
+
"@radix-ui/react-presence": "1.1.5",
|
|
4395
|
+
"@radix-ui/react-primitive": "2.1.3",
|
|
4396
|
+
"@radix-ui/react-roving-focus": "1.1.11",
|
|
4397
|
+
"@radix-ui/react-slot": "1.2.3",
|
|
4398
|
+
"@radix-ui/react-use-callback-ref": "1.1.1",
|
|
4399
|
+
"aria-hidden": "^1.2.4",
|
|
4400
|
+
"react-remove-scroll": "^2.6.3"
|
|
4401
|
+
},
|
|
4402
|
+
"peerDependencies": {
|
|
4403
|
+
"@types/react": "*",
|
|
4404
|
+
"@types/react-dom": "*",
|
|
4405
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
4406
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
4407
|
+
},
|
|
4408
|
+
"peerDependenciesMeta": {
|
|
4409
|
+
"@types/react": {
|
|
4410
|
+
"optional": true
|
|
4411
|
+
},
|
|
4412
|
+
"@types/react-dom": {
|
|
4413
|
+
"optional": true
|
|
4414
|
+
}
|
|
4415
|
+
}
|
|
4416
|
+
},
|
|
4417
|
+
"node_modules/@radix-ui/react-menubar": {
|
|
4418
|
+
"version": "1.1.16",
|
|
4419
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-menubar/-/react-menubar-1.1.16.tgz",
|
|
4420
|
+
"integrity": "sha512-EB1FktTz5xRRi2Er974AUQZWg2yVBb1yjip38/lgwtCVRd3a+maUoGHN/xs9Yv8SY8QwbSEb+YrxGadVWbEutA==",
|
|
4421
|
+
"license": "MIT",
|
|
4422
|
+
"dependencies": {
|
|
4423
|
+
"@radix-ui/primitive": "1.1.3",
|
|
4424
|
+
"@radix-ui/react-collection": "1.1.7",
|
|
4425
|
+
"@radix-ui/react-compose-refs": "1.1.2",
|
|
4426
|
+
"@radix-ui/react-context": "1.1.2",
|
|
4427
|
+
"@radix-ui/react-direction": "1.1.1",
|
|
4428
|
+
"@radix-ui/react-id": "1.1.1",
|
|
4429
|
+
"@radix-ui/react-menu": "2.1.16",
|
|
4430
|
+
"@radix-ui/react-primitive": "2.1.3",
|
|
4431
|
+
"@radix-ui/react-roving-focus": "1.1.11",
|
|
4432
|
+
"@radix-ui/react-use-controllable-state": "1.2.2"
|
|
4433
|
+
},
|
|
4434
|
+
"peerDependencies": {
|
|
4435
|
+
"@types/react": "*",
|
|
4436
|
+
"@types/react-dom": "*",
|
|
4437
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
4438
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
4439
|
+
},
|
|
4440
|
+
"peerDependenciesMeta": {
|
|
4441
|
+
"@types/react": {
|
|
4442
|
+
"optional": true
|
|
4443
|
+
},
|
|
4444
|
+
"@types/react-dom": {
|
|
4445
|
+
"optional": true
|
|
4446
|
+
}
|
|
4447
|
+
}
|
|
4448
|
+
},
|
|
4449
|
+
"node_modules/@radix-ui/react-navigation-menu": {
|
|
4450
|
+
"version": "1.2.14",
|
|
4451
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-navigation-menu/-/react-navigation-menu-1.2.14.tgz",
|
|
4452
|
+
"integrity": "sha512-YB9mTFQvCOAQMHU+C/jVl96WmuWeltyUEpRJJky51huhds5W2FQr1J8D/16sQlf0ozxkPK8uF3niQMdUwZPv5w==",
|
|
4453
|
+
"license": "MIT",
|
|
4454
|
+
"dependencies": {
|
|
4455
|
+
"@radix-ui/primitive": "1.1.3",
|
|
4456
|
+
"@radix-ui/react-collection": "1.1.7",
|
|
4457
|
+
"@radix-ui/react-compose-refs": "1.1.2",
|
|
4458
|
+
"@radix-ui/react-context": "1.1.2",
|
|
4459
|
+
"@radix-ui/react-direction": "1.1.1",
|
|
4460
|
+
"@radix-ui/react-dismissable-layer": "1.1.11",
|
|
4461
|
+
"@radix-ui/react-id": "1.1.1",
|
|
4462
|
+
"@radix-ui/react-presence": "1.1.5",
|
|
4463
|
+
"@radix-ui/react-primitive": "2.1.3",
|
|
4464
|
+
"@radix-ui/react-use-callback-ref": "1.1.1",
|
|
4465
|
+
"@radix-ui/react-use-controllable-state": "1.2.2",
|
|
4466
|
+
"@radix-ui/react-use-layout-effect": "1.1.1",
|
|
4467
|
+
"@radix-ui/react-use-previous": "1.1.1",
|
|
4468
|
+
"@radix-ui/react-visually-hidden": "1.2.3"
|
|
4469
|
+
},
|
|
4470
|
+
"peerDependencies": {
|
|
4471
|
+
"@types/react": "*",
|
|
4092
4472
|
"@types/react-dom": "*",
|
|
4093
4473
|
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
4094
4474
|
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
@@ -4102,49 +4482,355 @@
|
|
|
4102
4482
|
}
|
|
4103
4483
|
}
|
|
4104
4484
|
},
|
|
4105
|
-
"node_modules/@radix-ui/react-
|
|
4106
|
-
"version": "1.
|
|
4107
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-
|
|
4108
|
-
"integrity": "sha512-
|
|
4485
|
+
"node_modules/@radix-ui/react-one-time-password-field": {
|
|
4486
|
+
"version": "0.1.8",
|
|
4487
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-one-time-password-field/-/react-one-time-password-field-0.1.8.tgz",
|
|
4488
|
+
"integrity": "sha512-ycS4rbwURavDPVjCb5iS3aG4lURFDILi6sKI/WITUMZ13gMmn/xGjpLoqBAalhJaDk8I3UbCM5GzKHrnzwHbvg==",
|
|
4109
4489
|
"license": "MIT",
|
|
4110
4490
|
"dependencies": {
|
|
4111
|
-
"@radix-ui/
|
|
4491
|
+
"@radix-ui/number": "1.1.1",
|
|
4492
|
+
"@radix-ui/primitive": "1.1.3",
|
|
4493
|
+
"@radix-ui/react-collection": "1.1.7",
|
|
4494
|
+
"@radix-ui/react-compose-refs": "1.1.2",
|
|
4495
|
+
"@radix-ui/react-context": "1.1.2",
|
|
4496
|
+
"@radix-ui/react-direction": "1.1.1",
|
|
4497
|
+
"@radix-ui/react-primitive": "2.1.3",
|
|
4498
|
+
"@radix-ui/react-roving-focus": "1.1.11",
|
|
4499
|
+
"@radix-ui/react-use-controllable-state": "1.2.2",
|
|
4500
|
+
"@radix-ui/react-use-effect-event": "0.0.2",
|
|
4501
|
+
"@radix-ui/react-use-is-hydrated": "0.1.0",
|
|
4502
|
+
"@radix-ui/react-use-layout-effect": "1.1.1"
|
|
4503
|
+
},
|
|
4504
|
+
"peerDependencies": {
|
|
4505
|
+
"@types/react": "*",
|
|
4506
|
+
"@types/react-dom": "*",
|
|
4507
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
4508
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
4509
|
+
},
|
|
4510
|
+
"peerDependenciesMeta": {
|
|
4511
|
+
"@types/react": {
|
|
4512
|
+
"optional": true
|
|
4513
|
+
},
|
|
4514
|
+
"@types/react-dom": {
|
|
4515
|
+
"optional": true
|
|
4516
|
+
}
|
|
4517
|
+
}
|
|
4518
|
+
},
|
|
4519
|
+
"node_modules/@radix-ui/react-password-toggle-field": {
|
|
4520
|
+
"version": "0.1.3",
|
|
4521
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-password-toggle-field/-/react-password-toggle-field-0.1.3.tgz",
|
|
4522
|
+
"integrity": "sha512-/UuCrDBWravcaMix4TdT+qlNdVwOM1Nck9kWx/vafXsdfj1ChfhOdfi3cy9SGBpWgTXwYCuboT/oYpJy3clqfw==",
|
|
4523
|
+
"license": "MIT",
|
|
4524
|
+
"dependencies": {
|
|
4525
|
+
"@radix-ui/primitive": "1.1.3",
|
|
4526
|
+
"@radix-ui/react-compose-refs": "1.1.2",
|
|
4527
|
+
"@radix-ui/react-context": "1.1.2",
|
|
4528
|
+
"@radix-ui/react-id": "1.1.1",
|
|
4529
|
+
"@radix-ui/react-primitive": "2.1.3",
|
|
4530
|
+
"@radix-ui/react-use-controllable-state": "1.2.2",
|
|
4531
|
+
"@radix-ui/react-use-effect-event": "0.0.2",
|
|
4532
|
+
"@radix-ui/react-use-is-hydrated": "0.1.0"
|
|
4533
|
+
},
|
|
4534
|
+
"peerDependencies": {
|
|
4535
|
+
"@types/react": "*",
|
|
4536
|
+
"@types/react-dom": "*",
|
|
4537
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
4538
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
4539
|
+
},
|
|
4540
|
+
"peerDependenciesMeta": {
|
|
4541
|
+
"@types/react": {
|
|
4542
|
+
"optional": true
|
|
4543
|
+
},
|
|
4544
|
+
"@types/react-dom": {
|
|
4545
|
+
"optional": true
|
|
4546
|
+
}
|
|
4547
|
+
}
|
|
4548
|
+
},
|
|
4549
|
+
"node_modules/@radix-ui/react-popover": {
|
|
4550
|
+
"version": "1.1.15",
|
|
4551
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-popover/-/react-popover-1.1.15.tgz",
|
|
4552
|
+
"integrity": "sha512-kr0X2+6Yy/vJzLYJUPCZEc8SfQcf+1COFoAqauJm74umQhta9M7lNJHP7QQS3vkvcGLQUbWpMzwrXYwrYztHKA==",
|
|
4553
|
+
"license": "MIT",
|
|
4554
|
+
"dependencies": {
|
|
4555
|
+
"@radix-ui/primitive": "1.1.3",
|
|
4556
|
+
"@radix-ui/react-compose-refs": "1.1.2",
|
|
4557
|
+
"@radix-ui/react-context": "1.1.2",
|
|
4558
|
+
"@radix-ui/react-dismissable-layer": "1.1.11",
|
|
4559
|
+
"@radix-ui/react-focus-guards": "1.1.3",
|
|
4560
|
+
"@radix-ui/react-focus-scope": "1.1.7",
|
|
4561
|
+
"@radix-ui/react-id": "1.1.1",
|
|
4562
|
+
"@radix-ui/react-popper": "1.2.8",
|
|
4563
|
+
"@radix-ui/react-portal": "1.1.9",
|
|
4564
|
+
"@radix-ui/react-presence": "1.1.5",
|
|
4565
|
+
"@radix-ui/react-primitive": "2.1.3",
|
|
4566
|
+
"@radix-ui/react-slot": "1.2.3",
|
|
4567
|
+
"@radix-ui/react-use-controllable-state": "1.2.2",
|
|
4568
|
+
"aria-hidden": "^1.2.4",
|
|
4569
|
+
"react-remove-scroll": "^2.6.3"
|
|
4570
|
+
},
|
|
4571
|
+
"peerDependencies": {
|
|
4572
|
+
"@types/react": "*",
|
|
4573
|
+
"@types/react-dom": "*",
|
|
4574
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
4575
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
4576
|
+
},
|
|
4577
|
+
"peerDependenciesMeta": {
|
|
4578
|
+
"@types/react": {
|
|
4579
|
+
"optional": true
|
|
4580
|
+
},
|
|
4581
|
+
"@types/react-dom": {
|
|
4582
|
+
"optional": true
|
|
4583
|
+
}
|
|
4584
|
+
}
|
|
4585
|
+
},
|
|
4586
|
+
"node_modules/@radix-ui/react-popper": {
|
|
4587
|
+
"version": "1.2.8",
|
|
4588
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-popper/-/react-popper-1.2.8.tgz",
|
|
4589
|
+
"integrity": "sha512-0NJQ4LFFUuWkE7Oxf0htBKS6zLkkjBH+hM1uk7Ng705ReR8m/uelduy1DBo0PyBXPKVnBA6YBlU94MBGXrSBCw==",
|
|
4590
|
+
"license": "MIT",
|
|
4591
|
+
"dependencies": {
|
|
4592
|
+
"@floating-ui/react-dom": "^2.0.0",
|
|
4593
|
+
"@radix-ui/react-arrow": "1.1.7",
|
|
4594
|
+
"@radix-ui/react-compose-refs": "1.1.2",
|
|
4595
|
+
"@radix-ui/react-context": "1.1.2",
|
|
4596
|
+
"@radix-ui/react-primitive": "2.1.3",
|
|
4597
|
+
"@radix-ui/react-use-callback-ref": "1.1.1",
|
|
4598
|
+
"@radix-ui/react-use-layout-effect": "1.1.1",
|
|
4599
|
+
"@radix-ui/react-use-rect": "1.1.1",
|
|
4600
|
+
"@radix-ui/react-use-size": "1.1.1",
|
|
4601
|
+
"@radix-ui/rect": "1.1.1"
|
|
4602
|
+
},
|
|
4603
|
+
"peerDependencies": {
|
|
4604
|
+
"@types/react": "*",
|
|
4605
|
+
"@types/react-dom": "*",
|
|
4606
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
4607
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
4608
|
+
},
|
|
4609
|
+
"peerDependenciesMeta": {
|
|
4610
|
+
"@types/react": {
|
|
4611
|
+
"optional": true
|
|
4612
|
+
},
|
|
4613
|
+
"@types/react-dom": {
|
|
4614
|
+
"optional": true
|
|
4615
|
+
}
|
|
4616
|
+
}
|
|
4617
|
+
},
|
|
4618
|
+
"node_modules/@radix-ui/react-portal": {
|
|
4619
|
+
"version": "1.1.9",
|
|
4620
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-portal/-/react-portal-1.1.9.tgz",
|
|
4621
|
+
"integrity": "sha512-bpIxvq03if6UNwXZ+HTK71JLh4APvnXntDc6XOX8UVq4XQOVl7lwok0AvIl+b8zgCw3fSaVTZMpAPPagXbKmHQ==",
|
|
4622
|
+
"license": "MIT",
|
|
4623
|
+
"dependencies": {
|
|
4624
|
+
"@radix-ui/react-primitive": "2.1.3",
|
|
4625
|
+
"@radix-ui/react-use-layout-effect": "1.1.1"
|
|
4626
|
+
},
|
|
4627
|
+
"peerDependencies": {
|
|
4628
|
+
"@types/react": "*",
|
|
4629
|
+
"@types/react-dom": "*",
|
|
4630
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
4631
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
4632
|
+
},
|
|
4633
|
+
"peerDependenciesMeta": {
|
|
4634
|
+
"@types/react": {
|
|
4635
|
+
"optional": true
|
|
4636
|
+
},
|
|
4637
|
+
"@types/react-dom": {
|
|
4638
|
+
"optional": true
|
|
4639
|
+
}
|
|
4640
|
+
}
|
|
4641
|
+
},
|
|
4642
|
+
"node_modules/@radix-ui/react-presence": {
|
|
4643
|
+
"version": "1.1.5",
|
|
4644
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-presence/-/react-presence-1.1.5.tgz",
|
|
4645
|
+
"integrity": "sha512-/jfEwNDdQVBCNvjkGit4h6pMOzq8bHkopq458dPt2lMjx+eBQUohZNG9A7DtO/O5ukSbxuaNGXMjHicgwy6rQQ==",
|
|
4646
|
+
"license": "MIT",
|
|
4647
|
+
"dependencies": {
|
|
4648
|
+
"@radix-ui/react-compose-refs": "1.1.2",
|
|
4649
|
+
"@radix-ui/react-use-layout-effect": "1.1.1"
|
|
4650
|
+
},
|
|
4651
|
+
"peerDependencies": {
|
|
4652
|
+
"@types/react": "*",
|
|
4653
|
+
"@types/react-dom": "*",
|
|
4654
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
4655
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
4656
|
+
},
|
|
4657
|
+
"peerDependenciesMeta": {
|
|
4658
|
+
"@types/react": {
|
|
4659
|
+
"optional": true
|
|
4660
|
+
},
|
|
4661
|
+
"@types/react-dom": {
|
|
4662
|
+
"optional": true
|
|
4663
|
+
}
|
|
4664
|
+
}
|
|
4665
|
+
},
|
|
4666
|
+
"node_modules/@radix-ui/react-primitive": {
|
|
4667
|
+
"version": "2.1.3",
|
|
4668
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-2.1.3.tgz",
|
|
4669
|
+
"integrity": "sha512-m9gTwRkhy2lvCPe6QJp4d3G1TYEUHn/FzJUtq9MjH46an1wJU+GdoGC5VLof8RX8Ft/DlpshApkhswDLZzHIcQ==",
|
|
4670
|
+
"license": "MIT",
|
|
4671
|
+
"dependencies": {
|
|
4672
|
+
"@radix-ui/react-slot": "1.2.3"
|
|
4673
|
+
},
|
|
4674
|
+
"peerDependencies": {
|
|
4675
|
+
"@types/react": "*",
|
|
4676
|
+
"@types/react-dom": "*",
|
|
4677
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
4678
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
4679
|
+
},
|
|
4680
|
+
"peerDependenciesMeta": {
|
|
4681
|
+
"@types/react": {
|
|
4682
|
+
"optional": true
|
|
4683
|
+
},
|
|
4684
|
+
"@types/react-dom": {
|
|
4685
|
+
"optional": true
|
|
4686
|
+
}
|
|
4687
|
+
}
|
|
4688
|
+
},
|
|
4689
|
+
"node_modules/@radix-ui/react-progress": {
|
|
4690
|
+
"version": "1.1.7",
|
|
4691
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-progress/-/react-progress-1.1.7.tgz",
|
|
4692
|
+
"integrity": "sha512-vPdg/tF6YC/ynuBIJlk1mm7Le0VgW6ub6J2UWnTQ7/D23KXcPI1qy+0vBkgKgd38RCMJavBXpB83HPNFMTb0Fg==",
|
|
4693
|
+
"license": "MIT",
|
|
4694
|
+
"dependencies": {
|
|
4695
|
+
"@radix-ui/react-context": "1.1.2",
|
|
4696
|
+
"@radix-ui/react-primitive": "2.1.3"
|
|
4697
|
+
},
|
|
4698
|
+
"peerDependencies": {
|
|
4699
|
+
"@types/react": "*",
|
|
4700
|
+
"@types/react-dom": "*",
|
|
4701
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
4702
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
4703
|
+
},
|
|
4704
|
+
"peerDependenciesMeta": {
|
|
4705
|
+
"@types/react": {
|
|
4706
|
+
"optional": true
|
|
4707
|
+
},
|
|
4708
|
+
"@types/react-dom": {
|
|
4709
|
+
"optional": true
|
|
4710
|
+
}
|
|
4711
|
+
}
|
|
4712
|
+
},
|
|
4713
|
+
"node_modules/@radix-ui/react-radio-group": {
|
|
4714
|
+
"version": "1.3.8",
|
|
4715
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-radio-group/-/react-radio-group-1.3.8.tgz",
|
|
4716
|
+
"integrity": "sha512-VBKYIYImA5zsxACdisNQ3BjCBfmbGH3kQlnFVqlWU4tXwjy7cGX8ta80BcrO+WJXIn5iBylEH3K6ZTlee//lgQ==",
|
|
4717
|
+
"license": "MIT",
|
|
4718
|
+
"dependencies": {
|
|
4719
|
+
"@radix-ui/primitive": "1.1.3",
|
|
4720
|
+
"@radix-ui/react-compose-refs": "1.1.2",
|
|
4721
|
+
"@radix-ui/react-context": "1.1.2",
|
|
4722
|
+
"@radix-ui/react-direction": "1.1.1",
|
|
4723
|
+
"@radix-ui/react-presence": "1.1.5",
|
|
4724
|
+
"@radix-ui/react-primitive": "2.1.3",
|
|
4725
|
+
"@radix-ui/react-roving-focus": "1.1.11",
|
|
4726
|
+
"@radix-ui/react-use-controllable-state": "1.2.2",
|
|
4727
|
+
"@radix-ui/react-use-previous": "1.1.1",
|
|
4728
|
+
"@radix-ui/react-use-size": "1.1.1"
|
|
4729
|
+
},
|
|
4730
|
+
"peerDependencies": {
|
|
4731
|
+
"@types/react": "*",
|
|
4732
|
+
"@types/react-dom": "*",
|
|
4733
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
4734
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
4735
|
+
},
|
|
4736
|
+
"peerDependenciesMeta": {
|
|
4737
|
+
"@types/react": {
|
|
4738
|
+
"optional": true
|
|
4739
|
+
},
|
|
4740
|
+
"@types/react-dom": {
|
|
4741
|
+
"optional": true
|
|
4742
|
+
}
|
|
4743
|
+
}
|
|
4744
|
+
},
|
|
4745
|
+
"node_modules/@radix-ui/react-roving-focus": {
|
|
4746
|
+
"version": "1.1.11",
|
|
4747
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-roving-focus/-/react-roving-focus-1.1.11.tgz",
|
|
4748
|
+
"integrity": "sha512-7A6S9jSgm/S+7MdtNDSb+IU859vQqJ/QAtcYQcfFC6W8RS4IxIZDldLR0xqCFZ6DCyrQLjLPsxtTNch5jVA4lA==",
|
|
4749
|
+
"license": "MIT",
|
|
4750
|
+
"dependencies": {
|
|
4751
|
+
"@radix-ui/primitive": "1.1.3",
|
|
4752
|
+
"@radix-ui/react-collection": "1.1.7",
|
|
4753
|
+
"@radix-ui/react-compose-refs": "1.1.2",
|
|
4754
|
+
"@radix-ui/react-context": "1.1.2",
|
|
4755
|
+
"@radix-ui/react-direction": "1.1.1",
|
|
4756
|
+
"@radix-ui/react-id": "1.1.1",
|
|
4757
|
+
"@radix-ui/react-primitive": "2.1.3",
|
|
4758
|
+
"@radix-ui/react-use-callback-ref": "1.1.1",
|
|
4759
|
+
"@radix-ui/react-use-controllable-state": "1.2.2"
|
|
4112
4760
|
},
|
|
4113
4761
|
"peerDependencies": {
|
|
4114
4762
|
"@types/react": "*",
|
|
4115
|
-
"react": "
|
|
4763
|
+
"@types/react-dom": "*",
|
|
4764
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
4765
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
4116
4766
|
},
|
|
4117
4767
|
"peerDependenciesMeta": {
|
|
4118
4768
|
"@types/react": {
|
|
4119
4769
|
"optional": true
|
|
4770
|
+
},
|
|
4771
|
+
"@types/react-dom": {
|
|
4772
|
+
"optional": true
|
|
4120
4773
|
}
|
|
4121
4774
|
}
|
|
4122
4775
|
},
|
|
4123
|
-
"node_modules/@radix-ui/react-
|
|
4124
|
-
"version": "1.
|
|
4125
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-
|
|
4126
|
-
"integrity": "sha512-
|
|
4776
|
+
"node_modules/@radix-ui/react-scroll-area": {
|
|
4777
|
+
"version": "1.2.10",
|
|
4778
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-scroll-area/-/react-scroll-area-1.2.10.tgz",
|
|
4779
|
+
"integrity": "sha512-tAXIa1g3sM5CGpVT0uIbUx/U3Gs5N8T52IICuCtObaos1S8fzsrPXG5WObkQN3S6NVl6wKgPhAIiBGbWnvc97A==",
|
|
4127
4780
|
"license": "MIT",
|
|
4128
4781
|
"dependencies": {
|
|
4782
|
+
"@radix-ui/number": "1.1.1",
|
|
4783
|
+
"@radix-ui/primitive": "1.1.3",
|
|
4784
|
+
"@radix-ui/react-compose-refs": "1.1.2",
|
|
4785
|
+
"@radix-ui/react-context": "1.1.2",
|
|
4786
|
+
"@radix-ui/react-direction": "1.1.1",
|
|
4787
|
+
"@radix-ui/react-presence": "1.1.5",
|
|
4788
|
+
"@radix-ui/react-primitive": "2.1.3",
|
|
4789
|
+
"@radix-ui/react-use-callback-ref": "1.1.1",
|
|
4129
4790
|
"@radix-ui/react-use-layout-effect": "1.1.1"
|
|
4130
4791
|
},
|
|
4131
4792
|
"peerDependencies": {
|
|
4132
4793
|
"@types/react": "*",
|
|
4133
|
-
"react": "
|
|
4794
|
+
"@types/react-dom": "*",
|
|
4795
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
4796
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
4134
4797
|
},
|
|
4135
4798
|
"peerDependenciesMeta": {
|
|
4136
4799
|
"@types/react": {
|
|
4137
4800
|
"optional": true
|
|
4801
|
+
},
|
|
4802
|
+
"@types/react-dom": {
|
|
4803
|
+
"optional": true
|
|
4138
4804
|
}
|
|
4139
4805
|
}
|
|
4140
4806
|
},
|
|
4141
|
-
"node_modules/@radix-ui/react-
|
|
4142
|
-
"version": "2.
|
|
4143
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-
|
|
4144
|
-
"integrity": "sha512-
|
|
4807
|
+
"node_modules/@radix-ui/react-select": {
|
|
4808
|
+
"version": "2.2.6",
|
|
4809
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-select/-/react-select-2.2.6.tgz",
|
|
4810
|
+
"integrity": "sha512-I30RydO+bnn2PQztvo25tswPH+wFBjehVGtmagkU78yMdwTwVf12wnAOF+AeP8S2N8xD+5UPbGhkUfPyvT+mwQ==",
|
|
4145
4811
|
"license": "MIT",
|
|
4146
4812
|
"dependencies": {
|
|
4147
|
-
"@radix-ui/
|
|
4813
|
+
"@radix-ui/number": "1.1.1",
|
|
4814
|
+
"@radix-ui/primitive": "1.1.3",
|
|
4815
|
+
"@radix-ui/react-collection": "1.1.7",
|
|
4816
|
+
"@radix-ui/react-compose-refs": "1.1.2",
|
|
4817
|
+
"@radix-ui/react-context": "1.1.2",
|
|
4818
|
+
"@radix-ui/react-direction": "1.1.1",
|
|
4819
|
+
"@radix-ui/react-dismissable-layer": "1.1.11",
|
|
4820
|
+
"@radix-ui/react-focus-guards": "1.1.3",
|
|
4821
|
+
"@radix-ui/react-focus-scope": "1.1.7",
|
|
4822
|
+
"@radix-ui/react-id": "1.1.1",
|
|
4823
|
+
"@radix-ui/react-popper": "1.2.8",
|
|
4824
|
+
"@radix-ui/react-portal": "1.1.9",
|
|
4825
|
+
"@radix-ui/react-primitive": "2.1.3",
|
|
4826
|
+
"@radix-ui/react-slot": "1.2.3",
|
|
4827
|
+
"@radix-ui/react-use-callback-ref": "1.1.1",
|
|
4828
|
+
"@radix-ui/react-use-controllable-state": "1.2.2",
|
|
4829
|
+
"@radix-ui/react-use-layout-effect": "1.1.1",
|
|
4830
|
+
"@radix-ui/react-use-previous": "1.1.1",
|
|
4831
|
+
"@radix-ui/react-visually-hidden": "1.2.3",
|
|
4832
|
+
"aria-hidden": "^1.2.4",
|
|
4833
|
+
"react-remove-scroll": "^2.6.3"
|
|
4148
4834
|
},
|
|
4149
4835
|
"peerDependencies": {
|
|
4150
4836
|
"@types/react": "*",
|
|
@@ -4161,22 +4847,13 @@
|
|
|
4161
4847
|
}
|
|
4162
4848
|
}
|
|
4163
4849
|
},
|
|
4164
|
-
"node_modules/@radix-ui/react-
|
|
4165
|
-
"version": "1.
|
|
4166
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-
|
|
4167
|
-
"integrity": "sha512-
|
|
4850
|
+
"node_modules/@radix-ui/react-separator": {
|
|
4851
|
+
"version": "1.1.7",
|
|
4852
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-separator/-/react-separator-1.1.7.tgz",
|
|
4853
|
+
"integrity": "sha512-0HEb8R9E8A+jZjvmFCy/J4xhbXy3TV+9XSnGJ3KvTtjlIUy/YQ/p6UYZvi7YbeoeXdyU9+Y3scizK6hkY37baA==",
|
|
4168
4854
|
"license": "MIT",
|
|
4169
4855
|
"dependencies": {
|
|
4170
|
-
"@
|
|
4171
|
-
"@radix-ui/react-arrow": "1.1.7",
|
|
4172
|
-
"@radix-ui/react-compose-refs": "1.1.2",
|
|
4173
|
-
"@radix-ui/react-context": "1.1.2",
|
|
4174
|
-
"@radix-ui/react-primitive": "2.1.3",
|
|
4175
|
-
"@radix-ui/react-use-callback-ref": "1.1.1",
|
|
4176
|
-
"@radix-ui/react-use-layout-effect": "1.1.1",
|
|
4177
|
-
"@radix-ui/react-use-rect": "1.1.1",
|
|
4178
|
-
"@radix-ui/react-use-size": "1.1.1",
|
|
4179
|
-
"@radix-ui/rect": "1.1.1"
|
|
4856
|
+
"@radix-ui/react-primitive": "2.1.3"
|
|
4180
4857
|
},
|
|
4181
4858
|
"peerDependencies": {
|
|
4182
4859
|
"@types/react": "*",
|
|
@@ -4193,13 +4870,23 @@
|
|
|
4193
4870
|
}
|
|
4194
4871
|
}
|
|
4195
4872
|
},
|
|
4196
|
-
"node_modules/@radix-ui/react-
|
|
4197
|
-
"version": "
|
|
4198
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-
|
|
4199
|
-
"integrity": "sha512-
|
|
4873
|
+
"node_modules/@radix-ui/react-slider": {
|
|
4874
|
+
"version": "1.3.6",
|
|
4875
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-slider/-/react-slider-1.3.6.tgz",
|
|
4876
|
+
"integrity": "sha512-JPYb1GuM1bxfjMRlNLE+BcmBC8onfCi60Blk7OBqi2MLTFdS+8401U4uFjnwkOr49BLmXxLC6JHkvAsx5OJvHw==",
|
|
4200
4877
|
"license": "MIT",
|
|
4201
4878
|
"dependencies": {
|
|
4202
|
-
"@radix-ui/
|
|
4879
|
+
"@radix-ui/number": "1.1.1",
|
|
4880
|
+
"@radix-ui/primitive": "1.1.3",
|
|
4881
|
+
"@radix-ui/react-collection": "1.1.7",
|
|
4882
|
+
"@radix-ui/react-compose-refs": "1.1.2",
|
|
4883
|
+
"@radix-ui/react-context": "1.1.2",
|
|
4884
|
+
"@radix-ui/react-direction": "1.1.1",
|
|
4885
|
+
"@radix-ui/react-primitive": "2.1.3",
|
|
4886
|
+
"@radix-ui/react-use-controllable-state": "1.2.2",
|
|
4887
|
+
"@radix-ui/react-use-layout-effect": "1.1.1",
|
|
4888
|
+
"@radix-ui/react-use-previous": "1.1.1",
|
|
4889
|
+
"@radix-ui/react-use-size": "1.1.1"
|
|
4203
4890
|
},
|
|
4204
4891
|
"peerDependencies": {
|
|
4205
4892
|
"@types/react": "*",
|
|
@@ -4216,7 +4903,7 @@
|
|
|
4216
4903
|
}
|
|
4217
4904
|
}
|
|
4218
4905
|
},
|
|
4219
|
-
"node_modules/@radix-ui/react-
|
|
4906
|
+
"node_modules/@radix-ui/react-slot": {
|
|
4220
4907
|
"version": "1.2.3",
|
|
4221
4908
|
"resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.2.3.tgz",
|
|
4222
4909
|
"integrity": "sha512-aeNmHnBxbi2St0au6VBVC7JXFlhLlOnvIIlePNniyUNAClzmtAUEY8/pBiK3iHjufOlwA+c20/8jngo7xcrg8A==",
|
|
@@ -4234,14 +4921,19 @@
|
|
|
4234
4921
|
}
|
|
4235
4922
|
}
|
|
4236
4923
|
},
|
|
4237
|
-
"node_modules/@radix-ui/react-
|
|
4238
|
-
"version": "1.
|
|
4239
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-
|
|
4240
|
-
"integrity": "sha512-
|
|
4924
|
+
"node_modules/@radix-ui/react-switch": {
|
|
4925
|
+
"version": "1.2.6",
|
|
4926
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-switch/-/react-switch-1.2.6.tgz",
|
|
4927
|
+
"integrity": "sha512-bByzr1+ep1zk4VubeEVViV592vu2lHE2BZY5OnzehZqOOgogN80+mNtCqPkhn2gklJqOpxWgPoYTSnhBCqpOXQ==",
|
|
4241
4928
|
"license": "MIT",
|
|
4242
4929
|
"dependencies": {
|
|
4930
|
+
"@radix-ui/primitive": "1.1.3",
|
|
4931
|
+
"@radix-ui/react-compose-refs": "1.1.2",
|
|
4932
|
+
"@radix-ui/react-context": "1.1.2",
|
|
4243
4933
|
"@radix-ui/react-primitive": "2.1.3",
|
|
4244
|
-
"@radix-ui/react-use-
|
|
4934
|
+
"@radix-ui/react-use-controllable-state": "1.2.2",
|
|
4935
|
+
"@radix-ui/react-use-previous": "1.1.1",
|
|
4936
|
+
"@radix-ui/react-use-size": "1.1.1"
|
|
4245
4937
|
},
|
|
4246
4938
|
"peerDependencies": {
|
|
4247
4939
|
"@types/react": "*",
|
|
@@ -4258,13 +4950,20 @@
|
|
|
4258
4950
|
}
|
|
4259
4951
|
}
|
|
4260
4952
|
},
|
|
4261
|
-
"node_modules/@radix-ui/react-
|
|
4262
|
-
"version": "
|
|
4263
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-
|
|
4264
|
-
"integrity": "sha512-
|
|
4953
|
+
"node_modules/@radix-ui/react-tabs": {
|
|
4954
|
+
"version": "1.1.13",
|
|
4955
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-tabs/-/react-tabs-1.1.13.tgz",
|
|
4956
|
+
"integrity": "sha512-7xdcatg7/U+7+Udyoj2zodtI9H/IIopqo+YOIcZOq1nJwXWBZ9p8xiu5llXlekDbZkca79a/fozEYQXIA4sW6A==",
|
|
4265
4957
|
"license": "MIT",
|
|
4266
4958
|
"dependencies": {
|
|
4267
|
-
"@radix-ui/
|
|
4959
|
+
"@radix-ui/primitive": "1.1.3",
|
|
4960
|
+
"@radix-ui/react-context": "1.1.2",
|
|
4961
|
+
"@radix-ui/react-direction": "1.1.1",
|
|
4962
|
+
"@radix-ui/react-id": "1.1.1",
|
|
4963
|
+
"@radix-ui/react-presence": "1.1.5",
|
|
4964
|
+
"@radix-ui/react-primitive": "2.1.3",
|
|
4965
|
+
"@radix-ui/react-roving-focus": "1.1.11",
|
|
4966
|
+
"@radix-ui/react-use-controllable-state": "1.2.2"
|
|
4268
4967
|
},
|
|
4269
4968
|
"peerDependencies": {
|
|
4270
4969
|
"@types/react": "*",
|
|
@@ -4281,31 +4980,49 @@
|
|
|
4281
4980
|
}
|
|
4282
4981
|
}
|
|
4283
4982
|
},
|
|
4284
|
-
"node_modules/@radix-ui/react-
|
|
4285
|
-
"version": "1.2.
|
|
4286
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-
|
|
4287
|
-
"integrity": "sha512-
|
|
4983
|
+
"node_modules/@radix-ui/react-toast": {
|
|
4984
|
+
"version": "1.2.15",
|
|
4985
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-toast/-/react-toast-1.2.15.tgz",
|
|
4986
|
+
"integrity": "sha512-3OSz3TacUWy4WtOXV38DggwxoqJK4+eDkNMl5Z/MJZaoUPaP4/9lf81xXMe1I2ReTAptverZUpbPY4wWwWyL5g==",
|
|
4288
4987
|
"license": "MIT",
|
|
4289
4988
|
"dependencies": {
|
|
4290
|
-
"@radix-ui/
|
|
4989
|
+
"@radix-ui/primitive": "1.1.3",
|
|
4990
|
+
"@radix-ui/react-collection": "1.1.7",
|
|
4991
|
+
"@radix-ui/react-compose-refs": "1.1.2",
|
|
4992
|
+
"@radix-ui/react-context": "1.1.2",
|
|
4993
|
+
"@radix-ui/react-dismissable-layer": "1.1.11",
|
|
4994
|
+
"@radix-ui/react-portal": "1.1.9",
|
|
4995
|
+
"@radix-ui/react-presence": "1.1.5",
|
|
4996
|
+
"@radix-ui/react-primitive": "2.1.3",
|
|
4997
|
+
"@radix-ui/react-use-callback-ref": "1.1.1",
|
|
4998
|
+
"@radix-ui/react-use-controllable-state": "1.2.2",
|
|
4999
|
+
"@radix-ui/react-use-layout-effect": "1.1.1",
|
|
5000
|
+
"@radix-ui/react-visually-hidden": "1.2.3"
|
|
4291
5001
|
},
|
|
4292
5002
|
"peerDependencies": {
|
|
4293
5003
|
"@types/react": "*",
|
|
4294
|
-
"react": "
|
|
5004
|
+
"@types/react-dom": "*",
|
|
5005
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
5006
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
4295
5007
|
},
|
|
4296
5008
|
"peerDependenciesMeta": {
|
|
4297
5009
|
"@types/react": {
|
|
4298
5010
|
"optional": true
|
|
5011
|
+
},
|
|
5012
|
+
"@types/react-dom": {
|
|
5013
|
+
"optional": true
|
|
4299
5014
|
}
|
|
4300
5015
|
}
|
|
4301
5016
|
},
|
|
4302
|
-
"node_modules/@radix-ui/react-
|
|
4303
|
-
"version": "
|
|
4304
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-
|
|
4305
|
-
"integrity": "sha512-
|
|
5017
|
+
"node_modules/@radix-ui/react-toggle": {
|
|
5018
|
+
"version": "1.1.10",
|
|
5019
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-toggle/-/react-toggle-1.1.10.tgz",
|
|
5020
|
+
"integrity": "sha512-lS1odchhFTeZv3xwHH31YPObmJn8gOg7Lq12inrr0+BH/l3Tsq32VfjqH1oh80ARM3mlkfMic15n0kg4sD1poQ==",
|
|
4306
5021
|
"license": "MIT",
|
|
4307
5022
|
"dependencies": {
|
|
4308
|
-
"@radix-ui/
|
|
5023
|
+
"@radix-ui/primitive": "1.1.3",
|
|
5024
|
+
"@radix-ui/react-primitive": "2.1.3",
|
|
5025
|
+
"@radix-ui/react-use-controllable-state": "1.2.2"
|
|
4309
5026
|
},
|
|
4310
5027
|
"peerDependencies": {
|
|
4311
5028
|
"@types/react": "*",
|
|
@@ -4322,33 +5039,19 @@
|
|
|
4322
5039
|
}
|
|
4323
5040
|
}
|
|
4324
5041
|
},
|
|
4325
|
-
"node_modules/@radix-ui/react-
|
|
4326
|
-
"version": "
|
|
4327
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-
|
|
4328
|
-
"integrity": "sha512-
|
|
5042
|
+
"node_modules/@radix-ui/react-toggle-group": {
|
|
5043
|
+
"version": "1.1.11",
|
|
5044
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-toggle-group/-/react-toggle-group-1.1.11.tgz",
|
|
5045
|
+
"integrity": "sha512-5umnS0T8JQzQT6HbPyO7Hh9dgd82NmS36DQr+X/YJ9ctFNCiiQd6IJAYYZ33LUwm8M+taCz5t2ui29fHZc4Y6Q==",
|
|
4329
5046
|
"license": "MIT",
|
|
4330
5047
|
"dependencies": {
|
|
4331
|
-
"@radix-ui/number": "1.1.1",
|
|
4332
5048
|
"@radix-ui/primitive": "1.1.3",
|
|
4333
|
-
"@radix-ui/react-collection": "1.1.7",
|
|
4334
|
-
"@radix-ui/react-compose-refs": "1.1.2",
|
|
4335
5049
|
"@radix-ui/react-context": "1.1.2",
|
|
4336
5050
|
"@radix-ui/react-direction": "1.1.1",
|
|
4337
|
-
"@radix-ui/react-dismissable-layer": "1.1.11",
|
|
4338
|
-
"@radix-ui/react-focus-guards": "1.1.3",
|
|
4339
|
-
"@radix-ui/react-focus-scope": "1.1.7",
|
|
4340
|
-
"@radix-ui/react-id": "1.1.1",
|
|
4341
|
-
"@radix-ui/react-popper": "1.2.8",
|
|
4342
|
-
"@radix-ui/react-portal": "1.1.9",
|
|
4343
5051
|
"@radix-ui/react-primitive": "2.1.3",
|
|
4344
|
-
"@radix-ui/react-
|
|
4345
|
-
"@radix-ui/react-
|
|
4346
|
-
"@radix-ui/react-use-controllable-state": "1.2.2"
|
|
4347
|
-
"@radix-ui/react-use-layout-effect": "1.1.1",
|
|
4348
|
-
"@radix-ui/react-use-previous": "1.1.1",
|
|
4349
|
-
"@radix-ui/react-visually-hidden": "1.2.3",
|
|
4350
|
-
"aria-hidden": "^1.2.4",
|
|
4351
|
-
"react-remove-scroll": "^2.6.3"
|
|
5052
|
+
"@radix-ui/react-roving-focus": "1.1.11",
|
|
5053
|
+
"@radix-ui/react-toggle": "1.1.10",
|
|
5054
|
+
"@radix-ui/react-use-controllable-state": "1.2.2"
|
|
4352
5055
|
},
|
|
4353
5056
|
"peerDependencies": {
|
|
4354
5057
|
"@types/react": "*",
|
|
@@ -4365,13 +5068,19 @@
|
|
|
4365
5068
|
}
|
|
4366
5069
|
}
|
|
4367
5070
|
},
|
|
4368
|
-
"node_modules/@radix-ui/react-
|
|
4369
|
-
"version": "
|
|
4370
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-
|
|
4371
|
-
"integrity": "sha512-
|
|
5071
|
+
"node_modules/@radix-ui/react-toolbar": {
|
|
5072
|
+
"version": "1.1.11",
|
|
5073
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-toolbar/-/react-toolbar-1.1.11.tgz",
|
|
5074
|
+
"integrity": "sha512-4ol06/1bLoFu1nwUqzdD4Y5RZ9oDdKeiHIsntug54Hcr1pgaHiPqHFEaXI1IFP/EsOfROQZ8Mig9VTIRza6Tjg==",
|
|
4372
5075
|
"license": "MIT",
|
|
4373
5076
|
"dependencies": {
|
|
4374
|
-
"@radix-ui/
|
|
5077
|
+
"@radix-ui/primitive": "1.1.3",
|
|
5078
|
+
"@radix-ui/react-context": "1.1.2",
|
|
5079
|
+
"@radix-ui/react-direction": "1.1.1",
|
|
5080
|
+
"@radix-ui/react-primitive": "2.1.3",
|
|
5081
|
+
"@radix-ui/react-roving-focus": "1.1.11",
|
|
5082
|
+
"@radix-ui/react-separator": "1.1.7",
|
|
5083
|
+
"@radix-ui/react-toggle-group": "1.1.11"
|
|
4375
5084
|
},
|
|
4376
5085
|
"peerDependencies": {
|
|
4377
5086
|
"@types/react": "*",
|
|
@@ -4388,38 +5097,36 @@
|
|
|
4388
5097
|
}
|
|
4389
5098
|
}
|
|
4390
5099
|
},
|
|
4391
|
-
"node_modules/@radix-ui/react-
|
|
4392
|
-
"version": "1.2.
|
|
4393
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-
|
|
4394
|
-
"integrity": "sha512-
|
|
5100
|
+
"node_modules/@radix-ui/react-tooltip": {
|
|
5101
|
+
"version": "1.2.8",
|
|
5102
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-tooltip/-/react-tooltip-1.2.8.tgz",
|
|
5103
|
+
"integrity": "sha512-tY7sVt1yL9ozIxvmbtN5qtmH2krXcBCfjEiCgKGLqunJHvgvZG2Pcl2oQ3kbcZARb1BGEHdkLzcYGO8ynVlieg==",
|
|
4395
5104
|
"license": "MIT",
|
|
4396
5105
|
"dependencies": {
|
|
4397
|
-
"@radix-ui/
|
|
5106
|
+
"@radix-ui/primitive": "1.1.3",
|
|
5107
|
+
"@radix-ui/react-compose-refs": "1.1.2",
|
|
5108
|
+
"@radix-ui/react-context": "1.1.2",
|
|
5109
|
+
"@radix-ui/react-dismissable-layer": "1.1.11",
|
|
5110
|
+
"@radix-ui/react-id": "1.1.1",
|
|
5111
|
+
"@radix-ui/react-popper": "1.2.8",
|
|
5112
|
+
"@radix-ui/react-portal": "1.1.9",
|
|
5113
|
+
"@radix-ui/react-presence": "1.1.5",
|
|
5114
|
+
"@radix-ui/react-primitive": "2.1.3",
|
|
5115
|
+
"@radix-ui/react-slot": "1.2.3",
|
|
5116
|
+
"@radix-ui/react-use-controllable-state": "1.2.2",
|
|
5117
|
+
"@radix-ui/react-visually-hidden": "1.2.3"
|
|
4398
5118
|
},
|
|
4399
5119
|
"peerDependencies": {
|
|
4400
5120
|
"@types/react": "*",
|
|
4401
|
-
"react": "
|
|
5121
|
+
"@types/react-dom": "*",
|
|
5122
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
5123
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
4402
5124
|
},
|
|
4403
5125
|
"peerDependenciesMeta": {
|
|
4404
5126
|
"@types/react": {
|
|
4405
5127
|
"optional": true
|
|
4406
|
-
}
|
|
4407
|
-
|
|
4408
|
-
},
|
|
4409
|
-
"node_modules/@radix-ui/react-slot": {
|
|
4410
|
-
"version": "1.2.4",
|
|
4411
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.2.4.tgz",
|
|
4412
|
-
"integrity": "sha512-Jl+bCv8HxKnlTLVrcDE8zTMJ09R9/ukw4qBs/oZClOfoQk/cOTbDn+NceXfV7j09YPVQUryJPHurafcSg6EVKA==",
|
|
4413
|
-
"license": "MIT",
|
|
4414
|
-
"dependencies": {
|
|
4415
|
-
"@radix-ui/react-compose-refs": "1.1.2"
|
|
4416
|
-
},
|
|
4417
|
-
"peerDependencies": {
|
|
4418
|
-
"@types/react": "*",
|
|
4419
|
-
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
4420
|
-
},
|
|
4421
|
-
"peerDependenciesMeta": {
|
|
4422
|
-
"@types/react": {
|
|
5128
|
+
},
|
|
5129
|
+
"@types/react-dom": {
|
|
4423
5130
|
"optional": true
|
|
4424
5131
|
}
|
|
4425
5132
|
}
|
|
@@ -4494,11 +5201,14 @@
|
|
|
4494
5201
|
}
|
|
4495
5202
|
}
|
|
4496
5203
|
},
|
|
4497
|
-
"node_modules/@radix-ui/react-use-
|
|
4498
|
-
"version": "
|
|
4499
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-use-
|
|
4500
|
-
"integrity": "sha512-
|
|
5204
|
+
"node_modules/@radix-ui/react-use-is-hydrated": {
|
|
5205
|
+
"version": "0.1.0",
|
|
5206
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-use-is-hydrated/-/react-use-is-hydrated-0.1.0.tgz",
|
|
5207
|
+
"integrity": "sha512-U+UORVEq+cTnRIaostJv9AGdV3G6Y+zbVd+12e18jQ5A3c0xL03IhnHuiU4UV69wolOQp5GfR58NW/EgdQhwOA==",
|
|
4501
5208
|
"license": "MIT",
|
|
5209
|
+
"dependencies": {
|
|
5210
|
+
"use-sync-external-store": "^1.5.0"
|
|
5211
|
+
},
|
|
4502
5212
|
"peerDependencies": {
|
|
4503
5213
|
"@types/react": "*",
|
|
4504
5214
|
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
@@ -4509,10 +5219,10 @@
|
|
|
4509
5219
|
}
|
|
4510
5220
|
}
|
|
4511
5221
|
},
|
|
4512
|
-
"node_modules/@radix-ui/react-use-
|
|
5222
|
+
"node_modules/@radix-ui/react-use-layout-effect": {
|
|
4513
5223
|
"version": "1.1.1",
|
|
4514
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-use-
|
|
4515
|
-
"integrity": "sha512-
|
|
5224
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-use-layout-effect/-/react-use-layout-effect-1.1.1.tgz",
|
|
5225
|
+
"integrity": "sha512-RbJRS4UWQFkzHTTwVymMTUv8EqYhOp8dOOviLj2ugtTiXRaRQS7GLGxZTLL1jWhMeoSCf5zmcZkqTl9IiYfXcQ==",
|
|
4516
5226
|
"license": "MIT",
|
|
4517
5227
|
"peerDependencies": {
|
|
4518
5228
|
"@types/react": "*",
|
|
@@ -4524,14 +5234,11 @@
|
|
|
4524
5234
|
}
|
|
4525
5235
|
}
|
|
4526
5236
|
},
|
|
4527
|
-
"node_modules/@radix-ui/react-use-
|
|
5237
|
+
"node_modules/@radix-ui/react-use-previous": {
|
|
4528
5238
|
"version": "1.1.1",
|
|
4529
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-use-
|
|
4530
|
-
"integrity": "sha512-
|
|
5239
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-use-previous/-/react-use-previous-1.1.1.tgz",
|
|
5240
|
+
"integrity": "sha512-2dHfToCj/pzca2Ck724OZ5L0EVrr3eHRNsG/b3xQJLA2hZpVCS99bLAX+hm1IHXDEnzU6by5z/5MIY794/a8NQ==",
|
|
4531
5241
|
"license": "MIT",
|
|
4532
|
-
"dependencies": {
|
|
4533
|
-
"@radix-ui/rect": "1.1.1"
|
|
4534
|
-
},
|
|
4535
5242
|
"peerDependencies": {
|
|
4536
5243
|
"@types/react": "*",
|
|
4537
5244
|
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
@@ -4542,85 +5249,62 @@
|
|
|
4542
5249
|
}
|
|
4543
5250
|
}
|
|
4544
5251
|
},
|
|
4545
|
-
"node_modules/@radix-ui/react-use-
|
|
5252
|
+
"node_modules/@radix-ui/react-use-rect": {
|
|
4546
5253
|
"version": "1.1.1",
|
|
4547
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-use-
|
|
4548
|
-
"integrity": "sha512-
|
|
5254
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-use-rect/-/react-use-rect-1.1.1.tgz",
|
|
5255
|
+
"integrity": "sha512-QTYuDesS0VtuHNNvMh+CjlKJ4LJickCMUAqjlE3+j8w+RlRpwyX3apEQKGFzbZGdo7XNG1tXa+bQqIE7HIXT2w==",
|
|
4549
5256
|
"license": "MIT",
|
|
4550
5257
|
"dependencies": {
|
|
4551
|
-
"@radix-ui/
|
|
5258
|
+
"@radix-ui/rect": "1.1.1"
|
|
4552
5259
|
},
|
|
4553
5260
|
"peerDependencies": {
|
|
4554
5261
|
"@types/react": "*",
|
|
4555
5262
|
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
4556
5263
|
},
|
|
4557
|
-
"peerDependenciesMeta": {
|
|
4558
|
-
"@types/react": {
|
|
4559
|
-
"optional": true
|
|
4560
|
-
}
|
|
4561
|
-
}
|
|
4562
|
-
},
|
|
4563
|
-
"node_modules/@radix-ui/react-visually-hidden": {
|
|
4564
|
-
"version": "1.2.3",
|
|
4565
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-visually-hidden/-/react-visually-hidden-1.2.3.tgz",
|
|
4566
|
-
"integrity": "sha512-pzJq12tEaaIhqjbzpCuv/OypJY/BPavOofm+dbab+MHLajy277+1lLm6JFcGgF5eskJ6mquGirhXY2GD/8u8Ug==",
|
|
4567
|
-
"license": "MIT",
|
|
4568
|
-
"dependencies": {
|
|
4569
|
-
"@radix-ui/react-primitive": "2.1.3"
|
|
4570
|
-
},
|
|
4571
|
-
"peerDependencies": {
|
|
4572
|
-
"@types/react": "*",
|
|
4573
|
-
"@types/react-dom": "*",
|
|
4574
|
-
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
4575
|
-
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
4576
|
-
},
|
|
4577
|
-
"peerDependenciesMeta": {
|
|
4578
|
-
"@types/react": {
|
|
4579
|
-
"optional": true
|
|
4580
|
-
},
|
|
4581
|
-
"@types/react-dom": {
|
|
5264
|
+
"peerDependenciesMeta": {
|
|
5265
|
+
"@types/react": {
|
|
4582
5266
|
"optional": true
|
|
4583
5267
|
}
|
|
4584
5268
|
}
|
|
4585
5269
|
},
|
|
4586
|
-
"node_modules/@radix-ui/react-
|
|
4587
|
-
"version": "
|
|
4588
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-
|
|
4589
|
-
"integrity": "sha512-
|
|
5270
|
+
"node_modules/@radix-ui/react-use-size": {
|
|
5271
|
+
"version": "1.1.1",
|
|
5272
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-use-size/-/react-use-size-1.1.1.tgz",
|
|
5273
|
+
"integrity": "sha512-ewrXRDTAqAXlkl6t/fkXWNAhFX9I+CkKlw6zjEwk86RSPKwZr3xpBRso655aqYafwtnbpHLj6toFzmd6xdVptQ==",
|
|
4590
5274
|
"license": "MIT",
|
|
4591
5275
|
"dependencies": {
|
|
4592
|
-
"@radix-ui/react-
|
|
5276
|
+
"@radix-ui/react-use-layout-effect": "1.1.1"
|
|
4593
5277
|
},
|
|
4594
5278
|
"peerDependencies": {
|
|
4595
5279
|
"@types/react": "*",
|
|
4596
|
-
"
|
|
4597
|
-
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
4598
|
-
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
5280
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
4599
5281
|
},
|
|
4600
5282
|
"peerDependenciesMeta": {
|
|
4601
5283
|
"@types/react": {
|
|
4602
5284
|
"optional": true
|
|
4603
|
-
},
|
|
4604
|
-
"@types/react-dom": {
|
|
4605
|
-
"optional": true
|
|
4606
5285
|
}
|
|
4607
5286
|
}
|
|
4608
5287
|
},
|
|
4609
|
-
"node_modules/@radix-ui/react-visually-hidden
|
|
5288
|
+
"node_modules/@radix-ui/react-visually-hidden": {
|
|
4610
5289
|
"version": "1.2.3",
|
|
4611
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-
|
|
4612
|
-
"integrity": "sha512-
|
|
5290
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-visually-hidden/-/react-visually-hidden-1.2.3.tgz",
|
|
5291
|
+
"integrity": "sha512-pzJq12tEaaIhqjbzpCuv/OypJY/BPavOofm+dbab+MHLajy277+1lLm6JFcGgF5eskJ6mquGirhXY2GD/8u8Ug==",
|
|
4613
5292
|
"license": "MIT",
|
|
4614
5293
|
"dependencies": {
|
|
4615
|
-
"@radix-ui/react-
|
|
5294
|
+
"@radix-ui/react-primitive": "2.1.3"
|
|
4616
5295
|
},
|
|
4617
5296
|
"peerDependencies": {
|
|
4618
5297
|
"@types/react": "*",
|
|
4619
|
-
"react": "
|
|
5298
|
+
"@types/react-dom": "*",
|
|
5299
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
5300
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
4620
5301
|
},
|
|
4621
5302
|
"peerDependenciesMeta": {
|
|
4622
5303
|
"@types/react": {
|
|
4623
5304
|
"optional": true
|
|
5305
|
+
},
|
|
5306
|
+
"@types/react-dom": {
|
|
5307
|
+
"optional": true
|
|
4624
5308
|
}
|
|
4625
5309
|
}
|
|
4626
5310
|
},
|
|
@@ -7312,27 +7996,6 @@
|
|
|
7312
7996
|
"dev": true,
|
|
7313
7997
|
"license": "MIT"
|
|
7314
7998
|
},
|
|
7315
|
-
"node_modules/compression/node_modules/safe-buffer": {
|
|
7316
|
-
"version": "5.2.1",
|
|
7317
|
-
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
|
|
7318
|
-
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
|
|
7319
|
-
"dev": true,
|
|
7320
|
-
"funding": [
|
|
7321
|
-
{
|
|
7322
|
-
"type": "github",
|
|
7323
|
-
"url": "https://github.com/sponsors/feross"
|
|
7324
|
-
},
|
|
7325
|
-
{
|
|
7326
|
-
"type": "patreon",
|
|
7327
|
-
"url": "https://www.patreon.com/feross"
|
|
7328
|
-
},
|
|
7329
|
-
{
|
|
7330
|
-
"type": "consulting",
|
|
7331
|
-
"url": "https://feross.org/support"
|
|
7332
|
-
}
|
|
7333
|
-
],
|
|
7334
|
-
"license": "MIT"
|
|
7335
|
-
},
|
|
7336
7999
|
"node_modules/concat-map": {
|
|
7337
8000
|
"version": "0.0.1",
|
|
7338
8001
|
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
|
|
@@ -9366,6 +10029,13 @@
|
|
|
9366
10029
|
"node": ">= 0.6.0"
|
|
9367
10030
|
}
|
|
9368
10031
|
},
|
|
10032
|
+
"node_modules/graphql-codegen-typescript-operation-types/node_modules/tslib": {
|
|
10033
|
+
"version": "2.6.3",
|
|
10034
|
+
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz",
|
|
10035
|
+
"integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==",
|
|
10036
|
+
"dev": true,
|
|
10037
|
+
"license": "0BSD"
|
|
10038
|
+
},
|
|
9369
10039
|
"node_modules/graphql-config": {
|
|
9370
10040
|
"version": "5.1.5",
|
|
9371
10041
|
"resolved": "https://registry.npmjs.org/graphql-config/-/graphql-config-5.1.5.tgz",
|
|
@@ -9684,13 +10354,6 @@
|
|
|
9684
10354
|
"node": ">=18"
|
|
9685
10355
|
}
|
|
9686
10356
|
},
|
|
9687
|
-
"node_modules/graphql-config/node_modules/tslib": {
|
|
9688
|
-
"version": "2.8.1",
|
|
9689
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
|
9690
|
-
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
|
9691
|
-
"dev": true,
|
|
9692
|
-
"license": "0BSD"
|
|
9693
|
-
},
|
|
9694
10357
|
"node_modules/graphql-depth-limit": {
|
|
9695
10358
|
"version": "1.1.0",
|
|
9696
10359
|
"resolved": "https://registry.npmjs.org/graphql-depth-limit/-/graphql-depth-limit-1.1.0.tgz",
|
|
@@ -10846,6 +11509,39 @@
|
|
|
10846
11509
|
"node": ">= 14"
|
|
10847
11510
|
}
|
|
10848
11511
|
},
|
|
11512
|
+
"node_modules/jsdom/node_modules/tldts": {
|
|
11513
|
+
"version": "6.1.86",
|
|
11514
|
+
"resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.86.tgz",
|
|
11515
|
+
"integrity": "sha512-WMi/OQ2axVTf/ykqCQgXiIct+mSQDFdH2fkwhPwgEwvJ1kSzZRiinb0zF2Xb8u4+OqPChmyI6MEu4EezNJz+FQ==",
|
|
11516
|
+
"dev": true,
|
|
11517
|
+
"license": "MIT",
|
|
11518
|
+
"dependencies": {
|
|
11519
|
+
"tldts-core": "^6.1.86"
|
|
11520
|
+
},
|
|
11521
|
+
"bin": {
|
|
11522
|
+
"tldts": "bin/cli.js"
|
|
11523
|
+
}
|
|
11524
|
+
},
|
|
11525
|
+
"node_modules/jsdom/node_modules/tldts-core": {
|
|
11526
|
+
"version": "6.1.86",
|
|
11527
|
+
"resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.86.tgz",
|
|
11528
|
+
"integrity": "sha512-Je6p7pkk+KMzMv2XXKmAE3McmolOQFdxkKw0R8EYNr7sELW46JqnNeTX8ybPiQgvg1ymCoF8LXs5fzFaZvJPTA==",
|
|
11529
|
+
"dev": true,
|
|
11530
|
+
"license": "MIT"
|
|
11531
|
+
},
|
|
11532
|
+
"node_modules/jsdom/node_modules/tough-cookie": {
|
|
11533
|
+
"version": "5.1.2",
|
|
11534
|
+
"resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-5.1.2.tgz",
|
|
11535
|
+
"integrity": "sha512-FVDYdxtnj0G6Qm/DhNPSb8Ju59ULcup3tuJxkFb5K8Bv2pUXILbf0xZWU8PX8Ov19OXljbUyveOFwRMwkXzO+A==",
|
|
11536
|
+
"dev": true,
|
|
11537
|
+
"license": "BSD-3-Clause",
|
|
11538
|
+
"dependencies": {
|
|
11539
|
+
"tldts": "^6.1.32"
|
|
11540
|
+
},
|
|
11541
|
+
"engines": {
|
|
11542
|
+
"node": ">=16"
|
|
11543
|
+
}
|
|
11544
|
+
},
|
|
10849
11545
|
"node_modules/jsesc": {
|
|
10850
11546
|
"version": "3.1.0",
|
|
10851
11547
|
"resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
|
|
@@ -11713,33 +12409,23 @@
|
|
|
11713
12409
|
"version": "1.52.0",
|
|
11714
12410
|
"resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
|
|
11715
12411
|
"integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
|
|
11716
|
-
"dev": true,
|
|
11717
12412
|
"license": "MIT",
|
|
11718
12413
|
"engines": {
|
|
11719
12414
|
"node": ">= 0.6"
|
|
11720
12415
|
}
|
|
11721
12416
|
},
|
|
11722
12417
|
"node_modules/mime-types": {
|
|
11723
|
-
"version": "2.1.
|
|
11724
|
-
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.
|
|
11725
|
-
"integrity": "sha512-
|
|
12418
|
+
"version": "2.1.35",
|
|
12419
|
+
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
|
|
12420
|
+
"integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
|
|
11726
12421
|
"license": "MIT",
|
|
11727
12422
|
"dependencies": {
|
|
11728
|
-
"mime-db": "
|
|
12423
|
+
"mime-db": "1.52.0"
|
|
11729
12424
|
},
|
|
11730
12425
|
"engines": {
|
|
11731
12426
|
"node": ">= 0.6"
|
|
11732
12427
|
}
|
|
11733
12428
|
},
|
|
11734
|
-
"node_modules/mime-types/node_modules/mime-db": {
|
|
11735
|
-
"version": "1.33.0",
|
|
11736
|
-
"resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.33.0.tgz",
|
|
11737
|
-
"integrity": "sha512-BHJ/EKruNIqJf/QahvxwQZXKygOQ256myeN/Ew+THcAa5q+PjyTTMMeNQC4DZw5AwfvelsUrA6B67NKMqXDbzQ==",
|
|
11738
|
-
"license": "MIT",
|
|
11739
|
-
"engines": {
|
|
11740
|
-
"node": ">= 0.6"
|
|
11741
|
-
}
|
|
11742
|
-
},
|
|
11743
12429
|
"node_modules/mimic-fn": {
|
|
11744
12430
|
"version": "2.1.0",
|
|
11745
12431
|
"resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
|
|
@@ -12509,26 +13195,6 @@
|
|
|
12509
13195
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
12510
13196
|
}
|
|
12511
13197
|
},
|
|
12512
|
-
"node_modules/pino-abstract-transport/node_modules/safe-buffer": {
|
|
12513
|
-
"version": "5.2.1",
|
|
12514
|
-
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
|
|
12515
|
-
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
|
|
12516
|
-
"funding": [
|
|
12517
|
-
{
|
|
12518
|
-
"type": "github",
|
|
12519
|
-
"url": "https://github.com/sponsors/feross"
|
|
12520
|
-
},
|
|
12521
|
-
{
|
|
12522
|
-
"type": "patreon",
|
|
12523
|
-
"url": "https://www.patreon.com/feross"
|
|
12524
|
-
},
|
|
12525
|
-
{
|
|
12526
|
-
"type": "consulting",
|
|
12527
|
-
"url": "https://feross.org/support"
|
|
12528
|
-
}
|
|
12529
|
-
],
|
|
12530
|
-
"license": "MIT"
|
|
12531
|
-
},
|
|
12532
13198
|
"node_modules/pino-abstract-transport/node_modules/string_decoder": {
|
|
12533
13199
|
"version": "1.3.0",
|
|
12534
13200
|
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
|
|
@@ -12588,26 +13254,6 @@
|
|
|
12588
13254
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
12589
13255
|
}
|
|
12590
13256
|
},
|
|
12591
|
-
"node_modules/pino-pretty/node_modules/safe-buffer": {
|
|
12592
|
-
"version": "5.2.1",
|
|
12593
|
-
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
|
|
12594
|
-
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
|
|
12595
|
-
"funding": [
|
|
12596
|
-
{
|
|
12597
|
-
"type": "github",
|
|
12598
|
-
"url": "https://github.com/sponsors/feross"
|
|
12599
|
-
},
|
|
12600
|
-
{
|
|
12601
|
-
"type": "patreon",
|
|
12602
|
-
"url": "https://www.patreon.com/feross"
|
|
12603
|
-
},
|
|
12604
|
-
{
|
|
12605
|
-
"type": "consulting",
|
|
12606
|
-
"url": "https://feross.org/support"
|
|
12607
|
-
}
|
|
12608
|
-
],
|
|
12609
|
-
"license": "MIT"
|
|
12610
|
-
},
|
|
12611
13257
|
"node_modules/pino-pretty/node_modules/string_decoder": {
|
|
12612
13258
|
"version": "1.3.0",
|
|
12613
13259
|
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
|
|
@@ -12870,6 +13516,83 @@
|
|
|
12870
13516
|
"integrity": "sha512-tYC1Q1hgyRuHgloV/YXs2w15unPVh8qfu/qCTfhTYamaw7fyhumKa2yGpdSo87vY32rIclj+4fWYQXUMs9EHvg==",
|
|
12871
13517
|
"license": "MIT"
|
|
12872
13518
|
},
|
|
13519
|
+
"node_modules/radix-ui": {
|
|
13520
|
+
"version": "1.4.3",
|
|
13521
|
+
"resolved": "https://registry.npmjs.org/radix-ui/-/radix-ui-1.4.3.tgz",
|
|
13522
|
+
"integrity": "sha512-aWizCQiyeAenIdUbqEpXgRA1ya65P13NKn/W8rWkcN0OPkRDxdBVLWnIEDsS2RpwCK2nobI7oMUSmexzTDyAmA==",
|
|
13523
|
+
"license": "MIT",
|
|
13524
|
+
"dependencies": {
|
|
13525
|
+
"@radix-ui/primitive": "1.1.3",
|
|
13526
|
+
"@radix-ui/react-accessible-icon": "1.1.7",
|
|
13527
|
+
"@radix-ui/react-accordion": "1.2.12",
|
|
13528
|
+
"@radix-ui/react-alert-dialog": "1.1.15",
|
|
13529
|
+
"@radix-ui/react-arrow": "1.1.7",
|
|
13530
|
+
"@radix-ui/react-aspect-ratio": "1.1.7",
|
|
13531
|
+
"@radix-ui/react-avatar": "1.1.10",
|
|
13532
|
+
"@radix-ui/react-checkbox": "1.3.3",
|
|
13533
|
+
"@radix-ui/react-collapsible": "1.1.12",
|
|
13534
|
+
"@radix-ui/react-collection": "1.1.7",
|
|
13535
|
+
"@radix-ui/react-compose-refs": "1.1.2",
|
|
13536
|
+
"@radix-ui/react-context": "1.1.2",
|
|
13537
|
+
"@radix-ui/react-context-menu": "2.2.16",
|
|
13538
|
+
"@radix-ui/react-dialog": "1.1.15",
|
|
13539
|
+
"@radix-ui/react-direction": "1.1.1",
|
|
13540
|
+
"@radix-ui/react-dismissable-layer": "1.1.11",
|
|
13541
|
+
"@radix-ui/react-dropdown-menu": "2.1.16",
|
|
13542
|
+
"@radix-ui/react-focus-guards": "1.1.3",
|
|
13543
|
+
"@radix-ui/react-focus-scope": "1.1.7",
|
|
13544
|
+
"@radix-ui/react-form": "0.1.8",
|
|
13545
|
+
"@radix-ui/react-hover-card": "1.1.15",
|
|
13546
|
+
"@radix-ui/react-label": "2.1.7",
|
|
13547
|
+
"@radix-ui/react-menu": "2.1.16",
|
|
13548
|
+
"@radix-ui/react-menubar": "1.1.16",
|
|
13549
|
+
"@radix-ui/react-navigation-menu": "1.2.14",
|
|
13550
|
+
"@radix-ui/react-one-time-password-field": "0.1.8",
|
|
13551
|
+
"@radix-ui/react-password-toggle-field": "0.1.3",
|
|
13552
|
+
"@radix-ui/react-popover": "1.1.15",
|
|
13553
|
+
"@radix-ui/react-popper": "1.2.8",
|
|
13554
|
+
"@radix-ui/react-portal": "1.1.9",
|
|
13555
|
+
"@radix-ui/react-presence": "1.1.5",
|
|
13556
|
+
"@radix-ui/react-primitive": "2.1.3",
|
|
13557
|
+
"@radix-ui/react-progress": "1.1.7",
|
|
13558
|
+
"@radix-ui/react-radio-group": "1.3.8",
|
|
13559
|
+
"@radix-ui/react-roving-focus": "1.1.11",
|
|
13560
|
+
"@radix-ui/react-scroll-area": "1.2.10",
|
|
13561
|
+
"@radix-ui/react-select": "2.2.6",
|
|
13562
|
+
"@radix-ui/react-separator": "1.1.7",
|
|
13563
|
+
"@radix-ui/react-slider": "1.3.6",
|
|
13564
|
+
"@radix-ui/react-slot": "1.2.3",
|
|
13565
|
+
"@radix-ui/react-switch": "1.2.6",
|
|
13566
|
+
"@radix-ui/react-tabs": "1.1.13",
|
|
13567
|
+
"@radix-ui/react-toast": "1.2.15",
|
|
13568
|
+
"@radix-ui/react-toggle": "1.1.10",
|
|
13569
|
+
"@radix-ui/react-toggle-group": "1.1.11",
|
|
13570
|
+
"@radix-ui/react-toolbar": "1.1.11",
|
|
13571
|
+
"@radix-ui/react-tooltip": "1.2.8",
|
|
13572
|
+
"@radix-ui/react-use-callback-ref": "1.1.1",
|
|
13573
|
+
"@radix-ui/react-use-controllable-state": "1.2.2",
|
|
13574
|
+
"@radix-ui/react-use-effect-event": "0.0.2",
|
|
13575
|
+
"@radix-ui/react-use-escape-keydown": "1.1.1",
|
|
13576
|
+
"@radix-ui/react-use-is-hydrated": "0.1.0",
|
|
13577
|
+
"@radix-ui/react-use-layout-effect": "1.1.1",
|
|
13578
|
+
"@radix-ui/react-use-size": "1.1.1",
|
|
13579
|
+
"@radix-ui/react-visually-hidden": "1.2.3"
|
|
13580
|
+
},
|
|
13581
|
+
"peerDependencies": {
|
|
13582
|
+
"@types/react": "*",
|
|
13583
|
+
"@types/react-dom": "*",
|
|
13584
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
13585
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
13586
|
+
},
|
|
13587
|
+
"peerDependenciesMeta": {
|
|
13588
|
+
"@types/react": {
|
|
13589
|
+
"optional": true
|
|
13590
|
+
},
|
|
13591
|
+
"@types/react-dom": {
|
|
13592
|
+
"optional": true
|
|
13593
|
+
}
|
|
13594
|
+
}
|
|
13595
|
+
},
|
|
12873
13596
|
"node_modules/range-parser": {
|
|
12874
13597
|
"version": "1.2.0",
|
|
12875
13598
|
"resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.0.tgz",
|
|
@@ -13082,6 +13805,12 @@
|
|
|
13082
13805
|
"util-deprecate": "~1.0.1"
|
|
13083
13806
|
}
|
|
13084
13807
|
},
|
|
13808
|
+
"node_modules/readable-stream/node_modules/safe-buffer": {
|
|
13809
|
+
"version": "5.1.2",
|
|
13810
|
+
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
|
|
13811
|
+
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
|
|
13812
|
+
"license": "MIT"
|
|
13813
|
+
},
|
|
13085
13814
|
"node_modules/real-require": {
|
|
13086
13815
|
"version": "0.2.0",
|
|
13087
13816
|
"resolved": "https://registry.npmjs.org/real-require/-/real-require-0.2.0.tgz",
|
|
@@ -13453,9 +14182,23 @@
|
|
|
13453
14182
|
"license": "MIT"
|
|
13454
14183
|
},
|
|
13455
14184
|
"node_modules/safe-buffer": {
|
|
13456
|
-
"version": "5.1
|
|
13457
|
-
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.
|
|
13458
|
-
"integrity": "sha512-
|
|
14185
|
+
"version": "5.2.1",
|
|
14186
|
+
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
|
|
14187
|
+
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
|
|
14188
|
+
"funding": [
|
|
14189
|
+
{
|
|
14190
|
+
"type": "github",
|
|
14191
|
+
"url": "https://github.com/sponsors/feross"
|
|
14192
|
+
},
|
|
14193
|
+
{
|
|
14194
|
+
"type": "patreon",
|
|
14195
|
+
"url": "https://www.patreon.com/feross"
|
|
14196
|
+
},
|
|
14197
|
+
{
|
|
14198
|
+
"type": "consulting",
|
|
14199
|
+
"url": "https://feross.org/support"
|
|
14200
|
+
}
|
|
14201
|
+
],
|
|
13459
14202
|
"license": "MIT"
|
|
13460
14203
|
},
|
|
13461
14204
|
"node_modules/safe-push-apply": {
|
|
@@ -13632,6 +14375,29 @@
|
|
|
13632
14375
|
"node": ">= 0.8"
|
|
13633
14376
|
}
|
|
13634
14377
|
},
|
|
14378
|
+
"node_modules/serve-handler/node_modules/mime-db": {
|
|
14379
|
+
"version": "1.33.0",
|
|
14380
|
+
"resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.33.0.tgz",
|
|
14381
|
+
"integrity": "sha512-BHJ/EKruNIqJf/QahvxwQZXKygOQ256myeN/Ew+THcAa5q+PjyTTMMeNQC4DZw5AwfvelsUrA6B67NKMqXDbzQ==",
|
|
14382
|
+
"dev": true,
|
|
14383
|
+
"license": "MIT",
|
|
14384
|
+
"engines": {
|
|
14385
|
+
"node": ">= 0.6"
|
|
14386
|
+
}
|
|
14387
|
+
},
|
|
14388
|
+
"node_modules/serve-handler/node_modules/mime-types": {
|
|
14389
|
+
"version": "2.1.18",
|
|
14390
|
+
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.18.tgz",
|
|
14391
|
+
"integrity": "sha512-lc/aahn+t4/SWV/qcmumYjymLsWfN3ELhpmVuUFjgsORruuZPVSwAQryq+HHGvO/SI2KVX26bx+En+zhM8g8hQ==",
|
|
14392
|
+
"dev": true,
|
|
14393
|
+
"license": "MIT",
|
|
14394
|
+
"dependencies": {
|
|
14395
|
+
"mime-db": "~1.33.0"
|
|
14396
|
+
},
|
|
14397
|
+
"engines": {
|
|
14398
|
+
"node": ">= 0.6"
|
|
14399
|
+
}
|
|
14400
|
+
},
|
|
13635
14401
|
"node_modules/serve-handler/node_modules/path-to-regexp": {
|
|
13636
14402
|
"version": "3.3.0",
|
|
13637
14403
|
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-3.3.0.tgz",
|
|
@@ -14008,6 +14774,12 @@
|
|
|
14008
14774
|
"safe-buffer": "~5.1.0"
|
|
14009
14775
|
}
|
|
14010
14776
|
},
|
|
14777
|
+
"node_modules/string_decoder/node_modules/safe-buffer": {
|
|
14778
|
+
"version": "5.1.2",
|
|
14779
|
+
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
|
|
14780
|
+
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
|
|
14781
|
+
"license": "MIT"
|
|
14782
|
+
},
|
|
14011
14783
|
"node_modules/string-env-interpolation": {
|
|
14012
14784
|
"version": "1.0.1",
|
|
14013
14785
|
"resolved": "https://registry.npmjs.org/string-env-interpolation/-/string-env-interpolation-1.0.1.tgz",
|
|
@@ -14424,21 +15196,21 @@
|
|
|
14424
15196
|
}
|
|
14425
15197
|
},
|
|
14426
15198
|
"node_modules/tldts": {
|
|
14427
|
-
"version": "
|
|
14428
|
-
"resolved": "https://registry.npmjs.org/tldts/-/tldts-
|
|
14429
|
-
"integrity": "sha512-
|
|
15199
|
+
"version": "7.0.23",
|
|
15200
|
+
"resolved": "https://registry.npmjs.org/tldts/-/tldts-7.0.23.tgz",
|
|
15201
|
+
"integrity": "sha512-ASdhgQIBSay0R/eXggAkQ53G4nTJqTXqC2kbaBbdDwM7SkjyZyO0OaaN1/FH7U/yCeqOHDwFO5j8+Os/IS1dXw==",
|
|
14430
15202
|
"license": "MIT",
|
|
14431
15203
|
"dependencies": {
|
|
14432
|
-
"tldts-core": "^
|
|
15204
|
+
"tldts-core": "^7.0.23"
|
|
14433
15205
|
},
|
|
14434
15206
|
"bin": {
|
|
14435
15207
|
"tldts": "bin/cli.js"
|
|
14436
15208
|
}
|
|
14437
15209
|
},
|
|
14438
15210
|
"node_modules/tldts-core": {
|
|
14439
|
-
"version": "
|
|
14440
|
-
"resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-
|
|
14441
|
-
"integrity": "sha512-
|
|
15211
|
+
"version": "7.0.23",
|
|
15212
|
+
"resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-7.0.23.tgz",
|
|
15213
|
+
"integrity": "sha512-0g9vrtDQLrNIiCj22HSe9d4mLVG3g5ph5DZ8zCKBr4OtrspmNB6ss7hVyzArAeE88ceZocIEGkyW1Ime7fxPtQ==",
|
|
14442
15214
|
"license": "MIT"
|
|
14443
15215
|
},
|
|
14444
15216
|
"node_modules/to-regex-range": {
|
|
@@ -14464,12 +15236,12 @@
|
|
|
14464
15236
|
}
|
|
14465
15237
|
},
|
|
14466
15238
|
"node_modules/tough-cookie": {
|
|
14467
|
-
"version": "
|
|
14468
|
-
"resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-
|
|
14469
|
-
"integrity": "sha512-
|
|
15239
|
+
"version": "6.0.0",
|
|
15240
|
+
"resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-6.0.0.tgz",
|
|
15241
|
+
"integrity": "sha512-kXuRi1mtaKMrsLUxz3sQYvVl37B0Ns6MzfrtV5DvJceE9bPyspOqk9xxv7XbZWcfLWbFmm997vl83qUWVJA64w==",
|
|
14470
15242
|
"license": "BSD-3-Clause",
|
|
14471
15243
|
"dependencies": {
|
|
14472
|
-
"tldts": "^
|
|
15244
|
+
"tldts": "^7.0.5"
|
|
14473
15245
|
},
|
|
14474
15246
|
"engines": {
|
|
14475
15247
|
"node": ">=16"
|
|
@@ -14534,9 +15306,9 @@
|
|
|
14534
15306
|
}
|
|
14535
15307
|
},
|
|
14536
15308
|
"node_modules/tslib": {
|
|
14537
|
-
"version": "2.
|
|
14538
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.
|
|
14539
|
-
"integrity": "sha512-
|
|
15309
|
+
"version": "2.8.1",
|
|
15310
|
+
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
|
15311
|
+
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
|
14540
15312
|
"license": "0BSD"
|
|
14541
15313
|
},
|
|
14542
15314
|
"node_modules/tunnel-agent": {
|
|
@@ -14889,6 +15661,15 @@
|
|
|
14889
15661
|
}
|
|
14890
15662
|
}
|
|
14891
15663
|
},
|
|
15664
|
+
"node_modules/use-sync-external-store": {
|
|
15665
|
+
"version": "1.6.0",
|
|
15666
|
+
"resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.6.0.tgz",
|
|
15667
|
+
"integrity": "sha512-Pp6GSwGP/NrPIrxVFAIkOQeyw8lFenOHijQWkUTrDvrF4ALqylP2C/KCkeS9dpUM3KvYRQhna5vt7IL95+ZQ9w==",
|
|
15668
|
+
"license": "MIT",
|
|
15669
|
+
"peerDependencies": {
|
|
15670
|
+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
15671
|
+
}
|
|
15672
|
+
},
|
|
14892
15673
|
"node_modules/util-deprecate": {
|
|
14893
15674
|
"version": "1.0.2",
|
|
14894
15675
|
"resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
|