@wix/auto_sdk_events_forms 1.0.99 → 1.0.100

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