@cesdk/engine 1.66.0-nightly.20251205 → 1.66.0-rc.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/assets/core/{cesdk-v1.66.0-nightly.20251205-MNA2NWJU.wasm → cesdk-v1.66.0-rc.0-4RYHWSRW.wasm} +0 -0
- package/assets/core/{worker-host-v1.66.0-nightly.20251205.js → worker-host-v1.66.0-rc.0.js} +1 -1
- package/index.d.ts +2 -0
- package/index.js +1 -1
- package/package.json +1 -1
- /package/assets/core/{cesdk-v1.66.0-nightly.20251205-44YCFRT6.data → cesdk-v1.66.0-rc.0-44YCFRT6.data} +0 -0
package/index.d.ts
CHANGED
|
@@ -8850,6 +8850,8 @@ export declare interface Settings {
|
|
|
8850
8850
|
forceSystemEmojis: boolean;
|
|
8851
8851
|
/** Whether to select the page when a block is deselected and no other blocks are selected. */
|
|
8852
8852
|
'page/selectWhenNoBlocksSelected': boolean;
|
|
8853
|
+
/** Whether highlighting should be automatically enabled on the current page when entering crop mode. */
|
|
8854
|
+
'page/highlightWhenCropping': boolean;
|
|
8853
8855
|
/** Clamp thumbnail texture sizes to the platform's GPU texture limit. */
|
|
8854
8856
|
clampThumbnailTextureSizes: boolean;
|
|
8855
8857
|
/** Toggle the dock components visibility */
|