@drjoshcsimmons/scl 0.1.0 → 0.1.1

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 (195) hide show
  1. package/dist/components/ui/alert/alert.d.ts +1 -1
  2. package/dist/components/ui/alert/alert.d.ts.map +1 -1
  3. package/dist/components/ui/badge/badge.d.ts +1 -1
  4. package/dist/components/ui/badge/badge.d.ts.map +1 -1
  5. package/dist/components/ui/button/button.d.ts +1 -1
  6. package/dist/components/ui/button/button.d.ts.map +1 -1
  7. package/dist/components/ui/combobox/combobox.d.ts +31 -0
  8. package/dist/components/ui/combobox/combobox.d.ts.map +1 -0
  9. package/dist/components/ui/combobox/index.d.ts +3 -0
  10. package/dist/components/ui/combobox/index.d.ts.map +1 -0
  11. package/dist/components/ui/command/command.d.ts +85 -0
  12. package/dist/components/ui/command/command.d.ts.map +1 -0
  13. package/dist/components/ui/command/index.d.ts +2 -0
  14. package/dist/components/ui/command/index.d.ts.map +1 -0
  15. package/dist/components/ui/dithered-image/dithered-image.d.ts +6 -2
  16. package/dist/components/ui/dithered-image/dithered-image.d.ts.map +1 -1
  17. package/dist/components/ui/dithered-image/index.d.ts +1 -1
  18. package/dist/components/ui/dithered-image/index.d.ts.map +1 -1
  19. package/dist/components/ui/form/form.d.ts +24 -0
  20. package/dist/components/ui/form/form.d.ts.map +1 -0
  21. package/dist/components/ui/form/index.d.ts +2 -0
  22. package/dist/components/ui/form/index.d.ts.map +1 -0
  23. package/dist/components/ui/progress/progress.d.ts +0 -6
  24. package/dist/components/ui/progress/progress.d.ts.map +1 -1
  25. package/dist/components/ui/scroll-area/scroll-area.d.ts.map +1 -1
  26. package/dist/components/ui/skeleton/skeleton.d.ts +4 -1
  27. package/dist/components/ui/skeleton/skeleton.d.ts.map +1 -1
  28. package/dist/components/ui/statusline/statusline.d.ts.map +1 -1
  29. package/dist/components/ui/terminal-textarea/terminal-textarea.d.ts +0 -5
  30. package/dist/components/ui/terminal-textarea/terminal-textarea.d.ts.map +1 -1
  31. package/dist/index.d.ts +3 -0
  32. package/dist/index.d.ts.map +1 -1
  33. package/dist/index.js +166 -143
  34. package/dist/index10.js +30 -30
  35. package/dist/index100.js +9 -30
  36. package/dist/index101.js +50 -15
  37. package/dist/index102.js +212 -128
  38. package/dist/index103.js +4 -50
  39. package/dist/index104.js +30 -9
  40. package/dist/index105.js +6 -4
  41. package/dist/index106.js +19 -179
  42. package/dist/index107.js +9 -650
  43. package/dist/index108.js +38 -107
  44. package/dist/index109.js +17 -90
  45. package/dist/index11.js +13 -13
  46. package/dist/index110.js +11 -66
  47. package/dist/index111.js +201 -154
  48. package/dist/index112.js +20 -395
  49. package/dist/index113.js +395 -1675
  50. package/dist/index114.js +2 -278
  51. package/dist/index115.js +49 -128
  52. package/dist/index116.js +65 -32
  53. package/dist/index117.js +2 -1611
  54. package/dist/index118.js +2 -298
  55. package/dist/index119.js +22 -632
  56. package/dist/index12.js +1 -1
  57. package/dist/index120.js +29 -144
  58. package/dist/index121.js +5 -21
  59. package/dist/index122.js +5 -9
  60. package/dist/index123.js +3 -38
  61. package/dist/index124.js +24 -18
  62. package/dist/index125.js +113 -6
  63. package/dist/index126.js +15 -11
  64. package/dist/index127.js +513 -194
  65. package/dist/index128.js +128 -22
  66. package/dist/index129.js +114 -380
  67. package/dist/index13.js +132 -93
  68. package/dist/index130.js +59 -1300
  69. package/dist/index131.js +63 -612
  70. package/dist/index132.js +9 -2
  71. package/dist/index133.js +13 -52
  72. package/dist/index134.js +64 -63
  73. package/dist/index135.js +3 -24
  74. package/dist/index136.js +23 -29
  75. package/dist/index137.js +23 -5
  76. package/dist/index138.js +13 -2
  77. package/dist/index139.js +28 -2
  78. package/dist/index14.js +106 -220
  79. package/dist/index140.js +5 -5
  80. package/dist/index15.js +79 -125
  81. package/dist/index16.js +280 -17
  82. package/dist/index17.js +139 -12
  83. package/dist/index18.js +92 -22
  84. package/dist/index19.js +18 -55
  85. package/dist/index2.js +2 -2
  86. package/dist/index20.js +14 -26
  87. package/dist/index21.js +19 -33
  88. package/dist/index22.js +38 -121
  89. package/dist/index23.js +29 -22
  90. package/dist/index24.js +31 -64
  91. package/dist/index25.js +121 -15
  92. package/dist/index26.js +19 -29
  93. package/dist/index27.js +68 -77
  94. package/dist/index28.js +20 -25
  95. package/dist/index29.js +32 -88
  96. package/dist/index3.js +11 -9
  97. package/dist/index30.js +138 -38
  98. package/dist/index31.js +20 -227
  99. package/dist/index32.js +88 -18
  100. package/dist/index33.js +37 -28
  101. package/dist/index34.js +86 -22
  102. package/dist/index35.js +17 -102
  103. package/dist/index36.js +34 -65
  104. package/dist/index37.js +23 -49
  105. package/dist/index38.js +38 -99
  106. package/dist/index39.js +65 -10
  107. package/dist/index4.js +6 -6
  108. package/dist/index40.js +49 -15
  109. package/dist/index41.js +93 -2256
  110. package/dist/index42.js +10 -32
  111. package/dist/index43.js +15 -18
  112. package/dist/index44.js +2251 -225
  113. package/dist/index45.js +33 -11
  114. package/dist/index46.js +116 -64
  115. package/dist/index47.js +207 -219
  116. package/dist/index48.js +5 -3
  117. package/dist/index49.js +54 -330
  118. package/dist/index5.js +23 -23
  119. package/dist/index50.js +244 -55
  120. package/dist/index51.js +9 -241
  121. package/dist/index52.js +60 -847
  122. package/dist/index53.js +236 -9
  123. package/dist/index54.js +11 -118
  124. package/dist/index55.js +300 -215
  125. package/dist/index56.js +4 -3
  126. package/dist/index57.js +225 -11
  127. package/dist/index58.js +11 -236
  128. package/dist/index59.js +27 -256
  129. package/dist/index6.js +12 -12
  130. package/dist/index60.js +260 -12
  131. package/dist/index61.js +12 -22
  132. package/dist/index62.js +94 -506
  133. package/dist/index63.js +12 -6155
  134. package/dist/index64.js +20 -2631
  135. package/dist/index65.js +16 -296
  136. package/dist/index66.js +232 -663
  137. package/dist/index67.js +125 -825
  138. package/dist/index68.js +159 -23
  139. package/dist/index69.js +241 -315
  140. package/dist/index7.js +22 -22
  141. package/dist/index70.js +72 -4889
  142. package/dist/index71.js +503 -802
  143. package/dist/index72.js +412 -1235
  144. package/dist/index73.js +323 -521
  145. package/dist/index74.js +839 -104
  146. package/dist/index75.js +9 -161
  147. package/dist/index76.js +67 -30
  148. package/dist/index77.js +22 -430
  149. package/dist/index78.js +6 -129
  150. package/dist/index79.js +48 -75
  151. package/dist/index8.js +17 -18
  152. package/dist/index80.js +42 -64
  153. package/dist/index81.js +50 -44
  154. package/dist/index82.js +32 -25
  155. package/dist/index83.js +10 -6
  156. package/dist/index84.js +7 -51
  157. package/dist/index85.js +5 -33
  158. package/dist/index86.js +24 -10
  159. package/dist/index87.js +68 -7
  160. package/dist/index88.js +55 -30
  161. package/dist/index89.js +10 -54
  162. package/dist/index9.js +23 -31
  163. package/dist/index90.js +4 -11
  164. package/dist/index91.js +30 -4
  165. package/dist/index92.js +1 -1
  166. package/dist/index93.js +180 -5
  167. package/dist/index94.js +14 -24
  168. package/dist/index95.js +643 -62
  169. package/dist/index96.js +5 -5
  170. package/dist/index97.js +128 -212
  171. package/dist/index98.js +2 -2
  172. package/dist/index99.js +13 -52
  173. package/dist/tokens/colors.d.ts +26 -86
  174. package/dist/tokens/colors.d.ts.map +1 -1
  175. package/dist/tokens/index.d.ts +12 -84
  176. package/dist/tokens/index.d.ts.map +1 -1
  177. package/package.json +26 -22
  178. package/dist/index141.js +0 -5
  179. package/dist/index142.js +0 -26
  180. package/dist/index143.js +0 -115
  181. package/dist/index144.js +0 -18
  182. package/dist/index145.js +0 -527
  183. package/dist/index146.js +0 -130
  184. package/dist/index147.js +0 -136
  185. package/dist/index148.js +0 -67
  186. package/dist/index149.js +0 -71
  187. package/dist/index150.js +0 -11
  188. package/dist/index151.js +0 -16
  189. package/dist/index152.js +0 -68
  190. package/dist/index153.js +0 -6
  191. package/dist/index154.js +0 -25
  192. package/dist/index155.js +0 -25
  193. package/dist/index156.js +0 -15
  194. package/dist/index157.js +0 -30
  195. package/dist/index158.js +0 -7
