@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.
Files changed (152) hide show
  1. package/dist/{chunk-ZTNXAV64.js → chunk-3ZFILFNB.js} +4 -4
  2. package/dist/{chunk-Q3GXSHJV.mjs → chunk-4QERYDMC.mjs} +3 -3
  3. package/dist/{chunk-5TVG5JK5.js → chunk-5CENHVP3.js} +18 -0
  4. package/dist/chunk-7DRJLKR6.js +38 -0
  5. package/dist/{chunk-ZRJ5JCVG.mjs → chunk-7LDFQGYF.mjs} +1 -1
  6. package/dist/chunk-BAAW5VSE.js +142 -0
  7. package/dist/{chunk-G6PRZVSE.mjs → chunk-D6HWHISR.mjs} +18 -0
  8. package/dist/{chunk-CCGCEN7Z.js → chunk-EMHRYI5O.js} +1 -1
  9. package/dist/chunk-KMIPKXV2.mjs +108 -0
  10. package/dist/chunk-SBHPTJE4.mjs +29 -0
  11. package/dist/{chunk-LHWH4GP5.mjs → chunk-YIBD2FEV.mjs} +1 -1
  12. package/dist/{chunk-RTURVQIP.js → chunk-Z3LP6DAV.js} +1 -1
  13. package/dist/highlight-cursor/cursor-context.d.mts +2 -2
  14. package/dist/highlight-cursor/cursor-context.d.ts +2 -2
  15. package/dist/highlight-cursor/enhanced-components.d.mts +4 -4
  16. package/dist/highlight-cursor/enhanced-components.d.ts +4 -4
  17. package/dist/highlight-cursor/enhanced-components.js +2 -1
  18. package/dist/highlight-cursor/enhanced-components.mjs +2 -1
  19. package/dist/highlight-cursor/index.js +2 -1
  20. package/dist/highlight-cursor/index.mjs +2 -1
  21. package/dist/highlight-cursor/with-cursor.d.mts +2 -2
  22. package/dist/highlight-cursor/with-cursor.d.ts +2 -2
  23. package/dist/index.css +2 -2
  24. package/dist/index.d.mts +5 -3
  25. package/dist/index.d.ts +5 -3
  26. package/dist/index.js +60 -15
  27. package/dist/index.mjs +8 -7
  28. package/dist/styles/theme.css +1 -1
  29. package/dist/ui/avatar.d.mts +19 -6
  30. package/dist/ui/avatar.d.ts +19 -6
  31. package/dist/ui/avatar.js +31 -6
  32. package/dist/ui/avatar.mjs +3 -2
  33. package/dist/ui/badge.js +2 -1
  34. package/dist/ui/badge.mjs +2 -1
  35. package/dist/ui/button.d.mts +2 -2
  36. package/dist/ui/button.d.ts +2 -2
  37. package/dist/ui/button.js +2 -1
  38. package/dist/ui/button.mjs +2 -1
  39. package/dist/ui/card.js +2 -1
  40. package/dist/ui/card.mjs +2 -1
  41. package/dist/ui/checkbox.js +4 -3
  42. package/dist/ui/checkbox.mjs +3 -2
  43. package/dist/ui/collapsible.js +2 -1
  44. package/dist/ui/collapsible.mjs +2 -1
  45. package/dist/ui/drawer.d.mts +11 -11
  46. package/dist/ui/drawer.d.ts +11 -11
  47. package/dist/ui/drawer.js +2 -1
  48. package/dist/ui/drawer.mjs +2 -1
  49. package/dist/ui/dropdown.js +2 -1
  50. package/dist/ui/dropdown.mjs +2 -1
  51. package/dist/ui/index.d.mts +4 -3
  52. package/dist/ui/index.d.ts +4 -3
  53. package/dist/ui/index.js +44 -15
  54. package/dist/ui/index.mjs +8 -7
  55. package/dist/ui/input-numbers.d.mts +2 -2
  56. package/dist/ui/input-numbers.d.ts +2 -2
  57. package/dist/ui/input-numbers.js +2 -1
  58. package/dist/ui/input-numbers.mjs +2 -1
  59. package/dist/ui/input.d.mts +4 -4
  60. package/dist/ui/input.d.ts +4 -4
  61. package/dist/ui/input.js +2 -1
  62. package/dist/ui/input.mjs +2 -1
  63. package/dist/ui/layout.js +2 -1
  64. package/dist/ui/layout.mjs +2 -1
  65. package/dist/ui/modal.js +2 -1
  66. package/dist/ui/modal.mjs +2 -1
  67. package/dist/ui/popover.js +2 -1
  68. package/dist/ui/popover.mjs +2 -1
  69. package/dist/ui/radio-group.js +2 -1
  70. package/dist/ui/radio-group.mjs +2 -1
  71. package/dist/ui/select.d.mts +1 -1
  72. package/dist/ui/select.d.ts +1 -1
  73. package/dist/ui/select.js +2 -1
  74. package/dist/ui/select.mjs +2 -1
  75. package/dist/ui/slider.d.mts +2 -2
  76. package/dist/ui/slider.d.ts +2 -2
  77. package/dist/ui/slider.js +2 -1
  78. package/dist/ui/slider.mjs +2 -1
  79. package/dist/ui/switch.js +2 -1
  80. package/dist/ui/switch.mjs +2 -1
  81. package/dist/ui/tabs.js +2 -1
  82. package/dist/ui/tabs.mjs +2 -1
  83. package/dist/ui/textarea.d.mts +1 -1
  84. package/dist/ui/textarea.d.ts +1 -1
  85. package/dist/ui/textarea.js +2 -1
  86. package/dist/ui/textarea.mjs +2 -1
  87. package/dist/ui/{theme-context/theme-context.d.ts → theme/ThemeProvider.d.mts} +1 -1
  88. package/dist/ui/{theme-context/theme-context.d.mts → theme/ThemeProvider.d.ts} +1 -1
  89. package/dist/ui/theme/ThemeProvider.js +15 -0
  90. package/dist/ui/theme/ThemeProvider.mjs +2 -0
  91. package/dist/ui/theme/index.d.mts +5 -0
  92. package/dist/ui/theme/index.d.ts +5 -0
  93. package/dist/ui/theme/index.js +20 -0
  94. package/dist/ui/theme/index.mjs +3 -0
  95. package/dist/ui/{theme-context/theme-script.d.ts → theme/themeScript.d.mts} +10 -4
  96. package/dist/ui/{theme-context/theme-script.d.mts → theme/themeScript.d.ts} +10 -4
  97. package/dist/ui/theme/themeScript.js +10 -0
  98. package/dist/ui/theme/themeScript.mjs +1 -0
  99. package/dist/ui/{theme-context/theme-types.d.mts → theme/types.d.mts} +1 -1
  100. package/dist/ui/{theme-context/theme-types.d.ts → theme/types.d.ts} +1 -1
  101. package/dist/ui/timeline.js +2 -1
  102. package/dist/ui/timeline.mjs +2 -1
  103. package/dist/ui/toggle-group.js +2 -1
  104. package/dist/ui/toggle-group.mjs +2 -1
  105. package/dist/ui/toggle.js +2 -1
  106. package/dist/ui/toggle.mjs +2 -1
  107. package/dist/ui/tooltip.js +2 -1
  108. package/dist/ui/tooltip.mjs +2 -1
  109. package/dist/ui/tree-view-v2.js +2 -1
  110. package/dist/ui/tree-view-v2.mjs +2 -1
  111. package/dist/ui/tree-view.d.mts +3 -3
  112. package/dist/ui/tree-view.d.ts +3 -3
  113. package/dist/ui/tree-view.js +2 -1
  114. package/dist/ui/tree-view.mjs +2 -1
  115. package/dist/ui/version-badge.js +4 -3
  116. package/dist/ui/version-badge.mjs +3 -2
  117. package/dist/utils/client-only.d.mts +27 -0
  118. package/dist/utils/client-only.d.ts +27 -0
  119. package/dist/utils/client-only.js +22 -0
  120. package/dist/utils/client-only.mjs +1 -0
  121. package/dist/utils/index.d.mts +2 -0
  122. package/dist/utils/index.d.ts +2 -0
  123. package/dist/utils/index.js +18 -1
  124. package/dist/utils/index.mjs +2 -1
  125. package/package.json +3 -2
  126. package/src/index.css +1 -1
  127. package/src/ui/avatar.tsx +72 -37
  128. package/src/ui/checkbox.tsx +18 -1
  129. package/src/ui/index.ts +1 -1
  130. package/src/ui/{theme-context/theme-context.tsx → theme/ThemeProvider.tsx} +4 -4
  131. package/src/ui/theme/index.ts +4 -0
  132. package/src/ui/{theme-context/theme-script.tsx → theme/themeScript.tsx} +8 -2
  133. package/src/utils/client-only.ts +54 -0
  134. package/src/utils/index.ts +1 -0
  135. package/dist/chunk-AQXAGOYO.js +0 -107
  136. package/dist/chunk-DYT2FBW5.mjs +0 -79
  137. package/dist/ui/theme-context/index.d.mts +0 -4
  138. package/dist/ui/theme-context/index.d.ts +0 -4
  139. package/dist/ui/theme-context/index.js +0 -16
  140. package/dist/ui/theme-context/index.mjs +0 -3
  141. package/dist/ui/theme-context/theme-context.js +0 -15
  142. package/dist/ui/theme-context/theme-context.mjs +0 -2
  143. package/dist/ui/theme-context/theme-script.js +0 -10
  144. package/dist/ui/theme-context/theme-script.mjs +0 -1
  145. package/src/ui/theme-context/index.ts +0 -3
  146. /package/dist/{chunk-4FOSHIMU.mjs → chunk-AMB2H6WS.mjs} +0 -0
  147. /package/dist/{chunk-M4IVLZIH.mjs → chunk-CMYR6AOY.mjs} +0 -0
  148. /package/dist/{chunk-UOFJLQ72.js → chunk-IJ7QXNIJ.js} +0 -0
  149. /package/dist/{chunk-XWS4SIB5.js → chunk-Y2QBWXB4.js} +0 -0
  150. /package/dist/ui/{theme-context/theme-types.js → theme/types.js} +0 -0
  151. /package/dist/ui/{theme-context/theme-types.mjs → theme/types.mjs} +0 -0
  152. /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-context/theme-context.mjs';
