@bendyline/squisq-editor-react 2.3.4 → 2.4.1

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/README.md CHANGED
@@ -71,7 +71,7 @@ and block-at-a-time / timeline editing primitives (`useBlockNavigator`,
71
71
  - **Recording** — with a `mediaProvider` wired, a record button appears in the
72
72
  toolbar (`allowRecording`, default `true`).
73
73
  - **Presentation mode** — every Use view can fill the Squisq control, open a
74
- synchronized audience window, or enter browser full screen. Slideshow/video
74
+ synchronized audience window, or take over the entire screen. Slideshow/video
75
75
  playback, Page/Document scrolling, and the Narrate surface remain linked to
76
76
  the main view.
77
77
  - **Panels** — `outline` (heading outline pane) and `inlinePreview` (per-block
@@ -88,7 +88,9 @@ and block-at-a-time / timeline editing primitives (`useBlockNavigator`,
88
88
  - **Embedding** — `readOnly`, `placeholder`, `submitOnEnter`, `fullWidth`,
89
89
  `thinMargins`, `minHeight`/`maxHeight` auto-grow for chat-composer use, plus
90
90
  host-controlled Write typography through `writeCanvasSettings` (`textSize`
91
- and `lineSpacing`).
91
+ and `lineSpacing`). Set `hostMode="chat"` to keep the shell in Write view,
92
+ remove its view tabs, and hide Custom layouts, Transform, View options, and
93
+ Document settings.
92
94
  - **Color scheme** — pass `colorScheme="light" | "dark"` for the editor chrome
93
95
  (**v1.5:** renamed from the old `theme` prop; `RawEditor`'s own `theme` prop is
94
96
  now `monacoTheme`).