@navikt/ds-tokens
Advanced tools
Comparing version 0.4.2 to 0.4.3
/** | ||
* Do not edit directly | ||
* Generated on Wed, 23 Jun 2021 13:51:37 GMT | ||
* Generated on Fri, 02 Jul 2021 15:01:15 GMT | ||
*/ | ||
@@ -88,6 +88,6 @@ | ||
export const NavdsColorActionDefault = "#0067c5"; | ||
export const NavdsColorActionHover = {"model":"hsl","color":[208.62944162436543,100,42.49019607843138],"valpha":1}; | ||
export const NavdsColorActionHover = "#0056B4"; | ||
export const NavdsColorActionActive = "#005B82"; | ||
export const NavdsColorDangerDefault = "#BA3A26"; | ||
export const NavdsColorDangerHover = {"model":"hsl","color":[8.108108108108127,66.07142857142857,48.31372549019608],"valpha":1}; | ||
export const NavdsColorDangerHover = "#A32A17"; | ||
export const NavdsColorDangerActive = "#881D0C"; | ||
@@ -94,0 +94,0 @@ export const NavdsColorErrorBorder = "#BA3A26"; |
{ | ||
"name": "@navikt/ds-tokens", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"private": false, | ||
@@ -37,3 +37,3 @@ "description": "Auto-generated design-tokens for NAV design-systems framework", | ||
}, | ||
"gitHead": "6dee56062cac9d61e6e328c721f2e64fe0d962b4" | ||
"gitHead": "6f3672457063ab275748a1c581f32a37187794ff" | ||
} |
@@ -71,3 +71,3 @@ const Color = require("color"); | ||
default: { value: "{navds.color.blue.50.value}" }, | ||
hover: { value: Color(baseColors.blue).lighten(0.1) }, | ||
hover: { value: "{navds.color.blue.60.value}" }, | ||
active: { value: "{navds.color.deepblue.50.value}" }, | ||
@@ -77,3 +77,3 @@ }, | ||
default: { value: "{navds.color.red.50.value}" }, | ||
hover: { value: Color(baseColors.red).lighten(0.1) }, | ||
hover: { value: "{navds.color.red.60.value}" }, | ||
active: { value: "{navds.color.red.70.value}" }, | ||
@@ -80,0 +80,0 @@ }, |
Sorry, the diff of this file is too big to display
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
112121
3884