@ones-editor/editor 2.1.1-beta.86 → 2.1.1-beta.87
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 +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2065,7 +2065,7 @@ div.tippy-box[data-theme=editor-tooltip] > .tippy-content {
|
|
|
2065
2065
|
[data-command-bar-id=editor-toolbar].mobile .editor-command-bar.toolbar .command-item:not(.separator) {
|
|
2066
2066
|
height: 40px;
|
|
2067
2067
|
padding: 0 16px;
|
|
2068
|
-
line-height:
|
|
2068
|
+
line-height: initial;
|
|
2069
2069
|
}
|
|
2070
2070
|
[data-command-bar-id=cursor-toolbar].mobile .editor-command-bar.toolbar .command-item.separator,
|
|
2071
2071
|
[data-command-bar-id=paste-special-button].mobile .editor-command-bar.toolbar .command-item.separator,
|
|
@@ -86847,7 +86847,7 @@ ${data2.flowchartText}
|
|
|
86847
86847
|
}
|
|
86848
86848
|
}
|
|
86849
86849
|
});
|
|
86850
|
-
editor.version = "2.1.1-beta.
|
|
86850
|
+
editor.version = "2.1.1-beta.87";
|
|
86851
86851
|
if (Logger$2.level === LogLevel.DEBUG) {
|
|
86852
86852
|
window.setReauthFail = (fail) => {
|
|
86853
86853
|
window.isReauthError = fail;
|
|
@@ -86948,7 +86948,7 @@ ${data2.flowchartText}
|
|
|
86948
86948
|
});
|
|
86949
86949
|
editor.addCustom(DOC_RE_AUTH_KEYS, (editor2) => new DocReAuthCallbacks(editor2));
|
|
86950
86950
|
OnesEditorToolbar.register(editor);
|
|
86951
|
-
editor.version = "2.1.1-beta.
|
|
86951
|
+
editor.version = "2.1.1-beta.87";
|
|
86952
86952
|
return editor;
|
|
86953
86953
|
}
|
|
86954
86954
|
async function showDocVersions(editor, options, serverUrl) {
|