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