@oneplatformdev/ui 0.0.1-beta.2 → 0.0.1-beta.22

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 (39) hide show
  1. package/AlertDialog/AlertDialog.d.ts +14 -0
  2. package/AlertDialog/AlertDialog.mjs +58 -60
  3. package/Combobox/Combobox.mjs +71 -60
  4. package/Combobox/Combobox.types.d.ts +7 -0
  5. package/Dropzone/Dropzone.d.ts +22 -0
  6. package/Dropzone/Dropzone.mjs +136 -0
  7. package/Dropzone/Dropzone.types.d.ts +36 -0
  8. package/Dropzone/DropzoneFilePreview.d.ts +4 -0
  9. package/Dropzone/DropzoneFilePreview.mjs +9 -0
  10. package/Dropzone/DropzoneUtils.d.ts +4 -0
  11. package/Dropzone/DropzoneUtils.mjs +15 -0
  12. package/Dropzone/index.d.ts +2 -0
  13. package/Dropzone/index.mjs +7 -0
  14. package/Dropzone/package.json +7 -0
  15. package/DropzoneFilePreview-Dhtv8F4u.js +67 -0
  16. package/FormDropzone/FormDropzone.d.ts +4 -0
  17. package/FormDropzone/FormDropzone.mjs +26 -0
  18. package/FormDropzone/FormDropzone.types.d.ts +7 -0
  19. package/FormDropzone/index.d.ts +2 -0
  20. package/FormDropzone/index.mjs +4 -0
  21. package/FormDropzone/package.json +7 -0
  22. package/FormSelect/FormSelect.types.d.ts +2 -1
  23. package/Input/Input.d.ts +5 -3
  24. package/Input/Input.mjs +58 -18
  25. package/Input/Input.types.d.ts +11 -2
  26. package/Input/index.d.ts +1 -0
  27. package/Input/index.mjs +5 -2
  28. package/Input/inputVariants.d.ts +3 -0
  29. package/Input/inputVariants.mjs +18 -0
  30. package/LazyLoader/LazyLoader.d.ts +17 -0
  31. package/LazyLoader/index.d.ts +1 -1
  32. package/LazyLoader/index.mjs +3 -2
  33. package/Search/index.d.ts +1 -0
  34. package/Search/index.mjs +3 -2
  35. package/Sidebar/Sidebar.d.ts +1 -1
  36. package/index.css +1 -1
  37. package/index.d.ts +2 -0
  38. package/index.mjs +302 -293
  39. package/package.json +7 -6
package/index.mjs CHANGED
@@ -1,82 +1,85 @@
1
1
  import { Accordion as e, AccordionContent as t, AccordionItem as a, AccordionTrigger as n } from "./Accordion/Accordion.mjs";
2
2
  import { Alert as p, AlertDescription as l, AlertTitle as m } from "./Alert/Alert.mjs";
3
- import { AlertDialogAction as d, AlertDialogCancel as g, AlertDialogContent as b, AlertDialogDescription as x, AlertDialogFooter as f, AlertDialogHeader as S, AlertDialogOverlay as C, AlertDialogPortal as s, AlertDialogRoot as T, AlertDialogTitle as c, AlertDialogTrigger as D } from "./AlertDialog/AlertDialogRoot.mjs";
3
+ import { AlertDialogAction as d, AlertDialogCancel as g, AlertDialogContent as b, AlertDialogDescription as x, AlertDialogFooter as f, AlertDialogHeader as S, AlertDialogOverlay as s, AlertDialogPortal as C, AlertDialogRoot as T, AlertDialogTitle as D, AlertDialogTrigger as c } from "./AlertDialog/AlertDialogRoot.mjs";
4
4
  import { AlertDialog as P } from "./AlertDialog/AlertDialog.mjs";
5
5
  import { AreaChart as I } from "./AreaChart/AreaChart.mjs";
6
6
  import { Aside as h } from "./Aside/Aside.mjs";
7
7
  import { AsideSidebar as F } from "./Aside/AsideSidebar.mjs";
8
8
  import { AspectRatio as B } from "./AspectRatio/AspectRatio.mjs";
9
- import { Avatar as G, AvatarFallback as k, AvatarImage as H } from "./Avatar/Avatar.mjs";
9
+ import { Avatar as R, AvatarFallback as k, AvatarImage as H } from "./Avatar/Avatar.mjs";
10
10
  import { Badge as V } from "./Badge/Badge.mjs";
11
- import { badgeVariants as O } from "./Badge/badgeVariants.mjs";
12
- import { Breadcrumb as E, BreadcrumbEllipsis as U, BreadcrumbItem as j, BreadcrumbLink as q, BreadcrumbList as J, BreadcrumbPage as K, BreadcrumbSeparator as Q } from "./Breadcrumb/Breadcrumb.mjs";
13
- import { Button as X } from "./Button/Button.mjs";
14
- import { buttonVariants as Z } from "./Button/buttonVariants.mjs";
11
+ import { badgeVariants as E } from "./Badge/badgeVariants.mjs";
12
+ import { Breadcrumb as z, BreadcrumbEllipsis as _, BreadcrumbItem as U, BreadcrumbLink as Y, BreadcrumbList as j, BreadcrumbPage as q, BreadcrumbSeparator as J } from "./Breadcrumb/Breadcrumb.mjs";
13
+ import { Button as Q } from "./Button/Button.mjs";
14
+ import { buttonVariants as X } from "./Button/buttonVariants.mjs";
15
15
  import { ButtonIcon as $ } from "./ButtonIcon/ButtonIcon.mjs";
