@trafilea/afrodita-components 6.5.9 → 6.5.10
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
|
@@ -5471,7 +5471,7 @@ var PriceLabelV2 = function (_a) {
|
|
|
5471
5471
|
var isOriginalPrice = originalPrice && isDiffFinalAndOriginalPrice;
|
|
5472
5472
|
var isDiscount = discount && isDiffFinalAndOriginalPrice;
|
|
5473
5473
|
var isClubOffer = clubOffer && isDiffFinalAndOriginalPrice;
|
|
5474
|
-
var supportedCurrencies = ['
|
|
5474
|
+
var supportedCurrencies = ['AU$', 'CA$', '£'];
|
|
5475
5475
|
var currencySymbol = '$';
|
|
5476
5476
|
if (typeof productFinalPrice === 'string') {
|
|
5477
5477
|
supportedCurrencies.forEach(function (availableCurrency) {
|
package/build/index.js
CHANGED
|
@@ -5497,7 +5497,7 @@ var PriceLabelV2 = function (_a) {
|
|
|
5497
5497
|
var isOriginalPrice = originalPrice && isDiffFinalAndOriginalPrice;
|
|
5498
5498
|
var isDiscount = discount && isDiffFinalAndOriginalPrice;
|
|
5499
5499
|
var isClubOffer = clubOffer && isDiffFinalAndOriginalPrice;
|
|
5500
|
-
var supportedCurrencies = ['
|
|
5500
|
+
var supportedCurrencies = ['AU$', 'CA$', '£'];
|
|
5501
5501
|
var currencySymbol = '$';
|
|
5502
5502
|
if (typeof productFinalPrice === 'string') {
|
|
5503
5503
|
supportedCurrencies.forEach(function (availableCurrency) {
|
package/package.json
CHANGED