@fea-ui/react 0.1.0-alpha.7 → 0.1.0-alpha.8

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.mts CHANGED
@@ -1,32 +1,32 @@
1
- import * as tailwind_variants0 from "tailwind-variants";
1
+ import * as tailwind_variants1 from "tailwind-variants";
2
2
  import { VariantProps, cn } from "tailwind-variants";
3
- import { Accordion as Accordion$1, AlertDialog as AlertDialog$1, Avatar as Avatar$1, Button as Button$1, Checkbox as Checkbox$1, CheckboxGroup as CheckboxGroup$1, Dialog as Dialog$1, Field as Field$1, Fieldset as Fieldset$1, Input as Input$1, Menu as Menu$1, Meter as Meter$1, Popover as Popover$1, Progress as Progress$1, Separator as Separator$1, Slider as Slider$1, Switch as Switch$1, Tabs as Tabs$1, ToggleProps } from "@base-ui/react";
4
- import * as react_jsx_runtime0 from "react/jsx-runtime";
5
- import * as tailwind_merge0 from "tailwind-merge";
3
+ import { Accordion as Accordion$1, AlertDialog as AlertDialog$1, Avatar as Avatar$1, Button as Button$1, Checkbox as Checkbox$1, CheckboxGroup as CheckboxGroup$1, Dialog as Dialog$1, Field as Field$1, Fieldset as Fieldset$1, Input as Input$1, Menu as Menu$1, Meter as Meter$1, Popover as Popover$1, Progress as Progress$1, Radio as Radio$1, RadioGroup as RadioGroup$1, Separator as Separator$1, Slider as Slider$1, Switch as Switch$1, Tabs as Tabs$1, ToggleProps } from "@base-ui/react";
4
+ import * as react_jsx_runtime8 from "react/jsx-runtime";
5
+ import * as tailwind_merge29 from "tailwind-merge";
6
6
 
7
7
  //#region src/components/accordion/accordion.variants.d.ts
8
- declare const accordionVariants: tailwind_variants0.TVReturnType<{
8
+ declare const accordionVariants: tailwind_variants1.TVReturnType<{
9
9
  [key: string]: {
10
- [key: string]: tailwind_merge0.ClassNameValue | {
11
- content?: tailwind_merge0.ClassNameValue;
12
- header?: tailwind_merge0.ClassNameValue;
13
- item?: tailwind_merge0.ClassNameValue;
14
- panel?: tailwind_merge0.ClassNameValue;
15
- root?: tailwind_merge0.ClassNameValue;
16
- trigger?: tailwind_merge0.ClassNameValue;
17
- triggerIcon?: tailwind_merge0.ClassNameValue;
10
+ [key: string]: tailwind_merge29.ClassNameValue | {
11
+ root?: tailwind_merge29.ClassNameValue;
12
+ trigger?: tailwind_merge29.ClassNameValue;
13
+ header?: tailwind_merge29.ClassNameValue;
14
+ content?: tailwind_merge29.ClassNameValue;
15
+ item?: tailwind_merge29.ClassNameValue;
16
+ panel?: tailwind_merge29.ClassNameValue;
17
+ triggerIcon?: tailwind_merge29.ClassNameValue;
18
18
  };
19
19
  };
20
20
  } | {
21
21
  [x: string]: {
22
- [x: string]: tailwind_merge0.ClassNameValue | {
23
- content?: tailwind_merge0.ClassNameValue;
24
- header?: tailwind_merge0.ClassNameValue;
25
- item?: tailwind_merge0.ClassNameValue;
26
- panel?: tailwind_merge0.ClassNameValue;
27
- root?: tailwind_merge0.ClassNameValue;
28
- trigger?: tailwind_merge0.ClassNameValue;
29
- triggerIcon?: tailwind_merge0.ClassNameValue;
22
+ [x: string]: tailwind_merge29.ClassNameValue | {
23
+ root?: tailwind_merge29.ClassNameValue;
24
+ trigger?: tailwind_merge29.ClassNameValue;
25
+ header?: tailwind_merge29.ClassNameValue;
26
+ content?: tailwind_merge29.ClassNameValue;
27
+ item?: tailwind_merge29.ClassNameValue;
28
+ panel?: tailwind_merge29.ClassNameValue;
29
+ triggerIcon?: tailwind_merge29.ClassNameValue;
30
30
  };
31
31
  };
32
32
  } | {}, {
@@ -39,14 +39,14 @@ declare const accordionVariants: tailwind_variants0.TVReturnType<{
39
39
  triggerIcon: string;
40
40
  }, undefined, {
41
41
  [key: string]: {
42
- [key: string]: tailwind_merge0.ClassNameValue | {
43
- content?: tailwind_merge0.ClassNameValue;
44
- header?: tailwind_merge0.ClassNameValue;
45
- item?: tailwind_merge0.ClassNameValue;
46
- panel?: tailwind_merge0.ClassNameValue;
47
- root?: tailwind_merge0.ClassNameValue;
48
- trigger?: tailwind_merge0.ClassNameValue;
49
- triggerIcon?: tailwind_merge0.ClassNameValue;
42
+ [key: string]: tailwind_merge29.ClassNameValue | {
43
+ root?: tailwind_merge29.ClassNameValue;
44
+ trigger?: tailwind_merge29.ClassNameValue;
45
+ header?: tailwind_merge29.ClassNameValue;
46
+ content?: tailwind_merge29.ClassNameValue;
47
+ item?: tailwind_merge29.ClassNameValue;
48
+ panel?: tailwind_merge29.ClassNameValue;
49
+ triggerIcon?: tailwind_merge29.ClassNameValue;
50
50
  };
51
51
  };
52
52
  } | {}, {
@@ -57,7 +57,7 @@ declare const accordionVariants: tailwind_variants0.TVReturnType<{
57
57
  root: string;
58
58
  trigger: string;
59
59
  triggerIcon: string;
60
- }, tailwind_variants0.TVReturnType<unknown, {
60
+ }, tailwind_variants1.TVReturnType<unknown, {
61
61
  content: string;
62
62
  header: string;
63
63
  item: string;
@@ -74,32 +74,32 @@ declare const Accordion: {
74
74
  ({
75
75
  className,
76
76
  ...props
77
- }: AccordionProps): react_jsx_runtime0.JSX.Element;
77
+ }: AccordionProps): react_jsx_runtime8.JSX.Element;
78
78
  Content: ({
79
79
  className,
80
80
  ...props
81
- }: AccordionContentProps) => react_jsx_runtime0.JSX.Element;
81
+ }: AccordionContentProps) => react_jsx_runtime8.JSX.Element;
82
82
  Header: ({
83
83
  className,
84
84
  ...props
85
- }: AccordionHeaderProps) => react_jsx_runtime0.JSX.Element;
85
+ }: AccordionHeaderProps) => react_jsx_runtime8.JSX.Element;
86
86
  Item: ({
87
87
  className,
88
88
  ...props
89
- }: AccordionItemProps) => react_jsx_runtime0.JSX.Element;
89
+ }: AccordionItemProps) => react_jsx_runtime8.JSX.Element;
90
90
  Panel: ({
91
91
  className,
92
92
  ...props
93
- }: AccordionPanelProps) => react_jsx_runtime0.JSX.Element;
93
+ }: AccordionPanelProps) => react_jsx_runtime8.JSX.Element;
94
94
  Root: /*elided*/any;
95
95
  Trigger: ({
96
96
  className,
97
97
  ...props
98
- }: AccordionTriggerProps) => react_jsx_runtime0.JSX.Element;
98
+ }: AccordionTriggerProps) => react_jsx_runtime8.JSX.Element;
99
99
  TriggerIcon: ({
100
100
  className,
101
101
  ...props
102
- }: AccordionTriggerIconProps) => react_jsx_runtime0.JSX.Element;
102
+ }: AccordionTriggerIconProps) => react_jsx_runtime8.JSX.Element;
103
103
  };
104
104
  interface AccordionItemProps extends Accordion$1.Item.Props {}
105
105
  interface AccordionHeaderProps extends Accordion$1.Header.Props {}
@@ -109,32 +109,32 @@ interface AccordionPanelProps extends Accordion$1.Panel.Props {}
109
109
  interface AccordionContentProps extends React.ComponentProps<"div"> {}
110
110
  //#endregion
111
111
  //#region src/components/alert-dialog/alert-dialog.variants.d.ts
112
- declare const alertDialogVariants: tailwind_variants0.TVReturnType<{
112
+ declare const alertDialogVariants: tailwind_variants1.TVReturnType<{
113
113
  [key: string]: {
114
- [key: string]: tailwind_merge0.ClassNameValue | {
115
- root?: tailwind_merge0.ClassNameValue;
116
- trigger?: tailwind_merge0.ClassNameValue;
117
- title?: tailwind_merge0.ClassNameValue;
118
- description?: tailwind_merge0.ClassNameValue;
119
- backdrop?: tailwind_merge0.ClassNameValue;
120
- close?: tailwind_merge0.ClassNameValue;
121
- popup?: tailwind_merge0.ClassNameValue;
122
- portal?: tailwind_merge0.ClassNameValue;
123
- viewport?: tailwind_merge0.ClassNameValue;
114
+ [key: string]: tailwind_merge29.ClassNameValue | {
115
+ backdrop?: tailwind_merge29.ClassNameValue;
116
+ close?: tailwind_merge29.ClassNameValue;
117
+ description?: tailwind_merge29.ClassNameValue;
118
+ popup?: tailwind_merge29.ClassNameValue;
119
+ portal?: tailwind_merge29.ClassNameValue;
120
+ root?: tailwind_merge29.ClassNameValue;
121
+ title?: tailwind_merge29.ClassNameValue;
122
+ trigger?: tailwind_merge29.ClassNameValue;
123
+ viewport?: tailwind_merge29.ClassNameValue;
124
124
  };
125
125
  };
126
126
  } | {
127
127
  [x: string]: {
128
- [x: string]: tailwind_merge0.ClassNameValue | {
129
- root?: tailwind_merge0.ClassNameValue;
130
- trigger?: tailwind_merge0.ClassNameValue;
131
- title?: tailwind_merge0.ClassNameValue;
132
- description?: tailwind_merge0.ClassNameValue;
133
- backdrop?: tailwind_merge0.ClassNameValue;
134
- close?: tailwind_merge0.ClassNameValue;
135
- popup?: tailwind_merge0.ClassNameValue;
136
- portal?: tailwind_merge0.ClassNameValue;
137
- viewport?: tailwind_merge0.ClassNameValue;
128
+ [x: string]: tailwind_merge29.ClassNameValue | {
129
+ backdrop?: tailwind_merge29.ClassNameValue;
130
+ close?: tailwind_merge29.ClassNameValue;
131
+ description?: tailwind_merge29.ClassNameValue;
132
+ popup?: tailwind_merge29.ClassNameValue;
133
+ portal?: tailwind_merge29.ClassNameValue;
134
+ root?: tailwind_merge29.ClassNameValue;
135
+ title?: tailwind_merge29.ClassNameValue;
136
+ trigger?: tailwind_merge29.ClassNameValue;
137
+ viewport?: tailwind_merge29.ClassNameValue;
138
138
  };
139
139
  };
140
140
  } | {}, {
@@ -149,16 +149,16 @@ declare const alertDialogVariants: tailwind_variants0.TVReturnType<{
149
149
  viewport: string;
150
150
  }, undefined, {
151
151
  [key: string]: {
152
- [key: string]: tailwind_merge0.ClassNameValue | {
153
- root?: tailwind_merge0.ClassNameValue;
154
- trigger?: tailwind_merge0.ClassNameValue;
155
- title?: tailwind_merge0.ClassNameValue;
156
- description?: tailwind_merge0.ClassNameValue;
157
- backdrop?: tailwind_merge0.ClassNameValue;
158
- close?: tailwind_merge0.ClassNameValue;
159
- popup?: tailwind_merge0.ClassNameValue;
160
- portal?: tailwind_merge0.ClassNameValue;
161
- viewport?: tailwind_merge0.ClassNameValue;
152
+ [key: string]: tailwind_merge29.ClassNameValue | {
153
+ backdrop?: tailwind_merge29.ClassNameValue;
154
+ close?: tailwind_merge29.ClassNameValue;
155
+ description?: tailwind_merge29.ClassNameValue;
156
+ popup?: tailwind_merge29.ClassNameValue;
157
+ portal?: tailwind_merge29.ClassNameValue;
158
+ root?: tailwind_merge29.ClassNameValue;
159
+ title?: tailwind_merge29.ClassNameValue;
160
+ trigger?: tailwind_merge29.ClassNameValue;
161
+ viewport?: tailwind_merge29.ClassNameValue;
162
162
  };
163
163
  };
164
164
  } | {}, {
@@ -171,7 +171,7 @@ declare const alertDialogVariants: tailwind_variants0.TVReturnType<{
171
171
  title: string;
172
172
  trigger: string;
173
173
  viewport: string;
174
- }, tailwind_variants0.TVReturnType<unknown, {
174
+ }, tailwind_variants1.TVReturnType<unknown, {
175
175
  backdrop: string;
176
176
  close: string;
177
177
  description: string;
@@ -189,41 +189,41 @@ interface AlertDialogProps extends AlertDialogVariants, AlertDialog$1.Root.Props
189
189
  declare const AlertDialog: {
190
190
  ({
191
191
  ...props
192
- }: AlertDialogProps): react_jsx_runtime0.JSX.Element;
192
+ }: AlertDialogProps): react_jsx_runtime8.JSX.Element;
193
193
  Root: /*elided*/any;
194
194
  Trigger: ({
195
195
  className,
196
196
  ...props
197
- }: AlertDialogTriggerProps) => react_jsx_runtime0.JSX.Element;
197
+ }: AlertDialogTriggerProps) => react_jsx_runtime8.JSX.Element;
198
198
  Portal: ({
199
199
  className,
200
200
  ...props
201
- }: AlertDialogPortalProps) => react_jsx_runtime0.JSX.Element;
201
+ }: AlertDialogPortalProps) => react_jsx_runtime8.JSX.Element;
202
202
  Backdrop: ({
203
203
  className,
204
204
  ...props
205
- }: AlertDialogBackdropProps) => react_jsx_runtime0.JSX.Element;
205
+ }: AlertDialogBackdropProps) => react_jsx_runtime8.JSX.Element;
206
206
  Viewport: ({
207
207
  className,
208
208
  ...props
209
- }: AlertDialogViewportProps) => react_jsx_runtime0.JSX.Element;
209
+ }: AlertDialogViewportProps) => react_jsx_runtime8.JSX.Element;
210
210
  Popup: ({
211
211
  className,
212
212
  ...props
213
- }: AlertDialogPopupProps) => react_jsx_runtime0.JSX.Element;
213
+ }: AlertDialogPopupProps) => react_jsx_runtime8.JSX.Element;
214
214
  Title: ({
215
215
  className,
216
216
  ...props
217
- }: AlertDialogTitleProps) => react_jsx_runtime0.JSX.Element;
217
+ }: AlertDialogTitleProps) => react_jsx_runtime8.JSX.Element;
218
218
  Description: ({
219
219
  className,
220
220
  ...props
221
- }: AlertDialogDescriptionProps) => react_jsx_runtime0.JSX.Element;
221
+ }: AlertDialogDescriptionProps) => react_jsx_runtime8.JSX.Element;
222
222
  Close: ({
223
223
  className,
224
224
  children,
225
225
  ...props
226
- }: AlertDialogCloseProps) => react_jsx_runtime0.JSX.Element;
226
+ }: AlertDialogCloseProps) => react_jsx_runtime8.JSX.Element;
227
227
  };
228
228
  interface AlertDialogTriggerProps extends AlertDialog$1.Trigger.Props {}
229
229
  interface AlertDialogPortalProps extends AlertDialog$1.Portal.Props {}
@@ -235,7 +235,7 @@ interface AlertDialogDescriptionProps extends AlertDialog$1.Description.Props {}
235
235
  interface AlertDialogCloseProps extends AlertDialog$1.Close.Props {}
236
236
  //#endregion
237
237
  //#region src/components/avatar/avatar.variants.d.ts
