@fea-ui/react 0.1.0-alpha.3 → 0.1.0-alpha.4

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_variants7 from "tailwind-variants";
1
+ import * as tailwind_variants0 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, Input as Input$1, Menu as Menu$1, Meter as Meter$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_runtime14 from "react/jsx-runtime";
5
- import * as tailwind_merge44 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, 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";
6
6
 
7
7
  //#region src/components/accordion/accordion.variants.d.ts
8
- declare const accordionVariants: tailwind_variants7.TVReturnType<{
8
+ declare const accordionVariants: tailwind_variants0.TVReturnType<{
9
9
  [key: string]: {
10
- [key: string]: tailwind_merge44.ClassNameValue | {
11
- root?: tailwind_merge44.ClassNameValue;
12
- trigger?: tailwind_merge44.ClassNameValue;
13
- header?: tailwind_merge44.ClassNameValue;
14
- content?: tailwind_merge44.ClassNameValue;
15
- item?: tailwind_merge44.ClassNameValue;
16
- panel?: tailwind_merge44.ClassNameValue;
17
- triggerIcon?: tailwind_merge44.ClassNameValue;
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;
18
18
  };
19
19
  };
20
20
  } | {
21
21
  [x: string]: {
22
- [x: string]: tailwind_merge44.ClassNameValue | {
23
- root?: tailwind_merge44.ClassNameValue;
24
- trigger?: tailwind_merge44.ClassNameValue;
25
- header?: tailwind_merge44.ClassNameValue;
26
- content?: tailwind_merge44.ClassNameValue;
27
- item?: tailwind_merge44.ClassNameValue;
28
- panel?: tailwind_merge44.ClassNameValue;
29
- triggerIcon?: tailwind_merge44.ClassNameValue;
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;
30
30
  };
31
31
  };
32
32
  } | {}, {
@@ -39,14 +39,14 @@ declare const accordionVariants: tailwind_variants7.TVReturnType<{
39
39
  triggerIcon: string;
40
40
  }, undefined, {
41
41
  [key: string]: {
42
- [key: string]: tailwind_merge44.ClassNameValue | {
43
- root?: tailwind_merge44.ClassNameValue;
44
- trigger?: tailwind_merge44.ClassNameValue;
45
- header?: tailwind_merge44.ClassNameValue;
46
- content?: tailwind_merge44.ClassNameValue;
47
- item?: tailwind_merge44.ClassNameValue;
48
- panel?: tailwind_merge44.ClassNameValue;
49
- triggerIcon?: tailwind_merge44.ClassNameValue;
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;
50
50
  };
51
51
  };
52
52
  } | {}, {
@@ -57,7 +57,7 @@ declare const accordionVariants: tailwind_variants7.TVReturnType<{
57
57
  root: string;
58
58
  trigger: string;
59
59
  triggerIcon: string;
60
- }, tailwind_variants7.TVReturnType<unknown, {
60
+ }, tailwind_variants0.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_runtime14.JSX.Element;
77
+ }: AccordionProps): react_jsx_runtime0.JSX.Element;
78
78
  Content: ({
79
79
  className,
80
80
  ...props
81
- }: AccordionContentProps) => react_jsx_runtime14.JSX.Element;
81
+ }: AccordionContentProps) => react_jsx_runtime0.JSX.Element;
82
82
  Header: ({
83
83
  className,
84
84
  ...props
85
- }: AccordionHeaderProps) => react_jsx_runtime14.JSX.Element;
85
+ }: AccordionHeaderProps) => react_jsx_runtime0.JSX.Element;
86
86
  Item: ({
87
87
  className,
88
88
  ...props
89
- }: AccordionItemProps) => react_jsx_runtime14.JSX.Element;
89
+ }: AccordionItemProps) => react_jsx_runtime0.JSX.Element;
90
90
  Panel: ({
91
91
  className,
92
92
  ...props
93
- }: AccordionPanelProps) => react_jsx_runtime14.JSX.Element;
93
+ }: AccordionPanelProps) => react_jsx_runtime0.JSX.Element;
94
94
  Root: /*elided*/any;
95
95
  Trigger: ({
96
96
  className,
97
97
  ...props
98
- }: AccordionTriggerProps) => react_jsx_runtime14.JSX.Element;
98
+ }: AccordionTriggerProps) => react_jsx_runtime0.JSX.Element;
99
99
  TriggerIcon: ({
100
100
  className,
101
101
  ...props
102
- }: AccordionTriggerIconProps) => react_jsx_runtime14.JSX.Element;
102
+ }: AccordionTriggerIconProps) => react_jsx_runtime0.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_variants7.TVReturnType<{
112
+ declare const alertDialogVariants: tailwind_variants0.TVReturnType<{
113
113
  [key: string]: {
114
- [key: string]: tailwind_merge44.ClassNameValue | {
115
- backdrop?: tailwind_merge44.ClassNameValue;
116
- close?: tailwind_merge44.ClassNameValue;
117
- description?: tailwind_merge44.ClassNameValue;
118
- popup?: tailwind_merge44.ClassNameValue;
119
- portal?: tailwind_merge44.ClassNameValue;
120
- root?: tailwind_merge44.ClassNameValue;
121
- title?: tailwind_merge44.ClassNameValue;
122
- trigger?: tailwind_merge44.ClassNameValue;
123
- viewport?: tailwind_merge44.ClassNameValue;
114
+ [key: string]: tailwind_merge0.ClassNameValue | {
115
+ root?: tailwind_merge0.ClassNameValue;
116
+ trigger?: tailwind_merge0.ClassNameValue;
117
+ title?: tailwind_merge0.ClassNameValue;
118
+ backdrop?: tailwind_merge0.ClassNameValue;
119
+ close?: tailwind_merge0.ClassNameValue;
120
+ description?: tailwind_merge0.ClassNameValue;
121
+ popup?: tailwind_merge0.ClassNameValue;
122
+ portal?: tailwind_merge0.ClassNameValue;
123
+ viewport?: tailwind_merge0.ClassNameValue;
124
124
  };
125
125
  };
126
126
  } | {
127
127
  [x: string]: {
128
- [x: string]: tailwind_merge44.ClassNameValue | {
129
- backdrop?: tailwind_merge44.ClassNameValue;
130
- close?: tailwind_merge44.ClassNameValue;
131
- description?: tailwind_merge44.ClassNameValue;
132
- popup?: tailwind_merge44.ClassNameValue;
133
- portal?: tailwind_merge44.ClassNameValue;
134
- root?: tailwind_merge44.ClassNameValue;
135
- title?: tailwind_merge44.ClassNameValue;
136
- trigger?: tailwind_merge44.ClassNameValue;
137
- viewport?: tailwind_merge44.ClassNameValue;
128
+ [x: string]: tailwind_merge0.ClassNameValue | {
129
+ root?: tailwind_merge0.ClassNameValue;
130
+ trigger?: tailwind_merge0.ClassNameValue;
131
+ title?: tailwind_merge0.ClassNameValue;
132
+ backdrop?: tailwind_merge0.ClassNameValue;
133
+ close?: tailwind_merge0.ClassNameValue;
134
+ description?: tailwind_merge0.ClassNameValue;
135
+ popup?: tailwind_merge0.ClassNameValue;
136
+ portal?: tailwind_merge0.ClassNameValue;
137
+ viewport?: tailwind_merge0.ClassNameValue;
138
138
  };
139
139
  };
140
140
  } | {}, {
@@ -149,16 +149,16 @@ declare const alertDialogVariants: tailwind_variants7.TVReturnType<{
149
149
  viewport: string;
150
150
  }, undefined, {
151
151
  [key: string]: {
152
- [key: string]: tailwind_merge44.ClassNameValue | {
153
- backdrop?: tailwind_merge44.ClassNameValue;
154
- close?: tailwind_merge44.ClassNameValue;
155
- description?: tailwind_merge44.ClassNameValue;
156
- popup?: tailwind_merge44.ClassNameValue;
157
- portal?: tailwind_merge44.ClassNameValue;
158
- root?: tailwind_merge44.ClassNameValue;
159
- title?: tailwind_merge44.ClassNameValue;
160
- trigger?: tailwind_merge44.ClassNameValue;
161
- viewport?: tailwind_merge44.ClassNameValue;
152
+ [key: string]: tailwind_merge0.ClassNameValue | {
153
+ root?: tailwind_merge0.ClassNameValue;
154
+ trigger?: tailwind_merge0.ClassNameValue;
155
+ title?: tailwind_merge0.ClassNameValue;
156
+ backdrop?: tailwind_merge0.ClassNameValue;
157
+ close?: tailwind_merge0.ClassNameValue;
158
+ description?: tailwind_merge0.ClassNameValue;
159
+ popup?: tailwind_merge0.ClassNameValue;
160
+ portal?: tailwind_merge0.ClassNameValue;
161
+ viewport?: tailwind_merge0.ClassNameValue;
162
162
  };
163
163
  };
164
164
  } | {}, {
@@ -171,7 +171,7 @@ declare const alertDialogVariants: tailwind_variants7.TVReturnType<{
171
171
  title: string;
172
172
  trigger: string;
173
173
  viewport: string;
174
- }, tailwind_variants7.TVReturnType<unknown, {
174
+ }, tailwind_variants0.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_runtime14.JSX.Element;
192
+ }: AlertDialogProps): react_jsx_runtime0.JSX.Element;
193
193
  Root: /*elided*/any;
194
194
  Trigger: ({
195
195
  className,
196
196
  ...props
197
- }: AlertDialogTriggerProps) => react_jsx_runtime14.JSX.Element;
197
+ }: AlertDialogTriggerProps) => react_jsx_runtime0.JSX.Element;
198
198
  Portal: ({
199
199
  className,
200
200
  ...props
201
- }: AlertDialogPortalProps) => react_jsx_runtime14.JSX.Element;
201
+ }: AlertDialogPortalProps) => react_jsx_runtime0.JSX.Element;
202
202
  Backdrop: ({
203
203
  className,
204
204
  ...props
205
- }: AlertDialogBackdropProps) => react_jsx_runtime14.JSX.Element;
205
+ }: AlertDialogBackdropProps) => react_jsx_runtime0.JSX.Element;
206
206
  Viewport: ({
207
207
  className,
208
208
  ...props
209
- }: AlertDialogViewportProps) => react_jsx_runtime14.JSX.Element;
209
+ }: AlertDialogViewportProps) => react_jsx_runtime0.JSX.Element;
210
210
  Popup: ({
211
211
  className,
212
212
  ...props
213
- }: AlertDialogPopupProps) => react_jsx_runtime14.JSX.Element;
213
+ }: AlertDialogPopupProps) => react_jsx_runtime0.JSX.Element;
214
214
  Title: ({
215
215
  className,
216
216
  ...props
217
- }: AlertDialogTitleProps) => react_jsx_runtime14.JSX.Element;
217
+ }: AlertDialogTitleProps) => react_jsx_runtime0.JSX.Element;
218
218
  Description: ({
219
219
  className,
220
220
  ...props
221
- }: AlertDialogDescriptionProps) => react_jsx_runtime14.JSX.Element;
221
+ }: AlertDialogDescriptionProps) => react_jsx_runtime0.JSX.Element;
222
222
  Close: ({
223
223
  className,
224
224
  children,
225
225
  ...props
226
- }: AlertDialogCloseProps) => react_jsx_runtime14.JSX.Element;
226
+ }: AlertDialogCloseProps) => react_jsx_runtime0.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_variants7.TVReturnType<{
238
+ declare const avatarVariants: tailwind_variants0.TVReturnType<{
239
239
  size: {
240
240
  lg: {
241
241
  root: string;
@@ -267,7 +267,7 @@ declare const avatarVariants: tailwind_variants7.TVReturnType<{
267
267
  fallback: string;
268
268
  image: string;
269
269
  root: string;
270
- }, tailwind_variants7.TVReturnType<{
270
+ }, tailwind_variants0.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_runtime14.JSX.Element;
296
+ }: AvatarProps): react_jsx_runtime0.JSX.Element;
297
297
  Fallback: ({
298
298
  className,
299
299
  ...props
300
- }: AvatarFallbackProps) => react_jsx_runtime14.JSX.Element;
300
+ }: AvatarFallbackProps) => react_jsx_runtime0.JSX.Element;
301
301
  Image: ({
302
302
  className,
303
303
  ...props
304
- }: AvatarImageProps) => react_jsx_runtime14.JSX.Element;
304
+ }: AvatarImageProps) => react_jsx_runtime0.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_variants7.TVReturnType<{
311
+ declare const buttonVariants: tailwind_variants0.TVReturnType<{
312
312
  isIconOnly: {
313
313
  true: string;
314
314
  };
@@ -340,7 +340,7 @@ declare const buttonVariants: tailwind_variants7.TVReturnType<{
340
340
  primary: string;
341
341
  secondary: string;
342
342
  };
343
- }, undefined, tailwind_variants7.TVReturnType<{
343
+ }, undefined, tailwind_variants0.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_runtime14.JSX.Element;
370
+ }: ButtonProps) => react_jsx_runtime0.JSX.Element;
371
371
  //#endregion
