@cesdk/node 1.46.1 → 1.47.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/index.d.ts CHANGED
@@ -1280,6 +1280,8 @@ export declare class BlockAPI {
1280
1280
  isDistributable(ids: DesignBlockId[]): boolean;
1281
1281
  /**
1282
1282
  * Resize and position a block to entirely fill its parent block.
1283
+ * The crop values of the block, except for the flip and crop rotation, are reset if it can be cropped.
1284
+ * If the size of the block's fill is unknown, the content fill mode is changed from `Crop` to `Cover` to prevent invalid crop values.
1283
1285
  * Required scope: 'layer/move'
1284
1286
  * - 'layer/resize'
1285
1287
  * @param id - The block that should fill its parent.