@spectrum-web-components/iconset
Advanced tools
Comparing version 0.42.3 to 0.42.4
{ | ||
"name": "@spectrum-web-components/iconset", | ||
"version": "0.42.3", | ||
"version": "0.42.4", | ||
"publishConfig": { | ||
@@ -63,3 +63,3 @@ "access": "public" | ||
"dependencies": { | ||
"@spectrum-web-components/base": "^0.42.3" | ||
"@spectrum-web-components/base": "^0.42.4" | ||
}, | ||
@@ -74,3 +74,3 @@ "types": "./src/index.d.ts", | ||
], | ||
"gitHead": "a03edce4f21f232f1705d8eb222e6e5436cad4c3" | ||
"gitHead": "4924ffd06681ced537edaed873a9ce8b42cf155c" | ||
} |
@@ -9,4 +9,3 @@ "use strict"; | ||
result = (kind ? decorator(target, key, result) : decorator(result)) || result; | ||
if (kind && result) | ||
__defProp(target, key, result); | ||
if (kind && result) __defProp(target, key, result); | ||
return result; | ||
@@ -13,0 +12,0 @@ }; |
@@ -9,4 +9,3 @@ "use strict"; | ||
result = (kind ? decorator(target, key, result) : decorator(result)) || result; | ||
if (kind && result) | ||
__defProp(target, key, result); | ||
if (kind && result) __defProp(target, key, result); | ||
return result; | ||
@@ -13,0 +12,0 @@ }; |
@@ -9,4 +9,3 @@ "use strict"; | ||
result = (kind ? decorator(target, key, result) : decorator(result)) || result; | ||
if (kind && result) | ||
__defProp(target, key, result); | ||
if (kind && result) __defProp(target, key, result); | ||
return result; | ||
@@ -138,4 +137,3 @@ }; | ||
shouldCopy(tag) { | ||
if (!this.package) | ||
return; | ||
if (!this.package) return; | ||
const conditionedTag = tag.slice(1, tag.length - 1); | ||
@@ -142,0 +140,0 @@ const importURL = `import '@spectrum-web-components/${this.package}/icons/${conditionedTag}.js';`; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
97293
28
701