@momentum-design/tokens 0.7.3 → 0.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (124) hide show
  1. package/dist/css/components/complete.css +30 -18
  2. package/dist/css/core/complete.css +1 -1
  3. package/dist/css/effect/complete.css +1 -1
  4. package/dist/css/elevation/complete.css +1 -1
  5. package/dist/css/theme/aaos/day-complete.css +1 -1
  6. package/dist/css/theme/aaos/night-complete.css +1 -1
  7. package/dist/css/theme/webex/dark-bronze-stable.css +4 -3
  8. package/dist/css/theme/webex/dark-indigo-stable.css +4 -3
  9. package/dist/css/theme/webex/dark-jade-stable.css +4 -3
  10. package/dist/css/theme/webex/dark-lavender-stable.css +4 -3
  11. package/dist/css/theme/webex/dark-rose-stable.css +4 -3
  12. package/dist/css/theme/webex/dark-stable.css +4 -3
  13. package/dist/css/theme/webex/hc-dark-stable.css +2 -1
  14. package/dist/css/theme/webex/hc-light-stable.css +2 -1
  15. package/dist/css/theme/webex/light-bronze-stable.css +3 -2
  16. package/dist/css/theme/webex/light-indigo-stable.css +3 -2
  17. package/dist/css/theme/webex/light-jade-stable.css +3 -2
  18. package/dist/css/theme/webex/light-lavender-stable.css +3 -2
  19. package/dist/css/theme/webex/light-rose-stable.css +3 -2
  20. package/dist/css/theme/webex/light-stable.css +3 -2
  21. package/dist/css/typography/complete.css +1 -1
  22. package/dist/ios/core/complete.swift +1 -1
  23. package/dist/ios/effect/complete.swift +1 -1
  24. package/dist/ios/elevation/complete.swift +1 -1
  25. package/dist/ios/theme/aaos/day-complete.swift +1 -1
  26. package/dist/ios/theme/aaos/night-complete.swift +1 -1
  27. package/dist/ios/theme/webex/dark-bronze-stable.swift +4 -3
  28. package/dist/ios/theme/webex/dark-indigo-stable.swift +4 -3
  29. package/dist/ios/theme/webex/dark-jade-stable.swift +4 -3
  30. package/dist/ios/theme/webex/dark-lavender-stable.swift +4 -3
  31. package/dist/ios/theme/webex/dark-rose-stable.swift +4 -3
  32. package/dist/ios/theme/webex/dark-stable.swift +4 -3
  33. package/dist/ios/theme/webex/hc-dark-stable.swift +2 -1
  34. package/dist/ios/theme/webex/hc-light-stable.swift +2 -1
  35. package/dist/ios/theme/webex/light-bronze-stable.swift +3 -2
  36. package/dist/ios/theme/webex/light-indigo-stable.swift +3 -2
  37. package/dist/ios/theme/webex/light-jade-stable.swift +3 -2
  38. package/dist/ios/theme/webex/light-lavender-stable.swift +3 -2
  39. package/dist/ios/theme/webex/light-rose-stable.swift +3 -2
  40. package/dist/ios/theme/webex/light-stable.swift +3 -2
  41. package/dist/ios/typography/complete.swift +1 -1
  42. package/dist/ios-webex/theme/webex/dark-bronze-stable.swift +2 -1
  43. package/dist/ios-webex/theme/webex/dark-indigo-stable.swift +2 -1
  44. package/dist/ios-webex/theme/webex/dark-jade-stable.swift +2 -1
  45. package/dist/ios-webex/theme/webex/dark-lavender-stable.swift +2 -1
  46. package/dist/ios-webex/theme/webex/dark-rose-stable.swift +2 -1
  47. package/dist/ios-webex/theme/webex/dark-stable.swift +2 -1
  48. package/dist/ios-webex/theme/webex/hc-dark-stable.swift +1 -0
  49. package/dist/ios-webex/theme/webex/hc-light-stable.swift +3 -0
  50. package/dist/ios-webex/theme/webex/light-bronze-stable.swift +3 -0
  51. package/dist/ios-webex/theme/webex/light-indigo-stable.swift +3 -0
  52. package/dist/ios-webex/theme/webex/light-jade-stable.swift +3 -0
  53. package/dist/ios-webex/theme/webex/light-lavender-stable.swift +3 -0
  54. package/dist/ios-webex/theme/webex/light-rose-stable.swift +3 -0
  55. package/dist/ios-webex/theme/webex/light-stable.swift +3 -0
  56. package/dist/json/theme/webex/dark-bronze-stable.json +35 -6
  57. package/dist/json/theme/webex/dark-indigo-stable.json +35 -6
  58. package/dist/json/theme/webex/dark-jade-stable.json +35 -6
  59. package/dist/json/theme/webex/dark-lavender-stable.json +35 -6
  60. package/dist/json/theme/webex/dark-rose-stable.json +35 -6
  61. package/dist/json/theme/webex/dark-stable.json +35 -6
  62. package/dist/json/theme/webex/hc-dark-stable.json +25 -0
  63. package/dist/json/theme/webex/hc-light-stable.json +25 -0
  64. package/dist/json/theme/webex/light-bronze-stable.json +31 -4
  65. package/dist/json/theme/webex/light-indigo-stable.json +31 -4
  66. package/dist/json/theme/webex/light-jade-stable.json +31 -4
  67. package/dist/json/theme/webex/light-lavender-stable.json +31 -4
  68. package/dist/json/theme/webex/light-rose-stable.json +31 -4
  69. package/dist/json/theme/webex/light-stable.json +31 -4
  70. package/dist/json-minimal/theme/webex/dark-bronze-stable.json +4 -3
  71. package/dist/json-minimal/theme/webex/dark-indigo-stable.json +4 -3
  72. package/dist/json-minimal/theme/webex/dark-jade-stable.json +4 -3
  73. package/dist/json-minimal/theme/webex/dark-lavender-stable.json +4 -3
  74. package/dist/json-minimal/theme/webex/dark-rose-stable.json +4 -3
  75. package/dist/json-minimal/theme/webex/dark-stable.json +4 -3
  76. package/dist/json-minimal/theme/webex/hc-dark-stable.json +2 -1
  77. package/dist/json-minimal/theme/webex/hc-light-stable.json +2 -1
  78. package/dist/json-minimal/theme/webex/light-bronze-stable.json +3 -2
  79. package/dist/json-minimal/theme/webex/light-indigo-stable.json +3 -2
  80. package/dist/json-minimal/theme/webex/light-jade-stable.json +3 -2
  81. package/dist/json-minimal/theme/webex/light-lavender-stable.json +3 -2
  82. package/dist/json-minimal/theme/webex/light-rose-stable.json +3 -2
  83. package/dist/json-minimal/theme/webex/light-stable.json +3 -2
  84. package/dist/resources/core/complete.xml +1 -1
  85. package/dist/resources/effect/complete.xml +1 -1
  86. package/dist/resources/elevation/complete.xml +1 -1
  87. package/dist/resources/theme/aaos/day-complete.xml +1 -1
  88. package/dist/resources/theme/aaos/night-complete.xml +1 -1
  89. package/dist/resources/theme/webex/dark-bronze-stable.xml +4 -3
  90. package/dist/resources/theme/webex/dark-indigo-stable.xml +4 -3
  91. package/dist/resources/theme/webex/dark-jade-stable.xml +4 -3
  92. package/dist/resources/theme/webex/dark-lavender-stable.xml +4 -3
  93. package/dist/resources/theme/webex/dark-rose-stable.xml +4 -3
  94. package/dist/resources/theme/webex/dark-stable.xml +4 -3
  95. package/dist/resources/theme/webex/hc-dark-stable.xml +2 -1
  96. package/dist/resources/theme/webex/hc-light-stable.xml +2 -1
  97. package/dist/resources/theme/webex/light-bronze-stable.xml +3 -2
  98. package/dist/resources/theme/webex/light-indigo-stable.xml +3 -2
  99. package/dist/resources/theme/webex/light-jade-stable.xml +3 -2
  100. package/dist/resources/theme/webex/light-lavender-stable.xml +3 -2
  101. package/dist/resources/theme/webex/light-rose-stable.xml +3 -2
  102. package/dist/resources/theme/webex/light-stable.xml +3 -2
  103. package/dist/resources/typography/complete.xml +1 -1
  104. package/dist/scss/core/complete.scss +1 -1
  105. package/dist/scss/effect/complete.scss +1 -1
  106. package/dist/scss/elevation/complete.scss +1 -1
  107. package/dist/scss/theme/aaos/day-complete.scss +1 -1
  108. package/dist/scss/theme/aaos/night-complete.scss +1 -1
  109. package/dist/scss/theme/webex/dark-bronze-stable.scss +4 -3
  110. package/dist/scss/theme/webex/dark-indigo-stable.scss +4 -3
  111. package/dist/scss/theme/webex/dark-jade-stable.scss +4 -3
  112. package/dist/scss/theme/webex/dark-lavender-stable.scss +4 -3
  113. package/dist/scss/theme/webex/dark-rose-stable.scss +4 -3
  114. package/dist/scss/theme/webex/dark-stable.scss +4 -3
  115. package/dist/scss/theme/webex/hc-dark-stable.scss +2 -1
  116. package/dist/scss/theme/webex/hc-light-stable.scss +2 -1
  117. package/dist/scss/theme/webex/light-bronze-stable.scss +3 -2
  118. package/dist/scss/theme/webex/light-indigo-stable.scss +3 -2
  119. package/dist/scss/theme/webex/light-jade-stable.scss +3 -2
  120. package/dist/scss/theme/webex/light-lavender-stable.scss +3 -2
  121. package/dist/scss/theme/webex/light-rose-stable.scss +3 -2
  122. package/dist/scss/theme/webex/light-stable.scss +3 -2
  123. package/dist/scss/typography/complete.scss +1 -1
  124. package/package.json +1 -1
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Mon, 22 Sep 2025 13:37:22 GMT
7
+ // Generated on Thu, 16 Oct 2025 15:44:50 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Mon, 22 Sep 2025 13:37:32 GMT
7
+ // Generated on Thu, 16 Oct 2025 15:44:59 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Mon, 22 Sep 2025 13:37:24 GMT
7
+ // Generated on Thu, 16 Oct 2025 15:44:51 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Mon, 22 Sep 2025 13:37:24 GMT
7
+ // Generated on Thu, 16 Oct 2025 15:44:51 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Mon, 22 Sep 2025 13:37:27 GMT
7
+ // Generated on Thu, 16 Oct 2025 15:44:54 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -99,10 +99,11 @@ public class {
99
99
  public static let mdsColorThemeBackgroundPrimaryGhost = #ffffff00
