@itcase/ui 1.9.32 → 1.9.35

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.
Files changed (30) hide show
  1. package/dist/{SelectContainer_cjs_CD-J8jSe.js → SelectContainer_cjs_B2fgWgCE.js} +45 -17
  2. package/dist/{SelectContainer_es_Bxt5C3nI.js → SelectContainer_es_B5trQDlc.js} +45 -17
  3. package/dist/cjs/components/DatePeriod.js +1 -1
  4. package/dist/cjs/components/Select.js +1 -1
  5. package/dist/cjs/components/Tab.js +1 -1
  6. package/dist/components/DatePeriod.js +1 -1
  7. package/dist/components/Select.js +1 -1
  8. package/dist/components/Tab.js +1 -1
  9. package/dist/css/styles/bundles.css +87 -26
  10. package/dist/types/components/Avatar/Avatar.appearance.d.ts +1120 -0
  11. package/dist/types/components/Badge/Badge.appearance.d.ts +680 -0
  12. package/dist/types/components/Button/Button.appearance.d.ts +2000 -0
  13. package/dist/types/components/Divider/Divider.appearance.d.ts +560 -0
  14. package/dist/types/components/Label/Label.appearance.d.ts +1560 -0
  15. package/dist/types/components/Loader/Loader.appearance.d.ts +320 -0
  16. package/dist/types/components/MenuItem/MenuItem.appearance.d.ts +1680 -0
  17. package/dist/types/components/Modal/Modal.appearance.d.ts +1160 -0
  18. package/dist/types/components/Select/Select.interface.d.ts +1 -1
  19. package/dist/types/components/Select/SelectMultiValue.d.ts +4 -0
  20. package/dist/types/components/Select/SelectOverflowBadge.d.ts +7 -0
  21. package/dist/types/components/Select/appearance/selectDefault.d.ts +2 -2
  22. package/dist/types/components/Select/appearance/selectError.d.ts +2 -2
  23. package/dist/types/components/Select/appearance/selectRequire.d.ts +2 -2
  24. package/dist/types/components/Select/appearance/selectSize.d.ts +6 -0
  25. package/dist/types/components/Select/appearance/selectSuccess.d.ts +2 -2
  26. package/dist/types/components/Text/Text.appearance.d.ts +520 -0
  27. package/dist/types/components/Tile/Tile.appearance.d.ts +40 -0
  28. package/dist/types/components/Title/Title.appearance.d.ts +1600 -0
  29. package/dist/types/components/Warning/Warning.appearance.d.ts +880 -0
  30. package/package.json +10 -10
@@ -615,6 +615,566 @@ export declare const dividerAppearance: {
615
615
  textColor?: import("@itcase/types").TextColorProps;
616
616
  textSize?: import("@itcase/types").TextSizeProps;
617
617
  } | undefined;
