@dxos/react-ui-markdown 0.8.4-main.cb12b3f963 → 0.8.4-main.dfabb4ec29

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxos/react-ui-markdown",
3
- "version": "0.8.4-main.cb12b3f963",
3
+ "version": "0.8.4-main.dfabb4ec29",
4
4
  "description": "Markdown components.",
5
5
  "homepage": "https://dxos.org",
6
6
  "bugs": "https://github.com/dxos/dxos/issues",
@@ -27,7 +27,7 @@
27
27
  "@codemirror/autocomplete": "^6.19.0",
28
28
  "@codemirror/language": "^6.11.3",
29
29
  "@codemirror/state": "^6.5.2",
30
- "@codemirror/view": "^6.38.4",
30
+ "@codemirror/view": "^6.38.5",
31
31
  "@lezer/common": "^1.2.2",
32
32
  "@lezer/highlight": "^1.2.1",
33
33
  "@lezer/markdown": "^1.3.1",
@@ -39,18 +39,18 @@
39
39
  "react-markdown": "^10.1.0",
40
40
  "react-resize-detector": "^11.0.1",
41
41
  "remark-gfm": "^4.0.1",
42
- "@dxos/async": "0.8.4-main.cb12b3f963",
43
- "@dxos/echo": "0.8.4-main.cb12b3f963",
44
- "@dxos/effect": "0.8.4-main.cb12b3f963",
45
- "@dxos/invariant": "0.8.4-main.cb12b3f963",
46
- "@dxos/log": "0.8.4-main.cb12b3f963",
47
- "@dxos/react-ui": "0.8.4-main.cb12b3f963",
48
- "@dxos/react-ui-syntax-highlighter": "0.8.4-main.cb12b3f963",
49
- "@dxos/ui": "0.8.4-main.cb12b3f963",
50
- "@dxos/ui-editor": "0.8.4-main.cb12b3f963",
51
- "@dxos/ui-theme": "0.8.4-main.cb12b3f963",
52
- "@dxos/util": "0.8.4-main.cb12b3f963",
53
- "@dxos/react-ui-editor": "0.8.4-main.cb12b3f963"
42
+ "@dxos/async": "0.8.4-main.dfabb4ec29",
43
+ "@dxos/echo": "0.8.4-main.dfabb4ec29",
44
+ "@dxos/effect": "0.8.4-main.dfabb4ec29",
45
+ "@dxos/log": "0.8.4-main.dfabb4ec29",
46
+ "@dxos/react-ui": "0.8.4-main.dfabb4ec29",
47
+ "@dxos/react-ui-syntax-highlighter": "0.8.4-main.dfabb4ec29",
48
+ "@dxos/invariant": "0.8.4-main.dfabb4ec29",
49
+ "@dxos/react-ui-editor": "0.8.4-main.dfabb4ec29",
50
+ "@dxos/ui": "0.8.4-main.dfabb4ec29",
51
+ "@dxos/ui-editor": "0.8.4-main.dfabb4ec29",
52
+ "@dxos/ui-theme": "0.8.4-main.dfabb4ec29",
53
+ "@dxos/util": "0.8.4-main.dfabb4ec29"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@effect/vitest": "0.29.0",
@@ -59,22 +59,22 @@
59
59
  "react": "~19.2.3",
60
60
  "react-dom": "~19.2.3",
61
61
  "vite": "^8.0.10",
62
- "@dxos/lit-ui": "0.8.4-main.cb12b3f963",
63
- "@dxos/keys": "0.8.4-main.cb12b3f963",
64
- "@dxos/echo": "0.8.4-main.cb12b3f963",
65
- "@dxos/react-client": "0.8.4-main.cb12b3f963",
66
- "@dxos/random": "0.8.4-main.cb12b3f963",
67
- "@dxos/react-ui": "0.8.4-main.cb12b3f963",
68
- "@dxos/schema": "0.8.4-main.cb12b3f963",
69
- "@dxos/storybook-utils": "0.8.4-main.cb12b3f963",
70
- "@dxos/ui-theme": "0.8.4-main.cb12b3f963"
62
+ "@dxos/echo": "0.8.4-main.dfabb4ec29",
63
+ "@dxos/keys": "0.8.4-main.dfabb4ec29",
64
+ "@dxos/lit-ui": "0.8.4-main.dfabb4ec29",
65
+ "@dxos/random": "0.8.4-main.dfabb4ec29",
66
+ "@dxos/react-client": "0.8.4-main.dfabb4ec29",
67
+ "@dxos/react-ui": "0.8.4-main.dfabb4ec29",
68
+ "@dxos/schema": "0.8.4-main.dfabb4ec29",
69
+ "@dxos/storybook-utils": "0.8.4-main.dfabb4ec29",
70
+ "@dxos/ui-theme": "0.8.4-main.dfabb4ec29"
71
71
  },
72
72
  "peerDependencies": {
73
73
  "effect": "3.20.0",
74
74
  "react": "~19.2.3",
75
75
  "react-dom": "~19.2.3",
76
- "@dxos/react-ui": "0.8.4-main.cb12b3f963",
77
- "@dxos/ui-theme": "0.8.4-main.cb12b3f963"
76
+ "@dxos/react-ui": "0.8.4-main.dfabb4ec29",
77
+ "@dxos/ui-theme": "0.8.4-main.dfabb4ec29"
78
78
  },
79
79
  "publishConfig": {
80
80
  "access": "public"
@@ -213,14 +213,12 @@ export const MarkdownStream = forwardRef<MarkdownStreamController | null, Markdo
213
213
  return (
214
214
  <>
215
215
  {/* Markdown editor. */}
216
- <div role='none' className={mx('dx-container', classNames)} ref={parentRef} />
216
+ <div className={mx('dx-container', classNames)} ref={parentRef} />
217
217
 
218
218
  {/* React widgets are rendered in portals outside of the editor. */}
219
219
  <ErrorBoundary name='markdown-stream'>
220
220
  {widgets.map(({ Component, root, id, props }) => (
221
- <div key={id} role='none'>
222
- {createPortal(<Component view={view} {...props} />, root)}
223
- </div>
221
+ <div key={id}>{createPortal(<Component view={view} {...props} />, root)}</div>
224
222
  ))}
225
223
  {footerRoot && footerVisible && createPortal(footer, footerRoot)}
226
224
  </ErrorBoundary>