@pluralsight/design-tokens
Advanced tools
Comparing version 0.0.0-experimental-89c5d1-20220310 to 0.0.0-experimental-8c634a-20220323
/** | ||
* 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%)"; |
{ | ||
"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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
34039
9
598
0