100
100
  public static let mdsColorThemeBackgroundPrimaryHover = #ffffff12
101
101
  public static let mdsColorThemeBackgroundReactionNormal = linear-gradient(90deg, #1a1a1ae6 0%, #1a1a1a00 100%)
102
- public static let mdsColorThemeBackgroundSecondaryActive = #ffffff33
102
+ public static let mdsColorThemeBackgroundSecondaryActive = #ffffff4d
103
103
  public static let mdsColorThemeBackgroundSecondaryDisabled = #ffffff00
104
104
  public static let mdsColorThemeBackgroundSecondaryHover = #ffffff33
105
105
  public static let mdsColorThemeBackgroundSecondaryNormal = #ffffff1c
106
+ public static let mdsColorThemeBackgroundSecondarySubtle = #00000012
106
107
  public static let mdsColorThemeBackgroundSkeletonNormal = #707070
107
108
  public static let mdsColorThemeBackgroundSolidPrimaryNormal = #000000
108
109
  public static let mdsColorThemeBackgroundSolidQuaternaryNormal = #3b3b3b
@@ -313,7 +314,7 @@ public class {
313
314
  public static let mdsColorThemeInvertedTextPrimaryDisabled = #00000066
314
315
  public static let mdsColorThemeInvertedTextPrimaryNormal = #000000f2
315
316
  public static let mdsColorThemeInvertedTextSecondaryNormal = #000000b3
316
- public static let mdsColorThemeOutlineAiNormal = linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);
317
+ public static let mdsColorThemeOutlineAiNormal = linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%)
317
318
  public static let mdsColorThemeOutlineButtonNormal = #ffffff80
