@momentum-design/tokens 0.0.58 → 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.
Files changed (37) hide show
  1. package/dist/css/core/complete.css +1 -1
  2. package/dist/css/theme/aaos/day-complete.css +1 -1
  3. package/dist/css/theme/aaos/night-complete.css +1 -1
  4. package/dist/css/theme/webex/dark-stable.css +26 -10
  5. package/dist/css/theme/webex/hc-dark-stable.css +27 -1
  6. package/dist/css/theme/webex/hc-light-stable.css +74 -48
  7. package/dist/css/theme/webex/light-stable.css +27 -11
  8. package/dist/ios/core/complete.swift +1 -1
  9. package/dist/ios/theme/aaos/day-complete.swift +1 -1
  10. package/dist/ios/theme/aaos/night-complete.swift +1 -1
  11. package/dist/ios/theme/webex/dark-stable.swift +26 -10
  12. package/dist/ios/theme/webex/hc-dark-stable.swift +27 -1
  13. package/dist/ios/theme/webex/hc-light-stable.swift +74 -48
  14. package/dist/ios/theme/webex/light-stable.swift +27 -11
  15. package/dist/json/theme/webex/dark-stable.json +512 -43
  16. package/dist/json/theme/webex/hc-dark-stable.json +784 -0
  17. package/dist/json/theme/webex/hc-light-stable.json +887 -187
  18. package/dist/json/theme/webex/light-stable.json +514 -47
  19. package/dist/json-minimal/theme/webex/dark-stable.json +37 -3
  20. package/dist/json-minimal/theme/webex/hc-dark-stable.json +56 -0
  21. package/dist/json-minimal/theme/webex/hc-light-stable.json +103 -47
  22. package/dist/json-minimal/theme/webex/light-stable.json +38 -4
  23. package/dist/resources/core/complete.xml +1 -1
  24. package/dist/resources/theme/aaos/day-complete.xml +1 -1
  25. package/dist/resources/theme/aaos/night-complete.xml +1 -1
  26. package/dist/resources/theme/webex/dark-stable.xml +26 -10
  27. package/dist/resources/theme/webex/hc-dark-stable.xml +27 -1
  28. package/dist/resources/theme/webex/hc-light-stable.xml +74 -48
  29. package/dist/resources/theme/webex/light-stable.xml +27 -11
  30. package/dist/scss/core/complete.scss +1 -1
  31. package/dist/scss/theme/aaos/day-complete.scss +1 -1
  32. package/dist/scss/theme/aaos/night-complete.scss +1 -1
  33. package/dist/scss/theme/webex/dark-stable.scss +26 -10
  34. package/dist/scss/theme/webex/hc-dark-stable.scss +28 -2
  35. package/dist/scss/theme/webex/hc-light-stable.scss +74 -48
  36. package/dist/scss/theme/webex/light-stable.scss +27 -11
  37. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 28 Jun 2024 09:31:32 GMT
3
+ * Generated on Mon, 15 Jul 2024 08:58:09 GMT
4
4
  */
5
5
 
