@navikt/ds-tokens 1.3.25 → 1.3.27

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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 20 Oct 2022 08:35:19 GMT
3
+ * Generated on Fri, 21 Oct 2022 11:29:09 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
package/dist/tokens.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 20 Oct 2022 08:35:19 GMT
3
+ * Generated on Fri, 21 Oct 2022 11:29:09 GMT
4
4
  */
5
5
 
6
6
  :root, :host {
package/dist/tokens.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 20 Oct 2022 08:35:19 GMT
3
+ * Generated on Fri, 21 Oct 2022 11:29:09 GMT
4
4
  */
5
5
 
6
6
  export const NavdsFontFamily : string;
package/dist/tokens.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 20 Oct 2022 08:35:19 GMT
3
+ * Generated on Fri, 21 Oct 2022 11:29:09 GMT
4
4
  */
5
5
 
6
6
  export const NavdsFontFamily = "\"Source Sans Pro\", Arial, sans-serif";
package/dist/tokens.less CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 20 Oct 2022 08:35:19 GMT
3
+ // Generated on Fri, 21 Oct 2022 11:29:09 GMT
4
4
 
5
5
  @navds-font-family: "Source Sans Pro", Arial, sans-serif;
6
6
  @navds-font-line-height-heading-2xlarge: 3.25rem;
package/dist/tokens.scss CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 20 Oct 2022 08:35:19 GMT
3
+ // Generated on Fri, 21 Oct 2022 11:29:09 GMT
4
4
 
5
5
  $navds-font-family: "Source Sans Pro", Arial, sans-serif;
6
6
  $navds-font-line-height-heading-2xlarge: 3.25rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navikt/ds-tokens",
3
- "version": "1.3.25",
3
+ "version": "1.3.27",
4
4
  "description": "Auto-generated design-tokens for NAV design-systems framework",
5
5
  "author": "NAV Designsystem team",
6
6
  "keywords": [
@@ -43,5 +43,5 @@
43
43
  "ts-node": "^10.3.0",
44
44
  "typescript": "^4.7.2"
45
45
  },
46
- "gitHead": "ab0c3432e64575486f8ff84bbb71a71c6c150464"
46
+ "gitHead": "917abc8b9cfb6343efb6f63537630406e5571cbd"
47
47
  }