@momentum-design/tokens 0.0.54 → 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.
Files changed (51) hide show
  1. package/dist/css/core/complete.css +4 -3
  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/common-stable.css +11 -2
  5. package/dist/css/theme/webex/dark-complete.css +3 -3
  6. package/dist/css/theme/webex/dark-stable.css +47 -30
  7. package/dist/css/theme/webex/hc-dark-stable.css +1 -1
  8. package/dist/css/theme/webex/hc-light-stable.css +1 -1
  9. package/dist/css/theme/webex/light-complete.css +1 -1
  10. package/dist/css/theme/webex/light-stable.css +49 -28
  11. package/dist/ios/core/complete.swift +4 -3
  12. package/dist/ios/theme/aaos/day-complete.swift +1 -1
  13. package/dist/ios/theme/aaos/night-complete.swift +1 -1
  14. package/dist/ios/theme/webex/common-stable.swift +11 -2
  15. package/dist/ios/theme/webex/dark-complete.swift +3 -3
  16. package/dist/ios/theme/webex/dark-stable.swift +47 -30
  17. package/dist/ios/theme/webex/hc-dark-stable.swift +1 -1
  18. package/dist/ios/theme/webex/hc-light-stable.swift +1 -1
  19. package/dist/ios/theme/webex/light-complete.swift +1 -1
  20. package/dist/ios/theme/webex/light-stable.swift +49 -28
  21. package/dist/json/core/complete.json +33 -4
  22. package/dist/json/theme/webex/common-stable.json +257 -1
  23. package/dist/json/theme/webex/dark-complete.json +2 -2
  24. package/dist/json/theme/webex/dark-stable.json +3690 -3225
  25. package/dist/json/theme/webex/light-stable.json +3635 -3065
  26. package/dist/json-minimal/core/complete.json +3 -2
  27. package/dist/json-minimal/theme/webex/common-stable.json +14 -1
  28. package/dist/json-minimal/theme/webex/dark-complete.json +2 -2
  29. package/dist/json-minimal/theme/webex/dark-stable.json +93 -58
  30. package/dist/json-minimal/theme/webex/light-stable.json +89 -54
  31. package/dist/resources/core/complete.xml +4 -3
  32. package/dist/resources/theme/aaos/day-complete.xml +1 -1
  33. package/dist/resources/theme/aaos/night-complete.xml +1 -1
  34. package/dist/resources/theme/webex/common-stable.xml +11 -2
  35. package/dist/resources/theme/webex/dark-complete.xml +3 -3
  36. package/dist/resources/theme/webex/dark-stable.xml +47 -30
  37. package/dist/resources/theme/webex/hc-dark-stable.xml +1 -1
  38. package/dist/resources/theme/webex/hc-light-stable.xml +1 -1
  39. package/dist/resources/theme/webex/light-complete.xml +1 -1
  40. package/dist/resources/theme/webex/light-stable.xml +49 -28
  41. package/dist/scss/core/complete.scss +4 -3
  42. package/dist/scss/theme/aaos/day-complete.scss +1 -1
  43. package/dist/scss/theme/aaos/night-complete.scss +1 -1
  44. package/dist/scss/theme/webex/common-stable.scss +12 -3
  45. package/dist/scss/theme/webex/dark-complete.scss +3 -3
  46. package/dist/scss/theme/webex/dark-stable.scss +47 -30
  47. package/dist/scss/theme/webex/hc-dark-stable.scss +1 -1
  48. package/dist/scss/theme/webex/hc-light-stable.scss +1 -1
  49. package/dist/scss/theme/webex/light-complete.scss +1 -1
  50. package/dist/scss/theme/webex/light-stable.scss +49 -28
  51. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 27 May 2024 07:03:52 GMT
3
+ * Generated on Wed, 05 Jun 2024 18:11:28 GMT
4
4
  */
5
5
 
