@trafilea/afrodita-components 6.5.12 → 6.6.0

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 CHANGED
@@ -2170,6 +2170,7 @@ interface ProductItemSmallMobileProps extends ProductItemProps {
2170
2170
  clubPrice?: string;
2171
2171
  showClubPriceLabel?: boolean;
2172
2172
  isRatingLoading?: boolean;
2173
+ version?: number;
2173
2174
  }
2174
2175
 
2175
2176
  declare function withProductGrid<P extends ProductItemProps>(ProductItemComponent: React__default.FC<P>, data: ProductItemProps[]): {