@navikt/ds-tokens 1.3.19 → 1.3.20

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, 13 Oct 2022 11:32:37 GMT
3
+ * Generated on Thu, 13 Oct 2022 12:20:23 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, 13 Oct 2022 11:32:37 GMT
3
+ * Generated on Thu, 13 Oct 2022 12:20:23 GMT
4
4
  */
5
5
 
6
6
  :root {
package/dist/tokens.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 13 Oct 2022 11:32:37 GMT
3
+ * Generated on Thu, 13 Oct 2022 12:20:23 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, 13 Oct 2022 11:32:37 GMT
3
+ * Generated on Thu, 13 Oct 2022 12:20:23 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, 13 Oct 2022 11:32:37 GMT
3
+ // Generated on Thu, 13 Oct 2022 12:20:23 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, 13 Oct 2022 11:32:37 GMT
3
+ // Generated on Thu, 13 Oct 2022 12:20:23 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.19",
3
+ "version": "1.3.20",
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": "5179b09e671b5b377de741da0ea0b62f1691462e"
46
+ "gitHead": "d94a0e9c78f4f2709ad8610c80e627bc8e5a8d8d"
47
47
  }