@open-formulieren/design-tokens
Advanced tools
Comparing version 0.19.0 to 0.20.0
/** | ||
* Do not edit directly | ||
* Generated on Mon, 06 Feb 2023 09:39:57 GMT | ||
* Generated on Fri, 10 Feb 2023 14:34:08 GMT | ||
*/ | ||
@@ -13,6 +13,10 @@ | ||
export const ofPageHeaderBg = "#ffffff"; | ||
export const ofPageHeaderMobilePadding = "20px"; | ||
export const ofPageHeaderMobilePadding = "10px 15px 10px 10px"; | ||
export const ofPageHeaderTabletPadding = "20px"; | ||
export const ofPageHeaderLaptopPadding = "20px"; | ||
export const ofPageHeaderDesktopPadding = "20px"; | ||
export const ofPageHeaderLogoReturnUrlMinHeight = "50px"; | ||
export const ofPageHeaderLogoReturnUrlMinWidth = "100px"; | ||
export const ofPageHeaderLogoReturnUrlMobileMinHeight = "25px"; | ||
export const ofPageHeaderLogoReturnUrlMobileMinWidth = "50px"; | ||
export const ofColorPrimary = "#01689B"; | ||
@@ -19,0 +23,0 @@ export const ofColorSecondary = "#cee0ea"; |
{ | ||
"name": "@open-formulieren/design-tokens", | ||
"version": "0.19.0", | ||
"version": "0.20.0", | ||
"description": "Design tokens for Open Forms", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -6,3 +6,3 @@ { | ||
"mobile": { | ||
"padding": {"value": "{of.text.mobile.margin}"} | ||
"padding": {"value": "10px 15px 10px 10px"} | ||
}, | ||
@@ -17,2 +17,10 @@ "tablet": { | ||
"padding": {"value": "{of.text.desktop.margin}"} | ||
}, | ||
"logo-return-url": { | ||
"min-height": {"value": "50px"}, | ||
"min-width": {"value": "100px"}, | ||
"mobile": { | ||
"min-height": {"value": "25px"}, | ||
"min-width": {"value": "50px"} | ||
} | ||
} | ||
@@ -19,0 +27,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
183570
4870