@dxos/react-ui-editor 0.4.9-main.a108ade → 0.4.9-main.d4fb12a

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.
@@ -30,7 +30,6 @@ var translations_default = [
30
30
  import { keymap as keymap11 } from "@codemirror/view";
31
31
  import { tags as tags2 } from "@lezer/highlight";
32
32
  import { TextKind } from "@dxos/protocols/proto/dxos/echo/model/text";
33
- import { Doc, YText, YXmlFragment } from "@dxos/text-model";
34
33
 
35
34
  // packages/ui/react-ui-editor/src/components/TextEditor/TextEditor.tsx
36
35
  import { EditorState as EditorState2 } from "@codemirror/state";
@@ -4918,7 +4917,6 @@ var useTextEditor = (cb = () => ({}), deps = []) => {
4918
4917
  };
4919
4918
  export {
4920
4919
  Cursor,
4921
- Doc,
4922
4920
  EditorModes,
4923
4921
  Inline,
4924
4922
  List,
@@ -4927,8 +4925,6 @@ export {
4927
4925
  TextEditor,
4928
4926
  TextKind,
4929
4927
  Toolbar,
4930
- YText,
4931
- YXmlFragment,
4932
4928
  addBlockquote,
4933
4929
  addCodeblock,
4934
4930
  addLink,