@ones-editor/editor 2.2.8-beta.5 → 2.2.8-beta.6
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 -12
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -858,10 +858,10 @@ div.tippy-box[data-theme=menu] .tippy-arrow::after {
|
|
|
858
858
|
transform: rotate(45deg);
|
|
859
859
|
}
|
|
860
860
|
div.tippy-box[data-theme=menu] .tippy-content .editor-command-bar-root, div.tippy-box[data-theme=toolbar] .tippy-content .editor-command-bar-root {
|
|
861
|
-
box-shadow: 0px 0px
|
|
861
|
+
box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(45, 45, 46, 0.15) 0px 8px 16px -4px, rgba(45, 45, 46, 0.2) 0px 0px 1px 0px;
|
|
862
862
|
}
|
|
863
863
|
div.tippy-box[data-theme=toolbar] .tippy-content .editor-command-bar-root {
|
|
864
|
-
|
|
864
|
+
border-radius: 3px;
|
|
865
865
|
}
|
|
866
866
|
div.tippy-box button {
|
|
867
867
|
outline: none;
|
|
@@ -901,7 +901,7 @@ div.tippy-box button {
|
|
|
901
901
|
}
|
|
902
902
|
.editor-command-bar.fixed.mobile .command-item.checked, .editor-command-bar.toolbar.mobile .command-item.checked {
|
|
903
903
|
border-radius: 3px;
|
|
904
|
-
background: #
|
|
904
|
+
background: #f0f6ff;
|
|
905
905
|
}
|
|
906
906
|
.editor-command-bar {
|
|
907
907
|
pointer-events: all;
|
|
@@ -1019,8 +1019,6 @@ div.tippy-box button {
|
|
|
1019
1019
|
gap: 5px;
|
|
1020
1020
|
padding: 5px 10px;
|
|
1021
1021
|
background: #ffffff;
|
|
1022
|
-
box-shadow: 0px 0px 1px rgba(48, 48, 48, 0.2), 0px 8px 16px rgba(48, 48, 48, 0.15);
|
|
1023
|
-
border-radius: 3px;
|
|
1024
1022
|
}
|
|
1025
1023
|
.editor-command-bar.toolbar .command-item {
|
|
1026
1024
|
background: transparent;
|
|
@@ -2054,11 +2052,6 @@ div.tippy-box[data-theme=editor-tooltip] > .tippy-content {
|
|
|
2054
2052
|
border-radius: 8px;
|
|
2055
2053
|
background: none;
|
|
2056
2054
|
}
|
|
2057
|
-
[data-command-bar-id=cursor-toolbar].mobile .tippy-box .tippy-content .editor-command-bar-root,
|
|
2058
|
-
[data-command-bar-id=paste-special-button].mobile .tippy-box .tippy-content .editor-command-bar-root,
|
|
2059
|
-
[data-command-bar-id=editor-toolbar].mobile .tippy-box .tippy-content .editor-command-bar-root {
|
|
2060
|
-
box-shadow: none;
|
|
2061
|
-
}
|
|
2062
2055
|
[data-command-bar-id=cursor-toolbar].mobile .tippy-content,
|
|
2063
2056
|
[data-command-bar-id=cursor-toolbar].mobile .editor-command-bar-root,
|
|
2064
2057
|
[data-command-bar-id=cursor-toolbar].mobile .editor-command-bar,
|
|
@@ -88334,7 +88327,7 @@ ${data2.flowchartText}
|
|
|
88334
88327
|
}
|
|
88335
88328
|
}
|
|
88336
88329
|
});
|
|
88337
|
-
editor.version = "2.2.8-beta.
|
|
88330
|
+
editor.version = "2.2.8-beta.6";
|
|
88338
88331
|
if (Logger$2.level === LogLevel.DEBUG) {
|
|
88339
88332
|
window.setReauthFail = (fail) => {
|
|
88340
88333
|
window.isReauthError = fail;
|
|
@@ -88435,7 +88428,7 @@ ${data2.flowchartText}
|
|
|
88435
88428
|
});
|
|
88436
88429
|
editor.addCustom(DOC_RE_AUTH_KEYS, (editor2) => new DocReAuthCallbacks(editor2));
|
|
88437
88430
|
OnesEditorToolbar.register(editor);
|
|
88438
|
-
editor.version = "2.2.8-beta.
|
|
88431
|
+
editor.version = "2.2.8-beta.6";
|
|
88439
88432
|
return editor;
|
|
88440
88433
|
}
|
|
88441
88434
|
async function showDocVersions(editor, options, serverUrl) {
|