create-tauri-ui 0.3.1 → 0.3.2
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/package.json +55 -55
- package/templates/.shared/src-tauri/Cargo.lock +15 -12
- package/templates/next/package.json +3 -3
- package/templates/next/pnpm-lock.yaml +19 -19
- package/templates/next/src/components/menu.tsx +3 -2
- package/templates/next/src-tauri/Cargo.lock +3835 -3832
- package/templates/sveltekit/package.json +4 -4
- package/templates/sveltekit/pnpm-lock.yaml +95 -72
- package/templates/sveltekit/src/lib/components/docs/dashboard/DashboardPage.svelte +1 -17
- package/templates/sveltekit/src/lib/components/docs/index.ts +1 -18
- package/templates/sveltekit/src/routes/+layout.svelte +13 -65
- package/templates/sveltekit/src/routes/authentication/+page.svelte +2 -18
- package/templates/sveltekit/src/routes/cards/+page.svelte +1 -19
- package/templates/sveltekit/src-tauri/Cargo.lock +21 -18
- package/templates/sveltekit/src-tauri/tauri.conf.json +3 -3
- package/templates/sveltekit/tailwind.config.js +4 -1
- package/templates/sveltekit/vite.config.js +5 -3
- package/templates/vite/package.json +3 -3
- package/templates/vite/pnpm-lock.yaml +417 -419
- package/templates/vite/src-tauri/Cargo.lock +21 -18
- package/templates/sveltekit/src/content/cli.md +0 -63
- package/templates/sveltekit/src/content/components/accordion.md +0 -59
- package/templates/sveltekit/src/content/components/alert-dialog.md +0 -75
- package/templates/sveltekit/src/content/components/alert.md +0 -67
- package/templates/sveltekit/src/content/components/aspect-ratio.md +0 -51
- package/templates/sveltekit/src/content/components/avatar.md +0 -52
- package/templates/sveltekit/src/content/components/badge.md +0 -104
- package/templates/sveltekit/src/content/components/button.md +0 -165
- package/templates/sveltekit/src/content/components/card.md +0 -82
- package/templates/sveltekit/src/content/components/checkbox.md +0 -71
- package/templates/sveltekit/src/content/components/collapsible.md +0 -55
- package/templates/sveltekit/src/content/components/dialog.md +0 -72
- package/templates/sveltekit/src/content/components/hover-card.md +0 -52
- package/templates/sveltekit/src/content/components/input.md +0 -114
- package/templates/sveltekit/src/content/components/label.md +0 -49
- package/templates/sveltekit/src/content/components/progress.md +0 -49
- package/templates/sveltekit/src/content/components/radio-group.md +0 -59
- package/templates/sveltekit/src/content/components/separator.md +0 -49
- package/templates/sveltekit/src/content/components/sheet.md +0 -95
- package/templates/sveltekit/src/content/components/skeleton.md +0 -42
- package/templates/sveltekit/src/content/components/slider.md +0 -49
- package/templates/sveltekit/src/content/components/switch.md +0 -49
- package/templates/sveltekit/src/content/components/table.md +0 -78
- package/templates/sveltekit/src/content/components/tabs.md +0 -56
- package/templates/sveltekit/src/content/components/textarea.md +0 -102
- package/templates/sveltekit/src/content/components/toggle.md +0 -121
- package/templates/sveltekit/src/content/components/tooltip.md +0 -56
- package/templates/sveltekit/src/content/figma.md +0 -22
- package/templates/sveltekit/src/content/forms/superforms.md +0 -4
- package/templates/sveltekit/src/content/index.md +0 -84
- package/templates/sveltekit/src/content/installation.md +0 -327
- package/templates/sveltekit/src/content/theming.md +0 -189
- package/templates/sveltekit/src/content/typography.md +0 -150
- package/templates/sveltekit/src/lib/components/docs/Callout.svelte +0 -17
- package/templates/sveltekit/src/lib/components/docs/CodeBlockWrapper.svelte +0 -30
- package/templates/sveltekit/src/lib/components/docs/ComponentExample.svelte +0 -55
- package/templates/sveltekit/src/lib/components/docs/ComponentSource.svelte +0 -14
- package/templates/sveltekit/src/lib/components/docs/CopyButton.svelte +0 -39
- package/templates/sveltekit/src/lib/components/docs/DocsPager.svelte +0 -51
- package/templates/sveltekit/src/lib/components/docs/HexToChannels.svelte +0 -38
- package/templates/sveltekit/src/lib/components/docs/ManualInstall.svelte +0 -17
- package/templates/sveltekit/src/lib/components/docs/Metadata.svelte +0 -34
- package/templates/sveltekit/src/lib/components/docs/SiteFooter.svelte +0 -42
- package/templates/sveltekit/src/lib/components/docs/SiteHeader.svelte +0 -51
- package/templates/sveltekit/src/lib/components/docs/Steps.svelte +0 -3
- package/templates/sveltekit/src/lib/components/docs/TableOfContents.svelte +0 -55
- package/templates/sveltekit/src/lib/components/docs/Tree.svelte +0 -31
- package/templates/sveltekit/src/lib/components/docs/examples/accordion/AccordionDemo.svelte +0 -27
- package/templates/sveltekit/src/lib/components/docs/examples/accordion/index.ts +0 -1
- package/templates/sveltekit/src/lib/components/docs/examples/alert/AlertDemo.svelte +0 -10
- package/templates/sveltekit/src/lib/components/docs/examples/alert/AlertDemoDestructive.svelte +0 -10
- package/templates/sveltekit/src/lib/components/docs/examples/alert/index.ts +0 -2
- package/templates/sveltekit/src/lib/components/docs/examples/alert-dialog/AlertDialogDemo.svelte +0 -33
- package/templates/sveltekit/src/lib/components/docs/examples/alert-dialog/index.ts +0 -1
- package/templates/sveltekit/src/lib/components/docs/examples/aspect-ratio/AspectRatioDemo.svelte +0 -11
- package/templates/sveltekit/src/lib/components/docs/examples/aspect-ratio/index.ts +0 -1
- package/templates/sveltekit/src/lib/components/docs/examples/avatar/AvatarDemo.svelte +0 -8
- package/templates/sveltekit/src/lib/components/docs/examples/avatar/index.ts +0 -1
- package/templates/sveltekit/src/lib/components/docs/examples/badge/BadgeDemo.svelte +0 -5
- package/templates/sveltekit/src/lib/components/docs/examples/badge/BadgeDemoDestructive.svelte +0 -5
- package/templates/sveltekit/src/lib/components/docs/examples/badge/BadgeDemoOutline.svelte +0 -5
- package/templates/sveltekit/src/lib/components/docs/examples/badge/BadgeDemoSecondary.svelte +0 -5
- package/templates/sveltekit/src/lib/components/docs/examples/badge/index.ts +0 -4
- package/templates/sveltekit/src/lib/components/docs/examples/button/ButtonDemo.svelte +0 -5
- package/templates/sveltekit/src/lib/components/docs/examples/button/ButtonDemoDestructive.svelte +0 -5
- package/templates/sveltekit/src/lib/components/docs/examples/button/ButtonDemoGhost.svelte +0 -5
- package/templates/sveltekit/src/lib/components/docs/examples/button/ButtonDemoIcon.svelte +0 -9
- package/templates/sveltekit/src/lib/components/docs/examples/button/ButtonDemoLink.svelte +0 -5
- package/templates/sveltekit/src/lib/components/docs/examples/button/ButtonDemoLoading.svelte +0 -9
- package/templates/sveltekit/src/lib/components/docs/examples/button/ButtonDemoOutline.svelte +0 -5
- package/templates/sveltekit/src/lib/components/docs/examples/button/ButtonDemoSecondary.svelte +0 -5
- package/templates/sveltekit/src/lib/components/docs/examples/button/index.ts +0 -8
- package/templates/sveltekit/src/lib/components/docs/examples/card/CardDemo.svelte +0 -65
- package/templates/sveltekit/src/lib/components/docs/examples/card/CardDemoForm.svelte +0 -0
- package/templates/sveltekit/src/lib/components/docs/examples/card/index.ts +0 -2
- package/templates/sveltekit/src/lib/components/docs/examples/checkbox/CheckboxDemo.svelte +0 -13
- package/templates/sveltekit/src/lib/components/docs/examples/checkbox/CheckboxDemoDisabled.svelte +0 -13
- package/templates/sveltekit/src/lib/components/docs/examples/checkbox/CheckboxDemoText.svelte +0 -18
- package/templates/sveltekit/src/lib/components/docs/examples/checkbox/index.ts +0 -3
- package/templates/sveltekit/src/lib/components/docs/examples/collapsible/CollapsibleDemo.svelte +0 -24
- package/templates/sveltekit/src/lib/components/docs/examples/collapsible/index.ts +0 -1
- package/templates/sveltekit/src/lib/components/docs/examples/dialog/DialogDemo.svelte +0 -41
- package/templates/sveltekit/src/lib/components/docs/examples/dialog/index.ts +0 -1
- package/templates/sveltekit/src/lib/components/docs/examples/hover-card/HoverCardDemo.svelte +0 -28
- package/templates/sveltekit/src/lib/components/docs/examples/hover-card/index.ts +0 -1
- package/templates/sveltekit/src/lib/components/docs/examples/index.ts +0 -27
- package/templates/sveltekit/src/lib/components/docs/examples/input/InputDemo.svelte +0 -5
- package/templates/sveltekit/src/lib/components/docs/examples/input/InputDemoButton.svelte +0 -9
- package/templates/sveltekit/src/lib/components/docs/examples/input/InputDemoDisabled.svelte +0 -5
- package/templates/sveltekit/src/lib/components/docs/examples/input/InputDemoFile.svelte +0 -9
- package/templates/sveltekit/src/lib/components/docs/examples/input/InputDemoLabel.svelte +0 -9
- package/templates/sveltekit/src/lib/components/docs/examples/input/InputDemoText.svelte +0 -10
- package/templates/sveltekit/src/lib/components/docs/examples/input/index.ts +0 -6
- package/templates/sveltekit/src/lib/components/docs/examples/label/LabelDemo.svelte +0 -11
- package/templates/sveltekit/src/lib/components/docs/examples/label/index.ts +0 -1
- package/templates/sveltekit/src/lib/components/docs/examples/progress/ProgressDemo.svelte +0 -12
- package/templates/sveltekit/src/lib/components/docs/examples/progress/index.ts +0 -1
- package/templates/sveltekit/src/lib/components/docs/examples/radio-group/RadioGroupDemo.svelte +0 -19
- package/templates/sveltekit/src/lib/components/docs/examples/radio-group/index.ts +0 -1
- package/templates/sveltekit/src/lib/components/docs/examples/separator/SeparatorDemo.svelte +0 -18
- package/templates/sveltekit/src/lib/components/docs/examples/separator/index.ts +0 -1
- package/templates/sveltekit/src/lib/components/docs/examples/sheet/SheetDemo.svelte +0 -44
- package/templates/sveltekit/src/lib/components/docs/examples/sheet/SheetPositionDemo.svelte +0 -62
- package/templates/sveltekit/src/lib/components/docs/examples/sheet/SheetSizeDemo.svelte +0 -62
- package/templates/sveltekit/src/lib/components/docs/examples/sheet/index.ts +0 -3
- package/templates/sveltekit/src/lib/components/docs/examples/skeleton/SkeletonDemo.svelte +0 -11
- package/templates/sveltekit/src/lib/components/docs/examples/skeleton/index.ts +0 -1
- package/templates/sveltekit/src/lib/components/docs/examples/slider/SliderDemo.svelte +0 -5
- package/templates/sveltekit/src/lib/components/docs/examples/slider/index.ts +0 -1
- package/templates/sveltekit/src/lib/components/docs/examples/switch/SwitchDemo.svelte +0 -9
- package/templates/sveltekit/src/lib/components/docs/examples/switch/index.ts +0 -1
- package/templates/sveltekit/src/lib/components/docs/examples/table/TableDemo.svelte +0 -78
- package/templates/sveltekit/src/lib/components/docs/examples/table/index.ts +0 -1
- package/templates/sveltekit/src/lib/components/docs/examples/tabs/TabsDemo.svelte +0 -67
- package/templates/sveltekit/src/lib/components/docs/examples/tabs/index.ts +0 -1
- package/templates/sveltekit/src/lib/components/docs/examples/textarea/TextareaDemo.svelte +0 -5
- package/templates/sveltekit/src/lib/components/docs/examples/textarea/TextareaDemoButton.svelte +0 -9
- package/templates/sveltekit/src/lib/components/docs/examples/textarea/TextareaDemoDisabled.svelte +0 -5
- package/templates/sveltekit/src/lib/components/docs/examples/textarea/TextareaDemoLabel.svelte +0 -9
- package/templates/sveltekit/src/lib/components/docs/examples/textarea/TextareaDemoText.svelte +0 -10
- package/templates/sveltekit/src/lib/components/docs/examples/textarea/index.ts +0 -5
- package/templates/sveltekit/src/lib/components/docs/examples/toggle/ToggleDemo.svelte +0 -8
- package/templates/sveltekit/src/lib/components/docs/examples/toggle/ToggleDemoDisabled.svelte +0 -8
- package/templates/sveltekit/src/lib/components/docs/examples/toggle/ToggleDemoLg.svelte +0 -8
- package/templates/sveltekit/src/lib/components/docs/examples/toggle/ToggleDemoOutline.svelte +0 -8
- package/templates/sveltekit/src/lib/components/docs/examples/toggle/ToggleDemoSm.svelte +0 -8
- package/templates/sveltekit/src/lib/components/docs/examples/toggle/ToggleDemoText.svelte +0 -9
- package/templates/sveltekit/src/lib/components/docs/examples/toggle/index.ts +0 -6
- package/templates/sveltekit/src/lib/components/docs/examples/tooltip/TooltipDemo.svelte +0 -19
- package/templates/sveltekit/src/lib/components/docs/examples/tooltip/index.ts +0 -1
- package/templates/sveltekit/src/lib/components/docs/examples/typography/BlockquoteDemo.svelte +0 -4
- package/templates/sveltekit/src/lib/components/docs/examples/typography/H1Demo.svelte +0 -3
- package/templates/sveltekit/src/lib/components/docs/examples/typography/H2Demo.svelte +0 -5
- package/templates/sveltekit/src/lib/components/docs/examples/typography/H3Demo.svelte +0 -1
- package/templates/sveltekit/src/lib/components/docs/examples/typography/H4Demo.svelte +0 -1
- package/templates/sveltekit/src/lib/components/docs/examples/typography/InlineCodeDemo.svelte +0 -3
- package/templates/sveltekit/src/lib/components/docs/examples/typography/LargeDemo.svelte +0 -1
- package/templates/sveltekit/src/lib/components/docs/examples/typography/LeadDemo.svelte +0 -3
- package/templates/sveltekit/src/lib/components/docs/examples/typography/ListDemo.svelte +0 -5
- package/templates/sveltekit/src/lib/components/docs/examples/typography/MutedDemo.svelte +0 -1
- package/templates/sveltekit/src/lib/components/docs/examples/typography/PDemo.svelte +0 -4
- package/templates/sveltekit/src/lib/components/docs/examples/typography/SmallDemo.svelte +0 -1
- package/templates/sveltekit/src/lib/components/docs/examples/typography/TableDemo.svelte +0 -56
- package/templates/sveltekit/src/lib/components/docs/examples/typography/TypographyDemo.svelte +0 -117
- package/templates/sveltekit/src/lib/components/docs/examples/typography/index.ts +0 -14
- package/templates/sveltekit/src/lib/components/docs/mdsvex/a.svelte +0 -12
- package/templates/sveltekit/src/lib/components/docs/mdsvex/blockquote.svelte +0 -10
- package/templates/sveltekit/src/lib/components/docs/mdsvex/h1.svelte +0 -10
- package/templates/sveltekit/src/lib/components/docs/mdsvex/h2.svelte +0 -16
- package/templates/sveltekit/src/lib/components/docs/mdsvex/h3.svelte +0 -10
- package/templates/sveltekit/src/lib/components/docs/mdsvex/h4.svelte +0 -10
- package/templates/sveltekit/src/lib/components/docs/mdsvex/h5.svelte +0 -10
- package/templates/sveltekit/src/lib/components/docs/mdsvex/h6.svelte +0 -13
- package/templates/sveltekit/src/lib/components/docs/mdsvex/hr.svelte +0 -8
- package/templates/sveltekit/src/lib/components/docs/mdsvex/img.svelte +0 -11
- package/templates/sveltekit/src/lib/components/docs/mdsvex/index.ts +0 -19
- package/templates/sveltekit/src/lib/components/docs/mdsvex/li.svelte +0 -10
- package/templates/sveltekit/src/lib/components/docs/mdsvex/mdsvex.svelte +0 -37
- package/templates/sveltekit/src/lib/components/docs/mdsvex/ol.svelte +0 -10
- package/templates/sveltekit/src/lib/components/docs/mdsvex/p.svelte +0 -10
- package/templates/sveltekit/src/lib/components/docs/mdsvex/pre.svelte +0 -24
- package/templates/sveltekit/src/lib/components/docs/mdsvex/table.svelte +0 -12
- package/templates/sveltekit/src/lib/components/docs/mdsvex/td.svelte +0 -16
- package/templates/sveltekit/src/lib/components/docs/mdsvex/th.svelte +0 -16
- package/templates/sveltekit/src/lib/components/docs/mdsvex/tr.svelte +0 -10
- package/templates/sveltekit/src/lib/components/docs/mdsvex/ul.svelte +0 -10
- package/templates/sveltekit/src/lib/components/docs/nav/DocsSidebarNav.svelte +0 -24
- package/templates/sveltekit/src/lib/components/docs/nav/DocsSidebarNavItems.svelte +0 -43
- package/templates/sveltekit/src/lib/components/docs/nav/MainNav.svelte +0 -31
- package/templates/sveltekit/src/lib/components/docs/nav/MobileLink.svelte +0 -19
- package/templates/sveltekit/src/lib/components/docs/nav/MobileNav.svelte +0 -56
- package/templates/sveltekit/src/lib/components/docs/nav/index.ts +0 -4
- package/templates/sveltekit/src/lib/components/docs/page-header/PageHeader.svelte +0 -13
- package/templates/sveltekit/src/lib/components/docs/page-header/PageHeaderDescription.svelte +0 -13
- package/templates/sveltekit/src/lib/components/docs/page-header/PageHeaderHeading.svelte +0 -16
- package/templates/sveltekit/src/lib/components/docs/page-header/index.ts +0 -3
|
@@ -10,91 +10,91 @@ dependencies:
|
|
|
10
10
|
version: 3.1.1(react-hook-form@7.45.2)
|
|
11
11
|
'@radix-ui/react-accessible-icon':
|
|
12
12
|
specifier: ^1.0.3
|
|
13
|
-
version: 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
13
|
+
version: 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
14
14
|
'@radix-ui/react-accordion':
|
|
15
15
|
specifier: ^1.1.2
|
|
16
|
-
version: 1.1.2(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
16
|
+
version: 1.1.2(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
17
17
|
'@radix-ui/react-alert-dialog':
|
|
18
18
|
specifier: ^1.0.4
|
|
19
|
-
version: 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
19
|
+
version: 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
20
20
|
'@radix-ui/react-aspect-ratio':
|
|
21
21
|
specifier: ^1.0.3
|
|
22
|
-
version: 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
22
|
+
version: 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
23
23
|
'@radix-ui/react-avatar':
|
|
24
24
|
specifier: ^1.0.3
|
|
25
|
-
version: 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
25
|
+
version: 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
26
26
|
'@radix-ui/react-checkbox':
|
|
27
27
|
specifier: ^1.0.4
|
|
28
|
-
version: 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
28
|
+
version: 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
29
29
|
'@radix-ui/react-collapsible':
|
|
30
30
|
specifier: ^1.0.3
|
|
31
|
-
version: 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
31
|
+
version: 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
32
32
|
'@radix-ui/react-context-menu':
|
|
33
33
|
specifier: ^2.1.4
|
|
34
|
-
version: 2.1.4(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
34
|
+
version: 2.1.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
35
35
|
'@radix-ui/react-dialog':
|
|
36
36
|
specifier: ^1.0.4
|
|
37
|
-
version: 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
37
|
+
version: 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
38
38
|
'@radix-ui/react-dropdown-menu':
|
|
39
39
|
specifier: ^2.0.5
|
|
40
|
-
version: 2.0.5(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
40
|
+
version: 2.0.5(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
41
41
|
'@radix-ui/react-hover-card':
|
|
42
42
|
specifier: ^1.0.6
|
|
43
|
-
version: 1.0.6(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
43
|
+
version: 1.0.6(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
44
44
|
'@radix-ui/react-icons':
|
|
45
45
|
specifier: ^1.3.0
|
|
46
46
|
version: 1.3.0(react@18.2.0)
|
|
47
47
|
'@radix-ui/react-label':
|
|
48
48
|
specifier: ^2.0.2
|
|
49
|
-
version: 2.0.2(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
49
|
+
version: 2.0.2(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
50
50
|
'@radix-ui/react-menubar':
|
|
51
51
|
specifier: ^1.0.3
|
|
52
|
-
version: 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
52
|
+
version: 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
53
53
|
'@radix-ui/react-navigation-menu':
|
|
54
54
|
specifier: ^1.1.3
|
|
55
|
-
version: 1.1.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
55
|
+
version: 1.1.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
56
56
|
'@radix-ui/react-popover':
|
|
57
57
|
specifier: ^1.0.6
|
|
58
|
-
version: 1.0.6(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
58
|
+
version: 1.0.6(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
59
59
|
'@radix-ui/react-progress':
|
|
60
60
|
specifier: ^1.0.3
|
|
61
|
-
version: 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
61
|
+
version: 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
62
62
|
'@radix-ui/react-radio-group':
|
|
63
63
|
specifier: ^1.1.3
|
|
64
|
-
version: 1.1.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
64
|
+
version: 1.1.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
65
65
|
'@radix-ui/react-scroll-area':
|
|
66
66
|
specifier: ^1.0.4
|
|
67
|
-
version: 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
67
|
+
version: 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
68
68
|
'@radix-ui/react-select':
|
|
69
69
|
specifier: ^1.2.2
|
|
70
|
-
version: 1.2.2(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
70
|
+
version: 1.2.2(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
71
71
|
'@radix-ui/react-separator':
|
|
72
72
|
specifier: ^1.0.3
|
|
73
|
-
version: 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
73
|
+
version: 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
74
74
|
'@radix-ui/react-slider':
|
|
75
75
|
specifier: ^1.1.2
|
|
76
|
-
version: 1.1.2(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
76
|
+
version: 1.1.2(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
77
77
|
'@radix-ui/react-slot':
|
|
78
78
|
specifier: ^1.0.2
|
|
79
|
-
version: 1.0.2(@types/react@18.2.
|
|
79
|
+
version: 1.0.2(@types/react@18.2.18)(react@18.2.0)
|
|
80
80
|
'@radix-ui/react-switch':
|
|
81
81
|
specifier: ^1.0.3
|
|
82
|
-
version: 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
82
|
+
version: 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
83
83
|
'@radix-ui/react-tabs':
|
|
84
84
|
specifier: ^1.0.4
|
|
85
|
-
version: 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
85
|
+
version: 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
86
86
|
'@radix-ui/react-toast':
|
|
87
87
|
specifier: ^1.1.4
|
|
88
|
-
version: 1.1.4(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
88
|
+
version: 1.1.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
89
89
|
'@radix-ui/react-toggle':
|
|
90
90
|
specifier: ^1.0.3
|
|
91
|
-
version: 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
91
|
+
version: 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
92
92
|
'@radix-ui/react-toggle-group':
|
|
93
93
|
specifier: ^1.0.4
|
|
94
|
-
version: 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
94
|
+
version: 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
95
95
|
'@radix-ui/react-tooltip':
|
|
96
96
|
specifier: ^1.0.6
|
|
97
|
-
version: 1.0.6(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
97
|
+
version: 1.0.6(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
98
98
|
'@tauri-apps/api':
|
|
99
99
|
specifier: ^2.0.0-alpha.5
|
|
100
100
|
version: 2.0.0-alpha.5
|
|
@@ -112,10 +112,10 @@ dependencies:
|
|
|
112
112
|
version: 2.0.0-alpha.0
|
|
113
113
|
'@vitejs/plugin-react-swc':
|
|
114
114
|
specifier: ^3.3.2
|
|
115
|
-
version: 3.3.2(vite@4.4.
|
|
115
|
+
version: 3.3.2(vite@4.4.8)
|
|
116
116
|
cmdk:
|
|
117
117
|
specifier: ^0.2.0
|
|
118
|
-
version: 0.2.0(@types/react@18.2.
|
|
118
|
+
version: 0.2.0(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
119
119
|
date-fns:
|
|
120
120
|
specifier: ^2.30.0
|
|
121
121
|
version: 2.30.0
|
|
@@ -147,8 +147,8 @@ dependencies:
|
|
|
147
147
|
specifier: ^1.0.6
|
|
148
148
|
version: 1.0.6(tailwindcss@3.3.3)
|
|
149
149
|
tauri-controls:
|
|
150
|
-
specifier: ^0.0
|
|
151
|
-
version: 0.0
|
|
150
|
+
specifier: ^0.1.0
|
|
151
|
+
version: 0.1.0(@tauri-apps/plugin-os@2.0.0-alpha.0)(@tauri-apps/plugin-window@2.0.0-alpha.0)(clsx@2.0.0)(react-dom@18.2.0)(react@18.2.0)(tailwind-merge@1.14.0)
|
|
152
152
|
zod:
|
|
153
153
|
specifier: ^3.21.4
|
|
154
154
|
version: 3.21.4
|
|
@@ -164,8 +164,8 @@ devDependencies:
|
|
|
164
164
|
specifier: ^20.4.5
|
|
165
165
|
version: 20.4.5
|
|
166
166
|
'@types/react':
|
|
167
|
-
specifier: ^18.2.
|
|
168
|
-
version: 18.2.
|
|
167
|
+
specifier: ^18.2.18
|
|
168
|
+
version: 18.2.18
|
|
169
169
|
'@types/react-dom':
|
|
170
170
|
specifier: ^18.2.7
|
|
171
171
|
version: 18.2.7
|
|
@@ -200,8 +200,8 @@ devDependencies:
|
|
|
200
200
|
specifier: ^5.1.6
|
|
201
201
|
version: 5.1.6
|
|
202
202
|
vite:
|
|
203
|
-
specifier: ^4.4.
|
|
204
|
-
version: 4.4.
|
|
203
|
+
specifier: ^4.4.8
|
|
204
|
+
version: 4.4.8(@types/node@20.4.5)
|
|
205
205
|
|
|
206
206
|
packages:
|
|
207
207
|
|
|
@@ -907,7 +907,7 @@ packages:
|
|
|
907
907
|
'@babel/runtime': 7.21.5
|
|
908
908
|
dev: false
|
|
909
909
|
|
|
910
|
-
/@radix-ui/react-accessible-icon@1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
910
|
+
/@radix-ui/react-accessible-icon@1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
|
|
911
911
|
resolution: {integrity: sha512-duVGKeWPSUILr/MdlPxV+GeULTc2rS1aihGdQ3N2qCUPMgxYLxvAsHJM3mCVLF8d5eK+ympmB22mb1F3a5biNw==}
|
|
912
912
|
peerDependencies:
|
|
913
913
|
'@types/react': '*'
|
|
@@ -921,14 +921,14 @@ packages:
|
|
|
921
921
|
optional: true
|
|
922
922
|
dependencies:
|
|
923
923
|
'@babel/runtime': 7.21.5
|
|
924
|
-
'@radix-ui/react-visually-hidden': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
925
|
-
'@types/react': 18.2.
|
|
924
|
+
'@radix-ui/react-visually-hidden': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
925
|
+
'@types/react': 18.2.18
|
|
926
926
|
'@types/react-dom': 18.2.7
|
|
927
927
|
react: 18.2.0
|
|
928
928
|
react-dom: 18.2.0(react@18.2.0)
|
|
929
929
|
dev: false
|
|
930
930
|
|
|
931
|
-
/@radix-ui/react-accordion@1.1.2(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
931
|
+
/@radix-ui/react-accordion@1.1.2(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
|
|
932
932
|
resolution: {integrity: sha512-fDG7jcoNKVjSK6yfmuAs0EnPDro0WMXIhMtXdTBWqEioVW206ku+4Lw07e+13lUkFkpoEQ2PdeMIAGpdqEAmDg==}
|
|
933
933
|
peerDependencies:
|
|
934
934
|
'@types/react': '*'
|
|
@@ -943,21 +943,21 @@ packages:
|
|
|
943
943
|
dependencies:
|
|
944
944
|
'@babel/runtime': 7.21.5
|
|
945
945
|
'@radix-ui/primitive': 1.0.1
|
|
946
|
-
'@radix-ui/react-collapsible': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
947
|
-
'@radix-ui/react-collection': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
948
|
-
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.
|
|
949
|
-
'@radix-ui/react-context': 1.0.1(@types/react@18.2.
|
|
950
|
-
'@radix-ui/react-direction': 1.0.1(@types/react@18.2.
|
|
951
|
-
'@radix-ui/react-id': 1.0.1(@types/react@18.2.
|
|
952
|
-
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
953
|
-
'@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.
|
|
954
|
-
'@types/react': 18.2.
|
|
946
|
+
'@radix-ui/react-collapsible': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
947
|
+
'@radix-ui/react-collection': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
948
|
+
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
949
|
+
'@radix-ui/react-context': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
950
|
+
'@radix-ui/react-direction': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
951
|
+
'@radix-ui/react-id': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
952
|
+
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
953
|
+
'@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
954
|
+
'@types/react': 18.2.18
|
|
955
955
|
'@types/react-dom': 18.2.7
|
|
956
956
|
react: 18.2.0
|
|
957
957
|
react-dom: 18.2.0(react@18.2.0)
|
|
958
958
|
dev: false
|
|
959
959
|
|
|
960
|
-
/@radix-ui/react-alert-dialog@1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
960
|
+
/@radix-ui/react-alert-dialog@1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
|
|
961
961
|
resolution: {integrity: sha512-jbfBCRlKYlhbitueOAv7z74PXYeIQmWpKwm3jllsdkw7fGWNkxqP3v0nY9WmOzcPqpQuoorNtvViBgL46n5gVg==}
|
|
962
962
|
peerDependencies:
|
|
963
963
|
'@types/react': '*'
|
|
@@ -972,18 +972,18 @@ packages:
|
|
|
972
972
|
dependencies:
|
|
973
973
|
'@babel/runtime': 7.21.5
|
|
974
974
|
'@radix-ui/primitive': 1.0.1
|
|
975
|
-
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.
|
|
976
|
-
'@radix-ui/react-context': 1.0.1(@types/react@18.2.
|
|
977
|
-
'@radix-ui/react-dialog': 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
978
|
-
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
979
|
-
'@radix-ui/react-slot': 1.0.2(@types/react@18.2.
|
|
980
|
-
'@types/react': 18.2.
|
|
975
|
+
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
976
|
+
'@radix-ui/react-context': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
977
|
+
'@radix-ui/react-dialog': 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
978
|
+
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
979
|
+
'@radix-ui/react-slot': 1.0.2(@types/react@18.2.18)(react@18.2.0)
|
|
980
|
+
'@types/react': 18.2.18
|
|
981
981
|
'@types/react-dom': 18.2.7
|
|
982
982
|
react: 18.2.0
|
|
983
983
|
react-dom: 18.2.0(react@18.2.0)
|
|
984
984
|
dev: false
|
|
985
985
|
|
|
986
|
-
/@radix-ui/react-arrow@1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
986
|
+
/@radix-ui/react-arrow@1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
|
|
987
987
|
resolution: {integrity: sha512-wSP+pHsB/jQRaL6voubsQ/ZlrGBHHrOjmBnr19hxYgtS0WvAFwZhK2WP/YY5yF9uKECCEEDGxuLxq1NBK51wFA==}
|
|
988
988
|
peerDependencies:
|
|
989
989
|
'@types/react': '*'
|
|
@@ -997,14 +997,14 @@ packages:
|
|
|
997
997
|
optional: true
|
|
998
998
|
dependencies:
|
|
999
999
|
'@babel/runtime': 7.21.5
|
|
1000
|
-
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1001
|
-
'@types/react': 18.2.
|
|
1000
|
+
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1001
|
+
'@types/react': 18.2.18
|
|
1002
1002
|
'@types/react-dom': 18.2.7
|
|
1003
1003
|
react: 18.2.0
|
|
1004
1004
|
react-dom: 18.2.0(react@18.2.0)
|
|
1005
1005
|
dev: false
|
|
1006
1006
|
|
|
1007
|
-
/@radix-ui/react-aspect-ratio@1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1007
|
+
/@radix-ui/react-aspect-ratio@1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
|
|
1008
1008
|
resolution: {integrity: sha512-fXR5kbMan9oQqMuacfzlGG/SQMcmMlZ4wrvpckv8SgUulD0MMpspxJrxg/Gp/ISV3JfV1AeSWTYK9GvxA4ySwA==}
|
|
1009
1009
|
peerDependencies:
|
|
1010
1010
|
'@types/react': '*'
|
|
@@ -1018,14 +1018,14 @@ packages:
|
|
|
1018
1018
|
optional: true
|
|
1019
1019
|
dependencies:
|
|
1020
1020
|
'@babel/runtime': 7.21.5
|
|
1021
|
-
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1022
|
-
'@types/react': 18.2.
|
|
1021
|
+
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1022
|
+
'@types/react': 18.2.18
|
|
1023
1023
|
'@types/react-dom': 18.2.7
|
|
1024
1024
|
react: 18.2.0
|
|
1025
1025
|
react-dom: 18.2.0(react@18.2.0)
|
|
1026
1026
|
dev: false
|
|
1027
1027
|
|
|
1028
|
-
/@radix-ui/react-avatar@1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1028
|
+
/@radix-ui/react-avatar@1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
|
|
1029
1029
|
resolution: {integrity: sha512-9ToF7YNex3Ste45LrAeTlKtONI9yVRt/zOS158iilIkW5K/Apeyb/TUQlcEFTEFvWr8Kzdi2ZYrm1/suiXPajQ==}
|
|
1030
1030
|
peerDependencies:
|
|
1031
1031
|
'@types/react': '*'
|
|
@@ -1039,17 +1039,17 @@ packages:
|
|
|
1039
1039
|
optional: true
|
|
1040
1040
|
dependencies:
|
|
1041
1041
|
'@babel/runtime': 7.21.5
|
|
1042
|
-
'@radix-ui/react-context': 1.0.1(@types/react@18.2.
|
|
1043
|
-
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1044
|
-
'@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.
|
|
1045
|
-
'@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.
|
|
1046
|
-
'@types/react': 18.2.
|
|
1042
|
+
'@radix-ui/react-context': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1043
|
+
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1044
|
+
'@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1045
|
+
'@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1046
|
+
'@types/react': 18.2.18
|
|
1047
1047
|
'@types/react-dom': 18.2.7
|
|
1048
1048
|
react: 18.2.0
|
|
1049
1049
|
react-dom: 18.2.0(react@18.2.0)
|
|
1050
1050
|
dev: false
|
|
1051
1051
|
|
|
1052
|
-
/@radix-ui/react-checkbox@1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1052
|
+
/@radix-ui/react-checkbox@1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
|
|
1053
1053
|
resolution: {integrity: sha512-CBuGQa52aAYnADZVt/KBQzXrwx6TqnlwtcIPGtVt5JkkzQwMOLJjPukimhfKEr4GQNd43C+djUh5Ikopj8pSLg==}
|
|
1054
1054
|
peerDependencies:
|
|
1055
1055
|
'@types/react': '*'
|
|
@@ -1064,20 +1064,20 @@ packages:
|
|
|
1064
1064
|
dependencies:
|
|
1065
1065
|
'@babel/runtime': 7.21.5
|
|
1066
1066
|
'@radix-ui/primitive': 1.0.1
|
|
1067
|
-
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.
|
|
1068
|
-
'@radix-ui/react-context': 1.0.1(@types/react@18.2.
|
|
1069
|
-
'@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1070
|
-
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1071
|
-
'@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.
|
|
1072
|
-
'@radix-ui/react-use-previous': 1.0.1(@types/react@18.2.
|
|
1073
|
-
'@radix-ui/react-use-size': 1.0.1(@types/react@18.2.
|
|
1074
|
-
'@types/react': 18.2.
|
|
1067
|
+
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1068
|
+
'@radix-ui/react-context': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1069
|
+
'@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1070
|
+
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1071
|
+
'@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1072
|
+
'@radix-ui/react-use-previous': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1073
|
+
'@radix-ui/react-use-size': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1074
|
+
'@types/react': 18.2.18
|
|
1075
1075
|
'@types/react-dom': 18.2.7
|
|
1076
1076
|
react: 18.2.0
|
|
1077
1077
|
react-dom: 18.2.0(react@18.2.0)
|
|
1078
1078
|
dev: false
|
|
1079
1079
|
|
|
1080
|
-
/@radix-ui/react-collapsible@1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1080
|
+
/@radix-ui/react-collapsible@1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
|
|
1081
1081
|
resolution: {integrity: sha512-UBmVDkmR6IvDsloHVN+3rtx4Mi5TFvylYXpluuv0f37dtaz3H99bp8No0LGXRigVpl3UAT4l9j6bIchh42S/Gg==}
|
|
1082
1082
|
peerDependencies:
|
|
1083
1083
|
'@types/react': '*'
|
|
@@ -1092,20 +1092,20 @@ packages:
|
|
|
1092
1092
|
dependencies:
|
|
1093
1093
|
'@babel/runtime': 7.21.5
|
|
1094
1094
|
'@radix-ui/primitive': 1.0.1
|
|
1095
|
-
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.
|
|
1096
|
-
'@radix-ui/react-context': 1.0.1(@types/react@18.2.
|
|
1097
|
-
'@radix-ui/react-id': 1.0.1(@types/react@18.2.
|
|
1098
|
-
'@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1099
|
-
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1100
|
-
'@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.
|
|
1101
|
-
'@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.
|
|
1102
|
-
'@types/react': 18.2.
|
|
1095
|
+
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1096
|
+
'@radix-ui/react-context': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1097
|
+
'@radix-ui/react-id': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1098
|
+
'@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1099
|
+
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1100
|
+
'@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1101
|
+
'@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1102
|
+
'@types/react': 18.2.18
|
|
1103
1103
|
'@types/react-dom': 18.2.7
|
|
1104
1104
|
react: 18.2.0
|
|
1105
1105
|
react-dom: 18.2.0(react@18.2.0)
|
|
1106
1106
|
dev: false
|
|
1107
1107
|
|
|
1108
|
-
/@radix-ui/react-collection@1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1108
|
+
/@radix-ui/react-collection@1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
|
|
1109
1109
|
resolution: {integrity: sha512-3SzW+0PW7yBBoQlT8wNcGtaxaD0XSu0uLUFgrtHY08Acx05TaHaOmVLR73c0j/cqpDy53KBMO7s0dx2wmOIDIA==}
|
|
1110
1110
|
peerDependencies:
|
|
1111
1111
|
'@types/react': '*'
|
|
@@ -1119,11 +1119,11 @@ packages:
|
|
|
1119
1119
|
optional: true
|
|
1120
1120
|
dependencies:
|
|
1121
1121
|
'@babel/runtime': 7.21.5
|
|
1122
|
-
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.
|
|
1123
|
-
'@radix-ui/react-context': 1.0.1(@types/react@18.2.
|
|
1124
|
-
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1125
|
-
'@radix-ui/react-slot': 1.0.2(@types/react@18.2.
|
|
1126
|
-
'@types/react': 18.2.
|
|
1122
|
+
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1123
|
+
'@radix-ui/react-context': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1124
|
+
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1125
|
+
'@radix-ui/react-slot': 1.0.2(@types/react@18.2.18)(react@18.2.0)
|
|
1126
|
+
'@types/react': 18.2.18
|
|
1127
1127
|
'@types/react-dom': 18.2.7
|
|
1128
1128
|
react: 18.2.0
|
|
1129
1129
|
react-dom: 18.2.0(react@18.2.0)
|
|
@@ -1138,7 +1138,7 @@ packages:
|
|
|
1138
1138
|
react: 18.2.0
|
|
1139
1139
|
dev: false
|
|
1140
1140
|
|
|
1141
|
-
/@radix-ui/react-compose-refs@1.0.1(@types/react@18.2.
|
|
1141
|
+
/@radix-ui/react-compose-refs@1.0.1(@types/react@18.2.18)(react@18.2.0):
|
|
1142
1142
|
resolution: {integrity: sha512-fDSBgd44FKHa1FRMU59qBMPFcl2PZE+2nmqunj+BWFyYYjnhIDWL2ItDs3rrbJDQOtzt5nIebLCQc4QRfz6LJw==}
|
|
1143
1143
|
peerDependencies:
|
|
1144
1144
|
'@types/react': '*'
|
|
@@ -1148,11 +1148,11 @@ packages:
|
|
|
1148
1148
|
optional: true
|
|
1149
1149
|
dependencies:
|
|
1150
1150
|
'@babel/runtime': 7.21.5
|
|
1151
|
-
'@types/react': 18.2.
|
|
1151
|
+
'@types/react': 18.2.18
|
|
1152
1152
|
react: 18.2.0
|
|
1153
1153
|
dev: false
|
|
1154
1154
|
|
|
1155
|
-
/@radix-ui/react-context-menu@2.1.4(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1155
|
+
/@radix-ui/react-context-menu@2.1.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
|
|
1156
1156
|
resolution: {integrity: sha512-HVHLUtZOBiR2Fh5l07qQ9y0IgX4dGZF0S9Gwdk4CVA+DL9afSphvFNa4nRiw6RNgb6quwLV4dLPF/gFDvNaOcQ==}
|
|
1157
1157
|
peerDependencies:
|
|
1158
1158
|
'@types/react': '*'
|
|
@@ -1167,12 +1167,12 @@ packages:
|
|
|
1167
1167
|
dependencies:
|
|
1168
1168
|
'@babel/runtime': 7.21.5
|
|
1169
1169
|
'@radix-ui/primitive': 1.0.1
|
|
1170
|
-
'@radix-ui/react-context': 1.0.1(@types/react@18.2.
|
|
1171
|
-
'@radix-ui/react-menu': 2.0.5(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1172
|
-
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1173
|
-
'@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.
|
|
1174
|
-
'@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.
|
|
1175
|
-
'@types/react': 18.2.
|
|
1170
|
+
'@radix-ui/react-context': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1171
|
+
'@radix-ui/react-menu': 2.0.5(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1172
|
+
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1173
|
+
'@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1174
|
+
'@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1175
|
+
'@types/react': 18.2.18
|
|
1176
1176
|
'@types/react-dom': 18.2.7
|
|
1177
1177
|
react: 18.2.0
|
|
1178
1178
|
react-dom: 18.2.0(react@18.2.0)
|
|
@@ -1187,7 +1187,7 @@ packages:
|
|
|
1187
1187
|
react: 18.2.0
|
|
1188
1188
|
dev: false
|
|
1189
1189
|
|
|
1190
|
-
/@radix-ui/react-context@1.0.1(@types/react@18.2.
|
|
1190
|
+
/@radix-ui/react-context@1.0.1(@types/react@18.2.18)(react@18.2.0):
|
|
1191
1191
|
resolution: {integrity: sha512-ebbrdFoYTcuZ0v4wG5tedGnp9tzcV8awzsxYph7gXUyvnNLuTIcCk1q17JEbnVhXAKG9oX3KtchwiMIAYp9NLg==}
|
|
1192
1192
|
peerDependencies:
|
|
1193
1193
|
'@types/react': '*'
|
|
@@ -1197,11 +1197,11 @@ packages:
|
|
|
1197
1197
|
optional: true
|
|
1198
1198
|
dependencies:
|
|
1199
1199
|
'@babel/runtime': 7.21.5
|
|
1200
|
-
'@types/react': 18.2.
|
|
1200
|
+
'@types/react': 18.2.18
|
|
1201
1201
|
react: 18.2.0
|
|
1202
1202
|
dev: false
|
|
1203
1203
|
|
|
1204
|
-
/@radix-ui/react-dialog@1.0.0(@types/react@18.2.
|
|
1204
|
+
/@radix-ui/react-dialog@1.0.0(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
|
|
1205
1205
|
resolution: {integrity: sha512-Yn9YU+QlHYLWwV1XfKiqnGVpWYWk6MeBVM6x/bcoyPvxgjQGoeT35482viLPctTMWoMw0PoHgqfSox7Ig+957Q==}
|
|
1206
1206
|
peerDependencies:
|
|
1207
1207
|
react: ^16.8 || ^17.0 || ^18.0
|
|
@@ -1223,12 +1223,12 @@ packages:
|
|
|
1223
1223
|
aria-hidden: 1.2.3
|
|
1224
1224
|
react: 18.2.0
|
|
1225
1225
|
react-dom: 18.2.0(react@18.2.0)
|
|
1226
|
-
react-remove-scroll: 2.5.4(@types/react@18.2.
|
|
1226
|
+
react-remove-scroll: 2.5.4(@types/react@18.2.18)(react@18.2.0)
|
|
1227
1227
|
transitivePeerDependencies:
|
|
1228
1228
|
- '@types/react'
|
|
1229
1229
|
dev: false
|
|
1230
1230
|
|
|
1231
|
-
/@radix-ui/react-dialog@1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1231
|
+
/@radix-ui/react-dialog@1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
|
|
1232
1232
|
resolution: {integrity: sha512-hJtRy/jPULGQZceSAP2Re6/4NpKo8im6V8P2hUqZsdFiSL8l35kYsw3qbRI6Ay5mQd2+wlLqje770eq+RJ3yZg==}
|
|
1233
1233
|
peerDependencies:
|
|
1234
1234
|
'@types/react': '*'
|
|
@@ -1243,26 +1243,26 @@ packages:
|
|
|
1243
1243
|
dependencies:
|
|
1244
1244
|
'@babel/runtime': 7.21.5
|
|
1245
1245
|
'@radix-ui/primitive': 1.0.1
|
|
1246
|
-
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.
|
|
1247
|
-
'@radix-ui/react-context': 1.0.1(@types/react@18.2.
|
|
1248
|
-
'@radix-ui/react-dismissable-layer': 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1249
|
-
'@radix-ui/react-focus-guards': 1.0.1(@types/react@18.2.
|
|
1250
|
-
'@radix-ui/react-focus-scope': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1251
|
-
'@radix-ui/react-id': 1.0.1(@types/react@18.2.
|
|
1252
|
-
'@radix-ui/react-portal': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1253
|
-
'@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1254
|
-
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1255
|
-
'@radix-ui/react-slot': 1.0.2(@types/react@18.2.
|
|
1256
|
-
'@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.
|
|
1257
|
-
'@types/react': 18.2.
|
|
1246
|
+
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1247
|
+
'@radix-ui/react-context': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1248
|
+
'@radix-ui/react-dismissable-layer': 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1249
|
+
'@radix-ui/react-focus-guards': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1250
|
+
'@radix-ui/react-focus-scope': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1251
|
+
'@radix-ui/react-id': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1252
|
+
'@radix-ui/react-portal': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1253
|
+
'@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1254
|
+
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1255
|
+
'@radix-ui/react-slot': 1.0.2(@types/react@18.2.18)(react@18.2.0)
|
|
1256
|
+
'@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1257
|
+
'@types/react': 18.2.18
|
|
1258
1258
|
'@types/react-dom': 18.2.7
|
|
1259
1259
|
aria-hidden: 1.2.3
|
|
1260
1260
|
react: 18.2.0
|
|
1261
1261
|
react-dom: 18.2.0(react@18.2.0)
|
|
1262
|
-
react-remove-scroll: 2.5.5(@types/react@18.2.
|
|
1262
|
+
react-remove-scroll: 2.5.5(@types/react@18.2.18)(react@18.2.0)
|
|
1263
1263
|
dev: false
|
|
1264
1264
|
|
|
1265
|
-
/@radix-ui/react-direction@1.0.1(@types/react@18.2.
|
|
1265
|
+
/@radix-ui/react-direction@1.0.1(@types/react@18.2.18)(react@18.2.0):
|
|
1266
1266
|
resolution: {integrity: sha512-RXcvnXgyvYvBEOhCBuddKecVkoMiI10Jcm5cTI7abJRAHYfFxeu+FBQs/DvdxSYucxR5mna0dNsL6QFlds5TMA==}
|
|
1267
1267
|
peerDependencies:
|
|
1268
1268
|
'@types/react': '*'
|
|
@@ -1272,7 +1272,7 @@ packages:
|
|
|
1272
1272
|
optional: true
|
|
1273
1273
|
dependencies:
|
|
1274
1274
|
'@babel/runtime': 7.21.5
|
|
1275
|
-
'@types/react': 18.2.
|
|
1275
|
+
'@types/react': 18.2.18
|
|
1276
1276
|
react: 18.2.0
|
|
1277
1277
|
dev: false
|
|
1278
1278
|
|
|
@@ -1292,7 +1292,7 @@ packages:
|
|
|
1292
1292
|
react-dom: 18.2.0(react@18.2.0)
|
|
1293
1293
|
dev: false
|
|
1294
1294
|
|
|
1295
|
-
/@radix-ui/react-dismissable-layer@1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1295
|
+
/@radix-ui/react-dismissable-layer@1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
|
|
1296
1296
|
resolution: {integrity: sha512-7UpBa/RKMoHJYjie1gkF1DlK8l1fdU/VKDpoS3rCCo8YBJR294GwcEHyxHw72yvphJ7ld0AXEcSLAzY2F/WyCg==}
|
|
1297
1297
|
peerDependencies:
|
|
1298
1298
|
'@types/react': '*'
|
|
@@ -1307,17 +1307,17 @@ packages:
|
|
|
1307
1307
|
dependencies:
|
|
1308
1308
|
'@babel/runtime': 7.21.5
|
|
1309
1309
|
'@radix-ui/primitive': 1.0.1
|
|
1310
|
-
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.
|
|
1311
|
-
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1312
|
-
'@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.
|
|
1313
|
-
'@radix-ui/react-use-escape-keydown': 1.0.3(@types/react@18.2.
|
|
1314
|
-
'@types/react': 18.2.
|
|
1310
|
+
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1311
|
+
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1312
|
+
'@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1313
|
+
'@radix-ui/react-use-escape-keydown': 1.0.3(@types/react@18.2.18)(react@18.2.0)
|
|
1314
|
+
'@types/react': 18.2.18
|
|
1315
1315
|
'@types/react-dom': 18.2.7
|
|
1316
1316
|
react: 18.2.0
|
|
1317
1317
|
react-dom: 18.2.0(react@18.2.0)
|
|
1318
1318
|
dev: false
|
|
1319
1319
|
|
|
1320
|
-
/@radix-ui/react-dropdown-menu@2.0.5(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1320
|
+
/@radix-ui/react-dropdown-menu@2.0.5(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
|
|
1321
1321
|
resolution: {integrity: sha512-xdOrZzOTocqqkCkYo8yRPCib5OkTkqN7lqNCdxwPOdE466DOaNl4N8PkUIlsXthQvW5Wwkd+aEmWpfWlBoDPEw==}
|
|
1322
1322
|
peerDependencies:
|
|
1323
1323
|
'@types/react': '*'
|
|
@@ -1332,13 +1332,13 @@ packages:
|
|
|
1332
1332
|
dependencies:
|
|
1333
1333
|
'@babel/runtime': 7.21.5
|
|
1334
1334
|
'@radix-ui/primitive': 1.0.1
|
|
1335
|
-
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.
|
|
1336
|
-
'@radix-ui/react-context': 1.0.1(@types/react@18.2.
|
|
1337
|
-
'@radix-ui/react-id': 1.0.1(@types/react@18.2.
|
|
1338
|
-
'@radix-ui/react-menu': 2.0.5(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1339
|
-
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1340
|
-
'@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.
|
|
1341
|
-
'@types/react': 18.2.
|
|
1335
|
+
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1336
|
+
'@radix-ui/react-context': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1337
|
+
'@radix-ui/react-id': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1338
|
+
'@radix-ui/react-menu': 2.0.5(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1339
|
+
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1340
|
+
'@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1341
|
+
'@types/react': 18.2.18
|
|
1342
1342
|
'@types/react-dom': 18.2.7
|
|
1343
1343
|
react: 18.2.0
|
|
1344
1344
|
react-dom: 18.2.0(react@18.2.0)
|
|
@@ -1353,7 +1353,7 @@ packages:
|
|
|
1353
1353
|
react: 18.2.0
|
|
1354
1354
|
dev: false
|
|
1355
1355
|
|
|
1356
|
-
/@radix-ui/react-focus-guards@1.0.1(@types/react@18.2.
|
|
1356
|
+
/@radix-ui/react-focus-guards@1.0.1(@types/react@18.2.18)(react@18.2.0):
|
|
1357
1357
|
resolution: {integrity: sha512-Rect2dWbQ8waGzhMavsIbmSVCgYxkXLxxR3ZvCX79JOglzdEy4JXMb98lq4hPxUbLr77nP0UOGf4rcMU+s1pUA==}
|
|
1358
1358
|
peerDependencies:
|
|
1359
1359
|
'@types/react': '*'
|
|
@@ -1363,7 +1363,7 @@ packages:
|
|
|
1363
1363
|
optional: true
|
|
1364
1364
|
dependencies:
|
|
1365
1365
|
'@babel/runtime': 7.21.5
|
|
1366
|
-
'@types/react': 18.2.
|
|
1366
|
+
'@types/react': 18.2.18
|
|
1367
1367
|
react: 18.2.0
|
|
1368
1368
|
dev: false
|
|
1369
1369
|
|
|
@@ -1381,7 +1381,7 @@ packages:
|
|
|
1381
1381
|
react-dom: 18.2.0(react@18.2.0)
|
|
1382
1382
|
dev: false
|
|
1383
1383
|
|
|
1384
|
-
/@radix-ui/react-focus-scope@1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1384
|
+
/@radix-ui/react-focus-scope@1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
|
|
1385
1385
|
resolution: {integrity: sha512-upXdPfqI4islj2CslyfUBNlaJCPybbqRHAi1KER7Isel9Q2AtSJ0zRBZv8mWQiFXD2nyAJ4BhC3yXgZ6kMBSrQ==}
|
|
1386
1386
|
peerDependencies:
|
|
1387
1387
|
'@types/react': '*'
|
|
@@ -1395,16 +1395,16 @@ packages:
|
|
|
1395
1395
|
optional: true
|
|
1396
1396
|
dependencies:
|
|
1397
1397
|
'@babel/runtime': 7.21.5
|
|
1398
|
-
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.
|
|
1399
|
-
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1400
|
-
'@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.
|
|
1401
|
-
'@types/react': 18.2.
|
|
1398
|
+
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1399
|
+
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1400
|
+
'@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1401
|
+
'@types/react': 18.2.18
|
|
1402
1402
|
'@types/react-dom': 18.2.7
|
|
1403
1403
|
react: 18.2.0
|
|
1404
1404
|
react-dom: 18.2.0(react@18.2.0)
|
|
1405
1405
|
dev: false
|
|
1406
1406
|
|
|
1407
|
-
/@radix-ui/react-hover-card@1.0.6(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1407
|
+
/@radix-ui/react-hover-card@1.0.6(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
|
|
1408
1408
|
resolution: {integrity: sha512-2K3ToJuMk9wjwBOa+jdg2oPma+AmLdcEyTNsG/iC4BDVG3E0/mGCjbY8PEDSLxJcUi+nJi2QII+ec/4kWd88DA==}
|
|
1409
1409
|
peerDependencies:
|
|
1410
1410
|
'@types/react': '*'
|
|
@@ -1419,15 +1419,15 @@ packages:
|
|
|
1419
1419
|
dependencies:
|
|
1420
1420
|
'@babel/runtime': 7.21.5
|
|
1421
1421
|
'@radix-ui/primitive': 1.0.1
|
|
1422
|
-
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.
|
|
1423
|
-
'@radix-ui/react-context': 1.0.1(@types/react@18.2.
|
|
1424
|
-
'@radix-ui/react-dismissable-layer': 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1425
|
-
'@radix-ui/react-popper': 1.1.2(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1426
|
-
'@radix-ui/react-portal': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1427
|
-
'@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1428
|
-
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1429
|
-
'@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.
|
|
1430
|
-
'@types/react': 18.2.
|
|
1422
|
+
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1423
|
+
'@radix-ui/react-context': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1424
|
+
'@radix-ui/react-dismissable-layer': 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1425
|
+
'@radix-ui/react-popper': 1.1.2(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1426
|
+
'@radix-ui/react-portal': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1427
|
+
'@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1428
|
+
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1429
|
+
'@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1430
|
+
'@types/react': 18.2.18
|
|
1431
1431
|
'@types/react-dom': 18.2.7
|
|
1432
1432
|
react: 18.2.0
|
|
1433
1433
|
react-dom: 18.2.0(react@18.2.0)
|
|
@@ -1451,7 +1451,7 @@ packages:
|
|
|
1451
1451
|
react: 18.2.0
|
|
1452
1452
|
dev: false
|
|
1453
1453
|
|
|
1454
|
-
/@radix-ui/react-id@1.0.1(@types/react@18.2.
|
|
1454
|
+
/@radix-ui/react-id@1.0.1(@types/react@18.2.18)(react@18.2.0):
|
|
1455
1455
|
resolution: {integrity: sha512-tI7sT/kqYp8p96yGWY1OAnLHrqDgzHefRBKQ2YAkBS5ja7QLcZ9Z/uY7bEjPUatf8RomoXM8/1sMj1IJaE5UzQ==}
|
|
1456
1456
|
peerDependencies:
|
|
1457
1457
|
'@types/react': '*'
|
|
@@ -1461,12 +1461,12 @@ packages:
|
|
|
1461
1461
|
optional: true
|
|
1462
1462
|
dependencies:
|
|
1463
1463
|
'@babel/runtime': 7.21.5
|
|
1464
|
-
'@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.
|
|
1465
|
-
'@types/react': 18.2.
|
|
1464
|
+
'@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1465
|
+
'@types/react': 18.2.18
|
|
1466
1466
|
react: 18.2.0
|
|
1467
1467
|
dev: false
|
|
1468
1468
|
|
|
1469
|
-
/@radix-ui/react-label@2.0.2(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1469
|
+
/@radix-ui/react-label@2.0.2(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
|
|
1470
1470
|
resolution: {integrity: sha512-N5ehvlM7qoTLx7nWPodsPYPgMzA5WM8zZChQg8nyFJKnDO5WHdba1vv5/H6IO5LtJMfD2Q3wh1qHFGNtK0w3bQ==}
|
|
1471
1471
|
peerDependencies:
|
|
1472
1472
|
'@types/react': '*'
|
|
@@ -1480,14 +1480,14 @@ packages:
|
|
|
1480
1480
|
optional: true
|
|
1481
1481
|
dependencies:
|
|
1482
1482
|
'@babel/runtime': 7.21.5
|
|
1483
|
-
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1484
|
-
'@types/react': 18.2.
|
|
1483
|
+
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1484
|
+
'@types/react': 18.2.18
|
|
1485
1485
|
'@types/react-dom': 18.2.7
|
|
1486
1486
|
react: 18.2.0
|
|
1487
1487
|
react-dom: 18.2.0(react@18.2.0)
|
|
1488
1488
|
dev: false
|
|
1489
1489
|
|
|
1490
|
-
/@radix-ui/react-menu@2.0.5(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1490
|
+
/@radix-ui/react-menu@2.0.5(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
|
|
1491
1491
|
resolution: {integrity: sha512-Gw4f9pwdH+w5w+49k0gLjN0PfRDHvxmAgG16AbyJZ7zhwZ6PBHKtWohvnSwfusfnK3L68dpBREHpVkj8wEM7ZA==}
|
|
1492
1492
|
peerDependencies:
|
|
1493
1493
|
'@types/react': '*'
|
|
@@ -1502,30 +1502,30 @@ packages:
|
|
|
1502
1502
|
dependencies:
|
|
1503
1503
|
'@babel/runtime': 7.21.5
|
|
1504
1504
|
'@radix-ui/primitive': 1.0.1
|
|
1505
|
-
'@radix-ui/react-collection': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1506
|
-
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.
|
|
1507
|
-
'@radix-ui/react-context': 1.0.1(@types/react@18.2.
|
|
1508
|
-
'@radix-ui/react-direction': 1.0.1(@types/react@18.2.
|
|
1509
|
-
'@radix-ui/react-dismissable-layer': 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1510
|
-
'@radix-ui/react-focus-guards': 1.0.1(@types/react@18.2.
|
|
1511
|
-
'@radix-ui/react-focus-scope': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1512
|
-
'@radix-ui/react-id': 1.0.1(@types/react@18.2.
|
|
1513
|
-
'@radix-ui/react-popper': 1.1.2(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1514
|
-
'@radix-ui/react-portal': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1515
|
-
'@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1516
|
-
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1517
|
-
'@radix-ui/react-roving-focus': 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1518
|
-
'@radix-ui/react-slot': 1.0.2(@types/react@18.2.
|
|
1519
|
-
'@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.
|
|
1520
|
-
'@types/react': 18.2.
|
|
1505
|
+
'@radix-ui/react-collection': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1506
|
+
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1507
|
+
'@radix-ui/react-context': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1508
|
+
'@radix-ui/react-direction': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1509
|
+
'@radix-ui/react-dismissable-layer': 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1510
|
+
'@radix-ui/react-focus-guards': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1511
|
+
'@radix-ui/react-focus-scope': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1512
|
+
'@radix-ui/react-id': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1513
|
+
'@radix-ui/react-popper': 1.1.2(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1514
|
+
'@radix-ui/react-portal': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1515
|
+
'@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1516
|
+
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1517
|
+
'@radix-ui/react-roving-focus': 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1518
|
+
'@radix-ui/react-slot': 1.0.2(@types/react@18.2.18)(react@18.2.0)
|
|
1519
|
+
'@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1520
|
+
'@types/react': 18.2.18
|
|
1521
1521
|
'@types/react-dom': 18.2.7
|
|
1522
1522
|
aria-hidden: 1.2.3
|
|
1523
1523
|
react: 18.2.0
|
|
1524
1524
|
react-dom: 18.2.0(react@18.2.0)
|
|
1525
|
-
react-remove-scroll: 2.5.5(@types/react@18.2.
|
|
1525
|
+
react-remove-scroll: 2.5.5(@types/react@18.2.18)(react@18.2.0)
|
|
1526
1526
|
dev: false
|
|
1527
1527
|
|
|
1528
|
-
/@radix-ui/react-menubar@1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1528
|
+
/@radix-ui/react-menubar@1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
|
|
1529
1529
|
resolution: {integrity: sha512-GqjdxzYCjjKhcgEODDP8SrYfbWNh/Hm3lyuFkP5Q5IbX0QfXklLF1o1AqA3oTV2kulUgN/kOZVS92hIIShEgpA==}
|
|
1530
1530
|
peerDependencies:
|
|
1531
1531
|
'@types/react': '*'
|
|
@@ -1540,22 +1540,22 @@ packages:
|
|
|
1540
1540
|
dependencies:
|
|
1541
1541
|
'@babel/runtime': 7.21.5
|
|
1542
1542
|
'@radix-ui/primitive': 1.0.1
|
|
1543
|
-
'@radix-ui/react-collection': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1544
|
-
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.
|
|
1545
|
-
'@radix-ui/react-context': 1.0.1(@types/react@18.2.
|
|
1546
|
-
'@radix-ui/react-direction': 1.0.1(@types/react@18.2.
|
|
1547
|
-
'@radix-ui/react-id': 1.0.1(@types/react@18.2.
|
|
1548
|
-
'@radix-ui/react-menu': 2.0.5(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1549
|
-
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1550
|
-
'@radix-ui/react-roving-focus': 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1551
|
-
'@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.
|
|
1552
|
-
'@types/react': 18.2.
|
|
1543
|
+
'@radix-ui/react-collection': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1544
|
+
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1545
|
+
'@radix-ui/react-context': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1546
|
+
'@radix-ui/react-direction': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1547
|
+
'@radix-ui/react-id': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1548
|
+
'@radix-ui/react-menu': 2.0.5(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1549
|
+
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1550
|
+
'@radix-ui/react-roving-focus': 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1551
|
+
'@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1552
|
+
'@types/react': 18.2.18
|
|
1553
1553
|
'@types/react-dom': 18.2.7
|
|
1554
1554
|
react: 18.2.0
|
|
1555
1555
|
react-dom: 18.2.0(react@18.2.0)
|
|
1556
1556
|
dev: false
|
|
1557
1557
|
|
|
1558
|
-
/@radix-ui/react-navigation-menu@1.1.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1558
|
+
/@radix-ui/react-navigation-menu@1.1.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
|
|
1559
1559
|
resolution: {integrity: sha512-x4Uv0N47ABx3/frJazYXxvMpZeKJe0qmRIgQ2o3lhTqnTVg+CaZfVVO4nQLn3QJcDkTz8icElKffhFng47XIBA==}
|
|
1560
1560
|
peerDependencies:
|
|
1561
1561
|
'@types/react': '*'
|
|
@@ -1570,26 +1570,26 @@ packages:
|
|
|
1570
1570
|
dependencies:
|
|
1571
1571
|
'@babel/runtime': 7.21.5
|
|
1572
1572
|
'@radix-ui/primitive': 1.0.1
|
|
1573
|
-
'@radix-ui/react-collection': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1574
|
-
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.
|
|
1575
|
-
'@radix-ui/react-context': 1.0.1(@types/react@18.2.
|
|
1576
|
-
'@radix-ui/react-direction': 1.0.1(@types/react@18.2.
|
|
1577
|
-
'@radix-ui/react-dismissable-layer': 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1578
|
-
'@radix-ui/react-id': 1.0.1(@types/react@18.2.
|
|
1579
|
-
'@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1580
|
-
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1581
|
-
'@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.
|
|
1582
|
-
'@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.
|
|
1583
|
-
'@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.
|
|
1584
|
-
'@radix-ui/react-use-previous': 1.0.1(@types/react@18.2.
|
|
1585
|
-
'@radix-ui/react-visually-hidden': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1586
|
-
'@types/react': 18.2.
|
|
1573
|
+
'@radix-ui/react-collection': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1574
|
+
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1575
|
+
'@radix-ui/react-context': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1576
|
+
'@radix-ui/react-direction': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1577
|
+
'@radix-ui/react-dismissable-layer': 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1578
|
+
'@radix-ui/react-id': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1579
|
+
'@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1580
|
+
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1581
|
+
'@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1582
|
+
'@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1583
|
+
'@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1584
|
+
'@radix-ui/react-use-previous': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1585
|
+
'@radix-ui/react-visually-hidden': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1586
|
+
'@types/react': 18.2.18
|
|
1587
1587
|
'@types/react-dom': 18.2.7
|
|
1588
1588
|
react: 18.2.0
|
|
1589
1589
|
react-dom: 18.2.0(react@18.2.0)
|
|
1590
1590
|
dev: false
|
|
1591
1591
|
|
|
1592
|
-
/@radix-ui/react-popover@1.0.6(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1592
|
+
/@radix-ui/react-popover@1.0.6(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
|
|
1593
1593
|
resolution: {integrity: sha512-cZ4defGpkZ0qTRtlIBzJLSzL6ht7ofhhW4i1+pkemjV1IKXm0wgCRnee154qlV6r9Ttunmh2TNZhMfV2bavUyA==}
|
|
1594
1594
|
peerDependencies:
|
|
1595
1595
|
'@types/react': '*'
|
|
@@ -1604,27 +1604,27 @@ packages:
|
|
|
1604
1604
|
dependencies:
|
|
1605
1605
|
'@babel/runtime': 7.21.5
|
|
1606
1606
|
'@radix-ui/primitive': 1.0.1
|
|
1607
|
-
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.
|
|
1608
|
-
'@radix-ui/react-context': 1.0.1(@types/react@18.2.
|
|
1609
|
-
'@radix-ui/react-dismissable-layer': 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1610
|
-
'@radix-ui/react-focus-guards': 1.0.1(@types/react@18.2.
|
|
1611
|
-
'@radix-ui/react-focus-scope': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1612
|
-
'@radix-ui/react-id': 1.0.1(@types/react@18.2.
|
|
1613
|
-
'@radix-ui/react-popper': 1.1.2(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1614
|
-
'@radix-ui/react-portal': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1615
|
-
'@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1616
|
-
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1617
|
-
'@radix-ui/react-slot': 1.0.2(@types/react@18.2.
|
|
1618
|
-
'@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.
|
|
1619
|
-
'@types/react': 18.2.
|
|
1607
|
+
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1608
|
+
'@radix-ui/react-context': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1609
|
+
'@radix-ui/react-dismissable-layer': 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1610
|
+
'@radix-ui/react-focus-guards': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1611
|
+
'@radix-ui/react-focus-scope': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1612
|
+
'@radix-ui/react-id': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1613
|
+
'@radix-ui/react-popper': 1.1.2(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1614
|
+
'@radix-ui/react-portal': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1615
|
+
'@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1616
|
+
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1617
|
+
'@radix-ui/react-slot': 1.0.2(@types/react@18.2.18)(react@18.2.0)
|
|
1618
|
+
'@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1619
|
+
'@types/react': 18.2.18
|
|
1620
1620
|
'@types/react-dom': 18.2.7
|
|
1621
1621
|
aria-hidden: 1.2.3
|
|
1622
1622
|
react: 18.2.0
|
|
1623
1623
|
react-dom: 18.2.0(react@18.2.0)
|
|
1624
|
-
react-remove-scroll: 2.5.5(@types/react@18.2.
|
|
1624
|
+
react-remove-scroll: 2.5.5(@types/react@18.2.18)(react@18.2.0)
|
|
1625
1625
|
dev: false
|
|
1626
1626
|
|
|
1627
|
-
/@radix-ui/react-popper@1.1.2(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1627
|
+
/@radix-ui/react-popper@1.1.2(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
|
|
1628
1628
|
resolution: {integrity: sha512-1CnGGfFi/bbqtJZZ0P/NQY20xdG3E0LALJaLUEoKwPLwl6PPPfbeiCqMVQnhoFRAxjJj4RpBRJzDmUgsex2tSg==}
|
|
1629
1629
|
peerDependencies:
|
|
1630
1630
|
'@types/react': '*'
|
|
@@ -1639,16 +1639,16 @@ packages:
|
|
|
1639
1639
|
dependencies:
|
|
1640
1640
|
'@babel/runtime': 7.21.5
|
|
1641
1641
|
'@floating-ui/react-dom': 2.0.0(react-dom@18.2.0)(react@18.2.0)
|
|
1642
|
-
'@radix-ui/react-arrow': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1643
|
-
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.
|
|
1644
|
-
'@radix-ui/react-context': 1.0.1(@types/react@18.2.
|
|
1645
|
-
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1646
|
-
'@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.
|
|
1647
|
-
'@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.
|
|
1648
|
-
'@radix-ui/react-use-rect': 1.0.1(@types/react@18.2.
|
|
1649
|
-
'@radix-ui/react-use-size': 1.0.1(@types/react@18.2.
|
|
1642
|
+
'@radix-ui/react-arrow': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1643
|
+
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1644
|
+
'@radix-ui/react-context': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1645
|
+
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1646
|
+
'@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1647
|
+
'@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1648
|
+
'@radix-ui/react-use-rect': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1649
|
+
'@radix-ui/react-use-size': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1650
1650
|
'@radix-ui/rect': 1.0.1
|
|
1651
|
-
'@types/react': 18.2.
|
|
1651
|
+
'@types/react': 18.2.18
|
|
1652
1652
|
'@types/react-dom': 18.2.7
|
|
1653
1653
|
react: 18.2.0
|
|
1654
1654
|
react-dom: 18.2.0(react@18.2.0)
|
|
@@ -1666,7 +1666,7 @@ packages:
|
|
|
1666
1666
|
react-dom: 18.2.0(react@18.2.0)
|
|
1667
1667
|
dev: false
|
|
1668
1668
|
|
|
1669
|
-
/@radix-ui/react-portal@1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1669
|
+
/@radix-ui/react-portal@1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
|
|
1670
1670
|
resolution: {integrity: sha512-xLYZeHrWoPmA5mEKEfZZevoVRK/Q43GfzRXkWV6qawIWWK8t6ifIiLQdd7rmQ4Vk1bmI21XhqF9BN3jWf+phpA==}
|
|
1671
1671
|
peerDependencies:
|
|
1672
1672
|
'@types/react': '*'
|
|
@@ -1680,8 +1680,8 @@ packages:
|
|
|
1680
1680
|
optional: true
|
|
1681
1681
|
dependencies:
|
|
1682
1682
|
'@babel/runtime': 7.21.5
|
|
1683
|
-
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1684
|
-
'@types/react': 18.2.
|
|
1683
|
+
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1684
|
+
'@types/react': 18.2.18
|
|
1685
1685
|
'@types/react-dom': 18.2.7
|
|
1686
1686
|
react: 18.2.0
|
|
1687
1687
|
react-dom: 18.2.0(react@18.2.0)
|
|
@@ -1700,7 +1700,7 @@ packages:
|
|
|
1700
1700
|
react-dom: 18.2.0(react@18.2.0)
|
|
1701
1701
|
dev: false
|
|
1702
1702
|
|
|
1703
|
-
/@radix-ui/react-presence@1.0.1(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1703
|
+
/@radix-ui/react-presence@1.0.1(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
|
|
1704
1704
|
resolution: {integrity: sha512-UXLW4UAbIY5ZjcvzjfRFo5gxva8QirC9hF7wRE4U5gz+TP0DbRk+//qyuAQ1McDxBt1xNMBTaciFGvEmJvAZCg==}
|
|
1705
1705
|
peerDependencies:
|
|
1706
1706
|
'@types/react': '*'
|
|
@@ -1714,9 +1714,9 @@ packages:
|
|
|
1714
1714
|
optional: true
|
|
1715
1715
|
dependencies:
|
|
1716
1716
|
'@babel/runtime': 7.21.5
|
|
1717
|
-
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.
|
|
1718
|
-
'@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.
|
|
1719
|
-
'@types/react': 18.2.
|
|
1717
|
+
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1718
|
+
'@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1719
|
+
'@types/react': 18.2.18
|
|
1720
1720
|
'@types/react-dom': 18.2.7
|
|
1721
1721
|
react: 18.2.0
|
|
1722
1722
|
react-dom: 18.2.0(react@18.2.0)
|
|
@@ -1734,7 +1734,7 @@ packages:
|
|
|
1734
1734
|
react-dom: 18.2.0(react@18.2.0)
|
|
1735
1735
|
dev: false
|
|
1736
1736
|
|
|
1737
|
-
/@radix-ui/react-primitive@1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1737
|
+
/@radix-ui/react-primitive@1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
|
|
1738
1738
|
resolution: {integrity: sha512-yi58uVyoAcK/Nq1inRY56ZSjKypBNKTa/1mcL8qdl6oJeEaDbOldlzrGn7P6Q3Id5d+SYNGc5AJgc4vGhjs5+g==}
|
|
1739
1739
|
peerDependencies:
|
|
1740
1740
|
'@types/react': '*'
|
|
@@ -1748,14 +1748,14 @@ packages:
|
|
|
1748
1748
|
optional: true
|
|
1749
1749
|
dependencies:
|
|
1750
1750
|
'@babel/runtime': 7.21.5
|
|
1751
|
-
'@radix-ui/react-slot': 1.0.2(@types/react@18.2.
|
|
1752
|
-
'@types/react': 18.2.
|
|
1751
|
+
'@radix-ui/react-slot': 1.0.2(@types/react@18.2.18)(react@18.2.0)
|
|
1752
|
+
'@types/react': 18.2.18
|
|
1753
1753
|
'@types/react-dom': 18.2.7
|
|
1754
1754
|
react: 18.2.0
|
|
1755
1755
|
react-dom: 18.2.0(react@18.2.0)
|
|
1756
1756
|
dev: false
|
|
1757
1757
|
|
|
1758
|
-
/@radix-ui/react-progress@1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1758
|
+
/@radix-ui/react-progress@1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
|
|
1759
1759
|
resolution: {integrity: sha512-5G6Om/tYSxjSeEdrb1VfKkfZfn/1IlPWd731h2RfPuSbIfNUgfqAwbKfJCg/PP6nuUCTrYzalwHSpSinoWoCag==}
|
|
1760
1760
|
peerDependencies:
|
|
1761
1761
|
'@types/react': '*'
|
|
@@ -1769,15 +1769,15 @@ packages:
|
|
|
1769
1769
|
optional: true
|
|
1770
1770
|
dependencies:
|
|
1771
1771
|
'@babel/runtime': 7.21.5
|
|
1772
|
-
'@radix-ui/react-context': 1.0.1(@types/react@18.2.
|
|
1773
|
-
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1774
|
-
'@types/react': 18.2.
|
|
1772
|
+
'@radix-ui/react-context': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1773
|
+
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1774
|
+
'@types/react': 18.2.18
|
|
1775
1775
|
'@types/react-dom': 18.2.7
|
|
1776
1776
|
react: 18.2.0
|
|
1777
1777
|
react-dom: 18.2.0(react@18.2.0)
|
|
1778
1778
|
dev: false
|
|
1779
1779
|
|
|
1780
|
-
/@radix-ui/react-radio-group@1.1.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1780
|
+
/@radix-ui/react-radio-group@1.1.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
|
|
1781
1781
|
resolution: {integrity: sha512-x+yELayyefNeKeTx4fjK6j99Fs6c4qKm3aY38G3swQVTN6xMpsrbigC0uHs2L//g8q4qR7qOcww8430jJmi2ag==}
|
|
1782
1782
|
peerDependencies:
|
|
1783
1783
|
'@types/react': '*'
|
|
@@ -1792,22 +1792,22 @@ packages:
|
|
|
1792
1792
|
dependencies:
|
|
1793
1793
|
'@babel/runtime': 7.21.5
|
|
1794
1794
|
'@radix-ui/primitive': 1.0.1
|
|
1795
|
-
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.
|
|
1796
|
-
'@radix-ui/react-context': 1.0.1(@types/react@18.2.
|
|
1797
|
-
'@radix-ui/react-direction': 1.0.1(@types/react@18.2.
|
|
1798
|
-
'@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1799
|
-
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1800
|
-
'@radix-ui/react-roving-focus': 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1801
|
-
'@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.
|
|
1802
|
-
'@radix-ui/react-use-previous': 1.0.1(@types/react@18.2.
|
|
1803
|
-
'@radix-ui/react-use-size': 1.0.1(@types/react@18.2.
|
|
1804
|
-
'@types/react': 18.2.
|
|
1795
|
+
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1796
|
+
'@radix-ui/react-context': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1797
|
+
'@radix-ui/react-direction': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1798
|
+
'@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1799
|
+
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1800
|
+
'@radix-ui/react-roving-focus': 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1801
|
+
'@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1802
|
+
'@radix-ui/react-use-previous': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1803
|
+
'@radix-ui/react-use-size': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1804
|
+
'@types/react': 18.2.18
|
|
1805
1805
|
'@types/react-dom': 18.2.7
|
|
1806
1806
|
react: 18.2.0
|
|
1807
1807
|
react-dom: 18.2.0(react@18.2.0)
|
|
1808
1808
|
dev: false
|
|
1809
1809
|
|
|
1810
|
-
/@radix-ui/react-roving-focus@1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1810
|
+
/@radix-ui/react-roving-focus@1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
|
|
1811
1811
|
resolution: {integrity: sha512-2mUg5Mgcu001VkGy+FfzZyzbmuUWzgWkj3rvv4yu+mLw03+mTzbxZHvfcGyFp2b8EkQeMkpRQ5FiA2Vr2O6TeQ==}
|
|
1812
1812
|
peerDependencies:
|
|
1813
1813
|
'@types/react': '*'
|
|
@@ -1822,21 +1822,21 @@ packages:
|
|
|
1822
1822
|
dependencies:
|
|
1823
1823
|
'@babel/runtime': 7.21.5
|
|
1824
1824
|
'@radix-ui/primitive': 1.0.1
|
|
1825
|
-
'@radix-ui/react-collection': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1826
|
-
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.
|
|
1827
|
-
'@radix-ui/react-context': 1.0.1(@types/react@18.2.
|
|
1828
|
-
'@radix-ui/react-direction': 1.0.1(@types/react@18.2.
|
|
1829
|
-
'@radix-ui/react-id': 1.0.1(@types/react@18.2.
|
|
1830
|
-
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1831
|
-
'@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.
|
|
1832
|
-
'@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.
|
|
1833
|
-
'@types/react': 18.2.
|
|
1825
|
+
'@radix-ui/react-collection': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1826
|
+
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1827
|
+
'@radix-ui/react-context': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1828
|
+
'@radix-ui/react-direction': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1829
|
+
'@radix-ui/react-id': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1830
|
+
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1831
|
+
'@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1832
|
+
'@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1833
|
+
'@types/react': 18.2.18
|
|
1834
1834
|
'@types/react-dom': 18.2.7
|
|
1835
1835
|
react: 18.2.0
|
|
1836
1836
|
react-dom: 18.2.0(react@18.2.0)
|
|
1837
1837
|
dev: false
|
|
1838
1838
|
|
|
1839
|
-
/@radix-ui/react-scroll-area@1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1839
|
+
/@radix-ui/react-scroll-area@1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
|
|
1840
1840
|
resolution: {integrity: sha512-OIClwBkwPG+FKvC4OMTRaa/3cfD069nkKFFL/TQzRzaO42Ce5ivKU9VMKgT7UU6UIkjcQqKBrDOIzWtPGw6e6w==}
|
|
1841
1841
|
peerDependencies:
|
|
1842
1842
|
'@types/react': '*'
|
|
@@ -1852,20 +1852,20 @@ packages:
|
|
|
1852
1852
|
'@babel/runtime': 7.21.5
|
|
1853
1853
|
'@radix-ui/number': 1.0.1
|
|
1854
1854
|
'@radix-ui/primitive': 1.0.1
|
|
1855
|
-
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.
|
|
1856
|
-
'@radix-ui/react-context': 1.0.1(@types/react@18.2.
|
|
1857
|
-
'@radix-ui/react-direction': 1.0.1(@types/react@18.2.
|
|
1858
|
-
'@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1859
|
-
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1860
|
-
'@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.
|
|
1861
|
-
'@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.
|
|
1862
|
-
'@types/react': 18.2.
|
|
1855
|
+
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1856
|
+
'@radix-ui/react-context': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1857
|
+
'@radix-ui/react-direction': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1858
|
+
'@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1859
|
+
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1860
|
+
'@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1861
|
+
'@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1862
|
+
'@types/react': 18.2.18
|
|
1863
1863
|
'@types/react-dom': 18.2.7
|
|
1864
1864
|
react: 18.2.0
|
|
1865
1865
|
react-dom: 18.2.0(react@18.2.0)
|
|
1866
1866
|
dev: false
|
|
1867
1867
|
|
|
1868
|
-
/@radix-ui/react-select@1.2.2(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1868
|
+
/@radix-ui/react-select@1.2.2(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
|
|
1869
1869
|
resolution: {integrity: sha512-zI7McXr8fNaSrUY9mZe4x/HC0jTLY9fWNhO1oLWYMQGDXuV4UCivIGTxwioSzO0ZCYX9iSLyWmAh/1TOmX3Cnw==}
|
|
1870
1870
|
peerDependencies:
|
|
1871
1871
|
'@types/react': '*'
|
|
@@ -1881,32 +1881,32 @@ packages:
|
|
|
1881
1881
|
'@babel/runtime': 7.21.5
|
|
1882
1882
|
'@radix-ui/number': 1.0.1
|
|
1883
1883
|
'@radix-ui/primitive': 1.0.1
|
|
1884
|
-
'@radix-ui/react-collection': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1885
|
-
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.
|
|
1886
|
-
'@radix-ui/react-context': 1.0.1(@types/react@18.2.
|
|
1887
|
-
'@radix-ui/react-direction': 1.0.1(@types/react@18.2.
|
|
1888
|
-
'@radix-ui/react-dismissable-layer': 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1889
|
-
'@radix-ui/react-focus-guards': 1.0.1(@types/react@18.2.
|
|
1890
|
-
'@radix-ui/react-focus-scope': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1891
|
-
'@radix-ui/react-id': 1.0.1(@types/react@18.2.
|
|
1892
|
-
'@radix-ui/react-popper': 1.1.2(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1893
|
-
'@radix-ui/react-portal': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1894
|
-
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1895
|
-
'@radix-ui/react-slot': 1.0.2(@types/react@18.2.
|
|
1896
|
-
'@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.
|
|
1897
|
-
'@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.
|
|
1898
|
-
'@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.
|
|
1899
|
-
'@radix-ui/react-use-previous': 1.0.1(@types/react@18.2.
|
|
1900
|
-
'@radix-ui/react-visually-hidden': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1901
|
-
'@types/react': 18.2.
|
|
1884
|
+
'@radix-ui/react-collection': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1885
|
+
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1886
|
+
'@radix-ui/react-context': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1887
|
+
'@radix-ui/react-direction': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1888
|
+
'@radix-ui/react-dismissable-layer': 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1889
|
+
'@radix-ui/react-focus-guards': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1890
|
+
'@radix-ui/react-focus-scope': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1891
|
+
'@radix-ui/react-id': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1892
|
+
'@radix-ui/react-popper': 1.1.2(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1893
|
+
'@radix-ui/react-portal': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1894
|
+
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1895
|
+
'@radix-ui/react-slot': 1.0.2(@types/react@18.2.18)(react@18.2.0)
|
|
1896
|
+
'@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1897
|
+
'@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1898
|
+
'@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1899
|
+
'@radix-ui/react-use-previous': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1900
|
+
'@radix-ui/react-visually-hidden': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1901
|
+
'@types/react': 18.2.18
|
|
1902
1902
|
'@types/react-dom': 18.2.7
|
|
1903
1903
|
aria-hidden: 1.2.3
|
|
1904
1904
|
react: 18.2.0
|
|
1905
1905
|
react-dom: 18.2.0(react@18.2.0)
|
|
1906
|
-
react-remove-scroll: 2.5.5(@types/react@18.2.
|
|
1906
|
+
react-remove-scroll: 2.5.5(@types/react@18.2.18)(react@18.2.0)
|
|
1907
1907
|
dev: false
|
|
1908
1908
|
|
|
1909
|
-
/@radix-ui/react-separator@1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1909
|
+
/@radix-ui/react-separator@1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
|
|
1910
1910
|
resolution: {integrity: sha512-itYmTy/kokS21aiV5+Z56MZB54KrhPgn6eHDKkFeOLR34HMN2s8PaN47qZZAGnvupcjxHaFZnW4pQEh0BvvVuw==}
|
|
1911
1911
|
peerDependencies:
|
|
1912
1912
|
'@types/react': '*'
|
|
@@ -1920,14 +1920,14 @@ packages:
|
|
|
1920
1920
|
optional: true
|
|
1921
1921
|
dependencies:
|
|
1922
1922
|
'@babel/runtime': 7.21.5
|
|
1923
|
-
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1924
|
-
'@types/react': 18.2.
|
|
1923
|
+
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1924
|
+
'@types/react': 18.2.18
|
|
1925
1925
|
'@types/react-dom': 18.2.7
|
|
1926
1926
|
react: 18.2.0
|
|
1927
1927
|
react-dom: 18.2.0(react@18.2.0)
|
|
1928
1928
|
dev: false
|
|
1929
1929
|
|
|
1930
|
-
/@radix-ui/react-slider@1.1.2(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1930
|
+
/@radix-ui/react-slider@1.1.2(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
|
|
1931
1931
|
resolution: {integrity: sha512-NKs15MJylfzVsCagVSWKhGGLNR1W9qWs+HtgbmjjVUB3B9+lb3PYoXxVju3kOrpf0VKyVCtZp+iTwVoqpa1Chw==}
|
|
1932
1932
|
peerDependencies:
|
|
1933
1933
|
'@types/react': '*'
|
|
@@ -1943,16 +1943,16 @@ packages:
|
|
|
1943
1943
|
'@babel/runtime': 7.21.5
|
|
1944
1944
|
'@radix-ui/number': 1.0.1
|
|
1945
1945
|
'@radix-ui/primitive': 1.0.1
|
|
1946
|
-
'@radix-ui/react-collection': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1947
|
-
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.
|
|
1948
|
-
'@radix-ui/react-context': 1.0.1(@types/react@18.2.
|
|
1949
|
-
'@radix-ui/react-direction': 1.0.1(@types/react@18.2.
|
|
1950
|
-
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1951
|
-
'@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.
|
|
1952
|
-
'@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.
|
|
1953
|
-
'@radix-ui/react-use-previous': 1.0.1(@types/react@18.2.
|
|
1954
|
-
'@radix-ui/react-use-size': 1.0.1(@types/react@18.2.
|
|
1955
|
-
'@types/react': 18.2.
|
|
1946
|
+
'@radix-ui/react-collection': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1947
|
+
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1948
|
+
'@radix-ui/react-context': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1949
|
+
'@radix-ui/react-direction': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1950
|
+
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
1951
|
+
'@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1952
|
+
'@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1953
|
+
'@radix-ui/react-use-previous': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1954
|
+
'@radix-ui/react-use-size': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1955
|
+
'@types/react': 18.2.18
|
|
1956
1956
|
'@types/react-dom': 18.2.7
|
|
1957
1957
|
react: 18.2.0
|
|
1958
1958
|
react-dom: 18.2.0(react@18.2.0)
|
|
@@ -1968,7 +1968,7 @@ packages:
|
|
|
1968
1968
|
react: 18.2.0
|
|
1969
1969
|
dev: false
|
|
1970
1970
|
|
|
1971
|
-
/@radix-ui/react-slot@1.0.2(@types/react@18.2.
|
|
1971
|
+
/@radix-ui/react-slot@1.0.2(@types/react@18.2.18)(react@18.2.0):
|
|
1972
1972
|
resolution: {integrity: sha512-YeTpuq4deV+6DusvVUW4ivBgnkHwECUu0BiN43L5UCDFgdhsRUWAghhTF5MbvNTPzmiFOx90asDSUjWuCNapwg==}
|
|
1973
1973
|
peerDependencies:
|
|
1974
1974
|
'@types/react': '*'
|
|
@@ -1978,12 +1978,12 @@ packages:
|
|
|
1978
1978
|
optional: true
|
|
1979
1979
|
dependencies:
|
|
1980
1980
|
'@babel/runtime': 7.21.5
|
|
1981
|
-
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.
|
|
1982
|
-
'@types/react': 18.2.
|
|
1981
|
+
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
1982
|
+
'@types/react': 18.2.18
|
|
1983
1983
|
react: 18.2.0
|
|
1984
1984
|
dev: false
|
|
1985
1985
|
|
|
1986
|
-
/@radix-ui/react-switch@1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
1986
|
+
/@radix-ui/react-switch@1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
|
|
1987
1987
|
resolution: {integrity: sha512-mxm87F88HyHztsI7N+ZUmEoARGkC22YVW5CaC+Byc+HRpuvCrOBPTAnXgf+tZ/7i0Sg/eOePGdMhUKhPaQEqow==}
|
|
1988
1988
|
peerDependencies:
|
|
1989
1989
|
'@types/react': '*'
|
|
@@ -1998,19 +1998,19 @@ packages:
|
|
|
1998
1998
|
dependencies:
|
|
1999
1999
|
'@babel/runtime': 7.21.5
|
|
2000
2000
|
'@radix-ui/primitive': 1.0.1
|
|
2001
|
-
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.
|
|
2002
|
-
'@radix-ui/react-context': 1.0.1(@types/react@18.2.
|
|
2003
|
-
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
2004
|
-
'@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.
|
|
2005
|
-
'@radix-ui/react-use-previous': 1.0.1(@types/react@18.2.
|
|
2006
|
-
'@radix-ui/react-use-size': 1.0.1(@types/react@18.2.
|
|
2007
|
-
'@types/react': 18.2.
|
|
2001
|
+
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
2002
|
+
'@radix-ui/react-context': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
2003
|
+
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
2004
|
+
'@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
2005
|
+
'@radix-ui/react-use-previous': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
2006
|
+
'@radix-ui/react-use-size': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
2007
|
+
'@types/react': 18.2.18
|
|
2008
2008
|
'@types/react-dom': 18.2.7
|
|
2009
2009
|
react: 18.2.0
|
|
2010
2010
|
react-dom: 18.2.0(react@18.2.0)
|
|
2011
2011
|
dev: false
|
|
2012
2012
|
|
|
2013
|
-
/@radix-ui/react-tabs@1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
2013
|
+
/@radix-ui/react-tabs@1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
|
|
2014
2014
|
resolution: {integrity: sha512-egZfYY/+wRNCflXNHx+dePvnz9FbmssDTJBtgRfDY7e8SE5oIo3Py2eCB1ckAbh1Q7cQ/6yJZThJ++sgbxibog==}
|
|
2015
2015
|
peerDependencies:
|
|
2016
2016
|
'@types/react': '*'
|
|
@@ -2025,20 +2025,20 @@ packages:
|
|
|
2025
2025
|
dependencies:
|
|
2026
2026
|
'@babel/runtime': 7.21.5
|
|
2027
2027
|
'@radix-ui/primitive': 1.0.1
|
|
2028
|
-
'@radix-ui/react-context': 1.0.1(@types/react@18.2.
|
|
2029
|
-
'@radix-ui/react-direction': 1.0.1(@types/react@18.2.
|
|
2030
|
-
'@radix-ui/react-id': 1.0.1(@types/react@18.2.
|
|
2031
|
-
'@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
2032
|
-
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
2033
|
-
'@radix-ui/react-roving-focus': 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
2034
|
-
'@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.
|
|
2035
|
-
'@types/react': 18.2.
|
|
2028
|
+
'@radix-ui/react-context': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
2029
|
+
'@radix-ui/react-direction': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
2030
|
+
'@radix-ui/react-id': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
2031
|
+
'@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
2032
|
+
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
2033
|
+
'@radix-ui/react-roving-focus': 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
2034
|
+
'@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
2035
|
+
'@types/react': 18.2.18
|
|
2036
2036
|
'@types/react-dom': 18.2.7
|
|
2037
2037
|
react: 18.2.0
|
|
2038
2038
|
react-dom: 18.2.0(react@18.2.0)
|
|
2039
2039
|
dev: false
|
|
2040
2040
|
|
|
2041
|
-
/@radix-ui/react-toast@1.1.4(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
2041
|
+
/@radix-ui/react-toast@1.1.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
|
|
2042
2042
|
resolution: {integrity: sha512-wf+fc8DOywrpRK3jlPlWVe+ELYGHdKDaaARJZNuUTWyWYq7+ANCFLp4rTjZ/mcGkJJQ/vZ949Zis9xxEpfq9OA==}
|
|
2043
2043
|
peerDependencies:
|
|
2044
2044
|
'@types/react': '*'
|
|
@@ -2053,24 +2053,24 @@ packages:
|
|
|
2053
2053
|
dependencies:
|
|
2054
2054
|
'@babel/runtime': 7.21.5
|
|
2055
2055
|
'@radix-ui/primitive': 1.0.1
|
|
2056
|
-
'@radix-ui/react-collection': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
2057
|
-
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.
|
|
2058
|
-
'@radix-ui/react-context': 1.0.1(@types/react@18.2.
|
|
2059
|
-
'@radix-ui/react-dismissable-layer': 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
2060
|
-
'@radix-ui/react-portal': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
2061
|
-
'@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
2062
|
-
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
2063
|
-
'@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.
|
|
2064
|
-
'@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.
|
|
2065
|
-
'@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.
|
|
2066
|
-
'@radix-ui/react-visually-hidden': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
2067
|
-
'@types/react': 18.2.
|
|
2056
|
+
'@radix-ui/react-collection': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
2057
|
+
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
2058
|
+
'@radix-ui/react-context': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
2059
|
+
'@radix-ui/react-dismissable-layer': 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
2060
|
+
'@radix-ui/react-portal': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
2061
|
+
'@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
2062
|
+
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
2063
|
+
'@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
2064
|
+
'@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
2065
|
+
'@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
2066
|
+
'@radix-ui/react-visually-hidden': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
2067
|
+
'@types/react': 18.2.18
|
|
2068
2068
|
'@types/react-dom': 18.2.7
|
|
2069
2069
|
react: 18.2.0
|
|
2070
2070
|
react-dom: 18.2.0(react@18.2.0)
|
|
2071
2071
|
dev: false
|
|
2072
2072
|
|
|
2073
|
-
/@radix-ui/react-toggle-group@1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
2073
|
+
/@radix-ui/react-toggle-group@1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
|
|
2074
2074
|
resolution: {integrity: sha512-Uaj/M/cMyiyT9Bx6fOZO0SAG4Cls0GptBWiBmBxofmDbNVnYYoyRWj/2M/6VCi/7qcXFWnHhRUfdfZFvvkuu8A==}
|
|
2075
2075
|
peerDependencies:
|
|
2076
2076
|
'@types/react': '*'
|
|
@@ -2085,19 +2085,19 @@ packages:
|
|
|
2085
2085
|
dependencies:
|
|
2086
2086
|
'@babel/runtime': 7.21.5
|
|
2087
2087
|
'@radix-ui/primitive': 1.0.1
|
|
2088
|
-
'@radix-ui/react-context': 1.0.1(@types/react@18.2.
|
|
2089
|
-
'@radix-ui/react-direction': 1.0.1(@types/react@18.2.
|
|
2090
|
-
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
2091
|
-
'@radix-ui/react-roving-focus': 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
2092
|
-
'@radix-ui/react-toggle': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
2093
|
-
'@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.
|
|
2094
|
-
'@types/react': 18.2.
|
|
2088
|
+
'@radix-ui/react-context': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
2089
|
+
'@radix-ui/react-direction': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
2090
|
+
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
2091
|
+
'@radix-ui/react-roving-focus': 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
2092
|
+
'@radix-ui/react-toggle': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
2093
|
+
'@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
2094
|
+
'@types/react': 18.2.18
|
|
2095
2095
|
'@types/react-dom': 18.2.7
|
|
2096
2096
|
react: 18.2.0
|
|
2097
2097
|
react-dom: 18.2.0(react@18.2.0)
|
|
2098
2098
|
dev: false
|
|
2099
2099
|
|
|
2100
|
-
/@radix-ui/react-toggle@1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
2100
|
+
/@radix-ui/react-toggle@1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
|
|
2101
2101
|
resolution: {integrity: sha512-Pkqg3+Bc98ftZGsl60CLANXQBBQ4W3mTFS9EJvNxKMZ7magklKV69/id1mlAlOFDDfHvlCms0fx8fA4CMKDJHg==}
|
|
2102
2102
|
peerDependencies:
|
|
2103
2103
|
'@types/react': '*'
|
|
@@ -2112,15 +2112,15 @@ packages:
|
|
|
2112
2112
|
dependencies:
|
|
2113
2113
|
'@babel/runtime': 7.21.5
|
|
2114
2114
|
'@radix-ui/primitive': 1.0.1
|
|
2115
|
-
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
2116
|
-
'@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.
|
|
2117
|
-
'@types/react': 18.2.
|
|
2115
|
+
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
2116
|
+
'@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
2117
|
+
'@types/react': 18.2.18
|
|
2118
2118
|
'@types/react-dom': 18.2.7
|
|
2119
2119
|
react: 18.2.0
|
|
2120
2120
|
react-dom: 18.2.0(react@18.2.0)
|
|
2121
2121
|
dev: false
|
|
2122
2122
|
|
|
2123
|
-
/@radix-ui/react-tooltip@1.0.6(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
2123
|
+
/@radix-ui/react-tooltip@1.0.6(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
|
|
2124
2124
|
resolution: {integrity: sha512-DmNFOiwEc2UDigsYj6clJENma58OelxD24O4IODoZ+3sQc3Zb+L8w1EP+y9laTuKCLAysPw4fD6/v0j4KNV8rg==}
|
|
2125
2125
|
peerDependencies:
|
|
2126
2126
|
'@types/react': '*'
|
|
@@ -2135,18 +2135,18 @@ packages:
|
|
|
2135
2135
|
dependencies:
|
|
2136
2136
|
'@babel/runtime': 7.21.5
|
|
2137
2137
|
'@radix-ui/primitive': 1.0.1
|
|
2138
|
-
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.
|
|
2139
|
-
'@radix-ui/react-context': 1.0.1(@types/react@18.2.
|
|
2140
|
-
'@radix-ui/react-dismissable-layer': 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
2141
|
-
'@radix-ui/react-id': 1.0.1(@types/react@18.2.
|
|
2142
|
-
'@radix-ui/react-popper': 1.1.2(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
2143
|
-
'@radix-ui/react-portal': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
2144
|
-
'@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
2145
|
-
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
2146
|
-
'@radix-ui/react-slot': 1.0.2(@types/react@18.2.
|
|
2147
|
-
'@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.
|
|
2148
|
-
'@radix-ui/react-visually-hidden': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
2149
|
-
'@types/react': 18.2.
|
|
2138
|
+
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
2139
|
+
'@radix-ui/react-context': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
2140
|
+
'@radix-ui/react-dismissable-layer': 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
2141
|
+
'@radix-ui/react-id': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
2142
|
+
'@radix-ui/react-popper': 1.1.2(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
2143
|
+
'@radix-ui/react-portal': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
2144
|
+
'@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
2145
|
+
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
2146
|
+
'@radix-ui/react-slot': 1.0.2(@types/react@18.2.18)(react@18.2.0)
|
|
2147
|
+
'@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
2148
|
+
'@radix-ui/react-visually-hidden': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
2149
|
+
'@types/react': 18.2.18
|
|
2150
2150
|
'@types/react-dom': 18.2.7
|
|
2151
2151
|
react: 18.2.0
|
|
2152
2152
|
react-dom: 18.2.0(react@18.2.0)
|
|
@@ -2161,7 +2161,7 @@ packages:
|
|
|
2161
2161
|
react: 18.2.0
|
|
2162
2162
|
dev: false
|
|
2163
2163
|
|
|
2164
|
-
/@radix-ui/react-use-callback-ref@1.0.1(@types/react@18.2.
|
|
2164
|
+
/@radix-ui/react-use-callback-ref@1.0.1(@types/react@18.2.18)(react@18.2.0):
|
|
2165
2165
|
resolution: {integrity: sha512-D94LjX4Sp0xJFVaoQOd3OO9k7tpBYNOXdVhkltUbGv2Qb9OXdrg/CpsjlZv7ia14Sylv398LswWBVVu5nqKzAQ==}
|
|
2166
2166
|
peerDependencies:
|
|
2167
2167
|
'@types/react': '*'
|
|
@@ -2171,7 +2171,7 @@ packages:
|
|
|
2171
2171
|
optional: true
|
|
2172
2172
|
dependencies:
|
|
2173
2173
|
'@babel/runtime': 7.21.5
|
|
2174
|
-
'@types/react': 18.2.
|
|
2174
|
+
'@types/react': 18.2.18
|
|
2175
2175
|
react: 18.2.0
|
|
2176
2176
|
dev: false
|
|
2177
2177
|
|
|
@@ -2185,7 +2185,7 @@ packages:
|
|
|
2185
2185
|
react: 18.2.0
|
|
2186
2186
|
dev: false
|
|
2187
2187
|
|
|
2188
|
-
/@radix-ui/react-use-controllable-state@1.0.1(@types/react@18.2.
|
|
2188
|
+
/@radix-ui/react-use-controllable-state@1.0.1(@types/react@18.2.18)(react@18.2.0):
|
|
2189
2189
|
resolution: {integrity: sha512-Svl5GY5FQeN758fWKrjM6Qb7asvXeiZltlT4U2gVfl8Gx5UAv2sMR0LWo8yhsIZh2oQ0eFdZ59aoOOMV7b47VA==}
|
|
2190
2190
|
peerDependencies:
|
|
2191
2191
|
'@types/react': '*'
|
|
@@ -2195,8 +2195,8 @@ packages:
|
|
|
2195
2195
|
optional: true
|
|
2196
2196
|
dependencies:
|
|
2197
2197
|
'@babel/runtime': 7.21.5
|
|
2198
|
-
'@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.
|
|
2199
|
-
'@types/react': 18.2.
|
|
2198
|
+
'@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
2199
|
+
'@types/react': 18.2.18
|
|
2200
2200
|
react: 18.2.0
|
|
2201
2201
|
dev: false
|
|
2202
2202
|
|
|
@@ -2210,7 +2210,7 @@ packages:
|
|
|
2210
2210
|
react: 18.2.0
|
|
2211
2211
|
dev: false
|
|
2212
2212
|
|
|
2213
|
-
/@radix-ui/react-use-escape-keydown@1.0.3(@types/react@18.2.
|
|
2213
|
+
/@radix-ui/react-use-escape-keydown@1.0.3(@types/react@18.2.18)(react@18.2.0):
|
|
2214
2214
|
resolution: {integrity: sha512-vyL82j40hcFicA+M4Ex7hVkB9vHgSse1ZWomAqV2Je3RleKGO5iM8KMOEtfoSB0PnIelMd2lATjTGMYqN5ylTg==}
|
|
2215
2215
|
peerDependencies:
|
|
2216
2216
|
'@types/react': '*'
|
|
@@ -2220,8 +2220,8 @@ packages:
|
|
|
2220
2220
|
optional: true
|
|
2221
2221
|
dependencies:
|
|
2222
2222
|
'@babel/runtime': 7.21.5
|
|
2223
|
-
'@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.
|
|
2224
|
-
'@types/react': 18.2.
|
|
2223
|
+
'@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
2224
|
+
'@types/react': 18.2.18
|
|
2225
2225
|
react: 18.2.0
|
|
2226
2226
|
dev: false
|
|
2227
2227
|
|
|
@@ -2234,7 +2234,7 @@ packages:
|
|
|
2234
2234
|
react: 18.2.0
|
|
2235
2235
|
dev: false
|
|
2236
2236
|
|
|
2237
|
-
/@radix-ui/react-use-layout-effect@1.0.1(@types/react@18.2.
|
|
2237
|
+
/@radix-ui/react-use-layout-effect@1.0.1(@types/react@18.2.18)(react@18.2.0):
|
|
2238
2238
|
resolution: {integrity: sha512-v/5RegiJWYdoCvMnITBkNNx6bCj20fiaJnWtRkU18yITptraXjffz5Qbn05uOiQnOvi+dbkznkoaMltz1GnszQ==}
|
|
2239
2239
|
peerDependencies:
|
|
2240
2240
|
'@types/react': '*'
|
|
@@ -2244,11 +2244,11 @@ packages:
|
|
|
2244
2244
|
optional: true
|
|
2245
2245
|
dependencies:
|
|
2246
2246
|
'@babel/runtime': 7.21.5
|
|
2247
|
-
'@types/react': 18.2.
|
|
2247
|
+
'@types/react': 18.2.18
|
|
2248
2248
|
react: 18.2.0
|
|
2249
2249
|
dev: false
|
|
2250
2250
|
|
|
2251
|
-
/@radix-ui/react-use-previous@1.0.1(@types/react@18.2.
|
|
2251
|
+
/@radix-ui/react-use-previous@1.0.1(@types/react@18.2.18)(react@18.2.0):
|
|
2252
2252
|
resolution: {integrity: sha512-cV5La9DPwiQ7S0gf/0qiD6YgNqM5Fk97Kdrlc5yBcrF3jyEZQwm7vYFqMo4IfeHgJXsRaMvLABFtd0OVEmZhDw==}
|
|
2253
2253
|
peerDependencies:
|
|
2254
2254
|
'@types/react': '*'
|
|
@@ -2258,11 +2258,11 @@ packages:
|
|
|
2258
2258
|
optional: true
|
|
2259
2259
|
dependencies:
|
|
2260
2260
|
'@babel/runtime': 7.21.5
|
|
2261
|
-
'@types/react': 18.2.
|
|
2261
|
+
'@types/react': 18.2.18
|
|
2262
2262
|
react: 18.2.0
|
|
2263
2263
|
dev: false
|
|
2264
2264
|
|
|
2265
|
-
/@radix-ui/react-use-rect@1.0.1(@types/react@18.2.
|
|
2265
|
+
/@radix-ui/react-use-rect@1.0.1(@types/react@18.2.18)(react@18.2.0):
|
|
2266
2266
|
resolution: {integrity: sha512-Cq5DLuSiuYVKNU8orzJMbl15TXilTnJKUCltMVQg53BQOF1/C5toAaGrowkgksdBQ9H+SRL23g0HDmg9tvmxXw==}
|
|
2267
2267
|
peerDependencies:
|
|
2268
2268
|
'@types/react': '*'
|
|
@@ -2273,11 +2273,11 @@ packages:
|
|
|
2273
2273
|
dependencies:
|
|
2274
2274
|
'@babel/runtime': 7.21.5
|
|
2275
2275
|
'@radix-ui/rect': 1.0.1
|
|
2276
|
-
'@types/react': 18.2.
|
|
2276
|
+
'@types/react': 18.2.18
|
|
2277
2277
|
react: 18.2.0
|
|
2278
2278
|
dev: false
|
|
2279
2279
|
|
|
2280
|
-
/@radix-ui/react-use-size@1.0.1(@types/react@18.2.
|
|
2280
|
+
/@radix-ui/react-use-size@1.0.1(@types/react@18.2.18)(react@18.2.0):
|
|
2281
2281
|
resolution: {integrity: sha512-ibay+VqrgcaI6veAojjofPATwledXiSmX+C0KrBk/xgpX9rBzPV3OsfwlhQdUOFbh+LKQorLYT+xTXW9V8yd0g==}
|
|
2282
2282
|
peerDependencies:
|
|
2283
2283
|
'@types/react': '*'
|
|
@@ -2287,12 +2287,12 @@ packages:
|
|
|
2287
2287
|
optional: true
|
|
2288
2288
|
dependencies:
|
|
2289
2289
|
'@babel/runtime': 7.21.5
|
|
2290
|
-
'@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.
|
|
2291
|
-
'@types/react': 18.2.
|
|
2290
|
+
'@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.18)(react@18.2.0)
|
|
2291
|
+
'@types/react': 18.2.18
|
|
2292
2292
|
react: 18.2.0
|
|
2293
2293
|
dev: false
|
|
2294
2294
|
|
|
2295
|
-
/@radix-ui/react-visually-hidden@1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
2295
|
+
/@radix-ui/react-visually-hidden@1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
|
|
2296
2296
|
resolution: {integrity: sha512-D4w41yN5YRKtu464TLnByKzMDG/JlMPHtfZgQAu9v6mNakUqGUI9vUrfQKz8NK41VMm/xbZbh76NUTVtIYqOMA==}
|
|
2297
2297
|
peerDependencies:
|
|
2298
2298
|
'@types/react': '*'
|
|
@@ -2306,8 +2306,8 @@ packages:
|
|
|
2306
2306
|
optional: true
|
|
2307
2307
|
dependencies:
|
|
2308
2308
|
'@babel/runtime': 7.21.5
|
|
2309
|
-
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.
|
|
2310
|
-
'@types/react': 18.2.
|
|
2309
|
+
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
2310
|
+
'@types/react': 18.2.18
|
|
2311
2311
|
'@types/react-dom': 18.2.7
|
|
2312
2312
|
react: 18.2.0
|
|
2313
2313
|
react-dom: 18.2.0(react@18.2.0)
|
|
@@ -2652,10 +2652,10 @@ packages:
|
|
|
2652
2652
|
/@types/react-dom@18.2.7:
|
|
2653
2653
|
resolution: {integrity: sha512-GRaAEriuT4zp9N4p1i8BDBYmEyfo+xQ3yHjJU4eiK5NDa1RmUZG+unZABUTK4/Ox/M+GaHwb6Ow8rUITrtjszA==}
|
|
2654
2654
|
dependencies:
|
|
2655
|
-
'@types/react': 18.2.
|
|
2655
|
+
'@types/react': 18.2.18
|
|
2656
2656
|
|
|
2657
|
-
/@types/react@18.2.
|
|
2658
|
-
resolution: {integrity: sha512-
|
|
2657
|
+
/@types/react@18.2.18:
|
|
2658
|
+
resolution: {integrity: sha512-da4NTSeBv/P34xoZPhtcLkmZuJ+oYaCxHmyHzwaDQo9RQPBeXV+06gEk2FpqEcsX9XrnNLvRpVh6bdavDSjtiQ==}
|
|
2659
2659
|
dependencies:
|
|
2660
2660
|
'@types/prop-types': 15.7.5
|
|
2661
2661
|
'@types/scheduler': 0.16.3
|
|
@@ -2664,13 +2664,13 @@ packages:
|
|
|
2664
2664
|
/@types/scheduler@0.16.3:
|
|
2665
2665
|
resolution: {integrity: sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ==}
|
|
2666
2666
|
|
|
2667
|
-
/@vitejs/plugin-react-swc@3.3.2(vite@4.4.
|
|
2667
|
+
/@vitejs/plugin-react-swc@3.3.2(vite@4.4.8):
|
|
2668
2668
|
resolution: {integrity: sha512-VJFWY5sfoZerQRvJrh518h3AcQt6f/yTuWn4/TRB+dqmYU0NX1qz7qM5Wfd+gOQqUzQW4gxKqKN3KpE/P3+zrA==}
|
|
2669
2669
|
peerDependencies:
|
|
2670
2670
|
vite: ^4
|
|
2671
2671
|
dependencies:
|
|
2672
2672
|
'@swc/core': 1.3.68
|
|
2673
|
-
vite: 4.4.
|
|
2673
|
+
vite: 4.4.8(@types/node@20.4.5)
|
|
2674
2674
|
transitivePeerDependencies:
|
|
2675
2675
|
- '@swc/helpers'
|
|
2676
2676
|
dev: false
|
|
@@ -2951,13 +2951,13 @@ packages:
|
|
|
2951
2951
|
resolution: {integrity: sha512-rQ1+kcj+ttHG0MKVGBUXwayCCF1oh39BF5COIpRzuCEv8Mwjv0XucrI2ExNTOn9IlLifGClWQcU9BrZORvtw6Q==}
|
|
2952
2952
|
engines: {node: '>=6'}
|
|
2953
2953
|
|
|
2954
|
-
/cmdk@0.2.0(@types/react@18.2.
|
|
2954
|
+
/cmdk@0.2.0(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
|
|
2955
2955
|
resolution: {integrity: sha512-JQpKvEOb86SnvMZbYaFKYhvzFntWBeSZdyii0rZPhKJj9uwJBxu4DaVYDrRN7r3mPop56oPhRw+JYWTKs66TYw==}
|
|
2956
2956
|
peerDependencies:
|
|
2957
2957
|
react: ^18.0.0
|
|
2958
2958
|
react-dom: ^18.0.0
|
|
2959
2959
|
dependencies:
|
|
2960
|
-
'@radix-ui/react-dialog': 1.0.0(@types/react@18.2.
|
|
2960
|
+
'@radix-ui/react-dialog': 1.0.0(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
|
|
2961
2961
|
command-score: 0.1.2
|
|
2962
2962
|
react: 18.2.0
|
|
2963
2963
|
react-dom: 18.2.0(react@18.2.0)
|
|
@@ -4341,7 +4341,7 @@ packages:
|
|
|
4341
4341
|
resolution: {integrity: sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==}
|
|
4342
4342
|
dev: false
|
|
4343
4343
|
|
|
4344
|
-
/react-remove-scroll-bar@2.3.4(@types/react@18.2.
|
|
4344
|
+
/react-remove-scroll-bar@2.3.4(@types/react@18.2.18)(react@18.2.0):
|
|
4345
4345
|
resolution: {integrity: sha512-63C4YQBUt0m6ALadE9XV56hV8BgJWDmmTPY758iIJjfQKt2nYwoUrPk0LXRXcB/yIj82T1/Ixfdpdk68LwIB0A==}
|
|
4346
4346
|
engines: {node: '>=10'}
|
|
4347
4347
|
peerDependencies:
|
|
@@ -4351,13 +4351,13 @@ packages:
|
|
|
4351
4351
|
'@types/react':
|
|
4352
4352
|
optional: true
|
|
4353
4353
|
dependencies:
|
|
4354
|
-
'@types/react': 18.2.
|
|
4354
|
+
'@types/react': 18.2.18
|
|
4355
4355
|
react: 18.2.0
|
|
4356
|
-
react-style-singleton: 2.2.1(@types/react@18.2.
|
|
4356
|
+
react-style-singleton: 2.2.1(@types/react@18.2.18)(react@18.2.0)
|
|
4357
4357
|
tslib: 2.5.2
|
|
4358
4358
|
dev: false
|
|
4359
4359
|
|
|
4360
|
-
/react-remove-scroll@2.5.4(@types/react@18.2.
|
|
4360
|
+
/react-remove-scroll@2.5.4(@types/react@18.2.18)(react@18.2.0):
|
|
4361
4361
|
resolution: {integrity: sha512-xGVKJJr0SJGQVirVFAUZ2k1QLyO6m+2fy0l8Qawbp5Jgrv3DeLalrfMNBFSlmz5kriGGzsVBtGVnf4pTKIhhWA==}
|
|
4362
4362
|
engines: {node: '>=10'}
|
|
4363
4363
|
peerDependencies:
|
|
@@ -4367,16 +4367,16 @@ packages:
|
|
|
4367
4367
|
'@types/react':
|
|
4368
4368
|
optional: true
|
|
4369
4369
|
dependencies:
|
|
4370
|
-
'@types/react': 18.2.
|
|
4370
|
+
'@types/react': 18.2.18
|
|
4371
4371
|
react: 18.2.0
|
|
4372
|
-
react-remove-scroll-bar: 2.3.4(@types/react@18.2.
|
|
4373
|
-
react-style-singleton: 2.2.1(@types/react@18.2.
|
|
4372
|
+
react-remove-scroll-bar: 2.3.4(@types/react@18.2.18)(react@18.2.0)
|
|
4373
|
+
react-style-singleton: 2.2.1(@types/react@18.2.18)(react@18.2.0)
|
|
4374
4374
|
tslib: 2.5.2
|
|
4375
|
-
use-callback-ref: 1.3.0(@types/react@18.2.
|
|
4376
|
-
use-sidecar: 1.1.2(@types/react@18.2.
|
|
4375
|
+
use-callback-ref: 1.3.0(@types/react@18.2.18)(react@18.2.0)
|
|
4376
|
+
use-sidecar: 1.1.2(@types/react@18.2.18)(react@18.2.0)
|
|
4377
4377
|
dev: false
|
|
4378
4378
|
|
|
4379
|
-
/react-remove-scroll@2.5.5(@types/react@18.2.
|
|
4379
|
+
/react-remove-scroll@2.5.5(@types/react@18.2.18)(react@18.2.0):
|
|
4380
4380
|
resolution: {integrity: sha512-ImKhrzJJsyXJfBZ4bzu8Bwpka14c/fQt0k+cyFp/PBhTfyDnU5hjOtM4AG/0AMyy8oKzOTR0lDgJIM7pYXI0kw==}
|
|
4381
4381
|
engines: {node: '>=10'}
|
|
4382
4382
|
peerDependencies:
|
|
@@ -4386,13 +4386,13 @@ packages:
|
|
|
4386
4386
|
'@types/react':
|
|
4387
4387
|
optional: true
|
|
4388
4388
|
dependencies:
|
|
4389
|
-
'@types/react': 18.2.
|
|
4389
|
+
'@types/react': 18.2.18
|
|
4390
4390
|
react: 18.2.0
|
|
4391
|
-
react-remove-scroll-bar: 2.3.4(@types/react@18.2.
|
|
4392
|
-
react-style-singleton: 2.2.1(@types/react@18.2.
|
|
4391
|
+
react-remove-scroll-bar: 2.3.4(@types/react@18.2.18)(react@18.2.0)
|
|
4392
|
+
react-style-singleton: 2.2.1(@types/react@18.2.18)(react@18.2.0)
|
|
4393
4393
|
tslib: 2.5.2
|
|
4394
|
-
use-callback-ref: 1.3.0(@types/react@18.2.
|
|
4395
|
-
use-sidecar: 1.1.2(@types/react@18.2.
|
|
4394
|
+
use-callback-ref: 1.3.0(@types/react@18.2.18)(react@18.2.0)
|
|
4395
|
+
use-sidecar: 1.1.2(@types/react@18.2.18)(react@18.2.0)
|
|
4396
4396
|
dev: false
|
|
4397
4397
|
|
|
4398
4398
|
/react-resize-detector@8.1.0(react-dom@18.2.0)(react@18.2.0):
|
|
@@ -4420,7 +4420,7 @@ packages:
|
|
|
4420
4420
|
react-transition-group: 2.9.0(react-dom@18.2.0)(react@18.2.0)
|
|
4421
4421
|
dev: false
|
|
4422
4422
|
|
|
4423
|
-
/react-style-singleton@2.2.1(@types/react@18.2.
|
|
4423
|
+
/react-style-singleton@2.2.1(@types/react@18.2.18)(react@18.2.0):
|
|
4424
4424
|
resolution: {integrity: sha512-ZWj0fHEMyWkHzKYUr2Bs/4zU6XLmq9HsgBURm7g5pAVfyn49DgUiNgY2d4lXRlYSiCif9YBGpQleewkcqddc7g==}
|
|
4425
4425
|
engines: {node: '>=10'}
|
|
4426
4426
|
peerDependencies:
|
|
@@ -4430,7 +4430,7 @@ packages:
|
|
|
4430
4430
|
'@types/react':
|
|
4431
4431
|
optional: true
|
|
4432
4432
|
dependencies:
|
|
4433
|
-
'@types/react': 18.2.
|
|
4433
|
+
'@types/react': 18.2.18
|
|
4434
4434
|
get-nonce: 1.0.1
|
|
4435
4435
|
invariant: 2.2.4
|
|
4436
4436
|
react: 18.2.0
|
|
@@ -4860,16 +4860,15 @@ packages:
|
|
|
4860
4860
|
yallist: 4.0.0
|
|
4861
4861
|
dev: true
|
|
4862
4862
|
|
|
4863
|
-
/tauri-controls@0.0
|
|
4864
|
-
resolution: {integrity: sha512-
|
|
4863
|
+
/tauri-controls@0.1.0(@tauri-apps/plugin-os@2.0.0-alpha.0)(@tauri-apps/plugin-window@2.0.0-alpha.0)(clsx@2.0.0)(react-dom@18.2.0)(react@18.2.0)(tailwind-merge@1.14.0):
|
|
4864
|
+
resolution: {integrity: sha512-FGdBG7zqqDIRH8QFSyJ2b+koo7dEHchYeY3jQCiJ2VSRAJeiQkpVqCaWLS2AIRisGjEioLeFAZmnRDi6D550TA==}
|
|
4865
4865
|
peerDependencies:
|
|
4866
4866
|
'@tauri-apps/plugin-os': 2.0.0-alpha.0
|
|
4867
4867
|
'@tauri-apps/plugin-window': 2.0.0-alpha.0
|
|
4868
4868
|
clsx: ^2.0.0
|
|
4869
|
-
react:
|
|
4870
|
-
react-dom:
|
|
4869
|
+
react: ^18.2.0
|
|
4870
|
+
react-dom: ^18.2.0
|
|
4871
4871
|
tailwind-merge: ^1.14.0
|
|
4872
|
-
tailwindcss: ^3.3.3
|
|
4873
4872
|
dependencies:
|
|
4874
4873
|
'@tauri-apps/api': 2.0.0-alpha.5
|
|
4875
4874
|
'@tauri-apps/plugin-os': 2.0.0-alpha.0
|
|
@@ -4878,7 +4877,6 @@ packages:
|
|
|
4878
4877
|
react: 18.2.0
|
|
4879
4878
|
react-dom: 18.2.0(react@18.2.0)
|
|
4880
4879
|
tailwind-merge: 1.14.0
|
|
4881
|
-
tailwindcss: 3.3.3
|
|
4882
4880
|
dev: false
|
|
4883
4881
|
|
|
4884
4882
|
/taze@0.11.2:
|
|
@@ -4990,7 +4988,7 @@ packages:
|
|
|
4990
4988
|
escalade: 3.1.1
|
|
4991
4989
|
picocolors: 1.0.0
|
|
4992
4990
|
|
|
4993
|
-
/use-callback-ref@1.3.0(@types/react@18.2.
|
|
4991
|
+
/use-callback-ref@1.3.0(@types/react@18.2.18)(react@18.2.0):
|
|
4994
4992
|
resolution: {integrity: sha512-3FT9PRuRdbB9HfXhEq35u4oZkvpJ5kuYbpqhCfmiZyReuRgpnhDlbr2ZEnnuS0RrJAPn6l23xjFg9kpDM+Ms7w==}
|
|
4995
4993
|
engines: {node: '>=10'}
|
|
4996
4994
|
peerDependencies:
|
|
@@ -5000,12 +4998,12 @@ packages:
|
|
|
5000
4998
|
'@types/react':
|
|
5001
4999
|
optional: true
|
|
5002
5000
|
dependencies:
|
|
5003
|
-
'@types/react': 18.2.
|
|
5001
|
+
'@types/react': 18.2.18
|
|
5004
5002
|
react: 18.2.0
|
|
5005
5003
|
tslib: 2.5.2
|
|
5006
5004
|
dev: false
|
|
5007
5005
|
|
|
5008
|
-
/use-sidecar@1.1.2(@types/react@18.2.
|
|
5006
|
+
/use-sidecar@1.1.2(@types/react@18.2.18)(react@18.2.0):
|
|
5009
5007
|
resolution: {integrity: sha512-epTbsLuzZ7lPClpz2TyryBfztm7m+28DlEv2ZCQ3MDr5ssiwyOwGH/e5F9CkfWjJ1t4clvI58yF822/GUkjjhw==}
|
|
5010
5008
|
engines: {node: '>=10'}
|
|
5011
5009
|
peerDependencies:
|
|
@@ -5015,7 +5013,7 @@ packages:
|
|
|
5015
5013
|
'@types/react':
|
|
5016
5014
|
optional: true
|
|
5017
5015
|
dependencies:
|
|
5018
|
-
'@types/react': 18.2.
|
|
5016
|
+
'@types/react': 18.2.18
|
|
5019
5017
|
detect-node-es: 1.1.0
|
|
5020
5018
|
react: 18.2.0
|
|
5021
5019
|
tslib: 2.5.2
|
|
@@ -5057,8 +5055,8 @@ packages:
|
|
|
5057
5055
|
d3-timer: 3.0.1
|
|
5058
5056
|
dev: false
|
|
5059
5057
|
|
|
5060
|
-
/vite@4.4.
|
|
5061
|
-
resolution: {integrity: sha512-
|
|
5058
|
+
/vite@4.4.8(@types/node@20.4.5):
|
|
5059
|
+
resolution: {integrity: sha512-LONawOUUjxQridNWGQlNizfKH89qPigK36XhMI7COMGztz8KNY0JHim7/xDd71CZwGT4HtSRgI7Hy+RlhG0Gvg==}
|
|
5062
5060
|
engines: {node: ^14.18.0 || >=16.0.0}
|
|
5063
5061
|
hasBin: true
|
|
5064
5062
|
peerDependencies:
|