appos 0.1.22-0 → 0.1.23-0

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.
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime3 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime0 from "react/jsx-runtime";
2
2
  import { Accordion as Accordion$1, AlertDialog as AlertDialog$1, AspectRatio as AspectRatio$1, Avatar as Avatar$1, Checkbox as Checkbox$1, Collapsible as Collapsible$1, ContextMenu as ContextMenu$1, Dialog as Dialog$1, DropdownMenu as DropdownMenu$1, HoverCard as HoverCard$1, Label as Label$1, Menubar as Menubar$1, NavigationMenu as NavigationMenu$1, Popover as Popover$1, Progress as Progress$1, RadioGroup as RadioGroup$1, ScrollArea as ScrollArea$1, Select as Select$1, Separator as Separator$1, Slider as Slider$1, Switch as Switch$1, Tabs as Tabs$1, Toggle as Toggle$1, ToggleGroup as ToggleGroup$1, Tooltip as Tooltip$1 } from "radix-ui";
3
3
  import * as React$1 from "react";
4
4
  import * as class_variance_authority_types0 from "class-variance-authority/types";
@@ -19,21 +19,21 @@ import { ToasterProps } from "sonner";
19
19
  //#region app/components/ui/accordion.d.ts
20
20
  declare function Accordion({
21
21
  ...props
22
- }: React$1.ComponentProps<typeof Accordion$1.Root>): react_jsx_runtime3.JSX.Element;
22
+ }: React$1.ComponentProps<typeof Accordion$1.Root>): react_jsx_runtime0.JSX.Element;
23
23
  declare function AccordionItem({
24
24
  className,
25
25
  ...props
26
- }: React$1.ComponentProps<typeof Accordion$1.Item>): react_jsx_runtime3.JSX.Element;
26
+ }: React$1.ComponentProps<typeof Accordion$1.Item>): react_jsx_runtime0.JSX.Element;
27
27
  declare function AccordionTrigger({
28
28
  className,
29
29
  children,
30
30
  ...props
31
- }: React$1.ComponentProps<typeof Accordion$1.Trigger>): react_jsx_runtime3.JSX.Element;
31
+ }: React$1.ComponentProps<typeof Accordion$1.Trigger>): react_jsx_runtime0.JSX.Element;
32
32
  declare function AccordionContent({
33
33
  className,
34
34
  children,
35
35
  ...props
36
- }: React$1.ComponentProps<typeof Accordion$1.Content>): react_jsx_runtime3.JSX.Element;
36
+ }: React$1.ComponentProps<typeof Accordion$1.Content>): react_jsx_runtime0.JSX.Element;
37
37
  //#endregion
38
38
  //#region app/components/ui/alert.d.ts
39
39
  declare const alertVariants: (props?: ({
@@ -43,77 +43,77 @@ declare function Alert({
43
43
  className,
44
44
  variant,
45
45
  ...props
46
- }: React$1.ComponentProps<"div"> & VariantProps<typeof alertVariants>): react_jsx_runtime3.JSX.Element;
46
+ }: React$1.ComponentProps<"div"> & VariantProps<typeof alertVariants>): react_jsx_runtime0.JSX.Element;
47
47
  declare function AlertTitle({
48
48
  className,
49
49
  ...props
50
- }: React$1.ComponentProps<"div">): react_jsx_runtime3.JSX.Element;
50
+ }: React$1.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
51
51
  declare function AlertDescription({
52
52
  className,
53
53
  ...props
54
- }: React$1.ComponentProps<"div">): react_jsx_runtime3.JSX.Element;
54
+ }: React$1.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
55
55
  //#endregion
56
56
  //#region app/components/ui/alert-dialog.d.ts
57
57
  declare function AlertDialog({
58
58
  ...props
59
- }: React$1.ComponentProps<typeof AlertDialog$1.Root>): react_jsx_runtime3.JSX.Element;
59
+ }: React$1.ComponentProps<typeof AlertDialog$1.Root>): react_jsx_runtime0.JSX.Element;
60
60
  declare function AlertDialogTrigger({
61
61
  ...props
62
- }: React$1.ComponentProps<typeof AlertDialog$1.Trigger>): react_jsx_runtime3.JSX.Element;
62
+ }: React$1.ComponentProps<typeof AlertDialog$1.Trigger>): react_jsx_runtime0.JSX.Element;
63
63
  declare function AlertDialogPortal({
64
64
  ...props
65
- }: React$1.ComponentProps<typeof AlertDialog$1.Portal>): react_jsx_runtime3.JSX.Element;
65
+ }: React$1.ComponentProps<typeof AlertDialog$1.Portal>): react_jsx_runtime0.JSX.Element;
66
66
  declare function AlertDialogOverlay({
67
67
  className,
68
68
  ...props
69
- }: React$1.ComponentProps<typeof AlertDialog$1.Overlay>): react_jsx_runtime3.JSX.Element;
69
+ }: React$1.ComponentProps<typeof AlertDialog$1.Overlay>): react_jsx_runtime0.JSX.Element;
70
70
  declare function AlertDialogContent({
71
71
  className,
72
72
  ...props
73
- }: React$1.ComponentProps<typeof AlertDialog$1.Content>): react_jsx_runtime3.JSX.Element;
73
+ }: React$1.ComponentProps<typeof AlertDialog$1.Content>): react_jsx_runtime0.JSX.Element;
74
74
  declare function AlertDialogHeader({
75
75
  className,
76
76
  ...props
77
- }: React$1.ComponentProps<"div">): react_jsx_runtime3.JSX.Element;
77
+ }: React$1.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
78
78
  declare function AlertDialogFooter({
79
79
  className,
80
80
  ...props
81
- }: React$1.ComponentProps<"div">): react_jsx_runtime3.JSX.Element;
81
+ }: React$1.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
82
82
  declare function AlertDialogTitle({
83
83
  className,
84
84
  ...props
85
- }: React$1.ComponentProps<typeof AlertDialog$1.Title>): react_jsx_runtime3.JSX.Element;
85
+ }: React$1.ComponentProps<typeof AlertDialog$1.Title>): react_jsx_runtime0.JSX.Element;
86
86
  declare function AlertDialogDescription({
87
87
  className,
88
88
  ...props
89
- }: React$1.ComponentProps<typeof AlertDialog$1.Description>): react_jsx_runtime3.JSX.Element;
89
+ }: React$1.ComponentProps<typeof AlertDialog$1.Description>): react_jsx_runtime0.JSX.Element;
90
90
  declare function AlertDialogAction({
91
91
  className,
92
92
  ...props
93
- }: React$1.ComponentProps<typeof AlertDialog$1.Action>): react_jsx_runtime3.JSX.Element;
93
+ }: React$1.ComponentProps<typeof AlertDialog$1.Action>): react_jsx_runtime0.JSX.Element;
94
94
  declare function AlertDialogCancel({
95
95
  className,
96
96
  ...props
97
- }: React$1.ComponentProps<typeof AlertDialog$1.Cancel>): react_jsx_runtime3.JSX.Element;
97
+ }: React$1.ComponentProps<typeof AlertDialog$1.Cancel>): react_jsx_runtime0.JSX.Element;
98
98
  //#endregion
99
99
  //#region app/components/ui/aspect-ratio.d.ts
100
100
  declare function AspectRatio({
101
101
  ...props
102
- }: React.ComponentProps<typeof AspectRatio$1.Root>): react_jsx_runtime3.JSX.Element;
102
+ }: React.ComponentProps<typeof AspectRatio$1.Root>): react_jsx_runtime0.JSX.Element;
103
103
  //#endregion
104
104
  //#region app/components/ui/avatar.d.ts
105
105
  declare function Avatar({
106
106
  className,
107
107
  ...props
108
- }: React$1.ComponentProps<typeof Avatar$1.Root>): react_jsx_runtime3.JSX.Element;
108
+ }: React$1.ComponentProps<typeof Avatar$1.Root>): react_jsx_runtime0.JSX.Element;
109
109
  declare function AvatarImage({
110
110
  className,
111
111
  ...props
112
- }: React$1.ComponentProps<typeof Avatar$1.Image>): react_jsx_runtime3.JSX.Element;
112
+ }: React$1.ComponentProps<typeof Avatar$1.Image>): react_jsx_runtime0.JSX.Element;
113
113
  declare function AvatarFallback({
114
114
  className,
115
115
  ...props
116
- }: React$1.ComponentProps<typeof Avatar$1.Fallback>): react_jsx_runtime3.JSX.Element;
116
+ }: React$1.ComponentProps<typeof Avatar$1.Fallback>): react_jsx_runtime0.JSX.Element;
117
117
  //#endregion
118
118
  //#region app/components/ui/badge.d.ts
119
119
  declare const badgeVariants: (props?: ({
@@ -126,40 +126,40 @@ declare function Badge({
126
126
  ...props
127
127
  }: React$1.ComponentProps<"span"> & VariantProps<typeof badgeVariants> & {
128
128
  asChild?: boolean;
129
- }): react_jsx_runtime3.JSX.Element;
129
+ }): react_jsx_runtime0.JSX.Element;
130
130
  //#endregion
131
131
  //#region app/components/ui/breadcrumb.d.ts
132
132
  declare function Breadcrumb({
133
133
  ...props
134
- }: React$1.ComponentProps<"nav">): react_jsx_runtime3.JSX.Element;
134
+ }: React$1.ComponentProps<"nav">): react_jsx_runtime0.JSX.Element;
135
135
  declare function BreadcrumbList({
136
136
  className,
137
137
  ...props
138
- }: React$1.ComponentProps<"ol">): react_jsx_runtime3.JSX.Element;
138
+ }: React$1.ComponentProps<"ol">): react_jsx_runtime0.JSX.Element;
139
139
  declare function BreadcrumbItem({
140
140
  className,
141
141
  ...props
142
- }: React$1.ComponentProps<"li">): react_jsx_runtime3.JSX.Element;
142
+ }: React$1.ComponentProps<"li">): react_jsx_runtime0.JSX.Element;
143
143
  declare function BreadcrumbLink({
144
144
  asChild,
145
145
  className,
146
146
  ...props
147
147
  }: React$1.ComponentProps<"a"> & {
148
148
  asChild?: boolean;
149
- }): react_jsx_runtime3.JSX.Element;
149
+ }): react_jsx_runtime0.JSX.Element;
150
150
  declare function BreadcrumbPage({
151
151
  className,
152
152
  ...props
153
- }: React$1.ComponentProps<"span">): react_jsx_runtime3.JSX.Element;
153
+ }: React$1.ComponentProps<"span">): react_jsx_runtime0.JSX.Element;
154
154
  declare function BreadcrumbSeparator({
155
155
  children,
156
156
  className,
157
157
  ...props
158
- }: React$1.ComponentProps<"li">): react_jsx_runtime3.JSX.Element;
158
+ }: React$1.ComponentProps<"li">): react_jsx_runtime0.JSX.Element;
159
159
  declare function BreadcrumbEllipsis({
160
160
  className,
161
161
  ...props
162
- }: React$1.ComponentProps<"span">): react_jsx_runtime3.JSX.Element;
162
+ }: React$1.ComponentProps<"span">): react_jsx_runtime0.JSX.Element;
163
163
  //#endregion
164
164
  //#region app/components/ui/button.d.ts
165
165
  declare const buttonVariants: (props?: ({
@@ -174,7 +174,7 @@ declare function Button({
174
174
  ...props
175
175
  }: React$1.ComponentProps<"button"> & VariantProps<typeof buttonVariants> & {
176
176
  asChild?: boolean;
177
- }): react_jsx_runtime3.JSX.Element;
177
+ }): react_jsx_runtime0.JSX.Element;
178
178
  //#endregion
179
179
  //#region app/components/ui/separator.d.ts
180
180
  declare function Separator({
@@ -182,7 +182,7 @@ declare function Separator({
182
182
  orientation,
183
183
  decorative,
184
184
  ...props
185
- }: React$1.ComponentProps<typeof Separator$1.Root>): react_jsx_runtime3.JSX.Element;
185
+ }: React$1.ComponentProps<typeof Separator$1.Root>): react_jsx_runtime0.JSX.Element;
186
186
  //#endregion
187
187
  //#region app/components/ui/button-group.d.ts
188
188
  declare const buttonGroupVariants: (props?: ({
@@ -192,19 +192,19 @@ declare function ButtonGroup({
192
192
  className,
193
193
  orientation,
194
194
  ...props
195
- }: React.ComponentProps<"div"> & VariantProps<typeof buttonGroupVariants>): react_jsx_runtime3.JSX.Element;
195
+ }: React.ComponentProps<"div"> & VariantProps<typeof buttonGroupVariants>): react_jsx_runtime0.JSX.Element;
196
196
  declare function ButtonGroupText({
197
197
  className,
198
198
  asChild,
199
199
  ...props
200
200
  }: React.ComponentProps<"div"> & {
201
201
  asChild?: boolean;
202
- }): react_jsx_runtime3.JSX.Element;
202
+ }): react_jsx_runtime0.JSX.Element;
203
203
  declare function ButtonGroupSeparator({
204
204
  className,
205
205
  orientation,
206
206
  ...props
207
- }: React.ComponentProps<typeof Separator>): react_jsx_runtime3.JSX.Element;
207
+ }: React.ComponentProps<typeof Separator>): react_jsx_runtime0.JSX.Element;
208
208
  //#endregion
