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
0
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.54.0 to 0.55.0

10

dist/index.js
/**
* Do not edit directly
* Generated on Tue, 08 Oct 2024 10:12:10 GMT
* Generated on Tue, 29 Oct 2024 10:44:03 GMT
*/

@@ -135,3 +135,3 @@

export const ofButtonDangerFocusVisibleColorBorder = "#000000";
export const ofButtonDangerFg = "#fce9e8";
export const ofButtonDangerFg = "#ffffff";
export const ofButtonDangerBg = "#D52B1E";

@@ -334,6 +334,6 @@ export const ofButtonDangerColorBorder = "#aa2218";

export const utrechtButtonPrimaryActionDangerBorderColor = "#aa2218";
export const utrechtButtonPrimaryActionDangerColor = "#fce9e8";
export const utrechtButtonPrimaryActionDangerColor = "#ffffff";
export const utrechtButtonPrimaryActionDangerHoverBackgroundColor = "#aa2218";
export const utrechtButtonPrimaryActionDangerHoverBorderColor = "#881b13";
export const utrechtButtonPrimaryActionDangerHoverColor = "#fce9e8";
export const utrechtButtonPrimaryActionDangerHoverColor = "#ffffff";
export const utrechtButtonPrimaryActionDangerActiveBackgroundColor = "#a02017";

@@ -346,3 +346,3 @@ export const utrechtButtonPrimaryActionDangerActiveBorderColor = "rgba(0,0,0,0)";

export const utrechtButtonSecondaryActionDangerBackgroundColor = "#D52B1E";
export const utrechtButtonSecondaryActionDangerColor = "#fce9e8";
export const utrechtButtonSecondaryActionDangerColor = "#ffffff";
export const utrechtButtonSecondaryActionDangerFocusBorderColor = "transparent";

@@ -349,0 +349,0 @@ export const utrechtButtonSubtleBorderColor = "rgba(0,0,0,0)";

{
"name": "@open-formulieren/design-tokens",
"version": "0.54.0",
"version": "0.55.0",
"description": "Design tokens for Open Forms",

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

@@ -108,3 +108,3 @@ # Design Tokens

```bash
npm version --no-git-tag-version minor
npm version minor
git commit -am ":bookmark: Bump to version <newVersion>"

@@ -111,0 +111,0 @@ git tag "<newVersion>"

@@ -87,3 +87,3 @@ {

"background-color": {"value": "{of.color.danger}"},
"color": {"value": "#fce9e8"},
"color": {"value": "{of.button.danger.fg}"},

@@ -90,0 +90,0 @@ "focus": {

@@ -21,3 +21,3 @@ {

"danger": {
"fg": {"value": "#fce9e8"},
"fg": {"value": "#ffffff"},
"bg": {"value": "{of.color.danger}"},

@@ -24,0 +24,0 @@ "color-border": {"value": "#aa2218"}

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