318
319
  public static let mdsColorThemeOutlineCancelNormal = #fc8b98
319
320
  public static let mdsColorThemeOutlineGlassNormal = linear-gradient(180deg, #ffffff1c 0%, #ffffff0d 100%)
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Mon, 22 Sep 2025 13:37:26 GMT
7
+ // Generated on Thu, 16 Oct 2025 15:44:53 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -99,10 +99,11 @@ public class {
99
99
  public static let mdsColorThemeBackgroundPrimaryGhost = #ffffff00
100
100
  public static let mdsColorThemeBackgroundPrimaryHover = #ffffff12
101
101
  public static let mdsColorThemeBackgroundReactionNormal = linear-gradient(90deg, #1a1a1ae6 0%, #1a1a1a00 100%)
102
- public static let mdsColorThemeBackgroundSecondaryActive = #ffffff33
102
+ public static let mdsColorThemeBackgroundSecondaryActive = #ffffff4d
103
103
  public static let mdsColorThemeBackgroundSecondaryDisabled = #ffffff00
104
104
  public static let mdsColorThemeBackgroundSecondaryHover = #ffffff33
105
105
  public static let mdsColorThemeBackgroundSecondaryNormal = #ffffff1c
106
+ public static let mdsColorThemeBackgroundSecondarySubtle = #00000012
106
107
  public static let mdsColorThemeBackgroundSkeletonNormal = #707070
107
108
  public static let mdsColorThemeBackgroundSolidPrimaryNormal = #000000
108
109
  public static let mdsColorThemeBackgroundSolidQuaternaryNormal = #3b3b3b
@@ -313,7 +314,7 @@ public class {
313
314
  public static let mdsColorThemeInvertedTextPrimaryDisabled = #00000066
314
315
  public static let mdsColorThemeInvertedTextPrimaryNormal = #000000f2
315
316
  public static let mdsColorThemeInvertedTextSecondaryNormal = #000000b3
316
- public static let mdsColorThemeOutlineAiNormal = linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);
317
+ public static let mdsColorThemeOutlineAiNormal = linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%)
317
318
  public static let mdsColorThemeOutlineButtonNormal = #ffffff80
318
319
  public static let mdsColorThemeOutlineCancelNormal = #fc8b98
319
320
  public static let mdsColorThemeOutlineGlassNormal = linear-gradient(180deg, #ffffff1c 0%, #ffffff0d 100%)
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Mon, 22 Sep 2025 13:37:26 GMT
7
+ // Generated on Thu, 16 Oct 2025 15:44:54 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -99,10 +99,11 @@ public class {
99
99
  public static let mdsColorThemeBackgroundPrimaryGhost = #ffffff00
100
100
  public static let mdsColorThemeBackgroundPrimaryHover = #ffffff12
101
101
  public static let mdsColorThemeBackgroundReactionNormal = linear-gradient(90deg, #1a1a1ae6 0%, #1a1a1a00 100%)
102
- public static let mdsColorThemeBackgroundSecondaryActive = #ffffff33
102
+ public static let mdsColorThemeBackgroundSecondaryActive = #ffffff4d
103
103
  public static let mdsColorThemeBackgroundSecondaryDisabled = #ffffff00
104
104
  public static let mdsColorThemeBackgroundSecondaryHover = #ffffff33
105
105
  public static let mdsColorThemeBackgroundSecondaryNormal = #ffffff1c
106
+ public static let mdsColorThemeBackgroundSecondarySubtle = #00000012
106
107
  public static let mdsColorThemeBackgroundSkeletonNormal = #707070
107
108
  public static let mdsColorThemeBackgroundSolidPrimaryNormal = #000000
108
109
  public static let mdsColorThemeBackgroundSolidQuaternaryNormal = #3b3b3b
@@ -313,7 +314,7 @@ public class {
313
314
  public static let mdsColorThemeInvertedTextPrimaryDisabled = #00000066
314
315
  public static let mdsColorThemeInvertedTextPrimaryNormal = #000000f2
315
316
  public static let mdsColorThemeInvertedTextSecondaryNormal = #000000b3
316
- public static let mdsColorThemeOutlineAiNormal = linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);
317
+ public static let mdsColorThemeOutlineAiNormal = linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%)
317
318
  public static let mdsColorThemeOutlineButtonNormal = #ffffff80
318
319
  public static let mdsColorThemeOutlineCancelNormal = #fc8b98
319
320
  public static let mdsColorThemeOutlineGlassNormal = linear-gradient(180deg, #ffffff1c 0%, #ffffff0d 100%)
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Mon, 22 Sep 2025 13:37:27 GMT
7
+ // Generated on Thu, 16 Oct 2025 15:44:55 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -99,10 +99,11 @@ public class {
99
99
  public static let mdsColorThemeBackgroundPrimaryGhost = #ffffff00
100
100
  public static let mdsColorThemeBackgroundPrimaryHover = #ffffff12
101
101
  public static let mdsColorThemeBackgroundReactionNormal = linear-gradient(90deg, #1a1a1ae6 0%, #1a1a1a00 100%)
102
- public static let mdsColorThemeBackgroundSecondaryActive = #ffffff33
102
+ public static let mdsColorThemeBackgroundSecondaryActive = #ffffff4d
103
103
  public static let mdsColorThemeBackgroundSecondaryDisabled = #ffffff00
104
104
  public static let mdsColorThemeBackgroundSecondaryHover = #ffffff33
105
105
  public static let mdsColorThemeBackgroundSecondaryNormal = #ffffff1c
106
+ public static let mdsColorThemeBackgroundSecondarySubtle = #00000012
106
107
  public static let mdsColorThemeBackgroundSkeletonNormal = #707070
107
108
  public static let mdsColorThemeBackgroundSolidPrimaryNormal = #000000
108
109
  public static let mdsColorThemeBackgroundSolidQuaternaryNormal = #3b3b3b
@@ -313,7 +314,7 @@ public class {
313
314
  public static let mdsColorThemeInvertedTextPrimaryDisabled = #00000066
314
315
  public static let mdsColorThemeInvertedTextPrimaryNormal = #000000f2
315
316
  public static let mdsColorThemeInvertedTextSecondaryNormal = #000000b3
316
- public static let mdsColorThemeOutlineAiNormal = linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);
317
+ public static let mdsColorThemeOutlineAiNormal = linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%)
317
318
  public static let mdsColorThemeOutlineButtonNormal = #ffffff80
318
319
  public static let mdsColorThemeOutlineCancelNormal = #fc8b98
319
320
  public static let mdsColorThemeOutlineGlassNormal = linear-gradient(180deg, #ffffff1c 0%, #ffffff0d 100%)
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Mon, 22 Sep 2025 13:37:27 GMT
7
+ // Generated on Thu, 16 Oct 2025 15:44:54 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -99,10 +99,11 @@ public class {
99
99
  public static let mdsColorThemeBackgroundPrimaryGhost = #ffffff00
100
100
  public static let mdsColorThemeBackgroundPrimaryHover = #ffffff12
101
101
  public static let mdsColorThemeBackgroundReactionNormal = linear-gradient(90deg, #1a1a1ae6 0%, #1a1a1a00 100%)
102
- public static let mdsColorThemeBackgroundSecondaryActive = #ffffff33
102
+ public static let mdsColorThemeBackgroundSecondaryActive = #ffffff4d
103
103
  public static let mdsColorThemeBackgroundSecondaryDisabled = #ffffff00
104
104
  public static let mdsColorThemeBackgroundSecondaryHover = #ffffff33
105
105
  public static let mdsColorThemeBackgroundSecondaryNormal = #ffffff1c
106
+ public static let mdsColorThemeBackgroundSecondarySubtle = #00000012
106
107
  public static let mdsColorThemeBackgroundSkeletonNormal = #707070
107
108
  public static let mdsColorThemeBackgroundSolidPrimaryNormal = #000000
108
109
  public static let mdsColorThemeBackgroundSolidQuaternaryNormal = #3b3b3b
@@ -313,7 +314,7 @@ public class {
313
314
  public static let mdsColorThemeInvertedTextPrimaryDisabled = #00000066
314
315
  public static let mdsColorThemeInvertedTextPrimaryNormal = #000000f2
315
316
  public static let mdsColorThemeInvertedTextSecondaryNormal = #000000b3
316
- public static let mdsColorThemeOutlineAiNormal = linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);
317
+ public static let mdsColorThemeOutlineAiNormal = linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%)
317
318
  public static let mdsColorThemeOutlineButtonNormal = #ffffff80
318
319
  public static let mdsColorThemeOutlineCancelNormal = #fc8b98
319
320
  public static let mdsColorThemeOutlineGlassNormal = linear-gradient(180deg, #ffffff1c 0%, #ffffff0d 100%)
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Mon, 22 Sep 2025 13:37:23 GMT
7
+ // Generated on Thu, 16 Oct 2025 15:44:50 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -99,10 +99,11 @@ public class {
99
99
  public static let mdsColorThemeBackgroundPrimaryGhost = #ffffff00
100
100
  public static let mdsColorThemeBackgroundPrimaryHover = #ffffff12
101
101
  public static let mdsColorThemeBackgroundReactionNormal = linear-gradient(90deg, #1a1a1ae6 0%, #1a1a1a00 100%)
102
- public static let mdsColorThemeBackgroundSecondaryActive = #ffffff33
102
+ public static let mdsColorThemeBackgroundSecondaryActive = #ffffff4d
103
103
  public static let mdsColorThemeBackgroundSecondaryDisabled = #ffffff00
104
104
  public static let mdsColorThemeBackgroundSecondaryHover = #ffffff33
105
105
  public static let mdsColorThemeBackgroundSecondaryNormal = #ffffff1c
106
+ public static let mdsColorThemeBackgroundSecondarySubtle = #00000012
106
107
  public static let mdsColorThemeBackgroundSkeletonNormal = #707070
107
108
  public static let mdsColorThemeBackgroundSolidPrimaryNormal = #000000
108
109
  public static let mdsColorThemeBackgroundSolidQuaternaryNormal = #3b3b3b
@@ -313,7 +314,7 @@ public class {
313
314
  public static let mdsColorThemeInvertedTextPrimaryDisabled = #00000066
314
315
  public static let mdsColorThemeInvertedTextPrimaryNormal = #000000f2
315
316
  public static let mdsColorThemeInvertedTextSecondaryNormal = #000000b3
316
- public static let mdsColorThemeOutlineAiNormal = linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);
317
+ public static let mdsColorThemeOutlineAiNormal = linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%)
317
318
  public static let mdsColorThemeOutlineButtonNormal = #ffffff80
318
319
  public static let mdsColorThemeOutlineCancelNormal = #fc8b98
319
320
  public static let mdsColorThemeOutlineGlassNormal = linear-gradient(180deg, #ffffff1c 0%, #ffffff0d 100%)
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Mon, 22 Sep 2025 13:37:23 GMT
7
+ // Generated on Thu, 16 Oct 2025 15:44:51 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -103,6 +103,7 @@ public class {
103
103
  public static let mdsColorThemeBackgroundSecondaryDisabled = #3ff23f
104
104
  public static let mdsColorThemeBackgroundSecondaryHover = #1aebff
105
105
  public static let mdsColorThemeBackgroundSecondaryNormal = #000000
106
+ public static let mdsColorThemeBackgroundSecondarySubtle = #000000
106
107
  public static let mdsColorThemeBackgroundSkeletonNormal = #000000
107
108
  public static let mdsColorThemeBackgroundSolidPrimaryNormal = #000000
108
109
  public static let mdsColorThemeBackgroundSolidQuaternaryNormal = #000000
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Mon, 22 Sep 2025 13:37:23 GMT
7
+ // Generated on Thu, 16 Oct 2025 15:44:51 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -103,6 +103,7 @@ public class {
103
103
  public static let mdsColorThemeBackgroundSecondaryDisabled = #600000
104
104
  public static let mdsColorThemeBackgroundSecondaryHover = #37006e
105
105
  public static let mdsColorThemeBackgroundSecondaryNormal = #ffffff
106
+ public static let mdsColorThemeBackgroundSecondarySubtle = #ffffff
106
107
  public static let mdsColorThemeBackgroundSkeletonNormal = #ffffff
107
108
  public static let mdsColorThemeBackgroundSolidPrimaryNormal = #ffffff
108
109
  public static let mdsColorThemeBackgroundSolidQuaternaryNormal = #ffffff
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Mon, 22 Sep 2025 13:37:28 GMT
7
+ // Generated on Thu, 16 Oct 2025 15:44:56 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -103,6 +103,7 @@ public class {
103
103
  public static let mdsColorThemeBackgroundSecondaryDisabled = #00000000
104
104
  public static let mdsColorThemeBackgroundSecondaryHover = #00000033
105
105
  public static let mdsColorThemeBackgroundSecondaryNormal = #0000001c
106
+ public static let mdsColorThemeBackgroundSecondarySubtle = #ffffff12
106
107
  public static let mdsColorThemeBackgroundSkeletonNormal = #8f8f8f
107
108
  public static let mdsColorThemeBackgroundSolidPrimaryNormal = #ffffff
108
109
  public static let mdsColorThemeBackgroundSolidQuaternaryNormal = #ffffff
@@ -313,7 +314,7 @@ public class {
313
314
  public static let mdsColorThemeInvertedTextPrimaryDisabled = #ffffff66
314
315
  public static let mdsColorThemeInvertedTextPrimaryNormal = #fffffff2
315
316
  public static let mdsColorThemeInvertedTextSecondaryNormal = #ffffffb3
316
- public static let mdsColorThemeOutlineAiNormal = linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);
317
+ public static let mdsColorThemeOutlineAiNormal = linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%)
317
318
  public static let mdsColorThemeOutlineButtonNormal = #00000080
318
319
  public static let mdsColorThemeOutlineCancelNormal = #ab0a15
319
320
  public static let mdsColorThemeOutlineGlassNormal = linear-gradient(180deg, #00000012 0%, #00000033 100%)
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Mon, 22 Sep 2025 13:37:28 GMT
7
+ // Generated on Thu, 16 Oct 2025 15:44:55 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -103,6 +103,7 @@ public class {
103
103
  public static let mdsColorThemeBackgroundSecondaryDisabled = #00000000
104
104
  public static let mdsColorThemeBackgroundSecondaryHover = #00000033
105
105
  public static let mdsColorThemeBackgroundSecondaryNormal = #0000001c
106
+ public static let mdsColorThemeBackgroundSecondarySubtle = #ffffff12
106
107
  public static let mdsColorThemeBackgroundSkeletonNormal = #8f8f8f
107
108
  public static let mdsColorThemeBackgroundSolidPrimaryNormal = #ffffff
108
109
  public static let mdsColorThemeBackgroundSolidQuaternaryNormal = #ffffff
@@ -313,7 +314,7 @@ public class {
313
314
  public static let mdsColorThemeInvertedTextPrimaryDisabled = #ffffff66
314
315
  public static let mdsColorThemeInvertedTextPrimaryNormal = #fffffff2
315
316
  public static let mdsColorThemeInvertedTextSecondaryNormal = #ffffffb3
316
- public static let mdsColorThemeOutlineAiNormal = linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);
317
+ public static let mdsColorThemeOutlineAiNormal = linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%)
317
318
  public static let mdsColorThemeOutlineButtonNormal = #00000080
318
319
  public static let mdsColorThemeOutlineCancelNormal = #ab0a15
319
320
  public static let mdsColorThemeOutlineGlassNormal = linear-gradient(180deg, #00000012 0%, #00000033 100%)
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Mon, 22 Sep 2025 13:37:28 GMT
7
+ // Generated on Thu, 16 Oct 2025 15:44:55 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -103,6 +103,7 @@ public class {
103
103
  public static let mdsColorThemeBackgroundSecondaryDisabled = #00000000
104
104
  public static let mdsColorThemeBackgroundSecondaryHover = #00000033
105
105
  public static let mdsColorThemeBackgroundSecondaryNormal = #0000001c
106
+ public static let mdsColorThemeBackgroundSecondarySubtle = #ffffff12
106
107
  public static let mdsColorThemeBackgroundSkeletonNormal = #8f8f8f
107
108
  public static let mdsColorThemeBackgroundSolidPrimaryNormal = #ffffff
108
109
  public static let mdsColorThemeBackgroundSolidQuaternaryNormal = #ffffff
@@ -313,7 +314,7 @@ public class {
313
314
  public static let mdsColorThemeInvertedTextPrimaryDisabled = #ffffff66
314
315
  public static let mdsColorThemeInvertedTextPrimaryNormal = #fffffff2
315
316
  public static let mdsColorThemeInvertedTextSecondaryNormal = #ffffffb3
316
- public static let mdsColorThemeOutlineAiNormal = linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);
317
+ public static let mdsColorThemeOutlineAiNormal = linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%)
317
318
  public static let mdsColorThemeOutlineButtonNormal = #00000080
318
319
  public static let mdsColorThemeOutlineCancelNormal = #ab0a15
319
320
  public static let mdsColorThemeOutlineGlassNormal = linear-gradient(180deg, #00000012 0%, #00000033 100%)
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Mon, 22 Sep 2025 13:37:29 GMT
7
+ // Generated on Thu, 16 Oct 2025 15:44:56 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -103,6 +103,7 @@ public class {
103
103
  public static let mdsColorThemeBackgroundSecondaryDisabled = #00000000
104
104
  public static let mdsColorThemeBackgroundSecondaryHover = #00000033
105
105
  public static let mdsColorThemeBackgroundSecondaryNormal = #0000001c
106
+ public static let mdsColorThemeBackgroundSecondarySubtle = #ffffff12
106
107
  public static let mdsColorThemeBackgroundSkeletonNormal = #8f8f8f
107
108
  public static let mdsColorThemeBackgroundSolidPrimaryNormal = #ffffff
108
109
  public static let mdsColorThemeBackgroundSolidQuaternaryNormal = #ffffff
@@ -313,7 +314,7 @@ public class {
313
314
  public static let mdsColorThemeInvertedTextPrimaryDisabled = #ffffff66
314
315
  public static let mdsColorThemeInvertedTextPrimaryNormal = #fffffff2
315
316
  public static let mdsColorThemeInvertedTextSecondaryNormal = #ffffffb3
316
- public static let mdsColorThemeOutlineAiNormal = linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);
317
+ public static let mdsColorThemeOutlineAiNormal = linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%)
317
318
  public static let mdsColorThemeOutlineButtonNormal = #00000080
318
319
  public static let mdsColorThemeOutlineCancelNormal = #ab0a15
319
320
  public static let mdsColorThemeOutlineGlassNormal = linear-gradient(180deg, #00000012 0%, #00000033 100%)
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Mon, 22 Sep 2025 13:37:29 GMT
7
+ // Generated on Thu, 16 Oct 2025 15:44:56 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -103,6 +103,7 @@ public class {
103
103
  public static let mdsColorThemeBackgroundSecondaryDisabled = #00000000
104
104
  public static let mdsColorThemeBackgroundSecondaryHover = #00000033
105
105
  public static let mdsColorThemeBackgroundSecondaryNormal = #0000001c
106
+ public static let mdsColorThemeBackgroundSecondarySubtle = #ffffff12
106
107
  public static let mdsColorThemeBackgroundSkeletonNormal = #8f8f8f
107
108
  public static let mdsColorThemeBackgroundSolidPrimaryNormal = #ffffff
108
109
  public static let mdsColorThemeBackgroundSolidQuaternaryNormal = #ffffff
@@ -313,7 +314,7 @@ public class {
313
314
  public static let mdsColorThemeInvertedTextPrimaryDisabled = #ffffff66
314
315
  public static let mdsColorThemeInvertedTextPrimaryNormal = #fffffff2
315
316
  public static let mdsColorThemeInvertedTextSecondaryNormal = #ffffffb3
316
- public static let mdsColorThemeOutlineAiNormal = linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);
317
+ public static let mdsColorThemeOutlineAiNormal = linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%)
317
318
  public static let mdsColorThemeOutlineButtonNormal = #00000080
318
319
  public static let mdsColorThemeOutlineCancelNormal = #ab0a15
319
320
  public static let mdsColorThemeOutlineGlassNormal = linear-gradient(180deg, #00000012 0%, #00000033 100%)
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Mon, 22 Sep 2025 13:37:23 GMT
7
+ // Generated on Thu, 16 Oct 2025 15:44:50 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -103,6 +103,7 @@ public class {
103
103
  public static let mdsColorThemeBackgroundSecondaryDisabled = #00000000
104
104
  public static let mdsColorThemeBackgroundSecondaryHover = #00000033
105
105
  public static let mdsColorThemeBackgroundSecondaryNormal = #0000001c
106
+ public static let mdsColorThemeBackgroundSecondarySubtle = #ffffff12
106
107
  public static let mdsColorThemeBackgroundSkeletonNormal = #8f8f8f
107
108
  public static let mdsColorThemeBackgroundSolidPrimaryNormal = #ffffff
108
109
  public static let mdsColorThemeBackgroundSolidQuaternaryNormal = #ffffff
@@ -313,7 +314,7 @@ public class {
313
314
  public static let mdsColorThemeInvertedTextPrimaryDisabled = #ffffff66
314
315
  public static let mdsColorThemeInvertedTextPrimaryNormal = #fffffff2
315
316
  public static let mdsColorThemeInvertedTextSecondaryNormal = #ffffffb3
316
- public static let mdsColorThemeOutlineAiNormal = linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);
317
+ public static let mdsColorThemeOutlineAiNormal = linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%)
317
318
  public static let mdsColorThemeOutlineButtonNormal = #00000080
318
319
  public static let mdsColorThemeOutlineCancelNormal = #ab0a15
319
320
  public static let mdsColorThemeOutlineGlassNormal = linear-gradient(180deg, #00000012 0%, #00000033 100%)
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Mon, 22 Sep 2025 13:37:31 GMT
7
+ // Generated on Thu, 16 Oct 2025 15:44:58 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -103,8 +103,9 @@ open class DarkBronzeMomentumThemeBackgroundColorPalette: MomentumThemeBackgroun
103
103
  open var solidQuaternaryNormal: UIColor { return UIColor(hex: 0x3B3B3B) }
104
104
  open var secondaryNormal: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.11) }
105
105
  open var secondaryHover: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.20) }
106
- open var secondaryActive: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.20) }
106
+ open var secondaryActive: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.30) }
107
107
  open var secondaryDisabled: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.00) }