209
209
  //#region app/components/ui/calendar.d.ts
210
210
  declare function Calendar({
@@ -218,43 +218,43 @@ declare function Calendar({
218
218
  ...props
219
219
  }: React$1.ComponentProps<typeof DayPicker> & {
220
220
  buttonVariant?: React$1.ComponentProps<typeof Button>["variant"];
221
- }): react_jsx_runtime3.JSX.Element;
221
+ }): react_jsx_runtime0.JSX.Element;
222
222
  declare function CalendarDayButton({
223
223
  className,
224
224
  day,
225
225
  modifiers,
226
226
  ...props
227
- }: React$1.ComponentProps<typeof DayButton>): react_jsx_runtime3.JSX.Element;
227
+ }: React$1.ComponentProps<typeof DayButton>): react_jsx_runtime0.JSX.Element;
228
228
  //#endregion
229
229
  //#region app/components/ui/card.d.ts
230
230
  declare function Card({
231
231
  className,
232
232
  ...props
233
- }: React$1.ComponentProps<"div">): react_jsx_runtime3.JSX.Element;
233
+ }: React$1.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
234
234
  declare function CardHeader({
235
235
  className,
236
236
  ...props
237
- }: React$1.ComponentProps<"div">): react_jsx_runtime3.JSX.Element;
237
+ }: React$1.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
238
238
  declare function CardTitle({
239
239
  className,
240
240
  ...props
241
- }: React$1.ComponentProps<"div">): react_jsx_runtime3.JSX.Element;
241
+ }: React$1.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
242
242
  declare function CardDescription({
243
243
  className,
244
244
  ...props
245
- }: React$1.ComponentProps<"div">): react_jsx_runtime3.JSX.Element;
245
+ }: React$1.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
246
246
  declare function CardAction({
247
247
  className,
248
248
  ...props
249
- }: React$1.ComponentProps<"div">): react_jsx_runtime3.JSX.Element;
249
+ }: React$1.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
250
250
  declare function CardContent({
251
251
  className,
252
252
  ...props
253
- }: React$1.ComponentProps<"div">): react_jsx_runtime3.JSX.Element;
253
+ }: React$1.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
254
254
  declare function CardFooter({
255
255
  className,
256
256
  ...props
257
- }: React$1.ComponentProps<"div">): react_jsx_runtime3.JSX.Element;
257
+ }: React$1.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
258
258
  //#endregion
259
259
  //#region app/components/ui/carousel.d.ts
260
260
  type CarouselApi = UseEmblaCarouselType[1];
@@ -275,27 +275,27 @@ declare function Carousel({
275
275
  className,
276
276
  children,
277
277
  ...props
278
- }: React$1.ComponentProps<"div"> & CarouselProps): react_jsx_runtime3.JSX.Element;
278
+ }: React$1.ComponentProps<"div"> & CarouselProps): react_jsx_runtime0.JSX.Element;
279
279
  declare function CarouselContent({
280
280
  className,
281
281
  ...props
282
- }: React$1.ComponentProps<"div">): react_jsx_runtime3.JSX.Element;
282
+ }: React$1.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
283
283
  declare function CarouselItem({
284
284
  className,
285
285
  ...props
286
- }: React$1.ComponentProps<"div">): react_jsx_runtime3.JSX.Element;
286
+ }: React$1.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
287
287
  declare function CarouselPrevious({
288
288
  className,
289
289
  variant,
290
290
  size,
291
291
  ...props
292
- }: React$1.ComponentProps<typeof Button>): react_jsx_runtime3.JSX.Element;
292
+ }: React$1.ComponentProps<typeof Button>): react_jsx_runtime0.JSX.Element;
293
293
  declare function CarouselNext({
294
294
  className,
295
295
  variant,
296
296
  size,
297
297
  ...props
298
- }: React$1.ComponentProps<typeof Button>): react_jsx_runtime3.JSX.Element;
298
+ }: React$1.ComponentProps<typeof Button>): react_jsx_runtime0.JSX.Element;
299
299
  //#endregion
300
300
  //#region app/components/ui/chart.d.ts
301
301
  declare const THEMES: {
@@ -321,14 +321,14 @@ declare function ChartContainer({
321
321
  }: React$1.ComponentProps<"div"> & {
322
322
  config: ChartConfig;
323
323
  children: React$1.ComponentProps<typeof RechartsPrimitive.ResponsiveContainer>["children"];
324
- }): react_jsx_runtime3.JSX.Element;
324
+ }): react_jsx_runtime0.JSX.Element;
325
325
  declare const ChartStyle: ({
326
326
  id,
327
327
  config
328
328
  }: {
329
329
  id: string;
330
330
  config: ChartConfig;
331
- }) => react_jsx_runtime3.JSX.Element | null;
331
+ }) => react_jsx_runtime0.JSX.Element | null;
332
332
  declare const ChartTooltip: typeof RechartsPrimitive.Tooltip;
333
333
  declare function ChartTooltipContent({
334
334
  active,
@@ -350,7 +350,7 @@ declare function ChartTooltipContent({
350
350
  indicator?: "line" | "dot" | "dashed";
351
351
  nameKey?: string;
352
352
  labelKey?: string;
353
- } & Omit<RechartsPrimitive.DefaultTooltipContentProps<ValueType, NameType>, "accessibilityLayer">): react_jsx_runtime3.JSX.Element | null;
353
+ } & Omit<RechartsPrimitive.DefaultTooltipContentProps<ValueType, NameType>, "accessibilityLayer">): react_jsx_runtime0.JSX.Element | null;
354
354
  declare const ChartLegend: typeof RechartsPrimitive.Legend;
355
355
  declare function ChartLegendContent({
356
356
  className,
@@ -361,42 +361,42 @@ declare function ChartLegendContent({
361
361
  }: React$1.ComponentProps<"div"> & {
362
362
  hideIcon?: boolean;
363
363
  nameKey?: string;
364
- } & RechartsPrimitive.DefaultLegendContentProps): react_jsx_runtime3.JSX.Element | null;
364
+ } & RechartsPrimitive.DefaultLegendContentProps): react_jsx_runtime0.JSX.Element | null;
365
365
  //#endregion
366
366
  //#region app/components/ui/checkbox.d.ts
367
367
  declare function Checkbox({
368
368
  className,
369
369
  ...props
370
- }: React$1.ComponentProps<typeof Checkbox$1.Root>): react_jsx_runtime3.JSX.Element;
370
+ }: React$1.ComponentProps<typeof Checkbox$1.Root>): react_jsx_runtime0.JSX.Element;
371
371
  //#endregion
372
372
  //#region app/components/ui/collapsible.d.ts
373
373
  declare function Collapsible({
374
374
  ...props
375
- }: React.ComponentProps<typeof Collapsible$1.Root>): react_jsx_runtime3.JSX.Element;
375
+ }: React.ComponentProps<typeof Collapsible$1.Root>): react_jsx_runtime0.JSX.Element;
376
376
  declare function CollapsibleTrigger({
377
377
  ...props
378
- }: React.ComponentProps<typeof Collapsible$1.CollapsibleTrigger>): react_jsx_runtime3.JSX.Element;
378
+ }: React.ComponentProps<typeof Collapsible$1.CollapsibleTrigger>): react_jsx_runtime0.JSX.Element;
379
379
  declare function CollapsibleContent({
380
380
  ...props
381
- }: React.ComponentProps<typeof Collapsible$1.CollapsibleContent>): react_jsx_runtime3.JSX.Element;
381
+ }: React.ComponentProps<typeof Collapsible$1.CollapsibleContent>): react_jsx_runtime0.JSX.Element;
382
382
  //#endregion
383
383
  //#region app/components/ui/dialog.d.ts
384
384
  declare function Dialog({
385
385
  ...props
386
- }: React$1.ComponentProps<typeof Dialog$1.Root>): react_jsx_runtime3.JSX.Element;
386
+ }: React$1.ComponentProps<typeof Dialog$1.Root>): react_jsx_runtime0.JSX.Element;
387
387
  declare function DialogTrigger({
388
388
  ...props
389
- }: React$1.ComponentProps<typeof Dialog$1.Trigger>): react_jsx_runtime3.JSX.Element;
389
+ }: React$1.ComponentProps<typeof Dialog$1.Trigger>): react_jsx_runtime0.JSX.Element;
390
390
  declare function DialogPortal({
391
391
  ...props
392
- }: React$1.ComponentProps<typeof Dialog$1.Portal>): react_jsx_runtime3.JSX.Element;
392
+ }: React$1.ComponentProps<typeof Dialog$1.Portal>): react_jsx_runtime0.JSX.Element;
393
393
  declare function DialogClose({
394
394
  ...props
395
- }: React$1.ComponentProps<typeof Dialog$1.Close>): react_jsx_runtime3.JSX.Element;
395
+ }: React$1.ComponentProps<typeof Dialog$1.Close>): react_jsx_runtime0.JSX.Element;
396
396
  declare function DialogOverlay({
397
397
  className,
398
398
  ...props
399
- }: React$1.ComponentProps<typeof Dialog$1.Overlay>): react_jsx_runtime3.JSX.Element;
399
+ }: React$1.ComponentProps<typeof Dialog$1.Overlay>): react_jsx_runtime0.JSX.Element;
400
400
  declare function DialogContent({
401
401
  className,
402
402
  children,
@@ -404,29 +404,29 @@ declare function DialogContent({
404
404
  ...props
405
405
  }: React$1.ComponentProps<typeof Dialog$1.Content> & {
406
406
  showCloseButton?: boolean;
407
- }): react_jsx_runtime3.JSX.Element;
407
+ }): react_jsx_runtime0.JSX.Element;
408
408
  declare function DialogHeader({
409
409
  className,
410
410
  ...props
411
- }: React$1.ComponentProps<"div">): react_jsx_runtime3.JSX.Element;
411
+ }: React$1.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
412
412
  declare function DialogFooter({
413
413
  className,
414
414
  ...props
415
- }: React$1.ComponentProps<"div">): react_jsx_runtime3.JSX.Element;
415
+ }: React$1.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
416
416
  declare function DialogTitle({
417
417
  className,
418
418
  ...props
419
- }: React$1.ComponentProps<typeof Dialog$1.Title>): react_jsx_runtime3.JSX.Element;
419
+ }: React$1.ComponentProps<typeof Dialog$1.Title>): react_jsx_runtime0.JSX.Element;
420
420
  declare function DialogDescription({
421
421
  className,
422
422
  ...props
423
- }: React$1.ComponentProps<typeof Dialog$1.Description>): react_jsx_runtime3.JSX.Element;
423
+ }: React$1.ComponentProps<typeof Dialog$1.Description>): react_jsx_runtime0.JSX.Element;
424
424
  //#endregion
425
425
  //#region app/components/ui/command.d.ts
