@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.
- package/build/index.esm.js +1 -1
- package/build/index.js +1 -1
- package/package.json +1 -1
package/build/index.esm.js
CHANGED
|
@@ -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