@cesdk/node 1.66.0-nightly.20251205 → 1.67.0-nightly.20251206
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-5XMW5TPV.wasm → cesdk-v1.67.0-nightly.20251206-XKW2FIBJ.wasm} +0 -0
- 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.67.0-nightly.20251206-44YCFRT6.data} +0 -0
|
Binary file
|
package/index.d.ts
CHANGED
|
@@ -8327,6 +8327,8 @@ export declare interface Settings {
|
|
|
8327
8327
|
forceSystemEmojis: boolean;
|
|
8328
8328
|
/** Whether to select the page when a block is deselected and no other blocks are selected. */
|
|
8329
8329
|
'page/selectWhenNoBlocksSelected': boolean;
|
|
8330
|
+
/** Whether highlighting should be automatically enabled on the current page when entering crop mode. */
|
|
8331
|
+
'page/highlightWhenCropping': boolean;
|
|
8330
8332
|
/** Clamp thumbnail texture sizes to the platform's GPU texture limit. */
|
|
8331
8333
|
clampThumbnailTextureSizes: boolean;
|
|
8332
8334
|
/** Toggle the dock components visibility */
|