@momentum-design/tokens 0.0.73 → 0.0.74
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/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/json/theme/webex/light-stable.json +2 -12
- 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/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/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 15 Aug 2024 10:30:34 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.mds-theme-stable-lightWebex {
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
--mds-color-theme-background-gradient-primary-normal: linear-gradient(180deg, #f0f0f0 0%, #ffffff 100%);
|
|
152
152
|
--mds-color-theme-background-gradient-secondary-normal: linear-gradient(180deg, #fafafa 0%, #ffffff 100%);
|
|
153
153
|
--mds-color-theme-background-reaction-normal: linear-gradient(90deg, #ffffffe6 0%, #ffffff00 100%);
|
|
154
|
-
--mds-color-theme-background-skeleton-normal: linear-gradient(123deg, #00000033 0%, #0000004d 27.6%, #00000066 58.85%, #00000080 100%)
|
|
154
|
+
--mds-color-theme-background-skeleton-normal: linear-gradient(123deg, #00000033 0%, #0000004d 27.6%, #00000066 58.85%, #00000080 100%);
|
|
155
155
|
--mds-color-theme-button-primary-normal: #000000f2;
|
|
156
156
|
--mds-color-theme-button-primary-hover: #000000cc;
|
|
157
157
|
--mds-color-theme-button-primary-pressed: #000000b3;
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Thu, 15 Aug 2024 10:30:34 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -83,7 +83,7 @@ public class {
|
|
|
83
83
|
public static let mdsColorThemeBackgroundSecondaryDisabled = #00000000
|
|
84
84
|
public static let mdsColorThemeBackgroundSecondaryHover = #00000033
|
|
85
85
|
public static let mdsColorThemeBackgroundSecondaryNormal = #0000001c
|
|
86
|
-
public static let mdsColorThemeBackgroundSkeletonNormal = linear-gradient(123deg, #00000033 0%, #0000004d 27.6%, #00000066 58.85%, #00000080 100%)
|
|
86
|
+
public static let mdsColorThemeBackgroundSkeletonNormal = linear-gradient(123deg, #00000033 0%, #0000004d 27.6%, #00000066 58.85%, #00000080 100%)
|
|
87
87
|
public static let mdsColorThemeBackgroundSolidPrimaryNormal = #ffffff
|
|
88
88
|
public static let mdsColorThemeBackgroundSolidQuaternaryNormal = #ffffff
|
|
89
89
|
public static let mdsColorThemeBackgroundSolidSecondaryNormal = #f7f7f7
|
|
@@ -4545,24 +4545,14 @@
|
|
|
4545
4545
|
},
|
|
4546
4546
|
"skeleton": {
|
|
4547
4547
|
"normal": {
|
|
4548
|
-
"$extensions": {
|
|
4549
|
-
"studio.tokens": {
|
|
4550
|
-
"modify": {}
|
|
4551
|
-
}
|
|
4552
|
-
},
|
|
4553
4548
|
"type": "color",
|
|
4554
|
-
"value": "linear-gradient(123deg, #00000033 0%, #0000004d 27.6%, #00000066 58.85%, #00000080 100%)
|
|
4549
|
+
"value": "linear-gradient(123deg, #00000033 0%, #0000004d 27.6%, #00000066 58.85%, #00000080 100%)",
|
|
4555
4550
|
"description": "linear-gradient(123deg, #00000033 0%, #0000004d 27.6%, #00000066 58.85%, #00000080 100%)",
|
|
4556
4551
|
"filePath": "src/theme/stable/light.json",
|
|
4557
4552
|
"isSource": true,
|
|
4558
4553
|
"original": {
|
|
4559
|
-
"$extensions": {
|
|
4560
|
-
"studio.tokens": {
|
|
4561
|
-
"modify": {}
|
|
4562
|
-
}
|
|
4563
|
-
},
|
|
4564
4554
|
"type": "color",
|
|
4565
|
-
"value": "linear-gradient(123deg, {color.core.black-alpha.20} 0%, {color.core.black-alpha.30} 27.6%, {color.core.black-alpha.40} 58.85%, {color.core.black-alpha.50} 100%)
|
|
4555
|
+
"value": "linear-gradient(123deg, {color.core.black-alpha.20} 0%, {color.core.black-alpha.30} 27.6%, {color.core.black-alpha.40} 58.85%, {color.core.black-alpha.50} 100%)",
|
|
4566
4556
|
"description": "linear-gradient(123deg, #00000033 0%, #0000004d 27.6%, #00000066 58.85%, #00000080 100%)"
|
|
4567
4557
|
},
|
|
4568
4558
|
"name": "mds-color-theme-background-skeleton-normal",
|
|
@@ -290,7 +290,7 @@
|
|
|
290
290
|
"normal": "linear-gradient(90deg, #ffffffe6 0%, #ffffff00 100%)"
|
|
291
291
|
},
|
|
292
292
|
"skeleton": {
|
|
293
|
-
"normal": "linear-gradient(123deg, #00000033 0%, #0000004d 27.6%, #00000066 58.85%, #00000080 100%)
|
|
293
|
+
"normal": "linear-gradient(123deg, #00000033 0%, #0000004d 27.6%, #00000066 58.85%, #00000080 100%)"
|
|
294
294
|
}
|
|
295
295
|
},
|
|
296
296
|
"button": {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on
|
|
5
|
+
Generated on Thu, 15 Aug 2024 10:30:34 GMT
|
|
6
6
|
-->
|
|
7
7
|
<resources>
|
|
8
8
|
<color name="mds-color-theme-text-primary-normal">#000000f2</color>
|
|
@@ -152,7 +152,7 @@
|
|
|
152
152
|
<color name="mds-color-theme-background-gradient-primary-normal">linear-gradient(180deg, #f0f0f0 0%, #ffffff 100%)</color>
|
|
153
153
|
<color name="mds-color-theme-background-gradient-secondary-normal">linear-gradient(180deg, #fafafa 0%, #ffffff 100%)</color>
|
|
154
154
|
<color name="mds-color-theme-background-reaction-normal">linear-gradient(90deg, #ffffffe6 0%, #ffffff00 100%)</color>
|
|
155
|
-
<color name="mds-color-theme-background-skeleton-normal">linear-gradient(123deg, #00000033 0%, #0000004d 27.6%, #00000066 58.85%, #00000080 100%)
|
|
155
|
+
<color name="mds-color-theme-background-skeleton-normal">linear-gradient(123deg, #00000033 0%, #0000004d 27.6%, #00000066 58.85%, #00000080 100%)</color>
|
|
156
156
|
<color name="mds-color-theme-button-primary-normal">#000000f2</color>
|
|
157
157
|
<color name="mds-color-theme-button-primary-hover">#000000cc</color>
|
|
158
158
|
<color name="mds-color-theme-button-primary-pressed">#000000b3</color>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 15 Aug 2024 10:30:34 GMT
|
|
4
4
|
|
|
5
5
|
$mds-color-theme-text-primary-normal: #000000f2;
|
|
6
6
|
$mds-color-theme-text-primary-disabled: #00000066;
|
|
@@ -149,7 +149,7 @@ $mds-color-theme-background-namelabel-normal: #00000099;
|
|
|
149
149
|
$mds-color-theme-background-gradient-primary-normal: linear-gradient(180deg, #f0f0f0 0%, #ffffff 100%);
|
|
150
150
|
$mds-color-theme-background-gradient-secondary-normal: linear-gradient(180deg, #fafafa 0%, #ffffff 100%);
|
|
151
151
|
$mds-color-theme-background-reaction-normal: linear-gradient(90deg, #ffffffe6 0%, #ffffff00 100%);
|
|
152
|
-
$mds-color-theme-background-skeleton-normal: linear-gradient(123deg, #00000033 0%, #0000004d 27.6%, #00000066 58.85%, #00000080 100%)
|
|
152
|
+
$mds-color-theme-background-skeleton-normal: linear-gradient(123deg, #00000033 0%, #0000004d 27.6%, #00000066 58.85%, #00000080 100%);
|
|
153
153
|
$mds-color-theme-button-primary-normal: #000000f2;
|
|
154
154
|
$mds-color-theme-button-primary-hover: #000000cc;
|
|
155
155
|
$mds-color-theme-button-primary-pressed: #000000b3;
|
package/package.json
CHANGED