@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
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import '../chunk-VGCVIHBR.mjs';
|
|
2
|
-
export { CursorProvider } from '../chunk-
|
|
3
|
-
export { CursorButton, CursorInputRoot, CursorSelectTrigger, CursorTabs, CursorTextarea } from '../chunk-
|
|
4
|
-
import '../chunk-
|
|
5
|
-
import '../chunk-
|
|
6
|
-
import '../chunk-
|
|
2
|
+
export { CursorProvider } from '../chunk-7SXCVFSA.mjs';
|
|
3
|
+
export { CursorButton, CursorInputRoot, CursorSelectTrigger, CursorTabs, CursorTextarea } from '../chunk-M3KBBKQR.mjs';
|
|
4
|
+
import '../chunk-QOUX33X5.mjs';
|
|
5
|
+
import '../chunk-5GPQ7U5B.mjs';
|
|
6
|
+
import '../chunk-66JQXJEV.mjs';
|
|
7
7
|
import '../chunk-Q3APPCB2.mjs';
|
|
8
|
-
import '../chunk-
|
|
8
|
+
import '../chunk-25GQKTNF.mjs';
|
|
9
|
+
export { TabsCursorProvider } from '../chunk-6L4KPPOD.mjs';
|
|
9
10
|
export { withCursor } from '../chunk-CP7QYV4N.mjs';
|
|
10
11
|
import '../chunk-QS7WS6DD.mjs';
|
|
11
12
|
import '../chunk-HW6SLBO3.mjs';
|
|
12
13
|
import '../chunk-3FR3WKI4.mjs';
|
|
13
|
-
export { TabsCursorProvider } from '../chunk-FYEZTS4S.mjs';
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkB5EMQBVL_js = require('../chunk-B5EMQBVL.js');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
Object.defineProperty(exports, "TabsCursorProvider", {
|
|
8
8
|
enumerable: true,
|
|
9
|
-
get: function () { return
|
|
9
|
+
get: function () { return chunkB5EMQBVL_js.TabsCursorProvider; }
|
|
10
10
|
});
|
|
11
11
|
Object.defineProperty(exports, "useTabsCursor", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkB5EMQBVL_js.useTabsCursor; }
|
|
14
14
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { TabsCursorProvider, useTabsCursor } from '../chunk-
|
|
1
|
+
export { TabsCursorProvider, useTabsCursor } from '../chunk-6L4KPPOD.mjs';
|
package/dist/index.css
CHANGED
|
@@ -93,6 +93,7 @@
|
|
|
93
93
|
--line-secondary: var(--gray-6);
|
|
94
94
|
--shadow-primary: var(--black-alpha-3);
|
|
95
95
|
--shadow-secondary: var(--black-alpha-4);
|
|
96
|
+
--shadow-tertiary: var(--black-alpha-4);
|
|
96
97
|
--black-1: rgba(0, 0, 0, 1);
|
|
97
98
|
--black-alpha-1: rgba(0, 0, 0, 0.6);
|
|
98
99
|
--black-alpha-2: rgba(0, 0, 0, 0.2);
|
|
@@ -187,6 +188,7 @@
|
|
|
187
188
|
--line-secondary: var(--gray-4);
|
|
188
189
|
--shadow-primary: var(--black-alpha-1);
|
|
189
190
|
--shadow-secondary: var(--black-alpha-2);
|
|
191
|
+
--shadow-tertiary: var(--black-alpha-6);
|
|
190
192
|
}
|
|
191
193
|
.liquidlight {
|
|
192
194
|
color-scheme: light;
|
|
@@ -217,6 +219,7 @@
|
|
|
217
219
|
--line-secondary: var(--gray-6);
|
|
218
220
|
--shadow-primary: var(--black-alpha-3);
|
|
219
221
|
--shadow-secondary: var(--black-alpha-4);
|
|
222
|
+
--shadow-tertiary: var(--black-alpha-4);
|
|
220
223
|
}
|
|
221
224
|
.liquiddark {
|
|
222
225
|
color-scheme: dark;
|
|
@@ -247,26 +250,43 @@
|
|
|
247
250
|
--line-secondary: var(--gray-4);
|
|
248
251
|
--shadow-primary: var(--black-alpha-1);
|
|
249
252
|
--shadow-secondary: var(--black-alpha-2);
|
|
253
|
+
--shadow-tertiary: var(--black-alpha-6);
|
|
250
254
|
}
|
|
255
|
+
@custom-variant liquid (&:is(.liquiddark *, .liquidlight *));
|
|
256
|
+
@utility liquid-bg { background: linear-gradient(147.1deg, rgba(172, 172, 172, 0.1) 0%, rgba(74, 74, 74, 0.1) 105.28%) !important; -webkit-backdrop-filter: blur(20px) !important; backdrop-filter: blur(20px) !important; }
|
|
251
257
|
@theme inline { --color-brand-primary: var(--brand-primary); --color-brand-secondary: var(--brand-secondary); --color-brand-tertiary: var(--brand-tertiary); --color-text-highlight: var(--text-highlight); --color-text-primary: var(--text-primary); --color-text-secondary: var(--text-secondary); --color-text-tertiary: var(--text-tertiary); --color-text-withbg: var(--text-withbg); --color-bg-primary: var(--bg-primary); --color-bg-secondary: var(--bg-secondary); --color-bg-tertiary: var(--bg-tertiary); --color-bg-quaternary: var(--bg-quaternary); --color-bg-mask: var(--bg-mask); --color-icon-highlight: var(--icon-highlight); --color-icon-primary: var(--icon-primary); --color-icon-secondary: var(--icon-secondary); --color-icon-tertiary: var(--icon-tertiary); --color-icon-withbg: var(--icon-withbg); --color-danger-primary: var(--danger-primary); --color-danger-secondary: var(--danger-secondary); --color-danger-tertiary: var(--danger-tertiary); --color-accent-warning: var(--accent-warning); --color-accent-success: var(--accent-success); --color-line-primary: var(--line-primary); --color-line-secondary: var(--line-secondary); --color-shadow-primary: var(--shadow-primary); --color-shadow-secondary: var(--shadow-secondary); --radius-uk-xs: var(--radius); --radius-uk-sm: calc(var(--radius) + 2px); --radius-uk-md: calc(var(--radius) + 4px); --radius-uk-lg: calc(var(--radius) + 8px); --radius-uk-xl: calc(var(--radius) + 12px); --spacing-xxs: calc(var(--spacing) - 2px); --spacing-xs: var(--spacing); --spacing-sm: calc(var(--spacing) + 2px); --spacing-md: calc(var(--spacing) + 4px); --spacing-lg: calc(var(--spacing) + 8px); --spacing-xl: calc(var(--spacing) + 12px); --text-uk-xs: 10px; --text-uk-sm: 11px; --text-uk-md: 12px; --text-uk-lg: 13px; --text-uk-xl: 14px; --text-uk-xxl: 16px; --leading-uk-xs: 12px; --leading-uk-sm: 14px; --leading-uk-md: 16px; --leading-uk-lg: 18px; --leading-uk-xl: 20px; --leading-uk-xxl: 24px; }
|
|
252
258
|
.vk-toast,
|
|
253
259
|
[data-sonner-toast].vk-toast {
|
|
254
|
-
background: var(--color-bg-
|
|
255
|
-
background-color: var(--color-bg-secondary) !important;
|
|
260
|
+
background: var(--color-bg-primary) !important;
|
|
256
261
|
border: none !important;
|
|
257
262
|
border-radius: var(--radius-uk-md) !important;
|
|
258
263
|
padding: var(--spacing-lg) !important;
|
|
259
264
|
box-shadow: 0px 8px 24px 0px var(--color-shadow-primary) !important;
|
|
265
|
+
padding-right: 60px !important;
|
|
260
266
|
}
|
|
261
267
|
.vk-toast [data-title] {
|
|
262
268
|
color: var(--color-text-primary) !important;
|
|
263
269
|
font-size: 14px !important;
|
|
264
270
|
font-weight: 500 !important;
|
|
271
|
+
display: -webkit-box;
|
|
272
|
+
line-clamp: 1;
|
|
273
|
+
box-orient: vertical;
|
|
274
|
+
-webkit-line-clamp: 1;
|
|
275
|
+
-webkit-box-orient: vertical;
|
|
276
|
+
overflow: hidden;
|
|
277
|
+
text-overflow: ellipsis;
|
|
265
278
|
}
|
|
266
279
|
.vk-toast-description {
|
|
267
280
|
color: var(--color-text-secondary) !important;
|
|
268
281
|
font-size: 12px !important;
|
|
269
282
|
font-weight: 400 !important;
|
|
283
|
+
display: -webkit-box;
|
|
284
|
+
line-clamp: 3;
|
|
285
|
+
box-orient: vertical;
|
|
286
|
+
-webkit-line-clamp: 3;
|
|
287
|
+
-webkit-box-orient: vertical;
|
|
288
|
+
overflow: hidden;
|
|
289
|
+
text-overflow: ellipsis;
|
|
270
290
|
}
|
|
271
291
|
.vk-toast button[data-button] {
|
|
272
292
|
background: transparent !important;
|
|
@@ -277,18 +297,18 @@
|
|
|
277
297
|
text-decoration: none !important;
|
|
278
298
|
cursor: pointer !important;
|
|
279
299
|
position: absolute !important;
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
300
|
+
border-radius: 0 !important;
|
|
301
|
+
right: 0 !important;
|
|
302
|
+
top: 0 !important;
|
|
303
|
+
height: 100% !important;
|
|
304
|
+
width: 60px !important;
|
|
305
|
+
display: flex !important;
|
|
306
|
+
align-items: center !important;
|
|
307
|
+
justify-content: center !important;
|
|
308
|
+
text-overflow: ellipsis !important;
|
|
309
|
+
overflow: hidden !important;
|
|
310
|
+
white-space: nowrap !important;
|
|
283
311
|
}
|
|
284
312
|
.vk-toast button[data-button]:hover {
|
|
285
|
-
background: var(--color-bg-
|
|
286
|
-
}
|
|
287
|
-
.vk-toast button[data-cancel] {
|
|
288
|
-
background: transparent !important;
|
|
289
|
-
color: var(--color-text-secondary) !important;
|
|
290
|
-
border: none !important;
|
|
291
|
-
font-size: 12px !important;
|
|
292
|
-
font-weight: 400 !important;
|
|
293
|
-
cursor: pointer !important;
|
|
313
|
+
background: var(--color-bg-secondary) !important;
|
|
294
314
|
}
|
package/dist/index.d.mts
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
|
+
export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger } from './ui/sheet.mjs';
|
|
1
2
|
export { Popover, PopoverAnchor, PopoverContent, PopoverTrigger } from './ui/popover.mjs';
|
|
2
3
|
export { Avatar, AvatarFallback, AvatarGroup, AvatarImage } from './ui/avatar.mjs';
|
|
3
4
|
export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from './ui/tooltip.mjs';
|
|
4
5
|
export { Toaster } from './ui/toast.mjs';
|
|
5
6
|
export { Textarea } from './ui/textarea.mjs';
|
|
6
7
|
export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger } from './ui/dropdown.mjs';
|
|
8
|
+
export { TreeDataItem, TreeView } from './ui/tree-view.mjs';
|
|
7
9
|
export { Toggle, toggleVariants } from './ui/toggle.mjs';
|
|
8
10
|
export { ToggleGroup, ToggleGroupItem } from './ui/toggle-group.mjs';
|
|
9
11
|
export { Badge, badgeVariants } from './ui/badge.mjs';
|
|
@@ -19,6 +21,7 @@ export { InputNumbers, InputNumbersProps } from './ui/input-numbers.mjs';
|
|
|
19
21
|
export { Collapsible, CollapsibleContent, CollapsibleTrigger } from './ui/collapsible.mjs';
|
|
20
22
|
export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue } from './ui/select.mjs';
|
|
21
23
|
export { Slider, SliderProps } from './ui/slider.mjs';
|
|
24
|
+
export { Layout, LayoutProps } from './ui/layout.mjs';
|
|
22
25
|
export { Theme, ThemeProvider, useTheme } from './ui/theme-context.mjs';
|
|
23
26
|
export { cn } from './utils/cn.mjs';
|
|
24
27
|
export { CursorProvider } from './highlight-cursor/cursor-provider.mjs';
|
|
@@ -27,8 +30,9 @@ export { TabsCursorProvider } from './highlight-cursor/tabs-cursor-context.mjs';
|
|
|
27
30
|
export { withCursor } from './highlight-cursor/with-cursor.mjs';
|
|
28
31
|
export { toast } from 'sonner';
|
|
29
32
|
import 'react/jsx-runtime';
|
|
30
|
-
import '@radix-ui/react-popover';
|
|
31
33
|
import 'react';
|
|
34
|
+
import '@radix-ui/react-dialog';
|
|
35
|
+
import '@radix-ui/react-popover';
|
|
32
36
|
import '@radix-ui/react-avatar';
|
|
33
37
|
import '@radix-ui/react-tooltip';
|
|
34
38
|
import 'class-variance-authority/types';
|
|
@@ -40,7 +44,6 @@ import '@radix-ui/react-radio-group';
|
|
|
40
44
|
import '@radix-ui/react-checkbox';
|
|
41
45
|
import '@radix-ui/react-switch';
|
|
42
46
|
import '@radix-ui/react-tabs';
|
|
43
|
-
import '@radix-ui/react-dialog';
|
|
44
47
|
import '@radix-ui/react-collapsible';
|
|
45
48
|
import '@radix-ui/react-select';
|
|
46
49
|
import '@radix-ui/react-slider';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
|
+
export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger } from './ui/sheet.js';
|
|
1
2
|
export { Popover, PopoverAnchor, PopoverContent, PopoverTrigger } from './ui/popover.js';
|
|
2
3
|
export { Avatar, AvatarFallback, AvatarGroup, AvatarImage } from './ui/avatar.js';
|
|
3
4
|
export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from './ui/tooltip.js';
|
|
4
5
|
export { Toaster } from './ui/toast.js';
|
|
5
6
|
export { Textarea } from './ui/textarea.js';
|
|
6
7
|
export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger } from './ui/dropdown.js';
|
|
8
|
+
export { TreeDataItem, TreeView } from './ui/tree-view.js';
|
|
7
9
|
export { Toggle, toggleVariants } from './ui/toggle.js';
|
|
8
10
|
export { ToggleGroup, ToggleGroupItem } from './ui/toggle-group.js';
|
|
9
11
|
export { Badge, badgeVariants } from './ui/badge.js';
|
|
@@ -19,6 +21,7 @@ export { InputNumbers, InputNumbersProps } from './ui/input-numbers.js';
|
|
|
19
21
|
export { Collapsible, CollapsibleContent, CollapsibleTrigger } from './ui/collapsible.js';
|
|
20
22
|
export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue } from './ui/select.js';
|
|
21
23
|
export { Slider, SliderProps } from './ui/slider.js';
|
|
24
|
+
export { Layout, LayoutProps } from './ui/layout.js';
|
|
22
25
|
export { Theme, ThemeProvider, useTheme } from './ui/theme-context.js';
|
|
23
26
|
export { cn } from './utils/cn.js';
|
|
24
27
|
export { CursorProvider } from './highlight-cursor/cursor-provider.js';
|
|
@@ -27,8 +30,9 @@ export { TabsCursorProvider } from './highlight-cursor/tabs-cursor-context.js';
|
|
|
27
30
|
export { withCursor } from './highlight-cursor/with-cursor.js';
|
|
28
31
|
export { toast } from 'sonner';
|
|
29
32
|
import 'react/jsx-runtime';
|
|
30
|
-
import '@radix-ui/react-popover';
|
|
31
33
|
import 'react';
|
|
34
|
+
import '@radix-ui/react-dialog';
|
|
35
|
+
import '@radix-ui/react-popover';
|
|
32
36
|
import '@radix-ui/react-avatar';
|
|
33
37
|
import '@radix-ui/react-tooltip';
|
|
34
38
|
import 'class-variance-authority/types';
|
|
@@ -40,7 +44,6 @@ import '@radix-ui/react-radio-group';
|
|
|
40
44
|
import '@radix-ui/react-checkbox';
|
|
41
45
|
import '@radix-ui/react-switch';
|
|
42
46
|
import '@radix-ui/react-tabs';
|
|
43
|
-
import '@radix-ui/react-dialog';
|
|
44
47
|
import '@radix-ui/react-collapsible';
|
|
45
48
|
import '@radix-ui/react-select';
|
|
46
49
|
import '@radix-ui/react-slider';
|