@vuer-ai/vuer-uikit 0.0.2 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (230) hide show
  1. package/README.md +80 -0
  2. package/dist/chunk-25GQKTNF.mjs +105 -0
  3. package/dist/chunk-277NQUJD.js +99 -0
  4. package/dist/chunk-3FR3WKI4.mjs +24 -0
  5. package/dist/chunk-3Q75Z2CT.mjs +76 -0
  6. package/dist/chunk-5BIQ3IN7.js +93 -0
  7. package/dist/chunk-5GPQ7U5B.mjs +50 -0
  8. package/dist/chunk-66JQXJEV.mjs +272 -0
  9. package/dist/chunk-6ILSFDR5.mjs +161 -0
  10. package/dist/chunk-6L4KPPOD.mjs +90 -0
  11. package/dist/chunk-75QDQ67T.js +56 -0
  12. package/dist/chunk-7A7VNE3J.mjs +31 -0
  13. package/dist/chunk-7SXCVFSA.mjs +200 -0
  14. package/dist/chunk-7V4ELMOH.js +52 -0
  15. package/dist/chunk-7WUQTWQX.js +303 -0
  16. package/dist/chunk-A2Z57NAA.js +202 -0
  17. package/dist/chunk-ATDHGFVI.mjs +82 -0
  18. package/dist/chunk-ATEHWT2R.mjs +78 -0
  19. package/dist/chunk-B5EMQBVL.js +93 -0
  20. package/dist/chunk-CLTLT5XW.js +27 -0
  21. package/dist/chunk-COFRS37Z.mjs +337 -0
  22. package/dist/chunk-CP7QYV4N.mjs +110 -0
  23. package/dist/chunk-CZSRIDXN.mjs +165 -0
  24. package/dist/chunk-D4C5V4EN.mjs +53 -0
  25. package/dist/chunk-DWIK2CUV.mjs +45 -0
  26. package/dist/chunk-ECWCQWV5.js +148 -0
  27. package/dist/chunk-ENZI5WM7.js +108 -0
  28. package/dist/chunk-FVT46HEE.js +21 -0
  29. package/dist/chunk-FXIL4NQZ.js +58 -0
  30. package/dist/chunk-FYS6YECN.js +33 -0
  31. package/dist/chunk-G7XNQVPB.js +187 -0
  32. package/dist/chunk-GSXXTAQ3.js +373 -0
  33. package/dist/chunk-HUQZOPYD.js +2 -0
  34. package/dist/chunk-HW6SLBO3.mjs +9 -0
  35. package/dist/chunk-IPKCIMU4.mjs +156 -0
  36. package/dist/chunk-J7PTSP4Q.mjs +19 -0
  37. package/dist/chunk-KJ42IGH6.js +2 -0
  38. package/dist/chunk-KO7BQ6RR.js +83 -0
  39. package/dist/chunk-KQHNQQUZ.js +103 -0
  40. package/dist/chunk-KVFK3YC7.js +187 -0
  41. package/dist/chunk-KYKEJFJT.js +110 -0
  42. package/dist/chunk-LD7Y34QT.js +79 -0
  43. package/dist/chunk-LVSI4HYF.mjs +409 -0
  44. package/dist/chunk-M3KBBKQR.mjs +15 -0
  45. package/dist/chunk-MASRZTZC.mjs +34 -0
  46. package/dist/chunk-NN7R5DNL.mjs +119 -0
  47. package/dist/chunk-OE56M4MX.js +93 -0
  48. package/dist/chunk-OTDY2E2A.js +163 -0
  49. package/dist/chunk-PKGNHHWG.mjs +60 -0
  50. package/dist/chunk-Q3APPCB2.mjs +91 -0
  51. package/dist/chunk-QOUX33X5.mjs +111 -0
  52. package/dist/chunk-QS7WS6DD.mjs +1 -0
  53. package/dist/chunk-QZASHJNJ.js +24 -0
  54. package/dist/chunk-R6XNT4PN.js +431 -0
  55. package/dist/chunk-RACVRWME.js +136 -0
  56. package/dist/chunk-S2F2GRDB.mjs +1 -0
  57. package/dist/chunk-SI56IQWH.js +102 -0
  58. package/dist/chunk-ST4P6AN6.js +2 -0
  59. package/dist/chunk-TOZYLDAL.mjs +72 -0
  60. package/dist/chunk-UFR656UY.mjs +87 -0
  61. package/dist/chunk-UWO6RBCE.js +11 -0
  62. package/dist/chunk-VGCVIHBR.mjs +1 -0
  63. package/dist/chunk-WOG6UIG5.mjs +71 -0
  64. package/dist/chunk-X2QENXCS.mjs +54 -0
  65. package/dist/chunk-XACRGXGF.js +75 -0
  66. package/dist/chunk-XPNUQSKQ.mjs +94 -0
  67. package/dist/chunk-YQORMF34.js +110 -0
  68. package/dist/chunk-Z37VNICQ.js +67 -0
  69. package/dist/chunk-ZJXBC33M.js +112 -0
  70. package/dist/highlight-cursor/cursor-context.d.mts +7 -0
  71. package/dist/highlight-cursor/cursor-context.d.ts +7 -0
  72. package/dist/highlight-cursor/cursor-context.js +14 -0
  73. package/dist/highlight-cursor/cursor-context.mjs +1 -0
  74. package/dist/highlight-cursor/cursor-provider.d.mts +7 -0
  75. package/dist/highlight-cursor/cursor-provider.d.ts +7 -0
  76. package/dist/highlight-cursor/cursor-provider.js +12 -0
  77. package/dist/highlight-cursor/cursor-provider.mjs +3 -0
  78. package/dist/highlight-cursor/enhanced-components.d.mts +20 -0
  79. package/dist/highlight-cursor/enhanced-components.d.ts +20 -0
  80. package/dist/highlight-cursor/enhanced-components.js +36 -0
  81. package/dist/highlight-cursor/enhanced-components.mjs +11 -0
  82. package/dist/highlight-cursor/index.d.mts +16 -0
  83. package/dist/highlight-cursor/index.d.ts +16 -0
  84. package/dist/highlight-cursor/index.js +50 -0
  85. package/dist/highlight-cursor/index.mjs +13 -0
  86. package/dist/highlight-cursor/tabs-cursor-context.d.mts +14 -0
  87. package/dist/highlight-cursor/tabs-cursor-context.d.ts +14 -0
  88. package/dist/highlight-cursor/tabs-cursor-context.js +14 -0
  89. package/dist/highlight-cursor/tabs-cursor-context.mjs +1 -0
  90. package/dist/highlight-cursor/types.d.mts +39 -0
  91. package/dist/highlight-cursor/types.d.ts +39 -0
  92. package/dist/highlight-cursor/types.js +2 -0
  93. package/dist/highlight-cursor/types.mjs +1 -0
  94. package/dist/highlight-cursor/with-cursor.d.mts +7 -0
  95. package/dist/highlight-cursor/with-cursor.d.ts +7 -0
  96. package/dist/highlight-cursor/with-cursor.js +11 -0
  97. package/dist/highlight-cursor/with-cursor.mjs +2 -0
  98. package/dist/index.css +314 -0
  99. package/dist/index.d.mts +51 -0
  100. package/dist/index.d.ts +51 -0
  101. package/dist/index.js +425 -6744
  102. package/dist/index.mjs +34 -0
  103. package/dist/styles/theme.css +191 -0
  104. package/dist/styles/theme.d.mts +2 -0
  105. package/dist/styles/theme.d.ts +2 -0
  106. package/dist/styles/toast.css +58 -0
  107. package/dist/styles/toast.d.mts +2 -0
  108. package/dist/styles/toast.d.ts +2 -0
  109. package/dist/styles/variables.css +188 -0
  110. package/dist/styles/variables.d.mts +2 -0
  111. package/dist/styles/variables.d.ts +2 -0
  112. package/dist/ui/avatar.d.mts +16 -0
  113. package/dist/ui/avatar.d.ts +16 -0
  114. package/dist/ui/avatar.js +23 -0
  115. package/dist/ui/avatar.mjs +2 -0
  116. package/dist/ui/badge.d.mts +14 -0
  117. package/dist/ui/badge.d.ts +14 -0
  118. package/dist/ui/badge.js +16 -0
  119. package/dist/ui/badge.mjs +3 -0
  120. package/dist/ui/button.d.mts +16 -0
  121. package/dist/ui/button.d.ts +16 -0
  122. package/dist/ui/button.js +12 -0
  123. package/dist/ui/button.mjs +3 -0
  124. package/dist/ui/card.d.mts +12 -0
  125. package/dist/ui/card.d.ts +12 -0
  126. package/dist/ui/card.js +36 -0
  127. package/dist/ui/card.mjs +3 -0
  128. package/dist/ui/checkbox.d.mts +11 -0
  129. package/dist/ui/checkbox.d.ts +11 -0
  130. package/dist/ui/checkbox.js +12 -0
  131. package/dist/ui/checkbox.mjs +3 -0
  132. package/dist/ui/collapsible.d.mts +9 -0
  133. package/dist/ui/collapsible.d.ts +9 -0
  134. package/dist/ui/collapsible.js +20 -0
  135. package/dist/ui/collapsible.mjs +3 -0
  136. package/dist/ui/dropdown.d.mts +28 -0
  137. package/dist/ui/dropdown.d.ts +28 -0
  138. package/dist/ui/dropdown.js +68 -0
  139. package/dist/ui/dropdown.mjs +3 -0
  140. package/dist/ui/index.d.mts +44 -0
  141. package/dist/ui/index.d.ts +44 -0
  142. package/dist/ui/index.js +398 -0
  143. package/dist/ui/index.mjs +29 -0
  144. package/dist/ui/input-numbers.d.mts +15 -0
  145. package/dist/ui/input-numbers.d.ts +15 -0
  146. package/dist/ui/input-numbers.js +13 -0
  147. package/dist/ui/input-numbers.mjs +4 -0
  148. package/dist/ui/input.d.mts +22 -0
  149. package/dist/ui/input.d.ts +22 -0
  150. package/dist/ui/input.js +16 -0
  151. package/dist/ui/input.mjs +3 -0
  152. package/dist/ui/layout.d.mts +12 -0
  153. package/dist/ui/layout.d.ts +12 -0
  154. package/dist/ui/layout.js +12 -0
  155. package/dist/ui/layout.mjs +3 -0
  156. package/dist/ui/modal.d.mts +28 -0
  157. package/dist/ui/modal.d.ts +28 -0
  158. package/dist/ui/modal.js +48 -0
  159. package/dist/ui/modal.mjs +3 -0
  160. package/dist/ui/popover.d.mts +10 -0
  161. package/dist/ui/popover.d.ts +10 -0
  162. package/dist/ui/popover.js +23 -0
  163. package/dist/ui/popover.mjs +2 -0
  164. package/dist/ui/radio-group.d.mts +8 -0
  165. package/dist/ui/radio-group.d.ts +8 -0
  166. package/dist/ui/radio-group.js +16 -0
  167. package/dist/ui/radio-group.mjs +3 -0
  168. package/dist/ui/select.d.mts +28 -0
  169. package/dist/{types/ui → ui}/select.d.ts +18 -14
  170. package/dist/ui/select.js +48 -0
  171. package/dist/ui/select.mjs +3 -0
  172. package/dist/ui/sheet.d.mts +16 -0
  173. package/dist/ui/sheet.d.ts +16 -0
  174. package/dist/ui/sheet.js +39 -0
  175. package/dist/ui/sheet.mjs +2 -0
  176. package/dist/ui/slider.d.mts +10 -0
  177. package/dist/ui/slider.d.ts +10 -0
  178. package/dist/ui/slider.js +12 -0
  179. package/dist/ui/slider.mjs +3 -0
  180. package/dist/ui/switch.d.mts +7 -0
  181. package/dist/ui/switch.d.ts +7 -0
  182. package/dist/ui/switch.js +12 -0
  183. package/dist/ui/switch.mjs +3 -0
  184. package/dist/ui/tabs.d.mts +16 -0
  185. package/dist/ui/tabs.d.ts +16 -0
  186. package/dist/ui/tabs.js +25 -0
  187. package/dist/ui/tabs.mjs +4 -0
  188. package/dist/ui/textarea.d.mts +16 -0
  189. package/dist/ui/textarea.d.ts +16 -0
  190. package/dist/ui/textarea.js +12 -0
  191. package/dist/ui/textarea.mjs +3 -0
  192. package/dist/ui/theme-context.d.mts +17 -0
  193. package/dist/{types/ui → ui}/theme-context.d.ts +5 -3
  194. package/dist/ui/theme-context.js +14 -0
  195. package/dist/ui/theme-context.mjs +1 -0
  196. package/dist/ui/toast.d.mts +7 -0
  197. package/dist/ui/toast.d.ts +7 -0
  198. package/dist/ui/toast.js +14 -0
  199. package/dist/ui/toast.mjs +1 -0
  200. package/dist/ui/toggle-group.d.mts +12 -0
  201. package/dist/ui/toggle-group.d.ts +12 -0
  202. package/dist/ui/toggle-group.js +17 -0
  203. package/dist/ui/toggle-group.mjs +4 -0
  204. package/dist/ui/toggle.d.mts +13 -0
  205. package/dist/ui/toggle.d.ts +13 -0
  206. package/dist/ui/toggle.js +16 -0
  207. package/dist/ui/toggle.mjs +3 -0
  208. package/dist/ui/tooltip.d.mts +10 -0
  209. package/dist/ui/tooltip.d.ts +10 -0
  210. package/dist/ui/tooltip.js +23 -0
  211. package/dist/ui/tooltip.mjs +2 -0
  212. package/dist/ui/tree-view.d.mts +27 -0
  213. package/dist/ui/tree-view.d.ts +27 -0
  214. package/dist/ui/tree-view.js +11 -0
  215. package/dist/ui/tree-view.mjs +2 -0
  216. package/dist/utils/cn.d.mts +5 -0
  217. package/dist/utils/cn.d.ts +5 -0
  218. package/dist/utils/cn.js +10 -0
  219. package/dist/utils/cn.mjs +1 -0
  220. package/dist/utils/index.d.mts +2 -0
  221. package/dist/utils/index.d.ts +2 -0
  222. package/dist/utils/index.js +11 -0
  223. package/dist/utils/index.mjs +2 -0
  224. package/package.json +49 -27
  225. package/dist/index.umd.js +0 -74
  226. package/dist/types/index.d.ts +0 -4
  227. package/dist/types/lib/utils.d.ts +0 -2
  228. package/dist/types/ui/button.d.ts +0 -13
  229. package/dist/types/ui/input.d.ts +0 -19
  230. package/dist/vuer-uikit.css +0 -1