30
- export { Attribute, ThemeProviderProps, UseThemeProps } from './ui/theme-context/theme-types.mjs';
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-context/theme-context.js';
30
- export { Attribute, ThemeProviderProps, UseThemeProps } from './ui/theme-context/theme-types.js';
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 chunkRTURVQIP_js = require('./chunk-RTURVQIP.js');
5
- require('./chunk-UOFJLQ72.js');
6
- var chunkZTNXAV64_js = require('./chunk-ZTNXAV64.js');
7
- require('./chunk-CCGCEN7Z.js');
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 chunk5TVG5JK5_js = require('./chunk-5TVG5JK5.js');
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 chunkAQXAGOYO_js = require('./chunk-AQXAGOYO.js');
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-XWS4SIB5.js');
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 chunkRTURVQIP_js.VersionBadge; }
50
+ get: function () { return chunkZ3LP6DAV_js.VersionBadge; }
50
51
  });
51
52
  Object.defineProperty(exports, "ThemeProvider", {
52
53
  enumerable: true,
53
- get: function () { return chunkZTNXAV64_js.ThemeProvider; }
54
+ get: function () { return chunk3ZFILFNB_js.ThemeProvider; }
54
55
  });
55
56
  Object.defineProperty(exports, "useTheme", {
56
57
  enumerable: true,
57
- get: function () { return chunkZTNXAV64_js.useTheme; }
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 chunk5TVG5JK5_js.Checkbox; }
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 chunkAQXAGOYO_js.Avatar; }
346
+ get: function () { return chunkBAAW5VSE_js.Avatar; }
342
347
  });
