Socket
Socket
Sign inDemoInstall

@launchpad-ui/tokens

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@launchpad-ui/tokens - npm Package Compare versions

Comparing version 0.6.0 to 0.7.0

32

dist/contract.json

@@ -35,2 +35,8 @@ {

},
"secondary-flair": {
"base": "color-bg-interactive-secondary-flair-base",
"active": "color-bg-interactive-secondary-flair-active",
"focus": "color-bg-interactive-secondary-flair-focus",
"hover": "color-bg-interactive-secondary-flair-hover"
},
"tertiary": {

@@ -42,2 +48,8 @@ "base": "color-bg-interactive-tertiary-base",

},
"tertiary-flair": {
"base": "color-bg-interactive-tertiary-flair-base",
"active": "color-bg-interactive-tertiary-flair-active",
"focus": "color-bg-interactive-tertiary-flair-focus",
"hover": "color-bg-interactive-tertiary-flair-hover"
},
"destructive": {

@@ -88,2 +100,8 @@ "base": "color-bg-interactive-destructive-base",

},
"primary-flair": {
"base": "color-border-interactive-primary-flair-base",
"active": "color-border-interactive-primary-flair-active",
"focus": "color-border-interactive-primary-flair-focus",
"hover": "color-border-interactive-primary-flair-hover"
},
"secondary": {

@@ -95,2 +113,8 @@ "base": "color-border-interactive-secondary-base",

},
"secondary-flair": {
"base": "color-border-interactive-secondary-flair-base",
"active": "color-border-interactive-secondary-flair-active",
"focus": "color-border-interactive-secondary-flair-focus",
"hover": "color-border-interactive-secondary-flair-hover"
},
"destructive": "color-border-interactive-destructive",

@@ -146,3 +170,9 @@ "disabled": "color-border-interactive-disabled"

"destructive": "color-text-interactive-destructive",
"disabled": "color-text-interactive-disabled"
"disabled": "color-text-interactive-disabled",
"flair": {
"focus": "color-text-interactive-flair-focus",
"hover": "color-text-interactive-flair-hover",
"base": "color-text-interactive-flair-base",
"active": "color-text-interactive-flair-active"
}
},

@@ -149,0 +179,0 @@ "ui": {

@@ -35,2 +35,8 @@ {

},
"secondary-flair": {
"base": "rgb(250, 246, 253)",
"active": "rgb(218, 185, 242)",
"focus": "rgb(218, 185, 242)",
"hover": "rgb(241, 229, 250)"
},
"tertiary": {

@@ -42,2 +48,8 @@ "base": "rgba(0, 0, 0, 0)",

},
"tertiary-flair": {
"base": "rgba(0, 0, 0, 0)",
"active": "rgb(241, 229, 250)",
"focus": "rgb(241, 229, 250)",
"hover": "rgb(250, 246, 253)"
},
"destructive": {

@@ -88,2 +100,8 @@ "base": "rgb(255, 255, 255)",

},
"primary-flair": {
"base": "rgb(163, 79, 222)",
"active": "rgb(122, 59, 167)",
"focus": "rgb(122, 59, 167)",
"hover": "rgb(139, 67, 189)"
},
"secondary": {

@@ -95,2 +113,8 @@ "base": "rgb(188, 190, 192)",

},
"secondary-flair": {
"base": "rgb(163, 79, 222)",
"active": "rgb(122, 59, 167)",
"focus": "rgb(122, 59, 167)",
"hover": "rgb(139, 67, 189)"
},
"destructive": "rgb(174, 44, 44)",

@@ -146,3 +170,9 @@ "disabled": "rgb(230, 230, 230)"

"destructive": "rgb(174, 44, 44)",
"disabled": "rgb(147, 149, 152)"
"disabled": "rgb(147, 149, 152)",
"flair": {
"focus": "rgb(122, 59, 167)",
"hover": "rgb(122, 59, 167)",
"base": "rgb(139, 67, 189)",
"active": "rgb(122, 59, 167)"
}
},

