@contentful/forma-36-tokens
Advanced tools
Comparing version 0.6.2-alpha.1 to 0.6.2-alpha.2
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.6.2-alpha.2](https://github.com/contentful/forma-36/compare/@contentful/forma-36-tokens@0.6.2-alpha.1...@contentful/forma-36-tokens@0.6.2-alpha.2) (2020-06-19) | ||
### Bug Fixes | ||
* update semantic color mapping ([f7868ba](https://github.com/contentful/forma-36/commit/f7868ba62aa86dd5868c359d2fe0221bbdf5b671)) | ||
## [0.6.2-alpha.1](https://github.com/contentful/forma-36/compare/@contentful/forma-36-tokens@0.6.2-alpha.0...@contentful/forma-36-tokens@0.6.2-alpha.1) (2020-06-18) | ||
@@ -8,0 +19,0 @@ |
@@ -97,15 +97,15 @@ declare module '@contentful/forma-36-tokens' { | ||
/** | ||
* 0px 0px 7px #1D61AF | ||
* 0px 0px 7px #2E75D4 | ||
*/ | ||
"glowPrimary": string, | ||
/** | ||
* 0px 0px 7px #A03343 | ||
* 0px 0px 7px #BF3045 | ||
*/ | ||
"glowNegative": string, | ||
/** | ||
* 0px 0px 7px #1D7D58 | ||
* 0px 0px 7px #16875D | ||
*/ | ||
"glowPositive": string, | ||
/** | ||
* 0px 0px 7px #D28004 | ||
* 0px 0px 7px #F79B0C | ||
*/ | ||
@@ -278,15 +278,15 @@ "glowWarning": string, | ||
/** | ||
* #1D61AF | ||
* #2E75D4 | ||
*/ | ||
"colorPrimary": string, | ||
/** | ||
* #1D7D58 | ||
* #16875D | ||
*/ | ||
"colorPositive": string, | ||
/** | ||
* #A03343 | ||
* #BF3045 | ||
*/ | ||
"colorNegative": string, | ||
/** | ||
* #D28004 | ||
* #F79B0C | ||
*/ | ||
@@ -293,0 +293,0 @@ "colorWarning": string, |
@@ -30,6 +30,6 @@ | ||
"boxShadowHeavy": "0 2px 3px rgba(0, 0, 0, 0.35)", | ||
"glowPrimary": "0px 0px 7px #1D61AF", | ||
"glowNegative": "0px 0px 7px #A03343", | ||
"glowPositive": "0px 0px 7px #1D7D58", | ||
"glowWarning": "0px 0px 7px #D28004", | ||
"glowPrimary": "0px 0px 7px #2E75D4", | ||
"glowNegative": "0px 0px 7px #BF3045", | ||
"glowPositive": "0px 0px 7px #16875D", | ||
"glowWarning": "0px 0px 7px #F79B0C", | ||
"colorBlueDark": "#174E8C", | ||
@@ -76,6 +76,6 @@ "colorBlueBase": "#2D64B3", | ||
"colorRedLightest": "#FCE9E8", | ||
"colorPrimary": "#1D61AF", | ||
"colorPositive": "#1D7D58", | ||
"colorNegative": "#A03343", | ||
"colorWarning": "#D28004", | ||
"colorPrimary": "#2E75D4", | ||
"colorPositive": "#16875D", | ||
"colorNegative": "#BF3045", | ||
"colorWarning": "#F79B0C", | ||
"colorTextDark": "#192532", | ||
@@ -82,0 +82,0 @@ "colorTextBase": "#283848", |
@@ -1,1 +0,1 @@ | ||
{"glow-primary":"0px 0px 7px #1D61AF","glow-negative":"0px 0px 7px #A03343","glow-positive":"0px 0px 7px #1D7D58","glow-warning":"0px 0px 7px #D28004"} | ||
{"glow-primary":"0px 0px 7px #2E75D4","glow-negative":"0px 0px 7px #BF3045","glow-positive":"0px 0px 7px #16875D","glow-warning":"0px 0px 7px #F79B0C"} |
@@ -1,1 +0,1 @@ | ||
{"color-primary":"#1D61AF","color-positive":"#1D7D58","color-negative":"#A03343","color-warning":"#D28004"} | ||
{"color-primary":"#2E75D4","color-positive":"#16875D","color-negative":"#BF3045","color-warning":"#F79B0C"} |
{ | ||
"name": "@contentful/forma-36-tokens", | ||
"description": "Forma 36 Tokens", | ||
"version": "0.6.2-alpha.1", | ||
"version": "0.6.2-alpha.2", | ||
"main": "dist/index.js", | ||
@@ -26,3 +26,3 @@ "types": "dist/index.d.ts", | ||
}, | ||
"gitHead": "2747c6809847a85545c50aabd6a0eb6a0f391290" | ||
"gitHead": "2415796ad2b8d09c010b8579d5aecc795070051f" | ||
} |
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
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
32165