343
348
  Object.defineProperty(exports, "AvatarFallback", {
344
349
  enumerable: true,
345
- get: function () { return chunkAQXAGOYO_js.AvatarFallback; }
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 chunkAQXAGOYO_js.AvatarGroup; }
362
+ get: function () { return chunkBAAW5VSE_js.AvatarGroup; }
350
363
  });
351
364
  Object.defineProperty(exports, "AvatarImage", {
352
365
  enumerable: true,
353
- get: function () { return chunkAQXAGOYO_js.AvatarImage; }
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-ZRJ5JCVG.mjs';
3
- import './chunk-4FOSHIMU.mjs';
4
- export { ThemeProvider, useTheme } from './chunk-Q3GXSHJV.mjs';
5
- import './chunk-LHWH4GP5.mjs';
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-G6PRZVSE.mjs';
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-DYT2FBW5.mjs';
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-M4IVLZIH.mjs';
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';
@@ -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; -webkit-backdrop-filter: blur(20px) !important; backdrop-filter: blur(20px) !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; }
@@ -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 react__default, { ComponentProps } from 'react';
3
+ import React__default, { ComponentProps } from 'react';
4
4
 
5
- declare function Avatar({ className, ...props }: ComponentProps<typeof AvatarPrimitive.Root>): react_jsx_runtime.JSX.Element;
6
- declare function AvatarImage({ className, ...props }: ComponentProps<typeof AvatarPrimitive.Image>): react_jsx_runtime.JSX.Element;
7
- declare function AvatarFallback({ className, ...props }: ComponentProps<typeof AvatarPrimitive.Fallback>): react_jsx_runtime.JSX.Element;
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: react__default.ReactNode;
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 };
@@ -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 react__default, { ComponentProps } from 'react';
3
+ import React__default, { ComponentProps } from 'react';
4
4
 
