@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
|
@@ -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 = #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, #ebeffc 0%, #ffffff 100%)
|
|
57
62
|
public static let mdsColorThemeBackgroundGradientSecondaryNormal = linear-gradient(180deg, #f7f9ff 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
|
|
@@ -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, #e6f2f1 0%, #ffffff 100%)
|
|
57
62
|
public static let mdsColorThemeBackgroundGradientSecondaryNormal = linear-gradient(180deg, #f7fcfc 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
|
|
@@ -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, #f4ebff 0%, #ffffff 100%)
|
|
57
62
|
public static let mdsColorThemeBackgroundGradientSecondaryNormal = linear-gradient(180deg, #fbf7ff 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
|
|
@@ -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, #fcebf5 0%, #ffffff 100%)
|
|
57
62
|
public static let mdsColorThemeBackgroundGradientSecondaryNormal = linear-gradient(180deg, #fff9fd 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
|
|
@@ -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 = #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, #f0f0f0 0%, #ffffff 100%)
|
|
57
62
|
public static let mdsColorThemeBackgroundGradientSecondaryNormal = linear-gradient(180deg, #fafafa 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
|
|
@@ -168,13 +168,15 @@ open class DarkBronzeMomentumThemeBackgroundColorPalette: MomentumThemeBackgroun
|
|
|
168
168
|
open var gradientSecondaryNormal1: UIColor { return UIColor(hex: 0x171002) }
|
|
169
169
|
open var reactionNormal0: UIColor { return UIColor(hex: 0x1A1A1A, withAlpha: 0.90) }
|
|
170
170
|
open var reactionNormal1: UIColor { return UIColor(hex: 0x1A1A1A, withAlpha: 0.00) }
|
|
171
|
-
open var
|
|
172
|
-
open var
|
|
173
|
-
open var
|
|
174
|
-
open var
|
|
175
|
-
open var
|
|
171
|
+
open var skeletonNormal: UIColor { return UIColor(hex: 0x707070) }
|
|
172
|
+
open var glassNormal: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.05) }
|
|
173
|
+
open var glassLight: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.40) }
|
|
174
|
+
open var glassMedium: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.60) }
|
|
175
|
+
open var glassHeavy: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.80) }
|
|
176
176
|
open var glassOverlayNormal: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.80) }
|
|
177
177
|
open var glassOverlayInactive: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.40) }
|
|
178
|
+
open var glassRadial0: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.40) }
|
|
179
|
+
open var glassRadial1: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.05) }
|
|
178
180
|
open var inputDisabled: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.11) }
|
|
179
181
|
public init() {}
|
|
180
182
|
}
|
|
@@ -234,6 +236,8 @@ open class DarkBronzeMomentumThemeOutlineColorPalette: MomentumThemeOutlineColor
|
|
|
234
236
|
open var gradientActive1: UIColor { return UIColor(hex: 0x22C7D6) }
|
|
235
237
|
open var gradientActive2: UIColor { return UIColor(hex: 0x68DEBD) }
|
|
236
238
|
open var warningNormal: UIColor { return UIColor(hex: 0xF2990A) }
|
|
239
|
+
open var glassNormal0: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.11) }
|
|
240
|
+
open var glassNormal1: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.05) }
|
|
237
241
|
public init() {}
|
|
238
242
|
}
|
|
239
243
|
open class DarkBronzeMomentumThemeControlColorPalette: MomentumThemeControlColorPaletteProtocol {
|
|
@@ -168,13 +168,15 @@ open class DarkIndigoMomentumThemeBackgroundColorPalette: MomentumThemeBackgroun
|
|
|
168
168
|
open var gradientSecondaryNormal1: UIColor { return UIColor(hex: 0x0E111A) }
|
|
169
169
|
open var reactionNormal0: UIColor { return UIColor(hex: 0x1A1A1A, withAlpha: 0.90) }
|
|
170
170
|
open var reactionNormal1: UIColor { return UIColor(hex: 0x1A1A1A, withAlpha: 0.00) }
|
|
171
|
-
open var
|
|
172
|
-
open var
|
|
173
|
-
open var
|
|
174
|
-
open var
|
|
175
|
-
open var
|
|
171
|
+
open var skeletonNormal: UIColor { return UIColor(hex: 0x707070) }
|
|
172
|
+
open var glassNormal: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.05) }
|
|
173
|
+
open var glassLight: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.40) }
|
|
174
|
+
open var glassMedium: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.60) }
|
|
175
|
+
open var glassHeavy: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.80) }
|
|
176
176
|
open var glassOverlayNormal: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.80) }
|
|
177
177
|
open var glassOverlayInactive: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.40) }
|
|
178
|
+
open var glassRadial0: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.40) }
|
|
179
|
+
open var glassRadial1: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.05) }
|
|
178
180
|
open var inputDisabled: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.11) }
|
|
179
181
|
public init() {}
|
|
180
182
|
}
|
|
@@ -234,6 +236,8 @@ open class DarkIndigoMomentumThemeOutlineColorPalette: MomentumThemeOutlineColor
|
|
|
234
236
|
open var gradientActive1: UIColor { return UIColor(hex: 0x22C7D6) }
|
|
235
237
|
open var gradientActive2: UIColor { return UIColor(hex: 0x68DEBD) }
|
|
236
238
|
open var warningNormal: UIColor { return UIColor(hex: 0xF2990A) }
|
|
239
|
+
open var glassNormal0: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.11) }
|
|
240
|
+
open var glassNormal1: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.05) }
|
|
237
241
|
public init() {}
|
|
238
242
|
}
|
|
239
243
|
open class DarkIndigoMomentumThemeControlColorPalette: MomentumThemeControlColorPaletteProtocol {
|
|
@@ -168,13 +168,15 @@ open class DarkJadeMomentumThemeBackgroundColorPalette: MomentumThemeBackgroundC
|
|
|
168
168
|
open var gradientSecondaryNormal1: UIColor { return UIColor(hex: 0x021412) }
|
|
169
169
|
open var reactionNormal0: UIColor { return UIColor(hex: 0x1A1A1A, withAlpha: 0.90) }
|
|
170
170
|
open var reactionNormal1: UIColor { return UIColor(hex: 0x1A1A1A, withAlpha: 0.00) }
|
|
171
|
-
open var
|
|
172
|
-
open var
|
|
173
|
-
open var
|
|
174
|
-
open var
|
|
175
|
-
open var
|
|
171
|
+
open var skeletonNormal: UIColor { return UIColor(hex: 0x707070) }
|
|
172
|
+
open var glassNormal: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.05) }
|
|
173
|
+
open var glassLight: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.40) }
|
|
174
|
+
open var glassMedium: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.60) }
|
|
175
|
+
open var glassHeavy: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.80) }
|
|
176
176
|
open var glassOverlayNormal: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.80) }
|
|
177
177
|
open var glassOverlayInactive: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.40) }
|
|
178
|
+
open var glassRadial0: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.40) }
|
|
179
|
+
open var glassRadial1: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.05) }
|
|
178
180
|
open var inputDisabled: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.11) }
|
|
179
181
|
public init() {}
|
|
180
182
|
}
|
|
@@ -234,6 +236,8 @@ open class DarkJadeMomentumThemeOutlineColorPalette: MomentumThemeOutlineColorPa
|
|
|
234
236
|
open var gradientActive1: UIColor { return UIColor(hex: 0x22C7D6) }
|
|
235
237
|
open var gradientActive2: UIColor { return UIColor(hex: 0x68DEBD) }
|
|
236
238
|
open var warningNormal: UIColor { return UIColor(hex: 0xF2990A) }
|
|
239
|
+
open var glassNormal0: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.11) }
|
|
240
|
+
open var glassNormal1: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.05) }
|
|
237
241
|
public init() {}
|
|
238
242
|
}
|
|
239
243
|
open class DarkJadeMomentumThemeControlColorPalette: MomentumThemeControlColorPaletteProtocol {
|
|
@@ -168,13 +168,15 @@ open class DarkLavenderMomentumThemeBackgroundColorPalette: MomentumThemeBackgro
|
|
|
168
168
|
open var gradientSecondaryNormal1: UIColor { return UIColor(hex: 0x18082B) }
|
|
169
169
|
open var reactionNormal0: UIColor { return UIColor(hex: 0x1A1A1A, withAlpha: 0.90) }
|
|
170
170
|
open var reactionNormal1: UIColor { return UIColor(hex: 0x1A1A1A, withAlpha: 0.00) }
|
|
171
|
-
open var
|
|
172
|
-
open var
|
|
173
|
-
open var
|
|
174
|
-
open var
|
|
175
|
-
open var
|
|
171
|
+
open var skeletonNormal: UIColor { return UIColor(hex: 0x707070) }
|
|
172
|
+
open var glassNormal: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.05) }
|
|
173
|
+
open var glassLight: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.40) }
|
|
174
|
+
open var glassMedium: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.60) }
|
|
175
|
+
open var glassHeavy: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.80) }
|
|
176
176
|
open var glassOverlayNormal: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.80) }
|
|
177
177
|
open var glassOverlayInactive: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.40) }
|
|
178
|
+
open var glassRadial0: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.40) }
|
|
179
|
+
open var glassRadial1: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.05) }
|
|
178
180
|
open var inputDisabled: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.11) }
|
|
179
181
|
public init() {}
|
|
180
182
|
}
|
|
@@ -234,6 +236,8 @@ open class DarkLavenderMomentumThemeOutlineColorPalette: MomentumThemeOutlineCol
|
|
|
234
236
|
open var gradientActive1: UIColor { return UIColor(hex: 0x22C7D6) }
|
|
235
237
|
open var gradientActive2: UIColor { return UIColor(hex: 0x68DEBD) }
|
|
236
238
|
open var warningNormal: UIColor { return UIColor(hex: 0xF2990A) }
|
|
239
|
+
open var glassNormal0: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.11) }
|
|
240
|
+
open var glassNormal1: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.05) }
|
|
237
241
|
public init() {}
|
|
238
242
|
}
|
|
239
243
|
open class DarkLavenderMomentumThemeControlColorPalette: MomentumThemeControlColorPaletteProtocol {
|
|
@@ -168,13 +168,15 @@ open class DarkRoseMomentumThemeBackgroundColorPalette: MomentumThemeBackgroundC
|
|
|
168
168
|
open var gradientSecondaryNormal1: UIColor { return UIColor(hex: 0x1F0615) }
|
|
169
169
|
open var reactionNormal0: UIColor { return UIColor(hex: 0x1A1A1A, withAlpha: 0.90) }
|
|
170
170
|
open var reactionNormal1: UIColor { return UIColor(hex: 0x1A1A1A, withAlpha: 0.00) }
|
|
171
|
-
open var
|
|
172
|
-
open var
|
|
173
|
-
open var
|
|
174
|
-
open var
|
|
175
|
-
open var
|
|
171
|
+
open var skeletonNormal: UIColor { return UIColor(hex: 0x707070) }
|
|
172
|
+
open var glassNormal: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.05) }
|
|
173
|
+
open var glassLight: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.40) }
|
|
174
|
+
open var glassMedium: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.60) }
|
|
175
|
+
open var glassHeavy: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.80) }
|
|
176
176
|
open var glassOverlayNormal: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.80) }
|
|
177
177
|
open var glassOverlayInactive: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.40) }
|
|
178
|
+
open var glassRadial0: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.40) }
|
|
179
|
+
open var glassRadial1: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.05) }
|
|
178
180
|
open var inputDisabled: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.11) }
|
|
179
181
|
public init() {}
|
|
180
182
|
}
|
|
@@ -234,6 +236,8 @@ open class DarkRoseMomentumThemeOutlineColorPalette: MomentumThemeOutlineColorPa
|
|
|
234
236
|
open var gradientActive1: UIColor { return UIColor(hex: 0x22C7D6) }
|
|
235
237
|
open var gradientActive2: UIColor { return UIColor(hex: 0x68DEBD) }
|
|
236
238
|
open var warningNormal: UIColor { return UIColor(hex: 0xF2990A) }
|
|
239
|
+
open var glassNormal0: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.11) }
|
|
240
|
+
open var glassNormal1: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.05) }
|
|
237
241
|
public init() {}
|
|
238
242
|
}
|
|
239
243
|
open class DarkRoseMomentumThemeControlColorPalette: MomentumThemeControlColorPaletteProtocol {
|
|
@@ -168,13 +168,15 @@ open class DarkMomentumThemeBackgroundColorPalette: MomentumThemeBackgroundColor
|
|
|
168
168
|
open var gradientSecondaryNormal1: UIColor { return UIColor(hex: 0x0F0F0F) }
|
|
169
169
|
open var reactionNormal0: UIColor { return UIColor(hex: 0x1A1A1A, withAlpha: 0.90) }
|
|
170
170
|
open var reactionNormal1: UIColor { return UIColor(hex: 0x1A1A1A, withAlpha: 0.00) }
|
|
171
|
-
open var
|
|
172
|
-
open var
|
|
173
|
-
open var
|
|
174
|
-
open var
|
|
175
|
-
open var
|
|
171
|
+
open var skeletonNormal: UIColor { return UIColor(hex: 0x707070) }
|
|
172
|
+
open var glassNormal: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.05) }
|
|
173
|
+
open var glassLight: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.40) }
|
|
174
|
+
open var glassMedium: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.60) }
|
|
175
|
+
open var glassHeavy: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.80) }
|
|
176
176
|
open var glassOverlayNormal: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.80) }
|
|
177
177
|
open var glassOverlayInactive: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.40) }
|
|
178
|
+
open var glassRadial0: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.40) }
|
|
179
|
+
open var glassRadial1: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.05) }
|
|
178
180
|
open var inputDisabled: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.11) }
|
|
179
181
|
public init() {}
|
|
180
182
|
}
|
|
@@ -234,6 +236,8 @@ open class DarkMomentumThemeOutlineColorPalette: MomentumThemeOutlineColorPalett
|
|
|
234
236
|
open var gradientActive1: UIColor { return UIColor(hex: 0x22C7D6) }
|
|
235
237
|
open var gradientActive2: UIColor { return UIColor(hex: 0x68DEBD) }
|
|
236
238
|
open var warningNormal: UIColor { return UIColor(hex: 0xF2990A) }
|
|
239
|
+
open var glassNormal0: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.11) }
|
|
240
|
+
open var glassNormal1: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.05) }
|
|
237
241
|
public init() {}
|
|
238
242
|
}
|
|
239
243
|
open class DarkMomentumThemeControlColorPalette: MomentumThemeControlColorPaletteProtocol {
|
|
@@ -167,8 +167,13 @@ open class HcDarkMomentumThemeBackgroundColorPalette: MomentumThemeBackgroundCol
|
|
|
167
167
|
open var gradientPrimaryNormal: UIColor { return UIColor(hex: 0x000000) }
|
|
168
168
|
open var skeletonNormal: UIColor { return UIColor(hex: 0x000000) }
|
|
169
169
|
open var glassNormal: UIColor { return UIColor(hex: 0x000000) }
|
|
170
|
+
open var glassLight: UIColor { return UIColor(hex: 0x000000) }
|
|
171
|
+
open var glassMedium: UIColor { return UIColor(hex: 0x000000) }
|
|
172
|
+
open var glassHeavy: UIColor { return UIColor(hex: 0x000000) }
|
|
170
173
|
open var glassOverlayNormal: UIColor { return UIColor(hex: 0xFFFF00) }
|
|
171
174
|
open var glassOverlayInactive: UIColor { return UIColor(hex: 0x000000) }
|
|
175
|
+
open var glassRadial0: UIColor { return UIColor(hex: 0x000000) }
|
|
176
|
+
open var glassRadial1: UIColor { return UIColor(hex: 0x000000) }
|
|
172
177
|
open var inputDisabled: UIColor { return UIColor(hex: 0x3FF23F) }
|
|
173
178
|
public init() {}
|
|
174
179
|
}
|
|
@@ -226,6 +231,7 @@ open class HcDarkMomentumThemeOutlineColorPalette: MomentumThemeOutlineColorPale
|
|
|
226
231
|
open var promotionNormal: UIColor { return UIColor(hex: 0xFFFFFF) }
|
|
227
232
|
open var gradientActive: UIColor { return UIColor(hex: 0xFFFFFF) }
|
|
228
233
|
open var warningNormal: UIColor { return UIColor(hex: 0xFFFFFF) }
|
|
234
|
+
open var glassNormal: UIColor { return UIColor(hex: 0xFFFFFF) }
|
|
229
235
|
public init() {}
|
|
230
236
|
}
|
|
231
237
|
open class HcDarkMomentumThemeControlColorPalette: MomentumThemeControlColorPaletteProtocol {
|
|
@@ -165,8 +165,13 @@ import UIKit
|
|
|
165
165
|
var gradientPrimaryNormal: UIColor { get }
|
|
166
166
|
var skeletonNormal: UIColor { get }
|
|
167
167
|
var glassNormal: UIColor { get }
|
|
168
|
+
var glassLight: UIColor { get }
|
|
169
|
+
var glassMedium: UIColor { get }
|
|
170
|
+
var glassHeavy: UIColor { get }
|
|
168
171
|
var glassOverlayNormal: UIColor { get }
|
|
169
172
|
var glassOverlayInactive: UIColor { get }
|
|
173
|
+
var glassRadial0: UIColor { get }
|
|
174
|
+
var glassRadial1: UIColor { get }
|
|
170
175
|
var inputDisabled: UIColor { get }
|
|
171
176
|
}
|
|
172
177
|
@objc public protocol MomentumThemeButtonColorPaletteProtocol: AnyObject {
|
|
@@ -222,6 +227,7 @@ import UIKit
|
|
|
222
227
|
var promotionNormal: UIColor { get }
|
|
223
228
|
var gradientActive: UIColor { get }
|
|
224
229
|
var warningNormal: UIColor { get }
|
|
230
|
+
var glassNormal: UIColor { get }
|
|
225
231
|
}
|
|
226
232
|
@objc public protocol MomentumThemeControlColorPaletteProtocol: AnyObject {
|
|
227
233
|
var activeNormal: UIColor { get }
|
|
@@ -606,8 +612,13 @@ open class HcLightMomentumThemeBackgroundColorPalette: MomentumThemeBackgroundCo
|
|
|
606
612
|
open var gradientPrimaryNormal: UIColor { return UIColor(hex: 0xFFFFFF) }
|
|
607
613
|
open var skeletonNormal: UIColor { return UIColor(hex: 0xFFFFFF) }
|
|
608
614
|
open var glassNormal: UIColor { return UIColor(hex: 0xFFFFFF) }
|
|
615
|
+
open var glassLight: UIColor { return UIColor(hex: 0xFFFFFF) }
|
|
616
|
+
open var glassMedium: UIColor { return UIColor(hex: 0xFFFFFF) }
|
|
617
|
+
open var glassHeavy: UIColor { return UIColor(hex: 0xFFFFFF) }
|
|
609
618
|
open var glassOverlayNormal: UIColor { return UIColor(hex: 0x00009F) }
|
|
610
619
|
open var glassOverlayInactive: UIColor { return UIColor(hex: 0xFFFFFF) }
|
|
620
|
+
open var glassRadial0: UIColor { return UIColor(hex: 0xFFFFFF) }
|
|
621
|
+
open var glassRadial1: UIColor { return UIColor(hex: 0xFFFFFF) }
|
|
611
622
|
open var inputDisabled: UIColor { return UIColor(hex: 0x600000) }
|
|
612
623
|
public init() {}
|
|
613
624
|
}
|
|
@@ -665,6 +676,7 @@ open class HcLightMomentumThemeOutlineColorPalette: MomentumThemeOutlineColorPal
|
|
|
665
676
|
open var promotionNormal: UIColor { return UIColor(hex: 0x000000) }
|
|
666
677
|
open var gradientActive: UIColor { return UIColor(hex: 0x000000) }
|
|
667
678
|
open var warningNormal: UIColor { return UIColor(hex: 0x000000) }
|
|
679
|
+
open var glassNormal: UIColor { return UIColor(hex: 0x000000) }
|
|
668
680
|
public init() {}
|
|
669
681
|
}
|
|
670
682
|
open class HcLightMomentumThemeControlColorPalette: MomentumThemeControlColorPaletteProtocol {
|
|
@@ -1128,8 +1140,13 @@ open class SystemMomentumThemeBackgroundColorPalette: MomentumThemeBackgroundCol
|
|
|
1128
1140
|
open var gradientPrimaryNormal: UIColor { return systemColor(light: light, dark: dark, keyPath: \.gradientPrimaryNormal) }
|
|
1129
1141
|
open var skeletonNormal: UIColor { return systemColor(light: light, dark: dark, keyPath: \.skeletonNormal) }
|
|
1130
1142
|
open var glassNormal: UIColor { return systemColor(light: light, dark: dark, keyPath: \.glassNormal) }
|
|
1143
|
+
open var glassLight: UIColor { return systemColor(light: light, dark: dark, keyPath: \.glassLight) }
|
|
1144
|
+
open var glassMedium: UIColor { return systemColor(light: light, dark: dark, keyPath: \.glassMedium) }
|
|
1145
|
+
open var glassHeavy: UIColor { return systemColor(light: light, dark: dark, keyPath: \.glassHeavy) }
|
|
1131
1146
|
open var glassOverlayNormal: UIColor { return systemColor(light: light, dark: dark, keyPath: \.glassOverlayNormal) }
|
|
1132
1147
|
open var glassOverlayInactive: UIColor { return systemColor(light: light, dark: dark, keyPath: \.glassOverlayInactive) }
|
|
1148
|
+
open var glassRadial0: UIColor { return systemColor(light: light, dark: dark, keyPath: \.glassRadial0) }
|
|
1149
|
+
open var glassRadial1: UIColor { return systemColor(light: light, dark: dark, keyPath: \.glassRadial1) }
|
|
1133
1150
|
open var inputDisabled: UIColor { return systemColor(light: light, dark: dark, keyPath: \.inputDisabled) }
|
|
1134
1151
|
public init() {}
|
|
1135
1152
|
}
|
|
@@ -1191,6 +1208,7 @@ open class SystemMomentumThemeOutlineColorPalette: MomentumThemeOutlineColorPale
|
|
|
1191
1208
|
open var promotionNormal: UIColor { return systemColor(light: light, dark: dark, keyPath: \.promotionNormal) }
|
|
1192
1209
|
open var gradientActive: UIColor { return systemColor(light: light, dark: dark, keyPath: \.gradientActive) }
|
|
1193
1210
|
open var warningNormal: UIColor { return systemColor(light: light, dark: dark, keyPath: \.warningNormal) }
|
|
1211
|
+
open var glassNormal: UIColor { return systemColor(light: light, dark: dark, keyPath: \.glassNormal) }
|
|
1194
1212
|
public init() {}
|
|
1195
1213
|
}
|
|
1196
1214
|
open class SystemMomentumThemeControlColorPalette: MomentumThemeControlColorPaletteProtocol {
|
|
@@ -166,13 +166,15 @@ import UIKit
|
|
|
166
166
|
var gradientSecondaryNormal1: UIColor { get }
|
|
167
167
|
var reactionNormal0: UIColor { get }
|
|
168
168
|
var reactionNormal1: UIColor { get }
|
|
169
|
-
var
|
|
170
|
-
var skeletonNormal1: UIColor { get }
|
|
171
|
-
var skeletonNormal2: UIColor { get }
|
|
172
|
-
var skeletonNormal3: UIColor { get }
|
|
169
|
+
var skeletonNormal: UIColor { get }
|
|
173
170
|
var glassNormal: UIColor { get }
|
|
171
|
+
var glassLight: UIColor { get }
|
|
172
|
+
var glassMedium: UIColor { get }
|
|
173
|
+
var glassHeavy: UIColor { get }
|
|
174
174
|
var glassOverlayNormal: UIColor { get }
|
|
175
175
|
var glassOverlayInactive: UIColor { get }
|
|
176
|
+
var glassRadial0: UIColor { get }
|
|
177
|
+
var glassRadial1: UIColor { get }
|
|
176
178
|
var inputDisabled: UIColor { get }
|
|
177
179
|
}
|
|
178
180
|
@objc public protocol MomentumThemeButtonColorPaletteProtocol: AnyObject {
|
|
@@ -230,6 +232,8 @@ import UIKit
|
|
|
230
232
|
var gradientActive1: UIColor { get }
|
|
231
233
|
var gradientActive2: UIColor { get }
|
|
232
234
|
var warningNormal: UIColor { get }
|
|
235
|
+
var glassNormal0: UIColor { get }
|
|
236
|
+
var glassNormal1: UIColor { get }
|
|
233
237
|
}
|
|
234
238
|
@objc public protocol MomentumThemeControlColorPaletteProtocol: AnyObject {
|
|
235
239
|
var activeNormal: UIColor { get }
|
|
@@ -672,13 +676,15 @@ open class LightBronzeMomentumThemeBackgroundColorPalette: MomentumThemeBackgrou
|
|
|
672
676
|
open var gradientSecondaryNormal1: UIColor { return UIColor(hex: 0xFFFFFF) }
|
|
673
677
|
open var reactionNormal0: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.90) }
|
|
674
678
|
open var reactionNormal1: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.00) }
|
|
675
|
-
open var
|
|
676
|
-
open var
|
|
677
|
-
open var
|
|
678
|
-
open var
|
|
679
|
-
open var
|
|
679
|
+
open var skeletonNormal: UIColor { return UIColor(hex: 0x8F8F8F) }
|
|
680
|
+
open var glassNormal: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.40) }
|
|
681
|
+
open var glassLight: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.40) }
|
|
682
|
+
open var glassMedium: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.60) }
|
|
683
|
+
open var glassHeavy: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.80) }
|
|
680
684
|
open var glassOverlayNormal: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.80) }
|
|
681
685
|
open var glassOverlayInactive: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.40) }
|
|
686
|
+
open var glassRadial0: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.90) }
|
|
687
|
+
open var glassRadial1: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.40) }
|
|
682
688
|
open var inputDisabled: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.11) }
|
|
683
689
|
public init() {}
|
|
684
690
|
}
|
|
@@ -738,6 +744,8 @@ open class LightBronzeMomentumThemeOutlineColorPalette: MomentumThemeOutlineColo
|
|
|
738
744
|
open var gradientActive1: UIColor { return UIColor(hex: 0x00A3B5) }
|
|
739
745
|
open var gradientActive2: UIColor { return UIColor(hex: 0x3CC29A) }
|
|
740
746
|
open var warningNormal: UIColor { return UIColor(hex: 0x7D4705) }
|
|
747
|
+
open var glassNormal0: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.04) }
|
|
748
|
+
open var glassNormal1: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.11) }
|
|
741
749
|
public init() {}
|
|
742
750
|
}
|
|
743
751
|
open class LightBronzeMomentumThemeControlColorPalette: MomentumThemeControlColorPaletteProtocol {
|
|
@@ -1255,13 +1263,15 @@ open class SystemMomentumThemeBackgroundColorPalette: MomentumThemeBackgroundCol
|
|
|
1255
1263
|
open var gradientSecondaryNormal1: UIColor { return systemColor(light: light, dark: dark, keyPath: \.gradientSecondaryNormal1) }
|
|
1256
1264
|
open var reactionNormal0: UIColor { return systemColor(light: light, dark: dark, keyPath: \.reactionNormal0) }
|
|
1257
1265
|
open var reactionNormal1: UIColor { return systemColor(light: light, dark: dark, keyPath: \.reactionNormal1) }
|
|
1258
|
-
open var
|
|
1259
|
-
open var skeletonNormal1: UIColor { return systemColor(light: light, dark: dark, keyPath: \.skeletonNormal1) }
|
|
1260
|
-
open var skeletonNormal2: UIColor { return systemColor(light: light, dark: dark, keyPath: \.skeletonNormal2) }
|
|
1261
|
-
open var skeletonNormal3: UIColor { return systemColor(light: light, dark: dark, keyPath: \.skeletonNormal3) }
|
|
1266
|
+
open var skeletonNormal: UIColor { return systemColor(light: light, dark: dark, keyPath: \.skeletonNormal) }
|
|
1262
1267
|
open var glassNormal: UIColor { return systemColor(light: light, dark: dark, keyPath: \.glassNormal) }
|
|
1268
|
+
open var glassLight: UIColor { return systemColor(light: light, dark: dark, keyPath: \.glassLight) }
|
|
1269
|
+
open var glassMedium: UIColor { return systemColor(light: light, dark: dark, keyPath: \.glassMedium) }
|
|
1270
|
+
open var glassHeavy: UIColor { return systemColor(light: light, dark: dark, keyPath: \.glassHeavy) }
|
|
1263
1271
|
open var glassOverlayNormal: UIColor { return systemColor(light: light, dark: dark, keyPath: \.glassOverlayNormal) }
|
|
1264
1272
|
open var glassOverlayInactive: UIColor { return systemColor(light: light, dark: dark, keyPath: \.glassOverlayInactive) }
|
|
1273
|
+
open var glassRadial0: UIColor { return systemColor(light: light, dark: dark, keyPath: \.glassRadial0) }
|
|
1274
|
+
open var glassRadial1: UIColor { return systemColor(light: light, dark: dark, keyPath: \.glassRadial1) }
|
|
1265
1275
|
open var inputDisabled: UIColor { return systemColor(light: light, dark: dark, keyPath: \.inputDisabled) }
|
|
1266
1276
|
public init() {}
|
|
1267
1277
|
}
|
|
@@ -1325,6 +1335,8 @@ open class SystemMomentumThemeOutlineColorPalette: MomentumThemeOutlineColorPale
|
|
|
1325
1335
|
open var gradientActive1: UIColor { return systemColor(light: light, dark: dark, keyPath: \.gradientActive1) }
|
|
1326
1336
|
open var gradientActive2: UIColor { return systemColor(light: light, dark: dark, keyPath: \.gradientActive2) }
|
|
1327
1337
|
open var warningNormal: UIColor { return systemColor(light: light, dark: dark, keyPath: \.warningNormal) }
|
|
1338
|
+
open var glassNormal0: UIColor { return systemColor(light: light, dark: dark, keyPath: \.glassNormal0) }
|
|
1339
|
+
open var glassNormal1: UIColor { return systemColor(light: light, dark: dark, keyPath: \.glassNormal1) }
|
|
1328
1340
|
public init() {}
|
|
1329
1341
|
}
|
|
1330
1342
|
open class SystemMomentumThemeControlColorPalette: MomentumThemeControlColorPaletteProtocol {
|