618
+ accentMutedPrimary?: {
619
+ borderColor?: import("@itcase/types").BorderColorProps;
620
+ direction?: import("@itcase/types").DirectionProps;
621
+ fill?: import("@itcase/types").FillProps;
622
+ fillActive?: import("@itcase/types").FillActiveProps;
623
+ fillActiveHover?: import("@itcase/types").FillActiveHoverProps;
624
+ fillDisabled?: import("@itcase/types").FillProps;
625
+ fillHover?: import("@itcase/types").FillHoverProps;
626
+ shape?: import("@itcase/types").ShapeProps;
627
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
628
+ size?: import("@itcase/types").SizeProps;
629
+ textColor?: import("@itcase/types").TextColorProps;
630
+ textSize?: import("@itcase/types").TextSizeProps;
631
+ } | undefined;
632
+ accentMutedQuaternary?: {
633
+ borderColor?: import("@itcase/types").BorderColorProps;
634
+ direction?: import("@itcase/types").DirectionProps;
635
+ fill?: import("@itcase/types").FillProps;
636
+ fillActive?: import("@itcase/types").FillActiveProps;
637
+ fillActiveHover?: import("@itcase/types").FillActiveHoverProps;
638
+ fillDisabled?: import("@itcase/types").FillProps;
639
+ fillHover?: import("@itcase/types").FillHoverProps;
640
+ shape?: import("@itcase/types").ShapeProps;
641
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
642
+ size?: import("@itcase/types").SizeProps;
643
+ textColor?: import("@itcase/types").TextColorProps;
644
+ textSize?: import("@itcase/types").TextSizeProps;
645
+ } | undefined;
646
+ accentMutedSecondary?: {
647
+ borderColor?: import("@itcase/types").BorderColorProps;
648
+ direction?: import("@itcase/types").DirectionProps;
649
+ fill?: import("@itcase/types").FillProps;
650
+ fillActive?: import("@itcase/types").FillActiveProps;
651
+ fillActiveHover?: import("@itcase/types").FillActiveHoverProps;
652
+ fillDisabled?: import("@itcase/types").FillProps;
653
+ fillHover?: import("@itcase/types").FillHoverProps;
654
+ shape?: import("@itcase/types").ShapeProps;
655
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
656
+ size?: import("@itcase/types").SizeProps;
657
+ textColor?: import("@itcase/types").TextColorProps;
658
+ textSize?: import("@itcase/types").TextSizeProps;
659
+ } | undefined;
660
+ accentMutedTertiary?: {
661
+ borderColor?: import("@itcase/types").BorderColorProps;
662
+ direction?: import("@itcase/types").DirectionProps;
663
+ fill?: import("@itcase/types").FillProps;
664
+ fillActive?: import("@itcase/types").FillActiveProps;
665
+ fillActiveHover?: import("@itcase/types").FillActiveHoverProps;
666
+ fillDisabled?: import("@itcase/types").FillProps;
667
+ fillHover?: import("@itcase/types").FillHoverProps;
668
+ shape?: import("@itcase/types").ShapeProps;
669
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
670
+ size?: import("@itcase/types").SizeProps;
671
+ textColor?: import("@itcase/types").TextColorProps;
672
+ textSize?: import("@itcase/types").TextSizeProps;
673
+ } | undefined;
674
+ dangerMutedPrimary?: {
675
+ borderColor?: import("@itcase/types").BorderColorProps;
676
+ direction?: import("@itcase/types").DirectionProps;
677
+ fill?: import("@itcase/types").FillProps;
678
+ fillActive?: import("@itcase/types").FillActiveProps;
679
+ fillActiveHover?: import("@itcase/types").FillActiveHoverProps;
680
+ fillDisabled?: import("@itcase/types").FillProps;
681
+ fillHover?: import("@itcase/types").FillHoverProps;
682
+ shape?: import("@itcase/types").ShapeProps;
683
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
684
+ size?: import("@itcase/types").SizeProps;
685
+ textColor?: import("@itcase/types").TextColorProps;
686
+ textSize?: import("@itcase/types").TextSizeProps;
687
+ } | undefined;
688
+ dangerMutedQuaternary?: {
689
+ borderColor?: import("@itcase/types").BorderColorProps;
690
+ direction?: import("@itcase/types").DirectionProps;
691
+ fill?: import("@itcase/types").FillProps;
692
+ fillActive?: import("@itcase/types").FillActiveProps;
693
+ fillActiveHover?: import("@itcase/types").FillActiveHoverProps;
694
+ fillDisabled?: import("@itcase/types").FillProps;
695
+ fillHover?: import("@itcase/types").FillHoverProps;
696
+ shape?: import("@itcase/types").ShapeProps;
697
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
698
+ size?: import("@itcase/types").SizeProps;
699
+ textColor?: import("@itcase/types").TextColorProps;
700
+ textSize?: import("@itcase/types").TextSizeProps;
701
+ } | undefined;
702
+ dangerMutedSecondary?: {
703
+ borderColor?: import("@itcase/types").BorderColorProps;
704
+ direction?: import("@itcase/types").DirectionProps;
705
+ fill?: import("@itcase/types").FillProps;
706
+ fillActive?: import("@itcase/types").FillActiveProps;
707
+ fillActiveHover?: import("@itcase/types").FillActiveHoverProps;
708
+ fillDisabled?: import("@itcase/types").FillProps;
709
+ fillHover?: import("@itcase/types").FillHoverProps;
710
+ shape?: import("@itcase/types").ShapeProps;
711
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
712
+ size?: import("@itcase/types").SizeProps;
713
+ textColor?: import("@itcase/types").TextColorProps;
714
+ textSize?: import("@itcase/types").TextSizeProps;
715
+ } | undefined;
716
+ dangerMutedTertiary?: {
717
+ borderColor?: import("@itcase/types").BorderColorProps;
718
+ direction?: import("@itcase/types").DirectionProps;
719
+ fill?: import("@itcase/types").FillProps;
720
+ fillActive?: import("@itcase/types").FillActiveProps;
721
+ fillActiveHover?: import("@itcase/types").FillActiveHoverProps;
722
+ fillDisabled?: import("@itcase/types").FillProps;
723
+ fillHover?: import("@itcase/types").FillHoverProps;
724
+ shape?: import("@itcase/types").ShapeProps;
725
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
726
+ size?: import("@itcase/types").SizeProps;
727
+ textColor?: import("@itcase/types").TextColorProps;
728
+ textSize?: import("@itcase/types").TextSizeProps;
729
+ } | undefined;
730
+ disabledMutedPrimary?: {
731
+ borderColor?: import("@itcase/types").BorderColorProps;
732
+ direction?: import("@itcase/types").DirectionProps;
733
+ fill?: import("@itcase/types").FillProps;
734
+ fillActive?: import("@itcase/types").FillActiveProps;
735
+ fillActiveHover?: import("@itcase/types").FillActiveHoverProps;
736
+ fillDisabled?: import("@itcase/types").FillProps;
737
+ fillHover?: import("@itcase/types").FillHoverProps;
738
+ shape?: import("@itcase/types").ShapeProps;
739
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
740
+ size?: import("@itcase/types").SizeProps;
741
+ textColor?: import("@itcase/types").TextColorProps;
742
+ textSize?: import("@itcase/types").TextSizeProps;
743
+ } | undefined;
744
+ disabledMutedQuaternary?: {
745
+ borderColor?: import("@itcase/types").BorderColorProps;
746
+ direction?: import("@itcase/types").DirectionProps;
747
+ fill?: import("@itcase/types").FillProps;
748
+ fillActive?: import("@itcase/types").FillActiveProps;
749
+ fillActiveHover?: import("@itcase/types").FillActiveHoverProps;
750
+ fillDisabled?: import("@itcase/types").FillProps;
751
+ fillHover?: import("@itcase/types").FillHoverProps;
752
+ shape?: import("@itcase/types").ShapeProps;
753
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
754
+ size?: import("@itcase/types").SizeProps;
755
+ textColor?: import("@itcase/types").TextColorProps;
756
+ textSize?: import("@itcase/types").TextSizeProps;
757
+ } | undefined;
758
+ disabledMutedSecondary?: {
759
+ borderColor?: import("@itcase/types").BorderColorProps;
760
+ direction?: import("@itcase/types").DirectionProps;
761
+ fill?: import("@itcase/types").FillProps;
762
+ fillActive?: import("@itcase/types").FillActiveProps;
763
+ fillActiveHover?: import("@itcase/types").FillActiveHoverProps;
764
+ fillDisabled?: import("@itcase/types").FillProps;
765
+ fillHover?: import("@itcase/types").FillHoverProps;
766
+ shape?: import("@itcase/types").ShapeProps;
767
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
768
+ size?: import("@itcase/types").SizeProps;
769
+ textColor?: import("@itcase/types").TextColorProps;
770
+ textSize?: import("@itcase/types").TextSizeProps;
771
+ } | undefined;
772
+ disabledMutedTertiary?: {
773
+ borderColor?: import("@itcase/types").BorderColorProps;
774
+ direction?: import("@itcase/types").DirectionProps;
775
+ fill?: import("@itcase/types").FillProps;
776
+ fillActive?: import("@itcase/types").FillActiveProps;
777
+ fillActiveHover?: import("@itcase/types").FillActiveHoverProps;
778
+ fillDisabled?: import("@itcase/types").FillProps;
779
+ fillHover?: import("@itcase/types").FillHoverProps;
780
+ shape?: import("@itcase/types").ShapeProps;
781
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
782
+ size?: import("@itcase/types").SizeProps;
783
+ textColor?: import("@itcase/types").TextColorProps;
784
+ textSize?: import("@itcase/types").TextSizeProps;
785
+ } | undefined;
786
+ errorMutedPrimary?: {
787
+ borderColor?: import("@itcase/types").BorderColorProps;
788
+ direction?: import("@itcase/types").DirectionProps;
789
+ fill?: import("@itcase/types").FillProps;
790
+ fillActive?: import("@itcase/types").FillActiveProps;
791
+ fillActiveHover?: import("@itcase/types").FillActiveHoverProps;
792
+ fillDisabled?: import("@itcase/types").FillProps;
793
+ fillHover?: import("@itcase/types").FillHoverProps;
794
+ shape?: import("@itcase/types").ShapeProps;
795
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
796
+ size?: import("@itcase/types").SizeProps;
797
+ textColor?: import("@itcase/types").TextColorProps;
798
+ textSize?: import("@itcase/types").TextSizeProps;
799
+ } | undefined;
800
+ errorMutedQuaternary?: {
801
+ borderColor?: import("@itcase/types").BorderColorProps;
802
+ direction?: import("@itcase/types").DirectionProps;
803
+ fill?: import("@itcase/types").FillProps;
804
+ fillActive?: import("@itcase/types").FillActiveProps;
805
+ fillActiveHover?: import("@itcase/types").FillActiveHoverProps;
806
+ fillDisabled?: import("@itcase/types").FillProps;
807
+ fillHover?: import("@itcase/types").FillHoverProps;
808
+ shape?: import("@itcase/types").ShapeProps;
809
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
810
+ size?: import("@itcase/types").SizeProps;
811
+ textColor?: import("@itcase/types").TextColorProps;
812
+ textSize?: import("@itcase/types").TextSizeProps;
813
+ } | undefined;
814
+ errorMutedSecondary?: {
815
+ borderColor?: import("@itcase/types").BorderColorProps;
816
+ direction?: import("@itcase/types").DirectionProps;
817
+ fill?: import("@itcase/types").FillProps;
818
+ fillActive?: import("@itcase/types").FillActiveProps;
819
+ fillActiveHover?: import("@itcase/types").FillActiveHoverProps;
820
+ fillDisabled?: import("@itcase/types").FillProps;
821
+ fillHover?: import("@itcase/types").FillHoverProps;
822
+ shape?: import("@itcase/types").ShapeProps;
823
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
824
+ size?: import("@itcase/types").SizeProps;
825
+ textColor?: import("@itcase/types").TextColorProps;
826
+ textSize?: import("@itcase/types").TextSizeProps;
827
+ } | undefined;
828
+ errorMutedTertiary?: {
829
+ borderColor?: import("@itcase/types").BorderColorProps;
830
+ direction?: import("@itcase/types").DirectionProps;
831
+ fill?: import("@itcase/types").FillProps;
832
+ fillActive?: import("@itcase/types").FillActiveProps;
833
+ fillActiveHover?: import("@itcase/types").FillActiveHoverProps;
834
+ fillDisabled?: import("@itcase/types").FillProps;
835
+ fillHover?: import("@itcase/types").FillHoverProps;
836
+ shape?: import("@itcase/types").ShapeProps;
837
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
838
+ size?: import("@itcase/types").SizeProps;
839
+ textColor?: import("@itcase/types").TextColorProps;
840
+ textSize?: import("@itcase/types").TextSizeProps;
841
+ } | undefined;
842
+ extraMutedPrimary?: {
843
+ borderColor?: import("@itcase/types").BorderColorProps;
844
+ direction?: import("@itcase/types").DirectionProps;
845
+ fill?: import("@itcase/types").FillProps;
846
+ fillActive?: import("@itcase/types").FillActiveProps;
847
+ fillActiveHover?: import("@itcase/types").FillActiveHoverProps;
848
+ fillDisabled?: import("@itcase/types").FillProps;
849
+ fillHover?: import("@itcase/types").FillHoverProps;
850
+ shape?: import("@itcase/types").ShapeProps;
851
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
852
+ size?: import("@itcase/types").SizeProps;
853
+ textColor?: import("@itcase/types").TextColorProps;
854
+ textSize?: import("@itcase/types").TextSizeProps;
855
+ } | undefined;
856
+ extraMutedQuaternary?: {
857
+ borderColor?: import("@itcase/types").BorderColorProps;
858
+ direction?: import("@itcase/types").DirectionProps;
859
+ fill?: import("@itcase/types").FillProps;
860
+ fillActive?: import("@itcase/types").FillActiveProps;
861
+ fillActiveHover?: import("@itcase/types").FillActiveHoverProps;
862
+ fillDisabled?: import("@itcase/types").FillProps;
863
+ fillHover?: import("@itcase/types").FillHoverProps;
864
+ shape?: import("@itcase/types").ShapeProps;
865
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
866
+ size?: import("@itcase/types").SizeProps;
867
+ textColor?: import("@itcase/types").TextColorProps;
868
+ textSize?: import("@itcase/types").TextSizeProps;
869
+ } | undefined;
870
+ extraMutedSecondary?: {
871
+ borderColor?: import("@itcase/types").BorderColorProps;
872
+ direction?: import("@itcase/types").DirectionProps;
873
+ fill?: import("@itcase/types").FillProps;
874
+ fillActive?: import("@itcase/types").FillActiveProps;
875
+ fillActiveHover?: import("@itcase/types").FillActiveHoverProps;
876
+ fillDisabled?: import("@itcase/types").FillProps;
877
+ fillHover?: import("@itcase/types").FillHoverProps;
878
+ shape?: import("@itcase/types").ShapeProps;
879
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
880
+ size?: import("@itcase/types").SizeProps;
881
+ textColor?: import("@itcase/types").TextColorProps;
882
+ textSize?: import("@itcase/types").TextSizeProps;
883
+ } | undefined;
884
+ extraMutedTertiary?: {
885
+ borderColor?: import("@itcase/types").BorderColorProps;
886
+ direction?: import("@itcase/types").DirectionProps;
887
+ fill?: import("@itcase/types").FillProps;
888
+ fillActive?: import("@itcase/types").FillActiveProps;
889
+ fillActiveHover?: import("@itcase/types").FillActiveHoverProps;
890
+ fillDisabled?: import("@itcase/types").FillProps;
891
+ fillHover?: import("@itcase/types").FillHoverProps;
892
+ shape?: import("@itcase/types").ShapeProps;
893
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
894
+ size?: import("@itcase/types").SizeProps;
895
+ textColor?: import("@itcase/types").TextColorProps;
896
+ textSize?: import("@itcase/types").TextSizeProps;
897
+ } | undefined;
898
+ infoMutedPrimary?: {
899
+ borderColor?: import("@itcase/types").BorderColorProps;
900
+ direction?: import("@itcase/types").DirectionProps;
901
+ fill?: import("@itcase/types").FillProps;
902
+ fillActive?: import("@itcase/types").FillActiveProps;
903
+ fillActiveHover?: import("@itcase/types").FillActiveHoverProps;
904
+ fillDisabled?: import("@itcase/types").FillProps;
905
+ fillHover?: import("@itcase/types").FillHoverProps;
906
+ shape?: import("@itcase/types").ShapeProps;
907
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
908
+ size?: import("@itcase/types").SizeProps;
909
+ textColor?: import("@itcase/types").TextColorProps;
910
+ textSize?: import("@itcase/types").TextSizeProps;
911
+ } | undefined;
912
+ infoMutedQuaternary?: {
913
+ borderColor?: import("@itcase/types").BorderColorProps;
914
+ direction?: import("@itcase/types").DirectionProps;
915
+ fill?: import("@itcase/types").FillProps;
916
+ fillActive?: import("@itcase/types").FillActiveProps;
917
+ fillActiveHover?: import("@itcase/types").FillActiveHoverProps;
918
+ fillDisabled?: import("@itcase/types").FillProps;
919
+ fillHover?: import("@itcase/types").FillHoverProps;
920
+ shape?: import("@itcase/types").ShapeProps;
921
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
922
+ size?: import("@itcase/types").SizeProps;
923
+ textColor?: import("@itcase/types").TextColorProps;
924
+ textSize?: import("@itcase/types").TextSizeProps;
925
+ } | undefined;
926
+ infoMutedSecondary?: {
927
+ borderColor?: import("@itcase/types").BorderColorProps;
928
+ direction?: import("@itcase/types").DirectionProps;
929
+ fill?: import("@itcase/types").FillProps;
930
+ fillActive?: import("@itcase/types").FillActiveProps;
931
+ fillActiveHover?: import("@itcase/types").FillActiveHoverProps;
932
+ fillDisabled?: import("@itcase/types").FillProps;
933
+ fillHover?: import("@itcase/types").FillHoverProps;
934
+ shape?: import("@itcase/types").ShapeProps;
935
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
936
+ size?: import("@itcase/types").SizeProps;
937
+ textColor?: import("@itcase/types").TextColorProps;
938
+ textSize?: import("@itcase/types").TextSizeProps;
939
+ } | undefined;
940
+ infoMutedTertiary?: {
941
+ borderColor?: import("@itcase/types").BorderColorProps;
942
+ direction?: import("@itcase/types").DirectionProps;
943
+ fill?: import("@itcase/types").FillProps;
944
+ fillActive?: import("@itcase/types").FillActiveProps;
945
+ fillActiveHover?: import("@itcase/types").FillActiveHoverProps;
946
+ fillDisabled?: import("@itcase/types").FillProps;
947
+ fillHover?: import("@itcase/types").FillHoverProps;
948
+ shape?: import("@itcase/types").ShapeProps;
949
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
950
+ size?: import("@itcase/types").SizeProps;
951
+ textColor?: import("@itcase/types").TextColorProps;
952
+ textSize?: import("@itcase/types").TextSizeProps;
953
+ } | undefined;
954
+ specialMutedPrimary?: {
955
+ borderColor?: import("@itcase/types").BorderColorProps;
956
+ direction?: import("@itcase/types").DirectionProps;
957
+ fill?: import("@itcase/types").FillProps;
958
+ fillActive?: import("@itcase/types").FillActiveProps;
959
+ fillActiveHover?: import("@itcase/types").FillActiveHoverProps;
960
+ fillDisabled?: import("@itcase/types").FillProps;
961
+ fillHover?: import("@itcase/types").FillHoverProps;
962
+ shape?: import("@itcase/types").ShapeProps;
963
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
964
+ size?: import("@itcase/types").SizeProps;
965
+ textColor?: import("@itcase/types").TextColorProps;
966
+ textSize?: import("@itcase/types").TextSizeProps;
967
+ } | undefined;
968
+ specialMutedQuaternary?: {
969
+ borderColor?: import("@itcase/types").BorderColorProps;
970
+ direction?: import("@itcase/types").DirectionProps;
971
+ fill?: import("@itcase/types").FillProps;
972
+ fillActive?: import("@itcase/types").FillActiveProps;
973
+ fillActiveHover?: import("@itcase/types").FillActiveHoverProps;
974
+ fillDisabled?: import("@itcase/types").FillProps;
975
+ fillHover?: import("@itcase/types").FillHoverProps;
976
+ shape?: import("@itcase/types").ShapeProps;
977
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
978
+ size?: import("@itcase/types").SizeProps;
979
+ textColor?: import("@itcase/types").TextColorProps;
980
+ textSize?: import("@itcase/types").TextSizeProps;
981
+ } | undefined;
982
+ specialMutedSecondary?: {
983
+ borderColor?: import("@itcase/types").BorderColorProps;
984
+ direction?: import("@itcase/types").DirectionProps;
985
+ fill?: import("@itcase/types").FillProps;
986
+ fillActive?: import("@itcase/types").FillActiveProps;
987
+ fillActiveHover?: import("@itcase/types").FillActiveHoverProps;
988
+ fillDisabled?: import("@itcase/types").FillProps;
989
+ fillHover?: import("@itcase/types").FillHoverProps;
990
+ shape?: import("@itcase/types").ShapeProps;
991
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
992
+ size?: import("@itcase/types").SizeProps;
993
+ textColor?: import("@itcase/types").TextColorProps;
994
+ textSize?: import("@itcase/types").TextSizeProps;
995
+ } | undefined;
996
+ specialMutedTertiary?: {
997
+ borderColor?: import("@itcase/types").BorderColorProps;
998
+ direction?: import("@itcase/types").DirectionProps;
999
+ fill?: import("@itcase/types").FillProps;
1000
+ fillActive?: import("@itcase/types").FillActiveProps;
1001
+ fillActiveHover?: import("@itcase/types").FillActiveHoverProps;
1002
+ fillDisabled?: import("@itcase/types").FillProps;
1003
+ fillHover?: import("@itcase/types").FillHoverProps;
1004
+ shape?: import("@itcase/types").ShapeProps;
1005
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1006
+ size?: import("@itcase/types").SizeProps;
1007
+ textColor?: import("@itcase/types").TextColorProps;
1008
+ textSize?: import("@itcase/types").TextSizeProps;
1009
+ } | undefined;
1010
+ successMutedPrimary?: {
1011
+ borderColor?: import("@itcase/types").BorderColorProps;
1012
+ direction?: import("@itcase/types").DirectionProps;
1013
+ fill?: import("@itcase/types").FillProps;
1014
+ fillActive?: import("@itcase/types").FillActiveProps;
1015
+ fillActiveHover?: import("@itcase/types").FillActiveHoverProps;
1016
+ fillDisabled?: import("@itcase/types").FillProps;
1017
+ fillHover?: import("@itcase/types").FillHoverProps;
1018
+ shape?: import("@itcase/types").ShapeProps;
1019
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1020
+ size?: import("@itcase/types").SizeProps;
1021
+ textColor?: import("@itcase/types").TextColorProps;
1022
+ textSize?: import("@itcase/types").TextSizeProps;
1023
+ } | undefined;
1024
+ successMutedQuaternary?: {
1025
+ borderColor?: import("@itcase/types").BorderColorProps;
1026
+ direction?: import("@itcase/types").DirectionProps;
1027
+ fill?: import("@itcase/types").FillProps;
1028
+ fillActive?: import("@itcase/types").FillActiveProps;
1029
+ fillActiveHover?: import("@itcase/types").FillActiveHoverProps;
1030
+ fillDisabled?: import("@itcase/types").FillProps;
1031
+ fillHover?: import("@itcase/types").FillHoverProps;
1032
+ shape?: import("@itcase/types").ShapeProps;
1033
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1034
+ size?: import("@itcase/types").SizeProps;
1035
+ textColor?: import("@itcase/types").TextColorProps;
1036
+ textSize?: import("@itcase/types").TextSizeProps;
1037
+ } | undefined;
1038
+ successMutedSecondary?: {
1039
+ borderColor?: import("@itcase/types").BorderColorProps;
1040
+ direction?: import("@itcase/types").DirectionProps;
1041
+ fill?: import("@itcase/types").FillProps;
1042
+ fillActive?: import("@itcase/types").FillActiveProps;
1043
+ fillActiveHover?: import("@itcase/types").FillActiveHoverProps;
1044
+ fillDisabled?: import("@itcase/types").FillProps;
1045
+ fillHover?: import("@itcase/types").FillHoverProps;
1046
+ shape?: import("@itcase/types").ShapeProps;
1047
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1048
+ size?: import("@itcase/types").SizeProps;
1049
+ textColor?: import("@itcase/types").TextColorProps;
1050
+ textSize?: import("@itcase/types").TextSizeProps;
1051
+ } | undefined;
1052
+ successMutedTertiary?: {
1053
+ borderColor?: import("@itcase/types").BorderColorProps;
1054
+ direction?: import("@itcase/types").DirectionProps;
1055
+ fill?: import("@itcase/types").FillProps;
1056
+ fillActive?: import("@itcase/types").FillActiveProps;
1057
+ fillActiveHover?: import("@itcase/types").FillActiveHoverProps;
1058
+ fillDisabled?: import("@itcase/types").FillProps;
1059
+ fillHover?: import("@itcase/types").FillHoverProps;
1060
+ shape?: import("@itcase/types").ShapeProps;
1061
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1062
+ size?: import("@itcase/types").SizeProps;
1063
+ textColor?: import("@itcase/types").TextColorProps;
1064
+ textSize?: import("@itcase/types").TextSizeProps;
1065
+ } | undefined;
1066
+ surfaceMutedPrimary?: {
1067
+ borderColor?: import("@itcase/types").BorderColorProps;
1068
+ direction?: import("@itcase/types").DirectionProps;
1069
+ fill?: import("@itcase/types").FillProps;
1070
+ fillActive?: import("@itcase/types").FillActiveProps;
1071
+ fillActiveHover?: import("@itcase/types").FillActiveHoverProps;
1072
+ fillDisabled?: import("@itcase/types").FillProps;
1073
+ fillHover?: import("@itcase/types").FillHoverProps;
1074
+ shape?: import("@itcase/types").ShapeProps;
1075
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1076
+ size?: import("@itcase/types").SizeProps;
1077
+ textColor?: import("@itcase/types").TextColorProps;
1078
+ textSize?: import("@itcase/types").TextSizeProps;
1079
+ } | undefined;
1080
+ surfaceMutedQuaternary?: {
1081
+ borderColor?: import("@itcase/types").BorderColorProps;
1082
+ direction?: import("@itcase/types").DirectionProps;
1083
+ fill?: import("@itcase/types").FillProps;
1084
+ fillActive?: import("@itcase/types").FillActiveProps;
1085
+ fillActiveHover?: import("@itcase/types").FillActiveHoverProps;
1086
+ fillDisabled?: import("@itcase/types").FillProps;
1087
+ fillHover?: import("@itcase/types").FillHoverProps;
1088
+ shape?: import("@itcase/types").ShapeProps;
1089
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1090
+ size?: import("@itcase/types").SizeProps;
1091
+ textColor?: import("@itcase/types").TextColorProps;
1092
+ textSize?: import("@itcase/types").TextSizeProps;
1093
+ } | undefined;
1094
+ surfaceMutedSecondary?: {
1095
+ borderColor?: import("@itcase/types").BorderColorProps;
1096
+ direction?: import("@itcase/types").DirectionProps;
1097
+ fill?: import("@itcase/types").FillProps;
1098
+ fillActive?: import("@itcase/types").FillActiveProps;
1099
+ fillActiveHover?: import("@itcase/types").FillActiveHoverProps;
1100
+ fillDisabled?: import("@itcase/types").FillProps;
1101
+ fillHover?: import("@itcase/types").FillHoverProps;
1102
+ shape?: import("@itcase/types").ShapeProps;
1103
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1104
+ size?: import("@itcase/types").SizeProps;
1105
+ textColor?: import("@itcase/types").TextColorProps;
1106
+ textSize?: import("@itcase/types").TextSizeProps;
1107
+ } | undefined;
1108
+ surfaceMutedTertiary?: {
1109
+ borderColor?: import("@itcase/types").BorderColorProps;
1110
+ direction?: import("@itcase/types").DirectionProps;
1111
+ fill?: import("@itcase/types").FillProps;
1112
+ fillActive?: import("@itcase/types").FillActiveProps;
1113
+ fillActiveHover?: import("@itcase/types").FillActiveHoverProps;
1114
+ fillDisabled?: import("@itcase/types").FillProps;
1115
+ fillHover?: import("@itcase/types").FillHoverProps;
1116
+ shape?: import("@itcase/types").ShapeProps;
1117
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1118
+ size?: import("@itcase/types").SizeProps;
1119
+ textColor?: import("@itcase/types").TextColorProps;
1120
+ textSize?: import("@itcase/types").TextSizeProps;
1121
+ } | undefined;
1122
+ warningMutedPrimary?: {
1123
+ borderColor?: import("@itcase/types").BorderColorProps;
1124
+ direction?: import("@itcase/types").DirectionProps;
1125
+ fill?: import("@itcase/types").FillProps;
1126
+ fillActive?: import("@itcase/types").FillActiveProps;
1127
+ fillActiveHover?: import("@itcase/types").FillActiveHoverProps;
1128
+ fillDisabled?: import("@itcase/types").FillProps;
1129
+ fillHover?: import("@itcase/types").FillHoverProps;
1130
+ shape?: import("@itcase/types").ShapeProps;
1131
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1132
+ size?: import("@itcase/types").SizeProps;
1133
+ textColor?: import("@itcase/types").TextColorProps;
1134
+ textSize?: import("@itcase/types").TextSizeProps;
1135
+ } | undefined;
1136
+ warningMutedQuaternary?: {
1137
+ borderColor?: import("@itcase/types").BorderColorProps;
1138
+ direction?: import("@itcase/types").DirectionProps;
1139
+ fill?: import("@itcase/types").FillProps;
1140
+ fillActive?: import("@itcase/types").FillActiveProps;
1141
+ fillActiveHover?: import("@itcase/types").FillActiveHoverProps;
1142
+ fillDisabled?: import("@itcase/types").FillProps;
1143
+ fillHover?: import("@itcase/types").FillHoverProps;
1144
+ shape?: import("@itcase/types").ShapeProps;
1145
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1146
+ size?: import("@itcase/types").SizeProps;
1147
+ textColor?: import("@itcase/types").TextColorProps;
1148
+ textSize?: import("@itcase/types").TextSizeProps;
1149
+ } | undefined;
1150
+ warningMutedSecondary?: {
1151
+ borderColor?: import("@itcase/types").BorderColorProps;
1152
+ direction?: import("@itcase/types").DirectionProps;
1153
+ fill?: import("@itcase/types").FillProps;
1154
+ fillActive?: import("@itcase/types").FillActiveProps;
1155
+ fillActiveHover?: import("@itcase/types").FillActiveHoverProps;
1156
+ fillDisabled?: import("@itcase/types").FillProps;
1157
+ fillHover?: import("@itcase/types").FillHoverProps;
1158
+ shape?: import("@itcase/types").ShapeProps;
1159
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1160
+ size?: import("@itcase/types").SizeProps;
1161
+ textColor?: import("@itcase/types").TextColorProps;
1162
+ textSize?: import("@itcase/types").TextSizeProps;
1163
+ } | undefined;
1164
+ warningMutedTertiary?: {
1165
+ borderColor?: import("@itcase/types").BorderColorProps;
1166
+ direction?: import("@itcase/types").DirectionProps;
1167
+ fill?: import("@itcase/types").FillProps;
1168
+ fillActive?: import("@itcase/types").FillActiveProps;
1169
+ fillActiveHover?: import("@itcase/types").FillActiveHoverProps;
1170
+ fillDisabled?: import("@itcase/types").FillProps;
1171
+ fillHover?: import("@itcase/types").FillHoverProps;
1172
+ shape?: import("@itcase/types").ShapeProps;
1173
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1174
+ size?: import("@itcase/types").SizeProps;
1175
+ textColor?: import("@itcase/types").TextColorProps;
1176
+ textSize?: import("@itcase/types").TextSizeProps;
1177
+ } | undefined;
618
1178
  sizeXXS?: {
619
1179
  borderColor?: import("@itcase/types").BorderColorProps;
620
1180
  direction?: import("@itcase/types").DirectionProps;