@cesdk/engine 1.69.0-rc.3 → 1.69.0-rc.5
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/assets/core/{cesdk-v1.69.0-rc.3-VXB7YSRC.wasm → cesdk-v1.69.0-rc.5-IJFSHOMI.wasm} +0 -0
- package/assets/core/{worker-host-v1.69.0-rc.3.js → worker-host-v1.69.0-rc.5.js} +1 -1
- package/index.d.ts +2 -0
- package/index.js +1 -1
- package/package.json +1 -1
- /package/assets/core/{cesdk-v1.69.0-rc.3-MLEZSZ4D.data → cesdk-v1.69.0-rc.5-MLEZSZ4D.data} +0 -0
package/index.d.ts
CHANGED
|
@@ -8860,6 +8860,8 @@ export declare interface Settings {
|
|
|
8860
8860
|
'features/pageCarouselEnabled': boolean;
|
|
8861
8861
|
/** Whether transform edits should retain the cover mode of the content. */
|
|
8862
8862
|
'features/transformEditsRetainCoverMode': boolean;
|
|
8863
|
+
/** Whether auto-sized text blocks should be clamped to page boundaries during editing. */
|
|
8864
|
+
'features/clampTextBlockWidthToPageDimensionsDuringEditing': boolean;
|
|
8863
8865
|
/** Whether the engine processes mouse scroll events. */
|
|
8864
8866
|
'mouse/enableScroll': boolean;
|
|
8865
8867
|
/** Whether the engine processes mouse zoom events. */
|