@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 +4 -2
- package/dist/{chunk-GNIVYDZH.js → chunk-KR4VLXUM.js} +10998 -8247
- package/dist/{chunk-6VDYKI3L.js → chunk-LJRHKXDV.js} +3 -1
- package/dist/chunk-LOTY7AOS.js +1925 -0
- package/dist/{chunk-5JMHFAVW.js → chunk-PDCKJCOS.js} +1200 -868
- package/dist/chunk-V4NBQF5C.js +62 -0
- package/dist/chunk-V6Z7GG55.js +16 -0
- package/dist/{chunk-54UGTQBO.js → chunk-WDX6UDL5.js} +1 -1
- package/dist/{chunk-NITZVAXL.js → chunk-WLJ623UZ.js} +24 -0
- package/dist/index.d.ts +289 -118
- package/dist/index.js +52 -20
- package/dist/json-editor/index.js +2 -2
- package/dist/monaco.d.ts +26 -0
- package/dist/monaco.js +144 -10
- package/dist/monacoLanguageDetection-DEyUW-BS.d.ts +18 -0
- package/dist/monacoSuggestions-MDBODZ7F.js +3 -0
- package/dist/recorder/index.d.ts +7 -407
- package/dist/recorder/index.js +3 -3
- package/dist/recorder-C5tAYUE3.d.ts +508 -0
- package/dist/shell/index.d.ts +1 -1
- package/dist/shell/index.js +6 -5
- package/dist/{shell-C-KkTBz7.d.ts → shell-CU4GpGuq.d.ts} +76 -6
- package/dist/styles/index.css +845 -26
- package/dist/teleprompter/index.d.ts +57 -246
- package/dist/teleprompter/index.js +12 -3
- package/dist/useNarrationStage-Bqo18PBw.d.ts +313 -0
- package/package.json +8 -6
- package/dist/chunk-5Q4JN4I5.js +0 -132
- package/dist/chunk-MJJK7YQB.js +0 -949
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
|
|
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`).
|