@momentum-design/tokens 0.2.2 → 0.2.3
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 +2 -2
- package/dist/css/typography/complete.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 +2 -2
- package/dist/ios/typography/complete.swift +1 -1
- package/dist/ios-webex/theme/webex/dark-stable.swift +1 -1
- package/dist/ios-webex/theme/webex/light-stable.swift +1 -1
- package/dist/json/theme/webex/dark-stable.json +2 -4
- package/dist/json/theme/webex/light-stable.json +2 -4
- package/dist/json-minimal/theme/webex/dark-stable.json +1 -1
- package/dist/json-minimal/theme/webex/light-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 +2 -2
- package/dist/resources/typography/complete.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 +2 -2
- package/dist/scss/typography/complete.scss +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 01 Nov 2024 12:47:40 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.mds-theme-stable-darkWebex {
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
--mds-color-theme-background-primary-ghost: #ffffff00;
|
|
91
91
|
--mds-color-theme-background-primary-hover: #ffffff12;
|
|
92
92
|
--mds-color-theme-background-primary-active: #ffffff1c;
|
|
93
|
-
--mds-color-theme-background-primary-disabled: #
|
|
93
|
+
--mds-color-theme-background-primary-disabled: #ffffff00;
|
|
94
94
|
--mds-color-theme-background-solid-primary-normal: #000000;
|
|
95
95
|
--mds-color-theme-background-solid-secondary-normal: #1a1a1a;
|
|
96
96
|
--mds-color-theme-background-solid-tertiary-normal: #262626;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 01 Nov 2024 12:47:40 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.mds-theme-stable-lightWebex {
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
--mds-color-theme-background-primary-ghost: #00000000;
|
|
91
91
|
--mds-color-theme-background-primary-hover: #00000012;
|
|
92
92
|
--mds-color-theme-background-primary-active: #0000001c;
|
|
93
|
-
--mds-color-theme-background-primary-disabled: #
|
|
93
|
+
--mds-color-theme-background-primary-disabled: #00000000;
|
|
94
94
|
--mds-color-theme-background-solid-primary-normal: #ffffff;
|
|
95
95
|
--mds-color-theme-background-solid-secondary-normal: #f7f7f7;
|
|
96
96
|
--mds-color-theme-background-solid-tertiary-normal: #ededed;
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Fri, 01 Nov 2024 12:47:40 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -84,7 +84,7 @@ public class {
|
|
|
84
84
|
public static let mdsColorThemeBackgroundLabelVioletNormal = #29223d
|
|
85
85
|
public static let mdsColorThemeBackgroundNamelabelNormal = #00000099
|
|
86
86
|
public static let mdsColorThemeBackgroundPrimaryActive = #ffffff1c
|
|
87
|
-
public static let mdsColorThemeBackgroundPrimaryDisabled = #
|
|
87
|
+
public static let mdsColorThemeBackgroundPrimaryDisabled = #ffffff00
|
|
88
88
|
public static let mdsColorThemeBackgroundPrimaryGhost = #ffffff00
|
|
89
89
|
public static let mdsColorThemeBackgroundPrimaryHover = #ffffff12
|
|
90
90
|
public static let mdsColorThemeBackgroundReactionNormal = linear-gradient(90deg, #1a1a1ae6 0%, #1a1a1a00 100%)
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Fri, 01 Nov 2024 12:47:40 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -84,7 +84,7 @@ public class {
|
|
|
84
84
|
public static let mdsColorThemeBackgroundLabelVioletNormal = #f8f2fc
|
|
85
85
|
public static let mdsColorThemeBackgroundNamelabelNormal = #00000099
|
|
86
86
|
public static let mdsColorThemeBackgroundPrimaryActive = #0000001c
|
|
87
|
-
public static let mdsColorThemeBackgroundPrimaryDisabled = #
|
|
87
|
+
public static let mdsColorThemeBackgroundPrimaryDisabled = #00000000
|
|
88
88
|
public static let mdsColorThemeBackgroundPrimaryGhost = #00000000
|
|
89
89
|
public static let mdsColorThemeBackgroundPrimaryHover = #00000012
|
|
90
90
|
public static let mdsColorThemeBackgroundReactionNormal = linear-gradient(90deg, #ffffffe6 0%, #ffffff00 100%)
|
|
@@ -94,7 +94,7 @@ open class DarkMomentumThemeBackgroundColorPalette: MomentumThemeBackgroundColor
|
|
|
94
94
|
open var primaryGhost: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.00) }
|
|
95
95
|
open var primaryHover: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.07) }
|
|
96
96
|
open var primaryActive: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.11) }
|
|
97
|
-
open var primaryDisabled: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.
|
|
97
|
+
open var primaryDisabled: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.00) }
|
|
98
98
|
open var solidPrimaryNormal: UIColor { return UIColor(hex: 0x000000) }
|
|
99
99
|
open var solidSecondaryNormal: UIColor { return UIColor(hex: 0x1A1A1A) }
|
|
100
100
|
open var solidTertiaryNormal: UIColor { return UIColor(hex: 0x262626) }
|
|
@@ -497,7 +497,7 @@ open class LightMomentumThemeBackgroundColorPalette: MomentumThemeBackgroundColo
|
|
|
497
497
|
open var primaryGhost: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.00) }
|
|
498
498
|
open var primaryHover: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.07) }
|
|
499
499
|
open var primaryActive: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.11) }
|
|
500
|
-
open var primaryDisabled: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.
|
|
500
|
+
open var primaryDisabled: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.00) }
|
|
501
501
|
open var solidPrimaryNormal: UIColor { return UIColor(hex: 0xFFFFFF) }
|
|
502
502
|
open var solidSecondaryNormal: UIColor { return UIColor(hex: 0xF7F7F7) }
|
|
503
503
|
open var solidTertiaryNormal: UIColor { return UIColor(hex: 0xEDEDED) }
|
|
@@ -2637,15 +2637,13 @@
|
|
|
2637
2637
|
"disabled": {
|
|
2638
2638
|
"parent": "theme/stable/dark",
|
|
2639
2639
|
"type": "color",
|
|
2640
|
-
"value": "#
|
|
2641
|
-
"description": "",
|
|
2640
|
+
"value": "#ffffff00",
|
|
2642
2641
|
"filePath": "src/theme/stable/dark.json",
|
|
2643
2642
|
"isSource": true,
|
|
2644
2643
|
"original": {
|
|
2645
2644
|
"parent": "theme/stable/dark",
|
|
2646
2645
|
"type": "color",
|
|
2647
|
-
"value": "{color.core.white-alpha.
|
|
2648
|
-
"description": ""
|
|
2646
|
+
"value": "{color.core.white-alpha.0}"
|
|
2649
2647
|
},
|
|
2650
2648
|
"name": "mds-color-theme-background-primary-disabled",
|
|
2651
2649
|
"attributes": {
|
|
@@ -2633,15 +2633,13 @@
|
|
|
2633
2633
|
"disabled": {
|
|
2634
2634
|
"parent": "theme/stable/light",
|
|
2635
2635
|
"type": "color",
|
|
2636
|
-
"value": "#
|
|
2637
|
-
"description": "",
|
|
2636
|
+
"value": "#00000000",
|
|
2638
2637
|
"filePath": "src/theme/stable/light.json",
|
|
2639
2638
|
"isSource": true,
|
|
2640
2639
|
"original": {
|
|
2641
2640
|
"parent": "theme/stable/light",
|
|
2642
2641
|
"type": "color",
|
|
2643
|
-
"value": "{color.core.black-alpha.
|
|
2644
|
-
"description": ""
|
|
2642
|
+
"value": "{color.core.black-alpha.0}"
|
|
2645
2643
|
},
|
|
2646
2644
|
"name": "mds-color-theme-background-primary-disabled",
|
|
2647
2645
|
"attributes": {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on
|
|
5
|
+
Generated on Fri, 01 Nov 2024 12:47:40 GMT
|
|
6
6
|
-->
|
|
7
7
|
<resources>
|
|
8
8
|
<color name="mds-color-theme-text-primary-normal">#fffffff2</color>
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
<color name="mds-color-theme-background-primary-ghost">#ffffff00</color>
|
|
92
92
|
<color name="mds-color-theme-background-primary-hover">#ffffff12</color>
|
|
93
93
|
<color name="mds-color-theme-background-primary-active">#ffffff1c</color>
|
|
94
|
-
<color name="mds-color-theme-background-primary-disabled">#
|
|
94
|
+
<color name="mds-color-theme-background-primary-disabled">#ffffff00</color>
|
|
95
95
|
<color name="mds-color-theme-background-solid-primary-normal">#000000</color>
|
|
96
96
|
<color name="mds-color-theme-background-solid-secondary-normal">#1a1a1a</color>
|
|
97
97
|
<color name="mds-color-theme-background-solid-tertiary-normal">#262626</color>
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on
|
|
5
|
+
Generated on Fri, 01 Nov 2024 12:47:40 GMT
|
|
6
6
|
-->
|
|
7
7
|
<resources>
|
|
8
8
|
<color name="mds-color-theme-text-primary-normal">#000000f2</color>
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
<color name="mds-color-theme-background-primary-ghost">#00000000</color>
|
|
92
92
|
<color name="mds-color-theme-background-primary-hover">#00000012</color>
|
|
93
93
|
<color name="mds-color-theme-background-primary-active">#0000001c</color>
|
|
94
|
-
<color name="mds-color-theme-background-primary-disabled">#
|
|
94
|
+
<color name="mds-color-theme-background-primary-disabled">#00000000</color>
|
|
95
95
|
<color name="mds-color-theme-background-solid-primary-normal">#ffffff</color>
|
|
96
96
|
<color name="mds-color-theme-background-solid-secondary-normal">#f7f7f7</color>
|
|
97
97
|
<color name="mds-color-theme-background-solid-tertiary-normal">#ededed</color>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Fri, 01 Nov 2024 12:47:40 GMT
|
|
4
4
|
|
|
5
5
|
$mds-color-theme-text-primary-normal: #fffffff2;
|
|
6
6
|
$mds-color-theme-text-primary-disabled: #ffffff66;
|
|
@@ -88,7 +88,7 @@ $mds-color-theme-inverted-control-inactive-disabled: #00000033;
|
|
|
88
88
|
$mds-color-theme-background-primary-ghost: #ffffff00;
|
|
89
89
|
$mds-color-theme-background-primary-hover: #ffffff12;
|
|
90
90
|
$mds-color-theme-background-primary-active: #ffffff1c;
|
|
91
|
-
$mds-color-theme-background-primary-disabled: #
|
|
91
|
+
$mds-color-theme-background-primary-disabled: #ffffff00;
|
|
92
92
|
$mds-color-theme-background-solid-primary-normal: #000000;
|
|
93
93
|
$mds-color-theme-background-solid-secondary-normal: #1a1a1a;
|
|
94
94
|
$mds-color-theme-background-solid-tertiary-normal: #262626;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Fri, 01 Nov 2024 12:47:40 GMT
|
|
4
4
|
|
|
5
5
|
$mds-color-theme-text-primary-normal: #000000f2;
|
|
6
6
|
$mds-color-theme-text-primary-disabled: #00000066;
|
|
@@ -88,7 +88,7 @@ $mds-color-theme-inverted-control-inactive-disabled: #ffffff33;
|
|
|
88
88
|
$mds-color-theme-background-primary-ghost: #00000000;
|
|
89
89
|
$mds-color-theme-background-primary-hover: #00000012;
|
|
90
90
|
$mds-color-theme-background-primary-active: #0000001c;
|
|
91
|
-
$mds-color-theme-background-primary-disabled: #
|
|
91
|
+
$mds-color-theme-background-primary-disabled: #00000000;
|
|
92
92
|
$mds-color-theme-background-solid-primary-normal: #ffffff;
|
|
93
93
|
$mds-color-theme-background-solid-secondary-normal: #f7f7f7;
|
|
94
94
|
$mds-color-theme-background-solid-tertiary-normal: #ededed;
|
package/package.json
CHANGED