@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.
- package/dist/darkside/tokens.css +1 -1
- package/dist/tokens-cjs.js +1 -1
- package/dist/tokens.css +2 -2
- package/dist/tokens.js +1 -1
- package/dist/tokens.less +1 -1
- package/dist/tokens.scss +1 -1
- package/docs.json +1 -1
- package/package.json +1 -1
- package/src/index.js +1 -1
package/dist/darkside/tokens.css
CHANGED
package/dist/tokens-cjs.js
CHANGED
package/dist/tokens.css
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
:root, :host {
|
|
6
|
-
--ax-version: "7.
|
|
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:
|
|
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 =
|
|
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
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:
|
|
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
package/package.json
CHANGED