@styled-system/css
Advanced tools
Comparing version 5.0.17 to 5.0.19
@@ -124,3 +124,3 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
for (var key in styles) { | ||
var value = styles[key]; | ||
var value = typeof styles[key] === 'function' ? styles[key](theme) : styles[key]; | ||
if (value == null) continue; | ||
@@ -127,0 +127,0 @@ |
@@ -132,3 +132,3 @@ "use strict"; | ||
for (var key in styles) { | ||
var value = styles[key]; | ||
var value = typeof styles[key] === 'function' ? styles[key](theme) : styles[key]; | ||
if (value == null) continue; | ||
@@ -135,0 +135,0 @@ |
{ | ||
"name": "@styled-system/css", | ||
"version": "5.0.17", | ||
"version": "5.0.19", | ||
"description": "Styled System for the `css` prop", | ||
@@ -18,3 +18,3 @@ "main": "dist/index.js", | ||
"license": "MIT", | ||
"gitHead": "19d03a83040ada26b5c5cec366e73474463cb3d8", | ||
"gitHead": "0177b4b55d3e72bffb1cbef0729c83802ff198be", | ||
"publishConfig": { | ||
@@ -21,0 +21,0 @@ "access": "public" |
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
14779