@devalok/shilp-sutra 0.32.0 → 0.33.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/LICENSE +21 -0
- package/dist/_chunks/date-time-picker.js +851 -0
- package/dist/_chunks/framer.js +1777 -1728
- package/dist/_chunks/mention-suggestion.js +362 -0
- package/dist/_chunks/tiptap.js +11595 -7731
- package/dist/_chunks/use-calendar.js +115 -956
- package/dist/_chunks/vendor-client.js +1062 -878
- package/dist/composed/date-picker/index.js +9 -8
- package/dist/composed/emoji-picker.d.ts +8 -2
- package/dist/composed/emoji-picker.d.ts.map +1 -1
- package/dist/composed/emoji-picker.js +65 -56
- package/dist/composed/extensions/emoji-data.d.ts +35 -0
- package/dist/composed/extensions/emoji-data.d.ts.map +1 -0
- package/dist/composed/extensions/emoji-node.d.ts +11 -0
- package/dist/composed/extensions/emoji-node.d.ts.map +1 -0
- package/dist/composed/extensions/emoji-suggestion.d.ts +4 -6
- package/dist/composed/extensions/emoji-suggestion.d.ts.map +1 -1
- package/dist/composed/extensions/slash-command.d.ts +35 -0
- package/dist/composed/extensions/slash-command.d.ts.map +1 -0
- package/dist/composed/index.d.ts +7 -1
- package/dist/composed/index.d.ts.map +1 -1
- package/dist/composed/index.js +79 -70
- package/dist/composed/rich-chat-input/attachment-strip.d.ts +15 -0
- package/dist/composed/rich-chat-input/attachment-strip.d.ts.map +1 -0
- package/dist/composed/rich-chat-input/audio-player.d.ts +11 -0
- package/dist/composed/rich-chat-input/audio-player.d.ts.map +1 -0
- package/dist/composed/rich-chat-input/audio-waveform.d.ts +24 -0
- package/dist/composed/rich-chat-input/audio-waveform.d.ts.map +1 -0
- package/dist/composed/rich-chat-input/chat-toolbar.d.ts +51 -0
- package/dist/composed/rich-chat-input/chat-toolbar.d.ts.map +1 -0
- package/dist/composed/rich-chat-input/recording-overlay.d.ts +15 -0
- package/dist/composed/rich-chat-input/recording-overlay.d.ts.map +1 -0
- package/dist/composed/rich-chat-input/reply-banner.d.ts +8 -0
- package/dist/composed/rich-chat-input/reply-banner.d.ts.map +1 -0
- package/dist/composed/rich-chat-input/schedule-send.d.ts +22 -0
- package/dist/composed/rich-chat-input/schedule-send.d.ts.map +1 -0
- package/dist/composed/rich-chat-input/use-voice-recorder.d.ts +18 -0
- package/dist/composed/rich-chat-input/use-voice-recorder.d.ts.map +1 -0
- package/dist/composed/rich-chat-input.d.ts +91 -0
- package/dist/composed/rich-chat-input.d.ts.map +1 -0
- package/dist/composed/rich-chat-input.js +1861 -0
- package/dist/composed/rich-text-editor.d.ts +3 -0
- package/dist/composed/rich-text-editor.d.ts.map +1 -1
- package/dist/composed/rich-text-editor.js +278 -448
- package/dist/ui/button-group.d.ts +27 -37
- package/dist/ui/button-group.d.ts.map +1 -1
- package/dist/ui/button-group.js +95 -29
- package/dist/ui/button.d.ts.map +1 -1
- package/dist/ui/button.js +110 -106
- package/dist/ui/index.d.ts +1 -0
- package/dist/ui/index.d.ts.map +1 -1
- package/dist/ui/index.js +335 -333
- package/dist/ui/lib/index.d.ts +1 -0
- package/dist/ui/lib/index.d.ts.map +1 -1
- package/dist/ui/split-button.d.ts +45 -0
- package/dist/ui/split-button.d.ts.map +1 -0
- package/dist/ui/split-button.js +282 -0
- package/docs/components/composed/emoji-picker.md +9 -0
- package/docs/components/composed/rich-chat-input.md +88 -0
- package/docs/components/composed/rich-text-editor.md +5 -0
- package/docs/components/ui/button-group.md +9 -0
- package/docs/components/ui/button.md +4 -0
- package/docs/components/ui/split-button.md +41 -0
- package/llms-full.txt +157 -1
- package/llms.txt +22 -2
- package/package.json +38 -34
package/dist/ui/index.js
CHANGED
|
@@ -2,348 +2,350 @@
|
|
|
2
2
|
import { Icon as r } from "./icon.js";
|
|
3
3
|
import { IconContext as a, IconProvider as n, useIconContext as i } from "./icon-context.js";
|
|
4
4
|
import { IconGroup as u } from "./icon-group.js";
|
|
5
|
-
import { Button as
|
|
5
|
+
import { Button as m, buttonVariants as g } from "./button.js";
|
|
6
6
|
import { IconButton as d } from "./icon-button.js";
|
|
7
7
|
import { ButtonGroup as b, useButtonGroup as s } from "./button-group.js";
|
|
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 {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
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 {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
8
|
+
import { SplitButton as M } from "./split-button.js";
|
|
9
|
+
import { Input as c, inputVariants as T } from "./input.js";
|
|
10
|
+
import { ColorInput as I } from "./color-input.js";
|
|
11
|
+
import { Label as v } from "./label.js";
|
|
12
|
+
import { Separator as w } from "./separator.js";
|
|
13
|
+
import { VisuallyHidden as h } from "./visually-hidden.js";
|
|
14
|
+
import { Autocomplete as G } from "./autocomplete.js";
|
|
15
|
+
import { Combobox as R } from "./combobox.js";
|
|
16
|
+
import { FileUpload as L } from "./file-upload.js";
|
|
17
|
+
import { Checkbox as N } from "./checkbox.js";
|
|
18
|
+
import { RadioGroup as O, RadioGroupItem as U } from "./radio.js";
|
|
19
|
+
import { Switch as z } from "./switch.js";
|
|
20
|
+
import { Select as q, SelectContent as J, SelectGroup as K, SelectItem as Q, SelectLabel as W, SelectScrollDownButton as X, SelectScrollUpButton as Y, SelectSeparator as Z, SelectTrigger as _, SelectValue as $, selectTriggerVariants as ee } from "./select.js";
|
|
21
|
+
import { Textarea as re, textareaVariants as te } from "./textarea.js";
|
|
22
|
+
import { NumberInput as ne } from "./number-input.js";
|
|
23
|
+
import { SearchInput as pe } from "./search-input.js";
|
|
24
|
+
import { InputOTP as le, InputOTPGroup as me, InputOTPSeparator as ge, InputOTPSlot as xe } from "./input-otp.js";
|
|
25
|
+
import { FormField as Se, FormHelperText as be, useFormField as se } from "./form.js";
|
|
26
|
+
import { Slider as Me } from "./slider.js";
|
|
27
|
+
import { Toggle as ce, toggleVariants as Te } from "./toggle.js";
|
|
28
|
+
import { ToggleGroup as Ie, ToggleGroupItem as Pe } from "./toggle-group.js";
|
|
29
|
+
import { AlertDialog as Ae, AlertDialogAction as we, AlertDialogCancel as Be, AlertDialogContent as he, AlertDialogDescription as ke, AlertDialogFooter as Ge, AlertDialogHeader as Ve, AlertDialogOverlay as Re, AlertDialogPortal as Fe, AlertDialogTitle as Le, AlertDialogTrigger as He } from "./alert-dialog.js";
|
|
30
|
+
import { Dialog as ye, DialogClose as Oe, DialogContent as Ue, DialogContentRaw as Ee, DialogDescription as ze, DialogFooter as je, DialogHeader as qe, DialogOverlay as Je, DialogPortal as Ke, DialogTitle as Qe, DialogTrigger as We } from "./dialog.js";
|
|
31
|
+
import { Sheet as Ye, SheetClose as Ze, SheetContent as _e, SheetDescription as $e, SheetFooter as eo, SheetHeader as oo, SheetOverlay as ro, SheetPortal as to, SheetTitle as ao, SheetTrigger as no } from "./sheet.js";
|
|
32
|
+
import { formatFileSize as po, toast as uo } from "./toast.js";
|
|
33
|
+
import { Toaster as mo } from "./toaster.js";
|
|
34
|
+
import { Tooltip as xo, TooltipContent as So, TooltipProvider as bo, TooltipTrigger as so } from "./tooltip.js";
|
|
35
|
+
import { Popover as Mo, PopoverAnchor as Co, PopoverContent as co, PopoverTrigger as To } from "./popover.js";
|
|
36
|
+
import { HoverCard as Io, HoverCardContent as Po, HoverCardTrigger as vo } from "./hover-card.js";
|
|
37
|
+
import { Collapsible as wo, CollapsibleContent as Bo, CollapsibleTrigger as ho } from "./collapsible.js";
|
|
38
|
+
import { Alert as Go, alertVariants as Vo } from "./alert.js";
|
|
39
|
+
import { Banner as Fo, bannerVariants as Lo } from "./banner.js";
|
|
40
|
+
import { Spinner as No } from "./spinner.js";
|
|
41
|
+
import { Card as Oo, CardContent as Uo, CardDescription as Eo, CardFooter as zo, CardHeader as jo, CardTitle as qo, cardVariants as Jo } from "./card.js";
|
|
42
|
+
import { B as Qo, a as Wo, b as Xo } from "../_chunks/badge-group.js";
|
|
43
|
+
import { BadgeIndicator as Zo } from "./badge-indicator.js";
|
|
44
|
+
import { Avatar as $o, AvatarFallback as er, AvatarImage as or, avatarVariants as rr } from "./avatar.js";
|
|
45
|
+
import { Table as ar, TableBody as nr, TableCaption as ir, TableCell as pr, TableFooter as ur, TableHead as lr, TableHeader as mr, TableRow as gr } from "./table.js";
|
|
46
|
+
import { Progress as dr, progressIndicatorVariants as Sr, progressTrackVariants as br } from "./progress.js";
|
|
47
|
+
import { Skeleton as fr, SkeletonAvatar as Mr, SkeletonButton as Cr, SkeletonChart as cr, SkeletonGroup as Tr, SkeletonImage as Dr, SkeletonInput as Ir, SkeletonText as Pr, skeletonVariants as vr } from "./skeleton.js";
|
|
48
|
+
import { StatCard as wr } from "./stat-card.js";
|
|
49
|
+
import { ColorSwatch as hr } from "./color-swatch.js";
|
|
50
|
+
import { StatusDot as Gr } from "./status-dot.js";
|
|
51
|
+
import { MultiProgressRing as Rr, ProgressRing as Fr } from "./progress-ring.js";
|
|
52
|
+
import { Code as Hr } from "./code.js";
|
|
53
|
+
import { AspectRatio as yr } from "./aspect-ratio.js";
|
|
54
|
+
import { Accordion as Ur, AccordionContent as Er, AccordionItem as zr, AccordionTrigger as jr } from "./accordion.js";
|
|
55
|
+
import { Tabs as Jr, TabsContent as Kr, TabsList as Qr, TabsTrigger as Wr } from "./tabs.js";
|
|
56
|
+
import { Breadcrumb as Yr, BreadcrumbEllipsis as Zr, BreadcrumbItem as _r, BreadcrumbLink as $r, BreadcrumbList as et, BreadcrumbPage as ot, BreadcrumbSeparator as rt } from "./breadcrumb.js";
|
|
57
|
+
import { DropdownMenu as at, DropdownMenuCheckboxItem as nt, DropdownMenuContent as it, DropdownMenuGroup as pt, DropdownMenuItem as ut, DropdownMenuLabel as lt, DropdownMenuPortal as mt, DropdownMenuRadioGroup as gt, DropdownMenuRadioItem as xt, DropdownMenuSeparator as dt, DropdownMenuShortcut as St, DropdownMenuSub as bt, DropdownMenuSubContent as st, DropdownMenuSubTrigger as ft, DropdownMenuTrigger as Mt } from "./dropdown-menu.js";
|
|
58
|
+
import { ContextMenu as ct, ContextMenuCheckboxItem as Tt, ContextMenuContent as Dt, ContextMenuGroup as It, ContextMenuItem as Pt, ContextMenuLabel as vt, ContextMenuPortal as At, ContextMenuRadioGroup as wt, ContextMenuRadioItem as Bt, ContextMenuSeparator as ht, ContextMenuShortcut as kt, ContextMenuSub as Gt, ContextMenuSubContent as Vt, ContextMenuSubTrigger as Rt, ContextMenuTrigger as Ft } from "./context-menu.js";
|
|
59
|
+
import { Menubar as Ht, MenubarCheckboxItem as Nt, MenubarContent as yt, MenubarGroup as Ot, MenubarItem as Ut, MenubarLabel as Et, MenubarMenu as zt, MenubarPortal as jt, MenubarRadioGroup as qt, MenubarRadioItem as Jt, MenubarSeparator as Kt, MenubarShortcut as Qt, MenubarSub as Wt, MenubarSubContent as Xt, MenubarSubTrigger as Yt, MenubarTrigger as Zt } from "./menubar.js";
|
|
60
|
+
import { PaginationContent as $t, PaginationEllipsis as ea, PaginationItem as oa, PaginationLink as ra, PaginationNav as ta, PaginationNext as aa, PaginationPrevious as na, PaginationRoot as ia, generatePagination as pa } from "./pagination.js";
|
|
61
|
+
import { NavigationMenu as la, NavigationMenuContent as ma, NavigationMenuIndicator as ga, NavigationMenuItem as xa, NavigationMenuLink as da, NavigationMenuList as Sa, NavigationMenuTrigger as ba, NavigationMenuViewport as sa } from "./navigation-menu.js";
|
|
62
|
+
import { Sidebar as Ma, SidebarContent as Ca, SidebarFooter as ca, SidebarGroup as Ta, SidebarGroupAction as Da, SidebarGroupContent as Ia, SidebarGroupLabel as Pa, SidebarHeader as va, SidebarInput as Aa, SidebarInset as wa, SidebarMenu as Ba, SidebarMenuAction as ha, SidebarMenuBadge as ka, SidebarMenuButton as Ga, SidebarMenuItem as Va, SidebarMenuSkeleton as Ra, SidebarMenuSub as Fa, SidebarMenuSubButton as La, SidebarMenuSubItem as Ha, SidebarProvider as Na, SidebarRail as ya, SidebarSeparator as Oa, SidebarTrigger as Ua, useSidebar as Ea } from "./sidebar.js";
|
|
63
|
+
import { Step as ja, Stepper as qa } from "./stepper.js";
|
|
64
|
+
import { Text as Ka, textVariants as Qa } from "./text.js";
|
|
65
|
+
import { Stack as Xa } from "./stack.js";
|
|
66
|
+
import { Container as Za } from "./container.js";
|
|
67
|
+
import { SegmentedControl as $a } from "./segmented-control.js";
|
|
68
|
+
import { DevalokGrain as on } from "./devalok-grain.js";
|
|
69
|
+
import { Link as tn } from "./link.js";
|
|
70
|
+
import { cn as nn } from "./lib/utils.js";
|
|
71
|
+
import { formatRelativeTime as un } from "./lib/date-utils.js";
|
|
72
|
+
import { springs as mn, stagger as gn, tweens as xn, withReducedMotion as dn } from "./lib/motion.js";
|
|
73
|
+
import { D as bn, M as sn, a as fn, b as Mn, S as Cn, T as cn, U as Tn, u as Dn } from "../_chunks/typing-indicator.js";
|
|
74
|
+
import { T as Pn, a as vn, u as An } from "../_chunks/tree-view.js";
|
|
74
75
|
export {
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
76
|
+
Ur as Accordion,
|
|
77
|
+
Er as AccordionContent,
|
|
78
|
+
zr as AccordionItem,
|
|
79
|
+
jr as AccordionTrigger,
|
|
80
|
+
Go as Alert,
|
|
81
|
+
Ae as AlertDialog,
|
|
82
|
+
we as AlertDialogAction,
|
|
83
|
+
Be as AlertDialogCancel,
|
|
84
|
+
he as AlertDialogContent,
|
|
85
|
+
ke as AlertDialogDescription,
|
|
86
|
+
Ge as AlertDialogFooter,
|
|
87
|
+
Ve as AlertDialogHeader,
|
|
88
|
+
Re as AlertDialogOverlay,
|
|
89
|
+
Fe as AlertDialogPortal,
|
|
90
|
+
Le as AlertDialogTitle,
|
|
91
|
+
He as AlertDialogTrigger,
|
|
92
|
+
yr as AspectRatio,
|
|
93
|
+
G as Autocomplete,
|
|
94
|
+
$o as Avatar,
|
|
95
|
+
er as AvatarFallback,
|
|
96
|
+
or as AvatarImage,
|
|
97
|
+
Qo as Badge,
|
|
98
|
+
Wo as BadgeGroup,
|
|
99
|
+
Zo as BadgeIndicator,
|
|
100
|
+
Fo as Banner,
|
|
101
|
+
Yr as Breadcrumb,
|
|
102
|
+
Zr as BreadcrumbEllipsis,
|
|
103
|
+
_r as BreadcrumbItem,
|
|
104
|
+
$r as BreadcrumbLink,
|
|
105
|
+
et as BreadcrumbList,
|
|
106
|
+
ot as BreadcrumbPage,
|
|
107
|
+
rt as BreadcrumbSeparator,
|
|
108
|
+
m as Button,
|
|
108
109
|
b as ButtonGroup,
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
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
|
-
|
|
110
|
+
Oo as Card,
|
|
111
|
+
Uo as CardContent,
|
|
112
|
+
Eo as CardDescription,
|
|
113
|
+
zo as CardFooter,
|
|
114
|
+
jo as CardHeader,
|
|
115
|
+
qo as CardTitle,
|
|
116
|
+
N as Checkbox,
|
|
117
|
+
Hr as Code,
|
|
118
|
+
wo as Collapsible,
|
|
119
|
+
Bo as CollapsibleContent,
|
|
120
|
+
ho as CollapsibleTrigger,
|
|
121
|
+
I as ColorInput,
|
|
122
|
+
hr as ColorSwatch,
|
|
123
|
+
R as Combobox,
|
|
124
|
+
Za as Container,
|
|
125
|
+
ct as ContextMenu,
|
|
126
|
+
Tt as ContextMenuCheckboxItem,
|
|
127
|
+
Dt as ContextMenuContent,
|
|
128
|
+
It as ContextMenuGroup,
|
|
129
|
+
Pt as ContextMenuItem,
|
|
130
|
+
vt as ContextMenuLabel,
|
|
131
|
+
At as ContextMenuPortal,
|
|
132
|
+
wt as ContextMenuRadioGroup,
|
|
133
|
+
Bt as ContextMenuRadioItem,
|
|
134
|
+
ht as ContextMenuSeparator,
|
|
135
|
+
kt as ContextMenuShortcut,
|
|
136
|
+
Gt as ContextMenuSub,
|
|
137
|
+
Vt as ContextMenuSubContent,
|
|
138
|
+
Rt as ContextMenuSubTrigger,
|
|
139
|
+
Ft as ContextMenuTrigger,
|
|
140
|
+
bn as DateSeparator,
|
|
141
|
+
on as DevalokGrain,
|
|
142
|
+
ye as Dialog,
|
|
143
|
+
Oe as DialogClose,
|
|
144
|
+
Ue as DialogContent,
|
|
145
|
+
Ee as DialogContentRaw,
|
|
146
|
+
ze as DialogDescription,
|
|
147
|
+
je as DialogFooter,
|
|
148
|
+
qe as DialogHeader,
|
|
149
|
+
Je as DialogOverlay,
|
|
150
|
+
Ke as DialogPortal,
|
|
151
|
+
Qe as DialogTitle,
|
|
152
|
+
We as DialogTrigger,
|
|
153
|
+
at as DropdownMenu,
|
|
154
|
+
nt as DropdownMenuCheckboxItem,
|
|
155
|
+
it as DropdownMenuContent,
|
|
156
|
+
pt as DropdownMenuGroup,
|
|
157
|
+
ut as DropdownMenuItem,
|
|
158
|
+
lt as DropdownMenuLabel,
|
|
159
|
+
mt as DropdownMenuPortal,
|
|
160
|
+
gt as DropdownMenuRadioGroup,
|
|
161
|
+
xt as DropdownMenuRadioItem,
|
|
162
|
+
dt as DropdownMenuSeparator,
|
|
163
|
+
St as DropdownMenuShortcut,
|
|
164
|
+
bt as DropdownMenuSub,
|
|
165
|
+
st as DropdownMenuSubContent,
|
|
166
|
+
ft as DropdownMenuSubTrigger,
|
|
167
|
+
Mt as DropdownMenuTrigger,
|
|
168
|
+
L as FileUpload,
|
|
169
|
+
Se as FormField,
|
|
170
|
+
be as FormHelperText,
|
|
171
|
+
Io as HoverCard,
|
|
172
|
+
Po as HoverCardContent,
|
|
173
|
+
vo as HoverCardTrigger,
|
|
173
174
|
r as Icon,
|
|
174
175
|
d as IconButton,
|
|
175
176
|
a as IconContext,
|
|
176
177
|
u as IconGroup,
|
|
177
178
|
n as IconProvider,
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
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
|
-
|
|
214
|
-
|
|
215
|
-
|
|
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
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
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
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
179
|
+
c as Input,
|
|
180
|
+
le as InputOTP,
|
|
181
|
+
me as InputOTPGroup,
|
|
182
|
+
ge as InputOTPSeparator,
|
|
183
|
+
xe as InputOTPSlot,
|
|
184
|
+
v as Label,
|
|
185
|
+
tn as Link,
|
|
186
|
+
Ht as Menubar,
|
|
187
|
+
Nt as MenubarCheckboxItem,
|
|
188
|
+
yt as MenubarContent,
|
|
189
|
+
Ot as MenubarGroup,
|
|
190
|
+
Ut as MenubarItem,
|
|
191
|
+
Et as MenubarLabel,
|
|
192
|
+
zt as MenubarMenu,
|
|
193
|
+
jt as MenubarPortal,
|
|
194
|
+
qt as MenubarRadioGroup,
|
|
195
|
+
Jt as MenubarRadioItem,
|
|
196
|
+
Kt as MenubarSeparator,
|
|
197
|
+
Qt as MenubarShortcut,
|
|
198
|
+
Wt as MenubarSub,
|
|
199
|
+
Xt as MenubarSubContent,
|
|
200
|
+
Yt as MenubarSubTrigger,
|
|
201
|
+
Zt as MenubarTrigger,
|
|
202
|
+
sn as Message,
|
|
203
|
+
fn as MessageInput,
|
|
204
|
+
Mn as MessageList,
|
|
205
|
+
Rr as MultiProgressRing,
|
|
206
|
+
la as NavigationMenu,
|
|
207
|
+
ma as NavigationMenuContent,
|
|
208
|
+
ga as NavigationMenuIndicator,
|
|
209
|
+
xa as NavigationMenuItem,
|
|
210
|
+
da as NavigationMenuLink,
|
|
211
|
+
Sa as NavigationMenuList,
|
|
212
|
+
ba as NavigationMenuTrigger,
|
|
213
|
+
sa as NavigationMenuViewport,
|
|
214
|
+
ne as NumberInput,
|
|
215
|
+
$t as PaginationContent,
|
|
216
|
+
ea as PaginationEllipsis,
|
|
217
|
+
oa as PaginationItem,
|
|
218
|
+
ra as PaginationLink,
|
|
219
|
+
ta as PaginationNav,
|
|
220
|
+
aa as PaginationNext,
|
|
221
|
+
na as PaginationPrevious,
|
|
222
|
+
ia as PaginationRoot,
|
|
223
|
+
Mo as Popover,
|
|
224
|
+
Co as PopoverAnchor,
|
|
225
|
+
co as PopoverContent,
|
|
226
|
+
To as PopoverTrigger,
|
|
227
|
+
dr as Progress,
|
|
228
|
+
Fr as ProgressRing,
|
|
229
|
+
O as RadioGroup,
|
|
230
|
+
U as RadioGroupItem,
|
|
231
|
+
pe as SearchInput,
|
|
232
|
+
$a as SegmentedControl,
|
|
233
|
+
q as Select,
|
|
234
|
+
J as SelectContent,
|
|
235
|
+
K as SelectGroup,
|
|
236
|
+
Q as SelectItem,
|
|
237
|
+
W as SelectLabel,
|
|
238
|
+
X as SelectScrollDownButton,
|
|
239
|
+
Y as SelectScrollUpButton,
|
|
240
|
+
Z as SelectSeparator,
|
|
241
|
+
_ as SelectTrigger,
|
|
242
|
+
$ as SelectValue,
|
|
243
|
+
w as Separator,
|
|
244
|
+
Ye as Sheet,
|
|
245
|
+
Ze as SheetClose,
|
|
246
|
+
_e as SheetContent,
|
|
247
|
+
$e as SheetDescription,
|
|
248
|
+
eo as SheetFooter,
|
|
249
|
+
oo as SheetHeader,
|
|
250
|
+
ro as SheetOverlay,
|
|
251
|
+
to as SheetPortal,
|
|
252
|
+
ao as SheetTitle,
|
|
253
|
+
no as SheetTrigger,
|
|
254
|
+
Ma as Sidebar,
|
|
255
|
+
Ca as SidebarContent,
|
|
256
|
+
ca as SidebarFooter,
|
|
257
|
+
Ta as SidebarGroup,
|
|
258
|
+
Da as SidebarGroupAction,
|
|
259
|
+
Ia as SidebarGroupContent,
|
|
260
|
+
Pa as SidebarGroupLabel,
|
|
261
|
+
va as SidebarHeader,
|
|
262
|
+
Aa as SidebarInput,
|
|
263
|
+
wa as SidebarInset,
|
|
264
|
+
Ba as SidebarMenu,
|
|
265
|
+
ha as SidebarMenuAction,
|
|
266
|
+
ka as SidebarMenuBadge,
|
|
267
|
+
Ga as SidebarMenuButton,
|
|
268
|
+
Va as SidebarMenuItem,
|
|
269
|
+
Ra as SidebarMenuSkeleton,
|
|
270
|
+
Fa as SidebarMenuSub,
|
|
271
|
+
La as SidebarMenuSubButton,
|
|
272
|
+
Ha as SidebarMenuSubItem,
|
|
273
|
+
Na as SidebarProvider,
|
|
274
|
+
ya as SidebarRail,
|
|
275
|
+
Oa as SidebarSeparator,
|
|
276
|
+
Ua as SidebarTrigger,
|
|
277
|
+
fr as Skeleton,
|
|
278
|
+
Mr as SkeletonAvatar,
|
|
279
|
+
Cr as SkeletonButton,
|
|
280
|
+
cr as SkeletonChart,
|
|
281
|
+
Tr as SkeletonGroup,
|
|
282
|
+
Dr as SkeletonImage,
|
|
283
|
+
Ir as SkeletonInput,
|
|
284
|
+
Pr as SkeletonText,
|
|
285
|
+
Me as Slider,
|
|
286
|
+
No as Spinner,
|
|
287
|
+
M as SplitButton,
|
|
288
|
+
Xa as Stack,
|
|
289
|
+
wr as StatCard,
|
|
290
|
+
Gr as StatusDot,
|
|
291
|
+
ja as Step,
|
|
292
|
+
qa as Stepper,
|
|
293
|
+
z as Switch,
|
|
294
|
+
Cn as SystemMessage,
|
|
295
|
+
ar as Table,
|
|
296
|
+
nr as TableBody,
|
|
297
|
+
ir as TableCaption,
|
|
298
|
+
pr as TableCell,
|
|
299
|
+
ur as TableFooter,
|
|
300
|
+
lr as TableHead,
|
|
301
|
+
mr as TableHeader,
|
|
302
|
+
gr as TableRow,
|
|
303
|
+
Jr as Tabs,
|
|
304
|
+
Kr as TabsContent,
|
|
305
|
+
Qr as TabsList,
|
|
306
|
+
Wr as TabsTrigger,
|
|
307
|
+
Ka as Text,
|
|
308
|
+
re as Textarea,
|
|
309
|
+
mo as Toaster,
|
|
310
|
+
ce as Toggle,
|
|
311
|
+
Ie as ToggleGroup,
|
|
312
|
+
Pe as ToggleGroupItem,
|
|
313
|
+
xo as Tooltip,
|
|
314
|
+
So as TooltipContent,
|
|
315
|
+
bo as TooltipProvider,
|
|
316
|
+
so as TooltipTrigger,
|
|
317
|
+
Pn as TreeItem,
|
|
318
|
+
vn as TreeView,
|
|
319
|
+
cn as TypingIndicator,
|
|
320
|
+
Tn as UnreadSeparator,
|
|
321
|
+
h as VisuallyHidden,
|
|
322
|
+
Vo as alertVariants,
|
|
323
|
+
rr as avatarVariants,
|
|
324
|
+
Xo as badgeVariants,
|
|
325
|
+
Lo as bannerVariants,
|
|
326
|
+
g as buttonVariants,
|
|
327
|
+
Jo as cardVariants,
|
|
328
|
+
nn as cn,
|
|
329
|
+
po as formatFileSize,
|
|
330
|
+
un as formatRelativeTime,
|
|
331
|
+
pa as generatePagination,
|
|
332
|
+
T as inputVariants,
|
|
333
|
+
Sr as progressIndicatorVariants,
|
|
334
|
+
br as progressTrackVariants,
|
|
335
|
+
ee as selectTriggerVariants,
|
|
336
|
+
vr as skeletonVariants,
|
|
337
|
+
mn as springs,
|
|
338
|
+
gn as stagger,
|
|
339
|
+
Qa as textVariants,
|
|
340
|
+
te as textareaVariants,
|
|
341
|
+
uo as toast,
|
|
342
|
+
Te as toggleVariants,
|
|
343
|
+
xn as tweens,
|
|
342
344
|
s as useButtonGroup,
|
|
343
|
-
|
|
345
|
+
se as useFormField,
|
|
344
346
|
i as useIconContext,
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
347
|
+
Dn as useMessageContext,
|
|
348
|
+
Ea as useSidebar,
|
|
349
|
+
An as useTree,
|
|
350
|
+
dn as withReducedMotion
|
|
349
351
|
};
|