mayak-common-library 0.0.696 → 0.0.697

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.mts CHANGED
@@ -803,6 +803,8 @@ declare const FullScreenImage: FC<FullScreenImageProps>;
803
803
  interface GalleryBlockProps {
804
804
  classes?: string;
805
805
  images?: string[];
806
+ imagePlaceholders?: string[];
807
+ imageAlt?: string;
806
808
  title?: string;
807
809
  }
808
810
  declare const GalleryBlock: FC<GalleryBlockProps>;
package/dist/index.d.ts CHANGED
@@ -803,6 +803,8 @@ declare const FullScreenImage: FC<FullScreenImageProps>;
803
803
  interface GalleryBlockProps {
804
804
  classes?: string;
805
805
  images?: string[];
806
+ imagePlaceholders?: string[];
807
+ imageAlt?: string;
806
808
  title?: string;
807
809
  }
808
810
  declare const GalleryBlock: FC<GalleryBlockProps>;