jss-plugin-compose
Advanced tools
Comparing version 10.1.1 to 10.2.0
@@ -51,3 +51,3 @@ function warning(condition, message) { | ||
if (!refRule) { | ||
warning(false, "[JSS] Referenced rule is not defined. \n" + rule.toString()); | ||
warning(false, "[JSS] Referenced rule is not defined. \n" + rule.toString()) ; | ||
return false; | ||
@@ -57,3 +57,3 @@ } | ||
if (refRule === rule) { | ||
warning(false, "[JSS] Cyclic composition detected. \n" + rule.toString()); | ||
warning(false, "[JSS] Cyclic composition detected. \n" + rule.toString()) ; | ||
return false; | ||
@@ -60,0 +60,0 @@ } |
@@ -5,3 +5,3 @@ (function (global, factory) { | ||
(global = global || self, factory(global.jssPluginCompose = {})); | ||
}(this, function (exports) { 'use strict'; | ||
}(this, (function (exports) { 'use strict'; | ||
@@ -58,3 +58,3 @@ function warning(condition, message) { | ||
if (!refRule) { | ||
warning(false, "[JSS] Referenced rule is not defined. \n" + rule.toString()); | ||
warning(false, "[JSS] Referenced rule is not defined. \n" + rule.toString()) ; | ||
return false; | ||
@@ -64,3 +64,3 @@ } | ||
if (refRule === rule) { | ||
warning(false, "[JSS] Cyclic composition detected. \n" + rule.toString()); | ||
warning(false, "[JSS] Cyclic composition detected. \n" + rule.toString()) ; | ||
return false; | ||
@@ -102,3 +102,3 @@ } | ||
})); | ||
}))); | ||
//# sourceMappingURL=jss-plugin-compose.js.map |
{ | ||
"name": "jss-plugin-compose", | ||
"description": "JSS plugin for classes composition", | ||
"version": "10.1.1", | ||
"version": "10.2.0", | ||
"license": "MIT", | ||
@@ -39,6 +39,6 @@ "homepage": "https://cssinjs.org/jss-compose", | ||
"@babel/runtime": "^7.3.1", | ||
"jss": "10.1.1", | ||
"jss": "10.2.0", | ||
"tiny-warning": "^1.0.2" | ||
}, | ||
"gitHead": "2ed79e0139cfc06922ef74a6e5745f219d23ee80" | ||
"gitHead": "671c03fabb07b1a750e1b949fa89b1415654e077" | ||
} |
@@ -12,3 +12,3 @@ # jss-plugin-compose | ||
See our website [jss-plugin-compose](https://cssinjs.org/jss-plugin-compose?v=v10.1.1) for more information. | ||
See our website [jss-plugin-compose](https://cssinjs.org/jss-plugin-compose?v=v10.2.0) for more information. | ||
@@ -15,0 +15,0 @@ ## Install |
Sorry, the diff of this file is not supported yet
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
25651
+ Addedjss@10.2.0(transitive)
- Removedjss@10.1.1(transitive)
Updatedjss@10.2.0