@navikt/ds-tokens 1.3.5 → 1.3.6

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 Fri, 30 Sep 2022 11:50:38 GMT
3
+ * Generated on Sat, 08 Oct 2022 16:29:48 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 Fri, 30 Sep 2022 11:50:38 GMT
3
+ * Generated on Sat, 08 Oct 2022 16:29:48 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 Fri, 30 Sep 2022 11:50:38 GMT
3
+ * Generated on Sat, 08 Oct 2022 16:29:48 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 Fri, 30 Sep 2022 11:50:38 GMT
3
+ * Generated on Sat, 08 Oct 2022 16:29:48 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 Fri, 30 Sep 2022 11:50:38 GMT
3
+ // Generated on Sat, 08 Oct 2022 16:29:48 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 Fri, 30 Sep 2022 11:50:38 GMT
3
+ // Generated on Sat, 08 Oct 2022 16:29:48 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.5",
3
+ "version": "1.3.6",
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": "9c9174d3a6c71aa55192d61788d0c86412d2f2de"
46
+ "gitHead": "77c4833c42bb4ffc696ca88551ed41c80b500123"
47
47
  }