@fea-ui/react 0.1.0-alpha.3 → 1.0.0-alpha.5

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 {}
@@ -729,8 +729,138 @@ interface DialogTitleProps extends Dialog$1.Title.Props {}
729
729
  interface DialogDescriptionProps extends Dialog$1.Description.Props {}
730
730
  interface DialogCloseProps extends Dialog$1.Close.Props {}
731
731
  //#endregion
732
+ //#region src/components/drawer/drawer.variants.d.ts
733
+ declare const drawerVariants: tailwind_variants0.TVReturnType<{
734
+ position: {
735
+ bottom: {
736
+ popup: string;
737
+ };
738
+ left: {
739
+ popup: string;
740
+ };
741
+ right: {
742
+ popup: string;
743
+ };
744
+ top: {
745
+ popup: string;
746
+ };
747
+ };
748
+ }, {
749
+ backdrop: string;
750
+ close: string;
751
+ description: string;
752
+ popup: string;
753
+ portal: string;
754
+ root: string;
755
+ title: string;
756
+ trigger: string;
757
+ viewport: string;
758
+ }, undefined, {
759
+ position: {
760
+ bottom: {
761
+ popup: string;
762
+ };
763
+ left: {
764
+ popup: string;
765
+ };
766
+ right: {
767
+ popup: string;
768
+ };
769
+ top: {
770
+ popup: string;
771
+ };
772
+ };
773
+ }, {
774
+ backdrop: string;
775
+ close: string;
776
+ description: string;
777
+ popup: string;
778
+ portal: string;
779
+ root: string;
780
+ title: string;
781
+ trigger: string;
782
+ viewport: string;
783
+ }, tailwind_variants0.TVReturnType<{
784
+ position: {
785
+ bottom: {
786
+ popup: string;
787
+ };
788
+ left: {
789
+ popup: string;
790
+ };
791
+ right: {
792
+ popup: string;
793
+ };
794
+ top: {
795
+ popup: string;
796
+ };
797
+ };
798
+ }, {
799
+ backdrop: string;
800
+ close: string;
801
+ description: string;
802
+ popup: string;
803
+ portal: string;
804
+ root: string;
805
+ title: string;
806
+ trigger: string;
807
+ viewport: string;
808
+ }, undefined, unknown, unknown, undefined>>;
809
+ type DrawerVariants = VariantProps<typeof drawerVariants>;
810
+ //#endregion
811
+ //#region src/components/drawer/drawer.d.ts
812
+ interface DrawerProps extends DrawerVariants, Dialog$1.Root.Props {}
813
+ declare const Drawer: {
814
+ ({
815
+ position,
816
+ ...props
817
+ }: DrawerProps): react_jsx_runtime0.JSX.Element;
818
+ Root: /*elided*/any;
819
+ Trigger: ({
820
+ className,
821
+ ...props
822
+ }: DrawerTriggerProps) => react_jsx_runtime0.JSX.Element;
823
+ Portal: ({
824
+ className,
825
+ ...props
826
+ }: DrawerPortalProps) => react_jsx_runtime0.JSX.Element;
827
+ Backdrop: ({
828
+ className,
829
+ ...props
830
+ }: DrawerBackdropProps) => react_jsx_runtime0.JSX.Element;
831
+ Viewport: ({
832
+ className,
833
+ ...props
834
+ }: DrawerViewportProps) => react_jsx_runtime0.JSX.Element;
835
+ Popup: ({
836
+ className,
837
+ ...props
838
+ }: DrawerPopupProps) => react_jsx_runtime0.JSX.Element;
839
+ Title: ({
840
+ className,
841
+ ...props
842
+ }: DrawerTitleProps) => react_jsx_runtime0.JSX.Element;
843
+ Description: ({
844
+ className,
845
+ ...props
846
+ }: DrawerDescriptionProps) => react_jsx_runtime0.JSX.Element;
847
+ Close: ({
848
+ className,
849
+ children,
850
+ ...props
851
+ }: DrawerCloseProps) => react_jsx_runtime0.JSX.Element;
852
+ };
853
+ interface DrawerTriggerProps extends Dialog$1.Trigger.Props {}
854
+ interface DrawerPortalProps extends Dialog$1.Portal.Props {}
855
+ interface DrawerBackdropProps extends Dialog$1.Backdrop.Props {}
856
+ interface DrawerViewportProps extends Dialog$1.Viewport.Props {}
857
+ interface DrawerPopupProps extends Dialog$1.Popup.Props {}
858
+ interface DrawerTitleProps extends Dialog$1.Title.Props {}
859
+ interface DrawerDescriptionProps extends Dialog$1.Description.Props {}
860
+ interface DrawerCloseProps extends Dialog$1.Close.Props {}
861
+ //#endregion
732
862
  //#region src/components/field/field.variants.d.ts
733
- declare const fieldVariants: tailwind_variants7.TVReturnType<{
863
+ declare const fieldVariants: tailwind_variants0.TVReturnType<{
734
864
  size: {
735
865
  lg: {
736
866
  control: string;
@@ -766,7 +896,7 @@ declare const fieldVariants: tailwind_variants7.TVReturnType<{
766
896
  error: string;
767
897
  label: string;
768
898
  root: string;
769
- }, tailwind_variants7.TVReturnType<{
899
+ }, tailwind_variants0.TVReturnType<{
770
900
  size: {
771
901
  lg: {
772
902
  control: string;
@@ -794,23 +924,23 @@ declare const Field: {
794
924
  className,
795
925
  size,
796
926
  ...props
797
- }: FieldProps): react_jsx_runtime14.JSX.Element;
927
+ }: FieldProps): react_jsx_runtime0.JSX.Element;
798
928
  Control: ({
799
929
  className,
800
930
  ...props
801
- }: FieldControlProps) => react_jsx_runtime14.JSX.Element;
931
+ }: FieldControlProps) => react_jsx_runtime0.JSX.Element;
802
932
  Description: ({
803
933
  className,
804
934
  ...props
805
- }: FieldDescriptionProps) => react_jsx_runtime14.JSX.Element;
935
+ }: FieldDescriptionProps) => react_jsx_runtime0.JSX.Element;
806
936
  Error: ({
807
937
  className,
808
938
  ...props
809
- }: FieldErrorProps) => react_jsx_runtime14.JSX.Element;
939
+ }: FieldErrorProps) => react_jsx_runtime0.JSX.Element;
810
940
  Label: ({
811
941
  className,
812
942
  ...props
813
- }: FieldLabelProps) => react_jsx_runtime14.JSX.Element;
943
+ }: FieldLabelProps) => react_jsx_runtime0.JSX.Element;
814
944
  Root: /*elided*/any;
815
945
  };
816
946
  interface FieldLabelProps extends React.ComponentProps<typeof Field$1.Label> {}
@@ -818,8 +948,57 @@ interface FieldDescriptionProps extends React.ComponentProps<typeof Field$1.Desc
818
948
  interface FieldControlProps extends React.ComponentProps<typeof Field$1.Control> {}
819
949
  interface FieldErrorProps extends React.ComponentProps<typeof Field$1.Error> {}
820
950
  //#endregion
