lf-pagebuilder-vue 0.0.28 → 0.0.30
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.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/limbo-39CShH_5.js +5 -0
- package/dist/limbo-D0Y7RoBf.cjs +2 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2152,7 +2152,7 @@ const vt = /* @__PURE__ */ Ae(Me, [["render", pt]]), xt = {
|
|
|
2152
2152
|
return S && console.log("[PageBuilder] Limbo ya está cargado"), window.Limbo;
|
|
2153
2153
|
if (!document.querySelector("style[data-limbo-css]"))
|
|
2154
2154
|
try {
|
|
2155
|
-
const c = await import("limbo-
|
|
2155
|
+
const c = await import("./limbo-39CShH_5.js"), h = document.createElement("style");
|
|
2156
2156
|
h.setAttribute("data-limbo-css", "true"), h.textContent = c.default, document.head.appendChild(h), S && console.log("[PageBuilder] Limbo CSS inyectado (raw, sin procesamiento Vite)");
|
|
2157
2157
|
} catch (c) {
|
|
2158
2158
|
console.error("[PageBuilder] Error cargando CSS de Limbo:", c);
|