16
- import { buttonIconVariants as or } from "./ButtonIcon/buttonIconVariants.mjs";
17
- import { Calendar as tr } from "./Calendar/Calendar.mjs";
18
- import { Card as nr, CardContent as ir, CardDescription as pr, CardFooter as lr, CardHeader as mr, CardTitle as ur } from "./Card/Card.mjs";
19
- import { Carousel as gr, CarouselContent as br, CarouselItem as xr, CarouselNext as fr, CarouselPrevious as Sr } from "./Carousel/Carousel.mjs";
20
- import { ChartContainer as sr, ChartLegend as Tr, ChartLegendContent as cr, ChartStyle as Dr, ChartTooltip as Mr, ChartTooltipContent as Pr } from "./Chart/Chart.mjs";
21
- import { Checkbox as Ir } from "./Checkbox/Checkbox.mjs";
22
- import { Collapsible as hr, CollapsibleContent as vr, CollapsibleTrigger as Fr } from "./Collapsible/Collapsible.mjs";
23
- import { Combobox as Br } from "./Combobox/Combobox.mjs";
24
- import { Command as Gr, CommandDialog as kr, CommandEmpty as Hr, CommandGroup as Nr, CommandInput as Vr, CommandItem as yr, CommandList as Or, CommandSeparator as zr, CommandShortcut as Er } from "./Command/Command.mjs";
25
- import { DataTable as jr } from "./DataTable/DataTable.mjs";
26
- import { DatePicker as Jr } from "./DatePicker/DatePicker.mjs";
27
- import { Dialog as Qr, DialogClose as Wr, DialogContent as Xr, DialogDescription as Yr, DialogFooter as Zr, DialogHeader as _r, DialogOverlay as $r, DialogPortal as ro, DialogTitle as oo, DialogTrigger as eo } from "./Dialog/Dialog.mjs";
28
- import { Drawer as ao, DrawerClose as no, DrawerContent as io, DrawerDescription as po, DrawerFooter as lo, DrawerHeader as mo, DrawerOverlay as uo, DrawerPortal as go, DrawerTitle as bo, DrawerTrigger as xo } from "./Drawer/Drawer.mjs";
29
- import { DropdownMenu as So, DropdownMenuCheckboxItem as Co, DropdownMenuContent as so, DropdownMenuGroup as To, DropdownMenuItem as co, DropdownMenuLabel as Do, DropdownMenuPortal as Mo, DropdownMenuRadioGroup as Po, DropdownMenuRadioItem as Ao, DropdownMenuSeparator as Io, DropdownMenuShortcut as wo, DropdownMenuSub as ho, DropdownMenuSubContent as vo, DropdownMenuSubTrigger as Fo, DropdownMenuTrigger as Lo } from "./DropdownMenu/DropdownMenu.mjs";
30
- import { Form as Ro, FormControl as Go, FormDescription as ko, FormField as Ho, FormItem as No, FormLabel as Vo, FormMessage as yo, useFormField as Oo } from "./Form/Form.mjs";
31
- import { FormRenderControl as Eo } from "./Form/FormRenderControl.mjs";
32
- import { FormCheckbox as jo } from "./FormCheckbox/FormCheckbox.mjs";
33
- import { FormCombobox as Jo } from "./FormCombobox/FormCombobox.mjs";
34
- import { FormDatePicker as Qo } from "./FormDatePicker/FormDatePicker.mjs";
35
- import { FormInput as Xo } from "./FormInput/FormInput.mjs";
36
- import { FormSelect as Zo } from "./FormSelect/FormSelect.mjs";
37
- import { FormTextarea as $o } from "./FormTextarea/FormTextarea.mjs";
38
- import { Header as oe } from "./Header/Header.mjs";
16
+ import { buttonIconVariants as ro } from "./ButtonIcon/buttonIconVariants.mjs";
17
+ import { Calendar as to } from "./Calendar/Calendar.mjs";
18
+ import { Card as no, CardContent as io, CardDescription as po, CardFooter as lo, CardHeader as mo, CardTitle as uo } from "./Card/Card.mjs";
19
+ import { Carousel as bo, CarouselContent as xo, CarouselItem as fo, CarouselNext as So, CarouselPrevious as so } from "./Carousel/Carousel.mjs";
20
+ import { ChartContainer as To, ChartLegend as Do, ChartLegendContent as co, ChartStyle as Mo, ChartTooltip as Po, ChartTooltipContent as Ao } from "./Chart/Chart.mjs";
21
+ import { Checkbox as wo } from "./Checkbox/Checkbox.mjs";
22
+ import { Collapsible as vo, CollapsibleContent as Fo, CollapsibleTrigger as Lo } from "./Collapsible/Collapsible.mjs";
23
+ import { Combobox as Go } from "./Combobox/Combobox.mjs";
24
+ import { Command as ko, CommandDialog as Ho, CommandEmpty as No, CommandGroup as Vo, CommandInput as yo, CommandItem as Eo, CommandList as Oo, CommandSeparator as zo, CommandShortcut as _o } from "./Command/Command.mjs";
25
+ import { DataTable as Yo } from "./DataTable/DataTable.mjs";
26
+ import { DatePicker as qo } from "./DatePicker/DatePicker.mjs";
27
+ import { Dialog as Ko, DialogClose as Qo, DialogContent as Wo, DialogDescription as Xo, DialogFooter as Zo, DialogHeader as $o, DialogOverlay as or, DialogPortal as rr, DialogTitle as er, DialogTrigger as tr } from "./Dialog/Dialog.mjs";
28
+ import { Drawer as nr, DrawerClose as ir, DrawerContent as pr, DrawerDescription as lr, DrawerFooter as mr, DrawerHeader as ur, DrawerOverlay as dr, DrawerPortal as gr, DrawerTitle as br, DrawerTrigger as xr } from "./Drawer/Drawer.mjs";
29
+ import { DropdownMenu as Sr, DropdownMenuCheckboxItem as sr, DropdownMenuContent as Cr, DropdownMenuGroup as Tr, DropdownMenuItem as Dr, DropdownMenuLabel as cr, DropdownMenuPortal as Mr, DropdownMenuRadioGroup as Pr, DropdownMenuRadioItem as Ar, DropdownMenuSeparator as Ir, DropdownMenuShortcut as wr, DropdownMenuSub as hr, DropdownMenuSubContent as vr, DropdownMenuSubTrigger as Fr, DropdownMenuTrigger as Lr } from "./DropdownMenu/DropdownMenu.mjs";
30
+ import { Form as Gr, FormControl as Rr, FormDescription as kr, FormField as Hr, FormItem as Nr, FormLabel as Vr, FormMessage as yr, useFormField as Er } from "./Form/Form.mjs";
31
+ import { FormRenderControl as zr } from "./Form/FormRenderControl.mjs";
32
+ import { FormCheckbox as Ur } from "./FormCheckbox/FormCheckbox.mjs";
33
+ import { FormCombobox as jr } from "./FormCombobox/FormCombobox.mjs";
34
+ import { FormDatePicker as Jr } from "./FormDatePicker/FormDatePicker.mjs";
35
+ import { FormInput as Qr } from "./FormInput/FormInput.mjs";
36
+ import { FormSelect as Xr } from "./FormSelect/FormSelect.mjs";
37
+ import { FormTextarea as $r } from "./FormTextarea/FormTextarea.mjs";
38
+ import { Header as re } from "./Header/Header.mjs";
39
39
  import { HoverCard as te, HoverCardContent as ae, HoverCardTrigger as ne } from "./HoverCard/HoverCard.mjs";