951
+ //#region src/components/fieldset/fieldset.variants.d.ts
952
+ declare const fieldsetVariants: tailwind_variants0.TVReturnType<{
953
+ [key: string]: {
954
+ [key: string]: tailwind_merge0.ClassNameValue | {
955
+ root?: tailwind_merge0.ClassNameValue;
956
+ legend?: tailwind_merge0.ClassNameValue;
957
+ };
958
+ };
959
+ } | {
960
+ [x: string]: {
961
+ [x: string]: tailwind_merge0.ClassNameValue | {
962
+ root?: tailwind_merge0.ClassNameValue;
963
+ legend?: tailwind_merge0.ClassNameValue;
964
+ };
965
+ };
966
+ } | {}, {
967
+ legend: string;
968
+ root: string;
969
+ }, undefined, {
970
+ [key: string]: {
971
+ [key: string]: tailwind_merge0.ClassNameValue | {
972
+ root?: tailwind_merge0.ClassNameValue;
973
+ legend?: tailwind_merge0.ClassNameValue;
974
+ };
975
+ };
976
+ } | {}, {
977
+ legend: string;
978
+ root: string;
979
+ }, tailwind_variants0.TVReturnType<unknown, {
980
+ legend: string;
981
+ root: string;
982
+ }, undefined, unknown, unknown, undefined>>;
983
+ type FieldsetVariants = VariantProps<typeof fieldsetVariants>;
984
+ //#endregion
985
+ //#region src/components/fieldset/fieldset.d.ts
986
+ interface FieldsetProps extends FieldsetVariants, Fieldset$1.Root.Props {}
987
+ declare const Fieldset: {
988
+ ({
989
+ className,
990
+ ...props
991
+ }: FieldsetProps): react_jsx_runtime0.JSX.Element;
992
+ Root: /*elided*/any;
993
+ Legend: ({
994
+ className,
995
+ ...props
996
+ }: FieldsetLegendProps) => react_jsx_runtime0.JSX.Element;
997
+ };
998
+ interface FieldsetLegendProps extends Fieldset$1.Legend.Props {}
999
+ //#endregion
821
1000
  //#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>>;
1001
+ declare const formVariants: tailwind_variants0.TVReturnType<{} | {} | {}, undefined, "form", {} | {}, undefined, tailwind_variants0.TVReturnType<unknown, undefined, "form", unknown, unknown, undefined>>;
823
1002
  type FormVariants = VariantProps<typeof formVariants>;
824
1003
  //#endregion
825
1004
  //#region src/components/form/form.d.ts
@@ -827,10 +1006,10 @@ interface FormProps extends FormVariants, React.ComponentProps<"form"> {}
827
1006
  declare const Form: ({
828
1007
  className,
829
1008
  ...props
830
- }: FormProps) => react_jsx_runtime14.JSX.Element;
1009
+ }: FormProps) => react_jsx_runtime0.JSX.Element;
831
1010
  //#endregion
832
1011
  //#region src/components/input/input.variants.d.ts
833
- declare const inputVariants: tailwind_variants7.TVReturnType<{
1012
+ declare const inputVariants: tailwind_variants0.TVReturnType<{
834
1013
  inputSize: {
835
1014
  lg: string;
836
1015
  md: string;
@@ -842,7 +1021,7 @@ declare const inputVariants: tailwind_variants7.TVReturnType<{
842
1021
  md: string;
843
1022
  sm: string;
844
1023
  };
845
- }, undefined, tailwind_variants7.TVReturnType<{
1024
+ }, undefined, tailwind_variants0.TVReturnType<{
846
1025
  inputSize: {
847
1026
  lg: string;
848
1027
  md: string;
@@ -857,10 +1036,10 @@ declare const Input: ({
857
1036
  className,
858
1037
  inputSize,
859
1038
  ...props
860
- }: InputProps) => react_jsx_runtime14.JSX.Element;
1039
+ }: InputProps) => react_jsx_runtime0.JSX.Element;
861
1040
  //#endregion
862
1041
  //#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>>;
1042
+ declare const labelVariants: tailwind_variants0.TVReturnType<{} | {} | {}, undefined, "label", {} | {}, undefined, tailwind_variants0.TVReturnType<unknown, undefined, "label", unknown, unknown, undefined>>;
864
1043
  type LabelVariants = VariantProps<typeof labelVariants>;
865
1044
  //#endregion
866
1045
  //#region src/components/label/label.d.ts
@@ -868,10 +1047,10 @@ interface LabelProps extends LabelVariants, React.ComponentProps<"label"> {}
868
1047
  declare const Label: ({
869
1048
  className,
870
1049
  ...props
871
- }: LabelProps) => react_jsx_runtime14.JSX.Element;
1050
+ }: LabelProps) => react_jsx_runtime0.JSX.Element;
872
1051
  //#endregion
873
1052
  //#region src/components/link/link.variants.d.ts
