uilab-core 0.0.2 → 0.1.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.
Files changed (128) hide show
  1. package/README.md +1 -2
  2. package/dist/components/accordion.d.ts +8 -0
  3. package/dist/components/accordion.d.ts.map +1 -0
  4. package/dist/components/alert-dialog.d.ts +15 -0
  5. package/dist/components/alert-dialog.d.ts.map +1 -0
  6. package/dist/components/alert.d.ts +10 -0
  7. package/dist/components/alert.d.ts.map +1 -0
  8. package/dist/components/aspect-ratio.d.ts +4 -0
  9. package/dist/components/aspect-ratio.d.ts.map +1 -0
  10. package/dist/components/avatar.d.ts +7 -0
  11. package/dist/components/avatar.d.ts.map +1 -0
  12. package/dist/components/badge.d.ts +10 -0
  13. package/dist/components/badge.d.ts.map +1 -0
  14. package/dist/components/breadcrumb.d.ts +12 -0
  15. package/dist/components/breadcrumb.d.ts.map +1 -0
  16. package/dist/components/button-group.d.ts +12 -0
  17. package/dist/components/button-group.d.ts.map +1 -0
  18. package/dist/components/button.d.ts +11 -0
  19. package/dist/components/button.d.ts.map +1 -0
  20. package/dist/components/calendar.d.ts +9 -0
  21. package/dist/components/calendar.d.ts.map +1 -0
  22. package/dist/components/card.d.ts +10 -0
  23. package/dist/components/card.d.ts.map +1 -0
  24. package/dist/components/carousel.d.ts +20 -0
  25. package/dist/components/carousel.d.ts.map +1 -0
  26. package/dist/components/chart.d.ts +41 -0
  27. package/dist/components/chart.d.ts.map +1 -0
  28. package/dist/components/checkbox.d.ts +5 -0
  29. package/dist/components/checkbox.d.ts.map +1 -0
  30. package/dist/components/collapsible.d.ts +6 -0
  31. package/dist/components/collapsible.d.ts.map +1 -0
  32. package/dist/components/command.d.ts +19 -0
  33. package/dist/components/command.d.ts.map +1 -0
  34. package/dist/components/context-menu.d.ts +26 -0
  35. package/dist/components/context-menu.d.ts.map +1 -0
  36. package/dist/components/dialog.d.ts +16 -0
  37. package/dist/components/dialog.d.ts.map +1 -0
  38. package/dist/components/drawer.d.ts +14 -0
  39. package/dist/components/drawer.d.ts.map +1 -0
  40. package/dist/components/dropdown-menu.d.ts +26 -0
  41. package/dist/components/dropdown-menu.d.ts.map +1 -0
  42. package/dist/components/empty.d.ts +12 -0
  43. package/dist/components/empty.d.ts.map +1 -0
  44. package/dist/components/field.d.ts +25 -0
  45. package/dist/components/field.d.ts.map +1 -0
  46. package/dist/components/form.d.ts +25 -0
  47. package/dist/components/form.d.ts.map +1 -0
  48. package/dist/components/hover-card.d.ts +7 -0
  49. package/dist/components/hover-card.d.ts.map +1 -0
  50. package/dist/components/index.d.ts +54 -0
  51. package/dist/components/index.d.ts.map +1 -0
  52. package/dist/components/input-group.d.ts +17 -0
  53. package/dist/components/input-group.d.ts.map +1 -0
  54. package/dist/components/input-otp.d.ts +12 -0
  55. package/dist/components/input-otp.d.ts.map +1 -0
  56. package/dist/components/input.d.ts +4 -0
  57. package/dist/components/input.d.ts.map +1 -0
  58. package/dist/components/item.d.ts +24 -0
  59. package/dist/components/item.d.ts.map +1 -0
  60. package/dist/components/kbd.d.ts +4 -0
  61. package/dist/components/kbd.d.ts.map +1 -0
  62. package/dist/components/label.d.ts +5 -0
  63. package/dist/components/label.d.ts.map +1 -0
  64. package/dist/components/menubar.d.ts +27 -0
  65. package/dist/components/menubar.d.ts.map +1 -0
  66. package/dist/components/navigation-menu.d.ts +15 -0
  67. package/dist/components/navigation-menu.d.ts.map +1 -0
  68. package/dist/components/pagination.d.ts +14 -0
  69. package/dist/components/pagination.d.ts.map +1 -0
  70. package/dist/components/popover.d.ts +8 -0
  71. package/dist/components/popover.d.ts.map +1 -0
  72. package/dist/components/progress.d.ts +5 -0
  73. package/dist/components/progress.d.ts.map +1 -0
  74. package/dist/components/radio-group.d.ts +6 -0
  75. package/dist/components/radio-group.d.ts.map +1 -0
  76. package/dist/components/resizable.d.ts +9 -0
  77. package/dist/components/resizable.d.ts.map +1 -0
  78. package/dist/components/scroll-area.d.ts +6 -0
  79. package/dist/components/scroll-area.d.ts.map +1 -0
  80. package/dist/components/select.d.ts +16 -0
  81. package/dist/components/select.d.ts.map +1 -0
  82. package/dist/components/separator.d.ts +5 -0
  83. package/dist/components/separator.d.ts.map +1 -0
  84. package/dist/components/sheet.d.ts +14 -0
  85. package/dist/components/sheet.d.ts.map +1 -0
  86. package/dist/components/sidebar.d.ts +70 -0
  87. package/dist/components/sidebar.d.ts.map +1 -0
  88. package/dist/components/skeleton.d.ts +3 -0
  89. package/dist/components/skeleton.d.ts.map +1 -0
  90. package/dist/components/slider.d.ts +5 -0
  91. package/dist/components/slider.d.ts.map +1 -0
  92. package/dist/components/sonner.d.ts +4 -0
  93. package/dist/components/sonner.d.ts.map +1 -0
  94. package/dist/components/spinner.d.ts +3 -0
  95. package/dist/components/spinner.d.ts.map +1 -0
  96. package/dist/components/switch.d.ts +5 -0
  97. package/dist/components/switch.d.ts.map +1 -0
  98. package/dist/components/table.d.ts +11 -0
  99. package/dist/components/table.d.ts.map +1 -0
  100. package/dist/components/tabs.d.ts +8 -0
  101. package/dist/components/tabs.d.ts.map +1 -0
  102. package/dist/components/textarea.d.ts +4 -0
  103. package/dist/components/textarea.d.ts.map +1 -0
  104. package/dist/components/toggle-group.d.ts +8 -0
  105. package/dist/components/toggle-group.d.ts.map +1 -0
  106. package/dist/components/toggle.d.ts +10 -0
  107. package/dist/components/toggle.d.ts.map +1 -0
  108. package/dist/components/tooltip.d.ts +8 -0
  109. package/dist/components/tooltip.d.ts.map +1 -0
  110. package/dist/hooks/index.d.ts +2 -0
  111. package/dist/hooks/index.d.ts.map +1 -0
  112. package/dist/hooks/use-is-mobile.d.ts +2 -0
  113. package/dist/hooks/use-is-mobile.d.ts.map +1 -0
  114. package/dist/hooks/use-mobile.d.ts +2 -0
  115. package/dist/hooks/use-mobile.d.ts.map +1 -0
  116. package/dist/index.cjs +20 -0
  117. package/dist/index.cjs.map +1 -0
  118. package/dist/index.d.ts +629 -0
  119. package/dist/index.d.ts.map +1 -0
  120. package/dist/index.js +20 -0
  121. package/dist/index.js.map +1 -0
  122. package/dist/lib/index.d.ts +2 -0
  123. package/dist/lib/index.d.ts.map +1 -0
  124. package/dist/lib/utils.d.ts +3 -0
  125. package/dist/lib/utils.d.ts.map +1 -0
  126. package/dist/styles.css +1 -0
  127. package/dist/theme.css +1 -0
  128. package/package.json +70 -35
