@fea-ui/react 0.0.1-canary.0 → 0.0.1

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,7 +1,7 @@
1
1
  import * as tailwind_variants0 from "tailwind-variants";
2
2
  import { VariantProps, cn } from "tailwind-variants";
3
3
  import * as _base_ui_react0 from "@base-ui/react";
4
- import { Accordion, AlertDialog, Avatar, Button as Button$1, Checkbox, CheckboxGroup as CheckboxGroup$1, Collapsible, Combobox, Dialog, Field, Fieldset, Form as Form$1, Input as Input$1, Menu, Meter, NavigationMenu, Popover, Progress, Radio, RadioGroup as RadioGroup$1, Select, Separator as Separator$1, Slider, Switch, Tabs, Toast, ToggleProps, Tooltip } 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
5
  import * as react0 from "react";
6
6
  import React$1 from "react";
7
7
  import * as react_jsx_runtime0 from "react/jsx-runtime";
@@ -13,11 +13,11 @@ declare const accordionVariants: tailwind_variants0.TVReturnType<{
13
13
  [key: string]: {
14
14
  [key: string]: tailwind_merge0.ClassNameValue | {
15
15
  content?: tailwind_merge0.ClassNameValue;
16
- root?: tailwind_merge0.ClassNameValue;
17
16
  header?: tailwind_merge0.ClassNameValue;
18
- trigger?: tailwind_merge0.ClassNameValue;
19
17
  item?: tailwind_merge0.ClassNameValue;
20
18
  panel?: tailwind_merge0.ClassNameValue;
19
+ root?: tailwind_merge0.ClassNameValue;
20
+ trigger?: tailwind_merge0.ClassNameValue;
21
21
  triggerIcon?: tailwind_merge0.ClassNameValue;
22
22
  };
23
23
  };
@@ -25,11 +25,11 @@ 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;
29
28
  header?: tailwind_merge0.ClassNameValue;
30
- trigger?: tailwind_merge0.ClassNameValue;
31
29
  item?: tailwind_merge0.ClassNameValue;
32
30
  panel?: tailwind_merge0.ClassNameValue;
31
+ root?: tailwind_merge0.ClassNameValue;
32
+ trigger?: tailwind_merge0.ClassNameValue;
33
33
  triggerIcon?: tailwind_merge0.ClassNameValue;
34
34
  };
35
35
  };
@@ -45,11 +45,11 @@ 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;
49
48
  header?: tailwind_merge0.ClassNameValue;
50
- trigger?: tailwind_merge0.ClassNameValue;
51
49
  item?: tailwind_merge0.ClassNameValue;
52
50
  panel?: tailwind_merge0.ClassNameValue;
51
+ root?: tailwind_merge0.ClassNameValue;
52
+ trigger?: tailwind_merge0.ClassNameValue;
53
53
  triggerIcon?: tailwind_merge0.ClassNameValue;
54
54
  };
55
55
  };
