@momentum-design/tokens 0.0.70 → 0.0.71
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/core/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/ios/core/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/json/theme/webex/dark-stable.json +2 -4
- package/dist/json-minimal/theme/webex/dark-stable.json +1 -1
- package/dist/resources/core/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/scss/core/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/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Thu, 08 Aug 2024
|
|
3
|
+
* Generated on Thu, 08 Aug 2024 14:51:55 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.mds-theme-stable-darkWebex {
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
--mds-color-theme-background-solid-quaternary-normal: #3b3b3b;
|
|
97
97
|
--mds-color-theme-background-secondary-normal: #ffffff1c;
|
|
98
98
|
--mds-color-theme-background-secondary-hover: #ffffff33;
|
|
99
|
-
--mds-color-theme-background-secondary-active: #
|
|
99
|
+
--mds-color-theme-background-secondary-active: #ffffff33;
|
|
100
100
|
--mds-color-theme-background-secondary-disabled: #ffffff00;
|
|
101
101
|
--mds-color-theme-background-accent-normal: #1170cf;
|
|
102
102
|
--mds-color-theme-background-alert-default-normal: #3b3b3b;
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on Thu, 08 Aug 2024
|
|
7
|
+
// Generated on Thu, 08 Aug 2024 14:51:55 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -79,7 +79,7 @@ public class {
|
|
|
79
79
|
public static let mdsColorThemeBackgroundPrimaryGhost = #ffffff00
|
|
80
80
|
public static let mdsColorThemeBackgroundPrimaryHover = #ffffff12
|
|
81
81
|
public static let mdsColorThemeBackgroundReactionNormal = linear-gradient(90deg, #1a1a1ae6 0%, #1a1a1a00 100%)
|
|
82
|
-
public static let mdsColorThemeBackgroundSecondaryActive = #
|
|
82
|
+
public static let mdsColorThemeBackgroundSecondaryActive = #ffffff33
|
|
83
83
|
public static let mdsColorThemeBackgroundSecondaryDisabled = #ffffff00
|
|
84
84
|
public static let mdsColorThemeBackgroundSecondaryHover = #ffffff33
|
|
85
85
|
public static let mdsColorThemeBackgroundSecondaryNormal = #ffffff1c
|
|
@@ -2828,15 +2828,13 @@
|
|
|
2828
2828
|
"active": {
|
|
2829
2829
|
"parent": "theme/stable/dark",
|
|
2830
2830
|
"type": "color",
|
|
2831
|
-
"value": "#
|
|
2832
|
-
"description": "",
|
|
2831
|
+
"value": "#ffffff33",
|
|
2833
2832
|
"filePath": "src/theme/stable/dark.json",
|
|
2834
2833
|
"isSource": true,
|
|
2835
2834
|
"original": {
|
|
2836
2835
|
"parent": "theme/stable/dark",
|
|
2837
2836
|
"type": "color",
|
|
2838
|
-
"value": "{color.core.white-alpha.
|
|
2839
|
-
"description": ""
|
|
2837
|
+
"value": "{color.core.white-alpha.20}"
|
|
2840
2838
|
},
|
|
2841
2839
|
"name": "mds-color-theme-background-secondary-active",
|
|
2842
2840
|
"attributes": {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on Thu, 08 Aug 2024
|
|
5
|
+
Generated on Thu, 08 Aug 2024 14:51:55 GMT
|
|
6
6
|
-->
|
|
7
7
|
<resources>
|
|
8
8
|
<color name="mds-color-theme-text-primary-normal">#fffffff2</color>
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
<color name="mds-color-theme-background-solid-quaternary-normal">#3b3b3b</color>
|
|
98
98
|
<color name="mds-color-theme-background-secondary-normal">#ffffff1c</color>
|
|
99
99
|
<color name="mds-color-theme-background-secondary-hover">#ffffff33</color>
|
|
100
|
-
<color name="mds-color-theme-background-secondary-active">#
|
|
100
|
+
<color name="mds-color-theme-background-secondary-active">#ffffff33</color>
|
|
101
101
|
<color name="mds-color-theme-background-secondary-disabled">#ffffff00</color>
|
|
102
102
|
<color name="mds-color-theme-background-accent-normal">#1170cf</color>
|
|
103
103
|
<color name="mds-color-theme-background-alert-default-normal">#3b3b3b</color>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Thu, 08 Aug 2024
|
|
3
|
+
// Generated on Thu, 08 Aug 2024 14:51:55 GMT
|
|
4
4
|
|
|
5
5
|
$mds-color-theme-text-primary-normal: #fffffff2;
|
|
6
6
|
$mds-color-theme-text-primary-disabled: #ffffff66;
|
|
@@ -94,7 +94,7 @@ $mds-color-theme-background-solid-tertiary-normal: #262626;
|
|
|
94
94
|
$mds-color-theme-background-solid-quaternary-normal: #3b3b3b;
|
|
95
95
|
$mds-color-theme-background-secondary-normal: #ffffff1c;
|
|
96
96
|
$mds-color-theme-background-secondary-hover: #ffffff33;
|
|
97
|
-
$mds-color-theme-background-secondary-active: #
|
|
97
|
+
$mds-color-theme-background-secondary-active: #ffffff33;
|
|
98
98
|
$mds-color-theme-background-secondary-disabled: #ffffff00;
|
|
99
99
|
$mds-color-theme-background-accent-normal: #1170cf;
|
|
100
100
|
$mds-color-theme-background-alert-default-normal: #3b3b3b;
|
package/package.json
CHANGED