108
+ open var secondarySubtle: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.07) }
108
109
  open var accentNormal: UIColor { return UIColor(hex: 0x1170CF) }
109
110
  open var accentActive: UIColor { return UIColor(hex: 0x64B4FA) }
110
111
  open var alertDefaultNormal: UIColor { return UIColor(hex: 0x3B3B3B) }
@@ -103,8 +103,9 @@ open class DarkIndigoMomentumThemeBackgroundColorPalette: MomentumThemeBackgroun
103
103
  open var solidQuaternaryNormal: UIColor { return UIColor(hex: 0x3B3B3B) }
104
104
  open var secondaryNormal: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.11) }
105
105
  open var secondaryHover: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.20) }
106
- open var secondaryActive: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.20) }
106
+ open var secondaryActive: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.30) }
107
107
  open var secondaryDisabled: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.00) }
108
+ open var secondarySubtle: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.07) }
108
109
  open var accentNormal: UIColor { return UIColor(hex: 0x1170CF) }
109
110
  open var accentActive: UIColor { return UIColor(hex: 0x64B4FA) }
110
111
  open var alertDefaultNormal: UIColor { return UIColor(hex: 0x3B3B3B) }
@@ -103,8 +103,9 @@ open class DarkJadeMomentumThemeBackgroundColorPalette: MomentumThemeBackgroundC
103
103
  open var solidQuaternaryNormal: UIColor { return UIColor(hex: 0x3B3B3B) }
