@raiadrogasil/pulso-tokens
Advanced tools
Comparing version 2.3.0 to 2.3.1
@@ -73,2 +73,3 @@ export type Color = | ||
| "negative" | ||
| "negativeAlternative" | ||
| "positive" | ||
@@ -112,8 +113,2 @@ | "warning"; | ||
export type ColorNegativeAlternativeType = "Darkest" | "Lightest" | "Pure"; | ||
export type ColorNegativeAlternativeTokens = { | ||
[key in ColorNegativeAlternativeType as `colorNegativeAlternative${ColorNegativeAlternativeType}`]: string; | ||
}; | ||
export type ColorNeutralType = | ||
@@ -152,3 +147,2 @@ | "Black" | ||
ColorNegativeTokens, | ||
ColorNegativeAlternativeTokens, | ||
ColorNeutralTokens, | ||
@@ -155,0 +149,0 @@ ColorPositiveTokens, |
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "Pacote de Tokens Design System da RD.", | ||
@@ -11,0 +11,0 @@ "main": "./index.js", |
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
268826
3225