mayak-common-library 0.0.695 → 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 +4 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +5 -5
- package/dist/index.mjs +5 -5
- package/package.json +2 -2
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>;
|
|
@@ -1039,6 +1041,8 @@ interface SliderContainerProps {
|
|
|
1039
1041
|
title?: string;
|
|
1040
1042
|
slidesView?: 3 | 4 | 6;
|
|
1041
1043
|
dots?: boolean;
|
|
1044
|
+
dotsOnMobile?: boolean;
|
|
1045
|
+
classNameDots?: string;
|
|
1042
1046
|
navigation?: boolean;
|
|
1043
1047
|
loop?: boolean;
|
|
1044
1048
|
fullScreen?: boolean;
|
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>;
|
|
@@ -1039,6 +1041,8 @@ interface SliderContainerProps {
|
|
|
1039
1041
|
title?: string;
|
|
1040
1042
|
slidesView?: 3 | 4 | 6;
|
|
1041
1043
|
dots?: boolean;
|
|
1044
|
+
dotsOnMobile?: boolean;
|
|
1045
|
+
classNameDots?: string;
|
|
1042
1046
|
navigation?: boolean;
|
|
1043
1047
|
loop?: boolean;
|
|
1044
1048
|
fullScreen?: boolean;
|