@ones-editor/editor 2.2.0-beta.1 → 2.2.0-beta.2

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
@@ -6096,6 +6096,9 @@ div[data-command-bar-id=mobile-bottom-menu] .mobile-menu-wrap.editor-mention .co
6096
6096
  flex: 1;
6097
6097
  min-width: 0;
6098
6098
  }
6099
+ .editor-root [data-type=editor-container].root div[data-type=editor-block].callout-block .callout-root .callout-content > .child {
6100
+ padding: 0;
6101
+ }
6099
6102
  .editor-root [data-type=editor-container].root div[data-type=editor-block].callout-block .callout-root .callout-content div[data-type=editor-block].list-block > div.list-container,
6100
6103
  .editor-root [data-type=editor-container].root div[data-type=editor-block].callout-block .callout-root .callout-content div[data-type=editor-block].list-block > div[data-type=block-content] {
6101
6104
  background-color: transparent;
@@ -86870,7 +86873,7 @@ ${data2.flowchartText}
86870
86873
  }
86871
86874
  }
86872
86875
  });
86873
- editor.version = "2.2.0-beta.1";
86876
+ editor.version = "2.2.0-beta.2";
86874
86877
  if (Logger$2.level === LogLevel.DEBUG) {
86875
86878
  window.setReauthFail = (fail) => {
86876
86879
  window.isReauthError = fail;
@@ -86971,7 +86974,7 @@ ${data2.flowchartText}
86971
86974
  });
86972
86975
  editor.addCustom(DOC_RE_AUTH_KEYS, (editor2) => new DocReAuthCallbacks(editor2));
86973
86976
  OnesEditorToolbar.register(editor);
86974
- editor.version = "2.2.0-beta.1";
86977
+ editor.version = "2.2.0-beta.2";
86975
86978
  return editor;
86976
86979
  }
86977
86980
  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.0-beta.1",
3
+ "version": "2.2.0-beta.2",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",