@xwadex/fesd-next 0.3.4-10 → 0.3.4-12

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,1332 @@
1
+ import * as React$2 from "react";
2
+ import * as AccordionPrimitive from "@radix-ui/react-accordion";
3
+ import * as _$react_jsx_runtime0 from "react/jsx-runtime";
4
+ import * as AlertDialogPrimitive from "@radix-ui/react-alert-dialog";
5
+ import { VariantProps } from "class-variance-authority";
6
+ import * as AspectRatioPrimitive from "@radix-ui/react-aspect-ratio";
7
+ import * as AvatarPrimitive from "@radix-ui/react-avatar";
8
+ import { Slot } from "@radix-ui/react-slot";
9
+ import { DayButton, DayPicker } from "react-day-picker";
10
+ import useEmblaCarousel, { UseEmblaCarouselType } from "embla-carousel-react";
11
+ import * as RechartsPrimitive from "recharts";
12
+ import * as CheckboxPrimitive from "@radix-ui/react-checkbox";
13
+ import * as CollapsiblePrimitive from "@radix-ui/react-collapsible";
14
+ import { Command as Command$1 } from "cmdk";
15
+ import * as ContextMenuPrimitive from "@radix-ui/react-context-menu";
16
+ import * as DialogPrimitive from "@radix-ui/react-dialog";
17
+ import { Drawer as Drawer$1 } from "vaul";
18
+ import * as DropdownMenuPrimitive from "@radix-ui/react-dropdown-menu";
19
+ import * as _$react_hook_form0 from "react-hook-form";
20
+ import { ControllerProps, FieldPath, FieldValues } from "react-hook-form";
21
+ import * as HoverCardPrimitive from "@radix-ui/react-hover-card";
22
+ import { OTPInput } from "input-otp";
23
+ import * as LabelPrimitive from "@radix-ui/react-label";
24
+ import * as MenubarPrimitive from "@radix-ui/react-menubar";
25
+ import * as NavigationMenuPrimitive from "@radix-ui/react-navigation-menu";
26
+ import * as PopoverPrimitive from "@radix-ui/react-popover";
27
+ import * as ProgressPrimitive from "@radix-ui/react-progress";
28
+ import * as RadioGroupPrimitive from "@radix-ui/react-radio-group";
29
+ import * as ResizablePrimitive from "react-resizable-panels";
30
+ import * as ScrollAreaPrimitive from "@radix-ui/react-scroll-area";
31
+ import * as SelectPrimitive from "@radix-ui/react-select";
32
+ import * as SeparatorPrimitive from "@radix-ui/react-separator";
33
+ import * as SliderPrimitive from "@radix-ui/react-slider";
34
+ import { ToasterProps } from "sonner";
35
+ import * as SwitchPrimitive from "@radix-ui/react-switch";
36
+ import * as TabsPrimitive from "@radix-ui/react-tabs";
37
+ import * as ToggleGroupPrimitive from "@radix-ui/react-toggle-group";
38
+ import * as TogglePrimitive from "@radix-ui/react-toggle";
39
+ import * as TooltipPrimitive from "@radix-ui/react-tooltip";
40
+ import { ClassValue } from "clsx";
41
+ import * as _$class_variance_authority_types0 from "class-variance-authority/types";
42
+
43
+ //#region src/shadcns/components/ui/accordion.d.ts
44
+ declare function Accordion({
45
+ ...props
46
+ }: React$2.ComponentProps<typeof AccordionPrimitive.Root>): _$react_jsx_runtime0.JSX.Element;
47
+ declare function AccordionItem({
48
+ className,
49
+ ...props
50
+ }: React$2.ComponentProps<typeof AccordionPrimitive.Item>): _$react_jsx_runtime0.JSX.Element;
51
+ declare function AccordionTrigger({
52
+ className,
53
+ children,
54
+ ...props
55
+ }: React$2.ComponentProps<typeof AccordionPrimitive.Trigger>): _$react_jsx_runtime0.JSX.Element;
56
+ declare function AccordionContent({
57
+ className,
58
+ children,
59
+ ...props
60
+ }: React$2.ComponentProps<typeof AccordionPrimitive.Content>): _$react_jsx_runtime0.JSX.Element;
61
+ //#endregion
62
+ //#region src/shadcns/components/ui/alert-dialog.d.ts
63
+ declare function AlertDialog({
64
+ ...props
65
+ }: React$2.ComponentProps<typeof AlertDialogPrimitive.Root>): _$react_jsx_runtime0.JSX.Element;
66
+ declare function AlertDialogTrigger({
67
+ ...props
68
+ }: React$2.ComponentProps<typeof AlertDialogPrimitive.Trigger>): _$react_jsx_runtime0.JSX.Element;
69
+ declare function AlertDialogPortal({
70
+ ...props
71
+ }: React$2.ComponentProps<typeof AlertDialogPrimitive.Portal>): _$react_jsx_runtime0.JSX.Element;
72
+ declare function AlertDialogOverlay({
73
+ className,
74
+ ...props
75
+ }: React$2.ComponentProps<typeof AlertDialogPrimitive.Overlay>): _$react_jsx_runtime0.JSX.Element;
76
+ declare function AlertDialogContent({
77
+ className,
78
+ ...props
79
+ }: React$2.ComponentProps<typeof AlertDialogPrimitive.Content>): _$react_jsx_runtime0.JSX.Element;
80
+ declare function AlertDialogHeader({
81
+ className,
82
+ ...props
83
+ }: React$2.ComponentProps<'div'>): _$react_jsx_runtime0.JSX.Element;
84
+ declare function AlertDialogFooter({
85
+ className,
86
+ ...props
87
+ }: React$2.ComponentProps<'div'>): _$react_jsx_runtime0.JSX.Element;
88
+ declare function AlertDialogTitle({
89
+ className,
90
+ ...props
91
+ }: React$2.ComponentProps<typeof AlertDialogPrimitive.Title>): _$react_jsx_runtime0.JSX.Element;
92
+ declare function AlertDialogDescription({
93
+ className,
94
+ ...props
95
+ }: React$2.ComponentProps<typeof AlertDialogPrimitive.Description>): _$react_jsx_runtime0.JSX.Element;
96
+ declare function AlertDialogAction({
97
+ className,
98
+ ...props
99
+ }: React$2.ComponentProps<typeof AlertDialogPrimitive.Action>): _$react_jsx_runtime0.JSX.Element;
100
+ declare function AlertDialogCancel({
101
+ className,
102
+ ...props
103
+ }: React$2.ComponentProps<typeof AlertDialogPrimitive.Cancel>): _$react_jsx_runtime0.JSX.Element;
104
+ //#endregion
105
+ //#region src/shadcns/components/ui/alert.d.ts
106
+ declare const alertVariants: (props?: ({
107
+ variant?: "default" | "destructive" | null | undefined;
108
+ } & _$class_variance_authority_types0.ClassProp) | undefined) => string;
109
+ declare function Alert({
110
+ className,
111
+ variant,
112
+ ...props
113
+ }: React$2.ComponentProps<'div'> & VariantProps<typeof alertVariants>): _$react_jsx_runtime0.JSX.Element;
114
+ declare function AlertTitle({
115
+ className,
116
+ ...props
117
+ }: React$2.ComponentProps<'div'>): _$react_jsx_runtime0.JSX.Element;
118
+ declare function AlertDescription({
119
+ className,
120
+ ...props
121
+ }: React$2.ComponentProps<'div'>): _$react_jsx_runtime0.JSX.Element;
122
+ //#endregion
123
+ //#region src/shadcns/components/ui/aspect-ratio.d.ts
124
+ declare function AspectRatio({
125
+ ...props
126
+ }: React.ComponentProps<typeof AspectRatioPrimitive.Root>): _$react_jsx_runtime0.JSX.Element;
127
+ //#endregion
128
+ //#region src/shadcns/components/ui/avatar.d.ts
129
+ declare function Avatar({
130
+ className,
131
+ ...props
132
+ }: React$2.ComponentProps<typeof AvatarPrimitive.Root>): _$react_jsx_runtime0.JSX.Element;
133
+ declare function AvatarImage({
134
+ className,
135
+ ...props
136
+ }: React$2.ComponentProps<typeof AvatarPrimitive.Image>): _$react_jsx_runtime0.JSX.Element;
137
+ declare function AvatarFallback({
138
+ className,
139
+ ...props
140
+ }: React$2.ComponentProps<typeof AvatarPrimitive.Fallback>): _$react_jsx_runtime0.JSX.Element;
141
+ //#endregion
142
+ //#region src/shadcns/components/ui/badge.d.ts
143
+ declare const badgeVariants: (props?: ({
144
+ variant?: "default" | "destructive" | "secondary" | "outline" | null | undefined;
145
+ } & _$class_variance_authority_types0.ClassProp) | undefined) => string;
146
+ declare function Badge({
147
+ className,
148
+ variant,
149
+ asChild,
150
+ ...props
151
+ }: React$2.ComponentProps<'span'> & VariantProps<typeof badgeVariants> & {
152
+ asChild?: boolean;
153
+ }): _$react_jsx_runtime0.JSX.Element;
154
+ //#endregion
155
+ //#region src/shadcns/components/ui/breadcrumb.d.ts
156
+ declare function Breadcrumb({
157
+ ...props
158
+ }: React$2.ComponentProps<'nav'>): _$react_jsx_runtime0.JSX.Element;
159
+ declare function BreadcrumbList({
160
+ className,
161
+ ...props
162
+ }: React$2.ComponentProps<'ol'>): _$react_jsx_runtime0.JSX.Element;
163
+ declare function BreadcrumbItem({
164
+ className,
165
+ ...props
166
+ }: React$2.ComponentProps<'li'>): _$react_jsx_runtime0.JSX.Element;
167
+ declare function BreadcrumbLink({
168
+ asChild,
169
+ className,
170
+ ...props
171
+ }: React$2.ComponentProps<'a'> & {
172
+ asChild?: boolean;
173
+ }): _$react_jsx_runtime0.JSX.Element;
174
+ declare function BreadcrumbPage({
175
+ className,
176
+ ...props
177
+ }: React$2.ComponentProps<'span'>): _$react_jsx_runtime0.JSX.Element;
178
+ declare function BreadcrumbSeparator({
179
+ children,
180
+ className,
181
+ ...props
182
+ }: React$2.ComponentProps<'li'>): _$react_jsx_runtime0.JSX.Element;
183
+ declare function BreadcrumbEllipsis({
184
+ className,
185
+ ...props
186
+ }: React$2.ComponentProps<'span'>): _$react_jsx_runtime0.JSX.Element;
187
+ //#endregion
188
+ //#region src/shadcns/components/ui/button.d.ts
189
+ declare const buttonVariants: (props?: ({
190
+ variant?: "default" | "destructive" | "secondary" | "outline" | "ghost" | "link" | null | undefined;
191
+ size?: "default" | "sm" | "lg" | "icon" | null | undefined;
192
+ } & _$class_variance_authority_types0.ClassProp) | undefined) => string;
193
+ declare function Button({
194
+ className,
195
+ variant,
196
+ size,
197
+ asChild,
198
+ ...props
199
+ }: React$2.ComponentProps<'button'> & VariantProps<typeof buttonVariants> & {
200
+ asChild?: boolean;
201
+ }): _$react_jsx_runtime0.JSX.Element;
202
+ //#endregion
203
+ //#region src/shadcns/components/ui/calendar.d.ts
204
+ declare function Calendar({
205
+ className,
206
+ classNames,
207
+ showOutsideDays,
208
+ captionLayout,
209
+ buttonVariant,
210
+ formatters,
211
+ components,
212
+ ...props
213
+ }: React$2.ComponentProps<typeof DayPicker> & {
214
+ buttonVariant?: React$2.ComponentProps<typeof Button>['variant'];
215
+ }): _$react_jsx_runtime0.JSX.Element;
216
+ declare function CalendarDayButton({
217
+ className,
218
+ day,
219
+ modifiers,
220
+ ...props
221
+ }: React$2.ComponentProps<typeof DayButton>): _$react_jsx_runtime0.JSX.Element;
222
+ //#endregion
223
+ //#region src/shadcns/components/ui/card.d.ts
224
+ declare function Card({
225
+ className,
226
+ ...props
227
+ }: React$2.ComponentProps<'div'>): _$react_jsx_runtime0.JSX.Element;
228
+ declare function CardHeader({
229
+ className,
230
+ ...props
231
+ }: React$2.ComponentProps<'div'>): _$react_jsx_runtime0.JSX.Element;
232
+ declare function CardTitle({
233
+ className,
234
+ ...props
235
+ }: React$2.ComponentProps<'div'>): _$react_jsx_runtime0.JSX.Element;
236
+ declare function CardDescription({
237
+ className,
238
+ ...props
239
+ }: React$2.ComponentProps<'div'>): _$react_jsx_runtime0.JSX.Element;
240
+ declare function CardAction({
241
+ className,
242
+ ...props
243
+ }: React$2.ComponentProps<'div'>): _$react_jsx_runtime0.JSX.Element;
244
+ declare function CardContent({
245
+ className,
246
+ ...props
247
+ }: React$2.ComponentProps<'div'>): _$react_jsx_runtime0.JSX.Element;
248
+ declare function CardFooter({
249
+ className,
250
+ ...props
251
+ }: React$2.ComponentProps<'div'>): _$react_jsx_runtime0.JSX.Element;
252
+ //#endregion
253
+ //#region src/shadcns/components/ui/carousel.d.ts
254
+ type CarouselApi = UseEmblaCarouselType[1];
255
+ type UseCarouselParameters = Parameters<typeof useEmblaCarousel>;
256
+ type CarouselOptions = UseCarouselParameters[0];
257
+ type CarouselPlugin = UseCarouselParameters[1];
258
+ type CarouselProps = {
259
+ opts?: CarouselOptions;
260
+ plugins?: CarouselPlugin;
261
+ orientation?: 'horizontal' | 'vertical';
262
+ setApi?: (api: CarouselApi) => void;
263
+ };
264
+ declare function Carousel({
265
+ orientation,
266
+ opts,
267
+ setApi,
268
+ plugins,
269
+ className,
270
+ children,
271
+ ...props
272
+ }: React$2.ComponentProps<'div'> & CarouselProps): _$react_jsx_runtime0.JSX.Element;
273
+ declare function CarouselContent({
274
+ className,
275
+ ...props
276
+ }: React$2.ComponentProps<'div'>): _$react_jsx_runtime0.JSX.Element;
277
+ declare function CarouselItem({
278
+ className,
279
+ ...props
280
+ }: React$2.ComponentProps<'div'>): _$react_jsx_runtime0.JSX.Element;
281
+ declare function CarouselPrevious({
282
+ className,
283
+ variant,
284
+ size,
285
+ ...props
286
+ }: React$2.ComponentProps<typeof Button>): _$react_jsx_runtime0.JSX.Element;
287
+ declare function CarouselNext({
288
+ className,
289
+ variant,
290
+ size,
291
+ ...props
292
+ }: React$2.ComponentProps<typeof Button>): _$react_jsx_runtime0.JSX.Element;
293
+ //#endregion
294
+ //#region src/shadcns/components/ui/chart.d.ts
295
+ declare const THEMES: {
296
+ readonly light: "";
297
+ readonly dark: ".dark";
298
+ };
299
+ type ChartConfig = { [k in string]: {
300
+ label?: React$2.ReactNode;
301
+ icon?: React$2.ComponentType;
302
+ } & ({
303
+ color?: string;
304
+ theme?: never;
305
+ } | {
306
+ color?: never;
307
+ theme: Record<keyof typeof THEMES, string>;
308
+ }) };
309
+ declare function ChartContainer({
310
+ id,
311
+ className,
312
+ children,
313
+ config,
314
+ ...props
315
+ }: React$2.ComponentProps<'div'> & {
316
+ config: ChartConfig;
317
+ children: React$2.ComponentProps<typeof RechartsPrimitive.ResponsiveContainer>['children'];
318
+ }): _$react_jsx_runtime0.JSX.Element;
319
+ declare const ChartStyle: ({
320
+ id,
321
+ config
322
+ }: {
323
+ id: string;
324
+ config: ChartConfig;
325
+ }) => _$react_jsx_runtime0.JSX.Element | null;
326
+ declare const ChartTooltip: typeof RechartsPrimitive.Tooltip;
327
+ declare function ChartTooltipContent({
328
+ active,
329
+ payload,
330
+ className,
331
+ indicator,
332
+ hideLabel,
333
+ hideIndicator,
334
+ label,
335
+ labelFormatter,
336
+ labelClassName,
337
+ formatter,
338
+ color,
339
+ nameKey,
340
+ labelKey
341
+ }: React$2.ComponentProps<typeof RechartsPrimitive.Tooltip> & React$2.ComponentProps<'div'> & {
342
+ hideLabel?: boolean;
343
+ hideIndicator?: boolean;
344
+ indicator?: 'line' | 'dot' | 'dashed';
345
+ nameKey?: string;
346
+ labelKey?: string;
347
+ }): _$react_jsx_runtime0.JSX.Element | null;
348
+ declare const ChartLegend: typeof RechartsPrimitive.Legend;
349
+ declare function ChartLegendContent({
350
+ className,
351
+ hideIcon,
352
+ payload,
353
+ verticalAlign,
354
+ nameKey
355
+ }: React$2.ComponentProps<'div'> & Pick<RechartsPrimitive.LegendProps, 'payload' | 'verticalAlign'> & {
356
+ hideIcon?: boolean;
357
+ nameKey?: string;
358
+ }): _$react_jsx_runtime0.JSX.Element | null;
359
+ //#endregion
360
+ //#region src/shadcns/components/ui/checkbox.d.ts
361
+ declare function Checkbox({
362
+ className,
363
+ ...props
364
+ }: React$2.ComponentProps<typeof CheckboxPrimitive.Root>): _$react_jsx_runtime0.JSX.Element;
365
+ //#endregion
366
+ //#region src/shadcns/components/ui/collapsible.d.ts
367
+ declare function Collapsible({
368
+ ...props
369
+ }: React.ComponentProps<typeof CollapsiblePrimitive.Root>): _$react_jsx_runtime0.JSX.Element;
370
+ declare function CollapsibleTrigger({
371
+ ...props
372
+ }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleTrigger>): _$react_jsx_runtime0.JSX.Element;
373
+ declare function CollapsibleContent({
374
+ ...props
375
+ }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleContent>): _$react_jsx_runtime0.JSX.Element;
376
+ //#endregion
377
+ //#region src/shadcns/components/ui/command.d.ts
378
+ declare function Command({
379
+ className,
380
+ ...props
381
+ }: React$2.ComponentProps<typeof Command$1>): _$react_jsx_runtime0.JSX.Element;
382
+ declare function CommandDialog({
383
+ title,
384
+ description,
385
+ children,
386
+ className,
387
+ showCloseButton,
388
+ ...props
389
+ }: React$2.ComponentProps<typeof Dialog> & {
390
+ title?: string;
391
+ description?: string;
392
+ className?: string;
393
+ showCloseButton?: boolean;
394
+ }): _$react_jsx_runtime0.JSX.Element;
395
+ declare function CommandInput({
396
+ className,
397
+ ...props
398
+ }: React$2.ComponentProps<typeof Command$1.Input>): _$react_jsx_runtime0.JSX.Element;
399
+ declare function CommandList({
400
+ className,
401
+ ...props
402
+ }: React$2.ComponentProps<typeof Command$1.List>): _$react_jsx_runtime0.JSX.Element;
403
+ declare function CommandEmpty({
404
+ ...props
405
+ }: React$2.ComponentProps<typeof Command$1.Empty>): _$react_jsx_runtime0.JSX.Element;
406
+ declare function CommandGroup({
407
+ className,
408
+ ...props
409
+ }: React$2.ComponentProps<typeof Command$1.Group>): _$react_jsx_runtime0.JSX.Element;
410
+ declare function CommandSeparator({
411
+ className,
412
+ ...props
413
+ }: React$2.ComponentProps<typeof Command$1.Separator>): _$react_jsx_runtime0.JSX.Element;
414
+ declare function CommandItem({
415
+ className,
416
+ ...props
417
+ }: React$2.ComponentProps<typeof Command$1.Item>): _$react_jsx_runtime0.JSX.Element;
418
+ declare function CommandShortcut({
419
+ className,
420
+ ...props
421
+ }: React$2.ComponentProps<'span'>): _$react_jsx_runtime0.JSX.Element;
422
+ //#endregion
423
+ //#region src/shadcns/components/ui/context-menu.d.ts
424
+ declare function ContextMenu({
425
+ ...props
426
+ }: React$2.ComponentProps<typeof ContextMenuPrimitive.Root>): _$react_jsx_runtime0.JSX.Element;
427
+ declare function ContextMenuTrigger({
428
+ ...props
429
+ }: React$2.ComponentProps<typeof ContextMenuPrimitive.Trigger>): _$react_jsx_runtime0.JSX.Element;
430
+ declare function ContextMenuGroup({
431
+ ...props
432
+ }: React$2.ComponentProps<typeof ContextMenuPrimitive.Group>): _$react_jsx_runtime0.JSX.Element;
433
+ declare function ContextMenuPortal({
434
+ ...props
435
+ }: React$2.ComponentProps<typeof ContextMenuPrimitive.Portal>): _$react_jsx_runtime0.JSX.Element;
436
+ declare function ContextMenuSub({
437
+ ...props
438
+ }: React$2.ComponentProps<typeof ContextMenuPrimitive.Sub>): _$react_jsx_runtime0.JSX.Element;
439
+ declare function ContextMenuRadioGroup({
440
+ ...props
441
+ }: React$2.ComponentProps<typeof ContextMenuPrimitive.RadioGroup>): _$react_jsx_runtime0.JSX.Element;
442
+ declare function ContextMenuSubTrigger({
443
+ className,
444
+ inset,
445
+ children,
446
+ ...props
447
+ }: React$2.ComponentProps<typeof ContextMenuPrimitive.SubTrigger> & {
448
+ inset?: boolean;
449
+ }): _$react_jsx_runtime0.JSX.Element;
450
+ declare function ContextMenuSubContent({
451
+ className,
452
+ ...props
453
+ }: React$2.ComponentProps<typeof ContextMenuPrimitive.SubContent>): _$react_jsx_runtime0.JSX.Element;
454
+ declare function ContextMenuContent({
455
+ className,
456
+ ...props
457
+ }: React$2.ComponentProps<typeof ContextMenuPrimitive.Content>): _$react_jsx_runtime0.JSX.Element;
458
+ declare function ContextMenuItem({
459
+ className,
460
+ inset,
461
+ variant,
462
+ ...props
463
+ }: React$2.ComponentProps<typeof ContextMenuPrimitive.Item> & {
464
+ inset?: boolean;
465
+ variant?: 'default' | 'destructive';
466
+ }): _$react_jsx_runtime0.JSX.Element;
467
+ declare function ContextMenuCheckboxItem({
468
+ className,
469
+ children,
470
+ checked,
471
+ ...props
472
+ }: React$2.ComponentProps<typeof ContextMenuPrimitive.CheckboxItem>): _$react_jsx_runtime0.JSX.Element;
473
+ declare function ContextMenuRadioItem({
474
+ className,
475
+ children,
476
+ ...props
477
+ }: React$2.ComponentProps<typeof ContextMenuPrimitive.RadioItem>): _$react_jsx_runtime0.JSX.Element;
478
+ declare function ContextMenuLabel({
479
+ className,
480
+ inset,
481
+ ...props
482
+ }: React$2.ComponentProps<typeof ContextMenuPrimitive.Label> & {
483
+ inset?: boolean;
484
+ }): _$react_jsx_runtime0.JSX.Element;
485
+ declare function ContextMenuSeparator({
486
+ className,
487
+ ...props
488
+ }: React$2.ComponentProps<typeof ContextMenuPrimitive.Separator>): _$react_jsx_runtime0.JSX.Element;
489
+ declare function ContextMenuShortcut({
490
+ className,
491
+ ...props
492
+ }: React$2.ComponentProps<'span'>): _$react_jsx_runtime0.JSX.Element;
493
+ //#endregion
494
+ //#region src/shadcns/components/ui/dialog.d.ts
495
+ declare function Dialog({
496
+ ...props
497
+ }: React$2.ComponentProps<typeof DialogPrimitive.Root>): _$react_jsx_runtime0.JSX.Element;
498
+ declare function DialogTrigger({
499
+ ...props
500
+ }: React$2.ComponentProps<typeof DialogPrimitive.Trigger>): _$react_jsx_runtime0.JSX.Element;
501
+ declare function DialogPortal({
502
+ ...props
503
+ }: React$2.ComponentProps<typeof DialogPrimitive.Portal>): _$react_jsx_runtime0.JSX.Element;
504
+ declare function DialogClose({
505
+ ...props
506
+ }: React$2.ComponentProps<typeof DialogPrimitive.Close>): _$react_jsx_runtime0.JSX.Element;
507
+ declare function DialogOverlay({
508
+ className,
509
+ ...props
510
+ }: React$2.ComponentProps<typeof DialogPrimitive.Overlay>): _$react_jsx_runtime0.JSX.Element;
511
+ declare function DialogContent({
512
+ className,
513
+ children,
514
+ showCloseButton,
515
+ ...props
516
+ }: React$2.ComponentProps<typeof DialogPrimitive.Content> & {
517
+ showCloseButton?: boolean;
518
+ }): _$react_jsx_runtime0.JSX.Element;
519
+ declare function DialogHeader({
520
+ className,
521
+ ...props
522
+ }: React$2.ComponentProps<'div'>): _$react_jsx_runtime0.JSX.Element;
523
+ declare function DialogFooter({
524
+ className,
525
+ ...props
526
+ }: React$2.ComponentProps<'div'>): _$react_jsx_runtime0.JSX.Element;
527
+ declare function DialogTitle({
528
+ className,
529
+ ...props
530
+ }: React$2.ComponentProps<typeof DialogPrimitive.Title>): _$react_jsx_runtime0.JSX.Element;
531
+ declare function DialogDescription({
532
+ className,
533
+ ...props
534
+ }: React$2.ComponentProps<typeof DialogPrimitive.Description>): _$react_jsx_runtime0.JSX.Element;
535
+ //#endregion
536
+ //#region src/shadcns/components/ui/drawer.d.ts
537
+ declare function Drawer({
538
+ ...props
539
+ }: React$2.ComponentProps<typeof Drawer$1.Root>): _$react_jsx_runtime0.JSX.Element;
540
+ declare function DrawerTrigger({
541
+ ...props
542
+ }: React$2.ComponentProps<typeof Drawer$1.Trigger>): _$react_jsx_runtime0.JSX.Element;
543
+ declare function DrawerPortal({
544
+ ...props
545
+ }: React$2.ComponentProps<typeof Drawer$1.Portal>): _$react_jsx_runtime0.JSX.Element;
546
+ declare function DrawerClose({
547
+ ...props
548
+ }: React$2.ComponentProps<typeof Drawer$1.Close>): _$react_jsx_runtime0.JSX.Element;
549
+ declare function DrawerOverlay({
550
+ className,
551
+ ...props
552
+ }: React$2.ComponentProps<typeof Drawer$1.Overlay>): _$react_jsx_runtime0.JSX.Element;
553
+ declare function DrawerContent({
554
+ className,
555
+ children,
556
+ ...props
557
+ }: React$2.ComponentProps<typeof Drawer$1.Content>): _$react_jsx_runtime0.JSX.Element;
558
+ declare function DrawerHeader({
559
+ className,
560
+ ...props
561
+ }: React$2.ComponentProps<'div'>): _$react_jsx_runtime0.JSX.Element;
562
+ declare function DrawerFooter({
563
+ className,
564
+ ...props
565
+ }: React$2.ComponentProps<'div'>): _$react_jsx_runtime0.JSX.Element;
566
+ declare function DrawerTitle({
567
+ className,
568
+ ...props
569
+ }: React$2.ComponentProps<typeof Drawer$1.Title>): _$react_jsx_runtime0.JSX.Element;
570
+ declare function DrawerDescription({
571
+ className,
572
+ ...props
573
+ }: React$2.ComponentProps<typeof Drawer$1.Description>): _$react_jsx_runtime0.JSX.Element;
574
+ //#endregion
575
+ //#region src/shadcns/components/ui/dropdown-menu.d.ts
576
+ declare function DropdownMenu({
577
+ ...props
578
+ }: React$2.ComponentProps<typeof DropdownMenuPrimitive.Root>): _$react_jsx_runtime0.JSX.Element;
579
+ declare function DropdownMenuPortal({
580
+ ...props
581
+ }: React$2.ComponentProps<typeof DropdownMenuPrimitive.Portal>): _$react_jsx_runtime0.JSX.Element;
582
+ declare function DropdownMenuTrigger({
583
+ ...props
584
+ }: React$2.ComponentProps<typeof DropdownMenuPrimitive.Trigger>): _$react_jsx_runtime0.JSX.Element;
585
+ declare function DropdownMenuContent({
586
+ className,
587
+ sideOffset,
588
+ ...props
589
+ }: React$2.ComponentProps<typeof DropdownMenuPrimitive.Content>): _$react_jsx_runtime0.JSX.Element;
590
+ declare function DropdownMenuGroup({
591
+ ...props
592
+ }: React$2.ComponentProps<typeof DropdownMenuPrimitive.Group>): _$react_jsx_runtime0.JSX.Element;
593
+ declare function DropdownMenuItem({
594
+ className,
595
+ inset,
596
+ variant,
597
+ ...props
598
+ }: React$2.ComponentProps<typeof DropdownMenuPrimitive.Item> & {
599
+ inset?: boolean;
600
+ variant?: 'default' | 'destructive';
601
+ }): _$react_jsx_runtime0.JSX.Element;
602
+ declare function DropdownMenuCheckboxItem({
603
+ className,
604
+ children,
605
+ checked,
606
+ ...props
607
+ }: React$2.ComponentProps<typeof DropdownMenuPrimitive.CheckboxItem>): _$react_jsx_runtime0.JSX.Element;
608
+ declare function DropdownMenuRadioGroup({
609
+ ...props
610
+ }: React$2.ComponentProps<typeof DropdownMenuPrimitive.RadioGroup>): _$react_jsx_runtime0.JSX.Element;
611
+ declare function DropdownMenuRadioItem({
612
+ className,
613
+ children,
614
+ ...props
615
+ }: React$2.ComponentProps<typeof DropdownMenuPrimitive.RadioItem>): _$react_jsx_runtime0.JSX.Element;
616
+ declare function DropdownMenuLabel({
617
+ className,
618
+ inset,
619
+ ...props
620
+ }: React$2.ComponentProps<typeof DropdownMenuPrimitive.Label> & {
621
+ inset?: boolean;
622
+ }): _$react_jsx_runtime0.JSX.Element;
623
+ declare function DropdownMenuSeparator({
624
+ className,
625
+ ...props
626
+ }: React$2.ComponentProps<typeof DropdownMenuPrimitive.Separator>): _$react_jsx_runtime0.JSX.Element;
627
+ declare function DropdownMenuShortcut({
628
+ className,
629
+ ...props
630
+ }: React$2.ComponentProps<'span'>): _$react_jsx_runtime0.JSX.Element;
631
+ declare function DropdownMenuSub({
632
+ ...props
633
+ }: React$2.ComponentProps<typeof DropdownMenuPrimitive.Sub>): _$react_jsx_runtime0.JSX.Element;
634
+ declare function DropdownMenuSubTrigger({
635
+ className,
636
+ inset,
637
+ children,
638
+ ...props
639
+ }: React$2.ComponentProps<typeof DropdownMenuPrimitive.SubTrigger> & {
640
+ inset?: boolean;
641
+ }): _$react_jsx_runtime0.JSX.Element;
642
+ declare function DropdownMenuSubContent({
643
+ className,
644
+ ...props
645
+ }: React$2.ComponentProps<typeof DropdownMenuPrimitive.SubContent>): _$react_jsx_runtime0.JSX.Element;
646
+ //#endregion
647
+ //#region src/shadcns/components/ui/form.d.ts
648
+ declare const Form: <TFieldValues extends FieldValues, TContext = any, TTransformedValues = TFieldValues>(props: _$react_hook_form0.FormProviderProps<TFieldValues, TContext, TTransformedValues>) => React$2.JSX.Element;
649
+ declare const FormField: <TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>>({
650
+ ...props
651
+ }: ControllerProps<TFieldValues, TName>) => _$react_jsx_runtime0.JSX.Element;
652
+ declare const useFormField: () => {
653
+ invalid: boolean;
654
+ isDirty: boolean;
655
+ isTouched: boolean;
656
+ isValidating: boolean;
657
+ error?: _$react_hook_form0.FieldError;
658
+ id: string;
659
+ name: string;
660
+ formItemId: string;
661
+ formDescriptionId: string;
662
+ formMessageId: string;
663
+ };
664
+ declare function FormItem({
665
+ className,
666
+ ...props
667
+ }: React$2.ComponentProps<'div'>): _$react_jsx_runtime0.JSX.Element;
668
+ declare function FormLabel({
669
+ className,
670
+ ...props
671
+ }: React$2.ComponentProps<typeof LabelPrimitive.Root>): _$react_jsx_runtime0.JSX.Element;
672
+ declare function FormControl({
673
+ ...props
674
+ }: React$2.ComponentProps<typeof Slot>): _$react_jsx_runtime0.JSX.Element;
675
+ declare function FormDescription({
676
+ className,
677
+ ...props
678
+ }: React$2.ComponentProps<'p'>): _$react_jsx_runtime0.JSX.Element;
679
+ declare function FormMessage({
680
+ className,
681
+ ...props
682
+ }: React$2.ComponentProps<'p'>): _$react_jsx_runtime0.JSX.Element | null;
683
+ //#endregion
684
+ //#region src/shadcns/components/ui/hover-card.d.ts
685
+ declare function HoverCard({
686
+ ...props
687
+ }: React$2.ComponentProps<typeof HoverCardPrimitive.Root>): _$react_jsx_runtime0.JSX.Element;
688
+ declare function HoverCardTrigger({
689
+ ...props
690
+ }: React$2.ComponentProps<typeof HoverCardPrimitive.Trigger>): _$react_jsx_runtime0.JSX.Element;
691
+ declare function HoverCardContent({
692
+ className,
693
+ align,
694
+ sideOffset,
695
+ ...props
696
+ }: React$2.ComponentProps<typeof HoverCardPrimitive.Content>): _$react_jsx_runtime0.JSX.Element;
697
+ //#endregion
698
+ //#region src/shadcns/components/ui/input-otp.d.ts
699
+ declare function InputOTP({
700
+ className,
701
+ containerClassName,
702
+ ...props
703
+ }: React$2.ComponentProps<typeof OTPInput> & {
704
+ containerClassName?: string;
705
+ }): _$react_jsx_runtime0.JSX.Element;
706
+ declare function InputOTPGroup({
707
+ className,
708
+ ...props
709
+ }: React$2.ComponentProps<'div'>): _$react_jsx_runtime0.JSX.Element;
710
+ declare function InputOTPSlot({
711
+ index,
712
+ className,
713
+ ...props
714
+ }: React$2.ComponentProps<'div'> & {
715
+ index: number;
716
+ }): _$react_jsx_runtime0.JSX.Element;
717
+ declare function InputOTPSeparator({
718
+ ...props
719
+ }: React$2.ComponentProps<'div'>): _$react_jsx_runtime0.JSX.Element;
720
+ //#endregion
721
+ //#region src/shadcns/components/ui/input.d.ts
722
+ declare function Input({
723
+ className,
724
+ type,
725
+ ...props
726
+ }: React$2.ComponentProps<'input'>): _$react_jsx_runtime0.JSX.Element;
727
+ //#endregion
728
+ //#region src/shadcns/components/ui/label.d.ts
729
+ declare function Label({
730
+ className,
731
+ ...props
732
+ }: React$2.ComponentProps<typeof LabelPrimitive.Root>): _$react_jsx_runtime0.JSX.Element;
733
+ //#endregion
734
+ //#region src/shadcns/components/ui/menubar.d.ts
735
+ declare function Menubar({
736
+ className,
737
+ ...props
738
+ }: React$2.ComponentProps<typeof MenubarPrimitive.Root>): _$react_jsx_runtime0.JSX.Element;
739
+ declare function MenubarMenu({
740
+ ...props
741
+ }: React$2.ComponentProps<typeof MenubarPrimitive.Menu>): _$react_jsx_runtime0.JSX.Element;
742
+ declare function MenubarGroup({
743
+ ...props
744
+ }: React$2.ComponentProps<typeof MenubarPrimitive.Group>): _$react_jsx_runtime0.JSX.Element;
745
+ declare function MenubarPortal({
746
+ ...props
747
+ }: React$2.ComponentProps<typeof MenubarPrimitive.Portal>): _$react_jsx_runtime0.JSX.Element;
748
+ declare function MenubarRadioGroup({
749
+ ...props
750
+ }: React$2.ComponentProps<typeof MenubarPrimitive.RadioGroup>): _$react_jsx_runtime0.JSX.Element;
751
+ declare function MenubarTrigger({
752
+ className,
753
+ ...props
754
+ }: React$2.ComponentProps<typeof MenubarPrimitive.Trigger>): _$react_jsx_runtime0.JSX.Element;
755
+ declare function MenubarContent({
756
+ className,
757
+ align,
758
+ alignOffset,
759
+ sideOffset,
760
+ ...props
761
+ }: React$2.ComponentProps<typeof MenubarPrimitive.Content>): _$react_jsx_runtime0.JSX.Element;
762
+ declare function MenubarItem({
763
+ className,
764
+ inset,
765
+ variant,
766
+ ...props
767
+ }: React$2.ComponentProps<typeof MenubarPrimitive.Item> & {
768
+ inset?: boolean;
769
+ variant?: 'default' | 'destructive';
770
+ }): _$react_jsx_runtime0.JSX.Element;
771
+ declare function MenubarCheckboxItem({
772
+ className,
773
+ children,
774
+ checked,
775
+ ...props
776
+ }: React$2.ComponentProps<typeof MenubarPrimitive.CheckboxItem>): _$react_jsx_runtime0.JSX.Element;
777
+ declare function MenubarRadioItem({
778
+ className,
779
+ children,
780
+ ...props
781
+ }: React$2.ComponentProps<typeof MenubarPrimitive.RadioItem>): _$react_jsx_runtime0.JSX.Element;
782
+ declare function MenubarLabel({
783
+ className,
784
+ inset,
785
+ ...props
786
+ }: React$2.ComponentProps<typeof MenubarPrimitive.Label> & {
787
+ inset?: boolean;
788
+ }): _$react_jsx_runtime0.JSX.Element;
789
+ declare function MenubarSeparator({
790
+ className,
791
+ ...props
792
+ }: React$2.ComponentProps<typeof MenubarPrimitive.Separator>): _$react_jsx_runtime0.JSX.Element;
793
+ declare function MenubarShortcut({
794
+ className,
795
+ ...props
796
+ }: React$2.ComponentProps<'span'>): _$react_jsx_runtime0.JSX.Element;
797
+ declare function MenubarSub({
798
+ ...props
799
+ }: React$2.ComponentProps<typeof MenubarPrimitive.Sub>): _$react_jsx_runtime0.JSX.Element;
800
+ declare function MenubarSubTrigger({
801
+ className,
802
+ inset,
803
+ children,
804
+ ...props
805
+ }: React$2.ComponentProps<typeof MenubarPrimitive.SubTrigger> & {
806
+ inset?: boolean;
807
+ }): _$react_jsx_runtime0.JSX.Element;
808
+ declare function MenubarSubContent({
809
+ className,
810
+ ...props
811
+ }: React$2.ComponentProps<typeof MenubarPrimitive.SubContent>): _$react_jsx_runtime0.JSX.Element;
812
+ //#endregion
813
+ //#region src/shadcns/components/ui/navigation-menu.d.ts
814
+ declare function NavigationMenu({
815
+ className,
816
+ children,
817
+ viewport,
818
+ ...props
819
+ }: React$2.ComponentProps<typeof NavigationMenuPrimitive.Root> & {
820
+ viewport?: boolean;
821
+ }): _$react_jsx_runtime0.JSX.Element;
822
+ declare function NavigationMenuList({
823
+ className,
824
+ ...props
825
+ }: React$2.ComponentProps<typeof NavigationMenuPrimitive.List>): _$react_jsx_runtime0.JSX.Element;
826
+ declare function NavigationMenuItem({
827
+ className,
828
+ ...props
829
+ }: React$2.ComponentProps<typeof NavigationMenuPrimitive.Item>): _$react_jsx_runtime0.JSX.Element;
830
+ declare const navigationMenuTriggerStyle: (props?: _$class_variance_authority_types0.ClassProp | undefined) => string;
831
+ declare function NavigationMenuTrigger({
832
+ className,
833
+ children,
834
+ ...props
835
+ }: React$2.ComponentProps<typeof NavigationMenuPrimitive.Trigger>): _$react_jsx_runtime0.JSX.Element;
836
+ declare function NavigationMenuContent({
837
+ className,
838
+ ...props
839
+ }: React$2.ComponentProps<typeof NavigationMenuPrimitive.Content>): _$react_jsx_runtime0.JSX.Element;
840
+ declare function NavigationMenuViewport({
841
+ className,
842
+ ...props
843
+ }: React$2.ComponentProps<typeof NavigationMenuPrimitive.Viewport>): _$react_jsx_runtime0.JSX.Element;
844
+ declare function NavigationMenuLink({
845
+ className,
846
+ ...props
847
+ }: React$2.ComponentProps<typeof NavigationMenuPrimitive.Link>): _$react_jsx_runtime0.JSX.Element;
848
+ declare function NavigationMenuIndicator({
849
+ className,
850
+ ...props
851
+ }: React$2.ComponentProps<typeof NavigationMenuPrimitive.Indicator>): _$react_jsx_runtime0.JSX.Element;
852
+ //#endregion
853
+ //#region src/shadcns/components/ui/pagination.d.ts
854
+ declare function Pagination({
855
+ className,
856
+ ...props
857
+ }: React$2.ComponentProps<'nav'>): _$react_jsx_runtime0.JSX.Element;
858
+ declare function PaginationContent({
859
+ className,
860
+ ...props
861
+ }: React$2.ComponentProps<'ul'>): _$react_jsx_runtime0.JSX.Element;
862
+ declare function PaginationItem({
863
+ ...props
864
+ }: React$2.ComponentProps<'li'>): _$react_jsx_runtime0.JSX.Element;
865
+ type PaginationLinkProps = {
866
+ isActive?: boolean;
867
+ } & Pick<React$2.ComponentProps<typeof Button>, 'size'> & React$2.ComponentProps<'a'>;
868
+ declare function PaginationLink({
869
+ className,
870
+ isActive,
871
+ size,
872
+ ...props
873
+ }: PaginationLinkProps): _$react_jsx_runtime0.JSX.Element;
874
+ declare function PaginationPrevious({
875
+ className,
876
+ ...props
877
+ }: React$2.ComponentProps<typeof PaginationLink>): _$react_jsx_runtime0.JSX.Element;
878
+ declare function PaginationNext({
879
+ className,
880
+ ...props
881
+ }: React$2.ComponentProps<typeof PaginationLink>): _$react_jsx_runtime0.JSX.Element;
882
+ declare function PaginationEllipsis({
883
+ className,
884
+ ...props
885
+ }: React$2.ComponentProps<'span'>): _$react_jsx_runtime0.JSX.Element;
886
+ //#endregion
887
+ //#region src/shadcns/components/ui/popover.d.ts
888
+ declare function Popover({
889
+ ...props
890
+ }: React$2.ComponentProps<typeof PopoverPrimitive.Root>): _$react_jsx_runtime0.JSX.Element;
891
+ declare function PopoverTrigger({
892
+ ...props
893
+ }: React$2.ComponentProps<typeof PopoverPrimitive.Trigger>): _$react_jsx_runtime0.JSX.Element;
894
+ declare function PopoverContent({
895
+ className,
896
+ align,
897
+ sideOffset,
898
+ ...props
899
+ }: React$2.ComponentProps<typeof PopoverPrimitive.Content>): _$react_jsx_runtime0.JSX.Element;
900
+ declare function PopoverAnchor({
901
+ ...props
902
+ }: React$2.ComponentProps<typeof PopoverPrimitive.Anchor>): _$react_jsx_runtime0.JSX.Element;
903
+ //#endregion
904
+ //#region src/shadcns/components/ui/progress.d.ts
905
+ declare function Progress({
906
+ className,
907
+ value,
908
+ ...props
909
+ }: React$2.ComponentProps<typeof ProgressPrimitive.Root>): _$react_jsx_runtime0.JSX.Element;
910
+ //#endregion
911
+ //#region src/shadcns/components/ui/radio-group.d.ts
912
+ declare function RadioGroup({
913
+ className,
914
+ ...props
915
+ }: React$2.ComponentProps<typeof RadioGroupPrimitive.Root>): _$react_jsx_runtime0.JSX.Element;
916
+ declare function RadioGroupItem({
917
+ className,
918
+ ...props
919
+ }: React$2.ComponentProps<typeof RadioGroupPrimitive.Item>): _$react_jsx_runtime0.JSX.Element;
920
+ //#endregion
921
+ //#region src/shadcns/components/ui/resizable.d.ts
922
+ declare function ResizablePanelGroup({
923
+ className,
924
+ ...props
925
+ }: React$2.ComponentProps<typeof ResizablePrimitive.PanelGroup>): _$react_jsx_runtime0.JSX.Element;
926
+ declare function ResizablePanel({
927
+ ...props
928
+ }: React$2.ComponentProps<typeof ResizablePrimitive.Panel>): _$react_jsx_runtime0.JSX.Element;
929
+ declare function ResizableHandle({
930
+ withHandle,
931
+ className,
932
+ ...props
933
+ }: React$2.ComponentProps<typeof ResizablePrimitive.PanelResizeHandle> & {
934
+ withHandle?: boolean;
935
+ }): _$react_jsx_runtime0.JSX.Element;
936
+ //#endregion
937
+ //#region src/shadcns/components/ui/scroll-area.d.ts
938
+ declare function ScrollArea({
939
+ className,
940
+ children,
941
+ ...props
942
+ }: React$2.ComponentProps<typeof ScrollAreaPrimitive.Root>): _$react_jsx_runtime0.JSX.Element;
943
+ declare function ScrollBar({
944
+ className,
945
+ orientation,
946
+ ...props
947
+ }: React$2.ComponentProps<typeof ScrollAreaPrimitive.ScrollAreaScrollbar>): _$react_jsx_runtime0.JSX.Element;
948
+ //#endregion
949
+ //#region src/shadcns/components/ui/select.d.ts
950
+ declare function Select({
951
+ ...props
952
+ }: React$2.ComponentProps<typeof SelectPrimitive.Root>): _$react_jsx_runtime0.JSX.Element;
953
+ declare function SelectGroup({
954
+ ...props
955
+ }: React$2.ComponentProps<typeof SelectPrimitive.Group>): _$react_jsx_runtime0.JSX.Element;
956
+ declare function SelectValue({
957
+ ...props
958
+ }: React$2.ComponentProps<typeof SelectPrimitive.Value>): _$react_jsx_runtime0.JSX.Element;
959
+ declare function SelectTrigger({
960
+ className,
961
+ size,
962
+ children,
963
+ ...props
964
+ }: React$2.ComponentProps<typeof SelectPrimitive.Trigger> & {
965
+ size?: 'sm' | 'default';
966
+ }): _$react_jsx_runtime0.JSX.Element;
967
+ declare function SelectContent({
968
+ className,
969
+ children,
970
+ position,
971
+ ...props
972
+ }: React$2.ComponentProps<typeof SelectPrimitive.Content>): _$react_jsx_runtime0.JSX.Element;
973
+ declare function SelectLabel({
974
+ className,
975
+ ...props
976
+ }: React$2.ComponentProps<typeof SelectPrimitive.Label>): _$react_jsx_runtime0.JSX.Element;
977
+ declare function SelectItem({
978
+ className,
979
+ children,
980
+ ...props
981
+ }: React$2.ComponentProps<typeof SelectPrimitive.Item>): _$react_jsx_runtime0.JSX.Element;
982
+ declare function SelectSeparator({
983
+ className,
984
+ ...props
985
+ }: React$2.ComponentProps<typeof SelectPrimitive.Separator>): _$react_jsx_runtime0.JSX.Element;
986
+ declare function SelectScrollUpButton({
987
+ className,
988
+ ...props
989
+ }: React$2.ComponentProps<typeof SelectPrimitive.ScrollUpButton>): _$react_jsx_runtime0.JSX.Element;
990
+ declare function SelectScrollDownButton({
991
+ className,
992
+ ...props
993
+ }: React$2.ComponentProps<typeof SelectPrimitive.ScrollDownButton>): _$react_jsx_runtime0.JSX.Element;
994
+ //#endregion
995
+ //#region src/shadcns/components/ui/separator.d.ts
996
+ declare function Separator({
997
+ className,
998
+ orientation,
999
+ decorative,
1000
+ ...props
1001
+ }: React$2.ComponentProps<typeof SeparatorPrimitive.Root>): _$react_jsx_runtime0.JSX.Element;
1002
+ //#endregion
1003
+ //#region src/shadcns/components/ui/sheet.d.ts
1004
+ declare function Sheet({
1005
+ ...props
1006
+ }: React$2.ComponentProps<typeof DialogPrimitive.Root>): _$react_jsx_runtime0.JSX.Element;
1007
+ declare function SheetTrigger({
1008
+ ...props
1009
+ }: React$2.ComponentProps<typeof DialogPrimitive.Trigger>): _$react_jsx_runtime0.JSX.Element;
1010
+ declare function SheetClose({
1011
+ ...props
1012
+ }: React$2.ComponentProps<typeof DialogPrimitive.Close>): _$react_jsx_runtime0.JSX.Element;
1013
+ declare function SheetContent({
1014
+ className,
1015
+ children,
1016
+ side,
1017
+ ...props
1018
+ }: React$2.ComponentProps<typeof DialogPrimitive.Content> & {
1019
+ side?: 'top' | 'right' | 'bottom' | 'left';
1020
+ }): _$react_jsx_runtime0.JSX.Element;
1021
+ declare function SheetHeader({
1022
+ className,
1023
+ ...props
1024
+ }: React$2.ComponentProps<'div'>): _$react_jsx_runtime0.JSX.Element;
1025
+ declare function SheetFooter({
1026
+ className,
1027
+ ...props
1028
+ }: React$2.ComponentProps<'div'>): _$react_jsx_runtime0.JSX.Element;
1029
+ declare function SheetTitle({
1030
+ className,
1031
+ ...props
1032
+ }: React$2.ComponentProps<typeof DialogPrimitive.Title>): _$react_jsx_runtime0.JSX.Element;
1033
+ declare function SheetDescription({
1034
+ className,
1035
+ ...props
1036
+ }: React$2.ComponentProps<typeof DialogPrimitive.Description>): _$react_jsx_runtime0.JSX.Element;
1037
+ //#endregion
1038
+ //#region src/shadcns/components/ui/sidebar.d.ts
1039
+ type SidebarContextProps = {
1040
+ state: 'expanded' | 'collapsed';
1041
+ open: boolean;
1042
+ setOpen: (open: boolean) => void;
1043
+ openMobile: boolean;
1044
+ setOpenMobile: (open: boolean) => void;
1045
+ isMobile: boolean;
1046
+ toggleSidebar: () => void;
1047
+ };
1048
+ declare function useSidebar(): SidebarContextProps;
1049
+ declare function SidebarProvider({
1050
+ defaultOpen,
1051
+ open: openProp,
1052
+ onOpenChange: setOpenProp,
1053
+ className,
1054
+ style,
1055
+ children,
1056
+ ...props
1057
+ }: React$2.ComponentProps<'div'> & {
1058
+ defaultOpen?: boolean;
1059
+ open?: boolean;
1060
+ onOpenChange?: (open: boolean) => void;
1061
+ }): _$react_jsx_runtime0.JSX.Element;
1062
+ declare function Sidebar({
1063
+ side,
1064
+ variant,
1065
+ collapsible,
1066
+ className,
1067
+ children,
1068
+ ...props
1069
+ }: React$2.ComponentProps<'div'> & {
1070
+ side?: 'left' | 'right';
1071
+ variant?: 'sidebar' | 'floating' | 'inset';
1072
+ collapsible?: 'offcanvas' | 'icon' | 'none';
1073
+ }): _$react_jsx_runtime0.JSX.Element;
1074
+ declare function SidebarTrigger({
1075
+ className,
1076
+ onClick,
1077
+ ...props
1078
+ }: React$2.ComponentProps<typeof Button>): _$react_jsx_runtime0.JSX.Element;
1079
+ declare function SidebarRail({
1080
+ className,
1081
+ ...props
1082
+ }: React$2.ComponentProps<'button'>): _$react_jsx_runtime0.JSX.Element;
1083
+ declare function SidebarInset({
1084
+ className,
1085
+ ...props
1086
+ }: React$2.ComponentProps<'main'>): _$react_jsx_runtime0.JSX.Element;
1087
+ declare function SidebarInput({
1088
+ className,
1089
+ ...props
1090
+ }: React$2.ComponentProps<typeof Input>): _$react_jsx_runtime0.JSX.Element;
1091
+ declare function SidebarHeader({
1092
+ className,
1093
+ ...props
1094
+ }: React$2.ComponentProps<'div'>): _$react_jsx_runtime0.JSX.Element;
1095
+ declare function SidebarFooter({
1096
+ className,
1097
+ ...props
1098
+ }: React$2.ComponentProps<'div'>): _$react_jsx_runtime0.JSX.Element;
1099
+ declare function SidebarSeparator({
1100
+ className,
1101
+ ...props
1102
+ }: React$2.ComponentProps<typeof Separator>): _$react_jsx_runtime0.JSX.Element;
1103
+ declare function SidebarContent({
1104
+ className,
1105
+ ...props
1106
+ }: React$2.ComponentProps<'div'>): _$react_jsx_runtime0.JSX.Element;
1107
+ declare function SidebarGroup({
1108
+ className,
1109
+ ...props
1110
+ }: React$2.ComponentProps<'div'>): _$react_jsx_runtime0.JSX.Element;
1111
+ declare function SidebarGroupLabel({
1112
+ className,
1113
+ asChild,
1114
+ ...props
1115
+ }: React$2.ComponentProps<'div'> & {
1116
+ asChild?: boolean;
1117
+ }): _$react_jsx_runtime0.JSX.Element;
1118
+ declare function SidebarGroupAction({
1119
+ className,
1120
+ asChild,
1121
+ ...props
1122
+ }: React$2.ComponentProps<'button'> & {
1123
+ asChild?: boolean;
1124
+ }): _$react_jsx_runtime0.JSX.Element;
1125
+ declare function SidebarGroupContent({
1126
+ className,
1127
+ ...props
1128
+ }: React$2.ComponentProps<'div'>): _$react_jsx_runtime0.JSX.Element;
1129
+ declare function SidebarMenu({
1130
+ className,
1131
+ ...props
1132
+ }: React$2.ComponentProps<'ul'>): _$react_jsx_runtime0.JSX.Element;
1133
+ declare function SidebarMenuItem({
1134
+ className,
1135
+ ...props
1136
+ }: React$2.ComponentProps<'li'>): _$react_jsx_runtime0.JSX.Element;
1137
+ declare const sidebarMenuButtonVariants: (props?: ({
1138
+ variant?: "default" | "outline" | null | undefined;
1139
+ size?: "default" | "sm" | "lg" | null | undefined;
1140
+ } & _$class_variance_authority_types0.ClassProp) | undefined) => string;
1141
+ declare function SidebarMenuButton({
1142
+ asChild,
1143
+ isActive,
1144
+ variant,
1145
+ size,
1146
+ tooltip,
1147
+ className,
1148
+ ...props
1149
+ }: React$2.ComponentProps<'button'> & {
1150
+ asChild?: boolean;
1151
+ isActive?: boolean;
1152
+ tooltip?: string | React$2.ComponentProps<typeof TooltipContent>;
1153
+ } & VariantProps<typeof sidebarMenuButtonVariants>): _$react_jsx_runtime0.JSX.Element;
1154
+ declare function SidebarMenuAction({
1155
+ className,
1156
+ asChild,
1157
+ showOnHover,
1158
+ ...props
1159
+ }: React$2.ComponentProps<'button'> & {
1160
+ asChild?: boolean;
1161
+ showOnHover?: boolean;
1162
+ }): _$react_jsx_runtime0.JSX.Element;
1163
+ declare function SidebarMenuBadge({
1164
+ className,
1165
+ ...props
1166
+ }: React$2.ComponentProps<'div'>): _$react_jsx_runtime0.JSX.Element;
1167
+ declare function SidebarMenuSkeleton({
1168
+ className,
1169
+ showIcon,
1170
+ ...props
1171
+ }: React$2.ComponentProps<'div'> & {
1172
+ showIcon?: boolean;
1173
+ }): _$react_jsx_runtime0.JSX.Element;
1174
+ declare function SidebarMenuSub({
1175
+ className,
1176
+ ...props
1177
+ }: React$2.ComponentProps<'ul'>): _$react_jsx_runtime0.JSX.Element;
1178
+ declare function SidebarMenuSubItem({
1179
+ className,
1180
+ ...props
1181
+ }: React$2.ComponentProps<'li'>): _$react_jsx_runtime0.JSX.Element;
1182
+ declare function SidebarMenuSubButton({
1183
+ asChild,
1184
+ size,
1185
+ isActive,
1186
+ className,
1187
+ ...props
1188
+ }: React$2.ComponentProps<'a'> & {
1189
+ asChild?: boolean;
1190
+ size?: 'sm' | 'md';
1191
+ isActive?: boolean;
1192
+ }): _$react_jsx_runtime0.JSX.Element;
1193
+ //#endregion
1194
+ //#region src/shadcns/components/ui/skeleton.d.ts
1195
+ declare function Skeleton({
1196
+ className,
1197
+ ...props
1198
+ }: React.ComponentProps<'div'>): _$react_jsx_runtime0.JSX.Element;
1199
+ //#endregion
1200
+ //#region src/shadcns/components/ui/slider.d.ts
1201
+ declare function Slider({
1202
+ className,
1203
+ defaultValue,
1204
+ value,
1205
+ min,
1206
+ max,
1207
+ ...props
1208
+ }: React$2.ComponentProps<typeof SliderPrimitive.Root>): _$react_jsx_runtime0.JSX.Element;
1209
+ //#endregion
1210
+ //#region src/shadcns/components/ui/sonner.d.ts
1211
+ declare const Toaster: ({
1212
+ ...props
1213
+ }: ToasterProps) => _$react_jsx_runtime0.JSX.Element;
1214
+ //#endregion
1215
+ //#region src/shadcns/components/ui/switch.d.ts
1216
+ declare function Switch({
1217
+ className,
1218
+ ...props
1219
+ }: React$2.ComponentProps<typeof SwitchPrimitive.Root>): _$react_jsx_runtime0.JSX.Element;
1220
+ //#endregion
1221
+ //#region src/shadcns/components/ui/tabs.d.ts
1222
+ declare function Tabs({
1223
+ className,
1224
+ ...props
1225
+ }: React$2.ComponentProps<typeof TabsPrimitive.Root>): _$react_jsx_runtime0.JSX.Element;
1226
+ declare function TabsList({
1227
+ className,
1228
+ ...props
1229
+ }: React$2.ComponentProps<typeof TabsPrimitive.List>): _$react_jsx_runtime0.JSX.Element;
1230
+ declare function TabsTrigger({
1231
+ className,
1232
+ ...props
1233
+ }: React$2.ComponentProps<typeof TabsPrimitive.Trigger>): _$react_jsx_runtime0.JSX.Element;
1234
+ declare function TabsContent({
1235
+ className,
1236
+ ...props
1237
+ }: React$2.ComponentProps<typeof TabsPrimitive.Content>): _$react_jsx_runtime0.JSX.Element;
1238
+ //#endregion
1239
+ //#region src/shadcns/components/ui/table.d.ts
1240
+ declare function Table({
1241
+ className,
1242
+ ...props
1243
+ }: React$2.ComponentProps<'table'>): _$react_jsx_runtime0.JSX.Element;
1244
+ declare function TableHeader({
1245
+ className,
1246
+ ...props
1247
+ }: React$2.ComponentProps<'thead'>): _$react_jsx_runtime0.JSX.Element;
1248
+ declare function TableBody({
1249
+ className,
1250
+ ...props
1251
+ }: React$2.ComponentProps<'tbody'>): _$react_jsx_runtime0.JSX.Element;
1252
+ declare function TableFooter({
1253
+ className,
1254
+ ...props
1255
+ }: React$2.ComponentProps<'tfoot'>): _$react_jsx_runtime0.JSX.Element;
1256
+ declare function TableRow({
1257
+ className,
1258
+ ...props
1259
+ }: React$2.ComponentProps<'tr'>): _$react_jsx_runtime0.JSX.Element;
1260
+ declare function TableHead({
1261
+ className,
1262
+ ...props
1263
+ }: React$2.ComponentProps<'th'>): _$react_jsx_runtime0.JSX.Element;
1264
+ declare function TableCell({
1265
+ className,
1266
+ ...props
1267
+ }: React$2.ComponentProps<'td'>): _$react_jsx_runtime0.JSX.Element;
1268
+ declare function TableCaption({
1269
+ className,
1270
+ ...props
1271
+ }: React$2.ComponentProps<'caption'>): _$react_jsx_runtime0.JSX.Element;
1272
+ //#endregion
1273
+ //#region src/shadcns/components/ui/textarea.d.ts
1274
+ declare function Textarea({
1275
+ className,
1276
+ ...props
1277
+ }: React$2.ComponentProps<'textarea'>): _$react_jsx_runtime0.JSX.Element;
1278
+ //#endregion
1279
+ //#region src/shadcns/components/ui/toggle-group.d.ts
1280
+ declare function ToggleGroup({
1281
+ className,
1282
+ variant,
1283
+ size,
1284
+ children,
1285
+ ...props
1286
+ }: React$2.ComponentProps<typeof ToggleGroupPrimitive.Root> & VariantProps<typeof toggleVariants>): _$react_jsx_runtime0.JSX.Element;
1287
+ declare function ToggleGroupItem({
1288
+ className,
1289
+ children,
1290
+ variant,
1291
+ size,
1292
+ ...props
1293
+ }: React$2.ComponentProps<typeof ToggleGroupPrimitive.Item> & VariantProps<typeof toggleVariants>): _$react_jsx_runtime0.JSX.Element;
1294
+ //#endregion
1295
+ //#region src/shadcns/components/ui/toggle.d.ts
1296
+ declare const toggleVariants: (props?: ({
1297
+ variant?: "default" | "outline" | null | undefined;
1298
+ size?: "default" | "sm" | "lg" | null | undefined;
1299
+ } & _$class_variance_authority_types0.ClassProp) | undefined) => string;
1300
+ declare function Toggle({
1301
+ className,
1302
+ variant,
1303
+ size,
1304
+ ...props
1305
+ }: React$2.ComponentProps<typeof TogglePrimitive.Root> & VariantProps<typeof toggleVariants>): _$react_jsx_runtime0.JSX.Element;
1306
+ //#endregion
1307
+ //#region src/shadcns/components/ui/tooltip.d.ts
1308
+ declare function TooltipProvider({
1309
+ delayDuration,
1310
+ ...props
1311
+ }: React$2.ComponentProps<typeof TooltipPrimitive.Provider>): _$react_jsx_runtime0.JSX.Element;
1312
+ declare function Tooltip({
1313
+ ...props
1314
+ }: React$2.ComponentProps<typeof TooltipPrimitive.Root>): _$react_jsx_runtime0.JSX.Element;
1315
+ declare function TooltipTrigger({
1316
+ ...props
1317
+ }: React$2.ComponentProps<typeof TooltipPrimitive.Trigger>): _$react_jsx_runtime0.JSX.Element;
1318
+ declare function TooltipContent({
1319
+ className,
1320
+ sideOffset,
1321
+ children,
1322
+ ...props
1323
+ }: React$2.ComponentProps<typeof TooltipPrimitive.Content>): _$react_jsx_runtime0.JSX.Element;
1324
+ //#endregion
1325
+ //#region src/shadcns/hooks/use-mobile.d.ts
1326
+ declare function useIsMobile(): boolean;
1327
+ //#endregion
1328
+ //#region src/shadcns/lib/utils.d.ts
1329
+ declare function cn(...inputs: ClassValue[]): string;
1330
+ //#endregion
1331
+ export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, Alert, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AspectRatio, Avatar, AvatarFallback, AvatarImage, Badge, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, Button, Calendar, CalendarDayButton, Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, ChartConfig, ChartContainer, ChartLegend, ChartLegendContent, ChartStyle, ChartTooltip, ChartTooltipContent, Checkbox, Collapsible, CollapsibleContent, CollapsibleTrigger, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, HoverCard, HoverCardContent, HoverCardTrigger, Input, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, Label, Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, Progress, RadioGroup, RadioGroupItem, ResizableHandle, ResizablePanel, ResizablePanelGroup, ScrollArea, ScrollBar, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, Skeleton, Slider, Switch, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, Textarea, Toaster, Toggle, ToggleGroup, ToggleGroupItem, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, badgeVariants, buttonVariants, cn, navigationMenuTriggerStyle, toggleVariants, useFormField, useIsMobile, useSidebar };
1332
+ //# sourceMappingURL=index.d.mts.map