372
372
  //#region src/components/button-group/button-group.variants.d.ts
373
- declare const buttonGroupVariants: tailwind_variants7.TVReturnType<{} | {} | {}, undefined, "button-group", {} | {}, undefined, tailwind_variants7.TVReturnType<unknown, undefined, "button-group", unknown, unknown, undefined>>;
373
+ declare const buttonGroupVariants: tailwind_variants0.TVReturnType<{} | {} | {}, undefined, "button-group", {} | {}, undefined, tailwind_variants0.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_runtime14.JSX.Element;
381
+ }: ButtonGroupProps) => react_jsx_runtime0.JSX.Element;
382
382
  //#endregion
383
383
  //#region src/components/card/card.variants.d.ts
384
- declare const cardVariants: tailwind_variants7.TVReturnType<{
384
+ declare const cardVariants: tailwind_variants0.TVReturnType<{
385
385
  variant: {
386
386
  default: {
387
387
  root: string;
@@ -413,7 +413,7 @@ declare const cardVariants: tailwind_variants7.TVReturnType<{
413
413
  header: string;
414
414
  root: string;
415
415
  title: string;
416
- }, tailwind_variants7.TVReturnType<{
416
+ }, tailwind_variants0.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_runtime14.JSX.Element;
442
+ }: CardProps): react_jsx_runtime0.JSX.Element;
443
443
  /** Exports */
444
444
  Body: ({
445
445
  className,
446
446
  ...props
447
- }: CardBodyProps) => react_jsx_runtime14.JSX.Element;
447
+ }: CardBodyProps) => react_jsx_runtime0.JSX.Element;
448
448
  Description: ({
449
449
  className,
450
450
  ...props
451
- }: CardDescriptionProps) => react_jsx_runtime14.JSX.Element;
451
+ }: CardDescriptionProps) => react_jsx_runtime0.JSX.Element;
452
452
  Footer: ({
453
453
  className,
454
454
  ...props
455
- }: CardFooterProps) => react_jsx_runtime14.JSX.Element;
455
+ }: CardFooterProps) => react_jsx_runtime0.JSX.Element;
456
456
  Header: ({
457
457
  className,
458
458
  ...props
459
- }: CardHeaderProps) => react_jsx_runtime14.JSX.Element;
459
+ }: CardHeaderProps) => react_jsx_runtime0.JSX.Element;
460
460
  Root: /*elided*/any;
461
461
  Title: ({
462
462
  className,
463
463
  ...props
464
- }: CardTitle) => react_jsx_runtime14.JSX.Element;
464
+ }: CardTitle) => react_jsx_runtime0.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_variants7.TVReturnType<{
473
+ declare const checkboxVariants: tailwind_variants0.TVReturnType<{
474
474
  [key: string]: {
475
- [key: string]: tailwind_merge44.ClassNameValue | {
476
- root?: tailwind_merge44.ClassNameValue;
477
- label?: tailwind_merge44.ClassNameValue;
478
- checkboxIcon?: tailwind_merge44.ClassNameValue;
479
- indicator?: tailwind_merge44.ClassNameValue;
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;
480
480
  };
481
481
  };
482
482
  } | {
483
483
  [x: string]: {
484
- [x: string]: tailwind_merge44.ClassNameValue | {
485
- root?: tailwind_merge44.ClassNameValue;
486
- label?: tailwind_merge44.ClassNameValue;
487
- checkboxIcon?: tailwind_merge44.ClassNameValue;
488
- indicator?: tailwind_merge44.ClassNameValue;
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;
489
489
  };
490
490
  };
491
491
  } | {}, {
@@ -495,11 +495,11 @@ declare const checkboxVariants: tailwind_variants7.TVReturnType<{
495
495
  root: string;
496
496
  }, undefined, {
497
497
  [key: string]: {
498
- [key: string]: tailwind_merge44.ClassNameValue | {
499
- root?: tailwind_merge44.ClassNameValue;
500
- label?: tailwind_merge44.ClassNameValue;
501
- checkboxIcon?: tailwind_merge44.ClassNameValue;
502
- indicator?: tailwind_merge44.ClassNameValue;
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;
503
503
  };
504
504
  };
505
505
  } | {}, {
@@ -507,7 +507,7 @@ declare const checkboxVariants: tailwind_variants7.TVReturnType<{
507
507
  indicator: string;
508
508
  label: string;
509
509
  root: string;
510
- }, tailwind_variants7.TVReturnType<unknown, {
510
+ }, tailwind_variants0.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_runtime14.JSX.Element;
524
+ }: CheckboxProps): react_jsx_runtime0.JSX.Element;
525
525
  Indicator: ({
526
526
  className,
527
527
  ...props
528
- }: CheckboxIndicatorProps) => react_jsx_runtime14.JSX.Element;
528
+ }: CheckboxIndicatorProps) => react_jsx_runtime0.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_variants7.TVReturnType<{} | {} | {}, undefined, "checkbox-group", {} | {}, undefined, tailwind_variants7.TVReturnType<unknown, undefined, "checkbox-group", unknown, unknown, undefined>>;
534
+ declare const checkboxGroupVariants: tailwind_variants0.TVReturnType<{} | {} | {}, undefined, "checkbox-group", {} | {}, undefined, tailwind_variants0.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_runtime14.JSX.Element;
542
+ }: CheckboxGroupProps) => react_jsx_runtime0.JSX.Element;
543
543
  //#endregion
544
544
  //#region src/components/chip/chip.variants.d.ts
545
- declare const chipVariants: tailwind_variants7.TVReturnType<{
545
+ declare const chipVariants: tailwind_variants0.TVReturnType<{
546
546
  size: {
547
547
  lg: string;
548
548
  md: string;
@@ -568,7 +568,7 @@ declare const chipVariants: tailwind_variants7.TVReturnType<{
568
568
  secondary: string;
569
569
  success: string;
570
570
  };
571
- }, undefined, tailwind_variants7.TVReturnType<{
571
+ }, undefined, tailwind_variants0.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_runtime14.JSX.Element;
594
+ }: ChipProps) => react_jsx_runtime0.JSX.Element;
595
595
  //#endregion
596
596
  //#region src/components/container/container.variants.d.ts
597
- declare const containerVariants: tailwind_variants7.TVReturnType<{} | {} | {}, undefined, "container", {} | {}, undefined, tailwind_variants7.TVReturnType<unknown, undefined, "container", unknown, unknown, undefined>>;
597
+ declare const containerVariants: tailwind_variants0.TVReturnType<{} | {} | {}, undefined, "container", {} | {}, undefined, tailwind_variants0.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_runtime14.JSX.Element;
605
+ }: ContainerProps) => react_jsx_runtime0.JSX.Element;
606
606
  //#endregion
607
607
  //#region src/components/dialog/dialog.variants.d.ts
608
- declare const dialogVariants: tailwind_variants7.TVReturnType<{
608
+ declare const dialogVariants: tailwind_variants0.TVReturnType<{
609
609
  [key: string]: {
610
- [key: string]: tailwind_merge44.ClassNameValue | {
611
- backdrop?: tailwind_merge44.ClassNameValue;
612
- close?: tailwind_merge44.ClassNameValue;
613
- description?: tailwind_merge44.ClassNameValue;
614
- popup?: tailwind_merge44.ClassNameValue;
615
- portal?: tailwind_merge44.ClassNameValue;
616
- root?: tailwind_merge44.ClassNameValue;
617
- title?: tailwind_merge44.ClassNameValue;
618
- trigger?: tailwind_merge44.ClassNameValue;
619
- viewport?: tailwind_merge44.ClassNameValue;
610
+ [key: string]: tailwind_merge0.ClassNameValue | {
611
+ root?: tailwind_merge0.ClassNameValue;
612
+ trigger?: tailwind_merge0.ClassNameValue;
613
+ title?: tailwind_merge0.ClassNameValue;
614
+ backdrop?: tailwind_merge0.ClassNameValue;
615
+ close?: tailwind_merge0.ClassNameValue;
616
+ description?: tailwind_merge0.ClassNameValue;
617
+ popup?: tailwind_merge0.ClassNameValue;
618
+ portal?: tailwind_merge0.ClassNameValue;
619
+ viewport?: tailwind_merge0.ClassNameValue;
620
620
  };
621
621
  };
622
622
  } | {
623
623
  [x: string]: {
624
- [x: string]: tailwind_merge44.ClassNameValue | {
625
- backdrop?: tailwind_merge44.ClassNameValue;
626
- close?: tailwind_merge44.ClassNameValue;
627
- description?: tailwind_merge44.ClassNameValue;
628
- popup?: tailwind_merge44.ClassNameValue;
629
- portal?: tailwind_merge44.ClassNameValue;
630
- root?: tailwind_merge44.ClassNameValue;
631
- title?: tailwind_merge44.ClassNameValue;
632
- trigger?: tailwind_merge44.ClassNameValue;
633
- viewport?: tailwind_merge44.ClassNameValue;
624
+ [x: string]: tailwind_merge0.ClassNameValue | {
625
+ root?: tailwind_merge0.ClassNameValue;
626
+ trigger?: tailwind_merge0.ClassNameValue;
627
+ title?: tailwind_merge0.ClassNameValue;
628
+ backdrop?: tailwind_merge0.ClassNameValue;
629
+ close?: tailwind_merge0.ClassNameValue;
630
+ description?: tailwind_merge0.ClassNameValue;
631
+ popup?: tailwind_merge0.ClassNameValue;
632
+ portal?: tailwind_merge0.ClassNameValue;
633
+ viewport?: tailwind_merge0.ClassNameValue;
634
634
  };
635
635
  };
636
636
  } | {}, {
@@ -645,16 +645,16 @@ declare const dialogVariants: tailwind_variants7.TVReturnType<{
645
645
  viewport: string;
646
646
  }, undefined, {
647
647
  [key: string]: {
648
- [key: string]: tailwind_merge44.ClassNameValue | {
649
- backdrop?: tailwind_merge44.ClassNameValue;
650
- close?: tailwind_merge44.ClassNameValue;
651
- description?: tailwind_merge44.ClassNameValue;
652
- popup?: tailwind_merge44.ClassNameValue;
653
- portal?: tailwind_merge44.ClassNameValue;
654
- root?: tailwind_merge44.ClassNameValue;
655
- title?: tailwind_merge44.ClassNameValue;
656
- trigger?: tailwind_merge44.ClassNameValue;
657
- viewport?: tailwind_merge44.ClassNameValue;
648
+ [key: string]: tailwind_merge0.ClassNameValue | {
649
+ root?: tailwind_merge0.ClassNameValue;
650
+ trigger?: tailwind_merge0.ClassNameValue;
651
+ title?: tailwind_merge0.ClassNameValue;
652
+ backdrop?: tailwind_merge0.ClassNameValue;
653
+ close?: tailwind_merge0.ClassNameValue;
654
+ description?: tailwind_merge0.ClassNameValue;
655
+ popup?: tailwind_merge0.ClassNameValue;
656
+ portal?: tailwind_merge0.ClassNameValue;
657
+ viewport?: tailwind_merge0.ClassNameValue;
658
658
  };
659
659
  };
660
660
  } | {}, {
@@ -667,7 +667,7 @@ declare const dialogVariants: tailwind_variants7.TVReturnType<{
667
667
  title: string;
668
668
  trigger: string;
669
669
  viewport: string;
670
- }, tailwind_variants7.TVReturnType<unknown, {
670
+ }, tailwind_variants0.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_runtime14.JSX.Element;
688
+ }: DialogProps): react_jsx_runtime0.JSX.Element;
689
689
  Backdrop: ({
690
690
  className,
691
691
  ...props
692
- }: DialogBackdropProps) => react_jsx_runtime14.JSX.Element;
692
+ }: DialogBackdropProps) => react_jsx_runtime0.JSX.Element;
693
693
  Close: ({
694
694
  className,
695
695
  ...props
696
- }: DialogCloseProps) => react_jsx_runtime14.JSX.Element;
696
+ }: DialogCloseProps) => react_jsx_runtime0.JSX.Element;
697
697
  Description: ({
698
698
  className,
699
699
  ...props
700
- }: DialogDescriptionProps) => react_jsx_runtime14.JSX.Element;
700
+ }: DialogDescriptionProps) => react_jsx_runtime0.JSX.Element;
701
701
  Popup: ({
702
702
  className,
703
703
  ...props
704
- }: DialogPopupProps) => react_jsx_runtime14.JSX.Element;
704
+ }: DialogPopupProps) => react_jsx_runtime0.JSX.Element;
705
705
  Portal: ({
706
706
  className,
707
707
  ...props
708
- }: DialogPortalProps) => react_jsx_runtime14.JSX.Element;
708
+ }: DialogPortalProps) => react_jsx_runtime0.JSX.Element;
709
709
  Root: /*elided*/any;
