@voicenter-team/voicenter-ui-plus 0.6.5 → 0.6.6

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.
@@ -57976,14 +57976,17 @@ const Dme = (e) => {
57976
57976
  return e || { editableModels: {} };
57977
57977
  };
57978
57978
  function Nme() {
57979
- const e = "https://cdn1.voicenter.co/cdn/fonts/icons/vc-lc/style-family.css";
57980
- if (document.querySelector(`link[href="${e}"]`))
57981
- return;
57982
- const t = document.createElement("link");
57983
- t.rel = "stylesheet", t.href = e, document.head.appendChild(t);
57979
+ const e = ["vc-lc", "vc"], t = "https://cdn1.voicenter.co/cdn/fonts/icons/";
57980
+ for (const r of e) {
57981
+ const n = `${t}${r}/style-family.css`;
57982
+ if (document.querySelector(`link[href="${n}"]`))
57983
+ return;
57984
+ const a = document.createElement("link");
57985
+ a.rel = "stylesheet", a.href = n, document.head.appendChild(a);
57986
+ }
57984
57987
  }
57985
57988
  async function Ime() {
57986
- const e = await import("./webfontloader-jua6brcX.mjs").then((r) => r.w), { default: t } = e;
57989
+ const e = await import("./webfontloader-CUwk0lbY.mjs").then((r) => r.w), { default: t } = e;
57987
57990
  t.load({
57988
57991
  google: {
57989
57992
  families: ["Heebo:400,500,600,700,800,900", "Inter:400,500,600,700,800,900"]
@@ -58686,4 +58689,4 @@ export {
58686
58689
  T3 as y,
58687
58690
  yp as z
58688
58691
  };
58689
- //# sourceMappingURL=entry-DmgWhyvy.mjs.map
58692
+ //# sourceMappingURL=entry-C5A09lZe.mjs.map