238
- declare const avatarVariants: tailwind_variants0.TVReturnType<{
238
+ declare const avatarVariants: tailwind_variants1.TVReturnType<{
239
239
  size: {
240
240
  lg: {
241
241
  root: string;
@@ -267,7 +267,7 @@ declare const avatarVariants: tailwind_variants0.TVReturnType<{
267
267
  fallback: string;
268
268
  image: string;
269
269
  root: string;
270
- }, tailwind_variants0.TVReturnType<{
270
+ }, tailwind_variants1.TVReturnType<{
271
271
  size: {
272
272
  lg: {
273
273
  root: string;
@@ -293,22 +293,22 @@ declare const Avatar: {
293
293
  className,
294
294
  size,
295
295
  ...props
296
- }: AvatarProps): react_jsx_runtime0.JSX.Element;
296
+ }: AvatarProps): react_jsx_runtime8.JSX.Element;
297
297
  Fallback: ({
298
298
  className,
299
299
  ...props
300
- }: AvatarFallbackProps) => react_jsx_runtime0.JSX.Element;
300
+ }: AvatarFallbackProps) => react_jsx_runtime8.JSX.Element;
301
301
  Image: ({
302
302
  className,
303
303
  ...props
304
- }: AvatarImageProps) => react_jsx_runtime0.JSX.Element;
304
+ }: AvatarImageProps) => react_jsx_runtime8.JSX.Element;
305
305
  Root: /*elided*/any;
306
306
  };
307
307
  interface AvatarImageProps extends Avatar$1.Image.Props {}
308
308
  interface AvatarFallbackProps extends Avatar$1.Fallback.Props {}
309
309
  //#endregion
310
310
  //#region src/components/button/button.variants.d.ts
311
- declare const buttonVariants: tailwind_variants0.TVReturnType<{
311
+ declare const buttonVariants: tailwind_variants1.TVReturnType<{
312
312
  isIconOnly: {
313
313
  true: string;
314
314
  };
@@ -340,7 +340,7 @@ declare const buttonVariants: tailwind_variants0.TVReturnType<{
340
340
  primary: string;
341
341
  secondary: string;
342
342
  };
343
- }, undefined, tailwind_variants0.TVReturnType<{
343
+ }, undefined, tailwind_variants1.TVReturnType<{
344
344
  isIconOnly: {
345
345
  true: string;
346
346
  };
@@ -367,10 +367,10 @@ declare const Button: ({
367
367
  size,
368
368
  isIconOnly,
369
369
  ...props
370
- }: ButtonProps) => react_jsx_runtime0.JSX.Element;
370
+ }: ButtonProps) => react_jsx_runtime8.JSX.Element;
371
371
  //#endregion
372
372
  //#region src/components/button-group/button-group.variants.d.ts
373
- declare const buttonGroupVariants: tailwind_variants0.TVReturnType<{} | {} | {}, undefined, "button-group", {} | {}, undefined, tailwind_variants0.TVReturnType<unknown, undefined, "button-group", unknown, unknown, undefined>>;
373
+ declare const buttonGroupVariants: tailwind_variants1.TVReturnType<{} | {} | {}, undefined, "button-group", {} | {}, undefined, tailwind_variants1.TVReturnType<unknown, undefined, "button-group", unknown, unknown, undefined>>;
374
374
  type ButtonGroupVariants = VariantProps<typeof buttonGroupVariants>;
375
375
  //#endregion
376
376
  //#region src/components/button-group/button-group.d.ts
@@ -378,10 +378,10 @@ interface ButtonGroupProps extends ButtonGroupVariants, React.ComponentProps<"di
378
378
  declare const ButtonGroup: ({
379
379
  className,
380
380
  ...props
381
- }: ButtonGroupProps) => react_jsx_runtime0.JSX.Element;
381
+ }: ButtonGroupProps) => react_jsx_runtime8.JSX.Element;
382
382
  //#endregion
383
383
  //#region src/components/card/card.variants.d.ts
384
- declare const cardVariants: tailwind_variants0.TVReturnType<{
384
+ declare const cardVariants: tailwind_variants1.TVReturnType<{
385
385
  variant: {
386
386
  default: {
387
387
  root: string;
@@ -413,7 +413,7 @@ declare const cardVariants: tailwind_variants0.TVReturnType<{
413
413
  header: string;
414
414
  root: string;
415
415
  title: string;
416
- }, tailwind_variants0.TVReturnType<{
416
+ }, tailwind_variants1.TVReturnType<{
417
417
  variant: {
418
418
  default: {
419
419
  root: string;
@@ -439,29 +439,29 @@ declare const Card: {
439
439
  className,
440
440
  variant,
441
441
  ...props
442
- }: CardProps): react_jsx_runtime0.JSX.Element;
442
+ }: CardProps): react_jsx_runtime8.JSX.Element;
443
443
  /** Exports */
444
444
  Body: ({
445
445
  className,
446
446
  ...props
447
- }: CardBodyProps) => react_jsx_runtime0.JSX.Element;
447
+ }: CardBodyProps) => react_jsx_runtime8.JSX.Element;
448
448
  Description: ({
449
449
  className,
450
450
  ...props
451
- }: CardDescriptionProps) => react_jsx_runtime0.JSX.Element;
451
+ }: CardDescriptionProps) => react_jsx_runtime8.JSX.Element;
452
452
  Footer: ({
453
453
  className,
454
454
  ...props
455
- }: CardFooterProps) => react_jsx_runtime0.JSX.Element;
455
+ }: CardFooterProps) => react_jsx_runtime8.JSX.Element;
456
456
  Header: ({
457
457
  className,
458
458
  ...props
459
- }: CardHeaderProps) => react_jsx_runtime0.JSX.Element;
459
+ }: CardHeaderProps) => react_jsx_runtime8.JSX.Element;
460
460
  Root: /*elided*/any;
461
461
  Title: ({
462
462
  className,
463
463
  ...props
464
- }: CardTitle) => react_jsx_runtime0.JSX.Element;
464
+ }: CardTitle) => react_jsx_runtime8.JSX.Element;
465
465
  };
466
466
  interface CardHeaderProps extends React.ComponentProps<"div"> {}
467
467
  interface CardBodyProps extends React.ComponentProps<"div"> {}
@@ -470,22 +470,22 @@ interface CardTitle extends React.ComponentProps<"h2"> {}
470
470
  interface CardDescriptionProps extends React.ComponentProps<"p"> {}
471
471
  //#endregion
472
472
  //#region src/components/checkbox/checkbox.variants.d.ts
473
- declare const checkboxVariants: tailwind_variants0.TVReturnType<{
473
+ declare const checkboxVariants: tailwind_variants1.TVReturnType<{
474
474
  [key: string]: {
475
- [key: string]: tailwind_merge0.ClassNameValue | {
476
- root?: tailwind_merge0.ClassNameValue;
477
- label?: tailwind_merge0.ClassNameValue;
478
- checkboxIcon?: tailwind_merge0.ClassNameValue;
479
- indicator?: tailwind_merge0.ClassNameValue;
475
+ [key: string]: tailwind_merge29.ClassNameValue | {
476
+ root?: tailwind_merge29.ClassNameValue;
477
+ label?: tailwind_merge29.ClassNameValue;
478
+ checkboxIcon?: tailwind_merge29.ClassNameValue;
479
+ indicator?: tailwind_merge29.ClassNameValue;
480
480
  };
481
481
  };
482
482
  } | {
483
483
  [x: string]: {
484
- [x: string]: tailwind_merge0.ClassNameValue | {
485
- root?: tailwind_merge0.ClassNameValue;
486
- label?: tailwind_merge0.ClassNameValue;
487
- checkboxIcon?: tailwind_merge0.ClassNameValue;
488
- indicator?: tailwind_merge0.ClassNameValue;
484
+ [x: string]: tailwind_merge29.ClassNameValue | {
485
+ root?: tailwind_merge29.ClassNameValue;
486
+ label?: tailwind_merge29.ClassNameValue;
487
+ checkboxIcon?: tailwind_merge29.ClassNameValue;
488
+ indicator?: tailwind_merge29.ClassNameValue;
489
489
  };
490
490
  };
491
491
  } | {}, {
@@ -495,11 +495,11 @@ declare const checkboxVariants: tailwind_variants0.TVReturnType<{
495
495
  root: string;
496
496
  }, undefined, {
497
497
  [key: string]: {
498
- [key: string]: tailwind_merge0.ClassNameValue | {
499
- root?: tailwind_merge0.ClassNameValue;
500
- label?: tailwind_merge0.ClassNameValue;
501
- checkboxIcon?: tailwind_merge0.ClassNameValue;
502
- indicator?: tailwind_merge0.ClassNameValue;
498
+ [key: string]: tailwind_merge29.ClassNameValue | {
499
+ root?: tailwind_merge29.ClassNameValue;
500
+ label?: tailwind_merge29.ClassNameValue;
501
+ checkboxIcon?: tailwind_merge29.ClassNameValue;
502
+ indicator?: tailwind_merge29.ClassNameValue;
503
503
  };
504
504
  };
505
505
  } | {}, {
@@ -507,7 +507,7 @@ declare const checkboxVariants: tailwind_variants0.TVReturnType<{
507
507
  indicator: string;
508
508
  label: string;
509
509
  root: string;
510
- }, tailwind_variants0.TVReturnType<unknown, {
510
+ }, tailwind_variants1.TVReturnType<unknown, {
511
511
  checkboxIcon: string;
512
512
  indicator: string;
513
513
  label: string;
@@ -521,17 +521,17 @@ declare const Checkbox: {
521
521
  ({
522
522
  className,
523
523
  ...props
524
- }: CheckboxProps): react_jsx_runtime0.JSX.Element;
524
+ }: CheckboxProps): react_jsx_runtime8.JSX.Element;
525
525
  Indicator: ({
526
526
  className,
527
527
  ...props
528
- }: CheckboxIndicatorProps) => react_jsx_runtime0.JSX.Element;
528
+ }: CheckboxIndicatorProps) => react_jsx_runtime8.JSX.Element;
529
529
  Root: /*elided*/any;
530
530
  };
531
531
  interface CheckboxIndicatorProps extends Checkbox$1.Indicator.Props {}
532
532
  //#endregion
533
533
  //#region src/components/checkbox-group/checkbox-group.variants.d.ts
534
- declare const checkboxGroupVariants: tailwind_variants0.TVReturnType<{} | {} | {}, undefined, "checkbox-group", {} | {}, undefined, tailwind_variants0.TVReturnType<unknown, undefined, "checkbox-group", unknown, unknown, undefined>>;
534
+ declare const checkboxGroupVariants: tailwind_variants1.TVReturnType<{} | {} | {}, undefined, "checkbox-group", {} | {}, undefined, tailwind_variants1.TVReturnType<unknown, undefined, "checkbox-group", unknown, unknown, undefined>>;
535
535
  type CheckboxGroupVariants = VariantProps<typeof checkboxGroupVariants>;
536
536
  //#endregion
537
537
  //#region src/components/checkbox-group/checkbox-group.d.ts
@@ -539,10 +539,10 @@ interface CheckboxGroupProps extends CheckboxGroupVariants, CheckboxGroup$1.Prop
539
539
  declare const CheckboxGroup: ({
540
540
  className,
541
541
  ...props
542
- }: CheckboxGroupProps) => react_jsx_runtime0.JSX.Element;
542
+ }: CheckboxGroupProps) => react_jsx_runtime8.JSX.Element;
543
543
  //#endregion
544
544
  //#region src/components/chip/chip.variants.d.ts
545
- declare const chipVariants: tailwind_variants0.TVReturnType<{
545
+ declare const chipVariants: tailwind_variants1.TVReturnType<{
546
546
  size: {
547
547
  lg: string;
548
548
  md: string;
@@ -568,7 +568,7 @@ declare const chipVariants: tailwind_variants0.TVReturnType<{
568
568
  secondary: string;
569
569
  success: string;
570
570
  };
571
- }, undefined, tailwind_variants0.TVReturnType<{
571
+ }, undefined, tailwind_variants1.TVReturnType<{
572
572
  size: {
573
573
  lg: string;
574
574
  md: string;
@@ -591,10 +591,10 @@ declare const Chip: ({
591
591
  variant,
592
592
  size,
593
593
  ...props
594
- }: ChipProps) => react_jsx_runtime0.JSX.Element;
594
+ }: ChipProps) => react_jsx_runtime8.JSX.Element;
595
595
  //#endregion
596
596
  //#region src/components/container/container.variants.d.ts
597
- declare const containerVariants: tailwind_variants0.TVReturnType<{} | {} | {}, undefined, "container", {} | {}, undefined, tailwind_variants0.TVReturnType<unknown, undefined, "container", unknown, unknown, undefined>>;
597
+ declare const containerVariants: tailwind_variants1.TVReturnType<{} | {} | {}, undefined, "container", {} | {}, undefined, tailwind_variants1.TVReturnType<unknown, undefined, "container", unknown, unknown, undefined>>;
598
598
  type ContainerVariants = VariantProps<typeof containerVariants>;
599
599
  //#endregion
600
600
  //#region src/components/container/container.d.ts
@@ -602,35 +602,35 @@ interface ContainerProps extends ContainerVariants, React.ComponentProps<"div">
602
602
  declare const Container: ({
603
603
  className,
604
604
  ...props
605
- }: ContainerProps) => react_jsx_runtime0.JSX.Element;
605
+ }: ContainerProps) => react_jsx_runtime8.JSX.Element;
606
606
  //#endregion
607
607
  //#region src/components/dialog/dialog.variants.d.ts
608
- declare const dialogVariants: tailwind_variants0.TVReturnType<{
608
+ declare const dialogVariants: tailwind_variants1.TVReturnType<{
609
609
  [key: string]: {
610
- [key: string]: tailwind_merge0.ClassNameValue | {
611
- root?: tailwind_merge0.ClassNameValue;
612
- trigger?: tailwind_merge0.ClassNameValue;
613
- title?: tailwind_merge0.ClassNameValue;
614
- description?: tailwind_merge0.ClassNameValue;
615
- backdrop?: tailwind_merge0.ClassNameValue;
616
- close?: tailwind_merge0.ClassNameValue;
617
- popup?: tailwind_merge0.ClassNameValue;
618
- portal?: tailwind_merge0.ClassNameValue;
619
- viewport?: tailwind_merge0.ClassNameValue;
610
+ [key: string]: tailwind_merge29.ClassNameValue | {
611
+ backdrop?: tailwind_merge29.ClassNameValue;
612
+ close?: tailwind_merge29.ClassNameValue;
613
+ description?: tailwind_merge29.ClassNameValue;
614
+ popup?: tailwind_merge29.ClassNameValue;
615
+ portal?: tailwind_merge29.ClassNameValue;
616
+ root?: tailwind_merge29.ClassNameValue;
617
+ title?: tailwind_merge29.ClassNameValue;
618
+ trigger?: tailwind_merge29.ClassNameValue;
619
+ viewport?: tailwind_merge29.ClassNameValue;
620
620
  };
621
621
  };
622
622
  } | {
623
623
  [x: string]: {
624
- [x: string]: tailwind_merge0.ClassNameValue | {
625
- root?: tailwind_merge0.ClassNameValue;
626
- trigger?: tailwind_merge0.ClassNameValue;
627
- title?: tailwind_merge0.ClassNameValue;
628
- description?: tailwind_merge0.ClassNameValue;
629
- backdrop?: tailwind_merge0.ClassNameValue;
630
- close?: tailwind_merge0.ClassNameValue;
631
- popup?: tailwind_merge0.ClassNameValue;
632
- portal?: tailwind_merge0.ClassNameValue;
633
- viewport?: tailwind_merge0.ClassNameValue;
624
+ [x: string]: tailwind_merge29.ClassNameValue | {
625
+ backdrop?: tailwind_merge29.ClassNameValue;
626
+ close?: tailwind_merge29.ClassNameValue;
627
+ description?: tailwind_merge29.ClassNameValue;
628
+ popup?: tailwind_merge29.ClassNameValue;
629
+ portal?: tailwind_merge29.ClassNameValue;
630
+ root?: tailwind_merge29.ClassNameValue;
631
+ title?: tailwind_merge29.ClassNameValue;
632
+ trigger?: tailwind_merge29.ClassNameValue;
633
+ viewport?: tailwind_merge29.ClassNameValue;
634
634
  };
635
635
  };
636
636
  } | {}, {
@@ -645,16 +645,16 @@ declare const dialogVariants: tailwind_variants0.TVReturnType<{
645
645
  viewport: string;
646
646
  }, undefined, {
647
647
  [key: string]: {
648
- [key: string]: tailwind_merge0.ClassNameValue | {
649
- root?: tailwind_merge0.ClassNameValue;
650
- trigger?: tailwind_merge0.ClassNameValue;
651
- title?: tailwind_merge0.ClassNameValue;
652
- description?: tailwind_merge0.ClassNameValue;
653
- backdrop?: tailwind_merge0.ClassNameValue;
654
- close?: tailwind_merge0.ClassNameValue;
655
- popup?: tailwind_merge0.ClassNameValue;
656
- portal?: tailwind_merge0.ClassNameValue;
657
- viewport?: tailwind_merge0.ClassNameValue;
648
+ [key: string]: tailwind_merge29.ClassNameValue | {
649
+ backdrop?: tailwind_merge29.ClassNameValue;
650
+ close?: tailwind_merge29.ClassNameValue;
651
+ description?: tailwind_merge29.ClassNameValue;
652
+ popup?: tailwind_merge29.ClassNameValue;
653
+ portal?: tailwind_merge29.ClassNameValue;
654
+ root?: tailwind_merge29.ClassNameValue;
655
+ title?: tailwind_merge29.ClassNameValue;
656
+ trigger?: tailwind_merge29.ClassNameValue;
657
+ viewport?: tailwind_merge29.ClassNameValue;
658
658
  };
659
659
  };
660
660
  } | {}, {
@@ -667,7 +667,7 @@ declare const dialogVariants: tailwind_variants0.TVReturnType<{
667
667
  title: string;
668
668
  trigger: string;
669
669
  viewport: string;
670
- }, tailwind_variants0.TVReturnType<unknown, {
670
+ }, tailwind_variants1.TVReturnType<unknown, {
671
671
  backdrop: string;
672
672
  close: string;
673
673
  description: string;
@@ -685,40 +685,40 @@ interface DialogProps extends DialogVariants, Dialog$1.Root.Props {}
685
685
  declare const Dialog: {
686
686
  ({
687
687
  ...props
688
- }: DialogProps): react_jsx_runtime0.JSX.Element;
688
+ }: DialogProps): react_jsx_runtime8.JSX.Element;
689
689
  Backdrop: ({
690
690
  className,
691
691
  ...props
692
- }: DialogBackdropProps) => react_jsx_runtime0.JSX.Element;
692
+ }: DialogBackdropProps) => react_jsx_runtime8.JSX.Element;
693
693
  Close: ({
694
694
  className,
695
695
  ...props
696
- }: DialogCloseProps) => react_jsx_runtime0.JSX.Element;
696
+ }: DialogCloseProps) => react_jsx_runtime8.JSX.Element;
697
697
  Description: ({
698
698
  className,
699
699
  ...props
700
- }: DialogDescriptionProps) => react_jsx_runtime0.JSX.Element;
700
+ }: DialogDescriptionProps) => react_jsx_runtime8.JSX.Element;
701
701
  Popup: ({
702
702
  className,
703
703
  ...props
704
- }: DialogPopupProps) => react_jsx_runtime0.JSX.Element;
704
+ }: DialogPopupProps) => react_jsx_runtime8.JSX.Element;
705
705
  Portal: ({
706
706
  className,
707
707
  ...props
708
- }: DialogPortalProps) => react_jsx_runtime0.JSX.Element;
708
+ }: DialogPortalProps) => react_jsx_runtime8.JSX.Element;
709
709
  Root: /*elided*/any;