710
710
  Title: ({
711
711
  className,
712
712
  ...props
713
- }: DialogTitleProps) => react_jsx_runtime14.JSX.Element;
713
+ }: DialogTitleProps) => react_jsx_runtime0.JSX.Element;
714
714
  Trigger: ({
715
715
  className,
716
716
  ...props
717
- }: DialogTriggerProps) => react_jsx_runtime14.JSX.Element;
717
+ }: DialogTriggerProps) => react_jsx_runtime0.JSX.Element;
718
718
  Viewport: ({
719
719
  className,
720
720
  ...props
721
- }: DialogViewportProps) => react_jsx_runtime14.JSX.Element;
721
+ }: DialogViewportProps) => react_jsx_runtime0.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/field/field.variants.d.ts
733
- declare const fieldVariants: tailwind_variants7.TVReturnType<{
733
+ declare const fieldVariants: tailwind_variants0.TVReturnType<{
734
734
  size: {
735
735
  lg: {
736
736
  control: string;
@@ -766,7 +766,7 @@ declare const fieldVariants: tailwind_variants7.TVReturnType<{
766
766
  error: string;
767
767
  label: string;
768
768
  root: string;
769
- }, tailwind_variants7.TVReturnType<{
769
+ }, tailwind_variants0.TVReturnType<{
770
770
  size: {
771
771
  lg: {
772
772
  control: string;
@@ -794,23 +794,23 @@ declare const Field: {
794
794
  className,
795
795
  size,
796
796
  ...props
797
- }: FieldProps): react_jsx_runtime14.JSX.Element;
797
+ }: FieldProps): react_jsx_runtime0.JSX.Element;
798
798
  Control: ({
799
799
  className,
800
800
  ...props
801
- }: FieldControlProps) => react_jsx_runtime14.JSX.Element;
801
+ }: FieldControlProps) => react_jsx_runtime0.JSX.Element;
802
802
  Description: ({
803
803
  className,
804
804
  ...props
805
- }: FieldDescriptionProps) => react_jsx_runtime14.JSX.Element;
805
+ }: FieldDescriptionProps) => react_jsx_runtime0.JSX.Element;
806
806
  Error: ({
807
807
  className,
808
808
  ...props
809
- }: FieldErrorProps) => react_jsx_runtime14.JSX.Element;
809
+ }: FieldErrorProps) => react_jsx_runtime0.JSX.Element;
810
810
  Label: ({
811
811
  className,
812
812
  ...props
813
- }: FieldLabelProps) => react_jsx_runtime14.JSX.Element;
813
+ }: FieldLabelProps) => react_jsx_runtime0.JSX.Element;
814
814
  Root: /*elided*/any;
815
815
  };
816
816
  interface FieldLabelProps extends React.ComponentProps<typeof Field$1.Label> {}
@@ -818,8 +818,57 @@ interface FieldDescriptionProps extends React.ComponentProps<typeof Field$1.Desc
818
818
  interface FieldControlProps extends React.ComponentProps<typeof Field$1.Control> {}
819
819
  interface FieldErrorProps extends React.ComponentProps<typeof Field$1.Error> {}
820
820
  //#endregion
821
+ //#region src/components/fieldset/fieldset.variants.d.ts
822
+ declare const fieldsetVariants: tailwind_variants0.TVReturnType<{
823
+ [key: string]: {
824
+ [key: string]: tailwind_merge0.ClassNameValue | {
825
+ root?: tailwind_merge0.ClassNameValue;
826
+ legend?: tailwind_merge0.ClassNameValue;
827
+ };
828
+ };
829
+ } | {
830
+ [x: string]: {
831
+ [x: string]: tailwind_merge0.ClassNameValue | {
832
+ root?: tailwind_merge0.ClassNameValue;
833
+ legend?: tailwind_merge0.ClassNameValue;
834
+ };
835
+ };
836
+ } | {}, {
837
+ legend: string;
838
+ root: string;
839
+ }, undefined, {
840
+ [key: string]: {
841
+ [key: string]: tailwind_merge0.ClassNameValue | {
842
+ root?: tailwind_merge0.ClassNameValue;
843
+ legend?: tailwind_merge0.ClassNameValue;
844
+ };
845
+ };
846
+ } | {}, {
847
+ legend: string;
848
+ root: string;
849
+ }, tailwind_variants0.TVReturnType<unknown, {
850
+ legend: string;
851
+ root: string;
852
+ }, undefined, unknown, unknown, undefined>>;
853
+ type FieldsetVariants = VariantProps<typeof fieldsetVariants>;
854
+ //#endregion
855
+ //#region src/components/fieldset/fieldset.d.ts
856
+ interface FieldsetProps extends FieldsetVariants, Fieldset$1.Root.Props {}
857
+ declare const Fieldset: {
858
+ ({
859
+ className,
860
+ ...props
861
+ }: FieldsetProps): react_jsx_runtime0.JSX.Element;
862
+ Root: /*elided*/any;
863
+ Legend: ({
864
+ className,
865
+ ...props
866
+ }: FieldsetLegendProps) => react_jsx_runtime0.JSX.Element;
867
+ };
868
+ interface FieldsetLegendProps extends Fieldset$1.Legend.Props {}
869
+ //#endregion
821
870
  //#region src/components/form/form.variants.d.ts
822
- declare const formVariants: tailwind_variants7.TVReturnType<{} | {} | {}, undefined, "form", {} | {}, undefined, tailwind_variants7.TVReturnType<unknown, undefined, "form", unknown, unknown, undefined>>;
871
+ declare const formVariants: tailwind_variants0.TVReturnType<{} | {} | {}, undefined, "form", {} | {}, undefined, tailwind_variants0.TVReturnType<unknown, undefined, "form", unknown, unknown, undefined>>;
823
872
  type FormVariants = VariantProps<typeof formVariants>;
824
873
  //#endregion
825
874
  //#region src/components/form/form.d.ts
@@ -827,10 +876,10 @@ interface FormProps extends FormVariants, React.ComponentProps<"form"> {}
827
876
  declare const Form: ({
828
877
  className,
829
878
  ...props
830
- }: FormProps) => react_jsx_runtime14.JSX.Element;
879
+ }: FormProps) => react_jsx_runtime0.JSX.Element;
831
880
  //#endregion
832
881
  //#region src/components/input/input.variants.d.ts
833
- declare const inputVariants: tailwind_variants7.TVReturnType<{
882
+ declare const inputVariants: tailwind_variants0.TVReturnType<{
834
883
  inputSize: {
835
884
  lg: string;
836
885
  md: string;
@@ -842,7 +891,7 @@ declare const inputVariants: tailwind_variants7.TVReturnType<{
842
891
  md: string;
843
892
  sm: string;
844
893
  };
845
- }, undefined, tailwind_variants7.TVReturnType<{
894
+ }, undefined, tailwind_variants0.TVReturnType<{
846
895
  inputSize: {
847
896
  lg: string;
848
897
  md: string;
@@ -857,10 +906,10 @@ declare const Input: ({
857
906
  className,
858
907
  inputSize,
859
908
  ...props
860
- }: InputProps) => react_jsx_runtime14.JSX.Element;
909
+ }: InputProps) => react_jsx_runtime0.JSX.Element;
861
910
  //#endregion
862
911
  //#region src/components/label/label.variants.d.ts
863
- declare const labelVariants: tailwind_variants7.TVReturnType<{} | {} | {}, undefined, "label", {} | {}, undefined, tailwind_variants7.TVReturnType<unknown, undefined, "label", unknown, unknown, undefined>>;
912
+ declare const labelVariants: tailwind_variants0.TVReturnType<{} | {} | {}, undefined, "label", {} | {}, undefined, tailwind_variants0.TVReturnType<unknown, undefined, "label", unknown, unknown, undefined>>;
864
913
  type LabelVariants = VariantProps<typeof labelVariants>;
865
914
  //#endregion
866
915
  //#region src/components/label/label.d.ts
@@ -868,10 +917,10 @@ interface LabelProps extends LabelVariants, React.ComponentProps<"label"> {}
868
917
  declare const Label: ({
869
918
  className,
870
919
  ...props
871
- }: LabelProps) => react_jsx_runtime14.JSX.Element;
920
+ }: LabelProps) => react_jsx_runtime0.JSX.Element;
872
921
  //#endregion
873
922
  //#region src/components/link/link.variants.d.ts