874
- declare const linkVariants: tailwind_variants7.TVReturnType<{
1053
+ declare const linkVariants: tailwind_variants0.TVReturnType<{
875
1054
  variant: {
876
1055
  "no-underline": string;
877
1056
  underline: string;
@@ -881,7 +1060,7 @@ declare const linkVariants: tailwind_variants7.TVReturnType<{
881
1060
  "no-underline": string;
882
1061
  underline: string;
883
1062
  };
884
- }, undefined, tailwind_variants7.TVReturnType<{
1063
+ }, undefined, tailwind_variants0.TVReturnType<{
885
1064
  variant: {
886
1065
  "no-underline": string;
887
1066
  underline: string;
@@ -895,21 +1074,21 @@ declare const Link: ({
895
1074
  className,
896
1075
  variant,
897
1076
  ...props
898
- }: LinkProps) => react_jsx_runtime14.JSX.Element;
1077
+ }: LinkProps) => react_jsx_runtime0.JSX.Element;
899
1078
  //#endregion
900
1079
  //#region src/components/list/list.variants.d.ts
901
- declare const listVariants: tailwind_variants7.TVReturnType<{
1080
+ declare const listVariants: tailwind_variants0.TVReturnType<{
902
1081
  [key: string]: {
903
- [key: string]: tailwind_merge44.ClassNameValue | {
904
- root?: tailwind_merge44.ClassNameValue;
905
- item?: tailwind_merge44.ClassNameValue;
1082
+ [key: string]: tailwind_merge0.ClassNameValue | {
1083
+ item?: tailwind_merge0.ClassNameValue;
1084
+ root?: tailwind_merge0.ClassNameValue;
906
1085
  };
907
1086
  };
908
1087
  } | {
909
1088
  [x: string]: {
910
- [x: string]: tailwind_merge44.ClassNameValue | {
911
- root?: tailwind_merge44.ClassNameValue;
912
- item?: tailwind_merge44.ClassNameValue;
1089
+ [x: string]: tailwind_merge0.ClassNameValue | {
1090
+ item?: tailwind_merge0.ClassNameValue;
1091
+ root?: tailwind_merge0.ClassNameValue;
913
1092
  };
914
1093
  };
915
1094
  } | {}, {
@@ -917,15 +1096,15 @@ declare const listVariants: tailwind_variants7.TVReturnType<{
917
1096
  root: string;
918
1097
  }, undefined, {
919
1098
  [key: string]: {
920
- [key: string]: tailwind_merge44.ClassNameValue | {
921
- root?: tailwind_merge44.ClassNameValue;
922
- item?: tailwind_merge44.ClassNameValue;
1099
+ [key: string]: tailwind_merge0.ClassNameValue | {
1100
+ item?: tailwind_merge0.ClassNameValue;
1101
+ root?: tailwind_merge0.ClassNameValue;
923
1102
  };
924
1103
  };
925
1104
  } | {}, {
926
1105
  item: string;
927
1106
  root: string;
928
- }, tailwind_variants7.TVReturnType<unknown, {
1107
+ }, tailwind_variants0.TVReturnType<unknown, {
929
1108
  item: string;
930
1109
  root: string;
931
1110
  }, undefined, unknown, unknown, undefined>>;
@@ -937,56 +1116,56 @@ declare const List: {
937
1116
  ({
938
1117
  className,
939
1118
  ...props
940
- }: ListProps): react_jsx_runtime14.JSX.Element;
1119
+ }: ListProps): react_jsx_runtime0.JSX.Element;
941
1120
  Root: /*elided*/any;
942
1121
  Item: ({
943
1122
  className,
944
1123
  ...props
945
- }: ListItemProps) => react_jsx_runtime14.JSX.Element;
1124
+ }: ListItemProps) => react_jsx_runtime0.JSX.Element;
946
1125
  };
947
1126
  interface ListItemProps extends React.ComponentProps<"li"> {}
948
1127
  //#endregion
949
1128
  //#region src/components/menu/menu.variants.d.ts
950
- declare const menuVariants: tailwind_variants7.TVReturnType<{
1129
+ declare const menuVariants: tailwind_variants0.TVReturnType<{
951
1130
  [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;
1131
+ [key: string]: tailwind_merge0.ClassNameValue | {
1132
+ item?: tailwind_merge0.ClassNameValue;
1133
+ root?: tailwind_merge0.ClassNameValue;
1134
+ trigger?: tailwind_merge0.ClassNameValue;
1135
+ radioGroup?: tailwind_merge0.ClassNameValue;
1136
+ backdrop?: tailwind_merge0.ClassNameValue;
1137
+ popup?: tailwind_merge0.ClassNameValue;
1138
+ portal?: tailwind_merge0.ClassNameValue;
1139
+ arrow?: tailwind_merge0.ClassNameValue;
1140
+ checkboxItem?: tailwind_merge0.ClassNameValue;
1141
+ group?: tailwind_merge0.ClassNameValue;
1142
+ groupLabel?: tailwind_merge0.ClassNameValue;
1143
+ positioner?: tailwind_merge0.ClassNameValue;
1144
+ radioItem?: tailwind_merge0.ClassNameValue;
1145
+ separator?: tailwind_merge0.ClassNameValue;
1146
+ submenu?: tailwind_merge0.ClassNameValue;
1147
+ submenuTrigger?: tailwind_merge0.ClassNameValue;
969
1148
  };
970
1149
  };
971
1150
  } | {
972
1151
  [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;
1152
+ [x: string]: tailwind_merge0.ClassNameValue | {
1153
+ item?: tailwind_merge0.ClassNameValue;
1154
+ root?: tailwind_merge0.ClassNameValue;
1155
+ trigger?: tailwind_merge0.ClassNameValue;
1156
+ radioGroup?: tailwind_merge0.ClassNameValue;
1157
+ backdrop?: tailwind_merge0.ClassNameValue;
1158
+ popup?: tailwind_merge0.ClassNameValue;
1159
+ portal?: tailwind_merge0.ClassNameValue;
1160
+ arrow?: tailwind_merge0.ClassNameValue;
1161
+ checkboxItem?: tailwind_merge0.ClassNameValue;
1162
+ group?: tailwind_merge0.ClassNameValue;
1163
+ groupLabel?: tailwind_merge0.ClassNameValue;
1164
+ positioner?: tailwind_merge0.ClassNameValue;
1165
+ radioItem?: tailwind_merge0.ClassNameValue;
1166
+ separator?: tailwind_merge0.ClassNameValue;
1167
+ submenu?: tailwind_merge0.ClassNameValue;
1168
+ submenuTrigger?: tailwind_merge0.ClassNameValue;
990
1169
  };
991
1170
  };
992
1171
  } | {}, {
@@ -1008,23 +1187,23 @@ declare const menuVariants: tailwind_variants7.TVReturnType<{
1008
1187
  trigger: string;
1009
1188
  }, undefined, {
1010
1189
  [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;
1190
+ [key: string]: tailwind_merge0.ClassNameValue | {
1191
+ item?: tailwind_merge0.ClassNameValue;
1192
+ root?: tailwind_merge0.ClassNameValue;
1193
+ trigger?: tailwind_merge0.ClassNameValue;
1194
+ radioGroup?: tailwind_merge0.ClassNameValue;
1195
+ backdrop?: tailwind_merge0.ClassNameValue;
1196
+ popup?: tailwind_merge0.ClassNameValue;
1197
+ portal?: tailwind_merge0.ClassNameValue;
1198
+ arrow?: tailwind_merge0.ClassNameValue;
1199
+ checkboxItem?: tailwind_merge0.ClassNameValue;
1200
+ group?: tailwind_merge0.ClassNameValue;
1201
+ groupLabel?: tailwind_merge0.ClassNameValue;
1202
+ positioner?: tailwind_merge0.ClassNameValue;
1203
+ radioItem?: tailwind_merge0.ClassNameValue;
1204
+ separator?: tailwind_merge0.ClassNameValue;
1205
+ submenu?: tailwind_merge0.ClassNameValue;
1206
+ submenuTrigger?: tailwind_merge0.ClassNameValue;
1028
1207
  };
1029
1208
  };
1030
1209
  } | {}, {
@@ -1044,7 +1223,7 @@ declare const menuVariants: tailwind_variants7.TVReturnType<{
1044
1223
  submenu: string;
1045
1224
  submenuTrigger: string;
1046
1225
  trigger: string;
1047
- }, tailwind_variants7.TVReturnType<unknown, {
1226
+ }, tailwind_variants0.TVReturnType<unknown, {
1048
1227
  arrow: string;
1049
1228
  backdrop: string;
1050
1229
  checkboxItem: string;
@@ -1069,67 +1248,67 @@ interface MenuProps extends MenuVariants, Menu$1.Root.Props {}
1069
1248
  declare const Menu: {
1070
1249
  ({
1071
1250
  ...props
1072
- }: MenuProps): react_jsx_runtime14.JSX.Element;
1251
+ }: MenuProps): react_jsx_runtime0.JSX.Element;
1073
1252
  Arrow: ({
1074
1253
  className,
1075
1254
  ...props
1076
- }: MenuArrowProps) => react_jsx_runtime14.JSX.Element;
1255
+ }: MenuArrowProps) => react_jsx_runtime0.JSX.Element;
1077
1256
  Backdrop: ({
1078
1257
  className,
1079
1258
  ...props
1080
- }: MenuBackdropProps) => react_jsx_runtime14.JSX.Element;
1259
+ }: MenuBackdropProps) => react_jsx_runtime0.JSX.Element;
1081
1260
  CheckboxItem: ({
1082
1261
  className,
1083
1262
  ...props
1084
- }: MenuCheckboxItemProps) => react_jsx_runtime14.JSX.Element;
1263
+ }: MenuCheckboxItemProps) => react_jsx_runtime0.JSX.Element;
1085
1264
  Group: ({
1086
1265
  className,
1087
1266
  ...props
1088
- }: MenuGroupProps) => react_jsx_runtime14.JSX.Element;
1267
+ }: MenuGroupProps) => react_jsx_runtime0.JSX.Element;
1089
1268
  GroupLabel: ({
1090
1269
  className,
1091
1270
  ...props
1092
- }: MenuGroupLabelProps) => react_jsx_runtime14.JSX.Element;
1271
+ }: MenuGroupLabelProps) => react_jsx_runtime0.JSX.Element;
1093
1272
  Item: ({
1094
1273
  className,
1095
1274
  ...props
1096
- }: MenuItemProps) => react_jsx_runtime14.JSX.Element;
1275
+ }: MenuItemProps) => react_jsx_runtime0.JSX.Element;
1097
1276
  Popup: ({
1098
1277
  className,
1099
1278
  ...props
1100
- }: MenuPopupProps) => react_jsx_runtime14.JSX.Element;
1279
+ }: MenuPopupProps) => react_jsx_runtime0.JSX.Element;
1101
1280
  Portal: ({
1102
1281
  className,
1103
1282
  ...props
1104
- }: MenuPortalProps) => react_jsx_runtime14.JSX.Element;
1283
+ }: MenuPortalProps) => react_jsx_runtime0.JSX.Element;
1105
1284
  Positioner: ({
1106
1285
  className,
1107
1286
  ...props
1108
- }: MenuPositionerProps) => react_jsx_runtime14.JSX.Element;
1287
+ }: MenuPositionerProps) => react_jsx_runtime0.JSX.Element;
1109
1288
  RadioGroup: ({
1110
1289
  className,
1111
1290
  ...props
1112
- }: MenuRadioGroupProps) => react_jsx_runtime14.JSX.Element;
1291
+ }: MenuRadioGroupProps) => react_jsx_runtime0.JSX.Element;
1113
1292
  RadioItem: ({
1114
1293
  className,
1115
1294
  ...props
1116
- }: MenuRadioItemProps) => react_jsx_runtime14.JSX.Element;
1295
+ }: MenuRadioItemProps) => react_jsx_runtime0.JSX.Element;
1117
1296
  Root: /*elided*/any;