@@ -149,0 +179,0 @@ "ui": {

/**
* Do not edit directly
* Generated on Thu, 13 Jul 2023 19:39:50 GMT
* Generated on Wed, 23 Aug 2023 18:56:43 GMT
*/

@@ -24,2 +24,6 @@

export const ColorBgInteractiveSecondaryHover : string;
export const ColorBgInteractiveSecondaryFlairBase : string;
export const ColorBgInteractiveSecondaryFlairActive : string;
export const ColorBgInteractiveSecondaryFlairFocus : string;
export const ColorBgInteractiveSecondaryFlairHover : string;
export const ColorBgInteractiveTertiaryBase : string;

@@ -29,2 +33,6 @@ export const ColorBgInteractiveTertiaryActive : string;

export const ColorBgInteractiveTertiaryHover : string;
export const ColorBgInteractiveTertiaryFlairBase : string;
export const ColorBgInteractiveTertiaryFlairActive : string;
export const ColorBgInteractiveTertiaryFlairFocus : string;
export const ColorBgInteractiveTertiaryFlairHover : string;
export const ColorBgInteractiveDestructiveBase : string;

@@ -57,2 +65,6 @@ export const ColorBgInteractiveDestructiveActive : string;

export const ColorBorderInteractivePrimaryHover : string;
export const ColorBorderInteractivePrimaryFlairBase : string;
export const ColorBorderInteractivePrimaryFlairActive : string;
export const ColorBorderInteractivePrimaryFlairFocus : string;
export const ColorBorderInteractivePrimaryFlairHover : string;
export const ColorBorderInteractiveSecondaryBase : string;

@@ -62,2 +74,6 @@ export const ColorBorderInteractiveSecondaryActive : string;

export const ColorBorderInteractiveSecondaryHover : string;
export const ColorBorderInteractiveSecondaryFlairBase : string;
export const ColorBorderInteractiveSecondaryFlairActive : string;
export const ColorBorderInteractiveSecondaryFlairFocus : string;
export const ColorBorderInteractiveSecondaryFlairHover : string;
export const ColorBorderInteractiveDestructive : string;

@@ -90,2 +106,6 @@ export const ColorBorderInteractiveDisabled : string;

export const ColorTextInteractiveDisabled : string;
export const ColorTextInteractiveFlairFocus : string;
export const ColorTextInteractiveFlairHover : string;
export const ColorTextInteractiveFlairBase : string;
export const ColorTextInteractiveFlairActive : string;
export const ColorTextUiPrimaryBase : string;

@@ -92,0 +112,0 @@ export const ColorTextUiPrimaryInverted : string;

/**
* Do not edit directly
* Generated on Thu, 13 Jul 2023 19:39:50 GMT
* Generated on Wed, 23 Aug 2023 18:56:43 GMT
*/

@@ -24,2 +24,6 @@

export const ColorBgInteractiveSecondaryHover = "#e6e6e6";
export const ColorBgInteractiveSecondaryFlairBase = "#faf6fd";
export const ColorBgInteractiveSecondaryFlairActive = "#dab9f2";
export const ColorBgInteractiveSecondaryFlairFocus = "#dab9f2";
export const ColorBgInteractiveSecondaryFlairHover = "#f1e5fa";
export const ColorBgInteractiveTertiaryBase = "#000000";

@@ -29,2 +33,6 @@ export const ColorBgInteractiveTertiaryActive = "#d1d3d4";

export const ColorBgInteractiveTertiaryHover = "#e6e6e6";
export const ColorBgInteractiveTertiaryFlairBase = "#000000";
export const ColorBgInteractiveTertiaryFlairActive = "#f1e5fa";
export const ColorBgInteractiveTertiaryFlairFocus = "#f1e5fa";
export const ColorBgInteractiveTertiaryFlairHover = "#faf6fd";
export const ColorBgInteractiveDestructiveBase = "#ffffff";

@@ -57,2 +65,6 @@ export const ColorBgInteractiveDestructiveActive = "#fce2e2";

export const ColorBorderInteractivePrimaryHover = "#364dd9";
export const ColorBorderInteractivePrimaryFlairBase = "#a34fde";
export const ColorBorderInteractivePrimaryFlairActive = "#7a3ba7";
export const ColorBorderInteractivePrimaryFlairFocus = "#7a3ba7";
export const ColorBorderInteractivePrimaryFlairHover = "#8b43bd";
export const ColorBorderInteractiveSecondaryBase = "#bcbec0";

@@ -62,2 +74,6 @@ export const ColorBorderInteractiveSecondaryActive = "#58595b";

export const ColorBorderInteractiveSecondaryHover = "#717275";
export const ColorBorderInteractiveSecondaryFlairBase = "#a34fde";
export const ColorBorderInteractiveSecondaryFlairActive = "#7a3ba7";
export const ColorBorderInteractiveSecondaryFlairFocus = "#7a3ba7";
export const ColorBorderInteractiveSecondaryFlairHover = "#8b43bd";
export const ColorBorderInteractiveDestructive = "#ae2c2c";

@@ -90,2 +106,6 @@ export const ColorBorderInteractiveDisabled = "#e6e6e6";

export const ColorTextInteractiveDisabled = "#939598";
export const ColorTextInteractiveFlairFocus = "#7a3ba7";
export const ColorTextInteractiveFlairHover = "#7a3ba7";
export const ColorTextInteractiveFlairBase = "#8b43bd";
export const ColorTextInteractiveFlairActive = "#7a3ba7";
export const ColorTextUiPrimaryBase = "#191919";

@@ -92,0 +112,0 @@ export const ColorTextUiPrimaryInverted = "#ffffff";

2

package.json
{
"name": "@launchpad-ui/tokens",
"version": "0.6.0",
"version": "0.7.0",
"status": "beta",

@@ -5,0 +5,0 @@ "publishConfig": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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