tabexseriescomponents 0.2.971 → 0.2.972
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 +2 -2
- package/dist/index.esm.js +2 -2
- package/dist/index.umd.js +2 -2
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -89896,9 +89896,9 @@ var Productcard_with_variants = function Productcard_with_variants(props) {
|
|
|
89896
89896
|
}
|
|
89897
89897
|
}, sectionproperties.prodPriceShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
89898
89898
|
"class": props.fontFamilyprops == 'ASUL' ? "".concat(card_cssstyles.productPricestyles) + ' m-0 p-0 font-md-15 ASUL ' : "".concat(card_cssstyles.productPricestyles) + ' m-0 p-0 font-md-15 '
|
|
89899
|
-
}, langdetect == 'en' ?
|
|
89899
|
+
}, langdetect == 'en' ? item.currencyname : '', " ", item.hassale == 1 ? item.defaultsaleprice : item.defaultprice, " ", langdetect == 'en' ? '' : item.currencyname), sectionproperties.prodsalePriceshow == 'Show' && item.hassale == 1 && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
89900
89900
|
"class": props.fontFamilyprops == 'ASUL' ? "".concat(card_cssstyles.productSalePricestyles) + ' ASUL linethrough m-0 p-0 mr-2 ml-2 font-md-15 ' : "".concat(card_cssstyles.productSalePricestyles) + ' linethrough m-0 p-0 mr-2 ml-2 font-md-15 '
|
|
89901
|
-
}, langdetect == 'en' ?
|
|
89901
|
+
}, langdetect == 'en' ? item.currencyname : '', " ", item.defaultprice, " ", langdetect == 'en' ? '' : item.currencyname)))));
|
|
89902
89902
|
};
|
|
89903
89903
|
|
|
89904
89904
|
var css_248z$3 = ".Productcard6-module_productcard__Vx7dM {\r\n position: relative;\r\n cursor: pointer;\r\n transition: 0.3s !important;\r\n}\r\n\r\n.Productcard6-module_addbtn__x6bMd:hover {\r\n transition: 0.3s;\r\n}\r\n";
|
package/dist/index.esm.js
CHANGED
|
@@ -89845,9 +89845,9 @@ var Productcard_with_variants = function Productcard_with_variants(props) {
|
|
|
89845
89845
|
}
|
|
89846
89846
|
}, sectionproperties.prodPriceShow == 'Show' && /*#__PURE__*/React.createElement("p", {
|
|
89847
89847
|
"class": props.fontFamilyprops == 'ASUL' ? "".concat(card_cssstyles.productPricestyles) + ' m-0 p-0 font-md-15 ASUL ' : "".concat(card_cssstyles.productPricestyles) + ' m-0 p-0 font-md-15 '
|
|
89848
|
-
}, langdetect == 'en' ?
|
|
89848
|
+
}, langdetect == 'en' ? item.currencyname : '', " ", item.hassale == 1 ? item.defaultsaleprice : item.defaultprice, " ", langdetect == 'en' ? '' : item.currencyname), sectionproperties.prodsalePriceshow == 'Show' && item.hassale == 1 && /*#__PURE__*/React.createElement("p", {
|
|
89849
89849
|
"class": props.fontFamilyprops == 'ASUL' ? "".concat(card_cssstyles.productSalePricestyles) + ' ASUL linethrough m-0 p-0 mr-2 ml-2 font-md-15 ' : "".concat(card_cssstyles.productSalePricestyles) + ' linethrough m-0 p-0 mr-2 ml-2 font-md-15 '
|
|
89850
|
-
}, langdetect == 'en' ?
|
|
89850
|
+
}, langdetect == 'en' ? item.currencyname : '', " ", item.defaultprice, " ", langdetect == 'en' ? '' : item.currencyname)))));
|
|
89851
89851
|
};
|
|
89852
89852
|
|
|
89853
89853
|
var css_248z$3 = ".Productcard6-module_productcard__Vx7dM {\r\n position: relative;\r\n cursor: pointer;\r\n transition: 0.3s !important;\r\n}\r\n\r\n.Productcard6-module_addbtn__x6bMd:hover {\r\n transition: 0.3s;\r\n}\r\n";
|
package/dist/index.umd.js
CHANGED
|
@@ -89705,9 +89705,9 @@
|
|
|
89705
89705
|
}
|
|
89706
89706
|
}, sectionproperties.prodPriceShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
89707
89707
|
"class": props.fontFamilyprops == 'ASUL' ? "".concat(card_cssstyles.productPricestyles) + ' m-0 p-0 font-md-15 ASUL ' : "".concat(card_cssstyles.productPricestyles) + ' m-0 p-0 font-md-15 '
|
|
89708
|
-
}, langdetect == 'en' ?
|
|
89708
|
+
}, langdetect == 'en' ? item.currencyname : '', " ", item.hassale == 1 ? item.defaultsaleprice : item.defaultprice, " ", langdetect == 'en' ? '' : item.currencyname), sectionproperties.prodsalePriceshow == 'Show' && item.hassale == 1 && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
89709
89709
|
"class": props.fontFamilyprops == 'ASUL' ? "".concat(card_cssstyles.productSalePricestyles) + ' ASUL linethrough m-0 p-0 mr-2 ml-2 font-md-15 ' : "".concat(card_cssstyles.productSalePricestyles) + ' linethrough m-0 p-0 mr-2 ml-2 font-md-15 '
|
|
89710
|
-
}, langdetect == 'en' ?
|
|
89710
|
+
}, langdetect == 'en' ? item.currencyname : '', " ", item.defaultprice, " ", langdetect == 'en' ? '' : item.currencyname)))));
|
|
89711
89711
|
};
|
|
89712
89712
|
|
|
89713
89713
|
var css_248z$3 = ".Productcard6-module_productcard__Vx7dM {\r\n position: relative;\r\n cursor: pointer;\r\n transition: 0.3s !important;\r\n}\r\n\r\n.Productcard6-module_addbtn__x6bMd:hover {\r\n transition: 0.3s;\r\n}\r\n";
|