1118
1297
  Separator: ({
1119
1298
  className,
1120
1299
  ...props
1121
- }: MenuSeparatorProps) => react_jsx_runtime14.JSX.Element;
1300
+ }: MenuSeparatorProps) => react_jsx_runtime0.JSX.Element;
1122
1301
  Submenu: ({
1123
1302
  ...props
1124
- }: MenuSubmenuProps) => react_jsx_runtime14.JSX.Element;
1303
+ }: MenuSubmenuProps) => react_jsx_runtime0.JSX.Element;
1125
1304
  SubmenuTrigger: ({
1126
1305
  className,
1127
1306
  ...props
1128
- }: MenuSubmenuTriggerProps) => react_jsx_runtime14.JSX.Element;
1307
+ }: MenuSubmenuTriggerProps) => react_jsx_runtime0.JSX.Element;
1129
1308
  Trigger: ({
1130
1309
  className,
1131
1310
  ...props
1132
- }: MenuTriggerProps) => react_jsx_runtime14.JSX.Element;
1311
+ }: MenuTriggerProps) => react_jsx_runtime0.JSX.Element;
1133
1312
  };
1134
1313
  interface MenuTriggerProps extends MenuVariants, Menu$1.Trigger.Props {}
1135
1314
  interface MenuPortalProps extends MenuVariants, Menu$1.Portal.Props {}
@@ -1148,7 +1327,7 @@ interface MenuSubmenuProps extends MenuVariants, Menu$1.SubmenuRoot.Props {}
1148
1327
  interface MenuSubmenuTriggerProps extends MenuVariants, Menu$1.SubmenuTrigger.Props {}
1149
1328
  //#endregion
1150
1329
  //#region src/components/meter/meter.variants.d.ts
1151
- declare const meterVariants: tailwind_variants7.TVReturnType<{
1330
+ declare const meterVariants: tailwind_variants0.TVReturnType<{
1152
1331
  size: {
1153
1332
  lg: {
1154
1333
  root: string;
@@ -1212,7 +1391,7 @@ declare const meterVariants: tailwind_variants7.TVReturnType<{
1212
1391
  root: string;
1213
1392
  track: string;
1214
1393
  value: string;
1215
- }, tailwind_variants7.TVReturnType<{
1394
+ }, tailwind_variants0.TVReturnType<{
1216
1395
  size: {
1217
1396
  lg: {
1218
1397
  root: string;
@@ -1255,24 +1434,24 @@ declare const Meter: {
1255
1434
  size,
1256
1435
  variant,
1257
1436
  ...props
1258
- }: MeterProps): react_jsx_runtime14.JSX.Element;
1437
+ }: MeterProps): react_jsx_runtime0.JSX.Element;
1259
1438
  Indicator: ({
1260
1439
  className,
1261
1440
  ...props
1262
- }: MeterIndicatorProps) => react_jsx_runtime14.JSX.Element;
1441
+ }: MeterIndicatorProps) => react_jsx_runtime0.JSX.Element;
1263
1442
  Label: ({
1264
1443
  className,
1265
1444
  ...props
1266
- }: MeterLabelProps) => react_jsx_runtime14.JSX.Element;
1445
+ }: MeterLabelProps) => react_jsx_runtime0.JSX.Element;
1267
1446
  Root: /*elided*/any;
1268
1447
  Track: ({
1269
1448
  className,
1270
1449
  ...props
1271
- }: MeterTrackProps) => react_jsx_runtime14.JSX.Element;
1450
+ }: MeterTrackProps) => react_jsx_runtime0.JSX.Element;
1272
1451
  Value: ({
1273
1452
  className,
1274
1453
  ...props
1275
- }: MeterValueProps) => react_jsx_runtime14.JSX.Element;
1454
+ }: MeterValueProps) => react_jsx_runtime0.JSX.Element;
1276
1455
  };
1277
1456
  interface MeterLabelProps extends Meter$1.Label.Props {}
1278
1457
  interface MeterValueProps extends Meter$1.Value.Props {}
@@ -1280,30 +1459,30 @@ interface MeterTrackProps extends Meter$1.Track.Props {}
1280
1459
  interface MeterIndicatorProps extends Meter$1.Indicator.Props {}
1281
1460
  //#endregion
1282
1461
  //#region src/components/navbar/navbar.variants.d.ts
1283
- declare const navbarVariants: tailwind_variants7.TVReturnType<{
1462
+ declare const navbarVariants: tailwind_variants0.TVReturnType<{
1284
1463
  [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;
1464
+ [key: string]: tailwind_merge0.ClassNameValue | {
1465
+ content?: tailwind_merge0.ClassNameValue;
1466
+ root?: tailwind_merge0.ClassNameValue;
1467
+ menu?: tailwind_merge0.ClassNameValue;
1468
+ container?: tailwind_merge0.ClassNameValue;
1469
+ list?: tailwind_merge0.ClassNameValue;
1470
+ listItem?: tailwind_merge0.ClassNameValue;
1471
+ menuItem?: tailwind_merge0.ClassNameValue;
1472
+ toggle?: tailwind_merge0.ClassNameValue;
1294
1473
  };
1295
1474
  };
1296
1475
  } | {
1297
1476
  [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;
1477
+ [x: string]: tailwind_merge0.ClassNameValue | {
1478
+ content?: tailwind_merge0.ClassNameValue;
1479
+ root?: tailwind_merge0.ClassNameValue;
1480
+ menu?: tailwind_merge0.ClassNameValue;
1481
+ container?: tailwind_merge0.ClassNameValue;
1482
+ list?: tailwind_merge0.ClassNameValue;
1483
+ listItem?: tailwind_merge0.ClassNameValue;
1484
+ menuItem?: tailwind_merge0.ClassNameValue;
1485
+ toggle?: tailwind_merge0.ClassNameValue;
1307
1486
  };
1308
1487
  };
1309
1488
  } | {}, {
@@ -1317,15 +1496,15 @@ declare const navbarVariants: tailwind_variants7.TVReturnType<{
1317
1496
  toggle: string;
1318
1497
  }, undefined, {
1319
1498
  [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;
1499
+ [key: string]: tailwind_merge0.ClassNameValue | {
1500
+ content?: tailwind_merge0.ClassNameValue;
1501
+ root?: tailwind_merge0.ClassNameValue;
1502
+ menu?: tailwind_merge0.ClassNameValue;
1503
+ container?: tailwind_merge0.ClassNameValue;
1504
+ list?: tailwind_merge0.ClassNameValue;
1505
+ listItem?: tailwind_merge0.ClassNameValue;
1506
+ menuItem?: tailwind_merge0.ClassNameValue;
1507
+ toggle?: tailwind_merge0.ClassNameValue;
1329
1508
  };
1330
1509
  };
1331
1510
  } | {}, {
@@ -1337,7 +1516,7 @@ declare const navbarVariants: tailwind_variants7.TVReturnType<{
1337
1516
  menuItem: string;
1338
1517
  root: string;
1339
1518
  toggle: string;
1340
- }, tailwind_variants7.TVReturnType<unknown, {
1519
+ }, tailwind_variants0.TVReturnType<unknown, {
1341
1520
  container: string;
1342
1521
  content: string;
1343
1522
  list: string;
@@ -1360,36 +1539,36 @@ declare const Navbar: {
1360
1539
  isOpen,
1361
1540
  onOpenChange,
1362
1541
  ...props
1363
- }: NavbarProps): react_jsx_runtime14.JSX.Element;
1542
+ }: NavbarProps): react_jsx_runtime0.JSX.Element;
1364
1543
  Root: /*elided*/any;
1365
1544
  Container: ({
1366
1545
  className,
1367
1546
  ...props
1368
- }: NavbarContainerProps) => react_jsx_runtime14.JSX.Element;
1547
+ }: NavbarContainerProps) => react_jsx_runtime0.JSX.Element;
1369
1548
  Content: ({
1370
1549
  className,
1371
1550
  ...props
1372
- }: NavbarContentProps) => react_jsx_runtime14.JSX.Element;
1551
+ }: NavbarContentProps) => react_jsx_runtime0.JSX.Element;
1373
1552
  List: ({
1374
1553
  className,
1375
1554
  ...props
1376
- }: NavbarListProps) => react_jsx_runtime14.JSX.Element;
1555
+ }: NavbarListProps) => react_jsx_runtime0.JSX.Element;
1377
1556
  ListItem: ({
1378
1557
  className,
1379
1558
  ...props
1380
- }: NavbarListItemProps) => react_jsx_runtime14.JSX.Element;
1559
+ }: NavbarListItemProps) => react_jsx_runtime0.JSX.Element;
1381
1560
  Toggle: ({
1382
1561
  className,
1383
1562
  ...props
1384
- }: NavbarToggleProps) => react_jsx_runtime14.JSX.Element;
1563
+ }: NavbarToggleProps) => react_jsx_runtime0.JSX.Element;
1385
1564
  Menu: ({
1386
1565
  className,
1387
1566
  ...props
1388
- }: NavbarMenuProps) => react_jsx_runtime14.JSX.Element;
1567
+ }: NavbarMenuProps) => react_jsx_runtime0.JSX.Element;
1389
1568
  MenuItem: ({
1390
1569
  className,
1391
1570
  ...props
1392
- }: NavbarMenuItemProps) => react_jsx_runtime14.JSX.Element;
1571
+ }: NavbarMenuItemProps) => react_jsx_runtime0.JSX.Element;
1393
1572
  };
