voiptime-components 1.9.6 → 1.9.7
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.cjs.js +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -7036,7 +7036,7 @@ const Qe = new Z3(), z3 = {
|
|
|
7036
7036
|
function Yt(n) {
|
|
7037
7037
|
if (n._loaderEl) return;
|
|
7038
7038
|
const t = document.createElement("div");
|
|
7039
|
-
t.className = "
|
|
7039
|
+
t.className = "vt-loader-base__overlay", t.innerHTML = '<span class="vt-base-loader"></span>';
|
|
7040
7040
|
const u = getComputedStyle(n).position;
|
|
7041
7041
|
(u === "static" || !u) && (n.style.position = "relative"), n.appendChild(t), n._loaderEl = t;
|
|
7042
7042
|
}
|