@trafilea/afrodita-components 6.8.7 → 6.8.9

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
@@ -2087,6 +2087,7 @@ declare const PriceLabel: React__default.FC<PriceLabelProps>;
2087
2087
  declare type Props$1 = PriceLabelProps & {
2088
2088
  savingsDisplay?: boolean;
2089
2089
  pricePerItem?: string;
2090
+ hasRoundedSavings?: boolean;
2090
2091
  };
2091
2092
  declare const PriceLabelV2: React__default.FC<Props$1>;
2092
2093