710
710
  Title: ({
711
711
  className,
712
712
  ...props
713
- }: DialogTitleProps) => react_jsx_runtime0.JSX.Element;
713
+ }: DialogTitleProps) => react_jsx_runtime8.JSX.Element;
714
714
  Trigger: ({
715
715
  className,
716
716
  ...props
717
- }: DialogTriggerProps) => react_jsx_runtime0.JSX.Element;
717
+ }: DialogTriggerProps) => react_jsx_runtime8.JSX.Element;
718
718
  Viewport: ({
719
719
  className,
720
720
  ...props
721
- }: DialogViewportProps) => react_jsx_runtime0.JSX.Element;
721
+ }: DialogViewportProps) => react_jsx_runtime8.JSX.Element;
722
722
  };
723
723
  interface DialogTriggerProps extends Dialog$1.Trigger.Props {}
724
724
  interface DialogPortalProps extends Dialog$1.Portal.Props {}
@@ -730,7 +730,7 @@ interface DialogDescriptionProps extends Dialog$1.Description.Props {}
730
730
  interface DialogCloseProps extends Dialog$1.Close.Props {}
731
731
  //#endregion
732
732
  //#region src/components/drawer/drawer.variants.d.ts
733
- declare const drawerVariants: tailwind_variants0.TVReturnType<{
733
+ declare const drawerVariants: tailwind_variants1.TVReturnType<{
734
734
  position: {
735
735
  bottom: {
736
736
  popup: string;
@@ -780,7 +780,7 @@ declare const drawerVariants: tailwind_variants0.TVReturnType<{
780
780
  title: string;
781
781
  trigger: string;
782
782
  viewport: string;
783
- }, tailwind_variants0.TVReturnType<{
783
+ }, tailwind_variants1.TVReturnType<{
784
784
  position: {
785
785
  bottom: {
786
786
  popup: string;
@@ -814,41 +814,41 @@ declare const Drawer: {
814
814
  ({
815
815
  position,
816
816
  ...props
817
- }: DrawerProps): react_jsx_runtime0.JSX.Element;
817
+ }: DrawerProps): react_jsx_runtime8.JSX.Element;
818
818
  Root: /*elided*/any;
819
819
  Trigger: ({
820
820
  className,
821
821
  ...props
822
- }: DrawerTriggerProps) => react_jsx_runtime0.JSX.Element;
822
+ }: DrawerTriggerProps) => react_jsx_runtime8.JSX.Element;
823
823
  Portal: ({
824
824
  className,
825
825
  ...props
826
- }: DrawerPortalProps) => react_jsx_runtime0.JSX.Element;
826
+ }: DrawerPortalProps) => react_jsx_runtime8.JSX.Element;
827
827
  Backdrop: ({
828
828
  className,
829
829
  ...props
830
- }: DrawerBackdropProps) => react_jsx_runtime0.JSX.Element;
830
+ }: DrawerBackdropProps) => react_jsx_runtime8.JSX.Element;
831
831
  Viewport: ({
832
832
  className,
833
833
  ...props
834
- }: DrawerViewportProps) => react_jsx_runtime0.JSX.Element;
834
+ }: DrawerViewportProps) => react_jsx_runtime8.JSX.Element;
835
835
  Popup: ({
836
836
  className,
837
837
  ...props
838
- }: DrawerPopupProps) => react_jsx_runtime0.JSX.Element;
838
+ }: DrawerPopupProps) => react_jsx_runtime8.JSX.Element;
839
839
  Title: ({
840
840
  className,
841
841
  ...props
842
- }: DrawerTitleProps) => react_jsx_runtime0.JSX.Element;
842
+ }: DrawerTitleProps) => react_jsx_runtime8.JSX.Element;
843
843
  Description: ({
844
844
  className,
845
845
  ...props
846
- }: DrawerDescriptionProps) => react_jsx_runtime0.JSX.Element;
846
+ }: DrawerDescriptionProps) => react_jsx_runtime8.JSX.Element;
847
847
  Close: ({
848
848
  className,
849
849
  children,
850
850
  ...props
851
- }: DrawerCloseProps) => react_jsx_runtime0.JSX.Element;
851
+ }: DrawerCloseProps) => react_jsx_runtime8.JSX.Element;
852
852
  };
853
853
  interface DrawerTriggerProps extends Dialog$1.Trigger.Props {}
854
854
  interface DrawerPortalProps extends Dialog$1.Portal.Props {}
@@ -860,7 +860,7 @@ interface DrawerDescriptionProps extends Dialog$1.Description.Props {}
860
860
  interface DrawerCloseProps extends Dialog$1.Close.Props {}
861
861
  //#endregion
862
862
  //#region src/components/field/field.variants.d.ts
863
- declare const fieldVariants: tailwind_variants0.TVReturnType<{
863
+ declare const fieldVariants: tailwind_variants1.TVReturnType<{
864
864
  size: {
865
865
  lg: {
866
866
  control: string;
@@ -896,7 +896,7 @@ declare const fieldVariants: tailwind_variants0.TVReturnType<{
896
896
  error: string;
897
897
  label: string;
898
898
  root: string;
899
- }, tailwind_variants0.TVReturnType<{
899
+ }, tailwind_variants1.TVReturnType<{
900
900
  size: {
901
901
  lg: {
902
902
  control: string;
@@ -924,23 +924,23 @@ declare const Field: {
924
924
  className,
925
925
  size,
926
926
  ...props
927
- }: FieldProps): react_jsx_runtime0.JSX.Element;
927
+ }: FieldProps): react_jsx_runtime8.JSX.Element;
928
928
  Control: ({
929
929
  className,
930
930
  ...props
931
- }: FieldControlProps) => react_jsx_runtime0.JSX.Element;
931
+ }: FieldControlProps) => react_jsx_runtime8.JSX.Element;
932
932
  Description: ({
933
933
  className,
934
934
  ...props
935
- }: FieldDescriptionProps) => react_jsx_runtime0.JSX.Element;
935
+ }: FieldDescriptionProps) => react_jsx_runtime8.JSX.Element;
936
936
  Error: ({
937
937
  className,
938
938
  ...props
939
- }: FieldErrorProps) => react_jsx_runtime0.JSX.Element;
939
+ }: FieldErrorProps) => react_jsx_runtime8.JSX.Element;
940
940
  Label: ({
941
941
  className,
942
942
  ...props
943
- }: FieldLabelProps) => react_jsx_runtime0.JSX.Element;
943
+ }: FieldLabelProps) => react_jsx_runtime8.JSX.Element;
944
944
  Root: /*elided*/any;
945
945
  };
946
946
  interface FieldLabelProps extends React.ComponentProps<typeof Field$1.Label> {}
@@ -949,18 +949,18 @@ interface FieldControlProps extends React.ComponentProps<typeof Field$1.Control>
949
949
  interface FieldErrorProps extends React.ComponentProps<typeof Field$1.Error> {}
950
950
  //#endregion
951
951
  //#region src/components/fieldset/fieldset.variants.d.ts
952
- declare const fieldsetVariants: tailwind_variants0.TVReturnType<{
952
+ declare const fieldsetVariants: tailwind_variants1.TVReturnType<{
953
953
  [key: string]: {
954
- [key: string]: tailwind_merge0.ClassNameValue | {
955
- root?: tailwind_merge0.ClassNameValue;
956
- legend?: tailwind_merge0.ClassNameValue;
954
+ [key: string]: tailwind_merge29.ClassNameValue | {
955
+ root?: tailwind_merge29.ClassNameValue;
956
+ legend?: tailwind_merge29.ClassNameValue;
957
957
  };
958
958
  };
959
959
  } | {
960
960
  [x: string]: {
961
- [x: string]: tailwind_merge0.ClassNameValue | {
962
- root?: tailwind_merge0.ClassNameValue;
963
- legend?: tailwind_merge0.ClassNameValue;
961
+ [x: string]: tailwind_merge29.ClassNameValue | {
962
+ root?: tailwind_merge29.ClassNameValue;
963
+ legend?: tailwind_merge29.ClassNameValue;
964
964
  };
965
965
  };
966
966
  } | {}, {
@@ -968,15 +968,15 @@ declare const fieldsetVariants: tailwind_variants0.TVReturnType<{
968
968
  root: string;
969
969
  }, undefined, {
970
970
  [key: string]: {
971
- [key: string]: tailwind_merge0.ClassNameValue | {
972
- root?: tailwind_merge0.ClassNameValue;
973
- legend?: tailwind_merge0.ClassNameValue;
971
+ [key: string]: tailwind_merge29.ClassNameValue | {
972
+ root?: tailwind_merge29.ClassNameValue;
973
+ legend?: tailwind_merge29.ClassNameValue;
974
974
  };
975
975
  };
976
976
  } | {}, {
977
977
  legend: string;
978
978
  root: string;
979
- }, tailwind_variants0.TVReturnType<unknown, {
979
+ }, tailwind_variants1.TVReturnType<unknown, {
980
980
  legend: string;
981
981
  root: string;
982
982
  }, undefined, unknown, unknown, undefined>>;
@@ -988,17 +988,17 @@ declare const Fieldset: {
988
988
  ({
989
989
  className,
990
990
  ...props
991
- }: FieldsetProps): react_jsx_runtime0.JSX.Element;
991
+ }: FieldsetProps): react_jsx_runtime8.JSX.Element;
992
992
  Root: /*elided*/any;
993
993
  Legend: ({
994
994
  className,
995
995
  ...props
996
- }: FieldsetLegendProps) => react_jsx_runtime0.JSX.Element;
996
+ }: FieldsetLegendProps) => react_jsx_runtime8.JSX.Element;
997
997
  };
998
998
  interface FieldsetLegendProps extends Fieldset$1.Legend.Props {}
999
999
  //#endregion
1000
1000
  //#region src/components/form/form.variants.d.ts
1001
- declare const formVariants: tailwind_variants0.TVReturnType<{} | {} | {}, undefined, "form", {} | {}, undefined, tailwind_variants0.TVReturnType<unknown, undefined, "form", unknown, unknown, undefined>>;
1001
+ declare const formVariants: tailwind_variants1.TVReturnType<{} | {} | {}, undefined, "form", {} | {}, undefined, tailwind_variants1.TVReturnType<unknown, undefined, "form", unknown, unknown, undefined>>;
1002
1002
  type FormVariants = VariantProps<typeof formVariants>;
1003
1003
  //#endregion
1004
1004
  //#region src/components/form/form.d.ts
@@ -1006,41 +1006,41 @@ interface FormProps extends FormVariants, React.ComponentProps<"form"> {}
1006
1006
  declare const Form: ({
1007
1007
  className,
1008
1008
  ...props
1009
- }: FormProps) => react_jsx_runtime0.JSX.Element;
1009
+ }: FormProps) => react_jsx_runtime8.JSX.Element;
1010
1010
  //#endregion
1011
1011
  //#region src/components/icon-button/icon-button.variants.d.ts
