@bendyline/squisq-editor-react 2.5.0 → 2.6.0

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
@@ -97,7 +97,10 @@ and block-at-a-time / timeline editing primitives (`useBlockNavigator`,
97
97
  host-controlled Write typography through `writeCanvasSettings` (`textSize`
98
98
  and `lineSpacing`). Set `hostMode="chat"` to keep the shell in Write view,
99
99
  remove its view tabs, and hide Custom layouts, Transform, View options, and
100
- Document settings.
100
+ Document settings. `showCodeCopyButton` opts Document/Page previews into a
101
+ subtle fenced-code Copy control; use `onCopyCode` to bridge clipboard writes
102
+ in Electron or native hosts (browser hosts fall back to
103
+ `navigator.clipboard.writeText`).
101
104
  - **Color scheme** — pass `colorScheme="light" | "dark"` for the editor chrome
102
105
  (**v1.5:** renamed from the old `theme` prop; `RawEditor`'s own `theme` prop is
103
106
  now `monacoTheme`).