@momentum-design/tokens 0.5.2 → 0.6.1

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 (124) hide show
  1. package/dist/css/components/complete.css +72 -24
  2. package/dist/css/core/complete.css +1 -1
  3. package/dist/css/effect/complete.css +1 -1
  4. package/dist/css/elevation/complete.css +1 -1
  5. package/dist/css/theme/aaos/day-complete.css +1 -1
  6. package/dist/css/theme/aaos/night-complete.css +1 -1
  7. package/dist/css/theme/webex/dark-bronze-stable.css +7 -3
  8. package/dist/css/theme/webex/dark-indigo-stable.css +7 -3
  9. package/dist/css/theme/webex/dark-jade-stable.css +7 -3
  10. package/dist/css/theme/webex/dark-lavender-stable.css +7 -3
  11. package/dist/css/theme/webex/dark-rose-stable.css +7 -3
  12. package/dist/css/theme/webex/dark-stable.css +7 -3
  13. package/dist/css/theme/webex/hc-dark-stable.css +5 -1
  14. package/dist/css/theme/webex/hc-light-stable.css +5 -1
  15. package/dist/css/theme/webex/light-bronze-stable.css +7 -3
  16. package/dist/css/theme/webex/light-indigo-stable.css +7 -3
  17. package/dist/css/theme/webex/light-jade-stable.css +7 -3
  18. package/dist/css/theme/webex/light-lavender-stable.css +7 -3
  19. package/dist/css/theme/webex/light-rose-stable.css +7 -3
  20. package/dist/css/theme/webex/light-stable.css +7 -3
  21. package/dist/css/typography/complete.css +1 -1
  22. package/dist/ios/core/complete.swift +1 -1
  23. package/dist/ios/effect/complete.swift +1 -1
  24. package/dist/ios/elevation/complete.swift +1 -1
  25. package/dist/ios/theme/aaos/day-complete.swift +1 -1
  26. package/dist/ios/theme/aaos/night-complete.swift +1 -1
  27. package/dist/ios/theme/webex/dark-bronze-stable.swift +7 -3
  28. package/dist/ios/theme/webex/dark-indigo-stable.swift +7 -3
  29. package/dist/ios/theme/webex/dark-jade-stable.swift +7 -3
  30. package/dist/ios/theme/webex/dark-lavender-stable.swift +7 -3
  31. package/dist/ios/theme/webex/dark-rose-stable.swift +7 -3
  32. package/dist/ios/theme/webex/dark-stable.swift +7 -3
  33. package/dist/ios/theme/webex/hc-dark-stable.swift +5 -1
  34. package/dist/ios/theme/webex/hc-light-stable.swift +5 -1
  35. package/dist/ios/theme/webex/light-bronze-stable.swift +7 -3
  36. package/dist/ios/theme/webex/light-indigo-stable.swift +7 -3
  37. package/dist/ios/theme/webex/light-jade-stable.swift +7 -3
  38. package/dist/ios/theme/webex/light-lavender-stable.swift +7 -3
  39. package/dist/ios/theme/webex/light-rose-stable.swift +7 -3
  40. package/dist/ios/theme/webex/light-stable.swift +7 -3
  41. package/dist/ios/typography/complete.swift +1 -1
  42. package/dist/ios-webex/theme/webex/dark-bronze-stable.swift +7 -5
  43. package/dist/ios-webex/theme/webex/dark-indigo-stable.swift +7 -5
  44. package/dist/ios-webex/theme/webex/dark-jade-stable.swift +7 -5
  45. package/dist/ios-webex/theme/webex/dark-lavender-stable.swift +7 -5
  46. package/dist/ios-webex/theme/webex/dark-rose-stable.swift +7 -5
  47. package/dist/ios-webex/theme/webex/dark-stable.swift +7 -5
  48. package/dist/ios-webex/theme/webex/hc-dark-stable.swift +4 -0
  49. package/dist/ios-webex/theme/webex/hc-light-stable.swift +12 -0
  50. package/dist/ios-webex/theme/webex/light-bronze-stable.swift +19 -13
  51. package/dist/ios-webex/theme/webex/light-indigo-stable.swift +19 -13
  52. package/dist/ios-webex/theme/webex/light-jade-stable.swift +19 -13
  53. package/dist/ios-webex/theme/webex/light-lavender-stable.swift +19 -13
  54. package/dist/ios-webex/theme/webex/light-rose-stable.swift +19 -13
  55. package/dist/ios-webex/theme/webex/light-stable.swift +19 -13
  56. package/dist/json/theme/webex/dark-bronze-stable.json +116 -6
  57. package/dist/json/theme/webex/dark-indigo-stable.json +116 -6
  58. package/dist/json/theme/webex/dark-jade-stable.json +116 -6
  59. package/dist/json/theme/webex/dark-lavender-stable.json +116 -6
  60. package/dist/json/theme/webex/dark-rose-stable.json +116 -6
  61. package/dist/json/theme/webex/dark-stable.json +116 -6
  62. package/dist/json/theme/webex/hc-dark-stable.json +110 -0
  63. package/dist/json/theme/webex/hc-light-stable.json +110 -0
  64. package/dist/json/theme/webex/light-bronze-stable.json +116 -6
  65. package/dist/json/theme/webex/light-indigo-stable.json +116 -6
  66. package/dist/json/theme/webex/light-jade-stable.json +116 -6
  67. package/dist/json/theme/webex/light-lavender-stable.json +116 -6
  68. package/dist/json/theme/webex/light-rose-stable.json +116 -6
  69. package/dist/json/theme/webex/light-stable.json +116 -6
  70. package/dist/json-minimal/theme/webex/dark-bronze-stable.json +10 -2
  71. package/dist/json-minimal/theme/webex/dark-indigo-stable.json +10 -2
  72. package/dist/json-minimal/theme/webex/dark-jade-stable.json +10 -2
  73. package/dist/json-minimal/theme/webex/dark-lavender-stable.json +10 -2
  74. package/dist/json-minimal/theme/webex/dark-rose-stable.json +10 -2
  75. package/dist/json-minimal/theme/webex/dark-stable.json +10 -2
  76. package/dist/json-minimal/theme/webex/hc-dark-stable.json +8 -0
  77. package/dist/json-minimal/theme/webex/hc-light-stable.json +8 -0
  78. package/dist/json-minimal/theme/webex/light-bronze-stable.json +10 -2
  79. package/dist/json-minimal/theme/webex/light-indigo-stable.json +10 -2
  80. package/dist/json-minimal/theme/webex/light-jade-stable.json +10 -2
  81. package/dist/json-minimal/theme/webex/light-lavender-stable.json +10 -2
  82. package/dist/json-minimal/theme/webex/light-rose-stable.json +10 -2
  83. package/dist/json-minimal/theme/webex/light-stable.json +10 -2
  84. package/dist/resources/core/complete.xml +1 -1
  85. package/dist/resources/effect/complete.xml +1 -1
  86. package/dist/resources/elevation/complete.xml +1 -1
  87. package/dist/resources/theme/aaos/day-complete.xml +1 -1
  88. package/dist/resources/theme/aaos/night-complete.xml +1 -1
  89. package/dist/resources/theme/webex/dark-bronze-stable.xml +7 -3
  90. package/dist/resources/theme/webex/dark-indigo-stable.xml +7 -3
  91. package/dist/resources/theme/webex/dark-jade-stable.xml +7 -3
  92. package/dist/resources/theme/webex/dark-lavender-stable.xml +7 -3
  93. package/dist/resources/theme/webex/dark-rose-stable.xml +7 -3
  94. package/dist/resources/theme/webex/dark-stable.xml +7 -3
  95. package/dist/resources/theme/webex/hc-dark-stable.xml +5 -1
  96. package/dist/resources/theme/webex/hc-light-stable.xml +5 -1
  97. package/dist/resources/theme/webex/light-bronze-stable.xml +7 -3
  98. package/dist/resources/theme/webex/light-indigo-stable.xml +7 -3
  99. package/dist/resources/theme/webex/light-jade-stable.xml +7 -3
  100. package/dist/resources/theme/webex/light-lavender-stable.xml +7 -3
  101. package/dist/resources/theme/webex/light-rose-stable.xml +7 -3
  102. package/dist/resources/theme/webex/light-stable.xml +7 -3
  103. package/dist/resources/typography/complete.xml +1 -1
  104. package/dist/scss/core/complete.scss +1 -1
  105. package/dist/scss/effect/complete.scss +1 -1
  106. package/dist/scss/elevation/complete.scss +1 -1
  107. package/dist/scss/theme/aaos/day-complete.scss +1 -1
  108. package/dist/scss/theme/aaos/night-complete.scss +1 -1
  109. package/dist/scss/theme/webex/dark-bronze-stable.scss +7 -3
  110. package/dist/scss/theme/webex/dark-indigo-stable.scss +7 -3
  111. package/dist/scss/theme/webex/dark-jade-stable.scss +7 -3
  112. package/dist/scss/theme/webex/dark-lavender-stable.scss +7 -3
  113. package/dist/scss/theme/webex/dark-rose-stable.scss +7 -3
  114. package/dist/scss/theme/webex/dark-stable.scss +7 -3
  115. package/dist/scss/theme/webex/hc-dark-stable.scss +5 -1
  116. package/dist/scss/theme/webex/hc-light-stable.scss +5 -1
  117. package/dist/scss/theme/webex/light-bronze-stable.scss +7 -3
  118. package/dist/scss/theme/webex/light-indigo-stable.scss +7 -3
  119. package/dist/scss/theme/webex/light-jade-stable.scss +7 -3
  120. package/dist/scss/theme/webex/light-lavender-stable.scss +7 -3
  121. package/dist/scss/theme/webex/light-rose-stable.scss +7 -3
  122. package/dist/scss/theme/webex/light-stable.scss +7 -3
  123. package/dist/scss/typography/complete.scss +1 -1
  124. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 04 Apr 2025 18:42:36 GMT
