@drjoshcsimmons/scl 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/ui/alert/alert.d.ts +1 -1
- package/dist/components/ui/alert/alert.d.ts.map +1 -1
- package/dist/components/ui/badge/badge.d.ts +1 -1
- package/dist/components/ui/badge/badge.d.ts.map +1 -1
- package/dist/components/ui/button/button.d.ts +1 -1
- package/dist/components/ui/button/button.d.ts.map +1 -1
- package/dist/components/ui/combobox/combobox.d.ts +31 -0
- package/dist/components/ui/combobox/combobox.d.ts.map +1 -0
- package/dist/components/ui/combobox/index.d.ts +3 -0
- package/dist/components/ui/combobox/index.d.ts.map +1 -0
- package/dist/components/ui/command/command.d.ts +85 -0
- package/dist/components/ui/command/command.d.ts.map +1 -0
- package/dist/components/ui/command/index.d.ts +2 -0
- package/dist/components/ui/command/index.d.ts.map +1 -0
- package/dist/components/ui/dithered-image/dithered-image.d.ts +6 -2
- package/dist/components/ui/dithered-image/dithered-image.d.ts.map +1 -1
- package/dist/components/ui/dithered-image/index.d.ts +1 -1
- package/dist/components/ui/dithered-image/index.d.ts.map +1 -1
- package/dist/components/ui/form/form.d.ts +24 -0
- package/dist/components/ui/form/form.d.ts.map +1 -0
- package/dist/components/ui/form/index.d.ts +2 -0
- package/dist/components/ui/form/index.d.ts.map +1 -0
- package/dist/components/ui/progress/progress.d.ts +0 -6
- package/dist/components/ui/progress/progress.d.ts.map +1 -1
- package/dist/components/ui/scroll-area/scroll-area.d.ts.map +1 -1
- package/dist/components/ui/skeleton/skeleton.d.ts +4 -1
- package/dist/components/ui/skeleton/skeleton.d.ts.map +1 -1
- package/dist/components/ui/statusline/statusline.d.ts.map +1 -1
- package/dist/components/ui/terminal-textarea/terminal-textarea.d.ts +0 -5
- package/dist/components/ui/terminal-textarea/terminal-textarea.d.ts.map +1 -1
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +166 -143
- package/dist/index10.js +30 -30
- package/dist/index100.js +218 -29
- package/dist/index101.js +646 -11
- package/dist/index102.js +173 -127
- package/dist/index103.js +4 -50
- package/dist/index104.js +30 -9
- package/dist/index105.js +6 -4
- package/dist/index106.js +11 -180
- package/dist/index107.js +19 -648
- package/dist/index108.js +9 -107
- package/dist/index109.js +38 -91
- package/dist/index11.js +13 -13
- package/dist/index110.js +18 -67
- package/dist/index111.js +201 -154
- package/dist/index112.js +20 -395
- package/dist/index113.js +395 -1675
- package/dist/index114.js +2 -278
- package/dist/index115.js +49 -128
- package/dist/index116.js +65 -32
- package/dist/index117.js +19 -1605
- package/dist/index118.js +28 -297
- package/dist/index119.js +5 -635
- package/dist/index12.js +1 -1
- package/dist/index120.js +2 -144
- package/dist/index121.js +2 -21
- package/dist/index122.js +5 -9
- package/dist/index123.js +3 -38
- package/dist/index124.js +24 -18
- package/dist/index125.js +113 -6
- package/dist/index126.js +15 -11
- package/dist/index127.js +513 -194
- package/dist/index128.js +128 -22
- package/dist/index129.js +114 -380
- package/dist/index13.js +132 -93
- package/dist/index130.js +59 -1300
- package/dist/index131.js +63 -612
- package/dist/index132.js +9 -2
- package/dist/index133.js +13 -52
- package/dist/index134.js +64 -63
- package/dist/index135.js +3 -24
- package/dist/index136.js +23 -29
- package/dist/index137.js +23 -5
- package/dist/index138.js +13 -2
- package/dist/index139.js +28 -2
- package/dist/index14.js +106 -220
- package/dist/index140.js +5 -5
- package/dist/index15.js +79 -125
- package/dist/index16.js +280 -17
- package/dist/index17.js +139 -12
- package/dist/index18.js +92 -22
- package/dist/index19.js +18 -55
- package/dist/index2.js +2 -2
- package/dist/index20.js +14 -26
- package/dist/index21.js +19 -33
- package/dist/index22.js +38 -121
- package/dist/index23.js +29 -22
- package/dist/index24.js +31 -64
- package/dist/index25.js +121 -15
- package/dist/index26.js +19 -29
- package/dist/index27.js +68 -77
- package/dist/index28.js +20 -25
- package/dist/index29.js +32 -88
- package/dist/index3.js +11 -9
- package/dist/index30.js +138 -38
- package/dist/index31.js +20 -227
- package/dist/index32.js +88 -18
- package/dist/index33.js +37 -28
- package/dist/index34.js +86 -22
- package/dist/index35.js +17 -102
- package/dist/index36.js +34 -65
- package/dist/index37.js +23 -49
- package/dist/index38.js +38 -99
- package/dist/index39.js +65 -10
- package/dist/index4.js +6 -6
- package/dist/index40.js +49 -15
- package/dist/index41.js +93 -2256
- package/dist/index42.js +10 -32
- package/dist/index43.js +15 -18
- package/dist/index44.js +2251 -225
- package/dist/index45.js +237 -11
- package/dist/index46.js +11 -73
- package/dist/index47.js +33 -249
- package/dist/index48.js +118 -9
- package/dist/index49.js +63 -326
- package/dist/index5.js +23 -23
- package/dist/index50.js +307 -57
- package/dist/index51.js +12 -241
- package/dist/index52.js +222 -822
- package/dist/index53.js +6 -3
- package/dist/index54.js +56 -114
- package/dist/index55.js +248 -219
- package/dist/index56.js +249 -11
- package/dist/index57.js +3 -5
- package/dist/index58.js +110 -221
- package/dist/index59.js +12 -260
- package/dist/index6.js +12 -12
- package/dist/index60.js +18 -12
- package/dist/index61.js +221 -18
- package/dist/index62.js +11 -530
- package/dist/index63.js +11 -6155
- package/dist/index64.js +234 -2626
- package/dist/index65.js +230 -292
- package/dist/index66.js +504 -646
- package/dist/index67.js +155 -824
- package/dist/index68.js +128 -23
- package/dist/index69.js +319 -311
- package/dist/index7.js +22 -22
- package/dist/index70.js +72 -4889
- package/dist/index71.js +408 -802
- package/dist/index72.js +18 -1254
- package/dist/index73.js +844 -518
- package/dist/index74.js +9 -125
- package/dist/index75.js +31 -161
- package/dist/index76.js +7 -31
- package/dist/index77.js +62 -429
- package/dist/index78.js +50 -128
- package/dist/index79.js +4 -81
- package/dist/index8.js +17 -18
- package/dist/index80.js +23 -64
- package/dist/index81.js +33 -45
- package/dist/index82.js +63 -21
- package/dist/index83.js +10 -6
- package/dist/index84.js +52 -49
- package/dist/index85.js +10 -33
- package/dist/index86.js +30 -11
- package/dist/index87.js +12 -7
- package/dist/index88.js +46 -30
- package/dist/index89.js +7 -54
- package/dist/index9.js +23 -31
- package/dist/index90.js +14 -10
- package/dist/index91.js +125 -4
- package/dist/index92.js +131 -9
- package/dist/index93.js +14 -6
- package/dist/index94.js +14 -24
- package/dist/index95.js +9 -69
- package/dist/index96.js +47 -122
- package/dist/index97.js +51 -216
- package/dist/index98.js +6 -14
- package/dist/index99.js +24 -53
- package/dist/tokens/colors.d.ts +26 -86
- package/dist/tokens/colors.d.ts.map +1 -1
- package/dist/tokens/index.d.ts +12 -84
- package/dist/tokens/index.d.ts.map +1 -1
- package/package.json +28 -23
- package/dist/index141.js +0 -5
- package/dist/index142.js +0 -26
- package/dist/index143.js +0 -115
- package/dist/index144.js +0 -18
- package/dist/index145.js +0 -527
- package/dist/index146.js +0 -130
- package/dist/index147.js +0 -136
- package/dist/index148.js +0 -67
- package/dist/index149.js +0 -71
- package/dist/index150.js +0 -11
- package/dist/index151.js +0 -16
- package/dist/index152.js +0 -68
- package/dist/index153.js +0 -6
- package/dist/index154.js +0 -25
- package/dist/index155.js +0 -25
- package/dist/index156.js +0 -15
- package/dist/index157.js +0 -30
- 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
|
|
3
|
-
import { Accordion as n, AccordionContent as p, AccordionItem as i, AccordionTrigger as
|
|
4
|
-
import { Alert as d, AlertDescription as
|
|
5
|
-
import { AlertDialog as
|
|
6
|
-
import { Avatar as
|
|
7
|
-
import { Badge as
|
|
8
|
-
import { Button as
|
|
9
|
-
import { Card as V, CardContent as O, CardDescription as
|
|
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 {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
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
|
-
|
|
46
|
+
m as AccordionTrigger,
|
|
44
47
|
d as Alert,
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
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
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
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
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
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
|
|
74
|
-
Z as
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
lo as
|
|
82
|
-
|
|
83
|
-
po as
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
Eo as
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
_o as
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
ne as
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
Ie as
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
Ee as
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
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
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
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
|
|
3
|
-
import { cn as
|
|
4
|
-
const s =
|
|
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:
|
|
8
|
-
className:
|
|
9
|
-
"
|
|
7
|
+
ref: e,
|
|
8
|
+
className: o(
|
|
9
|
+
"border-2 bg-card text-card-foreground",
|
|
10
10
|
a
|
|
11
11
|
),
|
|
12
|
-
...
|
|
12
|
+
...r
|
|
13
13
|
}
|
|
14
14
|
));
|
|
15
15
|
s.displayName = "Card";
|
|
16
|
-
const i =
|
|
16
|
+
const i = t.forwardRef(({ className: a, ...r }, e) => /* @__PURE__ */ d(
|
|
17
17
|
"div",
|
|
18
18
|
{
|
|
19
|
-
ref:
|
|
20
|
-
className:
|
|
21
|
-
...
|
|
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
|
|
25
|
+
const m = t.forwardRef(({ className: a, ...r }, e) => /* @__PURE__ */ d(
|
|
26
26
|
"div",
|
|
27
27
|
{
|
|
28
|
-
ref:
|
|
29
|
-
className:
|
|
30
|
-
...
|
|
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
|
-
|
|
34
|
-
const
|
|
33
|
+
m.displayName = "CardTitle";
|
|
34
|
+
const f = t.forwardRef(({ className: a, ...r }, e) => /* @__PURE__ */ d(
|
|
35
35
|
"div",
|
|
36
36
|
{
|
|
37
|
-
ref:
|
|
38
|
-
className:
|
|
39
|
-
...
|
|
37
|
+
ref: e,
|
|
38
|
+
className: o("px-6 pt-2 text-sm text-muted-foreground", a),
|
|
39
|
+
...r
|
|
40
40
|
}
|
|
41
41
|
));
|
|
42
|
-
|
|
43
|
-
const c =
|
|
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
|
|
45
|
+
const l = t.forwardRef(({ className: a, ...r }, e) => /* @__PURE__ */ d(
|
|
46
46
|
"div",
|
|
47
47
|
{
|
|
48
|
-
ref:
|
|
49
|
-
className:
|
|
50
|
-
...
|
|
48
|
+
ref: e,
|
|
49
|
+
className: o("flex items-center p-6 pt-0", a),
|
|
50
|
+
...r
|
|
51
51
|
}
|
|
52
52
|
));
|
|
53
|
-
|
|
53
|
+
l.displayName = "CardFooter";
|
|
54
54
|
export {
|
|
55
55
|
s as Card,
|
|
56
56
|
c as CardContent,
|
|
57
|
-
|
|
58
|
-
|
|
57
|
+
f as CardDescription,
|
|
58
|
+
l as CardFooter,
|
|
59
59
|
i as CardHeader,
|
|
60
|
-
|
|
60
|
+
m as CardTitle
|
|
61
61
|
};
|