@styled-system/space
Advanced tools
Comparing version 5.0.15 to 5.0.16
@@ -126,3 +126,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); } | ||
export var padding = system(configs.padding); | ||
export var space = system(_extends({}, configs.margin, configs.padding)); | ||
export var space = system(_extends({}, configs.margin, {}, configs.padding)); | ||
export default space; |
@@ -134,5 +134,5 @@ "use strict"; | ||
exports.padding = padding; | ||
var space = (0, _core.system)(_extends({}, configs.margin, configs.padding)); | ||
var space = (0, _core.system)(_extends({}, configs.margin, {}, configs.padding)); | ||
exports.space = space; | ||
var _default = space; | ||
exports["default"] = _default; |
{ | ||
"name": "@styled-system/space", | ||
"version": "5.0.15", | ||
"version": "5.0.16", | ||
"main": "dist/index.js", | ||
@@ -8,5 +8,5 @@ "module": "dist/index.esm.js", | ||
"license": "MIT", | ||
"gitHead": "b5a2fad93c1d8a21e9669270167e750890249c46", | ||
"gitHead": "ba90b18c253dbce67125fb2ba65776ccfde68a9b", | ||
"dependencies": { | ||
"@styled-system/core": "^5.0.15" | ||
"@styled-system/core": "^5.0.16" | ||
}, | ||
@@ -13,0 +13,0 @@ "publishConfig": { |
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
15011
Updated@styled-system/core@^5.0.16