@open-formulieren/design-tokens
Advanced tools
Comparing version 0.34.0 to 0.35.0
/** | ||
* Do not edit directly | ||
* Generated on Fri, 16 Jun 2023 14:49:07 GMT | ||
* Generated on Tue, 27 Jun 2023 13:27:43 GMT | ||
*/ | ||
@@ -122,2 +122,5 @@ | ||
export const ofInputGroupGap = "12px"; | ||
export const ofInputGroupInvalidBorderInlineStartColor = "transparent"; | ||
export const ofInputGroupInvalidBorderInlineStartWidth = "0"; | ||
export const ofInputGroupInvalidPaddingInlineStart = "0"; | ||
export const ofLabelFontWeight = "normal"; | ||
@@ -124,0 +127,0 @@ export const ofLanguageSelectionGap = ".2em"; |
{ | ||
"name": "@open-formulieren/design-tokens", | ||
"version": "0.34.0", | ||
"version": "0.35.0", | ||
"description": "Design tokens for Open Forms", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -6,5 +6,12 @@ { | ||
"align-items": {"value": "center"}, | ||
"gap": {"value": "12px"} | ||
"gap": {"value": "12px"}, | ||
"invalid": { | ||
"border-inline-start": { | ||
"color": {"value": "transparent"}, | ||
"width": {"value": "0"} | ||
}, | ||
"padding-inline-start": {"value": "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
305890
8407