@trafilea/afrodita-components 6.28.15 → 6.28.17

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
@@ -2428,6 +2428,7 @@ interface ProductItemSmallMobileProps extends ProductItemProps {
2428
2428
  };
2429
2429
  isClubMember?: boolean;
2430
2430
  wrapperStyle?: React__default.CSSProperties;
2431
+ isCollections?: boolean;
2431
2432
  };
2432
2433
  }
2433
2434