@sage/design-tokens 2.36.0 → 2.37.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, 23 Jun 2022 13:32:07 GMT
5
+ Generated on Fri, 24 Jun 2022 14:36:40 GMT
6
6
  -->
7
7
  <resources>
8
8
  <string name="metaName">Base Theme</string>
@@ -315,7 +315,7 @@
315
315
  <string name="typographyCardSelectTitleM">Bold 16px/150% Sage UI</string>
316
316
  <string name="typographyCardSelectSubtitleM">Medium 14px/150% Sage UI</string>
317
317
  <string name="typographyCardSelectParagraphM">Regular 14px/150% Sage UI</string>
318
- <string name="typographyDatePickerCalendarDateM">Bold 14px/150% Sage UI</string>
318
+ <string name="typographyDatePickerCalendarDateM">Medium 14px/150% Sage UI</string>
319
319
  <string name="typographyDatePickerCalendarDayM">Bold 14px/150% Sage UI</string>
320
320
  <string name="typographyDatePickerCalendarMonthM">Bold 16px/125% Sage UI</string>
321
321
  <string name="typographyDialogTitleXs">Bold 24px/125% 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, 23 Jun 2022 13:32:07 GMT
7
+ * Generated on Fri, 24 Jun 2022 14:36:40 GMT
8
8
  */
9
9
 
10
10
  :root {
@@ -318,7 +318,7 @@ Copyright © 2021 The Sage Group plc or its licensors. All Rights reserved
318
318
  --typographyCardSelectTitleM: 700 16px/150% Sage UI;
319
319
  --typographyCardSelectSubtitleM: 500 14px/150% Sage UI;
320
320
  --typographyCardSelectParagraphM: 400 14px/150% Sage UI;
321
- --typographyDatePickerCalendarDateM: 700 14px/150% Sage UI;
321
+ --typographyDatePickerCalendarDateM: 500 14px/150% Sage UI;
322
322
  --typographyDatePickerCalendarDayM: 700 14px/150% Sage UI;
323
323
  --typographyDatePickerCalendarMonthM: 700 16px/125% Sage UI;
324
324
  --typographyDialogTitleXs: 700 24px/125% Sage UI;
package/data/tokens.json CHANGED
@@ -1779,7 +1779,7 @@
1779
1779
  "m": {
1780
1780
  "value": {
1781
1781
  "fontFamily": "Sage UI",
1782
- "fontWeight": "Bold",
1782
+ "fontWeight": "Medium",
1783
1783
  "lineHeight": "150%",
1784
1784
  "fontSize": "14px",
1785
1785
  "letterSpacing": "0%",
@@ -6944,7 +6944,7 @@
6944
6944
  </a>
6945
6945
  </td>
6946
6946
  <td class="is-vcentered">
6947
- <pre>700 14px/150% Sage UI</pre>
6947
+ <pre>500 14px/150% Sage UI</pre>
6948
6948
  </td>
6949
6949
  <td class="is-vcentered">
6950
6950
  <div class="table__typography-preview">
@@ -570,7 +570,7 @@
570
570
  </a>
571
571
  </td>
572
572
  <td class="is-vcentered">
573
- <pre>700 14px/150% Sage UI</pre>
573
+ <pre>500 14px/150% Sage UI</pre>
574
574
  </td>
575
575
  <td class="is-vcentered">
576
576
  <div class="table__typography-preview">
@@ -7000,7 +7000,7 @@
7000
7000
  </a>
7001
7001
  </td>
7002
7002
  <td class="is-vcentered">
7003
- <pre>700 14px/150% Sage UI</pre>
7003
+ <pre>500 14px/150% Sage UI</pre>
7004
7004
  </td>
7005
7005
  <td class="is-vcentered">
7006
7006
  <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, 23 Jun 2022 13:32:07 GMT
7
+ // Generated on Fri, 24 Jun 2022 14:36:40 GMT
8
8
 
9
9
 
10
10
  #import <Foundation/Foundation.h>
@@ -320,7 +320,7 @@
320
320
  #define typographyCardSelectTitleM Bold 16px/150% Sage UI
321
321
  #define typographyCardSelectSubtitleM Medium 14px/150% Sage UI
322
322
  #define typographyCardSelectParagraphM Regular 14px/150% Sage UI
323
- #define typographyDatePickerCalendarDateM Bold 14px/150% Sage UI
323
+ #define typographyDatePickerCalendarDateM Medium 14px/150% Sage UI
324
324
  #define typographyDatePickerCalendarDayM Bold 14px/150% Sage UI
325
325
  #define typographyDatePickerCalendarMonthM Bold 16px/125% Sage UI
326
326
  #define typographyDialogTitleXs Bold 24px/125% 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, 23 Jun 2022 13:32:07 GMT
7
+ * Generated on Fri, 24 Jun 2022 14:36:40 GMT
8
8
  */
9
9
 
10
10
  module.exports = {
@@ -318,7 +318,7 @@ module.exports = {
318
318
  typographyCardSelectTitleM: '700 16px/150% Sage UI',
319
319
  typographyCardSelectSubtitleM: '500 14px/150% Sage UI',
320
320
  typographyCardSelectParagraphM: '400 14px/150% Sage UI',
321
- typographyDatePickerCalendarDateM: '700 14px/150% Sage UI',
321
+ typographyDatePickerCalendarDateM: '500 14px/150% Sage UI',
322
322
  typographyDatePickerCalendarDayM: '700 14px/150% Sage UI',
323
323
  typographyDatePickerCalendarMonthM: '700 16px/125% Sage UI',
324
324
  typographyDialogTitleXs: '700 24px/125% Sage UI',
package/js/base/es6.js CHANGED
@@ -313,7 +313,7 @@ export default {
313
313
  typographyCardSelectTitleM: '700 16px/150% Sage UI',
314
314
  typographyCardSelectSubtitleM: '500 14px/150% Sage UI',
315
315
  typographyCardSelectParagraphM: '400 14px/150% Sage UI',
316
- typographyDatePickerCalendarDateM: '700 14px/150% Sage UI',
316
+ typographyDatePickerCalendarDateM: '500 14px/150% Sage UI',
317
317
  typographyDatePickerCalendarDayM: '700 14px/150% Sage UI',
318
318
  typographyDatePickerCalendarMonthM: '700 16px/125% Sage UI',
319
319
  typographyDialogTitleXs: '700 24px/125% 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.36.0",
13
+ "version": "2.37.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, 23 Jun 2022 13:32:07 GMT
7
+ // Generated on Fri, 24 Jun 2022 14:36:40 GMT
8
8
 
9
9
  $metaName: Base Theme;
10
10
  $metaPublic: true;
@@ -316,7 +316,7 @@ $typographyCardParagraphM: 400 14px/150% Sage UI;
316
316
  $typographyCardSelectTitleM: 700 16px/150% Sage UI;
317
317
  $typographyCardSelectSubtitleM: 500 14px/150% Sage UI;
318
318
  $typographyCardSelectParagraphM: 400 14px/150% Sage UI;
319
- $typographyDatePickerCalendarDateM: 700 14px/150% Sage UI;
319
+ $typographyDatePickerCalendarDateM: 500 14px/150% Sage UI;
320
320
  $typographyDatePickerCalendarDayM: 700 14px/150% Sage UI;
321
321
  $typographyDatePickerCalendarMonthM: 700 16px/125% Sage UI;
322
322
  $typographyDialogTitleXs: 700 24px/125% Sage UI;
Binary file