@open-formulieren/design-tokens
Advanced tools
Comparing version 0.6.0 to 0.7.0
/** | ||
* Do not edit directly | ||
* Generated on Mon, 10 Oct 2022 09:47:39 GMT | ||
* Generated on Mon, 10 Oct 2022 14:59:02 GMT | ||
*/ | ||
@@ -70,2 +70,3 @@ | ||
export const ofFieldBorderColor = "#979797"; | ||
export const ofFileUploadDropAreaPadding = "15px"; | ||
export const ofHelptextBg = "#d3e3ec"; | ||
@@ -77,2 +78,3 @@ export const ofHelptextFg = "#000000"; | ||
export const ofProgressIndicatorMobileBoxShadow = "0px 0px 2px 0px rgba(0, 0, 0, 0.2)"; | ||
export const ofProgressIndicatorMobileMargin = "15px"; | ||
export const ofSummaryRowSpacing = "10px"; |
/** | ||
* Do not edit directly | ||
* Generated on Mon, 10 Oct 2022 09:47:39 GMT | ||
* Generated on Mon, 10 Oct 2022 14:59:02 GMT | ||
*/ | ||
@@ -1408,2 +1408,27 @@ | ||
}, | ||
"file-upload": { | ||
"drop-area": { | ||
"padding": { | ||
"value": "15px", | ||
"filePath": "./src/components/fields/file-upload.tokens.json", | ||
"isSource": true, | ||
"original": { | ||
"value": "15px" | ||
}, | ||
"name": "ofFileUploadDropAreaPadding", | ||
"attributes": { | ||
"category": "of", | ||
"type": "file-upload", | ||
"item": "drop-area", | ||
"subitem": "padding" | ||
}, | ||
"path": [ | ||
"of", | ||
"file-upload", | ||
"drop-area", | ||
"padding" | ||
] | ||
} | ||
} | ||
}, | ||
"helptext": { | ||
@@ -1530,2 +1555,23 @@ "bg": { | ||
] | ||
}, | ||
"margin": { | ||
"value": "15px", | ||
"filePath": "./src/components/progress-indicator.mobile.tokens.json", | ||
"isSource": true, | ||
"original": { | ||
"value": "15px" | ||
}, | ||
"name": "ofProgressIndicatorMobileMargin", | ||
"attributes": { | ||
"category": "of", | ||
"type": "progress-indicator", | ||
"item": "mobile", | ||
"subitem": "margin" | ||
}, | ||
"path": [ | ||
"of", | ||
"progress-indicator", | ||
"mobile", | ||
"margin" | ||
] | ||
} | ||
@@ -1532,0 +1578,0 @@ } |
{ | ||
"name": "@open-formulieren/design-tokens", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"description": "Design tokens for Open Forms", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -5,3 +5,4 @@ { | ||
"mobile": { | ||
"box-shadow": {"value": "0px 0px 2px 0px rgba(0, 0, 0, 0.2)"} | ||
"box-shadow": {"value": "0px 0px 2px 0px rgba(0, 0, 0, 0.2)"}, | ||
"margin": {"value": "15px"} | ||
} | ||
@@ -8,0 +9,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
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
90381
24
2066