@sage/design-tokens 2.6.0 → 2.7.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 Wed, 23 Mar 2022 10:13:26 GMT
5
+ Generated on Wed, 23 Mar 2022 16:20:31 GMT
6
6
  -->
7
7
  <resources>
8
8
  <string name="metaName">Base Theme</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 Wed, 23 Mar 2022 10:13:26 GMT
7
+ * Generated on Wed, 23 Mar 2022 16:20:31 GMT
8
8
  */
9
9
 
10
10
  :root {
package/data/tokens.json CHANGED
@@ -2027,7 +2027,7 @@
2027
2027
  "fontSize": "12px",
2028
2028
  "letterSpacing": "0%",
2029
2029
  "paragraphSpacing": "0px",
2030
- "textDecoration": "none",
2030
+ "textDecoration": "underline",
2031
2031
  "textCase": "none"
2032
2032
  },
2033
2033
  "type": "typography"
@@ -2040,7 +2040,7 @@
2040
2040
  "fontSize": "14px",
2041
2041
  "letterSpacing": "0%",
2042
2042
  "paragraphSpacing": "0px",
2043
- "textDecoration": "none",
2043
+ "textDecoration": "underline",
2044
2044
  "textCase": "none"
2045
2045
  },
2046
2046
  "type": "typography"
@@ -2052,7 +2052,7 @@
2052
2052
  "fontSize": "16px",
2053
2053
  "letterSpacing": "0%",
2054
2054
  "paragraphSpacing": "0px",
2055
- "textDecoration": "none",
2055
+ "textDecoration": "underline",
2056
2056
  "textCase": "none"
2057
2057
  },
2058
2058
  "type": "typography"
package/ios/base.h CHANGED
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Wed, 23 Mar 2022 10:13:26 GMT
7
+ // Generated on Wed, 23 Mar 2022 16:20:31 GMT
8
8
 
9
9
 
10
10
  #import <Foundation/Foundation.h>
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 Wed, 23 Mar 2022 10:13:26 GMT
7
+ * Generated on Wed, 23 Mar 2022 16:20:31 GMT
8
8
  */
9
9
 
10
10
  module.exports = {
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.6.0",
13
+ "version": "2.7.0",
14
14
  "license": "SEE LICENSE IN https://github.com/Sage/design-tokens/blob/master/license",
15
15
  "tags": [
16
16
  "design tokens",
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 Wed, 23 Mar 2022 10:13:26 GMT
7
+ // Generated on Wed, 23 Mar 2022 16:20:31 GMT
8
8
 
9
9
  $metaName: Base Theme;
10
10
  $metaPublic: true;