@ones-editor/editor 2.2.19-beta.5 → 2.2.19-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 +6 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5108,6 +5108,9 @@ div.editor-root div.editor-content div[data-type=editor-container] div.embed-blo
|
|
|
5108
5108
|
div.editor-root div.editor-content div[data-type=editor-container] div.embed-block[data-type=editor-block][data-embed-type=office] [data-type=block-content] .card-root:hover {
|
|
5109
5109
|
background-color: rgba(0, 36, 90, 0.04);
|
|
5110
5110
|
}
|
|
5111
|
+
div.editor-root div.editor-content div[data-type=editor-container] div.embed-block[data-type=editor-block][data-embed-type=office] [data-type=block-content] .card-root:hover .file-actions button {
|
|
5112
|
+
display: flex;
|
|
5113
|
+
}
|
|
5111
5114
|
div.editor-root div.editor-content div[data-type=editor-container] div.embed-block[data-type=editor-block][data-embed-type=office] [data-type=block-content] .card-root .file-details {
|
|
5112
5115
|
display: flex;
|
|
5113
5116
|
flex-direction: column;
|
|
@@ -5170,6 +5173,7 @@ div.editor-root div.editor-content div[data-type=editor-container] div.embed-blo
|
|
|
5170
5173
|
justify-content: center;
|
|
5171
5174
|
flex-shrink: 0;
|
|
5172
5175
|
color: #2D2D2E;
|
|
5176
|
+
display: none;
|
|
5173
5177
|
}
|
|
5174
5178
|
div.editor-root div.editor-content div[data-type=editor-container] div.embed-block[data-type=editor-block][data-embed-type=office] [data-type=block-content] .card-root .file-actions button svg {
|
|
5175
5179
|
width: 16px;
|
|
@@ -88597,7 +88601,7 @@ ${data2.flowchartText}
|
|
|
88597
88601
|
}
|
|
88598
88602
|
}
|
|
88599
88603
|
});
|
|
88600
|
-
editor.version = "2.2.19-beta.
|
|
88604
|
+
editor.version = "2.2.19-beta.6";
|
|
88601
88605
|
return editor;
|
|
88602
88606
|
}
|
|
88603
88607
|
function isDoc(doc2) {
|
|
@@ -88692,7 +88696,7 @@ ${data2.flowchartText}
|
|
|
88692
88696
|
});
|
|
88693
88697
|
editor.addCustom(DOC_RE_AUTH_KEYS, (editor2) => new DocReAuthCallbacks(editor2));
|
|
88694
88698
|
OnesEditorToolbar.register(editor);
|
|
88695
|
-
editor.version = "2.2.19-beta.
|
|
88699
|
+
editor.version = "2.2.19-beta.6";
|
|
88696
88700
|
return editor;
|
|
88697
88701
|
}
|
|
88698
88702
|
async function showDocVersions(editor, options, serverUrl) {
|