5
- declare function Avatar({ className, ...props }: ComponentProps<typeof AvatarPrimitive.Root>): react_jsx_runtime.JSX.Element;
6
- declare function AvatarImage({ className, ...props }: ComponentProps<typeof AvatarPrimitive.Image>): react_jsx_runtime.JSX.Element;
7
- declare function AvatarFallback({ className, ...props }: ComponentProps<typeof AvatarPrimitive.Fallback>): react_jsx_runtime.JSX.Element;
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: react__default.ReactNode;
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 chunkAQXAGOYO_js = require('../chunk-AQXAGOYO.js');
4
- require('../chunk-XWS4SIB5.js');
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 chunkAQXAGOYO_js.Avatar; }
13
+ get: function () { return chunkBAAW5VSE_js.Avatar; }
13
14
  });
14
15
  Object.defineProperty(exports, "AvatarFallback", {
15
16
  enumerable: true,
16
- get: function () { return chunkAQXAGOYO_js.AvatarFallback; }
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 chunkAQXAGOYO_js.AvatarGroup; }
29
+ get: function () { return chunkBAAW5VSE_js.AvatarGroup; }
21
30
  });
22
31
  Object.defineProperty(exports, "AvatarImage", {
23
32
  enumerable: true,
24
- get: function () { return chunkAQXAGOYO_js.AvatarImage; }
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
  });
@@ -1,4 +1,5 @@
1
- export { Avatar, AvatarFallback, AvatarGroup, AvatarImage } from '../chunk-DYT2FBW5.mjs';
2
- import '../chunk-M4IVLZIH.mjs';
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
@@ -1,7 +1,8 @@
1
1
  'use strict';
2
2
 
3
3
  var chunkEFIRD3FN_js = require('../chunk-EFIRD3FN.js');
