@momentum-design/tokens 0.2.1 → 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- package/dist/ios/typography/complete.swift +1 -1
- package/dist/ios-webex/theme/webex/dark-stable.swift +2 -2
- package/dist/ios-webex/theme/webex/light-stable.swift +2 -2
- package/dist/json/theme/webex/dark-stable.json +5 -6
- package/dist/json/theme/webex/light-stable.json +5 -6
- package/dist/json-minimal/theme/webex/dark-stable.json +2 -2
- package/dist/json-minimal/theme/webex/light-stable.json +2 -2
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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;
|
|
@@ -381,5 +381,5 @@
|
|
|
381
381
|
--mds-color-theme-avatar-yellow: #7d4705;
|
|
382
382
|
--mds-color-theme-focus-0: #000000;
|
|
383
383
|
--mds-color-theme-focus-1: #64b4fa;
|
|
384
|
-
--mds-color-theme-focus-2: #
|
|
384
|
+
--mds-color-theme-focus-2: #64b4fa59;
|
|
385
385
|
}
|
|
@@ -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;
|
|
@@ -380,5 +380,5 @@
|
|
|
380
380
|
--mds-color-theme-gradientdivider-purple-hover: linear-gradient(90deg, #93209900 0%,#932099E6 22.4%, #932099E6 76.04%, #93209900 100%);
|
|
381
381
|
--mds-color-theme-focus-0: #ffffff;
|
|
382
382
|
--mds-color-theme-focus-1: #1170cf;
|
|
383
|
-
--mds-color-theme-focus-2: #
|
|
383
|
+
--mds-color-theme-focus-2: #1170cf59;
|
|
384
384
|
}
|
|
@@ -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%)
|
|
@@ -220,7 +220,7 @@ public class {
|
|
|
220
220
|
public static let mdsColorThemeControlIndicatorInactiveNormal = #8f8f8f
|
|
221
221
|
public static let mdsColorThemeFocus0 = #000000
|
|
222
222
|
public static let mdsColorThemeFocus1 = #64b4fa
|
|
223
|
-
public static let mdsColorThemeFocus2 = #
|
|
223
|
+
public static let mdsColorThemeFocus2 = #64b4fa59
|
|
224
224
|
public static let mdsColorThemeGlobaltintNormal = #3492eb
|
|
225
225
|
public static let mdsColorThemeGlobaltintSelected = #1170cf
|
|
226
226
|
public static let mdsColorThemeGradientdividerAnnounceHover = linear-gradient(90deg, #64b4fa00 0%,#64b4faE6 22.4%, #64b4faE6 76.04%, #64b4fa00 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%)
|
|
@@ -219,7 +219,7 @@ public class {
|
|
|
219
219
|
public static let mdsColorThemeControlIndicatorInactiveNormal = #8f8f8f
|
|
220
220
|
public static let mdsColorThemeFocus0 = #ffffff
|
|
221
221
|
public static let mdsColorThemeFocus1 = #1170cf
|
|
222
|
-
public static let mdsColorThemeFocus2 = #
|
|
222
|
+
public static let mdsColorThemeFocus2 = #1170cf59
|
|
223
223
|
public static let mdsColorThemeGlobaltintNormal = #1170cf
|
|
224
224
|
public static let mdsColorThemeGlobaltintSelected = #1170cf
|
|
225
225
|
public static let mdsColorThemeGradientdividerAnnounceHover = linear-gradient(90deg, #0353a800 0%, #0353a8E6 76.04%, #0353a8E6 76.04%, #0353a800 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) }
|
|
@@ -400,7 +400,7 @@ open class DarkMomentumThemeAvatarColorPalette: MomentumThemeAvatarColorPaletteP
|
|
|
400
400
|
open class DarkMomentumThemeFocusColorPalette: MomentumThemeFocusColorPaletteProtocol {
|
|
401
401
|
open var 0: UIColor { return UIColor(hex: 0x000000) }
|
|
402
402
|
open var 1: UIColor { return UIColor(hex: 0x64B4FA) }
|
|
403
|
-
open var 2: UIColor { return UIColor(hex: 0x64B4FA) }
|
|
403
|
+
open var 2: UIColor { return UIColor(hex: 0x64B4FA, withAlpha: 0.35) }
|
|
404
404
|
public init() {}
|
|
405
405
|
}
|
|
406
406
|
open class DarkMomentumTheme: MomentumThemeTokensProtocol {
|
|
@@ -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) }
|
|
@@ -802,7 +802,7 @@ open class LightMomentumThemeGradientDividerColorPalette: MomentumThemeGradientD
|
|
|
802
802
|
open class LightMomentumThemeFocusColorPalette: MomentumThemeFocusColorPaletteProtocol {
|
|
803
803
|
open var 0: UIColor { return UIColor(hex: 0xFFFFFF) }
|
|
804
804
|
open var 1: UIColor { return UIColor(hex: 0x1170CF) }
|
|
805
|
-
open var 2: UIColor { return UIColor(hex: 0x1170CF) }
|
|
805
|
+
open var 2: UIColor { return UIColor(hex: 0x1170CF, withAlpha: 0.35) }
|
|
806
806
|
public init() {}
|
|
807
807
|
}
|
|
808
808
|
open class LightMomentumTheme: MomentumThemeTokensProtocol {
|
|
@@ -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": {
|
|
@@ -11446,7 +11444,7 @@
|
|
|
11446
11444
|
]
|
|
11447
11445
|
},
|
|
11448
11446
|
"2": {
|
|
11449
|
-
"value": "#
|
|
11447
|
+
"value": "#64b4fa59",
|
|
11450
11448
|
"type": "color",
|
|
11451
11449
|
"$extensions": {
|
|
11452
11450
|
"studio.tokens": {
|
|
@@ -11455,7 +11453,8 @@
|
|
|
11455
11453
|
"value": "0.35",
|
|
11456
11454
|
"space": "lch",
|
|
11457
11455
|
"filePath": "src/theme/stable/dark.json",
|
|
11458
|
-
"isSource": true
|
|
11456
|
+
"isSource": true,
|
|
11457
|
+
"format": "hex"
|
|
11459
11458
|
}
|
|
11460
11459
|
}
|
|
11461
11460
|
},
|
|
@@ -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": {
|
|
@@ -11484,7 +11482,7 @@
|
|
|
11484
11482
|
]
|
|
11485
11483
|
},
|
|
11486
11484
|
"2": {
|
|
11487
|
-
"value": "#
|
|
11485
|
+
"value": "#1170cf59",
|
|
11488
11486
|
"type": "color",
|
|
11489
11487
|
"$extensions": {
|
|
11490
11488
|
"studio.tokens": {
|
|
@@ -11493,7 +11491,8 @@
|
|
|
11493
11491
|
"value": "0.35",
|
|
11494
11492
|
"space": "lch",
|
|
11495
11493
|
"filePath": "src/theme/stable/light.json",
|
|
11496
|
-
"isSource": true
|
|
11494
|
+
"isSource": true,
|
|
11495
|
+
"format": "hex"
|
|
11497
11496
|
}
|
|
11498
11497
|
}
|
|
11499
11498
|
},
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
"ghost": "#ffffff00",
|
|
168
168
|
"hover": "#ffffff12",
|
|
169
169
|
"active": "#ffffff1c",
|
|
170
|
-
"disabled": "#
|
|
170
|
+
"disabled": "#ffffff00"
|
|
171
171
|
},
|
|
172
172
|
"solid": {
|
|
173
173
|
"primary": {
|
|
@@ -767,7 +767,7 @@
|
|
|
767
767
|
"focus": {
|
|
768
768
|
"0": "#000000",
|
|
769
769
|
"1": "#64b4fa",
|
|
770
|
-
"2": "#
|
|
770
|
+
"2": "#64b4fa59"
|
|
771
771
|
}
|
|
772
772
|
}
|
|
773
773
|
}
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
"ghost": "#00000000",
|
|
168
168
|
"hover": "#00000012",
|
|
169
169
|
"active": "#0000001c",
|
|
170
|
-
"disabled": "#
|
|
170
|
+
"disabled": "#00000000"
|
|
171
171
|
},
|
|
172
172
|
"solid": {
|
|
173
173
|
"primary": {
|
|
@@ -764,7 +764,7 @@
|
|
|
764
764
|
"focus": {
|
|
765
765
|
"0": "#ffffff",
|
|
766
766
|
"1": "#1170cf",
|
|
767
|
-
"2": "#
|
|
767
|
+
"2": "#1170cf59"
|
|
768
768
|
}
|
|
769
769
|
}
|
|
770
770
|
}
|
|
@@ -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>
|
|
@@ -382,6 +382,6 @@
|
|
|
382
382
|
<color name="mds-color-theme-avatar-yellow">#7d4705</color>
|
|
383
383
|
<color name="mds-color-theme-focus-0">#000000</color>
|
|
384
384
|
<color name="mds-color-theme-focus-1">#64b4fa</color>
|
|
385
|
-
<color name="mds-color-theme-focus-2">#
|
|
385
|
+
<color name="mds-color-theme-focus-2">#64b4fa59</color>
|
|
386
386
|
|
|
387
387
|
</resources>
|
|
@@ -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>
|
|
@@ -381,6 +381,6 @@
|
|
|
381
381
|
<color name="mds-color-theme-gradientdivider-purple-hover">linear-gradient(90deg, #93209900 0%,#932099E6 22.4%, #932099E6 76.04%, #93209900 100%)</color>
|
|
382
382
|
<color name="mds-color-theme-focus-0">#ffffff</color>
|
|
383
383
|
<color name="mds-color-theme-focus-1">#1170cf</color>
|
|
384
|
-
<color name="mds-color-theme-focus-2">#
|
|
384
|
+
<color name="mds-color-theme-focus-2">#1170cf59</color>
|
|
385
385
|
|
|
386
386
|
</resources>
|
|
@@ -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;
|
|
@@ -379,4 +379,4 @@ $mds-color-theme-avatar-violet: #643abd;
|
|
|
379
379
|
$mds-color-theme-avatar-yellow: #7d4705;
|
|
380
380
|
$mds-color-theme-focus-0: #000000;
|
|
381
381
|
$mds-color-theme-focus-1: #64b4fa;
|
|
382
|
-
$mds-color-theme-focus-2: #
|
|
382
|
+
$mds-color-theme-focus-2: #64b4fa59;
|
|
@@ -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;
|
|
@@ -378,4 +378,4 @@ $mds-color-theme-gradientdivider-purple-normal: linear-gradient(90deg, #93209900
|
|
|
378
378
|
$mds-color-theme-gradientdivider-purple-hover: linear-gradient(90deg, #93209900 0%,#932099E6 22.4%, #932099E6 76.04%, #93209900 100%);
|
|
379
379
|
$mds-color-theme-focus-0: #ffffff;
|
|
380
380
|
$mds-color-theme-focus-1: #1170cf;
|
|
381
|
-
$mds-color-theme-focus-2: #
|
|
381
|
+
$mds-color-theme-focus-2: #1170cf59;
|
package/package.json
CHANGED