426
426
  declare function Command({
427
427
  className,
428
428
  ...props
429
- }: React$1.ComponentProps<typeof Command$1>): react_jsx_runtime3.JSX.Element;
429
+ }: React$1.ComponentProps<typeof Command$1>): react_jsx_runtime0.JSX.Element;
430
430
  declare function CommandDialog({
431
431
  title,
432
432
  description,
@@ -439,54 +439,54 @@ declare function CommandDialog({
439
439
  description?: string;
440
440
  className?: string;
441
441
  showCloseButton?: boolean;
442
- }): react_jsx_runtime3.JSX.Element;
442
+ }): react_jsx_runtime0.JSX.Element;
443
443
  declare function CommandInput({
444
444
  className,
445
445
  ...props
446
- }: React$1.ComponentProps<typeof Command$1.Input>): react_jsx_runtime3.JSX.Element;
446
+ }: React$1.ComponentProps<typeof Command$1.Input>): react_jsx_runtime0.JSX.Element;
447
447
  declare function CommandList({
448
448
  className,
449
449
  ...props
450
- }: React$1.ComponentProps<typeof Command$1.List>): react_jsx_runtime3.JSX.Element;
450
+ }: React$1.ComponentProps<typeof Command$1.List>): react_jsx_runtime0.JSX.Element;
451
451
  declare function CommandEmpty({
452
452
  ...props
453
- }: React$1.ComponentProps<typeof Command$1.Empty>): react_jsx_runtime3.JSX.Element;
453
+ }: React$1.ComponentProps<typeof Command$1.Empty>): react_jsx_runtime0.JSX.Element;
454
454
  declare function CommandGroup({
455
455
  className,
456
456
  ...props
457
- }: React$1.ComponentProps<typeof Command$1.Group>): react_jsx_runtime3.JSX.Element;
457
+ }: React$1.ComponentProps<typeof Command$1.Group>): react_jsx_runtime0.JSX.Element;
458
458
  declare function CommandSeparator({
459
459
  className,
460
460
  ...props
461
- }: React$1.ComponentProps<typeof Command$1.Separator>): react_jsx_runtime3.JSX.Element;
461
+ }: React$1.ComponentProps<typeof Command$1.Separator>): react_jsx_runtime0.JSX.Element;
462
462
  declare function CommandItem({
463
463
  className,
464
464
  ...props
465
- }: React$1.ComponentProps<typeof Command$1.Item>): react_jsx_runtime3.JSX.Element;
465
+ }: React$1.ComponentProps<typeof Command$1.Item>): react_jsx_runtime0.JSX.Element;
466
466
  declare function CommandShortcut({
467
467
  className,
468
468
  ...props
469
- }: React$1.ComponentProps<"span">): react_jsx_runtime3.JSX.Element;
469
+ }: React$1.ComponentProps<"span">): react_jsx_runtime0.JSX.Element;
470
470
  //#endregion
471
471
  //#region app/components/ui/context-menu.d.ts
472
472
  declare function ContextMenu({
473
473
  ...props
474
- }: React$1.ComponentProps<typeof ContextMenu$1.Root>): react_jsx_runtime3.JSX.Element;
474
+ }: React$1.ComponentProps<typeof ContextMenu$1.Root>): react_jsx_runtime0.JSX.Element;
475
475
  declare function ContextMenuTrigger({
476
476
  ...props
477
- }: React$1.ComponentProps<typeof ContextMenu$1.Trigger>): react_jsx_runtime3.JSX.Element;
477
+ }: React$1.ComponentProps<typeof ContextMenu$1.Trigger>): react_jsx_runtime0.JSX.Element;
478
478
  declare function ContextMenuGroup({
479
479
  ...props
480
- }: React$1.ComponentProps<typeof ContextMenu$1.Group>): react_jsx_runtime3.JSX.Element;
480
+ }: React$1.ComponentProps<typeof ContextMenu$1.Group>): react_jsx_runtime0.JSX.Element;
481
481
  declare function ContextMenuPortal({
482
482
  ...props
483
- }: React$1.ComponentProps<typeof ContextMenu$1.Portal>): react_jsx_runtime3.JSX.Element;
483
+ }: React$1.ComponentProps<typeof ContextMenu$1.Portal>): react_jsx_runtime0.JSX.Element;
484
484
  declare function ContextMenuSub({
485
485
  ...props
486
- }: React$1.ComponentProps<typeof ContextMenu$1.Sub>): react_jsx_runtime3.JSX.Element;
486
+ }: React$1.ComponentProps<typeof ContextMenu$1.Sub>): react_jsx_runtime0.JSX.Element;
487
487
  declare function ContextMenuRadioGroup({
488
488
  ...props
489
- }: React$1.ComponentProps<typeof ContextMenu$1.RadioGroup>): react_jsx_runtime3.JSX.Element;
489
+ }: React$1.ComponentProps<typeof ContextMenu$1.RadioGroup>): react_jsx_runtime0.JSX.Element;
490
490
  declare function ContextMenuSubTrigger({
491
491
  className,
492
492
  inset,
@@ -494,15 +494,15 @@ declare function ContextMenuSubTrigger({
494
494
  ...props
495
495
  }: React$1.ComponentProps<typeof ContextMenu$1.SubTrigger> & {
496
496
  inset?: boolean;
497
- }): react_jsx_runtime3.JSX.Element;
497
+ }): react_jsx_runtime0.JSX.Element;
498
498
  declare function ContextMenuSubContent({
499
499
  className,
500
500
  ...props
501
- }: React$1.ComponentProps<typeof ContextMenu$1.SubContent>): react_jsx_runtime3.JSX.Element;
501
+ }: React$1.ComponentProps<typeof ContextMenu$1.SubContent>): react_jsx_runtime0.JSX.Element;
502
502
  declare function ContextMenuContent({
503
503
  className,
504
504
  ...props
505
- }: React$1.ComponentProps<typeof ContextMenu$1.Content>): react_jsx_runtime3.JSX.Element;
505
+ }: React$1.ComponentProps<typeof ContextMenu$1.Content>): react_jsx_runtime0.JSX.Element;
506
506
  declare function ContextMenuItem({
507
507
  className,
508
508
  inset,
@@ -511,33 +511,33 @@ declare function ContextMenuItem({
511
511
  }: React$1.ComponentProps<typeof ContextMenu$1.Item> & {
512
512
  inset?: boolean;
513
513
  variant?: "default" | "destructive";
514
- }): react_jsx_runtime3.JSX.Element;
514
+ }): react_jsx_runtime0.JSX.Element;
515
515
  declare function ContextMenuCheckboxItem({
516
516
  className,
517
517
  children,
518
518
  checked,
519
519
  ...props
520
- }: React$1.ComponentProps<typeof ContextMenu$1.CheckboxItem>): react_jsx_runtime3.JSX.Element;
520
+ }: React$1.ComponentProps<typeof ContextMenu$1.CheckboxItem>): react_jsx_runtime0.JSX.Element;
521
521
  declare function ContextMenuRadioItem({
522
522
  className,
523
523
  children,
524
524
  ...props
525
- }: React$1.ComponentProps<typeof ContextMenu$1.RadioItem>): react_jsx_runtime3.JSX.Element;
525
+ }: React$1.ComponentProps<typeof ContextMenu$1.RadioItem>): react_jsx_runtime0.JSX.Element;
526
526
  declare function ContextMenuLabel({
527
527
  className,
528
528
  inset,
529
529
  ...props
530
530
  }: React$1.ComponentProps<typeof ContextMenu$1.Label> & {
531
531
  inset?: boolean;
532
- }): react_jsx_runtime3.JSX.Element;
532
+ }): react_jsx_runtime0.JSX.Element;
533
533
  declare function ContextMenuSeparator({
534
534
  className,
535
535
  ...props
536
- }: React$1.ComponentProps<typeof ContextMenu$1.Separator>): react_jsx_runtime3.JSX.Element;
536
+ }: React$1.ComponentProps<typeof ContextMenu$1.Separator>): react_jsx_runtime0.JSX.Element;
537
537
  declare function ContextMenuShortcut({
538
538
  className,
539
539
  ...props
540
- }: React$1.ComponentProps<"span">): react_jsx_runtime3.JSX.Element;
540
+ }: React$1.ComponentProps<"span">): react_jsx_runtime0.JSX.Element;
541
541
  //#endregion
542
542
  //#region app/components/ui/date-input.d.ts
543
543
  interface DateInputProps {
@@ -554,7 +554,7 @@ declare function DateInput({
554
554
  defaultValue,
555
555
  disabled,
556
556
  ...props
557
- }: DateInputProps): react_jsx_runtime3.JSX.Element;
557
+ }: DateInputProps): react_jsx_runtime0.JSX.Element;
558
558
  //#endregion
559
559
  //#region app/components/ui/date-multiple-input.d.ts
560
560
  interface DateMultipleInputProps {
@@ -571,7 +571,7 @@ declare function DateMultipleInput({
571
571
  defaultValue,
572
572
  disabled,
573
573
  ...props
574
- }: DateMultipleInputProps): react_jsx_runtime3.JSX.Element;
574
+ }: DateMultipleInputProps): react_jsx_runtime0.JSX.Element;
575
575
  //#endregion
576
576
  //#region app/components/ui/date-range-input.d.ts
577
577
  interface DateRangeInputProps {
@@ -588,7 +588,7 @@ declare function DateRangeInput({
588
588
  defaultValue,
589
589
  disabled,
590
590
  ...props
591
- }: DateRangeInputProps): react_jsx_runtime3.JSX.Element;
591
+ }: DateRangeInputProps): react_jsx_runtime0.JSX.Element;
592
592
  //#endregion
593
593
  //#region app/components/ui/date-time-input.d.ts
594
594
  interface DateTimeInputProps {
@@ -607,65 +607,65 @@ declare function DateTimeInput({
607
607
  disabled,
608
608
  includeSeconds,
609
609
  ...props
610
- }: DateTimeInputProps): react_jsx_runtime3.JSX.Element;
610
+ }: DateTimeInputProps): react_jsx_runtime0.JSX.Element;
611
611
  //#endregion
612
612
  //#region app/components/ui/drawer.d.ts
613
613
  declare function Drawer({
614
614
  ...props
615
- }: React$1.ComponentProps<typeof Drawer$1.Root>): react_jsx_runtime3.JSX.Element;
615
+ }: React$1.ComponentProps<typeof Drawer$1.Root>): react_jsx_runtime0.JSX.Element;
616
616
  declare function DrawerTrigger({
617
617
  ...props
618
- }: React$1.ComponentProps<typeof Drawer$1.Trigger>): react_jsx_runtime3.JSX.Element;
618
+ }: React$1.ComponentProps<typeof Drawer$1.Trigger>): react_jsx_runtime0.JSX.Element;
619
619
  declare function DrawerPortal({
620
620
  ...props
621
- }: React$1.ComponentProps<typeof Drawer$1.Portal>): react_jsx_runtime3.JSX.Element;
621
+ }: React$1.ComponentProps<typeof Drawer$1.Portal>): react_jsx_runtime0.JSX.Element;
622
622
  declare function DrawerClose({
623
623
  ...props
624
- }: React$1.ComponentProps<typeof Drawer$1.Close>): react_jsx_runtime3.JSX.Element;
624
+ }: React$1.ComponentProps<typeof Drawer$1.Close>): react_jsx_runtime0.JSX.Element;
625
625
  declare function DrawerOverlay({
626
626
  className,
627
627
  ...props
628
- }: React$1.ComponentProps<typeof Drawer$1.Overlay>): react_jsx_runtime3.JSX.Element;
628
+ }: React$1.ComponentProps<typeof Drawer$1.Overlay>): react_jsx_runtime0.JSX.Element;
629
629
  declare function DrawerContent({
630
630
  className,
631
631
  children,
632
632
  ...props
633
- }: React$1.ComponentProps<typeof Drawer$1.Content>): react_jsx_runtime3.JSX.Element;
633
+ }: React$1.ComponentProps<typeof Drawer$1.Content>): react_jsx_runtime0.JSX.Element;
634
634
  declare function DrawerHeader({
635
635
  className,
636
636
  ...props
637
- }: React$1.ComponentProps<"div">): react_jsx_runtime3.JSX.Element;
637
+ }: React$1.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
638
638
  declare function DrawerFooter({
639
639
  className,
640
640
  ...props
641
- }: React$1.ComponentProps<"div">): react_jsx_runtime3.JSX.Element;
641
+ }: React$1.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
642
642
  declare function DrawerTitle({
643
643
  className,
644
644
  ...props
645
- }: React$1.ComponentProps<typeof Drawer$1.Title>): react_jsx_runtime3.JSX.Element;
645
+ }: React$1.ComponentProps<typeof Drawer$1.Title>): react_jsx_runtime0.JSX.Element;
646
646
  declare function DrawerDescription({
647
647
  className,
648
648
  ...props
649
- }: React$1.ComponentProps<typeof Drawer$1.Description>): react_jsx_runtime3.JSX.Element;
649
+ }: React$1.ComponentProps<typeof Drawer$1.Description>): react_jsx_runtime0.JSX.Element;
650
650
  //#endregion
651
651
  //#region app/components/ui/dropdown-menu.d.ts
