@momentum-design/tokens 0.0.50 → 0.0.52

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 (45) hide show
  1. package/dist/css/core/complete.css +17 -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/common-stable.css +4 -1
  5. package/dist/css/theme/webex/dark-complete.css +5 -1
  6. package/dist/css/theme/webex/dark-stable.css +17 -15
  7. package/dist/css/theme/webex/light-complete.css +5 -1
  8. package/dist/css/theme/webex/light-stable.css +13 -11
  9. package/dist/ios/core/complete.swift +17 -1
  10. package/dist/ios/theme/aaos/day-complete.swift +1 -1
  11. package/dist/ios/theme/aaos/night-complete.swift +1 -1
  12. package/dist/ios/theme/webex/common-stable.swift +4 -1
  13. package/dist/ios/theme/webex/dark-complete.swift +5 -1
  14. package/dist/ios/theme/webex/dark-stable.swift +17 -15
  15. package/dist/ios/theme/webex/light-complete.swift +5 -1
  16. package/dist/ios/theme/webex/light-stable.swift +13 -11
  17. package/dist/json/core/complete.json +406 -0
  18. package/dist/json/theme/webex/common-stable.json +86 -0
  19. package/dist/json/theme/webex/dark-complete.json +119 -0
  20. package/dist/json/theme/webex/dark-stable.json +184 -136
  21. package/dist/json/theme/webex/light-complete.json +119 -0
  22. package/dist/json/theme/webex/light-stable.json +172 -116
  23. package/dist/json-minimal/core/complete.json +22 -0
  24. package/dist/json-minimal/theme/webex/common-stable.json +5 -0
  25. package/dist/json-minimal/theme/webex/dark-complete.json +12 -0
  26. package/dist/json-minimal/theme/webex/dark-stable.json +22 -18
  27. package/dist/json-minimal/theme/webex/light-complete.json +12 -0
  28. package/dist/json-minimal/theme/webex/light-stable.json +18 -14
  29. package/dist/resources/core/complete.xml +17 -1
  30. package/dist/resources/theme/aaos/day-complete.xml +1 -1
  31. package/dist/resources/theme/aaos/night-complete.xml +1 -1
  32. package/dist/resources/theme/webex/common-stable.xml +4 -1
  33. package/dist/resources/theme/webex/dark-complete.xml +5 -1
  34. package/dist/resources/theme/webex/dark-stable.xml +17 -15
  35. package/dist/resources/theme/webex/light-complete.xml +5 -1
  36. package/dist/resources/theme/webex/light-stable.xml +13 -11
  37. package/dist/scss/core/complete.scss +17 -1
  38. package/dist/scss/theme/aaos/day-complete.scss +1 -1
  39. package/dist/scss/theme/aaos/night-complete.scss +1 -1
  40. package/dist/scss/theme/webex/common-stable.scss +4 -1
  41. package/dist/scss/theme/webex/dark-complete.scss +6 -2
  42. package/dist/scss/theme/webex/dark-stable.scss +17 -15
  43. package/dist/scss/theme/webex/light-complete.scss +6 -2
  44. package/dist/scss/theme/webex/light-stable.scss +13 -11
  45. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 19 Mar 2024 11:06:03 GMT
3
+ * Generated on Thu, 11 Apr 2024 18:45:13 GMT
4
4
  */
5
5
 
