@ebl-vue/editorjs 2.31.9 → 2.31.10
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.mjs.map +1 -0
- package/dist/editorjs.umd.js +4 -3
- package/dist/editorjs.umd.js.map +1 -0
- package/package.json +1 -1
package/dist/editorjs.mjs
CHANGED
|
@@ -121,7 +121,7 @@ function Oe(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.10", l = `line-height: 1em;
|
|
125
125
|
color: #006FEA;
|
|
126
126
|
display: inline-block;
|
|
127
127
|
font-size: 11px;
|
|
@@ -9443,7 +9443,7 @@ class ma extends E {
|
|
|
9443
9443
|
}), {
|
|
9444
9444
|
time: +/* @__PURE__ */ new Date(),
|
|
9445
9445
|
blocks: t,
|
|
9446
|
-
version: "2.31.
|
|
9446
|
+
version: "2.31.10"
|
|
9447
9447
|
};
|
|
9448
9448
|
}
|
|
9449
9449
|
}
|
|
@@ -11184,7 +11184,7 @@ class _a {
|
|
|
11184
11184
|
class Aa {
|
|
11185
11185
|
/** Editor version */
|
|
11186
11186
|
static get version() {
|
|
11187
|
-
return "2.31.
|
|
11187
|
+
return "2.31.10";
|
|
11188
11188
|
}
|
|
11189
11189
|
/**
|
|
11190
11190
|
* @param {EditorConfig|string|undefined} [configuration] - user configuration
|
|
@@ -11240,3 +11240,4 @@ class Aa {
|
|
|
11240
11240
|
export {
|
|
11241
11241
|
Aa as default
|
|
11242
11242
|
};
|
|
11243
|
+
//# sourceMappingURL=editorjs.mjs.map
|