@ones-editor/editor 2.2.2-beta.3 → 2.2.3

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 +4 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2574,7 +2574,7 @@ div.editor-root:not(.readonly) div.editor-content div[data-type=editor-container
2574
2574
  padding: 4px 15px;
2575
2575
  }
2576
2576
  [data-command-bar-id=mobile-bottom-menu] .link-popup .editor-command-bar-root {
2577
- max-height: 100%;
2577
+ max-height: max-content;
2578
2578
  }
2579
2579
  [data-command-bar-id=mobile-bottom-menu] .link-popup .editor-command-bar-header {
2580
2580
  width: 100%;
@@ -2620,6 +2620,7 @@ div.editor-root:not(.readonly) div.editor-content div[data-type=editor-container
2620
2620
  width: 100%;
2621
2621
  }
2622
2622
  [data-command-bar-id=mobile-bottom-menu] .link-popup .editor-command-bar .command-item[data-id=link-popup] {
2623
+ height: 495px;
2623
2624
  align-items: start;
2624
2625
  }
2625
2626
  [data-command-bar-id=mobile-bottom-menu] .link-popup .editor-command-bar .command-item[data-id=link-popup].selected {
@@ -86901,7 +86902,7 @@ ${data2.flowchartText}
86901
86902
  }
86902
86903
  }
86903
86904
  });
86904
- editor.version = "2.2.2-beta.3";
86905
+ editor.version = "2.2.3";
86905
86906
  if (Logger$2.level === LogLevel.DEBUG) {
86906
86907
  window.setReauthFail = (fail) => {
86907
86908
  window.isReauthError = fail;
@@ -87002,7 +87003,7 @@ ${data2.flowchartText}
87002
87003
  });
87003
87004
  editor.addCustom(DOC_RE_AUTH_KEYS, (editor2) => new DocReAuthCallbacks(editor2));
87004
87005
  OnesEditorToolbar.register(editor);
87005
- editor.version = "2.2.2-beta.3";
87006
+ editor.version = "2.2.3";
87006
87007
  return editor;
87007
87008
  }
87008
87009
  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.2-beta.3",
3
+ "version": "2.2.3",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",