6
6
  .mds-core {
@@ -287,6 +287,22 @@
287
287
  --mds-color-partner-slides: #0F9D58;
288
288
  --mds-color-partner-keynote: #029CFB;
289
289
  --mds-color-partner-doc: #4285f4;
290
+ --mds-color-highcontrast-black-system-color-window-text-color: #ffffff;
291
+ --mds-color-highcontrast-black-system-color-hotlight-color: #ffff00;
292
+ --mds-color-highcontrast-black-system-color-gray-text-color: #3ff23f;
293
+ --mds-color-highcontrast-black-system-color-highlight-text-color: #000000;
294
+ --mds-color-highcontrast-black-system-color-highlight-color: #1aebff;
295
+ --mds-color-highcontrast-black-system-color-button-text-color: #ffffff;
296
+ --mds-color-highcontrast-black-system-color-button-face-color: #000000;
297
+ --mds-color-highcontrast-black-system-color-window-color: #000000;
298
+ --mds-color-highcontrast-white-system-color-window-text-color: #000000;
299
+ --mds-color-highcontrast-white-system-color-hotlight-color: #00009f;
300
+ --mds-color-highcontrast-white-system-color-gray-text-color: #600000;
301
+ --mds-color-highcontrast-white-system-color-highlight-text-color: #ffffff;
302
+ --mds-color-highcontrast-white-system-color-highlight-color: #37006e;
303
+ --mds-color-highcontrast-white-system-color-button-text-color: #000000;
304
+ --mds-color-highcontrast-white-system-color-button-face-color: #ffffff;
305
+ --mds-color-highcontrast-white-system-color-window-color: #ffffff;
290
306
  --mds-elevation-core-0: 0px 0px 0px 0px;
291
307
  --mds-elevation-core-1: drop-shadow(0px 4px 8px rgba(0,0,0,0.2));
292
308
  --mds-elevation-core-2: drop-shadow(0px 24px 48px rgba(0,0,0,0.2));
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 19 Mar 2024 11:06:04 GMT
3
+ * Generated on Thu, 11 Apr 2024 18:45:14 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 Tue, 19 Mar 2024 11:06:04 GMT
3
+ * Generated on Thu, 11 Apr 2024 18:45:14 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 Tue, 19 Mar 2024 11:06:03 GMT
3
+ * Generated on Thu, 11 Apr 2024 18:45:14 GMT
4
4
  */
5
5
 
6
6
  .mds-theme-stable-commonWebex {
@@ -34,6 +34,9 @@
34
34
  --mds-color-theme-common-button-secondary-dark-disabled: #00000000;
35
35
  --mds-color-theme-common-button-join-animated-gradient-normal-0: #30c9b0;
36
36
  --mds-color-theme-common-button-join-animated-gradient-normal-1: #64b4fa;
37
+ --mds-color-theme-common-button-promotion-normal: linear-gradient(46deg, #932099 -0.03%, #a12a3a 99.99%);
38
+ --mds-color-theme-common-button-promotion-hover: linear-gradient(46deg, #601e66 -0.04%, #66262d 99.97%);
39
+ --mds-color-theme-common-button-promotion-active: linear-gradient(46deg, #3b1840 -0.05%, #3b1e21 99.96%);
37
40
  --mds-color-theme-common-outline-button-normal: #ffffff4d;
38
41
  --mds-color-theme-common-outline-primary-normal: #ffffff66;
39
42
  --mds-color-theme-common-outline-input-normal: #ffffff80;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 19 Mar 2024 11:06:03 GMT
3
+ * Generated on Thu, 11 Apr 2024 18:45:13 GMT
4
4
  */
5
5
 
6
6
  .mds-theme-webex-dark {
@@ -291,4 +291,8 @@
291
291
  --mds-color-theme-miscellaneous-partner-sheets: #F4B400;
292
292
  --mds-color-theme-miscellaneous-partner-slides: #0F9D58;
293
293
  --mds-color-theme-miscellaneous-partner-keynotes: #029CFB;
294
+ --mds-color-theme-promotion-button-fixed-default: linear-gradient(46deg, #932099 -0.03%, #a12a3a 99.99%);
295
+ --mds-color-theme-promotion-button-fixed-hover: linear-gradient(46deg, #601e66 -0.04%, #66262d 99.97%);
296
+ --mds-color-theme-promotion-button-fixed-active: linear-gradient(46deg, #3b1840 -0.05%, #3b1e21 99.96%);
297
+ --mds-color-theme-promotion-border-default: linear-gradient(46deg, #c233c4 -0.03%, #d43b52 99.99%);
294
298
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 19 Mar 2024 11:06:03 GMT
3
+ * Generated on Thu, 11 Apr 2024 18:45:14 GMT
4
4
  */
5
5
 
6
6
  .mds-theme-stable-darkWebex {
@@ -34,6 +34,9 @@
34
34
  --mds-color-theme-common-button-secondary-dark-disabled: #00000000;
35
35
  --mds-color-theme-common-button-join-animated-gradient-normal-0: #30c9b0;
36
36
  --mds-color-theme-common-button-join-animated-gradient-normal-1: #64b4fa;
37
+ --mds-color-theme-common-button-promotion-normal: linear-gradient(46deg, #932099 -0.03%, #a12a3a 99.99%);
38
+ --mds-color-theme-common-button-promotion-hover: linear-gradient(46deg, #601e66 -0.04%, #66262d 99.97%);
39
+ --mds-color-theme-common-button-promotion-active: linear-gradient(46deg, #3b1840 -0.05%, #3b1e21 99.96%);
37
40
  --mds-color-theme-common-outline-button-normal: #ffffff4d;
38
41
  --mds-color-theme-common-outline-primary-normal: #ffffff66;
39
42
  --mds-color-theme-common-outline-input-normal: #ffffff80;
@@ -71,7 +74,7 @@
71
74
  --mds-color-theme-text-inverted-normal: #000000f2;
72
75
  --mds-color-theme-text-inverted-disabled: #00000080;
73
76
  --mds-color-theme-text-secondary-normal: #ffffffb3;
74
- --mds-color-theme-text-secondary-inverted-normal: #00000099;
77
+ --mds-color-theme-text-secondary-inverted-normal: #000000b3;
75
78
  --mds-color-theme-text-error-normal: #fc8b98;
76
79
  --mds-color-theme-text-error-hover: #ffd4da;
77
80
  --mds-color-theme-text-error-active: #ffd4da;
@@ -91,9 +94,9 @@
91
94
  --mds-color-theme-text-alert-purple-normal: #f294f1;
92
95
  --mds-color-theme-text-alert-purple-hover: #fce1fc;
93
96
  --mds-color-theme-text-alert-purple-active: #fce1fc;
94
- --mds-color-theme-text-alert-orange-normal: #FEBA7F;
95
- --mds-color-theme-text-alert-orange-hover: #FEEBD7;
96
- --mds-color-theme-text-alert-orange-active: #FEEBD7;
97
+ --mds-color-theme-text-alert-orange-normal: #FD884E;
98
+ --mds-color-theme-text-alert-orange-hover: #FED5AC;
99
+ --mds-color-theme-text-alert-orange-active: #FED5AC;
97
100
  --mds-color-theme-text-team-cobalt-normal: #5ebff7;
98
101
  --mds-color-theme-text-team-cobalt-hover: #5ebff7;
99
102
  --mds-color-theme-text-team-cobalt-active: #c7eeff;
@@ -214,18 +217,15 @@
214
217
  --mds-color-theme-button-accent-normal: #1170cf;
215
218
  --mds-color-theme-button-accent-hover: #0353a8;
216
219
  --mds-color-theme-button-accent-pressed: #063a75;
217
- --mds-color-theme-outline-primary-normal: #ffffff66;
220
+ --mds-color-theme-outline-primary-normal: #ffffff80;
218
221
  --mds-color-theme-outline-theme-normal: #64b4fa;
219
222
  --mds-color-theme-outline-secondary-normal: #ffffff33;
220
223
  --mds-color-theme-outline-input-normal: #ffffff80;
221
224
  --mds-color-theme-outline-input-active: #ffffffe6;
222
- --mds-color-theme-outline-button-normal: #ffffff4d;
225
+ --mds-color-theme-outline-button-normal: #ffffff80;
223
226
  --mds-color-theme-outline-join-normal: #3cc29a;
224
227
  --mds-color-theme-outline-cancel-normal: #fc8b98;
225
228
  --mds-color-theme-outline-disabled-normal: #ffffff33;
226
- --mds-color-theme-outline-gradient-active-0: #08599c;
227
- --mds-color-theme-outline-gradient-active-1: #22c7d6;
228
- --mds-color-theme-outline-gradient-active-2: #27a17a;
229
229
  --mds-color-theme-outline-share-selected: #27a17a;
230
230
  --mds-color-theme-outline-share-active: #EC6400;
231
231
  --mds-color-theme-outline-share-inactive: #8f8f8f;
@@ -240,6 +240,8 @@
240
240
  --mds-color-theme-outline-label-purple: #f294f1;
241
241
  --mds-color-theme-outline-label-slate: #b0b4d9;
242
242
  --mds-color-theme-outline-label-violet: #c7a5fa;
243
+ --mds-color-theme-outline-promotion-normal: linear-gradient(46deg, #c233c4 -0.03%, #d43b52 99.99%);
244
+ --mds-color-theme-outline-gradient-active: linear-gradient(44deg, #3492eb 14.64%, #00a3b5 51.1%, #3cc29a 85.36%);;
243
245
  --mds-color-theme-control-active-normal: #64b4fa;
244
246
  --mds-color-theme-control-active-hover: #3492eb;
245
247
  --mds-color-theme-control-active-pressed: #1170cf;
@@ -261,13 +263,13 @@
261
263
  --mds-color-theme-whiteboard-sticky-note-purple: #f294f1;
262
264
  --mds-color-theme-whiteboard-sticky-note-cyan: #22c7d6;
263
265
  --mds-color-theme-whiteboard-sticky-note-mint: #30c9b0;
264
- --mds-color-theme-scrollbar-button-normal: #ffffff33;
265
- --mds-color-theme-scrollbar-button-hover: #ffffff4d;
266
- --mds-color-theme-scrollbar-button-pressed: #ffffff66;
266
+ --mds-color-theme-scrollbar-button-normal: #ffffff66;
267
+ --mds-color-theme-scrollbar-button-hover: #ffffff80;
268
+ --mds-color-theme-scrollbar-button-pressed: #ffffff99;
267
269
  --mds-color-theme-scrollbar-arrow-normal: #ffffffb3;
268
270
  --mds-color-theme-scrollbar-arrow-background-normal: #ffffff00;
269
- --mds-color-theme-scrollbar-arrow-background-hover: #ffffff1c;
270
- --mds-color-theme-scrollbar-arrow-background-pressed: #ffffff33;
271
+ --mds-color-theme-scrollbar-arrow-background-hover: #ffffff33;
272
+ --mds-color-theme-scrollbar-arrow-background-pressed: #ffffff4d;
271
273
  --mds-color-theme-scrollbar-background-secondary-ghost: #ffffff00;
272
274
  --mds-color-theme-scrollbar-background-secondary-normal: #ffffff1c;
273
275
  --mds-color-theme-illustrations-empty-primary-0: #93c437;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 19 Mar 2024 11:06:03 GMT
3
+ * Generated on Thu, 11 Apr 2024 18:45:13 GMT
4
4
  */
5
5
 
6
6
  .mds-theme-webex-light {
@@ -288,4 +288,8 @@
288
288
  --mds-color-theme-miscellaneous-partner-sheets: #F4B400;
289
289
  --mds-color-theme-miscellaneous-partner-slides: #0F9D58;
290
290
  --mds-color-theme-miscellaneous-partner-keynotes: #029CFB;
291
+ --mds-color-theme-promotion-button-fixed-default: linear-gradient(46deg, #932099 -0.03%, #a12a3a 99.99%);
292
+ --mds-color-theme-promotion-button-fixed-hover: linear-gradient(46deg, #601e66 -0.04%, #66262d 99.97%);
293
+ --mds-color-theme-promotion-button-fixed-active: linear-gradient(46deg, #3b1840 -0.05%, #3b1e21 99.96%);
294
+ --mds-color-theme-promotion-border-default: linear-gradient(46deg, #251329 -0.03%, #a12a3a 99.99%);
291
295
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 19 Mar 2024 11:06:04 GMT
3
+ * Generated on Thu, 11 Apr 2024 18:45:14 GMT
4
4
  */
5
5
 
6
6
  .mds-theme-stable-lightWebex {
@@ -34,6 +34,9 @@
34
34
  --mds-color-theme-common-button-secondary-dark-disabled: #00000000;
35
35
  --mds-color-theme-common-button-join-animated-gradient-normal-0: #30c9b0;
36
36
  --mds-color-theme-common-button-join-animated-gradient-normal-1: #64b4fa;
37
+ --mds-color-theme-common-button-promotion-normal: linear-gradient(46deg, #932099 -0.03%, #a12a3a 99.99%);
38
+ --mds-color-theme-common-button-promotion-hover: linear-gradient(46deg, #601e66 -0.04%, #66262d 99.97%);
39
+ --mds-color-theme-common-button-promotion-active: linear-gradient(46deg, #3b1840 -0.05%, #3b1e21 99.96%);
37
40
  --mds-color-theme-common-outline-button-normal: #ffffff4d;
38
41
  --mds-color-theme-common-outline-primary-normal: #ffffff66;
39
42
  --mds-color-theme-common-outline-input-normal: #ffffff80;
@@ -214,18 +217,15 @@
214
217
  --mds-color-theme-button-accent-normal: #1170cf;
215
218
  --mds-color-theme-button-accent-hover: #0353a8;
216
219
  --mds-color-theme-button-accent-pressed: #063a75;
217
- --mds-color-theme-outline-primary-normal: #00000066;
220
+ --mds-color-theme-outline-primary-normal: #00000080;
218
221
  --mds-color-theme-outline-theme-normal: #1170cf;
219
222
  --mds-color-theme-outline-secondary-normal: #00000033;
220
223
  --mds-color-theme-outline-input-normal: #00000080;
221
224
  --mds-color-theme-outline-input-active: #000000e6;
222
- --mds-color-theme-outline-button-normal: #0000004d;
225
+ --mds-color-theme-outline-button-normal: #00000080;
223
226
  --mds-color-theme-outline-join-normal: #185e46;
224
227
  --mds-color-theme-outline-cancel-normal: #ab0a15;
225
228
  --mds-color-theme-outline-disabled-normal: #00000033;
226
- --mds-color-theme-outline-gradient-active-0: #08599c;
227
- --mds-color-theme-outline-gradient-active-1: #22c7d6;
228
- --mds-color-theme-outline-gradient-active-2: #27a17a;
229
229
  --mds-color-theme-outline-share-selected: #27a17a;
230
230
  --mds-color-theme-outline-share-active: #EC6400;
231
231
  --mds-color-theme-outline-share-inactive: #8f8f8f;
@@ -240,6 +240,8 @@
240
240
  --mds-color-theme-outline-label-purple: #f294f1;
241
241
  --mds-color-theme-outline-label-slate: #b0b4d9;
242
242
  --mds-color-theme-outline-label-violet: #c7a5fa;
243
+ --mds-color-theme-outline-promotion-normal: linear-gradient(46deg, #251329 -0.03%, #a12a3a 99.99%);
244
+ --mds-color-theme-outline-gradient-active: linear-gradient(44deg, #3492eb 14.64%, #00a3b5 51.1%, #3cc29a 85.36%);;
243
245
  --mds-color-theme-control-active-normal: #1170cf;
244
246
  --mds-color-theme-control-active-hover: #0353a8;
245
247
  --mds-color-theme-control-active-pressed: #063a75;
@@ -261,13 +263,13 @@
261
263
  --mds-color-theme-whiteboard-sticky-note-purple: #f294f1;
262
264
  --mds-color-theme-whiteboard-sticky-note-cyan: #22c7d6;
263
265
  --mds-color-theme-whiteboard-sticky-note-mint: #30c9b0;
264
- --mds-color-theme-scrollbar-button-normal: #00000033;
265
- --mds-color-theme-scrollbar-button-hover: #0000004d;
266
- --mds-color-theme-scrollbar-button-pressed: #00000066;
266
+ --mds-color-theme-scrollbar-button-normal: #00000066;
267
+ --mds-color-theme-scrollbar-button-hover: #00000080;
268
+ --mds-color-theme-scrollbar-button-pressed: #00000099;
267
269
  --mds-color-theme-scrollbar-arrow-normal: #00000099;
268
270
  --mds-color-theme-scrollbar-arrow-background-normal: #00000000;
269
- --mds-color-theme-scrollbar-arrow-background-hover: #0000001c;
270
- --mds-color-theme-scrollbar-arrow-background-pressed: #00000033;
271
+ --mds-color-theme-scrollbar-arrow-background-hover: #00000033;
272
+ --mds-color-theme-scrollbar-arrow-background-pressed: #0000004d;
271
273
  --mds-color-theme-scrollbar-background-secondary-ghost: #00000000;
272
274
  --mds-color-theme-scrollbar-background-secondary-normal: #0000001c;
273
275
  --mds-color-theme-illustrations-empty-primary-0: #93c437;
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Tue, 19 Mar 2024 11:06:03 GMT
7
+ // Generated on Thu, 11 Apr 2024 18:45:13 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -260,6 +260,22 @@ public class {
260
260
  public static let mdsColorGradientRoseDarkSecondary = linear-gradient(180deg, #40162e 0%, #1f0615 100%)
261
261
  public static let mdsColorGradientRoseLightPrimary = linear-gradient(180deg, #fcebf5 0%, #ffffff 100%)
262
262
  public static let mdsColorGradientRoseLightSecondary = linear-gradient(180deg, #fff9fd 0%, #ffffff 100%)
263
+ public static let mdsColorHighcontrastBlackSystemColorButtonFaceColor = #000000
264
+ public static let mdsColorHighcontrastBlackSystemColorButtonTextColor = #ffffff
265
+ public static let mdsColorHighcontrastBlackSystemColorGrayTextColor = #3ff23f
266
+ public static let mdsColorHighcontrastBlackSystemColorHighlightColor = #1aebff
267
+ public static let mdsColorHighcontrastBlackSystemColorHighlightTextColor = #000000
268
+ public static let mdsColorHighcontrastBlackSystemColorHotlightColor = #ffff00
269
+ public static let mdsColorHighcontrastBlackSystemColorWindowColor = #000000
270
+ public static let mdsColorHighcontrastBlackSystemColorWindowTextColor = #ffffff
271
+ public static let mdsColorHighcontrastWhiteSystemColorButtonFaceColor = #ffffff
272
+ public static let mdsColorHighcontrastWhiteSystemColorButtonTextColor = #000000
273
+ public static let mdsColorHighcontrastWhiteSystemColorGrayTextColor = #600000
274
+ public static let mdsColorHighcontrastWhiteSystemColorHighlightColor = #37006e
275
+ public static let mdsColorHighcontrastWhiteSystemColorHighlightTextColor = #ffffff
276
+ public static let mdsColorHighcontrastWhiteSystemColorHotlightColor = #00009f
277
+ public static let mdsColorHighcontrastWhiteSystemColorWindowColor = #ffffff
278
+ public static let mdsColorHighcontrastWhiteSystemColorWindowTextColor = #000000
263
279
  public static let mdsColorMobileBronzeDarkPrimary = #171002
264
280
  public static let mdsColorMobileBronzeDarkSecondary = #231807
265
281
  public static let mdsColorMobileBronzeLightPrimary = #f5efe4
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Tue, 19 Mar 2024 11:06:04 GMT
7
+ // Generated on Thu, 11 Apr 2024 18:45:14 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 Tue, 19 Mar 2024 11:06:04 GMT
7
+ // Generated on Thu, 11 Apr 2024 18:45:14 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 Tue, 19 Mar 2024 11:06:03 GMT
7
+ // Generated on Thu, 11 Apr 2024 18:45:14 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -18,6 +18,9 @@ public class {
18
18
  public static let mdsColorThemeCommonButtonPrimaryHover = #ffffffcc
19
19
  public static let mdsColorThemeCommonButtonPrimaryNormal = #fffffff2
20
20
  public static let mdsColorThemeCommonButtonPrimaryPressed = #ffffffb3
21
+ public static let mdsColorThemeCommonButtonPromotionActive = linear-gradient(46deg, #3b1840 -0.05%, #3b1e21 99.96%)
22
+ public static let mdsColorThemeCommonButtonPromotionHover = linear-gradient(46deg, #601e66 -0.04%, #66262d 99.97%)
23
+ public static let mdsColorThemeCommonButtonPromotionNormal = linear-gradient(46deg, #932099 -0.03%, #a12a3a 99.99%)
21
24
  public static let mdsColorThemeCommonButtonSecondaryActiveHover = #ffffff4d
22
25
  public static let mdsColorThemeCommonButtonSecondaryActiveNormal = #ffffff33
23
26
  public static let mdsColorThemeCommonButtonSecondaryActivePressed = #ffffff66
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Tue, 19 Mar 2024 11:06:03 GMT
7
+ // Generated on Thu, 11 Apr 2024 18:45:13 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -283,6 +283,10 @@ public class {
283
283
  public static let mdsColorThemePositiveTextFixedDefault = #3cc29a
284
284
  public static let mdsColorThemePositiveTextFixedHover = #9fedd8
285
285
  public static let mdsColorThemePositiveTextHover = #9fedd8
286
+ public static let mdsColorThemePromotionBorderDefault = linear-gradient(46deg, #c233c4 -0.03%, #d43b52 99.99%)
287
+ public static let mdsColorThemePromotionButtonFixedActive = linear-gradient(46deg, #3b1840 -0.05%, #3b1e21 99.96%)
288
+ public static let mdsColorThemePromotionButtonFixedDefault = linear-gradient(46deg, #932099 -0.03%, #a12a3a 99.99%)
289
+ public static let mdsColorThemePromotionButtonFixedHover = linear-gradient(46deg, #601e66 -0.04%, #66262d 99.97%)
286
290
  public static let mdsColorThemeWarningBorderDefault = #f2990a
287
291
  public static let mdsColorThemeWarningIndicatorAvatarFixed = #7d4705
288
292
  public static let mdsColorThemeWarningIndicatorChipDefault = #36220c
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Tue, 19 Mar 2024 11:06:03 GMT
7
+ // Generated on Thu, 11 Apr 2024 18:45:14 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -120,6 +120,9 @@ public class {
120
120
  public static let mdsColorThemeCommonButtonPrimaryHover = #ffffffcc
121
121
  public static let mdsColorThemeCommonButtonPrimaryNormal = #fffffff2
122
122
  public static let mdsColorThemeCommonButtonPrimaryPressed = #ffffffb3
123
+ public static let mdsColorThemeCommonButtonPromotionActive = linear-gradient(46deg, #3b1840 -0.05%, #3b1e21 99.96%)
124
+ public static let mdsColorThemeCommonButtonPromotionHover = linear-gradient(46deg, #601e66 -0.04%, #66262d 99.97%)
125
+ public static let mdsColorThemeCommonButtonPromotionNormal = linear-gradient(46deg, #932099 -0.03%, #a12a3a 99.99%)
123
126
  public static let mdsColorThemeCommonButtonSecondaryActiveHover = #ffffff4d
124
127
  public static let mdsColorThemeCommonButtonSecondaryActiveNormal = #ffffff33
125
128
  public static let mdsColorThemeCommonButtonSecondaryActivePressed = #ffffff66
@@ -232,12 +235,10 @@ public class {
232
235
  public static let mdsColorThemeIndicatorSecure = #3492eb
233
236
  public static let mdsColorThemeIndicatorStable = #27a17a
234
237
  public static let mdsColorThemeIndicatorUnstable = #EC6400
235
- public static let mdsColorThemeOutlineButtonNormal = #ffffff4d
238
+ public static let mdsColorThemeOutlineButtonNormal = #ffffff80
236
239
  public static let mdsColorThemeOutlineCancelNormal = #fc8b98
237
240
  public static let mdsColorThemeOutlineDisabledNormal = #ffffff33
238
- public static let mdsColorThemeOutlineGradientActive0 = #08599c
239
- public static let mdsColorThemeOutlineGradientActive1 = #22c7d6
240
- public static let mdsColorThemeOutlineGradientActive2 = #27a17a
241
+ public static let mdsColorThemeOutlineGradientActive = linear-gradient(44deg, #3492eb 14.64%, #00a3b5 51.1%, #3cc29a 85.36%);
241
242
  public static let mdsColorThemeOutlineHighContrastFocus = #ffffff
242
243
  public static let mdsColorThemeOutlineInputActive = #ffffffe6
243
244
  public static let mdsColorThemeOutlineInputNormal = #ffffff80
@@ -252,22 +253,23 @@ public class {
252
253
  public static let mdsColorThemeOutlineLabelSlate = #b0b4d9
253
254
  public static let mdsColorThemeOutlineLabelViolet = #c7a5fa
254
255
  public static let mdsColorThemeOutlineOverlayNormal = #adadad
255
- public static let mdsColorThemeOutlinePrimaryNormal = #ffffff66
256
+ public static let mdsColorThemeOutlinePrimaryNormal = #ffffff80
257
+ public static let mdsColorThemeOutlinePromotionNormal = linear-gradient(46deg, #c233c4 -0.03%, #d43b52 99.99%)
256
258
  public static let mdsColorThemeOutlineSecondaryNormal = #ffffff33
257
259
  public static let mdsColorThemeOutlineShareActive = #EC6400
258
260
  public static let mdsColorThemeOutlineShareInactive = #8f8f8f
259
261
  public static let mdsColorThemeOutlineShareSelected = #27a17a
260
262
  public static let mdsColorThemeOutlineThemeNormal = #64b4fa
261
263
  public static let mdsColorThemeOverlayMeetingsNormal = #000000b3
262
- public static let mdsColorThemeScrollbarArrowBackgroundHover = #ffffff1c
264
+ public static let mdsColorThemeScrollbarArrowBackgroundHover = #ffffff33
263
265
  public static let mdsColorThemeScrollbarArrowBackgroundNormal = #ffffff00
264
- public static let mdsColorThemeScrollbarArrowBackgroundPressed = #ffffff33
266
+ public static let mdsColorThemeScrollbarArrowBackgroundPressed = #ffffff4d
265
267
  public static let mdsColorThemeScrollbarArrowNormal = #ffffffb3
266
268
  public static let mdsColorThemeScrollbarBackgroundSecondaryGhost = #ffffff00
267
269
  public static let mdsColorThemeScrollbarBackgroundSecondaryNormal = #ffffff1c
268
- public static let mdsColorThemeScrollbarButtonHover = #ffffff4d
269
- public static let mdsColorThemeScrollbarButtonNormal = #ffffff33
270
- public static let mdsColorThemeScrollbarButtonPressed = #ffffff66
270
+ public static let mdsColorThemeScrollbarButtonHover = #ffffff80
271
+ public static let mdsColorThemeScrollbarButtonNormal = #ffffff66
272
+ public static let mdsColorThemeScrollbarButtonPressed = #ffffff99
271
273
  public static let mdsColorThemeTeachingBackgroundNormal = #ffffff
272
274
  public static let mdsColorThemeTeachingButtonPrimaryDisabled = #00000033
273
275
  public static let mdsColorThemeTeachingButtonPrimaryHover = #000000cc
@@ -287,9 +289,9 @@ public class {
287
289
  public static let mdsColorThemeTextAccentActive = #bfe3ff
288
290
  public static let mdsColorThemeTextAccentHover = #bfe3ff
289
291
  public static let mdsColorThemeTextAccentNormal = #64b4fa
290
- public static let mdsColorThemeTextAlertOrangeActive = #FEEBD7
291
- public static let mdsColorThemeTextAlertOrangeHover = #FEEBD7
292
- public static let mdsColorThemeTextAlertOrangeNormal = #FEBA7F
292
+ public static let mdsColorThemeTextAlertOrangeActive = #FED5AC
293
+ public static let mdsColorThemeTextAlertOrangeHover = #FED5AC
294
+ public static let mdsColorThemeTextAlertOrangeNormal = #FD884E
293
295
  public static let mdsColorThemeTextAlertPurpleActive = #fce1fc
294
296
  public static let mdsColorThemeTextAlertPurpleHover = #fce1fc
295
297
  public static let mdsColorThemeTextAlertPurpleNormal = #f294f1
@@ -301,7 +303,7 @@ public class {
301
303
  public static let mdsColorThemeTextInvertedNormal = #000000f2
302
304
  public static let mdsColorThemeTextPrimaryDisabled = #ffffff66
303
305
  public static let mdsColorThemeTextPrimaryNormal = #fffffff2
304
- public static let mdsColorThemeTextSecondaryInvertedNormal = #00000099
306
+ public static let mdsColorThemeTextSecondaryInvertedNormal = #000000b3
305
307
  public static let mdsColorThemeTextSecondaryNormal = #ffffffb3
306
308
  public static let mdsColorThemeTextSuccessActive = #9fedd8
307
309
  public static let mdsColorThemeTextSuccessHover = #9fedd8
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Tue, 19 Mar 2024 11:06:03 GMT
7
+ // Generated on Thu, 11 Apr 2024 18:45:13 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -281,6 +281,10 @@ public class {
281
281
  public static let mdsColorThemePositiveTextFixedDefault = #3cc29a
282
282
  public static let mdsColorThemePositiveTextFixedHover = #9fedd8
283
283
  public static let mdsColorThemePositiveTextHover = #0e2b20
284
+ public static let mdsColorThemePromotionBorderDefault = linear-gradient(46deg, #251329 -0.03%, #a12a3a 99.99%)
285
+ public static let mdsColorThemePromotionButtonFixedActive = linear-gradient(46deg, #3b1840 -0.05%, #3b1e21 99.96%)
286
+ public static let mdsColorThemePromotionButtonFixedDefault = linear-gradient(46deg, #932099 -0.03%, #a12a3a 99.99%)
287
+ public static let mdsColorThemePromotionButtonFixedHover = linear-gradient(46deg, #601e66 -0.04%, #66262d 99.97%)
284
288
  public static let mdsColorThemeWarningBorderDefault = #a65e00
285
289
  public static let mdsColorThemeWarningIndicatorAvatarFixed = #7d4705
286
290
  public static let mdsColorThemeWarningIndicatorChipDefault = #ffebc2
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Tue, 19 Mar 2024 11:06:04 GMT
7
+ // Generated on Thu, 11 Apr 2024 18:45:14 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -120,6 +120,9 @@ public class {
120
120
  public static let mdsColorThemeCommonButtonPrimaryHover = #ffffffcc
121
121
  public static let mdsColorThemeCommonButtonPrimaryNormal = #fffffff2
122
122
  public static let mdsColorThemeCommonButtonPrimaryPressed = #ffffffb3
123
+ public static let mdsColorThemeCommonButtonPromotionActive = linear-gradient(46deg, #3b1840 -0.05%, #3b1e21 99.96%)
124
+ public static let mdsColorThemeCommonButtonPromotionHover = linear-gradient(46deg, #601e66 -0.04%, #66262d 99.97%)
125
+ public static let mdsColorThemeCommonButtonPromotionNormal = linear-gradient(46deg, #932099 -0.03%, #a12a3a 99.99%)
123
126
  public static let mdsColorThemeCommonButtonSecondaryActiveHover = #ffffff4d
124
127
  public static let mdsColorThemeCommonButtonSecondaryActiveNormal = #ffffff33
125
128
  public static let mdsColorThemeCommonButtonSecondaryActivePressed = #ffffff66
@@ -232,12 +235,10 @@ public class {
232
235
  public static let mdsColorThemeIndicatorSecure = #1170cf
233
236
  public static let mdsColorThemeIndicatorStable = #1d805f
234
237
  public static let mdsColorThemeIndicatorUnstable = #C94403
235
- public static let mdsColorThemeOutlineButtonNormal = #0000004d
238
+ public static let mdsColorThemeOutlineButtonNormal = #00000080
236
239
  public static let mdsColorThemeOutlineCancelNormal = #ab0a15
237
240
  public static let mdsColorThemeOutlineDisabledNormal = #00000033
238
- public static let mdsColorThemeOutlineGradientActive0 = #08599c
239
- public static let mdsColorThemeOutlineGradientActive1 = #22c7d6
240
- public static let mdsColorThemeOutlineGradientActive2 = #27a17a
241
+ public static let mdsColorThemeOutlineGradientActive = linear-gradient(44deg, #3492eb 14.64%, #00a3b5 51.1%, #3cc29a 85.36%);
241
242
  public static let mdsColorThemeOutlineHighContrastFocus = #000000
242
243
  public static let mdsColorThemeOutlineInputActive = #000000e6
243
244
  public static let mdsColorThemeOutlineInputNormal = #00000080
@@ -252,22 +253,23 @@ public class {
252
253
  public static let mdsColorThemeOutlineLabelSlate = #b0b4d9
253
254
  public static let mdsColorThemeOutlineLabelViolet = #c7a5fa
254
255
  public static let mdsColorThemeOutlineOverlayNormal = #707070
255
- public static let mdsColorThemeOutlinePrimaryNormal = #00000066
256
+ public static let mdsColorThemeOutlinePrimaryNormal = #00000080
257
+ public static let mdsColorThemeOutlinePromotionNormal = linear-gradient(46deg, #251329 -0.03%, #a12a3a 99.99%)
256
258
  public static let mdsColorThemeOutlineSecondaryNormal = #00000033
257
259
  public static let mdsColorThemeOutlineShareActive = #EC6400
258
260
  public static let mdsColorThemeOutlineShareInactive = #8f8f8f
259
261
  public static let mdsColorThemeOutlineShareSelected = #27a17a
260
262
  public static let mdsColorThemeOutlineThemeNormal = #1170cf
261
263
  public static let mdsColorThemeOverlayMeetingsNormal = #ffffffcc
262
- public static let mdsColorThemeScrollbarArrowBackgroundHover = #0000001c
264
+ public static let mdsColorThemeScrollbarArrowBackgroundHover = #00000033
263
265
  public static let mdsColorThemeScrollbarArrowBackgroundNormal = #00000000
264
- public static let mdsColorThemeScrollbarArrowBackgroundPressed = #00000033
266
+ public static let mdsColorThemeScrollbarArrowBackgroundPressed = #0000004d
265
267
  public static let mdsColorThemeScrollbarArrowNormal = #00000099
266
268
  public static let mdsColorThemeScrollbarBackgroundSecondaryGhost = #00000000
267
269
  public static let mdsColorThemeScrollbarBackgroundSecondaryNormal = #0000001c
268
- public static let mdsColorThemeScrollbarButtonHover = #0000004d
269
- public static let mdsColorThemeScrollbarButtonNormal = #00000033
270
- public static let mdsColorThemeScrollbarButtonPressed = #00000066
270
+ public static let mdsColorThemeScrollbarButtonHover = #00000080
271
+ public static let mdsColorThemeScrollbarButtonNormal = #00000066
272
+ public static let mdsColorThemeScrollbarButtonPressed = #00000099
271
273
  public static let mdsColorThemeTeachingBackgroundNormal = #000000
272
274
  public static let mdsColorThemeTeachingButtonPrimaryDisabled = #ffffff33
273
275
  public static let mdsColorThemeTeachingButtonPrimaryHover = #ffffffcc