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.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-component/css?raw"), h = document.createElement("style");
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);