laif-ds 0.1.4 → 0.1.6

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