@sage/design-tokens 3.2.0 → 4.0.0
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/android/base.xml +1 -1
- package/android/dashboard/darkMode.xml +1 -1
- package/android/dashboard/lightMode.xml +1 -1
- package/android/origin.xml +2 -1
- package/css/base.css +1 -1
- package/css/dashboard/darkMode.css +1 -1
- package/css/dashboard/lightMode.css +1 -1
- package/css/origin.css +2 -1
- package/data/tokens.json +606 -606
- package/docs/tokens/index.html +21 -0
- package/docs/tokens/origin/index.html +21 -0
- package/docs/tokens/origin/origin-colors-reference-only/index.html +21 -0
- package/ios/base.h +1 -1
- package/ios/dashboard/darkMode.h +1 -1
- package/ios/dashboard/lightMode.h +1 -1
- package/ios/origin.h +2 -1
- package/js/base/common.js +1 -1
- package/js/dashboard/darkMode/common.js +1 -1
- package/js/dashboard/lightMode/common.js +1 -1
- package/js/origin/common.d.ts +1 -0
- package/js/origin/common.js +2 -1
- package/js/origin/es6.d.ts +1 -0
- package/js/origin/es6.js +1 -0
- package/package.json +1 -1
- package/sage-design-tokens-4.0.0.tgz +0 -0
- package/scss/base.scss +1 -1
- package/scss/dashboard/darkMode.scss +1 -1
- package/scss/dashboard/lightMode.scss +1 -1
- package/scss/origin.scss +2 -1
- package/sage-design-tokens-3.2.0.tgz +0 -0
package/android/base.xml
CHANGED
package/android/origin.xml
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on
|
|
5
|
+
Generated on Wed, 18 Jan 2023 14:29:28 GMT
|
|
6
6
|
-->
|
|
7
7
|
<resources>
|
|
8
8
|
<string name="metaName">Origin Token Set</string>
|
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
<string name="originColorsReferenceOnlyYang100">#ffffffff</string>
|
|
19
19
|
<string name="originColorsReferenceOnlyYang030">#ffffff4d</string>
|
|
20
20
|
<string name="originColorsReferenceOnlyYang080">#ffffffcc</string>
|
|
21
|
+
<string name="originColorsReferenceOnlyYang010">#ffffff1a</string>
|
|
21
22
|
<string name="originColorsReferenceOnlyMalachite100">#8df79fff</string>
|
|
22
23
|
<string name="originColorsReferenceOnlyMalachite200">#42eb64ff</string>
|
|
23
24
|
<string name="originColorsReferenceOnlyMalachite300">#00d639ff</string>
|
package/css/base.css
CHANGED
package/css/origin.css
CHANGED
|
@@ -4,7 +4,7 @@ Copyright © 2021 The Sage Group plc or its licensors. All Rights reserved
|
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* Do not edit directly
|
|
7
|
-
* Generated on
|
|
7
|
+
* Generated on Wed, 18 Jan 2023 14:29:28 GMT
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
:root {
|
|
@@ -21,6 +21,7 @@ Copyright © 2021 The Sage Group plc or its licensors. All Rights reserved
|
|
|
21
21
|
--originColorsReferenceOnlyYang100: #ffffffff;
|
|
22
22
|
--originColorsReferenceOnlyYang030: #ffffff4d;
|
|
23
23
|
--originColorsReferenceOnlyYang080: #ffffffcc;
|
|
24
|
+
--originColorsReferenceOnlyYang010: #ffffff1a;
|
|
24
25
|
--originColorsReferenceOnlyMalachite100: #8df79fff;
|
|
25
26
|
--originColorsReferenceOnlyMalachite200: #42eb64ff;
|
|
26
27
|
--originColorsReferenceOnlyMalachite300: #00d639ff;
|