@ones-editor/editor 2.2.15-beta.3 → 2.2.15-beta.4
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
CHANGED
|
@@ -6590,14 +6590,16 @@ div[data-command-bar-id=mobile-bottom-menu] .mobile-menu-wrap.editor-mention .co
|
|
|
6590
6590
|
padding: 10px;
|
|
6591
6591
|
border-radius: 3px;
|
|
6592
6592
|
}
|
|
6593
|
+
.editor-root [data-type=editor-container].root div[data-type=editor-block].callout-block .callout-root .callout-icon {
|
|
6594
|
+
flex-shrink: 0;
|
|
6595
|
+
margin-right: 10px;
|
|
6596
|
+
}
|
|
6593
6597
|
.editor-root [data-type=editor-container].root div[data-type=editor-block].callout-block .callout-root .callout-icon-inner {
|
|
6594
6598
|
display: flex;
|
|
6595
6599
|
align-items: center;
|
|
6596
6600
|
justify-content: center;
|
|
6597
|
-
flex-shrink: 0;
|
|
6598
6601
|
width: 24px;
|
|
6599
6602
|
height: 24px;
|
|
6600
|
-
margin-right: 10px;
|
|
6601
6603
|
font-size: 22px;
|
|
6602
6604
|
line-height: 1;
|
|
6603
6605
|
font-family: Apple Color Emoji, Segoe UI Emoji, NotoColorEmoji, Noto Color Emoji, Segoe UI Symbol, Android Emoji, EmojiSymbols;
|
|
@@ -6607,7 +6609,7 @@ div[data-command-bar-id=mobile-bottom-menu] .mobile-menu-wrap.editor-mention .co
|
|
|
6607
6609
|
border-radius: 3px;
|
|
6608
6610
|
background-color: rgba(0, 36, 90, 0.04);
|
|
6609
6611
|
}
|
|
6610
|
-
.editor-root [data-type=editor-container].root div[data-type=editor-block].callout-block .callout-root .callout-icon.readonly-inner {
|
|
6612
|
+
.editor-root [data-type=editor-container].root div[data-type=editor-block].callout-block .callout-root .callout-icon.readonly .callout-icon-inner {
|
|
6611
6613
|
cursor: text;
|
|
6612
6614
|
pointer-events: none;
|
|
6613
6615
|
}
|
|
@@ -80538,7 +80540,7 @@ ${content}
|
|
|
80538
80540
|
background: "Background color"
|
|
80539
80541
|
},
|
|
80540
80542
|
icon: {
|
|
80541
|
-
toggleIcon: "Click to change icon"
|
|
80543
|
+
toggleIcon: "Click to change the icon"
|
|
80542
80544
|
}
|
|
80543
80545
|
}
|
|
80544
80546
|
};
|
|
@@ -80552,7 +80554,7 @@ ${content}
|
|
|
80552
80554
|
background: "\u80CC\u666F\u8272"
|
|
80553
80555
|
},
|
|
80554
80556
|
icon: {
|
|
80555
|
-
toggleIcon: "\u30A2\u30A4\u30B3\u30F3\u3092\u5909\u66F4\u3059\u308B"
|
|
80557
|
+
toggleIcon: "\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30A2\u30A4\u30B3\u30F3\u3092\u5909\u66F4\u3059\u308B"
|
|
80556
80558
|
}
|
|
80557
80559
|
}
|
|
80558
80560
|
};
|
|
@@ -88511,7 +88513,7 @@ ${data2.flowchartText}
|
|
|
88511
88513
|
}
|
|
88512
88514
|
}
|
|
88513
88515
|
});
|
|
88514
|
-
editor.version = "2.2.15-beta.
|
|
88516
|
+
editor.version = "2.2.15-beta.4";
|
|
88515
88517
|
return editor;
|
|
88516
88518
|
}
|
|
88517
88519
|
function isDoc(doc2) {
|
|
@@ -88606,7 +88608,7 @@ ${data2.flowchartText}
|
|
|
88606
88608
|
});
|
|
88607
88609
|
editor.addCustom(DOC_RE_AUTH_KEYS, (editor2) => new DocReAuthCallbacks(editor2));
|
|
88608
88610
|
OnesEditorToolbar.register(editor);
|
|
88609
|
-
editor.version = "2.2.15-beta.
|
|
88611
|
+
editor.version = "2.2.15-beta.4";
|
|
88610
88612
|
return editor;
|
|
88611
88613
|
}
|
|
88612
88614
|
async function showDocVersions(editor, options, serverUrl) {
|