@lystech/core 3.0.47 → 3.0.48

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
@@ -972,7 +972,7 @@ export declare type SimplifiedUser = {
972
972
  lastLogin?: string;
973
973
  } | undefined;
974
974
 
975
- export declare function SquareImage({ src, alt, size, mobileSize, rounded, circle, shadow, onClick, className, }: SquareImageProps): JSX.Element;
975
+ export declare function SquareImage({ src, alt, size, mobileSize, rounded, circle, shadow, onClick, className, thumbnail, }: SquareImageProps): JSX.Element;
976
976
 
977
977
  declare interface SquareImageProps {
978
978
  src: string;
@@ -984,6 +984,7 @@ declare interface SquareImageProps {
984
984
  shadow?: boolean;
985
985
  onClick?: () => void;
986
986
  className?: string;
987
+ thumbnail?: string;
987
988
  }
988
989
 
989
990
  export declare function SubscribeToPushNotification({ size, visible, forceVisible, text, knowMoreUrl, knowMoreText, onAction, onPopupClose }: Props_8): JSX.Element;