@momentum-design/tokens 0.0.54 → 0.0.56
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 +49 -30
- package/dist/css/theme/webex/hc-dark-stable.css +1 -1
- package/dist/css/theme/webex/hc-light-stable.css +1 -1
- 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 +49 -30
- package/dist/ios/theme/webex/hc-dark-stable.swift +1 -1
- package/dist/ios/theme/webex/hc-light-stable.swift +1 -1
- 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 +246 -1
- package/dist/json/theme/webex/dark-complete.json +2 -2
- package/dist/json/theme/webex/dark-stable.json +3614 -3104
- package/dist/json/theme/webex/light-stable.json +3612 -3053
- package/dist/json-minimal/core/complete.json +3 -2
- package/dist/json-minimal/theme/webex/common-stable.json +12 -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/light-stable.json +87 -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 +49 -30
- package/dist/resources/theme/webex/hc-dark-stable.xml +1 -1
- package/dist/resources/theme/webex/hc-light-stable.xml +1 -1
- 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 +49 -30
- package/dist/scss/theme/webex/hc-dark-stable.scss +1 -1
- package/dist/scss/theme/webex/hc-light-stable.scss +1 -1
- 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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Tue, 11 Jun 2024 18:13:50 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-doc: #4285f4;
|
|
71
|
+
$mds-color-theme-common-content-excel: #00893E;
|
|
72
|
+
$mds-color-theme-common-content-keynote: #029CFB;
|
|
73
|
+
$mds-color-theme-common-content-onenote: #B839DB;
|
|
74
|
+
$mds-color-theme-common-content-pdf: #EE0507;
|
|
75
|
+
$mds-color-theme-common-content-powerpoint: #D93E17;
|
|
76
|
+
$mds-color-theme-common-content-sheets: #F4B400;
|
|
77
|
+
$mds-color-theme-common-content-slides: #0F9D58;
|
|
78
|
+
$mds-color-theme-common-content-word: #0078D6;
|
|
70
79
|
$mds-color-theme-text-primary-normal: #000000f2;
|
|
71
80
|
$mds-color-theme-text-primary-disabled: #00000066;
|
|
72
|
-
$mds-color-theme-text-inverted-normal: #fffffff2;
|
|
73
|
-
$mds-color-theme-text-inverted-disabled: #ffffffcc;
|
|
74
81
|
$mds-color-theme-text-secondary-normal: #000000b3;
|
|
75
|
-
$mds-color-theme-text-secondary-inverted-normal: #ffffffb3;
|
|
76
82
|
$mds-color-theme-text-error-normal: #ab0a15;
|
|
77
83
|
$mds-color-theme-text-error-hover: #4f0e10;
|
|
78
84
|
$mds-color-theme-text-error-active: #4f0e10;
|
|
@@ -125,8 +131,35 @@ $mds-color-theme-text-team-violet-active: #29223d;
|
|
|
125
131
|
$mds-color-theme-text-team-slate-normal: #535573;
|
|
126
132
|
$mds-color-theme-text-team-slate-hover: #535573;
|
|
127
133
|
$mds-color-theme-text-team-slate-active: #26262b;
|
|
134
|
+
$mds-color-theme-inverted-text-primary-normal: #fffffff2;
|
|
135
|
+
$mds-color-theme-inverted-text-primary-disabled: #ffffff66;
|
|
136
|
+
$mds-color-theme-inverted-text-secondary-normal: #ffffffb3;
|
|
137
|
+
$mds-color-theme-inverted-text-accent-normal: #64b4fa;
|
|
138
|
+
$mds-color-theme-inverted-text-accent-hover: #bfe3ff;
|
|
139
|
+
$mds-color-theme-inverted-background-normal: #000000;
|
|
140
|
+
$mds-color-theme-inverted-button-primary-normal: #fffffff2;
|
|
141
|
+
$mds-color-theme-inverted-button-primary-hover: #ffffffcc;
|
|
142
|
+
$mds-color-theme-inverted-button-primary-pressed: #ffffffb3;
|
|
143
|
+
$mds-color-theme-inverted-button-primary-disabled: #ffffff33;
|
|
144
|
+
$mds-color-theme-inverted-button-secondary-normal: #ffffff00;
|
|
145
|
+
$mds-color-theme-inverted-button-secondary-hover: #ffffff12;
|
|
146
|
+
$mds-color-theme-inverted-button-secondary-pressed: #ffffff33;
|
|
147
|
+
$mds-color-theme-inverted-button-secondary-disabled: #ffffff00;
|
|
148
|
+
$mds-color-theme-inverted-outline-button-normal: #ffffff80;
|
|
149
|
+
$mds-color-theme-inverted-outline-primary-normal: #ffffff66;
|
|
150
|
+
$mds-color-theme-inverted-outline-primary-disabled: #ffffff33;
|
|
151
|
+
$mds-color-theme-inverted-outline-theme: #64b4fa;
|
|
152
|
+
$mds-color-theme-inverted-control-active-normal: #64b4fa;
|
|
153
|
+
$mds-color-theme-inverted-control-active-hover: #3492eb;
|
|
154
|
+
$mds-color-theme-inverted-control-active-pressed: #1170cf;
|
|
155
|
+
$mds-color-theme-inverted-control-active-active: #1170cf;
|
|
156
|
+
$mds-color-theme-inverted-control-active-disabled: #ffffff33;
|
|
157
|
+
$mds-color-theme-inverted-control-inactive-normal: #00000033;
|
|
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
|
-
$mds-color-theme-background-primary-hover: #
|
|
162
|
+
$mds-color-theme-background-primary-hover: #00000012;
|
|
130
163
|
$mds-color-theme-background-primary-active: #0000001c;
|
|
131
164
|
$mds-color-theme-background-primary-disabled: #0000001c;
|
|
132
165
|
$mds-color-theme-background-solid-primary-normal: #ffffff;
|
|
@@ -191,13 +224,14 @@ $mds-color-theme-background-label-violet-active: #e2cafc;
|
|
|
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, #00000033 14.98%, #0000004d 38.98%, #00000066 64.82%, #00000080);;
|
|
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: #000000f2;
|
|
196
230
|
$mds-color-theme-button-primary-hover: #000000cc;
|
|
197
231
|
$mds-color-theme-button-primary-pressed: #000000b3;
|
|
198
232
|
$mds-color-theme-button-primary-disabled: #00000033;
|
|
199
233
|
$mds-color-theme-button-secondary-normal: #00000000;
|
|
200
|
-
$mds-color-theme-button-secondary-hover: #
|
|
234
|
+
$mds-color-theme-button-secondary-hover: #00000012;
|
|
201
235
|
$mds-color-theme-button-secondary-pressed: #00000033;
|
|
202
236
|
$mds-color-theme-button-secondary-disabled: #ffffff00;
|
|
203
237
|
$mds-color-theme-button-secondary-active-normal: #00000033;
|
|
@@ -215,7 +249,7 @@ $mds-color-theme-button-cancel-pressed: #780d13;
|
|
|
215
249
|
$mds-color-theme-button-accent-normal: #1170cf;
|
|
216
250
|
$mds-color-theme-button-accent-hover: #0353a8;
|
|
217
251
|
$mds-color-theme-button-accent-pressed: #063a75;
|
|
218
|
-
$mds-color-theme-outline-primary-normal: #
|
|
252
|
+
$mds-color-theme-outline-primary-normal: #00000075;
|
|
219
253
|
$mds-color-theme-outline-theme-normal: #1170cf;
|
|
220
254
|
$mds-color-theme-outline-secondary-normal: #00000033;
|
|
221
255
|
$mds-color-theme-outline-input-normal: #00000080;
|
|
@@ -245,11 +279,14 @@ $mds-color-theme-control-active-hover: #0353a8;
|
|
|
245
279
|
$mds-color-theme-control-active-pressed: #063a75;
|
|
246
280
|
$mds-color-theme-control-active-active: #063a75;
|
|
247
281
|
$mds-color-theme-control-active-disabled: #bfe3ff;
|
|
248
|
-
$mds-color-theme-control-inactive-normal: #
|
|
249
|
-
$mds-color-theme-control-inactive-hover: #
|
|
250
|
-
$mds-color-theme-control-inactive-pressed: #
|
|
251
|
-
$mds-color-theme-control-inactive-disabled: #
|
|
282
|
+
$mds-color-theme-control-inactive-normal: #8f8f8f;
|
|
283
|
+
$mds-color-theme-control-inactive-hover: #ffffff4d;
|
|
284
|
+
$mds-color-theme-control-inactive-pressed: #ffffff66;
|
|
285
|
+
$mds-color-theme-control-inactive-disabled: #ffffff33;
|
|
252
286
|
$mds-color-theme-overlay-meetings-normal: #ffffffcc;
|
|
287
|
+
$mds-color-theme-overlay-button-secondary-normal: #ffffff;
|
|
288
|
+
$mds-color-theme-overlay-button-secondary-hover: #ededed;
|
|
289
|
+
$mds-color-theme-overlay-button-secondary-pressed: #dedede;
|
|
253
290
|
$mds-color-theme-indicator-unstable: #C94403;
|
|
254
291
|
$mds-color-theme-indicator-attention: #db1f2e;
|
|
255
292
|
$mds-color-theme-indicator-stable: #1d805f;
|
|
@@ -295,22 +332,6 @@ $mds-color-theme-groupedbackground-primary-normal: #f7f7f7;
|
|
|
295
332
|
$mds-color-theme-groupedbackground-secondary-normal: #ffffff;
|
|
296
333
|
$mds-color-theme-groupedbackground-tertiary-normal: #f7f7f7;
|
|
297
334
|
$mds-color-theme-groupedbackground-quaternary-normal: #ffffff;
|
|
298
|
-
$mds-color-theme-teaching-background-normal: #000000;
|
|
299
|
-
$mds-color-theme-teaching-button-primary-normal: #fffffff2;
|
|
300
|
-
$mds-color-theme-teaching-button-primary-hover: #ffffffcc;
|
|
301
|
-
$mds-color-theme-teaching-button-primary-pressed: #ffffffb3;
|
|
302
|
-
$mds-color-theme-teaching-button-primary-disabled: #ffffff33;
|
|
303
|
-
$mds-color-theme-teaching-button-secondary-normal: #ffffff00;
|
|
304
|
-
$mds-color-theme-teaching-button-secondary-hover: #ffffff12;
|
|
305
|
-
$mds-color-theme-teaching-button-secondary-pressed: #ffffff33;
|
|
306
|
-
$mds-color-theme-teaching-outline-button-normal: #ffffff4d;
|
|
307
|
-
$mds-color-theme-teaching-outline-normal: #ffffff33;
|
|
308
|
-
$mds-color-theme-teaching-outline-disabled-normal: #ffffff33;
|
|
309
|
-
$mds-color-theme-teaching-outline-theme: #64b4fa;
|
|
310
|
-
$mds-color-theme-teaching-text-accent-normal: #64b4fa;
|
|
311
|
-
$mds-color-theme-teaching-text-accent-hover: #bfe3ff;
|
|
312
|
-
$mds-color-theme-teaching-text-accent-disabled: #ffffff66;
|
|
313
|
-
$mds-color-theme-teaching-text-primary-disabled: #ffffff66;
|
|
314
335
|
$mds-color-theme-gradientdivider-normal-0: #00000000;
|
|
315
336
|
$mds-color-theme-gradientdivider-normal-1: #00000033;
|
|
316
337
|
$mds-color-theme-gradientdivider-hover-0: #00000000;
|
package/package.json
CHANGED