@styled-system/space
Advanced tools
Comparing version 5.0.3 to 5.0.4
@@ -19,3 +19,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); } | ||
var absolute = Math.abs(n); | ||
var value = get(scale, absolute); | ||
var value = get(scale, absolute, absolute); | ||
@@ -22,0 +22,0 @@ if (!isNumber(value)) { |
@@ -25,3 +25,3 @@ "use strict"; | ||
var absolute = Math.abs(n); | ||
var value = (0, _core.get)(scale, absolute); | ||
var value = (0, _core.get)(scale, absolute, absolute); | ||
@@ -28,0 +28,0 @@ if (!isNumber(value)) { |
{ | ||
"name": "@styled-system/space", | ||
"version": "5.0.3", | ||
"version": "5.0.4", | ||
"main": "dist/index.js", | ||
@@ -8,5 +8,5 @@ "module": "dist/index.esm.js", | ||
"license": "MIT", | ||
"gitHead": "25c6e4d49f6b9e3154a59a5a3f4ed1a463ee27f7", | ||
"gitHead": "e29764e7f332cc019697d6100b5f67e2058f84ba", | ||
"dependencies": { | ||
"@styled-system/core": "^5.0.3" | ||
"@styled-system/core": "^5.0.4" | ||
}, | ||
@@ -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
14691
Updated@styled-system/core@^5.0.4