easy-email-pro-editor 1.41.0 → 1.42.1
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.
|
@@ -241,7 +241,9 @@ const LE = () => {
|
|
|
241
241
|
attributes: {}
|
|
242
242
|
},
|
|
243
243
|
{
|
|
244
|
-
match: (Q) => !z.isBlockElement(Q) && !z.isHTMLBlockNodeElement(Q)
|
|
244
|
+
match: (Q) => !z.isBlockElement(Q) && !z.isHTMLBlockNodeElement(Q),
|
|
245
|
+
at: T[1],
|
|
246
|
+
mode: "lowest"
|
|
245
247
|
}
|
|
246
248
|
), l();
|
|
247
249
|
return;
|
|
@@ -1710,12 +1712,12 @@ const lg = () => /* @__PURE__ */ f.createElement(
|
|
|
1710
1712
|
)
|
|
1711
1713
|
)
|
|
1712
1714
|
), dg = f.lazy(
|
|
1713
|
-
() => import("./index-
|
|
1715
|
+
() => import("./index-e5ce632d.js")
|
|
1714
1716
|
), fg = () => {
|
|
1715
1717
|
const e = _u();
|
|
1716
1718
|
return q(() => e.headerElement ? /* @__PURE__ */ f.createElement(dg, { element: e.headerElement }) : null, [e.headerElement]);
|
|
1717
1719
|
}, hg = f.lazy(
|
|
1718
|
-
() => import("./index-
|
|
1720
|
+
() => import("./index-e5ce632d.js")
|
|
1719
1721
|
), Ag = () => {
|
|
1720
1722
|
const e = _u();
|
|
1721
1723
|
return q(() => e.footerElement ? /* @__PURE__ */ f.createElement(hg, { element: e.footerElement }) : null, [e.footerElement]);
|
|
@@ -11,7 +11,7 @@ var p = (t, r, e) => r in t ? f(t, r, { enumerable: !0, configurable: !0, writab
|
|
|
11
11
|
};
|
|
12
12
|
import o, { useRef as C, useCallback as d, useMemo as a } from "react";
|
|
13
13
|
import { Slate as L, Editable as O } from "slate-react";
|
|
14
|
-
import { E as R, L as w } from "./index-
|
|
14
|
+
import { E as R, L as w } from "./index-5be1e721.js";
|
|
15
15
|
import { createEditor as g } from "slate";
|
|
16
16
|
import { isEqual as h } from "lodash";
|
|
17
17
|
import { EditorAuth as B } from "easy-email-pro-core";
|
package/lib/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as l, C as n, p, q as c, b as u, a as E, H as g, I as v, r as P, s as C, T as f, d as D, g as I, f as S, i as T, c as x, e as F, t as b, m as A, u as M, l as N, j as h, n as k, o as q, k as y, h as H, v as O } from "./index-
|
|
1
|
+
import { A as l, C as n, p, q as c, b as u, a as E, H as g, I as v, r as P, s as C, T as f, d as D, g as I, f as S, i as T, c as x, e as F, t as b, m as A, u as M, l as N, j as h, n as k, o as q, k as y, h as H, v as O } from "./index-5be1e721.js";
|
|
2
2
|
import "react";
|
|
3
3
|
import "slate-history";
|
|
4
4
|
import "slate-react";
|