1394
1573
  interface NavbarContainerProps extends React.ComponentProps<"nav"> {}
1395
1574
  interface NavbarContentProps extends React.ComponentProps<"div"> {}
@@ -1400,24 +1579,24 @@ interface NavbarMenuProps extends React.ComponentProps<"ul"> {}
1400
1579
  interface NavbarMenuItemProps extends React.ComponentProps<"li"> {}
1401
1580
  //#endregion
1402
1581
  //#region src/components/progress/progress.variants.d.ts
1403
- declare const progressVariants: tailwind_variants7.TVReturnType<{
1582
+ declare const progressVariants: tailwind_variants0.TVReturnType<{
1404
1583
  [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;
1584
+ [key: string]: tailwind_merge0.ClassNameValue | {
1585
+ root?: tailwind_merge0.ClassNameValue;
1586
+ label?: tailwind_merge0.ClassNameValue;
1587
+ track?: tailwind_merge0.ClassNameValue;
1588
+ value?: tailwind_merge0.ClassNameValue;
1589
+ indicator?: tailwind_merge0.ClassNameValue;
1411
1590
  };
1412
1591
  };
1413
1592
  } | {
1414
1593
  [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;
1594
+ [x: string]: tailwind_merge0.ClassNameValue | {
1595
+ root?: tailwind_merge0.ClassNameValue;
1596
+ label?: tailwind_merge0.ClassNameValue;
1597
+ track?: tailwind_merge0.ClassNameValue;
1598
+ value?: tailwind_merge0.ClassNameValue;
1599
+ indicator?: tailwind_merge0.ClassNameValue;
1421
1600
  };
1422
1601
  };
1423
1602
  } | {}, {
@@ -1428,12 +1607,12 @@ declare const progressVariants: tailwind_variants7.TVReturnType<{
1428
1607
  value: string;
1429
1608
  }, undefined, {
1430
1609
  [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;
1610
+ [key: string]: tailwind_merge0.ClassNameValue | {
1611
+ root?: tailwind_merge0.ClassNameValue;
1612
+ label?: tailwind_merge0.ClassNameValue;
1613
+ track?: tailwind_merge0.ClassNameValue;
1614
+ value?: tailwind_merge0.ClassNameValue;
1615
+ indicator?: tailwind_merge0.ClassNameValue;
1437
1616
  };
1438
1617
  };
1439
1618
  } | {}, {
@@ -1442,7 +1621,7 @@ declare const progressVariants: tailwind_variants7.TVReturnType<{
1442
1621
  root: string;
1443
1622
  track: string;
1444
1623
  value: string;
1445
- }, tailwind_variants7.TVReturnType<unknown, {
1624
+ }, tailwind_variants0.TVReturnType<unknown, {
1446
1625
  indicator: string;
1447
1626
  label: string;
1448
1627
  root: string;
@@ -1457,28 +1636,28 @@ declare const Progress: {
1457
1636
  ({
1458
1637
  className,
1459
1638
  ...props
1460
- }: ProgressProps): react_jsx_runtime14.JSX.Element;
1639
+ }: ProgressProps): react_jsx_runtime0.JSX.Element;
1461
1640
  Label: ({
1462
1641
  className,
1463
1642
  ...props
1464
- }: Progress$1.Label.Props) => react_jsx_runtime14.JSX.Element;
1643
+ }: Progress$1.Label.Props) => react_jsx_runtime0.JSX.Element;
1465
1644
  Value: ({
1466
1645
  className,
1467
1646
  ...props
1468
- }: Progress$1.Value.Props) => react_jsx_runtime14.JSX.Element;
1647
+ }: Progress$1.Value.Props) => react_jsx_runtime0.JSX.Element;
1469
1648
  Track: ({
1470
1649
  className,
1471
1650
  ...props
1472
- }: Progress$1.Track.Props) => react_jsx_runtime14.JSX.Element;
1651
+ }: Progress$1.Track.Props) => react_jsx_runtime0.JSX.Element;
1473
1652
  Indicator: ({
1474
1653
  className,
1475
1654
  ...props
1476
- }: Progress$1.Indicator.Props) => react_jsx_runtime14.JSX.Element;
1655
+ }: Progress$1.Indicator.Props) => react_jsx_runtime0.JSX.Element;
1477
1656
  Root: /*elided*/any;
1478
1657
  };
1479
1658
  //#endregion
1480
1659
  //#region src/components/separator/separator.variants.d.ts
