viconic-react-icons 1.1.2 → 1.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
- package/src/copyicons-smart-loader.js +3 -0
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -721,6 +721,9 @@
|
|
|
721
721
|
|
|
722
722
|
element.innerHTML = scopedContent;
|
|
723
723
|
element.classList.add('svg-loaded');
|
|
724
|
+
// Also add vi-ok so Kit Loader's refresh() skips this element
|
|
725
|
+
// (Kit refresh only checks for vi-ok, not svg-loaded)
|
|
726
|
+
element.classList.add('vi-ok');
|
|
724
727
|
|
|
725
728
|
// Mark multi-color icons so CSS doesn't override their colors
|
|
726
729
|
if (multiColor) {
|