6
6
  .mds-core {
@@ -33,12 +33,13 @@
33
33
  --mds-color-core-white-alpha-95: #fffffff2;
34
34
  --mds-color-core-white-alpha-100: #ffffff;
35
35
  --mds-color-core-black-alpha-0: #00000000;
36
- --mds-color-core-black-alpha-4: #000000A;
37
- --mds-color-core-black-alpha-7: #0000012;
36
+ --mds-color-core-black-alpha-4: #0000000A;
37
+ --mds-color-core-black-alpha-7: #00000012;
38
38
  --mds-color-core-black-alpha-11: #0000001c;
39
39
  --mds-color-core-black-alpha-20: #00000033;
40
40
  --mds-color-core-black-alpha-30: #0000004d;
41
41
  --mds-color-core-black-alpha-40: #00000066;
42
+ --mds-color-core-black-alpha-46: #00000075;
42
43
  --mds-color-core-black-alpha-50: #00000080;
43
44
  --mds-color-core-black-alpha-60: #00000099;
44
45
  --mds-color-core-black-alpha-70: #000000b3;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 27 May 2024 07:03:53 GMT
3
+ * Generated on Wed, 05 Jun 2024 18:11:29 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 Mon, 27 May 2024 07:03:53 GMT
3
+ * Generated on Wed, 05 Jun 2024 18:11:29 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 Mon, 27 May 2024 07:03:53 GMT
3
+ * Generated on Wed, 05 Jun 2024 18:11:28 GMT
4
4
  */
5
5
 
6
6
  .mds-theme-stable-commonWebex {
@@ -29,7 +29,7 @@
29
29
  --mds-color-theme-common-button-secondary-active-hover: #ffffff4d;
30
30
  --mds-color-theme-common-button-secondary-active-pressed: #ffffff66;
31
31
  --mds-color-theme-common-button-secondary-dark-normal: #00000000;
32
- --mds-color-theme-common-button-secondary-dark-hover: #0000012;
32
+ --mds-color-theme-common-button-secondary-dark-hover: #00000012;
33
33
  --mds-color-theme-common-button-secondary-dark-pressed: #00000033;
34
34
  --mds-color-theme-common-button-secondary-dark-disabled: #00000000;
35
35
  --mds-color-theme-common-button-join-animated-gradient-normal-0: #30c9b0;
@@ -69,4 +69,13 @@
69
69
  --mds-color-theme-common-touchbar-icon-stable: #27a17a;
70
70
  --mds-color-theme-common-touchbar-icon-attention: #fc8b98;
71
71
  --mds-color-theme-common-touchbar-icon-secure: #64b4fa;
72
+ --mds-color-theme-common-content-partner-doc: #4285f4;
73
+ --mds-color-theme-common-content-partner-excel: #00893E;
74
+ --mds-color-theme-common-content-partner-keynote: #029CFB;
75
+ --mds-color-theme-common-content-partner-onenote: #B839DB;
76
+ --mds-color-theme-common-content-partner-pdf: #EE0507;
77
+ --mds-color-theme-common-content-partner-powerpoint: #D93E17;
78
+ --mds-color-theme-common-content-partner-sheets: #F4B400;
79
+ --mds-color-theme-common-content-partner-slides: #0F9D58;
80
+ --mds-color-theme-common-content-partner-word: #0078D6;
72
81
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 27 May 2024 07:03:53 GMT
3
+ * Generated on Wed, 05 Jun 2024 18:11:28 GMT
4
4
  */
5
5
 
6
6
  .mds-theme-webex-dark {
@@ -168,11 +168,11 @@
168
168
  --mds-color-theme-inverse-neutral-btn-primary-pressed: #3b3b3b;
169
169
  --mds-color-theme-inverse-neutral-btn-primary-disabled: #00000033;
170
170
  --mds-color-theme-inverse-neutral-btn-secondary-default: #00000000;
171
- --mds-color-theme-inverse-neutral-btn-secondary-hover: #0000012;
171
+ --mds-color-theme-inverse-neutral-btn-secondary-hover: #00000012;
172
172
  --mds-color-theme-inverse-neutral-btn-secondary-pressed: #00000033;
173
173
  --mds-color-theme-inverse-neutral-btn-secondary-disabled: #00000033;
174
174
  --mds-color-theme-inverse-neutral-btn-tertiary-default: #00000000;
175
- --mds-color-theme-inverse-neutral-btn-tertiary-hover: #0000012;
175
+ --mds-color-theme-inverse-neutral-btn-tertiary-hover: #00000012;
176
176
  --mds-color-theme-inverse-neutral-btn-tertiary-pressed: #00000033;
177
177
  --mds-color-theme-inverse-neutral-btn-tertiary-disabled: #00000033;
178
178
  --mds-color-theme-inverse-accent-text-fixed-default: #0353a8;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 27 May 2024 07:03:53 GMT
3
+ * Generated on Wed, 05 Jun 2024 18:11:28 GMT
4
4
  */
5
5
 
6
6
  .mds-theme-stable-darkWebex {
@@ -29,7 +29,7 @@
29
29
  --mds-color-theme-common-button-secondary-active-hover: #ffffff4d;
30
30
  --mds-color-theme-common-button-secondary-active-pressed: #ffffff66;
31
31
  --mds-color-theme-common-button-secondary-dark-normal: #00000000;
32
- --mds-color-theme-common-button-secondary-dark-hover: #0000012;
32
+ --mds-color-theme-common-button-secondary-dark-hover: #00000012;
33
33
  --mds-color-theme-common-button-secondary-dark-pressed: #00000033;
34
34
  --mds-color-theme-common-button-secondary-dark-disabled: #00000000;
35
35
  --mds-color-theme-common-button-join-animated-gradient-normal-0: #30c9b0;
@@ -69,12 +69,18 @@
69
69
  --mds-color-theme-common-touchbar-icon-stable: #27a17a;
70
70
  --mds-color-theme-common-touchbar-icon-attention: #fc8b98;
71
71
  --mds-color-theme-common-touchbar-icon-secure: #64b4fa;
72
+ --mds-color-theme-common-content-partner-doc: #4285f4;
73
+ --mds-color-theme-common-content-partner-excel: #00893E;
74
+ --mds-color-theme-common-content-partner-keynote: #029CFB;
75
+ --mds-color-theme-common-content-partner-onenote: #B839DB;
76
+ --mds-color-theme-common-content-partner-pdf: #EE0507;
77
+ --mds-color-theme-common-content-partner-powerpoint: #D93E17;
78
+ --mds-color-theme-common-content-partner-sheets: #F4B400;
79
+ --mds-color-theme-common-content-partner-slides: #0F9D58;
80
+ --mds-color-theme-common-content-partner-word: #0078D6;
72
81
  --mds-color-theme-text-primary-normal: #fffffff2;
73
82
  --mds-color-theme-text-primary-disabled: #ffffff66;
74
- --mds-color-theme-text-inverted-normal: #000000f2;
75
- --mds-color-theme-text-inverted-disabled: #00000080;
76
83
  --mds-color-theme-text-secondary-normal: #ffffffb3;
77
- --mds-color-theme-text-secondary-inverted-normal: #000000b3;
78
84
  --mds-color-theme-text-error-normal: #fc8b98;
79
85
  --mds-color-theme-text-error-hover: #ffd4da;
80
86
  --mds-color-theme-text-error-active: #ffd4da;
@@ -127,6 +133,33 @@
127
133
  --mds-color-theme-text-team-slate-normal: #b0b4d9;
128
134
  --mds-color-theme-text-team-slate-hover: #b0b4d9;
129
135
  --mds-color-theme-text-team-slate-active: #e3e7fa;
136
+ --mds-color-theme-inverted-text-primary-normal: #000000f2;
137
+ --mds-color-theme-inverted-text-primary-disabled: #00000066;
138
+ --mds-color-theme-inverted-text-secondary-normal: #000000b3;
139
+ --mds-color-theme-inverted-text-accent-normal: #0353a8;
140
+ --mds-color-theme-inverted-text-accent-hover: #0a274a;
141
+ --mds-color-theme-inverted-background-normal: #ffffff;
142
+ --mds-color-theme-inverted-button-primary-normal: #000000f2;
143
+ --mds-color-theme-inverted-button-primary-hover: #000000cc;
144
+ --mds-color-theme-inverted-button-primary-pressed: #000000b3;
145
+ --mds-color-theme-inverted-button-primary-disabled: #00000033;
146
+ --mds-color-theme-inverted-button-secondary-normal: #00000000;
147
+ --mds-color-theme-inverted-button-secondary-hover: #00000012;
148
+ --mds-color-theme-inverted-button-secondary-pressed: #00000033;
149
+ --mds-color-theme-inverted-button-secondary-disabled: #00000000;
150
+ --mds-color-theme-inverted-outline-button-normal: #00000080;
151
+ --mds-color-theme-inverted-outline-primary-normal: #00000075;
152
+ --mds-color-theme-inverted-outline-disabled-normal: #00000033;
153
+ --mds-color-theme-inverted-outline-theme: #1170cf;
154
+ --mds-color-theme-inverted-control-active-normal: #1170cf;
155
+ --mds-color-theme-inverted-control-active-hover: #0353a8;
156
+ --mds-color-theme-inverted-control-active-pressed: #063a75;
157
+ --mds-color-theme-inverted-control-active-active: #063a75;
158
+ --mds-color-theme-inverted-control-active-disabled: #00000033;
159
+ --mds-color-theme-inverted-control-inactive-normal: #8f8f8f;
160
+ --mds-color-theme-inverted-control-inactive-hover: #0000004d;
161
+ --mds-color-theme-inverted-control-inactive-pressed: #00000066;
162
+ --mds-color-theme-inverted-control-inactive-disabled: #00000033;
130
163
  --mds-color-theme-background-primary-ghost: #ffffff00;
131
164
  --mds-color-theme-background-primary-hover: #ffffff12;
132
165
  --mds-color-theme-background-primary-active: #ffffff1c;
@@ -142,9 +175,9 @@
142
175
  --mds-color-theme-background-accent-normal: #1170cf;
143
176
  --mds-color-theme-background-gradient-primary: linear-gradient(180deg, #1a1a1a 0%, #0f0f0f 100%);
144
177
  --mds-color-theme-background-gradient-secondary: linear-gradient(180deg, #262626 0%, #0f0f0f 100%);
145
- --mds-color-theme-background-alert-default-normal: #262626;
146
- --mds-color-theme-background-alert-default-hover: #262626;
147
- --mds-color-theme-background-alert-default-active: #3b3b3b;
178
+ --mds-color-theme-background-alert-default-normal: #3b3b3b;
179
+ --mds-color-theme-background-alert-default-hover: #3b3b3b;
180
+ --mds-color-theme-background-alert-default-active: #545454;
148
181
  --mds-color-theme-background-alert-success-normal: #0e2b20;
149
182
  --mds-color-theme-background-alert-success-hover: #0e2b20;
150
183
  --mds-color-theme-background-alert-success-active: #134231;
@@ -193,6 +226,7 @@
193
226
  --mds-color-theme-background-common-normal: #ffffff;
194
227
  --mds-color-theme-background-namelabel-normal: #00000080;
195
228
  --mds-color-theme-background-skeleton-normal: linear-gradient(123deg, #ffffff33 14.98%, #ffffff4d 38.98%, #ffffff66 64.82%, #ffffff80);;
229
+ --mds-color-theme-background-reaction-normal: linear-gradient(180deg, #ffffff 90%, #ffffff 0%);
196
230
  --mds-color-theme-button-border-normal: none;
197
231
  --mds-color-theme-button-primary-normal: #fffffff2;
198
232
  --mds-color-theme-button-primary-hover: #ffffffcc;
@@ -205,9 +239,6 @@
205
239
  --mds-color-theme-button-secondary-active-normal: #ffffff33;
206
240
  --mds-color-theme-button-secondary-active-hover: #ffffff4d;
207
241
  --mds-color-theme-button-secondary-active-pressed: #ffffff66;
208
- --mds-color-theme-button-inverted-normal: #0f0f0f;
209
- --mds-color-theme-button-inverted-hover: #262626;
210
- --mds-color-theme-button-inverted-pressed: #3b3b3b;
211
242
  --mds-color-theme-button-join-normal: #1d805f;
212
243
  --mds-color-theme-button-join-hover: #185e46;
213
244
  --mds-color-theme-button-join-pressed: #134231;
@@ -217,7 +248,7 @@
217
248
  --mds-color-theme-button-accent-normal: #1170cf;
218
249
  --mds-color-theme-button-accent-hover: #0353a8;
219
250
  --mds-color-theme-button-accent-pressed: #063a75;
220
- --mds-color-theme-outline-primary-normal: #ffffff80;
251
+ --mds-color-theme-outline-primary-normal: #ffffff66;
221
252
  --mds-color-theme-outline-theme-normal: #64b4fa;
222
253
  --mds-color-theme-outline-secondary-normal: #ffffff33;
223
254
  --mds-color-theme-outline-input-normal: #ffffff80;
@@ -246,12 +277,14 @@
246
277
  --mds-color-theme-control-active-hover: #3492eb;
247
278
  --mds-color-theme-control-active-pressed: #1170cf;
248
279
  --mds-color-theme-control-active-active: #1170cf;
249
- --mds-color-theme-control-active-disabled: #063a75;
250
- --mds-color-theme-control-inactive-normal: #ffffff33;
280
+ --mds-color-theme-control-active-disabled: #ffffff33;
281
+ --mds-color-theme-control-indicator-inactive-normal: #8f8f8f;
282
+ --mds-color-theme-control-inactive-normal: #ffffff00;
251
283
  --mds-color-theme-control-inactive-hover: #ffffff4d;
252
284
  --mds-color-theme-control-inactive-pressed: #ffffff66;
253
285
  --mds-color-theme-control-inactive-disabled: #ffffff33;
254
286
  --mds-color-theme-overlay-meetings-normal: #000000b3;
287
+ --mds-color-theme-overlay-text-primary-normal: #000000f2;
255
288
  --mds-color-theme-indicator-unstable: #EC6400;
256
289
  --mds-color-theme-indicator-attention: #f55868;
257
290
  --mds-color-theme-indicator-stable: #27a17a;
@@ -297,22 +330,6 @@
297
330
  --mds-color-theme-groupedbackground-secondary-normal: #1a1a1a;
298
331
  --mds-color-theme-groupedbackground-tertiary-normal: #262626;
299
332
  --mds-color-theme-groupedbackground-quaternary-normal: #3b3b3b;
300
- --mds-color-theme-teaching-background-normal: #ffffff;
301
- --mds-color-theme-teaching-button-primary-normal: #000000f2;
302
- --mds-color-theme-teaching-button-primary-hover: #000000cc;
303
- --mds-color-theme-teaching-button-primary-pressed: #000000b3;
304
- --mds-color-theme-teaching-button-primary-disabled: #00000033;
305
- --mds-color-theme-teaching-button-secondary-normal: #00000000;
306
- --mds-color-theme-teaching-button-secondary-hover: #0000012;
307
- --mds-color-theme-teaching-button-secondary-pressed: #00000033;
308
- --mds-color-theme-teaching-outline-button-normal: #0000004d;
309
- --mds-color-theme-teaching-outline-normal: #00000033;
310
- --mds-color-theme-teaching-outline-disabled-normal: #00000033;
311
- --mds-color-theme-teaching-outline-theme: #1170cf;
312
- --mds-color-theme-teaching-text-accent-normal: #0353a8;
313
- --mds-color-theme-teaching-text-accent-hover: #0a274a;
314
- --mds-color-theme-teaching-text-accent-disabled: #00000066;
315
- --mds-color-theme-teaching-text-primary-disabled: #00000066;
316
333
  --mds-color-theme-gradientdivider-normal-0: #ffffff00;
317
334
  --mds-color-theme-gradientdivider-normal-1: #ffffff33;
318
335
  --mds-color-theme-gradientdivider-hover-0: #ffffff00;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 27 May 2024 07:03:53 GMT
3
+ * Generated on Wed, 05 Jun 2024 18:11:29 GMT
4
4
  */
5
5
 
6
6
  .mds-theme-stable-hcDarkWebex {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 27 May 2024 07:03:53 GMT
3
+ * Generated on Wed, 05 Jun 2024 18:11:29 GMT
4
4
  */
5
5
 
6
6
  .mds-theme-stable-hcLightWebex {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 27 May 2024 07:03:53 GMT
3
+ * Generated on Wed, 05 Jun 2024 18:11:28 GMT
4
4
  */
5
5
 
6
6
  .mds-theme-webex-light {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 27 May 2024 07:03:53 GMT
3
+ * Generated on Wed, 05 Jun 2024 18:11:29 GMT
4
4
  */
5
5
 
6
6
  .mds-theme-stable-lightWebex {
@@ -29,7 +29,7 @@
29
29
  --mds-color-theme-common-button-secondary-active-hover: #ffffff4d;
30
30
  --mds-color-theme-common-button-secondary-active-pressed: #ffffff66;
31
31
  --mds-color-theme-common-button-secondary-dark-normal: #00000000;
32
- --mds-color-theme-common-button-secondary-dark-hover: #0000012;
32
+ --mds-color-theme-common-button-secondary-dark-hover: #00000012;
33
33
  --mds-color-theme-common-button-secondary-dark-pressed: #00000033;
34
34
  --mds-color-theme-common-button-secondary-dark-disabled: #00000000;
35
35
  --mds-color-theme-common-button-join-animated-gradient-normal-0: #30c9b0;
@@ -69,12 +69,18 @@
69
69
  --mds-color-theme-common-touchbar-icon-stable: #27a17a;
70
70
  --mds-color-theme-common-touchbar-icon-attention: #fc8b98;
71
71
  --mds-color-theme-common-touchbar-icon-secure: #64b4fa;
72
+ --mds-color-theme-common-content-partner-doc: #4285f4;
73
+ --mds-color-theme-common-content-partner-excel: #00893E;
74
+ --mds-color-theme-common-content-partner-keynote: #029CFB;
75
+ --mds-color-theme-common-content-partner-onenote: #B839DB;
76
+ --mds-color-theme-common-content-partner-pdf: #EE0507;
77
+ --mds-color-theme-common-content-partner-powerpoint: #D93E17;
78
+ --mds-color-theme-common-content-partner-sheets: #F4B400;
79
+ --mds-color-theme-common-content-partner-slides: #0F9D58;
80
+ --mds-color-theme-common-content-partner-word: #0078D6;
72
81
  --mds-color-theme-text-primary-normal: #000000f2;
73
82
  --mds-color-theme-text-primary-disabled: #00000066;
74
- --mds-color-theme-text-inverted-normal: #fffffff2;
75
- --mds-color-theme-text-inverted-disabled: #ffffffcc;
76
83
  --mds-color-theme-text-secondary-normal: #000000b3;
77
- --mds-color-theme-text-secondary-inverted-normal: #ffffffb3;
78
84
  --mds-color-theme-text-error-normal: #ab0a15;
79
85
  --mds-color-theme-text-error-hover: #4f0e10;
80
86
  --mds-color-theme-text-error-active: #4f0e10;
@@ -127,8 +133,35 @@
127
133
  --mds-color-theme-text-team-slate-normal: #535573;
128
134
  --mds-color-theme-text-team-slate-hover: #535573;
129
135
  --mds-color-theme-text-team-slate-active: #26262b;
136
+ --mds-color-theme-inverted-text-primary-normal: #fffffff2;
137
+ --mds-color-theme-inverted-text-primary-disabled: #ffffff66;
138
+ --mds-color-theme-inverted-text-secondary-normal: #ffffffb3;
139
+ --mds-color-theme-inverted-text-accent-normal: #64b4fa;
140
+ --mds-color-theme-inverted-text-accent-hover: #bfe3ff;
141
+ --mds-color-theme-inverted-background-normal: #000000;
142
+ --mds-color-theme-inverted-button-primary-normal: #fffffff2;
143
+ --mds-color-theme-inverted-button-primary-hover: #ffffffcc;
144
+ --mds-color-theme-inverted-button-primary-pressed: #ffffffb3;
145
+ --mds-color-theme-inverted-button-primary-disabled: #ffffff33;
146
+ --mds-color-theme-inverted-button-secondary-normal: #ffffff00;
147
+ --mds-color-theme-inverted-button-secondary-hover: #ffffff12;
148
+ --mds-color-theme-inverted-button-secondary-pressed: #ffffff33;
149
+ --mds-color-theme-inverted-button-secondary-disabled: #ffffff00;
150
+ --mds-color-theme-inverted-outline-button-normal: #ffffff80;
151
+ --mds-color-theme-inverted-outline-primary-normal: #ffffff66;
152
+ --mds-color-theme-inverted-outline-primary-disabled: #ffffff33;
153
+ --mds-color-theme-inverted-outline-theme: #64b4fa;
154
+ --mds-color-theme-inverted-control-active-normal: #64b4fa;
155
+ --mds-color-theme-inverted-control-active-hover: #3492eb;
156
+ --mds-color-theme-inverted-control-active-pressed: #1170cf;
157
+ --mds-color-theme-inverted-control-active-active: #1170cf;
158
+ --mds-color-theme-inverted-control-active-disabled: #ffffff33;
159
+ --mds-color-theme-inverted-control-inactive-normal: #00000033;
160
+ --mds-color-theme-inverted-control-inactive-hover: #0000004d;
161
+ --mds-color-theme-inverted-control-inactive-pressed: #00000066;
162
+ --mds-color-theme-inverted-control-inactive-disabled: #00000033;
130
163
  --mds-color-theme-background-primary-ghost: #ffffff00;
131
- --mds-color-theme-background-primary-hover: #0000012;
164
+ --mds-color-theme-background-primary-hover: #00000012;
132
165
  --mds-color-theme-background-primary-active: #0000001c;
133
166
  --mds-color-theme-background-primary-disabled: #0000001c;
134
167
  --mds-color-theme-background-solid-primary-normal: #ffffff;
@@ -193,13 +226,14 @@
193
226
  --mds-color-theme-background-common-normal: #ffffff;
194
227
  --mds-color-theme-background-namelabel-normal: #00000080;
195
228
  --mds-color-theme-background-skeleton-normal: linear-gradient(123deg, #00000033 14.98%, #0000004d 38.98%, #00000066 64.82%, #00000080);;
229
+ --mds-color-theme-background-reaction-normal: linear-gradient(180deg, #ffffff 90%, #ffffff 0%);
196
230
  --mds-color-theme-button-border-normal: none;
197
231
  --mds-color-theme-button-primary-normal: #000000f2;
198
232
  --mds-color-theme-button-primary-hover: #000000cc;
199
233
  --mds-color-theme-button-primary-pressed: #000000b3;
200
234
  --mds-color-theme-button-primary-disabled: #00000033;
201
235
  --mds-color-theme-button-secondary-normal: #00000000;
202
- --mds-color-theme-button-secondary-hover: #0000012;
236
+ --mds-color-theme-button-secondary-hover: #00000012;
203
237
  --mds-color-theme-button-secondary-pressed: #00000033;
204
238
  --mds-color-theme-button-secondary-disabled: #ffffff00;
205
239
  --mds-color-theme-button-secondary-active-normal: #00000033;
@@ -217,7 +251,7 @@
217
251
  --mds-color-theme-button-accent-normal: #1170cf;
218
252
  --mds-color-theme-button-accent-hover: #0353a8;
219
253
  --mds-color-theme-button-accent-pressed: #063a75;
220
- --mds-color-theme-outline-primary-normal: #00000080;
254
+ --mds-color-theme-outline-primary-normal: #00000075;
221
255
  --mds-color-theme-outline-theme-normal: #1170cf;
222
256
  --mds-color-theme-outline-secondary-normal: #00000033;
223
257
  --mds-color-theme-outline-input-normal: #00000080;
@@ -247,11 +281,14 @@
247
281
  --mds-color-theme-control-active-pressed: #063a75;
248
282
  --mds-color-theme-control-active-active: #063a75;
249
283
  --mds-color-theme-control-active-disabled: #bfe3ff;
250
- --mds-color-theme-control-inactive-normal: #00000033;
251
- --mds-color-theme-control-inactive-hover: #0000004d;
252
- --mds-color-theme-control-inactive-pressed: #00000066;
253
- --mds-color-theme-control-inactive-disabled: #00000033;
284
+ --mds-color-theme-control-inactive-normal: #8f8f8f;
285
+ --mds-color-theme-control-inactive-hover: #ffffff4d;
286
+ --mds-color-theme-control-inactive-pressed: #ffffff66;
287
+ --mds-color-theme-control-inactive-disabled: #ffffff33;
254
288
  --mds-color-theme-overlay-meetings-normal: #ffffffcc;
289
+ --mds-color-theme-overlay-button-secondary-normal: #ffffff;
290
+ --mds-color-theme-overlay-button-secondary-hover: #ededed;
291
+ --mds-color-theme-overlay-button-secondary-pressed: #dedede;
255
292
  --mds-color-theme-indicator-unstable: #C94403;
256
293
  --mds-color-theme-indicator-attention: #db1f2e;
257
294
  --mds-color-theme-indicator-stable: #1d805f;
@@ -297,22 +334,6 @@
297
334
  --mds-color-theme-groupedbackground-secondary-normal: #ffffff;
298
335
  --mds-color-theme-groupedbackground-tertiary-normal: #f7f7f7;
299
336
  --mds-color-theme-groupedbackground-quaternary-normal: #ffffff;
300
- --mds-color-theme-teaching-background-normal: #000000;
301
- --mds-color-theme-teaching-button-primary-normal: #fffffff2;
302
- --mds-color-theme-teaching-button-primary-hover: #ffffffcc;
303
- --mds-color-theme-teaching-button-primary-pressed: #ffffffb3;
304
- --mds-color-theme-teaching-button-primary-disabled: #ffffff33;
305
- --mds-color-theme-teaching-button-secondary-normal: #ffffff00;
306
- --mds-color-theme-teaching-button-secondary-hover: #ffffff12;
307
- --mds-color-theme-teaching-button-secondary-pressed: #ffffff33;
308
- --mds-color-theme-teaching-outline-button-normal: #ffffff4d;
309
- --mds-color-theme-teaching-outline-normal: #ffffff33;
310
- --mds-color-theme-teaching-outline-disabled-normal: #ffffff33;
311
- --mds-color-theme-teaching-outline-theme: #64b4fa;
312
- --mds-color-theme-teaching-text-accent-normal: #64b4fa;
313
- --mds-color-theme-teaching-text-accent-hover: #bfe3ff;
314
- --mds-color-theme-teaching-text-accent-disabled: #ffffff66;
315
- --mds-color-theme-teaching-text-primary-disabled: #ffffff66;
316
337
  --mds-color-theme-gradientdivider-normal-0: #00000000;
317
338
  --mds-color-theme-gradientdivider-normal-1: #00000033;
318
339
  --mds-color-theme-gradientdivider-hover-0: #00000000;
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Mon, 27 May 2024 07:03:52 GMT
7
+ // Generated on Wed, 05 Jun 2024 18:11:28 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -24,11 +24,12 @@ public class {
24
24
  public static let mdsColorCoreBlackAlpha11 = #0000001c
25
25
  public static let mdsColorCoreBlackAlpha20 = #00000033
26
26
  public static let mdsColorCoreBlackAlpha30 = #0000004d
27
- public static let mdsColorCoreBlackAlpha4 = #000000A
27
+ public static let mdsColorCoreBlackAlpha4 = #0000000A
28
28
  public static let mdsColorCoreBlackAlpha40 = #00000066
29
+ public static let mdsColorCoreBlackAlpha46 = #00000075
29
30
  public static let mdsColorCoreBlackAlpha50 = #00000080
30
31
  public static let mdsColorCoreBlackAlpha60 = #00000099
31
- public static let mdsColorCoreBlackAlpha7 = #0000012
32
+ public static let mdsColorCoreBlackAlpha7 = #00000012
32
33
  public static let mdsColorCoreBlackAlpha70 = #000000b3
33
34
  public static let mdsColorCoreBlackAlpha78 = #000000C7
34
35
  public static let mdsColorCoreBlackAlpha80 = #000000cc
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Mon, 27 May 2024 07:03:53 GMT
7
+ // Generated on Wed, 05 Jun 2024 18:11:29 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 Mon, 27 May 2024 07:03:54 GMT
7
+ // Generated on Wed, 05 Jun 2024 18:11:29 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 Mon, 27 May 2024 07:03:53 GMT
7
+ // Generated on Wed, 05 Jun 2024 18:11:28 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -25,12 +25,21 @@ public class {
25
25
  public static let mdsColorThemeCommonButtonSecondaryActiveNormal = #ffffff33
26
26
  public static let mdsColorThemeCommonButtonSecondaryActivePressed = #ffffff66
27
27
  public static let mdsColorThemeCommonButtonSecondaryDarkDisabled = #00000000
28
- public static let mdsColorThemeCommonButtonSecondaryDarkHover = #0000012
28
+ public static let mdsColorThemeCommonButtonSecondaryDarkHover = #00000012
29
29
  public static let mdsColorThemeCommonButtonSecondaryDarkNormal = #00000000
30
30
  public static let mdsColorThemeCommonButtonSecondaryDarkPressed = #00000033
31
31
  public static let mdsColorThemeCommonButtonSecondaryDisabled = #ffffff00
32
32
  public static let mdsColorThemeCommonButtonSecondaryHover = #ffffff12
33
33
  public static let mdsColorThemeCommonButtonSecondaryNormal = #ffffff00
34
+ public static let mdsColorThemeCommonContentPartnerDoc = #4285f4
35
+ public static let mdsColorThemeCommonContentPartnerExcel = #00893E
36
+ public static let mdsColorThemeCommonContentPartnerKeynote = #029CFB
37
+ public static let mdsColorThemeCommonContentPartnerOnenote = #B839DB
38
+ public static let mdsColorThemeCommonContentPartnerPdf = #EE0507
39
+ public static let mdsColorThemeCommonContentPartnerPowerpoint = #D93E17
40
+ public static let mdsColorThemeCommonContentPartnerSheets = #F4B400
41
+ public static let mdsColorThemeCommonContentPartnerSlides = #0F9D58
42
+ public static let mdsColorThemeCommonContentPartnerWord = #0078D6
34
43
  public static let mdsColorThemeCommonControlInactiveNormal = #00000033
35
44
  public static let mdsColorThemeCommonControlShareContentActive = #C94403
36
45
  public static let mdsColorThemeCommonControlShareContentInactive = #707070
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Mon, 27 May 2024 07:03:53 GMT
7
+ // Generated on Wed, 05 Jun 2024 18:11:28 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -124,11 +124,11 @@ public class {
124
124
  public static let mdsColorThemeInverseNeutralBtnPrimaryPressed = #3b3b3b
125
125
  public static let mdsColorThemeInverseNeutralBtnSecondaryDefault = #00000000
126
126
  public static let mdsColorThemeInverseNeutralBtnSecondaryDisabled = #00000033
127
- public static let mdsColorThemeInverseNeutralBtnSecondaryHover = #0000012
127
+ public static let mdsColorThemeInverseNeutralBtnSecondaryHover = #00000012
128
128
  public static let mdsColorThemeInverseNeutralBtnSecondaryPressed = #00000033
129
129
  public static let mdsColorThemeInverseNeutralBtnTertiaryDefault = #00000000
130
130
  public static let mdsColorThemeInverseNeutralBtnTertiaryDisabled = #00000033
131
- public static let mdsColorThemeInverseNeutralBtnTertiaryHover = #0000012
131
+ public static let mdsColorThemeInverseNeutralBtnTertiaryHover = #00000012
132
132
  public static let mdsColorThemeInverseNeutralBtnTertiaryPressed = #00000033
133
133
  public static let mdsColorThemeInverseNeutralSurfaceDefault = #ffffff
134
134
  public static let mdsColorThemeInverseNeutralTextDisabled = #00000033