@siena-ai/design-system 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2010 @@
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 AspectRatioPrimitive from '@radix-ui/react-aspect-ratio';
5
+ import * as CollapsiblePrimitive from '@radix-ui/react-collapsible';
6
+ import { Group, Panel, Separator as Separator$1 } from 'react-resizable-panels';
7
+ import * as ScrollAreaPrimitive from '@radix-ui/react-scroll-area';
8
+ import * as SeparatorPrimitive from '@radix-ui/react-separator';
9
+ import * as class_variance_authority_types from 'class-variance-authority/types';
10
+ import { VariantProps } from 'class-variance-authority';
11
+ import * as CheckboxPrimitive from '@radix-ui/react-checkbox';
12
+ import * as react_hook_form from 'react-hook-form';
13
+ import { FieldValues, FieldPath, ControllerProps } from 'react-hook-form';
14
+ import * as LabelPrimitive from '@radix-ui/react-label';
15
+ import { Slot } from '@radix-ui/react-slot';
16
+ import { OTPInput } from 'input-otp';
17
+ import * as RadioGroupPrimitive from '@radix-ui/react-radio-group';
18
+ import * as SelectPrimitive from '@radix-ui/react-select';
19
+ import * as SliderPrimitive from '@radix-ui/react-slider';
20
+ import * as SwitchPrimitive from '@radix-ui/react-switch';
21
+ import * as TogglePrimitive from '@radix-ui/react-toggle';
22
+ import * as ToggleGroupPrimitive from '@radix-ui/react-toggle-group';
23
+ import * as AvatarPrimitive from '@radix-ui/react-avatar';
24
+ import { DayPicker, DateRange } from 'react-day-picker';
25
+ import useEmblaCarousel, { UseEmblaCarouselType } from 'embla-carousel-react';
26
+ import * as RechartsPrimitive from 'recharts';
27
+ import * as ProgressPrimitive from '@radix-ui/react-progress';
28
+ import * as MenubarPrimitive from '@radix-ui/react-menubar';
29
+ import * as NavigationMenuPrimitive from '@radix-ui/react-navigation-menu';
30
+ import * as TabsPrimitive from '@radix-ui/react-tabs';
31
+ import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
32
+ import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
33
+ import * as DialogPrimitive from '@radix-ui/react-dialog';
34
+ import { Drawer as Drawer$1 } from 'vaul';
35
+ import * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';
36
+ import * as HoverCardPrimitive from '@radix-ui/react-hover-card';
37
+ import * as PopoverPrimitive from '@radix-ui/react-popover';
38
+ import * as TooltipPrimitive from '@radix-ui/react-tooltip';
39
+ import { Command as Command$1 } from 'cmdk';
40
+ import { ToasterProps } from 'sonner';
41
+ import { ColumnDef } from '@tanstack/react-table';
42
+ import { LucideIcon } from 'lucide-react';
43
+ import { ClassValue } from 'clsx';
44
+
45
+ declare function Accordion({ ...props }: React$1.ComponentProps<typeof AccordionPrimitive.Root>): react_jsx_runtime.JSX.Element;
46
+ declare function AccordionItem({ className, ...props }: React$1.ComponentProps<typeof AccordionPrimitive.Item>): react_jsx_runtime.JSX.Element;
47
+ declare function AccordionTrigger({ className, children, ...props }: React$1.ComponentProps<typeof AccordionPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
48
+ declare function AccordionContent({ className, children, ...props }: React$1.ComponentProps<typeof AccordionPrimitive.Content>): react_jsx_runtime.JSX.Element;
49
+
50
+ declare function AspectRatio({ ...props }: React.ComponentProps<typeof AspectRatioPrimitive.Root>): react_jsx_runtime.JSX.Element;
51
+
52
+ declare function Card({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
53
+ declare function CardHeader({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
54
+ declare function CardTitle({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
55
+ declare function CardDescription({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
56
+ declare function CardAction({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
57
+ declare function CardContent({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
58
+ declare function CardFooter({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
59
+
60
+ declare function Collapsible({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.Root>): react_jsx_runtime.JSX.Element;
61
+ declare function CollapsibleTrigger({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleTrigger>): react_jsx_runtime.JSX.Element;
62
+ declare function CollapsibleContent({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleContent>): react_jsx_runtime.JSX.Element;
63
+
64
+ declare function ResizablePanelGroup({ className, ...props }: React$1.ComponentProps<typeof Group>): react_jsx_runtime.JSX.Element;
65
+ declare function ResizablePanel({ ...props }: React$1.ComponentProps<typeof Panel>): react_jsx_runtime.JSX.Element;
66
+ declare function ResizableHandle({ withHandle, className, ...props }: React$1.ComponentProps<typeof Separator$1> & {
67
+ withHandle?: boolean;
68
+ }): react_jsx_runtime.JSX.Element;
69
+
70
+ declare function ScrollArea({ className, children, ...props }: React$1.ComponentProps<typeof ScrollAreaPrimitive.Root>): react_jsx_runtime.JSX.Element;
71
+ declare function ScrollBar({ className, orientation, ...props }: React$1.ComponentProps<typeof ScrollAreaPrimitive.ScrollAreaScrollbar>): react_jsx_runtime.JSX.Element;
72
+
73
+ declare function Separator({ className, orientation, decorative, ...props }: React$1.ComponentProps<typeof SeparatorPrimitive.Root>): react_jsx_runtime.JSX.Element;
74
+
75
+ declare const buttonVariants: (props?: ({
76
+ variant?: "link" | "default" | "secondary" | "outline" | "ghost" | "destructive" | null | undefined;
77
+ size?: "default" | "2xs" | "xs" | "sm" | "lg" | "icon-2xs" | "icon-xs" | "icon-sm" | "icon" | "icon-lg" | null | undefined;
78
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
79
+ interface ButtonProps extends React$1.ComponentProps<"button">, VariantProps<typeof buttonVariants> {
80
+ /** Render as child element (Radix slot pattern for links) */
81
+ asChild?: boolean;
82
+ /** Show loading spinner and disable interaction */
83
+ loading?: boolean;
84
+ }
85
+ declare function Button({ className, variant, size, asChild, loading, disabled, children, ...props }: ButtonProps): react_jsx_runtime.JSX.Element;
86
+
87
+ declare function Checkbox({ className, ...props }: React$1.ComponentProps<typeof CheckboxPrimitive.Root>): react_jsx_runtime.JSX.Element;
88
+
89
+ declare const Form: <TFieldValues extends FieldValues, TContext = any, TTransformedValues = TFieldValues>(props: react_hook_form.FormProviderProps<TFieldValues, TContext, TTransformedValues>) => React$1.JSX.Element;
90
+ declare const FormField: <TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>>({ ...props }: ControllerProps<TFieldValues, TName>) => react_jsx_runtime.JSX.Element;
91
+ declare const useFormField: () => {
92
+ invalid: boolean;
93
+ isDirty: boolean;
94
+ isTouched: boolean;
95
+ isValidating: boolean;
96
+ error?: react_hook_form.FieldError;
97
+ id: string;
98
+ name: string;
99
+ formItemId: string;
100
+ formDescriptionId: string;
101
+ formMessageId: string;
102
+ };
103
+ declare function FormItem({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
104
+ declare function FormLabel({ className, ...props }: React$1.ComponentProps<typeof LabelPrimitive.Root>): react_jsx_runtime.JSX.Element;
105
+ declare function FormControl({ ...props }: React$1.ComponentProps<typeof Slot>): react_jsx_runtime.JSX.Element;
106
+ declare function FormDescription({ className, ...props }: React$1.ComponentProps<"p">): react_jsx_runtime.JSX.Element;
107
+ declare function FormMessage({ className, ...props }: React$1.ComponentProps<"p">): react_jsx_runtime.JSX.Element | null;
108
+
109
+ declare const inputVariants: (props?: ({
110
+ size?: "default" | "2xs" | "xs" | "sm" | "lg" | null | undefined;
111
+ variant?: "default" | "error" | "success" | "warning" | null | undefined;
112
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
113
+ interface InputProps extends Omit<React$1.ComponentProps<"input">, "size">, VariantProps<typeof inputVariants> {
114
+ /** Icon displayed on the left side of the input (pass with size class, e.g. <Mail className="h-4 w-4" />) */
115
+ iconLeft?: React$1.ReactNode;
116
+ /** Icon displayed on the right side of the input (pass with size class, e.g. <Check className="h-4 w-4" />) */
117
+ iconRight?: React$1.ReactNode;
118
+ /** Show clear button when input has value */
119
+ clearable?: boolean;
120
+ /** Callback when clear button is clicked */
121
+ onClear?: () => void;
122
+ /** Container className for wrapper div (when using icons/clearable) */
123
+ containerClassName?: string;
124
+ /** Auto-expand width based on content */
125
+ autoExpand?: boolean;
126
+ /** Minimum width when autoExpand is enabled (default: 80) */
127
+ minWidth?: number;
128
+ /** Maximum width when autoExpand is enabled (default: 320) */
129
+ maxWidth?: number;
130
+ }
131
+ declare function Input({ className, containerClassName, type, size, variant, iconLeft, iconRight, clearable, onClear, autoExpand, minWidth, maxWidth, value, placeholder, ...props }: InputProps): react_jsx_runtime.JSX.Element;
132
+
133
+ declare function InputOTP({ className, containerClassName, ...props }: React$1.ComponentProps<typeof OTPInput> & {
134
+ containerClassName?: string;
135
+ }): react_jsx_runtime.JSX.Element;
136
+ declare function InputOTPGroup({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
137
+ declare function InputOTPSlot({ index, className, ...props }: React$1.ComponentProps<"div"> & {
138
+ index: number;
139
+ }): react_jsx_runtime.JSX.Element;
140
+ declare function InputOTPSeparator({ ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
141
+
142
+ declare function Label({ className, ...props }: React$1.ComponentProps<typeof LabelPrimitive.Root>): react_jsx_runtime.JSX.Element;
143
+
144
+ interface PasswordInputProps extends Omit<React$1.ComponentProps<"input">, "size" | "type"> {
145
+ /** Size variant */
146
+ size?: "2xs" | "xs" | "sm" | "default" | "lg";
147
+ /** Visual variant */
148
+ variant?: "default" | "error" | "success" | "warning";
149
+ /** Initial visibility state */
150
+ defaultVisible?: boolean;
151
+ /** Container className */
152
+ containerClassName?: string;
153
+ }
154
+ declare function PasswordInput({ className, containerClassName, size, variant, defaultVisible, ...props }: PasswordInputProps): react_jsx_runtime.JSX.Element;
155
+
156
+ declare function RadioGroup({ className, ...props }: React$1.ComponentProps<typeof RadioGroupPrimitive.Root>): react_jsx_runtime.JSX.Element;
157
+ declare function RadioGroupItem({ className, ...props }: React$1.ComponentProps<typeof RadioGroupPrimitive.Item>): react_jsx_runtime.JSX.Element;
158
+
159
+ interface SearchInputProps extends Omit<React$1.ComponentProps<"input">, "size" | "type"> {
160
+ /** Size variant */
161
+ size?: "2xs" | "xs" | "sm" | "default" | "lg";
162
+ /** Visual variant */
163
+ variant?: "default" | "error" | "success" | "warning";
164
+ /** Show loading spinner instead of search icon */
165
+ loading?: boolean;
166
+ /** Keyboard shortcut to display */
167
+ shortcut?: string;
168
+ /** Callback when shortcut badge is clicked */
169
+ onShortcutClick?: () => void;
170
+ /** Callback when clear button is clicked */
171
+ onClear?: () => void;
172
+ /** Container className */
173
+ containerClassName?: string;
174
+ }
175
+ declare function SearchInput({ className, containerClassName, size, variant, value, onChange, onClear, loading, shortcut, onShortcutClick, placeholder, ...props }: SearchInputProps): react_jsx_runtime.JSX.Element;
176
+
177
+ declare function Select({ ...props }: React$1.ComponentProps<typeof SelectPrimitive.Root>): react_jsx_runtime.JSX.Element;
178
+ declare function SelectGroup({ ...props }: React$1.ComponentProps<typeof SelectPrimitive.Group>): react_jsx_runtime.JSX.Element;
179
+ declare function SelectValue({ ...props }: React$1.ComponentProps<typeof SelectPrimitive.Value>): react_jsx_runtime.JSX.Element;
180
+ declare function SelectTrigger({ className, size, children, ...props }: React$1.ComponentProps<typeof SelectPrimitive.Trigger> & {
181
+ size?: "sm" | "default";
182
+ }): react_jsx_runtime.JSX.Element;
183
+ declare function SelectContent({ className, children, position, align, ...props }: React$1.ComponentProps<typeof SelectPrimitive.Content>): react_jsx_runtime.JSX.Element;
184
+ declare function SelectLabel({ className, ...props }: React$1.ComponentProps<typeof SelectPrimitive.Label>): react_jsx_runtime.JSX.Element;
185
+ declare function SelectItem({ className, children, ...props }: React$1.ComponentProps<typeof SelectPrimitive.Item>): react_jsx_runtime.JSX.Element;
186
+ declare function SelectSeparator({ className, ...props }: React$1.ComponentProps<typeof SelectPrimitive.Separator>): react_jsx_runtime.JSX.Element;
187
+ declare function SelectScrollUpButton({ className, ...props }: React$1.ComponentProps<typeof SelectPrimitive.ScrollUpButton>): react_jsx_runtime.JSX.Element;
188
+ declare function SelectScrollDownButton({ className, ...props }: React$1.ComponentProps<typeof SelectPrimitive.ScrollDownButton>): react_jsx_runtime.JSX.Element;
189
+
190
+ declare function Slider({ className, defaultValue, value, min, max, ...props }: React$1.ComponentProps<typeof SliderPrimitive.Root>): react_jsx_runtime.JSX.Element;
191
+
192
+ declare function Switch({ className, ...props }: React$1.ComponentProps<typeof SwitchPrimitive.Root>): react_jsx_runtime.JSX.Element;
193
+
194
+ declare const textareaVariants: (props?: ({
195
+ size?: "default" | "sm" | "lg" | null | undefined;
196
+ variant?: "default" | "error" | "success" | "warning" | null | undefined;
197
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
198
+ interface TextareaProps extends Omit<React$1.ComponentProps<"textarea">, "size">, VariantProps<typeof textareaVariants> {
199
+ /** Auto-resize to fit content */
200
+ autoResize?: boolean;
201
+ /** Maximum rows when auto-resizing */
202
+ maxRows?: number;
203
+ /** Minimum rows */
204
+ minRows?: number;
205
+ /** Show character counter */
206
+ showCount?: boolean;
207
+ /** Container className for wrapper div (when using showCount) */
208
+ containerClassName?: string;
209
+ }
210
+ declare function Textarea({ className, containerClassName, size, variant, autoResize, maxRows, minRows, showCount, maxLength, value, defaultValue, onChange, ...props }: TextareaProps): react_jsx_runtime.JSX.Element;
211
+
212
+ declare const toggleVariants: (props?: ({
213
+ variant?: "default" | "outline" | null | undefined;
214
+ size?: "default" | "sm" | "lg" | null | undefined;
215
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
216
+ declare function Toggle({ className, variant, size, ...props }: React$1.ComponentProps<typeof TogglePrimitive.Root> & VariantProps<typeof toggleVariants>): react_jsx_runtime.JSX.Element;
217
+
218
+ declare function ToggleGroup({ className, variant, size, spacing, children, ...props }: React$1.ComponentProps<typeof ToggleGroupPrimitive.Root> & VariantProps<typeof toggleVariants> & {
219
+ spacing?: number;
220
+ }): react_jsx_runtime.JSX.Element;
221
+ declare function ToggleGroupItem({ className, children, variant, size, ...props }: React$1.ComponentProps<typeof ToggleGroupPrimitive.Item> & VariantProps<typeof toggleVariants>): react_jsx_runtime.JSX.Element;
222
+
223
+ declare const alertVariants: (props?: ({
224
+ variant?: "default" | "destructive" | null | undefined;
225
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
226
+ declare function Alert({ className, variant, ...props }: React$1.ComponentProps<"div"> & VariantProps<typeof alertVariants>): react_jsx_runtime.JSX.Element;
227
+ declare function AlertTitle({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
228
+ declare function AlertDescription({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
229
+
230
+ declare function Avatar({ className, ...props }: React$1.ComponentProps<typeof AvatarPrimitive.Root>): react_jsx_runtime.JSX.Element;
231
+ declare function AvatarImage({ className, ...props }: React$1.ComponentProps<typeof AvatarPrimitive.Image>): react_jsx_runtime.JSX.Element;
232
+ declare function AvatarFallback({ className, ...props }: React$1.ComponentProps<typeof AvatarPrimitive.Fallback>): react_jsx_runtime.JSX.Element;
233
+
234
+ declare const badgeVariants: (props?: ({
235
+ variant?: "outline" | "ghost" | "filled" | "soft" | null | undefined;
236
+ color?: "default" | "error" | "success" | "warning" | "primary" | null | undefined;
237
+ size?: "default" | "sm" | "lg" | null | undefined;
238
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
239
+ interface BadgeProps extends Omit<React$1.HTMLAttributes<HTMLSpanElement>, "color">, VariantProps<typeof badgeVariants> {
240
+ /** Show a status dot indicator */
241
+ dot?: boolean;
242
+ /** Icon to display before text */
243
+ icon?: React$1.ReactNode;
244
+ /** Icon to display after text */
245
+ iconAfter?: React$1.ReactNode;
246
+ /** Show remove button */
247
+ removable?: boolean;
248
+ /** Callback when remove button is clicked */
249
+ onRemove?: () => void;
250
+ /** Disabled state */
251
+ disabled?: boolean;
252
+ /** Render as child element (Radix slot pattern) */
253
+ asChild?: boolean;
254
+ }
255
+ declare function Badge({ className, variant, color, size, dot, icon, iconAfter, removable, onRemove, disabled, asChild, children, ...props }: BadgeProps): react_jsx_runtime.JSX.Element;
256
+
257
+ declare function Calendar({ className, classNames, showOutsideDays, captionLayout, buttonVariant, formatters, components, ...props }: React$1.ComponentProps<typeof DayPicker> & {
258
+ buttonVariant?: React$1.ComponentProps<typeof Button>["variant"];
259
+ }): react_jsx_runtime.JSX.Element;
260
+
261
+ type CarouselApi = UseEmblaCarouselType[1];
262
+ type UseCarouselParameters = Parameters<typeof useEmblaCarousel>;
263
+ type CarouselOptions = UseCarouselParameters[0];
264
+ type CarouselPlugin = UseCarouselParameters[1];
265
+ type CarouselProps = {
266
+ opts?: CarouselOptions;
267
+ plugins?: CarouselPlugin;
268
+ orientation?: "horizontal" | "vertical";
269
+ setApi?: (api: CarouselApi) => void;
270
+ };
271
+ declare function Carousel({ orientation, opts, setApi, plugins, className, children, ...props }: React$1.ComponentProps<"div"> & CarouselProps): react_jsx_runtime.JSX.Element;
272
+ declare function CarouselContent({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
273
+ declare function CarouselItem({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
274
+ declare function CarouselPrevious({ className, variant, size, ...props }: React$1.ComponentProps<typeof Button>): react_jsx_runtime.JSX.Element;
275
+ declare function CarouselNext({ className, variant, size, ...props }: React$1.ComponentProps<typeof Button>): react_jsx_runtime.JSX.Element;
276
+
277
+ declare const THEMES: {
278
+ readonly light: "";
279
+ readonly dark: ".dark";
280
+ };
281
+ type ChartConfig = {
282
+ [k in string]: {
283
+ label?: React$1.ReactNode;
284
+ icon?: React$1.ComponentType;
285
+ } & ({
286
+ color?: string;
287
+ theme?: never;
288
+ } | {
289
+ color?: never;
290
+ theme: Record<keyof typeof THEMES, string>;
291
+ });
292
+ };
293
+ declare function ChartContainer({ id, className, children, config, ...props }: React$1.ComponentProps<"div"> & {
294
+ config: ChartConfig;
295
+ children: React$1.ComponentProps<typeof RechartsPrimitive.ResponsiveContainer>["children"];
296
+ }): react_jsx_runtime.JSX.Element;
297
+ declare const ChartStyle: ({ id, config }: {
298
+ id: string;
299
+ config: ChartConfig;
300
+ }) => react_jsx_runtime.JSX.Element | null;
301
+ declare const ChartTooltip: typeof RechartsPrimitive.Tooltip;
302
+ 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"> & {
303
+ hideLabel?: boolean;
304
+ hideIndicator?: boolean;
305
+ indicator?: "line" | "dot" | "dashed";
306
+ nameKey?: string;
307
+ labelKey?: string;
308
+ }): react_jsx_runtime.JSX.Element | null;
309
+ declare const ChartLegend: typeof RechartsPrimitive.Legend;
310
+ declare function ChartLegendContent({ className, hideIcon, payload, verticalAlign, nameKey, }: React$1.ComponentProps<"div"> & Pick<RechartsPrimitive.LegendProps, "payload" | "verticalAlign"> & {
311
+ hideIcon?: boolean;
312
+ nameKey?: string;
313
+ }): react_jsx_runtime.JSX.Element | null;
314
+
315
+ declare function Progress({ className, value, ...props }: React$1.ComponentProps<typeof ProgressPrimitive.Root>): react_jsx_runtime.JSX.Element;
316
+
317
+ declare function Skeleton({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
318
+
319
+ declare function Table({ className, ...props }: React$1.ComponentProps<"table">): react_jsx_runtime.JSX.Element;
320
+ declare function TableHeader({ className, ...props }: React$1.ComponentProps<"thead">): react_jsx_runtime.JSX.Element;
321
+ declare function TableBody({ className, ...props }: React$1.ComponentProps<"tbody">): react_jsx_runtime.JSX.Element;
322
+ declare function TableFooter({ className, ...props }: React$1.ComponentProps<"tfoot">): react_jsx_runtime.JSX.Element;
323
+ declare function TableRow({ className, ...props }: React$1.ComponentProps<"tr">): react_jsx_runtime.JSX.Element;
324
+ declare function TableHead({ className, ...props }: React$1.ComponentProps<"th">): react_jsx_runtime.JSX.Element;
325
+ declare function TableCell({ className, ...props }: React$1.ComponentProps<"td">): react_jsx_runtime.JSX.Element;
326
+ declare function TableCaption({ className, ...props }: React$1.ComponentProps<"caption">): react_jsx_runtime.JSX.Element;
327
+
328
+ declare function Breadcrumb({ ...props }: React$1.ComponentProps<"nav">): react_jsx_runtime.JSX.Element;
329
+ declare function BreadcrumbList({ className, ...props }: React$1.ComponentProps<"ol">): react_jsx_runtime.JSX.Element;
330
+ declare function BreadcrumbItem({ className, ...props }: React$1.ComponentProps<"li">): react_jsx_runtime.JSX.Element;
331
+ declare function BreadcrumbLink({ asChild, className, ...props }: React$1.ComponentProps<"a"> & {
332
+ asChild?: boolean;
333
+ }): react_jsx_runtime.JSX.Element;
334
+ declare function BreadcrumbPage({ className, ...props }: React$1.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
335
+ declare function BreadcrumbSeparator({ children, className, ...props }: React$1.ComponentProps<"li">): react_jsx_runtime.JSX.Element;
336
+ declare function BreadcrumbEllipsis({ className, ...props }: React$1.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
337
+
338
+ declare function Menubar({ className, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Root>): react_jsx_runtime.JSX.Element;
339
+ declare function MenubarMenu({ ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Menu>): react_jsx_runtime.JSX.Element;
340
+ declare function MenubarGroup({ ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Group>): react_jsx_runtime.JSX.Element;
341
+ declare function MenubarPortal({ ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Portal>): react_jsx_runtime.JSX.Element;
342
+ declare function MenubarRadioGroup({ ...props }: React$1.ComponentProps<typeof MenubarPrimitive.RadioGroup>): react_jsx_runtime.JSX.Element;
343
+ declare function MenubarTrigger({ className, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
344
+ declare function MenubarContent({ className, align, alignOffset, sideOffset, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Content>): react_jsx_runtime.JSX.Element;
345
+ declare function MenubarItem({ className, inset, variant, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Item> & {
346
+ inset?: boolean;
347
+ variant?: "default" | "destructive";
348
+ }): react_jsx_runtime.JSX.Element;
349
+ declare function MenubarCheckboxItem({ className, children, checked, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.CheckboxItem>): react_jsx_runtime.JSX.Element;
350
+ declare function MenubarRadioItem({ className, children, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.RadioItem>): react_jsx_runtime.JSX.Element;
351
+ declare function MenubarLabel({ className, inset, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Label> & {
352
+ inset?: boolean;
353
+ }): react_jsx_runtime.JSX.Element;
354
+ declare function MenubarSeparator({ className, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Separator>): react_jsx_runtime.JSX.Element;
355
+ declare function MenubarShortcut({ className, ...props }: React$1.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
356
+ declare function MenubarSub({ ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Sub>): react_jsx_runtime.JSX.Element;
357
+ declare function MenubarSubTrigger({ className, inset, children, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.SubTrigger> & {
358
+ inset?: boolean;
359
+ }): react_jsx_runtime.JSX.Element;
360
+ declare function MenubarSubContent({ className, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.SubContent>): react_jsx_runtime.JSX.Element;
361
+
362
+ declare function NavigationMenu({ className, children, viewport, ...props }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Root> & {
363
+ viewport?: boolean;
364
+ }): react_jsx_runtime.JSX.Element;
365
+ declare function NavigationMenuList({ className, ...props }: React$1.ComponentProps<typeof NavigationMenuPrimitive.List>): react_jsx_runtime.JSX.Element;
366
+ declare function NavigationMenuItem({ className, ...props }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Item>): react_jsx_runtime.JSX.Element;
367
+ declare const navigationMenuTriggerStyle: (props?: class_variance_authority_types.ClassProp | undefined) => string;
368
+ declare function NavigationMenuTrigger({ className, children, ...props }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
369
+ declare function NavigationMenuContent({ className, ...props }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Content>): react_jsx_runtime.JSX.Element;
370
+ declare function NavigationMenuViewport({ className, ...props }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Viewport>): react_jsx_runtime.JSX.Element;
371
+ declare function NavigationMenuLink({ className, ...props }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Link>): react_jsx_runtime.JSX.Element;
372
+ declare function NavigationMenuIndicator({ className, ...props }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Indicator>): react_jsx_runtime.JSX.Element;
373
+
374
+ declare function Pagination({ className, ...props }: React$1.ComponentProps<"nav">): react_jsx_runtime.JSX.Element;
375
+ declare function PaginationContent({ className, ...props }: React$1.ComponentProps<"ul">): react_jsx_runtime.JSX.Element;
376
+ declare function PaginationItem({ ...props }: React$1.ComponentProps<"li">): react_jsx_runtime.JSX.Element;
377
+ type PaginationLinkProps = {
378
+ isActive?: boolean;
379
+ } & Pick<React$1.ComponentProps<typeof Button>, "size"> & React$1.ComponentProps<"a">;
380
+ declare function PaginationLink({ className, isActive, size, ...props }: PaginationLinkProps): react_jsx_runtime.JSX.Element;
381
+ declare function PaginationPrevious({ className, ...props }: React$1.ComponentProps<typeof PaginationLink>): react_jsx_runtime.JSX.Element;
382
+ declare function PaginationNext({ className, ...props }: React$1.ComponentProps<typeof PaginationLink>): react_jsx_runtime.JSX.Element;
383
+ declare function PaginationEllipsis({ className, ...props }: React$1.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
384
+
385
+ declare const tabsListVariants: (props?: ({
386
+ variant?: "underline" | "box" | null | undefined;
387
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
388
+ declare const tabsTriggerVariants: (props?: ({
389
+ variant?: "underline" | "box" | null | undefined;
390
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
391
+ declare function Tabs({ className, ...props }: React$1.ComponentProps<typeof TabsPrimitive.Root>): react_jsx_runtime.JSX.Element;
392
+ interface TabsListProps extends React$1.ComponentProps<typeof TabsPrimitive.List>, VariantProps<typeof tabsListVariants> {
393
+ }
394
+ declare function TabsList({ className, variant, ...props }: TabsListProps): react_jsx_runtime.JSX.Element;
395
+ interface TabsTriggerProps extends React$1.ComponentProps<typeof TabsPrimitive.Trigger>, VariantProps<typeof tabsTriggerVariants> {
396
+ }
397
+ declare function TabsTrigger({ className, variant: variantProp, ...props }: TabsTriggerProps): react_jsx_runtime.JSX.Element;
398
+ declare function TabsContent({ className, ...props }: React$1.ComponentProps<typeof TabsPrimitive.Content>): react_jsx_runtime.JSX.Element;
399
+
400
+ declare function AlertDialog({ ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Root>): react_jsx_runtime.JSX.Element;
401
+ declare function AlertDialogTrigger({ ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
402
+ declare function AlertDialogPortal({ ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Portal>): react_jsx_runtime.JSX.Element;
403
+ declare function AlertDialogOverlay({ className, ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Overlay>): react_jsx_runtime.JSX.Element;
404
+ declare function AlertDialogContent({ className, ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Content>): react_jsx_runtime.JSX.Element;
405
+ declare function AlertDialogHeader({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
406
+ declare function AlertDialogFooter({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
407
+ declare function AlertDialogTitle({ className, ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Title>): react_jsx_runtime.JSX.Element;
408
+ declare function AlertDialogDescription({ className, ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Description>): react_jsx_runtime.JSX.Element;
409
+ declare function AlertDialogAction({ className, ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Action>): react_jsx_runtime.JSX.Element;
410
+ declare function AlertDialogCancel({ className, ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Cancel>): react_jsx_runtime.JSX.Element;
411
+
412
+ declare function ContextMenu({ ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Root>): react_jsx_runtime.JSX.Element;
413
+ declare function ContextMenuTrigger({ ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
414
+ declare function ContextMenuGroup({ ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Group>): react_jsx_runtime.JSX.Element;
415
+ declare function ContextMenuPortal({ ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Portal>): react_jsx_runtime.JSX.Element;
416
+ declare function ContextMenuSub({ ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Sub>): react_jsx_runtime.JSX.Element;
417
+ declare function ContextMenuRadioGroup({ ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.RadioGroup>): react_jsx_runtime.JSX.Element;
418
+ declare function ContextMenuSubTrigger({ className, inset, children, ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.SubTrigger> & {
419
+ inset?: boolean;
420
+ }): react_jsx_runtime.JSX.Element;
421
+ declare function ContextMenuSubContent({ className, ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.SubContent>): react_jsx_runtime.JSX.Element;
422
+ declare function ContextMenuContent({ className, ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Content>): react_jsx_runtime.JSX.Element;
423
+ declare function ContextMenuItem({ className, inset, variant, ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Item> & {
424
+ inset?: boolean;
425
+ variant?: "default" | "destructive";
426
+ }): react_jsx_runtime.JSX.Element;
427
+ declare function ContextMenuCheckboxItem({ className, children, checked, ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.CheckboxItem>): react_jsx_runtime.JSX.Element;
428
+ declare function ContextMenuRadioItem({ className, children, ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.RadioItem>): react_jsx_runtime.JSX.Element;
429
+ declare function ContextMenuLabel({ className, inset, ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Label> & {
430
+ inset?: boolean;
431
+ }): react_jsx_runtime.JSX.Element;
432
+ declare function ContextMenuSeparator({ className, ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Separator>): react_jsx_runtime.JSX.Element;
433
+ declare function ContextMenuShortcut({ className, ...props }: React$1.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
434
+
435
+ declare function Dialog({ ...props }: React$1.ComponentProps<typeof DialogPrimitive.Root>): react_jsx_runtime.JSX.Element;
436
+ declare function DialogTrigger({ ...props }: React$1.ComponentProps<typeof DialogPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
437
+ declare function DialogPortal({ ...props }: React$1.ComponentProps<typeof DialogPrimitive.Portal>): react_jsx_runtime.JSX.Element;
438
+ declare function DialogClose({ ...props }: React$1.ComponentProps<typeof DialogPrimitive.Close>): react_jsx_runtime.JSX.Element;
439
+ declare function DialogOverlay({ className, ...props }: React$1.ComponentProps<typeof DialogPrimitive.Overlay>): react_jsx_runtime.JSX.Element;
440
+ declare function DialogContent({ className, children, showCloseButton, ...props }: React$1.ComponentProps<typeof DialogPrimitive.Content> & {
441
+ showCloseButton?: boolean;
442
+ }): react_jsx_runtime.JSX.Element;
443
+ declare function DialogHeader({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
444
+ declare function DialogFooter({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
445
+ declare function DialogTitle({ className, ...props }: React$1.ComponentProps<typeof DialogPrimitive.Title>): react_jsx_runtime.JSX.Element;
446
+ declare function DialogDescription({ className, ...props }: React$1.ComponentProps<typeof DialogPrimitive.Description>): react_jsx_runtime.JSX.Element;
447
+
448
+ declare function Drawer({ ...props }: React$1.ComponentProps<typeof Drawer$1.Root>): react_jsx_runtime.JSX.Element;
449
+ declare function DrawerTrigger({ ...props }: React$1.ComponentProps<typeof Drawer$1.Trigger>): react_jsx_runtime.JSX.Element;
450
+ declare function DrawerPortal({ ...props }: React$1.ComponentProps<typeof Drawer$1.Portal>): react_jsx_runtime.JSX.Element;
451
+ declare function DrawerClose({ ...props }: React$1.ComponentProps<typeof Drawer$1.Close>): react_jsx_runtime.JSX.Element;
452
+ declare function DrawerOverlay({ className, ...props }: React$1.ComponentProps<typeof Drawer$1.Overlay>): react_jsx_runtime.JSX.Element;
453
+ declare function DrawerContent({ className, children, ...props }: React$1.ComponentProps<typeof Drawer$1.Content>): react_jsx_runtime.JSX.Element;
454
+ declare function DrawerHeader({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
455
+ declare function DrawerFooter({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
456
+ declare function DrawerTitle({ className, ...props }: React$1.ComponentProps<typeof Drawer$1.Title>): react_jsx_runtime.JSX.Element;
457
+ declare function DrawerDescription({ className, ...props }: React$1.ComponentProps<typeof Drawer$1.Description>): react_jsx_runtime.JSX.Element;
458
+
459
+ declare function DropdownMenu({ ...props }: React$1.ComponentProps<typeof DropdownMenuPrimitive.Root>): react_jsx_runtime.JSX.Element;
460
+ declare function DropdownMenuPortal({ ...props }: React$1.ComponentProps<typeof DropdownMenuPrimitive.Portal>): react_jsx_runtime.JSX.Element;
461
+ declare function DropdownMenuTrigger({ ...props }: React$1.ComponentProps<typeof DropdownMenuPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
462
+ declare function DropdownMenuContent({ className, sideOffset, ...props }: React$1.ComponentProps<typeof DropdownMenuPrimitive.Content>): react_jsx_runtime.JSX.Element;
463
+ declare function DropdownMenuGroup({ ...props }: React$1.ComponentProps<typeof DropdownMenuPrimitive.Group>): react_jsx_runtime.JSX.Element;
464
+ declare function DropdownMenuItem({ className, inset, variant, ...props }: React$1.ComponentProps<typeof DropdownMenuPrimitive.Item> & {
465
+ inset?: boolean;
466
+ variant?: "default" | "destructive";
467
+ }): react_jsx_runtime.JSX.Element;
468
+ declare function DropdownMenuCheckboxItem({ className, children, checked, ...props }: React$1.ComponentProps<typeof DropdownMenuPrimitive.CheckboxItem>): react_jsx_runtime.JSX.Element;
469
+ declare function DropdownMenuRadioGroup({ ...props }: React$1.ComponentProps<typeof DropdownMenuPrimitive.RadioGroup>): react_jsx_runtime.JSX.Element;
470
+ declare function DropdownMenuRadioItem({ className, children, ...props }: React$1.ComponentProps<typeof DropdownMenuPrimitive.RadioItem>): react_jsx_runtime.JSX.Element;
471
+ declare function DropdownMenuLabel({ className, inset, ...props }: React$1.ComponentProps<typeof DropdownMenuPrimitive.Label> & {
472
+ inset?: boolean;
473
+ }): react_jsx_runtime.JSX.Element;
474
+ declare function DropdownMenuSeparator({ className, ...props }: React$1.ComponentProps<typeof DropdownMenuPrimitive.Separator>): react_jsx_runtime.JSX.Element;
475
+ declare function DropdownMenuShortcut({ className, ...props }: React$1.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
476
+ declare function DropdownMenuSub({ ...props }: React$1.ComponentProps<typeof DropdownMenuPrimitive.Sub>): react_jsx_runtime.JSX.Element;
477
+ declare function DropdownMenuSubTrigger({ className, inset, children, ...props }: React$1.ComponentProps<typeof DropdownMenuPrimitive.SubTrigger> & {
478
+ inset?: boolean;
479
+ }): react_jsx_runtime.JSX.Element;
480
+ declare function DropdownMenuSubContent({ className, ...props }: React$1.ComponentProps<typeof DropdownMenuPrimitive.SubContent>): react_jsx_runtime.JSX.Element;
481
+
482
+ declare function HoverCard({ ...props }: React$1.ComponentProps<typeof HoverCardPrimitive.Root>): react_jsx_runtime.JSX.Element;
483
+ declare function HoverCardTrigger({ ...props }: React$1.ComponentProps<typeof HoverCardPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
484
+ declare function HoverCardContent({ className, align, sideOffset, ...props }: React$1.ComponentProps<typeof HoverCardPrimitive.Content>): react_jsx_runtime.JSX.Element;
485
+
486
+ declare function Popover({ ...props }: React$1.ComponentProps<typeof PopoverPrimitive.Root>): react_jsx_runtime.JSX.Element;
487
+ declare function PopoverTrigger({ ...props }: React$1.ComponentProps<typeof PopoverPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
488
+ declare function PopoverContent({ className, align, sideOffset, ...props }: React$1.ComponentProps<typeof PopoverPrimitive.Content>): react_jsx_runtime.JSX.Element;
489
+ declare function PopoverAnchor({ ...props }: React$1.ComponentProps<typeof PopoverPrimitive.Anchor>): react_jsx_runtime.JSX.Element;
490
+
491
+ declare function Sheet({ ...props }: React$1.ComponentProps<typeof DialogPrimitive.Root>): react_jsx_runtime.JSX.Element;
492
+ declare function SheetTrigger({ ...props }: React$1.ComponentProps<typeof DialogPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
493
+ declare function SheetClose({ ...props }: React$1.ComponentProps<typeof DialogPrimitive.Close>): react_jsx_runtime.JSX.Element;
494
+ declare function SheetPortal({ ...props }: React$1.ComponentProps<typeof DialogPrimitive.Portal>): react_jsx_runtime.JSX.Element;
495
+ declare function SheetOverlay({ className, ...props }: React$1.ComponentProps<typeof DialogPrimitive.Overlay>): react_jsx_runtime.JSX.Element;
496
+ declare function SheetContent({ className, children, side, ...props }: React$1.ComponentProps<typeof DialogPrimitive.Content> & {
497
+ side?: "top" | "right" | "bottom" | "left";
498
+ }): react_jsx_runtime.JSX.Element;
499
+ declare function SheetHeader({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
500
+ declare function SheetFooter({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
501
+ declare function SheetTitle({ className, ...props }: React$1.ComponentProps<typeof DialogPrimitive.Title>): react_jsx_runtime.JSX.Element;
502
+ declare function SheetDescription({ className, ...props }: React$1.ComponentProps<typeof DialogPrimitive.Description>): react_jsx_runtime.JSX.Element;
503
+
504
+ declare function TooltipProvider({ delayDuration, ...props }: React$1.ComponentProps<typeof TooltipPrimitive.Provider>): react_jsx_runtime.JSX.Element;
505
+ declare function Tooltip({ ...props }: React$1.ComponentProps<typeof TooltipPrimitive.Root>): react_jsx_runtime.JSX.Element;
506
+ declare function TooltipTrigger({ ...props }: React$1.ComponentProps<typeof TooltipPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
507
+ declare function TooltipContent({ className, sideOffset, children, ...props }: React$1.ComponentProps<typeof TooltipPrimitive.Content>): react_jsx_runtime.JSX.Element;
508
+
509
+ declare function Command({ className, ...props }: React$1.ComponentProps<typeof Command$1>): react_jsx_runtime.JSX.Element;
510
+ declare function CommandDialog({ title, description, children, className, showCloseButton, ...props }: React$1.ComponentProps<typeof Dialog> & {
511
+ title?: string;
512
+ description?: string;
513
+ className?: string;
514
+ showCloseButton?: boolean;
515
+ }): react_jsx_runtime.JSX.Element;
516
+ declare function CommandInput({ className, ...props }: React$1.ComponentProps<typeof Command$1.Input>): react_jsx_runtime.JSX.Element;
517
+ declare function CommandList({ className, ...props }: React$1.ComponentProps<typeof Command$1.List>): react_jsx_runtime.JSX.Element;
518
+ declare function CommandEmpty({ ...props }: React$1.ComponentProps<typeof Command$1.Empty>): react_jsx_runtime.JSX.Element;
519
+ declare function CommandGroup({ className, ...props }: React$1.ComponentProps<typeof Command$1.Group>): react_jsx_runtime.JSX.Element;
520
+ declare function CommandSeparator({ className, ...props }: React$1.ComponentProps<typeof Command$1.Separator>): react_jsx_runtime.JSX.Element;
521
+ declare function CommandItem({ className, ...props }: React$1.ComponentProps<typeof Command$1.Item>): react_jsx_runtime.JSX.Element;
522
+ declare function CommandShortcut({ className, ...props }: React$1.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
523
+
524
+ declare const Toaster: ({ ...props }: ToasterProps) => react_jsx_runtime.JSX.Element;
525
+
526
+ interface SpinnerProps {
527
+ size?: "sm" | "default" | "lg";
528
+ className?: string;
529
+ }
530
+ declare function Spinner({ size, className }: SpinnerProps): react_jsx_runtime.JSX.Element;
531
+
532
+ interface KbdProps {
533
+ children: React.ReactNode;
534
+ className?: string;
535
+ }
536
+ declare function Kbd({ children, className }: KbdProps): react_jsx_runtime.JSX.Element;
537
+
538
+ interface ThemeToggleProps {
539
+ variant?: "default" | "outline" | "ghost";
540
+ size?: "default" | "sm" | "lg" | "icon" | "icon-sm" | "icon-xs";
541
+ className?: string;
542
+ }
543
+ declare function ThemeToggle({ variant, size, className, }: ThemeToggleProps): react_jsx_runtime.JSX.Element;
544
+
545
+ interface EmojiPickerProps {
546
+ value?: string;
547
+ onChange?: (emoji: string) => void;
548
+ disabled?: boolean;
549
+ className?: string;
550
+ }
551
+ declare function EmojiPicker({ value, onChange, disabled, className, }: EmojiPickerProps): react_jsx_runtime.JSX.Element;
552
+
553
+ declare const iconSelectVariants: (props?: ({
554
+ size?: "default" | "2xs" | "xs" | "sm" | "lg" | null | undefined;
555
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
556
+ interface IconSelectOption {
557
+ value: string;
558
+ label: string;
559
+ icon?: React$1.ReactNode;
560
+ }
561
+ interface IconSelectProps extends VariantProps<typeof iconSelectVariants> {
562
+ options: IconSelectOption[];
563
+ value: string;
564
+ onChange: (value: string) => void;
565
+ placeholder?: string;
566
+ icon?: React$1.ReactNode;
567
+ className?: string;
568
+ disabled?: boolean;
569
+ }
570
+ declare function IconSelect({ options, value, onChange, placeholder, icon, size, className, disabled, }: IconSelectProps): react_jsx_runtime.JSX.Element;
571
+ interface FilterBarProps {
572
+ children: React$1.ReactNode;
573
+ className?: string;
574
+ }
575
+ declare function FilterBar({ children, className }: FilterBarProps): react_jsx_runtime.JSX.Element;
576
+
577
+ interface IconProps {
578
+ className?: string;
579
+ }
580
+ declare const EmailIcon: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
581
+ declare const SmsIcon: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
582
+ declare const PhoneIcon: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
583
+ declare const LiveChatIcon: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
584
+ declare const ReviewsIcon: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
585
+ declare const InstagramIcon: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
586
+ declare const FacebookIcon: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
587
+ declare const TwitterIcon: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
588
+ declare const WhatsAppIcon: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
589
+ declare const MessengerIcon: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
590
+ declare const SlackIcon: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
591
+ declare const TikTokIcon: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
592
+ declare const LinkedInIcon: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
593
+ declare const YouTubeIcon: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
594
+ declare const ZendeskIcon: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
595
+ declare const GorgiasIcon: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
596
+ declare const IntercomIcon: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
597
+ declare const ShopifyIcon: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
598
+ declare const ChannelIcons: {
599
+ readonly email: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
600
+ readonly sms: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
601
+ readonly phone: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
602
+ readonly livechat: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
603
+ readonly reviews: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
604
+ readonly instagram: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
605
+ readonly facebook: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
606
+ readonly twitter: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
607
+ readonly whatsapp: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
608
+ readonly messenger: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
609
+ readonly slack: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
610
+ readonly tiktok: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
611
+ readonly linkedin: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
612
+ readonly youtube: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
613
+ readonly zendesk: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
614
+ readonly gorgias: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
615
+ readonly intercom: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
616
+ readonly shopify: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
617
+ };
618
+ type ChannelType = keyof typeof ChannelIcons;
619
+ declare function getChannelIcon(channel: ChannelType): (({ className }: IconProps) => react_jsx_runtime.JSX.Element) | (({ className }: IconProps) => react_jsx_runtime.JSX.Element) | (({ className }: IconProps) => react_jsx_runtime.JSX.Element) | (({ className }: IconProps) => react_jsx_runtime.JSX.Element) | (({ className }: IconProps) => react_jsx_runtime.JSX.Element) | (({ className }: IconProps) => react_jsx_runtime.JSX.Element) | (({ className }: IconProps) => react_jsx_runtime.JSX.Element) | (({ className }: IconProps) => react_jsx_runtime.JSX.Element) | (({ className }: IconProps) => react_jsx_runtime.JSX.Element) | (({ className }: IconProps) => react_jsx_runtime.JSX.Element) | (({ className }: IconProps) => react_jsx_runtime.JSX.Element) | (({ className }: IconProps) => react_jsx_runtime.JSX.Element) | (({ className }: IconProps) => react_jsx_runtime.JSX.Element) | (({ className }: IconProps) => react_jsx_runtime.JSX.Element) | (({ className }: IconProps) => react_jsx_runtime.JSX.Element) | (({ className }: IconProps) => react_jsx_runtime.JSX.Element) | (({ className }: IconProps) => react_jsx_runtime.JSX.Element) | (({ className }: IconProps) => react_jsx_runtime.JSX.Element);
620
+
621
+ type SidebarContextProps = {
622
+ state: "expanded" | "collapsed";
623
+ open: boolean;
624
+ setOpen: (open: boolean) => void;
625
+ openMobile: boolean;
626
+ setOpenMobile: (open: boolean) => void;
627
+ isMobile: boolean;
628
+ toggleSidebar: () => void;
629
+ };
630
+ declare function useSidebar(): SidebarContextProps;
631
+ declare function SidebarProvider({ defaultOpen, open: openProp, onOpenChange: setOpenProp, className, style, children, ...props }: React$1.ComponentProps<"div"> & {
632
+ defaultOpen?: boolean;
633
+ open?: boolean;
634
+ onOpenChange?: (open: boolean) => void;
635
+ }): react_jsx_runtime.JSX.Element;
636
+ declare function Sidebar({ side, variant, collapsible, className, children, ...props }: React$1.ComponentProps<"div"> & {
637
+ side?: "left" | "right";
638
+ variant?: "sidebar" | "floating" | "inset";
639
+ collapsible?: "offcanvas" | "icon" | "none";
640
+ }): react_jsx_runtime.JSX.Element;
641
+ declare function SidebarTrigger({ className, onClick, ...props }: React$1.ComponentProps<typeof Button>): react_jsx_runtime.JSX.Element;
642
+ declare function SidebarRail({ className, ...props }: React$1.ComponentProps<"button">): react_jsx_runtime.JSX.Element;
643
+ declare function SidebarInset({ className, ...props }: React$1.ComponentProps<"main">): react_jsx_runtime.JSX.Element;
644
+ declare function SidebarInput({ className, ...props }: React$1.ComponentProps<typeof Input>): react_jsx_runtime.JSX.Element;
645
+ declare function SidebarHeader({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
646
+ declare function SidebarFooter({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
647
+ declare function SidebarSeparator({ className, ...props }: React$1.ComponentProps<typeof Separator>): react_jsx_runtime.JSX.Element;
648
+ declare function SidebarContent({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
649
+ declare function SidebarGroup({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
650
+ declare function SidebarGroupLabel({ className, asChild, ...props }: React$1.ComponentProps<"div"> & {
651
+ asChild?: boolean;
652
+ }): react_jsx_runtime.JSX.Element;
653
+ declare function SidebarGroupAction({ className, asChild, ...props }: React$1.ComponentProps<"button"> & {
654
+ asChild?: boolean;
655
+ }): react_jsx_runtime.JSX.Element;
656
+ declare function SidebarGroupContent({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
657
+ declare function SidebarMenu({ className, ...props }: React$1.ComponentProps<"ul">): react_jsx_runtime.JSX.Element;
658
+ declare function SidebarMenuItem({ className, ...props }: React$1.ComponentProps<"li">): react_jsx_runtime.JSX.Element;
659
+ declare const sidebarMenuButtonVariants: (props?: ({
660
+ variant?: "default" | "outline" | null | undefined;
661
+ size?: "default" | "sm" | "lg" | null | undefined;
662
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
663
+ declare function SidebarMenuButton({ asChild, isActive, variant, size, tooltip, className, ...props }: React$1.ComponentProps<"button"> & {
664
+ asChild?: boolean;
665
+ isActive?: boolean;
666
+ tooltip?: string | React$1.ComponentProps<typeof TooltipContent>;
667
+ } & VariantProps<typeof sidebarMenuButtonVariants>): react_jsx_runtime.JSX.Element;
668
+ declare function SidebarMenuAction({ className, asChild, showOnHover, ...props }: React$1.ComponentProps<"button"> & {
669
+ asChild?: boolean;
670
+ showOnHover?: boolean;
671
+ }): react_jsx_runtime.JSX.Element;
672
+ declare function SidebarMenuBadge({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
673
+ declare function SidebarMenuSkeleton({ className, showIcon, ...props }: React$1.ComponentProps<"div"> & {
674
+ showIcon?: boolean;
675
+ }): react_jsx_runtime.JSX.Element;
676
+ declare function SidebarMenuSub({ className, ...props }: React$1.ComponentProps<"ul">): react_jsx_runtime.JSX.Element;
677
+ declare function SidebarMenuSubItem({ className, ...props }: React$1.ComponentProps<"li">): react_jsx_runtime.JSX.Element;
678
+ declare function SidebarMenuSubButton({ asChild, size, isActive, className, ...props }: React$1.ComponentProps<"a"> & {
679
+ asChild?: boolean;
680
+ size?: "sm" | "md";
681
+ isActive?: boolean;
682
+ }): react_jsx_runtime.JSX.Element;
683
+
684
+ /** Available avatar colors - 12 solid earthy colors */
685
+ type AvatarColor = "terracotta" | "rust" | "clay" | "amber" | "ochre" | "olive" | "sage" | "forest" | "teal" | "slate" | "plum" | "wine";
686
+ interface ChatAvatarProps extends React$1.HTMLAttributes<HTMLDivElement> {
687
+ /** Avatar type determines default styling and icon */
688
+ type: "user" | "ai" | "agent";
689
+ /** Solid color from the avatar palette (overrides default) */
690
+ color?: AvatarColor;
691
+ /** Image source URL */
692
+ src?: string;
693
+ /** Fallback text (initials) when no image */
694
+ fallback?: string;
695
+ /** Size variant */
696
+ size?: "sm" | "default" | "lg";
697
+ /** Show online indicator dot */
698
+ showOnline?: boolean;
699
+ /** Online status (only shown if showOnline is true) */
700
+ isOnline?: boolean;
701
+ }
702
+ declare function ChatAvatar({ type, color, src, fallback, size, showOnline, isOnline, className, ...props }: ChatAvatarProps): react_jsx_runtime.JSX.Element;
703
+
704
+ interface TypingIndicatorProps extends React$1.HTMLAttributes<HTMLDivElement> {
705
+ /** Display variant */
706
+ variant?: "dots" | "text" | "thinking";
707
+ /** Custom text for text variant */
708
+ text?: string;
709
+ /** Custom phrases for thinking variant (rotates through these) */
710
+ thinkingPhrases?: string[];
711
+ /** Show avatar alongside indicator */
712
+ showAvatar?: boolean;
713
+ /** Size variant */
714
+ size?: "sm" | "default" | "lg";
715
+ }
716
+ declare function TypingIndicator({ variant, text, thinkingPhrases, showAvatar, size, className, ...props }: TypingIndicatorProps): react_jsx_runtime.JSX.Element;
717
+
718
+ interface MessageActionsProps extends React$1.HTMLAttributes<HTMLDivElement> {
719
+ /** Callback when copy is clicked */
720
+ onCopy?: () => void;
721
+ /** Callback when edit is clicked (user messages only) */
722
+ onEdit?: () => void;
723
+ /** Callback when regenerate is clicked (AI messages only) */
724
+ onRegenerate?: () => void;
725
+ /** Callback when feedback is given (AI messages only) */
726
+ onFeedback?: (type: "up" | "down") => void;
727
+ /** Show edit button */
728
+ showEdit?: boolean;
729
+ /** Show regenerate button */
730
+ showRegenerate?: boolean;
731
+ /** Show feedback buttons */
732
+ showFeedback?: boolean;
733
+ /** Size variant */
734
+ size?: "sm" | "default";
735
+ /** Current feedback state */
736
+ feedbackState?: "up" | "down" | null;
737
+ }
738
+ declare function MessageActions({ onCopy, onEdit, onRegenerate, onFeedback, showEdit, showRegenerate, showFeedback, size, feedbackState, className, ...props }: MessageActionsProps): react_jsx_runtime.JSX.Element;
739
+
740
+ interface Model {
741
+ id: string;
742
+ name: string;
743
+ badge?: string;
744
+ description?: string;
745
+ }
746
+ interface ModelSelectorProps extends Omit<React$1.HTMLAttributes<HTMLDivElement>, "onChange"> {
747
+ /** Available models */
748
+ models: Model[];
749
+ /** Currently selected model ID */
750
+ selected: string;
751
+ /** Callback when model changes */
752
+ onChange: (modelId: string) => void;
753
+ /** Size variant */
754
+ size?: "sm" | "default";
755
+ /** Disabled state */
756
+ disabled?: boolean;
757
+ }
758
+ declare function ModelSelector({ models, selected, onChange, size, disabled, className, ...props }: ModelSelectorProps): react_jsx_runtime.JSX.Element;
759
+
760
+ interface SpeechRecognitionEvent extends Event {
761
+ results: SpeechRecognitionResultList;
762
+ }
763
+ interface SpeechRecognitionErrorEvent extends Event {
764
+ error: string;
765
+ }
766
+ interface SpeechRecognitionResult {
767
+ readonly isFinal: boolean;
768
+ readonly length: number;
769
+ item(index: number): SpeechRecognitionAlternative;
770
+ [index: number]: SpeechRecognitionAlternative;
771
+ }
772
+ interface SpeechRecognitionAlternative {
773
+ readonly transcript: string;
774
+ readonly confidence: number;
775
+ }
776
+ interface SpeechRecognitionResultList {
777
+ readonly length: number;
778
+ item(index: number): SpeechRecognitionResult;
779
+ [index: number]: SpeechRecognitionResult;
780
+ }
781
+ interface SpeechRecognitionInterface extends EventTarget {
782
+ continuous: boolean;
783
+ interimResults: boolean;
784
+ lang: string;
785
+ onresult: ((event: SpeechRecognitionEvent) => void) | null;
786
+ onerror: ((event: SpeechRecognitionErrorEvent) => void) | null;
787
+ onend: (() => void) | null;
788
+ start(): void;
789
+ stop(): void;
790
+ abort(): void;
791
+ }
792
+ interface VoiceInputProps extends Omit<React$1.HTMLAttributes<HTMLButtonElement>, "onError"> {
793
+ /** Callback with transcribed text */
794
+ onTranscript: (text: string) => void;
795
+ /** Callback when recording starts */
796
+ onStart?: () => void;
797
+ /** Callback when recording ends */
798
+ onEnd?: () => void;
799
+ /** Callback for errors */
800
+ onError?: (error: string) => void;
801
+ /** Disabled state */
802
+ disabled?: boolean;
803
+ /** Size variant */
804
+ size?: "sm" | "default" | "lg";
805
+ /** Show tooltip */
806
+ showTooltip?: boolean;
807
+ }
808
+ declare function VoiceInput({ onTranscript, onStart, onEnd, onError, disabled, size, showTooltip, className, ...props }: VoiceInputProps): react_jsx_runtime.JSX.Element;
809
+ declare global {
810
+ interface Window {
811
+ SpeechRecognition: new () => SpeechRecognitionInterface;
812
+ webkitSpeechRecognition: new () => SpeechRecognitionInterface;
813
+ }
814
+ }
815
+
816
+ interface MarkdownRendererProps {
817
+ /** Markdown content string */
818
+ content: string;
819
+ /** Additional classes */
820
+ className?: string;
821
+ /** Variant affects link color and code styling */
822
+ variant?: "default" | "inverse";
823
+ }
824
+ declare function MarkdownRenderer({ content, className, variant, }: MarkdownRendererProps): react_jsx_runtime.JSX.Element;
825
+
826
+ interface StreamingTextProps extends React$1.HTMLAttributes<HTMLDivElement> {
827
+ /** Full content (updates as stream progresses) */
828
+ content: string;
829
+ /** Whether content is still streaming */
830
+ isStreaming?: boolean;
831
+ /** Speed of typewriter effect (characters per render) */
832
+ chunkSize?: number;
833
+ /** Delay between chunks in ms */
834
+ delay?: number;
835
+ /** Show blinking cursor while streaming */
836
+ showCursor?: boolean;
837
+ /** Use markdown rendering */
838
+ renderMarkdown?: boolean;
839
+ /** Markdown variant */
840
+ markdownVariant?: "default" | "inverse";
841
+ /** Callback when streaming animation completes */
842
+ onComplete?: () => void;
843
+ }
844
+ declare function StreamingText({ content, isStreaming, chunkSize, delay, showCursor, renderMarkdown, markdownVariant, onComplete, className, ...props }: StreamingTextProps): react_jsx_runtime.JSX.Element;
845
+
846
+ interface Attachment$1 {
847
+ id: string;
848
+ type: "image" | "file" | "video";
849
+ name: string;
850
+ url?: string;
851
+ thumbnail?: string;
852
+ size?: number;
853
+ }
854
+ interface Message {
855
+ id: string;
856
+ role: "user" | "assistant";
857
+ content: string;
858
+ timestamp?: Date;
859
+ attachments?: Attachment$1[];
860
+ status?: "sending" | "sent" | "error";
861
+ }
862
+ interface MessageBubbleProps extends React$1.HTMLAttributes<HTMLDivElement> {
863
+ /** Message role */
864
+ role: "user" | "assistant";
865
+ /** Message content (markdown string) */
866
+ content: string;
867
+ /** Message timestamp */
868
+ timestamp?: Date;
869
+ /** Message status */
870
+ status?: "sending" | "sent" | "error";
871
+ /** Attached files/images */
872
+ attachments?: Attachment$1[];
873
+ /** Enable streaming animation */
874
+ streaming?: boolean;
875
+ /** Show avatar */
876
+ showAvatar?: boolean;
877
+ /** Copy callback */
878
+ onCopy?: () => void;
879
+ /** Edit callback (user messages) - toggles edit mode */
880
+ onEdit?: () => void;
881
+ /** Save edited content callback */
882
+ onSaveEdit?: (newContent: string) => void;
883
+ /** Cancel edit callback */
884
+ onCancelEdit?: () => void;
885
+ /** Whether message is being edited */
886
+ isEditing?: boolean;
887
+ /** Regenerate callback (AI messages) */
888
+ onRegenerate?: () => void;
889
+ /** Feedback callback (AI messages) */
890
+ onFeedback?: (type: "up" | "down") => void;
891
+ /** Current feedback state */
892
+ feedbackState?: "up" | "down" | null;
893
+ /** Visual variant: compact (wrapped bubble) or full (full-width, no bubble wrapper) */
894
+ variant?: "compact" | "full";
895
+ }
896
+ declare function MessageBubble({ role, content, timestamp, status, attachments, streaming, showAvatar, onCopy, onEdit, onSaveEdit, onCancelEdit, isEditing, onRegenerate, onFeedback, feedbackState, variant, className, ...props }: MessageBubbleProps): react_jsx_runtime.JSX.Element;
897
+
898
+ interface ToolCallBlockProps extends React$1.HTMLAttributes<HTMLDivElement> {
899
+ /** Tool/function name */
900
+ name: string;
901
+ /** Optional icon for the tool */
902
+ icon?: React$1.ReactNode;
903
+ /** Execution status */
904
+ status: "running" | "complete" | "error";
905
+ /** Result content (can be text, table, or custom ReactNode) */
906
+ result?: React$1.ReactNode;
907
+ /** Whether the block is expandable */
908
+ expandable?: boolean;
909
+ /** Default expanded state */
910
+ defaultExpanded?: boolean;
911
+ /** Error message (when status is error) */
912
+ errorMessage?: string;
913
+ /** Show copy button for results */
914
+ showCopy?: boolean;
915
+ /** Show download button for results */
916
+ showDownload?: boolean;
917
+ /** Copy callback */
918
+ onCopy?: () => void;
919
+ /** Download callback */
920
+ onDownload?: () => void;
921
+ }
922
+ declare function ToolCallBlock({ name, icon, status, result, expandable, defaultExpanded, errorMessage, showCopy, showDownload, onCopy, onDownload, className, ...props }: ToolCallBlockProps): react_jsx_runtime.JSX.Element;
923
+
924
+ interface Attachment {
925
+ id: string;
926
+ type: "image" | "file" | "video";
927
+ name: string;
928
+ url?: string;
929
+ thumbnail?: string;
930
+ size?: number;
931
+ progress?: number;
932
+ status?: "uploading" | "complete" | "error";
933
+ mimeType?: string;
934
+ }
935
+ interface AttachmentPreviewProps extends Omit<React$1.HTMLAttributes<HTMLDivElement>, "onClick"> {
936
+ /** List of attachments */
937
+ attachments: Attachment[];
938
+ /** Callback when remove button is clicked */
939
+ onRemove?: (id: string) => void;
940
+ /** Callback when attachment is clicked */
941
+ onAttachmentClick?: (attachment: Attachment) => void;
942
+ /** Display variant */
943
+ variant?: "compact" | "full" | "inline";
944
+ /** Allow downloading attachments */
945
+ allowDownload?: boolean;
946
+ /** Show progress for uploading files */
947
+ showProgress?: boolean;
948
+ /** Enable lightbox on click */
949
+ enableLightbox?: boolean;
950
+ }
951
+ declare function AttachmentPreview({ attachments, onRemove, onAttachmentClick, variant, allowDownload, showProgress, enableLightbox, className, ...props }: AttachmentPreviewProps): react_jsx_runtime.JSX.Element | null;
952
+
953
+ interface AttachmentLightboxProps {
954
+ /** Attachment to display */
955
+ attachment: Attachment | null;
956
+ /** Whether the lightbox is open */
957
+ open: boolean;
958
+ /** Close callback */
959
+ onClose: () => void;
960
+ /** Optional download callback */
961
+ onDownload?: (attachment: Attachment) => void;
962
+ }
963
+ declare function AttachmentLightbox({ attachment, open, onClose, onDownload, }: AttachmentLightboxProps): react_jsx_runtime.JSX.Element | null;
964
+
965
+ interface SuggestionChipsProps extends Omit<React$1.HTMLAttributes<HTMLDivElement>, "onSelect"> {
966
+ /** List of suggestions */
967
+ suggestions: string[];
968
+ /** Callback when a suggestion is selected */
969
+ onSelect: (suggestion: string) => void;
970
+ /** Visual variant */
971
+ variant?: "outline" | "filled";
972
+ /** Size variant */
973
+ size?: "sm" | "default";
974
+ /** Disabled state */
975
+ disabled?: boolean;
976
+ /** Max suggestions to show (with "more" indicator) */
977
+ maxVisible?: number;
978
+ }
979
+ declare function SuggestionChips({ suggestions, onSelect, variant, size, disabled, maxVisible, className, ...props }: SuggestionChipsProps): react_jsx_runtime.JSX.Element | null;
980
+
981
+ interface ChatMessageListProps extends React$1.HTMLAttributes<HTMLDivElement> {
982
+ /** List of messages */
983
+ messages: Message[];
984
+ /** Show loading skeleton */
985
+ loading?: boolean;
986
+ /** Show typing indicator */
987
+ typing?: boolean;
988
+ /** Callback when scrolled to top (for loading more) */
989
+ onScrollTop?: () => void;
990
+ /** Welcome message when chat is empty */
991
+ welcomeMessage?: React$1.ReactNode;
992
+ /** Empty state when no messages */
993
+ emptyState?: React$1.ReactNode;
994
+ /** Message action callbacks */
995
+ onCopyMessage?: (message: Message) => void;
996
+ onEditMessage?: (message: Message) => void;
997
+ onSaveEdit?: (message: Message, newContent: string) => void;
998
+ onCancelEdit?: (message: Message) => void;
999
+ onRegenerateMessage?: (message: Message) => void;
1000
+ onFeedback?: (message: Message, type: "up" | "down") => void;
1001
+ /** Currently streaming message ID */
1002
+ streamingMessageId?: string;
1003
+ /** Currently editing message ID */
1004
+ editingMessageId?: string;
1005
+ /** Feedback state per message */
1006
+ feedbackStates?: Record<string, "up" | "down" | null>;
1007
+ /** Height of the container */
1008
+ height?: string | number;
1009
+ /** Message bubble variant */
1010
+ messageVariant?: "compact" | "full";
1011
+ /** Show avatars - can be boolean or object { user?: boolean, ai?: boolean } */
1012
+ showAvatars?: boolean | {
1013
+ user?: boolean;
1014
+ ai?: boolean;
1015
+ };
1016
+ }
1017
+ declare function ChatMessageList({ messages, loading, typing, onScrollTop, welcomeMessage, emptyState, onCopyMessage, onEditMessage, onSaveEdit, onCancelEdit, onRegenerateMessage, onFeedback, streamingMessageId, editingMessageId, feedbackStates, height, messageVariant, showAvatars, className, ...props }: ChatMessageListProps): react_jsx_runtime.JSX.Element;
1018
+
1019
+ interface ChatInputProps extends Omit<React$1.HTMLAttributes<HTMLDivElement>, "onChange"> {
1020
+ /** Current input value */
1021
+ value: string;
1022
+ /** Value change callback */
1023
+ onChange: (value: string) => void;
1024
+ /** Send callback */
1025
+ onSend: () => void;
1026
+ /** Attachment callback */
1027
+ onAttach?: (files: File[]) => void;
1028
+ /** Placeholder text */
1029
+ placeholder?: string;
1030
+ /** Disabled state */
1031
+ disabled?: boolean;
1032
+ /** Loading/sending state */
1033
+ loading?: boolean;
1034
+ /** Max character length */
1035
+ maxLength?: number;
1036
+ /** Show character count */
1037
+ showCount?: boolean;
1038
+ /** Current attachments */
1039
+ attachments?: Attachment[];
1040
+ /** Remove attachment callback */
1041
+ onRemoveAttachment?: (id: string) => void;
1042
+ /** Voice transcript callback */
1043
+ onVoiceTranscript?: (text: string) => void;
1044
+ /** Show voice input button */
1045
+ showVoice?: boolean;
1046
+ /** Keyboard shortcut for send */
1047
+ submitShortcut?: "Enter" | "CmdEnter";
1048
+ /** Max rows for auto-resize */
1049
+ maxRows?: number;
1050
+ /** Min rows */
1051
+ minRows?: number;
1052
+ /** Show attachment button */
1053
+ showAttachButton?: boolean;
1054
+ /** Attachment button click callback */
1055
+ onAttachClick?: () => void;
1056
+ /** Show send button (default true, set false when using footerContent with custom send) */
1057
+ showSendButton?: boolean;
1058
+ /** Optional footer content (e.g., persona/channel selectors in Playground) */
1059
+ footerContent?: React$1.ReactNode;
1060
+ /** Content rendered BEFORE attach button (e.g., ToolsMenu) */
1061
+ leftSlot?: React$1.ReactNode;
1062
+ /** Content rendered BEFORE voice/send buttons */
1063
+ rightSlot?: React$1.ReactNode;
1064
+ /** Enable drag-and-drop for files */
1065
+ enableDragDrop?: boolean;
1066
+ }
1067
+ declare function ChatInput({ value, onChange, onSend, onAttach, placeholder, disabled, loading, maxLength, showCount, attachments, onRemoveAttachment, onVoiceTranscript, showVoice, submitShortcut, maxRows, minRows, showAttachButton, onAttachClick, showSendButton, footerContent, leftSlot, rightSlot, enableDragDrop, className, ...props }: ChatInputProps): react_jsx_runtime.JSX.Element;
1068
+
1069
+ interface Persona {
1070
+ id: string;
1071
+ name: string;
1072
+ avatar?: string;
1073
+ description?: string;
1074
+ }
1075
+ interface Channel {
1076
+ id: string;
1077
+ name: string;
1078
+ icon?: React$1.ReactNode;
1079
+ }
1080
+ interface PlaygroundInputProps extends Omit<React$1.HTMLAttributes<HTMLDivElement>, "onChange"> {
1081
+ /** Current input value */
1082
+ value: string;
1083
+ /** Value change callback */
1084
+ onChange: (value: string) => void;
1085
+ /** Send callback */
1086
+ onSend: () => void;
1087
+ /** Attachment callback */
1088
+ onAttach?: (files: File[]) => void;
1089
+ /** Current attachments */
1090
+ attachments?: Attachment[];
1091
+ /** Remove attachment callback */
1092
+ onRemoveAttachment?: (id: string) => void;
1093
+ /** Placeholder text */
1094
+ placeholder?: string;
1095
+ /** Disabled state */
1096
+ disabled?: boolean;
1097
+ /** Loading/sending state */
1098
+ loading?: boolean;
1099
+ /** Available personas */
1100
+ personas?: Persona[];
1101
+ /** Selected persona ID */
1102
+ selectedPersona?: string;
1103
+ /** Persona change callback */
1104
+ onPersonaChange?: (personaId: string) => void;
1105
+ /** Available channels */
1106
+ channels?: Channel[];
1107
+ /** Selected channel ID */
1108
+ selectedChannel?: string;
1109
+ /** Channel change callback */
1110
+ onChannelChange?: (channelId: string) => void;
1111
+ /** Customer email */
1112
+ customerEmail?: string;
1113
+ /** Customer email change callback */
1114
+ onCustomerEmailChange?: (email: string) => void;
1115
+ /** Show persona selector */
1116
+ showPersonaSelector?: boolean;
1117
+ /** Show channel selector */
1118
+ showChannelSelector?: boolean;
1119
+ /** Show customer email input */
1120
+ showCustomerEmail?: boolean;
1121
+ /** Show voice input button */
1122
+ showVoice?: boolean;
1123
+ /** Enable drag-and-drop for files */
1124
+ enableDragDrop?: boolean;
1125
+ }
1126
+ declare function PlaygroundInput({ value, onChange, onSend, onAttach, attachments, onRemoveAttachment, placeholder, disabled, loading, personas, selectedPersona, onPersonaChange, channels, selectedChannel, onChannelChange, customerEmail, onCustomerEmailChange, showPersonaSelector, showChannelSelector, showCustomerEmail, showVoice, enableDragDrop, className, ...props }: PlaygroundInputProps): react_jsx_runtime.JSX.Element;
1127
+
1128
+ interface Tool {
1129
+ id: string;
1130
+ name: string;
1131
+ icon: React$1.ReactNode;
1132
+ enabled: boolean;
1133
+ }
1134
+ interface ToolProvider {
1135
+ id: string;
1136
+ name: string;
1137
+ icon: React$1.ReactNode;
1138
+ badge?: string;
1139
+ badgeVariant?: "filled" | "soft" | "outline";
1140
+ enabled: boolean;
1141
+ tools: Tool[];
1142
+ }
1143
+ interface ToolsPanelContentProps {
1144
+ /** List of tool providers with their tools */
1145
+ providers: ToolProvider[];
1146
+ /** Currently selected provider ID */
1147
+ selectedProviderId: string | null;
1148
+ /** Called when a provider is selected (clicked) */
1149
+ onSelectProvider: (providerId: string) => void;
1150
+ /** Called when a provider's enabled state changes */
1151
+ onProviderToggle?: (providerId: string, enabled: boolean) => void;
1152
+ /** Called when a tool's enabled state changes */
1153
+ onToolToggle?: (providerId: string, toolId: string, enabled: boolean) => void;
1154
+ }
1155
+ declare function ToolsPanelContent({ providers, selectedProviderId, onSelectProvider, onProviderToggle, onToolToggle, }: ToolsPanelContentProps): react_jsx_runtime.JSX.Element;
1156
+ interface ToolsPopoverProps {
1157
+ /** List of tool providers with their tools */
1158
+ providers: ToolProvider[];
1159
+ /** Called when a provider's enabled state changes */
1160
+ onProviderToggle?: (providerId: string, enabled: boolean) => void;
1161
+ /** Called when a tool's enabled state changes */
1162
+ onToolToggle?: (providerId: string, toolId: string, enabled: boolean) => void;
1163
+ /** Controlled open state */
1164
+ open?: boolean;
1165
+ /** Open change callback */
1166
+ onOpenChange?: (open: boolean) => void;
1167
+ /** Custom trigger element (required for standalone usage) */
1168
+ trigger?: React$1.ReactNode;
1169
+ /** Popover side */
1170
+ side?: "top" | "bottom" | "left" | "right";
1171
+ /** Popover alignment */
1172
+ align?: "start" | "center" | "end";
1173
+ }
1174
+ declare function ToolsPopover({ providers, onProviderToggle, onToolToggle, open, onOpenChange, trigger, side, align, }: ToolsPopoverProps): react_jsx_runtime.JSX.Element;
1175
+
1176
+ interface Playbook {
1177
+ id: string;
1178
+ name: string;
1179
+ prompt: string;
1180
+ }
1181
+ interface Integration {
1182
+ id: string;
1183
+ name: string;
1184
+ icon: React$1.ReactNode;
1185
+ onClick: () => void;
1186
+ hasSubmenu?: boolean;
1187
+ }
1188
+ interface AIAction {
1189
+ id: string;
1190
+ name: string;
1191
+ icon: React$1.ReactNode;
1192
+ active?: boolean;
1193
+ onClick: () => void;
1194
+ hasSubmenu?: boolean;
1195
+ }
1196
+ interface AttachmentMenuProps {
1197
+ /** Callback when files are selected */
1198
+ onFileSelect: (files: File[]) => void;
1199
+ /** Callback for screenshot capture */
1200
+ onScreenshot?: () => void;
1201
+ /** Callback for add to project */
1202
+ onAddToProject?: () => void;
1203
+ /** Playbooks (pre-made prompts) */
1204
+ playbooks?: Playbook[];
1205
+ /** Called when a playbook is selected */
1206
+ onPlaybookSelect?: (playbook: Playbook) => void;
1207
+ /** External integrations (Google Drive, GitHub, etc.) */
1208
+ integrations?: Integration[];
1209
+ /** AI action toggles (Ask Siena, Research, Web search) */
1210
+ aiActions?: AIAction[];
1211
+ /** Tool providers for Tools submenu */
1212
+ toolProviders?: ToolProvider[];
1213
+ /** Called when a tool provider's enabled state changes */
1214
+ onToolProviderToggle?: (providerId: string, enabled: boolean) => void;
1215
+ /** Called when a tool's enabled state changes */
1216
+ onToolToggle?: (providerId: string, toolId: string, enabled: boolean) => void;
1217
+ /** Available models for model selector */
1218
+ models?: Model[];
1219
+ /** Selected model ID */
1220
+ selectedModelId?: string;
1221
+ /** Called when model changes */
1222
+ onModelSelect?: (modelId: string) => void;
1223
+ /** Trigger button variant */
1224
+ triggerVariant?: "icon" | "text";
1225
+ /** Disabled state */
1226
+ disabled?: boolean;
1227
+ /** Custom trigger */
1228
+ trigger?: React$1.ReactNode;
1229
+ /** Additional className */
1230
+ className?: string;
1231
+ }
1232
+ declare function AttachmentMenu({ onFileSelect, onScreenshot, onAddToProject, playbooks, onPlaybookSelect, integrations, aiActions, toolProviders, onToolProviderToggle, onToolToggle, models, selectedModelId, onModelSelect, triggerVariant, disabled, trigger, className, }: AttachmentMenuProps): react_jsx_runtime.JSX.Element;
1233
+ declare const defaultPlaybooks: Playbook[];
1234
+ declare const defaultModels: Model[];
1235
+
1236
+ /** Channel type for scheduled runs */
1237
+ type ConversationChannel = "email" | "slack" | "sms" | "whatsapp";
1238
+ /** Status type for scheduled runs */
1239
+ type ConversationStatus = "success" | "failed" | "pending" | "running";
1240
+ interface Conversation {
1241
+ id: string;
1242
+ title: string;
1243
+ preview?: string;
1244
+ timestamp: Date;
1245
+ unread?: boolean;
1246
+ /** Channel for scheduled runs (shows Mail/Hash icon) */
1247
+ channel?: ConversationChannel;
1248
+ /** Status for scheduled runs (shows ✓/✗ indicator) */
1249
+ status?: ConversationStatus;
1250
+ }
1251
+ /** Actions available in conversation context menu */
1252
+ interface ConversationActions {
1253
+ onExportMarkdown?: (id: string) => void;
1254
+ onExportPdf?: (id: string) => void;
1255
+ /** Called when user confirms rename with the new title */
1256
+ onRename?: (id: string, newTitle: string) => void;
1257
+ onDelete?: (id: string) => void;
1258
+ }
1259
+ interface SidebarSection {
1260
+ id: string;
1261
+ label: string;
1262
+ icon?: React$1.ReactNode;
1263
+ onClick?: () => void;
1264
+ badge?: string | number;
1265
+ hasSubmenu?: boolean;
1266
+ }
1267
+ interface ChatSidebarProps extends Omit<React$1.HTMLAttributes<HTMLDivElement>, "onSelect"> {
1268
+ /** Conversation list */
1269
+ conversations: Conversation[];
1270
+ /** Active conversation ID */
1271
+ activeId?: string;
1272
+ /** Callback when conversation is selected */
1273
+ onSelect: (id: string) => void;
1274
+ /** Callback for new chat */
1275
+ onNew: () => void;
1276
+ /** Custom navigation sections */
1277
+ sections?: SidebarSection[];
1278
+ /** Tab options for conversation filtering */
1279
+ tabs?: {
1280
+ id: string;
1281
+ label: string;
1282
+ }[];
1283
+ /** Active tab */
1284
+ activeTab?: string;
1285
+ /** Tab change callback */
1286
+ onTabChange?: (tabId: string) => void;
1287
+ /** Context menu actions (shows ⋮ dropdown with Export/Rename/Delete) */
1288
+ conversationActions?: ConversationActions;
1289
+ /** @deprecated Use conversationActions instead */
1290
+ onConversationMenu?: (id: string) => void;
1291
+ /** @deprecated Use conversationActions.onDelete instead */
1292
+ onDelete?: (id: string) => void;
1293
+ /** Width of sidebar */
1294
+ width?: string | number;
1295
+ /** Collapsed state */
1296
+ collapsed?: boolean;
1297
+ /** Callback to toggle collapse state */
1298
+ onCollapse?: () => void;
1299
+ }
1300
+ declare function ChatSidebar({ conversations, activeId, onSelect, onNew, sections, tabs, activeTab, onTabChange, conversationActions, onConversationMenu, onDelete, width, collapsed, onCollapse, className, ...props }: ChatSidebarProps): react_jsx_runtime.JSX.Element;
1301
+
1302
+ interface ChatHeaderProps extends React$1.HTMLAttributes<HTMLDivElement> {
1303
+ /** Chat title */
1304
+ title?: string;
1305
+ /** Subtitle or description */
1306
+ subtitle?: string;
1307
+ /** Custom avatar element */
1308
+ avatar?: React$1.ReactNode;
1309
+ /** Header actions (share, download, etc.) */
1310
+ actions?: React$1.ReactNode;
1311
+ /** Close callback (shows X button) */
1312
+ onClose?: () => void;
1313
+ /** Sidebar toggle callback */
1314
+ onToggleSidebar?: () => void;
1315
+ /** Is sidebar collapsed */
1316
+ sidebarCollapsed?: boolean;
1317
+ /** Variant affects styling */
1318
+ variant?: "full" | "compact";
1319
+ /** Show share button */
1320
+ showShare?: boolean;
1321
+ /** Share callback */
1322
+ onShare?: () => void;
1323
+ /** Show download button */
1324
+ showDownload?: boolean;
1325
+ /** Download callback */
1326
+ onDownload?: () => void;
1327
+ /** Show settings button */
1328
+ showSettings?: boolean;
1329
+ /** Settings callback */
1330
+ onSettings?: () => void;
1331
+ }
1332
+ declare function ChatHeader({ title, subtitle, avatar, actions, onClose, onToggleSidebar, sidebarCollapsed, variant, showShare, onShare, showDownload, onDownload, showSettings, onSettings, className, ...props }: ChatHeaderProps): react_jsx_runtime.JSX.Element;
1333
+
1334
+ interface ChatWindowProps extends React$1.HTMLAttributes<HTMLDivElement> {
1335
+ /** Current messages */
1336
+ messages: Message[];
1337
+ /** Current input value */
1338
+ inputValue: string;
1339
+ /** Input change callback */
1340
+ onInputChange: (value: string) => void;
1341
+ /** Send message callback */
1342
+ onSend: () => void;
1343
+ /** Conversations for sidebar */
1344
+ conversations?: Conversation[];
1345
+ /** Active conversation ID */
1346
+ activeConversationId?: string;
1347
+ /** Conversation select callback */
1348
+ onConversationSelect?: (id: string) => void;
1349
+ /** New chat callback */
1350
+ onNewChat?: () => void;
1351
+ /** Sidebar sections */
1352
+ sidebarSections?: SidebarSection[];
1353
+ /** Header title */
1354
+ title?: string;
1355
+ /** Header subtitle */
1356
+ subtitle?: string;
1357
+ /** Show typing indicator */
1358
+ typing?: boolean;
1359
+ /** Loading messages */
1360
+ loadingMessages?: boolean;
1361
+ /** Currently streaming message ID */
1362
+ streamingMessageId?: string;
1363
+ /** Message feedback states */
1364
+ feedbackStates?: Record<string, "up" | "down" | null>;
1365
+ /** Copy message callback */
1366
+ onCopyMessage?: (message: Message) => void;
1367
+ /** Edit message callback */
1368
+ onEditMessage?: (message: Message) => void;
1369
+ /** Regenerate message callback */
1370
+ onRegenerateMessage?: (message: Message) => void;
1371
+ /** Feedback callback */
1372
+ onFeedback?: (message: Message, type: "up" | "down") => void;
1373
+ /** Current attachments */
1374
+ attachments?: Attachment$1[];
1375
+ /** Attach files callback */
1376
+ onAttach?: (files: File[]) => void;
1377
+ /** Remove attachment callback */
1378
+ onRemoveAttachment?: (id: string) => void;
1379
+ /** Voice transcript callback */
1380
+ onVoiceTranscript?: (text: string) => void;
1381
+ /** Available models */
1382
+ models?: Model[];
1383
+ /** Selected model ID */
1384
+ selectedModel?: string;
1385
+ /** Model change callback */
1386
+ onModelChange?: (id: string) => void;
1387
+ /** Share callback */
1388
+ onShare?: () => void;
1389
+ /** Download callback */
1390
+ onDownload?: () => void;
1391
+ /** Welcome message component */
1392
+ welcomeMessage?: React$1.ReactNode;
1393
+ /** Input disclaimer text */
1394
+ disclaimer?: string;
1395
+ /** Sidebar collapsed state */
1396
+ sidebarCollapsed?: boolean;
1397
+ /** Sidebar toggle callback */
1398
+ onToggleSidebar?: () => void;
1399
+ /** Default sidebar width */
1400
+ sidebarWidth?: number;
1401
+ /** Show header actions */
1402
+ showHeaderActions?: boolean;
1403
+ }
1404
+ declare function ChatWindow({ messages, inputValue, onInputChange, onSend, conversations, activeConversationId, onConversationSelect, onNewChat, sidebarSections, title, subtitle, typing, loadingMessages, streamingMessageId, feedbackStates, onCopyMessage, onEditMessage, onRegenerateMessage, onFeedback, attachments, onAttach, onRemoveAttachment, onVoiceTranscript, models, selectedModel, onModelChange, onShare, onDownload, welcomeMessage, disclaimer, sidebarCollapsed, onToggleSidebar, sidebarWidth, showHeaderActions, className, ...props }: ChatWindowProps): react_jsx_runtime.JSX.Element;
1405
+
1406
+ interface ChatPanelProps {
1407
+ /** Panel open state */
1408
+ open: boolean;
1409
+ /** Open state change callback */
1410
+ onOpenChange: (open: boolean) => void;
1411
+ /** Panel side */
1412
+ side?: "left" | "right";
1413
+ /** Panel size */
1414
+ size?: "sm" | "default" | "lg";
1415
+ /** Current messages */
1416
+ messages: Message[];
1417
+ /** Current input value */
1418
+ inputValue: string;
1419
+ /** Input change callback */
1420
+ onInputChange: (value: string) => void;
1421
+ /** Send message callback */
1422
+ onSend: () => void;
1423
+ /** Header title */
1424
+ title?: string;
1425
+ /** Header subtitle */
1426
+ subtitle?: string;
1427
+ /** Show typing indicator */
1428
+ typing?: boolean;
1429
+ /** Loading messages */
1430
+ loadingMessages?: boolean;
1431
+ /** Currently streaming message ID */
1432
+ streamingMessageId?: string;
1433
+ /** Message feedback states */
1434
+ feedbackStates?: Record<string, "up" | "down" | null>;
1435
+ /** Copy message callback */
1436
+ onCopyMessage?: (message: Message) => void;
1437
+ /** Regenerate message callback */
1438
+ onRegenerateMessage?: (message: Message) => void;
1439
+ /** Feedback callback */
1440
+ onFeedback?: (message: Message, type: "up" | "down") => void;
1441
+ /** Current attachments */
1442
+ attachments?: Attachment$1[];
1443
+ /** Attach files callback */
1444
+ onAttach?: (files: File[]) => void;
1445
+ /** Remove attachment callback */
1446
+ onRemoveAttachment?: (id: string) => void;
1447
+ /** Voice transcript callback */
1448
+ onVoiceTranscript?: (text: string) => void;
1449
+ /** Welcome message component */
1450
+ welcomeMessage?: React$1.ReactNode;
1451
+ /** Suggestion chips for quick actions */
1452
+ suggestions?: string[];
1453
+ /** Suggestion select callback */
1454
+ onSuggestionSelect?: (suggestion: string) => void;
1455
+ /** Input placeholder */
1456
+ placeholder?: string;
1457
+ /** Input disclaimer text */
1458
+ disclaimer?: string;
1459
+ /** Show attachment menu */
1460
+ showAttachments?: boolean;
1461
+ /** Custom header actions */
1462
+ headerActions?: React$1.ReactNode;
1463
+ /** Panel className */
1464
+ className?: string;
1465
+ }
1466
+ declare function ChatPanel({ open, onOpenChange, side, size, messages, inputValue, onInputChange, onSend, title, subtitle, typing, loadingMessages, streamingMessageId, feedbackStates, onCopyMessage, onRegenerateMessage, onFeedback, attachments, onAttach, onRemoveAttachment, onVoiceTranscript, welcomeMessage, suggestions, onSuggestionSelect, placeholder, disclaimer, showAttachments, headerActions, className, }: ChatPanelProps): react_jsx_runtime.JSX.Element;
1467
+
1468
+ interface ChatWidgetProps {
1469
+ /** Widget open state */
1470
+ open: boolean;
1471
+ /** Open state change callback */
1472
+ onOpenChange: (open: boolean) => void;
1473
+ /** Widget position */
1474
+ position?: "bottom-right" | "bottom-left";
1475
+ /** Trigger icon */
1476
+ triggerIcon?: React$1.ReactNode;
1477
+ /** Trigger label (for tooltip) */
1478
+ triggerLabel?: string;
1479
+ /** Unread message count */
1480
+ unreadCount?: number;
1481
+ /** Current messages */
1482
+ messages: Message[];
1483
+ /** Current input value */
1484
+ inputValue: string;
1485
+ /** Input change callback */
1486
+ onInputChange: (value: string) => void;
1487
+ /** Send message callback */
1488
+ onSend: () => void;
1489
+ /** Header title */
1490
+ title?: string;
1491
+ /** Header subtitle */
1492
+ subtitle?: string;
1493
+ /** Show typing indicator */
1494
+ typing?: boolean;
1495
+ /** Loading messages */
1496
+ loadingMessages?: boolean;
1497
+ /** Currently streaming message ID */
1498
+ streamingMessageId?: string;
1499
+ /** Message feedback states */
1500
+ feedbackStates?: Record<string, "up" | "down" | null>;
1501
+ /** Feedback callback */
1502
+ onFeedback?: (message: Message, type: "up" | "down") => void;
1503
+ /** Copy message callback */
1504
+ onCopyMessage?: (message: Message) => void;
1505
+ /** Current attachments */
1506
+ attachments?: Attachment$1[];
1507
+ /** Attach files callback (images only for widget) */
1508
+ onAttach?: (files: File[]) => void;
1509
+ /** Remove attachment callback */
1510
+ onRemoveAttachment?: (id: string) => void;
1511
+ /** Welcome message component */
1512
+ welcomeMessage?: React$1.ReactNode;
1513
+ /** Suggestion chips for quick actions */
1514
+ suggestions?: string[];
1515
+ /** Suggestion select callback */
1516
+ onSuggestionSelect?: (suggestion: string) => void;
1517
+ /** Input placeholder */
1518
+ placeholder?: string;
1519
+ /** Widget width */
1520
+ width?: number;
1521
+ /** Widget height */
1522
+ height?: number;
1523
+ /** Custom header avatar */
1524
+ headerAvatar?: React$1.ReactNode;
1525
+ /** Custom trigger button className */
1526
+ triggerClassName?: string;
1527
+ /** Widget className */
1528
+ className?: string;
1529
+ }
1530
+ declare function ChatWidget({ open, onOpenChange, position, triggerIcon, triggerLabel, unreadCount, messages, inputValue, onInputChange, onSend, title, subtitle, typing, loadingMessages, streamingMessageId, feedbackStates, onFeedback, onCopyMessage, attachments, onAttach, onRemoveAttachment, welcomeMessage, suggestions, onSuggestionSelect, placeholder, width, height, headerAvatar, triggerClassName, className, }: ChatWidgetProps): react_jsx_runtime.JSX.Element;
1531
+
1532
+ interface ShareDialogProps {
1533
+ /** Trigger element (button, etc.) */
1534
+ trigger?: React$1.ReactNode;
1535
+ /** Dialog title */
1536
+ title?: string;
1537
+ /** The shareable URL */
1538
+ shareUrl?: string;
1539
+ /** Callback when visibility changes */
1540
+ onVisibilityChange?: (visibility: "private" | "public") => void;
1541
+ /** Default visibility state */
1542
+ defaultVisibility?: "private" | "public";
1543
+ /** Alternative to trigger - children as trigger */
1544
+ children?: React$1.ReactNode;
1545
+ /** Control open state externally */
1546
+ open?: boolean;
1547
+ /** Callback when open state changes */
1548
+ onOpenChange?: (open: boolean) => void;
1549
+ }
1550
+ declare function ShareDialog({ trigger, title, shareUrl, onVisibilityChange, defaultVisibility, children, open, onOpenChange, }: ShareDialogProps): react_jsx_runtime.JSX.Element;
1551
+
1552
+ interface DataTableProps<TData, TValue> {
1553
+ columns: ColumnDef<TData, TValue>[];
1554
+ data: TData[];
1555
+ searchKey?: string;
1556
+ searchPlaceholder?: string;
1557
+ showColumnToggle?: boolean;
1558
+ showPagination?: boolean;
1559
+ pageSize?: number;
1560
+ emptyMessage?: string;
1561
+ }
1562
+ interface DataTableColumnHeaderProps<TData, TValue> extends React$1.HTMLAttributes<HTMLDivElement> {
1563
+ column: {
1564
+ getCanSort: () => boolean;
1565
+ getIsSorted: () => false | "asc" | "desc";
1566
+ toggleSorting: (desc?: boolean) => void;
1567
+ };
1568
+ title: string;
1569
+ }
1570
+ declare function DataTableColumnHeader<TData, TValue>({ column, title, className, }: DataTableColumnHeaderProps<TData, TValue>): react_jsx_runtime.JSX.Element;
1571
+ declare function DataTable<TData, TValue>({ columns, data, searchKey, searchPlaceholder, showColumnToggle, showPagination, pageSize, emptyMessage, }: DataTableProps<TData, TValue>): react_jsx_runtime.JSX.Element;
1572
+
1573
+ interface EmptyStateProps extends React$1.HTMLAttributes<HTMLDivElement> {
1574
+ icon?: React$1.ReactNode;
1575
+ title: string;
1576
+ description?: string;
1577
+ action?: React$1.ReactNode;
1578
+ size?: "sm" | "default" | "lg";
1579
+ }
1580
+ declare function EmptyState({ icon, title, description, action, size, className, ...props }: EmptyStateProps): react_jsx_runtime.JSX.Element;
1581
+
1582
+ interface TrendData {
1583
+ value: number;
1584
+ direction: "up" | "down" | "neutral";
1585
+ label?: string;
1586
+ }
1587
+ interface StatCardProps extends React$1.HTMLAttributes<HTMLDivElement> {
1588
+ label: string;
1589
+ value: string | number;
1590
+ description?: string;
1591
+ icon?: React$1.ReactNode;
1592
+ trend?: TrendData;
1593
+ loading?: boolean;
1594
+ }
1595
+ declare function TrendBadge({ value, direction, label, className, }: TrendData & {
1596
+ className?: string;
1597
+ }): react_jsx_runtime.JSX.Element;
1598
+ declare function StatCard({ label, value, description, icon, trend, loading, className, ...props }: StatCardProps): react_jsx_runtime.JSX.Element;
1599
+
1600
+ interface ChartCardProps extends React$1.HTMLAttributes<HTMLDivElement> {
1601
+ title: string;
1602
+ description?: string;
1603
+ footer?: React$1.ReactNode;
1604
+ action?: React$1.ReactNode;
1605
+ loading?: boolean;
1606
+ children: React$1.ReactNode;
1607
+ }
1608
+ declare function ChartCard({ title, description, footer, action, loading, children, className, ...props }: ChartCardProps): react_jsx_runtime.JSX.Element;
1609
+
1610
+ interface FilterOption {
1611
+ value: string;
1612
+ label: string;
1613
+ icon?: React$1.ReactNode;
1614
+ count?: number;
1615
+ }
1616
+ interface FilterDropdownProps {
1617
+ label: string;
1618
+ options: FilterOption[];
1619
+ selected: string[];
1620
+ onChange: (values: string[]) => void;
1621
+ showSearch?: boolean;
1622
+ searchPlaceholder?: string;
1623
+ showCounts?: boolean;
1624
+ maxDisplayed?: number;
1625
+ className?: string;
1626
+ }
1627
+ declare function FilterDropdown({ label, options, selected, onChange, showSearch, searchPlaceholder, showCounts, maxDisplayed, className, }: FilterDropdownProps): react_jsx_runtime.JSX.Element;
1628
+
1629
+ interface DatePreset {
1630
+ label: string;
1631
+ getValue: () => DateRange;
1632
+ }
1633
+ interface DateRangePickerProps {
1634
+ value?: DateRange;
1635
+ onChange?: (range: DateRange | undefined) => void;
1636
+ presets?: DatePreset[];
1637
+ showPresets?: boolean;
1638
+ placeholder?: string;
1639
+ align?: "start" | "center" | "end";
1640
+ /** Use compact date format (shorter, no year unless different years) */
1641
+ compact?: boolean;
1642
+ className?: string;
1643
+ }
1644
+ declare function DateRangePicker({ value, onChange, presets, showPresets, placeholder, align, compact, className, }: DateRangePickerProps): react_jsx_runtime.JSX.Element;
1645
+
1646
+ interface FilterChip {
1647
+ id: string;
1648
+ emoji?: string;
1649
+ label: string;
1650
+ count: number;
1651
+ }
1652
+ interface CategoryFilterChipsProps {
1653
+ chips: FilterChip[];
1654
+ value: string | null;
1655
+ onChange: (id: string | null) => void;
1656
+ showAllOption?: boolean;
1657
+ allLabel?: string;
1658
+ className?: string;
1659
+ }
1660
+ declare function CategoryFilterChips({ chips, value, onChange, showAllOption, allLabel, className, }: CategoryFilterChipsProps): react_jsx_runtime.JSX.Element;
1661
+
1662
+ interface Recommendation {
1663
+ id: string;
1664
+ text: string;
1665
+ trend: "up" | "down" | "neutral";
1666
+ }
1667
+ interface TrendSection {
1668
+ id: string;
1669
+ title: string;
1670
+ content: string;
1671
+ bullets?: string[];
1672
+ }
1673
+ interface InsightReportData {
1674
+ id: string;
1675
+ dateRange: {
1676
+ from: Date;
1677
+ to: Date;
1678
+ };
1679
+ memoriesAnalyzed: number;
1680
+ recommendations: Recommendation[];
1681
+ overview: string;
1682
+ trends: TrendSection[];
1683
+ generatedAt: Date;
1684
+ }
1685
+ interface InsightReportProps {
1686
+ report: InsightReportData;
1687
+ onDownload?: () => void;
1688
+ className?: string;
1689
+ }
1690
+ declare function InsightReport({ report, onDownload, className }: InsightReportProps): react_jsx_runtime.JSX.Element;
1691
+
1692
+ interface Report {
1693
+ id: string;
1694
+ dateRange: {
1695
+ from: Date;
1696
+ to: Date;
1697
+ };
1698
+ generatedAt: Date;
1699
+ memoriesAnalyzed: number;
1700
+ tags: string[];
1701
+ }
1702
+ interface ReportCardProps {
1703
+ report: Report;
1704
+ onView?: (report: Report) => void;
1705
+ onDownload?: (report: Report) => void;
1706
+ onTagClick?: (tag: string) => void;
1707
+ className?: string;
1708
+ }
1709
+ declare function ReportCard({ report, onView, onDownload, onTagClick, className, }: ReportCardProps): react_jsx_runtime.JSX.Element;
1710
+
1711
+ interface Workspace {
1712
+ id: string;
1713
+ name: string;
1714
+ logo?: string | React$1.ReactNode;
1715
+ plan?: string;
1716
+ }
1717
+ interface WorkspaceSelectorProps {
1718
+ workspaces: Workspace[];
1719
+ activeWorkspace: string;
1720
+ onWorkspaceChange?: (workspaceId: string) => void;
1721
+ onCreateWorkspace?: () => void;
1722
+ showSearch?: boolean;
1723
+ searchPlaceholder?: string;
1724
+ className?: string;
1725
+ }
1726
+ declare function WorkspaceSelector({ workspaces, activeWorkspace, onWorkspaceChange, onCreateWorkspace, showSearch, searchPlaceholder, className, }: WorkspaceSelectorProps): react_jsx_runtime.JSX.Element;
1727
+
1728
+ interface NavSubItem {
1729
+ title: string;
1730
+ url: string;
1731
+ isActive?: boolean;
1732
+ }
1733
+ interface NavItem {
1734
+ title: string;
1735
+ url?: string;
1736
+ icon?: LucideIcon;
1737
+ isActive?: boolean;
1738
+ badge?: string | number;
1739
+ badgeVariant?: "filled" | "soft" | "outline" | "ghost";
1740
+ badgeColor?: "default" | "primary" | "success" | "warning" | "error";
1741
+ items?: NavSubItem[];
1742
+ }
1743
+ interface NavMainProps {
1744
+ items: NavItem[];
1745
+ label?: string;
1746
+ className?: string;
1747
+ }
1748
+ declare function NavMain({ items, label, className }: NavMainProps): react_jsx_runtime.JSX.Element;
1749
+
1750
+ interface UserData {
1751
+ name: string;
1752
+ email: string;
1753
+ avatar?: string;
1754
+ }
1755
+ interface UserMenuItem {
1756
+ label: string;
1757
+ icon?: React$1.ElementType;
1758
+ onClick?: () => void;
1759
+ href?: string;
1760
+ }
1761
+ interface UserMenuProps {
1762
+ user: UserData;
1763
+ menuItems?: UserMenuItem[];
1764
+ onSignOut?: () => void;
1765
+ className?: string;
1766
+ }
1767
+ declare function UserMenu({ user, menuItems, onSignOut, className, }: UserMenuProps): react_jsx_runtime.JSX.Element;
1768
+
1769
+ interface HelpMenuItem {
1770
+ label: string;
1771
+ icon?: React$1.ElementType;
1772
+ description?: string;
1773
+ href?: string;
1774
+ onClick?: () => void;
1775
+ external?: boolean;
1776
+ }
1777
+ interface HelpMenuProps {
1778
+ items?: HelpMenuItem[];
1779
+ triggerLabel?: string;
1780
+ className?: string;
1781
+ }
1782
+ declare function HelpMenu({ items, triggerLabel, className, }: HelpMenuProps): react_jsx_runtime.JSX.Element;
1783
+
1784
+ interface NavSection {
1785
+ label?: string;
1786
+ items: NavItem[];
1787
+ }
1788
+ interface AppSidebarProps extends React$1.ComponentProps<typeof Sidebar> {
1789
+ workspaces?: Workspace[];
1790
+ activeWorkspace?: string;
1791
+ onWorkspaceChange?: (workspaceId: string) => void;
1792
+ onCreateWorkspace?: () => void;
1793
+ navigation?: NavItem[] | NavSection[];
1794
+ user?: UserData;
1795
+ userMenuItems?: UserMenuItem[];
1796
+ onSignOut?: () => void;
1797
+ helpItems?: HelpMenuItem[];
1798
+ showHelp?: boolean;
1799
+ header?: React$1.ReactNode;
1800
+ footer?: React$1.ReactNode;
1801
+ }
1802
+ declare function AppSidebar({ workspaces, activeWorkspace, onWorkspaceChange, onCreateWorkspace, navigation, user, userMenuItems, onSignOut, helpItems, showHelp, header, footer, className, ...props }: AppSidebarProps): react_jsx_runtime.JSX.Element;
1803
+
1804
+ interface PageBreadcrumbItem {
1805
+ label: string;
1806
+ href?: string;
1807
+ }
1808
+ interface PageHeaderProps extends React$1.HTMLAttributes<HTMLDivElement> {
1809
+ title: string;
1810
+ description?: string;
1811
+ breadcrumbs?: PageBreadcrumbItem[];
1812
+ actions?: React$1.ReactNode;
1813
+ showSidebarTrigger?: boolean;
1814
+ }
1815
+ declare function PageHeader({ title, description, breadcrumbs, actions, showSidebarTrigger, className, ...props }: PageHeaderProps): react_jsx_runtime.JSX.Element;
1816
+
1817
+ interface AppLayoutProps {
1818
+ children: React$1.ReactNode;
1819
+ sidebar?: React$1.ReactNode;
1820
+ workspaces?: Workspace[];
1821
+ activeWorkspace?: string;
1822
+ onWorkspaceChange?: (workspaceId: string) => void;
1823
+ navigation?: NavItem[] | NavSection[];
1824
+ user?: UserData;
1825
+ userMenuItems?: UserMenuItem[];
1826
+ onSignOut?: () => void;
1827
+ helpItems?: HelpMenuItem[];
1828
+ header?: React$1.ReactNode;
1829
+ pageTitle?: string;
1830
+ pageDescription?: string;
1831
+ breadcrumbs?: PageBreadcrumbItem[];
1832
+ pageActions?: React$1.ReactNode;
1833
+ defaultOpen?: boolean;
1834
+ open?: boolean;
1835
+ onOpenChange?: (open: boolean) => void;
1836
+ contentClassName?: string;
1837
+ className?: string;
1838
+ }
1839
+ declare function AppLayout({ children, sidebar, workspaces, activeWorkspace, onWorkspaceChange, navigation, user, userMenuItems, onSignOut, helpItems, header, pageTitle, pageDescription, breadcrumbs, pageActions, defaultOpen, open, onOpenChange, contentClassName, className, }: AppLayoutProps): react_jsx_runtime.JSX.Element;
1840
+
1841
+ interface ApiKeyDisplayProps {
1842
+ apiKey: string;
1843
+ label?: string;
1844
+ description?: string;
1845
+ onRegenerate?: () => void;
1846
+ className?: string;
1847
+ }
1848
+ declare function ApiKeyDisplay({ apiKey, label, description, onRegenerate, className, }: ApiKeyDisplayProps): react_jsx_runtime.JSX.Element;
1849
+
1850
+ type MemberRole = "owner" | "administrator" | "agent" | "viewer";
1851
+ type MemberStatus = "accepted" | "pending" | "registered";
1852
+ interface TeamMember {
1853
+ id: string;
1854
+ name: string;
1855
+ email: string;
1856
+ avatar?: string;
1857
+ role: MemberRole;
1858
+ status: MemberStatus;
1859
+ }
1860
+ interface TeamMemberListProps {
1861
+ members: TeamMember[];
1862
+ onInvite?: (email: string, role: MemberRole) => void;
1863
+ onRemove?: (memberId: string) => void;
1864
+ onChangeRole?: (memberId: string, role: MemberRole) => void;
1865
+ onResendInvite?: (memberId: string) => void;
1866
+ className?: string;
1867
+ }
1868
+ declare function TeamMemberList({ members, onInvite, onRemove, onChangeRole, onResendInvite, className, }: TeamMemberListProps): react_jsx_runtime.JSX.Element;
1869
+
1870
+ type IntegrationType = "action" | "channel" | "app" | "native";
1871
+ interface IntegrationCardProps {
1872
+ icon: React$1.ReactNode;
1873
+ title: string;
1874
+ description: string;
1875
+ type?: IntegrationType;
1876
+ badges?: string[];
1877
+ learnMoreHref?: string;
1878
+ onClick?: () => void;
1879
+ installed?: boolean;
1880
+ className?: string;
1881
+ }
1882
+ declare function IntegrationCard({ icon, title, description, type, badges, learnMoreHref, onClick, installed, className, }: IntegrationCardProps): react_jsx_runtime.JSX.Element;
1883
+ interface SectionHeaderProps {
1884
+ icon?: React$1.ReactNode;
1885
+ title: string;
1886
+ count?: number;
1887
+ description?: string;
1888
+ learnMoreHref?: string;
1889
+ actions?: React$1.ReactNode;
1890
+ className?: string;
1891
+ }
1892
+ declare function SectionHeader({ icon, title, count, description, learnMoreHref, actions, className, }: SectionHeaderProps): react_jsx_runtime.JSX.Element;
1893
+
1894
+ type ProductTag = "support" | "shopping" | "social" | "reviews" | "platform" | "intelligence";
1895
+ interface ChangeItem {
1896
+ text: string;
1897
+ product?: ProductTag;
1898
+ }
1899
+ interface ReleaseHighlight {
1900
+ title: string;
1901
+ description: string;
1902
+ image?: string;
1903
+ }
1904
+ interface Release {
1905
+ date: string;
1906
+ /** Theme/title for this release (e.g., "Policies Engine"). Falls back to highlight.title if not provided. */
1907
+ title?: string;
1908
+ highlight?: ReleaseHighlight;
1909
+ features?: ChangeItem[];
1910
+ improvements?: ChangeItem[];
1911
+ fixes?: ChangeItem[];
1912
+ }
1913
+ interface ChangelogSheetProps {
1914
+ releases: Release[];
1915
+ open: boolean;
1916
+ onOpenChange: (open: boolean) => void;
1917
+ viewAllHref?: string;
1918
+ /** Number of releases to show (default: 2) */
1919
+ maxReleases?: number;
1920
+ }
1921
+ declare const productConfig: Record<ProductTag, {
1922
+ label: string;
1923
+ dotColor: string;
1924
+ }>;
1925
+ declare function formatShortDate(dateStr: string): string;
1926
+ declare function getReleaseTitle(release: Release): string;
1927
+ declare function ProductBadge({ product }: {
1928
+ product: ProductTag;
1929
+ }): react_jsx_runtime.JSX.Element;
1930
+ declare function ChangelogSheet({ releases, open, onOpenChange, viewAllHref, maxReleases, }: ChangelogSheetProps): react_jsx_runtime.JSX.Element;
1931
+ declare const sampleReleases: Release[];
1932
+
1933
+ interface HeroProps {
1934
+ label?: string;
1935
+ title: string;
1936
+ titleAccent?: string;
1937
+ description: string;
1938
+ primaryCta: {
1939
+ label: string;
1940
+ href: string;
1941
+ };
1942
+ secondaryCta?: {
1943
+ label: string;
1944
+ href: string;
1945
+ };
1946
+ }
1947
+ declare function Hero({ label, title, titleAccent, description, primaryCta, secondaryCta, }: HeroProps): react_jsx_runtime.JSX.Element;
1948
+
1949
+ interface Feature {
1950
+ icon: React.ReactNode;
1951
+ title: string;
1952
+ description: string;
1953
+ }
1954
+ interface FeatureGridProps {
1955
+ label?: string;
1956
+ title?: string;
1957
+ description?: string;
1958
+ features: Feature[];
1959
+ columns?: 2 | 3 | 4;
1960
+ }
1961
+ declare function FeatureGrid({ label, title, description, features, columns, }: FeatureGridProps): react_jsx_runtime.JSX.Element;
1962
+
1963
+ interface ProductCardProps {
1964
+ icon: React.ReactNode;
1965
+ name: string;
1966
+ tagline: string;
1967
+ description: string;
1968
+ features: string[];
1969
+ href: string;
1970
+ badge?: string;
1971
+ featured?: boolean;
1972
+ comingSoon?: boolean;
1973
+ accentColor?: "terracotta" | "sage" | "ochre";
1974
+ }
1975
+ declare function ProductCard({ icon, name, tagline, description, features, href, badge, featured, comingSoon, accentColor, }: ProductCardProps): react_jsx_runtime.JSX.Element;
1976
+
1977
+ interface CTASectionProps {
1978
+ title: string;
1979
+ description?: string;
1980
+ primaryCta: {
1981
+ label: string;
1982
+ href: string;
1983
+ };
1984
+ secondaryCta?: {
1985
+ label: string;
1986
+ href: string;
1987
+ };
1988
+ variant?: "default" | "card" | "warm";
1989
+ }
1990
+ declare function CTASection({ title, description, primaryCta, secondaryCta, variant, }: CTASectionProps): react_jsx_runtime.JSX.Element;
1991
+
1992
+ interface LogoCloudProps {
1993
+ title?: string;
1994
+ logos: {
1995
+ name: string;
1996
+ logo: React.ReactNode;
1997
+ }[];
1998
+ }
1999
+ declare function LogoCloud({ title, logos }: LogoCloudProps): react_jsx_runtime.JSX.Element;
2000
+ declare function PlaceholderLogo({ name }: {
2001
+ name: string;
2002
+ }): react_jsx_runtime.JSX.Element;
2003
+
2004
+ declare function useIsMobile(): boolean;
2005
+
2006
+ declare function cn(...inputs: ClassValue[]): string;
2007
+
2008
+ declare const VERSION = "3.2.7";
2009
+
2010
+ export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, Alert, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, ApiKeyDisplay, AppLayout, AppSidebar, AspectRatio, type Attachment$1 as Attachment, AttachmentLightbox, type AttachmentLightboxProps, AttachmentMenu, type AttachmentMenuProps, AttachmentPreview, type AttachmentPreviewProps, Avatar, type AvatarColor, AvatarFallback, AvatarImage, Badge, type BadgeProps, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, Button, type ButtonProps, CTASection, Calendar, Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, CategoryFilterChips, type ChangeItem, ChangelogSheet, type Channel, ChannelIcons, ChartCard, type ChartConfig, ChartContainer, ChartLegend, ChartLegendContent, ChartStyle, ChartTooltip, ChartTooltipContent, ChatAvatar, type ChatAvatarProps, ChatHeader, type ChatHeaderProps, ChatInput, type ChatInputProps, ChatMessageList, type ChatMessageListProps, ChatPanel, type ChatPanelProps, ChatSidebar, type ChatSidebarProps, ChatWidget, type ChatWidgetProps, ChatWindow, type ChatWindowProps, 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, type Conversation, type ConversationActions, type ConversationChannel, type ConversationStatus, DataTable, DataTableColumnHeader, type DatePreset, DateRangePicker, 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, EmailIcon, EmojiPicker, EmptyState, FacebookIcon, FeatureGrid, FilterBar, type FilterChip, FilterDropdown, type FilterOption, Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, GorgiasIcon, HelpMenu, type HelpMenuItem, Hero, HoverCard, HoverCardContent, HoverCardTrigger, IconSelect, Input, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, type InputProps, InsightReport, type InsightReportData, InstagramIcon, IntegrationCard, type IntegrationType, IntercomIcon, Kbd, Label, LinkedInIcon, LiveChatIcon, LogoCloud, MarkdownRenderer, type MarkdownRendererProps, type MemberRole, type MemberStatus, Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger, type Message, MessageActions, type MessageActionsProps, MessageBubble, type MessageBubbleProps, MessengerIcon, type Model, ModelSelector, type ModelSelectorProps, type NavItem, NavMain, type NavSection, type NavSubItem, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, type PageBreadcrumbItem, PageHeader, Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious, PasswordInput, type Persona, PhoneIcon, PlaceholderLogo, type Playbook, PlaygroundInput, type PlaygroundInputProps, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, ProductBadge, ProductCard, type ProductTag, Progress, RadioGroup, RadioGroupItem, type Recommendation, type Release, type ReleaseHighlight, type Report, ReportCard, ResizableHandle, ResizablePanel, ResizablePanelGroup, ReviewsIcon, ScrollArea, ScrollBar, SearchInput, type SearchInputProps, SectionHeader, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, ShareDialog, type ShareDialogProps, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, ShopifyIcon, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, Skeleton, SlackIcon, Slider, SmsIcon, Spinner, StatCard, StreamingText, type StreamingTextProps, SuggestionChips, type SuggestionChipsProps, Switch, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, type TeamMember, TeamMemberList, Textarea, type TextareaProps, ThemeToggle, TikTokIcon, Toaster, Toggle, ToggleGroup, ToggleGroupItem, type Tool, ToolCallBlock, type ToolCallBlockProps, type ToolProvider, ToolsPanelContent, type ToolsPanelContentProps, ToolsPopover, type ToolsPopoverProps, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, TrendBadge, type TrendData, type TrendSection, TwitterIcon, TypingIndicator, type TypingIndicatorProps, type UserData, UserMenu, type UserMenuItem, VERSION, VoiceInput, type VoiceInputProps, WhatsAppIcon, type Workspace, WorkspaceSelector, YouTubeIcon, ZendeskIcon, badgeVariants, buttonVariants, cn, defaultModels, defaultPlaybooks, formatShortDate, getChannelIcon, getReleaseTitle, inputVariants, navigationMenuTriggerStyle, productConfig, sampleReleases, textareaVariants, toggleVariants, useFormField, useIsMobile, useSidebar };