4
- require('../chunk-XWS4SIB5.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
 
package/dist/ui/badge.mjs CHANGED
@@ -1,4 +1,5 @@
1
1
  export { Badge, badgeVariants } from '../chunk-WO3WHXDP.mjs';
2
- import '../chunk-M4IVLZIH.mjs';
2
+ import '../chunk-CMYR6AOY.mjs';
3
+ import '../chunk-SBHPTJE4.mjs';
3
4
  import '../chunk-GXZZGOXX.mjs';
4
5
  import '../chunk-KTNZSZ5Y.mjs';
@@ -1,4 +1,4 @@
1
- import * as react from 'react';
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: react.ForwardRefExoticComponent<Omit<ButtonProps, "ref"> & react.RefAttributes<HTMLButtonElement>>;
14
+ declare const Button: React.ForwardRefExoticComponent<Omit<ButtonProps, "ref"> & React.RefAttributes<HTMLButtonElement>>;
15
15
 
16
16
  export { Button, type ButtonProps };
@@ -1,4 +1,4 @@
1
- import * as react from 'react';
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: react.ForwardRefExoticComponent<Omit<ButtonProps, "ref"> & react.RefAttributes<HTMLButtonElement>>;
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
@@ -1,7 +1,8 @@
1
1
  'use strict';
2
2
 
3
3
  var chunkXUKMVPUD_js = require('../chunk-XUKMVPUD.js');
4
- require('../chunk-XWS4SIB5.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
 
@@ -1,4 +1,5 @@
1
1
  export { Button } from '../chunk-JOTWPUPW.mjs';
2
- import '../chunk-M4IVLZIH.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/card.js CHANGED
@@ -1,7 +1,8 @@
1
1
  'use strict';
2
2
 
3
3
  var chunkFV2TIL2G_js = require('../chunk-FV2TIL2G.js');
4
- require('../chunk-XWS4SIB5.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
 
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-M4IVLZIH.mjs';
2
+ import '../chunk-CMYR6AOY.mjs';
3
+ import '../chunk-SBHPTJE4.mjs';
3
4
  import '../chunk-GXZZGOXX.mjs';
4
5
  import '../chunk-KTNZSZ5Y.mjs';
@@ -1,7 +1,8 @@
1
1
  'use strict';
2
2
 
3
- var chunk5TVG5JK5_js = require('../chunk-5TVG5JK5.js');
4
- require('../chunk-XWS4SIB5.js');
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 chunk5TVG5JK5_js.Checkbox; }
13
+ get: function () { return chunk5CENHVP3_js.Checkbox; }
13
14
  });
@@ -1,4 +1,5 @@
1
- export { Checkbox } from '../chunk-G6PRZVSE.mjs';
2
- import '../chunk-M4IVLZIH.mjs';
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';
@@ -1,7 +1,8 @@
1
1
  'use strict';
2
2
 
3
3
  var chunk2JCULHBM_js = require('../chunk-2JCULHBM.js');
4
- require('../chunk-XWS4SIB5.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
 
@@ -1,4 +1,5 @@
1
1
  export { Collapsible, CollapsibleContent, CollapsibleTrigger } from '../chunk-FRT225GK.mjs';
2
- import '../chunk-M4IVLZIH.mjs';
2
+ import '../chunk-CMYR6AOY.mjs';
3
+ import '../chunk-SBHPTJE4.mjs';
3
4
  import '../chunk-GXZZGOXX.mjs';
4
5
  import '../chunk-KTNZSZ5Y.mjs';
@@ -1,16 +1,16 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import * as react from 'react';
2
+ import * as React from 'react';
3
3
  import { Drawer as Drawer$1 } from 'vaul';
4
4
 
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;
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 };
@@ -1,16 +1,16 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import * as react from 'react';
2
+ import * as React from 'react';
3
3
  import { Drawer as Drawer$1 } from 'vaul';
4
4
 
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;
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
@@ -1,7 +1,8 @@
1
1
  'use strict';
2
2
 
3
3
  var chunk5F36YBKG_js = require('../chunk-5F36YBKG.js');
4
- require('../chunk-XWS4SIB5.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
 
@@ -1,4 +1,5 @@
1
1
  export { Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger } from '../chunk-U5U7B7ZI.mjs';
2
- import '../chunk-M4IVLZIH.mjs';
2
+ import '../chunk-CMYR6AOY.mjs';
3
+ import '../chunk-SBHPTJE4.mjs';
3
4
  import '../chunk-GXZZGOXX.mjs';
4
5
  import '../chunk-KTNZSZ5Y.mjs';
@@ -1,7 +1,8 @@
1
1
  'use strict';
2
2
 
3
3
  var chunkS3TZN6HZ_js = require('../chunk-S3TZN6HZ.js');
4
- require('../chunk-XWS4SIB5.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
 
@@ -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-M4IVLZIH.mjs';
2
+ import '../chunk-CMYR6AOY.mjs';
3
+ import '../chunk-SBHPTJE4.mjs';
3
4
  import '../chunk-GXZZGOXX.mjs';
4
5
  import '../chunk-KTNZSZ5Y.mjs';