@open-formulieren/design-tokens
Advanced tools
Comparing version 0.17.0 to 0.18.0
/** | ||
* Do not edit directly | ||
* Generated on Mon, 09 Jan 2023 15:49:54 GMT | ||
* Generated on Tue, 10 Jan 2023 17:08:01 GMT | ||
*/ | ||
@@ -26,4 +26,4 @@ | ||
export const ofHeadingFg = "#000000"; | ||
export const ofLinkColor = "#01689B"; | ||
export const ofLinkHoverColor = "#01689B"; | ||
export const ofUtrechtLinkFontFamily = "\"Fira Sans\", Calibri, sans-serif"; | ||
export const ofUtrechtLinkMutedColor = "#767676"; | ||
export const ofTextMargin = "20px"; | ||
@@ -144,2 +144,6 @@ export const ofTextFontSize = "1rem"; | ||
export const utrechtFormLabelFontSize = "1.125rem"; | ||
export const utrechtLinkColor = "#01689B"; | ||
export const utrechtLinkTextDecoration = "underline"; | ||
export const utrechtLinkHoverColor = "#01689B"; | ||
export const utrechtLinkHoverTextDecoration = "none"; | ||
export const utrechtTextareaBackgroundColor = "#ffffff"; | ||
@@ -172,6 +176,2 @@ export const utrechtTextareaBorderColor = "#767676"; | ||
export const utrechtTextboxDisabledBackgroundColor = "#e9ecef"; | ||
export const utrechtDocumentFontFamily = "\"Fira Sans\", Calibri, sans-serif"; | ||
export const utrechtLinkColor = "#01689B"; | ||
export const utrechtLinkTextDecoration = "underline"; | ||
export const utrechtLinkHoverColor = "#01689B"; | ||
export const utrechtLinkHoverTextDecoration = "none"; | ||
export const utrechtDocumentFontFamily = "\"Fira Sans\", Calibri, sans-serif"; |
{ | ||
"name": "@open-formulieren/design-tokens", | ||
"version": "0.17.0", | ||
"version": "0.18.0", | ||
"description": "Design tokens for Open Forms", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -6,6 +6,6 @@ { | ||
}, | ||
"link": { | ||
"color": {"value": "{of.color.primary}"}, | ||
"hover": { | ||
"color": {"value": "{of.link.color}"} | ||
"utrecht-link": { | ||
"font-family": {"value": "{of.typography.sans-serif.font-family}"}, | ||
"muted": { | ||
"color": {"value": "{of.color.fg-muted}"} | ||
} | ||
@@ -12,0 +12,0 @@ }, |
@@ -5,16 +5,4 @@ { | ||
"font-family": {"value": "{of.typography.sans-serif.font-family}"} | ||
}, | ||
"link": { | ||
"color": {"value": "{of.link.color}"}, | ||
"text-decoration": { | ||
"value": "underline" | ||
}, | ||
"hover": { | ||
"color": {"value": "{of.link.hover.color}"}, | ||
"text-decoration": { | ||
"value": "none" | ||
} | ||
} | ||
} | ||
} | ||
} |
@@ -9,3 +9,3 @@ { | ||
"anchor": { | ||
"fg": {"value": "{of.link.color}"}, | ||
"fg": {"value": "{utrecht.link.color}"}, | ||
"bg": {"value": "transparent"}, | ||
@@ -12,0 +12,0 @@ "color-border": {"value": "transparent"} |
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
175129
35
4618