874
- declare const linkVariants: tailwind_variants7.TVReturnType<{
923
+ declare const linkVariants: tailwind_variants0.TVReturnType<{
875
924
  variant: {
876
925
  "no-underline": string;
877
926
  underline: string;
@@ -881,7 +930,7 @@ declare const linkVariants: tailwind_variants7.TVReturnType<{
881
930
  "no-underline": string;
882
931
  underline: string;
883
932
  };
884
- }, undefined, tailwind_variants7.TVReturnType<{
933
+ }, undefined, tailwind_variants0.TVReturnType<{
885
934
  variant: {
886
935
  "no-underline": string;
887
936
  underline: string;
@@ -895,21 +944,21 @@ declare const Link: ({
895
944
  className,
896
945
  variant,
897
946
  ...props
898
- }: LinkProps) => react_jsx_runtime14.JSX.Element;
947
+ }: LinkProps) => react_jsx_runtime0.JSX.Element;
899
948
  //#endregion
900
949
  //#region src/components/list/list.variants.d.ts
901
- declare const listVariants: tailwind_variants7.TVReturnType<{
950
+ declare const listVariants: tailwind_variants0.TVReturnType<{
902
951
  [key: string]: {
903
- [key: string]: tailwind_merge44.ClassNameValue | {
904
- root?: tailwind_merge44.ClassNameValue;
905
- item?: tailwind_merge44.ClassNameValue;
952
+ [key: string]: tailwind_merge0.ClassNameValue | {
953
+ item?: tailwind_merge0.ClassNameValue;
954
+ root?: tailwind_merge0.ClassNameValue;
906
955
  };
907
956
  };
908
957
  } | {
909
958
  [x: string]: {
910
- [x: string]: tailwind_merge44.ClassNameValue | {
911
- root?: tailwind_merge44.ClassNameValue;
912
- item?: tailwind_merge44.ClassNameValue;
959
+ [x: string]: tailwind_merge0.ClassNameValue | {
960
+ item?: tailwind_merge0.ClassNameValue;
961
+ root?: tailwind_merge0.ClassNameValue;
913
962
  };
914
963
  };
915
964
  } | {}, {
@@ -917,15 +966,15 @@ declare const listVariants: tailwind_variants7.TVReturnType<{
917
966
  root: string;
918
967
  }, undefined, {
919
968
  [key: string]: {
920
- [key: string]: tailwind_merge44.ClassNameValue | {
921
- root?: tailwind_merge44.ClassNameValue;
922
- item?: tailwind_merge44.ClassNameValue;
969
+ [key: string]: tailwind_merge0.ClassNameValue | {
970
+ item?: tailwind_merge0.ClassNameValue;
971
+ root?: tailwind_merge0.ClassNameValue;
923
972
  };
924
973
  };
925
974
  } | {}, {
926
975
  item: string;
927
976
  root: string;
928
- }, tailwind_variants7.TVReturnType<unknown, {
977
+ }, tailwind_variants0.TVReturnType<unknown, {
929
978
  item: string;
930
979
  root: string;
931
980
  }, undefined, unknown, unknown, undefined>>;
@@ -937,56 +986,56 @@ declare const List: {
937
986
  ({
938
987
  className,
939
988
  ...props
940
- }: ListProps): react_jsx_runtime14.JSX.Element;
989
+ }: ListProps): react_jsx_runtime0.JSX.Element;
941
990
  Root: /*elided*/any;
942
991
  Item: ({
943
992
  className,
944
993
  ...props
945
- }: ListItemProps) => react_jsx_runtime14.JSX.Element;
994
+ }: ListItemProps) => react_jsx_runtime0.JSX.Element;
946
995
  };
947
996
  interface ListItemProps extends React.ComponentProps<"li"> {}
948
997
  //#endregion
949
998
  //#region src/components/menu/menu.variants.d.ts
950
- declare const menuVariants: tailwind_variants7.TVReturnType<{
999
+ declare const menuVariants: tailwind_variants0.TVReturnType<{
951
1000
  [key: string]: {
952
- [key: string]: tailwind_merge44.ClassNameValue | {
953
- backdrop?: tailwind_merge44.ClassNameValue;
954
- popup?: tailwind_merge44.ClassNameValue;
955
- portal?: tailwind_merge44.ClassNameValue;
956
- root?: tailwind_merge44.ClassNameValue;
957
- trigger?: tailwind_merge44.ClassNameValue;
958
- radioGroup?: tailwind_merge44.ClassNameValue;
959
- item?: tailwind_merge44.ClassNameValue;
960
- arrow?: tailwind_merge44.ClassNameValue;
961
- checkboxItem?: tailwind_merge44.ClassNameValue;
962
- group?: tailwind_merge44.ClassNameValue;
963
- groupLabel?: tailwind_merge44.ClassNameValue;
964
- positioner?: tailwind_merge44.ClassNameValue;
965
- radioItem?: tailwind_merge44.ClassNameValue;
966
- separator?: tailwind_merge44.ClassNameValue;
967
- submenu?: tailwind_merge44.ClassNameValue;
968
- submenuTrigger?: tailwind_merge44.ClassNameValue;
1001
+ [key: string]: tailwind_merge0.ClassNameValue | {
1002
+ item?: tailwind_merge0.ClassNameValue;
1003
+ root?: tailwind_merge0.ClassNameValue;
1004
+ trigger?: tailwind_merge0.ClassNameValue;
1005
+ radioGroup?: tailwind_merge0.ClassNameValue;
1006
+ backdrop?: tailwind_merge0.ClassNameValue;
1007
+ popup?: tailwind_merge0.ClassNameValue;
1008
+ portal?: tailwind_merge0.ClassNameValue;
1009
+ arrow?: tailwind_merge0.ClassNameValue;
1010
+ checkboxItem?: tailwind_merge0.ClassNameValue;
1011
+ group?: tailwind_merge0.ClassNameValue;
1012
+ groupLabel?: tailwind_merge0.ClassNameValue;
1013
+ positioner?: tailwind_merge0.ClassNameValue;
1014
+ radioItem?: tailwind_merge0.ClassNameValue;
1015
+ separator?: tailwind_merge0.ClassNameValue;
1016
+ submenu?: tailwind_merge0.ClassNameValue;
1017
+ submenuTrigger?: tailwind_merge0.ClassNameValue;
969
1018
  };
970
1019
  };
971
1020
  } | {
972
1021
  [x: string]: {
973
- [x: string]: tailwind_merge44.ClassNameValue | {
974
- backdrop?: tailwind_merge44.ClassNameValue;
975
- popup?: tailwind_merge44.ClassNameValue;
976
- portal?: tailwind_merge44.ClassNameValue;
977
- root?: tailwind_merge44.ClassNameValue;
978
- trigger?: tailwind_merge44.ClassNameValue;
979
- radioGroup?: tailwind_merge44.ClassNameValue;
980
- item?: tailwind_merge44.ClassNameValue;
981
- arrow?: tailwind_merge44.ClassNameValue;
982
- checkboxItem?: tailwind_merge44.ClassNameValue;
983
- group?: tailwind_merge44.ClassNameValue;
984
- groupLabel?: tailwind_merge44.ClassNameValue;
985
- positioner?: tailwind_merge44.ClassNameValue;
986
- radioItem?: tailwind_merge44.ClassNameValue;
987
- separator?: tailwind_merge44.ClassNameValue;
988
- submenu?: tailwind_merge44.ClassNameValue;
989
- submenuTrigger?: tailwind_merge44.ClassNameValue;
1022
+ [x: string]: tailwind_merge0.ClassNameValue | {
1023
+ item?: tailwind_merge0.ClassNameValue;
1024
+ root?: tailwind_merge0.ClassNameValue;
1025
+ trigger?: tailwind_merge0.ClassNameValue;
1026
+ radioGroup?: tailwind_merge0.ClassNameValue;
1027
+ backdrop?: tailwind_merge0.ClassNameValue;
1028
+ popup?: tailwind_merge0.ClassNameValue;
1029
+ portal?: tailwind_merge0.ClassNameValue;
1030
+ arrow?: tailwind_merge0.ClassNameValue;
1031
+ checkboxItem?: tailwind_merge0.ClassNameValue;
1032
+ group?: tailwind_merge0.ClassNameValue;
1033
+ groupLabel?: tailwind_merge0.ClassNameValue;
1034
+ positioner?: tailwind_merge0.ClassNameValue;
1035
+ radioItem?: tailwind_merge0.ClassNameValue;
1036
+ separator?: tailwind_merge0.ClassNameValue;
1037
+ submenu?: tailwind_merge0.ClassNameValue;
1038
+ submenuTrigger?: tailwind_merge0.ClassNameValue;
990
1039
  };
991
1040
  };
992
1041
  } | {}, {
@@ -1008,23 +1057,23 @@ declare const menuVariants: tailwind_variants7.TVReturnType<{
1008
1057
  trigger: string;
1009
1058
  }, undefined, {
1010
1059
  [key: string]: {
1011
- [key: string]: tailwind_merge44.ClassNameValue | {
1012
- backdrop?: tailwind_merge44.ClassNameValue;
1013
- popup?: tailwind_merge44.ClassNameValue;
1014
- portal?: tailwind_merge44.ClassNameValue;
1015
- root?: tailwind_merge44.ClassNameValue;
1016
- trigger?: tailwind_merge44.ClassNameValue;
1017
- radioGroup?: tailwind_merge44.ClassNameValue;
1018
- item?: tailwind_merge44.ClassNameValue;
1019
- arrow?: tailwind_merge44.ClassNameValue;
1020
- checkboxItem?: tailwind_merge44.ClassNameValue;
1021
- group?: tailwind_merge44.ClassNameValue;
1022
- groupLabel?: tailwind_merge44.ClassNameValue;
1023
- positioner?: tailwind_merge44.ClassNameValue;
1024
- radioItem?: tailwind_merge44.ClassNameValue;
1025
- separator?: tailwind_merge44.ClassNameValue;
1026
- submenu?: tailwind_merge44.ClassNameValue;
1027
- submenuTrigger?: tailwind_merge44.ClassNameValue;
1060
+ [key: string]: tailwind_merge0.ClassNameValue | {
1061
+ item?: tailwind_merge0.ClassNameValue;
1062
+ root?: tailwind_merge0.ClassNameValue;
1063
+ trigger?: tailwind_merge0.ClassNameValue;
1064
+ radioGroup?: tailwind_merge0.ClassNameValue;
1065
+ backdrop?: tailwind_merge0.ClassNameValue;
1066
+ popup?: tailwind_merge0.ClassNameValue;
1067
+ portal?: tailwind_merge0.ClassNameValue;
1068
+ arrow?: tailwind_merge0.ClassNameValue;
1069
+ checkboxItem?: tailwind_merge0.ClassNameValue;
1070
+ group?: tailwind_merge0.ClassNameValue;
1071
+ groupLabel?: tailwind_merge0.ClassNameValue;
1072
+ positioner?: tailwind_merge0.ClassNameValue;
1073
+ radioItem?: tailwind_merge0.ClassNameValue;
1074
+ separator?: tailwind_merge0.ClassNameValue;
1075
+ submenu?: tailwind_merge0.ClassNameValue;
1076
+ submenuTrigger?: tailwind_merge0.ClassNameValue;
1028
1077
  };
1029
1078
  };
1030
1079
  } | {}, {
@@ -1044,7 +1093,7 @@ declare const menuVariants: tailwind_variants7.TVReturnType<{
1044
1093
  submenu: string;
1045
1094
  submenuTrigger: string;
1046
1095
  trigger: string;
1047
- }, tailwind_variants7.TVReturnType<unknown, {
1096
+ }, tailwind_variants0.TVReturnType<unknown, {
1048
1097
  arrow: string;
1049
1098
  backdrop: string;
1050
1099
  checkboxItem: string;
@@ -1069,67 +1118,67 @@ interface MenuProps extends MenuVariants, Menu$1.Root.Props {}
1069
1118
  declare const Menu: {
1070
1119
  ({
1071
1120
  ...props
1072
- }: MenuProps): react_jsx_runtime14.JSX.Element;
1121
+ }: MenuProps): react_jsx_runtime0.JSX.Element;
1073
1122
  Arrow: ({
1074
1123
  className,
1075
1124
  ...props
1076
- }: MenuArrowProps) => react_jsx_runtime14.JSX.Element;
1125
+ }: MenuArrowProps) => react_jsx_runtime0.JSX.Element;
1077
1126
  Backdrop: ({
1078
1127
  className,
1079
1128
  ...props
1080
- }: MenuBackdropProps) => react_jsx_runtime14.JSX.Element;
1129
+ }: MenuBackdropProps) => react_jsx_runtime0.JSX.Element;
1081
1130
  CheckboxItem: ({
1082
1131
  className,
1083
1132
  ...props
1084
- }: MenuCheckboxItemProps) => react_jsx_runtime14.JSX.Element;
1133
+ }: MenuCheckboxItemProps) => react_jsx_runtime0.JSX.Element;
1085
1134
  Group: ({
1086
1135
  className,
1087
1136
  ...props
1088
- }: MenuGroupProps) => react_jsx_runtime14.JSX.Element;
1137
+ }: MenuGroupProps) => react_jsx_runtime0.JSX.Element;
1089
1138
  GroupLabel: ({
1090
1139
  className,
1091
1140
  ...props
1092
- }: MenuGroupLabelProps) => react_jsx_runtime14.JSX.Element;
1141
+ }: MenuGroupLabelProps) => react_jsx_runtime0.JSX.Element;
1093
1142
  Item: ({
1094
1143
  className,
1095
1144
  ...props
1096
- }: MenuItemProps) => react_jsx_runtime14.JSX.Element;
1145
+ }: MenuItemProps) => react_jsx_runtime0.JSX.Element;
1097
1146
  Popup: ({
1098
1147
  className,
1099
1148
  ...props
1100
- }: MenuPopupProps) => react_jsx_runtime14.JSX.Element;
1149
+ }: MenuPopupProps) => react_jsx_runtime0.JSX.Element;
1101
1150
  Portal: ({
1102
1151
  className,
1103
1152
  ...props
1104
- }: MenuPortalProps) => react_jsx_runtime14.JSX.Element;
1153
+ }: MenuPortalProps) => react_jsx_runtime0.JSX.Element;
1105
1154
  Positioner: ({
1106
1155
  className,
1107
1156
  ...props
1108
- }: MenuPositionerProps) => react_jsx_runtime14.JSX.Element;
1157
+ }: MenuPositionerProps) => react_jsx_runtime0.JSX.Element;
1109
1158
  RadioGroup: ({
1110
1159
  className,
1111
1160
  ...props
1112
- }: MenuRadioGroupProps) => react_jsx_runtime14.JSX.Element;
1161
+ }: MenuRadioGroupProps) => react_jsx_runtime0.JSX.Element;
1113
1162
  RadioItem: ({
1114
1163
  className,
1115
1164
  ...props
1116
- }: MenuRadioItemProps) => react_jsx_runtime14.JSX.Element;
1165
+ }: MenuRadioItemProps) => react_jsx_runtime0.JSX.Element;
1117
1166
  Root: /*elided*/any;