104
104
  open var secondaryNormal: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.11) }
105
105
  open var secondaryHover: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.20) }
106
- open var secondaryActive: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.20) }
106
+ open var secondaryActive: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.30) }
107
107
  open var secondaryDisabled: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.00) }
108
+ open var secondarySubtle: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.07) }
108
109
  open var accentNormal: UIColor { return UIColor(hex: 0x1170CF) }
109
110
  open var accentActive: UIColor { return UIColor(hex: 0x64B4FA) }
110
111
  open var alertDefaultNormal: UIColor { return UIColor(hex: 0x3B3B3B) }
@@ -103,8 +103,9 @@ open class DarkLavenderMomentumThemeBackgroundColorPalette: MomentumThemeBackgro
103
103
  open var solidQuaternaryNormal: UIColor { return UIColor(hex: 0x3B3B3B) }
104
104
  open var secondaryNormal: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.11) }
105
105
  open var secondaryHover: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.20) }
106
- open var secondaryActive: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.20) }
106
+ open var secondaryActive: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.30) }
107
107
  open var secondaryDisabled: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.00) }
108
+ open var secondarySubtle: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.07) }
108
109
  open var accentNormal: UIColor { return UIColor(hex: 0x1170CF) }
109
110
  open var accentActive: UIColor { return UIColor(hex: 0x64B4FA) }
