@open-formulieren/design-tokens
Advanced tools
Comparing version 0.9.0 to 0.10.0
/** | ||
* Do not edit directly | ||
* Generated on Tue, 11 Oct 2022 12:53:22 GMT | ||
* Generated on Tue, 11 Oct 2022 15:18:57 GMT | ||
*/ | ||
@@ -32,2 +32,3 @@ | ||
export const ofTextDesktopMargin = "20px"; | ||
export const ofTypographySansSerifFontFamily = "\"Fira Sans\", Calibri, sans-serif"; | ||
export const ofAlertInfoBg = "#d9ebf7"; | ||
@@ -73,4 +74,6 @@ export const ofAlertWarningBg = "#fff3cd"; | ||
export const ofFileUploadDropAreaPadding = "15px"; | ||
export const ofInputFontWeight = "bold"; | ||
export const ofHelptextBg = "#d3e3ec"; | ||
export const ofHelptextFg = "#000000"; | ||
export const ofLabelFontWeight = "normal"; | ||
export const ofHeaderLogoUrl = "none"; | ||
@@ -77,0 +80,0 @@ export const ofHeaderLogoWidth = "auto"; |
/** | ||
* Do not edit directly | ||
* Generated on Tue, 11 Oct 2022 12:53:22 GMT | ||
* Generated on Tue, 11 Oct 2022 15:18:57 GMT | ||
*/ | ||
@@ -552,2 +552,27 @@ | ||
}, | ||
"typography": { | ||
"sans-serif": { | ||
"font-family": { | ||
"value": "\"Fira Sans\", Calibri, sans-serif", | ||
"filePath": "./src/common/typography.tokens.json", | ||
"isSource": true, | ||
"original": { | ||
"value": "\"Fira Sans\", Calibri, sans-serif" | ||
}, | ||
"name": "ofTypographySansSerifFontFamily", | ||
"attributes": { | ||
"category": "of", | ||
"type": "typography", | ||
"item": "sans-serif", | ||
"subitem": "font-family" | ||
}, | ||
"path": [ | ||
"of", | ||
"typography", | ||
"sans-serif", | ||
"font-family" | ||
] | ||
} | ||
} | ||
}, | ||
"alert": { | ||
@@ -1459,2 +1484,23 @@ "info": { | ||
}, | ||
"input": { | ||
"font-weight": { | ||
"value": "bold", | ||
"filePath": "./src/components/fields/input.tokens.json", | ||
"isSource": true, | ||
"original": { | ||
"value": "bold" | ||
}, | ||
"name": "ofInputFontWeight", | ||
"attributes": { | ||
"category": "of", | ||
"type": "input", | ||
"item": "font-weight" | ||
}, | ||
"path": [ | ||
"of", | ||
"input", | ||
"font-weight" | ||
] | ||
} | ||
}, | ||
"helptext": { | ||
@@ -1500,2 +1546,23 @@ "bg": { | ||
}, | ||
"label": { | ||
"font-weight": { | ||
"value": "normal", | ||
"filePath": "./src/components/label.tokens.json", | ||
"isSource": true, | ||
"original": { | ||
"value": "normal" | ||
}, | ||
"name": "ofLabelFontWeight", | ||
"attributes": { | ||
"category": "of", | ||
"type": "label", | ||
"item": "font-weight" | ||
}, | ||
"path": [ | ||
"of", | ||
"label", | ||
"font-weight" | ||
] | ||
} | ||
}, | ||
"header-logo": { | ||
@@ -1502,0 +1569,0 @@ "url": { |
{ | ||
"name": "@open-formulieren/design-tokens", | ||
"version": "0.9.0", | ||
"version": "0.10.0", | ||
"description": "Design tokens for Open Forms", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -26,4 +26,9 @@ { | ||
} | ||
}, | ||
"typography": { | ||
"sans-serif": { | ||
"font-family": {"value": "\"Fira Sans\", Calibri, sans-serif"} | ||
} | ||
} | ||
} | ||
} |
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
93836
27
2200