@fea-ui/react 0.0.1 → 0.0.2

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,22 +1,22 @@
1
- import * as tailwind_variants0 from "tailwind-variants";
1
+ "use client";
2
+ import * as tailwind_variants1 from "tailwind-variants";
2
3
  import { VariantProps, cn } from "tailwind-variants";
3
4
  import * as _base_ui_react0 from "@base-ui/react";
4
- import { Accordion, AlertDialog, Autocomplete, Avatar, Button as Button$1, Checkbox, CheckboxGroup as CheckboxGroup$1, Collapsible, Combobox, ContextMenu, Dialog, Field, Fieldset, Form as Form$1, Input as Input$1, Menu, Meter, NavigationMenu, NumberField, Popover, PreviewCard, Progress, Radio, RadioGroup as RadioGroup$1, ScrollArea, Select, Separator as Separator$1, Slider, Switch, Tabs, Toast, ToggleProps, Tooltip } from "@base-ui/react";
5
+ import { Accordion, AlertDialog, Autocomplete, Avatar, Button as Button$1, Checkbox, CheckboxGroup as CheckboxGroup$1, Collapsible, Combobox, ContextMenu, Dialog, Field, Fieldset, Form as Form$1, Input as Input$1, Menu, Meter, NavigationMenu, NumberField, Popover, PreviewCard, Progress, Radio, RadioGroup as RadioGroup$1, ScrollArea, Select, Separator as Separator$1, Slider, Switch, Tabs, ToggleProps, Tooltip } from "@base-ui/react";
5
6
  import * as react0 from "react";
6
7
  import React$1 from "react";
7
- import * as react_jsx_runtime0 from "react/jsx-runtime";
8
+ import * as react_jsx_runtime5 from "react/jsx-runtime";
8
9
  import * as tailwind_merge0 from "tailwind-merge";
9
- import * as node_modules__base_ui_react_esm_utils_FloatingPortalLite0 from "node_modules/@base-ui/react/esm/utils/FloatingPortalLite";
10
10
 
11
11
  //#region src/components/accordion/accordion.variants.d.ts
12
- declare const accordionVariants: tailwind_variants0.TVReturnType<{
12
+ declare const accordionVariants: tailwind_variants1.TVReturnType<{
13
13
  [key: string]: {
14
14
  [key: string]: tailwind_merge0.ClassNameValue | {
15
15
  content?: tailwind_merge0.ClassNameValue;
16
+ root?: tailwind_merge0.ClassNameValue;
16
17
  header?: tailwind_merge0.ClassNameValue;
17
18
  item?: tailwind_merge0.ClassNameValue;
18
19
  panel?: tailwind_merge0.ClassNameValue;
19
- root?: tailwind_merge0.ClassNameValue;
20
20
  trigger?: tailwind_merge0.ClassNameValue;
21
21
  triggerIcon?: tailwind_merge0.ClassNameValue;
22
22
  };
@@ -25,10 +25,10 @@ declare const accordionVariants: tailwind_variants0.TVReturnType<{
25
25
  [x: string]: {
26
26
  [x: string]: tailwind_merge0.ClassNameValue | {
27
27
  content?: tailwind_merge0.ClassNameValue;
28
+ root?: tailwind_merge0.ClassNameValue;
28
29
  header?: tailwind_merge0.ClassNameValue;
29
30
  item?: tailwind_merge0.ClassNameValue;
30
31
  panel?: tailwind_merge0.ClassNameValue;
31
- root?: tailwind_merge0.ClassNameValue;
32
32
  trigger?: tailwind_merge0.ClassNameValue;
33
33
  triggerIcon?: tailwind_merge0.ClassNameValue;
34
34
  };
@@ -45,10 +45,10 @@ declare const accordionVariants: tailwind_variants0.TVReturnType<{
45
45
  [key: string]: {
46
46
  [key: string]: tailwind_merge0.ClassNameValue | {
47
47
  content?: tailwind_merge0.ClassNameValue;
48
+ root?: tailwind_merge0.ClassNameValue;
48
49
  header?: tailwind_merge0.ClassNameValue;
49
50
  item?: tailwind_merge0.ClassNameValue;
50
51
  panel?: tailwind_merge0.ClassNameValue;
51
- root?: tailwind_merge0.ClassNameValue;
52
52
  trigger?: tailwind_merge0.ClassNameValue;
53
53
  triggerIcon?: tailwind_merge0.ClassNameValue;
54
54
  };
@@ -61,7 +61,7 @@ declare const accordionVariants: tailwind_variants0.TVReturnType<{
61
61
  root: string;
62
62
  trigger: string;
63
63
  triggerIcon: string;
64
- }, tailwind_variants0.TVReturnType<unknown, {
64
+ }, tailwind_variants1.TVReturnType<unknown, {
65
65
  content: string;
66
66
  header: string;
67
67
  item: string;
@@ -83,39 +83,39 @@ interface AccordionContentProps extends React.ComponentProps<"div"> {}
83
83
  declare const _default: (({
84
84
  className,
85
85
  ...props
86
- }: AccordionProps) => react_jsx_runtime0.JSX.Element) & {
86
+ }: AccordionProps) => react_jsx_runtime5.JSX.Element) & {
87
87
  Content: ({
88
88
  className,
89
89
  ...props
90
- }: AccordionContentProps) => react_jsx_runtime0.JSX.Element;
90
+ }: AccordionContentProps) => react_jsx_runtime5.JSX.Element;
91
91
  Header: ({
92
92
  className,
93
93
  ...props
94
- }: AccordionHeaderProps) => react_jsx_runtime0.JSX.Element;
94
+ }: AccordionHeaderProps) => react_jsx_runtime5.JSX.Element;
95
95
  Item: ({
96
96
  className,
97
97
  ...props
98
- }: AccordionItemProps) => react_jsx_runtime0.JSX.Element;
98
+ }: AccordionItemProps) => react_jsx_runtime5.JSX.Element;
99
99
  Panel: ({
100
100
  className,
101
101
  ...props
102
- }: AccordionPanelProps) => react_jsx_runtime0.JSX.Element;
102
+ }: AccordionPanelProps) => react_jsx_runtime5.JSX.Element;
103
103
  Root: ({
104
104
  className,
105
105
  ...props
106
- }: AccordionProps) => react_jsx_runtime0.JSX.Element;
106
+ }: AccordionProps) => react_jsx_runtime5.JSX.Element;
107
107
  Trigger: ({
108
108
  className,
109
109
  ...props
110
- }: AccordionTriggerProps) => react_jsx_runtime0.JSX.Element;
110
+ }: AccordionTriggerProps) => react_jsx_runtime5.JSX.Element;
111
111
  TriggerIcon: ({
112
112
  className,
113
113
  ...props
114
- }: AccordionTriggerIconProps) => react_jsx_runtime0.JSX.Element;
114
+ }: AccordionTriggerIconProps) => react_jsx_runtime5.JSX.Element;
115
115
  };
116
116
  //#endregion
117
117
  //#region src/components/alert/alert.variants.d.ts
118
- declare const alertVariants: tailwind_variants0.TVReturnType<{
118
+ declare const alertVariants: tailwind_variants1.TVReturnType<{
119
119
  variant: {
120
120
  danger: {
121
121
  root: string;
@@ -163,7 +163,7 @@ declare const alertVariants: tailwind_variants0.TVReturnType<{
163
163
  indicator: string;
164
164
  root: string;
165
165
  title: string;
166
- }, tailwind_variants0.TVReturnType<{
166
+ }, tailwind_variants1.TVReturnType<{
167
167
  variant: {
168
168
  danger: {
169
169
  root: string;
@@ -200,39 +200,39 @@ declare const _default$1: (({
200
200
  className,
201
201
  variant,
202
202
  ...props
203
- }: AlertProps) => react_jsx_runtime0.JSX.Element) & {
203
+ }: AlertProps) => react_jsx_runtime5.JSX.Element) & {
204
204
  Content: ({
205
205
  className,
206
206
  ...props
207
- }: AlertContentProps) => react_jsx_runtime0.JSX.Element;
207
+ }: AlertContentProps) => react_jsx_runtime5.JSX.Element;
208
208
  Description: ({
209
209
  className,
210
210
  ...props
211
- }: AlertDescriptionProps) => react_jsx_runtime0.JSX.Element;
211
+ }: AlertDescriptionProps) => react_jsx_runtime5.JSX.Element;
212
212
  Indicator: ({
213
213
  className,
214
214
  children,
215
215
  ...props
216
- }: AlertIndicatorProps) => react_jsx_runtime0.JSX.Element;
216
+ }: AlertIndicatorProps) => react_jsx_runtime5.JSX.Element;
217
217
  Root: ({
218
218
  className,
219
219
  variant,
220
220
  ...props
221
- }: AlertProps) => react_jsx_runtime0.JSX.Element;
221
+ }: AlertProps) => react_jsx_runtime5.JSX.Element;
222
222
  Title: ({
223
223
  className,
224
224
  ...props
225
- }: AlertTitleProps) => react_jsx_runtime0.JSX.Element;
225
+ }: AlertTitleProps) => react_jsx_runtime5.JSX.Element;
226
226
  };
227
227
  //#endregion
228
228
  //#region src/components/alert-dialog/alert-dialog.variants.d.ts
229
- declare const alertDialogVariants: tailwind_variants0.TVReturnType<{
229
+ declare const alertDialogVariants: tailwind_variants1.TVReturnType<{
230
230
  [key: string]: {
231
231
  [key: string]: tailwind_merge0.ClassNameValue | {
232
+ description?: tailwind_merge0.ClassNameValue;
232
233
  root?: tailwind_merge0.ClassNameValue;
233
- trigger?: tailwind_merge0.ClassNameValue;
234
234
  title?: tailwind_merge0.ClassNameValue;
235
- description?: tailwind_merge0.ClassNameValue;
235
+ trigger?: tailwind_merge0.ClassNameValue;
236
236
  backdrop?: tailwind_merge0.ClassNameValue;
237
237
  close?: tailwind_merge0.ClassNameValue;
238
238
  popup?: tailwind_merge0.ClassNameValue;
@@ -243,10 +243,10 @@ declare const alertDialogVariants: tailwind_variants0.TVReturnType<{
243
243
  } | {
244
244
  [x: string]: {
245
245
  [x: string]: tailwind_merge0.ClassNameValue | {
246
+ description?: tailwind_merge0.ClassNameValue;
246
247
  root?: tailwind_merge0.ClassNameValue;
247
- trigger?: tailwind_merge0.ClassNameValue;
248
248
  title?: tailwind_merge0.ClassNameValue;
249
- description?: tailwind_merge0.ClassNameValue;
249
+ trigger?: tailwind_merge0.ClassNameValue;
250
250
  backdrop?: tailwind_merge0.ClassNameValue;
251
251
  close?: tailwind_merge0.ClassNameValue;
252
252
  popup?: tailwind_merge0.ClassNameValue;
@@ -267,10 +267,10 @@ declare const alertDialogVariants: tailwind_variants0.TVReturnType<{
267
267
  }, undefined, {
268
268
  [key: string]: {
269
269
  [key: string]: tailwind_merge0.ClassNameValue | {
270
+ description?: tailwind_merge0.ClassNameValue;
270
271
  root?: tailwind_merge0.ClassNameValue;
271
- trigger?: tailwind_merge0.ClassNameValue;
272
272
  title?: tailwind_merge0.ClassNameValue;
273
- description?: tailwind_merge0.ClassNameValue;
273
+ trigger?: tailwind_merge0.ClassNameValue;
274
274
  backdrop?: tailwind_merge0.ClassNameValue;
275
275
  close?: tailwind_merge0.ClassNameValue;
276
276
  popup?: tailwind_merge0.ClassNameValue;
@@ -288,7 +288,7 @@ declare const alertDialogVariants: tailwind_variants0.TVReturnType<{
288
288
  title: string;
289
289
  trigger: string;
290
290
  viewport: string;
291
- }, tailwind_variants0.TVReturnType<unknown, {
291
+ }, tailwind_variants1.TVReturnType<unknown, {
292
292
  backdrop: string;
293
293
  close: string;
294
294
  description: string;
@@ -313,53 +313,53 @@ interface AlertDialogDescriptionProps extends AlertDialog.Description.Props {}
313
313
  interface AlertDialogCloseProps extends AlertDialog.Close.Props {}
314
314
  declare const _default$2: (({
315
315
  ...props
316
- }: AlertDialogProps) => react_jsx_runtime0.JSX.Element) & {
316
+ }: AlertDialogProps) => react_jsx_runtime5.JSX.Element) & {
317
317
  Backdrop: ({
318
318
  className,
319
319
  ...props
320
- }: AlertDialogBackdropProps) => react_jsx_runtime0.JSX.Element;
320
+ }: AlertDialogBackdropProps) => react_jsx_runtime5.JSX.Element;
321
321
  Close: ({
322
322
  className,
323
323
  children,
324
324
  ...props
325
- }: AlertDialogCloseProps) => react_jsx_runtime0.JSX.Element;
325
+ }: AlertDialogCloseProps) => react_jsx_runtime5.JSX.Element;
326
326
  Description: ({
327
327
  className,
328
328
  ...props
329
- }: AlertDialogDescriptionProps) => react_jsx_runtime0.JSX.Element;
329
+ }: AlertDialogDescriptionProps) => react_jsx_runtime5.JSX.Element;
330
330
  Popup: ({
331
331
  className,
332
332
  ...props
333
- }: AlertDialogPopupProps) => react_jsx_runtime0.JSX.Element;
333
+ }: AlertDialogPopupProps) => react_jsx_runtime5.JSX.Element;
334
334
  Portal: ({
335
335
  className,
336
336
  ...props
337
- }: AlertDialogPortalProps) => react_jsx_runtime0.JSX.Element;
337
+ }: AlertDialogPortalProps) => react_jsx_runtime5.JSX.Element;
338
338
  Root: ({
339
339
  ...props
340
- }: AlertDialogProps) => react_jsx_runtime0.JSX.Element;
340
+ }: AlertDialogProps) => react_jsx_runtime5.JSX.Element;
341
341
  Title: ({
342
342
  className,
343
343
  ...props
344
- }: AlertDialogTitleProps) => react_jsx_runtime0.JSX.Element;
344
+ }: AlertDialogTitleProps) => react_jsx_runtime5.JSX.Element;
345
345
  Trigger: ({
346
346
  className,
347
347
  ...props
348
- }: AlertDialogTriggerProps) => react_jsx_runtime0.JSX.Element;
348
+ }: AlertDialogTriggerProps) => react_jsx_runtime5.JSX.Element;
349
349
  Viewport: ({
350
350
  className,
351
351
  ...props
352
- }: AlertDialogViewportProps) => react_jsx_runtime0.JSX.Element;
352
+ }: AlertDialogViewportProps) => react_jsx_runtime5.JSX.Element;
353
353
  };
354
354
  //#endregion
355
355
  //#region src/components/autocomplete/autocomplete.variants.d.ts
356
- declare const autocompleteVariants: tailwind_variants0.TVReturnType<{
356
+ declare const autocompleteVariants: tailwind_variants1.TVReturnType<{
357
357
  [key: string]: {
358
358
  [key: string]: tailwind_merge0.ClassNameValue | {
359
- item?: tailwind_merge0.ClassNameValue;
360
359
  root?: tailwind_merge0.ClassNameValue;
361
- trigger?: tailwind_merge0.ClassNameValue;
362
360
  input?: tailwind_merge0.ClassNameValue;
361
+ item?: tailwind_merge0.ClassNameValue;
362
+ trigger?: tailwind_merge0.ClassNameValue;
363
363
  value?: tailwind_merge0.ClassNameValue;
364
364
  backdrop?: tailwind_merge0.ClassNameValue;
365
365
  popup?: tailwind_merge0.ClassNameValue;
@@ -380,10 +380,10 @@ declare const autocompleteVariants: tailwind_variants0.TVReturnType<{
380
380
  } | {
381
381
  [x: string]: {
382
382
  [x: string]: tailwind_merge0.ClassNameValue | {
383
- item?: tailwind_merge0.ClassNameValue;
384
383
  root?: tailwind_merge0.ClassNameValue;
385
- trigger?: tailwind_merge0.ClassNameValue;
386
384
  input?: tailwind_merge0.ClassNameValue;
385
+ item?: tailwind_merge0.ClassNameValue;
386
+ trigger?: tailwind_merge0.ClassNameValue;
387
387
  value?: tailwind_merge0.ClassNameValue;
388
388
  backdrop?: tailwind_merge0.ClassNameValue;
389
389
  popup?: tailwind_merge0.ClassNameValue;
@@ -424,10 +424,10 @@ declare const autocompleteVariants: tailwind_variants0.TVReturnType<{
424
424
  }, undefined, {
425
425
  [key: string]: {
426
426
  [key: string]: tailwind_merge0.ClassNameValue | {
427
- item?: tailwind_merge0.ClassNameValue;
428
427
  root?: tailwind_merge0.ClassNameValue;
429
- trigger?: tailwind_merge0.ClassNameValue;
430
428
  input?: tailwind_merge0.ClassNameValue;
429
+ item?: tailwind_merge0.ClassNameValue;
430
+ trigger?: tailwind_merge0.ClassNameValue;
431
431
  value?: tailwind_merge0.ClassNameValue;
432
432
  backdrop?: tailwind_merge0.ClassNameValue;
433
433
  popup?: tailwind_merge0.ClassNameValue;
@@ -465,7 +465,7 @@ declare const autocompleteVariants: tailwind_variants0.TVReturnType<{
465
465
  separator: string;
466
466
  group: string;
467
467
  groupLabel: string;
468
- }, tailwind_variants0.TVReturnType<unknown, {
468
+ }, tailwind_variants1.TVReturnType<unknown, {
469
469
  root: string;
470
470
  input: string;
471
471
  trigger: string;
@@ -510,85 +510,85 @@ interface AutocompleteGroupProps extends Autocomplete.Group.Props {}
510
510
  interface AutocompleteGroupLabelProps extends Autocomplete.GroupLabel.Props {}
511
511
  declare const _default$3: (({
512
512
  ...props
513
- }: AutocompleteProps) => react_jsx_runtime0.JSX.Element) & {
513
+ }: AutocompleteProps) => react_jsx_runtime5.JSX.Element) & {
514
514
  Arrow: ({
515
515
  className,
516
516
  ...props
517
- }: AutocompleteArrowProps) => react_jsx_runtime0.JSX.Element;
517
+ }: AutocompleteArrowProps) => react_jsx_runtime5.JSX.Element;
518
518
  Backdrop: ({
519
519
  className,
520
520
  ...props
521
- }: AutocompleteBackdropProps) => react_jsx_runtime0.JSX.Element;
521
+ }: AutocompleteBackdropProps) => react_jsx_runtime5.JSX.Element;
522
522
  Clear: ({
523
523
  className,
524
524
  ...props
525
- }: AutocompleteClearProps) => react_jsx_runtime0.JSX.Element;
525
+ }: AutocompleteClearProps) => react_jsx_runtime5.JSX.Element;
526
526
  Empty: ({
527
527
  className,
528
528
  ...props
529
- }: AutocompleteEmptyProps) => react_jsx_runtime0.JSX.Element;
529
+ }: AutocompleteEmptyProps) => react_jsx_runtime5.JSX.Element;
530
530
  Group: ({
531
531
  className,
532
532
  ...props
533
- }: AutocompleteGroupProps) => react_jsx_runtime0.JSX.Element;
533
+ }: AutocompleteGroupProps) => react_jsx_runtime5.JSX.Element;
534
534
  GroupLabel: ({
535
535
  className,
536
536
  ...props
537
- }: AutocompleteGroupLabelProps) => react_jsx_runtime0.JSX.Element;
537
+ }: AutocompleteGroupLabelProps) => react_jsx_runtime5.JSX.Element;
538
538
  Icon: ({
539
539
  className,
540
540
  ...props
541
- }: AutocompleteIconProps) => react_jsx_runtime0.JSX.Element;
541
+ }: AutocompleteIconProps) => react_jsx_runtime5.JSX.Element;
542
542
  Input: ({
543
543
  className,
544
544
  ...props
545
- }: AutocompleteInputProps) => react_jsx_runtime0.JSX.Element;
545
+ }: AutocompleteInputProps) => react_jsx_runtime5.JSX.Element;
546
546
  Item: ({
547
547
  className,
548
548
  ...props
549
- }: AutocompleteItemProps) => react_jsx_runtime0.JSX.Element;
549
+ }: AutocompleteItemProps) => react_jsx_runtime5.JSX.Element;
550
550
  List: ({
551
551
  className,
552
552
  ...props
553
- }: AutocompleteListProps) => react_jsx_runtime0.JSX.Element;
553
+ }: AutocompleteListProps) => react_jsx_runtime5.JSX.Element;
554
554
  Popup: ({
555
555
  className,
556
556
  ...props
557
- }: AutocompletePopupProps) => react_jsx_runtime0.JSX.Element;
557
+ }: AutocompletePopupProps) => react_jsx_runtime5.JSX.Element;
558
558
  Portal: ({
559
559
  className,
560
560
  ...props
561
- }: AutocompletePortalProps) => react_jsx_runtime0.JSX.Element;
561
+ }: AutocompletePortalProps) => react_jsx_runtime5.JSX.Element;
562
562
  Positioner: ({
563
563
  className,
564
564
  ...props
565
- }: AutocompletePositionerProps) => react_jsx_runtime0.JSX.Element;
565
+ }: AutocompletePositionerProps) => react_jsx_runtime5.JSX.Element;
566
566
  Root: ({
567
567
  ...props
568
- }: AutocompleteProps) => react_jsx_runtime0.JSX.Element;
568
+ }: AutocompleteProps) => react_jsx_runtime5.JSX.Element;
569
569
  Row: ({
570
570
  className,
571
571
  ...props
572
- }: AutocompleteRowProps) => react_jsx_runtime0.JSX.Element;
572
+ }: AutocompleteRowProps) => react_jsx_runtime5.JSX.Element;
573
573
  Separator: ({
574
574
  className,
575
575
  ...props
576
- }: AutocompleteSeparatorProps) => react_jsx_runtime0.JSX.Element;
576
+ }: AutocompleteSeparatorProps) => react_jsx_runtime5.JSX.Element;
577
577
  Status: ({
578
578
  className,
579
579
  ...props
580
- }: AutocompleteStatusProps) => react_jsx_runtime0.JSX.Element;
580
+ }: AutocompleteStatusProps) => react_jsx_runtime5.JSX.Element;
581
581
  Trigger: ({
582
582
  className,
583
583
  ...props
584
- }: AutocompleteTriggerProps) => react_jsx_runtime0.JSX.Element;
584
+ }: AutocompleteTriggerProps) => react_jsx_runtime5.JSX.Element;
585
585
  Value: ({
586
586
  ...props
587
- }: AutocompleteValueProps) => react_jsx_runtime0.JSX.Element;
587
+ }: AutocompleteValueProps) => react_jsx_runtime5.JSX.Element;
588
588
  };