40
- import { Input as pe } from "./Input/Input.mjs";
41
- import { InputOTP as me, InputOTPGroup as ue, InputOTPSeparator as de, InputOTPSlot as ge } from "./InputOTP/InputOTP.mjs";
42
- import { Label as xe } from "./Label/Label.mjs";
43
- import { labelVariants as Se } from "./Label/labelVariants.mjs";
44
- import { LazyLoader as se } from "./LazyLoader/LazyLoader.mjs";
45
- import { LoadingMask as ce } from "./LoadingMask/LoadingMask.mjs";
46
- import { LoadingProgress as Me } from "./LoadingProgress/LoadingProgress.mjs";
47
- import { loadingProgressVariants as Ae } from "./LoadingProgress/loadingProgressVariants.mjs";
48
- import { Menubar as we, MenubarCheckboxItem as he, MenubarContent as ve, MenubarGroup as Fe, MenubarItem as Le, MenubarLabel as Be, MenubarMenu as Re, MenubarPortal as Ge, MenubarRadioGroup as ke, MenubarRadioItem as He, MenubarSeparator as Ne, MenubarShortcut as Ve, MenubarSub as ye, MenubarSubContent as Oe, MenubarSubTrigger as ze, MenubarTrigger as Ee } from "./Menubar/Menubar.mjs";
49
- import { NavigationMenu as je, NavigationMenuContent as qe, NavigationMenuIndicator as Je, NavigationMenuItem as Ke, NavigationMenuLink as Qe, NavigationMenuList as We, NavigationMenuTrigger as Xe, NavigationMenuViewport as Ye } from "./NavigationMenu/NavigationMenu.mjs";
50
- import { navigationMenuVariants as _e } from "./NavigationMenu/navigationMenuVariants.mjs";
51
- import { Pagination as rt, PaginationContent as ot, PaginationEllipsis as et, PaginationItem as tt, PaginationLink as at, PaginationNext as nt, PaginationPrevious as it } from "./Pagination/Pagination.mjs";
52
- import { Popover as lt, PopoverAnchor as mt, PopoverContent as ut, PopoverTrigger as dt } from "./Popover/Popover.mjs";
53
- import { Progress as bt } from "./Progress/Progress.mjs";
54
- import { RadioGroup as ft, RadioGroupItem as St } from "./RadioGroup/RadioGroup.mjs";
55
- import { ResizableHandle as st, ResizablePanel as Tt, ResizablePanelGroup as ct } from "./Resizable/Resizable.mjs";
56
- import { ScrollArea as Mt, ScrollBar as Pt } from "./ScrollArea/ScrollArea.mjs";
57
- import { Search as It } from "./Search/Search.mjs";
58
- import { SelectContent as ht, SelectGroup as vt, SelectItem as Ft, SelectLabel as Lt, SelectRoot as Bt, SelectScrollDownButton as Rt, SelectScrollUpButton as Gt, SelectSeparator as kt, SelectTrigger as Ht, SelectValue as Nt } from "./Select/SelectRoot.mjs";
59
- import { Select as yt } from "./Select/Select.mjs";
60
- import { Separator as zt } from "./Separator/Separator.mjs";
61
- import { Sheet as Ut, SheetClose as jt, SheetContent as qt, SheetDescription as Jt, SheetFooter as Kt, SheetHeader as Qt, SheetOverlay as Wt, SheetPortal as Xt, SheetTitle as Yt, SheetTrigger as Zt } from "./Sheet/Sheet.mjs";
62
- import { Sidebar as $t, SidebarContent as ra, SidebarFooter as oa, SidebarGroup as ea, SidebarGroupAction as ta, SidebarGroupContent as aa, SidebarGroupLabel as na, SidebarHeader as ia, SidebarInput as pa, SidebarInset as la, SidebarMenu as ma, SidebarMenuAction as ua, SidebarMenuBadge as da, SidebarMenuButton as ga, SidebarMenuItem as ba, SidebarMenuSkeleton as xa, SidebarMenuSub as fa, SidebarMenuSubButton as Sa, SidebarMenuSubItem as Ca, SidebarProvider as sa, SidebarRail as Ta, SidebarSeparator as ca, SidebarTrigger as Da, useSidebar as Ma } from "./Sidebar/Sidebar.mjs";
63
- import { Skeleton as Aa } from "./Skeleton/Skeleton.mjs";
64
- import { Slider as wa } from "./Slider/Slider.mjs";
65
- import { Sonner as va } from "./Sonner/Sonner.mjs";
66
- import { Switch as La } from "./Switch/Switch.mjs";
67
- import { Table as Ra, TableBody as Ga, TableCaption as ka, TableCell as Ha, TableFooter as Na, TableHead as Va, TableHeader as ya, TableRow as Oa } from "./Table/Table.mjs";
68
- import { TabsContent as Ea, TabsList as Ua, TabsRoot as ja, TabsTrigger as qa } from "./Tabs/TabsRoot.mjs";
40
+ import { BaseInput as pe, Input as le, PasswordInput as me } from "./Input/Input.mjs";
41
+ import { InputOTP as de, InputOTPGroup as ge, InputOTPSeparator as be, InputOTPSlot as xe } from "./InputOTP/InputOTP.mjs";
42
+ import { Label as Se } from "./Label/Label.mjs";
43
+ import { labelVariants as Ce } from "./Label/labelVariants.mjs";
44
+ import { LazyLoader as De } from "./LazyLoader/LazyLoader.mjs";
45
+ import { LoadingMask as Me } from "./LoadingMask/LoadingMask.mjs";
46
+ import { LoadingProgress as Ae } from "./LoadingProgress/LoadingProgress.mjs";
47
+ import { loadingProgressVariants as we } from "./LoadingProgress/loadingProgressVariants.mjs";
48
+ import { Menubar as ve, MenubarCheckboxItem as Fe, MenubarContent as Le, MenubarGroup as Be, MenubarItem as Ge, MenubarLabel as Re, MenubarMenu as ke, MenubarPortal as He, MenubarRadioGroup as Ne, MenubarRadioItem as Ve, MenubarSeparator as ye, MenubarShortcut as Ee, MenubarSub as Oe, MenubarSubContent as ze, MenubarSubTrigger as _e, MenubarTrigger as Ue } from "./Menubar/Menubar.mjs";
49
+ import { NavigationMenu as je, NavigationMenuContent as qe, NavigationMenuIndicator as Je, NavigationMenuItem as Ke, NavigationMenuLink as Qe, NavigationMenuList as We, NavigationMenuTrigger as Xe, NavigationMenuViewport as Ze } from "./NavigationMenu/NavigationMenu.mjs";
50
+ import { navigationMenuVariants as ot } from "./NavigationMenu/navigationMenuVariants.mjs";
51
+ import { Pagination as et, PaginationContent as tt, PaginationEllipsis as at, PaginationItem as nt, PaginationLink as it, PaginationNext as pt, PaginationPrevious as lt } from "./Pagination/Pagination.mjs";
52
+ import { Popover as ut, PopoverAnchor as dt, PopoverContent as gt, PopoverTrigger as bt } from "./Popover/Popover.mjs";
53
+ import { Progress as ft } from "./Progress/Progress.mjs";
54
+ import { RadioGroup as st, RadioGroupItem as Ct } from "./RadioGroup/RadioGroup.mjs";
55
+ import { ResizableHandle as Dt, ResizablePanel as ct, ResizablePanelGroup as Mt } from "./Resizable/Resizable.mjs";
56
+ import { ScrollArea as At, ScrollBar as It } from "./ScrollArea/ScrollArea.mjs";
57
+ import { Search as ht } from "./Search/Search.mjs";
58
+ import { SelectContent as Ft, SelectGroup as Lt, SelectItem as Bt, SelectLabel as Gt, SelectRoot as Rt, SelectScrollDownButton as kt, SelectScrollUpButton as Ht, SelectSeparator as Nt, SelectTrigger as Vt, SelectValue as yt } from "./Select/SelectRoot.mjs";
59
+ import { Select as Ot } from "./Select/Select.mjs";
60
+ import { Separator as _t } from "./Separator/Separator.mjs";
61
+ import { Sheet as Yt, SheetClose as jt, SheetContent as qt, SheetDescription as Jt, SheetFooter as Kt, SheetHeader as Qt, SheetOverlay as Wt, SheetPortal as Xt, SheetTitle as Zt, SheetTrigger as $t } from "./Sheet/Sheet.mjs";
62
+ import { Sidebar as ra, SidebarContent as ea, SidebarFooter as ta, SidebarGroup as aa, SidebarGroupAction as na, SidebarGroupContent as ia, SidebarGroupLabel as pa, SidebarHeader as la, SidebarInput as ma, SidebarInset as ua, SidebarMenu as da, SidebarMenuAction as ga, SidebarMenuBadge as ba, SidebarMenuButton as xa, SidebarMenuItem as fa, SidebarMenuSkeleton as Sa, SidebarMenuSub as sa, SidebarMenuSubButton as Ca, SidebarMenuSubItem as Ta, SidebarProvider as Da, SidebarRail as ca, SidebarSeparator as Ma, SidebarTrigger as Pa, useSidebar as Aa } from "./Sidebar/Sidebar.mjs";
63
+ import { Skeleton as wa } from "./Skeleton/Skeleton.mjs";
64
+ import { Slider as va } from "./Slider/Slider.mjs";
65
+ import { Sonner as La } from "./Sonner/Sonner.mjs";
66
+ import { Switch as Ga } from "./Switch/Switch.mjs";
67
+ import { Table as ka, TableBody as Ha, TableCaption as Na, TableCell as Va, TableFooter as ya, TableHead as Ea, TableHeader as Oa, TableRow as za } from "./Table/Table.mjs";
68
+ import { TabsContent as Ua, TabsList as Ya, TabsRoot as ja, TabsTrigger as qa } from "./Tabs/TabsRoot.mjs";
69
69
  import { Tabs as Ka } from "./Tabs/Tabs.mjs";
