@tech_carthagos/page-builder 1.0.26 → 1.0.28
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/{CraftEditor-D2EBrpQi.js → CraftEditor-DSeEURkG.js} +1 -1
- package/dist/{CraftEditor-bE3h6p8p.cjs → CraftEditor-Do2rCE7b.cjs} +1 -1
- package/dist/{index-C_JmCif3.js → index-CDGYhfT7.js} +2551 -2500
- package/dist/index-Co66TNSy.cjs +189 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.es.js +1 -1
- package/dist/style.css +1 -3
- package/dist/styles.css +1 -110
- package/dist-types/user/Container.d.ts +20 -6
- package/dist-types/user/Container.d.ts.map +1 -1
- package/dist-types/user/ContainerOld.d.ts +53 -12
- package/dist-types/user/ContainerOld.d.ts.map +1 -1
- package/dist-types/user/Div.d.ts +20 -6
- package/dist-types/user/Div.d.ts.map +1 -1
- package/dist-types/user/Wrapper.d.ts +20 -6
- package/dist-types/user/Wrapper.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/index-Bq79BZ9n.cjs +0 -189
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as l, jsxs as F, Fragment as Ct } from "react/jsx-runtime";
|
|
2
2
|
import * as p from "react";
|
|
3
3
|
import m, { useState as Ee, forwardRef as Br, isValidElement as Ye, useEffect as Fr } from "react";
|
|
4
|
-
import { c as Y, N as Qe, a as Et, d as Hr, C as Nt, b as Vr, P as ye, B as Ie, L as Tt, F as $r, k as Ae, W as Je, e as Rt, H as Pt, T as kt, f as It, g as At, I as Dt, V as Mt, D as _t, S as Lt, u as oe, h as Le, i as te, j as ze, l as W, m as ie, n as jr, o as Ne, p as Gr, q as Wr, r as Yr, s as Ur, t as Oe, v as Xr, w as Kr, M as qr, x as Zr, y as Qr, z as Jr, A as eo, E as to, G as ro, J as oo, K as no, O as ao, Q as so, R as lo, U as io, X as co, Y as uo, Z as Ue, _ as Xe } from "./index-
|
|
4
|
+
import { c as Y, N as Qe, a as Et, d as Hr, C as Nt, b as Vr, P as ye, B as Ie, L as Tt, F as $r, k as Ae, W as Je, e as Rt, H as Pt, T as kt, f as It, g as At, I as Dt, V as Mt, D as _t, S as Lt, u as oe, h as Le, i as te, j as ze, l as W, m as ie, n as jr, o as Ne, p as Gr, q as Wr, r as Yr, s as Ur, t as Oe, v as Xr, w as Kr, M as qr, x as Zr, y as Qr, z as Jr, A as eo, E as to, G as ro, J as oo, K as no, O as ao, Q as so, R as lo, U as io, X as co, Y as uo, Z as Ue, _ as Xe } from "./index-CDGYhfT7.js";
|
|
5
5
|
import fo from "react-dom";
|
|
6
6
|
/**
|
|
7
7
|
* @license lucide-react v0.462.0 - ISC
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("react/jsx-runtime"),m=require("react"),s=require("./index-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("react/jsx-runtime"),m=require("react"),s=require("./index-Co66TNSy.cjs"),lo=require("react-dom");function io(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const o in e)if(o!=="default"){const r=Object.getOwnPropertyDescriptor(e,o);Object.defineProperty(t,o,r.get?r:{enumerable:!0,get:()=>e[o]})}}return t.default=e,Object.freeze(t)}const h=io(m);/**
|
|
2
2
|
* @license lucide-react v0.462.0 - ISC
|
|
3
3
|
*
|
|
4
4
|
* This source code is licensed under the ISC license.
|