6
6
  .mds-core {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 28 Jun 2024 09:31:32 GMT
3
+ * Generated on Mon, 15 Jul 2024 08:58:10 GMT
4
4
  */
5
5
 
6
6
  .mds-theme-aaos-day {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 28 Jun 2024 09:31:32 GMT
3
+ * Generated on Mon, 15 Jul 2024 08:58:10 GMT
4
4
  */
5
5
 
6
6
  .mds-theme-aaos-night {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 28 Jun 2024 09:31:32 GMT
3
+ * Generated on Mon, 15 Jul 2024 08:58:09 GMT
4
4
  */
5
5
 
6
6
  .mds-theme-stable-darkWebex {
@@ -153,6 +153,12 @@
153
153
  --mds-color-theme-background-gradient-primary-normal-1: #0f0f0f;
154
154
  --mds-color-theme-background-gradient-secondary-normal-0: #262626;
155
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;
156
162
  --mds-color-theme-button-primary-normal: #fffffff2;
157
163
  --mds-color-theme-button-primary-hover: #ffffffcc;
158
164
  --mds-color-theme-button-primary-pressed: #ffffffb3;
@@ -238,7 +244,12 @@
238
244
  --mds-color-theme-common-text-error-hover: #ffd4da;
239
245
  --mds-color-theme-common-text-warning-normal: #f2990a;
240
246
  --mds-color-theme-common-text-warning-hover: #ffda94;
247
+ --mds-color-theme-common-inverted-text-secondary-normal: #00000099;
241
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;
242
253
  --mds-color-theme-common-overlays-primary-normal: #000000e6;
243
254
  --mds-color-theme-common-overlays-secondary-normal: #00000066;
244
255
  --mds-color-theme-common-overlays-meeting-normal-0: #00000000;
@@ -268,20 +279,24 @@
268
279
  --mds-color-theme-common-outline-primary-normal: #ffffff66;
269
280
  --mds-color-theme-common-outline-primary-disabled: #ffffff33;
270
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;
271
284
  --mds-color-theme-common-control-share-content-selected: #3cc29a;
272
285
  --mds-color-theme-common-control-share-content-active: #c94403;
273
286
  --mds-color-theme-common-control-share-content-inactive: #707070;
274
287
  --mds-color-theme-common-control-inactive-normal: #00000033;
275
288
  --mds-color-theme-common-background-alert-share-normal: #c94403;
276
- --mds-color-theme-common-partner-pdf: #ee0507;
277
- --mds-color-theme-common-partner-word: #0078d6;
278
- --mds-color-theme-common-partner-powerpoint: #d93e17;
279
- --mds-color-theme-common-partner-excel: #00893e;
280
- --mds-color-theme-common-partner-onenote: #b839db;
281
- --mds-color-theme-common-partner-sheets: #f4b400;
282
- --mds-color-theme-common-partner-slides: #0f9d58;
283
- --mds-color-theme-common-partner-keynote: #029cfb;
284
- --mds-color-theme-common-partner-doc: #4285f4;
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;
285
300
  --mds-color-theme-common-touchbar-background-blue-normal: #1170cf;
286
301
  --mds-color-theme-common-touchbar-background-blue-pressed: #063a75;
287
302
  --mds-color-theme-common-touchbar-background-pink-normal: #d43b52;
@@ -298,6 +313,7 @@
298
313
  --mds-color-theme-common-touchbar-background-green-pressed: #134231;
299
314
  --mds-color-theme-common-touchbar-background-red-normal: #db1f2e;
300
315
  --mds-color-theme-common-touchbar-background-red-pressed: #780d13;
316
+ --mds-color-theme-common-touchbar-background-transparent: #00000000;
301
317
  --mds-color-theme-common-touchbar-icon-attention: #fc8b98;
302
318
  --mds-color-theme-common-touchbar-icon-stable: #27a17a;
303
319
  --mds-color-theme-common-touchbar-icon-secure: #64b4fa;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 28 Jun 2024 09:31:32 GMT
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 Fri, 28 Jun 2024 09:31:32 GMT
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: #1170cf;
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: #ffffff;
283
- --mds-color-theme-common-text-primary-disabled: #3ff23f;
284
- --mds-color-theme-common-text-secondary-normal: #ffffff;
285
- --mds-color-theme-common-text-success-normal: #ffffff;
286
- --mds-color-theme-common-text-success-hover: #ffffff;
287
- --mds-color-theme-common-text-error-normal: #ffffff;
288
- --mds-color-theme-common-text-error-hover: #ffffff;
289
- --mds-color-theme-common-text-warning-normal: #ffffff;
290
- --mds-color-theme-common-text-warning-hover: #ffffff;
291
- --mds-color-theme-common-inverted-text-primary-normal: #ffffff;
292
- --mds-color-theme-common-overlays-primary-normal: #000000;
293
- --mds-color-theme-common-overlays-secondary-normal: #000000;
294
- --mds-color-theme-common-overlays-meeting-normal-0: #000000;
295
- --mds-color-theme-common-overlays-meeting-normal-1: #000000;
296
- --mds-color-theme-common-overlays-meeting-normal-2: #000000;
297
- --mds-color-theme-common-button-primary-normal: #000000;
298
- --mds-color-theme-common-button-primary-hover: #1aebff;
299
- --mds-color-theme-common-button-primary-pressed: #1aebff;
300
- --mds-color-theme-common-button-primary-disabled: #3ff23f;
301
- --mds-color-theme-common-button-secondary-normal: #000000;
302
- --mds-color-theme-common-button-secondary-hover: #1aebff;
303
- --mds-color-theme-common-button-secondary-active-normal: #000000;
304
- --mds-color-theme-common-button-secondary-active-hover: #1aebff;
305
- --mds-color-theme-common-button-secondary-active-pressed: #1aebff;
306
- --mds-color-theme-common-button-secondary-active-disabled: #3ff23f;
307
- --mds-color-theme-common-button-secondary-disabled: #3ff23f;
308
- --mds-color-theme-common-button-promotion-normal-0: #000000;
309
- --mds-color-theme-common-button-promotion-normal-1: #000000;
310
- --mds-color-theme-common-button-promotion-hover-0: #1aebff;
311
- --mds-color-theme-common-button-promotion-hover-1: #1aebff;
312
- --mds-color-theme-common-button-promotion-active-0: #1aebff;
313
- --mds-color-theme-common-button-promotion-active-1: #1aebff;
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: #ffffff;
316
- --mds-color-theme-common-outline-primary-disabled: #3ff23f;
317
- --mds-color-theme-common-outline-input-normal: #ffffff;
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: #3ff23f;
321
- --mds-color-theme-common-control-inactive-normal: #3ff23f;
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-content-pdf: #ffffff;
324
- --mds-color-theme-common-content-word: #ffffff;
325
- --mds-color-theme-common-content-powerpoint: #ffffff;
326
- --mds-color-theme-common-content-excel: #ffffff;
327
- --mds-color-theme-common-content-onenote: #ffffff;
328
- --mds-color-theme-common-content-sheets: #ffffff;
329
- --mds-color-theme-common-content-slides: #ffffff;
330
- --mds-color-theme-common-content-keynote: #ffffff;
331
- --mds-color-theme-common-content-doc: #ffffff;
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 Fri, 28 Jun 2024 09:31:32 GMT
3
+ * Generated on Mon, 15 Jul 2024 08:58:09 GMT
4
4
  */
5
5
 
6
6
  .mds-theme-stable-lightWebex {
@@ -153,10 +153,16 @@
153
153
  --mds-color-theme-background-gradient-primary-normal-1: #ffffff;
154
154
  --mds-color-theme-background-gradient-secondary-normal-0: #fafafa;
155
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;
156
162
  --mds-color-theme-button-primary-normal: #000000f2;
157
163
  --mds-color-theme-button-primary-hover: #000000cc;
158
164
  --mds-color-theme-button-primary-pressed: #000000b3;
159
- --mds-color-theme-button-primary-disabled: #00000000;
165
+ --mds-color-theme-button-primary-disabled: #00000033;
160
166
  --mds-color-theme-button-secondary-normal: #00000000;
161
167
  --mds-color-theme-button-secondary-hover: #00000012;
162
168
  --mds-color-theme-button-secondary-pressed: #00000033;
@@ -239,6 +245,11 @@
239
245
  --mds-color-theme-common-text-warning-normal: #f2990a;
240
246
  --mds-color-theme-common-text-warning-hover: #ffda94;
241
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;
242
253
  --mds-color-theme-common-overlays-primary-normal: #000000e6;
243
254
  --mds-color-theme-common-overlays-secondary-normal: #00000066;
244
255
  --mds-color-theme-common-overlays-meeting-normal-0: #00000000;
@@ -268,20 +279,24 @@
268
279
  --mds-color-theme-common-outline-primary-normal: #ffffff66;
269
280
  --mds-color-theme-common-outline-primary-disabled: #ffffff33;
270
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;
271
284
  --mds-color-theme-common-control-share-content-selected: #3cc29a;
272
285
  --mds-color-theme-common-control-share-content-active: #c94403;
273
286
  --mds-color-theme-common-control-share-content-inactive: #707070;
274
287
  --mds-color-theme-common-control-inactive-normal: #00000033;
275
288
  --mds-color-theme-common-background-alert-share-normal: #c94403;
276
- --mds-color-theme-common-partner-pdf: #ee0507;
277
- --mds-color-theme-common-partner-word: #0078d6;
278
- --mds-color-theme-common-partner-powerpoint: #d93e17;
279
- --mds-color-theme-common-partner-excel: #00893e;
280
- --mds-color-theme-common-partner-onenote: #b839db;
281
- --mds-color-theme-common-partner-sheets: #f4b400;
282
- --mds-color-theme-common-partner-slides: #0f9d58;
283
- --mds-color-theme-common-partner-keynote: #029cfb;
284
- --mds-color-theme-common-partner-doc: #4285f4;
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;
285
300
  --mds-color-theme-common-touchbar-background-blue-normal: #1170cf;
286
301
  --mds-color-theme-common-touchbar-background-blue-pressed: #063a75;
287
302
  --mds-color-theme-common-touchbar-background-pink-normal: #d43b52;
@@ -298,6 +313,7 @@
298
313
  --mds-color-theme-common-touchbar-background-green-pressed: #134231;
299
314
  --mds-color-theme-common-touchbar-background-red-normal: #db1f2e;
300
315
  --mds-color-theme-common-touchbar-background-red-pressed: #780d13;
316
+ --mds-color-theme-common-touchbar-background-transparent: #00000000;
301
317
  --mds-color-theme-common-touchbar-icon-attention: #fc8b98;
302
318
  --mds-color-theme-common-touchbar-icon-stable: #27a17a;
303
319
  --mds-color-theme-common-touchbar-icon-secure: #64b4fa;
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Fri, 28 Jun 2024 09:31:32 GMT
7
+ // Generated on Mon, 15 Jul 2024 08:58:09 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Fri, 28 Jun 2024 09:31:32 GMT
7
+ // Generated on Mon, 15 Jul 2024 08:58:10 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Fri, 28 Jun 2024 09:31:32 GMT
7
+ // Generated on Mon, 15 Jul 2024 08:58:10 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Fri, 28 Jun 2024 09:31:32 GMT
7
+ // Generated on Mon, 15 Jul 2024 08:58:09 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -81,10 +81,16 @@ public class {
81
81
  public static let mdsColorThemeBackgroundPrimaryDisabled = #ffffff1c
82
82
  public static let mdsColorThemeBackgroundPrimaryGhost = #ffffff00
83
83
  public static let mdsColorThemeBackgroundPrimaryHover = #ffffff12
84
+ public static let mdsColorThemeBackgroundReactionNormal0 = #1a1a1a
85
+ public static let mdsColorThemeBackgroundReactionNormal1 = #8f8f8f
84
86
  public static let mdsColorThemeBackgroundSecondaryActive = #ffffff4d
85
87
  public static let mdsColorThemeBackgroundSecondaryDisabled = #ffffff00
86
88
  public static let mdsColorThemeBackgroundSecondaryHover = #ffffff33
87
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
88
94
  public static let mdsColorThemeBackgroundSolidPrimaryNormal = #000000
89
95
  public static let mdsColorThemeBackgroundSolidQuaternaryNormal = #3b3b3b
90
96
  public static let mdsColorThemeBackgroundSolidSecondaryNormal = #1a1a1a
@@ -111,6 +117,8 @@ public class {
111
117
  public static let mdsColorThemeButtonSecondaryNormal = #ffffff00
112
118
  public static let mdsColorThemeButtonSecondaryPressed = #ffffff33
113
119
  public static let mdsColorThemeCommonBackgroundAlertShareNormal = #c94403
120
+ public static let mdsColorThemeCommonBackgroundSolidDark = #1a1a1a
121
+ public static let mdsColorThemeCommonBackgroundSolidLight = #ffffff
114
122
  public static let mdsColorThemeCommonButtonJoinAnimatedGradientNormal0 = #30c9b0
115
123
  public static let mdsColorThemeCommonButtonJoinAnimatedGradientNormal1 = #64b4fa
116
124
  public static let mdsColorThemeCommonButtonJoinAnimatedGradientNormal2 = #30c9b0
@@ -131,29 +139,36 @@ public class {
131
139
  public static let mdsColorThemeCommonButtonSecondaryDisabled = #ffffff00
132
140
  public static let mdsColorThemeCommonButtonSecondaryHover = #ffffff12
133
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
134
151
  public static let mdsColorThemeCommonControlInactiveNormal = #00000033
135
152
  public static let mdsColorThemeCommonControlShareContentActive = #c94403
136
153
  public static let mdsColorThemeCommonControlShareContentInactive = #707070
137
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
138
159
  public static let mdsColorThemeCommonInvertedTextPrimaryNormal = #000000f2
160
+ public static let mdsColorThemeCommonInvertedTextSecondaryNormal = #00000099
139
161
  public static let mdsColorThemeCommonOutlineButtonNormal = #ffffff4d
140
162
  public static let mdsColorThemeCommonOutlineInputNormal = #ffffff80
141
163
  public static let mdsColorThemeCommonOutlinePrimaryDisabled = #ffffff33
142
164
  public static let mdsColorThemeCommonOutlinePrimaryNormal = #ffffff66
165
+ public static let mdsColorThemeCommonOutlineSecondaryDisabled = #00000033
166
+ public static let mdsColorThemeCommonOutlineSecondaryNormal = #00000033
143
167
  public static let mdsColorThemeCommonOverlaysMeetingNormal0 = #00000000
144
168
  public static let mdsColorThemeCommonOverlaysMeetingNormal1 = #0000004d
145
169
  public static let mdsColorThemeCommonOverlaysMeetingNormal2 = #000000cc
146
170
  public static let mdsColorThemeCommonOverlaysPrimaryNormal = #000000e6
147
171
  public static let mdsColorThemeCommonOverlaysSecondaryNormal = #00000066
148
- public static let mdsColorThemeCommonPartnerDoc = #4285f4
149
- public static let mdsColorThemeCommonPartnerExcel = #00893e
150
- public static let mdsColorThemeCommonPartnerKeynote = #029cfb
151
- public static let mdsColorThemeCommonPartnerOnenote = #b839db
152
- public static let mdsColorThemeCommonPartnerPdf = #ee0507
153
- public static let mdsColorThemeCommonPartnerPowerpoint = #d93e17
154
- public static let mdsColorThemeCommonPartnerSheets = #f4b400
155
- public static let mdsColorThemeCommonPartnerSlides = #0f9d58
156
- public static let mdsColorThemeCommonPartnerWord = #0078d6
157
172
  public static let mdsColorThemeCommonTextErrorHover = #ffd4da
158
173
  public static let mdsColorThemeCommonTextErrorNormal = #fc8b98
159
174
  public static let mdsColorThemeCommonTextPrimaryDisabled = #ffffff66
@@ -177,6 +192,7 @@ public class {
177
192
  public static let mdsColorThemeCommonTouchbarBackgroundPurplePressed = #601e66
178
193
  public static let mdsColorThemeCommonTouchbarBackgroundRedNormal = #db1f2e
179
194
  public static let mdsColorThemeCommonTouchbarBackgroundRedPressed = #780d13
195
+ public static let mdsColorThemeCommonTouchbarBackgroundTransparent = #00000000
180
196
  public static let mdsColorThemeCommonTouchbarBackgroundVioletNormal = #875ae0
181
197
  public static let mdsColorThemeCommonTouchbarBackgroundVioletPressed = #432c78
182
198
  public static let mdsColorThemeCommonTouchbarIconAttention = #fc8b98
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Fri, 28 Jun 2024 09:31:32 GMT
7
+ // Generated on Mon, 15 Jul 2024 08:58:10 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -77,6 +77,8 @@ public class {
77
77
  public static let mdsColorThemeBackgroundPrimaryDisabled = #3ff23f
78
78
  public static let mdsColorThemeBackgroundPrimaryGhost = #000000
79
79
  public static let mdsColorThemeBackgroundPrimaryHover = #000000
80
+ public static let mdsColorThemeBackgroundReactionNormal0 = #000000
81
+ public static let mdsColorThemeBackgroundReactionNormal1 = #000000
80
82
  public static let mdsColorThemeBackgroundSecondaryActive = #1aebff
81
83
  public static let mdsColorThemeBackgroundSecondaryDisabled = #3ff23f
82
84
  public static let mdsColorThemeBackgroundSecondaryHover = #1aebff
@@ -106,6 +108,8 @@ public class {
106
108
  public static let mdsColorThemeButtonSecondaryNormal = #000000
107
109
  public static let mdsColorThemeButtonSecondaryPressed = #1aebff
108
110
  public static let mdsColorThemeCommonBackgroundAlertShareNormal = #ffffff
111
+ public static let mdsColorThemeCommonBackgroundSolidDark = #000000
112
+ public static let mdsColorThemeCommonBackgroundSolidLight = #000000
109
113
  public static let mdsColorThemeCommonButtonPrimaryDisabled = #3ff23f
110
114
  public static let mdsColorThemeCommonButtonPrimaryHover = #1aebff
111
115
  public static let mdsColorThemeCommonButtonPrimaryNormal = #000000
@@ -141,6 +145,8 @@ public class {
141
145
  public static let mdsColorThemeCommonOutlineInputNormal = #ffffff
142
146
  public static let mdsColorThemeCommonOutlinePrimaryDisabled = #3ff23f
143
147
  public static let mdsColorThemeCommonOutlinePrimaryNormal = #ffffff
148
+ public static let mdsColorThemeCommonOutlineSecondaryDisabled = #00000033
149
+ public static let mdsColorThemeCommonOutlineSecondaryPrimary = #00000033
144
150
  public static let mdsColorThemeCommonOverlaysMeetingNormal0 = #000000
145
151
  public static let mdsColorThemeCommonOverlaysMeetingNormal1 = #000000
146
152
  public static let mdsColorThemeCommonOverlaysMeetingNormal2 = #000000
@@ -155,6 +161,26 @@ public class {
155
161
  public static let mdsColorThemeCommonTextSuccessNormal = #ffffff
156
162
  public static let mdsColorThemeCommonTextWarningHover = #ffffff
157
163
  public static let mdsColorThemeCommonTextWarningNormal = #ffffff
164
+ public static let mdsColorThemeCommonTouchbarBackgroundBlueNormal = #000000
165
+ public static let mdsColorThemeCommonTouchbarBackgroundBluePressed = #1aebff
166
+ public static let mdsColorThemeCommonTouchbarBackgroundGreenNormal = #000000
167
+ public static let mdsColorThemeCommonTouchbarBackgroundGreenPressed = #1aebff
168
+ public static let mdsColorThemeCommonTouchbarBackgroundMintNormal = #000000
169
+ public static let mdsColorThemeCommonTouchbarBackgroundMintPressed = #1aebff
170
+ public static let mdsColorThemeCommonTouchbarBackgroundOrangeNormal = #000000
171
+ public static let mdsColorThemeCommonTouchbarBackgroundOrangePressed = #1aebff
172
+ public static let mdsColorThemeCommonTouchbarBackgroundPinkNormal = #000000
173
+ public static let mdsColorThemeCommonTouchbarBackgroundPinkPressed = #1aebff
174
+ public static let mdsColorThemeCommonTouchbarBackgroundPurpleNormal = #000000
175
+ public static let mdsColorThemeCommonTouchbarBackgroundPurplePressed = #1aebff
176
+ public static let mdsColorThemeCommonTouchbarBackgroundRedNormal = #db1f2e
177
+ public static let mdsColorThemeCommonTouchbarBackgroundRedPressed = #780d13
178
+ public static let mdsColorThemeCommonTouchbarBackgroundTransparent = #000000
179
+ public static let mdsColorThemeCommonTouchbarBackgroundVioletNormal = #000000
180
+ public static let mdsColorThemeCommonTouchbarBackgroundVioletPressed = #1aebff
181
+ public static let mdsColorThemeCommonTouchbarIconAttention = #000000
182
+ public static let mdsColorThemeCommonTouchbarIconSecure = #000000
183
+ public static let mdsColorThemeCommonTouchbarIconStable = #000000
158
184
  public static let mdsColorThemeControlActiveActive = #1aebff
159
185
  public static let mdsColorThemeControlActiveDisabled = #3ff23f
160
186
  public static let mdsColorThemeControlActiveHover = #000000