@vuer-ai/vuer-uikit 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{chunk-KVDEBKWR.mjs → chunk-25GQKTNF.mjs} +0 -1
- package/dist/{chunk-JOBQTBEM.mjs → chunk-5GPQ7U5B.mjs} +3 -2
- package/dist/{chunk-KAPV3EZO.mjs → chunk-66JQXJEV.mjs} +2 -1
- package/dist/{chunk-WI2J7NIV.mjs → chunk-6ILSFDR5.mjs} +1 -1
- package/dist/{chunk-FYEZTS4S.mjs → chunk-6L4KPPOD.mjs} +1 -1
- package/dist/chunk-7A7VNE3J.mjs +31 -0
- package/dist/{chunk-SUU4Z6E5.mjs → chunk-7SXCVFSA.mjs} +1 -1
- package/dist/{chunk-3HXPIWL3.js → chunk-7V4ELMOH.js} +3 -2
- package/dist/{chunk-5JP4AZ4C.js → chunk-7WUQTWQX.js} +2 -1
- package/dist/{chunk-LBFO3QAA.js → chunk-A2Z57NAA.js} +1 -1
- package/dist/{chunk-5U4NWZMT.mjs → chunk-ATEHWT2R.mjs} +3 -3
- package/dist/{chunk-JIXJTLEO.js → chunk-B5EMQBVL.js} +1 -1
- package/dist/{chunk-CFXL2XYO.mjs → chunk-COFRS37Z.mjs} +7 -9
- package/dist/chunk-ECWCQWV5.js +148 -0
- package/dist/{chunk-ZYBSCTBR.js → chunk-ENZI5WM7.js} +0 -1
- package/dist/chunk-FVT46HEE.js +21 -0
- package/dist/chunk-FYS6YECN.js +33 -0
- package/dist/{chunk-DQGTWUID.js → chunk-G7XNQVPB.js} +4 -3
- package/dist/{chunk-7IYL2AR4.js → chunk-GSXXTAQ3.js} +7 -9
- package/dist/{chunk-263CMARJ.mjs → chunk-IPKCIMU4.mjs} +4 -3
- package/dist/{chunk-QNTUEKYQ.mjs → chunk-J7PTSP4Q.mjs} +1 -1
- package/dist/{chunk-RPXWKB6F.js → chunk-KQHNQQUZ.js} +3 -3
- package/dist/{chunk-SDN2OTHS.js → chunk-LD7Y34QT.js} +1 -0
- package/dist/chunk-LVSI4HYF.mjs +409 -0
- package/dist/{chunk-ZKYQYCKN.mjs → chunk-M3KBBKQR.mjs} +4 -4
- package/dist/chunk-NN7R5DNL.mjs +119 -0
- package/dist/{chunk-I6VKLSAJ.js → chunk-OTDY2E2A.js} +3 -3
- package/dist/{chunk-GA2JCN3F.mjs → chunk-QOUX33X5.mjs} +5 -5
- package/dist/{chunk-SZU2TX5H.js → chunk-QZASHJNJ.js} +1 -1
- package/dist/chunk-R6XNT4PN.js +431 -0
- package/dist/{chunk-JZ7V43ZL.js → chunk-RACVRWME.js} +7 -7
- package/dist/{chunk-CN6ISLZA.js → chunk-SI56IQWH.js} +2 -2
- package/dist/{chunk-SKWTWHB7.mjs → chunk-X2QENXCS.mjs} +1 -0
- package/dist/{chunk-J4RFFBDJ.mjs → chunk-XPNUQSKQ.mjs} +2 -2
- package/dist/highlight-cursor/cursor-provider.js +2 -2
- package/dist/highlight-cursor/cursor-provider.mjs +1 -1
- package/dist/highlight-cursor/enhanced-components.js +11 -11
- package/dist/highlight-cursor/enhanced-components.mjs +6 -6
- package/dist/highlight-cursor/index.js +17 -17
- package/dist/highlight-cursor/index.mjs +7 -7
- package/dist/highlight-cursor/tabs-cursor-context.js +3 -3
- package/dist/highlight-cursor/tabs-cursor-context.mjs +1 -1
- package/dist/index.css +34 -14
- package/dist/index.d.mts +5 -2
- package/dist/index.d.ts +5 -2
- package/dist/index.js +144 -101
- package/dist/index.mjs +19 -16
- package/dist/styles/theme.css +6 -0
- package/dist/styles/toast.css +28 -14
- package/dist/styles/variables.css +4 -0
- package/dist/ui/card.js +8 -8
- package/dist/ui/card.mjs +1 -1
- package/dist/ui/dropdown.js +16 -16
- package/dist/ui/dropdown.mjs +1 -1
- package/dist/ui/index.d.mts +5 -2
- package/dist/ui/index.d.ts +5 -2
- package/dist/ui/index.js +131 -88
- package/dist/ui/index.mjs +16 -13
- package/dist/ui/input-numbers.js +3 -3
- package/dist/ui/input-numbers.mjs +2 -2
- package/dist/ui/input.js +3 -3
- package/dist/ui/input.mjs +1 -1
- package/dist/ui/layout.d.mts +12 -0
- package/dist/ui/layout.d.ts +12 -0
- package/dist/ui/layout.js +12 -0
- package/dist/ui/layout.mjs +3 -0
- package/dist/ui/modal.js +11 -11
- package/dist/ui/modal.mjs +1 -1
- package/dist/ui/popover.js +5 -5
- package/dist/ui/popover.mjs +1 -1
- package/dist/ui/select.js +11 -11
- package/dist/ui/select.mjs +1 -1
- package/dist/ui/sheet.d.mts +16 -0
- package/dist/ui/sheet.d.ts +16 -0
- package/dist/ui/sheet.js +39 -0
- package/dist/ui/sheet.mjs +2 -0
- package/dist/ui/tabs.js +6 -6
- package/dist/ui/tabs.mjs +2 -2
- package/dist/ui/textarea.js +2 -2
- package/dist/ui/textarea.mjs +1 -1
- package/dist/ui/toast.js +3 -3
- package/dist/ui/toast.mjs +1 -1
- package/dist/ui/tooltip.js +5 -5
- package/dist/ui/tooltip.mjs +1 -1
- package/dist/ui/tree-view.d.mts +27 -0
- package/dist/ui/tree-view.d.ts +27 -0
- package/dist/ui/tree-view.js +11 -0
- package/dist/ui/tree-view.mjs +2 -0
- package/package.json +2 -1
- package/dist/chunk-NA7TVYOP.js +0 -21
- /package/dist/{chunk-WK3M4X72.js → chunk-HUQZOPYD.js} +0 -0
- /package/dist/{chunk-ZCYBA6YN.mjs → chunk-S2F2GRDB.mjs} +0 -0
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
--line-secondary: var(--gray-6);
|
|
28
28
|
--shadow-primary: var(--black-alpha-3);
|
|
29
29
|
--shadow-secondary: var(--black-alpha-4);
|
|
30
|
+
--shadow-tertiary: var(--black-alpha-4);
|
|
30
31
|
--black-1: rgba(0, 0, 0, 1);
|
|
31
32
|
--black-alpha-1: rgba(0, 0, 0, 0.6);
|
|
32
33
|
--black-alpha-2: rgba(0, 0, 0, 0.2);
|
|
@@ -121,6 +122,7 @@
|
|
|
121
122
|
--line-secondary: var(--gray-4);
|
|
122
123
|
--shadow-primary: var(--black-alpha-1);
|
|
123
124
|
--shadow-secondary: var(--black-alpha-2);
|
|
125
|
+
--shadow-tertiary: var(--black-alpha-6);
|
|
124
126
|
}
|
|
125
127
|
.liquidlight {
|
|
126
128
|
color-scheme: light;
|
|
@@ -151,6 +153,7 @@
|
|
|
151
153
|
--line-secondary: var(--gray-6);
|
|
152
154
|
--shadow-primary: var(--black-alpha-3);
|
|
153
155
|
--shadow-secondary: var(--black-alpha-4);
|
|
156
|
+
--shadow-tertiary: var(--black-alpha-4);
|
|
154
157
|
}
|
|
155
158
|
.liquiddark {
|
|
156
159
|
color-scheme: dark;
|
|
@@ -181,4 +184,5 @@
|
|
|
181
184
|
--line-secondary: var(--gray-4);
|
|
182
185
|
--shadow-primary: var(--black-alpha-1);
|
|
183
186
|
--shadow-secondary: var(--black-alpha-2);
|
|
187
|
+
--shadow-tertiary: var(--black-alpha-6);
|
|
184
188
|
}
|
package/dist/ui/card.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkSI56IQWH_js = require('../chunk-SI56IQWH.js');
|
|
4
4
|
require('../chunk-ST4P6AN6.js');
|
|
5
5
|
require('../chunk-UWO6RBCE.js');
|
|
6
6
|
|
|
@@ -8,29 +8,29 @@ require('../chunk-UWO6RBCE.js');
|
|
|
8
8
|
|
|
9
9
|
Object.defineProperty(exports, "Card", {
|
|
10
10
|
enumerable: true,
|
|
11
|
-
get: function () { return
|
|
11
|
+
get: function () { return chunkSI56IQWH_js.Card; }
|
|
12
12
|
});
|
|
13
13
|
Object.defineProperty(exports, "CardAction", {
|
|
14
14
|
enumerable: true,
|
|
15
|
-
get: function () { return
|
|
15
|
+
get: function () { return chunkSI56IQWH_js.CardAction; }
|
|
16
16
|
});
|
|
17
17
|
Object.defineProperty(exports, "CardContent", {
|
|
18
18
|
enumerable: true,
|
|
19
|
-
get: function () { return
|
|
19
|
+
get: function () { return chunkSI56IQWH_js.CardContent; }
|
|
20
20
|
});
|
|
21
21
|
Object.defineProperty(exports, "CardDescription", {
|
|
22
22
|
enumerable: true,
|
|
23
|
-
get: function () { return
|
|
23
|
+
get: function () { return chunkSI56IQWH_js.CardDescription; }
|
|
24
24
|
});
|
|
25
25
|
Object.defineProperty(exports, "CardFooter", {
|
|
26
26
|
enumerable: true,
|
|
27
|
-
get: function () { return
|
|
27
|
+
get: function () { return chunkSI56IQWH_js.CardFooter; }
|
|
28
28
|
});
|
|
29
29
|
Object.defineProperty(exports, "CardHeader", {
|
|
30
30
|
enumerable: true,
|
|
31
|
-
get: function () { return
|
|
31
|
+
get: function () { return chunkSI56IQWH_js.CardHeader; }
|
|
32
32
|
});
|
|
33
33
|
Object.defineProperty(exports, "CardTitle", {
|
|
34
34
|
enumerable: true,
|
|
35
|
-
get: function () { return
|
|
35
|
+
get: function () { return chunkSI56IQWH_js.CardTitle; }
|
|
36
36
|
});
|
package/dist/ui/card.mjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from '../chunk-
|
|
1
|
+
export { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from '../chunk-XPNUQSKQ.mjs';
|
|
2
2
|
import '../chunk-QS7WS6DD.mjs';
|
|
3
3
|
import '../chunk-HW6SLBO3.mjs';
|
package/dist/ui/dropdown.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkGSXXTAQ3_js = require('../chunk-GSXXTAQ3.js');
|
|
4
4
|
require('../chunk-ST4P6AN6.js');
|
|
5
5
|
require('../chunk-UWO6RBCE.js');
|
|
6
6
|
|
|
@@ -8,61 +8,61 @@ require('../chunk-UWO6RBCE.js');
|
|
|
8
8
|
|
|
9
9
|
Object.defineProperty(exports, "DropdownMenu", {
|
|
10
10
|
enumerable: true,
|
|
11
|
-
get: function () { return
|
|
11
|
+
get: function () { return chunkGSXXTAQ3_js.DropdownMenu; }
|
|
12
12
|
});
|
|
13
13
|
Object.defineProperty(exports, "DropdownMenuCheckboxItem", {
|
|
14
14
|
enumerable: true,
|
|
15
|
-
get: function () { return
|
|
15
|
+
get: function () { return chunkGSXXTAQ3_js.DropdownMenuCheckboxItem; }
|
|
16
16
|
});
|
|
17
17
|
Object.defineProperty(exports, "DropdownMenuContent", {
|
|
18
18
|
enumerable: true,
|
|
19
|
-
get: function () { return
|
|
19
|
+
get: function () { return chunkGSXXTAQ3_js.DropdownMenuContent; }
|
|
20
20
|
});
|
|
21
21
|
Object.defineProperty(exports, "DropdownMenuGroup", {
|
|
22
22
|
enumerable: true,
|
|
23
|
-
get: function () { return
|
|
23
|
+
get: function () { return chunkGSXXTAQ3_js.DropdownMenuGroup; }
|
|
24
24
|
});
|
|
25
25
|
Object.defineProperty(exports, "DropdownMenuItem", {
|
|
26
26
|
enumerable: true,
|
|
27
|
-
get: function () { return
|
|
27
|
+
get: function () { return chunkGSXXTAQ3_js.DropdownMenuItem; }
|
|
28
28
|
});
|
|
29
29
|
Object.defineProperty(exports, "DropdownMenuLabel", {
|
|
30
30
|
enumerable: true,
|
|
31
|
-
get: function () { return
|
|
31
|
+
get: function () { return chunkGSXXTAQ3_js.DropdownMenuLabel; }
|
|
32
32
|
});
|
|
33
33
|
Object.defineProperty(exports, "DropdownMenuPortal", {
|
|
34
34
|
enumerable: true,
|
|
35
|
-
get: function () { return
|
|
35
|
+
get: function () { return chunkGSXXTAQ3_js.DropdownMenuPortal; }
|
|
36
36
|
});
|
|
37
37
|
Object.defineProperty(exports, "DropdownMenuRadioGroup", {
|
|
38
38
|
enumerable: true,
|
|
39
|
-
get: function () { return
|
|
39
|
+
get: function () { return chunkGSXXTAQ3_js.DropdownMenuRadioGroup; }
|
|
40
40
|
});
|
|
41
41
|
Object.defineProperty(exports, "DropdownMenuRadioItem", {
|
|
42
42
|
enumerable: true,
|
|
43
|
-
get: function () { return
|
|
43
|
+
get: function () { return chunkGSXXTAQ3_js.DropdownMenuRadioItem; }
|
|
44
44
|
});
|
|
45
45
|
Object.defineProperty(exports, "DropdownMenuSeparator", {
|
|
46
46
|
enumerable: true,
|
|
47
|
-
get: function () { return
|
|
47
|
+
get: function () { return chunkGSXXTAQ3_js.DropdownMenuSeparator; }
|
|
48
48
|
});
|
|
49
49
|
Object.defineProperty(exports, "DropdownMenuShortcut", {
|
|
50
50
|
enumerable: true,
|
|
51
|
-
get: function () { return
|
|
51
|
+
get: function () { return chunkGSXXTAQ3_js.DropdownMenuShortcut; }
|
|
52
52
|
});
|
|
53
53
|
Object.defineProperty(exports, "DropdownMenuSub", {
|
|
54
54
|
enumerable: true,
|
|
55
|
-
get: function () { return
|
|
55
|
+
get: function () { return chunkGSXXTAQ3_js.DropdownMenuSub; }
|
|
56
56
|
});
|
|
57
57
|
Object.defineProperty(exports, "DropdownMenuSubContent", {
|
|
58
58
|
enumerable: true,
|
|
59
|
-
get: function () { return
|
|
59
|
+
get: function () { return chunkGSXXTAQ3_js.DropdownMenuSubContent; }
|
|
60
60
|
});
|
|
61
61
|
Object.defineProperty(exports, "DropdownMenuSubTrigger", {
|
|
62
62
|
enumerable: true,
|
|
63
|
-
get: function () { return
|
|
63
|
+
get: function () { return chunkGSXXTAQ3_js.DropdownMenuSubTrigger; }
|
|
64
64
|
});
|
|
65
65
|
Object.defineProperty(exports, "DropdownMenuTrigger", {
|
|
66
66
|
enumerable: true,
|
|
67
|
-
get: function () { return
|
|
67
|
+
get: function () { return chunkGSXXTAQ3_js.DropdownMenuTrigger; }
|
|
68
68
|
});
|
package/dist/ui/dropdown.mjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger } from '../chunk-
|
|
1
|
+
export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger } from '../chunk-COFRS37Z.mjs';
|
|
2
2
|
import '../chunk-QS7WS6DD.mjs';
|
|
3
3
|
import '../chunk-HW6SLBO3.mjs';
|
package/dist/ui/index.d.mts
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
|
+
export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger } from './sheet.mjs';
|
|
1
2
|
export { Popover, PopoverAnchor, PopoverContent, PopoverTrigger } from './popover.mjs';
|
|
2
3
|
export { Avatar, AvatarFallback, AvatarGroup, AvatarImage } from './avatar.mjs';
|
|
3
4
|
export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from './tooltip.mjs';
|
|
4
5
|
export { Toaster } from './toast.mjs';
|
|
5
6
|
export { Textarea } from './textarea.mjs';
|
|
6
7
|
export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger } from './dropdown.mjs';
|
|
8
|
+
export { TreeDataItem, TreeView } from './tree-view.mjs';
|
|
7
9
|
export { Toggle, toggleVariants } from './toggle.mjs';
|
|
8
10
|
export { ToggleGroup, ToggleGroupItem } from './toggle-group.mjs';
|
|
9
11
|
export { Badge, badgeVariants } from './badge.mjs';
|
|
@@ -19,11 +21,13 @@ export { InputNumbers, InputNumbersProps } from './input-numbers.mjs';
|
|
|
19
21
|
export { Collapsible, CollapsibleContent, CollapsibleTrigger } from './collapsible.mjs';
|
|
20
22
|
export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue } from './select.mjs';
|
|
21
23
|
export { Slider, SliderProps } from './slider.mjs';
|
|
24
|
+
export { Layout, LayoutProps } from './layout.mjs';
|
|
22
25
|
export { Theme, ThemeProvider, useTheme } from './theme-context.mjs';
|
|
23
26
|
export { toast } from 'sonner';
|
|
24
27
|
import 'react/jsx-runtime';
|
|
25
|
-
import '@radix-ui/react-popover';
|
|
26
28
|
import 'react';
|
|
29
|
+
import '@radix-ui/react-dialog';
|
|
30
|
+
import '@radix-ui/react-popover';
|
|
27
31
|
import '@radix-ui/react-avatar';
|
|
28
32
|
import '@radix-ui/react-tooltip';
|
|
29
33
|
import 'class-variance-authority/types';
|
|
@@ -35,7 +39,6 @@ import '@radix-ui/react-radio-group';
|
|
|
35
39
|
import '@radix-ui/react-checkbox';
|
|
36
40
|
import '@radix-ui/react-switch';
|
|
37
41
|
import '@radix-ui/react-tabs';
|
|
38
|
-
import '@radix-ui/react-dialog';
|
|
39
42
|
import '@radix-ui/react-collapsible';
|
|
40
43
|
import '@radix-ui/react-select';
|
|
41
44
|
import '@radix-ui/react-slider';
|
package/dist/ui/index.d.ts
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
|
+
export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger } from './sheet.js';
|
|
1
2
|
export { Popover, PopoverAnchor, PopoverContent, PopoverTrigger } from './popover.js';
|
|
2
3
|
export { Avatar, AvatarFallback, AvatarGroup, AvatarImage } from './avatar.js';
|
|
3
4
|
export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from './tooltip.js';
|
|
4
5
|
export { Toaster } from './toast.js';
|
|
5
6
|
export { Textarea } from './textarea.js';
|
|
6
7
|
export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger } from './dropdown.js';
|
|
8
|
+
export { TreeDataItem, TreeView } from './tree-view.js';
|
|
7
9
|
export { Toggle, toggleVariants } from './toggle.js';
|
|
8
10
|
export { ToggleGroup, ToggleGroupItem } from './toggle-group.js';
|
|
9
11
|
export { Badge, badgeVariants } from './badge.js';
|
|
@@ -19,11 +21,13 @@ export { InputNumbers, InputNumbersProps } from './input-numbers.js';
|
|
|
19
21
|
export { Collapsible, CollapsibleContent, CollapsibleTrigger } from './collapsible.js';
|
|
20
22
|
export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue } from './select.js';
|
|
21
23
|
export { Slider, SliderProps } from './slider.js';
|
|
24
|
+
export { Layout, LayoutProps } from './layout.js';
|
|
22
25
|
export { Theme, ThemeProvider, useTheme } from './theme-context.js';
|
|
23
26
|
export { toast } from 'sonner';
|
|
24
27
|
import 'react/jsx-runtime';
|
|
25
|
-
import '@radix-ui/react-popover';
|
|
26
28
|
import 'react';
|
|
29
|
+
import '@radix-ui/react-dialog';
|
|
30
|
+
import '@radix-ui/react-popover';
|
|
27
31
|
import '@radix-ui/react-avatar';
|
|
28
32
|
import '@radix-ui/react-tooltip';
|
|
29
33
|
import 'class-variance-authority/types';
|
|
@@ -35,7 +39,6 @@ import '@radix-ui/react-radio-group';
|
|
|
35
39
|
import '@radix-ui/react-checkbox';
|
|
36
40
|
import '@radix-ui/react-switch';
|
|
37
41
|
import '@radix-ui/react-tabs';
|
|
38
|
-
import '@radix-ui/react-dialog';
|
|
39
42
|
import '@radix-ui/react-collapsible';
|
|
40
43
|
import '@radix-ui/react-select';
|
|
41
44
|
import '@radix-ui/react-slider';
|