package/dist/index.js CHANGED
@@ -1,165 +1,188 @@
1
1
  import { cn as r } from "./index2.js";
2
- import { theme as l } from "./index3.js";
3
- import { Accordion as n, AccordionContent as p, AccordionItem as i, AccordionTrigger as g } from "./index4.js";
4
- import { Alert as d, AlertDescription as D, AlertTitle as x } from "./index5.js";
5
- import { AlertDialog as f, AlertDialogAction as T, AlertDialogCancel as S, AlertDialogContent as u, AlertDialogDescription as C, AlertDialogFooter as b, AlertDialogHeader as s, AlertDialogOverlay as A, AlertDialogPortal as h, AlertDialogTitle as w, AlertDialogTrigger as M } from "./index6.js";
6
- import { Avatar as P, AvatarFallback as I, AvatarImage as y } from "./index7.js";
7
- import { Badge as F, badgeVariants as H } from "./index8.js";
8
- import { Button as G, buttonVariants as k } from "./index9.js";
9
- import { Card as V, CardContent as O, CardDescription as U, CardFooter as j, CardHeader as q, CardTitle as z } from "./index10.js";
2
+ import { theme as a } from "./index3.js";
3
+ import { Accordion as n, AccordionContent as p, AccordionItem as i, AccordionTrigger as m } from "./index4.js";
4
+ import { Alert as d, AlertDescription as x, AlertTitle as D } from "./index5.js";
5
+ import { AlertDialog as c, AlertDialogAction as C, AlertDialogCancel as u, AlertDialogContent as S, AlertDialogDescription as T, AlertDialogFooter as b, AlertDialogHeader as s, AlertDialogOverlay as A, AlertDialogPortal as h, AlertDialogTitle as w, AlertDialogTrigger as M } from "./index6.js";
6
+ import { Avatar as I, AvatarFallback as v, AvatarImage as P } from "./index7.js";
7
+ import { Badge as B, badgeVariants as G } from "./index8.js";
8
+ import { Button as L, buttonVariants as R } from "./index9.js";
9
+ import { Card as V, CardContent as O, CardDescription as E, CardFooter as U, CardHeader as j, CardTitle as q } from "./index10.js";
10
10
  import { Checkbox as J } from "./index11.js";
