@drjoshcsimmons/scl 0.2.8 → 0.3.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.
- package/dist/components/ui/accordion/accordion.d.ts.map +1 -1
- package/dist/components/ui/alert/alert.d.ts +5 -4
- package/dist/components/ui/alert/alert.d.ts.map +1 -1
- package/dist/components/ui/alert/index.d.ts +1 -1
- package/dist/components/ui/alert/index.d.ts.map +1 -1
- package/dist/components/ui/avatar/avatar.d.ts.map +1 -1
- package/dist/components/ui/badge/badge.d.ts +4 -6
- package/dist/components/ui/badge/badge.d.ts.map +1 -1
- package/dist/components/ui/badge/index.d.ts +1 -1
- package/dist/components/ui/badge/index.d.ts.map +1 -1
- package/dist/components/ui/button/button.d.ts +6 -7
- package/dist/components/ui/button/button.d.ts.map +1 -1
- package/dist/components/ui/button/index.d.ts +1 -1
- package/dist/components/ui/button/index.d.ts.map +1 -1
- package/dist/components/ui/card/card.d.ts.map +1 -1
- package/dist/components/ui/checkbox/checkbox.d.ts.map +1 -1
- package/dist/components/ui/collapsible/collapsible.d.ts.map +1 -1
- package/dist/components/ui/dialog/dialog.d.ts.map +1 -1
- package/dist/components/ui/input/input.d.ts.map +1 -1
- package/dist/components/ui/label/label.d.ts +1 -2
- package/dist/components/ui/label/label.d.ts.map +1 -1
- package/dist/components/ui/popover/popover.d.ts.map +1 -1
- package/dist/components/ui/progress/progress.d.ts +0 -3
- package/dist/components/ui/progress/progress.d.ts.map +1 -1
- package/dist/components/ui/radio-group/radio-group.d.ts.map +1 -1
- package/dist/components/ui/scroll-area/scroll-area.d.ts.map +1 -1
- package/dist/components/ui/select/select.d.ts.map +1 -1
- package/dist/components/ui/separator/separator.d.ts.map +1 -1
- package/dist/components/ui/skeleton/skeleton.d.ts +1 -0
- package/dist/components/ui/skeleton/skeleton.d.ts.map +1 -1
- package/dist/components/ui/slider/slider.d.ts.map +1 -1
- package/dist/components/ui/switch/switch.d.ts.map +1 -1
- package/dist/components/ui/table/table.d.ts.map +1 -1
- package/dist/components/ui/tabs/tabs.d.ts.map +1 -1
- package/dist/components/ui/textarea/textarea.d.ts.map +1 -1
- package/dist/components/ui/toggle/index.d.ts +1 -1
- package/dist/components/ui/toggle/index.d.ts.map +1 -1
- package/dist/components/ui/toggle/toggle.d.ts +6 -10
- package/dist/components/ui/toggle/toggle.d.ts.map +1 -1
- package/dist/components/ui/tooltip/tooltip.d.ts.map +1 -1
- package/dist/globals.css +222 -287
- package/dist/index.d.ts +1 -10
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +115 -184
- package/dist/index10.js +29 -57
- package/dist/index100.js +6 -30
- package/dist/index101.js +44 -11
- package/dist/index102.js +54 -5
- package/dist/index103.js +30 -25
- package/dist/index104.js +30 -9
- package/dist/index105.js +3 -180
- package/dist/index106.js +218 -3
- package/dist/index107.js +47 -29
- package/dist/index108.js +30 -9
- package/dist/index109.js +47 -29
- package/dist/index11.js +6 -19
- package/dist/index110.js +8 -54
- package/dist/index111.js +6 -30
- package/dist/index112.js +1 -1
- package/dist/index113.js +11 -47
- package/dist/index114.js +1 -1
- package/dist/index115.js +204 -10
- package/dist/index116.js +20 -204
- package/dist/index117.js +399 -21
- package/dist/index118.js +2 -400
- package/dist/index119.js +50 -45
- package/dist/index12.js +80 -5
- package/dist/index120.js +65 -6
- package/dist/index121.js +24 -20
- package/dist/index122.js +29 -9
- package/dist/index123.js +5 -38
- package/dist/index124.js +2 -18
- package/dist/index125.js +2 -25
- package/dist/index126.js +5 -29
- package/dist/index127.js +3 -5
- package/dist/index128.js +24 -2
- package/dist/index129.js +109 -49
- package/dist/index13.js +16 -136
- package/dist/index130.js +15 -64
- package/dist/index131.js +525 -2
- package/dist/index132.js +128 -2
- package/dist/index133.js +134 -5
- package/dist/index134.js +65 -3
- package/dist/index135.js +69 -24
- package/dist/index136.js +9 -113
- package/dist/index137.js +14 -16
- package/dist/index138.js +64 -523
- package/dist/index139.js +3 -127
- package/dist/index14.js +11 -97
- package/dist/index140.js +22 -133
- package/dist/index141.js +12 -64
- package/dist/index142.js +27 -68
- package/dist/index143.js +4 -8
- package/dist/index144.js +23 -14
- package/dist/index15.js +18 -72
- package/dist/index16.js +30 -252
- package/dist/index17.js +20 -133
- package/dist/index18.js +37 -89
- package/dist/index19.js +138 -18
- package/dist/index2.js +5 -5
- package/dist/index20.js +21 -10
- package/dist/index21.js +13 -22
- package/dist/index22.js +24 -35
- package/dist/index23.js +13 -19
- package/dist/index24.js +32 -37
- package/dist/index25.js +23 -102
- package/dist/index26.js +16 -20
- package/dist/index27.js +11 -72
- package/dist/index28.js +24 -12
- package/dist/index29.js +99 -28
- package/dist/index3.js +6 -6
- package/dist/index30.js +39 -111
- package/dist/index31.js +11 -25
- package/dist/index32.js +49 -65
- package/dist/index33.js +65 -43
- package/dist/index34.js +230 -79
- package/dist/index36.js +58 -33
- package/dist/index4.js +42 -26
- package/dist/index41.js +73 -49
- package/dist/index43.js +159 -13
- package/dist/index45.js +232 -210
- package/dist/index47.js +16 -223
- package/dist/index5.js +21 -32
- package/dist/index50.js +236 -11
- package/dist/index52.js +30 -309
- package/dist/index55.js +860 -18
- package/dist/index57.js +71 -249
- package/dist/index59.js +22 -12
- package/dist/index6.js +26 -70
- package/dist/index61.js +509 -109
- package/dist/index63.js +225 -109
- package/dist/index65.js +409 -210
- package/dist/index67.js +103 -321
- package/dist/index69.js +245 -18
- package/dist/index7.js +7 -40
- package/dist/index71.js +320 -66
- package/dist/index73.js +111 -416
- package/dist/index77.js +25 -44
- package/dist/index78.js +52 -24
- package/dist/index79.js +10 -6
- package/dist/index8.js +20 -26
- package/dist/index80.js +4 -52
- package/dist/index81.js +8 -12
- package/dist/index82.js +12 -10
- package/dist/index83.js +30 -8
- package/dist/index84.js +5 -123
- package/dist/index85.js +65 -12
- package/dist/index86.js +173 -127
- package/dist/index87.js +66 -216
- package/dist/index88.js +33 -13
- package/dist/index89.js +7 -68
- package/dist/index9.js +33 -36
- package/dist/index90.js +49 -45
- package/dist/index91.js +11 -50
- package/dist/index92.js +124 -8
- package/dist/index93.js +135 -4
- package/dist/index94.js +13 -649
- package/dist/index95.js +13 -13
- package/dist/index96.js +9 -30
- package/dist/index97.js +49 -47
- package/dist/index98.js +44 -51
- package/dist/index99.js +24 -10
- package/dist/lib/utils.d.ts +8 -8
- package/dist/lib/utils.d.ts.map +1 -1
- package/package.json +5 -46
- package/dist/components/ui/alert-dialog/alert-dialog.d.ts +0 -21
- package/dist/components/ui/alert-dialog/alert-dialog.d.ts.map +0 -1
- package/dist/components/ui/alert-dialog/index.d.ts +0 -2
- package/dist/components/ui/alert-dialog/index.d.ts.map +0 -1
- package/dist/components/ui/combobox/combobox.d.ts +0 -31
- package/dist/components/ui/combobox/combobox.d.ts.map +0 -1
- package/dist/components/ui/combobox/index.d.ts +0 -3
- package/dist/components/ui/combobox/index.d.ts.map +0 -1
- package/dist/components/ui/command/command.d.ts +0 -85
- package/dist/components/ui/command/command.d.ts.map +0 -1
- package/dist/components/ui/command/index.d.ts +0 -2
- package/dist/components/ui/command/index.d.ts.map +0 -1
- package/dist/components/ui/dithered-image/dithered-image.d.ts +0 -21
- package/dist/components/ui/dithered-image/dithered-image.d.ts.map +0 -1
- package/dist/components/ui/dithered-image/index.d.ts +0 -3
- package/dist/components/ui/dithered-image/index.d.ts.map +0 -1
- package/dist/components/ui/dropdown-menu/dropdown-menu.d.ts +0 -28
- package/dist/components/ui/dropdown-menu/dropdown-menu.d.ts.map +0 -1
- package/dist/components/ui/dropdown-menu/index.d.ts +0 -2
- package/dist/components/ui/dropdown-menu/index.d.ts.map +0 -1
- package/dist/components/ui/form/form.d.ts +0 -24
- package/dist/components/ui/form/form.d.ts.map +0 -1
- package/dist/components/ui/form/index.d.ts +0 -2
- package/dist/components/ui/form/index.d.ts.map +0 -1
- package/dist/components/ui/sheet/index.d.ts +0 -2
- package/dist/components/ui/sheet/index.d.ts.map +0 -1
- package/dist/components/ui/sheet/sheet.d.ts +0 -26
- package/dist/components/ui/sheet/sheet.d.ts.map +0 -1
- package/dist/components/ui/statusline/index.d.ts +0 -2
- package/dist/components/ui/statusline/index.d.ts.map +0 -1
- package/dist/components/ui/statusline/statusline.d.ts +0 -40
- package/dist/components/ui/statusline/statusline.d.ts.map +0 -1
- package/dist/components/ui/terminal-textarea/index.d.ts +0 -2
- package/dist/components/ui/terminal-textarea/index.d.ts.map +0 -1
- package/dist/components/ui/terminal-textarea/terminal-textarea.d.ts +0 -16
- package/dist/components/ui/terminal-textarea/terminal-textarea.d.ts.map +0 -1
- package/dist/index145.js +0 -68
- package/dist/index146.js +0 -6
- package/dist/index147.js +0 -25
- package/dist/index148.js +0 -25
- package/dist/index149.js +0 -15
- package/dist/index150.js +0 -30
- package/dist/index151.js +0 -7
- package/dist/index35.js +0 -20
- package/dist/index37.js +0 -28
- package/dist/index38.js +0 -102
- package/dist/index39.js +0 -41
- package/dist/index40.js +0 -13
- package/dist/index42.js +0 -68
- package/dist/index44.js +0 -2265
- package/dist/index46.js +0 -13
- package/dist/index48.js +0 -11
- package/dist/index49.js +0 -13
- package/dist/index51.js +0 -243
- package/dist/index53.js +0 -14
- package/dist/index54.js +0 -120
- package/dist/index56.js +0 -35
- package/dist/index58.js +0 -14
- package/dist/index60.js +0 -75
- package/dist/index62.js +0 -62
- package/dist/index64.js +0 -256
- package/dist/index66.js +0 -532
- package/dist/index68.js +0 -251
- package/dist/index70.js +0 -163
- package/dist/index72.js +0 -33
- package/dist/index74.js +0 -862
- package/dist/index75.js +0 -11
- package/dist/index76.js +0 -70
package/dist/index.js
CHANGED
|
@@ -1,188 +1,119 @@
|
|
|
1
|
-
import { cn as
|
|
1
|
+
import { cn as e, cx as t } from "./index2.js";
|
|
2
2
|
import { theme as a } from "./index3.js";
|
|
3
|
-
import { Accordion as
|
|
4
|
-
import { Alert as
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
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 { 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 { animations as cr } from "./index38.js";
|
|
38
|
-
import { colors as ur, palette as Sr } from "./index39.js";
|
|
39
|
-
import { shadows as br } from "./index40.js";
|
|
40
|
-
import { borderRadius as Ar, spacing as hr } from "./index41.js";
|
|
41
|
-
import { typography as Mr } from "./index42.js";
|
|
3
|
+
import { Accordion as i, AccordionContent as m, AccordionItem as n, AccordionTrigger as x } from "./index4.js";
|
|
4
|
+
import { Alert as f, AlertDescription as g, AlertTitle as T } from "./index5.js";
|
|
5
|
+
import { Avatar as C, AvatarFallback as b, AvatarImage as s } from "./index6.js";
|
|
6
|
+
import { Badge as D } from "./index7.js";
|
|
7
|
+
import { Button as u } from "./index8.js";
|
|
8
|
+
import { Card as P, CardContent as h, CardDescription as B, CardFooter as I, CardHeader as w, CardTitle as y } from "./index9.js";
|
|
9
|
+
import { Checkbox as H } from "./index10.js";
|
|
10
|
+
import { Collapsible as k, CollapsibleContent as G, CollapsibleTrigger as L } from "./index11.js";
|
|
11
|
+
import { Dialog as U, DialogClose as V, DialogContent as j, DialogDescription as q, DialogFooter as z, DialogHeader as E, DialogOverlay as J, DialogPortal as K, DialogTitle as M, DialogTrigger as N } from "./index12.js";
|
|
12
|
+
import { Input as W } from "./index13.js";
|
|
13
|
+
import { Label as Y } from "./index14.js";
|
|
14
|
+
import { Popover as _, PopoverAnchor as $, PopoverContent as oo, PopoverTrigger as ro } from "./index15.js";
|
|
15
|
+
import { Progress as to } from "./index16.js";
|
|
16
|
+
import { RadioGroup as ao, RadioGroupItem as po } from "./index17.js";
|
|
17
|
+
import { ScrollArea as mo, ScrollBar as no } from "./index18.js";
|
|
18
|
+
import { Select as co, SelectContent as fo, SelectGroup as go, SelectItem as To, SelectLabel as Co, SelectScrollDownButton as bo, SelectScrollUpButton as so, SelectSeparator as So, SelectTrigger as Do, SelectValue as Ao } from "./index19.js";
|
|
19
|
+
import { Separator as vo } from "./index20.js";
|
|
20
|
+
import { Skeleton as ho } from "./index21.js";
|
|
21
|
+
import { Slider as Io } from "./index22.js";
|
|
22
|
+
import { Switch as yo } from "./index23.js";
|
|
23
|
+
import { Table as Ho, TableBody as Ro, TableCaption as ko, TableCell as Go, TableFooter as Lo, TableHead as Oo, TableHeader as Uo, TableRow as Vo } from "./index24.js";
|
|
24
|
+
import { Tabs as qo, TabsContent as zo, TabsList as Eo, TabsTrigger as Jo } from "./index25.js";
|
|
25
|
+
import { Textarea as Mo } from "./index26.js";
|
|
26
|
+
import { Toggle as Qo } from "./index27.js";
|
|
27
|
+
import { Tooltip as Xo, TooltipContent as Yo, TooltipProvider as Zo, TooltipTrigger as _o } from "./index28.js";
|
|
28
|
+
import { animations as or } from "./index29.js";
|
|
29
|
+
import { colors as er, palette as tr } from "./index30.js";
|
|
30
|
+
import { shadows as ar } from "./index31.js";
|
|
31
|
+
import { borderRadius as ir, spacing as mr } from "./index32.js";
|
|
32
|
+
import { typography as xr } from "./index33.js";
|
|
42
33
|
export {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
C as
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
V as
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
W as
|
|
76
|
-
Y as
|
|
77
|
-
|
|
78
|
-
$ as
|
|
79
|
-
oo as
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
no as
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
go as
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
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
|
-
cr as animations,
|
|
176
|
-
G as badgeVariants,
|
|
177
|
-
Ar as borderRadius,
|
|
178
|
-
R as buttonVariants,
|
|
179
|
-
r as cn,
|
|
180
|
-
ur as colors,
|
|
181
|
-
Sr as palette,
|
|
182
|
-
br as shadows,
|
|
183
|
-
hr as spacing,
|
|
34
|
+
i as Accordion,
|
|
35
|
+
m as AccordionContent,
|
|
36
|
+
n as AccordionItem,
|
|
37
|
+
x as AccordionTrigger,
|
|
38
|
+
f as Alert,
|
|
39
|
+
g as AlertDescription,
|
|
40
|
+
T as AlertTitle,
|
|
41
|
+
C as Avatar,
|
|
42
|
+
b as AvatarFallback,
|
|
43
|
+
s as AvatarImage,
|
|
44
|
+
D as Badge,
|
|
45
|
+
u as Button,
|
|
46
|
+
P as Card,
|
|
47
|
+
h as CardContent,
|
|
48
|
+
B as CardDescription,
|
|
49
|
+
I as CardFooter,
|
|
50
|
+
w as CardHeader,
|
|
51
|
+
y as CardTitle,
|
|
52
|
+
H as Checkbox,
|
|
53
|
+
k as Collapsible,
|
|
54
|
+
G as CollapsibleContent,
|
|
55
|
+
L as CollapsibleTrigger,
|
|
56
|
+
U as Dialog,
|
|
57
|
+
V as DialogClose,
|
|
58
|
+
j as DialogContent,
|
|
59
|
+
q as DialogDescription,
|
|
60
|
+
z as DialogFooter,
|
|
61
|
+
E as DialogHeader,
|
|
62
|
+
J as DialogOverlay,
|
|
63
|
+
K as DialogPortal,
|
|
64
|
+
M as DialogTitle,
|
|
65
|
+
N as DialogTrigger,
|
|
66
|
+
W as Input,
|
|
67
|
+
Y as Label,
|
|
68
|
+
_ as Popover,
|
|
69
|
+
$ as PopoverAnchor,
|
|
70
|
+
oo as PopoverContent,
|
|
71
|
+
ro as PopoverTrigger,
|
|
72
|
+
to as Progress,
|
|
73
|
+
ao as RadioGroup,
|
|
74
|
+
po as RadioGroupItem,
|
|
75
|
+
mo as ScrollArea,
|
|
76
|
+
no as ScrollBar,
|
|
77
|
+
co as Select,
|
|
78
|
+
fo as SelectContent,
|
|
79
|
+
go as SelectGroup,
|
|
80
|
+
To as SelectItem,
|
|
81
|
+
Co as SelectLabel,
|
|
82
|
+
bo as SelectScrollDownButton,
|
|
83
|
+
so as SelectScrollUpButton,
|
|
84
|
+
So as SelectSeparator,
|
|
85
|
+
Do as SelectTrigger,
|
|
86
|
+
Ao as SelectValue,
|
|
87
|
+
vo as Separator,
|
|
88
|
+
ho as Skeleton,
|
|
89
|
+
Io as Slider,
|
|
90
|
+
yo as Switch,
|
|
91
|
+
Ho as Table,
|
|
92
|
+
Ro as TableBody,
|
|
93
|
+
ko as TableCaption,
|
|
94
|
+
Go as TableCell,
|
|
95
|
+
Lo as TableFooter,
|
|
96
|
+
Oo as TableHead,
|
|
97
|
+
Uo as TableHeader,
|
|
98
|
+
Vo as TableRow,
|
|
99
|
+
qo as Tabs,
|
|
100
|
+
zo as TabsContent,
|
|
101
|
+
Eo as TabsList,
|
|
102
|
+
Jo as TabsTrigger,
|
|
103
|
+
Mo as Textarea,
|
|
104
|
+
Qo as Toggle,
|
|
105
|
+
Xo as Tooltip,
|
|
106
|
+
Yo as TooltipContent,
|
|
107
|
+
Zo as TooltipProvider,
|
|
108
|
+
_o as TooltipTrigger,
|
|
109
|
+
or as animations,
|
|
110
|
+
ir as borderRadius,
|
|
111
|
+
e as cn,
|
|
112
|
+
er as colors,
|
|
113
|
+
t as cx,
|
|
114
|
+
tr as palette,
|
|
115
|
+
ar as shadows,
|
|
116
|
+
mr as spacing,
|
|
184
117
|
a as theme,
|
|
185
|
-
|
|
186
|
-
Mr as typography,
|
|
187
|
-
No as useFormField
|
|
118
|
+
xr as typography
|
|
188
119
|
};
|
package/dist/index10.js
CHANGED
|
@@ -1,59 +1,31 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
)
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
}
|
|
30
|
-
)
|
|
31
|
-
);
|
|
32
|
-
m.displayName = "CardTitle";
|
|
33
|
-
const f = t.forwardRef(
|
|
34
|
-
({ className: r, ...a }, e) => /* @__PURE__ */ d(
|
|
35
|
-
"div",
|
|
36
|
-
{
|
|
37
|
-
ref: e,
|
|
38
|
-
className: o("px-6 pt-2 text-sm text-muted-foreground", r),
|
|
39
|
-
...a
|
|
40
|
-
}
|
|
41
|
-
)
|
|
42
|
-
);
|
|
43
|
-
f.displayName = "CardDescription";
|
|
44
|
-
const p = t.forwardRef(
|
|
45
|
-
({ className: r, ...a }, e) => /* @__PURE__ */ d("div", { ref: e, className: o("p-6", r), ...a })
|
|
46
|
-
);
|
|
47
|
-
p.displayName = "CardContent";
|
|
48
|
-
const c = t.forwardRef(
|
|
49
|
-
({ className: r, ...a }, e) => /* @__PURE__ */ d("div", { ref: e, className: o("flex items-center p-6 pt-0", r), ...a })
|
|
50
|
-
);
|
|
51
|
-
c.displayName = "CardFooter";
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import { Checkbox as e, CheckboxIndicator as s } from "./index69.js";
|
|
3
|
+
import * as a from "react";
|
|
4
|
+
import { cx as t } from "./index2.js";
|
|
5
|
+
/* empty css */
|
|
6
|
+
const n = () => /* @__PURE__ */ o(
|
|
7
|
+
"svg",
|
|
8
|
+
{
|
|
9
|
+
className: "scl-checkbox__icon",
|
|
10
|
+
viewBox: "0 0 24 24",
|
|
11
|
+
fill: "none",
|
|
12
|
+
stroke: "currentColor",
|
|
13
|
+
strokeWidth: "3",
|
|
14
|
+
strokeLinecap: "square",
|
|
15
|
+
strokeLinejoin: "miter",
|
|
16
|
+
"aria-hidden": "true",
|
|
17
|
+
children: /* @__PURE__ */ o("polyline", { points: "20 6 9 17 4 12" })
|
|
18
|
+
}
|
|
19
|
+
), l = a.forwardRef(({ className: c, ...r }, i) => /* @__PURE__ */ o(
|
|
20
|
+
e,
|
|
21
|
+
{
|
|
22
|
+
ref: i,
|
|
23
|
+
className: t("scl-checkbox", c),
|
|
24
|
+
...r,
|
|
25
|
+
children: /* @__PURE__ */ o(s, { className: "scl-checkbox__indicator", children: /* @__PURE__ */ o(n, {}) })
|
|
26
|
+
}
|
|
27
|
+
));
|
|
28
|
+
l.displayName = e.displayName;
|
|
52
29
|
export {
|
|
53
|
-
|
|
54
|
-
p as CardContent,
|
|
55
|
-
f as CardDescription,
|
|
56
|
-
c as CardFooter,
|
|
57
|
-
i as CardHeader,
|
|
58
|
-
m as CardTitle
|
|
30
|
+
l as Checkbox
|
|
59
31
|
};
|
package/dist/index100.js
CHANGED
|
@@ -1,32 +1,8 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
"a",
|
|
7
|
-
"button",
|
|
8
|
-
"div",
|
|
9
|
-
"form",
|
|
10
|
-
"h2",
|
|
11
|
-
"h3",
|
|
12
|
-
"img",
|
|
13
|
-
"input",
|
|
14
|
-
"label",
|
|
15
|
-
"li",
|
|
16
|
-
"nav",
|
|
17
|
-
"ol",
|
|
18
|
-
"p",
|
|
19
|
-
"select",
|
|
20
|
-
"span",
|
|
21
|
-
"svg",
|
|
22
|
-
"ul"
|
|
23
|
-
], w = u.reduce((t, i) => {
|
|
24
|
-
const o = l(`Primitive.${i}`), r = f.forwardRef((e, m) => {
|
|
25
|
-
const { asChild: a, ...p } = e, s = a ? o : i;
|
|
26
|
-
return typeof window < "u" && (window[Symbol.for("radix-ui")] = !0), /* @__PURE__ */ n(s, { ...p, ref: m });
|
|
27
|
-
});
|
|
28
|
-
return r.displayName = `Primitive.${i}`, { ...t, [i]: r };
|
|
29
|
-
}, {});
|
|
1
|
+
import * as u from "react";
|
|
2
|
+
function t(r) {
|
|
3
|
+
const e = u.useRef({ value: r, previous: r });
|
|
4
|
+
return u.useMemo(() => (e.current.value !== r && (e.current.previous = e.current.value, e.current.value = r), e.current.previous), [r]);
|
|
5
|
+
}
|
|
30
6
|
export {
|
|
31
|
-
|
|
7
|
+
t as usePrevious
|
|
32
8
|
};
|
package/dist/index101.js
CHANGED
|
@@ -1,15 +1,48 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
)
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
1
|
+
import r from "react";
|
|
2
|
+
import { createContextScope as y } from "./index85.js";
|
|
3
|
+
import { useComposedRefs as M } from "./index77.js";
|
|
4
|
+
import { createSlot as x } from "./index114.js";
|
|
5
|
+
import { jsx as u } from "react/jsx-runtime";
|
|
6
|
+
function g(s) {
|
|
7
|
+
const m = s + "CollectionProvider", [A, N] = y(m), [_, f] = A(
|
|
8
|
+
m,
|
|
9
|
+
{ collectionRef: { current: null }, itemMap: /* @__PURE__ */ new Map() }
|
|
10
|
+
), p = (c) => {
|
|
11
|
+
const { scope: e, children: l } = c, o = r.useRef(null), t = r.useRef(/* @__PURE__ */ new Map()).current;
|
|
12
|
+
return /* @__PURE__ */ u(_, { scope: e, itemMap: t, collectionRef: o, children: l });
|
|
11
13
|
};
|
|
14
|
+
p.displayName = m;
|
|
15
|
+
const a = s + "CollectionSlot", E = x(a), C = r.forwardRef(
|
|
16
|
+
(c, e) => {
|
|
17
|
+
const { scope: l, children: o } = c, t = f(a, l), n = M(e, t.collectionRef);
|
|
18
|
+
return /* @__PURE__ */ u(E, { ref: n, children: o });
|
|
19
|
+
}
|
|
20
|
+
);
|
|
21
|
+
C.displayName = a;
|
|
22
|
+
const d = s + "CollectionItemSlot", R = "data-radix-collection-item", T = x(d), I = r.forwardRef(
|
|
23
|
+
(c, e) => {
|
|
24
|
+
const { scope: l, children: o, ...t } = c, n = r.useRef(null), S = M(e, n), i = f(d, l);
|
|
25
|
+
return r.useEffect(() => (i.itemMap.set(n, { ref: n, ...t }), () => void i.itemMap.delete(n))), /* @__PURE__ */ u(T, { [R]: "", ref: S, children: o });
|
|
26
|
+
}
|
|
27
|
+
);
|
|
28
|
+
I.displayName = d;
|
|
29
|
+
function O(c) {
|
|
30
|
+
const e = f(s + "CollectionConsumer", c);
|
|
31
|
+
return r.useCallback(() => {
|
|
32
|
+
const o = e.collectionRef.current;
|
|
33
|
+
if (!o) return [];
|
|
34
|
+
const t = Array.from(o.querySelectorAll(`[${R}]`));
|
|
35
|
+
return Array.from(e.itemMap.values()).sort(
|
|
36
|
+
(i, v) => t.indexOf(i.ref.current) - t.indexOf(v.ref.current)
|
|
37
|
+
);
|
|
38
|
+
}, [e.collectionRef, e.itemMap]);
|
|
39
|
+
}
|
|
40
|
+
return [
|
|
41
|
+
{ Provider: p, Slot: C, ItemSlot: I },
|
|
42
|
+
O,
|
|
43
|
+
N
|
|
44
|
+
];
|
|
12
45
|
}
|
|
13
46
|
export {
|
|
14
|
-
|
|
47
|
+
g as createCollection
|
|
15
48
|
};
|
package/dist/index102.js
CHANGED
|
@@ -1,8 +1,57 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import * as i from "react";
|
|
2
|
+
import { jsx as _ } from "react/jsx-runtime";
|
|
3
|
+
function $(e, x = []) {
|
|
4
|
+
let o = [];
|
|
5
|
+
function f(r, n) {
|
|
6
|
+
const t = i.createContext(n);
|
|
7
|
+
t.displayName = r + "Context";
|
|
8
|
+
const c = o.length;
|
|
9
|
+
o = [...o, n];
|
|
10
|
+
const m = (a) => {
|
|
11
|
+
var l;
|
|
12
|
+
const { scope: s, children: C, ...p } = a, d = ((l = s == null ? void 0 : s[e]) == null ? void 0 : l[c]) || t, v = i.useMemo(() => p, Object.values(p));
|
|
13
|
+
return /* @__PURE__ */ _(d.Provider, { value: v, children: C });
|
|
14
|
+
};
|
|
15
|
+
m.displayName = r + "Provider";
|
|
16
|
+
function S(a, s) {
|
|
17
|
+
var d;
|
|
18
|
+
const C = ((d = s == null ? void 0 : s[e]) == null ? void 0 : d[c]) || t, p = i.useContext(C);
|
|
19
|
+
if (p) return p;
|
|
20
|
+
if (n !== void 0) return n;
|
|
21
|
+
throw new Error(`\`${a}\` must be used within \`${r}\``);
|
|
22
|
+
}
|
|
23
|
+
return [m, S];
|
|
24
|
+
}
|
|
25
|
+
const u = () => {
|
|
26
|
+
const r = o.map((n) => i.createContext(n));
|
|
27
|
+
return function(t) {
|
|
28
|
+
const c = (t == null ? void 0 : t[e]) || r;
|
|
29
|
+
return i.useMemo(
|
|
30
|
+
() => ({ [`__scope${e}`]: { ...t, [e]: c } }),
|
|
31
|
+
[t, c]
|
|
32
|
+
);
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
return u.scopeName = e, [f, h(u, ...x)];
|
|
36
|
+
}
|
|
37
|
+
function h(...e) {
|
|
38
|
+
const x = e[0];
|
|
39
|
+
if (e.length === 1) return x;
|
|
40
|
+
const o = () => {
|
|
41
|
+
const f = e.map((u) => ({
|
|
42
|
+
useScope: u(),
|
|
43
|
+
scopeName: u.scopeName
|
|
44
|
+
}));
|
|
45
|
+
return function(r) {
|
|
46
|
+
const n = f.reduce((t, { useScope: c, scopeName: m }) => {
|
|
47
|
+
const a = c(r)[`__scope${m}`];
|
|
48
|
+
return { ...t, ...a };
|
|
49
|
+
}, {});
|
|
50
|
+
return i.useMemo(() => ({ [`__scope${x.scopeName}`]: n }), [n]);
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
return o.scopeName = x.scopeName, o;
|
|
5
54
|
}
|
|
6
55
|
export {
|
|
7
|
-
|
|
56
|
+
$ as createContextScope
|
|
8
57
|
};
|
package/dist/index103.js
CHANGED
|
@@ -1,27 +1,32 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
}
|
|
1
|
+
import * as f from "react";
|
|
2
|
+
import "react-dom";
|
|
3
|
+
import { createSlot as l } from "./index36.js";
|
|
4
|
+
import { jsx as n } from "react/jsx-runtime";
|
|
5
|
+
var u = [
|
|
6
|
+
"a",
|
|
7
|
+
"button",
|
|
8
|
+
"div",
|
|
9
|
+
"form",
|
|
10
|
+
"h2",
|
|
11
|
+
"h3",
|
|
12
|
+
"img",
|
|
13
|
+
"input",
|
|
14
|
+
"label",
|
|
15
|
+
"li",
|
|
16
|
+
"nav",
|
|
17
|
+
"ol",
|
|
18
|
+
"p",
|
|
19
|
+
"select",
|
|
20
|
+
"span",
|
|
21
|
+
"svg",
|
|
22
|
+
"ul"
|
|
23
|
+
], w = u.reduce((t, i) => {
|
|
24
|
+
const o = l(`Primitive.${i}`), r = f.forwardRef((e, m) => {
|
|
25
|
+
const { asChild: a, ...p } = e, s = a ? o : i;
|
|
26
|
+
return typeof window < "u" && (window[Symbol.for("radix-ui")] = !0), /* @__PURE__ */ n(s, { ...p, ref: m });
|
|
27
|
+
});
|
|
28
|
+
return r.displayName = `Primitive.${i}`, { ...t, [i]: r };
|
|
29
|
+
}, {});
|
|
25
30
|
export {
|
|
26
|
-
|
|
31
|
+
w as Primitive
|
|
27
32
|
};
|
package/dist/index104.js
CHANGED
|
@@ -1,11 +1,32 @@
|
|
|
1
|
-
import "react";
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
1
|
+
import * as f from "react";
|
|
2
|
+
import "react-dom";
|
|
3
|
+
import { createSlot as l } from "./index36.js";
|
|
4
|
+
import { jsx as n } from "react/jsx-runtime";
|
|
5
|
+
var u = [
|
|
6
|
+
"a",
|
|
7
|
+
"button",
|
|
8
|
+
"div",
|
|
9
|
+
"form",
|
|
10
|
+
"h2",
|
|
11
|
+
"h3",
|
|
12
|
+
"img",
|
|
13
|
+
"input",
|
|
14
|
+
"label",
|
|
15
|
+
"li",
|
|
16
|
+
"nav",
|
|
17
|
+
"ol",
|
|
18
|
+
"p",
|
|
19
|
+
"select",
|
|
20
|
+
"span",
|
|
21
|
+
"svg",
|
|
22
|
+
"ul"
|
|
23
|
+
], w = u.reduce((t, i) => {
|
|
24
|
+
const o = l(`Primitive.${i}`), r = f.forwardRef((e, m) => {
|
|
25
|
+
const { asChild: a, ...p } = e, s = a ? o : i;
|
|
26
|
+
return typeof window < "u" && (window[Symbol.for("radix-ui")] = !0), /* @__PURE__ */ n(s, { ...p, ref: m });
|
|
27
|
+
});
|
|
28
|
+
return r.displayName = `Primitive.${i}`, { ...t, [i]: r };
|
|
29
|
+
}, {});
|
|
9
30
|
export {
|
|
10
|
-
|
|
31
|
+
w as Primitive
|
|
11
32
|
};
|