1118
1167
  Separator: ({
1119
1168
  className,
1120
1169
  ...props
1121
- }: MenuSeparatorProps) => react_jsx_runtime14.JSX.Element;
1170
+ }: MenuSeparatorProps) => react_jsx_runtime0.JSX.Element;
1122
1171
  Submenu: ({
1123
1172
  ...props
1124
- }: MenuSubmenuProps) => react_jsx_runtime14.JSX.Element;
1173
+ }: MenuSubmenuProps) => react_jsx_runtime0.JSX.Element;
1125
1174
  SubmenuTrigger: ({
1126
1175
  className,
1127
1176
  ...props
1128
- }: MenuSubmenuTriggerProps) => react_jsx_runtime14.JSX.Element;
1177
+ }: MenuSubmenuTriggerProps) => react_jsx_runtime0.JSX.Element;
1129
1178
  Trigger: ({
1130
1179
  className,
1131
1180
  ...props
1132
- }: MenuTriggerProps) => react_jsx_runtime14.JSX.Element;
1181
+ }: MenuTriggerProps) => react_jsx_runtime0.JSX.Element;
1133
1182
  };
1134
1183
  interface MenuTriggerProps extends MenuVariants, Menu$1.Trigger.Props {}
1135
1184
  interface MenuPortalProps extends MenuVariants, Menu$1.Portal.Props {}
@@ -1148,7 +1197,7 @@ interface MenuSubmenuProps extends MenuVariants, Menu$1.SubmenuRoot.Props {}
1148
1197
  interface MenuSubmenuTriggerProps extends MenuVariants, Menu$1.SubmenuTrigger.Props {}
1149
1198
  //#endregion
1150
1199
  //#region src/components/meter/meter.variants.d.ts
1151
- declare const meterVariants: tailwind_variants7.TVReturnType<{
1200
+ declare const meterVariants: tailwind_variants0.TVReturnType<{
1152
1201
  size: {
1153
1202
  lg: {
1154
1203
  root: string;
@@ -1212,7 +1261,7 @@ declare const meterVariants: tailwind_variants7.TVReturnType<{
1212
1261
  root: string;
1213
1262
  track: string;
1214
1263
  value: string;
1215
- }, tailwind_variants7.TVReturnType<{
1264
+ }, tailwind_variants0.TVReturnType<{
1216
1265
  size: {
1217
1266
  lg: {
1218
1267
  root: string;
@@ -1255,24 +1304,24 @@ declare const Meter: {
1255
1304
  size,
1256
1305
  variant,
1257
1306
  ...props
1258
- }: MeterProps): react_jsx_runtime14.JSX.Element;
1307
+ }: MeterProps): react_jsx_runtime0.JSX.Element;
1259
1308
  Indicator: ({
1260
1309
  className,
1261
1310
  ...props
1262
- }: MeterIndicatorProps) => react_jsx_runtime14.JSX.Element;
1311
+ }: MeterIndicatorProps) => react_jsx_runtime0.JSX.Element;
1263
1312
  Label: ({
1264
1313
  className,
1265
1314
  ...props
1266
- }: MeterLabelProps) => react_jsx_runtime14.JSX.Element;
1315
+ }: MeterLabelProps) => react_jsx_runtime0.JSX.Element;
1267
1316
  Root: /*elided*/any;
1268
1317
  Track: ({
1269
1318
  className,
1270
1319
  ...props
1271
- }: MeterTrackProps) => react_jsx_runtime14.JSX.Element;
1320
+ }: MeterTrackProps) => react_jsx_runtime0.JSX.Element;
1272
1321
  Value: ({
1273
1322
  className,
1274
1323
  ...props
1275
- }: MeterValueProps) => react_jsx_runtime14.JSX.Element;
1324
+ }: MeterValueProps) => react_jsx_runtime0.JSX.Element;
1276
1325
  };
1277
1326
  interface MeterLabelProps extends Meter$1.Label.Props {}
1278
1327
  interface MeterValueProps extends Meter$1.Value.Props {}
@@ -1280,30 +1329,30 @@ interface MeterTrackProps extends Meter$1.Track.Props {}
1280
1329
  interface MeterIndicatorProps extends Meter$1.Indicator.Props {}
1281
1330
  //#endregion
1282
1331
  //#region src/components/navbar/navbar.variants.d.ts
1283
- declare const navbarVariants: tailwind_variants7.TVReturnType<{
1332
+ declare const navbarVariants: tailwind_variants0.TVReturnType<{
1284
1333
  [key: string]: {
1285
- [key: string]: tailwind_merge44.ClassNameValue | {
1286
- root?: tailwind_merge44.ClassNameValue;
1287
- menu?: tailwind_merge44.ClassNameValue;
1288
- content?: tailwind_merge44.ClassNameValue;
1289
- container?: tailwind_merge44.ClassNameValue;
1290
- list?: tailwind_merge44.ClassNameValue;
1291
- listItem?: tailwind_merge44.ClassNameValue;
1292
- menuItem?: tailwind_merge44.ClassNameValue;
1293
- toggle?: tailwind_merge44.ClassNameValue;
1334
+ [key: string]: tailwind_merge0.ClassNameValue | {
1335
+ content?: tailwind_merge0.ClassNameValue;
1336
+ root?: tailwind_merge0.ClassNameValue;
1337
+ menu?: tailwind_merge0.ClassNameValue;
1338
+ container?: tailwind_merge0.ClassNameValue;
1339
+ list?: tailwind_merge0.ClassNameValue;
1340
+ listItem?: tailwind_merge0.ClassNameValue;
1341
+ menuItem?: tailwind_merge0.ClassNameValue;
1342
+ toggle?: tailwind_merge0.ClassNameValue;
1294
1343
  };
1295
1344
  };
1296
1345
  } | {
1297
1346
  [x: string]: {
1298
- [x: string]: tailwind_merge44.ClassNameValue | {
1299
- root?: tailwind_merge44.ClassNameValue;
1300
- menu?: tailwind_merge44.ClassNameValue;
1301
- content?: tailwind_merge44.ClassNameValue;
1302
- container?: tailwind_merge44.ClassNameValue;
1303
- list?: tailwind_merge44.ClassNameValue;
1304
- listItem?: tailwind_merge44.ClassNameValue;
1305
- menuItem?: tailwind_merge44.ClassNameValue;
1306
- toggle?: tailwind_merge44.ClassNameValue;
1347
+ [x: string]: tailwind_merge0.ClassNameValue | {
1348
+ content?: tailwind_merge0.ClassNameValue;
1349
+ root?: tailwind_merge0.ClassNameValue;
1350
+ menu?: tailwind_merge0.ClassNameValue;
1351
+ container?: tailwind_merge0.ClassNameValue;
1352
+ list?: tailwind_merge0.ClassNameValue;
1353
+ listItem?: tailwind_merge0.ClassNameValue;
1354
+ menuItem?: tailwind_merge0.ClassNameValue;
1355
+ toggle?: tailwind_merge0.ClassNameValue;
1307
1356
  };
1308
1357
  };
1309
1358
  } | {}, {
@@ -1317,15 +1366,15 @@ declare const navbarVariants: tailwind_variants7.TVReturnType<{
1317
1366
  toggle: string;
1318
1367
  }, undefined, {
1319
1368
  [key: string]: {
1320
- [key: string]: tailwind_merge44.ClassNameValue | {
1321
- root?: tailwind_merge44.ClassNameValue;
1322
- menu?: tailwind_merge44.ClassNameValue;
1323
- content?: tailwind_merge44.ClassNameValue;
1324
- container?: tailwind_merge44.ClassNameValue;
1325
- list?: tailwind_merge44.ClassNameValue;
1326
- listItem?: tailwind_merge44.ClassNameValue;
1327
- menuItem?: tailwind_merge44.ClassNameValue;
1328
- toggle?: tailwind_merge44.ClassNameValue;
1369
+ [key: string]: tailwind_merge0.ClassNameValue | {
1370
+ content?: tailwind_merge0.ClassNameValue;
1371
+ root?: tailwind_merge0.ClassNameValue;
1372
+ menu?: tailwind_merge0.ClassNameValue;
1373
+ container?: tailwind_merge0.ClassNameValue;
1374
+ list?: tailwind_merge0.ClassNameValue;
1375
+ listItem?: tailwind_merge0.ClassNameValue;
1376
+ menuItem?: tailwind_merge0.ClassNameValue;
1377
+ toggle?: tailwind_merge0.ClassNameValue;
1329
1378
  };
1330
1379
  };
1331
1380
  } | {}, {
@@ -1337,7 +1386,7 @@ declare const navbarVariants: tailwind_variants7.TVReturnType<{
1337
1386
  menuItem: string;
1338
1387
  root: string;
1339
1388
  toggle: string;
1340
- }, tailwind_variants7.TVReturnType<unknown, {
1389
+ }, tailwind_variants0.TVReturnType<unknown, {
1341
1390
  container: string;
1342
1391
  content: string;
1343
1392
  list: string;
@@ -1360,36 +1409,36 @@ declare const Navbar: {
1360
1409
  isOpen,
1361
1410
  onOpenChange,
1362
1411
  ...props
1363
- }: NavbarProps): react_jsx_runtime14.JSX.Element;
1412
+ }: NavbarProps): react_jsx_runtime0.JSX.Element;
1364
1413
  Root: /*elided*/any;
1365
1414
  Container: ({
1366
1415
  className,
1367
1416
  ...props
1368
- }: NavbarContainerProps) => react_jsx_runtime14.JSX.Element;
1417
+ }: NavbarContainerProps) => react_jsx_runtime0.JSX.Element;
1369
1418
  Content: ({
1370
1419
  className,
1371
1420
  ...props
1372
- }: NavbarContentProps) => react_jsx_runtime14.JSX.Element;
1421
+ }: NavbarContentProps) => react_jsx_runtime0.JSX.Element;
1373
1422
  List: ({
1374
1423
  className,
1375
1424
  ...props
1376
- }: NavbarListProps) => react_jsx_runtime14.JSX.Element;
1425
+ }: NavbarListProps) => react_jsx_runtime0.JSX.Element;
1377
1426
  ListItem: ({
1378
1427
  className,
1379
1428
  ...props
1380
- }: NavbarListItemProps) => react_jsx_runtime14.JSX.Element;
1429
+ }: NavbarListItemProps) => react_jsx_runtime0.JSX.Element;
1381
1430
  Toggle: ({
1382
1431
  className,
1383
1432
  ...props
1384
- }: NavbarToggleProps) => react_jsx_runtime14.JSX.Element;
1433
+ }: NavbarToggleProps) => react_jsx_runtime0.JSX.Element;
1385
1434
  Menu: ({
1386
1435
  className,
1387
1436
  ...props
1388
- }: NavbarMenuProps) => react_jsx_runtime14.JSX.Element;
1437
+ }: NavbarMenuProps) => react_jsx_runtime0.JSX.Element;
1389
1438
  MenuItem: ({
1390
1439
  className,
1391
1440
  ...props
1392
- }: NavbarMenuItemProps) => react_jsx_runtime14.JSX.Element;
1441
+ }: NavbarMenuItemProps) => react_jsx_runtime0.JSX.Element;
1393
1442
  };
