@open-formulieren/design-tokens
Advanced tools
Comparing version 0.16.0 to 0.17.0
/** | ||
* Do not edit directly | ||
* Generated on Fri, 23 Dec 2022 10:04:35 GMT | ||
* Generated on Mon, 09 Jan 2023 15:49:54 GMT | ||
*/ | ||
@@ -171,2 +171,5 @@ | ||
export const utrechtDocumentFontFamily = "\"Fira Sans\", Calibri, sans-serif"; | ||
export const utrechtLinkColor = "#01689B"; | ||
export const utrechtLinkColor = "#01689B"; | ||
export const utrechtLinkTextDecoration = "underline"; | ||
export const utrechtLinkHoverColor = "#01689B"; | ||
export const utrechtLinkHoverTextDecoration = "none"; |
{ | ||
"name": "@open-formulieren/design-tokens", | ||
"version": "0.16.0", | ||
"version": "0.17.0", | ||
"description": "Design tokens for Open Forms", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -7,5 +7,14 @@ { | ||
"link": { | ||
"color": {"value": "{of.link.color}"} | ||
"color": {"value": "{of.link.color}"}, | ||
"text-decoration": { | ||
"value": "underline" | ||
}, | ||
"hover": { | ||
"color": {"value": "{of.link.hover.color}"}, | ||
"text-decoration": { | ||
"value": "none" | ||
} | ||
} | ||
} | ||
} | ||
} |
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
174756
4614