@momentum-design/tokens 0.2.6 → 0.2.7
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 +1 -1
- 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 +1 -1
- 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/light-stable.swift +1 -1
- package/dist/json/theme/webex/light-stable.json +4 -4
- 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 +1 -1
- 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 +1 -1
- 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 Mon,
|
|
3
|
+
* Generated on Mon, 02 Dec 2024 20:02:25 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.mds-theme-stable-lightWebex {
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
--mds-color-theme-control-active-pressed: #063a75;
|
|
213
213
|
--mds-color-theme-control-active-active: #063a75;
|
|
214
214
|
--mds-color-theme-control-active-disabled: #00000033;
|
|
215
|
-
--mds-color-theme-control-indicator-inactive-normal: #
|
|
215
|
+
--mds-color-theme-control-indicator-inactive-normal: #707070;
|
|
216
216
|
--mds-color-theme-control-inactive-normal: #00000000;
|
|
217
217
|
--mds-color-theme-control-inactive-hover: #0000004d;
|
|
218
218
|
--mds-color-theme-control-inactive-pressed: #00000066;
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on Mon,
|
|
7
|
+
// Generated on Mon, 02 Dec 2024 20:02:25 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -216,7 +216,7 @@ public class {
|
|
|
216
216
|
public static let mdsColorThemeControlInactiveHover = #0000004d
|
|
217
217
|
public static let mdsColorThemeControlInactiveNormal = #00000000
|
|
218
218
|
public static let mdsColorThemeControlInactivePressed = #00000066
|
|
219
|
-
public static let mdsColorThemeControlIndicatorInactiveNormal = #
|
|
219
|
+
public static let mdsColorThemeControlIndicatorInactiveNormal = #707070
|
|
220
220
|
public static let mdsColorThemeFocusDefault0 = #ffffff
|
|
221
221
|
public static let mdsColorThemeFocusDefault1 = #1170cf
|
|
222
222
|
public static let mdsColorThemeFocusDefault2 = #1170cf59
|
|
@@ -715,7 +715,7 @@ open class LightMomentumThemeControlColorPalette: MomentumThemeControlColorPalet
|
|
|
715
715
|
open var activePressed: UIColor { return UIColor(hex: 0x063A75) }
|
|
716
716
|
open var activeActive: UIColor { return UIColor(hex: 0x063A75) }
|
|
717
717
|
open var activeDisabled: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.20) }
|
|
718
|
-
open var indicatorInactiveNormal: UIColor { return UIColor(hex:
|
|
718
|
+
open var indicatorInactiveNormal: UIColor { return UIColor(hex: 0x707070) }
|
|
719
719
|
open var inactiveNormal: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.00) }
|
|
720
720
|
open var inactiveHover: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.30) }
|
|
721
721
|
open var inactivePressed: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.40) }
|
|
@@ -6320,15 +6320,15 @@
|
|
|
6320
6320
|
"normal": {
|
|
6321
6321
|
"parent": "theme/stable/light",
|
|
6322
6322
|
"type": "color",
|
|
6323
|
-
"value": "#
|
|
6324
|
-
"description": "Core Token: #
|
|
6323
|
+
"value": "#707070",
|
|
6324
|
+
"description": "Core Token: #707070\nHEX: #707070\nUsed for progress bar indicator",
|
|
6325
6325
|
"filePath": "src/theme/stable/light.json",
|
|
6326
6326
|
"isSource": true,
|
|
6327
6327
|
"original": {
|
|
6328
6328
|
"parent": "theme/stable/light",
|
|
6329
6329
|
"type": "color",
|
|
6330
|
-
"value": "{color.core.gray.
|
|
6331
|
-
"description": "Core Token: {color.core.gray.
|
|
6330
|
+
"value": "{color.core.gray.60}",
|
|
6331
|
+
"description": "Core Token: {color.core.gray.60}\nHEX: #707070\nUsed for progress bar indicator"
|
|
6332
6332
|
},
|
|
6333
6333
|
"name": "mds-color-theme-control-indicator-inactive-normal",
|
|
6334
6334
|
"attributes": {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on Mon,
|
|
5
|
+
Generated on Mon, 02 Dec 2024 20:02:25 GMT
|
|
6
6
|
-->
|
|
7
7
|
<resources>
|
|
8
8
|
<color name="mds-color-theme-text-primary-normal">#000000f2</color>
|
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
<color name="mds-color-theme-control-active-pressed">#063a75</color>
|
|
214
214
|
<color name="mds-color-theme-control-active-active">#063a75</color>
|
|
215
215
|
<color name="mds-color-theme-control-active-disabled">#00000033</color>
|
|
216
|
-
<color name="mds-color-theme-control-indicator-inactive-normal">#
|
|
216
|
+
<color name="mds-color-theme-control-indicator-inactive-normal">#707070</color>
|
|
217
217
|
<color name="mds-color-theme-control-inactive-normal">#00000000</color>
|
|
218
218
|
<color name="mds-color-theme-control-inactive-hover">#0000004d</color>
|
|
219
219
|
<color name="mds-color-theme-control-inactive-pressed">#00000066</color>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Mon,
|
|
3
|
+
// Generated on Mon, 02 Dec 2024 20:02:25 GMT
|
|
4
4
|
|
|
5
5
|
$mds-color-theme-text-primary-normal: #000000f2;
|
|
6
6
|
$mds-color-theme-text-primary-disabled: #00000066;
|
|
@@ -210,7 +210,7 @@ $mds-color-theme-control-active-hover: #0353a8;
|
|
|
210
210
|
$mds-color-theme-control-active-pressed: #063a75;
|
|
211
211
|
$mds-color-theme-control-active-active: #063a75;
|
|
212
212
|
$mds-color-theme-control-active-disabled: #00000033;
|
|
213
|
-
$mds-color-theme-control-indicator-inactive-normal: #
|
|
213
|
+
$mds-color-theme-control-indicator-inactive-normal: #707070;
|
|
214
214
|
$mds-color-theme-control-inactive-normal: #00000000;
|
|
215
215
|
$mds-color-theme-control-inactive-hover: #0000004d;
|
|
216
216
|
$mds-color-theme-control-inactive-pressed: #00000066;
|
package/package.json
CHANGED