laif-ds 0.1.4 → 0.1.5
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/button.js +1 -1
- package/dist/components/ui/card.js +41 -34
- package/dist/components/ui/typo.js +53 -0
- package/dist/index.d.ts +62 -17
- package/dist/index.js +227 -225
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import { AspectRatio as
|
|
2
|
+
import { AspectRatio as r } from "./components/ui/aspect-ratio.js";
|
|
3
3
|
import { Avatar as a, AvatarFallback as n, AvatarImage as i } from "./components/ui/avatar.js";
|
|
4
4
|
import { Badge as l, badgeVariants as u } from "./components/ui/badge.js";
|
|
5
|
-
import { Button as g, buttonVariants as
|
|
5
|
+
import { Button as g, buttonVariants as x } from "./components/ui/button.js";
|
|
6
6
|
import { Checkbox as b } from "./components/ui/checkbox.js";
|
|
7
7
|
import { Collapsible as S, CollapsibleContent as f, CollapsibleTrigger as s } from "./components/ui/collapsible.js";
|
|
8
8
|
import { CopyButton as T } from "./components/ui/copy-button.js";
|
|
@@ -12,78 +12,79 @@ import { InputOTP as h, InputOTPGroup as v, InputOTPSlot as F } from "./componen
|
|
|
12
12
|
import { Label as L } from "./components/ui/label.js";
|
|
13
13
|
import { Progress as w } from "./components/ui/progress.js";
|
|
14
14
|
import { RadioGroup as k, RadioGroupItem as N } from "./components/ui/radio-group.js";
|
|
15
|
-
import { Separator as
|
|
15
|
+
import { Separator as B } from "./components/ui/separator.js";
|
|
16
16
|
import { Skeleton as z } from "./components/ui/skeleton.js";
|
|
17
17
|
import { Switch as E } from "./components/ui/switch.js";
|
|
18
18
|
import { Textarea as q } from "./components/ui/textarea.js";
|
|
19
19
|
import { Toggle as K, toggleVariants as Q } from "./components/ui/toggle.js";
|
|
20
20
|
import { Tooltip as W, TooltipContent as X, TooltipProvider as Y, TooltipTrigger as Z } from "./components/ui/tooltip.js";
|
|
21
21
|
import { TypingIndicator as $ } from "./components/ui/typing-indicator.js";
|
|
22
|
-
import { Accordion as
|
|
22
|
+
import { Accordion as oe, AccordionContent as re, AccordionItem as te, AccordionTrigger as ae } from "./components/ui/accordion.js";
|
|
23
23
|
import { Alert as ie, AlertDescription as pe, AlertTitle as le } from "./components/ui/alert.js";
|
|
24
|
-
import { AlertDialog as me, AlertDialogAction as ge, AlertDialogCancel as
|
|
24
|
+
import { AlertDialog as me, AlertDialogAction as ge, AlertDialogCancel as xe, AlertDialogContent as Ce, AlertDialogDescription as be, AlertDialogFooter as de, AlertDialogHeader as Se, AlertDialogTitle as fe, AlertDialogTrigger as se } from "./components/ui/alert-dialog.js";
|
|
25
25
|
import { AsyncSelect as Te } from "./components/ui/async-select.js";
|
|
26
26
|
import { Calendar as De } from "./components/ui/calendar.js";
|
|
27
27
|
import { Card as Ae, CardContent as Pe, CardDescription as he, CardFooter as ve, CardHeader as Fe, CardTitle as Ge } from "./components/ui/card.js";
|
|
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 {
|
|
28
|
+
import { Typo as Re } from "./components/ui/typo.js";
|
|
29
|
+
import { Command as He, CommandDialog as ke, CommandEmpty as Ne, CommandGroup as ye, CommandInput as Be, CommandItem as Ve, CommandList as ze, CommandSeparator as Oe, CommandShortcut as Ee } from "./components/ui/command.js";
|
|
30
|
+
import { ContextMenu as qe, ContextMenuCheckboxItem as Je, ContextMenuContent as Ke, ContextMenuGroup as Qe, ContextMenuItem as Ue, ContextMenuLabel as We, ContextMenuPortal as Xe, ContextMenuRadioGroup as Ye, ContextMenuRadioItem as Ze, ContextMenuSeparator as _e, ContextMenuShortcut as $e, ContextMenuSub as eo, ContextMenuSubContent as oo, ContextMenuSubTrigger as ro, ContextMenuTrigger as to } from "./components/ui/context-menu.js";
|
|
31
|
+
import { DatePicker as no } from "./components/ui/date-picker.js";
|
|
32
|
+
import { InputSelector as po } from "./components/ui/input-selector.js";
|
|
33
|
+
import { Dialog as uo, DialogContent as mo, DialogDescription as go, DialogFooter as xo, DialogHeader as Co, DialogTitle as bo, DialogTrigger as So } from "./components/ui/dialog.js";
|
|
34
|
+
import { Drawer as so, DrawerContent as Mo, DrawerDescription as To, DrawerFooter as co, DrawerHeader as Do, DrawerTitle as Io, DrawerTrigger as Ao } from "./components/ui/drawer.js";
|
|
35
|
+
import { Form as ho, FormControl as vo, FormDescription as Fo, FormField as Go, FormItem as Lo, FormLabel as Ro, FormMessage as wo, useFormField as Ho } from "./components/ui/form.js";
|
|
36
|
+
import { HoverCard as No, HoverCardContent as yo, HoverCardTrigger as Bo } from "./components/ui/hover-card.js";
|
|
37
|
+
import { Menubar as zo, MenubarCheckboxItem as Oo, MenubarContent as Eo, MenubarGroup as jo, MenubarItem as qo, MenubarLabel as Jo, MenubarMenu as Ko, MenubarPortal as Qo, MenubarRadioGroup as Uo, MenubarRadioItem as Wo, MenubarSeparator as Xo, MenubarShortcut as Yo, MenubarSub as Zo, MenubarSubContent as _o, MenubarSubTrigger as $o, MenubarTrigger as er } from "./components/ui/menubar.js";
|
|
38
|
+
import { MultipleSelector as rr } from "./components/ui/multiple-selector.js";
|
|
39
|
+
import { Pagination as ar, PaginationContent as nr, PaginationEllipsis as ir, PaginationItem as pr, PaginationLink as lr, PaginationNext as ur, PaginationPrevious as mr } from "./components/ui/pagination.js";
|
|
40
|
+
import { Popover as xr, PopoverContent as Cr, PopoverTrigger as br } from "./components/ui/popover.js";
|
|
41
|
+
import { PromptSuggestions as Sr } from "./components/ui/prompt-suggestions.js";
|
|
42
|
+
import { ResizableHandle as sr, ResizablePanel as Mr, ResizablePanelGroup as Tr } from "./components/ui/resizable.js";
|
|
43
|
+
import { ScrollArea as Dr, ScrollBar as Ir } from "./components/ui/scroll-area.js";
|
|
44
|
+
import { Select as Pr, SelectContent as hr, SelectGroup as vr, SelectItem as Fr, SelectLabel as Gr, SelectSeparator as Lr, SelectTrigger as Rr, SelectValue as wr } from "./components/ui/select.js";
|
|
45
|
+
import { Sheet as kr, SheetContent as Nr, SheetDescription as yr, SheetFooter as Br, SheetHeader as Vr, SheetTitle as zr, SheetTrigger as Or } from "./components/ui/sheet.js";
|
|
46
|
+
import { Toaster as jr } from "./components/ui/sonner.js";
|
|
47
|
+
import { Table as Jr, TableBody as Kr, TableCaption as Qr, TableCell as Ur, TableFooter as Wr, TableHead as Xr, TableHeader as Yr, TableRow as Zr } from "./components/ui/table.js";
|
|
48
|
+
import { Tabs as $r, TabsContent as et, TabsList as ot, TabsTrigger as rt } from "./components/ui/tabs.js";
|
|
49
|
+
import { ToggleGroup as at, ToggleGroupItem as nt } from "./components/ui/toggle-group.js";
|
|
50
|
+
import { AudioVisualizer as pt } from "./components/ui/audio-visualizer.js";
|
|
51
|
+
import { Carousel as ut, CarouselContent as mt, CarouselItem as gt, CarouselNext as xt, CarouselPrevious as Ct } from "./components/ui/carousel.js";
|
|
52
|
+
import { ChartContainer as dt, ChartLegend as St, ChartLegendContent as ft, ChartStyle as st, ChartTooltip as Mt, ChartTooltipContent as Tt } from "./components/ui/chart.js";
|
|
53
|
+
import { Chat as Dt, ChatContainer as It, ChatForm as At, ChatMessages as Pt } from "./components/ui/chat.js";
|
|
54
|
+
import { ChatMessage as vt } from "./components/ui/chat-message.js";
|
|
55
|
+
import { FilePreview as Gt } from "./components/ui/file-preview.js";
|
|
56
|
+
import { InterruptPrompt as Rt } from "./components/ui/interrupt-prompt.js";
|
|
57
|
+
import { MarkdownRenderer as Ht } from "./components/ui/markdown-renderer.js";
|
|
58
|
+
import { MessageInput as Nt } from "./components/ui/message-input.js";
|
|
59
|
+
import { MessageList as Bt } from "./components/ui/message-list.js";
|
|
60
|
+
import { NavigationMenu as zt, NavigationMenuContent as Ot, NavigationMenuIndicator as Et, NavigationMenuItem as jt, NavigationMenuLink as qt, NavigationMenuList as Jt, NavigationMenuTrigger as Kt, NavigationMenuViewport as Qt } from "./components/ui/navigation-menu.js";
|
|
61
|
+
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 la, SidebarMenuSkeleton as ua, SidebarMenuSub as ma, SidebarMenuSubButton as ga, SidebarMenuSubItem as xa, SidebarProvider as Ca, SidebarRail as ba, SidebarSeparator as da, SidebarTrigger as Sa, useSidebar as fa } from "./components/ui/sidebar.js";
|
|
62
|
+
import { useAudioRecording as Ma } from "./hooks/use-audio-recording.js";
|
|
63
|
+
import { useAutoScroll as ca } from "./hooks/use-auto-scroll.js";
|
|
64
|
+
import { useAutosizeTextArea as Ia } from "./hooks/use-autosize-textarea.js";
|
|
65
|
+
import { useCopyToClipboard as Pa } from "./hooks/use-copy-to-clipboard.js";
|
|
66
|
+
import { useDebounce as va } from "./hooks/use-debounce.js";
|
|
67
|
+
import { useIsMobile as Ga } from "./hooks/use-mobile.js";
|
|
67
68
|
export {
|
|
68
|
-
|
|
69
|
-
|
|
69
|
+
oe as Accordion,
|
|
70
|
+
re as AccordionContent,
|
|
70
71
|
te as AccordionItem,
|
|
71
72
|
ae as AccordionTrigger,
|
|
72
73
|
ie as Alert,
|
|
73
74
|
pe as AlertDescription,
|
|
74
75
|
me as AlertDialog,
|
|
75
76
|
ge as AlertDialogAction,
|
|
76
|
-
|
|
77
|
-
|
|
77
|
+
xe as AlertDialogCancel,
|
|
78
|
+
Ce as AlertDialogContent,
|
|
78
79
|
be as AlertDialogDescription,
|
|
79
80
|
de as AlertDialogFooter,
|
|
80
81
|
Se as AlertDialogHeader,
|
|
81
82
|
fe as AlertDialogTitle,
|
|
82
83
|
se as AlertDialogTrigger,
|
|
83
84
|
le as AlertTitle,
|
|
84
|
-
|
|
85
|
+
r as AspectRatio,
|
|
85
86
|
Te as AsyncSelect,
|
|
86
|
-
|
|
87
|
+
pt as AudioVisualizer,
|
|
87
88
|
a as Avatar,
|
|
88
89
|
n as AvatarFallback,
|
|
89
90
|
i as AvatarImage,
|
|
@@ -96,204 +97,205 @@ export {
|
|
|
96
97
|
ve as CardFooter,
|
|
97
98
|
Fe as CardHeader,
|
|
98
99
|
Ge as CardTitle,
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
100
|
+
ut as Carousel,
|
|
101
|
+
mt as CarouselContent,
|
|
102
|
+
gt as CarouselItem,
|
|
103
|
+
xt as CarouselNext,
|
|
104
|
+
Ct as CarouselPrevious,
|
|
105
|
+
dt as ChartContainer,
|
|
106
|
+
St as ChartLegend,
|
|
107
|
+
ft as ChartLegendContent,
|
|
108
|
+
st as ChartStyle,
|
|
109
|
+
Mt as ChartTooltip,
|
|
110
|
+
Tt as ChartTooltipContent,
|
|
111
|
+
Dt as Chat,
|
|
112
|
+
It as ChatContainer,
|
|
113
|
+
At as ChatForm,
|
|
114
|
+
vt as ChatMessage,
|
|
115
|
+
Pt as ChatMessages,
|
|
115
116
|
b as Checkbox,
|
|
116
117
|
S as Collapsible,
|
|
117
118
|
f as CollapsibleContent,
|
|
118
119
|
s as CollapsibleTrigger,
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
120
|
+
He as Command,
|
|
121
|
+
ke as CommandDialog,
|
|
122
|
+
Ne as CommandEmpty,
|
|
123
|
+
ye as CommandGroup,
|
|
124
|
+
Be as CommandInput,
|
|
125
|
+
Ve as CommandItem,
|
|
126
|
+
ze as CommandList,
|
|
127
|
+
Oe as CommandSeparator,
|
|
128
|
+
Ee as CommandShortcut,
|
|
129
|
+
qe as ContextMenu,
|
|
130
|
+
Je as ContextMenuCheckboxItem,
|
|
131
|
+
Ke as ContextMenuContent,
|
|
132
|
+
Qe as ContextMenuGroup,
|
|
133
|
+
Ue as ContextMenuItem,
|
|
134
|
+
We as ContextMenuLabel,
|
|
135
|
+
Xe as ContextMenuPortal,
|
|
136
|
+
Ye as ContextMenuRadioGroup,
|
|
137
|
+
Ze as ContextMenuRadioItem,
|
|
138
|
+
_e as ContextMenuSeparator,
|
|
139
|
+
$e as ContextMenuShortcut,
|
|
140
|
+
eo as ContextMenuSub,
|
|
141
|
+
oo as ContextMenuSubContent,
|
|
142
|
+
ro as ContextMenuSubTrigger,
|
|
143
|
+
to as ContextMenuTrigger,
|
|
143
144
|
T as CopyButton,
|
|
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
|
-
|
|
145
|
+
no as DatePicker,
|
|
146
|
+
uo as Dialog,
|
|
147
|
+
mo as DialogContent,
|
|
148
|
+
go as DialogDescription,
|
|
149
|
+
xo as DialogFooter,
|
|
150
|
+
Co as DialogHeader,
|
|
151
|
+
bo as DialogTitle,
|
|
152
|
+
So as DialogTrigger,
|
|
153
|
+
so as Drawer,
|
|
154
|
+
Mo as DrawerContent,
|
|
155
|
+
To as DrawerDescription,
|
|
156
|
+
co as DrawerFooter,
|
|
157
|
+
Do as DrawerHeader,
|
|
158
|
+
Io as DrawerTitle,
|
|
159
|
+
Ao as DrawerTrigger,
|
|
160
|
+
Gt as FilePreview,
|
|
161
|
+
ho as Form,
|
|
162
|
+
vo as FormControl,
|
|
163
|
+
Fo as FormDescription,
|
|
164
|
+
Go as FormField,
|
|
165
|
+
Lo as FormItem,
|
|
166
|
+
Ro as FormLabel,
|
|
167
|
+
wo as FormMessage,
|
|
168
|
+
No as HoverCard,
|
|
169
|
+
yo as HoverCardContent,
|
|
170
|
+
Bo as HoverCardTrigger,
|
|
170
171
|
D as Icon,
|
|
171
172
|
A as Input,
|
|
172
173
|
h as InputOTP,
|
|
173
174
|
v as InputOTPGroup,
|
|
174
175
|
F as InputOTPSlot,
|
|
175
|
-
|
|
176
|
-
|
|
176
|
+
po as InputSelector,
|
|
177
|
+
Rt as InterruptPrompt,
|
|
177
178
|
L as Label,
|
|
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
|
-
|
|
179
|
+
Ht as MarkdownRenderer,
|
|
180
|
+
zo as Menubar,
|
|
181
|
+
Oo as MenubarCheckboxItem,
|
|
182
|
+
Eo as MenubarContent,
|
|
183
|
+
jo as MenubarGroup,
|
|
184
|
+
qo as MenubarItem,
|
|
185
|
+
Jo as MenubarLabel,
|
|
186
|
+
Ko as MenubarMenu,
|
|
187
|
+
Qo as MenubarPortal,
|
|
188
|
+
Uo as MenubarRadioGroup,
|
|
189
|
+
Wo as MenubarRadioItem,
|
|
190
|
+
Xo as MenubarSeparator,
|
|
191
|
+
Yo as MenubarShortcut,
|
|
192
|
+
Zo as MenubarSub,
|
|
193
|
+
_o as MenubarSubContent,
|
|
194
|
+
$o as MenubarSubTrigger,
|
|
195
|
+
er as MenubarTrigger,
|
|
196
|
+
Nt as MessageInput,
|
|
197
|
+
Bt as MessageList,
|
|
198
|
+
rr as MultipleSelector,
|
|
199
|
+
zt as NavigationMenu,
|
|
200
|
+
Ot as NavigationMenuContent,
|
|
201
|
+
Et as NavigationMenuIndicator,
|
|
202
|
+
jt as NavigationMenuItem,
|
|
203
|
+
qt as NavigationMenuLink,
|
|
204
|
+
Jt as NavigationMenuList,
|
|
205
|
+
Kt as NavigationMenuTrigger,
|
|
206
|
+
Qt as NavigationMenuViewport,
|
|
207
|
+
ar as Pagination,
|
|
208
|
+
nr as PaginationContent,
|
|
209
|
+
ir as PaginationEllipsis,
|
|
210
|
+
pr as PaginationItem,
|
|
211
|
+
lr as PaginationLink,
|
|
212
|
+
ur as PaginationNext,
|
|
213
|
+
mr as PaginationPrevious,
|
|
214
|
+
xr as Popover,
|
|
215
|
+
Cr as PopoverContent,
|
|
216
|
+
br as PopoverTrigger,
|
|
216
217
|
w as Progress,
|
|
217
|
-
|
|
218
|
+
Sr as PromptSuggestions,
|
|
218
219
|
k as RadioGroup,
|
|
219
220
|
N as RadioGroupItem,
|
|
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
|
-
|
|
221
|
+
sr as ResizableHandle,
|
|
222
|
+
Mr as ResizablePanel,
|
|
223
|
+
Tr as ResizablePanelGroup,
|
|
224
|
+
Dr as ScrollArea,
|
|
225
|
+
Ir as ScrollBar,
|
|
226
|
+
Pr as Select,
|
|
227
|
+
hr as SelectContent,
|
|
228
|
+
vr as SelectGroup,
|
|
229
|
+
Fr as SelectItem,
|
|
230
|
+
Gr as SelectLabel,
|
|
231
|
+
Lr as SelectSeparator,
|
|
232
|
+
Rr as SelectTrigger,
|
|
233
|
+
wr as SelectValue,
|
|
234
|
+
B as Separator,
|
|
235
|
+
kr as Sheet,
|
|
236
|
+
Nr as SheetContent,
|
|
237
|
+
yr as SheetDescription,
|
|
238
|
+
Br as SheetFooter,
|
|
239
|
+
Vr as SheetHeader,
|
|
240
|
+
zr as SheetTitle,
|
|
241
|
+
Or as SheetTrigger,
|
|
242
|
+
Wt as Sidebar,
|
|
243
|
+
Xt as SidebarContent,
|
|
244
|
+
Yt as SidebarFooter,
|
|
245
|
+
Zt as SidebarGroup,
|
|
246
|
+
_t as SidebarGroupAction,
|
|
247
|
+
$t as SidebarGroupContent,
|
|
248
|
+
ea as SidebarGroupLabel,
|
|
249
|
+
oa as SidebarHeader,
|
|
250
|
+
ra as SidebarInput,
|
|
251
|
+
ta as SidebarInset,
|
|
252
|
+
aa as SidebarMenu,
|
|
253
|
+
na as SidebarMenuAction,
|
|
254
|
+
ia as SidebarMenuBadge,
|
|
255
|
+
pa as SidebarMenuButton,
|
|
256
|
+
la as SidebarMenuItem,
|
|
257
|
+
ua as SidebarMenuSkeleton,
|
|
258
|
+
ma as SidebarMenuSub,
|
|
259
|
+
ga as SidebarMenuSubButton,
|
|
260
|
+
xa as SidebarMenuSubItem,
|
|
261
|
+
Ca as SidebarProvider,
|
|
262
|
+
ba as SidebarRail,
|
|
263
|
+
da as SidebarSeparator,
|
|
264
|
+
Sa as SidebarTrigger,
|
|
264
265
|
z as Skeleton,
|
|
265
266
|
E as Switch,
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
267
|
+
Jr as Table,
|
|
268
|
+
Kr as TableBody,
|
|
269
|
+
Qr as TableCaption,
|
|
270
|
+
Ur as TableCell,
|
|
271
|
+
Wr as TableFooter,
|
|
272
|
+
Xr as TableHead,
|
|
273
|
+
Yr as TableHeader,
|
|
274
|
+
Zr as TableRow,
|
|
275
|
+
$r as Tabs,
|
|
276
|
+
et as TabsContent,
|
|
277
|
+
ot as TabsList,
|
|
278
|
+
rt as TabsTrigger,
|
|
278
279
|
q as Textarea,
|
|
279
|
-
|
|
280
|
+
jr as Toaster,
|
|
280
281
|
K as Toggle,
|
|
281
|
-
|
|
282
|
-
|
|
282
|
+
at as ToggleGroup,
|
|
283
|
+
nt as ToggleGroupItem,
|
|
283
284
|
W as Tooltip,
|
|
284
285
|
X as TooltipContent,
|
|
285
286
|
Y as TooltipProvider,
|
|
286
287
|
Z as TooltipTrigger,
|
|
287
288
|
$ as TypingIndicator,
|
|
289
|
+
Re as Typo,
|
|
288
290
|
u as badgeVariants,
|
|
289
|
-
|
|
291
|
+
x as buttonVariants,
|
|
290
292
|
Q as toggleVariants,
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
293
|
+
Ma as useAudioRecording,
|
|
294
|
+
ca as useAutoScroll,
|
|
295
|
+
Ia as useAutosizeTextArea,
|
|
296
|
+
Pa as useCopyToClipboard,
|
|
297
|
+
va as useDebounce,
|
|
298
|
+
Ho as useFormField,
|
|
299
|
+
Ga as useIsMobile,
|
|
300
|
+
fa as useSidebar
|
|
299
301
|
};
|