@navikt/ds-tokens 2.1.6 → 2.1.7

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/README.md CHANGED
@@ -28,9 +28,9 @@ backgroundcolor: var(--a-surface-default);
28
28
 
29
29
  ## Learn more
30
30
 
31
- - [Designsystem documentation](https://aksel.nav.no/designsystem)
32
- - [Storybook](https://master--5f801fb2aea7820022de2936.chromatic.com/)
31
+ - [Docs](https://aksel.nav.no/komponenter)
32
+ - [Storybook](https://aksel.nav.no/storybook/)
33
33
 
34
34
  ## License
35
35
 
36
- [MIT](https://github.com/navikt/Designsystemet/blob/master/LICENCE)
36
+ [MIT](https://github.com/navikt/aksel/blob/main/LICENCE)
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 02 Feb 2023 12:31:32 GMT
3
+ * Generated on Thu, 09 Feb 2023 12:03:01 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, 02 Feb 2023 12:31:32 GMT
3
+ * Generated on Thu, 09 Feb 2023 12:03:01 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, 02 Feb 2023 12:31:32 GMT
3
+ * Generated on Thu, 09 Feb 2023 12:03:01 GMT
4
4
  */
5
5
 
6
6
  export const AFontFamily : string;
package/dist/tokens.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 02 Feb 2023 12:31:32 GMT
3
+ * Generated on Thu, 09 Feb 2023 12:03:01 GMT
4
4
  */
5
5
 
6
6
  export const AFontFamily = "\"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, 02 Feb 2023 12:31:32 GMT
3
+ // Generated on Thu, 09 Feb 2023 12:03:01 GMT
4
4
 
5
5
  @a-font-family: "Source Sans Pro", Arial, sans-serif;
6
6
  @a-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, 02 Feb 2023 12:31:32 GMT
3
+ // Generated on Thu, 09 Feb 2023 12:03:01 GMT
4
4
 
5
5
  $a-font-family: "Source Sans Pro", Arial, sans-serif;
6
6
  $a-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": "2.1.6",
3
+ "version": "2.1.7",
4
4
  "description": "Design-tokens for NAV designsystem",
5
5
  "author": "Aksel | NAV designsystem team",
6
6
  "keywords": [
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "repository": {
28
28
  "type": "git",
29
- "url": "git+https://github.com/navikt/Designsystemet.git",
29
+ "url": "git+https://github.com/navikt/aksel.git",
30
30
  "directory": "@navikt/core/tokens"
31
31
  },
32
32
  "devDependencies": {