@raiadrogasil/pulso-tokens
Advanced tools
Comparing version 1.2.0-alpha.0 to 1.2.0-alpha.1
@@ -14,2 +14,1 @@ export type BorderRadiusType = "circle" | "none" | "rounded" | "roundedSide"; | ||
export interface BorderTokens extends BorderRadiusTokens, BorderWidthTokens {} | ||
@@ -49,4 +49,3 @@ export type Color = | ||
export type ColorBrandVariation = | ||
| ColorBrandIntensity | ||
export type ColorBrandPaletteType = | ||
| "Dark" | ||
@@ -58,2 +57,4 @@ | "Darkest" | ||
export type ColorBrandVariation = ColorBrandIntensity & ColorBrandPaletteType; | ||
export type ColorBrandTokens = { | ||
@@ -85,4 +86,3 @@ [key in ColorBrandVariation as `colorBrand${ColorBrandVariation}`]: string; | ||
export type ColorHighlightVariation = | ||
| ColorHighlightIntensity | ||
export type ColorHighlightPaletteType = | ||
| "Dark" | ||
@@ -94,2 +94,5 @@ | "Darkest" | ||
export type ColorHighlightVariation = ColorHighlightIntensity & | ||
ColorHighlightPaletteType; | ||
export type ColorHighlightTokens = { | ||
@@ -99,6 +102,3 @@ [key in ColorHighlightVariation as `colorHighlight${ColorHighlightVariation}`]: string; | ||
export type ColorInformativeType = | ||
| "Darkest" | ||
| "Lightest" | ||
| "Pure"; | ||
export type ColorInformativeType = "Darkest" | "Lightest" | "Pure"; | ||
@@ -109,6 +109,3 @@ export type ColorInformativeTokens = { | ||
export type ColorNegativeType = | ||
| "Darkest" | ||
| "Lightest" | ||
| "Pure"; | ||
export type ColorNegativeType = "Darkest" | "Lightest" | "Pure"; | ||
@@ -132,6 +129,3 @@ export type ColorNegativeTokens = { | ||
export type ColorPositiveType = | ||
| "Darkest" | ||
| "Lightest" | ||
| "Pure"; | ||
export type ColorPositiveType = "Darkest" | "Lightest" | "Pure"; | ||
@@ -142,8 +136,3 @@ export type ColorPositiveTokens = { | ||
export type ColorSubscriptionIntensity = | ||
| "100" | ||
| "200" | ||
| "500" | ||
| "700" | ||
| "900"; | ||
export type ColorSubscriptionIntensity = "100" | "200" | "500" | "700" | "900"; | ||
@@ -154,13 +143,14 @@ export type ColorSubscriptionTokens = { | ||
export interface ColorTokens extends ColorBackgroundTokens, | ||
ColorBrandTokens, | ||
ColorContentTokens, | ||
ColorFeedbackTokens, | ||
ColorHighlightTokens, | ||
ColorInformativeTokens, | ||
ColorNegativeTokens, | ||
ColorNeutralTokens, | ||
ColorPositiveTokens, | ||
ColorSubscriptionTokens, | ||
ColorCategoryTokens, | ||
ColorTagTokens {} | ||
export interface ColorTokens | ||
extends ColorBackgroundTokens, | ||
ColorBrandTokens, | ||
ColorContentTokens, | ||
ColorFeedbackTokens, | ||
ColorHighlightTokens, | ||
ColorInformativeTokens, | ||
ColorNegativeTokens, | ||
ColorNeutralTokens, | ||
ColorPositiveTokens, | ||
ColorSubscriptionTokens, | ||
ColorCategoryTokens, | ||
ColorTagTokens {} |
@@ -7,3 +7,3 @@ export type FontFamilyType = "global" | "highlight"; | ||
export type FontSizeType = | ||
export type FontSizeType = | ||
| "giant" | ||
@@ -35,6 +35,6 @@ | "hero" | ||
export interface FontTokens extends | ||
FontFamilyTokens, | ||
FontSizeTokens, | ||
FontWeightTokens, | ||
GlobalFontWeightTokens {} | ||
export interface FontTokens | ||
extends FontFamilyTokens, | ||
FontSizeTokens, | ||
FontWeightTokens, | ||
GlobalFontWeightTokens {} |
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "1.2.0-alpha.0", | ||
"version": "1.2.0-alpha.1", | ||
"description": "Pacote de Tokens Design System da RD.", | ||
@@ -11,0 +11,0 @@ "main": "./index.js", |
@@ -27,3 +27,3 @@ export type SpacingInlineSize = | ||
export type SpacingStackSize = | ||
export type SpacingStackSize = | ||
| "giant" | ||
@@ -52,8 +52,8 @@ | "huge" | ||
export interface SpacingTokens extends | ||
SpacingInlineTokens, | ||
SpacingInsetTokens, | ||
SpacingSquishTokens, | ||
SpacingStackTokens, | ||
GlobalLetterSpacingTokens, | ||
LetterSpacingTokens {} | ||
export interface SpacingTokens | ||
extends SpacingInlineTokens, | ||
SpacingInsetTokens, | ||
SpacingSquishTokens, | ||
SpacingStackTokens, | ||
GlobalLetterSpacingTokens, | ||
LetterSpacingTokens {} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
217044
0
2643