@momentum-design/tokens 0.0.57 → 0.0.59
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 +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-stable.css +52 -10
- package/dist/css/theme/webex/hc-dark-stable.css +27 -1
- package/dist/css/theme/webex/hc-light-stable.css +74 -48
- package/dist/css/theme/webex/light-stable.css +53 -11
- package/dist/ios/core/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-stable.swift +52 -10
- package/dist/ios/theme/webex/hc-dark-stable.swift +27 -1
- package/dist/ios/theme/webex/hc-light-stable.swift +74 -48
- package/dist/ios/theme/webex/light-stable.swift +53 -11
- package/dist/json/theme/webex/dark-stable.json +1375 -57
- package/dist/json/theme/webex/hc-dark-stable.json +784 -0
- package/dist/json/theme/webex/hc-light-stable.json +887 -187
- package/dist/json/theme/webex/light-stable.json +1371 -57
- package/dist/json-minimal/theme/webex/dark-stable.json +102 -2
- package/dist/json-minimal/theme/webex/hc-dark-stable.json +56 -0
- package/dist/json-minimal/theme/webex/hc-light-stable.json +103 -47
- package/dist/json-minimal/theme/webex/light-stable.json +103 -3
- package/dist/resources/core/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-stable.xml +52 -10
- package/dist/resources/theme/webex/hc-dark-stable.xml +27 -1
- package/dist/resources/theme/webex/hc-light-stable.xml +74 -48
- package/dist/resources/theme/webex/light-stable.xml +53 -11
- package/dist/scss/core/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-stable.scss +52 -10
- package/dist/scss/theme/webex/hc-dark-stable.scss +28 -2
- package/dist/scss/theme/webex/hc-light-stable.scss +74 -48
- package/dist/scss/theme/webex/light-stable.scss +53 -11
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Mon, 15 Jul 2024 08:58:09 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.mds-theme-stable-darkWebex {
|
|
@@ -149,6 +149,16 @@
|
|
|
149
149
|
--mds-color-theme-background-label-violet-active: #643abd;
|
|
150
150
|
--mds-color-theme-background-common-normal: #ffffff;
|
|
151
151
|
--mds-color-theme-background-namelabel-normal: #00000080;
|
|
152
|
+
--mds-color-theme-background-gradient-primary-normal-0: #1a1a1a;
|
|
153
|
+
--mds-color-theme-background-gradient-primary-normal-1: #0f0f0f;
|
|
154
|
+
--mds-color-theme-background-gradient-secondary-normal-0: #262626;
|
|
155
|
+
--mds-color-theme-background-gradient-secondary-normal-1: #0f0f0f;
|
|
156
|
+
--mds-color-theme-background-reaction-normal-0: #1a1a1a;
|
|
157
|
+
--mds-color-theme-background-reaction-normal-1: #8f8f8f;
|
|
158
|
+
--mds-color-theme-background-skeleton-normal-0: #00000033;
|
|
159
|
+
--mds-color-theme-background-skeleton-normal-1: #0000004d;
|
|
160
|
+
--mds-color-theme-background-skeleton-normal-2: #00000066;
|
|
161
|
+
--mds-color-theme-background-skeleton-normal-3: #00000080;
|
|
152
162
|
--mds-color-theme-button-primary-normal: #fffffff2;
|
|
153
163
|
--mds-color-theme-button-primary-hover: #ffffffcc;
|
|
154
164
|
--mds-color-theme-button-primary-pressed: #ffffffb3;
|
|
@@ -234,7 +244,12 @@
|
|
|
234
244
|
--mds-color-theme-common-text-error-hover: #ffd4da;
|
|
235
245
|
--mds-color-theme-common-text-warning-normal: #f2990a;
|
|
236
246
|
--mds-color-theme-common-text-warning-hover: #ffda94;
|
|
247
|
+
--mds-color-theme-common-inverted-text-secondary-normal: #00000099;
|
|
237
248
|
--mds-color-theme-common-inverted-text-primary-normal: #000000f2;
|
|
249
|
+
--mds-color-theme-common-inverted-button-secondary-normal: #00000000;
|
|
250
|
+
--mds-color-theme-common-inverted-button-secondary-hover: #00000012;
|
|
251
|
+
--mds-color-theme-common-inverted-button-secondary-pressed: #00000033;
|
|
252
|
+
--mds-color-theme-common-inverted-button-secondary-disabled: #00000000;
|
|
238
253
|
--mds-color-theme-common-overlays-primary-normal: #000000e6;
|
|
239
254
|
--mds-color-theme-common-overlays-secondary-normal: #00000066;
|
|
240
255
|
--mds-color-theme-common-overlays-meeting-normal-0: #00000000;
|
|
@@ -257,24 +272,51 @@
|
|
|
257
272
|
--mds-color-theme-common-button-promotion-hover-1: #66262d;
|
|
258
273
|
--mds-color-theme-common-button-promotion-active-0: #601e66;
|
|
259
274
|
--mds-color-theme-common-button-promotion-active-1: #3b1e21;
|
|
275
|
+
--mds-color-theme-common-button-join-animated-gradient-normal-0: #30c9b0;
|
|
276
|
+
--mds-color-theme-common-button-join-animated-gradient-normal-1: #64b4fa;
|
|
277
|
+
--mds-color-theme-common-button-join-animated-gradient-normal-2: #30c9b0;
|
|
260
278
|
--mds-color-theme-common-outline-button-normal: #ffffff4d;
|
|
261
279
|
--mds-color-theme-common-outline-primary-normal: #ffffff66;
|
|
262
280
|
--mds-color-theme-common-outline-primary-disabled: #ffffff33;
|
|
263
281
|
--mds-color-theme-common-outline-input-normal: #ffffff80;
|
|
282
|
+
--mds-color-theme-common-outline-secondary-normal: #00000033;
|
|
283
|
+
--mds-color-theme-common-outline-secondary-disabled: #00000033;
|
|
264
284
|
--mds-color-theme-common-control-share-content-selected: #3cc29a;
|
|
265
285
|
--mds-color-theme-common-control-share-content-active: #c94403;
|
|
266
286
|
--mds-color-theme-common-control-share-content-inactive: #707070;
|
|
267
287
|
--mds-color-theme-common-control-inactive-normal: #00000033;
|
|
268
288
|
--mds-color-theme-common-background-alert-share-normal: #c94403;
|
|
269
|
-
--mds-color-theme-common-
|
|
270
|
-
--mds-color-theme-common-
|
|
271
|
-
--mds-color-theme-common-
|
|
272
|
-
--mds-color-theme-common-
|
|
273
|
-
--mds-color-theme-common-
|
|
274
|
-
--mds-color-theme-common-
|
|
275
|
-
--mds-color-theme-common-
|
|
276
|
-
--mds-color-theme-common-
|
|
277
|
-
--mds-color-theme-common-
|
|
289
|
+
--mds-color-theme-common-background-solid-dark: #1a1a1a;
|
|
290
|
+
--mds-color-theme-common-background-solid-light: #ffffff;
|
|
291
|
+
--mds-color-theme-common-content-pdf: #ee0507;
|
|
292
|
+
--mds-color-theme-common-content-word: #0078d6;
|
|
293
|
+
--mds-color-theme-common-content-powerpoint: #d93e17;
|
|
294
|
+
--mds-color-theme-common-content-excel: #00893e;
|
|
295
|
+
--mds-color-theme-common-content-onenote: #b839db;
|
|
296
|
+
--mds-color-theme-common-content-sheets: #f4b400;
|
|
297
|
+
--mds-color-theme-common-content-slides: #0f9d58;
|
|
298
|
+
--mds-color-theme-common-content-keynote: #029cfb;
|
|
299
|
+
--mds-color-theme-common-content-doc: #4285f4;
|
|
300
|
+
--mds-color-theme-common-touchbar-background-blue-normal: #1170cf;
|
|
301
|
+
--mds-color-theme-common-touchbar-background-blue-pressed: #063a75;
|
|
302
|
+
--mds-color-theme-common-touchbar-background-pink-normal: #d43b52;
|
|
303
|
+
--mds-color-theme-common-touchbar-background-pink-pressed: #66262d;
|
|
304
|
+
--mds-color-theme-common-touchbar-background-mint-normal: #148579;
|
|
305
|
+
--mds-color-theme-common-touchbar-background-mint-pressed: #12423f;
|
|
306
|
+
--mds-color-theme-common-touchbar-background-purple-normal: #c233c4;
|
|
307
|
+
--mds-color-theme-common-touchbar-background-purple-pressed: #601e66;
|
|
308
|
+
--mds-color-theme-common-touchbar-background-violet-normal: #875ae0;
|
|
309
|
+
--mds-color-theme-common-touchbar-background-violet-pressed: #432c78;
|
|
310
|
+
--mds-color-theme-common-touchbar-background-orange-normal: #c94403;
|
|
311
|
+
--mds-color-theme-common-touchbar-background-orange-pressed: #682601;
|
|
312
|
+
--mds-color-theme-common-touchbar-background-green-normal: #1d805f;
|
|
313
|
+
--mds-color-theme-common-touchbar-background-green-pressed: #134231;
|
|
314
|
+
--mds-color-theme-common-touchbar-background-red-normal: #db1f2e;
|
|
315
|
+
--mds-color-theme-common-touchbar-background-red-pressed: #780d13;
|
|
316
|
+
--mds-color-theme-common-touchbar-background-transparent: #00000000;
|
|
317
|
+
--mds-color-theme-common-touchbar-icon-attention: #fc8b98;
|
|
318
|
+
--mds-color-theme-common-touchbar-icon-stable: #27a17a;
|
|
319
|
+
--mds-color-theme-common-touchbar-icon-secure: #64b4fa;
|
|
278
320
|
--mds-color-theme-scrollbar-button-normal: #ffffff66;
|
|
279
321
|
--mds-color-theme-scrollbar-button-hover: #ffffff80;
|
|
280
322
|
--mds-color-theme-scrollbar-button-pressed: #ffffff99;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Mon, 15 Jul 2024 08:58:10 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.mds-theme-stable-hcDarkWebex {
|
|
@@ -149,6 +149,8 @@
|
|
|
149
149
|
--mds-color-theme-background-label-violet-active: #1aebff;
|
|
150
150
|
--mds-color-theme-background-common-normal: #000000;
|
|
151
151
|
--mds-color-theme-background-namelabel-normal: #000000;
|
|
152
|
+
--mds-color-theme-background-reaction-normal-0: #000000;
|
|
153
|
+
--mds-color-theme-background-reaction-normal-1: #000000;
|
|
152
154
|
--mds-color-theme-button-primary-normal: #000000;
|
|
153
155
|
--mds-color-theme-button-primary-hover: #1aebff;
|
|
154
156
|
--mds-color-theme-button-primary-pressed: #1aebff;
|
|
@@ -315,11 +317,15 @@
|
|
|
315
317
|
--mds-color-theme-common-outline-primary-normal: #ffffff;
|
|
316
318
|
--mds-color-theme-common-outline-primary-disabled: #3ff23f;
|
|
317
319
|
--mds-color-theme-common-outline-input-normal: #ffffff;
|
|
320
|
+
--mds-color-theme-common-outline-secondary-primary: #00000033;
|
|
321
|
+
--mds-color-theme-common-outline-secondary-disabled: #00000033;
|
|
318
322
|
--mds-color-theme-common-control-share-content-selected: #ffffff;
|
|
319
323
|
--mds-color-theme-common-control-share-content-active: #ffffff;
|
|
320
324
|
--mds-color-theme-common-control-share-content-inactive: #3ff23f;
|
|
321
325
|
--mds-color-theme-common-control-inactive-normal: #3ff23f;
|
|
322
326
|
--mds-color-theme-common-background-alert-share-normal: #ffffff;
|
|
327
|
+
--mds-color-theme-common-background-solid-dark: #000000;
|
|
328
|
+
--mds-color-theme-common-background-solid-light: #000000;
|
|
323
329
|
--mds-color-theme-common-content-pdf: #ffffff;
|
|
324
330
|
--mds-color-theme-common-content-word: #ffffff;
|
|
325
331
|
--mds-color-theme-common-content-powerpoint: #ffffff;
|
|
@@ -329,4 +335,24 @@
|
|
|
329
335
|
--mds-color-theme-common-content-slides: #ffffff;
|
|
330
336
|
--mds-color-theme-common-content-keynote: #ffffff;
|
|
331
337
|
--mds-color-theme-common-content-doc: #ffffff;
|
|
338
|
+
--mds-color-theme-common-touchbar-background-blue-normal: #000000;
|
|
339
|
+
--mds-color-theme-common-touchbar-background-blue-pressed: #1aebff;
|
|
340
|
+
--mds-color-theme-common-touchbar-background-pink-normal: #000000;
|
|
341
|
+
--mds-color-theme-common-touchbar-background-pink-pressed: #1aebff;
|
|
342
|
+
--mds-color-theme-common-touchbar-background-mint-normal: #000000;
|
|
343
|
+
--mds-color-theme-common-touchbar-background-mint-pressed: #1aebff;
|
|
344
|
+
--mds-color-theme-common-touchbar-background-purple-normal: #000000;
|
|
345
|
+
--mds-color-theme-common-touchbar-background-purple-pressed: #1aebff;
|
|
346
|
+
--mds-color-theme-common-touchbar-background-violet-normal: #000000;
|
|
347
|
+
--mds-color-theme-common-touchbar-background-violet-pressed: #1aebff;
|
|
348
|
+
--mds-color-theme-common-touchbar-background-orange-normal: #000000;
|
|
349
|
+
--mds-color-theme-common-touchbar-background-orange-pressed: #1aebff;
|
|
350
|
+
--mds-color-theme-common-touchbar-background-green-normal: #000000;
|
|
351
|
+
--mds-color-theme-common-touchbar-background-green-pressed: #1aebff;
|
|
352
|
+
--mds-color-theme-common-touchbar-background-red-normal: #db1f2e;
|
|
353
|
+
--mds-color-theme-common-touchbar-background-red-pressed: #780d13;
|
|
354
|
+
--mds-color-theme-common-touchbar-background-transparent: #000000;
|
|
355
|
+
--mds-color-theme-common-touchbar-icon-attention: #000000;
|
|
356
|
+
--mds-color-theme-common-touchbar-icon-stable: #000000;
|
|
357
|
+
--mds-color-theme-common-touchbar-icon-secure: #000000;
|
|
332
358
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Mon, 15 Jul 2024 08:58:10 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.mds-theme-stable-hcLightWebex {
|
|
@@ -149,6 +149,8 @@
|
|
|
149
149
|
--mds-color-theme-background-label-violet-active: #37006e;
|
|
150
150
|
--mds-color-theme-background-common-normal: #ffffff;
|
|
151
151
|
--mds-color-theme-background-namelabel-normal: #ffffff;
|
|
152
|
+
--mds-color-theme-background-reaction-normal-0: #ffffff;
|
|
153
|
+
--mds-color-theme-background-reaction-normal-1: #ffffff;
|
|
152
154
|
--mds-color-theme-button-primary-normal: #ffffff;
|
|
153
155
|
--mds-color-theme-button-primary-hover: #37006e;
|
|
154
156
|
--mds-color-theme-button-primary-pressed: #37006e;
|
|
@@ -195,7 +197,7 @@
|
|
|
195
197
|
--mds-color-theme-control-active-normal: #37006e;
|
|
196
198
|
--mds-color-theme-control-active-hover: #ffffff;
|
|
197
199
|
--mds-color-theme-control-active-pressed: #ffffff;
|
|
198
|
-
--mds-color-theme-control-active-active: #
|
|
200
|
+
--mds-color-theme-control-active-active: #ffffff;
|
|
199
201
|
--mds-color-theme-control-active-disabled: #600000;
|
|
200
202
|
--mds-color-theme-control-indicator-inactive-normal: #ffffff;
|
|
201
203
|
--mds-color-theme-control-inactive-normal: #ffffff;
|
|
@@ -279,54 +281,78 @@
|
|
|
279
281
|
--mds-color-theme-avatar-slate: #000000;
|
|
280
282
|
--mds-color-theme-avatar-violet: #000000;
|
|
281
283
|
--mds-color-theme-avatar-yellow: #000000;
|
|
282
|
-
--mds-color-theme-common-text-primary-normal: #
|
|
283
|
-
--mds-color-theme-common-text-primary-disabled: #
|
|
284
|
-
--mds-color-theme-common-text-secondary-normal: #
|
|
285
|
-
--mds-color-theme-common-text-success-normal: #
|
|
286
|
-
--mds-color-theme-common-text-success-hover: #
|
|
287
|
-
--mds-color-theme-common-text-error-normal: #
|
|
288
|
-
--mds-color-theme-common-text-error-hover: #
|
|
289
|
-
--mds-color-theme-common-text-warning-normal: #
|
|
290
|
-
--mds-color-theme-common-text-warning-hover: #
|
|
291
|
-
--mds-color-theme-common-inverted-text-primary-normal: #
|
|
292
|
-
--mds-color-theme-common-overlays-primary-normal: #
|
|
293
|
-
--mds-color-theme-common-overlays-secondary-normal: #
|
|
294
|
-
--mds-color-theme-common-overlays-meeting-normal-0: #
|
|
295
|
-
--mds-color-theme-common-overlays-meeting-normal-1: #
|
|
296
|
-
--mds-color-theme-common-overlays-meeting-normal-2: #
|
|
297
|
-
--mds-color-theme-common-button-primary-normal: #
|
|
298
|
-
--mds-color-theme-common-button-primary-hover: #
|
|
299
|
-
--mds-color-theme-common-button-primary-pressed: #
|
|
300
|
-
--mds-color-theme-common-button-primary-disabled: #
|
|
301
|
-
--mds-color-theme-common-button-secondary-normal: #
|
|
302
|
-
--mds-color-theme-common-button-secondary-hover: #
|
|
303
|
-
--mds-color-theme-common-button-secondary-active-normal: #
|
|
304
|
-
--mds-color-theme-common-button-secondary-active-hover: #
|
|
305
|
-
--mds-color-theme-common-button-secondary-active-pressed: #
|
|
306
|
-
--mds-color-theme-common-button-secondary-active-disabled: #
|
|
307
|
-
--mds-color-theme-common-button-secondary-disabled: #
|
|
308
|
-
--mds-color-theme-common-button-promotion-normal-0: #
|
|
309
|
-
--mds-color-theme-common-button-promotion-normal-1: #
|
|
310
|
-
--mds-color-theme-common-button-promotion-hover-0: #
|
|
311
|
-
--mds-color-theme-common-button-promotion-hover-1: #
|
|
312
|
-
--mds-color-theme-common-button-promotion-active-0: #
|
|
313
|
-
--mds-color-theme-common-button-promotion-active-1: #
|
|
284
|
+
--mds-color-theme-common-text-primary-normal: #000000;
|
|
285
|
+
--mds-color-theme-common-text-primary-disabled: #600000;
|
|
286
|
+
--mds-color-theme-common-text-secondary-normal: #000000;
|
|
287
|
+
--mds-color-theme-common-text-success-normal: #000000;
|
|
288
|
+
--mds-color-theme-common-text-success-hover: #000000;
|
|
289
|
+
--mds-color-theme-common-text-error-normal: #000000;
|
|
290
|
+
--mds-color-theme-common-text-error-hover: #000000;
|
|
291
|
+
--mds-color-theme-common-text-warning-normal: #000000;
|
|
292
|
+
--mds-color-theme-common-text-warning-hover: #000000;
|
|
293
|
+
--mds-color-theme-common-inverted-text-primary-normal: #000000;
|
|
294
|
+
--mds-color-theme-common-overlays-primary-normal: #ffffff;
|
|
295
|
+
--mds-color-theme-common-overlays-secondary-normal: #ffffff;
|
|
296
|
+
--mds-color-theme-common-overlays-meeting-normal-0: #ffffff;
|
|
297
|
+
--mds-color-theme-common-overlays-meeting-normal-1: #ffffff;
|
|
298
|
+
--mds-color-theme-common-overlays-meeting-normal-2: #ffffff;
|
|
299
|
+
--mds-color-theme-common-button-primary-normal: #ffffff;
|
|
300
|
+
--mds-color-theme-common-button-primary-hover: #37006e;
|
|
301
|
+
--mds-color-theme-common-button-primary-pressed: #37006e;
|
|
302
|
+
--mds-color-theme-common-button-primary-disabled: #600000;
|
|
303
|
+
--mds-color-theme-common-button-secondary-normal: #ffffff;
|
|
304
|
+
--mds-color-theme-common-button-secondary-hover: #37006e;
|
|
305
|
+
--mds-color-theme-common-button-secondary-active-normal: #ffffff;
|
|
306
|
+
--mds-color-theme-common-button-secondary-active-hover: #37006e;
|
|
307
|
+
--mds-color-theme-common-button-secondary-active-pressed: #37006e;
|
|
308
|
+
--mds-color-theme-common-button-secondary-active-disabled: #600000;
|
|
309
|
+
--mds-color-theme-common-button-secondary-disabled: #600000;
|
|
310
|
+
--mds-color-theme-common-button-promotion-normal-0: #ffffff;
|
|
311
|
+
--mds-color-theme-common-button-promotion-normal-1: #ffffff;
|
|
312
|
+
--mds-color-theme-common-button-promotion-hover-0: #37006e;
|
|
313
|
+
--mds-color-theme-common-button-promotion-hover-1: #37006e;
|
|
314
|
+
--mds-color-theme-common-button-promotion-active-0: #37006e;
|
|
315
|
+
--mds-color-theme-common-button-promotion-active-1: #37006e;
|
|
314
316
|
--mds-color-theme-common-outline-button-normal: #ffffff;
|
|
315
|
-
--mds-color-theme-common-outline-primary-normal: #
|
|
316
|
-
--mds-color-theme-common-outline-primary-disabled: #
|
|
317
|
-
--mds-color-theme-common-outline-input-normal: #
|
|
317
|
+
--mds-color-theme-common-outline-primary-normal: #000000;
|
|
318
|
+
--mds-color-theme-common-outline-primary-disabled: #600000;
|
|
319
|
+
--mds-color-theme-common-outline-input-normal: #000000;
|
|
320
|
+
--mds-color-theme-common-outline-secondary-primary: #000000;
|
|
321
|
+
--mds-color-theme-common-outline-secondary-disabled: #000000;
|
|
318
322
|
--mds-color-theme-common-control-share-content-selected: #ffffff;
|
|
319
323
|
--mds-color-theme-common-control-share-content-active: #ffffff;
|
|
320
|
-
--mds-color-theme-common-control-share-content-inactive: #
|
|
321
|
-
--mds-color-theme-common-control-inactive-normal: #
|
|
324
|
+
--mds-color-theme-common-control-share-content-inactive: #600000;
|
|
325
|
+
--mds-color-theme-common-control-inactive-normal: #600000;
|
|
322
326
|
--mds-color-theme-common-background-alert-share-normal: #ffffff;
|
|
323
|
-
--mds-color-theme-common-
|
|
324
|
-
--mds-color-theme-common-
|
|
325
|
-
--mds-color-theme-common-content-
|
|
326
|
-
--mds-color-theme-common-content-
|
|
327
|
-
--mds-color-theme-common-content-
|
|
328
|
-
--mds-color-theme-common-content-
|
|
329
|
-
--mds-color-theme-common-content-
|
|
330
|
-
--mds-color-theme-common-content-
|
|
331
|
-
--mds-color-theme-common-content-
|
|
327
|
+
--mds-color-theme-common-background-solid-dark: #ffffff;
|
|
328
|
+
--mds-color-theme-common-background-solid-light: #ffffff;
|
|
329
|
+
--mds-color-theme-common-content-pdf: #000000;
|
|
330
|
+
--mds-color-theme-common-content-word: #000000;
|
|
331
|
+
--mds-color-theme-common-content-powerpoint: #000000;
|
|
332
|
+
--mds-color-theme-common-content-excel: #000000;
|
|
333
|
+
--mds-color-theme-common-content-onenote: #000000;
|
|
334
|
+
--mds-color-theme-common-content-sheets: #000000;
|
|
335
|
+
--mds-color-theme-common-content-slides: #000000;
|
|
336
|
+
--mds-color-theme-common-content-keynote: #000000;
|
|
337
|
+
--mds-color-theme-common-content-doc: #000000;
|
|
338
|
+
--mds-color-theme-common-touchbar-background-blue-normal: #ffffff;
|
|
339
|
+
--mds-color-theme-common-touchbar-background-blue-pressed: #37006e;
|
|
340
|
+
--mds-color-theme-common-touchbar-background-pink-normal: #ffffff;
|
|
341
|
+
--mds-color-theme-common-touchbar-background-pink-pressed: #37006e;
|
|
342
|
+
--mds-color-theme-common-touchbar-background-mint-normal: #ffffff;
|
|
343
|
+
--mds-color-theme-common-touchbar-background-mint-pressed: #37006e;
|
|
344
|
+
--mds-color-theme-common-touchbar-background-purple-normal: #ffffff;
|
|
345
|
+
--mds-color-theme-common-touchbar-background-purple-pressed: #37006e;
|
|
346
|
+
--mds-color-theme-common-touchbar-background-violet-normal: #ffffff;
|
|
347
|
+
--mds-color-theme-common-touchbar-background-violet-pressed: #37006e;
|
|
348
|
+
--mds-color-theme-common-touchbar-background-orange-normal: #ffffff;
|
|
349
|
+
--mds-color-theme-common-touchbar-background-orange-pressed: #37006e;
|
|
350
|
+
--mds-color-theme-common-touchbar-background-green-normal: #ffffff;
|
|
351
|
+
--mds-color-theme-common-touchbar-background-green-pressed: #ffffff;
|
|
352
|
+
--mds-color-theme-common-touchbar-background-red-normal: #ffffff;
|
|
353
|
+
--mds-color-theme-common-touchbar-background-red-pressed: #ffffff;
|
|
354
|
+
--mds-color-theme-common-touchbar-background-transparent: #ffffff;
|
|
355
|
+
--mds-color-theme-common-touchbar-icon-attention: #ffffff;
|
|
356
|
+
--mds-color-theme-common-touchbar-icon-stable: #ffffff;
|
|
357
|
+
--mds-color-theme-common-touchbar-icon-secure: #ffffff;
|
|
332
358
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Mon, 15 Jul 2024 08:58:09 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.mds-theme-stable-lightWebex {
|
|
@@ -149,10 +149,20 @@
|
|
|
149
149
|
--mds-color-theme-background-label-violet-active: #e2cafc;
|
|
150
150
|
--mds-color-theme-background-common-normal: #000000;
|
|
151
151
|
--mds-color-theme-background-namelabel-normal: #ffffff80;
|
|
152
|
+
--mds-color-theme-background-gradient-primary-normal-0: #f0f0f0;
|
|
153
|
+
--mds-color-theme-background-gradient-primary-normal-1: #ffffff;
|
|
154
|
+
--mds-color-theme-background-gradient-secondary-normal-0: #fafafa;
|
|
155
|
+
--mds-color-theme-background-gradient-secondary-normal-1: #ffffff;
|
|
156
|
+
--mds-color-theme-background-reaction-normal-0: #ffffff;
|
|
157
|
+
--mds-color-theme-background-reaction-normal-1: #ffffff;
|
|
158
|
+
--mds-color-theme-background-skeleton-normal-0: #ffffff33;
|
|
159
|
+
--mds-color-theme-background-skeleton-normal-1: #ffffff4d;
|
|
160
|
+
--mds-color-theme-background-skeleton-normal-2: #ffffff66;
|
|
161
|
+
--mds-color-theme-background-skeleton-normal-3: #ffffff80;
|
|
152
162
|
--mds-color-theme-button-primary-normal: #000000f2;
|
|
153
163
|
--mds-color-theme-button-primary-hover: #000000cc;
|
|
154
164
|
--mds-color-theme-button-primary-pressed: #000000b3;
|
|
155
|
-
--mds-color-theme-button-primary-disabled: #
|
|
165
|
+
--mds-color-theme-button-primary-disabled: #00000033;
|
|
156
166
|
--mds-color-theme-button-secondary-normal: #00000000;
|
|
157
167
|
--mds-color-theme-button-secondary-hover: #00000012;
|
|
158
168
|
--mds-color-theme-button-secondary-pressed: #00000033;
|
|
@@ -235,6 +245,11 @@
|
|
|
235
245
|
--mds-color-theme-common-text-warning-normal: #f2990a;
|
|
236
246
|
--mds-color-theme-common-text-warning-hover: #ffda94;
|
|
237
247
|
--mds-color-theme-common-inverted-text-primary-normal: #000000f2;
|
|
248
|
+
--mds-color-theme-common-inverted-text-secondary-normal: #00000099;
|
|
249
|
+
--mds-color-theme-common-inverted-button-secondary-normal: #00000000;
|
|
250
|
+
--mds-color-theme-common-inverted-button-secondary-hover: #00000012;
|
|
251
|
+
--mds-color-theme-common-inverted-button-secondary-pressed: #00000033;
|
|
252
|
+
--mds-color-theme-common-inverted-button-secondary-disabled: #00000000;
|
|
238
253
|
--mds-color-theme-common-overlays-primary-normal: #000000e6;
|
|
239
254
|
--mds-color-theme-common-overlays-secondary-normal: #00000066;
|
|
240
255
|
--mds-color-theme-common-overlays-meeting-normal-0: #00000000;
|
|
@@ -257,24 +272,51 @@
|
|
|
257
272
|
--mds-color-theme-common-button-promotion-hover-1: #66262d;
|
|
258
273
|
--mds-color-theme-common-button-promotion-active-0: #601e66;
|
|
259
274
|
--mds-color-theme-common-button-promotion-active-1: #3b1e21;
|
|
275
|
+
--mds-color-theme-common-button-join-animated-gradient-normal-0: #30c9b0;
|
|
276
|
+
--mds-color-theme-common-button-join-animated-gradient-normal-1: #64b4fa;
|
|
277
|
+
--mds-color-theme-common-button-join-animated-gradient-normal-2: #30c9b0;
|
|
260
278
|
--mds-color-theme-common-outline-button-normal: #ffffff4d;
|
|
261
279
|
--mds-color-theme-common-outline-primary-normal: #ffffff66;
|
|
262
280
|
--mds-color-theme-common-outline-primary-disabled: #ffffff33;
|
|
263
281
|
--mds-color-theme-common-outline-input-normal: #ffffff80;
|
|
282
|
+
--mds-color-theme-common-outline-secondary-normal: #00000033;
|
|
283
|
+
--mds-color-theme-common-outline-secondary-disabled: #00000033;
|
|
264
284
|
--mds-color-theme-common-control-share-content-selected: #3cc29a;
|
|
265
285
|
--mds-color-theme-common-control-share-content-active: #c94403;
|
|
266
286
|
--mds-color-theme-common-control-share-content-inactive: #707070;
|
|
267
287
|
--mds-color-theme-common-control-inactive-normal: #00000033;
|
|
268
288
|
--mds-color-theme-common-background-alert-share-normal: #c94403;
|
|
269
|
-
--mds-color-theme-common-
|
|
270
|
-
--mds-color-theme-common-
|
|
271
|
-
--mds-color-theme-common-
|
|
272
|
-
--mds-color-theme-common-
|
|
273
|
-
--mds-color-theme-common-
|
|
274
|
-
--mds-color-theme-common-
|
|
275
|
-
--mds-color-theme-common-
|
|
276
|
-
--mds-color-theme-common-
|
|
277
|
-
--mds-color-theme-common-
|
|
289
|
+
--mds-color-theme-common-background-solid-dark: #1a1a1a;
|
|
290
|
+
--mds-color-theme-common-background-solid-light: #ffffff;
|
|
291
|
+
--mds-color-theme-common-content-pdf: #ee0507;
|
|
292
|
+
--mds-color-theme-common-content-word: #0078d6;
|
|
293
|
+
--mds-color-theme-common-content-powerpoint: #d93e17;
|
|
294
|
+
--mds-color-theme-common-content-excel: #00893e;
|
|
295
|
+
--mds-color-theme-common-content-onenote: #b839db;
|
|
296
|
+
--mds-color-theme-common-content-sheets: #f4b400;
|
|
297
|
+
--mds-color-theme-common-content-slides: #0f9d58;
|
|
298
|
+
--mds-color-theme-common-content-keynote: #029cfb;
|
|
299
|
+
--mds-color-theme-common-content-doc: #4285f4;
|
|
300
|
+
--mds-color-theme-common-touchbar-background-blue-normal: #1170cf;
|
|
301
|
+
--mds-color-theme-common-touchbar-background-blue-pressed: #063a75;
|
|
302
|
+
--mds-color-theme-common-touchbar-background-pink-normal: #d43b52;
|
|
303
|
+
--mds-color-theme-common-touchbar-background-pink-pressed: #66262d;
|
|
304
|
+
--mds-color-theme-common-touchbar-background-mint-normal: #148579;
|
|
305
|
+
--mds-color-theme-common-touchbar-background-mint-pressed: #12423f;
|
|
306
|
+
--mds-color-theme-common-touchbar-background-purple-normal: #c233c4;
|
|
307
|
+
--mds-color-theme-common-touchbar-background-purple-pressed: #601e66;
|
|
308
|
+
--mds-color-theme-common-touchbar-background-violet-normal: #875ae0;
|
|
309
|
+
--mds-color-theme-common-touchbar-background-violet-pressed: #432c78;
|
|
310
|
+
--mds-color-theme-common-touchbar-background-orange-normal: #c94403;
|
|
311
|
+
--mds-color-theme-common-touchbar-background-orange-pressed: #682601;
|
|
312
|
+
--mds-color-theme-common-touchbar-background-green-normal: #1d805f;
|
|
313
|
+
--mds-color-theme-common-touchbar-background-green-pressed: #134231;
|
|
314
|
+
--mds-color-theme-common-touchbar-background-red-normal: #db1f2e;
|
|
315
|
+
--mds-color-theme-common-touchbar-background-red-pressed: #780d13;
|
|
316
|
+
--mds-color-theme-common-touchbar-background-transparent: #00000000;
|
|
317
|
+
--mds-color-theme-common-touchbar-icon-attention: #fc8b98;
|
|
318
|
+
--mds-color-theme-common-touchbar-icon-stable: #27a17a;
|
|
319
|
+
--mds-color-theme-common-touchbar-icon-secure: #64b4fa;
|
|
278
320
|
--mds-color-theme-scrollbar-button-normal: #00000075;
|
|
279
321
|
--mds-color-theme-scrollbar-button-hover: #00000080;
|
|
280
322
|
--mds-color-theme-scrollbar-button-pressed: #00000099;
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Mon, 15 Jul 2024 08:58:09 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -45,6 +45,10 @@ public class {
|
|
|
45
45
|
public static let mdsColorThemeBackgroundAlertWarningHover = #36220c
|
|
46
46
|
public static let mdsColorThemeBackgroundAlertWarningNormal = #36220c
|
|
47
47
|
public static let mdsColorThemeBackgroundCommonNormal = #ffffff
|
|
48
|
+
public static let mdsColorThemeBackgroundGradientPrimaryNormal0 = #1a1a1a
|
|
49
|
+
public static let mdsColorThemeBackgroundGradientPrimaryNormal1 = #0f0f0f
|
|
50
|
+
public static let mdsColorThemeBackgroundGradientSecondaryNormal0 = #262626
|
|
51
|
+
public static let mdsColorThemeBackgroundGradientSecondaryNormal1 = #0f0f0f
|
|
48
52
|
public static let mdsColorThemeBackgroundLabelCobaltActive = #08599c
|
|
49
53
|
public static let mdsColorThemeBackgroundLabelCobaltHover = #103c63
|
|
50
54
|
public static let mdsColorThemeBackgroundLabelCobaltNormal = #12283d
|
|
@@ -77,10 +81,16 @@ public class {
|
|
|
77
81
|
public static let mdsColorThemeBackgroundPrimaryDisabled = #ffffff1c
|
|
78
82
|
public static let mdsColorThemeBackgroundPrimaryGhost = #ffffff00
|
|
79
83
|
public static let mdsColorThemeBackgroundPrimaryHover = #ffffff12
|
|
84
|
+
public static let mdsColorThemeBackgroundReactionNormal0 = #1a1a1a
|
|
85
|
+
public static let mdsColorThemeBackgroundReactionNormal1 = #8f8f8f
|
|
80
86
|
public static let mdsColorThemeBackgroundSecondaryActive = #ffffff4d
|
|
81
87
|
public static let mdsColorThemeBackgroundSecondaryDisabled = #ffffff00
|
|
82
88
|
public static let mdsColorThemeBackgroundSecondaryHover = #ffffff33
|
|
83
89
|
public static let mdsColorThemeBackgroundSecondaryNormal = #ffffff1c
|
|
90
|
+
public static let mdsColorThemeBackgroundSkeletonNormal0 = #00000033
|
|
91
|
+
public static let mdsColorThemeBackgroundSkeletonNormal1 = #0000004d
|
|
92
|
+
public static let mdsColorThemeBackgroundSkeletonNormal2 = #00000066
|
|
93
|
+
public static let mdsColorThemeBackgroundSkeletonNormal3 = #00000080
|
|
84
94
|
public static let mdsColorThemeBackgroundSolidPrimaryNormal = #000000
|
|
85
95
|
public static let mdsColorThemeBackgroundSolidQuaternaryNormal = #3b3b3b
|
|
86
96
|
public static let mdsColorThemeBackgroundSolidSecondaryNormal = #1a1a1a
|
|
@@ -107,6 +117,11 @@ public class {
|
|
|
107
117
|
public static let mdsColorThemeButtonSecondaryNormal = #ffffff00
|
|
108
118
|
public static let mdsColorThemeButtonSecondaryPressed = #ffffff33
|
|
109
119
|
public static let mdsColorThemeCommonBackgroundAlertShareNormal = #c94403
|
|
120
|
+
public static let mdsColorThemeCommonBackgroundSolidDark = #1a1a1a
|
|
121
|
+
public static let mdsColorThemeCommonBackgroundSolidLight = #ffffff
|
|
122
|
+
public static let mdsColorThemeCommonButtonJoinAnimatedGradientNormal0 = #30c9b0
|
|
123
|
+
public static let mdsColorThemeCommonButtonJoinAnimatedGradientNormal1 = #64b4fa
|
|
124
|
+
public static let mdsColorThemeCommonButtonJoinAnimatedGradientNormal2 = #30c9b0
|
|
110
125
|
public static let mdsColorThemeCommonButtonPrimaryDisabled = #ffffff33
|
|
111
126
|
public static let mdsColorThemeCommonButtonPrimaryHover = #ffffffcc
|
|
112
127
|
public static let mdsColorThemeCommonButtonPrimaryNormal = #fffffff2
|
|
@@ -124,29 +139,36 @@ public class {
|
|
|
124
139
|
public static let mdsColorThemeCommonButtonSecondaryDisabled = #ffffff00
|
|
125
140
|
public static let mdsColorThemeCommonButtonSecondaryHover = #ffffff12
|
|
126
141
|
public static let mdsColorThemeCommonButtonSecondaryNormal = #ffffff12
|
|
142
|
+
public static let mdsColorThemeCommonContentDoc = #4285f4
|
|
143
|
+
public static let mdsColorThemeCommonContentExcel = #00893e
|
|
144
|
+
public static let mdsColorThemeCommonContentKeynote = #029cfb
|
|
145
|
+
public static let mdsColorThemeCommonContentOnenote = #b839db
|
|
146
|
+
public static let mdsColorThemeCommonContentPdf = #ee0507
|
|
147
|
+
public static let mdsColorThemeCommonContentPowerpoint = #d93e17
|
|
148
|
+
public static let mdsColorThemeCommonContentSheets = #f4b400
|
|
149
|
+
public static let mdsColorThemeCommonContentSlides = #0f9d58
|
|
150
|
+
public static let mdsColorThemeCommonContentWord = #0078d6
|
|
127
151
|
public static let mdsColorThemeCommonControlInactiveNormal = #00000033
|
|
128
152
|
public static let mdsColorThemeCommonControlShareContentActive = #c94403
|
|
129
153
|
public static let mdsColorThemeCommonControlShareContentInactive = #707070
|
|
130
154
|
public static let mdsColorThemeCommonControlShareContentSelected = #3cc29a
|
|
155
|
+
public static let mdsColorThemeCommonInvertedButtonSecondaryDisabled = #00000000
|
|
156
|
+
public static let mdsColorThemeCommonInvertedButtonSecondaryHover = #00000012
|
|
157
|
+
public static let mdsColorThemeCommonInvertedButtonSecondaryNormal = #00000000
|
|
158
|
+
public static let mdsColorThemeCommonInvertedButtonSecondaryPressed = #00000033
|
|
131
159
|
public static let mdsColorThemeCommonInvertedTextPrimaryNormal = #000000f2
|
|
160
|
+
public static let mdsColorThemeCommonInvertedTextSecondaryNormal = #00000099
|
|
132
161
|
public static let mdsColorThemeCommonOutlineButtonNormal = #ffffff4d
|
|
133
162
|
public static let mdsColorThemeCommonOutlineInputNormal = #ffffff80
|
|
134
163
|
public static let mdsColorThemeCommonOutlinePrimaryDisabled = #ffffff33
|
|
135
164
|
public static let mdsColorThemeCommonOutlinePrimaryNormal = #ffffff66
|
|
165
|
+
public static let mdsColorThemeCommonOutlineSecondaryDisabled = #00000033
|
|
166
|
+
public static let mdsColorThemeCommonOutlineSecondaryNormal = #00000033
|
|
136
167
|
public static let mdsColorThemeCommonOverlaysMeetingNormal0 = #00000000
|
|
137
168
|
public static let mdsColorThemeCommonOverlaysMeetingNormal1 = #0000004d
|
|
138
169
|
public static let mdsColorThemeCommonOverlaysMeetingNormal2 = #000000cc
|
|
139
170
|
public static let mdsColorThemeCommonOverlaysPrimaryNormal = #000000e6
|
|
140
171
|
public static let mdsColorThemeCommonOverlaysSecondaryNormal = #00000066
|
|
141
|
-
public static let mdsColorThemeCommonPartnerDoc = #4285f4
|
|
142
|
-
public static let mdsColorThemeCommonPartnerExcel = #00893e
|
|
143
|
-
public static let mdsColorThemeCommonPartnerKeynote = #029cfb
|
|
144
|
-
public static let mdsColorThemeCommonPartnerOnenote = #b839db
|
|
145
|
-
public static let mdsColorThemeCommonPartnerPdf = #ee0507
|
|
146
|
-
public static let mdsColorThemeCommonPartnerPowerpoint = #d93e17
|
|
147
|
-
public static let mdsColorThemeCommonPartnerSheets = #f4b400
|
|
148
|
-
public static let mdsColorThemeCommonPartnerSlides = #0f9d58
|
|
149
|
-
public static let mdsColorThemeCommonPartnerWord = #0078d6
|
|
150
172
|
public static let mdsColorThemeCommonTextErrorHover = #ffd4da
|
|
151
173
|
public static let mdsColorThemeCommonTextErrorNormal = #fc8b98
|
|
152
174
|
public static let mdsColorThemeCommonTextPrimaryDisabled = #ffffff66
|
|
@@ -156,6 +178,26 @@ public class {
|
|
|
156
178
|
public static let mdsColorThemeCommonTextSuccessNormal = #3cc29a
|
|
157
179
|
public static let mdsColorThemeCommonTextWarningHover = #ffda94
|
|
158
180
|
public static let mdsColorThemeCommonTextWarningNormal = #f2990a
|
|
181
|
+
public static let mdsColorThemeCommonTouchbarBackgroundBlueNormal = #1170cf
|
|
182
|
+
public static let mdsColorThemeCommonTouchbarBackgroundBluePressed = #063a75
|
|
183
|
+
public static let mdsColorThemeCommonTouchbarBackgroundGreenNormal = #1d805f
|
|
184
|
+
public static let mdsColorThemeCommonTouchbarBackgroundGreenPressed = #134231
|
|
185
|
+
public static let mdsColorThemeCommonTouchbarBackgroundMintNormal = #148579
|
|
186
|
+
public static let mdsColorThemeCommonTouchbarBackgroundMintPressed = #12423f
|
|
187
|
+
public static let mdsColorThemeCommonTouchbarBackgroundOrangeNormal = #c94403
|
|
188
|
+
public static let mdsColorThemeCommonTouchbarBackgroundOrangePressed = #682601
|
|
189
|
+
public static let mdsColorThemeCommonTouchbarBackgroundPinkNormal = #d43b52
|
|
190
|
+
public static let mdsColorThemeCommonTouchbarBackgroundPinkPressed = #66262d
|
|
191
|
+
public static let mdsColorThemeCommonTouchbarBackgroundPurpleNormal = #c233c4
|
|
192
|
+
public static let mdsColorThemeCommonTouchbarBackgroundPurplePressed = #601e66
|
|
193
|
+
public static let mdsColorThemeCommonTouchbarBackgroundRedNormal = #db1f2e
|
|
194
|
+
public static let mdsColorThemeCommonTouchbarBackgroundRedPressed = #780d13
|
|
195
|
+
public static let mdsColorThemeCommonTouchbarBackgroundTransparent = #00000000
|
|
196
|
+
public static let mdsColorThemeCommonTouchbarBackgroundVioletNormal = #875ae0
|
|
197
|
+
public static let mdsColorThemeCommonTouchbarBackgroundVioletPressed = #432c78
|
|
198
|
+
public static let mdsColorThemeCommonTouchbarIconAttention = #fc8b98
|
|
199
|
+
public static let mdsColorThemeCommonTouchbarIconSecure = #64b4fa
|
|
200
|
+
public static let mdsColorThemeCommonTouchbarIconStable = #27a17a
|
|
159
201
|
public static let mdsColorThemeCommonWhiteboardPenBlack = #0f0f0f
|
|
160
202
|
public static let mdsColorThemeCommonWhiteboardPenBlue = #64b4fa
|
|
161
203
|
public static let mdsColorThemeCommonWhiteboardPenGreen = #3cc29a
|