@inspirecn/react 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/accordion/Accordion.js +1 -1
- package/dist/components/alert/Alert.js +1 -1
- package/dist/components/alert-dialog/AlertDialog.js +1 -1
- package/dist/components/avatar/Avatar.js +2 -2
- package/dist/components/badge/Badge.js +1 -1
- package/dist/components/breadcrumb/Breadcrumb.js +2 -2
- package/dist/components/button/Button.js +1 -1
- package/dist/components/button-group/ButtonGroup.js +1 -1
- package/dist/components/calendar/Calendar.js +1 -1
- package/dist/components/card/Card.js +1 -1
- package/dist/components/carousel/Carousel.js +1 -1
- package/dist/components/chart/Chart.js +1 -1
- package/dist/components/checkbox/Checkbox.js +1 -1
- package/dist/components/code-box/Codebox.js +1 -1
- package/dist/components/combobox/Combobox.js +2 -2
- package/dist/components/command/Command.js +1 -1
- package/dist/components/context-menu/ContextMenu.js +1 -1
- package/dist/components/count-animation/CountAnimation.js +1 -1
- package/dist/components/date-time-picker/DateTimePicker.js +2 -2
- package/dist/components/dialog/Dialog.js +1 -1
- package/dist/components/display-error/DisplayError.js +1 -1
- package/dist/components/drawer/Drawer.js +1 -1
- package/dist/components/dropdown-menu/DropdownMenu.js +1 -1
- package/dist/components/empty/Empty.js +1 -1
- package/dist/components/field/Field.js +3 -3
- package/dist/components/form/Form.js +1 -1
- package/dist/components/form/fields/ColorPickerField.js +1 -1
- package/dist/components/form/fields/FieldDescription.js +1 -1
- package/dist/components/form/fields/FileField.js +1 -1
- package/dist/components/form/fields/TextField.js +1 -1
- package/dist/components/hover-card/HoverCard.js +1 -1
- package/dist/components/icon/Icon.js +1 -1
- package/dist/components/index.js +417 -416
- package/dist/components/input/Input.js +1 -1
- package/dist/components/input-group/InputGroup.js +1 -1
- package/dist/components/input-otp/input-otp.js +1 -1
- package/dist/components/input-phone/InputPhone.js +1 -1
- package/dist/components/input-tags/InputTags.js +1 -1
- package/dist/components/item/Item.js +1 -1
- package/dist/components/kbd/Kbd.js +1 -1
- package/dist/components/label/Label.js +1 -1
- package/dist/components/menubar/Menubar.js +1 -1
- package/dist/components/native-select/NativeSelect.js +1 -1
- package/dist/components/navigation-menu/NavigationMenu.js +1 -1
- package/dist/components/open-dialog/OpenDialog.js +1 -1
- package/dist/components/pagination/Pagination.js +1 -1
- package/dist/components/popover/Popover.js +1 -1
- package/dist/components/profile-pic-uploader/ProfilePicUploader.js +2 -2
- package/dist/components/progress/Progress.js +1 -1
- package/dist/components/radio-group/RadioGroup.js +1 -1
- package/dist/components/resizable-panel/ResizablePanel.js +1 -1
- package/dist/components/scroll-area/ScrollArea.js +1 -1
- package/dist/components/section/Section.js +1 -1
- package/dist/components/select/Select.js +1 -1
- package/dist/components/separator/Separator.js +1 -1
- package/dist/components/sheet/Sheet.js +1 -1
- package/dist/components/sidebar/Sidebar.js +3 -3
- package/dist/components/sidebar/SidebarHeaderLogo.js +1 -1
- package/dist/components/skeleton/Skeleton.js +1 -1
- package/dist/components/slider/Slider.js +1 -1
- package/dist/components/spinner/Spinner.js +1 -1
- package/dist/components/subText/SubText.js +1 -1
- package/dist/components/switch/Switch.js +1 -1
- package/dist/components/table/Table.js +1 -1
- package/dist/components/table-empty-state/TableEmptyState.js +1 -1
- package/dist/components/tabs/Tabs.js +1 -1
- package/dist/components/text-link/LinkText.js +1 -1
- package/dist/components/textarea/Textarea.js +1 -1
- package/dist/components/toggle/Toggle.js +1 -1
- package/dist/components/toggle-group/ToggleGroup.js +1 -1
- package/dist/components/tooltip/Tooltip.js +1 -1
- package/dist/index.js +449 -450
- package/package.json +1 -1
package/dist/components/index.js
CHANGED
|
@@ -1,426 +1,427 @@
|
|
|
1
|
-
import { Accordion as
|
|
2
|
-
import { AlertDialog as
|
|
3
|
-
import { Alert as
|
|
4
|
-
import { AspectRatio as
|
|
5
|
-
import { Avatar as
|
|
6
|
-
import { Badge as
|
|
7
|
-
import { BodyText as
|
|
8
|
-
import { Breadcrumb as
|
|
9
|
-
import { ButtonGroup as
|
|
10
|
-
import { Button as
|
|
11
|
-
import { Calendar as
|
|
12
|
-
import { Card as
|
|
13
|
-
import { Carousel as
|
|
14
|
-
import { ChartContainer as
|
|
15
|
-
import { Checkbox as
|
|
16
|
-
import { Codebox as
|
|
17
|
-
import { Collapsible as
|
|
18
|
-
import { Combobox as
|
|
19
|
-
import { Command as
|
|
20
|
-
import { Container as
|
|
21
|
-
import { ContextMenu as
|
|
22
|
-
import "
|
|
1
|
+
import { Accordion as l, AccordionContent as m, AccordionItem as u, AccordionTrigger as d } from "./accordion/Accordion.js";
|
|
2
|
+
import { AlertDialog as g, AlertDialogAction as b, AlertDialogBase as C, AlertDialogCancel as S, AlertDialogContent as f, AlertDialogDescription as c, AlertDialogFooter as T, AlertDialogHeader as M, AlertDialogOverlay as s, AlertDialogPortal as D, AlertDialogTitle as I, AlertDialogTrigger as F } from "./alert-dialog/AlertDialog.js";
|
|
3
|
+
import { Alert as B } from "./alert/Alert.js";
|
|
4
|
+
import { AspectRatio as A } from "./aspect-ratio/AspectRatio.js";
|
|
5
|
+
import { Avatar as h, AvatarBase as v, AvatarBaseFallback as y, AvatarBaseImage as L } from "./avatar/Avatar.js";
|
|
6
|
+
import { Badge as k, badgeVariants as H } from "./badge/Badge.js";
|
|
7
|
+
import { BodyText as E } from "./body-text/BodyText.js";
|
|
8
|
+
import { Breadcrumb as V, BreadcrumbBase as U, BreadcrumbEllipsis as z, BreadcrumbItem as K, BreadcrumbLink as q, BreadcrumbList as W, BreadcrumbPage as j, BreadcrumbSeparator as J } from "./breadcrumb/Breadcrumb.js";
|
|
9
|
+
import { ButtonGroup as X, ButtonGroupSeparator as Y, ButtonGroupText as Z, buttonGroupVariants as _ } from "./button-group/ButtonGroup.js";
|
|
10
|
+
import { Button as ee, buttonVariants as oe } from "./button/Button.js";
|
|
11
|
+
import { Calendar as te, CalendarDayButton as ae } from "./calendar/Calendar.js";
|
|
12
|
+
import { Card as ie, CardAction as pe, CardContent as le, CardDescription as me, CardFooter as ue, CardHeader as de, CardTitle as xe } from "./card/Card.js";
|
|
13
|
+
import { Carousel as be, CarouselContent as Ce, CarouselItem as Se, CarouselNext as fe, CarouselPrevious as ce } from "./carousel/Carousel.js";
|
|
14
|
+
import { ChartContainer as Me, ChartLegend as se, ChartLegendContent as De, ChartStyle as Ie, ChartTooltip as Fe, ChartTooltipContent as Pe } from "./chart/Chart.js";
|
|
15
|
+
import { Checkbox as Ge } from "./checkbox/Checkbox.js";
|
|
16
|
+
import { Codebox as we } from "./code-box/Codebox.js";
|
|
17
|
+
import { Collapsible as ve, CollapsibleContent as ye, CollapsibleTrigger as Le } from "./collapsible/Collapsible.js";
|
|
18
|
+
import { Combobox as ke } from "./combobox/Combobox.js";
|
|
19
|
+
import { Command as Ne, CommandDialog as Ee, CommandEmpty as Oe, CommandGroup as Ve, CommandInput as Ue, CommandItem as ze, CommandList as Ke, CommandSeparator as qe, CommandShortcut as We } from "./command/Command.js";
|
|
20
|
+
import { Container as Je } from "./container/Container.js";
|
|
21
|
+
import { ContextMenu as Xe, ContextMenuCheckboxItem as Ye, ContextMenuContent as Ze, ContextMenuGroup as _e, ContextMenuItem as $e, ContextMenuLabel as eo, ContextMenuPortal as oo, ContextMenuRadioGroup as ro, ContextMenuRadioItem as to, ContextMenuSeparator as ao, ContextMenuShortcut as no, ContextMenuSub as io, ContextMenuSubContent as po, ContextMenuSubTrigger as lo, ContextMenuTrigger as mo } from "./context-menu/ContextMenu.js";
|
|
22
|
+
import "clsx";
|
|
23
|
+
import "tailwind-merge";
|
|
23
24
|
import "motion/react";
|
|
24
25
|
import "react";
|
|
25
26
|
import "react/jsx-runtime";
|
|
26
|
-
import { DateTimePicker as
|
|
27
|
-
import { Dialog as
|
|
28
|
-
import { DisplayError as
|
|
29
|
-
import { Drawer as
|
|
30
|
-
import { DropdownFilterTrigger as
|
|
31
|
-
import { EmptyState as
|
|
32
|
-
import { Empty as
|
|
33
|
-
import { Field as
|
|
34
|
-
import { FileUploader as
|
|
35
|
-
import { FieldArray as
|
|
36
|
-
import { CheckboxField as
|
|
37
|
-
import { CheckboxGroupField as
|
|
38
|
-
import { ComboboxField as
|
|
39
|
-
import { DateTimeField as
|
|
40
|
-
import { InputPhoneField as
|
|
41
|
-
import { InputTagsField as
|
|
42
|
-
import { RadioGroupField as
|
|
43
|
-
import { ResetButton as
|
|
44
|
-
import { SelectField as
|
|
45
|
-
import { SubmitButton as
|
|
46
|
-
import { SwitchField as
|
|
47
|
-
import { TextAreaField as
|
|
48
|
-
import { TextField as
|
|
49
|
-
import { UniqueTextField as
|
|
50
|
-
import { FileUploaderField as
|
|
51
|
-
import { GenericForm as
|
|
52
|
-
import { useTriggerForm as
|
|
53
|
-
import { ColorPickerField as
|
|
54
|
-
import { Heading as
|
|
55
|
-
import { HoverCard as ut, HoverCardContent as
|
|
56
|
-
import { Icon as
|
|
57
|
-
import { InputGroup as
|
|
58
|
-
import { InputOTP as
|
|
59
|
-
import { InputPhone as
|
|
60
|
-
import { InputTags as
|
|
61
|
-
import { Input as
|
|
62
|
-
import { Item as
|
|
63
|
-
import { Kbd as
|
|
64
|
-
import { Label as
|
|
65
|
-
import { Menubar as
|
|
66
|
-
import { NativeSelect as
|
|
27
|
+
import { DateTimePicker as xo } from "./date-time-picker/DateTimePicker.js";
|
|
28
|
+
import { Dialog as bo, DialogClose as Co, DialogContent as So, DialogDescription as fo, DialogFooter as co, DialogHeader as To, DialogOverlay as Mo, DialogPortal as so, DialogTitle as Do, DialogTrigger as Io } from "./dialog/Dialog.js";
|
|
29
|
+
import { DisplayError as Po } from "./display-error/DisplayError.js";
|
|
30
|
+
import { Drawer as Go, DrawerClose as Ao, DrawerContent as wo, DrawerDescription as ho, DrawerFooter as vo, DrawerHeader as yo, DrawerOverlay as Lo, DrawerPortal as Ro, DrawerTitle as ko, DrawerTrigger as Ho } from "./drawer/Drawer.js";
|
|
31
|
+
import { DropdownFilterTrigger as Eo, DropdownMenu as Oo, DropdownMenuCheckboxItem as Vo, DropdownMenuClearAll as Uo, DropdownMenuContent as zo, DropdownMenuGroup as Ko, DropdownMenuItem as qo, DropdownMenuLabel as Wo, DropdownMenuPortal as jo, DropdownMenuRadioGroup as Jo, DropdownMenuRadioItem as Qo, DropdownMenuSeparator as Xo, DropdownMenuShortcut as Yo, DropdownMenuSub as Zo, DropdownMenuSubContent as _o, DropdownMenuSubTrigger as $o, DropdownMenuTrigger as er } from "./dropdown-menu/DropdownMenu.js";
|
|
32
|
+
import { EmptyState as rr } from "./empty-state/EmptyState.js";
|
|
33
|
+
import { Empty as ar, EmptyContent as nr, EmptyDescription as ir, EmptyHeader as pr, EmptyMedia as lr, EmptyTitle as mr } from "./empty/Empty.js";
|
|
34
|
+
import { Field as dr, FieldContent as xr, FieldDescription as gr, FieldError as br, FieldGroup as Cr, FieldLabel as Sr, FieldLegend as fr, FieldSeparator as cr, FieldSet as Tr, FieldTitle as Mr } from "./field/Field.js";
|
|
35
|
+
import { FileUploader as Dr } from "./file-uploader/FileUploader.js";
|
|
36
|
+
import { FieldArray as Fr } from "./form/FieldArray.js";
|
|
37
|
+
import { CheckboxField as Br } from "./form/fields/CheckboxField.js";
|
|
38
|
+
import { CheckboxGroupField as Ar } from "./form/fields/CheckboxGroupField.js";
|
|
39
|
+
import { ComboboxField as hr } from "./form/fields/ComboboxField.js";
|
|
40
|
+
import { DateTimeField as yr } from "./form/fields/DateTimeField.js";
|
|
41
|
+
import { InputPhoneField as Rr } from "./form/fields/InputPhoneField.js";
|
|
42
|
+
import { InputTagsField as Hr } from "./form/fields/InputTagsField.js";
|
|
43
|
+
import { RadioGroupField as Er } from "./form/fields/RadioGroupField.js";
|
|
44
|
+
import { ResetButton as Vr } from "./form/fields/ResetButton.js";
|
|
45
|
+
import { SelectField as zr } from "./form/fields/SelectField.js";
|
|
46
|
+
import { SubmitButton as qr } from "./form/fields/SubmitButton.js";
|
|
47
|
+
import { SwitchField as jr } from "./form/fields/SwitchField.js";
|
|
48
|
+
import { TextAreaField as Qr } from "./form/fields/TextareaField.js";
|
|
49
|
+
import { TextField as Yr } from "./form/fields/TextField.js";
|
|
50
|
+
import { UniqueTextField as _r } from "./form/fields/UniqueTextField.js";
|
|
51
|
+
import { FileUploaderField as et } from "./form/fields/FileUploaderField.js";
|
|
52
|
+
import { GenericForm as rt } from "./form/GenericForm.js";
|
|
53
|
+
import { useTriggerForm as at } from "./form/useTriggerForm.js";
|
|
54
|
+
import { ColorPickerField as it } from "./form/fields/ColorPickerField.js";
|
|
55
|
+
import { Heading as lt } from "./heading/Heading.js";
|
|
56
|
+
import { HoverCard as ut, HoverCardContent as dt, HoverCardTrigger as xt } from "./hover-card/HoverCard.js";
|
|
57
|
+
import { Icon as bt } from "./icon/Icon.js";
|
|
58
|
+
import { InputGroup as St, InputGroupAddon as ft, InputGroupButton as ct, InputGroupInput as Tt, InputGroupText as Mt, InputGroupTextarea as st } from "./input-group/InputGroup.js";
|
|
59
|
+
import { InputOTP as It, InputOTPGroup as Ft, InputOTPSeparator as Pt, InputOTPSlot as Bt } from "./input-otp/input-otp.js";
|
|
60
|
+
import { InputPhone as At } from "./input-phone/InputPhone.js";
|
|
61
|
+
import { InputTags as ht } from "./input-tags/InputTags.js";
|
|
62
|
+
import { Input as yt } from "./input/Input.js";
|
|
63
|
+
import { Item as Rt, ItemActions as kt, ItemContent as Ht, ItemDescription as Nt, ItemFooter as Et, ItemGroup as Ot, ItemHeader as Vt, ItemMedia as Ut, ItemSeparator as zt, ItemTitle as Kt } from "./item/Item.js";
|
|
64
|
+
import { Kbd as Wt, KbdGroup as jt } from "./kbd/Kbd.js";
|
|
65
|
+
import { Label as Qt } from "./label/Label.js";
|
|
66
|
+
import { Menubar as Yt, MenubarCheckboxItem as Zt, MenubarContent as _t, MenubarGroup as $t, MenubarItem as ea, MenubarLabel as oa, MenubarMenu as ra, MenubarPortal as ta, MenubarRadioGroup as aa, MenubarRadioItem as na, MenubarSeparator as ia, MenubarShortcut as pa, MenubarSub as la, MenubarSubContent as ma, MenubarSubTrigger as ua, MenubarTrigger as da } from "./menubar/Menubar.js";
|
|
67
|
+
import { NativeSelect as ga, NativeSelectOptGroup as ba, NativeSelectOption as Ca } from "./native-select/NativeSelect.js";
|
|
67
68
|
import "lucide-react";
|
|
68
|
-
import { Sheet as
|
|
69
|
-
import { NavigationMenu as
|
|
70
|
-
import { OpenDialog as
|
|
71
|
-
import { Pagination as
|
|
72
|
-
import { Popover as
|
|
73
|
-
import { ProfilePictureUploader as
|
|
74
|
-
import { Progress as
|
|
75
|
-
import { RadioGroup as
|
|
76
|
-
import { ResizableHandle as
|
|
77
|
-
import { ScrollArea as
|
|
78
|
-
import { Section as
|
|
79
|
-
import { Select as
|
|
80
|
-
import { Separator as
|
|
81
|
-
import { Sidebar as
|
|
82
|
-
import { Skeleton as
|
|
83
|
-
import { Slider as
|
|
84
|
-
import { Toaster as
|
|
85
|
-
import { Spinner as
|
|
86
|
-
import { Stack as
|
|
87
|
-
import { Subtext as
|
|
88
|
-
import { Switch as
|
|
89
|
-
import { TableEmptyState as
|
|
90
|
-
import { StatusCell as
|
|
91
|
-
import { Tabs as
|
|
92
|
-
import { LinkText as
|
|
93
|
-
import { Textarea as
|
|
94
|
-
import { ToggleGroup as
|
|
95
|
-
import { Toggle as
|
|
96
|
-
import { Tooltip as
|
|
97
|
-
import { toast as
|
|
69
|
+
import { Sheet as fa, SheetClose as ca, SheetContent as Ta, SheetDescription as Ma, SheetFooter as sa, SheetHeader as Da, SheetTitle as Ia, SheetTrigger as Fa } from "./sheet/Sheet.js";
|
|
70
|
+
import { NavigationMenu as Ba, NavigationMenuContent as Ga, NavigationMenuIndicator as Aa, NavigationMenuItem as wa, NavigationMenuLink as ha, NavigationMenuList as va, NavigationMenuTrigger as ya, NavigationMenuViewport as La, navigationMenuTriggerStyle as Ra } from "./navigation-menu/NavigationMenu.js";
|
|
71
|
+
import { OpenDialog as Ha } from "./open-dialog/OpenDialog.js";
|
|
72
|
+
import { Pagination as Ea, PaginationCompact as Oa, PaginationContent as Va, PaginationFull as Ua, PaginationItemsPerPage as za, PaginationNextButton as Ka, PaginationPreviousButton as qa, PaginationSummary as Wa, PaginationWithSummary as ja } from "./pagination/Pagination.js";
|
|
73
|
+
import { Popover as Qa, PopoverAnchor as Xa, PopoverContent as Ya, PopoverTrigger as Za } from "./popover/Popover.js";
|
|
74
|
+
import { ProfilePictureUploader as $a } from "./profile-pic-uploader/ProfilePicUploader.js";
|
|
75
|
+
import { Progress as on } from "./progress/Progress.js";
|
|
76
|
+
import { RadioGroup as tn, RadioGroupItem as an } from "./radio-group/RadioGroup.js";
|
|
77
|
+
import { ResizableHandle as pn, ResizablePanel as ln, ResizablePanelGroup as mn } from "./resizable-panel/ResizablePanel.js";
|
|
78
|
+
import { ScrollArea as dn, ScrollBar as xn } from "./scroll-area/ScrollArea.js";
|
|
79
|
+
import { Section as bn } from "./section/Section.js";
|
|
80
|
+
import { Select as Sn, SelectContent as fn, SelectGroup as cn, SelectItem as Tn, SelectLabel as Mn, SelectScrollDownButton as sn, SelectScrollUpButton as Dn, SelectSeparator as In, SelectTrigger as Fn, SelectValue as Pn } from "./select/Select.js";
|
|
81
|
+
import { Separator as Gn } from "./separator/Separator.js";
|
|
82
|
+
import { Sidebar as wn, SidebarContent as hn, SidebarFooter as vn, SidebarGroup as yn, SidebarGroupAction as Ln, SidebarGroupContent as Rn, SidebarGroupLabel as kn, SidebarHeader as Hn, SidebarInput as Nn, SidebarInset as En, SidebarMenu as On, SidebarMenuAction as Vn, SidebarMenuBadge as Un, SidebarMenuButton as zn, SidebarMenuItem as Kn, SidebarMenuSkeleton as qn, SidebarMenuSub as Wn, SidebarMenuSubButton as jn, SidebarMenuSubItem as Jn, SidebarProvider as Qn, SidebarRail as Xn, SidebarSeparator as Yn, SidebarTrigger as Zn, useSidebar as _n } from "./sidebar/Sidebar.js";
|
|
83
|
+
import { Skeleton as ei } from "./skeleton/Skeleton.js";
|
|
84
|
+
import { Slider as ri } from "./slider/Slider.js";
|
|
85
|
+
import { Toaster as ai } from "./sonner/Sonner.js";
|
|
86
|
+
import { Spinner as ii, spinnerVariants as pi } from "./spinner/Spinner.js";
|
|
87
|
+
import { Stack as mi } from "./stack/Stack.js";
|
|
88
|
+
import { Subtext as di } from "./subText/SubText.js";
|
|
89
|
+
import { Switch as gi } from "./switch/Switch.js";
|
|
90
|
+
import { TableEmptyState as Ci } from "./table-empty-state/TableEmptyState.js";
|
|
91
|
+
import { StatusCell as fi, Table as ci, TableBody as Ti, TableCaption as Mi, TableCell as si, TableFooter as Di, TableHead as Ii, TableHeader as Fi, TableRow as Pi } from "./table/Table.js";
|
|
92
|
+
import { Tabs as Gi, TabsContent as Ai, TabsList as wi, TabsTrigger as hi, tabsListVariants as vi } from "./tabs/Tabs.js";
|
|
93
|
+
import { LinkText as Li } from "./text-link/LinkText.js";
|
|
94
|
+
import { Textarea as ki } from "./textarea/Textarea.js";
|
|
95
|
+
import { ToggleGroup as Ni, ToggleGroupItem as Ei } from "./toggle-group/ToggleGroup.js";
|
|
96
|
+
import { Toggle as Vi, toggleVariants as Ui } from "./toggle/Toggle.js";
|
|
97
|
+
import { Tooltip as Ki, TooltipBase as qi, TooltipContentBase as Wi, TooltipProviderBase as ji, TooltipTriggerBase as Ji } from "./tooltip/Tooltip.js";
|
|
98
|
+
import { toast as Xi } from "sonner";
|
|
98
99
|
export {
|
|
99
|
-
|
|
100
|
-
|
|
100
|
+
l as Accordion,
|
|
101
|
+
m as AccordionContent,
|
|
101
102
|
u as AccordionItem,
|
|
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
|
-
|
|
103
|
+
d as AccordionTrigger,
|
|
104
|
+
B as Alert,
|
|
105
|
+
g as AlertDialog,
|
|
106
|
+
b as AlertDialogAction,
|
|
107
|
+
C as AlertDialogBase,
|
|
108
|
+
S as AlertDialogCancel,
|
|
109
|
+
f as AlertDialogContent,
|
|
110
|
+
c as AlertDialogDescription,
|
|
111
|
+
T as AlertDialogFooter,
|
|
112
|
+
M as AlertDialogHeader,
|
|
113
|
+
s as AlertDialogOverlay,
|
|
114
|
+
D as AlertDialogPortal,
|
|
115
|
+
I as AlertDialogTitle,
|
|
116
|
+
F as AlertDialogTrigger,
|
|
117
|
+
A as AspectRatio,
|
|
118
|
+
h as Avatar,
|
|
119
|
+
v as AvatarBase,
|
|
120
|
+
y as AvatarBaseFallback,
|
|
121
|
+
L as AvatarBaseImage,
|
|
122
|
+
k as Badge,
|
|
123
|
+
E as BodyText,
|
|
124
|
+
V as Breadcrumb,
|
|
125
|
+
U as BreadcrumbBase,
|
|
126
|
+
z as BreadcrumbEllipsis,
|
|
127
|
+
K as BreadcrumbItem,
|
|
128
|
+
q as BreadcrumbLink,
|
|
129
|
+
W as BreadcrumbList,
|
|
130
|
+
j as BreadcrumbPage,
|
|
131
|
+
J as BreadcrumbSeparator,
|
|
132
|
+
ee as Button,
|
|
133
|
+
X as ButtonGroup,
|
|
134
|
+
Y as ButtonGroupSeparator,
|
|
135
|
+
Z as ButtonGroupText,
|
|
136
|
+
te as Calendar,
|
|
137
|
+
ae as CalendarDayButton,
|
|
138
|
+
ie as Card,
|
|
139
|
+
pe as CardAction,
|
|
140
|
+
le as CardContent,
|
|
141
|
+
me as CardDescription,
|
|
141
142
|
ue as CardFooter,
|
|
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
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
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
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
143
|
+
de as CardHeader,
|
|
144
|
+
xe as CardTitle,
|
|
145
|
+
be as Carousel,
|
|
146
|
+
Ce as CarouselContent,
|
|
147
|
+
Se as CarouselItem,
|
|
148
|
+
fe as CarouselNext,
|
|
149
|
+
ce as CarouselPrevious,
|
|
150
|
+
Me as ChartContainer,
|
|
151
|
+
se as ChartLegend,
|
|
152
|
+
De as ChartLegendContent,
|
|
153
|
+
Ie as ChartStyle,
|
|
154
|
+
Fe as ChartTooltip,
|
|
155
|
+
Pe as ChartTooltipContent,
|
|
156
|
+
Ge as Checkbox,
|
|
157
|
+
Br as CheckboxField,
|
|
158
|
+
Ar as CheckboxGroupField,
|
|
159
|
+
we as Codebox,
|
|
160
|
+
ve as Collapsible,
|
|
161
|
+
ye as CollapsibleContent,
|
|
162
|
+
Le as CollapsibleTrigger,
|
|
163
|
+
it as ColorPickerField,
|
|
164
|
+
ke as Combobox,
|
|
165
|
+
hr as ComboboxField,
|
|
166
|
+
Ne as Command,
|
|
167
|
+
Ee as CommandDialog,
|
|
168
|
+
Oe as CommandEmpty,
|
|
169
|
+
Ve as CommandGroup,
|
|
170
|
+
Ue as CommandInput,
|
|
171
|
+
ze as CommandItem,
|
|
172
|
+
Ke as CommandList,
|
|
173
|
+
qe as CommandSeparator,
|
|
174
|
+
We as CommandShortcut,
|
|
175
|
+
Je as Container,
|
|
176
|
+
Xe as ContextMenu,
|
|
177
|
+
Ye as ContextMenuCheckboxItem,
|
|
178
|
+
Ze as ContextMenuContent,
|
|
179
|
+
_e as ContextMenuGroup,
|
|
180
|
+
$e as ContextMenuItem,
|
|
181
|
+
eo as ContextMenuLabel,
|
|
182
|
+
oo as ContextMenuPortal,
|
|
183
|
+
ro as ContextMenuRadioGroup,
|
|
184
|
+
to as ContextMenuRadioItem,
|
|
185
|
+
ao as ContextMenuSeparator,
|
|
186
|
+
no as ContextMenuShortcut,
|
|
187
|
+
io as ContextMenuSub,
|
|
188
|
+
po as ContextMenuSubContent,
|
|
189
|
+
lo as ContextMenuSubTrigger,
|
|
190
|
+
mo as ContextMenuTrigger,
|
|
191
|
+
yr as DateTimeField,
|
|
192
|
+
xo as DateTimePicker,
|
|
193
|
+
bo as Dialog,
|
|
194
|
+
Co as DialogClose,
|
|
195
|
+
So as DialogContent,
|
|
196
|
+
fo as DialogDescription,
|
|
197
|
+
co as DialogFooter,
|
|
198
|
+
To as DialogHeader,
|
|
199
|
+
Mo as DialogOverlay,
|
|
200
|
+
so as DialogPortal,
|
|
201
|
+
Do as DialogTitle,
|
|
202
|
+
Io as DialogTrigger,
|
|
203
|
+
Po as DisplayError,
|
|
204
|
+
Go as Drawer,
|
|
205
|
+
Ao as DrawerClose,
|
|
206
|
+
wo as DrawerContent,
|
|
207
|
+
ho as DrawerDescription,
|
|
208
|
+
vo as DrawerFooter,
|
|
209
|
+
yo as DrawerHeader,
|
|
210
|
+
Lo as DrawerOverlay,
|
|
211
|
+
Ro as DrawerPortal,
|
|
212
|
+
ko as DrawerTitle,
|
|
213
|
+
Ho as DrawerTrigger,
|
|
214
|
+
Eo as DropdownFilterTrigger,
|
|
215
|
+
Oo as DropdownMenu,
|
|
216
|
+
Vo as DropdownMenuCheckboxItem,
|
|
217
|
+
Uo as DropdownMenuClearAll,
|
|
218
|
+
zo as DropdownMenuContent,
|
|
219
|
+
Ko as DropdownMenuGroup,
|
|
220
|
+
qo as DropdownMenuItem,
|
|
221
|
+
Wo as DropdownMenuLabel,
|
|
222
|
+
jo as DropdownMenuPortal,
|
|
223
|
+
Jo as DropdownMenuRadioGroup,
|
|
224
|
+
Qo as DropdownMenuRadioItem,
|
|
225
|
+
Xo as DropdownMenuSeparator,
|
|
226
|
+
Yo as DropdownMenuShortcut,
|
|
227
|
+
Zo as DropdownMenuSub,
|
|
228
|
+
_o as DropdownMenuSubContent,
|
|
229
|
+
$o as DropdownMenuSubTrigger,
|
|
230
|
+
er as DropdownMenuTrigger,
|
|
231
|
+
ar as Empty,
|
|
232
|
+
nr as EmptyContent,
|
|
233
|
+
ir as EmptyDescription,
|
|
234
|
+
pr as EmptyHeader,
|
|
235
|
+
lr as EmptyMedia,
|
|
236
|
+
rr as EmptyState,
|
|
237
|
+
mr as EmptyTitle,
|
|
238
|
+
dr as Field,
|
|
239
|
+
Fr as FieldArray,
|
|
240
|
+
xr as FieldContent,
|
|
241
|
+
gr as FieldDescription,
|
|
242
|
+
br as FieldError,
|
|
243
|
+
Cr as FieldGroup,
|
|
244
|
+
Sr as FieldLabel,
|
|
245
|
+
fr as FieldLegend,
|
|
246
|
+
cr as FieldSeparator,
|
|
247
|
+
Tr as FieldSet,
|
|
248
|
+
Mr as FieldTitle,
|
|
249
|
+
Dr as FileUploader,
|
|
250
|
+
et as FileUploaderField,
|
|
251
|
+
rt as GenericForm,
|
|
252
|
+
lt as Heading,
|
|
252
253
|
ut as HoverCard,
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
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
|
-
|
|
254
|
+
dt as HoverCardContent,
|
|
255
|
+
xt as HoverCardTrigger,
|
|
256
|
+
bt as Icon,
|
|
257
|
+
yt as Input,
|
|
258
|
+
St as InputGroup,
|
|
259
|
+
ft as InputGroupAddon,
|
|
260
|
+
ct as InputGroupButton,
|
|
261
|
+
Tt as InputGroupInput,
|
|
262
|
+
Mt as InputGroupText,
|
|
263
|
+
st as InputGroupTextarea,
|
|
264
|
+
It as InputOTP,
|
|
265
|
+
Ft as InputOTPGroup,
|
|
266
|
+
Pt as InputOTPSeparator,
|
|
267
|
+
Bt as InputOTPSlot,
|
|
268
|
+
At as InputPhone,
|
|
269
|
+
Rr as InputPhoneField,
|
|
270
|
+
ht as InputTags,
|
|
271
|
+
Hr as InputTagsField,
|
|
272
|
+
Rt as Item,
|
|
273
|
+
kt as ItemActions,
|
|
274
|
+
Ht as ItemContent,
|
|
275
|
+
Nt as ItemDescription,
|
|
276
|
+
Et as ItemFooter,
|
|
277
|
+
Ot as ItemGroup,
|
|
278
|
+
Vt as ItemHeader,
|
|
279
|
+
Ut as ItemMedia,
|
|
280
|
+
zt as ItemSeparator,
|
|
281
|
+
Kt as ItemTitle,
|
|
282
|
+
Wt as Kbd,
|
|
283
|
+
jt as KbdGroup,
|
|
284
|
+
Qt as Label,
|
|
285
|
+
Li as LinkText,
|
|
286
|
+
Yt as Menubar,
|
|
287
|
+
Zt as MenubarCheckboxItem,
|
|
288
|
+
_t as MenubarContent,
|
|
289
|
+
$t as MenubarGroup,
|
|
290
|
+
ea as MenubarItem,
|
|
291
|
+
oa as MenubarLabel,
|
|
292
|
+
ra as MenubarMenu,
|
|
293
|
+
ta as MenubarPortal,
|
|
294
|
+
aa as MenubarRadioGroup,
|
|
295
|
+
na as MenubarRadioItem,
|
|
296
|
+
ia as MenubarSeparator,
|
|
297
|
+
pa as MenubarShortcut,
|
|
298
|
+
la as MenubarSub,
|
|
299
|
+
ma as MenubarSubContent,
|
|
299
300
|
ua as MenubarSubTrigger,
|
|
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
|
-
|
|
357
|
-
|
|
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
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
301
|
+
da as MenubarTrigger,
|
|
302
|
+
ga as NativeSelect,
|
|
303
|
+
ba as NativeSelectOptGroup,
|
|
304
|
+
Ca as NativeSelectOption,
|
|
305
|
+
Ba as NavigationMenu,
|
|
306
|
+
Ga as NavigationMenuContent,
|
|
307
|
+
Aa as NavigationMenuIndicator,
|
|
308
|
+
wa as NavigationMenuItem,
|
|
309
|
+
ha as NavigationMenuLink,
|
|
310
|
+
va as NavigationMenuList,
|
|
311
|
+
ya as NavigationMenuTrigger,
|
|
312
|
+
La as NavigationMenuViewport,
|
|
313
|
+
Ha as OpenDialog,
|
|
314
|
+
Ea as Pagination,
|
|
315
|
+
Oa as PaginationCompact,
|
|
316
|
+
Va as PaginationContent,
|
|
317
|
+
Ua as PaginationFull,
|
|
318
|
+
za as PaginationItemsPerPage,
|
|
319
|
+
Ka as PaginationNextButton,
|
|
320
|
+
qa as PaginationPreviousButton,
|
|
321
|
+
Wa as PaginationSummary,
|
|
322
|
+
ja as PaginationWithSummary,
|
|
323
|
+
Qa as Popover,
|
|
324
|
+
Xa as PopoverAnchor,
|
|
325
|
+
Ya as PopoverContent,
|
|
326
|
+
Za as PopoverTrigger,
|
|
327
|
+
$a as ProfilePictureUploader,
|
|
328
|
+
on as Progress,
|
|
329
|
+
tn as RadioGroup,
|
|
330
|
+
Er as RadioGroupField,
|
|
331
|
+
an as RadioGroupItem,
|
|
332
|
+
Vr as ResetButton,
|
|
333
|
+
pn as ResizableHandle,
|
|
334
|
+
ln as ResizablePanel,
|
|
335
|
+
mn as ResizablePanelGroup,
|
|
336
|
+
dn as ScrollArea,
|
|
337
|
+
xn as ScrollBar,
|
|
338
|
+
bn as Section,
|
|
339
|
+
Sn as Select,
|
|
340
|
+
fn as SelectContent,
|
|
341
|
+
zr as SelectField,
|
|
342
|
+
cn as SelectGroup,
|
|
343
|
+
Tn as SelectItem,
|
|
344
|
+
Mn as SelectLabel,
|
|
345
|
+
sn as SelectScrollDownButton,
|
|
346
|
+
Dn as SelectScrollUpButton,
|
|
347
|
+
In as SelectSeparator,
|
|
348
|
+
Fn as SelectTrigger,
|
|
349
|
+
Pn as SelectValue,
|
|
350
|
+
Gn as Separator,
|
|
351
|
+
fa as Sheet,
|
|
352
|
+
ca as SheetClose,
|
|
353
|
+
Ta as SheetContent,
|
|
354
|
+
Ma as SheetDescription,
|
|
355
|
+
sa as SheetFooter,
|
|
356
|
+
Da as SheetHeader,
|
|
357
|
+
Ia as SheetTitle,
|
|
358
|
+
Fa as SheetTrigger,
|
|
359
|
+
wn as Sidebar,
|
|
360
|
+
hn as SidebarContent,
|
|
361
|
+
vn as SidebarFooter,
|
|
362
|
+
yn as SidebarGroup,
|
|
363
|
+
Ln as SidebarGroupAction,
|
|
364
|
+
Rn as SidebarGroupContent,
|
|
365
|
+
kn as SidebarGroupLabel,
|
|
366
|
+
Hn as SidebarHeader,
|
|
367
|
+
Nn as SidebarInput,
|
|
368
|
+
En as SidebarInset,
|
|
369
|
+
On as SidebarMenu,
|
|
370
|
+
Vn as SidebarMenuAction,
|
|
371
|
+
Un as SidebarMenuBadge,
|
|
372
|
+
zn as SidebarMenuButton,
|
|
373
|
+
Kn as SidebarMenuItem,
|
|
374
|
+
qn as SidebarMenuSkeleton,
|
|
375
|
+
Wn as SidebarMenuSub,
|
|
376
|
+
jn as SidebarMenuSubButton,
|
|
377
|
+
Jn as SidebarMenuSubItem,
|
|
378
|
+
Qn as SidebarProvider,
|
|
379
|
+
Xn as SidebarRail,
|
|
380
|
+
Yn as SidebarSeparator,
|
|
381
|
+
Zn as SidebarTrigger,
|
|
382
|
+
ei as Skeleton,
|
|
383
|
+
ri as Slider,
|
|
384
|
+
ii as Spinner,
|
|
385
|
+
mi as Stack,
|
|
386
|
+
fi as StatusCell,
|
|
387
|
+
qr as SubmitButton,
|
|
388
|
+
di as Subtext,
|
|
389
|
+
gi as Switch,
|
|
390
|
+
jr as SwitchField,
|
|
391
|
+
ci as Table,
|
|
392
|
+
Ti as TableBody,
|
|
393
|
+
Mi as TableCaption,
|
|
394
|
+
si as TableCell,
|
|
395
|
+
Ci as TableEmptyState,
|
|
396
|
+
Di as TableFooter,
|
|
397
|
+
Ii as TableHead,
|
|
398
|
+
Fi as TableHeader,
|
|
399
|
+
Pi as TableRow,
|
|
400
|
+
Gi as Tabs,
|
|
401
|
+
Ai as TabsContent,
|
|
402
|
+
wi as TabsList,
|
|
403
|
+
hi as TabsTrigger,
|
|
404
|
+
Qr as TextAreaField,
|
|
405
|
+
Yr as TextField,
|
|
406
|
+
ki as Textarea,
|
|
407
|
+
ai as Toaster,
|
|
408
|
+
Vi as Toggle,
|
|
409
|
+
Ni as ToggleGroup,
|
|
410
|
+
Ei as ToggleGroupItem,
|
|
411
|
+
Ki as Tooltip,
|
|
412
|
+
qi as TooltipBase,
|
|
413
|
+
Wi as TooltipContentBase,
|
|
414
|
+
ji as TooltipProviderBase,
|
|
415
|
+
Ji as TooltipTriggerBase,
|
|
416
|
+
_r as UniqueTextField,
|
|
417
|
+
H as badgeVariants,
|
|
418
|
+
_ as buttonGroupVariants,
|
|
419
|
+
oe as buttonVariants,
|
|
420
|
+
Ra as navigationMenuTriggerStyle,
|
|
421
|
+
pi as spinnerVariants,
|
|
422
|
+
vi as tabsListVariants,
|
|
423
|
+
Xi as toast,
|
|
424
|
+
Ui as toggleVariants,
|
|
425
|
+
_n as useSidebar,
|
|
426
|
+
at as useTriggerForm
|
|
426
427
|
};
|