589
589
  //#endregion
590
590
  //#region src/components/avatar/avatar.variants.d.ts
591
- declare const avatarVariants: tailwind_variants0.TVReturnType<{
591
+ declare const avatarVariants: tailwind_variants1.TVReturnType<{
592
592
  size: {
593
593
  lg: {
594
594
  root: string;
@@ -620,7 +620,7 @@ declare const avatarVariants: tailwind_variants0.TVReturnType<{
620
620
  fallback: string;
621
621
  image: string;
622
622
  root: string;
623
- }, tailwind_variants0.TVReturnType<{
623
+ }, tailwind_variants1.TVReturnType<{
624
624
  size: {
625
625
  lg: {
626
626
  root: string;
@@ -647,24 +647,24 @@ declare const _default$4: (({
647
647
  className,
648
648
  size,
649
649
  ...props
650
- }: AvatarProps) => react_jsx_runtime0.JSX.Element) & {
650
+ }: AvatarProps) => react_jsx_runtime5.JSX.Element) & {
651
651
  Fallback: ({
652
652
  className,
653
653
  ...props
654
- }: AvatarFallbackProps) => react_jsx_runtime0.JSX.Element;
654
+ }: AvatarFallbackProps) => react_jsx_runtime5.JSX.Element;
655
655
  Image: ({
656
656
  className,
657
657
  ...props
658
- }: AvatarImageProps) => react_jsx_runtime0.JSX.Element;
658
+ }: AvatarImageProps) => react_jsx_runtime5.JSX.Element;
659
659
  Root: ({
660
660
  className,
661
661
  size,
662
662
  ...props
663
- }: AvatarProps) => react_jsx_runtime0.JSX.Element;
663
+ }: AvatarProps) => react_jsx_runtime5.JSX.Element;
664
664
  };
665
665
  //#endregion
666
666
  //#region src/components/button/button.variants.d.ts
667
- declare const buttonVariants: tailwind_variants0.TVReturnType<{
667
+ declare const buttonVariants: tailwind_variants1.TVReturnType<{
668
668
  isIconOnly: {
669
669
  true: string;
670
670
  };
@@ -696,7 +696,7 @@ declare const buttonVariants: tailwind_variants0.TVReturnType<{
696
696
  primary: string;
697
697
  secondary: string;
698
698
  };
699
- }, undefined, tailwind_variants0.TVReturnType<{
699
+ }, undefined, tailwind_variants1.TVReturnType<{
700
700
  isIconOnly: {
701
701
  true: string;
702
702
  };
@@ -723,10 +723,10 @@ declare const Button: ({
723
723
  size,
724
724
  isIconOnly,
725
725
  ...props
726
- }: ButtonProps) => react_jsx_runtime0.JSX.Element;
726
+ }: ButtonProps) => react_jsx_runtime5.JSX.Element;
727
727
  //#endregion
728
728
  //#region src/components/button-group/button-group.variants.d.ts
729
- declare const buttonGroupVariants: tailwind_variants0.TVReturnType<{} | {} | {}, undefined, "button-group", {} | {}, undefined, tailwind_variants0.TVReturnType<unknown, undefined, "button-group", unknown, unknown, undefined>>;
729
+ declare const buttonGroupVariants: tailwind_variants1.TVReturnType<{} | {} | {}, undefined, "button-group", {} | {}, undefined, tailwind_variants1.TVReturnType<unknown, undefined, "button-group", unknown, unknown, undefined>>;
730
730
  type ButtonGroupVariants = VariantProps<typeof buttonGroupVariants>;
731
731
  //#endregion
732
732
  //#region src/components/button-group/button-group.d.ts
@@ -734,10 +734,10 @@ interface ButtonGroupProps extends ButtonGroupVariants, React.ComponentProps<"di
734
734
  declare const ButtonGroup: ({
735
735
  className,
736
736
  ...props
737
- }: ButtonGroupProps) => react_jsx_runtime0.JSX.Element;
737
+ }: ButtonGroupProps) => react_jsx_runtime5.JSX.Element;
738
738
  //#endregion
739
739
  //#region src/components/card/card.variants.d.ts
740
- declare const cardVariants: tailwind_variants0.TVReturnType<{
740
+ declare const cardVariants: tailwind_variants1.TVReturnType<{
741
741
  variant: {
742
742
  default: {
743
743
  root: string;
@@ -767,7 +767,7 @@ declare const cardVariants: tailwind_variants0.TVReturnType<{
767
767
  header: string;
768
768
  root: string;
769
769
  title: string;
770
- }, tailwind_variants0.TVReturnType<{
770
+ }, tailwind_variants1.TVReturnType<{
771
771
  variant: {
772
772
  default: {
773
773
  root: string;
@@ -796,43 +796,43 @@ declare const _default$5: (({
796
796
  className,
797
797
  variant,
798
798
  ...props
799
- }: CardProps) => react_jsx_runtime0.JSX.Element) & {
799
+ }: CardProps) => react_jsx_runtime5.JSX.Element) & {
800
800
  Content: ({
801
801
  className,
802
802
  ...props
803
- }: CardBodyProps) => react_jsx_runtime0.JSX.Element;
803
+ }: CardBodyProps) => react_jsx_runtime5.JSX.Element;
804
804
  Description: ({
805
805
  className,
806
806
  ...props
807
- }: CardDescriptionProps) => react_jsx_runtime0.JSX.Element;
807
+ }: CardDescriptionProps) => react_jsx_runtime5.JSX.Element;
808
808
  Header: ({
809
809
  className,
810
810
  ...props
811
- }: CardHeaderProps) => react_jsx_runtime0.JSX.Element;
811
+ }: CardHeaderProps) => react_jsx_runtime5.JSX.Element;
812
812
  Root: ({
813
813
  className,
814
814
  variant,
815
815
  ...props
816
- }: CardProps) => react_jsx_runtime0.JSX.Element;
816
+ }: CardProps) => react_jsx_runtime5.JSX.Element;
817
817
  Title: ({
818
818
  className,
819
819
  ...props
820
- }: CardTitle) => react_jsx_runtime0.JSX.Element;
820
+ }: CardTitle) => react_jsx_runtime5.JSX.Element;
821
821
  };
822
822
  //#endregion
823
823
  //#region src/components/checkbox/checkbox.variants.d.ts
824
- declare const checkboxVariants: tailwind_variants0.TVReturnType<{
824
+ declare const checkboxVariants: tailwind_variants1.TVReturnType<{
825
825
  [key: string]: {
826
826
  [key: string]: tailwind_merge0.ClassNameValue | {
827
- root?: tailwind_merge0.ClassNameValue;
828
827
  indicator?: tailwind_merge0.ClassNameValue;
828
+ root?: tailwind_merge0.ClassNameValue;
829
829
  };
830
830
  };
831
831
  } | {
832
832
  [x: string]: {
833
833
  [x: string]: tailwind_merge0.ClassNameValue | {
834
- root?: tailwind_merge0.ClassNameValue;
835
834
  indicator?: tailwind_merge0.ClassNameValue;
835
+ root?: tailwind_merge0.ClassNameValue;
836
836
  };
837
837
  };
838
838
  } | {}, {
@@ -841,14 +841,14 @@ declare const checkboxVariants: tailwind_variants0.TVReturnType<{
841
841
  }, undefined, {
842
842
  [key: string]: {
843
843
  [key: string]: tailwind_merge0.ClassNameValue | {
844
- root?: tailwind_merge0.ClassNameValue;
845
844
  indicator?: tailwind_merge0.ClassNameValue;
845
+ root?: tailwind_merge0.ClassNameValue;
846
846
  };
847
847
  };
848
848
  } | {}, {
849
849
  indicator: string;
850
850
  root: string;
851
- }, tailwind_variants0.TVReturnType<unknown, {
851
+ }, tailwind_variants1.TVReturnType<unknown, {
852
852
  indicator: string;
853
853
  root: string;
854
854
  }, undefined, unknown, unknown, undefined>>;
@@ -860,20 +860,20 @@ interface CheckboxIndicatorProps extends Checkbox.Indicator.Props {}
860
860
  declare const _default$6: (({
861
861
  className,
862
862
  ...props
863
- }: CheckboxProps) => react_jsx_runtime0.JSX.Element) & {
863
+ }: CheckboxProps) => react_jsx_runtime5.JSX.Element) & {
864
864
  Indicator: ({
865
865
  className,
866
866
  children,
867
867
  ...props
868
- }: CheckboxIndicatorProps) => react_jsx_runtime0.JSX.Element;
868
+ }: CheckboxIndicatorProps) => react_jsx_runtime5.JSX.Element;
869
869
  Root: ({
870
870
  className,
871
871
  ...props
872
- }: CheckboxProps) => react_jsx_runtime0.JSX.Element;
872
+ }: CheckboxProps) => react_jsx_runtime5.JSX.Element;
873
873
  };
874
874
  //#endregion
875
875
  //#region src/components/checkbox-group/checkbox-group.variants.d.ts
876
- declare const checkboxGroupVariants: tailwind_variants0.TVReturnType<{} | {} | {}, undefined, "checkbox-group", {} | {}, undefined, tailwind_variants0.TVReturnType<unknown, undefined, "checkbox-group", unknown, unknown, undefined>>;
876
+ declare const checkboxGroupVariants: tailwind_variants1.TVReturnType<{} | {} | {}, undefined, "checkbox-group", {} | {}, undefined, tailwind_variants1.TVReturnType<unknown, undefined, "checkbox-group", unknown, unknown, undefined>>;
877
877
  type CheckboxGroupVariants = VariantProps<typeof checkboxGroupVariants>;
878
878
  //#endregion
879
879
  //#region src/components/checkbox-group/checkbox-group.d.ts
@@ -881,10 +881,10 @@ interface CheckboxGroupProps extends CheckboxGroupVariants, CheckboxGroup$1.Prop
881
881
  declare const CheckboxGroup: ({
882
882
  className,
883
883
  ...props
884
- }: CheckboxGroupProps) => react_jsx_runtime0.JSX.Element;
884
+ }: CheckboxGroupProps) => react_jsx_runtime5.JSX.Element;
885
885
  //#endregion
886
886
  //#region src/components/chip/chip.variants.d.ts
887
- declare const chipVariants: tailwind_variants0.TVReturnType<{
887
+ declare const chipVariants: tailwind_variants1.TVReturnType<{
888
888
  size: {
889
889
  lg: string;
890
890
  md: string;
@@ -910,7 +910,7 @@ declare const chipVariants: tailwind_variants0.TVReturnType<{
910
910
  secondary: string;
911
911
  success: string;
912
912
  };
913
- }, undefined, tailwind_variants0.TVReturnType<{
913
+ }, undefined, tailwind_variants1.TVReturnType<{
914
914
  size: {
915
915
  lg: string;
916
916
  md: string;
@@ -933,15 +933,15 @@ declare const Chip: ({
933
933
  variant,
934
934
  size,
935
935
  ...props
936
- }: ChipProps) => react_jsx_runtime0.JSX.Element;
936
+ }: ChipProps) => react_jsx_runtime5.JSX.Element;
937
937
  //#endregion
938
938
  //#region src/components/collapsible/collapsible.variants.d.ts
939
- declare const collapsibleVariants: tailwind_variants0.TVReturnType<{
939
+ declare const collapsibleVariants: tailwind_variants1.TVReturnType<{
940
940
  [key: string]: {
941
941
  [key: string]: tailwind_merge0.ClassNameValue | {
942
942
  content?: tailwind_merge0.ClassNameValue;
943
- panel?: tailwind_merge0.ClassNameValue;
944
943
  root?: tailwind_merge0.ClassNameValue;
944
+ panel?: tailwind_merge0.ClassNameValue;
945
945
  trigger?: tailwind_merge0.ClassNameValue;
946
946
  triggerIcon?: tailwind_merge0.ClassNameValue;
947
947
  };
@@ -950,8 +950,8 @@ declare const collapsibleVariants: tailwind_variants0.TVReturnType<{
950
950
  [x: string]: {
951
951
  [x: string]: tailwind_merge0.ClassNameValue | {
952
952
  content?: tailwind_merge0.ClassNameValue;
953
- panel?: tailwind_merge0.ClassNameValue;
954
953
  root?: tailwind_merge0.ClassNameValue;
954
+ panel?: tailwind_merge0.ClassNameValue;
955
955
  trigger?: tailwind_merge0.ClassNameValue;
956
956
  triggerIcon?: tailwind_merge0.ClassNameValue;
957
957
  };
@@ -966,8 +966,8 @@ declare const collapsibleVariants: tailwind_variants0.TVReturnType<{
966
966
  [key: string]: {
967
967
  [key: string]: tailwind_merge0.ClassNameValue | {
968
968
  content?: tailwind_merge0.ClassNameValue;
969
- panel?: tailwind_merge0.ClassNameValue;
970
969
  root?: tailwind_merge0.ClassNameValue;
970
+ panel?: tailwind_merge0.ClassNameValue;
971
971
  trigger?: tailwind_merge0.ClassNameValue;
972
972
  triggerIcon?: tailwind_merge0.ClassNameValue;
973
973
  };
@@ -978,7 +978,7 @@ declare const collapsibleVariants: tailwind_variants0.TVReturnType<{
978
978
  root: string;
979
979
  trigger: string;
980
980
  triggerIcon: string;
981
- }, tailwind_variants0.TVReturnType<unknown, {
981
+ }, tailwind_variants1.TVReturnType<unknown, {
982
982
  content: string;
983
983
  panel: string;
984
984
  root: string;
@@ -996,39 +996,39 @@ interface CollapsibleContentProps extends React.HTMLAttributes<HTMLDivElement> {
996
996
  declare const _default$7: (({
997
997
  className,
998
998
  ...props
999
- }: CollapsibleProps) => react_jsx_runtime0.JSX.Element) & {
999
+ }: CollapsibleProps) => react_jsx_runtime5.JSX.Element) & {
1000
1000
  Content: ({
1001
1001
  className,
1002
1002
  ...props
1003
- }: CollapsibleContentProps) => react_jsx_runtime0.JSX.Element;
1003
+ }: CollapsibleContentProps) => react_jsx_runtime5.JSX.Element;
1004
1004
  Panel: ({
1005
1005
  className,
1006
1006
  children,
1007
1007
  ...props
1008
- }: CollapsiblePanelProps) => react_jsx_runtime0.JSX.Element;
1008
+ }: CollapsiblePanelProps) => react_jsx_runtime5.JSX.Element;
1009
1009
  Root: ({
1010
1010
  className,
1011
1011
  ...props
1012
- }: CollapsibleProps) => react_jsx_runtime0.JSX.Element;
1012
+ }: CollapsibleProps) => react_jsx_runtime5.JSX.Element;
1013
1013
  Trigger: ({
1014
1014
  className,
1015
1015
  children,
1016
1016
  ...props
1017
- }: CollapsibleTriggerProps) => react_jsx_runtime0.JSX.Element;
1017
+ }: CollapsibleTriggerProps) => react_jsx_runtime5.JSX.Element;
1018
1018
  TriggerIcon: ({
1019
1019
  className,
1020
1020
  ...props
1021
- }: CollapsibleTriggerIconProps) => react_jsx_runtime0.JSX.Element;
1021
+ }: CollapsibleTriggerIconProps) => react_jsx_runtime5.JSX.Element;
1022
1022
  };
1023
1023
  //#endregion
1024
1024
  //#region src/components/combobox/combobox.variants.d.ts
