@contentful/forma-36-tokens
Advanced tools
Comparing version 0.6.0-alpha.0 to 0.6.1-alpha.0
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.5.3](https://github.com/contentful/forma-36/compare/@contentful/forma-36-tokens@0.5.2...@contentful/forma-36-tokens@0.5.3) (2020-05-20) | ||
### Bug Fixes | ||
* **button:** CSS variable references in Button.css ([0674d24](https://github.com/contentful/forma-36/commit/0674d244ebb7492ddcb670fe602792acfbb23505)) | ||
## 0.5.2 (2020-04-03) | ||
@@ -8,0 +19,0 @@ |
@@ -109,2 +109,6 @@ declare module '@contentful/forma-36-tokens' { | ||
/** | ||
* 0px 0px 7px #D28004 | ||
*/ | ||
"glowWarning": string, | ||
/** | ||
* #174E8C | ||
@@ -294,2 +298,22 @@ */ | ||
/** | ||
* 0.1s | ||
*/ | ||
"transitionDurationShort": string, | ||
/** | ||
* 0.2s | ||
*/ | ||
"transitionDurationDefault": string, | ||
/** | ||
* 0.3s | ||
*/ | ||
"transitionDurationLong": string, | ||
/** | ||
* ease-in-out | ||
*/ | ||
"transitionEasingDefault": string, | ||
/** | ||
* cubic-bezier(0.13, 0.62, 0.11, 0.99) | ||
*/ | ||
"transitionEasingCubicBezier": string, | ||
/** | ||
* 16 | ||
@@ -353,23 +377,3 @@ */ | ||
*/ | ||
"lineHeightCondensed": string, | ||
/** | ||
* 0.1s | ||
*/ | ||
"transitionDurationShort": string, | ||
/** | ||
* 0.2s | ||
*/ | ||
"transitionDurationDefault": string, | ||
/** | ||
* 0.3s | ||
*/ | ||
"transitionDurationLong": string, | ||
/** | ||
* ease-in-out | ||
*/ | ||
"transitionEasingDefault": string, | ||
/** | ||
* cubic-bezier(0.13, 0.62, 0.11, 0.99) | ||
*/ | ||
"transitionEasingCubicBezier": string | ||
"lineHeightCondensed": string | ||
} | ||
@@ -376,0 +380,0 @@ const tokens: F36Tokens; |
@@ -33,2 +33,3 @@ | ||
"glowPositive": "0px 0px 7px #1D7D58", | ||
"glowWarning": "0px 0px 7px #D28004", | ||
"colorBlueDark": "#174E8C", | ||
@@ -80,2 +81,7 @@ "colorBlueBase": "#1D61AF", | ||
"colorWhite": "#ffffff", | ||
"transitionDurationShort": "0.1s", | ||
"transitionDurationDefault": "0.2s", | ||
"transitionDurationLong": "0.3s", | ||
"transitionEasingDefault": "ease-in-out", | ||
"transitionEasingCubicBezier": "cubic-bezier(0.13, 0.62, 0.11, 0.99)", | ||
"fontBaseDefault": "16", | ||
@@ -95,9 +101,4 @@ "fontSize3Xl": "2.1875rem", | ||
"lineHeightDefault": "1.5", | ||
"lineHeightCondensed": "1.25", | ||
"transitionDurationShort": "0.1s", | ||
"transitionDurationDefault": "0.2s", | ||
"transitionDurationLong": "0.3s", | ||
"transitionEasingDefault": "ease-in-out", | ||
"transitionEasingCubicBezier": "cubic-bezier(0.13, 0.62, 0.11, 0.99)" | ||
"lineHeightCondensed": "1.25" | ||
} | ||
@@ -1,1 +0,1 @@ | ||
{"glow-primary":"0px 0px 7px #1D61AF","glow-negative":"0px 0px 7px #A03343","glow-positive":"0px 0px 7px #1D7D58"} | ||
{"glow-primary":"0px 0px 7px #1D61AF","glow-negative":"0px 0px 7px #A03343","glow-positive":"0px 0px 7px #1D7D58","glow-warning":"0px 0px 7px #D28004"} |
{ | ||
"name": "@contentful/forma-36-tokens", | ||
"description": "Forma 36 Tokens", | ||
"version": "0.6.0-alpha.0", | ||
"version": "0.6.1-alpha.0", | ||
"main": "dist/index.js", | ||
@@ -26,3 +26,3 @@ "types": "dist/index.d.ts", | ||
}, | ||
"gitHead": "9176390209c9399cb03f76d4ef151d09d39d94e5" | ||
"gitHead": "48fcd79cf2f62a94463b9f41206edaec6e71d67f" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a 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
29531
526
1