@open-formulieren/design-tokens
Advanced tools
Comparing version 0.49.0 to 0.50.0
/** | ||
* Do not edit directly | ||
* Generated on Fri, 17 Nov 2023 13:14:49 GMT | ||
* Generated on Fri, 24 Nov 2023 10:18:03 GMT | ||
*/ | ||
@@ -41,3 +41,2 @@ | ||
export const ofUtrechtLinkFontFamily = "Fira Sans, Calibri, sans-serif"; | ||
export const ofUtrechtLinkMutedColor = "#767676"; | ||
export const ofTextMargin = "20px"; | ||
@@ -234,2 +233,3 @@ export const ofTextFontSize = "1rem"; | ||
export const utrechtActionDisabledCursor = "not-allowed"; | ||
export const utrechtActionInertCursor = "default"; | ||
export const utrechtActionSubmitCursor = "pointer"; | ||
@@ -398,2 +398,3 @@ export const utrechtAlertIconGap = "16px"; | ||
export const utrechtLinkHoverTextDecoration = "none"; | ||
export const utrechtLinkCurrentFontWeight = "bold"; | ||
export const utrechtLinkPlaceholderColor = "#767676"; | ||
@@ -400,0 +401,0 @@ export const utrechtPageContentPaddingBlockEnd = "20px"; |
{ | ||
"name": "@open-formulieren/design-tokens", | ||
"version": "0.49.0", | ||
"version": "0.50.0", | ||
"description": "Design tokens for Open Forms", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -7,6 +7,3 @@ { | ||
"utrecht-link": { | ||
"font-family": {"value": "{of.typography.sans-serif.font-family}"}, | ||
"muted": { | ||
"color": {"value": "{of.color.fg-muted}"} | ||
} | ||
"font-family": {"value": "{of.typography.sans-serif.font-family}"} | ||
}, | ||
@@ -13,0 +10,0 @@ "text": { |
@@ -12,2 +12,5 @@ { | ||
}, | ||
"inert": { | ||
"cursor": {"value": "default"} | ||
}, | ||
"submit": { | ||
@@ -14,0 +17,0 @@ "cursor": { |
@@ -14,2 +14,5 @@ { | ||
}, | ||
"current": { | ||
"font-weight": {"value": "bold"} | ||
}, | ||
"placeholder": { | ||
@@ -16,0 +19,0 @@ "color": {"value": "{of.color.fg-muted}"} |
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
471429
13463