1025
- declare const comboboxVariants: tailwind_variants0.TVReturnType<{
1025
+ declare const comboboxVariants: tailwind_variants1.TVReturnType<{
1026
1026
  [key: string]: {
1027
1027
  [key: string]: tailwind_merge0.ClassNameValue | {
1028
- item?: tailwind_merge0.ClassNameValue;
1029
1028
  root?: tailwind_merge0.ClassNameValue;
1030
- trigger?: tailwind_merge0.ClassNameValue;
1031
1029
  input?: tailwind_merge0.ClassNameValue;
1030
+ item?: tailwind_merge0.ClassNameValue;
1031
+ trigger?: tailwind_merge0.ClassNameValue;
1032
1032
  value?: tailwind_merge0.ClassNameValue;
1033
1033
  backdrop?: tailwind_merge0.ClassNameValue;
1034
1034
  popup?: tailwind_merge0.ClassNameValue;
@@ -1053,10 +1053,10 @@ declare const comboboxVariants: tailwind_variants0.TVReturnType<{
1053
1053
  } | {
1054
1054
  [x: string]: {
1055
1055
  [x: string]: tailwind_merge0.ClassNameValue | {
1056
- item?: tailwind_merge0.ClassNameValue;
1057
1056
  root?: tailwind_merge0.ClassNameValue;
1058
- trigger?: tailwind_merge0.ClassNameValue;
1059
1057
  input?: tailwind_merge0.ClassNameValue;
1058
+ item?: tailwind_merge0.ClassNameValue;
1059
+ trigger?: tailwind_merge0.ClassNameValue;
1060
1060
  value?: tailwind_merge0.ClassNameValue;
1061
1061
  backdrop?: tailwind_merge0.ClassNameValue;
1062
1062
  popup?: tailwind_merge0.ClassNameValue;
@@ -1105,10 +1105,10 @@ declare const comboboxVariants: tailwind_variants0.TVReturnType<{
1105
1105
  }, undefined, {
1106
1106
  [key: string]: {
1107
1107
  [key: string]: tailwind_merge0.ClassNameValue | {
1108
- item?: tailwind_merge0.ClassNameValue;
1109
1108
  root?: tailwind_merge0.ClassNameValue;
1110
- trigger?: tailwind_merge0.ClassNameValue;
1111
1109
  input?: tailwind_merge0.ClassNameValue;
1110
+ item?: tailwind_merge0.ClassNameValue;
1111
+ trigger?: tailwind_merge0.ClassNameValue;
1112
1112
  value?: tailwind_merge0.ClassNameValue;
1113
1113
  backdrop?: tailwind_merge0.ClassNameValue;
1114
1114
  popup?: tailwind_merge0.ClassNameValue;
@@ -1154,7 +1154,7 @@ declare const comboboxVariants: tailwind_variants0.TVReturnType<{
1154
1154
  separator: string;
1155
1155
  group: string;
1156
1156
  groupLabel: string;
1157
- }, tailwind_variants0.TVReturnType<unknown, {
1157
+ }, tailwind_variants1.TVReturnType<unknown, {
1158
1158
  root: string;
1159
1159
  input: string;
1160
1160
  trigger: string;
@@ -1206,100 +1206,100 @@ interface ComboboxGroupProps extends Combobox.Group.Props {}
1206
1206
  interface ComboboxGroupLabelProps extends Combobox.GroupLabel.Props {}
1207
1207
  declare const _default$8: (({
1208
1208
  ...props
1209
- }: ComboboxProps) => react_jsx_runtime0.JSX.Element) & {
1209
+ }: ComboboxProps) => react_jsx_runtime5.JSX.Element) & {
1210
1210
  Arrow: ({
1211
1211
  className,
1212
1212
  ...props
1213
- }: ComboboxArrowProps) => react_jsx_runtime0.JSX.Element;
1213
+ }: ComboboxArrowProps) => react_jsx_runtime5.JSX.Element;
1214
1214
  Backdrop: ({
1215
1215
  className,
1216
1216
  ...props
1217
- }: ComboboxBackdropProps) => react_jsx_runtime0.JSX.Element;
1217
+ }: ComboboxBackdropProps) => react_jsx_runtime5.JSX.Element;
1218
1218
  Chip: ({
1219
1219
  className,
1220
1220
  children,
1221
1221
  ...props
1222
- }: ComboboxChipProps) => react_jsx_runtime0.JSX.Element;
1222
+ }: ComboboxChipProps) => react_jsx_runtime5.JSX.Element;
1223
1223
  ChipRemove: ({
1224
1224
  className,
1225
1225
  ...props
1226
- }: ComboboxChipRemoveProps) => react_jsx_runtime0.JSX.Element;
1226
+ }: ComboboxChipRemoveProps) => react_jsx_runtime5.JSX.Element;
1227
1227
  Chips: ({
1228
1228
  className,
1229
1229
  ...props
1230
- }: ComboboxChipsProps) => react_jsx_runtime0.JSX.Element;
1230
+ }: ComboboxChipsProps) => react_jsx_runtime5.JSX.Element;
1231
1231
  Clear: ({
1232
1232
  className,
1233
1233
  ...props
1234
- }: ComboboxClearProps) => react_jsx_runtime0.JSX.Element;
1234
+ }: ComboboxClearProps) => react_jsx_runtime5.JSX.Element;
1235
1235
  Empty: ({
1236
1236
  className,
1237
1237
  ...props
1238
- }: ComboboxEmptyProps) => react_jsx_runtime0.JSX.Element;
1238
+ }: ComboboxEmptyProps) => react_jsx_runtime5.JSX.Element;
1239
1239
  Group: ({
1240
1240
  className,
1241
1241
  ...props
1242
- }: ComboboxGroupProps) => react_jsx_runtime0.JSX.Element;
1242
+ }: ComboboxGroupProps) => react_jsx_runtime5.JSX.Element;
1243
1243
  GroupLabel: ({
1244
1244
  className,
1245
1245
  ...props
1246
- }: ComboboxGroupLabelProps) => react_jsx_runtime0.JSX.Element;
1246
+ }: ComboboxGroupLabelProps) => react_jsx_runtime5.JSX.Element;
1247
1247
  Input: ({
1248
1248
  className,
1249
1249
  ...props
1250
- }: ComboboxInputProps) => react_jsx_runtime0.JSX.Element;
1250
+ }: ComboboxInputProps) => react_jsx_runtime5.JSX.Element;
1251
1251
  Item: ({
1252
1252
  className,
1253
1253
  children,
1254
1254
  ...props
1255
- }: ComboboxItemProps) => react_jsx_runtime0.JSX.Element;
1255
+ }: ComboboxItemProps) => react_jsx_runtime5.JSX.Element;
1256
1256
  ItemIndicator: ({
1257
1257
  className,
1258
1258
  children,
1259
1259
  ...props
1260
- }: ComboboxItemIndicatorProps) => react_jsx_runtime0.JSX.Element;
1260
+ }: ComboboxItemIndicatorProps) => react_jsx_runtime5.JSX.Element;
1261
1261
  List: ({
1262
1262
  className,
1263
1263
  ...props
1264
- }: ComboboxListProps) => react_jsx_runtime0.JSX.Element;
1264
+ }: ComboboxListProps) => react_jsx_runtime5.JSX.Element;
1265
1265
  Popup: ({
1266
1266
  className,
1267
1267
  ...props
1268
- }: ComboboxPopupProps) => react_jsx_runtime0.JSX.Element;
1268
+ }: ComboboxPopupProps) => react_jsx_runtime5.JSX.Element;
1269
1269
  Portal: ({
1270
1270
  ...props
1271
- }: ComboboxPortalProps) => react_jsx_runtime0.JSX.Element;
1271
+ }: ComboboxPortalProps) => react_jsx_runtime5.JSX.Element;
1272
1272
  Positioner: ({
1273
1273
  className,
1274
1274
  ...props
1275
- }: ComboboxPositionerProps) => react_jsx_runtime0.JSX.Element;
1275
+ }: ComboboxPositionerProps) => react_jsx_runtime5.JSX.Element;
1276
1276
  Root: ({
1277
1277
  ...props
1278
- }: ComboboxProps) => react_jsx_runtime0.JSX.Element;
1278
+ }: ComboboxProps) => react_jsx_runtime5.JSX.Element;
1279
1279
  Row: ({
1280
1280
  className,
1281
1281
  ...props
1282
- }: ComboboxRowProps) => react_jsx_runtime0.JSX.Element;
1282
+ }: ComboboxRowProps) => react_jsx_runtime5.JSX.Element;
1283
1283
  Separator: ({
1284
1284
  className,
1285
1285
  ...props
1286
- }: ComboboxSeparatorProps) => react_jsx_runtime0.JSX.Element;
1286
+ }: ComboboxSeparatorProps) => react_jsx_runtime5.JSX.Element;
1287
1287
  Status: ({
1288
1288
  className,
1289
1289
  ...props
1290
- }: ComboboxStatusProps) => react_jsx_runtime0.JSX.Element;
1290
+ }: ComboboxStatusProps) => react_jsx_runtime5.JSX.Element;
1291
1291
  Trigger: ({
1292
1292
  className,
1293
1293
  children,
1294
1294
  ...props
1295
- }: ComboboxTriggerProps) => react_jsx_runtime0.JSX.Element;
1295
+ }: ComboboxTriggerProps) => react_jsx_runtime5.JSX.Element;
1296
1296
  Value: ({
1297
1297
  ...props
1298
- }: ComboboxValueProps) => react_jsx_runtime0.JSX.Element;
1298
+ }: ComboboxValueProps) => react_jsx_runtime5.JSX.Element;
1299
1299
  };
1300
1300
  //#endregion
1301
1301
  //#region src/components/container/container.variants.d.ts
1302
- declare const containerVariants: tailwind_variants0.TVReturnType<{} | {} | {}, undefined, "container", {} | {}, undefined, tailwind_variants0.TVReturnType<unknown, undefined, "container", unknown, unknown, undefined>>;
1302
+ declare const containerVariants: tailwind_variants1.TVReturnType<{} | {} | {}, undefined, "container", {} | {}, undefined, tailwind_variants1.TVReturnType<unknown, undefined, "container", unknown, unknown, undefined>>;
1303
1303
  type ContainerVariants = VariantProps<typeof containerVariants>;
1304
1304
  //#endregion
1305
1305
  //#region src/components/container/container.d.ts
@@ -1307,14 +1307,14 @@ interface ContainerProps extends ContainerVariants, React.ComponentProps<"div">
1307
1307
  declare const Container: ({
1308
1308
  className,
1309
1309
  ...props
1310
- }: ContainerProps) => react_jsx_runtime0.JSX.Element;
1310
+ }: ContainerProps) => react_jsx_runtime5.JSX.Element;
1311
1311
  //#endregion
1312
1312
  //#region src/components/context-menu/context-menu.variants.d.ts
1313
- declare const contextMenuVariants: tailwind_variants0.TVReturnType<{
1313
+ declare const contextMenuVariants: tailwind_variants1.TVReturnType<{
1314
1314
  [key: string]: {
1315
1315
  [key: string]: tailwind_merge0.ClassNameValue | {
1316
- item?: tailwind_merge0.ClassNameValue;
1317
1316
  root?: tailwind_merge0.ClassNameValue;
1317
+ item?: tailwind_merge0.ClassNameValue;
1318
1318
  trigger?: tailwind_merge0.ClassNameValue;
1319
1319
  backdrop?: tailwind_merge0.ClassNameValue;
1320
1320
  popup?: tailwind_merge0.ClassNameValue;
@@ -1331,8 +1331,8 @@ declare const contextMenuVariants: tailwind_variants0.TVReturnType<{
1331
1331
  } | {
1332
1332
  [x: string]: {
1333
1333
  [x: string]: tailwind_merge0.ClassNameValue | {
1334
- item?: tailwind_merge0.ClassNameValue;
1335
1334
  root?: tailwind_merge0.ClassNameValue;
1335
+ item?: tailwind_merge0.ClassNameValue;
1336
1336
  trigger?: tailwind_merge0.ClassNameValue;
1337
1337
  backdrop?: tailwind_merge0.ClassNameValue;
1338
1338
  popup?: tailwind_merge0.ClassNameValue;
@@ -1363,8 +1363,8 @@ declare const contextMenuVariants: tailwind_variants0.TVReturnType<{
1363
1363
  }, undefined, {
1364
1364
  [key: string]: {
1365
1365
  [key: string]: tailwind_merge0.ClassNameValue | {
1366
- item?: tailwind_merge0.ClassNameValue;
1367
1366
  root?: tailwind_merge0.ClassNameValue;
1367
+ item?: tailwind_merge0.ClassNameValue;
1368
1368
  trigger?: tailwind_merge0.ClassNameValue;
1369
1369
  backdrop?: tailwind_merge0.ClassNameValue;
1370
1370
  popup?: tailwind_merge0.ClassNameValue;
@@ -1392,7 +1392,7 @@ declare const contextMenuVariants: tailwind_variants0.TVReturnType<{
1392
1392
  groupLabel: string;
1393
1393
  submenu: string;
1394
1394
  submenuTrigger: string;
1395
- }, tailwind_variants0.TVReturnType<unknown, {
1395
+ }, tailwind_variants1.TVReturnType<unknown, {
1396
1396
  root: string;
1397
1397
  trigger: string;
1398
1398
  portal: string;
@@ -1425,68 +1425,68 @@ interface ContextMenuSubmenuProps extends ContextMenu.SubmenuRoot.Props {}
1425
1425
  interface ContextMenuSubmenuTriggerProps extends ContextMenu.SubmenuTrigger.Props {}
1426
1426
  declare const _default$9: (({
1427
1427
  ...props
1428
- }: ContextMenuProps) => react_jsx_runtime0.JSX.Element) & {
1428
+ }: ContextMenuProps) => react_jsx_runtime5.JSX.Element) & {
1429
1429
  Arrow: ({
1430
1430
  className,
1431
1431
  ...props
1432
- }: ContextMenuArrowProps) => react_jsx_runtime0.JSX.Element;
1432
+ }: ContextMenuArrowProps) => react_jsx_runtime5.JSX.Element;
1433
1433
  Backdrop: ({
1434
1434
  className,
1435
1435
  ...props
1436
- }: ContextMenuBackdropProps) => react_jsx_runtime0.JSX.Element;
1436
+ }: ContextMenuBackdropProps) => react_jsx_runtime5.JSX.Element;
1437
1437
  Group: ({
1438
1438
  className,
1439
1439
  ...props
1440
- }: ContextMenuGroupProps) => react_jsx_runtime0.JSX.Element;
1440
+ }: ContextMenuGroupProps) => react_jsx_runtime5.JSX.Element;
1441
1441
  GroupLabel: ({
1442
1442
  className,
1443
1443
  ...props
1444
- }: ContextMenuGroupLabelProps) => react_jsx_runtime0.JSX.Element;
1444
+ }: ContextMenuGroupLabelProps) => react_jsx_runtime5.JSX.Element;
1445
1445
  Item: ({
1446
1446
  className,
1447
1447
  ...props
1448
- }: ContextMenuItemProps) => react_jsx_runtime0.JSX.Element;
1448
+ }: ContextMenuItemProps) => react_jsx_runtime5.JSX.Element;
1449
1449
  Popup: ({
1450
1450
  className,
1451
1451
  ...props
1452
- }: ContextMenuPopupProps) => react_jsx_runtime0.JSX.Element;
1452
+ }: ContextMenuPopupProps) => react_jsx_runtime5.JSX.Element;
1453
1453
  Portal: ({
1454
1454
  className,
1455
1455
  ...props
1456
- }: ContextMenuPortalProps) => react_jsx_runtime0.JSX.Element;
1456
+ }: ContextMenuPortalProps) => react_jsx_runtime5.JSX.Element;
1457
1457
  Positioner: ({
1458
1458
  className,
1459
1459
  ...props
1460
- }: ContextMenuPositionerProps) => react_jsx_runtime0.JSX.Element;
1460
+ }: ContextMenuPositionerProps) => react_jsx_runtime5.JSX.Element;
1461
1461
  Root: ({
1462
1462
  ...props
1463
- }: ContextMenuProps) => react_jsx_runtime0.JSX.Element;
1463
+ }: ContextMenuProps) => react_jsx_runtime5.JSX.Element;
1464
1464
  Separator: ({
1465
1465
  className,
1466
1466
  ...props
1467
- }: ContextMenuSeparatorProps) => react_jsx_runtime0.JSX.Element;
1467
+ }: ContextMenuSeparatorProps) => react_jsx_runtime5.JSX.Element;
1468
1468
  SubmenuRoot: ({
1469
1469
  ...props
1470
- }: ContextMenuSubmenuProps) => react_jsx_runtime0.JSX.Element;
1470
+ }: ContextMenuSubmenuProps) => react_jsx_runtime5.JSX.Element;
1471
1471
  SubmenuTrigger: ({
1472
1472
  className,
1473
1473
  children,
1474
1474
  ...props
1475
- }: ContextMenuSubmenuTriggerProps) => react_jsx_runtime0.JSX.Element;
1475
+ }: ContextMenuSubmenuTriggerProps) => react_jsx_runtime5.JSX.Element;
1476
1476
  Trigger: ({
1477
1477
  className,
1478
1478
  ...props
1479
- }: ContextMenuTriggerProps) => react_jsx_runtime0.JSX.Element;
1479
+ }: ContextMenuTriggerProps) => react_jsx_runtime5.JSX.Element;
1480
1480
  };
1481
1481
  //#endregion
1482
1482
  //#region src/components/dialog/dialog.variants.d.ts
1483
- declare const dialogVariants: tailwind_variants0.TVReturnType<{
1483
+ declare const dialogVariants: tailwind_variants1.TVReturnType<{
1484
1484
  [key: string]: {
1485
1485
  [key: string]: tailwind_merge0.ClassNameValue | {
1486
+ description?: tailwind_merge0.ClassNameValue;
1486
1487
  root?: tailwind_merge0.ClassNameValue;
1487
- trigger?: tailwind_merge0.ClassNameValue;
1488
1488
  title?: tailwind_merge0.ClassNameValue;
1489
- description?: tailwind_merge0.ClassNameValue;
1489
+ trigger?: tailwind_merge0.ClassNameValue;
1490
1490
  backdrop?: tailwind_merge0.ClassNameValue;
1491
1491
  close?: tailwind_merge0.ClassNameValue;
1492
1492
  popup?: tailwind_merge0.ClassNameValue;
@@ -1497,10 +1497,10 @@ declare const dialogVariants: tailwind_variants0.TVReturnType<{
1497
1497
  } | {
1498
1498
  [x: string]: {
1499
1499
  [x: string]: tailwind_merge0.ClassNameValue | {
1500
+ description?: tailwind_merge0.ClassNameValue;
1500
1501
  root?: tailwind_merge0.ClassNameValue;
1501
- trigger?: tailwind_merge0.ClassNameValue;
1502
1502
  title?: tailwind_merge0.ClassNameValue;
1503
- description?: tailwind_merge0.ClassNameValue;
1503
+ trigger?: tailwind_merge0.ClassNameValue;
1504
1504
  backdrop?: tailwind_merge0.ClassNameValue;
1505
1505
  close?: tailwind_merge0.ClassNameValue;
1506
1506
  popup?: tailwind_merge0.ClassNameValue;
@@ -1521,10 +1521,10 @@ declare const dialogVariants: tailwind_variants0.TVReturnType<{
1521
1521
  }, undefined, {
1522
1522
  [key: string]: {
1523
1523
  [key: string]: tailwind_merge0.ClassNameValue | {
1524
+ description?: tailwind_merge0.ClassNameValue;
1524
1525
  root?: tailwind_merge0.ClassNameValue;
1525
- trigger?: tailwind_merge0.ClassNameValue;
1526
1526
  title?: tailwind_merge0.ClassNameValue;
1527
- description?: tailwind_merge0.ClassNameValue;
1527
+ trigger?: tailwind_merge0.ClassNameValue;
1528
1528
  backdrop?: tailwind_merge0.ClassNameValue;
1529
1529
  close?: tailwind_merge0.ClassNameValue;
1530
1530
  popup?: tailwind_merge0.ClassNameValue;
@@ -1542,7 +1542,7 @@ declare const dialogVariants: tailwind_variants0.TVReturnType<{
1542
1542
  title: string;
1543
1543
  trigger: string;
1544
1544
  viewport: string;
1545
- }, tailwind_variants0.TVReturnType<unknown, {
1545
+ }, tailwind_variants1.TVReturnType<unknown, {
1546
1546
  backdrop: string;
1547
1547
  close: string;
1548
1548
  description: string;
@@ -1567,46 +1567,46 @@ interface DialogDescriptionProps extends Dialog.Description.Props {}
1567
1567
  interface DialogCloseProps extends Dialog.Close.Props {}
1568
1568
  declare const _default$10: (({
1569
1569
  ...props
1570
- }: DialogProps) => react_jsx_runtime0.JSX.Element) & {
1570
+ }: DialogProps) => react_jsx_runtime5.JSX.Element) & {
1571
1571
  Backdrop: ({
1572
1572
  className,
1573
1573
  ...props
1574
- }: DialogBackdropProps) => react_jsx_runtime0.JSX.Element;
1574
+ }: DialogBackdropProps) => react_jsx_runtime5.JSX.Element;
1575
1575
  Close: ({
1576
1576
  className,
1577
1577
  ...props
1578
- }: DialogCloseProps) => react_jsx_runtime0.JSX.Element;
1578
+ }: DialogCloseProps) => react_jsx_runtime5.JSX.Element;
1579
1579
  Description: ({
1580
1580
  className,
1581
1581
  ...props
1582
- }: DialogDescriptionProps) => react_jsx_runtime0.JSX.Element;
1582
+ }: DialogDescriptionProps) => react_jsx_runtime5.JSX.Element;
1583
1583
  Popup: ({
1584
1584
  className,
1585
1585
  ...props
1586
- }: DialogPopupProps) => react_jsx_runtime0.JSX.Element;
1586
+ }: DialogPopupProps) => react_jsx_runtime5.JSX.Element;
1587
1587
  Portal: ({
1588
1588
  className,
1589
1589
  ...props
1590
- }: DialogPortalProps) => react_jsx_runtime0.JSX.Element;
1590
+ }: DialogPortalProps) => react_jsx_runtime5.JSX.Element;
1591
1591
  Root: ({
1592
1592
  ...props
1593
- }: DialogProps) => react_jsx_runtime0.JSX.Element;
1593
+ }: DialogProps) => react_jsx_runtime5.JSX.Element;
1594
1594
  Title: ({
1595
1595
  className,
1596
1596
  ...props
1597
- }: DialogTitleProps) => react_jsx_runtime0.JSX.Element;
1597
+ }: DialogTitleProps) => react_jsx_runtime5.JSX.Element;
1598
1598
  Trigger: ({
1599
1599
  className,
1600
1600
  ...props
1601
- }: DialogTriggerProps) => react_jsx_runtime0.JSX.Element;
1601
+ }: DialogTriggerProps) => react_jsx_runtime5.JSX.Element;
1602
1602
  Viewport: ({
1603
1603
  className,
1604
1604
  ...props
1605
- }: DialogViewportProps) => react_jsx_runtime0.JSX.Element;
1605
+ }: DialogViewportProps) => react_jsx_runtime5.JSX.Element;
1606
1606
  };
1607
1607
  //#endregion
1608
1608
  //#region src/components/drawer/drawer.variants.d.ts
