@contentful/f36-tokens
Advanced tools
Comparing version 4.0.1-next-v4-3329.1842 to 4.0.1-next-v4-3359.1843
@@ -97,2 +97,38 @@ declare module '@contentful/f36-tokens' { | ||
/** | ||
* 0px 1px 0px rgb(25, 37, 50, 0.1) | ||
*/ | ||
"boxShadowPositive": string, | ||
/** | ||
* 0px 0px 0px 1px rgba(25, 37, 50, 0.1), 0px 3px 7px -3px rgba(25, 37, 50, 0.1), 0px 6px 12px -2px rgba(25, 37, 50, 0.1); | ||
*/ | ||
"boxShadowDefault": string, | ||
/** | ||
* 0px 0px 0px 1px rgba(25, 37, 50, 0.1), 0px -6px 16px -6px rgba(25, 37, 50, 0.03), 0px 8px 16px -8px rgba(25, 37, 50, 0.2), 0px 13px 27px -5px rgba(25, 37, 50, 0.15); | ||
*/ | ||
"boxShadowHeavy": string, | ||
/** | ||
* inset 0px 2px 0px rgba(225, 228, 232, 0.2); | ||
*/ | ||
"insetBoxShadowDefault": string, | ||
/** | ||
* 0px 0px 0px 3px #84B9F5 | ||
*/ | ||
"glowPrimary": string, | ||
/** | ||
* 0px 0px 0px 3px #ECA7A7 | ||
*/ | ||
"glowNegative": string, | ||
/** | ||
* 0px 0px 0px 3px #8AD6B1 | ||
*/ | ||
"glowPositive": string, | ||
/** | ||
* 0px 0px 0px 3px #FFD7A2 | ||
*/ | ||
"glowWarning": string, | ||
/** | ||
* 0px 0px 0px 3px #e5ebed | ||
*/ | ||
"glowMuted": string, | ||
/** | ||
* #174E8C | ||
@@ -322,38 +358,2 @@ */ | ||
/** | ||
* 0px 1px 0px rgb(25, 37, 50, 0.1) | ||
*/ | ||
"boxShadowPositive": string, | ||
/** | ||
* 0px 0px 0px 1px rgba(25, 37, 50, 0.1), 0px 3px 7px -3px rgba(25, 37, 50, 0.1), 0px 6px 12px -2px rgba(25, 37, 50, 0.1); | ||
*/ | ||
"boxShadowDefault": string, | ||
/** | ||
* 0px 0px 0px 1px rgba(25, 37, 50, 0.1), 0px -6px 16px -6px rgba(25, 37, 50, 0.03), 0px 8px 16px -8px rgba(25, 37, 50, 0.2), 0px 13px 27px -5px rgba(25, 37, 50, 0.15); | ||
*/ | ||
"boxShadowHeavy": string, | ||
/** | ||
* inset 0px 2px 0px rgba(225, 228, 232, 0.2); | ||
*/ | ||
"insetBoxShadowDefault": string, | ||
/** | ||
* 0px 0px 0px 3px #84B9F5 | ||
*/ | ||
"glowPrimary": string, | ||
/** | ||
* 0px 0px 0px 3px #ECA7A7 | ||
*/ | ||
"glowNegative": string, | ||
/** | ||
* 0px 0px 0px 3px #8AD6B1 | ||
*/ | ||
"glowPositive": string, | ||
/** | ||
* 0px 0px 0px 3px #FFD7A2 | ||
*/ | ||
"glowWarning": string, | ||
/** | ||
* 0px 0px 0px 3px #e5ebed | ||
*/ | ||
"glowMuted": string, | ||
/** | ||
* 0.1s | ||
@@ -360,0 +360,0 @@ */ |
@@ -30,2 +30,11 @@ | ||
"borderRadiusMedium": "6px", | ||
"boxShadowPositive": "0px 1px 0px rgb(25, 37, 50, 0.1)", | ||
"boxShadowDefault": "0px 0px 0px 1px rgba(25, 37, 50, 0.1), 0px 3px 7px -3px rgba(25, 37, 50, 0.1), 0px 6px 12px -2px rgba(25, 37, 50, 0.1);", | ||
"boxShadowHeavy": "0px 0px 0px 1px rgba(25, 37, 50, 0.1), 0px -6px 16px -6px rgba(25, 37, 50, 0.03), 0px 8px 16px -8px rgba(25, 37, 50, 0.2), 0px 13px 27px -5px rgba(25, 37, 50, 0.15);", | ||
"insetBoxShadowDefault": "inset 0px 2px 0px rgba(225, 228, 232, 0.2);", | ||
"glowPrimary": "0px 0px 0px 3px #84B9F5", | ||
"glowNegative": "0px 0px 0px 3px #ECA7A7", | ||
"glowPositive": "0px 0px 0px 3px #8AD6B1", | ||
"glowWarning": "0px 0px 0px 3px #FFD7A2", | ||
"glowMuted": "0px 0px 0px 3px #e5ebed", | ||
"colorBlueDark": "#174E8C", | ||
@@ -87,11 +96,2 @@ "colorBlueBase": "#2D64B3", | ||
"colorYellowLightest": "#FFF7DE", | ||
"boxShadowPositive": "0px 1px 0px rgb(25, 37, 50, 0.1)", | ||
"boxShadowDefault": "0px 0px 0px 1px rgba(25, 37, 50, 0.1), 0px 3px 7px -3px rgba(25, 37, 50, 0.1), 0px 6px 12px -2px rgba(25, 37, 50, 0.1);", | ||
"boxShadowHeavy": "0px 0px 0px 1px rgba(25, 37, 50, 0.1), 0px -6px 16px -6px rgba(25, 37, 50, 0.03), 0px 8px 16px -8px rgba(25, 37, 50, 0.2), 0px 13px 27px -5px rgba(25, 37, 50, 0.15);", | ||
"insetBoxShadowDefault": "inset 0px 2px 0px rgba(225, 228, 232, 0.2);", | ||
"glowPrimary": "0px 0px 0px 3px #84B9F5", | ||
"glowNegative": "0px 0px 0px 3px #ECA7A7", | ||
"glowPositive": "0px 0px 0px 3px #8AD6B1", | ||
"glowWarning": "0px 0px 0px 3px #FFD7A2", | ||
"glowMuted": "0px 0px 0px 3px #e5ebed", | ||
"transitionDurationShort": "0.1s", | ||
@@ -98,0 +98,0 @@ "transitionDurationDefault": "0.2s", |
{ | ||
"name": "@contentful/f36-tokens", | ||
"description": "Forma 36 Tokens", | ||
"version": "4.0.1-next-v4-3329.1842+abf61f3f", | ||
"version": "4.0.1-next-v4-3359.1843+15e37bf7", | ||
"main": "dist/index.js", | ||
@@ -25,3 +25,3 @@ "types": "dist/index.d.ts", | ||
}, | ||
"gitHead": "abf61f3f58a38b6110467c8f02f2af58cd9e1e58" | ||
"gitHead": "15e37bf7007c8934ac5e1a48e214faf6d10ffaf8" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package