@trafilea/afrodita-components 6.6.2 → 6.6.3

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.
@@ -6271,7 +6271,7 @@ var ProductItemMobile = function (_a) {
6271
6271
  var PriceLabelDisplay = function () {
6272
6272
  switch (version) {
6273
6273
  case 4:
6274
- return priceDisplayType === 'styled' ? (jsx(PriceLabelV4, { finalPrice: price.finalPrice, originalPrice: price.originalPrice, finalPriceStyled: false, color: price.color, size: ComponentSize.Medium, testId: "volume-discount-v4", clubStyle: showClubPriceLabel, clubPrice: clubPrice, finalPriceStyle: showClubPriceLabel
6274
+ return priceDisplayType === 'styled' ? (jsx(PriceLabelV4, { finalPrice: price.finalPrice, originalPrice: price.originalPrice, finalPriceStyled: false, color: price.color, size: ComponentSize.Medium, testId: "volume-discount-v4", clubStyle: showClubPriceLabel, clubPrice: clubPrice, styledPrice: true, finalPriceStyle: showClubPriceLabel
6275
6275
  ? !isMobile
6276
6276
  ? { fontSize: '16px', fontWeight: 700, color: '#C64844' }
6277
6277
  : { fontSize: '12px', fontWeight: 700, color: '#C64844' }
package/build/index.js CHANGED
@@ -6297,7 +6297,7 @@ var ProductItemMobile = function (_a) {
6297
6297
  var PriceLabelDisplay = function () {
6298
6298
  switch (version) {
6299
6299
  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
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, styledPrice: true, finalPriceStyle: showClubPriceLabel
6301
6301
  ? !isMobile
6302
6302
  ? { fontSize: '16px', fontWeight: 700, color: '#C64844' }
6303
6303
  : { fontSize: '12px', fontWeight: 700, color: '#C64844' }
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Trafilea's Design System",
4
4
  "author": "Trafilea",
5
5
  "repository": "https://github.com/trafilea/afrodita-components",
6
- "version": "6.6.2",
6
+ "version": "6.6.3",
7
7
  "private": false,
8
8
  "main": "build/index.js",
9
9
  "style": "build/index.css",