@fea-ui/react 0.0.0-canary.2 → 0.0.0-canary.3

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.
package/dist/index.d.cts CHANGED
@@ -1,34 +1,34 @@
1
- import * as tailwind_variants1 from "tailwind-variants";
1
+ import * as tailwind_variants0 from "tailwind-variants";
2
2
  import { VariantProps, cn } from "tailwind-variants";
3
- import * as react_jsx_runtime9 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime0 from "react/jsx-runtime";
4
4
  import { Accordion, AlertDialog, Avatar, Button as Button$1, Checkbox, CheckboxGroup as CheckboxGroup$1, Dialog, Field, Fieldset, Form as Form$1, Input as Input$1, Menu, Meter, Popover, Progress, Radio, RadioGroup as RadioGroup$1, Separator as Separator$1, Slider, Switch, Tabs, ToggleProps } from "@base-ui/react";
5
- import * as tailwind_merge29 from "tailwind-merge";
5
+ import * as tailwind_merge0 from "tailwind-merge";
6
6
  import { Slot } from "@radix-ui/react-slot";
7
7
  import React$1 from "react";
8
8
 
9
9
  //#region src/components/accordion/accordion.variants.d.ts
10
- declare const accordionVariants: tailwind_variants1.TVReturnType<{
10
+ declare const accordionVariants: tailwind_variants0.TVReturnType<{
11
11
  [key: string]: {
12
- [key: string]: tailwind_merge29.ClassNameValue | {
13
- content?: tailwind_merge29.ClassNameValue;
14
- header?: tailwind_merge29.ClassNameValue;
15
- item?: tailwind_merge29.ClassNameValue;
16
- panel?: tailwind_merge29.ClassNameValue;
17
- root?: tailwind_merge29.ClassNameValue;
18
- trigger?: tailwind_merge29.ClassNameValue;
19
- triggerIcon?: tailwind_merge29.ClassNameValue;
12
+ [key: string]: tailwind_merge0.ClassNameValue | {
13
+ content?: tailwind_merge0.ClassNameValue;
14
+ header?: tailwind_merge0.ClassNameValue;
15
+ item?: tailwind_merge0.ClassNameValue;
16
+ panel?: tailwind_merge0.ClassNameValue;
17
+ root?: tailwind_merge0.ClassNameValue;
18
+ trigger?: tailwind_merge0.ClassNameValue;
19
+ triggerIcon?: tailwind_merge0.ClassNameValue;
20
20
  };
21
21
  };
22
22
  } | {
23
23
  [x: string]: {
24
- [x: string]: tailwind_merge29.ClassNameValue | {
25
- content?: tailwind_merge29.ClassNameValue;
26
- header?: tailwind_merge29.ClassNameValue;
27
- item?: tailwind_merge29.ClassNameValue;
28
- panel?: tailwind_merge29.ClassNameValue;
29
- root?: tailwind_merge29.ClassNameValue;
30
- trigger?: tailwind_merge29.ClassNameValue;
31
- triggerIcon?: tailwind_merge29.ClassNameValue;
24
+ [x: string]: tailwind_merge0.ClassNameValue | {
25
+ content?: tailwind_merge0.ClassNameValue;
26
+ header?: tailwind_merge0.ClassNameValue;
27
+ item?: tailwind_merge0.ClassNameValue;
28
+ panel?: tailwind_merge0.ClassNameValue;
29
+ root?: tailwind_merge0.ClassNameValue;
30
+ trigger?: tailwind_merge0.ClassNameValue;
31
+ triggerIcon?: tailwind_merge0.ClassNameValue;
32
32
  };
33
33
  };
34
34
  } | {}, {
@@ -41,14 +41,14 @@ declare const accordionVariants: tailwind_variants1.TVReturnType<{
41
41
  triggerIcon: string;
42
42
  }, undefined, {
43
43
  [key: string]: {
44
- [key: string]: tailwind_merge29.ClassNameValue | {
45
- content?: tailwind_merge29.ClassNameValue;
46
- header?: tailwind_merge29.ClassNameValue;
47
- item?: tailwind_merge29.ClassNameValue;
48
- panel?: tailwind_merge29.ClassNameValue;
49
- root?: tailwind_merge29.ClassNameValue;
50
- trigger?: tailwind_merge29.ClassNameValue;
51
- triggerIcon?: tailwind_merge29.ClassNameValue;
44
+ [key: string]: tailwind_merge0.ClassNameValue | {
45
+ content?: tailwind_merge0.ClassNameValue;
46
+ header?: tailwind_merge0.ClassNameValue;
47
+ item?: tailwind_merge0.ClassNameValue;
48
+ panel?: tailwind_merge0.ClassNameValue;
49
+ root?: tailwind_merge0.ClassNameValue;
50
+ trigger?: tailwind_merge0.ClassNameValue;
51
+ triggerIcon?: tailwind_merge0.ClassNameValue;
52
52
  };
53
53
  };
54
54
  } | {}, {
@@ -59,7 +59,7 @@ declare const accordionVariants: tailwind_variants1.TVReturnType<{
59
59
  root: string;
60
60
  trigger: string;
61
61
  triggerIcon: string;
62
- }, tailwind_variants1.TVReturnType<unknown, {
62
+ }, tailwind_variants0.TVReturnType<unknown, {
63
63
  content: string;
64
64
  header: string;
65
65
  item: string;
@@ -81,39 +81,39 @@ interface AccordionContentProps extends React.ComponentProps<"div"> {}
81
81
  declare const _default: (({
82
82
  className,
83
83
  ...props
84
- }: AccordionProps) => react_jsx_runtime9.JSX.Element) & {
84
+ }: AccordionProps) => react_jsx_runtime0.JSX.Element) & {
85
85
  Content: ({
86
86
  className,
87
87
  ...props
88
- }: AccordionContentProps) => react_jsx_runtime9.JSX.Element;
88
+ }: AccordionContentProps) => react_jsx_runtime0.JSX.Element;
89
89
  Header: ({
90
90
  className,
91
91
  ...props
92
- }: AccordionHeaderProps) => react_jsx_runtime9.JSX.Element;
92
+ }: AccordionHeaderProps) => react_jsx_runtime0.JSX.Element;
93
93
  Item: ({
94
94
  className,
95
95
  ...props
96
- }: AccordionItemProps) => react_jsx_runtime9.JSX.Element;
96
+ }: AccordionItemProps) => react_jsx_runtime0.JSX.Element;
97
97
  Panel: ({
98
98
  className,
99
99
  ...props
100
- }: AccordionPanelProps) => react_jsx_runtime9.JSX.Element;
100
+ }: AccordionPanelProps) => react_jsx_runtime0.JSX.Element;
101
101
  Root: ({
102
102
  className,
103
103
  ...props
104
- }: AccordionProps) => react_jsx_runtime9.JSX.Element;
104
+ }: AccordionProps) => react_jsx_runtime0.JSX.Element;
105
105
  Trigger: ({
106
106
  className,
107
107
  ...props
108
- }: AccordionTriggerProps) => react_jsx_runtime9.JSX.Element;
108
+ }: AccordionTriggerProps) => react_jsx_runtime0.JSX.Element;
109
109
  TriggerIcon: ({
110
110
  className,
111
111
  ...props
112
- }: AccordionTriggerIconProps) => react_jsx_runtime9.JSX.Element;
112
+ }: AccordionTriggerIconProps) => react_jsx_runtime0.JSX.Element;
113
113
  };
114
114
  //#endregion
115
115
  //#region src/components/alert/alert.variants.d.ts
116
- declare const alertVariants: tailwind_variants1.TVReturnType<{
116
+ declare const alertVariants: tailwind_variants0.TVReturnType<{
117
117
  variant: {
118
118
  danger: {
119
119
  root: string;
@@ -161,7 +161,7 @@ declare const alertVariants: tailwind_variants1.TVReturnType<{
161
161
  indicator: string;
162
162
  root: string;
163
163
  title: string;
164
- }, tailwind_variants1.TVReturnType<{
164
+ }, tailwind_variants0.TVReturnType<{
165
165
  variant: {
166
166
  danger: {
167
167
  root: string;
@@ -198,58 +198,58 @@ declare const _default$1: (({
198
198
  className,
199
199
  variant,
200
200
  ...props
201
- }: AlertProps) => react_jsx_runtime9.JSX.Element) & {
201
+ }: AlertProps) => react_jsx_runtime0.JSX.Element) & {
202
202
  Content: ({
203
203
  className,
204
204
  ...props
205
- }: AlertContentProps) => react_jsx_runtime9.JSX.Element;
205
+ }: AlertContentProps) => react_jsx_runtime0.JSX.Element;
206
206
  Description: ({
207
207
  className,
208
208
  ...props
209
- }: AlertDescriptionProps) => react_jsx_runtime9.JSX.Element;
209
+ }: AlertDescriptionProps) => react_jsx_runtime0.JSX.Element;
210
210
  Indicator: ({
211
211
  className,
212
212
  children,
213
213
  ...props
214
- }: AlertIndicatorProps) => react_jsx_runtime9.JSX.Element;
214
+ }: AlertIndicatorProps) => react_jsx_runtime0.JSX.Element;
215
215
  Root: ({
216
216
  className,
217
217
  variant,
218
218
  ...props
219
- }: AlertProps) => react_jsx_runtime9.JSX.Element;
219
+ }: AlertProps) => react_jsx_runtime0.JSX.Element;
220
220
  Title: ({
221
221
  className,
222
222
  ...props
223
- }: AlertTitleProps) => react_jsx_runtime9.JSX.Element;
223
+ }: AlertTitleProps) => react_jsx_runtime0.JSX.Element;
224
224
  };
225
225
  //#endregion
226
226
  //#region src/components/alert-dialog/alert-dialog.variants.d.ts
227
- declare const alertDialogVariants: tailwind_variants1.TVReturnType<{
227
+ declare const alertDialogVariants: tailwind_variants0.TVReturnType<{
228
228
  [key: string]: {
229
- [key: string]: tailwind_merge29.ClassNameValue | {
230
- root?: tailwind_merge29.ClassNameValue;
231
- trigger?: tailwind_merge29.ClassNameValue;
232
- title?: tailwind_merge29.ClassNameValue;
233
- description?: tailwind_merge29.ClassNameValue;
234
- backdrop?: tailwind_merge29.ClassNameValue;
235
- close?: tailwind_merge29.ClassNameValue;
236
- popup?: tailwind_merge29.ClassNameValue;
237
- portal?: tailwind_merge29.ClassNameValue;
238
- viewport?: tailwind_merge29.ClassNameValue;
229
+ [key: string]: tailwind_merge0.ClassNameValue | {
230
+ root?: tailwind_merge0.ClassNameValue;
231
+ trigger?: tailwind_merge0.ClassNameValue;
232
+ title?: tailwind_merge0.ClassNameValue;
233
+ description?: tailwind_merge0.ClassNameValue;
234
+ backdrop?: tailwind_merge0.ClassNameValue;
235
+ close?: tailwind_merge0.ClassNameValue;
236
+ popup?: tailwind_merge0.ClassNameValue;
237
+ portal?: tailwind_merge0.ClassNameValue;
238
+ viewport?: tailwind_merge0.ClassNameValue;
239
239
  };
240
240
  };
241
241
  } | {
242
242
  [x: string]: {
243
- [x: string]: tailwind_merge29.ClassNameValue | {
244
- root?: tailwind_merge29.ClassNameValue;
245
- trigger?: tailwind_merge29.ClassNameValue;
246
- title?: tailwind_merge29.ClassNameValue;
247
- description?: tailwind_merge29.ClassNameValue;
248
- backdrop?: tailwind_merge29.ClassNameValue;
249
- close?: tailwind_merge29.ClassNameValue;
250
- popup?: tailwind_merge29.ClassNameValue;
251
- portal?: tailwind_merge29.ClassNameValue;
252
- viewport?: tailwind_merge29.ClassNameValue;
243
+ [x: string]: tailwind_merge0.ClassNameValue | {
244
+ root?: tailwind_merge0.ClassNameValue;
245
+ trigger?: tailwind_merge0.ClassNameValue;
246
+ title?: tailwind_merge0.ClassNameValue;
247
+ description?: tailwind_merge0.ClassNameValue;
248
+ backdrop?: tailwind_merge0.ClassNameValue;
249
+ close?: tailwind_merge0.ClassNameValue;
250
+ popup?: tailwind_merge0.ClassNameValue;
251
+ portal?: tailwind_merge0.ClassNameValue;
252
+ viewport?: tailwind_merge0.ClassNameValue;
253
253
  };
254
254
  };
255
255
  } | {}, {
@@ -264,16 +264,16 @@ declare const alertDialogVariants: tailwind_variants1.TVReturnType<{
264
264
  viewport: string;
265
265
  }, undefined, {
266
266
  [key: string]: {
267
- [key: string]: tailwind_merge29.ClassNameValue | {
268
- root?: tailwind_merge29.ClassNameValue;
269
- trigger?: tailwind_merge29.ClassNameValue;
270
- title?: tailwind_merge29.ClassNameValue;
271
- description?: tailwind_merge29.ClassNameValue;
272
- backdrop?: tailwind_merge29.ClassNameValue;
273
- close?: tailwind_merge29.ClassNameValue;
274
- popup?: tailwind_merge29.ClassNameValue;
275
- portal?: tailwind_merge29.ClassNameValue;
276
- viewport?: tailwind_merge29.ClassNameValue;
267
+ [key: string]: tailwind_merge0.ClassNameValue | {
268
+ root?: tailwind_merge0.ClassNameValue;
269
+ trigger?: tailwind_merge0.ClassNameValue;
270
+ title?: tailwind_merge0.ClassNameValue;
271
+ description?: tailwind_merge0.ClassNameValue;
272
+ backdrop?: tailwind_merge0.ClassNameValue;
273
+ close?: tailwind_merge0.ClassNameValue;
274
+ popup?: tailwind_merge0.ClassNameValue;
275
+ portal?: tailwind_merge0.ClassNameValue;
276
+ viewport?: tailwind_merge0.ClassNameValue;
277
277
  };
278
278
  };
279
279
  } | {}, {
@@ -286,7 +286,7 @@ declare const alertDialogVariants: tailwind_variants1.TVReturnType<{
286
286
  title: string;
287
287
  trigger: string;
288
288
  viewport: string;
289
- }, tailwind_variants1.TVReturnType<unknown, {
289
+ }, tailwind_variants0.TVReturnType<unknown, {
290
290
  backdrop: string;
291
291
  close: string;
292
292
  description: string;
@@ -311,47 +311,47 @@ interface AlertDialogDescriptionProps extends AlertDialog.Description.Props {}
311
311
  interface AlertDialogCloseProps extends AlertDialog.Close.Props {}
312
312
  declare const _default$2: (({
313
313
  ...props
314
- }: AlertDialogProps) => react_jsx_runtime9.JSX.Element) & {
314
+ }: AlertDialogProps) => react_jsx_runtime0.JSX.Element) & {
315
315
  Backdrop: ({
316
316
  className,
317
317
  ...props
318
- }: AlertDialogBackdropProps) => react_jsx_runtime9.JSX.Element;
318
+ }: AlertDialogBackdropProps) => react_jsx_runtime0.JSX.Element;
319
319
  Close: ({
320
320
  className,
321
321
  children,
322
322
  ...props
323
- }: AlertDialogCloseProps) => react_jsx_runtime9.JSX.Element;
323
+ }: AlertDialogCloseProps) => react_jsx_runtime0.JSX.Element;
324
324
  Description: ({
325
325
  className,
326
326
  ...props
327
- }: AlertDialogDescriptionProps) => react_jsx_runtime9.JSX.Element;
327
+ }: AlertDialogDescriptionProps) => react_jsx_runtime0.JSX.Element;
328
328
  Popup: ({
329
329
  className,
330
330
  ...props
331
- }: AlertDialogPopupProps) => react_jsx_runtime9.JSX.Element;
331
+ }: AlertDialogPopupProps) => react_jsx_runtime0.JSX.Element;
332
332
  Portal: ({
333
333
  className,
334
334
  ...props
335
- }: AlertDialogPortalProps) => react_jsx_runtime9.JSX.Element;
335
+ }: AlertDialogPortalProps) => react_jsx_runtime0.JSX.Element;
336
336
  Root: ({
337
337
  ...props
338
- }: AlertDialogProps) => react_jsx_runtime9.JSX.Element;
338
+ }: AlertDialogProps) => react_jsx_runtime0.JSX.Element;
339
339
  Title: ({
340
340
  className,
341
341
  ...props
342
- }: AlertDialogTitleProps) => react_jsx_runtime9.JSX.Element;
342
+ }: AlertDialogTitleProps) => react_jsx_runtime0.JSX.Element;
343
343
  Trigger: ({
344
344
  className,
345
345
  ...props
346
- }: AlertDialogTriggerProps) => react_jsx_runtime9.JSX.Element;
346
+ }: AlertDialogTriggerProps) => react_jsx_runtime0.JSX.Element;
347
347
  Viewport: ({
348
348
  className,
349
349
  ...props
350
- }: AlertDialogViewportProps) => react_jsx_runtime9.JSX.Element;
350
+ }: AlertDialogViewportProps) => react_jsx_runtime0.JSX.Element;
351
351
  };
352
352
  //#endregion
353
353
  //#region src/components/avatar/avatar.variants.d.ts
354
- declare const avatarVariants: tailwind_variants1.TVReturnType<{
354
+ declare const avatarVariants: tailwind_variants0.TVReturnType<{
355
355
  size: {
356
356
  lg: {
357
357
  root: string;
@@ -383,7 +383,7 @@ declare const avatarVariants: tailwind_variants1.TVReturnType<{
383
383
  fallback: string;
384
384
  image: string;
385
385
  root: string;
386
- }, tailwind_variants1.TVReturnType<{
386
+ }, tailwind_variants0.TVReturnType<{
387
387
  size: {
388
388
  lg: {
389
389
  root: string;
@@ -410,24 +410,24 @@ declare const _default$3: (({
410
410
  className,
411
411
  size,
412
412
  ...props
413
- }: AvatarProps) => react_jsx_runtime9.JSX.Element) & {
413
+ }: AvatarProps) => react_jsx_runtime0.JSX.Element) & {
414
414
  Fallback: ({
415
415
  className,
416
416
  ...props
417
- }: AvatarFallbackProps) => react_jsx_runtime9.JSX.Element;
417
+ }: AvatarFallbackProps) => react_jsx_runtime0.JSX.Element;
418
418
  Image: ({
419
419
  className,
420
420
  ...props
421
- }: AvatarImageProps) => react_jsx_runtime9.JSX.Element;
421
+ }: AvatarImageProps) => react_jsx_runtime0.JSX.Element;
422
422
  Root: ({
423
423
  className,
424
424
  size,
425
425
  ...props
426
- }: AvatarProps) => react_jsx_runtime9.JSX.Element;
426
+ }: AvatarProps) => react_jsx_runtime0.JSX.Element;
427
427
  };
