@symbo.ls/scratch
Advanced tools
Comparing version 0.3.16 to 0.3.17
@@ -5,3 +5,3 @@ { | ||
"author": "Symbols", | ||
"version": "0.3.16", | ||
"version": "0.3.17", | ||
"files": [ | ||
@@ -8,0 +8,0 @@ "src" |
@@ -20,1 +20,3 @@ 'use strict' | ||
export * from './document' | ||
export * from './cases' |
@@ -107,3 +107,2 @@ 'use strict' | ||
const { THEME } = CONFIG | ||
// console.log('theme', THEME, CONFIG) | ||
if (isObjectLike(value) && value[1]) { | ||
@@ -218,2 +217,6 @@ const themeName = value[0] | ||
const setCases = (val, key) => { | ||
return val() | ||
} | ||
const setSameValue = (val, key) => val | ||
@@ -230,2 +233,3 @@ | ||
media: setSameValue, | ||
cases: setCases, | ||
icons: setSameValue | ||
@@ -232,0 +236,0 @@ } |
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
27907
27
861