@cesdk/engine 1.52.0-nightly.20250519 → 1.52.0-nightly.20250520

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
@@ -250,8 +250,8 @@ export declare type AssetColor = AssetRGBColor | AssetCMYKColor | AssetSpotColor
250
250
  export declare interface AssetColorProperty {
251
251
  property: string;
252
252
  type: 'Color';
253
- value: AssetColor;
254
- defaultValue: AssetColor;
253
+ value: Color;
254
+ defaultValue: Color;
255
255
  }
256
256
 
257
257
  /**