110
111
  open var alertDefaultNormal: UIColor { return UIColor(hex: 0x3B3B3B) }
@@ -103,8 +103,9 @@ open class DarkRoseMomentumThemeBackgroundColorPalette: MomentumThemeBackgroundC
103
103
  open var solidQuaternaryNormal: UIColor { return UIColor(hex: 0x3B3B3B) }
104
104
  open var secondaryNormal: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.11) }
105
105
  open var secondaryHover: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.20) }
106
- open var secondaryActive: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.20) }
106
+ open var secondaryActive: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.30) }
107
107
  open var secondaryDisabled: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.00) }
108
+ open var secondarySubtle: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.07) }
108
109
  open var accentNormal: UIColor { return UIColor(hex: 0x1170CF) }
109
110
  open var accentActive: UIColor { return UIColor(hex: 0x64B4FA) }
110
111
  open var alertDefaultNormal: UIColor { return UIColor(hex: 0x3B3B3B) }
@@ -103,8 +103,9 @@ open class DarkMomentumThemeBackgroundColorPalette: MomentumThemeBackgroundColor
103
103
  open var solidQuaternaryNormal: UIColor { return UIColor(hex: 0x3B3B3B) }
104
104
  open var secondaryNormal: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.11) }
105
105
  open var secondaryHover: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.20) }