652
652
  declare function DropdownMenu({
653
653
  ...props
654
- }: React$1.ComponentProps<typeof DropdownMenu$1.Root>): react_jsx_runtime3.JSX.Element;
654
+ }: React$1.ComponentProps<typeof DropdownMenu$1.Root>): react_jsx_runtime0.JSX.Element;
655
655
  declare function DropdownMenuPortal({
656
656
  ...props
657
- }: React$1.ComponentProps<typeof DropdownMenu$1.Portal>): react_jsx_runtime3.JSX.Element;
657
+ }: React$1.ComponentProps<typeof DropdownMenu$1.Portal>): react_jsx_runtime0.JSX.Element;
658
658
  declare function DropdownMenuTrigger({
659
659
  ...props
660
- }: React$1.ComponentProps<typeof DropdownMenu$1.Trigger>): react_jsx_runtime3.JSX.Element;
660
+ }: React$1.ComponentProps<typeof DropdownMenu$1.Trigger>): react_jsx_runtime0.JSX.Element;
661
661
  declare function DropdownMenuContent({
662
662
  className,
663
663
  sideOffset,
664
664
  ...props
665
- }: React$1.ComponentProps<typeof DropdownMenu$1.Content>): react_jsx_runtime3.JSX.Element;
665
+ }: React$1.ComponentProps<typeof DropdownMenu$1.Content>): react_jsx_runtime0.JSX.Element;
666
666
  declare function DropdownMenuGroup({
667
667
  ...props
668
- }: React$1.ComponentProps<typeof DropdownMenu$1.Group>): react_jsx_runtime3.JSX.Element;
668
+ }: React$1.ComponentProps<typeof DropdownMenu$1.Group>): react_jsx_runtime0.JSX.Element;
669
669
  declare function DropdownMenuItem({
670
670
  className,
671
671
  inset,
@@ -674,39 +674,39 @@ declare function DropdownMenuItem({
674
674
  }: React$1.ComponentProps<typeof DropdownMenu$1.Item> & {
675
675
  inset?: boolean;
676
676
  variant?: "default" | "destructive";
677
- }): react_jsx_runtime3.JSX.Element;
677
+ }): react_jsx_runtime0.JSX.Element;
678
678
  declare function DropdownMenuCheckboxItem({
679
679
  className,
680
680
  children,
681
681
  checked,
682
682
  ...props
683
- }: React$1.ComponentProps<typeof DropdownMenu$1.CheckboxItem>): react_jsx_runtime3.JSX.Element;
683
+ }: React$1.ComponentProps<typeof DropdownMenu$1.CheckboxItem>): react_jsx_runtime0.JSX.Element;
684
684
  declare function DropdownMenuRadioGroup({
685
685
  ...props
686
- }: React$1.ComponentProps<typeof DropdownMenu$1.RadioGroup>): react_jsx_runtime3.JSX.Element;
686
+ }: React$1.ComponentProps<typeof DropdownMenu$1.RadioGroup>): react_jsx_runtime0.JSX.Element;
687
687
  declare function DropdownMenuRadioItem({
688
688
  className,
689
689
  children,
690
690
  ...props
691
- }: React$1.ComponentProps<typeof DropdownMenu$1.RadioItem>): react_jsx_runtime3.JSX.Element;
691
+ }: React$1.ComponentProps<typeof DropdownMenu$1.RadioItem>): react_jsx_runtime0.JSX.Element;
692
692
  declare function DropdownMenuLabel({
693
693
  className,
694
694
  inset,
695
695
  ...props
696
696
  }: React$1.ComponentProps<typeof DropdownMenu$1.Label> & {
697
697
  inset?: boolean;
698
- }): react_jsx_runtime3.JSX.Element;
698
+ }): react_jsx_runtime0.JSX.Element;
699
699
  declare function DropdownMenuSeparator({
700
700
  className,
701
701
  ...props
702
- }: React$1.ComponentProps<typeof DropdownMenu$1.Separator>): react_jsx_runtime3.JSX.Element;
702
+ }: React$1.ComponentProps<typeof DropdownMenu$1.Separator>): react_jsx_runtime0.JSX.Element;
703
703
  declare function DropdownMenuShortcut({
704
704
  className,
705
705
  ...props
706
- }: React$1.ComponentProps<"span">): react_jsx_runtime3.JSX.Element;
706
+ }: React$1.ComponentProps<"span">): react_jsx_runtime0.JSX.Element;
707
707
  declare function DropdownMenuSub({
708
708
  ...props
709
- }: React$1.ComponentProps<typeof DropdownMenu$1.Sub>): react_jsx_runtime3.JSX.Element;
709
+ }: React$1.ComponentProps<typeof DropdownMenu$1.Sub>): react_jsx_runtime0.JSX.Element;
710
710
  declare function DropdownMenuSubTrigger({
711
711
  className,
712
712
  inset,
@@ -714,21 +714,21 @@ declare function DropdownMenuSubTrigger({
714
714
  ...props
715
715
  }: React$1.ComponentProps<typeof DropdownMenu$1.SubTrigger> & {
716
716
  inset?: boolean;
717
- }): react_jsx_runtime3.JSX.Element;
717
+ }): react_jsx_runtime0.JSX.Element;
718
718
  declare function DropdownMenuSubContent({
719
719
  className,
720
720
  ...props
721
- }: React$1.ComponentProps<typeof DropdownMenu$1.SubContent>): react_jsx_runtime3.JSX.Element;
721
+ }: React$1.ComponentProps<typeof DropdownMenu$1.SubContent>): react_jsx_runtime0.JSX.Element;
722
722
  //#endregion
723
723
  //#region app/components/ui/empty.d.ts
724
724
  declare function Empty({
725
725
  className,
726
726
  ...props
727
- }: React.ComponentProps<"div">): react_jsx_runtime3.JSX.Element;
727
+ }: React.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
728
728
  declare function EmptyHeader({
729
729
  className,
730
730
  ...props
731
- }: React.ComponentProps<"div">): react_jsx_runtime3.JSX.Element;
731
+ }: React.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
732
732
  declare const emptyMediaVariants: (props?: ({
733
733
  variant?: "default" | "icon" | null | undefined;
734
734
  } & class_variance_authority_types0.ClassProp) | undefined) => string;
@@ -736,42 +736,42 @@ declare function EmptyMedia({
736
736
  className,
737
737
  variant,
738
738
  ...props
739
- }: React.ComponentProps<"div"> & VariantProps<typeof emptyMediaVariants>): react_jsx_runtime3.JSX.Element;
739
+ }: React.ComponentProps<"div"> & VariantProps<typeof emptyMediaVariants>): react_jsx_runtime0.JSX.Element;
740
740
  declare function EmptyTitle({
741
741
  className,
742
742
  ...props
743
- }: React.ComponentProps<"div">): react_jsx_runtime3.JSX.Element;
743
+ }: React.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
744
744
  declare function EmptyDescription({
745
745
  className,
746
746
  ...props
747
- }: React.ComponentProps<"p">): react_jsx_runtime3.JSX.Element;
747
+ }: React.ComponentProps<"p">): react_jsx_runtime0.JSX.Element;
748
748
  declare function EmptyContent({
749
749
  className,
750
750
  ...props
751
- }: React.ComponentProps<"div">): react_jsx_runtime3.JSX.Element;
751
+ }: React.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
752
752
  //#endregion
753
753
  //#region app/components/ui/label.d.ts
754
754
  declare function Label({
755
755
  className,
756
756
  ...props
757
- }: React$1.ComponentProps<typeof Label$1.Root>): react_jsx_runtime3.JSX.Element;
757
+ }: React$1.ComponentProps<typeof Label$1.Root>): react_jsx_runtime0.JSX.Element;
758
758
  //#endregion
759
759
  //#region app/components/ui/field.d.ts
760
760
  declare function FieldSet({
761
761
  className,
762
762
  ...props
763
- }: React.ComponentProps<"fieldset">): react_jsx_runtime3.JSX.Element;
763
+ }: React.ComponentProps<"fieldset">): react_jsx_runtime0.JSX.Element;
764
764
  declare function FieldLegend({
765
765
  className,
766
766
  variant,
767
767
  ...props
768
768
  }: React.ComponentProps<"legend"> & {
769
769
  variant?: "legend" | "label";
770
- }): react_jsx_runtime3.JSX.Element;
770
+ }): react_jsx_runtime0.JSX.Element;
771
771
  declare function FieldGroup({
772
772
  className,
773
773
  ...props
774
- }: React.ComponentProps<"div">): react_jsx_runtime3.JSX.Element;
774
+ }: React.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
775
775
  declare const fieldVariants: (props?: ({
776
776
  orientation?: "horizontal" | "vertical" | "responsive" | null | undefined;
777
777
  } & class_variance_authority_types0.ClassProp) | undefined) => string;
@@ -779,30 +779,30 @@ declare function Field({
779
779
  className,
780
780
  orientation,
781
781
  ...props
782
- }: React.ComponentProps<"div"> & VariantProps<typeof fieldVariants>): react_jsx_runtime3.JSX.Element;
782
+ }: React.ComponentProps<"div"> & VariantProps<typeof fieldVariants>): react_jsx_runtime0.JSX.Element;
783
783
  declare function FieldContent({
784
784
  className,
785
785
  ...props
786
- }: React.ComponentProps<"div">): react_jsx_runtime3.JSX.Element;
786
+ }: React.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
787
787
  declare function FieldLabel({
788
788
  className,
789
789
  ...props
790
- }: React.ComponentProps<typeof Label>): react_jsx_runtime3.JSX.Element;
790
+ }: React.ComponentProps<typeof Label>): react_jsx_runtime0.JSX.Element;
791
791
  declare function FieldTitle({
792
792
  className,
793
793
  ...props
794
- }: React.ComponentProps<"div">): react_jsx_runtime3.JSX.Element;
794
+ }: React.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
795
795
  declare function FieldDescription({
796
796
  className,
797
797
  ...props
798
- }: React.ComponentProps<"p">): react_jsx_runtime3.JSX.Element;
798
+ }: React.ComponentProps<"p">): react_jsx_runtime0.JSX.Element;
799
799
  declare function FieldSeparator({
800
800
  children,
801
801
  className,
802
802
  ...props
803
803
  }: React.ComponentProps<"div"> & {
804
804
  children?: React.ReactNode;
805
- }): react_jsx_runtime3.JSX.Element;
805
+ }): react_jsx_runtime0.JSX.Element;
806
806
  declare function FieldError({
807
807
  className,
808
808
  children,
@@ -812,13 +812,13 @@ declare function FieldError({
812
812
  errors?: Array<{
813
813
  message?: string;
814
814
  } | undefined>;
815
- }): react_jsx_runtime3.JSX.Element | null;
815
+ }): react_jsx_runtime0.JSX.Element | null;
816
816
  //#endregion
817
817
  //#region app/components/ui/form.d.ts
818
818
  declare const Form: <TFieldValues extends FieldValues, TContext = any, TTransformedValues = TFieldValues>(props: react_hook_form0.FormProviderProps<TFieldValues, TContext, TTransformedValues>) => React$1.JSX.Element;
819
819
  declare const FormField: <TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>>({
820
820
  ...props
821
- }: ControllerProps<TFieldValues, TName>) => react_jsx_runtime3.JSX.Element;
821
+ }: ControllerProps<TFieldValues, TName>) => react_jsx_runtime0.JSX.Element;
822
822
  declare const useFormField: () => {
823
823
  invalid: boolean;
824
824
  isDirty: boolean;
@@ -834,49 +834,49 @@ declare const useFormField: () => {
834
834
  declare function FormItem({
835
835
  className,
836
836
  ...props
837
- }: React$1.ComponentProps<"div">): react_jsx_runtime3.JSX.Element;
837
+ }: React$1.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
838
838
  declare function FormLabel({
839
839
  className,
840
840
  ...props
841
- }: React$1.ComponentProps<typeof Label$1.Root>): react_jsx_runtime3.JSX.Element;
841
+ }: React$1.ComponentProps<typeof Label$1.Root>): react_jsx_runtime0.JSX.Element;
842
842
  declare function FormControl({
843
843
  ...props
844
- }: React$1.ComponentProps<typeof Slot>): react_jsx_runtime3.JSX.Element;
844
+ }: React$1.ComponentProps<typeof Slot>): react_jsx_runtime0.JSX.Element;
845
845
  declare function FormDescription({
846
846
  className,
847
847
  ...props
848
- }: React$1.ComponentProps<"p">): react_jsx_runtime3.JSX.Element;
848
+ }: React$1.ComponentProps<"p">): react_jsx_runtime0.JSX.Element;
849
849
  declare function FormMessage({
850
850
  className,
851
851
  ...props
852
- }: React$1.ComponentProps<"p">): react_jsx_runtime3.JSX.Element | null;
852
+ }: React$1.ComponentProps<"p">): react_jsx_runtime0.JSX.Element | null;
853
853
  //#endregion
854
854
  //#region app/components/ui/hover-card.d.ts
855
855
  declare function HoverCard({
856
856
  ...props
857
- }: React$1.ComponentProps<typeof HoverCard$1.Root>): react_jsx_runtime3.JSX.Element;
857
+ }: React$1.ComponentProps<typeof HoverCard$1.Root>): react_jsx_runtime0.JSX.Element;
858
858
  declare function HoverCardTrigger({
859
859
  ...props
860
- }: React$1.ComponentProps<typeof HoverCard$1.Trigger>): react_jsx_runtime3.JSX.Element;
860
+ }: React$1.ComponentProps<typeof HoverCard$1.Trigger>): react_jsx_runtime0.JSX.Element;
861
861
  declare function HoverCardContent({
862
862
  className,
863
863
  align,
864
864
  sideOffset,
865
865
  ...props
866
- }: React$1.ComponentProps<typeof HoverCard$1.Content>): react_jsx_runtime3.JSX.Element;
866
+ }: React$1.ComponentProps<typeof HoverCard$1.Content>): react_jsx_runtime0.JSX.Element;
867
867
  //#endregion
