@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 +4 -1
- package/dist/{chunk-DCMJXDQY.js → chunk-5FG3NAPH.js} +366 -181
- package/dist/{chunk-ZSQN6IO7.js → chunk-JUAQQTJE.js} +15 -8
- package/dist/{chunk-4F7SN6WU.js → chunk-WH3DL6TG.js} +1 -1
- package/dist/index.d.ts +21 -6
- package/dist/index.js +5 -3
- package/dist/recorder/index.d.ts +1 -1
- package/dist/recorder/index.js +4 -2
- package/dist/{recorder-CnOKlYY3.d.ts → recorder-xL-5Vfbu.d.ts} +14 -1
- package/dist/shell/index.d.ts +2 -1
- package/dist/shell/index.js +2 -2
- package/dist/{shell-CU4GpGuq.d.ts → shell-BXG_NlvR.d.ts} +28 -3
- package/dist/styles/index.css +11 -0
- package/package.json +5 -5
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`).
|