@nipsys/shadcn-lsd 0.2.2 → 0.2.3
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/README.md +52 -35
- package/dist/{Button-L-du0fyx.js → Button-DoTpV6G1.js} +31 -26
- package/dist/{Typography-D8OaaVSH.js → Typography-BW4Kc9SY.js} +18 -14
- package/dist/assets/style.css +1 -1
- package/dist/components/ui/alert-dialog/AlertDialogAction.js +1 -1
- package/dist/components/ui/alert-dialog/AlertDialogCancel.js +1 -1
- package/dist/components/ui/alert-dialog/__tests__/alert-dialog-action.test.js +1 -1
- package/dist/components/ui/alert-dialog/__tests__/alert-dialog-cancel.test.js +1 -1
- package/dist/components/ui/alert-dialog/__tests__/alert-dialog-content.test.js +1 -1
- package/dist/components/ui/alert-dialog/__tests__/alert-dialog-description.test.js +1 -1
- package/dist/components/ui/alert-dialog/__tests__/alert-dialog-footer.test.js +1 -1
- package/dist/components/ui/alert-dialog/__tests__/alert-dialog-header.test.js +1 -1
- package/dist/components/ui/alert-dialog/__tests__/alert-dialog-overlay.test.js +1 -1
- package/dist/components/ui/alert-dialog/__tests__/alert-dialog-title.test.js +1 -1
- package/dist/components/ui/alert-dialog/__tests__/alert-dialog-trigger.test.js +1 -1
- package/dist/components/ui/button/Button.js +1 -1
- package/dist/components/ui/button/button.test.js +159 -123
- package/dist/components/ui/button/types.d.ts +3 -3
- package/dist/components/ui/sidebar/SidebarContent.js +15 -15
- package/dist/components/ui/sidebar/__tests__/sidebar-group.test.js +1 -1
- package/dist/components/ui/sidebar/__tests__/sidebar-menu.test.js +1 -1
- package/dist/components/ui/sidebar/__tests__/sidebar.test.js +1 -1
- package/dist/components/ui/tabs/Tabs.js +1 -1
- package/dist/components/ui/tabs/TabsList.js +1 -1
- package/dist/components/ui/tabs/TabsTrigger.js +1 -1
- package/dist/components/ui/tabs/__tests__/tabs-list.test.js +25 -25
- package/dist/components/ui/tabs/__tests__/tabs-trigger.test.js +1 -3
- package/dist/components/ui/tabs/__tests__/tabs.test.js +23 -23
- package/dist/components/ui/typography/Typography.js +1 -1
- package/dist/components/ui/typography/types.d.ts +1 -1
- package/dist/components/ui/typography/typography.test.js +143 -111
- package/dist/lib/types.d.ts +1 -1
- package/dist/main.d.ts +1 -0
- package/dist/main.js +219 -215
- package/dist/{types-B0wccExf.js → types-ClTXXuXM.js} +2 -2
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -6,8 +6,8 @@ import { AccordionTrigger as n } from "./components/ui/accordion/AccordionTrigge
|
|
|
6
6
|
import { AlertDialog as l } from "./components/ui/alert-dialog/AlertDialog.js";
|
|
7
7
|
import { AlertDialogAction as u } from "./components/ui/alert-dialog/AlertDialogAction.js";
|
|
8
8
|
import { AlertDialogCancel as b } from "./components/ui/alert-dialog/AlertDialogCancel.js";
|
|
9
|
-
import { AlertDialogContent as
|
|
10
|
-
import { AlertDialogDescription as
|
|
9
|
+
import { AlertDialogContent as d } from "./components/ui/alert-dialog/AlertDialogContent.js";
|
|
10
|
+
import { AlertDialogDescription as c } from "./components/ui/alert-dialog/AlertDialogDescription.js";
|
|
11
11
|
import { AlertDialogFooter as D } from "./components/ui/alert-dialog/AlertDialogFooter.js";
|
|
12
12
|
import { AlertDialogHeader as M } from "./components/ui/alert-dialog/AlertDialogHeader.js";
|
|
13
13
|
import { AlertDialogOverlay as B } from "./components/ui/alert-dialog/AlertDialogOverlay.js";
|
|
@@ -17,101 +17,103 @@ import { AlertDialogTrigger as O } from "./components/ui/alert-dialog/AlertDialo
|
|
|
17
17
|
import { A as v, a as H, b as R, u as V } from "./Autocomplete-3wLa9P4X.js";
|
|
18
18
|
import { AutocompleteContent as F } from "./components/ui/autocomplete/AutocompleteList.js";
|
|
19
19
|
import { B as k, b as W } from "./Badge-DHID7w-D.js";
|
|
20
|
-
import { B as z, b as N } from "./Button-
|
|
20
|
+
import { B as z, b as N } from "./Button-DoTpV6G1.js";
|
|
21
21
|
import { B as K } from "./ButtonGroup-BgylmC1j.js";
|
|
22
22
|
import { ButtonGroupSeparator as j } from "./components/ui/button-group/ButtonGroupSeparator.js";
|
|
23
23
|
import { ButtonGroupText as J } from "./components/ui/button-group/ButtonGroupText.js";
|
|
24
24
|
import { Card as X } from "./components/ui/card/Card.js";
|
|
25
|
-
import { CardAction as
|
|
26
|
-
import { CardContent as
|
|
27
|
-
import { CardDescription as
|
|
28
|
-
import { CardFooter as
|
|
29
|
-
import { CardHeader as
|
|
30
|
-
import { CardTitle as
|
|
31
|
-
import { Checkbox as
|
|
32
|
-
import { Command as
|
|
33
|
-
import { CommandDialog as
|
|
34
|
-
import { CommandEmpty as
|
|
35
|
-
import { CommandGroup as
|
|
36
|
-
import { CommandInput as
|
|
37
|
-
import { CommandItem as
|
|
38
|
-
import { CommandList as
|
|
39
|
-
import { CommandSeparator as
|
|
40
|
-
import { CommandShortcut as
|
|
41
|
-
import { Dialog as
|
|
42
|
-
import { DialogClose as
|
|
43
|
-
import { DialogContent as
|
|
44
|
-
import { DialogDescription as
|
|
45
|
-
import { DialogFooter as
|
|
46
|
-
import { DialogHeader as
|
|
47
|
-
import { DialogOverlay as
|
|
48
|
-
import { DialogPortal as
|
|
49
|
-
import { DialogTitle as
|
|
50
|
-
import { DialogTrigger as
|
|
51
|
-
import { I as
|
|
52
|
-
import { L as
|
|
53
|
-
import { Menubar as
|
|
54
|
-
import { MenubarCheckboxItem as
|
|
55
|
-
import { MenubarContent as
|
|
56
|
-
import { MenubarGroup as
|
|
57
|
-
import { MenubarItem as
|
|
58
|
-
import { MenubarLabel as
|
|
59
|
-
import { MenubarMenu as
|
|
60
|
-
import { MenubarPortal as
|
|
61
|
-
import { MenubarRadioGroup as
|
|
62
|
-
import { MenubarRadioItem as
|
|
63
|
-
import { MenubarSeparator as
|
|
64
|
-
import { MenubarSub as
|
|
65
|
-
import { MenubarSubContent as
|
|
66
|
-
import { MenubarSubTrigger as
|
|
67
|
-
import { MenubarTrigger as
|
|
68
|
-
import { Popover as
|
|
69
|
-
import { PopoverAnchor as
|
|
70
|
-
import { PopoverContent as
|
|
71
|
-
import { PopoverTrigger as
|
|
72
|
-
import { Progress as
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
109
|
-
import {
|
|
110
|
-
import {
|
|
111
|
-
import {
|
|
112
|
-
import {
|
|
113
|
-
import {
|
|
114
|
-
import {
|
|
25
|
+
import { CardAction as rr } from "./components/ui/card/CardAction.js";
|
|
26
|
+
import { CardContent as er } from "./components/ui/card/CardContent.js";
|
|
27
|
+
import { CardDescription as ar } from "./components/ui/card/CardDescription.js";
|
|
28
|
+
import { CardFooter as mr } from "./components/ui/card/CardFooter.js";
|
|
29
|
+
import { CardHeader as fr } from "./components/ui/card/CardHeader.js";
|
|
30
|
+
import { CardTitle as ir } from "./components/ui/card/CardTitle.js";
|
|
31
|
+
import { Checkbox as Sr } from "./components/ui/checkbox/Checkbox.js";
|
|
32
|
+
import { Command as gr } from "./components/ui/command/Command.js";
|
|
33
|
+
import { CommandDialog as sr } from "./components/ui/command/CommandDialog.js";
|
|
34
|
+
import { CommandEmpty as Cr } from "./components/ui/command/CommandEmpty.js";
|
|
35
|
+
import { CommandGroup as Tr } from "./components/ui/command/CommandGroup.js";
|
|
36
|
+
import { CommandInput as Ar } from "./components/ui/command/CommandInput.js";
|
|
37
|
+
import { CommandItem as Ir } from "./components/ui/command/CommandItem.js";
|
|
38
|
+
import { CommandList as hr } from "./components/ui/command/CommandList.js";
|
|
39
|
+
import { CommandSeparator as Gr } from "./components/ui/command/CommandSeparator.js";
|
|
40
|
+
import { CommandShortcut as Lr } from "./components/ui/command/CommandShortcut.js";
|
|
41
|
+
import { Dialog as _r } from "./components/ui/dialog/Dialog.js";
|
|
42
|
+
import { DialogClose as Hr } from "./components/ui/dialog/DialogClose.js";
|
|
43
|
+
import { DialogContent as Vr } from "./components/ui/dialog/DialogContent.js";
|
|
44
|
+
import { DialogDescription as Fr } from "./components/ui/dialog/DialogDescription.js";
|
|
45
|
+
import { DialogFooter as kr } from "./components/ui/dialog/DialogFooter.js";
|
|
46
|
+
import { DialogHeader as wr } from "./components/ui/dialog/DialogHeader.js";
|
|
47
|
+
import { DialogOverlay as Nr } from "./components/ui/dialog/DialogOverlay.js";
|
|
48
|
+
import { DialogPortal as Kr } from "./components/ui/dialog/DialogPortal.js";
|
|
49
|
+
import { DialogTitle as jr } from "./components/ui/dialog/DialogTitle.js";
|
|
50
|
+
import { DialogTrigger as Jr } from "./components/ui/dialog/DialogTrigger.js";
|
|
51
|
+
import { I as Xr, g as $r, a as ro, b as oo } from "./Input-W8QqFI1v.js";
|
|
52
|
+
import { L as to, l as ao } from "./Label-BEM-ZJXI.js";
|
|
53
|
+
import { Menubar as mo } from "./components/ui/menubar/Menubar.js";
|
|
54
|
+
import { MenubarCheckboxItem as fo } from "./components/ui/menubar/MenubarCheckboxItem.js";
|
|
55
|
+
import { MenubarContent as io } from "./components/ui/menubar/MenubarContent.js";
|
|
56
|
+
import { MenubarGroup as So } from "./components/ui/menubar/MenubarGroup.js";
|
|
57
|
+
import { MenubarItem as go } from "./components/ui/menubar/MenubarItem.js";
|
|
58
|
+
import { MenubarLabel as so } from "./components/ui/menubar/MenubarLabel.js";
|
|
59
|
+
import { MenubarMenu as co } from "./components/ui/menubar/MenubarMenu.js";
|
|
60
|
+
import { MenubarPortal as Do } from "./components/ui/menubar/MenubarPortal.js";
|
|
61
|
+
import { MenubarRadioGroup as Mo } from "./components/ui/menubar/MenubarRadioGroup.js";
|
|
62
|
+
import { MenubarRadioItem as Bo } from "./components/ui/menubar/MenubarRadioItem.js";
|
|
63
|
+
import { MenubarSeparator as Eo } from "./components/ui/menubar/MenubarSeparator.js";
|
|
64
|
+
import { MenubarSub as Po } from "./components/ui/menubar/MenubarSub.js";
|
|
65
|
+
import { MenubarSubContent as Oo } from "./components/ui/menubar/MenubarSubContent.js";
|
|
66
|
+
import { MenubarSubTrigger as vo } from "./components/ui/menubar/MenubarSubTrigger.js";
|
|
67
|
+
import { MenubarTrigger as Ro } from "./components/ui/menubar/MenubarTrigger.js";
|
|
68
|
+
import { Popover as yo } from "./components/ui/popover/Popover.js";
|
|
69
|
+
import { PopoverAnchor as Uo } from "./components/ui/popover/PopoverAnchor.js";
|
|
70
|
+
import { PopoverContent as Wo } from "./components/ui/popover/PopoverContent.js";
|
|
71
|
+
import { PopoverTrigger as zo } from "./components/ui/popover/PopoverTrigger.js";
|
|
72
|
+
import { Progress as Yo } from "./components/ui/progress/Progress.js";
|
|
73
|
+
import { ScrollArea as Zo } from "./components/ui/scroll-area/ScrollArea.js";
|
|
74
|
+
import { S as qo } from "./ScrollBar-CyKMm83e.js";
|
|
75
|
+
import { Select as Qo } from "./components/ui/select/Select.js";
|
|
76
|
+
import { SelectContent as $o } from "./components/ui/select/SelectContent.js";
|
|
77
|
+
import { SelectGroup as oe } from "./components/ui/select/SelectGroup.js";
|
|
78
|
+
import { SelectItem as te } from "./components/ui/select/SelectItem.js";
|
|
79
|
+
import { SelectLabel as pe } from "./components/ui/select/SelectLabel.js";
|
|
80
|
+
import { SelectScrollDownButton as xe } from "./components/ui/select/SelectScrollDownButton.js";
|
|
81
|
+
import { SelectScrollUpButton as ne } from "./components/ui/select/SelectScrollUpButton.js";
|
|
82
|
+
import { SelectSeparator as le } from "./components/ui/select/SelectSeparator.js";
|
|
83
|
+
import { SelectTrigger as ue } from "./components/ui/select/SelectTrigger.js";
|
|
84
|
+
import { SelectValue as be } from "./components/ui/select/SelectValue.js";
|
|
85
|
+
import { Separator as de } from "./components/ui/separator/Separator.js";
|
|
86
|
+
import { Sheet as ce } from "./components/ui/sheet/Sheet.js";
|
|
87
|
+
import { SheetClose as De } from "./components/ui/sheet/SheetClose.js";
|
|
88
|
+
import { SheetContent as Me } from "./components/ui/sheet/SheetContent.js";
|
|
89
|
+
import { SheetDescription as Be } from "./components/ui/sheet/SheetDescription.js";
|
|
90
|
+
import { SheetFooter as Ee } from "./components/ui/sheet/SheetFooter.js";
|
|
91
|
+
import { SheetHeader as Pe } from "./components/ui/sheet/SheetHeader.js";
|
|
92
|
+
import { SheetOverlay as Oe } from "./components/ui/sheet/SheetOverlay.js";
|
|
93
|
+
import { SheetPortal as ve } from "./components/ui/sheet/SheetPortal.js";
|
|
94
|
+
import { SheetTitle as Re } from "./components/ui/sheet/SheetTitle.js";
|
|
95
|
+
import { SheetTrigger as ye } from "./components/ui/sheet/SheetTrigger.js";
|
|
96
|
+
import { Sidebar as Ue } from "./components/ui/sidebar/Sidebar.js";
|
|
97
|
+
import { SidebarContent as We, SidebarFooter as we, SidebarHeader as ze, SidebarInput as Ne, SidebarInset as Ye, SidebarRail as Ke, SidebarSeparator as Ze, SidebarTrigger as je } from "./components/ui/sidebar/SidebarContent.js";
|
|
98
|
+
import { S as Je, a as Qe, b as Xe, c as $e, d as rt, s as ot, u as et } from "./SidebarContext-CRh-DPz_.js";
|
|
99
|
+
import { SidebarGroup as at, SidebarGroupAction as pt, SidebarGroupContent as mt, SidebarGroupLabel as xt } from "./components/ui/sidebar/SidebarGroup.js";
|
|
100
|
+
import { SidebarMenu as nt, SidebarMenuAction as it, SidebarMenuBadge as lt, SidebarMenuButton as St, SidebarMenuItem as ut, SidebarMenuSkeleton as gt, SidebarMenuSub as bt, SidebarMenuSubButton as st, SidebarMenuSubItem as dt } from "./components/ui/sidebar/SidebarMenu.js";
|
|
101
|
+
import { Skeleton as ct } from "./components/ui/skeleton/Skeleton.js";
|
|
102
|
+
import { Toaster as Dt } from "./components/ui/sonner/Toaster.js";
|
|
103
|
+
import { Switch as Mt } from "./components/ui/switch/Switch.js";
|
|
104
|
+
import { Tabs as Bt } from "./components/ui/tabs/Tabs.js";
|
|
105
|
+
import { TabsContent as Et } from "./components/ui/tabs/TabsContent.js";
|
|
106
|
+
import { TabsList as Pt } from "./components/ui/tabs/TabsList.js";
|
|
107
|
+
import { TabsTrigger as Ot } from "./components/ui/tabs/TabsTrigger.js";
|
|
108
|
+
import { T as vt, t as Ht } from "./Toggle-DOc92BjI.js";
|
|
109
|
+
import { ToggleGroupContext as Vt } from "./components/ui/toggle-group/context.js";
|
|
110
|
+
import { ToggleGroup as Ft } from "./components/ui/toggle-group/ToggleGroup.js";
|
|
111
|
+
import { ToggleGroupItem as kt } from "./components/ui/toggle-group/ToggleGroupItem.js";
|
|
112
|
+
import { Tooltip as wt } from "./components/ui/tooltip/Tooltip.js";
|
|
113
|
+
import { TooltipContent as Nt } from "./components/ui/tooltip/TooltipContent.js";
|
|
114
|
+
import { TooltipProvider as Kt } from "./components/ui/tooltip/TooltipProvider.js";
|
|
115
|
+
import { TooltipTrigger as jt } from "./components/ui/tooltip/TooltipTrigger.js";
|
|
116
|
+
import { T as Jt, g as Qt } from "./Typography-BW4Kc9SY.js";
|
|
115
117
|
export {
|
|
116
118
|
v as AUTOCOMPLETE_DEBOUNCE_DELAY,
|
|
117
119
|
H as AUTOCOMPLETE_SIZE_CLASSES,
|
|
@@ -122,8 +124,8 @@ export {
|
|
|
122
124
|
l as AlertDialog,
|
|
123
125
|
u as AlertDialogAction,
|
|
124
126
|
b as AlertDialogCancel,
|
|
125
|
-
|
|
126
|
-
|
|
127
|
+
d as AlertDialogContent,
|
|
128
|
+
c as AlertDialogDescription,
|
|
127
129
|
D as AlertDialogFooter,
|
|
128
130
|
M as AlertDialogHeader,
|
|
129
131
|
B as AlertDialogOverlay,
|
|
@@ -138,127 +140,129 @@ export {
|
|
|
138
140
|
j as ButtonGroupSeparator,
|
|
139
141
|
J as ButtonGroupText,
|
|
140
142
|
X as Card,
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
$
|
|
197
|
-
|
|
198
|
-
te as
|
|
199
|
-
pe as
|
|
200
|
-
xe as
|
|
201
|
-
ne as
|
|
202
|
-
le as
|
|
203
|
-
ue as
|
|
204
|
-
be as
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
De as
|
|
208
|
-
Me as
|
|
209
|
-
Be as
|
|
210
|
-
Ee as
|
|
211
|
-
Pe as
|
|
212
|
-
Oe as
|
|
213
|
-
ve as
|
|
214
|
-
Re as
|
|
215
|
-
ye as
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
Mt as
|
|
241
|
-
Bt as
|
|
242
|
-
Et as
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
kt as
|
|
250
|
-
wt as
|
|
251
|
-
Nt as
|
|
252
|
-
Kt as
|
|
143
|
+
rr as CardAction,
|
|
144
|
+
er as CardContent,
|
|
145
|
+
ar as CardDescription,
|
|
146
|
+
mr as CardFooter,
|
|
147
|
+
fr as CardHeader,
|
|
148
|
+
ir as CardTitle,
|
|
149
|
+
Sr as Checkbox,
|
|
150
|
+
gr as Command,
|
|
151
|
+
sr as CommandDialog,
|
|
152
|
+
Cr as CommandEmpty,
|
|
153
|
+
Tr as CommandGroup,
|
|
154
|
+
Ar as CommandInput,
|
|
155
|
+
Ir as CommandItem,
|
|
156
|
+
hr as CommandList,
|
|
157
|
+
Gr as CommandSeparator,
|
|
158
|
+
Lr as CommandShortcut,
|
|
159
|
+
_r as Dialog,
|
|
160
|
+
Hr as DialogClose,
|
|
161
|
+
Vr as DialogContent,
|
|
162
|
+
Fr as DialogDescription,
|
|
163
|
+
kr as DialogFooter,
|
|
164
|
+
wr as DialogHeader,
|
|
165
|
+
Nr as DialogOverlay,
|
|
166
|
+
Kr as DialogPortal,
|
|
167
|
+
jr as DialogTitle,
|
|
168
|
+
Jr as DialogTrigger,
|
|
169
|
+
Xr as Input,
|
|
170
|
+
to as Label,
|
|
171
|
+
mo as Menubar,
|
|
172
|
+
fo as MenubarCheckboxItem,
|
|
173
|
+
io as MenubarContent,
|
|
174
|
+
So as MenubarGroup,
|
|
175
|
+
go as MenubarItem,
|
|
176
|
+
so as MenubarLabel,
|
|
177
|
+
co as MenubarMenu,
|
|
178
|
+
Do as MenubarPortal,
|
|
179
|
+
Mo as MenubarRadioGroup,
|
|
180
|
+
Bo as MenubarRadioItem,
|
|
181
|
+
Eo as MenubarSeparator,
|
|
182
|
+
Po as MenubarSub,
|
|
183
|
+
Oo as MenubarSubContent,
|
|
184
|
+
vo as MenubarSubTrigger,
|
|
185
|
+
Ro as MenubarTrigger,
|
|
186
|
+
yo as Popover,
|
|
187
|
+
Uo as PopoverAnchor,
|
|
188
|
+
Wo as PopoverContent,
|
|
189
|
+
zo as PopoverTrigger,
|
|
190
|
+
Yo as Progress,
|
|
191
|
+
Je as SIDEBAR_KEYBOARD_SHORTCUT,
|
|
192
|
+
Qe as SIDEBAR_WIDTH,
|
|
193
|
+
Xe as SIDEBAR_WIDTH_ICON,
|
|
194
|
+
$e as SIDEBAR_WIDTH_MOBILE,
|
|
195
|
+
Zo as ScrollArea,
|
|
196
|
+
qo as ScrollBar,
|
|
197
|
+
Qo as Select,
|
|
198
|
+
$o as SelectContent,
|
|
199
|
+
oe as SelectGroup,
|
|
200
|
+
te as SelectItem,
|
|
201
|
+
pe as SelectLabel,
|
|
202
|
+
xe as SelectScrollDownButton,
|
|
203
|
+
ne as SelectScrollUpButton,
|
|
204
|
+
le as SelectSeparator,
|
|
205
|
+
ue as SelectTrigger,
|
|
206
|
+
be as SelectValue,
|
|
207
|
+
de as Separator,
|
|
208
|
+
ce as Sheet,
|
|
209
|
+
De as SheetClose,
|
|
210
|
+
Me as SheetContent,
|
|
211
|
+
Be as SheetDescription,
|
|
212
|
+
Ee as SheetFooter,
|
|
213
|
+
Pe as SheetHeader,
|
|
214
|
+
Oe as SheetOverlay,
|
|
215
|
+
ve as SheetPortal,
|
|
216
|
+
Re as SheetTitle,
|
|
217
|
+
ye as SheetTrigger,
|
|
218
|
+
Ue as Sidebar,
|
|
219
|
+
We as SidebarContent,
|
|
220
|
+
we as SidebarFooter,
|
|
221
|
+
at as SidebarGroup,
|
|
222
|
+
pt as SidebarGroupAction,
|
|
223
|
+
mt as SidebarGroupContent,
|
|
224
|
+
xt as SidebarGroupLabel,
|
|
225
|
+
ze as SidebarHeader,
|
|
226
|
+
Ne as SidebarInput,
|
|
227
|
+
Ye as SidebarInset,
|
|
228
|
+
nt as SidebarMenu,
|
|
229
|
+
it as SidebarMenuAction,
|
|
230
|
+
lt as SidebarMenuBadge,
|
|
231
|
+
St as SidebarMenuButton,
|
|
232
|
+
ut as SidebarMenuItem,
|
|
233
|
+
gt as SidebarMenuSkeleton,
|
|
234
|
+
bt as SidebarMenuSub,
|
|
235
|
+
st as SidebarMenuSubButton,
|
|
236
|
+
dt as SidebarMenuSubItem,
|
|
237
|
+
rt as SidebarProvider,
|
|
238
|
+
Ke as SidebarRail,
|
|
239
|
+
Ze as SidebarSeparator,
|
|
240
|
+
je as SidebarTrigger,
|
|
241
|
+
ct as Skeleton,
|
|
242
|
+
Mt as Switch,
|
|
243
|
+
Bt as Tabs,
|
|
244
|
+
Et as TabsContent,
|
|
245
|
+
Pt as TabsList,
|
|
246
|
+
Ot as TabsTrigger,
|
|
247
|
+
Dt as Toaster,
|
|
248
|
+
vt as Toggle,
|
|
249
|
+
Ft as ToggleGroup,
|
|
250
|
+
Vt as ToggleGroupContext,
|
|
251
|
+
kt as ToggleGroupItem,
|
|
252
|
+
wt as Tooltip,
|
|
253
|
+
Nt as TooltipContent,
|
|
254
|
+
Kt as TooltipProvider,
|
|
255
|
+
jt as TooltipTrigger,
|
|
256
|
+
Jt as Typography,
|
|
253
257
|
W as badgeVariants,
|
|
254
258
|
N as buttonVariants,
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
259
|
+
Qt as getDefaultComponent,
|
|
260
|
+
$r as getLabelSizeClasses,
|
|
261
|
+
ro as getTextSizeClasses,
|
|
262
|
+
oo as getVerticalPaddingClasses,
|
|
263
|
+
ao as labelVariants,
|
|
264
|
+
ot as sidebarMenuButtonVariants,
|
|
265
|
+
Ht as toggleVariants,
|
|
262
266
|
V as useAutocompleteFetch,
|
|
263
|
-
|
|
267
|
+
et as useSidebar
|
|
264
268
|
};
|
|
@@ -16,7 +16,7 @@ const d = s("", {
|
|
|
16
16
|
fullWidth: !1
|
|
17
17
|
}
|
|
18
18
|
}), t = s(
|
|
19
|
-
"lsd:bg-lsd-surface lsd:border-b lsd:
|
|
19
|
+
"lsd:bg-lsd-surface lsd:border-b lsd:flex lsd:flex-row",
|
|
20
20
|
{
|
|
21
21
|
variants: {
|
|
22
22
|
size: {
|
|
@@ -35,7 +35,7 @@ const d = s("", {
|
|
|
35
35
|
}
|
|
36
36
|
}
|
|
37
37
|
), e = s(
|
|
38
|
-
"lsd:text-lsd-text-primary lsd:cursor-pointer lsd:border lsd:border-transparent lsd:border-b-0 lsd:hover:underline lsd:data-[state=active]:border-lsd-
|
|
38
|
+
"lsd:text-lsd-text-primary lsd:cursor-pointer lsd:border lsd:border-transparent lsd:border-b-0 lsd:hover:underline lsd:data-[state=active]:border-lsd-border lsd:data-[state=active]:bg-lsd-surface lsd:data-[state=active]:font-medium lsd:disabled:opacity-34 lsd:disabled:pointer-events-none lsd:flex lsd:items-center lsd:justify-center lsd:whitespace-nowrap lsd:transition-colors",
|
|
39
39
|
{
|
|
40
40
|
variants: {
|
|
41
41
|
size: {
|