@navikt/ds-tokens 5.7.1 → 5.7.3

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 Mon, 16 Oct 2023 09:24:11 GMT
3
+ * Generated on Tue, 17 Oct 2023 14:33:03 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -301,5 +301,6 @@ module.exports = {
301
301
  "ASpacing20": "5rem",
302
302
  "ASpacing24": "6rem",
303
303
  "ASpacing32": "8rem",
304
- "ASpacing05": "0.125rem"
304
+ "ASpacing05": "0.125rem",
305
+ "ASpacing1Alt": "0.375rem"
305
306
  };
package/dist/tokens.css CHANGED
@@ -1,9 +1,10 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 16 Oct 2023 09:24:11 GMT
3
+ * Generated on Tue, 17 Oct 2023 14:33:03 GMT
4
4
  */
5
5
 
6
6
  :root, :host {
7
+ --a-spacing-1-alt: 0.375rem;
7
8
  --a-spacing-05: 0.125rem;
8
9
  --a-spacing-32: 8rem;
9
10
  --a-spacing-24: 6rem;
package/dist/tokens.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 16 Oct 2023 09:24:11 GMT
3
+ * Generated on Tue, 17 Oct 2023 14:33:03 GMT
4
4
  */
5
5
 
6
6
  export const ABreakpointXs : "0";
@@ -301,3 +301,4 @@ export const ASpacing20 : "5rem";
301
301
  export const ASpacing24 : "6rem";
302
302
  export const ASpacing32 : "8rem";
303
303
  export const ASpacing05 : "0.125rem";
304
+ export const ASpacing1Alt : "0.375rem";
package/dist/tokens.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 16 Oct 2023 09:24:11 GMT
3
+ * Generated on Tue, 17 Oct 2023 14:33:03 GMT
4
4
  */
5
5
 
6
6
  export const ABreakpointXs = "0";
@@ -301,3 +301,4 @@ export const ASpacing20 = "5rem";
301
301
  export const ASpacing24 = "6rem";
302
302
  export const ASpacing32 = "8rem";
303
303
  export const ASpacing05 = "0.125rem";
304
+ export const ASpacing1Alt = "0.375rem";
package/dist/tokens.less CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 16 Oct 2023 09:24:11 GMT
3
+ // Generated on Tue, 17 Oct 2023 14:33:03 GMT
4
4
 
5
5
  @a-breakpoint-xs: 0;
6
6
  @a-breakpoint-sm: 480px;
@@ -300,3 +300,4 @@
300
300
  @a-spacing-24: 6rem;
301
301
  @a-spacing-32: 8rem;
302
302
  @a-spacing-05: 0.125rem;
303
+ @a-spacing-1-alt: 0.375rem;
package/dist/tokens.scss CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 16 Oct 2023 09:24:11 GMT
3
+ // Generated on Tue, 17 Oct 2023 14:33:03 GMT
4
4
 
5
5
  $a-breakpoint-xs: 0;
6
6
  $a-breakpoint-sm: 480px;
@@ -300,3 +300,4 @@ $a-spacing-20: 5rem;
300
300
  $a-spacing-24: 6rem;
301
301
  $a-spacing-32: 8rem;
302
302
  $a-spacing-05: 0.125rem;
303
+ $a-spacing-1-alt: 0.375rem;
package/docs.json CHANGED
@@ -508,6 +508,7 @@
508
508
  { "name": "--a-spacing-0", "value": "0" },
509
509
  { "name": "--a-spacing-05", "value": "0.125rem" },
510
510
  { "name": "--a-spacing-1", "value": "0.25rem" },
511
+ { "name": "--a-spacing-1-alt", "value": "0.375rem" },
511
512
  { "name": "--a-spacing-2", "value": "0.5rem" },
512
513
  { "name": "--a-spacing-3", "value": "0.75rem" },
513
514
  { "name": "--a-spacing-4", "value": "1rem" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navikt/ds-tokens",
3
- "version": "5.7.1",
3
+ "version": "5.7.3",
4
4
  "description": "Design-tokens for NAV designsystem",
5
5
  "author": "Aksel | NAV designsystem team",
6
6
  "keywords": [
package/src/spacing.json CHANGED
@@ -10,6 +10,9 @@
10
10
  "1": {
11
11
  "value": "0.25rem"
12
12
  },
13
+ "1-alt": {
14
+ "value": "0.375rem"
15
+ },
13
16
  "2": {
14
17
  "value": "0.5rem"
15
18
  },