@dxos/react-ui-editor 0.4.9-main.8437471 → 0.4.9-main.95b3f2d
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,6 +30,7 @@ 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";
|
|
33
34
|
|
|
34
35
|
// packages/ui/react-ui-editor/src/components/TextEditor/TextEditor.tsx
|
|
35
36
|
import { EditorState as EditorState2 } from "@codemirror/state";
|
|
@@ -4917,6 +4918,7 @@ var useTextEditor = (cb = () => ({}), deps = []) => {
|
|
|
4917
4918
|
};
|
|
4918
4919
|
export {
|
|
4919
4920
|
Cursor,
|
|
4921
|
+
Doc,
|
|
4920
4922
|
EditorModes,
|
|
4921
4923
|
Inline,
|
|
4922
4924
|
List,
|
|
@@ -4925,6 +4927,8 @@ export {
|
|
|
4925
4927
|
TextEditor,
|
|
4926
4928
|
TextKind,
|
|
4927
4929
|
Toolbar,
|
|
4930
|
+
YText,
|
|
4931
|
+
YXmlFragment,
|
|
4928
4932
|
addBlockquote,
|
|
4929
4933
|
addCodeblock,
|
|
4930
4934
|
addLink,
|