@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.
- package/library/{entry-DmgWhyvy.mjs → entry-C5A09lZe.mjs} +10 -7
- package/library/{entry-DmgWhyvy.mjs.map → entry-C5A09lZe.mjs.map} +1 -1
- package/library/super.mjs +1 -1
- package/library/super.umd.js +1 -1
- package/library/super.umd.js.map +1 -1
- package/library/{webfontloader-jua6brcX.mjs → webfontloader-CUwk0lbY.mjs} +2 -2
- package/library/{webfontloader-jua6brcX.mjs.map → webfontloader-CUwk0lbY.mjs.map} +1 -1
- package/package.json +1 -1
|
@@ -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/
|
|
57980
|
-
|
|
57981
|
-
|
|
57982
|
-
|
|
57983
|
-
|
|
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-
|
|
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-
|
|
58692
|
+
//# sourceMappingURL=entry-C5A09lZe.mjs.map
|