@sage/design-tokens 3.1.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 +2 -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 +2 -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 +609 -605
- package/docs/tokens/base/index.html +21 -0
- package/docs/tokens/base/sizing/index.html +21 -0
- package/docs/tokens/index.html +42 -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 +2 -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.d.ts +1 -0
- package/js/base/common.js +2 -1
- package/js/base/es6.d.ts +1 -0
- package/js/base/es6.js +1 -0
- 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 +2 -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.1.0.tgz +0 -0
package/android/base.xml
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on Wed,
|
|
5
|
+
Generated on Wed, 18 Jan 2023 14:29:28 GMT
|
|
6
6
|
-->
|
|
7
7
|
<resources>
|
|
8
8
|
<string name="metaName">Base Theme</string>
|
|
@@ -229,6 +229,7 @@
|
|
|
229
229
|
<string name="sizing150">12px</string>
|
|
230
230
|
<string name="sizing175">14px</string>
|
|
231
231
|
<string name="sizing200">16px</string>
|
|
232
|
+
<string name="sizing225">18px</string>
|
|
232
233
|
<string name="sizing250">20px</string>
|
|
233
234
|
<string name="sizing275">22px</string>
|
|
234
235
|
<string name="sizing300">24px</string>
|
package/android/origin.xml
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on Wed,
|
|
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
|
@@ -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 Wed,
|
|
7
|
+
* Generated on Wed, 18 Jan 2023 14:29:28 GMT
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
:root {
|
|
@@ -232,6 +232,7 @@ Copyright © 2021 The Sage Group plc or its licensors. All Rights reserved
|
|
|
232
232
|
--sizing150: 12px;
|
|
233
233
|
--sizing175: 14px;
|
|
234
234
|
--sizing200: 16px;
|
|
235
|
+
--sizing225: 18px;
|
|
235
236
|
--sizing250: 20px;
|
|
236
237
|
--sizing275: 22px;
|
|
237
238
|
--sizing300: 24px;
|
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 Wed,
|
|
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;
|