1012
- declare const iconButtonVariants: tailwind_variants0.TVReturnType<{} | {
1012
+ declare const iconButtonVariants: tailwind_variants1.TVReturnType<{} | {
1013
1013
  isIconOnly: {
1014
- true: tailwind_merge0.ClassNameValue | {
1015
- base?: tailwind_merge0.ClassNameValue;
1014
+ true: tailwind_merge29.ClassNameValue | {
1015
+ base?: tailwind_merge29.ClassNameValue;
1016
1016
  };
1017
1017
  };
1018
1018
  size: {
1019
- lg: tailwind_merge0.ClassNameValue | {
1020
- base?: tailwind_merge0.ClassNameValue;
1019
+ lg: tailwind_merge29.ClassNameValue | {
1020
+ base?: tailwind_merge29.ClassNameValue;
1021
1021
  };
1022
- md: tailwind_merge0.ClassNameValue | {
1023
- base?: tailwind_merge0.ClassNameValue;
1022
+ md: tailwind_merge29.ClassNameValue | {
1023
+ base?: tailwind_merge29.ClassNameValue;
1024
1024
  };
1025
- sm: tailwind_merge0.ClassNameValue | {
1026
- base?: tailwind_merge0.ClassNameValue;
1025
+ sm: tailwind_merge29.ClassNameValue | {
1026
+ base?: tailwind_merge29.ClassNameValue;
1027
1027
  };
1028
1028
  };
1029
1029
  variant: {
1030
- danger: tailwind_merge0.ClassNameValue | {
1031
- base?: tailwind_merge0.ClassNameValue;
1030
+ danger: tailwind_merge29.ClassNameValue | {
1031
+ base?: tailwind_merge29.ClassNameValue;
1032
1032
  };
1033
- ghost: tailwind_merge0.ClassNameValue | {
1034
- base?: tailwind_merge0.ClassNameValue;
1033
+ ghost: tailwind_merge29.ClassNameValue | {
1034
+ base?: tailwind_merge29.ClassNameValue;
1035
1035
  };
1036
- outline: tailwind_merge0.ClassNameValue | {
1037
- base?: tailwind_merge0.ClassNameValue;
1036
+ outline: tailwind_merge29.ClassNameValue | {
1037
+ base?: tailwind_merge29.ClassNameValue;
1038
1038
  };
1039
- primary: tailwind_merge0.ClassNameValue | {
1040
- base?: tailwind_merge0.ClassNameValue;
1039
+ primary: tailwind_merge29.ClassNameValue | {
1040
+ base?: tailwind_merge29.ClassNameValue;
1041
1041
  };
1042
- secondary: tailwind_merge0.ClassNameValue | {
1043
- base?: tailwind_merge0.ClassNameValue;
1042
+ secondary: tailwind_merge29.ClassNameValue | {
1043
+ base?: tailwind_merge29.ClassNameValue;
1044
1044
  };
1045
1045
  };
1046
1046
  }, undefined, "icon-button", {
@@ -1059,7 +1059,7 @@ declare const iconButtonVariants: tailwind_variants0.TVReturnType<{} | {
1059
1059
  primary: string;
1060
1060
  secondary: string;
1061
1061
  };
1062
- }, undefined, tailwind_variants0.TVReturnType<{
1062
+ }, undefined, tailwind_variants1.TVReturnType<{
1063
1063
  isIconOnly: {
1064
1064
  true: string;
1065
1065
  };
@@ -1091,7 +1091,7 @@ declare const iconButtonVariants: tailwind_variants0.TVReturnType<{} | {
1091
1091
  primary: string;
1092
1092
  secondary: string;
1093
1093
  };
1094
- }, undefined, tailwind_variants0.TVReturnType<{
1094
+ }, undefined, tailwind_variants1.TVReturnType<{
1095
1095
  isIconOnly: {
1096
1096
  true: string;
1097
1097
  };
@@ -1118,10 +1118,10 @@ declare const IconButton: ({
1118
1118
  size,
1119
1119
  isIconOnly,
1120
1120
  ...props
1121
- }: IconButtonProps) => react_jsx_runtime0.JSX.Element;
1121
+ }: IconButtonProps) => react_jsx_runtime8.JSX.Element;
1122
1122
  //#endregion
1123
1123
  //#region src/components/input/input.variants.d.ts
1124
- declare const inputVariants: tailwind_variants0.TVReturnType<{
1124
+ declare const inputVariants: tailwind_variants1.TVReturnType<{
1125
1125
  inputSize: {
1126
1126
  lg: string;
1127
1127
  md: string;
@@ -1133,7 +1133,7 @@ declare const inputVariants: tailwind_variants0.TVReturnType<{
1133
1133
  md: string;
1134
1134
  sm: string;
1135
1135
  };
1136
- }, undefined, tailwind_variants0.TVReturnType<{
1136
+ }, undefined, tailwind_variants1.TVReturnType<{
1137
1137
  inputSize: {
1138
1138
  lg: string;
1139
1139
  md: string;
@@ -1148,10 +1148,10 @@ declare const Input: ({
1148
1148
  className,
1149
1149
  inputSize,
1150
1150
  ...props
1151
- }: InputProps) => react_jsx_runtime0.JSX.Element;
1151
+ }: InputProps) => react_jsx_runtime8.JSX.Element;
1152
1152
  //#endregion
1153
1153
  //#region src/components/label/label.variants.d.ts
1154
- declare const labelVariants: tailwind_variants0.TVReturnType<{} | {} | {}, undefined, "label", {} | {}, undefined, tailwind_variants0.TVReturnType<unknown, undefined, "label", unknown, unknown, undefined>>;
1154
+ declare const labelVariants: tailwind_variants1.TVReturnType<{} | {} | {}, undefined, "label", {} | {}, undefined, tailwind_variants1.TVReturnType<unknown, undefined, "label", unknown, unknown, undefined>>;
1155
1155
  type LabelVariants = VariantProps<typeof labelVariants>;
1156
1156
  //#endregion
1157
1157
  //#region src/components/label/label.d.ts
@@ -1159,10 +1159,10 @@ interface LabelProps extends LabelVariants, React.ComponentProps<"label"> {}
1159
1159
  declare const Label: ({
1160
1160
  className,
1161
1161
  ...props
1162
- }: LabelProps) => react_jsx_runtime0.JSX.Element;
1162
+ }: LabelProps) => react_jsx_runtime8.JSX.Element;
1163
1163
  //#endregion
1164
1164
  //#region src/components/link/link.variants.d.ts
1165
- declare const linkVariants: tailwind_variants0.TVReturnType<{
1165
+ declare const linkVariants: tailwind_variants1.TVReturnType<{
1166
1166
  variant: {
1167
1167
  "no-underline": string;
1168
1168
  underline: string;
@@ -1172,7 +1172,7 @@ declare const linkVariants: tailwind_variants0.TVReturnType<{
1172
1172
  "no-underline": string;
1173
1173
  underline: string;
1174
1174
  };
1175
- }, undefined, tailwind_variants0.TVReturnType<{
1175
+ }, undefined, tailwind_variants1.TVReturnType<{
1176
1176
  variant: {
1177
1177
  "no-underline": string;
1178
1178
  underline: string;
@@ -1186,21 +1186,21 @@ declare const Link: ({
1186
1186
  className,
1187
1187
  variant,
1188
1188
  ...props
1189
- }: LinkProps) => react_jsx_runtime0.JSX.Element;
1189
+ }: LinkProps) => react_jsx_runtime8.JSX.Element;
1190
1190
  //#endregion
1191
1191
  //#region src/components/list/list.variants.d.ts
1192
- declare const listVariants: tailwind_variants0.TVReturnType<{
1192
+ declare const listVariants: tailwind_variants1.TVReturnType<{
1193
1193
  [key: string]: {
1194
- [key: string]: tailwind_merge0.ClassNameValue | {
1195
- item?: tailwind_merge0.ClassNameValue;
1196
- root?: tailwind_merge0.ClassNameValue;
1194
+ [key: string]: tailwind_merge29.ClassNameValue | {
1195
+ root?: tailwind_merge29.ClassNameValue;
1196
+ item?: tailwind_merge29.ClassNameValue;
1197
1197
  };
1198
1198
  };
1199
1199
  } | {
1200
1200
  [x: string]: {
1201
- [x: string]: tailwind_merge0.ClassNameValue | {
1202
- item?: tailwind_merge0.ClassNameValue;
1203
- root?: tailwind_merge0.ClassNameValue;
1201
+ [x: string]: tailwind_merge29.ClassNameValue | {
1202
+ root?: tailwind_merge29.ClassNameValue;
1203
+ item?: tailwind_merge29.ClassNameValue;
1204
1204
  };
1205
1205
  };
1206
1206
  } | {}, {
@@ -1208,15 +1208,15 @@ declare const listVariants: tailwind_variants0.TVReturnType<{
1208
1208
  root: string;
1209
1209
  }, undefined, {
1210
1210
  [key: string]: {
1211
- [key: string]: tailwind_merge0.ClassNameValue | {
1212
- item?: tailwind_merge0.ClassNameValue;
1213
- root?: tailwind_merge0.ClassNameValue;
1211
+ [key: string]: tailwind_merge29.ClassNameValue | {
1212
+ root?: tailwind_merge29.ClassNameValue;
1213
+ item?: tailwind_merge29.ClassNameValue;
1214
1214
  };
1215
1215
  };
1216
1216
  } | {}, {
1217
1217
  item: string;
1218
1218
  root: string;
1219
- }, tailwind_variants0.TVReturnType<unknown, {
1219
+ }, tailwind_variants1.TVReturnType<unknown, {
1220
1220
  item: string;
1221
1221
  root: string;
1222
1222
  }, undefined, unknown, unknown, undefined>>;
@@ -1228,56 +1228,56 @@ declare const List: {
1228
1228
  ({
1229
1229
  className,
1230
1230
  ...props
1231
- }: ListProps): react_jsx_runtime0.JSX.Element;
1231
+ }: ListProps): react_jsx_runtime8.JSX.Element;
1232
1232
  Root: /*elided*/any;
1233
1233
  Item: ({
1234
1234
  className,
1235
1235
  ...props
1236
- }: ListItemProps) => react_jsx_runtime0.JSX.Element;
1236
+ }: ListItemProps) => react_jsx_runtime8.JSX.Element;
1237
1237
  };
1238
1238
  interface ListItemProps extends React.ComponentProps<"li"> {}
1239
1239
  //#endregion
1240
1240
  //#region src/components/menu/menu.variants.d.ts
1241
- declare const menuVariants: tailwind_variants0.TVReturnType<{
1241
+ declare const menuVariants: tailwind_variants1.TVReturnType<{
1242
1242
  [key: string]: {
1243
- [key: string]: tailwind_merge0.ClassNameValue | {
1244
- item?: tailwind_merge0.ClassNameValue;
1245
- root?: tailwind_merge0.ClassNameValue;
1246
- trigger?: tailwind_merge0.ClassNameValue;
1247
- radioGroup?: tailwind_merge0.ClassNameValue;
1248
- backdrop?: tailwind_merge0.ClassNameValue;
1249
- popup?: tailwind_merge0.ClassNameValue;
1250
- portal?: tailwind_merge0.ClassNameValue;
1251
- arrow?: tailwind_merge0.ClassNameValue;
1252
- checkboxItem?: tailwind_merge0.ClassNameValue;
1253
- group?: tailwind_merge0.ClassNameValue;
1254
- groupLabel?: tailwind_merge0.ClassNameValue;
1255
- positioner?: tailwind_merge0.ClassNameValue;
1256
- radioItem?: tailwind_merge0.ClassNameValue;
1257
- separator?: tailwind_merge0.ClassNameValue;
1258
- submenu?: tailwind_merge0.ClassNameValue;
1259
- submenuTrigger?: tailwind_merge0.ClassNameValue;
1243
+ [key: string]: tailwind_merge29.ClassNameValue | {
1244
+ backdrop?: tailwind_merge29.ClassNameValue;
1245
+ popup?: tailwind_merge29.ClassNameValue;
1246
+ portal?: tailwind_merge29.ClassNameValue;
1247
+ root?: tailwind_merge29.ClassNameValue;
1248
+ trigger?: tailwind_merge29.ClassNameValue;
1249
+ radioGroup?: tailwind_merge29.ClassNameValue;
1250
+ item?: tailwind_merge29.ClassNameValue;
1251
+ arrow?: tailwind_merge29.ClassNameValue;
1252
+ checkboxItem?: tailwind_merge29.ClassNameValue;
1253
+ group?: tailwind_merge29.ClassNameValue;
1254
+ groupLabel?: tailwind_merge29.ClassNameValue;
1255
+ positioner?: tailwind_merge29.ClassNameValue;
1256
+ radioItem?: tailwind_merge29.ClassNameValue;
1257
+ separator?: tailwind_merge29.ClassNameValue;
1258
+ submenu?: tailwind_merge29.ClassNameValue;
1259
+ submenuTrigger?: tailwind_merge29.ClassNameValue;
1260
1260
  };
1261
1261
  };
1262
1262
  } | {
1263
1263
  [x: string]: {
1264
- [x: string]: tailwind_merge0.ClassNameValue | {
1265
- item?: tailwind_merge0.ClassNameValue;
1266
- root?: tailwind_merge0.ClassNameValue;
1267
- trigger?: tailwind_merge0.ClassNameValue;
1268
- radioGroup?: tailwind_merge0.ClassNameValue;
1269
- backdrop?: tailwind_merge0.ClassNameValue;
1270
- popup?: tailwind_merge0.ClassNameValue;
1271
- portal?: tailwind_merge0.ClassNameValue;
1272
- arrow?: tailwind_merge0.ClassNameValue;
1273
- checkboxItem?: tailwind_merge0.ClassNameValue;
1274
- group?: tailwind_merge0.ClassNameValue;
1275
- groupLabel?: tailwind_merge0.ClassNameValue;
1276
- positioner?: tailwind_merge0.ClassNameValue;
1277
- radioItem?: tailwind_merge0.ClassNameValue;
1278
- separator?: tailwind_merge0.ClassNameValue;
1279
- submenu?: tailwind_merge0.ClassNameValue;
1280
- submenuTrigger?: tailwind_merge0.ClassNameValue;
1264
+ [x: string]: tailwind_merge29.ClassNameValue | {
1265
+ backdrop?: tailwind_merge29.ClassNameValue;
1266
+ popup?: tailwind_merge29.ClassNameValue;
1267
+ portal?: tailwind_merge29.ClassNameValue;
1268
+ root?: tailwind_merge29.ClassNameValue;
1269
+ trigger?: tailwind_merge29.ClassNameValue;
1270
+ radioGroup?: tailwind_merge29.ClassNameValue;
1271
+ item?: tailwind_merge29.ClassNameValue;
1272
+ arrow?: tailwind_merge29.ClassNameValue;
1273
+ checkboxItem?: tailwind_merge29.ClassNameValue;
1274
+ group?: tailwind_merge29.ClassNameValue;
1275
+ groupLabel?: tailwind_merge29.ClassNameValue;
1276
+ positioner?: tailwind_merge29.ClassNameValue;
1277
+ radioItem?: tailwind_merge29.ClassNameValue;
1278
+ separator?: tailwind_merge29.ClassNameValue;
1279
+ submenu?: tailwind_merge29.ClassNameValue;
1280
+ submenuTrigger?: tailwind_merge29.ClassNameValue;
1281
1281
  };
1282
1282
  };
1283
1283
  } | {}, {
@@ -1299,23 +1299,23 @@ declare const menuVariants: tailwind_variants0.TVReturnType<{
1299
1299
  trigger: string;
1300
1300
  }, undefined, {
1301
1301
  [key: string]: {
1302
- [key: string]: tailwind_merge0.ClassNameValue | {
1303
- item?: tailwind_merge0.ClassNameValue;
1304
- root?: tailwind_merge0.ClassNameValue;
1305
- trigger?: tailwind_merge0.ClassNameValue;
1306
- radioGroup?: tailwind_merge0.ClassNameValue;
1307
- backdrop?: tailwind_merge0.ClassNameValue;
1308
- popup?: tailwind_merge0.ClassNameValue;
1309
- portal?: tailwind_merge0.ClassNameValue;
1310
- arrow?: tailwind_merge0.ClassNameValue;
1311
- checkboxItem?: tailwind_merge0.ClassNameValue;
1312
- group?: tailwind_merge0.ClassNameValue;
1313
- groupLabel?: tailwind_merge0.ClassNameValue;
1314
- positioner?: tailwind_merge0.ClassNameValue;
1315
- radioItem?: tailwind_merge0.ClassNameValue;
1316
- separator?: tailwind_merge0.ClassNameValue;
1317
- submenu?: tailwind_merge0.ClassNameValue;
1318
- submenuTrigger?: tailwind_merge0.ClassNameValue;
1302
+ [key: string]: tailwind_merge29.ClassNameValue | {
1303
+ backdrop?: tailwind_merge29.ClassNameValue;
1304
+ popup?: tailwind_merge29.ClassNameValue;
1305
+ portal?: tailwind_merge29.ClassNameValue;
1306
+ root?: tailwind_merge29.ClassNameValue;
1307
+ trigger?: tailwind_merge29.ClassNameValue;
1308
+ radioGroup?: tailwind_merge29.ClassNameValue;
1309
+ item?: tailwind_merge29.ClassNameValue;
1310
+ arrow?: tailwind_merge29.ClassNameValue;
1311
+ checkboxItem?: tailwind_merge29.ClassNameValue;
1312
+ group?: tailwind_merge29.ClassNameValue;
1313
+ groupLabel?: tailwind_merge29.ClassNameValue;
1314
+ positioner?: tailwind_merge29.ClassNameValue;
1315
+ radioItem?: tailwind_merge29.ClassNameValue;
1316
+ separator?: tailwind_merge29.ClassNameValue;
1317
+ submenu?: tailwind_merge29.ClassNameValue;
1318
+ submenuTrigger?: tailwind_merge29.ClassNameValue;
1319
1319
  };
1320
1320
  };
1321
1321
  } | {}, {
@@ -1335,7 +1335,7 @@ declare const menuVariants: tailwind_variants0.TVReturnType<{
1335
1335
  submenu: string;
1336
1336
  submenuTrigger: string;
1337
1337
  trigger: string;
1338
- }, tailwind_variants0.TVReturnType<unknown, {
1338
+ }, tailwind_variants1.TVReturnType<unknown, {
1339
1339
  arrow: string;
1340
1340
  backdrop: string;
1341
1341
  checkboxItem: string;
@@ -1360,67 +1360,67 @@ interface MenuProps extends MenuVariants, Menu$1.Root.Props {}
1360
1360
  declare const Menu: {
1361
1361
  ({
1362
1362
  ...props
1363
- }: MenuProps): react_jsx_runtime0.JSX.Element;
1363
+ }: MenuProps): react_jsx_runtime8.JSX.Element;
1364
1364
  Arrow: ({
1365
1365
  className,
1366
1366
  ...props
1367
- }: MenuArrowProps) => react_jsx_runtime0.JSX.Element;
1367
+ }: MenuArrowProps) => react_jsx_runtime8.JSX.Element;
1368
1368
  Backdrop: ({
1369
1369
  className,
1370
1370
  ...props
1371
- }: MenuBackdropProps) => react_jsx_runtime0.JSX.Element;
1371
+ }: MenuBackdropProps) => react_jsx_runtime8.JSX.Element;
1372
1372
  CheckboxItem: ({
1373
1373
  className,
1374
1374
  ...props
1375
- }: MenuCheckboxItemProps) => react_jsx_runtime0.JSX.Element;
1375
+ }: MenuCheckboxItemProps) => react_jsx_runtime8.JSX.Element;
1376
1376
  Group: ({
1377
1377
  className,
1378
1378
  ...props
1379
- }: MenuGroupProps) => react_jsx_runtime0.JSX.Element;
1379
+ }: MenuGroupProps) => react_jsx_runtime8.JSX.Element;
1380
1380
  GroupLabel: ({
1381
1381
  className,
1382
1382
  ...props
1383
- }: MenuGroupLabelProps) => react_jsx_runtime0.JSX.Element;
1383
+ }: MenuGroupLabelProps) => react_jsx_runtime8.JSX.Element;
1384
1384
  Item: ({
1385
1385
  className,
1386
1386
  ...props
1387
- }: MenuItemProps) => react_jsx_runtime0.JSX.Element;
1387
+ }: MenuItemProps) => react_jsx_runtime8.JSX.Element;
1388
1388
  Popup: ({
1389
1389
  className,
1390
1390
  ...props
1391
- }: MenuPopupProps) => react_jsx_runtime0.JSX.Element;
1391
+ }: MenuPopupProps) => react_jsx_runtime8.JSX.Element;
1392
1392
  Portal: ({
1393
1393
  className,
1394
1394
  ...props
1395
- }: MenuPortalProps) => react_jsx_runtime0.JSX.Element;
1395
+ }: MenuPortalProps) => react_jsx_runtime8.JSX.Element;
1396
1396
  Positioner: ({
1397
1397
  className,
1398
1398
  ...props
1399
- }: MenuPositionerProps) => react_jsx_runtime0.JSX.Element;
1399
+ }: MenuPositionerProps) => react_jsx_runtime8.JSX.Element;
1400
1400
  RadioGroup: ({
1401
1401
  className,
1402
1402
  ...props
1403
- }: MenuRadioGroupProps) => react_jsx_runtime0.JSX.Element;
1403
+ }: MenuRadioGroupProps) => react_jsx_runtime8.JSX.Element;
1404
1404
  RadioItem: ({
1405
1405
  className,
1406
1406
  ...props
1407
- }: MenuRadioItemProps) => react_jsx_runtime0.JSX.Element;
1407
+ }: MenuRadioItemProps) => react_jsx_runtime8.JSX.Element;
1408
1408
  Root: /*elided*/any;
