@momentum-design/tokens 0.7.0 → 0.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/components/complete.css +42 -42
- package/dist/css/core/complete.css +6 -1
- package/dist/css/effect/complete.css +1 -1
- package/dist/css/elevation/complete.css +1 -1
- package/dist/css/theme/aaos/day-complete.css +1 -1
- package/dist/css/theme/aaos/night-complete.css +1 -1
- package/dist/css/theme/webex/dark-bronze-stable.css +4 -4
- package/dist/css/theme/webex/dark-indigo-stable.css +4 -4
- package/dist/css/theme/webex/dark-jade-stable.css +4 -4
- package/dist/css/theme/webex/dark-lavender-stable.css +4 -4
- package/dist/css/theme/webex/dark-rose-stable.css +4 -4
- package/dist/css/theme/webex/dark-stable.css +4 -4
- package/dist/css/theme/webex/hc-dark-stable.css +3 -3
- package/dist/css/theme/webex/hc-light-stable.css +3 -3
- package/dist/css/theme/webex/light-bronze-stable.css +5 -5
- package/dist/css/theme/webex/light-indigo-stable.css +5 -5
- package/dist/css/theme/webex/light-jade-stable.css +5 -5
- package/dist/css/theme/webex/light-lavender-stable.css +5 -5
- package/dist/css/theme/webex/light-rose-stable.css +5 -5
- package/dist/css/theme/webex/light-stable.css +5 -5
- package/dist/css/typography/complete.css +1 -1
- package/dist/ios/core/complete.swift +6 -1
- package/dist/ios/effect/complete.swift +1 -1
- package/dist/ios/elevation/complete.swift +1 -1
- package/dist/ios/theme/aaos/day-complete.swift +1 -1
- package/dist/ios/theme/aaos/night-complete.swift +1 -1
- package/dist/ios/theme/webex/dark-bronze-stable.swift +4 -4
- package/dist/ios/theme/webex/dark-indigo-stable.swift +4 -4
- package/dist/ios/theme/webex/dark-jade-stable.swift +4 -4
- package/dist/ios/theme/webex/dark-lavender-stable.swift +4 -4
- package/dist/ios/theme/webex/dark-rose-stable.swift +4 -4
- package/dist/ios/theme/webex/dark-stable.swift +4 -4
- package/dist/ios/theme/webex/hc-dark-stable.swift +3 -3
- package/dist/ios/theme/webex/hc-light-stable.swift +3 -3
- package/dist/ios/theme/webex/light-bronze-stable.swift +5 -5
- package/dist/ios/theme/webex/light-indigo-stable.swift +5 -5
- package/dist/ios/theme/webex/light-jade-stable.swift +5 -5
- package/dist/ios/theme/webex/light-lavender-stable.swift +5 -5
- package/dist/ios/theme/webex/light-rose-stable.swift +5 -5
- package/dist/ios/theme/webex/light-stable.swift +5 -5
- package/dist/ios/typography/complete.swift +1 -1
- package/dist/ios-webex/core/complete.swift +5 -0
- package/dist/ios-webex/theme/webex/dark-bronze-stable.swift +5 -3
- package/dist/ios-webex/theme/webex/dark-indigo-stable.swift +5 -3
- package/dist/ios-webex/theme/webex/dark-jade-stable.swift +5 -3
- package/dist/ios-webex/theme/webex/dark-lavender-stable.swift +5 -3
- package/dist/ios-webex/theme/webex/dark-rose-stable.swift +5 -3
- package/dist/ios-webex/theme/webex/dark-stable.swift +5 -3
- package/dist/ios-webex/theme/webex/hc-dark-stable.swift +2 -2
- package/dist/ios-webex/theme/webex/hc-light-stable.swift +6 -6
- package/dist/ios-webex/theme/webex/light-bronze-stable.swift +15 -9
- package/dist/ios-webex/theme/webex/light-indigo-stable.swift +15 -9
- package/dist/ios-webex/theme/webex/light-jade-stable.swift +15 -9
- package/dist/ios-webex/theme/webex/light-lavender-stable.swift +15 -9
- package/dist/ios-webex/theme/webex/light-rose-stable.swift +15 -9
- package/dist/ios-webex/theme/webex/light-stable.swift +15 -9
- package/dist/json/core/complete.json +107 -0
- package/dist/json/theme/webex/dark-bronze-stable.json +58 -60
- package/dist/json/theme/webex/dark-indigo-stable.json +58 -60
- package/dist/json/theme/webex/dark-jade-stable.json +58 -60
- package/dist/json/theme/webex/dark-lavender-stable.json +58 -60
- package/dist/json/theme/webex/dark-rose-stable.json +58 -60
- package/dist/json/theme/webex/dark-stable.json +58 -60
- package/dist/json/theme/webex/hc-dark-stable.json +56 -58
- package/dist/json/theme/webex/hc-light-stable.json +56 -58
- package/dist/json/theme/webex/light-bronze-stable.json +60 -62
- package/dist/json/theme/webex/light-indigo-stable.json +60 -62
- package/dist/json/theme/webex/light-jade-stable.json +60 -62
- package/dist/json/theme/webex/light-lavender-stable.json +60 -62
- package/dist/json/theme/webex/light-rose-stable.json +60 -62
- package/dist/json/theme/webex/light-stable.json +60 -62
- package/dist/json-minimal/core/complete.json +7 -0
- package/dist/json-minimal/theme/webex/dark-bronze-stable.json +5 -5
- package/dist/json-minimal/theme/webex/dark-indigo-stable.json +5 -5
- package/dist/json-minimal/theme/webex/dark-jade-stable.json +5 -5
- package/dist/json-minimal/theme/webex/dark-lavender-stable.json +5 -5
- package/dist/json-minimal/theme/webex/dark-rose-stable.json +5 -5
- package/dist/json-minimal/theme/webex/dark-stable.json +5 -5
- package/dist/json-minimal/theme/webex/hc-dark-stable.json +4 -4
- package/dist/json-minimal/theme/webex/hc-light-stable.json +4 -4
- package/dist/json-minimal/theme/webex/light-bronze-stable.json +6 -6
- package/dist/json-minimal/theme/webex/light-indigo-stable.json +6 -6
- package/dist/json-minimal/theme/webex/light-jade-stable.json +6 -6
- package/dist/json-minimal/theme/webex/light-lavender-stable.json +6 -6
- package/dist/json-minimal/theme/webex/light-rose-stable.json +6 -6
- package/dist/json-minimal/theme/webex/light-stable.json +6 -6
- package/dist/resources/core/complete.xml +6 -1
- package/dist/resources/effect/complete.xml +1 -1
- package/dist/resources/elevation/complete.xml +1 -1
- package/dist/resources/theme/aaos/day-complete.xml +1 -1
- package/dist/resources/theme/aaos/night-complete.xml +1 -1
- package/dist/resources/theme/webex/dark-bronze-stable.xml +4 -4
- package/dist/resources/theme/webex/dark-indigo-stable.xml +4 -4
- package/dist/resources/theme/webex/dark-jade-stable.xml +4 -4
- package/dist/resources/theme/webex/dark-lavender-stable.xml +4 -4
- package/dist/resources/theme/webex/dark-rose-stable.xml +4 -4
- package/dist/resources/theme/webex/dark-stable.xml +4 -4
- package/dist/resources/theme/webex/hc-dark-stable.xml +3 -3
- package/dist/resources/theme/webex/hc-light-stable.xml +3 -3
- package/dist/resources/theme/webex/light-bronze-stable.xml +5 -5
- package/dist/resources/theme/webex/light-indigo-stable.xml +5 -5
- package/dist/resources/theme/webex/light-jade-stable.xml +5 -5
- package/dist/resources/theme/webex/light-lavender-stable.xml +5 -5
- package/dist/resources/theme/webex/light-rose-stable.xml +5 -5
- package/dist/resources/theme/webex/light-stable.xml +5 -5
- package/dist/resources/typography/complete.xml +1 -1
- package/dist/scss/core/complete.scss +6 -1
- package/dist/scss/effect/complete.scss +1 -1
- package/dist/scss/elevation/complete.scss +1 -1
- package/dist/scss/theme/aaos/day-complete.scss +1 -1
- package/dist/scss/theme/aaos/night-complete.scss +1 -1
- package/dist/scss/theme/webex/dark-bronze-stable.scss +4 -4
- package/dist/scss/theme/webex/dark-indigo-stable.scss +4 -4
- package/dist/scss/theme/webex/dark-jade-stable.scss +4 -4
- package/dist/scss/theme/webex/dark-lavender-stable.scss +4 -4
- package/dist/scss/theme/webex/dark-rose-stable.scss +4 -4
- package/dist/scss/theme/webex/dark-stable.scss +4 -4
- package/dist/scss/theme/webex/hc-dark-stable.scss +3 -3
- package/dist/scss/theme/webex/hc-light-stable.scss +3 -3
- package/dist/scss/theme/webex/light-bronze-stable.scss +5 -5
- package/dist/scss/theme/webex/light-indigo-stable.scss +5 -5
- package/dist/scss/theme/webex/light-jade-stable.scss +5 -5
- package/dist/scss/theme/webex/light-lavender-stable.scss +5 -5
- package/dist/scss/theme/webex/light-rose-stable.scss +5 -5
- package/dist/scss/theme/webex/light-stable.scss +5 -5
- package/dist/scss/typography/complete.scss +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 19 Sep 2025 14:43:05 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.mds-theme-stable-hcLightWebex {
|
|
@@ -163,11 +163,10 @@
|
|
|
163
163
|
--mds-color-theme-background-gradient-primary-normal: #ffffff;
|
|
164
164
|
--mds-color-theme-background-skeleton-normal: #ffffff;
|
|
165
165
|
--mds-color-theme-background-glass-normal: #ffffff;
|
|
166
|
+
--mds-color-theme-background-glass-active: #ffffff;
|
|
166
167
|
--mds-color-theme-background-glass-light: #ffffff;
|
|
167
168
|
--mds-color-theme-background-glass-medium: #ffffff;
|
|
168
169
|
--mds-color-theme-background-glass-heavy: #ffffff;
|
|
169
|
-
--mds-color-theme-background-glass-overlay-normal: #00009f;
|
|
170
|
-
--mds-color-theme-background-glass-overlay-inactive: #ffffff;
|
|
171
170
|
--mds-color-theme-background-glass-radial-0: #ffffff;
|
|
172
171
|
--mds-color-theme-background-glass-radial-1: #ffffff;
|
|
173
172
|
--mds-color-theme-background-input-disabled: #600000;
|
|
@@ -222,6 +221,7 @@
|
|
|
222
221
|
--mds-color-theme-outline-gradient-active: #000000;
|
|
223
222
|
--mds-color-theme-outline-warning-normal: #000000;
|
|
224
223
|
--mds-color-theme-outline-glass-normal: #000000;
|
|
224
|
+
--mds-color-theme-outline-ai-normal: #000000;
|
|
225
225
|
--mds-color-theme-control-active-normal: #37006e;
|
|
226
226
|
--mds-color-theme-control-active-hover: #ffffff;
|
|
227
227
|
--mds-color-theme-control-active-pressed: #ffffff;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 19 Sep 2025 14:43:09 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.mds-theme-stable-lightBronzeWebex {
|
|
@@ -157,17 +157,16 @@
|
|
|
157
157
|
--mds-color-theme-background-label-error-normal: #ffe8ea;
|
|
158
158
|
--mds-color-theme-background-label-error-hover: #ffd4da;
|
|
159
159
|
--mds-color-theme-background-label-error-active: #ffb8c1;
|
|
160
|
-
--mds-color-theme-background-namelabel-normal: #
|
|
160
|
+
--mds-color-theme-background-namelabel-normal: #000000b3;
|
|
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
164
|
--mds-color-theme-background-skeleton-normal: #8f8f8f;
|
|
165
165
|
--mds-color-theme-background-glass-normal: #ffffff66;
|
|
166
|
+
--mds-color-theme-background-glass-active: #ffffff99;
|
|
166
167
|
--mds-color-theme-background-glass-light: #ffffff66;
|
|
167
168
|
--mds-color-theme-background-glass-medium: #ffffff99;
|
|
168
169
|
--mds-color-theme-background-glass-heavy: #ffffffcc;
|
|
169
|
-
--mds-color-theme-background-glass-overlay-normal: #ffffffcc;
|
|
170
|
-
--mds-color-theme-background-glass-overlay-inactive: #ffffff66;
|
|
171
170
|
--mds-color-theme-background-glass-radial-0: #ffffffe6;
|
|
172
171
|
--mds-color-theme-background-glass-radial-1: #ffffff66;
|
|
173
172
|
--mds-color-theme-background-input-disabled: #0000001c;
|
|
@@ -221,7 +220,8 @@
|
|
|
221
220
|
--mds-color-theme-outline-promotion-normal: #c233c4;
|
|
222
221
|
--mds-color-theme-outline-gradient-active: linear-gradient(44deg, #3492eb 14.64%, #00a3b5 51.1%, #3cc29a 85.36%);
|
|
223
222
|
--mds-color-theme-outline-warning-normal: #7d4705;
|
|
224
|
-
--mds-color-theme-outline-glass-normal: linear-gradient(180deg, #
|
|
223
|
+
--mds-color-theme-outline-glass-normal: linear-gradient(180deg, #00000012 0%, #00000033 100%);
|
|
224
|
+
--mds-color-theme-outline-ai-normal: linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);;
|
|
225
225
|
--mds-color-theme-control-active-normal: #1170cf;
|
|
226
226
|
--mds-color-theme-control-active-hover: #0353a8;
|
|
227
227
|
--mds-color-theme-control-active-pressed: #063a75;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 19 Sep 2025 14:43:09 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.mds-theme-stable-lightIndigoWebex {
|
|
@@ -157,17 +157,16 @@
|
|
|
157
157
|
--mds-color-theme-background-label-error-normal: #ffe8ea;
|
|
158
158
|
--mds-color-theme-background-label-error-hover: #ffd4da;
|
|
159
159
|
--mds-color-theme-background-label-error-active: #ffb8c1;
|
|
160
|
-
--mds-color-theme-background-namelabel-normal: #
|
|
160
|
+
--mds-color-theme-background-namelabel-normal: #000000b3;
|
|
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
164
|
--mds-color-theme-background-skeleton-normal: #8f8f8f;
|
|
165
165
|
--mds-color-theme-background-glass-normal: #ffffff66;
|
|
166
|
+
--mds-color-theme-background-glass-active: #ffffff99;
|
|
166
167
|
--mds-color-theme-background-glass-light: #ffffff66;
|
|
167
168
|
--mds-color-theme-background-glass-medium: #ffffff99;
|
|
168
169
|
--mds-color-theme-background-glass-heavy: #ffffffcc;
|
|
169
|
-
--mds-color-theme-background-glass-overlay-normal: #ffffffcc;
|
|
170
|
-
--mds-color-theme-background-glass-overlay-inactive: #ffffff66;
|
|
171
170
|
--mds-color-theme-background-glass-radial-0: #ffffffe6;
|
|
172
171
|
--mds-color-theme-background-glass-radial-1: #ffffff66;
|
|
173
172
|
--mds-color-theme-background-input-disabled: #0000001c;
|
|
@@ -221,7 +220,8 @@
|
|
|
221
220
|
--mds-color-theme-outline-promotion-normal: #c233c4;
|
|
222
221
|
--mds-color-theme-outline-gradient-active: linear-gradient(44deg, #3492eb 14.64%, #00a3b5 51.1%, #3cc29a 85.36%);
|
|
223
222
|
--mds-color-theme-outline-warning-normal: #7d4705;
|
|
224
|
-
--mds-color-theme-outline-glass-normal: linear-gradient(180deg, #
|
|
223
|
+
--mds-color-theme-outline-glass-normal: linear-gradient(180deg, #00000012 0%, #00000033 100%);
|
|
224
|
+
--mds-color-theme-outline-ai-normal: linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);;
|
|
225
225
|
--mds-color-theme-control-active-normal: #1170cf;
|
|
226
226
|
--mds-color-theme-control-active-hover: #0353a8;
|
|
227
227
|
--mds-color-theme-control-active-pressed: #063a75;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 19 Sep 2025 14:43:09 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.mds-theme-stable-lightJadeWebex {
|
|
@@ -157,17 +157,16 @@
|
|
|
157
157
|
--mds-color-theme-background-label-error-normal: #ffe8ea;
|
|
158
158
|
--mds-color-theme-background-label-error-hover: #ffd4da;
|
|
159
159
|
--mds-color-theme-background-label-error-active: #ffb8c1;
|
|
160
|
-
--mds-color-theme-background-namelabel-normal: #
|
|
160
|
+
--mds-color-theme-background-namelabel-normal: #000000b3;
|
|
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
164
|
--mds-color-theme-background-skeleton-normal: #8f8f8f;
|
|
165
165
|
--mds-color-theme-background-glass-normal: #ffffff66;
|
|
166
|
+
--mds-color-theme-background-glass-active: #ffffff99;
|
|
166
167
|
--mds-color-theme-background-glass-light: #ffffff66;
|
|
167
168
|
--mds-color-theme-background-glass-medium: #ffffff99;
|
|
168
169
|
--mds-color-theme-background-glass-heavy: #ffffffcc;
|
|
169
|
-
--mds-color-theme-background-glass-overlay-normal: #ffffffcc;
|
|
170
|
-
--mds-color-theme-background-glass-overlay-inactive: #ffffff66;
|
|
171
170
|
--mds-color-theme-background-glass-radial-0: #ffffffe6;
|
|
172
171
|
--mds-color-theme-background-glass-radial-1: #ffffff66;
|
|
173
172
|
--mds-color-theme-background-input-disabled: #0000001c;
|
|
@@ -221,7 +220,8 @@
|
|
|
221
220
|
--mds-color-theme-outline-promotion-normal: #c233c4;
|
|
222
221
|
--mds-color-theme-outline-gradient-active: linear-gradient(44deg, #3492eb 14.64%, #00a3b5 51.1%, #3cc29a 85.36%);
|
|
223
222
|
--mds-color-theme-outline-warning-normal: #7d4705;
|
|
224
|
-
--mds-color-theme-outline-glass-normal: linear-gradient(180deg, #
|
|
223
|
+
--mds-color-theme-outline-glass-normal: linear-gradient(180deg, #00000012 0%, #00000033 100%);
|
|
224
|
+
--mds-color-theme-outline-ai-normal: linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);;
|
|
225
225
|
--mds-color-theme-control-active-normal: #1170cf;
|
|
226
226
|
--mds-color-theme-control-active-hover: #0353a8;
|
|
227
227
|
--mds-color-theme-control-active-pressed: #063a75;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 19 Sep 2025 14:43:10 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.mds-theme-stable-lightLavenderWebex {
|
|
@@ -157,17 +157,16 @@
|
|
|
157
157
|
--mds-color-theme-background-label-error-normal: #ffe8ea;
|
|
158
158
|
--mds-color-theme-background-label-error-hover: #ffd4da;
|
|
159
159
|
--mds-color-theme-background-label-error-active: #ffb8c1;
|
|
160
|
-
--mds-color-theme-background-namelabel-normal: #
|
|
160
|
+
--mds-color-theme-background-namelabel-normal: #000000b3;
|
|
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
164
|
--mds-color-theme-background-skeleton-normal: #8f8f8f;
|
|
165
165
|
--mds-color-theme-background-glass-normal: #ffffff66;
|
|
166
|
+
--mds-color-theme-background-glass-active: #ffffff99;
|
|
166
167
|
--mds-color-theme-background-glass-light: #ffffff66;
|
|
167
168
|
--mds-color-theme-background-glass-medium: #ffffff99;
|
|
168
169
|
--mds-color-theme-background-glass-heavy: #ffffffcc;
|
|
169
|
-
--mds-color-theme-background-glass-overlay-normal: #ffffffcc;
|
|
170
|
-
--mds-color-theme-background-glass-overlay-inactive: #ffffff66;
|
|
171
170
|
--mds-color-theme-background-glass-radial-0: #ffffffe6;
|
|
172
171
|
--mds-color-theme-background-glass-radial-1: #ffffff66;
|
|
173
172
|
--mds-color-theme-background-input-disabled: #0000001c;
|
|
@@ -221,7 +220,8 @@
|
|
|
221
220
|
--mds-color-theme-outline-promotion-normal: #c233c4;
|
|
222
221
|
--mds-color-theme-outline-gradient-active: linear-gradient(44deg, #3492eb 14.64%, #00a3b5 51.1%, #3cc29a 85.36%);
|
|
223
222
|
--mds-color-theme-outline-warning-normal: #7d4705;
|
|
224
|
-
--mds-color-theme-outline-glass-normal: linear-gradient(180deg, #
|
|
223
|
+
--mds-color-theme-outline-glass-normal: linear-gradient(180deg, #00000012 0%, #00000033 100%);
|
|
224
|
+
--mds-color-theme-outline-ai-normal: linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);;
|
|
225
225
|
--mds-color-theme-control-active-normal: #1170cf;
|
|
226
226
|
--mds-color-theme-control-active-hover: #0353a8;
|
|
227
227
|
--mds-color-theme-control-active-pressed: #063a75;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 19 Sep 2025 14:43:09 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.mds-theme-stable-lightRoseWebex {
|
|
@@ -157,17 +157,16 @@
|
|
|
157
157
|
--mds-color-theme-background-label-error-normal: #ffe8ea;
|
|
158
158
|
--mds-color-theme-background-label-error-hover: #ffd4da;
|
|
159
159
|
--mds-color-theme-background-label-error-active: #ffb8c1;
|
|
160
|
-
--mds-color-theme-background-namelabel-normal: #
|
|
160
|
+
--mds-color-theme-background-namelabel-normal: #000000b3;
|
|
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
164
|
--mds-color-theme-background-skeleton-normal: #8f8f8f;
|
|
165
165
|
--mds-color-theme-background-glass-normal: #ffffff66;
|
|
166
|
+
--mds-color-theme-background-glass-active: #ffffff99;
|
|
166
167
|
--mds-color-theme-background-glass-light: #ffffff66;
|
|
167
168
|
--mds-color-theme-background-glass-medium: #ffffff99;
|
|
168
169
|
--mds-color-theme-background-glass-heavy: #ffffffcc;
|
|
169
|
-
--mds-color-theme-background-glass-overlay-normal: #ffffffcc;
|
|
170
|
-
--mds-color-theme-background-glass-overlay-inactive: #ffffff66;
|
|
171
170
|
--mds-color-theme-background-glass-radial-0: #ffffffe6;
|
|
172
171
|
--mds-color-theme-background-glass-radial-1: #ffffff66;
|
|
173
172
|
--mds-color-theme-background-input-disabled: #0000001c;
|
|
@@ -221,7 +220,8 @@
|
|
|
221
220
|
--mds-color-theme-outline-promotion-normal: #c233c4;
|
|
222
221
|
--mds-color-theme-outline-gradient-active: linear-gradient(44deg, #3492eb 14.64%, #00a3b5 51.1%, #3cc29a 85.36%);
|
|
223
222
|
--mds-color-theme-outline-warning-normal: #7d4705;
|
|
224
|
-
--mds-color-theme-outline-glass-normal: linear-gradient(180deg, #
|
|
223
|
+
--mds-color-theme-outline-glass-normal: linear-gradient(180deg, #00000012 0%, #00000033 100%);
|
|
224
|
+
--mds-color-theme-outline-ai-normal: linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);;
|
|
225
225
|
--mds-color-theme-control-active-normal: #1170cf;
|
|
226
226
|
--mds-color-theme-control-active-hover: #0353a8;
|
|
227
227
|
--mds-color-theme-control-active-pressed: #063a75;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 19 Sep 2025 14:43:04 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.mds-theme-stable-lightWebex {
|
|
@@ -157,17 +157,16 @@
|
|
|
157
157
|
--mds-color-theme-background-label-error-normal: #ffe8ea;
|
|
158
158
|
--mds-color-theme-background-label-error-hover: #ffd4da;
|
|
159
159
|
--mds-color-theme-background-label-error-active: #ffb8c1;
|
|
160
|
-
--mds-color-theme-background-namelabel-normal: #
|
|
160
|
+
--mds-color-theme-background-namelabel-normal: #000000b3;
|
|
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
164
|
--mds-color-theme-background-skeleton-normal: #8f8f8f;
|
|
165
165
|
--mds-color-theme-background-glass-normal: #ffffff66;
|
|
166
|
+
--mds-color-theme-background-glass-active: #ffffff99;
|
|
166
167
|
--mds-color-theme-background-glass-light: #ffffff66;
|
|
167
168
|
--mds-color-theme-background-glass-medium: #ffffff99;
|
|
168
169
|
--mds-color-theme-background-glass-heavy: #ffffffcc;
|
|
169
|
-
--mds-color-theme-background-glass-overlay-normal: #ffffffcc;
|
|
170
|
-
--mds-color-theme-background-glass-overlay-inactive: #ffffff66;
|
|
171
170
|
--mds-color-theme-background-glass-radial-0: #ffffffe6;
|
|
172
171
|
--mds-color-theme-background-glass-radial-1: #ffffff66;
|
|
173
172
|
--mds-color-theme-background-input-disabled: #0000001c;
|
|
@@ -221,7 +220,8 @@
|
|
|
221
220
|
--mds-color-theme-outline-promotion-normal: #c233c4;
|
|
222
221
|
--mds-color-theme-outline-gradient-active: linear-gradient(44deg, #3492eb 14.64%, #00a3b5 51.1%, #3cc29a 85.36%);
|
|
223
222
|
--mds-color-theme-outline-warning-normal: #7d4705;
|
|
224
|
-
--mds-color-theme-outline-glass-normal: linear-gradient(180deg, #
|
|
223
|
+
--mds-color-theme-outline-glass-normal: linear-gradient(180deg, #00000012 0%, #00000033 100%);
|
|
224
|
+
--mds-color-theme-outline-ai-normal: linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);;
|
|
225
225
|
--mds-color-theme-control-active-normal: #1170cf;
|
|
226
226
|
--mds-color-theme-control-active-hover: #0353a8;
|
|
227
227
|
--mds-color-theme-control-active-pressed: #063a75;
|
|
@@ -4,12 +4,17 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Fri, 19 Sep 2025 14:43:03 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
11
11
|
|
|
12
12
|
public class {
|
|
13
|
+
public static let mdsColorAiAquablue = #63FFF7
|
|
14
|
+
public static let mdsColorAiGreen = #74BF4B
|
|
15
|
+
public static let mdsColorAiMediumblue = #0051AF
|
|
16
|
+
public static let mdsColorAiSkyblue = #00BCEB
|
|
17
|
+
public static let mdsColorAiSteelblue = #0087EA
|
|
13
18
|
public static let mdsColorCoreBlackAlpha0 = #00000000
|
|
14
19
|
public static let mdsColorCoreBlackAlpha100 = #000000
|
|
15
20
|
public static let mdsColorCoreBlackAlpha11 = #0000001c
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Fri, 19 Sep 2025 14:43:08 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -50,12 +50,11 @@ public class {
|
|
|
50
50
|
public static let mdsColorThemeBackgroundAlertWarningActive = #57330a
|
|
51
51
|
public static let mdsColorThemeBackgroundAlertWarningHover = #36220c
|
|
52
52
|
public static let mdsColorThemeBackgroundAlertWarningNormal = #36220c
|
|
53
|
+
public static let mdsColorThemeBackgroundGlassActive = #ffffff1c
|
|
53
54
|
public static let mdsColorThemeBackgroundGlassHeavy = #000000cc
|
|
54
55
|
public static let mdsColorThemeBackgroundGlassLight = #00000066
|
|
55
56
|
public static let mdsColorThemeBackgroundGlassMedium = #00000099
|
|
56
57
|
public static let mdsColorThemeBackgroundGlassNormal = #ffffff0d
|
|
57
|
-
public static let mdsColorThemeBackgroundGlassOverlayInactive = #00000066
|
|
58
|
-
public static let mdsColorThemeBackgroundGlassOverlayNormal = #000000cc
|
|
59
58
|
public static let mdsColorThemeBackgroundGlassRadial0 = #ffffff66
|
|
60
59
|
public static let mdsColorThemeBackgroundGlassRadial1 = #ffffff0d
|
|
61
60
|
public static let mdsColorThemeBackgroundGradientPrimaryNormal = linear-gradient(180deg, #1f1402 0%, #171002 100%)
|
|
@@ -94,7 +93,7 @@ public class {
|
|
|
94
93
|
public static let mdsColorThemeBackgroundLabelVioletActive = #643abd
|
|
95
94
|
public static let mdsColorThemeBackgroundLabelVioletHover = #432c78
|
|
96
95
|
public static let mdsColorThemeBackgroundLabelVioletNormal = #29223d
|
|
97
|
-
public static let mdsColorThemeBackgroundNamelabelNormal = #
|
|
96
|
+
public static let mdsColorThemeBackgroundNamelabelNormal = #000000b3
|
|
98
97
|
public static let mdsColorThemeBackgroundPrimaryActive = #ffffff1c
|
|
99
98
|
public static let mdsColorThemeBackgroundPrimaryDisabled = #ffffff00
|
|
100
99
|
public static let mdsColorThemeBackgroundPrimaryGhost = #ffffff00
|
|
@@ -314,6 +313,7 @@ public class {
|
|
|
314
313
|
public static let mdsColorThemeInvertedTextPrimaryDisabled = #00000066
|
|
315
314
|
public static let mdsColorThemeInvertedTextPrimaryNormal = #000000f2
|
|
316
315
|
public static let mdsColorThemeInvertedTextSecondaryNormal = #000000b3
|
|
316
|
+
public static let mdsColorThemeOutlineAiNormal = linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);
|
|
317
317
|
public static let mdsColorThemeOutlineButtonNormal = #ffffff80
|
|
318
318
|
public static let mdsColorThemeOutlineCancelNormal = #fc8b98
|
|
319
319
|
public static let mdsColorThemeOutlineGlassNormal = linear-gradient(180deg, #ffffff1c 0%, #ffffff0d 100%)
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Fri, 19 Sep 2025 14:43:07 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -50,12 +50,11 @@ public class {
|
|
|
50
50
|
public static let mdsColorThemeBackgroundAlertWarningActive = #57330a
|
|
51
51
|
public static let mdsColorThemeBackgroundAlertWarningHover = #36220c
|
|
52
52
|
public static let mdsColorThemeBackgroundAlertWarningNormal = #36220c
|
|
53
|
+
public static let mdsColorThemeBackgroundGlassActive = #ffffff1c
|
|
53
54
|
public static let mdsColorThemeBackgroundGlassHeavy = #000000cc
|
|
54
55
|
public static let mdsColorThemeBackgroundGlassLight = #00000066
|
|
55
56
|
public static let mdsColorThemeBackgroundGlassMedium = #00000099
|
|
56
57
|
public static let mdsColorThemeBackgroundGlassNormal = #ffffff0d
|
|
57
|
-
public static let mdsColorThemeBackgroundGlassOverlayInactive = #00000066
|
|
58
|
-
public static let mdsColorThemeBackgroundGlassOverlayNormal = #000000cc
|
|
59
58
|
public static let mdsColorThemeBackgroundGlassRadial0 = #ffffff66
|
|
60
59
|
public static let mdsColorThemeBackgroundGlassRadial1 = #ffffff0d
|
|
61
60
|
public static let mdsColorThemeBackgroundGradientPrimaryNormal = linear-gradient(180deg, #13182b 0%, #0e111a 100%)
|
|
@@ -94,7 +93,7 @@ public class {
|
|
|
94
93
|
public static let mdsColorThemeBackgroundLabelVioletActive = #643abd
|
|
95
94
|
public static let mdsColorThemeBackgroundLabelVioletHover = #432c78
|
|
96
95
|
public static let mdsColorThemeBackgroundLabelVioletNormal = #29223d
|
|
97
|
-
public static let mdsColorThemeBackgroundNamelabelNormal = #
|
|
96
|
+
public static let mdsColorThemeBackgroundNamelabelNormal = #000000b3
|
|
98
97
|
public static let mdsColorThemeBackgroundPrimaryActive = #ffffff1c
|
|
99
98
|
public static let mdsColorThemeBackgroundPrimaryDisabled = #ffffff00
|
|
100
99
|
public static let mdsColorThemeBackgroundPrimaryGhost = #ffffff00
|
|
@@ -314,6 +313,7 @@ public class {
|
|
|
314
313
|
public static let mdsColorThemeInvertedTextPrimaryDisabled = #00000066
|
|
315
314
|
public static let mdsColorThemeInvertedTextPrimaryNormal = #000000f2
|
|
316
315
|
public static let mdsColorThemeInvertedTextSecondaryNormal = #000000b3
|
|
316
|
+
public static let mdsColorThemeOutlineAiNormal = linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);
|
|
317
317
|
public static let mdsColorThemeOutlineButtonNormal = #ffffff80
|
|
318
318
|
public static let mdsColorThemeOutlineCancelNormal = #fc8b98
|
|
319
319
|
public static let mdsColorThemeOutlineGlassNormal = linear-gradient(180deg, #ffffff1c 0%, #ffffff0d 100%)
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Fri, 19 Sep 2025 14:43:07 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -50,12 +50,11 @@ public class {
|
|
|
50
50
|
public static let mdsColorThemeBackgroundAlertWarningActive = #57330a
|
|
51
51
|
public static let mdsColorThemeBackgroundAlertWarningHover = #36220c
|
|
52
52
|
public static let mdsColorThemeBackgroundAlertWarningNormal = #36220c
|
|
53
|
+
public static let mdsColorThemeBackgroundGlassActive = #ffffff1c
|
|
53
54
|
public static let mdsColorThemeBackgroundGlassHeavy = #000000cc
|
|
54
55
|
public static let mdsColorThemeBackgroundGlassLight = #00000066
|
|
55
56
|
public static let mdsColorThemeBackgroundGlassMedium = #00000099
|
|
56
57
|
public static let mdsColorThemeBackgroundGlassNormal = #ffffff0d
|
|
57
|
-
public static let mdsColorThemeBackgroundGlassOverlayInactive = #00000066
|
|
58
|
-
public static let mdsColorThemeBackgroundGlassOverlayNormal = #000000cc
|
|
59
58
|
public static let mdsColorThemeBackgroundGlassRadial0 = #ffffff66
|
|
60
59
|
public static let mdsColorThemeBackgroundGlassRadial1 = #ffffff0d
|
|
61
60
|
public static let mdsColorThemeBackgroundGradientPrimaryNormal = linear-gradient(180deg, #001c18 0%, #021412 100%)
|
|
@@ -94,7 +93,7 @@ public class {
|
|
|
94
93
|
public static let mdsColorThemeBackgroundLabelVioletActive = #643abd
|
|
95
94
|
public static let mdsColorThemeBackgroundLabelVioletHover = #432c78
|
|
96
95
|
public static let mdsColorThemeBackgroundLabelVioletNormal = #29223d
|
|
97
|
-
public static let mdsColorThemeBackgroundNamelabelNormal = #
|
|
96
|
+
public static let mdsColorThemeBackgroundNamelabelNormal = #000000b3
|
|
98
97
|
public static let mdsColorThemeBackgroundPrimaryActive = #ffffff1c
|
|
99
98
|
public static let mdsColorThemeBackgroundPrimaryDisabled = #ffffff00
|
|
100
99
|
public static let mdsColorThemeBackgroundPrimaryGhost = #ffffff00
|
|
@@ -314,6 +313,7 @@ public class {
|
|
|
314
313
|
public static let mdsColorThemeInvertedTextPrimaryDisabled = #00000066
|
|
315
314
|
public static let mdsColorThemeInvertedTextPrimaryNormal = #000000f2
|
|
316
315
|
public static let mdsColorThemeInvertedTextSecondaryNormal = #000000b3
|
|
316
|
+
public static let mdsColorThemeOutlineAiNormal = linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);
|
|
317
317
|
public static let mdsColorThemeOutlineButtonNormal = #ffffff80
|
|
318
318
|
public static let mdsColorThemeOutlineCancelNormal = #fc8b98
|
|
319
319
|
public static let mdsColorThemeOutlineGlassNormal = linear-gradient(180deg, #ffffff1c 0%, #ffffff0d 100%)
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Fri, 19 Sep 2025 14:43:08 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -50,12 +50,11 @@ public class {
|
|
|
50
50
|
public static let mdsColorThemeBackgroundAlertWarningActive = #57330a
|
|
51
51
|
public static let mdsColorThemeBackgroundAlertWarningHover = #36220c
|
|
52
52
|
public static let mdsColorThemeBackgroundAlertWarningNormal = #36220c
|
|
53
|
+
public static let mdsColorThemeBackgroundGlassActive = #ffffff1c
|
|
53
54
|
public static let mdsColorThemeBackgroundGlassHeavy = #000000cc
|
|
54
55
|
public static let mdsColorThemeBackgroundGlassLight = #00000066
|
|
55
56
|
public static let mdsColorThemeBackgroundGlassMedium = #00000099
|
|
56
57
|
public static let mdsColorThemeBackgroundGlassNormal = #ffffff0d
|
|
57
|
-
public static let mdsColorThemeBackgroundGlassOverlayInactive = #00000066
|
|
58
|
-
public static let mdsColorThemeBackgroundGlassOverlayNormal = #000000cc
|
|
59
58
|
public static let mdsColorThemeBackgroundGlassRadial0 = #ffffff66
|
|
60
59
|
public static let mdsColorThemeBackgroundGlassRadial1 = #ffffff0d
|
|
61
60
|
public static let mdsColorThemeBackgroundGradientPrimaryNormal = linear-gradient(180deg, #231237 0%, #18082b 100%)
|
|
@@ -94,7 +93,7 @@ public class {
|
|
|
94
93
|
public static let mdsColorThemeBackgroundLabelVioletActive = #643abd
|
|
95
94
|
public static let mdsColorThemeBackgroundLabelVioletHover = #432c78
|
|
96
95
|
public static let mdsColorThemeBackgroundLabelVioletNormal = #29223d
|
|
97
|
-
public static let mdsColorThemeBackgroundNamelabelNormal = #
|
|
96
|
+
public static let mdsColorThemeBackgroundNamelabelNormal = #000000b3
|
|
98
97
|
public static let mdsColorThemeBackgroundPrimaryActive = #ffffff1c
|
|
99
98
|
public static let mdsColorThemeBackgroundPrimaryDisabled = #ffffff00
|
|
100
99
|
public static let mdsColorThemeBackgroundPrimaryGhost = #ffffff00
|
|
@@ -314,6 +313,7 @@ public class {
|
|
|
314
313
|
public static let mdsColorThemeInvertedTextPrimaryDisabled = #00000066
|
|
315
314
|
public static let mdsColorThemeInvertedTextPrimaryNormal = #000000f2
|
|
316
315
|
public static let mdsColorThemeInvertedTextSecondaryNormal = #000000b3
|
|
316
|
+
public static let mdsColorThemeOutlineAiNormal = linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);
|
|
317
317
|
public static let mdsColorThemeOutlineButtonNormal = #ffffff80
|
|
318
318
|
public static let mdsColorThemeOutlineCancelNormal = #fc8b98
|
|
319
319
|
public static let mdsColorThemeOutlineGlassNormal = linear-gradient(180deg, #ffffff1c 0%, #ffffff0d 100%)
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Fri, 19 Sep 2025 14:43:08 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -50,12 +50,11 @@ public class {
|
|
|
50
50
|
public static let mdsColorThemeBackgroundAlertWarningActive = #57330a
|
|
51
51
|
public static let mdsColorThemeBackgroundAlertWarningHover = #36220c
|
|
52
52
|
public static let mdsColorThemeBackgroundAlertWarningNormal = #36220c
|
|
53
|
+
public static let mdsColorThemeBackgroundGlassActive = #ffffff1c
|
|
53
54
|
public static let mdsColorThemeBackgroundGlassHeavy = #000000cc
|
|
54
55
|
public static let mdsColorThemeBackgroundGlassLight = #00000066
|
|
55
56
|
public static let mdsColorThemeBackgroundGlassMedium = #00000099
|
|
56
57
|
public static let mdsColorThemeBackgroundGlassNormal = #ffffff0d
|
|
57
|
-
public static let mdsColorThemeBackgroundGlassOverlayInactive = #00000066
|
|
58
|
-
public static let mdsColorThemeBackgroundGlassOverlayNormal = #000000cc
|
|
59
58
|
public static let mdsColorThemeBackgroundGlassRadial0 = #ffffff66
|
|
60
59
|
public static let mdsColorThemeBackgroundGlassRadial1 = #ffffff0d
|
|
61
60
|
public static let mdsColorThemeBackgroundGradientPrimaryNormal = linear-gradient(180deg, #30041e 0%, #1f0615 100%)
|
|
@@ -94,7 +93,7 @@ public class {
|
|
|
94
93
|
public static let mdsColorThemeBackgroundLabelVioletActive = #643abd
|
|
95
94
|
public static let mdsColorThemeBackgroundLabelVioletHover = #432c78
|
|
96
95
|
public static let mdsColorThemeBackgroundLabelVioletNormal = #29223d
|
|
97
|
-
public static let mdsColorThemeBackgroundNamelabelNormal = #
|
|
96
|
+
public static let mdsColorThemeBackgroundNamelabelNormal = #000000b3
|
|
98
97
|
public static let mdsColorThemeBackgroundPrimaryActive = #ffffff1c
|
|
99
98
|
public static let mdsColorThemeBackgroundPrimaryDisabled = #ffffff00
|
|
100
99
|
public static let mdsColorThemeBackgroundPrimaryGhost = #ffffff00
|
|
@@ -314,6 +313,7 @@ public class {
|
|
|
314
313
|
public static let mdsColorThemeInvertedTextPrimaryDisabled = #00000066
|
|
315
314
|
public static let mdsColorThemeInvertedTextPrimaryNormal = #000000f2
|
|
316
315
|
public static let mdsColorThemeInvertedTextSecondaryNormal = #000000b3
|
|
316
|
+
public static let mdsColorThemeOutlineAiNormal = linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);
|
|
317
317
|
public static let mdsColorThemeOutlineButtonNormal = #ffffff80
|
|
318
318
|
public static let mdsColorThemeOutlineCancelNormal = #fc8b98
|
|
319
319
|
public static let mdsColorThemeOutlineGlassNormal = linear-gradient(180deg, #ffffff1c 0%, #ffffff0d 100%)
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Fri, 19 Sep 2025 14:43:04 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -50,12 +50,11 @@ public class {
|
|
|
50
50
|
public static let mdsColorThemeBackgroundAlertWarningActive = #57330a
|
|
51
51
|
public static let mdsColorThemeBackgroundAlertWarningHover = #36220c
|
|
52
52
|
public static let mdsColorThemeBackgroundAlertWarningNormal = #36220c
|
|
53
|
+
public static let mdsColorThemeBackgroundGlassActive = #ffffff1c
|
|
53
54
|
public static let mdsColorThemeBackgroundGlassHeavy = #000000cc
|
|
54
55
|
public static let mdsColorThemeBackgroundGlassLight = #00000066
|
|
55
56
|
public static let mdsColorThemeBackgroundGlassMedium = #00000099
|
|
56
57
|
public static let mdsColorThemeBackgroundGlassNormal = #ffffff0d
|
|
57
|
-
public static let mdsColorThemeBackgroundGlassOverlayInactive = #00000066
|
|
58
|
-
public static let mdsColorThemeBackgroundGlassOverlayNormal = #000000cc
|
|
59
58
|
public static let mdsColorThemeBackgroundGlassRadial0 = #ffffff66
|
|
60
59
|
public static let mdsColorThemeBackgroundGlassRadial1 = #ffffff0d
|
|
61
60
|
public static let mdsColorThemeBackgroundGradientPrimaryNormal = linear-gradient(180deg, #1a1a1a 0%, #0f0f0f 100%)
|
|
@@ -94,7 +93,7 @@ public class {
|
|
|
94
93
|
public static let mdsColorThemeBackgroundLabelVioletActive = #643abd
|
|
95
94
|
public static let mdsColorThemeBackgroundLabelVioletHover = #432c78
|
|
96
95
|
public static let mdsColorThemeBackgroundLabelVioletNormal = #29223d
|
|
97
|
-
public static let mdsColorThemeBackgroundNamelabelNormal = #
|
|
96
|
+
public static let mdsColorThemeBackgroundNamelabelNormal = #000000b3
|
|
98
97
|
public static let mdsColorThemeBackgroundPrimaryActive = #ffffff1c
|
|
99
98
|
public static let mdsColorThemeBackgroundPrimaryDisabled = #ffffff00
|
|
100
99
|
public static let mdsColorThemeBackgroundPrimaryGhost = #ffffff00
|
|
@@ -314,6 +313,7 @@ public class {
|
|
|
314
313
|
public static let mdsColorThemeInvertedTextPrimaryDisabled = #00000066
|
|
315
314
|
public static let mdsColorThemeInvertedTextPrimaryNormal = #000000f2
|
|
316
315
|
public static let mdsColorThemeInvertedTextSecondaryNormal = #000000b3
|
|
316
|
+
public static let mdsColorThemeOutlineAiNormal = linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);
|
|
317
317
|
public static let mdsColorThemeOutlineButtonNormal = #ffffff80
|
|
318
318
|
public static let mdsColorThemeOutlineCancelNormal = #fc8b98
|
|
319
319
|
public static let mdsColorThemeOutlineGlassNormal = linear-gradient(180deg, #ffffff1c 0%, #ffffff0d 100%)
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Fri, 19 Sep 2025 14:43:04 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -50,12 +50,11 @@ public class {
|
|
|
50
50
|
public static let mdsColorThemeBackgroundAlertWarningActive = #1aebff
|
|
51
51
|
public static let mdsColorThemeBackgroundAlertWarningHover = #1aebff
|
|
52
52
|
public static let mdsColorThemeBackgroundAlertWarningNormal = #000000
|
|
53
|
+
public static let mdsColorThemeBackgroundGlassActive = #000000
|
|
53
54
|
public static let mdsColorThemeBackgroundGlassHeavy = #000000
|
|
54
55
|
public static let mdsColorThemeBackgroundGlassLight = #000000
|
|
55
56
|
public static let mdsColorThemeBackgroundGlassMedium = #000000
|
|
56
57
|
public static let mdsColorThemeBackgroundGlassNormal = #000000
|
|
57
|
-
public static let mdsColorThemeBackgroundGlassOverlayInactive = #000000
|
|
58
|
-
public static let mdsColorThemeBackgroundGlassOverlayNormal = #ffff00
|
|
59
58
|
public static let mdsColorThemeBackgroundGlassRadial0 = #000000
|
|
60
59
|
public static let mdsColorThemeBackgroundGlassRadial1 = #000000
|
|
61
60
|
public static let mdsColorThemeBackgroundGradientPrimaryNormal = #000000
|
|
@@ -301,6 +300,7 @@ public class {
|
|
|
301
300
|
public static let mdsColorThemeInvertedTextPrimaryDisabled = #3ff23f
|
|
302
301
|
public static let mdsColorThemeInvertedTextPrimaryNormal = #000000
|
|
303
302
|
public static let mdsColorThemeInvertedTextSecondaryNormal = #000000
|
|
303
|
+
public static let mdsColorThemeOutlineAiNormal = #ffffff
|
|
304
304
|
public static let mdsColorThemeOutlineButtonNormal = #ffffff
|
|
305
305
|
public static let mdsColorThemeOutlineCancelNormal = #ffffff
|
|
306
306
|
public static let mdsColorThemeOutlineDisabledNormal = #3ff23f
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Fri, 19 Sep 2025 14:43:05 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -50,12 +50,11 @@ public class {
|
|
|
50
50
|
public static let mdsColorThemeBackgroundAlertWarningActive = #37006e
|
|
51
51
|
public static let mdsColorThemeBackgroundAlertWarningHover = #37006e
|
|
52
52
|
public static let mdsColorThemeBackgroundAlertWarningNormal = #ffffff
|
|
53
|
+
public static let mdsColorThemeBackgroundGlassActive = #ffffff
|
|
53
54
|
public static let mdsColorThemeBackgroundGlassHeavy = #ffffff
|
|
54
55
|
public static let mdsColorThemeBackgroundGlassLight = #ffffff
|
|
55
56
|
public static let mdsColorThemeBackgroundGlassMedium = #ffffff
|
|
56
57
|
public static let mdsColorThemeBackgroundGlassNormal = #ffffff
|
|
57
|
-
public static let mdsColorThemeBackgroundGlassOverlayInactive = #ffffff
|
|
58
|
-
public static let mdsColorThemeBackgroundGlassOverlayNormal = #00009f
|
|
59
58
|
public static let mdsColorThemeBackgroundGlassRadial0 = #ffffff
|
|
60
59
|
public static let mdsColorThemeBackgroundGlassRadial1 = #ffffff
|
|
61
60
|
public static let mdsColorThemeBackgroundGradientPrimaryNormal = #ffffff
|
|
@@ -301,6 +300,7 @@ public class {
|
|
|
301
300
|
public static let mdsColorThemeInvertedTextPrimaryDisabled = #600000
|
|
302
301
|
public static let mdsColorThemeInvertedTextPrimaryNormal = #ffffff
|
|
303
302
|
public static let mdsColorThemeInvertedTextSecondaryNormal = #ffffff
|
|
303
|
+
public static let mdsColorThemeOutlineAiNormal = #000000
|
|
304
304
|
public static let mdsColorThemeOutlineButtonNormal = #000000
|
|
305
305
|
public static let mdsColorThemeOutlineCancelNormal = #000000
|
|
306
306
|
public static let mdsColorThemeOutlineDisabledNormal = #000000
|