@dxos/react-ui-editor 0.3.11-main.668f0ff → 0.3.11-main.690ca41

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 (204) hide show
  1. package/dist/lib/browser/index.mjs +1643 -1148
  2. package/dist/lib/browser/index.mjs.map +4 -4
  3. package/dist/lib/browser/meta.json +1 -1
  4. package/dist/types/src/components/TextEditor/MarkdownEditor.stories.d.ts +3 -6
  5. package/dist/types/src/components/TextEditor/MarkdownEditor.stories.d.ts.map +1 -1
  6. package/dist/types/src/components/TextEditor/TextEditor.d.ts.map +1 -1
  7. package/dist/types/src/components/TextEditor/TextEditor.stories.d.ts +3 -0
  8. package/dist/types/src/components/TextEditor/TextEditor.stories.d.ts.map +1 -1
  9. package/dist/types/src/{hooks/automerge → components/TextEditor}/automerge.stories.d.ts +6 -1
  10. package/dist/types/src/components/TextEditor/automerge.stories.d.ts.map +1 -0
  11. package/dist/types/src/components/TextEditor/codemirror.stories.d.ts.map +1 -1
  12. package/dist/types/src/components/TextEditor/index.d.ts +0 -2
  13. package/dist/types/src/components/TextEditor/index.d.ts.map +1 -1
  14. package/dist/types/src/{hooks/yjs → components/TextEditor}/yjs.stories.d.ts +1 -1
  15. package/dist/types/src/components/TextEditor/yjs.stories.d.ts.map +1 -0
  16. package/dist/types/src/extensions/autocomplete.d.ts.map +1 -0
  17. package/dist/types/src/extensions/automerge/automerge.d.ts +9 -0
  18. package/dist/types/src/extensions/automerge/automerge.d.ts.map +1 -0
  19. package/dist/types/src/extensions/automerge/cursor.d.ts +5 -0
  20. package/dist/types/src/extensions/automerge/cursor.d.ts.map +1 -0
  21. package/dist/types/src/extensions/automerge/defs.d.ts +26 -0
  22. package/dist/types/src/extensions/automerge/defs.d.ts.map +1 -0
  23. package/dist/types/src/extensions/automerge/index.d.ts +3 -0
  24. package/dist/types/src/extensions/automerge/index.d.ts.map +1 -0
  25. package/dist/types/src/{hooks → extensions}/automerge/semaphore.d.ts +4 -4
  26. package/dist/types/src/extensions/automerge/semaphore.d.ts.map +1 -0
  27. package/dist/types/src/extensions/automerge/update-automerge.d.ts +5 -0
  28. package/dist/types/src/extensions/automerge/update-automerge.d.ts.map +1 -0
  29. package/dist/types/src/extensions/automerge/update-codemirror.d.ts.map +1 -0
  30. package/dist/types/src/extensions/awareness.d.ts +46 -0
  31. package/dist/types/src/extensions/awareness.d.ts.map +1 -0
  32. package/dist/types/src/extensions/basic.d.ts.map +1 -0
  33. package/dist/types/src/extensions/blast.d.ts.map +1 -0
  34. package/dist/types/src/extensions/code.d.ts.map +1 -0
  35. package/dist/types/src/{components/TextEditor/extensions → extensions}/comments.d.ts +4 -2
  36. package/dist/types/src/extensions/comments.d.ts.map +1 -0
  37. package/dist/types/src/extensions/hr.d.ts.map +1 -0
  38. package/dist/types/src/extensions/image.d.ts.map +1 -0
  39. package/dist/types/src/{components/TextEditor/extensions → extensions}/index.d.ts +3 -2
  40. package/dist/types/src/extensions/index.d.ts.map +1 -0
  41. package/dist/types/src/{components/TextEditor/extensions → extensions}/link.d.ts +1 -0
  42. package/dist/types/src/extensions/link.d.ts.map +1 -0
  43. package/dist/types/src/extensions/listener.d.ts.map +1 -0
  44. package/dist/types/src/extensions/markdown/bundle.d.ts.map +1 -0
  45. package/dist/types/src/extensions/markdown/highlight.d.ts.map +1 -0
  46. package/dist/types/src/extensions/markdown/index.d.ts.map +1 -0
  47. package/dist/types/src/extensions/mention.d.ts.map +1 -0
  48. package/dist/types/src/extensions/table.d.ts.map +1 -0
  49. package/dist/types/src/extensions/tasklist.d.ts.map +1 -0
  50. package/dist/types/src/extensions/typewriter.d.ts.map +1 -0
  51. package/dist/types/src/extensions/yjs/cursor.d.ts +4 -0
  52. package/dist/types/src/extensions/yjs/cursor.d.ts.map +1 -0
  53. package/dist/types/src/extensions/yjs/index.d.ts +2 -0
  54. package/dist/types/src/extensions/yjs/index.d.ts.map +1 -0
  55. package/dist/types/src/extensions/yjs/yjs.d.ts +4 -0
  56. package/dist/types/src/extensions/yjs/yjs.d.ts.map +1 -0
  57. package/dist/types/src/extensions/yjs/yjs.test.d.ts.map +1 -0
  58. package/dist/types/src/hooks/automerge.d.ts +3 -0
  59. package/dist/types/src/hooks/automerge.d.ts.map +1 -0
  60. package/dist/types/src/hooks/awareness-provider.d.ts +28 -0
  61. package/dist/types/src/hooks/awareness-provider.d.ts.map +1 -0
  62. package/dist/types/src/hooks/index.d.ts +2 -0
  63. package/dist/types/src/hooks/index.d.ts.map +1 -1
  64. package/dist/types/src/hooks/useTextModel.d.ts +9 -8
  65. package/dist/types/src/hooks/useTextModel.d.ts.map +1 -1
  66. package/dist/types/src/hooks/{yjs/space-provider.d.ts → yjs.d.ts} +8 -8
  67. package/dist/types/src/hooks/yjs.d.ts.map +1 -0
  68. package/dist/types/src/index.d.ts +3 -0
  69. package/dist/types/src/index.d.ts.map +1 -1
  70. package/dist/types/src/styles/cursors.d.ts.map +1 -0
  71. package/dist/types/src/styles/index.d.ts +1 -0
  72. package/dist/types/src/styles/index.d.ts.map +1 -1
  73. package/dist/types/src/styles/tokens.d.ts +1 -0
  74. package/dist/types/src/styles/tokens.d.ts.map +1 -1
  75. package/dist/types/src/testing/replicator.d.ts +2 -2
  76. package/dist/types/src/testing/replicator.d.ts.map +1 -1
  77. package/dist/types/src/{components/TextEditor/themes → themes}/default.d.ts +1 -1
  78. package/dist/types/src/themes/default.d.ts.map +1 -0
  79. package/dist/types/src/themes/index.d.ts.map +1 -0
  80. package/dist/types/src/util/cursor.d.ts +17 -0
  81. package/dist/types/src/util/cursor.d.ts.map +1 -0
  82. package/dist/types/src/util/index.d.ts +3 -0
  83. package/dist/types/src/util/index.d.ts.map +1 -0
  84. package/dist/types/src/util/util.d.ts.map +1 -0
  85. package/package.json +22 -21
  86. package/src/components/TextEditor/MarkdownEditor.stories.tsx +17 -20
  87. package/src/components/TextEditor/TextEditor.stories.tsx +14 -1
  88. package/src/components/TextEditor/TextEditor.tsx +3 -3
  89. package/src/{hooks/automerge → components/TextEditor}/automerge.stories.tsx +66 -6
  90. package/src/components/TextEditor/codemirror.stories.ts +3 -2
  91. package/src/components/TextEditor/index.ts +0 -3
  92. package/src/{hooks/yjs → components/TextEditor}/yjs.stories.tsx +1 -1
  93. package/src/extensions/automerge/automerge.ts +94 -0
  94. package/src/extensions/automerge/cursor.ts +51 -0
  95. package/src/extensions/automerge/defs.ts +62 -0
  96. package/src/extensions/automerge/index.ts +6 -0
  97. package/src/{hooks → extensions}/automerge/semaphore.ts +14 -12
  98. package/src/{hooks → extensions}/automerge/update-automerge.ts +5 -6
  99. package/src/{hooks → extensions}/automerge/update-codemirror.ts +13 -5
  100. package/src/extensions/awareness.ts +316 -0
  101. package/src/{components/TextEditor/extensions → extensions}/code.ts +4 -5
  102. package/src/{components/TextEditor/extensions → extensions}/comments.ts +50 -19
  103. package/src/{components/TextEditor/extensions → extensions}/hr.ts +2 -3
  104. package/src/extensions/image.ts +87 -0
  105. package/src/{components/TextEditor/extensions → extensions}/index.ts +3 -2
  106. package/src/{components/TextEditor/extensions → extensions}/link.ts +112 -58
  107. package/src/extensions/listener.ts +35 -0
  108. package/src/{components/TextEditor/extensions → extensions}/markdown/highlight.ts +4 -5
  109. package/src/{components/TextEditor/extensions → extensions}/table.ts +5 -2
  110. package/src/{components/TextEditor/extensions → extensions}/tasklist.ts +1 -3
  111. package/src/{components/TextEditor/extensions → extensions}/typewriter.ts +1 -1
  112. package/src/extensions/yjs/cursor.ts +21 -0
  113. package/src/extensions/yjs/index.ts +5 -0
  114. package/src/{hooks → extensions}/yjs/yjs.test.ts +1 -25
  115. package/src/extensions/yjs/yjs.ts +16 -0
  116. package/src/hooks/automerge.ts +52 -0
  117. package/src/hooks/awareness-provider.ts +120 -0
  118. package/src/hooks/index.ts +2 -0
  119. package/src/hooks/useTextModel.ts +20 -93
  120. package/src/hooks/{yjs/space-provider.ts → yjs.ts} +71 -19
  121. package/src/index.ts +3 -0
  122. package/src/styles/index.ts +1 -0
  123. package/src/styles/tokens.ts +3 -0
  124. package/src/testing/replicator.ts +10 -15
  125. package/src/{components/TextEditor/themes → themes}/default.ts +40 -34
  126. package/src/util/cursor.ts +29 -0
  127. package/src/util/index.ts +6 -0
  128. package/dist/types/src/components/TextEditor/extensions/autocomplete.d.ts.map +0 -1
  129. package/dist/types/src/components/TextEditor/extensions/basic.d.ts.map +0 -1
  130. package/dist/types/src/components/TextEditor/extensions/blast.d.ts.map +0 -1
  131. package/dist/types/src/components/TextEditor/extensions/code.d.ts.map +0 -1
  132. package/dist/types/src/components/TextEditor/extensions/comments.d.ts.map +0 -1
  133. package/dist/types/src/components/TextEditor/extensions/hr.d.ts.map +0 -1
  134. package/dist/types/src/components/TextEditor/extensions/image.d.ts.map +0 -1
  135. package/dist/types/src/components/TextEditor/extensions/index.d.ts.map +0 -1
  136. package/dist/types/src/components/TextEditor/extensions/link.d.ts.map +0 -1
  137. package/dist/types/src/components/TextEditor/extensions/listener.d.ts.map +0 -1
  138. package/dist/types/src/components/TextEditor/extensions/markdown/bundle.d.ts.map +0 -1
  139. package/dist/types/src/components/TextEditor/extensions/markdown/highlight.d.ts.map +0 -1
  140. package/dist/types/src/components/TextEditor/extensions/markdown/index.d.ts.map +0 -1
  141. package/dist/types/src/components/TextEditor/extensions/mention.d.ts.map +0 -1
  142. package/dist/types/src/components/TextEditor/extensions/mermaid.d.ts +0 -3
  143. package/dist/types/src/components/TextEditor/extensions/mermaid.d.ts.map +0 -1
  144. package/dist/types/src/components/TextEditor/extensions/table.d.ts.map +0 -1
  145. package/dist/types/src/components/TextEditor/extensions/tasklist.d.ts.map +0 -1
  146. package/dist/types/src/components/TextEditor/extensions/tooltip.d.ts +0 -12
  147. package/dist/types/src/components/TextEditor/extensions/tooltip.d.ts.map +0 -1
  148. package/dist/types/src/components/TextEditor/extensions/typewriter.d.ts.map +0 -1
  149. package/dist/types/src/components/TextEditor/extensions/util.d.ts.map +0 -1
  150. package/dist/types/src/components/TextEditor/themes/default.d.ts.map +0 -1
  151. package/dist/types/src/components/TextEditor/themes/index.d.ts.map +0 -1
  152. package/dist/types/src/hooks/automerge/automerge.stories.d.ts.map +0 -1
  153. package/dist/types/src/hooks/automerge/handle.d.ts +0 -9
  154. package/dist/types/src/hooks/automerge/handle.d.ts.map +0 -1
  155. package/dist/types/src/hooks/automerge/index.d.ts +0 -3
  156. package/dist/types/src/hooks/automerge/index.d.ts.map +0 -1
  157. package/dist/types/src/hooks/automerge/plugin.d.ts +0 -26
  158. package/dist/types/src/hooks/automerge/plugin.d.ts.map +0 -1
  159. package/dist/types/src/hooks/automerge/semaphore.d.ts.map +0 -1
  160. package/dist/types/src/hooks/automerge/update-automerge.d.ts +0 -6
  161. package/dist/types/src/hooks/automerge/update-automerge.d.ts.map +0 -1
  162. package/dist/types/src/hooks/automerge/update-codemirror.d.ts.map +0 -1
  163. package/dist/types/src/hooks/yjs/cursors.d.ts.map +0 -1
  164. package/dist/types/src/hooks/yjs/index.d.ts +0 -3
  165. package/dist/types/src/hooks/yjs/index.d.ts.map +0 -1
  166. package/dist/types/src/hooks/yjs/space-provider.d.ts.map +0 -1
  167. package/dist/types/src/hooks/yjs/yjs.stories.d.ts.map +0 -1
  168. package/dist/types/src/hooks/yjs/yjs.test.d.ts.map +0 -1
  169. package/src/components/TextEditor/extensions/image.ts +0 -69
  170. package/src/components/TextEditor/extensions/listener.ts +0 -39
  171. package/src/components/TextEditor/extensions/mermaid.ts +0 -11
  172. package/src/components/TextEditor/extensions/tooltip.ts +0 -61
  173. package/src/hooks/automerge/handle.ts +0 -14
  174. package/src/hooks/automerge/index.ts +0 -6
  175. package/src/hooks/automerge/plugin.ts +0 -134
  176. package/src/hooks/yjs/index.ts +0 -6
  177. /package/dist/types/src/{components/TextEditor/extensions → extensions}/autocomplete.d.ts +0 -0
  178. /package/dist/types/src/{hooks → extensions}/automerge/update-codemirror.d.ts +0 -0
  179. /package/dist/types/src/{components/TextEditor/extensions → extensions}/basic.d.ts +0 -0
  180. /package/dist/types/src/{components/TextEditor/extensions → extensions}/blast.d.ts +0 -0
  181. /package/dist/types/src/{components/TextEditor/extensions → extensions}/code.d.ts +0 -0
  182. /package/dist/types/src/{components/TextEditor/extensions → extensions}/hr.d.ts +0 -0
  183. /package/dist/types/src/{components/TextEditor/extensions → extensions}/image.d.ts +0 -0
  184. /package/dist/types/src/{components/TextEditor/extensions → extensions}/listener.d.ts +0 -0
  185. /package/dist/types/src/{components/TextEditor/extensions → extensions}/markdown/bundle.d.ts +0 -0
  186. /package/dist/types/src/{components/TextEditor/extensions → extensions}/markdown/highlight.d.ts +0 -0
  187. /package/dist/types/src/{components/TextEditor/extensions → extensions}/markdown/index.d.ts +0 -0
  188. /package/dist/types/src/{components/TextEditor/extensions → extensions}/mention.d.ts +0 -0
  189. /package/dist/types/src/{components/TextEditor/extensions → extensions}/table.d.ts +0 -0
  190. /package/dist/types/src/{components/TextEditor/extensions → extensions}/tasklist.d.ts +0 -0
  191. /package/dist/types/src/{components/TextEditor/extensions → extensions}/typewriter.d.ts +0 -0
  192. /package/dist/types/src/{hooks → extensions}/yjs/yjs.test.d.ts +0 -0
  193. /package/dist/types/src/{hooks/yjs → styles}/cursors.d.ts +0 -0
  194. /package/dist/types/src/{components/TextEditor/themes → themes}/index.d.ts +0 -0
  195. /package/dist/types/src/{components/TextEditor/extensions → util}/util.d.ts +0 -0
  196. /package/src/{components/TextEditor/extensions → extensions}/autocomplete.ts +0 -0
  197. /package/src/{components/TextEditor/extensions → extensions}/basic.ts +0 -0
  198. /package/src/{components/TextEditor/extensions → extensions}/blast.ts +0 -0
  199. /package/src/{components/TextEditor/extensions → extensions}/markdown/bundle.ts +0 -0
  200. /package/src/{components/TextEditor/extensions → extensions}/markdown/index.ts +0 -0
  201. /package/src/{components/TextEditor/extensions → extensions}/mention.ts +0 -0
  202. /package/src/{hooks/yjs → styles}/cursors.ts +0 -0
  203. /package/src/{components/TextEditor/themes → themes}/index.ts +0 -0
  204. /package/src/{components/TextEditor/extensions → util}/util.ts +0 -0
@@ -5,7 +5,18 @@ import { Doc, YText, YXmlFragment } from "@dxos/text-model";
5
5
  // packages/ui/react-ui-editor/src/components/TextEditor/index.ts
6
6
  import { tags as tags2 } from "@lezer/highlight";
7
7
 
8
- // packages/ui/react-ui-editor/src/components/TextEditor/extensions/autocomplete.ts
8
+ // packages/ui/react-ui-editor/src/components/TextEditor/TextEditor.tsx
9
+ import { EditorState as EditorState2 } from "@codemirror/state";
10
+ import { EditorView as EditorView12 } from "@codemirror/view";
11
+ import { useFocusableGroup } from "@fluentui/react-tabster";
12
+ import { vim } from "@replit/codemirror-vim";
13
+ import defaultsDeep2 from "lodash.defaultsdeep";
14
+ import React, { forwardRef, useCallback, useEffect, useImperativeHandle, useState } from "react";
15
+ import { generateName } from "@dxos/display-name";
16
+ import { useThemeContext } from "@dxos/react-ui";
17
+ import { getColorForValue, inputSurface, mx as mx3 } from "@dxos/react-ui-theme";
18
+
19
+ // packages/ui/react-ui-editor/src/extensions/autocomplete.ts
9
20
  import { autocompletion, completionKeymap } from "@codemirror/autocomplete";
10
21
  import { keymap } from "@codemirror/view";
11
22
  var autocomplete = ({ onSearch }) => {
@@ -38,741 +49,890 @@ var autocomplete = ({ onSearch }) => {
38
49
  ];
39
50
  };
40
51
 
41
- // packages/ui/react-ui-editor/src/components/TextEditor/extensions/basic.ts
42
- import { closeBrackets } from "@codemirror/autocomplete";
43
- import { bracketMatching, defaultHighlightStyle, syntaxHighlighting } from "@codemirror/language";
44
- import { oneDarkHighlightStyle } from "@codemirror/theme-one-dark";
45
- import { drawSelection, EditorView, placeholder } from "@codemirror/view";
46
- var basicBundle = ({ readonly, themeMode, placeholder: _placeholder }) => [
47
- EditorView.lineWrapping,
48
- // TODO(burdon): Compare with minimalSetup.
49
- // https://codemirror.net/docs/ref/#codemirror.minimalSetup
50
- bracketMatching(),
51
- closeBrackets(),
52
- drawSelection(),
53
- _placeholder && placeholder(_placeholder),
54
- // TODO(burdon): Is this required?
55
- themeMode === "dark" ? syntaxHighlighting(oneDarkHighlightStyle) : syntaxHighlighting(defaultHighlightStyle)
56
- ].filter(Boolean);
52
+ // packages/ui/react-ui-editor/src/extensions/automerge/automerge.ts
53
+ import { Facet as Facet2, StateField } from "@codemirror/state";
54
+ import { ViewPlugin } from "@codemirror/view";
55
+ import { next as A } from "@dxos/automerge/automerge";
57
56
 
