tabexseriescomponents 0.0.260 → 0.0.261

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/dist/index.cjs.js CHANGED
@@ -3741,7 +3741,7 @@ var Productinfo = function Productinfo(props) {
3741
3741
  "class": "col-lg-12 d-flex align-items-center justify-content-center p-0 "
3742
3742
  }, /*#__PURE__*/React__default["default"].createElement("p", {
3743
3743
  "class": "".concat(productinfo_cssstyles.relatedproductPricestyles) + ' m-0 '
3744
- }, item.productinfo.hasvariants == 1 ? item.productinfo.variants.variantsaleprice : item.productinfo.defaultsaleprice, ' ', langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar, ' '))))));
3744
+ }, item.productinfo.hassale == 1 ? item.productinfo.defaultsaleprice : item.productinfo.defaultprice, ' ', langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar, ' '))))));
3745
3745
  }
3746
3746
  }
3747
3747
  }))))));
package/dist/index.esm.js CHANGED
@@ -3694,7 +3694,7 @@ var Productinfo = function Productinfo(props) {
3694
3694
  "class": "col-lg-12 d-flex align-items-center justify-content-center p-0 "
3695
3695
  }, /*#__PURE__*/React.createElement("p", {
3696
3696
  "class": "".concat(productinfo_cssstyles.relatedproductPricestyles) + ' m-0 '
3697
- }, item.productinfo.hasvariants == 1 ? item.productinfo.variants.variantsaleprice : item.productinfo.defaultsaleprice, ' ', langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar, ' '))))));
3697
+ }, item.productinfo.hassale == 1 ? item.productinfo.defaultsaleprice : item.productinfo.defaultprice, ' ', langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar, ' '))))));
3698
3698
  }
3699
3699
  }
3700
3700
  }))))));
package/dist/index.umd.js CHANGED
@@ -3593,7 +3593,7 @@
3593
3593
  "class": "col-lg-12 d-flex align-items-center justify-content-center p-0 "
3594
3594
  }, /*#__PURE__*/React__default["default"].createElement("p", {
3595
3595
  "class": "".concat(productinfo_cssstyles.relatedproductPricestyles) + ' m-0 '
3596
- }, item.productinfo.hasvariants == 1 ? item.productinfo.variants.variantsaleprice : item.productinfo.defaultsaleprice, ' ', langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar, ' '))))));
3596
+ }, item.productinfo.hassale == 1 ? item.productinfo.defaultsaleprice : item.productinfo.defaultprice, ' ', langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar, ' '))))));
3597
3597
  }
3598
3598
  }
3599
3599
  }))))));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.260",
3
+ "version": "0.0.261",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {