@ones-editor/editor 2.1.1-beta.43 → 2.1.1-beta.44
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
|
@@ -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
|
}
|
|
@@ -85059,7 +85062,7 @@ ${data2.flowchartText}
|
|
|
85059
85062
|
}
|
|
85060
85063
|
}
|
|
85061
85064
|
});
|
|
85062
|
-
editor.version = "2.1.1-beta.
|
|
85065
|
+
editor.version = "2.1.1-beta.44";
|
|
85063
85066
|
if (Logger$2.level === LogLevel.DEBUG) {
|
|
85064
85067
|
window.setReauthFail = (fail) => {
|
|
85065
85068
|
window.isReauthError = fail;
|
|
@@ -85158,7 +85161,7 @@ ${data2.flowchartText}
|
|
|
85158
85161
|
});
|
|
85159
85162
|
editor.addCustom(DOC_RE_AUTH_KEYS, (editor2) => new DocReAuthCallbacks(editor2));
|
|
85160
85163
|
OnesEditorToolbar.register(editor);
|
|
85161
|
-
editor.version = "2.1.1-beta.
|
|
85164
|
+
editor.version = "2.1.1-beta.44";
|
|
85162
85165
|
return editor;
|
|
85163
85166
|
}
|
|
85164
85167
|
async function showDocVersions(editor, options, serverUrl) {
|