@dialpad/dialtone-tokens 1.13.0 → 1.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/android/java/tokens.kt +23 -1
- package/dist/android/res/values/colors.xml +4 -1
- package/dist/android/res/values/dimens.xml +5 -1
- package/dist/css/variables.css +23 -1
- package/dist/doc.json +792 -288
- package/dist/ios/tokens.swift +23 -1
- package/dist/less/variables.less +24 -2
- package/dist/tokens.json +23 -1
- package/package.json +1 -1
package/dist/doc.json
CHANGED
|
@@ -668,55 +668,67 @@
|
|
|
668
668
|
"color/foreground/primary": {
|
|
669
669
|
"css/variables": {
|
|
670
670
|
"name": "var(--dt-color-foreground-primary)",
|
|
671
|
-
"value": "#000000"
|
|
671
|
+
"value": "#000000",
|
|
672
|
+
"description": "Default text color throughout the UI."
|
|
672
673
|
},
|
|
673
674
|
"android/resources": {
|
|
674
675
|
"name": "dt_color_foreground_primary",
|
|
675
|
-
"value": "#ff000000"
|
|
676
|
+
"value": "#ff000000",
|
|
677
|
+
"description": "Default text color throughout the UI."
|
|
676
678
|
},
|
|
677
679
|
"compose/object": {
|
|
678
680
|
"name": "dtColorForegroundPrimary",
|
|
679
|
-
"value": "Color(0xff000000)"
|
|
681
|
+
"value": "Color(0xff000000)",
|
|
682
|
+
"description": "Default text color throughout the UI."
|
|
680
683
|
},
|
|
681
684
|
"ios-swift/enum.swift": {
|
|
682
685
|
"name": "dtColorForegroundPrimary",
|
|
683
|
-
"value": "UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)"
|
|
686
|
+
"value": "UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)",
|
|
687
|
+
"description": "Default text color throughout the UI."
|
|
684
688
|
}
|
|
685
689
|
},
|
|
686
690
|
"color/foreground/secondary": {
|
|
687
691
|
"css/variables": {
|
|
688
692
|
"name": "var(--dt-color-foreground-secondary)",
|
|
689
|
-
"value": "#3a3a3a"
|
|
693
|
+
"value": "#3a3a3a",
|
|
694
|
+
"description": "Example uses include introduction paragraphs, labels, and descriptions paired with form elements."
|
|
690
695
|
},
|
|
691
696
|
"android/resources": {
|
|
692
697
|
"name": "dt_color_foreground_secondary",
|
|
693
|
-
"value": "#ff3a3a3a"
|
|
698
|
+
"value": "#ff3a3a3a",
|
|
699
|
+
"description": "Example uses include introduction paragraphs, labels, and descriptions paired with form elements."
|
|
694
700
|
},
|
|
695
701
|
"compose/object": {
|
|
696
702
|
"name": "dtColorForegroundSecondary",
|
|
697
|
-
"value": "Color(0xff3a3a3a)"
|
|
703
|
+
"value": "Color(0xff3a3a3a)",
|
|
704
|
+
"description": "Example uses include introduction paragraphs, labels, and descriptions paired with form elements."
|
|
698
705
|
},
|
|
699
706
|
"ios-swift/enum.swift": {
|
|
700
707
|
"name": "dtColorForegroundSecondary",
|
|
701
|
-
"value": "UIColor(red: 0.227, green: 0.227, blue: 0.227, alpha: 1)"
|
|
708
|
+
"value": "UIColor(red: 0.227, green: 0.227, blue: 0.227, alpha: 1)",
|
|
709
|
+
"description": "Example uses include introduction paragraphs, labels, and descriptions paired with form elements."
|
|
702
710
|
}
|
|
703
711
|
},
|
|
704
712
|
"color/foreground/tertiary": {
|
|
705
713
|
"css/variables": {
|
|
706
714
|
"name": "var(--dt-color-foreground-tertiary)",
|
|
707
|
-
"value": "#555555"
|
|
715
|
+
"value": "#555555",
|
|
716
|
+
"description": "Used to imply visual hierarchy relative to primary and secondary text colors, e.g. headlines and labels."
|
|
708
717
|
},
|
|
709
718
|
"android/resources": {
|
|
710
719
|
"name": "dt_color_foreground_tertiary",
|
|
711
|
-
"value": "#ff555555"
|
|
720
|
+
"value": "#ff555555",
|
|
721
|
+
"description": "Used to imply visual hierarchy relative to primary and secondary text colors, e.g. headlines and labels."
|
|
712
722
|
},
|
|
713
723
|
"compose/object": {
|
|
714
724
|
"name": "dtColorForegroundTertiary",
|
|
715
|
-
"value": "Color(0xff555555)"
|
|
725
|
+
"value": "Color(0xff555555)",
|
|
726
|
+
"description": "Used to imply visual hierarchy relative to primary and secondary text colors, e.g. headlines and labels."
|
|
716
727
|
},
|
|
717
728
|
"ios-swift/enum.swift": {
|
|
718
729
|
"name": "dtColorForegroundTertiary",
|
|
719
|
-
"value": "UIColor(red: 0.333, green: 0.333, blue: 0.333, alpha: 1)"
|
|
730
|
+
"value": "UIColor(red: 0.333, green: 0.333, blue: 0.333, alpha: 1)",
|
|
731
|
+
"description": "Used to imply visual hierarchy relative to primary and secondary text colors, e.g. headlines and labels."
|
|
720
732
|
}
|
|
721
733
|
},
|
|
722
734
|
"color/foreground/muted": {
|
|
@@ -740,365 +752,397 @@
|
|
|
740
752
|
"color/foreground/placeholder": {
|
|
741
753
|
"css/variables": {
|
|
742
754
|
"name": "var(--dt-color-foreground-placeholder)",
|
|
743
|
-
"value": "#808080"
|
|
755
|
+
"value": "#808080",
|
|
756
|
+
"description": "Text color for placeholder text within form elements."
|
|
744
757
|
},
|
|
745
758
|
"android/resources": {
|
|
746
759
|
"name": "dt_color_foreground_placeholder",
|
|
747
|
-
"value": "#ff808080"
|
|
760
|
+
"value": "#ff808080",
|
|
761
|
+
"description": "Text color for placeholder text within form elements."
|
|
748
762
|
},
|
|
749
763
|
"compose/object": {
|
|
750
764
|
"name": "dtColorForegroundPlaceholder",
|
|
751
|
-
"value": "Color(0xff808080)"
|
|
765
|
+
"value": "Color(0xff808080)",
|
|
766
|
+
"description": "Text color for placeholder text within form elements."
|
|
752
767
|
},
|
|
753
768
|
"ios-swift/enum.swift": {
|
|
754
769
|
"name": "dtColorForegroundPlaceholder",
|
|
755
|
-
"value": "UIColor(red: 0.502, green: 0.502, blue: 0.502, alpha: 1)"
|
|
770
|
+
"value": "UIColor(red: 0.502, green: 0.502, blue: 0.502, alpha: 1)",
|
|
771
|
+
"description": "Text color for placeholder text within form elements."
|
|
756
772
|
}
|
|
757
773
|
},
|
|
758
774
|
"color/foreground/disabled": {
|
|
759
775
|
"css/variables": {
|
|
760
776
|
"name": "var(--dt-color-foreground-disabled)",
|
|
761
|
-
"value": "#808080"
|
|
777
|
+
"value": "#808080",
|
|
778
|
+
"description": "Used for text paired with disabled content or components, like the form elements."
|
|
762
779
|
},
|
|
763
780
|
"android/resources": {
|
|
764
781
|
"name": "dt_color_foreground_disabled",
|
|
765
|
-
"value": "#ff808080"
|
|
782
|
+
"value": "#ff808080",
|
|
783
|
+
"description": "Used for text paired with disabled content or components, like the form elements."
|
|
766
784
|
},
|
|
767
785
|
"compose/object": {
|
|
768
786
|
"name": "dtColorForegroundDisabled",
|
|
769
|
-
"value": "Color(0xff808080)"
|
|
787
|
+
"value": "Color(0xff808080)",
|
|
788
|
+
"description": "Used for text paired with disabled content or components, like the form elements."
|
|
770
789
|
},
|
|
771
790
|
"ios-swift/enum.swift": {
|
|
772
791
|
"name": "dtColorForegroundDisabled",
|
|
773
|
-
"value": "UIColor(red: 0.502, green: 0.502, blue: 0.502, alpha: 1)"
|
|
792
|
+
"value": "UIColor(red: 0.502, green: 0.502, blue: 0.502, alpha: 1)",
|
|
793
|
+
"description": "Used for text paired with disabled content or components, like the form elements."
|
|
774
794
|
}
|
|
775
795
|
},
|
|
776
796
|
"color/foreground/critical": {
|
|
777
797
|
"css/variables": {
|
|
778
798
|
"name": "var(--dt-color-foreground-critical)",
|
|
779
799
|
"value": "#ec0e0e",
|
|
780
|
-
"description": "
|
|
800
|
+
"description": "Expresses an error, danger, or otherwise critical state."
|
|
781
801
|
},
|
|
782
802
|
"android/resources": {
|
|
783
803
|
"name": "dt_color_foreground_critical",
|
|
784
804
|
"value": "#ffec0e0e",
|
|
785
|
-
"description": "
|
|
805
|
+
"description": "Expresses an error, danger, or otherwise critical state."
|
|
786
806
|
},
|
|
787
807
|
"compose/object": {
|
|
788
808
|
"name": "dtColorForegroundCritical",
|
|
789
809
|
"value": "Color(0xffec0e0e)",
|
|
790
|
-
"description": "
|
|
810
|
+
"description": "Expresses an error, danger, or otherwise critical state."
|
|
791
811
|
},
|
|
792
812
|
"ios-swift/enum.swift": {
|
|
793
813
|
"name": "dtColorForegroundCritical",
|
|
794
814
|
"value": "UIColor(red: 0.925, green: 0.055, blue: 0.055, alpha: 1)",
|
|
795
|
-
"description": "
|
|
815
|
+
"description": "Expresses an error, danger, or otherwise critical state."
|
|
796
816
|
}
|
|
797
817
|
},
|
|
798
818
|
"color/foreground/critical-strong": {
|
|
799
819
|
"css/variables": {
|
|
800
820
|
"name": "var(--dt-color-foreground-critical-strong)",
|
|
801
821
|
"value": "#b70b0b",
|
|
802
|
-
"description": "
|
|
822
|
+
"description": "Expresses an error, danger, or otherwise critical state on surfaces that require a stronger contrast."
|
|
803
823
|
},
|
|
804
824
|
"android/resources": {
|
|
805
825
|
"name": "dt_color_foreground_critical_strong",
|
|
806
826
|
"value": "#ffb70b0b",
|
|
807
|
-
"description": "
|
|
827
|
+
"description": "Expresses an error, danger, or otherwise critical state on surfaces that require a stronger contrast."
|
|
808
828
|
},
|
|
809
829
|
"compose/object": {
|
|
810
830
|
"name": "dtColorForegroundCriticalStrong",
|
|
811
831
|
"value": "Color(0xffb70b0b)",
|
|
812
|
-
"description": "
|
|
832
|
+
"description": "Expresses an error, danger, or otherwise critical state on surfaces that require a stronger contrast."
|
|
813
833
|
},
|
|
814
834
|
"ios-swift/enum.swift": {
|
|
815
835
|
"name": "dtColorForegroundCriticalStrong",
|
|
816
836
|
"value": "UIColor(red: 0.718, green: 0.043, blue: 0.043, alpha: 1)",
|
|
817
|
-
"description": "
|
|
837
|
+
"description": "Expresses an error, danger, or otherwise critical state on surfaces that require a stronger contrast."
|
|
818
838
|
}
|
|
819
839
|
},
|
|
820
840
|
"color/foreground/success": {
|
|
821
841
|
"css/variables": {
|
|
822
842
|
"name": "var(--dt-color-foreground-success)",
|
|
823
843
|
"value": "#1aa340",
|
|
824
|
-
"description": "positive"
|
|
844
|
+
"description": "Indicates a positive state."
|
|
825
845
|
},
|
|
826
846
|
"android/resources": {
|
|
827
847
|
"name": "dt_color_foreground_success",
|
|
828
848
|
"value": "#ff1aa340",
|
|
829
|
-
"description": "positive"
|
|
849
|
+
"description": "Indicates a positive state."
|
|
830
850
|
},
|
|
831
851
|
"compose/object": {
|
|
832
852
|
"name": "dtColorForegroundSuccess",
|
|
833
853
|
"value": "Color(0xff1aa340)",
|
|
834
|
-
"description": "positive"
|
|
854
|
+
"description": "Indicates a positive state."
|
|
835
855
|
},
|
|
836
856
|
"ios-swift/enum.swift": {
|
|
837
857
|
"name": "dtColorForegroundSuccess",
|
|
838
858
|
"value": "UIColor(red: 0.102, green: 0.639, blue: 0.251, alpha: 1)",
|
|
839
|
-
"description": "positive"
|
|
859
|
+
"description": "Indicates a positive state."
|
|
840
860
|
}
|
|
841
861
|
},
|
|
842
862
|
"color/foreground/success-strong": {
|
|
843
863
|
"css/variables": {
|
|
844
864
|
"name": "var(--dt-color-foreground-success-strong)",
|
|
845
865
|
"value": "#124620",
|
|
846
|
-
"description": "positive"
|
|
866
|
+
"description": "Indicates a strong positive state on surfaces that require a stronger contrast."
|
|
847
867
|
},
|
|
848
868
|
"android/resources": {
|
|
849
869
|
"name": "dt_color_foreground_success_strong",
|
|
850
870
|
"value": "#ff124620",
|
|
851
|
-
"description": "positive"
|
|
871
|
+
"description": "Indicates a strong positive state on surfaces that require a stronger contrast."
|
|
852
872
|
},
|
|
853
873
|
"compose/object": {
|
|
854
874
|
"name": "dtColorForegroundSuccessStrong",
|
|
855
875
|
"value": "Color(0xff124620)",
|
|
856
|
-
"description": "positive"
|
|
876
|
+
"description": "Indicates a strong positive state on surfaces that require a stronger contrast."
|
|
857
877
|
},
|
|
858
878
|
"ios-swift/enum.swift": {
|
|
859
879
|
"name": "dtColorForegroundSuccessStrong",
|
|
860
880
|
"value": "UIColor(red: 0.071, green: 0.275, blue: 0.125, alpha: 1)",
|
|
861
|
-
"description": "positive"
|
|
881
|
+
"description": "Indicates a strong positive state on surfaces that require a stronger contrast."
|
|
862
882
|
}
|
|
863
883
|
},
|
|
864
884
|
"color/foreground/warning": {
|
|
865
885
|
"css/variables": {
|
|
866
886
|
"name": "var(--dt-color-foreground-warning)",
|
|
867
887
|
"value": "#815008",
|
|
868
|
-
"description": "
|
|
888
|
+
"description": "Indicates information that requires user’s attention and further action may be necessary."
|
|
869
889
|
},
|
|
870
890
|
"android/resources": {
|
|
871
891
|
"name": "dt_color_foreground_warning",
|
|
872
892
|
"value": "#ff815008",
|
|
873
|
-
"description": "
|
|
893
|
+
"description": "Indicates information that requires user’s attention and further action may be necessary."
|
|
874
894
|
},
|
|
875
895
|
"compose/object": {
|
|
876
896
|
"name": "dtColorForegroundWarning",
|
|
877
897
|
"value": "Color(0xff815008)",
|
|
878
|
-
"description": "
|
|
898
|
+
"description": "Indicates information that requires user’s attention and further action may be necessary."
|
|
879
899
|
},
|
|
880
900
|
"ios-swift/enum.swift": {
|
|
881
901
|
"name": "dtColorForegroundWarning",
|
|
882
902
|
"value": "UIColor(red: 0.506, green: 0.314, blue: 0.031, alpha: 1)",
|
|
883
|
-
"description": "
|
|
903
|
+
"description": "Indicates information that requires user’s attention and further action may be necessary."
|
|
884
904
|
}
|
|
885
905
|
},
|
|
886
906
|
"color/foreground/primary-inverted": {
|
|
887
907
|
"css/variables": {
|
|
888
908
|
"name": "var(--dt-color-foreground-primary-inverted)",
|
|
889
|
-
"value": "#ffffff"
|
|
909
|
+
"value": "#ffffff",
|
|
910
|
+
"description": "Primary text that sits on high-contrast surfaces or backgrounds."
|
|
890
911
|
},
|
|
891
912
|
"android/resources": {
|
|
892
913
|
"name": "dt_color_foreground_primary_inverted",
|
|
893
|
-
"value": "#ffffffff"
|
|
914
|
+
"value": "#ffffffff",
|
|
915
|
+
"description": "Primary text that sits on high-contrast surfaces or backgrounds."
|
|
894
916
|
},
|
|
895
917
|
"compose/object": {
|
|
896
918
|
"name": "dtColorForegroundPrimaryInverted",
|
|
897
|
-
"value": "Color(0xffffffff)"
|
|
919
|
+
"value": "Color(0xffffffff)",
|
|
920
|
+
"description": "Primary text that sits on high-contrast surfaces or backgrounds."
|
|
898
921
|
},
|
|
899
922
|
"ios-swift/enum.swift": {
|
|
900
923
|
"name": "dtColorForegroundPrimaryInverted",
|
|
901
|
-
"value": "UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)"
|
|
924
|
+
"value": "UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)",
|
|
925
|
+
"description": "Primary text that sits on high-contrast surfaces or backgrounds."
|
|
902
926
|
}
|
|
903
927
|
},
|
|
904
928
|
"color/foreground/secondary-inverted": {
|
|
905
929
|
"css/variables": {
|
|
906
930
|
"name": "var(--dt-color-foreground-secondary-inverted)",
|
|
907
|
-
"value": "#e9e9e9"
|
|
931
|
+
"value": "#e9e9e9",
|
|
932
|
+
"description": "Secondary text color that sits on high-contrast surfaces or backgrounds."
|
|
908
933
|
},
|
|
909
934
|
"android/resources": {
|
|
910
935
|
"name": "dt_color_foreground_secondary_inverted",
|
|
911
|
-
"value": "#ffe9e9e9"
|
|
936
|
+
"value": "#ffe9e9e9",
|
|
937
|
+
"description": "Secondary text color that sits on high-contrast surfaces or backgrounds."
|
|
912
938
|
},
|
|
913
939
|
"compose/object": {
|
|
914
940
|
"name": "dtColorForegroundSecondaryInverted",
|
|
915
|
-
"value": "Color(0xffe9e9e9)"
|
|
941
|
+
"value": "Color(0xffe9e9e9)",
|
|
942
|
+
"description": "Secondary text color that sits on high-contrast surfaces or backgrounds."
|
|
916
943
|
},
|
|
917
944
|
"ios-swift/enum.swift": {
|
|
918
945
|
"name": "dtColorForegroundSecondaryInverted",
|
|
919
|
-
"value": "UIColor(red: 0.914, green: 0.914, blue: 0.914, alpha: 1)"
|
|
946
|
+
"value": "UIColor(red: 0.914, green: 0.914, blue: 0.914, alpha: 1)",
|
|
947
|
+
"description": "Secondary text color that sits on high-contrast surfaces or backgrounds."
|
|
920
948
|
}
|
|
921
949
|
},
|
|
922
950
|
"color/foreground/tertiary-inverted": {
|
|
923
951
|
"css/variables": {
|
|
924
952
|
"name": "var(--dt-color-foreground-tertiary-inverted)",
|
|
925
|
-
"value": "#d2d2d2"
|
|
953
|
+
"value": "#d2d2d2",
|
|
954
|
+
"description": "Tertiary text color that sits on high-contrast surfaces or backgrounds."
|
|
926
955
|
},
|
|
927
956
|
"android/resources": {
|
|
928
957
|
"name": "dt_color_foreground_tertiary_inverted",
|
|
929
|
-
"value": "#ffd2d2d2"
|
|
958
|
+
"value": "#ffd2d2d2",
|
|
959
|
+
"description": "Tertiary text color that sits on high-contrast surfaces or backgrounds."
|
|
930
960
|
},
|
|
931
961
|
"compose/object": {
|
|
932
962
|
"name": "dtColorForegroundTertiaryInverted",
|
|
933
|
-
"value": "Color(0xffd2d2d2)"
|
|
963
|
+
"value": "Color(0xffd2d2d2)",
|
|
964
|
+
"description": "Tertiary text color that sits on high-contrast surfaces or backgrounds."
|
|
934
965
|
},
|
|
935
966
|
"ios-swift/enum.swift": {
|
|
936
967
|
"name": "dtColorForegroundTertiaryInverted",
|
|
937
|
-
"value": "UIColor(red: 0.824, green: 0.824, blue: 0.824, alpha: 1)"
|
|
968
|
+
"value": "UIColor(red: 0.824, green: 0.824, blue: 0.824, alpha: 1)",
|
|
969
|
+
"description": "Tertiary text color that sits on high-contrast surfaces or backgrounds."
|
|
938
970
|
}
|
|
939
971
|
},
|
|
940
972
|
"color/foreground/muted-inverted": {
|
|
941
973
|
"css/variables": {
|
|
942
974
|
"name": "var(--dt-color-foreground-muted-inverted)",
|
|
943
|
-
"value": "rgba(233, 233, 233, 0.6)"
|
|
975
|
+
"value": "rgba(233, 233, 233, 0.6)",
|
|
976
|
+
"description": "Muted text color that sits on high-contrast surfaces or backgrounds."
|
|
944
977
|
},
|
|
945
978
|
"android/resources": {
|
|
946
979
|
"name": "dt_color_foreground_muted_inverted",
|
|
947
|
-
"value": "#99e9e9e9"
|
|
980
|
+
"value": "#99e9e9e9",
|
|
981
|
+
"description": "Muted text color that sits on high-contrast surfaces or backgrounds."
|
|
948
982
|
},
|
|
949
983
|
"compose/object": {
|
|
950
984
|
"name": "dtColorForegroundMutedInverted",
|
|
951
|
-
"value": "Color(0x99e9e9e9)"
|
|
985
|
+
"value": "Color(0x99e9e9e9)",
|
|
986
|
+
"description": "Muted text color that sits on high-contrast surfaces or backgrounds."
|
|
952
987
|
},
|
|
953
988
|
"ios-swift/enum.swift": {
|
|
954
989
|
"name": "dtColorForegroundMutedInverted",
|
|
955
|
-
"value": "UIColor(red: 0.914, green: 0.914, blue: 0.914, alpha: 0.6)"
|
|
990
|
+
"value": "UIColor(red: 0.914, green: 0.914, blue: 0.914, alpha: 0.6)",
|
|
991
|
+
"description": "Muted text color that sits on high-contrast surfaces or backgrounds."
|
|
956
992
|
}
|
|
957
993
|
},
|
|
958
994
|
"color/foreground/placeholder-inverted": {
|
|
959
995
|
"css/variables": {
|
|
960
996
|
"name": "var(--dt-color-foreground-placeholder-inverted)",
|
|
961
|
-
"value": "#808080"
|
|
997
|
+
"value": "#808080",
|
|
998
|
+
"description": "Placeholder text color that sits on high-contrast surfaces or backgrounds."
|
|
962
999
|
},
|
|
963
1000
|
"android/resources": {
|
|
964
1001
|
"name": "dt_color_foreground_placeholder_inverted",
|
|
965
|
-
"value": "#ff808080"
|
|
1002
|
+
"value": "#ff808080",
|
|
1003
|
+
"description": "Placeholder text color that sits on high-contrast surfaces or backgrounds."
|
|
966
1004
|
},
|
|
967
1005
|
"compose/object": {
|
|
968
1006
|
"name": "dtColorForegroundPlaceholderInverted",
|
|
969
|
-
"value": "Color(0xff808080)"
|
|
1007
|
+
"value": "Color(0xff808080)",
|
|
1008
|
+
"description": "Placeholder text color that sits on high-contrast surfaces or backgrounds."
|
|
970
1009
|
},
|
|
971
1010
|
"ios-swift/enum.swift": {
|
|
972
1011
|
"name": "dtColorForegroundPlaceholderInverted",
|
|
973
|
-
"value": "UIColor(red: 0.502, green: 0.502, blue: 0.502, alpha: 1)"
|
|
1012
|
+
"value": "UIColor(red: 0.502, green: 0.502, blue: 0.502, alpha: 1)",
|
|
1013
|
+
"description": "Placeholder text color that sits on high-contrast surfaces or backgrounds."
|
|
974
1014
|
}
|
|
975
1015
|
},
|
|
976
1016
|
"color/foreground/disabled-inverted": {
|
|
977
1017
|
"css/variables": {
|
|
978
1018
|
"name": "var(--dt-color-foreground-disabled-inverted)",
|
|
979
|
-
"value": "#808080"
|
|
1019
|
+
"value": "#808080",
|
|
1020
|
+
"description": "Disabled text color that sits on high-contrast surfaces or backgrounds."
|
|
980
1021
|
},
|
|
981
1022
|
"android/resources": {
|
|
982
1023
|
"name": "dt_color_foreground_disabled_inverted",
|
|
983
|
-
"value": "#ff808080"
|
|
1024
|
+
"value": "#ff808080",
|
|
1025
|
+
"description": "Disabled text color that sits on high-contrast surfaces or backgrounds."
|
|
984
1026
|
},
|
|
985
1027
|
"compose/object": {
|
|
986
1028
|
"name": "dtColorForegroundDisabledInverted",
|
|
987
|
-
"value": "Color(0xff808080)"
|
|
1029
|
+
"value": "Color(0xff808080)",
|
|
1030
|
+
"description": "Disabled text color that sits on high-contrast surfaces or backgrounds."
|
|
988
1031
|
},
|
|
989
1032
|
"ios-swift/enum.swift": {
|
|
990
1033
|
"name": "dtColorForegroundDisabledInverted",
|
|
991
|
-
"value": "UIColor(red: 0.502, green: 0.502, blue: 0.502, alpha: 1)"
|
|
1034
|
+
"value": "UIColor(red: 0.502, green: 0.502, blue: 0.502, alpha: 1)",
|
|
1035
|
+
"description": "Disabled text color that sits on high-contrast surfaces or backgrounds."
|
|
992
1036
|
}
|
|
993
1037
|
},
|
|
994
1038
|
"color/foreground/critical-inverted": {
|
|
995
1039
|
"css/variables": {
|
|
996
1040
|
"name": "var(--dt-color-foreground-critical-inverted)",
|
|
997
1041
|
"value": "#ff8585",
|
|
998
|
-
"description": "
|
|
1042
|
+
"description": "Critical text that sits on high-contrast surfaces or backgrounds"
|
|
999
1043
|
},
|
|
1000
1044
|
"android/resources": {
|
|
1001
1045
|
"name": "dt_color_foreground_critical_inverted",
|
|
1002
1046
|
"value": "#ffff8585",
|
|
1003
|
-
"description": "
|
|
1047
|
+
"description": "Critical text that sits on high-contrast surfaces or backgrounds"
|
|
1004
1048
|
},
|
|
1005
1049
|
"compose/object": {
|
|
1006
1050
|
"name": "dtColorForegroundCriticalInverted",
|
|
1007
1051
|
"value": "Color(0xffff8585)",
|
|
1008
|
-
"description": "
|
|
1052
|
+
"description": "Critical text that sits on high-contrast surfaces or backgrounds"
|
|
1009
1053
|
},
|
|
1010
1054
|
"ios-swift/enum.swift": {
|
|
1011
1055
|
"name": "dtColorForegroundCriticalInverted",
|
|
1012
1056
|
"value": "UIColor(red: 1.000, green: 0.522, blue: 0.522, alpha: 1)",
|
|
1013
|
-
"description": "
|
|
1057
|
+
"description": "Critical text that sits on high-contrast surfaces or backgrounds"
|
|
1014
1058
|
}
|
|
1015
1059
|
},
|
|
1016
1060
|
"color/foreground/critical-strong-inverted": {
|
|
1017
1061
|
"css/variables": {
|
|
1018
1062
|
"name": "var(--dt-color-foreground-critical-strong-inverted)",
|
|
1019
1063
|
"value": "#ffa4a4",
|
|
1020
|
-
"description": "
|
|
1064
|
+
"description": "Critical strong text that sits on high-contrast surfaces or backgrounds"
|
|
1021
1065
|
},
|
|
1022
1066
|
"android/resources": {
|
|
1023
1067
|
"name": "dt_color_foreground_critical_strong_inverted",
|
|
1024
1068
|
"value": "#ffffa4a4",
|
|
1025
|
-
"description": "
|
|
1069
|
+
"description": "Critical strong text that sits on high-contrast surfaces or backgrounds"
|
|
1026
1070
|
},
|
|
1027
1071
|
"compose/object": {
|
|
1028
1072
|
"name": "dtColorForegroundCriticalStrongInverted",
|
|
1029
1073
|
"value": "Color(0xffffa4a4)",
|
|
1030
|
-
"description": "
|
|
1074
|
+
"description": "Critical strong text that sits on high-contrast surfaces or backgrounds"
|
|
1031
1075
|
},
|
|
1032
1076
|
"ios-swift/enum.swift": {
|
|
1033
1077
|
"name": "dtColorForegroundCriticalStrongInverted",
|
|
1034
1078
|
"value": "UIColor(red: 1.000, green: 0.643, blue: 0.643, alpha: 1)",
|
|
1035
|
-
"description": "
|
|
1079
|
+
"description": "Critical strong text that sits on high-contrast surfaces or backgrounds"
|
|
1036
1080
|
}
|
|
1037
1081
|
},
|
|
1038
1082
|
"color/foreground/success-inverted": {
|
|
1039
1083
|
"css/variables": {
|
|
1040
1084
|
"name": "var(--dt-color-foreground-success-inverted)",
|
|
1041
1085
|
"value": "#b0ffa3",
|
|
1042
|
-
"description": "
|
|
1086
|
+
"description": "Success text that sits on high-contrast surfaces or backgrounds"
|
|
1043
1087
|
},
|
|
1044
1088
|
"android/resources": {
|
|
1045
1089
|
"name": "dt_color_foreground_success_inverted",
|
|
1046
1090
|
"value": "#ffb0ffa3",
|
|
1047
|
-
"description": "
|
|
1091
|
+
"description": "Success text that sits on high-contrast surfaces or backgrounds"
|
|
1048
1092
|
},
|
|
1049
1093
|
"compose/object": {
|
|
1050
1094
|
"name": "dtColorForegroundSuccessInverted",
|
|
1051
1095
|
"value": "Color(0xffb0ffa3)",
|
|
1052
|
-
"description": "
|
|
1096
|
+
"description": "Success text that sits on high-contrast surfaces or backgrounds"
|
|
1053
1097
|
},
|
|
1054
1098
|
"ios-swift/enum.swift": {
|
|
1055
1099
|
"name": "dtColorForegroundSuccessInverted",
|
|
1056
1100
|
"value": "UIColor(red: 0.690, green: 1.000, blue: 0.639, alpha: 1)",
|
|
1057
|
-
"description": "
|
|
1101
|
+
"description": "Success text that sits on high-contrast surfaces or backgrounds"
|
|
1058
1102
|
}
|
|
1059
1103
|
},
|
|
1060
1104
|
"color/foreground/success-strong-inverted": {
|
|
1061
1105
|
"css/variables": {
|
|
1062
1106
|
"name": "var(--dt-color-foreground-success-strong-inverted)",
|
|
1063
1107
|
"value": "#d3ffcd",
|
|
1064
|
-
"description": "
|
|
1108
|
+
"description": "Success strong text that sits on high-contrast surfaces or backgrounds"
|
|
1065
1109
|
},
|
|
1066
1110
|
"android/resources": {
|
|
1067
1111
|
"name": "dt_color_foreground_success_strong_inverted",
|
|
1068
1112
|
"value": "#ffd3ffcd",
|
|
1069
|
-
"description": "
|
|
1113
|
+
"description": "Success strong text that sits on high-contrast surfaces or backgrounds"
|
|
1070
1114
|
},
|
|
1071
1115
|
"compose/object": {
|
|
1072
1116
|
"name": "dtColorForegroundSuccessStrongInverted",
|
|
1073
1117
|
"value": "Color(0xffd3ffcd)",
|
|
1074
|
-
"description": "
|
|
1118
|
+
"description": "Success strong text that sits on high-contrast surfaces or backgrounds"
|
|
1075
1119
|
},
|
|
1076
1120
|
"ios-swift/enum.swift": {
|
|
1077
1121
|
"name": "dtColorForegroundSuccessStrongInverted",
|
|
1078
1122
|
"value": "UIColor(red: 0.827, green: 1.000, blue: 0.804, alpha: 1)",
|
|
1079
|
-
"description": "
|
|
1123
|
+
"description": "Success strong text that sits on high-contrast surfaces or backgrounds"
|
|
1080
1124
|
}
|
|
1081
1125
|
},
|
|
1082
1126
|
"color/foreground/warning-inverted": {
|
|
1083
1127
|
"css/variables": {
|
|
1084
1128
|
"name": "var(--dt-color-foreground-warning-inverted)",
|
|
1085
1129
|
"value": "#fff4cc",
|
|
1086
|
-
"description": "
|
|
1130
|
+
"description": "Warning text that sits on high-contrast surfaces or backgrounds"
|
|
1087
1131
|
},
|
|
1088
1132
|
"android/resources": {
|
|
1089
1133
|
"name": "dt_color_foreground_warning_inverted",
|
|
1090
1134
|
"value": "#fffff4cc",
|
|
1091
|
-
"description": "
|
|
1135
|
+
"description": "Warning text that sits on high-contrast surfaces or backgrounds"
|
|
1092
1136
|
},
|
|
1093
1137
|
"compose/object": {
|
|
1094
1138
|
"name": "dtColorForegroundWarningInverted",
|
|
1095
1139
|
"value": "Color(0xfffff4cc)",
|
|
1096
|
-
"description": "
|
|
1140
|
+
"description": "Warning text that sits on high-contrast surfaces or backgrounds"
|
|
1097
1141
|
},
|
|
1098
1142
|
"ios-swift/enum.swift": {
|
|
1099
1143
|
"name": "dtColorForegroundWarningInverted",
|
|
1100
1144
|
"value": "UIColor(red: 1.000, green: 0.957, blue: 0.800, alpha: 1)",
|
|
1101
|
-
"description": "
|
|
1145
|
+
"description": "Warning text that sits on high-contrast surfaces or backgrounds"
|
|
1102
1146
|
}
|
|
1103
1147
|
},
|
|
1104
1148
|
"color/link/primary": {
|
|
@@ -1568,579 +1612,683 @@
|
|
|
1568
1612
|
"color/surface/secondary-opaque": {
|
|
1569
1613
|
"css/variables": {
|
|
1570
1614
|
"name": "var(--dt-color-surface-secondary-opaque)",
|
|
1571
|
-
"value": "rgba(0, 0, 0, 0.02)"
|
|
1615
|
+
"value": "rgba(0, 0, 0, 0.02)",
|
|
1616
|
+
"description": "Secondary surface as opaque background color."
|
|
1572
1617
|
},
|
|
1573
1618
|
"android/resources": {
|
|
1574
1619
|
"name": "dt_color_surface_secondary_opaque",
|
|
1575
|
-
"value": "#05000000"
|
|
1620
|
+
"value": "#05000000",
|
|
1621
|
+
"description": "Secondary surface as opaque background color."
|
|
1576
1622
|
},
|
|
1577
1623
|
"compose/object": {
|
|
1578
1624
|
"name": "dtColorSurfaceSecondaryOpaque",
|
|
1579
|
-
"value": "Color(0x05000000)"
|
|
1625
|
+
"value": "Color(0x05000000)",
|
|
1626
|
+
"description": "Secondary surface as opaque background color."
|
|
1580
1627
|
},
|
|
1581
1628
|
"ios-swift/enum.swift": {
|
|
1582
1629
|
"name": "dtColorSurfaceSecondaryOpaque",
|
|
1583
|
-
"value": "UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.0196078431372549)"
|
|
1630
|
+
"value": "UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.0196078431372549)",
|
|
1631
|
+
"description": "Secondary surface as opaque background color."
|
|
1584
1632
|
}
|
|
1585
1633
|
},
|
|
1586
1634
|
"color/surface/moderate-opaque": {
|
|
1587
1635
|
"css/variables": {
|
|
1588
1636
|
"name": "var(--dt-color-surface-moderate-opaque)",
|
|
1589
|
-
"value": "rgba(0, 0, 0, 0.09)"
|
|
1637
|
+
"value": "rgba(0, 0, 0, 0.09)",
|
|
1638
|
+
"description": "Moderate surface as opaque background color."
|
|
1590
1639
|
},
|
|
1591
1640
|
"android/resources": {
|
|
1592
1641
|
"name": "dt_color_surface_moderate_opaque",
|
|
1593
|
-
"value": "#17000000"
|
|
1642
|
+
"value": "#17000000",
|
|
1643
|
+
"description": "Moderate surface as opaque background color."
|
|
1594
1644
|
},
|
|
1595
1645
|
"compose/object": {
|
|
1596
1646
|
"name": "dtColorSurfaceModerateOpaque",
|
|
1597
|
-
"value": "Color(0x17000000)"
|
|
1647
|
+
"value": "Color(0x17000000)",
|
|
1648
|
+
"description": "Moderate surface as opaque background color."
|
|
1598
1649
|
},
|
|
1599
1650
|
"ios-swift/enum.swift": {
|
|
1600
1651
|
"name": "dtColorSurfaceModerateOpaque",
|
|
1601
|
-
"value": "UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.09019607843137255)"
|
|
1652
|
+
"value": "UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.09019607843137255)",
|
|
1653
|
+
"description": "Moderate surface as opaque background color."
|
|
1602
1654
|
}
|
|
1603
1655
|
},
|
|
1604
1656
|
"color/surface/bold-opaque": {
|
|
1605
1657
|
"css/variables": {
|
|
1606
1658
|
"name": "var(--dt-color-surface-bold-opaque)",
|
|
1607
|
-
"value": "rgba(0, 0, 0, 0.18)"
|
|
1659
|
+
"value": "rgba(0, 0, 0, 0.18)",
|
|
1660
|
+
"description": "Bold surface as opaque background color."
|
|
1608
1661
|
},
|
|
1609
1662
|
"android/resources": {
|
|
1610
1663
|
"name": "dt_color_surface_bold_opaque",
|
|
1611
|
-
"value": "#2e000000"
|
|
1664
|
+
"value": "#2e000000",
|
|
1665
|
+
"description": "Bold surface as opaque background color."
|
|
1612
1666
|
},
|
|
1613
1667
|
"compose/object": {
|
|
1614
1668
|
"name": "dtColorSurfaceBoldOpaque",
|
|
1615
|
-
"value": "Color(0x2e000000)"
|
|
1669
|
+
"value": "Color(0x2e000000)",
|
|
1670
|
+
"description": "Bold surface as opaque background color."
|
|
1616
1671
|
},
|
|
1617
1672
|
"ios-swift/enum.swift": {
|
|
1618
1673
|
"name": "dtColorSurfaceBoldOpaque",
|
|
1619
|
-
"value": "UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.1803921568627451)"
|
|
1674
|
+
"value": "UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.1803921568627451)",
|
|
1675
|
+
"description": "Bold surface as opaque background color."
|
|
1620
1676
|
}
|
|
1621
1677
|
},
|
|
1622
1678
|
"color/surface/strong-opaque": {
|
|
1623
1679
|
"css/variables": {
|
|
1624
1680
|
"name": "var(--dt-color-surface-strong-opaque)",
|
|
1625
|
-
"value": "rgba(0, 0, 0, 0.67)"
|
|
1681
|
+
"value": "rgba(0, 0, 0, 0.67)",
|
|
1682
|
+
"description": "Strong surface as opaque background color."
|
|
1626
1683
|
},
|
|
1627
1684
|
"android/resources": {
|
|
1628
1685
|
"name": "dt_color_surface_strong_opaque",
|
|
1629
|
-
"value": "#ab000000"
|
|
1686
|
+
"value": "#ab000000",
|
|
1687
|
+
"description": "Strong surface as opaque background color."
|
|
1630
1688
|
},
|
|
1631
1689
|
"compose/object": {
|
|
1632
1690
|
"name": "dtColorSurfaceStrongOpaque",
|
|
1633
|
-
"value": "Color(0xab000000)"
|
|
1691
|
+
"value": "Color(0xab000000)",
|
|
1692
|
+
"description": "Strong surface as opaque background color."
|
|
1634
1693
|
},
|
|
1635
1694
|
"ios-swift/enum.swift": {
|
|
1636
1695
|
"name": "dtColorSurfaceStrongOpaque",
|
|
1637
|
-
"value": "UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.6705882352941176)"
|
|
1696
|
+
"value": "UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.6705882352941176)",
|
|
1697
|
+
"description": "Strong surface as opaque background color."
|
|
1638
1698
|
}
|
|
1639
1699
|
},
|
|
1640
1700
|
"color/surface/contrast-opaque": {
|
|
1641
1701
|
"css/variables": {
|
|
1642
1702
|
"name": "var(--dt-color-surface-contrast-opaque)",
|
|
1643
|
-
"value": "rgba(0, 0, 0, 0.87)"
|
|
1703
|
+
"value": "rgba(0, 0, 0, 0.87)",
|
|
1704
|
+
"description": "Contrast surface as opaque background color."
|
|
1644
1705
|
},
|
|
1645
1706
|
"android/resources": {
|
|
1646
1707
|
"name": "dt_color_surface_contrast_opaque",
|
|
1647
|
-
"value": "#de000000"
|
|
1708
|
+
"value": "#de000000",
|
|
1709
|
+
"description": "Contrast surface as opaque background color."
|
|
1648
1710
|
},
|
|
1649
1711
|
"compose/object": {
|
|
1650
1712
|
"name": "dtColorSurfaceContrastOpaque",
|
|
1651
|
-
"value": "Color(0xde000000)"
|
|
1713
|
+
"value": "Color(0xde000000)",
|
|
1714
|
+
"description": "Contrast surface as opaque background color."
|
|
1652
1715
|
},
|
|
1653
1716
|
"ios-swift/enum.swift": {
|
|
1654
1717
|
"name": "dtColorSurfaceContrastOpaque",
|
|
1655
|
-
"value": "UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.8705882352941177)"
|
|
1718
|
+
"value": "UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.8705882352941177)",
|
|
1719
|
+
"description": "Contrast surface as opaque background color."
|
|
1656
1720
|
}
|
|
1657
1721
|
},
|
|
1658
1722
|
"color/surface/critical-opaque": {
|
|
1659
1723
|
"css/variables": {
|
|
1660
1724
|
"name": "var(--dt-color-surface-critical-opaque)",
|
|
1661
1725
|
"value": "rgba(236, 14, 14, 0.11)",
|
|
1662
|
-
"description": "
|
|
1726
|
+
"description": "Critical surface as opaque background color."
|
|
1663
1727
|
},
|
|
1664
1728
|
"android/resources": {
|
|
1665
1729
|
"name": "dt_color_surface_critical_opaque",
|
|
1666
1730
|
"value": "#1cec0e0e",
|
|
1667
|
-
"description": "
|
|
1731
|
+
"description": "Critical surface as opaque background color."
|
|
1668
1732
|
},
|
|
1669
1733
|
"compose/object": {
|
|
1670
1734
|
"name": "dtColorSurfaceCriticalOpaque",
|
|
1671
1735
|
"value": "Color(0x1cec0e0e)",
|
|
1672
|
-
"description": "
|
|
1736
|
+
"description": "Critical surface as opaque background color."
|
|
1673
1737
|
},
|
|
1674
1738
|
"ios-swift/enum.swift": {
|
|
1675
1739
|
"name": "dtColorSurfaceCriticalOpaque",
|
|
1676
1740
|
"value": "UIColor(red: 0.925, green: 0.055, blue: 0.055, alpha: 0.10980392156862745)",
|
|
1677
|
-
"description": "
|
|
1741
|
+
"description": "Critical surface as opaque background color."
|
|
1678
1742
|
}
|
|
1679
1743
|
},
|
|
1680
1744
|
"color/surface/critical-subtle-opaque": {
|
|
1681
1745
|
"css/variables": {
|
|
1682
1746
|
"name": "var(--dt-color-surface-critical-subtle-opaque)",
|
|
1683
1747
|
"value": "rgba(236, 14, 14, 0.05)",
|
|
1684
|
-
"description": "
|
|
1748
|
+
"description": "Critical subtle surface as opaque background color."
|
|
1685
1749
|
},
|
|
1686
1750
|
"android/resources": {
|
|
1687
1751
|
"name": "dt_color_surface_critical_subtle_opaque",
|
|
1688
1752
|
"value": "#0dec0e0e",
|
|
1689
|
-
"description": "
|
|
1753
|
+
"description": "Critical subtle surface as opaque background color."
|
|
1690
1754
|
},
|
|
1691
1755
|
"compose/object": {
|
|
1692
1756
|
"name": "dtColorSurfaceCriticalSubtleOpaque",
|
|
1693
1757
|
"value": "Color(0x0dec0e0e)",
|
|
1694
|
-
"description": "
|
|
1758
|
+
"description": "Critical subtle surface as opaque background color."
|
|
1695
1759
|
},
|
|
1696
1760
|
"ios-swift/enum.swift": {
|
|
1697
1761
|
"name": "dtColorSurfaceCriticalSubtleOpaque",
|
|
1698
1762
|
"value": "UIColor(red: 0.925, green: 0.055, blue: 0.055, alpha: 0.050980392156862744)",
|
|
1699
|
-
"description": "
|
|
1763
|
+
"description": "Critical subtle surface as opaque background color."
|
|
1700
1764
|
}
|
|
1701
1765
|
},
|
|
1702
1766
|
"color/surface/warning-opaque": {
|
|
1703
1767
|
"css/variables": {
|
|
1704
1768
|
"name": "var(--dt-color-surface-warning-opaque)",
|
|
1705
|
-
"value": "rgba(255, 219, 128, 0.38)"
|
|
1769
|
+
"value": "rgba(255, 219, 128, 0.38)",
|
|
1770
|
+
"description": "Warning surface as opaque background color"
|
|
1706
1771
|
},
|
|
1707
1772
|
"android/resources": {
|
|
1708
1773
|
"name": "dt_color_surface_warning_opaque",
|
|
1709
|
-
"value": "#61ffdb80"
|
|
1774
|
+
"value": "#61ffdb80",
|
|
1775
|
+
"description": "Warning surface as opaque background color"
|
|
1710
1776
|
},
|
|
1711
1777
|
"compose/object": {
|
|
1712
1778
|
"name": "dtColorSurfaceWarningOpaque",
|
|
1713
|
-
"value": "Color(0x61ffdb80)"
|
|
1779
|
+
"value": "Color(0x61ffdb80)",
|
|
1780
|
+
"description": "Warning surface as opaque background color"
|
|
1714
1781
|
},
|
|
1715
1782
|
"ios-swift/enum.swift": {
|
|
1716
1783
|
"name": "dtColorSurfaceWarningOpaque",
|
|
1717
|
-
"value": "UIColor(red: 1.000, green: 0.859, blue: 0.502, alpha: 0.3803921568627451)"
|
|
1784
|
+
"value": "UIColor(red: 1.000, green: 0.859, blue: 0.502, alpha: 0.3803921568627451)",
|
|
1785
|
+
"description": "Warning surface as opaque background color"
|
|
1718
1786
|
}
|
|
1719
1787
|
},
|
|
1720
1788
|
"color/surface/warning-subtle-opaque": {
|
|
1721
1789
|
"css/variables": {
|
|
1722
1790
|
"name": "var(--dt-color-surface-warning-subtle-opaque)",
|
|
1723
|
-
"value": "rgba(255, 219, 128, 0.18)"
|
|
1791
|
+
"value": "rgba(255, 219, 128, 0.18)",
|
|
1792
|
+
"description": "Warning subtle surface as opaque background color"
|
|
1724
1793
|
},
|
|
1725
1794
|
"android/resources": {
|
|
1726
1795
|
"name": "dt_color_surface_warning_subtle_opaque",
|
|
1727
|
-
"value": "#2effdb80"
|
|
1796
|
+
"value": "#2effdb80",
|
|
1797
|
+
"description": "Warning subtle surface as opaque background color"
|
|
1728
1798
|
},
|
|
1729
1799
|
"compose/object": {
|
|
1730
1800
|
"name": "dtColorSurfaceWarningSubtleOpaque",
|
|
1731
|
-
"value": "Color(0x2effdb80)"
|
|
1801
|
+
"value": "Color(0x2effdb80)",
|
|
1802
|
+
"description": "Warning subtle surface as opaque background color"
|
|
1732
1803
|
},
|
|
1733
1804
|
"ios-swift/enum.swift": {
|
|
1734
1805
|
"name": "dtColorSurfaceWarningSubtleOpaque",
|
|
1735
|
-
"value": "UIColor(red: 1.000, green: 0.859, blue: 0.502, alpha: 0.1803921568627451)"
|
|
1806
|
+
"value": "UIColor(red: 1.000, green: 0.859, blue: 0.502, alpha: 0.1803921568627451)",
|
|
1807
|
+
"description": "Warning subtle surface as opaque background color"
|
|
1736
1808
|
}
|
|
1737
1809
|
},
|
|
1738
1810
|
"color/surface/success-opaque": {
|
|
1739
1811
|
"css/variables": {
|
|
1740
1812
|
"name": "var(--dt-color-surface-success-opaque)",
|
|
1741
|
-
"value": "rgba(26, 163, 65, 0.08)"
|
|
1813
|
+
"value": "rgba(26, 163, 65, 0.08)",
|
|
1814
|
+
"description": "Success surface as opaque background color."
|
|
1742
1815
|
},
|
|
1743
1816
|
"android/resources": {
|
|
1744
1817
|
"name": "dt_color_surface_success_opaque",
|
|
1745
|
-
"value": "#141aa341"
|
|
1818
|
+
"value": "#141aa341",
|
|
1819
|
+
"description": "Success surface as opaque background color."
|
|
1746
1820
|
},
|
|
1747
1821
|
"compose/object": {
|
|
1748
1822
|
"name": "dtColorSurfaceSuccessOpaque",
|
|
1749
|
-
"value": "Color(0x141aa341)"
|
|
1823
|
+
"value": "Color(0x141aa341)",
|
|
1824
|
+
"description": "Success surface as opaque background color."
|
|
1750
1825
|
},
|
|
1751
1826
|
"ios-swift/enum.swift": {
|
|
1752
1827
|
"name": "dtColorSurfaceSuccessOpaque",
|
|
1753
|
-
"value": "UIColor(red: 0.102, green: 0.639, blue: 0.255, alpha: 0.0784313725490196)"
|
|
1828
|
+
"value": "UIColor(red: 0.102, green: 0.639, blue: 0.255, alpha: 0.0784313725490196)",
|
|
1829
|
+
"description": "Success surface as opaque background color."
|
|
1754
1830
|
}
|
|
1755
1831
|
},
|
|
1756
1832
|
"color/surface/success-subtle-opaque": {
|
|
1757
1833
|
"css/variables": {
|
|
1758
1834
|
"name": "var(--dt-color-surface-success-subtle-opaque)",
|
|
1759
|
-
"value": "rgba(26, 163, 65, 0.03)"
|
|
1835
|
+
"value": "rgba(26, 163, 65, 0.03)",
|
|
1836
|
+
"description": "Success subtle surface as opaque background color."
|
|
1760
1837
|
},
|
|
1761
1838
|
"android/resources": {
|
|
1762
1839
|
"name": "dt_color_surface_success_subtle_opaque",
|
|
1763
|
-
"value": "#081aa341"
|
|
1840
|
+
"value": "#081aa341",
|
|
1841
|
+
"description": "Success subtle surface as opaque background color."
|
|
1764
1842
|
},
|
|
1765
1843
|
"compose/object": {
|
|
1766
1844
|
"name": "dtColorSurfaceSuccessSubtleOpaque",
|
|
1767
|
-
"value": "Color(0x081aa341)"
|
|
1845
|
+
"value": "Color(0x081aa341)",
|
|
1846
|
+
"description": "Success subtle surface as opaque background color."
|
|
1768
1847
|
},
|
|
1769
1848
|
"ios-swift/enum.swift": {
|
|
1770
1849
|
"name": "dtColorSurfaceSuccessSubtleOpaque",
|
|
1771
|
-
"value": "UIColor(red: 0.102, green: 0.639, blue: 0.255, alpha: 0.03137254901960784)"
|
|
1850
|
+
"value": "UIColor(red: 0.102, green: 0.639, blue: 0.255, alpha: 0.03137254901960784)",
|
|
1851
|
+
"description": "Success subtle surface as opaque background color."
|
|
1772
1852
|
}
|
|
1773
1853
|
},
|
|
1774
1854
|
"color/surface/info-opaque": {
|
|
1775
1855
|
"css/variables": {
|
|
1776
1856
|
"name": "var(--dt-color-surface-info-opaque)",
|
|
1777
|
-
"value": "rgba(23, 105, 198, 0.09)"
|
|
1857
|
+
"value": "rgba(23, 105, 198, 0.09)",
|
|
1858
|
+
"description": "Info surface as opaque background color."
|
|
1778
1859
|
},
|
|
1779
1860
|
"android/resources": {
|
|
1780
1861
|
"name": "dt_color_surface_info_opaque",
|
|
1781
|
-
"value": "#171769c6"
|
|
1862
|
+
"value": "#171769c6",
|
|
1863
|
+
"description": "Info surface as opaque background color."
|
|
1782
1864
|
},
|
|
1783
1865
|
"compose/object": {
|
|
1784
1866
|
"name": "dtColorSurfaceInfoOpaque",
|
|
1785
|
-
"value": "Color(0x171769c6)"
|
|
1867
|
+
"value": "Color(0x171769c6)",
|
|
1868
|
+
"description": "Info surface as opaque background color."
|
|
1786
1869
|
},
|
|
1787
1870
|
"ios-swift/enum.swift": {
|
|
1788
1871
|
"name": "dtColorSurfaceInfoOpaque",
|
|
1789
|
-
"value": "UIColor(red: 0.090, green: 0.412, blue: 0.776, alpha: 0.09019607843137255)"
|
|
1872
|
+
"value": "UIColor(red: 0.090, green: 0.412, blue: 0.776, alpha: 0.09019607843137255)",
|
|
1873
|
+
"description": "Info surface as opaque background color."
|
|
1790
1874
|
}
|
|
1791
1875
|
},
|
|
1792
1876
|
"color/surface/info-subtle-opaque": {
|
|
1793
1877
|
"css/variables": {
|
|
1794
1878
|
"name": "var(--dt-color-surface-info-subtle-opaque)",
|
|
1795
|
-
"value": "rgba(23, 105, 198, 0.04)"
|
|
1879
|
+
"value": "rgba(23, 105, 198, 0.04)",
|
|
1880
|
+
"description": "Info surface as opaque background color."
|
|
1796
1881
|
},
|
|
1797
1882
|
"android/resources": {
|
|
1798
1883
|
"name": "dt_color_surface_info_subtle_opaque",
|
|
1799
|
-
"value": "#0a1769c6"
|
|
1884
|
+
"value": "#0a1769c6",
|
|
1885
|
+
"description": "Info surface as opaque background color."
|
|
1800
1886
|
},
|
|
1801
1887
|
"compose/object": {
|
|
1802
1888
|
"name": "dtColorSurfaceInfoSubtleOpaque",
|
|
1803
|
-
"value": "Color(0x0a1769c6)"
|
|
1889
|
+
"value": "Color(0x0a1769c6)",
|
|
1890
|
+
"description": "Info surface as opaque background color."
|
|
1804
1891
|
},
|
|
1805
1892
|
"ios-swift/enum.swift": {
|
|
1806
1893
|
"name": "dtColorSurfaceInfoSubtleOpaque",
|
|
1807
|
-
"value": "UIColor(red: 0.090, green: 0.412, blue: 0.776, alpha: 0.0392156862745098)"
|
|
1894
|
+
"value": "UIColor(red: 0.090, green: 0.412, blue: 0.776, alpha: 0.0392156862745098)",
|
|
1895
|
+
"description": "Info surface as opaque background color."
|
|
1808
1896
|
}
|
|
1809
1897
|
},
|
|
1810
1898
|
"color/surface/primary": {
|
|
1811
1899
|
"css/variables": {
|
|
1812
1900
|
"name": "var(--dt-color-surface-primary)",
|
|
1813
|
-
"value": "#ffffff"
|
|
1901
|
+
"value": "#ffffff",
|
|
1902
|
+
"description": "Default surface color for the majority of surfaces."
|
|
1814
1903
|
},
|
|
1815
1904
|
"android/resources": {
|
|
1816
1905
|
"name": "dt_color_surface_primary",
|
|
1817
|
-
"value": "#ffffffff"
|
|
1906
|
+
"value": "#ffffffff",
|
|
1907
|
+
"description": "Default surface color for the majority of surfaces."
|
|
1818
1908
|
},
|
|
1819
1909
|
"compose/object": {
|
|
1820
1910
|
"name": "dtColorSurfacePrimary",
|
|
1821
|
-
"value": "Color(0xffffffff)"
|
|
1911
|
+
"value": "Color(0xffffffff)",
|
|
1912
|
+
"description": "Default surface color for the majority of surfaces."
|
|
1822
1913
|
},
|
|
1823
1914
|
"ios-swift/enum.swift": {
|
|
1824
1915
|
"name": "dtColorSurfacePrimary",
|
|
1825
|
-
"value": "UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)"
|
|
1916
|
+
"value": "UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)",
|
|
1917
|
+
"description": "Default surface color for the majority of surfaces."
|
|
1826
1918
|
}
|
|
1827
1919
|
},
|
|
1828
1920
|
"color/surface/secondary": {
|
|
1829
1921
|
"css/variables": {
|
|
1830
1922
|
"name": "var(--dt-color-surface-secondary)",
|
|
1831
|
-
"value": "#f9f9f9"
|
|
1923
|
+
"value": "#f9f9f9",
|
|
1924
|
+
"description": "For adjacent or complementary regions."
|
|
1832
1925
|
},
|
|
1833
1926
|
"android/resources": {
|
|
1834
1927
|
"name": "dt_color_surface_secondary",
|
|
1835
|
-
"value": "#fff9f9f9"
|
|
1928
|
+
"value": "#fff9f9f9",
|
|
1929
|
+
"description": "For adjacent or complementary regions."
|
|
1836
1930
|
},
|
|
1837
1931
|
"compose/object": {
|
|
1838
1932
|
"name": "dtColorSurfaceSecondary",
|
|
1839
|
-
"value": "Color(0xfff9f9f9)"
|
|
1933
|
+
"value": "Color(0xfff9f9f9)",
|
|
1934
|
+
"description": "For adjacent or complementary regions."
|
|
1840
1935
|
},
|
|
1841
1936
|
"ios-swift/enum.swift": {
|
|
1842
1937
|
"name": "dtColorSurfaceSecondary",
|
|
1843
|
-
"value": "UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 1)"
|
|
1938
|
+
"value": "UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 1)",
|
|
1939
|
+
"description": "For adjacent or complementary regions."
|
|
1844
1940
|
}
|
|
1845
1941
|
},
|
|
1846
1942
|
"color/surface/moderate": {
|
|
1847
1943
|
"css/variables": {
|
|
1848
1944
|
"name": "var(--dt-color-surface-moderate)",
|
|
1849
|
-
"value": "#e9e9e9"
|
|
1945
|
+
"value": "#e9e9e9",
|
|
1946
|
+
"description": "A tertiary surface level, prominent without being too overpowering."
|
|
1850
1947
|
},
|
|
1851
1948
|
"android/resources": {
|
|
1852
1949
|
"name": "dt_color_surface_moderate",
|
|
1853
|
-
"value": "#ffe9e9e9"
|
|
1950
|
+
"value": "#ffe9e9e9",
|
|
1951
|
+
"description": "A tertiary surface level, prominent without being too overpowering."
|
|
1854
1952
|
},
|
|
1855
1953
|
"compose/object": {
|
|
1856
1954
|
"name": "dtColorSurfaceModerate",
|
|
1857
|
-
"value": "Color(0xffe9e9e9)"
|
|
1955
|
+
"value": "Color(0xffe9e9e9)",
|
|
1956
|
+
"description": "A tertiary surface level, prominent without being too overpowering."
|
|
1858
1957
|
},
|
|
1859
1958
|
"ios-swift/enum.swift": {
|
|
1860
1959
|
"name": "dtColorSurfaceModerate",
|
|
1861
|
-
"value": "UIColor(red: 0.914, green: 0.914, blue: 0.914, alpha: 1)"
|
|
1960
|
+
"value": "UIColor(red: 0.914, green: 0.914, blue: 0.914, alpha: 1)",
|
|
1961
|
+
"description": "A tertiary surface level, prominent without being too overpowering."
|
|
1862
1962
|
}
|
|
1863
1963
|
},
|
|
1864
1964
|
"color/surface/bold": {
|
|
1865
1965
|
"css/variables": {
|
|
1866
1966
|
"name": "var(--dt-color-surface-bold)",
|
|
1867
|
-
"value": "#d2d2d2"
|
|
1967
|
+
"value": "#d2d2d2",
|
|
1968
|
+
"description": "Highlight or call attention to specific areas of the interface."
|
|
1868
1969
|
},
|
|
1869
1970
|
"android/resources": {
|
|
1870
1971
|
"name": "dt_color_surface_bold",
|
|
1871
|
-
"value": "#ffd2d2d2"
|
|
1972
|
+
"value": "#ffd2d2d2",
|
|
1973
|
+
"description": "Highlight or call attention to specific areas of the interface."
|
|
1872
1974
|
},
|
|
1873
1975
|
"compose/object": {
|
|
1874
1976
|
"name": "dtColorSurfaceBold",
|
|
1875
|
-
"value": "Color(0xffd2d2d2)"
|
|
1977
|
+
"value": "Color(0xffd2d2d2)",
|
|
1978
|
+
"description": "Highlight or call attention to specific areas of the interface."
|
|
1876
1979
|
},
|
|
1877
1980
|
"ios-swift/enum.swift": {
|
|
1878
1981
|
"name": "dtColorSurfaceBold",
|
|
1879
|
-
"value": "UIColor(red: 0.824, green: 0.824, blue: 0.824, alpha: 1)"
|
|
1982
|
+
"value": "UIColor(red: 0.824, green: 0.824, blue: 0.824, alpha: 1)",
|
|
1983
|
+
"description": "Highlight or call attention to specific areas of the interface."
|
|
1880
1984
|
}
|
|
1881
1985
|
},
|
|
1882
1986
|
"color/surface/strong": {
|
|
1883
1987
|
"css/variables": {
|
|
1884
1988
|
"name": "var(--dt-color-surface-strong)",
|
|
1885
|
-
"value": "#555555"
|
|
1989
|
+
"value": "#555555",
|
|
1990
|
+
"description": "Use sparingly to draw the eye to a relatively important region."
|
|
1886
1991
|
},
|
|
1887
1992
|
"android/resources": {
|
|
1888
1993
|
"name": "dt_color_surface_strong",
|
|
1889
|
-
"value": "#ff555555"
|
|
1994
|
+
"value": "#ff555555",
|
|
1995
|
+
"description": "Use sparingly to draw the eye to a relatively important region."
|
|
1890
1996
|
},
|
|
1891
1997
|
"compose/object": {
|
|
1892
1998
|
"name": "dtColorSurfaceStrong",
|
|
1893
|
-
"value": "Color(0xff555555)"
|
|
1999
|
+
"value": "Color(0xff555555)",
|
|
2000
|
+
"description": "Use sparingly to draw the eye to a relatively important region."
|
|
1894
2001
|
},
|
|
1895
2002
|
"ios-swift/enum.swift": {
|
|
1896
2003
|
"name": "dtColorSurfaceStrong",
|
|
1897
|
-
"value": "UIColor(red: 0.333, green: 0.333, blue: 0.333, alpha: 1)"
|
|
2004
|
+
"value": "UIColor(red: 0.333, green: 0.333, blue: 0.333, alpha: 1)",
|
|
2005
|
+
"description": "Use sparingly to draw the eye to a relatively important region."
|
|
1898
2006
|
}
|
|
1899
2007
|
},
|
|
1900
2008
|
"color/surface/contrast": {
|
|
1901
2009
|
"css/variables": {
|
|
1902
2010
|
"name": "var(--dt-color-surface-contrast)",
|
|
1903
|
-
"value": "#222222"
|
|
2011
|
+
"value": "#222222",
|
|
2012
|
+
"description": "An inverted surface for lightened content and elements, most likely paired with inverted foreground colors."
|
|
1904
2013
|
},
|
|
1905
2014
|
"android/resources": {
|
|
1906
2015
|
"name": "dt_color_surface_contrast",
|
|
1907
|
-
"value": "#ff222222"
|
|
2016
|
+
"value": "#ff222222",
|
|
2017
|
+
"description": "An inverted surface for lightened content and elements, most likely paired with inverted foreground colors."
|
|
1908
2018
|
},
|
|
1909
2019
|
"compose/object": {
|
|
1910
2020
|
"name": "dtColorSurfaceContrast",
|
|
1911
|
-
"value": "Color(0xff222222)"
|
|
2021
|
+
"value": "Color(0xff222222)",
|
|
2022
|
+
"description": "An inverted surface for lightened content and elements, most likely paired with inverted foreground colors."
|
|
1912
2023
|
},
|
|
1913
2024
|
"ios-swift/enum.swift": {
|
|
1914
2025
|
"name": "dtColorSurfaceContrast",
|
|
1915
|
-
"value": "UIColor(red: 0.133, green: 0.133, blue: 0.133, alpha: 1)"
|
|
2026
|
+
"value": "UIColor(red: 0.133, green: 0.133, blue: 0.133, alpha: 1)",
|
|
2027
|
+
"description": "An inverted surface for lightened content and elements, most likely paired with inverted foreground colors."
|
|
1916
2028
|
}
|
|
1917
2029
|
},
|
|
1918
2030
|
"color/surface/critical": {
|
|
1919
2031
|
"css/variables": {
|
|
1920
2032
|
"name": "var(--dt-color-surface-critical)",
|
|
1921
2033
|
"value": "#ffe5e6",
|
|
1922
|
-
"description": "danger,
|
|
2034
|
+
"description": "Background surface color containing error, danger, or otherwise critical messaging or elements."
|
|
1923
2035
|
},
|
|
1924
2036
|
"android/resources": {
|
|
1925
2037
|
"name": "dt_color_surface_critical",
|
|
1926
2038
|
"value": "#ffffe5e6",
|
|
1927
|
-
"description": "danger,
|
|
2039
|
+
"description": "Background surface color containing error, danger, or otherwise critical messaging or elements."
|
|
1928
2040
|
},
|
|
1929
2041
|
"compose/object": {
|
|
1930
2042
|
"name": "dtColorSurfaceCritical",
|
|
1931
2043
|
"value": "Color(0xffffe5e6)",
|
|
1932
|
-
"description": "danger,
|
|
2044
|
+
"description": "Background surface color containing error, danger, or otherwise critical messaging or elements."
|
|
1933
2045
|
},
|
|
1934
2046
|
"ios-swift/enum.swift": {
|
|
1935
2047
|
"name": "dtColorSurfaceCritical",
|
|
1936
2048
|
"value": "UIColor(red: 1.000, green: 0.898, blue: 0.902, alpha: 1)",
|
|
1937
|
-
"description": "danger,
|
|
2049
|
+
"description": "Background surface color containing error, danger, or otherwise critical messaging or elements."
|
|
1938
2050
|
}
|
|
1939
2051
|
},
|
|
1940
2052
|
"color/surface/critical-subtle": {
|
|
1941
2053
|
"css/variables": {
|
|
1942
2054
|
"name": "var(--dt-color-surface-critical-subtle)",
|
|
1943
2055
|
"value": "#fff2f3",
|
|
1944
|
-
"description": "
|
|
2056
|
+
"description": "A softer version of the Critical surface."
|
|
1945
2057
|
},
|
|
1946
2058
|
"android/resources": {
|
|
1947
2059
|
"name": "dt_color_surface_critical_subtle",
|
|
1948
2060
|
"value": "#fffff2f3",
|
|
1949
|
-
"description": "
|
|
2061
|
+
"description": "A softer version of the Critical surface."
|
|
1950
2062
|
},
|
|
1951
2063
|
"compose/object": {
|
|
1952
2064
|
"name": "dtColorSurfaceCriticalSubtle",
|
|
1953
2065
|
"value": "Color(0xfffff2f3)",
|
|
1954
|
-
"description": "
|
|
2066
|
+
"description": "A softer version of the Critical surface."
|
|
1955
2067
|
},
|
|
1956
2068
|
"ios-swift/enum.swift": {
|
|
1957
2069
|
"name": "dtColorSurfaceCriticalSubtle",
|
|
1958
2070
|
"value": "UIColor(red: 1.000, green: 0.949, blue: 0.953, alpha: 1)",
|
|
1959
|
-
"description": "
|
|
2071
|
+
"description": "A softer version of the Critical surface."
|
|
1960
2072
|
}
|
|
1961
2073
|
},
|
|
1962
2074
|
"color/surface/critical-strong": {
|
|
1963
2075
|
"css/variables": {
|
|
1964
2076
|
"name": "var(--dt-color-surface-critical-strong)",
|
|
1965
2077
|
"value": "#b70b0b",
|
|
1966
|
-
"description": "
|
|
2078
|
+
"description": "A contrasting critical surface, most likely paired with inverted foreground colors."
|
|
1967
2079
|
},
|
|
1968
2080
|
"android/resources": {
|
|
1969
2081
|
"name": "dt_color_surface_critical_strong",
|
|
1970
2082
|
"value": "#ffb70b0b",
|
|
1971
|
-
"description": "
|
|
2083
|
+
"description": "A contrasting critical surface, most likely paired with inverted foreground colors."
|
|
1972
2084
|
},
|
|
1973
2085
|
"compose/object": {
|
|
1974
2086
|
"name": "dtColorSurfaceCriticalStrong",
|
|
1975
2087
|
"value": "Color(0xffb70b0b)",
|
|
1976
|
-
"description": "
|
|
2088
|
+
"description": "A contrasting critical surface, most likely paired with inverted foreground colors."
|
|
1977
2089
|
},
|
|
1978
2090
|
"ios-swift/enum.swift": {
|
|
1979
2091
|
"name": "dtColorSurfaceCriticalStrong",
|
|
1980
2092
|
"value": "UIColor(red: 0.718, green: 0.043, blue: 0.043, alpha: 1)",
|
|
1981
|
-
"description": "
|
|
2093
|
+
"description": "A contrasting critical surface, most likely paired with inverted foreground colors."
|
|
1982
2094
|
}
|
|
1983
2095
|
},
|
|
1984
2096
|
"color/surface/warning": {
|
|
1985
2097
|
"css/variables": {
|
|
1986
2098
|
"name": "var(--dt-color-surface-warning)",
|
|
1987
|
-
"value": "#fff4cc"
|
|
2099
|
+
"value": "#fff4cc",
|
|
2100
|
+
"description": "Background surface color highlighting messaging or elements that may require user's attention."
|
|
1988
2101
|
},
|
|
1989
2102
|
"android/resources": {
|
|
1990
2103
|
"name": "dt_color_surface_warning",
|
|
1991
|
-
"value": "#fffff4cc"
|
|
2104
|
+
"value": "#fffff4cc",
|
|
2105
|
+
"description": "Background surface color highlighting messaging or elements that may require user's attention."
|
|
1992
2106
|
},
|
|
1993
2107
|
"compose/object": {
|
|
1994
2108
|
"name": "dtColorSurfaceWarning",
|
|
1995
|
-
"value": "Color(0xfffff4cc)"
|
|
2109
|
+
"value": "Color(0xfffff4cc)",
|
|
2110
|
+
"description": "Background surface color highlighting messaging or elements that may require user's attention."
|
|
1996
2111
|
},
|
|
1997
2112
|
"ios-swift/enum.swift": {
|
|
1998
2113
|
"name": "dtColorSurfaceWarning",
|
|
1999
|
-
"value": "UIColor(red: 1.000, green: 0.957, blue: 0.800, alpha: 1)"
|
|
2114
|
+
"value": "UIColor(red: 1.000, green: 0.957, blue: 0.800, alpha: 1)",
|
|
2115
|
+
"description": "Background surface color highlighting messaging or elements that may require user's attention."
|
|
2000
2116
|
}
|
|
2001
2117
|
},
|
|
2002
2118
|
"color/surface/warning-subtle": {
|
|
2003
2119
|
"css/variables": {
|
|
2004
2120
|
"name": "var(--dt-color-surface-warning-subtle)",
|
|
2005
|
-
"value": "#fffae5"
|
|
2121
|
+
"value": "#fffae5",
|
|
2122
|
+
"description": "A softer version of the default warning surface."
|
|
2006
2123
|
},
|
|
2007
2124
|
"android/resources": {
|
|
2008
2125
|
"name": "dt_color_surface_warning_subtle",
|
|
2009
|
-
"value": "#fffffae5"
|
|
2126
|
+
"value": "#fffffae5",
|
|
2127
|
+
"description": "A softer version of the default warning surface."
|
|
2010
2128
|
},
|
|
2011
2129
|
"compose/object": {
|
|
2012
2130
|
"name": "dtColorSurfaceWarningSubtle",
|
|
2013
|
-
"value": "Color(0xfffffae5)"
|
|
2131
|
+
"value": "Color(0xfffffae5)",
|
|
2132
|
+
"description": "A softer version of the default warning surface."
|
|
2014
2133
|
},
|
|
2015
2134
|
"ios-swift/enum.swift": {
|
|
2016
2135
|
"name": "dtColorSurfaceWarningSubtle",
|
|
2017
|
-
"value": "UIColor(red: 1.000, green: 0.980, blue: 0.898, alpha: 1)"
|
|
2136
|
+
"value": "UIColor(red: 1.000, green: 0.980, blue: 0.898, alpha: 1)",
|
|
2137
|
+
"description": "A softer version of the default warning surface."
|
|
2018
2138
|
}
|
|
2019
2139
|
},
|
|
2020
2140
|
"color/surface/warning-strong": {
|
|
2021
2141
|
"css/variables": {
|
|
2022
2142
|
"name": "var(--dt-color-surface-warning-strong)",
|
|
2023
|
-
"value": "#ffdb80"
|
|
2143
|
+
"value": "#ffdb80",
|
|
2144
|
+
"description": "A contrasting warning surface, most likely paired with inverted foreground colors."
|
|
2024
2145
|
},
|
|
2025
2146
|
"android/resources": {
|
|
2026
2147
|
"name": "dt_color_surface_warning_strong",
|
|
2027
|
-
"value": "#ffffdb80"
|
|
2148
|
+
"value": "#ffffdb80",
|
|
2149
|
+
"description": "A contrasting warning surface, most likely paired with inverted foreground colors."
|
|
2028
2150
|
},
|
|
2029
2151
|
"compose/object": {
|
|
2030
2152
|
"name": "dtColorSurfaceWarningStrong",
|
|
2031
|
-
"value": "Color(0xffffdb80)"
|
|
2153
|
+
"value": "Color(0xffffdb80)",
|
|
2154
|
+
"description": "A contrasting warning surface, most likely paired with inverted foreground colors."
|
|
2032
2155
|
},
|
|
2033
2156
|
"ios-swift/enum.swift": {
|
|
2034
2157
|
"name": "dtColorSurfaceWarningStrong",
|
|
2035
|
-
"value": "UIColor(red: 1.000, green: 0.859, blue: 0.502, alpha: 1)"
|
|
2158
|
+
"value": "UIColor(red: 1.000, green: 0.859, blue: 0.502, alpha: 1)",
|
|
2159
|
+
"description": "A contrasting warning surface, most likely paired with inverted foreground colors."
|
|
2036
2160
|
}
|
|
2037
2161
|
},
|
|
2038
2162
|
"color/surface/success": {
|
|
2039
2163
|
"css/variables": {
|
|
2040
2164
|
"name": "var(--dt-color-surface-success)",
|
|
2041
|
-
"value": "#edf9eb"
|
|
2165
|
+
"value": "#edf9eb",
|
|
2166
|
+
"description": "Background surface color containing messaging or elements expressing a positive or successful state."
|
|
2042
2167
|
},
|
|
2043
2168
|
"android/resources": {
|
|
2044
2169
|
"name": "dt_color_surface_success",
|
|
2045
|
-
"value": "#ffedf9eb"
|
|
2170
|
+
"value": "#ffedf9eb",
|
|
2171
|
+
"description": "Background surface color containing messaging or elements expressing a positive or successful state."
|
|
2046
2172
|
},
|
|
2047
2173
|
"compose/object": {
|
|
2048
2174
|
"name": "dtColorSurfaceSuccess",
|
|
2049
|
-
"value": "Color(0xffedf9eb)"
|
|
2175
|
+
"value": "Color(0xffedf9eb)",
|
|
2176
|
+
"description": "Background surface color containing messaging or elements expressing a positive or successful state."
|
|
2050
2177
|
},
|
|
2051
2178
|
"ios-swift/enum.swift": {
|
|
2052
2179
|
"name": "dtColorSurfaceSuccess",
|
|
2053
|
-
"value": "UIColor(red: 0.929, green: 0.976, blue: 0.922, alpha: 1)"
|
|
2180
|
+
"value": "UIColor(red: 0.929, green: 0.976, blue: 0.922, alpha: 1)",
|
|
2181
|
+
"description": "Background surface color containing messaging or elements expressing a positive or successful state."
|
|
2054
2182
|
}
|
|
2055
2183
|
},
|
|
2056
2184
|
"color/surface/success-subtle": {
|
|
2057
2185
|
"css/variables": {
|
|
2058
2186
|
"name": "var(--dt-color-surface-success-subtle)",
|
|
2059
|
-
"value": "#f8fdf7"
|
|
2187
|
+
"value": "#f8fdf7",
|
|
2188
|
+
"description": "A softer version of the default success surface."
|
|
2060
2189
|
},
|
|
2061
2190
|
"android/resources": {
|
|
2062
2191
|
"name": "dt_color_surface_success_subtle",
|
|
2063
|
-
"value": "#fff8fdf7"
|
|
2192
|
+
"value": "#fff8fdf7",
|
|
2193
|
+
"description": "A softer version of the default success surface."
|
|
2064
2194
|
},
|
|
2065
2195
|
"compose/object": {
|
|
2066
2196
|
"name": "dtColorSurfaceSuccessSubtle",
|
|
2067
|
-
"value": "Color(0xfff8fdf7)"
|
|
2197
|
+
"value": "Color(0xfff8fdf7)",
|
|
2198
|
+
"description": "A softer version of the default success surface."
|
|
2068
2199
|
},
|
|
2069
2200
|
"ios-swift/enum.swift": {
|
|
2070
2201
|
"name": "dtColorSurfaceSuccessSubtle",
|
|
2071
|
-
"value": "UIColor(red: 0.973, green: 0.992, blue: 0.969, alpha: 1)"
|
|
2202
|
+
"value": "UIColor(red: 0.973, green: 0.992, blue: 0.969, alpha: 1)",
|
|
2203
|
+
"description": "A softer version of the default success surface."
|
|
2072
2204
|
}
|
|
2073
2205
|
},
|
|
2074
2206
|
"color/surface/success-strong": {
|
|
2075
2207
|
"css/variables": {
|
|
2076
2208
|
"name": "var(--dt-color-surface-success-strong)",
|
|
2077
|
-
"value": "#1aa340"
|
|
2209
|
+
"value": "#1aa340",
|
|
2210
|
+
"description": "A contrasting positive state surface, most likely paired with inverted foreground colors."
|
|
2078
2211
|
},
|
|
2079
2212
|
"android/resources": {
|
|
2080
2213
|
"name": "dt_color_surface_success_strong",
|
|
2081
|
-
"value": "#ff1aa340"
|
|
2214
|
+
"value": "#ff1aa340",
|
|
2215
|
+
"description": "A contrasting positive state surface, most likely paired with inverted foreground colors."
|
|
2082
2216
|
},
|
|
2083
2217
|
"compose/object": {
|
|
2084
2218
|
"name": "dtColorSurfaceSuccessStrong",
|
|
2085
|
-
"value": "Color(0xff1aa340)"
|
|
2219
|
+
"value": "Color(0xff1aa340)",
|
|
2220
|
+
"description": "A contrasting positive state surface, most likely paired with inverted foreground colors."
|
|
2086
2221
|
},
|
|
2087
2222
|
"ios-swift/enum.swift": {
|
|
2088
2223
|
"name": "dtColorSurfaceSuccessStrong",
|
|
2089
|
-
"value": "UIColor(red: 0.102, green: 0.639, blue: 0.251, alpha: 1)"
|
|
2224
|
+
"value": "UIColor(red: 0.102, green: 0.639, blue: 0.251, alpha: 1)",
|
|
2225
|
+
"description": "A contrasting positive state surface, most likely paired with inverted foreground colors."
|
|
2090
2226
|
}
|
|
2091
2227
|
},
|
|
2092
2228
|
"color/surface/info": {
|
|
2093
2229
|
"css/variables": {
|
|
2094
2230
|
"name": "var(--dt-color-surface-info)",
|
|
2095
|
-
"value": "#eaf2fa"
|
|
2231
|
+
"value": "#eaf2fa",
|
|
2232
|
+
"description": "Background surface color containing messaging or elements communicated as generally informational."
|
|
2096
2233
|
},
|
|
2097
2234
|
"android/resources": {
|
|
2098
2235
|
"name": "dt_color_surface_info",
|
|
2099
|
-
"value": "#ffeaf2fa"
|
|
2236
|
+
"value": "#ffeaf2fa",
|
|
2237
|
+
"description": "Background surface color containing messaging or elements communicated as generally informational."
|
|
2100
2238
|
},
|
|
2101
2239
|
"compose/object": {
|
|
2102
2240
|
"name": "dtColorSurfaceInfo",
|
|
2103
|
-
"value": "Color(0xffeaf2fa)"
|
|
2241
|
+
"value": "Color(0xffeaf2fa)",
|
|
2242
|
+
"description": "Background surface color containing messaging or elements communicated as generally informational."
|
|
2104
2243
|
},
|
|
2105
2244
|
"ios-swift/enum.swift": {
|
|
2106
2245
|
"name": "dtColorSurfaceInfo",
|
|
2107
|
-
"value": "UIColor(red: 0.918, green: 0.949, blue: 0.980, alpha: 1)"
|
|
2246
|
+
"value": "UIColor(red: 0.918, green: 0.949, blue: 0.980, alpha: 1)",
|
|
2247
|
+
"description": "Background surface color containing messaging or elements communicated as generally informational."
|
|
2108
2248
|
}
|
|
2109
2249
|
},
|
|
2110
2250
|
"color/surface/info-subtle": {
|
|
2111
2251
|
"css/variables": {
|
|
2112
2252
|
"name": "var(--dt-color-surface-info-subtle)",
|
|
2113
|
-
"value": "#f5f9fd"
|
|
2253
|
+
"value": "#f5f9fd",
|
|
2254
|
+
"description": "A softer version of the default informational surface."
|
|
2114
2255
|
},
|
|
2115
2256
|
"android/resources": {
|
|
2116
2257
|
"name": "dt_color_surface_info_subtle",
|
|
2117
|
-
"value": "#fff5f9fd"
|
|
2258
|
+
"value": "#fff5f9fd",
|
|
2259
|
+
"description": "A softer version of the default informational surface."
|
|
2118
2260
|
},
|
|
2119
2261
|
"compose/object": {
|
|
2120
2262
|
"name": "dtColorSurfaceInfoSubtle",
|
|
2121
|
-
"value": "Color(0xfff5f9fd)"
|
|
2263
|
+
"value": "Color(0xfff5f9fd)",
|
|
2264
|
+
"description": "A softer version of the default informational surface."
|
|
2122
2265
|
},
|
|
2123
2266
|
"ios-swift/enum.swift": {
|
|
2124
2267
|
"name": "dtColorSurfaceInfoSubtle",
|
|
2125
|
-
"value": "UIColor(red: 0.961, green: 0.976, blue: 0.992, alpha: 1)"
|
|
2268
|
+
"value": "UIColor(red: 0.961, green: 0.976, blue: 0.992, alpha: 1)",
|
|
2269
|
+
"description": "A softer version of the default informational surface."
|
|
2126
2270
|
}
|
|
2127
2271
|
},
|
|
2128
2272
|
"color/surface/info-strong": {
|
|
2129
2273
|
"css/variables": {
|
|
2130
2274
|
"name": "var(--dt-color-surface-info-strong)",
|
|
2131
|
-
"value": "#1768c6"
|
|
2275
|
+
"value": "#1768c6",
|
|
2276
|
+
"description": "A contrasting informational surface, most likely paired with inverted foreground colors."
|
|
2132
2277
|
},
|
|
2133
2278
|
"android/resources": {
|
|
2134
2279
|
"name": "dt_color_surface_info_strong",
|
|
2135
|
-
"value": "#ff1768c6"
|
|
2280
|
+
"value": "#ff1768c6",
|
|
2281
|
+
"description": "A contrasting informational surface, most likely paired with inverted foreground colors."
|
|
2136
2282
|
},
|
|
2137
2283
|
"compose/object": {
|
|
2138
2284
|
"name": "dtColorSurfaceInfoStrong",
|
|
2139
|
-
"value": "Color(0xff1768c6)"
|
|
2285
|
+
"value": "Color(0xff1768c6)",
|
|
2286
|
+
"description": "A contrasting informational surface, most likely paired with inverted foreground colors."
|
|
2140
2287
|
},
|
|
2141
2288
|
"ios-swift/enum.swift": {
|
|
2142
2289
|
"name": "dtColorSurfaceInfoStrong",
|
|
2143
|
-
"value": "UIColor(red: 0.090, green: 0.408, blue: 0.776, alpha: 1)"
|
|
2290
|
+
"value": "UIColor(red: 0.090, green: 0.408, blue: 0.776, alpha: 1)",
|
|
2291
|
+
"description": "A contrasting informational surface, most likely paired with inverted foreground colors."
|
|
2144
2292
|
}
|
|
2145
2293
|
},
|
|
2146
2294
|
"color/border/subtle": {
|
|
@@ -3190,221 +3338,181 @@
|
|
|
3190
3338
|
"color/magenta/100": {
|
|
3191
3339
|
"css/variables": {
|
|
3192
3340
|
"name": "var(--dt-color-magenta-100)",
|
|
3193
|
-
"value": "#ffe0f2"
|
|
3194
|
-
"description": "aka pink"
|
|
3341
|
+
"value": "#ffe0f2"
|
|
3195
3342
|
},
|
|
3196
3343
|
"android/resources": {
|
|
3197
3344
|
"name": "dt_color_magenta_100",
|
|
3198
|
-
"value": "#ffffe0f2"
|
|
3199
|
-
"description": "aka pink"
|
|
3345
|
+
"value": "#ffffe0f2"
|
|
3200
3346
|
},
|
|
3201
3347
|
"compose/object": {
|
|
3202
3348
|
"name": "dtColorMagenta100",
|
|
3203
|
-
"value": "Color(0xffffe0f2)"
|
|
3204
|
-
"description": "aka pink"
|
|
3349
|
+
"value": "Color(0xffffe0f2)"
|
|
3205
3350
|
},
|
|
3206
3351
|
"ios-swift/enum.swift": {
|
|
3207
3352
|
"name": "dtColorMagenta100",
|
|
3208
|
-
"value": "UIColor(red: 1.000, green: 0.878, blue: 0.949, alpha: 1)"
|
|
3209
|
-
"description": "aka pink"
|
|
3353
|
+
"value": "UIColor(red: 1.000, green: 0.878, blue: 0.949, alpha: 1)"
|
|
3210
3354
|
}
|
|
3211
3355
|
},
|
|
3212
3356
|
"color/magenta/200": {
|
|
3213
3357
|
"css/variables": {
|
|
3214
3358
|
"name": "var(--dt-color-magenta-200)",
|
|
3215
|
-
"value": "#f985c7"
|
|
3216
|
-
"description": "aka pink"
|
|
3359
|
+
"value": "#f985c7"
|
|
3217
3360
|
},
|
|
3218
3361
|
"android/resources": {
|
|
3219
3362
|
"name": "dt_color_magenta_200",
|
|
3220
|
-
"value": "#fff985c7"
|
|
3221
|
-
"description": "aka pink"
|
|
3363
|
+
"value": "#fff985c7"
|
|
3222
3364
|
},
|
|
3223
3365
|
"compose/object": {
|
|
3224
3366
|
"name": "dtColorMagenta200",
|
|
3225
|
-
"value": "Color(0xfff985c7)"
|
|
3226
|
-
"description": "aka pink"
|
|
3367
|
+
"value": "Color(0xfff985c7)"
|
|
3227
3368
|
},
|
|
3228
3369
|
"ios-swift/enum.swift": {
|
|
3229
3370
|
"name": "dtColorMagenta200",
|
|
3230
|
-
"value": "UIColor(red: 0.976, green: 0.522, blue: 0.780, alpha: 1)"
|
|
3231
|
-
"description": "aka pink"
|
|
3371
|
+
"value": "UIColor(red: 0.976, green: 0.522, blue: 0.780, alpha: 1)"
|
|
3232
3372
|
}
|
|
3233
3373
|
},
|
|
3234
3374
|
"color/magenta/300": {
|
|
3235
3375
|
"css/variables": {
|
|
3236
3376
|
"name": "var(--dt-color-magenta-300)",
|
|
3237
|
-
"value": "#f9008e"
|
|
3238
|
-
"description": "aka pink"
|
|
3377
|
+
"value": "#f9008e"
|
|
3239
3378
|
},
|
|
3240
3379
|
"android/resources": {
|
|
3241
3380
|
"name": "dt_color_magenta_300",
|
|
3242
|
-
"value": "#fff9008e"
|
|
3243
|
-
"description": "aka pink"
|
|
3381
|
+
"value": "#fff9008e"
|
|
3244
3382
|
},
|
|
3245
3383
|
"compose/object": {
|
|
3246
3384
|
"name": "dtColorMagenta300",
|
|
3247
|
-
"value": "Color(0xfff9008e)"
|
|
3248
|
-
"description": "aka pink"
|
|
3385
|
+
"value": "Color(0xfff9008e)"
|
|
3249
3386
|
},
|
|
3250
3387
|
"ios-swift/enum.swift": {
|
|
3251
3388
|
"name": "dtColorMagenta300",
|
|
3252
|
-
"value": "UIColor(red: 0.976, green: 0.000, blue: 0.557, alpha: 1)"
|
|
3253
|
-
"description": "aka pink"
|
|
3389
|
+
"value": "UIColor(red: 0.976, green: 0.000, blue: 0.557, alpha: 1)"
|
|
3254
3390
|
}
|
|
3255
3391
|
},
|
|
3256
3392
|
"color/magenta/400": {
|
|
3257
3393
|
"css/variables": {
|
|
3258
3394
|
"name": "var(--dt-color-magenta-400)",
|
|
3259
|
-
"value": "#8c0e56"
|
|
3260
|
-
"description": "aka pink"
|
|
3395
|
+
"value": "#8c0e56"
|
|
3261
3396
|
},
|
|
3262
3397
|
"android/resources": {
|
|
3263
3398
|
"name": "dt_color_magenta_400",
|
|
3264
|
-
"value": "#ff8c0e56"
|
|
3265
|
-
"description": "aka pink"
|
|
3399
|
+
"value": "#ff8c0e56"
|
|
3266
3400
|
},
|
|
3267
3401
|
"compose/object": {
|
|
3268
3402
|
"name": "dtColorMagenta400",
|
|
3269
|
-
"value": "Color(0xff8c0e56)"
|
|
3270
|
-
"description": "aka pink"
|
|
3403
|
+
"value": "Color(0xff8c0e56)"
|
|
3271
3404
|
},
|
|
3272
3405
|
"ios-swift/enum.swift": {
|
|
3273
3406
|
"name": "dtColorMagenta400",
|
|
3274
|
-
"value": "UIColor(red: 0.549, green: 0.055, blue: 0.337, alpha: 1)"
|
|
3275
|
-
"description": "aka pink"
|
|
3407
|
+
"value": "UIColor(red: 0.549, green: 0.055, blue: 0.337, alpha: 1)"
|
|
3276
3408
|
}
|
|
3277
3409
|
},
|
|
3278
3410
|
"color/magenta/500": {
|
|
3279
3411
|
"css/variables": {
|
|
3280
3412
|
"name": "var(--dt-color-magenta-500)",
|
|
3281
|
-
"value": "#541a3b"
|
|
3282
|
-
"description": "aka pink"
|
|
3413
|
+
"value": "#541a3b"
|
|
3283
3414
|
},
|
|
3284
3415
|
"android/resources": {
|
|
3285
3416
|
"name": "dt_color_magenta_500",
|
|
3286
|
-
"value": "#ff541a3b"
|
|
3287
|
-
"description": "aka pink"
|
|
3417
|
+
"value": "#ff541a3b"
|
|
3288
3418
|
},
|
|
3289
3419
|
"compose/object": {
|
|
3290
3420
|
"name": "dtColorMagenta500",
|
|
3291
|
-
"value": "Color(0xff541a3b)"
|
|
3292
|
-
"description": "aka pink"
|
|
3421
|
+
"value": "Color(0xff541a3b)"
|
|
3293
3422
|
},
|
|
3294
3423
|
"ios-swift/enum.swift": {
|
|
3295
3424
|
"name": "dtColorMagenta500",
|
|
3296
|
-
"value": "UIColor(red: 0.329, green: 0.102, blue: 0.231, alpha: 1)"
|
|
3297
|
-
"description": "aka pink"
|
|
3425
|
+
"value": "UIColor(red: 0.329, green: 0.102, blue: 0.231, alpha: 1)"
|
|
3298
3426
|
}
|
|
3299
3427
|
},
|
|
3300
3428
|
"color/gold/100": {
|
|
3301
3429
|
"css/variables": {
|
|
3302
3430
|
"name": "var(--dt-color-gold-100)",
|
|
3303
|
-
"value": "#fff4cc"
|
|
3304
|
-
"description": "aka yellow"
|
|
3431
|
+
"value": "#fff4cc"
|
|
3305
3432
|
},
|
|
3306
3433
|
"android/resources": {
|
|
3307
3434
|
"name": "dt_color_gold_100",
|
|
3308
|
-
"value": "#fffff4cc"
|
|
3309
|
-
"description": "aka yellow"
|
|
3435
|
+
"value": "#fffff4cc"
|
|
3310
3436
|
},
|
|
3311
3437
|
"compose/object": {
|
|
3312
3438
|
"name": "dtColorGold100",
|
|
3313
|
-
"value": "Color(0xfffff4cc)"
|
|
3314
|
-
"description": "aka yellow"
|
|
3439
|
+
"value": "Color(0xfffff4cc)"
|
|
3315
3440
|
},
|
|
3316
3441
|
"ios-swift/enum.swift": {
|
|
3317
3442
|
"name": "dtColorGold100",
|
|
3318
|
-
"value": "UIColor(red: 1.000, green: 0.957, blue: 0.800, alpha: 1)"
|
|
3319
|
-
"description": "aka yellow"
|
|
3443
|
+
"value": "UIColor(red: 1.000, green: 0.957, blue: 0.800, alpha: 1)"
|
|
3320
3444
|
}
|
|
3321
3445
|
},
|
|
3322
3446
|
"color/gold/200": {
|
|
3323
3447
|
"css/variables": {
|
|
3324
3448
|
"name": "var(--dt-color-gold-200)",
|
|
3325
|
-
"value": "#ffdb80"
|
|
3326
|
-
"description": "aka yellow"
|
|
3449
|
+
"value": "#ffdb80"
|
|
3327
3450
|
},
|
|
3328
3451
|
"android/resources": {
|
|
3329
3452
|
"name": "dt_color_gold_200",
|
|
3330
|
-
"value": "#ffffdb80"
|
|
3331
|
-
"description": "aka yellow"
|
|
3453
|
+
"value": "#ffffdb80"
|
|
3332
3454
|
},
|
|
3333
3455
|
"compose/object": {
|
|
3334
3456
|
"name": "dtColorGold200",
|
|
3335
|
-
"value": "Color(0xffffdb80)"
|
|
3336
|
-
"description": "aka yellow"
|
|
3457
|
+
"value": "Color(0xffffdb80)"
|
|
3337
3458
|
},
|
|
3338
3459
|
"ios-swift/enum.swift": {
|
|
3339
3460
|
"name": "dtColorGold200",
|
|
3340
|
-
"value": "UIColor(red: 1.000, green: 0.859, blue: 0.502, alpha: 1)"
|
|
3341
|
-
"description": "aka yellow"
|
|
3461
|
+
"value": "UIColor(red: 1.000, green: 0.859, blue: 0.502, alpha: 1)"
|
|
3342
3462
|
}
|
|
3343
3463
|
},
|
|
3344
3464
|
"color/gold/300": {
|
|
3345
3465
|
"css/variables": {
|
|
3346
3466
|
"name": "var(--dt-color-gold-300)",
|
|
3347
|
-
"value": "#f6ab3c"
|
|
3348
|
-
"description": "aka yellow"
|
|
3467
|
+
"value": "#f6ab3c"
|
|
3349
3468
|
},
|
|
3350
3469
|
"android/resources": {
|
|
3351
3470
|
"name": "dt_color_gold_300",
|
|
3352
|
-
"value": "#fff6ab3c"
|
|
3353
|
-
"description": "aka yellow"
|
|
3471
|
+
"value": "#fff6ab3c"
|
|
3354
3472
|
},
|
|
3355
3473
|
"compose/object": {
|
|
3356
3474
|
"name": "dtColorGold300",
|
|
3357
|
-
"value": "Color(0xfff6ab3c)"
|
|
3358
|
-
"description": "aka yellow"
|
|
3475
|
+
"value": "Color(0xfff6ab3c)"
|
|
3359
3476
|
},
|
|
3360
3477
|
"ios-swift/enum.swift": {
|
|
3361
3478
|
"name": "dtColorGold300",
|
|
3362
|
-
"value": "UIColor(red: 0.965, green: 0.671, blue: 0.235, alpha: 1)"
|
|
3363
|
-
"description": "aka yellow"
|
|
3479
|
+
"value": "UIColor(red: 0.965, green: 0.671, blue: 0.235, alpha: 1)"
|
|
3364
3480
|
}
|
|
3365
3481
|
},
|
|
3366
3482
|
"color/gold/400": {
|
|
3367
3483
|
"css/variables": {
|
|
3368
3484
|
"name": "var(--dt-color-gold-400)",
|
|
3369
|
-
"value": "#d28f2b"
|
|
3370
|
-
"description": "aka yellow"
|
|
3485
|
+
"value": "#d28f2b"
|
|
3371
3486
|
},
|
|
3372
3487
|
"android/resources": {
|
|
3373
3488
|
"name": "dt_color_gold_400",
|
|
3374
|
-
"value": "#ffd28f2b"
|
|
3375
|
-
"description": "aka yellow"
|
|
3489
|
+
"value": "#ffd28f2b"
|
|
3376
3490
|
},
|
|
3377
3491
|
"compose/object": {
|
|
3378
3492
|
"name": "dtColorGold400",
|
|
3379
|
-
"value": "Color(0xffd28f2b)"
|
|
3380
|
-
"description": "aka yellow"
|
|
3493
|
+
"value": "Color(0xffd28f2b)"
|
|
3381
3494
|
},
|
|
3382
3495
|
"ios-swift/enum.swift": {
|
|
3383
3496
|
"name": "dtColorGold400",
|
|
3384
|
-
"value": "UIColor(red: 0.824, green: 0.561, blue: 0.169, alpha: 1)"
|
|
3385
|
-
"description": "aka yellow"
|
|
3497
|
+
"value": "UIColor(red: 0.824, green: 0.561, blue: 0.169, alpha: 1)"
|
|
3386
3498
|
}
|
|
3387
3499
|
},
|
|
3388
3500
|
"color/gold/500": {
|
|
3389
3501
|
"css/variables": {
|
|
3390
3502
|
"name": "var(--dt-color-gold-500)",
|
|
3391
|
-
"value": "#815008"
|
|
3392
|
-
"description": "aka yellow"
|
|
3503
|
+
"value": "#815008"
|
|
3393
3504
|
},
|
|
3394
3505
|
"android/resources": {
|
|
3395
3506
|
"name": "dt_color_gold_500",
|
|
3396
|
-
"value": "#ff815008"
|
|
3397
|
-
"description": "aka yellow"
|
|
3507
|
+
"value": "#ff815008"
|
|
3398
3508
|
},
|
|
3399
3509
|
"compose/object": {
|
|
3400
3510
|
"name": "dtColorGold500",
|
|
3401
|
-
"value": "Color(0xff815008)"
|
|
3402
|
-
"description": "aka yellow"
|
|
3511
|
+
"value": "Color(0xff815008)"
|
|
3403
3512
|
},
|
|
3404
3513
|
"ios-swift/enum.swift": {
|
|
3405
3514
|
"name": "dtColorGold500",
|
|
3406
|
-
"value": "UIColor(red: 0.506, green: 0.314, blue: 0.031, alpha: 1)"
|
|
3407
|
-
"description": "aka yellow"
|
|
3515
|
+
"value": "UIColor(red: 0.506, green: 0.314, blue: 0.031, alpha: 1)"
|
|
3408
3516
|
}
|
|
3409
3517
|
},
|
|
3410
3518
|
"color/green/100": {
|
|
@@ -6593,6 +6701,24 @@
|
|
|
6593
6701
|
"value": "CGFloat(256.00)"
|
|
6594
6702
|
}
|
|
6595
6703
|
},
|
|
6704
|
+
"size/905": {
|
|
6705
|
+
"css/variables": {
|
|
6706
|
+
"name": "var(--dt-size-905)",
|
|
6707
|
+
"value": "26.4rem"
|
|
6708
|
+
},
|
|
6709
|
+
"android/resources": {
|
|
6710
|
+
"name": "dt_size_905",
|
|
6711
|
+
"value": "4224.00dp"
|
|
6712
|
+
},
|
|
6713
|
+
"compose/object": {
|
|
6714
|
+
"name": "dtSize905",
|
|
6715
|
+
"value": "264.dp"
|
|
6716
|
+
},
|
|
6717
|
+
"ios-swift/enum.swift": {
|
|
6718
|
+
"name": "dtSize905",
|
|
6719
|
+
"value": "CGFloat(264.00)"
|
|
6720
|
+
}
|
|
6721
|
+
},
|
|
6596
6722
|
"size/925": {
|
|
6597
6723
|
"css/variables": {
|
|
6598
6724
|
"name": "var(--dt-size-925)",
|
|
@@ -7439,6 +7565,24 @@
|
|
|
7439
7565
|
"value": "CGFloat(-256.00)"
|
|
7440
7566
|
}
|
|
7441
7567
|
},
|
|
7568
|
+
"size/905-negative": {
|
|
7569
|
+
"css/variables": {
|
|
7570
|
+
"name": "var(--dt-size-905-negative)",
|
|
7571
|
+
"value": "-26.4rem"
|
|
7572
|
+
},
|
|
7573
|
+
"android/resources": {
|
|
7574
|
+
"name": "dt_size_905_negative",
|
|
7575
|
+
"value": "-4224.00dp"
|
|
7576
|
+
},
|
|
7577
|
+
"compose/object": {
|
|
7578
|
+
"name": "dtSize905Negative",
|
|
7579
|
+
"value": "-264.dp"
|
|
7580
|
+
},
|
|
7581
|
+
"ios-swift/enum.swift": {
|
|
7582
|
+
"name": "dtSize905Negative",
|
|
7583
|
+
"value": "CGFloat(-264.00)"
|
|
7584
|
+
}
|
|
7585
|
+
},
|
|
7442
7586
|
"size/925-negative": {
|
|
7443
7587
|
"css/variables": {
|
|
7444
7588
|
"name": "var(--dt-size-925-negative)",
|
|
@@ -10829,6 +10973,24 @@
|
|
|
10829
10973
|
"value": "CGFloat(256.00)"
|
|
10830
10974
|
}
|
|
10831
10975
|
},
|
|
10976
|
+
"space/905": {
|
|
10977
|
+
"css/variables": {
|
|
10978
|
+
"name": "var(--dt-space-905)",
|
|
10979
|
+
"value": "264px"
|
|
10980
|
+
},
|
|
10981
|
+
"android/resources": {
|
|
10982
|
+
"name": "dt_space_905",
|
|
10983
|
+
"value": "264px"
|
|
10984
|
+
},
|
|
10985
|
+
"compose/object": {
|
|
10986
|
+
"name": "dtSpace905",
|
|
10987
|
+
"value": "264.dp"
|
|
10988
|
+
},
|
|
10989
|
+
"ios-swift/enum.swift": {
|
|
10990
|
+
"name": "dtSpace905",
|
|
10991
|
+
"value": "CGFloat(264.00)"
|
|
10992
|
+
}
|
|
10993
|
+
},
|
|
10832
10994
|
"space/925": {
|
|
10833
10995
|
"css/variables": {
|
|
10834
10996
|
"name": "var(--dt-space-925)",
|
|
@@ -11531,6 +11693,24 @@
|
|
|
11531
11693
|
"value": "CGFloat(-256.00)"
|
|
11532
11694
|
}
|
|
11533
11695
|
},
|
|
11696
|
+
"space/905-negative": {
|
|
11697
|
+
"css/variables": {
|
|
11698
|
+
"name": "var(--dt-space-905-negative)",
|
|
11699
|
+
"value": "-264px"
|
|
11700
|
+
},
|
|
11701
|
+
"android/resources": {
|
|
11702
|
+
"name": "dt_space_905_negative",
|
|
11703
|
+
"value": "-264px"
|
|
11704
|
+
},
|
|
11705
|
+
"compose/object": {
|
|
11706
|
+
"name": "dtSpace905Negative",
|
|
11707
|
+
"value": "-264.dp"
|
|
11708
|
+
},
|
|
11709
|
+
"ios-swift/enum.swift": {
|
|
11710
|
+
"name": "dtSpace905Negative",
|
|
11711
|
+
"value": "CGFloat(-264.00)"
|
|
11712
|
+
}
|
|
11713
|
+
},
|
|
11534
11714
|
"space/925-negative": {
|
|
11535
11715
|
"css/variables": {
|
|
11536
11716
|
"name": "var(--dt-space-925-negative)",
|
|
@@ -12899,6 +13079,330 @@
|
|
|
12899
13079
|
"value": "\"dropShadow\""
|
|
12900
13080
|
}
|
|
12901
13081
|
},
|
|
13082
|
+
"shadow/focus/0/x": {
|
|
13083
|
+
"css/variables": {
|
|
13084
|
+
"name": "var(--dt-shadow-focus-0-x)",
|
|
13085
|
+
"value": "0"
|
|
13086
|
+
},
|
|
13087
|
+
"android/resources": {
|
|
13088
|
+
"name": "dt_shadow_focus_0_x",
|
|
13089
|
+
"value": "0px"
|
|
13090
|
+
},
|
|
13091
|
+
"compose/object": {
|
|
13092
|
+
"name": "dtShadowFocus0X",
|
|
13093
|
+
"value": "0.dp"
|
|
13094
|
+
},
|
|
13095
|
+
"ios-swift/enum.swift": {
|
|
13096
|
+
"name": "dtShadowFocus0X",
|
|
13097
|
+
"value": "CGFloat(0.00)"
|
|
13098
|
+
}
|
|
13099
|
+
},
|
|
13100
|
+
"shadow/focus/0/y": {
|
|
13101
|
+
"css/variables": {
|
|
13102
|
+
"name": "var(--dt-shadow-focus-0-y)",
|
|
13103
|
+
"value": "0"
|
|
13104
|
+
},
|
|
13105
|
+
"android/resources": {
|
|
13106
|
+
"name": "dt_shadow_focus_0_y",
|
|
13107
|
+
"value": "0px"
|
|
13108
|
+
},
|
|
13109
|
+
"compose/object": {
|
|
13110
|
+
"name": "dtShadowFocus0Y",
|
|
13111
|
+
"value": "0.dp"
|
|
13112
|
+
},
|
|
13113
|
+
"ios-swift/enum.swift": {
|
|
13114
|
+
"name": "dtShadowFocus0Y",
|
|
13115
|
+
"value": "CGFloat(0.00)"
|
|
13116
|
+
}
|
|
13117
|
+
},
|
|
13118
|
+
"shadow/focus/0/blur": {
|
|
13119
|
+
"css/variables": {
|
|
13120
|
+
"name": "var(--dt-shadow-focus-0-blur)",
|
|
13121
|
+
"value": "0"
|
|
13122
|
+
},
|
|
13123
|
+
"android/resources": {
|
|
13124
|
+
"name": "dt_shadow_focus_0_blur",
|
|
13125
|
+
"value": "0px"
|
|
13126
|
+
},
|
|
13127
|
+
"compose/object": {
|
|
13128
|
+
"name": "dtShadowFocus0Blur",
|
|
13129
|
+
"value": "0.dp"
|
|
13130
|
+
},
|
|
13131
|
+
"ios-swift/enum.swift": {
|
|
13132
|
+
"name": "dtShadowFocus0Blur",
|
|
13133
|
+
"value": "CGFloat(0.00)"
|
|
13134
|
+
}
|
|
13135
|
+
},
|
|
13136
|
+
"shadow/focus/0/spread": {
|
|
13137
|
+
"css/variables": {
|
|
13138
|
+
"name": "var(--dt-shadow-focus-0-spread)",
|
|
13139
|
+
"value": "0.1rem"
|
|
13140
|
+
},
|
|
13141
|
+
"android/resources": {
|
|
13142
|
+
"name": "dt_shadow_focus_0_spread",
|
|
13143
|
+
"value": "1px"
|
|
13144
|
+
},
|
|
13145
|
+
"compose/object": {
|
|
13146
|
+
"name": "dtShadowFocus0Spread",
|
|
13147
|
+
"value": "1.dp"
|
|
13148
|
+
},
|
|
13149
|
+
"ios-swift/enum.swift": {
|
|
13150
|
+
"name": "dtShadowFocus0Spread",
|
|
13151
|
+
"value": "CGFloat(1.00)"
|
|
13152
|
+
}
|
|
13153
|
+
},
|
|
13154
|
+
"shadow/focus/0/color": {
|
|
13155
|
+
"css/variables": {
|
|
13156
|
+
"name": "var(--dt-shadow-focus-0-color)",
|
|
13157
|
+
"value": "#F9F9F9"
|
|
13158
|
+
},
|
|
13159
|
+
"android/resources": {
|
|
13160
|
+
"name": "dt_shadow_focus_0_color",
|
|
13161
|
+
"value": "#fff9f9f9"
|
|
13162
|
+
},
|
|
13163
|
+
"compose/object": {
|
|
13164
|
+
"name": "dtShadowFocus0Color",
|
|
13165
|
+
"value": "Color(0xfff9f9f9)"
|
|
13166
|
+
},
|
|
13167
|
+
"ios-swift/enum.swift": {
|
|
13168
|
+
"name": "dtShadowFocus0Color",
|
|
13169
|
+
"value": "UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 1)"
|
|
13170
|
+
}
|
|
13171
|
+
},
|
|
13172
|
+
"shadow/focus/0/type": {
|
|
13173
|
+
"css/variables": {
|
|
13174
|
+
"name": "var(--dt-shadow-focus-0-type)",
|
|
13175
|
+
"value": "dropShadow"
|
|
13176
|
+
},
|
|
13177
|
+
"android/resources": {
|
|
13178
|
+
"name": "dt_shadow_focus_0_type",
|
|
13179
|
+
"value": "dropShadow"
|
|
13180
|
+
},
|
|
13181
|
+
"compose/object": {
|
|
13182
|
+
"name": "dtShadowFocus0Type",
|
|
13183
|
+
"value": "\"dropShadow\""
|
|
13184
|
+
},
|
|
13185
|
+
"ios-swift/enum.swift": {
|
|
13186
|
+
"name": "dtShadowFocus0Type",
|
|
13187
|
+
"value": "\"dropShadow\""
|
|
13188
|
+
}
|
|
13189
|
+
},
|
|
13190
|
+
"shadow/focus/1/x": {
|
|
13191
|
+
"css/variables": {
|
|
13192
|
+
"name": "var(--dt-shadow-focus-1-x)",
|
|
13193
|
+
"value": "0"
|
|
13194
|
+
},
|
|
13195
|
+
"android/resources": {
|
|
13196
|
+
"name": "dt_shadow_focus_1_x",
|
|
13197
|
+
"value": "0px"
|
|
13198
|
+
},
|
|
13199
|
+
"compose/object": {
|
|
13200
|
+
"name": "dtShadowFocus1X",
|
|
13201
|
+
"value": "0.dp"
|
|
13202
|
+
},
|
|
13203
|
+
"ios-swift/enum.swift": {
|
|
13204
|
+
"name": "dtShadowFocus1X",
|
|
13205
|
+
"value": "CGFloat(0.00)"
|
|
13206
|
+
}
|
|
13207
|
+
},
|
|
13208
|
+
"shadow/focus/1/y": {
|
|
13209
|
+
"css/variables": {
|
|
13210
|
+
"name": "var(--dt-shadow-focus-1-y)",
|
|
13211
|
+
"value": "0"
|
|
13212
|
+
},
|
|
13213
|
+
"android/resources": {
|
|
13214
|
+
"name": "dt_shadow_focus_1_y",
|
|
13215
|
+
"value": "0px"
|
|
13216
|
+
},
|
|
13217
|
+
"compose/object": {
|
|
13218
|
+
"name": "dtShadowFocus1Y",
|
|
13219
|
+
"value": "0.dp"
|
|
13220
|
+
},
|
|
13221
|
+
"ios-swift/enum.swift": {
|
|
13222
|
+
"name": "dtShadowFocus1Y",
|
|
13223
|
+
"value": "CGFloat(0.00)"
|
|
13224
|
+
}
|
|
13225
|
+
},
|
|
13226
|
+
"shadow/focus/1/blur": {
|
|
13227
|
+
"css/variables": {
|
|
13228
|
+
"name": "var(--dt-shadow-focus-1-blur)",
|
|
13229
|
+
"value": "0"
|
|
13230
|
+
},
|
|
13231
|
+
"android/resources": {
|
|
13232
|
+
"name": "dt_shadow_focus_1_blur",
|
|
13233
|
+
"value": "0px"
|
|
13234
|
+
},
|
|
13235
|
+
"compose/object": {
|
|
13236
|
+
"name": "dtShadowFocus1Blur",
|
|
13237
|
+
"value": "0.dp"
|
|
13238
|
+
},
|
|
13239
|
+
"ios-swift/enum.swift": {
|
|
13240
|
+
"name": "dtShadowFocus1Blur",
|
|
13241
|
+
"value": "CGFloat(0.00)"
|
|
13242
|
+
}
|
|
13243
|
+
},
|
|
13244
|
+
"shadow/focus/1/spread": {
|
|
13245
|
+
"css/variables": {
|
|
13246
|
+
"name": "var(--dt-shadow-focus-1-spread)",
|
|
13247
|
+
"value": "0.4rem"
|
|
13248
|
+
},
|
|
13249
|
+
"android/resources": {
|
|
13250
|
+
"name": "dt_shadow_focus_1_spread",
|
|
13251
|
+
"value": "4px"
|
|
13252
|
+
},
|
|
13253
|
+
"compose/object": {
|
|
13254
|
+
"name": "dtShadowFocus1Spread",
|
|
13255
|
+
"value": "4.dp"
|
|
13256
|
+
},
|
|
13257
|
+
"ios-swift/enum.swift": {
|
|
13258
|
+
"name": "dtShadowFocus1Spread",
|
|
13259
|
+
"value": "CGFloat(4.00)"
|
|
13260
|
+
}
|
|
13261
|
+
},
|
|
13262
|
+
"shadow/focus/1/color": {
|
|
13263
|
+
"css/variables": {
|
|
13264
|
+
"name": "var(--dt-shadow-focus-1-color)",
|
|
13265
|
+
"value": "#51A0FE"
|
|
13266
|
+
},
|
|
13267
|
+
"android/resources": {
|
|
13268
|
+
"name": "dt_shadow_focus_1_color",
|
|
13269
|
+
"value": "#ff51a0fe"
|
|
13270
|
+
},
|
|
13271
|
+
"compose/object": {
|
|
13272
|
+
"name": "dtShadowFocus1Color",
|
|
13273
|
+
"value": "Color(0xff51a0fe)"
|
|
13274
|
+
},
|
|
13275
|
+
"ios-swift/enum.swift": {
|
|
13276
|
+
"name": "dtShadowFocus1Color",
|
|
13277
|
+
"value": "UIColor(red: 0.318, green: 0.627, blue: 0.996, alpha: 1)"
|
|
13278
|
+
}
|
|
13279
|
+
},
|
|
13280
|
+
"shadow/focus/1/type": {
|
|
13281
|
+
"css/variables": {
|
|
13282
|
+
"name": "var(--dt-shadow-focus-1-type)",
|
|
13283
|
+
"value": "dropShadow"
|
|
13284
|
+
},
|
|
13285
|
+
"android/resources": {
|
|
13286
|
+
"name": "dt_shadow_focus_1_type",
|
|
13287
|
+
"value": "dropShadow"
|
|
13288
|
+
},
|
|
13289
|
+
"compose/object": {
|
|
13290
|
+
"name": "dtShadowFocus1Type",
|
|
13291
|
+
"value": "\"dropShadow\""
|
|
13292
|
+
},
|
|
13293
|
+
"ios-swift/enum.swift": {
|
|
13294
|
+
"name": "dtShadowFocus1Type",
|
|
13295
|
+
"value": "\"dropShadow\""
|
|
13296
|
+
}
|
|
13297
|
+
},
|
|
13298
|
+
"shadow/focus-inset/0/x": {
|
|
13299
|
+
"css/variables": {
|
|
13300
|
+
"name": "var(--dt-shadow-focus-inset-0-x)",
|
|
13301
|
+
"value": "0"
|
|
13302
|
+
},
|
|
13303
|
+
"android/resources": {
|
|
13304
|
+
"name": "dt_shadow_focus_inset_0_x",
|
|
13305
|
+
"value": "0px"
|
|
13306
|
+
},
|
|
13307
|
+
"compose/object": {
|
|
13308
|
+
"name": "dtShadowFocusInset0X",
|
|
13309
|
+
"value": "0.dp"
|
|
13310
|
+
},
|
|
13311
|
+
"ios-swift/enum.swift": {
|
|
13312
|
+
"name": "dtShadowFocusInset0X",
|
|
13313
|
+
"value": "CGFloat(0.00)"
|
|
13314
|
+
}
|
|
13315
|
+
},
|
|
13316
|
+
"shadow/focus-inset/0/y": {
|
|
13317
|
+
"css/variables": {
|
|
13318
|
+
"name": "var(--dt-shadow-focus-inset-0-y)",
|
|
13319
|
+
"value": "0"
|
|
13320
|
+
},
|
|
13321
|
+
"android/resources": {
|
|
13322
|
+
"name": "dt_shadow_focus_inset_0_y",
|
|
13323
|
+
"value": "0px"
|
|
13324
|
+
},
|
|
13325
|
+
"compose/object": {
|
|
13326
|
+
"name": "dtShadowFocusInset0Y",
|
|
13327
|
+
"value": "0.dp"
|
|
13328
|
+
},
|
|
13329
|
+
"ios-swift/enum.swift": {
|
|
13330
|
+
"name": "dtShadowFocusInset0Y",
|
|
13331
|
+
"value": "CGFloat(0.00)"
|
|
13332
|
+
}
|
|
13333
|
+
},
|
|
13334
|
+
"shadow/focus-inset/0/blur": {
|
|
13335
|
+
"css/variables": {
|
|
13336
|
+
"name": "var(--dt-shadow-focus-inset-0-blur)",
|
|
13337
|
+
"value": "0"
|
|
13338
|
+
},
|
|
13339
|
+
"android/resources": {
|
|
13340
|
+
"name": "dt_shadow_focus_inset_0_blur",
|
|
13341
|
+
"value": "0px"
|
|
13342
|
+
},
|
|
13343
|
+
"compose/object": {
|
|
13344
|
+
"name": "dtShadowFocusInset0Blur",
|
|
13345
|
+
"value": "0.dp"
|
|
13346
|
+
},
|
|
13347
|
+
"ios-swift/enum.swift": {
|
|
13348
|
+
"name": "dtShadowFocusInset0Blur",
|
|
13349
|
+
"value": "CGFloat(0.00)"
|
|
13350
|
+
}
|
|
13351
|
+
},
|
|
13352
|
+
"shadow/focus-inset/0/spread": {
|
|
13353
|
+
"css/variables": {
|
|
13354
|
+
"name": "var(--dt-shadow-focus-inset-0-spread)",
|
|
13355
|
+
"value": "0.3rem"
|
|
13356
|
+
},
|
|
13357
|
+
"android/resources": {
|
|
13358
|
+
"name": "dt_shadow_focus_inset_0_spread",
|
|
13359
|
+
"value": "3px"
|
|
13360
|
+
},
|
|
13361
|
+
"compose/object": {
|
|
13362
|
+
"name": "dtShadowFocusInset0Spread",
|
|
13363
|
+
"value": "3.dp"
|
|
13364
|
+
},
|
|
13365
|
+
"ios-swift/enum.swift": {
|
|
13366
|
+
"name": "dtShadowFocusInset0Spread",
|
|
13367
|
+
"value": "CGFloat(3.00)"
|
|
13368
|
+
}
|
|
13369
|
+
},
|
|
13370
|
+
"shadow/focus-inset/0/color": {
|
|
13371
|
+
"css/variables": {
|
|
13372
|
+
"name": "var(--dt-shadow-focus-inset-0-color)",
|
|
13373
|
+
"value": "#51A0FE"
|
|
13374
|
+
},
|
|
13375
|
+
"android/resources": {
|
|
13376
|
+
"name": "dt_shadow_focus_inset_0_color",
|
|
13377
|
+
"value": "#ff51a0fe"
|
|
13378
|
+
},
|
|
13379
|
+
"compose/object": {
|
|
13380
|
+
"name": "dtShadowFocusInset0Color",
|
|
13381
|
+
"value": "Color(0xff51a0fe)"
|
|
13382
|
+
},
|
|
13383
|
+
"ios-swift/enum.swift": {
|
|
13384
|
+
"name": "dtShadowFocusInset0Color",
|
|
13385
|
+
"value": "UIColor(red: 0.318, green: 0.627, blue: 0.996, alpha: 1)"
|
|
13386
|
+
}
|
|
13387
|
+
},
|
|
13388
|
+
"shadow/focus-inset/0/type": {
|
|
13389
|
+
"css/variables": {
|
|
13390
|
+
"name": "var(--dt-shadow-focus-inset-0-type)",
|
|
13391
|
+
"value": "innerShadow"
|
|
13392
|
+
},
|
|
13393
|
+
"android/resources": {
|
|
13394
|
+
"name": "dt_shadow_focus_inset_0_type",
|
|
13395
|
+
"value": "innerShadow"
|
|
13396
|
+
},
|
|
13397
|
+
"compose/object": {
|
|
13398
|
+
"name": "dtShadowFocusInset0Type",
|
|
13399
|
+
"value": "\"innerShadow\""
|
|
13400
|
+
},
|
|
13401
|
+
"ios-swift/enum.swift": {
|
|
13402
|
+
"name": "dtShadowFocusInset0Type",
|
|
13403
|
+
"value": "\"innerShadow\""
|
|
13404
|
+
}
|
|
13405
|
+
},
|
|
12902
13406
|
"opacity/0": {
|
|
12903
13407
|
"compose/object": {
|
|
12904
13408
|
"name": "dtOpacity0",
|