@momentum-design/tokens 0.2.7 → 0.3.0
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 +994 -0
- package/dist/css/core/complete.css +1 -1
- package/dist/css/effect/complete.css +8 -0
- package/dist/css/elevation/complete.css +11 -0
- 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-stable.css +11 -1
- package/dist/css/theme/webex/hc-dark-stable.css +12 -1
- package/dist/css/theme/webex/hc-light-stable.css +12 -1
- package/dist/css/theme/webex/light-stable.css +12 -1
- package/dist/css/typography/complete.css +1 -1
- package/dist/ios/core/complete.swift +1 -1
- package/dist/ios/effect/complete.swift +14 -0
- package/dist/ios/elevation/complete.swift +17 -0
- 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-stable.swift +11 -1
- package/dist/ios/theme/webex/hc-dark-stable.swift +12 -1
- package/dist/ios/theme/webex/hc-light-stable.swift +12 -1
- package/dist/ios/theme/webex/light-stable.swift +12 -1
- package/dist/ios/typography/complete.swift +1 -1
- package/dist/ios-webex/effect/complete.swift +11 -0
- package/dist/ios-webex/theme/webex/dark-stable.swift +16 -0
- package/dist/ios-webex/theme/webex/hc-dark-stable.swift +11 -0
- package/dist/ios-webex/theme/webex/hc-light-stable.swift +33 -0
- package/dist/ios-webex/theme/webex/light-stable.swift +51 -0
- package/dist/json/effect/complete.json +21 -0
- package/dist/json/elevation/complete.json +108 -0
- package/dist/json/theme/webex/dark-stable.json +291 -0
- package/dist/json/theme/webex/hc-dark-stable.json +315 -0
- package/dist/json/theme/webex/hc-light-stable.json +319 -0
- package/dist/json/theme/webex/light-stable.json +319 -0
- package/dist/json-minimal/effect/complete.json +3 -0
- package/dist/json-minimal/elevation/complete.json +8 -0
- package/dist/json-minimal/theme/webex/dark-stable.json +23 -1
- package/dist/json-minimal/theme/webex/hc-dark-stable.json +26 -1
- package/dist/json-minimal/theme/webex/hc-light-stable.json +26 -1
- package/dist/json-minimal/theme/webex/light-stable.json +26 -1
- package/dist/resources/core/complete.xml +1 -1
- package/dist/resources/effect/complete.xml +10 -0
- package/dist/resources/elevation/complete.xml +13 -0
- 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-stable.xml +11 -1
- package/dist/resources/theme/webex/hc-dark-stable.xml +12 -1
- package/dist/resources/theme/webex/hc-light-stable.xml +12 -1
- package/dist/resources/theme/webex/light-stable.xml +12 -1
- package/dist/resources/typography/complete.xml +1 -1
- package/dist/scss/core/complete.scss +1 -1
- package/dist/scss/effect/complete.scss +5 -0
- package/dist/scss/elevation/complete.scss +8 -0
- 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-stable.scss +11 -1
- package/dist/scss/theme/webex/hc-dark-stable.scss +12 -1
- package/dist/scss/theme/webex/hc-light-stable.scss +12 -1
- package/dist/scss/theme/webex/light-stable.scss +12 -1
- package/dist/scss/typography/complete.scss +1 -1
- package/package.json +8 -5
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly
|
|
3
|
+
* Generated on Thu, 12 Dec 2024 13:30:43 GMT
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
.mds-elevation {
|
|
7
|
+
--mds-elevation-1: drop-shadow(0px 2px 8px rgba(0,0,0,0.2));
|
|
8
|
+
--mds-elevation-2: drop-shadow(0px 4px 16px rgba(0,0,0,0.2));
|
|
9
|
+
--mds-elevation-3: drop-shadow(0px 6px 24px rgba(0,0,0,0.25));
|
|
10
|
+
--mds-elevation-4: drop-shadow(0px 12px 48px rgba(0,0,0,0.25));
|
|
11
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 12 Dec 2024 13:30:39 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.mds-theme-stable-darkWebex {
|
|
@@ -160,6 +160,9 @@
|
|
|
160
160
|
--mds-color-theme-background-gradient-secondary-normal: linear-gradient(180deg, #262626 0%, #0f0f0f 100%);
|
|
161
161
|
--mds-color-theme-background-reaction-normal: linear-gradient(90deg, #1a1a1ae6 0%, #1a1a1a00 100%);
|
|
162
162
|
--mds-color-theme-background-skeleton-normal: linear-gradient(123deg, #ffffff33 0%, #ffffff4d 33.85%, #ffffff66 70.31%, #ffffff80 100%);
|
|
163
|
+
--mds-color-theme-background-glass-normal: #00000099;
|
|
164
|
+
--mds-color-theme-background-glass-overlay-normal: #00000099;
|
|
165
|
+
--mds-color-theme-background-glass-overlay-inactive: #00000066;
|
|
163
166
|
--mds-color-theme-button-primary-normal: #fffffff2;
|
|
164
167
|
--mds-color-theme-button-primary-hover: #ffffffcc;
|
|
165
168
|
--mds-color-theme-button-primary-pressed: #ffffffb3;
|
|
@@ -181,6 +184,9 @@
|
|
|
181
184
|
--mds-color-theme-button-accent-normal: #1170cf;
|
|
182
185
|
--mds-color-theme-button-accent-hover: #0353a8;
|
|
183
186
|
--mds-color-theme-button-accent-pressed: #063a75;
|
|
187
|
+
--mds-color-theme-button-glass-primary-normal: #ffffffcc;
|
|
188
|
+
--mds-color-theme-button-glass-primary-hover: #ffffffb3;
|
|
189
|
+
--mds-color-theme-button-glass-primary-pressed: #ffffff99;
|
|
184
190
|
--mds-color-theme-outline-primary-normal: #ffffff66;
|
|
185
191
|
--mds-color-theme-outline-primary-disabled: #ffffff33;
|
|
186
192
|
--mds-color-theme-outline-theme-normal: #64b4fa;
|
|
@@ -365,6 +371,8 @@
|
|
|
365
371
|
--mds-color-theme-gradientdivider-orange-hover: linear-gradient(90deg, #fd884e00 0%,#fd884eE6 22.4%, #fd884eE6 76.04%, #fd884e00 100%);
|
|
366
372
|
--mds-color-theme-gradientdivider-purple-normal: linear-gradient(90deg, #f294f100 0%, #f294f199 22.4%, #f294f199 76.04%, #f294f100 100%);
|
|
367
373
|
--mds-color-theme-gradientdivider-purple-hover: linear-gradient(90deg, #f294f100 0%, #f294f1E6 22.4%, #f294f1E6 76.04%, #f294f100 100%);
|
|
374
|
+
--mds-color-theme-gradientdivider-vertical-normal: linear-gradient(0deg, #ffffff00 0%, #ffffff33 22.4%, #ffffff33 72.4%, #ffffff00 100%);
|
|
375
|
+
--mds-color-theme-gradientdivider-vertical-hover: linear-gradient(0deg, #ffffff00 0%, #ffffff99 22.4%, #ffffff99 72.4%, #ffffff00 100%);
|
|
368
376
|
--mds-color-theme-avatar-default: #545454;
|
|
369
377
|
--mds-color-theme-avatar-hover: #ffffff12;
|
|
370
378
|
--mds-color-theme-avatar-pressed: #ffffff33;
|
|
@@ -379,6 +387,8 @@
|
|
|
379
387
|
--mds-color-theme-avatar-slate: #535573;
|
|
380
388
|
--mds-color-theme-avatar-violet: #643abd;
|
|
381
389
|
--mds-color-theme-avatar-yellow: #7d4705;
|
|
390
|
+
--mds-color-theme-avatar-glass-normal: #ffffff12;
|
|
391
|
+
--mds-color-theme-avatar-glass-active: #ffffffcc;
|
|
382
392
|
--mds-color-theme-focus-default-0: #000000;
|
|
383
393
|
--mds-color-theme-focus-default-1: #64b4fa;
|
|
384
394
|
--mds-color-theme-focus-default-2: #64b4fa59;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 12 Dec 2024 13:30:39 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.mds-theme-stable-hcDarkWebex {
|
|
@@ -160,6 +160,9 @@
|
|
|
160
160
|
--mds-color-theme-background-gradient-secondary-normal: #000000;
|
|
161
161
|
--mds-color-theme-background-gradient-primary-normal: #000000;
|
|
162
162
|
--mds-color-theme-background-skeleton-normal: #000000;
|
|
163
|
+
--mds-color-theme-background-glass-normal: #000000;
|
|
164
|
+
--mds-color-theme-background-glass-overlay-normal: #ffff00;
|
|
165
|
+
--mds-color-theme-background-glass-overlay-inactive: #000000;
|
|
163
166
|
--mds-color-theme-button-primary-normal: #000000;
|
|
164
167
|
--mds-color-theme-button-primary-hover: #1aebff;
|
|
165
168
|
--mds-color-theme-button-primary-pressed: #1aebff;
|
|
@@ -180,6 +183,9 @@
|
|
|
180
183
|
--mds-color-theme-button-accent-normal: #000000;
|
|
181
184
|
--mds-color-theme-button-accent-hover: #1aebff;
|
|
182
185
|
--mds-color-theme-button-accent-pressed: #1aebff;
|
|
186
|
+
--mds-color-theme-button-glass-primary-normal: #000000;
|
|
187
|
+
--mds-color-theme-button-glass-primary-hover: #1aebff;
|
|
188
|
+
--mds-color-theme-button-glass-primary-pressed: #1aebff;
|
|
183
189
|
--mds-color-theme-outline-primary-normal: #ffffff;
|
|
184
190
|
--mds-color-theme-outline-primary-disabled: #3ff23f;
|
|
185
191
|
--mds-color-theme-outline-theme-normal: #ffffff;
|
|
@@ -280,6 +286,8 @@
|
|
|
280
286
|
--mds-color-theme-gradientdivider-orange-hover: #ffffff;
|
|
281
287
|
--mds-color-theme-gradientdivider-purple-normal: #ffffff;
|
|
282
288
|
--mds-color-theme-gradientdivider-purple-hover: #ffffff;
|
|
289
|
+
--mds-color-theme-gradientdivider-vertical-normal: #ffffff;
|
|
290
|
+
--mds-color-theme-gradientdivider-vertical-hover: #ffffff;
|
|
283
291
|
--mds-color-theme-avatar-default: #ffffff;
|
|
284
292
|
--mds-color-theme-avatar-cobalt: #ffffff;
|
|
285
293
|
--mds-color-theme-avatar-cyan: #ffffff;
|
|
@@ -294,6 +302,8 @@
|
|
|
294
302
|
--mds-color-theme-avatar-yellow: #ffffff;
|
|
295
303
|
--mds-color-theme-avatar-hover: #ffffff;
|
|
296
304
|
--mds-color-theme-avatar-pressed: #ffffff;
|
|
305
|
+
--mds-color-theme-avatar-glass-normal: #ffffff;
|
|
306
|
+
--mds-color-theme-avatar-glass-active: #ffffff;
|
|
297
307
|
--mds-color-theme-common-text-primary-normal: #ffffff;
|
|
298
308
|
--mds-color-theme-common-text-primary-disabled: #3ff23f;
|
|
299
309
|
--mds-color-theme-common-text-secondary-normal: #ffffff;
|
|
@@ -335,6 +345,7 @@
|
|
|
335
345
|
--mds-color-theme-common-outline-input-normal: #ffffff;
|
|
336
346
|
--mds-color-theme-common-outline-secondary-primary: #ffffff;
|
|
337
347
|
--mds-color-theme-common-outline-secondary-disabled: #3ff23f;
|
|
348
|
+
--mds-color-theme-common-outline-warning-normal: #ffffff;
|
|
338
349
|
--mds-color-theme-common-control-share-content-selected: #1aebff;
|
|
339
350
|
--mds-color-theme-common-control-share-content-active: #1aebff;
|
|
340
351
|
--mds-color-theme-common-control-share-content-inactive: #3ff23f;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 12 Dec 2024 13:30:40 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.mds-theme-stable-hcLightWebex {
|
|
@@ -160,6 +160,9 @@
|
|
|
160
160
|
--mds-color-theme-background-gradient-secondary-normal: #ffffff;
|
|
161
161
|
--mds-color-theme-background-gradient-primary-normal: #ffffff;
|
|
162
162
|
--mds-color-theme-background-skeleton-normal: #ffffff;
|
|
163
|
+
--mds-color-theme-background-glass-normal: #ffffff;
|
|
164
|
+
--mds-color-theme-background-glass-overlay-normal: #00009f;
|
|
165
|
+
--mds-color-theme-background-glass-overlay-inactive: #ffffff;
|
|
163
166
|
--mds-color-theme-button-primary-normal: #ffffff;
|
|
164
167
|
--mds-color-theme-button-primary-hover: #37006e;
|
|
165
168
|
--mds-color-theme-button-primary-pressed: #37006e;
|
|
@@ -180,6 +183,9 @@
|
|
|
180
183
|
--mds-color-theme-button-accent-normal: #ffffff;
|
|
181
184
|
--mds-color-theme-button-accent-hover: #37006e;
|
|
182
185
|
--mds-color-theme-button-accent-pressed: #37006e;
|
|
186
|
+
--mds-color-theme-button-glass-primary-normal: #ffffff;
|
|
187
|
+
--mds-color-theme-button-glass-primary-hover: #37006e;
|
|
188
|
+
--mds-color-theme-button-glass-primary-pressed: #37006e;
|
|
183
189
|
--mds-color-theme-outline-primary-normal: #000000;
|
|
184
190
|
--mds-color-theme-outline-primary-disabled: #600000;
|
|
185
191
|
--mds-color-theme-outline-theme-normal: #000000;
|
|
@@ -280,6 +286,8 @@
|
|
|
280
286
|
--mds-color-theme-avatar-yellow: #000000;
|
|
281
287
|
--mds-color-theme-avatar-hover: #000000;
|
|
282
288
|
--mds-color-theme-avatar-pressed: #000000;
|
|
289
|
+
--mds-color-theme-avatar-glass-normal: #000000;
|
|
290
|
+
--mds-color-theme-avatar-glass-active: #000000;
|
|
283
291
|
--mds-color-theme-common-text-primary-normal: #000000;
|
|
284
292
|
--mds-color-theme-common-text-primary-disabled: #600000;
|
|
285
293
|
--mds-color-theme-common-text-secondary-normal: #000000;
|
|
@@ -321,6 +329,7 @@
|
|
|
321
329
|
--mds-color-theme-common-outline-input-normal: #000000;
|
|
322
330
|
--mds-color-theme-common-outline-secondary-primary: #000000;
|
|
323
331
|
--mds-color-theme-common-outline-secondary-disabled: #600000;
|
|
332
|
+
--mds-color-theme-common-outline-warning-normal: #000000;
|
|
324
333
|
--mds-color-theme-common-control-share-content-selected: #37006e;
|
|
325
334
|
--mds-color-theme-common-control-share-content-active: #37006e;
|
|
326
335
|
--mds-color-theme-common-control-share-content-inactive: #600000;
|
|
@@ -371,6 +380,8 @@
|
|
|
371
380
|
--mds-color-theme-gradientdivider-orange-hover: #000000;
|
|
372
381
|
--mds-color-theme-gradientdivider-purple-normal: #000000;
|
|
373
382
|
--mds-color-theme-gradientdivider-purple-hover: #000000;
|
|
383
|
+
--mds-color-theme-gradientdivider-vertical-normal: #000000;
|
|
384
|
+
--mds-color-theme-gradientdivider-vertical-hover: #000000;
|
|
374
385
|
--mds-color-theme-focus-default-0: #ffffff;
|
|
375
386
|
--mds-color-theme-focus-default-1: #000000;
|
|
376
387
|
--mds-color-theme-focus-default-2: #000000;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 12 Dec 2024 13:30:39 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.mds-theme-stable-lightWebex {
|
|
@@ -160,6 +160,9 @@
|
|
|
160
160
|
--mds-color-theme-background-gradient-secondary-normal: linear-gradient(180deg, #fafafa 0%, #ffffff 100%);
|
|
161
161
|
--mds-color-theme-background-reaction-normal: linear-gradient(90deg, #ffffffe6 0%, #ffffff00 100%);
|
|
162
162
|
--mds-color-theme-background-skeleton-normal: linear-gradient(123deg, #00000033 0%, #0000004d 27.6%, #00000066 58.85%, #00000080 100%);
|
|
163
|
+
--mds-color-theme-background-glass-normal: #ffffff99;
|
|
164
|
+
--mds-color-theme-background-glass-overlay-normal: #ffffffcc;
|
|
165
|
+
--mds-color-theme-background-glass-overlay-inactive: #ffffff66;
|
|
163
166
|
--mds-color-theme-button-primary-normal: #000000f2;
|
|
164
167
|
--mds-color-theme-button-primary-hover: #000000cc;
|
|
165
168
|
--mds-color-theme-button-primary-pressed: #000000b3;
|
|
@@ -181,6 +184,9 @@
|
|
|
181
184
|
--mds-color-theme-button-accent-normal: #1170cf;
|
|
182
185
|
--mds-color-theme-button-accent-hover: #0353a8;
|
|
183
186
|
--mds-color-theme-button-accent-pressed: #063a75;
|
|
187
|
+
--mds-color-theme-button-glass-primary-normal: #000000cc;
|
|
188
|
+
--mds-color-theme-button-glass-primary-hover: #000000b3;
|
|
189
|
+
--mds-color-theme-button-glass-primary-pressed: #00000099;
|
|
184
190
|
--mds-color-theme-outline-primary-normal: #00000075;
|
|
185
191
|
--mds-color-theme-outline-primary-disabled: #00000033;
|
|
186
192
|
--mds-color-theme-outline-theme-normal: #1170cf;
|
|
@@ -280,6 +286,7 @@
|
|
|
280
286
|
--mds-color-theme-common-outline-input-normal: #ffffff80;
|
|
281
287
|
--mds-color-theme-common-outline-secondary-normal: #00000033;
|
|
282
288
|
--mds-color-theme-common-outline-secondary-disabled: #00000033;
|
|
289
|
+
--mds-color-theme-common-outline-warning-normal: #f2990a;
|
|
283
290
|
--mds-color-theme-common-control-share-content-selected: #3cc29a;
|
|
284
291
|
--mds-color-theme-common-control-share-content-active: #c94403;
|
|
285
292
|
--mds-color-theme-common-control-share-content-inactive: #707070;
|
|
@@ -364,6 +371,8 @@
|
|
|
364
371
|
--mds-color-theme-avatar-yellow: #7d4705;
|
|
365
372
|
--mds-color-theme-avatar-hover: #00000012;
|
|
366
373
|
--mds-color-theme-avatar-pressed: #00000033;
|
|
374
|
+
--mds-color-theme-avatar-glass-normal: #00000012;
|
|
375
|
+
--mds-color-theme-avatar-glass-active: #ffffffcc;
|
|
367
376
|
--mds-color-theme-gradientdivider-default-normal: linear-gradient(90deg, #00000000 0%, #00000033 22.4%, #00000033 72.4%, #00000000 100%);
|
|
368
377
|
--mds-color-theme-gradientdivider-default-hover: linear-gradient(90deg, #00000000 0%, #00000099 22.4%, #00000099 72.4%, #00000000 100%);
|
|
369
378
|
--mds-color-theme-gradientdivider-error-normal: linear-gradient(90deg, #ab0a1500 0%, #ab0a1599 22.4%, #ab0a1599 22.4%, #ab0a1500 100%);
|
|
@@ -378,6 +387,8 @@
|
|
|
378
387
|
--mds-color-theme-gradientdivider-orange-hover: linear-gradient(90deg, #9c320200 0%, #9c3202e6 22.4%, #9c3202e6 76.04%, #9c320200 100%);
|
|
379
388
|
--mds-color-theme-gradientdivider-purple-normal: linear-gradient(90deg, #93209900 0%, #93209999 22.4%, #93209999 76.04%, #93209900 100%);
|
|
380
389
|
--mds-color-theme-gradientdivider-purple-hover: linear-gradient(90deg, #93209900 0%,#932099E6 22.4%, #932099E6 76.04%, #93209900 100%);
|
|
390
|
+
--mds-color-theme-gradientdivider-vertical-normal: linear-gradient(0deg, #00000000 0%, #00000033 22.4%, #00000033 72.4%, #00000000 100%);
|
|
391
|
+
--mds-color-theme-gradientdivider-vertical-hover: linear-gradient(0deg, #00000000 0%, #00000099 22.4%, #00000099 72.4%, #00000000 100%);
|
|
381
392
|
--mds-color-theme-focus-default-0: #ffffff;
|
|
382
393
|
--mds-color-theme-focus-default-1: #1170cf;
|
|
383
394
|
--mds-color-theme-focus-default-2: #1170cf59;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
|
|
2
|
+
//
|
|
3
|
+
// elevation/complete.swift
|
|
4
|
+
//
|
|
5
|
+
|
|
6
|
+
// Do not edit directly
|
|
7
|
+
// Generated on Thu, 12 Dec 2024 13:30:43 GMT
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
import UIKit
|
|
11
|
+
|
|
12
|
+
public class {
|
|
13
|
+
public static let mdsElevation1 = drop-shadow(0px 2px 8px rgba(0,0,0,0.2))
|
|
14
|
+
public static let mdsElevation2 = drop-shadow(0px 4px 16px rgba(0,0,0,0.2))
|
|
15
|
+
public static let mdsElevation3 = drop-shadow(0px 6px 24px rgba(0,0,0,0.25))
|
|
16
|
+
public static let mdsElevation4 = drop-shadow(0px 12px 48px rgba(0,0,0,0.25))
|
|
17
|
+
}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Thu, 12 Dec 2024 13:30:39 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -13,6 +13,8 @@ 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 mdsColorThemeAvatarGlassActive = #ffffffcc
|
|
17
|
+
public static let mdsColorThemeAvatarGlassNormal = #ffffff12
|
|
16
18
|
public static let mdsColorThemeAvatarGold = #735107
|
|
17
19
|
public static let mdsColorThemeAvatarHover = #ffffff12
|
|
18
20
|
public static let mdsColorThemeAvatarLime = #416116
|
|
@@ -47,6 +49,9 @@ public class {
|
|
|
47
49
|
public static let mdsColorThemeBackgroundAlertWarningActive = #57330a
|
|
48
50
|
public static let mdsColorThemeBackgroundAlertWarningHover = #36220c
|
|
49
51
|
public static let mdsColorThemeBackgroundAlertWarningNormal = #36220c
|
|
52
|
+
public static let mdsColorThemeBackgroundGlassNormal = #00000099
|
|
53
|
+
public static let mdsColorThemeBackgroundGlassOverlayInactive = #00000066
|
|
54
|
+
public static let mdsColorThemeBackgroundGlassOverlayNormal = #00000099
|
|
50
55
|
public static let mdsColorThemeBackgroundGradientPrimaryNormal = linear-gradient(180deg, #1a1a1a 0%, #0f0f0f 100%)
|
|
51
56
|
public static let mdsColorThemeBackgroundGradientSecondaryNormal = linear-gradient(180deg, #262626 0%, #0f0f0f 100%)
|
|
52
57
|
public static let mdsColorThemeBackgroundLabelCobaltActive = #08599c
|
|
@@ -103,6 +108,9 @@ public class {
|
|
|
103
108
|
public static let mdsColorThemeButtonCancelHover = #ab0a15
|
|
104
109
|
public static let mdsColorThemeButtonCancelNormal = #db1f2e
|
|
105
110
|
public static let mdsColorThemeButtonCancelPressed = #780d13
|
|
111
|
+
public static let mdsColorThemeButtonGlassPrimaryHover = #ffffffb3
|
|
112
|
+
public static let mdsColorThemeButtonGlassPrimaryNormal = #ffffffcc
|
|
113
|
+
public static let mdsColorThemeButtonGlassPrimaryPressed = #ffffff99
|
|
106
114
|
public static let mdsColorThemeButtonJoinHover = #185e46
|
|
107
115
|
public static let mdsColorThemeButtonJoinNormal = #1d805f
|
|
108
116
|
public static let mdsColorThemeButtonJoinPressed = #134231
|
|
@@ -235,6 +243,8 @@ public class {
|
|
|
235
243
|
public static let mdsColorThemeGradientdividerPurpleNormal = linear-gradient(90deg, #f294f100 0%, #f294f199 22.4%, #f294f199 76.04%, #f294f100 100%)
|
|
236
244
|
public static let mdsColorThemeGradientdividerSuccessHover = linear-gradient(90deg, #3cc29a00 0%,#3cc29aE6 22.4%, #3cc29aE6 76.04%, #3cc29a00 100%)
|
|
237
245
|
public static let mdsColorThemeGradientdividerSuccessNormal = linear-gradient(90deg, #3cc29a00 0%, #3cc29a99 22.4%, #3cc29a99 76.04%, #3cc29a00 100%)
|
|
246
|
+
public static let mdsColorThemeGradientdividerVerticalHover = linear-gradient(0deg, #ffffff00 0%, #ffffff99 22.4%, #ffffff99 72.4%, #ffffff00 100%)
|
|
247
|
+
public static let mdsColorThemeGradientdividerVerticalNormal = linear-gradient(0deg, #ffffff00 0%, #ffffff33 22.4%, #ffffff33 72.4%, #ffffff00 100%)
|
|
238
248
|
public static let mdsColorThemeGradientdividerWarningHover = linear-gradient(90deg, #f2990a00 0%, #f2990ae6 22.4%, #f2990ae6 76.04%, #f2990a00 100%)
|
|
239
249
|
public static let mdsColorThemeGradientdividerWarningNormal = linear-gradient(90deg, #f2990a00 0%, #f2990a99 22.4%, #f2990a99 76.04%, #f2990a00 100%)
|
|
240
250
|
public static let mdsColorThemeGroupedbackgroundPrimaryNormal = #000000
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Thu, 12 Dec 2024 13:30:40 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -13,6 +13,8 @@ public class {
|
|
|
13
13
|
public static let mdsColorThemeAvatarCobalt = #ffffff
|
|
14
14
|
public static let mdsColorThemeAvatarCyan = #ffffff
|
|
15
15
|
public static let mdsColorThemeAvatarDefault = #ffffff
|
|
16
|
+
public static let mdsColorThemeAvatarGlassActive = #ffffff
|
|
17
|
+
public static let mdsColorThemeAvatarGlassNormal = #ffffff
|
|
16
18
|
public static let mdsColorThemeAvatarGold = #ffffff
|
|
17
19
|
public static let mdsColorThemeAvatarHover = #ffffff
|
|
18
20
|
public static let mdsColorThemeAvatarLime = #ffffff
|
|
@@ -47,6 +49,9 @@ public class {
|
|
|
47
49
|
public static let mdsColorThemeBackgroundAlertWarningActive = #1aebff
|
|
48
50
|
public static let mdsColorThemeBackgroundAlertWarningHover = #1aebff
|
|
49
51
|
public static let mdsColorThemeBackgroundAlertWarningNormal = #000000
|
|
52
|
+
public static let mdsColorThemeBackgroundGlassNormal = #000000
|
|
53
|
+
public static let mdsColorThemeBackgroundGlassOverlayInactive = #000000
|
|
54
|
+
public static let mdsColorThemeBackgroundGlassOverlayNormal = #ffff00
|
|
50
55
|
public static let mdsColorThemeBackgroundGradientPrimaryNormal = #000000
|
|
51
56
|
public static let mdsColorThemeBackgroundGradientSecondaryNormal = #000000
|
|
52
57
|
public static let mdsColorThemeBackgroundLabelCobaltActive = #1aebff
|
|
@@ -103,6 +108,9 @@ public class {
|
|
|
103
108
|
public static let mdsColorThemeButtonCancelHover = #1aebff
|
|
104
109
|
public static let mdsColorThemeButtonCancelNormal = #000000
|
|
105
110
|
public static let mdsColorThemeButtonCancelPressed = #1aebff
|
|
111
|
+
public static let mdsColorThemeButtonGlassPrimaryHover = #1aebff
|
|
112
|
+
public static let mdsColorThemeButtonGlassPrimaryNormal = #000000
|
|
113
|
+
public static let mdsColorThemeButtonGlassPrimaryPressed = #1aebff
|
|
106
114
|
public static let mdsColorThemeButtonJoinHover = #1aebff
|
|
107
115
|
public static let mdsColorThemeButtonJoinNormal = #000000
|
|
108
116
|
public static let mdsColorThemeButtonJoinPressed = #1aebff
|
|
@@ -160,6 +168,7 @@ public class {
|
|
|
160
168
|
public static let mdsColorThemeCommonOutlinePrimaryNormal = #ffffff
|
|
161
169
|
public static let mdsColorThemeCommonOutlineSecondaryDisabled = #3ff23f
|
|
162
170
|
public static let mdsColorThemeCommonOutlineSecondaryPrimary = #ffffff
|
|
171
|
+
public static let mdsColorThemeCommonOutlineWarningNormal = #ffffff
|
|
163
172
|
public static let mdsColorThemeCommonOverlaysMeetingNormal0 = #000000
|
|
164
173
|
public static let mdsColorThemeCommonOverlaysMeetingNormal1 = #000000
|
|
165
174
|
public static let mdsColorThemeCommonOverlaysMeetingNormal2 = #000000
|
|
@@ -221,6 +230,8 @@ public class {
|
|
|
221
230
|
public static let mdsColorThemeGradientdividerPurpleNormal = #ffffff
|
|
222
231
|
public static let mdsColorThemeGradientdividerSuccessHover = #ffffff
|
|
223
232
|
public static let mdsColorThemeGradientdividerSuccessNormal = #ffffff
|
|
233
|
+
public static let mdsColorThemeGradientdividerVerticalHover = #ffffff
|
|
234
|
+
public static let mdsColorThemeGradientdividerVerticalNormal = #ffffff
|
|
224
235
|
public static let mdsColorThemeGradientdividerWarningHover = #ffffff
|
|
225
236
|
public static let mdsColorThemeGradientdividerWarningNormal = #ffffff
|
|
226
237
|
public static let mdsColorThemeGroupedbackgroundPrimaryNormal = #000000
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Thu, 12 Dec 2024 13:30:40 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -13,6 +13,8 @@ public class {
|
|
|
13
13
|
public static let mdsColorThemeAvatarCobalt = #000000
|
|
14
14
|
public static let mdsColorThemeAvatarCyan = #000000
|
|
15
15
|
public static let mdsColorThemeAvatarDefault = #000000
|
|
16
|
+
public static let mdsColorThemeAvatarGlassActive = #000000
|
|
17
|
+
public static let mdsColorThemeAvatarGlassNormal = #000000
|
|
16
18
|
public static let mdsColorThemeAvatarGold = #000000
|
|
17
19
|
public static let mdsColorThemeAvatarHover = #000000
|
|
18
20
|
public static let mdsColorThemeAvatarLime = #000000
|
|
@@ -47,6 +49,9 @@ public class {
|
|
|
47
49
|
public static let mdsColorThemeBackgroundAlertWarningActive = #37006e
|
|
48
50
|
public static let mdsColorThemeBackgroundAlertWarningHover = #37006e
|
|
49
51
|
public static let mdsColorThemeBackgroundAlertWarningNormal = #ffffff
|
|
52
|
+
public static let mdsColorThemeBackgroundGlassNormal = #ffffff
|
|
53
|
+
public static let mdsColorThemeBackgroundGlassOverlayInactive = #ffffff
|
|
54
|
+
public static let mdsColorThemeBackgroundGlassOverlayNormal = #00009f
|
|
50
55
|
public static let mdsColorThemeBackgroundGradientPrimaryNormal = #ffffff
|
|
51
56
|
public static let mdsColorThemeBackgroundGradientSecondaryNormal = #ffffff
|
|
52
57
|
public static let mdsColorThemeBackgroundLabelCobaltActive = #37006e
|
|
@@ -103,6 +108,9 @@ public class {
|
|
|
103
108
|
public static let mdsColorThemeButtonCancelHover = #37006e
|
|
104
109
|
public static let mdsColorThemeButtonCancelNormal = #ffffff
|
|
105
110
|
public static let mdsColorThemeButtonCancelPressed = #37006e
|
|
111
|
+
public static let mdsColorThemeButtonGlassPrimaryHover = #37006e
|
|
112
|
+
public static let mdsColorThemeButtonGlassPrimaryNormal = #ffffff
|
|
113
|
+
public static let mdsColorThemeButtonGlassPrimaryPressed = #37006e
|
|
106
114
|
public static let mdsColorThemeButtonJoinHover = #37006e
|
|
107
115
|
public static let mdsColorThemeButtonJoinNormal = #ffffff
|
|
108
116
|
public static let mdsColorThemeButtonJoinPressed = #37006e
|
|
@@ -160,6 +168,7 @@ public class {
|
|
|
160
168
|
public static let mdsColorThemeCommonOutlinePrimaryNormal = #000000
|
|
161
169
|
public static let mdsColorThemeCommonOutlineSecondaryDisabled = #600000
|
|
162
170
|
public static let mdsColorThemeCommonOutlineSecondaryPrimary = #000000
|
|
171
|
+
public static let mdsColorThemeCommonOutlineWarningNormal = #000000
|
|
163
172
|
public static let mdsColorThemeCommonOverlaysMeetingNormal0 = #ffffff
|
|
164
173
|
public static let mdsColorThemeCommonOverlaysMeetingNormal1 = #ffffff
|
|
165
174
|
public static let mdsColorThemeCommonOverlaysMeetingNormal2 = #ffffff
|
|
@@ -221,6 +230,8 @@ public class {
|
|
|
221
230
|
public static let mdsColorThemeGradientdividerPurpleNormal = #000000
|
|
222
231
|
public static let mdsColorThemeGradientdividerSuccessHover = #000000
|
|
223
232
|
public static let mdsColorThemeGradientdividerSuccessNormal = #000000
|
|
233
|
+
public static let mdsColorThemeGradientdividerVerticalHover = #000000
|
|
234
|
+
public static let mdsColorThemeGradientdividerVerticalNormal = #000000
|
|
224
235
|
public static let mdsColorThemeGradientdividerWarningHover = #000000
|
|
225
236
|
public static let mdsColorThemeGradientdividerWarningNormal = #000000
|
|
226
237
|
public static let mdsColorThemeGroupedbackgroundPrimaryNormal = #ffffff
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Thu, 12 Dec 2024 13:30:39 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -13,6 +13,8 @@ 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 mdsColorThemeAvatarGlassActive = #ffffffcc
|
|
17
|
+
public static let mdsColorThemeAvatarGlassNormal = #00000012
|
|
16
18
|
public static let mdsColorThemeAvatarGold = #735107
|
|
17
19
|
public static let mdsColorThemeAvatarHover = #00000012
|
|
18
20
|
public static let mdsColorThemeAvatarLime = #416116
|
|
@@ -47,6 +49,9 @@ public class {
|
|
|
47
49
|
public static let mdsColorThemeBackgroundAlertWarningActive = #ffda94
|
|
48
50
|
public static let mdsColorThemeBackgroundAlertWarningHover = #ffebc2
|
|
49
51
|
public static let mdsColorThemeBackgroundAlertWarningNormal = #ffebc2
|
|
52
|
+
public static let mdsColorThemeBackgroundGlassNormal = #ffffff99
|
|
53
|
+
public static let mdsColorThemeBackgroundGlassOverlayInactive = #ffffff66
|
|
54
|
+
public static let mdsColorThemeBackgroundGlassOverlayNormal = #ffffffcc
|
|
50
55
|
public static let mdsColorThemeBackgroundGradientPrimaryNormal = linear-gradient(180deg, #f0f0f0 0%, #ffffff 100%)
|
|
51
56
|
public static let mdsColorThemeBackgroundGradientSecondaryNormal = linear-gradient(180deg, #fafafa 0%, #ffffff 100%)
|
|
52
57
|
public static let mdsColorThemeBackgroundLabelCobaltActive = #99ddff
|
|
@@ -103,6 +108,9 @@ public class {
|
|
|
103
108
|
public static let mdsColorThemeButtonCancelHover = #ab0a15
|
|
104
109
|
public static let mdsColorThemeButtonCancelNormal = #db1f2e
|
|
105
110
|
public static let mdsColorThemeButtonCancelPressed = #780d13
|
|
111
|
+
public static let mdsColorThemeButtonGlassPrimaryHover = #000000b3
|
|
112
|
+
public static let mdsColorThemeButtonGlassPrimaryNormal = #000000cc
|
|
113
|
+
public static let mdsColorThemeButtonGlassPrimaryPressed = #00000099
|
|
106
114
|
public static let mdsColorThemeButtonJoinHover = #185e46
|
|
107
115
|
public static let mdsColorThemeButtonJoinNormal = #1d805f
|
|
108
116
|
public static let mdsColorThemeButtonJoinPressed = #134231
|
|
@@ -161,6 +169,7 @@ public class {
|
|
|
161
169
|
public static let mdsColorThemeCommonOutlinePrimaryNormal = #ffffff66
|
|
162
170
|
public static let mdsColorThemeCommonOutlineSecondaryDisabled = #00000033
|
|
163
171
|
public static let mdsColorThemeCommonOutlineSecondaryNormal = #00000033
|
|
172
|
+
public static let mdsColorThemeCommonOutlineWarningNormal = #f2990a
|
|
164
173
|
public static let mdsColorThemeCommonOverlaysMeetingNormal0 = #00000000
|
|
165
174
|
public static let mdsColorThemeCommonOverlaysMeetingNormal1 = #0000004d
|
|
166
175
|
public static let mdsColorThemeCommonOverlaysMeetingNormal2 = #000000cc
|
|
@@ -234,6 +243,8 @@ public class {
|
|
|
234
243
|
public static let mdsColorThemeGradientdividerPurpleNormal = linear-gradient(90deg, #93209900 0%, #93209999 22.4%, #93209999 76.04%, #93209900 100%)
|
|
235
244
|
public static let mdsColorThemeGradientdividerSuccessHover = linear-gradient(90deg, #185e4600 0%, #185e46E6 22.4%, #185e46E6 76.04%, #185e4600 100%)
|
|
236
245
|
public static let mdsColorThemeGradientdividerSuccessNormal = linear-gradient(90deg, #185e4600 0%, #185e4699 22.4%, #185e4699 76.04%, #185e4600 100%)
|
|
246
|
+
public static let mdsColorThemeGradientdividerVerticalHover = linear-gradient(0deg, #00000000 0%, #00000099 22.4%, #00000099 72.4%, #00000000 100%)
|
|
247
|
+
public static let mdsColorThemeGradientdividerVerticalNormal = linear-gradient(0deg, #00000000 0%, #00000033 22.4%, #00000033 72.4%, #00000000 100%)
|
|
237
248
|
public static let mdsColorThemeGradientdividerWarningHover = linear-gradient(90deg, #7d470500 0%, #7d4705e6 22.4%, #7d4705e6 76.04%, #7d470500 100%)
|
|
238
249
|
public static let mdsColorThemeGradientdividerWarningNormal = linear-gradient(90deg, #7d470500 0%, #7d470599 22.4%, #7d470599 76.04%, #7d470500 100%)
|
|
239
250
|
public static let mdsColorThemeGroupedbackgroundPrimaryNormal = #f7f7f7
|
|
@@ -170,6 +170,9 @@ open class DarkMomentumThemeBackgroundColorPalette: MomentumThemeBackgroundColor
|
|
|
170
170
|
open var skeletonNormal1: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.30) }
|
|
171
171
|
open var skeletonNormal2: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.40) }
|
|
172
172
|
open var skeletonNormal3: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.50) }
|
|
173
|
+
open var glassNormal: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.60) }
|
|
174
|
+
open var glassOverlayNormal: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.60) }
|
|
175
|
+
open var glassOverlayInactive: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.40) }
|
|
173
176
|
public init() {}
|
|
174
177
|
}
|
|
175
178
|
open class DarkMomentumThemeButtonColorPalette: MomentumThemeButtonColorPaletteProtocol {
|
|
@@ -194,6 +197,9 @@ open class DarkMomentumThemeButtonColorPalette: MomentumThemeButtonColorPaletteP
|
|
|
194
197
|
open var accentNormal: UIColor { return UIColor(hex: 0x1170CF) }
|
|
195
198
|
open var accentHover: UIColor { return UIColor(hex: 0x0353A8) }
|
|
196
199
|
open var accentPressed: UIColor { return UIColor(hex: 0x063A75) }
|
|
200
|
+
open var glassPrimaryNormal: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.80) }
|
|
201
|
+
open var glassPrimaryHover: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.70) }
|
|
202
|
+
open var glassPrimaryPressed: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.60) }
|
|
197
203
|
public init() {}
|
|
198
204
|
}
|
|
199
205
|
open class DarkMomentumThemeOutlineColorPalette: MomentumThemeOutlineColorPaletteProtocol {
|
|
@@ -457,6 +463,14 @@ open class DarkMomentumThemeGradientDividerColorPalette: MomentumThemeGradientDi
|
|
|
457
463
|
open var purpleHover1: UIColor { return UIColor(hex: 0xF294F1, withAlpha: 0.90) }
|
|
458
464
|
open var purpleHover2: UIColor { return UIColor(hex: 0xF294F1, withAlpha: 0.90) }
|
|
459
465
|
open var purpleHover3: UIColor { return UIColor(hex: 0xF294F1, withAlpha: 0.00) }
|
|
466
|
+
open var verticalNormal0: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.00) }
|
|
467
|
+
open var verticalNormal1: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.20) }
|
|
468
|
+
open var verticalNormal2: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.20) }
|
|
469
|
+
open var verticalNormal3: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.00) }
|
|
470
|
+
open var verticalHover0: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.00) }
|
|
471
|
+
open var verticalHover1: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.60) }
|
|
472
|
+
open var verticalHover2: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.60) }
|
|
473
|
+
open var verticalHover3: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.00) }
|
|
460
474
|
public init() {}
|
|
461
475
|
}
|
|
462
476
|
open class DarkMomentumThemeAvatarColorPalette: MomentumThemeAvatarColorPaletteProtocol {
|
|
@@ -474,6 +488,8 @@ open class DarkMomentumThemeAvatarColorPalette: MomentumThemeAvatarColorPaletteP
|
|
|
474
488
|
open var slate: UIColor { return UIColor(hex: 0x535573) }
|
|
475
489
|
open var violet: UIColor { return UIColor(hex: 0x643ABD) }
|
|
476
490
|
open var yellow: UIColor { return UIColor(hex: 0x7D4705) }
|
|
491
|
+
open var glassNormal: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.07) }
|
|
492
|
+
open var glassActive: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.80) }
|
|
477
493
|
public init() {}
|
|
478
494
|
}
|
|
479
495
|
open class DarkMomentumThemeFocusColorPalette: MomentumThemeFocusColorPaletteProtocol {
|
|
@@ -164,6 +164,9 @@ open class HcDarkMomentumThemeBackgroundColorPalette: MomentumThemeBackgroundCol
|
|
|
164
164
|
open var gradientSecondaryNormal: UIColor { return UIColor(hex: 0x000000) }
|
|
165
165
|
open var gradientPrimaryNormal: UIColor { return UIColor(hex: 0x000000) }
|
|
166
166
|
open var skeletonNormal: UIColor { return UIColor(hex: 0x000000) }
|
|
167
|
+
open var glassNormal: UIColor { return UIColor(hex: 0x000000) }
|
|
168
|
+
open var glassOverlayNormal: UIColor { return UIColor(hex: 0xFFFF00) }
|
|
169
|
+
open var glassOverlayInactive: UIColor { return UIColor(hex: 0x000000) }
|
|
167
170
|
public init() {}
|
|
168
171
|
}
|
|
169
172
|
open class HcDarkMomentumThemeButtonColorPalette: MomentumThemeButtonColorPaletteProtocol {
|
|
@@ -187,6 +190,9 @@ open class HcDarkMomentumThemeButtonColorPalette: MomentumThemeButtonColorPalett
|
|
|
187
190
|
open var accentNormal: UIColor { return UIColor(hex: 0x000000) }
|
|
188
191
|
open var accentHover: UIColor { return UIColor(hex: 0x1AEBFF) }
|
|
189
192
|
open var accentPressed: UIColor { return UIColor(hex: 0x1AEBFF) }
|
|
193
|
+
open var glassPrimaryNormal: UIColor { return UIColor(hex: 0x000000) }
|
|
194
|
+
open var glassPrimaryHover: UIColor { return UIColor(hex: 0x1AEBFF) }
|
|
195
|
+
open var glassPrimaryPressed: UIColor { return UIColor(hex: 0x1AEBFF) }
|
|
190
196
|
public init() {}
|
|
191
197
|
}
|
|
192
198
|
open class HcDarkMomentumThemeOutlineColorPalette: MomentumThemeOutlineColorPaletteProtocol {
|
|
@@ -317,6 +323,8 @@ open class HcDarkMomentumThemeGradientDividerColorPalette: MomentumThemeGradient
|
|
|
317
323
|
open var orangeHover: UIColor { return UIColor(hex: 0xFFFFFF) }
|
|
318
324
|
open var purpleNormal: UIColor { return UIColor(hex: 0xFFFFFF) }
|
|
319
325
|
open var purpleHover: UIColor { return UIColor(hex: 0xFFFFFF) }
|
|
326
|
+
open var verticalNormal: UIColor { return UIColor(hex: 0xFFFFFF) }
|
|
327
|
+
open var verticalHover: UIColor { return UIColor(hex: 0xFFFFFF) }
|
|
320
328
|
public init() {}
|
|
321
329
|
}
|
|
322
330
|
open class HcDarkMomentumThemeAvatarColorPalette: MomentumThemeAvatarColorPaletteProtocol {
|
|
@@ -334,6 +342,8 @@ open class HcDarkMomentumThemeAvatarColorPalette: MomentumThemeAvatarColorPalett
|
|
|
334
342
|
open var yellow: UIColor { return UIColor(hex: 0xFFFFFF) }
|
|
335
343
|
open var hover: UIColor { return UIColor(hex: 0xFFFFFF) }
|
|
336
344
|
open var pressed: UIColor { return UIColor(hex: 0xFFFFFF) }
|
|
345
|
+
open var glassNormal: UIColor { return UIColor(hex: 0xFFFFFF) }
|
|
346
|
+
open var glassActive: UIColor { return UIColor(hex: 0xFFFFFF) }
|
|
337
347
|
public init() {}
|
|
338
348
|
}
|
|
339
349
|
open class HcDarkMomentumThemeCommonColorPalette: MomentumThemeCommonColorPaletteProtocol {
|
|
@@ -378,6 +388,7 @@ open class HcDarkMomentumThemeCommonColorPalette: MomentumThemeCommonColorPalett
|
|
|
378
388
|
open var outlineInputNormal: UIColor { return UIColor(hex: 0xFFFFFF) }
|
|
379
389
|
open var outlineSecondaryPrimary: UIColor { return UIColor(hex: 0xFFFFFF) }
|
|
380
390
|
open var outlineSecondaryDisabled: UIColor { return UIColor(hex: 0x3FF23F) }
|
|
391
|
+
open var outlineWarningNormal: UIColor { return UIColor(hex: 0xFFFFFF) }
|
|
381
392
|
open var controlShareContentSelected: UIColor { return UIColor(hex: 0x1AEBFF) }
|
|
382
393
|
open var controlShareContentActive: UIColor { return UIColor(hex: 0x1AEBFF) }
|
|
383
394
|
open var controlShareContentInactive: UIColor { return UIColor(hex: 0x3FF23F) }
|