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.9.0 to 0.10.0

src/components/fields/input.tokens.json

5

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

69

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

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