868
868
  //#region app/components/ui/input.d.ts
869
869
  declare function Input({
870
870
  className,
871
871
  type,
872
872
  ...props
873
- }: React$1.ComponentProps<"input">): react_jsx_runtime3.JSX.Element;
873
+ }: React$1.ComponentProps<"input">): react_jsx_runtime0.JSX.Element;
874
874
  //#endregion
875
875
  //#region app/components/ui/input-group.d.ts
876
876
  declare function InputGroup({
877
877
  className,
878
878
  ...props
879
- }: React$1.ComponentProps<"div">): react_jsx_runtime3.JSX.Element;
879
+ }: React$1.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
880
880
  declare const inputGroupAddonVariants: (props?: ({
881
881
  align?: "inline-start" | "inline-end" | "block-start" | "block-end" | null | undefined;
882
882
  } & class_variance_authority_types0.ClassProp) | undefined) => string;
@@ -884,7 +884,7 @@ declare function InputGroupAddon({
884
884
  className,
885
885
  align,
886
886
  ...props
887
- }: React$1.ComponentProps<"div"> & VariantProps<typeof inputGroupAddonVariants>): react_jsx_runtime3.JSX.Element;
887
+ }: React$1.ComponentProps<"div"> & VariantProps<typeof inputGroupAddonVariants>): react_jsx_runtime0.JSX.Element;
888
888
  declare const inputGroupButtonVariants: (props?: ({
889
889
  size?: "sm" | "xs" | "icon-xs" | "icon-sm" | null | undefined;
890
890
  } & class_variance_authority_types0.ClassProp) | undefined) => string;
@@ -894,19 +894,19 @@ declare function InputGroupButton({
894
894
  variant,
895
895
  size,
896
896
  ...props
897
- }: Omit<React$1.ComponentProps<typeof Button>, "size"> & VariantProps<typeof inputGroupButtonVariants>): react_jsx_runtime3.JSX.Element;
897
+ }: Omit<React$1.ComponentProps<typeof Button>, "size"> & VariantProps<typeof inputGroupButtonVariants>): react_jsx_runtime0.JSX.Element;
898
898
  declare function InputGroupText({
899
899
  className,
900
900
  ...props
901
- }: React$1.ComponentProps<"span">): react_jsx_runtime3.JSX.Element;
901
+ }: React$1.ComponentProps<"span">): react_jsx_runtime0.JSX.Element;
902
902
  declare function InputGroupInput({
903
903
  className,
904
904
  ...props
905
- }: React$1.ComponentProps<"input">): react_jsx_runtime3.JSX.Element;
905
+ }: React$1.ComponentProps<"input">): react_jsx_runtime0.JSX.Element;
906
906
  declare function InputGroupTextarea({
907
907
  className,
908
908
  ...props
909
- }: React$1.ComponentProps<"textarea">): react_jsx_runtime3.JSX.Element;
909
+ }: React$1.ComponentProps<"textarea">): react_jsx_runtime0.JSX.Element;
910
910
  //#endregion
911
911
  //#region app/components/ui/input-otp.d.ts
912
912
  declare function InputOTP({
@@ -915,31 +915,31 @@ declare function InputOTP({
915
915
  ...props
916
916
  }: React$1.ComponentProps<typeof OTPInput> & {
917
917
  containerClassName?: string;
918
- }): react_jsx_runtime3.JSX.Element;
918
+ }): react_jsx_runtime0.JSX.Element;
919
919
  declare function InputOTPGroup({
920
920
  className,
921
921
  ...props
922
- }: React$1.ComponentProps<"div">): react_jsx_runtime3.JSX.Element;
922
+ }: React$1.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
923
923
  declare function InputOTPSlot({
924
924
  index,
925
925
  className,
926
926
  ...props
927
927
  }: React$1.ComponentProps<"div"> & {
928
928
  index: number;
929
- }): react_jsx_runtime3.JSX.Element;
929
+ }): react_jsx_runtime0.JSX.Element;
930
930
  declare function InputOTPSeparator({
931
931
  ...props
932
- }: React$1.ComponentProps<"div">): react_jsx_runtime3.JSX.Element;
932
+ }: React$1.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
933
933
  //#endregion
934
934
  //#region app/components/ui/item.d.ts
935
935
  declare function ItemGroup({
936
936
  className,
937
937
  ...props
938
- }: React$1.ComponentProps<"div">): react_jsx_runtime3.JSX.Element;
938
+ }: React$1.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
939
939
  declare function ItemSeparator({
940
940
  className,
941
941
  ...props
942
- }: React$1.ComponentProps<typeof Separator>): react_jsx_runtime3.JSX.Element;
942
+ }: React$1.ComponentProps<typeof Separator>): react_jsx_runtime0.JSX.Element;
943
943
  declare const itemVariants: (props?: ({
944
944
  variant?: "default" | "outline" | "muted" | null | undefined;
945
945
  size?: "default" | "sm" | null | undefined;
@@ -952,7 +952,7 @@ declare function Item({
952
952
  ...props
953
953
  }: React$1.ComponentProps<"div"> & VariantProps<typeof itemVariants> & {
954
954
  asChild?: boolean;
955
- }): react_jsx_runtime3.JSX.Element;
955
+ }): react_jsx_runtime0.JSX.Element;
956
956
  declare const itemMediaVariants: (props?: ({
957
957
  variant?: "default" | "icon" | "image" | null | undefined;
958
958
  } & class_variance_authority_types0.ClassProp) | undefined) => string;
@@ -960,70 +960,70 @@ declare function ItemMedia({
960
960
  className,
961
961
  variant,
962
962
  ...props
963
- }: React$1.ComponentProps<"div"> & VariantProps<typeof itemMediaVariants>): react_jsx_runtime3.JSX.Element;
963
+ }: React$1.ComponentProps<"div"> & VariantProps<typeof itemMediaVariants>): react_jsx_runtime0.JSX.Element;
964
964
  declare function ItemContent({
965
965
  className,
966
966
  ...props
967
- }: React$1.ComponentProps<"div">): react_jsx_runtime3.JSX.Element;
967
+ }: React$1.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
968
968
  declare function ItemTitle({
969
969
  className,
970
970
  ...props
971
- }: React$1.ComponentProps<"div">): react_jsx_runtime3.JSX.Element;
971
+ }: React$1.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
972
972
  declare function ItemDescription({
973
973
  className,
974
974
  ...props
975
- }: React$1.ComponentProps<"p">): react_jsx_runtime3.JSX.Element;
975
+ }: React$1.ComponentProps<"p">): react_jsx_runtime0.JSX.Element;
976
976
  declare function ItemActions({
977
977
  className,
978
978
  ...props
979
- }: React$1.ComponentProps<"div">): react_jsx_runtime3.JSX.Element;
979
+ }: React$1.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
980
980
  declare function ItemHeader({
981
981
  className,
982
982
  ...props
983
- }: React$1.ComponentProps<"div">): react_jsx_runtime3.JSX.Element;
983
+ }: React$1.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
984
984
  declare function ItemFooter({
985
985
  className,
986
986
  ...props
987
- }: React$1.ComponentProps<"div">): react_jsx_runtime3.JSX.Element;
987
+ }: React$1.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
988
988
  //#endregion
989
989
  //#region app/components/ui/kbd.d.ts
990
990
  declare function Kbd({
991
991
  className,
992
992
  ...props
993
- }: React.ComponentProps<"kbd">): react_jsx_runtime3.JSX.Element;
993
+ }: React.ComponentProps<"kbd">): react_jsx_runtime0.JSX.Element;
994
994
  declare function KbdGroup({
995
995
  className,
996
996
  ...props
997
- }: React.ComponentProps<"div">): react_jsx_runtime3.JSX.Element;
997
+ }: React.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
998
998
  //#endregion
999
999
  //#region app/components/ui/menubar.d.ts
1000
1000
  declare function Menubar({
1001
1001
  className,
1002
1002
  ...props
1003
- }: React$1.ComponentProps<typeof Menubar$1.Root>): react_jsx_runtime3.JSX.Element;
1003
+ }: React$1.ComponentProps<typeof Menubar$1.Root>): react_jsx_runtime0.JSX.Element;
1004
1004
  declare function MenubarMenu({
1005
1005
  ...props
1006
- }: React$1.ComponentProps<typeof Menubar$1.Menu>): react_jsx_runtime3.JSX.Element;
1006
+ }: React$1.ComponentProps<typeof Menubar$1.Menu>): react_jsx_runtime0.JSX.Element;
1007
1007
  declare function MenubarGroup({
1008
1008
  ...props
1009
- }: React$1.ComponentProps<typeof Menubar$1.Group>): react_jsx_runtime3.JSX.Element;
1009
+ }: React$1.ComponentProps<typeof Menubar$1.Group>): react_jsx_runtime0.JSX.Element;
1010
1010
  declare function MenubarPortal({
1011
1011
  ...props
1012
- }: React$1.ComponentProps<typeof Menubar$1.Portal>): react_jsx_runtime3.JSX.Element;
1012
+ }: React$1.ComponentProps<typeof Menubar$1.Portal>): react_jsx_runtime0.JSX.Element;
1013
1013
  declare function MenubarRadioGroup({
1014
1014
  ...props
1015
- }: React$1.ComponentProps<typeof Menubar$1.RadioGroup>): react_jsx_runtime3.JSX.Element;
1015
+ }: React$1.ComponentProps<typeof Menubar$1.RadioGroup>): react_jsx_runtime0.JSX.Element;
1016
1016
  declare function MenubarTrigger({
1017
1017
  className,
1018
1018
  ...props
1019
- }: React$1.ComponentProps<typeof Menubar$1.Trigger>): react_jsx_runtime3.JSX.Element;
1019
+ }: React$1.ComponentProps<typeof Menubar$1.Trigger>): react_jsx_runtime0.JSX.Element;
1020
1020
  declare function MenubarContent({
1021
1021
  className,
1022
1022
  align,
1023
1023
  alignOffset,
1024
1024
  sideOffset,
1025
1025
  ...props
1026
- }: React$1.ComponentProps<typeof Menubar$1.Content>): react_jsx_runtime3.JSX.Element;
1026
+ }: React$1.ComponentProps<typeof Menubar$1.Content>): react_jsx_runtime0.JSX.Element;
1027
1027
  declare function MenubarItem({
1028
1028
  className,
1029
1029
  inset,
@@ -1032,36 +1032,36 @@ declare function MenubarItem({
1032
1032
  }: React$1.ComponentProps<typeof Menubar$1.Item> & {
1033
1033
  inset?: boolean;
1034
1034
  variant?: "default" | "destructive";
1035
- }): react_jsx_runtime3.JSX.Element;
1035
+ }): react_jsx_runtime0.JSX.Element;
1036
1036
  declare function MenubarCheckboxItem({
1037
1037
  className,
1038
1038
  children,
1039
1039
  checked,
1040
1040
  ...props
1041
- }: React$1.ComponentProps<typeof Menubar$1.CheckboxItem>): react_jsx_runtime3.JSX.Element;
1041
+ }: React$1.ComponentProps<typeof Menubar$1.CheckboxItem>): react_jsx_runtime0.JSX.Element;
1042
1042
  declare function MenubarRadioItem({
1043
1043
  className,
1044
1044
  children,
1045
1045
  ...props
1046
- }: React$1.ComponentProps<typeof Menubar$1.RadioItem>): react_jsx_runtime3.JSX.Element;
1046
+ }: React$1.ComponentProps<typeof Menubar$1.RadioItem>): react_jsx_runtime0.JSX.Element;
1047
1047
  declare function MenubarLabel({
1048
1048
  className,
1049
1049
  inset,
1050
1050
  ...props
1051
1051
  }: React$1.ComponentProps<typeof Menubar$1.Label> & {
1052
1052
  inset?: boolean;
1053
- }): react_jsx_runtime3.JSX.Element;
1053
+ }): react_jsx_runtime0.JSX.Element;
1054
1054
  declare function MenubarSeparator({
1055
1055
  className,
1056
1056
  ...props
1057
- }: React$1.ComponentProps<typeof Menubar$1.Separator>): react_jsx_runtime3.JSX.Element;
1057
+ }: React$1.ComponentProps<typeof Menubar$1.Separator>): react_jsx_runtime0.JSX.Element;
1058
1058
  declare function MenubarShortcut({
1059
1059
  className,
1060
1060
  ...props
1061
- }: React$1.ComponentProps<"span">): react_jsx_runtime3.JSX.Element;
1061
+ }: React$1.ComponentProps<"span">): react_jsx_runtime0.JSX.Element;
1062
1062
  declare function MenubarSub({
1063
1063
  ...props
1064
- }: React$1.ComponentProps<typeof Menubar$1.Sub>): react_jsx_runtime3.JSX.Element;
1064
+ }: React$1.ComponentProps<typeof Menubar$1.Sub>): react_jsx_runtime0.JSX.Element;
1065
1065
  declare function MenubarSubTrigger({
1066
1066
  className,
1067
1067
  inset,
@@ -1069,11 +1069,11 @@ declare function MenubarSubTrigger({
1069
1069
  ...props
1070
1070
  }: React$1.ComponentProps<typeof Menubar$1.SubTrigger> & {
1071
1071
  inset?: boolean;
1072
- }): react_jsx_runtime3.JSX.Element;
1072
+ }): react_jsx_runtime0.JSX.Element;
1073
1073
  declare function MenubarSubContent({
1074
1074
  className,
1075
1075
  ...props
1076
- }: React$1.ComponentProps<typeof Menubar$1.SubContent>): react_jsx_runtime3.JSX.Element;
1076
+ }: React$1.ComponentProps<typeof Menubar$1.SubContent>): react_jsx_runtime0.JSX.Element;
1077
1077
  //#endregion