3
+ * Generated on Wed, 30 Apr 2025 07:16:14 GMT
4
4
  */
5
5
 
6
6
  .mds-theme-stable-hcDarkWebex {
@@ -165,6 +165,8 @@
165
165
  --mds-color-theme-background-glass-normal: #000000;
166
166
  --mds-color-theme-background-glass-overlay-normal: #ffff00;
167
167
  --mds-color-theme-background-glass-overlay-inactive: #000000;
168
+ --mds-color-theme-background-glass-radial-0: #000000;
169
+ --mds-color-theme-background-glass-radial-1: #000000;
168
170
  --mds-color-theme-background-input-disabled: #3ff23f;
169
171
  --mds-color-theme-button-primary-normal: #000000;
170
172
  --mds-color-theme-button-primary-hover: #1aebff;
@@ -216,6 +218,7 @@
216
218
  --mds-color-theme-outline-promotion-normal: #ffffff;
217
219
  --mds-color-theme-outline-gradient-active: #ffffff;
218
220
  --mds-color-theme-outline-warning-normal: #ffffff;
221
+ --mds-color-theme-outline-glass-normal: #ffffff;
219
222
  --mds-color-theme-control-active-normal: #1aebff;
220
223
  --mds-color-theme-control-active-hover: #000000;
221
224
  --mds-color-theme-control-active-pressed: #000000;
@@ -291,6 +294,7 @@
291
294
  --mds-color-theme-gradientdivider-purple-hover: #ffffff;
292
295
  --mds-color-theme-gradientdivider-vertical-normal: #ffffff;
293
296
  --mds-color-theme-gradientdivider-vertical-hover: #ffffff;
297
+ --mds-color-theme-avatar-ghost: #000000;
294
298
  --mds-color-theme-avatar-default: #ffffff;
295
299
  --mds-color-theme-avatar-cobalt: #ffffff;
296
300
  --mds-color-theme-avatar-cyan: #ffffff;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 04 Apr 2025 18:42:36 GMT
3
+ * Generated on Wed, 30 Apr 2025 07:16:14 GMT
4
4
  */
5
5
 
6
6
  .mds-theme-stable-hcLightWebex {
@@ -165,6 +165,8 @@
165
165
  --mds-color-theme-background-glass-normal: #ffffff;
166
166
  --mds-color-theme-background-glass-overlay-normal: #00009f;
167
167
  --mds-color-theme-background-glass-overlay-inactive: #ffffff;
168
+ --mds-color-theme-background-glass-radial-0: #ffffff;
169
+ --mds-color-theme-background-glass-radial-1: #ffffff;
168
170
  --mds-color-theme-background-input-disabled: #600000;
169
171
  --mds-color-theme-button-primary-normal: #ffffff;
170
172
  --mds-color-theme-button-primary-hover: #37006e;
@@ -216,6 +218,7 @@
216
218
  --mds-color-theme-outline-promotion-normal: #000000;
217
219
  --mds-color-theme-outline-gradient-active: #000000;
218
220
  --mds-color-theme-outline-warning-normal: #000000;
221
+ --mds-color-theme-outline-glass-normal: #000000;
219
222
  --mds-color-theme-control-active-normal: #37006e;
220
223
  --mds-color-theme-control-active-hover: #ffffff;
221
224
  --mds-color-theme-control-active-pressed: #ffffff;
@@ -275,6 +278,7 @@
275
278
  --mds-color-theme-groupedbackground-secondary-normal: #ffffff;
276
279
  --mds-color-theme-groupedbackground-tertiary-normal: #ffffff;
277
280
  --mds-color-theme-groupedbackground-quaternary-normal: #ffffff;
281
+ --mds-color-theme-avatar-ghost: #ffffff;
278
282
  --mds-color-theme-avatar-default: #000000;
279
283
  --mds-color-theme-avatar-cobalt: #000000;
280
284
  --mds-color-theme-avatar-cyan: #000000;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 04 Apr 2025 18:42:41 GMT
3
+ * Generated on Wed, 30 Apr 2025 07:16:19 GMT
4
4
  */
5
5
 
6
6
  .mds-theme-stable-lightBronzeWebex {
@@ -161,10 +161,12 @@
161
161
  --mds-color-theme-background-gradient-primary-normal: linear-gradient(180deg, #f5efe4 0%, #ffffff 100%);
162
162
  --mds-color-theme-background-gradient-secondary-normal: linear-gradient(180deg, #fcfaf4 0%, #ffffff 100%);
163
163
  --mds-color-theme-background-reaction-normal: linear-gradient(90deg, #ffffffe6 0%, #ffffff00 100%);
164
- --mds-color-theme-background-skeleton-normal: linear-gradient(123deg, #00000033 0%, #0000004d 27.6%, #00000066 58.85%, #00000080 100%);
165
- --mds-color-theme-background-glass-normal: #ffffff99;
164
+ --mds-color-theme-background-skeleton-normal: #8f8f8f;
165
+ --mds-color-theme-background-glass-normal: #ffffff66;
166
166
  --mds-color-theme-background-glass-overlay-normal: #ffffffcc;
167
167
  --mds-color-theme-background-glass-overlay-inactive: #ffffff66;
168
+ --mds-color-theme-background-glass-radial-0: #ffffffe6;
169
+ --mds-color-theme-background-glass-radial-1: #ffffff66;
168
170
  --mds-color-theme-background-input-disabled: #0000001c;
169
171
  --mds-color-theme-button-primary-normal: #000000f2;
170
172
  --mds-color-theme-button-primary-hover: #000000cc;
@@ -216,6 +218,7 @@
216
218
  --mds-color-theme-outline-promotion-normal: #c233c4;
217
219
  --mds-color-theme-outline-gradient-active: linear-gradient(44deg, #3492eb 14.64%, #00a3b5 51.1%, #3cc29a 85.36%);
218
220
  --mds-color-theme-outline-warning-normal: #7d4705;
221
+ --mds-color-theme-outline-glass-normal: linear-gradient(180deg, #ffffff 0%, #ffffff99 100%);
219
222
  --mds-color-theme-control-active-normal: #1170cf;
220
223
  --mds-color-theme-control-active-hover: #0353a8;
221
224
  --mds-color-theme-control-active-pressed: #063a75;
@@ -361,6 +364,7 @@
361
364
  --mds-color-theme-groupedbackground-secondary-normal: #ffffff;
362
365
  --mds-color-theme-groupedbackground-tertiary-normal: #f7f7f7;
363
366
  --mds-color-theme-groupedbackground-quaternary-normal: #ffffff;
367
+ --mds-color-theme-avatar-ghost: #00000000;
364
368
  --mds-color-theme-avatar-default: #545454;
365
369
  --mds-color-theme-avatar-cobalt: #08599c;
366
370
  --mds-color-theme-avatar-cyan: #066070;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 04 Apr 2025 18:42:40 GMT
3
+ * Generated on Wed, 30 Apr 2025 07:16:18 GMT
4
4
  */
5
5
 
6
6
  .mds-theme-stable-lightIndigoWebex {
@@ -161,10 +161,12 @@
161
161
  --mds-color-theme-background-gradient-primary-normal: linear-gradient(180deg, #ebeffc 0%, #ffffff 100%);
162
162
  --mds-color-theme-background-gradient-secondary-normal: linear-gradient(180deg, #f7f9ff 0%, #ffffff 100%);
163
163
  --mds-color-theme-background-reaction-normal: linear-gradient(90deg, #ffffffe6 0%, #ffffff00 100%);
164
- --mds-color-theme-background-skeleton-normal: linear-gradient(123deg, #00000033 0%, #0000004d 27.6%, #00000066 58.85%, #00000080 100%);
165
- --mds-color-theme-background-glass-normal: #ffffff99;
164
+ --mds-color-theme-background-skeleton-normal: #8f8f8f;
165
+ --mds-color-theme-background-glass-normal: #ffffff66;
166
166
  --mds-color-theme-background-glass-overlay-normal: #ffffffcc;
167
167
  --mds-color-theme-background-glass-overlay-inactive: #ffffff66;
168
+ --mds-color-theme-background-glass-radial-0: #ffffffe6;
169
+ --mds-color-theme-background-glass-radial-1: #ffffff66;
168
170
  --mds-color-theme-background-input-disabled: #0000001c;
169
171
  --mds-color-theme-button-primary-normal: #000000f2;
170
172
  --mds-color-theme-button-primary-hover: #000000cc;
@@ -216,6 +218,7 @@
216
218
  --mds-color-theme-outline-promotion-normal: #c233c4;
217
219
  --mds-color-theme-outline-gradient-active: linear-gradient(44deg, #3492eb 14.64%, #00a3b5 51.1%, #3cc29a 85.36%);
218
220
  --mds-color-theme-outline-warning-normal: #7d4705;
221
+ --mds-color-theme-outline-glass-normal: linear-gradient(180deg, #ffffff 0%, #ffffff99 100%);
219
222
  --mds-color-theme-control-active-normal: #1170cf;
220
223
  --mds-color-theme-control-active-hover: #0353a8;
221
224
  --mds-color-theme-control-active-pressed: #063a75;
@@ -361,6 +364,7 @@
361
364
  --mds-color-theme-groupedbackground-secondary-normal: #ffffff;
362
365
  --mds-color-theme-groupedbackground-tertiary-normal: #f7f7f7;
363
366
  --mds-color-theme-groupedbackground-quaternary-normal: #ffffff;
367
+ --mds-color-theme-avatar-ghost: #00000000;
364
368
  --mds-color-theme-avatar-default: #545454;
365
369
  --mds-color-theme-avatar-cobalt: #08599c;
366
370
  --mds-color-theme-avatar-cyan: #066070;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 04 Apr 2025 18:42:40 GMT
3
+ * Generated on Wed, 30 Apr 2025 07:16:18 GMT
4
4
  */
5
5
 
6
6
  .mds-theme-stable-lightJadeWebex {
@@ -161,10 +161,12 @@
161
161
  --mds-color-theme-background-gradient-primary-normal: linear-gradient(180deg, #e6f2f1 0%, #ffffff 100%);
162
162
  --mds-color-theme-background-gradient-secondary-normal: linear-gradient(180deg, #f7fcfc 0%, #ffffff 100%);
163
163
  --mds-color-theme-background-reaction-normal: linear-gradient(90deg, #ffffffe6 0%, #ffffff00 100%);
164
- --mds-color-theme-background-skeleton-normal: linear-gradient(123deg, #00000033 0%, #0000004d 27.6%, #00000066 58.85%, #00000080 100%);
165
- --mds-color-theme-background-glass-normal: #ffffff99;
164
+ --mds-color-theme-background-skeleton-normal: #8f8f8f;
165
+ --mds-color-theme-background-glass-normal: #ffffff66;
166
166
  --mds-color-theme-background-glass-overlay-normal: #ffffffcc;
167
167
  --mds-color-theme-background-glass-overlay-inactive: #ffffff66;
168
+ --mds-color-theme-background-glass-radial-0: #ffffffe6;
169
+ --mds-color-theme-background-glass-radial-1: #ffffff66;
168
170
  --mds-color-theme-background-input-disabled: #0000001c;
169
171
  --mds-color-theme-button-primary-normal: #000000f2;
170
172
  --mds-color-theme-button-primary-hover: #000000cc;
@@ -216,6 +218,7 @@
216
218
  --mds-color-theme-outline-promotion-normal: #c233c4;
217
219
  --mds-color-theme-outline-gradient-active: linear-gradient(44deg, #3492eb 14.64%, #00a3b5 51.1%, #3cc29a 85.36%);
218
220
  --mds-color-theme-outline-warning-normal: #7d4705;
221
+ --mds-color-theme-outline-glass-normal: linear-gradient(180deg, #ffffff 0%, #ffffff99 100%);
219
222
  --mds-color-theme-control-active-normal: #1170cf;
220
223
  --mds-color-theme-control-active-hover: #0353a8;
221
224
  --mds-color-theme-control-active-pressed: #063a75;
@@ -361,6 +364,7 @@
361
364
  --mds-color-theme-groupedbackground-secondary-normal: #ffffff;
362
365
  --mds-color-theme-groupedbackground-tertiary-normal: #f7f7f7;
363
366
  --mds-color-theme-groupedbackground-quaternary-normal: #ffffff;
367
+ --mds-color-theme-avatar-ghost: #00000000;
364
368
  --mds-color-theme-avatar-default: #545454;
365
369
  --mds-color-theme-avatar-cobalt: #08599c;
366
370
  --mds-color-theme-avatar-cyan: #066070;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 04 Apr 2025 18:42:41 GMT
3
+ * Generated on Wed, 30 Apr 2025 07:16:19 GMT
4
4
  */
5
5
 
6
6
  .mds-theme-stable-lightLavenderWebex {
@@ -161,10 +161,12 @@
161
161
  --mds-color-theme-background-gradient-primary-normal: linear-gradient(180deg, #f4ebff 0%, #ffffff 100%);
162
162
  --mds-color-theme-background-gradient-secondary-normal: linear-gradient(180deg, #fbf7ff 0%, #ffffff 100%);
163
163
  --mds-color-theme-background-reaction-normal: linear-gradient(90deg, #ffffffe6 0%, #ffffff00 100%);
164
- --mds-color-theme-background-skeleton-normal: linear-gradient(123deg, #00000033 0%, #0000004d 27.6%, #00000066 58.85%, #00000080 100%);
165
- --mds-color-theme-background-glass-normal: #ffffff99;
164
+ --mds-color-theme-background-skeleton-normal: #8f8f8f;
165
+ --mds-color-theme-background-glass-normal: #ffffff66;
166
166
  --mds-color-theme-background-glass-overlay-normal: #ffffffcc;
167
167
  --mds-color-theme-background-glass-overlay-inactive: #ffffff66;
168
+ --mds-color-theme-background-glass-radial-0: #ffffffe6;
169
+ --mds-color-theme-background-glass-radial-1: #ffffff66;
168
170
  --mds-color-theme-background-input-disabled: #0000001c;
169
171
  --mds-color-theme-button-primary-normal: #000000f2;
170
172
  --mds-color-theme-button-primary-hover: #000000cc;
@@ -216,6 +218,7 @@
216
218
  --mds-color-theme-outline-promotion-normal: #c233c4;
217
219
  --mds-color-theme-outline-gradient-active: linear-gradient(44deg, #3492eb 14.64%, #00a3b5 51.1%, #3cc29a 85.36%);
218
220
  --mds-color-theme-outline-warning-normal: #7d4705;
221
+ --mds-color-theme-outline-glass-normal: linear-gradient(180deg, #ffffff 0%, #ffffff99 100%);
219
222
  --mds-color-theme-control-active-normal: #1170cf;
220
223
  --mds-color-theme-control-active-hover: #0353a8;
221
224
  --mds-color-theme-control-active-pressed: #063a75;
@@ -361,6 +364,7 @@
361
364
  --mds-color-theme-groupedbackground-secondary-normal: #ffffff;
362
365
  --mds-color-theme-groupedbackground-tertiary-normal: #f7f7f7;
363
366
  --mds-color-theme-groupedbackground-quaternary-normal: #ffffff;
367
+ --mds-color-theme-avatar-ghost: #00000000;
364
368
  --mds-color-theme-avatar-default: #545454;
365
369
  --mds-color-theme-avatar-cobalt: #08599c;
366
370
  --mds-color-theme-avatar-cyan: #066070;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 04 Apr 2025 18:42:41 GMT
3
+ * Generated on Wed, 30 Apr 2025 07:16:19 GMT
4
4
  */
5
5
 
6
6
  .mds-theme-stable-lightRoseWebex {
@@ -161,10 +161,12 @@
161
161
  --mds-color-theme-background-gradient-primary-normal: linear-gradient(180deg, #fcebf5 0%, #ffffff 100%);
162
162
  --mds-color-theme-background-gradient-secondary-normal: linear-gradient(180deg, #fff9fd 0%, #ffffff 100%);
163
163
  --mds-color-theme-background-reaction-normal: linear-gradient(90deg, #ffffffe6 0%, #ffffff00 100%);
164
- --mds-color-theme-background-skeleton-normal: linear-gradient(123deg, #00000033 0%, #0000004d 27.6%, #00000066 58.85%, #00000080 100%);
165
- --mds-color-theme-background-glass-normal: #ffffff99;
164
+ --mds-color-theme-background-skeleton-normal: #8f8f8f;
165
+ --mds-color-theme-background-glass-normal: #ffffff66;
166
166
  --mds-color-theme-background-glass-overlay-normal: #ffffffcc;
167
167
  --mds-color-theme-background-glass-overlay-inactive: #ffffff66;
168
+ --mds-color-theme-background-glass-radial-0: #ffffffe6;
169
+ --mds-color-theme-background-glass-radial-1: #ffffff66;
168
170
  --mds-color-theme-background-input-disabled: #0000001c;
169
171
  --mds-color-theme-button-primary-normal: #000000f2;
170
172
  --mds-color-theme-button-primary-hover: #000000cc;
@@ -216,6 +218,7 @@
216
218
  --mds-color-theme-outline-promotion-normal: #c233c4;
217
219
  --mds-color-theme-outline-gradient-active: linear-gradient(44deg, #3492eb 14.64%, #00a3b5 51.1%, #3cc29a 85.36%);
218
220
  --mds-color-theme-outline-warning-normal: #7d4705;
221
+ --mds-color-theme-outline-glass-normal: linear-gradient(180deg, #ffffff 0%, #ffffff99 100%);
219
222
  --mds-color-theme-control-active-normal: #1170cf;
220
223
  --mds-color-theme-control-active-hover: #0353a8;
221
224
  --mds-color-theme-control-active-pressed: #063a75;
@@ -361,6 +364,7 @@
361
364
  --mds-color-theme-groupedbackground-secondary-normal: #ffffff;
362
365
  --mds-color-theme-groupedbackground-tertiary-normal: #f7f7f7;
363
366
  --mds-color-theme-groupedbackground-quaternary-normal: #ffffff;
367
+ --mds-color-theme-avatar-ghost: #00000000;
364
368
  --mds-color-theme-avatar-default: #545454;
365
369
  --mds-color-theme-avatar-cobalt: #08599c;
366
370
  --mds-color-theme-avatar-cyan: #066070;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 04 Apr 2025 18:42:35 GMT
3
+ * Generated on Wed, 30 Apr 2025 07:16:13 GMT
4
4
  */
5
5
 
6
6
  .mds-theme-stable-lightWebex {
@@ -161,10 +161,12 @@
161
161
  --mds-color-theme-background-gradient-primary-normal: linear-gradient(180deg, #f0f0f0 0%, #ffffff 100%);
162
162
  --mds-color-theme-background-gradient-secondary-normal: linear-gradient(180deg, #fafafa 0%, #ffffff 100%);
163
163
  --mds-color-theme-background-reaction-normal: linear-gradient(90deg, #ffffffe6 0%, #ffffff00 100%);
164
- --mds-color-theme-background-skeleton-normal: linear-gradient(123deg, #00000033 0%, #0000004d 27.6%, #00000066 58.85%, #00000080 100%);
165
- --mds-color-theme-background-glass-normal: #ffffff99;
164
+ --mds-color-theme-background-skeleton-normal: #8f8f8f;
165
+ --mds-color-theme-background-glass-normal: #ffffff66;
166
166
  --mds-color-theme-background-glass-overlay-normal: #ffffffcc;
167
167
  --mds-color-theme-background-glass-overlay-inactive: #ffffff66;
168
+ --mds-color-theme-background-glass-radial-0: #ffffffe6;
169
+ --mds-color-theme-background-glass-radial-1: #ffffff66;
168
170
  --mds-color-theme-background-input-disabled: #0000001c;
169
171
  --mds-color-theme-button-primary-normal: #000000f2;
170
172
  --mds-color-theme-button-primary-hover: #000000cc;
@@ -216,6 +218,7 @@
216
218
  --mds-color-theme-outline-promotion-normal: #c233c4;
217
219
  --mds-color-theme-outline-gradient-active: linear-gradient(44deg, #3492eb 14.64%, #00a3b5 51.1%, #3cc29a 85.36%);
218
220
  --mds-color-theme-outline-warning-normal: #7d4705;
221
+ --mds-color-theme-outline-glass-normal: linear-gradient(180deg, #ffffff 0%, #ffffff99 100%);
219
222
  --mds-color-theme-control-active-normal: #1170cf;
220
223
  --mds-color-theme-control-active-hover: #0353a8;
221
224
  --mds-color-theme-control-active-pressed: #063a75;
@@ -361,6 +364,7 @@
361
364
  --mds-color-theme-groupedbackground-secondary-normal: #ffffff;
362
365
  --mds-color-theme-groupedbackground-tertiary-normal: #f7f7f7;
363
366
  --mds-color-theme-groupedbackground-quaternary-normal: #ffffff;
367
+ --mds-color-theme-avatar-ghost: #00000000;
364
368
  --mds-color-theme-avatar-default: #545454;
365
369
  --mds-color-theme-avatar-cobalt: #08599c;
366
370
  --mds-color-theme-avatar-cyan: #066070;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 04 Apr 2025 18:42:43 GMT
3
+ * Generated on Wed, 30 Apr 2025 07:16:21 GMT
4
4
  */
5
5
 
6
6
  .mds-typography {
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Fri, 04 Apr 2025 18:42:34 GMT
7
+ // Generated on Wed, 30 Apr 2025 07:16:12 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, 04 Apr 2025 18:42:34 GMT
7
+ // Generated on Wed, 30 Apr 2025 07:16:12 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, 04 Apr 2025 18:42:45 GMT
7
+ // Generated on Wed, 30 Apr 2025 07:16:23 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, 04 Apr 2025 18:42:36 GMT
7
+ // Generated on Wed, 30 Apr 2025 07:16: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 Fri, 04 Apr 2025 18:42:36 GMT
7
+ // Generated on Wed, 30 Apr 2025 07:16: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 Fri, 04 Apr 2025 18:42:39 GMT
7
+ // Generated on Wed, 30 Apr 2025 07:16:17 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -13,6 +13,7 @@ public class {
13
13
  public static let mdsColorThemeAvatarCobalt = #08599c
14
14
  public static let mdsColorThemeAvatarCyan = #066070
15
15
  public static let mdsColorThemeAvatarDefault = #545454
16
+ public static let mdsColorThemeAvatarGhost = #ffffff00
16
17
  public static let mdsColorThemeAvatarGlassActive = #ffffffcc
17
18
  public static let mdsColorThemeAvatarGlassNormal = #ffffff12
18
19
  public static let mdsColorThemeAvatarGold = #735107
@@ -49,9 +50,11 @@ public class {
49
50
  public static let mdsColorThemeBackgroundAlertWarningActive = #57330a
50
51
  public static let mdsColorThemeBackgroundAlertWarningHover = #36220c
51
52
  public static let mdsColorThemeBackgroundAlertWarningNormal = #36220c
52
- public static let mdsColorThemeBackgroundGlassNormal = #00000066
53
+ public static let mdsColorThemeBackgroundGlassNormal = #ffffff0d
53
54
  public static let mdsColorThemeBackgroundGlassOverlayInactive = #00000066
54
55
  public static let mdsColorThemeBackgroundGlassOverlayNormal = #000000cc
56
+ public static let mdsColorThemeBackgroundGlassRadial0 = #ffffff66
57
+ public static let mdsColorThemeBackgroundGlassRadial1 = #ffffff0d
55
58
  public static let mdsColorThemeBackgroundGradientPrimaryNormal = linear-gradient(180deg, #1f1402 0%, #171002 100%)
56
59
  public static let mdsColorThemeBackgroundGradientSecondaryNormal = linear-gradient(180deg, #2e2515 0%, #171002 100%)
57
60
  public static let mdsColorThemeBackgroundInputDisabled = #ffffff1c
@@ -98,7 +101,7 @@ public class {
98
101
  public static let mdsColorThemeBackgroundSecondaryDisabled = #ffffff00
99
102
  public static let mdsColorThemeBackgroundSecondaryHover = #ffffff33
100
103
  public static let mdsColorThemeBackgroundSecondaryNormal = #ffffff1c
101
- public static let mdsColorThemeBackgroundSkeletonNormal = linear-gradient(123deg, #ffffff33 0%, #ffffff4d 33.85%, #ffffff66 70.31%, #ffffff80 100%)
104
+ public static let mdsColorThemeBackgroundSkeletonNormal = #707070
102
105
  public static let mdsColorThemeBackgroundSolidPrimaryNormal = #000000
103
106
  public static let mdsColorThemeBackgroundSolidQuaternaryNormal = #3b3b3b
104
107
  public static let mdsColorThemeBackgroundSolidSecondaryNormal = #1a1a1a
@@ -310,6 +313,7 @@ public class {
310
313
  public static let mdsColorThemeInvertedTextSecondaryNormal = #000000b3
311
314
  public static let mdsColorThemeOutlineButtonNormal = #ffffff80
312
315
  public static let mdsColorThemeOutlineCancelNormal = #fc8b98
316
+ public static let mdsColorThemeOutlineGlassNormal = linear-gradient(180deg, #ffffff1c 0%, #ffffff0d 100%)
313
317
  public static let mdsColorThemeOutlineGradientActive = linear-gradient(44deg, #3492eb 14.64%, #22c7d6 51.1%, #68debd 85.36%)
314
318
  public static let mdsColorThemeOutlineHighContrastFocus = #ffffff
315
319
  public static let mdsColorThemeOutlineInputActive = #ffffffe6
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Fri, 04 Apr 2025 18:42:38 GMT
7
+ // Generated on Wed, 30 Apr 2025 07:16:16 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -13,6 +13,7 @@ public class {
13
13
  public static let mdsColorThemeAvatarCobalt = #08599c
14
14
  public static let mdsColorThemeAvatarCyan = #066070
15
15
  public static let mdsColorThemeAvatarDefault = #545454
16
+ public static let mdsColorThemeAvatarGhost = #ffffff00
16
17
  public static let mdsColorThemeAvatarGlassActive = #ffffffcc
17
18
  public static let mdsColorThemeAvatarGlassNormal = #ffffff12
18
19
  public static let mdsColorThemeAvatarGold = #735107
@@ -49,9 +50,11 @@ public class {
49
50
  public static let mdsColorThemeBackgroundAlertWarningActive = #57330a
50
51
  public static let mdsColorThemeBackgroundAlertWarningHover = #36220c
51
52
  public static let mdsColorThemeBackgroundAlertWarningNormal = #36220c
52
- public static let mdsColorThemeBackgroundGlassNormal = #00000066
53
+ public static let mdsColorThemeBackgroundGlassNormal = #ffffff0d
53
54
  public static let mdsColorThemeBackgroundGlassOverlayInactive = #00000066
54
55
  public static let mdsColorThemeBackgroundGlassOverlayNormal = #000000cc
56
+ public static let mdsColorThemeBackgroundGlassRadial0 = #ffffff66
57
+ public static let mdsColorThemeBackgroundGlassRadial1 = #ffffff0d
55
58
  public static let mdsColorThemeBackgroundGradientPrimaryNormal = linear-gradient(180deg, #13182b 0%, #0e111a 100%)
56
59
  public static let mdsColorThemeBackgroundGradientSecondaryNormal = linear-gradient(180deg, #212536 0%, #0e111a 100%)
57
60
  public static let mdsColorThemeBackgroundInputDisabled = #ffffff1c
@@ -98,7 +101,7 @@ public class {
98
101
  public static let mdsColorThemeBackgroundSecondaryDisabled = #ffffff00
99
102
  public static let mdsColorThemeBackgroundSecondaryHover = #ffffff33
100
103
  public static let mdsColorThemeBackgroundSecondaryNormal = #ffffff1c
101
- public static let mdsColorThemeBackgroundSkeletonNormal = linear-gradient(123deg, #ffffff33 0%, #ffffff4d 33.85%, #ffffff66 70.31%, #ffffff80 100%)
104
+ public static let mdsColorThemeBackgroundSkeletonNormal = #707070
102
105
  public static let mdsColorThemeBackgroundSolidPrimaryNormal = #000000
103
106
  public static let mdsColorThemeBackgroundSolidQuaternaryNormal = #3b3b3b
104
107
  public static let mdsColorThemeBackgroundSolidSecondaryNormal = #1a1a1a
@@ -310,6 +313,7 @@ public class {
310
313
  public static let mdsColorThemeInvertedTextSecondaryNormal = #000000b3
311
314
  public static let mdsColorThemeOutlineButtonNormal = #ffffff80
312
315
  public static let mdsColorThemeOutlineCancelNormal = #fc8b98
316
+ public static let mdsColorThemeOutlineGlassNormal = linear-gradient(180deg, #ffffff1c 0%, #ffffff0d 100%)
313
317
  public static let mdsColorThemeOutlineGradientActive = linear-gradient(44deg, #3492eb 14.64%, #22c7d6 51.1%, #68debd 85.36%)
314
318
  public static let mdsColorThemeOutlineHighContrastFocus = #ffffff
315
319
  public static let mdsColorThemeOutlineInputActive = #ffffffe6
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Fri, 04 Apr 2025 18:42:39 GMT
7
+ // Generated on Wed, 30 Apr 2025 07:16:17 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -13,6 +13,7 @@ public class {
13
13
  public static let mdsColorThemeAvatarCobalt = #08599c
14
14
  public static let mdsColorThemeAvatarCyan = #066070
15
15
  public static let mdsColorThemeAvatarDefault = #545454
16
+ public static let mdsColorThemeAvatarGhost = #ffffff00
16
17
  public static let mdsColorThemeAvatarGlassActive = #ffffffcc
17
18
  public static let mdsColorThemeAvatarGlassNormal = #ffffff12
18
19
  public static let mdsColorThemeAvatarGold = #735107
@@ -49,9 +50,11 @@ public class {
49
50
  public static let mdsColorThemeBackgroundAlertWarningActive = #57330a
50
51
  public static let mdsColorThemeBackgroundAlertWarningHover = #36220c
51
52
  public static let mdsColorThemeBackgroundAlertWarningNormal = #36220c
52
- public static let mdsColorThemeBackgroundGlassNormal = #00000066
53
+ public static let mdsColorThemeBackgroundGlassNormal = #ffffff0d
53
54
  public static let mdsColorThemeBackgroundGlassOverlayInactive = #00000066
54
55
  public static let mdsColorThemeBackgroundGlassOverlayNormal = #000000cc
56
+ public static let mdsColorThemeBackgroundGlassRadial0 = #ffffff66
57
+ public static let mdsColorThemeBackgroundGlassRadial1 = #ffffff0d
55
58
  public static let mdsColorThemeBackgroundGradientPrimaryNormal = linear-gradient(180deg, #001c18 0%, #021412 100%)
56
59
  public static let mdsColorThemeBackgroundGradientSecondaryNormal = linear-gradient(180deg, #122925 0%, #021412 100%)
57
60
  public static let mdsColorThemeBackgroundInputDisabled = #ffffff1c
@@ -98,7 +101,7 @@ public class {
98
101
  public static let mdsColorThemeBackgroundSecondaryDisabled = #ffffff00
99
102
  public static let mdsColorThemeBackgroundSecondaryHover = #ffffff33
100
103
  public static let mdsColorThemeBackgroundSecondaryNormal = #ffffff1c
101
- public static let mdsColorThemeBackgroundSkeletonNormal = linear-gradient(123deg, #ffffff33 0%, #ffffff4d 33.85%, #ffffff66 70.31%, #ffffff80 100%)
104
+ public static let mdsColorThemeBackgroundSkeletonNormal = #707070
102
105
  public static let mdsColorThemeBackgroundSolidPrimaryNormal = #000000
103
106
  public static let mdsColorThemeBackgroundSolidQuaternaryNormal = #3b3b3b
104
107
  public static let mdsColorThemeBackgroundSolidSecondaryNormal = #1a1a1a
@@ -310,6 +313,7 @@ public class {
310
313
  public static let mdsColorThemeInvertedTextSecondaryNormal = #000000b3
311
314
  public static let mdsColorThemeOutlineButtonNormal = #ffffff80
312
315
  public static let mdsColorThemeOutlineCancelNormal = #fc8b98
316
+ public static let mdsColorThemeOutlineGlassNormal = linear-gradient(180deg, #ffffff1c 0%, #ffffff0d 100%)
313
317
  public static let mdsColorThemeOutlineGradientActive = linear-gradient(44deg, #3492eb 14.64%, #22c7d6 51.1%, #68debd 85.36%)
314
318
  public static let mdsColorThemeOutlineHighContrastFocus = #ffffff
315
319
  public static let mdsColorThemeOutlineInputActive = #ffffffe6
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Fri, 04 Apr 2025 18:42:40 GMT
7
+ // Generated on Wed, 30 Apr 2025 07:16:18 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -13,6 +13,7 @@ public class {
13
13
  public static let mdsColorThemeAvatarCobalt = #08599c
14
14
  public static let mdsColorThemeAvatarCyan = #066070
15
15
  public static let mdsColorThemeAvatarDefault = #545454
16
+ public static let mdsColorThemeAvatarGhost = #ffffff00
16
17
  public static let mdsColorThemeAvatarGlassActive = #ffffffcc
17
18
  public static let mdsColorThemeAvatarGlassNormal = #ffffff12
18
19
  public static let mdsColorThemeAvatarGold = #735107
@@ -49,9 +50,11 @@ public class {
49
50
  public static let mdsColorThemeBackgroundAlertWarningActive = #57330a
50
51
  public static let mdsColorThemeBackgroundAlertWarningHover = #36220c
51
52
  public static let mdsColorThemeBackgroundAlertWarningNormal = #36220c
52
- public static let mdsColorThemeBackgroundGlassNormal = #00000066
53
+ public static let mdsColorThemeBackgroundGlassNormal = #ffffff0d
53
54
  public static let mdsColorThemeBackgroundGlassOverlayInactive = #00000066
54
55
  public static let mdsColorThemeBackgroundGlassOverlayNormal = #000000cc
56
+ public static let mdsColorThemeBackgroundGlassRadial0 = #ffffff66
57
+ public static let mdsColorThemeBackgroundGlassRadial1 = #ffffff0d
55
58
  public static let mdsColorThemeBackgroundGradientPrimaryNormal = linear-gradient(180deg, #231237 0%, #18082b 100%)
56
59
  public static let mdsColorThemeBackgroundGradientSecondaryNormal = linear-gradient(180deg, #301a4a 0%, #18082b 100%)
57
60
  public static let mdsColorThemeBackgroundInputDisabled = #ffffff1c
@@ -98,7 +101,7 @@ public class {
98
101
  public static let mdsColorThemeBackgroundSecondaryDisabled = #ffffff00
99
102
  public static let mdsColorThemeBackgroundSecondaryHover = #ffffff33
100
103
  public static let mdsColorThemeBackgroundSecondaryNormal = #ffffff1c
101
- public static let mdsColorThemeBackgroundSkeletonNormal = linear-gradient(123deg, #ffffff33 0%, #ffffff4d 33.85%, #ffffff66 70.31%, #ffffff80 100%)
104
+ public static let mdsColorThemeBackgroundSkeletonNormal = #707070
102
105
  public static let mdsColorThemeBackgroundSolidPrimaryNormal = #000000
103
106
  public static let mdsColorThemeBackgroundSolidQuaternaryNormal = #3b3b3b
104
107
  public static let mdsColorThemeBackgroundSolidSecondaryNormal = #1a1a1a
@@ -310,6 +313,7 @@ public class {
310
313
  public static let mdsColorThemeInvertedTextSecondaryNormal = #000000b3
311
314
  public static let mdsColorThemeOutlineButtonNormal = #ffffff80
312
315
  public static let mdsColorThemeOutlineCancelNormal = #fc8b98
316
+ public static let mdsColorThemeOutlineGlassNormal = linear-gradient(180deg, #ffffff1c 0%, #ffffff0d 100%)
313
317
  public static let mdsColorThemeOutlineGradientActive = linear-gradient(44deg, #3492eb 14.64%, #22c7d6 51.1%, #68debd 85.36%)
314
318
  public static let mdsColorThemeOutlineHighContrastFocus = #ffffff
315
319
  public static let mdsColorThemeOutlineInputActive = #ffffffe6
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Fri, 04 Apr 2025 18:42:40 GMT
7
+ // Generated on Wed, 30 Apr 2025 07:16:17 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -13,6 +13,7 @@ public class {
13
13
  public static let mdsColorThemeAvatarCobalt = #08599c
14
14
  public static let mdsColorThemeAvatarCyan = #066070
15
15
  public static let mdsColorThemeAvatarDefault = #545454
16
+ public static let mdsColorThemeAvatarGhost = #ffffff00
16
17
  public static let mdsColorThemeAvatarGlassActive = #ffffffcc
17
18
  public static let mdsColorThemeAvatarGlassNormal = #ffffff12
18
19
  public static let mdsColorThemeAvatarGold = #735107
@@ -49,9 +50,11 @@ public class {
49
50
  public static let mdsColorThemeBackgroundAlertWarningActive = #57330a
50
51
  public static let mdsColorThemeBackgroundAlertWarningHover = #36220c
51
52
  public static let mdsColorThemeBackgroundAlertWarningNormal = #36220c
52
- public static let mdsColorThemeBackgroundGlassNormal = #00000066
53
+ public static let mdsColorThemeBackgroundGlassNormal = #ffffff0d
53
54
  public static let mdsColorThemeBackgroundGlassOverlayInactive = #00000066
54
55
  public static let mdsColorThemeBackgroundGlassOverlayNormal = #000000cc
56
+ public static let mdsColorThemeBackgroundGlassRadial0 = #ffffff66
57
+ public static let mdsColorThemeBackgroundGlassRadial1 = #ffffff0d
55
58
  public static let mdsColorThemeBackgroundGradientPrimaryNormal = linear-gradient(180deg, #30041e 0%, #1f0615 100%)
56
59
  public static let mdsColorThemeBackgroundGradientSecondaryNormal = linear-gradient(180deg, #40162e 0%, #1f0615 100%)
57
60
  public static let mdsColorThemeBackgroundInputDisabled = #ffffff1c
@@ -98,7 +101,7 @@ public class {
98
101
  public static let mdsColorThemeBackgroundSecondaryDisabled = #ffffff00
99
102
  public static let mdsColorThemeBackgroundSecondaryHover = #ffffff33
100
103
  public static let mdsColorThemeBackgroundSecondaryNormal = #ffffff1c
101
- public static let mdsColorThemeBackgroundSkeletonNormal = linear-gradient(123deg, #ffffff33 0%, #ffffff4d 33.85%, #ffffff66 70.31%, #ffffff80 100%)
104
+ public static let mdsColorThemeBackgroundSkeletonNormal = #707070
102
105
  public static let mdsColorThemeBackgroundSolidPrimaryNormal = #000000
103
106
  public static let mdsColorThemeBackgroundSolidQuaternaryNormal = #3b3b3b
104
107
  public static let mdsColorThemeBackgroundSolidSecondaryNormal = #1a1a1a
@@ -310,6 +313,7 @@ public class {
310
313
  public static let mdsColorThemeInvertedTextSecondaryNormal = #000000b3
311
314
  public static let mdsColorThemeOutlineButtonNormal = #ffffff80
312
315
  public static let mdsColorThemeOutlineCancelNormal = #fc8b98
316
+ public static let mdsColorThemeOutlineGlassNormal = linear-gradient(180deg, #ffffff1c 0%, #ffffff0d 100%)
313
317
  public static let mdsColorThemeOutlineGradientActive = linear-gradient(44deg, #3492eb 14.64%, #22c7d6 51.1%, #68debd 85.36%)
314
318
  public static let mdsColorThemeOutlineHighContrastFocus = #ffffff
315
319
  public static let mdsColorThemeOutlineInputActive = #ffffffe6
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Fri, 04 Apr 2025 18:42:35 GMT
7
+ // Generated on Wed, 30 Apr 2025 07:16:13 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -13,6 +13,7 @@ public class {
13
13
  public static let mdsColorThemeAvatarCobalt = #08599c
14
14
  public static let mdsColorThemeAvatarCyan = #066070
15
15
  public static let mdsColorThemeAvatarDefault = #545454
16
+ public static let mdsColorThemeAvatarGhost = #ffffff00
16
17
  public static let mdsColorThemeAvatarGlassActive = #ffffffcc
17
18
  public static let mdsColorThemeAvatarGlassNormal = #ffffff12
18
19
  public static let mdsColorThemeAvatarGold = #735107
@@ -49,9 +50,11 @@ public class {
49
50
  public static let mdsColorThemeBackgroundAlertWarningActive = #57330a
50
51
  public static let mdsColorThemeBackgroundAlertWarningHover = #36220c
51
52
  public static let mdsColorThemeBackgroundAlertWarningNormal = #36220c
52
- public static let mdsColorThemeBackgroundGlassNormal = #00000066
53
+ public static let mdsColorThemeBackgroundGlassNormal = #ffffff0d
53
54
  public static let mdsColorThemeBackgroundGlassOverlayInactive = #00000066
54
55
  public static let mdsColorThemeBackgroundGlassOverlayNormal = #000000cc
56
+ public static let mdsColorThemeBackgroundGlassRadial0 = #ffffff66
57
+ public static let mdsColorThemeBackgroundGlassRadial1 = #ffffff0d
55
58
  public static let mdsColorThemeBackgroundGradientPrimaryNormal = linear-gradient(180deg, #1a1a1a 0%, #0f0f0f 100%)
56
59
  public static let mdsColorThemeBackgroundGradientSecondaryNormal = linear-gradient(180deg, #262626 0%, #0f0f0f 100%)
57
60
  public static let mdsColorThemeBackgroundInputDisabled = #ffffff1c
@@ -98,7 +101,7 @@ public class {
98
101
  public static let mdsColorThemeBackgroundSecondaryDisabled = #ffffff00
99
102
  public static let mdsColorThemeBackgroundSecondaryHover = #ffffff33
100
103
  public static let mdsColorThemeBackgroundSecondaryNormal = #ffffff1c
101
- public static let mdsColorThemeBackgroundSkeletonNormal = linear-gradient(123deg, #ffffff33 0%, #ffffff4d 33.85%, #ffffff66 70.31%, #ffffff80 100%)
104
+ public static let mdsColorThemeBackgroundSkeletonNormal = #707070
102
105
  public static let mdsColorThemeBackgroundSolidPrimaryNormal = #000000
103
106
  public static let mdsColorThemeBackgroundSolidQuaternaryNormal = #3b3b3b
104
107
  public static let mdsColorThemeBackgroundSolidSecondaryNormal = #1a1a1a
@@ -310,6 +313,7 @@ public class {
310
313
  public static let mdsColorThemeInvertedTextSecondaryNormal = #000000b3
311
314
  public static let mdsColorThemeOutlineButtonNormal = #ffffff80
312
315
  public static let mdsColorThemeOutlineCancelNormal = #fc8b98
316
+ public static let mdsColorThemeOutlineGlassNormal = linear-gradient(180deg, #ffffff1c 0%, #ffffff0d 100%)
313
317
  public static let mdsColorThemeOutlineGradientActive = linear-gradient(44deg, #3492eb 14.64%, #22c7d6 51.1%, #68debd 85.36%)
314
318
  public static let mdsColorThemeOutlineHighContrastFocus = #ffffff
315
319
  public static let mdsColorThemeOutlineInputActive = #ffffffe6