@trafilea/afrodita-components 6.25.1 → 6.25.2
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/build/index.d.ts +2 -1
- package/build/index.esm.js +129 -118
- package/build/index.esm.js.map +1 -1
- package/build/index.js +129 -118
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -3802,7 +3802,7 @@ declare const ProductCardV3: FC<ProductCardV3Props>;
|
|
|
3802
3802
|
|
|
3803
3803
|
declare type ImagesSliderConfig = {
|
|
3804
3804
|
width: string;
|
|
3805
|
-
height
|
|
3805
|
+
height?: string;
|
|
3806
3806
|
borderRadius: string;
|
|
3807
3807
|
spacesBetweenImages: string;
|
|
3808
3808
|
};
|
|
@@ -3832,6 +3832,7 @@ declare type ProductGalleryMobileProps = {
|
|
|
3832
3832
|
productImageDataTestId?: string;
|
|
3833
3833
|
imagesSliderConfig?: ImagesSliderConfig;
|
|
3834
3834
|
thumbnailSettings?: ThumbnailSettings;
|
|
3835
|
+
isRatioSquare?: boolean;
|
|
3835
3836
|
};
|
|
3836
3837
|
declare const ProductGalleryMobileV4: React__default.FC<ProductGalleryMobileProps>;
|
|
3837
3838
|
|