@ones-editor/editor 1.1.18-beta.12 → 1.1.18-beta.13

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
@@ -23084,7 +23084,8 @@ var __publicField = (obj, key, value) => {
23084
23084
  }
23085
23085
  animateScrollTo(target, {
23086
23086
  elementToScroll: getScrollContainer$1(target),
23087
- disableHorizontal: true
23087
+ disableHorizontal: true,
23088
+ verticalOffset: options == null ? void 0 : options.verticalOffset
23088
23089
  });
23089
23090
  } else if (target.scrollIntoView) {
23090
23091
  target.scrollIntoView({
@@ -77057,7 +77058,7 @@ ${data.flowchartText}
77057
77058
  }
77058
77059
  }
77059
77060
  });
77060
- editor.version = "1.1.18-beta.12";
77061
+ editor.version = "1.1.18-beta.13";
77061
77062
  if (Logger$2.level === LogLevel.DEBUG) {
77062
77063
  window.setReauthFail = (fail) => {
77063
77064
  window.isReauthError = fail;
@@ -77145,7 +77146,7 @@ ${data.flowchartText}
77145
77146
  });
77146
77147
  editor.addCustom(DOC_RE_AUTH_KEYS, (editor2) => new DocReAuthCallbacks(editor2));
77147
77148
  OnesEditorToolbar.register(editor);
77148
- editor.version = "1.1.18-beta.12";
77149
+ editor.version = "1.1.18-beta.13";
77149
77150
  return editor;
77150
77151
  }
77151
77152
  async function showDocVersions(editor, options, serverUrl) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ones-editor/editor",
3
- "version": "1.1.18-beta.12",
3
+ "version": "1.1.18-beta.13",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",