1078
1078
  //#region app/components/ui/navigation-menu.d.ts
1079
1079
  declare function NavigationMenu({
@@ -1083,50 +1083,50 @@ declare function NavigationMenu({
1083
1083
  ...props
1084
1084
  }: React$1.ComponentProps<typeof NavigationMenu$1.Root> & {
1085
1085
  viewport?: boolean;
1086
- }): react_jsx_runtime3.JSX.Element;
1086
+ }): react_jsx_runtime0.JSX.Element;
1087
1087
  declare function NavigationMenuList({
1088
1088
  className,
1089
1089
  ...props
1090
- }: React$1.ComponentProps<typeof NavigationMenu$1.List>): react_jsx_runtime3.JSX.Element;
1090
+ }: React$1.ComponentProps<typeof NavigationMenu$1.List>): react_jsx_runtime0.JSX.Element;
1091
1091
  declare function NavigationMenuItem({
1092
1092
  className,
1093
1093
  ...props
1094
- }: React$1.ComponentProps<typeof NavigationMenu$1.Item>): react_jsx_runtime3.JSX.Element;
1094
+ }: React$1.ComponentProps<typeof NavigationMenu$1.Item>): react_jsx_runtime0.JSX.Element;
1095
1095
  declare const navigationMenuTriggerStyle: (props?: class_variance_authority_types0.ClassProp | undefined) => string;
1096
1096
  declare function NavigationMenuTrigger({
1097
1097
  className,
1098
1098
  children,
1099
1099
  ...props
1100
- }: React$1.ComponentProps<typeof NavigationMenu$1.Trigger>): react_jsx_runtime3.JSX.Element;
1100
+ }: React$1.ComponentProps<typeof NavigationMenu$1.Trigger>): react_jsx_runtime0.JSX.Element;
1101
1101
  declare function NavigationMenuContent({
1102
1102
  className,
1103
1103
  ...props
1104
- }: React$1.ComponentProps<typeof NavigationMenu$1.Content>): react_jsx_runtime3.JSX.Element;
1104
+ }: React$1.ComponentProps<typeof NavigationMenu$1.Content>): react_jsx_runtime0.JSX.Element;
1105
1105
  declare function NavigationMenuViewport({
1106
1106
  className,
1107
1107
  ...props
1108
- }: React$1.ComponentProps<typeof NavigationMenu$1.Viewport>): react_jsx_runtime3.JSX.Element;
1108
+ }: React$1.ComponentProps<typeof NavigationMenu$1.Viewport>): react_jsx_runtime0.JSX.Element;
1109
1109
  declare function NavigationMenuLink({
1110
1110
  className,
1111
1111
  ...props
1112
- }: React$1.ComponentProps<typeof NavigationMenu$1.Link>): react_jsx_runtime3.JSX.Element;
1112
+ }: React$1.ComponentProps<typeof NavigationMenu$1.Link>): react_jsx_runtime0.JSX.Element;
1113
1113
  declare function NavigationMenuIndicator({
1114
1114
  className,
1115
1115
  ...props
1116
- }: React$1.ComponentProps<typeof NavigationMenu$1.Indicator>): react_jsx_runtime3.JSX.Element;
1116
+ }: React$1.ComponentProps<typeof NavigationMenu$1.Indicator>): react_jsx_runtime0.JSX.Element;
1117
1117
  //#endregion
1118
1118
  //#region app/components/ui/pagination.d.ts
1119
1119
  declare function Pagination({
1120
1120
  className,
1121
1121
  ...props
1122
- }: React$1.ComponentProps<"nav">): react_jsx_runtime3.JSX.Element;
1122
+ }: React$1.ComponentProps<"nav">): react_jsx_runtime0.JSX.Element;
1123
1123
  declare function PaginationContent({
1124
1124
  className,
1125
1125
  ...props
1126
- }: React$1.ComponentProps<"ul">): react_jsx_runtime3.JSX.Element;
1126
+ }: React$1.ComponentProps<"ul">): react_jsx_runtime0.JSX.Element;
1127
1127
  declare function PaginationItem({
1128
1128
  ...props
1129
- }: React$1.ComponentProps<"li">): react_jsx_runtime3.JSX.Element;
1129
+ }: React$1.ComponentProps<"li">): react_jsx_runtime0.JSX.Element;
1130
1130
  type PaginationLinkProps = {
1131
1131
  isActive?: boolean;
1132
1132
  } & Pick<React$1.ComponentProps<typeof Button>, "size"> & React$1.ComponentProps<"a">;
@@ -1135,19 +1135,19 @@ declare function PaginationLink({
1135
1135
  isActive,
1136
1136
  size,
1137
1137
  ...props
1138
- }: PaginationLinkProps): react_jsx_runtime3.JSX.Element;
1138
+ }: PaginationLinkProps): react_jsx_runtime0.JSX.Element;
1139
1139
  declare function PaginationPrevious({
1140
1140
  className,
1141
1141
  ...props
1142
- }: React$1.ComponentProps<typeof PaginationLink>): react_jsx_runtime3.JSX.Element;
1142
+ }: React$1.ComponentProps<typeof PaginationLink>): react_jsx_runtime0.JSX.Element;
1143
1143
  declare function PaginationNext({
1144
1144
  className,
1145
1145
  ...props
1146
- }: React$1.ComponentProps<typeof PaginationLink>): react_jsx_runtime3.JSX.Element;
1146
+ }: React$1.ComponentProps<typeof PaginationLink>): react_jsx_runtime0.JSX.Element;
1147
1147
  declare function PaginationEllipsis({
1148
1148
  className,
1149
1149
  ...props
1150
- }: React$1.ComponentProps<"span">): react_jsx_runtime3.JSX.Element;
1150
+ }: React$1.ComponentProps<"span">): react_jsx_runtime0.JSX.Element;
1151
1151
  //#endregion
1152
1152
  //#region app/components/ui/password-input.d.ts
1153
1153
  interface PasswordInputLabels {
@@ -1179,80 +1179,80 @@ declare function PasswordInput({
1179
1179
  showStrength,
1180
1180
  labels: customLabels,
1181
1181
  ...allProps
1182
- }: PasswordInputProps): react_jsx_runtime3.JSX.Element;
1182
+ }: PasswordInputProps): react_jsx_runtime0.JSX.Element;
1183
1183
  //#endregion
1184
1184
  //#region app/components/ui/popover.d.ts
1185
1185
  declare function Popover({
1186
1186
  ...props
1187
- }: React$1.ComponentProps<typeof Popover$1.Root>): react_jsx_runtime3.JSX.Element;
1187
+ }: React$1.ComponentProps<typeof Popover$1.Root>): react_jsx_runtime0.JSX.Element;
1188
1188
  declare function PopoverTrigger({
1189
1189
  ...props
1190
- }: React$1.ComponentProps<typeof Popover$1.Trigger>): react_jsx_runtime3.JSX.Element;
1190
+ }: React$1.ComponentProps<typeof Popover$1.Trigger>): react_jsx_runtime0.JSX.Element;
1191
1191
  declare function PopoverContent({
1192
1192
  className,
1193
1193
  align,
1194
1194
  sideOffset,
1195
1195
  ...props
1196
- }: React$1.ComponentProps<typeof Popover$1.Content>): react_jsx_runtime3.JSX.Element;
1196
+ }: React$1.ComponentProps<typeof Popover$1.Content>): react_jsx_runtime0.JSX.Element;
1197
1197
  declare function PopoverAnchor({
1198
1198
  ...props
1199
- }: React$1.ComponentProps<typeof Popover$1.Anchor>): react_jsx_runtime3.JSX.Element;
1199
+ }: React$1.ComponentProps<typeof Popover$1.Anchor>): react_jsx_runtime0.JSX.Element;
1200
1200
  //#endregion
1201
1201
  //#region app/components/ui/progress.d.ts
1202
1202
  declare function Progress({
1203
1203
  className,
1204
1204
  value,
1205
1205
  ...props
1206
- }: React$1.ComponentProps<typeof Progress$1.Root>): react_jsx_runtime3.JSX.Element;
1206
+ }: React$1.ComponentProps<typeof Progress$1.Root>): react_jsx_runtime0.JSX.Element;
1207
1207
  //#endregion
1208
1208
  //#region app/components/ui/radio-group.d.ts
1209
1209
  declare function RadioGroup({
1210
1210
  className,
1211
1211
  ...props
1212
- }: React$1.ComponentProps<typeof RadioGroup$1.Root>): react_jsx_runtime3.JSX.Element;
1212
+ }: React$1.ComponentProps<typeof RadioGroup$1.Root>): react_jsx_runtime0.JSX.Element;
1213
1213
  declare function RadioGroupItem({
1214
1214
  className,
1215
1215
  ...props
1216
- }: React$1.ComponentProps<typeof RadioGroup$1.Item>): react_jsx_runtime3.JSX.Element;
1216
+ }: React$1.ComponentProps<typeof RadioGroup$1.Item>): react_jsx_runtime0.JSX.Element;
1217
1217
  //#endregion
1218
1218
  //#region app/components/ui/resizable.d.ts
1219
1219
  declare function ResizablePanelGroup({
1220
1220
  className,
1221
1221
  ...props
1222
- }: React$1.ComponentProps<typeof ResizablePrimitive.PanelGroup>): react_jsx_runtime3.JSX.Element;
1222
+ }: React$1.ComponentProps<typeof ResizablePrimitive.PanelGroup>): react_jsx_runtime0.JSX.Element;
1223
1223
  declare function ResizablePanel({
1224
1224
  ...props
1225
- }: React$1.ComponentProps<typeof ResizablePrimitive.Panel>): react_jsx_runtime3.JSX.Element;
1225
+ }: React$1.ComponentProps<typeof ResizablePrimitive.Panel>): react_jsx_runtime0.JSX.Element;
1226
1226
  declare function ResizableHandle({
1227
1227
  withHandle,
1228
1228
  className,
1229
1229
  ...props
1230
1230
  }: React$1.ComponentProps<typeof ResizablePrimitive.PanelResizeHandle> & {
1231
1231
  withHandle?: boolean;
1232
- }): react_jsx_runtime3.JSX.Element;
1232
+ }): react_jsx_runtime0.JSX.Element;
1233
1233
  //#endregion
1234
1234
  //#region app/components/ui/scroll-area.d.ts
1235
1235
  declare function ScrollArea({
1236
1236
  className,
1237
1237
  children,
1238
1238
  ...props
1239
- }: React$1.ComponentProps<typeof ScrollArea$1.Root>): react_jsx_runtime3.JSX.Element;
1239
+ }: React$1.ComponentProps<typeof ScrollArea$1.Root>): react_jsx_runtime0.JSX.Element;
1240
1240
  declare function ScrollBar({
1241
1241
  className,
1242
1242
  orientation,
1243
1243
  ...props
1244
- }: React$1.ComponentProps<typeof ScrollArea$1.ScrollAreaScrollbar>): react_jsx_runtime3.JSX.Element;
1244
+ }: React$1.ComponentProps<typeof ScrollArea$1.ScrollAreaScrollbar>): react_jsx_runtime0.JSX.Element;
1245
1245
  //#endregion
1246
1246
  //#region app/components/ui/select.d.ts
