@itcase/ui 1.9.32 → 1.9.34

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_DzjEQKXj.js} +44 -16
  2. package/dist/{SelectContainer_es_Bxt5C3nI.js → SelectContainer_es_BlhjV0hm.js} +44 -16
  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 +53 -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
@@ -747,6 +747,686 @@ export declare const badgeAppearance: {
747
747
  textColor?: import("@itcase/types").TextColorProps;
748
748
  textSize?: import("@itcase/types").TextSizeProps;
749
749
  } | undefined;
750
+ accentMutedPrimary?: {
751
+ borderColor?: import("@itcase/types").BorderColorProps;
752
+ borderColorHover?: import("@itcase/types").BorderColorHoverProps;
753
+ borderType?: import("@itcase/types").BorderTypeProps;
754
+ borderWidth?: import("@itcase/types").BorderWidthProps;
755
+ dotFill?: import("@itcase/types").SvgFillItemProps;
756
+ fill?: import("@itcase/types").FillProps;
757
+ fillHover?: import("@itcase/types").FillHoverProps;
758
+ iconFill?: import("@itcase/types").IconFillItemProps | import("@itcase/types").IconFillProps;
759
+ iconShape?: import("@itcase/types").ShapeProps;
760
+ iconSize?: import("@itcase/types").IconSizeProps;
761
+ shape?: import("@itcase/types").ShapeProps;
762
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
763
+ size?: import("@itcase/types").SizeProps;
764
+ textColor?: import("@itcase/types").TextColorProps;
765
+ textSize?: import("@itcase/types").TextSizeProps;
766
+ } | undefined;
767
+ accentMutedQuaternary?: {
768
+ borderColor?: import("@itcase/types").BorderColorProps;
769
+ borderColorHover?: import("@itcase/types").BorderColorHoverProps;
770
+ borderType?: import("@itcase/types").BorderTypeProps;
771
+ borderWidth?: import("@itcase/types").BorderWidthProps;
772
+ dotFill?: import("@itcase/types").SvgFillItemProps;
773
+ fill?: import("@itcase/types").FillProps;
774
+ fillHover?: import("@itcase/types").FillHoverProps;
775
+ iconFill?: import("@itcase/types").IconFillItemProps | import("@itcase/types").IconFillProps;
776
+ iconShape?: import("@itcase/types").ShapeProps;
777
+ iconSize?: import("@itcase/types").IconSizeProps;
778
+ shape?: import("@itcase/types").ShapeProps;
779
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
780
+ size?: import("@itcase/types").SizeProps;
781
+ textColor?: import("@itcase/types").TextColorProps;
782
+ textSize?: import("@itcase/types").TextSizeProps;
783
+ } | undefined;
784
+ accentMutedSecondary?: {
785
+ borderColor?: import("@itcase/types").BorderColorProps;
786
+ borderColorHover?: import("@itcase/types").BorderColorHoverProps;
787
+ borderType?: import("@itcase/types").BorderTypeProps;
788
+ borderWidth?: import("@itcase/types").BorderWidthProps;
789
+ dotFill?: import("@itcase/types").SvgFillItemProps;
790
+ fill?: import("@itcase/types").FillProps;
791
+ fillHover?: import("@itcase/types").FillHoverProps;
792
+ iconFill?: import("@itcase/types").IconFillItemProps | import("@itcase/types").IconFillProps;
793
+ iconShape?: import("@itcase/types").ShapeProps;
794
+ iconSize?: import("@itcase/types").IconSizeProps;
795
+ shape?: import("@itcase/types").ShapeProps;
796
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
797
+ size?: import("@itcase/types").SizeProps;
798
+ textColor?: import("@itcase/types").TextColorProps;
799
+ textSize?: import("@itcase/types").TextSizeProps;
800
+ } | undefined;
801
+ accentMutedTertiary?: {
802
+ borderColor?: import("@itcase/types").BorderColorProps;
803
+ borderColorHover?: import("@itcase/types").BorderColorHoverProps;
804
+ borderType?: import("@itcase/types").BorderTypeProps;
805
+ borderWidth?: import("@itcase/types").BorderWidthProps;
806
+ dotFill?: import("@itcase/types").SvgFillItemProps;
807
+ fill?: import("@itcase/types").FillProps;
808
+ fillHover?: import("@itcase/types").FillHoverProps;
809
+ iconFill?: import("@itcase/types").IconFillItemProps | import("@itcase/types").IconFillProps;
810
+ iconShape?: import("@itcase/types").ShapeProps;
811
+ iconSize?: import("@itcase/types").IconSizeProps;
812
+ shape?: import("@itcase/types").ShapeProps;
813
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
814
+ size?: import("@itcase/types").SizeProps;
815
+ textColor?: import("@itcase/types").TextColorProps;
816
+ textSize?: import("@itcase/types").TextSizeProps;
817
+ } | undefined;
818
+ dangerMutedPrimary?: {
819
+ borderColor?: import("@itcase/types").BorderColorProps;
820
+ borderColorHover?: import("@itcase/types").BorderColorHoverProps;
821
+ borderType?: import("@itcase/types").BorderTypeProps;
822
+ borderWidth?: import("@itcase/types").BorderWidthProps;
823
+ dotFill?: import("@itcase/types").SvgFillItemProps;
824
+ fill?: import("@itcase/types").FillProps;
825
+ fillHover?: import("@itcase/types").FillHoverProps;
826
+ iconFill?: import("@itcase/types").IconFillItemProps | import("@itcase/types").IconFillProps;
827
+ iconShape?: import("@itcase/types").ShapeProps;
828
+ iconSize?: import("@itcase/types").IconSizeProps;
829
+ shape?: import("@itcase/types").ShapeProps;
830
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
831
+ size?: import("@itcase/types").SizeProps;
832
+ textColor?: import("@itcase/types").TextColorProps;
833
+ textSize?: import("@itcase/types").TextSizeProps;
834
+ } | undefined;
835
+ dangerMutedQuaternary?: {
836
+ borderColor?: import("@itcase/types").BorderColorProps;
837
+ borderColorHover?: import("@itcase/types").BorderColorHoverProps;
838
+ borderType?: import("@itcase/types").BorderTypeProps;
839
+ borderWidth?: import("@itcase/types").BorderWidthProps;
840
+ dotFill?: import("@itcase/types").SvgFillItemProps;
841
+ fill?: import("@itcase/types").FillProps;
842
+ fillHover?: import("@itcase/types").FillHoverProps;
843
+ iconFill?: import("@itcase/types").IconFillItemProps | import("@itcase/types").IconFillProps;
844
+ iconShape?: import("@itcase/types").ShapeProps;
845
+ iconSize?: import("@itcase/types").IconSizeProps;
846
+ shape?: import("@itcase/types").ShapeProps;
847
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
848
+ size?: import("@itcase/types").SizeProps;
849
+ textColor?: import("@itcase/types").TextColorProps;
850
+ textSize?: import("@itcase/types").TextSizeProps;
851
+ } | undefined;
852
+ dangerMutedSecondary?: {
853
+ borderColor?: import("@itcase/types").BorderColorProps;
854
+ borderColorHover?: import("@itcase/types").BorderColorHoverProps;
855
+ borderType?: import("@itcase/types").BorderTypeProps;
856
+ borderWidth?: import("@itcase/types").BorderWidthProps;
857
+ dotFill?: import("@itcase/types").SvgFillItemProps;
858
+ fill?: import("@itcase/types").FillProps;
859
+ fillHover?: import("@itcase/types").FillHoverProps;
860
+ iconFill?: import("@itcase/types").IconFillItemProps | import("@itcase/types").IconFillProps;
861
+ iconShape?: import("@itcase/types").ShapeProps;
862
+ iconSize?: import("@itcase/types").IconSizeProps;
863
+ shape?: import("@itcase/types").ShapeProps;
864
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
865
+ size?: import("@itcase/types").SizeProps;
866
+ textColor?: import("@itcase/types").TextColorProps;
867
+ textSize?: import("@itcase/types").TextSizeProps;
868
+ } | undefined;
869
+ dangerMutedTertiary?: {
870
+ borderColor?: import("@itcase/types").BorderColorProps;
871
+ borderColorHover?: import("@itcase/types").BorderColorHoverProps;
872
+ borderType?: import("@itcase/types").BorderTypeProps;
873
+ borderWidth?: import("@itcase/types").BorderWidthProps;
874
+ dotFill?: import("@itcase/types").SvgFillItemProps;
875
+ fill?: import("@itcase/types").FillProps;
876
+ fillHover?: import("@itcase/types").FillHoverProps;
877
+ iconFill?: import("@itcase/types").IconFillItemProps | import("@itcase/types").IconFillProps;
878
+ iconShape?: import("@itcase/types").ShapeProps;
879
+ iconSize?: import("@itcase/types").IconSizeProps;
880
+ shape?: import("@itcase/types").ShapeProps;
881
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
882
+ size?: import("@itcase/types").SizeProps;
883
+ textColor?: import("@itcase/types").TextColorProps;
884
+ textSize?: import("@itcase/types").TextSizeProps;
885
+ } | undefined;
886
+ disabledMutedPrimary?: {
887
+ borderColor?: import("@itcase/types").BorderColorProps;
888
+ borderColorHover?: import("@itcase/types").BorderColorHoverProps;
889
+ borderType?: import("@itcase/types").BorderTypeProps;
890
+ borderWidth?: import("@itcase/types").BorderWidthProps;
891
+ dotFill?: import("@itcase/types").SvgFillItemProps;
892
+ fill?: import("@itcase/types").FillProps;
893
+ fillHover?: import("@itcase/types").FillHoverProps;
894
+ iconFill?: import("@itcase/types").IconFillItemProps | import("@itcase/types").IconFillProps;
895
+ iconShape?: import("@itcase/types").ShapeProps;
896
+ iconSize?: import("@itcase/types").IconSizeProps;
897
+ shape?: import("@itcase/types").ShapeProps;
898
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
899
+ size?: import("@itcase/types").SizeProps;
900
+ textColor?: import("@itcase/types").TextColorProps;
901
+ textSize?: import("@itcase/types").TextSizeProps;
902
+ } | undefined;
903
+ disabledMutedQuaternary?: {
904
+ borderColor?: import("@itcase/types").BorderColorProps;
905
+ borderColorHover?: import("@itcase/types").BorderColorHoverProps;
906
+ borderType?: import("@itcase/types").BorderTypeProps;
907
+ borderWidth?: import("@itcase/types").BorderWidthProps;
908
+ dotFill?: import("@itcase/types").SvgFillItemProps;
909
+ fill?: import("@itcase/types").FillProps;
910
+ fillHover?: import("@itcase/types").FillHoverProps;
911
+ iconFill?: import("@itcase/types").IconFillItemProps | import("@itcase/types").IconFillProps;
912
+ iconShape?: import("@itcase/types").ShapeProps;
913
+ iconSize?: import("@itcase/types").IconSizeProps;
914
+ shape?: import("@itcase/types").ShapeProps;
915
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
916
+ size?: import("@itcase/types").SizeProps;
917
+ textColor?: import("@itcase/types").TextColorProps;
918
+ textSize?: import("@itcase/types").TextSizeProps;
919
+ } | undefined;
920
+ disabledMutedSecondary?: {
921
+ borderColor?: import("@itcase/types").BorderColorProps;
922
+ borderColorHover?: import("@itcase/types").BorderColorHoverProps;
923
+ borderType?: import("@itcase/types").BorderTypeProps;
924
+ borderWidth?: import("@itcase/types").BorderWidthProps;
925
+ dotFill?: import("@itcase/types").SvgFillItemProps;
926
+ fill?: import("@itcase/types").FillProps;
927
+ fillHover?: import("@itcase/types").FillHoverProps;
928
+ iconFill?: import("@itcase/types").IconFillItemProps | import("@itcase/types").IconFillProps;
929
+ iconShape?: import("@itcase/types").ShapeProps;
930
+ iconSize?: import("@itcase/types").IconSizeProps;
931
+ shape?: import("@itcase/types").ShapeProps;
932
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
933
+ size?: import("@itcase/types").SizeProps;
934
+ textColor?: import("@itcase/types").TextColorProps;
935
+ textSize?: import("@itcase/types").TextSizeProps;
936
+ } | undefined;
937
+ disabledMutedTertiary?: {
938
+ borderColor?: import("@itcase/types").BorderColorProps;
939
+ borderColorHover?: import("@itcase/types").BorderColorHoverProps;
940
+ borderType?: import("@itcase/types").BorderTypeProps;
941
+ borderWidth?: import("@itcase/types").BorderWidthProps;
942
+ dotFill?: import("@itcase/types").SvgFillItemProps;
943
+ fill?: import("@itcase/types").FillProps;
944
+ fillHover?: import("@itcase/types").FillHoverProps;
945
+ iconFill?: import("@itcase/types").IconFillItemProps | import("@itcase/types").IconFillProps;
946
+ iconShape?: import("@itcase/types").ShapeProps;
947
+ iconSize?: import("@itcase/types").IconSizeProps;
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
+ errorMutedPrimary?: {
955
+ borderColor?: import("@itcase/types").BorderColorProps;
956
+ borderColorHover?: import("@itcase/types").BorderColorHoverProps;
957
+ borderType?: import("@itcase/types").BorderTypeProps;
958
+ borderWidth?: import("@itcase/types").BorderWidthProps;
959
+ dotFill?: import("@itcase/types").SvgFillItemProps;
960
+ fill?: import("@itcase/types").FillProps;
961
+ fillHover?: import("@itcase/types").FillHoverProps;
962
+ iconFill?: import("@itcase/types").IconFillItemProps | import("@itcase/types").IconFillProps;
963
+ iconShape?: import("@itcase/types").ShapeProps;
964
+ iconSize?: import("@itcase/types").IconSizeProps;
965
+ shape?: import("@itcase/types").ShapeProps;
966
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
967
+ size?: import("@itcase/types").SizeProps;
968
+ textColor?: import("@itcase/types").TextColorProps;
969
+ textSize?: import("@itcase/types").TextSizeProps;
970
+ } | undefined;
971
+ errorMutedQuaternary?: {
972
+ borderColor?: import("@itcase/types").BorderColorProps;
973
+ borderColorHover?: import("@itcase/types").BorderColorHoverProps;
974
+ borderType?: import("@itcase/types").BorderTypeProps;
975
+ borderWidth?: import("@itcase/types").BorderWidthProps;
976
+ dotFill?: import("@itcase/types").SvgFillItemProps;
977
+ fill?: import("@itcase/types").FillProps;
978
+ fillHover?: import("@itcase/types").FillHoverProps;
979
+ iconFill?: import("@itcase/types").IconFillItemProps | import("@itcase/types").IconFillProps;
980
+ iconShape?: import("@itcase/types").ShapeProps;
981
+ iconSize?: import("@itcase/types").IconSizeProps;
982
+ shape?: import("@itcase/types").ShapeProps;
983
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
984
+ size?: import("@itcase/types").SizeProps;
985
+ textColor?: import("@itcase/types").TextColorProps;
986
+ textSize?: import("@itcase/types").TextSizeProps;
987
+ } | undefined;
988
+ errorMutedSecondary?: {
989
+ borderColor?: import("@itcase/types").BorderColorProps;
990
+ borderColorHover?: import("@itcase/types").BorderColorHoverProps;
991
+ borderType?: import("@itcase/types").BorderTypeProps;
992
+ borderWidth?: import("@itcase/types").BorderWidthProps;
993
+ dotFill?: import("@itcase/types").SvgFillItemProps;
994
+ fill?: import("@itcase/types").FillProps;
995
+ fillHover?: import("@itcase/types").FillHoverProps;
996
+ iconFill?: import("@itcase/types").IconFillItemProps | import("@itcase/types").IconFillProps;
997
+ iconShape?: import("@itcase/types").ShapeProps;
998
+ iconSize?: import("@itcase/types").IconSizeProps;
999
+ shape?: import("@itcase/types").ShapeProps;
1000
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1001
+ size?: import("@itcase/types").SizeProps;
1002
+ textColor?: import("@itcase/types").TextColorProps;
1003
+ textSize?: import("@itcase/types").TextSizeProps;
1004
+ } | undefined;
1005
+ errorMutedTertiary?: {
1006
+ borderColor?: import("@itcase/types").BorderColorProps;
1007
+ borderColorHover?: import("@itcase/types").BorderColorHoverProps;
1008
+ borderType?: import("@itcase/types").BorderTypeProps;
1009
+ borderWidth?: import("@itcase/types").BorderWidthProps;
1010
+ dotFill?: import("@itcase/types").SvgFillItemProps;
1011
+ fill?: import("@itcase/types").FillProps;
1012
+ fillHover?: import("@itcase/types").FillHoverProps;
1013
+ iconFill?: import("@itcase/types").IconFillItemProps | import("@itcase/types").IconFillProps;
1014
+ iconShape?: import("@itcase/types").ShapeProps;
1015
+ iconSize?: import("@itcase/types").IconSizeProps;
1016
+ shape?: import("@itcase/types").ShapeProps;
1017
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1018
+ size?: import("@itcase/types").SizeProps;
1019
+ textColor?: import("@itcase/types").TextColorProps;
1020
+ textSize?: import("@itcase/types").TextSizeProps;
1021
+ } | undefined;
1022
+ extraMutedPrimary?: {
1023
+ borderColor?: import("@itcase/types").BorderColorProps;
1024
+ borderColorHover?: import("@itcase/types").BorderColorHoverProps;
1025
+ borderType?: import("@itcase/types").BorderTypeProps;
1026
+ borderWidth?: import("@itcase/types").BorderWidthProps;
1027
+ dotFill?: import("@itcase/types").SvgFillItemProps;
1028
+ fill?: import("@itcase/types").FillProps;
1029
+ fillHover?: import("@itcase/types").FillHoverProps;
1030
+ iconFill?: import("@itcase/types").IconFillItemProps | import("@itcase/types").IconFillProps;
1031
+ iconShape?: import("@itcase/types").ShapeProps;
1032
+ iconSize?: import("@itcase/types").IconSizeProps;
1033
+ shape?: import("@itcase/types").ShapeProps;
1034
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1035
+ size?: import("@itcase/types").SizeProps;
1036
+ textColor?: import("@itcase/types").TextColorProps;
1037
+ textSize?: import("@itcase/types").TextSizeProps;
1038
+ } | undefined;
1039
+ extraMutedQuaternary?: {
1040
+ borderColor?: import("@itcase/types").BorderColorProps;
1041
+ borderColorHover?: import("@itcase/types").BorderColorHoverProps;
1042
+ borderType?: import("@itcase/types").BorderTypeProps;
1043
+ borderWidth?: import("@itcase/types").BorderWidthProps;
1044
+ dotFill?: import("@itcase/types").SvgFillItemProps;
1045
+ fill?: import("@itcase/types").FillProps;
1046
+ fillHover?: import("@itcase/types").FillHoverProps;
1047
+ iconFill?: import("@itcase/types").IconFillItemProps | import("@itcase/types").IconFillProps;
1048
+ iconShape?: import("@itcase/types").ShapeProps;
1049
+ iconSize?: import("@itcase/types").IconSizeProps;
1050
+ shape?: import("@itcase/types").ShapeProps;
1051
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1052
+ size?: import("@itcase/types").SizeProps;
1053
+ textColor?: import("@itcase/types").TextColorProps;
1054
+ textSize?: import("@itcase/types").TextSizeProps;
1055
+ } | undefined;
1056
+ extraMutedSecondary?: {
1057
+ borderColor?: import("@itcase/types").BorderColorProps;
1058
+ borderColorHover?: import("@itcase/types").BorderColorHoverProps;
1059
+ borderType?: import("@itcase/types").BorderTypeProps;
1060
+ borderWidth?: import("@itcase/types").BorderWidthProps;
1061
+ dotFill?: import("@itcase/types").SvgFillItemProps;
1062
+ fill?: import("@itcase/types").FillProps;
1063
+ fillHover?: import("@itcase/types").FillHoverProps;
1064
+ iconFill?: import("@itcase/types").IconFillItemProps | import("@itcase/types").IconFillProps;
1065
+ iconShape?: import("@itcase/types").ShapeProps;
1066
+ iconSize?: import("@itcase/types").IconSizeProps;
1067
+ shape?: import("@itcase/types").ShapeProps;
1068
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1069
+ size?: import("@itcase/types").SizeProps;
1070
+ textColor?: import("@itcase/types").TextColorProps;
1071
+ textSize?: import("@itcase/types").TextSizeProps;
1072
+ } | undefined;
1073
+ extraMutedTertiary?: {
1074
+ borderColor?: import("@itcase/types").BorderColorProps;
1075
+ borderColorHover?: import("@itcase/types").BorderColorHoverProps;
1076
+ borderType?: import("@itcase/types").BorderTypeProps;
1077
+ borderWidth?: import("@itcase/types").BorderWidthProps;
1078
+ dotFill?: import("@itcase/types").SvgFillItemProps;
1079
+ fill?: import("@itcase/types").FillProps;
1080
+ fillHover?: import("@itcase/types").FillHoverProps;
1081
+ iconFill?: import("@itcase/types").IconFillItemProps | import("@itcase/types").IconFillProps;
1082
+ iconShape?: import("@itcase/types").ShapeProps;
1083
+ iconSize?: import("@itcase/types").IconSizeProps;
1084
+ shape?: import("@itcase/types").ShapeProps;
1085
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1086
+ size?: import("@itcase/types").SizeProps;
1087
+ textColor?: import("@itcase/types").TextColorProps;
1088
+ textSize?: import("@itcase/types").TextSizeProps;
1089
+ } | undefined;
1090
+ infoMutedPrimary?: {
1091
+ borderColor?: import("@itcase/types").BorderColorProps;
1092
+ borderColorHover?: import("@itcase/types").BorderColorHoverProps;
1093
+ borderType?: import("@itcase/types").BorderTypeProps;
1094
+ borderWidth?: import("@itcase/types").BorderWidthProps;
1095
+ dotFill?: import("@itcase/types").SvgFillItemProps;
1096
+ fill?: import("@itcase/types").FillProps;
1097
+ fillHover?: import("@itcase/types").FillHoverProps;
1098
+ iconFill?: import("@itcase/types").IconFillItemProps | import("@itcase/types").IconFillProps;
1099
+ iconShape?: import("@itcase/types").ShapeProps;
1100
+ iconSize?: import("@itcase/types").IconSizeProps;
1101
+ shape?: import("@itcase/types").ShapeProps;
1102
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1103
+ size?: import("@itcase/types").SizeProps;
1104
+ textColor?: import("@itcase/types").TextColorProps;
1105
+ textSize?: import("@itcase/types").TextSizeProps;
1106
+ } | undefined;
1107
+ infoMutedQuaternary?: {
1108
+ borderColor?: import("@itcase/types").BorderColorProps;
1109
+ borderColorHover?: import("@itcase/types").BorderColorHoverProps;
1110
+ borderType?: import("@itcase/types").BorderTypeProps;
1111
+ borderWidth?: import("@itcase/types").BorderWidthProps;
1112
+ dotFill?: import("@itcase/types").SvgFillItemProps;
1113
+ fill?: import("@itcase/types").FillProps;
1114
+ fillHover?: import("@itcase/types").FillHoverProps;
1115
+ iconFill?: import("@itcase/types").IconFillItemProps | import("@itcase/types").IconFillProps;
1116
+ iconShape?: import("@itcase/types").ShapeProps;
1117
+ iconSize?: import("@itcase/types").IconSizeProps;
1118
+ shape?: import("@itcase/types").ShapeProps;
1119
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1120
+ size?: import("@itcase/types").SizeProps;
1121
+ textColor?: import("@itcase/types").TextColorProps;
1122
+ textSize?: import("@itcase/types").TextSizeProps;
1123
+ } | undefined;
1124
+ infoMutedSecondary?: {
1125
+ borderColor?: import("@itcase/types").BorderColorProps;
1126
+ borderColorHover?: import("@itcase/types").BorderColorHoverProps;
1127
+ borderType?: import("@itcase/types").BorderTypeProps;
1128
+ borderWidth?: import("@itcase/types").BorderWidthProps;
1129
+ dotFill?: import("@itcase/types").SvgFillItemProps;
1130
+ fill?: import("@itcase/types").FillProps;
1131
+ fillHover?: import("@itcase/types").FillHoverProps;
1132
+ iconFill?: import("@itcase/types").IconFillItemProps | import("@itcase/types").IconFillProps;
1133
+ iconShape?: import("@itcase/types").ShapeProps;
1134
+ iconSize?: import("@itcase/types").IconSizeProps;
1135
+ shape?: import("@itcase/types").ShapeProps;
1136
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1137
+ size?: import("@itcase/types").SizeProps;
1138
+ textColor?: import("@itcase/types").TextColorProps;
1139
+ textSize?: import("@itcase/types").TextSizeProps;
1140
+ } | undefined;
1141
+ infoMutedTertiary?: {
1142
+ borderColor?: import("@itcase/types").BorderColorProps;
1143
+ borderColorHover?: import("@itcase/types").BorderColorHoverProps;
1144
+ borderType?: import("@itcase/types").BorderTypeProps;
1145
+ borderWidth?: import("@itcase/types").BorderWidthProps;
1146
+ dotFill?: import("@itcase/types").SvgFillItemProps;
1147
+ fill?: import("@itcase/types").FillProps;
1148
+ fillHover?: import("@itcase/types").FillHoverProps;
1149
+ iconFill?: import("@itcase/types").IconFillItemProps | import("@itcase/types").IconFillProps;
1150
+ iconShape?: import("@itcase/types").ShapeProps;
1151
+ iconSize?: import("@itcase/types").IconSizeProps;
1152
+ shape?: import("@itcase/types").ShapeProps;
1153
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1154
+ size?: import("@itcase/types").SizeProps;
1155
+ textColor?: import("@itcase/types").TextColorProps;
1156
+ textSize?: import("@itcase/types").TextSizeProps;
1157
+ } | undefined;
1158
+ specialMutedPrimary?: {
1159
+ borderColor?: import("@itcase/types").BorderColorProps;
1160
+ borderColorHover?: import("@itcase/types").BorderColorHoverProps;
1161
+ borderType?: import("@itcase/types").BorderTypeProps;
1162
+ borderWidth?: import("@itcase/types").BorderWidthProps;
1163
+ dotFill?: import("@itcase/types").SvgFillItemProps;
1164
+ fill?: import("@itcase/types").FillProps;
1165
+ fillHover?: import("@itcase/types").FillHoverProps;
1166
+ iconFill?: import("@itcase/types").IconFillItemProps | import("@itcase/types").IconFillProps;
1167
+ iconShape?: import("@itcase/types").ShapeProps;
1168
+ iconSize?: import("@itcase/types").IconSizeProps;
1169
+ shape?: import("@itcase/types").ShapeProps;
1170
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1171
+ size?: import("@itcase/types").SizeProps;
1172
+ textColor?: import("@itcase/types").TextColorProps;
1173
+ textSize?: import("@itcase/types").TextSizeProps;
1174
+ } | undefined;
1175
+ specialMutedQuaternary?: {
1176
+ borderColor?: import("@itcase/types").BorderColorProps;
1177
+ borderColorHover?: import("@itcase/types").BorderColorHoverProps;
1178
+ borderType?: import("@itcase/types").BorderTypeProps;
1179
+ borderWidth?: import("@itcase/types").BorderWidthProps;
1180
+ dotFill?: import("@itcase/types").SvgFillItemProps;
1181
+ fill?: import("@itcase/types").FillProps;
1182
+ fillHover?: import("@itcase/types").FillHoverProps;
1183
+ iconFill?: import("@itcase/types").IconFillItemProps | import("@itcase/types").IconFillProps;
1184
+ iconShape?: import("@itcase/types").ShapeProps;
1185
+ iconSize?: import("@itcase/types").IconSizeProps;
1186
+ shape?: import("@itcase/types").ShapeProps;
1187
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1188
+ size?: import("@itcase/types").SizeProps;
1189
+ textColor?: import("@itcase/types").TextColorProps;
1190
+ textSize?: import("@itcase/types").TextSizeProps;
1191
+ } | undefined;
1192
+ specialMutedSecondary?: {
1193
+ borderColor?: import("@itcase/types").BorderColorProps;
1194
+ borderColorHover?: import("@itcase/types").BorderColorHoverProps;
1195
+ borderType?: import("@itcase/types").BorderTypeProps;
1196
+ borderWidth?: import("@itcase/types").BorderWidthProps;
1197
+ dotFill?: import("@itcase/types").SvgFillItemProps;
1198
+ fill?: import("@itcase/types").FillProps;
1199
+ fillHover?: import("@itcase/types").FillHoverProps;
1200
+ iconFill?: import("@itcase/types").IconFillItemProps | import("@itcase/types").IconFillProps;
1201
+ iconShape?: import("@itcase/types").ShapeProps;
1202
+ iconSize?: import("@itcase/types").IconSizeProps;
1203
+ shape?: import("@itcase/types").ShapeProps;
1204
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1205
+ size?: import("@itcase/types").SizeProps;
1206
+ textColor?: import("@itcase/types").TextColorProps;
1207
+ textSize?: import("@itcase/types").TextSizeProps;
1208
+ } | undefined;
1209
+ specialMutedTertiary?: {
1210
+ borderColor?: import("@itcase/types").BorderColorProps;
1211
+ borderColorHover?: import("@itcase/types").BorderColorHoverProps;
1212
+ borderType?: import("@itcase/types").BorderTypeProps;
1213
+ borderWidth?: import("@itcase/types").BorderWidthProps;
1214
+ dotFill?: import("@itcase/types").SvgFillItemProps;
1215
+ fill?: import("@itcase/types").FillProps;
1216
+ fillHover?: import("@itcase/types").FillHoverProps;
1217
+ iconFill?: import("@itcase/types").IconFillItemProps | import("@itcase/types").IconFillProps;
1218
+ iconShape?: import("@itcase/types").ShapeProps;
1219
+ iconSize?: import("@itcase/types").IconSizeProps;
1220
+ shape?: import("@itcase/types").ShapeProps;
1221
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1222
+ size?: import("@itcase/types").SizeProps;
1223
+ textColor?: import("@itcase/types").TextColorProps;
1224
+ textSize?: import("@itcase/types").TextSizeProps;
1225
+ } | undefined;
1226
+ successMutedPrimary?: {
1227
+ borderColor?: import("@itcase/types").BorderColorProps;
1228
+ borderColorHover?: import("@itcase/types").BorderColorHoverProps;
1229
+ borderType?: import("@itcase/types").BorderTypeProps;
1230
+ borderWidth?: import("@itcase/types").BorderWidthProps;
1231
+ dotFill?: import("@itcase/types").SvgFillItemProps;
1232
+ fill?: import("@itcase/types").FillProps;
1233
+ fillHover?: import("@itcase/types").FillHoverProps;
1234
+ iconFill?: import("@itcase/types").IconFillItemProps | import("@itcase/types").IconFillProps;
1235
+ iconShape?: import("@itcase/types").ShapeProps;
1236
+ iconSize?: import("@itcase/types").IconSizeProps;
1237
+ shape?: import("@itcase/types").ShapeProps;
1238
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1239
+ size?: import("@itcase/types").SizeProps;
1240
+ textColor?: import("@itcase/types").TextColorProps;
1241
+ textSize?: import("@itcase/types").TextSizeProps;
1242
+ } | undefined;
1243
+ successMutedQuaternary?: {
1244
+ borderColor?: import("@itcase/types").BorderColorProps;
1245
+ borderColorHover?: import("@itcase/types").BorderColorHoverProps;
1246
+ borderType?: import("@itcase/types").BorderTypeProps;
1247
+ borderWidth?: import("@itcase/types").BorderWidthProps;
1248
+ dotFill?: import("@itcase/types").SvgFillItemProps;
1249
+ fill?: import("@itcase/types").FillProps;
1250
+ fillHover?: import("@itcase/types").FillHoverProps;
1251
+ iconFill?: import("@itcase/types").IconFillItemProps | import("@itcase/types").IconFillProps;
1252
+ iconShape?: import("@itcase/types").ShapeProps;
1253
+ iconSize?: import("@itcase/types").IconSizeProps;
1254
+ shape?: import("@itcase/types").ShapeProps;
1255
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1256
+ size?: import("@itcase/types").SizeProps;
1257
+ textColor?: import("@itcase/types").TextColorProps;
1258
+ textSize?: import("@itcase/types").TextSizeProps;
1259
+ } | undefined;
1260
+ successMutedSecondary?: {
1261
+ borderColor?: import("@itcase/types").BorderColorProps;
1262
+ borderColorHover?: import("@itcase/types").BorderColorHoverProps;
1263
+ borderType?: import("@itcase/types").BorderTypeProps;
1264
+ borderWidth?: import("@itcase/types").BorderWidthProps;
1265
+ dotFill?: import("@itcase/types").SvgFillItemProps;
1266
+ fill?: import("@itcase/types").FillProps;
1267
+ fillHover?: import("@itcase/types").FillHoverProps;
1268
+ iconFill?: import("@itcase/types").IconFillItemProps | import("@itcase/types").IconFillProps;
1269
+ iconShape?: import("@itcase/types").ShapeProps;
1270
+ iconSize?: import("@itcase/types").IconSizeProps;
1271
+ shape?: import("@itcase/types").ShapeProps;
1272
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1273
+ size?: import("@itcase/types").SizeProps;
1274
+ textColor?: import("@itcase/types").TextColorProps;
1275
+ textSize?: import("@itcase/types").TextSizeProps;
1276
+ } | undefined;
1277
+ successMutedTertiary?: {
1278
+ borderColor?: import("@itcase/types").BorderColorProps;
1279
+ borderColorHover?: import("@itcase/types").BorderColorHoverProps;
1280
+ borderType?: import("@itcase/types").BorderTypeProps;
1281
+ borderWidth?: import("@itcase/types").BorderWidthProps;
1282
+ dotFill?: import("@itcase/types").SvgFillItemProps;
1283
+ fill?: import("@itcase/types").FillProps;
1284
+ fillHover?: import("@itcase/types").FillHoverProps;
1285
+ iconFill?: import("@itcase/types").IconFillItemProps | import("@itcase/types").IconFillProps;
1286
+ iconShape?: import("@itcase/types").ShapeProps;
1287
+ iconSize?: import("@itcase/types").IconSizeProps;
1288
+ shape?: import("@itcase/types").ShapeProps;
1289
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1290
+ size?: import("@itcase/types").SizeProps;
1291
+ textColor?: import("@itcase/types").TextColorProps;
1292
+ textSize?: import("@itcase/types").TextSizeProps;
1293
+ } | undefined;
1294
+ surfaceMutedPrimary?: {
1295
+ borderColor?: import("@itcase/types").BorderColorProps;
1296
+ borderColorHover?: import("@itcase/types").BorderColorHoverProps;
1297
+ borderType?: import("@itcase/types").BorderTypeProps;
1298
+ borderWidth?: import("@itcase/types").BorderWidthProps;
1299
+ dotFill?: import("@itcase/types").SvgFillItemProps;
1300
+ fill?: import("@itcase/types").FillProps;
1301
+ fillHover?: import("@itcase/types").FillHoverProps;
1302
+ iconFill?: import("@itcase/types").IconFillItemProps | import("@itcase/types").IconFillProps;
1303
+ iconShape?: import("@itcase/types").ShapeProps;
1304
+ iconSize?: import("@itcase/types").IconSizeProps;
1305
+ shape?: import("@itcase/types").ShapeProps;
1306
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1307
+ size?: import("@itcase/types").SizeProps;
1308
+ textColor?: import("@itcase/types").TextColorProps;
1309
+ textSize?: import("@itcase/types").TextSizeProps;
1310
+ } | undefined;
1311
+ surfaceMutedQuaternary?: {
1312
+ borderColor?: import("@itcase/types").BorderColorProps;
1313
+ borderColorHover?: import("@itcase/types").BorderColorHoverProps;
1314
+ borderType?: import("@itcase/types").BorderTypeProps;
1315
+ borderWidth?: import("@itcase/types").BorderWidthProps;
1316
+ dotFill?: import("@itcase/types").SvgFillItemProps;
1317
+ fill?: import("@itcase/types").FillProps;
1318
+ fillHover?: import("@itcase/types").FillHoverProps;
1319
+ iconFill?: import("@itcase/types").IconFillItemProps | import("@itcase/types").IconFillProps;
1320
+ iconShape?: import("@itcase/types").ShapeProps;
1321
+ iconSize?: import("@itcase/types").IconSizeProps;
1322
+ shape?: import("@itcase/types").ShapeProps;
1323
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1324
+ size?: import("@itcase/types").SizeProps;
1325
+ textColor?: import("@itcase/types").TextColorProps;
1326
+ textSize?: import("@itcase/types").TextSizeProps;
1327
+ } | undefined;
1328
+ surfaceMutedSecondary?: {
1329
+ borderColor?: import("@itcase/types").BorderColorProps;
1330
+ borderColorHover?: import("@itcase/types").BorderColorHoverProps;
1331
+ borderType?: import("@itcase/types").BorderTypeProps;
1332
+ borderWidth?: import("@itcase/types").BorderWidthProps;
1333
+ dotFill?: import("@itcase/types").SvgFillItemProps;
1334
+ fill?: import("@itcase/types").FillProps;
1335
+ fillHover?: import("@itcase/types").FillHoverProps;
1336
+ iconFill?: import("@itcase/types").IconFillItemProps | import("@itcase/types").IconFillProps;
1337
+ iconShape?: import("@itcase/types").ShapeProps;
1338
+ iconSize?: import("@itcase/types").IconSizeProps;
1339
+ shape?: import("@itcase/types").ShapeProps;
1340
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1341
+ size?: import("@itcase/types").SizeProps;
1342
+ textColor?: import("@itcase/types").TextColorProps;
1343
+ textSize?: import("@itcase/types").TextSizeProps;
1344
+ } | undefined;
1345
+ surfaceMutedTertiary?: {
1346
+ borderColor?: import("@itcase/types").BorderColorProps;
1347
+ borderColorHover?: import("@itcase/types").BorderColorHoverProps;
1348
+ borderType?: import("@itcase/types").BorderTypeProps;
1349
+ borderWidth?: import("@itcase/types").BorderWidthProps;
1350
+ dotFill?: import("@itcase/types").SvgFillItemProps;
1351
+ fill?: import("@itcase/types").FillProps;
1352
+ fillHover?: import("@itcase/types").FillHoverProps;
1353
+ iconFill?: import("@itcase/types").IconFillItemProps | import("@itcase/types").IconFillProps;
1354
+ iconShape?: import("@itcase/types").ShapeProps;
1355
+ iconSize?: import("@itcase/types").IconSizeProps;
1356
+ shape?: import("@itcase/types").ShapeProps;
1357
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1358
+ size?: import("@itcase/types").SizeProps;
1359
+ textColor?: import("@itcase/types").TextColorProps;
1360
+ textSize?: import("@itcase/types").TextSizeProps;
1361
+ } | undefined;
1362
+ warningMutedPrimary?: {
1363
+ borderColor?: import("@itcase/types").BorderColorProps;
1364
+ borderColorHover?: import("@itcase/types").BorderColorHoverProps;
1365
+ borderType?: import("@itcase/types").BorderTypeProps;
1366
+ borderWidth?: import("@itcase/types").BorderWidthProps;
1367
+ dotFill?: import("@itcase/types").SvgFillItemProps;
1368
+ fill?: import("@itcase/types").FillProps;
1369
+ fillHover?: import("@itcase/types").FillHoverProps;
1370
+ iconFill?: import("@itcase/types").IconFillItemProps | import("@itcase/types").IconFillProps;
1371
+ iconShape?: import("@itcase/types").ShapeProps;
1372
+ iconSize?: import("@itcase/types").IconSizeProps;
1373
+ shape?: import("@itcase/types").ShapeProps;
1374
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1375
+ size?: import("@itcase/types").SizeProps;
1376
+ textColor?: import("@itcase/types").TextColorProps;
1377
+ textSize?: import("@itcase/types").TextSizeProps;
1378
+ } | undefined;
1379
+ warningMutedQuaternary?: {
1380
+ borderColor?: import("@itcase/types").BorderColorProps;
1381
+ borderColorHover?: import("@itcase/types").BorderColorHoverProps;
1382
+ borderType?: import("@itcase/types").BorderTypeProps;
1383
+ borderWidth?: import("@itcase/types").BorderWidthProps;
1384
+ dotFill?: import("@itcase/types").SvgFillItemProps;
1385
+ fill?: import("@itcase/types").FillProps;
1386
+ fillHover?: import("@itcase/types").FillHoverProps;
1387
+ iconFill?: import("@itcase/types").IconFillItemProps | import("@itcase/types").IconFillProps;
1388
+ iconShape?: import("@itcase/types").ShapeProps;
1389
+ iconSize?: import("@itcase/types").IconSizeProps;
1390
+ shape?: import("@itcase/types").ShapeProps;
1391
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1392
+ size?: import("@itcase/types").SizeProps;
1393
+ textColor?: import("@itcase/types").TextColorProps;
1394
+ textSize?: import("@itcase/types").TextSizeProps;
1395
+ } | undefined;
1396
+ warningMutedSecondary?: {
1397
+ borderColor?: import("@itcase/types").BorderColorProps;
1398
+ borderColorHover?: import("@itcase/types").BorderColorHoverProps;
1399
+ borderType?: import("@itcase/types").BorderTypeProps;
1400
+ borderWidth?: import("@itcase/types").BorderWidthProps;
1401
+ dotFill?: import("@itcase/types").SvgFillItemProps;
1402
+ fill?: import("@itcase/types").FillProps;
1403
+ fillHover?: import("@itcase/types").FillHoverProps;
1404
+ iconFill?: import("@itcase/types").IconFillItemProps | import("@itcase/types").IconFillProps;
1405
+ iconShape?: import("@itcase/types").ShapeProps;
1406
+ iconSize?: import("@itcase/types").IconSizeProps;
1407
+ shape?: import("@itcase/types").ShapeProps;
1408
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1409
+ size?: import("@itcase/types").SizeProps;
1410
+ textColor?: import("@itcase/types").TextColorProps;
1411
+ textSize?: import("@itcase/types").TextSizeProps;
1412
+ } | undefined;
1413
+ warningMutedTertiary?: {
1414
+ borderColor?: import("@itcase/types").BorderColorProps;
1415
+ borderColorHover?: import("@itcase/types").BorderColorHoverProps;
1416
+ borderType?: import("@itcase/types").BorderTypeProps;
1417
+ borderWidth?: import("@itcase/types").BorderWidthProps;
1418
+ dotFill?: import("@itcase/types").SvgFillItemProps;
1419
+ fill?: import("@itcase/types").FillProps;
1420
+ fillHover?: import("@itcase/types").FillHoverProps;
1421
+ iconFill?: import("@itcase/types").IconFillItemProps | import("@itcase/types").IconFillProps;
1422
+ iconShape?: import("@itcase/types").ShapeProps;
1423
+ iconSize?: import("@itcase/types").IconSizeProps;
1424
+ shape?: import("@itcase/types").ShapeProps;
1425
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1426
+ size?: import("@itcase/types").SizeProps;
1427
+ textColor?: import("@itcase/types").TextColorProps;
1428
+ textSize?: import("@itcase/types").TextSizeProps;
1429
+ } | undefined;
750
1430
  sizeXXS?: {
751
1431
  borderColor?: import("@itcase/types").BorderColorProps;
752
1432
  borderColorHover?: import("@itcase/types").BorderColorHoverProps;