@momentum-design/tokens 0.3.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/components/complete.css +1 -1
- package/dist/css/core/complete.css +1 -1
- package/dist/css/effect/complete.css +1 -1
- package/dist/css/elevation/complete.css +1 -1
- package/dist/css/theme/aaos/day-complete.css +1 -1
- package/dist/css/theme/aaos/night-complete.css +1 -1
- package/dist/css/theme/webex/dark-stable.css +2 -2
- package/dist/css/theme/webex/hc-dark-stable.css +1 -1
- package/dist/css/theme/webex/hc-light-stable.css +1 -1
- package/dist/css/theme/webex/light-stable.css +1 -1
- package/dist/css/typography/complete.css +1 -1
- package/dist/ios/core/complete.swift +1 -1
- package/dist/ios/effect/complete.swift +1 -1
- package/dist/ios/elevation/complete.swift +1 -1
- package/dist/ios/theme/aaos/day-complete.swift +1 -1
- package/dist/ios/theme/aaos/night-complete.swift +1 -1
- package/dist/ios/theme/webex/dark-stable.swift +2 -2
- package/dist/ios/theme/webex/hc-dark-stable.swift +1 -1
- package/dist/ios/theme/webex/hc-light-stable.swift +1 -1
- package/dist/ios/theme/webex/light-stable.swift +1 -1
- package/dist/ios/typography/complete.swift +1 -1
- package/dist/ios-webex/theme/webex/dark-stable.swift +1 -1
- package/dist/json/theme/webex/dark-stable.json +2 -2
- package/dist/json-minimal/theme/webex/dark-stable.json +1 -1
- package/dist/resources/core/complete.xml +1 -1
- package/dist/resources/effect/complete.xml +1 -1
- package/dist/resources/elevation/complete.xml +1 -1
- package/dist/resources/theme/aaos/day-complete.xml +1 -1
- package/dist/resources/theme/aaos/night-complete.xml +1 -1
- package/dist/resources/theme/webex/dark-stable.xml +2 -2
- package/dist/resources/theme/webex/hc-dark-stable.xml +1 -1
- package/dist/resources/theme/webex/hc-light-stable.xml +1 -1
- package/dist/resources/theme/webex/light-stable.xml +1 -1
- package/dist/resources/typography/complete.xml +1 -1
- package/dist/scss/core/complete.scss +1 -1
- package/dist/scss/effect/complete.scss +1 -1
- package/dist/scss/elevation/complete.scss +1 -1
- package/dist/scss/theme/aaos/day-complete.scss +1 -1
- package/dist/scss/theme/aaos/night-complete.scss +1 -1
- package/dist/scss/theme/webex/dark-stable.scss +2 -2
- package/dist/scss/theme/webex/hc-dark-stable.scss +1 -1
- package/dist/scss/theme/webex/hc-light-stable.scss +1 -1
- package/dist/scss/theme/webex/light-stable.scss +1 -1
- package/dist/scss/typography/complete.scss +1 -1
- package/package.json +1 -1
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
--mds-color-theme-background-reaction-normal: linear-gradient(90deg, #1a1a1ae6 0%, #1a1a1a00 100%);
|
|
157
157
|
--mds-color-theme-background-skeleton-normal: linear-gradient(123deg, #ffffff33 0%, #ffffff4d 33.85%, #ffffff66 70.31%, #ffffff80 100%);
|
|
158
158
|
--mds-color-theme-background-glass-normal: #00000099;
|
|
159
|
-
--mds-color-theme-background-glass-overlay-normal: #
|
|
159
|
+
--mds-color-theme-background-glass-overlay-normal: #000000cc;
|
|
160
160
|
--mds-color-theme-background-glass-overlay-inactive: #00000066;
|
|
161
161
|
--mds-color-theme-button-primary-normal: #fffffff2;
|
|
162
162
|
--mds-color-theme-button-primary-hover: #ffffffcc;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 20 Dec 2024 17:04:08 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.mds-theme-stable-darkWebex {
|
|
@@ -161,7 +161,7 @@
|
|
|
161
161
|
--mds-color-theme-background-reaction-normal: linear-gradient(90deg, #1a1a1ae6 0%, #1a1a1a00 100%);
|
|
162
162
|
--mds-color-theme-background-skeleton-normal: linear-gradient(123deg, #ffffff33 0%, #ffffff4d 33.85%, #ffffff66 70.31%, #ffffff80 100%);
|
|
163
163
|
--mds-color-theme-background-glass-normal: #00000099;
|
|
164
|
-
--mds-color-theme-background-glass-overlay-normal: #
|
|
164
|
+
--mds-color-theme-background-glass-overlay-normal: #000000cc;
|
|
165
165
|
--mds-color-theme-background-glass-overlay-inactive: #00000066;
|
|
166
166
|
--mds-color-theme-button-primary-normal: #fffffff2;
|
|
167
167
|
--mds-color-theme-button-primary-hover: #ffffffcc;
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Fri, 20 Dec 2024 17:04:08 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -51,7 +51,7 @@ public class {
|
|
|
51
51
|
public static let mdsColorThemeBackgroundAlertWarningNormal = #36220c
|
|
52
52
|
public static let mdsColorThemeBackgroundGlassNormal = #00000099
|
|
53
53
|
public static let mdsColorThemeBackgroundGlassOverlayInactive = #00000066
|
|
54
|
-
public static let mdsColorThemeBackgroundGlassOverlayNormal = #
|
|
54
|
+
public static let mdsColorThemeBackgroundGlassOverlayNormal = #000000cc
|
|
55
55
|
public static let mdsColorThemeBackgroundGradientPrimaryNormal = linear-gradient(180deg, #1a1a1a 0%, #0f0f0f 100%)
|
|
56
56
|
public static let mdsColorThemeBackgroundGradientSecondaryNormal = linear-gradient(180deg, #262626 0%, #0f0f0f 100%)
|
|
57
57
|
public static let mdsColorThemeBackgroundLabelCobaltActive = #08599c
|
|
@@ -171,7 +171,7 @@ open class DarkMomentumThemeBackgroundColorPalette: MomentumThemeBackgroundColor
|
|
|
171
171
|
open var skeletonNormal2: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.40) }
|
|
172
172
|
open var skeletonNormal3: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.50) }
|
|
173
173
|
open var glassNormal: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.60) }
|
|
174
|
-
open var glassOverlayNormal: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.
|
|
174
|
+
open var glassOverlayNormal: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.80) }
|
|
175
175
|
open var glassOverlayInactive: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.40) }
|
|
176
176
|
public init() {}
|
|
177
177
|
}
|
|
@@ -4797,13 +4797,13 @@
|
|
|
4797
4797
|
},
|
|
4798
4798
|
"overlay": {
|
|
4799
4799
|
"normal": {
|
|
4800
|
-
"value": "#
|
|
4800
|
+
"value": "#000000cc",
|
|
4801
4801
|
"type": "color",
|
|
4802
4802
|
"description": "Used for operation pop: knocked-back effect when signle card is selected",
|
|
4803
4803
|
"filePath": "src/theme/stable/dark.json",
|
|
4804
4804
|
"isSource": true,
|
|
4805
4805
|
"original": {
|
|
4806
|
-
"value": "{color.core.black-alpha.
|
|
4806
|
+
"value": "{color.core.black-alpha.80}",
|
|
4807
4807
|
"type": "color",
|
|
4808
4808
|
"description": "Used for operation pop: knocked-back effect when signle card is selected"
|
|
4809
4809
|
},
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on
|
|
5
|
+
Generated on Fri, 20 Dec 2024 17:04:08 GMT
|
|
6
6
|
-->
|
|
7
7
|
<resources>
|
|
8
8
|
<color name="mds-color-theme-text-primary-normal">#fffffff2</color>
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
<color name="mds-color-theme-background-reaction-normal">linear-gradient(90deg, #1a1a1ae6 0%, #1a1a1a00 100%)</color>
|
|
163
163
|
<color name="mds-color-theme-background-skeleton-normal">linear-gradient(123deg, #ffffff33 0%, #ffffff4d 33.85%, #ffffff66 70.31%, #ffffff80 100%)</color>
|
|
164
164
|
<color name="mds-color-theme-background-glass-normal">#00000099</color>
|
|
165
|
-
<color name="mds-color-theme-background-glass-overlay-normal">#
|
|
165
|
+
<color name="mds-color-theme-background-glass-overlay-normal">#000000cc</color>
|
|
166
166
|
<color name="mds-color-theme-background-glass-overlay-inactive">#00000066</color>
|
|
167
167
|
<color name="mds-color-theme-button-primary-normal">#fffffff2</color>
|
|
168
168
|
<color name="mds-color-theme-button-primary-hover">#ffffffcc</color>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Fri, 20 Dec 2024 17:04:08 GMT
|
|
4
4
|
|
|
5
5
|
$mds-color-theme-text-primary-normal: #fffffff2;
|
|
6
6
|
$mds-color-theme-text-primary-disabled: #ffffff66;
|
|
@@ -159,7 +159,7 @@ $mds-color-theme-background-gradient-secondary-normal: linear-gradient(180deg, #
|
|
|
159
159
|
$mds-color-theme-background-reaction-normal: linear-gradient(90deg, #1a1a1ae6 0%, #1a1a1a00 100%);
|
|
160
160
|
$mds-color-theme-background-skeleton-normal: linear-gradient(123deg, #ffffff33 0%, #ffffff4d 33.85%, #ffffff66 70.31%, #ffffff80 100%);
|
|
161
161
|
$mds-color-theme-background-glass-normal: #00000099;
|
|
162
|
-
$mds-color-theme-background-glass-overlay-normal: #
|
|
162
|
+
$mds-color-theme-background-glass-overlay-normal: #000000cc;
|
|
163
163
|
$mds-color-theme-background-glass-overlay-inactive: #00000066;
|
|
164
164
|
$mds-color-theme-button-primary-normal: #fffffff2;
|
|
165
165
|
$mds-color-theme-button-primary-hover: #ffffffcc;
|
package/package.json
CHANGED