css-in-props
Advanced tools
Comparing version 0.9.7 to 0.9.8
@@ -6,3 +6,3 @@ { | ||
"author": "symbo.ls", | ||
"version": "0.9.7", | ||
"version": "0.9.8", | ||
"repository": "https://github.com/symbo-ls/smbls", | ||
@@ -9,0 +9,0 @@ "main": "src/index.js", |
@@ -6,5 +6,5 @@ 'use strict' | ||
import { registry } from '../registry' | ||
import { registry as reg } from '../registry' | ||
export const transformClassname = props => { | ||
export const transformClassname = (props, registry = reg) => { | ||
const CLASS_NAMES = {} | ||
@@ -11,0 +11,0 @@ if (!isObject(props)) return |
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
15633