@hai3/uikit 0.1.0-alpha.8 → 0.1.0-alpha.9

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.
@@ -0,0 +1,843 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import * as class_variance_authority_types from 'class-variance-authority/types';
3
+ import * as React$1 from 'react';
4
+ import React__default from 'react';
5
+ import { VariantProps } from 'class-variance-authority';
6
+ import * as AspectRatioPrimitive from '@radix-ui/react-aspect-ratio';
7
+ import * as AvatarPrimitive from '@radix-ui/react-avatar';
8
+ import { ButtonVariant, ButtonSize, TextDirection, IconButtonSize, Theme } from '@hai3/uikit-contracts';
9
+ export { ButtonSize, ButtonVariant, IconButtonSize, Theme } from '@hai3/uikit-contracts';
10
+ import { DayPicker, DayButton } from 'react-day-picker';
11
+ import * as CheckboxPrimitive from '@radix-ui/react-checkbox';
12
+ import * as RadioGroupPrimitive from '@radix-ui/react-radio-group';
13
+ import { OTPInput } from 'input-otp';
14
+ import * as LabelPrimitive from '@radix-ui/react-label';
15
+ import * as react_hook_form from 'react-hook-form';
16
+ import { FieldValues, FieldPath, ControllerProps } from 'react-hook-form';
17
+ import { Slot } from '@radix-ui/react-slot';
18
+ import * as SwitchPrimitives from '@radix-ui/react-switch';
19
+ import { ColumnDef, Table as Table$1, Column } from '@tanstack/react-table';
20
+ export { Column, ColumnDef, ColumnFiltersState, Table as ReactTable, Row, SortingState, VisibilityState, flexRender, getCoreRowModel, getFilteredRowModel, getPaginationRowModel, getSortedRowModel, useReactTable } from '@tanstack/react-table';
21
+ import * as SliderPrimitive from '@radix-ui/react-slider';
22
+ import * as ProgressPrimitive from '@radix-ui/react-progress';
23
+ import { ToasterProps } from 'sonner';
24
+ export { toast } from 'sonner';
25
+ import * as TooltipPrimitive from '@radix-ui/react-tooltip';
26
+ import * as PopoverPrimitive from '@radix-ui/react-popover';
27
+ import * as HoverCardPrimitive from '@radix-ui/react-hover-card';
28
+ import * as NavigationMenuPrimitive from '@radix-ui/react-navigation-menu';
29
+ import * as MenubarPrimitive from '@radix-ui/react-menubar';
30
+ import * as TabsPrimitive from '@radix-ui/react-tabs';
31
+ import * as SheetPrimitive from '@radix-ui/react-dialog';
32
+ import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
33
+ import { Drawer as Drawer$1 } from 'vaul';
34
+ import * as ResizablePrimitive from 'react-resizable-panels';
35
+ import * as ScrollAreaPrimitive from '@radix-ui/react-scroll-area';
36
+ import * as SeparatorPrimitive from '@radix-ui/react-separator';
37
+ import * as AccordionPrimitive from '@radix-ui/react-accordion';
38
+ import useEmblaCarousel, { UseEmblaCarouselType } from 'embla-carousel-react';
39
+ import * as CollapsiblePrimitive from '@radix-ui/react-collapsible';
40
+ import * as SelectPrimitive from '@radix-ui/react-select';
41
+ import * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';
42
+ import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
43
+ export { Area, AreaChart, Bar, BarChart, Brush, CartesianGrid, Cell, Label as ChartLabel, Legend as ChartLegend, Tooltip as ChartTooltip, ComposedChart, Cross, Curve, Customized, Dot, ErrorBar, Funnel, FunnelChart, LabelList, LegendProps, Line, LineChart, Pie, PieChart, PolarAngleAxis, PolarGrid, PolarRadiusAxis, Polygon, Radar, RadarChart, RadialBar, RadialBarChart, Rectangle, ReferenceArea, ReferenceDot, ReferenceLine, ResponsiveContainer, Sankey, Scatter, ScatterChart, Sector, Text, TooltipProps, Treemap, XAxis, YAxis, ZAxis } from 'recharts';
44
+
45
+ declare const alertVariants: (props?: ({
46
+ variant?: "default" | "destructive" | null | undefined;
47
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
48
+ declare function Alert({ className, variant, ...props }: React$1.ComponentProps<"div"> & VariantProps<typeof alertVariants>): react_jsx_runtime.JSX.Element;
49
+ declare function AlertTitle({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
50
+ declare function AlertDescription({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
51
+
52
+ declare function AspectRatio({ ...props }: React$1.ComponentProps<typeof AspectRatioPrimitive.Root>): react_jsx_runtime.JSX.Element;
53
+
54
+ declare function Empty({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
55
+ declare function EmptyHeader({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
56
+ declare const emptyMediaVariants: (props?: ({
57
+ variant?: "default" | "icon" | null | undefined;
58
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
59
+ declare function EmptyMedia({ className, variant, ...props }: React$1.ComponentProps<"div"> & VariantProps<typeof emptyMediaVariants>): react_jsx_runtime.JSX.Element;
60
+ declare function EmptyTitle({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
61
+ declare function EmptyDescription({ className, ...props }: React$1.ComponentProps<"p">): react_jsx_runtime.JSX.Element;
62
+ declare function EmptyContent({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
63
+
64
+ declare const Avatar: React$1.ForwardRefExoticComponent<Omit<AvatarPrimitive.AvatarProps & React$1.RefAttributes<HTMLSpanElement>, "ref"> & React$1.RefAttributes<HTMLSpanElement>>;
65
+ declare const AvatarImage: React$1.ForwardRefExoticComponent<Omit<AvatarPrimitive.AvatarImageProps & React$1.RefAttributes<HTMLImageElement>, "ref"> & React$1.RefAttributes<HTMLImageElement>>;
66
+ declare const AvatarFallback: React$1.ForwardRefExoticComponent<Omit<AvatarPrimitive.AvatarFallbackProps & React$1.RefAttributes<HTMLSpanElement>, "ref"> & React$1.RefAttributes<HTMLSpanElement>>;
67
+
68
+ declare const buttonVariants: (props?: ({
69
+ variant?: ButtonVariant | null | undefined;
70
+ size?: ButtonSize | null | undefined;
71
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
72
+ interface ButtonProps extends React$1.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof buttonVariants> {
73
+ asChild?: boolean;
74
+ }
75
+ declare const Button: React$1.ForwardRefExoticComponent<ButtonProps & React$1.RefAttributes<HTMLButtonElement>>;
76
+
77
+ declare const badgeVariants: (props?: ({
78
+ variant?: "default" | "destructive" | "secondary" | "outline" | null | undefined;
79
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
80
+ interface BadgeProps extends React$1.HTMLAttributes<HTMLSpanElement>, VariantProps<typeof badgeVariants> {
81
+ asChild?: boolean;
82
+ }
83
+ declare function Badge({ className, variant, asChild, ...props }: BadgeProps): react_jsx_runtime.JSX.Element;
84
+
85
+ declare function Calendar({ className, classNames, showOutsideDays, captionLayout, buttonVariant, formatters, components, ...props }: React$1.ComponentProps<typeof DayPicker> & {
86
+ buttonVariant?: React$1.ComponentProps<typeof Button>["variant"];
87
+ }): react_jsx_runtime.JSX.Element;
88
+ declare function CalendarDayButton({ className, day, modifiers, ...props }: React$1.ComponentProps<typeof DayButton>): react_jsx_runtime.JSX.Element;
89
+
90
+ declare function Checkbox({ className, ...props }: React$1.ComponentProps<typeof CheckboxPrimitive.Root>): react_jsx_runtime.JSX.Element;
91
+
92
+ declare function RadioGroup({ className, ...props }: React$1.ComponentProps<typeof RadioGroupPrimitive.Root>): react_jsx_runtime.JSX.Element;
93
+ declare function RadioGroupItem({ className, ...props }: React$1.ComponentProps<typeof RadioGroupPrimitive.Item>): react_jsx_runtime.JSX.Element;
94
+
95
+ declare function NativeSelect({ className, ...props }: React$1.ComponentProps<"select">): react_jsx_runtime.JSX.Element;
96
+ declare function NativeSelectOption({ ...props }: React$1.ComponentProps<"option">): react_jsx_runtime.JSX.Element;
97
+ declare function NativeSelectOptGroup({ className, ...props }: React$1.ComponentProps<"optgroup">): react_jsx_runtime.JSX.Element;
98
+
99
+ declare function InputOTP({ className, containerClassName, ...props }: React$1.ComponentProps<typeof OTPInput> & {
100
+ containerClassName?: string;
101
+ }): react_jsx_runtime.JSX.Element;
102
+ declare function InputOTPGroup({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
103
+ declare function InputOTPSlot({ index, className, ...props }: React$1.ComponentProps<"div"> & {
104
+ index: number;
105
+ }): react_jsx_runtime.JSX.Element;
106
+ declare function InputOTPSeparator({ ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
107
+
108
+ declare const Input: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & React$1.RefAttributes<HTMLInputElement>>;
109
+
110
+ declare function Label({ className, ...props }: React$1.ComponentProps<typeof LabelPrimitive.Root>): react_jsx_runtime.JSX.Element;
111
+
112
+ declare function FieldSet({ className, ...props }: React.ComponentProps<"fieldset">): react_jsx_runtime.JSX.Element;
113
+ declare function FieldLegend({ className, variant, ...props }: React.ComponentProps<"legend"> & {
114
+ variant?: "legend" | "label";
115
+ }): react_jsx_runtime.JSX.Element;
116
+ declare function FieldGroup({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
117
+ declare const fieldVariants: (props?: ({
118
+ orientation?: "horizontal" | "vertical" | "responsive" | null | undefined;
119
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
120
+ declare function Field({ className, orientation, ...props }: React.ComponentProps<"div"> & VariantProps<typeof fieldVariants>): react_jsx_runtime.JSX.Element;
121
+ declare function FieldContent({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
122
+ declare function FieldLabel({ className, ...props }: React.ComponentProps<typeof Label>): react_jsx_runtime.JSX.Element;
123
+ declare function FieldTitle({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
124
+ declare function FieldDescription({ className, ...props }: React.ComponentProps<"p">): react_jsx_runtime.JSX.Element;
125
+ declare function FieldSeparator({ children, className, ...props }: React.ComponentProps<"div"> & {
126
+ children?: React.ReactNode;
127
+ }): react_jsx_runtime.JSX.Element;
128
+ declare function FieldError({ className, children, errors, ...props }: React.ComponentProps<"div"> & {
129
+ errors?: Array<{
130
+ message?: string;
131
+ } | undefined>;
132
+ }): react_jsx_runtime.JSX.Element | null;
133
+
134
+ declare const Form: <TFieldValues extends FieldValues, TContext = any, TTransformedValues = TFieldValues>(props: react_hook_form.FormProviderProps<TFieldValues, TContext, TTransformedValues>) => React$1.JSX.Element;
135
+ declare const FormField: <TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>>({ ...props }: ControllerProps<TFieldValues, TName>) => react_jsx_runtime.JSX.Element;
136
+ declare const useFormField: () => {
137
+ invalid: boolean;
138
+ isDirty: boolean;
139
+ isTouched: boolean;
140
+ isValidating: boolean;
141
+ error?: react_hook_form.FieldError | undefined;
142
+ id: string;
143
+ name: string;
144
+ formItemId: string;
145
+ formDescriptionId: string;
146
+ formMessageId: string;
147
+ };
148
+ declare function FormItem({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
149
+ declare function FormLabel({ className, ...props }: React$1.ComponentProps<typeof Label>): react_jsx_runtime.JSX.Element;
150
+ declare function FormControl({ ...props }: React$1.ComponentProps<typeof Slot>): react_jsx_runtime.JSX.Element;
151
+ declare function FormDescription({ className, ...props }: React$1.ComponentProps<"p">): react_jsx_runtime.JSX.Element;
152
+ declare function FormMessage({ className, ...props }: React$1.ComponentProps<"p">): react_jsx_runtime.JSX.Element | null;
153
+
154
+ interface TextareaProps extends React$1.TextareaHTMLAttributes<HTMLTextAreaElement> {
155
+ /**
156
+ * Enable auto-resize behavior (adjusts height based on content)
157
+ */
158
+ autoResize?: boolean;
159
+ /**
160
+ * Minimum height in pixels when auto-resize is enabled (default: 50)
161
+ */
162
+ minHeight?: number;
163
+ /**
164
+ * Maximum height in pixels when auto-resize is enabled (default: 350)
165
+ */
166
+ maxHeight?: number;
167
+ /**
168
+ * Size variant (affects min-height)
169
+ * - sm: min-h-11 (44px / 2.75rem)
170
+ * - default: min-h-[60px] (3.75rem)
171
+ * - lg: min-h-20 (80px / 5rem)
172
+ */
173
+ size?: 'sm' | 'default' | 'lg';
174
+ }
175
+ declare const Textarea: React$1.ForwardRefExoticComponent<TextareaProps & React$1.RefAttributes<HTMLTextAreaElement>>;
176
+
177
+ declare const Switch: React$1.ForwardRefExoticComponent<Omit<SwitchPrimitives.SwitchProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
178
+
179
+ declare function Table({ className, ...props }: React$1.ComponentProps<"table">): react_jsx_runtime.JSX.Element;
180
+ declare function TableHeader({ className, ...props }: React$1.ComponentProps<"thead">): react_jsx_runtime.JSX.Element;
181
+ declare function TableBody({ className, ...props }: React$1.ComponentProps<"tbody">): react_jsx_runtime.JSX.Element;
182
+ declare function TableFooter({ className, ...props }: React$1.ComponentProps<"tfoot">): react_jsx_runtime.JSX.Element;
183
+ declare function TableRow({ className, ...props }: React$1.ComponentProps<"tr">): react_jsx_runtime.JSX.Element;
184
+ declare function TableHead({ className, ...props }: React$1.ComponentProps<"th">): react_jsx_runtime.JSX.Element;
185
+ declare function TableCell({ className, ...props }: React$1.ComponentProps<"td">): react_jsx_runtime.JSX.Element;
186
+ declare function TableCaption({ className, ...props }: React$1.ComponentProps<"caption">): react_jsx_runtime.JSX.Element;
187
+
188
+ interface DataTableProps<TData, TValue> {
189
+ columns: ColumnDef<TData, TValue>[];
190
+ data: TData[];
191
+ /** External table instance - when provided, uses this instead of internal state */
192
+ table?: Table$1<TData>;
193
+ /** Optional filter input component */
194
+ filterInput?: React$1.ReactNode;
195
+ /** Optional toolbar component (rendered between filter and table) */
196
+ toolbar?: React$1.ReactNode;
197
+ /** Show pagination (default: true) */
198
+ showPagination?: boolean;
199
+ /** Initial page size (default: 10) */
200
+ pageSize?: number;
201
+ /** No results message */
202
+ noResultsMessage?: string;
203
+ }
204
+ declare function DataTable<TData, TValue>({ columns, data, table: externalTable, filterInput, toolbar, showPagination, pageSize, noResultsMessage, }: DataTableProps<TData, TValue>): react_jsx_runtime.JSX.Element;
205
+
206
+ interface DataTablePaginationProps<TData> {
207
+ table: Table$1<TData>;
208
+ /** Page size options (default: [10, 20, 30, 40, 50]) */
209
+ pageSizeOptions?: number[];
210
+ }
211
+ declare function DataTablePagination<TData>({ table, pageSizeOptions, }: DataTablePaginationProps<TData>): react_jsx_runtime.JSX.Element;
212
+
213
+ interface DataTableColumnHeaderProps<TData, TValue> extends React.HTMLAttributes<HTMLDivElement> {
214
+ column: Column<TData, TValue>;
215
+ title: string;
216
+ }
217
+ declare function DataTableColumnHeader<TData, TValue>({ column, title, className, }: DataTableColumnHeaderProps<TData, TValue>): react_jsx_runtime.JSX.Element;
218
+
219
+ interface DataTableViewOptionsProps<TData> {
220
+ table: Table$1<TData>;
221
+ /** Label for the dropdown menu (default: "Toggle columns") */
222
+ label?: string;
223
+ /** Button text (default: "View") */
224
+ buttonText?: string;
225
+ }
226
+ declare function DataTableViewOptions<TData>({ table, label, buttonText, }: DataTableViewOptionsProps<TData>): react_jsx_runtime.JSX.Element;
227
+
228
+ interface SkeletonProps extends React.HTMLAttributes<HTMLDivElement> {
229
+ /**
230
+ * If true, skeleton inherits text color instead of using bg-muted
231
+ * Useful for buttons, menu items, and colored text
232
+ */
233
+ inheritColor?: boolean;
234
+ }
235
+ declare function Skeleton({ className, inheritColor, ...props }: SkeletonProps): react_jsx_runtime.JSX.Element;
236
+
237
+ interface SpinnerProps extends React$1.HTMLAttributes<HTMLDivElement> {
238
+ icon?: React$1.ComponentType<{
239
+ className?: string;
240
+ }>;
241
+ size?: string;
242
+ }
243
+ declare const Spinner: React$1.ForwardRefExoticComponent<SpinnerProps & React$1.RefAttributes<HTMLDivElement>>;
244
+
245
+ declare const Slider: React$1.ForwardRefExoticComponent<Omit<SliderPrimitive.SliderProps & React$1.RefAttributes<HTMLSpanElement>, "ref"> & React$1.RefAttributes<HTMLSpanElement>>;
246
+ declare const SliderTrack: React$1.ForwardRefExoticComponent<Omit<SliderPrimitive.SliderTrackProps & React$1.RefAttributes<HTMLSpanElement>, "ref"> & React$1.RefAttributes<HTMLSpanElement>>;
247
+ declare const SliderRange: React$1.ForwardRefExoticComponent<Omit<SliderPrimitive.SliderRangeProps & React$1.RefAttributes<HTMLSpanElement>, "ref"> & React$1.RefAttributes<HTMLSpanElement>>;
248
+ declare const SliderThumb: React$1.ForwardRefExoticComponent<Omit<SliderPrimitive.SliderThumbProps & React$1.RefAttributes<HTMLSpanElement>, "ref"> & React$1.RefAttributes<HTMLSpanElement>>;
249
+
250
+ declare const Progress: React$1.ForwardRefExoticComponent<Omit<ProgressPrimitive.ProgressProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
251
+
252
+ declare const Toaster: ({ ...props }: ToasterProps) => react_jsx_runtime.JSX.Element;
253
+
254
+ declare const TooltipProvider: {
255
+ ({ delayDuration, ...props }: React$1.ComponentProps<typeof TooltipPrimitive.Provider>): react_jsx_runtime.JSX.Element;
256
+ displayName: string | undefined;
257
+ };
258
+ declare const Tooltip: {
259
+ ({ ...props }: React$1.ComponentProps<typeof TooltipPrimitive.Root>): react_jsx_runtime.JSX.Element;
260
+ displayName: string | undefined;
261
+ };
262
+ declare const TooltipTrigger: React$1.ForwardRefExoticComponent<Omit<TooltipPrimitive.TooltipTriggerProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
263
+ declare const TooltipContent: React$1.ForwardRefExoticComponent<Omit<TooltipPrimitive.TooltipContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
264
+
265
+ declare const Popover: React$1.FC<PopoverPrimitive.PopoverProps>;
266
+ declare const PopoverTrigger: React$1.ForwardRefExoticComponent<Omit<PopoverPrimitive.PopoverTriggerProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
267
+ declare const PopoverContent: React$1.ForwardRefExoticComponent<Omit<PopoverPrimitive.PopoverContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
268
+ declare const PopoverAnchor: React$1.ForwardRefExoticComponent<Omit<PopoverPrimitive.PopoverAnchorProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
269
+
270
+ declare const HoverCard: React$1.FC<HoverCardPrimitive.HoverCardProps>;
271
+ declare const HoverCardTrigger: React$1.ForwardRefExoticComponent<Omit<HoverCardPrimitive.HoverCardTriggerProps & React$1.RefAttributes<HTMLAnchorElement>, "ref"> & React$1.RefAttributes<HTMLAnchorElement>>;
272
+ declare const HoverCardContent: React$1.ForwardRefExoticComponent<Omit<HoverCardPrimitive.HoverCardContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
273
+
274
+ declare const Card: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
275
+ declare const CardHeader: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
276
+ declare const CardTitle: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
277
+ declare const CardDescription: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
278
+ declare const CardContent: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
279
+ declare const CardFooter: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
280
+
281
+ /**
282
+ * Header Props
283
+ */
284
+ interface HeaderProps {
285
+ children?: React__default.ReactNode;
286
+ className?: string;
287
+ }
288
+ /**
289
+ * Header Component
290
+ * Base layout primitive for app header
291
+ * HAI3 custom component (not from shadcn)
292
+ * Accepts children for flexible content (user info, actions, etc.)
293
+ */
294
+ declare const Header: React__default.ForwardRefExoticComponent<HeaderProps & React__default.RefAttributes<HTMLElement>>;
295
+
296
+ declare const NavigationMenu: React$1.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuProps & React$1.RefAttributes<HTMLElement>, "ref"> & React$1.RefAttributes<HTMLElement>>;
297
+ declare const NavigationMenuList: React$1.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuListProps & React$1.RefAttributes<HTMLUListElement>, "ref"> & React$1.RefAttributes<HTMLUListElement>>;
298
+ declare const NavigationMenuItem: React$1.ForwardRefExoticComponent<NavigationMenuPrimitive.NavigationMenuItemProps & React$1.RefAttributes<HTMLLIElement>>;
299
+ declare const NavigationMenuTrigger: React$1.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuTriggerProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
300
+ declare const NavigationMenuContent: React$1.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
301
+ declare const NavigationMenuLink: React$1.ForwardRefExoticComponent<NavigationMenuPrimitive.NavigationMenuLinkProps & React$1.RefAttributes<HTMLAnchorElement>>;
302
+ declare const NavigationMenuViewport: React$1.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuViewportProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
303
+ declare const NavigationMenuIndicator: React$1.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuIndicatorProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
304
+
305
+ declare function Breadcrumb({ ...props }: React$1.ComponentProps<"nav">): react_jsx_runtime.JSX.Element;
306
+ declare function BreadcrumbList({ className, ...props }: React$1.ComponentProps<"ol">): react_jsx_runtime.JSX.Element;
307
+ declare function BreadcrumbItem({ className, ...props }: React$1.ComponentProps<"li">): react_jsx_runtime.JSX.Element;
308
+ declare function BreadcrumbLink({ asChild, className, ...props }: React$1.ComponentProps<"a"> & {
309
+ asChild?: boolean;
310
+ }): react_jsx_runtime.JSX.Element;
311
+ declare function BreadcrumbPage({ className, ...props }: React$1.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
312
+ declare function BreadcrumbSeparator({ children, className, ...props }: React$1.ComponentProps<"li">): react_jsx_runtime.JSX.Element;
313
+ declare function BreadcrumbEllipsis({ className, ...props }: React$1.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
314
+
315
+ declare function Menubar({ className, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Root>): react_jsx_runtime.JSX.Element;
316
+ declare function MenubarMenu({ ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Menu>): react_jsx_runtime.JSX.Element;
317
+ declare function MenubarGroup({ ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Group>): react_jsx_runtime.JSX.Element;
318
+ declare function MenubarPortal({ ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Portal>): react_jsx_runtime.JSX.Element;
319
+ declare function MenubarRadioGroup({ ...props }: React$1.ComponentProps<typeof MenubarPrimitive.RadioGroup>): react_jsx_runtime.JSX.Element;
320
+ declare function MenubarTrigger({ className, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
321
+ declare function MenubarContent({ className, align, alignOffset, sideOffset, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Content>): react_jsx_runtime.JSX.Element;
322
+ declare function MenubarItem({ className, inset, variant, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Item> & {
323
+ inset?: boolean;
324
+ variant?: "default" | "destructive";
325
+ }): react_jsx_runtime.JSX.Element;
326
+ declare function MenubarCheckboxItem({ className, children, checked, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.CheckboxItem>): react_jsx_runtime.JSX.Element;
327
+ declare function MenubarRadioItem({ className, children, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.RadioItem>): react_jsx_runtime.JSX.Element;
328
+ declare function MenubarLabel({ className, inset, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Label> & {
329
+ inset?: boolean;
330
+ }): react_jsx_runtime.JSX.Element;
331
+ declare function MenubarSeparator({ className, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Separator>): react_jsx_runtime.JSX.Element;
332
+ declare function MenubarShortcut({ className, ...props }: React$1.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
333
+ declare function MenubarSub({ ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Sub>): react_jsx_runtime.JSX.Element;
334
+ declare function MenubarSubTrigger({ className, inset, children, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.SubTrigger> & {
335
+ inset?: boolean;
336
+ }): react_jsx_runtime.JSX.Element;
337
+ declare function MenubarSubContent({ className, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.SubContent>): react_jsx_runtime.JSX.Element;
338
+
339
+ declare function Pagination({ className, ...props }: React$1.ComponentProps<"nav">): react_jsx_runtime.JSX.Element;
340
+ declare function PaginationContent({ className, ...props }: React$1.ComponentProps<"ul">): react_jsx_runtime.JSX.Element;
341
+ declare function PaginationItem({ ...props }: React$1.ComponentProps<"li">): react_jsx_runtime.JSX.Element;
342
+ type PaginationLinkProps = {
343
+ isActive?: boolean;
344
+ size?: ButtonSize;
345
+ asChild?: boolean;
346
+ } & React$1.ComponentProps<"a">;
347
+ declare function PaginationLink({ className, isActive, size, asChild, ...props }: PaginationLinkProps): react_jsx_runtime.JSX.Element;
348
+ declare function PaginationPrevious({ className, children, ...props }: React$1.ComponentProps<typeof PaginationLink>): react_jsx_runtime.JSX.Element;
349
+ declare function PaginationNext({ className, children, ...props }: React$1.ComponentProps<typeof PaginationLink>): react_jsx_runtime.JSX.Element;
350
+ declare function PaginationEllipsis({ className, ...props }: React$1.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
351
+
352
+ declare function Tabs({ className, ...props }: React$1.ComponentProps<typeof TabsPrimitive.Root>): react_jsx_runtime.JSX.Element;
353
+ declare function TabsList({ className, ...props }: React$1.ComponentProps<typeof TabsPrimitive.List>): react_jsx_runtime.JSX.Element;
354
+ declare function TabsTrigger({ className, ...props }: React$1.ComponentProps<typeof TabsPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
355
+ declare function TabsContent({ className, ...props }: React$1.ComponentProps<typeof TabsPrimitive.Content>): react_jsx_runtime.JSX.Element;
356
+
357
+ declare const Sheet: React$1.FC<SheetPrimitive.DialogProps>;
358
+ declare const SheetTrigger: React$1.ForwardRefExoticComponent<SheetPrimitive.DialogTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
359
+ declare const SheetClose: React$1.ForwardRefExoticComponent<SheetPrimitive.DialogCloseProps & React$1.RefAttributes<HTMLButtonElement>>;
360
+ declare const SheetPortal: React$1.FC<SheetPrimitive.DialogPortalProps>;
361
+ declare const SheetOverlay: React$1.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogOverlayProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
362
+ declare const sheetVariants: (props?: ({
363
+ side?: "left" | "right" | "top" | "bottom" | null | undefined;
364
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
365
+ interface SheetContentProps extends React$1.ComponentPropsWithoutRef<typeof SheetPrimitive.Content>, VariantProps<typeof sheetVariants> {
366
+ }
367
+ declare const SheetContent: React$1.ForwardRefExoticComponent<SheetContentProps & React$1.RefAttributes<HTMLDivElement>>;
368
+ declare const SheetHeader: {
369
+ ({ className, ...props }: React$1.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
370
+ displayName: string;
371
+ };
372
+ declare const SheetFooter: {
373
+ ({ className, ...props }: React$1.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
374
+ displayName: string;
375
+ };
376
+ declare const SheetTitle: React$1.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogTitleProps & React$1.RefAttributes<HTMLHeadingElement>, "ref"> & React$1.RefAttributes<HTMLHeadingElement>>;
377
+ declare const SheetDescription: React$1.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogDescriptionProps & React$1.RefAttributes<HTMLParagraphElement>, "ref"> & React$1.RefAttributes<HTMLParagraphElement>>;
378
+
379
+ declare const Dialog: React$1.FC<SheetPrimitive.DialogProps>;
380
+ declare const DialogTrigger: React$1.ForwardRefExoticComponent<SheetPrimitive.DialogTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
381
+ declare const DialogPortal: React$1.FC<SheetPrimitive.DialogPortalProps>;
382
+ declare const DialogClose: React$1.ForwardRefExoticComponent<SheetPrimitive.DialogCloseProps & React$1.RefAttributes<HTMLButtonElement>>;
383
+ declare const DialogOverlay: React$1.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogOverlayProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
384
+ declare const DialogContent: React$1.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
385
+ declare const DialogHeader: {
386
+ ({ className, ...props }: React$1.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
387
+ displayName: string;
388
+ };
389
+ declare const DialogFooter: {
390
+ ({ className, ...props }: React$1.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
391
+ displayName: string;
392
+ };
393
+ declare const DialogTitle: React$1.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogTitleProps & React$1.RefAttributes<HTMLHeadingElement>, "ref"> & React$1.RefAttributes<HTMLHeadingElement>>;
394
+ declare const DialogDescription: React$1.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogDescriptionProps & React$1.RefAttributes<HTMLParagraphElement>, "ref"> & React$1.RefAttributes<HTMLParagraphElement>>;
395
+
396
+ declare function AlertDialog({ ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Root>): react_jsx_runtime.JSX.Element;
397
+ declare function AlertDialogTrigger({ ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
398
+ declare function AlertDialogPortal({ ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Portal>): react_jsx_runtime.JSX.Element;
399
+ declare function AlertDialogOverlay({ className, ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Overlay>): react_jsx_runtime.JSX.Element;
400
+ declare function AlertDialogContent({ className, ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Content>): react_jsx_runtime.JSX.Element;
401
+ declare function AlertDialogHeader({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
402
+ declare function AlertDialogFooter({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
403
+ declare function AlertDialogTitle({ className, ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Title>): react_jsx_runtime.JSX.Element;
404
+ declare function AlertDialogDescription({ className, ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Description>): react_jsx_runtime.JSX.Element;
405
+ declare function AlertDialogAction({ className, ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Action>): react_jsx_runtime.JSX.Element;
406
+ declare function AlertDialogCancel({ className, ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Cancel>): react_jsx_runtime.JSX.Element;
407
+
408
+ declare function Drawer({ ...props }: React$1.ComponentProps<typeof Drawer$1.Root>): react_jsx_runtime.JSX.Element;
409
+ declare function DrawerTrigger({ ...props }: React$1.ComponentProps<typeof Drawer$1.Trigger>): react_jsx_runtime.JSX.Element;
410
+ declare function DrawerPortal({ ...props }: React$1.ComponentProps<typeof Drawer$1.Portal>): react_jsx_runtime.JSX.Element;
411
+ declare function DrawerClose({ ...props }: React$1.ComponentProps<typeof Drawer$1.Close>): react_jsx_runtime.JSX.Element;
412
+ declare function DrawerOverlay({ className, ...props }: React$1.ComponentProps<typeof Drawer$1.Overlay>): react_jsx_runtime.JSX.Element;
413
+ declare function DrawerContent({ className, children, ...props }: React$1.ComponentProps<typeof Drawer$1.Content>): react_jsx_runtime.JSX.Element;
414
+ declare function DrawerHeader({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
415
+ declare function DrawerFooter({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
416
+ declare function DrawerTitle({ className, ...props }: React$1.ComponentProps<typeof Drawer$1.Title>): react_jsx_runtime.JSX.Element;
417
+ declare function DrawerDescription({ className, ...props }: React$1.ComponentProps<typeof Drawer$1.Description>): react_jsx_runtime.JSX.Element;
418
+
419
+ declare function ResizablePanelGroup({ className, ...props }: React$1.ComponentProps<typeof ResizablePrimitive.PanelGroup>): react_jsx_runtime.JSX.Element;
420
+ declare function ResizablePanel({ ...props }: React$1.ComponentProps<typeof ResizablePrimitive.Panel>): react_jsx_runtime.JSX.Element;
421
+ declare function ResizableHandle({ withHandle, className, ...props }: React$1.ComponentProps<typeof ResizablePrimitive.PanelResizeHandle> & {
422
+ withHandle?: boolean;
423
+ }): react_jsx_runtime.JSX.Element;
424
+
425
+ declare function ScrollArea({ className, children, ...props }: React$1.ComponentProps<typeof ScrollAreaPrimitive.Root>): react_jsx_runtime.JSX.Element;
426
+ declare function ScrollBar({ className, orientation, ...props }: React$1.ComponentProps<typeof ScrollAreaPrimitive.ScrollAreaScrollbar>): react_jsx_runtime.JSX.Element;
427
+
428
+ declare function Separator({ className, orientation, decorative, ...props }: React$1.ComponentProps<typeof SeparatorPrimitive.Root>): react_jsx_runtime.JSX.Element;
429
+
430
+ declare function ItemGroup({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
431
+ declare function ItemSeparator({ className, ...props }: React$1.ComponentProps<typeof Separator>): react_jsx_runtime.JSX.Element;
432
+ declare const itemVariants: (props?: ({
433
+ variant?: "default" | "muted" | "outline" | null | undefined;
434
+ size?: "default" | "sm" | null | undefined;
435
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
436
+ declare function Item({ className, variant, size, asChild, ...props }: React$1.ComponentProps<"div"> & VariantProps<typeof itemVariants> & {
437
+ asChild?: boolean;
438
+ }): react_jsx_runtime.JSX.Element;
439
+ declare const itemMediaVariants: (props?: ({
440
+ variant?: "default" | "image" | "icon" | null | undefined;
441
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
442
+ declare function ItemMedia({ className, variant, ...props }: React$1.ComponentProps<"div"> & VariantProps<typeof itemMediaVariants>): react_jsx_runtime.JSX.Element;
443
+ declare function ItemContent({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
444
+ declare function ItemTitle({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
445
+ declare function ItemDescription({ className, ...props }: React$1.ComponentProps<"p">): react_jsx_runtime.JSX.Element;
446
+ declare function ItemActions({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
447
+ declare function ItemHeader({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
448
+ declare function ItemFooter({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
449
+
450
+ declare const Accordion: React$1.ForwardRefExoticComponent<(Omit<AccordionPrimitive.AccordionSingleProps & React$1.RefAttributes<HTMLDivElement>, "ref"> | Omit<AccordionPrimitive.AccordionMultipleProps & React$1.RefAttributes<HTMLDivElement>, "ref">) & React$1.RefAttributes<HTMLDivElement>>;
451
+ declare const AccordionItem: React$1.ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionItemProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
452
+ declare const AccordionTrigger: React$1.ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionTriggerProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
453
+ declare const AccordionContent: React$1.ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
454
+
455
+ type CarouselApi = UseEmblaCarouselType[1];
456
+ type UseCarouselParameters = Parameters<typeof useEmblaCarousel>;
457
+ type CarouselOptions = UseCarouselParameters[0];
458
+ type CarouselPlugin = UseCarouselParameters[1];
459
+ type CarouselProps = {
460
+ opts?: CarouselOptions;
461
+ plugins?: CarouselPlugin;
462
+ orientation?: "horizontal" | "vertical";
463
+ setApi?: (api: CarouselApi) => void;
464
+ };
465
+ declare const Carousel: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & CarouselProps & React$1.RefAttributes<HTMLDivElement>>;
466
+ declare const CarouselContent: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
467
+ declare const CarouselItem: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
468
+ declare const CarouselPrevious: React$1.ForwardRefExoticComponent<ButtonProps & React$1.RefAttributes<HTMLButtonElement>>;
469
+ declare const CarouselNext: React$1.ForwardRefExoticComponent<ButtonProps & React$1.RefAttributes<HTMLButtonElement>>;
470
+
471
+ declare const Collapsible: React$1.ForwardRefExoticComponent<Omit<CollapsiblePrimitive.CollapsibleProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
472
+ declare const CollapsibleTrigger: React$1.ForwardRefExoticComponent<Omit<CollapsiblePrimitive.CollapsibleTriggerProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
473
+ declare const CollapsibleContent: React$1.ForwardRefExoticComponent<Omit<CollapsiblePrimitive.CollapsibleContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
474
+
475
+ interface ChartContainerProps {
476
+ className?: string;
477
+ children: React$1.ReactNode;
478
+ width?: string | number;
479
+ height?: string | number;
480
+ minWidth?: string | number;
481
+ minHeight?: string | number;
482
+ maxHeight?: string | number;
483
+ debounce?: number;
484
+ aspect?: number;
485
+ }
486
+ declare function ChartContainer({ className, children, width, height, }: ChartContainerProps): react_jsx_runtime.JSX.Element;
487
+ interface TooltipPayloadItem {
488
+ color?: string;
489
+ name?: string;
490
+ value?: string | number;
491
+ }
492
+ interface LegendPayloadItem {
493
+ color?: string;
494
+ value?: string;
495
+ }
496
+ interface ChartTooltipContentProps {
497
+ className?: string;
498
+ label?: string;
499
+ payload?: TooltipPayloadItem[];
500
+ active?: boolean;
501
+ }
502
+ declare function ChartTooltipContent({ className, label, payload, active, }: ChartTooltipContentProps): react_jsx_runtime.JSX.Element | null;
503
+ interface ChartLegendContentProps {
504
+ className?: string;
505
+ payload?: LegendPayloadItem[];
506
+ }
507
+ declare function ChartLegendContent({ className, payload, }: ChartLegendContentProps): react_jsx_runtime.JSX.Element | null;
508
+
509
+ declare const Select: React$1.FC<SelectPrimitive.SelectProps>;
510
+ declare const SelectGroup: React$1.ForwardRefExoticComponent<SelectPrimitive.SelectGroupProps & React$1.RefAttributes<HTMLDivElement>>;
511
+ declare const SelectValue: React$1.ForwardRefExoticComponent<SelectPrimitive.SelectValueProps & React$1.RefAttributes<HTMLSpanElement>>;
512
+ declare const SelectTrigger: React$1.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectTriggerProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
513
+ declare const SelectScrollUpButton: React$1.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectScrollUpButtonProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
514
+ declare const SelectScrollDownButton: React$1.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectScrollDownButtonProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
515
+ declare const SelectContent: React$1.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
516
+ declare const SelectLabel: React$1.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectLabelProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
517
+ declare const SelectItem: React$1.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectItemProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
518
+ declare const SelectSeparator: React$1.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectSeparatorProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
519
+
520
+ declare const DropdownMenu: React$1.FC<Omit<React$1.ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.Root>, 'dir'> & {
521
+ dir?: TextDirection;
522
+ }>;
523
+ declare const DropdownMenuTrigger: React$1.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
524
+ declare const DropdownMenuGroup: React$1.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuGroupProps & React$1.RefAttributes<HTMLDivElement>>;
525
+ declare const DropdownMenuPortal: React$1.FC<DropdownMenuPrimitive.DropdownMenuPortalProps>;
526
+ declare const DropdownMenuSub: React$1.FC<DropdownMenuPrimitive.DropdownMenuSubProps>;
527
+ declare const DropdownMenuRadioGroup: React$1.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuRadioGroupProps & React$1.RefAttributes<HTMLDivElement>>;
528
+ declare const DropdownMenuSubTrigger: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSubTriggerProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & {
529
+ inset?: boolean | undefined;
530
+ } & React$1.RefAttributes<HTMLDivElement>>;
531
+ declare const DropdownMenuSubContent: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSubContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & {
532
+ container?: HTMLElement | null | undefined;
533
+ } & React$1.RefAttributes<HTMLDivElement>>;
534
+ declare const DropdownMenuContent: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & {
535
+ container?: HTMLElement | null | undefined;
536
+ } & React$1.RefAttributes<HTMLDivElement>>;
537
+ declare const DropdownMenuItem: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuItemProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & {
538
+ inset?: boolean | undefined;
539
+ } & React$1.RefAttributes<HTMLDivElement>>;
540
+ declare const DropdownMenuCheckboxItem: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuCheckboxItemProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
541
+ declare const DropdownMenuRadioItem: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuRadioItemProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
542
+ declare const DropdownMenuLabel: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuLabelProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & {
543
+ inset?: boolean | undefined;
544
+ } & React$1.RefAttributes<HTMLDivElement>>;
545
+ declare const DropdownMenuSeparator: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSeparatorProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
546
+ declare const DropdownMenuShortcut: {
547
+ ({ className, ...props }: React$1.HTMLAttributes<HTMLSpanElement>): react_jsx_runtime.JSX.Element;
548
+ displayName: string;
549
+ };
550
+
551
+ declare function ContextMenu({ ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Root>): react_jsx_runtime.JSX.Element;
552
+ declare function ContextMenuTrigger({ ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
553
+ declare function ContextMenuGroup({ ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Group>): react_jsx_runtime.JSX.Element;
554
+ declare function ContextMenuPortal({ ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Portal>): react_jsx_runtime.JSX.Element;
555
+ declare function ContextMenuSub({ ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Sub>): react_jsx_runtime.JSX.Element;
556
+ declare function ContextMenuRadioGroup({ ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.RadioGroup>): react_jsx_runtime.JSX.Element;
557
+ declare function ContextMenuSubTrigger({ className, inset, children, ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.SubTrigger> & {
558
+ inset?: boolean;
559
+ }): react_jsx_runtime.JSX.Element;
560
+ declare function ContextMenuSubContent({ className, ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.SubContent>): react_jsx_runtime.JSX.Element;
561
+ declare function ContextMenuContent({ className, ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Content>): react_jsx_runtime.JSX.Element;
562
+ declare function ContextMenuItem({ className, inset, variant, ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Item> & {
563
+ inset?: boolean;
564
+ variant?: "default" | "destructive";
565
+ }): react_jsx_runtime.JSX.Element;
566
+ declare function ContextMenuCheckboxItem({ className, children, checked, ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.CheckboxItem>): react_jsx_runtime.JSX.Element;
567
+ declare function ContextMenuRadioItem({ className, children, ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.RadioItem>): react_jsx_runtime.JSX.Element;
568
+ declare function ContextMenuLabel({ className, inset, ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Label> & {
569
+ inset?: boolean;
570
+ }): react_jsx_runtime.JSX.Element;
571
+ declare function ContextMenuSeparator({ className, ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Separator>): react_jsx_runtime.JSX.Element;
572
+ declare function ContextMenuShortcut({ className, ...props }: React$1.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
573
+
574
+ /**
575
+ * IconButton component for HAI3 UI-Core
576
+ * Provides a consistent icon-only button across all screens
577
+ * Composes UI Kit Button with icon size variant
578
+ */
579
+ interface IconButtonProps extends Omit<ButtonProps, 'size' | 'asChild'> {
580
+ size?: IconButtonSize;
581
+ 'aria-label': string;
582
+ }
583
+ declare const IconButton: React__default.ForwardRefExoticComponent<IconButtonProps & React__default.RefAttributes<HTMLButtonElement>>;
584
+
585
+ /**
586
+ * DropdownButton Component
587
+ * Button with integrated dropdown chevron icon
588
+ * Used for dropdown triggers in ThemeSelector, ScreensetSelector, etc.
589
+ * Forwards all props to Button for DropdownMenuTrigger compatibility
590
+ */
591
+ interface DropdownButtonProps extends React__default.ButtonHTMLAttributes<HTMLButtonElement> {
592
+ children: React__default.ReactNode;
593
+ variant?: ButtonVariant;
594
+ className?: string;
595
+ }
596
+ declare const DropdownButton: React__default.ForwardRefExoticComponent<DropdownButtonProps & React__default.RefAttributes<HTMLButtonElement>>;
597
+
598
+ declare function InputGroup({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
599
+ declare const inputGroupAddonVariants: (props?: ({
600
+ align?: "block-end" | "block-start" | "inline-end" | "inline-start" | null | undefined;
601
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
602
+ declare function InputGroupAddon({ className, align, ...props }: React$1.ComponentProps<"div"> & VariantProps<typeof inputGroupAddonVariants>): react_jsx_runtime.JSX.Element;
603
+ declare const inputGroupButtonVariants: (props?: ({
604
+ size?: "sm" | "xs" | "icon-xs" | "icon-sm" | null | undefined;
605
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
606
+ declare function InputGroupButton({ className, type, variant, size, ...props }: Omit<React$1.ComponentProps<typeof Button>, "size"> & VariantProps<typeof inputGroupButtonVariants>): react_jsx_runtime.JSX.Element;
607
+ declare function InputGroupText({ className, ...props }: React$1.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
608
+ declare function InputGroupInput({ className, ...props }: React$1.ComponentProps<"input">): react_jsx_runtime.JSX.Element;
609
+ declare function InputGroupTextarea({ className, ...props }: React$1.ComponentProps<"textarea">): react_jsx_runtime.JSX.Element;
610
+
611
+ interface DatePickerProps {
612
+ children: React$1.ReactNode;
613
+ date?: Date;
614
+ onDateChange?: (date: Date | undefined) => void;
615
+ defaultDate?: Date;
616
+ open?: boolean;
617
+ onOpenChange?: (open: boolean) => void;
618
+ defaultOpen?: boolean;
619
+ formatDate?: (date: Date) => string;
620
+ }
621
+ declare function DatePicker({ children, date: controlledDate, onDateChange, defaultDate, open: controlledOpen, onOpenChange, defaultOpen, formatDate: formatDateProp, }: DatePickerProps): react_jsx_runtime.JSX.Element;
622
+ interface DatePickerTriggerProps extends Omit<React$1.ComponentProps<typeof Button>, "children"> {
623
+ placeholder?: string;
624
+ icon?: "calendar" | "chevron";
625
+ children?: React$1.ReactNode;
626
+ }
627
+ declare function DatePickerTrigger({ className, placeholder, icon, children, ...props }: DatePickerTriggerProps): react_jsx_runtime.JSX.Element;
628
+ interface DatePickerContentProps extends Omit<React$1.ComponentProps<typeof PopoverContent>, "children"> {
629
+ calendarProps?: Omit<React$1.ComponentProps<typeof Calendar>, "mode" | "selected" | "onSelect">;
630
+ children?: React$1.ReactNode;
631
+ }
632
+ declare function DatePickerContent({ className, calendarProps, children, align, ...props }: DatePickerContentProps): react_jsx_runtime.JSX.Element;
633
+ interface DatePickerInputProps {
634
+ className?: string;
635
+ inputProps?: Omit<React$1.ComponentProps<typeof Input>, "value" | "onChange">;
636
+ placeholder?: string;
637
+ id?: string;
638
+ }
639
+ declare function DatePickerInput({ className, inputProps, placeholder, id, }: DatePickerInputProps): react_jsx_runtime.JSX.Element;
640
+
641
+ declare const Sidebar: React$1.ForwardRefExoticComponent<Omit<React$1.ClassAttributes<HTMLElement> & React$1.HTMLAttributes<HTMLElement> & {
642
+ collapsed?: boolean | undefined;
643
+ }, "ref"> & React$1.RefAttributes<HTMLElement>>;
644
+ declare const SidebarContent: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
645
+ declare const SidebarMenu: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLUListElement>, HTMLUListElement>, "ref"> & React$1.RefAttributes<HTMLUListElement>>;
646
+ declare const SidebarMenuItem: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & React$1.RefAttributes<HTMLLIElement>>;
647
+ declare const SidebarMenuButton: React$1.ForwardRefExoticComponent<Omit<React$1.ClassAttributes<HTMLButtonElement> & React$1.ButtonHTMLAttributes<HTMLButtonElement> & {
648
+ asChild?: boolean | undefined;
649
+ isActive?: boolean | undefined;
650
+ tooltip?: string | undefined;
651
+ } & VariantProps<(props?: ({
652
+ variant?: "default" | "outline" | null | undefined;
653
+ size?: "default" | "sm" | "lg" | null | undefined;
654
+ } & class_variance_authority_types.ClassProp) | undefined) => string>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
655
+ declare const SidebarMenuIcon: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & React$1.RefAttributes<HTMLSpanElement>>;
656
+ declare const SidebarMenuLabel: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & React$1.RefAttributes<HTMLSpanElement>>;
657
+
658
+ /**
659
+ * Sidebar Header Component
660
+ * Pure presentational component for sidebar logo/branding area
661
+ * Used with Sidebar component for consistent header styling
662
+ */
663
+
664
+ interface SidebarHeaderProps extends React$1.ComponentProps<"div"> {
665
+ /**
666
+ * Logo icon element (should be properly sized SVG)
667
+ */
668
+ logo?: React$1.ReactNode;
669
+ /**
670
+ * Logo text/branding element (shown when expanded)
671
+ */
672
+ logoText?: React$1.ReactNode;
673
+ /**
674
+ * Whether the sidebar is collapsed
675
+ */
676
+ collapsed?: boolean;
677
+ /**
678
+ * Click handler for the header area
679
+ */
680
+ onClick?: () => void;
681
+ }
682
+ declare const SidebarHeader: React$1.ForwardRefExoticComponent<Omit<SidebarHeaderProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
683
+
684
+ /**
685
+ * User Info Props
686
+ * Matches UI Core contract in uikitContracts.ts
687
+ */
688
+ interface UserInfoProps {
689
+ displayName?: string;
690
+ email?: string;
691
+ avatarUrl?: string;
692
+ className?: string;
693
+ loading?: boolean;
694
+ }
695
+ /**
696
+ * UserInfo Component
697
+ * Composite component combining shadcn Avatar + text
698
+ * Displays user avatar with fallback initials and name/email
699
+ */
700
+ declare const UserInfo: React__default.ForwardRefExoticComponent<UserInfoProps & React__default.RefAttributes<HTMLDivElement>>;
701
+
702
+ /**
703
+ * MessageBubble - Chat message display component
704
+ * Pure presentational component for displaying chat messages
705
+ */
706
+ declare enum MessageType {
707
+ User = "user",
708
+ Assistant = "assistant"
709
+ }
710
+ interface MessageBubbleProps {
711
+ type: MessageType;
712
+ content: string;
713
+ timestamp?: Date;
714
+ className?: string;
715
+ onCopy?: () => void;
716
+ onEdit?: () => void;
717
+ onDelete?: () => void;
718
+ }
719
+ declare const MessageBubble: ({ type, content, className, onCopy, onEdit, onDelete, }: MessageBubbleProps) => react_jsx_runtime.JSX.Element;
720
+
721
+ /**
722
+ * ChatInput - Message input component
723
+ * Pure presentational component for chat message input
724
+ */
725
+ interface ChatInputProps {
726
+ value: string;
727
+ onChange: (value: string) => void;
728
+ onSend: () => void;
729
+ onAttachFile?: () => void;
730
+ placeholder?: string;
731
+ disabled?: boolean;
732
+ maxRows?: number;
733
+ className?: string;
734
+ }
735
+ declare const ChatInput: ({ value, onChange, onSend, onAttachFile, placeholder, disabled, maxRows, className, }: ChatInputProps) => react_jsx_runtime.JSX.Element;
736
+
737
+ /**
738
+ * ThreadList - Chat thread list component
739
+ * Pure presentational component for displaying chat threads
740
+ */
741
+ interface ChatThread {
742
+ id: string;
743
+ title: string;
744
+ preview: string;
745
+ timestamp: Date;
746
+ isTemporary?: boolean;
747
+ }
748
+ interface ThreadListProps {
749
+ threads: ChatThread[];
750
+ selectedThreadId?: string;
751
+ onThreadSelect: (threadId: string) => void;
752
+ onNewThread: () => void;
753
+ onDeleteThread?: (threadId: string) => void;
754
+ searchQuery?: string;
755
+ onSearchChange?: (query: string) => void;
756
+ loading?: boolean;
757
+ className?: string;
758
+ }
759
+ declare const ThreadList: ({ threads, selectedThreadId, onThreadSelect, onNewThread, onDeleteThread, searchQuery, onSearchChange, loading, className, }: ThreadListProps) => react_jsx_runtime.JSX.Element;
760
+
761
+ /**
762
+ * Menu Icon ID
763
+ * Well-known constant defined where it belongs
764
+ */
765
+ declare const MENU_ICON_ID: "menu";
766
+ /**
767
+ * Menu Icon (Hamburger)
768
+ * Core icon for header menu toggle
769
+ * Tree-shakeable - imported and registered by app
770
+ */
771
+ declare const MenuIcon: React__default.FC<{
772
+ className?: string;
773
+ }>;
774
+
775
+ /**
776
+ * Close Icon ID
777
+ * Well-known constant defined where it belongs
778
+ */
779
+ declare const CLOSE_ICON_ID: "close";
780
+ /**
781
+ * Close Icon (X)
782
+ * Core icon for closing dialogs/popups
783
+ * Tree-shakeable - imported and registered by app
784
+ */
785
+ declare const CloseIcon: React__default.FC<{
786
+ className?: string;
787
+ }>;
788
+
789
+ /**
790
+ * Calendar Icon
791
+ * Used in date picker popover triggers
792
+ * Replaces lucide-react CalendarIcon for tree-shaking
793
+ */
794
+ declare const CalendarIcon: React__default.FC<React__default.SVGProps<SVGSVGElement>>;
795
+
796
+ /**
797
+ * Chevron Down Icon
798
+ * Used in native select dropdowns, accordion, navigation-menu, select
799
+ * Replaces lucide-react ChevronDownIcon for tree-shaking
800
+ */
801
+ declare const ChevronDownIcon: React__default.FC<React__default.SVGProps<SVGSVGElement>>;
802
+
803
+ /**
804
+ * Chevron Left Icon
805
+ * Used in pagination previous button
806
+ * Replaces lucide-react ChevronLeftIcon for tree-shaking
807
+ */
808
+ declare const ChevronLeftIcon: React__default.FC<{
809
+ className?: string;
810
+ }>;
811
+
812
+ /**
813
+ * Chevron Right Icon
814
+ * Used in menu sub-triggers (context-menu, menubar, dropdown-menu)
815
+ * Replaces lucide-react ChevronRightIcon for tree-shaking
816
+ */
817
+ declare const ChevronRightIcon: React__default.FC<{
818
+ className?: string;
819
+ }>;
820
+
821
+ /**
822
+ * Chevron Up Icon
823
+ * Used in select scroll buttons
824
+ * Replaces lucide-react ChevronUpIcon for tree-shaking
825
+ */
826
+ declare const ChevronUpIcon: React__default.FC<React__default.SVGProps<SVGSVGElement>>;
827
+
828
+ /**
829
+ * Theme application utility
830
+ * Generates CSS variables from theme objects dynamically
831
+ * Single source of truth: theme objects in TypeScript
832
+ * Maps to shadcn CSS variable naming convention
833
+ */
834
+
835
+ /**
836
+ * Apply theme to document by injecting CSS variables
837
+ * Theme objects are the single source of truth
838
+ * @param theme - Theme object to apply
839
+ * @param themeName - Optional theme name for data attribute
840
+ */
841
+ declare const applyTheme: (theme: Theme, themeName?: string) => void;
842
+
843
+ export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, Alert, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AspectRatio, Avatar, AvatarFallback, AvatarImage, Badge, type BadgeProps, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, Button, type ButtonProps, CLOSE_ICON_ID, Calendar, CalendarDayButton, CalendarIcon, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, ChartContainer, ChartLegendContent, ChartTooltipContent, ChatInput, type ChatInputProps, type ChatThread, Checkbox, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CloseIcon, Collapsible, CollapsibleContent, CollapsibleTrigger, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, DataTable, DataTableColumnHeader, type DataTableColumnHeaderProps, DataTablePagination, type DataTablePaginationProps, type DataTableProps, DataTableViewOptions, type DataTableViewOptionsProps, DatePicker, DatePickerContent, DatePickerInput, DatePickerTrigger, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownButton, type DropdownButtonProps, 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, Header, type HeaderProps, HoverCard, HoverCardContent, HoverCardTrigger, IconButton, type IconButtonProps, Input, InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, Item, ItemActions, ItemContent, ItemDescription, ItemFooter, ItemGroup, ItemHeader, ItemMedia, ItemSeparator, ItemTitle, Label, MENU_ICON_ID, MenuIcon, Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger, MessageBubble, type MessageBubbleProps, MessageType, NativeSelect, NativeSelectOptGroup, NativeSelectOption, 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, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarHeader, type SidebarHeaderProps, SidebarMenu, SidebarMenuButton, SidebarMenuIcon, SidebarMenuItem, SidebarMenuLabel, Skeleton, Slider, SliderRange, SliderThumb, SliderTrack, Spinner, type SpinnerProps, Switch, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, Textarea, ThreadList, type ThreadListProps, Toaster, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, UserInfo, type UserInfoProps, alertVariants, applyTheme, badgeVariants, emptyMediaVariants, useFormField };