@momentum-design/tokens 0.6.0 → 0.6.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 +96 -24
- package/dist/css/core/complete.css +1 -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 +9 -3
- package/dist/css/theme/webex/dark-indigo-stable.css +9 -3
- package/dist/css/theme/webex/dark-jade-stable.css +9 -3
- package/dist/css/theme/webex/dark-lavender-stable.css +9 -3
- package/dist/css/theme/webex/dark-rose-stable.css +9 -3
- package/dist/css/theme/webex/dark-stable.css +9 -3
- package/dist/css/theme/webex/hc-dark-stable.css +7 -1
- package/dist/css/theme/webex/hc-light-stable.css +7 -1
- package/dist/css/theme/webex/light-bronze-stable.css +9 -3
- package/dist/css/theme/webex/light-indigo-stable.css +9 -3
- package/dist/css/theme/webex/light-jade-stable.css +9 -3
- package/dist/css/theme/webex/light-lavender-stable.css +9 -3
- package/dist/css/theme/webex/light-rose-stable.css +9 -3
- package/dist/css/theme/webex/light-stable.css +9 -3
- package/dist/css/typography/complete.css +1 -1
- package/dist/ios/core/complete.swift +1 -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 +9 -3
- package/dist/ios/theme/webex/dark-indigo-stable.swift +9 -3
- package/dist/ios/theme/webex/dark-jade-stable.swift +9 -3
- package/dist/ios/theme/webex/dark-lavender-stable.swift +9 -3
- package/dist/ios/theme/webex/dark-rose-stable.swift +9 -3
- package/dist/ios/theme/webex/dark-stable.swift +9 -3
- package/dist/ios/theme/webex/hc-dark-stable.swift +7 -1
- package/dist/ios/theme/webex/hc-light-stable.swift +7 -1
- package/dist/ios/theme/webex/light-bronze-stable.swift +9 -3
- package/dist/ios/theme/webex/light-indigo-stable.swift +9 -3
- package/dist/ios/theme/webex/light-jade-stable.swift +9 -3
- package/dist/ios/theme/webex/light-lavender-stable.swift +9 -3
- package/dist/ios/theme/webex/light-rose-stable.swift +9 -3
- package/dist/ios/theme/webex/light-stable.swift +9 -3
- package/dist/ios/typography/complete.swift +1 -1
- package/dist/ios-webex/theme/webex/dark-bronze-stable.swift +9 -5
- package/dist/ios-webex/theme/webex/dark-indigo-stable.swift +9 -5
- package/dist/ios-webex/theme/webex/dark-jade-stable.swift +9 -5
- package/dist/ios-webex/theme/webex/dark-lavender-stable.swift +9 -5
- package/dist/ios-webex/theme/webex/dark-rose-stable.swift +9 -5
- package/dist/ios-webex/theme/webex/dark-stable.swift +9 -5
- package/dist/ios-webex/theme/webex/hc-dark-stable.swift +6 -0
- package/dist/ios-webex/theme/webex/hc-light-stable.swift +18 -0
- package/dist/ios-webex/theme/webex/light-bronze-stable.swift +25 -13
- package/dist/ios-webex/theme/webex/light-indigo-stable.swift +25 -13
- package/dist/ios-webex/theme/webex/light-jade-stable.swift +25 -13
- package/dist/ios-webex/theme/webex/light-lavender-stable.swift +25 -13
- package/dist/ios-webex/theme/webex/light-rose-stable.swift +25 -13
- package/dist/ios-webex/theme/webex/light-stable.swift +25 -13
- package/dist/json/theme/webex/dark-bronze-stable.json +174 -6
- package/dist/json/theme/webex/dark-indigo-stable.json +174 -6
- package/dist/json/theme/webex/dark-jade-stable.json +174 -6
- package/dist/json/theme/webex/dark-lavender-stable.json +174 -6
- package/dist/json/theme/webex/dark-rose-stable.json +174 -6
- package/dist/json/theme/webex/dark-stable.json +174 -6
- package/dist/json/theme/webex/hc-dark-stable.json +168 -0
- package/dist/json/theme/webex/hc-light-stable.json +168 -0
- package/dist/json/theme/webex/light-bronze-stable.json +174 -6
- package/dist/json/theme/webex/light-indigo-stable.json +174 -6
- package/dist/json/theme/webex/light-jade-stable.json +174 -6
- package/dist/json/theme/webex/light-lavender-stable.json +174 -6
- package/dist/json/theme/webex/light-rose-stable.json +174 -6
- package/dist/json/theme/webex/light-stable.json +174 -6
- package/dist/json-minimal/theme/webex/dark-bronze-stable.json +12 -2
- package/dist/json-minimal/theme/webex/dark-indigo-stable.json +12 -2
- package/dist/json-minimal/theme/webex/dark-jade-stable.json +12 -2
- package/dist/json-minimal/theme/webex/dark-lavender-stable.json +12 -2
- package/dist/json-minimal/theme/webex/dark-rose-stable.json +12 -2
- package/dist/json-minimal/theme/webex/dark-stable.json +12 -2
- package/dist/json-minimal/theme/webex/hc-dark-stable.json +10 -0
- package/dist/json-minimal/theme/webex/hc-light-stable.json +10 -0
- package/dist/json-minimal/theme/webex/light-bronze-stable.json +12 -2
- package/dist/json-minimal/theme/webex/light-indigo-stable.json +12 -2
- package/dist/json-minimal/theme/webex/light-jade-stable.json +12 -2
- package/dist/json-minimal/theme/webex/light-lavender-stable.json +12 -2
- package/dist/json-minimal/theme/webex/light-rose-stable.json +12 -2
- package/dist/json-minimal/theme/webex/light-stable.json +12 -2
- package/dist/resources/core/complete.xml +1 -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 +9 -3
- package/dist/resources/theme/webex/dark-indigo-stable.xml +9 -3
- package/dist/resources/theme/webex/dark-jade-stable.xml +9 -3
- package/dist/resources/theme/webex/dark-lavender-stable.xml +9 -3
- package/dist/resources/theme/webex/dark-rose-stable.xml +9 -3
- package/dist/resources/theme/webex/dark-stable.xml +9 -3
- package/dist/resources/theme/webex/hc-dark-stable.xml +7 -1
- package/dist/resources/theme/webex/hc-light-stable.xml +7 -1
- package/dist/resources/theme/webex/light-bronze-stable.xml +9 -3
- package/dist/resources/theme/webex/light-indigo-stable.xml +9 -3
- package/dist/resources/theme/webex/light-jade-stable.xml +9 -3
- package/dist/resources/theme/webex/light-lavender-stable.xml +9 -3
- package/dist/resources/theme/webex/light-rose-stable.xml +9 -3
- package/dist/resources/theme/webex/light-stable.xml +9 -3
- package/dist/resources/typography/complete.xml +1 -1
- package/dist/scss/core/complete.scss +1 -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 +9 -3
- package/dist/scss/theme/webex/dark-indigo-stable.scss +9 -3
- package/dist/scss/theme/webex/dark-jade-stable.scss +9 -3
- package/dist/scss/theme/webex/dark-lavender-stable.scss +9 -3
- package/dist/scss/theme/webex/dark-rose-stable.scss +9 -3
- package/dist/scss/theme/webex/dark-stable.scss +9 -3
- package/dist/scss/theme/webex/hc-dark-stable.scss +7 -1
- package/dist/scss/theme/webex/hc-light-stable.scss +7 -1
- package/dist/scss/theme/webex/light-bronze-stable.scss +9 -3
- package/dist/scss/theme/webex/light-indigo-stable.scss +9 -3
- package/dist/scss/theme/webex/light-jade-stable.scss +9 -3
- package/dist/scss/theme/webex/light-lavender-stable.scss +9 -3
- package/dist/scss/theme/webex/light-rose-stable.scss +9 -3
- package/dist/scss/theme/webex/light-stable.scss +9 -3
- 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, 13 Jun 2025 16:13:03 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.mds-theme-stable-lightBronzeWebex {
|
|
@@ -161,10 +161,15 @@
|
|
|
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:
|
|
165
|
-
--mds-color-theme-background-glass-normal: #
|
|
164
|
+
--mds-color-theme-background-skeleton-normal: #8f8f8f;
|
|
165
|
+
--mds-color-theme-background-glass-normal: #ffffff66;
|
|
166
|
+
--mds-color-theme-background-glass-light: #ffffff66;
|
|
167
|
+
--mds-color-theme-background-glass-medium: #ffffff99;
|
|
168
|
+
--mds-color-theme-background-glass-heavy: #ffffffcc;
|
|
166
169
|
--mds-color-theme-background-glass-overlay-normal: #ffffffcc;
|
|
167
170
|
--mds-color-theme-background-glass-overlay-inactive: #ffffff66;
|
|
171
|
+
--mds-color-theme-background-glass-radial-0: #ffffffe6;
|
|
172
|
+
--mds-color-theme-background-glass-radial-1: #ffffff66;
|
|
168
173
|
--mds-color-theme-background-input-disabled: #0000001c;
|
|
169
174
|
--mds-color-theme-button-primary-normal: #000000f2;
|
|
170
175
|
--mds-color-theme-button-primary-hover: #000000cc;
|
|
@@ -216,6 +221,7 @@
|
|
|
216
221
|
--mds-color-theme-outline-promotion-normal: #c233c4;
|
|
217
222
|
--mds-color-theme-outline-gradient-active: linear-gradient(44deg, #3492eb 14.64%, #00a3b5 51.1%, #3cc29a 85.36%);
|
|
218
223
|
--mds-color-theme-outline-warning-normal: #7d4705;
|
|
224
|
+
--mds-color-theme-outline-glass-normal: linear-gradient(180deg, #0000000a 0%, #0000001c 100%);
|
|
219
225
|
--mds-color-theme-control-active-normal: #1170cf;
|
|
220
226
|
--mds-color-theme-control-active-hover: #0353a8;
|
|
221
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, 13 Jun 2025 16:13:02 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.mds-theme-stable-lightIndigoWebex {
|
|
@@ -161,10 +161,15 @@
|
|
|
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:
|
|
165
|
-
--mds-color-theme-background-glass-normal: #
|
|
164
|
+
--mds-color-theme-background-skeleton-normal: #8f8f8f;
|
|
165
|
+
--mds-color-theme-background-glass-normal: #ffffff66;
|
|
166
|
+
--mds-color-theme-background-glass-light: #ffffff66;
|
|
167
|
+
--mds-color-theme-background-glass-medium: #ffffff99;
|
|
168
|
+
--mds-color-theme-background-glass-heavy: #ffffffcc;
|
|
166
169
|
--mds-color-theme-background-glass-overlay-normal: #ffffffcc;
|
|
167
170
|
--mds-color-theme-background-glass-overlay-inactive: #ffffff66;
|
|
171
|
+
--mds-color-theme-background-glass-radial-0: #ffffffe6;
|
|
172
|
+
--mds-color-theme-background-glass-radial-1: #ffffff66;
|
|
168
173
|
--mds-color-theme-background-input-disabled: #0000001c;
|
|
169
174
|
--mds-color-theme-button-primary-normal: #000000f2;
|
|
170
175
|
--mds-color-theme-button-primary-hover: #000000cc;
|
|
@@ -216,6 +221,7 @@
|
|
|
216
221
|
--mds-color-theme-outline-promotion-normal: #c233c4;
|
|
217
222
|
--mds-color-theme-outline-gradient-active: linear-gradient(44deg, #3492eb 14.64%, #00a3b5 51.1%, #3cc29a 85.36%);
|
|
218
223
|
--mds-color-theme-outline-warning-normal: #7d4705;
|
|
224
|
+
--mds-color-theme-outline-glass-normal: linear-gradient(180deg, #0000000a 0%, #0000001c 100%);
|
|
219
225
|
--mds-color-theme-control-active-normal: #1170cf;
|
|
220
226
|
--mds-color-theme-control-active-hover: #0353a8;
|
|
221
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, 13 Jun 2025 16:13:02 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.mds-theme-stable-lightJadeWebex {
|
|
@@ -161,10 +161,15 @@
|
|
|
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:
|
|
165
|
-
--mds-color-theme-background-glass-normal: #
|
|
164
|
+
--mds-color-theme-background-skeleton-normal: #8f8f8f;
|
|
165
|
+
--mds-color-theme-background-glass-normal: #ffffff66;
|
|
166
|
+
--mds-color-theme-background-glass-light: #ffffff66;
|
|
167
|
+
--mds-color-theme-background-glass-medium: #ffffff99;
|
|
168
|
+
--mds-color-theme-background-glass-heavy: #ffffffcc;
|
|
166
169
|
--mds-color-theme-background-glass-overlay-normal: #ffffffcc;
|
|
167
170
|
--mds-color-theme-background-glass-overlay-inactive: #ffffff66;
|
|
171
|
+
--mds-color-theme-background-glass-radial-0: #ffffffe6;
|
|
172
|
+
--mds-color-theme-background-glass-radial-1: #ffffff66;
|
|
168
173
|
--mds-color-theme-background-input-disabled: #0000001c;
|
|
169
174
|
--mds-color-theme-button-primary-normal: #000000f2;
|
|
170
175
|
--mds-color-theme-button-primary-hover: #000000cc;
|
|
@@ -216,6 +221,7 @@
|
|
|
216
221
|
--mds-color-theme-outline-promotion-normal: #c233c4;
|
|
217
222
|
--mds-color-theme-outline-gradient-active: linear-gradient(44deg, #3492eb 14.64%, #00a3b5 51.1%, #3cc29a 85.36%);
|
|
218
223
|
--mds-color-theme-outline-warning-normal: #7d4705;
|
|
224
|
+
--mds-color-theme-outline-glass-normal: linear-gradient(180deg, #0000000a 0%, #0000001c 100%);
|
|
219
225
|
--mds-color-theme-control-active-normal: #1170cf;
|
|
220
226
|
--mds-color-theme-control-active-hover: #0353a8;
|
|
221
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, 13 Jun 2025 16:13:03 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.mds-theme-stable-lightLavenderWebex {
|
|
@@ -161,10 +161,15 @@
|
|
|
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:
|
|
165
|
-
--mds-color-theme-background-glass-normal: #
|
|
164
|
+
--mds-color-theme-background-skeleton-normal: #8f8f8f;
|
|
165
|
+
--mds-color-theme-background-glass-normal: #ffffff66;
|
|
166
|
+
--mds-color-theme-background-glass-light: #ffffff66;
|
|
167
|
+
--mds-color-theme-background-glass-medium: #ffffff99;
|
|
168
|
+
--mds-color-theme-background-glass-heavy: #ffffffcc;
|
|
166
169
|
--mds-color-theme-background-glass-overlay-normal: #ffffffcc;
|
|
167
170
|
--mds-color-theme-background-glass-overlay-inactive: #ffffff66;
|
|
171
|
+
--mds-color-theme-background-glass-radial-0: #ffffffe6;
|
|
172
|
+
--mds-color-theme-background-glass-radial-1: #ffffff66;
|
|
168
173
|
--mds-color-theme-background-input-disabled: #0000001c;
|
|
169
174
|
--mds-color-theme-button-primary-normal: #000000f2;
|
|
170
175
|
--mds-color-theme-button-primary-hover: #000000cc;
|
|
@@ -216,6 +221,7 @@
|
|
|
216
221
|
--mds-color-theme-outline-promotion-normal: #c233c4;
|
|
217
222
|
--mds-color-theme-outline-gradient-active: linear-gradient(44deg, #3492eb 14.64%, #00a3b5 51.1%, #3cc29a 85.36%);
|
|
218
223
|
--mds-color-theme-outline-warning-normal: #7d4705;
|
|
224
|
+
--mds-color-theme-outline-glass-normal: linear-gradient(180deg, #0000000a 0%, #0000001c 100%);
|
|
219
225
|
--mds-color-theme-control-active-normal: #1170cf;
|
|
220
226
|
--mds-color-theme-control-active-hover: #0353a8;
|
|
221
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, 13 Jun 2025 16:13:03 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.mds-theme-stable-lightRoseWebex {
|
|
@@ -161,10 +161,15 @@
|
|
|
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:
|
|
165
|
-
--mds-color-theme-background-glass-normal: #
|
|
164
|
+
--mds-color-theme-background-skeleton-normal: #8f8f8f;
|
|
165
|
+
--mds-color-theme-background-glass-normal: #ffffff66;
|
|
166
|
+
--mds-color-theme-background-glass-light: #ffffff66;
|
|
167
|
+
--mds-color-theme-background-glass-medium: #ffffff99;
|
|
168
|
+
--mds-color-theme-background-glass-heavy: #ffffffcc;
|
|
166
169
|
--mds-color-theme-background-glass-overlay-normal: #ffffffcc;
|
|
167
170
|
--mds-color-theme-background-glass-overlay-inactive: #ffffff66;
|
|
171
|
+
--mds-color-theme-background-glass-radial-0: #ffffffe6;
|
|
172
|
+
--mds-color-theme-background-glass-radial-1: #ffffff66;
|
|
168
173
|
--mds-color-theme-background-input-disabled: #0000001c;
|
|
169
174
|
--mds-color-theme-button-primary-normal: #000000f2;
|
|
170
175
|
--mds-color-theme-button-primary-hover: #000000cc;
|
|
@@ -216,6 +221,7 @@
|
|
|
216
221
|
--mds-color-theme-outline-promotion-normal: #c233c4;
|
|
217
222
|
--mds-color-theme-outline-gradient-active: linear-gradient(44deg, #3492eb 14.64%, #00a3b5 51.1%, #3cc29a 85.36%);
|
|
218
223
|
--mds-color-theme-outline-warning-normal: #7d4705;
|
|
224
|
+
--mds-color-theme-outline-glass-normal: linear-gradient(180deg, #0000000a 0%, #0000001c 100%);
|
|
219
225
|
--mds-color-theme-control-active-normal: #1170cf;
|
|
220
226
|
--mds-color-theme-control-active-hover: #0353a8;
|
|
221
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, 13 Jun 2025 16:12:57 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.mds-theme-stable-lightWebex {
|
|
@@ -161,10 +161,15 @@
|
|
|
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:
|
|
165
|
-
--mds-color-theme-background-glass-normal: #
|
|
164
|
+
--mds-color-theme-background-skeleton-normal: #8f8f8f;
|
|
165
|
+
--mds-color-theme-background-glass-normal: #ffffff66;
|
|
166
|
+
--mds-color-theme-background-glass-light: #ffffff66;
|
|
167
|
+
--mds-color-theme-background-glass-medium: #ffffff99;
|
|
168
|
+
--mds-color-theme-background-glass-heavy: #ffffffcc;
|
|
166
169
|
--mds-color-theme-background-glass-overlay-normal: #ffffffcc;
|
|
167
170
|
--mds-color-theme-background-glass-overlay-inactive: #ffffff66;
|
|
171
|
+
--mds-color-theme-background-glass-radial-0: #ffffffe6;
|
|
172
|
+
--mds-color-theme-background-glass-radial-1: #ffffff66;
|
|
168
173
|
--mds-color-theme-background-input-disabled: #0000001c;
|
|
169
174
|
--mds-color-theme-button-primary-normal: #000000f2;
|
|
170
175
|
--mds-color-theme-button-primary-hover: #000000cc;
|
|
@@ -216,6 +221,7 @@
|
|
|
216
221
|
--mds-color-theme-outline-promotion-normal: #c233c4;
|
|
217
222
|
--mds-color-theme-outline-gradient-active: linear-gradient(44deg, #3492eb 14.64%, #00a3b5 51.1%, #3cc29a 85.36%);
|
|
218
223
|
--mds-color-theme-outline-warning-normal: #7d4705;
|
|
224
|
+
--mds-color-theme-outline-glass-normal: linear-gradient(180deg, #0000000a 0%, #0000001c 100%);
|
|
219
225
|
--mds-color-theme-control-active-normal: #1170cf;
|
|
220
226
|
--mds-color-theme-control-active-hover: #0353a8;
|
|
221
227
|
--mds-color-theme-control-active-pressed: #063a75;
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Fri, 13 Jun 2025 16:13:01 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -50,9 +50,14 @@ 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
|
|
53
|
+
public static let mdsColorThemeBackgroundGlassHeavy = #000000cc
|
|
54
|
+
public static let mdsColorThemeBackgroundGlassLight = #00000066
|
|
55
|
+
public static let mdsColorThemeBackgroundGlassMedium = #00000099
|
|
56
|
+
public static let mdsColorThemeBackgroundGlassNormal = #ffffff0d
|
|
54
57
|
public static let mdsColorThemeBackgroundGlassOverlayInactive = #00000066
|
|
55
58
|
public static let mdsColorThemeBackgroundGlassOverlayNormal = #000000cc
|
|
59
|
+
public static let mdsColorThemeBackgroundGlassRadial0 = #ffffff66
|
|
60
|
+
public static let mdsColorThemeBackgroundGlassRadial1 = #ffffff0d
|
|
56
61
|
public static let mdsColorThemeBackgroundGradientPrimaryNormal = linear-gradient(180deg, #1f1402 0%, #171002 100%)
|
|
57
62
|
public static let mdsColorThemeBackgroundGradientSecondaryNormal = linear-gradient(180deg, #2e2515 0%, #171002 100%)
|
|
58
63
|
public static let mdsColorThemeBackgroundInputDisabled = #ffffff1c
|
|
@@ -99,7 +104,7 @@ public class {
|
|
|
99
104
|
public static let mdsColorThemeBackgroundSecondaryDisabled = #ffffff00
|
|
100
105
|
public static let mdsColorThemeBackgroundSecondaryHover = #ffffff33
|
|
101
106
|
public static let mdsColorThemeBackgroundSecondaryNormal = #ffffff1c
|
|
102
|
-
public static let mdsColorThemeBackgroundSkeletonNormal =
|
|
107
|
+
public static let mdsColorThemeBackgroundSkeletonNormal = #707070
|
|
103
108
|
public static let mdsColorThemeBackgroundSolidPrimaryNormal = #000000
|
|
104
109
|
public static let mdsColorThemeBackgroundSolidQuaternaryNormal = #3b3b3b
|
|
105
110
|
public static let mdsColorThemeBackgroundSolidSecondaryNormal = #1a1a1a
|
|
@@ -311,6 +316,7 @@ public class {
|
|
|
311
316
|
public static let mdsColorThemeInvertedTextSecondaryNormal = #000000b3
|
|
312
317
|
public static let mdsColorThemeOutlineButtonNormal = #ffffff80
|
|
313
318
|
public static let mdsColorThemeOutlineCancelNormal = #fc8b98
|
|
319
|
+
public static let mdsColorThemeOutlineGlassNormal = linear-gradient(180deg, #ffffff1c 0%, #ffffff0d 100%)
|
|
314
320
|
public static let mdsColorThemeOutlineGradientActive = linear-gradient(44deg, #3492eb 14.64%, #22c7d6 51.1%, #68debd 85.36%)
|
|
315
321
|
public static let mdsColorThemeOutlineHighContrastFocus = #ffffff
|
|
316
322
|
public static let mdsColorThemeOutlineInputActive = #ffffffe6
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Fri, 13 Jun 2025 16:13:00 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -50,9 +50,14 @@ 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
|
|
53
|
+
public static let mdsColorThemeBackgroundGlassHeavy = #000000cc
|
|
54
|
+
public static let mdsColorThemeBackgroundGlassLight = #00000066
|
|
55
|
+
public static let mdsColorThemeBackgroundGlassMedium = #00000099
|
|
56
|
+
public static let mdsColorThemeBackgroundGlassNormal = #ffffff0d
|
|
54
57
|
public static let mdsColorThemeBackgroundGlassOverlayInactive = #00000066
|
|
55
58
|
public static let mdsColorThemeBackgroundGlassOverlayNormal = #000000cc
|
|
59
|
+
public static let mdsColorThemeBackgroundGlassRadial0 = #ffffff66
|
|
60
|
+
public static let mdsColorThemeBackgroundGlassRadial1 = #ffffff0d
|
|
56
61
|
public static let mdsColorThemeBackgroundGradientPrimaryNormal = linear-gradient(180deg, #13182b 0%, #0e111a 100%)
|
|
57
62
|
public static let mdsColorThemeBackgroundGradientSecondaryNormal = linear-gradient(180deg, #212536 0%, #0e111a 100%)
|
|
58
63
|
public static let mdsColorThemeBackgroundInputDisabled = #ffffff1c
|
|
@@ -99,7 +104,7 @@ public class {
|
|
|
99
104
|
public static let mdsColorThemeBackgroundSecondaryDisabled = #ffffff00
|
|
100
105
|
public static let mdsColorThemeBackgroundSecondaryHover = #ffffff33
|
|
101
106
|
public static let mdsColorThemeBackgroundSecondaryNormal = #ffffff1c
|
|
102
|
-
public static let mdsColorThemeBackgroundSkeletonNormal =
|
|
107
|
+
public static let mdsColorThemeBackgroundSkeletonNormal = #707070
|
|
103
108
|
public static let mdsColorThemeBackgroundSolidPrimaryNormal = #000000
|
|
104
109
|
public static let mdsColorThemeBackgroundSolidQuaternaryNormal = #3b3b3b
|
|
105
110
|
public static let mdsColorThemeBackgroundSolidSecondaryNormal = #1a1a1a
|
|
@@ -311,6 +316,7 @@ public class {
|
|
|
311
316
|
public static let mdsColorThemeInvertedTextSecondaryNormal = #000000b3
|
|
312
317
|
public static let mdsColorThemeOutlineButtonNormal = #ffffff80
|
|
313
318
|
public static let mdsColorThemeOutlineCancelNormal = #fc8b98
|
|
319
|
+
public static let mdsColorThemeOutlineGlassNormal = linear-gradient(180deg, #ffffff1c 0%, #ffffff0d 100%)
|
|
314
320
|
public static let mdsColorThemeOutlineGradientActive = linear-gradient(44deg, #3492eb 14.64%, #22c7d6 51.1%, #68debd 85.36%)
|
|
315
321
|
public static let mdsColorThemeOutlineHighContrastFocus = #ffffff
|
|
316
322
|
public static let mdsColorThemeOutlineInputActive = #ffffffe6
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Fri, 13 Jun 2025 16:13:01 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -50,9 +50,14 @@ 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
|
|
53
|
+
public static let mdsColorThemeBackgroundGlassHeavy = #000000cc
|
|
54
|
+
public static let mdsColorThemeBackgroundGlassLight = #00000066
|
|
55
|
+
public static let mdsColorThemeBackgroundGlassMedium = #00000099
|
|
56
|
+
public static let mdsColorThemeBackgroundGlassNormal = #ffffff0d
|
|
54
57
|
public static let mdsColorThemeBackgroundGlassOverlayInactive = #00000066
|
|
55
58
|
public static let mdsColorThemeBackgroundGlassOverlayNormal = #000000cc
|
|
59
|
+
public static let mdsColorThemeBackgroundGlassRadial0 = #ffffff66
|
|
60
|
+
public static let mdsColorThemeBackgroundGlassRadial1 = #ffffff0d
|
|
56
61
|
public static let mdsColorThemeBackgroundGradientPrimaryNormal = linear-gradient(180deg, #001c18 0%, #021412 100%)
|
|
57
62
|
public static let mdsColorThemeBackgroundGradientSecondaryNormal = linear-gradient(180deg, #122925 0%, #021412 100%)
|
|
58
63
|
public static let mdsColorThemeBackgroundInputDisabled = #ffffff1c
|
|
@@ -99,7 +104,7 @@ public class {
|
|
|
99
104
|
public static let mdsColorThemeBackgroundSecondaryDisabled = #ffffff00
|
|
100
105
|
public static let mdsColorThemeBackgroundSecondaryHover = #ffffff33
|
|
101
106
|
public static let mdsColorThemeBackgroundSecondaryNormal = #ffffff1c
|
|
102
|
-
public static let mdsColorThemeBackgroundSkeletonNormal =
|
|
107
|
+
public static let mdsColorThemeBackgroundSkeletonNormal = #707070
|
|
103
108
|
public static let mdsColorThemeBackgroundSolidPrimaryNormal = #000000
|
|
104
109
|
public static let mdsColorThemeBackgroundSolidQuaternaryNormal = #3b3b3b
|
|
105
110
|
public static let mdsColorThemeBackgroundSolidSecondaryNormal = #1a1a1a
|
|
@@ -311,6 +316,7 @@ public class {
|
|
|
311
316
|
public static let mdsColorThemeInvertedTextSecondaryNormal = #000000b3
|
|
312
317
|
public static let mdsColorThemeOutlineButtonNormal = #ffffff80
|
|
313
318
|
public static let mdsColorThemeOutlineCancelNormal = #fc8b98
|
|
319
|
+
public static let mdsColorThemeOutlineGlassNormal = linear-gradient(180deg, #ffffff1c 0%, #ffffff0d 100%)
|
|
314
320
|
public static let mdsColorThemeOutlineGradientActive = linear-gradient(44deg, #3492eb 14.64%, #22c7d6 51.1%, #68debd 85.36%)
|
|
315
321
|
public static let mdsColorThemeOutlineHighContrastFocus = #ffffff
|
|
316
322
|
public static let mdsColorThemeOutlineInputActive = #ffffffe6
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Fri, 13 Jun 2025 16:13:02 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -50,9 +50,14 @@ 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
|
|
53
|
+
public static let mdsColorThemeBackgroundGlassHeavy = #000000cc
|
|
54
|
+
public static let mdsColorThemeBackgroundGlassLight = #00000066
|
|
55
|
+
public static let mdsColorThemeBackgroundGlassMedium = #00000099
|
|
56
|
+
public static let mdsColorThemeBackgroundGlassNormal = #ffffff0d
|
|
54
57
|
public static let mdsColorThemeBackgroundGlassOverlayInactive = #00000066
|
|
55
58
|
public static let mdsColorThemeBackgroundGlassOverlayNormal = #000000cc
|
|
59
|
+
public static let mdsColorThemeBackgroundGlassRadial0 = #ffffff66
|
|
60
|
+
public static let mdsColorThemeBackgroundGlassRadial1 = #ffffff0d
|
|
56
61
|
public static let mdsColorThemeBackgroundGradientPrimaryNormal = linear-gradient(180deg, #231237 0%, #18082b 100%)
|
|
57
62
|
public static let mdsColorThemeBackgroundGradientSecondaryNormal = linear-gradient(180deg, #301a4a 0%, #18082b 100%)
|
|
58
63
|
public static let mdsColorThemeBackgroundInputDisabled = #ffffff1c
|
|
@@ -99,7 +104,7 @@ public class {
|
|
|
99
104
|
public static let mdsColorThemeBackgroundSecondaryDisabled = #ffffff00
|
|
100
105
|
public static let mdsColorThemeBackgroundSecondaryHover = #ffffff33
|
|
101
106
|
public static let mdsColorThemeBackgroundSecondaryNormal = #ffffff1c
|
|
102
|
-
public static let mdsColorThemeBackgroundSkeletonNormal =
|
|
107
|
+
public static let mdsColorThemeBackgroundSkeletonNormal = #707070
|
|
103
108
|
public static let mdsColorThemeBackgroundSolidPrimaryNormal = #000000
|
|
104
109
|
public static let mdsColorThemeBackgroundSolidQuaternaryNormal = #3b3b3b
|
|
105
110
|
public static let mdsColorThemeBackgroundSolidSecondaryNormal = #1a1a1a
|
|
@@ -311,6 +316,7 @@ public class {
|
|
|
311
316
|
public static let mdsColorThemeInvertedTextSecondaryNormal = #000000b3
|
|
312
317
|
public static let mdsColorThemeOutlineButtonNormal = #ffffff80
|
|
313
318
|
public static let mdsColorThemeOutlineCancelNormal = #fc8b98
|
|
319
|
+
public static let mdsColorThemeOutlineGlassNormal = linear-gradient(180deg, #ffffff1c 0%, #ffffff0d 100%)
|
|
314
320
|
public static let mdsColorThemeOutlineGradientActive = linear-gradient(44deg, #3492eb 14.64%, #22c7d6 51.1%, #68debd 85.36%)
|
|
315
321
|
public static let mdsColorThemeOutlineHighContrastFocus = #ffffff
|
|
316
322
|
public static let mdsColorThemeOutlineInputActive = #ffffffe6
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Fri, 13 Jun 2025 16:13:02 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -50,9 +50,14 @@ 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
|
|
53
|
+
public static let mdsColorThemeBackgroundGlassHeavy = #000000cc
|
|
54
|
+
public static let mdsColorThemeBackgroundGlassLight = #00000066
|
|
55
|
+
public static let mdsColorThemeBackgroundGlassMedium = #00000099
|
|
56
|
+
public static let mdsColorThemeBackgroundGlassNormal = #ffffff0d
|
|
54
57
|
public static let mdsColorThemeBackgroundGlassOverlayInactive = #00000066
|
|
55
58
|
public static let mdsColorThemeBackgroundGlassOverlayNormal = #000000cc
|
|
59
|
+
public static let mdsColorThemeBackgroundGlassRadial0 = #ffffff66
|
|
60
|
+
public static let mdsColorThemeBackgroundGlassRadial1 = #ffffff0d
|
|
56
61
|
public static let mdsColorThemeBackgroundGradientPrimaryNormal = linear-gradient(180deg, #30041e 0%, #1f0615 100%)
|
|
57
62
|
public static let mdsColorThemeBackgroundGradientSecondaryNormal = linear-gradient(180deg, #40162e 0%, #1f0615 100%)
|
|
58
63
|
public static let mdsColorThemeBackgroundInputDisabled = #ffffff1c
|
|
@@ -99,7 +104,7 @@ public class {
|
|
|
99
104
|
public static let mdsColorThemeBackgroundSecondaryDisabled = #ffffff00
|
|
100
105
|
public static let mdsColorThemeBackgroundSecondaryHover = #ffffff33
|
|
101
106
|
public static let mdsColorThemeBackgroundSecondaryNormal = #ffffff1c
|
|
102
|
-
public static let mdsColorThemeBackgroundSkeletonNormal =
|
|
107
|
+
public static let mdsColorThemeBackgroundSkeletonNormal = #707070
|
|
103
108
|
public static let mdsColorThemeBackgroundSolidPrimaryNormal = #000000
|
|
104
109
|
public static let mdsColorThemeBackgroundSolidQuaternaryNormal = #3b3b3b
|
|
105
110
|
public static let mdsColorThemeBackgroundSolidSecondaryNormal = #1a1a1a
|
|
@@ -311,6 +316,7 @@ public class {
|
|
|
311
316
|
public static let mdsColorThemeInvertedTextSecondaryNormal = #000000b3
|
|
312
317
|
public static let mdsColorThemeOutlineButtonNormal = #ffffff80
|
|
313
318
|
public static let mdsColorThemeOutlineCancelNormal = #fc8b98
|
|
319
|
+
public static let mdsColorThemeOutlineGlassNormal = linear-gradient(180deg, #ffffff1c 0%, #ffffff0d 100%)
|
|
314
320
|
public static let mdsColorThemeOutlineGradientActive = linear-gradient(44deg, #3492eb 14.64%, #22c7d6 51.1%, #68debd 85.36%)
|
|
315
321
|
public static let mdsColorThemeOutlineHighContrastFocus = #ffffff
|
|
316
322
|
public static let mdsColorThemeOutlineInputActive = #ffffffe6
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Fri, 13 Jun 2025 16:12:57 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -50,9 +50,14 @@ 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
|
|
53
|
+
public static let mdsColorThemeBackgroundGlassHeavy = #000000cc
|
|
54
|
+
public static let mdsColorThemeBackgroundGlassLight = #00000066
|
|
55
|
+
public static let mdsColorThemeBackgroundGlassMedium = #00000099
|
|
56
|
+
public static let mdsColorThemeBackgroundGlassNormal = #ffffff0d
|
|
54
57
|
public static let mdsColorThemeBackgroundGlassOverlayInactive = #00000066
|
|
55
58
|
public static let mdsColorThemeBackgroundGlassOverlayNormal = #000000cc
|
|
59
|
+
public static let mdsColorThemeBackgroundGlassRadial0 = #ffffff66
|
|
60
|
+
public static let mdsColorThemeBackgroundGlassRadial1 = #ffffff0d
|
|
56
61
|
public static let mdsColorThemeBackgroundGradientPrimaryNormal = linear-gradient(180deg, #1a1a1a 0%, #0f0f0f 100%)
|
|
57
62
|
public static let mdsColorThemeBackgroundGradientSecondaryNormal = linear-gradient(180deg, #262626 0%, #0f0f0f 100%)
|
|
58
63
|
public static let mdsColorThemeBackgroundInputDisabled = #ffffff1c
|
|
@@ -99,7 +104,7 @@ public class {
|
|
|
99
104
|
public static let mdsColorThemeBackgroundSecondaryDisabled = #ffffff00
|
|
100
105
|
public static let mdsColorThemeBackgroundSecondaryHover = #ffffff33
|
|
101
106
|
public static let mdsColorThemeBackgroundSecondaryNormal = #ffffff1c
|
|
102
|
-
public static let mdsColorThemeBackgroundSkeletonNormal =
|
|
107
|
+
public static let mdsColorThemeBackgroundSkeletonNormal = #707070
|
|
103
108
|
public static let mdsColorThemeBackgroundSolidPrimaryNormal = #000000
|
|
104
109
|
public static let mdsColorThemeBackgroundSolidQuaternaryNormal = #3b3b3b
|
|
105
110
|
public static let mdsColorThemeBackgroundSolidSecondaryNormal = #1a1a1a
|
|
@@ -311,6 +316,7 @@ public class {
|
|
|
311
316
|
public static let mdsColorThemeInvertedTextSecondaryNormal = #000000b3
|
|
312
317
|
public static let mdsColorThemeOutlineButtonNormal = #ffffff80
|
|
313
318
|
public static let mdsColorThemeOutlineCancelNormal = #fc8b98
|
|
319
|
+
public static let mdsColorThemeOutlineGlassNormal = linear-gradient(180deg, #ffffff1c 0%, #ffffff0d 100%)
|
|
314
320
|
public static let mdsColorThemeOutlineGradientActive = linear-gradient(44deg, #3492eb 14.64%, #22c7d6 51.1%, #68debd 85.36%)
|
|
315
321
|
public static let mdsColorThemeOutlineHighContrastFocus = #ffffff
|
|
316
322
|
public static let mdsColorThemeOutlineInputActive = #ffffffe6
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Fri, 13 Jun 2025 16:12:58 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -50,9 +50,14 @@ 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 mdsColorThemeBackgroundGlassHeavy = #000000
|
|
54
|
+
public static let mdsColorThemeBackgroundGlassLight = #000000
|
|
55
|
+
public static let mdsColorThemeBackgroundGlassMedium = #000000
|
|
53
56
|
public static let mdsColorThemeBackgroundGlassNormal = #000000
|
|
54
57
|
public static let mdsColorThemeBackgroundGlassOverlayInactive = #000000
|
|
55
58
|
public static let mdsColorThemeBackgroundGlassOverlayNormal = #ffff00
|
|
59
|
+
public static let mdsColorThemeBackgroundGlassRadial0 = #000000
|
|
60
|
+
public static let mdsColorThemeBackgroundGlassRadial1 = #000000
|
|
56
61
|
public static let mdsColorThemeBackgroundGradientPrimaryNormal = #000000
|
|
57
62
|
public static let mdsColorThemeBackgroundGradientSecondaryNormal = #000000
|
|
58
63
|
public static let mdsColorThemeBackgroundInputDisabled = #3ff23f
|
|
@@ -299,6 +304,7 @@ public class {
|
|
|
299
304
|
public static let mdsColorThemeOutlineButtonNormal = #ffffff
|
|
300
305
|
public static let mdsColorThemeOutlineCancelNormal = #ffffff
|
|
301
306
|
public static let mdsColorThemeOutlineDisabledNormal = #3ff23f
|
|
307
|
+
public static let mdsColorThemeOutlineGlassNormal = #ffffff
|
|
302
308
|
public static let mdsColorThemeOutlineGradientActive = #ffffff
|
|
303
309
|
public static let mdsColorThemeOutlineHighContrastFocus = #ffff00
|
|
304
310
|
public static let mdsColorThemeOutlineInputActive = #ffffff
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Fri, 13 Jun 2025 16:12:58 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -50,9 +50,14 @@ 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 mdsColorThemeBackgroundGlassHeavy = #ffffff
|
|
54
|
+
public static let mdsColorThemeBackgroundGlassLight = #ffffff
|
|
55
|
+
public static let mdsColorThemeBackgroundGlassMedium = #ffffff
|
|
53
56
|
public static let mdsColorThemeBackgroundGlassNormal = #ffffff
|
|
54
57
|
public static let mdsColorThemeBackgroundGlassOverlayInactive = #ffffff
|
|
55
58
|
public static let mdsColorThemeBackgroundGlassOverlayNormal = #00009f
|
|
59
|
+
public static let mdsColorThemeBackgroundGlassRadial0 = #ffffff
|
|
60
|
+
public static let mdsColorThemeBackgroundGlassRadial1 = #ffffff
|
|
56
61
|
public static let mdsColorThemeBackgroundGradientPrimaryNormal = #ffffff
|
|
57
62
|
public static let mdsColorThemeBackgroundGradientSecondaryNormal = #ffffff
|
|
58
63
|
public static let mdsColorThemeBackgroundInputDisabled = #600000
|
|
@@ -299,6 +304,7 @@ public class {
|
|
|
299
304
|
public static let mdsColorThemeOutlineButtonNormal = #000000
|
|
300
305
|
public static let mdsColorThemeOutlineCancelNormal = #000000
|
|
301
306
|
public static let mdsColorThemeOutlineDisabledNormal = #000000
|
|
307
|
+
public static let mdsColorThemeOutlineGlassNormal = #000000
|
|
302
308
|
public static let mdsColorThemeOutlineGradientActive = #000000
|
|
303
309
|
public static let mdsColorThemeOutlineHighContrastFocus = #00009f
|
|
304
310
|
public static let mdsColorThemeOutlineInputActive = #000000
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Fri, 13 Jun 2025 16:13:03 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -50,9 +50,14 @@ public class {
|
|
|
50
50
|
public static let mdsColorThemeBackgroundAlertWarningActive = #ffda94
|
|
51
51
|
public static let mdsColorThemeBackgroundAlertWarningHover = #ffebc2
|
|
52
52
|
public static let mdsColorThemeBackgroundAlertWarningNormal = #ffebc2
|
|
53
|
-
public static let
|
|
53
|
+
public static let mdsColorThemeBackgroundGlassHeavy = #ffffffcc
|
|
54
|
+
public static let mdsColorThemeBackgroundGlassLight = #ffffff66
|
|
55
|
+
public static let mdsColorThemeBackgroundGlassMedium = #ffffff99
|
|
56
|
+
public static let mdsColorThemeBackgroundGlassNormal = #ffffff66
|
|
54
57
|
public static let mdsColorThemeBackgroundGlassOverlayInactive = #ffffff66
|
|
55
58
|
public static let mdsColorThemeBackgroundGlassOverlayNormal = #ffffffcc
|
|
59
|
+
public static let mdsColorThemeBackgroundGlassRadial0 = #ffffffe6
|
|
60
|
+
public static let mdsColorThemeBackgroundGlassRadial1 = #ffffff66
|
|
56
61
|
public static let mdsColorThemeBackgroundGradientPrimaryNormal = linear-gradient(180deg, #f5efe4 0%, #ffffff 100%)
|
|
57
62
|
public static let mdsColorThemeBackgroundGradientSecondaryNormal = linear-gradient(180deg, #fcfaf4 0%, #ffffff 100%)
|
|
58
63
|
public static let mdsColorThemeBackgroundInputDisabled = #0000001c
|
|
@@ -99,7 +104,7 @@ public class {
|
|
|
99
104
|
public static let mdsColorThemeBackgroundSecondaryDisabled = #00000000
|
|
100
105
|
public static let mdsColorThemeBackgroundSecondaryHover = #00000033
|
|
101
106
|
public static let mdsColorThemeBackgroundSecondaryNormal = #0000001c
|
|
102
|
-
public static let mdsColorThemeBackgroundSkeletonNormal =
|
|
107
|
+
public static let mdsColorThemeBackgroundSkeletonNormal = #8f8f8f
|
|
103
108
|
public static let mdsColorThemeBackgroundSolidPrimaryNormal = #ffffff
|
|
104
109
|
public static let mdsColorThemeBackgroundSolidQuaternaryNormal = #ffffff
|
|
105
110
|
public static let mdsColorThemeBackgroundSolidSecondaryNormal = #f7f7f7
|
|
@@ -311,6 +316,7 @@ public class {
|
|
|
311
316
|
public static let mdsColorThemeInvertedTextSecondaryNormal = #ffffffb3
|
|
312
317
|
public static let mdsColorThemeOutlineButtonNormal = #00000080
|
|
313
318
|
public static let mdsColorThemeOutlineCancelNormal = #ab0a15
|
|
319
|
+
public static let mdsColorThemeOutlineGlassNormal = linear-gradient(180deg, #0000000a 0%, #0000001c 100%)
|
|
314
320
|
public static let mdsColorThemeOutlineGradientActive = linear-gradient(44deg, #3492eb 14.64%, #00a3b5 51.1%, #3cc29a 85.36%)
|
|
315
321
|
public static let mdsColorThemeOutlineHighContrastFocus = #000000
|
|
316
322
|
public static let mdsColorThemeOutlineInputActive = #000000e6
|