428
428
  //#endregion
429
429
  //#region src/components/button/button.variants.d.ts
430
- declare const buttonVariants: tailwind_variants1.TVReturnType<{
430
+ declare const buttonVariants: tailwind_variants0.TVReturnType<{
431
431
  isIconOnly: {
432
432
  true: string;
433
433
  };
@@ -459,7 +459,7 @@ declare const buttonVariants: tailwind_variants1.TVReturnType<{
459
459
  primary: string;
460
460
  secondary: string;
461
461
  };
462
- }, undefined, tailwind_variants1.TVReturnType<{
462
+ }, undefined, tailwind_variants0.TVReturnType<{
463
463
  isIconOnly: {
464
464
  true: string;
465
465
  };
@@ -486,10 +486,10 @@ declare const Button: ({
486
486
  size,
487
487
  isIconOnly,
488
488
  ...props
489
- }: ButtonProps) => react_jsx_runtime9.JSX.Element;
489
+ }: ButtonProps) => react_jsx_runtime0.JSX.Element;
490
490
  //#endregion
491
491
  //#region src/components/button-group/button-group.variants.d.ts
492
- declare const buttonGroupVariants: tailwind_variants1.TVReturnType<{} | {} | {}, undefined, "button-group", {} | {}, undefined, tailwind_variants1.TVReturnType<unknown, undefined, "button-group", unknown, unknown, undefined>>;
492
+ declare const buttonGroupVariants: tailwind_variants0.TVReturnType<{} | {} | {}, undefined, "button-group", {} | {}, undefined, tailwind_variants0.TVReturnType<unknown, undefined, "button-group", unknown, unknown, undefined>>;
493
493
  type ButtonGroupVariants = VariantProps<typeof buttonGroupVariants>;
494
494
  //#endregion
495
495
  //#region src/components/button-group/button-group.d.ts
@@ -497,10 +497,10 @@ interface ButtonGroupProps extends ButtonGroupVariants, React.ComponentProps<"di
497
497
  declare const ButtonGroup: ({
498
498
  className,
499
499
  ...props
500
- }: ButtonGroupProps) => react_jsx_runtime9.JSX.Element;
500
+ }: ButtonGroupProps) => react_jsx_runtime0.JSX.Element;
501
501
  //#endregion
502
502
  //#region src/components/card/card.variants.d.ts
503
- declare const cardVariants: tailwind_variants1.TVReturnType<{
503
+ declare const cardVariants: tailwind_variants0.TVReturnType<{
504
504
  variant: {
505
505
  default: {
506
506
  root: string;
@@ -532,7 +532,7 @@ declare const cardVariants: tailwind_variants1.TVReturnType<{
532
532
  header: string;
533
533
  root: string;
534
534
  title: string;
535
- }, tailwind_variants1.TVReturnType<{
535
+ }, tailwind_variants0.TVReturnType<{
536
536
  variant: {
537
537
  default: {
538
538
  root: string;
@@ -563,47 +563,47 @@ declare const _default$4: (({
563
563
  className,
564
564
  variant,
565
565
  ...props
566
- }: CardProps) => react_jsx_runtime9.JSX.Element) & {
566
+ }: CardProps) => react_jsx_runtime0.JSX.Element) & {
567
567
  Body: ({
568
568
  className,
569
569
  ...props
570
- }: CardBodyProps) => react_jsx_runtime9.JSX.Element;
570
+ }: CardBodyProps) => react_jsx_runtime0.JSX.Element;
571
571
  Description: ({
572
572
  className,
573
573
  ...props
574
- }: CardDescriptionProps) => react_jsx_runtime9.JSX.Element;
574
+ }: CardDescriptionProps) => react_jsx_runtime0.JSX.Element;
575
575
  Footer: ({
576
576
  className,
577
577
  ...props
578
- }: CardFooterProps) => react_jsx_runtime9.JSX.Element;
578
+ }: CardFooterProps) => react_jsx_runtime0.JSX.Element;
579
579
  Header: ({
580
580
  className,
581
581
  ...props
582
- }: CardHeaderProps) => react_jsx_runtime9.JSX.Element;
582
+ }: CardHeaderProps) => react_jsx_runtime0.JSX.Element;
583
583
  Root: ({
584
584
  className,
585
585
  variant,
586
586
  ...props
587
- }: CardProps) => react_jsx_runtime9.JSX.Element;
587
+ }: CardProps) => react_jsx_runtime0.JSX.Element;
588
588
  Title: ({
589
589
  className,
590
590
  ...props
591
- }: CardTitle) => react_jsx_runtime9.JSX.Element;
591
+ }: CardTitle) => react_jsx_runtime0.JSX.Element;
592
592
  };
593
593
  //#endregion
594
594
  //#region src/components/checkbox/checkbox.variants.d.ts
595
- declare const checkboxVariants: tailwind_variants1.TVReturnType<{
595
+ declare const checkboxVariants: tailwind_variants0.TVReturnType<{
596
596
  [key: string]: {
597
- [key: string]: tailwind_merge29.ClassNameValue | {
598
- root?: tailwind_merge29.ClassNameValue;
599
- indicator?: tailwind_merge29.ClassNameValue;
597
+ [key: string]: tailwind_merge0.ClassNameValue | {
598
+ root?: tailwind_merge0.ClassNameValue;
599
+ indicator?: tailwind_merge0.ClassNameValue;
600
600
  };
601
601
  };
602
602
  } | {
603
603
  [x: string]: {
604
- [x: string]: tailwind_merge29.ClassNameValue | {
605
- root?: tailwind_merge29.ClassNameValue;
606
- indicator?: tailwind_merge29.ClassNameValue;
604
+ [x: string]: tailwind_merge0.ClassNameValue | {
605
+ root?: tailwind_merge0.ClassNameValue;
606
+ indicator?: tailwind_merge0.ClassNameValue;
607
607
  };
608
608
  };
609
609
  } | {}, {
@@ -611,15 +611,15 @@ declare const checkboxVariants: tailwind_variants1.TVReturnType<{
611
611
  root: string;
612
612
  }, undefined, {
613
613
  [key: string]: {
614
- [key: string]: tailwind_merge29.ClassNameValue | {
615
- root?: tailwind_merge29.ClassNameValue;
616
- indicator?: tailwind_merge29.ClassNameValue;
614
+ [key: string]: tailwind_merge0.ClassNameValue | {
615
+ root?: tailwind_merge0.ClassNameValue;
616
+ indicator?: tailwind_merge0.ClassNameValue;
617
617
  };
618
618
  };
619
619
  } | {}, {
620
620
  indicator: string;
621
621
  root: string;
622
- }, tailwind_variants1.TVReturnType<unknown, {
622
+ }, tailwind_variants0.TVReturnType<unknown, {
623
623
  indicator: string;
624
624
  root: string;
625
625
  }, undefined, unknown, unknown, undefined>>;
@@ -631,20 +631,20 @@ interface CheckboxIndicatorProps extends Checkbox.Indicator.Props {}
631
631
  declare const _default$5: (({
632
632
  className,
633
633
  ...props
634
- }: CheckboxProps) => react_jsx_runtime9.JSX.Element) & {
634
+ }: CheckboxProps) => react_jsx_runtime0.JSX.Element) & {
635
635
  Indicator: ({
636
636
  className,
637
637
  children,
638
638
  ...props
639
- }: CheckboxIndicatorProps) => react_jsx_runtime9.JSX.Element;
639
+ }: CheckboxIndicatorProps) => react_jsx_runtime0.JSX.Element;
640
640
  Root: ({
641
641
  className,
642
642
  ...props
643
- }: CheckboxProps) => react_jsx_runtime9.JSX.Element;
643
+ }: CheckboxProps) => react_jsx_runtime0.JSX.Element;
644
644
  };
645
645
  //#endregion
646
646
  //#region src/components/checkbox-group/checkbox-group.variants.d.ts
647
- declare const checkboxGroupVariants: tailwind_variants1.TVReturnType<{} | {} | {}, undefined, "checkbox-group", {} | {}, undefined, tailwind_variants1.TVReturnType<unknown, undefined, "checkbox-group", unknown, unknown, undefined>>;
647
+ declare const checkboxGroupVariants: tailwind_variants0.TVReturnType<{} | {} | {}, undefined, "checkbox-group", {} | {}, undefined, tailwind_variants0.TVReturnType<unknown, undefined, "checkbox-group", unknown, unknown, undefined>>;
648
648
  type CheckboxGroupVariants = VariantProps<typeof checkboxGroupVariants>;
649
649
  //#endregion
650
650
  //#region src/components/checkbox-group/checkbox-group.d.ts
@@ -652,10 +652,10 @@ interface CheckboxGroupProps extends CheckboxGroupVariants, CheckboxGroup$1.Prop
652
652
  declare const CheckboxGroup: ({
653
653
  className,
654
654
  ...props
655
- }: CheckboxGroupProps) => react_jsx_runtime9.JSX.Element;
655
+ }: CheckboxGroupProps) => react_jsx_runtime0.JSX.Element;
656
656
  //#endregion
657
657
  //#region src/components/chip/chip.variants.d.ts
658
- declare const chipVariants: tailwind_variants1.TVReturnType<{
658
+ declare const chipVariants: tailwind_variants0.TVReturnType<{
659
659
  size: {
660
660
  lg: string;
661
661
  md: string;
@@ -681,7 +681,7 @@ declare const chipVariants: tailwind_variants1.TVReturnType<{
681
681
  secondary: string;
682
682
  success: string;
683
683
  };
684
- }, undefined, tailwind_variants1.TVReturnType<{
684
+ }, undefined, tailwind_variants0.TVReturnType<{
685
685
  size: {
686
686
  lg: string;
687
687
  md: string;
@@ -704,10 +704,10 @@ declare const Chip: ({
704
704
  variant,
705
705
  size,
706
706
  ...props
707
- }: ChipProps) => react_jsx_runtime9.JSX.Element;
707
+ }: ChipProps) => react_jsx_runtime0.JSX.Element;
708
708
  //#endregion
709
709
  //#region src/components/container/container.variants.d.ts
710
- declare const containerVariants: tailwind_variants1.TVReturnType<{} | {} | {}, undefined, "container", {} | {}, undefined, tailwind_variants1.TVReturnType<unknown, undefined, "container", unknown, unknown, undefined>>;
710
+ declare const containerVariants: tailwind_variants0.TVReturnType<{} | {} | {}, undefined, "container", {} | {}, undefined, tailwind_variants0.TVReturnType<unknown, undefined, "container", unknown, unknown, undefined>>;
711
711
  type ContainerVariants = VariantProps<typeof containerVariants>;
712
712
  //#endregion
713
713
  //#region src/components/container/container.d.ts
@@ -715,35 +715,35 @@ interface ContainerProps extends ContainerVariants, React.ComponentProps<"div">
715
715
  declare const Container: ({
716
716
  className,
717
717
  ...props
718
- }: ContainerProps) => react_jsx_runtime9.JSX.Element;
718
+ }: ContainerProps) => react_jsx_runtime0.JSX.Element;
719
719
  //#endregion
720
720
  //#region src/components/dialog/dialog.variants.d.ts
721
- declare const dialogVariants: tailwind_variants1.TVReturnType<{
721
+ declare const dialogVariants: tailwind_variants0.TVReturnType<{
722
722
  [key: string]: {
723
- [key: string]: tailwind_merge29.ClassNameValue | {
724
- root?: tailwind_merge29.ClassNameValue;
725
- trigger?: tailwind_merge29.ClassNameValue;
726
- title?: tailwind_merge29.ClassNameValue;
727
- description?: tailwind_merge29.ClassNameValue;
728
- backdrop?: tailwind_merge29.ClassNameValue;
729
- close?: tailwind_merge29.ClassNameValue;
730
- popup?: tailwind_merge29.ClassNameValue;
731
- portal?: tailwind_merge29.ClassNameValue;
732
- viewport?: tailwind_merge29.ClassNameValue;
723
+ [key: string]: tailwind_merge0.ClassNameValue | {
724
+ root?: tailwind_merge0.ClassNameValue;
725
+ trigger?: tailwind_merge0.ClassNameValue;
726
+ title?: tailwind_merge0.ClassNameValue;
727
+ description?: tailwind_merge0.ClassNameValue;
728
+ backdrop?: tailwind_merge0.ClassNameValue;
729
+ close?: tailwind_merge0.ClassNameValue;
730
+ popup?: tailwind_merge0.ClassNameValue;
731
+ portal?: tailwind_merge0.ClassNameValue;
732
+ viewport?: tailwind_merge0.ClassNameValue;
733
733
  };
734
734
  };
735
735
  } | {
736
736
  [x: string]: {
737
- [x: string]: tailwind_merge29.ClassNameValue | {
738
- root?: tailwind_merge29.ClassNameValue;
739
- trigger?: tailwind_merge29.ClassNameValue;
740
- title?: tailwind_merge29.ClassNameValue;
741
- description?: tailwind_merge29.ClassNameValue;
742
- backdrop?: tailwind_merge29.ClassNameValue;
743
- close?: tailwind_merge29.ClassNameValue;
744
- popup?: tailwind_merge29.ClassNameValue;
745
- portal?: tailwind_merge29.ClassNameValue;
746
- viewport?: tailwind_merge29.ClassNameValue;
737
+ [x: string]: tailwind_merge0.ClassNameValue | {
738
+ root?: tailwind_merge0.ClassNameValue;
739
+ trigger?: tailwind_merge0.ClassNameValue;
740
+ title?: tailwind_merge0.ClassNameValue;
741
+ description?: tailwind_merge0.ClassNameValue;
742
+ backdrop?: tailwind_merge0.ClassNameValue;
743
+ close?: tailwind_merge0.ClassNameValue;
744
+ popup?: tailwind_merge0.ClassNameValue;
745
+ portal?: tailwind_merge0.ClassNameValue;
746
+ viewport?: tailwind_merge0.ClassNameValue;
747
747
  };
748
748
  };
749
749
  } | {}, {
@@ -758,16 +758,16 @@ declare const dialogVariants: tailwind_variants1.TVReturnType<{
758
758
  viewport: string;
759
759
  }, undefined, {
760
760
  [key: string]: {
761
- [key: string]: tailwind_merge29.ClassNameValue | {
762
- root?: tailwind_merge29.ClassNameValue;
763
- trigger?: tailwind_merge29.ClassNameValue;
764
- title?: tailwind_merge29.ClassNameValue;
765
- description?: tailwind_merge29.ClassNameValue;
766
- backdrop?: tailwind_merge29.ClassNameValue;
767
- close?: tailwind_merge29.ClassNameValue;
768
- popup?: tailwind_merge29.ClassNameValue;
769
- portal?: tailwind_merge29.ClassNameValue;
770
- viewport?: tailwind_merge29.ClassNameValue;
761
+ [key: string]: tailwind_merge0.ClassNameValue | {
762
+ root?: tailwind_merge0.ClassNameValue;
763
+ trigger?: tailwind_merge0.ClassNameValue;
764
+ title?: tailwind_merge0.ClassNameValue;
765
+ description?: tailwind_merge0.ClassNameValue;
766
+ backdrop?: tailwind_merge0.ClassNameValue;
767
+ close?: tailwind_merge0.ClassNameValue;
768
+ popup?: tailwind_merge0.ClassNameValue;
769
+ portal?: tailwind_merge0.ClassNameValue;
770
+ viewport?: tailwind_merge0.ClassNameValue;
771
771
  };
772
772
  };
773
773
  } | {}, {
@@ -780,7 +780,7 @@ declare const dialogVariants: tailwind_variants1.TVReturnType<{
780
780
  title: string;
781
781
  trigger: string;
782
782
  viewport: string;
783
- }, tailwind_variants1.TVReturnType<unknown, {
783
+ }, tailwind_variants0.TVReturnType<unknown, {
784
784
  backdrop: string;
785
785
  close: string;
786
786
  description: string;
@@ -805,46 +805,46 @@ interface DialogDescriptionProps extends Dialog.Description.Props {}
805
805
  interface DialogCloseProps extends Dialog.Close.Props {}
806
806
  declare const _default$6: (({
807
807
  ...props
808
- }: DialogProps) => react_jsx_runtime9.JSX.Element) & {
808
+ }: DialogProps) => react_jsx_runtime0.JSX.Element) & {
809
809
  Backdrop: ({
810
810
  className,
811
811
  ...props
812
- }: DialogBackdropProps) => react_jsx_runtime9.JSX.Element;
812
+ }: DialogBackdropProps) => react_jsx_runtime0.JSX.Element;
813
813
  Close: ({
814
814
  className,
815
815
  ...props
816
- }: DialogCloseProps) => react_jsx_runtime9.JSX.Element;
816
+ }: DialogCloseProps) => react_jsx_runtime0.JSX.Element;
817
817
  Description: ({
818
818
  className,
819
819
  ...props
820
- }: DialogDescriptionProps) => react_jsx_runtime9.JSX.Element;
820
+ }: DialogDescriptionProps) => react_jsx_runtime0.JSX.Element;
821
821
  Popup: ({
822
822
  className,
823
823
  ...props
824
- }: DialogPopupProps) => react_jsx_runtime9.JSX.Element;
824
+ }: DialogPopupProps) => react_jsx_runtime0.JSX.Element;
825
825
  Portal: ({
826
826
  className,
827
827
  ...props
828
- }: DialogPortalProps) => react_jsx_runtime9.JSX.Element;
828
+ }: DialogPortalProps) => react_jsx_runtime0.JSX.Element;
829
829
  Root: ({
830
830
  ...props
831
- }: DialogProps) => react_jsx_runtime9.JSX.Element;
831
+ }: DialogProps) => react_jsx_runtime0.JSX.Element;
832
832
  Title: ({
833
833
  className,
834
834
  ...props
835
- }: DialogTitleProps) => react_jsx_runtime9.JSX.Element;
835
+ }: DialogTitleProps) => react_jsx_runtime0.JSX.Element;
836
836
  Trigger: ({
837
837
  className,
838
838
  ...props
839
- }: DialogTriggerProps) => react_jsx_runtime9.JSX.Element;
839
+ }: DialogTriggerProps) => react_jsx_runtime0.JSX.Element;
840
840
  Viewport: ({
841
841
  className,
842
842
  ...props
843
- }: DialogViewportProps) => react_jsx_runtime9.JSX.Element;
843
+ }: DialogViewportProps) => react_jsx_runtime0.JSX.Element;
844
844
  };