1409
1409
  Separator: ({
1410
1410
  className,
1411
1411
  ...props
1412
- }: MenuSeparatorProps) => react_jsx_runtime0.JSX.Element;
1412
+ }: MenuSeparatorProps) => react_jsx_runtime8.JSX.Element;
1413
1413
  Submenu: ({
1414
1414
  ...props
1415
- }: MenuSubmenuProps) => react_jsx_runtime0.JSX.Element;
1415
+ }: MenuSubmenuProps) => react_jsx_runtime8.JSX.Element;
1416
1416
  SubmenuTrigger: ({
1417
1417
  className,
1418
1418
  ...props
1419
- }: MenuSubmenuTriggerProps) => react_jsx_runtime0.JSX.Element;
1419
+ }: MenuSubmenuTriggerProps) => react_jsx_runtime8.JSX.Element;
1420
1420
  Trigger: ({
1421
1421
  className,
1422
1422
  ...props
1423
- }: MenuTriggerProps) => react_jsx_runtime0.JSX.Element;
1423
+ }: MenuTriggerProps) => react_jsx_runtime8.JSX.Element;
1424
1424
  };
1425
1425
  interface MenuTriggerProps extends MenuVariants, Menu$1.Trigger.Props {}
1426
1426
  interface MenuPortalProps extends MenuVariants, Menu$1.Portal.Props {}
@@ -1439,7 +1439,7 @@ interface MenuSubmenuProps extends MenuVariants, Menu$1.SubmenuRoot.Props {}
1439
1439
  interface MenuSubmenuTriggerProps extends MenuVariants, Menu$1.SubmenuTrigger.Props {}
1440
1440
  //#endregion
1441
1441
  //#region src/components/meter/meter.variants.d.ts
1442
- declare const meterVariants: tailwind_variants0.TVReturnType<{
1442
+ declare const meterVariants: tailwind_variants1.TVReturnType<{
1443
1443
  size: {
1444
1444
  lg: {
1445
1445
  root: string;
@@ -1503,7 +1503,7 @@ declare const meterVariants: tailwind_variants0.TVReturnType<{
1503
1503
  root: string;
1504
1504
  track: string;
1505
1505
  value: string;
1506
- }, tailwind_variants0.TVReturnType<{
1506
+ }, tailwind_variants1.TVReturnType<{
1507
1507
  size: {
1508
1508
  lg: {
1509
1509
  root: string;
@@ -1546,24 +1546,24 @@ declare const Meter: {
1546
1546
  size,
1547
1547
  variant,
1548
1548
  ...props
1549
- }: MeterProps): react_jsx_runtime0.JSX.Element;
1549
+ }: MeterProps): react_jsx_runtime8.JSX.Element;
1550
1550
  Indicator: ({
1551
1551
  className,
1552
1552
  ...props
1553
- }: MeterIndicatorProps) => react_jsx_runtime0.JSX.Element;
1553
+ }: MeterIndicatorProps) => react_jsx_runtime8.JSX.Element;
1554
1554
  Label: ({
1555
1555
  className,
1556
1556
  ...props
1557
- }: MeterLabelProps) => react_jsx_runtime0.JSX.Element;
1557
+ }: MeterLabelProps) => react_jsx_runtime8.JSX.Element;
1558
1558
  Root: /*elided*/any;
1559
1559
  Track: ({
1560
1560
  className,
1561
1561
  ...props
1562
- }: MeterTrackProps) => react_jsx_runtime0.JSX.Element;
1562
+ }: MeterTrackProps) => react_jsx_runtime8.JSX.Element;
1563
1563
  Value: ({
1564
1564
  className,
1565
1565
  ...props
1566
- }: MeterValueProps) => react_jsx_runtime0.JSX.Element;
1566
+ }: MeterValueProps) => react_jsx_runtime8.JSX.Element;
1567
1567
  };
1568
1568
  interface MeterLabelProps extends Meter$1.Label.Props {}
1569
1569
  interface MeterValueProps extends Meter$1.Value.Props {}
@@ -1571,30 +1571,30 @@ interface MeterTrackProps extends Meter$1.Track.Props {}
1571
1571
  interface MeterIndicatorProps extends Meter$1.Indicator.Props {}
1572
1572
  //#endregion
1573
1573
  //#region src/components/navbar/navbar.variants.d.ts
1574
- declare const navbarVariants: tailwind_variants0.TVReturnType<{
1574
+ declare const navbarVariants: tailwind_variants1.TVReturnType<{
1575
1575
  [key: string]: {
1576
- [key: string]: tailwind_merge0.ClassNameValue | {
1577
- content?: tailwind_merge0.ClassNameValue;
1578
- root?: tailwind_merge0.ClassNameValue;
1579
- menu?: tailwind_merge0.ClassNameValue;
1580
- container?: tailwind_merge0.ClassNameValue;
1581
- list?: tailwind_merge0.ClassNameValue;
1582
- listItem?: tailwind_merge0.ClassNameValue;
1583
- menuItem?: tailwind_merge0.ClassNameValue;
1584
- toggle?: tailwind_merge0.ClassNameValue;
1576
+ [key: string]: tailwind_merge29.ClassNameValue | {
1577
+ root?: tailwind_merge29.ClassNameValue;
1578
+ menu?: tailwind_merge29.ClassNameValue;
1579
+ content?: tailwind_merge29.ClassNameValue;
1580
+ container?: tailwind_merge29.ClassNameValue;
1581
+ list?: tailwind_merge29.ClassNameValue;
1582
+ listItem?: tailwind_merge29.ClassNameValue;
1583
+ menuItem?: tailwind_merge29.ClassNameValue;
1584
+ toggle?: tailwind_merge29.ClassNameValue;
1585
1585
  };
1586
1586
  };
1587
1587
  } | {
1588
1588
  [x: string]: {
1589
- [x: string]: tailwind_merge0.ClassNameValue | {
1590
- content?: tailwind_merge0.ClassNameValue;
1591
- root?: tailwind_merge0.ClassNameValue;
1592
- menu?: tailwind_merge0.ClassNameValue;
1593
- container?: tailwind_merge0.ClassNameValue;
1594
- list?: tailwind_merge0.ClassNameValue;
1595
- listItem?: tailwind_merge0.ClassNameValue;
1596
- menuItem?: tailwind_merge0.ClassNameValue;
1597
- toggle?: tailwind_merge0.ClassNameValue;
1589
+ [x: string]: tailwind_merge29.ClassNameValue | {
1590
+ root?: tailwind_merge29.ClassNameValue;
1591
+ menu?: tailwind_merge29.ClassNameValue;
1592
+ content?: tailwind_merge29.ClassNameValue;
1593
+ container?: tailwind_merge29.ClassNameValue;
1594
+ list?: tailwind_merge29.ClassNameValue;
1595
+ listItem?: tailwind_merge29.ClassNameValue;
1596
+ menuItem?: tailwind_merge29.ClassNameValue;
1597
+ toggle?: tailwind_merge29.ClassNameValue;
1598
1598
  };
1599
1599
  };
1600
1600
  } | {}, {
@@ -1608,15 +1608,15 @@ declare const navbarVariants: tailwind_variants0.TVReturnType<{
1608
1608
  toggle: string;
1609
1609
  }, undefined, {
1610
1610
  [key: string]: {
1611
- [key: string]: tailwind_merge0.ClassNameValue | {
1612
- content?: tailwind_merge0.ClassNameValue;
1613
- root?: tailwind_merge0.ClassNameValue;
1614
- menu?: tailwind_merge0.ClassNameValue;
1615
- container?: tailwind_merge0.ClassNameValue;
1616
- list?: tailwind_merge0.ClassNameValue;
1617
- listItem?: tailwind_merge0.ClassNameValue;
1618
- menuItem?: tailwind_merge0.ClassNameValue;
1619
- toggle?: tailwind_merge0.ClassNameValue;
1611
+ [key: string]: tailwind_merge29.ClassNameValue | {
1612
+ root?: tailwind_merge29.ClassNameValue;
1613
+ menu?: tailwind_merge29.ClassNameValue;
1614
+ content?: tailwind_merge29.ClassNameValue;
1615
+ container?: tailwind_merge29.ClassNameValue;
1616
+ list?: tailwind_merge29.ClassNameValue;
1617
+ listItem?: tailwind_merge29.ClassNameValue;
1618
+ menuItem?: tailwind_merge29.ClassNameValue;
1619
+ toggle?: tailwind_merge29.ClassNameValue;
1620
1620
  };
1621
1621
  };
1622
1622
  } | {}, {
@@ -1628,7 +1628,7 @@ declare const navbarVariants: tailwind_variants0.TVReturnType<{
1628
1628
  menuItem: string;
1629
1629
  root: string;
1630
1630
  toggle: string;
1631
- }, tailwind_variants0.TVReturnType<unknown, {
1631
+ }, tailwind_variants1.TVReturnType<unknown, {
1632
1632
  container: string;
1633
1633
  content: string;
1634
1634
  list: string;
@@ -1651,37 +1651,37 @@ declare const Navbar: {
1651
1651
  isOpen,
1652
1652
  onOpenChange,
1653
1653
  ...props
1654
- }: NavbarProps): react_jsx_runtime0.JSX.Element;
1654
+ }: NavbarProps): react_jsx_runtime8.JSX.Element;
1655
1655
  Root: /*elided*/any;
1656
1656
  Container: ({
1657
1657
  className,
1658
1658
  ...props
1659
- }: NavbarContainerProps) => react_jsx_runtime0.JSX.Element;
1659
+ }: NavbarContainerProps) => react_jsx_runtime8.JSX.Element;
1660
1660
  Content: ({
1661
1661
  className,
1662
1662
  ...props
1663
- }: NavbarContentProps) => react_jsx_runtime0.JSX.Element;
1663
+ }: NavbarContentProps) => react_jsx_runtime8.JSX.Element;
1664
1664
  List: ({
1665
1665
  className,
1666
1666
  ...props
1667
- }: NavbarListProps) => react_jsx_runtime0.JSX.Element;
1667
+ }: NavbarListProps) => react_jsx_runtime8.JSX.Element;
1668
1668
  ListItem: ({
1669
1669
  className,
1670
1670
  ...props
1671
- }: NavbarListItemProps) => react_jsx_runtime0.JSX.Element;
1671
+ }: NavbarListItemProps) => react_jsx_runtime8.JSX.Element;
1672
1672
  Toggle: ({
1673
1673
  className,
1674
1674
  ...props
1675
- }: NavbarToggleProps) => react_jsx_runtime0.JSX.Element;
1675
+ }: NavbarToggleProps) => react_jsx_runtime8.JSX.Element;
1676
1676
  Menu: ({
1677
1677
  className,
1678
1678
  header,
1679
1679
  ...props
1680
- }: NavbarMenuProps) => react_jsx_runtime0.JSX.Element;
1680
+ }: NavbarMenuProps) => react_jsx_runtime8.JSX.Element;
1681
1681
  MenuItem: ({
1682
1682
  className,
1683
1683
  ...props
1684
- }: NavbarMenuItemProps) => react_jsx_runtime0.JSX.Element;
1684
+ }: NavbarMenuItemProps) => react_jsx_runtime8.JSX.Element;
1685
1685
  };
1686
1686
  interface NavbarContainerProps extends React.ComponentProps<"nav"> {}
1687
1687
  interface NavbarContentProps extends React.ComponentProps<"div"> {}
