zuii 1.4.26 → 1.4.27
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.
|
@@ -70,7 +70,7 @@ const O = (t) => (t || (typeof document < "u" ? document.documentElement.lang :
|
|
|
70
70
|
const a = document.createElement("div");
|
|
71
71
|
a.dataset.zuiiUppyActions = "true", a.className = "group group--gap-none group--center", a.style.marginRight = "8px";
|
|
72
72
|
const p = (h, d, g) => {
|
|
73
|
-
const u = document.createElement("
|
|
73
|
+
const u = document.createElement("a");
|
|
74
74
|
return u.type = "button", u.title = d, u.setAttribute("aria-label", d), u.className = "btn btn-light uppy-Dashboard-Item-action btn-xs btn-icon btn-transparent", u.innerHTML = `<div class="btn-content"><span class="icon icon--size-xs"><i class="${h}"></i></span></div>`, u.addEventListener("click", (L) => {
|
|
75
75
|
L.stopPropagation();
|
|
76
76
|
const m = c.getFile(r);
|