@symbo.ls/scratch
Advanced tools
Comparing version 0.3.26 to 0.3.27
@@ -5,3 +5,3 @@ { | ||
"author": "symbo.ls", | ||
"version": "0.3.26", | ||
"version": "0.3.27", | ||
"files": [ | ||
@@ -8,0 +8,0 @@ "src" |
@@ -6,2 +6,2 @@ 'use strict' | ||
export const CSS_VARS = {} | ||
export default CONFIG | ||
export { CONFIG } |
'use strict' | ||
import CONFIG from './factory' | ||
export * from './factory' | ||
@@ -10,3 +8,1 @@ export * from './utils' | ||
export * from './reset' | ||
export { CONFIG } |
'use strict' | ||
import { applyDocument, applySpacingSequence, applyTimingSequence, applyTypographySequence } from './config' | ||
import CONFIG, { CSS_VARS } from './factory' | ||
import { CONFIG, CSS_VARS } from './factory' | ||
import { applyReset } from './reset' | ||
@@ -6,0 +6,0 @@ import { setColor, setGradient, setFont, setFontFamily, setTheme } from './system' |
'use strict' | ||
import CONFIG, { CSS_VARS } from '../factory' // eslint-disable-line | ||
import { CONFIG, CSS_VARS } from '../factory' // eslint-disable-line | ||
@@ -5,0 +5,0 @@ import { |
'use strict' | ||
import CONFIG, { CSS_VARS } from '../factory' // eslint-disable-line | ||
import { CONFIG, CSS_VARS } from '../factory' // eslint-disable-line | ||
@@ -5,0 +5,0 @@ import { |
'use strict' | ||
import { getColor } from './color' | ||
import CONFIG, { CSS_VARS } from '../factory' // eslint-disable-line | ||
import { CONFIG, CSS_VARS } from '../factory' // eslint-disable-line | ||
@@ -6,0 +6,0 @@ import { |
@@ -45,2 +45,2 @@ 'use strict' | ||
return keys.map(key => getFontFaceEachString(key, LIBRARY[key].value)) | ||
} | ||
} |
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
29930
911