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.49.0 to 0.50.0

5

dist/index.js
/**
* Do not edit directly
* Generated on Fri, 17 Nov 2023 13:14:49 GMT
* Generated on Fri, 24 Nov 2023 10:18:03 GMT
*/

@@ -41,3 +41,2 @@

export const ofUtrechtLinkFontFamily = "Fira Sans, Calibri, sans-serif";
export const ofUtrechtLinkMutedColor = "#767676";
export const ofTextMargin = "20px";

@@ -234,2 +233,3 @@ export const ofTextFontSize = "1rem";

export const utrechtActionDisabledCursor = "not-allowed";
export const utrechtActionInertCursor = "default";
export const utrechtActionSubmitCursor = "pointer";

@@ -398,2 +398,3 @@ export const utrechtAlertIconGap = "16px";

export const utrechtLinkHoverTextDecoration = "none";
export const utrechtLinkCurrentFontWeight = "bold";
export const utrechtLinkPlaceholderColor = "#767676";

@@ -400,0 +401,0 @@ export const utrechtPageContentPaddingBlockEnd = "20px";

2

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

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

@@ -7,6 +7,3 @@ {

"utrecht-link": {
"font-family": {"value": "{of.typography.sans-serif.font-family}"},
"muted": {
"color": {"value": "{of.color.fg-muted}"}
}
"font-family": {"value": "{of.typography.sans-serif.font-family}"}
},

@@ -13,0 +10,0 @@ "text": {

@@ -12,2 +12,5 @@ {

},
"inert": {
"cursor": {"value": "default"}
},
"submit": {

@@ -14,0 +17,0 @@ "cursor": {

@@ -14,2 +14,5 @@ {

},
"current": {
"font-weight": {"value": "bold"}
},
"placeholder": {

@@ -16,0 +19,0 @@ "color": {"value": "{of.color.fg-muted}"}

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