@trafilea/afrodita-components 5.0.0-beta.230 → 5.0.0-beta.232

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
@@ -2282,6 +2282,10 @@ interface ProductItemSmallMobileProps extends ProductItemProps {
2282
2282
  iconColor: string;
2283
2283
  fontSize: string;
2284
2284
  };
2285
+ hasStrength?: {
2286
+ strength: number;
2287
+ description: string;
2288
+ };
2285
2289
  }
2286
2290
 
2287
2291
  declare function withProductGrid<P extends ProductItemProps>(ProductItemComponent: React.FC<P>, data: ProductItemProps[]): {
@@ -2290,7 +2294,7 @@ declare function withProductGrid<P extends ProductItemProps>(ProductItemComponen
2290
2294
  };
2291
2295
 
2292
2296
  declare const Collection: {
2293
- ProductItemMobile: ({ title, image, imageHover, price, rating, size, alignName, url, className, topTag, bottomTag, onClick, priceDisplayType, priceAtBottom, priceLoading, colorPicker, showBNPL, isBNPL, }: ProductItemSmallMobileProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
2297
+ ProductItemMobile: ({ title, image, imageHover, price, rating, size, alignName, url, className, topTag, bottomTag, onClick, priceDisplayType, priceAtBottom, priceLoading, colorPicker, showBNPL, isBNPL, hasStrength, }: ProductItemSmallMobileProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
2294
2298
  withProductGrid: typeof withProductGrid;
2295
2299
  };
2296
2300