@panaversity/ksor 0.0.20 → 0.0.21
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/CHANGELOG.md +472 -0
- package/dist/cli.mjs +71 -19
- package/package.json +3 -3
- package/templates/scaffold/.agents/skills/format-checker/check.mjs +232 -9
- package/templates/scaffold/.claude/skills/format-checker/check.mjs +232 -9
- package/templates/scaffold/AGENTS.md +52 -4
- package/templates/scaffold/instance.md +28 -20
- package/templates/scaffold/knowledge/governance-ladder.md +36 -0
- package/templates/scaffold/knowledge/surfaces/for-agents.md +29 -0
- package/templates/scaffold/knowledge/surfaces/for-people.md +35 -0
- package/templates/scaffold/knowledge/surfaces/index.md +21 -0
- package/templates/scaffold/knowledge/what-is-a-ksor.md +39 -0
- package/templates/scaffold/pnpm-lock.yaml +1198 -228
- package/templates/scaffold/system/site/app/(home)/layout.tsx +6 -0
- package/templates/scaffold/system/site/app/(home)/page.tsx +65 -70
- package/templates/scaffold/system/site/app/docs/[[...slug]]/page.tsx +122 -14
- package/templates/scaffold/system/site/app/docs/layout.tsx +2 -21
- package/templates/scaffold/system/site/app/global.css +552 -9
- package/templates/scaffold/system/site/app/layout.tsx +23 -4
- package/templates/scaffold/system/site/app/llms-full.txt/route.ts +4 -2
- package/templates/scaffold/system/site/app/llms.txt/route.ts +11 -9
- package/templates/scaffold/system/site/app/md/[[...slug]]/route.ts +51 -0
- package/templates/scaffold/system/site/components/copy-markdown.tsx +70 -0
- package/templates/scaffold/system/site/components/governance.tsx +262 -0
- package/templates/scaffold/system/site/components/home-cover.tsx +137 -0
- package/templates/scaffold/system/site/components/record-index.tsx +120 -0
- package/templates/scaffold/system/site/components/record-shell.tsx +68 -0
- package/templates/scaffold/system/site/components/record-stack.tsx +131 -0
- package/templates/scaffold/system/site/components/record-toc.tsx +160 -0
- package/templates/scaffold/system/site/components/search-dialog.tsx +130 -0
- package/templates/scaffold/system/site/components/sidebar-status.tsx +35 -0
- package/templates/scaffold/system/site/components/ui/badge.tsx +46 -0
- package/templates/scaffold/system/site/components/ui/button.tsx +62 -0
- package/templates/scaffold/system/site/components/ui/separator.tsx +28 -0
- package/templates/scaffold/system/site/components.json +25 -0
- package/templates/scaffold/system/site/lib/governance.ts +432 -0
- package/templates/scaffold/system/site/lib/layout.shared.tsx +1 -1
- package/templates/scaffold/system/site/lib/shared.ts +38 -0
- package/templates/scaffold/system/site/lib/source.ts +221 -5
- package/templates/scaffold/system/site/lib/utils.ts +6 -0
- package/templates/scaffold/system/site/package.json +9 -3
- package/templates/scaffold/knowledge/example.md +0 -23
|
@@ -10,27 +10,42 @@ importers:
|
|
|
10
10
|
|
|
11
11
|
system/site:
|
|
12
12
|
dependencies:
|
|
13
|
+
class-variance-authority:
|
|
14
|
+
specifier: 0.7.1
|
|
15
|
+
version: 0.7.1
|
|
16
|
+
clsx:
|
|
17
|
+
specifier: 2.1.1
|
|
18
|
+
version: 2.1.1
|
|
13
19
|
fumadocs-core:
|
|
14
|
-
specifier: 16.
|
|
15
|
-
version: 16.
|
|
20
|
+
specifier: 16.14.5
|
|
21
|
+
version: 16.14.5(@mdx-js/mdx@3.1.1)(@types/estree-jsx@1.0.5)(@types/hast@3.0.5)(@types/mdast@4.0.4)(@types/react@19.2.18)(lucide-react@1.31.0(react@19.2.8))(next@16.2.9(react-dom@19.2.8(react@19.2.8))(react@19.2.8))(react-dom@19.2.8(react@19.2.8))(react@19.2.8)(zod@4.4.3)
|
|
16
22
|
fumadocs-mdx:
|
|
17
|
-
specifier: 15.0
|
|
18
|
-
version: 15.0
|
|
23
|
+
specifier: 15.3.0
|
|
24
|
+
version: 15.3.0(@types/mdast@4.0.4)(@types/mdx@2.0.14)(@types/react@19.2.18)(fumadocs-core@16.14.5(@mdx-js/mdx@3.1.1)(@types/estree-jsx@1.0.5)(@types/hast@3.0.5)(@types/mdast@4.0.4)(@types/react@19.2.18)(lucide-react@1.31.0(react@19.2.8))(next@16.2.9(react-dom@19.2.8(react@19.2.8))(react@19.2.8))(react-dom@19.2.8(react@19.2.8))(react@19.2.8)(zod@4.4.3))(next@16.2.9(react-dom@19.2.8(react@19.2.8))(react@19.2.8))(react@19.2.8)
|
|
19
25
|
fumadocs-ui:
|
|
20
|
-
specifier: 16.
|
|
21
|
-
version: 16.
|
|
26
|
+
specifier: 16.14.5
|
|
27
|
+
version: 16.14.5(@types/mdx@2.0.14)(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(fumadocs-core@16.14.5(@mdx-js/mdx@3.1.1)(@types/estree-jsx@1.0.5)(@types/hast@3.0.5)(@types/mdast@4.0.4)(@types/react@19.2.18)(lucide-react@1.31.0(react@19.2.8))(next@16.2.9(react-dom@19.2.8(react@19.2.8))(react@19.2.8))(react-dom@19.2.8(react@19.2.8))(react@19.2.8)(zod@4.4.3))(next@16.2.9(react-dom@19.2.8(react@19.2.8))(react@19.2.8))(react-dom@19.2.8(react@19.2.8))(react@19.2.8)(tailwindcss@4.3.3)
|
|
22
28
|
lucide-react:
|
|
23
29
|
specifier: 1.31.0
|
|
24
30
|
version: 1.31.0(react@19.2.8)
|
|
25
31
|
next:
|
|
26
32
|
specifier: 16.2.9
|
|
27
33
|
version: 16.2.9(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
34
|
+
radix-ui:
|
|
35
|
+
specifier: 1.6.7
|
|
36
|
+
version: 1.6.7(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
28
37
|
react:
|
|
29
38
|
specifier: 19.2.8
|
|
30
39
|
version: 19.2.8
|
|
31
40
|
react-dom:
|
|
32
41
|
specifier: 19.2.8
|
|
33
42
|
version: 19.2.8(react@19.2.8)
|
|
43
|
+
tailwind-merge:
|
|
44
|
+
specifier: 3.6.0
|
|
45
|
+
version: 3.6.0
|
|
46
|
+
tw-animate-css:
|
|
47
|
+
specifier: 1.4.0
|
|
48
|
+
version: 1.4.0
|
|
34
49
|
zod:
|
|
35
50
|
specifier: 4.4.3
|
|
36
51
|
version: 4.4.3
|
|
@@ -250,17 +265,17 @@ packages:
|
|
|
250
265
|
'@types/react':
|
|
251
266
|
optional: true
|
|
252
267
|
|
|
253
|
-
'@fumadocs/tailwind@0.
|
|
254
|
-
resolution: {integrity: sha512-
|
|
268
|
+
'@fumadocs/tailwind@0.1.1':
|
|
269
|
+
resolution: {integrity: sha512-BnPe52UxSaG8yKlHMKBxXw8h6GpK5qO55ci6+Qd5JnquTvIw6SpfbC1P+qAi82PuPWv1KZAWY8bxRk4+x9ctXw==}
|
|
255
270
|
peerDependencies:
|
|
256
|
-
'@tailwindcss/oxide': ^4.0.0
|
|
257
271
|
tailwindcss: ^4.0.0
|
|
258
272
|
peerDependenciesMeta:
|
|
259
|
-
'@tailwindcss/oxide':
|
|
260
|
-
optional: true
|
|
261
273
|
tailwindcss:
|
|
262
274
|
optional: true
|
|
263
275
|
|
|
276
|
+
'@fumari/image-size@0.1.0':
|
|
277
|
+
resolution: {integrity: sha512-x2o9u6P8uKUK15B8XgEoRhR3PgLoLSbQKK6FUCd14JzumEw+e8FXZPelij/dZ4VQVMp4r61VD3DcvSo3aEhLAA==}
|
|
278
|
+
|
|
264
279
|
'@img/colour@1.1.0':
|
|
265
280
|
resolution: {integrity: sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==}
|
|
266
281
|
engines: {node: '>=18'}
|
|
@@ -488,16 +503,25 @@ packages:
|
|
|
488
503
|
cpu: [x64]
|
|
489
504
|
os: [win32]
|
|
490
505
|
|
|
491
|
-
'@orama/orama@3.1.18':
|
|
492
|
-
resolution: {integrity: sha512-a61ljmRVVyG5MC/698C8/FfFDw5a8LOIvyOLW5fztgUXqUpc1jOfQzOitSCbge657OgXXThmY3Tk8fpiDb4UcA==}
|
|
493
|
-
engines: {node: '>= 20.0.0'}
|
|
494
|
-
|
|
495
506
|
'@radix-ui/number@1.1.3':
|
|
496
507
|
resolution: {integrity: sha512-Road2bidD0uu/1BGDOWNdPI06g0lIRy6IF9GZcIrDK2KGItfor8IQwQa+yM2ERgHM1MmHxaxpTzk0/Jp42lNfA==}
|
|
497
508
|
|
|
498
509
|
'@radix-ui/primitive@1.1.7':
|
|
499
510
|
resolution: {integrity: sha512-rqWnm76nYT8HoNNqEjpgJ7Pw/DrBj5iBTrmEPo6HTX5+VJyBNOqTdv4g89G63HuR5g0AaENoAcH7Is5fF2kZ8Q==}
|
|
500
511
|
|
|
512
|
+
'@radix-ui/react-accessible-icon@1.1.15':
|
|
513
|
+
resolution: {integrity: sha512-WTQwcAvQf5sOcuUyi90lKPbhwcvQ+j55cjrSmeaN+L2vKU3DooOvlKw2MDeiJ5IkV5N905KW0/fGojKOBhD11A==}
|
|
514
|
+
peerDependencies:
|
|
515
|
+
'@types/react': '*'
|
|
516
|
+
'@types/react-dom': '*'
|
|
517
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
518
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
519
|
+
peerDependenciesMeta:
|
|
520
|
+
'@types/react':
|
|
521
|
+
optional: true
|
|
522
|
+
'@types/react-dom':
|
|
523
|
+
optional: true
|
|
524
|
+
|
|
501
525
|
'@radix-ui/react-accordion@1.2.20':
|
|
502
526
|
resolution: {integrity: sha512-jDhG9FvAEnlhnjrsINbNXcUa4G+L1KqSkJSunkbKEzFRcAb52jvM0PjPxPRvhe1HNc5F5yc0yzzWeeqlH4yBIg==}
|
|
503
527
|
peerDependencies:
|
|
@@ -511,6 +535,19 @@ packages:
|
|
|
511
535
|
'@types/react-dom':
|
|
512
536
|
optional: true
|
|
513
537
|
|
|
538
|
+
'@radix-ui/react-alert-dialog@1.1.23':
|
|
539
|
+
resolution: {integrity: sha512-VAYOiQRqj3GPpYJE0I9J+X8Ip05cyVlNdKOFeiGS2Ou1HHGfpl0BxOyZm6nmVDyU+W+NF3/XLzmjHmVGydhwgA==}
|
|
540
|
+
peerDependencies:
|
|
541
|
+
'@types/react': '*'
|
|
542
|
+
'@types/react-dom': '*'
|
|
543
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
544
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
545
|
+
peerDependenciesMeta:
|
|
546
|
+
'@types/react':
|
|
547
|
+
optional: true
|
|
548
|
+
'@types/react-dom':
|
|
549
|
+
optional: true
|
|
550
|
+
|
|
514
551
|
'@radix-ui/react-arrow@1.1.15':
|
|
515
552
|
resolution: {integrity: sha512-v4zggRcjadnI+ClKDuijlQEW4tw3NoaeHc/PwpKnLoLLKNUG4InLegkstooLcRIUWCs+8L22dGURCVuFfOKfnA==}
|
|
516
553
|
peerDependencies:
|
|
@@ -524,6 +561,45 @@ packages:
|
|
|
524
561
|
'@types/react-dom':
|
|
525
562
|
optional: true
|
|
526
563
|
|
|
564
|
+
'@radix-ui/react-aspect-ratio@1.1.15':
|
|
565
|
+
resolution: {integrity: sha512-fy+dyVR+90nelK8rqIznFlxzx7uPcGbhxH8Nfr2bHb4UfSe+e3hklOC0luK0hDwVwnRX7xTRySpsrQVeW+/oNQ==}
|
|
566
|
+
peerDependencies:
|
|
567
|
+
'@types/react': '*'
|
|
568
|
+
'@types/react-dom': '*'
|
|
569
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
570
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
571
|
+
peerDependenciesMeta:
|
|
572
|
+
'@types/react':
|
|
573
|
+
optional: true
|
|
574
|
+
'@types/react-dom':
|
|
575
|
+
optional: true
|
|
576
|
+
|
|
577
|
+
'@radix-ui/react-avatar@1.2.6':
|
|
578
|
+
resolution: {integrity: sha512-4ULOTJ/mqy2hT9GlWa/MFHxHSvH3nJzHnZM1waNsc5Bonv7i70aNenghXmD97S6OJ81ekXONGGt4nT1r0PfEdA==}
|
|
579
|
+
peerDependencies:
|
|
580
|
+
'@types/react': '*'
|
|
581
|
+
'@types/react-dom': '*'
|
|
582
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
583
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
584
|
+
peerDependenciesMeta:
|
|
585
|
+
'@types/react':
|
|
586
|
+
optional: true
|
|
587
|
+
'@types/react-dom':
|
|
588
|
+
optional: true
|
|
589
|
+
|
|
590
|
+
'@radix-ui/react-checkbox@1.3.11':
|
|
591
|
+
resolution: {integrity: sha512-Gnptr9pDDQxD3hgq2dtPbtrp/c2qH1mBwIzw3X/ivrMb2e1t0jMTi606fVEqFPaQR1ggXIVQWKj3P2WW9v7zGQ==}
|
|
592
|
+
peerDependencies:
|
|
593
|
+
'@types/react': '*'
|
|
594
|
+
'@types/react-dom': '*'
|
|
595
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
596
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
597
|
+
peerDependenciesMeta:
|
|
598
|
+
'@types/react':
|
|
599
|
+
optional: true
|
|
600
|
+
'@types/react-dom':
|
|
601
|
+
optional: true
|
|
602
|
+
|
|
527
603
|
'@radix-ui/react-collapsible@1.1.20':
|
|
528
604
|
resolution: {integrity: sha512-mcGesGplBnzN2sbvJETzpCNfSMyPnb29q1GRLU+Ib7bJrpIG2ywmRoh2V5VbA2uNvKikKUlVbAPks7JDjz4A8Q==}
|
|
529
605
|
peerDependencies:
|
|
@@ -559,6 +635,19 @@ packages:
|
|
|
559
635
|
'@types/react':
|
|
560
636
|
optional: true
|
|
561
637
|
|
|
638
|
+
'@radix-ui/react-context-menu@2.3.7':
|
|
639
|
+
resolution: {integrity: sha512-CtXP35dxaB5T3zXSd+E3uHe/QpXcpYnZmxp6OaIbfthtfW4wyb77M23BG+bwIJDtsMwEP/YssdsmNyZu7jhWew==}
|
|
640
|
+
peerDependencies:
|
|
641
|
+
'@types/react': '*'
|
|
642
|
+
'@types/react-dom': '*'
|
|
643
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
644
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
645
|
+
peerDependenciesMeta:
|
|
646
|
+
'@types/react':
|
|
647
|
+
optional: true
|
|
648
|
+
'@types/react-dom':
|
|
649
|
+
optional: true
|
|
650
|
+
|
|
562
651
|
'@radix-ui/react-context@1.2.2':
|
|
563
652
|
resolution: {integrity: sha512-RHCUGwKHDr0hDGg4X7ma4JG4/+12qxw8rkh5QKdDldlCvtja6nUx1Ef/8HVrJze81lEsgLQlqjzjGNHantgnQA==}
|
|
564
653
|
peerDependencies:
|
|
@@ -603,6 +692,19 @@ packages:
|
|
|
603
692
|
'@types/react-dom':
|
|
604
693
|
optional: true
|
|
605
694
|
|
|
695
|
+
'@radix-ui/react-dropdown-menu@2.1.24':
|
|
696
|
+
resolution: {integrity: sha512-geq8l2rJkxvkXsT9RMgtUE3P8pITFpTsvYpbySi1IH4fZEABD/Gp85myayFgxk0ktljGMJnCbeFkyTusvSvv7g==}
|
|
697
|
+
peerDependencies:
|
|
698
|
+
'@types/react': '*'
|
|
699
|
+
'@types/react-dom': '*'
|
|
700
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
701
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
702
|
+
peerDependenciesMeta:
|
|
703
|
+
'@types/react':
|
|
704
|
+
optional: true
|
|
705
|
+
'@types/react-dom':
|
|
706
|
+
optional: true
|
|
707
|
+
|
|
606
708
|
'@radix-ui/react-focus-guards@1.1.6':
|
|
607
709
|
resolution: {integrity: sha512-RNOJjfZMTyBM6xYmV3IVGXkPjIhcBAuv48POevAXwrGJhkWZ9p1rFoIS1JFooPuT193AZmRsCPhpoVJxx6OPoQ==}
|
|
608
710
|
peerDependencies:
|
|
@@ -625,6 +727,32 @@ packages:
|
|
|
625
727
|
'@types/react-dom':
|
|
626
728
|
optional: true
|
|
627
729
|
|
|
730
|
+
'@radix-ui/react-form@0.1.16':
|
|
731
|
+
resolution: {integrity: sha512-Q4TLEn2A7TAypxwmd6R9EwrlXDvkfYSDMrq9/887AXAGh+G1rH+kYJKSTv+Si9Y0JPKTwKYv6PviAJosysNimA==}
|
|
732
|
+
peerDependencies:
|
|
733
|
+
'@types/react': '*'
|
|
734
|
+
'@types/react-dom': '*'
|
|
735
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
736
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
737
|
+
peerDependenciesMeta:
|
|
738
|
+
'@types/react':
|
|
739
|
+
optional: true
|
|
740
|
+
'@types/react-dom':
|
|
741
|
+
optional: true
|
|
742
|
+
|
|
743
|
+
'@radix-ui/react-hover-card@1.1.23':
|
|
744
|
+
resolution: {integrity: sha512-H8qONfZd3ltrU3+jHCIgITbWo6e1iTKvP9DHdrvYbX48ooRM5FjEDTn16AMwdfuOGkWdZEhpl3PLL/Wk/AnHDQ==}
|
|
745
|
+
peerDependencies:
|
|
746
|
+
'@types/react': '*'
|
|
747
|
+
'@types/react-dom': '*'
|
|
748
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
749
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
750
|
+
peerDependenciesMeta:
|
|
751
|
+
'@types/react':
|
|
752
|
+
optional: true
|
|
753
|
+
'@types/react-dom':
|
|
754
|
+
optional: true
|
|
755
|
+
|
|
628
756
|
'@radix-ui/react-id@1.1.4':
|
|
629
757
|
resolution: {integrity: sha512-TMQp2llA+RYn7JcjnrMnz7wN4pcVttPZnRZo52PLQsoLVKzNlVwUeHmfePgTgRluXFvlD3GD5g5MOVVTJCO0qA==}
|
|
630
758
|
peerDependencies:
|
|
@@ -634,6 +762,45 @@ packages:
|
|
|
634
762
|
'@types/react':
|
|
635
763
|
optional: true
|
|
636
764
|
|
|
765
|
+
'@radix-ui/react-label@2.1.15':
|
|
766
|
+
resolution: {integrity: sha512-o/rdYEwZTTo5tjknnPeyQFU45kUC4i/XyeDPP+HGyi6XqpOP6Zf5Ya5vh/Yfe9Id5JiuWnnAx2XqIeD3UYZt0g==}
|
|
767
|
+
peerDependencies:
|
|
768
|
+
'@types/react': '*'
|
|
769
|
+
'@types/react-dom': '*'
|
|
770
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
771
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
772
|
+
peerDependenciesMeta:
|
|
773
|
+
'@types/react':
|
|
774
|
+
optional: true
|
|
775
|
+
'@types/react-dom':
|
|
776
|
+
optional: true
|
|
777
|
+
|
|
778
|
+
'@radix-ui/react-menu@2.1.24':
|
|
779
|
+
resolution: {integrity: sha512-uW7RVuU6Lp/ZtfeY4b3kL32zccgEWvPv1+cf17ubYzHa9cL8AHokmk36cG/XEiH/smbQvumnieXX9j/e9RqJWA==}
|
|
780
|
+
peerDependencies:
|
|
781
|
+
'@types/react': '*'
|
|
782
|
+
'@types/react-dom': '*'
|
|
783
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
784
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
785
|
+
peerDependenciesMeta:
|
|
786
|
+
'@types/react':
|
|
787
|
+
optional: true
|
|
788
|
+
'@types/react-dom':
|
|
789
|
+
optional: true
|
|
790
|
+
|
|
791
|
+
'@radix-ui/react-menubar@1.1.24':
|
|
792
|
+
resolution: {integrity: sha512-eeVs0vf7cuqXaM0qLQCPcufImiJNVBXdJDLu7ZGYl2732UH23Qat/foNGrr6vYV3/DdTsBqASoggUFgH14OcZA==}
|
|
793
|
+
peerDependencies:
|
|
794
|
+
'@types/react': '*'
|
|
795
|
+
'@types/react-dom': '*'
|
|
796
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
797
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
798
|
+
peerDependenciesMeta:
|
|
799
|
+
'@types/react':
|
|
800
|
+
optional: true
|
|
801
|
+
'@types/react-dom':
|
|
802
|
+
optional: true
|
|
803
|
+
|
|
637
804
|
'@radix-ui/react-navigation-menu@1.2.22':
|
|
638
805
|
resolution: {integrity: sha512-ou7iLEJ+yrhQndkkA4U21XIdS/CS45F4iXIkTZcb6/Ne9EMsOuDudVmCwmDnfFZZ+y1FZqXRNSIgBy+YMvZVZg==}
|
|
639
806
|
peerDependencies:
|
|
@@ -647,6 +814,32 @@ packages:
|
|
|
647
814
|
'@types/react-dom':
|
|
648
815
|
optional: true
|
|
649
816
|
|
|
817
|
+
'@radix-ui/react-one-time-password-field@0.1.16':
|
|
818
|
+
resolution: {integrity: sha512-Tj9P6ntAJEw52oq/F0AGknXR4XncxEt7XU47O3xJQOiWfLzEy3d9gtgKfvjSzGxzHkfL+VzvxGu2KTFsloJqXw==}
|
|
819
|
+
peerDependencies:
|
|
820
|
+
'@types/react': '*'
|
|
821
|
+
'@types/react-dom': '*'
|
|
822
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
823
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
824
|
+
peerDependenciesMeta:
|
|
825
|
+
'@types/react':
|
|
826
|
+
optional: true
|
|
827
|
+
'@types/react-dom':
|
|
828
|
+
optional: true
|
|
829
|
+
|
|
830
|
+
'@radix-ui/react-password-toggle-field@0.1.11':
|
|
831
|
+
resolution: {integrity: sha512-4gvFnmDXu3dgj21CqsufzIameRvlRd4SBqaWhcrlrNhRo0Y5i/49AmRJYe1fdAM3G2VNBbmin4b0D6cdQocwgw==}
|
|
832
|
+
peerDependencies:
|
|
833
|
+
'@types/react': '*'
|
|
834
|
+
'@types/react-dom': '*'
|
|
835
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
836
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
837
|
+
peerDependenciesMeta:
|
|
838
|
+
'@types/react':
|
|
839
|
+
optional: true
|
|
840
|
+
'@types/react-dom':
|
|
841
|
+
optional: true
|
|
842
|
+
|
|
650
843
|
'@radix-ui/react-popover@1.1.23':
|
|
651
844
|
resolution: {integrity: sha512-mw58MrBlyHWFisTOYignD0vf/3gdcgAR+9of1s9G/38CbFiUwH1nCDkc0AUM9IrXFgN5Ue8n45j9WCgyM1sbiQ==}
|
|
652
845
|
peerDependencies:
|
|
@@ -712,6 +905,32 @@ packages:
|
|
|
712
905
|
'@types/react-dom':
|
|
713
906
|
optional: true
|
|
714
907
|
|
|
908
|
+
'@radix-ui/react-progress@1.1.16':
|
|
909
|
+
resolution: {integrity: sha512-5XnomAsoZZCY+KNTxbIghpGqPruZvKFNlvcAljVAOdDRDsH4/OZQxhtwo5wdtoDM5R6MhJBb2sPnDuRFep3lzg==}
|
|
910
|
+
peerDependencies:
|
|
911
|
+
'@types/react': '*'
|
|
912
|
+
'@types/react-dom': '*'
|
|
913
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
914
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
915
|
+
peerDependenciesMeta:
|
|
916
|
+
'@types/react':
|
|
917
|
+
optional: true
|
|
918
|
+
'@types/react-dom':
|
|
919
|
+
optional: true
|
|
920
|
+
|
|
921
|
+
'@radix-ui/react-radio-group@1.4.7':
|
|
922
|
+
resolution: {integrity: sha512-cgYFEkntCxppHZgtSZ+7vh0wbZQ+IC7PPMw8DSnRG27B6kDd32/Zw0OJt7dGDigCoprMuWHjg2PvUn3PYvPFoQ==}
|
|
923
|
+
peerDependencies:
|
|
924
|
+
'@types/react': '*'
|
|
925
|
+
'@types/react-dom': '*'
|
|
926
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
927
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
928
|
+
peerDependenciesMeta:
|
|
929
|
+
'@types/react':
|
|
930
|
+
optional: true
|
|
931
|
+
'@types/react-dom':
|
|
932
|
+
optional: true
|
|
933
|
+
|
|
715
934
|
'@radix-ui/react-roving-focus@1.1.19':
|
|
716
935
|
resolution: {integrity: sha512-V9jI6hDjT7l3jsCQD9bLNvDLM3tH/gdbOTp7Tefp3hbbgCGQoK7tUvrWiRlcoBHIZ809ElXwNQwVo0B98LuTXQ==}
|
|
717
936
|
peerDependencies:
|
|
@@ -738,17 +957,21 @@ packages:
|
|
|
738
957
|
'@types/react-dom':
|
|
739
958
|
optional: true
|
|
740
959
|
|
|
741
|
-
'@radix-ui/react-
|
|
742
|
-
resolution: {integrity: sha512-
|
|
960
|
+
'@radix-ui/react-select@2.3.7':
|
|
961
|
+
resolution: {integrity: sha512-WFGImkmbzcfxeIwq/+4HvRN0pizBwbwQUED4I13ezQsDdfl38ZntN6TmR8XaSzPBqoCToe8rF75j6NPNDSzhbg==}
|
|
743
962
|
peerDependencies:
|
|
744
963
|
'@types/react': '*'
|
|
964
|
+
'@types/react-dom': '*'
|
|
745
965
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
966
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
746
967
|
peerDependenciesMeta:
|
|
747
968
|
'@types/react':
|
|
748
969
|
optional: true
|
|
970
|
+
'@types/react-dom':
|
|
971
|
+
optional: true
|
|
749
972
|
|
|
750
|
-
'@radix-ui/react-
|
|
751
|
-
resolution: {integrity: sha512-
|
|
973
|
+
'@radix-ui/react-separator@1.1.15':
|
|
974
|
+
resolution: {integrity: sha512-jOLO4lssEzWpoDu7G+Ze4VjwMRUBt291pnZD0gmalREZipnTX3wadQo7Fy48GCTfe14/YRN6rw/rOJqrE85Wxw==}
|
|
752
975
|
peerDependencies:
|
|
753
976
|
'@types/react': '*'
|
|
754
977
|
'@types/react-dom': '*'
|
|
@@ -760,17 +983,21 @@ packages:
|
|
|
760
983
|
'@types/react-dom':
|
|
761
984
|
optional: true
|
|
762
985
|
|
|
763
|
-
'@radix-ui/react-
|
|
764
|
-
resolution: {integrity: sha512-
|
|
986
|
+
'@radix-ui/react-slider@1.4.7':
|
|
987
|
+
resolution: {integrity: sha512-mTSLf1GC/C0moWjTbvCM6Qn/gBjvlFt1azuWF2v7MN5C3Zq2U2J2lN3ZEYkpujuOU5Ro7A28wkviSxaKnG0BYg==}
|
|
765
988
|
peerDependencies:
|
|
766
989
|
'@types/react': '*'
|
|
990
|
+
'@types/react-dom': '*'
|
|
767
991
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
992
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
768
993
|
peerDependenciesMeta:
|
|
769
994
|
'@types/react':
|
|
770
995
|
optional: true
|
|
996
|
+
'@types/react-dom':
|
|
997
|
+
optional: true
|
|
771
998
|
|
|
772
|
-
'@radix-ui/react-
|
|
773
|
-
resolution: {integrity: sha512-
|
|
999
|
+
'@radix-ui/react-slot@1.3.3':
|
|
1000
|
+
resolution: {integrity: sha512-qx7oqnYbxnK9kYI9m317qmFmEgo6ywqWvbTogdj7cL9p3/yx4M48p7Rnw5z3H890cL/ow/EeWJsuTykeZVXP5Q==}
|
|
774
1001
|
peerDependencies:
|
|
775
1002
|
'@types/react': '*'
|
|
776
1003
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
@@ -778,62 +1005,86 @@ packages:
|
|
|
778
1005
|
'@types/react':
|
|
779
1006
|
optional: true
|
|
780
1007
|
|
|
781
|
-
'@radix-ui/react-
|
|
782
|
-
resolution: {integrity: sha512-
|
|
1008
|
+
'@radix-ui/react-switch@1.3.7':
|
|
1009
|
+
resolution: {integrity: sha512-48tB/4dn2UVLBCYhTu9AuR63IHl73l/qLbLgxd86noTUor4/K4LFDAcYjK+isP5313qxaFpjPVogE7+Y0/V3Kw==}
|
|
783
1010
|
peerDependencies:
|
|
784
1011
|
'@types/react': '*'
|
|
1012
|
+
'@types/react-dom': '*'
|
|
785
1013
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
1014
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
786
1015
|
peerDependenciesMeta:
|
|
787
1016
|
'@types/react':
|
|
788
1017
|
optional: true
|
|
1018
|
+
'@types/react-dom':
|
|
1019
|
+
optional: true
|
|
789
1020
|
|
|
790
|
-
'@radix-ui/react-
|
|
791
|
-
resolution: {integrity: sha512-
|
|
1021
|
+
'@radix-ui/react-tabs@1.1.21':
|
|
1022
|
+
resolution: {integrity: sha512-UKxJlZid7FVtsk/WTxj4i4uSEgj2Au+KBbS7SQyTlzMhhn+86Cz3tISZdTa87bfEfcuvZezf2ZsxD4xuEKtkog==}
|
|
792
1023
|
peerDependencies:
|
|
793
1024
|
'@types/react': '*'
|
|
1025
|
+
'@types/react-dom': '*'
|
|
794
1026
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
1027
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
795
1028
|
peerDependenciesMeta:
|
|
796
1029
|
'@types/react':
|
|
797
1030
|
optional: true
|
|
1031
|
+
'@types/react-dom':
|
|
1032
|
+
optional: true
|
|
798
1033
|
|
|
799
|
-
'@radix-ui/react-
|
|
800
|
-
resolution: {integrity: sha512-
|
|
1034
|
+
'@radix-ui/react-toast@1.2.23':
|
|
1035
|
+
resolution: {integrity: sha512-ofhyAsYaocRGOs/n0XWdUOSVzEAG6BfrMVM8z0c0kLEWY38w/0WuMFPTJP/HVaZPYkMvHZoKIIhNcjbTCBILPg==}
|
|
801
1036
|
peerDependencies:
|
|
802
1037
|
'@types/react': '*'
|
|
1038
|
+
'@types/react-dom': '*'
|
|
803
1039
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
1040
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
804
1041
|
peerDependenciesMeta:
|
|
805
1042
|
'@types/react':
|
|
806
1043
|
optional: true
|
|
1044
|
+
'@types/react-dom':
|
|
1045
|
+
optional: true
|
|
807
1046
|
|
|
808
|
-
'@radix-ui/react-
|
|
809
|
-
resolution: {integrity: sha512-
|
|
1047
|
+
'@radix-ui/react-toggle-group@1.1.19':
|
|
1048
|
+
resolution: {integrity: sha512-OtnwuSVjd1Ofi+AdnvhsjQdyuhCDwYs1w9RyB5BN/OavXOVQo42SYqQjwUnbPnaiPFBpQ9aX70dWeee+v2oBLA==}
|
|
810
1049
|
peerDependencies:
|
|
811
1050
|
'@types/react': '*'
|
|
1051
|
+
'@types/react-dom': '*'
|
|
812
1052
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
1053
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
813
1054
|
peerDependenciesMeta:
|
|
814
1055
|
'@types/react':
|
|
815
1056
|
optional: true
|
|
1057
|
+
'@types/react-dom':
|
|
1058
|
+
optional: true
|
|
816
1059
|
|
|
817
|
-
'@radix-ui/react-
|
|
818
|
-
resolution: {integrity: sha512-
|
|
1060
|
+
'@radix-ui/react-toggle@1.1.18':
|
|
1061
|
+
resolution: {integrity: sha512-7lonPlKfSacd20GlOBx2ltuVKz9oqWYZz+oMQyOltw6t1y2nyftj2ZmwwUHYn49kqfDWcp8dNZm5NgV+5Z+mug==}
|
|
819
1062
|
peerDependencies:
|
|
820
1063
|
'@types/react': '*'
|
|
1064
|
+
'@types/react-dom': '*'
|
|
821
1065
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
1066
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
822
1067
|
peerDependenciesMeta:
|
|
823
1068
|
'@types/react':
|
|
824
1069
|
optional: true
|
|
1070
|
+
'@types/react-dom':
|
|
1071
|
+
optional: true
|
|
825
1072
|
|
|
826
|
-
'@radix-ui/react-
|
|
827
|
-
resolution: {integrity: sha512-
|
|
1073
|
+
'@radix-ui/react-toolbar@1.1.19':
|
|
1074
|
+
resolution: {integrity: sha512-Ph0IvtYw4VB12ZnZg+YtrGs8yJQsnizwo/zu0R4Y/nWugtJzA7Pg1eWeuDR9+LSqn+xjamss+UOSOJJJ4gx8jw==}
|
|
828
1075
|
peerDependencies:
|
|
829
1076
|
'@types/react': '*'
|
|
1077
|
+
'@types/react-dom': '*'
|
|
830
1078
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
1079
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
831
1080
|
peerDependenciesMeta:
|
|
832
1081
|
'@types/react':
|
|
833
1082
|
optional: true
|
|
1083
|
+
'@types/react-dom':
|
|
1084
|
+
optional: true
|
|
834
1085
|
|
|
835
|
-
'@radix-ui/react-
|
|
836
|
-
resolution: {integrity: sha512-
|
|
1086
|
+
'@radix-ui/react-tooltip@1.2.16':
|
|
1087
|
+
resolution: {integrity: sha512-6EamKFRRnlpdadndbZ6LMwycfwkwPte1B42hs6QA0gYhjaOKqW4PZ4pjaW9UrlDX5eVt/OjncE7BFTPL5nmZhg==}
|
|
837
1088
|
peerDependencies:
|
|
838
1089
|
'@types/react': '*'
|
|
839
1090
|
'@types/react-dom': '*'
|
|
@@ -845,16 +1096,110 @@ packages:
|
|
|
845
1096
|
'@types/react-dom':
|
|
846
1097
|
optional: true
|
|
847
1098
|
|
|
848
|
-
'@radix-ui/
|
|
849
|
-
resolution: {integrity: sha512-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
1099
|
+
'@radix-ui/react-use-callback-ref@1.1.4':
|
|
1100
|
+
resolution: {integrity: sha512-R6OUY2e2fA6Yn6s+VSx5KBV6Nx8LQEhu+cz7LCej18rQ1HLyg9PSC9jP/ZNx0o6FAIK9c0F1kHylzSxKsdlkrQ==}
|
|
1101
|
+
peerDependencies:
|
|
1102
|
+
'@types/react': '*'
|
|
1103
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
1104
|
+
peerDependenciesMeta:
|
|
1105
|
+
'@types/react':
|
|
1106
|
+
optional: true
|
|
1107
|
+
|
|
1108
|
+
'@radix-ui/react-use-controllable-state@1.2.6':
|
|
1109
|
+
resolution: {integrity: sha512-uEQJGT97ZA/TgP/Hydw47lHu+/vQj6z/0jA+WeTbK1o9Rx45GImjpD0tc3W5ad3D6XTSR6e1yEO0FvGq6WQfVQ==}
|
|
1110
|
+
peerDependencies:
|
|
1111
|
+
'@types/react': '*'
|
|
1112
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
1113
|
+
peerDependenciesMeta:
|
|
1114
|
+
'@types/react':
|
|
1115
|
+
optional: true
|
|
1116
|
+
|
|
1117
|
+
'@radix-ui/react-use-effect-event@0.0.5':
|
|
1118
|
+
resolution: {integrity: sha512-7cshFL8HGS/7HEiHH+9kL9HBwp2sa9yX18Knwek6KYWmXwM7pegMgta2AXMQKI+rq3JnfSj9x8wYqFMTdG1Jgg==}
|
|
1119
|
+
peerDependencies:
|
|
1120
|
+
'@types/react': '*'
|
|
1121
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
1122
|
+
peerDependenciesMeta:
|
|
1123
|
+
'@types/react':
|
|
1124
|
+
optional: true
|
|
1125
|
+
|
|
1126
|
+
'@radix-ui/react-use-escape-keydown@1.1.5':
|
|
1127
|
+
resolution: {integrity: sha512-ge3ipobwSXTj4JyVtswQ7qZj0ZHdtbGuOno/LrgAAeSxtsJ6Vs4Gz5IkPH2bmqpjcLUFoqGhA/mueuIf63UXlA==}
|
|
1128
|
+
peerDependencies:
|
|
1129
|
+
'@types/react': '*'
|
|
1130
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
1131
|
+
peerDependenciesMeta:
|
|
1132
|
+
'@types/react':
|
|
1133
|
+
optional: true
|
|
1134
|
+
|
|
1135
|
+
'@radix-ui/react-use-is-hydrated@0.1.3':
|
|
1136
|
+
resolution: {integrity: sha512-umO/aJ+82CpOnhDZUTbILCQf7kU/g0iv+oGs/Q8jw7IkhWBzaEP4sA268PhFAJTFetbwp3ICc6ktpI4TqtxcIw==}
|
|
1137
|
+
peerDependencies:
|
|
1138
|
+
'@types/react': '*'
|
|
1139
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
1140
|
+
peerDependenciesMeta:
|
|
1141
|
+
'@types/react':
|
|
1142
|
+
optional: true
|
|
1143
|
+
|
|
1144
|
+
'@radix-ui/react-use-layout-effect@1.1.4':
|
|
1145
|
+
resolution: {integrity: sha512-K20DkRkUwDnxEYMBPcg3Y6voLkEy5p5QQmszZgLngKKiC7dzBR/aEuK3w1qlx2JWDUNH6FluahYdgR3BP+QbYw==}
|
|
1146
|
+
peerDependencies:
|
|
1147
|
+
'@types/react': '*'
|
|
1148
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
1149
|
+
peerDependenciesMeta:
|
|
1150
|
+
'@types/react':
|
|
1151
|
+
optional: true
|
|
1152
|
+
|
|
1153
|
+
'@radix-ui/react-use-previous@1.1.4':
|
|
1154
|
+
resolution: {integrity: sha512-XoSLhbRbqxFtgJoi2fNHA3C6pDlY34x508vUpUGoFZfvePfHXHbE1lC4FYFMnJWgiCRroSTw6fOsXQoVS9RwZg==}
|
|
1155
|
+
peerDependencies:
|
|
1156
|
+
'@types/react': '*'
|
|
1157
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
1158
|
+
peerDependenciesMeta:
|
|
1159
|
+
'@types/react':
|
|
1160
|
+
optional: true
|
|
1161
|
+
|
|
1162
|
+
'@radix-ui/react-use-rect@1.1.4':
|
|
1163
|
+
resolution: {integrity: sha512-cSOCh6JlkmfjLyNcLiu2nB4v+nm+dkZ+Q5KHWk/soo4U7ZLiEQFKHK9/YmtBHjfCEaU43IBKQOc4/uJmCaiCTQ==}
|
|
1164
|
+
peerDependencies:
|
|
1165
|
+
'@types/react': '*'
|
|
1166
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
1167
|
+
peerDependenciesMeta:
|
|
1168
|
+
'@types/react':
|
|
1169
|
+
optional: true
|
|
1170
|
+
|
|
1171
|
+
'@radix-ui/react-use-size@1.1.4':
|
|
1172
|
+
resolution: {integrity: sha512-D3anSY15EJoxrihpsXI6SMrmmonnQtR2ni7arO+Lfdg3O95b9hNXxONk8jA5C8ANdF/h5HMAxejgs8PWJ6rlhw==}
|
|
1173
|
+
peerDependencies:
|
|
1174
|
+
'@types/react': '*'
|
|
1175
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
1176
|
+
peerDependenciesMeta:
|
|
1177
|
+
'@types/react':
|
|
1178
|
+
optional: true
|
|
1179
|
+
|
|
1180
|
+
'@radix-ui/react-visually-hidden@1.2.11':
|
|
1181
|
+
resolution: {integrity: sha512-NFS86RYYZb4/exihaESBGOpMJFz8MGLAfu3mOBSGByVnVPC9JPASfYubxd/8KbkQK0sYAv8lVQDEQukDX/qXvQ==}
|
|
1182
|
+
peerDependencies:
|
|
1183
|
+
'@types/react': '*'
|
|
1184
|
+
'@types/react-dom': '*'
|
|
1185
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
1186
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
1187
|
+
peerDependenciesMeta:
|
|
1188
|
+
'@types/react':
|
|
1189
|
+
optional: true
|
|
1190
|
+
'@types/react-dom':
|
|
1191
|
+
optional: true
|
|
1192
|
+
|
|
1193
|
+
'@radix-ui/rect@1.1.3':
|
|
1194
|
+
resolution: {integrity: sha512-JtyZR+mqgBibTo8xea3B6ZRmzZiM/YeVBtUkas6zMuXjAlfIFIW2FgqeM9eLyvEaYX66vr6DJMK+4U6LV0KhNw==}
|
|
1195
|
+
|
|
1196
|
+
'@shikijs/core@4.4.3':
|
|
1197
|
+
resolution: {integrity: sha512-QCR4q2ZO/ILJEuwiBMel4wdcTDb1JGwfjKTxPDF6x8ixOaluPrVqIn06C99AcRPhmYlBR56d/Fb+GN58GzExpg==}
|
|
1198
|
+
engines: {node: '>=20'}
|
|
1199
|
+
|
|
1200
|
+
'@shikijs/engine-javascript@4.4.3':
|
|
1201
|
+
resolution: {integrity: sha512-FbOjFJp9VLdo1Wevs10BBtVxiTWwNLqZh5Gkhjgda/ioL15YOgeSl9n+6XMa3qRlPQzfhFNe641SrynFHYG0nQ==}
|
|
1202
|
+
engines: {node: '>=20'}
|
|
858
1203
|
|
|
859
1204
|
'@shikijs/engine-oniguruma@4.4.3':
|
|
860
1205
|
resolution: {integrity: sha512-EcOQkxdxGQrc1Row/cC2c96/v1dbZqGnEVu1qTuT/MJmp6+cXCvQussowVmCv5Tqr3KuY3c7IbM6HTW3LJ1k9w==}
|
|
@@ -1018,6 +1363,75 @@ packages:
|
|
|
1018
1363
|
'@ungap/structured-clone@1.3.3':
|
|
1019
1364
|
resolution: {integrity: sha512-60YRaenCQcVjYEKOcG824+DRGGIQ3VKErcBoAEDJZz5bKIs2ZG+X/H9Nk+Q6EVkwJk5QNApxbrc5QtBSwtrXAg==}
|
|
1020
1365
|
|
|
1366
|
+
'@yuku-analyzer/binding-android-arm64@0.8.7':
|
|
1367
|
+
resolution: {integrity: sha512-pzJ++UMCZEV4s6SP3Ryvj+snWP8s7aTXFkSXRyeBF4RSALftPzfqYssHdGOmOH2QnRAtyOhhg64tdjeSGJvYRg==}
|
|
1368
|
+
cpu: [arm64]
|
|
1369
|
+
os: [android]
|
|
1370
|
+
|
|
1371
|
+
'@yuku-analyzer/binding-darwin-arm64@0.8.7':
|
|
1372
|
+
resolution: {integrity: sha512-vymR7Us3i/HJvUxA1N5sKCrrn2mXw/Xvzbt66zlRyGPDmkUzFCrn34OqodR/zctmD1JhaFlv+Ur6xNNPRIid/w==}
|
|
1373
|
+
cpu: [arm64]
|
|
1374
|
+
os: [darwin]
|
|
1375
|
+
|
|
1376
|
+
'@yuku-analyzer/binding-darwin-x64@0.8.7':
|
|
1377
|
+
resolution: {integrity: sha512-aX1xy6wJeI2QN/ipu9B6/dzz6RmHQ5+Ty6uyf9csqYZDnY4/U2GsDskYQIRysc2Cuh+GNnvuO5xCXxiqkmVEcw==}
|
|
1378
|
+
cpu: [x64]
|
|
1379
|
+
os: [darwin]
|
|
1380
|
+
|
|
1381
|
+
'@yuku-analyzer/binding-freebsd-x64@0.8.7':
|
|
1382
|
+
resolution: {integrity: sha512-5LT2KkjK0zBI2s3VoSyGPSs9Ey7rWPxWkCyFgZXoszQOkAk2z0biP+DLzb9zw6flmwwCCiyeZRqM65srfo8l1Q==}
|
|
1383
|
+
cpu: [x64]
|
|
1384
|
+
os: [freebsd]
|
|
1385
|
+
|
|
1386
|
+
'@yuku-analyzer/binding-linux-arm-gnu@0.8.7':
|
|
1387
|
+
resolution: {integrity: sha512-4haNlVk624QoNSKIneoH9JKu5SvfD+Hkxg490HUS5pfFuWwoXT3zOmAdfwPMsSH0bNIkFO7GqtwDZ9EVpyzepw==}
|
|
1388
|
+
cpu: [arm]
|
|
1389
|
+
os: [linux]
|
|
1390
|
+
libc: [glibc]
|
|
1391
|
+
|
|
1392
|
+
'@yuku-analyzer/binding-linux-arm-musl@0.8.7':
|
|
1393
|
+
resolution: {integrity: sha512-7HwJHVFtrufB5qHHL1PSDPr/j6uoNLwbwxa04QzsbpcbbzfDUbT37loHPu5u0NuetRUlV+TqXDlX6OpXcM8hKQ==}
|
|
1394
|
+
cpu: [arm]
|
|
1395
|
+
os: [linux]
|
|
1396
|
+
libc: [musl]
|
|
1397
|
+
|
|
1398
|
+
'@yuku-analyzer/binding-linux-arm64-gnu@0.8.7':
|
|
1399
|
+
resolution: {integrity: sha512-yUEgxEPuDVBO+nkDw8qbssYA8oHu82Q0da+C7rGyVplmjlKa5DhBnMMagTEjFZx4jNDVWnGHJreUCSeGL0x/gQ==}
|
|
1400
|
+
cpu: [arm64]
|
|
1401
|
+
os: [linux]
|
|
1402
|
+
libc: [glibc]
|
|
1403
|
+
|
|
1404
|
+
'@yuku-analyzer/binding-linux-arm64-musl@0.8.7':
|
|
1405
|
+
resolution: {integrity: sha512-2X7EwxPbgdNRqgMwtxOnNOGEmdm1RS8PD2Q5cOxj8cEZD4fy7yHHeSDoEdBOyrJtHzbG6jQB6CeReO1okb/S7Q==}
|
|
1406
|
+
cpu: [arm64]
|
|
1407
|
+
os: [linux]
|
|
1408
|
+
libc: [musl]
|
|
1409
|
+
|
|
1410
|
+
'@yuku-analyzer/binding-linux-x64-gnu@0.8.7':
|
|
1411
|
+
resolution: {integrity: sha512-k/iQFK1gAvaHLzXXZ3/+g48wT5YB6MfikPb+juGCd9HzyPMUSBCy44rz6nT+xoWnnxmBoeBUywA4CvWCWZFTtg==}
|
|
1412
|
+
cpu: [x64]
|
|
1413
|
+
os: [linux]
|
|
1414
|
+
libc: [glibc]
|
|
1415
|
+
|
|
1416
|
+
'@yuku-analyzer/binding-linux-x64-musl@0.8.7':
|
|
1417
|
+
resolution: {integrity: sha512-gTfYHx3cg8FERTYsg1dQrQFTutcWJ7wTp8YToyAJnZMbUCkcyuwUiWNYaEHyF0xIb+PsG7HfD+BLWhRRom5qKg==}
|
|
1418
|
+
cpu: [x64]
|
|
1419
|
+
os: [linux]
|
|
1420
|
+
libc: [musl]
|
|
1421
|
+
|
|
1422
|
+
'@yuku-analyzer/binding-win32-arm64@0.8.7':
|
|
1423
|
+
resolution: {integrity: sha512-XDCWZZztOvdTtPNaU5EzrrV0dmMugdZ+Qdq5INeiGhGW5hD0TuCBIIXK7wTmRM6NcKarGlyBP5SYkiAuw6+slg==}
|
|
1424
|
+
cpu: [arm64]
|
|
1425
|
+
os: [win32]
|
|
1426
|
+
|
|
1427
|
+
'@yuku-analyzer/binding-win32-x64@0.8.7':
|
|
1428
|
+
resolution: {integrity: sha512-VtSH1pWuk3bo+BiUAtzYa4Ku1r/10CO14QvkGpRhDcFck8sIf7ox+wiucyKNKcf+srWCYxR1hO+wn5N3BdtFdw==}
|
|
1429
|
+
cpu: [x64]
|
|
1430
|
+
os: [win32]
|
|
1431
|
+
|
|
1432
|
+
'@yuku-toolchain/types@0.8.7':
|
|
1433
|
+
resolution: {integrity: sha512-2Z53dNxAJL6UvFoIrDZvYf3zlO8s4VJK4O2hhaB4mXVwwpX/7ajtss3cmfqKvamlNLWyt9FSWs4eoYdlbxpnHA==}
|
|
1434
|
+
|
|
1021
1435
|
acorn-jsx@5.3.2:
|
|
1022
1436
|
resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==}
|
|
1023
1437
|
peerDependencies:
|
|
@@ -1028,9 +1442,6 @@ packages:
|
|
|
1028
1442
|
engines: {node: '>=0.4.0'}
|
|
1029
1443
|
hasBin: true
|
|
1030
1444
|
|
|
1031
|
-
argparse@2.0.1:
|
|
1032
|
-
resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==}
|
|
1033
|
-
|
|
1034
1445
|
aria-hidden@1.2.6:
|
|
1035
1446
|
resolution: {integrity: sha512-ik3ZgC9dY/lYVVM++OISsaYDeg1tb0VtP5uL3ouh1koGOaUMDPpbFIei4JkFimWUFPn90sbMNMXQAIVOlnYKJA==}
|
|
1036
1447
|
engines: {node: '>=10'}
|
|
@@ -1042,8 +1453,8 @@ packages:
|
|
|
1042
1453
|
bail@2.0.2:
|
|
1043
1454
|
resolution: {integrity: sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==}
|
|
1044
1455
|
|
|
1045
|
-
baseline-browser-mapping@2.11.
|
|
1046
|
-
resolution: {integrity: sha512-
|
|
1456
|
+
baseline-browser-mapping@2.11.15:
|
|
1457
|
+
resolution: {integrity: sha512-FwMjJJ7HnyZpWe+oWxegG0fezZyBZUagI5LZEoO3GCbtbKNwRfMH9Ue5d5v01PNePBy1QSfPSDTTeVL0Hb9EzA==}
|
|
1047
1458
|
engines: {node: '>=6.0.0'}
|
|
1048
1459
|
hasBin: true
|
|
1049
1460
|
|
|
@@ -1079,6 +1490,10 @@ packages:
|
|
|
1079
1490
|
resolution: {integrity: sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==}
|
|
1080
1491
|
engines: {node: '>=6'}
|
|
1081
1492
|
|
|
1493
|
+
cnfast@0.1.0:
|
|
1494
|
+
resolution: {integrity: sha512-rH0jBKeLkVrK7NsZ5Ba2l7WdMBmm1k0FMpABeXUU1PgTUxbz3261gEuCSsrYuXo4BwAe3yCcIbQ93YyS52lOGQ==}
|
|
1495
|
+
hasBin: true
|
|
1496
|
+
|
|
1082
1497
|
collapse-white-space@2.1.0:
|
|
1083
1498
|
resolution: {integrity: sha512-loKTxY1zCOuG4j9f6EPnuyyYkf58RnhhWTvRoZEokgB+WbdXehfjFviyOVYkqzEWz1Q5kRiZdBYS5SwxbQYwzw==}
|
|
1084
1499
|
|
|
@@ -1176,22 +1591,19 @@ packages:
|
|
|
1176
1591
|
picomatch:
|
|
1177
1592
|
optional: true
|
|
1178
1593
|
|
|
1179
|
-
framer-motion@
|
|
1180
|
-
resolution: {integrity: sha512-
|
|
1594
|
+
framer-motion@13.1.1:
|
|
1595
|
+
resolution: {integrity: sha512-B/xn2TPS4f61cEBLFjiYlQFnBZUW1YVj/LM+C+N4OP8Rs95VLEI2ot/RlfBg111la/EiyECFaJJi/A3FWA8MUA==}
|
|
1181
1596
|
peerDependencies:
|
|
1182
|
-
'@emotion/is-prop-valid': '*'
|
|
1183
1597
|
react: ^18.0.0 || ^19.0.0
|
|
1184
1598
|
react-dom: ^18.0.0 || ^19.0.0
|
|
1185
1599
|
peerDependenciesMeta:
|
|
1186
|
-
'@emotion/is-prop-valid':
|
|
1187
|
-
optional: true
|
|
1188
1600
|
react:
|
|
1189
1601
|
optional: true
|
|
1190
1602
|
react-dom:
|
|
1191
1603
|
optional: true
|
|
1192
1604
|
|
|
1193
|
-
fumadocs-core@16.
|
|
1194
|
-
resolution: {integrity: sha512-
|
|
1605
|
+
fumadocs-core@16.14.5:
|
|
1606
|
+
resolution: {integrity: sha512-II6BqBO0A/KBYqCBgs1cBB/etyQbv1Qi+f0L29Br/CUbKWlHGRFFksfbcMW5HUitoIWDzOXJldxk9z6nvdZe4w==}
|
|
1195
1607
|
peerDependencies:
|
|
1196
1608
|
'@mdx-js/mdx': '*'
|
|
1197
1609
|
'@mixedbread/sdk': 0.x.x
|
|
@@ -1208,7 +1620,7 @@ packages:
|
|
|
1208
1620
|
next: 16.x.x
|
|
1209
1621
|
react: ^19.2.0
|
|
1210
1622
|
react-dom: ^19.2.0
|
|
1211
|
-
react-router: 7.x.x
|
|
1623
|
+
react-router: 7.x.x || 8.x.x
|
|
1212
1624
|
waku: '*'
|
|
1213
1625
|
zod: 4.x.x
|
|
1214
1626
|
peerDependenciesMeta:
|
|
@@ -1249,10 +1661,11 @@ packages:
|
|
|
1249
1661
|
zod:
|
|
1250
1662
|
optional: true
|
|
1251
1663
|
|
|
1252
|
-
fumadocs-mdx@15.0
|
|
1253
|
-
resolution: {integrity: sha512-
|
|
1664
|
+
fumadocs-mdx@15.3.0:
|
|
1665
|
+
resolution: {integrity: sha512-ZzfM4O15SDfqvgsOzifNYu3ZlV23tOI6cP5emTrdCTV3Jhj1xHU+74RckkPnAvGo+ee2hRyM0vksCjvUYff+bA==}
|
|
1254
1666
|
hasBin: true
|
|
1255
1667
|
peerDependencies:
|
|
1668
|
+
'@fumadocs/satteri': 0.x.x
|
|
1256
1669
|
'@types/mdast': '*'
|
|
1257
1670
|
'@types/mdx': '*'
|
|
1258
1671
|
'@types/react': '*'
|
|
@@ -1261,8 +1674,11 @@ packages:
|
|
|
1261
1674
|
next: ^15.3.0 || ^16.0.0
|
|
1262
1675
|
react: ^19.2.0
|
|
1263
1676
|
rolldown: '*'
|
|
1677
|
+
satteri: ^0.10.0
|
|
1264
1678
|
vite: 7.x.x || 8.x.x
|
|
1265
1679
|
peerDependenciesMeta:
|
|
1680
|
+
'@fumadocs/satteri':
|
|
1681
|
+
optional: true
|
|
1266
1682
|
'@types/mdast':
|
|
1267
1683
|
optional: true
|
|
1268
1684
|
'@types/mdx':
|
|
@@ -1277,28 +1693,30 @@ packages:
|
|
|
1277
1693
|
optional: true
|
|
1278
1694
|
rolldown:
|
|
1279
1695
|
optional: true
|
|
1696
|
+
satteri:
|
|
1697
|
+
optional: true
|
|
1280
1698
|
vite:
|
|
1281
1699
|
optional: true
|
|
1282
1700
|
|
|
1283
|
-
fumadocs-ui@16.
|
|
1284
|
-
resolution: {integrity: sha512-
|
|
1701
|
+
fumadocs-ui@16.14.5:
|
|
1702
|
+
resolution: {integrity: sha512-mCp/c8iBlzKuBKhIHU6c7Qr7kDE9NGU4rI3DZDa5Q7hUJW9NbChymfaG55a5IWhrY7GW8xy4qY/XBgOIVR9dIA==}
|
|
1285
1703
|
peerDependencies:
|
|
1286
|
-
'@takumi-rs/image-response': '*'
|
|
1287
1704
|
'@types/mdx': '*'
|
|
1288
1705
|
'@types/react': '*'
|
|
1289
|
-
fumadocs-core: 16.
|
|
1706
|
+
fumadocs-core: 16.14.5
|
|
1290
1707
|
next: 16.x.x
|
|
1291
1708
|
react: ^19.2.0
|
|
1292
1709
|
react-dom: ^19.2.0
|
|
1710
|
+
takumi-js: '*'
|
|
1293
1711
|
peerDependenciesMeta:
|
|
1294
|
-
'@takumi-rs/image-response':
|
|
1295
|
-
optional: true
|
|
1296
1712
|
'@types/mdx':
|
|
1297
1713
|
optional: true
|
|
1298
1714
|
'@types/react':
|
|
1299
1715
|
optional: true
|
|
1300
1716
|
next:
|
|
1301
1717
|
optional: true
|
|
1718
|
+
takumi-js:
|
|
1719
|
+
optional: true
|
|
1302
1720
|
|
|
1303
1721
|
get-nonce@1.0.1:
|
|
1304
1722
|
resolution: {integrity: sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q==}
|
|
@@ -1363,14 +1781,6 @@ packages:
|
|
|
1363
1781
|
resolution: {integrity: sha512-AC/7JofJvZGrrneWNaEnJeOLUx+JlGt7tNa0wZiRPT4MY1wmfKjt2+6O2p2uz2+skll8OZZmJMNqeke7kKbNgQ==}
|
|
1364
1782
|
hasBin: true
|
|
1365
1783
|
|
|
1366
|
-
js-yaml@4.3.1:
|
|
1367
|
-
resolution: {integrity: sha512-CY6crGq313MX8GkwvB7tzgp99vjQxY1++5y10/BKN/GUfHqWaOGQMNZkBvqSzsZKWk/ijwHlWzzkLulsGHhjWQ==}
|
|
1368
|
-
hasBin: true
|
|
1369
|
-
|
|
1370
|
-
js-yaml@5.3.0:
|
|
1371
|
-
resolution: {integrity: sha512-muutsYr+e2+d3rTgUGslq5rxbBlUy3cJ61IsHag2QNDQV+7zXWjkUpmALIajhrlLlrgRUiymj6U3zUr/TMK84Q==}
|
|
1372
|
-
hasBin: true
|
|
1373
|
-
|
|
1374
1784
|
lightningcss-android-arm64@1.32.0:
|
|
1375
1785
|
resolution: {integrity: sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==}
|
|
1376
1786
|
engines: {node: '>= 12.0.0'}
|
|
@@ -1456,6 +1866,9 @@ packages:
|
|
|
1456
1866
|
magic-string@0.30.21:
|
|
1457
1867
|
resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==}
|
|
1458
1868
|
|
|
1869
|
+
magic-string@1.2.2:
|
|
1870
|
+
resolution: {integrity: sha512-veT/+7iXrXzT39XnEN4lOxtNl72dMgJ8Lp+5Bd6YcMSWpb0n0MjBM8Uuooi6jgJr8dhUW2swQgBmoZVMni5SVg==}
|
|
1871
|
+
|
|
1459
1872
|
markdown-extensions@2.0.0:
|
|
1460
1873
|
resolution: {integrity: sha512-o5vL7aDWatOTX8LzaS1WMoaoxIiLRQJuIKKe2wAw6IeULDHaqbiqiggmx+pKvZDb1Sj+pE46Sn1T7lCqfFtg1Q==}
|
|
1461
1874
|
engines: {node: '>=16'}
|
|
@@ -1616,21 +2029,18 @@ packages:
|
|
|
1616
2029
|
micromark@4.0.2:
|
|
1617
2030
|
resolution: {integrity: sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==}
|
|
1618
2031
|
|
|
1619
|
-
motion-dom@
|
|
1620
|
-
resolution: {integrity: sha512-
|
|
2032
|
+
motion-dom@13.1.1:
|
|
2033
|
+
resolution: {integrity: sha512-XSf8VYWSB6G/0IY3rWVbyLcxWXtAVHkN1PQE2agTaCv3u8RGvbwu56TyyR/MNzBqqNavEBTZzErcxI1TxBrjcA==}
|
|
1621
2034
|
|
|
1622
|
-
motion-utils@
|
|
1623
|
-
resolution: {integrity: sha512-
|
|
2035
|
+
motion-utils@13.0.0:
|
|
2036
|
+
resolution: {integrity: sha512-7DnN7TmbLcYXcG4RVadXIihWlyuM9afoUww8Y5Agg431kGKiuL2/OMyP4mJ5wLz+pvN3t5ySClLOaVXJ+wekRQ==}
|
|
1624
2037
|
|
|
1625
|
-
motion@
|
|
1626
|
-
resolution: {integrity: sha512-
|
|
2038
|
+
motion@13.1.1:
|
|
2039
|
+
resolution: {integrity: sha512-WNZoK6xiF+kkTqkZ5K7FDDh6A8BG4i5Hc7KXtW8gtTxkpJFds+hIOrDaQGKjQj/AE/i4hJqAaUHEqp/Qo02y6Q==}
|
|
1627
2040
|
peerDependencies:
|
|
1628
|
-
'@emotion/is-prop-valid': '*'
|
|
1629
2041
|
react: ^18.0.0 || ^19.0.0
|
|
1630
2042
|
react-dom: ^18.0.0 || ^19.0.0
|
|
1631
2043
|
peerDependenciesMeta:
|
|
1632
|
-
'@emotion/is-prop-valid':
|
|
1633
|
-
optional: true
|
|
1634
2044
|
react:
|
|
1635
2045
|
optional: true
|
|
1636
2046
|
react-dom:
|
|
@@ -1671,6 +2081,10 @@ packages:
|
|
|
1671
2081
|
sass:
|
|
1672
2082
|
optional: true
|
|
1673
2083
|
|
|
2084
|
+
npm-to-yarn@3.2.0:
|
|
2085
|
+
resolution: {integrity: sha512-K1HmQeZT2HrjpsR6KgqbN2FAXL2NrJJmNUSD9ck7HGTVu1JKXox8n9SB+tjbU8m8JGLF4OscrroPepew/L7/Xw==}
|
|
2086
|
+
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
2087
|
+
|
|
1674
2088
|
oniguruma-parser@0.12.2:
|
|
1675
2089
|
resolution: {integrity: sha512-6HVa5oIrgMC6aA6WF6XyyqbhRPJrKR02L20+2+zpDtO5QAzGHAUGw5TKQvwi5vctNnRHkJYmjAhRVQF2EKdTQw==}
|
|
1676
2090
|
|
|
@@ -1701,6 +2115,19 @@ packages:
|
|
|
1701
2115
|
property-information@7.2.0:
|
|
1702
2116
|
resolution: {integrity: sha512-IAtzIB6sUiWaJYrX9smp3V46pBGbBeLFRGdh25kg1334VcBlD8HzhPeNIWQH9zhGmo2itIe25EHt9dQP7G5hmg==}
|
|
1703
2117
|
|
|
2118
|
+
radix-ui@1.6.7:
|
|
2119
|
+
resolution: {integrity: sha512-QBdhh1arIEUvPC0dQ5+nwWAxt7+N+oP/9jPwjJkGFoSk/sqxg32gJtSXGtFh8frAIcS6oC9cx2Q+7KYCQLOAeA==}
|
|
2120
|
+
peerDependencies:
|
|
2121
|
+
'@types/react': '*'
|
|
2122
|
+
'@types/react-dom': '*'
|
|
2123
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
2124
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
2125
|
+
peerDependenciesMeta:
|
|
2126
|
+
'@types/react':
|
|
2127
|
+
optional: true
|
|
2128
|
+
'@types/react-dom':
|
|
2129
|
+
optional: true
|
|
2130
|
+
|
|
1704
2131
|
react-dom@19.2.8:
|
|
1705
2132
|
resolution: {integrity: sha512-rVprimfGBG3DR+Tq0IQG2DT5PxKth1WIGDmj5yPmlzr4YBe7uyE+Du4oVqTDXZSHGGGXRtTJEGSSePyQCMBglQ==}
|
|
1706
2133
|
peerDependencies:
|
|
@@ -1870,6 +2297,9 @@ packages:
|
|
|
1870
2297
|
tslib@2.8.1:
|
|
1871
2298
|
resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
|
|
1872
2299
|
|
|
2300
|
+
tw-animate-css@1.4.0:
|
|
2301
|
+
resolution: {integrity: sha512-7bziOlRqH0hJx80h/3mbicLW7o8qLsH5+RaLR2t+OHM3D0JlWGODQKQ4cxbK7WlvmUxpcj6Kgu6EKqjrGFe3QQ==}
|
|
2302
|
+
|
|
1873
2303
|
typescript@6.0.3:
|
|
1874
2304
|
resolution: {integrity: sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==}
|
|
1875
2305
|
engines: {node: '>=14.17'}
|
|
@@ -1934,6 +2364,21 @@ packages:
|
|
|
1934
2364
|
web-namespaces@2.0.1:
|
|
1935
2365
|
resolution: {integrity: sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==}
|
|
1936
2366
|
|
|
2367
|
+
yaml@2.9.0:
|
|
2368
|
+
resolution: {integrity: sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==}
|
|
2369
|
+
engines: {node: '>= 14.6'}
|
|
2370
|
+
hasBin: true
|
|
2371
|
+
|
|
2372
|
+
yuku-analyzer@0.8.7:
|
|
2373
|
+
resolution: {integrity: sha512-nyPXcwwRPEggJqxIP28GeLKPjk9oGUuBlS4I0KfFrezNe93Ie9WIlOYRI42bo+MmZoxH238XHoPy0IZdwZIBxA==}
|
|
2374
|
+
|
|
2375
|
+
yuku-ast@0.8.7:
|
|
2376
|
+
resolution: {integrity: sha512-h6+4bDfyootiMB9vckk5uKo5r5j0GHrkr17FQTDNfEsFT3DWlN9uu1HJwQwc64pgmLCI945fWM3lbTIqxjT3GQ==}
|
|
2377
|
+
|
|
2378
|
+
zbsearch@4.0.0:
|
|
2379
|
+
resolution: {integrity: sha512-gm4zfO31n2ZdruTTRQoWVWO4Q2+zrDt2GlrvIc+5JulRQNAm4IanCxER82vQ7Ug96FYkGqWUJBXFe1kGAcDWaQ==}
|
|
2380
|
+
engines: {node: '>= 20.0.0'}
|
|
2381
|
+
|
|
1937
2382
|
zod@4.4.3:
|
|
1938
2383
|
resolution: {integrity: sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==}
|
|
1939
2384
|
|
|
@@ -2051,11 +2496,12 @@ snapshots:
|
|
|
2051
2496
|
optionalDependencies:
|
|
2052
2497
|
'@types/react': 19.2.18
|
|
2053
2498
|
|
|
2054
|
-
'@fumadocs/tailwind@0.
|
|
2499
|
+
'@fumadocs/tailwind@0.1.1(tailwindcss@4.3.3)':
|
|
2055
2500
|
optionalDependencies:
|
|
2056
|
-
'@tailwindcss/oxide': 4.3.3
|
|
2057
2501
|
tailwindcss: 4.3.3
|
|
2058
2502
|
|
|
2503
|
+
'@fumari/image-size@0.1.0': {}
|
|
2504
|
+
|
|
2059
2505
|
'@img/colour@1.1.0':
|
|
2060
2506
|
optional: true
|
|
2061
2507
|
|
|
@@ -2228,12 +2674,19 @@ snapshots:
|
|
|
2228
2674
|
'@next/swc-win32-x64-msvc@16.2.9':
|
|
2229
2675
|
optional: true
|
|
2230
2676
|
|
|
2231
|
-
'@orama/orama@3.1.18': {}
|
|
2232
|
-
|
|
2233
2677
|
'@radix-ui/number@1.1.3': {}
|
|
2234
2678
|
|
|
2235
2679
|
'@radix-ui/primitive@1.1.7': {}
|
|
2236
2680
|
|
|
2681
|
+
'@radix-ui/react-accessible-icon@1.1.15(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
|
|
2682
|
+
dependencies:
|
|
2683
|
+
'@radix-ui/react-visually-hidden': 1.2.11(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2684
|
+
react: 19.2.8
|
|
2685
|
+
react-dom: 19.2.8(react@19.2.8)
|
|
2686
|
+
optionalDependencies:
|
|
2687
|
+
'@types/react': 19.2.18
|
|
2688
|
+
'@types/react-dom': 19.2.4(@types/react@19.2.18)
|
|
2689
|
+
|
|
2237
2690
|
'@radix-ui/react-accordion@1.2.20(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
|
|
2238
2691
|
dependencies:
|
|
2239
2692
|
'@radix-ui/primitive': 1.1.7
|
|
@@ -2251,8 +2704,414 @@ snapshots:
|
|
|
2251
2704
|
'@types/react': 19.2.18
|
|
2252
2705
|
'@types/react-dom': 19.2.4(@types/react@19.2.18)
|
|
2253
2706
|
|
|
2254
|
-
'@radix-ui/react-
|
|
2707
|
+
'@radix-ui/react-alert-dialog@1.1.23(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
|
|
2708
|
+
dependencies:
|
|
2709
|
+
'@radix-ui/primitive': 1.1.7
|
|
2710
|
+
'@radix-ui/react-compose-refs': 1.1.5(@types/react@19.2.18)(react@19.2.8)
|
|
2711
|
+
'@radix-ui/react-context': 1.2.2(@types/react@19.2.18)(react@19.2.8)
|
|
2712
|
+
'@radix-ui/react-dialog': 1.1.23(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2713
|
+
'@radix-ui/react-primitive': 2.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2714
|
+
react: 19.2.8
|
|
2715
|
+
react-dom: 19.2.8(react@19.2.8)
|
|
2716
|
+
optionalDependencies:
|
|
2717
|
+
'@types/react': 19.2.18
|
|
2718
|
+
'@types/react-dom': 19.2.4(@types/react@19.2.18)
|
|
2719
|
+
|
|
2720
|
+
'@radix-ui/react-arrow@1.1.15(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
|
|
2721
|
+
dependencies:
|
|
2722
|
+
'@radix-ui/react-primitive': 2.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2723
|
+
react: 19.2.8
|
|
2724
|
+
react-dom: 19.2.8(react@19.2.8)
|
|
2725
|
+
optionalDependencies:
|
|
2726
|
+
'@types/react': 19.2.18
|
|
2727
|
+
'@types/react-dom': 19.2.4(@types/react@19.2.18)
|
|
2728
|
+
|
|
2729
|
+
'@radix-ui/react-aspect-ratio@1.1.15(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
|
|
2730
|
+
dependencies:
|
|
2731
|
+
'@radix-ui/react-primitive': 2.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2732
|
+
react: 19.2.8
|
|
2733
|
+
react-dom: 19.2.8(react@19.2.8)
|
|
2734
|
+
optionalDependencies:
|
|
2735
|
+
'@types/react': 19.2.18
|
|
2736
|
+
'@types/react-dom': 19.2.4(@types/react@19.2.18)
|
|
2737
|
+
|
|
2738
|
+
'@radix-ui/react-avatar@1.2.6(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
|
|
2739
|
+
dependencies:
|
|
2740
|
+
'@radix-ui/primitive': 1.1.7
|
|
2741
|
+
'@radix-ui/react-context': 1.2.2(@types/react@19.2.18)(react@19.2.8)
|
|
2742
|
+
'@radix-ui/react-primitive': 2.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2743
|
+
'@radix-ui/react-use-callback-ref': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
2744
|
+
'@radix-ui/react-use-is-hydrated': 0.1.3(@types/react@19.2.18)(react@19.2.8)
|
|
2745
|
+
'@radix-ui/react-use-layout-effect': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
2746
|
+
react: 19.2.8
|
|
2747
|
+
react-dom: 19.2.8(react@19.2.8)
|
|
2748
|
+
optionalDependencies:
|
|
2749
|
+
'@types/react': 19.2.18
|
|
2750
|
+
'@types/react-dom': 19.2.4(@types/react@19.2.18)
|
|
2751
|
+
|
|
2752
|
+
'@radix-ui/react-checkbox@1.3.11(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
|
|
2753
|
+
dependencies:
|
|
2754
|
+
'@radix-ui/primitive': 1.1.7
|
|
2755
|
+
'@radix-ui/react-compose-refs': 1.1.5(@types/react@19.2.18)(react@19.2.8)
|
|
2756
|
+
'@radix-ui/react-context': 1.2.2(@types/react@19.2.18)(react@19.2.8)
|
|
2757
|
+
'@radix-ui/react-presence': 1.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2758
|
+
'@radix-ui/react-primitive': 2.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2759
|
+
'@radix-ui/react-use-controllable-state': 1.2.6(@types/react@19.2.18)(react@19.2.8)
|
|
2760
|
+
'@radix-ui/react-use-size': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
2761
|
+
react: 19.2.8
|
|
2762
|
+
react-dom: 19.2.8(react@19.2.8)
|
|
2763
|
+
optionalDependencies:
|
|
2764
|
+
'@types/react': 19.2.18
|
|
2765
|
+
'@types/react-dom': 19.2.4(@types/react@19.2.18)
|
|
2766
|
+
|
|
2767
|
+
'@radix-ui/react-collapsible@1.1.20(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
|
|
2768
|
+
dependencies:
|
|
2769
|
+
'@radix-ui/primitive': 1.1.7
|
|
2770
|
+
'@radix-ui/react-compose-refs': 1.1.5(@types/react@19.2.18)(react@19.2.8)
|
|
2771
|
+
'@radix-ui/react-context': 1.2.2(@types/react@19.2.18)(react@19.2.8)
|
|
2772
|
+
'@radix-ui/react-id': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
2773
|
+
'@radix-ui/react-presence': 1.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2774
|
+
'@radix-ui/react-primitive': 2.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2775
|
+
'@radix-ui/react-use-controllable-state': 1.2.6(@types/react@19.2.18)(react@19.2.8)
|
|
2776
|
+
'@radix-ui/react-use-layout-effect': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
2777
|
+
react: 19.2.8
|
|
2778
|
+
react-dom: 19.2.8(react@19.2.8)
|
|
2779
|
+
optionalDependencies:
|
|
2780
|
+
'@types/react': 19.2.18
|
|
2781
|
+
'@types/react-dom': 19.2.4(@types/react@19.2.18)
|
|
2782
|
+
|
|
2783
|
+
'@radix-ui/react-collection@1.1.15(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
|
|
2784
|
+
dependencies:
|
|
2785
|
+
'@radix-ui/react-compose-refs': 1.1.5(@types/react@19.2.18)(react@19.2.8)
|
|
2786
|
+
'@radix-ui/react-context': 1.2.2(@types/react@19.2.18)(react@19.2.8)
|
|
2787
|
+
'@radix-ui/react-primitive': 2.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2788
|
+
'@radix-ui/react-slot': 1.3.3(@types/react@19.2.18)(react@19.2.8)
|
|
2789
|
+
react: 19.2.8
|
|
2790
|
+
react-dom: 19.2.8(react@19.2.8)
|
|
2791
|
+
optionalDependencies:
|
|
2792
|
+
'@types/react': 19.2.18
|
|
2793
|
+
'@types/react-dom': 19.2.4(@types/react@19.2.18)
|
|
2794
|
+
|
|
2795
|
+
'@radix-ui/react-compose-refs@1.1.5(@types/react@19.2.18)(react@19.2.8)':
|
|
2796
|
+
dependencies:
|
|
2797
|
+
react: 19.2.8
|
|
2798
|
+
optionalDependencies:
|
|
2799
|
+
'@types/react': 19.2.18
|
|
2800
|
+
|
|
2801
|
+
'@radix-ui/react-context-menu@2.3.7(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
|
|
2802
|
+
dependencies:
|
|
2803
|
+
'@radix-ui/primitive': 1.1.7
|
|
2804
|
+
'@radix-ui/react-context': 1.2.2(@types/react@19.2.18)(react@19.2.8)
|
|
2805
|
+
'@radix-ui/react-menu': 2.1.24(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2806
|
+
'@radix-ui/react-primitive': 2.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2807
|
+
'@radix-ui/react-use-controllable-state': 1.2.6(@types/react@19.2.18)(react@19.2.8)
|
|
2808
|
+
react: 19.2.8
|
|
2809
|
+
react-dom: 19.2.8(react@19.2.8)
|
|
2810
|
+
optionalDependencies:
|
|
2811
|
+
'@types/react': 19.2.18
|
|
2812
|
+
'@types/react-dom': 19.2.4(@types/react@19.2.18)
|
|
2813
|
+
|
|
2814
|
+
'@radix-ui/react-context@1.2.2(@types/react@19.2.18)(react@19.2.8)':
|
|
2815
|
+
dependencies:
|
|
2816
|
+
react: 19.2.8
|
|
2817
|
+
optionalDependencies:
|
|
2818
|
+
'@types/react': 19.2.18
|
|
2819
|
+
|
|
2820
|
+
'@radix-ui/react-dialog@1.1.23(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
|
|
2821
|
+
dependencies:
|
|
2822
|
+
'@radix-ui/primitive': 1.1.7
|
|
2823
|
+
'@radix-ui/react-compose-refs': 1.1.5(@types/react@19.2.18)(react@19.2.8)
|
|
2824
|
+
'@radix-ui/react-context': 1.2.2(@types/react@19.2.18)(react@19.2.8)
|
|
2825
|
+
'@radix-ui/react-dismissable-layer': 1.1.19(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2826
|
+
'@radix-ui/react-focus-guards': 1.1.6(@types/react@19.2.18)(react@19.2.8)
|
|
2827
|
+
'@radix-ui/react-focus-scope': 1.1.16(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2828
|
+
'@radix-ui/react-id': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
2829
|
+
'@radix-ui/react-portal': 1.1.17(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2830
|
+
'@radix-ui/react-presence': 1.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2831
|
+
'@radix-ui/react-primitive': 2.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2832
|
+
'@radix-ui/react-slot': 1.3.3(@types/react@19.2.18)(react@19.2.8)
|
|
2833
|
+
'@radix-ui/react-use-controllable-state': 1.2.6(@types/react@19.2.18)(react@19.2.8)
|
|
2834
|
+
'@radix-ui/react-use-layout-effect': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
2835
|
+
aria-hidden: 1.2.6
|
|
2836
|
+
react: 19.2.8
|
|
2837
|
+
react-dom: 19.2.8(react@19.2.8)
|
|
2838
|
+
react-remove-scroll: 2.7.2(@types/react@19.2.18)(react@19.2.8)
|
|
2839
|
+
optionalDependencies:
|
|
2840
|
+
'@types/react': 19.2.18
|
|
2841
|
+
'@types/react-dom': 19.2.4(@types/react@19.2.18)
|
|
2842
|
+
|
|
2843
|
+
'@radix-ui/react-direction@1.1.4(@types/react@19.2.18)(react@19.2.8)':
|
|
2844
|
+
dependencies:
|
|
2845
|
+
react: 19.2.8
|
|
2846
|
+
optionalDependencies:
|
|
2847
|
+
'@types/react': 19.2.18
|
|
2848
|
+
|
|
2849
|
+
'@radix-ui/react-dismissable-layer@1.1.19(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
|
|
2850
|
+
dependencies:
|
|
2851
|
+
'@radix-ui/primitive': 1.1.7
|
|
2852
|
+
'@radix-ui/react-compose-refs': 1.1.5(@types/react@19.2.18)(react@19.2.8)
|
|
2853
|
+
'@radix-ui/react-primitive': 2.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2854
|
+
'@radix-ui/react-use-callback-ref': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
2855
|
+
'@radix-ui/react-use-effect-event': 0.0.5(@types/react@19.2.18)(react@19.2.8)
|
|
2856
|
+
react: 19.2.8
|
|
2857
|
+
react-dom: 19.2.8(react@19.2.8)
|
|
2858
|
+
optionalDependencies:
|
|
2859
|
+
'@types/react': 19.2.18
|
|
2860
|
+
'@types/react-dom': 19.2.4(@types/react@19.2.18)
|
|
2861
|
+
|
|
2862
|
+
'@radix-ui/react-dropdown-menu@2.1.24(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
|
|
2863
|
+
dependencies:
|
|
2864
|
+
'@radix-ui/primitive': 1.1.7
|
|
2865
|
+
'@radix-ui/react-compose-refs': 1.1.5(@types/react@19.2.18)(react@19.2.8)
|
|
2866
|
+
'@radix-ui/react-context': 1.2.2(@types/react@19.2.18)(react@19.2.8)
|
|
2867
|
+
'@radix-ui/react-id': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
2868
|
+
'@radix-ui/react-menu': 2.1.24(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2869
|
+
'@radix-ui/react-primitive': 2.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2870
|
+
'@radix-ui/react-use-controllable-state': 1.2.6(@types/react@19.2.18)(react@19.2.8)
|
|
2871
|
+
react: 19.2.8
|
|
2872
|
+
react-dom: 19.2.8(react@19.2.8)
|
|
2873
|
+
optionalDependencies:
|
|
2874
|
+
'@types/react': 19.2.18
|
|
2875
|
+
'@types/react-dom': 19.2.4(@types/react@19.2.18)
|
|
2876
|
+
|
|
2877
|
+
'@radix-ui/react-focus-guards@1.1.6(@types/react@19.2.18)(react@19.2.8)':
|
|
2878
|
+
dependencies:
|
|
2879
|
+
react: 19.2.8
|
|
2880
|
+
optionalDependencies:
|
|
2881
|
+
'@types/react': 19.2.18
|
|
2882
|
+
|
|
2883
|
+
'@radix-ui/react-focus-scope@1.1.16(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
|
|
2884
|
+
dependencies:
|
|
2885
|
+
'@radix-ui/react-compose-refs': 1.1.5(@types/react@19.2.18)(react@19.2.8)
|
|
2886
|
+
'@radix-ui/react-primitive': 2.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2887
|
+
'@radix-ui/react-use-callback-ref': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
2888
|
+
react: 19.2.8
|
|
2889
|
+
react-dom: 19.2.8(react@19.2.8)
|
|
2890
|
+
optionalDependencies:
|
|
2891
|
+
'@types/react': 19.2.18
|
|
2892
|
+
'@types/react-dom': 19.2.4(@types/react@19.2.18)
|
|
2893
|
+
|
|
2894
|
+
'@radix-ui/react-form@0.1.16(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
|
|
2895
|
+
dependencies:
|
|
2896
|
+
'@radix-ui/primitive': 1.1.7
|
|
2897
|
+
'@radix-ui/react-compose-refs': 1.1.5(@types/react@19.2.18)(react@19.2.8)
|
|
2898
|
+
'@radix-ui/react-context': 1.2.2(@types/react@19.2.18)(react@19.2.8)
|
|
2899
|
+
'@radix-ui/react-id': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
2900
|
+
'@radix-ui/react-label': 2.1.15(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2901
|
+
'@radix-ui/react-primitive': 2.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2902
|
+
react: 19.2.8
|
|
2903
|
+
react-dom: 19.2.8(react@19.2.8)
|
|
2904
|
+
optionalDependencies:
|
|
2905
|
+
'@types/react': 19.2.18
|
|
2906
|
+
'@types/react-dom': 19.2.4(@types/react@19.2.18)
|
|
2907
|
+
|
|
2908
|
+
'@radix-ui/react-hover-card@1.1.23(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
|
|
2909
|
+
dependencies:
|
|
2910
|
+
'@radix-ui/primitive': 1.1.7
|
|
2911
|
+
'@radix-ui/react-compose-refs': 1.1.5(@types/react@19.2.18)(react@19.2.8)
|
|
2912
|
+
'@radix-ui/react-context': 1.2.2(@types/react@19.2.18)(react@19.2.8)
|
|
2913
|
+
'@radix-ui/react-dismissable-layer': 1.1.19(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2914
|
+
'@radix-ui/react-popper': 1.3.7(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2915
|
+
'@radix-ui/react-portal': 1.1.17(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2916
|
+
'@radix-ui/react-presence': 1.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2917
|
+
'@radix-ui/react-primitive': 2.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2918
|
+
'@radix-ui/react-use-controllable-state': 1.2.6(@types/react@19.2.18)(react@19.2.8)
|
|
2919
|
+
react: 19.2.8
|
|
2920
|
+
react-dom: 19.2.8(react@19.2.8)
|
|
2921
|
+
optionalDependencies:
|
|
2922
|
+
'@types/react': 19.2.18
|
|
2923
|
+
'@types/react-dom': 19.2.4(@types/react@19.2.18)
|
|
2924
|
+
|
|
2925
|
+
'@radix-ui/react-id@1.1.4(@types/react@19.2.18)(react@19.2.8)':
|
|
2926
|
+
dependencies:
|
|
2927
|
+
'@radix-ui/react-use-layout-effect': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
2928
|
+
react: 19.2.8
|
|
2929
|
+
optionalDependencies:
|
|
2930
|
+
'@types/react': 19.2.18
|
|
2931
|
+
|
|
2932
|
+
'@radix-ui/react-label@2.1.15(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
|
|
2933
|
+
dependencies:
|
|
2934
|
+
'@radix-ui/react-primitive': 2.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2935
|
+
react: 19.2.8
|
|
2936
|
+
react-dom: 19.2.8(react@19.2.8)
|
|
2937
|
+
optionalDependencies:
|
|
2938
|
+
'@types/react': 19.2.18
|
|
2939
|
+
'@types/react-dom': 19.2.4(@types/react@19.2.18)
|
|
2940
|
+
|
|
2941
|
+
'@radix-ui/react-menu@2.1.24(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
|
|
2942
|
+
dependencies:
|
|
2943
|
+
'@radix-ui/primitive': 1.1.7
|
|
2944
|
+
'@radix-ui/react-collection': 1.1.15(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2945
|
+
'@radix-ui/react-compose-refs': 1.1.5(@types/react@19.2.18)(react@19.2.8)
|
|
2946
|
+
'@radix-ui/react-context': 1.2.2(@types/react@19.2.18)(react@19.2.8)
|
|
2947
|
+
'@radix-ui/react-direction': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
2948
|
+
'@radix-ui/react-dismissable-layer': 1.1.19(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2949
|
+
'@radix-ui/react-focus-guards': 1.1.6(@types/react@19.2.18)(react@19.2.8)
|
|
2950
|
+
'@radix-ui/react-focus-scope': 1.1.16(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2951
|
+
'@radix-ui/react-id': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
2952
|
+
'@radix-ui/react-popper': 1.3.7(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2953
|
+
'@radix-ui/react-portal': 1.1.17(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2954
|
+
'@radix-ui/react-presence': 1.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2955
|
+
'@radix-ui/react-primitive': 2.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2956
|
+
'@radix-ui/react-roving-focus': 1.1.19(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2957
|
+
'@radix-ui/react-slot': 1.3.3(@types/react@19.2.18)(react@19.2.8)
|
|
2958
|
+
'@radix-ui/react-use-callback-ref': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
2959
|
+
aria-hidden: 1.2.6
|
|
2960
|
+
react: 19.2.8
|
|
2961
|
+
react-dom: 19.2.8(react@19.2.8)
|
|
2962
|
+
react-remove-scroll: 2.7.2(@types/react@19.2.18)(react@19.2.8)
|
|
2963
|
+
optionalDependencies:
|
|
2964
|
+
'@types/react': 19.2.18
|
|
2965
|
+
'@types/react-dom': 19.2.4(@types/react@19.2.18)
|
|
2966
|
+
|
|
2967
|
+
'@radix-ui/react-menubar@1.1.24(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
|
|
2968
|
+
dependencies:
|
|
2969
|
+
'@radix-ui/primitive': 1.1.7
|
|
2970
|
+
'@radix-ui/react-collection': 1.1.15(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2971
|
+
'@radix-ui/react-compose-refs': 1.1.5(@types/react@19.2.18)(react@19.2.8)
|
|
2972
|
+
'@radix-ui/react-context': 1.2.2(@types/react@19.2.18)(react@19.2.8)
|
|
2973
|
+
'@radix-ui/react-direction': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
2974
|
+
'@radix-ui/react-id': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
2975
|
+
'@radix-ui/react-menu': 2.1.24(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2976
|
+
'@radix-ui/react-primitive': 2.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2977
|
+
'@radix-ui/react-roving-focus': 1.1.19(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2978
|
+
'@radix-ui/react-use-controllable-state': 1.2.6(@types/react@19.2.18)(react@19.2.8)
|
|
2979
|
+
react: 19.2.8
|
|
2980
|
+
react-dom: 19.2.8(react@19.2.8)
|
|
2981
|
+
optionalDependencies:
|
|
2982
|
+
'@types/react': 19.2.18
|
|
2983
|
+
'@types/react-dom': 19.2.4(@types/react@19.2.18)
|
|
2984
|
+
|
|
2985
|
+
'@radix-ui/react-navigation-menu@1.2.22(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
|
|
2986
|
+
dependencies:
|
|
2987
|
+
'@radix-ui/primitive': 1.1.7
|
|
2988
|
+
'@radix-ui/react-collection': 1.1.15(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2989
|
+
'@radix-ui/react-compose-refs': 1.1.5(@types/react@19.2.18)(react@19.2.8)
|
|
2990
|
+
'@radix-ui/react-context': 1.2.2(@types/react@19.2.18)(react@19.2.8)
|
|
2991
|
+
'@radix-ui/react-direction': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
2992
|
+
'@radix-ui/react-dismissable-layer': 1.1.19(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2993
|
+
'@radix-ui/react-id': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
2994
|
+
'@radix-ui/react-presence': 1.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2995
|
+
'@radix-ui/react-primitive': 2.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2996
|
+
'@radix-ui/react-use-callback-ref': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
2997
|
+
'@radix-ui/react-use-controllable-state': 1.2.6(@types/react@19.2.18)(react@19.2.8)
|
|
2998
|
+
'@radix-ui/react-use-layout-effect': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
2999
|
+
'@radix-ui/react-use-previous': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
3000
|
+
'@radix-ui/react-visually-hidden': 1.2.11(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
3001
|
+
react: 19.2.8
|
|
3002
|
+
react-dom: 19.2.8(react@19.2.8)
|
|
3003
|
+
optionalDependencies:
|
|
3004
|
+
'@types/react': 19.2.18
|
|
3005
|
+
'@types/react-dom': 19.2.4(@types/react@19.2.18)
|
|
3006
|
+
|
|
3007
|
+
'@radix-ui/react-one-time-password-field@0.1.16(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
|
|
3008
|
+
dependencies:
|
|
3009
|
+
'@radix-ui/number': 1.1.3
|
|
3010
|
+
'@radix-ui/primitive': 1.1.7
|
|
3011
|
+
'@radix-ui/react-collection': 1.1.15(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
3012
|
+
'@radix-ui/react-compose-refs': 1.1.5(@types/react@19.2.18)(react@19.2.8)
|
|
3013
|
+
'@radix-ui/react-context': 1.2.2(@types/react@19.2.18)(react@19.2.8)
|
|
3014
|
+
'@radix-ui/react-direction': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
3015
|
+
'@radix-ui/react-primitive': 2.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
3016
|
+
'@radix-ui/react-roving-focus': 1.1.19(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
3017
|
+
'@radix-ui/react-use-controllable-state': 1.2.6(@types/react@19.2.18)(react@19.2.8)
|
|
3018
|
+
'@radix-ui/react-use-effect-event': 0.0.5(@types/react@19.2.18)(react@19.2.8)
|
|
3019
|
+
'@radix-ui/react-use-is-hydrated': 0.1.3(@types/react@19.2.18)(react@19.2.8)
|
|
3020
|
+
'@radix-ui/react-use-layout-effect': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
3021
|
+
react: 19.2.8
|
|
3022
|
+
react-dom: 19.2.8(react@19.2.8)
|
|
3023
|
+
optionalDependencies:
|
|
3024
|
+
'@types/react': 19.2.18
|
|
3025
|
+
'@types/react-dom': 19.2.4(@types/react@19.2.18)
|
|
3026
|
+
|
|
3027
|
+
'@radix-ui/react-password-toggle-field@0.1.11(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
|
|
3028
|
+
dependencies:
|
|
3029
|
+
'@radix-ui/primitive': 1.1.7
|
|
3030
|
+
'@radix-ui/react-compose-refs': 1.1.5(@types/react@19.2.18)(react@19.2.8)
|
|
3031
|
+
'@radix-ui/react-context': 1.2.2(@types/react@19.2.18)(react@19.2.8)
|
|
3032
|
+
'@radix-ui/react-id': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
3033
|
+
'@radix-ui/react-primitive': 2.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
3034
|
+
'@radix-ui/react-use-controllable-state': 1.2.6(@types/react@19.2.18)(react@19.2.8)
|
|
3035
|
+
'@radix-ui/react-use-effect-event': 0.0.5(@types/react@19.2.18)(react@19.2.8)
|
|
3036
|
+
'@radix-ui/react-use-is-hydrated': 0.1.3(@types/react@19.2.18)(react@19.2.8)
|
|
3037
|
+
react: 19.2.8
|
|
3038
|
+
react-dom: 19.2.8(react@19.2.8)
|
|
3039
|
+
optionalDependencies:
|
|
3040
|
+
'@types/react': 19.2.18
|
|
3041
|
+
'@types/react-dom': 19.2.4(@types/react@19.2.18)
|
|
3042
|
+
|
|
3043
|
+
'@radix-ui/react-popover@1.1.23(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
|
|
3044
|
+
dependencies:
|
|
3045
|
+
'@radix-ui/primitive': 1.1.7
|
|
3046
|
+
'@radix-ui/react-compose-refs': 1.1.5(@types/react@19.2.18)(react@19.2.8)
|
|
3047
|
+
'@radix-ui/react-context': 1.2.2(@types/react@19.2.18)(react@19.2.8)
|
|
3048
|
+
'@radix-ui/react-dismissable-layer': 1.1.19(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
3049
|
+
'@radix-ui/react-focus-guards': 1.1.6(@types/react@19.2.18)(react@19.2.8)
|
|
3050
|
+
'@radix-ui/react-focus-scope': 1.1.16(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
3051
|
+
'@radix-ui/react-id': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
3052
|
+
'@radix-ui/react-popper': 1.3.7(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
3053
|
+
'@radix-ui/react-portal': 1.1.17(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
3054
|
+
'@radix-ui/react-presence': 1.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
3055
|
+
'@radix-ui/react-primitive': 2.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
3056
|
+
'@radix-ui/react-slot': 1.3.3(@types/react@19.2.18)(react@19.2.8)
|
|
3057
|
+
'@radix-ui/react-use-controllable-state': 1.2.6(@types/react@19.2.18)(react@19.2.8)
|
|
3058
|
+
aria-hidden: 1.2.6
|
|
3059
|
+
react: 19.2.8
|
|
3060
|
+
react-dom: 19.2.8(react@19.2.8)
|
|
3061
|
+
react-remove-scroll: 2.7.2(@types/react@19.2.18)(react@19.2.8)
|
|
3062
|
+
optionalDependencies:
|
|
3063
|
+
'@types/react': 19.2.18
|
|
3064
|
+
'@types/react-dom': 19.2.4(@types/react@19.2.18)
|
|
3065
|
+
|
|
3066
|
+
'@radix-ui/react-popper@1.3.7(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
|
|
3067
|
+
dependencies:
|
|
3068
|
+
'@floating-ui/react-dom': 2.1.9(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
3069
|
+
'@radix-ui/react-arrow': 1.1.15(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
3070
|
+
'@radix-ui/react-compose-refs': 1.1.5(@types/react@19.2.18)(react@19.2.8)
|
|
3071
|
+
'@radix-ui/react-context': 1.2.2(@types/react@19.2.18)(react@19.2.8)
|
|
3072
|
+
'@radix-ui/react-primitive': 2.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
3073
|
+
'@radix-ui/react-use-callback-ref': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
3074
|
+
'@radix-ui/react-use-layout-effect': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
3075
|
+
'@radix-ui/react-use-rect': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
3076
|
+
'@radix-ui/react-use-size': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
3077
|
+
'@radix-ui/rect': 1.1.3
|
|
3078
|
+
react: 19.2.8
|
|
3079
|
+
react-dom: 19.2.8(react@19.2.8)
|
|
3080
|
+
optionalDependencies:
|
|
3081
|
+
'@types/react': 19.2.18
|
|
3082
|
+
'@types/react-dom': 19.2.4(@types/react@19.2.18)
|
|
3083
|
+
|
|
3084
|
+
'@radix-ui/react-portal@1.1.17(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
|
|
3085
|
+
dependencies:
|
|
3086
|
+
'@radix-ui/react-primitive': 2.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
3087
|
+
'@radix-ui/react-use-layout-effect': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
3088
|
+
react: 19.2.8
|
|
3089
|
+
react-dom: 19.2.8(react@19.2.8)
|
|
3090
|
+
optionalDependencies:
|
|
3091
|
+
'@types/react': 19.2.18
|
|
3092
|
+
'@types/react-dom': 19.2.4(@types/react@19.2.18)
|
|
3093
|
+
|
|
3094
|
+
'@radix-ui/react-presence@1.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
|
|
3095
|
+
dependencies:
|
|
3096
|
+
'@radix-ui/react-use-layout-effect': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
3097
|
+
react: 19.2.8
|
|
3098
|
+
react-dom: 19.2.8(react@19.2.8)
|
|
3099
|
+
optionalDependencies:
|
|
3100
|
+
'@types/react': 19.2.18
|
|
3101
|
+
'@types/react-dom': 19.2.4(@types/react@19.2.18)
|
|
3102
|
+
|
|
3103
|
+
'@radix-ui/react-primitive@2.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
|
|
3104
|
+
dependencies:
|
|
3105
|
+
'@radix-ui/react-slot': 1.3.3(@types/react@19.2.18)(react@19.2.8)
|
|
3106
|
+
react: 19.2.8
|
|
3107
|
+
react-dom: 19.2.8(react@19.2.8)
|
|
3108
|
+
optionalDependencies:
|
|
3109
|
+
'@types/react': 19.2.18
|
|
3110
|
+
'@types/react-dom': 19.2.4(@types/react@19.2.18)
|
|
3111
|
+
|
|
3112
|
+
'@radix-ui/react-progress@1.1.16(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
|
|
2255
3113
|
dependencies:
|
|
3114
|
+
'@radix-ui/react-context': 1.2.2(@types/react@19.2.18)(react@19.2.8)
|
|
2256
3115
|
'@radix-ui/react-primitive': 2.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2257
3116
|
react: 19.2.8
|
|
2258
3117
|
react-dom: 19.2.8(react@19.2.8)
|
|
@@ -2260,61 +3119,81 @@ snapshots:
|
|
|
2260
3119
|
'@types/react': 19.2.18
|
|
2261
3120
|
'@types/react-dom': 19.2.4(@types/react@19.2.18)
|
|
2262
3121
|
|
|
2263
|
-
'@radix-ui/react-
|
|
3122
|
+
'@radix-ui/react-radio-group@1.4.7(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
|
|
2264
3123
|
dependencies:
|
|
2265
3124
|
'@radix-ui/primitive': 1.1.7
|
|
2266
3125
|
'@radix-ui/react-compose-refs': 1.1.5(@types/react@19.2.18)(react@19.2.8)
|
|
2267
3126
|
'@radix-ui/react-context': 1.2.2(@types/react@19.2.18)(react@19.2.8)
|
|
2268
|
-
'@radix-ui/react-
|
|
3127
|
+
'@radix-ui/react-direction': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
2269
3128
|
'@radix-ui/react-presence': 1.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2270
3129
|
'@radix-ui/react-primitive': 2.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
3130
|
+
'@radix-ui/react-roving-focus': 1.1.19(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2271
3131
|
'@radix-ui/react-use-controllable-state': 1.2.6(@types/react@19.2.18)(react@19.2.8)
|
|
2272
|
-
'@radix-ui/react-use-
|
|
3132
|
+
'@radix-ui/react-use-size': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
2273
3133
|
react: 19.2.8
|
|
2274
3134
|
react-dom: 19.2.8(react@19.2.8)
|
|
2275
3135
|
optionalDependencies:
|
|
2276
3136
|
'@types/react': 19.2.18
|
|
2277
3137
|
'@types/react-dom': 19.2.4(@types/react@19.2.18)
|
|
2278
3138
|
|
|
2279
|
-
'@radix-ui/react-
|
|
3139
|
+
'@radix-ui/react-roving-focus@1.1.19(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
|
|
2280
3140
|
dependencies:
|
|
3141
|
+
'@radix-ui/primitive': 1.1.7
|
|
3142
|
+
'@radix-ui/react-collection': 1.1.15(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2281
3143
|
'@radix-ui/react-compose-refs': 1.1.5(@types/react@19.2.18)(react@19.2.8)
|
|
2282
3144
|
'@radix-ui/react-context': 1.2.2(@types/react@19.2.18)(react@19.2.8)
|
|
3145
|
+
'@radix-ui/react-direction': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
3146
|
+
'@radix-ui/react-id': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
2283
3147
|
'@radix-ui/react-primitive': 2.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2284
|
-
'@radix-ui/react-
|
|
3148
|
+
'@radix-ui/react-use-callback-ref': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
3149
|
+
'@radix-ui/react-use-controllable-state': 1.2.6(@types/react@19.2.18)(react@19.2.8)
|
|
3150
|
+
'@radix-ui/react-use-is-hydrated': 0.1.3(@types/react@19.2.18)(react@19.2.8)
|
|
3151
|
+
'@radix-ui/react-use-layout-effect': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
2285
3152
|
react: 19.2.8
|
|
2286
3153
|
react-dom: 19.2.8(react@19.2.8)
|
|
2287
3154
|
optionalDependencies:
|
|
2288
3155
|
'@types/react': 19.2.18
|
|
2289
3156
|
'@types/react-dom': 19.2.4(@types/react@19.2.18)
|
|
2290
3157
|
|
|
2291
|
-
'@radix-ui/react-
|
|
2292
|
-
dependencies:
|
|
2293
|
-
react: 19.2.8
|
|
2294
|
-
optionalDependencies:
|
|
2295
|
-
'@types/react': 19.2.18
|
|
2296
|
-
|
|
2297
|
-
'@radix-ui/react-context@1.2.2(@types/react@19.2.18)(react@19.2.8)':
|
|
3158
|
+
'@radix-ui/react-scroll-area@1.2.18(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
|
|
2298
3159
|
dependencies:
|
|
3160
|
+
'@radix-ui/number': 1.1.3
|
|
3161
|
+
'@radix-ui/primitive': 1.1.7
|
|
3162
|
+
'@radix-ui/react-compose-refs': 1.1.5(@types/react@19.2.18)(react@19.2.8)
|
|
3163
|
+
'@radix-ui/react-context': 1.2.2(@types/react@19.2.18)(react@19.2.8)
|
|
3164
|
+
'@radix-ui/react-direction': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
3165
|
+
'@radix-ui/react-presence': 1.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
3166
|
+
'@radix-ui/react-primitive': 2.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
3167
|
+
'@radix-ui/react-use-callback-ref': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
3168
|
+
'@radix-ui/react-use-layout-effect': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
2299
3169
|
react: 19.2.8
|
|
3170
|
+
react-dom: 19.2.8(react@19.2.8)
|
|
2300
3171
|
optionalDependencies:
|
|
2301
3172
|
'@types/react': 19.2.18
|
|
3173
|
+
'@types/react-dom': 19.2.4(@types/react@19.2.18)
|
|
2302
3174
|
|
|
2303
|
-
'@radix-ui/react-
|
|
3175
|
+
'@radix-ui/react-select@2.3.7(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
|
|
2304
3176
|
dependencies:
|
|
3177
|
+
'@radix-ui/number': 1.1.3
|
|
2305
3178
|
'@radix-ui/primitive': 1.1.7
|
|
3179
|
+
'@radix-ui/react-collection': 1.1.15(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2306
3180
|
'@radix-ui/react-compose-refs': 1.1.5(@types/react@19.2.18)(react@19.2.8)
|
|
2307
3181
|
'@radix-ui/react-context': 1.2.2(@types/react@19.2.18)(react@19.2.8)
|
|
3182
|
+
'@radix-ui/react-direction': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
2308
3183
|
'@radix-ui/react-dismissable-layer': 1.1.19(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2309
3184
|
'@radix-ui/react-focus-guards': 1.1.6(@types/react@19.2.18)(react@19.2.8)
|
|
2310
3185
|
'@radix-ui/react-focus-scope': 1.1.16(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2311
3186
|
'@radix-ui/react-id': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
3187
|
+
'@radix-ui/react-popper': 1.3.7(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2312
3188
|
'@radix-ui/react-portal': 1.1.17(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2313
3189
|
'@radix-ui/react-presence': 1.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2314
3190
|
'@radix-ui/react-primitive': 2.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2315
3191
|
'@radix-ui/react-slot': 1.3.3(@types/react@19.2.18)(react@19.2.8)
|
|
3192
|
+
'@radix-ui/react-use-callback-ref': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
2316
3193
|
'@radix-ui/react-use-controllable-state': 1.2.6(@types/react@19.2.18)(react@19.2.8)
|
|
2317
3194
|
'@radix-ui/react-use-layout-effect': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
3195
|
+
'@radix-ui/react-use-previous': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
3196
|
+
'@radix-ui/react-visually-hidden': 1.2.11(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2318
3197
|
aria-hidden: 1.2.6
|
|
2319
3198
|
react: 19.2.8
|
|
2320
3199
|
react-dom: 19.2.8(react@19.2.8)
|
|
@@ -2323,193 +3202,147 @@ snapshots:
|
|
|
2323
3202
|
'@types/react': 19.2.18
|
|
2324
3203
|
'@types/react-dom': 19.2.4(@types/react@19.2.18)
|
|
2325
3204
|
|
|
2326
|
-
'@radix-ui/react-
|
|
2327
|
-
dependencies:
|
|
2328
|
-
react: 19.2.8
|
|
2329
|
-
optionalDependencies:
|
|
2330
|
-
'@types/react': 19.2.18
|
|
2331
|
-
|
|
2332
|
-
'@radix-ui/react-dismissable-layer@1.1.19(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
|
|
3205
|
+
'@radix-ui/react-separator@1.1.15(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
|
|
2333
3206
|
dependencies:
|
|
2334
|
-
'@radix-ui/primitive': 1.1.7
|
|
2335
|
-
'@radix-ui/react-compose-refs': 1.1.5(@types/react@19.2.18)(react@19.2.8)
|
|
2336
3207
|
'@radix-ui/react-primitive': 2.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2337
|
-
'@radix-ui/react-use-callback-ref': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
2338
|
-
'@radix-ui/react-use-effect-event': 0.0.5(@types/react@19.2.18)(react@19.2.8)
|
|
2339
3208
|
react: 19.2.8
|
|
2340
3209
|
react-dom: 19.2.8(react@19.2.8)
|
|
2341
3210
|
optionalDependencies:
|
|
2342
3211
|
'@types/react': 19.2.18
|
|
2343
3212
|
'@types/react-dom': 19.2.4(@types/react@19.2.18)
|
|
2344
3213
|
|
|
2345
|
-
'@radix-ui/react-
|
|
2346
|
-
dependencies:
|
|
2347
|
-
react: 19.2.8
|
|
2348
|
-
optionalDependencies:
|
|
2349
|
-
'@types/react': 19.2.18
|
|
2350
|
-
|
|
2351
|
-
'@radix-ui/react-focus-scope@1.1.16(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
|
|
3214
|
+
'@radix-ui/react-slider@1.4.7(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
|
|
2352
3215
|
dependencies:
|
|
3216
|
+
'@radix-ui/number': 1.1.3
|
|
3217
|
+
'@radix-ui/primitive': 1.1.7
|
|
3218
|
+
'@radix-ui/react-collection': 1.1.15(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2353
3219
|
'@radix-ui/react-compose-refs': 1.1.5(@types/react@19.2.18)(react@19.2.8)
|
|
3220
|
+
'@radix-ui/react-context': 1.2.2(@types/react@19.2.18)(react@19.2.8)
|
|
3221
|
+
'@radix-ui/react-direction': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
2354
3222
|
'@radix-ui/react-primitive': 2.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2355
|
-
'@radix-ui/react-use-
|
|
3223
|
+
'@radix-ui/react-use-controllable-state': 1.2.6(@types/react@19.2.18)(react@19.2.8)
|
|
3224
|
+
'@radix-ui/react-use-layout-effect': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
3225
|
+
'@radix-ui/react-use-previous': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
3226
|
+
'@radix-ui/react-use-size': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
2356
3227
|
react: 19.2.8
|
|
2357
3228
|
react-dom: 19.2.8(react@19.2.8)
|
|
2358
3229
|
optionalDependencies:
|
|
2359
3230
|
'@types/react': 19.2.18
|
|
2360
3231
|
'@types/react-dom': 19.2.4(@types/react@19.2.18)
|
|
2361
3232
|
|
|
2362
|
-
'@radix-ui/react-
|
|
3233
|
+
'@radix-ui/react-slot@1.3.3(@types/react@19.2.18)(react@19.2.8)':
|
|
2363
3234
|
dependencies:
|
|
2364
|
-
'@radix-ui/react-
|
|
3235
|
+
'@radix-ui/react-compose-refs': 1.1.5(@types/react@19.2.18)(react@19.2.8)
|
|
2365
3236
|
react: 19.2.8
|
|
2366
3237
|
optionalDependencies:
|
|
2367
3238
|
'@types/react': 19.2.18
|
|
2368
3239
|
|
|
2369
|
-
'@radix-ui/react-
|
|
3240
|
+
'@radix-ui/react-switch@1.3.7(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
|
|
2370
3241
|
dependencies:
|
|
2371
3242
|
'@radix-ui/primitive': 1.1.7
|
|
2372
|
-
'@radix-ui/react-collection': 1.1.15(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2373
3243
|
'@radix-ui/react-compose-refs': 1.1.5(@types/react@19.2.18)(react@19.2.8)
|
|
2374
3244
|
'@radix-ui/react-context': 1.2.2(@types/react@19.2.18)(react@19.2.8)
|
|
2375
|
-
'@radix-ui/react-direction': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
2376
|
-
'@radix-ui/react-dismissable-layer': 1.1.19(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2377
|
-
'@radix-ui/react-id': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
2378
|
-
'@radix-ui/react-presence': 1.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2379
3245
|
'@radix-ui/react-primitive': 2.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2380
|
-
'@radix-ui/react-use-callback-ref': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
2381
3246
|
'@radix-ui/react-use-controllable-state': 1.2.6(@types/react@19.2.18)(react@19.2.8)
|
|
2382
|
-
'@radix-ui/react-use-
|
|
2383
|
-
'@radix-ui/react-use-previous': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
2384
|
-
'@radix-ui/react-visually-hidden': 1.2.11(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
3247
|
+
'@radix-ui/react-use-size': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
2385
3248
|
react: 19.2.8
|
|
2386
3249
|
react-dom: 19.2.8(react@19.2.8)
|
|
2387
3250
|
optionalDependencies:
|
|
2388
3251
|
'@types/react': 19.2.18
|
|
2389
3252
|
'@types/react-dom': 19.2.4(@types/react@19.2.18)
|
|
2390
3253
|
|
|
2391
|
-
'@radix-ui/react-
|
|
3254
|
+
'@radix-ui/react-tabs@1.1.21(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
|
|
2392
3255
|
dependencies:
|
|
2393
3256
|
'@radix-ui/primitive': 1.1.7
|
|
2394
|
-
'@radix-ui/react-compose-refs': 1.1.5(@types/react@19.2.18)(react@19.2.8)
|
|
2395
3257
|
'@radix-ui/react-context': 1.2.2(@types/react@19.2.18)(react@19.2.8)
|
|
2396
|
-
'@radix-ui/react-
|
|
2397
|
-
'@radix-ui/react-focus-guards': 1.1.6(@types/react@19.2.18)(react@19.2.8)
|
|
2398
|
-
'@radix-ui/react-focus-scope': 1.1.16(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
3258
|
+
'@radix-ui/react-direction': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
2399
3259
|
'@radix-ui/react-id': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
2400
|
-
'@radix-ui/react-popper': 1.3.7(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2401
|
-
'@radix-ui/react-portal': 1.1.17(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2402
3260
|
'@radix-ui/react-presence': 1.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2403
3261
|
'@radix-ui/react-primitive': 2.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2404
|
-
'@radix-ui/react-
|
|
3262
|
+
'@radix-ui/react-roving-focus': 1.1.19(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2405
3263
|
'@radix-ui/react-use-controllable-state': 1.2.6(@types/react@19.2.18)(react@19.2.8)
|
|
2406
|
-
aria-hidden: 1.2.6
|
|
2407
3264
|
react: 19.2.8
|
|
2408
3265
|
react-dom: 19.2.8(react@19.2.8)
|
|
2409
|
-
react-remove-scroll: 2.7.2(@types/react@19.2.18)(react@19.2.8)
|
|
2410
3266
|
optionalDependencies:
|
|
2411
3267
|
'@types/react': 19.2.18
|
|
2412
3268
|
'@types/react-dom': 19.2.4(@types/react@19.2.18)
|
|
2413
3269
|
|
|
2414
|
-
'@radix-ui/react-
|
|
3270
|
+
'@radix-ui/react-toast@1.2.23(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
|
|
2415
3271
|
dependencies:
|
|
2416
|
-
'@
|
|
2417
|
-
'@radix-ui/react-
|
|
3272
|
+
'@radix-ui/primitive': 1.1.7
|
|
3273
|
+
'@radix-ui/react-collection': 1.1.15(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2418
3274
|
'@radix-ui/react-compose-refs': 1.1.5(@types/react@19.2.18)(react@19.2.8)
|
|
2419
3275
|
'@radix-ui/react-context': 1.2.2(@types/react@19.2.18)(react@19.2.8)
|
|
3276
|
+
'@radix-ui/react-dismissable-layer': 1.1.19(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
3277
|
+
'@radix-ui/react-portal': 1.1.17(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
3278
|
+
'@radix-ui/react-presence': 1.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2420
3279
|
'@radix-ui/react-primitive': 2.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2421
3280
|
'@radix-ui/react-use-callback-ref': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
3281
|
+
'@radix-ui/react-use-controllable-state': 1.2.6(@types/react@19.2.18)(react@19.2.8)
|
|
2422
3282
|
'@radix-ui/react-use-layout-effect': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
2423
|
-
'@radix-ui/react-
|
|
2424
|
-
'@radix-ui/react-use-size': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
2425
|
-
'@radix-ui/rect': 1.1.3
|
|
3283
|
+
'@radix-ui/react-visually-hidden': 1.2.11(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2426
3284
|
react: 19.2.8
|
|
2427
3285
|
react-dom: 19.2.8(react@19.2.8)
|
|
2428
3286
|
optionalDependencies:
|
|
2429
3287
|
'@types/react': 19.2.18
|
|
2430
3288
|
'@types/react-dom': 19.2.4(@types/react@19.2.18)
|
|
2431
3289
|
|
|
2432
|
-
'@radix-ui/react-
|
|
3290
|
+
'@radix-ui/react-toggle-group@1.1.19(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
|
|
2433
3291
|
dependencies:
|
|
3292
|
+
'@radix-ui/primitive': 1.1.7
|
|
3293
|
+
'@radix-ui/react-context': 1.2.2(@types/react@19.2.18)(react@19.2.8)
|
|
3294
|
+
'@radix-ui/react-direction': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
2434
3295
|
'@radix-ui/react-primitive': 2.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2435
|
-
'@radix-ui/react-
|
|
2436
|
-
react: 19.2.8
|
|
2437
|
-
react-
|
|
2438
|
-
optionalDependencies:
|
|
2439
|
-
'@types/react': 19.2.18
|
|
2440
|
-
'@types/react-dom': 19.2.4(@types/react@19.2.18)
|
|
2441
|
-
|
|
2442
|
-
'@radix-ui/react-presence@1.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
|
|
2443
|
-
dependencies:
|
|
2444
|
-
'@radix-ui/react-use-layout-effect': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
2445
|
-
react: 19.2.8
|
|
2446
|
-
react-dom: 19.2.8(react@19.2.8)
|
|
2447
|
-
optionalDependencies:
|
|
2448
|
-
'@types/react': 19.2.18
|
|
2449
|
-
'@types/react-dom': 19.2.4(@types/react@19.2.18)
|
|
2450
|
-
|
|
2451
|
-
'@radix-ui/react-primitive@2.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
|
|
2452
|
-
dependencies:
|
|
2453
|
-
'@radix-ui/react-slot': 1.3.3(@types/react@19.2.18)(react@19.2.8)
|
|
3296
|
+
'@radix-ui/react-roving-focus': 1.1.19(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
3297
|
+
'@radix-ui/react-toggle': 1.1.18(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
3298
|
+
'@radix-ui/react-use-controllable-state': 1.2.6(@types/react@19.2.18)(react@19.2.8)
|
|
2454
3299
|
react: 19.2.8
|
|
2455
3300
|
react-dom: 19.2.8(react@19.2.8)
|
|
2456
3301
|
optionalDependencies:
|
|
2457
3302
|
'@types/react': 19.2.18
|
|
2458
3303
|
'@types/react-dom': 19.2.4(@types/react@19.2.18)
|
|
2459
3304
|
|
|
2460
|
-
'@radix-ui/react-
|
|
3305
|
+
'@radix-ui/react-toggle@1.1.18(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
|
|
2461
3306
|
dependencies:
|
|
2462
3307
|
'@radix-ui/primitive': 1.1.7
|
|
2463
|
-
'@radix-ui/react-collection': 1.1.15(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2464
|
-
'@radix-ui/react-compose-refs': 1.1.5(@types/react@19.2.18)(react@19.2.8)
|
|
2465
|
-
'@radix-ui/react-context': 1.2.2(@types/react@19.2.18)(react@19.2.8)
|
|
2466
|
-
'@radix-ui/react-direction': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
2467
|
-
'@radix-ui/react-id': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
2468
3308
|
'@radix-ui/react-primitive': 2.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2469
|
-
'@radix-ui/react-use-callback-ref': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
2470
3309
|
'@radix-ui/react-use-controllable-state': 1.2.6(@types/react@19.2.18)(react@19.2.8)
|
|
2471
|
-
'@radix-ui/react-use-is-hydrated': 0.1.3(@types/react@19.2.18)(react@19.2.8)
|
|
2472
|
-
'@radix-ui/react-use-layout-effect': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
2473
3310
|
react: 19.2.8
|
|
2474
3311
|
react-dom: 19.2.8(react@19.2.8)
|
|
2475
3312
|
optionalDependencies:
|
|
2476
3313
|
'@types/react': 19.2.18
|
|
2477
3314
|
'@types/react-dom': 19.2.4(@types/react@19.2.18)
|
|
2478
3315
|
|
|
2479
|
-
'@radix-ui/react-
|
|
3316
|
+
'@radix-ui/react-toolbar@1.1.19(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
|
|
2480
3317
|
dependencies:
|
|
2481
|
-
'@radix-ui/number': 1.1.3
|
|
2482
3318
|
'@radix-ui/primitive': 1.1.7
|
|
2483
|
-
'@radix-ui/react-compose-refs': 1.1.5(@types/react@19.2.18)(react@19.2.8)
|
|
2484
3319
|
'@radix-ui/react-context': 1.2.2(@types/react@19.2.18)(react@19.2.8)
|
|
2485
3320
|
'@radix-ui/react-direction': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
2486
|
-
'@radix-ui/react-presence': 1.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2487
3321
|
'@radix-ui/react-primitive': 2.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2488
|
-
'@radix-ui/react-
|
|
2489
|
-
'@radix-ui/react-
|
|
3322
|
+
'@radix-ui/react-roving-focus': 1.1.19(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
3323
|
+
'@radix-ui/react-separator': 1.1.15(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
3324
|
+
'@radix-ui/react-toggle-group': 1.1.19(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2490
3325
|
react: 19.2.8
|
|
2491
3326
|
react-dom: 19.2.8(react@19.2.8)
|
|
2492
3327
|
optionalDependencies:
|
|
2493
3328
|
'@types/react': 19.2.18
|
|
2494
3329
|
'@types/react-dom': 19.2.4(@types/react@19.2.18)
|
|
2495
3330
|
|
|
2496
|
-
'@radix-ui/react-
|
|
2497
|
-
dependencies:
|
|
2498
|
-
'@radix-ui/react-compose-refs': 1.1.5(@types/react@19.2.18)(react@19.2.8)
|
|
2499
|
-
react: 19.2.8
|
|
2500
|
-
optionalDependencies:
|
|
2501
|
-
'@types/react': 19.2.18
|
|
2502
|
-
|
|
2503
|
-
'@radix-ui/react-tabs@1.1.21(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
|
|
3331
|
+
'@radix-ui/react-tooltip@1.2.16(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
|
|
2504
3332
|
dependencies:
|
|
2505
3333
|
'@radix-ui/primitive': 1.1.7
|
|
3334
|
+
'@radix-ui/react-compose-refs': 1.1.5(@types/react@19.2.18)(react@19.2.8)
|
|
2506
3335
|
'@radix-ui/react-context': 1.2.2(@types/react@19.2.18)(react@19.2.8)
|
|
2507
|
-
'@radix-ui/react-
|
|
3336
|
+
'@radix-ui/react-dismissable-layer': 1.1.19(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2508
3337
|
'@radix-ui/react-id': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
3338
|
+
'@radix-ui/react-popper': 1.3.7(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
3339
|
+
'@radix-ui/react-portal': 1.1.17(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2509
3340
|
'@radix-ui/react-presence': 1.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2510
3341
|
'@radix-ui/react-primitive': 2.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2511
|
-
'@radix-ui/react-
|
|
3342
|
+
'@radix-ui/react-slot': 1.3.3(@types/react@19.2.18)(react@19.2.8)
|
|
2512
3343
|
'@radix-ui/react-use-controllable-state': 1.2.6(@types/react@19.2.18)(react@19.2.8)
|
|
3344
|
+
'@radix-ui/react-use-layout-effect': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
3345
|
+
'@radix-ui/react-visually-hidden': 1.2.11(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2513
3346
|
react: 19.2.8
|
|
2514
3347
|
react-dom: 19.2.8(react@19.2.8)
|
|
2515
3348
|
optionalDependencies:
|
|
@@ -2538,6 +3371,13 @@ snapshots:
|
|
|
2538
3371
|
optionalDependencies:
|
|
2539
3372
|
'@types/react': 19.2.18
|
|
2540
3373
|
|
|
3374
|
+
'@radix-ui/react-use-escape-keydown@1.1.5(@types/react@19.2.18)(react@19.2.8)':
|
|
3375
|
+
dependencies:
|
|
3376
|
+
'@radix-ui/react-use-callback-ref': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
3377
|
+
react: 19.2.8
|
|
3378
|
+
optionalDependencies:
|
|
3379
|
+
'@types/react': 19.2.18
|
|
3380
|
+
|
|
2541
3381
|
'@radix-ui/react-use-is-hydrated@0.1.3(@types/react@19.2.18)(react@19.2.8)':
|
|
2542
3382
|
dependencies:
|
|
2543
3383
|
react: 19.2.8
|
|
@@ -2736,14 +3576,50 @@ snapshots:
|
|
|
2736
3576
|
|
|
2737
3577
|
'@ungap/structured-clone@1.3.3': {}
|
|
2738
3578
|
|
|
3579
|
+
'@yuku-analyzer/binding-android-arm64@0.8.7':
|
|
3580
|
+
optional: true
|
|
3581
|
+
|
|
3582
|
+
'@yuku-analyzer/binding-darwin-arm64@0.8.7':
|
|
3583
|
+
optional: true
|
|
3584
|
+
|
|
3585
|
+
'@yuku-analyzer/binding-darwin-x64@0.8.7':
|
|
3586
|
+
optional: true
|
|
3587
|
+
|
|
3588
|
+
'@yuku-analyzer/binding-freebsd-x64@0.8.7':
|
|
3589
|
+
optional: true
|
|
3590
|
+
|
|
3591
|
+
'@yuku-analyzer/binding-linux-arm-gnu@0.8.7':
|
|
3592
|
+
optional: true
|
|
3593
|
+
|
|
3594
|
+
'@yuku-analyzer/binding-linux-arm-musl@0.8.7':
|
|
3595
|
+
optional: true
|
|
3596
|
+
|
|
3597
|
+
'@yuku-analyzer/binding-linux-arm64-gnu@0.8.7':
|
|
3598
|
+
optional: true
|
|
3599
|
+
|
|
3600
|
+
'@yuku-analyzer/binding-linux-arm64-musl@0.8.7':
|
|
3601
|
+
optional: true
|
|
3602
|
+
|
|
3603
|
+
'@yuku-analyzer/binding-linux-x64-gnu@0.8.7':
|
|
3604
|
+
optional: true
|
|
3605
|
+
|
|
3606
|
+
'@yuku-analyzer/binding-linux-x64-musl@0.8.7':
|
|
3607
|
+
optional: true
|
|
3608
|
+
|
|
3609
|
+
'@yuku-analyzer/binding-win32-arm64@0.8.7':
|
|
3610
|
+
optional: true
|
|
3611
|
+
|
|
3612
|
+
'@yuku-analyzer/binding-win32-x64@0.8.7':
|
|
3613
|
+
optional: true
|
|
3614
|
+
|
|
3615
|
+
'@yuku-toolchain/types@0.8.7': {}
|
|
3616
|
+
|
|
2739
3617
|
acorn-jsx@5.3.2(acorn@8.18.0):
|
|
2740
3618
|
dependencies:
|
|
2741
3619
|
acorn: 8.18.0
|
|
2742
3620
|
|
|
2743
3621
|
acorn@8.18.0: {}
|
|
2744
3622
|
|
|
2745
|
-
argparse@2.0.1: {}
|
|
2746
|
-
|
|
2747
3623
|
aria-hidden@1.2.6:
|
|
2748
3624
|
dependencies:
|
|
2749
3625
|
tslib: 2.8.1
|
|
@@ -2752,7 +3628,7 @@ snapshots:
|
|
|
2752
3628
|
|
|
2753
3629
|
bail@2.0.2: {}
|
|
2754
3630
|
|
|
2755
|
-
baseline-browser-mapping@2.11.
|
|
3631
|
+
baseline-browser-mapping@2.11.15: {}
|
|
2756
3632
|
|
|
2757
3633
|
caniuse-lite@1.0.30001809: {}
|
|
2758
3634
|
|
|
@@ -2778,6 +3654,8 @@ snapshots:
|
|
|
2778
3654
|
|
|
2779
3655
|
clsx@2.1.1: {}
|
|
2780
3656
|
|
|
3657
|
+
cnfast@0.1.0: {}
|
|
3658
|
+
|
|
2781
3659
|
collapse-white-space@2.1.0: {}
|
|
2782
3660
|
|
|
2783
3661
|
comma-separated-tokens@2.0.3: {}
|
|
@@ -2899,25 +3777,25 @@ snapshots:
|
|
|
2899
3777
|
optionalDependencies:
|
|
2900
3778
|
picomatch: 4.0.5
|
|
2901
3779
|
|
|
2902
|
-
framer-motion@
|
|
3780
|
+
framer-motion@13.1.1(react-dom@19.2.8(react@19.2.8))(react@19.2.8):
|
|
2903
3781
|
dependencies:
|
|
2904
|
-
motion-dom:
|
|
2905
|
-
motion-utils:
|
|
3782
|
+
motion-dom: 13.1.1
|
|
3783
|
+
motion-utils: 13.0.0
|
|
2906
3784
|
tslib: 2.8.1
|
|
2907
3785
|
optionalDependencies:
|
|
2908
3786
|
react: 19.2.8
|
|
2909
3787
|
react-dom: 19.2.8(react@19.2.8)
|
|
2910
3788
|
|
|
2911
|
-
fumadocs-core@16.
|
|
3789
|
+
fumadocs-core@16.14.5(@mdx-js/mdx@3.1.1)(@types/estree-jsx@1.0.5)(@types/hast@3.0.5)(@types/mdast@4.0.4)(@types/react@19.2.18)(lucide-react@1.31.0(react@19.2.8))(next@16.2.9(react-dom@19.2.8(react@19.2.8))(react@19.2.8))(react-dom@19.2.8(react@19.2.8))(react@19.2.8)(zod@4.4.3):
|
|
2912
3790
|
dependencies:
|
|
2913
|
-
'@
|
|
3791
|
+
'@fumari/image-size': 0.1.0
|
|
2914
3792
|
estree-util-value-to-estree: 3.5.0
|
|
2915
3793
|
github-slugger: 2.0.0
|
|
2916
3794
|
hast-util-to-estree: 3.1.3
|
|
2917
3795
|
hast-util-to-jsx-runtime: 2.3.6
|
|
2918
|
-
js-yaml: 4.3.1
|
|
2919
3796
|
mdast-util-mdx: 3.0.0
|
|
2920
3797
|
mdast-util-to-markdown: 2.1.2
|
|
3798
|
+
npm-to-yarn: 3.2.0
|
|
2921
3799
|
remark: 15.0.1
|
|
2922
3800
|
remark-gfm: 4.0.1
|
|
2923
3801
|
remark-rehype: 11.1.2
|
|
@@ -2927,6 +3805,8 @@ snapshots:
|
|
|
2927
3805
|
unified: 11.0.5
|
|
2928
3806
|
unist-util-visit: 5.1.0
|
|
2929
3807
|
vfile: 6.0.3
|
|
3808
|
+
yaml: 2.9.0
|
|
3809
|
+
zbsearch: 4.0.0
|
|
2930
3810
|
optionalDependencies:
|
|
2931
3811
|
'@mdx-js/mdx': 3.1.1
|
|
2932
3812
|
'@types/estree-jsx': 1.0.5
|
|
@@ -2941,15 +3821,16 @@ snapshots:
|
|
|
2941
3821
|
transitivePeerDependencies:
|
|
2942
3822
|
- supports-color
|
|
2943
3823
|
|
|
2944
|
-
fumadocs-mdx@15.0
|
|
3824
|
+
fumadocs-mdx@15.3.0(@types/mdast@4.0.4)(@types/mdx@2.0.14)(@types/react@19.2.18)(fumadocs-core@16.14.5(@mdx-js/mdx@3.1.1)(@types/estree-jsx@1.0.5)(@types/hast@3.0.5)(@types/mdast@4.0.4)(@types/react@19.2.18)(lucide-react@1.31.0(react@19.2.8))(next@16.2.9(react-dom@19.2.8(react@19.2.8))(react@19.2.8))(react-dom@19.2.8(react@19.2.8))(react@19.2.8)(zod@4.4.3))(next@16.2.9(react-dom@19.2.8(react@19.2.8))(react@19.2.8))(react@19.2.8):
|
|
2945
3825
|
dependencies:
|
|
2946
3826
|
'@mdx-js/mdx': 3.1.1
|
|
2947
3827
|
'@standard-schema/spec': 1.1.0
|
|
2948
3828
|
chokidar: 5.0.0
|
|
2949
3829
|
esbuild: 0.28.2
|
|
2950
3830
|
estree-util-value-to-estree: 3.5.0
|
|
2951
|
-
fumadocs-core: 16.
|
|
2952
|
-
|
|
3831
|
+
fumadocs-core: 16.14.5(@mdx-js/mdx@3.1.1)(@types/estree-jsx@1.0.5)(@types/hast@3.0.5)(@types/mdast@4.0.4)(@types/react@19.2.18)(lucide-react@1.31.0(react@19.2.8))(next@16.2.9(react-dom@19.2.8(react@19.2.8))(react@19.2.8))(react-dom@19.2.8(react@19.2.8))(react@19.2.8)(zod@4.4.3)
|
|
3832
|
+
github-slugger: 2.0.0
|
|
3833
|
+
magic-string: 1.2.2
|
|
2953
3834
|
mdast-util-mdx: 3.0.0
|
|
2954
3835
|
picocolors: 1.1.1
|
|
2955
3836
|
picomatch: 4.0.5
|
|
@@ -2959,6 +3840,8 @@ snapshots:
|
|
|
2959
3840
|
unist-util-remove-position: 5.0.0
|
|
2960
3841
|
unist-util-visit: 5.1.0
|
|
2961
3842
|
vfile: 6.0.3
|
|
3843
|
+
yaml: 2.9.0
|
|
3844
|
+
yuku-analyzer: 0.8.7
|
|
2962
3845
|
zod: 4.4.3
|
|
2963
3846
|
optionalDependencies:
|
|
2964
3847
|
'@types/mdast': 4.0.4
|
|
@@ -2969,10 +3852,10 @@ snapshots:
|
|
|
2969
3852
|
transitivePeerDependencies:
|
|
2970
3853
|
- supports-color
|
|
2971
3854
|
|
|
2972
|
-
fumadocs-ui@16.
|
|
3855
|
+
fumadocs-ui@16.14.5(@types/mdx@2.0.14)(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(fumadocs-core@16.14.5(@mdx-js/mdx@3.1.1)(@types/estree-jsx@1.0.5)(@types/hast@3.0.5)(@types/mdast@4.0.4)(@types/react@19.2.18)(lucide-react@1.31.0(react@19.2.8))(next@16.2.9(react-dom@19.2.8(react@19.2.8))(react@19.2.8))(react-dom@19.2.8(react@19.2.8))(react@19.2.8)(zod@4.4.3))(next@16.2.9(react-dom@19.2.8(react@19.2.8))(react@19.2.8))(react-dom@19.2.8(react@19.2.8))(react@19.2.8)(tailwindcss@4.3.3):
|
|
2973
3856
|
dependencies:
|
|
2974
3857
|
'@fuma-translate/react': 1.0.2(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2975
|
-
'@fumadocs/tailwind': 0.
|
|
3858
|
+
'@fumadocs/tailwind': 0.1.1(tailwindcss@4.3.3)
|
|
2976
3859
|
'@radix-ui/react-accordion': 1.2.20(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2977
3860
|
'@radix-ui/react-collapsible': 1.1.20(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2978
3861
|
'@radix-ui/react-dialog': 1.1.23(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
@@ -2984,9 +3867,10 @@ snapshots:
|
|
|
2984
3867
|
'@radix-ui/react-slot': 1.3.3(@types/react@19.2.18)(react@19.2.8)
|
|
2985
3868
|
'@radix-ui/react-tabs': 1.1.21(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2986
3869
|
class-variance-authority: 0.7.1
|
|
2987
|
-
|
|
3870
|
+
cnfast: 0.1.0
|
|
3871
|
+
fumadocs-core: 16.14.5(@mdx-js/mdx@3.1.1)(@types/estree-jsx@1.0.5)(@types/hast@3.0.5)(@types/mdast@4.0.4)(@types/react@19.2.18)(lucide-react@1.31.0(react@19.2.8))(next@16.2.9(react-dom@19.2.8(react@19.2.8))(react@19.2.8))(react-dom@19.2.8(react@19.2.8))(react@19.2.8)(zod@4.4.3)
|
|
2988
3872
|
lucide-react: 1.31.0(react@19.2.8)
|
|
2989
|
-
motion:
|
|
3873
|
+
motion: 13.1.1(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2990
3874
|
next-themes: 0.4.6(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
2991
3875
|
react: 19.2.8
|
|
2992
3876
|
react-dom: 19.2.8(react@19.2.8)
|
|
@@ -2994,15 +3878,12 @@ snapshots:
|
|
|
2994
3878
|
rehype-raw: 7.0.0
|
|
2995
3879
|
scroll-into-view-if-needed: 3.1.0
|
|
2996
3880
|
shiki: 4.4.3
|
|
2997
|
-
tailwind-merge: 3.6.0
|
|
2998
3881
|
unist-util-visit: 5.1.0
|
|
2999
3882
|
optionalDependencies:
|
|
3000
3883
|
'@types/mdx': 2.0.14
|
|
3001
3884
|
'@types/react': 19.2.18
|
|
3002
3885
|
next: 16.2.9(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
3003
3886
|
transitivePeerDependencies:
|
|
3004
|
-
- '@emotion/is-prop-valid'
|
|
3005
|
-
- '@tailwindcss/oxide'
|
|
3006
3887
|
- '@types/react-dom'
|
|
3007
3888
|
- tailwindcss
|
|
3008
3889
|
|
|
@@ -3139,14 +4020,6 @@ snapshots:
|
|
|
3139
4020
|
|
|
3140
4021
|
jiti@2.7.0: {}
|
|
3141
4022
|
|
|
3142
|
-
js-yaml@4.3.1:
|
|
3143
|
-
dependencies:
|
|
3144
|
-
argparse: 2.0.1
|
|
3145
|
-
|
|
3146
|
-
js-yaml@5.3.0:
|
|
3147
|
-
dependencies:
|
|
3148
|
-
argparse: 2.0.1
|
|
3149
|
-
|
|
3150
4023
|
lightningcss-android-arm64@1.32.0:
|
|
3151
4024
|
optional: true
|
|
3152
4025
|
|
|
@@ -3206,6 +4079,10 @@ snapshots:
|
|
|
3206
4079
|
dependencies:
|
|
3207
4080
|
'@jridgewell/sourcemap-codec': 1.5.5
|
|
3208
4081
|
|
|
4082
|
+
magic-string@1.2.2:
|
|
4083
|
+
dependencies:
|
|
4084
|
+
'@jridgewell/sourcemap-codec': 1.5.5
|
|
4085
|
+
|
|
3209
4086
|
markdown-extensions@2.0.0: {}
|
|
3210
4087
|
|
|
3211
4088
|
markdown-table@3.0.4: {}
|
|
@@ -3637,15 +4514,15 @@ snapshots:
|
|
|
3637
4514
|
transitivePeerDependencies:
|
|
3638
4515
|
- supports-color
|
|
3639
4516
|
|
|
3640
|
-
motion-dom@
|
|
4517
|
+
motion-dom@13.1.1:
|
|
3641
4518
|
dependencies:
|
|
3642
|
-
motion-utils:
|
|
4519
|
+
motion-utils: 13.0.0
|
|
3643
4520
|
|
|
3644
|
-
motion-utils@
|
|
4521
|
+
motion-utils@13.0.0: {}
|
|
3645
4522
|
|
|
3646
|
-
motion@
|
|
4523
|
+
motion@13.1.1(react-dom@19.2.8(react@19.2.8))(react@19.2.8):
|
|
3647
4524
|
dependencies:
|
|
3648
|
-
framer-motion:
|
|
4525
|
+
framer-motion: 13.1.1(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
3649
4526
|
tslib: 2.8.1
|
|
3650
4527
|
optionalDependencies:
|
|
3651
4528
|
react: 19.2.8
|
|
@@ -3664,7 +4541,7 @@ snapshots:
|
|
|
3664
4541
|
dependencies:
|
|
3665
4542
|
'@next/env': 16.2.9
|
|
3666
4543
|
'@swc/helpers': 0.5.15
|
|
3667
|
-
baseline-browser-mapping: 2.11.
|
|
4544
|
+
baseline-browser-mapping: 2.11.15
|
|
3668
4545
|
caniuse-lite: 1.0.30001809
|
|
3669
4546
|
postcss: 8.4.31
|
|
3670
4547
|
react: 19.2.8
|
|
@@ -3684,6 +4561,8 @@ snapshots:
|
|
|
3684
4561
|
- '@babel/core'
|
|
3685
4562
|
- babel-plugin-macros
|
|
3686
4563
|
|
|
4564
|
+
npm-to-yarn@3.2.0: {}
|
|
4565
|
+
|
|
3687
4566
|
oniguruma-parser@0.12.2: {}
|
|
3688
4567
|
|
|
3689
4568
|
oniguruma-to-es@4.3.6:
|
|
@@ -3724,6 +4603,69 @@ snapshots:
|
|
|
3724
4603
|
|
|
3725
4604
|
property-information@7.2.0: {}
|
|
3726
4605
|
|
|
4606
|
+
radix-ui@1.6.7(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8):
|
|
4607
|
+
dependencies:
|
|
4608
|
+
'@radix-ui/primitive': 1.1.7
|
|
4609
|
+
'@radix-ui/react-accessible-icon': 1.1.15(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
4610
|
+
'@radix-ui/react-accordion': 1.2.20(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
4611
|
+
'@radix-ui/react-alert-dialog': 1.1.23(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
4612
|
+
'@radix-ui/react-arrow': 1.1.15(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
4613
|
+
'@radix-ui/react-aspect-ratio': 1.1.15(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
4614
|
+
'@radix-ui/react-avatar': 1.2.6(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
4615
|
+
'@radix-ui/react-checkbox': 1.3.11(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
4616
|
+
'@radix-ui/react-collapsible': 1.1.20(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
4617
|
+
'@radix-ui/react-collection': 1.1.15(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
4618
|
+
'@radix-ui/react-compose-refs': 1.1.5(@types/react@19.2.18)(react@19.2.8)
|
|
4619
|
+
'@radix-ui/react-context': 1.2.2(@types/react@19.2.18)(react@19.2.8)
|
|
4620
|
+
'@radix-ui/react-context-menu': 2.3.7(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
4621
|
+
'@radix-ui/react-dialog': 1.1.23(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
4622
|
+
'@radix-ui/react-direction': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
4623
|
+
'@radix-ui/react-dismissable-layer': 1.1.19(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
4624
|
+
'@radix-ui/react-dropdown-menu': 2.1.24(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
4625
|
+
'@radix-ui/react-focus-guards': 1.1.6(@types/react@19.2.18)(react@19.2.8)
|
|
4626
|
+
'@radix-ui/react-focus-scope': 1.1.16(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
4627
|
+
'@radix-ui/react-form': 0.1.16(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
4628
|
+
'@radix-ui/react-hover-card': 1.1.23(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
4629
|
+
'@radix-ui/react-label': 2.1.15(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
4630
|
+
'@radix-ui/react-menu': 2.1.24(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
4631
|
+
'@radix-ui/react-menubar': 1.1.24(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
4632
|
+
'@radix-ui/react-navigation-menu': 1.2.22(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
4633
|
+
'@radix-ui/react-one-time-password-field': 0.1.16(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
4634
|
+
'@radix-ui/react-password-toggle-field': 0.1.11(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
4635
|
+
'@radix-ui/react-popover': 1.1.23(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
4636
|
+
'@radix-ui/react-popper': 1.3.7(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
4637
|
+
'@radix-ui/react-portal': 1.1.17(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
4638
|
+
'@radix-ui/react-presence': 1.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
4639
|
+
'@radix-ui/react-primitive': 2.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
4640
|
+
'@radix-ui/react-progress': 1.1.16(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
4641
|
+
'@radix-ui/react-radio-group': 1.4.7(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
4642
|
+
'@radix-ui/react-roving-focus': 1.1.19(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
4643
|
+
'@radix-ui/react-scroll-area': 1.2.18(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
4644
|
+
'@radix-ui/react-select': 2.3.7(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
4645
|
+
'@radix-ui/react-separator': 1.1.15(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
4646
|
+
'@radix-ui/react-slider': 1.4.7(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
4647
|
+
'@radix-ui/react-slot': 1.3.3(@types/react@19.2.18)(react@19.2.8)
|
|
4648
|
+
'@radix-ui/react-switch': 1.3.7(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
4649
|
+
'@radix-ui/react-tabs': 1.1.21(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
4650
|
+
'@radix-ui/react-toast': 1.2.23(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
4651
|
+
'@radix-ui/react-toggle': 1.1.18(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
4652
|
+
'@radix-ui/react-toggle-group': 1.1.19(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
4653
|
+
'@radix-ui/react-toolbar': 1.1.19(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
4654
|
+
'@radix-ui/react-tooltip': 1.2.16(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
4655
|
+
'@radix-ui/react-use-callback-ref': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
4656
|
+
'@radix-ui/react-use-controllable-state': 1.2.6(@types/react@19.2.18)(react@19.2.8)
|
|
4657
|
+
'@radix-ui/react-use-effect-event': 0.0.5(@types/react@19.2.18)(react@19.2.8)
|
|
4658
|
+
'@radix-ui/react-use-escape-keydown': 1.1.5(@types/react@19.2.18)(react@19.2.8)
|
|
4659
|
+
'@radix-ui/react-use-is-hydrated': 0.1.3(@types/react@19.2.18)(react@19.2.8)
|
|
4660
|
+
'@radix-ui/react-use-layout-effect': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
4661
|
+
'@radix-ui/react-use-size': 1.1.4(@types/react@19.2.18)(react@19.2.8)
|
|
4662
|
+
'@radix-ui/react-visually-hidden': 1.2.11(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
4663
|
+
react: 19.2.8
|
|
4664
|
+
react-dom: 19.2.8(react@19.2.8)
|
|
4665
|
+
optionalDependencies:
|
|
4666
|
+
'@types/react': 19.2.18
|
|
4667
|
+
'@types/react-dom': 19.2.4(@types/react@19.2.18)
|
|
4668
|
+
|
|
3727
4669
|
react-dom@19.2.8(react@19.2.8):
|
|
3728
4670
|
dependencies:
|
|
3729
4671
|
react: 19.2.8
|
|
@@ -3958,6 +4900,8 @@ snapshots:
|
|
|
3958
4900
|
|
|
3959
4901
|
tslib@2.8.1: {}
|
|
3960
4902
|
|
|
4903
|
+
tw-animate-css@1.4.0: {}
|
|
4904
|
+
|
|
3961
4905
|
typescript@6.0.3: {}
|
|
3962
4906
|
|
|
3963
4907
|
undici-types@7.24.6: {}
|
|
@@ -4036,6 +4980,32 @@ snapshots:
|
|
|
4036
4980
|
|
|
4037
4981
|
web-namespaces@2.0.1: {}
|
|
4038
4982
|
|
|
4983
|
+
yaml@2.9.0: {}
|
|
4984
|
+
|
|
4985
|
+
yuku-analyzer@0.8.7:
|
|
4986
|
+
dependencies:
|
|
4987
|
+
'@yuku-toolchain/types': 0.8.7
|
|
4988
|
+
yuku-ast: 0.8.7
|
|
4989
|
+
optionalDependencies:
|
|
4990
|
+
'@yuku-analyzer/binding-android-arm64': 0.8.7
|
|
4991
|
+
'@yuku-analyzer/binding-darwin-arm64': 0.8.7
|
|
4992
|
+
'@yuku-analyzer/binding-darwin-x64': 0.8.7
|
|
4993
|
+
'@yuku-analyzer/binding-freebsd-x64': 0.8.7
|
|
4994
|
+
'@yuku-analyzer/binding-linux-arm-gnu': 0.8.7
|
|
4995
|
+
'@yuku-analyzer/binding-linux-arm-musl': 0.8.7
|
|
4996
|
+
'@yuku-analyzer/binding-linux-arm64-gnu': 0.8.7
|
|
4997
|
+
'@yuku-analyzer/binding-linux-arm64-musl': 0.8.7
|
|
4998
|
+
'@yuku-analyzer/binding-linux-x64-gnu': 0.8.7
|
|
4999
|
+
'@yuku-analyzer/binding-linux-x64-musl': 0.8.7
|
|
5000
|
+
'@yuku-analyzer/binding-win32-arm64': 0.8.7
|
|
5001
|
+
'@yuku-analyzer/binding-win32-x64': 0.8.7
|
|
5002
|
+
|
|
5003
|
+
yuku-ast@0.8.7:
|
|
5004
|
+
dependencies:
|
|
5005
|
+
'@yuku-toolchain/types': 0.8.7
|
|
5006
|
+
|
|
5007
|
+
zbsearch@4.0.0: {}
|
|
5008
|
+
|
|
4039
5009
|
zod@4.4.3: {}
|
|
4040
5010
|
|
|
4041
5011
|
zwitch@2.0.4: {}
|