@momentum-design/tokens 0.7.0 → 0.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/components/complete.css +42 -42
- package/dist/css/core/complete.css +6 -1
- package/dist/css/effect/complete.css +1 -1
- package/dist/css/elevation/complete.css +1 -1
- package/dist/css/theme/aaos/day-complete.css +1 -1
- package/dist/css/theme/aaos/night-complete.css +1 -1
- package/dist/css/theme/webex/dark-bronze-stable.css +4 -4
- package/dist/css/theme/webex/dark-indigo-stable.css +4 -4
- package/dist/css/theme/webex/dark-jade-stable.css +4 -4
- package/dist/css/theme/webex/dark-lavender-stable.css +4 -4
- package/dist/css/theme/webex/dark-rose-stable.css +4 -4
- package/dist/css/theme/webex/dark-stable.css +4 -4
- package/dist/css/theme/webex/hc-dark-stable.css +3 -3
- package/dist/css/theme/webex/hc-light-stable.css +3 -3
- package/dist/css/theme/webex/light-bronze-stable.css +5 -5
- package/dist/css/theme/webex/light-indigo-stable.css +5 -5
- package/dist/css/theme/webex/light-jade-stable.css +5 -5
- package/dist/css/theme/webex/light-lavender-stable.css +5 -5
- package/dist/css/theme/webex/light-rose-stable.css +5 -5
- package/dist/css/theme/webex/light-stable.css +5 -5
- package/dist/css/typography/complete.css +1 -1
- package/dist/ios/core/complete.swift +6 -1
- package/dist/ios/effect/complete.swift +1 -1
- package/dist/ios/elevation/complete.swift +1 -1
- package/dist/ios/theme/aaos/day-complete.swift +1 -1
- package/dist/ios/theme/aaos/night-complete.swift +1 -1
- package/dist/ios/theme/webex/dark-bronze-stable.swift +4 -4
- package/dist/ios/theme/webex/dark-indigo-stable.swift +4 -4
- package/dist/ios/theme/webex/dark-jade-stable.swift +4 -4
- package/dist/ios/theme/webex/dark-lavender-stable.swift +4 -4
- package/dist/ios/theme/webex/dark-rose-stable.swift +4 -4
- package/dist/ios/theme/webex/dark-stable.swift +4 -4
- package/dist/ios/theme/webex/hc-dark-stable.swift +3 -3
- package/dist/ios/theme/webex/hc-light-stable.swift +3 -3
- package/dist/ios/theme/webex/light-bronze-stable.swift +5 -5
- package/dist/ios/theme/webex/light-indigo-stable.swift +5 -5
- package/dist/ios/theme/webex/light-jade-stable.swift +5 -5
- package/dist/ios/theme/webex/light-lavender-stable.swift +5 -5
- package/dist/ios/theme/webex/light-rose-stable.swift +5 -5
- package/dist/ios/theme/webex/light-stable.swift +5 -5
- package/dist/ios/typography/complete.swift +1 -1
- package/dist/ios-webex/core/complete.swift +5 -0
- package/dist/ios-webex/theme/webex/dark-bronze-stable.swift +5 -3
- package/dist/ios-webex/theme/webex/dark-indigo-stable.swift +5 -3
- package/dist/ios-webex/theme/webex/dark-jade-stable.swift +5 -3
- package/dist/ios-webex/theme/webex/dark-lavender-stable.swift +5 -3
- package/dist/ios-webex/theme/webex/dark-rose-stable.swift +5 -3
- package/dist/ios-webex/theme/webex/dark-stable.swift +5 -3
- package/dist/ios-webex/theme/webex/hc-dark-stable.swift +2 -2
- package/dist/ios-webex/theme/webex/hc-light-stable.swift +6 -6
- package/dist/ios-webex/theme/webex/light-bronze-stable.swift +15 -9
- package/dist/ios-webex/theme/webex/light-indigo-stable.swift +15 -9
- package/dist/ios-webex/theme/webex/light-jade-stable.swift +15 -9
- package/dist/ios-webex/theme/webex/light-lavender-stable.swift +15 -9
- package/dist/ios-webex/theme/webex/light-rose-stable.swift +15 -9
- package/dist/ios-webex/theme/webex/light-stable.swift +15 -9
- package/dist/json/core/complete.json +107 -0
- package/dist/json/theme/webex/dark-bronze-stable.json +58 -60
- package/dist/json/theme/webex/dark-indigo-stable.json +58 -60
- package/dist/json/theme/webex/dark-jade-stable.json +58 -60
- package/dist/json/theme/webex/dark-lavender-stable.json +58 -60
- package/dist/json/theme/webex/dark-rose-stable.json +58 -60
- package/dist/json/theme/webex/dark-stable.json +58 -60
- package/dist/json/theme/webex/hc-dark-stable.json +56 -58
- package/dist/json/theme/webex/hc-light-stable.json +56 -58
- package/dist/json/theme/webex/light-bronze-stable.json +60 -62
- package/dist/json/theme/webex/light-indigo-stable.json +60 -62
- package/dist/json/theme/webex/light-jade-stable.json +60 -62
- package/dist/json/theme/webex/light-lavender-stable.json +60 -62
- package/dist/json/theme/webex/light-rose-stable.json +60 -62
- package/dist/json/theme/webex/light-stable.json +60 -62
- package/dist/json-minimal/core/complete.json +7 -0
- package/dist/json-minimal/theme/webex/dark-bronze-stable.json +5 -5
- package/dist/json-minimal/theme/webex/dark-indigo-stable.json +5 -5
- package/dist/json-minimal/theme/webex/dark-jade-stable.json +5 -5
- package/dist/json-minimal/theme/webex/dark-lavender-stable.json +5 -5
- package/dist/json-minimal/theme/webex/dark-rose-stable.json +5 -5
- package/dist/json-minimal/theme/webex/dark-stable.json +5 -5
- package/dist/json-minimal/theme/webex/hc-dark-stable.json +4 -4
- package/dist/json-minimal/theme/webex/hc-light-stable.json +4 -4
- package/dist/json-minimal/theme/webex/light-bronze-stable.json +6 -6
- package/dist/json-minimal/theme/webex/light-indigo-stable.json +6 -6
- package/dist/json-minimal/theme/webex/light-jade-stable.json +6 -6
- package/dist/json-minimal/theme/webex/light-lavender-stable.json +6 -6
- package/dist/json-minimal/theme/webex/light-rose-stable.json +6 -6
- package/dist/json-minimal/theme/webex/light-stable.json +6 -6
- package/dist/resources/core/complete.xml +6 -1
- package/dist/resources/effect/complete.xml +1 -1
- package/dist/resources/elevation/complete.xml +1 -1
- package/dist/resources/theme/aaos/day-complete.xml +1 -1
- package/dist/resources/theme/aaos/night-complete.xml +1 -1
- package/dist/resources/theme/webex/dark-bronze-stable.xml +4 -4
- package/dist/resources/theme/webex/dark-indigo-stable.xml +4 -4
- package/dist/resources/theme/webex/dark-jade-stable.xml +4 -4
- package/dist/resources/theme/webex/dark-lavender-stable.xml +4 -4
- package/dist/resources/theme/webex/dark-rose-stable.xml +4 -4
- package/dist/resources/theme/webex/dark-stable.xml +4 -4
- package/dist/resources/theme/webex/hc-dark-stable.xml +3 -3
- package/dist/resources/theme/webex/hc-light-stable.xml +3 -3
- package/dist/resources/theme/webex/light-bronze-stable.xml +5 -5
- package/dist/resources/theme/webex/light-indigo-stable.xml +5 -5
- package/dist/resources/theme/webex/light-jade-stable.xml +5 -5
- package/dist/resources/theme/webex/light-lavender-stable.xml +5 -5
- package/dist/resources/theme/webex/light-rose-stable.xml +5 -5
- package/dist/resources/theme/webex/light-stable.xml +5 -5
- package/dist/resources/typography/complete.xml +1 -1
- package/dist/scss/core/complete.scss +6 -1
- package/dist/scss/effect/complete.scss +1 -1
- package/dist/scss/elevation/complete.scss +1 -1
- package/dist/scss/theme/aaos/day-complete.scss +1 -1
- package/dist/scss/theme/aaos/night-complete.scss +1 -1
- package/dist/scss/theme/webex/dark-bronze-stable.scss +4 -4
- package/dist/scss/theme/webex/dark-indigo-stable.scss +4 -4
- package/dist/scss/theme/webex/dark-jade-stable.scss +4 -4
- package/dist/scss/theme/webex/dark-lavender-stable.scss +4 -4
- package/dist/scss/theme/webex/dark-rose-stable.scss +4 -4
- package/dist/scss/theme/webex/dark-stable.scss +4 -4
- package/dist/scss/theme/webex/hc-dark-stable.scss +3 -3
- package/dist/scss/theme/webex/hc-light-stable.scss +3 -3
- package/dist/scss/theme/webex/light-bronze-stable.scss +5 -5
- package/dist/scss/theme/webex/light-indigo-stable.scss +5 -5
- package/dist/scss/theme/webex/light-jade-stable.scss +5 -5
- package/dist/scss/theme/webex/light-lavender-stable.scss +5 -5
- package/dist/scss/theme/webex/light-rose-stable.scss +5 -5
- package/dist/scss/theme/webex/light-stable.scss +5 -5
- package/dist/scss/typography/complete.scss +1 -1
- package/package.json +1 -1
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Fri, 19 Sep 2025 14:43:09 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -50,12 +50,11 @@ 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 mdsColorThemeBackgroundGlassActive = #ffffff99
|
|
53
54
|
public static let mdsColorThemeBackgroundGlassHeavy = #ffffffcc
|
|
54
55
|
public static let mdsColorThemeBackgroundGlassLight = #ffffff66
|
|
55
56
|
public static let mdsColorThemeBackgroundGlassMedium = #ffffff99
|
|
56
57
|
public static let mdsColorThemeBackgroundGlassNormal = #ffffff66
|
|
57
|
-
public static let mdsColorThemeBackgroundGlassOverlayInactive = #ffffff66
|
|
58
|
-
public static let mdsColorThemeBackgroundGlassOverlayNormal = #ffffffcc
|
|
59
58
|
public static let mdsColorThemeBackgroundGlassRadial0 = #ffffffe6
|
|
60
59
|
public static let mdsColorThemeBackgroundGlassRadial1 = #ffffff66
|
|
61
60
|
public static let mdsColorThemeBackgroundGradientPrimaryNormal = linear-gradient(180deg, #f5efe4 0%, #ffffff 100%)
|
|
@@ -94,7 +93,7 @@ public class {
|
|
|
94
93
|
public static let mdsColorThemeBackgroundLabelVioletActive = #e2cafc
|
|
95
94
|
public static let mdsColorThemeBackgroundLabelVioletHover = #f0e3fc
|
|
96
95
|
public static let mdsColorThemeBackgroundLabelVioletNormal = #f8f2fc
|
|
97
|
-
public static let mdsColorThemeBackgroundNamelabelNormal = #
|
|
96
|
+
public static let mdsColorThemeBackgroundNamelabelNormal = #000000b3
|
|
98
97
|
public static let mdsColorThemeBackgroundPrimaryActive = #0000001c
|
|
99
98
|
public static let mdsColorThemeBackgroundPrimaryDisabled = #00000000
|
|
100
99
|
public static let mdsColorThemeBackgroundPrimaryGhost = #00000000
|
|
@@ -314,9 +313,10 @@ public class {
|
|
|
314
313
|
public static let mdsColorThemeInvertedTextPrimaryDisabled = #ffffff66
|
|
315
314
|
public static let mdsColorThemeInvertedTextPrimaryNormal = #fffffff2
|
|
316
315
|
public static let mdsColorThemeInvertedTextSecondaryNormal = #ffffffb3
|
|
316
|
+
public static let mdsColorThemeOutlineAiNormal = linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);
|
|
317
317
|
public static let mdsColorThemeOutlineButtonNormal = #00000080
|
|
318
318
|
public static let mdsColorThemeOutlineCancelNormal = #ab0a15
|
|
319
|
-
public static let mdsColorThemeOutlineGlassNormal = linear-gradient(180deg, #
|
|
319
|
+
public static let mdsColorThemeOutlineGlassNormal = linear-gradient(180deg, #00000012 0%, #00000033 100%)
|
|
320
320
|
public static let mdsColorThemeOutlineGradientActive = linear-gradient(44deg, #3492eb 14.64%, #00a3b5 51.1%, #3cc29a 85.36%)
|
|
321
321
|
public static let mdsColorThemeOutlineHighContrastFocus = #000000
|
|
322
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, 19 Sep 2025 14:43:09 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -50,12 +50,11 @@ 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 mdsColorThemeBackgroundGlassActive = #ffffff99
|
|
53
54
|
public static let mdsColorThemeBackgroundGlassHeavy = #ffffffcc
|
|
54
55
|
public static let mdsColorThemeBackgroundGlassLight = #ffffff66
|
|
55
56
|
public static let mdsColorThemeBackgroundGlassMedium = #ffffff99
|
|
56
57
|
public static let mdsColorThemeBackgroundGlassNormal = #ffffff66
|
|
57
|
-
public static let mdsColorThemeBackgroundGlassOverlayInactive = #ffffff66
|
|
58
|
-
public static let mdsColorThemeBackgroundGlassOverlayNormal = #ffffffcc
|
|
59
58
|
public static let mdsColorThemeBackgroundGlassRadial0 = #ffffffe6
|
|
60
59
|
public static let mdsColorThemeBackgroundGlassRadial1 = #ffffff66
|
|
61
60
|
public static let mdsColorThemeBackgroundGradientPrimaryNormal = linear-gradient(180deg, #ebeffc 0%, #ffffff 100%)
|
|
@@ -94,7 +93,7 @@ public class {
|
|
|
94
93
|
public static let mdsColorThemeBackgroundLabelVioletActive = #e2cafc
|
|
95
94
|
public static let mdsColorThemeBackgroundLabelVioletHover = #f0e3fc
|
|
96
95
|
public static let mdsColorThemeBackgroundLabelVioletNormal = #f8f2fc
|
|
97
|
-
public static let mdsColorThemeBackgroundNamelabelNormal = #
|
|
96
|
+
public static let mdsColorThemeBackgroundNamelabelNormal = #000000b3
|
|
98
97
|
public static let mdsColorThemeBackgroundPrimaryActive = #0000001c
|
|
99
98
|
public static let mdsColorThemeBackgroundPrimaryDisabled = #00000000
|
|
100
99
|
public static let mdsColorThemeBackgroundPrimaryGhost = #00000000
|
|
@@ -314,9 +313,10 @@ public class {
|
|
|
314
313
|
public static let mdsColorThemeInvertedTextPrimaryDisabled = #ffffff66
|
|
315
314
|
public static let mdsColorThemeInvertedTextPrimaryNormal = #fffffff2
|
|
316
315
|
public static let mdsColorThemeInvertedTextSecondaryNormal = #ffffffb3
|
|
316
|
+
public static let mdsColorThemeOutlineAiNormal = linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);
|
|
317
317
|
public static let mdsColorThemeOutlineButtonNormal = #00000080
|
|
318
318
|
public static let mdsColorThemeOutlineCancelNormal = #ab0a15
|
|
319
|
-
public static let mdsColorThemeOutlineGlassNormal = linear-gradient(180deg, #
|
|
319
|
+
public static let mdsColorThemeOutlineGlassNormal = linear-gradient(180deg, #00000012 0%, #00000033 100%)
|
|
320
320
|
public static let mdsColorThemeOutlineGradientActive = linear-gradient(44deg, #3492eb 14.64%, #00a3b5 51.1%, #3cc29a 85.36%)
|
|
321
321
|
public static let mdsColorThemeOutlineHighContrastFocus = #000000
|
|
322
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, 19 Sep 2025 14:43:09 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -50,12 +50,11 @@ 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 mdsColorThemeBackgroundGlassActive = #ffffff99
|
|
53
54
|
public static let mdsColorThemeBackgroundGlassHeavy = #ffffffcc
|
|
54
55
|
public static let mdsColorThemeBackgroundGlassLight = #ffffff66
|
|
55
56
|
public static let mdsColorThemeBackgroundGlassMedium = #ffffff99
|
|
56
57
|
public static let mdsColorThemeBackgroundGlassNormal = #ffffff66
|
|
57
|
-
public static let mdsColorThemeBackgroundGlassOverlayInactive = #ffffff66
|
|
58
|
-
public static let mdsColorThemeBackgroundGlassOverlayNormal = #ffffffcc
|
|
59
58
|
public static let mdsColorThemeBackgroundGlassRadial0 = #ffffffe6
|
|
60
59
|
public static let mdsColorThemeBackgroundGlassRadial1 = #ffffff66
|
|
61
60
|
public static let mdsColorThemeBackgroundGradientPrimaryNormal = linear-gradient(180deg, #e6f2f1 0%, #ffffff 100%)
|
|
@@ -94,7 +93,7 @@ public class {
|
|
|
94
93
|
public static let mdsColorThemeBackgroundLabelVioletActive = #e2cafc
|
|
95
94
|
public static let mdsColorThemeBackgroundLabelVioletHover = #f0e3fc
|
|
96
95
|
public static let mdsColorThemeBackgroundLabelVioletNormal = #f8f2fc
|
|
97
|
-
public static let mdsColorThemeBackgroundNamelabelNormal = #
|
|
96
|
+
public static let mdsColorThemeBackgroundNamelabelNormal = #000000b3
|
|
98
97
|
public static let mdsColorThemeBackgroundPrimaryActive = #0000001c
|
|
99
98
|
public static let mdsColorThemeBackgroundPrimaryDisabled = #00000000
|
|
100
99
|
public static let mdsColorThemeBackgroundPrimaryGhost = #00000000
|
|
@@ -314,9 +313,10 @@ public class {
|
|
|
314
313
|
public static let mdsColorThemeInvertedTextPrimaryDisabled = #ffffff66
|
|
315
314
|
public static let mdsColorThemeInvertedTextPrimaryNormal = #fffffff2
|
|
316
315
|
public static let mdsColorThemeInvertedTextSecondaryNormal = #ffffffb3
|
|
316
|
+
public static let mdsColorThemeOutlineAiNormal = linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);
|
|
317
317
|
public static let mdsColorThemeOutlineButtonNormal = #00000080
|
|
318
318
|
public static let mdsColorThemeOutlineCancelNormal = #ab0a15
|
|
319
|
-
public static let mdsColorThemeOutlineGlassNormal = linear-gradient(180deg, #
|
|
319
|
+
public static let mdsColorThemeOutlineGlassNormal = linear-gradient(180deg, #00000012 0%, #00000033 100%)
|
|
320
320
|
public static let mdsColorThemeOutlineGradientActive = linear-gradient(44deg, #3492eb 14.64%, #00a3b5 51.1%, #3cc29a 85.36%)
|
|
321
321
|
public static let mdsColorThemeOutlineHighContrastFocus = #000000
|
|
322
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, 19 Sep 2025 14:43:10 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -50,12 +50,11 @@ 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 mdsColorThemeBackgroundGlassActive = #ffffff99
|
|
53
54
|
public static let mdsColorThemeBackgroundGlassHeavy = #ffffffcc
|
|
54
55
|
public static let mdsColorThemeBackgroundGlassLight = #ffffff66
|
|
55
56
|
public static let mdsColorThemeBackgroundGlassMedium = #ffffff99
|
|
56
57
|
public static let mdsColorThemeBackgroundGlassNormal = #ffffff66
|
|
57
|
-
public static let mdsColorThemeBackgroundGlassOverlayInactive = #ffffff66
|
|
58
|
-
public static let mdsColorThemeBackgroundGlassOverlayNormal = #ffffffcc
|
|
59
58
|
public static let mdsColorThemeBackgroundGlassRadial0 = #ffffffe6
|
|
60
59
|
public static let mdsColorThemeBackgroundGlassRadial1 = #ffffff66
|
|
61
60
|
public static let mdsColorThemeBackgroundGradientPrimaryNormal = linear-gradient(180deg, #f4ebff 0%, #ffffff 100%)
|
|
@@ -94,7 +93,7 @@ public class {
|
|
|
94
93
|
public static let mdsColorThemeBackgroundLabelVioletActive = #e2cafc
|
|
95
94
|
public static let mdsColorThemeBackgroundLabelVioletHover = #f0e3fc
|
|
96
95
|
public static let mdsColorThemeBackgroundLabelVioletNormal = #f8f2fc
|
|
97
|
-
public static let mdsColorThemeBackgroundNamelabelNormal = #
|
|
96
|
+
public static let mdsColorThemeBackgroundNamelabelNormal = #000000b3
|
|
98
97
|
public static let mdsColorThemeBackgroundPrimaryActive = #0000001c
|
|
99
98
|
public static let mdsColorThemeBackgroundPrimaryDisabled = #00000000
|
|
100
99
|
public static let mdsColorThemeBackgroundPrimaryGhost = #00000000
|
|
@@ -314,9 +313,10 @@ public class {
|
|
|
314
313
|
public static let mdsColorThemeInvertedTextPrimaryDisabled = #ffffff66
|
|
315
314
|
public static let mdsColorThemeInvertedTextPrimaryNormal = #fffffff2
|
|
316
315
|
public static let mdsColorThemeInvertedTextSecondaryNormal = #ffffffb3
|
|
316
|
+
public static let mdsColorThemeOutlineAiNormal = linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);
|
|
317
317
|
public static let mdsColorThemeOutlineButtonNormal = #00000080
|
|
318
318
|
public static let mdsColorThemeOutlineCancelNormal = #ab0a15
|
|
319
|
-
public static let mdsColorThemeOutlineGlassNormal = linear-gradient(180deg, #
|
|
319
|
+
public static let mdsColorThemeOutlineGlassNormal = linear-gradient(180deg, #00000012 0%, #00000033 100%)
|
|
320
320
|
public static let mdsColorThemeOutlineGradientActive = linear-gradient(44deg, #3492eb 14.64%, #00a3b5 51.1%, #3cc29a 85.36%)
|
|
321
321
|
public static let mdsColorThemeOutlineHighContrastFocus = #000000
|
|
322
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, 19 Sep 2025 14:43:10 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -50,12 +50,11 @@ 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 mdsColorThemeBackgroundGlassActive = #ffffff99
|
|
53
54
|
public static let mdsColorThemeBackgroundGlassHeavy = #ffffffcc
|
|
54
55
|
public static let mdsColorThemeBackgroundGlassLight = #ffffff66
|
|
55
56
|
public static let mdsColorThemeBackgroundGlassMedium = #ffffff99
|
|
56
57
|
public static let mdsColorThemeBackgroundGlassNormal = #ffffff66
|
|
57
|
-
public static let mdsColorThemeBackgroundGlassOverlayInactive = #ffffff66
|
|
58
|
-
public static let mdsColorThemeBackgroundGlassOverlayNormal = #ffffffcc
|
|
59
58
|
public static let mdsColorThemeBackgroundGlassRadial0 = #ffffffe6
|
|
60
59
|
public static let mdsColorThemeBackgroundGlassRadial1 = #ffffff66
|
|
61
60
|
public static let mdsColorThemeBackgroundGradientPrimaryNormal = linear-gradient(180deg, #fcebf5 0%, #ffffff 100%)
|
|
@@ -94,7 +93,7 @@ public class {
|
|
|
94
93
|
public static let mdsColorThemeBackgroundLabelVioletActive = #e2cafc
|
|
95
94
|
public static let mdsColorThemeBackgroundLabelVioletHover = #f0e3fc
|
|
96
95
|
public static let mdsColorThemeBackgroundLabelVioletNormal = #f8f2fc
|
|
97
|
-
public static let mdsColorThemeBackgroundNamelabelNormal = #
|
|
96
|
+
public static let mdsColorThemeBackgroundNamelabelNormal = #000000b3
|
|
98
97
|
public static let mdsColorThemeBackgroundPrimaryActive = #0000001c
|
|
99
98
|
public static let mdsColorThemeBackgroundPrimaryDisabled = #00000000
|
|
100
99
|
public static let mdsColorThemeBackgroundPrimaryGhost = #00000000
|
|
@@ -314,9 +313,10 @@ public class {
|
|
|
314
313
|
public static let mdsColorThemeInvertedTextPrimaryDisabled = #ffffff66
|
|
315
314
|
public static let mdsColorThemeInvertedTextPrimaryNormal = #fffffff2
|
|
316
315
|
public static let mdsColorThemeInvertedTextSecondaryNormal = #ffffffb3
|
|
316
|
+
public static let mdsColorThemeOutlineAiNormal = linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);
|
|
317
317
|
public static let mdsColorThemeOutlineButtonNormal = #00000080
|
|
318
318
|
public static let mdsColorThemeOutlineCancelNormal = #ab0a15
|
|
319
|
-
public static let mdsColorThemeOutlineGlassNormal = linear-gradient(180deg, #
|
|
319
|
+
public static let mdsColorThemeOutlineGlassNormal = linear-gradient(180deg, #00000012 0%, #00000033 100%)
|
|
320
320
|
public static let mdsColorThemeOutlineGradientActive = linear-gradient(44deg, #3492eb 14.64%, #00a3b5 51.1%, #3cc29a 85.36%)
|
|
321
321
|
public static let mdsColorThemeOutlineHighContrastFocus = #000000
|
|
322
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, 19 Sep 2025 14:43:04 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -50,12 +50,11 @@ public class {
|
|
|
50
50
|
public static let mdsColorThemeBackgroundAlertWarningActive = #ffda94
|
|
51
51
|
public static let mdsColorThemeBackgroundAlertWarningHover = #ffebc2
|
|
52
52
|
public static let mdsColorThemeBackgroundAlertWarningNormal = #ffebc2
|
|
53
|
+
public static let mdsColorThemeBackgroundGlassActive = #ffffff99
|
|
53
54
|
public static let mdsColorThemeBackgroundGlassHeavy = #ffffffcc
|
|
54
55
|
public static let mdsColorThemeBackgroundGlassLight = #ffffff66
|
|
55
56
|
public static let mdsColorThemeBackgroundGlassMedium = #ffffff99
|
|
56
57
|
public static let mdsColorThemeBackgroundGlassNormal = #ffffff66
|
|
57
|
-
public static let mdsColorThemeBackgroundGlassOverlayInactive = #ffffff66
|
|
58
|
-
public static let mdsColorThemeBackgroundGlassOverlayNormal = #ffffffcc
|
|
59
58
|
public static let mdsColorThemeBackgroundGlassRadial0 = #ffffffe6
|
|
60
59
|
public static let mdsColorThemeBackgroundGlassRadial1 = #ffffff66
|
|
61
60
|
public static let mdsColorThemeBackgroundGradientPrimaryNormal = linear-gradient(180deg, #f0f0f0 0%, #ffffff 100%)
|
|
@@ -94,7 +93,7 @@ public class {
|
|
|
94
93
|
public static let mdsColorThemeBackgroundLabelVioletActive = #e2cafc
|
|
95
94
|
public static let mdsColorThemeBackgroundLabelVioletHover = #f0e3fc
|
|
96
95
|
public static let mdsColorThemeBackgroundLabelVioletNormal = #f8f2fc
|
|
97
|
-
public static let mdsColorThemeBackgroundNamelabelNormal = #
|
|
96
|
+
public static let mdsColorThemeBackgroundNamelabelNormal = #000000b3
|
|
98
97
|
public static let mdsColorThemeBackgroundPrimaryActive = #0000001c
|
|
99
98
|
public static let mdsColorThemeBackgroundPrimaryDisabled = #00000000
|
|
100
99
|
public static let mdsColorThemeBackgroundPrimaryGhost = #00000000
|
|
@@ -314,9 +313,10 @@ public class {
|
|
|
314
313
|
public static let mdsColorThemeInvertedTextPrimaryDisabled = #ffffff66
|
|
315
314
|
public static let mdsColorThemeInvertedTextPrimaryNormal = #fffffff2
|
|
316
315
|
public static let mdsColorThemeInvertedTextSecondaryNormal = #ffffffb3
|
|
316
|
+
public static let mdsColorThemeOutlineAiNormal = linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);
|
|
317
317
|
public static let mdsColorThemeOutlineButtonNormal = #00000080
|
|
318
318
|
public static let mdsColorThemeOutlineCancelNormal = #ab0a15
|
|
319
|
-
public static let mdsColorThemeOutlineGlassNormal = linear-gradient(180deg, #
|
|
319
|
+
public static let mdsColorThemeOutlineGlassNormal = linear-gradient(180deg, #00000012 0%, #00000033 100%)
|
|
320
320
|
public static let mdsColorThemeOutlineGradientActive = linear-gradient(44deg, #3492eb 14.64%, #00a3b5 51.1%, #3cc29a 85.36%)
|
|
321
321
|
public static let mdsColorThemeOutlineHighContrastFocus = #000000
|
|
322
322
|
public static let mdsColorThemeOutlineInputActive = #000000e6
|
|
@@ -317,6 +317,11 @@ extension UIColor {
|
|
|
317
317
|
public static let momentumGradientLavenderDarkPrimary1 = UIColor(hex: 0x18082B)
|
|
318
318
|
public static let momentumGradientLavenderDarkSecondary0 = UIColor(hex: 0x301A4A)
|
|
319
319
|
public static let momentumGradientLavenderDarkSecondary1 = UIColor(hex: 0x18082B)
|
|
320
|
+
public static let momentumAiMediumblue = UIColor(hex: 0x0051AF)
|
|
321
|
+
public static let momentumAiSkyblue = UIColor(hex: 0x00BCEB)
|
|
322
|
+
public static let momentumAiGreen = UIColor(hex: 0x74BF4B)
|
|
323
|
+
public static let momentumAiSteelblue = UIColor(hex: 0x0087EA)
|
|
324
|
+
public static let momentumAiAquablue = UIColor(hex: 0x63FFF7)
|
|
320
325
|
}
|
|
321
326
|
|
|
322
327
|
#endif
|
|
@@ -161,7 +161,7 @@ open class DarkBronzeMomentumThemeBackgroundColorPalette: MomentumThemeBackgroun
|
|
|
161
161
|
open var labelErrorNormal: UIColor { return UIColor(hex: 0x4F0E10) }
|
|
162
162
|
open var labelErrorHover: UIColor { return UIColor(hex: 0x780D13) }
|
|
163
163
|
open var labelErrorActive: UIColor { return UIColor(hex: 0xAB0A15) }
|
|
164
|
-
open var namelabelNormal: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.
|
|
164
|
+
open var namelabelNormal: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.70) }
|
|
165
165
|
open var gradientPrimaryNormal0: UIColor { return UIColor(hex: 0x1F1402) }
|
|
166
166
|
open var gradientPrimaryNormal1: UIColor { return UIColor(hex: 0x171002) }
|
|
167
167
|
open var gradientSecondaryNormal0: UIColor { return UIColor(hex: 0x2E2515) }
|
|
@@ -170,11 +170,10 @@ open class DarkBronzeMomentumThemeBackgroundColorPalette: MomentumThemeBackgroun
|
|
|
170
170
|
open var reactionNormal1: UIColor { return UIColor(hex: 0x1A1A1A, withAlpha: 0.00) }
|
|
171
171
|
open var skeletonNormal: UIColor { return UIColor(hex: 0x707070) }
|
|
172
172
|
open var glassNormal: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.05) }
|
|
173
|
+
open var glassActive: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.11) }
|
|
173
174
|
open var glassLight: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.40) }
|
|
174
175
|
open var glassMedium: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.60) }
|
|
175
176
|
open var glassHeavy: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.80) }
|
|
176
|
-
open var glassOverlayNormal: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.80) }
|
|
177
|
-
open var glassOverlayInactive: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.40) }
|
|
178
177
|
open var glassRadial0: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.40) }
|
|
179
178
|
open var glassRadial1: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.05) }
|
|
180
179
|
open var inputDisabled: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.11) }
|
|
@@ -238,6 +237,9 @@ open class DarkBronzeMomentumThemeOutlineColorPalette: MomentumThemeOutlineColor
|
|
|
238
237
|
open var warningNormal: UIColor { return UIColor(hex: 0xF2990A) }
|
|
239
238
|
open var glassNormal0: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.11) }
|
|
240
239
|
open var glassNormal1: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.05) }
|
|
240
|
+
open var aiNormal0: UIColor { return UIColor(hex: 0x0087EA) }
|
|
241
|
+
open var aiNormal1: UIColor { return UIColor(hex: 0x00BCEB) }
|
|
242
|
+
open var aiNormal2: UIColor { return UIColor(hex: 0x63FFF7) }
|
|
241
243
|
public init() {}
|
|
242
244
|
}
|
|
243
245
|
open class DarkBronzeMomentumThemeControlColorPalette: MomentumThemeControlColorPaletteProtocol {
|
|
@@ -161,7 +161,7 @@ open class DarkIndigoMomentumThemeBackgroundColorPalette: MomentumThemeBackgroun
|
|
|
161
161
|
open var labelErrorNormal: UIColor { return UIColor(hex: 0x4F0E10) }
|
|
162
162
|
open var labelErrorHover: UIColor { return UIColor(hex: 0x780D13) }
|
|
163
163
|
open var labelErrorActive: UIColor { return UIColor(hex: 0xAB0A15) }
|
|
164
|
-
open var namelabelNormal: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.
|
|
164
|
+
open var namelabelNormal: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.70) }
|
|
165
165
|
open var gradientPrimaryNormal0: UIColor { return UIColor(hex: 0x13182B) }
|
|
166
166
|
open var gradientPrimaryNormal1: UIColor { return UIColor(hex: 0x0E111A) }
|
|
167
167
|
open var gradientSecondaryNormal0: UIColor { return UIColor(hex: 0x212536) }
|
|
@@ -170,11 +170,10 @@ open class DarkIndigoMomentumThemeBackgroundColorPalette: MomentumThemeBackgroun
|
|
|
170
170
|
open var reactionNormal1: UIColor { return UIColor(hex: 0x1A1A1A, withAlpha: 0.00) }
|
|
171
171
|
open var skeletonNormal: UIColor { return UIColor(hex: 0x707070) }
|
|
172
172
|
open var glassNormal: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.05) }
|
|
173
|
+
open var glassActive: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.11) }
|
|
173
174
|
open var glassLight: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.40) }
|
|
174
175
|
open var glassMedium: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.60) }
|
|
175
176
|
open var glassHeavy: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.80) }
|
|
176
|
-
open var glassOverlayNormal: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.80) }
|
|
177
|
-
open var glassOverlayInactive: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.40) }
|
|
178
177
|
open var glassRadial0: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.40) }
|
|
179
178
|
open var glassRadial1: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.05) }
|
|
180
179
|
open var inputDisabled: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.11) }
|
|
@@ -238,6 +237,9 @@ open class DarkIndigoMomentumThemeOutlineColorPalette: MomentumThemeOutlineColor
|
|
|
238
237
|
open var warningNormal: UIColor { return UIColor(hex: 0xF2990A) }
|
|
239
238
|
open var glassNormal0: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.11) }
|
|
240
239
|
open var glassNormal1: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.05) }
|
|
240
|
+
open var aiNormal0: UIColor { return UIColor(hex: 0x0087EA) }
|
|
241
|
+
open var aiNormal1: UIColor { return UIColor(hex: 0x00BCEB) }
|
|
242
|
+
open var aiNormal2: UIColor { return UIColor(hex: 0x63FFF7) }
|
|
241
243
|
public init() {}
|
|
242
244
|
}
|
|
243
245
|
open class DarkIndigoMomentumThemeControlColorPalette: MomentumThemeControlColorPaletteProtocol {
|
|
@@ -161,7 +161,7 @@ open class DarkJadeMomentumThemeBackgroundColorPalette: MomentumThemeBackgroundC
|
|
|
161
161
|
open var labelErrorNormal: UIColor { return UIColor(hex: 0x4F0E10) }
|
|
162
162
|
open var labelErrorHover: UIColor { return UIColor(hex: 0x780D13) }
|
|
163
163
|
open var labelErrorActive: UIColor { return UIColor(hex: 0xAB0A15) }
|
|
164
|
-
open var namelabelNormal: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.
|
|
164
|
+
open var namelabelNormal: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.70) }
|
|
165
165
|
open var gradientPrimaryNormal0: UIColor { return UIColor(hex: 0x001C18) }
|
|
166
166
|
open var gradientPrimaryNormal1: UIColor { return UIColor(hex: 0x021412) }
|
|
167
167
|
open var gradientSecondaryNormal0: UIColor { return UIColor(hex: 0x122925) }
|
|
@@ -170,11 +170,10 @@ open class DarkJadeMomentumThemeBackgroundColorPalette: MomentumThemeBackgroundC
|
|
|
170
170
|
open var reactionNormal1: UIColor { return UIColor(hex: 0x1A1A1A, withAlpha: 0.00) }
|
|
171
171
|
open var skeletonNormal: UIColor { return UIColor(hex: 0x707070) }
|
|
172
172
|
open var glassNormal: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.05) }
|
|
173
|
+
open var glassActive: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.11) }
|
|
173
174
|
open var glassLight: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.40) }
|
|
174
175
|
open var glassMedium: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.60) }
|
|
175
176
|
open var glassHeavy: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.80) }
|
|
176
|
-
open var glassOverlayNormal: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.80) }
|
|
177
|
-
open var glassOverlayInactive: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.40) }
|
|
178
177
|
open var glassRadial0: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.40) }
|
|
179
178
|
open var glassRadial1: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.05) }
|
|
180
179
|
open var inputDisabled: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.11) }
|
|
@@ -238,6 +237,9 @@ open class DarkJadeMomentumThemeOutlineColorPalette: MomentumThemeOutlineColorPa
|
|
|
238
237
|
open var warningNormal: UIColor { return UIColor(hex: 0xF2990A) }
|
|
239
238
|
open var glassNormal0: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.11) }
|
|
240
239
|
open var glassNormal1: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.05) }
|
|
240
|
+
open var aiNormal0: UIColor { return UIColor(hex: 0x0087EA) }
|
|
241
|
+
open var aiNormal1: UIColor { return UIColor(hex: 0x00BCEB) }
|
|
242
|
+
open var aiNormal2: UIColor { return UIColor(hex: 0x63FFF7) }
|
|
241
243
|
public init() {}
|
|
242
244
|
}
|
|
243
245
|
open class DarkJadeMomentumThemeControlColorPalette: MomentumThemeControlColorPaletteProtocol {
|
|
@@ -161,7 +161,7 @@ open class DarkLavenderMomentumThemeBackgroundColorPalette: MomentumThemeBackgro
|
|
|
161
161
|
open var labelErrorNormal: UIColor { return UIColor(hex: 0x4F0E10) }
|
|
162
162
|
open var labelErrorHover: UIColor { return UIColor(hex: 0x780D13) }
|
|
163
163
|
open var labelErrorActive: UIColor { return UIColor(hex: 0xAB0A15) }
|
|
164
|
-
open var namelabelNormal: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.
|
|
164
|
+
open var namelabelNormal: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.70) }
|
|
165
165
|
open var gradientPrimaryNormal0: UIColor { return UIColor(hex: 0x231237) }
|
|
166
166
|
open var gradientPrimaryNormal1: UIColor { return UIColor(hex: 0x18082B) }
|
|
167
167
|
open var gradientSecondaryNormal0: UIColor { return UIColor(hex: 0x301A4A) }
|
|
@@ -170,11 +170,10 @@ open class DarkLavenderMomentumThemeBackgroundColorPalette: MomentumThemeBackgro
|
|
|
170
170
|
open var reactionNormal1: UIColor { return UIColor(hex: 0x1A1A1A, withAlpha: 0.00) }
|
|
171
171
|
open var skeletonNormal: UIColor { return UIColor(hex: 0x707070) }
|
|
172
172
|
open var glassNormal: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.05) }
|
|
173
|
+
open var glassActive: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.11) }
|
|
173
174
|
open var glassLight: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.40) }
|
|
174
175
|
open var glassMedium: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.60) }
|
|
175
176
|
open var glassHeavy: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.80) }
|
|
176
|
-
open var glassOverlayNormal: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.80) }
|
|
177
|
-
open var glassOverlayInactive: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.40) }
|
|
178
177
|
open var glassRadial0: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.40) }
|
|
179
178
|
open var glassRadial1: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.05) }
|
|
180
179
|
open var inputDisabled: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.11) }
|
|
@@ -238,6 +237,9 @@ open class DarkLavenderMomentumThemeOutlineColorPalette: MomentumThemeOutlineCol
|
|
|
238
237
|
open var warningNormal: UIColor { return UIColor(hex: 0xF2990A) }
|
|
239
238
|
open var glassNormal0: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.11) }
|
|
240
239
|
open var glassNormal1: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.05) }
|
|
240
|
+
open var aiNormal0: UIColor { return UIColor(hex: 0x0087EA) }
|
|
241
|
+
open var aiNormal1: UIColor { return UIColor(hex: 0x00BCEB) }
|
|
242
|
+
open var aiNormal2: UIColor { return UIColor(hex: 0x63FFF7) }
|
|
241
243
|
public init() {}
|
|
242
244
|
}
|
|
243
245
|
open class DarkLavenderMomentumThemeControlColorPalette: MomentumThemeControlColorPaletteProtocol {
|
|
@@ -161,7 +161,7 @@ open class DarkRoseMomentumThemeBackgroundColorPalette: MomentumThemeBackgroundC
|
|
|
161
161
|
open var labelErrorNormal: UIColor { return UIColor(hex: 0x4F0E10) }
|
|
162
162
|
open var labelErrorHover: UIColor { return UIColor(hex: 0x780D13) }
|
|
163
163
|
open var labelErrorActive: UIColor { return UIColor(hex: 0xAB0A15) }
|
|
164
|
-
open var namelabelNormal: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.
|
|
164
|
+
open var namelabelNormal: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.70) }
|
|
165
165
|
open var gradientPrimaryNormal0: UIColor { return UIColor(hex: 0x30041E) }
|
|
166
166
|
open var gradientPrimaryNormal1: UIColor { return UIColor(hex: 0x1F0615) }
|
|
167
167
|
open var gradientSecondaryNormal0: UIColor { return UIColor(hex: 0x40162E) }
|
|
@@ -170,11 +170,10 @@ open class DarkRoseMomentumThemeBackgroundColorPalette: MomentumThemeBackgroundC
|
|
|
170
170
|
open var reactionNormal1: UIColor { return UIColor(hex: 0x1A1A1A, withAlpha: 0.00) }
|
|
171
171
|
open var skeletonNormal: UIColor { return UIColor(hex: 0x707070) }
|
|
172
172
|
open var glassNormal: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.05) }
|
|
173
|
+
open var glassActive: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.11) }
|
|
173
174
|
open var glassLight: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.40) }
|
|
174
175
|
open var glassMedium: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.60) }
|
|
175
176
|
open var glassHeavy: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.80) }
|
|
176
|
-
open var glassOverlayNormal: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.80) }
|
|
177
|
-
open var glassOverlayInactive: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.40) }
|
|
178
177
|
open var glassRadial0: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.40) }
|
|
179
178
|
open var glassRadial1: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.05) }
|
|
180
179
|
open var inputDisabled: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.11) }
|
|
@@ -238,6 +237,9 @@ open class DarkRoseMomentumThemeOutlineColorPalette: MomentumThemeOutlineColorPa
|
|
|
238
237
|
open var warningNormal: UIColor { return UIColor(hex: 0xF2990A) }
|
|
239
238
|
open var glassNormal0: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.11) }
|
|
240
239
|
open var glassNormal1: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.05) }
|
|
240
|
+
open var aiNormal0: UIColor { return UIColor(hex: 0x0087EA) }
|
|
241
|
+
open var aiNormal1: UIColor { return UIColor(hex: 0x00BCEB) }
|
|
242
|
+
open var aiNormal2: UIColor { return UIColor(hex: 0x63FFF7) }
|
|
241
243
|
public init() {}
|
|
242
244
|
}
|
|
243
245
|
open class DarkRoseMomentumThemeControlColorPalette: MomentumThemeControlColorPaletteProtocol {
|
|
@@ -161,7 +161,7 @@ open class DarkMomentumThemeBackgroundColorPalette: MomentumThemeBackgroundColor
|
|
|
161
161
|
open var labelErrorNormal: UIColor { return UIColor(hex: 0x4F0E10) }
|
|
162
162
|
open var labelErrorHover: UIColor { return UIColor(hex: 0x780D13) }
|
|
163
163
|
open var labelErrorActive: UIColor { return UIColor(hex: 0xAB0A15) }
|
|
164
|
-
open var namelabelNormal: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.
|
|
164
|
+
open var namelabelNormal: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.70) }
|
|
165
165
|
open var gradientPrimaryNormal0: UIColor { return UIColor(hex: 0x1A1A1A) }
|
|
166
166
|
open var gradientPrimaryNormal1: UIColor { return UIColor(hex: 0x0F0F0F) }
|
|
167
167
|
open var gradientSecondaryNormal0: UIColor { return UIColor(hex: 0x262626) }
|
|
@@ -170,11 +170,10 @@ open class DarkMomentumThemeBackgroundColorPalette: MomentumThemeBackgroundColor
|
|
|
170
170
|
open var reactionNormal1: UIColor { return UIColor(hex: 0x1A1A1A, withAlpha: 0.00) }
|
|
171
171
|
open var skeletonNormal: UIColor { return UIColor(hex: 0x707070) }
|
|
172
172
|
open var glassNormal: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.05) }
|
|
173
|
+
open var glassActive: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.11) }
|
|
173
174
|
open var glassLight: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.40) }
|
|
174
175
|
open var glassMedium: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.60) }
|
|
175
176
|
open var glassHeavy: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.80) }
|
|
176
|
-
open var glassOverlayNormal: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.80) }
|
|
177
|
-
open var glassOverlayInactive: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.40) }
|
|
178
177
|
open var glassRadial0: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.40) }
|
|
179
178
|
open var glassRadial1: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.05) }
|
|
180
179
|
open var inputDisabled: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.11) }
|
|
@@ -238,6 +237,9 @@ open class DarkMomentumThemeOutlineColorPalette: MomentumThemeOutlineColorPalett
|
|
|
238
237
|
open var warningNormal: UIColor { return UIColor(hex: 0xF2990A) }
|
|
239
238
|
open var glassNormal0: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.11) }
|
|
240
239
|
open var glassNormal1: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.05) }
|
|
240
|
+
open var aiNormal0: UIColor { return UIColor(hex: 0x0087EA) }
|
|
241
|
+
open var aiNormal1: UIColor { return UIColor(hex: 0x00BCEB) }
|
|
242
|
+
open var aiNormal2: UIColor { return UIColor(hex: 0x63FFF7) }
|
|
241
243
|
public init() {}
|
|
242
244
|
}
|
|
243
245
|
open class DarkMomentumThemeControlColorPalette: MomentumThemeControlColorPaletteProtocol {
|
|
@@ -167,11 +167,10 @@ 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 glassActive: UIColor { return UIColor(hex: 0x000000) }
|
|
170
171
|
open var glassLight: UIColor { return UIColor(hex: 0x000000) }
|
|
171
172
|
open var glassMedium: UIColor { return UIColor(hex: 0x000000) }
|
|
172
173
|
open var glassHeavy: UIColor { return UIColor(hex: 0x000000) }
|
|
173
|
-
open var glassOverlayNormal: UIColor { return UIColor(hex: 0xFFFF00) }
|
|
174
|
-
open var glassOverlayInactive: UIColor { return UIColor(hex: 0x000000) }
|
|
175
174
|
open var glassRadial0: UIColor { return UIColor(hex: 0x000000) }
|
|
176
175
|
open var glassRadial1: UIColor { return UIColor(hex: 0x000000) }
|
|
177
176
|
open var inputDisabled: UIColor { return UIColor(hex: 0x3FF23F) }
|
|
@@ -232,6 +231,7 @@ open class HcDarkMomentumThemeOutlineColorPalette: MomentumThemeOutlineColorPale
|
|
|
232
231
|
open var gradientActive: UIColor { return UIColor(hex: 0xFFFFFF) }
|
|
233
232
|
open var warningNormal: UIColor { return UIColor(hex: 0xFFFFFF) }
|
|
234
233
|
open var glassNormal: UIColor { return UIColor(hex: 0xFFFFFF) }
|
|
234
|
+
open var aiNormal: UIColor { return UIColor(hex: 0xFFFFFF) }
|
|
235
235
|
public init() {}
|
|
236
236
|
}
|
|
237
237
|
open class HcDarkMomentumThemeControlColorPalette: MomentumThemeControlColorPaletteProtocol {
|
|
@@ -165,11 +165,10 @@ import UIKit
|
|
|
165
165
|
var gradientPrimaryNormal: UIColor { get }
|
|
166
166
|
var skeletonNormal: UIColor { get }
|
|
167
167
|
var glassNormal: UIColor { get }
|
|
168
|
+
var glassActive: UIColor { get }
|
|
168
169
|
var glassLight: UIColor { get }
|
|
169
170
|
var glassMedium: UIColor { get }
|
|
170
171
|
var glassHeavy: UIColor { get }
|
|
171
|
-
var glassOverlayNormal: UIColor { get }
|
|
172
|
-
var glassOverlayInactive: UIColor { get }
|
|
173
172
|
var glassRadial0: UIColor { get }
|
|
174
173
|
var glassRadial1: UIColor { get }
|
|
175
174
|
var inputDisabled: UIColor { get }
|
|
@@ -228,6 +227,7 @@ import UIKit
|
|
|
228
227
|
var gradientActive: UIColor { get }
|
|
229
228
|
var warningNormal: UIColor { get }
|
|
230
229
|
var glassNormal: UIColor { get }
|
|
230
|
+
var aiNormal: UIColor { get }
|
|
231
231
|
}
|
|
232
232
|
@objc public protocol MomentumThemeControlColorPaletteProtocol: AnyObject {
|
|
233
233
|
var activeNormal: UIColor { get }
|
|
@@ -612,11 +612,10 @@ open class HcLightMomentumThemeBackgroundColorPalette: MomentumThemeBackgroundCo
|
|
|
612
612
|
open var gradientPrimaryNormal: UIColor { return UIColor(hex: 0xFFFFFF) }
|
|
613
613
|
open var skeletonNormal: UIColor { return UIColor(hex: 0xFFFFFF) }
|
|
614
614
|
open var glassNormal: UIColor { return UIColor(hex: 0xFFFFFF) }
|
|
615
|
+
open var glassActive: UIColor { return UIColor(hex: 0xFFFFFF) }
|
|
615
616
|
open var glassLight: UIColor { return UIColor(hex: 0xFFFFFF) }
|
|
616
617
|
open var glassMedium: UIColor { return UIColor(hex: 0xFFFFFF) }
|
|
617
618
|
open var glassHeavy: UIColor { return UIColor(hex: 0xFFFFFF) }
|
|
618
|
-
open var glassOverlayNormal: UIColor { return UIColor(hex: 0x00009F) }
|
|
619
|
-
open var glassOverlayInactive: UIColor { return UIColor(hex: 0xFFFFFF) }
|
|
620
619
|
open var glassRadial0: UIColor { return UIColor(hex: 0xFFFFFF) }
|
|
621
620
|
open var glassRadial1: UIColor { return UIColor(hex: 0xFFFFFF) }
|
|
622
621
|
open var inputDisabled: UIColor { return UIColor(hex: 0x600000) }
|
|
@@ -677,6 +676,7 @@ open class HcLightMomentumThemeOutlineColorPalette: MomentumThemeOutlineColorPal
|
|
|
677
676
|
open var gradientActive: UIColor { return UIColor(hex: 0x000000) }
|
|
678
677
|
open var warningNormal: UIColor { return UIColor(hex: 0x000000) }
|
|
679
678
|
open var glassNormal: UIColor { return UIColor(hex: 0x000000) }
|
|
679
|
+
open var aiNormal: UIColor { return UIColor(hex: 0x000000) }
|
|
680
680
|
public init() {}
|
|
681
681
|
}
|
|
682
682
|
open class HcLightMomentumThemeControlColorPalette: MomentumThemeControlColorPaletteProtocol {
|
|
@@ -1140,11 +1140,10 @@ open class SystemMomentumThemeBackgroundColorPalette: MomentumThemeBackgroundCol
|
|
|
1140
1140
|
open var gradientPrimaryNormal: UIColor { return systemColor(light: light, dark: dark, keyPath: \.gradientPrimaryNormal) }
|
|
1141
1141
|
open var skeletonNormal: UIColor { return systemColor(light: light, dark: dark, keyPath: \.skeletonNormal) }
|
|
1142
1142
|
open var glassNormal: UIColor { return systemColor(light: light, dark: dark, keyPath: \.glassNormal) }
|
|
1143
|
+
open var glassActive: UIColor { return systemColor(light: light, dark: dark, keyPath: \.glassActive) }
|
|
1143
1144
|
open var glassLight: UIColor { return systemColor(light: light, dark: dark, keyPath: \.glassLight) }
|
|
1144
1145
|
open var glassMedium: UIColor { return systemColor(light: light, dark: dark, keyPath: \.glassMedium) }
|
|
1145
1146
|
open var glassHeavy: UIColor { return systemColor(light: light, dark: dark, keyPath: \.glassHeavy) }
|
|
1146
|
-
open var glassOverlayNormal: UIColor { return systemColor(light: light, dark: dark, keyPath: \.glassOverlayNormal) }
|
|
1147
|
-
open var glassOverlayInactive: UIColor { return systemColor(light: light, dark: dark, keyPath: \.glassOverlayInactive) }
|
|
1148
1147
|
open var glassRadial0: UIColor { return systemColor(light: light, dark: dark, keyPath: \.glassRadial0) }
|
|
1149
1148
|
open var glassRadial1: UIColor { return systemColor(light: light, dark: dark, keyPath: \.glassRadial1) }
|
|
1150
1149
|
open var inputDisabled: UIColor { return systemColor(light: light, dark: dark, keyPath: \.inputDisabled) }
|
|
@@ -1209,6 +1208,7 @@ open class SystemMomentumThemeOutlineColorPalette: MomentumThemeOutlineColorPale
|
|
|
1209
1208
|
open var gradientActive: UIColor { return systemColor(light: light, dark: dark, keyPath: \.gradientActive) }
|
|
1210
1209
|
open var warningNormal: UIColor { return systemColor(light: light, dark: dark, keyPath: \.warningNormal) }
|
|
1211
1210
|
open var glassNormal: UIColor { return systemColor(light: light, dark: dark, keyPath: \.glassNormal) }
|
|
1211
|
+
open var aiNormal: UIColor { return systemColor(light: light, dark: dark, keyPath: \.aiNormal) }
|
|
1212
1212
|
public init() {}
|
|
1213
1213
|
}
|
|
1214
1214
|
open class SystemMomentumThemeControlColorPalette: MomentumThemeControlColorPaletteProtocol {
|