tabexseriescomponents 0.0.139 → 0.0.140
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
|
@@ -1049,7 +1049,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
1049
1049
|
var variantindexcompleted = props.actions.variantindexcompleted;
|
|
1050
1050
|
var ProductInfoObj = props.actions.ProductInfoObj;
|
|
1051
1051
|
var NotificationManager = props.actions.NotificationManager;
|
|
1052
|
-
|
|
1052
|
+
props.actions.relatedproducts;
|
|
1053
1053
|
var StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
|
|
1054
1054
|
var _useState = React.useState(false),
|
|
1055
1055
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -1536,7 +1536,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
1536
1536
|
color: sectionproperties.icontextcolor,
|
|
1537
1537
|
fontWeight: sectionproperties.icontextfontweight
|
|
1538
1538
|
}
|
|
1539
|
-
}, lang.trustedshipping)))))))
|
|
1539
|
+
}, lang.trustedshipping)))))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1540
1540
|
className: "col-lg-3 pl-2 pr-2"
|
|
1541
1541
|
}, (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.loggedin) && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1542
1542
|
className: "".concat(productinfo_cssstyles.cardcontainer) + ' mb-3 '
|
package/dist/index.esm.js
CHANGED
|
@@ -1006,7 +1006,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
1006
1006
|
var variantindexcompleted = props.actions.variantindexcompleted;
|
|
1007
1007
|
var ProductInfoObj = props.actions.ProductInfoObj;
|
|
1008
1008
|
var NotificationManager = props.actions.NotificationManager;
|
|
1009
|
-
|
|
1009
|
+
props.actions.relatedproducts;
|
|
1010
1010
|
var StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
|
|
1011
1011
|
var _useState = useState(false),
|
|
1012
1012
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -1493,7 +1493,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
1493
1493
|
color: sectionproperties.icontextcolor,
|
|
1494
1494
|
fontWeight: sectionproperties.icontextfontweight
|
|
1495
1495
|
}
|
|
1496
|
-
}, lang.trustedshipping)))))))
|
|
1496
|
+
}, lang.trustedshipping)))))))), /*#__PURE__*/React.createElement("div", {
|
|
1497
1497
|
className: "col-lg-3 pl-2 pr-2"
|
|
1498
1498
|
}, (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.loggedin) && /*#__PURE__*/React.createElement("div", {
|
|
1499
1499
|
className: "".concat(productinfo_cssstyles.cardcontainer) + ' mb-3 '
|
package/dist/index.umd.js
CHANGED
|
@@ -917,7 +917,7 @@
|
|
|
917
917
|
var variantindexcompleted = props.actions.variantindexcompleted;
|
|
918
918
|
var ProductInfoObj = props.actions.ProductInfoObj;
|
|
919
919
|
var NotificationManager = props.actions.NotificationManager;
|
|
920
|
-
|
|
920
|
+
props.actions.relatedproducts;
|
|
921
921
|
var StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
|
|
922
922
|
var _useState = React.useState(false),
|
|
923
923
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -1404,7 +1404,7 @@
|
|
|
1404
1404
|
color: sectionproperties.icontextcolor,
|
|
1405
1405
|
fontWeight: sectionproperties.icontextfontweight
|
|
1406
1406
|
}
|
|
1407
|
-
}, lang.trustedshipping)))))))
|
|
1407
|
+
}, lang.trustedshipping)))))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1408
1408
|
className: "col-lg-3 pl-2 pr-2"
|
|
1409
1409
|
}, (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.loggedin) && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1410
1410
|
className: "".concat(productinfo_cssstyles.cardcontainer) + ' mb-3 '
|