@momentum-design/tokens 0.3.3 → 0.5.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/css/components/complete.css +3928 -4
- package/dist/css/core/complete.css +1 -1
- package/dist/css/effect/complete.css +1 -1
- package/dist/css/elevation/complete.css +1 -1
- package/dist/css/theme/aaos/day-complete.css +1 -1
- package/dist/css/theme/aaos/night-complete.css +1 -1
- package/dist/css/theme/webex/dark-bronze-stable.css +397 -0
- package/dist/css/theme/webex/dark-indigo-stable.css +397 -0
- package/dist/css/theme/webex/dark-jade-stable.css +397 -0
- package/dist/css/theme/webex/dark-lavender-stable.css +397 -0
- package/dist/css/theme/webex/dark-rose-stable.css +397 -0
- package/dist/css/theme/webex/dark-stable.css +4 -2
- package/dist/css/theme/webex/hc-dark-stable.css +3 -1
- package/dist/css/theme/webex/hc-light-stable.css +3 -1
- package/dist/css/theme/webex/light-bronze-stable.css +397 -0
- package/dist/css/theme/webex/light-indigo-stable.css +397 -0
- package/dist/css/theme/webex/light-jade-stable.css +397 -0
- package/dist/css/theme/webex/light-lavender-stable.css +397 -0
- package/dist/css/theme/webex/light-rose-stable.css +397 -0
- package/dist/css/theme/webex/light-stable.css +4 -2
- package/dist/css/typography/complete.css +1 -1
- package/dist/ios/core/complete.swift +1 -1
- package/dist/ios/effect/complete.swift +1 -1
- package/dist/ios/elevation/complete.swift +1 -1
- package/dist/ios/theme/aaos/day-complete.swift +1 -1
- package/dist/ios/theme/aaos/night-complete.swift +1 -1
- package/dist/ios/theme/webex/dark-bronze-stable.swift +403 -0
- package/dist/ios/theme/webex/dark-indigo-stable.swift +403 -0
- package/dist/ios/theme/webex/dark-jade-stable.swift +403 -0
- package/dist/ios/theme/webex/dark-lavender-stable.swift +403 -0
- package/dist/ios/theme/webex/dark-rose-stable.swift +403 -0
- package/dist/ios/theme/webex/dark-stable.swift +4 -2
- package/dist/ios/theme/webex/hc-dark-stable.swift +3 -1
- package/dist/ios/theme/webex/hc-light-stable.swift +3 -1
- package/dist/ios/theme/webex/light-bronze-stable.swift +403 -0
- package/dist/ios/theme/webex/light-indigo-stable.swift +403 -0
- package/dist/ios/theme/webex/light-jade-stable.swift +403 -0
- package/dist/ios/theme/webex/light-lavender-stable.swift +403 -0
- package/dist/ios/theme/webex/light-rose-stable.swift +403 -0
- package/dist/ios/theme/webex/light-stable.swift +4 -2
- package/dist/ios/typography/complete.swift +1 -1
- package/dist/ios-webex/theme/webex/dark-bronze-stable.swift +558 -0
- package/dist/ios-webex/theme/webex/dark-indigo-stable.swift +558 -0
- package/dist/ios-webex/theme/webex/dark-jade-stable.swift +558 -0
- package/dist/ios-webex/theme/webex/dark-lavender-stable.swift +558 -0
- package/dist/ios-webex/theme/webex/dark-rose-stable.swift +558 -0
- package/dist/ios-webex/theme/webex/dark-stable.swift +3 -1
- package/dist/ios-webex/theme/webex/hc-dark-stable.swift +2 -0
- package/dist/ios-webex/theme/webex/hc-light-stable.swift +6 -0
- package/dist/ios-webex/theme/webex/light-bronze-stable.swift +1620 -0
- package/dist/ios-webex/theme/webex/light-indigo-stable.swift +1620 -0
- package/dist/ios-webex/theme/webex/light-jade-stable.swift +1620 -0
- package/dist/ios-webex/theme/webex/light-lavender-stable.swift +1620 -0
- package/dist/ios-webex/theme/webex/light-rose-stable.swift +1620 -0
- package/dist/ios-webex/theme/webex/light-stable.swift +7 -1
- package/dist/json/theme/webex/dark-bronze-stable.json +11851 -0
- package/dist/json/theme/webex/dark-indigo-stable.json +11851 -0
- package/dist/json/theme/webex/dark-jade-stable.json +11851 -0
- package/dist/json/theme/webex/dark-lavender-stable.json +11851 -0
- package/dist/json/theme/webex/dark-rose-stable.json +11851 -0
- package/dist/json/theme/webex/dark-stable.json +67 -4
- package/dist/json/theme/webex/hc-dark-stable.json +60 -0
- package/dist/json/theme/webex/hc-light-stable.json +63 -0
- package/dist/json/theme/webex/light-bronze-stable.json +11917 -0
- package/dist/json/theme/webex/light-indigo-stable.json +11917 -0
- package/dist/json/theme/webex/light-jade-stable.json +11917 -0
- package/dist/json/theme/webex/light-lavender-stable.json +11917 -0
- package/dist/json/theme/webex/light-rose-stable.json +11917 -0
- package/dist/json/theme/webex/light-stable.json +67 -4
- package/dist/json-minimal/theme/webex/dark-bronze-stable.json +806 -0
- package/dist/json-minimal/theme/webex/dark-indigo-stable.json +806 -0
- package/dist/json-minimal/theme/webex/dark-jade-stable.json +806 -0
- package/dist/json-minimal/theme/webex/dark-lavender-stable.json +806 -0
- package/dist/json-minimal/theme/webex/dark-rose-stable.json +806 -0
- package/dist/json-minimal/theme/webex/dark-stable.json +9 -1
- package/dist/json-minimal/theme/webex/hc-dark-stable.json +7 -1
- package/dist/json-minimal/theme/webex/hc-light-stable.json +9 -1
- package/dist/json-minimal/theme/webex/light-bronze-stable.json +806 -0
- package/dist/json-minimal/theme/webex/light-indigo-stable.json +806 -0
- package/dist/json-minimal/theme/webex/light-jade-stable.json +806 -0
- package/dist/json-minimal/theme/webex/light-lavender-stable.json +806 -0
- package/dist/json-minimal/theme/webex/light-rose-stable.json +806 -0
- package/dist/json-minimal/theme/webex/light-stable.json +9 -1
- package/dist/resources/core/complete.xml +1 -1
- package/dist/resources/effect/complete.xml +1 -1
- package/dist/resources/elevation/complete.xml +1 -1
- package/dist/resources/theme/aaos/day-complete.xml +1 -1
- package/dist/resources/theme/aaos/night-complete.xml +1 -1
- package/dist/resources/theme/webex/dark-bronze-stable.xml +399 -0
- package/dist/resources/theme/webex/dark-indigo-stable.xml +399 -0
- package/dist/resources/theme/webex/dark-jade-stable.xml +399 -0
- package/dist/resources/theme/webex/dark-lavender-stable.xml +399 -0
- package/dist/resources/theme/webex/dark-rose-stable.xml +399 -0
- package/dist/resources/theme/webex/dark-stable.xml +4 -2
- package/dist/resources/theme/webex/hc-dark-stable.xml +3 -1
- package/dist/resources/theme/webex/hc-light-stable.xml +3 -1
- package/dist/resources/theme/webex/light-bronze-stable.xml +399 -0
- package/dist/resources/theme/webex/light-indigo-stable.xml +399 -0
- package/dist/resources/theme/webex/light-jade-stable.xml +399 -0
- package/dist/resources/theme/webex/light-lavender-stable.xml +399 -0
- package/dist/resources/theme/webex/light-rose-stable.xml +399 -0
- package/dist/resources/theme/webex/light-stable.xml +4 -2
- package/dist/resources/typography/complete.xml +1 -1
- package/dist/scss/core/complete.scss +1 -1
- package/dist/scss/effect/complete.scss +1 -1
- package/dist/scss/elevation/complete.scss +1 -1
- package/dist/scss/theme/aaos/day-complete.scss +1 -1
- package/dist/scss/theme/aaos/night-complete.scss +1 -1
- package/dist/scss/theme/webex/dark-bronze-stable.scss +394 -0
- package/dist/scss/theme/webex/dark-indigo-stable.scss +394 -0
- package/dist/scss/theme/webex/dark-jade-stable.scss +394 -0
- package/dist/scss/theme/webex/dark-lavender-stable.scss +394 -0
- package/dist/scss/theme/webex/dark-rose-stable.scss +394 -0
- package/dist/scss/theme/webex/dark-stable.scss +4 -2
- package/dist/scss/theme/webex/hc-dark-stable.scss +3 -1
- package/dist/scss/theme/webex/hc-light-stable.scss +3 -1
- package/dist/scss/theme/webex/light-bronze-stable.scss +394 -0
- package/dist/scss/theme/webex/light-indigo-stable.scss +394 -0
- package/dist/scss/theme/webex/light-jade-stable.scss +394 -0
- package/dist/scss/theme/webex/light-lavender-stable.scss +394 -0
- package/dist/scss/theme/webex/light-rose-stable.scss +394 -0
- package/dist/scss/theme/webex/light-stable.scss +4 -2
- package/dist/scss/typography/complete.scss +1 -1
- package/package.json +3 -2
|
@@ -0,0 +1,394 @@
|
|
|
1
|
+
|
|
2
|
+
// Do not edit directly
|
|
3
|
+
// Generated on Thu, 06 Mar 2025 17:27:13 GMT
|
|
4
|
+
|
|
5
|
+
$mds-color-theme-text-primary-normal: #000000f2;
|
|
6
|
+
$mds-color-theme-text-primary-disabled: #00000066;
|
|
7
|
+
$mds-color-theme-text-secondary-normal: #000000b3;
|
|
8
|
+
$mds-color-theme-text-error-normal: #ab0a15;
|
|
9
|
+
$mds-color-theme-text-error-hover: #4f0e10;
|
|
10
|
+
$mds-color-theme-text-error-active: #4f0e10;
|
|
11
|
+
$mds-color-theme-text-success-normal: #185e46;
|
|
12
|
+
$mds-color-theme-text-success-hover: #0e2b20;
|
|
13
|
+
$mds-color-theme-text-success-active: #0e2b20;
|
|
14
|
+
$mds-color-theme-text-warning-normal: #7d4705;
|
|
15
|
+
$mds-color-theme-text-warning-hover: #36220c;
|
|
16
|
+
$mds-color-theme-text-warning-active: #36220c;
|
|
17
|
+
$mds-color-theme-text-highlight: #bfe3ff;
|
|
18
|
+
$mds-color-theme-text-accent-normal: #0353a8;
|
|
19
|
+
$mds-color-theme-text-accent-hover: #0a274a;
|
|
20
|
+
$mds-color-theme-text-accent-active: #0a274a;
|
|
21
|
+
$mds-color-theme-text-teamdefault-normal: #000000b3;
|
|
22
|
+
$mds-color-theme-text-teamdefault-hover: #000000b3;
|
|
23
|
+
$mds-color-theme-text-teamdefault-active: #000000f2;
|
|
24
|
+
$mds-color-theme-text-alert-purple-normal: #932099;
|
|
25
|
+
$mds-color-theme-text-alert-purple-hover: #3b1840;
|
|
26
|
+
$mds-color-theme-text-alert-purple-active: #3b1840;
|
|
27
|
+
$mds-color-theme-text-alert-orange-normal: #9c3202;
|
|
28
|
+
$mds-color-theme-text-alert-orange-hover: #411b04;
|
|
29
|
+
$mds-color-theme-text-alert-orange-active: #411b04;
|
|
30
|
+
$mds-color-theme-text-team-cobalt-normal: #08599c;
|
|
31
|
+
$mds-color-theme-text-team-cobalt-hover: #08599c;
|
|
32
|
+
$mds-color-theme-text-team-cobalt-active: #12283d;
|
|
33
|
+
$mds-color-theme-text-team-cyan-normal: #066070;
|
|
34
|
+
$mds-color-theme-text-team-cyan-hover: #0b2a30;
|
|
35
|
+
$mds-color-theme-text-team-cyan-active: #0b2a30;
|
|
36
|
+
$mds-color-theme-text-team-mint-normal: #12615a;
|
|
37
|
+
$mds-color-theme-text-team-mint-hover: #102b2a;
|
|
38
|
+
$mds-color-theme-text-team-mint-active: #102b2a;
|
|
39
|
+
$mds-color-theme-text-team-lime-normal: #416116;
|
|
40
|
+
$mds-color-theme-text-team-lime-hover: #416116;
|
|
41
|
+
$mds-color-theme-text-team-lime-active: #1e2b10;
|
|
42
|
+
$mds-color-theme-text-team-gold-normal: #735107;
|
|
43
|
+
$mds-color-theme-text-team-gold-hover: #735107;
|
|
44
|
+
$mds-color-theme-text-team-gold-active: #30240d;
|
|
45
|
+
$mds-color-theme-text-team-orange-normal: #9c3202;
|
|
46
|
+
$mds-color-theme-text-team-orange-hover: #9c3202;
|
|
47
|
+
$mds-color-theme-text-team-orange-active: #411b04;
|
|
48
|
+
$mds-color-theme-text-team-pink-normal: #a12a3a;
|
|
49
|
+
$mds-color-theme-text-team-pink-hover: #a12a3a;
|
|
50
|
+
$mds-color-theme-text-team-pink-active: #3b1e21;
|
|
51
|
+
$mds-color-theme-text-team-purple-normal: #932099;
|
|
52
|
+
$mds-color-theme-text-team-purple-hover: #932099;
|
|
53
|
+
$mds-color-theme-text-team-purple-active: #3b1840;
|
|
54
|
+
$mds-color-theme-text-team-violet-normal: #643abd;
|
|
55
|
+
$mds-color-theme-text-team-violet-hover: #643abd;
|
|
56
|
+
$mds-color-theme-text-team-violet-active: #29223d;
|
|
57
|
+
$mds-color-theme-text-team-slate-normal: #535573;
|
|
58
|
+
$mds-color-theme-text-team-slate-hover: #535573;
|
|
59
|
+
$mds-color-theme-text-team-slate-active: #26262b;
|
|
60
|
+
$mds-color-theme-inverted-text-primary-normal: #fffffff2;
|
|
61
|
+
$mds-color-theme-inverted-text-primary-disabled: #ffffff66;
|
|
62
|
+
$mds-color-theme-inverted-text-secondary-normal: #ffffffb3;
|
|
63
|
+
$mds-color-theme-inverted-text-accent-normal: #64b4fa;
|
|
64
|
+
$mds-color-theme-inverted-text-accent-hover: #bfe3ff;
|
|
65
|
+
$mds-color-theme-inverted-text-accent-active: #bfe3ff;
|
|
66
|
+
$mds-color-theme-inverted-background-normal: #000000;
|
|
67
|
+
$mds-color-theme-inverted-button-primary-normal: #fffffff2;
|
|
68
|
+
$mds-color-theme-inverted-button-primary-hover: #ffffffcc;
|
|
69
|
+
$mds-color-theme-inverted-button-primary-pressed: #ffffffb3;
|
|
70
|
+
$mds-color-theme-inverted-button-primary-disabled: #ffffff33;
|
|
71
|
+
$mds-color-theme-inverted-button-secondary-normal: #ffffff00;
|
|
72
|
+
$mds-color-theme-inverted-button-secondary-hover: #ffffff12;
|
|
73
|
+
$mds-color-theme-inverted-button-secondary-pressed: #ffffff33;
|
|
74
|
+
$mds-color-theme-inverted-button-secondary-disabled: #ffffff00;
|
|
75
|
+
$mds-color-theme-inverted-outline-button-normal: #ffffff80;
|
|
76
|
+
$mds-color-theme-inverted-outline-primary-normal: #ffffff66;
|
|
77
|
+
$mds-color-theme-inverted-outline-disabled-normal: #ffffff33;
|
|
78
|
+
$mds-color-theme-inverted-outline-theme-normal: #64b4fa;
|
|
79
|
+
$mds-color-theme-inverted-outline-input-normal: #ffffff80;
|
|
80
|
+
$mds-color-theme-inverted-control-active-normal: #64b4fa;
|
|
81
|
+
$mds-color-theme-inverted-control-active-hover: #3492eb;
|
|
82
|
+
$mds-color-theme-inverted-control-active-pressed: #1170cf;
|
|
83
|
+
$mds-color-theme-inverted-control-active-active: #1170cf;
|
|
84
|
+
$mds-color-theme-inverted-control-active-disabled: #ffffff33;
|
|
85
|
+
$mds-color-theme-inverted-control-inactive-normal: #ffffff1c;
|
|
86
|
+
$mds-color-theme-inverted-control-inactive-hover: #ffffff4d;
|
|
87
|
+
$mds-color-theme-inverted-control-inactive-pressed: #ffffff66;
|
|
88
|
+
$mds-color-theme-inverted-control-inactive-disabled: #ffffff33;
|
|
89
|
+
$mds-color-theme-inverted-control-indicator-inactive-normal: #8f8f8f;
|
|
90
|
+
$mds-color-theme-background-primary-ghost: #00000000;
|
|
91
|
+
$mds-color-theme-background-primary-hover: #00000012;
|
|
92
|
+
$mds-color-theme-background-primary-active: #0000001c;
|
|
93
|
+
$mds-color-theme-background-primary-disabled: #00000000;
|
|
94
|
+
$mds-color-theme-background-solid-primary-normal: #ffffff;
|
|
95
|
+
$mds-color-theme-background-solid-secondary-normal: #f7f7f7;
|
|
96
|
+
$mds-color-theme-background-solid-tertiary-normal: #ededed;
|
|
97
|
+
$mds-color-theme-background-solid-quaternary-normal: #ffffff;
|
|
98
|
+
$mds-color-theme-background-secondary-normal: #0000001c;
|
|
99
|
+
$mds-color-theme-background-secondary-hover: #00000033;
|
|
100
|
+
$mds-color-theme-background-secondary-active: #0000004d;
|
|
101
|
+
$mds-color-theme-background-secondary-disabled: #00000000;
|
|
102
|
+
$mds-color-theme-background-accent-normal: #1170cf;
|
|
103
|
+
$mds-color-theme-background-accent-active: #0353a8;
|
|
104
|
+
$mds-color-theme-background-alert-default-normal: #dedede;
|
|
105
|
+
$mds-color-theme-background-alert-default-hover: #dedede;
|
|
106
|
+
$mds-color-theme-background-alert-default-active: #c9c9c9;
|
|
107
|
+
$mds-color-theme-background-alert-success-normal: #cef5eb;
|
|
108
|
+
$mds-color-theme-background-alert-success-hover: #cef5eb;
|
|
109
|
+
$mds-color-theme-background-alert-success-active: #9fedd8;
|
|
110
|
+
$mds-color-theme-background-alert-warning-normal: #ffebc2;
|
|
111
|
+
$mds-color-theme-background-alert-warning-hover: #ffebc2;
|
|
112
|
+
$mds-color-theme-background-alert-warning-active: #ffda94;
|
|
113
|
+
$mds-color-theme-background-alert-error-normal: #ffe8ea;
|
|
114
|
+
$mds-color-theme-background-alert-error-hover: #ffe8ea;
|
|
115
|
+
$mds-color-theme-background-alert-error-active: #ffd4da;
|
|
116
|
+
$mds-color-theme-background-alert-theme-normal: #dbf0ff;
|
|
117
|
+
$mds-color-theme-background-alert-theme-hover: #dbf0ff;
|
|
118
|
+
$mds-color-theme-background-alert-theme-active: #bfe3ff;
|
|
119
|
+
$mds-color-theme-background-alert-purple-normal: #fcf2fc;
|
|
120
|
+
$mds-color-theme-background-alert-purple-hover: #fcf2fc;
|
|
121
|
+
$mds-color-theme-background-alert-purple-active: #fce1fc;
|
|
122
|
+
$mds-color-theme-background-alert-orange-normal: #feebd7;
|
|
123
|
+
$mds-color-theme-background-alert-orange-hover: #feebd7;
|
|
124
|
+
$mds-color-theme-background-alert-orange-active: #fed5ac;
|
|
125
|
+
$mds-color-theme-background-label-cobalt-normal: #e5f8ff;
|
|
126
|
+
$mds-color-theme-background-label-cobalt-hover: #c7eeff;
|
|
127
|
+
$mds-color-theme-background-label-cobalt-active: #99ddff;
|
|
128
|
+
$mds-color-theme-background-label-gold-normal: #f7f6dc;
|
|
129
|
+
$mds-color-theme-background-label-gold-hover: #f5eaa2;
|
|
130
|
+
$mds-color-theme-background-label-gold-active: #ebd460;
|
|
131
|
+
$mds-color-theme-background-label-lime-normal: #f3f7e9;
|
|
132
|
+
$mds-color-theme-background-label-lime-hover: #ddf2ae;
|
|
133
|
+
$mds-color-theme-background-label-lime-active: #bce36f;
|
|
134
|
+
$mds-color-theme-background-label-mint-normal: #e9f7f3;
|
|
135
|
+
$mds-color-theme-background-label-mint-hover: #baf5e7;
|
|
136
|
+
$mds-color-theme-background-label-mint-active: #74e8d1;
|
|
137
|
+
$mds-color-theme-background-label-orange-normal: #feebd7;
|
|
138
|
+
$mds-color-theme-background-label-orange-hover: #fed5ac;
|
|
139
|
+
$mds-color-theme-background-label-orange-active: #feba7f;
|
|
140
|
+
$mds-color-theme-background-label-pink-normal: #fff2f5;
|
|
141
|
+
$mds-color-theme-background-label-pink-hover: #ffe0e7;
|
|
142
|
+
$mds-color-theme-background-label-pink-active: #ffc7d2;
|
|
143
|
+
$mds-color-theme-background-label-purple-normal: #fcf2fc;
|
|
144
|
+
$mds-color-theme-background-label-purple-hover: #fce1fc;
|
|
145
|
+
$mds-color-theme-background-label-purple-active: #fac3f8;
|
|
146
|
+
$mds-color-theme-background-label-slate-normal: #f2f4ff;
|
|
147
|
+
$mds-color-theme-background-label-slate-hover: #e3e7fa;
|
|
148
|
+
$mds-color-theme-background-label-slate-active: #ced2ed;
|
|
149
|
+
$mds-color-theme-background-label-violet-normal: #f8f2fc;
|
|
150
|
+
$mds-color-theme-background-label-violet-hover: #f0e3fc;
|
|
151
|
+
$mds-color-theme-background-label-violet-active: #e2cafc;
|
|
152
|
+
$mds-color-theme-background-label-default-normal: #ededed;
|
|
153
|
+
$mds-color-theme-background-label-default-hover: #dedede;
|
|
154
|
+
$mds-color-theme-background-label-default-active: #c9c9c9;
|
|
155
|
+
$mds-color-theme-background-label-error-normal: #ffe8ea;
|
|
156
|
+
$mds-color-theme-background-label-error-hover: #ffd4da;
|
|
157
|
+
$mds-color-theme-background-label-error-active: #ffb8c1;
|
|
158
|
+
$mds-color-theme-background-namelabel-normal: #00000099;
|
|
159
|
+
$mds-color-theme-background-gradient-primary-normal: linear-gradient(180deg, #e6f2f1 0%, #ffffff 100%);
|
|
160
|
+
$mds-color-theme-background-gradient-secondary-normal: linear-gradient(180deg, #f7fcfc 0%, #ffffff 100%);
|
|
161
|
+
$mds-color-theme-background-reaction-normal: linear-gradient(90deg, #ffffffe6 0%, #ffffff00 100%);
|
|
162
|
+
$mds-color-theme-background-skeleton-normal: linear-gradient(123deg, #00000033 0%, #0000004d 27.6%, #00000066 58.85%, #00000080 100%);
|
|
163
|
+
$mds-color-theme-background-glass-normal: #ffffff99;
|
|
164
|
+
$mds-color-theme-background-glass-overlay-normal: #ffffffcc;
|
|
165
|
+
$mds-color-theme-background-glass-overlay-inactive: #ffffff66;
|
|
166
|
+
$mds-color-theme-button-primary-normal: #000000f2;
|
|
167
|
+
$mds-color-theme-button-primary-hover: #000000cc;
|
|
168
|
+
$mds-color-theme-button-primary-pressed: #000000b3;
|
|
169
|
+
$mds-color-theme-button-primary-disabled: #00000033;
|
|
170
|
+
$mds-color-theme-button-secondary-normal: #00000000;
|
|
171
|
+
$mds-color-theme-button-secondary-hover: #00000012;
|
|
172
|
+
$mds-color-theme-button-secondary-pressed: #00000033;
|
|
173
|
+
$mds-color-theme-button-secondary-disabled: #00000000;
|
|
174
|
+
$mds-color-theme-button-secondary-active-normal: #00000033;
|
|
175
|
+
$mds-color-theme-button-secondary-active-hover: #0000004d;
|
|
176
|
+
$mds-color-theme-button-secondary-active-pressed: #00000066;
|
|
177
|
+
$mds-color-theme-button-secondary-active-disabled: #0000001c;
|
|
178
|
+
$mds-color-theme-button-join-normal: #1d805f;
|
|
179
|
+
$mds-color-theme-button-join-hover: #185e46;
|
|
180
|
+
$mds-color-theme-button-join-pressed: #134231;
|
|
181
|
+
$mds-color-theme-button-cancel-normal: #db1f2e;
|
|
182
|
+
$mds-color-theme-button-cancel-hover: #ab0a15;
|
|
183
|
+
$mds-color-theme-button-cancel-pressed: #780d13;
|
|
184
|
+
$mds-color-theme-button-accent-normal: #1170cf;
|
|
185
|
+
$mds-color-theme-button-accent-hover: #0353a8;
|
|
186
|
+
$mds-color-theme-button-accent-pressed: #063a75;
|
|
187
|
+
$mds-color-theme-button-glass-primary-normal: #000000cc;
|
|
188
|
+
$mds-color-theme-button-glass-primary-hover: #000000b3;
|
|
189
|
+
$mds-color-theme-button-glass-primary-pressed: #00000099;
|
|
190
|
+
$mds-color-theme-outline-primary-normal: #00000075;
|
|
191
|
+
$mds-color-theme-outline-primary-disabled: #00000033;
|
|
192
|
+
$mds-color-theme-outline-theme-normal: #1170cf;
|
|
193
|
+
$mds-color-theme-outline-secondary-normal: #00000033;
|
|
194
|
+
$mds-color-theme-outline-input-normal: #00000080;
|
|
195
|
+
$mds-color-theme-outline-input-active: #000000e6;
|
|
196
|
+
$mds-color-theme-outline-button-normal: #00000080;
|
|
197
|
+
$mds-color-theme-outline-join-normal: #185e46;
|
|
198
|
+
$mds-color-theme-outline-cancel-normal: #ab0a15;
|
|
199
|
+
$mds-color-theme-outline-share-selected: #27a17a;
|
|
200
|
+
$mds-color-theme-outline-share-active: #ec6400;
|
|
201
|
+
$mds-color-theme-outline-share-inactive: #8f8f8f;
|
|
202
|
+
$mds-color-theme-outline-overlay-normal: #707070;
|
|
203
|
+
$mds-color-theme-outline-high-contrast-focus: #000000;
|
|
204
|
+
$mds-color-theme-outline-label-cobalt: #5ebff7;
|
|
205
|
+
$mds-color-theme-outline-label-gold: #d6b220;
|
|
206
|
+
$mds-color-theme-outline-label-lime: #93c437;
|
|
207
|
+
$mds-color-theme-outline-label-mint: #30c9b0;
|
|
208
|
+
$mds-color-theme-outline-label-orange: #fd884e;
|
|
209
|
+
$mds-color-theme-outline-label-pink: #fc97aa;
|
|
210
|
+
$mds-color-theme-outline-label-purple: #f294f1;
|
|
211
|
+
$mds-color-theme-outline-label-slate: #b0b4d9;
|
|
212
|
+
$mds-color-theme-outline-label-violet: #c7a5fa;
|
|
213
|
+
$mds-color-theme-outline-promotion-normal: #c233c4;
|
|
214
|
+
$mds-color-theme-outline-gradient-active: linear-gradient(44deg, #3492eb 14.64%, #00a3b5 51.1%, #3cc29a 85.36%);
|
|
215
|
+
$mds-color-theme-outline-warning-normal: #7d4705;
|
|
216
|
+
$mds-color-theme-control-active-normal: #1170cf;
|
|
217
|
+
$mds-color-theme-control-active-hover: #0353a8;
|
|
218
|
+
$mds-color-theme-control-active-pressed: #063a75;
|
|
219
|
+
$mds-color-theme-control-active-active: #063a75;
|
|
220
|
+
$mds-color-theme-control-active-disabled: #00000033;
|
|
221
|
+
$mds-color-theme-control-indicator-inactive-normal: #707070;
|
|
222
|
+
$mds-color-theme-control-inactive-normal: #0000001c;
|
|
223
|
+
$mds-color-theme-control-inactive-hover: #00000033;
|
|
224
|
+
$mds-color-theme-control-inactive-pressed: #0000004d;
|
|
225
|
+
$mds-color-theme-control-inactive-disabled: #00000012;
|
|
226
|
+
$mds-color-theme-overlay-meetings-normal: #ffffffcc;
|
|
227
|
+
$mds-color-theme-overlay-button-secondary-normal: #ffffff;
|
|
228
|
+
$mds-color-theme-overlay-button-secondary-hover: #ededed;
|
|
229
|
+
$mds-color-theme-overlay-button-secondary-pressed: #dedede;
|
|
230
|
+
$mds-color-theme-indicator-unstable: #c94403;
|
|
231
|
+
$mds-color-theme-indicator-attention: #db1f2e;
|
|
232
|
+
$mds-color-theme-indicator-stable: #1d805f;
|
|
233
|
+
$mds-color-theme-indicator-locked: #707070;
|
|
234
|
+
$mds-color-theme-indicator-caution: #a65e00;
|
|
235
|
+
$mds-color-theme-indicator-secure: #1170cf;
|
|
236
|
+
$mds-color-theme-common-whiteboard-sticky-note-yellow: #ffbe4f;
|
|
237
|
+
$mds-color-theme-common-whiteboard-sticky-note-red: #fc8b98;
|
|
238
|
+
$mds-color-theme-common-whiteboard-sticky-note-purple: #f294f1;
|
|
239
|
+
$mds-color-theme-common-whiteboard-sticky-note-cyan: #22c7d6;
|
|
240
|
+
$mds-color-theme-common-whiteboard-sticky-note-mint: #30c9b0;
|
|
241
|
+
$mds-color-theme-common-whiteboard-pen-black: #0f0f0f;
|
|
242
|
+
$mds-color-theme-common-whiteboard-pen-red: #f55868;
|
|
243
|
+
$mds-color-theme-common-whiteboard-pen-purple: #c233c4;
|
|
244
|
+
$mds-color-theme-common-whiteboard-pen-blue: #64b4fa;
|
|
245
|
+
$mds-color-theme-common-whiteboard-pen-green: #3cc29a;
|
|
246
|
+
$mds-color-theme-common-whiteboard-pen-yellow: #f2990a;
|
|
247
|
+
$mds-color-theme-common-whiteboard-pen-white: #ffffff;
|
|
248
|
+
$mds-color-theme-common-text-primary-normal: #fffffff2;
|
|
249
|
+
$mds-color-theme-common-text-primary-disabled: #ffffff66;
|
|
250
|
+
$mds-color-theme-common-text-secondary-normal: #ffffffb3;
|
|
251
|
+
$mds-color-theme-common-text-success-normal: #3cc29a;
|
|
252
|
+
$mds-color-theme-common-text-success-hover: #9fedd8;
|
|
253
|
+
$mds-color-theme-common-text-error-normal: #fc8b98;
|
|
254
|
+
$mds-color-theme-common-text-error-hover: #ffd4da;
|
|
255
|
+
$mds-color-theme-common-text-warning-normal: #f2990a;
|
|
256
|
+
$mds-color-theme-common-text-warning-hover: #ffda94;
|
|
257
|
+
$mds-color-theme-common-inverted-text-primary-normal: #000000f2;
|
|
258
|
+
$mds-color-theme-common-inverted-text-secondary-normal: #00000099;
|
|
259
|
+
$mds-color-theme-common-inverted-button-secondary-normal: #00000000;
|
|
260
|
+
$mds-color-theme-common-inverted-button-secondary-hover: #00000012;
|
|
261
|
+
$mds-color-theme-common-inverted-button-secondary-pressed: #00000033;
|
|
262
|
+
$mds-color-theme-common-inverted-button-secondary-disabled: #00000000;
|
|
263
|
+
$mds-color-theme-common-overlays-primary-normal: #000000e6;
|
|
264
|
+
$mds-color-theme-common-overlays-secondary-normal: #00000066;
|
|
265
|
+
$mds-color-theme-common-overlays-meeting-normal-0: #00000000;
|
|
266
|
+
$mds-color-theme-common-overlays-meeting-normal-1: #0000004d;
|
|
267
|
+
$mds-color-theme-common-overlays-meeting-normal-2: #000000cc;
|
|
268
|
+
$mds-color-theme-common-button-primary-normal: #fffffff2;
|
|
269
|
+
$mds-color-theme-common-button-primary-hover: #ffffffcc;
|
|
270
|
+
$mds-color-theme-common-button-primary-pressed: #ffffffb3;
|
|
271
|
+
$mds-color-theme-common-button-primary-disabled: #ffffff33;
|
|
272
|
+
$mds-color-theme-common-button-secondary-normal: #ffffff00;
|
|
273
|
+
$mds-color-theme-common-button-secondary-hover: #ffffff12;
|
|
274
|
+
$mds-color-theme-common-button-secondary-active-normal: #ffffff33;
|
|
275
|
+
$mds-color-theme-common-button-secondary-active-hover: #ffffff4d;
|
|
276
|
+
$mds-color-theme-common-button-secondary-active-pressed: #ffffff66;
|
|
277
|
+
$mds-color-theme-common-button-secondary-active-disabled: #ffffff1c;
|
|
278
|
+
$mds-color-theme-common-button-secondary-disabled: #ffffff00;
|
|
279
|
+
$mds-color-theme-common-button-promotion-normal: linear-gradient(46deg, #932099 0%, #a12a3a 100%);
|
|
280
|
+
$mds-color-theme-common-button-promotion-hover: linear-gradient(46deg, #601e66 0%, #66262d 100%);
|
|
281
|
+
$mds-color-theme-common-button-promotion-active: linear-gradient(46deg, #3b1840 0%, #3b1e21 100%);
|
|
282
|
+
$mds-color-theme-common-button-join-animated-gradient-normal: linear-gradient(90deg, #30c9b0 0%, #64b4fa 51%, #30c9b0 100%);
|
|
283
|
+
$mds-color-theme-common-outline-button-normal: #ffffff4d;
|
|
284
|
+
$mds-color-theme-common-outline-primary-normal: #ffffff66;
|
|
285
|
+
$mds-color-theme-common-outline-primary-disabled: #ffffff33;
|
|
286
|
+
$mds-color-theme-common-outline-input-normal: #ffffff80;
|
|
287
|
+
$mds-color-theme-common-outline-secondary-normal: #00000033;
|
|
288
|
+
$mds-color-theme-common-outline-secondary-disabled: #00000033;
|
|
289
|
+
$mds-color-theme-common-outline-warning-normal: #f2990a;
|
|
290
|
+
$mds-color-theme-common-control-share-content-selected: #3cc29a;
|
|
291
|
+
$mds-color-theme-common-control-share-content-active: #c94403;
|
|
292
|
+
$mds-color-theme-common-control-share-content-inactive: #707070;
|
|
293
|
+
$mds-color-theme-common-control-inactive-normal: #00000033;
|
|
294
|
+
$mds-color-theme-common-background-alert-share-normal: #c94403;
|
|
295
|
+
$mds-color-theme-common-background-solid-dark: #1a1a1a;
|
|
296
|
+
$mds-color-theme-common-background-solid-light: #ffffff;
|
|
297
|
+
$mds-color-theme-common-content-pdf: #ee0507;
|
|
298
|
+
$mds-color-theme-common-content-word: #0078d6;
|
|
299
|
+
$mds-color-theme-common-content-powerpoint: #d93e17;
|
|
300
|
+
$mds-color-theme-common-content-excel: #00893e;
|
|
301
|
+
$mds-color-theme-common-content-onenote: #b839db;
|
|
302
|
+
$mds-color-theme-common-content-sheets: #f4b400;
|
|
303
|
+
$mds-color-theme-common-content-slides: #0f9d58;
|
|
304
|
+
$mds-color-theme-common-content-keynote: #029cfb;
|
|
305
|
+
$mds-color-theme-common-content-doc: #4285f4;
|
|
306
|
+
$mds-color-theme-common-touchbar-background-blue-normal: #1170cf;
|
|
307
|
+
$mds-color-theme-common-touchbar-background-blue-pressed: #063a75;
|
|
308
|
+
$mds-color-theme-common-touchbar-background-pink-normal: #d43b52;
|
|
309
|
+
$mds-color-theme-common-touchbar-background-pink-pressed: #66262d;
|
|
310
|
+
$mds-color-theme-common-touchbar-background-mint-normal: #148579;
|
|
311
|
+
$mds-color-theme-common-touchbar-background-mint-pressed: #12423f;
|
|
312
|
+
$mds-color-theme-common-touchbar-background-purple-normal: #c233c4;
|
|
313
|
+
$mds-color-theme-common-touchbar-background-purple-pressed: #601e66;
|
|
314
|
+
$mds-color-theme-common-touchbar-background-violet-normal: #875ae0;
|
|
315
|
+
$mds-color-theme-common-touchbar-background-violet-pressed: #432c78;
|
|
316
|
+
$mds-color-theme-common-touchbar-background-orange-normal: #c94403;
|
|
317
|
+
$mds-color-theme-common-touchbar-background-orange-pressed: #682601;
|
|
318
|
+
$mds-color-theme-common-touchbar-background-green-normal: #1d805f;
|
|
319
|
+
$mds-color-theme-common-touchbar-background-green-pressed: #134231;
|
|
320
|
+
$mds-color-theme-common-touchbar-background-red-normal: #db1f2e;
|
|
321
|
+
$mds-color-theme-common-touchbar-background-red-pressed: #780d13;
|
|
322
|
+
$mds-color-theme-common-touchbar-background-transparent: #00000000;
|
|
323
|
+
$mds-color-theme-common-touchbar-icon-attention: #fc8b98;
|
|
324
|
+
$mds-color-theme-common-touchbar-icon-stable: #27a17a;
|
|
325
|
+
$mds-color-theme-common-touchbar-icon-secure: #64b4fa;
|
|
326
|
+
$mds-color-theme-scrollbar-button-normal: #00000075;
|
|
327
|
+
$mds-color-theme-scrollbar-button-hover: #00000080;
|
|
328
|
+
$mds-color-theme-scrollbar-button-pressed: #00000099;
|
|
329
|
+
$mds-color-theme-scrollbar-arrow-normal: #00000099;
|
|
330
|
+
$mds-color-theme-scrollbar-arrow-background-normal: #00000000;
|
|
331
|
+
$mds-color-theme-scrollbar-arrow-background-hover: #00000033;
|
|
332
|
+
$mds-color-theme-scrollbar-arrow-background-pressed: #0000004d;
|
|
333
|
+
$mds-color-theme-scrollbar-background-secondary-ghost: #00000000;
|
|
334
|
+
$mds-color-theme-scrollbar-background-secondary-normal: #0000001c;
|
|
335
|
+
$mds-color-theme-illustrations-empty-primary-0: #93c437;
|
|
336
|
+
$mds-color-theme-illustrations-empty-primary-1: #279be8;
|
|
337
|
+
$mds-color-theme-illustrations-empty-secondary-0: #279be8;
|
|
338
|
+
$mds-color-theme-illustrations-empty-secondary-1: #875ae0;
|
|
339
|
+
$mds-color-theme-illustrations-onboarding-primary-0: #ffbe4f;
|
|
340
|
+
$mds-color-theme-illustrations-onboarding-primary-1: #93c437;
|
|
341
|
+
$mds-color-theme-illustrations-onboarding-secondary-0: #f55868;
|
|
342
|
+
$mds-color-theme-illustrations-onboarding-secondary-1: #875ae0;
|
|
343
|
+
$mds-color-theme-illustrations-onboarding-tertiary-0: #ffbe4f;
|
|
344
|
+
$mds-color-theme-illustrations-onboarding-tertiary-1: #ec6400;
|
|
345
|
+
$mds-color-theme-illustrations-onboarding-quartenary-0: #93c437;
|
|
346
|
+
$mds-color-theme-illustrations-onboarding-quartenary-1: #279be8;
|
|
347
|
+
$mds-color-theme-illustrations-onboarding-quinary-0: #279be8;
|
|
348
|
+
$mds-color-theme-illustrations-onboarding-quinary-1: #875ae0;
|
|
349
|
+
$mds-color-theme-illustrations-success-0: #3cc29a;
|
|
350
|
+
$mds-color-theme-illustrations-success-1: #93c437;
|
|
351
|
+
$mds-color-theme-illustrations-error-0: #f0677e;
|
|
352
|
+
$mds-color-theme-illustrations-error-1: #db1f2e;
|
|
353
|
+
$mds-color-theme-illustrations-default: #000000;
|
|
354
|
+
$mds-color-theme-globaltint-normal: #1170cf;
|
|
355
|
+
$mds-color-theme-globaltint-selected: #1170cf;
|
|
356
|
+
$mds-color-theme-groupedbackground-primary-normal: #f7f7f7;
|
|
357
|
+
$mds-color-theme-groupedbackground-secondary-normal: #ffffff;
|
|
358
|
+
$mds-color-theme-groupedbackground-tertiary-normal: #f7f7f7;
|
|
359
|
+
$mds-color-theme-groupedbackground-quaternary-normal: #ffffff;
|
|
360
|
+
$mds-color-theme-avatar-default: #545454;
|
|
361
|
+
$mds-color-theme-avatar-cobalt: #08599c;
|
|
362
|
+
$mds-color-theme-avatar-cyan: #066070;
|
|
363
|
+
$mds-color-theme-avatar-gold: #735107;
|
|
364
|
+
$mds-color-theme-avatar-lime: #416116;
|
|
365
|
+
$mds-color-theme-avatar-mint: #12615a;
|
|
366
|
+
$mds-color-theme-avatar-orange: #9c3202;
|
|
367
|
+
$mds-color-theme-avatar-pink: #a12a3a;
|
|
368
|
+
$mds-color-theme-avatar-purple: #932099;
|
|
369
|
+
$mds-color-theme-avatar-slate: #535573;
|
|
370
|
+
$mds-color-theme-avatar-violet: #643abd;
|
|
371
|
+
$mds-color-theme-avatar-yellow: #7d4705;
|
|
372
|
+
$mds-color-theme-avatar-hover: #00000012;
|
|
373
|
+
$mds-color-theme-avatar-pressed: #00000033;
|
|
374
|
+
$mds-color-theme-avatar-glass-normal: #00000012;
|
|
375
|
+
$mds-color-theme-avatar-glass-active: #ffffffcc;
|
|
376
|
+
$mds-color-theme-gradientdivider-default-normal: linear-gradient(90deg, #00000000 0%, #00000033 22.4%, #00000033 72.4%, #00000000 100%);
|
|
377
|
+
$mds-color-theme-gradientdivider-default-hover: linear-gradient(90deg, #00000000 0%, #00000099 22.4%, #00000099 72.4%, #00000000 100%);
|
|
378
|
+
$mds-color-theme-gradientdivider-error-normal: linear-gradient(90deg, #ab0a1500 0%, #ab0a1599 22.4%, #ab0a1599 22.4%, #ab0a1500 100%);
|
|
379
|
+
$mds-color-theme-gradientdivider-error-hover: linear-gradient(90deg, #ab0a1500 0%, #ab0a15e6 22.4%, #ab0a15e6 76.04%, #ab0a1500 100%);
|
|
380
|
+
$mds-color-theme-gradientdivider-warning-normal: linear-gradient(90deg, #7d470500 0%, #7d470599 22.4%, #7d470599 76.04%, #7d470500 100%);
|
|
381
|
+
$mds-color-theme-gradientdivider-warning-hover: linear-gradient(90deg, #7d470500 0%, #7d4705e6 22.4%, #7d4705e6 76.04%, #7d470500 100%);
|
|
382
|
+
$mds-color-theme-gradientdivider-announce-normal: linear-gradient(90deg, #0353a800 0%, #0353a899 22.4%, #0353a899 22.4%, #0353a800 100%);
|
|
383
|
+
$mds-color-theme-gradientdivider-announce-hover: linear-gradient(90deg, #0353a800 0%, #0353a8E6 76.04%, #0353a8E6 76.04%, #0353a800 100%);
|
|
384
|
+
$mds-color-theme-gradientdivider-success-normal: linear-gradient(90deg, #185e4600 0%, #185e4699 22.4%, #185e4699 76.04%, #185e4600 100%);
|
|
385
|
+
$mds-color-theme-gradientdivider-success-hover: linear-gradient(90deg, #185e4600 0%, #185e46E6 22.4%, #185e46E6 76.04%, #185e4600 100%);
|
|
386
|
+
$mds-color-theme-gradientdivider-orange-normal: linear-gradient(90deg, #9c320200 0%, #9c320299 22.4%, #9c320299 76.04%, #9c320200 100%);
|
|
387
|
+
$mds-color-theme-gradientdivider-orange-hover: linear-gradient(90deg, #9c320200 0%, #9c3202e6 22.4%, #9c3202e6 76.04%, #9c320200 100%);
|
|
388
|
+
$mds-color-theme-gradientdivider-purple-normal: linear-gradient(90deg, #93209900 0%, #93209999 22.4%, #93209999 76.04%, #93209900 100%);
|
|
389
|
+
$mds-color-theme-gradientdivider-purple-hover: linear-gradient(90deg, #93209900 0%,#932099E6 22.4%, #932099E6 76.04%, #93209900 100%);
|
|
390
|
+
$mds-color-theme-gradientdivider-vertical-normal: linear-gradient(0deg, #00000000 0%, #00000033 22.4%, #00000033 72.4%, #00000000 100%);
|
|
391
|
+
$mds-color-theme-gradientdivider-vertical-hover: linear-gradient(0deg, #00000000 0%, #00000099 22.4%, #00000099 72.4%, #00000000 100%);
|
|
392
|
+
$mds-color-theme-focus-default-0: #ffffff;
|
|
393
|
+
$mds-color-theme-focus-default-1: #1170cf;
|
|
394
|
+
$mds-color-theme-focus-default-2: #1170cf59;
|