@indoqa/style-system
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -0,1 +1,4 @@ | ||
# v1.1.1 | 2019-04-02 | ||
* no changes | ||
# v1.1.0 | 2019-03-27 | ||
@@ -2,0 +5,0 @@ * upgrade react-router@5.0.0 |
@@ -331,3 +331,3 @@ 'use strict'; | ||
var commonjsGlobal = typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {}; | ||
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {}; | ||
@@ -334,0 +334,0 @@ var freeGlobal = typeof commonjsGlobal == 'object' && commonjsGlobal && commonjsGlobal.Object === Object && commonjsGlobal; |
@@ -325,3 +325,3 @@ import { FelaComponent, createComponentWithProxy, RendererContext } from 'react-fela'; | ||
var commonjsGlobal = typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {}; | ||
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {}; | ||
@@ -328,0 +328,0 @@ var freeGlobal = typeof commonjsGlobal == 'object' && commonjsGlobal && commonjsGlobal.Object === Object && commonjsGlobal; |
{ | ||
"name": "@indoqa/style-system", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"author": "Indoqa Software Design und Beratung GmbH (https://www.indoqa.com)", | ||
@@ -49,3 +49,3 @@ "description": "A style system for React with Typescript typed theme support and several base components.", | ||
}, | ||
"gitHead": "845bf9e609885b86ce902112b49a64449665b762" | ||
"gitHead": "3dfa85457d0338c756b71f3867bda78047fe95a7" | ||
} |
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
131295