@momentum-design/tokens 0.0.53 → 0.0.55
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/core/complete.css +4 -3
- 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/common-stable.css +11 -2
- package/dist/css/theme/webex/dark-complete.css +3 -3
- package/dist/css/theme/webex/dark-stable.css +47 -30
- package/dist/css/theme/webex/hc-dark-stable.css +281 -0
- package/dist/css/theme/webex/hc-light-stable.css +281 -0
- package/dist/css/theme/webex/light-complete.css +1 -1
- package/dist/css/theme/webex/light-stable.css +49 -28
- package/dist/ios/core/complete.swift +4 -3
- 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/common-stable.swift +11 -2
- package/dist/ios/theme/webex/dark-complete.swift +3 -3
- package/dist/ios/theme/webex/dark-stable.swift +47 -30
- package/dist/ios/theme/webex/hc-dark-stable.swift +287 -0
- package/dist/ios/theme/webex/hc-light-stable.swift +287 -0
- package/dist/ios/theme/webex/light-complete.swift +1 -1
- package/dist/ios/theme/webex/light-stable.swift +49 -28
- package/dist/json/core/complete.json +33 -4
- package/dist/json/theme/webex/common-stable.json +257 -1
- package/dist/json/theme/webex/dark-complete.json +2 -2
- package/dist/json/theme/webex/dark-stable.json +3690 -3225
- package/dist/json/theme/webex/hc-dark-stable.json +7232 -0
- package/dist/json/theme/webex/hc-light-stable.json +7228 -0
- package/dist/json/theme/webex/light-stable.json +3635 -3065
- package/dist/json-minimal/core/complete.json +3 -2
- package/dist/json-minimal/theme/webex/common-stable.json +14 -1
- package/dist/json-minimal/theme/webex/dark-complete.json +2 -2
- package/dist/json-minimal/theme/webex/dark-stable.json +93 -58
- package/dist/json-minimal/theme/webex/hc-dark-stable.json +552 -0
- package/dist/json-minimal/theme/webex/hc-light-stable.json +552 -0
- package/dist/json-minimal/theme/webex/light-stable.json +89 -54
- package/dist/resources/core/complete.xml +4 -3
- 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/common-stable.xml +11 -2
- package/dist/resources/theme/webex/dark-complete.xml +3 -3
- package/dist/resources/theme/webex/dark-stable.xml +47 -30
- package/dist/resources/theme/webex/hc-dark-stable.xml +283 -0
- package/dist/resources/theme/webex/hc-light-stable.xml +283 -0
- package/dist/resources/theme/webex/light-complete.xml +1 -1
- package/dist/resources/theme/webex/light-stable.xml +49 -28
- package/dist/scss/core/complete.scss +4 -3
- 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/common-stable.scss +12 -3
- package/dist/scss/theme/webex/dark-complete.scss +3 -3
- package/dist/scss/theme/webex/dark-stable.scss +47 -30
- package/dist/scss/theme/webex/hc-dark-stable.scss +278 -0
- package/dist/scss/theme/webex/hc-light-stable.scss +278 -0
- package/dist/scss/theme/webex/light-complete.scss +1 -1
- package/dist/scss/theme/webex/light-stable.scss +49 -28
- package/package.json +1 -1
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on
|
|
5
|
+
Generated on Wed, 05 Jun 2024 18:11:29 GMT
|
|
6
6
|
-->
|
|
7
7
|
<resources>
|
|
8
8
|
<color name="mds-color-theme-common-text-white">#fffffff2</color>
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
<color name="mds-color-theme-common-button-secondary-active-hover">#ffffff4d</color>
|
|
31
31
|
<color name="mds-color-theme-common-button-secondary-active-pressed">#ffffff66</color>
|
|
32
32
|
<color name="mds-color-theme-common-button-secondary-dark-normal">#00000000</color>
|
|
33
|
-
<color name="mds-color-theme-common-button-secondary-dark-hover">#
|
|
33
|
+
<color name="mds-color-theme-common-button-secondary-dark-hover">#00000012</color>
|
|
34
34
|
<color name="mds-color-theme-common-button-secondary-dark-pressed">#00000033</color>
|
|
35
35
|
<color name="mds-color-theme-common-button-secondary-dark-disabled">#00000000</color>
|
|
36
36
|
<color name="mds-color-theme-common-button-join-animated-gradient-normal-0">#30c9b0</color>
|
|
@@ -70,12 +70,18 @@
|
|
|
70
70
|
<color name="mds-color-theme-common-touchbar-icon-stable">#27a17a</color>
|
|
71
71
|
<color name="mds-color-theme-common-touchbar-icon-attention">#fc8b98</color>
|
|
72
72
|
<color name="mds-color-theme-common-touchbar-icon-secure">#64b4fa</color>
|
|
73
|
+
<color name="mds-color-theme-common-content-partner-doc">#4285f4</color>
|
|
74
|
+
<color name="mds-color-theme-common-content-partner-excel">#00893E</color>
|
|
75
|
+
<color name="mds-color-theme-common-content-partner-keynote">#029CFB</color>
|
|
76
|
+
<color name="mds-color-theme-common-content-partner-onenote">#B839DB</color>
|
|
77
|
+
<color name="mds-color-theme-common-content-partner-pdf">#EE0507</color>
|
|
78
|
+
<color name="mds-color-theme-common-content-partner-powerpoint">#D93E17</color>
|
|
79
|
+
<color name="mds-color-theme-common-content-partner-sheets">#F4B400</color>
|
|
80
|
+
<color name="mds-color-theme-common-content-partner-slides">#0F9D58</color>
|
|
81
|
+
<color name="mds-color-theme-common-content-partner-word">#0078D6</color>
|
|
73
82
|
<color name="mds-color-theme-text-primary-normal">#000000f2</color>
|
|
74
83
|
<color name="mds-color-theme-text-primary-disabled">#00000066</color>
|
|
75
|
-
<color name="mds-color-theme-text-inverted-normal">#fffffff2</color>
|
|
76
|
-
<color name="mds-color-theme-text-inverted-disabled">#ffffffcc</color>
|
|
77
84
|
<color name="mds-color-theme-text-secondary-normal">#000000b3</color>
|
|
78
|
-
<color name="mds-color-theme-text-secondary-inverted-normal">#ffffffb3</color>
|
|
79
85
|
<color name="mds-color-theme-text-error-normal">#ab0a15</color>
|
|
80
86
|
<color name="mds-color-theme-text-error-hover">#4f0e10</color>
|
|
81
87
|
<color name="mds-color-theme-text-error-active">#4f0e10</color>
|
|
@@ -128,8 +134,35 @@
|
|
|
128
134
|
<color name="mds-color-theme-text-team-slate-normal">#535573</color>
|
|
129
135
|
<color name="mds-color-theme-text-team-slate-hover">#535573</color>
|
|
130
136
|
<color name="mds-color-theme-text-team-slate-active">#26262b</color>
|
|
137
|
+
<color name="mds-color-theme-inverted-text-primary-normal">#fffffff2</color>
|
|
138
|
+
<color name="mds-color-theme-inverted-text-primary-disabled">#ffffff66</color>
|
|
139
|
+
<color name="mds-color-theme-inverted-text-secondary-normal">#ffffffb3</color>
|
|
140
|
+
<color name="mds-color-theme-inverted-text-accent-normal">#64b4fa</color>
|
|
141
|
+
<color name="mds-color-theme-inverted-text-accent-hover">#bfe3ff</color>
|
|
142
|
+
<color name="mds-color-theme-inverted-background-normal">#000000</color>
|
|
143
|
+
<color name="mds-color-theme-inverted-button-primary-normal">#fffffff2</color>
|
|
144
|
+
<color name="mds-color-theme-inverted-button-primary-hover">#ffffffcc</color>
|
|
145
|
+
<color name="mds-color-theme-inverted-button-primary-pressed">#ffffffb3</color>
|
|
146
|
+
<color name="mds-color-theme-inverted-button-primary-disabled">#ffffff33</color>
|
|
147
|
+
<color name="mds-color-theme-inverted-button-secondary-normal">#ffffff00</color>
|
|
148
|
+
<color name="mds-color-theme-inverted-button-secondary-hover">#ffffff12</color>
|
|
149
|
+
<color name="mds-color-theme-inverted-button-secondary-pressed">#ffffff33</color>
|
|
150
|
+
<color name="mds-color-theme-inverted-button-secondary-disabled">#ffffff00</color>
|
|
151
|
+
<color name="mds-color-theme-inverted-outline-button-normal">#ffffff80</color>
|
|
152
|
+
<color name="mds-color-theme-inverted-outline-primary-normal">#ffffff66</color>
|
|
153
|
+
<color name="mds-color-theme-inverted-outline-primary-disabled">#ffffff33</color>
|
|
154
|
+
<color name="mds-color-theme-inverted-outline-theme">#64b4fa</color>
|
|
155
|
+
<color name="mds-color-theme-inverted-control-active-normal">#64b4fa</color>
|
|
156
|
+
<color name="mds-color-theme-inverted-control-active-hover">#3492eb</color>
|
|
157
|
+
<color name="mds-color-theme-inverted-control-active-pressed">#1170cf</color>
|
|
158
|
+
<color name="mds-color-theme-inverted-control-active-active">#1170cf</color>
|
|
159
|
+
<color name="mds-color-theme-inverted-control-active-disabled">#ffffff33</color>
|
|
160
|
+
<color name="mds-color-theme-inverted-control-inactive-normal">#00000033</color>
|
|
161
|
+
<color name="mds-color-theme-inverted-control-inactive-hover">#0000004d</color>
|
|
162
|
+
<color name="mds-color-theme-inverted-control-inactive-pressed">#00000066</color>
|
|
163
|
+
<color name="mds-color-theme-inverted-control-inactive-disabled">#00000033</color>
|
|
131
164
|
<color name="mds-color-theme-background-primary-ghost">#ffffff00</color>
|
|
132
|
-
<color name="mds-color-theme-background-primary-hover">#
|
|
165
|
+
<color name="mds-color-theme-background-primary-hover">#00000012</color>
|
|
133
166
|
<color name="mds-color-theme-background-primary-active">#0000001c</color>
|
|
134
167
|
<color name="mds-color-theme-background-primary-disabled">#0000001c</color>
|
|
135
168
|
<color name="mds-color-theme-background-solid-primary-normal">#ffffff</color>
|
|
@@ -194,13 +227,14 @@
|
|
|
194
227
|
<color name="mds-color-theme-background-common-normal">#ffffff</color>
|
|
195
228
|
<color name="mds-color-theme-background-namelabel-normal">#00000080</color>
|
|
196
229
|
<color name="mds-color-theme-background-skeleton-normal">linear-gradient(123deg, #00000033 14.98%, #0000004d 38.98%, #00000066 64.82%, #00000080);</color>
|
|
230
|
+
<color name="mds-color-theme-background-reaction-normal">linear-gradient(180deg, #ffffff 90%, #ffffff 0%)</color>
|
|
197
231
|
<color name="mds-color-theme-button-border-normal">none</color>
|
|
198
232
|
<color name="mds-color-theme-button-primary-normal">#000000f2</color>
|
|
199
233
|
<color name="mds-color-theme-button-primary-hover">#000000cc</color>
|
|
200
234
|
<color name="mds-color-theme-button-primary-pressed">#000000b3</color>
|
|
201
235
|
<color name="mds-color-theme-button-primary-disabled">#00000033</color>
|
|
202
236
|
<color name="mds-color-theme-button-secondary-normal">#00000000</color>
|
|
203
|
-
<color name="mds-color-theme-button-secondary-hover">#
|
|
237
|
+
<color name="mds-color-theme-button-secondary-hover">#00000012</color>
|
|
204
238
|
<color name="mds-color-theme-button-secondary-pressed">#00000033</color>
|
|
205
239
|
<color name="mds-color-theme-button-secondary-disabled">#ffffff00</color>
|
|
206
240
|
<color name="mds-color-theme-button-secondary-active-normal">#00000033</color>
|
|
@@ -218,7 +252,7 @@
|
|
|
218
252
|
<color name="mds-color-theme-button-accent-normal">#1170cf</color>
|
|
219
253
|
<color name="mds-color-theme-button-accent-hover">#0353a8</color>
|
|
220
254
|
<color name="mds-color-theme-button-accent-pressed">#063a75</color>
|
|
221
|
-
<color name="mds-color-theme-outline-primary-normal">#
|
|
255
|
+
<color name="mds-color-theme-outline-primary-normal">#00000075</color>
|
|
222
256
|
<color name="mds-color-theme-outline-theme-normal">#1170cf</color>
|
|
223
257
|
<color name="mds-color-theme-outline-secondary-normal">#00000033</color>
|
|
224
258
|
<color name="mds-color-theme-outline-input-normal">#00000080</color>
|
|
@@ -248,11 +282,14 @@
|
|
|
248
282
|
<color name="mds-color-theme-control-active-pressed">#063a75</color>
|
|
249
283
|
<color name="mds-color-theme-control-active-active">#063a75</color>
|
|
250
284
|
<color name="mds-color-theme-control-active-disabled">#bfe3ff</color>
|
|
251
|
-
<color name="mds-color-theme-control-inactive-normal">#
|
|
252
|
-
<color name="mds-color-theme-control-inactive-hover">#
|
|
253
|
-
<color name="mds-color-theme-control-inactive-pressed">#
|
|
254
|
-
<color name="mds-color-theme-control-inactive-disabled">#
|
|
285
|
+
<color name="mds-color-theme-control-inactive-normal">#8f8f8f</color>
|
|
286
|
+
<color name="mds-color-theme-control-inactive-hover">#ffffff4d</color>
|
|
287
|
+
<color name="mds-color-theme-control-inactive-pressed">#ffffff66</color>
|
|
288
|
+
<color name="mds-color-theme-control-inactive-disabled">#ffffff33</color>
|
|
255
289
|
<color name="mds-color-theme-overlay-meetings-normal">#ffffffcc</color>
|
|
290
|
+
<color name="mds-color-theme-overlay-button-secondary-normal">#ffffff</color>
|
|
291
|
+
<color name="mds-color-theme-overlay-button-secondary-hover">#ededed</color>
|
|
292
|
+
<color name="mds-color-theme-overlay-button-secondary-pressed">#dedede</color>
|
|
256
293
|
<color name="mds-color-theme-indicator-unstable">#C94403</color>
|
|
257
294
|
<color name="mds-color-theme-indicator-attention">#db1f2e</color>
|
|
258
295
|
<color name="mds-color-theme-indicator-stable">#1d805f</color>
|
|
@@ -298,22 +335,6 @@
|
|
|
298
335
|
<color name="mds-color-theme-groupedbackground-secondary-normal">#ffffff</color>
|
|
299
336
|
<color name="mds-color-theme-groupedbackground-tertiary-normal">#f7f7f7</color>
|
|
300
337
|
<color name="mds-color-theme-groupedbackground-quaternary-normal">#ffffff</color>
|
|
301
|
-
<color name="mds-color-theme-teaching-background-normal">#000000</color>
|
|
302
|
-
<color name="mds-color-theme-teaching-button-primary-normal">#fffffff2</color>
|
|
303
|
-
<color name="mds-color-theme-teaching-button-primary-hover">#ffffffcc</color>
|
|
304
|
-
<color name="mds-color-theme-teaching-button-primary-pressed">#ffffffb3</color>
|
|
305
|
-
<color name="mds-color-theme-teaching-button-primary-disabled">#ffffff33</color>
|
|
306
|
-
<color name="mds-color-theme-teaching-button-secondary-normal">#ffffff00</color>
|
|
307
|
-
<color name="mds-color-theme-teaching-button-secondary-hover">#ffffff12</color>
|
|
308
|
-
<color name="mds-color-theme-teaching-button-secondary-pressed">#ffffff33</color>
|
|
309
|
-
<color name="mds-color-theme-teaching-outline-button-normal">#ffffff4d</color>
|
|
310
|
-
<color name="mds-color-theme-teaching-outline-normal">#ffffff33</color>
|
|
311
|
-
<color name="mds-color-theme-teaching-outline-disabled-normal">#ffffff33</color>
|
|
312
|
-
<color name="mds-color-theme-teaching-outline-theme">#64b4fa</color>
|
|
313
|
-
<color name="mds-color-theme-teaching-text-accent-normal">#64b4fa</color>
|
|
314
|
-
<color name="mds-color-theme-teaching-text-accent-hover">#bfe3ff</color>
|
|
315
|
-
<color name="mds-color-theme-teaching-text-accent-disabled">#ffffff66</color>
|
|
316
|
-
<color name="mds-color-theme-teaching-text-primary-disabled">#ffffff66</color>
|
|
317
338
|
<color name="mds-color-theme-gradientdivider-normal-0">#00000000</color>
|
|
318
339
|
<color name="mds-color-theme-gradientdivider-normal-1">#00000033</color>
|
|
319
340
|
<color name="mds-color-theme-gradientdivider-hover-0">#00000000</color>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Wed, 05 Jun 2024 18:11:28 GMT
|
|
4
4
|
|
|
5
5
|
$mds-border-radius-core-none: 0px;
|
|
6
6
|
$mds-border-radius-core-small: 4px;
|
|
@@ -31,12 +31,13 @@ $mds-color-core-white-alpha-90: #ffffffe6;
|
|
|
31
31
|
$mds-color-core-white-alpha-95: #fffffff2;
|
|
32
32
|
$mds-color-core-white-alpha-100: #ffffff;
|
|
33
33
|
$mds-color-core-black-alpha-0: #00000000;
|
|
34
|
-
$mds-color-core-black-alpha-4: #
|
|
35
|
-
$mds-color-core-black-alpha-7: #
|
|
34
|
+
$mds-color-core-black-alpha-4: #0000000A;
|
|
35
|
+
$mds-color-core-black-alpha-7: #00000012;
|
|
36
36
|
$mds-color-core-black-alpha-11: #0000001c;
|
|
37
37
|
$mds-color-core-black-alpha-20: #00000033;
|
|
38
38
|
$mds-color-core-black-alpha-30: #0000004d;
|
|
39
39
|
$mds-color-core-black-alpha-40: #00000066;
|
|
40
|
+
$mds-color-core-black-alpha-46: #00000075;
|
|
40
41
|
$mds-color-core-black-alpha-50: #00000080;
|
|
41
42
|
$mds-color-core-black-alpha-60: #00000099;
|
|
42
43
|
$mds-color-core-black-alpha-70: #000000b3;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Wed, 05 Jun 2024 18:11:28 GMT
|
|
4
4
|
|
|
5
5
|
$mds-color-theme-common-text-white: #fffffff2;
|
|
6
6
|
$mds-color-theme-common-text-gray: #ffffffb3;
|
|
@@ -27,7 +27,7 @@ $mds-color-theme-common-button-secondary-active-normal: #ffffff33;
|
|
|
27
27
|
$mds-color-theme-common-button-secondary-active-hover: #ffffff4d;
|
|
28
28
|
$mds-color-theme-common-button-secondary-active-pressed: #ffffff66;
|
|
29
29
|
$mds-color-theme-common-button-secondary-dark-normal: #00000000;
|
|
30
|
-
$mds-color-theme-common-button-secondary-dark-hover: #
|
|
30
|
+
$mds-color-theme-common-button-secondary-dark-hover: #00000012;
|
|
31
31
|
$mds-color-theme-common-button-secondary-dark-pressed: #00000033;
|
|
32
32
|
$mds-color-theme-common-button-secondary-dark-disabled: #00000000;
|
|
33
33
|
$mds-color-theme-common-button-join-animated-gradient-normal-0: #30c9b0;
|
|
@@ -66,4 +66,13 @@ $mds-color-theme-common-touchbar-background-red-pressed: #780d13;
|
|
|
66
66
|
$mds-color-theme-common-touchbar-background-transparent: #00000000;
|
|
67
67
|
$mds-color-theme-common-touchbar-icon-stable: #27a17a;
|
|
68
68
|
$mds-color-theme-common-touchbar-icon-attention: #fc8b98;
|
|
69
|
-
$mds-color-theme-common-touchbar-icon-secure: #64b4fa;
|
|
69
|
+
$mds-color-theme-common-touchbar-icon-secure: #64b4fa;
|
|
70
|
+
$mds-color-theme-common-content-partner-doc: #4285f4;
|
|
71
|
+
$mds-color-theme-common-content-partner-excel: #00893E;
|
|
72
|
+
$mds-color-theme-common-content-partner-keynote: #029CFB;
|
|
73
|
+
$mds-color-theme-common-content-partner-onenote: #B839DB;
|
|
74
|
+
$mds-color-theme-common-content-partner-pdf: #EE0507;
|
|
75
|
+
$mds-color-theme-common-content-partner-powerpoint: #D93E17;
|
|
76
|
+
$mds-color-theme-common-content-partner-sheets: #F4B400;
|
|
77
|
+
$mds-color-theme-common-content-partner-slides: #0F9D58;
|
|
78
|
+
$mds-color-theme-common-content-partner-word: #0078D6;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Wed, 05 Jun 2024 18:11:28 GMT
|
|
4
4
|
|
|
5
5
|
$mds-color-theme-neutral-bg-primary: linear-gradient(180deg, #1a1a1a 0%, #0f0f0f 100%);
|
|
6
6
|
$mds-color-theme-neutral-bg-secondary: linear-gradient(180deg, #262626 0%, #0f0f0f 100%);
|
|
@@ -166,11 +166,11 @@ $mds-color-theme-inverse-neutral-btn-primary-hover: #262626;
|
|
|
166
166
|
$mds-color-theme-inverse-neutral-btn-primary-pressed: #3b3b3b;
|
|
167
167
|
$mds-color-theme-inverse-neutral-btn-primary-disabled: #00000033;
|
|
168
168
|
$mds-color-theme-inverse-neutral-btn-secondary-default: #00000000;
|
|
169
|
-
$mds-color-theme-inverse-neutral-btn-secondary-hover: #
|
|
169
|
+
$mds-color-theme-inverse-neutral-btn-secondary-hover: #00000012;
|
|
170
170
|
$mds-color-theme-inverse-neutral-btn-secondary-pressed: #00000033;
|
|
171
171
|
$mds-color-theme-inverse-neutral-btn-secondary-disabled: #00000033;
|
|
172
172
|
$mds-color-theme-inverse-neutral-btn-tertiary-default: #00000000;
|
|
173
|
-
$mds-color-theme-inverse-neutral-btn-tertiary-hover: #
|
|
173
|
+
$mds-color-theme-inverse-neutral-btn-tertiary-hover: #00000012;
|
|
174
174
|
$mds-color-theme-inverse-neutral-btn-tertiary-pressed: #00000033;
|
|
175
175
|
$mds-color-theme-inverse-neutral-btn-tertiary-disabled: #00000033;
|
|
176
176
|
$mds-color-theme-inverse-accent-text-fixed-default: #0353a8;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Wed, 05 Jun 2024 18:11:28 GMT
|
|
4
4
|
|
|
5
5
|
$mds-color-theme-common-text-white: #fffffff2;
|
|
6
6
|
$mds-color-theme-common-text-gray: #ffffffb3;
|
|
@@ -27,7 +27,7 @@ $mds-color-theme-common-button-secondary-active-normal: #ffffff33;
|
|
|
27
27
|
$mds-color-theme-common-button-secondary-active-hover: #ffffff4d;
|
|
28
28
|
$mds-color-theme-common-button-secondary-active-pressed: #ffffff66;
|
|
29
29
|
$mds-color-theme-common-button-secondary-dark-normal: #00000000;
|
|
30
|
-
$mds-color-theme-common-button-secondary-dark-hover: #
|
|
30
|
+
$mds-color-theme-common-button-secondary-dark-hover: #00000012;
|
|
31
31
|
$mds-color-theme-common-button-secondary-dark-pressed: #00000033;
|
|
32
32
|
$mds-color-theme-common-button-secondary-dark-disabled: #00000000;
|
|
33
33
|
$mds-color-theme-common-button-join-animated-gradient-normal-0: #30c9b0;
|
|
@@ -67,12 +67,18 @@ $mds-color-theme-common-touchbar-background-transparent: #00000000;
|
|
|
67
67
|
$mds-color-theme-common-touchbar-icon-stable: #27a17a;
|
|
68
68
|
$mds-color-theme-common-touchbar-icon-attention: #fc8b98;
|
|
69
69
|
$mds-color-theme-common-touchbar-icon-secure: #64b4fa;
|
|
70
|
+
$mds-color-theme-common-content-partner-doc: #4285f4;
|
|
71
|
+
$mds-color-theme-common-content-partner-excel: #00893E;
|
|
72
|
+
$mds-color-theme-common-content-partner-keynote: #029CFB;
|
|
73
|
+
$mds-color-theme-common-content-partner-onenote: #B839DB;
|
|
74
|
+
$mds-color-theme-common-content-partner-pdf: #EE0507;
|
|
75
|
+
$mds-color-theme-common-content-partner-powerpoint: #D93E17;
|
|
76
|
+
$mds-color-theme-common-content-partner-sheets: #F4B400;
|
|
77
|
+
$mds-color-theme-common-content-partner-slides: #0F9D58;
|
|
78
|
+
$mds-color-theme-common-content-partner-word: #0078D6;
|
|
70
79
|
$mds-color-theme-text-primary-normal: #fffffff2;
|
|
71
80
|
$mds-color-theme-text-primary-disabled: #ffffff66;
|
|
72
|
-
$mds-color-theme-text-inverted-normal: #000000f2;
|
|
73
|
-
$mds-color-theme-text-inverted-disabled: #00000080;
|
|
74
81
|
$mds-color-theme-text-secondary-normal: #ffffffb3;
|
|
75
|
-
$mds-color-theme-text-secondary-inverted-normal: #000000b3;
|
|
76
82
|
$mds-color-theme-text-error-normal: #fc8b98;
|
|
77
83
|
$mds-color-theme-text-error-hover: #ffd4da;
|
|
78
84
|
$mds-color-theme-text-error-active: #ffd4da;
|
|
@@ -125,6 +131,33 @@ $mds-color-theme-text-team-violet-active: #f0e3fc;
|
|
|
125
131
|
$mds-color-theme-text-team-slate-normal: #b0b4d9;
|
|
126
132
|
$mds-color-theme-text-team-slate-hover: #b0b4d9;
|
|
127
133
|
$mds-color-theme-text-team-slate-active: #e3e7fa;
|
|
134
|
+
$mds-color-theme-inverted-text-primary-normal: #000000f2;
|
|
135
|
+
$mds-color-theme-inverted-text-primary-disabled: #00000066;
|
|
136
|
+
$mds-color-theme-inverted-text-secondary-normal: #000000b3;
|
|
137
|
+
$mds-color-theme-inverted-text-accent-normal: #0353a8;
|
|
138
|
+
$mds-color-theme-inverted-text-accent-hover: #0a274a;
|
|
139
|
+
$mds-color-theme-inverted-background-normal: #ffffff;
|
|
140
|
+
$mds-color-theme-inverted-button-primary-normal: #000000f2;
|
|
141
|
+
$mds-color-theme-inverted-button-primary-hover: #000000cc;
|
|
142
|
+
$mds-color-theme-inverted-button-primary-pressed: #000000b3;
|
|
143
|
+
$mds-color-theme-inverted-button-primary-disabled: #00000033;
|
|
144
|
+
$mds-color-theme-inverted-button-secondary-normal: #00000000;
|
|
145
|
+
$mds-color-theme-inverted-button-secondary-hover: #00000012;
|
|
146
|
+
$mds-color-theme-inverted-button-secondary-pressed: #00000033;
|
|
147
|
+
$mds-color-theme-inverted-button-secondary-disabled: #00000000;
|
|
148
|
+
$mds-color-theme-inverted-outline-button-normal: #00000080;
|
|
149
|
+
$mds-color-theme-inverted-outline-primary-normal: #00000075;
|
|
150
|
+
$mds-color-theme-inverted-outline-disabled-normal: #00000033;
|
|
151
|
+
$mds-color-theme-inverted-outline-theme: #1170cf;
|
|
152
|
+
$mds-color-theme-inverted-control-active-normal: #1170cf;
|
|
153
|
+
$mds-color-theme-inverted-control-active-hover: #0353a8;
|
|
154
|
+
$mds-color-theme-inverted-control-active-pressed: #063a75;
|
|
155
|
+
$mds-color-theme-inverted-control-active-active: #063a75;
|
|
156
|
+
$mds-color-theme-inverted-control-active-disabled: #00000033;
|
|
157
|
+
$mds-color-theme-inverted-control-inactive-normal: #8f8f8f;
|
|
158
|
+
$mds-color-theme-inverted-control-inactive-hover: #0000004d;
|
|
159
|
+
$mds-color-theme-inverted-control-inactive-pressed: #00000066;
|
|
160
|
+
$mds-color-theme-inverted-control-inactive-disabled: #00000033;
|
|
128
161
|
$mds-color-theme-background-primary-ghost: #ffffff00;
|
|
129
162
|
$mds-color-theme-background-primary-hover: #ffffff12;
|
|
130
163
|
$mds-color-theme-background-primary-active: #ffffff1c;
|
|
@@ -140,9 +173,9 @@ $mds-color-theme-background-secondary-disabled: #ffffff00;
|
|
|
140
173
|
$mds-color-theme-background-accent-normal: #1170cf;
|
|
141
174
|
$mds-color-theme-background-gradient-primary: linear-gradient(180deg, #1a1a1a 0%, #0f0f0f 100%);
|
|
142
175
|
$mds-color-theme-background-gradient-secondary: linear-gradient(180deg, #262626 0%, #0f0f0f 100%);
|
|
143
|
-
$mds-color-theme-background-alert-default-normal: #
|
|
144
|
-
$mds-color-theme-background-alert-default-hover: #
|
|
145
|
-
$mds-color-theme-background-alert-default-active: #
|
|
176
|
+
$mds-color-theme-background-alert-default-normal: #3b3b3b;
|
|
177
|
+
$mds-color-theme-background-alert-default-hover: #3b3b3b;
|
|
178
|
+
$mds-color-theme-background-alert-default-active: #545454;
|
|
146
179
|
$mds-color-theme-background-alert-success-normal: #0e2b20;
|
|
147
180
|
$mds-color-theme-background-alert-success-hover: #0e2b20;
|
|
148
181
|
$mds-color-theme-background-alert-success-active: #134231;
|
|
@@ -191,6 +224,7 @@ $mds-color-theme-background-label-violet-active: #643abd;
|
|
|
191
224
|
$mds-color-theme-background-common-normal: #ffffff;
|
|
192
225
|
$mds-color-theme-background-namelabel-normal: #00000080;
|
|
193
226
|
$mds-color-theme-background-skeleton-normal: linear-gradient(123deg, #ffffff33 14.98%, #ffffff4d 38.98%, #ffffff66 64.82%, #ffffff80);;
|
|
227
|
+
$mds-color-theme-background-reaction-normal: linear-gradient(180deg, #ffffff 90%, #ffffff 0%);
|
|
194
228
|
$mds-color-theme-button-border-normal: none;
|
|
195
229
|
$mds-color-theme-button-primary-normal: #fffffff2;
|
|
196
230
|
$mds-color-theme-button-primary-hover: #ffffffcc;
|
|
@@ -203,9 +237,6 @@ $mds-color-theme-button-secondary-disabled: #ffffff00;
|
|
|
203
237
|
$mds-color-theme-button-secondary-active-normal: #ffffff33;
|
|
204
238
|
$mds-color-theme-button-secondary-active-hover: #ffffff4d;
|
|
205
239
|
$mds-color-theme-button-secondary-active-pressed: #ffffff66;
|
|
206
|
-
$mds-color-theme-button-inverted-normal: #0f0f0f;
|
|
207
|
-
$mds-color-theme-button-inverted-hover: #262626;
|
|
208
|
-
$mds-color-theme-button-inverted-pressed: #3b3b3b;
|
|
209
240
|
$mds-color-theme-button-join-normal: #1d805f;
|
|
210
241
|
$mds-color-theme-button-join-hover: #185e46;
|
|
211
242
|
$mds-color-theme-button-join-pressed: #134231;
|
|
@@ -215,7 +246,7 @@ $mds-color-theme-button-cancel-pressed: #780d13;
|
|
|
215
246
|
$mds-color-theme-button-accent-normal: #1170cf;
|
|
216
247
|
$mds-color-theme-button-accent-hover: #0353a8;
|
|
217
248
|
$mds-color-theme-button-accent-pressed: #063a75;
|
|
218
|
-
$mds-color-theme-outline-primary-normal: #
|
|
249
|
+
$mds-color-theme-outline-primary-normal: #ffffff66;
|
|
219
250
|
$mds-color-theme-outline-theme-normal: #64b4fa;
|
|
220
251
|
$mds-color-theme-outline-secondary-normal: #ffffff33;
|
|
221
252
|
$mds-color-theme-outline-input-normal: #ffffff80;
|
|
@@ -244,12 +275,14 @@ $mds-color-theme-control-active-normal: #64b4fa;
|
|
|
244
275
|
$mds-color-theme-control-active-hover: #3492eb;
|
|
245
276
|
$mds-color-theme-control-active-pressed: #1170cf;
|
|
246
277
|
$mds-color-theme-control-active-active: #1170cf;
|
|
247
|
-
$mds-color-theme-control-active-disabled: #
|
|
248
|
-
$mds-color-theme-control-inactive-normal: #
|
|
278
|
+
$mds-color-theme-control-active-disabled: #ffffff33;
|
|
279
|
+
$mds-color-theme-control-indicator-inactive-normal: #8f8f8f;
|
|
280
|
+
$mds-color-theme-control-inactive-normal: #ffffff00;
|
|
249
281
|
$mds-color-theme-control-inactive-hover: #ffffff4d;
|
|
250
282
|
$mds-color-theme-control-inactive-pressed: #ffffff66;
|
|
251
283
|
$mds-color-theme-control-inactive-disabled: #ffffff33;
|
|
252
284
|
$mds-color-theme-overlay-meetings-normal: #000000b3;
|
|
285
|
+
$mds-color-theme-overlay-text-primary-normal: #000000f2;
|
|
253
286
|
$mds-color-theme-indicator-unstable: #EC6400;
|
|
254
287
|
$mds-color-theme-indicator-attention: #f55868;
|
|
255
288
|
$mds-color-theme-indicator-stable: #27a17a;
|
|
@@ -295,22 +328,6 @@ $mds-color-theme-groupedbackground-primary-normal: #000000;
|
|
|
295
328
|
$mds-color-theme-groupedbackground-secondary-normal: #1a1a1a;
|
|
296
329
|
$mds-color-theme-groupedbackground-tertiary-normal: #262626;
|
|
297
330
|
$mds-color-theme-groupedbackground-quaternary-normal: #3b3b3b;
|
|
298
|
-
$mds-color-theme-teaching-background-normal: #ffffff;
|
|
299
|
-
$mds-color-theme-teaching-button-primary-normal: #000000f2;
|
|
300
|
-
$mds-color-theme-teaching-button-primary-hover: #000000cc;
|
|
301
|
-
$mds-color-theme-teaching-button-primary-pressed: #000000b3;
|
|
302
|
-
$mds-color-theme-teaching-button-primary-disabled: #00000033;
|
|
303
|
-
$mds-color-theme-teaching-button-secondary-normal: #00000000;
|
|
304
|
-
$mds-color-theme-teaching-button-secondary-hover: #0000012;
|
|
305
|
-
$mds-color-theme-teaching-button-secondary-pressed: #00000033;
|
|
306
|
-
$mds-color-theme-teaching-outline-button-normal: #0000004d;
|
|
307
|
-
$mds-color-theme-teaching-outline-normal: #00000033;
|
|
308
|
-
$mds-color-theme-teaching-outline-disabled-normal: #00000033;
|
|
309
|
-
$mds-color-theme-teaching-outline-theme: #1170cf;
|
|
310
|
-
$mds-color-theme-teaching-text-accent-normal: #0353a8;
|
|
311
|
-
$mds-color-theme-teaching-text-accent-hover: #0a274a;
|
|
312
|
-
$mds-color-theme-teaching-text-accent-disabled: #00000066;
|
|
313
|
-
$mds-color-theme-teaching-text-primary-disabled: #00000066;
|
|
314
331
|
$mds-color-theme-gradientdivider-normal-0: #ffffff00;
|
|
315
332
|
$mds-color-theme-gradientdivider-normal-1: #ffffff33;
|
|
316
333
|
$mds-color-theme-gradientdivider-hover-0: #ffffff00;
|