11
11
  import { Collapsible as N, CollapsibleContent as Q, CollapsibleTrigger as W } from "./index12.js";
12
- import { Dialog as Y, DialogClose as Z, DialogContent as _, DialogDescription as $, DialogFooter as oo, DialogHeader as eo, DialogOverlay as ro, DialogPortal as to, DialogTitle as lo, DialogTrigger as ao } from "./index13.js";
13
- import { DitheredImage as po } from "./index14.js";
14
- import { DropdownMenu as go, DropdownMenuCheckboxItem as mo, DropdownMenuContent as Do, DropdownMenuGroup as xo, DropdownMenuItem as co, DropdownMenuLabel as fo, DropdownMenuPortal as To, DropdownMenuRadioGroup as So, DropdownMenuRadioItem as uo, DropdownMenuSeparator as Co, DropdownMenuShortcut as bo, DropdownMenuSub as so, DropdownMenuSubContent as Ao, DropdownMenuSubTrigger as ho, DropdownMenuTrigger as wo } from "./index15.js";
15
- import { Input as vo } from "./index16.js";
16
- import { Label as Io } from "./index17.js";
17
- import { Popover as Bo, PopoverAnchor as Fo, PopoverContent as Ho, PopoverTrigger as Ro } from "./index18.js";
18
- import { Progress as ko } from "./index19.js";
19
- import { RadioGroup as Vo, RadioGroupItem as Oo } from "./index20.js";
20
- import { ScrollArea as jo, ScrollBar as qo } from "./index21.js";
21
- import { Select as Eo, SelectContent as Jo, SelectGroup as Ko, SelectItem as No, SelectLabel as Qo, SelectScrollDownButton as Wo, SelectScrollUpButton as Xo, SelectSeparator as Yo, SelectTrigger as Zo, SelectValue as _o } from "./index22.js";
22
- import { Separator as oe } from "./index23.js";
23
- import { Sheet as re, SheetClose as te, SheetContent as le, SheetDescription as ae, SheetFooter as ne, SheetHeader as pe, SheetOverlay as ie, SheetPortal as ge, SheetTitle as me, SheetTrigger as de } from "./index24.js";
24
- import { Skeleton as xe } from "./index25.js";
25
- import { Slider as fe } from "./index26.js";
26
- import { Statusline as Se } from "./index27.js";
27
- import { Switch as Ce } from "./index28.js";
28
- import { Table as se, TableBody as Ae, TableCaption as he, TableCell as we, TableFooter as Me, TableHead as ve, TableHeader as Pe, TableRow as Ie } from "./index29.js";
29
- import { Tabs as Be, TabsContent as Fe, TabsList as He, TabsTrigger as Re } from "./index30.js";
30
- import { TerminalTextarea as ke } from "./index31.js";
31
- import { Textarea as Ve } from "./index32.js";
32
- import { Toggle as Ue, toggleVariants as je } from "./index33.js";
33
- import { Tooltip as ze, TooltipContent as Ee, TooltipProvider as Je, TooltipTrigger as Ke } from "./index34.js";
34
- import { colors as Qe } from "./index35.js";
35
- import { typography as Xe } from "./index36.js";
36
- import { borderRadius as Ze, spacing as _e } from "./index37.js";
37
- import { animations as or } from "./index38.js";
38
- import { shadows as rr } from "./index39.js";
12
+ import { Combobox as Y, ComboboxMulti as Z } from "./index13.js";
13
+ import { Command as $, CommandDialog as oo, CommandEmpty as eo, CommandGroup as ro, CommandInput as to, CommandItem as ao, CommandList as lo, CommandSeparator as no, CommandShortcut as po } from "./index14.js";
14
+ import { Dialog as mo, DialogClose as go, DialogContent as xo, DialogDescription as Do, DialogFooter as fo, DialogHeader as co, DialogOverlay as Co, DialogPortal as uo, DialogTitle as So, DialogTrigger as To } from "./index15.js";
15
+ import { DitheredImage as so } from "./index16.js";
16
+ import { DropdownMenu as ho, DropdownMenuCheckboxItem as wo, DropdownMenuContent as Mo, DropdownMenuGroup as Fo, DropdownMenuItem as Io, DropdownMenuLabel as vo, DropdownMenuPortal as Po, DropdownMenuRadioGroup as yo, DropdownMenuRadioItem as Bo, DropdownMenuSeparator as Go, DropdownMenuShortcut as Ho, DropdownMenuSub as Lo, DropdownMenuSubContent as Ro, DropdownMenuSubTrigger as ko, DropdownMenuTrigger as Vo } from "./index17.js";
17
+ import { Form as Eo, FormControl as Uo, FormDescription as jo, FormField as qo, FormItem as zo, FormLabel as Jo, FormMessage as Ko, useFormField as No } from "./index18.js";
18
+ import { Input as Wo } from "./index19.js";
19
+ import { Label as Yo } from "./index20.js";
20
+ import { Popover as _o, PopoverAnchor as $o, PopoverContent as oe, PopoverTrigger as ee } from "./index21.js";
21
+ import { Progress as te } from "./index22.js";
22
+ import { RadioGroup as le, RadioGroupItem as ne } from "./index23.js";
23
+ import { ScrollArea as ie, ScrollBar as me } from "./index24.js";
24
+ import { Select as de, SelectContent as xe, SelectGroup as De, SelectItem as fe, SelectLabel as ce, SelectScrollDownButton as Ce, SelectScrollUpButton as ue, SelectSeparator as Se, SelectTrigger as Te, SelectValue as be } from "./index25.js";
25
+ import { Separator as Ae } from "./index26.js";
26
+ import { Sheet as we, SheetClose as Me, SheetContent as Fe, SheetDescription as Ie, SheetFooter as ve, SheetHeader as Pe, SheetOverlay as ye, SheetPortal as Be, SheetTitle as Ge, SheetTrigger as He } from "./index27.js";
27
+ import { Skeleton as Re } from "./index28.js";
28
+ import { Slider as Ve } from "./index29.js";
29
+ import { Statusline as Ee } from "./index30.js";
30
+ import { Switch as je } from "./index31.js";
31
+ import { Table as ze, TableBody as Je, TableCaption as Ke, TableCell as Ne, TableFooter as Qe, TableHead as We, TableHeader as Xe, TableRow as Ye } from "./index32.js";
32
+ import { Tabs as _e, TabsContent as $e, TabsList as or, TabsTrigger as er } from "./index33.js";
33
+ import { TerminalTextarea as tr } from "./index34.js";
34
+ import { Textarea as lr } from "./index35.js";
35
+ import { Toggle as pr, toggleVariants as ir } from "./index36.js";
36
+ import { Tooltip as gr, TooltipContent as dr, TooltipProvider as xr, TooltipTrigger as Dr } from "./index37.js";
37
+ import { colors as cr, palette as Cr } from "./index38.js";
38
+ import { typography as Sr } from "./index39.js";
39
+ import { borderRadius as br, spacing as sr } from "./index40.js";
40
+ import { animations as hr } from "./index41.js";
41
+ import { shadows as Mr } from "./index42.js";
39
42
  export {
40
43
  n as Accordion,
41
44
  p as AccordionContent,
42
45
  i as AccordionItem,
43
- g as AccordionTrigger,
46
+ m as AccordionTrigger,
44
47
  d as Alert,
45
- D as AlertDescription,
46
- f as AlertDialog,
47
- T as AlertDialogAction,
48
- S as AlertDialogCancel,
49
- u as AlertDialogContent,
50
- C as AlertDialogDescription,
48
+ x as AlertDescription,
49
+ c as AlertDialog,
50
+ C as AlertDialogAction,
51
+ u as AlertDialogCancel,
52
+ S as AlertDialogContent,
53
+ T as AlertDialogDescription,
51
54
  b as AlertDialogFooter,
52
55
  s as AlertDialogHeader,
53
56
  A as AlertDialogOverlay,
54
57
  h as AlertDialogPortal,
55
58
  w as AlertDialogTitle,
56
59
  M as AlertDialogTrigger,
57
- x as AlertTitle,
58
- P as Avatar,
59
- I as AvatarFallback,
60
- y as AvatarImage,
61
- F as Badge,
62
- G as Button,
60
+ D as AlertTitle,
61
+ I as Avatar,
62
+ v as AvatarFallback,
63
+ P as AvatarImage,
64
+ B as Badge,
65
+ L as Button,
63
66
  V as Card,
64
67
  O as CardContent,
65
- U as CardDescription,
66
- j as CardFooter,
67
- q as CardHeader,
68
- z as CardTitle,
68
+ E as CardDescription,
69
+ U as CardFooter,
70
+ j as CardHeader,
71
+ q as CardTitle,
69
72
  J as Checkbox,
70
73
  N as Collapsible,
71
74
  Q as CollapsibleContent,
72
75
  W as CollapsibleTrigger,
73
- Y as Dialog,
74
- Z as DialogClose,
75
- _ as DialogContent,
76
- $ as DialogDescription,
77
- oo as DialogFooter,
78
- eo as DialogHeader,
79
- ro as DialogOverlay,
80
- to as DialogPortal,
81
- lo as DialogTitle,
82
- ao as DialogTrigger,
83
- po as DitheredImage,
84
- go as DropdownMenu,
85
- mo as DropdownMenuCheckboxItem,
86
- Do as DropdownMenuContent,
87
- xo as DropdownMenuGroup,
88
- co as DropdownMenuItem,
89
- fo as DropdownMenuLabel,
90
- To as DropdownMenuPortal,
91
- So as DropdownMenuRadioGroup,
92
- uo as DropdownMenuRadioItem,
93
- Co as DropdownMenuSeparator,
94
- bo as DropdownMenuShortcut,
95
- so as DropdownMenuSub,
96
- Ao as DropdownMenuSubContent,
97
- ho as DropdownMenuSubTrigger,
98
- wo as DropdownMenuTrigger,
99
- vo as Input,
100
- Io as Label,
101
- Bo as Popover,
102
- Fo as PopoverAnchor,
103
- Ho as PopoverContent,
104
- Ro as PopoverTrigger,
105
- ko as Progress,
106
- Vo as RadioGroup,
107
- Oo as RadioGroupItem,
108
- jo as ScrollArea,
109
- qo as ScrollBar,
110
- Eo as Select,
111
- Jo as SelectContent,
112
- Ko as SelectGroup,
113
- No as SelectItem,
114
- Qo as SelectLabel,
115
- Wo as SelectScrollDownButton,
116
- Xo as SelectScrollUpButton,
117
- Yo as SelectSeparator,
118
- Zo as SelectTrigger,
119
- _o as SelectValue,
120
- oe as Separator,
121
- re as Sheet,
122
- te as SheetClose,
123
- le as SheetContent,
124
- ae as SheetDescription,
125
- ne as SheetFooter,
126
- pe as SheetHeader,
127
- ie as SheetOverlay,
128
- ge as SheetPortal,
129
- me as SheetTitle,
130
- de as SheetTrigger,
131
- xe as Skeleton,
132
- fe as Slider,
133
- Se as Statusline,
134
- Ce as Switch,
135
- se as Table,
136
- Ae as TableBody,
137
- he as TableCaption,
138
- we as TableCell,
139
- Me as TableFooter,
140
- ve as TableHead,
141
- Pe as TableHeader,
142
- Ie as TableRow,
143
- Be as Tabs,
144
- Fe as TabsContent,
145
- He as TabsList,
146
- Re as TabsTrigger,
147
- ke as TerminalTextarea,
148
- Ve as Textarea,
149
- Ue as Toggle,
150
- ze as Tooltip,
151
- Ee as TooltipContent,
152
- Je as TooltipProvider,
153
- Ke as TooltipTrigger,
154
- or as animations,
155
- H as badgeVariants,
156
- Ze as borderRadius,
157
- k as buttonVariants,
76
+ Y as Combobox,
77
+ Z as ComboboxMulti,
78
+ $ as Command,
79
+ oo as CommandDialog,
80
+ eo as CommandEmpty,
81
+ ro as CommandGroup,
82
+ to as CommandInput,
83
+ ao as CommandItem,
84
+ lo as CommandList,
85
+ no as CommandSeparator,
86
+ po as CommandShortcut,
87
+ mo as Dialog,
88
+ go as DialogClose,
89
+ xo as DialogContent,
90
+ Do as DialogDescription,
91
+ fo as DialogFooter,
92
+ co as DialogHeader,
93
+ Co as DialogOverlay,
94
+ uo as DialogPortal,
95
+ So as DialogTitle,
96
+ To as DialogTrigger,
97
+ so as DitheredImage,
98
+ ho as DropdownMenu,
99
+ wo as DropdownMenuCheckboxItem,
100
+ Mo as DropdownMenuContent,
101
+ Fo as DropdownMenuGroup,
102
+ Io as DropdownMenuItem,
103
+ vo as DropdownMenuLabel,
104
+ Po as DropdownMenuPortal,
105
+ yo as DropdownMenuRadioGroup,
106
+ Bo as DropdownMenuRadioItem,
107
+ Go as DropdownMenuSeparator,
108
+ Ho as DropdownMenuShortcut,
109
+ Lo as DropdownMenuSub,
110
+ Ro as DropdownMenuSubContent,
111
+ ko as DropdownMenuSubTrigger,
112
+ Vo as DropdownMenuTrigger,
113
+ Eo as Form,
114
+ Uo as FormControl,
115
+ jo as FormDescription,
116
+ qo as FormField,
117
+ zo as FormItem,
118
+ Jo as FormLabel,
119
+ Ko as FormMessage,
120
+ Wo as Input,
121
+ Yo as Label,
122
+ _o as Popover,
123
+ $o as PopoverAnchor,
124
+ oe as PopoverContent,
125
+ ee as PopoverTrigger,
126
+ te as Progress,
127
+ le as RadioGroup,
128
+ ne as RadioGroupItem,
129
+ ie as ScrollArea,
130
+ me as ScrollBar,
131
+ de as Select,
132
+ xe as SelectContent,
133
+ De as SelectGroup,
134
+ fe as SelectItem,
135
+ ce as SelectLabel,
136
+ Ce as SelectScrollDownButton,
137
+ ue as SelectScrollUpButton,
138
+ Se as SelectSeparator,
139
+ Te as SelectTrigger,
140
+ be as SelectValue,
141
+ Ae as Separator,
142
+ we as Sheet,
143
+ Me as SheetClose,
144
+ Fe as SheetContent,
145
+ Ie as SheetDescription,
146
+ ve as SheetFooter,
147
+ Pe as SheetHeader,
148
+ ye as SheetOverlay,
149
+ Be as SheetPortal,
150
+ Ge as SheetTitle,
151
+ He as SheetTrigger,
152
+ Re as Skeleton,
153
+ Ve as Slider,
154
+ Ee as Statusline,
155
+ je as Switch,
156
+ ze as Table,
157
+ Je as TableBody,
158
+ Ke as TableCaption,
159
+ Ne as TableCell,
160
+ Qe as TableFooter,
161
+ We as TableHead,
162
+ Xe as TableHeader,
163
+ Ye as TableRow,
164
+ _e as Tabs,
165
+ $e as TabsContent,
166
+ or as TabsList,
167
+ er as TabsTrigger,
168
+ tr as TerminalTextarea,
169
+ lr as Textarea,
170
+ pr as Toggle,
171
+ gr as Tooltip,
172
+ dr as TooltipContent,
173
+ xr as TooltipProvider,
174
+ Dr as TooltipTrigger,
175
+ hr as animations,
176
+ G as badgeVariants,
177
+ br as borderRadius,
178
+ R as buttonVariants,
158
179
  r as cn,
159
- Qe as colors,
160
- rr as shadows,
161
- _e as spacing,
162
- l as theme,
163
- je as toggleVariants,
164
- Xe as typography
180
+ cr as colors,
181
+ Cr as palette,
182
+ Mr as shadows,
183
+ sr as spacing,
184
+ a as theme,
185
+ ir as toggleVariants,
186
+ Sr as typography,
187
+ No as useFormField
165
188
  };