1394
1443
  interface NavbarContainerProps extends React.ComponentProps<"nav"> {}
1395
1444
  interface NavbarContentProps extends React.ComponentProps<"div"> {}
@@ -1400,24 +1449,24 @@ interface NavbarMenuProps extends React.ComponentProps<"ul"> {}
1400
1449
  interface NavbarMenuItemProps extends React.ComponentProps<"li"> {}
1401
1450
  //#endregion
1402
1451
  //#region src/components/progress/progress.variants.d.ts
1403
- declare const progressVariants: tailwind_variants7.TVReturnType<{
1452
+ declare const progressVariants: tailwind_variants0.TVReturnType<{
1404
1453
  [key: string]: {
1405
- [key: string]: tailwind_merge44.ClassNameValue | {
1406
- root?: tailwind_merge44.ClassNameValue;
1407
- label?: tailwind_merge44.ClassNameValue;
1408
- track?: tailwind_merge44.ClassNameValue;
1409
- value?: tailwind_merge44.ClassNameValue;
1410
- indicator?: tailwind_merge44.ClassNameValue;
1454
+ [key: string]: tailwind_merge0.ClassNameValue | {
1455
+ root?: tailwind_merge0.ClassNameValue;
1456
+ label?: tailwind_merge0.ClassNameValue;
1457
+ track?: tailwind_merge0.ClassNameValue;
1458
+ value?: tailwind_merge0.ClassNameValue;
1459
+ indicator?: tailwind_merge0.ClassNameValue;
1411
1460
  };
1412
1461
  };
1413
1462
  } | {
1414
1463
  [x: string]: {
1415
- [x: string]: tailwind_merge44.ClassNameValue | {
1416
- root?: tailwind_merge44.ClassNameValue;
1417
- label?: tailwind_merge44.ClassNameValue;
1418
- track?: tailwind_merge44.ClassNameValue;
1419
- value?: tailwind_merge44.ClassNameValue;
1420
- indicator?: tailwind_merge44.ClassNameValue;
1464
+ [x: string]: tailwind_merge0.ClassNameValue | {
1465
+ root?: tailwind_merge0.ClassNameValue;
1466
+ label?: tailwind_merge0.ClassNameValue;
1467
+ track?: tailwind_merge0.ClassNameValue;
1468
+ value?: tailwind_merge0.ClassNameValue;
1469
+ indicator?: tailwind_merge0.ClassNameValue;
1421
1470
  };
1422
1471
  };
1423
1472
  } | {}, {
@@ -1428,12 +1477,12 @@ declare const progressVariants: tailwind_variants7.TVReturnType<{
1428
1477
  value: string;
1429
1478
  }, undefined, {
1430
1479
  [key: string]: {
1431
- [key: string]: tailwind_merge44.ClassNameValue | {
1432
- root?: tailwind_merge44.ClassNameValue;
1433
- label?: tailwind_merge44.ClassNameValue;
1434
- track?: tailwind_merge44.ClassNameValue;
1435
- value?: tailwind_merge44.ClassNameValue;
1436
- indicator?: tailwind_merge44.ClassNameValue;
1480
+ [key: string]: tailwind_merge0.ClassNameValue | {
1481
+ root?: tailwind_merge0.ClassNameValue;
1482
+ label?: tailwind_merge0.ClassNameValue;
1483
+ track?: tailwind_merge0.ClassNameValue;
1484
+ value?: tailwind_merge0.ClassNameValue;
1485
+ indicator?: tailwind_merge0.ClassNameValue;
1437
1486
  };
1438
1487
  };
1439
1488
  } | {}, {
@@ -1442,7 +1491,7 @@ declare const progressVariants: tailwind_variants7.TVReturnType<{
1442
1491
  root: string;
1443
1492
  track: string;
1444
1493
  value: string;
1445
- }, tailwind_variants7.TVReturnType<unknown, {
1494
+ }, tailwind_variants0.TVReturnType<unknown, {
1446
1495
  indicator: string;
1447
1496
  label: string;
1448
1497
  root: string;
@@ -1457,28 +1506,28 @@ declare const Progress: {
1457
1506
  ({
1458
1507
  className,
1459
1508
  ...props
1460
- }: ProgressProps): react_jsx_runtime14.JSX.Element;
1509
+ }: ProgressProps): react_jsx_runtime0.JSX.Element;
1461
1510
  Label: ({
1462
1511
  className,
1463
1512
  ...props
1464
- }: Progress$1.Label.Props) => react_jsx_runtime14.JSX.Element;
1513
+ }: Progress$1.Label.Props) => react_jsx_runtime0.JSX.Element;
1465
1514
  Value: ({
1466
1515
  className,
1467
1516
  ...props
1468
- }: Progress$1.Value.Props) => react_jsx_runtime14.JSX.Element;
1517
+ }: Progress$1.Value.Props) => react_jsx_runtime0.JSX.Element;
1469
1518
  Track: ({
1470
1519
  className,
1471
1520
  ...props
1472
- }: Progress$1.Track.Props) => react_jsx_runtime14.JSX.Element;
1521
+ }: Progress$1.Track.Props) => react_jsx_runtime0.JSX.Element;
1473
1522
  Indicator: ({
1474
1523
  className,
1475
1524
  ...props
1476
- }: Progress$1.Indicator.Props) => react_jsx_runtime14.JSX.Element;
1525
+ }: Progress$1.Indicator.Props) => react_jsx_runtime0.JSX.Element;
1477
1526
  Root: /*elided*/any;
1478
1527
  };
1479
1528
  //#endregion
1480
1529
  //#region src/components/separator/separator.variants.d.ts
1481
- declare const separatorVariants: tailwind_variants7.TVReturnType<{
1530
+ declare const separatorVariants: tailwind_variants0.TVReturnType<{
1482
1531
  orientation: {
1483
1532
  horizontal: string;
1484
1533
  vertical: string;
@@ -1488,7 +1537,7 @@ declare const separatorVariants: tailwind_variants7.TVReturnType<{
1488
1537
  horizontal: string;
1489
1538
  vertical: string;
1490
1539
  };
1491
- }, undefined, tailwind_variants7.TVReturnType<{
1540
+ }, undefined, tailwind_variants0.TVReturnType<{
1492
1541
  orientation: {
1493
1542
  horizontal: string;
1494
1543
  vertical: string;
@@ -1502,29 +1551,29 @@ declare const Separator: ({
1502
1551
  className,
1503
1552
  orientation,
1504
1553
  ...props
1505
- }: SeparatorProps) => react_jsx_runtime14.JSX.Element;
1554
+ }: SeparatorProps) => react_jsx_runtime0.JSX.Element;
1506
1555
  //#endregion
1507
1556
  //#region src/components/slider/slider.variants.d.ts
1508
- declare const sliderVariants: tailwind_variants7.TVReturnType<{
1557
+ declare const sliderVariants: tailwind_variants0.TVReturnType<{
1509
1558
  [key: string]: {
1510
- [key: string]: tailwind_merge44.ClassNameValue | {
1511
- root?: tailwind_merge44.ClassNameValue;
1512
- track?: tailwind_merge44.ClassNameValue;
1513
- value?: tailwind_merge44.ClassNameValue;
1514
- indicator?: tailwind_merge44.ClassNameValue;
1515
- control?: tailwind_merge44.ClassNameValue;
1516
- thumb?: tailwind_merge44.ClassNameValue;
1559
+ [key: string]: tailwind_merge0.ClassNameValue | {
1560
+ root?: tailwind_merge0.ClassNameValue;
1561
+ track?: tailwind_merge0.ClassNameValue;
1562
+ value?: tailwind_merge0.ClassNameValue;
1563
+ indicator?: tailwind_merge0.ClassNameValue;
1564
+ control?: tailwind_merge0.ClassNameValue;
1565
+ thumb?: tailwind_merge0.ClassNameValue;
1517
1566
  };
1518
1567
  };
1519
1568
  } | {
1520
1569
  [x: string]: {
1521
- [x: string]: tailwind_merge44.ClassNameValue | {
1522
- root?: tailwind_merge44.ClassNameValue;
1523
- track?: tailwind_merge44.ClassNameValue;
1524
- value?: tailwind_merge44.ClassNameValue;
1525
- indicator?: tailwind_merge44.ClassNameValue;
1526
- control?: tailwind_merge44.ClassNameValue;
1527
- thumb?: tailwind_merge44.ClassNameValue;
1570
+ [x: string]: tailwind_merge0.ClassNameValue | {
1571
+ root?: tailwind_merge0.ClassNameValue;
1572
+ track?: tailwind_merge0.ClassNameValue;
1573
+ value?: tailwind_merge0.ClassNameValue;
1574
+ indicator?: tailwind_merge0.ClassNameValue;
1575
+ control?: tailwind_merge0.ClassNameValue;
1576
+ thumb?: tailwind_merge0.ClassNameValue;
1528
1577
  };
1529
1578
  };
1530
1579
  } | {}, {
@@ -1536,13 +1585,13 @@ declare const sliderVariants: tailwind_variants7.TVReturnType<{
1536
1585
  value: string;
1537
1586
  }, undefined, {
1538
1587
  [key: string]: {
1539
- [key: string]: tailwind_merge44.ClassNameValue | {
1540
- root?: tailwind_merge44.ClassNameValue;
1541
- track?: tailwind_merge44.ClassNameValue;
1542
- value?: tailwind_merge44.ClassNameValue;
1543
- indicator?: tailwind_merge44.ClassNameValue;
1544
- control?: tailwind_merge44.ClassNameValue;
1545
- thumb?: tailwind_merge44.ClassNameValue;
1588
+ [key: string]: tailwind_merge0.ClassNameValue | {
1589
+ root?: tailwind_merge0.ClassNameValue;
1590
+ track?: tailwind_merge0.ClassNameValue;
1591
+ value?: tailwind_merge0.ClassNameValue;
1592
+ indicator?: tailwind_merge0.ClassNameValue;
1593
+ control?: tailwind_merge0.ClassNameValue;
1594
+ thumb?: tailwind_merge0.ClassNameValue;
1546
1595
  };
1547
1596
  };
1548
1597
  } | {}, {
@@ -1552,7 +1601,7 @@ declare const sliderVariants: tailwind_variants7.TVReturnType<{
1552
1601
  thumb: string;
1553
1602
  track: string;
1554
1603
  value: string;
1555
- }, tailwind_variants7.TVReturnType<unknown, {
1604
+ }, tailwind_variants0.TVReturnType<unknown, {
1556
1605
  control: string;
1557
1606
  indicator: string;
1558
1607
  root: string;
@@ -1568,32 +1617,32 @@ declare const Slider: {
1568
1617
  ({
1569
1618
  className,
1570
1619
  ...props
1571
- }: SliderProps): react_jsx_runtime14.JSX.Element;
1620
+ }: SliderProps): react_jsx_runtime0.JSX.Element;
1572
1621
  Value: ({
1573
1622
  className,
1574
1623
  ...props
1575
- }: Slider$1.Value.Props) => react_jsx_runtime14.JSX.Element;
1624
+ }: Slider$1.Value.Props) => react_jsx_runtime0.JSX.Element;
1576
1625
  Control: ({
1577
1626
  className,
1578
1627
  ...props
1579
- }: Slider$1.Control.Props) => react_jsx_runtime14.JSX.Element;
1628
+ }: Slider$1.Control.Props) => react_jsx_runtime0.JSX.Element;
1580
1629
  Track: ({
1581
1630
  className,
1582
1631
  ...props
1583
- }: Slider$1.Track.Props) => react_jsx_runtime14.JSX.Element;
1632
+ }: Slider$1.Track.Props) => react_jsx_runtime0.JSX.Element;
1584
1633
  Indicator: ({
1585
1634
  className,
1586
1635
  ...props
1587
- }: Slider$1.Indicator.Props) => react_jsx_runtime14.JSX.Element;
1636
+ }: Slider$1.Indicator.Props) => react_jsx_runtime0.JSX.Element;
1588
1637
  Thumb: ({
1589
1638
  className,
1590
1639
  ...props
1591
- }: Slider$1.Thumb.Props) => react_jsx_runtime14.JSX.Element;
1640
+ }: Slider$1.Thumb.Props) => react_jsx_runtime0.JSX.Element;
1592
1641
  Root: /*elided*/any;
