Comparing version 0.5.4 to 0.6.0
@@ -163,6 +163,4 @@ "use strict" | ||
function omit(options) { | ||
const propsKeys = options.propsKeys || ["theme"] | ||
if (!propsKeys.includes("theme")) propsKeys.push("theme") | ||
return filter({ | ||
propsKeys, | ||
propsKeys: options.propsKeys, | ||
renderers: options.renderers, | ||
@@ -169,0 +167,0 @@ initial: (props) => Object.assign({}, props), |
@@ -159,6 +159,4 @@ const PX_SCALE = [0, 2, 4, 8, 16, 32, 64, 128, 256, 512] | ||
function omit(options) { | ||
const propsKeys = options.propsKeys || ["theme"] | ||
if (!propsKeys.includes("theme")) propsKeys.push("theme") | ||
return filter({ | ||
propsKeys, | ||
propsKeys: options.propsKeys, | ||
renderers: options.renderers, | ||
@@ -165,0 +163,0 @@ initial: (props) => Object.assign({}, props), |
{ | ||
"name": "onno", | ||
"license": "MIT", | ||
"version": "0.5.4", | ||
"version": "0.6.0", | ||
"homepage": "https://onnojs.com", | ||
@@ -33,3 +33,3 @@ "description": "Responsive style props for building themed design systems", | ||
}, | ||
"gitHead": "ec06cad8206dcca01624ecfb1708fb4917adf593" | ||
"gitHead": "7b2461c415e9a8a902515f82bf734805d7b4aa6d" | ||
} |
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
120062
4124