@trafilea/afrodita-components 6.6.2 → 6.6.4

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.js CHANGED
@@ -3574,6 +3574,8 @@ var ThumbsDown = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({},
3574
3574
 
3575
3575
  var ThumbsUp = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "custom/thumbs_up" }), void 0); };
3576
3576
 
3577
+ var TkSixtyDaysBold = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "custom/tk_sixty_days_bold" }), void 0)); };
3578
+
3577
3579
  var Underwear = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "custom/underwear" }), void 0); };
3578
3580
 
3579
3581
  var WireFreeComfort = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "custom/wire_free_comfort" }), void 0)); };
@@ -3603,6 +3605,7 @@ var Custom$1 = /*#__PURE__*/Object.freeze({
3603
3605
  Subscription: Subscription,
3604
3606
  ThumbsDown: ThumbsDown,
3605
3607
  ThumbsUp: ThumbsUp,
3608
+ TkSixtyDaysBold: TkSixtyDaysBold,
3606
3609
  Underwear: Underwear,
3607
3610
  WireFreeComfort: WireFreeComfort,
3608
3611
  WireFreeComfortBold: WireFreeComfortBold
@@ -6297,7 +6300,7 @@ var ProductItemMobile = function (_a) {
6297
6300
  var PriceLabelDisplay = function () {
6298
6301
  switch (version) {
6299
6302
  case 4:
6300
- return priceDisplayType === 'styled' ? (jsx(PriceLabelV4, { finalPrice: price.finalPrice, originalPrice: price.originalPrice, finalPriceStyled: false, color: price.color, size: exports.ComponentSize.Medium, testId: "volume-discount-v4", clubStyle: showClubPriceLabel, clubPrice: clubPrice, finalPriceStyle: showClubPriceLabel
6303
+ return priceDisplayType === 'styled' ? (jsx(PriceLabelV4, { finalPrice: price.finalPrice, originalPrice: price.originalPrice, finalPriceStyled: false, color: price.color, size: exports.ComponentSize.Medium, testId: "volume-discount-v4", clubStyle: showClubPriceLabel, clubPrice: clubPrice, styledPrice: true, finalPriceStyle: showClubPriceLabel
6301
6304
  ? !isMobile
6302
6305
  ? { fontSize: '16px', fontWeight: 700, color: '#C64844' }
6303
6306
  : { fontSize: '12px', fontWeight: 700, color: '#C64844' }