beca-ui 2.1.0-beta.61 → 2.1.0-beta.63
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/beca-ui.js +6 -13
- package/dist/main.css +1 -1
- package/package.json +1 -1
package/dist/beca-ui.js
CHANGED
|
@@ -93780,23 +93780,16 @@ const pnt = [
|
|
|
93780
93780
|
}
|
|
93781
93781
|
);
|
|
93782
93782
|
}, de = (Oe) => {
|
|
93783
|
-
const Fe = Oe.phoneNumber.split(",");
|
|
93783
|
+
const Fe = Oe.phoneNumber ? Oe.phoneNumber.split(",").filter((De) => (De == null ? void 0 : De.length) > 0).map((De) => De.trim()) : [];
|
|
93784
93784
|
return /* @__PURE__ */ Yt("div", { className: "menu-support-item", children: [
|
|
93785
93785
|
/* @__PURE__ */ z("span", { className: "menu-support-item__name", children: Oe.title }),
|
|
93786
93786
|
`
|
|
93787
93787
|
`,
|
|
93788
|
-
Fe.map((De, qe) => /* @__PURE__ */ z("div", { children: /* @__PURE__ */ Yt(
|
|
93789
|
-
"
|
|
93790
|
-
|
|
93791
|
-
|
|
93792
|
-
|
|
93793
|
-
children: [
|
|
93794
|
-
/* @__PURE__ */ z(ont, { color: "var(--info-color-5)" }),
|
|
93795
|
-
" ",
|
|
93796
|
-
/* @__PURE__ */ z("span", { className: "menu-support-item__phone-number", children: De.trim() })
|
|
93797
|
-
]
|
|
93798
|
-
}
|
|
93799
|
-
) }, `phone-number-${qe}`))
|
|
93788
|
+
Fe.map((De, qe) => /* @__PURE__ */ z("div", { children: /* @__PURE__ */ Yt("a", { href: "tel:" + De, className: "menu-support-item__phone", children: [
|
|
93789
|
+
/* @__PURE__ */ z(ont, { color: "var(--info-color-5)" }),
|
|
93790
|
+
" ",
|
|
93791
|
+
/* @__PURE__ */ z("span", { className: "menu-support-item__phone-number", children: De })
|
|
93792
|
+
] }) }, `phone-number-${qe}`))
|
|
93800
93793
|
] });
|
|
93801
93794
|
}, pe = async () => {
|
|
93802
93795
|
try {
|