mayak-common-library 0.0.696 → 0.0.698
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 +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +5 -5
- package/dist/index.mjs +5 -5
- package/package.json +1 -1
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>;
|