1247
1247
  declare function Select({
1248
1248
  ...props
1249
- }: React$1.ComponentProps<typeof Select$1.Root>): react_jsx_runtime3.JSX.Element;
1249
+ }: React$1.ComponentProps<typeof Select$1.Root>): react_jsx_runtime0.JSX.Element;
1250
1250
  declare function SelectGroup({
1251
1251
  ...props
1252
- }: React$1.ComponentProps<typeof Select$1.Group>): react_jsx_runtime3.JSX.Element;
1252
+ }: React$1.ComponentProps<typeof Select$1.Group>): react_jsx_runtime0.JSX.Element;
1253
1253
  declare function SelectValue({
1254
1254
  ...props
1255
- }: React$1.ComponentProps<typeof Select$1.Value>): react_jsx_runtime3.JSX.Element;
1255
+ }: React$1.ComponentProps<typeof Select$1.Value>): react_jsx_runtime0.JSX.Element;
1256
1256
  declare function SelectTrigger({
1257
1257
  className,
1258
1258
  size,
@@ -1260,45 +1260,45 @@ declare function SelectTrigger({
1260
1260
  ...props
1261
1261
  }: React$1.ComponentProps<typeof Select$1.Trigger> & {
1262
1262
  size?: "sm" | "default";
1263
- }): react_jsx_runtime3.JSX.Element;
1263
+ }): react_jsx_runtime0.JSX.Element;
1264
1264
  declare function SelectContent({
1265
1265
  className,
1266
1266
  children,
1267
1267
  position,
1268
1268
  ...props
1269
- }: React$1.ComponentProps<typeof Select$1.Content>): react_jsx_runtime3.JSX.Element;
1269
+ }: React$1.ComponentProps<typeof Select$1.Content>): react_jsx_runtime0.JSX.Element;
1270
1270
  declare function SelectLabel({
1271
1271
  className,
1272
1272
  ...props
1273
- }: React$1.ComponentProps<typeof Select$1.Label>): react_jsx_runtime3.JSX.Element;
1273
+ }: React$1.ComponentProps<typeof Select$1.Label>): react_jsx_runtime0.JSX.Element;
1274
1274
  declare function SelectItem({
1275
1275
  className,
1276
1276
  children,
1277
1277
  ...props
1278
- }: React$1.ComponentProps<typeof Select$1.Item>): react_jsx_runtime3.JSX.Element;
1278
+ }: React$1.ComponentProps<typeof Select$1.Item>): react_jsx_runtime0.JSX.Element;
1279
1279
  declare function SelectSeparator({
1280
1280
  className,
1281
1281
  ...props
1282
- }: React$1.ComponentProps<typeof Select$1.Separator>): react_jsx_runtime3.JSX.Element;
1282
+ }: React$1.ComponentProps<typeof Select$1.Separator>): react_jsx_runtime0.JSX.Element;
1283
1283
  declare function SelectScrollUpButton({
1284
1284
  className,
1285
1285
  ...props
1286
- }: React$1.ComponentProps<typeof Select$1.ScrollUpButton>): react_jsx_runtime3.JSX.Element;
1286
+ }: React$1.ComponentProps<typeof Select$1.ScrollUpButton>): react_jsx_runtime0.JSX.Element;
1287
1287
  declare function SelectScrollDownButton({
1288
1288
  className,
1289
1289
  ...props
1290
- }: React$1.ComponentProps<typeof Select$1.ScrollDownButton>): react_jsx_runtime3.JSX.Element;
1290
+ }: React$1.ComponentProps<typeof Select$1.ScrollDownButton>): react_jsx_runtime0.JSX.Element;
1291
1291
  //#endregion
1292
1292
  //#region app/components/ui/sheet.d.ts
1293
1293
  declare function Sheet({
1294
1294
  ...props
1295
- }: React$1.ComponentProps<typeof Dialog$1.Root>): react_jsx_runtime3.JSX.Element;
1295
+ }: React$1.ComponentProps<typeof Dialog$1.Root>): react_jsx_runtime0.JSX.Element;
1296
1296
  declare function SheetTrigger({
1297
1297
  ...props
1298
- }: React$1.ComponentProps<typeof Dialog$1.Trigger>): react_jsx_runtime3.JSX.Element;
1298
+ }: React$1.ComponentProps<typeof Dialog$1.Trigger>): react_jsx_runtime0.JSX.Element;
1299
1299
  declare function SheetClose({
1300
1300
  ...props
1301
- }: React$1.ComponentProps<typeof Dialog$1.Close>): react_jsx_runtime3.JSX.Element;
1301
+ }: React$1.ComponentProps<typeof Dialog$1.Close>): react_jsx_runtime0.JSX.Element;
1302
1302
  declare function SheetContent({
1303
1303
  className,
1304
1304
  children,
@@ -1306,41 +1306,41 @@ declare function SheetContent({
1306
1306
  ...props
1307
1307
  }: React$1.ComponentProps<typeof Dialog$1.Content> & {
1308
1308
  side?: "top" | "right" | "bottom" | "left";
1309
- }): react_jsx_runtime3.JSX.Element;
1309
+ }): react_jsx_runtime0.JSX.Element;
1310
1310
  declare function SheetHeader({
1311
1311
  className,
1312
1312
  ...props
1313
- }: React$1.ComponentProps<"div">): react_jsx_runtime3.JSX.Element;
1313
+ }: React$1.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
1314
1314
  declare function SheetFooter({
1315
1315
  className,
1316
1316
  ...props
1317
- }: React$1.ComponentProps<"div">): react_jsx_runtime3.JSX.Element;
1317
+ }: React$1.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
1318
1318
  declare function SheetTitle({
1319
1319
  className,
1320
1320
  ...props
1321
- }: React$1.ComponentProps<typeof Dialog$1.Title>): react_jsx_runtime3.JSX.Element;
1321
+ }: React$1.ComponentProps<typeof Dialog$1.Title>): react_jsx_runtime0.JSX.Element;
1322
1322
  declare function SheetDescription({
1323
1323
  className,
1324
1324
  ...props
1325
- }: React$1.ComponentProps<typeof Dialog$1.Description>): react_jsx_runtime3.JSX.Element;
1325
+ }: React$1.ComponentProps<typeof Dialog$1.Description>): react_jsx_runtime0.JSX.Element;
1326
1326
  //#endregion
1327
1327
  //#region app/components/ui/tooltip.d.ts
1328
1328
  declare function TooltipProvider({
1329
1329
  delayDuration,
1330
1330
  ...props
1331
- }: React$1.ComponentProps<typeof Tooltip$1.Provider>): react_jsx_runtime3.JSX.Element;
1331
+ }: React$1.ComponentProps<typeof Tooltip$1.Provider>): react_jsx_runtime0.JSX.Element;
1332
1332
  declare function Tooltip({
1333
1333
  ...props
1334
- }: React$1.ComponentProps<typeof Tooltip$1.Root>): react_jsx_runtime3.JSX.Element;
1334
+ }: React$1.ComponentProps<typeof Tooltip$1.Root>): react_jsx_runtime0.JSX.Element;
1335
1335
  declare function TooltipTrigger({
1336
1336
  ...props
1337
- }: React$1.ComponentProps<typeof Tooltip$1.Trigger>): react_jsx_runtime3.JSX.Element;
1337
+ }: React$1.ComponentProps<typeof Tooltip$1.Trigger>): react_jsx_runtime0.JSX.Element;
1338
1338
  declare function TooltipContent({
1339
1339
  className,
1340
1340
  sideOffset,
1341
1341
  children,
1342
1342
  ...props
1343
- }: React$1.ComponentProps<typeof Tooltip$1.Content>): react_jsx_runtime3.JSX.Element;
1343
+ }: React$1.ComponentProps<typeof Tooltip$1.Content>): react_jsx_runtime0.JSX.Element;
1344
1344
  //#endregion
1345
1345
  //#region app/components/ui/sidebar.d.ts
1346
1346
  type SidebarContextProps = {
@@ -1369,7 +1369,7 @@ declare function SidebarProvider({
1369
1369
  defaultOpen?: boolean;
1370
1370
  open?: boolean;
1371
1371
  onOpenChange?: (open: boolean) => void;
1372
- }): react_jsx_runtime3.JSX.Element;
1372
+ }): react_jsx_runtime0.JSX.Element;
1373
1373
  declare function Sidebar({
1374
1374
  side,
1375
1375
  variant,
@@ -1381,70 +1381,70 @@ declare function Sidebar({
1381
1381
  side?: "left" | "right";
1382
1382
  variant?: "sidebar" | "floating" | "inset";
1383
1383
  collapsible?: "offcanvas" | "icon" | "none";
1384
- }): react_jsx_runtime3.JSX.Element;
1384
+ }): react_jsx_runtime0.JSX.Element;
1385
1385
  declare function SidebarTrigger({
1386
1386
  className,
1387
1387
  onClick,
1388
1388
  ...props
1389
- }: React$1.ComponentProps<typeof Button>): react_jsx_runtime3.JSX.Element;
1389
+ }: React$1.ComponentProps<typeof Button>): react_jsx_runtime0.JSX.Element;
1390
1390
  declare function SidebarRail({
1391
1391
  className,
1392
1392
  ...props
1393
- }: React$1.ComponentProps<"button">): react_jsx_runtime3.JSX.Element;
1393
+ }: React$1.ComponentProps<"button">): react_jsx_runtime0.JSX.Element;
1394
1394
  declare function SidebarInset({
1395
1395
  className,
1396
1396
  ...props
1397
- }: React$1.ComponentProps<"main">): react_jsx_runtime3.JSX.Element;
1397
+ }: React$1.ComponentProps<"main">): react_jsx_runtime0.JSX.Element;
1398
1398
  declare function SidebarInput({
1399
1399
  className,
1400
1400
  ...props
1401
- }: React$1.ComponentProps<typeof Input>): react_jsx_runtime3.JSX.Element;
1401
+ }: React$1.ComponentProps<typeof Input>): react_jsx_runtime0.JSX.Element;
1402
1402
  declare function SidebarHeader({
1403
1403
  className,
1404
1404
  ...props
1405
- }: React$1.ComponentProps<"div">): react_jsx_runtime3.JSX.Element;
1405
+ }: React$1.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
1406
1406
  declare function SidebarFooter({
1407
1407
  className,
1408
1408
  ...props
1409
- }: React$1.ComponentProps<"div">): react_jsx_runtime3.JSX.Element;
1409
+ }: React$1.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
1410
1410
  declare function SidebarSeparator({
1411
1411
  className,
1412
1412
  ...props
1413
- }: React$1.ComponentProps<typeof Separator>): react_jsx_runtime3.JSX.Element;
1413
+ }: React$1.ComponentProps<typeof Separator>): react_jsx_runtime0.JSX.Element;
1414
1414
  declare function SidebarContent({
1415
1415
  className,
1416
1416
  ...props
1417
- }: React$1.ComponentProps<"div">): react_jsx_runtime3.JSX.Element;
1417
+ }: React$1.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
1418
1418
  declare function SidebarGroup({
1419
1419
  className,
1420
1420
  ...props
1421
- }: React$1.ComponentProps<"div">): react_jsx_runtime3.JSX.Element;
1421
+ }: React$1.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
1422
1422
  declare function SidebarGroupLabel({
1423
1423
  className,
1424
1424
  asChild,
1425
1425
  ...props
1426
1426
  }: React$1.ComponentProps<"div"> & {
1427
1427
  asChild?: boolean;
1428
- }): react_jsx_runtime3.JSX.Element;
1428
+ }): react_jsx_runtime0.JSX.Element;
1429
1429
  declare function SidebarGroupAction({
1430
1430
  className,
1431
1431
  asChild,
1432
1432
  ...props
1433
1433
  }: React$1.ComponentProps<"button"> & {
1434
1434
  asChild?: boolean;
1435
- }): react_jsx_runtime3.JSX.Element;
1435
+ }): react_jsx_runtime0.JSX.Element;
1436
1436
  declare function SidebarGroupContent({
1437
1437
  className,
1438
1438
  ...props
1439
- }: React$1.ComponentProps<"div">): react_jsx_runtime3.JSX.Element;
1439
+ }: React$1.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
1440
1440
  declare function SidebarMenu({
1441
1441
  className,
1442
1442
  ...props
1443
- }: React$1.ComponentProps<"ul">): react_jsx_runtime3.JSX.Element;
1443
+ }: React$1.ComponentProps<"ul">): react_jsx_runtime0.JSX.Element;
1444
1444
  declare function SidebarMenuItem({
1445
1445
  className,
1446
1446
  ...props
1447
- }: React$1.ComponentProps<"li">): react_jsx_runtime3.JSX.Element;
1447
+ }: React$1.ComponentProps<"li">): react_jsx_runtime0.JSX.Element;
1448
1448
  declare const sidebarMenuButtonVariants: (props?: ({
1449
1449
  variant?: "default" | "outline" | null | undefined;
1450
1450
  size?: "default" | "sm" | "lg" | null | undefined;
@@ -1461,7 +1461,7 @@ declare function SidebarMenuButton({
1461
1461
  asChild?: boolean;
1462
1462
  isActive?: boolean;
1463
1463
  tooltip?: string | React$1.ComponentProps<typeof TooltipContent>;
1464
- } & VariantProps<typeof sidebarMenuButtonVariants>): react_jsx_runtime3.JSX.Element;
1464
+ } & VariantProps<typeof sidebarMenuButtonVariants>): react_jsx_runtime0.JSX.Element;
1465
1465
  declare function SidebarMenuAction({
1466
1466
  className,
1467
1467
  asChild,
@@ -1470,26 +1470,26 @@ declare function SidebarMenuAction({
1470
1470
  }: React$1.ComponentProps<"button"> & {
1471
1471
  asChild?: boolean;
1472
1472
  showOnHover?: boolean;
1473
- }): react_jsx_runtime3.JSX.Element;
1473
+ }): react_jsx_runtime0.JSX.Element;
1474
1474
  declare function SidebarMenuBadge({
1475
1475
  className,
1476
1476
  ...props
1477
- }: React$1.ComponentProps<"div">): react_jsx_runtime3.JSX.Element;
1477
+ }: React$1.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
1478
1478
  declare function SidebarMenuSkeleton({
1479
1479
  className,
1480
1480
  showIcon,
1481
1481
  ...props
1482
1482
  }: React$1.ComponentProps<"div"> & {
1483
1483
  showIcon?: boolean;
1484
- }): react_jsx_runtime3.JSX.Element;
1484
+ }): react_jsx_runtime0.JSX.Element;
1485
1485
  declare function SidebarMenuSub({
1486
1486
  className,
1487
1487
  ...props
1488
- }: React$1.ComponentProps<"ul">): react_jsx_runtime3.JSX.Element;
1488
+ }: React$1.ComponentProps<"ul">): react_jsx_runtime0.JSX.Element;
1489
1489
  declare function SidebarMenuSubItem({
1490
1490
  className,
1491
1491
  ...props
1492
- }: React$1.ComponentProps<"li">): react_jsx_runtime3.JSX.Element;
1492
+ }: React$1.ComponentProps<"li">): react_jsx_runtime0.JSX.Element;
1493
1493
  declare function SidebarMenuSubButton({
1494
1494
  asChild,
1495
1495
  size,
@@ -1500,13 +1500,13 @@ declare function SidebarMenuSubButton({
1500
1500
  asChild?: boolean;
1501
1501
  size?: "sm" | "md";
1502
1502
  isActive?: boolean;
1503
- }): react_jsx_runtime3.JSX.Element;
1503
+ }): react_jsx_runtime0.JSX.Element;
1504
1504
  //#endregion