1481
- declare const separatorVariants: tailwind_variants7.TVReturnType<{
1660
+ declare const separatorVariants: tailwind_variants0.TVReturnType<{
1482
1661
  orientation: {
1483
1662
  horizontal: string;
1484
1663
  vertical: string;
@@ -1488,7 +1667,7 @@ declare const separatorVariants: tailwind_variants7.TVReturnType<{
1488
1667
  horizontal: string;
1489
1668
  vertical: string;
1490
1669
  };
1491
- }, undefined, tailwind_variants7.TVReturnType<{
1670
+ }, undefined, tailwind_variants0.TVReturnType<{
1492
1671
  orientation: {
1493
1672
  horizontal: string;
1494
1673
  vertical: string;
@@ -1502,29 +1681,29 @@ declare const Separator: ({
1502
1681
  className,
1503
1682
  orientation,
1504
1683
  ...props
1505
- }: SeparatorProps) => react_jsx_runtime14.JSX.Element;
1684
+ }: SeparatorProps) => react_jsx_runtime0.JSX.Element;
1506
1685
  //#endregion
1507
1686
  //#region src/components/slider/slider.variants.d.ts
1508
- declare const sliderVariants: tailwind_variants7.TVReturnType<{
1687
+ declare const sliderVariants: tailwind_variants0.TVReturnType<{
1509
1688
  [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;
1689
+ [key: string]: tailwind_merge0.ClassNameValue | {
1690
+ root?: tailwind_merge0.ClassNameValue;
1691
+ track?: tailwind_merge0.ClassNameValue;
1692
+ value?: tailwind_merge0.ClassNameValue;
1693
+ indicator?: tailwind_merge0.ClassNameValue;
1694
+ control?: tailwind_merge0.ClassNameValue;
1695
+ thumb?: tailwind_merge0.ClassNameValue;
1517
1696
  };
1518
1697
  };
1519
1698
  } | {
1520
1699
  [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;
1700
+ [x: string]: tailwind_merge0.ClassNameValue | {
1701
+ root?: tailwind_merge0.ClassNameValue;
1702
+ track?: tailwind_merge0.ClassNameValue;
1703
+ value?: tailwind_merge0.ClassNameValue;
1704
+ indicator?: tailwind_merge0.ClassNameValue;
1705
+ control?: tailwind_merge0.ClassNameValue;
1706
+ thumb?: tailwind_merge0.ClassNameValue;
1528
1707
  };
1529
1708
  };
1530
1709
  } | {}, {
@@ -1536,13 +1715,13 @@ declare const sliderVariants: tailwind_variants7.TVReturnType<{
1536
1715
  value: string;
1537
1716
  }, undefined, {
1538
1717
  [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;
1718
+ [key: string]: tailwind_merge0.ClassNameValue | {
1719
+ root?: tailwind_merge0.ClassNameValue;
1720
+ track?: tailwind_merge0.ClassNameValue;
1721
+ value?: tailwind_merge0.ClassNameValue;
1722
+ indicator?: tailwind_merge0.ClassNameValue;
1723
+ control?: tailwind_merge0.ClassNameValue;
1724
+ thumb?: tailwind_merge0.ClassNameValue;
1546
1725
  };
1547
1726
  };
1548
1727
  } | {}, {
@@ -1552,7 +1731,7 @@ declare const sliderVariants: tailwind_variants7.TVReturnType<{
1552
1731
  thumb: string;
1553
1732
  track: string;
1554
1733
  value: string;
1555
- }, tailwind_variants7.TVReturnType<unknown, {
1734
+ }, tailwind_variants0.TVReturnType<unknown, {
1556
1735
  control: string;
1557
1736
  indicator: string;
1558
1737
  root: string;
@@ -1568,32 +1747,32 @@ declare const Slider: {
1568
1747
  ({
1569
1748
  className,
1570
1749
  ...props
1571
- }: SliderProps): react_jsx_runtime14.JSX.Element;
1750
+ }: SliderProps): react_jsx_runtime0.JSX.Element;
1572
1751
  Value: ({
1573
1752
  className,
1574
1753
  ...props
1575
- }: Slider$1.Value.Props) => react_jsx_runtime14.JSX.Element;
1754
+ }: Slider$1.Value.Props) => react_jsx_runtime0.JSX.Element;
1576
1755
  Control: ({
1577
1756
  className,
1578
1757
  ...props
1579
- }: Slider$1.Control.Props) => react_jsx_runtime14.JSX.Element;
1758
+ }: Slider$1.Control.Props) => react_jsx_runtime0.JSX.Element;
1580
1759
  Track: ({
1581
1760
  className,
1582
1761
  ...props
1583
- }: Slider$1.Track.Props) => react_jsx_runtime14.JSX.Element;
1762
+ }: Slider$1.Track.Props) => react_jsx_runtime0.JSX.Element;
1584
1763
  Indicator: ({
1585
1764
  className,
1586
1765
  ...props
1587
- }: Slider$1.Indicator.Props) => react_jsx_runtime14.JSX.Element;
1766
+ }: Slider$1.Indicator.Props) => react_jsx_runtime0.JSX.Element;
1588
1767
  Thumb: ({
1589
1768
  className,
1590
1769
  ...props
1591
- }: Slider$1.Thumb.Props) => react_jsx_runtime14.JSX.Element;
1770
+ }: Slider$1.Thumb.Props) => react_jsx_runtime0.JSX.Element;
1592
1771
  Root: /*elided*/any;
1593
1772
  };
1594
1773
  //#endregion
1595
1774
  //#region src/components/switch/switch.variants.d.ts
1596
- declare const switchVariants: tailwind_variants7.TVReturnType<{
1775
+ declare const switchVariants: tailwind_variants0.TVReturnType<{
1597
1776
  size: {
1598
1777
  lg: {
1599
1778
  root: string;
@@ -1623,7 +1802,7 @@ declare const switchVariants: tailwind_variants7.TVReturnType<{
1623
1802
  }, {
1624
1803
  root: string;
1625
1804
  thumb: string;
1626
- }, tailwind_variants7.TVReturnType<{
1805
+ }, tailwind_variants0.TVReturnType<{
1627
1806
  size: {
1628
1807
  lg: {
1629
1808
  root: string;
@@ -1648,37 +1827,37 @@ declare const Switch: {
1648
1827
  className,
1649
1828
  size,
1650
1829
  ...props
1651
- }: SwitchProps): react_jsx_runtime14.JSX.Element;
1830
+ }: SwitchProps): react_jsx_runtime0.JSX.Element;
1652
1831
  Thumb: ({
1653
1832
  className,
1654
1833
  ...props
1655
- }: Switch$1.Thumb.Props) => react_jsx_runtime14.JSX.Element;
1834
+ }: Switch$1.Thumb.Props) => react_jsx_runtime0.JSX.Element;
1656
1835
  Root: /*elided*/any;
1657
1836
  };
1658
1837
  //#endregion
1659
1838
  //#region src/components/table/table.variants.d.ts
1660
- declare const tableVariants: tailwind_variants7.TVReturnType<{
1839
+ declare const tableVariants: tailwind_variants0.TVReturnType<{
1661
1840
  [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;
1841
+ [key: string]: tailwind_merge0.ClassNameValue | {
1842
+ root?: tailwind_merge0.ClassNameValue;
1843
+ tbody?: tailwind_merge0.ClassNameValue;
1844
+ td?: tailwind_merge0.ClassNameValue;
1845
+ tfoot?: tailwind_merge0.ClassNameValue;
1846
+ th?: tailwind_merge0.ClassNameValue;
1847
+ thead?: tailwind_merge0.ClassNameValue;
1848
+ tr?: tailwind_merge0.ClassNameValue;
1670
1849
  };
1671
1850
  };
1672
1851
  } | {
1673
1852
  [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;
1853
+ [x: string]: tailwind_merge0.ClassNameValue | {
1854
+ root?: tailwind_merge0.ClassNameValue;
1855
+ tbody?: tailwind_merge0.ClassNameValue;
1856
+ td?: tailwind_merge0.ClassNameValue;
1857
+ tfoot?: tailwind_merge0.ClassNameValue;
1858
+ th?: tailwind_merge0.ClassNameValue;
1859
+ thead?: tailwind_merge0.ClassNameValue;
1860
+ tr?: tailwind_merge0.ClassNameValue;
1682
1861
  };
1683
1862
  };
1684
1863
  } | {}, {
@@ -1691,14 +1870,14 @@ declare const tableVariants: tailwind_variants7.TVReturnType<{
1691
1870
  tr: string;
1692
1871
  }, undefined, {
1693
1872
  [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;
1873
+ [key: string]: tailwind_merge0.ClassNameValue | {
1874
+ root?: tailwind_merge0.ClassNameValue;
1875
+ tbody?: tailwind_merge0.ClassNameValue;
1876
+ td?: tailwind_merge0.ClassNameValue;
1877
+ tfoot?: tailwind_merge0.ClassNameValue;
1878
+ th?: tailwind_merge0.ClassNameValue;
1879
+ thead?: tailwind_merge0.ClassNameValue;
1880
+ tr?: tailwind_merge0.ClassNameValue;
1702
1881
  };
1703
1882
  };
1704
1883
  } | {}, {
@@ -1709,7 +1888,7 @@ declare const tableVariants: tailwind_variants7.TVReturnType<{
1709
1888
  th: string;
1710
1889
  thead: string;
1711
1890
  tr: string;
1712
- }, tailwind_variants7.TVReturnType<unknown, {
1891
+ }, tailwind_variants0.TVReturnType<unknown, {
1713
1892
  root: string;
1714
1893
  tbody: string;
1715
1894
  td: string;
@@ -1726,32 +1905,32 @@ declare const Table: {
1726
1905
  ({
1727
1906
  className,
1728
1907
  ...props
1729
- }: TableProps): react_jsx_runtime14.JSX.Element;
1908
+ }: TableProps): react_jsx_runtime0.JSX.Element;
1730
1909
  Root: /*elided*/any;
1731
1910
  Head: ({
1732
1911
  className,
1733
1912
  ...props
1734
- }: TableHeadProps) => react_jsx_runtime14.JSX.Element;
1913
+ }: TableHeadProps) => react_jsx_runtime0.JSX.Element;
1735
1914
  Row: ({
1736
1915
  className,
1737
1916
  ...props
1738
- }: TableRowProps) => react_jsx_runtime14.JSX.Element;
1917
+ }: TableRowProps) => react_jsx_runtime0.JSX.Element;
1739
1918
  HeaderCell: ({
1740
1919
  className,
1741
1920
  ...props
1742
- }: TableHeaderCellProps) => react_jsx_runtime14.JSX.Element;
1921
+ }: TableHeaderCellProps) => react_jsx_runtime0.JSX.Element;
1743
1922
  Body: ({
1744
1923
  className,
1745
1924
  ...props
1746
- }: TableBodyProps) => react_jsx_runtime14.JSX.Element;
1925
+ }: TableBodyProps) => react_jsx_runtime0.JSX.Element;
1747
1926
  DataCell: ({
1748
1927
  className,
1749
1928
  ...props
1750
- }: TableDataCellProps) => react_jsx_runtime14.JSX.Element;
1929
+ }: TableDataCellProps) => react_jsx_runtime0.JSX.Element;
1751
1930
  Footer: ({
1752
1931
  className,
1753
1932
  ...props
1754
- }: TableFooterProps) => react_jsx_runtime14.JSX.Element;
1933
+ }: TableFooterProps) => react_jsx_runtime0.JSX.Element;
1755
1934
  };
