@devalok/shilp-sutra 0.4.2 → 0.6.0
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/composed/command-palette.d.ts +1 -2
- package/dist/composed/command-palette.d.ts.map +1 -1
- package/dist/composed/command-palette.js +27 -33
- package/dist/composed/date-picker/calendar-grid.d.ts +7 -0
- package/dist/composed/date-picker/calendar-grid.d.ts.map +1 -1
- package/dist/composed/date-picker/calendar-grid.js +92 -72
- package/dist/composed/date-picker/index.d.ts +1 -1
- package/dist/composed/date-picker/index.d.ts.map +1 -1
- package/dist/composed/empty-state.d.ts +1 -2
- package/dist/composed/empty-state.d.ts.map +1 -1
- package/dist/composed/empty-state.js +67 -56
- package/dist/composed/index.d.ts +5 -1
- package/dist/composed/index.d.ts.map +1 -1
- package/dist/composed/index.js +42 -38
- package/dist/composed/page-header.d.ts +1 -1
- package/dist/composed/page-header.d.ts.map +1 -1
- package/dist/composed/page-header.js +63 -59
- package/dist/composed/schedule-view.d.ts +26 -0
- package/dist/composed/schedule-view.d.ts.map +1 -0
- package/dist/composed/schedule-view.js +183 -0
- package/dist/composed/simple-tooltip.d.ts +15 -0
- package/dist/composed/simple-tooltip.d.ts.map +1 -0
- package/dist/composed/simple-tooltip.js +17 -0
- package/dist/composed/status-badge.d.ts +2 -1
- package/dist/composed/status-badge.d.ts.map +1 -1
- package/dist/composed/status-badge.js +37 -22
- package/dist/shell/app-command-palette.js +87 -87
- package/dist/shell/bottom-navbar.d.ts +1 -3
- package/dist/shell/bottom-navbar.d.ts.map +1 -1
- package/dist/shell/bottom-navbar.js +37 -37
- package/dist/shell/notification-preferences.d.ts.map +1 -1
- package/dist/shell/notification-preferences.js +31 -31
- package/dist/shell/sidebar.d.ts +1 -3
- package/dist/shell/sidebar.d.ts.map +1 -1
- package/dist/shell/sidebar.js +6 -6
- package/dist/ui/alert.d.ts +3 -0
- package/dist/ui/alert.d.ts.map +1 -1
- package/dist/ui/alert.js +56 -31
- package/dist/ui/charts/index.js +21 -0
- package/dist/ui/index.d.ts +0 -3
- package/dist/ui/index.d.ts.map +1 -1
- package/dist/ui/index.js +253 -275
- package/package.json +210 -208
package/dist/ui/index.js
CHANGED
|
@@ -1,241 +1,220 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import { Button as
|
|
2
|
+
import { Button as r, buttonVariants as t } from "./button.js";
|
|
3
3
|
import { IconButton as n } from "./icon-button.js";
|
|
4
4
|
import { ButtonGroup as p, useButtonGroup as u } from "./button-group.js";
|
|
5
|
-
import { Input as m, inputVariants as
|
|
6
|
-
import { Label as
|
|
5
|
+
import { Input as m, inputVariants as d } from "./input.js";
|
|
6
|
+
import { Label as b } from "./label.js";
|
|
7
7
|
import { Separator as S } from "./separator.js";
|
|
8
|
-
import { VisuallyHidden as
|
|
9
|
-
import { Autocomplete as
|
|
8
|
+
import { VisuallyHidden as s } from "./visually-hidden.js";
|
|
9
|
+
import { Autocomplete as M } from "./autocomplete.js";
|
|
10
10
|
import { Combobox as c } from "./combobox.js";
|
|
11
11
|
import { FileUpload as I } from "./file-upload.js";
|
|
12
|
-
import { Checkbox as
|
|
13
|
-
import { RadioGroup as
|
|
12
|
+
import { Checkbox as v } from "./checkbox.js";
|
|
13
|
+
import { RadioGroup as w, RadioGroupItem as h } from "./radio.js";
|
|
14
14
|
import { Switch as B } from "./switch.js";
|
|
15
|
-
import { Select as k, SelectContent as
|
|
15
|
+
import { Select as k, SelectContent as F, SelectGroup as L, SelectItem as R, SelectLabel as H, SelectScrollDownButton as N, SelectScrollUpButton as O, SelectSeparator as y, SelectTrigger as E, SelectValue as U, selectTriggerVariants as j } from "./select.js";
|
|
16
16
|
import { Textarea as z, textareaVariants as J } from "./textarea.js";
|
|
17
17
|
import { NumberInput as Q } from "./number-input.js";
|
|
18
18
|
import { SearchInput as X } from "./search-input.js";
|
|
19
19
|
import { InputOTP as Z, InputOTPGroup as _, InputOTPSeparator as $, InputOTPSlot as ee } from "./input-otp.js";
|
|
20
|
-
import { FormField as
|
|
20
|
+
import { FormField as re, FormHelperText as te, useFormField as ae } from "./form.js";
|
|
21
21
|
import { Slider as ie } from "./slider.js";
|
|
22
22
|
import { Toggle as ue, toggleVariants as le } from "./toggle.js";
|
|
23
|
-
import { ToggleGroup as
|
|
24
|
-
import { AlertDialog as
|
|
25
|
-
import { Dialog as
|
|
23
|
+
import { ToggleGroup as de, ToggleGroupItem as ge } from "./toggle-group.js";
|
|
24
|
+
import { AlertDialog as xe, AlertDialogAction as Se, AlertDialogCancel as Ce, AlertDialogContent as se, AlertDialogDescription as fe, AlertDialogFooter as Me, AlertDialogHeader as Te, AlertDialogOverlay as ce, AlertDialogPortal as De, AlertDialogTitle as Ie, AlertDialogTrigger as Pe } from "./alert-dialog.js";
|
|
25
|
+
import { Dialog as Ae, DialogClose as we, DialogContent as he, DialogContentRaw as Ve, DialogDescription as Be, DialogFooter as Ge, DialogHeader as ke, DialogOverlay as Fe, DialogPortal as Le, DialogTitle as Re, DialogTrigger as He } from "./dialog.js";
|
|
26
26
|
import { Sheet as Oe, SheetClose as ye, SheetContent as Ee, SheetDescription as Ue, SheetFooter as je, SheetHeader as qe, SheetOverlay as ze, SheetPortal as Je, SheetTitle as Ke, SheetTrigger as Qe } from "./sheet.js";
|
|
27
|
-
import { Toast as Xe, ToastAction as Ye, ToastClose as Ze, ToastDescription as _e, ToastProvider as $e, ToastTitle as
|
|
28
|
-
import { Toaster as
|
|
29
|
-
import { Tooltip as
|
|
30
|
-
import { Popover as
|
|
31
|
-
import { HoverCard as
|
|
32
|
-
import { Collapsible as
|
|
33
|
-
import { Alert as
|
|
34
|
-
import { Banner as
|
|
35
|
-
import { Spinner as
|
|
36
|
-
import { Card as
|
|
37
|
-
import { Badge as
|
|
38
|
-
import { Avatar as
|
|
39
|
-
import { Table as
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import { BarChart as on } from "./charts/bar-chart.js";
|
|
68
|
-
import { ChartContainer as an } from "./charts/chart-container.js";
|
|
69
|
-
import { GaugeChart as pn } from "./charts/gauge-chart.js";
|
|
70
|
-
import { Legend as ln } from "./charts/_internal/legend.js";
|
|
71
|
-
import { LineChart as xn } from "./charts/line-chart.js";
|
|
72
|
-
import { PieChart as gn } from "./charts/pie-chart.js";
|
|
73
|
-
import { RadarChart as Sn } from "./charts/radar-chart.js";
|
|
74
|
-
import { Sparkline as Cn } from "./charts/sparkline.js";
|
|
75
|
-
import { TreeItem as Tn } from "./tree-view/tree-item.js";
|
|
76
|
-
import { TreeView as cn } from "./tree-view/tree-view.js";
|
|
77
|
-
import { useTree as In } from "./tree-view/use-tree.js";
|
|
27
|
+
import { Toast as Xe, ToastAction as Ye, ToastClose as Ze, ToastDescription as _e, ToastProvider as $e, ToastTitle as eo, ToastViewport as oo } from "./toast.js";
|
|
28
|
+
import { Toaster as to } from "./toaster.js";
|
|
29
|
+
import { Tooltip as no, TooltipContent as io, TooltipProvider as po, TooltipTrigger as uo } from "./tooltip.js";
|
|
30
|
+
import { Popover as mo, PopoverAnchor as go, PopoverContent as bo, PopoverTrigger as xo } from "./popover.js";
|
|
31
|
+
import { HoverCard as Co, HoverCardContent as so, HoverCardTrigger as fo } from "./hover-card.js";
|
|
32
|
+
import { Collapsible as To, CollapsibleContent as co, CollapsibleTrigger as Do } from "./collapsible.js";
|
|
33
|
+
import { Alert as Po, alertVariants as vo } from "./alert.js";
|
|
34
|
+
import { Banner as wo, bannerVariants as ho } from "./banner.js";
|
|
35
|
+
import { Spinner as Bo } from "./spinner.js";
|
|
36
|
+
import { Card as ko, CardContent as Fo, CardDescription as Lo, CardFooter as Ro, CardHeader as Ho, CardTitle as No, cardVariants as Oo } from "./card.js";
|
|
37
|
+
import { Badge as Eo, badgeVariants as Uo } from "./badge.js";
|
|
38
|
+
import { Avatar as qo, AvatarFallback as zo, AvatarImage as Jo, avatarVariants as Ko } from "./avatar.js";
|
|
39
|
+
import { Table as Wo, TableBody as Xo, TableCaption as Yo, TableCell as Zo, TableFooter as _o, TableHead as $o, TableHeader as er, TableRow as or } from "./table.js";
|
|
40
|
+
import { Progress as tr, progressIndicatorVariants as ar, progressTrackVariants as nr } from "./progress.js";
|
|
41
|
+
import { Skeleton as pr, skeletonVariants as ur } from "./skeleton.js";
|
|
42
|
+
import { StatCard as mr } from "./stat-card.js";
|
|
43
|
+
import { Code as gr } from "./code.js";
|
|
44
|
+
import { AspectRatio as xr } from "./aspect-ratio.js";
|
|
45
|
+
import { Accordion as Cr, AccordionContent as sr, AccordionItem as fr, AccordionTrigger as Mr } from "./accordion.js";
|
|
46
|
+
import { Tabs as cr, TabsContent as Dr, TabsList as Ir, TabsTrigger as Pr } from "./tabs.js";
|
|
47
|
+
import { Breadcrumb as Ar, BreadcrumbEllipsis as wr, BreadcrumbItem as hr, BreadcrumbLink as Vr, BreadcrumbList as Br, BreadcrumbPage as Gr, BreadcrumbSeparator as kr } from "./breadcrumb.js";
|
|
48
|
+
import { DropdownMenu as Lr, DropdownMenuCheckboxItem as Rr, DropdownMenuContent as Hr, DropdownMenuGroup as Nr, DropdownMenuItem as Or, DropdownMenuLabel as yr, DropdownMenuPortal as Er, DropdownMenuRadioGroup as Ur, DropdownMenuRadioItem as jr, DropdownMenuSeparator as qr, DropdownMenuShortcut as zr, DropdownMenuSub as Jr, DropdownMenuSubContent as Kr, DropdownMenuSubTrigger as Qr, DropdownMenuTrigger as Wr } from "./dropdown-menu.js";
|
|
49
|
+
import { ContextMenu as Yr, ContextMenuCheckboxItem as Zr, ContextMenuContent as _r, ContextMenuGroup as $r, ContextMenuItem as et, ContextMenuLabel as ot, ContextMenuPortal as rt, ContextMenuRadioGroup as tt, ContextMenuRadioItem as at, ContextMenuSeparator as nt, ContextMenuShortcut as it, ContextMenuSub as pt, ContextMenuSubContent as ut, ContextMenuSubTrigger as lt, ContextMenuTrigger as mt } from "./context-menu.js";
|
|
50
|
+
import { Menubar as gt, MenubarCheckboxItem as bt, MenubarContent as xt, MenubarGroup as St, MenubarItem as Ct, MenubarLabel as st, MenubarMenu as ft, MenubarPortal as Mt, MenubarRadioGroup as Tt, MenubarRadioItem as ct, MenubarSeparator as Dt, MenubarShortcut as It, MenubarSub as Pt, MenubarSubContent as vt, MenubarSubTrigger as At, MenubarTrigger as wt } from "./menubar.js";
|
|
51
|
+
import { PaginationContent as Vt, PaginationEllipsis as Bt, PaginationItem as Gt, PaginationLink as kt, PaginationNav as Ft, PaginationNext as Lt, PaginationPrevious as Rt, PaginationRoot as Ht, generatePagination as Nt } from "./pagination.js";
|
|
52
|
+
import { NavigationMenu as yt, NavigationMenuContent as Et, NavigationMenuIndicator as Ut, NavigationMenuItem as jt, NavigationMenuLink as qt, NavigationMenuList as zt, NavigationMenuTrigger as Jt, NavigationMenuViewport as Kt } from "./navigation-menu.js";
|
|
53
|
+
import { Sidebar as Wt, SidebarContent as Xt, SidebarFooter as Yt, SidebarGroup as Zt, SidebarGroupAction as _t, SidebarGroupContent as $t, SidebarGroupLabel as ea, SidebarHeader as oa, SidebarInput as ra, SidebarInset as ta, SidebarMenu as aa, SidebarMenuAction as na, SidebarMenuBadge as ia, SidebarMenuButton as pa, SidebarMenuItem as ua, SidebarMenuSkeleton as la, SidebarMenuSub as ma, SidebarMenuSubButton as da, SidebarMenuSubItem as ga, SidebarProvider as ba, SidebarRail as xa, SidebarSeparator as Sa, SidebarTrigger as Ca, useSidebar as sa } from "./sidebar.js";
|
|
54
|
+
import { Step as Ma, Stepper as Ta } from "./stepper.js";
|
|
55
|
+
import { Chip as Da, chipVariants as Ia } from "./chip.js";
|
|
56
|
+
import { Collapse as va, Fade as Aa, Grow as wa, Slide as ha } from "./transitions.js";
|
|
57
|
+
import { Text as Ba, textVariants as Ga } from "./text.js";
|
|
58
|
+
import { Stack as Fa } from "./stack.js";
|
|
59
|
+
import { Container as Ra } from "./container.js";
|
|
60
|
+
import { SegmentedControl as Na, SegmentedControlItem as Oa, segmentedControlItemVariants as ya } from "./segmented-control.js";
|
|
61
|
+
import { Link as Ua } from "./link.js";
|
|
62
|
+
import { cn as qa } from "./lib/utils.js";
|
|
63
|
+
import { duration as Ja, durations as Ka, easings as Qa, motion as Wa } from "./lib/motion.js";
|
|
64
|
+
import { TreeItem as Ya } from "./tree-view/tree-item.js";
|
|
65
|
+
import { TreeView as _a } from "./tree-view/tree-view.js";
|
|
66
|
+
import { useTree as en } from "./tree-view/use-tree.js";
|
|
78
67
|
export {
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
68
|
+
Cr as Accordion,
|
|
69
|
+
sr as AccordionContent,
|
|
70
|
+
fr as AccordionItem,
|
|
71
|
+
Mr as AccordionTrigger,
|
|
72
|
+
Po as Alert,
|
|
73
|
+
xe as AlertDialog,
|
|
85
74
|
Se as AlertDialogAction,
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
75
|
+
Ce as AlertDialogCancel,
|
|
76
|
+
se as AlertDialogContent,
|
|
77
|
+
fe as AlertDialogDescription,
|
|
78
|
+
Me as AlertDialogFooter,
|
|
79
|
+
Te as AlertDialogHeader,
|
|
91
80
|
ce as AlertDialogOverlay,
|
|
92
81
|
De as AlertDialogPortal,
|
|
93
82
|
Ie as AlertDialogTitle,
|
|
94
83
|
Pe as AlertDialogTrigger,
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
Ho as BreadcrumbSeparator,
|
|
111
|
-
o as Button,
|
|
84
|
+
xr as AspectRatio,
|
|
85
|
+
M as Autocomplete,
|
|
86
|
+
qo as Avatar,
|
|
87
|
+
zo as AvatarFallback,
|
|
88
|
+
Jo as AvatarImage,
|
|
89
|
+
Eo as Badge,
|
|
90
|
+
wo as Banner,
|
|
91
|
+
Ar as Breadcrumb,
|
|
92
|
+
wr as BreadcrumbEllipsis,
|
|
93
|
+
hr as BreadcrumbItem,
|
|
94
|
+
Vr as BreadcrumbLink,
|
|
95
|
+
Br as BreadcrumbList,
|
|
96
|
+
Gr as BreadcrumbPage,
|
|
97
|
+
kr as BreadcrumbSeparator,
|
|
98
|
+
r as Button,
|
|
112
99
|
p as ButtonGroup,
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
cr as CollapsibleTrigger,
|
|
100
|
+
ko as Card,
|
|
101
|
+
Fo as CardContent,
|
|
102
|
+
Lo as CardDescription,
|
|
103
|
+
Ro as CardFooter,
|
|
104
|
+
Ho as CardHeader,
|
|
105
|
+
No as CardTitle,
|
|
106
|
+
v as Checkbox,
|
|
107
|
+
Da as Chip,
|
|
108
|
+
gr as Code,
|
|
109
|
+
va as Collapse,
|
|
110
|
+
To as Collapsible,
|
|
111
|
+
co as CollapsibleContent,
|
|
112
|
+
Do as CollapsibleTrigger,
|
|
127
113
|
c as Combobox,
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
Ae as DialogClose,
|
|
148
|
-
we as DialogContent,
|
|
114
|
+
Ra as Container,
|
|
115
|
+
Yr as ContextMenu,
|
|
116
|
+
Zr as ContextMenuCheckboxItem,
|
|
117
|
+
_r as ContextMenuContent,
|
|
118
|
+
$r as ContextMenuGroup,
|
|
119
|
+
et as ContextMenuItem,
|
|
120
|
+
ot as ContextMenuLabel,
|
|
121
|
+
rt as ContextMenuPortal,
|
|
122
|
+
tt as ContextMenuRadioGroup,
|
|
123
|
+
at as ContextMenuRadioItem,
|
|
124
|
+
nt as ContextMenuSeparator,
|
|
125
|
+
it as ContextMenuShortcut,
|
|
126
|
+
pt as ContextMenuSub,
|
|
127
|
+
ut as ContextMenuSubContent,
|
|
128
|
+
lt as ContextMenuSubTrigger,
|
|
129
|
+
mt as ContextMenuTrigger,
|
|
130
|
+
Ae as Dialog,
|
|
131
|
+
we as DialogClose,
|
|
132
|
+
he as DialogContent,
|
|
149
133
|
Ve as DialogContentRaw,
|
|
150
134
|
Be as DialogDescription,
|
|
151
135
|
Ge as DialogFooter,
|
|
152
136
|
ke as DialogHeader,
|
|
153
|
-
|
|
154
|
-
|
|
137
|
+
Fe as DialogOverlay,
|
|
138
|
+
Le as DialogPortal,
|
|
155
139
|
Re as DialogTitle,
|
|
156
140
|
He as DialogTrigger,
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
141
|
+
Lr as DropdownMenu,
|
|
142
|
+
Rr as DropdownMenuCheckboxItem,
|
|
143
|
+
Hr as DropdownMenuContent,
|
|
144
|
+
Nr as DropdownMenuGroup,
|
|
145
|
+
Or as DropdownMenuItem,
|
|
146
|
+
yr as DropdownMenuLabel,
|
|
147
|
+
Er as DropdownMenuPortal,
|
|
148
|
+
Ur as DropdownMenuRadioGroup,
|
|
149
|
+
jr as DropdownMenuRadioItem,
|
|
150
|
+
qr as DropdownMenuSeparator,
|
|
151
|
+
zr as DropdownMenuShortcut,
|
|
152
|
+
Jr as DropdownMenuSub,
|
|
153
|
+
Kr as DropdownMenuSubContent,
|
|
154
|
+
Qr as DropdownMenuSubTrigger,
|
|
155
|
+
Wr as DropdownMenuTrigger,
|
|
156
|
+
Aa as Fade,
|
|
173
157
|
I as FileUpload,
|
|
174
|
-
|
|
158
|
+
re as FormField,
|
|
175
159
|
te as FormHelperText,
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
Cr as HoverCardTrigger,
|
|
160
|
+
wa as Grow,
|
|
161
|
+
Co as HoverCard,
|
|
162
|
+
so as HoverCardContent,
|
|
163
|
+
fo as HoverCardTrigger,
|
|
181
164
|
n as IconButton,
|
|
182
165
|
m as Input,
|
|
183
166
|
Z as InputOTP,
|
|
184
167
|
_ as InputOTPGroup,
|
|
185
168
|
$ as InputOTPSeparator,
|
|
186
169
|
ee as InputOTPSlot,
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
Xt as NavigationMenuTrigger,
|
|
214
|
-
Yt as NavigationMenuViewport,
|
|
170
|
+
b as Label,
|
|
171
|
+
Ua as Link,
|
|
172
|
+
gt as Menubar,
|
|
173
|
+
bt as MenubarCheckboxItem,
|
|
174
|
+
xt as MenubarContent,
|
|
175
|
+
St as MenubarGroup,
|
|
176
|
+
Ct as MenubarItem,
|
|
177
|
+
st as MenubarLabel,
|
|
178
|
+
ft as MenubarMenu,
|
|
179
|
+
Mt as MenubarPortal,
|
|
180
|
+
Tt as MenubarRadioGroup,
|
|
181
|
+
ct as MenubarRadioItem,
|
|
182
|
+
Dt as MenubarSeparator,
|
|
183
|
+
It as MenubarShortcut,
|
|
184
|
+
Pt as MenubarSub,
|
|
185
|
+
vt as MenubarSubContent,
|
|
186
|
+
At as MenubarSubTrigger,
|
|
187
|
+
wt as MenubarTrigger,
|
|
188
|
+
yt as NavigationMenu,
|
|
189
|
+
Et as NavigationMenuContent,
|
|
190
|
+
Ut as NavigationMenuIndicator,
|
|
191
|
+
jt as NavigationMenuItem,
|
|
192
|
+
qt as NavigationMenuLink,
|
|
193
|
+
zt as NavigationMenuList,
|
|
194
|
+
Jt as NavigationMenuTrigger,
|
|
195
|
+
Kt as NavigationMenuViewport,
|
|
215
196
|
Q as NumberInput,
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
A as RadioGroup,
|
|
232
|
-
w as RadioGroupItem,
|
|
197
|
+
Vt as PaginationContent,
|
|
198
|
+
Bt as PaginationEllipsis,
|
|
199
|
+
Gt as PaginationItem,
|
|
200
|
+
kt as PaginationLink,
|
|
201
|
+
Ft as PaginationNav,
|
|
202
|
+
Lt as PaginationNext,
|
|
203
|
+
Rt as PaginationPrevious,
|
|
204
|
+
Ht as PaginationRoot,
|
|
205
|
+
mo as Popover,
|
|
206
|
+
go as PopoverAnchor,
|
|
207
|
+
bo as PopoverContent,
|
|
208
|
+
xo as PopoverTrigger,
|
|
209
|
+
tr as Progress,
|
|
210
|
+
w as RadioGroup,
|
|
211
|
+
h as RadioGroupItem,
|
|
233
212
|
X as SearchInput,
|
|
234
|
-
|
|
235
|
-
|
|
213
|
+
Na as SegmentedControl,
|
|
214
|
+
Oa as SegmentedControlItem,
|
|
236
215
|
k as Select,
|
|
237
|
-
|
|
238
|
-
|
|
216
|
+
F as SelectContent,
|
|
217
|
+
L as SelectGroup,
|
|
239
218
|
R as SelectItem,
|
|
240
219
|
H as SelectLabel,
|
|
241
220
|
N as SelectScrollDownButton,
|
|
@@ -254,95 +233,94 @@ export {
|
|
|
254
233
|
Je as SheetPortal,
|
|
255
234
|
Ke as SheetTitle,
|
|
256
235
|
Qe as SheetTrigger,
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
236
|
+
Wt as Sidebar,
|
|
237
|
+
Xt as SidebarContent,
|
|
238
|
+
Yt as SidebarFooter,
|
|
239
|
+
Zt as SidebarGroup,
|
|
240
|
+
_t as SidebarGroupAction,
|
|
241
|
+
$t as SidebarGroupContent,
|
|
242
|
+
ea as SidebarGroupLabel,
|
|
243
|
+
oa as SidebarHeader,
|
|
244
|
+
ra as SidebarInput,
|
|
245
|
+
ta as SidebarInset,
|
|
246
|
+
aa as SidebarMenu,
|
|
247
|
+
na as SidebarMenuAction,
|
|
248
|
+
ia as SidebarMenuBadge,
|
|
249
|
+
pa as SidebarMenuButton,
|
|
250
|
+
ua as SidebarMenuItem,
|
|
251
|
+
la as SidebarMenuSkeleton,
|
|
252
|
+
ma as SidebarMenuSub,
|
|
253
|
+
da as SidebarMenuSubButton,
|
|
254
|
+
ga as SidebarMenuSubItem,
|
|
255
|
+
ba as SidebarProvider,
|
|
256
|
+
xa as SidebarRail,
|
|
257
|
+
Sa as SidebarSeparator,
|
|
258
|
+
Ca as SidebarTrigger,
|
|
259
|
+
pr as Skeleton,
|
|
260
|
+
ha as Slide,
|
|
282
261
|
ie as Slider,
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
Pa as Stepper,
|
|
262
|
+
Bo as Spinner,
|
|
263
|
+
Fa as Stack,
|
|
264
|
+
mr as StatCard,
|
|
265
|
+
Ma as Step,
|
|
266
|
+
Ta as Stepper,
|
|
289
267
|
B as Switch,
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
268
|
+
Wo as Table,
|
|
269
|
+
Xo as TableBody,
|
|
270
|
+
Yo as TableCaption,
|
|
271
|
+
Zo as TableCell,
|
|
272
|
+
_o as TableFooter,
|
|
273
|
+
$o as TableHead,
|
|
274
|
+
er as TableHeader,
|
|
275
|
+
or as TableRow,
|
|
276
|
+
cr as Tabs,
|
|
277
|
+
Dr as TabsContent,
|
|
278
|
+
Ir as TabsList,
|
|
279
|
+
Pr as TabsTrigger,
|
|
280
|
+
Ba as Text,
|
|
303
281
|
z as Textarea,
|
|
304
282
|
Xe as Toast,
|
|
305
283
|
Ye as ToastAction,
|
|
306
284
|
Ze as ToastClose,
|
|
307
285
|
_e as ToastDescription,
|
|
308
286
|
$e as ToastProvider,
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
287
|
+
eo as ToastTitle,
|
|
288
|
+
oo as ToastViewport,
|
|
289
|
+
to as Toaster,
|
|
312
290
|
ue as Toggle,
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
291
|
+
de as ToggleGroup,
|
|
292
|
+
ge as ToggleGroupItem,
|
|
293
|
+
no as Tooltip,
|
|
294
|
+
io as TooltipContent,
|
|
295
|
+
po as TooltipProvider,
|
|
296
|
+
uo as TooltipTrigger,
|
|
297
|
+
Ya as TreeItem,
|
|
298
|
+
_a as TreeView,
|
|
299
|
+
s as VisuallyHidden,
|
|
300
|
+
vo as alertVariants,
|
|
301
|
+
Ko as avatarVariants,
|
|
302
|
+
Uo as badgeVariants,
|
|
303
|
+
ho as bannerVariants,
|
|
326
304
|
t as buttonVariants,
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
305
|
+
Oo as cardVariants,
|
|
306
|
+
Ia as chipVariants,
|
|
307
|
+
qa as cn,
|
|
308
|
+
Ja as duration,
|
|
309
|
+
Ka as durations,
|
|
310
|
+
Qa as easings,
|
|
311
|
+
Nt as generatePagination,
|
|
312
|
+
d as inputVariants,
|
|
313
|
+
Wa as motion,
|
|
314
|
+
ar as progressIndicatorVariants,
|
|
315
|
+
nr as progressTrackVariants,
|
|
316
|
+
ya as segmentedControlItemVariants,
|
|
339
317
|
j as selectTriggerVariants,
|
|
340
|
-
|
|
341
|
-
|
|
318
|
+
ur as skeletonVariants,
|
|
319
|
+
Ga as textVariants,
|
|
342
320
|
J as textareaVariants,
|
|
343
321
|
le as toggleVariants,
|
|
344
322
|
u as useButtonGroup,
|
|
345
323
|
ae as useFormField,
|
|
346
|
-
|
|
347
|
-
|
|
324
|
+
sa as useSidebar,
|
|
325
|
+
en as useTree
|
|
348
326
|
};
|