@@ -229,28 +229,28 @@ declare const _default$1: (({
229
229
  declare const alertDialogVariants: tailwind_variants0.TVReturnType<{
230
230
  [key: string]: {
231
231
  [key: string]: tailwind_merge0.ClassNameValue | {
232
- description?: tailwind_merge0.ClassNameValue;
233
232
  root?: tailwind_merge0.ClassNameValue;
233
+ trigger?: tailwind_merge0.ClassNameValue;
234
234
  title?: tailwind_merge0.ClassNameValue;
235
+ description?: tailwind_merge0.ClassNameValue;
235
236
  backdrop?: tailwind_merge0.ClassNameValue;
236
237
  close?: tailwind_merge0.ClassNameValue;
237
238
  popup?: tailwind_merge0.ClassNameValue;
238
239
  portal?: tailwind_merge0.ClassNameValue;
239
- trigger?: tailwind_merge0.ClassNameValue;
240
240
  viewport?: tailwind_merge0.ClassNameValue;
241
241
  };
242
242
  };
243
243
  } | {
244
244
  [x: string]: {
245
245
  [x: string]: tailwind_merge0.ClassNameValue | {
246
- description?: tailwind_merge0.ClassNameValue;
247
246
  root?: tailwind_merge0.ClassNameValue;
247
+ trigger?: tailwind_merge0.ClassNameValue;
248
248
  title?: tailwind_merge0.ClassNameValue;
249
+ description?: tailwind_merge0.ClassNameValue;
249
250
  backdrop?: tailwind_merge0.ClassNameValue;
250
251
  close?: tailwind_merge0.ClassNameValue;
251
252
  popup?: tailwind_merge0.ClassNameValue;
252
253
  portal?: tailwind_merge0.ClassNameValue;
253
- trigger?: tailwind_merge0.ClassNameValue;
254
254
  viewport?: tailwind_merge0.ClassNameValue;
255
255
  };
256
256
  };
@@ -267,14 +267,14 @@ 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;
271
270
  root?: tailwind_merge0.ClassNameValue;
271
+ trigger?: tailwind_merge0.ClassNameValue;
272
272
  title?: tailwind_merge0.ClassNameValue;
273
+ description?: tailwind_merge0.ClassNameValue;
273
274
  backdrop?: tailwind_merge0.ClassNameValue;
274
275
  close?: tailwind_merge0.ClassNameValue;
275
276
  popup?: tailwind_merge0.ClassNameValue;
276
277
  portal?: tailwind_merge0.ClassNameValue;
277
- trigger?: tailwind_merge0.ClassNameValue;
278
278
  viewport?: tailwind_merge0.ClassNameValue;
279
279
  };
280
280
  };
@@ -352,6 +352,241 @@ declare const _default$2: (({
352
352
  }: AlertDialogViewportProps) => react_jsx_runtime0.JSX.Element;
353
353
  };
354
354
  //#endregion
355
+ //#region src/components/autocomplete/autocomplete.variants.d.ts
356
+ declare const autocompleteVariants: tailwind_variants0.TVReturnType<{
357
+ [key: string]: {
358
+ [key: string]: tailwind_merge0.ClassNameValue | {
359
+ item?: tailwind_merge0.ClassNameValue;
360
+ root?: tailwind_merge0.ClassNameValue;
361
+ trigger?: tailwind_merge0.ClassNameValue;
362
+ input?: tailwind_merge0.ClassNameValue;
363
+ value?: tailwind_merge0.ClassNameValue;
364
+ backdrop?: tailwind_merge0.ClassNameValue;
365
+ popup?: tailwind_merge0.ClassNameValue;
366
+ portal?: tailwind_merge0.ClassNameValue;
367
+ icon?: tailwind_merge0.ClassNameValue;
368
+ clear?: tailwind_merge0.ClassNameValue;
369
+ positioner?: tailwind_merge0.ClassNameValue;
370
+ arrow?: tailwind_merge0.ClassNameValue;
371
+ status?: tailwind_merge0.ClassNameValue;
372
+ empty?: tailwind_merge0.ClassNameValue;
373
+ list?: tailwind_merge0.ClassNameValue;
374
+ row?: tailwind_merge0.ClassNameValue;
375
+ separator?: tailwind_merge0.ClassNameValue;
376
+ group?: tailwind_merge0.ClassNameValue;
377
+ groupLabel?: tailwind_merge0.ClassNameValue;
378
+ };
379
+ };
380
+ } | {
381
+ [x: string]: {
382
+ [x: string]: tailwind_merge0.ClassNameValue | {
383
+ item?: tailwind_merge0.ClassNameValue;
384
+ root?: tailwind_merge0.ClassNameValue;
385
+ trigger?: tailwind_merge0.ClassNameValue;
386
+ input?: tailwind_merge0.ClassNameValue;
387
+ value?: tailwind_merge0.ClassNameValue;
388
+ backdrop?: tailwind_merge0.ClassNameValue;
389
+ popup?: tailwind_merge0.ClassNameValue;
390
+ portal?: tailwind_merge0.ClassNameValue;
391
+ icon?: tailwind_merge0.ClassNameValue;
392
+ clear?: tailwind_merge0.ClassNameValue;
393
+ positioner?: tailwind_merge0.ClassNameValue;
394
+ arrow?: tailwind_merge0.ClassNameValue;
395
+ status?: tailwind_merge0.ClassNameValue;
396
+ empty?: tailwind_merge0.ClassNameValue;
397
+ list?: tailwind_merge0.ClassNameValue;
398
+ row?: tailwind_merge0.ClassNameValue;
399
+ separator?: tailwind_merge0.ClassNameValue;
400
+ group?: tailwind_merge0.ClassNameValue;
401
+ groupLabel?: tailwind_merge0.ClassNameValue;
402
+ };
403
+ };
404
+ } | {}, {
405
+ root: string;
406
+ input: string;
407
+ trigger: string;
408
+ icon: string;
409
+ clear: string;
410
+ value: string;
411
+ portal: string;
412
+ backdrop: string;
413
+ positioner: string;
414
+ popup: string;
415
+ arrow: string;
416
+ status: string;
417
+ empty: string;
418
+ list: string;
419
+ row: string;
420
+ item: string;
421
+ separator: string;
422
+ group: string;
423
+ groupLabel: string;
424
+ }, undefined, {
425
+ [key: string]: {
426
+ [key: string]: tailwind_merge0.ClassNameValue | {
427
+ item?: tailwind_merge0.ClassNameValue;
428
+ root?: tailwind_merge0.ClassNameValue;
429
+ trigger?: tailwind_merge0.ClassNameValue;
430
+ input?: tailwind_merge0.ClassNameValue;
431
+ value?: tailwind_merge0.ClassNameValue;
432
+ backdrop?: tailwind_merge0.ClassNameValue;
433
+ popup?: tailwind_merge0.ClassNameValue;
434
+ portal?: tailwind_merge0.ClassNameValue;
435
+ icon?: tailwind_merge0.ClassNameValue;
436
+ clear?: tailwind_merge0.ClassNameValue;
437
+ positioner?: tailwind_merge0.ClassNameValue;
438
+ arrow?: tailwind_merge0.ClassNameValue;
439
+ status?: tailwind_merge0.ClassNameValue;
440
+ empty?: tailwind_merge0.ClassNameValue;
441
+ list?: tailwind_merge0.ClassNameValue;
442
+ row?: tailwind_merge0.ClassNameValue;
443
+ separator?: tailwind_merge0.ClassNameValue;
444
+ group?: tailwind_merge0.ClassNameValue;
445
+ groupLabel?: tailwind_merge0.ClassNameValue;
446
+ };
447
+ };
448
+ } | {}, {
449
+ root: string;
450
+ input: string;
451
+ trigger: string;
452
+ icon: string;
453
+ clear: string;
454
+ value: string;
455
+ portal: string;
456
+ backdrop: string;
457
+ positioner: string;
458
+ popup: string;
459
+ arrow: string;
460
+ status: string;
461
+ empty: string;
462
+ list: string;
463
+ row: string;
464
+ item: string;
465
+ separator: string;
466
+ group: string;
467
+ groupLabel: string;
468
+ }, tailwind_variants0.TVReturnType<unknown, {
469
+ root: string;
470
+ input: string;
471
+ trigger: string;
472
+ icon: string;
473
+ clear: string;
474
+ value: string;
475
+ portal: string;
476
+ backdrop: string;
477
+ positioner: string;
478
+ popup: string;
479
+ arrow: string;
480
+ status: string;
481
+ empty: string;
482
+ list: string;
483
+ row: string;
484
+ item: string;
485
+ separator: string;
486
+ group: string;
487
+ groupLabel: string;
488
+ }, undefined, unknown, unknown, undefined>>;
489
+ type AutocompleteVariants = VariantProps<typeof autocompleteVariants>;
490
+ //#endregion
491
+ //#region src/components/autocomplete/autocomplete.d.ts
492
+ interface AutocompleteProps extends AutocompleteVariants, Autocomplete.Root.Props<unknown> {}
493
+ interface AutocompleteTriggerProps extends Autocomplete.Trigger.Props {}
494
+ interface AutocompleteInputProps extends Autocomplete.Input.Props {}
495
+ interface AutocompleteIconProps extends Autocomplete.Icon.Props {}
496
+ interface AutocompleteClearProps extends Autocomplete.Clear.Props {}
497
+ interface AutocompleteValueProps extends Autocomplete.Value.Props {}
498
+ interface AutocompletePortalProps extends Autocomplete.Portal.Props {}
499
+ interface AutocompleteBackdropProps extends Autocomplete.Backdrop.Props {}
500
+ interface AutocompletePositionerProps extends Autocomplete.Positioner.Props {}
501
+ interface AutocompletePopupProps extends Autocomplete.Popup.Props {}
502
+ interface AutocompleteArrowProps extends Autocomplete.Arrow.Props {}
503
+ interface AutocompleteStatusProps extends Autocomplete.Status.Props {}
504
+ interface AutocompleteEmptyProps extends Autocomplete.Empty.Props {}
505
+ interface AutocompleteListProps extends Autocomplete.List.Props {}
506
+ interface AutocompleteRowProps extends Autocomplete.Row.Props {}
507
+ interface AutocompleteItemProps extends Autocomplete.Item.Props {}
508
+ interface AutocompleteSeparatorProps extends Autocomplete.Separator.Props {}
509
+ interface AutocompleteGroupProps extends Autocomplete.Group.Props {}
510
+ interface AutocompleteGroupLabelProps extends Autocomplete.GroupLabel.Props {}
511
+ declare const _default$3: (({
512
+ ...props
513
+ }: AutocompleteProps) => react_jsx_runtime0.JSX.Element) & {
514
+ Arrow: ({
515
+ className,
516
+ ...props
517
+ }: AutocompleteArrowProps) => react_jsx_runtime0.JSX.Element;
518
+ Backdrop: ({
519
+ className,
520
+ ...props
521
+ }: AutocompleteBackdropProps) => react_jsx_runtime0.JSX.Element;
522
+ Clear: ({
523
+ className,
524
+ ...props
525
+ }: AutocompleteClearProps) => react_jsx_runtime0.JSX.Element;
526
+ Empty: ({
527
+ className,
528
+ ...props
529
+ }: AutocompleteEmptyProps) => react_jsx_runtime0.JSX.Element;
530
+ Group: ({
531
+ className,
532
+ ...props
533
+ }: AutocompleteGroupProps) => react_jsx_runtime0.JSX.Element;
534
+ GroupLabel: ({
535
+ className,
536
+ ...props
537
+ }: AutocompleteGroupLabelProps) => react_jsx_runtime0.JSX.Element;
538
+ Icon: ({
539
+ className,
540
+ ...props
541
+ }: AutocompleteIconProps) => react_jsx_runtime0.JSX.Element;
542
+ Input: ({
543
+ className,
544
+ ...props
545
+ }: AutocompleteInputProps) => react_jsx_runtime0.JSX.Element;
546
+ Item: ({
547
+ className,
548
+ ...props
549
+ }: AutocompleteItemProps) => react_jsx_runtime0.JSX.Element;
550
+ List: ({
551
+ className,
552
+ ...props
553
+ }: AutocompleteListProps) => react_jsx_runtime0.JSX.Element;
554
+ Popup: ({
555
+ className,
556
+ ...props
557
+ }: AutocompletePopupProps) => react_jsx_runtime0.JSX.Element;
558
+ Portal: ({
559
+ className,
560
+ ...props
561
+ }: AutocompletePortalProps) => react_jsx_runtime0.JSX.Element;
562
+ Positioner: ({
563
+ className,
564
+ ...props
565
+ }: AutocompletePositionerProps) => react_jsx_runtime0.JSX.Element;
566
+ Root: ({
567
+ ...props
568
+ }: AutocompleteProps) => react_jsx_runtime0.JSX.Element;
569
+ Row: ({
570
+ className,
571
+ ...props
572
+ }: AutocompleteRowProps) => react_jsx_runtime0.JSX.Element;
573
+ Separator: ({
574
+ className,
575
+ ...props
576
+ }: AutocompleteSeparatorProps) => react_jsx_runtime0.JSX.Element;
577
+ Status: ({
578
+ className,
579
+ ...props
580
+ }: AutocompleteStatusProps) => react_jsx_runtime0.JSX.Element;
581
+ Trigger: ({
582
+ className,
583
+ ...props
584
+ }: AutocompleteTriggerProps) => react_jsx_runtime0.JSX.Element;
585
+ Value: ({
586
+ ...props
587
+ }: AutocompleteValueProps) => react_jsx_runtime0.JSX.Element;
588
+ };
589
+ //#endregion
355
590
  //#region src/components/avatar/avatar.variants.d.ts
356
591
  declare const avatarVariants: tailwind_variants0.TVReturnType<{
357
592
  size: {
@@ -408,7 +643,7 @@ type AvatarVariants = VariantProps<typeof avatarVariants>;
408
643
  interface AvatarProps extends AvatarVariants, Avatar.Root.Props {}
409
644
  interface AvatarImageProps extends Avatar.Image.Props {}
410
645
  interface AvatarFallbackProps extends Avatar.Fallback.Props {}
411
- declare const _default$3: (({
646
+ declare const _default$4: (({
412
647
  className,
413
648
  size,
414
649
  ...props
@@ -557,7 +792,7 @@ interface CardBodyProps extends React.ComponentProps<"div"> {}
557
792
  interface CardTitle extends React.ComponentProps<"h2"> {}
558
793
  interface CardDescriptionProps extends React.ComponentProps<"p"> {}
559
794
  /** Exports */
560
- declare const _default$4: (({
795
+ declare const _default$5: (({
561
796
  className,
562
797
  variant,
563
798
  ...props
@@ -589,15 +824,15 @@ declare const _default$4: (({
589
824
  declare const checkboxVariants: tailwind_variants0.TVReturnType<{
590
825
  [key: string]: {
591
826
  [key: string]: tailwind_merge0.ClassNameValue | {
592
- indicator?: tailwind_merge0.ClassNameValue;
593
827
  root?: tailwind_merge0.ClassNameValue;
828
+ indicator?: tailwind_merge0.ClassNameValue;
594
829
  };
595
830
  };
596
831
  } | {
597
832
  [x: string]: {
598
833
  [x: string]: tailwind_merge0.ClassNameValue | {
599
- indicator?: tailwind_merge0.ClassNameValue;
600
834
  root?: tailwind_merge0.ClassNameValue;
835
+ indicator?: tailwind_merge0.ClassNameValue;
601
836
  };
602
837
  };
603
838
  } | {}, {
@@ -606,8 +841,8 @@ declare const checkboxVariants: tailwind_variants0.TVReturnType<{
606
841
  }, undefined, {
607
842
  [key: string]: {
608
843
  [key: string]: tailwind_merge0.ClassNameValue | {
609
- indicator?: tailwind_merge0.ClassNameValue;
610
844
  root?: tailwind_merge0.ClassNameValue;
845
+ indicator?: tailwind_merge0.ClassNameValue;
611
846
  };
612
847
  };
613
848
  } | {}, {
@@ -622,7 +857,7 @@ type CheckboxVariants = VariantProps<typeof checkboxVariants>;
622
857
  //#region src/components/checkbox/checkbox.d.ts
623
858
  interface CheckboxProps extends CheckboxVariants, Checkbox.Root.Props {}
624
859
  interface CheckboxIndicatorProps extends Checkbox.Indicator.Props {}
625
- declare const _default$5: (({
860
+ declare const _default$6: (({
626
861
  className,
627
862
  ...props
628
863
  }: CheckboxProps) => react_jsx_runtime0.JSX.Element) & {
@@ -705,9 +940,9 @@ declare const collapsibleVariants: tailwind_variants0.TVReturnType<{
705
940
  [key: string]: {
706
941
  [key: string]: tailwind_merge0.ClassNameValue | {
707
942
  content?: tailwind_merge0.ClassNameValue;
943
+ panel?: tailwind_merge0.ClassNameValue;
708
944
  root?: tailwind_merge0.ClassNameValue;
709
945
  trigger?: tailwind_merge0.ClassNameValue;
710
- panel?: tailwind_merge0.ClassNameValue;
711
946
  triggerIcon?: tailwind_merge0.ClassNameValue;
712
947
  };
713
948
  };
@@ -715,9 +950,9 @@ declare const collapsibleVariants: tailwind_variants0.TVReturnType<{
715
950
  [x: string]: {
716
951
  [x: string]: tailwind_merge0.ClassNameValue | {
717
952
  content?: tailwind_merge0.ClassNameValue;
953
+ panel?: tailwind_merge0.ClassNameValue;
718
954
  root?: tailwind_merge0.ClassNameValue;
719
955
  trigger?: tailwind_merge0.ClassNameValue;
720
- panel?: tailwind_merge0.ClassNameValue;
721
956
  triggerIcon?: tailwind_merge0.ClassNameValue;
722
957
  };
723
958
  };
@@ -731,9 +966,9 @@ declare const collapsibleVariants: tailwind_variants0.TVReturnType<{
731
966
  [key: string]: {
732
967
  [key: string]: tailwind_merge0.ClassNameValue | {
733
968
  content?: tailwind_merge0.ClassNameValue;
969
+ panel?: tailwind_merge0.ClassNameValue;
734
970
  root?: tailwind_merge0.ClassNameValue;
735
971
  trigger?: tailwind_merge0.ClassNameValue;
736
- panel?: tailwind_merge0.ClassNameValue;
737
972
  triggerIcon?: tailwind_merge0.ClassNameValue;
738
973
  };
739
974
  };
@@ -758,7 +993,7 @@ interface CollapsibleTriggerProps extends Collapsible.Trigger.Props {}
758
993
  interface CollapsibleTriggerIconProps extends React.ComponentProps<"svg"> {}
759
994
  interface CollapsiblePanelProps extends Collapsible.Panel.Props {}
760
995
  interface CollapsibleContentProps extends React.HTMLAttributes<HTMLDivElement> {}
761
- declare const _default$6: (({
996
+ declare const _default$7: (({
762
997
  className,
763
998
  ...props
764
999
  }: CollapsibleProps) => react_jsx_runtime0.JSX.Element) & {
@@ -790,57 +1025,57 @@ declare const _default$6: (({
790
1025
  declare const comboboxVariants: tailwind_variants0.TVReturnType<{
791
1026
  [key: string]: {
792
1027
  [key: string]: tailwind_merge0.ClassNameValue | {
1028
+ item?: tailwind_merge0.ClassNameValue;
793
1029
  root?: tailwind_merge0.ClassNameValue;
1030
+ trigger?: tailwind_merge0.ClassNameValue;
794
1031
  input?: tailwind_merge0.ClassNameValue;
1032
+ value?: tailwind_merge0.ClassNameValue;
795
1033
  backdrop?: tailwind_merge0.ClassNameValue;
796
1034
  popup?: tailwind_merge0.ClassNameValue;
797
1035
  portal?: tailwind_merge0.ClassNameValue;
798
- trigger?: tailwind_merge0.ClassNameValue;
799
- value?: tailwind_merge0.ClassNameValue;
800
- item?: tailwind_merge0.ClassNameValue;
801
- chip?: tailwind_merge0.ClassNameValue;
802
1036
  icon?: tailwind_merge0.ClassNameValue;
803
1037
  clear?: tailwind_merge0.ClassNameValue;
804
- chips?: tailwind_merge0.ClassNameValue;
805
- chipRemove?: tailwind_merge0.ClassNameValue;
806
1038
  positioner?: tailwind_merge0.ClassNameValue;
807
1039
  arrow?: tailwind_merge0.ClassNameValue;
808
1040
  status?: tailwind_merge0.ClassNameValue;
809
1041
  empty?: tailwind_merge0.ClassNameValue;
810
1042
  list?: tailwind_merge0.ClassNameValue;
811
1043
  row?: tailwind_merge0.ClassNameValue;
812
- itemIndicator?: tailwind_merge0.ClassNameValue;
813
1044
  separator?: tailwind_merge0.ClassNameValue;
814
1045
  group?: tailwind_merge0.ClassNameValue;
815
1046
  groupLabel?: tailwind_merge0.ClassNameValue;
1047
+ chip?: tailwind_merge0.ClassNameValue;
1048
+ chips?: tailwind_merge0.ClassNameValue;
1049
+ chipRemove?: tailwind_merge0.ClassNameValue;
1050
+ itemIndicator?: tailwind_merge0.ClassNameValue;
816
1051
  };
817
1052
  };
818
1053
  } | {
819
1054
  [x: string]: {
820
1055
  [x: string]: tailwind_merge0.ClassNameValue | {
1056
+ item?: tailwind_merge0.ClassNameValue;
821
1057
  root?: tailwind_merge0.ClassNameValue;
1058
+ trigger?: tailwind_merge0.ClassNameValue;
822
1059
  input?: tailwind_merge0.ClassNameValue;
1060
+ value?: tailwind_merge0.ClassNameValue;
823
1061
  backdrop?: tailwind_merge0.ClassNameValue;
824
1062
  popup?: tailwind_merge0.ClassNameValue;
825
1063
  portal?: tailwind_merge0.ClassNameValue;
826
- trigger?: tailwind_merge0.ClassNameValue;
827
- value?: tailwind_merge0.ClassNameValue;
828
- item?: tailwind_merge0.ClassNameValue;
829
- chip?: tailwind_merge0.ClassNameValue;
830
1064
  icon?: tailwind_merge0.ClassNameValue;
831
1065
  clear?: tailwind_merge0.ClassNameValue;
832
- chips?: tailwind_merge0.ClassNameValue;
833
- chipRemove?: tailwind_merge0.ClassNameValue;
834
1066
  positioner?: tailwind_merge0.ClassNameValue;
835
1067
  arrow?: tailwind_merge0.ClassNameValue;
836
1068
  status?: tailwind_merge0.ClassNameValue;
837
1069
  empty?: tailwind_merge0.ClassNameValue;
838
1070
  list?: tailwind_merge0.ClassNameValue;
839
1071
  row?: tailwind_merge0.ClassNameValue;
840
- itemIndicator?: tailwind_merge0.ClassNameValue;
841
1072
  separator?: tailwind_merge0.ClassNameValue;
842
1073
  group?: tailwind_merge0.ClassNameValue;
843
1074
  groupLabel?: tailwind_merge0.ClassNameValue;
1075
+ chip?: tailwind_merge0.ClassNameValue;
1076
+ chips?: tailwind_merge0.ClassNameValue;
1077
+ chipRemove?: tailwind_merge0.ClassNameValue;
1078
+ itemIndicator?: tailwind_merge0.ClassNameValue;
844
1079
  };
845
1080
  };
846
1081
  } | {}, {
@@ -870,29 +1105,29 @@ declare const comboboxVariants: tailwind_variants0.TVReturnType<{
870
1105
  }, undefined, {
871
1106
  [key: string]: {
872
1107
  [key: string]: tailwind_merge0.ClassNameValue | {
1108
+ item?: tailwind_merge0.ClassNameValue;
873
1109
  root?: tailwind_merge0.ClassNameValue;
1110
+ trigger?: tailwind_merge0.ClassNameValue;
874
1111
  input?: tailwind_merge0.ClassNameValue;
1112
+ value?: tailwind_merge0.ClassNameValue;
875
1113
  backdrop?: tailwind_merge0.ClassNameValue;
876
1114
  popup?: tailwind_merge0.ClassNameValue;
877
1115
  portal?: tailwind_merge0.ClassNameValue;
878
- trigger?: tailwind_merge0.ClassNameValue;
879
- value?: tailwind_merge0.ClassNameValue;
880
- item?: tailwind_merge0.ClassNameValue;
881
- chip?: tailwind_merge0.ClassNameValue;
882
1116
  icon?: tailwind_merge0.ClassNameValue;
883
1117
  clear?: tailwind_merge0.ClassNameValue;
884
- chips?: tailwind_merge0.ClassNameValue;
885
- chipRemove?: tailwind_merge0.ClassNameValue;
886
1118
  positioner?: tailwind_merge0.ClassNameValue;
887
1119
  arrow?: tailwind_merge0.ClassNameValue;
888
1120
  status?: tailwind_merge0.ClassNameValue;
889
1121
  empty?: tailwind_merge0.ClassNameValue;
890
1122
  list?: tailwind_merge0.ClassNameValue;
891
1123
  row?: tailwind_merge0.ClassNameValue;
892
- itemIndicator?: tailwind_merge0.ClassNameValue;
893
1124
  separator?: tailwind_merge0.ClassNameValue;
894
1125
  group?: tailwind_merge0.ClassNameValue;
895
1126
  groupLabel?: tailwind_merge0.ClassNameValue;
1127
+ chip?: tailwind_merge0.ClassNameValue;
1128
+ chips?: tailwind_merge0.ClassNameValue;
1129
+ chipRemove?: tailwind_merge0.ClassNameValue;
1130
+ itemIndicator?: tailwind_merge0.ClassNameValue;
896
1131
  };
897
1132
  };
898
1133
  } | {}, {
@@ -934,172 +1169,342 @@ declare const comboboxVariants: tailwind_variants0.TVReturnType<{
934
1169
  positioner: string;
935
1170
  popup: string;
936
1171
  arrow: string;
937
- status: string;
938
- empty: string;
939
- list: string;
940
- row: string;
1172
+ status: string;
1173
+ empty: string;
1174
+ list: string;
1175
+ row: string;
1176
+ item: string;
1177
+ itemIndicator: string;
1178
+ separator: string;
1179
+ group: string;
1180
+ groupLabel: string;
1181
+ }, undefined, unknown, unknown, undefined>>;
1182
+ type ComboboxVariants = VariantProps<typeof comboboxVariants>;
1183
+ //#endregion
1184
+ //#region src/components/combobox/combobox.d.ts
1185
+ interface ComboboxProps extends ComboboxVariants, Combobox.Root.Props<unknown> {}
1186
+ interface ComboboxInputProps extends Combobox.Input.Props {}
1187
+ interface ComboboxTriggerProps extends Combobox.Trigger.Props {}
1188
+ interface ComboboxValueProps extends React.HTMLAttributes<HTMLDivElement> {}
1189
+ interface ComboboxClearProps extends Combobox.Clear.Props {}
1190
+ interface ComboboxChipsProps extends Combobox.Chips.Props {}
1191
+ interface ComboboxChipProps extends Combobox.Chip.Props {}
1192
+ interface ComboboxChipRemoveProps extends Combobox.ChipRemove.Props {}
1193
+ interface ComboboxPortalProps extends Combobox.Portal.Props {}
1194
+ interface ComboboxBackdropProps extends Combobox.Backdrop.Props {}
1195
+ interface ComboboxPositionerProps extends Combobox.Positioner.Props {}
1196
+ interface ComboboxPopupProps extends Combobox.Popup.Props {}
1197
+ interface ComboboxArrowProps extends Combobox.Arrow.Props {}
1198
+ interface ComboboxStatusProps extends Combobox.Status.Props {}
1199
+ interface ComboboxEmptyProps extends Combobox.Empty.Props {}
1200
+ interface ComboboxListProps extends Combobox.List.Props {}
1201
+ interface ComboboxRowProps extends Combobox.Row.Props {}
1202
+ interface ComboboxItemIndicatorProps extends Combobox.ItemIndicator.Props {}
1203
+ interface ComboboxItemProps extends Combobox.Item.Props {}
1204
+ interface ComboboxSeparatorProps extends Combobox.Separator.Props {}
1205
+ interface ComboboxGroupProps extends Combobox.Group.Props {}
1206
+ interface ComboboxGroupLabelProps extends Combobox.GroupLabel.Props {}
1207
+ declare const _default$8: (({
1208
+ ...props
1209
+ }: ComboboxProps) => react_jsx_runtime0.JSX.Element) & {
1210
+ Arrow: ({
1211
+ className,
1212
+ ...props
1213
+ }: ComboboxArrowProps) => react_jsx_runtime0.JSX.Element;
1214
+ Backdrop: ({
1215
+ className,
1216
+ ...props
1217
+ }: ComboboxBackdropProps) => react_jsx_runtime0.JSX.Element;
1218
+ Chip: ({
1219
+ className,
1220
+ children,
1221
+ ...props
1222
+ }: ComboboxChipProps) => react_jsx_runtime0.JSX.Element;
1223
+ ChipRemove: ({
1224
+ className,
1225
+ ...props
1226
+ }: ComboboxChipRemoveProps) => react_jsx_runtime0.JSX.Element;
1227
+ Chips: ({
1228
+ className,
1229
+ ...props
1230
+ }: ComboboxChipsProps) => react_jsx_runtime0.JSX.Element;
1231
+ Clear: ({
1232
+ className,
1233
+ ...props
1234
+ }: ComboboxClearProps) => react_jsx_runtime0.JSX.Element;
1235
+ Empty: ({
1236
+ className,
1237
+ ...props
1238
+ }: ComboboxEmptyProps) => react_jsx_runtime0.JSX.Element;
1239
+ Group: ({
1240
+ className,
1241
+ ...props
1242
+ }: ComboboxGroupProps) => react_jsx_runtime0.JSX.Element;
1243
+ GroupLabel: ({
1244
+ className,
1245
+ ...props
1246
+ }: ComboboxGroupLabelProps) => react_jsx_runtime0.JSX.Element;
1247
+ Input: ({
1248
+ className,
1249
+ ...props
1250
+ }: ComboboxInputProps) => react_jsx_runtime0.JSX.Element;
1251
+ Item: ({
1252
+ className,
1253
+ children,
1254
+ ...props
1255
+ }: ComboboxItemProps) => react_jsx_runtime0.JSX.Element;
1256
+ ItemIndicator: ({
1257
+ className,
1258
+ children,
1259
+ ...props
1260
+ }: ComboboxItemIndicatorProps) => react_jsx_runtime0.JSX.Element;
1261
+ List: ({
1262
+ className,
1263
+ ...props
1264
+ }: ComboboxListProps) => react_jsx_runtime0.JSX.Element;
1265
+ Popup: ({
1266
+ className,
1267
+ ...props
1268
+ }: ComboboxPopupProps) => react_jsx_runtime0.JSX.Element;
1269
+ Portal: ({
1270
+ ...props
1271
+ }: ComboboxPortalProps) => react_jsx_runtime0.JSX.Element;
1272
+ Positioner: ({
1273
+ className,
1274
+ ...props
1275
+ }: ComboboxPositionerProps) => react_jsx_runtime0.JSX.Element;
1276
+ Root: ({
1277
+ ...props
1278
+ }: ComboboxProps) => react_jsx_runtime0.JSX.Element;
1279
+ Row: ({
1280
+ className,
1281
+ ...props
1282
+ }: ComboboxRowProps) => react_jsx_runtime0.JSX.Element;
1283
+ Separator: ({
1284
+ className,
1285
+ ...props
1286
+ }: ComboboxSeparatorProps) => react_jsx_runtime0.JSX.Element;
1287
+ Status: ({
1288
+ className,
1289
+ ...props
1290
+ }: ComboboxStatusProps) => react_jsx_runtime0.JSX.Element;
1291
+ Trigger: ({
1292
+ className,
1293
+ children,
1294
+ ...props
1295
+ }: ComboboxTriggerProps) => react_jsx_runtime0.JSX.Element;
1296
+ Value: ({
1297
+ ...props
1298
+ }: ComboboxValueProps) => react_jsx_runtime0.JSX.Element;
1299
+ };
1300
+ //#endregion
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>>;
1303
+ type ContainerVariants = VariantProps<typeof containerVariants>;
1304
+ //#endregion
1305
+ //#region src/components/container/container.d.ts
1306
+ interface ContainerProps extends ContainerVariants, React.ComponentProps<"div"> {}
1307
+ declare const Container: ({
1308
+ className,
1309
+ ...props
1310
+ }: ContainerProps) => react_jsx_runtime0.JSX.Element;
1311
+ //#endregion
1312
+ //#region src/components/context-menu/context-menu.variants.d.ts
1313
+ declare const contextMenuVariants: tailwind_variants0.TVReturnType<{
1314
+ [key: string]: {
1315
+ [key: string]: tailwind_merge0.ClassNameValue | {
1316
+ item?: tailwind_merge0.ClassNameValue;
1317
+ root?: tailwind_merge0.ClassNameValue;
1318
+ trigger?: tailwind_merge0.ClassNameValue;
1319
+ backdrop?: tailwind_merge0.ClassNameValue;
1320
+ popup?: tailwind_merge0.ClassNameValue;
1321
+ portal?: tailwind_merge0.ClassNameValue;
1322
+ positioner?: tailwind_merge0.ClassNameValue;
1323
+ arrow?: tailwind_merge0.ClassNameValue;
1324
+ separator?: tailwind_merge0.ClassNameValue;
1325
+ group?: tailwind_merge0.ClassNameValue;
1326
+ groupLabel?: tailwind_merge0.ClassNameValue;
1327
+ submenu?: tailwind_merge0.ClassNameValue;
1328
+ submenuTrigger?: tailwind_merge0.ClassNameValue;
1329
+ };
1330
+ };
1331
+ } | {
1332
+ [x: string]: {
1333
+ [x: string]: tailwind_merge0.ClassNameValue | {
1334
+ item?: tailwind_merge0.ClassNameValue;
1335
+ root?: tailwind_merge0.ClassNameValue;
1336
+ trigger?: tailwind_merge0.ClassNameValue;
1337
+ backdrop?: tailwind_merge0.ClassNameValue;
1338
+ popup?: tailwind_merge0.ClassNameValue;
1339
+ portal?: tailwind_merge0.ClassNameValue;
1340
+ positioner?: tailwind_merge0.ClassNameValue;
1341
+ arrow?: tailwind_merge0.ClassNameValue;
1342
+ separator?: tailwind_merge0.ClassNameValue;
1343
+ group?: tailwind_merge0.ClassNameValue;
1344
+ groupLabel?: tailwind_merge0.ClassNameValue;
1345
+ submenu?: tailwind_merge0.ClassNameValue;
1346
+ submenuTrigger?: tailwind_merge0.ClassNameValue;
1347
+ };
1348
+ };
1349
+ } | {}, {
1350
+ root: string;
1351
+ trigger: string;
1352
+ portal: string;
1353
+ backdrop: string;
1354
+ positioner: string;
1355
+ popup: string;
1356
+ arrow: string;
1357
+ item: string;
1358
+ separator: string;
1359
+ group: string;
1360
+ groupLabel: string;
1361
+ submenu: string;
1362
+ submenuTrigger: string;
1363
+ }, undefined, {
1364
+ [key: string]: {
1365
+ [key: string]: tailwind_merge0.ClassNameValue | {
1366
+ item?: tailwind_merge0.ClassNameValue;
1367
+ root?: tailwind_merge0.ClassNameValue;
1368
+ trigger?: tailwind_merge0.ClassNameValue;
1369
+ backdrop?: tailwind_merge0.ClassNameValue;
1370
+ popup?: tailwind_merge0.ClassNameValue;
1371
+ portal?: tailwind_merge0.ClassNameValue;
1372
+ positioner?: tailwind_merge0.ClassNameValue;
1373
+ arrow?: tailwind_merge0.ClassNameValue;
1374
+ separator?: tailwind_merge0.ClassNameValue;
1375
+ group?: tailwind_merge0.ClassNameValue;
1376
+ groupLabel?: tailwind_merge0.ClassNameValue;
1377
+ submenu?: tailwind_merge0.ClassNameValue;
1378
+ submenuTrigger?: tailwind_merge0.ClassNameValue;
1379
+ };
1380
+ };
1381
+ } | {}, {
1382
+ root: string;
1383
+ trigger: string;
1384
+ portal: string;
1385
+ backdrop: string;
1386
+ positioner: string;
1387
+ popup: string;
1388
+ arrow: string;
1389
+ item: string;
1390
+ separator: string;
1391
+ group: string;
1392
+ groupLabel: string;
1393
+ submenu: string;
1394
+ submenuTrigger: string;
1395
+ }, tailwind_variants0.TVReturnType<unknown, {
1396
+ root: string;
1397
+ trigger: string;
1398
+ portal: string;
1399
+ backdrop: string;
1400
+ positioner: string;
1401
+ popup: string;
1402
+ arrow: string;
941
1403
  item: string;
942
- itemIndicator: string;
943
1404
  separator: string;
944
1405
  group: string;
945
1406
  groupLabel: string;
1407
+ submenu: string;
1408
+ submenuTrigger: string;
946
1409
  }, undefined, unknown, unknown, undefined>>;
947
- type ComboboxVariants = VariantProps<typeof comboboxVariants>;
1410
+ type ContextMenuVariants = VariantProps<typeof contextMenuVariants>;
948
1411
  //#endregion
949
- //#region src/components/combobox/combobox.d.ts
950
- interface ComboboxProps extends ComboboxVariants, Combobox.Root.Props<unknown> {}
951
- interface ComboboxInputProps extends Combobox.Input.Props {}
952
- interface ComboboxTriggerProps extends Combobox.Trigger.Props {}
953
- interface ComboboxValueProps extends React.HTMLAttributes<HTMLDivElement> {}
954
- interface ComboboxClearProps extends Combobox.Clear.Props {}
955
- interface ComboboxChipsProps extends Combobox.Chips.Props {}
956
- interface ComboboxChipProps extends Combobox.Chip.Props {}
957
- interface ComboboxChipRemoveProps extends Combobox.ChipRemove.Props {}
958
- interface ComboboxPortalProps extends Combobox.Portal.Props {}
959
- interface ComboboxBackdropProps extends Combobox.Backdrop.Props {}
960
- interface ComboboxPositionerProps extends Combobox.Positioner.Props {}
961
- interface ComboboxPopupProps extends Combobox.Popup.Props {}
962
- interface ComboboxArrowProps extends Combobox.Arrow.Props {}
963
- interface ComboboxStatusProps extends Combobox.Status.Props {}
964
- interface ComboboxEmptyProps extends Combobox.Empty.Props {}
965
- interface ComboboxListProps extends Combobox.List.Props {}
966
- interface ComboboxRowProps extends Combobox.Row.Props {}
967
- interface ComboboxItemIndicatorProps extends Combobox.ItemIndicator.Props {}
968
- interface ComboboxItemProps extends Combobox.Item.Props {}
969
- interface ComboboxSeparatorProps extends Combobox.Separator.Props {}
970
- interface ComboboxGroupProps extends Combobox.Group.Props {}
971
- interface ComboboxGroupLabelProps extends Combobox.GroupLabel.Props {}
972
- declare const _default$7: (({
1412
+ //#region src/components/context-menu/context-menu.d.ts
1413
+ interface ContextMenuProps extends ContextMenuVariants, ContextMenu.Root.Props {}
1414
+ interface ContextMenuTriggerProps extends ContextMenu.Trigger.Props {}
1415
+ interface ContextMenuPortalProps extends ContextMenu.Portal.Props {}
1416
+ interface ContextMenuBackdropProps extends ContextMenu.Backdrop.Props {}
1417
+ interface ContextMenuPositionerProps extends ContextMenu.Positioner.Props {}
1418
+ interface ContextMenuPopupProps extends ContextMenu.Popup.Props {}
1419
+ interface ContextMenuArrowProps extends ContextMenu.Arrow.Props {}
1420
+ interface ContextMenuItemProps extends ContextMenu.Item.Props {}
1421
+ interface ContextMenuSeparatorProps extends ContextMenu.Separator.Props {}
1422
+ interface ContextMenuGroupProps extends ContextMenu.Group.Props {}
1423
+ interface ContextMenuGroupLabelProps extends ContextMenu.GroupLabel.Props {}
1424
+ interface ContextMenuSubmenuProps extends ContextMenu.SubmenuRoot.Props {}
1425
+ interface ContextMenuSubmenuTriggerProps extends ContextMenu.SubmenuTrigger.Props {}
1426
+ declare const _default$9: (({
973
1427
  ...props
974
- }: ComboboxProps) => react_jsx_runtime0.JSX.Element) & {
1428
+ }: ContextMenuProps) => react_jsx_runtime0.JSX.Element) & {
975
1429
  Arrow: ({
976
1430
  className,
977
1431
  ...props
978
- }: ComboboxArrowProps) => react_jsx_runtime0.JSX.Element;
1432
+ }: ContextMenuArrowProps) => react_jsx_runtime0.JSX.Element;
979
1433
  Backdrop: ({
980
1434
  className,
981
1435
  ...props
982
- }: ComboboxBackdropProps) => react_jsx_runtime0.JSX.Element;
983
- Chip: ({
984
- className,
985
- children,
986
- ...props
987
- }: ComboboxChipProps) => react_jsx_runtime0.JSX.Element;
988
- ChipRemove: ({
989
- className,
990
- ...props
991
- }: ComboboxChipRemoveProps) => react_jsx_runtime0.JSX.Element;
992
- Chips: ({
993
- className,
994
- ...props
995
- }: ComboboxChipsProps) => react_jsx_runtime0.JSX.Element;
996
- Clear: ({
997
- className,
998
- ...props
999
- }: ComboboxClearProps) => react_jsx_runtime0.JSX.Element;
1000
- Empty: ({
1001
- className,
1002
- ...props
1003
- }: ComboboxEmptyProps) => react_jsx_runtime0.JSX.Element;
1436
+ }: ContextMenuBackdropProps) => react_jsx_runtime0.JSX.Element;
1004
1437
  Group: ({
1005
1438
  className,
1006
1439
  ...props
1007
- }: ComboboxGroupProps) => react_jsx_runtime0.JSX.Element;
1440
+ }: ContextMenuGroupProps) => react_jsx_runtime0.JSX.Element;
1008
1441
  GroupLabel: ({
1009
1442
  className,
1010
1443
  ...props
1011
- }: ComboboxGroupLabelProps) => react_jsx_runtime0.JSX.Element;
1012
- Input: ({
1013
- className,
1014
- ...props
1015
- }: ComboboxInputProps) => react_jsx_runtime0.JSX.Element;
1444
+ }: ContextMenuGroupLabelProps) => react_jsx_runtime0.JSX.Element;
1016
1445
  Item: ({
1017
- className,
1018
- children,
1019
- ...props
1020
- }: ComboboxItemProps) => react_jsx_runtime0.JSX.Element;
1021
- ItemIndicator: ({
1022
- className,
1023
- children,
1024
- ...props
1025
- }: ComboboxItemIndicatorProps) => react_jsx_runtime0.JSX.Element;
1026
- List: ({
1027
1446
  className,
1028
1447
  ...props
1029
- }: ComboboxListProps) => react_jsx_runtime0.JSX.Element;
1448
+ }: ContextMenuItemProps) => react_jsx_runtime0.JSX.Element;
1030
1449
  Popup: ({
1031
1450
  className,
1032
1451
  ...props
1033
- }: ComboboxPopupProps) => react_jsx_runtime0.JSX.Element;
1452
+ }: ContextMenuPopupProps) => react_jsx_runtime0.JSX.Element;
1034
1453
  Portal: ({
1454
+ className,
1035
1455
  ...props
1036
- }: ComboboxPortalProps) => react_jsx_runtime0.JSX.Element;
1456
+ }: ContextMenuPortalProps) => react_jsx_runtime0.JSX.Element;
1037
1457
  Positioner: ({
1038
1458
  className,
1039
1459
  ...props
1040
- }: ComboboxPositionerProps) => react_jsx_runtime0.JSX.Element;
1460
+ }: ContextMenuPositionerProps) => react_jsx_runtime0.JSX.Element;
1041
1461
  Root: ({
1042
1462
  ...props
1043
- }: ComboboxProps) => react_jsx_runtime0.JSX.Element;
1044
- Row: ({
1045
- className,
1046
- ...props
1047
- }: ComboboxRowProps) => react_jsx_runtime0.JSX.Element;
1463
+ }: ContextMenuProps) => react_jsx_runtime0.JSX.Element;
1048
1464
  Separator: ({
1049
1465
  className,
1050
1466
  ...props
1051
- }: ComboboxSeparatorProps) => react_jsx_runtime0.JSX.Element;
1052
- Status: ({
1053
- className,
1467
+ }: ContextMenuSeparatorProps) => react_jsx_runtime0.JSX.Element;
1468
+ SubmenuRoot: ({
1054
1469
  ...props
1055
- }: ComboboxStatusProps) => react_jsx_runtime0.JSX.Element;
1056
- Trigger: ({
1470
+ }: ContextMenuSubmenuProps) => react_jsx_runtime0.JSX.Element;
1471
+ SubmenuTrigger: ({
1057
1472
  className,
1058
1473
  children,
1059
1474
  ...props
1060
- }: ComboboxTriggerProps) => react_jsx_runtime0.JSX.Element;
1061
- Value: ({
1475
+ }: ContextMenuSubmenuTriggerProps) => react_jsx_runtime0.JSX.Element;
1476
+ Trigger: ({
1477
+ className,
1062
1478
  ...props
1063
- }: ComboboxValueProps) => react_jsx_runtime0.JSX.Element;
1479
+ }: ContextMenuTriggerProps) => react_jsx_runtime0.JSX.Element;
1064
1480
  };
1065
1481
  //#endregion
1066
- //#region src/components/container/container.variants.d.ts
1067
- declare const containerVariants: tailwind_variants0.TVReturnType<{} | {} | {}, undefined, "container", {} | {}, undefined, tailwind_variants0.TVReturnType<unknown, undefined, "container", unknown, unknown, undefined>>;
1068
- type ContainerVariants = VariantProps<typeof containerVariants>;
1069
- //#endregion
1070
- //#region src/components/container/container.d.ts
1071
- interface ContainerProps extends ContainerVariants, React.ComponentProps<"div"> {}
1072
- declare const Container: ({
1073
- className,
1074
- ...props
1075
- }: ContainerProps) => react_jsx_runtime0.JSX.Element;
1076
- //#endregion
1077
1482
  //#region src/components/dialog/dialog.variants.d.ts
1078
1483
  declare const dialogVariants: tailwind_variants0.TVReturnType<{
1079
1484
  [key: string]: {
1080
1485
  [key: string]: tailwind_merge0.ClassNameValue | {
1081
- description?: tailwind_merge0.ClassNameValue;
1082
1486
  root?: tailwind_merge0.ClassNameValue;
1487
+ trigger?: tailwind_merge0.ClassNameValue;
1083
1488
  title?: tailwind_merge0.ClassNameValue;
1489
+ description?: tailwind_merge0.ClassNameValue;
1084
1490
  backdrop?: tailwind_merge0.ClassNameValue;
1085
1491
  close?: tailwind_merge0.ClassNameValue;
1086
1492
  popup?: tailwind_merge0.ClassNameValue;
1087
1493
  portal?: tailwind_merge0.ClassNameValue;
1088
- trigger?: tailwind_merge0.ClassNameValue;
1089
1494
  viewport?: tailwind_merge0.ClassNameValue;
1090
1495
  };
1091
1496
  };
1092
1497
  } | {
1093
1498
  [x: string]: {
1094
1499
  [x: string]: tailwind_merge0.ClassNameValue | {
1095
- description?: tailwind_merge0.ClassNameValue;
1096
1500
  root?: tailwind_merge0.ClassNameValue;
1501
+ trigger?: tailwind_merge0.ClassNameValue;
1097
1502
  title?: tailwind_merge0.ClassNameValue;
1503
+ description?: tailwind_merge0.ClassNameValue;
1098
1504
  backdrop?: tailwind_merge0.ClassNameValue;
1099
1505
  close?: tailwind_merge0.ClassNameValue;
1100
1506
  popup?: tailwind_merge0.ClassNameValue;
1101
1507
  portal?: tailwind_merge0.ClassNameValue;
1102
- trigger?: tailwind_merge0.ClassNameValue;
1103
1508
  viewport?: tailwind_merge0.ClassNameValue;
1104
1509
  };
1105
1510
  };
@@ -1116,14 +1521,14 @@ declare const dialogVariants: tailwind_variants0.TVReturnType<{
1116
1521
  }, undefined, {
1117
1522
  [key: string]: {
1118
1523
  [key: string]: tailwind_merge0.ClassNameValue | {
1119
- description?: tailwind_merge0.ClassNameValue;
1120
1524
  root?: tailwind_merge0.ClassNameValue;
1525
+ trigger?: tailwind_merge0.ClassNameValue;
1121
1526
  title?: tailwind_merge0.ClassNameValue;
1527
+ description?: tailwind_merge0.ClassNameValue;
1122
1528
  backdrop?: tailwind_merge0.ClassNameValue;
1123
1529
  close?: tailwind_merge0.ClassNameValue;
1124
1530
  popup?: tailwind_merge0.ClassNameValue;
1125
1531
  portal?: tailwind_merge0.ClassNameValue;
1126
- trigger?: tailwind_merge0.ClassNameValue;
1127
1532
  viewport?: tailwind_merge0.ClassNameValue;
1128
1533
  };
1129
1534
  };
@@ -1160,7 +1565,7 @@ interface DialogPopupProps extends Dialog.Popup.Props {}
1160
1565
  interface DialogTitleProps extends Dialog.Title.Props {}
1161
1566
  interface DialogDescriptionProps extends Dialog.Description.Props {}
1162
1567
  interface DialogCloseProps extends Dialog.Close.Props {}
1163
- declare const _default$8: (({
1568
+ declare const _default$10: (({
1164
1569
  ...props
1165
1570
  }: DialogProps) => react_jsx_runtime0.JSX.Element) & {
1166
1571
  Backdrop: ({
@@ -1289,7 +1694,7 @@ interface DrawerPopupProps extends Dialog.Popup.Props {}
1289
1694
  interface DrawerTitleProps extends Dialog.Title.Props {}
1290
1695
  interface DrawerDescriptionProps extends Dialog.Description.Props {}
1291
1696
  interface DrawerCloseProps extends Dialog.Close.Props {}
1292
- declare const _default$9: (({
1697
+ declare const _default$11: (({
1293
1698
  position,
1294
1699
  ...props
1295
1700
  }: DrawerProps) => react_jsx_runtime0.JSX.Element) & {
@@ -1336,9 +1741,9 @@ declare const _default$9: (({
1336
1741
  declare const fieldVariants: tailwind_variants0.TVReturnType<{
1337
1742
  [key: string]: {
1338
1743
  [key: string]: tailwind_merge0.ClassNameValue | {
1339
- description?: tailwind_merge0.ClassNameValue;
1340
1744
  root?: tailwind_merge0.ClassNameValue;
1341
1745
  label?: tailwind_merge0.ClassNameValue;
1746
+ description?: tailwind_merge0.ClassNameValue;
1342
1747
  control?: tailwind_merge0.ClassNameValue;
1343
1748
  error?: tailwind_merge0.ClassNameValue;
1344
1749
  };
@@ -1346,9 +1751,9 @@ declare const fieldVariants: tailwind_variants0.TVReturnType<{
1346
1751
  } | {
1347
1752
  [x: string]: {
1348
1753
  [x: string]: tailwind_merge0.ClassNameValue | {
1349
- description?: tailwind_merge0.ClassNameValue;
1350
1754
  root?: tailwind_merge0.ClassNameValue;
1351
1755
  label?: tailwind_merge0.ClassNameValue;
1756
+ description?: tailwind_merge0.ClassNameValue;
1352
1757
  control?: tailwind_merge0.ClassNameValue;
1353
1758
  error?: tailwind_merge0.ClassNameValue;
1354
1759
  };
@@ -1362,9 +1767,9 @@ declare const fieldVariants: tailwind_variants0.TVReturnType<{
1362
1767
  }, undefined, {
1363
1768
  [key: string]: {
1364
1769
  [key: string]: tailwind_merge0.ClassNameValue | {
1365
- description?: tailwind_merge0.ClassNameValue;
1366
1770
  root?: tailwind_merge0.ClassNameValue;
1367
1771
  label?: tailwind_merge0.ClassNameValue;
1772
+ description?: tailwind_merge0.ClassNameValue;
1368
1773
  control?: tailwind_merge0.ClassNameValue;
1369
1774
  error?: tailwind_merge0.ClassNameValue;
1370
1775
  };
@@ -1392,7 +1797,7 @@ interface FieldLabelProps extends Field.Label.Props {}
1392
1797
  interface FieldControlProps extends Field.Control.Props {}
1393
1798
  interface FieldDescriptionProps extends Field.Description.Props {}
1394
1799
  interface FieldErrorProps extends Field.Error.Props {}
1395
- declare const _default$10: (({
1800
+ declare const _default$12: (({
1396
1801
  className,
1397
1802
  required,
1398
1803
  ...props
@@ -1457,7 +1862,7 @@ type FieldsetVariants = VariantProps<typeof fieldsetVariants>;
1457
1862
  //#region src/components/fieldset/fieldset.d.ts
1458
1863
  interface FieldsetProps extends FieldsetVariants, Fieldset.Root.Props {}
1459
1864
  interface FieldsetLegendProps extends Fieldset.Legend.Props {}
1460
- declare const _default$11: (({
1865
+ declare const _default$13: (({
1461
1866
  className,
1462
1867
  ...props
1463
1868
  }: FieldsetProps) => react_jsx_runtime0.JSX.Element) & {
@@ -1647,15 +2052,15 @@ declare const Link: ({
1647
2052
  declare const listVariants: tailwind_variants0.TVReturnType<{
1648
2053
  [key: string]: {
1649
2054
  [key: string]: tailwind_merge0.ClassNameValue | {
1650
- root?: tailwind_merge0.ClassNameValue;
1651
2055
  item?: tailwind_merge0.ClassNameValue;
2056
+ root?: tailwind_merge0.ClassNameValue;
1652
2057
  };
1653
2058
  };
1654
2059
  } | {
1655
2060
  [x: string]: {
1656
2061
  [x: string]: tailwind_merge0.ClassNameValue | {
1657
- root?: tailwind_merge0.ClassNameValue;
1658
2062
  item?: tailwind_merge0.ClassNameValue;
2063
+ root?: tailwind_merge0.ClassNameValue;
1659
2064
  };
1660
2065
  };
1661
2066
  } | {}, {
@@ -1664,8 +2069,8 @@ declare const listVariants: tailwind_variants0.TVReturnType<{
1664
2069
  }, undefined, {
1665
2070
  [key: string]: {
1666
2071
  [key: string]: tailwind_merge0.ClassNameValue | {
1667
- root?: tailwind_merge0.ClassNameValue;
1668
2072
  item?: tailwind_merge0.ClassNameValue;
2073
+ root?: tailwind_merge0.ClassNameValue;
1669
2074
  };
1670
2075
  };
1671
2076
  } | {}, {
@@ -1680,7 +2085,7 @@ type ListVariants = VariantProps<typeof listVariants>;
1680
2085
  //#region src/components/list/list.d.ts
1681
2086
  interface ListProps extends ListVariants, React.ComponentProps<"ul"> {}
1682
2087
  interface ListItemProps extends React.ComponentProps<"li"> {}
1683
- declare const _default$12: (({
2088
+ declare const _default$14: (({
1684
2089
  className,
1685
2090
  ...props
1686
2091
  }: ListProps) => react_jsx_runtime0.JSX.Element) & {
@@ -1698,43 +2103,43 @@ declare const _default$12: (({
1698
2103
  declare const menuVariants: tailwind_variants0.TVReturnType<{
1699
2104
  [key: string]: {
1700
2105
  [key: string]: tailwind_merge0.ClassNameValue | {
2106
+ item?: tailwind_merge0.ClassNameValue;
1701
2107
  root?: tailwind_merge0.ClassNameValue;
2108
+ trigger?: tailwind_merge0.ClassNameValue;
1702
2109
  radioGroup?: tailwind_merge0.ClassNameValue;
1703
2110
  backdrop?: tailwind_merge0.ClassNameValue;
1704
2111
  popup?: tailwind_merge0.ClassNameValue;
1705
2112
  portal?: tailwind_merge0.ClassNameValue;
1706
- trigger?: tailwind_merge0.ClassNameValue;
1707
- item?: tailwind_merge0.ClassNameValue;
1708
2113
  positioner?: tailwind_merge0.ClassNameValue;
1709
2114
  arrow?: tailwind_merge0.ClassNameValue;
1710
2115
  separator?: tailwind_merge0.ClassNameValue;
1711
2116
  group?: tailwind_merge0.ClassNameValue;
1712
2117
  groupLabel?: tailwind_merge0.ClassNameValue;
1713
- checkboxItem?: tailwind_merge0.ClassNameValue;
1714
- radioItem?: tailwind_merge0.ClassNameValue;
1715
2118
  submenu?: tailwind_merge0.ClassNameValue;
1716
2119
  submenuTrigger?: tailwind_merge0.ClassNameValue;
2120
+ checkboxItem?: tailwind_merge0.ClassNameValue;
2121
+ radioItem?: tailwind_merge0.ClassNameValue;
1717
2122
  };
1718
2123
  };
1719
2124
  } | {
1720
2125
  [x: string]: {
1721
2126
  [x: string]: tailwind_merge0.ClassNameValue | {
2127
+ item?: tailwind_merge0.ClassNameValue;
1722
2128
  root?: tailwind_merge0.ClassNameValue;
2129
+ trigger?: tailwind_merge0.ClassNameValue;
1723
2130
  radioGroup?: tailwind_merge0.ClassNameValue;
1724
2131
  backdrop?: tailwind_merge0.ClassNameValue;
1725
2132
  popup?: tailwind_merge0.ClassNameValue;
1726
2133
  portal?: tailwind_merge0.ClassNameValue;
1727
- trigger?: tailwind_merge0.ClassNameValue;
1728
- item?: tailwind_merge0.ClassNameValue;
1729
2134
  positioner?: tailwind_merge0.ClassNameValue;
1730
2135
  arrow?: tailwind_merge0.ClassNameValue;
1731
2136
  separator?: tailwind_merge0.ClassNameValue;
1732
2137
  group?: tailwind_merge0.ClassNameValue;
1733
2138
  groupLabel?: tailwind_merge0.ClassNameValue;
1734
- checkboxItem?: tailwind_merge0.ClassNameValue;
1735
- radioItem?: tailwind_merge0.ClassNameValue;
1736
2139
  submenu?: tailwind_merge0.ClassNameValue;
1737
2140
  submenuTrigger?: tailwind_merge0.ClassNameValue;
2141
+ checkboxItem?: tailwind_merge0.ClassNameValue;
2142
+ radioItem?: tailwind_merge0.ClassNameValue;
1738
2143
  };
1739
2144
  };
1740
2145
  } | {}, {
@@ -1757,22 +2162,22 @@ declare const menuVariants: tailwind_variants0.TVReturnType<{
1757
2162
  }, undefined, {
1758
2163
  [key: string]: {
1759
2164
  [key: string]: tailwind_merge0.ClassNameValue | {
2165
+ item?: tailwind_merge0.ClassNameValue;
1760
2166
  root?: tailwind_merge0.ClassNameValue;
2167
+ trigger?: tailwind_merge0.ClassNameValue;
1761
2168
  radioGroup?: tailwind_merge0.ClassNameValue;
1762
2169
  backdrop?: tailwind_merge0.ClassNameValue;
1763
2170
  popup?: tailwind_merge0.ClassNameValue;
1764
2171
  portal?: tailwind_merge0.ClassNameValue;
1765
- trigger?: tailwind_merge0.ClassNameValue;
1766
- item?: tailwind_merge0.ClassNameValue;
1767
2172
  positioner?: tailwind_merge0.ClassNameValue;
1768
2173
  arrow?: tailwind_merge0.ClassNameValue;
1769
2174
  separator?: tailwind_merge0.ClassNameValue;
1770
2175
  group?: tailwind_merge0.ClassNameValue;
1771
2176
  groupLabel?: tailwind_merge0.ClassNameValue;
1772
- checkboxItem?: tailwind_merge0.ClassNameValue;
1773
- radioItem?: tailwind_merge0.ClassNameValue;
1774
2177
  submenu?: tailwind_merge0.ClassNameValue;
1775
2178
  submenuTrigger?: tailwind_merge0.ClassNameValue;
2179
+ checkboxItem?: tailwind_merge0.ClassNameValue;
2180
+ radioItem?: tailwind_merge0.ClassNameValue;
1776
2181
  };
1777
2182
  };
1778
2183
  } | {}, {
@@ -1829,7 +2234,7 @@ interface MenuRadioItemProps extends MenuVariants, Menu.RadioItem.Props {}
1829
2234
  interface MenuCheckboxItemProps extends MenuVariants, Menu.CheckboxItem.Props {}
1830
2235
  interface MenuSubmenuProps extends MenuVariants, Menu.SubmenuRoot.Props {}
1831
2236
  interface MenuSubmenuTriggerProps extends MenuVariants, Menu.SubmenuTrigger.Props {}
1832
- declare const _default$13: (({
2237
+ declare const _default$15: (({
1833
2238
  ...props
1834
2239
  }: MenuProps) => react_jsx_runtime0.JSX.Element) & {
1835
2240
  Arrow: ({
@@ -2003,7 +2408,7 @@ interface MeterLabelProps extends Meter.Label.Props {}
2003
2408
  interface MeterValueProps extends Meter.Value.Props {}
2004
2409
  interface MeterTrackProps extends Meter.Track.Props {}
2005
2410
  interface MeterIndicatorProps extends Meter.Indicator.Props {}
2006
- declare const _default$14: (({
2411
+ declare const _default$16: (({
2007
2412
  className,
2008
2413
  size,
2009
2414
  variant,
@@ -2117,7 +2522,7 @@ interface NavbarMenuProps extends React.ComponentProps<"ul"> {
2117
2522
  header: React.ReactNode;
2118
2523
  }
2119
2524
  interface NavbarMenuItemProps extends React.ComponentProps<"li"> {}
2120
- declare const _default$15: (({
2525
+ declare const _default$17: (({
2121
2526
  className,
2122
2527
  isOpen,
2123
2528
  onOpenChange,
@@ -2165,14 +2570,14 @@ declare const navigationMenuVariants: tailwind_variants0.TVReturnType<{
2165
2570
  [key: string]: {
2166
2571
  [key: string]: tailwind_merge0.ClassNameValue | {
2167
2572
  content?: tailwind_merge0.ClassNameValue;
2573
+ item?: tailwind_merge0.ClassNameValue;
2168
2574
  root?: tailwind_merge0.ClassNameValue;
2575
+ trigger?: tailwind_merge0.ClassNameValue;
2169
2576
  link?: tailwind_merge0.ClassNameValue;
2170
2577
  backdrop?: tailwind_merge0.ClassNameValue;
2171
2578
  popup?: tailwind_merge0.ClassNameValue;
2172
2579
  portal?: tailwind_merge0.ClassNameValue;
2173
- trigger?: tailwind_merge0.ClassNameValue;
2174
2580
  viewport?: tailwind_merge0.ClassNameValue;
2175
- item?: tailwind_merge0.ClassNameValue;
2176
2581
  icon?: tailwind_merge0.ClassNameValue;
2177
2582
  positioner?: tailwind_merge0.ClassNameValue;
2178
2583
  arrow?: tailwind_merge0.ClassNameValue;
@@ -2183,14 +2588,14 @@ declare const navigationMenuVariants: tailwind_variants0.TVReturnType<{
2183
2588
  [x: string]: {
2184
2589
  [x: string]: tailwind_merge0.ClassNameValue | {
2185
2590
  content?: tailwind_merge0.ClassNameValue;
2591
+ item?: tailwind_merge0.ClassNameValue;
2186
2592
  root?: tailwind_merge0.ClassNameValue;
2593
+ trigger?: tailwind_merge0.ClassNameValue;
2187
2594
  link?: tailwind_merge0.ClassNameValue;
2188
2595
  backdrop?: tailwind_merge0.ClassNameValue;
2189
2596
  popup?: tailwind_merge0.ClassNameValue;
2190
2597
  portal?: tailwind_merge0.ClassNameValue;
2191
- trigger?: tailwind_merge0.ClassNameValue;
2192
2598
  viewport?: tailwind_merge0.ClassNameValue;
2193
- item?: tailwind_merge0.ClassNameValue;
2194
2599
  icon?: tailwind_merge0.ClassNameValue;
2195
2600
  positioner?: tailwind_merge0.ClassNameValue;
2196
2601
  arrow?: tailwind_merge0.ClassNameValue;
@@ -2215,14 +2620,14 @@ declare const navigationMenuVariants: tailwind_variants0.TVReturnType<{
2215
2620
  [key: string]: {
2216
2621
  [key: string]: tailwind_merge0.ClassNameValue | {
2217
2622
  content?: tailwind_merge0.ClassNameValue;
2623
+ item?: tailwind_merge0.ClassNameValue;
2218
2624
  root?: tailwind_merge0.ClassNameValue;
2625
+ trigger?: tailwind_merge0.ClassNameValue;
2219
2626
  link?: tailwind_merge0.ClassNameValue;
2220
2627
  backdrop?: tailwind_merge0.ClassNameValue;
2221
2628
  popup?: tailwind_merge0.ClassNameValue;
2222
2629
  portal?: tailwind_merge0.ClassNameValue;
2223
- trigger?: tailwind_merge0.ClassNameValue;
2224
2630
  viewport?: tailwind_merge0.ClassNameValue;
2225
- item?: tailwind_merge0.ClassNameValue;
2226
2631
  icon?: tailwind_merge0.ClassNameValue;
2227
2632
  positioner?: tailwind_merge0.ClassNameValue;
2228
2633
  arrow?: tailwind_merge0.ClassNameValue;
@@ -2274,7 +2679,7 @@ interface NavigationMenuPositionerProps extends NavigationMenu.Positioner.Props
2274
2679
  interface NavigationMenuPopupProps extends NavigationMenu.Popup.Props {}
2275
2680
  interface NavigationMenuArrowProps extends NavigationMenu.Arrow.Props {}
2276
2681
  interface NavigationMenuViewportProps extends NavigationMenu.Viewport.Props {}
2277
- declare const _default$16: (({
2682
+ declare const _default$18: (({
2278
2683
  className,
2279
2684
  ...props
2280
2685
  }: NavigationMenuProps) => react_jsx_runtime0.JSX.Element) & {
@@ -2317,20 +2722,129 @@ declare const _default$16: (({
2317
2722
  Positioner: ({
2318
2723
  className,
2319
2724
  ...props
2320
- }: NavigationMenuPositionerProps) => react_jsx_runtime0.JSX.Element;
2725
+ }: NavigationMenuPositionerProps) => react_jsx_runtime0.JSX.Element;
2726
+ Root: ({
2727
+ className,
2728
+ ...props
2729
+ }: NavigationMenuProps) => react_jsx_runtime0.JSX.Element;
2730
+ Trigger: ({
2731
+ className,
2732
+ children,
2733
+ ...props
2734
+ }: NavigationMenuTriggerProps) => react_jsx_runtime0.JSX.Element;
2735
+ Viewport: ({
2736
+ className,
2737
+ ...props
2738
+ }: NavigationMenuViewportProps) => react_jsx_runtime0.JSX.Element;
2739
+ };
2740
+ //#endregion
2741
+ //#region src/components/number-field/number-field.variants.d.ts
2742
+ declare const numberFieldVariants: tailwind_variants0.TVReturnType<{
2743
+ [key: string]: {
2744
+ [key: string]: tailwind_merge0.ClassNameValue | {
2745
+ root?: tailwind_merge0.ClassNameValue;
2746
+ input?: tailwind_merge0.ClassNameValue;
2747
+ group?: tailwind_merge0.ClassNameValue;
2748
+ decrement?: tailwind_merge0.ClassNameValue;
2749
+ increment?: tailwind_merge0.ClassNameValue;
2750
+ scrubArea?: tailwind_merge0.ClassNameValue;
2751
+ scrubAreaCursor?: tailwind_merge0.ClassNameValue;
2752
+ };
2753
+ };
2754
+ } | {
2755
+ [x: string]: {
2756
+ [x: string]: tailwind_merge0.ClassNameValue | {
2757
+ root?: tailwind_merge0.ClassNameValue;
2758
+ input?: tailwind_merge0.ClassNameValue;
2759
+ group?: tailwind_merge0.ClassNameValue;
2760
+ decrement?: tailwind_merge0.ClassNameValue;
2761
+ increment?: tailwind_merge0.ClassNameValue;
2762
+ scrubArea?: tailwind_merge0.ClassNameValue;
2763
+ scrubAreaCursor?: tailwind_merge0.ClassNameValue;
2764
+ };
2765
+ };
2766
+ } | {}, {
2767
+ decrement: string;
2768
+ group: string;
2769
+ increment: string;
2770
+ input: string;
2771
+ root: string;
2772
+ scrubArea: string;
2773
+ scrubAreaCursor: string;
2774
+ }, undefined, {
2775
+ [key: string]: {
2776
+ [key: string]: tailwind_merge0.ClassNameValue | {
2777
+ root?: tailwind_merge0.ClassNameValue;
2778
+ input?: tailwind_merge0.ClassNameValue;
2779
+ group?: tailwind_merge0.ClassNameValue;
2780
+ decrement?: tailwind_merge0.ClassNameValue;
2781
+ increment?: tailwind_merge0.ClassNameValue;
2782
+ scrubArea?: tailwind_merge0.ClassNameValue;
2783
+ scrubAreaCursor?: tailwind_merge0.ClassNameValue;
2784
+ };
2785
+ };
2786
+ } | {}, {
2787
+ decrement: string;
2788
+ group: string;
2789
+ increment: string;
2790
+ input: string;
2791
+ root: string;
2792
+ scrubArea: string;
2793
+ scrubAreaCursor: string;
2794
+ }, tailwind_variants0.TVReturnType<unknown, {
2795
+ decrement: string;
2796
+ group: string;
2797
+ increment: string;
2798
+ input: string;
2799
+ root: string;
2800
+ scrubArea: string;
2801
+ scrubAreaCursor: string;
2802
+ }, undefined, unknown, unknown, undefined>>;
2803
+ type NumberFieldVariants = VariantProps<typeof numberFieldVariants>;
2804
+ //#endregion
2805
+ //#region src/components/number-field/number-field.d.ts
2806
+ interface NumberFieldProps extends NumberFieldVariants, NumberField.Root.Props {}
2807
+ interface NumberFieldScrubAreaProps extends NumberField.ScrubArea.Props {}
2808
+ interface NumberFieldGroupProps extends NumberField.Group.Props {}
2809
+ interface NumberFieldScrubAreaCursorProps extends NumberField.ScrubAreaCursor.Props {}
2810
+ interface NumberFieldDecrementProps extends NumberField.Decrement.Props {}
2811
+ interface NumberFieldInputProps extends NumberField.Input.Props {}
2812
+ interface NumberFieldIncrementProps extends NumberField.Increment.Props {}
2813
+ declare const _default$19: (({
2814
+ className,
2815
+ ...props
2816
+ }: NumberFieldProps) => react_jsx_runtime0.JSX.Element) & {
2817
+ Decrement: ({
2818
+ className,
2819
+ children,
2820
+ ...props
2821
+ }: NumberFieldDecrementProps) => react_jsx_runtime0.JSX.Element;
2822
+ Group: ({
2823
+ className,
2824
+ ...props
2825
+ }: NumberFieldGroupProps) => react_jsx_runtime0.JSX.Element;
2826
+ Increment: ({
2827
+ className,
2828
+ children,
2829
+ ...props
2830
+ }: NumberFieldIncrementProps) => react_jsx_runtime0.JSX.Element;
2831
+ Input: ({
2832
+ className,
2833
+ ...props
2834
+ }: NumberFieldInputProps) => react_jsx_runtime0.JSX.Element;
2321
2835
  Root: ({
2322
2836
  className,
2323
2837
  ...props
2324
- }: NavigationMenuProps) => react_jsx_runtime0.JSX.Element;
2325
- Trigger: ({
2838
+ }: NumberFieldProps) => react_jsx_runtime0.JSX.Element;
2839
+ ScrubArea: ({
2326
2840
  className,
2327
- children,
2328
2841
  ...props
2329
- }: NavigationMenuTriggerProps) => react_jsx_runtime0.JSX.Element;
2330
- Viewport: ({
2842
+ }: NumberFieldScrubAreaProps) => react_jsx_runtime0.JSX.Element;
2843
+ ScrubAreaCursor: ({
2331
2844
  className,
2845
+ children,
2332
2846
  ...props
2333
- }: NavigationMenuViewportProps) => react_jsx_runtime0.JSX.Element;
2847
+ }: NumberFieldScrubAreaCursorProps) => react_jsx_runtime0.JSX.Element;
2334
2848
  };
2335
2849
  //#endregion
2336
2850
  //#region src/components/popover/popover.variants.d.ts
@@ -2338,14 +2852,14 @@ declare const popoverVariants: tailwind_variants0.TVReturnType<{
2338
2852
  [key: string]: {
2339
2853
  [key: string]: tailwind_merge0.ClassNameValue | {
2340
2854
  content?: tailwind_merge0.ClassNameValue;
2341
- description?: tailwind_merge0.ClassNameValue;
2342
2855
  root?: tailwind_merge0.ClassNameValue;
2856
+ trigger?: tailwind_merge0.ClassNameValue;
2343
2857
  title?: tailwind_merge0.ClassNameValue;
2858
+ description?: tailwind_merge0.ClassNameValue;
2344
2859
  backdrop?: tailwind_merge0.ClassNameValue;
2345
2860
  close?: tailwind_merge0.ClassNameValue;
2346
2861
  popup?: tailwind_merge0.ClassNameValue;
2347
2862
  portal?: tailwind_merge0.ClassNameValue;
2348
- trigger?: tailwind_merge0.ClassNameValue;
2349
2863
  viewport?: tailwind_merge0.ClassNameValue;
2350
2864
  positioner?: tailwind_merge0.ClassNameValue;
2351
2865
  arrow?: tailwind_merge0.ClassNameValue;
@@ -2355,14 +2869,14 @@ declare const popoverVariants: tailwind_variants0.TVReturnType<{
2355
2869
  [x: string]: {
2356
2870
  [x: string]: tailwind_merge0.ClassNameValue | {
2357
2871
  content?: tailwind_merge0.ClassNameValue;
2358
- description?: tailwind_merge0.ClassNameValue;
2359
2872
  root?: tailwind_merge0.ClassNameValue;
2873
+ trigger?: tailwind_merge0.ClassNameValue;
2360
2874
  title?: tailwind_merge0.ClassNameValue;
2875
+ description?: tailwind_merge0.ClassNameValue;
2361
2876
  backdrop?: tailwind_merge0.ClassNameValue;
2362
2877
  close?: tailwind_merge0.ClassNameValue;
2363
2878
  popup?: tailwind_merge0.ClassNameValue;
2364
2879
  portal?: tailwind_merge0.ClassNameValue;
2365
- trigger?: tailwind_merge0.ClassNameValue;
2366
2880
  viewport?: tailwind_merge0.ClassNameValue;
2367
2881
  positioner?: tailwind_merge0.ClassNameValue;
2368
2882
  arrow?: tailwind_merge0.ClassNameValue;
@@ -2385,14 +2899,14 @@ declare const popoverVariants: tailwind_variants0.TVReturnType<{
2385
2899
  [key: string]: {
2386
2900
  [key: string]: tailwind_merge0.ClassNameValue | {
2387
2901
  content?: tailwind_merge0.ClassNameValue;
2388
- description?: tailwind_merge0.ClassNameValue;
2389
2902
  root?: tailwind_merge0.ClassNameValue;
2903
+ trigger?: tailwind_merge0.ClassNameValue;
2390
2904
  title?: tailwind_merge0.ClassNameValue;
2905
+ description?: tailwind_merge0.ClassNameValue;
2391
2906
  backdrop?: tailwind_merge0.ClassNameValue;
2392
2907
  close?: tailwind_merge0.ClassNameValue;
2393
2908
  popup?: tailwind_merge0.ClassNameValue;
2394
2909
  portal?: tailwind_merge0.ClassNameValue;
2395
- trigger?: tailwind_merge0.ClassNameValue;
2396
2910
  viewport?: tailwind_merge0.ClassNameValue;
2397
2911
  positioner?: tailwind_merge0.ClassNameValue;
2398
2912
  arrow?: tailwind_merge0.ClassNameValue;
@@ -2439,7 +2953,7 @@ interface PopoverViewportProps extends Popover.Viewport.Props {}
2439
2953
  interface PopoverTitleProps extends Popover.Title.Props {}
2440
2954
  interface PopoverDescriptionProps extends Popover.Description.Props {}
2441
2955
  interface PopoverCloseProps extends Popover.Close.Props {}
2442
- declare const _default$17: (({
2956
+ declare const _default$20: (({
2443
2957
  ...props
2444
2958
  }: PopoverProps) => react_jsx_runtime0.JSX.Element) & {
2445
2959
  Arrow: ({
@@ -2488,6 +3002,110 @@ declare const _default$17: (({
2488
3002
  }: PopoverViewportProps) => react_jsx_runtime0.JSX.Element;
2489
3003
  };
2490
3004
  //#endregion
3005
+ //#region src/components/preview-card/preview-card.variants.d.ts
3006
+ declare const previewCardVariants: tailwind_variants0.TVReturnType<{
3007
+ [key: string]: {
3008
+ [key: string]: tailwind_merge0.ClassNameValue | {
3009
+ root?: tailwind_merge0.ClassNameValue;
3010
+ trigger?: tailwind_merge0.ClassNameValue;
3011
+ backdrop?: tailwind_merge0.ClassNameValue;
3012
+ popup?: tailwind_merge0.ClassNameValue;
3013
+ portal?: tailwind_merge0.ClassNameValue;
3014
+ positioner?: tailwind_merge0.ClassNameValue;
3015
+ arrow?: tailwind_merge0.ClassNameValue;
3016
+ };
3017
+ };
3018
+ } | {
3019
+ [x: string]: {
3020
+ [x: string]: tailwind_merge0.ClassNameValue | {
3021
+ root?: tailwind_merge0.ClassNameValue;
3022
+ trigger?: tailwind_merge0.ClassNameValue;
3023
+ backdrop?: tailwind_merge0.ClassNameValue;
3024
+ popup?: tailwind_merge0.ClassNameValue;
3025
+ portal?: tailwind_merge0.ClassNameValue;
3026
+ positioner?: tailwind_merge0.ClassNameValue;
3027
+ arrow?: tailwind_merge0.ClassNameValue;
3028
+ };
3029
+ };
3030
+ } | {}, {
3031
+ root: string;
3032
+ trigger: string;
3033
+ portal: string;
3034
+ backdrop: string;
3035
+ positioner: string;
3036
+ popup: string;
3037
+ arrow: string;
3038
+ }, undefined, {
3039
+ [key: string]: {
3040
+ [key: string]: tailwind_merge0.ClassNameValue | {
3041
+ root?: tailwind_merge0.ClassNameValue;
3042
+ trigger?: tailwind_merge0.ClassNameValue;
3043
+ backdrop?: tailwind_merge0.ClassNameValue;
3044
+ popup?: tailwind_merge0.ClassNameValue;
3045
+ portal?: tailwind_merge0.ClassNameValue;
3046
+ positioner?: tailwind_merge0.ClassNameValue;
3047
+ arrow?: tailwind_merge0.ClassNameValue;
3048
+ };
3049
+ };
3050
+ } | {}, {
3051
+ root: string;
3052
+ trigger: string;
3053
+ portal: string;
3054
+ backdrop: string;
3055
+ positioner: string;
3056
+ popup: string;
3057
+ arrow: string;
3058
+ }, tailwind_variants0.TVReturnType<unknown, {
3059
+ root: string;
3060
+ trigger: string;
3061
+ portal: string;
3062
+ backdrop: string;
3063
+ positioner: string;
3064
+ popup: string;
3065
+ arrow: string;
3066
+ }, undefined, unknown, unknown, undefined>>;
3067
+ type PreviewCardVariants = VariantProps<typeof previewCardVariants>;
3068
+ //#endregion
3069
+ //#region src/components/preview-card/preview-card.d.ts
3070
+ interface PreviewCardProps extends PreviewCardVariants, PreviewCard.Root.Props {}
3071
+ interface PreviewCardTriggerProps extends PreviewCard.Trigger.Props {}
3072
+ interface PreviewCardPortalProps extends PreviewCard.Portal.Props {}
3073
+ interface PreviewCardBackdropProps extends PreviewCard.Backdrop.Props {}
3074
+ interface PreviewCardPositionerProps extends PreviewCard.Positioner.Props {}
3075
+ interface PreviewCardPopupProps extends PreviewCard.Popup.Props {}
3076
+ interface PreviewCardArrowProps extends PreviewCard.Arrow.Props {}
3077
+ declare const _default$21: (({
3078
+ ...props
3079
+ }: PreviewCardProps) => react_jsx_runtime0.JSX.Element) & {
3080
+ Arrow: ({
3081
+ className,
3082
+ ...props
3083
+ }: PreviewCardArrowProps) => react_jsx_runtime0.JSX.Element;
3084
+ Backdrop: ({
3085
+ className,
3086
+ ...props
3087
+ }: PreviewCardBackdropProps) => react_jsx_runtime0.JSX.Element;
3088
+ Popup: ({
3089
+ className,
3090
+ ...props
3091
+ }: PreviewCardPopupProps) => react_jsx_runtime0.JSX.Element;
3092
+ Portal: ({
3093
+ className,
3094
+ ...props
3095
+ }: PreviewCardPortalProps) => react_jsx_runtime0.JSX.Element;
3096
+ Positioner: ({
3097
+ className,
3098
+ ...props
3099
+ }: PreviewCardPositionerProps) => react_jsx_runtime0.JSX.Element;
3100
+ Root: ({
3101
+ ...props
3102
+ }: PreviewCardProps) => react_jsx_runtime0.JSX.Element;
3103
+ Trigger: ({
3104
+ className,
3105
+ ...props
3106
+ }: PreviewCardTriggerProps) => react_jsx_runtime0.JSX.Element;
3107
+ };
3108
+ //#endregion
2491
3109
  //#region src/components/progress/progress.variants.d.ts
2492
3110
  declare const progressVariants: tailwind_variants0.TVReturnType<{
2493
3111
  size: {
@@ -2594,7 +3212,7 @@ interface ProgressLabelProps extends Progress.Label.Props {}
2594
3212
  interface ProgressValueProps extends Progress.Value.Props {}
2595
3213
  interface ProgressTrackProps extends Progress.Track.Props {}
2596
3214
  interface ProgressIndicatorProps extends Progress.Indicator.Props {}
2597
- declare const _default$18: (({
3215
+ declare const _default$22: (({
2598
3216
  className,
2599
3217
  variant,
2600
3218
  size,
@@ -2628,15 +3246,15 @@ declare const _default$18: (({
2628
3246
  declare const radioVariants: tailwind_variants0.TVReturnType<{
2629
3247
  [key: string]: {
2630
3248
  [key: string]: tailwind_merge0.ClassNameValue | {
2631
- indicator?: tailwind_merge0.ClassNameValue;
2632
3249
  root?: tailwind_merge0.ClassNameValue;
3250
+ indicator?: tailwind_merge0.ClassNameValue;
2633
3251
  };
2634
3252
  };
2635
3253
  } | {
2636
3254
  [x: string]: {
2637
3255
  [x: string]: tailwind_merge0.ClassNameValue | {
2638
- indicator?: tailwind_merge0.ClassNameValue;
2639
3256
  root?: tailwind_merge0.ClassNameValue;
3257
+ indicator?: tailwind_merge0.ClassNameValue;
2640
3258
  };
2641
3259
  };
2642
3260
  } | {}, {
@@ -2645,8 +3263,8 @@ declare const radioVariants: tailwind_variants0.TVReturnType<{
2645
3263
  }, undefined, {
2646
3264
  [key: string]: {
2647
3265
  [key: string]: tailwind_merge0.ClassNameValue | {
2648
- indicator?: tailwind_merge0.ClassNameValue;
2649
3266
  root?: tailwind_merge0.ClassNameValue;
3267
+ indicator?: tailwind_merge0.ClassNameValue;
2650
3268
  };
2651
3269
  };
2652
3270
  } | {}, {
@@ -2661,7 +3279,7 @@ type RadioVariants = VariantProps<typeof radioVariants>;
2661
3279
  //#region src/components/radio/radio.d.ts
2662
3280
  interface RadioProps extends RadioVariants, Radio.Root.Props {}
2663
3281
  interface RadioIndicatorProps extends Radio.Indicator.Props {}
2664
- declare const _default$19: (({
3282
+ declare const _default$23: (({
2665
3283
  className,
2666
3284
  ...props
2667
3285
  }: RadioProps) => react_jsx_runtime0.JSX.Element) & {
@@ -2686,46 +3304,136 @@ declare const RadioGroup: ({
2686
3304
  ...props
2687
3305
  }: RadioGroupProps) => react_jsx_runtime0.JSX.Element;
2688
3306
  //#endregion
3307
+ //#region src/components/scroll-area/scroll-area.variants.d.ts
3308
+ declare const scrollAreaVariants: tailwind_variants0.TVReturnType<{
3309
+ [key: string]: {
3310
+ [key: string]: tailwind_merge0.ClassNameValue | {
3311
+ content?: tailwind_merge0.ClassNameValue;
3312
+ root?: tailwind_merge0.ClassNameValue;
3313
+ viewport?: tailwind_merge0.ClassNameValue;
3314
+ scrollbar?: tailwind_merge0.ClassNameValue;
3315
+ thumb?: tailwind_merge0.ClassNameValue;
3316
+ corner?: tailwind_merge0.ClassNameValue;
3317
+ };
3318
+ };
3319
+ } | {
3320
+ [x: string]: {
3321
+ [x: string]: tailwind_merge0.ClassNameValue | {
3322
+ content?: tailwind_merge0.ClassNameValue;
3323
+ root?: tailwind_merge0.ClassNameValue;
3324
+ viewport?: tailwind_merge0.ClassNameValue;
3325
+ scrollbar?: tailwind_merge0.ClassNameValue;
3326
+ thumb?: tailwind_merge0.ClassNameValue;
3327
+ corner?: tailwind_merge0.ClassNameValue;
3328
+ };
3329
+ };
3330
+ } | {}, {
3331
+ root: string;
3332
+ viewport: string;
3333
+ content: string;
3334
+ scrollbar: string;
3335
+ thumb: string;
3336
+ corner: string;
3337
+ }, undefined, {
3338
+ [key: string]: {
3339
+ [key: string]: tailwind_merge0.ClassNameValue | {
3340
+ content?: tailwind_merge0.ClassNameValue;
3341
+ root?: tailwind_merge0.ClassNameValue;
3342
+ viewport?: tailwind_merge0.ClassNameValue;
3343
+ scrollbar?: tailwind_merge0.ClassNameValue;
3344
+ thumb?: tailwind_merge0.ClassNameValue;
3345
+ corner?: tailwind_merge0.ClassNameValue;
3346
+ };
3347
+ };
3348
+ } | {}, {
3349
+ root: string;
3350
+ viewport: string;
3351
+ content: string;
3352
+ scrollbar: string;
3353
+ thumb: string;
3354
+ corner: string;
3355
+ }, tailwind_variants0.TVReturnType<unknown, {
3356
+ root: string;
3357
+ viewport: string;
3358
+ content: string;
3359
+ scrollbar: string;
3360
+ thumb: string;
3361
+ corner: string;
3362
+ }, undefined, unknown, unknown, undefined>>;
3363
+ type ScrollAreaVariants = VariantProps<typeof scrollAreaVariants>;
3364
+ //#endregion
3365
+ //#region src/components/scroll-area/scroll-area.d.ts
3366
+ interface ScrollAreaProps extends ScrollAreaVariants, ScrollArea.Root.Props {}
3367
+ interface ScrollAreaViewportProps extends ScrollArea.Viewport.Props {}
3368
+ interface ScrollAreaContentProps extends ScrollArea.Content.Props {}
3369
+ interface ScrollAreaScrollbarProps extends ScrollArea.Scrollbar.Props {}
3370
+ interface ScrollAreaThumbProps extends ScrollArea.Thumb.Props {}
3371
+ declare const _default$24: (({
3372
+ className,
3373
+ ...props
3374
+ }: ScrollAreaProps) => react_jsx_runtime0.JSX.Element) & {
3375
+ Content: ({
3376
+ className,
3377
+ ...props
3378
+ }: ScrollAreaContentProps) => react_jsx_runtime0.JSX.Element;
3379
+ Root: ({
3380
+ className,
3381
+ ...props
3382
+ }: ScrollAreaProps) => react_jsx_runtime0.JSX.Element;
3383
+ Scrollbar: ({
3384
+ className,
3385
+ ...props
3386
+ }: ScrollAreaScrollbarProps) => react_jsx_runtime0.JSX.Element;
3387
+ Thumb: ({
3388
+ className,
3389
+ ...props
3390
+ }: ScrollAreaThumbProps) => react_jsx_runtime0.JSX.Element;
3391
+ Viewport: ({
3392
+ className,
3393
+ ...props
3394
+ }: ScrollAreaViewportProps) => react_jsx_runtime0.JSX.Element;
3395
+ };
3396
+ //#endregion
2689
3397
  //#region src/components/select/select.variants.d.ts
2690
3398
  declare const selectVariants: tailwind_variants0.TVReturnType<{
2691
3399
  [key: string]: {
2692
3400
  [key: string]: tailwind_merge0.ClassNameValue | {
3401
+ item?: tailwind_merge0.ClassNameValue;
2693
3402
  root?: tailwind_merge0.ClassNameValue;
3403
+ trigger?: tailwind_merge0.ClassNameValue;
3404
+ value?: tailwind_merge0.ClassNameValue;
2694
3405
  backdrop?: tailwind_merge0.ClassNameValue;
2695
3406
  popup?: tailwind_merge0.ClassNameValue;
2696
3407
  portal?: tailwind_merge0.ClassNameValue;
2697
- trigger?: tailwind_merge0.ClassNameValue;
2698
- value?: tailwind_merge0.ClassNameValue;
2699
- item?: tailwind_merge0.ClassNameValue;
2700
3408
  icon?: tailwind_merge0.ClassNameValue;
2701
3409
  positioner?: tailwind_merge0.ClassNameValue;
2702
3410
  arrow?: tailwind_merge0.ClassNameValue;
2703
3411
  list?: tailwind_merge0.ClassNameValue;
2704
- itemIndicator?: tailwind_merge0.ClassNameValue;
2705
3412
  separator?: tailwind_merge0.ClassNameValue;
2706
3413
  group?: tailwind_merge0.ClassNameValue;
2707
3414
  groupLabel?: tailwind_merge0.ClassNameValue;
3415
+ itemIndicator?: tailwind_merge0.ClassNameValue;
2708
3416
  itemText?: tailwind_merge0.ClassNameValue;
2709
3417
  };
2710
3418
  };
2711
3419
  } | {
2712
3420
  [x: string]: {
2713
3421
  [x: string]: tailwind_merge0.ClassNameValue | {
3422
+ item?: tailwind_merge0.ClassNameValue;
2714
3423
  root?: tailwind_merge0.ClassNameValue;
3424
+ trigger?: tailwind_merge0.ClassNameValue;
3425
+ value?: tailwind_merge0.ClassNameValue;
2715
3426
  backdrop?: tailwind_merge0.ClassNameValue;
2716
3427
  popup?: tailwind_merge0.ClassNameValue;
2717
3428
  portal?: tailwind_merge0.ClassNameValue;
2718
- trigger?: tailwind_merge0.ClassNameValue;
2719
- value?: tailwind_merge0.ClassNameValue;
2720
- item?: tailwind_merge0.ClassNameValue;
2721
3429
  icon?: tailwind_merge0.ClassNameValue;
2722
3430
  positioner?: tailwind_merge0.ClassNameValue;
2723
3431
  arrow?: tailwind_merge0.ClassNameValue;
2724
3432
  list?: tailwind_merge0.ClassNameValue;
2725
- itemIndicator?: tailwind_merge0.ClassNameValue;
2726
3433
  separator?: tailwind_merge0.ClassNameValue;
2727
3434
  group?: tailwind_merge0.ClassNameValue;
2728
3435
  groupLabel?: tailwind_merge0.ClassNameValue;
3436
+ itemIndicator?: tailwind_merge0.ClassNameValue;
2729
3437
  itemText?: tailwind_merge0.ClassNameValue;
2730
3438
  };
2731
3439
  };
@@ -2749,21 +3457,21 @@ declare const selectVariants: tailwind_variants0.TVReturnType<{
2749
3457
  }, undefined, {
2750
3458
  [key: string]: {
2751
3459
  [key: string]: tailwind_merge0.ClassNameValue | {
3460
+ item?: tailwind_merge0.ClassNameValue;
2752
3461
  root?: tailwind_merge0.ClassNameValue;
3462
+ trigger?: tailwind_merge0.ClassNameValue;
3463
+ value?: tailwind_merge0.ClassNameValue;
2753
3464
  backdrop?: tailwind_merge0.ClassNameValue;
2754
3465
  popup?: tailwind_merge0.ClassNameValue;
2755
3466
  portal?: tailwind_merge0.ClassNameValue;
2756
- trigger?: tailwind_merge0.ClassNameValue;
2757
- value?: tailwind_merge0.ClassNameValue;
2758
- item?: tailwind_merge0.ClassNameValue;
2759
3467
  icon?: tailwind_merge0.ClassNameValue;
2760
3468
  positioner?: tailwind_merge0.ClassNameValue;
2761
3469
  arrow?: tailwind_merge0.ClassNameValue;
2762
3470
  list?: tailwind_merge0.ClassNameValue;
2763
- itemIndicator?: tailwind_merge0.ClassNameValue;
2764
3471
  separator?: tailwind_merge0.ClassNameValue;
2765
3472
  group?: tailwind_merge0.ClassNameValue;
2766
3473
  groupLabel?: tailwind_merge0.ClassNameValue;
3474
+ itemIndicator?: tailwind_merge0.ClassNameValue;
2767
3475
  itemText?: tailwind_merge0.ClassNameValue;
2768
3476
  };
2769
3477
  };
@@ -2805,7 +3513,7 @@ declare const selectVariants: tailwind_variants0.TVReturnType<{
2805
3513
  type SelectVariants = VariantProps<typeof selectVariants>;
2806
3514
  //#endregion
2807
3515
  //#region src/components/select/select.d.ts
2808
- interface SelectProps extends SelectVariants, Select.Root.Props<unknown> {}
3516
+ interface SelectProps extends SelectVariants, Select.Root.Props<unknown, boolean> {}
2809
3517
  interface SelectTriggerProps extends Select.Trigger.Props {}
2810
3518
  interface SelectIconProps extends Select.Icon.Props {}
2811
3519
  interface SelectValueProps extends Select.Value.Props {}
@@ -2821,7 +3529,7 @@ interface SelectItemProps extends Select.Item.Props {}
2821
3529
  interface SelectGroupProps extends Select.Group.Props {}
2822
3530
  interface SelectGroupLabelProps extends Select.GroupLabel.Props {}
2823
3531
  interface SelectSeparatorProps extends Select.Separator.Props {}
2824
- declare const _default$20: (({
3532
+ declare const _default$25: (({
2825
3533
  ...props
2826
3534
  }: SelectProps) => react_jsx_runtime0.JSX.Element) & {
2827
3535
  Arrow: ({
@@ -2919,12 +3627,12 @@ declare const sidebarVariants: tailwind_variants0.TVReturnType<{
2919
3627
  [key: string]: {
2920
3628
  [key: string]: tailwind_merge0.ClassNameValue | {
2921
3629
  content?: tailwind_merge0.ClassNameValue;
3630
+ header?: tailwind_merge0.ClassNameValue;
3631
+ panel?: tailwind_merge0.ClassNameValue;
2922
3632
  root?: tailwind_merge0.ClassNameValue;
3633
+ trigger?: tailwind_merge0.ClassNameValue;
2923
3634
  footer?: tailwind_merge0.ClassNameValue;
2924
- header?: tailwind_merge0.ClassNameValue;
2925
3635
  menu?: tailwind_merge0.ClassNameValue;
2926
- trigger?: tailwind_merge0.ClassNameValue;
2927
- panel?: tailwind_merge0.ClassNameValue;
2928
3636
  menuItem?: tailwind_merge0.ClassNameValue;
2929
3637
  menuLabel?: tailwind_merge0.ClassNameValue;
2930
3638
  outlet?: tailwind_merge0.ClassNameValue;
@@ -2934,12 +3642,12 @@ declare const sidebarVariants: tailwind_variants0.TVReturnType<{
2934
3642
  [x: string]: {
2935
3643
  [x: string]: tailwind_merge0.ClassNameValue | {
2936
3644
  content?: tailwind_merge0.ClassNameValue;
3645
+ header?: tailwind_merge0.ClassNameValue;
3646
+ panel?: tailwind_merge0.ClassNameValue;
2937
3647
  root?: tailwind_merge0.ClassNameValue;
3648
+ trigger?: tailwind_merge0.ClassNameValue;
2938
3649
  footer?: tailwind_merge0.ClassNameValue;
2939
- header?: tailwind_merge0.ClassNameValue;
2940
3650
  menu?: tailwind_merge0.ClassNameValue;
2941
- trigger?: tailwind_merge0.ClassNameValue;
2942
- panel?: tailwind_merge0.ClassNameValue;
2943
3651
  menuItem?: tailwind_merge0.ClassNameValue;
2944
3652
  menuLabel?: tailwind_merge0.ClassNameValue;
2945
3653
  outlet?: tailwind_merge0.ClassNameValue;
@@ -2960,12 +3668,12 @@ declare const sidebarVariants: tailwind_variants0.TVReturnType<{
2960
3668
  [key: string]: {
2961
3669
  [key: string]: tailwind_merge0.ClassNameValue | {
2962
3670
  content?: tailwind_merge0.ClassNameValue;
3671
+ header?: tailwind_merge0.ClassNameValue;
3672
+ panel?: tailwind_merge0.ClassNameValue;
2963
3673
  root?: tailwind_merge0.ClassNameValue;
3674
+ trigger?: tailwind_merge0.ClassNameValue;
2964
3675
  footer?: tailwind_merge0.ClassNameValue;
2965
- header?: tailwind_merge0.ClassNameValue;
2966
3676
  menu?: tailwind_merge0.ClassNameValue;
2967
- trigger?: tailwind_merge0.ClassNameValue;
2968
- panel?: tailwind_merge0.ClassNameValue;
2969
3677
  menuItem?: tailwind_merge0.ClassNameValue;
2970
3678
  menuLabel?: tailwind_merge0.ClassNameValue;
2971
3679
  outlet?: tailwind_merge0.ClassNameValue;
@@ -3010,7 +3718,7 @@ interface SidebarOutletProps extends React$1.ComponentProps<"div"> {}
3010
3718
  interface SidebarMenuProps extends React$1.ComponentProps<"nav"> {}
3011
3719
  interface SidebarMenuItemProps extends React$1.ComponentProps<"li"> {}
3012
3720
  interface SidebarMenuLabelProps extends React$1.ComponentProps<"div"> {}
3013
- declare const _default$21: (({
3721
+ declare const _default$26: (({
3014
3722
  className,
3015
3723
  isOpen,
3016
3724
  onOpenChange,
@@ -3065,10 +3773,10 @@ declare const _default$21: (({
3065
3773
  declare const sliderVariants: tailwind_variants0.TVReturnType<{
3066
3774
  [key: string]: {
3067
3775
  [key: string]: tailwind_merge0.ClassNameValue | {
3068
- indicator?: tailwind_merge0.ClassNameValue;
3069
3776
  root?: tailwind_merge0.ClassNameValue;
3070
3777
  track?: tailwind_merge0.ClassNameValue;
3071
3778
  value?: tailwind_merge0.ClassNameValue;
3779
+ indicator?: tailwind_merge0.ClassNameValue;
3072
3780
  control?: tailwind_merge0.ClassNameValue;
3073
3781
  thumb?: tailwind_merge0.ClassNameValue;
3074
3782
  };
@@ -3076,10 +3784,10 @@ declare const sliderVariants: tailwind_variants0.TVReturnType<{
3076
3784
  } | {
3077
3785
  [x: string]: {
3078
3786
  [x: string]: tailwind_merge0.ClassNameValue | {
3079
- indicator?: tailwind_merge0.ClassNameValue;
3080
3787
  root?: tailwind_merge0.ClassNameValue;
3081
3788
  track?: tailwind_merge0.ClassNameValue;
3082
3789
  value?: tailwind_merge0.ClassNameValue;
3790
+ indicator?: tailwind_merge0.ClassNameValue;
3083
3791
  control?: tailwind_merge0.ClassNameValue;
3084
3792
  thumb?: tailwind_merge0.ClassNameValue;
3085
3793
  };
@@ -3094,10 +3802,10 @@ declare const sliderVariants: tailwind_variants0.TVReturnType<{
3094
3802
  }, undefined, {
3095
3803
  [key: string]: {
3096
3804
  [key: string]: tailwind_merge0.ClassNameValue | {
3097
- indicator?: tailwind_merge0.ClassNameValue;
3098
3805
  root?: tailwind_merge0.ClassNameValue;
3099
3806
  track?: tailwind_merge0.ClassNameValue;
3100
3807
  value?: tailwind_merge0.ClassNameValue;
3808
+ indicator?: tailwind_merge0.ClassNameValue;
3101
3809
  control?: tailwind_merge0.ClassNameValue;
3102
3810
  thumb?: tailwind_merge0.ClassNameValue;
3103
3811
  };
@@ -3121,7 +3829,7 @@ type SliderVariants = VariantProps<typeof sliderVariants>;
3121
3829
  //#endregion
3122
3830
  //#region src/components/slider/slider.d.ts
3123
3831
  interface SliderProps extends SliderVariants, Slider.Root.Props {}
3124
- declare const _default$22: (({
3832
+ declare const _default$27: (({
3125
3833
  className,
3126
3834
  ...props
3127
3835
  }: SliderProps) => react_jsx_runtime0.JSX.Element) & {
@@ -3254,7 +3962,7 @@ type SwitchVariants = VariantProps<typeof switchVariants>;
3254
3962
  //#endregion
3255
3963
  //#region src/components/switch/switch.d.ts
3256
3964
  interface SwitchProps extends SwitchVariants, Switch.Root.Props {}
3257
- declare const _default$23: (({
3965
+ declare const _default$28: (({
3258
3966
  className,
3259
3967
  size,
3260
3968
  ...props
@@ -3342,7 +4050,7 @@ interface TableHeaderCellProps extends React.ComponentProps<"th"> {}
3342
4050
  interface TableBodyProps extends React.ComponentProps<"tbody"> {}
3343
4051
  interface TableDataCellProps extends React.ComponentProps<"td"> {}
3344
4052
  interface TableFooterProps extends React.ComponentProps<"tfoot"> {}
3345
- declare const _default$24: (({
4053
+ declare const _default$29: (({
3346
4054
  className,
3347
4055
  ...props
3348
4056
  }: TableProps) => react_jsx_runtime0.JSX.Element) & {
@@ -3380,9 +4088,9 @@ declare const _default$24: (({
3380
4088
  declare const tabsVariants: tailwind_variants0.TVReturnType<{
3381
4089
  [key: string]: {
3382
4090
  [key: string]: tailwind_merge0.ClassNameValue | {
3383
- indicator?: tailwind_merge0.ClassNameValue;
3384
- root?: tailwind_merge0.ClassNameValue;
3385
4091
  panel?: tailwind_merge0.ClassNameValue;
4092
+ root?: tailwind_merge0.ClassNameValue;
4093
+ indicator?: tailwind_merge0.ClassNameValue;
3386
4094
  list?: tailwind_merge0.ClassNameValue;
3387
4095
  tab?: tailwind_merge0.ClassNameValue;
3388
4096
  };
@@ -3390,9 +4098,9 @@ declare const tabsVariants: tailwind_variants0.TVReturnType<{
3390
4098
  } | {
3391
4099
  [x: string]: {
3392
4100
  [x: string]: tailwind_merge0.ClassNameValue | {
3393
- indicator?: tailwind_merge0.ClassNameValue;
3394
- root?: tailwind_merge0.ClassNameValue;
3395
4101
  panel?: tailwind_merge0.ClassNameValue;
4102
+ root?: tailwind_merge0.ClassNameValue;
4103
+ indicator?: tailwind_merge0.ClassNameValue;
3396
4104
  list?: tailwind_merge0.ClassNameValue;
3397
4105
  tab?: tailwind_merge0.ClassNameValue;
3398
4106
  };
@@ -3406,9 +4114,9 @@ declare const tabsVariants: tailwind_variants0.TVReturnType<{
3406
4114
  }, undefined, {
3407
4115
  [key: string]: {
3408
4116
  [key: string]: tailwind_merge0.ClassNameValue | {
3409
- indicator?: tailwind_merge0.ClassNameValue;
3410
- root?: tailwind_merge0.ClassNameValue;
3411
4117
  panel?: tailwind_merge0.ClassNameValue;
4118
+ root?: tailwind_merge0.ClassNameValue;
4119
+ indicator?: tailwind_merge0.ClassNameValue;
3412
4120
  list?: tailwind_merge0.ClassNameValue;
3413
4121
  tab?: tailwind_merge0.ClassNameValue;
3414
4122
  };
@@ -3434,7 +4142,7 @@ interface TabsListProps extends Tabs.List.Props {}
3434
4142
  interface TabsTabProps extends Tabs.Tab.Props {}
3435
4143
  interface TabsIndicatorProps extends Tabs.Indicator.Props {}
3436
4144
  interface TabsPanelProps extends Tabs.Panel.Props {}
3437
- declare const _default$25: (({
4145
+ declare const _default$30: (({
3438
4146
  className,
3439
4147
  ...props
3440
4148
  }: TabsProps) => react_jsx_runtime0.JSX.Element) & {
@@ -3519,7 +4227,7 @@ interface ToastDescriptionProps extends Toast.Description.Props {}
3519
4227
  interface ToastActionProps extends Toast.Action.Props {}
3520
4228
  interface ToastCloseProps extends Toast.Close.Props {}
3521
4229
  interface ToastViewportProps extends Toast.Viewport.Props {}
3522
- declare const _default$26: (({
4230
+ declare const _default$31: (({
3523
4231
  className,
3524
4232
  variant,
3525
4233
  ...props
@@ -3673,9 +4381,9 @@ declare const tooltipVariants: tailwind_variants0.TVReturnType<{
3673
4381
  [key: string]: {
3674
4382
  [key: string]: tailwind_merge0.ClassNameValue | {
3675
4383
  root?: tailwind_merge0.ClassNameValue;
4384
+ trigger?: tailwind_merge0.ClassNameValue;
3676
4385
  popup?: tailwind_merge0.ClassNameValue;
3677
4386
  portal?: tailwind_merge0.ClassNameValue;
3678
- trigger?: tailwind_merge0.ClassNameValue;
3679
4387
  positioner?: tailwind_merge0.ClassNameValue;
3680
4388
  arrow?: tailwind_merge0.ClassNameValue;
3681
4389
  };
@@ -3684,9 +4392,9 @@ declare const tooltipVariants: tailwind_variants0.TVReturnType<{
3684
4392
  [x: string]: {
3685
4393
  [x: string]: tailwind_merge0.ClassNameValue | {
3686
4394
  root?: tailwind_merge0.ClassNameValue;
4395
+ trigger?: tailwind_merge0.ClassNameValue;
3687
4396
  popup?: tailwind_merge0.ClassNameValue;
3688
4397
  portal?: tailwind_merge0.ClassNameValue;
3689
- trigger?: tailwind_merge0.ClassNameValue;
3690
4398
  positioner?: tailwind_merge0.ClassNameValue;
3691
4399
  arrow?: tailwind_merge0.ClassNameValue;
3692
4400
  };
@@ -3702,9 +4410,9 @@ declare const tooltipVariants: tailwind_variants0.TVReturnType<{
3702
4410
  [key: string]: {
3703
4411
  [key: string]: tailwind_merge0.ClassNameValue | {
3704
4412
  root?: tailwind_merge0.ClassNameValue;
4413
+ trigger?: tailwind_merge0.ClassNameValue;
3705
4414
  popup?: tailwind_merge0.ClassNameValue;
3706
4415
  portal?: tailwind_merge0.ClassNameValue;
3707
- trigger?: tailwind_merge0.ClassNameValue;
3708
4416
  positioner?: tailwind_merge0.ClassNameValue;
3709
4417
  arrow?: tailwind_merge0.ClassNameValue;
3710
4418
  };
@@ -3733,7 +4441,7 @@ interface TooltipPortalProps extends Tooltip.Portal.Props {}
3733
4441
  interface TooltipPositionerProps extends Tooltip.Positioner.Props {}
3734
4442
  interface TooltipPopupProps extends Tooltip.Popup.Props {}
3735
4443
  interface TooltipArrowProps extends Tooltip.Arrow.Props {}
3736
- declare const _default$27: (({
4444
+ declare const _default$32: (({
3737
4445
  ...props
3738
4446
  }: TooltipProps) => react_jsx_runtime0.JSX.Element) & {
3739
4447
  Arrow: ({
@@ -3762,5 +4470,5 @@ declare const _default$27: (({
3762
4470
  }: TooltipTriggerProps) => react_jsx_runtime0.JSX.Element;
3763
4471
  };
3764
4472
  //#endregion
3765
- export { _default as Accordion, AccordionVariants, _default$1 as Alert, _default$2 as AlertDialog, AlertDialogVariants, AlertVariants, _default$3 as Avatar, AvatarVariants, Button, ButtonGroup, ButtonGroupVariants, ButtonVariants, _default$4 as Card, CardVariants, _default$5 as Checkbox, CheckboxGroup, CheckboxGroupVariants, CheckboxVariants, Chip, ChipVariants, _default$6 as Collapsible, _default$7 as Combobox, ComboboxVariants, Container, ContainerVariants, _default$8 as Dialog, DialogVariants, _default$9 as Drawer, DrawerVariants, _default$10 as Field, FieldVariants, _default$11 as Fieldset, FieldsetVariants, Form, FormVariants, IconButton, IconButtonVariants, Input, InputVariants, Label, LabelVariants, Link, LinkVariants, _default$12 as List, ListVariants, _default$13 as Menu, MenuVariants, _default$14 as Meter, MeterVariants, _default$15 as Navbar, NavbarVariants, _default$16 as NavigationMenu, NavigationMenuVariants, _default$17 as Popover, PopoverVariants, _default$18 as Progress, ProgressVariants, _default$19 as Radio, RadioGroup, RadioGroupVariants, RadioVariants, _default$20 as Select, SelectVariants, Separator, SeparatorVariants, _default$21 as Sidebar, SidebarVariants, _default$22 as Slider, SliderVariants, Spinner, SpinnerVariants, _default$23 as Switch, SwitchVariants, _default$24 as Table, TableVariants, _default$25 as Tabs, TabsVariants, _default$26 as Toast, ToggleButton, ToggleButtonVariants, _default$27 as Tooltip, accordionVariants, alertDialogVariants, alertVariants, avatarVariants, buttonGroupVariants, buttonVariants, cardVariants, checkboxGroupVariants, checkboxVariants, chipVariants, cn, comboboxVariants, containerVariants, dialogVariants, drawerVariants, fieldVariants, fieldsetVariants, formVariants, iconButtonVariants, inputVariants, labelVariants, linkVariants, listVariants, menuVariants, meterVariants, navbarVariants, navigationMenuVariants, popoverVariants, progressVariants, radioGroupVariants, radioVariants, selectVariants, separatorVariants, sidebarVariants, sliderVariants, spinnerVariants, switchVariants, tableVariants, tabsVariants, toggleButtonVariants, useToast };
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 };
3766
4474
  //# sourceMappingURL=index.d.mts.map