cf-style-const
Advanced tools
Comparing version 2.1.0 to 2.2.0
@@ -6,2 +6,15 @@ # Change Log | ||
<a name="2.2.0"></a> | ||
# [2.2.0](https://github.com/cloudflare/cf-ui/compare/cf-style-const@2.0.0...cf-style-const@2.2.0) (2017-08-09) | ||
### Features | ||
* **cf-style-const:** Add a new color ([d23c0ad](https://github.com/cloudflare/cf-ui/commit/d23c0ad)) | ||
* **cf-style-const:** Add new color called dust ([a7943f0](https://github.com/cloudflare/cf-ui/commit/a7943f0)) | ||
* **cf-style-provider:** Add two new breakpoints to support new navigation ([f00199c](https://github.com/cloudflare/cf-ui/commit/f00199c)) | ||
<a name="2.1.0"></a> | ||
@@ -8,0 +21,0 @@ # [2.1.0](https://github.com/koddsson/cf-ui/compare/cf-style-const@2.0.0...cf-style-const@2.1.0) (2017-07-31) |
@@ -11,2 +11,4 @@ import { lighten, darken } from 'polished'; | ||
tablet: '47.2em', | ||
tabletLegacy: '49.2em', | ||
tabletWide: '55em', | ||
desktop: '64em', | ||
@@ -49,3 +51,4 @@ desktopLarge: '97.6em' | ||
carrot: '#f56500', | ||
smoke: '#e0e0e0' | ||
smoke: '#e0e0e0', | ||
dust: '#ebebeb' | ||
}, | ||
@@ -52,0 +55,0 @@ fontSize: '15px', |
@@ -17,2 +17,4 @@ 'use strict'; | ||
tablet: '47.2em', | ||
tabletLegacy: '49.2em', | ||
tabletWide: '55em', | ||
desktop: '64em', | ||
@@ -55,3 +57,4 @@ desktopLarge: '97.6em' | ||
carrot: '#f56500', | ||
smoke: '#e0e0e0' | ||
smoke: '#e0e0e0', | ||
dust: '#ebebeb' | ||
}, | ||
@@ -58,0 +61,0 @@ fontSize: '15px', |
{ | ||
"name": "cf-style-const", | ||
"description": "Cloudflare Style Constants", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"main": "lib/index.js", | ||
@@ -6,0 +6,0 @@ "module": "es/index.js", |
@@ -11,2 +11,4 @@ import { lighten, darken } from 'polished'; | ||
tablet: '47.2em', | ||
tabletLegacy: '49.2em', | ||
tabletWide: '55em', | ||
desktop: '64em', | ||
@@ -49,3 +51,4 @@ desktopLarge: '97.6em' | ||
carrot: '#f56500', | ||
smoke: '#e0e0e0' | ||
smoke: '#e0e0e0', | ||
dust: '#ebebeb' | ||
}, | ||
@@ -52,0 +55,0 @@ fontSize: '15px', |
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
13666
358
48