1609
- declare const drawerVariants: tailwind_variants0.TVReturnType<{
1609
+ declare const drawerVariants: tailwind_variants1.TVReturnType<{
1610
1610
  position: {
1611
1611
  bottom: {
1612
1612
  popup: string;
@@ -1656,7 +1656,7 @@ declare const drawerVariants: tailwind_variants0.TVReturnType<{
1656
1656
  title: string;
1657
1657
  trigger: string;
1658
1658
  viewport: string;
1659
- }, tailwind_variants0.TVReturnType<{
1659
+ }, tailwind_variants1.TVReturnType<{
1660
1660
  position: {
1661
1661
  bottom: {
1662
1662
  popup: string;
@@ -1697,53 +1697,53 @@ interface DrawerCloseProps extends Dialog.Close.Props {}
1697
1697
  declare const _default$11: (({
1698
1698
  position,
1699
1699
  ...props
1700
- }: DrawerProps) => react_jsx_runtime0.JSX.Element) & {
1700
+ }: DrawerProps) => react_jsx_runtime5.JSX.Element) & {
1701
1701
  Backdrop: ({
1702
1702
  className,
1703
1703
  ...props
1704
- }: DrawerBackdropProps) => react_jsx_runtime0.JSX.Element;
1704
+ }: DrawerBackdropProps) => react_jsx_runtime5.JSX.Element;
1705
1705
  Close: ({
1706
1706
  className,
1707
1707
  children,
1708
1708
  ...props
1709
- }: DrawerCloseProps) => react_jsx_runtime0.JSX.Element;
1709
+ }: DrawerCloseProps) => react_jsx_runtime5.JSX.Element;
1710
1710
  Description: ({
1711
1711
  className,
1712
1712
  ...props
1713
- }: DrawerDescriptionProps) => react_jsx_runtime0.JSX.Element;
1713
+ }: DrawerDescriptionProps) => react_jsx_runtime5.JSX.Element;
1714
1714
  Popup: ({
1715
1715
  className,
1716
1716
  ...props
1717
- }: DrawerPopupProps) => react_jsx_runtime0.JSX.Element;
1717
+ }: DrawerPopupProps) => react_jsx_runtime5.JSX.Element;
1718
1718
  Portal: ({
1719
1719
  className,
1720
1720
  ...props
1721
- }: DrawerPortalProps) => react_jsx_runtime0.JSX.Element;
1721
+ }: DrawerPortalProps) => react_jsx_runtime5.JSX.Element;
1722
1722
  Root: ({
1723
1723
  position,
1724
1724
  ...props
1725
- }: DrawerProps) => react_jsx_runtime0.JSX.Element;
1725
+ }: DrawerProps) => react_jsx_runtime5.JSX.Element;
1726
1726
  Title: ({
1727
1727
  className,
1728
1728
  ...props
1729
- }: DrawerTitleProps) => react_jsx_runtime0.JSX.Element;
1729
+ }: DrawerTitleProps) => react_jsx_runtime5.JSX.Element;
1730
1730
  Trigger: ({
1731
1731
  className,
1732
1732
  ...props
1733
- }: DrawerTriggerProps) => react_jsx_runtime0.JSX.Element;
1733
+ }: DrawerTriggerProps) => react_jsx_runtime5.JSX.Element;
1734
1734
  Viewport: ({
1735
1735
  className,
1736
1736
  ...props
1737
- }: DrawerViewportProps) => react_jsx_runtime0.JSX.Element;
1737
+ }: DrawerViewportProps) => react_jsx_runtime5.JSX.Element;
1738
1738
  };
1739
1739
  //#endregion
1740
1740
  //#region src/components/field/field.variants.d.ts
1741
- declare const fieldVariants: tailwind_variants0.TVReturnType<{
1741
+ declare const fieldVariants: tailwind_variants1.TVReturnType<{
1742
1742
  [key: string]: {
1743
1743
  [key: string]: tailwind_merge0.ClassNameValue | {
1744
+ description?: tailwind_merge0.ClassNameValue;
1744
1745
  root?: tailwind_merge0.ClassNameValue;
1745
1746
  label?: tailwind_merge0.ClassNameValue;
1746
- description?: tailwind_merge0.ClassNameValue;
1747
1747
  control?: tailwind_merge0.ClassNameValue;
1748
1748
  error?: tailwind_merge0.ClassNameValue;
1749
1749
  };
@@ -1751,9 +1751,9 @@ declare const fieldVariants: tailwind_variants0.TVReturnType<{
1751
1751
  } | {
1752
1752
  [x: string]: {
1753
1753
  [x: string]: tailwind_merge0.ClassNameValue | {
1754
+ description?: tailwind_merge0.ClassNameValue;
1754
1755
  root?: tailwind_merge0.ClassNameValue;
1755
1756
  label?: tailwind_merge0.ClassNameValue;
1756
- description?: tailwind_merge0.ClassNameValue;
1757
1757
  control?: tailwind_merge0.ClassNameValue;
1758
1758
  error?: tailwind_merge0.ClassNameValue;
1759
1759
  };
@@ -1767,9 +1767,9 @@ declare const fieldVariants: tailwind_variants0.TVReturnType<{
1767
1767
  }, undefined, {
1768
1768
  [key: string]: {
1769
1769
  [key: string]: tailwind_merge0.ClassNameValue | {
1770
+ description?: tailwind_merge0.ClassNameValue;
1770
1771
  root?: tailwind_merge0.ClassNameValue;
1771
1772
  label?: tailwind_merge0.ClassNameValue;
1772
- description?: tailwind_merge0.ClassNameValue;
1773
1773
  control?: tailwind_merge0.ClassNameValue;
1774
1774
  error?: tailwind_merge0.ClassNameValue;
1775
1775
  };
@@ -1780,7 +1780,7 @@ declare const fieldVariants: tailwind_variants0.TVReturnType<{
1780
1780
  error: string;
1781
1781
  label: string;
1782
1782
  root: string;
1783
- }, tailwind_variants0.TVReturnType<unknown, {
1783
+ }, tailwind_variants1.TVReturnType<unknown, {
1784
1784
  control: string;
1785
1785
  description: string;
1786
1786
  error: string;
@@ -1801,32 +1801,32 @@ declare const _default$12: (({
1801
1801
  className,
1802
1802
  required,
1803
1803
  ...props
1804
- }: FieldRootProps) => react_jsx_runtime0.JSX.Element) & {
1804
+ }: FieldRootProps) => react_jsx_runtime5.JSX.Element) & {
1805
1805
  Control: ({
1806
1806
  className,
1807
1807
  ...props
1808
- }: FieldControlProps) => react_jsx_runtime0.JSX.Element;
1808
+ }: FieldControlProps) => react_jsx_runtime5.JSX.Element;
1809
1809
  Description: ({
1810
1810
  className,
1811
1811
  ...props
1812
- }: FieldDescriptionProps) => react_jsx_runtime0.JSX.Element;
1812
+ }: FieldDescriptionProps) => react_jsx_runtime5.JSX.Element;
1813
1813
  Error: ({
1814
1814
  className,
1815
1815
  ...props
1816
- }: FieldErrorProps) => react_jsx_runtime0.JSX.Element;
1816
+ }: FieldErrorProps) => react_jsx_runtime5.JSX.Element;
1817
1817
  Label: ({
1818
1818
  className,
1819
1819
  ...props
1820
- }: FieldLabelProps) => react_jsx_runtime0.JSX.Element;
1820
+ }: FieldLabelProps) => react_jsx_runtime5.JSX.Element;
1821
1821
  Root: ({
1822
1822
  className,
1823
1823
  required,
1824
1824
  ...props
1825
- }: FieldRootProps) => react_jsx_runtime0.JSX.Element;
1825
+ }: FieldRootProps) => react_jsx_runtime5.JSX.Element;
1826
1826
  };
1827
1827
  //#endregion
1828
1828
  //#region src/components/fieldset/fieldset.variants.d.ts
1829
- declare const fieldsetVariants: tailwind_variants0.TVReturnType<{
1829
+ declare const fieldsetVariants: tailwind_variants1.TVReturnType<{
1830
1830
  [key: string]: {
1831
1831
  [key: string]: tailwind_merge0.ClassNameValue | {
1832
1832
  root?: tailwind_merge0.ClassNameValue;
@@ -1853,7 +1853,7 @@ declare const fieldsetVariants: tailwind_variants0.TVReturnType<{
1853
1853
  } | {}, {
1854
1854
  legend: string;
1855
1855
  root: string;
1856
- }, tailwind_variants0.TVReturnType<unknown, {
1856
+ }, tailwind_variants1.TVReturnType<unknown, {
1857
1857
  legend: string;
1858
1858
  root: string;
1859
1859
  }, undefined, unknown, unknown, undefined>>;
@@ -1865,19 +1865,19 @@ interface FieldsetLegendProps extends Fieldset.Legend.Props {}
1865
1865
  declare const _default$13: (({
1866
1866
  className,
1867
1867
  ...props
1868
- }: FieldsetProps) => react_jsx_runtime0.JSX.Element) & {
1868
+ }: FieldsetProps) => react_jsx_runtime5.JSX.Element) & {
1869
1869
  Legend: ({
1870
1870
  className,
1871
1871
  ...props
1872
- }: FieldsetLegendProps) => react_jsx_runtime0.JSX.Element;
1872
+ }: FieldsetLegendProps) => react_jsx_runtime5.JSX.Element;
1873
1873
  Root: ({
1874
1874
  className,
1875
1875
  ...props
1876
- }: FieldsetProps) => react_jsx_runtime0.JSX.Element;
1876
+ }: FieldsetProps) => react_jsx_runtime5.JSX.Element;
1877
1877
  };
1878
1878
  //#endregion
1879
1879
  //#region src/components/form/form.variants.d.ts
1880
- declare const formVariants: tailwind_variants0.TVReturnType<{} | {} | {}, undefined, "form", {} | {}, undefined, tailwind_variants0.TVReturnType<unknown, undefined, "form", unknown, unknown, undefined>>;
1880
+ declare const formVariants: tailwind_variants1.TVReturnType<{} | {} | {}, undefined, "form", {} | {}, undefined, tailwind_variants1.TVReturnType<unknown, undefined, "form", unknown, unknown, undefined>>;
1881
1881
  type FormVariants = VariantProps<typeof formVariants>;
1882
1882
  //#endregion
1883
1883
  //#region src/components/form/form.d.ts
@@ -1885,10 +1885,10 @@ interface FormProps extends FormVariants, Form$1.Props {}
1885
1885
  declare const Form: ({
1886
1886
  className,
1887
1887
  ...props
1888
- }: FormProps) => react_jsx_runtime0.JSX.Element;
1888
+ }: FormProps) => react_jsx_runtime5.JSX.Element;
1889
1889
  //#endregion
1890
1890
  //#region src/components/icon-button/icon-button.variants.d.ts
1891
- declare const iconButtonVariants: tailwind_variants0.TVReturnType<{} | {
1891
+ declare const iconButtonVariants: tailwind_variants1.TVReturnType<{} | {
1892
1892
  isIconOnly: {
1893
1893
  true: tailwind_merge0.ClassNameValue | {
1894
1894
  base?: tailwind_merge0.ClassNameValue;
@@ -1938,7 +1938,7 @@ declare const iconButtonVariants: tailwind_variants0.TVReturnType<{} | {
1938
1938
  primary: string;
1939
1939
  secondary: string;
1940
1940
  };
1941
- }, undefined, tailwind_variants0.TVReturnType<{
1941
+ }, undefined, tailwind_variants1.TVReturnType<{
1942
1942
  isIconOnly: {
1943
1943
  true: string;
1944
1944
  };
@@ -1970,7 +1970,7 @@ declare const iconButtonVariants: tailwind_variants0.TVReturnType<{} | {
1970
1970
  primary: string;
1971
1971
  secondary: string;
1972
1972
  };
1973
- }, undefined, tailwind_variants0.TVReturnType<{
1973
+ }, undefined, tailwind_variants1.TVReturnType<{
1974
1974
  isIconOnly: {
1975
1975
  true: string;
1976
1976
  };
@@ -1997,10 +1997,10 @@ declare const IconButton: ({
1997
1997
  size,
1998
1998
  isIconOnly,
1999
1999
  ...props
2000
- }: IconButtonProps) => react_jsx_runtime0.JSX.Element;
2000
+ }: IconButtonProps) => react_jsx_runtime5.JSX.Element;
2001
2001
  //#endregion
2002
2002
  //#region src/components/input/input.variants.d.ts
2003
- declare const inputVariants: tailwind_variants0.TVReturnType<{} | {} | {}, undefined, "input", {} | {}, undefined, tailwind_variants0.TVReturnType<unknown, undefined, "input", unknown, unknown, undefined>>;
2003
+ declare const inputVariants: tailwind_variants1.TVReturnType<{} | {} | {}, undefined, "input", {} | {}, undefined, tailwind_variants1.TVReturnType<unknown, undefined, "input", unknown, unknown, undefined>>;
2004
2004
  type InputVariants = VariantProps<typeof inputVariants>;
2005
2005
  //#endregion
2006
2006
  //#region src/components/input/input.d.ts
@@ -2008,10 +2008,10 @@ interface InputProps extends InputVariants, Input$1.Props {}
2008
2008
  declare const Input: ({
2009
2009
  className,
2010
2010
  ...props
2011
- }: InputProps) => react_jsx_runtime0.JSX.Element;
2011
+ }: InputProps) => react_jsx_runtime5.JSX.Element;
2012
2012
  //#endregion
2013
2013
  //#region src/components/label/label.variants.d.ts
2014
- declare const labelVariants: tailwind_variants0.TVReturnType<{} | {} | {}, undefined, "label", {} | {}, undefined, tailwind_variants0.TVReturnType<unknown, undefined, "label", unknown, unknown, undefined>>;
2014
+ declare const labelVariants: tailwind_variants1.TVReturnType<{} | {} | {}, undefined, "label", {} | {}, undefined, tailwind_variants1.TVReturnType<unknown, undefined, "label", unknown, unknown, undefined>>;
2015
2015
  type LabelVariants = VariantProps<typeof labelVariants>;
2016
2016
  //#endregion
2017
2017
  //#region src/components/label/label.d.ts
@@ -2019,10 +2019,10 @@ interface LabelProps extends LabelVariants, React.ComponentProps<"label"> {}
2019
2019
  declare const Label: ({
2020
2020
  className,
2021
2021
  ...props
2022
- }: LabelProps) => react_jsx_runtime0.JSX.Element;
2022
+ }: LabelProps) => react_jsx_runtime5.JSX.Element;
2023
2023
  //#endregion
2024
2024
  //#region src/components/link/link.variants.d.ts
2025
- declare const linkVariants: tailwind_variants0.TVReturnType<{
2025
+ declare const linkVariants: tailwind_variants1.TVReturnType<{
2026
2026
  variant: {
2027
2027
  "no-underline": string;
2028
2028
  underline: string;
@@ -2032,7 +2032,7 @@ declare const linkVariants: tailwind_variants0.TVReturnType<{
2032
2032
  "no-underline": string;
2033
2033
  underline: string;
2034
2034
  };
2035
- }, undefined, tailwind_variants0.TVReturnType<{
2035
+ }, undefined, tailwind_variants1.TVReturnType<{
2036
2036
  variant: {
2037
2037
  "no-underline": string;
2038
2038
  underline: string;
@@ -2046,21 +2046,21 @@ declare const Link: ({
2046
2046
  className,
2047
2047
  variant,
2048
2048
  ...props
2049
- }: LinkProps) => react_jsx_runtime0.JSX.Element;
2049
+ }: LinkProps) => react_jsx_runtime5.JSX.Element;
2050
2050
  //#endregion
2051
2051
  //#region src/components/list/list.variants.d.ts
2052
- declare const listVariants: tailwind_variants0.TVReturnType<{
2052
+ declare const listVariants: tailwind_variants1.TVReturnType<{
2053
2053
  [key: string]: {
2054
2054
  [key: string]: tailwind_merge0.ClassNameValue | {
2055
- item?: tailwind_merge0.ClassNameValue;
2056
2055
  root?: tailwind_merge0.ClassNameValue;
2056
+ item?: tailwind_merge0.ClassNameValue;
2057
2057
  };
2058
2058
  };
2059
2059
  } | {
2060
2060
  [x: string]: {
2061
2061
  [x: string]: tailwind_merge0.ClassNameValue | {
2062
- item?: tailwind_merge0.ClassNameValue;
2063
2062
  root?: tailwind_merge0.ClassNameValue;
2063
+ item?: tailwind_merge0.ClassNameValue;
2064
2064
  };
2065
2065
  };
2066
2066
  } | {}, {
@@ -2069,14 +2069,14 @@ declare const listVariants: tailwind_variants0.TVReturnType<{
2069
2069
  }, undefined, {
2070
2070
  [key: string]: {
2071
2071
  [key: string]: tailwind_merge0.ClassNameValue | {
2072
- item?: tailwind_merge0.ClassNameValue;
2073
2072
  root?: tailwind_merge0.ClassNameValue;
2073
+ item?: tailwind_merge0.ClassNameValue;
2074
2074
  };
2075
2075
  };
2076
2076
  } | {}, {
2077
2077
  item: string;
2078
2078
  root: string;
2079
- }, tailwind_variants0.TVReturnType<unknown, {
2079
+ }, tailwind_variants1.TVReturnType<unknown, {
2080
2080
  item: string;
2081
2081
  root: string;
2082
2082
  }, undefined, unknown, unknown, undefined>>;
@@ -2088,25 +2088,25 @@ interface ListItemProps extends React.ComponentProps<"li"> {}
2088
2088
  declare const _default$14: (({
2089
2089
  className,
2090
2090
  ...props
2091
- }: ListProps) => react_jsx_runtime0.JSX.Element) & {
2091
+ }: ListProps) => react_jsx_runtime5.JSX.Element) & {
2092
2092
  Item: ({
2093
2093
  className,
2094
2094
  ...props
2095
- }: ListItemProps) => react_jsx_runtime0.JSX.Element;
2095
+ }: ListItemProps) => react_jsx_runtime5.JSX.Element;
2096
2096
  Root: ({
2097
2097
  className,
2098
2098
  ...props
2099
- }: ListProps) => react_jsx_runtime0.JSX.Element;
2099
+ }: ListProps) => react_jsx_runtime5.JSX.Element;
2100
2100
  };
2101
2101
  //#endregion
2102
2102
  //#region src/components/menu/menu.variants.d.ts