70
70
  import { Textarea as Wa } from "./Textarea/Textarea.mjs";
71
- import { ThemeProvider as Ya } from "./Theme/ThemeProvider.mjs";
72
- import { ThemeModeToggle as _a } from "./Theme/ThemeModeToggle.mjs";
73
- import { Toast as rn, ToastAction as on, ToastClose as en, ToastDescription as tn, ToastProvider as an, ToastTitle as nn, ToastViewport as pn } from "./Toast/Toast.mjs";
74
- import { reducer as mn, toast as un, useNotify as dn, useToast as gn } from "./Toast/useToast.mjs";
75
- import { Toaster as xn } from "./Toaster/Toaster.mjs";
76
- import { Toggle as Sn, toggleVariants as Cn } from "./Toggle/Toggle.mjs";
77
- import { ToggleGroup as Tn, ToggleGroupItem as cn } from "./ToggleGroup/ToggleGroup.mjs";
78
- import { TooltipContent as Mn, TooltipProvider as Pn, TooltipRoot as An, TooltipTrigger as In } from "./Tooltip/TooltipRoot.mjs";
79
- import { Tooltip as hn } from "./Tooltip/Tooltip.mjs";
71
+ import { ThemeProvider as Za } from "./Theme/ThemeProvider.mjs";
72
+ import { ThemeModeToggle as on } from "./Theme/ThemeModeToggle.mjs";
73
+ import { Toast as en, ToastAction as tn, ToastClose as an, ToastDescription as nn, ToastProvider as pn, ToastTitle as ln, ToastViewport as mn } from "./Toast/Toast.mjs";
74
+ import { reducer as dn, toast as gn, useNotify as bn, useToast as xn } from "./Toast/useToast.mjs";
75
+ import { Toaster as Sn } from "./Toaster/Toaster.mjs";
76
+ import { Toggle as Cn, toggleVariants as Tn } from "./Toggle/Toggle.mjs";
77
+ import { ToggleGroup as cn, ToggleGroupItem as Mn } from "./ToggleGroup/ToggleGroup.mjs";
78
+ import { TooltipContent as An, TooltipProvider as In, TooltipRoot as wn, TooltipTrigger as hn } from "./Tooltip/TooltipRoot.mjs";
79
+ import { Tooltip as Fn } from "./Tooltip/Tooltip.mjs";
80
+ import { Dropzone as Bn } from "./Dropzone/Dropzone.mjs";
81
+ import { D as Rn, a as kn } from "./DropzoneFilePreview-Dhtv8F4u.js";
82
+ import { FormDropzone as Nn } from "./FormDropzone/FormDropzone.mjs";
80
83
  export {
81
84
  e as Accordion,
82
85
  t as AccordionContent,
@@ -91,141 +94,146 @@ export {
91
94
  x as AlertDialogDescription,
92
95
  f as AlertDialogFooter,
93
96
  S as AlertDialogHeader,
94
- C as AlertDialogOverlay,
95
- s as AlertDialogPortal,
97
+ s as AlertDialogOverlay,
98
+ C as AlertDialogPortal,
96
99
  T as AlertDialogRoot,
97
- c as AlertDialogTitle,
98
- D as AlertDialogTrigger,
100
+ D as AlertDialogTitle,
101
+ c as AlertDialogTrigger,
99
102
  m as AlertTitle,
100
103
  I as AreaChart,
101
104
  h as Aside,
102
105
  F as AsideSidebar,
103
106
  B as AspectRatio,
104
- G as Avatar,
107
+ R as Avatar,
105
108
  k as AvatarFallback,
106
109
  H as AvatarImage,
107
110
  V as Badge,
108
- E as Breadcrumb,
109
- U as BreadcrumbEllipsis,
110
- j as BreadcrumbItem,
111
- q as BreadcrumbLink,
112
- J as BreadcrumbList,
113
- K as BreadcrumbPage,
114
- Q as BreadcrumbSeparator,
115
- X as Button,
111
+ pe as BaseInput,
112
+ z as Breadcrumb,
113
+ _ as BreadcrumbEllipsis,
114
+ U as BreadcrumbItem,
115
+ Y as BreadcrumbLink,
116
+ j as BreadcrumbList,
117
+ q as BreadcrumbPage,
118
+ J as BreadcrumbSeparator,
119
+ Q as Button,
116
120
  $ as ButtonIcon,
117
- tr as Calendar,
118
- nr as Card,
119
- ir as CardContent,
120
- pr as CardDescription,
121
- lr as CardFooter,
122
- mr as CardHeader,
123
- ur as CardTitle,
124
- gr as Carousel,
125
- br as CarouselContent,
126
- xr as CarouselItem,
127
- fr as CarouselNext,
128
- Sr as CarouselPrevious,
129
- sr as ChartContainer,
130
- Tr as ChartLegend,
131
- cr as ChartLegendContent,
132
- Dr as ChartStyle,
133
- Mr as ChartTooltip,
134
- Pr as ChartTooltipContent,
135
- Ir as Checkbox,
136
- hr as Collapsible,
137
- vr as CollapsibleContent,
138
- Fr as CollapsibleTrigger,
139
- Br as Combobox,
140
- Gr as Command,
141
- kr as CommandDialog,
142
- Hr as CommandEmpty,
143
- Nr as CommandGroup,
144
- Vr as CommandInput,
145
- yr as CommandItem,
146
- Or as CommandList,
147
- zr as CommandSeparator,
148
- Er as CommandShortcut,
149
- jr as DataTable,
150
- Jr as DatePicker,
151
- Qr as Dialog,
152
- Wr as DialogClose,
153
- Xr as DialogContent,
154
- Yr as DialogDescription,
155
- Zr as DialogFooter,
156
- _r as DialogHeader,
157
- $r as DialogOverlay,
158
- ro as DialogPortal,
159
- oo as DialogTitle,
160
- eo as DialogTrigger,
161
- ao as Drawer,
162
- no as DrawerClose,
163
- io as DrawerContent,
164
- po as DrawerDescription,
165
- lo as DrawerFooter,
166
- mo as DrawerHeader,
167
- uo as DrawerOverlay,
168
- go as DrawerPortal,
169
- bo as DrawerTitle,
170
- xo as DrawerTrigger,
171
- So as DropdownMenu,
172
- Co as DropdownMenuCheckboxItem,
173
- so as DropdownMenuContent,
174
- To as DropdownMenuGroup,
175
- co as DropdownMenuItem,
176
- Do as DropdownMenuLabel,
177
- Mo as DropdownMenuPortal,
178
- Po as DropdownMenuRadioGroup,
179
- Ao as DropdownMenuRadioItem,
180
- Io as DropdownMenuSeparator,
181
- wo as DropdownMenuShortcut,
182
- ho as DropdownMenuSub,
183
- vo as DropdownMenuSubContent,
184
- Fo as DropdownMenuSubTrigger,
185
- Lo as DropdownMenuTrigger,
186
- Ro as Form,
187
- jo as FormCheckbox,
188
- Jo as FormCombobox,
189
- Go as FormControl,
190
- Qo as FormDatePicker,
191
- ko as FormDescription,
192
- Ho as FormField,
193
- Xo as FormInput,
194
- No as FormItem,
195
- Vo as FormLabel,
196
- yo as FormMessage,
197
- Eo as FormRenderControl,
198
- Zo as FormSelect,
199
- $o as FormTextarea,
200
- oe as Header,
121
+ to as Calendar,
122
+ no as Card,
123
+ io as CardContent,
124
+ po as CardDescription,
125
+ lo as CardFooter,
126
+ mo as CardHeader,
127
+ uo as CardTitle,
128
+ bo as Carousel,
129
+ xo as CarouselContent,
130
+ fo as CarouselItem,
131
+ So as CarouselNext,
132
+ so as CarouselPrevious,
133
+ To as ChartContainer,
134
+ Do as ChartLegend,
135
+ co as ChartLegendContent,
136
+ Mo as ChartStyle,
137
+ Po as ChartTooltip,
138
+ Ao as ChartTooltipContent,
139
+ wo as Checkbox,
140
+ vo as Collapsible,
141
+ Fo as CollapsibleContent,
142
+ Lo as CollapsibleTrigger,
143
+ Go as Combobox,
144
+ ko as Command,
145
+ Ho as CommandDialog,
146
+ No as CommandEmpty,
147
+ Vo as CommandGroup,
148
+ yo as CommandInput,
149
+ Eo as CommandItem,
150
+ Oo as CommandList,
151
+ zo as CommandSeparator,
152
+ _o as CommandShortcut,
153
+ Rn as DEFAULT_FILE_TYPES,
154
+ kn as DEFAULT_IMAGES_TYPES,
155
+ Yo as DataTable,
156
+ qo as DatePicker,
157
+ Ko as Dialog,
158
+ Qo as DialogClose,
159
+ Wo as DialogContent,
160
+ Xo as DialogDescription,
161
+ Zo as DialogFooter,
162
+ $o as DialogHeader,
163
+ or as DialogOverlay,
164
+ rr as DialogPortal,
165
+ er as DialogTitle,
166
+ tr as DialogTrigger,
167
+ nr as Drawer,
168
+ ir as DrawerClose,
169
+ pr as DrawerContent,
170
+ lr as DrawerDescription,
171
+ mr as DrawerFooter,
172
+ ur as DrawerHeader,
173
+ dr as DrawerOverlay,
174
+ gr as DrawerPortal,
175
+ br as DrawerTitle,
176
+ xr as DrawerTrigger,
177
+ Sr as DropdownMenu,
178
+ sr as DropdownMenuCheckboxItem,
179
+ Cr as DropdownMenuContent,
180
+ Tr as DropdownMenuGroup,
181
+ Dr as DropdownMenuItem,
182
+ cr as DropdownMenuLabel,
183
+ Mr as DropdownMenuPortal,
184
+ Pr as DropdownMenuRadioGroup,
185
+ Ar as DropdownMenuRadioItem,
186
+ Ir as DropdownMenuSeparator,
187
+ wr as DropdownMenuShortcut,
188
+ hr as DropdownMenuSub,
189
+ vr as DropdownMenuSubContent,
190
+ Fr as DropdownMenuSubTrigger,
191
+ Lr as DropdownMenuTrigger,
192
+ Bn as Dropzone,
193
+ Gr as Form,
194
+ Ur as FormCheckbox,
195
+ jr as FormCombobox,
196
+ Rr as FormControl,
197
+ Jr as FormDatePicker,
198
+ kr as FormDescription,
199
+ Nn as FormDropzone,
200
+ Hr as FormField,
201
+ Qr as FormInput,
202
+ Nr as FormItem,
203
+ Vr as FormLabel,
204
+ yr as FormMessage,
205
+ zr as FormRenderControl,
206
+ Xr as FormSelect,
207
+ $r as FormTextarea,
208
+ re as Header,
201
209
  te as HoverCard,
202
210
  ae as HoverCardContent,
203
211
  ne as HoverCardTrigger,
204
- pe as Input,
205
- me as InputOTP,
206
- ue as InputOTPGroup,
207
- de as InputOTPSeparator,
208
- ge as InputOTPSlot,
209
- xe as Label,
210
- se as LazyLoader,
211
- ce as LoadingMask,
212
- Me as LoadingProgress,
213
- we as Menubar,
214
- he as MenubarCheckboxItem,
215
- ve as MenubarContent,
216
- Fe as MenubarGroup,
217
- Le as MenubarItem,
218
- Be as MenubarLabel,
219
- Re as MenubarMenu,
220
- Ge as MenubarPortal,
221
- ke as MenubarRadioGroup,
222
- He as MenubarRadioItem,
223
- Ne as MenubarSeparator,
224
- Ve as MenubarShortcut,
225
- ye as MenubarSub,
226
- Oe as MenubarSubContent,
227
- ze as MenubarSubTrigger,
228
- Ee as MenubarTrigger,
212
+ le as Input,
213
+ de as InputOTP,
214
+ ge as InputOTPGroup,
215
+ be as InputOTPSeparator,
216
+ xe as InputOTPSlot,
217
+ Se as Label,
218
+ De as LazyLoader,
219
+ Me as LoadingMask,
220
+ Ae as LoadingProgress,
221
+ ve as Menubar,
222
+ Fe as MenubarCheckboxItem,
223
+ Le as MenubarContent,
224
+ Be as MenubarGroup,
225
+ Ge as MenubarItem,
226
+ Re as MenubarLabel,
227
+ ke as MenubarMenu,
228
+ He as MenubarPortal,
229
+ Ne as MenubarRadioGroup,
230
+ Ve as MenubarRadioItem,
231
+ ye as MenubarSeparator,
232
+ Ee as MenubarShortcut,
233
+ Oe as MenubarSub,
234
+ ze as MenubarSubContent,
235
+ _e as MenubarSubTrigger,
236
+ Ue as MenubarTrigger,
229
237
  je as NavigationMenu,
230
238
  qe as NavigationMenuContent,
231
239
  Je as NavigationMenuIndicator,
@@ -233,40 +241,41 @@ export {
233
241
  Qe as NavigationMenuLink,
234
242
  We as NavigationMenuList,
235
243
  Xe as NavigationMenuTrigger,
236
- Ye as NavigationMenuViewport,
237
- rt as Pagination,
238
- ot as PaginationContent,
239
- et as PaginationEllipsis,
240
- tt as PaginationItem,
241
- at as PaginationLink,
242
- nt as PaginationNext,
243
- it as PaginationPrevious,
244
- lt as Popover,
245
- mt as PopoverAnchor,
246
- ut as PopoverContent,
247
- dt as PopoverTrigger,
248
- bt as Progress,
249
- ft as RadioGroup,
250
- St as RadioGroupItem,
251
- st as ResizableHandle,
252
- Tt as ResizablePanel,
253
- ct as ResizablePanelGroup,
254
- Mt as ScrollArea,
255
- Pt as ScrollBar,
256
- It as Search,
257
- yt as Select,
258
- ht as SelectContent,
259
- vt as SelectGroup,
260
- Ft as SelectItem,
261
- Lt as SelectLabel,
262
- Bt as SelectRoot,
263
- Rt as SelectScrollDownButton,
264
- Gt as SelectScrollUpButton,
265
- kt as SelectSeparator,
266
- Ht as SelectTrigger,
267
- Nt as SelectValue,
268
- zt as Separator,
269
- Ut as Sheet,
244
+ Ze as NavigationMenuViewport,
245
+ et as Pagination,
246
+ tt as PaginationContent,
247
+ at as PaginationEllipsis,
248
+ nt as PaginationItem,
249
+ it as PaginationLink,
250
+ pt as PaginationNext,
251
+ lt as PaginationPrevious,
252
+ me as PasswordInput,
253
+ ut as Popover,
254
+ dt as PopoverAnchor,
255
+ gt as PopoverContent,
256
+ bt as PopoverTrigger,
257
+ ft as Progress,
258
+ st as RadioGroup,
259
+ Ct as RadioGroupItem,
260
+ Dt as ResizableHandle,
261
+ ct as ResizablePanel,
262
+ Mt as ResizablePanelGroup,
263
+ At as ScrollArea,
264
+ It as ScrollBar,
265
+ ht as Search,
266
+ Ot as Select,
267
+ Ft as SelectContent,
268
+ Lt as SelectGroup,
269
+ Bt as SelectItem,
270
+ Gt as SelectLabel,
271
+ Rt as SelectRoot,
272
+ kt as SelectScrollDownButton,
273
+ Ht as SelectScrollUpButton,
274
+ Nt as SelectSeparator,
275
+ Vt as SelectTrigger,
276
+ yt as SelectValue,
277
+ _t as Separator,
278
+ Yt as Sheet,
270
279
  jt as SheetClose,
271
280
  qt as SheetContent,
272
281
  Jt as SheetDescription,
@@ -274,78 +283,78 @@ export {
274
283
  Qt as SheetHeader,
275
284
  Wt as SheetOverlay,
276
285
  Xt as SheetPortal,
277
- Yt as SheetTitle,
278
- Zt as SheetTrigger,
279
- $t as Sidebar,
280
- ra as SidebarContent,
281
- oa as SidebarFooter,
282
- ea as SidebarGroup,
283
- ta as SidebarGroupAction,
284
- aa as SidebarGroupContent,
285
- na as SidebarGroupLabel,
286
- ia as SidebarHeader,
287
- pa as SidebarInput,
288
- la as SidebarInset,
289
- ma as SidebarMenu,
290
- ua as SidebarMenuAction,
291
- da as SidebarMenuBadge,
292
- ga as SidebarMenuButton,
293
- ba as SidebarMenuItem,
294
- xa as SidebarMenuSkeleton,
295
- fa as SidebarMenuSub,
296
- Sa as SidebarMenuSubButton,
297
- Ca as SidebarMenuSubItem,
298
- sa as SidebarProvider,
299
- Ta as SidebarRail,
300
- ca as SidebarSeparator,
301
- Da as SidebarTrigger,
302
- Aa as Skeleton,
303
- wa as Slider,
304
- va as Sonner,
305
- La as Switch,
306
- Ra as Table,
307
- Ga as TableBody,
308
- ka as TableCaption,
309
- Ha as TableCell,
310
- Na as TableFooter,
311
- Va as TableHead,
312
- ya as TableHeader,
313
- Oa as TableRow,
286
+ Zt as SheetTitle,
287
+ $t as SheetTrigger,
288
+ ra as Sidebar,
289
+ ea as SidebarContent,
290
+ ta as SidebarFooter,
291
+ aa as SidebarGroup,
292
+ na as SidebarGroupAction,
293
+ ia as SidebarGroupContent,
294
+ pa as SidebarGroupLabel,
295
+ la as SidebarHeader,
296
+ ma as SidebarInput,
297
+ ua as SidebarInset,
298
+ da as SidebarMenu,
299
+ ga as SidebarMenuAction,
300
+ ba as SidebarMenuBadge,
301
+ xa as SidebarMenuButton,
302
+ fa as SidebarMenuItem,
303
+ Sa as SidebarMenuSkeleton,
304
+ sa as SidebarMenuSub,
305
+ Ca as SidebarMenuSubButton,
306
+ Ta as SidebarMenuSubItem,
307
+ Da as SidebarProvider,
308
+ ca as SidebarRail,
309
+ Ma as SidebarSeparator,
310
+ Pa as SidebarTrigger,
311
+ wa as Skeleton,
312
+ va as Slider,
313
+ La as Sonner,
314
+ Ga as Switch,
315
+ ka as Table,
316
+ Ha as TableBody,
317
+ Na as TableCaption,
318
+ Va as TableCell,
319
+ ya as TableFooter,
320
+ Ea as TableHead,
321
+ Oa as TableHeader,
322
+ za as TableRow,
314
323
  Ka as Tabs,
315
- Ea as TabsContent,
316
- Ua as TabsList,
324
+ Ua as TabsContent,
325
+ Ya as TabsList,
317
326
  ja as TabsRoot,
318
327
  qa as TabsTrigger,
319
328
  Wa as Textarea,
320
- _a as ThemeModeToggle,
321
- Ya as ThemeProvider,
322
- rn as Toast,
323
- on as ToastAction,
324
- en as ToastClose,
325
- tn as ToastDescription,
326
- an as ToastProvider,
327
- nn as ToastTitle,
328
- pn as ToastViewport,
329
- xn as Toaster,
330
- Sn as Toggle,
331
- Tn as ToggleGroup,
332
- cn as ToggleGroupItem,
333
- hn as Tooltip,
334
- Mn as TooltipContent,
335
- Pn as TooltipProvider,
336
- An as TooltipRoot,
337
- In as TooltipTrigger,
338
- O as badgeVariants,
339
- or as buttonIconVariants,
340
- Z as buttonVariants,
341
- Se as labelVariants,
342
- Ae as loadingProgressVariants,
343
- _e as navigationMenuVariants,
344
- mn as reducer,
345
- un as toast,
346
- Cn as toggleVariants,
347
- Oo as useFormField,
348
- dn as useNotify,
349
- Ma as useSidebar,
350
- gn as useToast
329
+ on as ThemeModeToggle,
330
+ Za as ThemeProvider,
331
+ en as Toast,
332
+ tn as ToastAction,
333
+ an as ToastClose,
334
+ nn as ToastDescription,
335
+ pn as ToastProvider,
336
+ ln as ToastTitle,
337
+ mn as ToastViewport,
338
+ Sn as Toaster,
339
+ Cn as Toggle,
340
+ cn as ToggleGroup,
341
+ Mn as ToggleGroupItem,
342
+ Fn as Tooltip,
343
+ An as TooltipContent,
344
+ In as TooltipProvider,
345
+ wn as TooltipRoot,
346
+ hn as TooltipTrigger,
347
+ E as badgeVariants,
348
+ ro as buttonIconVariants,
349
+ X as buttonVariants,
350
+ Ce as labelVariants,
351
+ we as loadingProgressVariants,
352
+ ot as navigationMenuVariants,
353
+ dn as reducer,
354
+ gn as toast,
355
+ Tn as toggleVariants,
356
+ Er as useFormField,
357
+ bn as useNotify,
358
+ Aa as useSidebar,
359
+ xn as useToast
351
360
  };