@ones-editor/editor 2.1.2-beta.23 → 2.1.2-beta.25

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
@@ -4066,7 +4066,7 @@ div.editor-root.readonly div.editor-content div[data-type=editor-container] div[
4066
4066
  .editor-web-comment-root .comment-groups-container .comment-group-item-root.active .item-head-switch {
4067
4067
  visibility: visible;
4068
4068
  }
4069
- .editor-web-comment-root .comment-groups-container .comment-group-item-root.readonly .comment-quick-reply.invisible {
4069
+ .editor-web-comment-root .comment-groups-container .comment-group-item-root.readonly .comment-quick-reply .quick-reply-button.invisible {
4070
4070
  display: none;
4071
4071
  }
4072
4072
  .editor-mobile-comments-root {
@@ -67007,7 +67007,7 @@ ${codeText}
67007
67007
  const replyTextButton = createTextButton(this.root, GroupItemActions.QuickReply, t$3("comment.placeholder"));
67008
67008
  addGroupActionToElement(replyTextButton, GroupItemActions.QuickReply);
67009
67009
  replyTextButton.classList.add("quick-reply-button");
67010
- const disableReply = !((_a = this.commentOptions) == null ? void 0 : _a.disableReply);
67010
+ const disableReply = (_a = this.commentOptions) == null ? void 0 : _a.disableReply;
67011
67011
  if (disableReply) {
67012
67012
  replyTextButton.classList.add("invisible");
67013
67013
  }
@@ -88135,7 +88135,7 @@ ${data2.flowchartText}
88135
88135
  }
88136
88136
  }
88137
88137
  });
88138
- editor.version = "2.1.2-beta.23";
88138
+ editor.version = "2.1.2-beta.25";
88139
88139
  if (Logger$2.level === LogLevel.DEBUG) {
88140
88140
  window.setReauthFail = (fail) => {
88141
88141
  window.isReauthError = fail;
@@ -88236,7 +88236,7 @@ ${data2.flowchartText}
88236
88236
  });
88237
88237
  editor.addCustom(DOC_RE_AUTH_KEYS, (editor2) => new DocReAuthCallbacks(editor2));
88238
88238
  OnesEditorToolbar.register(editor);
88239
- editor.version = "2.1.2-beta.23";
88239
+ editor.version = "2.1.2-beta.25";
88240
88240
  return editor;
88241
88241
  }
88242
88242
  async function showDocVersions(editor, options, serverUrl) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ones-editor/editor",
3
- "version": "2.1.2-beta.23",
3
+ "version": "2.1.2-beta.25",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",