2103
- declare const menuVariants: tailwind_variants0.TVReturnType<{
2103
+ declare const menuVariants: tailwind_variants1.TVReturnType<{
2104
2104
  [key: string]: {
2105
2105
  [key: string]: tailwind_merge0.ClassNameValue | {
2106
- item?: tailwind_merge0.ClassNameValue;
2107
2106
  root?: tailwind_merge0.ClassNameValue;
2108
- trigger?: tailwind_merge0.ClassNameValue;
2109
2107
  radioGroup?: tailwind_merge0.ClassNameValue;
2108
+ item?: tailwind_merge0.ClassNameValue;
2109
+ trigger?: tailwind_merge0.ClassNameValue;
2110
2110
  backdrop?: tailwind_merge0.ClassNameValue;
2111
2111
  popup?: tailwind_merge0.ClassNameValue;
2112
2112
  portal?: tailwind_merge0.ClassNameValue;
@@ -2124,10 +2124,10 @@ declare const menuVariants: tailwind_variants0.TVReturnType<{
2124
2124
  } | {
2125
2125
  [x: string]: {
2126
2126
  [x: string]: tailwind_merge0.ClassNameValue | {
2127
- item?: tailwind_merge0.ClassNameValue;
2128
2127
  root?: tailwind_merge0.ClassNameValue;
2129
- trigger?: tailwind_merge0.ClassNameValue;
2130
2128
  radioGroup?: tailwind_merge0.ClassNameValue;
2129
+ item?: tailwind_merge0.ClassNameValue;
2130
+ trigger?: tailwind_merge0.ClassNameValue;
2131
2131
  backdrop?: tailwind_merge0.ClassNameValue;
2132
2132
  popup?: tailwind_merge0.ClassNameValue;
2133
2133
  portal?: tailwind_merge0.ClassNameValue;
@@ -2162,10 +2162,10 @@ declare const menuVariants: tailwind_variants0.TVReturnType<{
2162
2162
  }, undefined, {
2163
2163
  [key: string]: {
2164
2164
  [key: string]: tailwind_merge0.ClassNameValue | {
2165
- item?: tailwind_merge0.ClassNameValue;
2166
2165
  root?: tailwind_merge0.ClassNameValue;
2167
- trigger?: tailwind_merge0.ClassNameValue;
2168
2166
  radioGroup?: tailwind_merge0.ClassNameValue;
2167
+ item?: tailwind_merge0.ClassNameValue;
2168
+ trigger?: tailwind_merge0.ClassNameValue;
2169
2169
  backdrop?: tailwind_merge0.ClassNameValue;
2170
2170
  popup?: tailwind_merge0.ClassNameValue;
2171
2171
  portal?: tailwind_merge0.ClassNameValue;
@@ -2197,7 +2197,7 @@ declare const menuVariants: tailwind_variants0.TVReturnType<{
2197
2197
  submenu: string;
2198
2198
  submenuTrigger: string;
2199
2199
  trigger: string;
2200
- }, tailwind_variants0.TVReturnType<unknown, {
2200
+ }, tailwind_variants1.TVReturnType<unknown, {
2201
2201
  arrow: string;
2202
2202
  backdrop: string;
2203
2203
  checkboxItem: string;
@@ -2236,74 +2236,74 @@ interface MenuSubmenuProps extends MenuVariants, Menu.SubmenuRoot.Props {}
2236
2236
  interface MenuSubmenuTriggerProps extends MenuVariants, Menu.SubmenuTrigger.Props {}
2237
2237
  declare const _default$15: (({
2238
2238
  ...props
2239
- }: MenuProps) => react_jsx_runtime0.JSX.Element) & {
2239
+ }: MenuProps) => react_jsx_runtime5.JSX.Element) & {
2240
2240
  Arrow: ({
2241
2241
  className,
2242
2242
  children,
2243
2243
  ...props
2244
- }: MenuArrowProps) => react_jsx_runtime0.JSX.Element;
2244
+ }: MenuArrowProps) => react_jsx_runtime5.JSX.Element;
2245
2245
  Backdrop: ({
2246
2246
  className,
2247
2247
  ...props
2248
- }: MenuBackdropProps) => react_jsx_runtime0.JSX.Element;
2248
+ }: MenuBackdropProps) => react_jsx_runtime5.JSX.Element;
2249
2249
  CheckboxItem: ({
2250
2250
  className,
2251
2251
  ...props
2252
- }: MenuCheckboxItemProps) => react_jsx_runtime0.JSX.Element;
2252
+ }: MenuCheckboxItemProps) => react_jsx_runtime5.JSX.Element;
2253
2253
  Group: ({
2254
2254
  className,
2255
2255
  ...props
2256
- }: MenuGroupProps) => react_jsx_runtime0.JSX.Element;
2256
+ }: MenuGroupProps) => react_jsx_runtime5.JSX.Element;
2257
2257
  GroupLabel: ({
2258
2258
  className,
2259
2259
  ...props
2260
- }: MenuGroupLabelProps) => react_jsx_runtime0.JSX.Element;
2260
+ }: MenuGroupLabelProps) => react_jsx_runtime5.JSX.Element;
2261
2261
  Item: ({
2262
2262
  className,
2263
2263
  ...props
2264
- }: MenuItemProps) => react_jsx_runtime0.JSX.Element;
2264
+ }: MenuItemProps) => react_jsx_runtime5.JSX.Element;
2265
2265
  Popup: ({
2266
2266
  className,
2267
2267
  ...props
2268
- }: MenuPopupProps) => react_jsx_runtime0.JSX.Element;
2268
+ }: MenuPopupProps) => react_jsx_runtime5.JSX.Element;
2269
2269
  Portal: ({
2270
2270
  className,
2271
2271
  ...props
2272
- }: MenuPortalProps) => react_jsx_runtime0.JSX.Element;
2272
+ }: MenuPortalProps) => react_jsx_runtime5.JSX.Element;
2273
2273
  Positioner: ({
2274
2274
  className,
2275
2275
  ...props
2276
- }: MenuPositionerProps) => react_jsx_runtime0.JSX.Element;
2276
+ }: MenuPositionerProps) => react_jsx_runtime5.JSX.Element;
2277
2277
  RadioGroup: ({
2278
2278
  className,
2279
2279
  ...props
2280
- }: MenuRadioGroupProps) => react_jsx_runtime0.JSX.Element;
2280
+ }: MenuRadioGroupProps) => react_jsx_runtime5.JSX.Element;
2281
2281
  RadioItem: ({
2282
2282
  className,
2283
2283
  ...props
2284
- }: MenuRadioItemProps) => react_jsx_runtime0.JSX.Element;
2284
+ }: MenuRadioItemProps) => react_jsx_runtime5.JSX.Element;
2285
2285
  Root: ({
2286
2286
  ...props
2287
- }: MenuProps) => react_jsx_runtime0.JSX.Element;
2287
+ }: MenuProps) => react_jsx_runtime5.JSX.Element;
2288
2288
  Separator: ({
2289
2289
  className,
2290
2290
  ...props
2291
- }: MenuSeparatorProps) => react_jsx_runtime0.JSX.Element;
2291
+ }: MenuSeparatorProps) => react_jsx_runtime5.JSX.Element;
2292
2292
  Submenu: ({
2293
2293
  ...props
2294
- }: MenuSubmenuProps) => react_jsx_runtime0.JSX.Element;
2294
+ }: MenuSubmenuProps) => react_jsx_runtime5.JSX.Element;
2295
2295
  SubmenuTrigger: ({
2296
2296
  className,
2297
2297
  ...props
2298
- }: MenuSubmenuTriggerProps) => react_jsx_runtime0.JSX.Element;
2298
+ }: MenuSubmenuTriggerProps) => react_jsx_runtime5.JSX.Element;
2299
2299
  Trigger: ({
2300
2300
  className,
2301
2301
  ...props
2302
- }: MenuTriggerProps) => react_jsx_runtime0.JSX.Element;
2302
+ }: MenuTriggerProps) => react_jsx_runtime5.JSX.Element;
2303
2303
  };
2304
2304
  //#endregion
2305
2305
  //#region src/components/meter/meter.variants.d.ts
2306
- declare const meterVariants: tailwind_variants0.TVReturnType<{
2306
+ declare const meterVariants: tailwind_variants1.TVReturnType<{
2307
2307
  size: {
2308
2308
  lg: {
2309
2309
  root: string;
@@ -2367,7 +2367,7 @@ declare const meterVariants: tailwind_variants0.TVReturnType<{
2367
2367
  root: string;
2368
2368
  track: string;
2369
2369
  value: string;
2370
- }, tailwind_variants0.TVReturnType<{
2370
+ }, tailwind_variants1.TVReturnType<{
2371
2371
  size: {
2372
2372
  lg: {
2373
2373
  root: string;
@@ -2413,33 +2413,33 @@ declare const _default$16: (({
2413
2413
  size,
2414
2414
  variant,
2415
2415
  ...props
2416
- }: MeterProps) => react_jsx_runtime0.JSX.Element) & {
2416
+ }: MeterProps) => react_jsx_runtime5.JSX.Element) & {
2417
2417
  Indicator: ({
2418
2418
  className,
2419
2419
  ...props
2420
- }: MeterIndicatorProps) => react_jsx_runtime0.JSX.Element;
2420
+ }: MeterIndicatorProps) => react_jsx_runtime5.JSX.Element;
2421
2421
  Label: ({
2422
2422
  className,
2423
2423
  ...props
2424
- }: MeterLabelProps) => react_jsx_runtime0.JSX.Element;
2424
+ }: MeterLabelProps) => react_jsx_runtime5.JSX.Element;
2425
2425
  Root: ({
2426
2426
  className,
2427
2427
  size,
2428
2428
  variant,
2429
2429
  ...props
2430
- }: MeterProps) => react_jsx_runtime0.JSX.Element;
2430
+ }: MeterProps) => react_jsx_runtime5.JSX.Element;
2431
2431
  Track: ({
2432
2432
  className,
2433
2433
  ...props
2434
- }: MeterTrackProps) => react_jsx_runtime0.JSX.Element;
2434
+ }: MeterTrackProps) => react_jsx_runtime5.JSX.Element;
2435
2435
  Value: ({
2436
2436
  className,
2437
2437
  ...props
2438
- }: MeterValueProps) => react_jsx_runtime0.JSX.Element;
2438
+ }: MeterValueProps) => react_jsx_runtime5.JSX.Element;
2439
2439
  };
2440
2440
  //#endregion
2441
2441
  //#region src/components/navbar/navbar.variants.d.ts
2442
- declare const navbarVariants: tailwind_variants0.TVReturnType<{
2442
+ declare const navbarVariants: tailwind_variants1.TVReturnType<{
2443
2443
  [key: string]: {
2444
2444
  [key: string]: tailwind_merge0.ClassNameValue | {
2445
2445
  content?: tailwind_merge0.ClassNameValue;
@@ -2496,7 +2496,7 @@ declare const navbarVariants: tailwind_variants0.TVReturnType<{
2496
2496
  menuItem: string;
2497
2497
  root: string;
2498
2498
  toggle: string;
2499
- }, tailwind_variants0.TVReturnType<unknown, {
2499
+ }, tailwind_variants1.TVReturnType<unknown, {
2500
2500
  container: string;
2501
2501
  content: string;
2502
2502
  list: string;
@@ -2527,53 +2527,53 @@ declare const _default$17: (({
2527
2527
  isOpen,
2528
2528
  onOpenChange,
2529
2529
  ...props
2530
- }: NavbarProps) => react_jsx_runtime0.JSX.Element) & {
2530
+ }: NavbarProps) => react_jsx_runtime5.JSX.Element) & {
2531
2531
  Container: ({
2532
2532
  className,
2533
2533
  ...props
2534
- }: NavbarContainerProps) => react_jsx_runtime0.JSX.Element;
2534
+ }: NavbarContainerProps) => react_jsx_runtime5.JSX.Element;
2535
2535
  Content: ({
2536
2536
  className,
2537
2537
  ...props
2538
- }: NavbarContentProps) => react_jsx_runtime0.JSX.Element;
2538
+ }: NavbarContentProps) => react_jsx_runtime5.JSX.Element;
2539
2539
  List: ({
2540
2540
  className,
2541
2541
  ...props
2542
- }: NavbarListProps) => react_jsx_runtime0.JSX.Element;
2542
+ }: NavbarListProps) => react_jsx_runtime5.JSX.Element;
2543
2543
  ListItem: ({
2544
2544
  className,
2545
2545
  ...props
2546
- }: NavbarListItemProps) => react_jsx_runtime0.JSX.Element;
2546
+ }: NavbarListItemProps) => react_jsx_runtime5.JSX.Element;
2547
2547
  Menu: ({
2548
2548
  className,
2549
2549
  header,
2550
2550
  ...props
2551
- }: NavbarMenuProps) => react_jsx_runtime0.JSX.Element;
2551
+ }: NavbarMenuProps) => react_jsx_runtime5.JSX.Element;
2552
2552
  MenuItem: ({
2553
2553
  className,
2554
2554
  ...props
2555
- }: NavbarMenuItemProps) => react_jsx_runtime0.JSX.Element;
2555
+ }: NavbarMenuItemProps) => react_jsx_runtime5.JSX.Element;
2556
2556
  Root: ({
2557
2557
  className,
2558
2558
  isOpen,
2559
2559
  onOpenChange,
2560
2560
  ...props
2561
- }: NavbarProps) => react_jsx_runtime0.JSX.Element;
2561
+ }: NavbarProps) => react_jsx_runtime5.JSX.Element;
2562
2562
  Toggle: ({
2563
2563
  className,
2564
2564
  ...props
2565
- }: NavbarToggleProps) => react_jsx_runtime0.JSX.Element;
2565
+ }: NavbarToggleProps) => react_jsx_runtime5.JSX.Element;
2566
2566
  };
2567
2567
  //#endregion
2568
2568
  //#region src/components/navigation-menu/navigation-menu.variants.d.ts
2569
- declare const navigationMenuVariants: tailwind_variants0.TVReturnType<{
2569
+ declare const navigationMenuVariants: tailwind_variants1.TVReturnType<{
2570
2570
  [key: string]: {
2571
2571
  [key: string]: tailwind_merge0.ClassNameValue | {
2572
2572
  content?: tailwind_merge0.ClassNameValue;
2573
- item?: tailwind_merge0.ClassNameValue;
2574
2573
  root?: tailwind_merge0.ClassNameValue;
2575
- trigger?: tailwind_merge0.ClassNameValue;
2576
2574
  link?: tailwind_merge0.ClassNameValue;
2575
+ item?: tailwind_merge0.ClassNameValue;
2576
+ trigger?: tailwind_merge0.ClassNameValue;
2577
2577
  backdrop?: tailwind_merge0.ClassNameValue;
2578
2578
  popup?: tailwind_merge0.ClassNameValue;
2579
2579
  portal?: tailwind_merge0.ClassNameValue;
@@ -2588,10 +2588,10 @@ declare const navigationMenuVariants: tailwind_variants0.TVReturnType<{
2588
2588
  [x: string]: {
2589
2589
  [x: string]: tailwind_merge0.ClassNameValue | {
2590
2590
  content?: tailwind_merge0.ClassNameValue;
2591
- item?: tailwind_merge0.ClassNameValue;
2592
2591
  root?: tailwind_merge0.ClassNameValue;
2593
- trigger?: tailwind_merge0.ClassNameValue;
2594
2592
  link?: tailwind_merge0.ClassNameValue;
2593
+ item?: tailwind_merge0.ClassNameValue;
2594
+ trigger?: tailwind_merge0.ClassNameValue;
2595
2595
  backdrop?: tailwind_merge0.ClassNameValue;
2596
2596
  popup?: tailwind_merge0.ClassNameValue;
2597
2597
  portal?: tailwind_merge0.ClassNameValue;
@@ -2620,10 +2620,10 @@ declare const navigationMenuVariants: tailwind_variants0.TVReturnType<{
2620
2620
  [key: string]: {
2621
2621
  [key: string]: tailwind_merge0.ClassNameValue | {
2622
2622
  content?: tailwind_merge0.ClassNameValue;
2623
- item?: tailwind_merge0.ClassNameValue;
2624
2623
  root?: tailwind_merge0.ClassNameValue;
2625
- trigger?: tailwind_merge0.ClassNameValue;
2626
2624
  link?: tailwind_merge0.ClassNameValue;
2625
+ item?: tailwind_merge0.ClassNameValue;
2626
+ trigger?: tailwind_merge0.ClassNameValue;
2627
2627
  backdrop?: tailwind_merge0.ClassNameValue;
2628
2628
  popup?: tailwind_merge0.ClassNameValue;
2629
2629
  portal?: tailwind_merge0.ClassNameValue;
@@ -2648,7 +2648,7 @@ declare const navigationMenuVariants: tailwind_variants0.TVReturnType<{
2648
2648
  popup: string;
2649
2649
  arrow: string;
2650
2650
  viewport: string;
2651
- }, tailwind_variants0.TVReturnType<unknown, {
2651
+ }, tailwind_variants1.TVReturnType<unknown, {
2652
2652
  root: string;
2653
2653
  list: string;
2654
2654
  item: string;
@@ -2682,64 +2682,64 @@ interface NavigationMenuViewportProps extends NavigationMenu.Viewport.Props {}
2682
2682
  declare const _default$18: (({
2683
2683
  className,
2684
2684
  ...props
2685
- }: NavigationMenuProps) => react_jsx_runtime0.JSX.Element) & {
2685
+ }: NavigationMenuProps) => react_jsx_runtime5.JSX.Element) & {
2686
2686
  Arrow: ({
2687
2687
  className,
2688
2688
  ...props
2689
- }: NavigationMenuArrowProps) => react_jsx_runtime0.JSX.Element;
2689
+ }: NavigationMenuArrowProps) => react_jsx_runtime5.JSX.Element;
2690
2690
  Backdrop: ({
2691
2691
  className,
2692
2692
  ...props
2693
- }: NavigationMenuBackdropProps) => react_jsx_runtime0.JSX.Element;
2693
+ }: NavigationMenuBackdropProps) => react_jsx_runtime5.JSX.Element;
2694
2694
  Content: ({
2695
2695
  className,
2696
2696
  ...props
2697
- }: NavigationMenuContentProps) => react_jsx_runtime0.JSX.Element;
2697
+ }: NavigationMenuContentProps) => react_jsx_runtime5.JSX.Element;
2698
2698
  Icon: ({
2699
2699
  className,
2700
2700
  children,
2701
2701
  ...props
2702
- }: NavigationMenuIconProps) => react_jsx_runtime0.JSX.Element;
2702
+ }: NavigationMenuIconProps) => react_jsx_runtime5.JSX.Element;
2703
2703
  Item: ({
2704
2704
  className,
2705
2705
  ...props
2706
- }: NavigationMenuItemProps) => react_jsx_runtime0.JSX.Element;
2706
+ }: NavigationMenuItemProps) => react_jsx_runtime5.JSX.Element;
2707
2707
  Link: ({
2708
2708
  className,
2709
2709
  ...props
2710
- }: NavigationMenuLinkProps) => react_jsx_runtime0.JSX.Element;
2710
+ }: NavigationMenuLinkProps) => react_jsx_runtime5.JSX.Element;
2711
2711
  List: ({
2712
2712
  className,
2713
2713
  ...props
2714
- }: NavigationMenuListProps) => react_jsx_runtime0.JSX.Element;
2714
+ }: NavigationMenuListProps) => react_jsx_runtime5.JSX.Element;
2715
2715
  Popup: ({
2716
2716
  className,
2717
2717
  ...props
2718
- }: NavigationMenuPopupProps) => react_jsx_runtime0.JSX.Element;
2718
+ }: NavigationMenuPopupProps) => react_jsx_runtime5.JSX.Element;
2719
2719
  Portal: ({
2720
2720
  ...props
2721
- }: NavigationMenuPortalProps) => react_jsx_runtime0.JSX.Element;
2721
+ }: NavigationMenuPortalProps) => react_jsx_runtime5.JSX.Element;
2722
2722
  Positioner: ({
2723
2723
  className,
2724
2724
  ...props
2725
- }: NavigationMenuPositionerProps) => react_jsx_runtime0.JSX.Element;
2725
+ }: NavigationMenuPositionerProps) => react_jsx_runtime5.JSX.Element;
2726
2726
  Root: ({
2727
2727
  className,
2728
2728
  ...props
2729
- }: NavigationMenuProps) => react_jsx_runtime0.JSX.Element;
2729
+ }: NavigationMenuProps) => react_jsx_runtime5.JSX.Element;
2730
2730
  Trigger: ({
2731
2731
  className,
2732
2732
  children,
2733
2733
  ...props
2734
- }: NavigationMenuTriggerProps) => react_jsx_runtime0.JSX.Element;
2734
+ }: NavigationMenuTriggerProps) => react_jsx_runtime5.JSX.Element;
2735
2735
  Viewport: ({
2736
2736
  className,
2737
2737
  ...props
2738
- }: NavigationMenuViewportProps) => react_jsx_runtime0.JSX.Element;
2738
+ }: NavigationMenuViewportProps) => react_jsx_runtime5.JSX.Element;
2739
2739
  };
2740
2740
  //#endregion
2741
2741
  //#region src/components/number-field/number-field.variants.d.ts
2742
- declare const numberFieldVariants: tailwind_variants0.TVReturnType<{
2742
+ declare const numberFieldVariants: tailwind_variants1.TVReturnType<{
2743
2743
  [key: string]: {
2744
2744
  [key: string]: tailwind_merge0.ClassNameValue | {
2745
2745
  root?: tailwind_merge0.ClassNameValue;
@@ -2791,7 +2791,7 @@ declare const numberFieldVariants: tailwind_variants0.TVReturnType<{
2791
2791
  root: string;
2792
2792
  scrubArea: string;
2793
2793
  scrubAreaCursor: string;
2794
- }, tailwind_variants0.TVReturnType<unknown, {
2794
+ }, tailwind_variants1.TVReturnType<unknown, {
2795
2795
  decrement: string;
2796
2796
  group: string;
2797
2797
  increment: string;
@@ -2813,49 +2813,49 @@ interface NumberFieldIncrementProps extends NumberField.Increment.Props {}
2813
2813
  declare const _default$19: (({
2814
2814
  className,
2815
2815
  ...props
2816
- }: NumberFieldProps) => react_jsx_runtime0.JSX.Element) & {
2816
+ }: NumberFieldProps) => react_jsx_runtime5.JSX.Element) & {
2817
2817
  Decrement: ({
2818
2818
  className,
2819
2819
  children,
2820
2820
  ...props
2821
- }: NumberFieldDecrementProps) => react_jsx_runtime0.JSX.Element;
2821
+ }: NumberFieldDecrementProps) => react_jsx_runtime5.JSX.Element;
2822
2822
  Group: ({
2823
2823
  className,
2824
2824
  ...props
2825
- }: NumberFieldGroupProps) => react_jsx_runtime0.JSX.Element;
2825
+ }: NumberFieldGroupProps) => react_jsx_runtime5.JSX.Element;
2826
2826
  Increment: ({
2827
2827
  className,
2828
2828
  children,
2829
2829
  ...props
2830
- }: NumberFieldIncrementProps) => react_jsx_runtime0.JSX.Element;
2830
+ }: NumberFieldIncrementProps) => react_jsx_runtime5.JSX.Element;
2831
2831
  Input: ({
2832
2832
  className,
2833
2833
  ...props
2834
- }: NumberFieldInputProps) => react_jsx_runtime0.JSX.Element;
2834
+ }: NumberFieldInputProps) => react_jsx_runtime5.JSX.Element;
2835
2835
  Root: ({
2836
2836
  className,
2837
2837
  ...props
2838
- }: NumberFieldProps) => react_jsx_runtime0.JSX.Element;
2838
+ }: NumberFieldProps) => react_jsx_runtime5.JSX.Element;
2839
2839
  ScrubArea: ({
2840
2840
  className,
2841
2841
  ...props
2842
- }: NumberFieldScrubAreaProps) => react_jsx_runtime0.JSX.Element;
2842
+ }: NumberFieldScrubAreaProps) => react_jsx_runtime5.JSX.Element;
2843
2843
  ScrubAreaCursor: ({
2844
2844
  className,
2845
2845
  children,
2846
2846
  ...props
2847
- }: NumberFieldScrubAreaCursorProps) => react_jsx_runtime0.JSX.Element;
2847
+ }: NumberFieldScrubAreaCursorProps) => react_jsx_runtime5.JSX.Element;
2848
2848
  };
2849
2849
  //#endregion
2850
2850
  //#region src/components/popover/popover.variants.d.ts