@@ -1694,36 +1694,36 @@ interface NavbarMenuProps extends React.ComponentProps<"ul"> {
1694
1694
  interface NavbarMenuItemProps extends React.ComponentProps<"li"> {}
1695
1695
  //#endregion
1696
1696
  //#region src/components/popover/popover.variants.d.ts
1697
- declare const popoverVariants: tailwind_variants0.TVReturnType<{
1697
+ declare const popoverVariants: tailwind_variants1.TVReturnType<{
1698
1698
  [key: string]: {
1699
- [key: string]: tailwind_merge0.ClassNameValue | {
1700
- root?: tailwind_merge0.ClassNameValue;
1701
- trigger?: tailwind_merge0.ClassNameValue;
1702
- title?: tailwind_merge0.ClassNameValue;
1703
- description?: tailwind_merge0.ClassNameValue;
1704
- backdrop?: tailwind_merge0.ClassNameValue;
1705
- close?: tailwind_merge0.ClassNameValue;
1706
- popup?: tailwind_merge0.ClassNameValue;
1707
- portal?: tailwind_merge0.ClassNameValue;
1708
- viewport?: tailwind_merge0.ClassNameValue;
1709
- arrow?: tailwind_merge0.ClassNameValue;
1710
- positioner?: tailwind_merge0.ClassNameValue;
1699
+ [key: string]: tailwind_merge29.ClassNameValue | {
1700
+ backdrop?: tailwind_merge29.ClassNameValue;
1701
+ close?: tailwind_merge29.ClassNameValue;
1702
+ description?: tailwind_merge29.ClassNameValue;
1703
+ popup?: tailwind_merge29.ClassNameValue;
1704
+ portal?: tailwind_merge29.ClassNameValue;
1705
+ root?: tailwind_merge29.ClassNameValue;
1706
+ title?: tailwind_merge29.ClassNameValue;
1707
+ trigger?: tailwind_merge29.ClassNameValue;
1708
+ viewport?: tailwind_merge29.ClassNameValue;
1709
+ arrow?: tailwind_merge29.ClassNameValue;
1710
+ positioner?: tailwind_merge29.ClassNameValue;
1711
1711
  };
1712
1712
  };
1713
1713
  } | {
1714
1714
  [x: string]: {
1715
- [x: string]: tailwind_merge0.ClassNameValue | {
1716
- root?: tailwind_merge0.ClassNameValue;
1717
- trigger?: tailwind_merge0.ClassNameValue;
1718
- title?: tailwind_merge0.ClassNameValue;
1719
- description?: tailwind_merge0.ClassNameValue;
1720
- backdrop?: tailwind_merge0.ClassNameValue;
1721
- close?: tailwind_merge0.ClassNameValue;
1722
- popup?: tailwind_merge0.ClassNameValue;
1723
- portal?: tailwind_merge0.ClassNameValue;
1724
- viewport?: tailwind_merge0.ClassNameValue;
1725
- arrow?: tailwind_merge0.ClassNameValue;
1726
- positioner?: tailwind_merge0.ClassNameValue;
1715
+ [x: string]: tailwind_merge29.ClassNameValue | {
1716
+ backdrop?: tailwind_merge29.ClassNameValue;
1717
+ close?: tailwind_merge29.ClassNameValue;
1718
+ description?: tailwind_merge29.ClassNameValue;
1719
+ popup?: tailwind_merge29.ClassNameValue;
1720
+ portal?: tailwind_merge29.ClassNameValue;
1721
+ root?: tailwind_merge29.ClassNameValue;
1722
+ title?: tailwind_merge29.ClassNameValue;
1723
+ trigger?: tailwind_merge29.ClassNameValue;
1724
+ viewport?: tailwind_merge29.ClassNameValue;
1725
+ arrow?: tailwind_merge29.ClassNameValue;
1726
+ positioner?: tailwind_merge29.ClassNameValue;
1727
1727
  };
1728
1728
  };
1729
1729
  } | {}, {
@@ -1740,18 +1740,18 @@ declare const popoverVariants: tailwind_variants0.TVReturnType<{
1740
1740
  viewport: string;
1741
1741
  }, undefined, {
1742
1742
  [key: string]: {
1743
- [key: string]: tailwind_merge0.ClassNameValue | {
1744
- root?: tailwind_merge0.ClassNameValue;
1745
- trigger?: tailwind_merge0.ClassNameValue;
1746
- title?: tailwind_merge0.ClassNameValue;
1747
- description?: tailwind_merge0.ClassNameValue;
1748
- backdrop?: tailwind_merge0.ClassNameValue;
1749
- close?: tailwind_merge0.ClassNameValue;
1750
- popup?: tailwind_merge0.ClassNameValue;
1751
- portal?: tailwind_merge0.ClassNameValue;
1752
- viewport?: tailwind_merge0.ClassNameValue;
1753
- arrow?: tailwind_merge0.ClassNameValue;
1754
- positioner?: tailwind_merge0.ClassNameValue;
1743
+ [key: string]: tailwind_merge29.ClassNameValue | {
1744
+ backdrop?: tailwind_merge29.ClassNameValue;
1745
+ close?: tailwind_merge29.ClassNameValue;
1746
+ description?: tailwind_merge29.ClassNameValue;
1747
+ popup?: tailwind_merge29.ClassNameValue;
1748
+ portal?: tailwind_merge29.ClassNameValue;
1749
+ root?: tailwind_merge29.ClassNameValue;
1750
+ title?: tailwind_merge29.ClassNameValue;
1751
+ trigger?: tailwind_merge29.ClassNameValue;
1752
+ viewport?: tailwind_merge29.ClassNameValue;
1753
+ arrow?: tailwind_merge29.ClassNameValue;
1754
+ positioner?: tailwind_merge29.ClassNameValue;
1755
1755
  };
1756
1756
  };
1757
1757
  } | {}, {
@@ -1766,7 +1766,7 @@ declare const popoverVariants: tailwind_variants0.TVReturnType<{
1766
1766
  title: string;
1767
1767
  trigger: string;
1768
1768
  viewport: string;
1769
- }, tailwind_variants0.TVReturnType<unknown, {
1769
+ }, tailwind_variants1.TVReturnType<unknown, {
1770
1770
  arrow: string;
1771
1771
  backdrop: string;
1772
1772
  close: string;
@@ -1786,48 +1786,48 @@ interface PopoverProps extends PopoverVariants, Popover$1.Root.Props {}
1786
1786
  declare const Popover: {
1787
1787
  ({
1788
1788
  ...props
1789
- }: PopoverProps): react_jsx_runtime0.JSX.Element;
1789
+ }: PopoverProps): react_jsx_runtime8.JSX.Element;
1790
1790
  Root: /*elided*/any;
1791
1791
  Trigger: ({
1792
1792
  className,
1793
1793
  ...props
1794
- }: PopoverTriggerProps) => react_jsx_runtime0.JSX.Element;
1794
+ }: PopoverTriggerProps) => react_jsx_runtime8.JSX.Element;
1795
1795
  Portal: ({
1796
1796
  className,
1797
1797
  ...props
1798
- }: PopoverPortalProps) => react_jsx_runtime0.JSX.Element;
1798
+ }: PopoverPortalProps) => react_jsx_runtime8.JSX.Element;
1799
1799
  Backdrop: ({
1800
1800
  className,
1801
1801
  ...props
1802
- }: PopoverBackdropProps) => react_jsx_runtime0.JSX.Element;
1802
+ }: PopoverBackdropProps) => react_jsx_runtime8.JSX.Element;
1803
1803
  Positioner: ({
1804
1804
  className,
1805
1805
  ...props
1806
- }: PopoverPositionerProps) => react_jsx_runtime0.JSX.Element;
1806
+ }: PopoverPositionerProps) => react_jsx_runtime8.JSX.Element;
1807
1807
  Popup: ({
1808
1808
  className,
1809
1809
  ...props
1810
- }: PopoverPopupProps) => react_jsx_runtime0.JSX.Element;
1810
+ }: PopoverPopupProps) => react_jsx_runtime8.JSX.Element;
1811
1811
  Arrow: ({
1812
1812
  className,
1813
1813
  ...props
1814
- }: PopoverArrowProps) => react_jsx_runtime0.JSX.Element;
1814
+ }: PopoverArrowProps) => react_jsx_runtime8.JSX.Element;
1815
1815
  Viewport: ({
1816
1816
  className,
1817
1817
  ...props
1818
- }: PopoverViewportProps) => react_jsx_runtime0.JSX.Element;
1818
+ }: PopoverViewportProps) => react_jsx_runtime8.JSX.Element;
1819
1819
  Title: ({
1820
1820
  className,
1821
1821
  ...props
1822
- }: PopoverTitleProps) => react_jsx_runtime0.JSX.Element;
1822
+ }: PopoverTitleProps) => react_jsx_runtime8.JSX.Element;
1823
1823
  Description: ({
1824
1824
  className,
1825
1825
  ...props
1826
- }: PopoverDescriptionProps) => react_jsx_runtime0.JSX.Element;
1826
+ }: PopoverDescriptionProps) => react_jsx_runtime8.JSX.Element;
1827
1827
  Close: ({
1828
1828
  className,
1829
1829
  ...props
1830
- }: PopoverCloseProps) => react_jsx_runtime0.JSX.Element;
1830
+ }: PopoverCloseProps) => react_jsx_runtime8.JSX.Element;
1831
1831
  };
1832
1832
  interface PopoverTriggerProps extends Popover$1.Trigger.Props {}
1833
1833
  interface PopoverPortalProps extends Popover$1.Portal.Props {}
@@ -1841,49 +1841,97 @@ interface PopoverDescriptionProps extends Popover$1.Description.Props {}
1841
1841
  interface PopoverCloseProps extends Popover$1.Close.Props {}
1842
1842
  //#endregion
1843
1843
  //#region src/components/progress/progress.variants.d.ts
1844
- declare const progressVariants: tailwind_variants0.TVReturnType<{
1845
- [key: string]: {
1846
- [key: string]: tailwind_merge0.ClassNameValue | {
1847
- root?: tailwind_merge0.ClassNameValue;
1848
- label?: tailwind_merge0.ClassNameValue;
1849
- track?: tailwind_merge0.ClassNameValue;
1850
- value?: tailwind_merge0.ClassNameValue;
1851
- indicator?: tailwind_merge0.ClassNameValue;
1844
+ declare const progressVariants: tailwind_variants1.TVReturnType<{
1845
+ size: {
1846
+ lg: {
1847
+ root: string;
1848
+ };
1849
+ md: {
1850
+ root: string;
1851
+ };
1852
+ sm: {
1853
+ root: string;
1852
1854
  };
1853
1855
  };
1854
- } | {
1855
- [x: string]: {
1856
- [x: string]: tailwind_merge0.ClassNameValue | {
1857
- root?: tailwind_merge0.ClassNameValue;
1858
- label?: tailwind_merge0.ClassNameValue;
1859
- track?: tailwind_merge0.ClassNameValue;
1860
- value?: tailwind_merge0.ClassNameValue;
1861
- indicator?: tailwind_merge0.ClassNameValue;
1856
+ variant: {
1857
+ danger: {
1858
+ root: string;
1859
+ };
1860
+ primary: {
1861
+ root: string;
1862
+ };
1863
+ secondary: {
1864
+ root: string;
1865
+ };
1866
+ success: {
1867
+ root: string;
1862
1868
  };
1863
1869
  };
1864
- } | {}, {
1870
+ }, {
1865
1871
  indicator: string;
1866
1872
  label: string;
1867
1873
  root: string;
1868
1874
  track: string;
1869
1875
  value: string;
1870
1876
  }, undefined, {
1871
- [key: string]: {
1872
- [key: string]: tailwind_merge0.ClassNameValue | {
1873
- root?: tailwind_merge0.ClassNameValue;
1874
- label?: tailwind_merge0.ClassNameValue;
1875
- track?: tailwind_merge0.ClassNameValue;
1876
- value?: tailwind_merge0.ClassNameValue;
1877
- indicator?: tailwind_merge0.ClassNameValue;
1877
+ size: {
1878
+ lg: {
1879
+ root: string;
1880
+ };
1881
+ md: {
1882
+ root: string;
1883
+ };
1884
+ sm: {
1885
+ root: string;
1878
1886
  };
1879
1887
  };
1880
- } | {}, {
1888
+ variant: {
1889
+ danger: {
1890
+ root: string;
1891
+ };
1892
+ primary: {
1893
+ root: string;
1894
+ };
1895
+ secondary: {
1896
+ root: string;
1897
+ };
1898
+ success: {
1899
+ root: string;
1900
+ };
1901
+ };
1902
+ }, {
1881
1903
  indicator: string;
1882
1904
  label: string;
1883
1905
  root: string;
1884
1906
  track: string;
1885
1907
  value: string;
1886
- }, tailwind_variants0.TVReturnType<unknown, {
1908
+ }, tailwind_variants1.TVReturnType<{
1909
+ size: {
1910
+ lg: {
1911
+ root: string;
1912
+ };
1913
+ md: {
1914
+ root: string;
1915
+ };
1916
+ sm: {
1917
+ root: string;
1918
+ };
1919
+ };
1920
+ variant: {
1921
+ danger: {
1922
+ root: string;
1923
+ };
1924
+ primary: {
1925
+ root: string;
1926
+ };
1927
+ secondary: {
1928
+ root: string;
1929
+ };
1930
+ success: {
1931
+ root: string;
1932
+ };
1933
+ };
1934
+ }, {
1887
1935
  indicator: string;
1888
1936
  label: string;
1889
1937
  root: string;
@@ -1897,29 +1945,95 @@ interface ProgressProps extends ProgressVariants, Progress$1.Root.Props {}
1897
1945
  declare const Progress: {
1898
1946
  ({
1899
1947
  className,
1948
+ variant,
1949
+ size,
1900
1950
  ...props
1901
- }: ProgressProps): react_jsx_runtime0.JSX.Element;
1951
+ }: ProgressProps): react_jsx_runtime8.JSX.Element;
1902
1952
  Label: ({
1903
1953
  className,
1904
1954
  ...props
1905
- }: Progress$1.Label.Props) => react_jsx_runtime0.JSX.Element;
1955
+ }: ProgressLabelProps) => react_jsx_runtime8.JSX.Element;
1906
1956
  Value: ({
1907
1957
  className,
1908
1958
  ...props
1909
- }: Progress$1.Value.Props) => react_jsx_runtime0.JSX.Element;
1959
+ }: ProgressValueProps) => react_jsx_runtime8.JSX.Element;
1910
1960
  Track: ({
1911
1961
  className,
1912
1962
  ...props
1913
- }: Progress$1.Track.Props) => react_jsx_runtime0.JSX.Element;
1963
+ }: ProgressTrackProps) => react_jsx_runtime8.JSX.Element;
1914
1964
  Indicator: ({
1915
1965
  className,
1916
1966
  ...props
1917
- }: Progress$1.Indicator.Props) => react_jsx_runtime0.JSX.Element;
1967
+ }: ProgressIndicatorProps) => react_jsx_runtime8.JSX.Element;
1918
1968
  Root: /*elided*/any;
1919
1969
  };
1970
+ interface ProgressLabelProps extends Progress$1.Label.Props {}
1971
+ interface ProgressValueProps extends Progress$1.Value.Props {}
1972
+ interface ProgressTrackProps extends Progress$1.Track.Props {}
1973
+ interface ProgressIndicatorProps extends Progress$1.Indicator.Props {}
1974
+ //#endregion
1975
+ //#region src/components/radio/radio.variants.d.ts
1976
+ declare const radioVariants: tailwind_variants1.TVReturnType<{
1977
+ [key: string]: {
1978
+ [key: string]: tailwind_merge29.ClassNameValue | {
1979
+ root?: tailwind_merge29.ClassNameValue;
1980
+ indicator?: tailwind_merge29.ClassNameValue;
1981
+ };
1982
+ };
1983
+ } | {
1984
+ [x: string]: {
1985
+ [x: string]: tailwind_merge29.ClassNameValue | {
1986
+ root?: tailwind_merge29.ClassNameValue;
1987
+ indicator?: tailwind_merge29.ClassNameValue;
1988
+ };
1989
+ };
1990
+ } | {}, {
1991
+ indicator: string;
1992
+ root: string;
1993
+ }, undefined, {
1994
+ [key: string]: {
1995
+ [key: string]: tailwind_merge29.ClassNameValue | {
1996
+ root?: tailwind_merge29.ClassNameValue;
1997
+ indicator?: tailwind_merge29.ClassNameValue;
1998
+ };
1999
+ };
2000
+ } | {}, {
2001
+ indicator: string;
2002
+ root: string;
2003
+ }, tailwind_variants1.TVReturnType<unknown, {
2004
+ indicator: string;
2005
+ root: string;
2006
+ }, undefined, unknown, unknown, undefined>>;
2007
+ type RadioVariants = VariantProps<typeof radioVariants>;
2008
+ //#endregion
2009
+ //#region src/components/radio/radio.d.ts
2010
+ interface RadioProps extends RadioVariants, Radio$1.Root.Props {}
2011
+ declare const Radio: {
2012
+ ({
2013
+ className,
2014
+ ...props
2015
+ }: RadioProps): react_jsx_runtime8.JSX.Element;
2016
+ Root: /*elided*/any;
2017
+ Indicator: ({
2018
+ className,
2019
+ ...props
2020
+ }: RadioIndicatorProps) => react_jsx_runtime8.JSX.Element;
2021
+ };
2022
+ interface RadioIndicatorProps extends Radio$1.Indicator.Props {}
2023
+ //#endregion
2024
+ //#region src/components/radio-group/radio-group.variants.d.ts
2025
+ declare const radioGroupVariants: tailwind_variants1.TVReturnType<{} | {} | {}, undefined, "radio-group", {} | {}, undefined, tailwind_variants1.TVReturnType<unknown, undefined, "radio-group", unknown, unknown, undefined>>;
2026
+ type RadioGroupVariants = VariantProps<typeof radioGroupVariants>;
2027
+ //#endregion
2028
+ //#region src/components/radio-group/radio-group.d.ts
2029
+ interface RadioGroupProps extends RadioGroupVariants, RadioGroup$1.Props {}
2030
+ declare const RadioGroup: ({
2031
+ className,
2032
+ ...props
2033
+ }: RadioGroupProps) => react_jsx_runtime8.JSX.Element;
1920
2034
  //#endregion
