🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

@netlify/netlify-design-tokens

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@netlify/netlify-design-tokens - npm Package Compare versions

Comparing version

to
3.4.0

@@ -134,2 +134,15 @@ export const ColorIllustrationGrayLight100 : string;

export const ColorDarkThirdPartyAzureDark : string;
export const EffectShadowFocusHover : string;
export const EffectShadowBasic : string;
export const EffectShadowHoverShadow : string;
export const EffectShadowStrong : string;
export const EffectShadowStrongerShadow : string;
export const EffectShadowBig : string;
export const EffectShadowTeal : string;
export const EffectShadowWhiteTeal : string;
export const EffectShadowDropdown : string;
export const EffectShadowBlackTeal : string;
export const EffectShadowDragAndDropSiteShadow : string;
export const EffectShadowShallowShadow : string;
export const EffectShadowDeepShadow : string;
export const SizeBorderWidthDefault : string;

@@ -136,0 +149,0 @@ export const SizeBorderWidthLight : string;

@@ -113,2 +113,19 @@ {

},
"effect": {
"shadow": {
"focusHover": "0 0 0 1px #ffb914",
"basic": "0 2px 4px 0 hsla(198, 45%, 10%, 0.12)",
"hoverShadow": "0 8px 12px 0 hsla(180, 5%, 92%, 0.16), 0 2px 8px 0 hsla(0, 0%, 0%, 0.08)",
"strong": "0 2px 4px 0 hsla(198, 45%, 10%, 0.36), 0 8px 20px 0 hsla(197, 43%, 13%, 0.08)",
"strongerShadow": "0 2px 4px 0 hsla(198, 45%, 10%, 0.12), 0 2px 16px 0 hsla(198, 45%, 10%, 0.32)",
"big": "0 0 80px hsla(198, 45%, 10%, 0.08)",
"teal": "0 0 0 1px #5cebdf",
"whiteTeal": "0 0 0 1px #ffffff, 0 0 0 4px #5cebdf",
"dropdown": "0 6px 12px rgba(0, 0, 0, 0.08)",
"blackTeal": "0 0 0 1px #054861, 0 0 0 4px #5cebdf",
"dragAndDropSiteShadow": "0 4px 8px 0 hsla(199, 43%, 13%, 0.16), 0 0 0 1000px hsla(199, 43%, 13%, 0.5)",
"shallowShadow": "0 1px 10px 0 hsla(210, 7%, 22%, 0.06), 0 2px 4px 0 hsla(210, 7%, 22%, 0.08)",
"deepShadow": "0 16px 24px rgba(0, 0, 0, 0.07), 0 6px 30px hsla(0, 0%, 0%, 0.06), 0 8px 10px hsla(0, 0%, 0%, 0.1)"
}
},
"size": {

@@ -115,0 +132,0 @@ "border": {

{
"name": "@netlify/netlify-design-tokens",
"version": "3.3.0",
"version": "3.4.0",
"private": false,

@@ -43,6 +43,6 @@ "description": "Netlify's design tokens for sharing across products and repos",

"devDependencies": {
"@storybook/addon-docs": "6.5.10",
"@storybook/builder-webpack5": "6.5.10",
"@storybook/html": "6.5.10",
"@storybook/manager-webpack5": "6.5.10",
"@storybook/addon-docs": "6.5.12",
"@storybook/builder-webpack5": "6.5.12",
"@storybook/html": "6.5.12",
"@storybook/manager-webpack5": "6.5.12",
"style-dictionary": "3.7.1",

@@ -49,0 +49,0 @@ "webpack": "5.74.0"

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