1756
1935
  interface TableHeadProps extends React.ComponentProps<"thead"> {}
1757
1936
  interface TableRowProps extends React.ComponentProps<"tr"> {}
@@ -1761,24 +1940,24 @@ interface TableDataCellProps extends React.ComponentProps<"td"> {}
1761
1940
  interface TableFooterProps extends React.ComponentProps<"tfoot"> {}
1762
1941
  //#endregion
1763
1942
  //#region src/components/tabs/tabs.variants.d.ts
1764
- declare const tabsVariants: tailwind_variants7.TVReturnType<{
1943
+ declare const tabsVariants: tailwind_variants0.TVReturnType<{
1765
1944
  [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;
1945
+ [key: string]: tailwind_merge0.ClassNameValue | {
1946
+ panel?: tailwind_merge0.ClassNameValue;
1947
+ root?: tailwind_merge0.ClassNameValue;
1948
+ indicator?: tailwind_merge0.ClassNameValue;
1949
+ list?: tailwind_merge0.ClassNameValue;
1950
+ tab?: tailwind_merge0.ClassNameValue;
1772
1951
  };
1773
1952
  };
1774
1953
  } | {
1775
1954
  [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;
1955
+ [x: string]: tailwind_merge0.ClassNameValue | {
1956
+ panel?: tailwind_merge0.ClassNameValue;
1957
+ root?: tailwind_merge0.ClassNameValue;
1958
+ indicator?: tailwind_merge0.ClassNameValue;
1959
+ list?: tailwind_merge0.ClassNameValue;
1960
+ tab?: tailwind_merge0.ClassNameValue;
1782
1961
  };
1783
1962
  };
1784
1963
  } | {}, {
@@ -1789,12 +1968,12 @@ declare const tabsVariants: tailwind_variants7.TVReturnType<{
1789
1968
  tab: string;
1790
1969
  }, undefined, {
1791
1970
  [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;
1971
+ [key: string]: tailwind_merge0.ClassNameValue | {
1972
+ panel?: tailwind_merge0.ClassNameValue;
1973
+ root?: tailwind_merge0.ClassNameValue;
1974
+ indicator?: tailwind_merge0.ClassNameValue;
1975
+ list?: tailwind_merge0.ClassNameValue;
1976
+ tab?: tailwind_merge0.ClassNameValue;
1798
1977
  };
1799
1978
  };
1800
1979
  } | {}, {
@@ -1803,7 +1982,7 @@ declare const tabsVariants: tailwind_variants7.TVReturnType<{
1803
1982
  panel: string;
1804
1983
  root: string;
1805
1984
  tab: string;
1806
- }, tailwind_variants7.TVReturnType<unknown, {
1985
+ }, tailwind_variants0.TVReturnType<unknown, {
1807
1986
  indicator: string;
1808
1987
  list: string;
1809
1988
  panel: string;
@@ -1818,23 +1997,23 @@ declare const Tabs: {
1818
1997
  ({
1819
1998
  className,
1820
1999
  ...props
1821
- }: TabsProps): react_jsx_runtime14.JSX.Element;
2000
+ }: TabsProps): react_jsx_runtime0.JSX.Element;
1822
2001
  List: ({
1823
2002
  className,
1824
2003
  ...props
1825
- }: TabsListProps) => react_jsx_runtime14.JSX.Element;
2004
+ }: TabsListProps) => react_jsx_runtime0.JSX.Element;
1826
2005
  Tab: ({
1827
2006
  className,
1828
2007
  ...props
1829
- }: TabsTabProps) => react_jsx_runtime14.JSX.Element;
2008
+ }: TabsTabProps) => react_jsx_runtime0.JSX.Element;
1830
2009
  Indicator: ({
1831
2010
  className,
1832
2011
  ...props
1833
- }: TabsIndicatorProps) => react_jsx_runtime14.JSX.Element;
2012
+ }: TabsIndicatorProps) => react_jsx_runtime0.JSX.Element;
1834
2013
  Panel: ({
1835
2014
  className,
1836
2015
  ...props
1837
- }: TabsPanelProps) => react_jsx_runtime14.JSX.Element;
2016
+ }: TabsPanelProps) => react_jsx_runtime0.JSX.Element;
1838
2017
  Root: /*elided*/any;
1839
2018
  };
1840
2019
  interface TabsListProps extends Tabs$1.List.Props {}
@@ -1843,7 +2022,7 @@ interface TabsIndicatorProps extends Tabs$1.Indicator.Props {}
1843
2022
  interface TabsPanelProps extends Tabs$1.Panel.Props {}
1844
2023
  //#endregion
1845
2024
  //#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>>;
2025
+ declare const textVariants: tailwind_variants0.TVReturnType<{} | {} | {}, undefined, "text", {} | {}, undefined, tailwind_variants0.TVReturnType<unknown, undefined, "text", unknown, unknown, undefined>>;
1847
2026
  type TextVariants = VariantProps<typeof textVariants>;
1848
2027
  //#endregion
1849
2028
  //#region src/components/text/text.d.ts
@@ -1851,19 +2030,19 @@ interface TextProps extends TextVariants, React.ComponentProps<"div"> {}
1851
2030
  declare const Text: ({
1852
2031
  className,
1853
2032
  ...props
1854
- }: TextProps) => react_jsx_runtime14.JSX.Element;
2033
+ }: TextProps) => react_jsx_runtime0.JSX.Element;
1855
2034
  //#endregion
