@ones-editor/editor 1.1.30-beta.4 → 1.1.30-beta.5

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 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2143,6 +2143,8 @@ div.editor-root:not(.readonly) div.editor-content div[data-type=editor-container
2143
2143
  div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content] > span.math-box > span[data-type=box-content] {
2144
2144
  width: 100%;
2145
2145
  overflow-x: auto;
2146
+ display: inline-flex;
2147
+ align-items: center;
2146
2148
  }
2147
2149
  div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content] > span.math-box .mathjax-tex-text.mathjax-error {
2148
2150
  color: var(--color-0);
@@ -77416,7 +77418,7 @@ ${data.flowchartText}
77416
77418
  }
77417
77419
  }
77418
77420
  });
77419
- editor.version = "1.1.30-beta.4";
77421
+ editor.version = "1.1.30-beta.5";
77420
77422
  if (Logger$2.level === LogLevel.DEBUG) {
77421
77423
  window.setReauthFail = (fail) => {
77422
77424
  window.isReauthError = fail;
@@ -77508,7 +77510,7 @@ ${data.flowchartText}
77508
77510
  });
77509
77511
  editor.addCustom(DOC_RE_AUTH_KEYS, (editor2) => new DocReAuthCallbacks(editor2));
77510
77512
  OnesEditorToolbar.register(editor);
77511
- editor.version = "1.1.30-beta.4";
77513
+ editor.version = "1.1.30-beta.5";
77512
77514
  return editor;
77513
77515
  }
77514
77516
  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.30-beta.4",
3
+ "version": "1.1.30-beta.5",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",