@open-formulieren/design-tokens
Advanced tools
Comparing version 0.44.0 to 0.44.1
/** | ||
* Do not edit directly | ||
* Generated on Mon, 30 Oct 2023 12:47:41 GMT | ||
* Generated on Mon, 30 Oct 2023 17:28:30 GMT | ||
*/ | ||
@@ -216,3 +216,3 @@ | ||
export const utrechtButtonPrimaryActionActiveColor = "#bfbfbf"; | ||
export const utrechtButtonPrimaryActionFocusBorderColor = "#0177b2"; | ||
export const utrechtButtonPrimaryActionFocusBorderColor = "#000000"; | ||
export const utrechtButtonPrimaryActionDangerBackgroundColor = "#D52B1E"; | ||
@@ -227,3 +227,5 @@ export const utrechtButtonPrimaryActionDangerBorderColor = "#aa2218"; | ||
export const utrechtButtonPrimaryActionDangerActiveColor = "#ee837d"; | ||
export const utrechtButtonPrimaryActionDangerFocusBorderColor = "#000000"; | ||
export const utrechtButtonSecondaryActionBorderColor = "#5e5e5e"; | ||
export const utrechtButtonSecondaryActionFocusBorderColor = "#0177b2"; | ||
export const utrechtButtonSecondaryActionDangerBackgroundColor = "#D52B1E"; | ||
@@ -230,0 +232,0 @@ export const utrechtButtonSecondaryActionDangerColor = "#fce9e8"; |
{ | ||
"name": "@open-formulieren/design-tokens", | ||
"version": "0.44.0", | ||
"version": "0.44.1", | ||
"description": "Design tokens for Open Forms", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -52,3 +52,3 @@ { | ||
"focus": { | ||
"border-color": {"value": "{of.color.focus.border}"} | ||
"border-color": {"value": "#000000"} | ||
}, | ||
@@ -71,2 +71,6 @@ | ||
"color": {"value": "{of.button.danger.active.fg}"} | ||
}, | ||
"focus": { | ||
"border-color": {"value": "#000000"} | ||
} | ||
@@ -78,2 +82,7 @@ } | ||
"border-color": {"value": "#5e5e5e"}, | ||
"focus": { | ||
"border-color": {"value": "{of.color.focus.border}"} | ||
}, | ||
"danger": { | ||
@@ -80,0 +89,0 @@ "background": { |
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
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
386616
10965