@navikt/ds-tokens 1.4.0 → 1.4.2

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, 28 Oct 2022 15:30:29 GMT
3
+ * Generated on Tue, 01 Nov 2022 09:21:56 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, 28 Oct 2022 15:30:29 GMT
3
+ * Generated on Tue, 01 Nov 2022 09:21:56 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 Fri, 28 Oct 2022 15:30:29 GMT
3
+ * Generated on Tue, 01 Nov 2022 09:21:56 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, 28 Oct 2022 15:30:29 GMT
3
+ * Generated on Tue, 01 Nov 2022 09:21:56 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, 28 Oct 2022 15:30:29 GMT
3
+ // Generated on Tue, 01 Nov 2022 09:21:56 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, 28 Oct 2022 15:30:29 GMT
3
+ // Generated on Tue, 01 Nov 2022 09:21:56 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.4.0",
3
+ "version": "1.4.2",
4
4
  "description": "Auto-generated design-tokens for NAV design-systems framework",
5
5
  "author": "NAV Designsystem team",
6
6
  "keywords": [
@@ -29,18 +29,18 @@
29
29
  "directory": "@navikt/core/tokens"
30
30
  },
31
31
  "devDependencies": {
32
- "@types/jest": "^27.0.1",
32
+ "@types/jest": "^29.0.0",
33
33
  "@types/node": "^17.0.35",
34
34
  "axios": "^0.21.3",
35
35
  "color": "4.2.3",
36
36
  "dotenv": "^10.0.0",
37
37
  "figma-api": "^1.7.0",
38
- "jest": "^27.2.0",
38
+ "jest": "^29.0.0",
39
39
  "lodash": "^4.17.21",
40
40
  "nodemon": "^2.0.12",
41
41
  "style-dictionary": "^3.0.2",
42
- "ts-jest": "^27.0.5",
43
- "ts-node": "^10.3.0",
44
- "typescript": "^4.7.2"
42
+ "ts-jest": "^29.0.0",
43
+ "ts-node": "10.9.0",
44
+ "typescript": "^4.8.0"
45
45
  }
46
46
  }