@ones-editor/editor 2.1.1-beta.43 → 2.1.1-beta.45
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/@ones-editor/tsconfig.tsbuildinfo +1 -1
- package/dist/index.js +10 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2809,6 +2809,9 @@ div.editor-root.readonly div.editor-content div[data-type=editor-block] > [data-
|
|
|
2809
2809
|
background-color: #0064ff;
|
|
2810
2810
|
opacity: 0.1;
|
|
2811
2811
|
}
|
|
2812
|
+
.editor-root.readonly div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=image].hover [data-type=block-content] {
|
|
2813
|
+
outline: 1px solid #0064ff;
|
|
2814
|
+
}
|
|
2812
2815
|
.editor-root.readonly div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=image] [data-type=block-content] .images .image-splitter {
|
|
2813
2816
|
visibility: hidden;
|
|
2814
2817
|
}
|
|
@@ -6319,7 +6322,7 @@ div[data-command-bar-id=mobile-bottom-menu] .mobile-menu-wrap.editor-mention .co
|
|
|
6319
6322
|
.command-item[data-id=preset-1] {
|
|
6320
6323
|
background-color: #fff0d9 !important;
|
|
6321
6324
|
}.command-m-bar {
|
|
6322
|
-
position:
|
|
6325
|
+
position: sticky;
|
|
6323
6326
|
z-index: 111;
|
|
6324
6327
|
bottom: 0;
|
|
6325
6328
|
height: 40px;
|
|
@@ -6405,6 +6408,10 @@ div[data-command-bar-id=mobile-bottom-menu] .mobile-menu-wrap.editor-mention .co
|
|
|
6405
6408
|
display: flex;
|
|
6406
6409
|
align-items: center;
|
|
6407
6410
|
justify-content: center;
|
|
6411
|
+
}
|
|
6412
|
+
html, body {
|
|
6413
|
+
height: 100%;
|
|
6414
|
+
overscroll-behavior: contain;
|
|
6408
6415
|
}.editor-root .editor-content div[data-type=editor-block] div[data-type=block-tools] div.select-handle {
|
|
6409
6416
|
position: absolute;
|
|
6410
6417
|
flex-direction: column;
|
|
@@ -85059,7 +85066,7 @@ ${data2.flowchartText}
|
|
|
85059
85066
|
}
|
|
85060
85067
|
}
|
|
85061
85068
|
});
|
|
85062
|
-
editor.version = "2.1.1-beta.
|
|
85069
|
+
editor.version = "2.1.1-beta.45";
|
|
85063
85070
|
if (Logger$2.level === LogLevel.DEBUG) {
|
|
85064
85071
|
window.setReauthFail = (fail) => {
|
|
85065
85072
|
window.isReauthError = fail;
|
|
@@ -85158,7 +85165,7 @@ ${data2.flowchartText}
|
|
|
85158
85165
|
});
|
|
85159
85166
|
editor.addCustom(DOC_RE_AUTH_KEYS, (editor2) => new DocReAuthCallbacks(editor2));
|
|
85160
85167
|
OnesEditorToolbar.register(editor);
|
|
85161
|
-
editor.version = "2.1.1-beta.
|
|
85168
|
+
editor.version = "2.1.1-beta.45";
|
|
85162
85169
|
return editor;
|
|
85163
85170
|
}
|
|
85164
85171
|
async function showDocVersions(editor, options, serverUrl) {
|