@cesdk/engine 1.53.0-nightly.20250529 → 1.53.0-nightly.20250531

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
@@ -2218,7 +2218,6 @@ export declare class BlockAPI {
2218
2218
  removeText(id: DesignBlockId, from?: number, to?: number): void;
2219
2219
  /**
2220
2220
  * Changes the color of the text in the selected range to the given color.
2221
- * If the entire text range is selected, this will also update the fill color of the text block.
2222
2221
  * Required scope: 'text/edit'
2223
2222
  * @param block - The text block whose color should be changed.
2224
2223
  * @param color - The new color of the selected text range.