845
845
  //#endregion
846
846
  //#region src/components/drawer/drawer.variants.d.ts
847
- declare const drawerVariants: tailwind_variants1.TVReturnType<{
847
+ declare const drawerVariants: tailwind_variants0.TVReturnType<{
848
848
  position: {
849
849
  bottom: {
850
850
  popup: string;
@@ -894,7 +894,7 @@ declare const drawerVariants: tailwind_variants1.TVReturnType<{
894
894
  title: string;
895
895
  trigger: string;
896
896
  viewport: string;
897
- }, tailwind_variants1.TVReturnType<{
897
+ }, tailwind_variants0.TVReturnType<{
898
898
  position: {
899
899
  bottom: {
900
900
  popup: string;
@@ -935,65 +935,65 @@ interface DrawerCloseProps extends Dialog.Close.Props {}
935
935
  declare const _default$7: (({
936
936
  position,
937
937
  ...props
938
- }: DrawerProps) => react_jsx_runtime9.JSX.Element) & {
938
+ }: DrawerProps) => react_jsx_runtime0.JSX.Element) & {
939
939
  Backdrop: ({
940
940
  className,
941
941
  ...props
942
- }: DrawerBackdropProps) => react_jsx_runtime9.JSX.Element;
942
+ }: DrawerBackdropProps) => react_jsx_runtime0.JSX.Element;
943
943
  Close: ({
944
944
  className,
945
945
  children,
946
946
  ...props
947
- }: DrawerCloseProps) => react_jsx_runtime9.JSX.Element;
947
+ }: DrawerCloseProps) => react_jsx_runtime0.JSX.Element;
948
948
  Description: ({
949
949
  className,
950
950
  ...props
951
- }: DrawerDescriptionProps) => react_jsx_runtime9.JSX.Element;
951
+ }: DrawerDescriptionProps) => react_jsx_runtime0.JSX.Element;
952
952
  Popup: ({
953
953
  className,
954
954
  ...props
955
- }: DrawerPopupProps) => react_jsx_runtime9.JSX.Element;
955
+ }: DrawerPopupProps) => react_jsx_runtime0.JSX.Element;
956
956
  Portal: ({
957
957
  className,
958
958
  ...props
959
- }: DrawerPortalProps) => react_jsx_runtime9.JSX.Element;
959
+ }: DrawerPortalProps) => react_jsx_runtime0.JSX.Element;
960
960
  Root: ({
961
961
  position,
962
962
  ...props
963
- }: DrawerProps) => react_jsx_runtime9.JSX.Element;
963
+ }: DrawerProps) => react_jsx_runtime0.JSX.Element;
964
964
  Title: ({
965
965
  className,
966
966
  ...props
967
- }: DrawerTitleProps) => react_jsx_runtime9.JSX.Element;
967
+ }: DrawerTitleProps) => react_jsx_runtime0.JSX.Element;
968
968
  Trigger: ({
969
969
  className,
970
970
  ...props
971
- }: DrawerTriggerProps) => react_jsx_runtime9.JSX.Element;
971
+ }: DrawerTriggerProps) => react_jsx_runtime0.JSX.Element;
972
972
  Viewport: ({
973
973
  className,
974
974
  ...props
975
- }: DrawerViewportProps) => react_jsx_runtime9.JSX.Element;
975
+ }: DrawerViewportProps) => react_jsx_runtime0.JSX.Element;
976
976
  };
977
977
  //#endregion
978
978
  //#region src/components/field/field.variants.d.ts
979
- declare const fieldVariants: tailwind_variants1.TVReturnType<{
979
+ declare const fieldVariants: tailwind_variants0.TVReturnType<{
980
980
  [key: string]: {
981
- [key: string]: tailwind_merge29.ClassNameValue | {
982
- root?: tailwind_merge29.ClassNameValue;
983
- label?: tailwind_merge29.ClassNameValue;
984
- description?: tailwind_merge29.ClassNameValue;
985
- control?: tailwind_merge29.ClassNameValue;
986
- error?: tailwind_merge29.ClassNameValue;
981
+ [key: string]: tailwind_merge0.ClassNameValue | {
982
+ root?: tailwind_merge0.ClassNameValue;
983
+ label?: tailwind_merge0.ClassNameValue;
984
+ description?: tailwind_merge0.ClassNameValue;
985
+ control?: tailwind_merge0.ClassNameValue;
986
+ error?: tailwind_merge0.ClassNameValue;
987
987
  };
988
988
  };
989
989
  } | {
990
990
  [x: string]: {
991
- [x: string]: tailwind_merge29.ClassNameValue | {
992
- root?: tailwind_merge29.ClassNameValue;
993
- label?: tailwind_merge29.ClassNameValue;
994
- description?: tailwind_merge29.ClassNameValue;
995
- control?: tailwind_merge29.ClassNameValue;
996
- error?: tailwind_merge29.ClassNameValue;
991
+ [x: string]: tailwind_merge0.ClassNameValue | {
992
+ root?: tailwind_merge0.ClassNameValue;
993
+ label?: tailwind_merge0.ClassNameValue;
994
+ description?: tailwind_merge0.ClassNameValue;
995
+ control?: tailwind_merge0.ClassNameValue;
996
+ error?: tailwind_merge0.ClassNameValue;
997
997
  };
998
998
  };
999
999
  } | {}, {
@@ -1004,12 +1004,12 @@ declare const fieldVariants: tailwind_variants1.TVReturnType<{
1004
1004
  root: string;
1005
1005
  }, undefined, {
1006
1006
  [key: string]: {
1007
- [key: string]: tailwind_merge29.ClassNameValue | {
1008
- root?: tailwind_merge29.ClassNameValue;
1009
- label?: tailwind_merge29.ClassNameValue;
1010
- description?: tailwind_merge29.ClassNameValue;
1011
- control?: tailwind_merge29.ClassNameValue;
1012
- error?: tailwind_merge29.ClassNameValue;
1007
+ [key: string]: tailwind_merge0.ClassNameValue | {
1008
+ root?: tailwind_merge0.ClassNameValue;
1009
+ label?: tailwind_merge0.ClassNameValue;
1010
+ description?: tailwind_merge0.ClassNameValue;
1011
+ control?: tailwind_merge0.ClassNameValue;
1012
+ error?: tailwind_merge0.ClassNameValue;
1013
1013
  };
1014
1014
  };
1015
1015
  } | {}, {
@@ -1018,7 +1018,7 @@ declare const fieldVariants: tailwind_variants1.TVReturnType<{
1018
1018
  error: string;
1019
1019
  label: string;
1020
1020
  root: string;
1021
- }, tailwind_variants1.TVReturnType<unknown, {
1021
+ }, tailwind_variants0.TVReturnType<unknown, {
1022
1022
  control: string;
1023
1023
  description: string;
1024
1024
  error: string;
@@ -1039,43 +1039,43 @@ declare const _default$8: (({
1039
1039
  className,
1040
1040
  required,
1041
1041
  ...props
1042
- }: FieldRootProps) => react_jsx_runtime9.JSX.Element) & {
1042
+ }: FieldRootProps) => react_jsx_runtime0.JSX.Element) & {
1043
1043
  Control: ({
1044
1044
  className,
1045
1045
  ...props
1046
- }: FieldControlProps) => react_jsx_runtime9.JSX.Element;
1046
+ }: FieldControlProps) => react_jsx_runtime0.JSX.Element;
1047
1047
  Description: ({
1048
1048
  className,
1049
1049
  ...props
1050
- }: FieldDescriptionProps) => react_jsx_runtime9.JSX.Element;
1050
+ }: FieldDescriptionProps) => react_jsx_runtime0.JSX.Element;
1051
1051
  Error: ({
1052
1052
  className,
1053
1053
  ...props
1054
- }: FieldErrorProps) => react_jsx_runtime9.JSX.Element;
1054
+ }: FieldErrorProps) => react_jsx_runtime0.JSX.Element;
1055
1055
  Label: ({
1056
1056
  className,
1057
1057
  ...props
1058
- }: FieldLabelProps) => react_jsx_runtime9.JSX.Element;
1058
+ }: FieldLabelProps) => react_jsx_runtime0.JSX.Element;
1059
1059
  Root: ({
1060
1060
  className,
1061
1061
  required,
1062
1062
  ...props
1063
- }: FieldRootProps) => react_jsx_runtime9.JSX.Element;
1063
+ }: FieldRootProps) => react_jsx_runtime0.JSX.Element;
1064
1064
  };
1065
1065
  //#endregion
1066
1066
  //#region src/components/fieldset/fieldset.variants.d.ts
1067
- declare const fieldsetVariants: tailwind_variants1.TVReturnType<{
1067
+ declare const fieldsetVariants: tailwind_variants0.TVReturnType<{
1068
1068
  [key: string]: {
1069
- [key: string]: tailwind_merge29.ClassNameValue | {
1070
- root?: tailwind_merge29.ClassNameValue;
1071
- legend?: tailwind_merge29.ClassNameValue;
1069
+ [key: string]: tailwind_merge0.ClassNameValue | {
1070
+ root?: tailwind_merge0.ClassNameValue;
1071
+ legend?: tailwind_merge0.ClassNameValue;
1072
1072
  };
1073
1073
  };
1074
1074
  } | {
1075
1075
  [x: string]: {
1076
- [x: string]: tailwind_merge29.ClassNameValue | {
1077
- root?: tailwind_merge29.ClassNameValue;
1078
- legend?: tailwind_merge29.ClassNameValue;
1076
+ [x: string]: tailwind_merge0.ClassNameValue | {
1077
+ root?: tailwind_merge0.ClassNameValue;
1078
+ legend?: tailwind_merge0.ClassNameValue;
1079
1079
  };
1080
1080
  };
1081
1081
  } | {}, {
@@ -1083,15 +1083,15 @@ declare const fieldsetVariants: tailwind_variants1.TVReturnType<{
1083
1083
  root: string;
1084
1084
  }, undefined, {
1085
1085
  [key: string]: {
1086
- [key: string]: tailwind_merge29.ClassNameValue | {
1087
- root?: tailwind_merge29.ClassNameValue;
1088
- legend?: tailwind_merge29.ClassNameValue;
1086
+ [key: string]: tailwind_merge0.ClassNameValue | {
1087
+ root?: tailwind_merge0.ClassNameValue;
1088
+ legend?: tailwind_merge0.ClassNameValue;
1089
1089
  };
1090
1090
  };
1091
1091
  } | {}, {
1092
1092
  legend: string;
1093
1093
  root: string;
1094
- }, tailwind_variants1.TVReturnType<unknown, {
1094
+ }, tailwind_variants0.TVReturnType<unknown, {
1095
1095
  legend: string;
1096
1096
  root: string;
1097
1097
  }, undefined, unknown, unknown, undefined>>;
@@ -1103,19 +1103,19 @@ interface FieldsetLegendProps extends Fieldset.Legend.Props {}
1103
1103
  declare const _default$9: (({
1104
1104
  className,
1105
1105
  ...props
1106
- }: FieldsetProps) => react_jsx_runtime9.JSX.Element) & {
1106
+ }: FieldsetProps) => react_jsx_runtime0.JSX.Element) & {
1107
1107
  Legend: ({
1108
1108
  className,
1109
1109
  ...props
1110
- }: FieldsetLegendProps) => react_jsx_runtime9.JSX.Element;
1110
+ }: FieldsetLegendProps) => react_jsx_runtime0.JSX.Element;
1111
1111
  Root: ({
1112
1112
  className,
1113
1113
  ...props
1114
- }: FieldsetProps) => react_jsx_runtime9.JSX.Element;
1114
+ }: FieldsetProps) => react_jsx_runtime0.JSX.Element;
1115
1115
  };
1116
1116
  //#endregion
1117
1117
  //#region src/components/form/form.variants.d.ts
1118
- declare const formVariants: tailwind_variants1.TVReturnType<{} | {} | {}, undefined, "form", {} | {}, undefined, tailwind_variants1.TVReturnType<unknown, undefined, "form", unknown, unknown, undefined>>;
1118
+ declare const formVariants: tailwind_variants0.TVReturnType<{} | {} | {}, undefined, "form", {} | {}, undefined, tailwind_variants0.TVReturnType<unknown, undefined, "form", unknown, unknown, undefined>>;
1119
1119
  type FormVariants = VariantProps<typeof formVariants>;
1120
1120
  //#endregion
1121
1121
  //#region src/components/form/form.d.ts
@@ -1123,41 +1123,41 @@ interface FormProps extends FormVariants, Form$1.Props {}
1123
1123
  declare const Form: ({
1124
1124
  className,
1125
1125
  ...props
1126
- }: FormProps) => react_jsx_runtime9.JSX.Element;
1126
+ }: FormProps) => react_jsx_runtime0.JSX.Element;
1127
1127
  //#endregion
1128
1128
  //#region src/components/icon-button/icon-button.variants.d.ts
