@lightspeed/cirrus-tokens
Advanced tools
Comparing version 2.4.0 to 2.5.0
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="2.5.0"></a> | ||
# [2.5.0](https://github.com/lightspeedretail/cirrus/compare/@lightspeed/cirrus-tokens@2.4.0...@lightspeed/cirrus-tokens@2.5.0) (2018-02-19) | ||
### Features | ||
* **tokens:** Updated blue-200 to newer color ([#365](https://github.com/lightspeedretail/cirrus/issues/365)) ([53ab86c](https://github.com/lightspeedretail/cirrus/commit/53ab86c)) | ||
<a name="2.4.0"></a> | ||
@@ -8,0 +19,0 @@ # [2.4.0](https://github.com/lightspeedretail/cirrus/compare/@lightspeed/cirrus-tokens@2.3.2...@lightspeed/cirrus-tokens@2.4.0) (2018-02-09) |
{ | ||
"name": "@lightspeed/cirrus-tokens", | ||
"version": "2.4.0", | ||
"version": "2.5.0", | ||
"description": "Cirrus's Foundation", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -20,3 +20,3 @@ const colorsMap = { | ||
'blue-100': '#e9fafe', | ||
'blue-200': '#2acdfc', | ||
'blue-200': '#5187e0', | ||
'blue-300': '#1d5794', | ||
@@ -23,0 +23,0 @@ green: '#35b858', |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
36331
22