Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@raiadrogasil/pulso-tokens

Package Overview
Dependencies
Maintainers
2
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@raiadrogasil/pulso-tokens - npm Package Compare versions

Comparing version 1.2.0-alpha.1 to 1.2.0-alpha.2

1

border.tokens.d.ts

@@ -14,1 +14,2 @@ export type BorderRadiusType = "circle" | "none" | "rounded" | "roundedSide";

export interface BorderTokens extends BorderRadiusTokens, BorderWidthTokens {}

58

color.tokens.d.ts

@@ -49,3 +49,4 @@ export type Color =

export type ColorBrandPaletteType =
export type ColorBrandVariation =
| ColorBrandIntensity
| "Dark"

@@ -57,4 +58,2 @@ | "Darkest"

export type ColorBrandVariation = ColorBrandIntensity & ColorBrandPaletteType;
export type ColorBrandTokens = {

@@ -86,3 +85,4 @@ [key in ColorBrandVariation as `colorBrand${ColorBrandVariation}`]: string;

export type ColorHighlightPaletteType =
export type ColorHighlightVariation =
| ColorHighlightIntensity
| "Dark"

@@ -94,5 +94,2 @@ | "Darkest"

export type ColorHighlightVariation = ColorHighlightIntensity &
ColorHighlightPaletteType;
export type ColorHighlightTokens = {

@@ -102,3 +99,6 @@ [key in ColorHighlightVariation as `colorHighlight${ColorHighlightVariation}`]: string;

export type ColorInformativeType = "Darkest" | "Lightest" | "Pure";
export type ColorInformativeType =
| "Darkest"
| "Lightest"
| "Pure";

@@ -109,3 +109,6 @@ export type ColorInformativeTokens = {

export type ColorNegativeType = "Darkest" | "Lightest" | "Pure";
export type ColorNegativeType =
| "Darkest"
| "Lightest"
| "Pure";

@@ -129,3 +132,6 @@ export type ColorNegativeTokens = {

export type ColorPositiveType = "Darkest" | "Lightest" | "Pure";
export type ColorPositiveType =
| "Darkest"
| "Lightest"
| "Pure";

@@ -136,3 +142,8 @@ export type ColorPositiveTokens = {

export type ColorSubscriptionIntensity = "100" | "200" | "500" | "700" | "900";
export type ColorSubscriptionIntensity =
| "100"
| "200"
| "500"
| "700"
| "900";

@@ -143,14 +154,13 @@ 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.1",
"version": "1.2.0-alpha.2",
"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 {}
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