@sage/design-tokens 2.41.0 → 2.42.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 +11 -9
- package/docs/tokens/base/index.html +4 -4
- package/docs/tokens/base/typography/index.html +4 -4
- package/docs/tokens/index.html +4 -4
- package/ios/base.h +2 -2
- package/js/base/common.d.ts +1 -1
- package/js/base/common.js +2 -2
- package/js/base/es6.d.ts +1 -1
- package/js/base/es6.js +1 -1
- package/package.json +1 -1
- package/sage-design-tokens-2.42.0.tgz +0 -0
- package/scss/base.scss +2 -2
- package/sage-design-tokens-2.41.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 Fri, 23 Sep 2022 15:26:05 GMT
|
|
6
6
|
-->
|
|
7
7
|
<resources>
|
|
8
8
|
<string name="metaName">Base Theme</string>
|
|
@@ -332,7 +332,7 @@
|
|
|
332
332
|
<string name="typographyDialogTitleL">Bold 24px/125% Sage UI</string>
|
|
333
333
|
<string name="typographyDialogTitleXl">Bold 24px/125% Sage UI</string>
|
|
334
334
|
<string name="typographyDialogTitleXxl">Bold 24px/125% Sage UI</string>
|
|
335
|
-
<string name="
|
|
335
|
+
<string name="typographyDialogSubtitleM">Regular 16px/150% Sage UI</string>
|
|
336
336
|
<string name="typographyDialogParagraphXs">Regular 14px/150% Sage UI</string>
|
|
337
337
|
<string name="typographyDialogParagraphS">Regular 14px/150% Sage UI</string>
|
|
338
338
|
<string name="typographyDialogParagraphMs">Regular 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 Fri, 23 Sep 2022 15:26:05 GMT
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
:root {
|
|
@@ -335,7 +335,7 @@ Copyright © 2021 The Sage Group plc or its licensors. All Rights reserved
|
|
|
335
335
|
--typographyDialogTitleL: 700 24px/125% Sage UI;
|
|
336
336
|
--typographyDialogTitleXl: 700 24px/125% Sage UI;
|
|
337
337
|
--typographyDialogTitleXxl: 700 24px/125% Sage UI;
|
|
338
|
-
--
|
|
338
|
+
--typographyDialogSubtitleM: 400 16px/150% Sage UI;
|
|
339
339
|
--typographyDialogParagraphXs: 400 14px/150% Sage UI;
|
|
340
340
|
--typographyDialogParagraphS: 400 14px/150% Sage UI;
|
|
341
341
|
--typographyDialogParagraphMs: 400 14px/150% Sage UI;
|
package/data/tokens.json
CHANGED
|
@@ -1949,15 +1949,17 @@
|
|
|
1949
1949
|
}
|
|
1950
1950
|
},
|
|
1951
1951
|
"subtitle": {
|
|
1952
|
-
"
|
|
1953
|
-
"
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1952
|
+
"m": {
|
|
1953
|
+
"value": {
|
|
1954
|
+
"fontFamily": "Sage UI",
|
|
1955
|
+
"fontWeight": "Regular",
|
|
1956
|
+
"lineHeight": "150%",
|
|
1957
|
+
"fontSize": "16px",
|
|
1958
|
+
"letterSpacing": "0%",
|
|
1959
|
+
"paragraphSpacing": "0px"
|
|
1960
|
+
},
|
|
1961
|
+
"type": "typography"
|
|
1962
|
+
}
|
|
1961
1963
|
},
|
|
1962
1964
|
"paragraph": {
|
|
1963
1965
|
"xs": {
|
|
@@ -7291,10 +7291,10 @@
|
|
|
7291
7291
|
</tr>
|
|
7292
7292
|
<tr>
|
|
7293
7293
|
<td class="with-icons is-vcentered"
|
|
7294
|
-
id="base-
|
|
7295
|
-
title="theme: base; category: typography;
|
|
7296
|
-
|
|
7297
|
-
<a href="#base-
|
|
7294
|
+
id="base-typographyDialogSubtitleM"
|
|
7295
|
+
title="theme: base; category: typography; group: dialog; name: subtitle; variant: m; ">
|
|
7296
|
+
typographyDialogSubtitleM
|
|
7297
|
+
<a href="#base-typographyDialogSubtitleM"
|
|
7298
7298
|
title="permalink"
|
|
7299
7299
|
class="permalink">
|
|
7300
7300
|
🔗
|
|
@@ -812,10 +812,10 @@
|
|
|
812
812
|
</tr>
|
|
813
813
|
<tr>
|
|
814
814
|
<td class="with-icons is-vcentered"
|
|
815
|
-
id="base-
|
|
816
|
-
title="theme: base; category: typography;
|
|
817
|
-
|
|
818
|
-
<a href="#base-
|
|
815
|
+
id="base-typographyDialogSubtitleM"
|
|
816
|
+
title="theme: base; category: typography; group: dialog; name: subtitle; variant: m; ">
|
|
817
|
+
typographyDialogSubtitleM
|
|
818
|
+
<a href="#base-typographyDialogSubtitleM"
|
|
819
819
|
title="permalink"
|
|
820
820
|
class="permalink">
|
|
821
821
|
🔗
|
package/docs/tokens/index.html
CHANGED
|
@@ -7347,10 +7347,10 @@
|
|
|
7347
7347
|
</tr>
|
|
7348
7348
|
<tr>
|
|
7349
7349
|
<td class="with-icons is-vcentered"
|
|
7350
|
-
id="base-
|
|
7351
|
-
title="theme: base; category: typography;
|
|
7352
|
-
|
|
7353
|
-
<a href="#base-
|
|
7350
|
+
id="base-typographyDialogSubtitleM"
|
|
7351
|
+
title="theme: base; category: typography; group: dialog; name: subtitle; variant: m; ">
|
|
7352
|
+
typographyDialogSubtitleM
|
|
7353
|
+
<a href="#base-typographyDialogSubtitleM"
|
|
7354
7354
|
title="permalink"
|
|
7355
7355
|
class="permalink">
|
|
7356
7356
|
🔗
|
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 Fri, 23 Sep 2022 15:26:05 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
#import <Foundation/Foundation.h>
|
|
@@ -337,7 +337,7 @@
|
|
|
337
337
|
#define typographyDialogTitleL Bold 24px/125% Sage UI
|
|
338
338
|
#define typographyDialogTitleXl Bold 24px/125% Sage UI
|
|
339
339
|
#define typographyDialogTitleXxl Bold 24px/125% Sage UI
|
|
340
|
-
#define
|
|
340
|
+
#define typographyDialogSubtitleM Regular 16px/150% Sage UI
|
|
341
341
|
#define typographyDialogParagraphXs Regular 14px/150% Sage UI
|
|
342
342
|
#define typographyDialogParagraphS Regular 14px/150% Sage UI
|
|
343
343
|
#define typographyDialogParagraphMs Regular 14px/150% Sage UI
|
package/js/base/common.d.ts
CHANGED
|
@@ -325,7 +325,7 @@ export const typographyDialogTitleMl: string;
|
|
|
325
325
|
export const typographyDialogTitleL: string;
|
|
326
326
|
export const typographyDialogTitleXl: string;
|
|
327
327
|
export const typographyDialogTitleXxl: string;
|
|
328
|
-
export const
|
|
328
|
+
export const typographyDialogSubtitleM: string;
|
|
329
329
|
export const typographyDialogParagraphXs: string;
|
|
330
330
|
export const typographyDialogParagraphS: string;
|
|
331
331
|
export const typographyDialogParagraphMs: string;
|
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 Fri, 23 Sep 2022 15:26:05 GMT
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
@@ -335,7 +335,7 @@ module.exports = {
|
|
|
335
335
|
typographyDialogTitleL: '700 24px/125% Sage UI',
|
|
336
336
|
typographyDialogTitleXl: '700 24px/125% Sage UI',
|
|
337
337
|
typographyDialogTitleXxl: '700 24px/125% Sage UI',
|
|
338
|
-
|
|
338
|
+
typographyDialogSubtitleM: '400 16px/150% Sage UI',
|
|
339
339
|
typographyDialogParagraphXs: '400 14px/150% Sage UI',
|
|
340
340
|
typographyDialogParagraphS: '400 14px/150% Sage UI',
|
|
341
341
|
typographyDialogParagraphMs: '400 14px/150% Sage UI',
|
package/js/base/es6.d.ts
CHANGED
|
@@ -326,7 +326,7 @@ declare namespace _default {
|
|
|
326
326
|
const typographyDialogTitleL: string;
|
|
327
327
|
const typographyDialogTitleXl: string;
|
|
328
328
|
const typographyDialogTitleXxl: string;
|
|
329
|
-
const
|
|
329
|
+
const typographyDialogSubtitleM: string;
|
|
330
330
|
const typographyDialogParagraphXs: string;
|
|
331
331
|
const typographyDialogParagraphS: string;
|
|
332
332
|
const typographyDialogParagraphMs: string;
|
package/js/base/es6.js
CHANGED
|
@@ -330,7 +330,7 @@ export default {
|
|
|
330
330
|
typographyDialogTitleL: '700 24px/125% Sage UI',
|
|
331
331
|
typographyDialogTitleXl: '700 24px/125% Sage UI',
|
|
332
332
|
typographyDialogTitleXxl: '700 24px/125% Sage UI',
|
|
333
|
-
|
|
333
|
+
typographyDialogSubtitleM: '400 16px/150% Sage UI',
|
|
334
334
|
typographyDialogParagraphXs: '400 14px/150% Sage UI',
|
|
335
335
|
typographyDialogParagraphS: '400 14px/150% Sage UI',
|
|
336
336
|
typographyDialogParagraphMs: '400 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.42.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 Fri, 23 Sep 2022 15:26:05 GMT
|
|
8
8
|
|
|
9
9
|
$metaName: Base Theme;
|
|
10
10
|
$metaPublic: true;
|
|
@@ -333,7 +333,7 @@ $typographyDialogTitleMl: 700 24px/125% Sage UI;
|
|
|
333
333
|
$typographyDialogTitleL: 700 24px/125% Sage UI;
|
|
334
334
|
$typographyDialogTitleXl: 700 24px/125% Sage UI;
|
|
335
335
|
$typographyDialogTitleXxl: 700 24px/125% Sage UI;
|
|
336
|
-
$
|
|
336
|
+
$typographyDialogSubtitleM: 400 16px/150% Sage UI;
|
|
337
337
|
$typographyDialogParagraphXs: 400 14px/150% Sage UI;
|
|
338
338
|
$typographyDialogParagraphS: 400 14px/150% Sage UI;
|
|
339
339
|
$typographyDialogParagraphMs: 400 14px/150% Sage UI;
|
|
Binary file
|