lord-icon-element
Advanced tools
Comparing version
@@ -167,3 +167,6 @@ import { replacePalette, replaceParams } from "../helpers/lottie.js"; | ||
} | ||
if (from === "icon" && !this.lottie) { | ||
if (from === "icon") { | ||
if (this.lottie) { | ||
this.unregisterLottie(); | ||
} | ||
this.registerLottie(); | ||
@@ -170,0 +173,0 @@ } |
{ | ||
"name": "lord-icon-element", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"private": false, | ||
@@ -9,14 +9,14 @@ "main": "./build/lord-icon-element.js", | ||
"devDependencies": { | ||
"@types/node": "^11.15.7", | ||
"@types/node": "^11.15.44", | ||
"express": "^4.17.1", | ||
"klaw-sync": "6.0.0", | ||
"lottie-web": "^5.6.6", | ||
"lottie-web": "^5.7.6", | ||
"open": "^6.4.0", | ||
"serve-static": "^1.13.2", | ||
"terser-webpack-plugin": "^2.3.5", | ||
"terser-webpack-plugin": "^2.3.8", | ||
"tslint": "^5.20.1", | ||
"typescript": "^3.8.3", | ||
"typescript": "^3.9.7", | ||
"uglifyjs-webpack-plugin": "^2.2.0", | ||
"webpack": "^4.42.0", | ||
"webpack-cli": "^3.3.11" | ||
"webpack": "^4.46.0", | ||
"webpack-cli": "^3.3.12" | ||
}, | ||
@@ -23,0 +23,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
63983
0.18%1352
0.22%