@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/ui/index.d.mts
CHANGED
|
@@ -4,7 +4,7 @@ export { TreeDataItemV2, TreeViewV2 } from './tree-view-v2.mjs';
|
|
|
4
4
|
export { TreeDataItem, TreeView } from './tree-view.mjs';
|
|
5
5
|
export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger } from './sheet.mjs';
|
|
6
6
|
export { Popover, PopoverAnchor, PopoverContent, PopoverTrigger } from './popover.mjs';
|
|
7
|
-
export { Avatar, AvatarFallback, AvatarGroup, AvatarImage } from './avatar.mjs';
|
|
7
|
+
export { Avatar, AvatarFallback, AvatarFallbackRoot, AvatarFallbackSSR, AvatarGroup, AvatarGroupProps, AvatarImage, AvatarImageFallback, AvatarImageRoot, AvatarRoot, AvatarSSRFallback } from './avatar.mjs';
|
|
8
8
|
export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from './tooltip.mjs';
|
|
9
9
|
export { Toaster } from './toast.mjs';
|
|
10
10
|
export { Textarea } from './textarea.mjs';
|
|
@@ -26,8 +26,9 @@ export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScro
|
|
|
26
26
|
export { Slider, SliderProps } from './slider.mjs';
|
|
27
27
|
export { Layout, LayoutProps } from './layout.mjs';
|
|
28
28
|
export { VersionBadge } from './version-badge.mjs';
|
|
29
|
-
export { ThemeProvider, useTheme } from './theme
|
|
30
|
-
export {
|
|
29
|
+
export { ThemeProvider, useTheme } from './theme/ThemeProvider.mjs';
|
|
30
|
+
export { ThemeScript } from './theme/themeScript.mjs';
|
|
31
|
+
export { Attribute, ThemeProviderProps, UseThemeProps } from './theme/types.mjs';
|
|
31
32
|
export { toast } from 'sonner';
|
|
32
33
|
import 'react/jsx-runtime';
|
|
33
34
|
import 'react';
|
package/dist/ui/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ export { TreeDataItemV2, TreeViewV2 } from './tree-view-v2.js';
|
|
|
4
4
|
export { TreeDataItem, TreeView } from './tree-view.js';
|
|
5
5
|
export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger } from './sheet.js';
|
|
6
6
|
export { Popover, PopoverAnchor, PopoverContent, PopoverTrigger } from './popover.js';
|
|
7
|
-
export { Avatar, AvatarFallback, AvatarGroup, AvatarImage } from './avatar.js';
|
|
7
|
+
export { Avatar, AvatarFallback, AvatarFallbackRoot, AvatarFallbackSSR, AvatarGroup, AvatarGroupProps, AvatarImage, AvatarImageFallback, AvatarImageRoot, AvatarRoot, AvatarSSRFallback } from './avatar.js';
|
|
8
8
|
export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from './tooltip.js';
|
|
9
9
|
export { Toaster } from './toast.js';
|
|
10
10
|
export { Textarea } from './textarea.js';
|
|
@@ -26,8 +26,9 @@ export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScro
|
|
|
26
26
|
export { Slider, SliderProps } from './slider.js';
|
|
27
27
|
export { Layout, LayoutProps } from './layout.js';
|
|
28
28
|
export { VersionBadge } from './version-badge.js';
|
|
29
|
-
export { ThemeProvider, useTheme } from './theme
|
|
30
|
-
export {
|
|
29
|
+
export { ThemeProvider, useTheme } from './theme/ThemeProvider.js';
|
|
30
|
+
export { ThemeScript } from './theme/themeScript.js';
|
|
31
|
+
export { Attribute, ThemeProviderProps, UseThemeProps } from './theme/types.js';
|
|
31
32
|
export { toast } from 'sonner';
|
|
32
33
|
import 'react/jsx-runtime';
|
|
33
34
|
import 'react';
|
package/dist/ui/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
|
var chunk5OUTEHVX_js = require('../chunk-5OUTEHVX.js');
|
|
@@ -32,7 +32,8 @@ var chunkNQRO3NQX_js = require('../chunk-NQRO3NQX.js');
|
|
|
32
32
|
var chunk6SRDWLQJ_js = require('../chunk-6SRDWLQJ.js');
|
|
33
33
|
var chunkNP6VNT23_js = require('../chunk-NP6VNT23.js');
|
|
34
34
|
var chunkXUKMVPUD_js = require('../chunk-XUKMVPUD.js');
|
|
35
|
-
require('../chunk-
|
|
35
|
+
require('../chunk-IJ7QXNIJ.js');
|
|
36
|
+
require('../chunk-7DRJLKR6.js');
|
|
36
37
|
require('../chunk-ZX6K2A3O.js');
|
|
37
38
|
require('../chunk-XXWQ4RVP.js');
|
|
38
39
|
require('../chunk-OTPUWWEB.js');
|
|
@@ -41,15 +42,19 @@ require('../chunk-OTPUWWEB.js');
|
|
|
41
42
|
|
|
42
43
|
Object.defineProperty(exports, "VersionBadge", {
|
|
43
44
|
enumerable: true,
|
|
44
|
-
get: function () { return
|
|
45
|
+
get: function () { return chunkZ3LP6DAV_js.VersionBadge; }
|
|
45
46
|
});
|
|
46
47
|
Object.defineProperty(exports, "ThemeProvider", {
|
|
47
48
|
enumerable: true,
|
|
48
|
-
get: function () { return
|
|
49
|
+
get: function () { return chunk3ZFILFNB_js.ThemeProvider; }
|
|
49
50
|
});
|
|
50
51
|
Object.defineProperty(exports, "useTheme", {
|
|
51
52
|
enumerable: true,
|
|
52
|
-
get: function () { return
|
|
53
|
+
get: function () { return chunk3ZFILFNB_js.useTheme; }
|
|
54
|
+
});
|
|
55
|
+
Object.defineProperty(exports, "ThemeScript", {
|
|
56
|
+
enumerable: true,
|
|
57
|
+
get: function () { return chunkEMHRYI5O_js.ThemeScript; }
|
|
53
58
|
});
|
|
54
59
|
Object.defineProperty(exports, "Timeline", {
|
|
55
60
|
enumerable: true,
|
|
@@ -209,7 +214,7 @@ Object.defineProperty(exports, "Switch", {
|
|
|
209
214
|
});
|
|
210
215
|
Object.defineProperty(exports, "Checkbox", {
|
|
211
216
|
enumerable: true,
|
|
212
|
-
get: function () { return
|
|
217
|
+
get: function () { return chunk5CENHVP3_js.Checkbox; }
|
|
213
218
|
});
|
|
214
219
|
Object.defineProperty(exports, "Collapsible", {
|
|
215
220
|
enumerable: true,
|
|
@@ -333,19 +338,43 @@ Object.defineProperty(exports, "Layout", {
|
|
|
333
338
|
});
|
|
334
339
|
Object.defineProperty(exports, "Avatar", {
|
|
335
340
|
enumerable: true,
|
|
336
|
-
get: function () { return
|
|
341
|
+
get: function () { return chunkBAAW5VSE_js.Avatar; }
|
|
337
342
|
});
|
|
338
343
|
Object.defineProperty(exports, "AvatarFallback", {
|
|
339
344
|
enumerable: true,
|
|
340
|
-
get: function () { return
|
|
345
|
+
get: function () { return chunkBAAW5VSE_js.AvatarFallback; }
|
|
346
|
+
});
|
|
347
|
+
Object.defineProperty(exports, "AvatarFallbackRoot", {
|
|
348
|
+
enumerable: true,
|
|
349
|
+
get: function () { return chunkBAAW5VSE_js.AvatarFallbackRoot; }
|
|
350
|
+
});
|
|
351
|
+
Object.defineProperty(exports, "AvatarFallbackSSR", {
|
|
352
|
+
enumerable: true,
|
|
353
|
+
get: function () { return chunkBAAW5VSE_js.AvatarFallbackSSR; }
|
|
341
354
|
});
|
|
342
355
|
Object.defineProperty(exports, "AvatarGroup", {
|
|
343
356
|
enumerable: true,
|
|
344
|
-
get: function () { return
|
|
357
|
+
get: function () { return chunkBAAW5VSE_js.AvatarGroup; }
|
|
345
358
|
});
|
|
346
359
|
Object.defineProperty(exports, "AvatarImage", {
|
|
347
360
|
enumerable: true,
|
|
348
|
-
get: function () { return
|
|
361
|
+
get: function () { return chunkBAAW5VSE_js.AvatarImage; }
|
|
362
|
+
});
|
|
363
|
+
Object.defineProperty(exports, "AvatarImageFallback", {
|
|
364
|
+
enumerable: true,
|
|
365
|
+
get: function () { return chunkBAAW5VSE_js.AvatarImageFallback; }
|
|
366
|
+
});
|
|
367
|
+
Object.defineProperty(exports, "AvatarImageRoot", {
|
|
368
|
+
enumerable: true,
|
|
369
|
+
get: function () { return chunkBAAW5VSE_js.AvatarImageRoot; }
|
|
370
|
+
});
|
|
371
|
+
Object.defineProperty(exports, "AvatarRoot", {
|
|
372
|
+
enumerable: true,
|
|
373
|
+
get: function () { return chunkBAAW5VSE_js.AvatarRoot; }
|
|
374
|
+
});
|
|
375
|
+
Object.defineProperty(exports, "AvatarSSRFallback", {
|
|
376
|
+
enumerable: true,
|
|
377
|
+
get: function () { return chunkBAAW5VSE_js.AvatarSSRFallback; }
|
|
349
378
|
});
|
|
350
379
|
Object.defineProperty(exports, "Badge", {
|
|
351
380
|
enumerable: true,
|
package/dist/ui/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
|
export { Textarea } from '../chunk-DDOX4EEM.mjs';
|
|
@@ -30,7 +30,8 @@ export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScro
|
|
|
30
30
|
export { Tabs, TabsContent, TabsList, TabsTrigger } from '../chunk-QPQFG2DZ.mjs';
|
|
31
31
|
export { InputRoot, InputSlot } from '../chunk-ZT6G7STM.mjs';
|
|
32
32
|
export { Button } from '../chunk-JOTWPUPW.mjs';
|
|
33
|
-
import '../chunk-
|
|
33
|
+
import '../chunk-CMYR6AOY.mjs';
|
|
34
|
+
import '../chunk-SBHPTJE4.mjs';
|
|
34
35
|
import '../chunk-GXZZGOXX.mjs';
|
|
35
36
|
import '../chunk-KTNZSZ5Y.mjs';
|
|
36
37
|
import '../chunk-XMG3IVGZ.mjs';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React__default, { ReactNode } from 'react';
|
|
2
2
|
import { InputRootProps } from './input.mjs';
|
|
3
3
|
import 'class-variance-authority/types';
|
|
4
4
|
import 'class-variance-authority';
|
|
@@ -9,6 +9,6 @@ interface InputNumbersProps extends Pick<InputRootProps, "size"> {
|
|
|
9
9
|
prefix?: ReactNode[];
|
|
10
10
|
onValuesChange?: (value: Array<number>) => void;
|
|
11
11
|
}
|
|
12
|
-
declare const InputNumbers:
|
|
12
|
+
declare const InputNumbers: React__default.ForwardRefExoticComponent<InputNumbersProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
13
13
|
|
|
14
14
|
export { InputNumbers, type InputNumbersProps };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React__default, { ReactNode } from 'react';
|
|
2
2
|
import { InputRootProps } from './input.js';
|
|
3
3
|
import 'class-variance-authority/types';
|
|
4
4
|
import 'class-variance-authority';
|
|
@@ -9,6 +9,6 @@ interface InputNumbersProps extends Pick<InputRootProps, "size"> {
|
|
|
9
9
|
prefix?: ReactNode[];
|
|
10
10
|
onValuesChange?: (value: Array<number>) => void;
|
|
11
11
|
}
|
|
12
|
-
declare const InputNumbers:
|
|
12
|
+
declare const InputNumbers: React__default.ForwardRefExoticComponent<InputNumbersProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
13
13
|
|
|
14
14
|
export { InputNumbers, type InputNumbersProps };
|
package/dist/ui/input-numbers.js
CHANGED
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
var chunkGGMVWSL5_js = require('../chunk-GGMVWSL5.js');
|
|
4
4
|
require('../chunk-NP6VNT23.js');
|
|
5
|
-
require('../chunk-
|
|
5
|
+
require('../chunk-IJ7QXNIJ.js');
|
|
6
|
+
require('../chunk-7DRJLKR6.js');
|
|
6
7
|
require('../chunk-ZX6K2A3O.js');
|
|
7
8
|
require('../chunk-XXWQ4RVP.js');
|
|
8
9
|
|
package/dist/ui/input.d.mts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
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';
|
|
5
5
|
|
|
6
6
|
declare const inputRootVariants: (props?: ({
|
|
7
|
-
state?: "disabled" | "
|
|
7
|
+
state?: "disabled" | "default" | "error" | null | undefined;
|
|
8
8
|
size?: "base" | "sm" | "lg" | null | undefined;
|
|
9
9
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
10
10
|
interface InputRootProps extends Omit<ComponentProps<"input">, "size">, VariantProps<typeof inputRootVariants> {
|
|
@@ -13,10 +13,10 @@ interface InputRootProps extends Omit<ComponentProps<"input">, "size">, VariantP
|
|
|
13
13
|
asChild?: boolean;
|
|
14
14
|
inputClassName?: string;
|
|
15
15
|
}
|
|
16
|
-
declare const InputRoot:
|
|
16
|
+
declare const InputRoot: React.ForwardRefExoticComponent<Omit<InputRootProps, "ref"> & React.RefAttributes<HTMLInputElement>>;
|
|
17
17
|
interface InputSlotProps extends ComponentProps<"div"> {
|
|
18
18
|
side?: "left" | "right";
|
|
19
19
|
}
|
|
20
|
-
declare const InputSlot:
|
|
20
|
+
declare const InputSlot: React.ForwardRefExoticComponent<Omit<InputSlotProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
21
21
|
|
|
22
22
|
export { InputRoot, type InputRootProps, InputSlot, type InputSlotProps };
|
package/dist/ui/input.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
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';
|
|
5
5
|
|
|
6
6
|
declare const inputRootVariants: (props?: ({
|
|
7
|
-
state?: "disabled" | "
|
|
7
|
+
state?: "disabled" | "default" | "error" | null | undefined;
|
|
8
8
|
size?: "base" | "sm" | "lg" | null | undefined;
|
|
9
9
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
10
10
|
interface InputRootProps extends Omit<ComponentProps<"input">, "size">, VariantProps<typeof inputRootVariants> {
|
|
@@ -13,10 +13,10 @@ interface InputRootProps extends Omit<ComponentProps<"input">, "size">, VariantP
|
|
|
13
13
|
asChild?: boolean;
|
|
14
14
|
inputClassName?: string;
|
|
15
15
|
}
|
|
16
|
-
declare const InputRoot:
|
|
16
|
+
declare const InputRoot: React.ForwardRefExoticComponent<Omit<InputRootProps, "ref"> & React.RefAttributes<HTMLInputElement>>;
|
|
17
17
|
interface InputSlotProps extends ComponentProps<"div"> {
|
|
18
18
|
side?: "left" | "right";
|
|
19
19
|
}
|
|
20
|
-
declare const InputSlot:
|
|
20
|
+
declare const InputSlot: React.ForwardRefExoticComponent<Omit<InputSlotProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
21
21
|
|
|
22
22
|
export { InputRoot, type InputRootProps, InputSlot, type InputSlotProps };
|
package/dist/ui/input.js
CHANGED
package/dist/ui/input.mjs
CHANGED
package/dist/ui/layout.js
CHANGED
package/dist/ui/layout.mjs
CHANGED
package/dist/ui/modal.js
CHANGED
package/dist/ui/modal.mjs
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export { Modal, ModalClose, ModalContent, ModalDescription, ModalFooter, ModalHeader, ModalOverlay, ModalPortal, ModalTitle, ModalTrigger } from '../chunk-35CM7HPZ.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/popover.js
CHANGED
package/dist/ui/popover.mjs
CHANGED
package/dist/ui/radio-group.js
CHANGED
package/dist/ui/radio-group.mjs
CHANGED
package/dist/ui/select.d.mts
CHANGED
|
@@ -8,7 +8,7 @@ declare function Select({ ...props }: ComponentProps<typeof SelectPrimitive.Root
|
|
|
8
8
|
declare function SelectGroup({ className, ...props }: ComponentProps<typeof SelectPrimitive.Group>): react_jsx_runtime.JSX.Element;
|
|
9
9
|
declare function SelectValue({ ...props }: ComponentProps<typeof SelectPrimitive.Value>): react_jsx_runtime.JSX.Element;
|
|
10
10
|
declare const selectTriggerVariants: (props?: ({
|
|
11
|
-
state?: "disabled" | "
|
|
11
|
+
state?: "disabled" | "default" | "error" | null | undefined;
|
|
12
12
|
size?: "base" | "sm" | "lg" | null | undefined;
|
|
13
13
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
14
14
|
interface SelectTriggerProps extends ComponentProps<typeof SelectPrimitive.Trigger>, VariantProps<typeof selectTriggerVariants> {
|
package/dist/ui/select.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ declare function Select({ ...props }: ComponentProps<typeof SelectPrimitive.Root
|
|
|
8
8
|
declare function SelectGroup({ className, ...props }: ComponentProps<typeof SelectPrimitive.Group>): react_jsx_runtime.JSX.Element;
|
|
9
9
|
declare function SelectValue({ ...props }: ComponentProps<typeof SelectPrimitive.Value>): react_jsx_runtime.JSX.Element;
|
|
10
10
|
declare const selectTriggerVariants: (props?: ({
|
|
11
|
-
state?: "disabled" | "
|
|
11
|
+
state?: "disabled" | "default" | "error" | null | undefined;
|
|
12
12
|
size?: "base" | "sm" | "lg" | null | undefined;
|
|
13
13
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
14
14
|
interface SelectTriggerProps extends ComponentProps<typeof SelectPrimitive.Trigger>, VariantProps<typeof selectTriggerVariants> {
|
package/dist/ui/select.js
CHANGED
package/dist/ui/select.mjs
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue } from '../chunk-4F3R5V3E.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/slider.d.mts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as React from 'react';
|
|
2
2
|
import { ComponentProps } from 'react';
|
|
3
3
|
import * as SliderPrimitive from '@radix-ui/react-slider';
|
|
4
4
|
|
|
5
5
|
interface SliderProps extends ComponentProps<typeof SliderPrimitive.Root> {
|
|
6
6
|
showStep?: boolean;
|
|
7
7
|
}
|
|
8
|
-
declare const Slider:
|
|
8
|
+
declare const Slider: React.ForwardRefExoticComponent<Omit<SliderProps, "ref"> & React.RefAttributes<HTMLSpanElement>>;
|
|
9
9
|
|
|
10
10
|
export { Slider, type SliderProps };
|
package/dist/ui/slider.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as React from 'react';
|
|
2
2
|
import { ComponentProps } from 'react';
|
|
3
3
|
import * as SliderPrimitive from '@radix-ui/react-slider';
|
|
4
4
|
|
|
5
5
|
interface SliderProps extends ComponentProps<typeof SliderPrimitive.Root> {
|
|
6
6
|
showStep?: boolean;
|
|
7
7
|
}
|
|
8
|
-
declare const Slider:
|
|
8
|
+
declare const Slider: React.ForwardRefExoticComponent<Omit<SliderProps, "ref"> & React.RefAttributes<HTMLSpanElement>>;
|
|
9
9
|
|
|
10
10
|
export { Slider, type SliderProps };
|
package/dist/ui/slider.js
CHANGED
package/dist/ui/slider.mjs
CHANGED
package/dist/ui/switch.js
CHANGED
package/dist/ui/switch.mjs
CHANGED
package/dist/ui/tabs.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var chunk6SRDWLQJ_js = require('../chunk-6SRDWLQJ.js');
|
|
4
|
-
require('../chunk-
|
|
4
|
+
require('../chunk-IJ7QXNIJ.js');
|
|
5
|
+
require('../chunk-7DRJLKR6.js');
|
|
5
6
|
require('../chunk-ZX6K2A3O.js');
|
|
6
7
|
require('../chunk-XXWQ4RVP.js');
|
|
7
8
|
require('../chunk-OTPUWWEB.js');
|
package/dist/ui/tabs.mjs
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export { Tabs, TabsContent, TabsList, TabsTrigger } from '../chunk-QPQFG2DZ.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';
|
|
5
6
|
import '../chunk-XMG3IVGZ.mjs';
|
package/dist/ui/textarea.d.mts
CHANGED
|
@@ -4,7 +4,7 @@ import { VariantProps } from 'class-variance-authority';
|
|
|
4
4
|
import { ComponentProps } from 'react';
|
|
5
5
|
|
|
6
6
|
declare const textareaVariants: (props?: ({
|
|
7
|
-
state?: "
|
|
7
|
+
state?: "default" | "error" | null | undefined;
|
|
8
8
|
size?: "base" | "sm" | "lg" | null | undefined;
|
|
9
9
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
10
10
|
interface TextareaProps extends ComponentProps<"textarea">, VariantProps<typeof textareaVariants> {
|
package/dist/ui/textarea.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import { VariantProps } from 'class-variance-authority';
|
|
|
4
4
|
import { ComponentProps } from 'react';
|
|
5
5
|
|
|
6
6
|
declare const textareaVariants: (props?: ({
|
|
7
|
-
state?: "
|
|
7
|
+
state?: "default" | "error" | null | undefined;
|
|
8
8
|
size?: "base" | "sm" | "lg" | null | undefined;
|
|
9
9
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
10
10
|
interface TextareaProps extends ComponentProps<"textarea">, VariantProps<typeof textareaVariants> {
|
package/dist/ui/textarea.js
CHANGED
package/dist/ui/textarea.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import { PropsWithChildren } from 'react';
|
|
3
|
-
import { UseThemeProps, ThemeProviderProps } from './
|
|
3
|
+
import { UseThemeProps, ThemeProviderProps } from './types.mjs';
|
|
4
4
|
|
|
5
5
|
declare const useTheme: () => UseThemeProps;
|
|
6
6
|
declare const ThemeProvider: (props: PropsWithChildren<ThemeProviderProps>) => react_jsx_runtime.JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import { PropsWithChildren } from 'react';
|
|
3
|
-
import { UseThemeProps, ThemeProviderProps } from './
|
|
3
|
+
import { UseThemeProps, ThemeProviderProps } from './types.js';
|
|
4
4
|
|
|
5
5
|
declare const useTheme: () => UseThemeProps;
|
|
6
6
|
declare const ThemeProvider: (props: PropsWithChildren<ThemeProviderProps>) => react_jsx_runtime.JSX.Element;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var chunk3ZFILFNB_js = require('../../chunk-3ZFILFNB.js');
|
|
4
|
+
require('../../chunk-EMHRYI5O.js');
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
Object.defineProperty(exports, "ThemeProvider", {
|
|
9
|
+
enumerable: true,
|
|
10
|
+
get: function () { return chunk3ZFILFNB_js.ThemeProvider; }
|
|
11
|
+
});
|
|
12
|
+
Object.defineProperty(exports, "useTheme", {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: function () { return chunk3ZFILFNB_js.useTheme; }
|
|
15
|
+
});
|