@vuer-ai/vuer-uikit 0.0.26 → 0.0.28
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-ZTNXAV64.js → chunk-3ZFILFNB.js} +4 -4
- package/dist/{chunk-Q3GXSHJV.mjs → chunk-4QERYDMC.mjs} +3 -3
- package/dist/{chunk-5TVG5JK5.js → chunk-5CENHVP3.js} +18 -0
- package/dist/chunk-7DRJLKR6.js +38 -0
- package/dist/{chunk-ZRJ5JCVG.mjs → chunk-7LDFQGYF.mjs} +1 -1
- package/dist/chunk-BAAW5VSE.js +142 -0
- package/dist/{chunk-G6PRZVSE.mjs → chunk-D6HWHISR.mjs} +18 -0
- package/dist/{chunk-CCGCEN7Z.js → chunk-EMHRYI5O.js} +1 -1
- package/dist/chunk-KMIPKXV2.mjs +108 -0
- package/dist/chunk-SBHPTJE4.mjs +29 -0
- package/dist/{chunk-LHWH4GP5.mjs → chunk-YIBD2FEV.mjs} +1 -1
- package/dist/{chunk-RTURVQIP.js → chunk-Z3LP6DAV.js} +1 -1
- package/dist/highlight-cursor/cursor-context.d.mts +2 -2
- package/dist/highlight-cursor/cursor-context.d.ts +2 -2
- package/dist/highlight-cursor/enhanced-components.d.mts +4 -4
- package/dist/highlight-cursor/enhanced-components.d.ts +4 -4
- package/dist/highlight-cursor/enhanced-components.js +2 -1
- package/dist/highlight-cursor/enhanced-components.mjs +2 -1
- package/dist/highlight-cursor/index.js +2 -1
- package/dist/highlight-cursor/index.mjs +2 -1
- package/dist/highlight-cursor/with-cursor.d.mts +2 -2
- package/dist/highlight-cursor/with-cursor.d.ts +2 -2
- package/dist/index.css +2 -2
- package/dist/index.d.mts +5 -3
- package/dist/index.d.ts +5 -3
- package/dist/index.js +60 -15
- package/dist/index.mjs +8 -7
- package/dist/styles/theme.css +1 -1
- package/dist/ui/avatar.d.mts +19 -6
- package/dist/ui/avatar.d.ts +19 -6
- package/dist/ui/avatar.js +31 -6
- package/dist/ui/avatar.mjs +3 -2
- package/dist/ui/badge.js +2 -1
- package/dist/ui/badge.mjs +2 -1
- package/dist/ui/button.d.mts +2 -2
- package/dist/ui/button.d.ts +2 -2
- package/dist/ui/button.js +2 -1
- package/dist/ui/button.mjs +2 -1
- package/dist/ui/card.js +2 -1
- package/dist/ui/card.mjs +2 -1
- package/dist/ui/checkbox.js +4 -3
- package/dist/ui/checkbox.mjs +3 -2
- package/dist/ui/collapsible.js +2 -1
- package/dist/ui/collapsible.mjs +2 -1
- package/dist/ui/drawer.d.mts +11 -11
- package/dist/ui/drawer.d.ts +11 -11
- package/dist/ui/drawer.js +2 -1
- package/dist/ui/drawer.mjs +2 -1
- package/dist/ui/dropdown.js +2 -1
- package/dist/ui/dropdown.mjs +2 -1
- package/dist/ui/index.d.mts +4 -3
- package/dist/ui/index.d.ts +4 -3
- package/dist/ui/index.js +44 -15
- package/dist/ui/index.mjs +8 -7
- package/dist/ui/input-numbers.d.mts +2 -2
- package/dist/ui/input-numbers.d.ts +2 -2
- package/dist/ui/input-numbers.js +2 -1
- package/dist/ui/input-numbers.mjs +2 -1
- package/dist/ui/input.d.mts +4 -4
- package/dist/ui/input.d.ts +4 -4
- package/dist/ui/input.js +2 -1
- package/dist/ui/input.mjs +2 -1
- package/dist/ui/layout.js +2 -1
- package/dist/ui/layout.mjs +2 -1
- package/dist/ui/modal.js +2 -1
- package/dist/ui/modal.mjs +2 -1
- package/dist/ui/popover.js +2 -1
- package/dist/ui/popover.mjs +2 -1
- package/dist/ui/radio-group.js +2 -1
- package/dist/ui/radio-group.mjs +2 -1
- package/dist/ui/select.d.mts +1 -1
- package/dist/ui/select.d.ts +1 -1
- package/dist/ui/select.js +2 -1
- package/dist/ui/select.mjs +2 -1
- package/dist/ui/slider.d.mts +2 -2
- package/dist/ui/slider.d.ts +2 -2
- package/dist/ui/slider.js +2 -1
- package/dist/ui/slider.mjs +2 -1
- package/dist/ui/switch.js +2 -1
- package/dist/ui/switch.mjs +2 -1
- package/dist/ui/tabs.js +2 -1
- package/dist/ui/tabs.mjs +2 -1
- package/dist/ui/textarea.d.mts +1 -1
- package/dist/ui/textarea.d.ts +1 -1
- package/dist/ui/textarea.js +2 -1
- package/dist/ui/textarea.mjs +2 -1
- package/dist/ui/{theme-context/theme-context.d.ts → theme/ThemeProvider.d.mts} +1 -1
- package/dist/ui/{theme-context/theme-context.d.mts → theme/ThemeProvider.d.ts} +1 -1
- package/dist/ui/theme/ThemeProvider.js +15 -0
- package/dist/ui/theme/ThemeProvider.mjs +2 -0
- package/dist/ui/theme/index.d.mts +5 -0
- package/dist/ui/theme/index.d.ts +5 -0
- package/dist/ui/theme/index.js +20 -0
- package/dist/ui/theme/index.mjs +3 -0
- package/dist/ui/{theme-context/theme-script.d.ts → theme/themeScript.d.mts} +10 -4
- package/dist/ui/{theme-context/theme-script.d.mts → theme/themeScript.d.ts} +10 -4
- package/dist/ui/theme/themeScript.js +10 -0
- package/dist/ui/theme/themeScript.mjs +1 -0
- package/dist/ui/{theme-context/theme-types.d.mts → theme/types.d.mts} +1 -1
- package/dist/ui/{theme-context/theme-types.d.ts → theme/types.d.ts} +1 -1
- package/dist/ui/timeline.js +2 -1
- package/dist/ui/timeline.mjs +2 -1
- package/dist/ui/toggle-group.js +2 -1
- package/dist/ui/toggle-group.mjs +2 -1
- package/dist/ui/toggle.js +2 -1
- package/dist/ui/toggle.mjs +2 -1
- package/dist/ui/tooltip.js +2 -1
- package/dist/ui/tooltip.mjs +2 -1
- package/dist/ui/tree-view-v2.js +2 -1
- package/dist/ui/tree-view-v2.mjs +2 -1
- package/dist/ui/tree-view.d.mts +3 -3
- package/dist/ui/tree-view.d.ts +3 -3
- package/dist/ui/tree-view.js +2 -1
- package/dist/ui/tree-view.mjs +2 -1
- package/dist/ui/version-badge.js +4 -3
- package/dist/ui/version-badge.mjs +3 -2
- package/dist/utils/client-only.d.mts +27 -0
- package/dist/utils/client-only.d.ts +27 -0
- package/dist/utils/client-only.js +22 -0
- package/dist/utils/client-only.mjs +1 -0
- package/dist/utils/index.d.mts +2 -0
- package/dist/utils/index.d.ts +2 -0
- package/dist/utils/index.js +18 -1
- package/dist/utils/index.mjs +2 -1
- package/package.json +3 -2
- package/src/index.css +1 -1
- package/src/ui/avatar.tsx +72 -37
- package/src/ui/checkbox.tsx +18 -1
- package/src/ui/index.ts +1 -1
- package/src/ui/{theme-context/theme-context.tsx → theme/ThemeProvider.tsx} +4 -4
- package/src/ui/theme/index.ts +4 -0
- package/src/ui/{theme-context/theme-script.tsx → theme/themeScript.tsx} +8 -2
- package/src/utils/client-only.ts +54 -0
- package/src/utils/index.ts +1 -0
- package/dist/chunk-AQXAGOYO.js +0 -107
- package/dist/chunk-DYT2FBW5.mjs +0 -79
- package/dist/ui/theme-context/index.d.mts +0 -4
- package/dist/ui/theme-context/index.d.ts +0 -4
- package/dist/ui/theme-context/index.js +0 -16
- package/dist/ui/theme-context/index.mjs +0 -3
- package/dist/ui/theme-context/theme-context.js +0 -15
- package/dist/ui/theme-context/theme-context.mjs +0 -2
- package/dist/ui/theme-context/theme-script.js +0 -10
- package/dist/ui/theme-context/theme-script.mjs +0 -1
- package/src/ui/theme-context/index.ts +0 -3
- /package/dist/{chunk-4FOSHIMU.mjs → chunk-AMB2H6WS.mjs} +0 -0
- /package/dist/{chunk-M4IVLZIH.mjs → chunk-CMYR6AOY.mjs} +0 -0
- /package/dist/{chunk-UOFJLQ72.js → chunk-IJ7QXNIJ.js} +0 -0
- /package/dist/{chunk-XWS4SIB5.js → chunk-Y2QBWXB4.js} +0 -0
- /package/dist/ui/{theme-context/theme-types.js → theme/types.js} +0 -0
- /package/dist/ui/{theme-context/theme-types.mjs → theme/types.mjs} +0 -0
- /package/src/ui/{theme-context/theme-types.ts → theme/types.ts} +0 -0
package/dist/index.d.mts
CHANGED
|
@@ -4,7 +4,7 @@ export { TreeDataItemV2, TreeViewV2 } from './ui/tree-view-v2.mjs';
|
|
|
4
4
|
export { TreeDataItem, TreeView } from './ui/tree-view.mjs';
|
|
5
5
|
export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger } from './ui/sheet.mjs';
|
|
6
6
|
export { Popover, PopoverAnchor, PopoverContent, PopoverTrigger } from './ui/popover.mjs';
|
|
7
|
-
export { Avatar, AvatarFallback, AvatarGroup, AvatarImage } from './ui/avatar.mjs';
|
|
7
|
+
export { Avatar, AvatarFallback, AvatarFallbackRoot, AvatarFallbackSSR, AvatarGroup, AvatarGroupProps, AvatarImage, AvatarImageFallback, AvatarImageRoot, AvatarRoot, AvatarSSRFallback } from './ui/avatar.mjs';
|
|
8
8
|
export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from './ui/tooltip.mjs';
|
|
9
9
|
export { Toaster } from './ui/toast.mjs';
|
|
10
10
|
export { Textarea } from './ui/textarea.mjs';
|
|
@@ -26,10 +26,12 @@ export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScro
|
|
|
26
26
|
export { Slider, SliderProps } from './ui/slider.mjs';
|
|
27
27
|
export { Layout, LayoutProps } from './ui/layout.mjs';
|
|
28
28
|
export { VersionBadge } from './ui/version-badge.mjs';
|
|
29
|
-
export { ThemeProvider, useTheme } from './ui/theme
|
|
30
|
-
export {
|
|
29
|
+
export { ThemeProvider, useTheme } from './ui/theme/ThemeProvider.mjs';
|
|
30
|
+
export { ThemeScript } from './ui/theme/themeScript.mjs';
|
|
31
|
+
export { Attribute, ThemeProviderProps, UseThemeProps } from './ui/theme/types.mjs';
|
|
31
32
|
export { cn } from './utils/cn.mjs';
|
|
32
33
|
export { useLocalStorage } from './utils/use-local-storage.mjs';
|
|
34
|
+
export { clientOnly, createClientOnlyComponent, isClient, isServer } from './utils/client-only.mjs';
|
|
33
35
|
export { CursorProvider } from './highlight-cursor/cursor-provider.mjs';
|
|
34
36
|
export { CursorButton, CursorInputRoot, CursorSelectTrigger, CursorTabs, CursorTextarea } from './highlight-cursor/enhanced-components.mjs';
|
|
35
37
|
export { TabsCursorProvider } from './highlight-cursor/tabs-cursor-context.mjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ export { TreeDataItemV2, TreeViewV2 } from './ui/tree-view-v2.js';
|
|
|
4
4
|
export { TreeDataItem, TreeView } from './ui/tree-view.js';
|
|
5
5
|
export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger } from './ui/sheet.js';
|
|
6
6
|
export { Popover, PopoverAnchor, PopoverContent, PopoverTrigger } from './ui/popover.js';
|
|
7
|
-
export { Avatar, AvatarFallback, AvatarGroup, AvatarImage } from './ui/avatar.js';
|
|
7
|
+
export { Avatar, AvatarFallback, AvatarFallbackRoot, AvatarFallbackSSR, AvatarGroup, AvatarGroupProps, AvatarImage, AvatarImageFallback, AvatarImageRoot, AvatarRoot, AvatarSSRFallback } from './ui/avatar.js';
|
|
8
8
|
export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from './ui/tooltip.js';
|
|
9
9
|
export { Toaster } from './ui/toast.js';
|
|
10
10
|
export { Textarea } from './ui/textarea.js';
|
|
@@ -26,10 +26,12 @@ export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScro
|
|
|
26
26
|
export { Slider, SliderProps } from './ui/slider.js';
|
|
27
27
|
export { Layout, LayoutProps } from './ui/layout.js';
|
|
28
28
|
export { VersionBadge } from './ui/version-badge.js';
|
|
29
|
-
export { ThemeProvider, useTheme } from './ui/theme
|
|
30
|
-
export {
|
|
29
|
+
export { ThemeProvider, useTheme } from './ui/theme/ThemeProvider.js';
|
|
30
|
+
export { ThemeScript } from './ui/theme/themeScript.js';
|
|
31
|
+
export { Attribute, ThemeProviderProps, UseThemeProps } from './ui/theme/types.js';
|
|
31
32
|
export { cn } from './utils/cn.js';
|
|
32
33
|
export { useLocalStorage } from './utils/use-local-storage.js';
|
|
34
|
+
export { clientOnly, createClientOnlyComponent, isClient, isServer } from './utils/client-only.js';
|
|
33
35
|
export { CursorProvider } from './highlight-cursor/cursor-provider.js';
|
|
34
36
|
export { CursorButton, CursorInputRoot, CursorSelectTrigger, CursorTabs, CursorTextarea } from './highlight-cursor/enhanced-components.js';
|
|
35
37
|
export { TabsCursorProvider } from './highlight-cursor/tabs-cursor-context.js';
|
package/dist/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
require('./chunk-2TBYBUF4.js');
|
|
4
|
-
var
|
|
5
|
-
require('./chunk-
|
|
6
|
-
var
|
|
7
|
-
require('./chunk-
|
|
4
|
+
var chunkZ3LP6DAV_js = require('./chunk-Z3LP6DAV.js');
|
|
5
|
+
require('./chunk-Y2QBWXB4.js');
|
|
6
|
+
var chunk3ZFILFNB_js = require('./chunk-3ZFILFNB.js');
|
|
7
|
+
var chunkEMHRYI5O_js = require('./chunk-EMHRYI5O.js');
|
|
8
8
|
var chunkQ42CNAC4_js = require('./chunk-Q42CNAC4.js');
|
|
9
9
|
var chunkQJR6MCTR_js = require('./chunk-QJR6MCTR.js');
|
|
10
10
|
var chunkSAM2YZFC_js = require('./chunk-SAM2YZFC.js');
|
|
@@ -18,13 +18,13 @@ var chunkVAXIFFOT_js = require('./chunk-VAXIFFOT.js');
|
|
|
18
18
|
var chunkN3VYENST_js = require('./chunk-N3VYENST.js');
|
|
19
19
|
var chunkPIR7EZC6_js = require('./chunk-PIR7EZC6.js');
|
|
20
20
|
var chunkH5P4IX7R_js = require('./chunk-H5P4IX7R.js');
|
|
21
|
-
var
|
|
21
|
+
var chunk5CENHVP3_js = require('./chunk-5CENHVP3.js');
|
|
22
22
|
var chunk2JCULHBM_js = require('./chunk-2JCULHBM.js');
|
|
23
23
|
var chunk5F36YBKG_js = require('./chunk-5F36YBKG.js');
|
|
24
24
|
var chunkS3TZN6HZ_js = require('./chunk-S3TZN6HZ.js');
|
|
25
25
|
var chunkGGMVWSL5_js = require('./chunk-GGMVWSL5.js');
|
|
26
26
|
var chunkY5I2GI4V_js = require('./chunk-Y5I2GI4V.js');
|
|
27
|
-
var
|
|
27
|
+
var chunkBAAW5VSE_js = require('./chunk-BAAW5VSE.js');
|
|
28
28
|
var chunkEFIRD3FN_js = require('./chunk-EFIRD3FN.js');
|
|
29
29
|
var chunkFV2TIL2G_js = require('./chunk-FV2TIL2G.js');
|
|
30
30
|
require('./chunk-KJ42IGH6.js');
|
|
@@ -36,7 +36,8 @@ var chunk6SRDWLQJ_js = require('./chunk-6SRDWLQJ.js');
|
|
|
36
36
|
var chunkNP6VNT23_js = require('./chunk-NP6VNT23.js');
|
|
37
37
|
var chunkUFHMEEGL_js = require('./chunk-UFHMEEGL.js');
|
|
38
38
|
var chunkXUKMVPUD_js = require('./chunk-XUKMVPUD.js');
|
|
39
|
-
require('./chunk-
|
|
39
|
+
require('./chunk-IJ7QXNIJ.js');
|
|
40
|
+
var chunk7DRJLKR6_js = require('./chunk-7DRJLKR6.js');
|
|
40
41
|
var chunkZX6K2A3O_js = require('./chunk-ZX6K2A3O.js');
|
|
41
42
|
var chunkXXWQ4RVP_js = require('./chunk-XXWQ4RVP.js');
|
|
42
43
|
require('./chunk-CLTLT5XW.js');
|
|
@@ -46,15 +47,19 @@ var chunkOTPUWWEB_js = require('./chunk-OTPUWWEB.js');
|
|
|
46
47
|
|
|
47
48
|
Object.defineProperty(exports, "VersionBadge", {
|
|
48
49
|
enumerable: true,
|
|
49
|
-
get: function () { return
|
|
50
|
+
get: function () { return chunkZ3LP6DAV_js.VersionBadge; }
|
|
50
51
|
});
|
|
51
52
|
Object.defineProperty(exports, "ThemeProvider", {
|
|
52
53
|
enumerable: true,
|
|
53
|
-
get: function () { return
|
|
54
|
+
get: function () { return chunk3ZFILFNB_js.ThemeProvider; }
|
|
54
55
|
});
|
|
55
56
|
Object.defineProperty(exports, "useTheme", {
|
|
56
57
|
enumerable: true,
|
|
57
|
-
get: function () { return
|
|
58
|
+
get: function () { return chunk3ZFILFNB_js.useTheme; }
|
|
59
|
+
});
|
|
60
|
+
Object.defineProperty(exports, "ThemeScript", {
|
|
61
|
+
enumerable: true,
|
|
62
|
+
get: function () { return chunkEMHRYI5O_js.ThemeScript; }
|
|
58
63
|
});
|
|
59
64
|
Object.defineProperty(exports, "Timeline", {
|
|
60
65
|
enumerable: true,
|
|
@@ -214,7 +219,7 @@ Object.defineProperty(exports, "Switch", {
|
|
|
214
219
|
});
|
|
215
220
|
Object.defineProperty(exports, "Checkbox", {
|
|
216
221
|
enumerable: true,
|
|
217
|
-
get: function () { return
|
|
222
|
+
get: function () { return chunk5CENHVP3_js.Checkbox; }
|
|
218
223
|
});
|
|
219
224
|
Object.defineProperty(exports, "Collapsible", {
|
|
220
225
|
enumerable: true,
|
|
@@ -338,19 +343,43 @@ Object.defineProperty(exports, "Layout", {
|
|
|
338
343
|
});
|
|
339
344
|
Object.defineProperty(exports, "Avatar", {
|
|
340
345
|
enumerable: true,
|
|
341
|
-
get: function () { return
|
|
346
|
+
get: function () { return chunkBAAW5VSE_js.Avatar; }
|
|
342
347
|
});
|
|
343
348
|
Object.defineProperty(exports, "AvatarFallback", {
|
|
344
349
|
enumerable: true,
|
|
345
|
-
get: function () { return
|
|
350
|
+
get: function () { return chunkBAAW5VSE_js.AvatarFallback; }
|
|
351
|
+
});
|
|
352
|
+
Object.defineProperty(exports, "AvatarFallbackRoot", {
|
|
353
|
+
enumerable: true,
|
|
354
|
+
get: function () { return chunkBAAW5VSE_js.AvatarFallbackRoot; }
|
|
355
|
+
});
|
|
356
|
+
Object.defineProperty(exports, "AvatarFallbackSSR", {
|
|
357
|
+
enumerable: true,
|
|
358
|
+
get: function () { return chunkBAAW5VSE_js.AvatarFallbackSSR; }
|
|
346
359
|
});
|
|
347
360
|
Object.defineProperty(exports, "AvatarGroup", {
|
|
348
361
|
enumerable: true,
|
|
349
|
-
get: function () { return
|
|
362
|
+
get: function () { return chunkBAAW5VSE_js.AvatarGroup; }
|
|
350
363
|
});
|
|
351
364
|
Object.defineProperty(exports, "AvatarImage", {
|
|
352
365
|
enumerable: true,
|
|
353
|
-
get: function () { return
|
|
366
|
+
get: function () { return chunkBAAW5VSE_js.AvatarImage; }
|
|
367
|
+
});
|
|
368
|
+
Object.defineProperty(exports, "AvatarImageFallback", {
|
|
369
|
+
enumerable: true,
|
|
370
|
+
get: function () { return chunkBAAW5VSE_js.AvatarImageFallback; }
|
|
371
|
+
});
|
|
372
|
+
Object.defineProperty(exports, "AvatarImageRoot", {
|
|
373
|
+
enumerable: true,
|
|
374
|
+
get: function () { return chunkBAAW5VSE_js.AvatarImageRoot; }
|
|
375
|
+
});
|
|
376
|
+
Object.defineProperty(exports, "AvatarRoot", {
|
|
377
|
+
enumerable: true,
|
|
378
|
+
get: function () { return chunkBAAW5VSE_js.AvatarRoot; }
|
|
379
|
+
});
|
|
380
|
+
Object.defineProperty(exports, "AvatarSSRFallback", {
|
|
381
|
+
enumerable: true,
|
|
382
|
+
get: function () { return chunkBAAW5VSE_js.AvatarSSRFallback; }
|
|
354
383
|
});
|
|
355
384
|
Object.defineProperty(exports, "Badge", {
|
|
356
385
|
enumerable: true,
|
|
@@ -488,6 +517,22 @@ Object.defineProperty(exports, "Button", {
|
|
|
488
517
|
enumerable: true,
|
|
489
518
|
get: function () { return chunkXUKMVPUD_js.Button; }
|
|
490
519
|
});
|
|
520
|
+
Object.defineProperty(exports, "clientOnly", {
|
|
521
|
+
enumerable: true,
|
|
522
|
+
get: function () { return chunk7DRJLKR6_js.clientOnly; }
|
|
523
|
+
});
|
|
524
|
+
Object.defineProperty(exports, "createClientOnlyComponent", {
|
|
525
|
+
enumerable: true,
|
|
526
|
+
get: function () { return chunk7DRJLKR6_js.createClientOnlyComponent; }
|
|
527
|
+
});
|
|
528
|
+
Object.defineProperty(exports, "isClient", {
|
|
529
|
+
enumerable: true,
|
|
530
|
+
get: function () { return chunk7DRJLKR6_js.isClient; }
|
|
531
|
+
});
|
|
532
|
+
Object.defineProperty(exports, "isServer", {
|
|
533
|
+
enumerable: true,
|
|
534
|
+
get: function () { return chunk7DRJLKR6_js.isServer; }
|
|
535
|
+
});
|
|
491
536
|
Object.defineProperty(exports, "useLocalStorage", {
|
|
492
537
|
enumerable: true,
|
|
493
538
|
get: function () { return chunkZX6K2A3O_js.useLocalStorage; }
|
package/dist/index.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import './chunk-L3LDQABD.mjs';
|
|
2
|
-
export { VersionBadge } from './chunk-
|
|
3
|
-
import './chunk-
|
|
4
|
-
export { ThemeProvider, useTheme } from './chunk-
|
|
5
|
-
|
|
2
|
+
export { VersionBadge } from './chunk-7LDFQGYF.mjs';
|
|
3
|
+
import './chunk-AMB2H6WS.mjs';
|
|
4
|
+
export { ThemeProvider, useTheme } from './chunk-4QERYDMC.mjs';
|
|
5
|
+
export { ThemeScript } from './chunk-YIBD2FEV.mjs';
|
|
6
6
|
export { Timeline } from './chunk-6YJ6IBWC.mjs';
|
|
7
7
|
export { Toaster, toast } from './chunk-EAZQH4IX.mjs';
|
|
8
8
|
export { ToggleGroup, ToggleGroupItem } from './chunk-2WJW572X.mjs';
|
|
@@ -16,13 +16,13 @@ export { RadioGroup, RadioGroupItem } from './chunk-5ZZC23M7.mjs';
|
|
|
16
16
|
export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger } from './chunk-AAIXMQCG.mjs';
|
|
17
17
|
export { Slider } from './chunk-T3VSSE2L.mjs';
|
|
18
18
|
export { Switch } from './chunk-JAMJUXBY.mjs';
|
|
19
|
-
export { Checkbox } from './chunk-
|
|
19
|
+
export { Checkbox } from './chunk-D6HWHISR.mjs';
|
|
20
20
|
export { Collapsible, CollapsibleContent, CollapsibleTrigger } from './chunk-FRT225GK.mjs';
|
|
21
21
|
export { Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger } from './chunk-U5U7B7ZI.mjs';
|
|
22
22
|
export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger } from './chunk-VKGXNTK2.mjs';
|
|
23
23
|
export { InputNumbers } from './chunk-XADXCP5Z.mjs';
|
|
24
24
|
export { Layout } from './chunk-LLXRJYQB.mjs';
|
|
25
|
-
export { Avatar, AvatarFallback, AvatarGroup, AvatarImage } from './chunk-
|
|
25
|
+
export { Avatar, AvatarFallback, AvatarFallbackRoot, AvatarFallbackSSR, AvatarGroup, AvatarImage, AvatarImageFallback, AvatarImageRoot, AvatarRoot, AvatarSSRFallback } from './chunk-KMIPKXV2.mjs';
|
|
26
26
|
export { Badge, badgeVariants } from './chunk-WO3WHXDP.mjs';
|
|
27
27
|
export { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from './chunk-H2VZHFP6.mjs';
|
|
28
28
|
import './chunk-VGCVIHBR.mjs';
|
|
@@ -34,7 +34,8 @@ export { Tabs, TabsContent, TabsList, TabsTrigger } from './chunk-QPQFG2DZ.mjs';
|
|
|
34
34
|
export { InputRoot, InputSlot } from './chunk-ZT6G7STM.mjs';
|
|
35
35
|
export { withCursor } from './chunk-44KW6PTD.mjs';
|
|
36
36
|
export { Button } from './chunk-JOTWPUPW.mjs';
|
|
37
|
-
import './chunk-
|
|
37
|
+
import './chunk-CMYR6AOY.mjs';
|
|
38
|
+
export { clientOnly, createClientOnlyComponent, isClient, isServer } from './chunk-SBHPTJE4.mjs';
|
|
38
39
|
export { useLocalStorage } from './chunk-GXZZGOXX.mjs';
|
|
39
40
|
export { cn } from './chunk-KTNZSZ5Y.mjs';
|
|
40
41
|
import './chunk-3FR3WKI4.mjs';
|
package/dist/styles/theme.css
CHANGED
|
@@ -187,6 +187,6 @@
|
|
|
187
187
|
--shadow-tertiary: var(--black-alpha-6);
|
|
188
188
|
}
|
|
189
189
|
@custom-variant liquid (&:is(.liquiddark *, .liquidlight *));
|
|
190
|
-
@utility liquid-bg { background: linear-gradient(147.1deg, rgba(172, 172, 172, 0.1) 0%, rgba(74, 74, 74, 0.1) 105.28%) !important;
|
|
190
|
+
@utility liquid-bg { background: linear-gradient(147.1deg, rgba(172, 172, 172, 0.1) 0%, rgba(74, 74, 74, 0.1) 105.28%) !important; backdrop-filter: blur(20px) !important; }
|
|
191
191
|
@utility scrollbar-hide { scrollbar-width: none; &::-webkit-scrollbar { display: none; } }
|
|
192
192
|
@theme inline { --font-sans: Inter; --font-number-input: "Fira Mono"; --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: 11px; --text-uk-sm: 12px; --text-uk-md: 14px; --text-uk-lg: 16px; --text-uk-xl: 18px; --text-uk-xxl: 20px; --leading-uk-xs: 14px; --leading-uk-sm: 16px; --leading-uk-md: 20px; --leading-uk-lg: 24px; --leading-uk-xl: 28px; --leading-uk-xxl: 32px; }
|
package/dist/ui/avatar.d.mts
CHANGED
|
@@ -1,16 +1,29 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import * as AvatarPrimitive from '@radix-ui/react-avatar';
|
|
3
|
-
import
|
|
3
|
+
import React__default, { ComponentProps } from 'react';
|
|
4
4
|
|
|
5
|
-
declare
|
|
6
|
-
declare
|
|
7
|
-
|
|
5
|
+
declare const AvatarRoot: ({ className, ...props }: ComponentProps<typeof AvatarPrimitive.Root>) => react_jsx_runtime.JSX.Element;
|
|
6
|
+
declare const AvatarSSRFallback: ({ className }: {
|
|
7
|
+
className?: string;
|
|
8
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
9
|
+
declare const Avatar: React__default.ComponentType<AvatarPrimitive.AvatarProps & React__default.RefAttributes<HTMLSpanElement>>;
|
|
10
|
+
declare const AvatarImageRoot: ({ className, ...props }: ComponentProps<typeof AvatarPrimitive.Image>) => react_jsx_runtime.JSX.Element;
|
|
11
|
+
declare const AvatarImageFallback: ({ className }: {
|
|
12
|
+
className?: string;
|
|
13
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
14
|
+
declare const AvatarImage: React__default.ComponentType<AvatarPrimitive.AvatarImageProps & React__default.RefAttributes<HTMLImageElement>>;
|
|
15
|
+
declare const AvatarFallbackRoot: ({ className, ...props }: ComponentProps<typeof AvatarPrimitive.Fallback>) => react_jsx_runtime.JSX.Element;
|
|
16
|
+
declare const AvatarFallbackSSR: ({ className, ...props }: {
|
|
17
|
+
className?: string;
|
|
18
|
+
children?: React__default.ReactNode;
|
|
19
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
20
|
+
declare const AvatarFallback: React__default.ComponentType<AvatarPrimitive.AvatarFallbackProps & React__default.RefAttributes<HTMLSpanElement>>;
|
|
8
21
|
interface AvatarGroupProps {
|
|
9
|
-
children:
|
|
22
|
+
children: React__default.ReactNode;
|
|
10
23
|
className?: string;
|
|
11
24
|
spacing?: "tight" | "normal" | "loose";
|
|
12
25
|
max?: number;
|
|
13
26
|
}
|
|
14
27
|
declare function AvatarGroup({ children, className, spacing, max }: AvatarGroupProps): react_jsx_runtime.JSX.Element;
|
|
15
28
|
|
|
16
|
-
export { Avatar, AvatarFallback, AvatarGroup, AvatarImage };
|
|
29
|
+
export { Avatar, AvatarFallback, AvatarFallbackRoot, AvatarFallbackSSR, AvatarGroup, type AvatarGroupProps, AvatarImage, AvatarImageFallback, AvatarImageRoot, AvatarRoot, AvatarSSRFallback };
|
package/dist/ui/avatar.d.ts
CHANGED
|
@@ -1,16 +1,29 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import * as AvatarPrimitive from '@radix-ui/react-avatar';
|
|
3
|
-
import
|
|
3
|
+
import React__default, { ComponentProps } from 'react';
|
|
4
4
|
|
|
5
|
-
declare
|
|
6
|
-
declare
|
|
7
|
-
|
|
5
|
+
declare const AvatarRoot: ({ className, ...props }: ComponentProps<typeof AvatarPrimitive.Root>) => react_jsx_runtime.JSX.Element;
|
|
6
|
+
declare const AvatarSSRFallback: ({ className }: {
|
|
7
|
+
className?: string;
|
|
8
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
9
|
+
declare const Avatar: React__default.ComponentType<AvatarPrimitive.AvatarProps & React__default.RefAttributes<HTMLSpanElement>>;
|
|
10
|
+
declare const AvatarImageRoot: ({ className, ...props }: ComponentProps<typeof AvatarPrimitive.Image>) => react_jsx_runtime.JSX.Element;
|
|
11
|
+
declare const AvatarImageFallback: ({ className }: {
|
|
12
|
+
className?: string;
|
|
13
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
14
|
+
declare const AvatarImage: React__default.ComponentType<AvatarPrimitive.AvatarImageProps & React__default.RefAttributes<HTMLImageElement>>;
|
|
15
|
+
declare const AvatarFallbackRoot: ({ className, ...props }: ComponentProps<typeof AvatarPrimitive.Fallback>) => react_jsx_runtime.JSX.Element;
|
|
16
|
+
declare const AvatarFallbackSSR: ({ className, ...props }: {
|
|
17
|
+
className?: string;
|
|
18
|
+
children?: React__default.ReactNode;
|
|
19
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
20
|
+
declare const AvatarFallback: React__default.ComponentType<AvatarPrimitive.AvatarFallbackProps & React__default.RefAttributes<HTMLSpanElement>>;
|
|
8
21
|
interface AvatarGroupProps {
|
|
9
|
-
children:
|
|
22
|
+
children: React__default.ReactNode;
|
|
10
23
|
className?: string;
|
|
11
24
|
spacing?: "tight" | "normal" | "loose";
|
|
12
25
|
max?: number;
|
|
13
26
|
}
|
|
14
27
|
declare function AvatarGroup({ children, className, spacing, max }: AvatarGroupProps): react_jsx_runtime.JSX.Element;
|
|
15
28
|
|
|
16
|
-
export { Avatar, AvatarFallback, AvatarGroup, AvatarImage };
|
|
29
|
+
export { Avatar, AvatarFallback, AvatarFallbackRoot, AvatarFallbackSSR, AvatarGroup, type AvatarGroupProps, AvatarImage, AvatarImageFallback, AvatarImageRoot, AvatarRoot, AvatarSSRFallback };
|
package/dist/ui/avatar.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../chunk-
|
|
3
|
+
var chunkBAAW5VSE_js = require('../chunk-BAAW5VSE.js');
|
|
4
|
+
require('../chunk-IJ7QXNIJ.js');
|
|
5
|
+
require('../chunk-7DRJLKR6.js');
|
|
5
6
|
require('../chunk-ZX6K2A3O.js');
|
|
6
7
|
require('../chunk-XXWQ4RVP.js');
|
|
7
8
|
|
|
@@ -9,17 +10,41 @@ require('../chunk-XXWQ4RVP.js');
|
|
|
9
10
|
|
|
10
11
|
Object.defineProperty(exports, "Avatar", {
|
|
11
12
|
enumerable: true,
|
|
12
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkBAAW5VSE_js.Avatar; }
|
|
13
14
|
});
|
|
14
15
|
Object.defineProperty(exports, "AvatarFallback", {
|
|
15
16
|
enumerable: true,
|
|
16
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkBAAW5VSE_js.AvatarFallback; }
|
|
18
|
+
});
|
|
19
|
+
Object.defineProperty(exports, "AvatarFallbackRoot", {
|
|
20
|
+
enumerable: true,
|
|
21
|
+
get: function () { return chunkBAAW5VSE_js.AvatarFallbackRoot; }
|
|
22
|
+
});
|
|
23
|
+
Object.defineProperty(exports, "AvatarFallbackSSR", {
|
|
24
|
+
enumerable: true,
|
|
25
|
+
get: function () { return chunkBAAW5VSE_js.AvatarFallbackSSR; }
|
|
17
26
|
});
|
|
18
27
|
Object.defineProperty(exports, "AvatarGroup", {
|
|
19
28
|
enumerable: true,
|
|
20
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunkBAAW5VSE_js.AvatarGroup; }
|
|
21
30
|
});
|
|
22
31
|
Object.defineProperty(exports, "AvatarImage", {
|
|
23
32
|
enumerable: true,
|
|
24
|
-
get: function () { return
|
|
33
|
+
get: function () { return chunkBAAW5VSE_js.AvatarImage; }
|
|
34
|
+
});
|
|
35
|
+
Object.defineProperty(exports, "AvatarImageFallback", {
|
|
36
|
+
enumerable: true,
|
|
37
|
+
get: function () { return chunkBAAW5VSE_js.AvatarImageFallback; }
|
|
38
|
+
});
|
|
39
|
+
Object.defineProperty(exports, "AvatarImageRoot", {
|
|
40
|
+
enumerable: true,
|
|
41
|
+
get: function () { return chunkBAAW5VSE_js.AvatarImageRoot; }
|
|
42
|
+
});
|
|
43
|
+
Object.defineProperty(exports, "AvatarRoot", {
|
|
44
|
+
enumerable: true,
|
|
45
|
+
get: function () { return chunkBAAW5VSE_js.AvatarRoot; }
|
|
46
|
+
});
|
|
47
|
+
Object.defineProperty(exports, "AvatarSSRFallback", {
|
|
48
|
+
enumerable: true,
|
|
49
|
+
get: function () { return chunkBAAW5VSE_js.AvatarSSRFallback; }
|
|
25
50
|
});
|
package/dist/ui/avatar.mjs
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
export { Avatar, AvatarFallback, AvatarGroup, AvatarImage } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
1
|
+
export { Avatar, AvatarFallback, AvatarFallbackRoot, AvatarFallbackSSR, AvatarGroup, AvatarImage, AvatarImageFallback, AvatarImageRoot, AvatarRoot, AvatarSSRFallback } from '../chunk-KMIPKXV2.mjs';
|
|
2
|
+
import '../chunk-CMYR6AOY.mjs';
|
|
3
|
+
import '../chunk-SBHPTJE4.mjs';
|
|
3
4
|
import '../chunk-GXZZGOXX.mjs';
|
|
4
5
|
import '../chunk-KTNZSZ5Y.mjs';
|
package/dist/ui/badge.js
CHANGED
package/dist/ui/badge.mjs
CHANGED
package/dist/ui/button.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as React from 'react';
|
|
2
2
|
import { ComponentProps } from 'react';
|
|
3
3
|
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
4
4
|
import { VariantProps } from 'class-variance-authority';
|
|
@@ -11,6 +11,6 @@ declare const buttonVariants: (props?: ({
|
|
|
11
11
|
interface ButtonProps extends ComponentProps<"button">, VariantProps<typeof buttonVariants> {
|
|
12
12
|
asChild?: boolean;
|
|
13
13
|
}
|
|
14
|
-
declare const Button:
|
|
14
|
+
declare const Button: React.ForwardRefExoticComponent<Omit<ButtonProps, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
15
15
|
|
|
16
16
|
export { Button, type ButtonProps };
|
package/dist/ui/button.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as React from 'react';
|
|
2
2
|
import { ComponentProps } from 'react';
|
|
3
3
|
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
4
4
|
import { VariantProps } from 'class-variance-authority';
|
|
@@ -11,6 +11,6 @@ declare const buttonVariants: (props?: ({
|
|
|
11
11
|
interface ButtonProps extends ComponentProps<"button">, VariantProps<typeof buttonVariants> {
|
|
12
12
|
asChild?: boolean;
|
|
13
13
|
}
|
|
14
|
-
declare const Button:
|
|
14
|
+
declare const Button: React.ForwardRefExoticComponent<Omit<ButtonProps, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
15
15
|
|
|
16
16
|
export { Button, type ButtonProps };
|
package/dist/ui/button.js
CHANGED
package/dist/ui/button.mjs
CHANGED
package/dist/ui/card.js
CHANGED
package/dist/ui/card.mjs
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from '../chunk-H2VZHFP6.mjs';
|
|
2
|
-
import '../chunk-
|
|
2
|
+
import '../chunk-CMYR6AOY.mjs';
|
|
3
|
+
import '../chunk-SBHPTJE4.mjs';
|
|
3
4
|
import '../chunk-GXZZGOXX.mjs';
|
|
4
5
|
import '../chunk-KTNZSZ5Y.mjs';
|
package/dist/ui/checkbox.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../chunk-
|
|
3
|
+
var chunk5CENHVP3_js = require('../chunk-5CENHVP3.js');
|
|
4
|
+
require('../chunk-IJ7QXNIJ.js');
|
|
5
|
+
require('../chunk-7DRJLKR6.js');
|
|
5
6
|
require('../chunk-ZX6K2A3O.js');
|
|
6
7
|
require('../chunk-XXWQ4RVP.js');
|
|
7
8
|
|
|
@@ -9,5 +10,5 @@ require('../chunk-XXWQ4RVP.js');
|
|
|
9
10
|
|
|
10
11
|
Object.defineProperty(exports, "Checkbox", {
|
|
11
12
|
enumerable: true,
|
|
12
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunk5CENHVP3_js.Checkbox; }
|
|
13
14
|
});
|
package/dist/ui/checkbox.mjs
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
export { Checkbox } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
1
|
+
export { Checkbox } from '../chunk-D6HWHISR.mjs';
|
|
2
|
+
import '../chunk-CMYR6AOY.mjs';
|
|
3
|
+
import '../chunk-SBHPTJE4.mjs';
|
|
3
4
|
import '../chunk-GXZZGOXX.mjs';
|
|
4
5
|
import '../chunk-KTNZSZ5Y.mjs';
|
package/dist/ui/collapsible.js
CHANGED
package/dist/ui/collapsible.mjs
CHANGED
package/dist/ui/drawer.d.mts
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import * as
|
|
2
|
+
import * as React from 'react';
|
|
3
3
|
import { Drawer as Drawer$1 } from 'vaul';
|
|
4
4
|
|
|
5
|
-
declare function Drawer({ ...props }:
|
|
6
|
-
declare function DrawerTrigger({ ...props }:
|
|
7
|
-
declare function DrawerPortal({ ...props }:
|
|
8
|
-
declare function DrawerClose({ ...props }:
|
|
9
|
-
declare function DrawerOverlay({ className, ...props }:
|
|
10
|
-
declare function DrawerContent({ className, children, ...props }:
|
|
11
|
-
declare function DrawerHeader({ className, ...props }:
|
|
12
|
-
declare function DrawerFooter({ className, ...props }:
|
|
13
|
-
declare function DrawerTitle({ className, ...props }:
|
|
14
|
-
declare function DrawerDescription({ className, ...props }:
|
|
5
|
+
declare function Drawer({ ...props }: React.ComponentProps<typeof Drawer$1.Root>): react_jsx_runtime.JSX.Element;
|
|
6
|
+
declare function DrawerTrigger({ ...props }: React.ComponentProps<typeof Drawer$1.Trigger>): react_jsx_runtime.JSX.Element;
|
|
7
|
+
declare function DrawerPortal({ ...props }: React.ComponentProps<typeof Drawer$1.Portal>): react_jsx_runtime.JSX.Element;
|
|
8
|
+
declare function DrawerClose({ ...props }: React.ComponentProps<typeof Drawer$1.Close>): react_jsx_runtime.JSX.Element;
|
|
9
|
+
declare function DrawerOverlay({ className, ...props }: React.ComponentProps<typeof Drawer$1.Overlay>): react_jsx_runtime.JSX.Element;
|
|
10
|
+
declare function DrawerContent({ className, children, ...props }: React.ComponentProps<typeof Drawer$1.Content>): react_jsx_runtime.JSX.Element;
|
|
11
|
+
declare function DrawerHeader({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
|
|
12
|
+
declare function DrawerFooter({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
|
|
13
|
+
declare function DrawerTitle({ className, ...props }: React.ComponentProps<typeof Drawer$1.Title>): react_jsx_runtime.JSX.Element;
|
|
14
|
+
declare function DrawerDescription({ className, ...props }: React.ComponentProps<typeof Drawer$1.Description>): react_jsx_runtime.JSX.Element;
|
|
15
15
|
|
|
16
16
|
export { Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger };
|
package/dist/ui/drawer.d.ts
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import * as
|
|
2
|
+
import * as React from 'react';
|
|
3
3
|
import { Drawer as Drawer$1 } from 'vaul';
|
|
4
4
|
|
|
5
|
-
declare function Drawer({ ...props }:
|
|
6
|
-
declare function DrawerTrigger({ ...props }:
|
|
7
|
-
declare function DrawerPortal({ ...props }:
|
|
8
|
-
declare function DrawerClose({ ...props }:
|
|
9
|
-
declare function DrawerOverlay({ className, ...props }:
|
|
10
|
-
declare function DrawerContent({ className, children, ...props }:
|
|
11
|
-
declare function DrawerHeader({ className, ...props }:
|
|
12
|
-
declare function DrawerFooter({ className, ...props }:
|
|
13
|
-
declare function DrawerTitle({ className, ...props }:
|
|
14
|
-
declare function DrawerDescription({ className, ...props }:
|
|
5
|
+
declare function Drawer({ ...props }: React.ComponentProps<typeof Drawer$1.Root>): react_jsx_runtime.JSX.Element;
|
|
6
|
+
declare function DrawerTrigger({ ...props }: React.ComponentProps<typeof Drawer$1.Trigger>): react_jsx_runtime.JSX.Element;
|
|
7
|
+
declare function DrawerPortal({ ...props }: React.ComponentProps<typeof Drawer$1.Portal>): react_jsx_runtime.JSX.Element;
|
|
8
|
+
declare function DrawerClose({ ...props }: React.ComponentProps<typeof Drawer$1.Close>): react_jsx_runtime.JSX.Element;
|
|
9
|
+
declare function DrawerOverlay({ className, ...props }: React.ComponentProps<typeof Drawer$1.Overlay>): react_jsx_runtime.JSX.Element;
|
|
10
|
+
declare function DrawerContent({ className, children, ...props }: React.ComponentProps<typeof Drawer$1.Content>): react_jsx_runtime.JSX.Element;
|
|
11
|
+
declare function DrawerHeader({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
|
|
12
|
+
declare function DrawerFooter({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
|
|
13
|
+
declare function DrawerTitle({ className, ...props }: React.ComponentProps<typeof Drawer$1.Title>): react_jsx_runtime.JSX.Element;
|
|
14
|
+
declare function DrawerDescription({ className, ...props }: React.ComponentProps<typeof Drawer$1.Description>): react_jsx_runtime.JSX.Element;
|
|
15
15
|
|
|
16
16
|
export { Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger };
|
package/dist/ui/drawer.js
CHANGED
package/dist/ui/drawer.mjs
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export { Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger } from '../chunk-U5U7B7ZI.mjs';
|
|
2
|
-
import '../chunk-
|
|
2
|
+
import '../chunk-CMYR6AOY.mjs';
|
|
3
|
+
import '../chunk-SBHPTJE4.mjs';
|
|
3
4
|
import '../chunk-GXZZGOXX.mjs';
|
|
4
5
|
import '../chunk-KTNZSZ5Y.mjs';
|
package/dist/ui/dropdown.js
CHANGED
package/dist/ui/dropdown.mjs
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger } from '../chunk-VKGXNTK2.mjs';
|
|
2
|
-
import '../chunk-
|
|
2
|
+
import '../chunk-CMYR6AOY.mjs';
|
|
3
|
+
import '../chunk-SBHPTJE4.mjs';
|
|
3
4
|
import '../chunk-GXZZGOXX.mjs';
|
|
4
5
|
import '../chunk-KTNZSZ5Y.mjs';
|