react-shadcn-kit 0.2.3 → 0.2.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/assets/global.css +1 -1
- package/dist/components/composites/ComponentSearch.d.ts +43 -0
- package/dist/components/composites/action-button.d.ts +16 -0
- package/dist/components/composites/index.d.ts +9 -0
- package/dist/components/composites/index.js +13 -0
- package/dist/components/composites/index.js.map +1 -0
- package/dist/components/composites/sidebar-wrapper.d.ts +27 -0
- package/dist/components/composites/theme-toggle.d.ts +9 -0
- package/dist/components/composites/user-menu.d.ts +18 -0
- package/dist/components/data-table/data-table-column-header.d.ts +7 -0
- package/dist/components/data-table/data-table-faceted-filter.d.ts +15 -0
- package/dist/components/data-table/data-table-pagination.d.ts +6 -0
- package/dist/components/data-table/data-table-toolbar.d.ts +20 -0
- package/dist/components/data-table/data-table-view-options.d.ts +6 -0
- package/dist/components/data-table/data-table.d.ts +30 -0
- package/dist/components/data-table/index.d.ts +6 -0
- package/dist/components/data-table/index.js +15 -0
- package/dist/components/data-table/index.js.map +1 -0
- package/dist/components/kanban/KanbanBoard.d.ts +2 -0
- package/dist/components/kanban/KanbanCard.d.ts +9 -0
- package/dist/components/kanban/KanbanColumn.d.ts +10 -0
- package/dist/components/kanban/KanbanDialog.d.ts +12 -0
- package/dist/components/kanban/index.d.ts +1 -0
- package/dist/components/kanban/index.js +12 -0
- package/dist/components/kanban/index.js.map +1 -0
- package/dist/components/kanban/kanban-types.d.ts +17 -0
- package/dist/components/kanban/kanban.d.ts +45 -0
- package/dist/components/marketing/hero.d.ts +12 -0
- package/dist/components/marketing/index.d.ts +6 -0
- package/dist/components/marketing/index.js +9 -0
- package/dist/components/marketing/index.js.map +1 -0
- package/dist/components/marketing/social-proof.d.ts +10 -0
- package/dist/components/marketing/value-props.d.ts +14 -0
- package/dist/components/primitives/accordion.d.ts +7 -0
- package/dist/components/primitives/action-button.d.ts +10 -0
- package/dist/components/primitives/alert-dialog.d.ts +14 -0
- package/dist/components/primitives/alert.d.ts +9 -0
- package/dist/components/primitives/aspect-ratio.d.ts +3 -0
- package/dist/components/primitives/avatar.d.ts +6 -0
- package/dist/components/primitives/badge-variants.d.ts +3 -0
- package/dist/components/primitives/badge.d.ts +9 -0
- package/dist/components/primitives/breadcrumb.d.ts +11 -0
- package/dist/components/primitives/button-group-variants.d.ts +3 -0
- package/dist/components/primitives/button-group.d.ts +13 -0
- package/dist/components/primitives/button-variants.d.ts +4 -0
- package/dist/components/primitives/button.d.ts +9 -0
- package/dist/components/primitives/calendar.d.ts +8 -0
- package/dist/components/primitives/card.d.ts +9 -0
- package/dist/components/primitives/carousel.d.ts +19 -0
- package/dist/components/primitives/chart.d.ts +54 -0
- package/dist/components/primitives/chart.js +39 -37
- package/dist/components/primitives/chart.js.map +1 -1
- package/dist/components/primitives/checkbox.d.ts +4 -0
- package/dist/components/primitives/collapsible.d.ts +5 -0
- package/dist/components/primitives/command.d.ts +18 -0
- package/dist/components/primitives/context-menu.d.ts +25 -0
- package/dist/components/primitives/context-menu.js +7 -7
- package/dist/components/primitives/context-menu.js.map +1 -1
- package/dist/components/primitives/custom-button-variants.d.ts +5 -0
- package/dist/components/primitives/custom-button.d.ts +22 -0
- package/dist/components/primitives/dialog.d.ts +15 -0
- package/dist/components/primitives/drawer.d.ts +13 -0
- package/dist/components/primitives/dropdown-menu.d.ts +25 -0
- package/dist/components/primitives/dropdown-menu.js +7 -7
- package/dist/components/primitives/dropdown-menu.js.map +1 -1
- package/dist/components/primitives/empty.d.ts +11 -0
- package/dist/components/primitives/field.d.ts +24 -0
- package/dist/components/primitives/field.js +3 -3
- package/dist/components/primitives/field.js.map +1 -1
- package/dist/components/primitives/form-context.d.ts +23 -0
- package/dist/components/primitives/form.d.ts +11 -0
- package/dist/components/primitives/hover-card.d.ts +6 -0
- package/dist/components/primitives/index.d.ts +116 -0
- package/dist/components/primitives/index.js +345 -0
- package/dist/components/primitives/index.js.map +1 -0
- package/dist/components/primitives/input-group.d.ts +16 -0
- package/dist/components/primitives/input-otp.d.ts +11 -0
- package/dist/components/primitives/input.d.ts +3 -0
- package/dist/components/primitives/item.d.ts +23 -0
- package/dist/components/primitives/kbd.d.ts +3 -0
- package/dist/components/primitives/label.d.ts +4 -0
- package/dist/components/primitives/loading-swap.d.ts +8 -0
- package/dist/components/primitives/menubar.d.ts +26 -0
- package/dist/components/primitives/menubar.js +7 -7
- package/dist/components/primitives/menubar.js.map +1 -1
- package/dist/components/primitives/navigation-menu-variants.d.ts +1 -0
- package/dist/components/primitives/navigation-menu.d.ts +13 -0
- package/dist/components/primitives/pagination.d.ts +13 -0
- package/dist/components/primitives/popover.d.ts +7 -0
- package/dist/components/primitives/progress.d.ts +4 -0
- package/dist/components/primitives/radio-group.d.ts +5 -0
- package/dist/components/primitives/resizable.d.ts +8 -0
- package/dist/components/primitives/resizable.js +6 -6
- package/dist/components/primitives/resizable.js.map +1 -1
- package/dist/components/primitives/scroll-area.d.ts +5 -0
- package/dist/components/primitives/select.d.ts +15 -0
- package/dist/components/primitives/select.js +31 -31
- package/dist/components/primitives/select.js.map +1 -1
- package/dist/components/primitives/separator.d.ts +4 -0
- package/dist/components/primitives/sheet.d.ts +13 -0
- package/dist/components/primitives/sidebar-context.d.ts +12 -0
- package/dist/components/primitives/sidebar-variants.d.ts +4 -0
- package/dist/components/primitives/sidebar.d.ts +56 -0
- package/dist/components/primitives/skeleton.d.ts +2 -0
- package/dist/components/primitives/slider.d.ts +4 -0
- package/dist/components/primitives/slider.js +1 -1
- package/dist/components/primitives/slider.js.map +1 -1
- package/dist/components/primitives/sonner.d.ts +3 -0
- package/dist/components/primitives/spinner.d.ts +2 -0
- package/dist/components/primitives/switch.d.ts +4 -0
- package/dist/components/primitives/table.d.ts +10 -0
- package/dist/components/primitives/tabs.d.ts +7 -0
- package/dist/components/primitives/textarea.d.ts +3 -0
- package/dist/components/primitives/theme-provider.d.ts +3 -0
- package/dist/components/primitives/theme-toggle.d.ts +3 -0
- package/dist/components/primitives/toggle-group.d.ts +9 -0
- package/dist/components/primitives/toggle-variants.d.ts +4 -0
- package/dist/components/primitives/toggle.d.ts +9 -0
- package/dist/components/primitives/tooltip.d.ts +7 -0
- package/dist/hooks/index.d.ts +8 -0
- package/dist/hooks/index.js +11 -0
- package/dist/hooks/index.js.map +1 -0
- package/dist/hooks/use-aria-live.d.ts +22 -0
- package/dist/hooks/use-browser-cache-image.d.ts +4 -0
- package/dist/hooks/use-focus-visible.d.ts +15 -0
- package/dist/hooks/use-mobile.d.ts +1 -0
- package/dist/hooks/use-screen-reader-only.d.ts +14 -0
- package/dist/hooks/use-theme.d.ts +7 -0
- package/dist/index.d.ts +14 -1267
- package/dist/index.js +352 -352
- package/dist/lib/browser-image-cache.d.ts +1 -0
- package/dist/lib/index.d.ts +4 -0
- package/dist/lib/index.js +11 -0
- package/dist/lib/index.js.map +1 -0
- package/dist/lib/utils-enhanced.d.ts +27 -0
- package/dist/lib/utils-enhanced.test.d.ts +1 -0
- package/dist/lib/utils.d.ts +2 -0
- package/package.json +45 -34
package/dist/index.js
CHANGED
|
@@ -1,68 +1,68 @@
|
|
|
1
1
|
import './assets/global.css';/* empty css */
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
2
|
+
import { Accordion as t, AccordionContent as a, AccordionItem as n, AccordionTrigger as i } from "./components/primitives/accordion.js";
|
|
3
|
+
import { Alert as l, AlertDescription as u, AlertTitle as m } from "./components/primitives/alert.js";
|
|
4
|
+
import { AlertDialog as b, AlertDialogAction as x, AlertDialogCancel as C, AlertDialogContent as g, AlertDialogDescription as S, AlertDialogFooter as f, AlertDialogHeader as T, AlertDialogOverlay as D, AlertDialogPortal as M, AlertDialogTitle as c, AlertDialogTrigger as s } from "./components/primitives/alert-dialog.js";
|
|
5
|
+
import { AspectRatio as P } from "./components/primitives/aspect-ratio.js";
|
|
6
|
+
import { Avatar as F, AvatarFallback as w, AvatarImage as G } from "./components/primitives/avatar.js";
|
|
7
|
+
import { Badge as h } from "./components/primitives/badge.js";
|
|
8
|
+
import { Breadcrumb as L, BreadcrumbEllipsis as H, BreadcrumbItem as R, BreadcrumbLink as y, BreadcrumbList as E, BreadcrumbPage as k, BreadcrumbSeparator as K } from "./components/primitives/breadcrumb.js";
|
|
9
|
+
import { Button as O } from "./components/primitives/button.js";
|
|
10
|
+
import { ButtonGroup as z, ButtonGroupSeparator as U, ButtonGroupText as W } from "./components/primitives/button-group.js";
|
|
11
|
+
import { Calendar as q, CalendarDayButton as J } from "./components/primitives/calendar.js";
|
|
12
|
+
import { Card as X, CardAction as Y, CardContent as Z, CardDescription as _, CardFooter as $, CardHeader as ee, CardTitle as oe } from "./components/primitives/card.js";
|
|
13
|
+
import { Carousel as te, CarouselContent as ae, CarouselItem as ne, CarouselNext as ie, CarouselPrevious as pe } from "./components/primitives/carousel.js";
|
|
14
|
+
import { ChartContainer as ue, ChartLegend as me, ChartLegendContent as de, ChartStyle as be, ChartTooltip as xe, ChartTooltipContent as Ce } from "./components/primitives/chart.js";
|
|
15
|
+
import { Checkbox as Se } from "./components/primitives/checkbox.js";
|
|
16
|
+
import { Collapsible as Te, CollapsibleContent as De, CollapsibleTrigger as Me } from "./components/primitives/collapsible.js";
|
|
17
|
+
import { Command as se, CommandDialog as Ie, CommandEmpty as Pe, CommandGroup as Ae, CommandInput as Fe, CommandItem as we, CommandList as Ge, CommandSeparator as ve, CommandShortcut as he } from "./components/primitives/command.js";
|
|
18
|
+
import { ContextMenu as Le, ContextMenuCheckboxItem as He, ContextMenuContent as Re, ContextMenuGroup as ye, ContextMenuItem as Ee, ContextMenuLabel as ke, ContextMenuPortal as Ke, ContextMenuRadioGroup as Ne, ContextMenuRadioItem as Oe, ContextMenuSeparator as Ve, ContextMenuShortcut as ze, ContextMenuSub as Ue, ContextMenuSubContent as We, ContextMenuSubTrigger as je, ContextMenuTrigger as qe } from "./components/primitives/context-menu.js";
|
|
19
|
+
import { CustomButton as Qe } from "./components/primitives/custom-button.js";
|
|
20
|
+
import { Dialog as Ye, DialogClose as Ze, DialogContent as _e, DialogDescription as $e, DialogFooter as eo, DialogHeader as oo, DialogOverlay as ro, DialogPortal as to, DialogTitle as ao, DialogTrigger as no } from "./components/primitives/dialog.js";
|
|
21
|
+
import { Drawer as po, DrawerClose as lo, DrawerContent as uo, DrawerDescription as mo, DrawerFooter as bo, DrawerHeader as xo, DrawerOverlay as Co, DrawerPortal as go, DrawerTitle as So, DrawerTrigger as fo } from "./components/primitives/drawer.js";
|
|
22
|
+
import { DropdownMenu as Do, DropdownMenuCheckboxItem as Mo, DropdownMenuContent as co, DropdownMenuGroup as so, DropdownMenuItem as Io, DropdownMenuLabel as Po, DropdownMenuPortal as Ao, DropdownMenuRadioGroup as Fo, DropdownMenuRadioItem as wo, DropdownMenuSeparator as Go, DropdownMenuShortcut as vo, DropdownMenuSub as ho, DropdownMenuSubContent as Bo, DropdownMenuSubTrigger as Lo, DropdownMenuTrigger as Ho } from "./components/primitives/dropdown-menu.js";
|
|
23
|
+
import { Empty as yo, EmptyContent as Eo, EmptyDescription as ko, EmptyHeader as Ko, EmptyMedia as No, EmptyTitle as Oo } from "./components/primitives/empty.js";
|
|
24
|
+
import { Field as zo, FieldContent as Uo, FieldDescription as Wo, FieldError as jo, FieldGroup as qo, FieldLabel as Jo, FieldLegend as Qo, FieldSeparator as Xo, FieldSet as Yo, FieldTitle as Zo } from "./components/primitives/field.js";
|
|
25
|
+
import { Form as $o, FormControl as er, FormDescription as or, FormField as rr, FormItem as tr, FormLabel as ar, FormMessage as nr } from "./components/primitives/form.js";
|
|
26
|
+
import { HoverCard as pr, HoverCardContent as lr, HoverCardTrigger as ur } from "./components/primitives/hover-card.js";
|
|
27
|
+
import { Input as dr } from "./components/primitives/input.js";
|
|
28
|
+
import { InputGroup as xr, InputGroupAddon as Cr, InputGroupButton as gr, InputGroupInput as Sr, InputGroupText as fr, InputGroupTextarea as Tr } from "./components/primitives/input-group.js";
|
|
29
|
+
import { InputOTP as Mr, InputOTPGroup as cr, InputOTPSeparator as sr, InputOTPSlot as Ir } from "./components/primitives/input-otp.js";
|
|
30
|
+
import { Item as Ar, ItemActions as Fr, ItemContent as wr, ItemDescription as Gr, ItemFooter as vr, ItemGroup as hr, ItemHeader as Br, ItemMedia as Lr, ItemSeparator as Hr, ItemTitle as Rr } from "./components/primitives/item.js";
|
|
31
|
+
import { Kbd as Er, KbdGroup as kr } from "./components/primitives/kbd.js";
|
|
32
|
+
import { Label as Nr } from "./components/primitives/label.js";
|
|
33
|
+
import { LoadingSwap as Vr } from "./components/primitives/loading-swap.js";
|
|
34
|
+
import { Menubar as Ur, MenubarCheckboxItem as Wr, MenubarContent as jr, MenubarGroup as qr, MenubarItem as Jr, MenubarLabel as Qr, MenubarMenu as Xr, MenubarPortal as Yr, MenubarRadioGroup as Zr, MenubarRadioItem as _r, MenubarSeparator as $r, MenubarShortcut as et, MenubarSub as ot, MenubarSubContent as rt, MenubarSubTrigger as tt, MenubarTrigger as at } from "./components/primitives/menubar.js";
|
|
35
|
+
import { NavigationMenu as it, NavigationMenuContent as pt, NavigationMenuIndicator as lt, NavigationMenuItem as ut, NavigationMenuLink as mt, NavigationMenuList as dt, NavigationMenuTrigger as bt, NavigationMenuViewport as xt } from "./components/primitives/navigation-menu.js";
|
|
36
|
+
import { Pagination as gt, PaginationContent as St, PaginationEllipsis as ft, PaginationItem as Tt, PaginationLink as Dt, PaginationNext as Mt, PaginationPrevious as ct } from "./components/primitives/pagination.js";
|
|
37
|
+
import { Popover as It, PopoverAnchor as Pt, PopoverContent as At, PopoverTrigger as Ft } from "./components/primitives/popover.js";
|
|
38
|
+
import { Progress as Gt } from "./components/primitives/progress.js";
|
|
39
|
+
import { RadioGroup as ht, RadioGroupItem as Bt } from "./components/primitives/radio-group.js";
|
|
40
|
+
import { ResizableHandle as Ht, ResizablePanel as Rt, ResizablePanelGroup as yt } from "./components/primitives/resizable.js";
|
|
41
|
+
import { ScrollArea as kt, ScrollBar as Kt } from "./components/primitives/scroll-area.js";
|
|
42
|
+
import { Select as Ot, SelectContent as Vt, SelectGroup as zt, SelectItem as Ut, SelectLabel as Wt, SelectScrollDownButton as jt, SelectScrollUpButton as qt, SelectSeparator as Jt, SelectTrigger as Qt, SelectValue as Xt } from "./components/primitives/select.js";
|
|
43
|
+
import { Separator as Zt } from "./components/primitives/separator.js";
|
|
44
|
+
import { Sheet as $t, SheetClose as ea, SheetContent as oa, SheetDescription as ra, SheetFooter as ta, SheetHeader as aa, SheetTitle as na, SheetTrigger as ia } from "./components/primitives/sheet.js";
|
|
45
|
+
import { Sidebar as la, SidebarContent as ua, SidebarFooter as ma, SidebarGroup as da, SidebarGroupAction as ba, SidebarGroupContent as xa, SidebarGroupLabel as Ca, SidebarHeader as ga, SidebarInput as Sa, SidebarInset as fa, SidebarMenu as Ta, SidebarMenuAction as Da, SidebarMenuBadge as Ma, SidebarMenuButton as ca, SidebarMenuItem as sa, SidebarMenuSkeleton as Ia, SidebarMenuSub as Pa, SidebarMenuSubButton as Aa, SidebarMenuSubItem as Fa, SidebarProvider as wa, SidebarRail as Ga, SidebarSeparator as va, SidebarTrigger as ha } from "./components/primitives/sidebar.js";
|
|
46
|
+
import { Skeleton as La } from "./components/primitives/skeleton.js";
|
|
47
|
+
import { Slider as Ra } from "./components/primitives/slider.js";
|
|
48
|
+
import { Toaster as Ea } from "./components/primitives/sonner.js";
|
|
49
|
+
import { Spinner as Ka } from "./components/primitives/spinner.js";
|
|
50
|
+
import { Switch as Oa } from "./components/primitives/switch.js";
|
|
51
|
+
import { Table as za, TableBody as Ua, TableCaption as Wa, TableCell as ja, TableFooter as qa, TableHead as Ja, TableHeader as Qa, TableRow as Xa } from "./components/primitives/table.js";
|
|
52
|
+
import { Tabs as Za, TabsContent as _a, TabsList as $a, TabsTrigger as en } from "./components/primitives/tabs.js";
|
|
53
|
+
import { Textarea as rn } from "./components/primitives/textarea.js";
|
|
54
|
+
import { ThemeProvider as an } from "./components/primitives/theme-provider.js";
|
|
55
|
+
import { Toggle as pn } from "./components/primitives/toggle.js";
|
|
56
|
+
import { ToggleGroup as un, ToggleGroupItem as mn } from "./components/primitives/toggle-group.js";
|
|
57
|
+
import { Tooltip as bn, TooltipContent as xn, TooltipProvider as Cn, TooltipTrigger as gn } from "./components/primitives/tooltip.js";
|
|
58
|
+
import { customButtonVariants as fn } from "./components/primitives/custom-button-variants.js";
|
|
59
|
+
import { useFormField as Dn } from "./components/primitives/form-context.js";
|
|
60
|
+
import { useSidebar as cn } from "./components/primitives/sidebar-context.js";
|
|
61
|
+
import { ThemeToggle as In } from "./components/composites/theme-toggle.js";
|
|
62
|
+
import { UserMenu as An } from "./components/composites/user-menu.js";
|
|
63
|
+
import { SidebarWrapper as wn } from "./components/composites/sidebar-wrapper.js";
|
|
64
|
+
import { ActionButton as vn } from "./components/composites/action-button.js";
|
|
65
|
+
import { default as Bn } from "./components/composites/ComponentSearch.js";
|
|
66
66
|
import { HeroSection as Hn } from "./components/marketing/hero.js";
|
|
67
67
|
import { SocialProof as yn } from "./components/marketing/social-proof.js";
|
|
68
68
|
import { ValueProps as kn } from "./components/marketing/value-props.js";
|
|
@@ -80,180 +80,180 @@ import { useScreenReaderOnly as bi } from "./hooks/use-screen-reader-only.js";
|
|
|
80
80
|
import { cn as Ci } from "./lib/utils.js";
|
|
81
81
|
import { formatDate as Si, formatDateTime as fi, formatRelative as Ti, generateSlug as Di, mapDatabaseError as Mi } from "./lib/utils-enhanced.js";
|
|
82
82
|
export {
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
83
|
+
t as Accordion,
|
|
84
|
+
a as AccordionContent,
|
|
85
|
+
n as AccordionItem,
|
|
86
|
+
i as AccordionTrigger,
|
|
87
|
+
vn as ActionButton,
|
|
88
|
+
l as Alert,
|
|
89
|
+
u as AlertDescription,
|
|
90
|
+
b as AlertDialog,
|
|
91
|
+
x as AlertDialogAction,
|
|
92
|
+
C as AlertDialogCancel,
|
|
93
|
+
g as AlertDialogContent,
|
|
94
|
+
S as AlertDialogDescription,
|
|
95
|
+
f as AlertDialogFooter,
|
|
96
|
+
T as AlertDialogHeader,
|
|
97
|
+
D as AlertDialogOverlay,
|
|
98
|
+
M as AlertDialogPortal,
|
|
99
|
+
c as AlertDialogTitle,
|
|
100
|
+
s as AlertDialogTrigger,
|
|
101
|
+
m as AlertTitle,
|
|
102
|
+
P as AspectRatio,
|
|
103
|
+
F as Avatar,
|
|
104
|
+
w as AvatarFallback,
|
|
105
|
+
G as AvatarImage,
|
|
106
|
+
h as Badge,
|
|
107
|
+
L as Breadcrumb,
|
|
108
|
+
H as BreadcrumbEllipsis,
|
|
109
|
+
R as BreadcrumbItem,
|
|
110
|
+
y as BreadcrumbLink,
|
|
111
|
+
E as BreadcrumbList,
|
|
112
|
+
k as BreadcrumbPage,
|
|
113
|
+
K as BreadcrumbSeparator,
|
|
114
|
+
O as Button,
|
|
115
|
+
z as ButtonGroup,
|
|
116
|
+
U as ButtonGroupSeparator,
|
|
117
|
+
W as ButtonGroupText,
|
|
118
|
+
q as Calendar,
|
|
119
|
+
J as CalendarDayButton,
|
|
120
|
+
X as Card,
|
|
121
|
+
Y as CardAction,
|
|
122
|
+
Z as CardContent,
|
|
123
|
+
_ as CardDescription,
|
|
124
|
+
$ as CardFooter,
|
|
125
|
+
ee as CardHeader,
|
|
126
|
+
oe as CardTitle,
|
|
127
|
+
te as Carousel,
|
|
128
|
+
ae as CarouselContent,
|
|
129
|
+
ne as CarouselItem,
|
|
130
|
+
ie as CarouselNext,
|
|
131
|
+
pe as CarouselPrevious,
|
|
132
|
+
ue as ChartContainer,
|
|
133
|
+
me as ChartLegend,
|
|
134
|
+
de as ChartLegendContent,
|
|
135
|
+
be as ChartStyle,
|
|
136
|
+
xe as ChartTooltip,
|
|
137
|
+
Ce as ChartTooltipContent,
|
|
138
|
+
Se as Checkbox,
|
|
139
|
+
Te as Collapsible,
|
|
140
|
+
De as CollapsibleContent,
|
|
141
|
+
Me as CollapsibleTrigger,
|
|
142
|
+
se as Command,
|
|
143
|
+
Ie as CommandDialog,
|
|
144
|
+
Pe as CommandEmpty,
|
|
145
|
+
Ae as CommandGroup,
|
|
146
|
+
Fe as CommandInput,
|
|
147
|
+
we as CommandItem,
|
|
148
|
+
Ge as CommandList,
|
|
149
|
+
ve as CommandSeparator,
|
|
150
|
+
he as CommandShortcut,
|
|
151
|
+
Bn as ComponentSearch,
|
|
152
|
+
Le as ContextMenu,
|
|
153
|
+
He as ContextMenuCheckboxItem,
|
|
154
|
+
Re as ContextMenuContent,
|
|
155
|
+
ye as ContextMenuGroup,
|
|
156
|
+
Ee as ContextMenuItem,
|
|
157
|
+
ke as ContextMenuLabel,
|
|
158
|
+
Ke as ContextMenuPortal,
|
|
159
|
+
Ne as ContextMenuRadioGroup,
|
|
160
|
+
Oe as ContextMenuRadioItem,
|
|
161
|
+
Ve as ContextMenuSeparator,
|
|
162
|
+
ze as ContextMenuShortcut,
|
|
163
|
+
Ue as ContextMenuSub,
|
|
164
|
+
We as ContextMenuSubContent,
|
|
165
|
+
je as ContextMenuSubTrigger,
|
|
166
|
+
qe as ContextMenuTrigger,
|
|
167
|
+
Qe as CustomButton,
|
|
168
168
|
Nn as DataTable,
|
|
169
169
|
Vn as DataTableColumnHeader,
|
|
170
170
|
Xn as DataTableFacetedFilter,
|
|
171
171
|
Un as DataTablePagination,
|
|
172
172
|
Jn as DataTableToolbar,
|
|
173
173
|
jn as DataTableViewOptions,
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
174
|
+
Ye as Dialog,
|
|
175
|
+
Ze as DialogClose,
|
|
176
|
+
_e as DialogContent,
|
|
177
|
+
$e as DialogDescription,
|
|
178
|
+
eo as DialogFooter,
|
|
179
|
+
oo as DialogHeader,
|
|
180
|
+
ro as DialogOverlay,
|
|
181
|
+
to as DialogPortal,
|
|
182
|
+
ao as DialogTitle,
|
|
183
|
+
no as DialogTrigger,
|
|
184
|
+
po as Drawer,
|
|
185
|
+
lo as DrawerClose,
|
|
186
|
+
uo as DrawerContent,
|
|
187
|
+
mo as DrawerDescription,
|
|
188
|
+
bo as DrawerFooter,
|
|
189
|
+
xo as DrawerHeader,
|
|
190
|
+
Co as DrawerOverlay,
|
|
191
|
+
go as DrawerPortal,
|
|
192
|
+
So as DrawerTitle,
|
|
193
|
+
fo as DrawerTrigger,
|
|
194
|
+
Do as DropdownMenu,
|
|
195
|
+
Mo as DropdownMenuCheckboxItem,
|
|
196
|
+
co as DropdownMenuContent,
|
|
197
|
+
so as DropdownMenuGroup,
|
|
198
|
+
Io as DropdownMenuItem,
|
|
199
|
+
Po as DropdownMenuLabel,
|
|
200
|
+
Ao as DropdownMenuPortal,
|
|
201
|
+
Fo as DropdownMenuRadioGroup,
|
|
202
|
+
wo as DropdownMenuRadioItem,
|
|
203
|
+
Go as DropdownMenuSeparator,
|
|
204
|
+
vo as DropdownMenuShortcut,
|
|
205
|
+
ho as DropdownMenuSub,
|
|
206
|
+
Bo as DropdownMenuSubContent,
|
|
207
|
+
Lo as DropdownMenuSubTrigger,
|
|
208
|
+
Ho as DropdownMenuTrigger,
|
|
209
|
+
yo as Empty,
|
|
210
|
+
Eo as EmptyContent,
|
|
211
|
+
ko as EmptyDescription,
|
|
212
|
+
Ko as EmptyHeader,
|
|
213
|
+
No as EmptyMedia,
|
|
214
|
+
Oo as EmptyTitle,
|
|
215
|
+
zo as Field,
|
|
216
|
+
Uo as FieldContent,
|
|
217
|
+
Wo as FieldDescription,
|
|
218
|
+
jo as FieldError,
|
|
219
|
+
qo as FieldGroup,
|
|
220
|
+
Jo as FieldLabel,
|
|
221
|
+
Qo as FieldLegend,
|
|
222
|
+
Xo as FieldSeparator,
|
|
223
|
+
Yo as FieldSet,
|
|
224
|
+
Zo as FieldTitle,
|
|
225
|
+
$o as Form,
|
|
226
|
+
er as FormControl,
|
|
227
|
+
or as FormDescription,
|
|
228
|
+
rr as FormField,
|
|
229
|
+
tr as FormItem,
|
|
230
|
+
ar as FormLabel,
|
|
231
|
+
nr as FormMessage,
|
|
232
232
|
Hn as HeroSection,
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
233
|
+
pr as HoverCard,
|
|
234
|
+
lr as HoverCardContent,
|
|
235
|
+
ur as HoverCardTrigger,
|
|
236
|
+
dr as Input,
|
|
237
|
+
xr as InputGroup,
|
|
238
|
+
Cr as InputGroupAddon,
|
|
239
|
+
gr as InputGroupButton,
|
|
240
|
+
Sr as InputGroupInput,
|
|
241
|
+
fr as InputGroupText,
|
|
242
|
+
Tr as InputGroupTextarea,
|
|
243
|
+
Mr as InputOTP,
|
|
244
|
+
cr as InputOTPGroup,
|
|
245
|
+
sr as InputOTPSeparator,
|
|
246
|
+
Ir as InputOTPSlot,
|
|
247
|
+
Ar as Item,
|
|
248
|
+
Fr as ItemActions,
|
|
249
|
+
wr as ItemContent,
|
|
250
|
+
Gr as ItemDescription,
|
|
251
|
+
vr as ItemFooter,
|
|
252
|
+
hr as ItemGroup,
|
|
253
|
+
Br as ItemHeader,
|
|
254
|
+
Lr as ItemMedia,
|
|
255
|
+
Hr as ItemSeparator,
|
|
256
|
+
Rr as ItemTitle,
|
|
257
257
|
Zn as Kanban,
|
|
258
258
|
_n as KanbanCard,
|
|
259
259
|
$n as KanbanCardDescription,
|
|
@@ -262,128 +262,128 @@ export {
|
|
|
262
262
|
ri as KanbanColumnBadge,
|
|
263
263
|
ti as KanbanColumnContent,
|
|
264
264
|
ai as KanbanColumnHeader,
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
265
|
+
Er as Kbd,
|
|
266
|
+
kr as KbdGroup,
|
|
267
|
+
Nr as Label,
|
|
268
|
+
Vr as LoadingSwap,
|
|
269
|
+
Ur as Menubar,
|
|
270
|
+
Wr as MenubarCheckboxItem,
|
|
271
|
+
jr as MenubarContent,
|
|
272
|
+
qr as MenubarGroup,
|
|
273
|
+
Jr as MenubarItem,
|
|
274
|
+
Qr as MenubarLabel,
|
|
275
|
+
Xr as MenubarMenu,
|
|
276
|
+
Yr as MenubarPortal,
|
|
277
|
+
Zr as MenubarRadioGroup,
|
|
278
|
+
_r as MenubarRadioItem,
|
|
279
|
+
$r as MenubarSeparator,
|
|
280
|
+
et as MenubarShortcut,
|
|
281
|
+
ot as MenubarSub,
|
|
282
|
+
rt as MenubarSubContent,
|
|
283
|
+
tt as MenubarSubTrigger,
|
|
284
|
+
at as MenubarTrigger,
|
|
285
|
+
it as NavigationMenu,
|
|
286
|
+
pt as NavigationMenuContent,
|
|
287
|
+
lt as NavigationMenuIndicator,
|
|
288
|
+
ut as NavigationMenuItem,
|
|
289
|
+
mt as NavigationMenuLink,
|
|
290
|
+
dt as NavigationMenuList,
|
|
291
|
+
bt as NavigationMenuTrigger,
|
|
292
|
+
xt as NavigationMenuViewport,
|
|
293
|
+
gt as Pagination,
|
|
294
|
+
St as PaginationContent,
|
|
295
|
+
ft as PaginationEllipsis,
|
|
296
|
+
Tt as PaginationItem,
|
|
297
|
+
Dt as PaginationLink,
|
|
298
|
+
Mt as PaginationNext,
|
|
299
|
+
ct as PaginationPrevious,
|
|
300
|
+
It as Popover,
|
|
301
|
+
Pt as PopoverAnchor,
|
|
302
|
+
At as PopoverContent,
|
|
303
|
+
Ft as PopoverTrigger,
|
|
304
|
+
Gt as Progress,
|
|
305
|
+
ht as RadioGroup,
|
|
306
|
+
Bt as RadioGroupItem,
|
|
307
|
+
Ht as ResizableHandle,
|
|
308
|
+
Rt as ResizablePanel,
|
|
309
|
+
yt as ResizablePanelGroup,
|
|
310
|
+
kt as ScrollArea,
|
|
311
|
+
Kt as ScrollBar,
|
|
312
|
+
Ot as Select,
|
|
313
|
+
Vt as SelectContent,
|
|
314
|
+
zt as SelectGroup,
|
|
315
|
+
Ut as SelectItem,
|
|
316
|
+
Wt as SelectLabel,
|
|
317
|
+
jt as SelectScrollDownButton,
|
|
318
|
+
qt as SelectScrollUpButton,
|
|
319
|
+
Jt as SelectSeparator,
|
|
320
|
+
Qt as SelectTrigger,
|
|
321
|
+
Xt as SelectValue,
|
|
322
|
+
Zt as Separator,
|
|
323
|
+
$t as Sheet,
|
|
324
|
+
ea as SheetClose,
|
|
325
|
+
oa as SheetContent,
|
|
326
|
+
ra as SheetDescription,
|
|
327
|
+
ta as SheetFooter,
|
|
328
|
+
aa as SheetHeader,
|
|
329
|
+
na as SheetTitle,
|
|
330
|
+
ia as SheetTrigger,
|
|
331
|
+
la as Sidebar,
|
|
332
|
+
ua as SidebarContent,
|
|
333
|
+
ma as SidebarFooter,
|
|
334
|
+
da as SidebarGroup,
|
|
335
|
+
ba as SidebarGroupAction,
|
|
336
|
+
xa as SidebarGroupContent,
|
|
337
|
+
Ca as SidebarGroupLabel,
|
|
338
|
+
ga as SidebarHeader,
|
|
339
|
+
Sa as SidebarInput,
|
|
340
|
+
fa as SidebarInset,
|
|
341
|
+
Ta as SidebarMenu,
|
|
342
|
+
Da as SidebarMenuAction,
|
|
343
|
+
Ma as SidebarMenuBadge,
|
|
344
|
+
ca as SidebarMenuButton,
|
|
345
|
+
sa as SidebarMenuItem,
|
|
346
|
+
Ia as SidebarMenuSkeleton,
|
|
347
|
+
Pa as SidebarMenuSub,
|
|
348
|
+
Aa as SidebarMenuSubButton,
|
|
349
|
+
Fa as SidebarMenuSubItem,
|
|
350
|
+
wa as SidebarProvider,
|
|
351
|
+
Ga as SidebarRail,
|
|
352
|
+
va as SidebarSeparator,
|
|
353
|
+
ha as SidebarTrigger,
|
|
354
|
+
wn as SidebarWrapper,
|
|
355
|
+
La as Skeleton,
|
|
356
|
+
Ra as Slider,
|
|
357
357
|
yn as SocialProof,
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
358
|
+
Ka as Spinner,
|
|
359
|
+
Oa as Switch,
|
|
360
|
+
za as Table,
|
|
361
|
+
Ua as TableBody,
|
|
362
|
+
Wa as TableCaption,
|
|
363
|
+
ja as TableCell,
|
|
364
|
+
qa as TableFooter,
|
|
365
|
+
Ja as TableHead,
|
|
366
|
+
Qa as TableHeader,
|
|
367
|
+
Xa as TableRow,
|
|
368
|
+
Za as Tabs,
|
|
369
|
+
_a as TabsContent,
|
|
370
|
+
$a as TabsList,
|
|
371
|
+
en as TabsTrigger,
|
|
372
|
+
rn as Textarea,
|
|
373
|
+
an as ThemeProvider,
|
|
374
|
+
In as ThemeToggle,
|
|
375
|
+
Ea as Toaster,
|
|
376
|
+
pn as Toggle,
|
|
377
|
+
un as ToggleGroup,
|
|
378
|
+
mn as ToggleGroupItem,
|
|
379
|
+
bn as Tooltip,
|
|
380
|
+
xn as TooltipContent,
|
|
381
|
+
Cn as TooltipProvider,
|
|
382
|
+
gn as TooltipTrigger,
|
|
383
|
+
An as UserMenu,
|
|
384
384
|
kn as ValueProps,
|
|
385
385
|
Ci as cn,
|
|
386
|
-
|
|
386
|
+
fn as customButtonVariants,
|
|
387
387
|
Si as formatDate,
|
|
388
388
|
fi as formatDateTime,
|
|
389
389
|
Ti as formatRelative,
|
|
@@ -391,9 +391,9 @@ export {
|
|
|
391
391
|
Mi as mapDatabaseError,
|
|
392
392
|
li as useAriaLive,
|
|
393
393
|
mi as useFocusVisible,
|
|
394
|
-
|
|
394
|
+
Dn as useFormField,
|
|
395
395
|
ii as useIsMobile,
|
|
396
396
|
bi as useScreenReaderOnly,
|
|
397
|
-
|
|
397
|
+
cn as useSidebar
|
|
398
398
|
};
|
|
399
399
|
//# sourceMappingURL=index.js.map
|