@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
@@ -571,6 +571,526 @@ export declare const textAppearance: {
571
571
  textWeight?: import("@itcase/types").TextWeightProps;
572
572
  textWrap?: import("@itcase/types").TextWrapProps;
573
573
  } | undefined;
574
+ accentMutedPrimary?: {
575
+ cursor?: string;
576
+ font?: import("@itcase/types").TextFontProps;
577
+ size?: import("@itcase/types").TextSizeProps;
578
+ textAlign?: import("@itcase/types").TextAlignProps;
579
+ textColor?: import("@itcase/types").TextColorProps;
580
+ textColorActive?: import("@itcase/types").TextColorActiveProps;
581
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
582
+ textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
583
+ textTruncate?: boolean;
584
+ textWeight?: import("@itcase/types").TextWeightProps;
585
+ textWrap?: import("@itcase/types").TextWrapProps;
586
+ } | undefined;
587
+ accentMutedQuaternary?: {
588
+ cursor?: string;
589
+ font?: import("@itcase/types").TextFontProps;
590
+ size?: import("@itcase/types").TextSizeProps;
591
+ textAlign?: import("@itcase/types").TextAlignProps;
592
+ textColor?: import("@itcase/types").TextColorProps;
593
+ textColorActive?: import("@itcase/types").TextColorActiveProps;
594
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
595
+ textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
596
+ textTruncate?: boolean;
597
+ textWeight?: import("@itcase/types").TextWeightProps;
598
+ textWrap?: import("@itcase/types").TextWrapProps;
599
+ } | undefined;
600
+ accentMutedSecondary?: {
601
+ cursor?: string;
602
+ font?: import("@itcase/types").TextFontProps;
603
+ size?: import("@itcase/types").TextSizeProps;
604
+ textAlign?: import("@itcase/types").TextAlignProps;
605
+ textColor?: import("@itcase/types").TextColorProps;
606
+ textColorActive?: import("@itcase/types").TextColorActiveProps;
607
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
608
+ textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
609
+ textTruncate?: boolean;
610
+ textWeight?: import("@itcase/types").TextWeightProps;
611
+ textWrap?: import("@itcase/types").TextWrapProps;
612
+ } | undefined;
613
+ accentMutedTertiary?: {
614
+ cursor?: string;
615
+ font?: import("@itcase/types").TextFontProps;
616
+ size?: import("@itcase/types").TextSizeProps;
617
+ textAlign?: import("@itcase/types").TextAlignProps;
618
+ textColor?: import("@itcase/types").TextColorProps;
619
+ textColorActive?: import("@itcase/types").TextColorActiveProps;
620
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
621
+ textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
622
+ textTruncate?: boolean;
623
+ textWeight?: import("@itcase/types").TextWeightProps;
624
+ textWrap?: import("@itcase/types").TextWrapProps;
625
+ } | undefined;
626
+ dangerMutedPrimary?: {
627
+ cursor?: string;
628
+ font?: import("@itcase/types").TextFontProps;
629
+ size?: import("@itcase/types").TextSizeProps;
630
+ textAlign?: import("@itcase/types").TextAlignProps;
631
+ textColor?: import("@itcase/types").TextColorProps;
632
+ textColorActive?: import("@itcase/types").TextColorActiveProps;
633
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
634
+ textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
635
+ textTruncate?: boolean;
636
+ textWeight?: import("@itcase/types").TextWeightProps;
637
+ textWrap?: import("@itcase/types").TextWrapProps;
638
+ } | undefined;
639
+ dangerMutedQuaternary?: {
640
+ cursor?: string;
641
+ font?: import("@itcase/types").TextFontProps;
642
+ size?: import("@itcase/types").TextSizeProps;
643
+ textAlign?: import("@itcase/types").TextAlignProps;
644
+ textColor?: import("@itcase/types").TextColorProps;
645
+ textColorActive?: import("@itcase/types").TextColorActiveProps;
646
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
647
+ textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
648
+ textTruncate?: boolean;
649
+ textWeight?: import("@itcase/types").TextWeightProps;
650
+ textWrap?: import("@itcase/types").TextWrapProps;
651
+ } | undefined;
652
+ dangerMutedSecondary?: {
653
+ cursor?: string;
654
+ font?: import("@itcase/types").TextFontProps;
655
+ size?: import("@itcase/types").TextSizeProps;
656
+ textAlign?: import("@itcase/types").TextAlignProps;
657
+ textColor?: import("@itcase/types").TextColorProps;
658
+ textColorActive?: import("@itcase/types").TextColorActiveProps;
659
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
660
+ textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
661
+ textTruncate?: boolean;
662
+ textWeight?: import("@itcase/types").TextWeightProps;
663
+ textWrap?: import("@itcase/types").TextWrapProps;
664
+ } | undefined;
665
+ dangerMutedTertiary?: {
666
+ cursor?: string;
667
+ font?: import("@itcase/types").TextFontProps;
668
+ size?: import("@itcase/types").TextSizeProps;
669
+ textAlign?: import("@itcase/types").TextAlignProps;
670
+ textColor?: import("@itcase/types").TextColorProps;
671
+ textColorActive?: import("@itcase/types").TextColorActiveProps;
672
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
673
+ textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
674
+ textTruncate?: boolean;
675
+ textWeight?: import("@itcase/types").TextWeightProps;
676
+ textWrap?: import("@itcase/types").TextWrapProps;
677
+ } | undefined;
678
+ disabledMutedPrimary?: {
679
+ cursor?: string;
680
+ font?: import("@itcase/types").TextFontProps;
681
+ size?: import("@itcase/types").TextSizeProps;
682
+ textAlign?: import("@itcase/types").TextAlignProps;
683
+ textColor?: import("@itcase/types").TextColorProps;
684
+ textColorActive?: import("@itcase/types").TextColorActiveProps;
685
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
686
+ textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
687
+ textTruncate?: boolean;
688
+ textWeight?: import("@itcase/types").TextWeightProps;
689
+ textWrap?: import("@itcase/types").TextWrapProps;
690
+ } | undefined;
691
+ disabledMutedQuaternary?: {
692
+ cursor?: string;
693
+ font?: import("@itcase/types").TextFontProps;
694
+ size?: import("@itcase/types").TextSizeProps;
695
+ textAlign?: import("@itcase/types").TextAlignProps;
696
+ textColor?: import("@itcase/types").TextColorProps;
697
+ textColorActive?: import("@itcase/types").TextColorActiveProps;
698
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
699
+ textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
700
+ textTruncate?: boolean;
701
+ textWeight?: import("@itcase/types").TextWeightProps;
702
+ textWrap?: import("@itcase/types").TextWrapProps;
703
+ } | undefined;
704
+ disabledMutedSecondary?: {
705
+ cursor?: string;
706
+ font?: import("@itcase/types").TextFontProps;
707
+ size?: import("@itcase/types").TextSizeProps;
708
+ textAlign?: import("@itcase/types").TextAlignProps;
709
+ textColor?: import("@itcase/types").TextColorProps;
710
+ textColorActive?: import("@itcase/types").TextColorActiveProps;
711
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
712
+ textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
713
+ textTruncate?: boolean;
714
+ textWeight?: import("@itcase/types").TextWeightProps;
715
+ textWrap?: import("@itcase/types").TextWrapProps;
716
+ } | undefined;
717
+ disabledMutedTertiary?: {
718
+ cursor?: string;
719
+ font?: import("@itcase/types").TextFontProps;
720
+ size?: import("@itcase/types").TextSizeProps;
721
+ textAlign?: import("@itcase/types").TextAlignProps;
722
+ textColor?: import("@itcase/types").TextColorProps;
723
+ textColorActive?: import("@itcase/types").TextColorActiveProps;
724
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
725
+ textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
726
+ textTruncate?: boolean;
727
+ textWeight?: import("@itcase/types").TextWeightProps;
728
+ textWrap?: import("@itcase/types").TextWrapProps;
729
+ } | undefined;
730
+ errorMutedPrimary?: {
731
+ cursor?: string;
732
+ font?: import("@itcase/types").TextFontProps;
733
+ size?: import("@itcase/types").TextSizeProps;
734
+ textAlign?: import("@itcase/types").TextAlignProps;
735
+ textColor?: import("@itcase/types").TextColorProps;
736
+ textColorActive?: import("@itcase/types").TextColorActiveProps;
737
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
738
+ textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
739
+ textTruncate?: boolean;
740
+ textWeight?: import("@itcase/types").TextWeightProps;
741
+ textWrap?: import("@itcase/types").TextWrapProps;
742
+ } | undefined;
743
+ errorMutedQuaternary?: {
744
+ cursor?: string;
745
+ font?: import("@itcase/types").TextFontProps;
746
+ size?: import("@itcase/types").TextSizeProps;
747
+ textAlign?: import("@itcase/types").TextAlignProps;
748
+ textColor?: import("@itcase/types").TextColorProps;
749
+ textColorActive?: import("@itcase/types").TextColorActiveProps;
750
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
751
+ textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
752
+ textTruncate?: boolean;
753
+ textWeight?: import("@itcase/types").TextWeightProps;
754
+ textWrap?: import("@itcase/types").TextWrapProps;
755
+ } | undefined;
756
+ errorMutedSecondary?: {
757
+ cursor?: string;
758
+ font?: import("@itcase/types").TextFontProps;
759
+ size?: import("@itcase/types").TextSizeProps;
760
+ textAlign?: import("@itcase/types").TextAlignProps;
761
+ textColor?: import("@itcase/types").TextColorProps;
762
+ textColorActive?: import("@itcase/types").TextColorActiveProps;
763
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
764
+ textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
765
+ textTruncate?: boolean;
766
+ textWeight?: import("@itcase/types").TextWeightProps;
767
+ textWrap?: import("@itcase/types").TextWrapProps;
768
+ } | undefined;
769
+ errorMutedTertiary?: {
770
+ cursor?: string;
771
+ font?: import("@itcase/types").TextFontProps;
772
+ size?: import("@itcase/types").TextSizeProps;
773
+ textAlign?: import("@itcase/types").TextAlignProps;
774
+ textColor?: import("@itcase/types").TextColorProps;
775
+ textColorActive?: import("@itcase/types").TextColorActiveProps;
776
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
777
+ textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
778
+ textTruncate?: boolean;
779
+ textWeight?: import("@itcase/types").TextWeightProps;
780
+ textWrap?: import("@itcase/types").TextWrapProps;
781
+ } | undefined;
782
+ extraMutedPrimary?: {
783
+ cursor?: string;
784
+ font?: import("@itcase/types").TextFontProps;
785
+ size?: import("@itcase/types").TextSizeProps;
786
+ textAlign?: import("@itcase/types").TextAlignProps;
787
+ textColor?: import("@itcase/types").TextColorProps;
788
+ textColorActive?: import("@itcase/types").TextColorActiveProps;
789
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
790
+ textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
791
+ textTruncate?: boolean;
792
+ textWeight?: import("@itcase/types").TextWeightProps;
793
+ textWrap?: import("@itcase/types").TextWrapProps;
794
+ } | undefined;
795
+ extraMutedQuaternary?: {
796
+ cursor?: string;
797
+ font?: import("@itcase/types").TextFontProps;
798
+ size?: import("@itcase/types").TextSizeProps;
799
+ textAlign?: import("@itcase/types").TextAlignProps;
800
+ textColor?: import("@itcase/types").TextColorProps;
801
+ textColorActive?: import("@itcase/types").TextColorActiveProps;
802
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
803
+ textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
804
+ textTruncate?: boolean;
805
+ textWeight?: import("@itcase/types").TextWeightProps;
806
+ textWrap?: import("@itcase/types").TextWrapProps;
807
+ } | undefined;
808
+ extraMutedSecondary?: {
809
+ cursor?: string;
810
+ font?: import("@itcase/types").TextFontProps;
811
+ size?: import("@itcase/types").TextSizeProps;
812
+ textAlign?: import("@itcase/types").TextAlignProps;
813
+ textColor?: import("@itcase/types").TextColorProps;
814
+ textColorActive?: import("@itcase/types").TextColorActiveProps;
815
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
816
+ textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
817
+ textTruncate?: boolean;
818
+ textWeight?: import("@itcase/types").TextWeightProps;
819
+ textWrap?: import("@itcase/types").TextWrapProps;
820
+ } | undefined;
821
+ extraMutedTertiary?: {
822
+ cursor?: string;
823
+ font?: import("@itcase/types").TextFontProps;
824
+ size?: import("@itcase/types").TextSizeProps;
825
+ textAlign?: import("@itcase/types").TextAlignProps;
826
+ textColor?: import("@itcase/types").TextColorProps;
827
+ textColorActive?: import("@itcase/types").TextColorActiveProps;
828
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
829
+ textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
830
+ textTruncate?: boolean;
831
+ textWeight?: import("@itcase/types").TextWeightProps;
832
+ textWrap?: import("@itcase/types").TextWrapProps;
833
+ } | undefined;
834
+ infoMutedPrimary?: {
835
+ cursor?: string;
836
+ font?: import("@itcase/types").TextFontProps;
837
+ size?: import("@itcase/types").TextSizeProps;
838
+ textAlign?: import("@itcase/types").TextAlignProps;
839
+ textColor?: import("@itcase/types").TextColorProps;
840
+ textColorActive?: import("@itcase/types").TextColorActiveProps;
841
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
842
+ textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
843
+ textTruncate?: boolean;
844
+ textWeight?: import("@itcase/types").TextWeightProps;
845
+ textWrap?: import("@itcase/types").TextWrapProps;
846
+ } | undefined;
847
+ infoMutedQuaternary?: {
848
+ cursor?: string;
849
+ font?: import("@itcase/types").TextFontProps;
850
+ size?: import("@itcase/types").TextSizeProps;
851
+ textAlign?: import("@itcase/types").TextAlignProps;
852
+ textColor?: import("@itcase/types").TextColorProps;
853
+ textColorActive?: import("@itcase/types").TextColorActiveProps;
854
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
855
+ textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
856
+ textTruncate?: boolean;
857
+ textWeight?: import("@itcase/types").TextWeightProps;
858
+ textWrap?: import("@itcase/types").TextWrapProps;
859
+ } | undefined;
860
+ infoMutedSecondary?: {
861
+ cursor?: string;
862
+ font?: import("@itcase/types").TextFontProps;
863
+ size?: import("@itcase/types").TextSizeProps;
864
+ textAlign?: import("@itcase/types").TextAlignProps;
865
+ textColor?: import("@itcase/types").TextColorProps;
866
+ textColorActive?: import("@itcase/types").TextColorActiveProps;
867
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
868
+ textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
869
+ textTruncate?: boolean;
870
+ textWeight?: import("@itcase/types").TextWeightProps;
871
+ textWrap?: import("@itcase/types").TextWrapProps;
872
+ } | undefined;
873
+ infoMutedTertiary?: {
874
+ cursor?: string;
875
+ font?: import("@itcase/types").TextFontProps;
876
+ size?: import("@itcase/types").TextSizeProps;
877
+ textAlign?: import("@itcase/types").TextAlignProps;
878
+ textColor?: import("@itcase/types").TextColorProps;
879
+ textColorActive?: import("@itcase/types").TextColorActiveProps;
880
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
881
+ textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
882
+ textTruncate?: boolean;
883
+ textWeight?: import("@itcase/types").TextWeightProps;
884
+ textWrap?: import("@itcase/types").TextWrapProps;
885
+ } | undefined;
886
+ specialMutedPrimary?: {
887
+ cursor?: string;
888
+ font?: import("@itcase/types").TextFontProps;
889
+ size?: import("@itcase/types").TextSizeProps;
890
+ textAlign?: import("@itcase/types").TextAlignProps;
891
+ textColor?: import("@itcase/types").TextColorProps;
892
+ textColorActive?: import("@itcase/types").TextColorActiveProps;
893
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
894
+ textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
895
+ textTruncate?: boolean;
896
+ textWeight?: import("@itcase/types").TextWeightProps;
897
+ textWrap?: import("@itcase/types").TextWrapProps;
898
+ } | undefined;
899
+ specialMutedQuaternary?: {
900
+ cursor?: string;
901
+ font?: import("@itcase/types").TextFontProps;
902
+ size?: import("@itcase/types").TextSizeProps;
903
+ textAlign?: import("@itcase/types").TextAlignProps;
904
+ textColor?: import("@itcase/types").TextColorProps;
905
+ textColorActive?: import("@itcase/types").TextColorActiveProps;
906
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
907
+ textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
908
+ textTruncate?: boolean;
909
+ textWeight?: import("@itcase/types").TextWeightProps;
910
+ textWrap?: import("@itcase/types").TextWrapProps;
911
+ } | undefined;
912
+ specialMutedSecondary?: {
913
+ cursor?: string;
914
+ font?: import("@itcase/types").TextFontProps;
915
+ size?: import("@itcase/types").TextSizeProps;
916
+ textAlign?: import("@itcase/types").TextAlignProps;
917
+ textColor?: import("@itcase/types").TextColorProps;
918
+ textColorActive?: import("@itcase/types").TextColorActiveProps;
919
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
920
+ textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
921
+ textTruncate?: boolean;
922
+ textWeight?: import("@itcase/types").TextWeightProps;
923
+ textWrap?: import("@itcase/types").TextWrapProps;
924
+ } | undefined;
925
+ specialMutedTertiary?: {
926
+ cursor?: string;
927
+ font?: import("@itcase/types").TextFontProps;
928
+ size?: import("@itcase/types").TextSizeProps;
929
+ textAlign?: import("@itcase/types").TextAlignProps;
930
+ textColor?: import("@itcase/types").TextColorProps;
931
+ textColorActive?: import("@itcase/types").TextColorActiveProps;
932
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
933
+ textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
934
+ textTruncate?: boolean;
935
+ textWeight?: import("@itcase/types").TextWeightProps;
936
+ textWrap?: import("@itcase/types").TextWrapProps;
937
+ } | undefined;
938
+ successMutedPrimary?: {
939
+ cursor?: string;
940
+ font?: import("@itcase/types").TextFontProps;
941
+ size?: import("@itcase/types").TextSizeProps;
942
+ textAlign?: import("@itcase/types").TextAlignProps;
943
+ textColor?: import("@itcase/types").TextColorProps;
944
+ textColorActive?: import("@itcase/types").TextColorActiveProps;
945
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
946
+ textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
947
+ textTruncate?: boolean;
948
+ textWeight?: import("@itcase/types").TextWeightProps;
949
+ textWrap?: import("@itcase/types").TextWrapProps;
950
+ } | undefined;
951
+ successMutedQuaternary?: {
952
+ cursor?: string;
953
+ font?: import("@itcase/types").TextFontProps;
954
+ size?: import("@itcase/types").TextSizeProps;
955
+ textAlign?: import("@itcase/types").TextAlignProps;
956
+ textColor?: import("@itcase/types").TextColorProps;
957
+ textColorActive?: import("@itcase/types").TextColorActiveProps;
958
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
959
+ textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
960
+ textTruncate?: boolean;
961
+ textWeight?: import("@itcase/types").TextWeightProps;
962
+ textWrap?: import("@itcase/types").TextWrapProps;
963
+ } | undefined;
964
+ successMutedSecondary?: {
965
+ cursor?: string;
966
+ font?: import("@itcase/types").TextFontProps;
967
+ size?: import("@itcase/types").TextSizeProps;
968
+ textAlign?: import("@itcase/types").TextAlignProps;
969
+ textColor?: import("@itcase/types").TextColorProps;
970
+ textColorActive?: import("@itcase/types").TextColorActiveProps;
971
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
972
+ textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
973
+ textTruncate?: boolean;
974
+ textWeight?: import("@itcase/types").TextWeightProps;
975
+ textWrap?: import("@itcase/types").TextWrapProps;
976
+ } | undefined;
977
+ successMutedTertiary?: {
978
+ cursor?: string;
979
+ font?: import("@itcase/types").TextFontProps;
980
+ size?: import("@itcase/types").TextSizeProps;
981
+ textAlign?: import("@itcase/types").TextAlignProps;
982
+ textColor?: import("@itcase/types").TextColorProps;
983
+ textColorActive?: import("@itcase/types").TextColorActiveProps;
984
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
985
+ textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
986
+ textTruncate?: boolean;
987
+ textWeight?: import("@itcase/types").TextWeightProps;
988
+ textWrap?: import("@itcase/types").TextWrapProps;
989
+ } | undefined;
990
+ surfaceMutedPrimary?: {
991
+ cursor?: string;
992
+ font?: import("@itcase/types").TextFontProps;
993
+ size?: import("@itcase/types").TextSizeProps;
994
+ textAlign?: import("@itcase/types").TextAlignProps;
995
+ textColor?: import("@itcase/types").TextColorProps;
996
+ textColorActive?: import("@itcase/types").TextColorActiveProps;
997
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
998
+ textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
999
+ textTruncate?: boolean;
1000
+ textWeight?: import("@itcase/types").TextWeightProps;
1001
+ textWrap?: import("@itcase/types").TextWrapProps;
1002
+ } | undefined;
1003
+ surfaceMutedQuaternary?: {
1004
+ cursor?: string;
1005
+ font?: import("@itcase/types").TextFontProps;
1006
+ size?: import("@itcase/types").TextSizeProps;
1007
+ textAlign?: import("@itcase/types").TextAlignProps;
1008
+ textColor?: import("@itcase/types").TextColorProps;
1009
+ textColorActive?: import("@itcase/types").TextColorActiveProps;
1010
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
1011
+ textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
1012
+ textTruncate?: boolean;
1013
+ textWeight?: import("@itcase/types").TextWeightProps;
1014
+ textWrap?: import("@itcase/types").TextWrapProps;
1015
+ } | undefined;
1016
+ surfaceMutedSecondary?: {
1017
+ cursor?: string;
1018
+ font?: import("@itcase/types").TextFontProps;
1019
+ size?: import("@itcase/types").TextSizeProps;
1020
+ textAlign?: import("@itcase/types").TextAlignProps;
1021
+ textColor?: import("@itcase/types").TextColorProps;
1022
+ textColorActive?: import("@itcase/types").TextColorActiveProps;
1023
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
1024
+ textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
1025
+ textTruncate?: boolean;
1026
+ textWeight?: import("@itcase/types").TextWeightProps;
1027
+ textWrap?: import("@itcase/types").TextWrapProps;
1028
+ } | undefined;
1029
+ surfaceMutedTertiary?: {
1030
+ cursor?: string;
1031
+ font?: import("@itcase/types").TextFontProps;
1032
+ size?: import("@itcase/types").TextSizeProps;
1033
+ textAlign?: import("@itcase/types").TextAlignProps;
1034
+ textColor?: import("@itcase/types").TextColorProps;
1035
+ textColorActive?: import("@itcase/types").TextColorActiveProps;
1036
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
1037
+ textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
1038
+ textTruncate?: boolean;
1039
+ textWeight?: import("@itcase/types").TextWeightProps;
1040
+ textWrap?: import("@itcase/types").TextWrapProps;
1041
+ } | undefined;
1042
+ warningMutedPrimary?: {
1043
+ cursor?: string;
1044
+ font?: import("@itcase/types").TextFontProps;
1045
+ size?: import("@itcase/types").TextSizeProps;
1046
+ textAlign?: import("@itcase/types").TextAlignProps;
1047
+ textColor?: import("@itcase/types").TextColorProps;
1048
+ textColorActive?: import("@itcase/types").TextColorActiveProps;
1049
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
1050
+ textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
1051
+ textTruncate?: boolean;
1052
+ textWeight?: import("@itcase/types").TextWeightProps;
1053
+ textWrap?: import("@itcase/types").TextWrapProps;
1054
+ } | undefined;
1055
+ warningMutedQuaternary?: {
1056
+ cursor?: string;
1057
+ font?: import("@itcase/types").TextFontProps;
1058
+ size?: import("@itcase/types").TextSizeProps;
1059
+ textAlign?: import("@itcase/types").TextAlignProps;
1060
+ textColor?: import("@itcase/types").TextColorProps;
1061
+ textColorActive?: import("@itcase/types").TextColorActiveProps;
1062
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
1063
+ textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
1064
+ textTruncate?: boolean;
1065
+ textWeight?: import("@itcase/types").TextWeightProps;
1066
+ textWrap?: import("@itcase/types").TextWrapProps;
1067
+ } | undefined;
1068
+ warningMutedSecondary?: {
1069
+ cursor?: string;
1070
+ font?: import("@itcase/types").TextFontProps;
1071
+ size?: import("@itcase/types").TextSizeProps;
1072
+ textAlign?: import("@itcase/types").TextAlignProps;
1073
+ textColor?: import("@itcase/types").TextColorProps;
1074
+ textColorActive?: import("@itcase/types").TextColorActiveProps;
1075
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
1076
+ textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
1077
+ textTruncate?: boolean;
1078
+ textWeight?: import("@itcase/types").TextWeightProps;
1079
+ textWrap?: import("@itcase/types").TextWrapProps;
1080
+ } | undefined;
1081
+ warningMutedTertiary?: {
1082
+ cursor?: string;
1083
+ font?: import("@itcase/types").TextFontProps;
1084
+ size?: import("@itcase/types").TextSizeProps;
1085
+ textAlign?: import("@itcase/types").TextAlignProps;
1086
+ textColor?: import("@itcase/types").TextColorProps;
1087
+ textColorActive?: import("@itcase/types").TextColorActiveProps;
1088
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
1089
+ textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
1090
+ textTruncate?: boolean;
1091
+ textWeight?: import("@itcase/types").TextWeightProps;
1092
+ textWrap?: import("@itcase/types").TextWrapProps;
1093
+ } | undefined;
574
1094
  sizeXXS?: {
575
1095
  cursor?: string;
576
1096
  font?: import("@itcase/types").TextFontProps;
@@ -43,6 +43,46 @@ export declare const tileAppearance: {
43
43
  geometric?: import("./Tile.interface").TileAppearanceProps | undefined;
44
44
  circular?: import("./Tile.interface").TileAppearanceProps | undefined;
45
45
  rounded?: import("./Tile.interface").TileAppearanceProps | undefined;
46
+ accentMutedPrimary?: import("./Tile.interface").TileAppearanceProps | undefined;
47
+ accentMutedQuaternary?: import("./Tile.interface").TileAppearanceProps | undefined;
48
+ accentMutedSecondary?: import("./Tile.interface").TileAppearanceProps | undefined;
49
+ accentMutedTertiary?: import("./Tile.interface").TileAppearanceProps | undefined;
50
+ dangerMutedPrimary?: import("./Tile.interface").TileAppearanceProps | undefined;
51
+ dangerMutedQuaternary?: import("./Tile.interface").TileAppearanceProps | undefined;
52
+ dangerMutedSecondary?: import("./Tile.interface").TileAppearanceProps | undefined;
53
+ dangerMutedTertiary?: import("./Tile.interface").TileAppearanceProps | undefined;
54
+ disabledMutedPrimary?: import("./Tile.interface").TileAppearanceProps | undefined;
55
+ disabledMutedQuaternary?: import("./Tile.interface").TileAppearanceProps | undefined;
56
+ disabledMutedSecondary?: import("./Tile.interface").TileAppearanceProps | undefined;
57
+ disabledMutedTertiary?: import("./Tile.interface").TileAppearanceProps | undefined;
58
+ errorMutedPrimary?: import("./Tile.interface").TileAppearanceProps | undefined;
59
+ errorMutedQuaternary?: import("./Tile.interface").TileAppearanceProps | undefined;
60
+ errorMutedSecondary?: import("./Tile.interface").TileAppearanceProps | undefined;
61
+ errorMutedTertiary?: import("./Tile.interface").TileAppearanceProps | undefined;
62
+ extraMutedPrimary?: import("./Tile.interface").TileAppearanceProps | undefined;
63
+ extraMutedQuaternary?: import("./Tile.interface").TileAppearanceProps | undefined;
64
+ extraMutedSecondary?: import("./Tile.interface").TileAppearanceProps | undefined;
65
+ extraMutedTertiary?: import("./Tile.interface").TileAppearanceProps | undefined;
66
+ infoMutedPrimary?: import("./Tile.interface").TileAppearanceProps | undefined;
67
+ infoMutedQuaternary?: import("./Tile.interface").TileAppearanceProps | undefined;
68
+ infoMutedSecondary?: import("./Tile.interface").TileAppearanceProps | undefined;
69
+ infoMutedTertiary?: import("./Tile.interface").TileAppearanceProps | undefined;
70
+ specialMutedPrimary?: import("./Tile.interface").TileAppearanceProps | undefined;
71
+ specialMutedQuaternary?: import("./Tile.interface").TileAppearanceProps | undefined;
72
+ specialMutedSecondary?: import("./Tile.interface").TileAppearanceProps | undefined;
73
+ specialMutedTertiary?: import("./Tile.interface").TileAppearanceProps | undefined;
74
+ successMutedPrimary?: import("./Tile.interface").TileAppearanceProps | undefined;
75
+ successMutedQuaternary?: import("./Tile.interface").TileAppearanceProps | undefined;
76
+ successMutedSecondary?: import("./Tile.interface").TileAppearanceProps | undefined;
77
+ successMutedTertiary?: import("./Tile.interface").TileAppearanceProps | undefined;
78
+ surfaceMutedPrimary?: import("./Tile.interface").TileAppearanceProps | undefined;
79
+ surfaceMutedQuaternary?: import("./Tile.interface").TileAppearanceProps | undefined;
80
+ surfaceMutedSecondary?: import("./Tile.interface").TileAppearanceProps | undefined;
81
+ surfaceMutedTertiary?: import("./Tile.interface").TileAppearanceProps | undefined;
82
+ warningMutedPrimary?: import("./Tile.interface").TileAppearanceProps | undefined;
83
+ warningMutedQuaternary?: import("./Tile.interface").TileAppearanceProps | undefined;
84
+ warningMutedSecondary?: import("./Tile.interface").TileAppearanceProps | undefined;
85
+ warningMutedTertiary?: import("./Tile.interface").TileAppearanceProps | undefined;
46
86
  sizeXXS?: import("./Tile.interface").TileAppearanceProps | undefined;
47
87
  sizeXS?: import("./Tile.interface").TileAppearanceProps | undefined;
48
88
  sizeS?: import("./Tile.interface").TileAppearanceProps | undefined;