@cloudflare/style-const
Advanced tools
Comparing version 1.0.10 to 1.0.11
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="1.0.11"></a> | ||
## [1.0.11](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/style-const@1.0.10...@cloudflare/style-const@1.0.11) (2018-06-08) | ||
### Bug Fixes | ||
* **style-const:** UI-847 mute warnings during tests run ([7f726b3](http://stash.cfops.it:7999/fe/stratus/commits/7f726b3)) | ||
<a name="1.0.10"></a> | ||
@@ -15,3 +26,3 @@ ## [1.0.10](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/style-const@1.0.7...@cloudflare/style-const@1.0.10) (2018-06-07) | ||
<a name="1.0.9"></a> | ||
<a name="1.0.9"></a> | ||
## [1.0.9](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/style-const@1.0.7...@cloudflare/style-const@1.0.9) (2018-06-07) | ||
@@ -24,3 +35,3 @@ | ||
<a name="1.0.7"></a> | ||
<a name="1.0.7"></a> | ||
## [1.0.7](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/style-const@1.0.5...@cloudflare/style-const@1.0.7) (2018-06-07) | ||
@@ -36,3 +47,3 @@ | ||
<a name="1.0.5"></a> | ||
<a name="1.0.5"></a> | ||
## [1.0.5](http://stash.cfops.it:7999/www/cf-ux/compare/@cloudflare/style-const@1.0.4...@cloudflare/style-const@1.0.5) (2018-05-24) | ||
@@ -45,3 +56,3 @@ | ||
<a name="1.0.4"></a> | ||
<a name="1.0.4"></a> | ||
## [1.0.4](http://stash.cfops.it:7999/www/cf-ux/compare/@cloudflare/style-const@1.0.3...@cloudflare/style-const@1.0.4) (2018-05-24) | ||
@@ -58,3 +69,3 @@ | ||
<a name="1.0.3"></a> | ||
<a name="1.0.3"></a> | ||
## [1.0.3](http://stash.cfops.it:7999/www/cf-ux/compare/@cloudflare/style-const@1.0.2...@cloudflare/style-const@1.0.3) (2018-05-14) | ||
@@ -70,3 +81,3 @@ | ||
<a name="1.0.2"></a> | ||
<a name="1.0.2"></a> | ||
## [1.0.2](http://stash.cfops.it:7999/www/cf-ux/compare/@cloudflare/style-const@1.0.1...@cloudflare/style-const@1.0.2) (2018-05-10) | ||
@@ -82,3 +93,3 @@ | ||
<a name="1.0.1"></a> | ||
<a name="1.0.1"></a> | ||
## 1.0.1 (2018-05-09) | ||
@@ -85,0 +96,0 @@ |
"use strict"; | ||
exports.__esModule = true; | ||
var polished_1 = require("polished"); | ||
var showWarnings = process.env.NODE_ENV !== 'production'; | ||
var showWarnings = ['production', 'test'].indexOf(process.env.NODE_ENV) === -1; | ||
var colorOffsetDark = 0.07; | ||
@@ -6,0 +6,0 @@ var colorOffsetLight = 0.15; |
import { darken, lighten } from 'polished'; | ||
var showWarnings = process.env.NODE_ENV !== 'production'; | ||
var showWarnings = ['production', 'test'].indexOf(process.env.NODE_ENV) === -1; | ||
@@ -5,0 +5,0 @@ var colorOffsetDark = 0.07; |
@@ -9,3 +9,3 @@ 'use strict'; | ||
const showWarnings = process.env.NODE_ENV !== 'production'; | ||
const showWarnings = ['production', 'test'].indexOf(process.env.NODE_ENV) === -1; | ||
@@ -12,0 +12,0 @@ const colorOffsetDark = 0.07; |
{ | ||
"name": "@cloudflare/style-const", | ||
"description": "Cloudflare Style Constants", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"main": "lib/index.js", | ||
@@ -6,0 +6,0 @@ "module": "es/index.js", |
import { darken, lighten } from 'polished'; | ||
const showWarnings = process.env.NODE_ENV !== 'production'; | ||
const showWarnings = | ||
['production', 'test'].indexOf(process.env.NODE_ENV) === -1; | ||
@@ -5,0 +6,0 @@ const colorOffsetDark = 0.07; |
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
61453
1414