1129
- declare const iconButtonVariants: tailwind_variants1.TVReturnType<{} | {
1129
+ declare const iconButtonVariants: tailwind_variants0.TVReturnType<{} | {
1130
1130
  isIconOnly: {
1131
- true: tailwind_merge29.ClassNameValue | {
1132
- base?: tailwind_merge29.ClassNameValue;
1131
+ true: tailwind_merge0.ClassNameValue | {
1132
+ base?: tailwind_merge0.ClassNameValue;
1133
1133
  };
1134
1134
  };
1135
1135
  size: {
1136
- lg: tailwind_merge29.ClassNameValue | {
1137
- base?: tailwind_merge29.ClassNameValue;
1136
+ lg: tailwind_merge0.ClassNameValue | {
1137
+ base?: tailwind_merge0.ClassNameValue;
1138
1138
  };
1139
- md: tailwind_merge29.ClassNameValue | {
1140
- base?: tailwind_merge29.ClassNameValue;
1139
+ md: tailwind_merge0.ClassNameValue | {
1140
+ base?: tailwind_merge0.ClassNameValue;
1141
1141
  };
1142
- sm: tailwind_merge29.ClassNameValue | {
1143
- base?: tailwind_merge29.ClassNameValue;
1142
+ sm: tailwind_merge0.ClassNameValue | {
1143
+ base?: tailwind_merge0.ClassNameValue;
1144
1144
  };
1145
1145
  };
1146
1146
  variant: {
1147
- danger: tailwind_merge29.ClassNameValue | {
1148
- base?: tailwind_merge29.ClassNameValue;
1147
+ danger: tailwind_merge0.ClassNameValue | {
1148
+ base?: tailwind_merge0.ClassNameValue;
1149
1149
  };
1150
- ghost: tailwind_merge29.ClassNameValue | {
1151
- base?: tailwind_merge29.ClassNameValue;
1150
+ ghost: tailwind_merge0.ClassNameValue | {
1151
+ base?: tailwind_merge0.ClassNameValue;
1152
1152
  };
1153
- outline: tailwind_merge29.ClassNameValue | {
1154
- base?: tailwind_merge29.ClassNameValue;
1153
+ outline: tailwind_merge0.ClassNameValue | {
1154
+ base?: tailwind_merge0.ClassNameValue;
1155
1155
  };
1156
- primary: tailwind_merge29.ClassNameValue | {
1157
- base?: tailwind_merge29.ClassNameValue;
1156
+ primary: tailwind_merge0.ClassNameValue | {
1157
+ base?: tailwind_merge0.ClassNameValue;
1158
1158
  };
1159
- secondary: tailwind_merge29.ClassNameValue | {
1160
- base?: tailwind_merge29.ClassNameValue;
1159
+ secondary: tailwind_merge0.ClassNameValue | {
1160
+ base?: tailwind_merge0.ClassNameValue;
1161
1161
  };
1162
1162
  };
1163
1163
  }, undefined, "icon-button", {
@@ -1176,7 +1176,7 @@ declare const iconButtonVariants: tailwind_variants1.TVReturnType<{} | {
1176
1176
  primary: string;
1177
1177
  secondary: string;
1178
1178
  };
1179
- }, undefined, tailwind_variants1.TVReturnType<{
1179
+ }, undefined, tailwind_variants0.TVReturnType<{
1180
1180
  isIconOnly: {
1181
1181
  true: string;
1182
1182
  };
@@ -1208,7 +1208,7 @@ declare const iconButtonVariants: tailwind_variants1.TVReturnType<{} | {
1208
1208
  primary: string;
1209
1209
  secondary: string;
1210
1210
  };
1211
- }, undefined, tailwind_variants1.TVReturnType<{
1211
+ }, undefined, tailwind_variants0.TVReturnType<{
1212
1212
  isIconOnly: {
1213
1213
  true: string;
1214
1214
  };
@@ -1235,10 +1235,10 @@ declare const IconButton: ({
1235
1235
  size,
1236
1236
  isIconOnly,
1237
1237
  ...props
1238
- }: IconButtonProps) => react_jsx_runtime9.JSX.Element;
1238
+ }: IconButtonProps) => react_jsx_runtime0.JSX.Element;
1239
1239
  //#endregion
1240
1240
  //#region src/components/input/input.variants.d.ts
1241
- declare const inputVariants: tailwind_variants1.TVReturnType<{} | {} | {}, undefined, "input", {} | {}, undefined, tailwind_variants1.TVReturnType<unknown, undefined, "input", unknown, unknown, undefined>>;
1241
+ declare const inputVariants: tailwind_variants0.TVReturnType<{} | {} | {}, undefined, "input", {} | {}, undefined, tailwind_variants0.TVReturnType<unknown, undefined, "input", unknown, unknown, undefined>>;
1242
1242
  type InputVariants = VariantProps<typeof inputVariants>;
1243
1243
  //#endregion
1244
1244
  //#region src/components/input/input.d.ts
@@ -1246,10 +1246,10 @@ interface InputProps extends InputVariants, Input$1.Props {}
1246
1246
  declare const Input: ({
1247
1247
  className,
1248
1248
  ...props
1249
- }: InputProps) => react_jsx_runtime9.JSX.Element;
1249
+ }: InputProps) => react_jsx_runtime0.JSX.Element;
1250
1250
  //#endregion
1251
1251
  //#region src/components/label/label.variants.d.ts
1252
- declare const labelVariants: tailwind_variants1.TVReturnType<{} | {} | {}, undefined, "label", {} | {}, undefined, tailwind_variants1.TVReturnType<unknown, undefined, "label", unknown, unknown, undefined>>;
1252
+ declare const labelVariants: tailwind_variants0.TVReturnType<{} | {} | {}, undefined, "label", {} | {}, undefined, tailwind_variants0.TVReturnType<unknown, undefined, "label", unknown, unknown, undefined>>;
1253
1253
  type LabelVariants = VariantProps<typeof labelVariants>;
1254
1254
  //#endregion
1255
1255
  //#region src/components/label/label.d.ts
@@ -1257,10 +1257,10 @@ interface LabelProps extends LabelVariants, React.ComponentProps<"label"> {}
1257
1257
  declare const Label: ({
1258
1258
  className,
1259
1259
  ...props
1260
- }: LabelProps) => react_jsx_runtime9.JSX.Element;
1260
+ }: LabelProps) => react_jsx_runtime0.JSX.Element;
1261
1261
  //#endregion
1262
1262
  //#region src/components/link/link.variants.d.ts
1263
- declare const linkVariants: tailwind_variants1.TVReturnType<{
1263
+ declare const linkVariants: tailwind_variants0.TVReturnType<{
1264
1264
  variant: {
1265
1265
  "no-underline": string;
1266
1266
  underline: string;
@@ -1270,7 +1270,7 @@ declare const linkVariants: tailwind_variants1.TVReturnType<{
1270
1270
  "no-underline": string;
1271
1271
  underline: string;
1272
1272
  };
1273
- }, undefined, tailwind_variants1.TVReturnType<{
1273
+ }, undefined, tailwind_variants0.TVReturnType<{
1274
1274
  variant: {
1275
1275
  "no-underline": string;
1276
1276
  underline: string;
@@ -1284,21 +1284,21 @@ declare const Link: ({
1284
1284
  className,
1285
1285
  variant,
1286
1286
  ...props
1287
- }: LinkProps) => react_jsx_runtime9.JSX.Element;
1287
+ }: LinkProps) => react_jsx_runtime0.JSX.Element;
1288
1288
  //#endregion
1289
1289
  //#region src/components/list/list.variants.d.ts
1290
- declare const listVariants: tailwind_variants1.TVReturnType<{
1290
+ declare const listVariants: tailwind_variants0.TVReturnType<{
1291
1291
  [key: string]: {
1292
- [key: string]: tailwind_merge29.ClassNameValue | {
1293
- item?: tailwind_merge29.ClassNameValue;
1294
- root?: tailwind_merge29.ClassNameValue;
1292
+ [key: string]: tailwind_merge0.ClassNameValue | {
1293
+ item?: tailwind_merge0.ClassNameValue;
1294
+ root?: tailwind_merge0.ClassNameValue;
1295
1295
  };
1296
1296
  };
1297
1297
  } | {
1298
1298
  [x: string]: {
1299
- [x: string]: tailwind_merge29.ClassNameValue | {
1300
- item?: tailwind_merge29.ClassNameValue;
1301
- root?: tailwind_merge29.ClassNameValue;
1299
+ [x: string]: tailwind_merge0.ClassNameValue | {
1300
+ item?: tailwind_merge0.ClassNameValue;
1301
+ root?: tailwind_merge0.ClassNameValue;
1302
1302
  };
1303
1303
  };
1304
1304
  } | {}, {
@@ -1306,15 +1306,15 @@ declare const listVariants: tailwind_variants1.TVReturnType<{
1306
1306
  root: string;
1307
1307
  }, undefined, {
1308
1308
  [key: string]: {
1309
- [key: string]: tailwind_merge29.ClassNameValue | {
1310
- item?: tailwind_merge29.ClassNameValue;
1311
- root?: tailwind_merge29.ClassNameValue;
1309
+ [key: string]: tailwind_merge0.ClassNameValue | {
1310
+ item?: tailwind_merge0.ClassNameValue;
1311
+ root?: tailwind_merge0.ClassNameValue;
1312
1312
  };
1313
1313
  };
1314
1314
  } | {}, {
1315
1315
  item: string;
1316
1316
  root: string;
1317
- }, tailwind_variants1.TVReturnType<unknown, {
1317
+ }, tailwind_variants0.TVReturnType<unknown, {
1318
1318
  item: string;
1319
1319
  root: string;
1320
1320
  }, undefined, unknown, unknown, undefined>>;
@@ -1326,58 +1326,58 @@ interface ListItemProps extends React.ComponentProps<"li"> {}
1326
1326
  declare const _default$10: (({
1327
1327
  className,
1328
1328
  ...props
1329
- }: ListProps) => react_jsx_runtime9.JSX.Element) & {
1329
+ }: ListProps) => react_jsx_runtime0.JSX.Element) & {
1330
1330
  Item: ({
1331
1331
  className,
1332
1332
  ...props
1333
- }: ListItemProps) => react_jsx_runtime9.JSX.Element;
1333
+ }: ListItemProps) => react_jsx_runtime0.JSX.Element;
1334
1334
  Root: ({
1335
1335
  className,
1336
1336
  ...props
1337
- }: ListProps) => react_jsx_runtime9.JSX.Element;
1337
+ }: ListProps) => react_jsx_runtime0.JSX.Element;
1338
1338
  };
1339
1339
  //#endregion
1340
1340
  //#region src/components/menu/menu.variants.d.ts
1341
- declare const menuVariants: tailwind_variants1.TVReturnType<{
1341
+ declare const menuVariants: tailwind_variants0.TVReturnType<{
1342
1342
  [key: string]: {
1343
- [key: string]: tailwind_merge29.ClassNameValue | {
1344
- item?: tailwind_merge29.ClassNameValue;
1345
- root?: tailwind_merge29.ClassNameValue;
1346
- trigger?: tailwind_merge29.ClassNameValue;
1347
- radioGroup?: tailwind_merge29.ClassNameValue;
1348
- backdrop?: tailwind_merge29.ClassNameValue;
1349
- popup?: tailwind_merge29.ClassNameValue;
1350
- portal?: tailwind_merge29.ClassNameValue;
1351
- arrow?: tailwind_merge29.ClassNameValue;
1352
- checkboxItem?: tailwind_merge29.ClassNameValue;
1353
- group?: tailwind_merge29.ClassNameValue;
1354
- groupLabel?: tailwind_merge29.ClassNameValue;
1355
- positioner?: tailwind_merge29.ClassNameValue;
1356
- radioItem?: tailwind_merge29.ClassNameValue;
1357
- separator?: tailwind_merge29.ClassNameValue;
1358
- submenu?: tailwind_merge29.ClassNameValue;
1359
- submenuTrigger?: tailwind_merge29.ClassNameValue;
1343
+ [key: string]: tailwind_merge0.ClassNameValue | {
1344
+ item?: tailwind_merge0.ClassNameValue;
1345
+ root?: tailwind_merge0.ClassNameValue;
1346
+ trigger?: tailwind_merge0.ClassNameValue;
1347
+ radioGroup?: tailwind_merge0.ClassNameValue;
1348
+ backdrop?: tailwind_merge0.ClassNameValue;
1349
+ popup?: tailwind_merge0.ClassNameValue;
1350
+ portal?: tailwind_merge0.ClassNameValue;
1351
+ arrow?: tailwind_merge0.ClassNameValue;
1352
+ checkboxItem?: tailwind_merge0.ClassNameValue;
1353
+ group?: tailwind_merge0.ClassNameValue;
1354
+ groupLabel?: tailwind_merge0.ClassNameValue;
1355
+ positioner?: tailwind_merge0.ClassNameValue;
1356
+ radioItem?: tailwind_merge0.ClassNameValue;
1357
+ separator?: tailwind_merge0.ClassNameValue;
1358
+ submenu?: tailwind_merge0.ClassNameValue;
1359
+ submenuTrigger?: tailwind_merge0.ClassNameValue;
1360
1360
  };
1361
1361
  };
1362
1362
  } | {
1363
1363
  [x: string]: {
1364
- [x: string]: tailwind_merge29.ClassNameValue | {
1365
- item?: tailwind_merge29.ClassNameValue;
1366
- root?: tailwind_merge29.ClassNameValue;
1367
- trigger?: tailwind_merge29.ClassNameValue;
1368
- radioGroup?: tailwind_merge29.ClassNameValue;
1369
- backdrop?: tailwind_merge29.ClassNameValue;
1370
- popup?: tailwind_merge29.ClassNameValue;
1371
- portal?: tailwind_merge29.ClassNameValue;
1372
- arrow?: tailwind_merge29.ClassNameValue;
1373
- checkboxItem?: tailwind_merge29.ClassNameValue;
1374
- group?: tailwind_merge29.ClassNameValue;
1375
- groupLabel?: tailwind_merge29.ClassNameValue;
1376
- positioner?: tailwind_merge29.ClassNameValue;
1377
- radioItem?: tailwind_merge29.ClassNameValue;
1378
- separator?: tailwind_merge29.ClassNameValue;
1379
- submenu?: tailwind_merge29.ClassNameValue;
1380
- submenuTrigger?: tailwind_merge29.ClassNameValue;
1364
+ [x: string]: tailwind_merge0.ClassNameValue | {
1365
+ item?: tailwind_merge0.ClassNameValue;
1366
+ root?: tailwind_merge0.ClassNameValue;
1367
+ trigger?: tailwind_merge0.ClassNameValue;
1368
+ radioGroup?: tailwind_merge0.ClassNameValue;
1369
+ backdrop?: tailwind_merge0.ClassNameValue;
1370
+ popup?: tailwind_merge0.ClassNameValue;
1371
+ portal?: tailwind_merge0.ClassNameValue;
1372
+ arrow?: tailwind_merge0.ClassNameValue;
1373
+ checkboxItem?: tailwind_merge0.ClassNameValue;
1374
+ group?: tailwind_merge0.ClassNameValue;
1375
+ groupLabel?: tailwind_merge0.ClassNameValue;
1376
+ positioner?: tailwind_merge0.ClassNameValue;
1377
+ radioItem?: tailwind_merge0.ClassNameValue;
1378
+ separator?: tailwind_merge0.ClassNameValue;
1379
+ submenu?: tailwind_merge0.ClassNameValue;
1380
+ submenuTrigger?: tailwind_merge0.ClassNameValue;
1381
1381
  };
1382
1382
  };
1383
1383
  } | {}, {
@@ -1399,23 +1399,23 @@ declare const menuVariants: tailwind_variants1.TVReturnType<{
1399
1399
  trigger: string;
1400
1400
  }, undefined, {
1401
1401
  [key: string]: {
1402
- [key: string]: tailwind_merge29.ClassNameValue | {
1403
- item?: tailwind_merge29.ClassNameValue;
1404
- root?: tailwind_merge29.ClassNameValue;
1405
- trigger?: tailwind_merge29.ClassNameValue;
1406
- radioGroup?: tailwind_merge29.ClassNameValue;
1407
- backdrop?: tailwind_merge29.ClassNameValue;
1408
- popup?: tailwind_merge29.ClassNameValue;
1409
- portal?: tailwind_merge29.ClassNameValue;
1410
- arrow?: tailwind_merge29.ClassNameValue;
1411
- checkboxItem?: tailwind_merge29.ClassNameValue;
1412
- group?: tailwind_merge29.ClassNameValue;
1413
- groupLabel?: tailwind_merge29.ClassNameValue;
1414
- positioner?: tailwind_merge29.ClassNameValue;
1415
- radioItem?: tailwind_merge29.ClassNameValue;
1416
- separator?: tailwind_merge29.ClassNameValue;
1417
- submenu?: tailwind_merge29.ClassNameValue;
1418
- submenuTrigger?: tailwind_merge29.ClassNameValue;
1402
+ [key: string]: tailwind_merge0.ClassNameValue | {
1403
+ item?: tailwind_merge0.ClassNameValue;
1404
+ root?: tailwind_merge0.ClassNameValue;
1405
+ trigger?: tailwind_merge0.ClassNameValue;
1406
+ radioGroup?: tailwind_merge0.ClassNameValue;
1407
+ backdrop?: tailwind_merge0.ClassNameValue;
1408
+ popup?: tailwind_merge0.ClassNameValue;
1409
+ portal?: tailwind_merge0.ClassNameValue;
1410
+ arrow?: tailwind_merge0.ClassNameValue;
1411
+ checkboxItem?: tailwind_merge0.ClassNameValue;
1412
+ group?: tailwind_merge0.ClassNameValue;
1413
+ groupLabel?: tailwind_merge0.ClassNameValue;
1414
+ positioner?: tailwind_merge0.ClassNameValue;
1415
+ radioItem?: tailwind_merge0.ClassNameValue;
1416
+ separator?: tailwind_merge0.ClassNameValue;
1417
+ submenu?: tailwind_merge0.ClassNameValue;
1418
+ submenuTrigger?: tailwind_merge0.ClassNameValue;
1419
1419
  };
1420
1420
  };
1421
1421
  } | {}, {
@@ -1435,7 +1435,7 @@ declare const menuVariants: tailwind_variants1.TVReturnType<{
1435
1435
  submenu: string;
1436
1436
  submenuTrigger: string;
1437
1437
  trigger: string;
1438
- }, tailwind_variants1.TVReturnType<unknown, {
1438
+ }, tailwind_variants0.TVReturnType<unknown, {
1439
1439
  arrow: string;
1440
1440
  backdrop: string;
1441
1441
  checkboxItem: string;
@@ -1474,74 +1474,74 @@ interface MenuSubmenuProps extends MenuVariants, Menu.SubmenuRoot.Props {}
1474
1474
  interface MenuSubmenuTriggerProps extends MenuVariants, Menu.SubmenuTrigger.Props {}
1475
1475
  declare const _default$11: (({
1476
1476
  ...props
1477
- }: MenuProps) => react_jsx_runtime9.JSX.Element) & {
1477
+ }: MenuProps) => react_jsx_runtime0.JSX.Element) & {
1478
1478
  Arrow: ({
1479
1479
  className,
1480
1480
  children,
1481
1481
  ...props
1482
- }: MenuArrowProps) => react_jsx_runtime9.JSX.Element;
1482
+ }: MenuArrowProps) => react_jsx_runtime0.JSX.Element;
1483
1483
  Backdrop: ({
1484
1484
  className,
1485
1485
  ...props
1486
- }: MenuBackdropProps) => react_jsx_runtime9.JSX.Element;
1486
+ }: MenuBackdropProps) => react_jsx_runtime0.JSX.Element;
1487
1487
  CheckboxItem: ({
1488
1488
  className,
1489
1489
  ...props
1490
- }: MenuCheckboxItemProps) => react_jsx_runtime9.JSX.Element;
1490
+ }: MenuCheckboxItemProps) => react_jsx_runtime0.JSX.Element;
1491
1491
  Group: ({
1492
1492
  className,
1493
1493
  ...props
1494
- }: MenuGroupProps) => react_jsx_runtime9.JSX.Element;
1494
+ }: MenuGroupProps) => react_jsx_runtime0.JSX.Element;
1495
1495
  GroupLabel: ({
1496
1496
  className,
1497
1497
  ...props
1498
- }: MenuGroupLabelProps) => react_jsx_runtime9.JSX.Element;
1498
+ }: MenuGroupLabelProps) => react_jsx_runtime0.JSX.Element;
1499
1499
  Item: ({
1500
1500
  className,
1501
1501
  ...props
1502
- }: MenuItemProps) => react_jsx_runtime9.JSX.Element;
1502
+ }: MenuItemProps) => react_jsx_runtime0.JSX.Element;
1503
1503
  Popup: ({
1504
1504
  className,
1505
1505
  ...props
1506
- }: MenuPopupProps) => react_jsx_runtime9.JSX.Element;
1506
+ }: MenuPopupProps) => react_jsx_runtime0.JSX.Element;
1507
1507
  Portal: ({
1508
1508
  className,
1509
1509
  ...props
1510
- }: MenuPortalProps) => react_jsx_runtime9.JSX.Element;
1510
+ }: MenuPortalProps) => react_jsx_runtime0.JSX.Element;
1511
1511
  Positioner: ({
1512
1512
  className,
1513
1513
  ...props
1514
- }: MenuPositionerProps) => react_jsx_runtime9.JSX.Element;
1514
+ }: MenuPositionerProps) => react_jsx_runtime0.JSX.Element;
1515
1515
  RadioGroup: ({
1516
1516
  className,
1517
1517
  ...props
1518
- }: MenuRadioGroupProps) => react_jsx_runtime9.JSX.Element;
1518
+ }: MenuRadioGroupProps) => react_jsx_runtime0.JSX.Element;
1519
1519
  RadioItem: ({
1520
1520
  className,
1521
1521
  ...props
1522
- }: MenuRadioItemProps) => react_jsx_runtime9.JSX.Element;
1522
+ }: MenuRadioItemProps) => react_jsx_runtime0.JSX.Element;
1523
1523
  Root: ({
1524
1524
  ...props
1525
- }: MenuProps) => react_jsx_runtime9.JSX.Element;
1525
+ }: MenuProps) => react_jsx_runtime0.JSX.Element;
1526
1526
  Separator: ({
1527
1527
  className,
1528
1528
  ...props
1529
- }: MenuSeparatorProps) => react_jsx_runtime9.JSX.Element;
1529
+ }: MenuSeparatorProps) => react_jsx_runtime0.JSX.Element;
1530
1530
  Submenu: ({
1531
1531
  ...props
1532
- }: MenuSubmenuProps) => react_jsx_runtime9.JSX.Element;
1532
+ }: MenuSubmenuProps) => react_jsx_runtime0.JSX.Element;
1533
1533
  SubmenuTrigger: ({
1534
1534
  className,
1535
1535
  ...props
1536
- }: MenuSubmenuTriggerProps) => react_jsx_runtime9.JSX.Element;
1536
+ }: MenuSubmenuTriggerProps) => react_jsx_runtime0.JSX.Element;
1537
1537
  Trigger: ({
1538
1538
  className,
1539
1539
  ...props
1540
- }: MenuTriggerProps) => react_jsx_runtime9.JSX.Element;
1540
+ }: MenuTriggerProps) => react_jsx_runtime0.JSX.Element;
1541
1541
  };