2851
- declare const popoverVariants: tailwind_variants0.TVReturnType<{
2851
+ declare const popoverVariants: tailwind_variants1.TVReturnType<{
2852
2852
  [key: string]: {
2853
2853
  [key: string]: tailwind_merge0.ClassNameValue | {
2854
2854
  content?: tailwind_merge0.ClassNameValue;
2855
+ description?: tailwind_merge0.ClassNameValue;
2855
2856
  root?: tailwind_merge0.ClassNameValue;
2856
- trigger?: tailwind_merge0.ClassNameValue;
2857
2857
  title?: tailwind_merge0.ClassNameValue;
2858
- description?: tailwind_merge0.ClassNameValue;
2858
+ trigger?: tailwind_merge0.ClassNameValue;
2859
2859
  backdrop?: tailwind_merge0.ClassNameValue;
2860
2860
  close?: tailwind_merge0.ClassNameValue;
2861
2861
  popup?: tailwind_merge0.ClassNameValue;
@@ -2869,10 +2869,10 @@ declare const popoverVariants: tailwind_variants0.TVReturnType<{
2869
2869
  [x: string]: {
2870
2870
  [x: string]: tailwind_merge0.ClassNameValue | {
2871
2871
  content?: tailwind_merge0.ClassNameValue;
2872
+ description?: tailwind_merge0.ClassNameValue;
2872
2873
  root?: tailwind_merge0.ClassNameValue;
2873
- trigger?: tailwind_merge0.ClassNameValue;
2874
2874
  title?: tailwind_merge0.ClassNameValue;
2875
- description?: tailwind_merge0.ClassNameValue;
2875
+ trigger?: tailwind_merge0.ClassNameValue;
2876
2876
  backdrop?: tailwind_merge0.ClassNameValue;
2877
2877
  close?: tailwind_merge0.ClassNameValue;
2878
2878
  popup?: tailwind_merge0.ClassNameValue;
@@ -2899,10 +2899,10 @@ declare const popoverVariants: tailwind_variants0.TVReturnType<{
2899
2899
  [key: string]: {
2900
2900
  [key: string]: tailwind_merge0.ClassNameValue | {
2901
2901
  content?: tailwind_merge0.ClassNameValue;
2902
+ description?: tailwind_merge0.ClassNameValue;
2902
2903
  root?: tailwind_merge0.ClassNameValue;
2903
- trigger?: tailwind_merge0.ClassNameValue;
2904
2904
  title?: tailwind_merge0.ClassNameValue;
2905
- description?: tailwind_merge0.ClassNameValue;
2905
+ trigger?: tailwind_merge0.ClassNameValue;
2906
2906
  backdrop?: tailwind_merge0.ClassNameValue;
2907
2907
  close?: tailwind_merge0.ClassNameValue;
2908
2908
  popup?: tailwind_merge0.ClassNameValue;
@@ -2925,7 +2925,7 @@ declare const popoverVariants: tailwind_variants0.TVReturnType<{
2925
2925
  title: string;
2926
2926
  trigger: string;
2927
2927
  viewport: string;
2928
- }, tailwind_variants0.TVReturnType<unknown, {
2928
+ }, tailwind_variants1.TVReturnType<unknown, {
2929
2929
  arrow: string;
2930
2930
  backdrop: string;
2931
2931
  close: string;
@@ -2955,55 +2955,55 @@ interface PopoverDescriptionProps extends Popover.Description.Props {}
2955
2955
  interface PopoverCloseProps extends Popover.Close.Props {}
2956
2956
  declare const _default$20: (({
2957
2957
  ...props
2958
- }: PopoverProps) => react_jsx_runtime0.JSX.Element) & {
2958
+ }: PopoverProps) => react_jsx_runtime5.JSX.Element) & {
2959
2959
  Arrow: ({
2960
2960
  className,
2961
2961
  ...props
2962
- }: PopoverArrowProps) => react_jsx_runtime0.JSX.Element;
2962
+ }: PopoverArrowProps) => react_jsx_runtime5.JSX.Element;
2963
2963
  Backdrop: ({
2964
2964
  className,
2965
2965
  ...props
2966
- }: PopoverBackdropProps) => react_jsx_runtime0.JSX.Element;
2966
+ }: PopoverBackdropProps) => react_jsx_runtime5.JSX.Element;
2967
2967
  Close: ({
2968
2968
  className,
2969
2969
  children,
2970
2970
  ...props
2971
- }: PopoverCloseProps) => react_jsx_runtime0.JSX.Element;
2971
+ }: PopoverCloseProps) => react_jsx_runtime5.JSX.Element;
2972
2972
  Description: ({
2973
2973
  className,
2974
2974
  ...props
2975
- }: PopoverDescriptionProps) => react_jsx_runtime0.JSX.Element;
2975
+ }: PopoverDescriptionProps) => react_jsx_runtime5.JSX.Element;
2976
2976
  Popup: ({
2977
2977
  className,
2978
2978
  ...props
2979
- }: PopoverPopupProps) => react_jsx_runtime0.JSX.Element;
2979
+ }: PopoverPopupProps) => react_jsx_runtime5.JSX.Element;
2980
2980
  Portal: ({
2981
2981
  className,
2982
2982
  ...props
2983
- }: PopoverPortalProps) => react_jsx_runtime0.JSX.Element;
2983
+ }: PopoverPortalProps) => react_jsx_runtime5.JSX.Element;
2984
2984
  Positioner: ({
2985
2985
  className,
2986
2986
  ...props
2987
- }: PopoverPositionerProps) => react_jsx_runtime0.JSX.Element;
2987
+ }: PopoverPositionerProps) => react_jsx_runtime5.JSX.Element;
2988
2988
  Root: ({
2989
2989
  ...props
2990
- }: PopoverProps) => react_jsx_runtime0.JSX.Element;
2990
+ }: PopoverProps) => react_jsx_runtime5.JSX.Element;
2991
2991
  Title: ({
2992
2992
  className,
2993
2993
  ...props
2994
- }: PopoverTitleProps) => react_jsx_runtime0.JSX.Element;
2994
+ }: PopoverTitleProps) => react_jsx_runtime5.JSX.Element;
2995
2995
  Trigger: ({
2996
2996
  className,
2997
2997
  ...props
2998
- }: PopoverTriggerProps) => react_jsx_runtime0.JSX.Element;
2998
+ }: PopoverTriggerProps) => react_jsx_runtime5.JSX.Element;
2999
2999
  Viewport: ({
3000
3000
  className,
3001
3001
  ...props
3002
- }: PopoverViewportProps) => react_jsx_runtime0.JSX.Element;
3002
+ }: PopoverViewportProps) => react_jsx_runtime5.JSX.Element;
3003
3003
  };
3004
3004
  //#endregion
3005
3005
  //#region src/components/preview-card/preview-card.variants.d.ts
3006
- declare const previewCardVariants: tailwind_variants0.TVReturnType<{
3006
+ declare const previewCardVariants: tailwind_variants1.TVReturnType<{
3007
3007
  [key: string]: {
3008
3008
  [key: string]: tailwind_merge0.ClassNameValue | {
3009
3009
  root?: tailwind_merge0.ClassNameValue;
@@ -3055,7 +3055,7 @@ declare const previewCardVariants: tailwind_variants0.TVReturnType<{
3055
3055
  positioner: string;
3056
3056
  popup: string;
3057
3057
  arrow: string;
3058
- }, tailwind_variants0.TVReturnType<unknown, {
3058
+ }, tailwind_variants1.TVReturnType<unknown, {
3059
3059
  root: string;
3060
3060
  trigger: string;
3061
3061
  portal: string;
@@ -3076,38 +3076,38 @@ interface PreviewCardPopupProps extends PreviewCard.Popup.Props {}
3076
3076
  interface PreviewCardArrowProps extends PreviewCard.Arrow.Props {}
3077
3077
  declare const _default$21: (({
3078
3078
  ...props
3079
- }: PreviewCardProps) => react_jsx_runtime0.JSX.Element) & {
3079
+ }: PreviewCardProps) => react_jsx_runtime5.JSX.Element) & {
3080
3080
  Arrow: ({
3081
3081
  className,
3082
3082
  ...props
3083
- }: PreviewCardArrowProps) => react_jsx_runtime0.JSX.Element;
3083
+ }: PreviewCardArrowProps) => react_jsx_runtime5.JSX.Element;
3084
3084
  Backdrop: ({
3085
3085
  className,
3086
3086
  ...props
3087
- }: PreviewCardBackdropProps) => react_jsx_runtime0.JSX.Element;
3087
+ }: PreviewCardBackdropProps) => react_jsx_runtime5.JSX.Element;
3088
3088
  Popup: ({
3089
3089
  className,
3090
3090
  ...props
3091
- }: PreviewCardPopupProps) => react_jsx_runtime0.JSX.Element;
3091
+ }: PreviewCardPopupProps) => react_jsx_runtime5.JSX.Element;
3092
3092
  Portal: ({
3093
3093
  className,
3094
3094
  ...props
3095
- }: PreviewCardPortalProps) => react_jsx_runtime0.JSX.Element;
3095
+ }: PreviewCardPortalProps) => react_jsx_runtime5.JSX.Element;
3096
3096
  Positioner: ({
3097
3097
  className,
3098
3098
  ...props
3099
- }: PreviewCardPositionerProps) => react_jsx_runtime0.JSX.Element;
3099
+ }: PreviewCardPositionerProps) => react_jsx_runtime5.JSX.Element;
3100
3100
  Root: ({
3101
3101
  ...props
3102
- }: PreviewCardProps) => react_jsx_runtime0.JSX.Element;
3102
+ }: PreviewCardProps) => react_jsx_runtime5.JSX.Element;
3103
3103
  Trigger: ({
3104
3104
  className,
3105
3105
  ...props
3106
- }: PreviewCardTriggerProps) => react_jsx_runtime0.JSX.Element;
3106
+ }: PreviewCardTriggerProps) => react_jsx_runtime5.JSX.Element;
3107
3107
  };
3108
3108
  //#endregion
3109
3109
  //#region src/components/progress/progress.variants.d.ts
3110
- declare const progressVariants: tailwind_variants0.TVReturnType<{
3110
+ declare const progressVariants: tailwind_variants1.TVReturnType<{
3111
3111
  size: {
3112
3112
  lg: {
3113
3113
  root: string;
@@ -3171,7 +3171,7 @@ declare const progressVariants: tailwind_variants0.TVReturnType<{
3171
3171
  root: string;
3172
3172
  track: string;
3173
3173
  value: string;
3174
- }, tailwind_variants0.TVReturnType<{
3174
+ }, tailwind_variants1.TVReturnType<{
3175
3175
  size: {
3176
3176
  lg: {
3177
3177
  root: string;
@@ -3217,44 +3217,44 @@ declare const _default$22: (({
3217
3217
  variant,
3218
3218
  size,
3219
3219
  ...props
3220
- }: ProgressProps) => react_jsx_runtime0.JSX.Element) & {
3220
+ }: ProgressProps) => react_jsx_runtime5.JSX.Element) & {
3221
3221
  Indicator: ({
3222
3222
  className,
3223
3223
  ...props
3224
- }: ProgressIndicatorProps) => react_jsx_runtime0.JSX.Element;
3224
+ }: ProgressIndicatorProps) => react_jsx_runtime5.JSX.Element;
3225
3225
  Label: ({
3226
3226
  className,
3227
3227
  ...props
3228
- }: ProgressLabelProps) => react_jsx_runtime0.JSX.Element;
3228
+ }: ProgressLabelProps) => react_jsx_runtime5.JSX.Element;
3229
3229
  Root: ({
3230
3230
  className,
3231
3231
  variant,
3232
3232
  size,
3233
3233
  ...props
3234
- }: ProgressProps) => react_jsx_runtime0.JSX.Element;
3234
+ }: ProgressProps) => react_jsx_runtime5.JSX.Element;
3235
3235
  Track: ({
3236
3236
  className,
3237
3237
  ...props
3238
- }: ProgressTrackProps) => react_jsx_runtime0.JSX.Element;
3238
+ }: ProgressTrackProps) => react_jsx_runtime5.JSX.Element;
3239
3239
  Value: ({
3240
3240
  className,
3241
3241
  ...props
3242
- }: ProgressValueProps) => react_jsx_runtime0.JSX.Element;
3242
+ }: ProgressValueProps) => react_jsx_runtime5.JSX.Element;
3243
3243
  };
3244
3244
  //#endregion
3245
3245
  //#region src/components/radio/radio.variants.d.ts
3246
- declare const radioVariants: tailwind_variants0.TVReturnType<{
3246
+ declare const radioVariants: tailwind_variants1.TVReturnType<{
3247
3247
  [key: string]: {
3248
3248
  [key: string]: tailwind_merge0.ClassNameValue | {
3249
- root?: tailwind_merge0.ClassNameValue;
3250
3249
  indicator?: tailwind_merge0.ClassNameValue;
3250
+ root?: tailwind_merge0.ClassNameValue;
3251
3251
  };
3252
3252
  };
3253
3253
  } | {
3254
3254
  [x: string]: {
3255
3255
  [x: string]: tailwind_merge0.ClassNameValue | {
3256
- root?: tailwind_merge0.ClassNameValue;
3257
3256
  indicator?: tailwind_merge0.ClassNameValue;
3257
+ root?: tailwind_merge0.ClassNameValue;
3258
3258
  };
3259
3259
  };
3260
3260
  } | {}, {
@@ -3263,14 +3263,14 @@ declare const radioVariants: tailwind_variants0.TVReturnType<{
3263
3263
  }, undefined, {
3264
3264
  [key: string]: {
3265
3265
  [key: string]: tailwind_merge0.ClassNameValue | {
3266
- root?: tailwind_merge0.ClassNameValue;
3267
3266
  indicator?: tailwind_merge0.ClassNameValue;
3267
+ root?: tailwind_merge0.ClassNameValue;
3268
3268
  };
3269
3269
  };
3270
3270
  } | {}, {
3271
3271
  indicator: string;
3272
3272
  root: string;
3273
- }, tailwind_variants0.TVReturnType<unknown, {
3273
+ }, tailwind_variants1.TVReturnType<unknown, {
3274
3274
  indicator: string;
3275
3275
  root: string;
3276
3276
  }, undefined, unknown, unknown, undefined>>;
@@ -3282,19 +3282,19 @@ interface RadioIndicatorProps extends Radio.Indicator.Props {}
3282
3282
  declare const _default$23: (({
3283
3283
  className,
3284
3284
  ...props
3285
- }: RadioProps) => react_jsx_runtime0.JSX.Element) & {
3285
+ }: RadioProps) => react_jsx_runtime5.JSX.Element) & {
3286
3286
  Indicator: ({
3287
3287
  className,
3288
3288
  ...props
3289
- }: RadioIndicatorProps) => react_jsx_runtime0.JSX.Element;
3289
+ }: RadioIndicatorProps) => react_jsx_runtime5.JSX.Element;
3290
3290
  Root: ({
3291
3291
  className,
3292
3292
  ...props
3293
- }: RadioProps) => react_jsx_runtime0.JSX.Element;
3293
+ }: RadioProps) => react_jsx_runtime5.JSX.Element;
3294
3294
  };
3295
3295
  //#endregion
3296
3296
  //#region src/components/radio-group/radio-group.variants.d.ts
3297
- declare const radioGroupVariants: tailwind_variants0.TVReturnType<{} | {} | {}, undefined, "radio-group", {} | {}, undefined, tailwind_variants0.TVReturnType<unknown, undefined, "radio-group", unknown, unknown, undefined>>;
3297
+ declare const radioGroupVariants: tailwind_variants1.TVReturnType<{} | {} | {}, undefined, "radio-group", {} | {}, undefined, tailwind_variants1.TVReturnType<unknown, undefined, "radio-group", unknown, unknown, undefined>>;
3298
3298
  type RadioGroupVariants = VariantProps<typeof radioGroupVariants>;
3299
3299
  //#endregion
3300
3300
  //#region src/components/radio-group/radio-group.d.ts
@@ -3302,10 +3302,10 @@ interface RadioGroupProps extends RadioGroupVariants, RadioGroup$1.Props {}
3302
3302
  declare const RadioGroup: ({
3303
3303
  className,
3304
3304
  ...props
3305
- }: RadioGroupProps) => react_jsx_runtime0.JSX.Element;
3305
+ }: RadioGroupProps) => react_jsx_runtime5.JSX.Element;
3306
3306
  //#endregion
3307
3307
  //#region src/components/scroll-area/scroll-area.variants.d.ts
3308
- declare const scrollAreaVariants: tailwind_variants0.TVReturnType<{
3308
+ declare const scrollAreaVariants: tailwind_variants1.TVReturnType<{
3309
3309
  [key: string]: {
3310
3310
  [key: string]: tailwind_merge0.ClassNameValue | {
3311
3311
  content?: tailwind_merge0.ClassNameValue;
@@ -3352,7 +3352,7 @@ declare const scrollAreaVariants: tailwind_variants0.TVReturnType<{
3352
3352
  scrollbar: string;
3353
3353
  thumb: string;
3354
3354
  corner: string;
3355
- }, tailwind_variants0.TVReturnType<unknown, {
3355
+ }, tailwind_variants1.TVReturnType<unknown, {
3356
3356
  root: string;
3357
3357
  viewport: string;
3358
3358
  content: string;
@@ -3371,35 +3371,35 @@ interface ScrollAreaThumbProps extends ScrollArea.Thumb.Props {}
3371
3371
  declare const _default$24: (({
3372
3372
  className,
3373
3373
  ...props
3374
- }: ScrollAreaProps) => react_jsx_runtime0.JSX.Element) & {
3374
+ }: ScrollAreaProps) => react_jsx_runtime5.JSX.Element) & {
3375
3375
  Content: ({
3376
3376
  className,
3377
3377
  ...props
3378
- }: ScrollAreaContentProps) => react_jsx_runtime0.JSX.Element;
3378
+ }: ScrollAreaContentProps) => react_jsx_runtime5.JSX.Element;
3379
3379
  Root: ({
3380
3380
  className,
3381
3381
  ...props
3382
- }: ScrollAreaProps) => react_jsx_runtime0.JSX.Element;
3382
+ }: ScrollAreaProps) => react_jsx_runtime5.JSX.Element;
3383
3383
  Scrollbar: ({
3384
3384
  className,
3385
3385
  ...props
3386
- }: ScrollAreaScrollbarProps) => react_jsx_runtime0.JSX.Element;
3386
+ }: ScrollAreaScrollbarProps) => react_jsx_runtime5.JSX.Element;
3387
3387
  Thumb: ({
3388
3388
  className,
3389
3389
  ...props
3390
- }: ScrollAreaThumbProps) => react_jsx_runtime0.JSX.Element;
3390
+ }: ScrollAreaThumbProps) => react_jsx_runtime5.JSX.Element;
3391
3391
  Viewport: ({
3392
3392
  className,
3393
3393
  ...props
3394
- }: ScrollAreaViewportProps) => react_jsx_runtime0.JSX.Element;
3394
+ }: ScrollAreaViewportProps) => react_jsx_runtime5.JSX.Element;
3395
3395
  };
3396
3396
  //#endregion
3397
3397
  //#region src/components/select/select.variants.d.ts