1593
1642
  };
1594
1643
  //#endregion
1595
1644
  //#region src/components/switch/switch.variants.d.ts
1596
- declare const switchVariants: tailwind_variants7.TVReturnType<{
1645
+ declare const switchVariants: tailwind_variants0.TVReturnType<{
1597
1646
  size: {
1598
1647
  lg: {
1599
1648
  root: string;
@@ -1623,7 +1672,7 @@ declare const switchVariants: tailwind_variants7.TVReturnType<{
1623
1672
  }, {
1624
1673
  root: string;
1625
1674
  thumb: string;
1626
- }, tailwind_variants7.TVReturnType<{
1675
+ }, tailwind_variants0.TVReturnType<{
1627
1676
  size: {
1628
1677
  lg: {
1629
1678
  root: string;
@@ -1648,37 +1697,37 @@ declare const Switch: {
1648
1697
  className,
1649
1698
  size,
1650
1699
  ...props
1651
- }: SwitchProps): react_jsx_runtime14.JSX.Element;
1700
+ }: SwitchProps): react_jsx_runtime0.JSX.Element;
1652
1701
  Thumb: ({
1653
1702
  className,
1654
1703
  ...props
1655
- }: Switch$1.Thumb.Props) => react_jsx_runtime14.JSX.Element;
1704
+ }: Switch$1.Thumb.Props) => react_jsx_runtime0.JSX.Element;
1656
1705
  Root: /*elided*/any;
1657
1706
  };
1658
1707
  //#endregion
1659
1708
  //#region src/components/table/table.variants.d.ts
1660
- declare const tableVariants: tailwind_variants7.TVReturnType<{
1709
+ declare const tableVariants: tailwind_variants0.TVReturnType<{
1661
1710
  [key: string]: {
1662
- [key: string]: tailwind_merge44.ClassNameValue | {
1663
- root?: tailwind_merge44.ClassNameValue;
1664
- tbody?: tailwind_merge44.ClassNameValue;
1665
- td?: tailwind_merge44.ClassNameValue;
1666
- tfoot?: tailwind_merge44.ClassNameValue;
1667
- th?: tailwind_merge44.ClassNameValue;
1668
- thead?: tailwind_merge44.ClassNameValue;
1669
- tr?: tailwind_merge44.ClassNameValue;
1711
+ [key: string]: tailwind_merge0.ClassNameValue | {
1712
+ root?: tailwind_merge0.ClassNameValue;
1713
+ tbody?: tailwind_merge0.ClassNameValue;
1714
+ td?: tailwind_merge0.ClassNameValue;
1715
+ tfoot?: tailwind_merge0.ClassNameValue;
1716
+ th?: tailwind_merge0.ClassNameValue;
1717
+ thead?: tailwind_merge0.ClassNameValue;
1718
+ tr?: tailwind_merge0.ClassNameValue;
1670
1719
  };
1671
1720
  };
1672
1721
  } | {
1673
1722
  [x: string]: {
1674
- [x: string]: tailwind_merge44.ClassNameValue | {
1675
- root?: tailwind_merge44.ClassNameValue;
1676
- tbody?: tailwind_merge44.ClassNameValue;
1677
- td?: tailwind_merge44.ClassNameValue;
1678
- tfoot?: tailwind_merge44.ClassNameValue;
1679
- th?: tailwind_merge44.ClassNameValue;
1680
- thead?: tailwind_merge44.ClassNameValue;
1681
- tr?: tailwind_merge44.ClassNameValue;
1723
+ [x: string]: tailwind_merge0.ClassNameValue | {
1724
+ root?: tailwind_merge0.ClassNameValue;
1725
+ tbody?: tailwind_merge0.ClassNameValue;
1726
+ td?: tailwind_merge0.ClassNameValue;
1727
+ tfoot?: tailwind_merge0.ClassNameValue;
1728
+ th?: tailwind_merge0.ClassNameValue;
1729
+ thead?: tailwind_merge0.ClassNameValue;
1730
+ tr?: tailwind_merge0.ClassNameValue;
1682
1731
  };
1683
1732
  };
1684
1733
  } | {}, {
@@ -1691,14 +1740,14 @@ declare const tableVariants: tailwind_variants7.TVReturnType<{
1691
1740
  tr: string;
1692
1741
  }, undefined, {
1693
1742
  [key: string]: {
1694
- [key: string]: tailwind_merge44.ClassNameValue | {
1695
- root?: tailwind_merge44.ClassNameValue;
1696
- tbody?: tailwind_merge44.ClassNameValue;
1697
- td?: tailwind_merge44.ClassNameValue;
1698
- tfoot?: tailwind_merge44.ClassNameValue;
1699
- th?: tailwind_merge44.ClassNameValue;
1700
- thead?: tailwind_merge44.ClassNameValue;
1701
- tr?: tailwind_merge44.ClassNameValue;
1743
+ [key: string]: tailwind_merge0.ClassNameValue | {
1744
+ root?: tailwind_merge0.ClassNameValue;
1745
+ tbody?: tailwind_merge0.ClassNameValue;
1746
+ td?: tailwind_merge0.ClassNameValue;
1747
+ tfoot?: tailwind_merge0.ClassNameValue;
1748
+ th?: tailwind_merge0.ClassNameValue;
1749
+ thead?: tailwind_merge0.ClassNameValue;
1750
+ tr?: tailwind_merge0.ClassNameValue;
1702
1751
  };
1703
1752
  };
1704
1753
  } | {}, {
@@ -1709,7 +1758,7 @@ declare const tableVariants: tailwind_variants7.TVReturnType<{
1709
1758
  th: string;
1710
1759
  thead: string;
1711
1760
  tr: string;
1712
- }, tailwind_variants7.TVReturnType<unknown, {
1761
+ }, tailwind_variants0.TVReturnType<unknown, {
1713
1762
  root: string;
1714
1763
  tbody: string;
1715
1764
  td: string;
@@ -1726,32 +1775,32 @@ declare const Table: {
1726
1775
  ({
1727
1776
  className,
1728
1777
  ...props
1729
- }: TableProps): react_jsx_runtime14.JSX.Element;
1778
+ }: TableProps): react_jsx_runtime0.JSX.Element;
1730
1779
  Root: /*elided*/any;
1731
1780
  Head: ({
1732
1781
  className,
1733
1782
  ...props
1734
- }: TableHeadProps) => react_jsx_runtime14.JSX.Element;
1783
+ }: TableHeadProps) => react_jsx_runtime0.JSX.Element;
1735
1784
  Row: ({
1736
1785
  className,
1737
1786
  ...props
1738
- }: TableRowProps) => react_jsx_runtime14.JSX.Element;
1787
+ }: TableRowProps) => react_jsx_runtime0.JSX.Element;
1739
1788
  HeaderCell: ({
1740
1789
  className,
1741
1790
  ...props
1742
- }: TableHeaderCellProps) => react_jsx_runtime14.JSX.Element;
1791
+ }: TableHeaderCellProps) => react_jsx_runtime0.JSX.Element;
1743
1792
  Body: ({
1744
1793
  className,
1745
1794
  ...props
1746
- }: TableBodyProps) => react_jsx_runtime14.JSX.Element;
1795
+ }: TableBodyProps) => react_jsx_runtime0.JSX.Element;
1747
1796
  DataCell: ({
1748
1797
  className,
1749
1798
  ...props
1750
- }: TableDataCellProps) => react_jsx_runtime14.JSX.Element;
1799
+ }: TableDataCellProps) => react_jsx_runtime0.JSX.Element;
1751
1800
  Footer: ({
1752
1801
  className,
1753
1802
  ...props
1754
- }: TableFooterProps) => react_jsx_runtime14.JSX.Element;
1803
+ }: TableFooterProps) => react_jsx_runtime0.JSX.Element;
1755
1804
  };
1756
1805
  interface TableHeadProps extends React.ComponentProps<"thead"> {}
1757
1806
  interface TableRowProps extends React.ComponentProps<"tr"> {}
@@ -1761,24 +1810,24 @@ interface TableDataCellProps extends React.ComponentProps<"td"> {}
1761
1810
  interface TableFooterProps extends React.ComponentProps<"tfoot"> {}
1762
1811
  //#endregion
1763
1812
  //#region src/components/tabs/tabs.variants.d.ts
1764
- declare const tabsVariants: tailwind_variants7.TVReturnType<{
1813
+ declare const tabsVariants: tailwind_variants0.TVReturnType<{
1765
1814
  [key: string]: {
1766
- [key: string]: tailwind_merge44.ClassNameValue | {
1767
- root?: tailwind_merge44.ClassNameValue;
1768
- indicator?: tailwind_merge44.ClassNameValue;
1769
- panel?: tailwind_merge44.ClassNameValue;
1770
- list?: tailwind_merge44.ClassNameValue;
1771
- tab?: tailwind_merge44.ClassNameValue;
1815
+ [key: string]: tailwind_merge0.ClassNameValue | {
1816
+ panel?: tailwind_merge0.ClassNameValue;
1817
+ root?: tailwind_merge0.ClassNameValue;
1818
+ indicator?: tailwind_merge0.ClassNameValue;
1819
+ list?: tailwind_merge0.ClassNameValue;
1820
+ tab?: tailwind_merge0.ClassNameValue;
1772
1821
  };
1773
1822
  };
1774
1823
  } | {
1775
1824
  [x: string]: {
1776
- [x: string]: tailwind_merge44.ClassNameValue | {
1777
- root?: tailwind_merge44.ClassNameValue;
1778
- indicator?: tailwind_merge44.ClassNameValue;
1779
- panel?: tailwind_merge44.ClassNameValue;
1780
- list?: tailwind_merge44.ClassNameValue;
1781
- tab?: tailwind_merge44.ClassNameValue;
1825
+ [x: string]: tailwind_merge0.ClassNameValue | {
1826
+ panel?: tailwind_merge0.ClassNameValue;
1827
+ root?: tailwind_merge0.ClassNameValue;
1828
+ indicator?: tailwind_merge0.ClassNameValue;
1829
+ list?: tailwind_merge0.ClassNameValue;
1830
+ tab?: tailwind_merge0.ClassNameValue;
1782
1831
  };
1783
1832
  };
1784
1833
  } | {}, {
@@ -1789,12 +1838,12 @@ declare const tabsVariants: tailwind_variants7.TVReturnType<{
1789
1838
  tab: string;
1790
1839
  }, undefined, {
1791
1840
  [key: string]: {
1792
- [key: string]: tailwind_merge44.ClassNameValue | {
1793
- root?: tailwind_merge44.ClassNameValue;
1794
- indicator?: tailwind_merge44.ClassNameValue;
1795
- panel?: tailwind_merge44.ClassNameValue;
1796
- list?: tailwind_merge44.ClassNameValue;
1797
- tab?: tailwind_merge44.ClassNameValue;
1841
+ [key: string]: tailwind_merge0.ClassNameValue | {
1842
+ panel?: tailwind_merge0.ClassNameValue;
1843
+ root?: tailwind_merge0.ClassNameValue;
1844
+ indicator?: tailwind_merge0.ClassNameValue;
1845
+ list?: tailwind_merge0.ClassNameValue;
1846
+ tab?: tailwind_merge0.ClassNameValue;
1798
1847
  };
1799
1848
  };
1800
1849
  } | {}, {
@@ -1803,7 +1852,7 @@ declare const tabsVariants: tailwind_variants7.TVReturnType<{
1803
1852
  panel: string;
1804
1853
  root: string;
1805
1854
  tab: string;
1806
- }, tailwind_variants7.TVReturnType<unknown, {
1855
+ }, tailwind_variants0.TVReturnType<unknown, {
1807
1856
  indicator: string;
1808
1857
  list: string;
1809
1858
  panel: string;
@@ -1818,23 +1867,23 @@ declare const Tabs: {
1818
1867
  ({
1819
1868
  className,
1820
1869
  ...props
1821
- }: TabsProps): react_jsx_runtime14.JSX.Element;
1870
+ }: TabsProps): react_jsx_runtime0.JSX.Element;
1822
1871
  List: ({
1823
1872
  className,
1824
1873
  ...props
1825
- }: TabsListProps) => react_jsx_runtime14.JSX.Element;
1874
+ }: TabsListProps) => react_jsx_runtime0.JSX.Element;
1826
1875
  Tab: ({
1827
1876
  className,
1828
1877
  ...props
1829
- }: TabsTabProps) => react_jsx_runtime14.JSX.Element;
1878
+ }: TabsTabProps) => react_jsx_runtime0.JSX.Element;
1830
1879
  Indicator: ({
1831
1880
  className,
1832
1881
  ...props
1833
- }: TabsIndicatorProps) => react_jsx_runtime14.JSX.Element;
1882
+ }: TabsIndicatorProps) => react_jsx_runtime0.JSX.Element;
1834
1883
  Panel: ({
1835
1884
  className,
1836
1885
  ...props
1837
- }: TabsPanelProps) => react_jsx_runtime14.JSX.Element;
1886
+ }: TabsPanelProps) => react_jsx_runtime0.JSX.Element;
1838
1887
  Root: /*elided*/any;
