@sage/design-tokens 2.29.0 → 2.30.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 -2
- package/css/base.css +2 -2
- package/data/tokens.json +1 -1
- package/docs/tokens/base/index.html +1 -1
- package/docs/tokens/base/typography/index.html +1 -1
- package/docs/tokens/index.html +1 -1
- package/ios/base.h +2 -2
- package/js/base/common.js +2 -2
- package/js/base/es6.js +1 -1
- package/package.json +1 -1
- package/sage-design-tokens-2.30.0.tgz +0 -0
- package/scss/base.scss +2 -2
- package/sage-design-tokens-2.29.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
|
|
5
|
+
Generated on Tue, 07 Jun 2022 16:02:44 GMT
|
|
6
6
|
-->
|
|
7
7
|
<resources>
|
|
8
8
|
<string name="metaName">Base Theme</string>
|
|
@@ -333,7 +333,7 @@
|
|
|
333
333
|
<string name="typographyDialogParagraphXl">Regular 14px/150% Sage UI</string>
|
|
334
334
|
<string name="typographyDialogParagraphXxl">Regular 14px/150% Sage UI</string>
|
|
335
335
|
<string name="typographyDrawerTitleM">Bold 22px/125% Sage UI</string>
|
|
336
|
-
<string name="typographyDrawerParagraphM">Regular 14px/
|
|
336
|
+
<string name="typographyDrawerParagraphM">Regular 14px/150% Sage UI</string>
|
|
337
337
|
<string name="typographyFlashTextM">Regular 14px/150% Sage UI</string>
|
|
338
338
|
<string name="typographyFlashTextL">Regular 16px/150% Sage UI</string>
|
|
339
339
|
<string name="typographyFormFieldLabelXs">Medium 14px/150% Sage UI</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
|
|
7
|
+
* Generated on Tue, 07 Jun 2022 16:02:44 GMT
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
:root {
|
|
@@ -336,7 +336,7 @@ Copyright © 2021 The Sage Group plc or its licensors. All Rights reserved
|
|
|
336
336
|
--typographyDialogParagraphXl: 400 14px/150% Sage UI;
|
|
337
337
|
--typographyDialogParagraphXxl: 400 14px/150% Sage UI;
|
|
338
338
|
--typographyDrawerTitleM: 700 22px/125% Sage UI;
|
|
339
|
-
--typographyDrawerParagraphM: 400 14px/
|
|
339
|
+
--typographyDrawerParagraphM: 400 14px/150% Sage UI;
|
|
340
340
|
--typographyFlashTextM: 400 14px/150% Sage UI;
|
|
341
341
|
--typographyFlashTextL: 400 16px/150% Sage UI;
|
|
342
342
|
--typographyFormFieldLabelXs: 500 14px/150% Sage UI;
|
package/data/tokens.json
CHANGED
package/docs/tokens/index.html
CHANGED
package/ios/base.h
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Tue, 07 Jun 2022 16:02:44 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
#import <Foundation/Foundation.h>
|
|
@@ -338,7 +338,7 @@
|
|
|
338
338
|
#define typographyDialogParagraphXl Regular 14px/150% Sage UI
|
|
339
339
|
#define typographyDialogParagraphXxl Regular 14px/150% Sage UI
|
|
340
340
|
#define typographyDrawerTitleM Bold 22px/125% Sage UI
|
|
341
|
-
#define typographyDrawerParagraphM Regular 14px/
|
|
341
|
+
#define typographyDrawerParagraphM Regular 14px/150% Sage UI
|
|
342
342
|
#define typographyFlashTextM Regular 14px/150% Sage UI
|
|
343
343
|
#define typographyFlashTextL Regular 16px/150% Sage UI
|
|
344
344
|
#define typographyFormFieldLabelXs Medium 14px/150% Sage UI
|
package/js/base/common.js
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 Tue, 07 Jun 2022 16:02:44 GMT
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
@@ -336,7 +336,7 @@ module.exports = {
|
|
|
336
336
|
typographyDialogParagraphXl: '400 14px/150% Sage UI',
|
|
337
337
|
typographyDialogParagraphXxl: '400 14px/150% Sage UI',
|
|
338
338
|
typographyDrawerTitleM: '700 22px/125% Sage UI',
|
|
339
|
-
typographyDrawerParagraphM: '400 14px/
|
|
339
|
+
typographyDrawerParagraphM: '400 14px/150% Sage UI',
|
|
340
340
|
typographyFlashTextM: '400 14px/150% Sage UI',
|
|
341
341
|
typographyFlashTextL: '400 16px/150% Sage UI',
|
|
342
342
|
typographyFormFieldLabelXs: '500 14px/150% Sage UI',
|
package/js/base/es6.js
CHANGED
|
@@ -331,7 +331,7 @@ export default {
|
|
|
331
331
|
typographyDialogParagraphXl: '400 14px/150% Sage UI',
|
|
332
332
|
typographyDialogParagraphXxl: '400 14px/150% Sage UI',
|
|
333
333
|
typographyDrawerTitleM: '700 22px/125% Sage UI',
|
|
334
|
-
typographyDrawerParagraphM: '400 14px/
|
|
334
|
+
typographyDrawerParagraphM: '400 14px/150% Sage UI',
|
|
335
335
|
typographyFlashTextM: '400 14px/150% Sage UI',
|
|
336
336
|
typographyFlashTextL: '400 16px/150% Sage UI',
|
|
337
337
|
typographyFormFieldLabelXs: '500 14px/150% Sage UI',
|
package/package.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
},
|
|
11
11
|
"description": "Design tokens for the Sage Design System.",
|
|
12
12
|
"author": "The Sage Group plc",
|
|
13
|
-
"version": "2.
|
|
13
|
+
"version": "2.30.0",
|
|
14
14
|
"license": "SEE LICENSE IN https://github.com/Sage/design-tokens/blob/master/license",
|
|
15
15
|
"tags": [
|
|
16
16
|
"design tokens",
|
|
Binary file
|
package/scss/base.scss
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 Tue, 07 Jun 2022 16:02:44 GMT
|
|
8
8
|
|
|
9
9
|
$metaName: Base Theme;
|
|
10
10
|
$metaPublic: true;
|
|
@@ -334,7 +334,7 @@ $typographyDialogParagraphL: 400 14px/150% Sage UI;
|
|
|
334
334
|
$typographyDialogParagraphXl: 400 14px/150% Sage UI;
|
|
335
335
|
$typographyDialogParagraphXxl: 400 14px/150% Sage UI;
|
|
336
336
|
$typographyDrawerTitleM: 700 22px/125% Sage UI;
|
|
337
|
-
$typographyDrawerParagraphM: 400 14px/
|
|
337
|
+
$typographyDrawerParagraphM: 400 14px/150% Sage UI;
|
|
338
338
|
$typographyFlashTextM: 400 14px/150% Sage UI;
|
|
339
339
|
$typographyFlashTextL: 400 16px/150% Sage UI;
|
|
340
340
|
$typographyFormFieldLabelXs: 500 14px/150% Sage UI;
|
|
Binary file
|