3398
- declare const selectVariants: tailwind_variants0.TVReturnType<{
3398
+ declare const selectVariants: tailwind_variants1.TVReturnType<{
3399
3399
  [key: string]: {
3400
3400
  [key: string]: tailwind_merge0.ClassNameValue | {
3401
- item?: tailwind_merge0.ClassNameValue;
3402
3401
  root?: tailwind_merge0.ClassNameValue;
3402
+ item?: tailwind_merge0.ClassNameValue;
3403
3403
  trigger?: tailwind_merge0.ClassNameValue;
3404
3404
  value?: tailwind_merge0.ClassNameValue;
3405
3405
  backdrop?: tailwind_merge0.ClassNameValue;
@@ -3419,8 +3419,8 @@ declare const selectVariants: tailwind_variants0.TVReturnType<{
3419
3419
  } | {
3420
3420
  [x: string]: {
3421
3421
  [x: string]: tailwind_merge0.ClassNameValue | {
3422
- item?: tailwind_merge0.ClassNameValue;
3423
3422
  root?: tailwind_merge0.ClassNameValue;
3423
+ item?: tailwind_merge0.ClassNameValue;
3424
3424
  trigger?: tailwind_merge0.ClassNameValue;
3425
3425
  value?: tailwind_merge0.ClassNameValue;
3426
3426
  backdrop?: tailwind_merge0.ClassNameValue;
@@ -3457,8 +3457,8 @@ declare const selectVariants: tailwind_variants0.TVReturnType<{
3457
3457
  }, undefined, {
3458
3458
  [key: string]: {
3459
3459
  [key: string]: tailwind_merge0.ClassNameValue | {
3460
- item?: tailwind_merge0.ClassNameValue;
3461
3460
  root?: tailwind_merge0.ClassNameValue;
3461
+ item?: tailwind_merge0.ClassNameValue;
3462
3462
  trigger?: tailwind_merge0.ClassNameValue;
3463
3463
  value?: tailwind_merge0.ClassNameValue;
3464
3464
  backdrop?: tailwind_merge0.ClassNameValue;
@@ -3492,7 +3492,7 @@ declare const selectVariants: tailwind_variants0.TVReturnType<{
3492
3492
  separator: string;
3493
3493
  group: string;
3494
3494
  groupLabel: string;
3495
- }, tailwind_variants0.TVReturnType<unknown, {
3495
+ }, tailwind_variants1.TVReturnType<unknown, {
3496
3496
  root: string;
3497
3497
  trigger: string;
3498
3498
  value: string;
@@ -3531,72 +3531,72 @@ interface SelectGroupLabelProps extends Select.GroupLabel.Props {}
3531
3531
  interface SelectSeparatorProps extends Select.Separator.Props {}
3532
3532
  declare const _default$25: (({
3533
3533
  ...props
3534
- }: SelectProps) => react_jsx_runtime0.JSX.Element) & {
3534
+ }: SelectProps) => react_jsx_runtime5.JSX.Element) & {
3535
3535
  Arrow: ({
3536
3536
  className,
3537
3537
  ...props
3538
- }: SelectArrowProps) => react_jsx_runtime0.JSX.Element;
3538
+ }: SelectArrowProps) => react_jsx_runtime5.JSX.Element;
3539
3539
  Backdrop: ({
3540
3540
  className,
3541
3541
  ...props
3542
- }: SelectBackdropProps) => react_jsx_runtime0.JSX.Element;
3542
+ }: SelectBackdropProps) => react_jsx_runtime5.JSX.Element;
3543
3543
  Group: ({
3544
3544
  className,
3545
3545
  ...props
3546
- }: SelectGroupProps) => react_jsx_runtime0.JSX.Element;
3546
+ }: SelectGroupProps) => react_jsx_runtime5.JSX.Element;
3547
3547
  GroupLabel: ({
3548
3548
  className,
3549
3549
  ...props
3550
- }: SelectGroupLabelProps) => react_jsx_runtime0.JSX.Element;
3550
+ }: SelectGroupLabelProps) => react_jsx_runtime5.JSX.Element;
3551
3551
  Icon: ({
3552
3552
  className,
3553
3553
  children,
3554
3554
  ...props
3555
- }: SelectIconProps) => react_jsx_runtime0.JSX.Element;
3555
+ }: SelectIconProps) => react_jsx_runtime5.JSX.Element;
3556
3556
  Item: ({
3557
3557
  className,
3558
3558
  ...props
3559
- }: SelectItemProps) => react_jsx_runtime0.JSX.Element;
3559
+ }: SelectItemProps) => react_jsx_runtime5.JSX.Element;
3560
3560
  ItemIndicator: ({
3561
3561
  className,
3562
3562
  children,
3563
3563
  ...props
3564
- }: SelectItemIndicatorProps) => react_jsx_runtime0.JSX.Element;
3564
+ }: SelectItemIndicatorProps) => react_jsx_runtime5.JSX.Element;
3565
3565
  ItemText: ({
3566
3566
  className,
3567
3567
  ...props
3568
- }: SelectItemTextProps) => react_jsx_runtime0.JSX.Element;
3568
+ }: SelectItemTextProps) => react_jsx_runtime5.JSX.Element;
3569
3569
  List: ({
3570
3570
  className,
3571
3571
  ...props
3572
- }: SelectListProps) => react_jsx_runtime0.JSX.Element;
3572
+ }: SelectListProps) => react_jsx_runtime5.JSX.Element;
3573
3573
  Popup: ({
3574
3574
  className,
3575
3575
  ...props
3576
- }: SelectPopupProps) => react_jsx_runtime0.JSX.Element;
3576
+ }: SelectPopupProps) => react_jsx_runtime5.JSX.Element;
3577
3577
  Portal: ({
3578
3578
  ...props
3579
- }: SelectPortalProps) => react_jsx_runtime0.JSX.Element;
3579
+ }: SelectPortalProps) => react_jsx_runtime5.JSX.Element;
3580
3580
  Positioner: ({
3581
3581
  className,
3582
3582
  ...props
3583
- }: SelectPositionerProps) => react_jsx_runtime0.JSX.Element;
3583
+ }: SelectPositionerProps) => react_jsx_runtime5.JSX.Element;
3584
3584
  Separator: ({
3585
3585
  className,
3586
3586
  ...props
3587
- }: SelectSeparatorProps) => react_jsx_runtime0.JSX.Element;
3587
+ }: SelectSeparatorProps) => react_jsx_runtime5.JSX.Element;
3588
3588
  Trigger: ({
3589
3589
  className,
3590
3590
  ...props
3591
- }: SelectTriggerProps) => react_jsx_runtime0.JSX.Element;
3591
+ }: SelectTriggerProps) => react_jsx_runtime5.JSX.Element;
3592
3592
  Value: ({
3593
3593
  className,
3594
3594
  ...props
3595
- }: SelectValueProps) => react_jsx_runtime0.JSX.Element;
3595
+ }: SelectValueProps) => react_jsx_runtime5.JSX.Element;
3596
3596
  };
3597
3597
  //#endregion
3598
3598
  //#region src/components/separator/separator.variants.d.ts
3599
- declare const separatorVariants: tailwind_variants0.TVReturnType<{
3599
+ declare const separatorVariants: tailwind_variants1.TVReturnType<{
3600
3600
  orientation: {
3601
3601
  horizontal: string;
3602
3602
  vertical: string;
@@ -3606,7 +3606,7 @@ declare const separatorVariants: tailwind_variants0.TVReturnType<{
3606
3606
  horizontal: string;
3607
3607
  vertical: string;
3608
3608
  };
3609
- }, undefined, tailwind_variants0.TVReturnType<{
3609
+ }, undefined, tailwind_variants1.TVReturnType<{
3610
3610
  orientation: {
3611
3611
  horizontal: string;
3612
3612
  vertical: string;
@@ -3620,19 +3620,19 @@ declare const Separator: ({
3620
3620
  className,
3621
3621
  orientation,
3622
3622
  ...props
3623
- }: SeparatorProps) => react_jsx_runtime0.JSX.Element;
3623
+ }: SeparatorProps) => react_jsx_runtime5.JSX.Element;
3624
3624
  //#endregion
3625
3625
  //#region src/components/sidebar/sidebar.variants.d.ts
3626
- declare const sidebarVariants: tailwind_variants0.TVReturnType<{
3626
+ declare const sidebarVariants: tailwind_variants1.TVReturnType<{
3627
3627
  [key: string]: {
3628
3628
  [key: string]: tailwind_merge0.ClassNameValue | {
3629
3629
  content?: tailwind_merge0.ClassNameValue;
3630
- header?: tailwind_merge0.ClassNameValue;
3631
- panel?: tailwind_merge0.ClassNameValue;
3632
3630
  root?: tailwind_merge0.ClassNameValue;
3633
- trigger?: tailwind_merge0.ClassNameValue;
3634
3631
  footer?: tailwind_merge0.ClassNameValue;
3632
+ header?: tailwind_merge0.ClassNameValue;
3635
3633
  menu?: tailwind_merge0.ClassNameValue;
3634
+ panel?: tailwind_merge0.ClassNameValue;
3635
+ trigger?: tailwind_merge0.ClassNameValue;
3636
3636
  menuItem?: tailwind_merge0.ClassNameValue;
3637
3637
  menuLabel?: tailwind_merge0.ClassNameValue;
3638
3638
  outlet?: tailwind_merge0.ClassNameValue;
@@ -3642,12 +3642,12 @@ declare const sidebarVariants: tailwind_variants0.TVReturnType<{
3642
3642
  [x: string]: {
3643
3643
  [x: string]: tailwind_merge0.ClassNameValue | {
3644
3644
  content?: tailwind_merge0.ClassNameValue;
3645
- header?: tailwind_merge0.ClassNameValue;
3646
- panel?: tailwind_merge0.ClassNameValue;
3647
3645
  root?: tailwind_merge0.ClassNameValue;
3648
- trigger?: tailwind_merge0.ClassNameValue;
3649
3646
  footer?: tailwind_merge0.ClassNameValue;
3647
+ header?: tailwind_merge0.ClassNameValue;
3650
3648
  menu?: tailwind_merge0.ClassNameValue;
3649
+ panel?: tailwind_merge0.ClassNameValue;
3650
+ trigger?: tailwind_merge0.ClassNameValue;
3651
3651
  menuItem?: tailwind_merge0.ClassNameValue;
3652
3652
  menuLabel?: tailwind_merge0.ClassNameValue;
3653
3653
  outlet?: tailwind_merge0.ClassNameValue;
@@ -3668,12 +3668,12 @@ declare const sidebarVariants: tailwind_variants0.TVReturnType<{
3668
3668
  [key: string]: {
3669
3669
  [key: string]: tailwind_merge0.ClassNameValue | {
3670
3670
  content?: tailwind_merge0.ClassNameValue;
3671
- header?: tailwind_merge0.ClassNameValue;
3672
- panel?: tailwind_merge0.ClassNameValue;
3673
3671
  root?: tailwind_merge0.ClassNameValue;
3674
- trigger?: tailwind_merge0.ClassNameValue;
3675
3672
  footer?: tailwind_merge0.ClassNameValue;
3673
+ header?: tailwind_merge0.ClassNameValue;
3676
3674
  menu?: tailwind_merge0.ClassNameValue;
3675
+ panel?: tailwind_merge0.ClassNameValue;
3676
+ trigger?: tailwind_merge0.ClassNameValue;
3677
3677
  menuItem?: tailwind_merge0.ClassNameValue;
3678
3678
  menuLabel?: tailwind_merge0.ClassNameValue;
3679
3679
  outlet?: tailwind_merge0.ClassNameValue;
@@ -3690,7 +3690,7 @@ declare const sidebarVariants: tailwind_variants0.TVReturnType<{
3690
3690
  panel: string;
3691
3691
  root: string;
3692
3692
  trigger: string;
3693
- }, tailwind_variants0.TVReturnType<unknown, {
3693
+ }, tailwind_variants1.TVReturnType<unknown, {
3694
3694
  content: string;
3695
3695
  footer: string;
3696
3696
  header: string;
@@ -3723,60 +3723,60 @@ declare const _default$26: (({
3723
3723
  isOpen,
3724
3724
  onOpenChange,
3725
3725
  ...props
3726
- }: SidebarProps) => react_jsx_runtime0.JSX.Element) & {
3726
+ }: SidebarProps) => react_jsx_runtime5.JSX.Element) & {
3727
3727
  Content: ({
3728
3728
  className,
3729
3729
  ...props
3730
- }: SidebarContentProps) => react_jsx_runtime0.JSX.Element;
3730
+ }: SidebarContentProps) => react_jsx_runtime5.JSX.Element;
3731
3731
  Footer: ({
3732
3732
  className,
3733
3733
  ...props
3734
- }: SidebarFooterProps) => react_jsx_runtime0.JSX.Element;
3734
+ }: SidebarFooterProps) => react_jsx_runtime5.JSX.Element;
3735
3735
  Header: ({
3736
3736
  className,
3737
3737
  ...props
3738
- }: SidebarHeaderProps) => react_jsx_runtime0.JSX.Element;
3738
+ }: SidebarHeaderProps) => react_jsx_runtime5.JSX.Element;
3739
3739
  Menu: ({
3740
3740
  className,
3741
3741
  ...props
3742
- }: SidebarMenuProps) => react_jsx_runtime0.JSX.Element;
3742
+ }: SidebarMenuProps) => react_jsx_runtime5.JSX.Element;
3743
3743
  MenuItem: ({
3744
3744
  className,
3745
3745
  ...props
3746
- }: SidebarMenuItemProps) => react_jsx_runtime0.JSX.Element;
3746
+ }: SidebarMenuItemProps) => react_jsx_runtime5.JSX.Element;
3747
3747
  MenuLabel: ({
3748
3748
  className,
3749
3749
  ...props
3750
- }: SidebarMenuLabelProps) => react_jsx_runtime0.JSX.Element;
3750
+ }: SidebarMenuLabelProps) => react_jsx_runtime5.JSX.Element;
3751
3751
  Outlet: ({
3752
3752
  className,
3753
3753
  ...props
3754
- }: SidebarOutletProps) => react_jsx_runtime0.JSX.Element;
3754
+ }: SidebarOutletProps) => react_jsx_runtime5.JSX.Element;
3755
3755
  Panel: ({
3756
3756
  className,
3757
3757
  ...props
3758
- }: SidebarPanelProps) => react_jsx_runtime0.JSX.Element;
3758
+ }: SidebarPanelProps) => react_jsx_runtime5.JSX.Element;
3759
3759
  Root: ({
3760
3760
  className,
3761
3761
  isOpen,
3762
3762
  onOpenChange,
3763
3763
  ...props
3764
- }: SidebarProps) => react_jsx_runtime0.JSX.Element;
3764
+ }: SidebarProps) => react_jsx_runtime5.JSX.Element;
3765
3765
  Trigger: ({
3766
3766
  className,
3767
3767
  children,
3768
3768
  ...props
3769
- }: SidebarTriggerProps) => react_jsx_runtime0.JSX.Element;
3769
+ }: SidebarTriggerProps) => react_jsx_runtime5.JSX.Element;
3770
3770
  };
3771
3771
  //#endregion
3772
3772
  //#region src/components/slider/slider.variants.d.ts
3773
- declare const sliderVariants: tailwind_variants0.TVReturnType<{
3773
+ declare const sliderVariants: tailwind_variants1.TVReturnType<{
3774
3774
  [key: string]: {
3775
3775
  [key: string]: tailwind_merge0.ClassNameValue | {
3776
+ indicator?: tailwind_merge0.ClassNameValue;
3776
3777
  root?: tailwind_merge0.ClassNameValue;
3777
3778
  track?: tailwind_merge0.ClassNameValue;
3778
3779
  value?: tailwind_merge0.ClassNameValue;
3779
- indicator?: tailwind_merge0.ClassNameValue;
3780
3780
  control?: tailwind_merge0.ClassNameValue;
3781
3781
  thumb?: tailwind_merge0.ClassNameValue;
3782
3782
  };
@@ -3784,10 +3784,10 @@ declare const sliderVariants: tailwind_variants0.TVReturnType<{
3784
3784
  } | {
3785
3785
  [x: string]: {
3786
3786
  [x: string]: tailwind_merge0.ClassNameValue | {
3787
+ indicator?: tailwind_merge0.ClassNameValue;
3787
3788
  root?: tailwind_merge0.ClassNameValue;
3788
3789
  track?: tailwind_merge0.ClassNameValue;
3789
3790
  value?: tailwind_merge0.ClassNameValue;
3790
- indicator?: tailwind_merge0.ClassNameValue;
3791
3791
  control?: tailwind_merge0.ClassNameValue;
3792
3792
  thumb?: tailwind_merge0.ClassNameValue;
3793
3793
  };
@@ -3802,10 +3802,10 @@ declare const sliderVariants: tailwind_variants0.TVReturnType<{
3802
3802
  }, undefined, {
3803
3803
  [key: string]: {
3804
3804
  [key: string]: tailwind_merge0.ClassNameValue | {
3805
+ indicator?: tailwind_merge0.ClassNameValue;
3805
3806
  root?: tailwind_merge0.ClassNameValue;
3806
3807
  track?: tailwind_merge0.ClassNameValue;
3807
3808
  value?: tailwind_merge0.ClassNameValue;
3808
- indicator?: tailwind_merge0.ClassNameValue;
3809
3809
  control?: tailwind_merge0.ClassNameValue;
3810
3810
  thumb?: tailwind_merge0.ClassNameValue;
3811
3811
  };
@@ -3817,7 +3817,7 @@ declare const sliderVariants: tailwind_variants0.TVReturnType<{
3817
3817
  thumb: string;
3818
3818
  track: string;
3819
3819
  value: string;
3820
- }, tailwind_variants0.TVReturnType<unknown, {
3820
+ }, tailwind_variants1.TVReturnType<unknown, {
3821
3821
  control: string;
3822
3822
  indicator: string;
3823
3823
  root: string;
@@ -3832,35 +3832,35 @@ interface SliderProps extends SliderVariants, Slider.Root.Props {}
3832
3832
  declare const _default$27: (({
3833
3833
  className,
3834
3834
  ...props
3835
- }: SliderProps) => react_jsx_runtime0.JSX.Element) & {
3835
+ }: SliderProps) => react_jsx_runtime5.JSX.Element) & {
3836
3836
  Control: ({
3837
3837
  className,
3838
3838
  ...props
3839
- }: Slider.Control.Props) => react_jsx_runtime0.JSX.Element;
3839
+ }: Slider.Control.Props) => react_jsx_runtime5.JSX.Element;
3840
3840
  Indicator: ({
3841
3841
  className,
3842
3842
  ...props
3843
- }: Slider.Indicator.Props) => react_jsx_runtime0.JSX.Element;
3843
+ }: Slider.Indicator.Props) => react_jsx_runtime5.JSX.Element;
3844
3844
  Root: ({
3845
3845
  className,
3846
3846
  ...props
3847
- }: SliderProps) => react_jsx_runtime0.JSX.Element;
3847
+ }: SliderProps) => react_jsx_runtime5.JSX.Element;
3848
3848
  Thumb: ({
3849
3849
  className,
3850
3850
  ...props
3851
- }: Slider.Thumb.Props) => react_jsx_runtime0.JSX.Element;
3851
+ }: Slider.Thumb.Props) => react_jsx_runtime5.JSX.Element;
3852
3852
  Track: ({
3853
3853
  className,
3854
3854
  ...props
3855
- }: Slider.Track.Props) => react_jsx_runtime0.JSX.Element;
3855
+ }: Slider.Track.Props) => react_jsx_runtime5.JSX.Element;
3856
3856
  Value: ({
3857
3857
  className,
3858
3858
  ...props
3859
- }: Slider.Value.Props) => react_jsx_runtime0.JSX.Element;
3859
+ }: Slider.Value.Props) => react_jsx_runtime5.JSX.Element;
3860
3860
  };
3861
3861
  //#endregion
3862
3862
  //#region src/components/spinner/spinner.variants.d.ts
3863
- declare const spinnerVariants: tailwind_variants0.TVReturnType<{
3863
+ declare const spinnerVariants: tailwind_variants1.TVReturnType<{
3864
3864
  size: {
3865
3865
  lg: string;
3866
3866
  md: string;
@@ -3884,7 +3884,7 @@ declare const spinnerVariants: tailwind_variants0.TVReturnType<{
3884
3884
  primary: string;
3885
3885
  success: string;
3886
3886
  };
3887
- }, undefined, tailwind_variants0.TVReturnType<{
3887
+ }, undefined, tailwind_variants1.TVReturnType<{
3888
3888
  size: {
3889
3889
  lg: string;
3890
3890
  md: string;
@@ -3909,10 +3909,10 @@ declare const Spinner: ({
3909
3909
  variant,
3910
3910
  asChild,
3911
3911
  ...props
3912
- }: SpinnerProps) => react_jsx_runtime0.JSX.Element;
3912
+ }: SpinnerProps) => react_jsx_runtime5.JSX.Element;
3913
3913
  //#endregion
3914
3914
  //#region src/components/switch/switch.variants.d.ts
3915
- declare const switchVariants: tailwind_variants0.TVReturnType<{
3915
+ declare const switchVariants: tailwind_variants1.TVReturnType<{
3916
3916
  size: {
3917
3917
  lg: {
3918
3918
  root: string;
@@ -3942,7 +3942,7 @@ declare const switchVariants: tailwind_variants0.TVReturnType<{
3942
3942
  }, {
3943
3943
  root: string;
3944
3944
  thumb: string;
3945
- }, tailwind_variants0.TVReturnType<{
3945
+ }, tailwind_variants1.TVReturnType<{
3946
3946
  size: {
3947
3947
  lg: {
3948
3948
  root: string;
@@ -3966,20 +3966,20 @@ declare const _default$28: (({
3966
3966
  className,
3967
3967
  size,
3968
3968
  ...props
3969
- }: SwitchProps) => react_jsx_runtime0.JSX.Element) & {
3969
+ }: SwitchProps) => react_jsx_runtime5.JSX.Element) & {
3970
3970
  Root: ({
3971
3971
  className,
3972
3972
  size,
3973
3973
  ...props
3974
- }: SwitchProps) => react_jsx_runtime0.JSX.Element;
3974
+ }: SwitchProps) => react_jsx_runtime5.JSX.Element;
3975
3975
  Thumb: ({
3976
3976
  className,
3977
3977
  ...props
3978
- }: Switch.Thumb.Props) => react_jsx_runtime0.JSX.Element;
3978
+ }: Switch.Thumb.Props) => react_jsx_runtime5.JSX.Element;
3979
3979
  };
3980
3980
  //#endregion
3981
3981
  //#region src/components/table/table.variants.d.ts
3982
- declare const tableVariants: tailwind_variants0.TVReturnType<{
3982
+ declare const tableVariants: tailwind_variants1.TVReturnType<{
3983
3983
  [key: string]: {
3984
3984
  [key: string]: tailwind_merge0.ClassNameValue | {
3985
3985
  root?: tailwind_merge0.ClassNameValue;
@@ -4031,7 +4031,7 @@ declare const tableVariants: tailwind_variants0.TVReturnType<{
4031
4031
  th: string;
4032
4032
  thead: string;
4033
4033
  tr: string;
4034
- }, tailwind_variants0.TVReturnType<unknown, {
4034
+ }, tailwind_variants1.TVReturnType<unknown, {
4035
4035
  root: string;
4036
4036
  tbody: string;
4037
4037
  td: string;
@@ -4053,44 +4053,44 @@ interface TableFooterProps extends React.ComponentProps<"tfoot"> {}
4053
4053
  declare const _default$29: (({
4054
4054
  className,
4055
4055
  ...props
4056
- }: TableProps) => react_jsx_runtime0.JSX.Element) & {
4056
+ }: TableProps) => react_jsx_runtime5.JSX.Element) & {
4057
4057
  Body: ({
4058
4058
  className,
4059
4059
  ...props
4060
- }: TableBodyProps) => react_jsx_runtime0.JSX.Element;
4060
+ }: TableBodyProps) => react_jsx_runtime5.JSX.Element;
4061
4061
  DataCell: ({
4062
4062
  className,
4063
4063
  ...props
4064
- }: TableDataCellProps) => react_jsx_runtime0.JSX.Element;
4064
+ }: TableDataCellProps) => react_jsx_runtime5.JSX.Element;
4065
4065
  Footer: ({
4066
4066
  className,
4067
4067
  ...props
4068
- }: TableFooterProps) => react_jsx_runtime0.JSX.Element;
4068
+ }: TableFooterProps) => react_jsx_runtime5.JSX.Element;
4069
4069
  Head: ({
4070
4070
  className,
4071
4071
  ...props
4072
- }: TableHeadProps) => react_jsx_runtime0.JSX.Element;
4072
+ }: TableHeadProps) => react_jsx_runtime5.JSX.Element;
4073
4073
  HeaderCell: ({
4074
4074
  className,
4075
4075
  ...props
4076
- }: TableHeaderCellProps) => react_jsx_runtime0.JSX.Element;
4076
+ }: TableHeaderCellProps) => react_jsx_runtime5.JSX.Element;
4077
4077
  Root: ({
4078
4078
  className,
4079
4079
  ...props
4080
- }: TableProps) => react_jsx_runtime0.JSX.Element;
4080
+ }: TableProps) => react_jsx_runtime5.JSX.Element;
4081
4081
  Row: ({
4082
4082
  className,
4083
4083
  ...props
4084
- }: TableRowProps) => react_jsx_runtime0.JSX.Element;
4084
+ }: TableRowProps) => react_jsx_runtime5.JSX.Element;
4085
4085
  };
