@navikt/ds-tokens 7.33.5 → 7.35.0

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.
@@ -551,7 +551,7 @@
551
551
  }
552
552
 
553
553
  :root, :host {
554
- --ax-version: "7.33.5";
554
+ --ax-version: "7.35.0";
555
555
  --ax-space-0: 0rem;
556
556
  --ax-space-1: .0625rem;
557
557
  --ax-space-2: .125rem;
@@ -39,7 +39,7 @@ module.exports = {
39
39
  AFontWeightRegular: "400",
40
40
  AZIndexPopover: 1000,
41
41
  AZIndexFocus: 10,
42
- AZIndexTooltip: 3000,
42
+ AZIndexTooltip: 2147483647,
43
43
  ABorderRadiusSmall: "2px",
44
44
  ABorderRadiusMedium: "4px",
45
45
  ABorderRadiusLarge: "8px",
package/dist/tokens.css CHANGED
@@ -3,7 +3,7 @@
3
3
  */
4
4
 
5
5
  :root, :host {
6
- --ax-version: "7.33.5";
6
+ --ax-version: "7.35.0";
7
7
  --a-breakpoint-xs: 0;
8
8
  --a-breakpoint-sm: 480px;
9
9
  --a-breakpoint-sm-down: 479px;
@@ -40,7 +40,7 @@
40
40
  --a-font-weight-regular: 400;
41
41
  --a-z-index-popover: 1000;
42
42
  --a-z-index-focus: 10;
43
- --a-z-index-tooltip: 3000;
43
+ --a-z-index-tooltip: 2147483647;
44
44
  --a-border-radius-small: 2px;
45
45
  --a-border-radius-medium: 4px;
46
46
  --a-border-radius-large: 8px;
package/dist/tokens.js CHANGED
@@ -39,7 +39,7 @@ export const AFontWeightBold = "600";
39
39
  export const AFontWeightRegular = "400";
40
40
  export const AZIndexPopover = 1000;
41
41
  export const AZIndexFocus = 10;
42
- export const AZIndexTooltip = 3000;
42
+ export const AZIndexTooltip = 2147483647;
43
43
  export const ABorderRadiusSmall = "2px";
44
44
  export const ABorderRadiusMedium = "4px";
45
45
  export const ABorderRadiusLarge = "8px";
package/dist/tokens.less CHANGED
@@ -37,7 +37,7 @@
37
37
  @a-font-weight-regular: 400;
38
38
  @a-z-index-popover: 1000;
39
39
  @a-z-index-focus: 10;
40
- @a-z-index-tooltip: 3000;
40
+ @a-z-index-tooltip: 2147483647;
41
41
  @a-border-radius-small: 2px;
42
42
  @a-border-radius-medium: 4px;
43
43
  @a-border-radius-large: 8px;
package/dist/tokens.scss CHANGED
@@ -37,7 +37,7 @@ $a-font-weight-bold: 600;
37
37
  $a-font-weight-regular: 400;
38
38
  $a-z-index-popover: 1000;
39
39
  $a-z-index-focus: 10;
40
- $a-z-index-tooltip: 3000;
40
+ $a-z-index-tooltip: 2147483647;
41
41
  $a-border-radius-small: 2px;
42
42
  $a-border-radius-medium: 4px;
43
43
  $a-border-radius-large: 8px;
package/docs.json CHANGED
@@ -573,6 +573,6 @@
573
573
  "z-index": [
574
574
  { "name": "--a-z-index-focus", "value": 10 },
575
575
  { "name": "--a-z-index-popover", "value": 1000 },
576
- { "name": "--a-z-index-tooltip", "value": 3000 }
576
+ { "name": "--a-z-index-tooltip", "value": 2147483647 }
577
577
  ]
578
578
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navikt/ds-tokens",
3
- "version": "7.33.5",
3
+ "version": "7.35.0",
4
4
  "description": "Design-tokens for Nav designsystem",
5
5
  "author": "Aksel | Nav designsystem team",
6
6
  "keywords": [
package/src/index.js CHANGED
@@ -62,7 +62,7 @@ module.exports = {
62
62
  "z-index": {
63
63
  popover: { value: 1000 },
64
64
  focus: { value: 10 },
65
- tooltip: { value: 3000 },
65
+ tooltip: { value: 2147483647 },
66
66
  },
67
67
  },
68
68
  };