1921
2035
  //#region src/components/separator/separator.variants.d.ts
1922
- declare const separatorVariants: tailwind_variants0.TVReturnType<{
2036
+ declare const separatorVariants: tailwind_variants1.TVReturnType<{
1923
2037
  orientation: {
1924
2038
  horizontal: string;
1925
2039
  vertical: string;
@@ -1929,7 +2043,7 @@ declare const separatorVariants: tailwind_variants0.TVReturnType<{
1929
2043
  horizontal: string;
1930
2044
  vertical: string;
1931
2045
  };
1932
- }, undefined, tailwind_variants0.TVReturnType<{
2046
+ }, undefined, tailwind_variants1.TVReturnType<{
1933
2047
  orientation: {
1934
2048
  horizontal: string;
1935
2049
  vertical: string;
@@ -1943,29 +2057,29 @@ declare const Separator: ({
1943
2057
  className,
1944
2058
  orientation,
1945
2059
  ...props
1946
- }: SeparatorProps) => react_jsx_runtime0.JSX.Element;
2060
+ }: SeparatorProps) => react_jsx_runtime8.JSX.Element;
1947
2061
  //#endregion
1948
2062
  //#region src/components/slider/slider.variants.d.ts
1949
- declare const sliderVariants: tailwind_variants0.TVReturnType<{
2063
+ declare const sliderVariants: tailwind_variants1.TVReturnType<{
1950
2064
  [key: string]: {
1951
- [key: string]: tailwind_merge0.ClassNameValue | {
1952
- root?: tailwind_merge0.ClassNameValue;
1953
- track?: tailwind_merge0.ClassNameValue;
1954
- value?: tailwind_merge0.ClassNameValue;
1955
- indicator?: tailwind_merge0.ClassNameValue;
1956
- control?: tailwind_merge0.ClassNameValue;
1957
- thumb?: tailwind_merge0.ClassNameValue;
2065
+ [key: string]: tailwind_merge29.ClassNameValue | {
2066
+ root?: tailwind_merge29.ClassNameValue;
2067
+ track?: tailwind_merge29.ClassNameValue;
2068
+ value?: tailwind_merge29.ClassNameValue;
2069
+ indicator?: tailwind_merge29.ClassNameValue;
2070
+ control?: tailwind_merge29.ClassNameValue;
2071
+ thumb?: tailwind_merge29.ClassNameValue;
1958
2072
  };
1959
2073
  };
1960
2074
  } | {
1961
2075
  [x: string]: {
1962
- [x: string]: tailwind_merge0.ClassNameValue | {
1963
- root?: tailwind_merge0.ClassNameValue;
1964
- track?: tailwind_merge0.ClassNameValue;
1965
- value?: tailwind_merge0.ClassNameValue;
1966
- indicator?: tailwind_merge0.ClassNameValue;
1967
- control?: tailwind_merge0.ClassNameValue;
1968
- thumb?: tailwind_merge0.ClassNameValue;
2076
+ [x: string]: tailwind_merge29.ClassNameValue | {
2077
+ root?: tailwind_merge29.ClassNameValue;
2078
+ track?: tailwind_merge29.ClassNameValue;
2079
+ value?: tailwind_merge29.ClassNameValue;
2080
+ indicator?: tailwind_merge29.ClassNameValue;
2081
+ control?: tailwind_merge29.ClassNameValue;
2082
+ thumb?: tailwind_merge29.ClassNameValue;
1969
2083
  };
1970
2084
  };
1971
2085
  } | {}, {
@@ -1977,13 +2091,13 @@ declare const sliderVariants: tailwind_variants0.TVReturnType<{
1977
2091
  value: string;
1978
2092
  }, undefined, {
1979
2093
  [key: string]: {
1980
- [key: string]: tailwind_merge0.ClassNameValue | {
1981
- root?: tailwind_merge0.ClassNameValue;
1982
- track?: tailwind_merge0.ClassNameValue;
1983
- value?: tailwind_merge0.ClassNameValue;
1984
- indicator?: tailwind_merge0.ClassNameValue;
1985
- control?: tailwind_merge0.ClassNameValue;
1986
- thumb?: tailwind_merge0.ClassNameValue;
2094
+ [key: string]: tailwind_merge29.ClassNameValue | {
2095
+ root?: tailwind_merge29.ClassNameValue;
2096
+ track?: tailwind_merge29.ClassNameValue;
2097
+ value?: tailwind_merge29.ClassNameValue;
2098
+ indicator?: tailwind_merge29.ClassNameValue;
2099
+ control?: tailwind_merge29.ClassNameValue;
2100
+ thumb?: tailwind_merge29.ClassNameValue;
1987
2101
  };
1988
2102
  };
1989
2103
  } | {}, {
@@ -1993,7 +2107,7 @@ declare const sliderVariants: tailwind_variants0.TVReturnType<{
1993
2107
  thumb: string;
1994
2108
  track: string;
1995
2109
  value: string;
1996
- }, tailwind_variants0.TVReturnType<unknown, {
2110
+ }, tailwind_variants1.TVReturnType<unknown, {
1997
2111
  control: string;
1998
2112
  indicator: string;
1999
2113
  root: string;
@@ -2009,32 +2123,32 @@ declare const Slider: {
2009
2123
  ({
2010
2124
  className,
2011
2125
  ...props
2012
- }: SliderProps): react_jsx_runtime0.JSX.Element;
2126
+ }: SliderProps): react_jsx_runtime8.JSX.Element;
2013
2127
  Value: ({
2014
2128
  className,
2015
2129
  ...props
2016
- }: Slider$1.Value.Props) => react_jsx_runtime0.JSX.Element;
2130
+ }: Slider$1.Value.Props) => react_jsx_runtime8.JSX.Element;
2017
2131
  Control: ({
2018
2132
  className,
2019
2133
  ...props
2020
- }: Slider$1.Control.Props) => react_jsx_runtime0.JSX.Element;
2134
+ }: Slider$1.Control.Props) => react_jsx_runtime8.JSX.Element;
2021
2135
  Track: ({
2022
2136
  className,
2023
2137
  ...props
2024
- }: Slider$1.Track.Props) => react_jsx_runtime0.JSX.Element;
2138
+ }: Slider$1.Track.Props) => react_jsx_runtime8.JSX.Element;
2025
2139
  Indicator: ({
2026
2140
  className,
2027
2141
  ...props
2028
- }: Slider$1.Indicator.Props) => react_jsx_runtime0.JSX.Element;
2142
+ }: Slider$1.Indicator.Props) => react_jsx_runtime8.JSX.Element;
2029
2143
  Thumb: ({
2030
2144
  className,
2031
2145
  ...props
2032
- }: Slider$1.Thumb.Props) => react_jsx_runtime0.JSX.Element;
2146
+ }: Slider$1.Thumb.Props) => react_jsx_runtime8.JSX.Element;
2033
2147
  Root: /*elided*/any;
2034
2148
  };
2035
2149
  //#endregion
2036
2150
  //#region src/components/switch/switch.variants.d.ts
2037
- declare const switchVariants: tailwind_variants0.TVReturnType<{
2151
+ declare const switchVariants: tailwind_variants1.TVReturnType<{
2038
2152
  size: {
2039
2153
  lg: {
2040
2154
  root: string;
@@ -2064,7 +2178,7 @@ declare const switchVariants: tailwind_variants0.TVReturnType<{
2064
2178
  }, {
2065
2179
  root: string;
2066
2180
  thumb: string;
2067
- }, tailwind_variants0.TVReturnType<{
2181
+ }, tailwind_variants1.TVReturnType<{
2068
2182
  size: {
2069
2183
  lg: {
2070
2184
  root: string;
@@ -2089,37 +2203,37 @@ declare const Switch: {
2089
2203
  className,
2090
2204
  size,
2091
2205
  ...props
2092
- }: SwitchProps): react_jsx_runtime0.JSX.Element;
2206
+ }: SwitchProps): react_jsx_runtime8.JSX.Element;
2093
2207
  Thumb: ({
2094
2208
  className,
2095
2209
  ...props
2096
- }: Switch$1.Thumb.Props) => react_jsx_runtime0.JSX.Element;
2210
+ }: Switch$1.Thumb.Props) => react_jsx_runtime8.JSX.Element;
2097
2211
  Root: /*elided*/any;
2098
2212
  };
2099
2213
  //#endregion
2100
2214
  //#region src/components/table/table.variants.d.ts
2101
- declare const tableVariants: tailwind_variants0.TVReturnType<{
2215
+ declare const tableVariants: tailwind_variants1.TVReturnType<{
2102
2216
  [key: string]: {
2103
- [key: string]: tailwind_merge0.ClassNameValue | {
2104
- root?: tailwind_merge0.ClassNameValue;
2105
- tbody?: tailwind_merge0.ClassNameValue;
2106
- td?: tailwind_merge0.ClassNameValue;
2107
- tfoot?: tailwind_merge0.ClassNameValue;
2108
- th?: tailwind_merge0.ClassNameValue;
2109
- thead?: tailwind_merge0.ClassNameValue;
2110
- tr?: tailwind_merge0.ClassNameValue;
2217
+ [key: string]: tailwind_merge29.ClassNameValue | {
2218
+ root?: tailwind_merge29.ClassNameValue;
2219
+ tbody?: tailwind_merge29.ClassNameValue;
2220
+ td?: tailwind_merge29.ClassNameValue;
2221
+ tfoot?: tailwind_merge29.ClassNameValue;
2222
+ th?: tailwind_merge29.ClassNameValue;
2223
+ thead?: tailwind_merge29.ClassNameValue;
2224
+ tr?: tailwind_merge29.ClassNameValue;
2111
2225
  };
2112
2226
  };
2113
2227
  } | {
2114
2228
  [x: string]: {
2115
- [x: string]: tailwind_merge0.ClassNameValue | {
2116
- root?: tailwind_merge0.ClassNameValue;
2117
- tbody?: tailwind_merge0.ClassNameValue;
2118
- td?: tailwind_merge0.ClassNameValue;
2119
- tfoot?: tailwind_merge0.ClassNameValue;
2120
- th?: tailwind_merge0.ClassNameValue;
2121
- thead?: tailwind_merge0.ClassNameValue;
2122
- tr?: tailwind_merge0.ClassNameValue;
2229
+ [x: string]: tailwind_merge29.ClassNameValue | {
2230
+ root?: tailwind_merge29.ClassNameValue;
2231
+ tbody?: tailwind_merge29.ClassNameValue;
2232
+ td?: tailwind_merge29.ClassNameValue;
2233
+ tfoot?: tailwind_merge29.ClassNameValue;
2234
+ th?: tailwind_merge29.ClassNameValue;
2235
+ thead?: tailwind_merge29.ClassNameValue;
2236
+ tr?: tailwind_merge29.ClassNameValue;
2123
2237
  };
2124
2238
  };
2125
2239
  } | {}, {
@@ -2132,14 +2246,14 @@ declare const tableVariants: tailwind_variants0.TVReturnType<{
2132
2246
  tr: string;
2133
2247
  }, undefined, {
2134
2248
  [key: string]: {
2135
- [key: string]: tailwind_merge0.ClassNameValue | {
2136
- root?: tailwind_merge0.ClassNameValue;
2137
- tbody?: tailwind_merge0.ClassNameValue;
2138
- td?: tailwind_merge0.ClassNameValue;
2139
- tfoot?: tailwind_merge0.ClassNameValue;
2140
- th?: tailwind_merge0.ClassNameValue;
2141
- thead?: tailwind_merge0.ClassNameValue;
2142
- tr?: tailwind_merge0.ClassNameValue;
2249
+ [key: string]: tailwind_merge29.ClassNameValue | {
2250
+ root?: tailwind_merge29.ClassNameValue;
2251
+ tbody?: tailwind_merge29.ClassNameValue;
2252
+ td?: tailwind_merge29.ClassNameValue;
2253
+ tfoot?: tailwind_merge29.ClassNameValue;
2254
+ th?: tailwind_merge29.ClassNameValue;
2255
+ thead?: tailwind_merge29.ClassNameValue;
2256
+ tr?: tailwind_merge29.ClassNameValue;
2143
2257
  };
2144
2258
  };
2145
2259
  } | {}, {
@@ -2150,7 +2264,7 @@ declare const tableVariants: tailwind_variants0.TVReturnType<{
2150
2264
  th: string;
2151
2265
  thead: string;
2152
2266
  tr: string;
2153
- }, tailwind_variants0.TVReturnType<unknown, {
2267
+ }, tailwind_variants1.TVReturnType<unknown, {
2154
2268
  root: string;
2155
2269
  tbody: string;
2156
2270
  td: string;
@@ -2167,32 +2281,32 @@ declare const Table: {
2167
2281
  ({
2168
2282
  className,
2169
2283
  ...props
2170
- }: TableProps): react_jsx_runtime0.JSX.Element;
2284
+ }: TableProps): react_jsx_runtime8.JSX.Element;
2171
2285
  Root: /*elided*/any;
2172
2286
  Head: ({
2173
2287
  className,
2174
2288
  ...props
2175
- }: TableHeadProps) => react_jsx_runtime0.JSX.Element;
2289
+ }: TableHeadProps) => react_jsx_runtime8.JSX.Element;
2176
2290
  Row: ({
2177
2291
  className,
2178
2292
  ...props
2179
- }: TableRowProps) => react_jsx_runtime0.JSX.Element;
2293
+ }: TableRowProps) => react_jsx_runtime8.JSX.Element;
2180
2294
  HeaderCell: ({
2181
2295
  className,
2182
2296
  ...props
2183
- }: TableHeaderCellProps) => react_jsx_runtime0.JSX.Element;
2297
+ }: TableHeaderCellProps) => react_jsx_runtime8.JSX.Element;
2184
2298
  Body: ({
2185
2299
  className,
2186
2300
  ...props
2187
- }: TableBodyProps) => react_jsx_runtime0.JSX.Element;
2301
+ }: TableBodyProps) => react_jsx_runtime8.JSX.Element;
2188
2302
  DataCell: ({
2189
2303
  className,
2190
2304
  ...props
2191
- }: TableDataCellProps) => react_jsx_runtime0.JSX.Element;
2305
+ }: TableDataCellProps) => react_jsx_runtime8.JSX.Element;
2192
2306
  Footer: ({
2193
2307
  className,
2194
2308
  ...props
2195
- }: TableFooterProps) => react_jsx_runtime0.JSX.Element;
2309
+ }: TableFooterProps) => react_jsx_runtime8.JSX.Element;
2196
2310
  };
2197
2311
  interface TableHeadProps extends React.ComponentProps<"thead"> {}
2198
2312
  interface TableRowProps extends React.ComponentProps<"tr"> {}
