@ebl-vue/editorjs 2.31.47 → 2.31.53

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/editorjs.mjs CHANGED
@@ -121,7 +121,7 @@ function Ie(n, e, t = "log", o, i = "color: inherit") {
121
121
  break;
122
122
  }
123
123
  o && r.push(o);
124
- const a = "Editor.js 2.31.47", l = `line-height: 1em;
124
+ const a = "Editor.js 2.31.53", l = `line-height: 1em;
125
125
  color: #006FEA;
126
126
  display: inline-block;
127
127
  font-size: 11px;
@@ -9504,7 +9504,7 @@ class xa extends E {
9504
9504
  }), {
9505
9505
  time: +/* @__PURE__ */ new Date(),
9506
9506
  blocks: t,
9507
- version: "2.31.47"
9507
+ version: "2.31.53"
9508
9508
  };
9509
9509
  }
9510
9510
  }
@@ -10739,7 +10739,7 @@ class Pa {
10739
10739
  class Da {
10740
10740
  /** Editor version */
10741
10741
  static get version() {
10742
- return "2.31.47";
10742
+ return "2.31.53";
10743
10743
  }
10744
10744
  /**
10745
10745
  * @param {EditorConfig|string|undefined} [configuration] - user configuration
@@ -10769,7 +10769,7 @@ class Da {
10769
10769
  };
10770
10770
  t.forEach((s) => {
10771
10771
  this[s] = e[s];
10772
- }), this.destroy = o, Object.setPrototypeOf(this, e.moduleInstances.API.methods), delete this.exportAPI, Object.entries({
10772
+ }), this.destroy = o, Object.setPrototypeOf(this, e.moduleInstances.API.methods), this.blockSelection = e.moduleInstances.BlockSelection, this.blockManager = e.moduleInstances.BlockManager, delete this.exportAPI, Object.entries({
10773
10773
  blocks: {
10774
10774
  clear: "clear",
10775
10775
  render: "render"
@@ -10793,6 +10793,5 @@ class Da {
10793
10793
  }
10794
10794
  }
10795
10795
  export {
10796
- v as SelectionUtils,
10797
10796
  Da as default
10798
10797
  };