@cesdk/node 1.52.0-rc.0 → 1.52.0-rc.2

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