@@ -2202,24 +2316,24 @@ interface TableDataCellProps extends React.ComponentProps<"td"> {}
2202
2316
  interface TableFooterProps extends React.ComponentProps<"tfoot"> {}
2203
2317
  //#endregion
2204
2318
  //#region src/components/tabs/tabs.variants.d.ts
2205
- declare const tabsVariants: tailwind_variants0.TVReturnType<{
2319
+ declare const tabsVariants: tailwind_variants1.TVReturnType<{
2206
2320
  [key: string]: {
2207
- [key: string]: tailwind_merge0.ClassNameValue | {
2208
- panel?: tailwind_merge0.ClassNameValue;
2209
- root?: tailwind_merge0.ClassNameValue;
2210
- indicator?: tailwind_merge0.ClassNameValue;
2211
- list?: tailwind_merge0.ClassNameValue;
2212
- tab?: tailwind_merge0.ClassNameValue;
2321
+ [key: string]: tailwind_merge29.ClassNameValue | {
2322
+ root?: tailwind_merge29.ClassNameValue;
2323
+ panel?: tailwind_merge29.ClassNameValue;
2324
+ indicator?: tailwind_merge29.ClassNameValue;
2325
+ list?: tailwind_merge29.ClassNameValue;
2326
+ tab?: tailwind_merge29.ClassNameValue;
2213
2327
  };
2214
2328
  };
2215
2329
  } | {
2216
2330
  [x: string]: {
2217
- [x: string]: tailwind_merge0.ClassNameValue | {
2218
- panel?: tailwind_merge0.ClassNameValue;
2219
- root?: tailwind_merge0.ClassNameValue;
2220
- indicator?: tailwind_merge0.ClassNameValue;
2221
- list?: tailwind_merge0.ClassNameValue;
2222
- tab?: tailwind_merge0.ClassNameValue;
2331
+ [x: string]: tailwind_merge29.ClassNameValue | {
2332
+ root?: tailwind_merge29.ClassNameValue;
2333
+ panel?: tailwind_merge29.ClassNameValue;
2334
+ indicator?: tailwind_merge29.ClassNameValue;
2335
+ list?: tailwind_merge29.ClassNameValue;
2336
+ tab?: tailwind_merge29.ClassNameValue;
2223
2337
  };
2224
2338
  };
2225
2339
  } | {}, {
@@ -2230,12 +2344,12 @@ declare const tabsVariants: tailwind_variants0.TVReturnType<{
2230
2344
  tab: string;
2231
2345
  }, undefined, {
2232
2346
  [key: string]: {
2233
- [key: string]: tailwind_merge0.ClassNameValue | {
2234
- panel?: tailwind_merge0.ClassNameValue;
2235
- root?: tailwind_merge0.ClassNameValue;
2236
- indicator?: tailwind_merge0.ClassNameValue;
2237
- list?: tailwind_merge0.ClassNameValue;
2238
- tab?: tailwind_merge0.ClassNameValue;
2347
+ [key: string]: tailwind_merge29.ClassNameValue | {
2348
+ root?: tailwind_merge29.ClassNameValue;
2349
+ panel?: tailwind_merge29.ClassNameValue;
2350
+ indicator?: tailwind_merge29.ClassNameValue;
2351
+ list?: tailwind_merge29.ClassNameValue;
2352
+ tab?: tailwind_merge29.ClassNameValue;
2239
2353
  };
2240
2354
  };
2241
2355
  } | {}, {
@@ -2244,7 +2358,7 @@ declare const tabsVariants: tailwind_variants0.TVReturnType<{
2244
2358
  panel: string;
2245
2359
  root: string;
2246
2360
  tab: string;
2247
- }, tailwind_variants0.TVReturnType<unknown, {
2361
+ }, tailwind_variants1.TVReturnType<unknown, {
2248
2362
  indicator: string;
2249
2363
  list: string;
2250
2364
  panel: string;
@@ -2259,23 +2373,23 @@ declare const Tabs: {
2259
2373
  ({
2260
2374
  className,
2261
2375
  ...props
2262
- }: TabsProps): react_jsx_runtime0.JSX.Element;
2376
+ }: TabsProps): react_jsx_runtime8.JSX.Element;
2263
2377
  List: ({
2264
2378
  className,
2265
2379
  ...props
2266
- }: TabsListProps) => react_jsx_runtime0.JSX.Element;
2380
+ }: TabsListProps) => react_jsx_runtime8.JSX.Element;
2267
2381
  Tab: ({
2268
2382
  className,
2269
2383
  ...props
2270
- }: TabsTabProps) => react_jsx_runtime0.JSX.Element;
2384
+ }: TabsTabProps) => react_jsx_runtime8.JSX.Element;
2271
2385
  Indicator: ({
2272
2386
  className,
2273
2387
  ...props
2274
- }: TabsIndicatorProps) => react_jsx_runtime0.JSX.Element;
2388
+ }: TabsIndicatorProps) => react_jsx_runtime8.JSX.Element;
2275
2389
  Panel: ({
2276
2390
  className,
2277
2391
  ...props
2278
- }: TabsPanelProps) => react_jsx_runtime0.JSX.Element;
2392
+ }: TabsPanelProps) => react_jsx_runtime8.JSX.Element;
2279
2393
  Root: /*elided*/any;
2280
2394
  };
2281
2395
  interface TabsListProps extends Tabs$1.List.Props {}
@@ -2284,7 +2398,7 @@ interface TabsIndicatorProps extends Tabs$1.Indicator.Props {}
2284
2398
  interface TabsPanelProps extends Tabs$1.Panel.Props {}
2285
2399
  //#endregion
2286
2400
  //#region src/components/text/text.variants.d.ts
2287
- declare const textVariants: tailwind_variants0.TVReturnType<{} | {} | {}, undefined, "text", {} | {}, undefined, tailwind_variants0.TVReturnType<unknown, undefined, "text", unknown, unknown, undefined>>;
2401
+ declare const textVariants: tailwind_variants1.TVReturnType<{} | {} | {}, undefined, "text", {} | {}, undefined, tailwind_variants1.TVReturnType<unknown, undefined, "text", unknown, unknown, undefined>>;
2288
2402
  type TextVariants = VariantProps<typeof textVariants>;
2289
2403
  //#endregion
2290
2404
  //#region src/components/text/text.d.ts
@@ -2292,19 +2406,19 @@ interface TextProps extends TextVariants, React.ComponentProps<"div"> {}
2292
2406
  declare const Text: ({
2293
2407
  className,
2294
2408
  ...props
2295
- }: TextProps) => react_jsx_runtime0.JSX.Element;
2409
+ }: TextProps) => react_jsx_runtime8.JSX.Element;
2296
2410
  //#endregion
2297
2411
  //#region src/components/textarea/textarea.variants.d.ts
2298
- declare const textareaVariants: tailwind_variants0.TVReturnType<{} | {
2412
+ declare const textareaVariants: tailwind_variants1.TVReturnType<{} | {
2299
2413
  inputSize: {
2300
- lg: tailwind_merge0.ClassNameValue | {
2301
- base?: tailwind_merge0.ClassNameValue;
2414
+ lg: tailwind_merge29.ClassNameValue | {
2415
+ base?: tailwind_merge29.ClassNameValue;
2302
2416
  };
2303
- md: tailwind_merge0.ClassNameValue | {
2304
- base?: tailwind_merge0.ClassNameValue;
2417
+ md: tailwind_merge29.ClassNameValue | {
2418
+ base?: tailwind_merge29.ClassNameValue;
2305
2419
  };
2306
- sm: tailwind_merge0.ClassNameValue | {
2307
- base?: tailwind_merge0.ClassNameValue;
2420
+ sm: tailwind_merge29.ClassNameValue | {
2421
+ base?: tailwind_merge29.ClassNameValue;
2308
2422
  };
2309
2423
  };
2310
2424
  }, undefined, "textarea", {
@@ -2313,7 +2427,7 @@ declare const textareaVariants: tailwind_variants0.TVReturnType<{} | {
2313
2427
  md: string;
2314
2428
  sm: string;
2315
2429
  };
2316
- }, undefined, tailwind_variants0.TVReturnType<{
2430
+ }, undefined, tailwind_variants1.TVReturnType<{
2317
2431
  inputSize: {
2318
2432
  lg: string;
2319
2433
  md: string;
@@ -2325,7 +2439,7 @@ declare const textareaVariants: tailwind_variants0.TVReturnType<{} | {
2325
2439
  md: string;
2326
2440
  sm: string;
2327
2441
  };
2328
- }, undefined, tailwind_variants0.TVReturnType<{
2442
+ }, undefined, tailwind_variants1.TVReturnType<{
2329
2443
  inputSize: {
2330
2444
  lg: string;
2331
2445
  md: string;
@@ -2339,41 +2453,41 @@ interface TextareaProps extends TextareaVariants, React.ComponentProps<"textarea
2339
2453
  declare const Textarea: ({
2340
2454
  className,
2341
2455
  ...props
2342
- }: TextareaProps) => react_jsx_runtime0.JSX.Element;
2456
+ }: TextareaProps) => react_jsx_runtime8.JSX.Element;
2343
2457
  //#endregion
2344
2458
  //#region src/components/toggle-button/toggle-button.variants.d.ts
2345
- declare const toggleButtonVariants: tailwind_variants0.TVReturnType<{} | {
2459
+ declare const toggleButtonVariants: tailwind_variants1.TVReturnType<{} | {
2346
2460
  isIconOnly: {
2347
- true: tailwind_merge0.ClassNameValue | {
2348
- base?: tailwind_merge0.ClassNameValue;
2461
+ true: tailwind_merge29.ClassNameValue | {
2462
+ base?: tailwind_merge29.ClassNameValue;
2349
2463
  };
2350
2464
  };
2351
2465
  size: {
2352
- lg: tailwind_merge0.ClassNameValue | {
2353
- base?: tailwind_merge0.ClassNameValue;
2466
+ lg: tailwind_merge29.ClassNameValue | {
2467
+ base?: tailwind_merge29.ClassNameValue;
2354
2468
  };
2355
- md: tailwind_merge0.ClassNameValue | {
2356
- base?: tailwind_merge0.ClassNameValue;
2469
+ md: tailwind_merge29.ClassNameValue | {
2470
+ base?: tailwind_merge29.ClassNameValue;
2357
2471
  };
2358
- sm: tailwind_merge0.ClassNameValue | {
2359
- base?: tailwind_merge0.ClassNameValue;
2472
+ sm: tailwind_merge29.ClassNameValue | {
2473
+ base?: tailwind_merge29.ClassNameValue;
2360
2474
  };
2361
2475
  };
2362
2476
  variant: {
2363
- danger: tailwind_merge0.ClassNameValue | {
2364
- base?: tailwind_merge0.ClassNameValue;
2477
+ danger: tailwind_merge29.ClassNameValue | {
2478
+ base?: tailwind_merge29.ClassNameValue;
2365
2479
  };
2366
- ghost: tailwind_merge0.ClassNameValue | {
2367
- base?: tailwind_merge0.ClassNameValue;
2480
+ ghost: tailwind_merge29.ClassNameValue | {
2481
+ base?: tailwind_merge29.ClassNameValue;
2368
2482
  };
2369
- outline: tailwind_merge0.ClassNameValue | {
2370
- base?: tailwind_merge0.ClassNameValue;
2483
+ outline: tailwind_merge29.ClassNameValue | {
2484
+ base?: tailwind_merge29.ClassNameValue;
2371
2485
  };
2372
- primary: tailwind_merge0.ClassNameValue | {
2373
- base?: tailwind_merge0.ClassNameValue;
2486
+ primary: tailwind_merge29.ClassNameValue | {
2487
+ base?: tailwind_merge29.ClassNameValue;
2374
2488
  };
2375
- secondary: tailwind_merge0.ClassNameValue | {
2376
- base?: tailwind_merge0.ClassNameValue;
2489
+ secondary: tailwind_merge29.ClassNameValue | {
2490
+ base?: tailwind_merge29.ClassNameValue;
2377
2491
  };
2378
2492
  };
2379
2493
  }, undefined, "toggle-button", {
@@ -2392,7 +2506,7 @@ declare const toggleButtonVariants: tailwind_variants0.TVReturnType<{} | {
2392
2506
  primary: string;
2393
2507
  secondary: string;
2394
2508
  };
2395
- }, undefined, tailwind_variants0.TVReturnType<{
2509
+ }, undefined, tailwind_variants1.TVReturnType<{
2396
2510
  isIconOnly: {
2397
2511
  true: string;
2398
2512
  };
@@ -2424,7 +2538,7 @@ declare const toggleButtonVariants: tailwind_variants0.TVReturnType<{} | {
2424
2538
  primary: string;
2425
2539
  secondary: string;
2426
2540
  };
2427
- }, undefined, tailwind_variants0.TVReturnType<{
2541
+ }, undefined, tailwind_variants1.TVReturnType<{
2428
2542
  isIconOnly: {
2429
2543
  true: string;
2430
2544
  };
@@ -2450,7 +2564,7 @@ declare const ToggleButton: ({
2450
2564
  variant,
2451
2565
  size,
2452
2566
  ...props
2453
- }: ToggleButtonProps) => react_jsx_runtime0.JSX.Element;
2567
+ }: ToggleButtonProps) => react_jsx_runtime8.JSX.Element;
2454
2568
  //#endregion
2455
- export { Accordion, AccordionVariants, AlertDialog, AlertDialogVariants, Avatar, AvatarVariants, Button, ButtonGroup, ButtonGroupVariants, ButtonProps, ButtonVariants, Card, CardVariants, Checkbox, CheckboxGroup, CheckboxGroupVariants, CheckboxVariants, Chip, ChipVariants, Container, ContainerVariants, Dialog, DialogVariants, Drawer, DrawerVariants, Field, FieldVariants, Fieldset, FieldsetVariants, Form, FormVariants, IconButton, IconButtonVariants, Input, InputVariants, Label, LabelVariants, Link, LinkVariants, List, ListVariants, Menu, MenuVariants, Meter, MeterVariants, Navbar, NavbarVariants, Popover, PopoverVariants, Progress, ProgressVariants, Separator, SeparatorVariants, Slider, SliderVariants, Switch, SwitchVariants, Table, TableVariants, Tabs, TabsVariants, Text, TextVariants, Textarea, TextareaVariants, ToggleButton, ToggleButtonVariants, accordionVariants, alertDialogVariants, avatarVariants, buttonGroupVariants, buttonVariants, cardVariants, checkboxGroupVariants, checkboxVariants, chipVariants, cn, containerVariants, dialogVariants, drawerVariants, fieldVariants, fieldsetVariants, formVariants, iconButtonVariants, inputVariants, labelVariants, linkVariants, listVariants, menuVariants, meterVariants, navbarVariants, popoverVariants, progressVariants, separatorVariants, sliderVariants, switchVariants, tableVariants, tabsVariants, textVariants, textareaVariants, toggleButtonVariants };
2569
+ export { Accordion, AccordionVariants, AlertDialog, AlertDialogVariants, Avatar, AvatarVariants, Button, ButtonGroup, ButtonGroupVariants, ButtonProps, ButtonVariants, Card, CardVariants, Checkbox, CheckboxGroup, CheckboxGroupVariants, CheckboxVariants, Chip, ChipVariants, Container, ContainerVariants, Dialog, DialogVariants, Drawer, DrawerVariants, Field, FieldVariants, Fieldset, FieldsetVariants, Form, FormVariants, IconButton, IconButtonVariants, Input, InputVariants, Label, LabelVariants, Link, LinkVariants, List, ListVariants, Menu, MenuVariants, Meter, MeterVariants, Navbar, NavbarVariants, Popover, PopoverVariants, Progress, ProgressVariants, Radio, RadioGroup, RadioGroupVariants, RadioVariants, Separator, SeparatorVariants, Slider, SliderVariants, Switch, SwitchVariants, Table, TableVariants, Tabs, TabsVariants, Text, TextVariants, Textarea, TextareaVariants, ToggleButton, ToggleButtonVariants, accordionVariants, alertDialogVariants, 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, separatorVariants, sliderVariants, switchVariants, tableVariants, tabsVariants, textVariants, textareaVariants, toggleButtonVariants };
2456
2570
  //# sourceMappingURL=index.d.mts.map