1542
1542
  //#endregion
1543
1543
  //#region src/components/meter/meter.variants.d.ts
1544
- declare const meterVariants: tailwind_variants1.TVReturnType<{
1544
+ declare const meterVariants: tailwind_variants0.TVReturnType<{
1545
1545
  size: {
1546
1546
  lg: {
1547
1547
  root: string;
@@ -1605,7 +1605,7 @@ declare const meterVariants: tailwind_variants1.TVReturnType<{
1605
1605
  root: string;
1606
1606
  track: string;
1607
1607
  value: string;
1608
- }, tailwind_variants1.TVReturnType<{
1608
+ }, tailwind_variants0.TVReturnType<{
1609
1609
  size: {
1610
1610
  lg: {
1611
1611
  root: string;
@@ -1651,56 +1651,56 @@ declare const _default$12: (({
1651
1651
  size,
1652
1652
  variant,
1653
1653
  ...props
1654
- }: MeterProps) => react_jsx_runtime9.JSX.Element) & {
1654
+ }: MeterProps) => react_jsx_runtime0.JSX.Element) & {
1655
1655
  Indicator: ({
1656
1656
  className,
1657
1657
  ...props
1658
- }: MeterIndicatorProps) => react_jsx_runtime9.JSX.Element;
1658
+ }: MeterIndicatorProps) => react_jsx_runtime0.JSX.Element;
1659
1659
  Label: ({
1660
1660
  className,
1661
1661
  ...props
1662
- }: MeterLabelProps) => react_jsx_runtime9.JSX.Element;
1662
+ }: MeterLabelProps) => react_jsx_runtime0.JSX.Element;
1663
1663
  Root: ({
1664
1664
  className,
1665
1665
  size,
1666
1666
  variant,
1667
1667
  ...props
1668
- }: MeterProps) => react_jsx_runtime9.JSX.Element;
1668
+ }: MeterProps) => react_jsx_runtime0.JSX.Element;
1669
1669
  Track: ({
1670
1670
  className,
1671
1671
  ...props
1672
- }: MeterTrackProps) => react_jsx_runtime9.JSX.Element;
1672
+ }: MeterTrackProps) => react_jsx_runtime0.JSX.Element;
1673
1673
  Value: ({
1674
1674
  className,
1675
1675
  ...props
1676
- }: MeterValueProps) => react_jsx_runtime9.JSX.Element;
1676
+ }: MeterValueProps) => react_jsx_runtime0.JSX.Element;
1677
1677
  };
1678
1678
  //#endregion
1679
1679
  //#region src/components/navbar/navbar.variants.d.ts
1680
- declare const navbarVariants: tailwind_variants1.TVReturnType<{
1680
+ declare const navbarVariants: tailwind_variants0.TVReturnType<{
1681
1681
  [key: string]: {
1682
- [key: string]: tailwind_merge29.ClassNameValue | {
1683
- content?: tailwind_merge29.ClassNameValue;
1684
- root?: tailwind_merge29.ClassNameValue;
1685
- menu?: tailwind_merge29.ClassNameValue;
1686
- container?: tailwind_merge29.ClassNameValue;
1687
- list?: tailwind_merge29.ClassNameValue;
1688
- listItem?: tailwind_merge29.ClassNameValue;
1689
- menuItem?: tailwind_merge29.ClassNameValue;
1690
- toggle?: tailwind_merge29.ClassNameValue;
1682
+ [key: string]: tailwind_merge0.ClassNameValue | {
1683
+ content?: tailwind_merge0.ClassNameValue;
1684
+ root?: tailwind_merge0.ClassNameValue;
1685
+ menu?: tailwind_merge0.ClassNameValue;
1686
+ container?: tailwind_merge0.ClassNameValue;
1687
+ list?: tailwind_merge0.ClassNameValue;
1688
+ listItem?: tailwind_merge0.ClassNameValue;
1689
+ menuItem?: tailwind_merge0.ClassNameValue;
1690
+ toggle?: tailwind_merge0.ClassNameValue;
1691
1691
  };
1692
1692
  };
1693
1693
  } | {
1694
1694
  [x: string]: {
1695
- [x: string]: tailwind_merge29.ClassNameValue | {
1696
- content?: tailwind_merge29.ClassNameValue;
1697
- root?: tailwind_merge29.ClassNameValue;
1698
- menu?: tailwind_merge29.ClassNameValue;
1699
- container?: tailwind_merge29.ClassNameValue;
1700
- list?: tailwind_merge29.ClassNameValue;
1701
- listItem?: tailwind_merge29.ClassNameValue;
1702
- menuItem?: tailwind_merge29.ClassNameValue;
1703
- toggle?: tailwind_merge29.ClassNameValue;
1695
+ [x: string]: tailwind_merge0.ClassNameValue | {
1696
+ content?: tailwind_merge0.ClassNameValue;
1697
+ root?: tailwind_merge0.ClassNameValue;
1698
+ menu?: tailwind_merge0.ClassNameValue;
1699
+ container?: tailwind_merge0.ClassNameValue;
1700
+ list?: tailwind_merge0.ClassNameValue;
1701
+ listItem?: tailwind_merge0.ClassNameValue;
1702
+ menuItem?: tailwind_merge0.ClassNameValue;
1703
+ toggle?: tailwind_merge0.ClassNameValue;
1704
1704
  };
1705
1705
  };
1706
1706
  } | {}, {
@@ -1714,15 +1714,15 @@ declare const navbarVariants: tailwind_variants1.TVReturnType<{
1714
1714
  toggle: string;
1715
1715
  }, undefined, {
1716
1716
  [key: string]: {
1717
- [key: string]: tailwind_merge29.ClassNameValue | {
1718
- content?: tailwind_merge29.ClassNameValue;
1719
- root?: tailwind_merge29.ClassNameValue;
1720
- menu?: tailwind_merge29.ClassNameValue;
1721
- container?: tailwind_merge29.ClassNameValue;
1722
- list?: tailwind_merge29.ClassNameValue;
1723
- listItem?: tailwind_merge29.ClassNameValue;
1724
- menuItem?: tailwind_merge29.ClassNameValue;
1725
- toggle?: tailwind_merge29.ClassNameValue;
1717
+ [key: string]: tailwind_merge0.ClassNameValue | {
1718
+ content?: tailwind_merge0.ClassNameValue;
1719
+ root?: tailwind_merge0.ClassNameValue;
1720
+ menu?: tailwind_merge0.ClassNameValue;
1721
+ container?: tailwind_merge0.ClassNameValue;
1722
+ list?: tailwind_merge0.ClassNameValue;
1723
+ listItem?: tailwind_merge0.ClassNameValue;
1724
+ menuItem?: tailwind_merge0.ClassNameValue;
1725
+ toggle?: tailwind_merge0.ClassNameValue;
1726
1726
  };
1727
1727
  };
1728
1728
  } | {}, {
@@ -1734,7 +1734,7 @@ declare const navbarVariants: tailwind_variants1.TVReturnType<{
1734
1734
  menuItem: string;
1735
1735
  root: string;
1736
1736
  toggle: string;
1737
- }, tailwind_variants1.TVReturnType<unknown, {
1737
+ }, tailwind_variants0.TVReturnType<unknown, {
1738
1738
  container: string;
1739
1739
  content: string;
1740
1740
  list: string;
@@ -1765,77 +1765,77 @@ declare const _default$13: (({
1765
1765
  isOpen,
1766
1766
  onOpenChange,
1767
1767
  ...props
1768
- }: NavbarProps) => react_jsx_runtime9.JSX.Element) & {
1768
+ }: NavbarProps) => react_jsx_runtime0.JSX.Element) & {
1769
1769
  Container: ({
1770
1770
  className,
1771
1771
  ...props
1772
- }: NavbarContainerProps) => react_jsx_runtime9.JSX.Element;
1772
+ }: NavbarContainerProps) => react_jsx_runtime0.JSX.Element;
1773
1773
  Content: ({
1774
1774
  className,
1775
1775
  ...props
1776
- }: NavbarContentProps) => react_jsx_runtime9.JSX.Element;
1776
+ }: NavbarContentProps) => react_jsx_runtime0.JSX.Element;
1777
1777
  List: ({
1778
1778
  className,
1779
1779
  ...props
1780
- }: NavbarListProps) => react_jsx_runtime9.JSX.Element;
1780
+ }: NavbarListProps) => react_jsx_runtime0.JSX.Element;
1781
1781
  ListItem: ({
1782
1782
  className,
1783
1783
  ...props
1784
- }: NavbarListItemProps) => react_jsx_runtime9.JSX.Element;
1784
+ }: NavbarListItemProps) => react_jsx_runtime0.JSX.Element;
1785
1785
  Menu: ({
1786
1786
  className,
1787
1787
  header,
1788
1788
  ...props
1789
- }: NavbarMenuProps) => react_jsx_runtime9.JSX.Element;
1789
+ }: NavbarMenuProps) => react_jsx_runtime0.JSX.Element;
1790
1790
  MenuItem: ({
1791
1791
  className,
1792
1792
  ...props
1793
- }: NavbarMenuItemProps) => react_jsx_runtime9.JSX.Element;
1793
+ }: NavbarMenuItemProps) => react_jsx_runtime0.JSX.Element;
1794
1794
  Root: ({
1795
1795
  className,
1796
1796
  isOpen,
1797
1797
  onOpenChange,
1798
1798
  ...props
1799
- }: NavbarProps) => react_jsx_runtime9.JSX.Element;
1799
+ }: NavbarProps) => react_jsx_runtime0.JSX.Element;
1800
1800
  Toggle: ({
1801
1801
  className,
1802
1802
  ...props
1803
- }: NavbarToggleProps) => react_jsx_runtime9.JSX.Element;
1803
+ }: NavbarToggleProps) => react_jsx_runtime0.JSX.Element;
1804
1804
  };
1805
1805
  //#endregion
1806
1806
  //#region src/components/popover/popover.variants.d.ts
1807
- declare const popoverVariants: tailwind_variants1.TVReturnType<{
1807
+ declare const popoverVariants: tailwind_variants0.TVReturnType<{
1808
1808
  [key: string]: {
1809
- [key: string]: tailwind_merge29.ClassNameValue | {
1810
- content?: tailwind_merge29.ClassNameValue;
1811
- root?: tailwind_merge29.ClassNameValue;
1812
- trigger?: tailwind_merge29.ClassNameValue;
1813
- title?: tailwind_merge29.ClassNameValue;
1814
- description?: tailwind_merge29.ClassNameValue;
1815
- backdrop?: tailwind_merge29.ClassNameValue;
1816
- close?: tailwind_merge29.ClassNameValue;
1817
- popup?: tailwind_merge29.ClassNameValue;
1818
- portal?: tailwind_merge29.ClassNameValue;
1819
- viewport?: tailwind_merge29.ClassNameValue;
1820
- arrow?: tailwind_merge29.ClassNameValue;
1821
- positioner?: tailwind_merge29.ClassNameValue;
1809
+ [key: string]: tailwind_merge0.ClassNameValue | {
1810
+ content?: tailwind_merge0.ClassNameValue;
1811
+ root?: tailwind_merge0.ClassNameValue;
1812
+ trigger?: tailwind_merge0.ClassNameValue;
1813
+ title?: tailwind_merge0.ClassNameValue;
1814
+ description?: tailwind_merge0.ClassNameValue;
1815
+ backdrop?: tailwind_merge0.ClassNameValue;
1816
+ close?: tailwind_merge0.ClassNameValue;
1817
+ popup?: tailwind_merge0.ClassNameValue;
1818
+ portal?: tailwind_merge0.ClassNameValue;
1819
+ viewport?: tailwind_merge0.ClassNameValue;
1820
+ arrow?: tailwind_merge0.ClassNameValue;
1821
+ positioner?: tailwind_merge0.ClassNameValue;
1822
1822
  };
1823
1823
  };
1824
1824
  } | {
1825
1825
  [x: string]: {
1826
- [x: string]: tailwind_merge29.ClassNameValue | {
1827
- content?: tailwind_merge29.ClassNameValue;
1828
- root?: tailwind_merge29.ClassNameValue;
1829
- trigger?: tailwind_merge29.ClassNameValue;
1830
- title?: tailwind_merge29.ClassNameValue;
1831
- description?: tailwind_merge29.ClassNameValue;
1832
- backdrop?: tailwind_merge29.ClassNameValue;
1833
- close?: tailwind_merge29.ClassNameValue;
1834
- popup?: tailwind_merge29.ClassNameValue;
1835
- portal?: tailwind_merge29.ClassNameValue;
1836
- viewport?: tailwind_merge29.ClassNameValue;
1837
- arrow?: tailwind_merge29.ClassNameValue;
1838
- positioner?: tailwind_merge29.ClassNameValue;
1826
+ [x: string]: tailwind_merge0.ClassNameValue | {
1827
+ content?: tailwind_merge0.ClassNameValue;
1828
+ root?: tailwind_merge0.ClassNameValue;
1829
+ trigger?: tailwind_merge0.ClassNameValue;
1830
+ title?: tailwind_merge0.ClassNameValue;
1831
+ description?: tailwind_merge0.ClassNameValue;
1832
+ backdrop?: tailwind_merge0.ClassNameValue;
1833
+ close?: tailwind_merge0.ClassNameValue;
1834
+ popup?: tailwind_merge0.ClassNameValue;
1835
+ portal?: tailwind_merge0.ClassNameValue;
1836
+ viewport?: tailwind_merge0.ClassNameValue;
1837
+ arrow?: tailwind_merge0.ClassNameValue;
1838
+ positioner?: tailwind_merge0.ClassNameValue;
1839
1839
  };
1840
1840
  };
1841
1841
  } | {}, {
@@ -1853,19 +1853,19 @@ declare const popoverVariants: tailwind_variants1.TVReturnType<{
1853
1853
  viewport: string;
1854
1854
  }, undefined, {
1855
1855
  [key: string]: {
1856
- [key: string]: tailwind_merge29.ClassNameValue | {
1857
- content?: tailwind_merge29.ClassNameValue;
1858
- root?: tailwind_merge29.ClassNameValue;
1859
- trigger?: tailwind_merge29.ClassNameValue;
1860
- title?: tailwind_merge29.ClassNameValue;
1861
- description?: tailwind_merge29.ClassNameValue;
1862
- backdrop?: tailwind_merge29.ClassNameValue;
1863
- close?: tailwind_merge29.ClassNameValue;
1864
- popup?: tailwind_merge29.ClassNameValue;
1865
- portal?: tailwind_merge29.ClassNameValue;
1866
- viewport?: tailwind_merge29.ClassNameValue;
1867
- arrow?: tailwind_merge29.ClassNameValue;
1868
- positioner?: tailwind_merge29.ClassNameValue;
1856
+ [key: string]: tailwind_merge0.ClassNameValue | {
1857
+ content?: tailwind_merge0.ClassNameValue;
1858
+ root?: tailwind_merge0.ClassNameValue;
1859
+ trigger?: tailwind_merge0.ClassNameValue;
1860
+ title?: tailwind_merge0.ClassNameValue;
1861
+ description?: tailwind_merge0.ClassNameValue;
1862
+ backdrop?: tailwind_merge0.ClassNameValue;
1863
+ close?: tailwind_merge0.ClassNameValue;
1864
+ popup?: tailwind_merge0.ClassNameValue;
1865
+ portal?: tailwind_merge0.ClassNameValue;
1866
+ viewport?: tailwind_merge0.ClassNameValue;
1867
+ arrow?: tailwind_merge0.ClassNameValue;
1868
+ positioner?: tailwind_merge0.ClassNameValue;
1869
1869
  };
1870
1870
  };
1871
1871
  } | {}, {
@@ -1881,7 +1881,7 @@ declare const popoverVariants: tailwind_variants1.TVReturnType<{
1881
1881
  title: string;
1882
1882
  trigger: string;
1883
1883
  viewport: string;
1884
- }, tailwind_variants1.TVReturnType<unknown, {
1884
+ }, tailwind_variants0.TVReturnType<unknown, {
1885
1885
  arrow: string;
1886
1886
  backdrop: string;
1887
1887
  close: string;
@@ -1911,55 +1911,55 @@ interface PopoverDescriptionProps extends Popover.Description.Props {}
1911
1911
  interface PopoverCloseProps extends Popover.Close.Props {}
1912
1912
  declare const _default$14: (({
1913
1913
  ...props
1914
- }: PopoverProps) => react_jsx_runtime9.JSX.Element) & {
1914
+ }: PopoverProps) => react_jsx_runtime0.JSX.Element) & {
1915
1915
  Arrow: ({
1916
1916
  className,
1917
1917
  ...props
1918
- }: PopoverArrowProps) => react_jsx_runtime9.JSX.Element;
1918
+ }: PopoverArrowProps) => react_jsx_runtime0.JSX.Element;
1919
1919
  Backdrop: ({
1920
1920
  className,
1921
1921
  ...props
1922
- }: PopoverBackdropProps) => react_jsx_runtime9.JSX.Element;
1922
+ }: PopoverBackdropProps) => react_jsx_runtime0.JSX.Element;
1923
1923
  Close: ({
1924
1924
  className,
1925
1925
  children,
1926
1926
  ...props
1927
- }: PopoverCloseProps) => react_jsx_runtime9.JSX.Element;
1927
+ }: PopoverCloseProps) => react_jsx_runtime0.JSX.Element;
1928
1928
  Description: ({
1929
1929
  className,
1930
1930
  ...props
1931
- }: PopoverDescriptionProps) => react_jsx_runtime9.JSX.Element;
1931
+ }: PopoverDescriptionProps) => react_jsx_runtime0.JSX.Element;
1932
1932
  Popup: ({
1933
1933
  className,
1934
1934
  ...props
1935
- }: PopoverPopupProps) => react_jsx_runtime9.JSX.Element;
1935
+ }: PopoverPopupProps) => react_jsx_runtime0.JSX.Element;
1936
1936
  Portal: ({
1937
1937
  className,
1938
1938
  ...props
1939
- }: PopoverPortalProps) => react_jsx_runtime9.JSX.Element;
1939
+ }: PopoverPortalProps) => react_jsx_runtime0.JSX.Element;
1940
1940
  Positioner: ({
1941
1941
  className,
1942
1942
  ...props
1943
- }: PopoverPositionerProps) => react_jsx_runtime9.JSX.Element;
1943
+ }: PopoverPositionerProps) => react_jsx_runtime0.JSX.Element;
1944
1944
  Root: ({
1945
1945
  ...props
1946
- }: PopoverProps) => react_jsx_runtime9.JSX.Element;
1946
+ }: PopoverProps) => react_jsx_runtime0.JSX.Element;
1947
1947
  Title: ({
1948
1948
  className,
1949
1949
  ...props
1950
- }: PopoverTitleProps) => react_jsx_runtime9.JSX.Element;
1950
+ }: PopoverTitleProps) => react_jsx_runtime0.JSX.Element;
1951
1951
  Trigger: ({
1952
1952
  className,
1953
1953
  ...props
1954
- }: PopoverTriggerProps) => react_jsx_runtime9.JSX.Element;
1954
+ }: PopoverTriggerProps) => react_jsx_runtime0.JSX.Element;
1955
1955
  Viewport: ({
1956
1956
  className,
1957
1957
  ...props
1958
- }: PopoverViewportProps) => react_jsx_runtime9.JSX.Element;
1958
+ }: PopoverViewportProps) => react_jsx_runtime0.JSX.Element;
1959
1959
  };