58
- // packages/ui/react-ui-editor/src/components/TextEditor/extensions/blast.ts
59
- import { EditorView as EditorView2, keymap as keymap2 } from "@codemirror/view";
60
- import defaultsDeep from "lodash.defaultsdeep";
61
- import { invariant } from "@dxos/invariant";
62
- var __dxlog_file = "/home/runner/work/dxos/dxos/packages/ui/react-ui-editor/src/components/TextEditor/extensions/blast.ts";
63
- var defaultOptions = {
64
- effect: 2,
65
- maxParticles: 200,
66
- particleGravity: 0.08,
67
- particleAlphaFadeout: 0.996,
68
- particleSize: {
69
- min: 2,
70
- max: 8
71
- },
72
- particleNumRange: {
73
- min: 5,
74
- max: 10
75
- },
76
- particleVelocityRange: {
77
- x: [
78
- -1,
79
- 1
80
- ],
81
- y: [
82
- -3.5,
83
- -1.5
84
- ]
57
+ // packages/ui/react-ui-editor/src/extensions/automerge/cursor.ts
58
+ import get from "lodash.get";
59
+ import { next as automerge } from "@dxos/automerge/automerge";
60
+ var cursorConverter = (handle, path) => ({
61
+ // TODO(burdon): Handle assoc to associate with a previous character.
62
+ toCursor: (pos) => {
63
+ const doc = handle.docSync();
64
+ if (!doc) {
65
+ return "";
66
+ }
67
+ const value = get(doc, path);
68
+ if (typeof value === "string" && value.length <= pos) {
69
+ return "end";
70
+ }
71
+ return automerge.getCursor(doc, path.slice(), pos);
85
72
  },
86
- particleShrinkRate: 0.95,
87
- shakeIntensity: 5
88
- };
89
- var blast = (options = defaultOptions) => {
90
- let blaster;
91
- let last = 0;
92
- const getPoint = (view, pos) => {
93
- const { left: x = 0, top: y = 0 } = view.coordsForChar(pos) ?? {};
94
- const element = document.elementFromPoint(x, y);
95
- const { offsetLeft: left = 0, offsetTop: top = 0 } = view.scrollDOM.parentElement ?? {};
96
- const point = {
97
- x: x - left,
98
- y: y - top
99
- };
100
- return {
101
- element,
102
- point
103
- };
104
- };
105
- return [
106
- // Cursor moved.
107
- EditorView2.updateListener.of((update4) => {
108
- if (blaster?.node !== update4.view.scrollDOM) {
109
- if (blaster) {
110
- blaster.destroy();
111
- }
112
- blaster = new Blaster(update4.view.scrollDOM, defaultsDeep({
113
- particleGravity: 0.2,
114
- particleShrinkRate: 0.995,
115
- color: () => [
116
- 100 + Math.random() * 100,
117
- 0,
118
- 0
119
- ]
120
- }, options, defaultOptions));
121
- blaster.initialize();
122
- blaster.start();
73
+ fromCursor: (cursor) => {
74
+ if (cursor === "") {
75
+ return 0;
76
+ }
77
+ const doc = handle.docSync();
78
+ if (!doc) {
79
+ return 0;
80
+ }
81
+ if (cursor === "end") {
82
+ const value = get(doc, path);
83
+ if (typeof value === "string") {
84
+ return value.length;
123
85
  } else {
124
- blaster.resize();
125
- }
126
- const current = update4.state.selection.main.head;
127
- if (current !== last) {
128
- last = current;
129
- const { element, point } = getPoint(update4.view, current - 1);
130
- if (element && point) {
131
- blaster.spawn({
132
- element,
133
- point
134
- });
135
- }
136
- }
137
- }),
138
- keymap2.of([
139
- {
140
- any: (_, event) => {
141
- if (blaster) {
142
- if (event.key === "Enter" && event.shiftKey) {
143
- blaster.shake({
144
- time: 0.8
145
- });
146
- return true;
147
- }
148
- }
149
- return false;
150
- }
151
- }
152
- ])
153
- ];
154
- };
155
- var Blaster = class {
156
- constructor(_node, _options) {
157
- this._node = _node;
158
- this._options = _options;
159
- this._running = false;
160
- this._shakeTime = 0;
161
- this._shakeTimeMax = 0;
162
- this._particles = [];
163
- this._particlePointer = 0;
164
- this._lastPoint = {
165
- x: 0,
166
- y: 0
167
- };
168
- this.shake = throttle(({ time }) => {
169
- this._shakeTime = this._shakeTimeMax || time;
170
- this._shakeTimeMax = time;
171
- }, 100);
172
- this.spawn = throttle(({ element, point }) => {
173
- const color = getRGBComponents(element, this._options.color);
174
- const numParticles = random(this._options.particleNumRange.min, this._options.particleNumRange.max);
175
- const dir = this._lastPoint.x === point.x ? 0 : this._lastPoint.x < point.x ? 1 : -1;
176
- this._lastPoint = point;
177
- for (let i = numParticles; i--; i > 0) {
178
- this._particles[this._particlePointer] = this._effect.create(point.x - dir * 16, point.y, color);
179
- this._particlePointer = (this._particlePointer + 1) % this._options.maxParticles;
86
+ return 0;
180
87
  }
181
- }, 100);
182
- this._effect = this._options.effect === 1 ? new Effect1(_options) : new Effect2(_options);
183
- }
184
- get node() {
185
- return this._node;
186
- }
187
- initialize() {
188
- invariant(!this._canvas && !this._ctx, void 0, {
189
- F: __dxlog_file,
190
- L: 138,
191
- S: this,
192
- A: [
193
- "!this._canvas && !this._ctx",
194
- ""
195
- ]
196
- });
197
- this._canvas = document.createElement("canvas");
198
- this._canvas.id = "code-blast-canvas";
199
- this._canvas.style.position = "absolute";
200
- this._canvas.style.zIndex = "0";
201
- this._canvas.style.pointerEvents = "none";
202
- this._ctx = this._canvas.getContext("2d");
203
- const parent = this._node.parentElement?.parentElement;
204
- parent?.appendChild(this._canvas);
205
- this.resize();
206
- }
207
- destroy() {
208
- this.stop();
209
- if (this._canvas) {
210
- this._canvas.remove();
211
- this._canvas = void 0;
212
- this._ctx = void 0;
213
- }
214
- }
215
- resize() {
216
- if (this._node.parentElement && this._canvas) {
217
- const { offsetLeft: x, offsetTop: y, offsetWidth: width, offsetHeight: height } = this._node.parentElement;
218
- this._canvas.style.top = `${y}px`;
219
- this._canvas.style.left = `${x}px`;
220
- this._canvas.width = width;
221
- this._canvas.height = height;
222
88
  }
89
+ return automerge.getCursorPosition(doc, path.slice(), cursor);
223
90
  }
224
- start() {
225
- invariant(this._canvas && this._ctx, void 0, {
226
- F: __dxlog_file,
227
- L: 177,
228
- S: this,
229
- A: [
230
- "this._canvas && this._ctx",
231
- ""
232
- ]
91
+ });
92
+
93
+ // packages/ui/react-ui-editor/src/extensions/automerge/defs.ts
94
+ import { Annotation, StateEffect } from "@codemirror/state";
95
+ var effectType = StateEffect.define({});
96
+ var updateHeads = (newHeads) => effectType.of({
97
+ newHeads
98
+ });
99
+ var getLastHeads = (state, field) => state.field(field).lastHeads;
100
+ var getPath = (state, field) => state.field(field).path;
101
+ var reconcileAnnotationType = Annotation.define();
102
+ var isReconcileTx = (tr) => !!tr.annotation(reconcileAnnotationType);
103
+
104
+ // packages/ui/react-ui-editor/src/extensions/automerge/semaphore.ts
105
+ import { next as automerge2 } from "@dxos/automerge/automerge";
106
+
107
+ // packages/ui/react-ui-editor/src/extensions/automerge/update-automerge.ts
108
+ import { next as am } from "@dxos/automerge/automerge";
109
+ var updateAutomerge = (field, handle, transactions, state) => {
110
+ const { lastHeads, path } = state.field(field);
111
+ let hasChanges = false;
112
+ for (const tr of transactions) {
113
+ tr.changes.iterChanges(() => {
114
+ hasChanges = true;
233
115
  });
234
- this._running = true;
235
- this.loop();
236
116
  }
237
- stop() {
238
- this._running = false;
239
- this._node.style.transform = "translate(0px, 0px)";
117
+ if (!hasChanges) {
118
+ return void 0;
240
119
  }
241
- loop() {
242
- if (!this._running || !this._canvas || !this._ctx) {
243
- return;
120
+ const newHeads = handle.changeAt(lastHeads, (doc) => {
121
+ for (const tr of transactions) {
122
+ tr.changes.iterChanges((fromA, toA, _fromB, _toB, inserted) => {
123
+ am.splice(doc, path, fromA, toA - fromA, inserted.toString());
124
+ });
244
125
  }
245
- this._ctx.clearRect(0, 0, this._canvas.width ?? 0, this._canvas.height ?? 0);
246
- const now = (/* @__PURE__ */ new Date()).getTime();
247
- this._lastTime ??= now;
248
- const dt = (now - this._lastTime) / 1e3;
249
- this._lastTime = now;
250
- if (this._shakeTime > 0) {
251
- this._shakeTime -= dt;
252
- const magnitude = this._shakeTime / this._shakeTimeMax * this._options.shakeIntensity;
253
- const shakeX = random(-magnitude, magnitude);
254
- const shakeY = random(-magnitude, magnitude);
255
- this._node.style.transform = `translate(${shakeX}px,${shakeY}px)`;
256
- }
257
- this.drawParticles();
258
- requestAnimationFrame(this.loop.bind(this));
259
- }
260
- drawParticles() {
261
- for (let i = this._particles.length; i--; i > 0) {
262
- const particle = this._particles[i];
263
- if (!particle) {
264
- continue;
265
- }
266
- if (particle.alpha < 0.01 || particle.size <= 0.5) {
267
- continue;
268
- }
269
- this._effect.update(this._ctx, particle);
126
+ });
127
+ return newHeads ?? void 0;
128
+ };
129
+
130
+ // packages/ui/react-ui-editor/src/extensions/automerge/update-codemirror.ts
131
+ import { ChangeSet } from "@codemirror/state";
132
+ var updateCodeMirror = (view, selection, target, patches) => {
133
+ for (const patch of patches) {
134
+ const changeSpec = handlePatch(patch, target, view.state);
135
+ if (changeSpec != null) {
136
+ const changeSet = ChangeSet.of(changeSpec, view.state.doc.length, "\n");
137
+ selection = selection.map(changeSet, 1);
138
+ view.dispatch({
139
+ changes: changeSet,
140
+ annotations: reconcileAnnotationType.of({})
141
+ });
270
142
  }
271
143
  }
144
+ view.dispatch({
145
+ selection,
146
+ annotations: reconcileAnnotationType.of({})
147
+ });
272
148
  };
273
- var Effect = class {
274
- constructor(_options) {
275
- this._options = _options;
149
+ var handlePatch = (patch, target, state) => {
150
+ if (patch.action === "insert") {
151
+ return handleInsert(target, patch);
152
+ } else if (patch.action === "splice") {
153
+ return handleSplice(target, patch);
154
+ } else if (patch.action === "del") {
155
+ return handleDel(target, patch);
156
+ } else if (patch.action === "put") {
157
+ return handlePut(target, patch, state);
158
+ } else {
159
+ return null;
276
160
  }
277
161
  };
278
- var Effect1 = class extends Effect {
279
- create(x, y, color) {
280
- return {
281
- x,
282
- y: y + 10,
283
- vx: random(this._options.particleVelocityRange.x[0], this._options.particleVelocityRange.x[1]),
284
- vy: random(this._options.particleVelocityRange.y[0], this._options.particleVelocityRange.y[1]),
285
- size: random(this._options.particleSize.min, this._options.particleSize.max),
286
- color,
287
- alpha: 1
288
- };
289
- }
290
- update(ctx, particle) {
291
- particle.vy += this._options.particleGravity;
292
- particle.x += particle.vx;
293
- particle.y += particle.vy;
294
- particle.alpha *= this._options.particleAlphaFadeout;
295
- ctx.fillStyle = `rgba(${particle.color[0]},${particle.color[1]},${particle.color[2]},${particle.alpha})`;
296
- ctx.fillRect(Math.round(particle.x - 1), Math.round(particle.y - 1), particle.size, particle.size);
162
+ var handleInsert = (target, patch) => {
163
+ const index = charPath(target, patch.path);
164
+ if (index == null) {
165
+ return [];
297
166
  }
167
+ const text = patch.values.map((v) => v ? v.toString() : "").join("");
168
+ return [
169
+ {
170
+ from: index,
171
+ to: index,
172
+ insert: text
173
+ }
174
+ ];
298
175
  };
299
- var Effect2 = class extends Effect {
300
- create(x, y, color) {
301
- return {
302
- x,
303
- y: y + 10,
304
- vx: random(this._options.particleVelocityRange.x[0], this._options.particleVelocityRange.x[1]),
305
- vy: random(this._options.particleVelocityRange.y[0], this._options.particleVelocityRange.y[1]),
306
- size: random(this._options.particleSize.min, this._options.particleSize.max),
307
- color,
308
- alpha: 1,
309
- theta: random(0, 360) * Math.PI / 180,
310
- drag: 0.92,
311
- wander: 0.15
312
- };
313
- }
314
- update(ctx, particle) {
315
- particle.vy += this._options.particleGravity;
316
- particle.x += particle.vx;
317
- particle.y += particle.vy;
318
- particle.vx *= particle.drag;
319
- particle.vy *= particle.drag;
320
- particle.theta += random(-0.5, 0.5);
321
- particle.vx += Math.sin(particle.theta) * 0.1;
322
- particle.vy += Math.cos(particle.theta) * 0.1;
323
- particle.size *= this._options.particleShrinkRate;
324
- particle.alpha *= this._options.particleAlphaFadeout;
325
- ctx.fillStyle = `rgba(${particle.color[0]},${particle.color[1]},${particle.color[2]},${particle.alpha})`;
326
- ctx.beginPath();
327
- ctx.arc(Math.round(particle.x - 1), Math.round(particle.y - 1), particle.size, 0, 2 * Math.PI);
328
- ctx.fill();
176
+ var handleSplice = (target, patch) => {
177
+ const index = charPath(target, patch.path);
178
+ if (index == null) {
179
+ return [];
329
180
  }
330
- };
331
- function throttle(callback, limit) {
332
- let wait = false;
333
- return function(...args) {
334
- if (!wait) {
335
- callback.apply(this, args);
336
- wait = true;
337
- setTimeout(() => {
338
- wait = false;
339
- }, limit);
181
+ return [
182
+ {
183
+ from: index,
184
+ insert: patch.value
340
185
  }
341
- };
342
- }
343
- var getRGBComponents = (node, color) => {
344
- if (typeof color === "function") {
345
- return color();
186
+ ];
187
+ };
188
+ var handleDel = (target, patch) => {
189
+ const index = charPath(target, patch.path);
190
+ if (index == null) {
191
+ return [];
346
192
  }
347
- const bgColor = getComputedStyle(node).color;
348
- if (bgColor) {
349
- const x = bgColor.match(/(\d+), (\d+), (\d+)/)?.slice(1);
350
- if (x) {
351
- return x;
193
+ const length = patch.length || 1;
194
+ return [
195
+ {
196
+ from: index,
197
+ to: index + length
352
198
  }
199
+ ];
200
+ };
201
+ var handlePut = (target, patch, state) => {
202
+ const index = charPath(target, [
203
+ ...patch.path,
204
+ 0
205
+ ]);
206
+ if (index == null) {
207
+ return [];
208
+ }
209
+ const length = state.doc.length;
210
+ if (typeof patch.value !== "string") {
211
+ return [];
353
212
  }
354
213
  return [
355
- 50,
356
- 50,
357
- 50
214
+ {
215
+ from: 0,
216
+ to: length,
217
+ insert: patch.value
218
+ }
358
219
  ];
359
220
  };
360
- var random = (min, max) => {
361
- if (!max) {
362
- max = min;
363
- min = 0;
221
+ var charPath = (textPath, candidatePath) => {
222
+ if (candidatePath.length !== textPath.length + 1) {
223
+ return null;
364
224
  }
365
- return min + ~~(Math.random() * (max - min + 1));
225
+ for (let i = 0; i < textPath.length; i++) {
226
+ if (textPath[i] !== candidatePath[i]) {
227
+ return null;
228
+ }
229
+ }
230
+ const index = candidatePath[candidatePath.length - 1];
231
+ if (typeof index === "number") {
232
+ return index;
233
+ }
234
+ return null;
366
235
  };
367
236
 
368
- // packages/ui/react-ui-editor/src/components/TextEditor/extensions/code.ts
369
- import { ViewPlugin, EditorView as EditorView3, Decoration } from "@codemirror/view";
370
- import get from "lodash.get";
371
- import { mx as mx2 } from "@dxos/react-ui-theme";
237
+ // packages/ui/react-ui-editor/src/extensions/automerge/semaphore.ts
238
+ var PatchSemaphore = class {
239
+ constructor(_field) {
240
+ this._field = _field;
241
+ this._inReconcile = false;
242
+ this._queue = [];
243
+ this.reconcile = (handle, view) => {
244
+ if (this._inReconcile) {
245
+ return;
246
+ }
247
+ this._inReconcile = true;
248
+ const path = getPath(view.state, this._field);
249
+ const oldHeads = getLastHeads(view.state, this._field);
250
+ let selection = view.state.selection;
251
+ const transactions = view.state.field(this._field).unreconciledTransactions.filter((tx) => !isReconcileTx(tx));
252
+ const toInvert = transactions.slice().reverse();
253
+ for (const tx of toInvert) {
254
+ const inverted = tx.changes.invert(tx.startState.doc);
255
+ selection = selection.map(inverted);
256
+ view.dispatch({
257
+ changes: inverted,
258
+ annotations: reconcileAnnotationType.of(true)
259
+ });
260
+ }
261
+ let newHeads = updateAutomerge(this._field, handle, transactions, view.state);
262
+ if (newHeads === null || newHeads === void 0) {
263
+ newHeads = automerge2.getHeads(handle.docSync());
264
+ }
265
+ const diff = automerge2.equals(oldHeads, newHeads) ? [] : automerge2.diff(handle.docSync(), oldHeads, newHeads);
266
+ updateCodeMirror(view, selection, path, diff);
267
+ view.dispatch({
268
+ effects: updateHeads(newHeads),
269
+ annotations: reconcileAnnotationType.of({})
270
+ });
271
+ this._inReconcile = false;
272
+ };
273
+ }
274
+ };
372
275
 
373
- // packages/ui/react-ui-editor/src/styles/markdown.ts
374
- import { mx } from "@dxos/react-ui-theme";
375
- var headings = {
376
- 1: [
377
- "mbs-4 mbe-2 font-medium text-inherit no-underline text-4xl",
378
- "-ml-[10px]"
379
- ],
380
- 2: [
381
- "mbs-4 mbe-2 font-medium text-inherit no-underline text-3xl",
382
- "-ml-[8px]"
383
- ],
384
- 3: [
385
- "mbs-4 mbe-2 font-medium text-inherit no-underline text-2xl",
386
- "-ml-[7px]"
387
- ],
388
- 4: [
389
- "mbs-4 mbe-2 font-medium text-inherit no-underline text-xl",
390
- "-ml-[6px]"
391
- ],
392
- 5: [
393
- "mbs-4 mbe-2 font-medium text-inherit no-underline text-lg",
394
- "-ml-[5px]"
395
- ],
396
- 6: [
397
- "mbs-4 mbe-2 font-medium text-inherit no-underline",
398
- "-ml-[4px]"
399
- ]
276
+ // packages/ui/react-ui-editor/src/util/cursor.ts
277
+ import { Facet } from "@codemirror/state";
278
+ var DEFAULT_CURSOR_CONVERTER = {
279
+ toCursor: (position) => position.toString(),
280
+ fromCursor: (cursor) => parseInt(cursor)
400
281
  };
401
- var heading = (level, readonly) => {
402
- const [style, offset] = headings[level];
403
- return mx(style, readonly && offset);
282
+ var CursorConverter = Facet.define({
283
+ combine: (providers) => providers[0] ?? DEFAULT_CURSOR_CONVERTER
284
+ });
285
+
286
+ // packages/ui/react-ui-editor/src/util/util.ts
287
+ import { log } from "@dxos/log";
288
+ var __dxlog_file = "/home/runner/work/dxos/dxos/packages/ui/react-ui-editor/src/util/util.ts";
289
+ var callbackWrapper = (fn) => (...args) => {
290
+ try {
291
+ return fn(...args);
292
+ } catch (error) {
293
+ log.catch(error, void 0, {
294
+ F: __dxlog_file,
295
+ L: 16,
296
+ S: void 0,
297
+ C: (f, a) => f(...a)
298
+ });
299
+ }
404
300
  };
405
- var light = "text-neutral-200 dark:text-neutral-800";
406
- var mark = mx("!font-normal !no-underline !text-inherit opacity-40", light);
407
- var bold = "font-bold";
408
- var italic = "italic";
409
- var strikethrough = "line-through";
410
- var code = "font-mono !no-underline text-neutral-700 dark:text-neutral-300";
411
- var codeMark = "font-mono text-primary-500";
412
- var inlineUrl = mx(code, "px-1");
413
- var blockquote = mx("pl-1 mr-1 border-is-4 border-primary-500/70 dark:border-primary-500/30", light);
414
301
 
415
- // packages/ui/react-ui-editor/src/styles/tokens.ts
416
- import { tailwindConfig } from "@dxos/react-ui-theme";
417
- var tokens = tailwindConfig({}).theme;
302
+ // packages/ui/react-ui-editor/src/extensions/automerge/automerge.ts
303
+ var semaphoreFacet = Facet2.define({
304
+ combine: (values) => values.at(-1)
305
+ });
306
+ var automerge3 = ({ handle, path }) => {
307
+ const stateField = StateField.define({
308
+ create: () => ({
309
+ lastHeads: A.getHeads(handle.docSync()),
310
+ unreconciledTransactions: [],
311
+ path: path.slice()
312
+ }),
313
+ update: (value, tr) => {
314
+ const result = {
315
+ lastHeads: value.lastHeads,
316
+ unreconciledTransactions: value.unreconciledTransactions.slice(),
317
+ path: path.slice()
318
+ };
319
+ let clearUnreconciled = false;
320
+ for (const effect of tr.effects) {
321
+ if (effect.is(effectType)) {
322
+ result.lastHeads = effect.value.newHeads;
323
+ clearUnreconciled = true;
324
+ }
325
+ }
326
+ if (clearUnreconciled) {
327
+ result.unreconciledTransactions = [];
328
+ } else {
329
+ if (!isReconcileTx(tr)) {
330
+ result.unreconciledTransactions.push(tr);
331
+ }
332
+ }
333
+ return result;
334
+ }
335
+ });
336
+ const semaphore = new PatchSemaphore(stateField);
337
+ const viewPlugin = ViewPlugin.fromClass(class AutomergeCodemirrorViewPlugin {
338
+ constructor(_view) {
339
+ this._view = _view;
340
+ this._handleChange = () => {
341
+ this._view.state.facet(semaphoreFacet).reconcile(handle, this._view);
342
+ };
343
+ handle.addListener("change", this._handleChange);
344
+ }
345
+ update(update2) {
346
+ if (update2.transactions.length > 0 && update2.transactions.some((tr) => !isReconcileTx(tr))) {
347
+ queueMicrotask(() => {
348
+ this._view.state.facet(semaphoreFacet).reconcile(handle, this._view);
349
+ });
350
+ }
351
+ }
352
+ destroy() {
353
+ handle.addListener("change", this._handleChange);
354
+ }
355
+ });
356
+ return {
357
+ extension: [
358
+ CursorConverter.of(cursorConverter(handle, path)),
359
+ semaphoreFacet.of(semaphore),
360
+ stateField,
361
+ viewPlugin
362
+ ]
363
+ };
364
+ };
418
365
 
419
- // packages/ui/react-ui-editor/src/components/TextEditor/extensions/code.ts
420
- var CODE_REGEX = /```[\s\S]*?```/gs;
421
- var styles = EditorView3.baseTheme({
422
- "& .cm-codeblock": {
423
- fontFamily: get(tokens, "fontFamily.mono", []).join(",")
424
- },
425
- '&light [aria-readonly="true"] .cm-codeblock': {
426
- background: get(tokens, "extend.colors.neutral.50")
427
- },
428
- '&dark [aria-readonly="true"] .cm-codeblock': {
429
- background: get(tokens, "extend.colors.neutral.850")
366
+ // packages/ui/react-ui-editor/src/extensions/awareness.ts
367
+ import { Annotation as Annotation2, Facet as Facet3, RangeSet } from "@codemirror/state";
368
+ import { Decoration, EditorView, ViewPlugin as ViewPlugin2, WidgetType } from "@codemirror/view";
369
+ import { Event } from "@dxos/async";
370
+ import { Context } from "@dxos/context";
371
+ var dummyProvider = {
372
+ remoteStateChange: new Event(),
373
+ open: () => {
430
374
  },
431
- '& [aria-readonly="true"] .cm-codeblock': {
432
- display: "block",
433
- paddingInline: "4px !important"
375
+ close: () => {
434
376
  },
435
- '& [aria-readonly="true"] .cm-codeblock-first': {
436
- paddingTop: "4px !important",
437
- borderTopLeftRadius: "4px",
438
- borderTopRightRadius: "4px"
377
+ update: () => {
439
378
  },
440
- '& [aria-readonly="true"] .cm-codeblock-last': {
441
- paddingBottom: "4px !important",
442
- borderBottomLeftRadius: "4px",
443
- borderBottomRightRadius: "4px"
444
- }
379
+ getRemoteStates: () => []
380
+ };
381
+ var AwarenessProvider = Facet3.define({
382
+ combine: (providers) => providers[0] ?? dummyProvider
445
383
  });
446
- var getLineRange = (lines, from, to) => {
447
- const start = lines.findIndex((line) => line.from >= from);
448
- const end = lines.findIndex((line) => line.to >= to);
384
+ var RemoteSelectionChangedAnnotation = Annotation2.define();
385
+ var awareness = (provider = dummyProvider) => {
449
386
  return [
450
- start,
451
- end
387
+ AwarenessProvider.of(provider),
388
+ ViewPlugin2.fromClass(RemoteSelectionsDecorator, {
389
+ decorations: (value) => value.decorations
390
+ }),
391
+ styles
452
392
  ];
453
393
  };
454
- var code2 = () => {
455
- const getDecorations = (view) => {
394
+ var RemoteSelectionsDecorator = class {
395
+ constructor(view) {
396
+ this.decorations = RangeSet.of([]);
397
+ this._ctx = new Context();
398
+ this._lastAnchor = void 0;
399
+ this._lastHead = void 0;
400
+ this._cursorConverter = view.state.facet(CursorConverter);
401
+ this._provider = view.state.facet(AwarenessProvider);
402
+ this._provider.open();
403
+ this._provider.remoteStateChange.on(this._ctx, () => {
404
+ view.dispatch({
405
+ annotations: [
406
+ RemoteSelectionChangedAnnotation.of([])
407
+ ]
408
+ });
409
+ });
410
+ }
411
+ destroy() {
412
+ void this._ctx.dispose();
413
+ this._provider.close();
414
+ }
415
+ update(update2) {
416
+ this._updateLocalSelection(update2);
417
+ this._updateRemoteSelections(update2);
418
+ }
419
+ _updateLocalSelection(update2) {
420
+ const hasFocus = update2.view.hasFocus && update2.view.dom.ownerDocument.hasFocus();
421
+ const { anchor = void 0, head = void 0 } = hasFocus ? update2.state.selection.main : {};
422
+ if (this._lastAnchor === anchor && this._lastHead === head) {
423
+ return;
424
+ }
425
+ this._lastAnchor = anchor;
426
+ this._lastHead = head;
427
+ this._provider.update(anchor !== void 0 && head !== void 0 ? {
428
+ anchor: this._cursorConverter.toCursor(anchor),
429
+ head: this._cursorConverter.toCursor(head)
430
+ } : void 0);
431
+ }
432
+ _updateRemoteSelections(update2) {
456
433
  const decorations = [];
457
- if (view.state.readOnly) {
458
- const text = view.state.doc.sliceString(0);
459
- const matches = text.matchAll(CODE_REGEX);
460
- const blocks = view.viewportLineBlocks;
461
- for (const match of matches) {
462
- const range = getLineRange(blocks, match.index, match.index + match[0].length);
463
- for (let i = range[0]; i <= range[1]; i++) {
464
- const block = blocks[i];
465
- decorations.push(Decoration.line({
466
- class: mx2("cm-codeblock", i === range[0] && "cm-codeblock-first", i === range[1] && "cm-codeblock-last")
467
- }).range(block.from));
434
+ const awarenessStates = this._provider.getRemoteStates();
435
+ for (const state of awarenessStates) {
436
+ const anchor = state.position?.anchor ? this._cursorConverter.fromCursor(state.position.anchor) : null;
437
+ const head = state.position?.head ? this._cursorConverter.fromCursor(state.position.head) : null;
438
+ if (anchor == null || head == null) {
439
+ continue;
440
+ }
441
+ const start = Math.min(Math.min(anchor, head), update2.view.state.doc.length);
442
+ const end = Math.min(Math.max(anchor, head), update2.view.state.doc.length);
443
+ const startLine = update2.view.state.doc.lineAt(start);
444
+ const endLine = update2.view.state.doc.lineAt(end);
445
+ const color = state.info.color ?? "#30bced";
446
+ const lightColor = state.info.lightColor ?? color + "33";
447
+ if (startLine.number === endLine.number) {
448
+ decorations.push({
449
+ from: start,
450
+ to: end,
451
+ value: Decoration.mark({
452
+ attributes: {
453
+ style: `background-color: ${lightColor}`
454
+ },
455
+ class: "cm-ySelection"
456
+ })
457
+ });
458
+ } else {
459
+ decorations.push({
460
+ from: start,
461
+ to: startLine.from + startLine.length,
462
+ value: Decoration.mark({
463
+ attributes: {
464
+ style: `background-color: ${color}`
465
+ },
466
+ class: "cm-ySelection"
467
+ })
468
+ });
469
+ decorations.push({
470
+ from: endLine.from,
471
+ to: end,
472
+ value: Decoration.mark({
473
+ attributes: {
474
+ style: `background-color: ${color}`
475
+ },
476
+ class: "cm-ySelection"
477
+ })
478
+ });
479
+ for (let i = startLine.number + 1; i < endLine.number; i++) {
480
+ const linePos = update2.view.state.doc.line(i).from;
481
+ decorations.push({
482
+ from: linePos,
483
+ to: linePos,
484
+ value: Decoration.line({
485
+ attributes: {
486
+ style: `background-color: ${color}`,
487
+ class: "cm-yLineSelection"
488
+ }
489
+ })
490
+ });
468
491
  }
469
492
  }
493
+ decorations.push({
494
+ from: head,
495
+ to: head,
496
+ value: Decoration.widget({
497
+ side: head - anchor > 0 ? -1 : 1,
498
+ block: false,
499
+ widget: new RemoteCaretWidget(state.info.displayName ?? "Anonymous", color)
500
+ })
501
+ });
470
502
  }
471
- return Decoration.set(decorations);
503
+ this.decorations = Decoration.set(decorations, true);
504
+ }
505
+ };
506
+ var RemoteCaretWidget = class extends WidgetType {
507
+ constructor(name, color) {
508
+ super();
509
+ this.name = name;
510
+ this.color = color;
511
+ this.name = name;
512
+ this.color = color;
513
+ }
514
+ toDOM() {
515
+ const span = document.createElement("span");
516
+ span.className = "cm-ySelectionCaret";
517
+ span.style.backgroundColor = this.color;
518
+ span.style.borderColor = this.color;
519
+ const dot = document.createElement("div");
520
+ dot.className = "cm-ySelectionCaretDot";
521
+ const info = document.createElement("div");
522
+ info.className = "cm-ySelectionInfo";
523
+ info.innerText = this.name;
524
+ span.appendChild(document.createTextNode("\u2060"));
525
+ span.appendChild(dot);
526
+ span.appendChild(document.createTextNode("\u2060"));
527
+ span.appendChild(info);
528
+ span.appendChild(document.createTextNode("\u2060"));
529
+ return span;
530
+ }
531
+ eq(widget) {
532
+ return widget.color === this.color;
533
+ }
534
+ compare(widget) {
535
+ return widget.color === this.color;
536
+ }
537
+ updateDOM() {
538
+ return false;
539
+ }
540
+ get estimatedHeight() {
541
+ return -1;
542
+ }
543
+ ignoreEvent() {
544
+ return true;
545
+ }
546
+ };
547
+ var styles = EditorView.baseTheme({
548
+ ".cm-ySelection": {},
549
+ ".cm-yLineSelection": {
550
+ padding: 0,
551
+ margin: "0px 2px 0px 4px"
552
+ },
553
+ ".cm-ySelectionCaret": {
554
+ position: "relative",
555
+ borderLeft: "1px solid black",
556
+ borderRight: "1px solid black",
557
+ marginLeft: "-1px",
558
+ marginRight: "-1px",
559
+ boxSizing: "border-box",
560
+ display: "inline"
561
+ },
562
+ ".cm-ySelectionCaretDot": {
563
+ borderRadius: "50%",
564
+ position: "absolute",
565
+ width: ".4em",
566
+ height: ".4em",
567
+ top: "-.2em",
568
+ left: "-.2em",
569
+ backgroundColor: "inherit",
570
+ transition: "transform .3s ease-in-out",
571
+ boxSizing: "border-box"
572
+ },
573
+ ".cm-ySelectionCaret:hover > .cm-ySelectionCaretDot": {
574
+ transformOrigin: "bottom center",
575
+ transform: "scale(0)"
576
+ },
577
+ ".cm-ySelectionInfo": {
578
+ position: "absolute",
579
+ top: "-1.05em",
580
+ left: "-1px",
581
+ fontSize: ".75em",
582
+ fontFamily: "serif",
583
+ fontStyle: "normal",
584
+ fontWeight: "normal",
585
+ lineHeight: "normal",
586
+ userSelect: "none",
587
+ color: "white",
588
+ paddingLeft: "2px",
589
+ paddingRight: "2px",
590
+ zIndex: 101,
591
+ transition: "opacity .3s ease-in-out",
592
+ backgroundColor: "inherit",
593
+ // these should be separate
594
+ opacity: 0,
595
+ transitionDelay: "0s",
596
+ whiteSpace: "nowrap"
597
+ },
598
+ ".cm-ySelectionCaret:hover > .cm-ySelectionInfo": {
599
+ opacity: 1,
600
+ transitionDelay: "0s"
601
+ }
602
+ });
603
+
604
+ // packages/ui/react-ui-editor/src/extensions/basic.ts
605
+ import { closeBrackets } from "@codemirror/autocomplete";
606
+ import { bracketMatching, defaultHighlightStyle, syntaxHighlighting } from "@codemirror/language";
607
+ import { oneDarkHighlightStyle } from "@codemirror/theme-one-dark";
608
+ import { drawSelection, EditorView as EditorView2, placeholder } from "@codemirror/view";
609
+ var basicBundle = ({ readonly, themeMode, placeholder: _placeholder }) => [
610
+ EditorView2.lineWrapping,
611
+ // TODO(burdon): Compare with minimalSetup.
612
+ // https://codemirror.net/docs/ref/#codemirror.minimalSetup
613
+ bracketMatching(),
614
+ closeBrackets(),
615
+ drawSelection(),
616
+ _placeholder && placeholder(_placeholder),
617
+ // TODO(burdon): Is this required?
618
+ themeMode === "dark" ? syntaxHighlighting(oneDarkHighlightStyle) : syntaxHighlighting(defaultHighlightStyle)
619
+ ].filter(Boolean);
620
+
621
+ // packages/ui/react-ui-editor/src/extensions/blast.ts
622
+ import { EditorView as EditorView3, keymap as keymap2 } from "@codemirror/view";
623
+ import defaultsDeep from "lodash.defaultsdeep";
624
+ import { invariant } from "@dxos/invariant";
625
+ var __dxlog_file2 = "/home/runner/work/dxos/dxos/packages/ui/react-ui-editor/src/extensions/blast.ts";
626
+ var defaultOptions = {
627
+ effect: 2,
628
+ maxParticles: 200,
629
+ particleGravity: 0.08,
630
+ particleAlphaFadeout: 0.996,
631
+ particleSize: {
632
+ min: 2,
633
+ max: 8
634
+ },
635
+ particleNumRange: {
636
+ min: 5,
637
+ max: 10
638
+ },
639
+ particleVelocityRange: {
640
+ x: [
641
+ -1,
642
+ 1
643
+ ],
644
+ y: [
645
+ -3.5,
646
+ -1.5
647
+ ]
648
+ },
649
+ particleShrinkRate: 0.95,
650
+ shakeIntensity: 5
651
+ };
652
+ var blast = (options = defaultOptions) => {
653
+ let blaster;
654
+ let last = 0;
655
+ const getPoint = (view, pos) => {
656
+ const { left: x = 0, top: y = 0 } = view.coordsForChar(pos) ?? {};
657
+ const element = document.elementFromPoint(x, y);
658
+ const { offsetLeft: left = 0, offsetTop: top = 0 } = view.scrollDOM.parentElement ?? {};
659
+ const point = {
660
+ x: x - left,
661
+ y: y - top
662
+ };
663
+ return {
664
+ element,
665
+ point
666
+ };
472
667
  };
473
668
  return [
474
- ViewPlugin.fromClass(class {
475
- constructor(view) {
476
- this.decorations = getDecorations(view);
669
+ // Cursor moved.
670
+ EditorView3.updateListener.of((update2) => {
671
+ if (blaster?.node !== update2.view.scrollDOM) {
672
+ if (blaster) {
673
+ blaster.destroy();
674
+ }
675
+ blaster = new Blaster(update2.view.scrollDOM, defaultsDeep({
676
+ particleGravity: 0.2,
677
+ particleShrinkRate: 0.995,
678
+ color: () => [
679
+ 100 + Math.random() * 100,
680
+ 0,
681
+ 0
682
+ ]
683
+ }, options, defaultOptions));
684
+ blaster.initialize();
685
+ blaster.start();
686
+ } else {
687
+ blaster.resize();
688
+ }
689
+ const current = update2.state.selection.main.head;
690
+ if (current !== last) {
691
+ last = current;
692
+ const { element, point } = getPoint(update2.view, current - 1);
693
+ if (element && point) {
694
+ blaster.spawn({
695
+ element,
696
+ point
697
+ });
698
+ }
477
699
  }
478
- update(update4) {
479
- if (update4.docChanged || update4.viewportChanged) {
480
- this.decorations = getDecorations(update4.view);
700
+ }),
701
+ keymap2.of([
702
+ {
703
+ any: (_, event) => {
704
+ if (blaster) {
705
+ if (event.key === "Enter" && event.shiftKey) {
706
+ blaster.shake({
707
+ time: 0.8
708
+ });
709
+ return true;
710
+ }
711
+ }
712
+ return false;
481
713
  }
482
714
  }
483
- }, {
484
- decorations: (value) => value.decorations
485
- }),
486
- styles
715
+ ])
487
716
  ];
488
717
  };
489
-
490
- // packages/ui/react-ui-editor/src/components/TextEditor/extensions/comments.ts
491
- import { StateEffect as StateEffect2, StateField as StateField3 } from "@codemirror/state";
492
- import { hoverTooltip, keymap as keymap3, Decoration as Decoration2, EditorView as EditorView4, MatchDecorator, ViewPlugin as ViewPlugin3, WidgetType } from "@codemirror/view";
493
- import sortBy from "lodash.sortby";
494
- import { debounce } from "@dxos/async";
495
- import { invariant as invariant3 } from "@dxos/invariant";
496
- import { log as log3 } from "@dxos/log";
497
- import { nonNullable } from "@dxos/util";
498
-
499
- // packages/ui/react-ui-editor/src/components/TextEditor/extensions/util.ts
500
- import { log } from "@dxos/log";
501
- var __dxlog_file2 = "/home/runner/work/dxos/dxos/packages/ui/react-ui-editor/src/components/TextEditor/extensions/util.ts";
502
- var callbackWrapper = (fn) => (...args) => {
503
- try {
504
- return fn(...args);
505
- } catch (error) {
506
- log.catch(error, void 0, {
718
+ var Blaster = class {
719
+ constructor(_node, _options) {
720
+ this._node = _node;
721
+ this._options = _options;
722
+ this._running = false;
723
+ this._shakeTime = 0;
724
+ this._shakeTimeMax = 0;
725
+ this._particles = [];
726
+ this._particlePointer = 0;
727
+ this._lastPoint = {
728
+ x: 0,
729
+ y: 0
730
+ };
731
+ this.shake = throttle(({ time }) => {
732
+ this._shakeTime = this._shakeTimeMax || time;
733
+ this._shakeTimeMax = time;
734
+ }, 100);
735
+ this.spawn = throttle(({ element, point }) => {
736
+ const color = getRGBComponents(element, this._options.color);
737
+ const numParticles = random(this._options.particleNumRange.min, this._options.particleNumRange.max);
738
+ const dir = this._lastPoint.x === point.x ? 0 : this._lastPoint.x < point.x ? 1 : -1;
739
+ this._lastPoint = point;
740
+ for (let i = numParticles; i--; i > 0) {
741
+ this._particles[this._particlePointer] = this._effect.create(point.x - dir * 16, point.y, color);
742
+ this._particlePointer = (this._particlePointer + 1) % this._options.maxParticles;
743
+ }
744
+ }, 100);
745
+ this._effect = this._options.effect === 1 ? new Effect1(_options) : new Effect2(_options);
746
+ }
747
+ get node() {
748
+ return this._node;
749
+ }
750
+ initialize() {
751
+ invariant(!this._canvas && !this._ctx, void 0, {
507
752
  F: __dxlog_file2,
508
- L: 16,
509
- S: void 0,
510
- C: (f, a) => f(...a)
753
+ L: 138,
754
+ S: this,
755
+ A: [
756
+ "!this._canvas && !this._ctx",
757
+ ""
758
+ ]
511
759
  });
760
+ this._canvas = document.createElement("canvas");
761
+ this._canvas.id = "code-blast-canvas";
762
+ this._canvas.style.position = "absolute";
763
+ this._canvas.style.zIndex = "0";
764
+ this._canvas.style.pointerEvents = "none";
765
+ this._ctx = this._canvas.getContext("2d");
766
+ const parent = this._node.parentElement?.parentElement;
767
+ parent?.appendChild(this._canvas);
768
+ this.resize();
512
769
  }
513
- };
514
-
515
- // packages/ui/react-ui-editor/src/hooks/useTextModel.ts
516
- import { StateField as StateField2 } from "@codemirror/state";
517
- import get2 from "lodash.get";
518
- import { useEffect, useState } from "react";
519
- import { yCollab } from "y-codemirror.next";
520
- import * as Y from "yjs";
521
- import { invariant as invariant2 } from "@dxos/invariant";
522
- import { getRawDoc, isActualAutomergeObject } from "@dxos/react-client/echo";
523
- import { arrayToString, stringToArray } from "@dxos/util";
524
-
525
- // packages/ui/react-ui-editor/src/hooks/automerge/plugin.ts
526
- import { Annotation, Facet, StateEffect, StateField } from "@codemirror/state";
527
- import { ViewPlugin as ViewPlugin2 } from "@codemirror/view";
528
- import * as automerge2 from "@dxos/automerge/automerge";
529
-
530
- // packages/ui/react-ui-editor/src/hooks/automerge/semaphore.ts
531
- import { next as automerge } from "@dxos/automerge/automerge";
532
-
533
- // packages/ui/react-ui-editor/src/hooks/automerge/update-automerge.ts
534
- import { next as am } from "@dxos/automerge/automerge";
535
- var updateAutomerge = (field, handle, transactions, state) => {
536
- const { lastHeads, path } = state.field(field);
537
- let hasChanges = false;
538
- for (const tr of transactions) {
539
- tr.changes.iterChanges(() => {
540
- hasChanges = true;
770
+ destroy() {
771
+ this.stop();
772
+ if (this._canvas) {
773
+ this._canvas.remove();
774
+ this._canvas = void 0;
775
+ this._ctx = void 0;
776
+ }
777
+ }
778
+ resize() {
779
+ if (this._node.parentElement && this._canvas) {
780
+ const { offsetLeft: x, offsetTop: y, offsetWidth: width, offsetHeight: height } = this._node.parentElement;
781
+ this._canvas.style.top = `${y}px`;
782
+ this._canvas.style.left = `${x}px`;
783
+ this._canvas.width = width;
784
+ this._canvas.height = height;
785
+ }
786
+ }
787
+ start() {
788
+ invariant(this._canvas && this._ctx, void 0, {
789
+ F: __dxlog_file2,
790
+ L: 177,
791
+ S: this,
792
+ A: [
793
+ "this._canvas && this._ctx",
794
+ ""
795
+ ]
541
796
  });
797
+ this._running = true;
798
+ this.loop();
542
799
  }
543
- if (!hasChanges) {
544
- return void 0;
800
+ stop() {
801
+ this._running = false;
802
+ this._node.style.transform = "translate(0px, 0px)";
545
803
  }
546
- const newHeads = handle.changeAt(lastHeads, (doc) => {
547
- for (const tr of transactions) {
548
- tr.changes.iterChanges((fromA, toA, _fromB, _toB, inserted) => {
549
- am.splice(doc, path, fromA, toA - fromA, inserted.toString());
550
- });
804
+ loop() {
805
+ if (!this._running || !this._canvas || !this._ctx) {
806
+ return;
551
807
  }
552
- });
553
- return newHeads ?? void 0;
554
- };
555
-
556
- // packages/ui/react-ui-editor/src/hooks/automerge/update-codemirror.ts
557
- import { ChangeSet } from "@codemirror/state";
558
- var updateCodeMirror = (view, selection, target, patches) => {
559
- for (const patch of patches) {
560
- const changeSpec = handlePatch(patch, target, view.state);
561
- if (changeSpec != null) {
562
- const changeSet = ChangeSet.of(changeSpec, view.state.doc.length, "\n");
563
- selection = selection.map(changeSet, 1);
564
- view.dispatch({
565
- changes: changeSet,
566
- annotations: reconcileAnnotationType.of({})
567
- });
808
+ this._ctx.clearRect(0, 0, this._canvas.width ?? 0, this._canvas.height ?? 0);
809
+ const now = (/* @__PURE__ */ new Date()).getTime();
810
+ this._lastTime ??= now;
811
+ const dt = (now - this._lastTime) / 1e3;
812
+ this._lastTime = now;
813
+ if (this._shakeTime > 0) {
814
+ this._shakeTime -= dt;
815
+ const magnitude = this._shakeTime / this._shakeTimeMax * this._options.shakeIntensity;
816
+ const shakeX = random(-magnitude, magnitude);
817
+ const shakeY = random(-magnitude, magnitude);
818
+ this._node.style.transform = `translate(${shakeX}px,${shakeY}px)`;
568
819
  }
820
+ this.drawParticles();
821
+ requestAnimationFrame(this.loop.bind(this));
569
822
  }
570
- view.dispatch({
571
- selection,
572
- annotations: reconcileAnnotationType.of({})
573
- });
574
- };
575
- var handlePatch = (patch, target, state) => {
576
- if (patch.action === "insert") {
577
- return handleInsert(target, patch);
578
- } else if (patch.action === "splice") {
579
- return handleSplice(target, patch);
580
- } else if (patch.action === "del") {
581
- return handleDel(target, patch);
582
- } else if (patch.action === "put") {
583
- return handlePut(target, patch, state);
584
- } else {
585
- return null;
823
+ drawParticles() {
824
+ for (let i = this._particles.length; i--; i > 0) {
825
+ const particle = this._particles[i];
826
+ if (!particle) {
827
+ continue;
828
+ }
829
+ if (particle.alpha < 0.01 || particle.size <= 0.5) {
830
+ continue;
831
+ }
832
+ this._effect.update(this._ctx, particle);
833
+ }
586
834
  }
587
835
  };
588
- var handleInsert = (target, patch) => {
589
- const index = charPath(target, patch.path);
590
- if (index == null) {
591
- return [];
836
+ var Effect = class {
837
+ constructor(_options) {
838
+ this._options = _options;
592
839
  }
593
- const text = patch.values.map((v) => v ? v.toString() : "").join("");
594
- return [
595
- {
596
- from: index,
597
- to: index,
598
- insert: text
599
- }
600
- ];
601
840
  };
602
- var handleSplice = (target, patch) => {
603
- const index = charPath(target, patch.path);
604
- if (index == null) {
605
- return [];
841
+ var Effect1 = class extends Effect {
842
+ create(x, y, color) {
843
+ return {
844
+ x,
845
+ y: y + 10,
846
+ vx: random(this._options.particleVelocityRange.x[0], this._options.particleVelocityRange.x[1]),
847
+ vy: random(this._options.particleVelocityRange.y[0], this._options.particleVelocityRange.y[1]),
848
+ size: random(this._options.particleSize.min, this._options.particleSize.max),
849
+ color,
850
+ alpha: 1
851
+ };
606
852
  }
607
- return [
608
- {
609
- from: index,
610
- insert: patch.value
611
- }
612
- ];
613
- };
614
- var handleDel = (target, patch) => {
615
- const index = charPath(target, patch.path);
616
- if (index == null) {
617
- return [];
853
+ update(ctx, particle) {
854
+ particle.vy += this._options.particleGravity;
855
+ particle.x += particle.vx;
856
+ particle.y += particle.vy;
857
+ particle.alpha *= this._options.particleAlphaFadeout;
858
+ ctx.fillStyle = `rgba(${particle.color[0]},${particle.color[1]},${particle.color[2]},${particle.alpha})`;
859
+ ctx.fillRect(Math.round(particle.x - 1), Math.round(particle.y - 1), particle.size, particle.size);
618
860
  }
619
- const length = patch.length || 1;
620
- return [
621
- {
622
- from: index,
623
- to: index + length
624
- }
625
- ];
626
861
  };
627
- var handlePut = (target, patch, state) => {
628
- const index = charPath(target, [
629
- ...patch.path,
630
- 0
631
- ]);
632
- if (index == null) {
633
- return [];
862
+ var Effect2 = class extends Effect {
863
+ create(x, y, color) {
864
+ return {
865
+ x,
866
+ y: y + 10,
867
+ vx: random(this._options.particleVelocityRange.x[0], this._options.particleVelocityRange.x[1]),
868
+ vy: random(this._options.particleVelocityRange.y[0], this._options.particleVelocityRange.y[1]),
869
+ size: random(this._options.particleSize.min, this._options.particleSize.max),
870
+ color,
871
+ alpha: 1,
872
+ theta: random(0, 360) * Math.PI / 180,
873
+ drag: 0.92,
874
+ wander: 0.15
875
+ };
634
876
  }
635
- const length = state.doc.length;
636
- if (typeof patch.value !== "string") {
637
- return [];
877
+ update(ctx, particle) {
878
+ particle.vy += this._options.particleGravity;
879
+ particle.x += particle.vx;
880
+ particle.y += particle.vy;
881
+ particle.vx *= particle.drag;
882
+ particle.vy *= particle.drag;
883
+ particle.theta += random(-0.5, 0.5);
884
+ particle.vx += Math.sin(particle.theta) * 0.1;
885
+ particle.vy += Math.cos(particle.theta) * 0.1;
886
+ particle.size *= this._options.particleShrinkRate;
887
+ particle.alpha *= this._options.particleAlphaFadeout;
888
+ ctx.fillStyle = `rgba(${particle.color[0]},${particle.color[1]},${particle.color[2]},${particle.alpha})`;
889
+ ctx.beginPath();
890
+ ctx.arc(Math.round(particle.x - 1), Math.round(particle.y - 1), particle.size, 0, 2 * Math.PI);
891
+ ctx.fill();
638
892
  }
639
- return [
640
- {
641
- from: 0,
642
- to: length,
643
- insert: patch.value
644
- }
645
- ];
646
893
  };
647
- var charPath = (textPath, candidatePath) => {
648
- if (candidatePath.length !== textPath.length + 1) {
649
- return null;
650
- }
651
- for (let i = 0; i < textPath.length; i++) {
652
- if (textPath[i] !== candidatePath[i]) {
653
- return null;
894
+ function throttle(callback, limit) {
895
+ let wait = false;
896
+ return function(...args) {
897
+ if (!wait) {
898
+ callback.apply(this, args);
899
+ wait = true;
900
+ setTimeout(() => {
901
+ wait = false;
902
+ }, limit);
654
903
  }
904
+ };
905
+ }
906
+ var getRGBComponents = (node, color) => {
907
+ if (typeof color === "function") {
908
+ return color();
655
909
  }
656
- const index = candidatePath[candidatePath.length - 1];
657
- if (typeof index === "number") {
658
- return index;
910
+ const bgColor = getComputedStyle(node).color;
911
+ if (bgColor) {
912
+ const x = bgColor.match(/(\d+), (\d+), (\d+)/)?.slice(1);
913
+ if (x) {
914
+ return x;
915
+ }
659
916
  }
660
- return null;
917
+ return [
918
+ 50,
919
+ 50,
920
+ 50
921
+ ];
661
922
  };
662
-
663
- // packages/ui/react-ui-editor/src/hooks/automerge/semaphore.ts
664
- var PatchSemaphore = class {
665
- constructor(field) {
666
- this._inReconcile = false;
667
- this._queue = [];
668
- this.reconcile = (handle, view) => {
669
- if (this._inReconcile) {
670
- return;
671
- }
672
- this._inReconcile = true;
673
- const path = getPath(view.state, this._field);
674
- const oldHeads = getLastHeads(view.state, this._field);
675
- let selection = view.state.selection;
676
- const transactions = view.state.field(this._field).unreconciledTransactions.filter((tx) => !isReconcileTx(tx));
677
- const toInvert = transactions.slice().reverse();
678
- for (const tx of toInvert) {
679
- const inverted = tx.changes.invert(tx.startState.doc);
680
- selection = selection.map(inverted);
681
- view.dispatch({
682
- changes: inverted,
683
- annotations: reconcileAnnotationType.of(true)
684
- });
685
- }
686
- let newHeads = updateAutomerge(this._field, handle, transactions, view.state);
687
- if (newHeads === null || newHeads === void 0) {
688
- newHeads = automerge.getHeads(handle.docSync());
689
- }
690
- const diff = automerge.equals(oldHeads, newHeads) ? [] : automerge.diff(handle.docSync(), oldHeads, newHeads);
691
- updateCodeMirror(view, selection, path, diff);
692
- view.dispatch({
693
- effects: updateHeads(newHeads),
694
- annotations: reconcileAnnotationType.of({})
695
- });
696
- this._inReconcile = false;
697
- };
698
- if (field !== void 0) {
699
- this._field = field;
700
- }
923
+ var random = (min, max) => {
924
+ if (!max) {
925
+ max = min;
926
+ min = 0;
701
927
  }
928
+ return min + ~~(Math.random() * (max - min + 1));
702
929
  };
703
930
 
704
- // packages/ui/react-ui-editor/src/hooks/automerge/plugin.ts
705
- var effectType = StateEffect.define({});
706
- var updateHeads = (newHeads) => effectType.of({
707
- newHeads
708
- });
709
- var getLastHeads = (state, field) => state.field(field).lastHeads;
710
- var getPath = (state, field) => state.field(field).path;
711
- var semaphoreFacet = Facet.define({
712
- combine: (values) => values.at(-1)
713
- });
714
- var automergePlugin = (handle, path) => {
715
- const stateField = StateField.define({
716
- create: () => ({
717
- lastHeads: automerge2.getHeads(handle.docSync()),
718
- unreconciledTransactions: [],
719
- path: path.slice()
720
- }),
721
- update: (value, tr) => {
722
- const result = {
723
- lastHeads: value.lastHeads,
724
- unreconciledTransactions: value.unreconciledTransactions.slice(),
725
- path: path.slice()
726
- };
727
- let clearUnreconciled = false;
728
- for (const effect of tr.effects) {
729
- if (effect.is(effectType)) {
730
- result.lastHeads = effect.value.newHeads;
731
- clearUnreconciled = true;
732
- }
733
- }
734
- if (clearUnreconciled) {
735
- result.unreconciledTransactions = [];
736
- } else {
737
- if (!isReconcileTx(tr)) {
738
- result.unreconciledTransactions.push(tr);
739
- }
740
- }
741
- return result;
742
- }
743
- });
744
- const semaphore = new PatchSemaphore(stateField);
745
- const viewPlugin = ViewPlugin2.fromClass(class AutomergeCodemirrorViewPlugin {
746
- constructor(view) {
747
- this._handleChange = () => {
748
- this._view.state.facet(semaphoreFacet).reconcile(handle, this._view);
749
- };
750
- this._view = view;
751
- handle.addListener("change", this._handleChange);
752
- }
753
- update(update4) {
754
- if (update4.transactions.length > 0 && update4.transactions.some((t) => !isReconcileTx(t))) {
755
- queueMicrotask(() => {
756
- this._view.state.facet(semaphoreFacet).reconcile(handle, this._view);
757
- });
758
- }
759
- }
760
- destroy() {
761
- handle.addListener("change", this._handleChange);
762
- }
763
- });
764
- return {
765
- extension: [
766
- stateField,
767
- semaphoreFacet.of(semaphore),
768
- viewPlugin
769
- ]
770
- };
771
- };
772
- var reconcileAnnotationType = Annotation.define();
773
- var isReconcileTx = (tr) => !!tr.annotation(reconcileAnnotationType);
931
+ // packages/ui/react-ui-editor/src/extensions/code.ts
932
+ import { ViewPlugin as ViewPlugin3, EditorView as EditorView4, Decoration as Decoration2 } from "@codemirror/view";
933
+ import { mx as mx2 } from "@dxos/react-ui-theme";
774
934
 
775
- // packages/ui/react-ui-editor/src/hooks/yjs/cursors.ts
935
+ // packages/ui/react-ui-editor/src/styles/cursors.ts
776
936
  import * as random2 from "lib0/random";
777
937
  var cursorColors = [
778
938
  {
@@ -810,207 +970,135 @@ var cursorColors = [
810
970
  ];
811
971
  var cursorColor = cursorColors[random2.uint32() % cursorColors.length];
812
972
 
813
- // packages/ui/react-ui-editor/src/hooks/yjs/space-provider.ts
814
- import * as decoding from "lib0/decoding";
815
- import * as encoding from "lib0/encoding";
816
- import { Observable } from "lib0/observable";
817
- import * as awarenessProtocol from "y-protocols/awareness";
818
- import { log as log2 } from "@dxos/log";
819
- var __dxlog_file3 = "/home/runner/work/dxos/dxos/packages/ui/react-ui-editor/src/hooks/yjs/space-provider.ts";
820
- var messageAwareness = 1;
821
- var messageQueryAwareness = 3;
822
- var SpaceAwarenessProvider = class extends Observable {
823
- constructor({ space, doc, channel, awareness }) {
824
- super();
825
- this._space = space;
826
- this._awareness = awareness ?? new awarenessProtocol.Awareness(doc);
827
- this._channel = channel;
828
- this._clientId = doc.clientID;
829
- this._awareness.on("update", this._handleAwarenessUpdate.bind(this));
830
- this._space.listen(this._channel, this._handleSpaceMessage.bind(this));
831
- if (typeof window !== "undefined") {
832
- window.addEventListener("beforeunload", this._handleBeforeUnload.bind(this));
833
- } else if (typeof process !== "undefined") {
834
- process.on("exit", this._handleBeforeUnload.bind(this));
835
- }
836
- const encoderAwarenessQuery = encoding.createEncoder();
837
- encoding.writeVarUint(encoderAwarenessQuery, messageQueryAwareness);
838
- void this._space.postMessage(this._channel, encoding.toUint8Array(encoderAwarenessQuery));
839
- const encoderAwarenessState = encoding.createEncoder();
840
- encoding.writeVarUint(encoderAwarenessState, messageAwareness);
841
- encoding.writeVarUint8Array(encoderAwarenessState, awarenessProtocol.encodeAwarenessUpdate(this.awareness, [
842
- this._clientId
843
- ]));
844
- void this._space.postMessage(this._channel, encoding.toUint8Array(encoderAwarenessState));
845
- }
846
- get awareness() {
847
- return this._awareness;
848
- }
849
- _handleAwarenessUpdate({ added, updated, removed }, origin) {
850
- log2("awareness update", {
851
- added,
852
- updated,
853
- removed,
854
- origin
855
- }, {
856
- F: __dxlog_file3,
857
- L: 67,
858
- S: this,
859
- C: (f, a) => f(...a)
860
- });
861
- const changedClients = added.concat(updated).concat(removed);
862
- const encoderAwareness = encoding.createEncoder();
863
- encoding.writeVarUint(encoderAwareness, messageAwareness);
864
- encoding.writeVarUint8Array(encoderAwareness, awarenessProtocol.encodeAwarenessUpdate(this._awareness, changedClients));
865
- void this._space.postMessage(this._channel, encoding.toUint8Array(encoderAwareness));
866
- }
867
- _handleSpaceMessage({ payload }) {
868
- log2("space message", payload, {
869
- F: __dxlog_file3,
870
- L: 79,
871
- S: this,
872
- C: (f, a) => f(...a)
873
- });
874
- const data = new Uint8Array(Array.from(Object.values(payload)));
875
- const encoder = this._readMessage(data);
876
- if (encoder) {
877
- void this._space.postMessage(this._channel, encoding.toUint8Array(encoder));
878
- }
879
- }
880
- _readMessage(message) {
881
- const decoder = decoding.createDecoder(message);
882
- const encoder = encoding.createEncoder();
883
- const messageType = decoding.readVarUint(decoder);
884
- let sendReply = false;
885
- switch (messageType) {
886
- case messageAwareness: {
887
- awarenessProtocol.applyAwarenessUpdate(this._awareness, decoding.readVarUint8Array(decoder), this);
888
- break;
889
- }
890
- case messageQueryAwareness: {
891
- encoding.writeVarUint(encoder, messageAwareness);
892
- encoding.writeVarUint8Array(encoder, awarenessProtocol.encodeAwarenessUpdate(this._awareness, Array.from(this._awareness.getStates().keys())));
893
- sendReply = true;
894
- break;
895
- }
896
- default: {
897
- console.error("Invalid message:", messageType);
898
- return encoder;
899
- }
900
- }
901
- if (!sendReply) {
902
- return null;
903
- }
904
- return encoder;
905
- }
906
- _handleBeforeUnload() {
907
- awarenessProtocol.removeAwarenessStates(this._awareness, [
908
- this._clientId
909
- ], "window unload");
910
- }
973
+ // packages/ui/react-ui-editor/src/styles/markdown.ts
974
+ import { mx } from "@dxos/react-ui-theme";
975
+ var headings = {
976
+ 1: [
977
+ "mbs-4 mbe-2 font-medium text-inherit no-underline text-4xl",
978
+ "-ml-[10px]"
979
+ ],
980
+ 2: [
981
+ "mbs-4 mbe-2 font-medium text-inherit no-underline text-3xl",
982
+ "-ml-[8px]"
983
+ ],
984
+ 3: [
985
+ "mbs-4 mbe-2 font-medium text-inherit no-underline text-2xl",
986
+ "-ml-[7px]"
987
+ ],
988
+ 4: [
989
+ "mbs-4 mbe-2 font-medium text-inherit no-underline text-xl",
990
+ "-ml-[6px]"
991
+ ],
992
+ 5: [
993
+ "mbs-4 mbe-2 font-medium text-inherit no-underline text-lg",
994
+ "-ml-[5px]"
995
+ ],
996
+ 6: [
997
+ "mbs-4 mbe-2 font-medium text-inherit no-underline",
998
+ "-ml-[4px]"
999
+ ]
1000
+ };
1001
+ var heading = (level, readonly) => {
1002
+ const [style, offset] = headings[level];
1003
+ return mx(style, readonly && offset);
911
1004
  };
1005
+ var light = "text-neutral-200 dark:text-neutral-800";
1006
+ var mark = mx("!font-normal !no-underline !text-inherit opacity-40", light);
1007
+ var bold = "font-bold";
1008
+ var italic = "italic";
1009
+ var strikethrough = "line-through";
1010
+ var code = "font-mono !no-underline text-neutral-700 dark:text-neutral-300";
1011
+ var codeMark = "font-mono text-primary-500";
1012
+ var inlineUrl = mx(code, "px-1");
1013
+ var blockquote = mx("pl-1 mr-1 border-is-4 border-primary-500/70 dark:border-primary-500/30", light);
912
1014
 
913
- // packages/ui/react-ui-editor/src/hooks/useTextModel.ts
914
- var __dxlog_file4 = "/home/runner/work/dxos/dxos/packages/ui/react-ui-editor/src/hooks/useTextModel.ts";
915
- var modelState = StateField2.define({
916
- create: () => void 0,
917
- update: (model) => model
1015
+ // packages/ui/react-ui-editor/src/styles/tokens.ts
1016
+ import get2 from "lodash.get";
1017
+ import { tailwindConfig } from "@dxos/react-ui-theme";
1018
+ var tokens = tailwindConfig({}).theme;
1019
+ var getToken = (path, defaultValue = void 0) => get2(tokens, path, defaultValue);
1020
+
1021
+ // packages/ui/react-ui-editor/src/extensions/code.ts
1022
+ var CODE_REGEX = /```[\s\S]*?```/gs;
1023
+ var styles2 = EditorView4.baseTheme({
1024
+ "& .cm-codeblock": {
1025
+ fontFamily: getToken("fontFamily.mono", []).join(",")
1026
+ },
1027
+ '&light [aria-readonly="true"] .cm-codeblock': {
1028
+ background: getToken("extend.colors.neutral.50")
1029
+ },
1030
+ '&dark [aria-readonly="true"] .cm-codeblock': {
1031
+ background: getToken("extend.colors.neutral.850")
1032
+ },
1033
+ '& [aria-readonly="true"] .cm-codeblock': {
1034
+ display: "block",
1035
+ paddingInline: "4px !important"
1036
+ },
1037
+ '& [aria-readonly="true"] .cm-codeblock-first': {
1038
+ paddingTop: "4px !important",
1039
+ borderTopLeftRadius: "4px",
1040
+ borderTopRightRadius: "4px"
1041
+ },
1042
+ '& [aria-readonly="true"] .cm-codeblock-last': {
1043
+ paddingBottom: "4px !important",
1044
+ borderBottomLeftRadius: "4px",
1045
+ borderBottomRightRadius: "4px"
1046
+ }
918
1047
  });
919
- var useTextModel = (props) => {
920
- const { identity, space, text } = props;
921
- const [model, setModel] = useState(() => createModel(props));
922
- useEffect(() => setModel(createModel(props)), [
923
- identity,
924
- space,
925
- text
926
- ]);
927
- return model;
1048
+ var getLineRange = (lines, from, to) => {
1049
+ const start = lines.findIndex((line) => line.from >= from);
1050
+ const end = lines.findIndex((line) => line.to >= to);
1051
+ return [
1052
+ start,
1053
+ end
1054
+ ];
928
1055
  };
929
- var createModel = (props) => {
930
- const { text } = props;
931
- if (isActualAutomergeObject(text)) {
932
- return createAutomergeModel(props);
933
- } else {
934
- if (!text?.doc) {
935
- return void 0;
1056
+ var code2 = () => {
1057
+ const getDecorations = (view) => {
1058
+ const decorations = [];
1059
+ if (view.state.readOnly) {
1060
+ const text = view.state.doc.sliceString(0);
1061
+ const matches = text.matchAll(CODE_REGEX);
1062
+ const blocks = view.viewportLineBlocks;
1063
+ for (const match of matches) {
1064
+ const range = getLineRange(blocks, match.index, match.index + match[0].length);
1065
+ for (let i = range[0]; i <= range[1]; i++) {
1066
+ const block = blocks[i];
1067
+ decorations.push(Decoration2.line({
1068
+ class: mx2("cm-codeblock", i === range[0] && "cm-codeblock-first", i === range[1] && "cm-codeblock-last")
1069
+ }).range(block.from));
1070
+ }
1071
+ }
936
1072
  }
937
- return createYjsModel(props);
938
- }
939
- };
940
- var createYjsModel = ({ identity, space, text }) => {
941
- invariant2(text?.doc && text?.content, void 0, {
942
- F: __dxlog_file4,
943
- L: 97,
944
- S: void 0,
945
- A: [
946
- "text?.doc && text?.content",
947
- ""
948
- ]
949
- });
950
- const provider = space ? new SpaceAwarenessProvider({
951
- space,
952
- doc: text.doc,
953
- channel: `yjs.awareness.${text.id}`
954
- }) : void 0;
955
- const model = {
956
- id: text.doc.guid,
957
- content: text.content,
958
- text: () => text.content.toString(),
959
- // https://github.com/yjs/yjs?tab=readme-ov-file#relative-positions
960
- getCursorFromRange: (range) => {
961
- const from = Y.encodeRelativePosition(Y.createRelativePositionFromTypeIndex(text.content, range.from));
962
- const to = Y.encodeRelativePosition(Y.createRelativePositionFromTypeIndex(text.content, range.to, -1));
963
- return [
964
- arrayToString(from),
965
- arrayToString(to)
966
- ].join(":");
967
- },
968
- getRangeFromCursor: (cursor) => {
969
- const parts = cursor.split(":");
970
- const from = Y.createAbsolutePositionFromRelativePosition(Y.decodeRelativePosition(stringToArray(parts[0])), text.doc);
971
- const to = Y.createAbsolutePositionFromRelativePosition(Y.decodeRelativePosition(stringToArray(parts[1])), text.doc);
972
- return {
973
- from: from.index,
974
- to: to.index
975
- };
976
- },
977
- extension: [
978
- yCollab(text.content, provider?.awareness),
979
- modelState.init(() => model)
980
- ],
981
- awareness: provider?.awareness,
982
- peer: identity ? {
983
- id: identity.identityKey.toHex(),
984
- name: identity.profile?.displayName
985
- } : void 0
986
- };
987
- return model;
988
- };
989
- var createAutomergeModel = ({ identity, text }) => {
990
- const obj = text;
991
- const doc = getRawDoc(obj, [
992
- obj.field
993
- ]);
994
- const model = {
995
- id: obj.id,
996
- content: doc,
997
- text: () => get2(doc.handle.docSync(), doc.path),
998
- // TODO(burdon): https://automerge.org/automerge/api-docs/js/functions/next.getCursor.html
999
- extension: [
1000
- automergePlugin(doc.handle, doc.path),
1001
- modelState.init(() => model)
1002
- ],
1003
- peer: identity ? {
1004
- id: identity.identityKey.toHex(),
1005
- name: identity.profile?.displayName
1006
- } : void 0
1073
+ return Decoration2.set(decorations);
1007
1074
  };
1008
- return model;
1075
+ return [
1076
+ ViewPlugin3.fromClass(class {
1077
+ constructor(view) {
1078
+ this.decorations = getDecorations(view);
1079
+ }
1080
+ update(update2) {
1081
+ if (update2.docChanged || update2.viewportChanged) {
1082
+ this.decorations = getDecorations(update2.view);
1083
+ }
1084
+ }
1085
+ }, {
1086
+ decorations: (value) => value.decorations
1087
+ }),
1088
+ styles2
1089
+ ];
1009
1090
  };
1010
1091
 
1011
- // packages/ui/react-ui-editor/src/components/TextEditor/extensions/comments.ts
1012
- var __dxlog_file5 = "/home/runner/work/dxos/dxos/packages/ui/react-ui-editor/src/components/TextEditor/extensions/comments.ts";
1013
- var styles2 = EditorView4.baseTheme({
1092
+ // packages/ui/react-ui-editor/src/extensions/comments.ts
1093
+ import { StateEffect as StateEffect2, StateField as StateField2 } from "@codemirror/state";
1094
+ import { hoverTooltip, keymap as keymap3, Decoration as Decoration3, EditorView as EditorView5, MatchDecorator, ViewPlugin as ViewPlugin4, WidgetType as WidgetType2 } from "@codemirror/view";
1095
+ import sortBy from "lodash.sortby";
1096
+ import { debounce } from "@dxos/async";
1097
+ import { invariant as invariant2 } from "@dxos/invariant";
1098
+ import { log as log2 } from "@dxos/log";
1099
+ import { nonNullable } from "@dxos/util";
1100
+ var __dxlog_file3 = "/home/runner/work/dxos/dxos/packages/ui/react-ui-editor/src/extensions/comments.ts";
1101
+ var styles3 = EditorView5.baseTheme({
1014
1102
  "& .cm-bookmark": {
1015
1103
  cursor: "pointer",
1016
1104
  margin: "4px",
@@ -1021,28 +1109,44 @@ var styles2 = EditorView4.baseTheme({
1021
1109
  backgroundColor: "orange"
1022
1110
  },
1023
1111
  "& .cm-comment": {
1024
- backgroundColor: "yellow"
1112
+ backgroundColor: getToken("extend.colors.yellow.50")
1025
1113
  },
1026
1114
  "& .cm-comment-active": {
1027
- backgroundColor: "orange"
1115
+ backgroundColor: getToken("extend.colors.yellow.100")
1028
1116
  }
1029
1117
  });
1030
1118
  var marks = {
1031
- highlight: Decoration2.mark({
1119
+ highlight: Decoration3.mark({
1032
1120
  class: "cm-comment"
1033
1121
  }),
1034
- highlightActive: Decoration2.mark({
1122
+ highlightActive: Decoration3.mark({
1035
1123
  class: "cm-comment-active"
1036
1124
  })
1037
1125
  };
1126
+ var setFocus = (view, thread) => {
1127
+ const range = view.state.field(commentsStateField).ranges.find((range2) => range2.id === thread);
1128
+ if (!range) {
1129
+ return;
1130
+ }
1131
+ view.dispatch({
1132
+ effects: setSelection.of({
1133
+ active: thread
1134
+ }),
1135
+ selection: {
1136
+ anchor: range.from
1137
+ },
1138
+ scrollIntoView: true
1139
+ });
1140
+ };
1038
1141
  var setCommentRange = StateEffect2.define();
1039
1142
  var setSelection = StateEffect2.define();
1040
1143
  var setCommentState = StateEffect2.define();
1041
- var commentsStateField = StateField3.define({
1144
+ var commentsStateField = StateField2.define({
1042
1145
  create: () => ({
1043
1146
  ranges: []
1044
1147
  }),
1045
1148
  update: (value, tr) => {
1149
+ const cursorConverter3 = tr.state.facet(CursorConverter);
1046
1150
  for (const effect of tr.effects) {
1047
1151
  if (effect.is(setSelection)) {
1048
1152
  return {
@@ -1051,14 +1155,14 @@ var commentsStateField = StateField3.define({
1051
1155
  };
1052
1156
  }
1053
1157
  if (effect.is(setCommentRange)) {
1054
- const { model, comments: comments2 } = effect.value;
1158
+ const { comments: comments2 } = effect.value;
1055
1159
  const ranges = comments2.map((comment) => {
1056
- const range = model.getRangeFromCursor(comment.cursor);
1057
- return {
1160
+ const range = getRangeFromCursor(cursorConverter3, comment.cursor);
1161
+ return range && {
1058
1162
  ...comment,
1059
1163
  ...range
1060
1164
  };
1061
- });
1165
+ }).filter(nonNullable);
1062
1166
  return {
1063
1167
  ...value,
1064
1168
  ranges
@@ -1071,7 +1175,7 @@ var commentsStateField = StateField3.define({
1071
1175
  return value;
1072
1176
  }
1073
1177
  });
1074
- var highlightDecorations = EditorView4.decorations.compute([
1178
+ var highlightDecorations = EditorView5.decorations.compute([
1075
1179
  commentsStateField
1076
1180
  ], (state) => {
1077
1181
  const { active, ranges } = state.field(commentsStateField);
@@ -1089,17 +1193,17 @@ var highlightDecorations = EditorView4.decorations.compute([
1089
1193
  return marks.highlight.range(range.from, range.to);
1090
1194
  }
1091
1195
  }).filter(nonNullable) ?? [];
1092
- return Decoration2.set(decorations);
1196
+ return Decoration3.set(decorations);
1093
1197
  });
1094
- var BookmarkWidget = class extends WidgetType {
1198
+ var BookmarkWidget = class extends WidgetType2 {
1095
1199
  constructor(_anchor, _id, _handleClick) {
1096
1200
  super();
1097
1201
  this._anchor = _anchor;
1098
1202
  this._id = _id;
1099
1203
  this._handleClick = _handleClick;
1100
- invariant3(this._id, void 0, {
1101
- F: __dxlog_file5,
1102
- L: 151,
1204
+ invariant2(this._id, void 0, {
1205
+ F: __dxlog_file3,
1206
+ L: 168,
1103
1207
  S: this,
1104
1208
  A: [
1105
1209
  "this._id",
@@ -1123,9 +1227,10 @@ var BookmarkWidget = class extends WidgetType {
1123
1227
  var comments = (options = {}) => {
1124
1228
  const handleSelect = debounce((state) => options.onSelect?.(state), 200);
1125
1229
  const createCommentThread = (view) => {
1126
- invariant3(options.onCreate, void 0, {
1127
- F: __dxlog_file5,
1128
- L: 205,
1230
+ const cursorConverter3 = view.state.facet(CursorConverter);
1231
+ invariant2(options.onCreate, void 0, {
1232
+ F: __dxlog_file3,
1233
+ L: 224,
1129
1234
  S: void 0,
1130
1235
  A: [
1131
1236
  "options.onCreate",
@@ -1136,8 +1241,7 @@ var comments = (options = {}) => {
1136
1241
  if (from === to) {
1137
1242
  return false;
1138
1243
  }
1139
- const model = view.state.field(modelState);
1140
- const relPos = model?.getCursorFromRange?.({
1244
+ const relPos = getCursorFromRange(cursorConverter3, {
1141
1245
  from,
1142
1246
  to
1143
1247
  });
@@ -1169,7 +1273,7 @@ var comments = (options = {}) => {
1169
1273
  }
1170
1274
  return false;
1171
1275
  };
1172
- const bookmarksViewPlugin = ViewPlugin3.fromClass(class BookmarkViewPlugin {
1276
+ const bookmarksViewPlugin = ViewPlugin4.fromClass(class BookmarkViewPlugin {
1173
1277
  static {
1174
1278
  // Match markdown footnotes (option).
1175
1279
  // https://www.markdownguide.org/extended-syntax/#footnotes
@@ -1177,7 +1281,7 @@ var comments = (options = {}) => {
1177
1281
  regexp: /\[\^(\w+)\]/g,
1178
1282
  decoration: (match, view, pos) => {
1179
1283
  const id = match[1];
1180
- return Decoration2.replace({
1284
+ return Decoration3.replace({
1181
1285
  id,
1182
1286
  widget: new BookmarkWidget(pos, id)
1183
1287
  });
@@ -1187,20 +1291,20 @@ var comments = (options = {}) => {
1187
1291
  constructor(view) {
1188
1292
  this.bookmarks = BookmarkViewPlugin.bookmarkMatcher.createDeco(view);
1189
1293
  }
1190
- update(update4) {
1191
- this.bookmarks = BookmarkViewPlugin.bookmarkMatcher.updateDeco(update4, this.bookmarks);
1294
+ update(update2) {
1295
+ this.bookmarks = BookmarkViewPlugin.bookmarkMatcher.updateDeco(update2, this.bookmarks);
1192
1296
  }
1193
1297
  }, {
1194
1298
  decorations: (instance) => instance.bookmarks,
1195
- provide: (plugin) => EditorView4.atomicRanges.of((view) => {
1196
- return view.plugin(plugin)?.bookmarks || Decoration2.none;
1299
+ provide: (plugin) => EditorView5.atomicRanges.of((view) => {
1300
+ return view.plugin(plugin)?.bookmarks || Decoration3.none;
1197
1301
  })
1198
1302
  });
1199
1303
  return [
1200
1304
  bookmarksViewPlugin,
1201
1305
  commentsStateField,
1202
1306
  highlightDecorations,
1203
- styles2,
1307
+ styles3,
1204
1308
  //
1205
1309
  // Keymap.
1206
1310
  //
@@ -1243,37 +1347,28 @@ var comments = (options = {}) => {
1243
1347
  // Monitor cursor movement and text updates.
1244
1348
  // TODO(burdon): Is there a better (finer grained) way to do this?
1245
1349
  //
1246
- EditorView4.updateListener.of(({ view, state, startState, changes }) => {
1350
+ EditorView5.updateListener.of(({ view, state, changes }) => {
1351
+ const cursorConverter3 = view.state.facet(CursorConverter);
1247
1352
  {
1248
1353
  let mod = false;
1249
- const model = state.field(modelState);
1250
1354
  const { active, ranges } = state.field(commentsStateField);
1251
1355
  changes.iterChanges((from, to, from2, to2) => {
1252
- invariant3(model, void 0, {
1253
- F: __dxlog_file5,
1254
- L: 334,
1255
- S: void 0,
1256
- A: [
1257
- "model",
1258
- ""
1259
- ]
1260
- });
1261
1356
  ranges.forEach((range) => {
1262
1357
  if (from2 === to2) {
1263
- const newRange = model.getRangeFromCursor(range.cursor);
1264
- if (newRange.to - newRange.from === 0) {
1265
- log3.info("deleted comment", {
1358
+ const newRange = getRangeFromCursor(cursorConverter3, range.cursor);
1359
+ if (!newRange || newRange.to - newRange.from === 0) {
1360
+ log2.info("deleted comment", {
1266
1361
  thread: range.id
1267
1362
  }, {
1268
- F: __dxlog_file5,
1269
- L: 340,
1363
+ F: __dxlog_file3,
1364
+ L: 358,
1270
1365
  S: void 0,
1271
1366
  C: (f, a) => f(...a)
1272
1367
  });
1273
1368
  }
1274
1369
  }
1275
1370
  if (from <= range.to) {
1276
- const newRange = model.getRangeFromCursor(range.cursor);
1371
+ const newRange = getRangeFromCursor(cursorConverter3, range.cursor);
1277
1372
  Object.assign(range, newRange);
1278
1373
  mod = true;
1279
1374
  }
@@ -1322,18 +1417,34 @@ var comments = (options = {}) => {
1322
1417
  })
1323
1418
  ];
1324
1419
  };
1420
+ var getCursorFromRange = (cursorConverter3, range) => {
1421
+ const from = cursorConverter3.toCursor(range.from);
1422
+ const to = cursorConverter3.toCursor(range.to, -1);
1423
+ return [
1424
+ from,
1425
+ to
1426
+ ].join(":");
1427
+ };
1428
+ var getRangeFromCursor = (cursorConverter3, cursor) => {
1429
+ const parts = cursor.split(":");
1430
+ const from = cursorConverter3.fromCursor(parts[0]);
1431
+ const to = cursorConverter3.fromCursor(parts[1]);
1432
+ return from !== void 0 && to !== void 0 ? {
1433
+ from,
1434
+ to
1435
+ } : void 0;
1436
+ };
1325
1437
 
1326
- // packages/ui/react-ui-editor/src/components/TextEditor/extensions/hr.ts
1327
- import { Decoration as Decoration3, EditorView as EditorView5, MatchDecorator as MatchDecorator2, ViewPlugin as ViewPlugin4, WidgetType as WidgetType2 } from "@codemirror/view";
1328
- import get3 from "lodash.get";
1329
- var styles3 = EditorView5.baseTheme({
1438
+ // packages/ui/react-ui-editor/src/extensions/hr.ts
1439
+ import { Decoration as Decoration4, EditorView as EditorView6, MatchDecorator as MatchDecorator2, ViewPlugin as ViewPlugin5, WidgetType as WidgetType3 } from "@codemirror/view";
1440
+ var styles4 = EditorView6.baseTheme({
1330
1441
  "& .cm-hr": {
1331
1442
  // TODO(burdon): ???
1332
1443
  // Note that block-level decorations should not have vertical margins,
1333
- borderBottom: `1px solid ${get3(tokens, "extend.colors.neutral.200")}`
1444
+ borderBottom: `1px solid ${getToken("extend.colors.neutral.200")}`
1334
1445
  }
1335
1446
  });
1336
- var HorizontalRuleWidget = class extends WidgetType2 {
1447
+ var HorizontalRuleWidget = class extends WidgetType3 {
1337
1448
  constructor(_pos) {
1338
1449
  super();
1339
1450
  this._pos = _pos;
@@ -1349,41 +1460,63 @@ var HorizontalRuleWidget = class extends WidgetType2 {
1349
1460
  };
1350
1461
  var placeholderMatcher = new MatchDecorator2({
1351
1462
  regexp: /^---$/g,
1352
- decoration: (match, view, pos) => Decoration3.replace({
1463
+ decoration: (match, view, pos) => Decoration4.replace({
1353
1464
  widget: new HorizontalRuleWidget(pos)
1354
1465
  })
1355
1466
  });
1356
1467
  var hr = () => [
1357
- styles3,
1358
- ViewPlugin4.fromClass(class {
1468
+ styles4,
1469
+ ViewPlugin5.fromClass(class {
1359
1470
  constructor(view) {
1360
1471
  this.rules = placeholderMatcher.createDeco(view);
1361
1472
  }
1362
- update(update4) {
1363
- this.rules = placeholderMatcher.updateDeco(update4, this.rules);
1473
+ update(update2) {
1474
+ this.rules = placeholderMatcher.updateDeco(update2, this.rules);
1364
1475
  }
1365
1476
  }, {
1366
1477
  decorations: (instance) => instance.rules,
1367
1478
  // TODO(burdon): Is this really atomic (cursor can move into ---).
1368
- provide: (plugin) => EditorView5.atomicRanges.of((view) => {
1369
- return view.plugin(plugin)?.rules || Decoration3.none;
1479
+ provide: (plugin) => EditorView6.atomicRanges.of((view) => {
1480
+ return view.plugin(plugin)?.rules || Decoration4.none;
1370
1481
  })
1371
1482
  })
1372
1483
  ];
1373
1484
 
1374
- // packages/ui/react-ui-editor/src/components/TextEditor/extensions/image.ts
1485
+ // packages/ui/react-ui-editor/src/extensions/image.ts
1375
1486
  import { syntaxTree } from "@codemirror/language";
1376
- import { RangeSetBuilder, StateField as StateField4 } from "@codemirror/state";
1377
- import { Decoration as Decoration4, EditorView as EditorView6, WidgetType as WidgetType3 } from "@codemirror/view";
1487
+ import { StateField as StateField3 } from "@codemirror/state";
1488
+ import { Decoration as Decoration5, EditorView as EditorView7, WidgetType as WidgetType4 } from "@codemirror/view";
1378
1489
  var image = (options = {}) => {
1379
- return StateField4.define({
1380
- create: (state) => update(state, options),
1381
- update: (_, tr) => update(tr.state, options),
1382
- provide: (field) => EditorView6.decorations.from(field)
1490
+ return StateField3.define({
1491
+ create: (state) => {
1492
+ return Decoration5.set(buildDecorations(0, state.doc.length, state));
1493
+ },
1494
+ update: (value, tr) => {
1495
+ if (!tr.docChanged && !tr.selection) {
1496
+ return value;
1497
+ }
1498
+ const cursor = tr.state.selection.main.head;
1499
+ const oldCursor = tr.changes.mapPos(tr.startState.selection.main.head);
1500
+ let from = Math.min(cursor, oldCursor);
1501
+ let to = Math.max(cursor, oldCursor);
1502
+ tr.changes.iterChangedRanges((fromA, toA, fromB, toB) => {
1503
+ from = Math.min(from, fromB);
1504
+ to = Math.max(to, toB);
1505
+ });
1506
+ from = tr.state.doc.lineAt(from).from;
1507
+ to = tr.state.doc.lineAt(to).to;
1508
+ return value.map(tr.changes).update({
1509
+ filterFrom: from,
1510
+ filterTo: to,
1511
+ filter: () => false,
1512
+ add: buildDecorations(from, to, tr.state)
1513
+ });
1514
+ },
1515
+ provide: (field) => EditorView7.decorations.from(field)
1383
1516
  });
1384
1517
  };
1385
- var update = (state, options) => {
1386
- const builder = new RangeSetBuilder();
1518
+ var buildDecorations = (from, to, state) => {
1519
+ const decorations = [];
1387
1520
  const cursor = state.selection.main.head;
1388
1521
  syntaxTree(state).iterate({
1389
1522
  enter: (node) => {
@@ -1392,22 +1525,23 @@ var update = (state, options) => {
1392
1525
  if (urlNode) {
1393
1526
  const hide = state.readOnly || cursor < node.from || cursor > node.to;
1394
1527
  const url = state.sliceDoc(urlNode.from, urlNode.to);
1395
- builder.add(hide ? node.from : node.to, node.to, Decoration4.replace({
1528
+ decorations.push(Decoration5.replace({
1396
1529
  block: true,
1397
1530
  widget: new ImageWidget(url)
1398
- }));
1531
+ }).range(hide ? node.from : node.to, node.to));
1399
1532
  }
1400
1533
  }
1401
- }
1534
+ },
1535
+ from,
1536
+ to
1402
1537
  });
1403
- return builder.finish();
1538
+ return decorations;
1404
1539
  };
1405
- var ImageWidget = class extends WidgetType3 {
1540
+ var ImageWidget = class extends WidgetType4 {
1406
1541
  constructor(_url) {
1407
1542
  super();
1408
1543
  this._url = _url;
1409
1544
  }
1410
- // TODO(burdon): Does this need to be unique for each position?
1411
1545
  eq(other) {
1412
1546
  return this._url === other._url;
1413
1547
  }
@@ -1415,30 +1549,77 @@ var ImageWidget = class extends WidgetType3 {
1415
1549
  const img = document.createElement("img");
1416
1550
  img.setAttribute("src", this._url);
1417
1551
  img.setAttribute("class", "cm-image");
1552
+ img.onload = () => img.classList.add("cm-loaded-image");
1418
1553
  return img;
1419
1554
  }
1420
1555
  };
1421
1556
 
1422
- // packages/ui/react-ui-editor/src/components/TextEditor/extensions/link.ts
1557
+ // packages/ui/react-ui-editor/src/extensions/link.ts
1423
1558
  import { syntaxTree as syntaxTree2 } from "@codemirror/language";
1424
- import { RangeSetBuilder as RangeSetBuilder2, StateField as StateField5 } from "@codemirror/state";
1425
- import { Decoration as Decoration5, EditorView as EditorView7, WidgetType as WidgetType4 } from "@codemirror/view";
1559
+ import { RangeSetBuilder } from "@codemirror/state";
1560
+ import { Decoration as Decoration6, WidgetType as WidgetType5, hoverTooltip as hoverTooltip2, ViewPlugin as ViewPlugin6 } from "@codemirror/view";
1561
+ import { tooltipContent } from "@dxos/react-ui-theme";
1426
1562
  var link = (options = {}) => {
1427
- return StateField5.define({
1428
- create: (state) => update2(state, options),
1429
- update: (_, tr) => update2(tr.state, options),
1430
- provide: (field) => EditorView7.decorations.from(field)
1431
- });
1563
+ const extensions = [
1564
+ ViewPlugin6.fromClass(class {
1565
+ constructor(view) {
1566
+ this.decorations = buildDecorations2(view, options);
1567
+ }
1568
+ update(update2) {
1569
+ if (update2.docChanged || update2.viewportChanged || update2.selectionSet) {
1570
+ this.decorations = buildDecorations2(update2.view, options);
1571
+ }
1572
+ }
1573
+ }, {
1574
+ decorations: (v) => v.decorations
1575
+ })
1576
+ ];
1577
+ if (options.onHover) {
1578
+ extensions.push(
1579
+ // https://codemirror.net/examples/tooltip
1580
+ // https://codemirror.net/docs/ref/#view.hoverTooltip
1581
+ // https://github.com/codemirror/view/blob/main/src/tooltip.ts
1582
+ hoverTooltip2((view, pos, side) => {
1583
+ const syntax = syntaxTree2(view.state).resolveInner(pos, side);
1584
+ let link2 = null;
1585
+ for (let i = 0, node = syntax; !link2 && node && i < 5; node = node.parent, i++) {
1586
+ link2 = node.name === "Link" ? node : null;
1587
+ }
1588
+ const url = link2 && link2.getChild("URL");
1589
+ if (!url || !link2) {
1590
+ return null;
1591
+ }
1592
+ const urlText = view.state.sliceDoc(url.from, url.to);
1593
+ return {
1594
+ pos: link2.from,
1595
+ end: link2.to,
1596
+ above: true,
1597
+ create: () => {
1598
+ const el = document.createElement("div");
1599
+ el.className = tooltipContent({}, "pli-2 plb-1");
1600
+ options.onHover(el, urlText);
1601
+ return {
1602
+ dom: el,
1603
+ offset: {
1604
+ x: 0,
1605
+ y: 4
1606
+ }
1607
+ };
1608
+ }
1609
+ };
1610
+ })
1611
+ );
1612
+ }
1613
+ return extensions;
1432
1614
  };
1433
- var LinkButton = class extends WidgetType4 {
1434
- constructor(_pos, _url, _onAttach) {
1615
+ var LinkButton = class extends WidgetType5 {
1616
+ constructor(_url, _onAttach) {
1435
1617
  super();
1436
- this._pos = _pos;
1437
1618
  this._url = _url;
1438
1619
  this._onAttach = _onAttach;
1439
1620
  }
1440
1621
  eq(other) {
1441
- return this._pos === other._pos && this._url === other._url;
1622
+ return this._url === other._url;
1442
1623
  }
1443
1624
  toDOM(view) {
1444
1625
  const el = document.createElement("span");
@@ -1446,15 +1627,14 @@ var LinkButton = class extends WidgetType4 {
1446
1627
  return el;
1447
1628
  }
1448
1629
  };
1449
- var LinkText = class extends WidgetType4 {
1450
- constructor(_pos, _text, _url) {
1630
+ var LinkText = class extends WidgetType5 {
1631
+ constructor(_text, _url) {
1451
1632
  super();
1452
- this._pos = _pos;
1453
1633
  this._text = _text;
1454
1634
  this._url = _url;
1455
1635
  }
1456
1636
  eq(other) {
1457
- return this._pos === other._pos && this._url === other._url;
1637
+ return this._url === other._url;
1458
1638
  }
1459
1639
  toDOM(view) {
1460
1640
  const link2 = document.createElement("a");
@@ -1468,7 +1648,7 @@ var LinkText = class extends WidgetType4 {
1468
1648
  link2.onclick = () => {
1469
1649
  view.dispatch({
1470
1650
  selection: {
1471
- anchor: this._pos
1651
+ anchor: view.posAtDOM(link2)
1472
1652
  }
1473
1653
  });
1474
1654
  };
@@ -1476,57 +1656,56 @@ var LinkText = class extends WidgetType4 {
1476
1656
  return link2;
1477
1657
  }
1478
1658
  };
1479
- var update2 = (state, options) => {
1480
- const builder = new RangeSetBuilder2();
1659
+ var buildDecorations2 = (view, options) => {
1660
+ const builder = new RangeSetBuilder();
1661
+ const { state } = view;
1481
1662
  const cursor = state.selection.main.head;
1482
- syntaxTree2(state).iterate({
1483
- enter: (node) => {
1484
- if (node.name === "Link") {
1485
- const marks2 = node.node.getChildren("LinkMark");
1486
- const text = marks2.length >= 2 ? state.sliceDoc(marks2[0].to, marks2[1].from) : "";
1487
- const urlNode = node.node.getChild("URL");
1488
- const url = urlNode ? state.sliceDoc(urlNode.from, urlNode.to) : "";
1489
- if (!url) {
1663
+ for (const { from, to } of view.visibleRanges) {
1664
+ syntaxTree2(state).iterate({
1665
+ enter: (node) => {
1666
+ if (node.name === "Link") {
1667
+ const marks2 = node.node.getChildren("LinkMark");
1668
+ const text = marks2.length >= 2 ? state.sliceDoc(marks2[0].to, marks2[1].from) : "";
1669
+ const urlNode = node.node.getChild("URL");
1670
+ const url = urlNode ? state.sliceDoc(urlNode.from, urlNode.to) : "";
1671
+ if (!url) {
1672
+ return false;
1673
+ }
1674
+ if (!view.hasFocus || state.readOnly || cursor < node.from || cursor > node.to) {
1675
+ builder.add(node.from, node.to, Decoration6.replace({
1676
+ widget: new LinkText(text, options.link ? url : void 0)
1677
+ }));
1678
+ }
1679
+ if (options.onRender) {
1680
+ builder.add(node.to, node.to, Decoration6.replace({
1681
+ widget: new LinkButton(url, options.onRender)
1682
+ }));
1683
+ }
1490
1684
  return false;
1491
1685
  }
1492
- if (state.readOnly || cursor < node.from || cursor > node.to) {
1493
- builder.add(node.from, node.to, Decoration5.replace({
1494
- widget: new LinkText(node.from, text, options.link ? url : void 0)
1495
- }));
1496
- }
1497
- if (options.onRender) {
1498
- builder.add(node.to, node.to, Decoration5.replace({
1499
- widget: new LinkButton(node.from, url, options.onRender)
1500
- }));
1501
- }
1502
- return false;
1503
- }
1504
- }
1505
- });
1686
+ },
1687
+ from,
1688
+ to
1689
+ });
1690
+ }
1506
1691
  return builder.finish();
1507
1692
  };
1508
1693
 
1509
- // packages/ui/react-ui-editor/src/components/TextEditor/extensions/listener.ts
1510
- import { StateField as StateField6 } from "@codemirror/state";
1694
+ // packages/ui/react-ui-editor/src/extensions/listener.ts
1511
1695
  import { EditorView as EditorView8 } from "@codemirror/view";
1512
- import { nonNullable as nonNullable2 } from "@dxos/util";
1513
- var listener = ({ onFocus, onChange }) => [
1514
- onFocus ? EditorView8.focusChangeEffect.of((view, focused) => {
1696
+ var listener = ({ onFocus, onChange }) => {
1697
+ const extensions = [];
1698
+ onFocus && extensions.push(EditorView8.focusChangeEffect.of((_, focused) => {
1515
1699
  onFocus(focused);
1516
1700
  return null;
1517
- }) : void 0,
1518
- onChange ? StateField6.define({
1519
- create: () => null,
1520
- update: (_value, transaction) => {
1521
- if (transaction.docChanged) {
1522
- onChange(transaction.newDoc.toString());
1523
- }
1524
- return null;
1525
- }
1526
- }) : void 0
1527
- ].filter(nonNullable2);
1701
+ }));
1702
+ onChange && extensions.push(EditorView8.updateListener.of((update2) => {
1703
+ onChange(update2.state.doc.toString());
1704
+ }));
1705
+ return extensions;
1706
+ };
1528
1707
 
1529
- // packages/ui/react-ui-editor/src/components/TextEditor/extensions/markdown/bundle.ts
1708
+ // packages/ui/react-ui-editor/src/extensions/markdown/bundle.ts
1530
1709
  import { closeBrackets as closeBrackets2, closeBracketsKeymap } from "@codemirror/autocomplete";
1531
1710
  import { history, historyKeymap, indentWithTab, standardKeymap } from "@codemirror/commands";
1532
1711
  import { markdownLanguage as markdownLanguage2, markdown } from "@codemirror/lang-markdown";
@@ -1537,12 +1716,11 @@ import { EditorState } from "@codemirror/state";
1537
1716
  import { oneDarkHighlightStyle as oneDarkHighlightStyle2 } from "@codemirror/theme-one-dark";
1538
1717
  import { crosshairCursor, drawSelection as drawSelection2, dropCursor, EditorView as EditorView9, highlightActiveLine, keymap as keymap4, placeholder as placeholder2 } from "@codemirror/view";
1539
1718
 
1540
- // packages/ui/react-ui-editor/src/components/TextEditor/extensions/markdown/highlight.ts
1719
+ // packages/ui/react-ui-editor/src/extensions/markdown/highlight.ts
1541
1720
  import { markdownLanguage } from "@codemirror/lang-markdown";
1542
1721
  import { HighlightStyle } from "@codemirror/language";
1543
1722
  import { tags, styleTags, Tag } from "@lezer/highlight";
1544
1723
  import { Table } from "@lezer/markdown";
1545
- import get4 from "lodash.get";
1546
1724
  var markdownTags = {
1547
1725
  Blockquote: Tag.define(),
1548
1726
  CodeMark: Tag.define(),
@@ -1728,12 +1906,12 @@ var markdownHighlightStyle = (readonly) => {
1728
1906
  ], {
1729
1907
  scope: markdownLanguage,
1730
1908
  all: {
1731
- fontFamily: get4(tokens, "fontFamily.body", []).join(",")
1909
+ fontFamily: getToken("fontFamily.body", []).join(",")
1732
1910
  }
1733
1911
  });
1734
1912
  };
1735
1913
 
1736
- // packages/ui/react-ui-editor/src/components/TextEditor/extensions/markdown/bundle.ts
1914
+ // packages/ui/react-ui-editor/src/extensions/markdown/bundle.ts
1737
1915
  var markdownBundle = ({ readonly, themeMode, placeholder: _placeholder }) => {
1738
1916
  return [
1739
1917
  EditorState.allowMultipleSelections.of(true),
@@ -1786,7 +1964,7 @@ var customKeymap = () => keymap4.of([
1786
1964
  ...searchKeymap
1787
1965
  ]);
1788
1966
 
1789
- // packages/ui/react-ui-editor/src/components/TextEditor/extensions/mention.ts
1967
+ // packages/ui/react-ui-editor/src/extensions/mention.ts
1790
1968
  import { autocompletion as autocompletion2 } from "@codemirror/autocomplete";
1791
1969
  var mention = ({ onSearch }) => {
1792
1970
  return autocompletion2({
@@ -1809,24 +1987,19 @@ var mention = ({ onSearch }) => {
1809
1987
  });
1810
1988
  };
1811
1989
 
1812
- // packages/ui/react-ui-editor/src/components/TextEditor/extensions/mermaid.ts
1813
- var mermaid = () => {
1814
- return [];
1815
- };
1816
-
1817
- // packages/ui/react-ui-editor/src/components/TextEditor/extensions/table.ts
1990
+ // packages/ui/react-ui-editor/src/extensions/table.ts
1818
1991
  import { syntaxTree as syntaxTree3 } from "@codemirror/language";
1819
- import { RangeSetBuilder as RangeSetBuilder3, StateField as StateField7 } from "@codemirror/state";
1820
- import { Decoration as Decoration6, EditorView as EditorView10, WidgetType as WidgetType5 } from "@codemirror/view";
1992
+ import { RangeSetBuilder as RangeSetBuilder2, StateField as StateField4 } from "@codemirror/state";
1993
+ import { Decoration as Decoration7, EditorView as EditorView10, WidgetType as WidgetType6 } from "@codemirror/view";
1821
1994
  var table = (options = {}) => {
1822
- return StateField7.define({
1823
- create: (state) => update3(state, options),
1824
- update: (_, tr) => update3(tr.state, options),
1995
+ return StateField4.define({
1996
+ create: (state) => update(state, options),
1997
+ update: (_, tr) => update(tr.state, options),
1825
1998
  provide: (field) => EditorView10.decorations.from(field)
1826
1999
  });
1827
2000
  };
1828
- var update3 = (state, options) => {
1829
- const builder = new RangeSetBuilder3();
2001
+ var update = (state, options) => {
2002
+ const builder = new RangeSetBuilder2();
1830
2003
  const cursor = state.selection.main.head;
1831
2004
  const tables = [];
1832
2005
  const getTable = () => tables[tables.length - 1];
@@ -1866,23 +2039,23 @@ var update3 = (state, options) => {
1866
2039
  });
1867
2040
  tables.forEach((table2) => {
1868
2041
  const hide = state.readOnly || cursor < table2.from || cursor > table2.to;
1869
- hide && builder.add(table2.from, table2.to, Decoration6.replace({
2042
+ hide && builder.add(table2.from, table2.to, Decoration7.replace({
1870
2043
  block: true,
1871
2044
  widget: new TableWidget(table2)
1872
2045
  }));
1873
- builder.add(table2.from, table2.to, Decoration6.mark({
2046
+ builder.add(table2.from, table2.to, Decoration7.mark({
1874
2047
  class: "cm-table"
1875
2048
  }));
1876
2049
  });
1877
2050
  return builder.finish();
1878
2051
  };
1879
- var TableWidget = class extends WidgetType5 {
2052
+ var TableWidget = class extends WidgetType6 {
1880
2053
  constructor(_table) {
1881
2054
  super();
1882
2055
  this._table = _table;
1883
2056
  }
1884
2057
  eq(other) {
1885
- return this._table.from === other?._table?.from;
2058
+ return this._table.header?.join() === other._table.header?.join() && this._table.rows?.join() === other._table.rows?.join();
1886
2059
  }
1887
2060
  toDOM(view) {
1888
2061
  const table2 = document.createElement("table");
@@ -1910,24 +2083,23 @@ var TableWidget = class extends WidgetType5 {
1910
2083
  }
1911
2084
  };
1912
2085
 
1913
- // packages/ui/react-ui-editor/src/components/TextEditor/extensions/tasklist.ts
1914
- import { EditorView as EditorView11, Decoration as Decoration7, WidgetType as WidgetType6, MatchDecorator as MatchDecorator3, ViewPlugin as ViewPlugin5 } from "@codemirror/view";
1915
- var styles4 = EditorView11.baseTheme({
2086
+ // packages/ui/react-ui-editor/src/extensions/tasklist.ts
2087
+ import { EditorView as EditorView11, Decoration as Decoration8, WidgetType as WidgetType7, MatchDecorator as MatchDecorator3, ViewPlugin as ViewPlugin7 } from "@codemirror/view";
2088
+ var styles5 = EditorView11.baseTheme({
1916
2089
  "& .cm-task-item": {
1917
2090
  paddingLeft: "4px",
1918
2091
  paddingRight: "8px"
1919
2092
  }
1920
2093
  });
1921
- var CheckboxWidget = class extends WidgetType6 {
1922
- constructor(_pos, _checked, _indent, _onCheck) {
2094
+ var CheckboxWidget = class extends WidgetType7 {
2095
+ constructor(_checked, _indent, _onCheck) {
1923
2096
  super();
1924
- this._pos = _pos;
1925
2097
  this._checked = _checked;
1926
2098
  this._indent = _indent;
1927
2099
  this._onCheck = _onCheck;
1928
2100
  }
1929
2101
  eq(other) {
1930
- return this._pos === other._pos && this._checked === other._checked && this._indent === other._indent;
2102
+ return this._checked === other._checked && this._indent === other._indent;
1931
2103
  }
1932
2104
  toDOM(view) {
1933
2105
  const wrap = document.createElement("span");
@@ -1958,8 +2130,8 @@ var tasklist = (options = {}) => {
1958
2130
  decoration: (match, view, pos) => {
1959
2131
  const indent = Math.floor(match[1].length / 2);
1960
2132
  const checked = match[2] === "x" || match[2] === "X";
1961
- return Decoration7.replace({
1962
- widget: new CheckboxWidget(pos, checked, indent, view.state.readOnly ? void 0 : (checked2) => {
2133
+ return Decoration8.replace({
2134
+ widget: new CheckboxWidget(checked, indent, view.state.readOnly ? void 0 : (checked2) => {
1963
2135
  const idx = pos + match[0].indexOf("[") + 1;
1964
2136
  view.dispatch({
1965
2137
  changes: {
@@ -1976,70 +2148,26 @@ var tasklist = (options = {}) => {
1976
2148
  });
1977
2149
  }
1978
2150
  });
1979
- const tasks = ViewPlugin5.fromClass(class {
2151
+ const tasks = ViewPlugin7.fromClass(class {
1980
2152
  constructor(view) {
1981
2153
  this.tasks = taskMatcher.createDeco(view);
1982
2154
  }
1983
- update(update4) {
1984
- this.tasks = taskMatcher.updateDeco(update4, this.tasks);
2155
+ update(update2) {
2156
+ this.tasks = taskMatcher.updateDeco(update2, this.tasks);
1985
2157
  }
1986
2158
  }, {
1987
2159
  decorations: (value) => value.tasks,
1988
2160
  provide: (plugin) => EditorView11.atomicRanges.of((view) => {
1989
- return view.plugin(plugin)?.tasks || Decoration7.none;
2161
+ return view.plugin(plugin)?.tasks || Decoration8.none;
1990
2162
  })
1991
2163
  });
1992
2164
  return [
1993
2165
  tasks,
1994
- styles4
2166
+ styles5
1995
2167
  ];
1996
2168
  };
1997
2169
 
1998
- // packages/ui/react-ui-editor/src/components/TextEditor/extensions/tooltip.ts
1999
- import { hoverTooltip as hoverTooltip2 } from "@codemirror/view";
2000
- import { tooltipContent } from "@dxos/react-ui-theme";
2001
- var markdownLinkRegexp = /\[([^\]]+)]\(([^)]+)\)/;
2002
- var tooltip = ({ onHover, regexp = markdownLinkRegexp }) => hoverTooltip2((view, pos) => {
2003
- const { from, text } = view.state.doc.lineAt(pos);
2004
- const p = pos - from;
2005
- let idx = 0;
2006
- let match;
2007
- do {
2008
- match = text.substring(idx).match(regexp);
2009
- if (!match) {
2010
- match = void 0;
2011
- break;
2012
- }
2013
- idx = text.indexOf(match[0]);
2014
- if (p >= idx && p < idx + match[0].length) {
2015
- break;
2016
- }
2017
- idx += match[0].length;
2018
- } while (true);
2019
- if (!match) {
2020
- return null;
2021
- }
2022
- const [, , url] = match ?? [];
2023
- return {
2024
- pos: idx + from,
2025
- end: idx + from + match[0].length,
2026
- above: true,
2027
- create: () => {
2028
- const el = document.createElement("div");
2029
- el.className = tooltipContent({}, "pli-2 plb-1");
2030
- onHover(el, url);
2031
- return {
2032
- dom: el,
2033
- offset: {
2034
- x: 0,
2035
- y: 4
2036
- }
2037
- };
2038
- }
2039
- };
2040
- });
2041
-
2042
- // packages/ui/react-ui-editor/src/components/TextEditor/extensions/typewriter.ts
2170
+ // packages/ui/react-ui-editor/src/extensions/typewriter.ts
2043
2171
  import { keymap as keymap5 } from "@codemirror/view";
2044
2172
  var defaultItems = [
2045
2173
  "hello world!",
@@ -2096,8 +2224,29 @@ var typewriter = ({ delay = 75, items = defaultItems } = {}) => {
2096
2224
  ];
2097
2225
  };
2098
2226
 
2099
- // packages/ui/react-ui-editor/src/components/TextEditor/themes/default.ts
2100
- import get5 from "lodash.get";
2227
+ // packages/ui/react-ui-editor/src/extensions/yjs/yjs.ts
2228
+ import { yCollab } from "y-codemirror.next";
2229
+
2230
+ // packages/ui/react-ui-editor/src/extensions/yjs/cursor.ts
2231
+ import * as Y from "yjs";
2232
+ import { arrayToString, stringToArray } from "@dxos/util";
2233
+ var cursorConverter2 = (text) => ({
2234
+ toCursor: (index, assoc) => {
2235
+ return arrayToString(Y.encodeRelativePosition(Y.createRelativePositionFromTypeIndex(text, index, assoc)));
2236
+ },
2237
+ fromCursor: (cursor) => {
2238
+ return Y.createAbsolutePositionFromRelativePosition(Y.decodeRelativePosition(stringToArray(cursor)), text.doc)?.index ?? 0;
2239
+ }
2240
+ });
2241
+
2242
+ // packages/ui/react-ui-editor/src/extensions/yjs/yjs.ts
2243
+ var yjs = (content, awareness2) => [
2244
+ CursorConverter.of(cursorConverter2(content)),
2245
+ yCollab(content, awareness2)
2246
+ ];
2247
+
2248
+ // packages/ui/react-ui-editor/src/themes/default.ts
2249
+ import get3 from "lodash.get";
2101
2250
  var defaultTheme = {
2102
2251
  //
2103
2252
  // Main layout:
@@ -2126,21 +2275,21 @@ var defaultTheme = {
2126
2275
  "&.cm-focused": {
2127
2276
  outline: "none"
2128
2277
  },
2129
- "& .cm-scroller": {
2278
+ ".cm-scroller": {
2130
2279
  overflow: "visible",
2131
- fontFamily: get5(tokens, "fontFamily.mono", []).join(",")
2280
+ fontFamily: get3(tokens, "fontFamily.mono", []).join(",")
2132
2281
  },
2133
- "& .cm-content": {
2282
+ ".cm-content": {
2134
2283
  padding: 0,
2135
2284
  // NOTE: Base font size (otherwise defined by HTML tag, which might be different for storybook).
2136
2285
  fontSize: "16px"
2137
2286
  },
2138
2287
  "&light .cm-content": {
2139
- color: get5(tokens, "extend.colors.neutral.900", "black"),
2288
+ color: get3(tokens, "extend.colors.neutral.900", "black"),
2140
2289
  caretColor: "black"
2141
2290
  },
2142
2291
  "&dark .cm-content": {
2143
- color: get5(tokens, "extend.colors.neutral.100", "white"),
2292
+ color: get3(tokens, "extend.colors.neutral.100", "white"),
2144
2293
  caretColor: "white"
2145
2294
  },
2146
2295
  //
@@ -2152,41 +2301,41 @@ var defaultTheme = {
2152
2301
  "&dark .cm-cursor, &dark .cm-dropCursor": {
2153
2302
  borderLeft: "2px solid white"
2154
2303
  },
2155
- "& .cm-placeholder": {
2304
+ ".cm-placeholder": {
2156
2305
  fontWeight: 100
2157
2306
  },
2158
2307
  //
2159
2308
  // line
2160
2309
  //
2161
- "& .cm-line": {
2310
+ ".cm-line": {
2162
2311
  paddingInline: 0
2163
2312
  },
2164
- "& .cm-activeLine": {
2313
+ ".cm-activeLine": {
2165
2314
  background: "inherit"
2166
2315
  },
2167
2316
  //
2168
2317
  // Selection
2169
2318
  //
2170
2319
  "&light .cm-selectionBackground": {
2171
- background: get5(tokens, "extend.colors.primary.100")
2320
+ background: get3(tokens, "extend.colors.primary.100")
2172
2321
  },
2173
2322
  "&light.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground": {
2174
- background: get5(tokens, "extend.colors.primary.200")
2323
+ background: get3(tokens, "extend.colors.primary.200")
2175
2324
  },
2176
2325
  "&dark .cm-selectionBackground": {
2177
- background: get5(tokens, "extend.colors.primary.700")
2326
+ background: get3(tokens, "extend.colors.primary.700")
2178
2327
  },
2179
2328
  "&dark.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground": {
2180
- background: get5(tokens, "extend.colors.primary.600")
2329
+ background: get3(tokens, "extend.colors.primary.600")
2181
2330
  },
2182
2331
  //
2183
2332
  // Search
2184
2333
  //
2185
2334
  "&light .cm-searchMatch": {
2186
- backgroundColor: get5(tokens, "extend.colors.yellow.100")
2335
+ backgroundColor: get3(tokens, "extend.colors.yellow.100")
2187
2336
  },
2188
2337
  "&dark .cm-searchMatch": {
2189
- backgroundColor: get5(tokens, "extend.colors.yellow.700")
2338
+ backgroundColor: get3(tokens, "extend.colors.yellow.700")
2190
2339
  },
2191
2340
  //
2192
2341
  // collaboration
@@ -2198,95 +2347,101 @@ var defaultTheme = {
2198
2347
  "&dark .cm-ySelection, &dark .cm-yLineSelection": {
2199
2348
  mixBlendMode: "screen"
2200
2349
  },
2201
- "& .cm-ySelectionInfo": {
2350
+ ".cm-ySelectionInfo": {
2202
2351
  padding: "2px 4px",
2203
2352
  marginBlockStart: "-4px"
2204
2353
  },
2205
- "& .cm-ySelection, & .cm-selectionMatch": {
2354
+ ".cm-ySelection, & .cm-selectionMatch": {
2206
2355
  paddingBlockStart: ".15em",
2207
2356
  paddingBlockEnd: ".15em"
2208
2357
  },
2209
- "& .cm-ySelectionCaret": {
2358
+ ".cm-ySelectionCaret": {
2210
2359
  display: "inline-block",
2211
2360
  insetBlockStart: ".1em",
2212
2361
  blockSize: "1.4em",
2213
2362
  verticalAlign: "top"
2214
2363
  },
2215
- "& .cm-yLineSelection": {
2364
+ ".cm-yLineSelection": {
2216
2365
  margin: 0
2217
2366
  },
2218
2367
  //
2219
2368
  // link
2220
2369
  //
2221
- "& .cm-link": {
2222
- color: get5(tokens, "extend.colors.primary.500"),
2370
+ ".cm-link": {
2371
+ color: get3(tokens, "extend.colors.primary.500"),
2223
2372
  textDecorationLine: "underline",
2224
2373
  textDecorationThickness: "1px",
2225
2374
  textUnderlineOffset: "2px",
2226
2375
  borderRadius: ".125rem",
2227
- fontFamily: get5(tokens, "fontFamily.body", []).join(",")
2376
+ fontFamily: get3(tokens, "fontFamily.body", []).join(",")
2228
2377
  },
2229
2378
  //
2230
2379
  // tooltip
2231
2380
  //
2232
- "& .cm-tooltip": {
2381
+ ".cm-tooltip": {
2233
2382
  border: "none"
2234
2383
  },
2235
- "& .cm-tooltip-below": {},
2384
+ ".cm-tooltip-below": {},
2236
2385
  //
2237
2386
  // autocomplete
2238
2387
  //
2239
- "& .cm-tooltip-autocomplete": {
2388
+ ".cm-tooltip-autocomplete": {
2240
2389
  marginTop: "4px",
2241
2390
  marginLeft: "-3px"
2242
2391
  },
2243
- "& .cm-tooltip-autocomplete ul li": {},
2244
- "& .cm-tooltip-autocomplete ul li[aria-selected]": {},
2245
- "& .cm-completionIcon": {
2392
+ ".cm-tooltip-autocomplete ul li": {},
2393
+ ".cm-tooltip-autocomplete ul li[aria-selected]": {},
2394
+ ".cm-completionIcon": {
2246
2395
  display: "none"
2247
2396
  },
2248
- "& .cm-completionLabel": {
2249
- fontFamily: get5(tokens, "fontFamily.body", []).join(",")
2397
+ ".cm-completionLabel": {
2398
+ fontFamily: get3(tokens, "fontFamily.body", []).join(",")
2250
2399
  },
2251
- "& .cm-completionMatchedText": {
2400
+ ".cm-completionMatchedText": {
2252
2401
  textDecoration: "none"
2253
2402
  },
2254
2403
  //
2255
2404
  // widgets
2256
2405
  //
2257
- "& .cm-widgetBuffer": {
2406
+ ".cm-widgetBuffer": {
2258
2407
  display: "none",
2259
2408
  height: 0
2260
2409
  },
2261
2410
  //
2262
2411
  // table
2263
2412
  //
2264
- "& .cm-table *": {
2265
- fontFamily: `${get5(tokens, "fontFamily.mono", []).join(",")} !important`,
2413
+ ".cm-table *": {
2414
+ fontFamily: `${get3(tokens, "fontFamily.mono", []).join(",")} !important`,
2266
2415
  textDecoration: "none !important"
2267
2416
  },
2268
- "& .cm-table-head": {
2417
+ ".cm-table-head": {
2269
2418
  padding: "2px 16px 2px 0px",
2270
- borderBottom: `1px solid ${get5(tokens, "extend.colors.neutral.500")}`,
2419
+ borderBottom: `1px solid ${get3(tokens, "extend.colors.neutral.500")}`,
2271
2420
  fontWeight: 100,
2272
2421
  textAlign: "left",
2273
- color: get5(tokens, "extend.colors.neutral.500")
2422
+ color: get3(tokens, "extend.colors.neutral.500")
2274
2423
  },
2275
- "& .cm-table-cell": {
2424
+ ".cm-table-cell": {
2276
2425
  padding: "2px 16px 2px 0px"
2277
2426
  },
2278
2427
  //
2279
2428
  // image
2280
2429
  //
2281
- "& .cm-image": {
2282
- margin: "0.5rem 0"
2430
+ ".cm-image": {
2431
+ display: "block",
2432
+ height: "0"
2433
+ },
2434
+ ".cm-image.cm-loaded-image": {
2435
+ height: "auto",
2436
+ borderTop: "0.5rem solid transparent",
2437
+ borderBottom: "0.5rem solid transparent"
2283
2438
  },
2284
2439
  //
2285
2440
  // font size
2286
2441
  // TODO(thure): This appears to be the best or only way to set selection caret heights, but it's far more verbose than it needs to be.
2287
2442
  //
2288
- ...Object.keys(get5(tokens, "extend.fontSize", {})).reduce((acc, fontSize) => {
2289
- const height = get5(tokens, [
2443
+ ...Object.keys(get3(tokens, "extend.fontSize", {})).reduce((acc, fontSize) => {
2444
+ const height = get3(tokens, [
2290
2445
  "extend",
2291
2446
  "fontSize",
2292
2447
  fontSize,
@@ -2320,64 +2475,55 @@ var defaultTheme = {
2320
2475
  * </div>
2321
2476
  * </div
2322
2477
  */
2323
- "& .cm-panels": {
2324
- border: `1px solid ${get5(tokens, "extend.colors.neutral.200")}`
2478
+ ".cm-panels": {
2479
+ border: `1px solid ${get3(tokens, "extend.colors.neutral.200")}`
2325
2480
  },
2326
- "& .cm-panel": {
2327
- background: get5(tokens, "extend.colors.neutral.50"),
2328
- fontFamily: get5(tokens, "fontFamily.body", []).join(",")
2481
+ ".cm-panel": {
2482
+ background: get3(tokens, "extend.colors.neutral.50"),
2483
+ fontFamily: get3(tokens, "fontFamily.body", []).join(",")
2329
2484
  },
2330
- "& .cm-button": {
2485
+ ".cm-button": {
2331
2486
  margin: "4px",
2332
- fontFamily: get5(tokens, "fontFamily.body", []).join(","),
2333
- background: get5(tokens, "extend.colors.neutral.100"),
2487
+ fontFamily: get3(tokens, "fontFamily.body", []).join(","),
2488
+ background: get3(tokens, "extend.colors.neutral.100"),
2334
2489
  backgroundImage: "none",
2335
2490
  border: "none",
2336
2491
  "&:hover": {
2337
- background: get5(tokens, "extend.colors.neutral.200")
2492
+ background: get3(tokens, "extend.colors.neutral.200")
2338
2493
  },
2339
2494
  "&:active": {
2340
- background: get5(tokens, "extend.colors.neutral.300"),
2495
+ background: get3(tokens, "extend.colors.neutral.300"),
2341
2496
  backgroundImage: "none"
2342
2497
  }
2343
2498
  },
2344
- "& .cm-panel input[type=checkbox]": {
2499
+ ".cm-panel input[type=checkbox]": {
2345
2500
  marginRight: "0.4rem !important"
2346
2501
  }
2347
2502
  };
2348
2503
  var textTheme = {
2349
- "& .cm-scroller": {
2350
- fontFamily: get5(tokens, "fontFamily.body", []).join(",")
2504
+ ".cm-scroller": {
2505
+ fontFamily: get3(tokens, "fontFamily.body", []).join(",")
2351
2506
  },
2352
- "& .cm-placeholder": {
2353
- fontFamily: get5(tokens, "fontFamily.body", []).join(",")
2507
+ ".cm-placeholder": {
2508
+ fontFamily: get3(tokens, "fontFamily.body", []).join(",")
2354
2509
  }
2355
2510
  };
2356
2511
  var markdownTheme = {
2357
2512
  // NOTE: Must leave base font family as is (i.e., monospace) due to fenced code blocks.
2358
- "& .cm-placeholder": {
2359
- fontFamily: get5(tokens, "fontFamily.body", []).join(",")
2513
+ ".cm-placeholder": {
2514
+ fontFamily: get3(tokens, "fontFamily.body", []).join(",")
2360
2515
  }
2361
2516
  };
2362
2517
  var codeTheme = {
2363
- "& .cm-scroller": {
2364
- fontFamily: get5(tokens, "fontFamily.mono", []).join(",")
2518
+ ".cm-scroller": {
2519
+ fontFamily: get3(tokens, "fontFamily.mono", []).join(",")
2365
2520
  },
2366
- "& .cm-placeholder": {
2367
- fontFamily: get5(tokens, "fontFamily.mono", []).join(",")
2521
+ ".cm-placeholder": {
2522
+ fontFamily: get3(tokens, "fontFamily.mono", []).join(",")
2368
2523
  }
2369
2524
  };
2370
2525
 
2371
2526
  // packages/ui/react-ui-editor/src/components/TextEditor/TextEditor.tsx
2372
- import { EditorState as EditorState2 } from "@codemirror/state";
2373
- import { EditorView as EditorView12 } from "@codemirror/view";
2374
- import { useFocusableGroup } from "@fluentui/react-tabster";
2375
- import { vim } from "@replit/codemirror-vim";
2376
- import defaultsDeep2 from "lodash.defaultsdeep";
2377
- import React, { forwardRef, useCallback, useEffect as useEffect2, useImperativeHandle, useState as useState2 } from "react";
2378
- import { generateName } from "@dxos/display-name";
2379
- import { useThemeContext } from "@dxos/react-ui";
2380
- import { getColorForValue, inputSurface, mx as mx3 } from "@dxos/react-ui-theme";
2381
2527
  var EditorModes = [
2382
2528
  "default",
2383
2529
  "vim"
@@ -2387,8 +2533,8 @@ var BaseTextEditor = /* @__PURE__ */ forwardRef(({ model, readonly, comments: co
2387
2533
  const tabsterDOMAttribute = useFocusableGroup({
2388
2534
  tabBehavior: "limited"
2389
2535
  });
2390
- const [root, setRoot] = useState2(null);
2391
- const [{ state = void 0, view = void 0 } = {}, setEditor] = useState2();
2536
+ const [root, setRoot] = useState(null);
2537
+ const [{ state = void 0, view = void 0 } = {}, setEditor] = useState();
2392
2538
  useImperativeHandle(forwardedRef, () => ({
2393
2539
  root,
2394
2540
  state,
@@ -2398,10 +2544,10 @@ var BaseTextEditor = /* @__PURE__ */ forwardRef(({ model, readonly, comments: co
2398
2544
  state,
2399
2545
  root
2400
2546
  ]);
2401
- const { awareness, peer } = model;
2402
- useEffect2(() => {
2403
- if (awareness && peer) {
2404
- awareness.setLocalStateField("user", {
2547
+ const { awareness: awareness2, peer } = model;
2548
+ useEffect(() => {
2549
+ if (awareness2 && peer) {
2550
+ awareness2.setLocalStateField("user", {
2405
2551
  name: peer.name ?? generateName(peer.id),
2406
2552
  color: getColorForValue({
2407
2553
  value: peer.id,
@@ -2415,11 +2561,11 @@ var BaseTextEditor = /* @__PURE__ */ forwardRef(({ model, readonly, comments: co
2415
2561
  });
2416
2562
  }
2417
2563
  }, [
2418
- awareness,
2564
+ awareness2,
2419
2565
  peer,
2420
2566
  themeMode
2421
2567
  ]);
2422
- useEffect2(() => {
2568
+ useEffect(() => {
2423
2569
  if (view && comments2?.length) {
2424
2570
  view.dispatch({
2425
2571
  effects: setCommentRange.of({
@@ -2432,7 +2578,7 @@ var BaseTextEditor = /* @__PURE__ */ forwardRef(({ model, readonly, comments: co
2432
2578
  view,
2433
2579
  comments2
2434
2580
  ]);
2435
- useEffect2(() => {
2581
+ useEffect(() => {
2436
2582
  if (!root) {
2437
2583
  return;
2438
2584
  }
@@ -2550,28 +2696,376 @@ var defaultMarkdownSlots = {
2550
2696
  theme: markdownTheme
2551
2697
  }
2552
2698
  };
2699
+
2700
+ // packages/ui/react-ui-editor/src/hooks/automerge.ts
2701
+ import get4 from "lodash.get";
2702
+ import { getRawDoc } from "@dxos/echo-schema";
2703
+ import { isNotNullOrUndefined } from "@dxos/util";
2704
+
2705
+ // packages/ui/react-ui-editor/src/hooks/awareness-provider.ts
2706
+ import { DeferredTask, Event as Event2, sleep } from "@dxos/async";
2707
+ import { Context as Context2 } from "@dxos/context";
2708
+ import { invariant as invariant3 } from "@dxos/invariant";
2709
+ import { log as log3 } from "@dxos/log";
2710
+ var __dxlog_file4 = "/home/runner/work/dxos/dxos/packages/ui/react-ui-editor/src/hooks/awareness-provider.ts";
2711
+ var DEBOUNCE_INTERVAL = 100;
2712
+ var SpaceAwarenessProvider = class {
2713
+ constructor(params) {
2714
+ this.remoteStateChange = new Event2();
2715
+ this._remoteStates = /* @__PURE__ */ new Map();
2716
+ this._space = params.space;
2717
+ this._channel = params.channel;
2718
+ this._peerId = params.peerId;
2719
+ this._info = params.info;
2720
+ }
2721
+ open() {
2722
+ this._ctx = new Context2();
2723
+ this._postTask = new DeferredTask(this._ctx, async () => {
2724
+ if (this._localState) {
2725
+ await this._space.postMessage(this._channel, {
2726
+ kind: "post",
2727
+ state: this._localState
2728
+ });
2729
+ await sleep(DEBOUNCE_INTERVAL);
2730
+ }
2731
+ });
2732
+ const unsubscribe = this._space.listen(this._channel, (message) => {
2733
+ switch (message.payload.kind) {
2734
+ case "query": {
2735
+ this._handleQueryMessage();
2736
+ break;
2737
+ }
2738
+ case "post": {
2739
+ this._handlePostMessage(message.payload);
2740
+ break;
2741
+ }
2742
+ }
2743
+ });
2744
+ this._ctx.onDispose(unsubscribe);
2745
+ void this._space.postMessage(this._channel, {
2746
+ kind: "query"
2747
+ }).catch((err) => {
2748
+ log3.debug("failed to query awareness", {
2749
+ err
2750
+ }, {
2751
+ F: __dxlog_file4,
2752
+ L: 85,
2753
+ S: this,
2754
+ C: (f, a) => f(...a)
2755
+ });
2756
+ });
2757
+ }
2758
+ close() {
2759
+ void this._ctx?.dispose();
2760
+ this._ctx = void 0;
2761
+ this._postTask = void 0;
2762
+ }
2763
+ update(position) {
2764
+ invariant3(this._postTask, void 0, {
2765
+ F: __dxlog_file4,
2766
+ L: 96,
2767
+ S: this,
2768
+ A: [
2769
+ "this._postTask",
2770
+ ""
2771
+ ]
2772
+ });
2773
+ this._localState = {
2774
+ peerId: this._peerId,
2775
+ position,
2776
+ info: this._info
2777
+ };
2778
+ this._postTask.schedule();
2779
+ }
2780
+ getRemoteStates() {
2781
+ return Array.from(this._remoteStates.values());
2782
+ }
2783
+ _handleQueryMessage() {
2784
+ invariant3(this._postTask, void 0, {
2785
+ F: __dxlog_file4,
2786
+ L: 111,
2787
+ S: this,
2788
+ A: [
2789
+ "this._postTask",
2790
+ ""
2791
+ ]
2792
+ });
2793
+ this._postTask.schedule();
2794
+ }
2795
+ _handlePostMessage(message) {
2796
+ invariant3(message.kind === "post", void 0, {
2797
+ F: __dxlog_file4,
2798
+ L: 116,
2799
+ S: this,
2800
+ A: [
2801
+ "message.kind === 'post'",
2802
+ ""
2803
+ ]
2804
+ });
2805
+ this._remoteStates.set(message.state.peerId, message.state);
2806
+ this.remoteStateChange.emit();
2807
+ }
2808
+ };
2809
+
2810
+ // packages/ui/react-ui-editor/src/hooks/useTextModel.ts
2811
+ import { StateField as StateField5 } from "@codemirror/state";
2812
+ import { useEffect as useEffect2, useState as useState2 } from "react";
2813
+ import { isAutomergeObject } from "@dxos/react-client/echo";
2814
+
2815
+ // packages/ui/react-ui-editor/src/hooks/yjs.ts
2816
+ import * as decoding from "lib0/decoding";
2817
+ import * as encoding from "lib0/encoding";
2818
+ import { Observable } from "lib0/observable";
2819
+ import * as YP from "y-protocols/awareness";
2820
+ import * as Y2 from "yjs";
2821
+ import { invariant as invariant4 } from "@dxos/invariant";
2822
+ import { log as log4 } from "@dxos/log";
2823
+ import { arrayToString as arrayToString2, stringToArray as stringToArray2 } from "@dxos/util";
2824
+ var __dxlog_file5 = "/home/runner/work/dxos/dxos/packages/ui/react-ui-editor/src/hooks/yjs.ts";
2825
+ var createYjsModel = ({ identity, space, text }) => {
2826
+ invariant4(text?.doc && text?.content, void 0, {
2827
+ F: __dxlog_file5,
2828
+ L: 23,
2829
+ S: void 0,
2830
+ A: [
2831
+ "text?.doc && text?.content",
2832
+ ""
2833
+ ]
2834
+ });
2835
+ const provider = space ? new YAwarenessProvider({
2836
+ space,
2837
+ doc: text.doc,
2838
+ channel: `yjs.awareness.${text.id}`
2839
+ }) : void 0;
2840
+ const model = {
2841
+ id: text.doc.guid,
2842
+ content: text.content,
2843
+ text: () => text.content.toString(),
2844
+ // https://github.com/yjs/yjs?tab=readme-ov-file#relative-positions
2845
+ // TODO(dmaretskyi): Refactor as cursor-converter.
2846
+ getCursorFromRange: (range) => {
2847
+ const from = Y2.encodeRelativePosition(Y2.createRelativePositionFromTypeIndex(text.content, range.from));
2848
+ const to = Y2.encodeRelativePosition(Y2.createRelativePositionFromTypeIndex(text.content, range.to, -1));
2849
+ return [
2850
+ arrayToString2(from),
2851
+ arrayToString2(to)
2852
+ ].join(":");
2853
+ },
2854
+ getRangeFromCursor: (cursor) => {
2855
+ invariant4(text.doc, void 0, {
2856
+ F: __dxlog_file5,
2857
+ L: 40,
2858
+ S: void 0,
2859
+ A: [
2860
+ "text.doc",
2861
+ ""
2862
+ ]
2863
+ });
2864
+ const parts = cursor.split(":");
2865
+ const from = Y2.createAbsolutePositionFromRelativePosition(Y2.decodeRelativePosition(stringToArray2(parts[0])), text.doc);
2866
+ const to = Y2.createAbsolutePositionFromRelativePosition(Y2.decodeRelativePosition(stringToArray2(parts[1])), text.doc);
2867
+ return from && to ? {
2868
+ from: from.index,
2869
+ to: to.index
2870
+ } : void 0;
2871
+ },
2872
+ extension: [
2873
+ modelState.init(() => model),
2874
+ yjs(text.content, provider?.awareness)
2875
+ ],
2876
+ awareness: provider?.awareness,
2877
+ peer: identity ? {
2878
+ id: identity.identityKey.toHex(),
2879
+ name: identity.profile?.displayName
2880
+ } : void 0
2881
+ };
2882
+ return model;
2883
+ };
2884
+ var messageAwareness = 1;
2885
+ var messageQueryAwareness = 3;
2886
+ var YAwarenessProvider = class extends Observable {
2887
+ constructor({ space, doc, channel, awareness: awareness2 }) {
2888
+ super();
2889
+ this._space = space;
2890
+ this._awareness = awareness2 ?? new YP.Awareness(doc);
2891
+ this._channel = channel;
2892
+ this._clientId = doc.clientID;
2893
+ this._awareness.on("update", this._handleAwarenessUpdate.bind(this));
2894
+ this._space.listen(this._channel, this._handleSpaceMessage.bind(this));
2895
+ if (typeof window !== "undefined") {
2896
+ window.addEventListener("beforeunload", this._handleBeforeUnload.bind(this));
2897
+ } else if (typeof process !== "undefined") {
2898
+ process.on("exit", this._handleBeforeUnload.bind(this));
2899
+ }
2900
+ const encoderAwarenessQuery = encoding.createEncoder();
2901
+ encoding.writeVarUint(encoderAwarenessQuery, messageQueryAwareness);
2902
+ void this._space.postMessage(this._channel, encoding.toUint8Array(encoderAwarenessQuery));
2903
+ const encoderAwarenessState = encoding.createEncoder();
2904
+ encoding.writeVarUint(encoderAwarenessState, messageAwareness);
2905
+ encoding.writeVarUint8Array(encoderAwarenessState, YP.encodeAwarenessUpdate(this.awareness, [
2906
+ this._clientId
2907
+ ]));
2908
+ void this._space.postMessage(this._channel, encoding.toUint8Array(encoderAwarenessState));
2909
+ }
2910
+ get awareness() {
2911
+ return this._awareness;
2912
+ }
2913
+ _handleAwarenessUpdate({ added, updated, removed }, origin) {
2914
+ log4("awareness update", {
2915
+ added,
2916
+ updated,
2917
+ removed,
2918
+ origin
2919
+ }, {
2920
+ F: __dxlog_file5,
2921
+ L: 122,
2922
+ S: this,
2923
+ C: (f, a) => f(...a)
2924
+ });
2925
+ const changedClients = added.concat(updated).concat(removed);
2926
+ const encoderAwareness = encoding.createEncoder();
2927
+ encoding.writeVarUint(encoderAwareness, messageAwareness);
2928
+ encoding.writeVarUint8Array(encoderAwareness, YP.encodeAwarenessUpdate(this._awareness, changedClients));
2929
+ void this._space.postMessage(this._channel, encoding.toUint8Array(encoderAwareness));
2930
+ }
2931
+ _handleSpaceMessage({ payload }) {
2932
+ log4("space message", payload, {
2933
+ F: __dxlog_file5,
2934
+ L: 131,
2935
+ S: this,
2936
+ C: (f, a) => f(...a)
2937
+ });
2938
+ const data = new Uint8Array(Array.from(Object.values(payload)));
2939
+ const encoder = this._readMessage(data);
2940
+ if (encoder) {
2941
+ void this._space.postMessage(this._channel, encoding.toUint8Array(encoder));
2942
+ }
2943
+ }
2944
+ _readMessage(message) {
2945
+ const decoder = decoding.createDecoder(message);
2946
+ const encoder = encoding.createEncoder();
2947
+ const messageType = decoding.readVarUint(decoder);
2948
+ let sendReply = false;
2949
+ switch (messageType) {
2950
+ case messageAwareness: {
2951
+ YP.applyAwarenessUpdate(this._awareness, decoding.readVarUint8Array(decoder), this);
2952
+ break;
2953
+ }
2954
+ case messageQueryAwareness: {
2955
+ encoding.writeVarUint(encoder, messageAwareness);
2956
+ encoding.writeVarUint8Array(encoder, YP.encodeAwarenessUpdate(this._awareness, Array.from(this._awareness.getStates().keys())));
2957
+ sendReply = true;
2958
+ break;
2959
+ }
2960
+ default: {
2961
+ console.error("Invalid message:", messageType);
2962
+ return encoder;
2963
+ }
2964
+ }
2965
+ if (!sendReply) {
2966
+ return null;
2967
+ }
2968
+ return encoder;
2969
+ }
2970
+ _handleBeforeUnload() {
2971
+ YP.removeAwarenessStates(this._awareness, [
2972
+ this._clientId
2973
+ ], "window unload");
2974
+ }
2975
+ };
2976
+
2977
+ // packages/ui/react-ui-editor/src/hooks/useTextModel.ts
2978
+ var modelState = StateField5.define({
2979
+ create: () => void 0,
2980
+ update: (model) => model
2981
+ });
2982
+ var useTextModel = (props) => {
2983
+ const { identity, space, text } = props;
2984
+ const [model, setModel] = useState2(() => createModel(props));
2985
+ useEffect2(() => setModel(createModel(props)), [
2986
+ identity,
2987
+ space,
2988
+ text
2989
+ ]);
2990
+ return model;
2991
+ };
2992
+ var createModel = (props) => {
2993
+ const { text } = props;
2994
+ if (isAutomergeObject(text)) {
2995
+ return createAutomergeModel(props);
2996
+ } else if (text?.doc) {
2997
+ return createYjsModel(props);
2998
+ } else {
2999
+ return void 0;
3000
+ }
3001
+ };
3002
+
3003
+ // packages/ui/react-ui-editor/src/hooks/automerge.ts
3004
+ var createAutomergeModel = ({ space, identity, text }) => {
3005
+ const obj = text;
3006
+ const doc = getRawDoc(obj, [
3007
+ obj.field
3008
+ ]);
3009
+ const awarenessProvider = space && new SpaceAwarenessProvider({
3010
+ space,
3011
+ channel: `automerge.awareness.${obj.id}`,
3012
+ info: {
3013
+ displayName: identity?.profile?.displayName ?? "",
3014
+ color: cursorColor.color,
3015
+ lightColor: cursorColor.light
3016
+ },
3017
+ peerId: identity?.identityKey.toHex() ?? "Anonymous"
3018
+ });
3019
+ const model = {
3020
+ id: obj.id,
3021
+ content: doc,
3022
+ text: () => get4(doc.handle.docSync(), doc.path),
3023
+ // TODO(burdon): https://automerge.org/automerge/api-docs/js/functions/next.getCursor.html
3024
+ extension: [
3025
+ modelState.init(() => model),
3026
+ automerge3({
3027
+ handle: doc.handle,
3028
+ path: doc.path
3029
+ }),
3030
+ awarenessProvider && AwarenessProvider.of(awarenessProvider),
3031
+ awareness()
3032
+ ].filter(isNotNullOrUndefined),
3033
+ peer: identity ? {
3034
+ id: identity.identityKey.toHex(),
3035
+ name: identity.profile?.displayName
3036
+ } : void 0
3037
+ };
3038
+ return model;
3039
+ };
2553
3040
  export {
3041
+ AwarenessProvider,
2554
3042
  BaseTextEditor,
2555
3043
  Doc,
2556
3044
  EditorModes,
2557
3045
  MarkdownEditor,
3046
+ RemoteSelectionsDecorator,
2558
3047
  SpaceAwarenessProvider,
2559
3048
  TextEditor,
2560
3049
  TextKind,
3050
+ YAwarenessProvider,
2561
3051
  YText,
2562
3052
  YXmlFragment,
2563
3053
  autocomplete,
3054
+ automerge3 as automerge,
3055
+ awareness,
2564
3056
  basicBundle,
2565
3057
  blast,
2566
3058
  code2 as code,
2567
3059
  codeTheme,
2568
3060
  comments,
2569
- cursorColor,
3061
+ createAutomergeModel,
3062
+ createYjsModel,
2570
3063
  defaultMarkdownSlots,
2571
3064
  defaultOptions,
2572
3065
  defaultSlots,
2573
3066
  defaultTextSlots,
2574
3067
  defaultTheme,
3068
+ getToken,
2575
3069
  hr,
2576
3070
  image,
2577
3071
  link,
@@ -2582,15 +3076,16 @@ export {
2582
3076
  markdownTagsExtensions,
2583
3077
  markdownTheme,
2584
3078
  mention,
2585
- mermaid,
2586
3079
  modelState,
2587
3080
  setCommentRange,
3081
+ setFocus,
3082
+ setSelection,
2588
3083
  table,
2589
3084
  tags2 as tags,
2590
3085
  tasklist,
2591
3086
  textTheme,
2592
- tooltip,
2593
3087
  typewriter,
2594
- useTextModel
3088
+ useTextModel,
3089
+ yjs
2595
3090
  };
2596
3091
  //# sourceMappingURL=index.mjs.map