forstok-ui-lib 8.4.1 → 8.5.0

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
@@ -563,7 +563,7 @@ declare const PopupComponent: ({ children, body, mode, height, width, isOpen, ev
563
563
  type TImage$1 = ImgHTMLAttributes<HTMLImageElement> & {
564
564
  $mode?: string;
565
565
  };
566
- declare const ImageComponent: ({ $mode, ...props }: TImage$1) => react_jsx_runtime.JSX.Element;
566
+ declare const ImageComponent: ({ $mode, onError, ...props }: TImage$1) => react_jsx_runtime.JSX.Element;
567
567
 
568
568
  type ImageMode = 'store' | 'product';
569
569