New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@pluralsight/design-tokens

Package Overview
Dependencies
Maintainers
1
Versions
1291
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pluralsight/design-tokens - npm Package Compare versions

Comparing version 0.0.0-experimental-89c5d1-20220310 to 0.0.0-experimental-8c634a-20220323

build/common/index.js

59

build/index.js
/**
* Do not edit directly
* Generated on Thu, 10 Mar 2022 19:49:38 GMT
* Generated on Wed, 23 Mar 2022 21:20:06 GMT
*/

@@ -60,2 +60,57 @@

export const psWarningTextWeak = "hsl(43deg 100% 82% / 100%)";
export const psWarningTextMedium = "hsl(43deg 100% 69% / 100%)";
export const psWarningTextMedium = "hsl(43deg 100% 69% / 100%)";
export const psLightBackground = "hsl(249deg 63% 43% / 100%)";
export const psLightBackgroundActive = "hsl(249deg 63% 25% / 100%)";
export const psLightBackgroundHover = "hsl(249deg 63% 34% / 100%)";
export const psLightBackgroundWeak = "hsl(249deg 62% 92% / 100%)";
export const psLightBackgroundWeakActive = "hsl(248deg 63% 75% / 100%)";
export const psLightBackgroundWeakHover = "hsl(249deg 64% 84% / 100%)";
export const psLightBorder = "hsl(249deg 63% 59% / 100%)";
export const psLightDangerBackground = "hsl(336deg 100% 36% / 100%)";
export const psLightDangerBackgroundActive = "hsl(335deg 100% 18% / 100%)";
export const psLightDangerBackgroundHover = "hsl(336deg 100% 27% / 100%)";
export const psLightDangerBackgroundWeak = "hsl(336deg 100% 91% / 100%)";
export const psLightDangerBorder = "hsl(335deg 100% 64% / 100%)";
export const psLightDangerText = "hsl(335deg 100% 18% / 100%)";
export const psLightDangerTextWeak = "hsl(336deg 100% 36% / 100%)";
export const psLightDangerTextMedium = "hsl(335deg 100% 64% / 100%)";
export const psLightInfoBackground = "hsl(202deg 100% 42% / 100%)";
export const psLightInfoBackgroundActive = "hsl(202deg 100% 25% / 100%)";
export const psLightInfoBackgroundHover = "hsl(202deg 100% 33% / 100%)";
export const psLightInfoBackgroundWeak = "hsl(202deg 100% 83% / 100%)";
export const psLightInfoBorder = "hsl(202deg 100% 50% / 100%)";
export const psLightInfoText = "hsl(202deg 100% 17% / 100%)";
export const psLightInfoTextWeak = "hsl(202deg 100% 25% / 100%)";
export const psLightInfoTextMedium = "hsl(202deg 100% 42% / 100%)";
export const psLightNeutralBackground = "hsl(214deg 48% 83% / 60%)";
export const psLightNeutralBackgroundActive = "hsl(214deg 48% 83% / 70%)";
export const psLightNeutralBackgroundHover = "hsl(214deg 36% 66% / 30%)";
export const psLightNeutralBorder = "hsl(214deg 36% 66% / 50%)";
export const psLightNeutralBorderWeak = "hsl(214deg 36% 66% / 30%)";
export const psLightNeutralBorderStrong = "hsl(214deg 35% 66% / 100%)";
export const psLightNeutralSurface = "hsl(210deg 38% 97% / 100%)";
export const psLightNeutralSurfaceWeak = "hsl(0deg 0% 100% / 100%)";
export const psLightNeutralSurfaceMedium = "hsl(210deg 40% 97% / 100%)";
export const psLightNeutralSurfaceStrong = "hsl(214deg 32% 94% / 100%)";
export const psLightNeutralText = "hsl(214deg 36% 16% / 100%)";
export const psLightNeutralTextWeak = "hsl(214deg 30% 35% / 100%)";
export const psLightNeutralTextMedium = "hsl(214deg 25% 41% / 100%)";
export const psLightSuccessBackground = "hsl(156deg 99% 29% / 100%)";
export const psLightSuccessBackgroundActive = "hsl(156deg 97% 15% / 100%)";
export const psLightSuccessBackgroundHover = "hsl(156deg 98% 22% / 100%)";
export const psLightSuccessBackgroundWeak = "hsl(156deg 98% 81% / 100%)";
export const psLightSuccessBorder = "hsl(156deg 98% 37% / 100%)";
export const psLightSuccessText = "hsl(157deg 100% 7% / 100%)";
export const psLightSuccessTextWeak = "hsl(156deg 98% 22% / 100%)";
export const psLightSuccessTextMedium = "hsl(156deg 99% 29% / 100%)";
export const psLightText = "hsl(249deg 63% 8% / 100%)";
export const psLightTextWeak = "hsl(249deg 63% 25% / 100%)";
export const psLightTextMedium = "hsl(249deg 63% 43% / 100%)";
export const psLightWarningBackground = "hsl(43deg 100% 42% / 100%)";
export const psLightWarningBackgroundActive = "hsl(43deg 100% 21% / 100%)";
export const psLightWarningBackgroundHover = "hsl(43deg 100% 32% / 100%)";
export const psLightWarningBackgroundWeak = "hsl(43deg 100% 88% / 100%)";
export const psLightWarningBorder = "hsl(43deg 100% 53% / 100%)";
export const psLightWarningText = "hsl(43deg 100% 10% / 100%)";
export const psLightWarningTextWeak = "hsl(43deg 100% 32% / 100%)";
export const psLightWarningTextMedium = "hsl(43deg 100% 42% / 100%)";

8

package.json
{
"name": "@pluralsight/design-tokens",
"version": "0.0.0-experimental-89c5d1-20220310",
"version": "0.0.0-experimental-8c634a-20220323",
"description": "Design tokens for Pluralsight.",
"main": "build/index.js",
"main": "build/common/index.js",
"module": "build/index.js",
"types": "build/index.d.ts",
"files": [
"build/css/variables.css",
"build/scss/_variables.scss",
"build/common/index.js",
"build/index.js",
"build/index.d.ts",
"normalize.css",

@@ -11,0 +15,0 @@ "fonts.css"

Sorry, the diff of this file is not supported yet

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