@open-formulieren/design-tokens
Advanced tools
Comparing version 0.30.0 to 0.31.0
/** | ||
* Do not edit directly | ||
* Generated on Wed, 07 Jun 2023 07:41:08 GMT | ||
* Generated on Fri, 09 Jun 2023 15:06:54 GMT | ||
*/ | ||
@@ -110,2 +110,8 @@ | ||
export const ofHelptextFg = "#000000"; | ||
export const ofUtrechtFormFieldDescriptionBackgroundColor = "#d3e3ec"; | ||
export const ofUtrechtFormFieldDescriptionBorderLeftColor = "#007bc7"; | ||
export const ofUtrechtFormFieldDescriptionBorderLeftWidth = "4px"; | ||
export const ofUtrechtFormFieldDescriptionLineHeight = "1.5"; | ||
export const ofUtrechtFormFieldDescriptionPaddingBlock = "11px"; | ||
export const ofUtrechtFormFieldDescriptionPaddingInline = "16px"; | ||
export const ofLabelFontWeight = "normal"; | ||
@@ -205,5 +211,8 @@ export const ofLanguageSelectionGap = ".2em"; | ||
export const utrechtFormFieldDescriptionInvalidColor = "#D52B1E"; | ||
export const utrechtFormFieldDescriptionMarginBlockEnd = "0"; | ||
export const utrechtFormFieldDescriptionMarginBlockStart = "8px"; | ||
export const utrechtFormFieldInvalidBorderInlineStartColor = "#D52B1E"; | ||
export const utrechtFormFieldInvalidBorderInlineStartWidth = "4px"; | ||
export const utrechtFormFieldInvalidPaddingInlineStart = "16px"; | ||
export const utrechtFormFieldLabelMarginBlockEnd = "8px"; | ||
export const utrechtFormLabelColor = "#000000"; | ||
@@ -221,2 +230,4 @@ export const utrechtFormLabelFontWeight = "normal"; | ||
export const utrechtLinkHoverTextDecoration = "none"; | ||
export const utrechtParagraphMarginBlockEnd = 0; | ||
export const utrechtParagraphMarginBlockStart = 0; | ||
export const utrechtSelectBackgroundColor = "#ffffff"; | ||
@@ -223,0 +234,0 @@ export const utrechtSelectBorderColor = "#767676"; |
{ | ||
"name": "@open-formulieren/design-tokens", | ||
"version": "0.30.0", | ||
"version": "0.31.0", | ||
"description": "Design tokens for Open Forms", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -10,5 +10,7 @@ { | ||
"color": {"value": "{of.color.danger}"} | ||
} | ||
}, | ||
"margin-block-end": {"value": "0"}, | ||
"margin-block-start": {"value": "8px"} | ||
} | ||
} | ||
} |
@@ -10,2 +10,5 @@ { | ||
"padding-inline-start": {"value": "16px"} | ||
}, | ||
"label": { | ||
"margin-block-end": {"value": "8px"} | ||
} | ||
@@ -12,0 +15,0 @@ } |
@@ -6,4 +6,19 @@ { | ||
"fg": {"value": "{of.color.fg}"} | ||
}, | ||
"utrecht-form-field-description": { | ||
"$extensions": { | ||
"dte.metadata": { | ||
"groupDescription": "Open Forms extensions of utrecht-form-field-description" | ||
} | ||
}, | ||
"background-color": {"value": "#d3e3ec"}, | ||
"border-left": { | ||
"color": {"value": "{of.color.info}"}, | ||
"width": {"value": "4px"} | ||
}, | ||
"line-height": {"value": "1.5"}, | ||
"padding-block": {"value": "11px"}, | ||
"padding-inline": {"value": "16px"} | ||
} | ||
} | ||
} |
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
278488
46
7571