package/dist/index10.js CHANGED
@@ -1,61 +1,61 @@
1
1
  import { jsx as d } from "react/jsx-runtime";
2
- import * as o from "react";
3
- import { cn as t } from "./index2.js";
4
- const s = o.forwardRef(({ className: a, ...e }, r) => /* @__PURE__ */ d(
2
+ import * as t from "react";
3
+ import { cn as o } from "./index2.js";
4
+ const s = t.forwardRef(({ className: a, ...r }, e) => /* @__PURE__ */ d(
5
5
  "div",
6
6
  {
7
- ref: r,
8
- className: t(
9
- "rounded-xl border bg-card text-card-foreground shadow",
7
+ ref: e,
8
+ className: o(
9
+ "border-2 bg-card text-card-foreground",
10
10
  a
11
11
  ),
12
- ...e
12
+ ...r
13
13
  }
14
14
  ));
15
15
  s.displayName = "Card";
16
- const i = o.forwardRef(({ className: a, ...e }, r) => /* @__PURE__ */ d(
16
+ const i = t.forwardRef(({ className: a, ...r }, e) => /* @__PURE__ */ d(
17
17
  "div",
18
18
  {
19
- ref: r,
20
- className: t("flex flex-col space-y-1.5", a),
21
- ...e
19
+ ref: e,
20
+ className: o("flex flex-col space-y-1.5", a),
21
+ ...r
22
22
  }
23
23
  ));
24
24
  i.displayName = "CardHeader";
25
- const f = o.forwardRef(({ className: a, ...e }, r) => /* @__PURE__ */ d(
25
+ const m = t.forwardRef(({ className: a, ...r }, e) => /* @__PURE__ */ d(
26
26
  "div",
27
27
  {
28
- ref: r,
29
- className: t("bg-[#00ff00] text-black px-4 py-2 font-semibold leading-none tracking-tight w-full", a),
30
- ...e
28
+ ref: e,
29
+ className: o("bg-primary text-primary-foreground px-2 py-1 text-sm font-semibold leading-none tracking-tight w-full", a),
30
+ ...r
31
31
  }
32
32
  ));
33
- f.displayName = "CardTitle";
34
- const l = o.forwardRef(({ className: a, ...e }, r) => /* @__PURE__ */ d(
33
+ m.displayName = "CardTitle";
34
+ const f = t.forwardRef(({ className: a, ...r }, e) => /* @__PURE__ */ d(
35
35
  "div",
36
36
  {
37
- ref: r,
38
- className: t("text-sm text-muted-foreground", a),
39
- ...e
37
+ ref: e,
38
+ className: o("px-6 pt-2 text-sm text-muted-foreground", a),
39
+ ...r
40
40
  }
41
41
  ));
42
- l.displayName = "CardDescription";
43
- const c = o.forwardRef(({ className: a, ...e }, r) => /* @__PURE__ */ d("div", { ref: r, className: t("p-6", a), ...e }));
42
+ f.displayName = "CardDescription";
43
+ const c = t.forwardRef(({ className: a, ...r }, e) => /* @__PURE__ */ d("div", { ref: e, className: o("p-6", a), ...r }));
44
44
  c.displayName = "CardContent";
45
- const m = o.forwardRef(({ className: a, ...e }, r) => /* @__PURE__ */ d(
45
+ const l = t.forwardRef(({ className: a, ...r }, e) => /* @__PURE__ */ d(
46
46
  "div",
47
47
  {
48
- ref: r,
49
- className: t("flex items-center p-6 pt-0", a),
50
- ...e
48
+ ref: e,
49
+ className: o("flex items-center p-6 pt-0", a),
50
+ ...r
51
51
  }
52
52
  ));
53
- m.displayName = "CardFooter";
53
+ l.displayName = "CardFooter";
54
54
  export {
55
55
  s as Card,
56
56
  c as CardContent,
57
- l as CardDescription,
58
- m as CardFooter,
57
+ f as CardDescription,
58
+ l as CardFooter,
59
59
  i as CardHeader,
60
- f as CardTitle
60
+ m as CardTitle
61
61
  };
package/dist/index100.js CHANGED
@@ -1,32 +1,11 @@
1
- import * as a from "react";
2
- import { Primitive as o } from "./index85.js";
3
- import { jsx as t } from "react/jsx-runtime";
4
- var d = Object.freeze({
5
- // See: https://github.com/twbs/bootstrap/blob/main/scss/mixins/_visually-hidden.scss
6
- position: "absolute",
7
- border: 0,
8
- width: 1,
9
- height: 1,
10
- padding: 0,
11
- margin: -1,
12
- overflow: "hidden",
13
- clip: "rect(0, 0, 0, 0)",
14
- whiteSpace: "nowrap",
15
- wordWrap: "normal"
16
- }), l = "VisuallyHidden", e = a.forwardRef(
17
- (r, i) => /* @__PURE__ */ t(
18
- o.span,
19
- {
20
- ...r,
21
- ref: i,
22
- style: { ...d, ...r.style }
23
- }
24
- )
25
- );
26
- e.displayName = l;
27
- var p = e;
1
+ import { __assign as m } from "./index119.js";
2
+ import * as r from "react";
3
+ import { RemoveScroll as e } from "./index120.js";
4
+ import t from "./index121.js";
5
+ var s = r.forwardRef(function(a, o) {
6
+ return r.createElement(e, m({}, a, { ref: o, sideCar: t }));
7
+ });
8
+ s.classNames = e.classNames;
28
9
  export {
29
- p as Root,
30
- d as VISUALLY_HIDDEN_STYLES,
31
- e as VisuallyHidden
10
+ s as default
32
11
  };
package/dist/index101.js CHANGED
@@ -1,17 +1,52 @@
1
- import * as r from "react";
2
- var t = 0;
3
- function a() {
4
- r.useEffect(() => {
5
- const e = document.querySelectorAll("[data-radix-focus-guard]");
6
- return document.body.insertAdjacentElement("afterbegin", e[0] ?? n()), document.body.insertAdjacentElement("beforeend", e[1] ?? n()), t++, () => {
7
- t === 1 && document.querySelectorAll("[data-radix-focus-guard]").forEach((o) => o.remove()), t--;
8
- };
9
- }, []);
10
- }
11
- function n() {
12
- const e = document.createElement("span");
13
- return e.setAttribute("data-radix-focus-guard", ""), e.tabIndex = 0, e.style.outline = "none", e.style.opacity = "0", e.style.position = "fixed", e.style.pointerEvents = "none", e;
14
- }
1
+ var S = function(r) {
2
+ if (typeof document > "u")
3
+ return null;
4
+ var u = Array.isArray(r) ? r[0] : r;
5
+ return u.ownerDocument.body;
6
+ }, f = /* @__PURE__ */ new WeakMap(), v = /* @__PURE__ */ new WeakMap(), p = {}, h = 0, W = function(r) {
7
+ return r && (r.host || W(r.parentNode));
8
+ }, D = function(r, u) {
9
+ return u.map(function(e) {
10
+ if (r.contains(e))
11
+ return e;
12
+ var n = W(e);
13
+ return n && r.contains(n) ? n : (console.error("aria-hidden", e, "in not contained inside", r, ". Doing nothing"), null);
14
+ }).filter(function(e) {
15
+ return !!e;
16
+ });
17
+ }, E = function(r, u, e, n) {
18
+ var i = D(u, Array.isArray(r) ? r : [r]);
19
+ p[e] || (p[e] = /* @__PURE__ */ new WeakMap());
20
+ var s = p[e], l = [], o = /* @__PURE__ */ new Set(), b = new Set(i), y = function(t) {
21
+ !t || o.has(t) || (o.add(t), y(t.parentNode));
22
+ };
23
+ i.forEach(y);
24
+ var A = function(t) {
25
+ !t || b.has(t) || Array.prototype.forEach.call(t.children, function(a) {
26
+ if (o.has(a))
27
+ A(a);
28
+ else
29
+ try {
30
+ var c = a.getAttribute(n), w = c !== null && c !== "false", d = (f.get(a) || 0) + 1, M = (s.get(a) || 0) + 1;
31
+ f.set(a, d), s.set(a, M), l.push(a), d === 1 && w && v.set(a, !0), M === 1 && a.setAttribute(e, "true"), w || a.setAttribute(n, "true");
32
+ } catch (k) {
33
+ console.error("aria-hidden: cannot operate on ", a, k);
34
+ }
35
+ });
36
+ };
37
+ return A(u), o.clear(), h++, function() {
38
+ l.forEach(function(t) {
39
+ var a = f.get(t) - 1, c = s.get(t) - 1;
40
+ f.set(t, a), s.set(t, c), a || (v.has(t) || t.removeAttribute(n), v.delete(t)), c || t.removeAttribute(e);
41
+ }), h--, h || (f = /* @__PURE__ */ new WeakMap(), f = /* @__PURE__ */ new WeakMap(), v = /* @__PURE__ */ new WeakMap(), p = {});
42
+ };
43
+ }, C = function(r, u, e) {
44
+ e === void 0 && (e = "data-aria-hidden");
45
+ var n = Array.from(Array.isArray(r) ? r : [r]), i = S(r);
46
+ return i ? (n.push.apply(n, Array.from(i.querySelectorAll("[aria-live], script"))), E(n, i, e, "aria-hidden")) : function() {
47
+ return null;
48
+ };
49
+ };
15
50
  export {
16
- a as useFocusGuards
51
+ C as hideOthers
17
52
  };