@ones-editor/editor 2.1.7-beta.30 → 2.1.7-beta.31
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 +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2139,7 +2139,6 @@ div.tippy-box[data-theme=editor-tooltip] > .tippy-content {
|
|
|
2139
2139
|
}
|
|
2140
2140
|
.editor-root [data-type=editor-container].root div[data-type=editor-block].list-block [data-type=block-content] {
|
|
2141
2141
|
margin-right: 24px;
|
|
2142
|
-
transition: background-color 0.25s linear;
|
|
2143
2142
|
}
|
|
2144
2143
|
.editor-root [data-type=editor-container].root div[data-type=editor-block].list-block [data-type=block-tools] .editor-mindmap-svg {
|
|
2145
2144
|
position: absolute;
|
|
@@ -2513,6 +2512,7 @@ div.editor-root div.editor-content div[data-block-type=list][data-style-heading=
|
|
|
2513
2512
|
.editor-root:not(.readonly) div[data-type=editor-block].list-block.hover[data-list-type=unchecked] > div[data-type=block-content], .editor-root:not(.readonly) div[data-type=editor-block].list-block.hover[data-list-type=checked] > div.list-container,
|
|
2514
2513
|
.editor-root:not(.readonly) div[data-type=editor-block].list-block.hover[data-list-type=checked] > div[data-type=block-content] {
|
|
2515
2514
|
background-color: #f8f8f8;
|
|
2515
|
+
transition: background-color 0.25s linear;
|
|
2516
2516
|
}
|
|
2517
2517
|
.editor-root:not(.readonly) div[data-type=editor-block].list-block .list-container:hover .list-marker {
|
|
2518
2518
|
cursor: pointer;
|
|
@@ -89205,7 +89205,7 @@ ${data2.flowchartText}
|
|
|
89205
89205
|
}
|
|
89206
89206
|
}
|
|
89207
89207
|
});
|
|
89208
|
-
editor.version = "2.1.7-beta.
|
|
89208
|
+
editor.version = "2.1.7-beta.31";
|
|
89209
89209
|
return editor;
|
|
89210
89210
|
}
|
|
89211
89211
|
function isDoc(doc2) {
|
|
@@ -89319,7 +89319,7 @@ ${data2.flowchartText}
|
|
|
89319
89319
|
}
|
|
89320
89320
|
}
|
|
89321
89321
|
OnesEditorToolbar.register(editor);
|
|
89322
|
-
editor.version = "2.1.7-beta.
|
|
89322
|
+
editor.version = "2.1.7-beta.31";
|
|
89323
89323
|
return editor;
|
|
89324
89324
|
}
|
|
89325
89325
|
async function showDocVersions(editor, options, serverUrl) {
|