@open-formulieren/design-tokens
Advanced tools
Comparing version 0.14.0 to 0.15.0
/** | ||
* Do not edit directly | ||
* Generated on Tue, 06 Dec 2022 11:41:05 GMT | ||
* Generated on Thu, 08 Dec 2022 16:04:22 GMT | ||
*/ | ||
@@ -23,2 +23,3 @@ | ||
export const ofColorBorder = "#767676"; | ||
export const ofColorFocusBorder = "#0177b2"; | ||
export const ofLayoutBg = "#E6E6E6"; | ||
@@ -25,0 +26,0 @@ export const ofHeadingFg = "#000000"; |
{ | ||
"name": "@open-formulieren/design-tokens", | ||
"version": "0.14.0", | ||
"version": "0.15.0", | ||
"description": "Design tokens for Open Forms", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -15,5 +15,6 @@ { | ||
"fg-muted": {"value": "#767676"}, | ||
"border": {"value": "#767676"} | ||
"border": {"value": "#767676"}, | ||
"focus": {"border": {"value": "#0177b2"}} | ||
} | ||
} | ||
} |
@@ -19,3 +19,3 @@ { | ||
"focus": { | ||
"border-color": {"value": "#0177b2"} | ||
"border-color": {"value": "{of.color.focus.border}"} | ||
}, | ||
@@ -53,3 +53,3 @@ | ||
"focus": { | ||
"border-color": {"value": "#0177b2"} | ||
"border-color": {"value": "{of.color.focus.border}"} | ||
}, | ||
@@ -56,0 +56,0 @@ |
@@ -14,6 +14,6 @@ { | ||
"focus": { | ||
"color-border": {"value": "#0177b2"} | ||
"color-border": {"value": "{of.color.focus.border}"} | ||
}, | ||
"focus-visible": { | ||
"color-border": {"value": "#0177b2"} | ||
"color-border": {"value": "{of.color.focus.border}"} | ||
}, | ||
@@ -32,6 +32,6 @@ | ||
"focus": { | ||
"color-border": {"value": "#0177b2"} | ||
"color-border": {"value": "{of.color.focus.border}"} | ||
}, | ||
"focus-visible": { | ||
"color-border": {"value": "#0177b2"} | ||
"color-border": {"value": "{of.color.focus.border}"} | ||
} | ||
@@ -38,0 +38,0 @@ }, |
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
167690
4404