@momentum-design/tokens 0.5.2 → 0.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/components/complete.css +72 -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 +7 -3
- package/dist/css/theme/webex/dark-indigo-stable.css +7 -3
- package/dist/css/theme/webex/dark-jade-stable.css +7 -3
- package/dist/css/theme/webex/dark-lavender-stable.css +7 -3
- package/dist/css/theme/webex/dark-rose-stable.css +7 -3
- package/dist/css/theme/webex/dark-stable.css +7 -3
- package/dist/css/theme/webex/hc-dark-stable.css +5 -1
- package/dist/css/theme/webex/hc-light-stable.css +5 -1
- package/dist/css/theme/webex/light-bronze-stable.css +7 -3
- package/dist/css/theme/webex/light-indigo-stable.css +7 -3
- package/dist/css/theme/webex/light-jade-stable.css +7 -3
- package/dist/css/theme/webex/light-lavender-stable.css +7 -3
- package/dist/css/theme/webex/light-rose-stable.css +7 -3
- package/dist/css/theme/webex/light-stable.css +7 -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 +7 -3
- package/dist/ios/theme/webex/dark-indigo-stable.swift +7 -3
- package/dist/ios/theme/webex/dark-jade-stable.swift +7 -3
- package/dist/ios/theme/webex/dark-lavender-stable.swift +7 -3
- package/dist/ios/theme/webex/dark-rose-stable.swift +7 -3
- package/dist/ios/theme/webex/dark-stable.swift +7 -3
- package/dist/ios/theme/webex/hc-dark-stable.swift +5 -1
- package/dist/ios/theme/webex/hc-light-stable.swift +5 -1
- package/dist/ios/theme/webex/light-bronze-stable.swift +7 -3
- package/dist/ios/theme/webex/light-indigo-stable.swift +7 -3
- package/dist/ios/theme/webex/light-jade-stable.swift +7 -3
- package/dist/ios/theme/webex/light-lavender-stable.swift +7 -3
- package/dist/ios/theme/webex/light-rose-stable.swift +7 -3
- package/dist/ios/theme/webex/light-stable.swift +7 -3
- package/dist/ios/typography/complete.swift +1 -1
- package/dist/ios-webex/theme/webex/dark-bronze-stable.swift +7 -5
- package/dist/ios-webex/theme/webex/dark-indigo-stable.swift +7 -5
- package/dist/ios-webex/theme/webex/dark-jade-stable.swift +7 -5
- package/dist/ios-webex/theme/webex/dark-lavender-stable.swift +7 -5
- package/dist/ios-webex/theme/webex/dark-rose-stable.swift +7 -5
- package/dist/ios-webex/theme/webex/dark-stable.swift +7 -5
- package/dist/ios-webex/theme/webex/hc-dark-stable.swift +4 -0
- package/dist/ios-webex/theme/webex/hc-light-stable.swift +12 -0
- package/dist/ios-webex/theme/webex/light-bronze-stable.swift +19 -13
- package/dist/ios-webex/theme/webex/light-indigo-stable.swift +19 -13
- package/dist/ios-webex/theme/webex/light-jade-stable.swift +19 -13
- package/dist/ios-webex/theme/webex/light-lavender-stable.swift +19 -13
- package/dist/ios-webex/theme/webex/light-rose-stable.swift +19 -13
- package/dist/ios-webex/theme/webex/light-stable.swift +19 -13
- package/dist/json/theme/webex/dark-bronze-stable.json +116 -6
- package/dist/json/theme/webex/dark-indigo-stable.json +116 -6
- package/dist/json/theme/webex/dark-jade-stable.json +116 -6
- package/dist/json/theme/webex/dark-lavender-stable.json +116 -6
- package/dist/json/theme/webex/dark-rose-stable.json +116 -6
- package/dist/json/theme/webex/dark-stable.json +116 -6
- package/dist/json/theme/webex/hc-dark-stable.json +110 -0
- package/dist/json/theme/webex/hc-light-stable.json +110 -0
- package/dist/json/theme/webex/light-bronze-stable.json +116 -6
- package/dist/json/theme/webex/light-indigo-stable.json +116 -6
- package/dist/json/theme/webex/light-jade-stable.json +116 -6
- package/dist/json/theme/webex/light-lavender-stable.json +116 -6
- package/dist/json/theme/webex/light-rose-stable.json +116 -6
- package/dist/json/theme/webex/light-stable.json +116 -6
- package/dist/json-minimal/theme/webex/dark-bronze-stable.json +10 -2
- package/dist/json-minimal/theme/webex/dark-indigo-stable.json +10 -2
- package/dist/json-minimal/theme/webex/dark-jade-stable.json +10 -2
- package/dist/json-minimal/theme/webex/dark-lavender-stable.json +10 -2
- package/dist/json-minimal/theme/webex/dark-rose-stable.json +10 -2
- package/dist/json-minimal/theme/webex/dark-stable.json +10 -2
- package/dist/json-minimal/theme/webex/hc-dark-stable.json +8 -0
- package/dist/json-minimal/theme/webex/hc-light-stable.json +8 -0
- package/dist/json-minimal/theme/webex/light-bronze-stable.json +10 -2
- package/dist/json-minimal/theme/webex/light-indigo-stable.json +10 -2
- package/dist/json-minimal/theme/webex/light-jade-stable.json +10 -2
- package/dist/json-minimal/theme/webex/light-lavender-stable.json +10 -2
- package/dist/json-minimal/theme/webex/light-rose-stable.json +10 -2
- package/dist/json-minimal/theme/webex/light-stable.json +10 -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 +7 -3
- package/dist/resources/theme/webex/dark-indigo-stable.xml +7 -3
- package/dist/resources/theme/webex/dark-jade-stable.xml +7 -3
- package/dist/resources/theme/webex/dark-lavender-stable.xml +7 -3
- package/dist/resources/theme/webex/dark-rose-stable.xml +7 -3
- package/dist/resources/theme/webex/dark-stable.xml +7 -3
- package/dist/resources/theme/webex/hc-dark-stable.xml +5 -1
- package/dist/resources/theme/webex/hc-light-stable.xml +5 -1
- package/dist/resources/theme/webex/light-bronze-stable.xml +7 -3
- package/dist/resources/theme/webex/light-indigo-stable.xml +7 -3
- package/dist/resources/theme/webex/light-jade-stable.xml +7 -3
- package/dist/resources/theme/webex/light-lavender-stable.xml +7 -3
- package/dist/resources/theme/webex/light-rose-stable.xml +7 -3
- package/dist/resources/theme/webex/light-stable.xml +7 -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 +7 -3
- package/dist/scss/theme/webex/dark-indigo-stable.scss +7 -3
- package/dist/scss/theme/webex/dark-jade-stable.scss +7 -3
- package/dist/scss/theme/webex/dark-lavender-stable.scss +7 -3
- package/dist/scss/theme/webex/dark-rose-stable.scss +7 -3
- package/dist/scss/theme/webex/dark-stable.scss +7 -3
- package/dist/scss/theme/webex/hc-dark-stable.scss +5 -1
- package/dist/scss/theme/webex/hc-light-stable.scss +5 -1
- package/dist/scss/theme/webex/light-bronze-stable.scss +7 -3
- package/dist/scss/theme/webex/light-indigo-stable.scss +7 -3
- package/dist/scss/theme/webex/light-jade-stable.scss +7 -3
- package/dist/scss/theme/webex/light-lavender-stable.scss +7 -3
- package/dist/scss/theme/webex/light-rose-stable.scss +7 -3
- package/dist/scss/theme/webex/light-stable.scss +7 -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 Wed, 30 Apr 2025 07:16:14 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -13,6 +13,7 @@ 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 mdsColorThemeAvatarGhost = #000000
|
|
16
17
|
public static let mdsColorThemeAvatarGlassActive = #ffffff
|
|
17
18
|
public static let mdsColorThemeAvatarGlassNormal = #ffffff
|
|
18
19
|
public static let mdsColorThemeAvatarGold = #ffffff
|
|
@@ -52,6 +53,8 @@ public class {
|
|
|
52
53
|
public static let mdsColorThemeBackgroundGlassNormal = #000000
|
|
53
54
|
public static let mdsColorThemeBackgroundGlassOverlayInactive = #000000
|
|
54
55
|
public static let mdsColorThemeBackgroundGlassOverlayNormal = #ffff00
|
|
56
|
+
public static let mdsColorThemeBackgroundGlassRadial0 = #000000
|
|
57
|
+
public static let mdsColorThemeBackgroundGlassRadial1 = #000000
|
|
55
58
|
public static let mdsColorThemeBackgroundGradientPrimaryNormal = #000000
|
|
56
59
|
public static let mdsColorThemeBackgroundGradientSecondaryNormal = #000000
|
|
57
60
|
public static let mdsColorThemeBackgroundInputDisabled = #3ff23f
|
|
@@ -298,6 +301,7 @@ public class {
|
|
|
298
301
|
public static let mdsColorThemeOutlineButtonNormal = #ffffff
|
|
299
302
|
public static let mdsColorThemeOutlineCancelNormal = #ffffff
|
|
300
303
|
public static let mdsColorThemeOutlineDisabledNormal = #3ff23f
|
|
304
|
+
public static let mdsColorThemeOutlineGlassNormal = #ffffff
|
|
301
305
|
public static let mdsColorThemeOutlineGradientActive = #ffffff
|
|
302
306
|
public static let mdsColorThemeOutlineHighContrastFocus = #ffff00
|
|
303
307
|
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 Wed, 30 Apr 2025 07:16:14 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -13,6 +13,7 @@ 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 mdsColorThemeAvatarGhost = #ffffff
|
|
16
17
|
public static let mdsColorThemeAvatarGlassActive = #000000
|
|
17
18
|
public static let mdsColorThemeAvatarGlassNormal = #000000
|
|
18
19
|
public static let mdsColorThemeAvatarGold = #000000
|
|
@@ -52,6 +53,8 @@ public class {
|
|
|
52
53
|
public static let mdsColorThemeBackgroundGlassNormal = #ffffff
|
|
53
54
|
public static let mdsColorThemeBackgroundGlassOverlayInactive = #ffffff
|
|
54
55
|
public static let mdsColorThemeBackgroundGlassOverlayNormal = #00009f
|
|
56
|
+
public static let mdsColorThemeBackgroundGlassRadial0 = #ffffff
|
|
57
|
+
public static let mdsColorThemeBackgroundGlassRadial1 = #ffffff
|
|
55
58
|
public static let mdsColorThemeBackgroundGradientPrimaryNormal = #ffffff
|
|
56
59
|
public static let mdsColorThemeBackgroundGradientSecondaryNormal = #ffffff
|
|
57
60
|
public static let mdsColorThemeBackgroundInputDisabled = #600000
|
|
@@ -298,6 +301,7 @@ public class {
|
|
|
298
301
|
public static let mdsColorThemeOutlineButtonNormal = #000000
|
|
299
302
|
public static let mdsColorThemeOutlineCancelNormal = #000000
|
|
300
303
|
public static let mdsColorThemeOutlineDisabledNormal = #000000
|
|
304
|
+
public static let mdsColorThemeOutlineGlassNormal = #000000
|
|
301
305
|
public static let mdsColorThemeOutlineGradientActive = #000000
|
|
302
306
|
public static let mdsColorThemeOutlineHighContrastFocus = #00009f
|
|
303
307
|
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 Wed, 30 Apr 2025 07:16:19 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -13,6 +13,7 @@ public class {
|
|
|
13
13
|
public static let mdsColorThemeAvatarCobalt = #08599c
|
|
14
14
|
public static let mdsColorThemeAvatarCyan = #066070
|
|
15
15
|
public static let mdsColorThemeAvatarDefault = #545454
|
|
16
|
+
public static let mdsColorThemeAvatarGhost = #00000000
|
|
16
17
|
public static let mdsColorThemeAvatarGlassActive = #ffffffcc
|
|
17
18
|
public static let mdsColorThemeAvatarGlassNormal = #00000012
|
|
18
19
|
public static let mdsColorThemeAvatarGold = #735107
|
|
@@ -49,9 +50,11 @@ public class {
|
|
|
49
50
|
public static let mdsColorThemeBackgroundAlertWarningActive = #ffda94
|
|
50
51
|
public static let mdsColorThemeBackgroundAlertWarningHover = #ffebc2
|
|
51
52
|
public static let mdsColorThemeBackgroundAlertWarningNormal = #ffebc2
|
|
52
|
-
public static let mdsColorThemeBackgroundGlassNormal = #
|
|
53
|
+
public static let mdsColorThemeBackgroundGlassNormal = #ffffff66
|
|
53
54
|
public static let mdsColorThemeBackgroundGlassOverlayInactive = #ffffff66
|
|
54
55
|
public static let mdsColorThemeBackgroundGlassOverlayNormal = #ffffffcc
|
|
56
|
+
public static let mdsColorThemeBackgroundGlassRadial0 = #ffffffe6
|
|
57
|
+
public static let mdsColorThemeBackgroundGlassRadial1 = #ffffff66
|
|
55
58
|
public static let mdsColorThemeBackgroundGradientPrimaryNormal = linear-gradient(180deg, #f5efe4 0%, #ffffff 100%)
|
|
56
59
|
public static let mdsColorThemeBackgroundGradientSecondaryNormal = linear-gradient(180deg, #fcfaf4 0%, #ffffff 100%)
|
|
57
60
|
public static let mdsColorThemeBackgroundInputDisabled = #0000001c
|
|
@@ -98,7 +101,7 @@ public class {
|
|
|
98
101
|
public static let mdsColorThemeBackgroundSecondaryDisabled = #00000000
|
|
99
102
|
public static let mdsColorThemeBackgroundSecondaryHover = #00000033
|
|
100
103
|
public static let mdsColorThemeBackgroundSecondaryNormal = #0000001c
|
|
101
|
-
public static let mdsColorThemeBackgroundSkeletonNormal =
|
|
104
|
+
public static let mdsColorThemeBackgroundSkeletonNormal = #8f8f8f
|
|
102
105
|
public static let mdsColorThemeBackgroundSolidPrimaryNormal = #ffffff
|
|
103
106
|
public static let mdsColorThemeBackgroundSolidQuaternaryNormal = #ffffff
|
|
104
107
|
public static let mdsColorThemeBackgroundSolidSecondaryNormal = #f7f7f7
|
|
@@ -310,6 +313,7 @@ public class {
|
|
|
310
313
|
public static let mdsColorThemeInvertedTextSecondaryNormal = #ffffffb3
|
|
311
314
|
public static let mdsColorThemeOutlineButtonNormal = #00000080
|
|
312
315
|
public static let mdsColorThemeOutlineCancelNormal = #ab0a15
|
|
316
|
+
public static let mdsColorThemeOutlineGlassNormal = linear-gradient(180deg, #ffffff 0%, #ffffff99 100%)
|
|
313
317
|
public static let mdsColorThemeOutlineGradientActive = linear-gradient(44deg, #3492eb 14.64%, #00a3b5 51.1%, #3cc29a 85.36%)
|
|
314
318
|
public static let mdsColorThemeOutlineHighContrastFocus = #000000
|
|
315
319
|
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 Wed, 30 Apr 2025 07:16:18 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -13,6 +13,7 @@ public class {
|
|
|
13
13
|
public static let mdsColorThemeAvatarCobalt = #08599c
|
|
14
14
|
public static let mdsColorThemeAvatarCyan = #066070
|
|
15
15
|
public static let mdsColorThemeAvatarDefault = #545454
|
|
16
|
+
public static let mdsColorThemeAvatarGhost = #00000000
|
|
16
17
|
public static let mdsColorThemeAvatarGlassActive = #ffffffcc
|
|
17
18
|
public static let mdsColorThemeAvatarGlassNormal = #00000012
|
|
18
19
|
public static let mdsColorThemeAvatarGold = #735107
|
|
@@ -49,9 +50,11 @@ public class {
|
|
|
49
50
|
public static let mdsColorThemeBackgroundAlertWarningActive = #ffda94
|
|
50
51
|
public static let mdsColorThemeBackgroundAlertWarningHover = #ffebc2
|
|
51
52
|
public static let mdsColorThemeBackgroundAlertWarningNormal = #ffebc2
|
|
52
|
-
public static let mdsColorThemeBackgroundGlassNormal = #
|
|
53
|
+
public static let mdsColorThemeBackgroundGlassNormal = #ffffff66
|
|
53
54
|
public static let mdsColorThemeBackgroundGlassOverlayInactive = #ffffff66
|
|
54
55
|
public static let mdsColorThemeBackgroundGlassOverlayNormal = #ffffffcc
|
|
56
|
+
public static let mdsColorThemeBackgroundGlassRadial0 = #ffffffe6
|
|
57
|
+
public static let mdsColorThemeBackgroundGlassRadial1 = #ffffff66
|
|
55
58
|
public static let mdsColorThemeBackgroundGradientPrimaryNormal = linear-gradient(180deg, #ebeffc 0%, #ffffff 100%)
|
|
56
59
|
public static let mdsColorThemeBackgroundGradientSecondaryNormal = linear-gradient(180deg, #f7f9ff 0%, #ffffff 100%)
|
|
57
60
|
public static let mdsColorThemeBackgroundInputDisabled = #0000001c
|
|
@@ -98,7 +101,7 @@ public class {
|
|
|
98
101
|
public static let mdsColorThemeBackgroundSecondaryDisabled = #00000000
|
|
99
102
|
public static let mdsColorThemeBackgroundSecondaryHover = #00000033
|
|
100
103
|
public static let mdsColorThemeBackgroundSecondaryNormal = #0000001c
|
|
101
|
-
public static let mdsColorThemeBackgroundSkeletonNormal =
|
|
104
|
+
public static let mdsColorThemeBackgroundSkeletonNormal = #8f8f8f
|
|
102
105
|
public static let mdsColorThemeBackgroundSolidPrimaryNormal = #ffffff
|
|
103
106
|
public static let mdsColorThemeBackgroundSolidQuaternaryNormal = #ffffff
|
|
104
107
|
public static let mdsColorThemeBackgroundSolidSecondaryNormal = #f7f7f7
|
|
@@ -310,6 +313,7 @@ public class {
|
|
|
310
313
|
public static let mdsColorThemeInvertedTextSecondaryNormal = #ffffffb3
|
|
311
314
|
public static let mdsColorThemeOutlineButtonNormal = #00000080
|
|
312
315
|
public static let mdsColorThemeOutlineCancelNormal = #ab0a15
|
|
316
|
+
public static let mdsColorThemeOutlineGlassNormal = linear-gradient(180deg, #ffffff 0%, #ffffff99 100%)
|
|
313
317
|
public static let mdsColorThemeOutlineGradientActive = linear-gradient(44deg, #3492eb 14.64%, #00a3b5 51.1%, #3cc29a 85.36%)
|
|
314
318
|
public static let mdsColorThemeOutlineHighContrastFocus = #000000
|
|
315
319
|
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 Wed, 30 Apr 2025 07:16:18 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -13,6 +13,7 @@ public class {
|
|
|
13
13
|
public static let mdsColorThemeAvatarCobalt = #08599c
|
|
14
14
|
public static let mdsColorThemeAvatarCyan = #066070
|
|
15
15
|
public static let mdsColorThemeAvatarDefault = #545454
|
|
16
|
+
public static let mdsColorThemeAvatarGhost = #00000000
|
|
16
17
|
public static let mdsColorThemeAvatarGlassActive = #ffffffcc
|
|
17
18
|
public static let mdsColorThemeAvatarGlassNormal = #00000012
|
|
18
19
|
public static let mdsColorThemeAvatarGold = #735107
|
|
@@ -49,9 +50,11 @@ public class {
|
|
|
49
50
|
public static let mdsColorThemeBackgroundAlertWarningActive = #ffda94
|
|
50
51
|
public static let mdsColorThemeBackgroundAlertWarningHover = #ffebc2
|
|
51
52
|
public static let mdsColorThemeBackgroundAlertWarningNormal = #ffebc2
|
|
52
|
-
public static let mdsColorThemeBackgroundGlassNormal = #
|
|
53
|
+
public static let mdsColorThemeBackgroundGlassNormal = #ffffff66
|
|
53
54
|
public static let mdsColorThemeBackgroundGlassOverlayInactive = #ffffff66
|
|
54
55
|
public static let mdsColorThemeBackgroundGlassOverlayNormal = #ffffffcc
|
|
56
|
+
public static let mdsColorThemeBackgroundGlassRadial0 = #ffffffe6
|
|
57
|
+
public static let mdsColorThemeBackgroundGlassRadial1 = #ffffff66
|
|
55
58
|
public static let mdsColorThemeBackgroundGradientPrimaryNormal = linear-gradient(180deg, #e6f2f1 0%, #ffffff 100%)
|
|
56
59
|
public static let mdsColorThemeBackgroundGradientSecondaryNormal = linear-gradient(180deg, #f7fcfc 0%, #ffffff 100%)
|
|
57
60
|
public static let mdsColorThemeBackgroundInputDisabled = #0000001c
|
|
@@ -98,7 +101,7 @@ public class {
|
|
|
98
101
|
public static let mdsColorThemeBackgroundSecondaryDisabled = #00000000
|
|
99
102
|
public static let mdsColorThemeBackgroundSecondaryHover = #00000033
|
|
100
103
|
public static let mdsColorThemeBackgroundSecondaryNormal = #0000001c
|
|
101
|
-
public static let mdsColorThemeBackgroundSkeletonNormal =
|
|
104
|
+
public static let mdsColorThemeBackgroundSkeletonNormal = #8f8f8f
|
|
102
105
|
public static let mdsColorThemeBackgroundSolidPrimaryNormal = #ffffff
|
|
103
106
|
public static let mdsColorThemeBackgroundSolidQuaternaryNormal = #ffffff
|
|
104
107
|
public static let mdsColorThemeBackgroundSolidSecondaryNormal = #f7f7f7
|
|
@@ -310,6 +313,7 @@ public class {
|
|
|
310
313
|
public static let mdsColorThemeInvertedTextSecondaryNormal = #ffffffb3
|
|
311
314
|
public static let mdsColorThemeOutlineButtonNormal = #00000080
|
|
312
315
|
public static let mdsColorThemeOutlineCancelNormal = #ab0a15
|
|
316
|
+
public static let mdsColorThemeOutlineGlassNormal = linear-gradient(180deg, #ffffff 0%, #ffffff99 100%)
|
|
313
317
|
public static let mdsColorThemeOutlineGradientActive = linear-gradient(44deg, #3492eb 14.64%, #00a3b5 51.1%, #3cc29a 85.36%)
|
|
314
318
|
public static let mdsColorThemeOutlineHighContrastFocus = #000000
|
|
315
319
|
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 Wed, 30 Apr 2025 07:16:20 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -13,6 +13,7 @@ public class {
|
|
|
13
13
|
public static let mdsColorThemeAvatarCobalt = #08599c
|
|
14
14
|
public static let mdsColorThemeAvatarCyan = #066070
|
|
15
15
|
public static let mdsColorThemeAvatarDefault = #545454
|
|
16
|
+
public static let mdsColorThemeAvatarGhost = #00000000
|
|
16
17
|
public static let mdsColorThemeAvatarGlassActive = #ffffffcc
|
|
17
18
|
public static let mdsColorThemeAvatarGlassNormal = #00000012
|
|
18
19
|
public static let mdsColorThemeAvatarGold = #735107
|
|
@@ -49,9 +50,11 @@ public class {
|
|
|
49
50
|
public static let mdsColorThemeBackgroundAlertWarningActive = #ffda94
|
|
50
51
|
public static let mdsColorThemeBackgroundAlertWarningHover = #ffebc2
|
|
51
52
|
public static let mdsColorThemeBackgroundAlertWarningNormal = #ffebc2
|
|
52
|
-
public static let mdsColorThemeBackgroundGlassNormal = #
|
|
53
|
+
public static let mdsColorThemeBackgroundGlassNormal = #ffffff66
|
|
53
54
|
public static let mdsColorThemeBackgroundGlassOverlayInactive = #ffffff66
|
|
54
55
|
public static let mdsColorThemeBackgroundGlassOverlayNormal = #ffffffcc
|
|
56
|
+
public static let mdsColorThemeBackgroundGlassRadial0 = #ffffffe6
|
|
57
|
+
public static let mdsColorThemeBackgroundGlassRadial1 = #ffffff66
|
|
55
58
|
public static let mdsColorThemeBackgroundGradientPrimaryNormal = linear-gradient(180deg, #f4ebff 0%, #ffffff 100%)
|
|
56
59
|
public static let mdsColorThemeBackgroundGradientSecondaryNormal = linear-gradient(180deg, #fbf7ff 0%, #ffffff 100%)
|
|
57
60
|
public static let mdsColorThemeBackgroundInputDisabled = #0000001c
|
|
@@ -98,7 +101,7 @@ public class {
|
|
|
98
101
|
public static let mdsColorThemeBackgroundSecondaryDisabled = #00000000
|
|
99
102
|
public static let mdsColorThemeBackgroundSecondaryHover = #00000033
|
|
100
103
|
public static let mdsColorThemeBackgroundSecondaryNormal = #0000001c
|
|
101
|
-
public static let mdsColorThemeBackgroundSkeletonNormal =
|
|
104
|
+
public static let mdsColorThemeBackgroundSkeletonNormal = #8f8f8f
|
|
102
105
|
public static let mdsColorThemeBackgroundSolidPrimaryNormal = #ffffff
|
|
103
106
|
public static let mdsColorThemeBackgroundSolidQuaternaryNormal = #ffffff
|
|
104
107
|
public static let mdsColorThemeBackgroundSolidSecondaryNormal = #f7f7f7
|
|
@@ -310,6 +313,7 @@ public class {
|
|
|
310
313
|
public static let mdsColorThemeInvertedTextSecondaryNormal = #ffffffb3
|
|
311
314
|
public static let mdsColorThemeOutlineButtonNormal = #00000080
|
|
312
315
|
public static let mdsColorThemeOutlineCancelNormal = #ab0a15
|
|
316
|
+
public static let mdsColorThemeOutlineGlassNormal = linear-gradient(180deg, #ffffff 0%, #ffffff99 100%)
|
|
313
317
|
public static let mdsColorThemeOutlineGradientActive = linear-gradient(44deg, #3492eb 14.64%, #00a3b5 51.1%, #3cc29a 85.36%)
|
|
314
318
|
public static let mdsColorThemeOutlineHighContrastFocus = #000000
|
|
315
319
|
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 Wed, 30 Apr 2025 07:16:19 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -13,6 +13,7 @@ public class {
|
|
|
13
13
|
public static let mdsColorThemeAvatarCobalt = #08599c
|
|
14
14
|
public static let mdsColorThemeAvatarCyan = #066070
|
|
15
15
|
public static let mdsColorThemeAvatarDefault = #545454
|
|
16
|
+
public static let mdsColorThemeAvatarGhost = #00000000
|
|
16
17
|
public static let mdsColorThemeAvatarGlassActive = #ffffffcc
|
|
17
18
|
public static let mdsColorThemeAvatarGlassNormal = #00000012
|
|
18
19
|
public static let mdsColorThemeAvatarGold = #735107
|
|
@@ -49,9 +50,11 @@ public class {
|
|
|
49
50
|
public static let mdsColorThemeBackgroundAlertWarningActive = #ffda94
|
|
50
51
|
public static let mdsColorThemeBackgroundAlertWarningHover = #ffebc2
|
|
51
52
|
public static let mdsColorThemeBackgroundAlertWarningNormal = #ffebc2
|
|
52
|
-
public static let mdsColorThemeBackgroundGlassNormal = #
|
|
53
|
+
public static let mdsColorThemeBackgroundGlassNormal = #ffffff66
|
|
53
54
|
public static let mdsColorThemeBackgroundGlassOverlayInactive = #ffffff66
|
|
54
55
|
public static let mdsColorThemeBackgroundGlassOverlayNormal = #ffffffcc
|
|
56
|
+
public static let mdsColorThemeBackgroundGlassRadial0 = #ffffffe6
|
|
57
|
+
public static let mdsColorThemeBackgroundGlassRadial1 = #ffffff66
|
|
55
58
|
public static let mdsColorThemeBackgroundGradientPrimaryNormal = linear-gradient(180deg, #fcebf5 0%, #ffffff 100%)
|
|
56
59
|
public static let mdsColorThemeBackgroundGradientSecondaryNormal = linear-gradient(180deg, #fff9fd 0%, #ffffff 100%)
|
|
57
60
|
public static let mdsColorThemeBackgroundInputDisabled = #0000001c
|
|
@@ -98,7 +101,7 @@ public class {
|
|
|
98
101
|
public static let mdsColorThemeBackgroundSecondaryDisabled = #00000000
|
|
99
102
|
public static let mdsColorThemeBackgroundSecondaryHover = #00000033
|
|
100
103
|
public static let mdsColorThemeBackgroundSecondaryNormal = #0000001c
|
|
101
|
-
public static let mdsColorThemeBackgroundSkeletonNormal =
|
|
104
|
+
public static let mdsColorThemeBackgroundSkeletonNormal = #8f8f8f
|
|
102
105
|
public static let mdsColorThemeBackgroundSolidPrimaryNormal = #ffffff
|
|
103
106
|
public static let mdsColorThemeBackgroundSolidQuaternaryNormal = #ffffff
|
|
104
107
|
public static let mdsColorThemeBackgroundSolidSecondaryNormal = #f7f7f7
|
|
@@ -310,6 +313,7 @@ public class {
|
|
|
310
313
|
public static let mdsColorThemeInvertedTextSecondaryNormal = #ffffffb3
|
|
311
314
|
public static let mdsColorThemeOutlineButtonNormal = #00000080
|
|
312
315
|
public static let mdsColorThemeOutlineCancelNormal = #ab0a15
|
|
316
|
+
public static let mdsColorThemeOutlineGlassNormal = linear-gradient(180deg, #ffffff 0%, #ffffff99 100%)
|
|
313
317
|
public static let mdsColorThemeOutlineGradientActive = linear-gradient(44deg, #3492eb 14.64%, #00a3b5 51.1%, #3cc29a 85.36%)
|
|
314
318
|
public static let mdsColorThemeOutlineHighContrastFocus = #000000
|
|
315
319
|
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 Wed, 30 Apr 2025 07:16:13 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -13,6 +13,7 @@ public class {
|
|
|
13
13
|
public static let mdsColorThemeAvatarCobalt = #08599c
|
|
14
14
|
public static let mdsColorThemeAvatarCyan = #066070
|
|
15
15
|
public static let mdsColorThemeAvatarDefault = #545454
|
|
16
|
+
public static let mdsColorThemeAvatarGhost = #00000000
|
|
16
17
|
public static let mdsColorThemeAvatarGlassActive = #ffffffcc
|
|
17
18
|
public static let mdsColorThemeAvatarGlassNormal = #00000012
|
|
18
19
|
public static let mdsColorThemeAvatarGold = #735107
|
|
@@ -49,9 +50,11 @@ public class {
|
|
|
49
50
|
public static let mdsColorThemeBackgroundAlertWarningActive = #ffda94
|
|
50
51
|
public static let mdsColorThemeBackgroundAlertWarningHover = #ffebc2
|
|
51
52
|
public static let mdsColorThemeBackgroundAlertWarningNormal = #ffebc2
|
|
52
|
-
public static let mdsColorThemeBackgroundGlassNormal = #
|
|
53
|
+
public static let mdsColorThemeBackgroundGlassNormal = #ffffff66
|
|
53
54
|
public static let mdsColorThemeBackgroundGlassOverlayInactive = #ffffff66
|
|
54
55
|
public static let mdsColorThemeBackgroundGlassOverlayNormal = #ffffffcc
|
|
56
|
+
public static let mdsColorThemeBackgroundGlassRadial0 = #ffffffe6
|
|
57
|
+
public static let mdsColorThemeBackgroundGlassRadial1 = #ffffff66
|
|
55
58
|
public static let mdsColorThemeBackgroundGradientPrimaryNormal = linear-gradient(180deg, #f0f0f0 0%, #ffffff 100%)
|
|
56
59
|
public static let mdsColorThemeBackgroundGradientSecondaryNormal = linear-gradient(180deg, #fafafa 0%, #ffffff 100%)
|
|
57
60
|
public static let mdsColorThemeBackgroundInputDisabled = #0000001c
|
|
@@ -98,7 +101,7 @@ public class {
|
|
|
98
101
|
public static let mdsColorThemeBackgroundSecondaryDisabled = #00000000
|
|
99
102
|
public static let mdsColorThemeBackgroundSecondaryHover = #00000033
|
|
100
103
|
public static let mdsColorThemeBackgroundSecondaryNormal = #0000001c
|
|
101
|
-
public static let mdsColorThemeBackgroundSkeletonNormal =
|
|
104
|
+
public static let mdsColorThemeBackgroundSkeletonNormal = #8f8f8f
|
|
102
105
|
public static let mdsColorThemeBackgroundSolidPrimaryNormal = #ffffff
|
|
103
106
|
public static let mdsColorThemeBackgroundSolidQuaternaryNormal = #ffffff
|
|
104
107
|
public static let mdsColorThemeBackgroundSolidSecondaryNormal = #f7f7f7
|
|
@@ -310,6 +313,7 @@ public class {
|
|
|
310
313
|
public static let mdsColorThemeInvertedTextSecondaryNormal = #ffffffb3
|
|
311
314
|
public static let mdsColorThemeOutlineButtonNormal = #00000080
|
|
312
315
|
public static let mdsColorThemeOutlineCancelNormal = #ab0a15
|
|
316
|
+
public static let mdsColorThemeOutlineGlassNormal = linear-gradient(180deg, #ffffff 0%, #ffffff99 100%)
|
|
313
317
|
public static let mdsColorThemeOutlineGradientActive = linear-gradient(44deg, #3492eb 14.64%, #00a3b5 51.1%, #3cc29a 85.36%)
|
|
314
318
|
public static let mdsColorThemeOutlineHighContrastFocus = #000000
|
|
315
319
|
public static let mdsColorThemeOutlineInputActive = #000000e6
|
|
@@ -168,13 +168,12 @@ 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 skeletonNormal2: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.40) }
|
|
174
|
-
open var skeletonNormal3: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.50) }
|
|
175
|
-
open var glassNormal: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.40) }
|
|
171
|
+
open var skeletonNormal: UIColor { return UIColor(hex: 0x707070) }
|
|
172
|
+
open var glassNormal: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.05) }
|
|
176
173
|
open var glassOverlayNormal: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.80) }
|
|
177
174
|
open var glassOverlayInactive: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.40) }
|
|
175
|
+
open var glassRadial0: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.40) }
|
|
176
|
+
open var glassRadial1: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.05) }
|
|
178
177
|
open var inputDisabled: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.11) }
|
|
179
178
|
public init() {}
|
|
180
179
|
}
|
|
@@ -234,6 +233,8 @@ open class DarkBronzeMomentumThemeOutlineColorPalette: MomentumThemeOutlineColor
|
|
|
234
233
|
open var gradientActive1: UIColor { return UIColor(hex: 0x22C7D6) }
|
|
235
234
|
open var gradientActive2: UIColor { return UIColor(hex: 0x68DEBD) }
|
|
236
235
|
open var warningNormal: UIColor { return UIColor(hex: 0xF2990A) }
|
|
236
|
+
open var glassNormal0: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.11) }
|
|
237
|
+
open var glassNormal1: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.05) }
|
|
237
238
|
public init() {}
|
|
238
239
|
}
|
|
239
240
|
open class DarkBronzeMomentumThemeControlColorPalette: MomentumThemeControlColorPaletteProtocol {
|
|
@@ -478,6 +479,7 @@ open class DarkBronzeMomentumThemeGradientDividerColorPalette: MomentumThemeGrad
|
|
|
478
479
|
public init() {}
|
|
479
480
|
}
|
|
480
481
|
open class DarkBronzeMomentumThemeAvatarColorPalette: MomentumThemeAvatarColorPaletteProtocol {
|
|
482
|
+
open var ghost: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.00) }
|
|
481
483
|
open var defaultColor: UIColor { return UIColor(hex: 0x545454) }
|
|
482
484
|
open var hover: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.07) }
|
|
483
485
|
open var pressed: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.20) }
|
|
@@ -168,13 +168,12 @@ 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 skeletonNormal2: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.40) }
|
|
174
|
-
open var skeletonNormal3: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.50) }
|
|
175
|
-
open var glassNormal: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.40) }
|
|
171
|
+
open var skeletonNormal: UIColor { return UIColor(hex: 0x707070) }
|
|
172
|
+
open var glassNormal: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.05) }
|
|
176
173
|
open var glassOverlayNormal: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.80) }
|
|
177
174
|
open var glassOverlayInactive: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.40) }
|
|
175
|
+
open var glassRadial0: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.40) }
|
|
176
|
+
open var glassRadial1: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.05) }
|
|
178
177
|
open var inputDisabled: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.11) }
|
|
179
178
|
public init() {}
|
|
180
179
|
}
|
|
@@ -234,6 +233,8 @@ open class DarkIndigoMomentumThemeOutlineColorPalette: MomentumThemeOutlineColor
|
|
|
234
233
|
open var gradientActive1: UIColor { return UIColor(hex: 0x22C7D6) }
|
|
235
234
|
open var gradientActive2: UIColor { return UIColor(hex: 0x68DEBD) }
|
|
236
235
|
open var warningNormal: UIColor { return UIColor(hex: 0xF2990A) }
|
|
236
|
+
open var glassNormal0: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.11) }
|
|
237
|
+
open var glassNormal1: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.05) }
|
|
237
238
|
public init() {}
|
|
238
239
|
}
|
|
239
240
|
open class DarkIndigoMomentumThemeControlColorPalette: MomentumThemeControlColorPaletteProtocol {
|
|
@@ -478,6 +479,7 @@ open class DarkIndigoMomentumThemeGradientDividerColorPalette: MomentumThemeGrad
|
|
|
478
479
|
public init() {}
|
|
479
480
|
}
|
|
480
481
|
open class DarkIndigoMomentumThemeAvatarColorPalette: MomentumThemeAvatarColorPaletteProtocol {
|
|
482
|
+
open var ghost: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.00) }
|
|
481
483
|
open var defaultColor: UIColor { return UIColor(hex: 0x545454) }
|
|
482
484
|
open var hover: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.07) }
|
|
483
485
|
open var pressed: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.20) }
|
|
@@ -168,13 +168,12 @@ 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 skeletonNormal2: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.40) }
|
|
174
|
-
open var skeletonNormal3: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.50) }
|
|
175
|
-
open var glassNormal: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.40) }
|
|
171
|
+
open var skeletonNormal: UIColor { return UIColor(hex: 0x707070) }
|
|
172
|
+
open var glassNormal: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.05) }
|
|
176
173
|
open var glassOverlayNormal: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.80) }
|
|
177
174
|
open var glassOverlayInactive: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.40) }
|
|
175
|
+
open var glassRadial0: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.40) }
|
|
176
|
+
open var glassRadial1: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.05) }
|
|
178
177
|
open var inputDisabled: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.11) }
|
|
179
178
|
public init() {}
|
|
180
179
|
}
|
|
@@ -234,6 +233,8 @@ open class DarkJadeMomentumThemeOutlineColorPalette: MomentumThemeOutlineColorPa
|
|
|
234
233
|
open var gradientActive1: UIColor { return UIColor(hex: 0x22C7D6) }
|
|
235
234
|
open var gradientActive2: UIColor { return UIColor(hex: 0x68DEBD) }
|
|
236
235
|
open var warningNormal: UIColor { return UIColor(hex: 0xF2990A) }
|
|
236
|
+
open var glassNormal0: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.11) }
|
|
237
|
+
open var glassNormal1: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.05) }
|
|
237
238
|
public init() {}
|
|
238
239
|
}
|
|
239
240
|
open class DarkJadeMomentumThemeControlColorPalette: MomentumThemeControlColorPaletteProtocol {
|
|
@@ -478,6 +479,7 @@ open class DarkJadeMomentumThemeGradientDividerColorPalette: MomentumThemeGradie
|
|
|
478
479
|
public init() {}
|
|
479
480
|
}
|
|
480
481
|
open class DarkJadeMomentumThemeAvatarColorPalette: MomentumThemeAvatarColorPaletteProtocol {
|
|
482
|
+
open var ghost: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.00) }
|
|
481
483
|
open var defaultColor: UIColor { return UIColor(hex: 0x545454) }
|
|
482
484
|
open var hover: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.07) }
|
|
483
485
|
open var pressed: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.20) }
|
|
@@ -168,13 +168,12 @@ 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 skeletonNormal2: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.40) }
|
|
174
|
-
open var skeletonNormal3: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.50) }
|
|
175
|
-
open var glassNormal: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.40) }
|
|
171
|
+
open var skeletonNormal: UIColor { return UIColor(hex: 0x707070) }
|
|
172
|
+
open var glassNormal: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.05) }
|
|
176
173
|
open var glassOverlayNormal: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.80) }
|
|
177
174
|
open var glassOverlayInactive: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.40) }
|
|
175
|
+
open var glassRadial0: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.40) }
|
|
176
|
+
open var glassRadial1: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.05) }
|
|
178
177
|
open var inputDisabled: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.11) }
|
|
179
178
|
public init() {}
|
|
180
179
|
}
|
|
@@ -234,6 +233,8 @@ open class DarkLavenderMomentumThemeOutlineColorPalette: MomentumThemeOutlineCol
|
|
|
234
233
|
open var gradientActive1: UIColor { return UIColor(hex: 0x22C7D6) }
|
|
235
234
|
open var gradientActive2: UIColor { return UIColor(hex: 0x68DEBD) }
|
|
236
235
|
open var warningNormal: UIColor { return UIColor(hex: 0xF2990A) }
|
|
236
|
+
open var glassNormal0: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.11) }
|
|
237
|
+
open var glassNormal1: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.05) }
|
|
237
238
|
public init() {}
|
|
238
239
|
}
|
|
239
240
|
open class DarkLavenderMomentumThemeControlColorPalette: MomentumThemeControlColorPaletteProtocol {
|
|
@@ -478,6 +479,7 @@ open class DarkLavenderMomentumThemeGradientDividerColorPalette: MomentumThemeGr
|
|
|
478
479
|
public init() {}
|
|
479
480
|
}
|
|
480
481
|
open class DarkLavenderMomentumThemeAvatarColorPalette: MomentumThemeAvatarColorPaletteProtocol {
|
|
482
|
+
open var ghost: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.00) }
|
|
481
483
|
open var defaultColor: UIColor { return UIColor(hex: 0x545454) }
|
|
482
484
|
open var hover: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.07) }
|
|
483
485
|
open var pressed: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.20) }
|
|
@@ -168,13 +168,12 @@ 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 skeletonNormal2: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.40) }
|
|
174
|
-
open var skeletonNormal3: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.50) }
|
|
175
|
-
open var glassNormal: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.40) }
|
|
171
|
+
open var skeletonNormal: UIColor { return UIColor(hex: 0x707070) }
|
|
172
|
+
open var glassNormal: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.05) }
|
|
176
173
|
open var glassOverlayNormal: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.80) }
|
|
177
174
|
open var glassOverlayInactive: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.40) }
|
|
175
|
+
open var glassRadial0: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.40) }
|
|
176
|
+
open var glassRadial1: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.05) }
|
|
178
177
|
open var inputDisabled: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.11) }
|
|
179
178
|
public init() {}
|
|
180
179
|
}
|
|
@@ -234,6 +233,8 @@ open class DarkRoseMomentumThemeOutlineColorPalette: MomentumThemeOutlineColorPa
|
|
|
234
233
|
open var gradientActive1: UIColor { return UIColor(hex: 0x22C7D6) }
|
|
235
234
|
open var gradientActive2: UIColor { return UIColor(hex: 0x68DEBD) }
|
|
236
235
|
open var warningNormal: UIColor { return UIColor(hex: 0xF2990A) }
|
|
236
|
+
open var glassNormal0: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.11) }
|
|
237
|
+
open var glassNormal1: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.05) }
|
|
237
238
|
public init() {}
|
|
238
239
|
}
|
|
239
240
|
open class DarkRoseMomentumThemeControlColorPalette: MomentumThemeControlColorPaletteProtocol {
|
|
@@ -478,6 +479,7 @@ open class DarkRoseMomentumThemeGradientDividerColorPalette: MomentumThemeGradie
|
|
|
478
479
|
public init() {}
|
|
479
480
|
}
|
|
480
481
|
open class DarkRoseMomentumThemeAvatarColorPalette: MomentumThemeAvatarColorPaletteProtocol {
|
|
482
|
+
open var ghost: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.00) }
|
|
481
483
|
open var defaultColor: UIColor { return UIColor(hex: 0x545454) }
|
|
482
484
|
open var hover: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.07) }
|
|
483
485
|
open var pressed: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.20) }
|
|
@@ -168,13 +168,12 @@ 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 skeletonNormal2: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.40) }
|
|
174
|
-
open var skeletonNormal3: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.50) }
|
|
175
|
-
open var glassNormal: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.40) }
|
|
171
|
+
open var skeletonNormal: UIColor { return UIColor(hex: 0x707070) }
|
|
172
|
+
open var glassNormal: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.05) }
|
|
176
173
|
open var glassOverlayNormal: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.80) }
|
|
177
174
|
open var glassOverlayInactive: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.40) }
|
|
175
|
+
open var glassRadial0: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.40) }
|
|
176
|
+
open var glassRadial1: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.05) }
|
|
178
177
|
open var inputDisabled: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.11) }
|
|
179
178
|
public init() {}
|
|
180
179
|
}
|
|
@@ -234,6 +233,8 @@ open class DarkMomentumThemeOutlineColorPalette: MomentumThemeOutlineColorPalett
|
|
|
234
233
|
open var gradientActive1: UIColor { return UIColor(hex: 0x22C7D6) }
|
|
235
234
|
open var gradientActive2: UIColor { return UIColor(hex: 0x68DEBD) }
|
|
236
235
|
open var warningNormal: UIColor { return UIColor(hex: 0xF2990A) }
|
|
236
|
+
open var glassNormal0: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.11) }
|
|
237
|
+
open var glassNormal1: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.05) }
|
|
237
238
|
public init() {}
|
|
238
239
|
}
|
|
239
240
|
open class DarkMomentumThemeControlColorPalette: MomentumThemeControlColorPaletteProtocol {
|
|
@@ -478,6 +479,7 @@ open class DarkMomentumThemeGradientDividerColorPalette: MomentumThemeGradientDi
|
|
|
478
479
|
public init() {}
|
|
479
480
|
}
|
|
480
481
|
open class DarkMomentumThemeAvatarColorPalette: MomentumThemeAvatarColorPaletteProtocol {
|
|
482
|
+
open var ghost: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.00) }
|
|
481
483
|
open var defaultColor: UIColor { return UIColor(hex: 0x545454) }
|
|
482
484
|
open var hover: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.07) }
|
|
483
485
|
open var pressed: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.20) }
|
|
@@ -169,6 +169,8 @@ open class HcDarkMomentumThemeBackgroundColorPalette: MomentumThemeBackgroundCol
|
|
|
169
169
|
open var glassNormal: UIColor { return UIColor(hex: 0x000000) }
|
|
170
170
|
open var glassOverlayNormal: UIColor { return UIColor(hex: 0xFFFF00) }
|
|
171
171
|
open var glassOverlayInactive: UIColor { return UIColor(hex: 0x000000) }
|
|
172
|
+
open var glassRadial0: UIColor { return UIColor(hex: 0x000000) }
|
|
173
|
+
open var glassRadial1: UIColor { return UIColor(hex: 0x000000) }
|
|
172
174
|
open var inputDisabled: UIColor { return UIColor(hex: 0x3FF23F) }
|
|
173
175
|
public init() {}
|
|
174
176
|
}
|
|
@@ -226,6 +228,7 @@ open class HcDarkMomentumThemeOutlineColorPalette: MomentumThemeOutlineColorPale
|
|
|
226
228
|
open var promotionNormal: UIColor { return UIColor(hex: 0xFFFFFF) }
|
|
227
229
|
open var gradientActive: UIColor { return UIColor(hex: 0xFFFFFF) }
|
|
228
230
|
open var warningNormal: UIColor { return UIColor(hex: 0xFFFFFF) }
|
|
231
|
+
open var glassNormal: UIColor { return UIColor(hex: 0xFFFFFF) }
|
|
229
232
|
public init() {}
|
|
230
233
|
}
|
|
231
234
|
open class HcDarkMomentumThemeControlColorPalette: MomentumThemeControlColorPaletteProtocol {
|
|
@@ -331,6 +334,7 @@ open class HcDarkMomentumThemeGradientDividerColorPalette: MomentumThemeGradient
|
|
|
331
334
|
public init() {}
|
|
332
335
|
}
|
|
333
336
|
open class HcDarkMomentumThemeAvatarColorPalette: MomentumThemeAvatarColorPaletteProtocol {
|
|
337
|
+
open var ghost: UIColor { return UIColor(hex: 0x000000) }
|
|
334
338
|
open var defaultColor: UIColor { return UIColor(hex: 0xFFFFFF) }
|
|
335
339
|
open var cobalt: UIColor { return UIColor(hex: 0xFFFFFF) }
|
|
336
340
|
open var cyan: UIColor { return UIColor(hex: 0xFFFFFF) }
|