@ones-editor/editor 2.2.14-beta.24 → 2.2.14-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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -4160,7 +4160,7 @@ div.editor-root.readonly div.editor-content div[data-type=editor-container] div[
4160
4160
  position: absolute;
4161
4161
  top: 0;
4162
4162
  left: 50%;
4163
- margin-left: -10px;
4163
+ margin-left: -30px;
4164
4164
  transition: top 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
4165
4165
  }
4166
4166
  :is(.editor-web-comment-root, .editor-mobile-comments-root, .editor-mini-comment-root).hidden {
@@ -88450,7 +88450,7 @@ ${data2.flowchartText}
88450
88450
  }
88451
88451
  }
88452
88452
  });
88453
- editor.version = "2.2.14-beta.24";
88453
+ editor.version = "2.2.14-beta.25";
88454
88454
  return editor;
88455
88455
  }
88456
88456
  function isDoc(doc2) {
@@ -88545,7 +88545,7 @@ ${data2.flowchartText}
88545
88545
  });
88546
88546
  editor.addCustom(DOC_RE_AUTH_KEYS, (editor2) => new DocReAuthCallbacks(editor2));
88547
88547
  OnesEditorToolbar.register(editor);
88548
- editor.version = "2.2.14-beta.24";
88548
+ editor.version = "2.2.14-beta.25";
88549
88549
  return editor;
88550
88550
  }
88551
88551
  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.2.14-beta.24",
3
+ "version": "2.2.14-beta.25",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",