106
- open var secondaryActive: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.20) }
106
+ open var secondaryActive: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.30) }
107
107
  open var secondaryDisabled: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.00) }
108
+ open var secondarySubtle: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.07) }
108
109
  open var accentNormal: UIColor { return UIColor(hex: 0x1170CF) }
109
110
  open var accentActive: UIColor { return UIColor(hex: 0x64B4FA) }
110
111
  open var alertDefaultNormal: UIColor { return UIColor(hex: 0x3B3B3B) }
@@ -105,6 +105,7 @@ open class HcDarkMomentumThemeBackgroundColorPalette: MomentumThemeBackgroundCol
105
105
  open var secondaryHover: UIColor { return UIColor(hex: 0x1AEBFF) }
106
106
  open var secondaryActive: UIColor { return UIColor(hex: 0x1AEBFF) }
107
107
  open var secondaryDisabled: UIColor { return UIColor(hex: 0x3FF23F) }
108
+ open var secondarySubtle: UIColor { return UIColor(hex: 0x000000) }
108
109
  open var accentNormal: UIColor { return UIColor(hex: 0x000000) }
109
110
  open var accentActive: UIColor { return UIColor(hex: 0x1AEBFF) }
110
111
  open var alertDefaultNormal: UIColor { return UIColor(hex: 0x000000) }
@@ -103,6 +103,7 @@ import UIKit
103
103
  var secondaryHover: UIColor { get }
104
104
  var secondaryActive: UIColor { get }
105
105
  var secondaryDisabled: UIColor { get }
106
+ var secondarySubtle: UIColor { get }
106
107
  var accentNormal: UIColor { get }
107
108
  var accentActive: UIColor { get }
108
109
  var alertDefaultNormal: UIColor { get }
@@ -550,6 +551,7 @@ open class HcLightMomentumThemeBackgroundColorPalette: MomentumThemeBackgroundCo
550
551
  open var secondaryHover: UIColor { return UIColor(hex: 0x37006E) }
551
552
  open var secondaryActive: UIColor { return UIColor(hex: 0x37006E) }
552
553
  open var secondaryDisabled: UIColor { return UIColor(hex: 0x600000) }
554
+ open var secondarySubtle: UIColor { return UIColor(hex: 0xFFFFFF) }
553
555
  open var accentNormal: UIColor { return UIColor(hex: 0x37006E) }
554
556
  open var accentActive: UIColor { return UIColor(hex: 0x37006E) }
555
557
  open var alertDefaultNormal: UIColor { return UIColor(hex: 0xFFFFFF) }
@@ -1078,6 +1080,7 @@ open class SystemMomentumThemeBackgroundColorPalette: MomentumThemeBackgroundCol
1078
1080
  open var secondaryHover: UIColor { return systemColor(light: light, dark: dark, keyPath: \.secondaryHover) }
1079
1081
  open var secondaryActive: UIColor { return systemColor(light: light, dark: dark, keyPath: \.secondaryActive) }
1080
1082
  open var secondaryDisabled: UIColor { return systemColor(light: light, dark: dark, keyPath: \.secondaryDisabled) }
1083
+ open var secondarySubtle: UIColor { return systemColor(light: light, dark: dark, keyPath: \.secondarySubtle) }
1081
1084
  open var accentNormal: UIColor { return systemColor(light: light, dark: dark, keyPath: \.accentNormal) }
1082
1085
  open var accentActive: UIColor { return systemColor(light: light, dark: dark, keyPath: \.accentActive) }
1083
1086
  open var alertDefaultNormal: UIColor { return systemColor(light: light, dark: dark, keyPath: \.alertDefaultNormal) }
@@ -103,6 +103,7 @@ import UIKit
103
103
  var secondaryHover: UIColor { get }
104
104
  var secondaryActive: UIColor { get }
105
105
  var secondaryDisabled: UIColor { get }