1505
1505
  //#region app/components/ui/skeleton.d.ts
1506
1506
  declare function Skeleton({
1507
1507
  className,
1508
1508
  ...props
1509
- }: React.ComponentProps<"div">): react_jsx_runtime3.JSX.Element;
1509
+ }: React.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
1510
1510
  //#endregion
1511
1511
  //#region app/components/ui/slider.d.ts
1512
1512
  declare function Slider({
@@ -1516,82 +1516,82 @@ declare function Slider({
1516
1516
  min,
1517
1517
  max,
1518
1518
  ...props
1519
- }: React$1.ComponentProps<typeof Slider$1.Root>): react_jsx_runtime3.JSX.Element;
1519
+ }: React$1.ComponentProps<typeof Slider$1.Root>): react_jsx_runtime0.JSX.Element;
1520
1520
  //#endregion
1521
1521
  //#region app/components/ui/sonner.d.ts
1522
1522
  declare const Toaster: ({
1523
1523
  ...props
1524
- }: ToasterProps) => react_jsx_runtime3.JSX.Element;
1524
+ }: ToasterProps) => react_jsx_runtime0.JSX.Element;
1525
1525
  //#endregion
1526
1526
  //#region app/components/ui/spinner.d.ts
1527
1527
  declare function Spinner({
1528
1528
  className,
1529
1529
  ...props
1530
- }: React.ComponentProps<"svg">): react_jsx_runtime3.JSX.Element;
1530
+ }: React.ComponentProps<"svg">): react_jsx_runtime0.JSX.Element;
1531
1531
  //#endregion
1532
1532
  //#region app/components/ui/switch.d.ts
1533
1533
  declare function Switch({
1534
1534
  className,
1535
1535
  ...props
1536
- }: React$1.ComponentProps<typeof Switch$1.Root>): react_jsx_runtime3.JSX.Element;
1536
+ }: React$1.ComponentProps<typeof Switch$1.Root>): react_jsx_runtime0.JSX.Element;
1537
1537
  //#endregion
1538
1538
  //#region app/components/ui/table.d.ts
1539
1539
  declare function Table({
1540
1540
  className,
1541
1541
  ...props
1542
- }: React$1.ComponentProps<"table">): react_jsx_runtime3.JSX.Element;
1542
+ }: React$1.ComponentProps<"table">): react_jsx_runtime0.JSX.Element;
1543
1543
  declare function TableHeader({
1544
1544
  className,
1545
1545
  ...props
1546
- }: React$1.ComponentProps<"thead">): react_jsx_runtime3.JSX.Element;
1546
+ }: React$1.ComponentProps<"thead">): react_jsx_runtime0.JSX.Element;
1547
1547
  declare function TableBody({
1548
1548
  className,
1549
1549
  ...props
1550
- }: React$1.ComponentProps<"tbody">): react_jsx_runtime3.JSX.Element;
1550
+ }: React$1.ComponentProps<"tbody">): react_jsx_runtime0.JSX.Element;
1551
1551
  declare function TableFooter({
1552
1552
  className,
1553
1553
  ...props
1554
- }: React$1.ComponentProps<"tfoot">): react_jsx_runtime3.JSX.Element;
1554
+ }: React$1.ComponentProps<"tfoot">): react_jsx_runtime0.JSX.Element;
1555
1555
  declare function TableRow({
1556
1556
  className,
1557
1557
  ...props
1558
- }: React$1.ComponentProps<"tr">): react_jsx_runtime3.JSX.Element;
1558
+ }: React$1.ComponentProps<"tr">): react_jsx_runtime0.JSX.Element;
1559
1559
  declare function TableHead({
1560
1560
  className,
1561
1561
  ...props
1562
- }: React$1.ComponentProps<"th">): react_jsx_runtime3.JSX.Element;
1562
+ }: React$1.ComponentProps<"th">): react_jsx_runtime0.JSX.Element;
1563
1563
  declare function TableCell({
1564
1564
  className,
1565
1565
  ...props
1566
- }: React$1.ComponentProps<"td">): react_jsx_runtime3.JSX.Element;
1566
+ }: React$1.ComponentProps<"td">): react_jsx_runtime0.JSX.Element;
1567
1567
  declare function TableCaption({
1568
1568
  className,
1569
1569
  ...props
1570
- }: React$1.ComponentProps<"caption">): react_jsx_runtime3.JSX.Element;
1570
+ }: React$1.ComponentProps<"caption">): react_jsx_runtime0.JSX.Element;
1571
1571
  //#endregion
1572
1572
  //#region app/components/ui/tabs.d.ts
1573
1573
  declare function Tabs({
1574
1574
  className,
1575
1575
  ...props
1576
- }: React$1.ComponentProps<typeof Tabs$1.Root>): react_jsx_runtime3.JSX.Element;
1576
+ }: React$1.ComponentProps<typeof Tabs$1.Root>): react_jsx_runtime0.JSX.Element;
1577
1577
  declare function TabsList({
1578
1578
  className,
1579
1579
  ...props
1580
- }: React$1.ComponentProps<typeof Tabs$1.List>): react_jsx_runtime3.JSX.Element;
1580
+ }: React$1.ComponentProps<typeof Tabs$1.List>): react_jsx_runtime0.JSX.Element;
1581
1581
  declare function TabsTrigger({
1582
1582
  className,
1583
1583
  ...props
1584
- }: React$1.ComponentProps<typeof Tabs$1.Trigger>): react_jsx_runtime3.JSX.Element;
1584
+ }: React$1.ComponentProps<typeof Tabs$1.Trigger>): react_jsx_runtime0.JSX.Element;
1585
1585
  declare function TabsContent({
1586
1586
  className,
1587
1587
  ...props
1588
- }: React$1.ComponentProps<typeof Tabs$1.Content>): react_jsx_runtime3.JSX.Element;
1588
+ }: React$1.ComponentProps<typeof Tabs$1.Content>): react_jsx_runtime0.JSX.Element;
1589
1589
  //#endregion
1590
1590
  //#region app/components/ui/textarea.d.ts
1591
1591
  declare function Textarea({
1592
1592
  className,
1593
1593
  ...props
1594
- }: React$1.ComponentProps<"textarea">): react_jsx_runtime3.JSX.Element;
1594
+ }: React$1.ComponentProps<"textarea">): react_jsx_runtime0.JSX.Element;
1595
1595
  //#endregion
1596
1596
  //#region app/components/ui/time-input.d.ts
1597
1597
  interface TimeInputProps {
@@ -1610,7 +1610,7 @@ declare function TimeInput({
1610
1610
  disabled,
1611
1611
  includeSeconds,
1612
1612
  ...props
1613
- }: TimeInputProps): react_jsx_runtime3.JSX.Element;
1613
+ }: TimeInputProps): react_jsx_runtime0.JSX.Element;
1614
1614
  //#endregion
1615
1615
  //#region app/components/ui/toggle.d.ts
1616
1616
  declare const toggleVariants: (props?: ({
@@ -1622,7 +1622,7 @@ declare function Toggle({
1622
1622
  variant,
1623
1623
  size,
1624
1624
  ...props
1625
- }: React$1.ComponentProps<typeof Toggle$1.Root> & VariantProps<typeof toggleVariants>): react_jsx_runtime3.JSX.Element;
1625
+ }: React$1.ComponentProps<typeof Toggle$1.Root> & VariantProps<typeof toggleVariants>): react_jsx_runtime0.JSX.Element;
1626
1626
  //#endregion
1627
1627
  //#region app/components/ui/toggle-group.d.ts
1628
1628
  declare function ToggleGroup({
@@ -1631,13 +1631,13 @@ declare function ToggleGroup({
1631
1631
  size,
1632
1632
  children,
1633
1633
  ...props
1634
- }: React$1.ComponentProps<typeof ToggleGroup$1.Root> & VariantProps<typeof toggleVariants>): react_jsx_runtime3.JSX.Element;
1634
+ }: React$1.ComponentProps<typeof ToggleGroup$1.Root> & VariantProps<typeof toggleVariants>): react_jsx_runtime0.JSX.Element;
1635
1635
  declare function ToggleGroupItem({
1636
1636
  className,
1637
1637
  children,
1638
1638
  variant,
1639
1639
  size,
1640
1640
  ...props
1641
- }: React$1.ComponentProps<typeof ToggleGroup$1.Item> & VariantProps<typeof toggleVariants>): react_jsx_runtime3.JSX.Element;
1641
+ }: React$1.ComponentProps<typeof ToggleGroup$1.Item> & VariantProps<typeof toggleVariants>): react_jsx_runtime0.JSX.Element;
1642
1642
  //#endregion
1643
1643
  export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, Alert, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AspectRatio, Avatar, AvatarFallback, AvatarImage, Badge, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, Button, ButtonGroup, ButtonGroupSeparator, ButtonGroupText, Calendar, CalendarDayButton, Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, 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, DateInput, DateMultipleInput, DateRangeInput, DateTimeInput, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, Empty, EmptyContent, EmptyDescription, EmptyHeader, EmptyMedia, EmptyTitle, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, HoverCard, HoverCardContent, HoverCardTrigger, Input, InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, Item, ItemActions, ItemContent, ItemDescription, ItemFooter, ItemGroup, ItemHeader, ItemMedia, ItemSeparator, ItemTitle, Kbd, KbdGroup, Label, Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious, PasswordInput, PasswordInputLabels, PasswordInputProps, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, Progress, RadioGroup, RadioGroupItem, ResizableHandle, ResizablePanel, ResizablePanelGroup, ScrollArea, ScrollBar, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, Skeleton, Slider, Spinner, Switch, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, Textarea, TimeInput, Toaster, Toggle, ToggleGroup, ToggleGroupItem, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, badgeVariants, buttonGroupVariants, buttonVariants, navigationMenuTriggerStyle, toggleVariants, useFormField, useSidebar };