@wix/auto_sdk_multilingual_machine-translation 1.0.52 → 1.0.53

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.
@@ -946,6 +946,8 @@ interface ImageData {
946
946
  styles?: ImageDataStyles;
947
947
  /** Non-destructive crop rectangle, expressed as fractions (0-1) of the original image. When omitted, the full image is shown. */
948
948
  crop?: ImageDataCrop;
949
+ /** Optional shape mask applied to the visible crop. Supported values: CIRCLE, OVAL, STAR, PENTAGON, HEXAGON, TRIANGLE, HEART, RHOMBUS, FLUID, WINDOW. */
950
+ cropShape?: string | null;
949
951
  }
950
952
  interface StylesBorder {
951
953
  /** Border width in pixels. */