@ebl-vue/editorjs 2.31.54 → 2.31.55
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 +4 -3
- package/dist/editorjs.umd.js +11 -11
- package/package.json +1 -1
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.
|
|
124
|
+
const a = "Editor.js 2.31.55", 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.
|
|
9507
|
+
version: "2.31.55"
|
|
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.
|
|
10742
|
+
return "2.31.55";
|
|
10743
10743
|
}
|
|
10744
10744
|
/**
|
|
10745
10745
|
* @param {EditorConfig|string|undefined} [configuration] - user configuration
|
|
@@ -10793,5 +10793,6 @@ class Da {
|
|
|
10793
10793
|
}
|
|
10794
10794
|
}
|
|
10795
10795
|
export {
|
|
10796
|
+
v as SelectionUtils,
|
|
10796
10797
|
Da as default
|
|
10797
10798
|
};
|