@navikt/ds-tokens
Advanced tools
Comparing version 0.8.4 to 0.8.5
/** | ||
* Do not edit directly | ||
* Generated on Thu, 24 Feb 2022 13:23:05 GMT | ||
* Generated on Thu, 31 Mar 2022 10:47:09 GMT | ||
*/ | ||
@@ -32,2 +32,3 @@ | ||
"NavdsZIndexFocus": 10, | ||
"NavdsZIndexTooltip": 3000, | ||
"NavdsBorderRadiusSmall": "2px", | ||
@@ -34,0 +35,0 @@ "NavdsBorderRadiusMedium": "4px", |
/** | ||
* Do not edit directly | ||
* Generated on Thu, 24 Feb 2022 13:23:05 GMT | ||
* Generated on Thu, 31 Mar 2022 10:47:09 GMT | ||
*/ | ||
@@ -31,2 +31,3 @@ | ||
export const NavdsZIndexFocus = 10; | ||
export const NavdsZIndexTooltip = 3000; | ||
export const NavdsBorderRadiusSmall = "2px"; | ||
@@ -33,0 +34,0 @@ export const NavdsBorderRadiusMedium = "4px"; |
{ | ||
"name": "@navikt/ds-tokens", | ||
"version": "0.8.4", | ||
"version": "0.8.5", | ||
"private": false, | ||
@@ -44,3 +44,3 @@ "description": "Auto-generated design-tokens for NAV design-systems framework", | ||
}, | ||
"gitHead": "8ef07f08071bf911c6fb5e0af1ca3299b13ff216" | ||
"gitHead": "fcbd614a3444afa7fd07c0c133cc754206e5f106" | ||
} |
@@ -46,4 +46,5 @@ const baseFontSize = 16; | ||
focus: { value: 10 }, | ||
tooltip: { value: 3000 }, | ||
}, | ||
}, | ||
}; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
71638
1190