@sage/design-tokens 4.27.0 → 4.28.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, 13 Nov 2023 10:39:08 GMT
5
+ Generated on Tue, 14 Nov 2023 11:56:08 GMT
6
6
  -->
7
7
  <resources>
8
8
  <string name="metaName">Base Theme</string>
@@ -260,6 +260,7 @@
260
260
  <string name="sizing2000">160px</string>
261
261
  <string name="sizing2500">200px</string>
262
262
  <string name="sizing3000">240px</string>
263
+ <string name="sizing7000">560px</string>
263
264
  <string name="sizing010">1px</string>
264
265
  <string name="sizing025">2px</string>
265
266
  <string name="sizing050">4px</string>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Mon, 13 Nov 2023 10:39:08 GMT
5
+ Generated on Tue, 14 Nov 2023 11:56:09 GMT
6
6
  -->
7
7
  <resources>
8
8
  <string name="metaName">Dashboard Dark-Mode Token Set</string>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Mon, 13 Nov 2023 10:39:08 GMT
5
+ Generated on Tue, 14 Nov 2023 11:56:09 GMT
6
6
  -->
7
7
  <resources>
8
8
  <string name="metaName">Dashboard Light-Mode Token Set</string>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Mon, 13 Nov 2023 10:39:07 GMT
5
+ Generated on Tue, 14 Nov 2023 11:56:08 GMT
6
6
  -->
7
7
  <resources>
8
8
  <string name="metaName">Origin Token Set</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, 13 Nov 2023 10:39:07 GMT
7
+ * Generated on Tue, 14 Nov 2023 11:56:08 GMT
8
8
  */
9
9
 