1839
1888
  };
1840
1889
  interface TabsListProps extends Tabs$1.List.Props {}
@@ -1843,7 +1892,7 @@ interface TabsIndicatorProps extends Tabs$1.Indicator.Props {}
1843
1892
  interface TabsPanelProps extends Tabs$1.Panel.Props {}
1844
1893
  //#endregion
1845
1894
  //#region src/components/text/text.variants.d.ts
1846
- declare const textVariants: tailwind_variants7.TVReturnType<{} | {} | {}, undefined, "text", {} | {}, undefined, tailwind_variants7.TVReturnType<unknown, undefined, "text", unknown, unknown, undefined>>;
1895
+ declare const textVariants: tailwind_variants0.TVReturnType<{} | {} | {}, undefined, "text", {} | {}, undefined, tailwind_variants0.TVReturnType<unknown, undefined, "text", unknown, unknown, undefined>>;
1847
1896
  type TextVariants = VariantProps<typeof textVariants>;
1848
1897
  //#endregion
1849
1898
  //#region src/components/text/text.d.ts
@@ -1851,19 +1900,19 @@ interface TextProps extends TextVariants, React.ComponentProps<"div"> {}
1851
1900
  declare const Text: ({
1852
1901
  className,
1853
1902
  ...props
1854
- }: TextProps) => react_jsx_runtime14.JSX.Element;
1903
+ }: TextProps) => react_jsx_runtime0.JSX.Element;
1855
1904
  //#endregion
1856
1905
  //#region src/components/textarea/textarea.variants.d.ts
1857
- declare const textareaVariants: tailwind_variants7.TVReturnType<{} | {
1906
+ declare const textareaVariants: tailwind_variants0.TVReturnType<{} | {
1858
1907
  inputSize: {
1859
- lg: tailwind_merge44.ClassNameValue | {
1860
- base?: tailwind_merge44.ClassNameValue;
1908
+ lg: tailwind_merge0.ClassNameValue | {
1909
+ base?: tailwind_merge0.ClassNameValue;
1861
1910
  };
1862
- md: tailwind_merge44.ClassNameValue | {
1863
- base?: tailwind_merge44.ClassNameValue;
1911
+ md: tailwind_merge0.ClassNameValue | {
1912
+ base?: tailwind_merge0.ClassNameValue;
1864
1913
  };
1865
- sm: tailwind_merge44.ClassNameValue | {
1866
- base?: tailwind_merge44.ClassNameValue;
1914
+ sm: tailwind_merge0.ClassNameValue | {
1915
+ base?: tailwind_merge0.ClassNameValue;
1867
1916
  };
1868
1917
  };
1869
1918
  }, undefined, "textarea", {
@@ -1872,7 +1921,7 @@ declare const textareaVariants: tailwind_variants7.TVReturnType<{} | {
1872
1921
  md: string;
1873
1922
  sm: string;
1874
1923
  };
1875
- }, undefined, tailwind_variants7.TVReturnType<{
1924
+ }, undefined, tailwind_variants0.TVReturnType<{
1876
1925
  inputSize: {
1877
1926
  lg: string;
1878
1927
  md: string;
@@ -1884,7 +1933,7 @@ declare const textareaVariants: tailwind_variants7.TVReturnType<{} | {
1884
1933
  md: string;
1885
1934
  sm: string;
1886
1935
  };
1887
- }, undefined, tailwind_variants7.TVReturnType<{
1936
+ }, undefined, tailwind_variants0.TVReturnType<{
1888
1937
  inputSize: {
1889
1938
  lg: string;
1890
1939
  md: string;
@@ -1898,41 +1947,41 @@ interface TextareaProps extends TextareaVariants, React.ComponentProps<"textarea
1898
1947
  declare const Textarea: ({
1899
1948
  className,
1900
1949
  ...props
1901
- }: TextareaProps) => react_jsx_runtime14.JSX.Element;
1950
+ }: TextareaProps) => react_jsx_runtime0.JSX.Element;
1902
1951
  //#endregion
1903
1952
  //#region src/components/toggle-button/toggle-button.variants.d.ts
1904
- declare const toggleButtonVariants: tailwind_variants7.TVReturnType<{} | {
1953
+ declare const toggleButtonVariants: tailwind_variants0.TVReturnType<{} | {
1905
1954
  isIconOnly: {
1906
- true: tailwind_merge44.ClassNameValue | {
1907
- base?: tailwind_merge44.ClassNameValue;
1955
+ true: tailwind_merge0.ClassNameValue | {
1956
+ base?: tailwind_merge0.ClassNameValue;
1908
1957
  };
1909
1958
  };
1910
1959
  size: {
1911
- lg: tailwind_merge44.ClassNameValue | {
1912
- base?: tailwind_merge44.ClassNameValue;
1960
+ lg: tailwind_merge0.ClassNameValue | {
1961
+ base?: tailwind_merge0.ClassNameValue;
1913
1962
  };
1914
- md: tailwind_merge44.ClassNameValue | {
1915
- base?: tailwind_merge44.ClassNameValue;
1963
+ md: tailwind_merge0.ClassNameValue | {
1964
+ base?: tailwind_merge0.ClassNameValue;
1916
1965
  };
1917
- sm: tailwind_merge44.ClassNameValue | {
1918
- base?: tailwind_merge44.ClassNameValue;
1966
+ sm: tailwind_merge0.ClassNameValue | {
1967
+ base?: tailwind_merge0.ClassNameValue;
1919
1968
  };
1920
1969
  };
1921
1970
  variant: {
1922
- danger: tailwind_merge44.ClassNameValue | {
1923
- base?: tailwind_merge44.ClassNameValue;
1971
+ danger: tailwind_merge0.ClassNameValue | {
1972
+ base?: tailwind_merge0.ClassNameValue;
1924
1973
  };
1925
- ghost: tailwind_merge44.ClassNameValue | {
1926
- base?: tailwind_merge44.ClassNameValue;
1974
+ ghost: tailwind_merge0.ClassNameValue | {
1975
+ base?: tailwind_merge0.ClassNameValue;
1927
1976
  };
1928
- outline: tailwind_merge44.ClassNameValue | {
1929
- base?: tailwind_merge44.ClassNameValue;
1977
+ outline: tailwind_merge0.ClassNameValue | {
1978
+ base?: tailwind_merge0.ClassNameValue;
1930
1979
  };
1931
- primary: tailwind_merge44.ClassNameValue | {
1932
- base?: tailwind_merge44.ClassNameValue;
1980
+ primary: tailwind_merge0.ClassNameValue | {
1981
+ base?: tailwind_merge0.ClassNameValue;
1933
1982
  };
1934
- secondary: tailwind_merge44.ClassNameValue | {
1935
- base?: tailwind_merge44.ClassNameValue;
1983
+ secondary: tailwind_merge0.ClassNameValue | {
1984
+ base?: tailwind_merge0.ClassNameValue;
1936
1985
  };
1937
1986
  };
1938
1987
  }, undefined, "toggle-button", {
@@ -1951,7 +2000,7 @@ declare const toggleButtonVariants: tailwind_variants7.TVReturnType<{} | {
1951
2000
  primary: string;
1952
2001
  secondary: string;
1953
2002
  };
1954
- }, undefined, tailwind_variants7.TVReturnType<{
2003
+ }, undefined, tailwind_variants0.TVReturnType<{
1955
2004
  isIconOnly: {
1956
2005
  true: string;
1957
2006
  };
@@ -1983,7 +2032,7 @@ declare const toggleButtonVariants: tailwind_variants7.TVReturnType<{} | {
1983
2032
  primary: string;
1984
2033
  secondary: string;
1985
2034
  };
1986
- }, undefined, tailwind_variants7.TVReturnType<{
2035
+ }, undefined, tailwind_variants0.TVReturnType<{
1987
2036
  isIconOnly: {
1988
2037
  true: string;
1989
2038
  };
@@ -2009,7 +2058,7 @@ declare const ToggleButton: ({
2009
2058
  variant,
2010
2059
  size,
2011
2060
  ...props
2012
- }: ToggleButtonProps) => react_jsx_runtime14.JSX.Element;
2061
+ }: ToggleButtonProps) => react_jsx_runtime0.JSX.Element;
2013
2062
  //#endregion
2014
- export { Accordion, AccordionVariants, AlertDialog, AlertDialogVariants, Avatar, AvatarVariants, Button, ButtonGroup, ButtonGroupVariants, ButtonVariants, Card, CardVariants, Checkbox, CheckboxGroup, CheckboxGroupVariants, CheckboxVariants, Chip, ChipVariants, Container, ContainerVariants, Dialog, DialogVariants, Field, FieldVariants, Form, FormVariants, Input, InputVariants, Label, LabelVariants, Link, LinkVariants, List, ListVariants, Menu, MenuVariants, Meter, MeterVariants, Navbar, NavbarVariants, 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, fieldVariants, formVariants, inputVariants, labelVariants, linkVariants, listVariants, menuVariants, meterVariants, navbarVariants, progressVariants, separatorVariants, sliderVariants, switchVariants, tableVariants, tabsVariants, textVariants, textareaVariants, toggleButtonVariants };
2063
+ export { Accordion, AccordionVariants, AlertDialog, AlertDialogVariants, Avatar, AvatarVariants, Button, ButtonGroup, ButtonGroupVariants, ButtonVariants, Card, CardVariants, Checkbox, CheckboxGroup, CheckboxGroupVariants, CheckboxVariants, Chip, ChipVariants, Container, ContainerVariants, Dialog, DialogVariants, Field, FieldVariants, Fieldset, FieldsetVariants, Form, FormVariants, Input, InputVariants, Label, LabelVariants, Link, LinkVariants, List, ListVariants, Menu, MenuVariants, Meter, MeterVariants, Navbar, NavbarVariants, 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, fieldVariants, fieldsetVariants, formVariants, inputVariants, labelVariants, linkVariants, listVariants, menuVariants, meterVariants, navbarVariants, progressVariants, separatorVariants, sliderVariants, switchVariants, tableVariants, tabsVariants, textVariants, textareaVariants, toggleButtonVariants };
2015
2064
  //# sourceMappingURL=index.d.mts.map