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.0 to 1.2.0-alpha.1

1

border.tokens.d.ts

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

export interface BorderTokens extends BorderRadiusTokens, BorderWidthTokens {}

58

color.tokens.d.ts

@@ -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 {}
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