10
10
  :root {
@@ -263,6 +263,7 @@ Copyright © 2021 The Sage Group plc or its licensors. All Rights reserved
263
263
  --sizing2000: 160px;
264
264
  --sizing2500: 200px;
265
265
  --sizing3000: 240px;
266
+ --sizing7000: 560px;
266
267
  --sizing010: 1px;
267
268
  --sizing025: 2px;
268
269
  --sizing050: 4px;
@@ -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, 13 Nov 2023 10:39:08 GMT
7
+ * Generated on Tue, 14 Nov 2023 11:56:09 GMT
8
8
  */
9
9
 
10
10
  :root {
@@ -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, 13 Nov 2023 10:39:08 GMT
7
+ * Generated on Tue, 14 Nov 2023 11:56:08 GMT
8
8
  */
9
9
 
10
10
  :root {
package/css/origin.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, 13 Nov 2023 10:39:07 GMT
7
+ * Generated on Tue, 14 Nov 2023 11:56:08 GMT
8
8
  */
9
9
 
10
10
  :root {
package/data/tokens.json CHANGED
@@ -1904,6 +1904,11 @@
1904
1904
  "type": "sizing",
1905
1905
  "description": "Tile"
1906
1906
  },
1907
+ "7000": {
1908
+ "value": "560px",
1909
+ "type": "sizing",
1910
+ "description": "Tile"
1911
+ },
1907
1912
  "010": {
1908
1913
  "value": "1px",
1909
1914
  "type": "sizing"
@@ -5623,6 +5623,27 @@
5623
5623
 
5624
5624
  </td>
5625
5625
  </tr>
5626
+ <tr>
5627
+ <td class="with-icons is-vcentered"
5628
+ id="base-sizing7000"
5629
+ title="theme: base; category: sizing; variant: 7000; ">
5630
+ sizing7000
5631
+ <a href="#base-sizing7000"
5632
+ title="permalink"
5633
+ class="permalink">
5634
+ 🔗
5635
+ </a>
5636
+ </td>
5637
+ <td class="is-vcentered">
5638
+ <pre>560px</pre>
5639
+ </td>
5640
+ <td class="is-vcentered">
5641
+ <div class="table__sizing-preview"
5642
+ style="width: 560px; height: 560px">
5643
+ </div>
5644
+
5645
+ </td>
5646
+ </tr>
5626
5647
  <tr>
5627
5648
  <td class="with-icons is-vcentered"
5628
5649
  id="base-sizing010"
@@ -906,6 +906,27 @@
906
906
 
907
907
  </td>
908
908
  </tr>
909
+ <tr>
910
+ <td class="with-icons is-vcentered"
911
+ id="base-sizing7000"
912
+ title="theme: base; category: sizing; variant: 7000; ">
913
+ sizing7000
914
+ <a href="#base-sizing7000"
915
+ title="permalink"
916
+ class="permalink">
917
+ 🔗
918
+ </a>
919
+ </td>
920
+ <td class="is-vcentered">
921
+ <pre>560px</pre>
922
+ </td>
923
+ <td class="is-vcentered">
924
+ <div class="table__sizing-preview"
925
+ style="width: 560px; height: 560px">
926
+ </div>
927
+
928
+ </td>
929
+ </tr>
909
930
  <tr>
910
931
  <td class="with-icons is-vcentered"
911
932
  id="base-sizing010"
@@ -8096,6 +8096,27 @@
8096
8096
 
8097
8097
  </td>
8098
8098
  </tr>
8099
+ <tr>
8100
+ <td class="with-icons is-vcentered"
8101
+ id="base-sizing7000"
8102
+ title="theme: base; category: sizing; variant: 7000; ">
8103
+ sizing7000
8104
+ <a href="#base-sizing7000"
8105
+ title="permalink"
8106
+ class="permalink">
8107
+ 🔗
8108
+ </a>
8109
+ </td>
8110
+ <td class="is-vcentered">
8111
+ <pre>560px</pre>
8112
+ </td>
8113
+ <td class="is-vcentered">
8114
+ <div class="table__sizing-preview"
8115
+ style="width: 560px; height: 560px">
8116
+ </div>
8117
+
8118
+ </td>
8119
+ </tr>
8099
8120
  <tr>
8100
8121
  <td class="with-icons is-vcentered"
8101
8122
  id="base-sizing010"
package/ios/base.h CHANGED
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Mon, 13 Nov 2023 10:39:08 GMT
7
+ // Generated on Tue, 14 Nov 2023 11:56:08 GMT
8
8
 
9
9
 
10
10
  #import <Foundation/Foundation.h>
@@ -265,6 +265,7 @@
265
265
  #define sizing2000 160px
266
266
  #define sizing2500 200px
267
267
  #define sizing3000 240px
268
+ #define sizing7000 560px
268
269
  #define sizing010 1px
269
270
  #define sizing025 2px
270
271
  #define sizing050 4px
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Mon, 13 Nov 2023 10:39:08 GMT
7
+ // Generated on Tue, 14 Nov 2023 11:56:09 GMT
8
8
 
9
9
 
10
10
  #import <Foundation/Foundation.h>
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Mon, 13 Nov 2023 10:39:08 GMT
7
+ // Generated on Tue, 14 Nov 2023 11:56:09 GMT
8
8
 
9
9
 
10
10
  #import <Foundation/Foundation.h>
package/ios/origin.h CHANGED
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Mon, 13 Nov 2023 10:39:07 GMT
7
+ // Generated on Tue, 14 Nov 2023 11:56:08 GMT
8
8
 
9
9
 
10
10
  #import <Foundation/Foundation.h>
@@ -253,6 +253,7 @@ export const sizing1600: string;
253
253
  export const sizing2000: string;
254
254
  export const sizing2500: string;
255
255
  export const sizing3000: string;
256
+ export const sizing7000: string;
256
257
  export const sizing010: string;
257
258
  export const sizing025: string;
258
259
  export const sizing050: 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, 13 Nov 2023 10:39:07 GMT
7
+ * Generated on Tue, 14 Nov 2023 11:56:08 GMT
8
8
  */
9
9
 
10
10
  module.exports = {
@@ -263,6 +263,7 @@ module.exports = {
263
263
  sizing2000: '160px',
264
264
  sizing2500: '200px',
265
265
  sizing3000: '240px',
266
+ sizing7000: '560px',
266
267
  sizing010: '1px',
267
268
  sizing025: '2px',
268
269
  sizing050: '4px',
package/js/base/es6.d.ts CHANGED
@@ -254,6 +254,7 @@ declare namespace _default {
254
254
  const sizing2000: string;
255
255
  const sizing2500: string;
256
256
  const sizing3000: string;
257
+ const sizing7000: string;
257
258
  const sizing010: string;
258
259
  const sizing025: string;
259
260
  const sizing050: string;
package/js/base/es6.js CHANGED
@@ -258,6 +258,7 @@ export default {
258
258
  sizing2000: '160px',
259
259
  sizing2500: '200px',
260
260
  sizing3000: '240px',
261
+ sizing7000: '560px',
261
262
  sizing010: '1px',
262
263
  sizing025: '2px',
263
264
  sizing050: '4px',
@@ -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, 13 Nov 2023 10:39:08 GMT
7
+ * Generated on Tue, 14 Nov 2023 11:56:09 GMT
8
8
  */
9
9
 
10
10
  module.exports = {
@@ -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, 13 Nov 2023 10:39:08 GMT
7
+ * Generated on Tue, 14 Nov 2023 11:56:08 GMT
8
8
  */
9
9
 
10
10
  module.exports = {
@@ -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, 13 Nov 2023 10:39:07 GMT
7
+ * Generated on Tue, 14 Nov 2023 11:56:08 GMT
8
8
  */
9
9
 
10
10
  module.exports = {
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  },
7
7
  "description": "Design tokens for the Sage Design System.",
8
8
  "author": "The Sage Group plc",
9
- "version": "4.27.0",
9
+ "version": "4.28.0",
10
10
  "license": "SEE LICENSE IN https://github.com/Sage/design-tokens/blob/master/license",
11
11
  "tags": [
12
12
  "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, 13 Nov 2023 10:39:08 GMT
7
+ // Generated on Tue, 14 Nov 2023 11:56:08 GMT
8
8
 
9
9
  $metaName: Base Theme;
10
10
  $metaPublic: true;
@@ -261,6 +261,7 @@ $sizing1600: 128px;
261
261
  $sizing2000: 160px;
262
262
  $sizing2500: 200px;
263
263
  $sizing3000: 240px;
264
+ $sizing7000: 560px;
264
265
  $sizing010: 1px;
265
266
  $sizing025: 2px;
266
267
  $sizing050: 4px;
@@ -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, 13 Nov 2023 10:39:08 GMT
7
+ // Generated on Tue, 14 Nov 2023 11:56:09 GMT
8
8
 
9
9
  $metaName: Dashboard Dark-Mode Token Set;
10
10
  $metaPublic: true;
@@ -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, 13 Nov 2023 10:39:08 GMT
7
+ // Generated on Tue, 14 Nov 2023 11:56:08 GMT
8
8
 
9
9
  $metaName: Dashboard Light-Mode Token Set;
10
10
  $metaPublic: true;
package/scss/origin.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, 13 Nov 2023 10:39:07 GMT
7
+ // Generated on Tue, 14 Nov 2023 11:56:08 GMT
8
8
 
9
9
  $metaName: Origin Token Set;
10
10
  $metaPublic: true;
Binary file