react-pro-messenger 1.1.0 → 1.1.1
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.es.js
CHANGED
|
@@ -5327,9 +5327,10 @@ const yd = (e, t) => wr(e) ? new gd(t) : new md(t, {
|
|
|
5327
5327
|
return `${t.toString().padStart(2, "0")}:${n.toString().padStart(2, "0")}`;
|
|
5328
5328
|
}, Cs = (e) => {
|
|
5329
5329
|
const t = document.createElement("div");
|
|
5330
|
-
return t.innerHTML = e, t.querySelectorAll("span").forEach((
|
|
5331
|
-
|
|
5332
|
-
r
|
|
5330
|
+
return t.innerHTML = e, t.querySelectorAll("span").forEach((r) => {
|
|
5331
|
+
var s;
|
|
5332
|
+
const i = ((s = r.textContent) == null ? void 0 : s.replace(/\u00A0/g, " ").trim().replace(/\s+/g, "-")) ?? "";
|
|
5333
|
+
r.replaceWith(i);
|
|
5333
5334
|
}), t.innerHTML.replace(/ /g, " ");
|
|
5334
5335
|
}, Td = () => /* @__PURE__ */ p.exports.jsx(
|
|
5335
5336
|
"svg",
|