easy-email-pro-editor 1.16.2 → 1.16.3

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.
Files changed (2) hide show
  1. package/lib/index.js +16 -14
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -2301,13 +2301,6 @@ class ji extends Ve {
2301
2301
  background-color: ${this.props.element.attributes["background-color"]}
2302
2302
  }
2303
2303
  `), v, /* @__PURE__ */ g.createElement(
2304
- "div",
2305
- {
2306
- style: {
2307
- height: this.getAttribute("margin-top")
2308
- }
2309
- }
2310
- ), /* @__PURE__ */ g.createElement(
2311
2304
  "div",
2312
2305
  ne(N({
2313
2306
  "data-slate-block": "page"
@@ -2316,6 +2309,14 @@ class ji extends Ve {
2316
2309
  wordSpacing: "normal"
2317
2310
  }
2318
2311
  }),
2312
+ /* @__PURE__ */ g.createElement(
2313
+ "div",
2314
+ {
2315
+ style: {
2316
+ height: this.getAttribute("margin-top")
2317
+ }
2318
+ }
2319
+ ),
2319
2320
  /* @__PURE__ */ g.createElement(
2320
2321
  "div",
2321
2322
  N({}, this.htmlAttributes({
@@ -2369,14 +2370,15 @@ class ji extends Ve {
2369
2370
  )
2370
2371
  )
2371
2372
  ))
2372
- )
2373
- ), /* @__PURE__ */ g.createElement(
2374
- "div",
2375
- {
2376
- style: {
2377
- height: this.getAttribute("margin-bottom")
2373
+ ),
2374
+ /* @__PURE__ */ g.createElement(
2375
+ "div",
2376
+ {
2377
+ style: {
2378
+ height: this.getAttribute("margin-bottom")
2379
+ }
2378
2380
  }
2379
- }
2381
+ )
2380
2382
  ));
2381
2383
  });
2382
2384
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easy-email-pro-editor",
3
- "version": "1.16.2",
3
+ "version": "1.16.3",
4
4
  "description": "",
5
5
  "files": [
6
6
  "lib"