cf-style-const
Advanced tools
Comparing version 2.5.0 to 2.5.1
@@ -6,2 +6,8 @@ # Change Log | ||
<a name="2.5.1"></a> | ||
## [2.5.1](https://github.com/cloudflare/cf-ui/compare/cf-style-const@2.5.0...cf-style-const@2.5.1) (2017-09-15) | ||
<a name="2.5.0"></a> | ||
@@ -8,0 +14,0 @@ # [2.5.0](https://github.com/cloudflare/cf-ui/compare/cf-style-const@2.4.1...cf-style-const@2.5.0) (2017-08-30) |
@@ -10,3 +10,3 @@ var _color; | ||
export default { | ||
var base = { | ||
breakpoints: { | ||
@@ -124,2 +124,8 @@ mobile: '13.6em', | ||
zIndexMax: 1000 | ||
}; | ||
}; | ||
var alias = { colors: base.color }; | ||
var baseTheme = Object.assign({}, base, alias); | ||
export default baseTheme; |
@@ -16,3 +16,3 @@ 'use strict'; | ||
exports.default = { | ||
var base = { | ||
breakpoints: { | ||
@@ -130,2 +130,8 @@ mobile: '13.6em', | ||
zIndexMax: 1000 | ||
}; | ||
}; | ||
var alias = { colors: base.color }; | ||
var baseTheme = Object.assign({}, base, alias); | ||
exports.default = baseTheme; |
{ | ||
"name": "cf-style-const", | ||
"description": "Cloudflare Style Constants", | ||
"version": "2.5.0", | ||
"version": "2.5.1", | ||
"main": "lib/index.js", | ||
@@ -6,0 +6,0 @@ "module": "es/index.js", |
@@ -6,3 +6,3 @@ import { lighten, darken } from 'polished'; | ||
export default { | ||
const base = { | ||
breakpoints: { | ||
@@ -143,1 +143,7 @@ mobile: '13.6em', | ||
}; | ||
const alias = { colors: base.color }; | ||
const baseTheme = Object.assign({}, base, alias); | ||
export default baseTheme; |
18195
405