@sage/design-tokens 2.47.0 → 2.48.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 CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Thu, 13 Oct 2022 16:10:44 GMT
5
+ Generated on Fri, 14 Oct 2022 15:45:38 GMT
6
6
  -->
7
7
  <resources>
8
8
  <string name="metaName">Base Theme</string>
@@ -387,7 +387,7 @@
387
387
  <string name="typographyLinkTextL">Regular 16px/150% Sage UI</string>
388
388
  <string name="typographyMenuLabelM">Medium 14px/150% Sage UI</string>
389
389
  <string name="typographyMenuLabelL">Medium 16px/150% Sage UI</string>
390
- <string name="typographyMenuSegmentTitleM">Medium 12px/150% Sage UI</string>
390
+ <string name="typographyMenuSegmentTitleM">Medium 14px/150% Sage UI</string>
391
391
  <string name="typographyMessageHeadingM">Bold 14px/150% Sage UI</string>
392
392
  <string name="typographyMessageHeadingL">Bold 16px/150% Sage UI</string>
393
393
  <string name="typographyMessageTextM">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 Thu, 13 Oct 2022 16:10:44 GMT
7
+ * Generated on Fri, 14 Oct 2022 15:45:38 GMT
8
8
  */
9
9
 
10
10
  :root {
@@ -390,7 +390,7 @@ Copyright © 2021 The Sage Group plc or its licensors. All Rights reserved
390
390
  --typographyLinkTextL: 400 16px/150% Sage UI;
391
391
  --typographyMenuLabelM: 500 14px/150% Sage UI;
392
392
  --typographyMenuLabelL: 500 16px/150% Sage UI;
393
- --typographyMenuSegmentTitleM: 500 12px/150% Sage UI;
393
+ --typographyMenuSegmentTitleM: 500 14px/150% Sage UI;
394
394
  --typographyMessageHeadingM: 700 14px/150% Sage UI;
395
395
  --typographyMessageHeadingL: 700 16px/150% Sage UI;
396
396
  --typographyMessageTextM: 400 14px/150% Sage UI;
package/data/tokens.json CHANGED
@@ -2640,7 +2640,7 @@
2640
2640
  "fontFamily": "Sage UI",
2641
2641
  "fontWeight": "Medium",
2642
2642
  "lineHeight": "150%",
2643
- "fontSize": "12px",
2643
+ "fontSize": "14px",
2644
2644
  "letterSpacing": "0%",
2645
2645
  "paragraphSpacing": "0px",
2646
2646
  "textDecoration": "none",
@@ -8456,7 +8456,7 @@
8456
8456
  </a>
8457
8457
  </td>
8458
8458
  <td class="is-vcentered">
8459
- <pre>500 12px/150% Sage UI</pre>
8459
+ <pre>500 14px/150% Sage UI</pre>
8460
8460
  </td>
8461
8461
  <td class="is-vcentered">
8462
8462
  <div class="table__typography-preview">
@@ -1977,7 +1977,7 @@
1977
1977
  </a>
1978
1978
  </td>
1979
1979
  <td class="is-vcentered">
1980
- <pre>500 12px/150% Sage UI</pre>
1980
+ <pre>500 14px/150% Sage UI</pre>
1981
1981
  </td>
1982
1982
  <td class="is-vcentered">
1983
1983
  <div class="table__typography-preview">
@@ -8512,7 +8512,7 @@
8512
8512
  </a>
8513
8513
  </td>
8514
8514
  <td class="is-vcentered">
8515
- <pre>500 12px/150% Sage UI</pre>
8515
+ <pre>500 14px/150% Sage UI</pre>
8516
8516
  </td>
8517
8517
  <td class="is-vcentered">
8518
8518
  <div class="table__typography-preview">
package/ios/base.h CHANGED
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Thu, 13 Oct 2022 16:10:44 GMT
7
+ // Generated on Fri, 14 Oct 2022 15:45:38 GMT
8
8
 
9
9
 
10
10
  #import <Foundation/Foundation.h>
@@ -392,7 +392,7 @@
392
392
  #define typographyLinkTextL Regular 16px/150% Sage UI
393
393
  #define typographyMenuLabelM Medium 14px/150% Sage UI
394
394
  #define typographyMenuLabelL Medium 16px/150% Sage UI
395
- #define typographyMenuSegmentTitleM Medium 12px/150% Sage UI
395
+ #define typographyMenuSegmentTitleM Medium 14px/150% Sage UI
396
396
  #define typographyMessageHeadingM Bold 14px/150% Sage UI
397
397
  #define typographyMessageHeadingL Bold 16px/150% Sage UI
398
398
  #define typographyMessageTextM Regular 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 Thu, 13 Oct 2022 16:10:44 GMT
7
+ * Generated on Fri, 14 Oct 2022 15:45:38 GMT
8
8
  */
9
9
 
10
10
  module.exports = {
@@ -390,7 +390,7 @@ module.exports = {
390
390
  typographyLinkTextL: '400 16px/150% Sage UI',
391
391
  typographyMenuLabelM: '500 14px/150% Sage UI',
392
392
  typographyMenuLabelL: '500 16px/150% Sage UI',
393
- typographyMenuSegmentTitleM: '500 12px/150% Sage UI',
393
+ typographyMenuSegmentTitleM: '500 14px/150% Sage UI',
394
394
  typographyMessageHeadingM: '700 14px/150% Sage UI',
395
395
  typographyMessageHeadingL: '700 16px/150% Sage UI',
396
396
  typographyMessageTextM: '400 14px/150% Sage UI',
package/js/base/es6.js CHANGED
@@ -385,7 +385,7 @@ export default {
385
385
  typographyLinkTextL: '400 16px/150% Sage UI',
386
386
  typographyMenuLabelM: '500 14px/150% Sage UI',
387
387
  typographyMenuLabelL: '500 16px/150% Sage UI',
388
- typographyMenuSegmentTitleM: '500 12px/150% Sage UI',
388
+ typographyMenuSegmentTitleM: '500 14px/150% Sage UI',
389
389
  typographyMessageHeadingM: '700 14px/150% Sage UI',
390
390
  typographyMessageHeadingL: '700 16px/150% Sage UI',
391
391
  typographyMessageTextM: '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.47.0",
13
+ "version": "2.48.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 Thu, 13 Oct 2022 16:10:44 GMT
7
+ // Generated on Fri, 14 Oct 2022 15:45:38 GMT
8
8
 
9
9
  $metaName: Base Theme;
10
10
  $metaPublic: true;
@@ -388,7 +388,7 @@ $typographyLinkTextM: 400 14px/150% Sage UI;
388
388
  $typographyLinkTextL: 400 16px/150% Sage UI;
389
389
  $typographyMenuLabelM: 500 14px/150% Sage UI;
390
390
  $typographyMenuLabelL: 500 16px/150% Sage UI;
391
- $typographyMenuSegmentTitleM: 500 12px/150% Sage UI;
391
+ $typographyMenuSegmentTitleM: 500 14px/150% Sage UI;
392
392
  $typographyMessageHeadingM: 700 14px/150% Sage UI;
393
393
  $typographyMessageHeadingL: 700 16px/150% Sage UI;
394
394
  $typographyMessageTextM: 400 14px/150% Sage UI;
Binary file