Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@open-formulieren/design-tokens

Package Overview
Dependencies
Maintainers
2
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@open-formulieren/design-tokens - npm Package Compare versions

Comparing version 0.19.0 to 0.20.0

8

dist/index.js
/**
* 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc