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.30.0 to 0.31.0

src/community/utrecht/paragraph.tokens.json

13

dist/index.js
/**
* Do not edit directly
* Generated on Wed, 07 Jun 2023 07:41:08 GMT
* Generated on Fri, 09 Jun 2023 15:06:54 GMT
*/

@@ -110,2 +110,8 @@

export const ofHelptextFg = "#000000";
export const ofUtrechtFormFieldDescriptionBackgroundColor = "#d3e3ec";
export const ofUtrechtFormFieldDescriptionBorderLeftColor = "#007bc7";
export const ofUtrechtFormFieldDescriptionBorderLeftWidth = "4px";
export const ofUtrechtFormFieldDescriptionLineHeight = "1.5";
export const ofUtrechtFormFieldDescriptionPaddingBlock = "11px";
export const ofUtrechtFormFieldDescriptionPaddingInline = "16px";
export const ofLabelFontWeight = "normal";

@@ -205,5 +211,8 @@ export const ofLanguageSelectionGap = ".2em";

export const utrechtFormFieldDescriptionInvalidColor = "#D52B1E";
export const utrechtFormFieldDescriptionMarginBlockEnd = "0";
export const utrechtFormFieldDescriptionMarginBlockStart = "8px";
export const utrechtFormFieldInvalidBorderInlineStartColor = "#D52B1E";
export const utrechtFormFieldInvalidBorderInlineStartWidth = "4px";
export const utrechtFormFieldInvalidPaddingInlineStart = "16px";
export const utrechtFormFieldLabelMarginBlockEnd = "8px";
export const utrechtFormLabelColor = "#000000";

@@ -221,2 +230,4 @@ export const utrechtFormLabelFontWeight = "normal";

export const utrechtLinkHoverTextDecoration = "none";
export const utrechtParagraphMarginBlockEnd = 0;
export const utrechtParagraphMarginBlockStart = 0;
export const utrechtSelectBackgroundColor = "#ffffff";

@@ -223,0 +234,0 @@ export const utrechtSelectBorderColor = "#767676";

2

package.json
{
"name": "@open-formulieren/design-tokens",
"version": "0.30.0",
"version": "0.31.0",
"description": "Design tokens for Open Forms",

@@ -5,0 +5,0 @@ "scripts": {

@@ -10,5 +10,7 @@ {

"color": {"value": "{of.color.danger}"}
}
},
"margin-block-end": {"value": "0"},
"margin-block-start": {"value": "8px"}
}
}
}

@@ -10,2 +10,5 @@ {

"padding-inline-start": {"value": "16px"}
},
"label": {
"margin-block-end": {"value": "8px"}
}

@@ -12,0 +15,0 @@ }

@@ -6,4 +6,19 @@ {

"fg": {"value": "{of.color.fg}"}
},
"utrecht-form-field-description": {
"$extensions": {
"dte.metadata": {
"groupDescription": "Open Forms extensions of utrecht-form-field-description"
}
},
"background-color": {"value": "#d3e3ec"},
"border-left": {
"color": {"value": "{of.color.info}"},
"width": {"value": "4px"}
},
"line-height": {"value": "1.5"},
"padding-block": {"value": "11px"},
"padding-inline": {"value": "16px"}
}
}
}

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