106
+ var secondarySubtle: UIColor { get }
106
107
  var accentNormal: UIColor { get }
107
108
  var accentActive: UIColor { get }
108
109
  var alertDefaultNormal: UIColor { get }
@@ -615,6 +616,7 @@ open class LightBronzeMomentumThemeBackgroundColorPalette: MomentumThemeBackgrou
615
616
  open var secondaryHover: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.20) }
616
617
  open var secondaryActive: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.30) }
617
618
  open var secondaryDisabled: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.00) }
619
+ open var secondarySubtle: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.07) }
618
620
  open var accentNormal: UIColor { return UIColor(hex: 0x1170CF) }
619
621
  open var accentActive: UIColor { return UIColor(hex: 0x0353A8) }
620
622
  open var alertDefaultNormal: UIColor { return UIColor(hex: 0xDEDEDE) }
@@ -1204,6 +1206,7 @@ open class SystemMomentumThemeBackgroundColorPalette: MomentumThemeBackgroundCol
1204
1206
  open var secondaryHover: UIColor { return systemColor(light: light, dark: dark, keyPath: \.secondaryHover) }
1205
1207
  open var secondaryActive: UIColor { return systemColor(light: light, dark: dark, keyPath: \.secondaryActive) }
1206
1208
  open var secondaryDisabled: UIColor { return systemColor(light: light, dark: dark, keyPath: \.secondaryDisabled) }
1209
+ open var secondarySubtle: UIColor { return systemColor(light: light, dark: dark, keyPath: \.secondarySubtle) }
1207
1210
  open var accentNormal: UIColor { return systemColor(light: light, dark: dark, keyPath: \.accentNormal) }
1208
1211
  open var accentActive: UIColor { return systemColor(light: light, dark: dark, keyPath: \.accentActive) }
1209
1212
  open var alertDefaultNormal: UIColor { return systemColor(light: light, dark: dark, keyPath: \.alertDefaultNormal) }
@@ -103,6 +103,7 @@ import UIKit
103
103
  var secondaryHover: UIColor { get }
104
104
  var secondaryActive: UIColor { get }
105
105
  var secondaryDisabled: UIColor { get }
106
+ var secondarySubtle: UIColor { get }
106
107
  var accentNormal: UIColor { get }
107
108
  var accentActive: UIColor { get }
108
109
  var alertDefaultNormal: UIColor { get }
@@ -615,6 +616,7 @@ open class LightIndigoMomentumThemeBackgroundColorPalette: MomentumThemeBackgrou
615
616
  open var secondaryHover: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.20) }
616
617
  open var secondaryActive: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.30) }
617
618
  open var secondaryDisabled: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.00) }
619
+ open var secondarySubtle: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.07) }
618
620
  open var accentNormal: UIColor { return UIColor(hex: 0x1170CF) }
619
621
  open var accentActive: UIColor { return UIColor(hex: 0x0353A8) }
620
622
  open var alertDefaultNormal: UIColor { return UIColor(hex: 0xDEDEDE) }
@@ -1204,6 +1206,7 @@ open class SystemMomentumThemeBackgroundColorPalette: MomentumThemeBackgroundCol
1204
1206
  open var secondaryHover: UIColor { return systemColor(light: light, dark: dark, keyPath: \.secondaryHover) }
1205
1207
  open var secondaryActive: UIColor { return systemColor(light: light, dark: dark, keyPath: \.secondaryActive) }
1206
1208
  open var secondaryDisabled: UIColor { return systemColor(light: light, dark: dark, keyPath: \.secondaryDisabled) }
1209
+ open var secondarySubtle: UIColor { return systemColor(light: light, dark: dark, keyPath: \.secondarySubtle) }
1207
1210
  open var accentNormal: UIColor { return systemColor(light: light, dark: dark, keyPath: \.accentNormal) }
1208
1211
  open var accentActive: UIColor { return systemColor(light: light, dark: dark, keyPath: \.accentActive) }
1209
1212
  open var alertDefaultNormal: UIColor { return systemColor(light: light, dark: dark, keyPath: \.alertDefaultNormal) }
@@ -103,6 +103,7 @@ import UIKit
103
103
  var secondaryHover: UIColor { get }
104
104
  var secondaryActive: UIColor { get }
105
105
  var secondaryDisabled: UIColor { get }
106
+ var secondarySubtle: UIColor { get }
106
107
  var accentNormal: UIColor { get }
107
108
  var accentActive: UIColor { get }
108
109
  var alertDefaultNormal: UIColor { get }
@@ -615,6 +616,7 @@ open class LightJadeMomentumThemeBackgroundColorPalette: MomentumThemeBackground
615
616
  open var secondaryHover: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.20) }
616
617
  open var secondaryActive: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.30) }
617
618
  open var secondaryDisabled: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.00) }
619
+ open var secondarySubtle: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.07) }
618
620
  open var accentNormal: UIColor { return UIColor(hex: 0x1170CF) }
619
621
  open var accentActive: UIColor { return UIColor(hex: 0x0353A8) }
620
622
  open var alertDefaultNormal: UIColor { return UIColor(hex: 0xDEDEDE) }
@@ -1204,6 +1206,7 @@ open class SystemMomentumThemeBackgroundColorPalette: MomentumThemeBackgroundCol
1204
1206
  open var secondaryHover: UIColor { return systemColor(light: light, dark: dark, keyPath: \.secondaryHover) }
1205
1207
  open var secondaryActive: UIColor { return systemColor(light: light, dark: dark, keyPath: \.secondaryActive) }
1206
1208
  open var secondaryDisabled: UIColor { return systemColor(light: light, dark: dark, keyPath: \.secondaryDisabled) }
1209
+ open var secondarySubtle: UIColor { return systemColor(light: light, dark: dark, keyPath: \.secondarySubtle) }
1207
1210
  open var accentNormal: UIColor { return systemColor(light: light, dark: dark, keyPath: \.accentNormal) }
1208
1211
  open var accentActive: UIColor { return systemColor(light: light, dark: dark, keyPath: \.accentActive) }
1209
1212
  open var alertDefaultNormal: UIColor { return systemColor(light: light, dark: dark, keyPath: \.alertDefaultNormal) }