@ones-editor/editor 2.1.2-beta.21 → 2.1.2-beta.22
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/index.js
CHANGED
|
@@ -68499,7 +68499,6 @@ ${codeText}
|
|
|
68499
68499
|
}
|
|
68500
68500
|
};
|
|
68501
68501
|
}
|
|
68502
|
-
return void 0;
|
|
68503
68502
|
}
|
|
68504
68503
|
const types2 = ["embed", "code", "callout"];
|
|
68505
68504
|
const type = getBlockType(blockElement);
|
|
@@ -88124,7 +88123,7 @@ ${data2.flowchartText}
|
|
|
88124
88123
|
}
|
|
88125
88124
|
}
|
|
88126
88125
|
});
|
|
88127
|
-
editor.version = "2.1.2-beta.
|
|
88126
|
+
editor.version = "2.1.2-beta.22";
|
|
88128
88127
|
if (Logger$2.level === LogLevel.DEBUG) {
|
|
88129
88128
|
window.setReauthFail = (fail) => {
|
|
88130
88129
|
window.isReauthError = fail;
|
|
@@ -88225,7 +88224,7 @@ ${data2.flowchartText}
|
|
|
88225
88224
|
});
|
|
88226
88225
|
editor.addCustom(DOC_RE_AUTH_KEYS, (editor2) => new DocReAuthCallbacks(editor2));
|
|
88227
88226
|
OnesEditorToolbar.register(editor);
|
|
88228
|
-
editor.version = "2.1.2-beta.
|
|
88227
|
+
editor.version = "2.1.2-beta.22";
|
|
88229
88228
|
return editor;
|
|
88230
88229
|
}
|
|
88231
88230
|
async function showDocVersions(editor, options, serverUrl) {
|