4086
4086
  //#endregion
4087
4087
  //#region src/components/tabs/tabs.variants.d.ts
4088
- declare const tabsVariants: tailwind_variants0.TVReturnType<{
4088
+ declare const tabsVariants: tailwind_variants1.TVReturnType<{
4089
4089
  [key: string]: {
4090
4090
  [key: string]: tailwind_merge0.ClassNameValue | {
4091
- panel?: tailwind_merge0.ClassNameValue;
4092
- root?: tailwind_merge0.ClassNameValue;
4093
4091
  indicator?: tailwind_merge0.ClassNameValue;
4092
+ root?: tailwind_merge0.ClassNameValue;
4093
+ panel?: tailwind_merge0.ClassNameValue;
4094
4094
  list?: tailwind_merge0.ClassNameValue;
4095
4095
  tab?: tailwind_merge0.ClassNameValue;
4096
4096
  };
@@ -4098,9 +4098,9 @@ declare const tabsVariants: tailwind_variants0.TVReturnType<{
4098
4098
  } | {
4099
4099
  [x: string]: {
4100
4100
  [x: string]: tailwind_merge0.ClassNameValue | {
4101
- panel?: tailwind_merge0.ClassNameValue;
4102
- root?: tailwind_merge0.ClassNameValue;
4103
4101
  indicator?: tailwind_merge0.ClassNameValue;
4102
+ root?: tailwind_merge0.ClassNameValue;
4103
+ panel?: tailwind_merge0.ClassNameValue;
4104
4104
  list?: tailwind_merge0.ClassNameValue;
4105
4105
  tab?: tailwind_merge0.ClassNameValue;
4106
4106
  };
@@ -4114,9 +4114,9 @@ declare const tabsVariants: tailwind_variants0.TVReturnType<{
4114
4114
  }, undefined, {
4115
4115
  [key: string]: {
4116
4116
  [key: string]: tailwind_merge0.ClassNameValue | {
4117
- panel?: tailwind_merge0.ClassNameValue;
4118
- root?: tailwind_merge0.ClassNameValue;
4119
4117
  indicator?: tailwind_merge0.ClassNameValue;
4118
+ root?: tailwind_merge0.ClassNameValue;
4119
+ panel?: tailwind_merge0.ClassNameValue;
4120
4120
  list?: tailwind_merge0.ClassNameValue;
4121
4121
  tab?: tailwind_merge0.ClassNameValue;
4122
4122
  };
@@ -4127,7 +4127,7 @@ declare const tabsVariants: tailwind_variants0.TVReturnType<{
4127
4127
  panel: string;
4128
4128
  root: string;
4129
4129
  tab: string;
4130
- }, tailwind_variants0.TVReturnType<unknown, {
4130
+ }, tailwind_variants1.TVReturnType<unknown, {
4131
4131
  indicator: string;
4132
4132
  list: string;
4133
4133
  panel: string;
@@ -4145,128 +4145,31 @@ interface TabsPanelProps extends Tabs.Panel.Props {}
4145
4145
  declare const _default$30: (({
4146
4146
  className,
4147
4147
  ...props
4148
- }: TabsProps) => react_jsx_runtime0.JSX.Element) & {
4148
+ }: TabsProps) => react_jsx_runtime5.JSX.Element) & {
4149
4149
  Indicator: ({
4150
4150
  className,
4151
4151
  ...props
4152
- }: TabsIndicatorProps) => react_jsx_runtime0.JSX.Element;
4152
+ }: TabsIndicatorProps) => react_jsx_runtime5.JSX.Element;
4153
4153
  List: ({
4154
4154
  className,
4155
4155
  ...props
4156
- }: TabsListProps) => react_jsx_runtime0.JSX.Element;
4156
+ }: TabsListProps) => react_jsx_runtime5.JSX.Element;
4157
4157
  Panel: ({
4158
4158
  className,
4159
4159
  ...props
4160
- }: TabsPanelProps) => react_jsx_runtime0.JSX.Element;
4160
+ }: TabsPanelProps) => react_jsx_runtime5.JSX.Element;
4161
4161
  Root: ({
4162
4162
  className,
4163
4163
  ...props
4164
- }: TabsProps) => react_jsx_runtime0.JSX.Element;
4164
+ }: TabsProps) => react_jsx_runtime5.JSX.Element;
4165
4165
  Tab: ({
4166
4166
  className,
4167
4167
  ...props
4168
- }: TabsTabProps) => react_jsx_runtime0.JSX.Element;
4169
- };
4170
- //#endregion
4171
- //#region src/components/toast/toast.variants.d.ts
4172
- declare const toastVariants: tailwind_variants0.TVReturnType<{
4173
- variant: {
4174
- default: {
4175
- root: string;
4176
- };
4177
- destructive: {
4178
- root: string;
4179
- };
4180
- };
4181
- }, {
4182
- action: string;
4183
- close: string;
4184
- description: string;
4185
- root: string;
4186
- title: string;
4187
- viewport: string;
4188
- }, undefined, {
4189
- variant: {
4190
- default: {
4191
- root: string;
4192
- };
4193
- destructive: {
4194
- root: string;
4195
- };
4196
- };
4197
- }, {
4198
- action: string;
4199
- close: string;
4200
- description: string;
4201
- root: string;
4202
- title: string;
4203
- viewport: string;
4204
- }, tailwind_variants0.TVReturnType<{
4205
- variant: {
4206
- default: {
4207
- root: string;
4208
- };
4209
- destructive: {
4210
- root: string;
4211
- };
4212
- };
4213
- }, {
4214
- action: string;
4215
- close: string;
4216
- description: string;
4217
- root: string;
4218
- title: string;
4219
- viewport: string;
4220
- }, undefined, unknown, unknown, undefined>>;
4221
- type ToastVariants = VariantProps<typeof toastVariants>;
4222
- //#endregion
4223
- //#region src/components/toast/toast.d.ts
4224
- interface ToastProps extends ToastVariants, Toast.Root.Props {}
4225
- interface ToastTitleProps extends Toast.Title.Props {}
4226
- interface ToastDescriptionProps extends Toast.Description.Props {}
4227
- interface ToastActionProps extends Toast.Action.Props {}
4228
- interface ToastCloseProps extends Toast.Close.Props {}
4229
- interface ToastViewportProps extends Toast.Viewport.Props {}
4230
- declare const _default$31: (({
4231
- className,
4232
- variant,
4233
- ...props
4234
- }: ToastProps) => react_jsx_runtime0.JSX.Element) & {
4235
- Action: ({
4236
- className,
4237
- ...props
4238
- }: ToastActionProps) => react_jsx_runtime0.JSX.Element;
4239
- Close: ({
4240
- className,
4241
- children,
4242
- ...props
4243
- }: ToastCloseProps) => react_jsx_runtime0.JSX.Element;
4244
- Description: ({
4245
- className,
4246
- ...props
4247
- }: ToastDescriptionProps) => react_jsx_runtime0.JSX.Element;
4248
- Portal: react0.ForwardRefExoticComponent<node_modules__base_ui_react_esm_utils_FloatingPortalLite0.FloatingPortalLite.Props<any> & react0.RefAttributes<HTMLDivElement>>;
4249
- Provider: react0.FC<_base_ui_react0.ToastProviderProps>;
4250
- Root: ({
4251
- className,
4252
- variant,
4253
- ...props
4254
- }: ToastProps) => react_jsx_runtime0.JSX.Element;
4255
- Title: ({
4256
- className,
4257
- ...props
4258
- }: ToastTitleProps) => react_jsx_runtime0.JSX.Element;
4259
- Viewport: ({
4260
- className,
4261
- ...props
4262
- }: ToastViewportProps) => react_jsx_runtime0.JSX.Element;
4168
+ }: TabsTabProps) => react_jsx_runtime5.JSX.Element;
4263
4169
  };
4264
4170
  //#endregion
4265
- //#region src/components/toast/index.d.ts
4266
- declare const useToast: typeof Toast.useToastManager;
4267
- //#endregion
4268
4171
  //#region src/components/toggle-button/toggle-button.variants.d.ts
4269
- declare const toggleButtonVariants: tailwind_variants0.TVReturnType<{} | {
4172
+ declare const toggleButtonVariants: tailwind_variants1.TVReturnType<{} | {
4270
4173
  isIconOnly: {
4271
4174
  true: tailwind_merge0.ClassNameValue | {
4272
4175
  base?: tailwind_merge0.ClassNameValue;
@@ -4316,7 +4219,7 @@ declare const toggleButtonVariants: tailwind_variants0.TVReturnType<{} | {
4316
4219
  primary: string;
4317
4220
  secondary: string;
4318
4221
  };
4319
- }, undefined, tailwind_variants0.TVReturnType<{
4222
+ }, undefined, tailwind_variants1.TVReturnType<{
4320
4223
  isIconOnly: {
4321
4224
  true: string;
4322
4225
  };
@@ -4348,7 +4251,7 @@ declare const toggleButtonVariants: tailwind_variants0.TVReturnType<{} | {
4348
4251
  primary: string;
4349
4252
  secondary: string;
4350
4253
  };
4351
- }, undefined, tailwind_variants0.TVReturnType<{
4254
+ }, undefined, tailwind_variants1.TVReturnType<{
4352
4255
  isIconOnly: {
4353
4256
  true: string;
4354
4257
  };
@@ -4374,10 +4277,10 @@ declare const ToggleButton: ({
4374
4277
  variant,
4375
4278
  size,
4376
4279
  ...props
4377
- }: ToggleButtonProps) => react_jsx_runtime0.JSX.Element;
4280
+ }: ToggleButtonProps) => react_jsx_runtime5.JSX.Element;
4378
4281
  //#endregion
4379
4282
  //#region src/components/tooltip/tooltip.variants.d.ts
4380
- declare const tooltipVariants: tailwind_variants0.TVReturnType<{
4283
+ declare const tooltipVariants: tailwind_variants1.TVReturnType<{
4381
4284
  [key: string]: {
4382
4285
  [key: string]: tailwind_merge0.ClassNameValue | {
4383
4286
  root?: tailwind_merge0.ClassNameValue;
@@ -4424,7 +4327,7 @@ declare const tooltipVariants: tailwind_variants0.TVReturnType<{
4424
4327
  positioner: string;
4425
4328
  root: string;
4426
4329
  trigger: string;
4427
- }, tailwind_variants0.TVReturnType<unknown, {
4330
+ }, tailwind_variants1.TVReturnType<unknown, {
4428
4331
  arrow: string;
4429
4332
  popup: string;
4430
4333
  portal: string;
@@ -4441,34 +4344,34 @@ interface TooltipPortalProps extends Tooltip.Portal.Props {}
4441
4344
  interface TooltipPositionerProps extends Tooltip.Positioner.Props {}
4442
4345
  interface TooltipPopupProps extends Tooltip.Popup.Props {}
4443
4346
  interface TooltipArrowProps extends Tooltip.Arrow.Props {}
4444
- declare const _default$32: (({
4347
+ declare const _default$31: (({
4445
4348
  ...props
4446
- }: TooltipProps) => react_jsx_runtime0.JSX.Element) & {
4349
+ }: TooltipProps) => react_jsx_runtime5.JSX.Element) & {
4447
4350
  Arrow: ({
4448
4351
  className,
4449
4352
  ...props
4450
- }: TooltipArrowProps) => react_jsx_runtime0.JSX.Element;
4353
+ }: TooltipArrowProps) => react_jsx_runtime5.JSX.Element;
4451
4354
  Popup: ({
4452
4355
  className,
4453
4356
  ...props
4454
- }: TooltipPopupProps) => react_jsx_runtime0.JSX.Element;
4357
+ }: TooltipPopupProps) => react_jsx_runtime5.JSX.Element;
4455
4358
  Portal: ({
4456
4359
  className,
4457
4360
  ...props
4458
- }: TooltipPortalProps) => react_jsx_runtime0.JSX.Element;
4361
+ }: TooltipPortalProps) => react_jsx_runtime5.JSX.Element;
4459
4362
  Positioner: ({
4460
4363
  className,
4461
4364
  ...props
4462
- }: TooltipPositionerProps) => react_jsx_runtime0.JSX.Element;
4365
+ }: TooltipPositionerProps) => react_jsx_runtime5.JSX.Element;
4463
4366
  Provider: react0.FC<_base_ui_react0.TooltipProviderProps>;
4464
4367
  Root: ({
4465
4368
  ...props
4466
- }: TooltipProps) => react_jsx_runtime0.JSX.Element;
4369
+ }: TooltipProps) => react_jsx_runtime5.JSX.Element;
4467
4370
  Trigger: ({
4468
4371
  className,
4469
4372
  ...props
4470
- }: TooltipTriggerProps) => react_jsx_runtime0.JSX.Element;
4373
+ }: TooltipTriggerProps) => react_jsx_runtime5.JSX.Element;
4471
4374
  };
4472
4375
  //#endregion
4473
- export { _default as Accordion, AccordionVariants, _default$1 as Alert, _default$2 as AlertDialog, AlertDialogVariants, AlertVariants, _default$3 as Autocomplete, AutocompleteVariants, _default$4 as Avatar, AvatarVariants, Button, ButtonGroup, ButtonGroupVariants, ButtonVariants, _default$5 as Card, CardVariants, _default$6 as Checkbox, CheckboxGroup, CheckboxGroupVariants, CheckboxVariants, Chip, ChipVariants, _default$7 as Collapsible, _default$8 as Combobox, ComboboxVariants, Container, ContainerVariants, _default$9 as ContextMenu, ContextMenuVariants, _default$10 as Dialog, DialogVariants, _default$11 as Drawer, DrawerVariants, _default$12 as Field, FieldVariants, _default$13 as Fieldset, FieldsetVariants, Form, FormVariants, IconButton, IconButtonVariants, Input, InputVariants, Label, LabelVariants, Link, LinkVariants, _default$14 as List, ListVariants, _default$15 as Menu, MenuVariants, _default$16 as Meter, MeterVariants, _default$17 as Navbar, NavbarVariants, _default$18 as NavigationMenu, NavigationMenuVariants, _default$19 as NumberField, NumberFieldVariants, _default$20 as Popover, PopoverVariants, _default$21 as PreviewCard, PreviewCardVariants, _default$22 as Progress, ProgressVariants, _default$23 as Radio, RadioGroup, RadioGroupVariants, RadioVariants, _default$24 as ScrollArea, ScrollAreaVariants, _default$25 as Select, SelectVariants, Separator, SeparatorVariants, _default$26 as Sidebar, SidebarVariants, _default$27 as Slider, SliderVariants, Spinner, SpinnerVariants, _default$28 as Switch, SwitchVariants, _default$29 as Table, TableVariants, _default$30 as Tabs, TabsVariants, _default$31 as Toast, ToggleButton, ToggleButtonVariants, _default$32 as Tooltip, accordionVariants, alertDialogVariants, alertVariants, autocompleteVariants, avatarVariants, buttonGroupVariants, buttonVariants, cardVariants, checkboxGroupVariants, checkboxVariants, chipVariants, cn, comboboxVariants, containerVariants, contextMenuVariants, dialogVariants, drawerVariants, fieldVariants, fieldsetVariants, formVariants, iconButtonVariants, inputVariants, labelVariants, linkVariants, listVariants, menuVariants, meterVariants, navbarVariants, navigationMenuVariants, numberFieldVariants, popoverVariants, previewCardVariants, progressVariants, radioGroupVariants, radioVariants, scrollAreaVariants, selectVariants, separatorVariants, sidebarVariants, sliderVariants, spinnerVariants, switchVariants, tableVariants, tabsVariants, toggleButtonVariants, useToast };
4376
+ export { _default as Accordion, AccordionVariants, _default$1 as Alert, _default$2 as AlertDialog, AlertDialogVariants, AlertVariants, _default$3 as Autocomplete, AutocompleteVariants, _default$4 as Avatar, AvatarVariants, Button, ButtonGroup, ButtonGroupVariants, ButtonVariants, _default$5 as Card, CardVariants, _default$6 as Checkbox, CheckboxGroup, CheckboxGroupVariants, CheckboxVariants, Chip, ChipVariants, _default$7 as Collapsible, _default$8 as Combobox, ComboboxVariants, Container, ContainerVariants, _default$9 as ContextMenu, ContextMenuVariants, _default$10 as Dialog, DialogVariants, _default$11 as Drawer, DrawerVariants, _default$12 as Field, FieldVariants, _default$13 as Fieldset, FieldsetVariants, Form, FormVariants, IconButton, IconButtonVariants, Input, InputVariants, Label, LabelVariants, Link, LinkVariants, _default$14 as List, ListVariants, _default$15 as Menu, MenuVariants, _default$16 as Meter, MeterVariants, _default$17 as Navbar, NavbarVariants, _default$18 as NavigationMenu, NavigationMenuVariants, _default$19 as NumberField, NumberFieldVariants, _default$20 as Popover, PopoverVariants, _default$21 as PreviewCard, PreviewCardVariants, _default$22 as Progress, ProgressVariants, _default$23 as Radio, RadioGroup, RadioGroupVariants, RadioVariants, _default$24 as ScrollArea, ScrollAreaVariants, _default$25 as Select, SelectVariants, Separator, SeparatorVariants, _default$26 as Sidebar, SidebarVariants, _default$27 as Slider, SliderVariants, Spinner, SpinnerVariants, _default$28 as Switch, SwitchVariants, _default$29 as Table, TableVariants, _default$30 as Tabs, TabsVariants, ToggleButton, ToggleButtonVariants, _default$31 as Tooltip, accordionVariants, alertDialogVariants, alertVariants, autocompleteVariants, avatarVariants, buttonGroupVariants, buttonVariants, cardVariants, checkboxGroupVariants, checkboxVariants, chipVariants, cn, comboboxVariants, containerVariants, contextMenuVariants, dialogVariants, drawerVariants, fieldVariants, fieldsetVariants, formVariants, iconButtonVariants, inputVariants, labelVariants, linkVariants, listVariants, menuVariants, meterVariants, navbarVariants, navigationMenuVariants, numberFieldVariants, popoverVariants, previewCardVariants, progressVariants, radioGroupVariants, radioVariants, scrollAreaVariants, selectVariants, separatorVariants, sidebarVariants, sliderVariants, spinnerVariants, switchVariants, tableVariants, tabsVariants, toggleButtonVariants };
4474
4377
  //# sourceMappingURL=index.d.mts.map