@symbo.ls/atoms
Advanced tools
Comparing version 1.2.19 to 1.2.20
{ | ||
"name": "@symbo.ls/atoms", | ||
"version": "1.2.19", | ||
"version": "1.2.20", | ||
"main": "index.js", | ||
"license": "MIT", | ||
"gitHead": "e4a8395bb28c9a498ee5de17e8b6dbb38391b0ce", | ||
"gitHead": "b63f1feeaceb4cd5257bca1bee630dd3b28f5cd2", | ||
"dependencies": { | ||
@@ -8,0 +8,0 @@ "@domql/utils": "latest", |
'use strict' | ||
import { init } from '@symbo.ls/init' | ||
// import { init } from '@symbo.ls/init' | ||
@@ -20,4 +20,6 @@ // create SVG symbol | ||
if (!useSvgSprite) return props.src | ||
const { init } = require('@symbo.ls/init') | ||
if (!useSvgSprite && props.src) return props.src | ||
const spriteId = props.spriteId | ||
@@ -24,0 +26,0 @@ if (spriteId) return useSVGSymbol(spriteId) |
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
39971
1092