css-in-props
Advanced tools
Comparing version 2.11.147 to 2.11.160
@@ -41,3 +41,3 @@ "use strict"; | ||
else if ((0, import_utils.isFunction)(hasCSS)) { | ||
const stack = hasCSS(element); | ||
const stack = hasCSS({ props, context, deps: element.deps }); | ||
const exec = (0, import_utils.isArray)(stack) ? stack.reduce((a, c) => { | ||
@@ -44,0 +44,0 @@ return (0, import_utils.merge)(a, c); |
@@ -5,3 +5,3 @@ { | ||
"author": "symbo.ls", | ||
"version": "2.11.147", | ||
"version": "2.11.160", | ||
"repository": "https://github.com/symbo-ls/smbls", | ||
@@ -34,3 +34,3 @@ "type": "module", | ||
}, | ||
"gitHead": "198d7b500aa7c238bf8594fb452dd3ea823ee4ba" | ||
"gitHead": "f36bc99a2d0c1b771e3d8e104d1b1005b2b0a33a" | ||
} |
@@ -23,3 +23,4 @@ 'use strict' | ||
else if (isFunction(hasCSS)) { | ||
const stack = hasCSS(element) | ||
// const stack = hasCSS(element) | ||
const stack = hasCSS({ props, context, deps: element.deps }) | ||
const exec = isArray(stack) | ||
@@ -26,0 +27,0 @@ ? stack.reduce((a, c) => { |
11613
249