@ones-editor/editor 2.1.1-beta.90 → 2.1.1-beta.91

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 +5 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -3519,6 +3519,9 @@ div.editor-root:not(.readonly) div.editor-content div[data-type=editor-container
3519
3519
  bottom: 0;
3520
3520
  content: attr(data-title-placeholder);
3521
3521
  color: #bebfc2;
3522
+ white-space: nowrap;
3523
+ overflow: hidden;
3524
+ text-overflow: ellipsis;
3522
3525
  }
3523
3526
  div.editor-root:not(.readonly) div.editor-content div[data-type=editor-container] div[data-type=editor-block] [data-type=block-content][data-content-placeholder]::before {
3524
3527
  position: absolute;
@@ -86845,7 +86848,7 @@ ${data2.flowchartText}
86845
86848
  }
86846
86849
  }
86847
86850
  });
86848
- editor.version = "2.1.1-beta.90";
86851
+ editor.version = "2.1.1-beta.91";
86849
86852
  if (Logger$2.level === LogLevel.DEBUG) {
86850
86853
  window.setReauthFail = (fail) => {
86851
86854
  window.isReauthError = fail;
@@ -86946,7 +86949,7 @@ ${data2.flowchartText}
86946
86949
  });
86947
86950
  editor.addCustom(DOC_RE_AUTH_KEYS, (editor2) => new DocReAuthCallbacks(editor2));
86948
86951
  OnesEditorToolbar.register(editor);
86949
- editor.version = "2.1.1-beta.90";
86952
+ editor.version = "2.1.1-beta.91";
86950
86953
  return editor;
86951
86954
  }
86952
86955
  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.1.1-beta.90",
3
+ "version": "2.1.1-beta.91",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",