@sage/design-tokens 2.24.0 → 2.25.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 Mon, 25 Apr 2022 14:54:42 GMT
5
+ Generated on Wed, 27 Apr 2022 17:05:47 GMT
6
6
  -->
7
7
  <resources>
8
8
  <string name="metaName">Base Theme</string>
@@ -233,6 +233,7 @@
233
233
  <string name="sizing800">64px</string>
234
234
  <string name="sizing900">72px</string>
235
235
  <string name="sizing1000">80px</string>
236
+ <string name="sizing1200">96px</string>
236
237
  <string name="sizing1300">104px</string>
237
238
  <string name="sizing1600">128px</string>
238
239
  <string name="sizing010">1px</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 Mon, 25 Apr 2022 14:54:42 GMT
7
+ * Generated on Wed, 27 Apr 2022 17:05:47 GMT
8
8
  */
9
9
 
10
10
  :root {
@@ -236,6 +236,7 @@ Copyright © 2021 The Sage Group plc or its licensors. All Rights reserved
236
236
  --sizing800: 64px;
237
237
  --sizing900: 72px;
238
238
  --sizing1000: 80px;
239
+ --sizing1200: 96px;
239
240
  --sizing1300: 104px;
240
241
  --sizing1600: 128px;
241
242
  --sizing010: 1px;
package/data/tokens.json CHANGED
@@ -1148,6 +1148,10 @@
1148
1148
  "value": "80px",
1149
1149
  "type": "sizing"
1150
1150
  },
1151
+ "1200": {
1152
+ "value": "96px",
1153
+ "type": "sizing"
1154
+ },
1151
1155
  "1300": {
1152
1156
  "value": "104px",
1153
1157
  "type": "sizing"
@@ -5044,6 +5044,27 @@
5044
5044
 
5045
5045
  </td>
5046
5046
  </tr>
5047
+ <tr>
5048
+ <td class="with-icons is-vcentered"
5049
+ id="base-sizing1200"
5050
+ title="theme: base; category: sizing; variant: 1200; ">
5051
+ sizing1200
5052
+ <a href="#base-sizing1200"
5053
+ title="permalink"
5054
+ class="permalink">
5055
+ 🔗
5056
+ </a>
5057
+ </td>
5058
+ <td class="is-vcentered">
5059
+ <pre>96px</pre>
5060
+ </td>
5061
+ <td class="is-vcentered">
5062
+ <div class="table__sizing-preview"
5063
+ style="width: 96px; height: 96px">
5064
+ </div>
5065
+
5066
+ </td>
5067
+ </tr>
5047
5068
  <tr>
5048
5069
  <td class="with-icons is-vcentered"
5049
5070
  id="base-sizing1300"
@@ -684,6 +684,27 @@
684
684
 
685
685
  </td>
686
686
  </tr>
687
+ <tr>
688
+ <td class="with-icons is-vcentered"
689
+ id="base-sizing1200"
690
+ title="theme: base; category: sizing; variant: 1200; ">
691
+ sizing1200
692
+ <a href="#base-sizing1200"
693
+ title="permalink"
694
+ class="permalink">
695
+ 🔗
696
+ </a>
697
+ </td>
698
+ <td class="is-vcentered">
699
+ <pre>96px</pre>
700
+ </td>
701
+ <td class="is-vcentered">
702
+ <div class="table__sizing-preview"
703
+ style="width: 96px; height: 96px">
704
+ </div>
705
+
706
+ </td>
707
+ </tr>
687
708
  <tr>
688
709
  <td class="with-icons is-vcentered"
689
710
  id="base-sizing1300"
@@ -5055,6 +5055,27 @@
5055
5055
 
5056
5056
  </td>
5057
5057
  </tr>
5058
+ <tr>
5059
+ <td class="with-icons is-vcentered"
5060
+ id="base-sizing1200"
5061
+ title="theme: base; category: sizing; variant: 1200; ">
5062
+ sizing1200
5063
+ <a href="#base-sizing1200"
5064
+ title="permalink"
5065
+ class="permalink">
5066
+ 🔗
5067
+ </a>
5068
+ </td>
5069
+ <td class="is-vcentered">
5070
+ <pre>96px</pre>
5071
+ </td>
5072
+ <td class="is-vcentered">
5073
+ <div class="table__sizing-preview"
5074
+ style="width: 96px; height: 96px">
5075
+ </div>
5076
+
5077
+ </td>
5078
+ </tr>
5058
5079
  <tr>
5059
5080
  <td class="with-icons is-vcentered"
5060
5081
  id="base-sizing1300"
package/ios/base.h CHANGED
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Mon, 25 Apr 2022 14:54:42 GMT
7
+ // Generated on Wed, 27 Apr 2022 17:05:47 GMT
8
8
 
9
9
 
10
10
  #import <Foundation/Foundation.h>
@@ -238,6 +238,7 @@
238
238
  #define sizing800 64px
239
239
  #define sizing900 72px
240
240
  #define sizing1000 80px
241
+ #define sizing1200 96px
241
242
  #define sizing1300 104px
242
243
  #define sizing1600 128px
243
244
  #define sizing010 1px
@@ -226,6 +226,7 @@ export const sizing700: string;
226
226
  export const sizing800: string;
227
227
  export const sizing900: string;
228
228
  export const sizing1000: string;
229
+ export const sizing1200: string;
229
230
  export const sizing1300: string;
230
231
  export const sizing1600: string;
231
232
  export const sizing010: 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 Mon, 25 Apr 2022 14:54:42 GMT
7
+ * Generated on Wed, 27 Apr 2022 17:05:47 GMT
8
8
  */
9
9
 
10
10
  module.exports = {
@@ -236,6 +236,7 @@ module.exports = {
236
236
  sizing800: '64px',
237
237
  sizing900: '72px',
238
238
  sizing1000: '80px',
239
+ sizing1200: '96px',
239
240
  sizing1300: '104px',
240
241
  sizing1600: '128px',
241
242
  sizing010: '1px',
package/js/base/es6.d.ts CHANGED
@@ -227,6 +227,7 @@ declare namespace _default {
227
227
  const sizing800: string;
228
228
  const sizing900: string;
229
229
  const sizing1000: string;
230
+ const sizing1200: string;
230
231
  const sizing1300: string;
231
232
  const sizing1600: string;
232
233
  const sizing010: string;
package/js/base/es6.js CHANGED
@@ -231,6 +231,7 @@ export default {
231
231
  sizing800: '64px',
232
232
  sizing900: '72px',
233
233
  sizing1000: '80px',
234
+ sizing1200: '96px',
234
235
  sizing1300: '104px',
235
236
  sizing1600: '128px',
236
237
  sizing010: '1px',
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.24.0",
13
+ "version": "2.25.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 Mon, 25 Apr 2022 14:54:42 GMT
7
+ // Generated on Wed, 27 Apr 2022 17:05:47 GMT
8
8
 
9
9
  $metaName: Base Theme;
10
10
  $metaPublic: true;
@@ -234,6 +234,7 @@ $sizing700: 56px;
234
234
  $sizing800: 64px;
235
235
  $sizing900: 72px;
236
236
  $sizing1000: 80px;
237
+ $sizing1200: 96px;
237
238
  $sizing1300: 104px;
238
239
  $sizing1600: 128px;
239
240
  $sizing010: 1px;
Binary file