@symbo.ls/scratch
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -5,3 +5,3 @@ { | ||
"author": "symbo.ls", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"files": [ | ||
@@ -8,0 +8,0 @@ "src" |
@@ -68,3 +68,2 @@ 'use strict' | ||
const length = stack.length | ||
console.log(stack) | ||
@@ -71,0 +70,0 @@ const wrapSequenceItem = (prop, i) => getSequenceValue({ |
@@ -83,4 +83,2 @@ 'use strict' | ||
console.log(defaultProps) | ||
export const TYPOGRAPHY = defaultProps |
@@ -88,5 +88,3 @@ 'use strict' | ||
} | ||
console.log(CONFIG.RESET) | ||
console.log(CSS_VARS) | ||
export * from './system' |
@@ -91,3 +91,2 @@ 'use strict' | ||
const result = getTheme(variant) | ||
// console.log(variant) | ||
themeValue[`@media (prefers-color-scheme: ${key})`] = result | ||
@@ -103,4 +102,2 @@ if (isObject(variant) && !variant.value) variant.value = result | ||
const variant = variants[key] | ||
// console.log('=========') | ||
// console.log(theme, key, variant, value) | ||
if (key === 'dark' || key === 'light') setPrefersScheme(theme, key, variant, value) | ||
@@ -107,0 +104,0 @@ if (key === 'inverse') setInverseTheme(theme, variant, value) |
@@ -24,3 +24,2 @@ 'use strict' | ||
const { sequence, scales } = props | ||
console.log(props) | ||
@@ -27,0 +26,0 @@ for (const key in sequence) { |
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
33167
1026