@cesdk/engine 1.52.0-rc.0 → 1.53.0-nightly.20250523
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.52.0-rc.0-YLHJAURQ.wasm → cesdk-v1.53.0-nightly.20250523-A6Z5NLYL.wasm} +0 -0
- package/assets/core/{worker-host-v1.52.0-rc.0.js → worker-host-v1.53.0-nightly.20250523.js} +1 -1
- package/index.d.ts +1 -0
- package/index.js +1 -1
- package/package.json +1 -1
- /package/assets/core/{cesdk-v1.52.0-rc.0-44YCFRT6.data → cesdk-v1.53.0-nightly.20250523-44YCFRT6.data} +0 -0
package/index.d.ts
CHANGED
|
@@ -1100,6 +1100,7 @@ export declare class BlockAPI {
|
|
|
1100
1100
|
* Update a block's width and optionally maintain the crop.
|
|
1101
1101
|
* If the crop is maintained, the crop values will be automatically adjusted.
|
|
1102
1102
|
* The content fill mode `Cover` is only kept if the `features/transformEditsRetainCoverMode` setting is enabled, otherwise it will change to `Crop`.
|
|
1103
|
+
* If the size of a group is changed, both dimensions are modified and the aspect ratio of the group is kept.
|
|
1103
1104
|
* Required scope: 'layer/resize'
|
|
1104
1105
|
* @param id - The block to update.
|
|
1105
1106
|
* @param value - The new width of the block.
|