@protonradio/proton-ui 0.7.5-beta5 → 0.7.5-beta7

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/dist/index.d.ts CHANGED
@@ -380,7 +380,7 @@ declare interface ImageBackdropProps {
380
380
  /**
381
381
  * The URL of the image to display in the overlay.
382
382
  */
383
- imageUrl: string;
383
+ imageUrl?: string;
384
384
  /**
385
385
  * Callback function to handle the image load event.
386
386
  */