@ones-editor/editor 1.1.16-beta.13 → 1.1.16-beta.15
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 +5 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -850,6 +850,9 @@ div.tippy-box[data-theme=menu] .tippy-arrow::after {
|
|
|
850
850
|
div.tippy-box[data-theme=menu] .tippy-content .editor-command-bar-root, div.tippy-box[data-theme=toolbar] .tippy-content .editor-command-bar-root {
|
|
851
851
|
box-shadow: 0px 0px 1px rgba(48, 48, 48, 0.25), 0px 12px 24px rgba(48, 48, 48, 0.15);
|
|
852
852
|
}
|
|
853
|
+
div.tippy-box[data-theme=toolbar] .tippy-content .editor-command-bar-root {
|
|
854
|
+
overflow: initial;
|
|
855
|
+
}
|
|
853
856
|
div.tippy-box button {
|
|
854
857
|
outline: none;
|
|
855
858
|
}
|
|
@@ -75360,7 +75363,7 @@ ${data.flowchartText}
|
|
|
75360
75363
|
}
|
|
75361
75364
|
}
|
|
75362
75365
|
});
|
|
75363
|
-
editor.version = "1.1.16-beta.
|
|
75366
|
+
editor.version = "1.1.16-beta.15";
|
|
75364
75367
|
return editor;
|
|
75365
75368
|
}
|
|
75366
75369
|
function isDoc(doc2) {
|
|
@@ -75442,7 +75445,7 @@ ${data.flowchartText}
|
|
|
75442
75445
|
});
|
|
75443
75446
|
editor.addCustom(DOC_RE_AUTH_KEYS, (editor2) => new DocReAuthCallbacks(editor2));
|
|
75444
75447
|
OnesEditorToolbar.register(editor);
|
|
75445
|
-
editor.version = "1.1.16-beta.
|
|
75448
|
+
editor.version = "1.1.16-beta.15";
|
|
75446
75449
|
return editor;
|
|
75447
75450
|
}
|
|
75448
75451
|
async function showDocVersions(editor, options, serverUrl) {
|