1960
1960
  //#endregion
1961
1961
  //#region src/components/progress/progress.variants.d.ts
1962
- declare const progressVariants: tailwind_variants1.TVReturnType<{
1962
+ declare const progressVariants: tailwind_variants0.TVReturnType<{
1963
1963
  size: {
1964
1964
  lg: {
1965
1965
  root: string;
@@ -2023,7 +2023,7 @@ declare const progressVariants: tailwind_variants1.TVReturnType<{
2023
2023
  root: string;
2024
2024
  track: string;
2025
2025
  value: string;
2026
- }, tailwind_variants1.TVReturnType<{
2026
+ }, tailwind_variants0.TVReturnType<{
2027
2027
  size: {
2028
2028
  lg: {
2029
2029
  root: string;
@@ -2069,44 +2069,44 @@ declare const _default$15: (({
2069
2069
  variant,
2070
2070
  size,
2071
2071
  ...props
2072
- }: ProgressProps) => react_jsx_runtime9.JSX.Element) & {
2072
+ }: ProgressProps) => react_jsx_runtime0.JSX.Element) & {
2073
2073
  Indicator: ({
2074
2074
  className,
2075
2075
  ...props
2076
- }: ProgressIndicatorProps) => react_jsx_runtime9.JSX.Element;
2076
+ }: ProgressIndicatorProps) => react_jsx_runtime0.JSX.Element;
2077
2077
  Label: ({
2078
2078
  className,
2079
2079
  ...props
2080
- }: ProgressLabelProps) => react_jsx_runtime9.JSX.Element;
2080
+ }: ProgressLabelProps) => react_jsx_runtime0.JSX.Element;
2081
2081
  Root: ({
2082
2082
  className,
2083
2083
  variant,
2084
2084
  size,
2085
2085
  ...props
2086
- }: ProgressProps) => react_jsx_runtime9.JSX.Element;
2086
+ }: ProgressProps) => react_jsx_runtime0.JSX.Element;
2087
2087
  Track: ({
2088
2088
  className,
2089
2089
  ...props
2090
- }: ProgressTrackProps) => react_jsx_runtime9.JSX.Element;
2090
+ }: ProgressTrackProps) => react_jsx_runtime0.JSX.Element;
2091
2091
  Value: ({
2092
2092
  className,
2093
2093
  ...props
2094
- }: ProgressValueProps) => react_jsx_runtime9.JSX.Element;
2094
+ }: ProgressValueProps) => react_jsx_runtime0.JSX.Element;
2095
2095
  };
2096
2096
  //#endregion
2097
2097
  //#region src/components/radio/radio.variants.d.ts
2098
- declare const radioVariants: tailwind_variants1.TVReturnType<{
2098
+ declare const radioVariants: tailwind_variants0.TVReturnType<{
2099
2099
  [key: string]: {
2100
- [key: string]: tailwind_merge29.ClassNameValue | {
2101
- root?: tailwind_merge29.ClassNameValue;
2102
- indicator?: tailwind_merge29.ClassNameValue;
2100
+ [key: string]: tailwind_merge0.ClassNameValue | {
2101
+ root?: tailwind_merge0.ClassNameValue;
2102
+ indicator?: tailwind_merge0.ClassNameValue;
2103
2103
  };
2104
2104
  };
2105
2105
  } | {
2106
2106
  [x: string]: {
2107
- [x: string]: tailwind_merge29.ClassNameValue | {
2108
- root?: tailwind_merge29.ClassNameValue;
2109
- indicator?: tailwind_merge29.ClassNameValue;
2107
+ [x: string]: tailwind_merge0.ClassNameValue | {
2108
+ root?: tailwind_merge0.ClassNameValue;
2109
+ indicator?: tailwind_merge0.ClassNameValue;
2110
2110
  };
2111
2111
  };
2112
2112
  } | {}, {
@@ -2114,15 +2114,15 @@ declare const radioVariants: tailwind_variants1.TVReturnType<{
2114
2114
  root: string;
2115
2115
  }, undefined, {
2116
2116
  [key: string]: {
2117
- [key: string]: tailwind_merge29.ClassNameValue | {
2118
- root?: tailwind_merge29.ClassNameValue;
2119
- indicator?: tailwind_merge29.ClassNameValue;
2117
+ [key: string]: tailwind_merge0.ClassNameValue | {
2118
+ root?: tailwind_merge0.ClassNameValue;
2119
+ indicator?: tailwind_merge0.ClassNameValue;
2120
2120
  };
2121
2121
  };
2122
2122
  } | {}, {
2123
2123
  indicator: string;
2124
2124
  root: string;
2125
- }, tailwind_variants1.TVReturnType<unknown, {
2125
+ }, tailwind_variants0.TVReturnType<unknown, {
2126
2126
  indicator: string;
2127
2127
  root: string;
2128
2128
  }, undefined, unknown, unknown, undefined>>;
@@ -2134,19 +2134,19 @@ interface RadioIndicatorProps extends Radio.Indicator.Props {}
2134
2134
  declare const _default$16: (({
2135
2135
  className,
2136
2136
  ...props
2137
- }: RadioProps) => react_jsx_runtime9.JSX.Element) & {
2137
+ }: RadioProps) => react_jsx_runtime0.JSX.Element) & {
2138
2138
  Indicator: ({
2139
2139
  className,
2140
2140
  ...props
2141
- }: RadioIndicatorProps) => react_jsx_runtime9.JSX.Element;
2141
+ }: RadioIndicatorProps) => react_jsx_runtime0.JSX.Element;
2142
2142
  Root: ({
2143
2143
  className,
2144
2144
  ...props
2145
- }: RadioProps) => react_jsx_runtime9.JSX.Element;
2145
+ }: RadioProps) => react_jsx_runtime0.JSX.Element;
2146
2146
  };
2147
2147
  //#endregion
2148
2148
  //#region src/components/radio-group/radio-group.variants.d.ts
2149
- declare const radioGroupVariants: tailwind_variants1.TVReturnType<{} | {} | {}, undefined, "radio-group", {} | {}, undefined, tailwind_variants1.TVReturnType<unknown, undefined, "radio-group", unknown, unknown, undefined>>;
2149
+ declare const radioGroupVariants: tailwind_variants0.TVReturnType<{} | {} | {}, undefined, "radio-group", {} | {}, undefined, tailwind_variants0.TVReturnType<unknown, undefined, "radio-group", unknown, unknown, undefined>>;
2150
2150
  type RadioGroupVariants = VariantProps<typeof radioGroupVariants>;
2151
2151
  //#endregion
2152
2152
  //#region src/components/radio-group/radio-group.d.ts
@@ -2154,29 +2154,29 @@ interface RadioGroupProps extends RadioGroupVariants, RadioGroup$1.Props {}
2154
2154
  declare const RadioGroup: ({
2155
2155
  className,
2156
2156
  ...props
2157
- }: RadioGroupProps) => react_jsx_runtime9.JSX.Element;
2157
+ }: RadioGroupProps) => react_jsx_runtime0.JSX.Element;
2158
2158
  //#endregion
2159
2159
  //#region src/components/select/select.variants.d.ts
2160
- declare const selectVariants: tailwind_variants1.TVReturnType<{
2160
+ declare const selectVariants: tailwind_variants0.TVReturnType<{
2161
2161
  [key: string]: {
2162
- [key: string]: tailwind_merge29.ClassNameValue | {
2163
- root?: tailwind_merge29.ClassNameValue;
2164
- label?: tailwind_merge29.ClassNameValue;
2165
- option?: tailwind_merge29.ClassNameValue;
2166
- description?: tailwind_merge29.ClassNameValue;
2167
- control?: tailwind_merge29.ClassNameValue;
2168
- error?: tailwind_merge29.ClassNameValue;
2162
+ [key: string]: tailwind_merge0.ClassNameValue | {
2163
+ root?: tailwind_merge0.ClassNameValue;
2164
+ label?: tailwind_merge0.ClassNameValue;
2165
+ option?: tailwind_merge0.ClassNameValue;
2166
+ description?: tailwind_merge0.ClassNameValue;
2167
+ control?: tailwind_merge0.ClassNameValue;
2168
+ error?: tailwind_merge0.ClassNameValue;
2169
2169
  };
2170
2170
  };
2171
2171
  } | {
2172
2172
  [x: string]: {
2173
- [x: string]: tailwind_merge29.ClassNameValue | {
2174
- root?: tailwind_merge29.ClassNameValue;
2175
- label?: tailwind_merge29.ClassNameValue;
2176
- option?: tailwind_merge29.ClassNameValue;
2177
- description?: tailwind_merge29.ClassNameValue;
2178
- control?: tailwind_merge29.ClassNameValue;
2179
- error?: tailwind_merge29.ClassNameValue;
2173
+ [x: string]: tailwind_merge0.ClassNameValue | {
2174
+ root?: tailwind_merge0.ClassNameValue;
2175
+ label?: tailwind_merge0.ClassNameValue;
2176
+ option?: tailwind_merge0.ClassNameValue;
2177
+ description?: tailwind_merge0.ClassNameValue;
2178
+ control?: tailwind_merge0.ClassNameValue;
2179
+ error?: tailwind_merge0.ClassNameValue;
2180
2180
  };
2181
2181
  };
2182
2182
  } | {}, {
@@ -2188,13 +2188,13 @@ declare const selectVariants: tailwind_variants1.TVReturnType<{
2188
2188
  root: string;
2189
2189
  }, undefined, {
2190
2190
  [key: string]: {
2191
- [key: string]: tailwind_merge29.ClassNameValue | {
2192
- root?: tailwind_merge29.ClassNameValue;
2193
- label?: tailwind_merge29.ClassNameValue;
2194
- option?: tailwind_merge29.ClassNameValue;
2195
- description?: tailwind_merge29.ClassNameValue;
2196
- control?: tailwind_merge29.ClassNameValue;
2197
- error?: tailwind_merge29.ClassNameValue;
2191
+ [key: string]: tailwind_merge0.ClassNameValue | {
2192
+ root?: tailwind_merge0.ClassNameValue;
2193
+ label?: tailwind_merge0.ClassNameValue;
2194
+ option?: tailwind_merge0.ClassNameValue;
2195
+ description?: tailwind_merge0.ClassNameValue;
2196
+ control?: tailwind_merge0.ClassNameValue;
2197
+ error?: tailwind_merge0.ClassNameValue;
2198
2198
  };
2199
2199
  };
2200
2200
  } | {}, {
@@ -2204,7 +2204,7 @@ declare const selectVariants: tailwind_variants1.TVReturnType<{
2204
2204
  label: string;
2205
2205
  option: string;
2206
2206
  root: string;
2207
- }, tailwind_variants1.TVReturnType<unknown, {
2207
+ }, tailwind_variants0.TVReturnType<unknown, {
2208
2208
  control: string;
2209
2209
  description: string;
2210
2210
  error: string;
@@ -2224,35 +2224,35 @@ interface SelectErrorProps extends React$1.ComponentProps<"p"> {}
2224
2224
  declare const _default$17: (({
2225
2225
  className,
2226
2226
  ...props
2227
- }: SelectProps) => react_jsx_runtime9.JSX.Element) & {
2227
+ }: SelectProps) => react_jsx_runtime0.JSX.Element) & {
2228
2228
  Control: ({
2229
2229
  className,
2230
2230
  ...props
2231
- }: SelectControlProps) => react_jsx_runtime9.JSX.Element;
2231
+ }: SelectControlProps) => react_jsx_runtime0.JSX.Element;
2232
2232
  Description: ({
2233
2233
  className,
2234
2234
  ...props
2235
- }: SelectDescriptionProps) => react_jsx_runtime9.JSX.Element;
2235
+ }: SelectDescriptionProps) => react_jsx_runtime0.JSX.Element;
2236
2236
  Error: ({
2237
2237
  className,
2238
2238
  ...props
2239
- }: SelectErrorProps) => react_jsx_runtime9.JSX.Element;
2239
+ }: SelectErrorProps) => react_jsx_runtime0.JSX.Element;
2240
2240
  Label: ({
2241
2241
  className,
2242
2242
  ...props
2243
- }: SelectLabelProps) => react_jsx_runtime9.JSX.Element;
2243
+ }: SelectLabelProps) => react_jsx_runtime0.JSX.Element;
2244
2244
  Option: ({
2245
2245
  className,
2246
2246
  ...props
2247
- }: SelectOptionProps) => react_jsx_runtime9.JSX.Element;
2247
+ }: SelectOptionProps) => react_jsx_runtime0.JSX.Element;
2248
2248
  Root: ({
2249
2249
  className,
2250
2250
  ...props
2251
- }: SelectProps) => react_jsx_runtime9.JSX.Element;
2251
+ }: SelectProps) => react_jsx_runtime0.JSX.Element;
2252
2252
  };
2253
2253
  //#endregion
2254
2254
  //#region src/components/separator/separator.variants.d.ts