1856
2035
  //#region src/components/textarea/textarea.variants.d.ts
1857
- declare const textareaVariants: tailwind_variants7.TVReturnType<{} | {
2036
+ declare const textareaVariants: tailwind_variants0.TVReturnType<{} | {
1858
2037
  inputSize: {
1859
- lg: tailwind_merge44.ClassNameValue | {
1860
- base?: tailwind_merge44.ClassNameValue;
2038
+ lg: tailwind_merge0.ClassNameValue | {
2039
+ base?: tailwind_merge0.ClassNameValue;
1861
2040
  };
1862
- md: tailwind_merge44.ClassNameValue | {
1863
- base?: tailwind_merge44.ClassNameValue;
2041
+ md: tailwind_merge0.ClassNameValue | {
2042
+ base?: tailwind_merge0.ClassNameValue;
1864
2043
  };
1865
- sm: tailwind_merge44.ClassNameValue | {
1866
- base?: tailwind_merge44.ClassNameValue;
2044
+ sm: tailwind_merge0.ClassNameValue | {
2045
+ base?: tailwind_merge0.ClassNameValue;
1867
2046
  };
1868
2047
  };
1869
2048
  }, undefined, "textarea", {
@@ -1872,7 +2051,7 @@ declare const textareaVariants: tailwind_variants7.TVReturnType<{} | {
1872
2051
  md: string;
1873
2052
  sm: string;
1874
2053
  };
1875
- }, undefined, tailwind_variants7.TVReturnType<{
2054
+ }, undefined, tailwind_variants0.TVReturnType<{
1876
2055
  inputSize: {
1877
2056
  lg: string;
1878
2057
  md: string;
@@ -1884,7 +2063,7 @@ declare const textareaVariants: tailwind_variants7.TVReturnType<{} | {
1884
2063
  md: string;
1885
2064
  sm: string;
1886
2065
  };
1887
- }, undefined, tailwind_variants7.TVReturnType<{
2066
+ }, undefined, tailwind_variants0.TVReturnType<{
1888
2067
  inputSize: {
1889
2068
  lg: string;
1890
2069
  md: string;
@@ -1898,41 +2077,41 @@ interface TextareaProps extends TextareaVariants, React.ComponentProps<"textarea
1898
2077
  declare const Textarea: ({
1899
2078
  className,
1900
2079
  ...props
1901
- }: TextareaProps) => react_jsx_runtime14.JSX.Element;
2080
+ }: TextareaProps) => react_jsx_runtime0.JSX.Element;
1902
2081
  //#endregion
1903
2082
  //#region src/components/toggle-button/toggle-button.variants.d.ts
1904
- declare const toggleButtonVariants: tailwind_variants7.TVReturnType<{} | {
2083
+ declare const toggleButtonVariants: tailwind_variants0.TVReturnType<{} | {
1905
2084
  isIconOnly: {
1906
- true: tailwind_merge44.ClassNameValue | {
1907
- base?: tailwind_merge44.ClassNameValue;
2085
+ true: tailwind_merge0.ClassNameValue | {
2086
+ base?: tailwind_merge0.ClassNameValue;
1908
2087
  };
1909
2088
  };
1910
2089
  size: {
1911
- lg: tailwind_merge44.ClassNameValue | {
1912
- base?: tailwind_merge44.ClassNameValue;
2090
+ lg: tailwind_merge0.ClassNameValue | {
2091
+ base?: tailwind_merge0.ClassNameValue;
1913
2092
  };
1914
- md: tailwind_merge44.ClassNameValue | {
1915
- base?: tailwind_merge44.ClassNameValue;
2093
+ md: tailwind_merge0.ClassNameValue | {
2094
+ base?: tailwind_merge0.ClassNameValue;
1916
2095
  };
1917
- sm: tailwind_merge44.ClassNameValue | {
1918
- base?: tailwind_merge44.ClassNameValue;
2096
+ sm: tailwind_merge0.ClassNameValue | {
2097
+ base?: tailwind_merge0.ClassNameValue;
1919
2098
  };
1920
2099
  };
1921
2100
  variant: {
1922
- danger: tailwind_merge44.ClassNameValue | {
1923
- base?: tailwind_merge44.ClassNameValue;
2101
+ danger: tailwind_merge0.ClassNameValue | {
2102
+ base?: tailwind_merge0.ClassNameValue;
1924
2103
  };
1925
- ghost: tailwind_merge44.ClassNameValue | {
1926
- base?: tailwind_merge44.ClassNameValue;
2104
+ ghost: tailwind_merge0.ClassNameValue | {
2105
+ base?: tailwind_merge0.ClassNameValue;
1927
2106
  };
1928
- outline: tailwind_merge44.ClassNameValue | {
1929
- base?: tailwind_merge44.ClassNameValue;
2107
+ outline: tailwind_merge0.ClassNameValue | {
2108
+ base?: tailwind_merge0.ClassNameValue;
1930
2109
  };
1931
- primary: tailwind_merge44.ClassNameValue | {
1932
- base?: tailwind_merge44.ClassNameValue;
2110
+ primary: tailwind_merge0.ClassNameValue | {
2111
+ base?: tailwind_merge0.ClassNameValue;
1933
2112
  };
1934
- secondary: tailwind_merge44.ClassNameValue | {
1935
- base?: tailwind_merge44.ClassNameValue;
2113
+ secondary: tailwind_merge0.ClassNameValue | {
2114
+ base?: tailwind_merge0.ClassNameValue;
1936
2115
  };
1937
2116
  };
1938
2117
  }, undefined, "toggle-button", {
@@ -1951,7 +2130,7 @@ declare const toggleButtonVariants: tailwind_variants7.TVReturnType<{} | {
1951
2130
  primary: string;
1952
2131
  secondary: string;
1953
2132
  };
1954
- }, undefined, tailwind_variants7.TVReturnType<{
2133
+ }, undefined, tailwind_variants0.TVReturnType<{
1955
2134
  isIconOnly: {
1956
2135
  true: string;
1957
2136
  };
@@ -1983,7 +2162,7 @@ declare const toggleButtonVariants: tailwind_variants7.TVReturnType<{} | {
1983
2162
  primary: string;
1984
2163
  secondary: string;
1985
2164
  };
1986
- }, undefined, tailwind_variants7.TVReturnType<{
2165
+ }, undefined, tailwind_variants0.TVReturnType<{
1987
2166
  isIconOnly: {
1988
2167
  true: string;
1989
2168
  };
@@ -2009,7 +2188,7 @@ declare const ToggleButton: ({
2009
2188
  variant,
2010
2189
  size,
2011
2190
  ...props
2012
- }: ToggleButtonProps) => react_jsx_runtime14.JSX.Element;
2191
+ }: ToggleButtonProps) => react_jsx_runtime0.JSX.Element;
2013
2192
  //#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 };
2193
+ export { Accordion, AccordionVariants, AlertDialog, AlertDialogVariants, Avatar, AvatarVariants, Button, ButtonGroup, ButtonGroupVariants, ButtonVariants, Card, CardVariants, Checkbox, CheckboxGroup, CheckboxGroupVariants, CheckboxVariants, Chip, ChipVariants, Container, ContainerVariants, Dialog, DialogVariants, Drawer, DrawerVariants, 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, drawerVariants, fieldVariants, fieldsetVariants, formVariants, inputVariants, labelVariants, linkVariants, listVariants, menuVariants, meterVariants, navbarVariants, progressVariants, separatorVariants, sliderVariants, switchVariants, tableVariants, tabsVariants, textVariants, textareaVariants, toggleButtonVariants };
2015
2194
  //# sourceMappingURL=index.d.mts.map