@@ -0,0 +1,629 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import * as React$1 from 'react';
3
+ import * as AccordionPrimitive from '@radix-ui/react-accordion';
4
+ import * as class_variance_authority_types from 'class-variance-authority/types';
5
+ import { VariantProps } from 'class-variance-authority';
6
+ import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
7
+ import * as AspectRatioPrimitive from '@radix-ui/react-aspect-ratio';
8
+ import * as AvatarPrimitive from '@radix-ui/react-avatar';
9
+ import { Separator as Separator$1 } from '@/components/separator';
10
+ import { DayPicker, DayButton } from 'react-day-picker';
11
+ import { Button as Button$1 } from '@/components/button';
12
+ import useEmblaCarousel, { UseEmblaCarouselType } from 'embla-carousel-react';
13
+ import * as RechartsPrimitive from 'recharts';
14
+ import * as CheckboxPrimitive from '@radix-ui/react-checkbox';
15
+ import * as CollapsiblePrimitive from '@radix-ui/react-collapsible';
16
+ import { Command as Command$1 } from 'cmdk';
17
+ import { Dialog as Dialog$1 } from '@/components/dialog';
18
+ import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
19
+ import * as DialogPrimitive from '@radix-ui/react-dialog';
20
+ import { Drawer as Drawer$1 } from 'vaul';
21
+ import * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';
22
+ import { Label as Label$1 } from '@/components/label';
23
+ import * as react_hook_form from 'react-hook-form';
24
+ import { FieldValues, FieldPath, ControllerProps } from 'react-hook-form';
25
+ import * as LabelPrimitive from '@radix-ui/react-label';
26
+ import { Slot } from '@radix-ui/react-slot';
27
+ import * as HoverCardPrimitive from '@radix-ui/react-hover-card';
28
+ import { OTPInput } from 'input-otp';
29
+ import * as MenubarPrimitive from '@radix-ui/react-menubar';
30
+ import * as NavigationMenuPrimitive from '@radix-ui/react-navigation-menu';
31
+ import * as PopoverPrimitive from '@radix-ui/react-popover';
32
+ import * as ProgressPrimitive from '@radix-ui/react-progress';
33
+ import * as RadioGroupPrimitive from '@radix-ui/react-radio-group';
34
+ import * as ResizablePrimitive from 'react-resizable-panels';
35
+ import * as ScrollAreaPrimitive from '@radix-ui/react-scroll-area';
36
+ import * as SelectPrimitive from '@radix-ui/react-select';
37
+ import * as SeparatorPrimitive from '@radix-ui/react-separator';
38
+ import { Input as Input$1 } from '@/components/input';
39
+ import { TooltipContent as TooltipContent$1 } from '@/components/tooltip';
40
+ import * as SliderPrimitive from '@radix-ui/react-slider';
41
+ import { ToasterProps } from 'sonner';
42
+ import * as SwitchPrimitive from '@radix-ui/react-switch';
43
+ import * as TabsPrimitive from '@radix-ui/react-tabs';
44
+ import * as ToggleGroupPrimitive from '@radix-ui/react-toggle-group';
45
+ import { toggleVariants as toggleVariants$1 } from '@/components/toggle';
46
+ import * as TogglePrimitive from '@radix-ui/react-toggle';
47
+ import * as TooltipPrimitive from '@radix-ui/react-tooltip';
48
+ import { ClassValue } from 'clsx';
49
+
50
+ declare function Accordion({ ...props }: React$1.ComponentProps<typeof AccordionPrimitive.Root>): react_jsx_runtime.JSX.Element;
51
+ declare function AccordionItem({ className, ...props }: React$1.ComponentProps<typeof AccordionPrimitive.Item>): react_jsx_runtime.JSX.Element;
52
+ declare function AccordionTrigger({ className, children, ...props }: React$1.ComponentProps<typeof AccordionPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
53
+ declare function AccordionContent({ className, children, ...props }: React$1.ComponentProps<typeof AccordionPrimitive.Content>): react_jsx_runtime.JSX.Element;
54
+ //# sourceMappingURL=accordion.d.ts.map
55
+
56
+ declare const alertVariants: (props?: ({
57
+ variant?: "default" | "destructive" | null | undefined;
58
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
59
+ declare function Alert({ className, variant, ...props }: React$1.ComponentProps<'div'> & VariantProps<typeof alertVariants>): react_jsx_runtime.JSX.Element;
60
+ declare function AlertTitle({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
61
+ declare function AlertDescription({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
62
+ //# sourceMappingURL=alert.d.ts.map
63
+
64
+ declare function AlertDialog({ ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Root>): react_jsx_runtime.JSX.Element;
65
+ declare function AlertDialogTrigger({ ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
66
+ declare function AlertDialogPortal({ ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Portal>): react_jsx_runtime.JSX.Element;
67
+ declare function AlertDialogOverlay({ className, ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Overlay>): react_jsx_runtime.JSX.Element;
68
+ declare function AlertDialogContent({ className, ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Content>): react_jsx_runtime.JSX.Element;
69
+ declare function AlertDialogHeader({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
70
+ declare function AlertDialogFooter({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
71
+ declare function AlertDialogTitle({ className, ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Title>): react_jsx_runtime.JSX.Element;
72
+ declare function AlertDialogDescription({ className, ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Description>): react_jsx_runtime.JSX.Element;
73
+ declare function AlertDialogAction({ className, ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Action>): react_jsx_runtime.JSX.Element;
74
+ declare function AlertDialogCancel({ className, ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Cancel>): react_jsx_runtime.JSX.Element;
75
+ //# sourceMappingURL=alert-dialog.d.ts.map
76
+
77
+ declare function AspectRatio({ ...props }: React.ComponentProps<typeof AspectRatioPrimitive.Root>): react_jsx_runtime.JSX.Element;
78
+ //# sourceMappingURL=aspect-ratio.d.ts.map
79
+
80
+ declare function Avatar({ className, ...props }: React$1.ComponentProps<typeof AvatarPrimitive.Root>): react_jsx_runtime.JSX.Element;
81
+ declare function AvatarImage({ className, ...props }: React$1.ComponentProps<typeof AvatarPrimitive.Image>): react_jsx_runtime.JSX.Element;
82
+ declare function AvatarFallback({ className, ...props }: React$1.ComponentProps<typeof AvatarPrimitive.Fallback>): react_jsx_runtime.JSX.Element;
83
+ //# sourceMappingURL=avatar.d.ts.map
84
+
85
+ declare const badgeVariants: (props?: ({
86
+ variant?: "default" | "destructive" | "outline" | "secondary" | null | undefined;
87
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
88
+ declare function Badge({ className, variant, asChild, ...props }: React$1.ComponentProps<'span'> & VariantProps<typeof badgeVariants> & {
89
+ asChild?: boolean;
90
+ }): react_jsx_runtime.JSX.Element;
91
+ //# sourceMappingURL=badge.d.ts.map
92
+
93
+ declare function Breadcrumb({ ...props }: React$1.ComponentProps<'nav'>): react_jsx_runtime.JSX.Element;
94
+ declare function BreadcrumbList({ className, ...props }: React$1.ComponentProps<'ol'>): react_jsx_runtime.JSX.Element;
95
+ declare function BreadcrumbItem({ className, ...props }: React$1.ComponentProps<'li'>): react_jsx_runtime.JSX.Element;
96
+ declare function BreadcrumbLink({ asChild, className, ...props }: React$1.ComponentProps<'a'> & {
97
+ asChild?: boolean;
98
+ }): react_jsx_runtime.JSX.Element;
99
+ declare function BreadcrumbPage({ className, ...props }: React$1.ComponentProps<'span'>): react_jsx_runtime.JSX.Element;
100
+ declare function BreadcrumbSeparator({ children, className, ...props }: React$1.ComponentProps<'li'>): react_jsx_runtime.JSX.Element;
101
+ declare function BreadcrumbEllipsis({ className, ...props }: React$1.ComponentProps<'span'>): react_jsx_runtime.JSX.Element;
102
+ //# sourceMappingURL=breadcrumb.d.ts.map
103
+
104
+ declare const buttonGroupVariants: (props?: ({
105
+ orientation?: "horizontal" | "vertical" | null | undefined;
106
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
107
+ declare function ButtonGroup({ className, orientation, ...props }: React.ComponentProps<'div'> & VariantProps<typeof buttonGroupVariants>): react_jsx_runtime.JSX.Element;
108
+ declare function ButtonGroupText({ className, asChild, ...props }: React.ComponentProps<'div'> & {
109
+ asChild?: boolean;
110
+ }): react_jsx_runtime.JSX.Element;
111
+ declare function ButtonGroupSeparator({ className, orientation, ...props }: React.ComponentProps<typeof Separator$1>): react_jsx_runtime.JSX.Element;
112
+ //# sourceMappingURL=button-group.d.ts.map
113
+
114
+ declare const buttonVariants: (props?: ({
115
+ variant?: "link" | "default" | "destructive" | "outline" | "secondary" | "ghost" | null | undefined;
116
+ size?: "default" | "sm" | "lg" | "icon" | "icon-sm" | "icon-lg" | null | undefined;
117
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
118
+ declare function Button({ className, variant, size, asChild, ...props }: React$1.ComponentProps<'button'> & VariantProps<typeof buttonVariants> & {
119
+ asChild?: boolean;
120
+ }): react_jsx_runtime.JSX.Element;
121
+ //# sourceMappingURL=button.d.ts.map
122
+
123
+ declare function Calendar({ className, classNames, showOutsideDays, captionLayout, buttonVariant, formatters, components, ...props }: React$1.ComponentProps<typeof DayPicker> & {
124
+ buttonVariant?: React$1.ComponentProps<typeof Button$1>['variant'];
125
+ }): react_jsx_runtime.JSX.Element;
126
+ declare function CalendarDayButton({ className, day, modifiers, ...props }: React$1.ComponentProps<typeof DayButton>): react_jsx_runtime.JSX.Element;
127
+ //# sourceMappingURL=calendar.d.ts.map
128
+
129
+ declare function Card({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
130
+ declare function CardHeader({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
131
+ declare function CardTitle({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
132
+ declare function CardDescription({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
133
+ declare function CardAction({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
134
+ declare function CardContent({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
135
+ declare function CardFooter({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
136
+ //# sourceMappingURL=card.d.ts.map
137
+
138
+ type CarouselApi = UseEmblaCarouselType[1];
139
+ type UseCarouselParameters = Parameters<typeof useEmblaCarousel>;
140
+ type CarouselOptions = UseCarouselParameters[0];
141
+ type CarouselPlugin = UseCarouselParameters[1];
142
+ type CarouselProps = {
143
+ opts?: CarouselOptions;
144
+ plugins?: CarouselPlugin;
145
+ orientation?: 'horizontal' | 'vertical';
146
+ setApi?: (api: CarouselApi) => void;
147
+ };
148
+ declare function Carousel({ orientation, opts, setApi, plugins, className, children, ...props }: React$1.ComponentProps<'div'> & CarouselProps): react_jsx_runtime.JSX.Element;
149
+ declare function CarouselContent({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
150
+ declare function CarouselItem({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
151
+ declare function CarouselPrevious({ className, variant, size, ...props }: React$1.ComponentProps<typeof Button$1>): react_jsx_runtime.JSX.Element;
152
+ declare function CarouselNext({ className, variant, size, ...props }: React$1.ComponentProps<typeof Button$1>): react_jsx_runtime.JSX.Element;
153
+ //# sourceMappingURL=carousel.d.ts.map
154
+
155
+ declare const THEMES: {
156
+ readonly light: "";
157
+ readonly dark: ".dark";
158
+ };
159
+ type ChartConfig = {
160
+ [k in string]: {
161
+ label?: React$1.ReactNode;
162
+ icon?: React$1.ComponentType;
163
+ } & ({
164
+ color?: string;
165
+ theme?: never;
166
+ } | {
167
+ color?: never;
168
+ theme: Record<keyof typeof THEMES, string>;
169
+ });
170
+ };
171
+ declare function ChartContainer({ id, className, children, config, ...props }: React$1.ComponentProps<'div'> & {
172
+ config: ChartConfig;
173
+ children: React$1.ComponentProps<typeof RechartsPrimitive.ResponsiveContainer>['children'];
174
+ }): react_jsx_runtime.JSX.Element;
175
+ declare const ChartStyle: ({ id, config }: {
176
+ id: string;
177
+ config: ChartConfig;
178
+ }) => react_jsx_runtime.JSX.Element | null;
179
+ declare const ChartTooltip: typeof RechartsPrimitive.Tooltip;
180
+ declare function ChartTooltipContent({ active, payload, className, indicator, hideLabel, hideIndicator, label, labelFormatter, labelClassName, formatter, color, nameKey, labelKey, }: React$1.ComponentProps<typeof RechartsPrimitive.Tooltip> & React$1.ComponentProps<'div'> & {
181
+ hideLabel?: boolean;
182
+ hideIndicator?: boolean;
183
+ indicator?: 'line' | 'dot' | 'dashed';
184
+ nameKey?: string;
185
+ labelKey?: string;
186
+ }): react_jsx_runtime.JSX.Element | null;
187
+ declare const ChartLegend: typeof RechartsPrimitive.Legend;
188
+ declare function ChartLegendContent({ className, hideIcon, payload, verticalAlign, nameKey, }: React$1.ComponentProps<'div'> & Pick<RechartsPrimitive.LegendProps, 'payload' | 'verticalAlign'> & {
189
+ hideIcon?: boolean;
190
+ nameKey?: string;
191
+ }): react_jsx_runtime.JSX.Element | null;
192
+
193
+ declare function Checkbox({ className, ...props }: React$1.ComponentProps<typeof CheckboxPrimitive.Root>): react_jsx_runtime.JSX.Element;
194
+ //# sourceMappingURL=checkbox.d.ts.map
195
+
196
+ declare function Collapsible({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.Root>): react_jsx_runtime.JSX.Element;
197
+ declare function CollapsibleTrigger({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleTrigger>): react_jsx_runtime.JSX.Element;
198
+ declare function CollapsibleContent({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleContent>): react_jsx_runtime.JSX.Element;
199
+ //# sourceMappingURL=collapsible.d.ts.map
200
+
201
+ declare function Command({ className, ...props }: React$1.ComponentProps<typeof Command$1>): react_jsx_runtime.JSX.Element;
202
+ declare function CommandDialog({ title, description, children, className, showCloseButton, ...props }: React$1.ComponentProps<typeof Dialog$1> & {
203
+ title?: string;
204
+ description?: string;
205
+ className?: string;
206
+ showCloseButton?: boolean;
207
+ }): react_jsx_runtime.JSX.Element;
208
+ declare function CommandInput({ className, ...props }: React$1.ComponentProps<typeof Command$1.Input>): react_jsx_runtime.JSX.Element;
209
+ declare function CommandList({ className, ...props }: React$1.ComponentProps<typeof Command$1.List>): react_jsx_runtime.JSX.Element;
210
+ declare function CommandEmpty({ ...props }: React$1.ComponentProps<typeof Command$1.Empty>): react_jsx_runtime.JSX.Element;
211
+ declare function CommandGroup({ className, ...props }: React$1.ComponentProps<typeof Command$1.Group>): react_jsx_runtime.JSX.Element;
212
+ declare function CommandSeparator({ className, ...props }: React$1.ComponentProps<typeof Command$1.Separator>): react_jsx_runtime.JSX.Element;
213
+ declare function CommandItem({ className, ...props }: React$1.ComponentProps<typeof Command$1.Item>): react_jsx_runtime.JSX.Element;
214
+ declare function CommandShortcut({ className, ...props }: React$1.ComponentProps<'span'>): react_jsx_runtime.JSX.Element;
215
+ //# sourceMappingURL=command.d.ts.map
216
+
217
+ declare function ContextMenu({ ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Root>): react_jsx_runtime.JSX.Element;
218
+ declare function ContextMenuTrigger({ ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
219
+ declare function ContextMenuGroup({ ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Group>): react_jsx_runtime.JSX.Element;
220
+ declare function ContextMenuPortal({ ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Portal>): react_jsx_runtime.JSX.Element;
221
+ declare function ContextMenuSub({ ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Sub>): react_jsx_runtime.JSX.Element;
222
+ declare function ContextMenuRadioGroup({ ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.RadioGroup>): react_jsx_runtime.JSX.Element;
223
+ declare function ContextMenuSubTrigger({ className, inset, children, ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.SubTrigger> & {
224
+ inset?: boolean;
225
+ }): react_jsx_runtime.JSX.Element;
226
+ declare function ContextMenuSubContent({ className, ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.SubContent>): react_jsx_runtime.JSX.Element;
227
+ declare function ContextMenuContent({ className, ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Content>): react_jsx_runtime.JSX.Element;
228
+ declare function ContextMenuItem({ className, inset, variant, ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Item> & {
229
+ inset?: boolean;
230
+ variant?: 'default' | 'destructive';
231
+ }): react_jsx_runtime.JSX.Element;
232
+ declare function ContextMenuCheckboxItem({ className, children, checked, ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.CheckboxItem>): react_jsx_runtime.JSX.Element;
233
+ declare function ContextMenuRadioItem({ className, children, ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.RadioItem>): react_jsx_runtime.JSX.Element;
234
+ declare function ContextMenuLabel({ className, inset, ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Label> & {
235
+ inset?: boolean;
236
+ }): react_jsx_runtime.JSX.Element;
237
+ declare function ContextMenuSeparator({ className, ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Separator>): react_jsx_runtime.JSX.Element;
238
+ declare function ContextMenuShortcut({ className, ...props }: React$1.ComponentProps<'span'>): react_jsx_runtime.JSX.Element;
239
+ //# sourceMappingURL=context-menu.d.ts.map
240
+
241
+ declare function Dialog({ ...props }: React$1.ComponentProps<typeof DialogPrimitive.Root>): react_jsx_runtime.JSX.Element;
242
+ declare function DialogTrigger({ ...props }: React$1.ComponentProps<typeof DialogPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
243
+ declare function DialogPortal({ ...props }: React$1.ComponentProps<typeof DialogPrimitive.Portal>): react_jsx_runtime.JSX.Element;
244
+ declare function DialogClose({ ...props }: React$1.ComponentProps<typeof DialogPrimitive.Close>): react_jsx_runtime.JSX.Element;
245
+ declare function DialogOverlay({ className, ...props }: React$1.ComponentProps<typeof DialogPrimitive.Overlay>): react_jsx_runtime.JSX.Element;
246
+ declare function DialogContent({ className, children, showCloseButton, ...props }: React$1.ComponentProps<typeof DialogPrimitive.Content> & {
247
+ showCloseButton?: boolean;
248
+ }): react_jsx_runtime.JSX.Element;
249
+ declare function DialogHeader({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
250
+ declare function DialogFooter({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
251
+ declare function DialogTitle({ className, ...props }: React$1.ComponentProps<typeof DialogPrimitive.Title>): react_jsx_runtime.JSX.Element;
252
+ declare function DialogDescription({ className, ...props }: React$1.ComponentProps<typeof DialogPrimitive.Description>): react_jsx_runtime.JSX.Element;
253
+ //# sourceMappingURL=dialog.d.ts.map
254
+
255
+ declare function Drawer({ ...props }: React$1.ComponentProps<typeof Drawer$1.Root>): react_jsx_runtime.JSX.Element;
256
+ declare function DrawerTrigger({ ...props }: React$1.ComponentProps<typeof Drawer$1.Trigger>): react_jsx_runtime.JSX.Element;
257
+ declare function DrawerPortal({ ...props }: React$1.ComponentProps<typeof Drawer$1.Portal>): react_jsx_runtime.JSX.Element;
258
+ declare function DrawerClose({ ...props }: React$1.ComponentProps<typeof Drawer$1.Close>): react_jsx_runtime.JSX.Element;
259
+ declare function DrawerOverlay({ className, ...props }: React$1.ComponentProps<typeof Drawer$1.Overlay>): react_jsx_runtime.JSX.Element;
260
+ declare function DrawerContent({ className, children, ...props }: React$1.ComponentProps<typeof Drawer$1.Content>): react_jsx_runtime.JSX.Element;
261
+ declare function DrawerHeader({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
262
+ declare function DrawerFooter({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
263
+ declare function DrawerTitle({ className, ...props }: React$1.ComponentProps<typeof Drawer$1.Title>): react_jsx_runtime.JSX.Element;
264
+ declare function DrawerDescription({ className, ...props }: React$1.ComponentProps<typeof Drawer$1.Description>): react_jsx_runtime.JSX.Element;
265
+ //# sourceMappingURL=drawer.d.ts.map
266
+
267
+ declare function DropdownMenu({ ...props }: React$1.ComponentProps<typeof DropdownMenuPrimitive.Root>): react_jsx_runtime.JSX.Element;
268
+ declare function DropdownMenuPortal({ ...props }: React$1.ComponentProps<typeof DropdownMenuPrimitive.Portal>): react_jsx_runtime.JSX.Element;
269
+ declare function DropdownMenuTrigger({ ...props }: React$1.ComponentProps<typeof DropdownMenuPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
270
+ declare function DropdownMenuContent({ className, sideOffset, ...props }: React$1.ComponentProps<typeof DropdownMenuPrimitive.Content>): react_jsx_runtime.JSX.Element;
271
+ declare function DropdownMenuGroup({ ...props }: React$1.ComponentProps<typeof DropdownMenuPrimitive.Group>): react_jsx_runtime.JSX.Element;
272
+ declare function DropdownMenuItem({ className, inset, variant, ...props }: React$1.ComponentProps<typeof DropdownMenuPrimitive.Item> & {
273
+ inset?: boolean;
274
+ variant?: 'default' | 'destructive';
275
+ }): react_jsx_runtime.JSX.Element;
276
+ declare function DropdownMenuCheckboxItem({ className, children, checked, ...props }: React$1.ComponentProps<typeof DropdownMenuPrimitive.CheckboxItem>): react_jsx_runtime.JSX.Element;
277
+ declare function DropdownMenuRadioGroup({ ...props }: React$1.ComponentProps<typeof DropdownMenuPrimitive.RadioGroup>): react_jsx_runtime.JSX.Element;
278
+ declare function DropdownMenuRadioItem({ className, children, ...props }: React$1.ComponentProps<typeof DropdownMenuPrimitive.RadioItem>): react_jsx_runtime.JSX.Element;
279
+ declare function DropdownMenuLabel({ className, inset, ...props }: React$1.ComponentProps<typeof DropdownMenuPrimitive.Label> & {
280
+ inset?: boolean;
281
+ }): react_jsx_runtime.JSX.Element;
282
+ declare function DropdownMenuSeparator({ className, ...props }: React$1.ComponentProps<typeof DropdownMenuPrimitive.Separator>): react_jsx_runtime.JSX.Element;
283
+ declare function DropdownMenuShortcut({ className, ...props }: React$1.ComponentProps<'span'>): react_jsx_runtime.JSX.Element;
284
+ declare function DropdownMenuSub({ ...props }: React$1.ComponentProps<typeof DropdownMenuPrimitive.Sub>): react_jsx_runtime.JSX.Element;
285
+ declare function DropdownMenuSubTrigger({ className, inset, children, ...props }: React$1.ComponentProps<typeof DropdownMenuPrimitive.SubTrigger> & {
286
+ inset?: boolean;
287
+ }): react_jsx_runtime.JSX.Element;
288
+ declare function DropdownMenuSubContent({ className, ...props }: React$1.ComponentProps<typeof DropdownMenuPrimitive.SubContent>): react_jsx_runtime.JSX.Element;
289
+ //# sourceMappingURL=dropdown-menu.d.ts.map
290
+
291
+ declare function Empty({ className, ...props }: React.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
292
+ declare function EmptyHeader({ className, ...props }: React.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
293
+ declare const emptyMediaVariants: (props?: ({
294
+ variant?: "default" | "icon" | null | undefined;
295
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
296
+ declare function EmptyMedia({ className, variant, ...props }: React.ComponentProps<'div'> & VariantProps<typeof emptyMediaVariants>): react_jsx_runtime.JSX.Element;
297
+ declare function EmptyTitle({ className, ...props }: React.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
298
+ declare function EmptyDescription({ className, ...props }: React.ComponentProps<'p'>): react_jsx_runtime.JSX.Element;
299
+ declare function EmptyContent({ className, ...props }: React.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
300
+ //# sourceMappingURL=empty.d.ts.map
301
+
302
+ declare function FieldSet({ className, ...props }: React.ComponentProps<'fieldset'>): react_jsx_runtime.JSX.Element;
303
+ declare function FieldLegend({ className, variant, ...props }: React.ComponentProps<'legend'> & {
304
+ variant?: 'legend' | 'label';
305
+ }): react_jsx_runtime.JSX.Element;
306
+ declare function FieldGroup({ className, ...props }: React.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
307
+ declare const fieldVariants: (props?: ({
308
+ orientation?: "horizontal" | "vertical" | "responsive" | null | undefined;
309
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
310
+ declare function Field({ className, orientation, ...props }: React.ComponentProps<'div'> & VariantProps<typeof fieldVariants>): react_jsx_runtime.JSX.Element;
311
+ declare function FieldContent({ className, ...props }: React.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
312
+ declare function FieldLabel({ className, ...props }: React.ComponentProps<typeof Label$1>): react_jsx_runtime.JSX.Element;
313
+ declare function FieldTitle({ className, ...props }: React.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
314
+ declare function FieldDescription({ className, ...props }: React.ComponentProps<'p'>): react_jsx_runtime.JSX.Element;
315
+ declare function FieldSeparator({ children, className, ...props }: React.ComponentProps<'div'> & {
316
+ children?: React.ReactNode;
317
+ }): react_jsx_runtime.JSX.Element;
318
+ declare function FieldError({ className, children, errors, ...props }: React.ComponentProps<'div'> & {
319
+ errors?: Array<{
320
+ message?: string;
321
+ } | undefined>;
322
+ }): react_jsx_runtime.JSX.Element | null;
323
+ //# sourceMappingURL=field.d.ts.map
324
+
325
+ declare const Form: <TFieldValues extends FieldValues, TContext = any, TTransformedValues = TFieldValues>(props: react_hook_form.FormProviderProps<TFieldValues, TContext, TTransformedValues>) => React$1.JSX.Element;
326
+ declare const FormField: <TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>>({ ...props }: ControllerProps<TFieldValues, TName>) => react_jsx_runtime.JSX.Element;
327
+ declare const useFormField: () => {
328
+ invalid: boolean;
329
+ isDirty: boolean;
330
+ isTouched: boolean;
331
+ isValidating: boolean;
332
+ error?: react_hook_form.FieldError;
333
+ id: string;
334
+ name: string;
335
+ formItemId: string;
336
+ formDescriptionId: string;
337
+ formMessageId: string;
338
+ };
339
+ declare function FormItem({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
340
+ declare function FormLabel({ className, ...props }: React$1.ComponentProps<typeof LabelPrimitive.Root>): react_jsx_runtime.JSX.Element;
341
+ declare function FormControl({ ...props }: React$1.ComponentProps<typeof Slot>): react_jsx_runtime.JSX.Element;
342
+ declare function FormDescription({ className, ...props }: React$1.ComponentProps<'p'>): react_jsx_runtime.JSX.Element;
343
+ declare function FormMessage({ className, ...props }: React$1.ComponentProps<'p'>): react_jsx_runtime.JSX.Element | null;
344
+ //# sourceMappingURL=form.d.ts.map
345
+
346
+ declare function HoverCard({ ...props }: React$1.ComponentProps<typeof HoverCardPrimitive.Root>): react_jsx_runtime.JSX.Element;
347
+ declare function HoverCardTrigger({ ...props }: React$1.ComponentProps<typeof HoverCardPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
348
+ declare function HoverCardContent({ className, align, sideOffset, ...props }: React$1.ComponentProps<typeof HoverCardPrimitive.Content>): react_jsx_runtime.JSX.Element;
349
+ //# sourceMappingURL=hover-card.d.ts.map
350
+
351
+ declare function InputGroup({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
352
+ declare const inputGroupAddonVariants: (props?: ({
353
+ align?: "inline-start" | "inline-end" | "block-start" | "block-end" | null | undefined;
354
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
355
+ declare function InputGroupAddon({ className, align, ...props }: React$1.ComponentProps<'div'> & VariantProps<typeof inputGroupAddonVariants>): react_jsx_runtime.JSX.Element;
356
+ declare const inputGroupButtonVariants: (props?: ({
357
+ size?: "sm" | "icon-sm" | "xs" | "icon-xs" | null | undefined;
358
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
359
+ declare function InputGroupButton({ className, type, variant, size, ...props }: Omit<React$1.ComponentProps<typeof Button$1>, 'size'> & VariantProps<typeof inputGroupButtonVariants>): react_jsx_runtime.JSX.Element;
360
+ declare function InputGroupText({ className, ...props }: React$1.ComponentProps<'span'>): react_jsx_runtime.JSX.Element;
361
+ declare function InputGroupInput({ className, ...props }: React$1.ComponentProps<'input'>): react_jsx_runtime.JSX.Element;
362
+ declare function InputGroupTextarea({ className, ...props }: React$1.ComponentProps<'textarea'>): react_jsx_runtime.JSX.Element;
363
+ //# sourceMappingURL=input-group.d.ts.map
364
+
365
+ declare function InputOTP({ className, containerClassName, ...props }: React$1.ComponentProps<typeof OTPInput> & {
366
+ containerClassName?: string;
367
+ }): react_jsx_runtime.JSX.Element;
368
+ declare function InputOTPGroup({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
369
+ declare function InputOTPSlot({ index, className, ...props }: React$1.ComponentProps<'div'> & {
370
+ index: number;
371
+ }): react_jsx_runtime.JSX.Element;
372
+ declare function InputOTPSeparator({ ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
373
+ //# sourceMappingURL=input-otp.d.ts.map
374
+
375
+ declare function Input({ className, type, ...props }: React$1.ComponentProps<'input'>): react_jsx_runtime.JSX.Element;
376
+ //# sourceMappingURL=input.d.ts.map
377
+
378
+ declare function ItemGroup({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
379
+ declare function ItemSeparator({ className, ...props }: React$1.ComponentProps<typeof Separator$1>): react_jsx_runtime.JSX.Element;
380
+ declare const itemVariants: (props?: ({
381
+ variant?: "default" | "outline" | "muted" | null | undefined;
382
+ size?: "default" | "sm" | null | undefined;
383
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
384
+ declare function Item({ className, variant, size, asChild, ...props }: React$1.ComponentProps<'div'> & VariantProps<typeof itemVariants> & {
385
+ asChild?: boolean;
386
+ }): react_jsx_runtime.JSX.Element;
387
+ declare const itemMediaVariants: (props?: ({
388
+ variant?: "image" | "default" | "icon" | null | undefined;
389
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
390
+ declare function ItemMedia({ className, variant, ...props }: React$1.ComponentProps<'div'> & VariantProps<typeof itemMediaVariants>): react_jsx_runtime.JSX.Element;
391
+ declare function ItemContent({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
392
+ declare function ItemTitle({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
393
+ declare function ItemDescription({ className, ...props }: React$1.ComponentProps<'p'>): react_jsx_runtime.JSX.Element;
394
+ declare function ItemActions({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
395
+ declare function ItemHeader({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
396
+ declare function ItemFooter({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
397
+ //# sourceMappingURL=item.d.ts.map
398
+
399
+ declare function Kbd({ className, ...props }: React.ComponentProps<'kbd'>): react_jsx_runtime.JSX.Element;
400
+ declare function KbdGroup({ className, ...props }: React.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
401
+ //# sourceMappingURL=kbd.d.ts.map
402
+
403
+ declare function Label({ className, ...props }: React$1.ComponentProps<typeof LabelPrimitive.Root>): react_jsx_runtime.JSX.Element;
404
+ //# sourceMappingURL=label.d.ts.map
405
+
406
+ declare function Menubar({ className, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Root>): react_jsx_runtime.JSX.Element;
407
+ declare function MenubarMenu({ ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Menu>): react_jsx_runtime.JSX.Element;
408
+ declare function MenubarGroup({ ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Group>): react_jsx_runtime.JSX.Element;
409
+ declare function MenubarPortal({ ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Portal>): react_jsx_runtime.JSX.Element;
410
+ declare function MenubarRadioGroup({ ...props }: React$1.ComponentProps<typeof MenubarPrimitive.RadioGroup>): react_jsx_runtime.JSX.Element;
411
+ declare function MenubarTrigger({ className, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
412
+ declare function MenubarContent({ className, align, alignOffset, sideOffset, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Content>): react_jsx_runtime.JSX.Element;
413
+ declare function MenubarItem({ className, inset, variant, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Item> & {
414
+ inset?: boolean;
415
+ variant?: 'default' | 'destructive';
416
+ }): react_jsx_runtime.JSX.Element;
417
+ declare function MenubarCheckboxItem({ className, children, checked, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.CheckboxItem>): react_jsx_runtime.JSX.Element;
418
+ declare function MenubarRadioItem({ className, children, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.RadioItem>): react_jsx_runtime.JSX.Element;
419
+ declare function MenubarLabel({ className, inset, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Label> & {
420
+ inset?: boolean;
421
+ }): react_jsx_runtime.JSX.Element;
422
+ declare function MenubarSeparator({ className, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Separator>): react_jsx_runtime.JSX.Element;
423
+ declare function MenubarShortcut({ className, ...props }: React$1.ComponentProps<'span'>): react_jsx_runtime.JSX.Element;
424
+ declare function MenubarSub({ ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Sub>): react_jsx_runtime.JSX.Element;
425
+ declare function MenubarSubTrigger({ className, inset, children, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.SubTrigger> & {
426
+ inset?: boolean;
427
+ }): react_jsx_runtime.JSX.Element;
428
+ declare function MenubarSubContent({ className, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.SubContent>): react_jsx_runtime.JSX.Element;
429
+ //# sourceMappingURL=menubar.d.ts.map
430
+
431
+ declare function NavigationMenu({ className, children, viewport, ...props }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Root> & {
432
+ viewport?: boolean;
433
+ }): react_jsx_runtime.JSX.Element;
434
+ declare function NavigationMenuList({ className, ...props }: React$1.ComponentProps<typeof NavigationMenuPrimitive.List>): react_jsx_runtime.JSX.Element;
435
+ declare function NavigationMenuItem({ className, ...props }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Item>): react_jsx_runtime.JSX.Element;
436
+ declare const navigationMenuTriggerStyle: (props?: class_variance_authority_types.ClassProp | undefined) => string;
437
+ declare function NavigationMenuTrigger({ className, children, ...props }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
438
+ declare function NavigationMenuContent({ className, ...props }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Content>): react_jsx_runtime.JSX.Element;
439
+ declare function NavigationMenuViewport({ className, ...props }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Viewport>): react_jsx_runtime.JSX.Element;
440
+ declare function NavigationMenuLink({ className, ...props }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Link>): react_jsx_runtime.JSX.Element;
441
+ declare function NavigationMenuIndicator({ className, ...props }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Indicator>): react_jsx_runtime.JSX.Element;
442
+ //# sourceMappingURL=navigation-menu.d.ts.map
443
+
444
+ declare function Pagination({ className, ...props }: React$1.ComponentProps<'nav'>): react_jsx_runtime.JSX.Element;
445
+ declare function PaginationContent({ className, ...props }: React$1.ComponentProps<'ul'>): react_jsx_runtime.JSX.Element;
446
+ declare function PaginationItem({ ...props }: React$1.ComponentProps<'li'>): react_jsx_runtime.JSX.Element;
447
+ type PaginationLinkProps = {
448
+ isActive?: boolean;
449
+ } & Pick<React$1.ComponentProps<typeof Button$1>, 'size'> & React$1.ComponentProps<'a'>;
450
+ declare function PaginationLink({ className, isActive, size, ...props }: PaginationLinkProps): react_jsx_runtime.JSX.Element;
451
+ declare function PaginationPrevious({ className, ...props }: React$1.ComponentProps<typeof PaginationLink>): react_jsx_runtime.JSX.Element;
452
+ declare function PaginationNext({ className, ...props }: React$1.ComponentProps<typeof PaginationLink>): react_jsx_runtime.JSX.Element;
453
+ declare function PaginationEllipsis({ className, ...props }: React$1.ComponentProps<'span'>): react_jsx_runtime.JSX.Element;
454
+ //# sourceMappingURL=pagination.d.ts.map
455
+
456
+ declare function Popover({ ...props }: React$1.ComponentProps<typeof PopoverPrimitive.Root>): react_jsx_runtime.JSX.Element;
457
+ declare function PopoverTrigger({ ...props }: React$1.ComponentProps<typeof PopoverPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
458
+ declare function PopoverContent({ className, align, sideOffset, ...props }: React$1.ComponentProps<typeof PopoverPrimitive.Content>): react_jsx_runtime.JSX.Element;
459
+ declare function PopoverAnchor({ ...props }: React$1.ComponentProps<typeof PopoverPrimitive.Anchor>): react_jsx_runtime.JSX.Element;
460
+ //# sourceMappingURL=popover.d.ts.map
461
+
462
+ declare function Progress({ className, value, ...props }: React$1.ComponentProps<typeof ProgressPrimitive.Root>): react_jsx_runtime.JSX.Element;
463
+ //# sourceMappingURL=progress.d.ts.map
464
+
465
+ declare function RadioGroup({ className, ...props }: React$1.ComponentProps<typeof RadioGroupPrimitive.Root>): react_jsx_runtime.JSX.Element;
466
+ declare function RadioGroupItem({ className, ...props }: React$1.ComponentProps<typeof RadioGroupPrimitive.Item>): react_jsx_runtime.JSX.Element;
467
+ //# sourceMappingURL=radio-group.d.ts.map
468
+
469
+ declare function ResizablePanelGroup({ className, ...props }: React$1.ComponentProps<typeof ResizablePrimitive.PanelGroup>): react_jsx_runtime.JSX.Element;
470
+ declare function ResizablePanel({ ...props }: React$1.ComponentProps<typeof ResizablePrimitive.Panel>): react_jsx_runtime.JSX.Element;
471
+ declare function ResizableHandle({ withHandle, className, ...props }: React$1.ComponentProps<typeof ResizablePrimitive.PanelResizeHandle> & {
472
+ withHandle?: boolean;
473
+ }): react_jsx_runtime.JSX.Element;
474
+ //# sourceMappingURL=resizable.d.ts.map
475
+
476
+ declare function ScrollArea({ className, children, ...props }: React$1.ComponentProps<typeof ScrollAreaPrimitive.Root>): react_jsx_runtime.JSX.Element;
477
+ declare function ScrollBar({ className, orientation, ...props }: React$1.ComponentProps<typeof ScrollAreaPrimitive.ScrollAreaScrollbar>): react_jsx_runtime.JSX.Element;
478
+ //# sourceMappingURL=scroll-area.d.ts.map
479
+
480
+ declare function Select({ ...props }: React$1.ComponentProps<typeof SelectPrimitive.Root>): react_jsx_runtime.JSX.Element;
481
+ declare function SelectGroup({ ...props }: React$1.ComponentProps<typeof SelectPrimitive.Group>): react_jsx_runtime.JSX.Element;
482
+ declare function SelectValue({ ...props }: React$1.ComponentProps<typeof SelectPrimitive.Value>): react_jsx_runtime.JSX.Element;
483
+ declare function SelectTrigger({ className, size, children, ...props }: React$1.ComponentProps<typeof SelectPrimitive.Trigger> & {
484
+ size?: 'sm' | 'default';
485
+ }): react_jsx_runtime.JSX.Element;
486
+ declare function SelectContent({ className, children, position, align, ...props }: React$1.ComponentProps<typeof SelectPrimitive.Content>): react_jsx_runtime.JSX.Element;
487
+ declare function SelectLabel({ className, ...props }: React$1.ComponentProps<typeof SelectPrimitive.Label>): react_jsx_runtime.JSX.Element;
488
+ declare function SelectItem({ className, children, ...props }: React$1.ComponentProps<typeof SelectPrimitive.Item>): react_jsx_runtime.JSX.Element;
489
+ declare function SelectSeparator({ className, ...props }: React$1.ComponentProps<typeof SelectPrimitive.Separator>): react_jsx_runtime.JSX.Element;
490
+ declare function SelectScrollUpButton({ className, ...props }: React$1.ComponentProps<typeof SelectPrimitive.ScrollUpButton>): react_jsx_runtime.JSX.Element;
491
+ declare function SelectScrollDownButton({ className, ...props }: React$1.ComponentProps<typeof SelectPrimitive.ScrollDownButton>): react_jsx_runtime.JSX.Element;
492
+ //# sourceMappingURL=select.d.ts.map
493
+
494
+ declare function Separator({ className, orientation, decorative, ...props }: React$1.ComponentProps<typeof SeparatorPrimitive.Root>): react_jsx_runtime.JSX.Element;
495
+ //# sourceMappingURL=separator.d.ts.map
496
+
497
+ declare function Sheet({ ...props }: React$1.ComponentProps<typeof DialogPrimitive.Root>): react_jsx_runtime.JSX.Element;
498
+ declare function SheetTrigger({ ...props }: React$1.ComponentProps<typeof DialogPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
499
+ declare function SheetClose({ ...props }: React$1.ComponentProps<typeof DialogPrimitive.Close>): react_jsx_runtime.JSX.Element;
500
+ declare function SheetContent({ className, children, side, ...props }: React$1.ComponentProps<typeof DialogPrimitive.Content> & {
501
+ side?: 'top' | 'right' | 'bottom' | 'left';
502
+ }): react_jsx_runtime.JSX.Element;
503
+ declare function SheetHeader({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
504
+ declare function SheetFooter({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
505
+ declare function SheetTitle({ className, ...props }: React$1.ComponentProps<typeof DialogPrimitive.Title>): react_jsx_runtime.JSX.Element;
506
+ declare function SheetDescription({ className, ...props }: React$1.ComponentProps<typeof DialogPrimitive.Description>): react_jsx_runtime.JSX.Element;
507
+ //# sourceMappingURL=sheet.d.ts.map
508
+
509
+ type SidebarContextProps = {
510
+ state: 'expanded' | 'collapsed';
511
+ open: boolean;
512
+ setOpen: (open: boolean) => void;
513
+ openMobile: boolean;
514
+ setOpenMobile: (open: boolean) => void;
515
+ isMobile: boolean;
516
+ toggleSidebar: () => void;
517
+ };
518
+ declare function useSidebar(): SidebarContextProps;
519
+ declare function SidebarProvider({ defaultOpen, open: openProp, onOpenChange: setOpenProp, className, style, children, ...props }: React$1.ComponentProps<'div'> & {
520
+ defaultOpen?: boolean;
521
+ open?: boolean;
522
+ onOpenChange?: (open: boolean) => void;
523
+ }): react_jsx_runtime.JSX.Element;
524
+ declare function Sidebar({ side, variant, collapsible, className, children, ...props }: React$1.ComponentProps<'div'> & {
525
+ side?: 'left' | 'right';
526
+ variant?: 'sidebar' | 'floating' | 'inset';
527
+ collapsible?: 'offcanvas' | 'icon' | 'none';
528
+ }): react_jsx_runtime.JSX.Element;
529
+ declare function SidebarTrigger({ className, onClick, ...props }: React$1.ComponentProps<typeof Button$1>): react_jsx_runtime.JSX.Element;
530
+ declare function SidebarRail({ className, ...props }: React$1.ComponentProps<'button'>): react_jsx_runtime.JSX.Element;
531
+ declare function SidebarInset({ className, ...props }: React$1.ComponentProps<'main'>): react_jsx_runtime.JSX.Element;
532
+ declare function SidebarInput({ className, ...props }: React$1.ComponentProps<typeof Input$1>): react_jsx_runtime.JSX.Element;
533
+ declare function SidebarHeader({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
534
+ declare function SidebarFooter({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
535
+ declare function SidebarSeparator({ className, ...props }: React$1.ComponentProps<typeof Separator$1>): react_jsx_runtime.JSX.Element;
536
+ declare function SidebarContent({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
537
+ declare function SidebarGroup({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
538
+ declare function SidebarGroupLabel({ className, asChild, ...props }: React$1.ComponentProps<'div'> & {
539
+ asChild?: boolean;
540
+ }): react_jsx_runtime.JSX.Element;
541
+ declare function SidebarGroupAction({ className, asChild, ...props }: React$1.ComponentProps<'button'> & {
542
+ asChild?: boolean;
543
+ }): react_jsx_runtime.JSX.Element;
544
+ declare function SidebarGroupContent({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
545
+ declare function SidebarMenu({ className, ...props }: React$1.ComponentProps<'ul'>): react_jsx_runtime.JSX.Element;
546
+ declare function SidebarMenuItem({ className, ...props }: React$1.ComponentProps<'li'>): react_jsx_runtime.JSX.Element;
547
+ declare const sidebarMenuButtonVariants: (props?: ({
548
+ variant?: "default" | "outline" | null | undefined;
549
+ size?: "default" | "sm" | "lg" | null | undefined;
550
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
551
+ declare function SidebarMenuButton({ asChild, isActive, variant, size, tooltip, className, ...props }: React$1.ComponentProps<'button'> & {
552
+ asChild?: boolean;
553
+ isActive?: boolean;
554
+ tooltip?: string | React$1.ComponentProps<typeof TooltipContent$1>;
555
+ } & VariantProps<typeof sidebarMenuButtonVariants>): react_jsx_runtime.JSX.Element;
556
+ declare function SidebarMenuAction({ className, asChild, showOnHover, ...props }: React$1.ComponentProps<'button'> & {
557
+ asChild?: boolean;
558
+ showOnHover?: boolean;
559
+ }): react_jsx_runtime.JSX.Element;
560
+ declare function SidebarMenuBadge({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
561
+ declare function SidebarMenuSkeleton({ className, showIcon, ...props }: React$1.ComponentProps<'div'> & {
562
+ showIcon?: boolean;
563
+ }): react_jsx_runtime.JSX.Element;
564
+ declare function SidebarMenuSub({ className, ...props }: React$1.ComponentProps<'ul'>): react_jsx_runtime.JSX.Element;
565
+ declare function SidebarMenuSubItem({ className, ...props }: React$1.ComponentProps<'li'>): react_jsx_runtime.JSX.Element;
566
+ declare function SidebarMenuSubButton({ asChild, size, isActive, className, ...props }: React$1.ComponentProps<'a'> & {
567
+ asChild?: boolean;
568
+ size?: 'sm' | 'md';
569
+ isActive?: boolean;
570
+ }): react_jsx_runtime.JSX.Element;
571
+ //# sourceMappingURL=sidebar.d.ts.map
572
+
573
+ declare function Skeleton({ className, ...props }: React.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
574
+ //# sourceMappingURL=skeleton.d.ts.map
575
+
576
+ declare function Slider({ className, defaultValue, value, min, max, ...props }: React$1.ComponentProps<typeof SliderPrimitive.Root>): react_jsx_runtime.JSX.Element;
577
+ //# sourceMappingURL=slider.d.ts.map
578
+
579
+ declare const Toaster: ({ ...props }: ToasterProps) => react_jsx_runtime.JSX.Element;
580
+ //# sourceMappingURL=sonner.d.ts.map
581
+
582
+ declare function Spinner({ className, ...props }: React.ComponentProps<'svg'>): react_jsx_runtime.JSX.Element;
583
+ //# sourceMappingURL=spinner.d.ts.map
584
+
585
+ declare function Switch({ className, ...props }: React$1.ComponentProps<typeof SwitchPrimitive.Root>): react_jsx_runtime.JSX.Element;
586
+ //# sourceMappingURL=switch.d.ts.map
587
+
588
+ declare function Table({ className, ...props }: React$1.ComponentProps<'table'>): react_jsx_runtime.JSX.Element;
589
+ declare function TableHeader({ className, ...props }: React$1.ComponentProps<'thead'>): react_jsx_runtime.JSX.Element;
590
+ declare function TableBody({ className, ...props }: React$1.ComponentProps<'tbody'>): react_jsx_runtime.JSX.Element;
591
+ declare function TableFooter({ className, ...props }: React$1.ComponentProps<'tfoot'>): react_jsx_runtime.JSX.Element;
592
+ declare function TableRow({ className, ...props }: React$1.ComponentProps<'tr'>): react_jsx_runtime.JSX.Element;
593
+ declare function TableHead({ className, ...props }: React$1.ComponentProps<'th'>): react_jsx_runtime.JSX.Element;
594
+ declare function TableCell({ className, ...props }: React$1.ComponentProps<'td'>): react_jsx_runtime.JSX.Element;
595
+ declare function TableCaption({ className, ...props }: React$1.ComponentProps<'caption'>): react_jsx_runtime.JSX.Element;
596
+ //# sourceMappingURL=table.d.ts.map
597
+
598
+ declare function Tabs({ className, ...props }: React$1.ComponentProps<typeof TabsPrimitive.Root>): react_jsx_runtime.JSX.Element;
599
+ declare function TabsList({ className, ...props }: React$1.ComponentProps<typeof TabsPrimitive.List>): react_jsx_runtime.JSX.Element;
600
+ declare function TabsTrigger({ className, ...props }: React$1.ComponentProps<typeof TabsPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
601
+ declare function TabsContent({ className, ...props }: React$1.ComponentProps<typeof TabsPrimitive.Content>): react_jsx_runtime.JSX.Element;
602
+ //# sourceMappingURL=tabs.d.ts.map
603
+
604
+ declare function Textarea({ className, ...props }: React$1.ComponentProps<'textarea'>): react_jsx_runtime.JSX.Element;
605
+ //# sourceMappingURL=textarea.d.ts.map
606
+
607
+ declare function ToggleGroup({ className, variant, size, children, ...props }: React$1.ComponentProps<typeof ToggleGroupPrimitive.Root> & VariantProps<typeof toggleVariants$1>): react_jsx_runtime.JSX.Element;
608
+ declare function ToggleGroupItem({ className, children, variant, size, ...props }: React$1.ComponentProps<typeof ToggleGroupPrimitive.Item> & VariantProps<typeof toggleVariants$1>): react_jsx_runtime.JSX.Element;
609
+ //# sourceMappingURL=toggle-group.d.ts.map
610
+
611
+ declare const toggleVariants: (props?: ({
612
+ variant?: "default" | "outline" | null | undefined;
613
+ size?: "default" | "sm" | "lg" | null | undefined;
614
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
615
+ declare function Toggle({ className, variant, size, ...props }: React$1.ComponentProps<typeof TogglePrimitive.Root> & VariantProps<typeof toggleVariants>): react_jsx_runtime.JSX.Element;
616
+ //# sourceMappingURL=toggle.d.ts.map
617
+
618
+ declare function TooltipProvider({ delayDuration, ...props }: React$1.ComponentProps<typeof TooltipPrimitive.Provider>): react_jsx_runtime.JSX.Element;
619
+ declare function Tooltip({ ...props }: React$1.ComponentProps<typeof TooltipPrimitive.Root>): react_jsx_runtime.JSX.Element;
620
+ declare function TooltipTrigger({ ...props }: React$1.ComponentProps<typeof TooltipPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
621
+ declare function TooltipContent({ className, sideOffset, children, ...props }: React$1.ComponentProps<typeof TooltipPrimitive.Content>): react_jsx_runtime.JSX.Element;
622
+ //# sourceMappingURL=tooltip.d.ts.map
623
+
624
+ declare function useIsMobile(): boolean;
625
+
626
+ declare function cn(...inputs: ClassValue[]): string;
627
+
628
+ export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, Alert, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AspectRatio, Avatar, AvatarFallback, AvatarImage, Badge, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, Button, ButtonGroup, ButtonGroupSeparator, ButtonGroupText, Calendar, CalendarDayButton, Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, ChartContainer, ChartLegend, ChartLegendContent, ChartStyle, ChartTooltip, ChartTooltipContent, Checkbox, Collapsible, CollapsibleContent, CollapsibleTrigger, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, Empty, EmptyContent, EmptyDescription, EmptyHeader, EmptyMedia, EmptyTitle, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, HoverCard, HoverCardContent, HoverCardTrigger, Input, InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, Item, ItemActions, ItemContent, ItemDescription, ItemFooter, ItemGroup, ItemHeader, ItemMedia, ItemSeparator, ItemTitle, Kbd, KbdGroup, Label, Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, Progress, RadioGroup, RadioGroupItem, ResizableHandle, ResizablePanel, ResizablePanelGroup, ScrollArea, ScrollBar, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, Skeleton, Slider, Spinner, Switch, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, Textarea, Toaster, Toggle, ToggleGroup, ToggleGroupItem, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, badgeVariants, buttonGroupVariants, buttonVariants, cn, navigationMenuTriggerStyle, toggleVariants, useFormField, useIsMobile, useSidebar };
629
+ export type { CarouselApi, ChartConfig };