2255
- declare const separatorVariants: tailwind_variants1.TVReturnType<{
2255
+ declare const separatorVariants: tailwind_variants0.TVReturnType<{
2256
2256
  orientation: {
2257
2257
  horizontal: string;
2258
2258
  vertical: string;
@@ -2262,7 +2262,7 @@ declare const separatorVariants: tailwind_variants1.TVReturnType<{
2262
2262
  horizontal: string;
2263
2263
  vertical: string;
2264
2264
  };
2265
- }, undefined, tailwind_variants1.TVReturnType<{
2265
+ }, undefined, tailwind_variants0.TVReturnType<{
2266
2266
  orientation: {
2267
2267
  horizontal: string;
2268
2268
  vertical: string;
@@ -2276,37 +2276,37 @@ declare const Separator: ({
2276
2276
  className,
2277
2277
  orientation,
2278
2278
  ...props
2279
- }: SeparatorProps) => react_jsx_runtime9.JSX.Element;
2279
+ }: SeparatorProps) => react_jsx_runtime0.JSX.Element;
2280
2280
  //#endregion
2281
2281
  //#region src/components/sidebar/sidebar.variants.d.ts
2282
- declare const sidebarVariants: tailwind_variants1.TVReturnType<{
2282
+ declare const sidebarVariants: tailwind_variants0.TVReturnType<{
2283
2283
  [key: string]: {
2284
- [key: string]: tailwind_merge29.ClassNameValue | {
2285
- content?: tailwind_merge29.ClassNameValue;
2286
- header?: tailwind_merge29.ClassNameValue;
2287
- panel?: tailwind_merge29.ClassNameValue;
2288
- root?: tailwind_merge29.ClassNameValue;
2289
- trigger?: tailwind_merge29.ClassNameValue;
2290
- footer?: tailwind_merge29.ClassNameValue;
2291
- menu?: tailwind_merge29.ClassNameValue;
2292
- menuItem?: tailwind_merge29.ClassNameValue;
2293
- menuLabel?: tailwind_merge29.ClassNameValue;
2294
- outlet?: tailwind_merge29.ClassNameValue;
2284
+ [key: string]: tailwind_merge0.ClassNameValue | {
2285
+ content?: tailwind_merge0.ClassNameValue;
2286
+ header?: tailwind_merge0.ClassNameValue;
2287
+ panel?: tailwind_merge0.ClassNameValue;
2288
+ root?: tailwind_merge0.ClassNameValue;
2289
+ trigger?: tailwind_merge0.ClassNameValue;
2290
+ footer?: tailwind_merge0.ClassNameValue;
2291
+ menu?: tailwind_merge0.ClassNameValue;
2292
+ menuItem?: tailwind_merge0.ClassNameValue;
2293
+ menuLabel?: tailwind_merge0.ClassNameValue;
2294
+ outlet?: tailwind_merge0.ClassNameValue;
2295
2295
  };
2296
2296
  };
2297
2297
  } | {
2298
2298
  [x: string]: {
2299
- [x: string]: tailwind_merge29.ClassNameValue | {
2300
- content?: tailwind_merge29.ClassNameValue;
2301
- header?: tailwind_merge29.ClassNameValue;
2302
- panel?: tailwind_merge29.ClassNameValue;
2303
- root?: tailwind_merge29.ClassNameValue;
2304
- trigger?: tailwind_merge29.ClassNameValue;
2305
- footer?: tailwind_merge29.ClassNameValue;
2306
- menu?: tailwind_merge29.ClassNameValue;
2307
- menuItem?: tailwind_merge29.ClassNameValue;
2308
- menuLabel?: tailwind_merge29.ClassNameValue;
2309
- outlet?: tailwind_merge29.ClassNameValue;
2299
+ [x: string]: tailwind_merge0.ClassNameValue | {
2300
+ content?: tailwind_merge0.ClassNameValue;
2301
+ header?: tailwind_merge0.ClassNameValue;
2302
+ panel?: tailwind_merge0.ClassNameValue;
2303
+ root?: tailwind_merge0.ClassNameValue;
2304
+ trigger?: tailwind_merge0.ClassNameValue;
2305
+ footer?: tailwind_merge0.ClassNameValue;
2306
+ menu?: tailwind_merge0.ClassNameValue;
2307
+ menuItem?: tailwind_merge0.ClassNameValue;
2308
+ menuLabel?: tailwind_merge0.ClassNameValue;
2309
+ outlet?: tailwind_merge0.ClassNameValue;
2310
2310
  };
2311
2311
  };
2312
2312
  } | {}, {
@@ -2322,17 +2322,17 @@ declare const sidebarVariants: tailwind_variants1.TVReturnType<{
2322
2322
  trigger: string;
2323
2323
  }, undefined, {
2324
2324
  [key: string]: {
2325
- [key: string]: tailwind_merge29.ClassNameValue | {
2326
- content?: tailwind_merge29.ClassNameValue;
2327
- header?: tailwind_merge29.ClassNameValue;
2328
- panel?: tailwind_merge29.ClassNameValue;
2329
- root?: tailwind_merge29.ClassNameValue;
2330
- trigger?: tailwind_merge29.ClassNameValue;
2331
- footer?: tailwind_merge29.ClassNameValue;
2332
- menu?: tailwind_merge29.ClassNameValue;
2333
- menuItem?: tailwind_merge29.ClassNameValue;
2334
- menuLabel?: tailwind_merge29.ClassNameValue;
2335
- outlet?: tailwind_merge29.ClassNameValue;
2325
+ [key: string]: tailwind_merge0.ClassNameValue | {
2326
+ content?: tailwind_merge0.ClassNameValue;
2327
+ header?: tailwind_merge0.ClassNameValue;
2328
+ panel?: tailwind_merge0.ClassNameValue;
2329
+ root?: tailwind_merge0.ClassNameValue;
2330
+ trigger?: tailwind_merge0.ClassNameValue;
2331
+ footer?: tailwind_merge0.ClassNameValue;
2332
+ menu?: tailwind_merge0.ClassNameValue;
2333
+ menuItem?: tailwind_merge0.ClassNameValue;
2334
+ menuLabel?: tailwind_merge0.ClassNameValue;
2335
+ outlet?: tailwind_merge0.ClassNameValue;
2336
2336
  };
2337
2337
  };
2338
2338
  } | {}, {
@@ -2346,7 +2346,7 @@ declare const sidebarVariants: tailwind_variants1.TVReturnType<{
2346
2346
  panel: string;
2347
2347
  root: string;
2348
2348
  trigger: string;
2349
- }, tailwind_variants1.TVReturnType<unknown, {
2349
+ }, tailwind_variants0.TVReturnType<unknown, {
2350
2350
  content: string;
2351
2351
  footer: string;
2352
2352
  header: string;
@@ -2379,73 +2379,73 @@ declare const _default$18: (({
2379
2379
  isOpen,
2380
2380
  onOpenChange,
2381
2381
  ...props
2382
- }: SidebarProps) => react_jsx_runtime9.JSX.Element) & {
2382
+ }: SidebarProps) => react_jsx_runtime0.JSX.Element) & {
2383
2383
  Content: ({
2384
2384
  className,
2385
2385
  ...props
2386
- }: SidebarContentProps) => react_jsx_runtime9.JSX.Element;
2386
+ }: SidebarContentProps) => react_jsx_runtime0.JSX.Element;
2387
2387
  Footer: ({
2388
2388
  className,
2389
2389
  ...props
2390
- }: SidebarFooterProps) => react_jsx_runtime9.JSX.Element;
2390
+ }: SidebarFooterProps) => react_jsx_runtime0.JSX.Element;
2391
2391
  Header: ({
2392
2392
  className,
2393
2393
  ...props
2394
- }: SidebarHeaderProps) => react_jsx_runtime9.JSX.Element;
2394
+ }: SidebarHeaderProps) => react_jsx_runtime0.JSX.Element;
2395
2395
  Menu: ({
2396
2396
  className,
2397
2397
  ...props
2398
- }: SidebarMenuProps) => react_jsx_runtime9.JSX.Element;
2398
+ }: SidebarMenuProps) => react_jsx_runtime0.JSX.Element;
2399
2399
  MenuItem: ({
2400
2400
  className,
2401
2401
  ...props
2402
- }: SidebarMenuItemProps) => react_jsx_runtime9.JSX.Element;
2402
+ }: SidebarMenuItemProps) => react_jsx_runtime0.JSX.Element;
2403
2403
  MenuLabel: ({
2404
2404
  className,
2405
2405
  ...props
2406
- }: SidebarMenuLabelProps) => react_jsx_runtime9.JSX.Element;
2406
+ }: SidebarMenuLabelProps) => react_jsx_runtime0.JSX.Element;
2407
2407
  Outlet: ({
2408
2408
  className,
2409
2409
  ...props
2410
- }: SidebarOutletProps) => react_jsx_runtime9.JSX.Element;
2410
+ }: SidebarOutletProps) => react_jsx_runtime0.JSX.Element;
2411
2411
  Panel: ({
2412
2412
  className,
2413
2413
  ...props
2414
- }: SidebarPanelProps) => react_jsx_runtime9.JSX.Element;
2414
+ }: SidebarPanelProps) => react_jsx_runtime0.JSX.Element;
2415
2415
  Root: ({
2416
2416
  className,
2417
2417
  isOpen,
2418
2418
  onOpenChange,
2419
2419
  ...props
2420
- }: SidebarProps) => react_jsx_runtime9.JSX.Element;
2420
+ }: SidebarProps) => react_jsx_runtime0.JSX.Element;
2421
2421
  Trigger: ({
2422
2422
  className,
2423
2423
  children,
2424
2424
  ...props
2425
- }: SidebarTriggerProps) => react_jsx_runtime9.JSX.Element;
2425
+ }: SidebarTriggerProps) => react_jsx_runtime0.JSX.Element;
2426
2426
  };
2427
2427
  //#endregion
2428
2428
  //#region src/components/slider/slider.variants.d.ts
2429
- declare const sliderVariants: tailwind_variants1.TVReturnType<{
2429
+ declare const sliderVariants: tailwind_variants0.TVReturnType<{
2430
2430
  [key: string]: {
2431
- [key: string]: tailwind_merge29.ClassNameValue | {
2432
- root?: tailwind_merge29.ClassNameValue;
2433
- track?: tailwind_merge29.ClassNameValue;
2434
- value?: tailwind_merge29.ClassNameValue;
2435
- indicator?: tailwind_merge29.ClassNameValue;
2436
- control?: tailwind_merge29.ClassNameValue;
2437
- thumb?: tailwind_merge29.ClassNameValue;
2431
+ [key: string]: tailwind_merge0.ClassNameValue | {
2432
+ root?: tailwind_merge0.ClassNameValue;
2433
+ track?: tailwind_merge0.ClassNameValue;
2434
+ value?: tailwind_merge0.ClassNameValue;
2435
+ indicator?: tailwind_merge0.ClassNameValue;
2436
+ control?: tailwind_merge0.ClassNameValue;
2437
+ thumb?: tailwind_merge0.ClassNameValue;
2438
2438
  };
2439
2439
  };
2440
2440
  } | {
2441
2441
  [x: string]: {
2442
- [x: string]: tailwind_merge29.ClassNameValue | {
2443
- root?: tailwind_merge29.ClassNameValue;
2444
- track?: tailwind_merge29.ClassNameValue;
2445
- value?: tailwind_merge29.ClassNameValue;
2446
- indicator?: tailwind_merge29.ClassNameValue;
2447
- control?: tailwind_merge29.ClassNameValue;
2448
- thumb?: tailwind_merge29.ClassNameValue;
2442
+ [x: string]: tailwind_merge0.ClassNameValue | {
2443
+ root?: tailwind_merge0.ClassNameValue;
2444
+ track?: tailwind_merge0.ClassNameValue;
2445
+ value?: tailwind_merge0.ClassNameValue;
2446
+ indicator?: tailwind_merge0.ClassNameValue;
2447
+ control?: tailwind_merge0.ClassNameValue;
2448
+ thumb?: tailwind_merge0.ClassNameValue;
2449
2449
  };
2450
2450
  };
2451
2451
  } | {}, {
@@ -2457,13 +2457,13 @@ declare const sliderVariants: tailwind_variants1.TVReturnType<{
2457
2457
  value: string;
2458
2458
  }, undefined, {
2459
2459
  [key: string]: {
2460
- [key: string]: tailwind_merge29.ClassNameValue | {
2461
- root?: tailwind_merge29.ClassNameValue;
2462
- track?: tailwind_merge29.ClassNameValue;
2463
- value?: tailwind_merge29.ClassNameValue;
2464
- indicator?: tailwind_merge29.ClassNameValue;
2465
- control?: tailwind_merge29.ClassNameValue;
2466
- thumb?: tailwind_merge29.ClassNameValue;
2460
+ [key: string]: tailwind_merge0.ClassNameValue | {
2461
+ root?: tailwind_merge0.ClassNameValue;
2462
+ track?: tailwind_merge0.ClassNameValue;
2463
+ value?: tailwind_merge0.ClassNameValue;
2464
+ indicator?: tailwind_merge0.ClassNameValue;
2465
+ control?: tailwind_merge0.ClassNameValue;
2466
+ thumb?: tailwind_merge0.ClassNameValue;
2467
2467
  };
2468
2468
  };
2469
2469
  } | {}, {
@@ -2473,7 +2473,7 @@ declare const sliderVariants: tailwind_variants1.TVReturnType<{
2473
2473
  thumb: string;
2474
2474
  track: string;
2475
2475
  value: string;
2476
- }, tailwind_variants1.TVReturnType<unknown, {
2476
+ }, tailwind_variants0.TVReturnType<unknown, {
2477
2477
  control: string;
2478
2478
  indicator: string;
2479
2479
  root: string;
@@ -2488,35 +2488,85 @@ interface SliderProps extends SliderVariants, Slider.Root.Props {}
2488
2488
  declare const _default$19: (({
2489
2489
  className,
2490
2490
  ...props
2491
- }: SliderProps) => react_jsx_runtime9.JSX.Element) & {
2491
+ }: SliderProps) => react_jsx_runtime0.JSX.Element) & {
2492
2492
  Control: ({
2493
2493
  className,
2494
2494
  ...props
2495
- }: Slider.Control.Props) => react_jsx_runtime9.JSX.Element;
2495
+ }: Slider.Control.Props) => react_jsx_runtime0.JSX.Element;
2496
2496
  Indicator: ({
2497
2497
  className,
2498
2498
  ...props
2499
- }: Slider.Indicator.Props) => react_jsx_runtime9.JSX.Element;
2499
+ }: Slider.Indicator.Props) => react_jsx_runtime0.JSX.Element;
2500
2500
  Root: ({
2501
2501
  className,
2502
2502
  ...props
2503
- }: SliderProps) => react_jsx_runtime9.JSX.Element;
2503
+ }: SliderProps) => react_jsx_runtime0.JSX.Element;
2504
2504
  Thumb: ({
2505
2505
  className,
2506
2506
  ...props
2507
- }: Slider.Thumb.Props) => react_jsx_runtime9.JSX.Element;
2507
+ }: Slider.Thumb.Props) => react_jsx_runtime0.JSX.Element;
2508
2508
  Track: ({
2509
2509
  className,
2510
2510
  ...props
2511
- }: Slider.Track.Props) => react_jsx_runtime9.JSX.Element;
2511
+ }: Slider.Track.Props) => react_jsx_runtime0.JSX.Element;
2512
2512
  Value: ({
2513
2513
  className,
2514
2514
  ...props
2515
- }: Slider.Value.Props) => react_jsx_runtime9.JSX.Element;
2515
+ }: Slider.Value.Props) => react_jsx_runtime0.JSX.Element;
2516
2516
  };
2517
2517
  //#endregion
2518
+ //#region src/components/spinner/spinner.variants.d.ts
2519
+ declare const spinnerVariants: tailwind_variants0.TVReturnType<{
2520
+ size: {
2521
+ lg: string;
2522
+ md: string;
2523
+ sm: string;
2524
+ xl: string;
2525
+ };
2526
+ variant: {
2527
+ danger: string;
2528
+ primary: string;
2529
+ success: string;
2530
+ };
2531
+ }, undefined, "spinner", {
2532
+ size: {
2533
+ lg: string;
2534
+ md: string;
2535
+ sm: string;
2536
+ xl: string;
2537
+ };
2538
+ variant: {
2539
+ danger: string;
2540
+ primary: string;
2541
+ success: string;
2542
+ };
2543
+ }, undefined, tailwind_variants0.TVReturnType<{
2544
+ size: {
2545
+ lg: string;
2546
+ md: string;
2547
+ sm: string;
2548
+ xl: string;
2549
+ };
2550
+ variant: {
2551
+ danger: string;
2552
+ primary: string;
2553
+ success: string;
2554
+ };
2555
+ }, undefined, "spinner", unknown, unknown, undefined>>;
2556
+ type SpinnerVariants = VariantProps<typeof spinnerVariants>;
2557
+ //#endregion
2558
+ //#region src/components/spinner/spinner.d.ts
2559
+ interface SpinnerProps extends SpinnerVariants, React.ComponentProps<"svg"> {}
2560
+ declare const Spinner: ({
2561
+ className,
2562
+ children,
2563
+ size,
2564
+ variant,
2565
+ ...props
2566
+ }: SpinnerProps) => react_jsx_runtime0.JSX.Element;
2567
+ //#endregion
2518
2568
  //#region src/components/switch/switch.variants.d.ts
