@keen.io/colors
Advanced tools
Comparing version 0.1.2 to 0.2.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [0.2.0](https://github.com/keen/keen/compare/@keen.io/colors@0.1.2...@keen.io/colors@0.2.0) (2020-05-26) | ||
### Features | ||
* 🎸 buttons ([33c14d6](https://github.com/keen/keen/commit/33c14d68d53ef9374ee8f28ec7d50dbf0f8c98e9)) | ||
## [0.1.2](https://github.com/keen/keen/compare/@keen.io/colors@0.1.1...@keen.io/colors@0.1.2) (2020-04-27) | ||
@@ -8,0 +19,0 @@ |
@@ -9,2 +9,9 @@ export declare const colors: { | ||
}; | ||
red: { | ||
500: string; | ||
400: string; | ||
300: string; | ||
200: string; | ||
100: string; | ||
}; | ||
white: { | ||
@@ -11,0 +18,0 @@ 500: string; |
@@ -9,2 +9,9 @@ export var colors = { | ||
}, | ||
red: { | ||
500: '#9D2F3A', | ||
400: '#A3444D', | ||
300: '#B25B63', | ||
200: '#C2777E', | ||
100: '#D9959B', | ||
}, | ||
white: { | ||
@@ -11,0 +18,0 @@ 500: '#FFFFFF', |
{ | ||
"name": "@keen.io/colors", | ||
"version": "0.1.2", | ||
"version": "0.2.0", | ||
"description": "Keen colors", | ||
@@ -31,3 +31,3 @@ "author": "Keen.IO <team@keen.io> (https://keen.io/)", | ||
}, | ||
"gitHead": "26e2f92603585da19b08e1348e6579ad85cdcd55" | ||
"gitHead": "f1ebe51658f68c2f53c7ad1d4f85dbe1a7c42bca" | ||
} |
6480
160