Comparing version 0.1.0 to 0.1.1
@@ -215,3 +215,3 @@ "use strict" | ||
const { propsKeys, renderers } = options | ||
const keys = [] | ||
const keys = ["theme"] | ||
if (isArray(propsKeys)) { | ||
@@ -218,0 +218,0 @@ push.apply(keys, propsKeys) |
@@ -211,3 +211,3 @@ const PX_SCALE = [0, 2, 4, 8, 16, 32, 64, 128, 256, 512] | ||
const { propsKeys, renderers } = options | ||
const keys = [] | ||
const keys = ["theme"] | ||
if (isArray(propsKeys)) { | ||
@@ -214,0 +214,0 @@ push.apply(keys, propsKeys) |
{ | ||
"name": "onno", | ||
"license": "MIT", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Responsive style props for building themed design systems", | ||
@@ -33,3 +33,3 @@ "homepage": "https://github.com/wagerfield/onno/tree/master/packages/onno#readme", | ||
}, | ||
"gitHead": "e930b2abbf3ee93c4a272aa65e180564ab8fa77b" | ||
"gitHead": "4676df533538c17c1d8b05f61177f586fa004878" | ||
} |
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
109363