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