@open-formulieren/design-tokens
Advanced tools
Comparing version 0.54.0 to 0.55.0
/** | ||
* 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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
525186