2519
- declare const switchVariants: tailwind_variants1.TVReturnType<{
2569
+ declare const switchVariants: tailwind_variants0.TVReturnType<{
2520
2570
  size: {
2521
2571
  lg: {
2522
2572
  root: string;
@@ -2546,7 +2596,7 @@ declare const switchVariants: tailwind_variants1.TVReturnType<{
2546
2596
  }, {
2547
2597
  root: string;
2548
2598
  thumb: string;
2549
- }, tailwind_variants1.TVReturnType<{
2599
+ }, tailwind_variants0.TVReturnType<{
2550
2600
  size: {
2551
2601
  lg: {
2552
2602
  root: string;
@@ -2570,41 +2620,41 @@ declare const _default$20: (({
2570
2620
  className,
2571
2621
  size,
2572
2622
  ...props
2573
- }: SwitchProps) => react_jsx_runtime9.JSX.Element) & {
2623
+ }: SwitchProps) => react_jsx_runtime0.JSX.Element) & {
2574
2624
  Root: ({
2575
2625
  className,
2576
2626
  size,
2577
2627
  ...props
2578
- }: SwitchProps) => react_jsx_runtime9.JSX.Element;
2628
+ }: SwitchProps) => react_jsx_runtime0.JSX.Element;
2579
2629
  Thumb: ({
2580
2630
  className,
2581
2631
  ...props
2582
- }: Switch.Thumb.Props) => react_jsx_runtime9.JSX.Element;
2632
+ }: Switch.Thumb.Props) => react_jsx_runtime0.JSX.Element;
2583
2633
  };
2584
2634
  //#endregion
2585
2635
  //#region src/components/table/table.variants.d.ts
2586
- declare const tableVariants: tailwind_variants1.TVReturnType<{
2636
+ declare const tableVariants: tailwind_variants0.TVReturnType<{
2587
2637
  [key: string]: {
2588
- [key: string]: tailwind_merge29.ClassNameValue | {
2589
- root?: tailwind_merge29.ClassNameValue;
2590
- tbody?: tailwind_merge29.ClassNameValue;
2591
- td?: tailwind_merge29.ClassNameValue;
2592
- tfoot?: tailwind_merge29.ClassNameValue;
2593
- th?: tailwind_merge29.ClassNameValue;
2594
- thead?: tailwind_merge29.ClassNameValue;
2595
- tr?: tailwind_merge29.ClassNameValue;
2638
+ [key: string]: tailwind_merge0.ClassNameValue | {
2639
+ root?: tailwind_merge0.ClassNameValue;
2640
+ tbody?: tailwind_merge0.ClassNameValue;
2641
+ td?: tailwind_merge0.ClassNameValue;
2642
+ tfoot?: tailwind_merge0.ClassNameValue;
2643
+ th?: tailwind_merge0.ClassNameValue;
2644
+ thead?: tailwind_merge0.ClassNameValue;
2645
+ tr?: tailwind_merge0.ClassNameValue;
2596
2646
  };
2597
2647
  };
2598
2648
  } | {
2599
2649
  [x: string]: {
2600
- [x: string]: tailwind_merge29.ClassNameValue | {
2601
- root?: tailwind_merge29.ClassNameValue;
2602
- tbody?: tailwind_merge29.ClassNameValue;
2603
- td?: tailwind_merge29.ClassNameValue;
2604
- tfoot?: tailwind_merge29.ClassNameValue;
2605
- th?: tailwind_merge29.ClassNameValue;
2606
- thead?: tailwind_merge29.ClassNameValue;
2607
- tr?: tailwind_merge29.ClassNameValue;
2650
+ [x: string]: tailwind_merge0.ClassNameValue | {
2651
+ root?: tailwind_merge0.ClassNameValue;
2652
+ tbody?: tailwind_merge0.ClassNameValue;
2653
+ td?: tailwind_merge0.ClassNameValue;
2654
+ tfoot?: tailwind_merge0.ClassNameValue;
2655
+ th?: tailwind_merge0.ClassNameValue;
2656
+ thead?: tailwind_merge0.ClassNameValue;
2657
+ tr?: tailwind_merge0.ClassNameValue;
2608
2658
  };
2609
2659
  };
2610
2660
  } | {}, {
@@ -2617,14 +2667,14 @@ declare const tableVariants: tailwind_variants1.TVReturnType<{
2617
2667
  tr: string;
2618
2668
  }, undefined, {
2619
2669
  [key: string]: {
2620
- [key: string]: tailwind_merge29.ClassNameValue | {
2621
- root?: tailwind_merge29.ClassNameValue;
2622
- tbody?: tailwind_merge29.ClassNameValue;
2623
- td?: tailwind_merge29.ClassNameValue;
2624
- tfoot?: tailwind_merge29.ClassNameValue;
2625
- th?: tailwind_merge29.ClassNameValue;
2626
- thead?: tailwind_merge29.ClassNameValue;
2627
- tr?: tailwind_merge29.ClassNameValue;
2670
+ [key: string]: tailwind_merge0.ClassNameValue | {
2671
+ root?: tailwind_merge0.ClassNameValue;
2672
+ tbody?: tailwind_merge0.ClassNameValue;
2673
+ td?: tailwind_merge0.ClassNameValue;
2674
+ tfoot?: tailwind_merge0.ClassNameValue;
2675
+ th?: tailwind_merge0.ClassNameValue;
2676
+ thead?: tailwind_merge0.ClassNameValue;
2677
+ tr?: tailwind_merge0.ClassNameValue;
2628
2678
  };
2629
2679
  };
2630
2680
  } | {}, {
@@ -2635,7 +2685,7 @@ declare const tableVariants: tailwind_variants1.TVReturnType<{
2635
2685
  th: string;
2636
2686
  thead: string;
2637
2687
  tr: string;
2638
- }, tailwind_variants1.TVReturnType<unknown, {
2688
+ }, tailwind_variants0.TVReturnType<unknown, {
2639
2689
  root: string;
2640
2690
  tbody: string;
2641
2691
  td: string;
@@ -2657,56 +2707,56 @@ interface TableFooterProps extends React.ComponentProps<"tfoot"> {}
2657
2707
  declare const _default$21: (({
2658
2708
  className,
2659
2709
  ...props
2660
- }: TableProps) => react_jsx_runtime9.JSX.Element) & {
2710
+ }: TableProps) => react_jsx_runtime0.JSX.Element) & {
2661
2711
  Body: ({
2662
2712
  className,
2663
2713
  ...props
2664
- }: TableBodyProps) => react_jsx_runtime9.JSX.Element;
2714
+ }: TableBodyProps) => react_jsx_runtime0.JSX.Element;
2665
2715
  DataCell: ({
2666
2716
  className,
2667
2717
  ...props
2668
- }: TableDataCellProps) => react_jsx_runtime9.JSX.Element;
2718
+ }: TableDataCellProps) => react_jsx_runtime0.JSX.Element;
2669
2719
  Footer: ({
2670
2720
  className,
2671
2721
  ...props
2672
- }: TableFooterProps) => react_jsx_runtime9.JSX.Element;
2722
+ }: TableFooterProps) => react_jsx_runtime0.JSX.Element;
2673
2723
  Head: ({
2674
2724
  className,
2675
2725
  ...props
2676
- }: TableHeadProps) => react_jsx_runtime9.JSX.Element;
2726
+ }: TableHeadProps) => react_jsx_runtime0.JSX.Element;
2677
2727
  HeaderCell: ({
2678
2728
  className,
2679
2729
  ...props
2680
- }: TableHeaderCellProps) => react_jsx_runtime9.JSX.Element;
2730
+ }: TableHeaderCellProps) => react_jsx_runtime0.JSX.Element;
2681
2731
  Root: ({
2682
2732
  className,
2683
2733
  ...props
2684
- }: TableProps) => react_jsx_runtime9.JSX.Element;
2734
+ }: TableProps) => react_jsx_runtime0.JSX.Element;
2685
2735
  Row: ({
2686
2736
  className,
2687
2737
  ...props
2688
- }: TableRowProps) => react_jsx_runtime9.JSX.Element;
2738
+ }: TableRowProps) => react_jsx_runtime0.JSX.Element;
2689
2739
  };
2690
2740
  //#endregion
2691
2741
  //#region src/components/tabs/tabs.variants.d.ts
2692
- declare const tabsVariants: tailwind_variants1.TVReturnType<{
2742
+ declare const tabsVariants: tailwind_variants0.TVReturnType<{
2693
2743
  [key: string]: {
2694
- [key: string]: tailwind_merge29.ClassNameValue | {
2695
- panel?: tailwind_merge29.ClassNameValue;
2696
- root?: tailwind_merge29.ClassNameValue;
2697
- indicator?: tailwind_merge29.ClassNameValue;
2698
- list?: tailwind_merge29.ClassNameValue;
2699
- tab?: tailwind_merge29.ClassNameValue;
2744
+ [key: string]: tailwind_merge0.ClassNameValue | {
2745
+ panel?: tailwind_merge0.ClassNameValue;
2746
+ root?: tailwind_merge0.ClassNameValue;
2747
+ indicator?: tailwind_merge0.ClassNameValue;
2748
+ list?: tailwind_merge0.ClassNameValue;
2749
+ tab?: tailwind_merge0.ClassNameValue;
2700
2750
  };
2701
2751
  };
2702
2752
  } | {
2703
2753
  [x: string]: {
2704
- [x: string]: tailwind_merge29.ClassNameValue | {
2705
- panel?: tailwind_merge29.ClassNameValue;
2706
- root?: tailwind_merge29.ClassNameValue;
2707
- indicator?: tailwind_merge29.ClassNameValue;
2708
- list?: tailwind_merge29.ClassNameValue;
2709
- tab?: tailwind_merge29.ClassNameValue;
2754
+ [x: string]: tailwind_merge0.ClassNameValue | {
2755
+ panel?: tailwind_merge0.ClassNameValue;
2756
+ root?: tailwind_merge0.ClassNameValue;
2757
+ indicator?: tailwind_merge0.ClassNameValue;
2758
+ list?: tailwind_merge0.ClassNameValue;
2759
+ tab?: tailwind_merge0.ClassNameValue;
2710
2760
  };
2711
2761
  };
2712
2762
  } | {}, {
@@ -2717,12 +2767,12 @@ declare const tabsVariants: tailwind_variants1.TVReturnType<{
2717
2767
  tab: string;
2718
2768
  }, undefined, {
2719
2769
  [key: string]: {
2720
- [key: string]: tailwind_merge29.ClassNameValue | {
2721
- panel?: tailwind_merge29.ClassNameValue;
2722
- root?: tailwind_merge29.ClassNameValue;
2723
- indicator?: tailwind_merge29.ClassNameValue;
2724
- list?: tailwind_merge29.ClassNameValue;
2725
- tab?: tailwind_merge29.ClassNameValue;
2770
+ [key: string]: tailwind_merge0.ClassNameValue | {
2771
+ panel?: tailwind_merge0.ClassNameValue;
2772
+ root?: tailwind_merge0.ClassNameValue;
2773
+ indicator?: tailwind_merge0.ClassNameValue;
2774
+ list?: tailwind_merge0.ClassNameValue;
2775
+ tab?: tailwind_merge0.ClassNameValue;
2726
2776
  };
2727
2777
  };
2728
2778
  } | {}, {
@@ -2731,7 +2781,7 @@ declare const tabsVariants: tailwind_variants1.TVReturnType<{
2731
2781
  panel: string;
2732
2782
  root: string;
2733
2783
  tab: string;
2734
- }, tailwind_variants1.TVReturnType<unknown, {
2784
+ }, tailwind_variants0.TVReturnType<unknown, {
2735
2785
  indicator: string;
2736
2786
  list: string;
2737
2787
  panel: string;
@@ -2749,62 +2799,62 @@ interface TabsPanelProps extends Tabs.Panel.Props {}
2749
2799
  declare const _default$22: (({
2750
2800
  className,
2751
2801
  ...props
2752
- }: TabsProps) => react_jsx_runtime9.JSX.Element) & {
2802
+ }: TabsProps) => react_jsx_runtime0.JSX.Element) & {
2753
2803
  Indicator: ({
2754
2804
  className,
2755
2805
  ...props
2756
- }: TabsIndicatorProps) => react_jsx_runtime9.JSX.Element;
2806
+ }: TabsIndicatorProps) => react_jsx_runtime0.JSX.Element;
2757
2807
  List: ({
2758
2808
  className,
2759
2809
  ...props
2760
- }: TabsListProps) => react_jsx_runtime9.JSX.Element;
2810
+ }: TabsListProps) => react_jsx_runtime0.JSX.Element;
2761
2811
  Panel: ({
2762
2812
  className,
2763
2813
  ...props
2764
- }: TabsPanelProps) => react_jsx_runtime9.JSX.Element;
2814
+ }: TabsPanelProps) => react_jsx_runtime0.JSX.Element;
2765
2815
  Root: ({
2766
2816
  className,
2767
2817
  ...props
2768
- }: TabsProps) => react_jsx_runtime9.JSX.Element;
2818
+ }: TabsProps) => react_jsx_runtime0.JSX.Element;
2769
2819
  Tab: ({
2770
2820
  className,
2771
2821
  ...props
2772
- }: TabsTabProps) => react_jsx_runtime9.JSX.Element;
2822
+ }: TabsTabProps) => react_jsx_runtime0.JSX.Element;
2773
2823
  };
2774
2824
  //#endregion
2775
2825
  //#region src/components/toggle-button/toggle-button.variants.d.ts
2776
- declare const toggleButtonVariants: tailwind_variants1.TVReturnType<{} | {
2826
+ declare const toggleButtonVariants: tailwind_variants0.TVReturnType<{} | {
2777
2827
  isIconOnly: {
2778
- true: tailwind_merge29.ClassNameValue | {
2779
- base?: tailwind_merge29.ClassNameValue;
2828
+ true: tailwind_merge0.ClassNameValue | {
2829
+ base?: tailwind_merge0.ClassNameValue;
2780
2830
  };
2781
2831
  };
2782
2832
  size: {
2783
- lg: tailwind_merge29.ClassNameValue | {
2784
- base?: tailwind_merge29.ClassNameValue;
2833
+ lg: tailwind_merge0.ClassNameValue | {
2834
+ base?: tailwind_merge0.ClassNameValue;
2785
2835
  };
2786
- md: tailwind_merge29.ClassNameValue | {
2787
- base?: tailwind_merge29.ClassNameValue;
2836
+ md: tailwind_merge0.ClassNameValue | {
2837
+ base?: tailwind_merge0.ClassNameValue;
2788
2838
  };
2789
- sm: tailwind_merge29.ClassNameValue | {
2790
- base?: tailwind_merge29.ClassNameValue;
2839
+ sm: tailwind_merge0.ClassNameValue | {
2840
+ base?: tailwind_merge0.ClassNameValue;
2791
2841
  };
2792
2842
  };
2793
2843
  variant: {
2794
- danger: tailwind_merge29.ClassNameValue | {
2795
- base?: tailwind_merge29.ClassNameValue;
2844
+ danger: tailwind_merge0.ClassNameValue | {
2845
+ base?: tailwind_merge0.ClassNameValue;
2796
2846
  };
2797
- ghost: tailwind_merge29.ClassNameValue | {
2798
- base?: tailwind_merge29.ClassNameValue;
2847
+ ghost: tailwind_merge0.ClassNameValue | {
2848
+ base?: tailwind_merge0.ClassNameValue;
2799
2849
  };
2800
- outline: tailwind_merge29.ClassNameValue | {
2801
- base?: tailwind_merge29.ClassNameValue;
2850
+ outline: tailwind_merge0.ClassNameValue | {
2851
+ base?: tailwind_merge0.ClassNameValue;
2802
2852
  };
2803
- primary: tailwind_merge29.ClassNameValue | {
2804
- base?: tailwind_merge29.ClassNameValue;
2853
+ primary: tailwind_merge0.ClassNameValue | {
2854
+ base?: tailwind_merge0.ClassNameValue;
2805
2855
  };
2806
- secondary: tailwind_merge29.ClassNameValue | {
2807
- base?: tailwind_merge29.ClassNameValue;
2856
+ secondary: tailwind_merge0.ClassNameValue | {
2857
+ base?: tailwind_merge0.ClassNameValue;
2808
2858
  };
2809
2859
  };
2810
2860
  }, undefined, "toggle-button", {
@@ -2823,7 +2873,7 @@ declare const toggleButtonVariants: tailwind_variants1.TVReturnType<{} | {
2823
2873
  primary: string;
2824
2874
  secondary: string;
2825
2875
  };
2826
- }, undefined, tailwind_variants1.TVReturnType<{
2876
+ }, undefined, tailwind_variants0.TVReturnType<{
2827
2877
  isIconOnly: {
2828
2878
  true: string;
2829
2879
  };
@@ -2855,7 +2905,7 @@ declare const toggleButtonVariants: tailwind_variants1.TVReturnType<{} | {
2855
2905
  primary: string;
2856
2906
  secondary: string;
2857
2907
  };
2858
- }, undefined, tailwind_variants1.TVReturnType<{
2908
+ }, undefined, tailwind_variants0.TVReturnType<{
2859
2909
  isIconOnly: {
2860
2910
  true: string;
2861
2911
  };
@@ -2881,7 +2931,7 @@ declare const ToggleButton: ({
2881
2931
  variant,
2882
2932
  size,
2883
2933
  ...props
2884
- }: ToggleButtonProps) => react_jsx_runtime9.JSX.Element;
2934
+ }: ToggleButtonProps) => react_jsx_runtime0.JSX.Element;
2885
2935
  //#endregion
2886
- export { _default as Accordion, AccordionVariants, _default$1 as Alert, _default$2 as AlertDialog, AlertDialogVariants, AlertVariants, _default$3 as Avatar, AvatarVariants, Button, ButtonGroup, ButtonGroupVariants, ButtonVariants, _default$4 as Card, CardVariants, _default$5 as Checkbox, CheckboxGroup, CheckboxGroupVariants, CheckboxVariants, Chip, ChipVariants, Container, ContainerVariants, _default$6 as Dialog, DialogVariants, _default$7 as Drawer, DrawerVariants, _default$8 as Field, FieldVariants, _default$9 as Fieldset, FieldsetVariants, Form, FormVariants, IconButton, IconButtonVariants, Input, InputVariants, Label, LabelVariants, Link, LinkVariants, _default$10 as List, ListVariants, _default$11 as Menu, MenuVariants, _default$12 as Meter, MeterVariants, _default$13 as Navbar, NavbarVariants, _default$14 as Popover, PopoverVariants, _default$15 as Progress, ProgressVariants, _default$16 as Radio, RadioGroup, RadioGroupVariants, RadioVariants, _default$17 as Select, SelectVariants, Separator, SeparatorVariants, _default$18 as Sidebar, SidebarVariants, _default$19 as Slider, SliderVariants, _default$20 as Switch, SwitchVariants, _default$21 as Table, TableVariants, _default$22 as Tabs, TabsVariants, ToggleButton, ToggleButtonVariants, accordionVariants, alertDialogVariants, alertVariants, avatarVariants, buttonGroupVariants, buttonVariants, cardVariants, checkboxGroupVariants, checkboxVariants, chipVariants, cn, containerVariants, dialogVariants, drawerVariants, fieldVariants, fieldsetVariants, formVariants, iconButtonVariants, inputVariants, labelVariants, linkVariants, listVariants, menuVariants, meterVariants, navbarVariants, popoverVariants, progressVariants, radioGroupVariants, radioVariants, selectVariants, separatorVariants, sidebarVariants, sliderVariants, switchVariants, tableVariants, tabsVariants, toggleButtonVariants };
2936
+ export { _default as Accordion, AccordionVariants, _default$1 as Alert, _default$2 as AlertDialog, AlertDialogVariants, AlertVariants, _default$3 as Avatar, AvatarVariants, Button, ButtonGroup, ButtonGroupVariants, ButtonVariants, _default$4 as Card, CardVariants, _default$5 as Checkbox, CheckboxGroup, CheckboxGroupVariants, CheckboxVariants, Chip, ChipVariants, Container, ContainerVariants, _default$6 as Dialog, DialogVariants, _default$7 as Drawer, DrawerVariants, _default$8 as Field, FieldVariants, _default$9 as Fieldset, FieldsetVariants, Form, FormVariants, IconButton, IconButtonVariants, Input, InputVariants, Label, LabelVariants, Link, LinkVariants, _default$10 as List, ListVariants, _default$11 as Menu, MenuVariants, _default$12 as Meter, MeterVariants, _default$13 as Navbar, NavbarVariants, _default$14 as Popover, PopoverVariants, _default$15 as Progress, ProgressVariants, _default$16 as Radio, RadioGroup, RadioGroupVariants, RadioVariants, _default$17 as Select, SelectVariants, Separator, SeparatorVariants, _default$18 as Sidebar, SidebarVariants, _default$19 as Slider, SliderVariants, Spinner, SpinnerVariants, _default$20 as Switch, SwitchVariants, _default$21 as Table, TableVariants, _default$22 as Tabs, TabsVariants, ToggleButton, ToggleButtonVariants, accordionVariants, alertDialogVariants, alertVariants, avatarVariants, buttonGroupVariants, buttonVariants, cardVariants, checkboxGroupVariants, checkboxVariants, chipVariants, cn, containerVariants, dialogVariants, drawerVariants, fieldVariants, fieldsetVariants, formVariants, iconButtonVariants, inputVariants, labelVariants, linkVariants, listVariants, menuVariants, meterVariants, navbarVariants, popoverVariants, progressVariants, radioGroupVariants, radioVariants, selectVariants, separatorVariants, sidebarVariants, sliderVariants, spinnerVariants, switchVariants, tableVariants, tabsVariants, toggleButtonVariants };
2887
2937
  //# sourceMappingURL=index.d.cts.map