package/dist/index.mjs ADDED
@@ -0,0 +1,34 @@
1
+ import './chunk-S2F2GRDB.mjs';
2
+ export { ThemeProvider, useTheme } from './chunk-D4C5V4EN.mjs';
3
+ export { Toaster, toast } from './chunk-J7PTSP4Q.mjs';
4
+ export { ToggleGroup, ToggleGroupItem } from './chunk-3Q75Z2CT.mjs';
5
+ export { Toggle, toggleVariants } from './chunk-UFR656UY.mjs';
6
+ export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from './chunk-ATEHWT2R.mjs';
7
+ export { TreeView } from './chunk-LVSI4HYF.mjs';
8
+ export { Layout } from './chunk-7A7VNE3J.mjs';
9
+ export { Modal, ModalClose, ModalContent, ModalDescription, ModalFooter, ModalHeader, ModalOverlay, ModalPortal, ModalTitle, ModalTrigger } from './chunk-IPKCIMU4.mjs';
10
+ export { Popover, PopoverAnchor, PopoverContent, PopoverTrigger } from './chunk-X2QENXCS.mjs';
11
+ export { RadioGroup, RadioGroupItem } from './chunk-PKGNHHWG.mjs';
12
+ export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger } from './chunk-NN7R5DNL.mjs';
13
+ export { Slider } from './chunk-CZSRIDXN.mjs';
14
+ export { Switch } from './chunk-DWIK2CUV.mjs';
15
+ export { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from './chunk-XPNUQSKQ.mjs';
16
+ export { Checkbox } from './chunk-WOG6UIG5.mjs';
17
+ export { Collapsible, CollapsibleContent, CollapsibleTrigger } from './chunk-MASRZTZC.mjs';
18
+ export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger } from './chunk-COFRS37Z.mjs';
19
+ export { InputNumbers } from './chunk-6ILSFDR5.mjs';
20
+ import './chunk-VGCVIHBR.mjs';
21
+ export { Avatar, AvatarFallback, AvatarGroup, AvatarImage } from './chunk-ATDHGFVI.mjs';
22
+ export { Badge, badgeVariants } from './chunk-TOZYLDAL.mjs';
23
+ export { CursorProvider } from './chunk-7SXCVFSA.mjs';
24
+ export { CursorButton, CursorInputRoot, CursorSelectTrigger, CursorTabs, CursorTextarea } from './chunk-M3KBBKQR.mjs';
25
+ export { Tabs, TabsContent, TabsList, TabsTrigger } from './chunk-QOUX33X5.mjs';
26
+ export { Textarea } from './chunk-5GPQ7U5B.mjs';
27
+ export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue } from './chunk-66JQXJEV.mjs';
28
+ export { Button } from './chunk-Q3APPCB2.mjs';
29
+ export { InputRoot, InputSlot } from './chunk-25GQKTNF.mjs';
30
+ export { TabsCursorProvider } from './chunk-6L4KPPOD.mjs';
31
+ export { withCursor } from './chunk-CP7QYV4N.mjs';
32
+ import './chunk-QS7WS6DD.mjs';
33
+ export { cn } from './chunk-HW6SLBO3.mjs';
34
+ import './chunk-3FR3WKI4.mjs';
@@ -0,0 +1,191 @@
1
+ /* src/styles/theme.css */
2
+ :root {
3
+ --brand-primary: var(--blue-6);
4
+ --brand-secondary: var(--blue-4);
5
+ --brand-tertiary: var(--blue-8);
6
+ --text-highlight: var(--black-1);
7
+ --text-primary: var(--gray-9);
8
+ --text-secondary: var(--gray-7);
9
+ --text-tertiary: var(--gray-5);
10
+ --text-withbg: var(--white-1);
11
+ --bg-primary: var(--white-1);
12
+ --bg-secondary: var(--gray-1);
13
+ --bg-tertiary: var(--gray-2);
14
+ --bg-quaternary: var(--gray-3);
15
+ --bg-mask: var(--black-alpha-5);
16
+ --icon-highlight: var(--black-1);
17
+ --icon-primary: var(--gray-8);
18
+ --icon-secondary: var(--gray-6);
19
+ --icon-tertiary: var(--gray-4);
20
+ --icon-withbg: var(--white-1);
21
+ --danger-primary: var(--red-6);
22
+ --danger-secondary: var(--red-4);
23
+ --danger-tertiary: var(--red-8);
24
+ --accent-warning: var(--yellow-6);
25
+ --accent-success: var(--green-6);
26
+ --line-primary: var(--gray-2);
27
+ --line-secondary: var(--gray-6);
28
+ --shadow-primary: var(--black-alpha-3);
29
+ --shadow-secondary: var(--black-alpha-4);
30
+ --shadow-tertiary: var(--black-alpha-4);
31
+ --black-1: rgba(0, 0, 0, 1);
32
+ --black-alpha-1: rgba(0, 0, 0, 0.6);
33
+ --black-alpha-2: rgba(0, 0, 0, 0.2);
34
+ --black-alpha-3: rgba(0, 0, 0, 0.1);
35
+ --black-alpha-4: rgba(0, 0, 0, 0.06);
36
+ --black-alpha-5: rgba(56, 57, 59, 0.5);
37
+ --black-alpha-6: rgba(90, 93, 98, 0.3);
38
+ --black-alpha-7: rgba(75, 77, 83, 0.5);
39
+ --white-1: rgba(255, 255, 255, 1);
40
+ --white-alpha-1: rgba(227, 230, 235, 0.6);
41
+ --white-alpha-2: rgba(173, 176, 183, 0.6);
42
+ --white-alpha-3: rgba(246, 247, 248, 0.8);
43
+ --blue-1: rgba(230, 246, 255, 1);
44
+ --blue-2: rgba(163, 220, 255, 1);
45
+ --blue-3: rgba(122, 200, 255, 1);
46
+ --blue-4: rgba(82, 177, 255, 1);
47
+ --blue-5: rgba(41, 151, 255, 1);
48
+ --blue-6: rgba(0, 123, 255, 1);
49
+ --blue-7: rgba(0, 98, 217, 1);
50
+ --blue-8: rgba(0, 74, 179, 1);
51
+ --blue-9: rgba(0, 54, 140, 1);
52
+ --blue-10: rgba(0, 36, 102, 1);
53
+ --gray-1: rgba(245, 245, 245, 1);
54
+ --gray-2: rgba(220, 222, 229, 1);
55
+ --gray-3: rgba(202, 206, 217, 1);
56
+ --gray-4: rgba(181, 184, 196, 1);
57
+ --gray-5: rgba(147, 150, 159, 1);
58
+ --gray-6: rgba(121, 124, 131, 1);
59
+ --gray-7: rgba(87, 90, 96, 1);
60
+ --gray-8: rgba(75, 77, 83, 1);
61
+ --gray-9: rgba(52, 53, 56, 1);
62
+ --gray-10: rgba(29, 29, 30, 1);
63
+ --red-1: rgba(255, 240, 240, 1);
64
+ --red-2: rgba(255, 232, 232, 1);
65
+ --red-3: rgba(255, 191, 192, 1);
66
+ --red-4: rgba(255, 150, 156, 1);
67
+ --red-5: rgba(255, 110, 122, 1);
68
+ --red-6: rgba(255, 69, 91, 1);
69
+ --red-7: rgba(217, 48, 73, 1);
70
+ --red-8: rgba(179, 30, 58, 1);
71
+ --red-9: rgba(140, 17, 44, 1);
72
+ --red-10: rgba(102, 11, 34, 1);
73
+ --yellow-1: rgba(255, 253, 240, 1);
74
+ --yellow-2: rgba(255, 248, 214, 1);
75
+ --yellow-3: rgba(255, 237, 173, 1);
76
+ --yellow-4: rgba(255, 224, 133, 1);
77
+ --yellow-5: rgba(255, 209, 92, 1);
78
+ --yellow-6: rgba(251, 187, 49, 1);
79
+ --yellow-7: rgba(212, 149, 32, 1);
80
+ --yellow-8: rgba(173, 114, 17, 1);
81
+ --yellow-9: rgba(135, 82, 7, 1);
82
+ --yellow-10: rgba(97, 55, 4, 1);
83
+ --green-1: rgba(240, 255, 243, 1);
84
+ --green-2: rgba(228, 242, 231, 1);
85
+ --green-3: rgba(211, 230, 216, 1);
86
+ --green-4: rgba(165, 217, 181, 1);
87
+ --green-5: rgba(122, 204, 151, 1);
88
+ --green-6: rgba(84, 190, 125, 1);
89
+ --green-7: rgba(60, 153, 99, 1);
90
+ --green-8: rgba(39, 115, 73, 1);
91
+ --green-9: rgba(22, 77, 48, 1);
92
+ --green-10: rgba(11, 38, 25, 1);
93
+ --radius: 0.25rem;
94
+ --spacing: 0.25rem;
95
+ }
96
+ .dark {
97
+ color-scheme: dark;
98
+ --brand-primary: var(--blue-6);
99
+ --brand-secondary: var(--blue-4);
100
+ --brand-tertiary: var(--blue-8);
101
+ --text-highlight: var(--white-1);
102
+ --text-primary: var(--gray-2);
103
+ --text-secondary: var(--gray-5);
104
+ --text-tertiary: var(--gray-6);
105
+ --text-withbg: var(--white-1);
106
+ --bg-primary: var(--gray-10);
107
+ --bg-secondary: var(--gray-9);
108
+ --bg-tertiary: var(--gray-8);
109
+ --bg-quaternary: var(--gray-7);
110
+ --bg-mask: var(--black-alpha-5);
111
+ --icon-highlight: var(--white-1);
112
+ --icon-primary: var(--gray-2);
113
+ --icon-secondary: var(--gray-5);
114
+ --icon-tertiary: var(--gray-6);
115
+ --icon-withbg: var(--white-1);
116
+ --danger-primary: var(--red-6);
117
+ --danger-secondary: var(--red-4);
118
+ --danger-tertiary: var(--red-8);
119
+ --accent-warning: var(--yellow-6);
120
+ --accent-success: var(--green-6);
121
+ --line-primary: var(--gray-8);
122
+ --line-secondary: var(--gray-4);
123
+ --shadow-primary: var(--black-alpha-1);
124
+ --shadow-secondary: var(--black-alpha-2);
125
+ --shadow-tertiary: var(--black-alpha-6);
126
+ }
127
+ .liquidlight {
128
+ color-scheme: light;
129
+ --brand-primary: var(--blue-6);
130
+ --brand-secondary: var(--blue-4);
131
+ --brand-tertiary: var(--blue-8);
132
+ --text-highlight: var(--black-1);
133
+ --text-primary: var(--gray-9);
134
+ --text-secondary: var(--gray-7);
135
+ --text-tertiary: var(--gray-5);
136
+ --text-withbg: var(--white-1);
137
+ --bg-primary: var(--white-1);
138
+ --bg-secondary: var(--white-alpha-1);
139
+ --bg-tertiary: var(--gray-2);
140
+ --bg-quaternary: var(--gray-3);
141
+ --bg-mask: var(--white-alpha-3);
142
+ --icon-highlight: var(--black-1);
143
+ --icon-primary: var(--gray-8);
144
+ --icon-secondary: var(--gray-6);
145
+ --icon-tertiary: var(--gray-4);
146
+ --icon-withbg: var(--white-1);
147
+ --danger-primary: var(--red-6);
148
+ --danger-secondary: var(--red-4);
149
+ --danger-tertiary: var(--red-8);
150
+ --accent-warning: var(--yellow-6);
151
+ --accent-success: var(--green-6);
152
+ --line-primary: var(--white-alpha-2);
153
+ --line-secondary: var(--gray-6);
154
+ --shadow-primary: var(--black-alpha-3);
155
+ --shadow-secondary: var(--black-alpha-4);
156
+ --shadow-tertiary: var(--black-alpha-4);
157
+ }
158
+ .liquiddark {
159
+ color-scheme: dark;
160
+ --brand-primary: var(--blue-6);
161
+ --brand-secondary: var(--blue-4);
162
+ --brand-tertiary: var(--blue-8);
163
+ --text-highlight: var(--white-1);
164
+ --text-primary: var(--gray-2);
165
+ --text-secondary: var(--gray-5);
166
+ --text-tertiary: var(--gray-6);
167
+ --text-withbg: var(--white-1);
168
+ --bg-primary: var(--gray-10);
169
+ --bg-secondary: var(--black-alpha-6);
170
+ --bg-tertiary: var(--gray-8);
171
+ --bg-quaternary: var(--gray-7);
172
+ --bg-mask: var(--black-alpha-5);
173
+ --icon-highlight: var(--white-1);
174
+ --icon-primary: var(--gray-2);
175
+ --icon-secondary: var(--gray-5);
176
+ --icon-tertiary: var(--gray-6);
177
+ --icon-withbg: var(--white-1);
178
+ --danger-primary: var(--red-6);
179
+ --danger-secondary: var(--red-4);
180
+ --danger-tertiary: var(--red-8);
181
+ --accent-warning: var(--yellow-6);
182
+ --accent-success: var(--green-6);
183
+ --line-primary: var(--black-alpha-7);
184
+ --line-secondary: var(--gray-4);
185
+ --shadow-primary: var(--black-alpha-1);
186
+ --shadow-secondary: var(--black-alpha-2);
187
+ --shadow-tertiary: var(--black-alpha-6);
188
+ }
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; }
191
+ @theme inline { --color-brand-primary: var(--brand-primary); --color-brand-secondary: var(--brand-secondary); --color-brand-tertiary: var(--brand-tertiary); --color-text-highlight: var(--text-highlight); --color-text-primary: var(--text-primary); --color-text-secondary: var(--text-secondary); --color-text-tertiary: var(--text-tertiary); --color-text-withbg: var(--text-withbg); --color-bg-primary: var(--bg-primary); --color-bg-secondary: var(--bg-secondary); --color-bg-tertiary: var(--bg-tertiary); --color-bg-quaternary: var(--bg-quaternary); --color-bg-mask: var(--bg-mask); --color-icon-highlight: var(--icon-highlight); --color-icon-primary: var(--icon-primary); --color-icon-secondary: var(--icon-secondary); --color-icon-tertiary: var(--icon-tertiary); --color-icon-withbg: var(--icon-withbg); --color-danger-primary: var(--danger-primary); --color-danger-secondary: var(--danger-secondary); --color-danger-tertiary: var(--danger-tertiary); --color-accent-warning: var(--accent-warning); --color-accent-success: var(--accent-success); --color-line-primary: var(--line-primary); --color-line-secondary: var(--line-secondary); --color-shadow-primary: var(--shadow-primary); --color-shadow-secondary: var(--shadow-secondary); --radius-uk-xs: var(--radius); --radius-uk-sm: calc(var(--radius) + 2px); --radius-uk-md: calc(var(--radius) + 4px); --radius-uk-lg: calc(var(--radius) + 8px); --radius-uk-xl: calc(var(--radius) + 12px); --spacing-xxs: calc(var(--spacing) - 2px); --spacing-xs: var(--spacing); --spacing-sm: calc(var(--spacing) + 2px); --spacing-md: calc(var(--spacing) + 4px); --spacing-lg: calc(var(--spacing) + 8px); --spacing-xl: calc(var(--spacing) + 12px); --text-uk-xs: 10px; --text-uk-sm: 11px; --text-uk-md: 12px; --text-uk-lg: 13px; --text-uk-xl: 14px; --text-uk-xxl: 16px; --leading-uk-xs: 12px; --leading-uk-sm: 14px; --leading-uk-md: 16px; --leading-uk-lg: 18px; --leading-uk-xl: 20px; --leading-uk-xxl: 24px; }
@@ -0,0 +1,2 @@
1
+
2
+ export { }
@@ -0,0 +1,2 @@
1
+
2
+ export { }
@@ -0,0 +1,58 @@
1
+ /* src/styles/toast.css */
2
+ .vk-toast,
3
+ [data-sonner-toast].vk-toast {
4
+ background: var(--color-bg-primary) !important;
5
+ border: none !important;
6
+ border-radius: var(--radius-uk-md) !important;
7
+ padding: var(--spacing-lg) !important;
8
+ box-shadow: 0px 8px 24px 0px var(--color-shadow-primary) !important;
9
+ padding-right: 60px !important;
10
+ }
11
+ .vk-toast [data-title] {
12
+ color: var(--color-text-primary) !important;
13
+ font-size: 14px !important;
14
+ font-weight: 500 !important;
15
+ display: -webkit-box;
16
+ line-clamp: 1;
17
+ box-orient: vertical;
18
+ -webkit-line-clamp: 1;
19
+ -webkit-box-orient: vertical;
20
+ overflow: hidden;
21
+ text-overflow: ellipsis;
22
+ }
23
+ .vk-toast-description {
24
+ color: var(--color-text-secondary) !important;
25
+ font-size: 12px !important;
26
+ font-weight: 400 !important;
27
+ display: -webkit-box;
28
+ line-clamp: 3;
29
+ box-orient: vertical;
30
+ -webkit-line-clamp: 3;
31
+ -webkit-box-orient: vertical;
32
+ overflow: hidden;
33
+ text-overflow: ellipsis;
34
+ }
35
+ .vk-toast button[data-button] {
36
+ background: transparent !important;
37
+ color: var(--color-text-primary) !important;
38
+ border: none !important;
39
+ font-size: 12px !important;
40
+ font-weight: 400 !important;
41
+ text-decoration: none !important;
42
+ cursor: pointer !important;
43
+ position: absolute !important;
44
+ border-radius: 0 !important;
45
+ right: 0 !important;
46
+ top: 0 !important;
47
+ height: 100% !important;
48
+ width: 60px !important;
49
+ display: flex !important;
50
+ align-items: center !important;
51
+ justify-content: center !important;
52
+ text-overflow: ellipsis !important;
53
+ overflow: hidden !important;
54
+ white-space: nowrap !important;
55
+ }
56
+ .vk-toast button[data-button]:hover {
57
+ background: var(--color-bg-secondary) !important;
58
+ }
@@ -0,0 +1,2 @@
1
+
2
+ export { }
@@ -0,0 +1,2 @@
1
+
2
+ export { }
@@ -0,0 +1,188 @@
1
+ /* src/styles/variables.css */
2
+ :root {
3
+ --brand-primary: var(--blue-6);
4
+ --brand-secondary: var(--blue-4);
5
+ --brand-tertiary: var(--blue-8);
6
+ --text-highlight: var(--black-1);
7
+ --text-primary: var(--gray-9);
8
+ --text-secondary: var(--gray-7);
9
+ --text-tertiary: var(--gray-5);
10
+ --text-withbg: var(--white-1);
11
+ --bg-primary: var(--white-1);
12
+ --bg-secondary: var(--gray-1);
13
+ --bg-tertiary: var(--gray-2);
14
+ --bg-quaternary: var(--gray-3);
15
+ --bg-mask: var(--black-alpha-5);
16
+ --icon-highlight: var(--black-1);
17
+ --icon-primary: var(--gray-8);
18
+ --icon-secondary: var(--gray-6);
19
+ --icon-tertiary: var(--gray-4);
20
+ --icon-withbg: var(--white-1);
21
+ --danger-primary: var(--red-6);
22
+ --danger-secondary: var(--red-4);
23
+ --danger-tertiary: var(--red-8);
24
+ --accent-warning: var(--yellow-6);
25
+ --accent-success: var(--green-6);
26
+ --line-primary: var(--gray-2);
27
+ --line-secondary: var(--gray-6);
28
+ --shadow-primary: var(--black-alpha-3);
29
+ --shadow-secondary: var(--black-alpha-4);
30
+ --shadow-tertiary: var(--black-alpha-4);
31
+ --black-1: rgba(0, 0, 0, 1);
32
+ --black-alpha-1: rgba(0, 0, 0, 0.6);
33
+ --black-alpha-2: rgba(0, 0, 0, 0.2);
34
+ --black-alpha-3: rgba(0, 0, 0, 0.1);
35
+ --black-alpha-4: rgba(0, 0, 0, 0.06);
36
+ --black-alpha-5: rgba(56, 57, 59, 0.5);
37
+ --black-alpha-6: rgba(90, 93, 98, 0.3);
38
+ --black-alpha-7: rgba(75, 77, 83, 0.5);
39
+ --white-1: rgba(255, 255, 255, 1);
40
+ --white-alpha-1: rgba(227, 230, 235, 0.6);
41
+ --white-alpha-2: rgba(173, 176, 183, 0.6);
42
+ --white-alpha-3: rgba(246, 247, 248, 0.8);
43
+ --blue-1: rgba(230, 246, 255, 1);
44
+ --blue-2: rgba(163, 220, 255, 1);
45
+ --blue-3: rgba(122, 200, 255, 1);
46
+ --blue-4: rgba(82, 177, 255, 1);
47
+ --blue-5: rgba(41, 151, 255, 1);
48
+ --blue-6: rgba(0, 123, 255, 1);
49
+ --blue-7: rgba(0, 98, 217, 1);
50
+ --blue-8: rgba(0, 74, 179, 1);
51
+ --blue-9: rgba(0, 54, 140, 1);
52
+ --blue-10: rgba(0, 36, 102, 1);
53
+ --gray-1: rgba(245, 245, 245, 1);
54
+ --gray-2: rgba(220, 222, 229, 1);
55
+ --gray-3: rgba(202, 206, 217, 1);
56
+ --gray-4: rgba(181, 184, 196, 1);
57
+ --gray-5: rgba(147, 150, 159, 1);
58
+ --gray-6: rgba(121, 124, 131, 1);
59
+ --gray-7: rgba(87, 90, 96, 1);
60
+ --gray-8: rgba(75, 77, 83, 1);
61
+ --gray-9: rgba(52, 53, 56, 1);
62
+ --gray-10: rgba(29, 29, 30, 1);
63
+ --red-1: rgba(255, 240, 240, 1);
64
+ --red-2: rgba(255, 232, 232, 1);
65
+ --red-3: rgba(255, 191, 192, 1);
66
+ --red-4: rgba(255, 150, 156, 1);
67
+ --red-5: rgba(255, 110, 122, 1);
68
+ --red-6: rgba(255, 69, 91, 1);
69
+ --red-7: rgba(217, 48, 73, 1);
70
+ --red-8: rgba(179, 30, 58, 1);
71
+ --red-9: rgba(140, 17, 44, 1);
72
+ --red-10: rgba(102, 11, 34, 1);
73
+ --yellow-1: rgba(255, 253, 240, 1);
74
+ --yellow-2: rgba(255, 248, 214, 1);
75
+ --yellow-3: rgba(255, 237, 173, 1);
76
+ --yellow-4: rgba(255, 224, 133, 1);
77
+ --yellow-5: rgba(255, 209, 92, 1);
78
+ --yellow-6: rgba(251, 187, 49, 1);
79
+ --yellow-7: rgba(212, 149, 32, 1);
80
+ --yellow-8: rgba(173, 114, 17, 1);
81
+ --yellow-9: rgba(135, 82, 7, 1);
82
+ --yellow-10: rgba(97, 55, 4, 1);
83
+ --green-1: rgba(240, 255, 243, 1);
84
+ --green-2: rgba(228, 242, 231, 1);
85
+ --green-3: rgba(211, 230, 216, 1);
86
+ --green-4: rgba(165, 217, 181, 1);
87
+ --green-5: rgba(122, 204, 151, 1);
88
+ --green-6: rgba(84, 190, 125, 1);
89
+ --green-7: rgba(60, 153, 99, 1);
90
+ --green-8: rgba(39, 115, 73, 1);
91
+ --green-9: rgba(22, 77, 48, 1);
92
+ --green-10: rgba(11, 38, 25, 1);
93
+ --radius: 0.25rem;
94
+ --spacing: 0.25rem;
95
+ }
96
+ .dark {
97
+ color-scheme: dark;
98
+ --brand-primary: var(--blue-6);
99
+ --brand-secondary: var(--blue-4);
100
+ --brand-tertiary: var(--blue-8);
101
+ --text-highlight: var(--white-1);
102
+ --text-primary: var(--gray-2);
103
+ --text-secondary: var(--gray-5);
104
+ --text-tertiary: var(--gray-6);
105
+ --text-withbg: var(--white-1);
106
+ --bg-primary: var(--gray-10);
107
+ --bg-secondary: var(--gray-9);
108
+ --bg-tertiary: var(--gray-8);
109
+ --bg-quaternary: var(--gray-7);
110
+ --bg-mask: var(--black-alpha-5);
111
+ --icon-highlight: var(--white-1);
112
+ --icon-primary: var(--gray-2);
113
+ --icon-secondary: var(--gray-5);
114
+ --icon-tertiary: var(--gray-6);
115
+ --icon-withbg: var(--white-1);
116
+ --danger-primary: var(--red-6);
117
+ --danger-secondary: var(--red-4);
118
+ --danger-tertiary: var(--red-8);
119
+ --accent-warning: var(--yellow-6);
120
+ --accent-success: var(--green-6);
121
+ --line-primary: var(--gray-8);
122
+ --line-secondary: var(--gray-4);
123
+ --shadow-primary: var(--black-alpha-1);
124
+ --shadow-secondary: var(--black-alpha-2);
125
+ --shadow-tertiary: var(--black-alpha-6);
126
+ }
127
+ .liquidlight {
128
+ color-scheme: light;
129
+ --brand-primary: var(--blue-6);
130
+ --brand-secondary: var(--blue-4);
131
+ --brand-tertiary: var(--blue-8);
132
+ --text-highlight: var(--black-1);
133
+ --text-primary: var(--gray-9);
134
+ --text-secondary: var(--gray-7);
135
+ --text-tertiary: var(--gray-5);
136
+ --text-withbg: var(--white-1);
137
+ --bg-primary: var(--white-1);
138
+ --bg-secondary: var(--white-alpha-1);
139
+ --bg-tertiary: var(--gray-2);
140
+ --bg-quaternary: var(--gray-3);
141
+ --bg-mask: var(--white-alpha-3);
142
+ --icon-highlight: var(--black-1);
143
+ --icon-primary: var(--gray-8);
144
+ --icon-secondary: var(--gray-6);
145
+ --icon-tertiary: var(--gray-4);
146
+ --icon-withbg: var(--white-1);
147
+ --danger-primary: var(--red-6);
148
+ --danger-secondary: var(--red-4);
149
+ --danger-tertiary: var(--red-8);
150
+ --accent-warning: var(--yellow-6);
151
+ --accent-success: var(--green-6);
152
+ --line-primary: var(--white-alpha-2);
153
+ --line-secondary: var(--gray-6);
154
+ --shadow-primary: var(--black-alpha-3);
155
+ --shadow-secondary: var(--black-alpha-4);
156
+ --shadow-tertiary: var(--black-alpha-4);
157
+ }
158
+ .liquiddark {
159
+ color-scheme: dark;
160
+ --brand-primary: var(--blue-6);
161
+ --brand-secondary: var(--blue-4);
162
+ --brand-tertiary: var(--blue-8);
163
+ --text-highlight: var(--white-1);
164
+ --text-primary: var(--gray-2);
165
+ --text-secondary: var(--gray-5);
166
+ --text-tertiary: var(--gray-6);
167
+ --text-withbg: var(--white-1);
168
+ --bg-primary: var(--gray-10);
169
+ --bg-secondary: var(--black-alpha-6);
170
+ --bg-tertiary: var(--gray-8);
171
+ --bg-quaternary: var(--gray-7);
172
+ --bg-mask: var(--black-alpha-5);
173
+ --icon-highlight: var(--white-1);
174
+ --icon-primary: var(--gray-2);
175
+ --icon-secondary: var(--gray-5);
176
+ --icon-tertiary: var(--gray-6);
177
+ --icon-withbg: var(--white-1);
178
+ --danger-primary: var(--red-6);
179
+ --danger-secondary: var(--red-4);
180
+ --danger-tertiary: var(--red-8);
181
+ --accent-warning: var(--yellow-6);
182
+ --accent-success: var(--green-6);
183
+ --line-primary: var(--black-alpha-7);
184
+ --line-secondary: var(--gray-4);
185
+ --shadow-primary: var(--black-alpha-1);
186
+ --shadow-secondary: var(--black-alpha-2);
187
+ --shadow-tertiary: var(--black-alpha-6);
188
+ }
@@ -0,0 +1,2 @@
1
+
2
+ export { }
@@ -0,0 +1,2 @@
1
+
2
+ export { }
@@ -0,0 +1,16 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import * as AvatarPrimitive from '@radix-ui/react-avatar';
3
+ import react__default, { ComponentProps } from 'react';
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;
8
+ interface AvatarGroupProps {
9
+ children: react__default.ReactNode;
10
+ className?: string;
11
+ spacing?: "tight" | "normal" | "loose";
12
+ max?: number;
13
+ }
14
+ declare function AvatarGroup({ children, className, spacing, max }: AvatarGroupProps): react_jsx_runtime.JSX.Element;
15
+
16
+ export { Avatar, AvatarFallback, AvatarGroup, AvatarImage };
@@ -0,0 +1,16 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import * as AvatarPrimitive from '@radix-ui/react-avatar';
3
+ import react__default, { ComponentProps } from 'react';
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;
8
+ interface AvatarGroupProps {
9
+ children: react__default.ReactNode;
10
+ className?: string;
11
+ spacing?: "tight" | "normal" | "loose";
12
+ max?: number;
13
+ }
14
+ declare function AvatarGroup({ children, className, spacing, max }: AvatarGroupProps): react_jsx_runtime.JSX.Element;
15
+
16
+ export { Avatar, AvatarFallback, AvatarGroup, AvatarImage };
@@ -0,0 +1,23 @@
1
+ 'use strict';
2
+
3
+ var chunkKYKEJFJT_js = require('../chunk-KYKEJFJT.js');
4
+ require('../chunk-UWO6RBCE.js');
5
+
6
+
7
+
8
+ Object.defineProperty(exports, "Avatar", {
9
+ enumerable: true,
10
+ get: function () { return chunkKYKEJFJT_js.Avatar; }
11
+ });
12
+ Object.defineProperty(exports, "AvatarFallback", {
13
+ enumerable: true,
14
+ get: function () { return chunkKYKEJFJT_js.AvatarFallback; }
15
+ });
16
+ Object.defineProperty(exports, "AvatarGroup", {
17
+ enumerable: true,
18
+ get: function () { return chunkKYKEJFJT_js.AvatarGroup; }
19
+ });
20
+ Object.defineProperty(exports, "AvatarImage", {
21
+ enumerable: true,
22
+ get: function () { return chunkKYKEJFJT_js.AvatarImage; }
23
+ });
@@ -0,0 +1,2 @@
1
+ export { Avatar, AvatarFallback, AvatarGroup, AvatarImage } from '../chunk-ATDHGFVI.mjs';
2
+ import '../chunk-HW6SLBO3.mjs';
@@ -0,0 +1,14 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import * as class_variance_authority_types from 'class-variance-authority/types';
3
+ import { VariantProps } from 'class-variance-authority';
4
+ import { ComponentProps } from 'react';
5
+
6
+ declare const badgeVariants: (props?: ({
7
+ variant?: "default" | "destructive" | "secondary" | "success" | "warning" | null | undefined;
8
+ type?: "circle" | "default" | "dot" | null | undefined;
9
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
10
+ declare function Badge({ className, variant, type, asChild, ...props }: ComponentProps<"span"> & VariantProps<typeof badgeVariants> & {
11
+ asChild?: boolean;
12
+ }): react_jsx_runtime.JSX.Element;
13
+
14
+ export { Badge, badgeVariants };
@@ -0,0 +1,14 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import * as class_variance_authority_types from 'class-variance-authority/types';
3
+ import { VariantProps } from 'class-variance-authority';
4
+ import { ComponentProps } from 'react';
5
+
6
+ declare const badgeVariants: (props?: ({
7
+ variant?: "default" | "destructive" | "secondary" | "success" | "warning" | null | undefined;
8
+ type?: "circle" | "default" | "dot" | null | undefined;
9
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
10
+ declare function Badge({ className, variant, type, asChild, ...props }: ComponentProps<"span"> & VariantProps<typeof badgeVariants> & {
11
+ asChild?: boolean;
12
+ }): react_jsx_runtime.JSX.Element;
13
+
14
+ export { Badge, badgeVariants };
@@ -0,0 +1,16 @@
1
+ 'use strict';
2
+
3
+ var chunkXACRGXGF_js = require('../chunk-XACRGXGF.js');
4
+ require('../chunk-ST4P6AN6.js');
5
+ require('../chunk-UWO6RBCE.js');
6
+
7
+
8
+
9
+ Object.defineProperty(exports, "Badge", {
10
+ enumerable: true,
11
+ get: function () { return chunkXACRGXGF_js.Badge; }
12
+ });
13
+ Object.defineProperty(exports, "badgeVariants", {
14
+ enumerable: true,
15
+ get: function () { return chunkXACRGXGF_js.badgeVariants; }
16
+ });
@@ -0,0 +1,3 @@
1
+ export { Badge, badgeVariants } from '../chunk-TOZYLDAL.mjs';
2
+ import '../chunk-QS7WS6DD.mjs';
3
+ import '../chunk-HW6SLBO3.mjs';
@@ -0,0 +1,16 @@
1
+ import * as react from 'react';
2
+ import { ComponentProps } from 'react';
3
+ import * as class_variance_authority_types from 'class-variance-authority/types';
4
+ import { VariantProps } from 'class-variance-authority';
5
+
6
+ declare const buttonVariants: (props?: ({
7
+ variant?: "link" | "destructive" | "primary" | "secondary" | "ghost" | null | undefined;
8
+ size?: "base" | "sm" | "lg" | null | undefined;
9
+ icon?: boolean | null | undefined;
10
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
11
+ interface ButtonProps extends ComponentProps<"button">, VariantProps<typeof buttonVariants> {
12
+ asChild?: boolean;
13
+ }
14
+ declare const Button: react.ForwardRefExoticComponent<Omit<ButtonProps, "ref"> & react.RefAttributes<HTMLButtonElement>>;
15
+
16
+ export { Button, type ButtonProps };
@@ -0,0 +1,16 @@
1
+ import * as react from 'react';
2
+ import { ComponentProps } from 'react';
3
+ import * as class_variance_authority_types from 'class-variance-authority/types';
4
+ import { VariantProps } from 'class-variance-authority';
5
+
6
+ declare const buttonVariants: (props?: ({
7
+ variant?: "link" | "destructive" | "primary" | "secondary" | "ghost" | null | undefined;
8
+ size?: "base" | "sm" | "lg" | null | undefined;
9
+ icon?: boolean | null | undefined;
10
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
11
+ interface ButtonProps extends ComponentProps<"button">, VariantProps<typeof buttonVariants> {
12
+ asChild?: boolean;
13
+ }
14
+ declare const Button: react.ForwardRefExoticComponent<Omit<ButtonProps, "ref"> & react.RefAttributes<HTMLButtonElement>>;
15
+
16
+ export { Button, type ButtonProps };
@@ -0,0 +1,12 @@
1
+ 'use strict';
2
+
3
+ var chunk5BIQ3IN7_js = require('../chunk-5BIQ3IN7.js');
4
+ require('../chunk-ST4P6AN6.js');
5
+ require('../chunk-UWO6RBCE.js');
6
+
7
+
8
+
9
+ Object.defineProperty(exports, "Button", {
10
+ enumerable: true,
11
+ get: function () { return chunk5BIQ3IN7_js.Button; }
12
+ });
@@ -0,0 +1,3 @@
1
+ export { Button } from '../chunk-Q3APPCB2.mjs';
2
+ import '../chunk-QS7WS6DD.mjs';
3
+ import '../chunk-HW6SLBO3.mjs';