tabexseriescomponents 0.2.780 → 0.2.781

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
@@ -48070,7 +48070,7 @@ var Footer2 = function Footer2(props) {
48070
48070
  onClick: function onClick() {
48071
48071
  routingcountext(StaticPagesLinksContext.Wishlist);
48072
48072
  }
48073
- }, lang.wishlist), authdetailsContext.loggedin && sectionproperties.showfavorites == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
48073
+ }, lang.wishlist), sectionproperties.showfavorites == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
48074
48074
  "class": "".concat(footerStyles.vl) + ' d-flex align-items-center justify-content-center mb-3'
48075
48075
  }), authdetailsContext.loggedin && sectionproperties.showprevorder == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
48076
48076
  "class": "".concat(footerStyles.footersubtitlestyles) + ' mb-md-0 ',
@@ -84334,7 +84334,7 @@ var Variants_J_Cards = function Variants_J_Cards(props) {
84334
84334
  _useState6 = _slicedToArray__default["default"](_useState5, 2);
84335
84335
  _useState6[0];
84336
84336
  _useState6[1];
84337
- props.actions.cardonclickfunctionContext;
84337
+ var cardonclickfunctionContext = props.actions.cardonclickfunctionContext;
84338
84338
  var _useState7 = React.useState({}),
84339
84339
  _useState8 = _slicedToArray__default["default"](_useState7, 2),
84340
84340
  variants_iteminfo = _useState8[0],
@@ -84689,7 +84689,7 @@ var Variants_J_Cards = function Variants_J_Cards(props) {
84689
84689
  cursor: 'pointer'
84690
84690
  },
84691
84691
  onClick: function onClick() {
84692
- // cardonclickfunctionContext('/productinfo/' + props.actions.productid, false, '');
84692
+ cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, props.actions.item.productid, props.actions.fetchingtypeprops, null);
84693
84693
  }
84694
84694
  }, "+", (item === null || item === void 0 || (_item$values7 = item.values) === null || _item$values7 === void 0 ? void 0 : _item$values7.length) - 4));
84695
84695
  })));
@@ -85493,7 +85493,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
85493
85493
  sectionproperties: sectionproperties,
85494
85494
  item: item,
85495
85495
  cardonclickfunctionContext: cardonclickfunctionContext,
85496
- productid: item.productid
85496
+ fetchingtypeprops: props.fetchingtypeprops
85497
85497
  },
85498
85498
  foundMatchedVariantFunc: function foundMatchedVariantFunc(variantCompletedObj) {
85499
85499
  setvariantObj(variantCompletedObj);
package/dist/index.esm.js CHANGED
@@ -48021,7 +48021,7 @@ var Footer2 = function Footer2(props) {
48021
48021
  onClick: function onClick() {
48022
48022
  routingcountext(StaticPagesLinksContext.Wishlist);
48023
48023
  }
48024
- }, lang.wishlist), authdetailsContext.loggedin && sectionproperties.showfavorites == 'Show' && /*#__PURE__*/React.createElement("div", {
48024
+ }, lang.wishlist), sectionproperties.showfavorites == 'Show' && /*#__PURE__*/React.createElement("div", {
48025
48025
  "class": "".concat(footerStyles.vl) + ' d-flex align-items-center justify-content-center mb-3'
48026
48026
  }), authdetailsContext.loggedin && sectionproperties.showprevorder == 'Show' && /*#__PURE__*/React.createElement("p", {
48027
48027
  "class": "".concat(footerStyles.footersubtitlestyles) + ' mb-md-0 ',
@@ -84285,7 +84285,7 @@ var Variants_J_Cards = function Variants_J_Cards(props) {
84285
84285
  _useState6 = _slicedToArray(_useState5, 2);
84286
84286
  _useState6[0];
84287
84287
  _useState6[1];
84288
- props.actions.cardonclickfunctionContext;
84288
+ var cardonclickfunctionContext = props.actions.cardonclickfunctionContext;
84289
84289
  var _useState7 = useState({}),
84290
84290
  _useState8 = _slicedToArray(_useState7, 2),
84291
84291
  variants_iteminfo = _useState8[0],
@@ -84640,7 +84640,7 @@ var Variants_J_Cards = function Variants_J_Cards(props) {
84640
84640
  cursor: 'pointer'
84641
84641
  },
84642
84642
  onClick: function onClick() {
84643
- // cardonclickfunctionContext('/productinfo/' + props.actions.productid, false, '');
84643
+ cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, props.actions.item.productid, props.actions.fetchingtypeprops, null);
84644
84644
  }
84645
84645
  }, "+", (item === null || item === void 0 || (_item$values7 = item.values) === null || _item$values7 === void 0 ? void 0 : _item$values7.length) - 4));
84646
84646
  })));
@@ -85444,7 +85444,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
85444
85444
  sectionproperties: sectionproperties,
85445
85445
  item: item,
85446
85446
  cardonclickfunctionContext: cardonclickfunctionContext,
85447
- productid: item.productid
85447
+ fetchingtypeprops: props.fetchingtypeprops
85448
85448
  },
85449
85449
  foundMatchedVariantFunc: function foundMatchedVariantFunc(variantCompletedObj) {
85450
85450
  setvariantObj(variantCompletedObj);
package/dist/index.umd.js CHANGED
@@ -47883,7 +47883,7 @@
47883
47883
  onClick: function onClick() {
47884
47884
  routingcountext(StaticPagesLinksContext.Wishlist);
47885
47885
  }
47886
- }, lang.wishlist), authdetailsContext.loggedin && sectionproperties.showfavorites == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
47886
+ }, lang.wishlist), sectionproperties.showfavorites == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
47887
47887
  "class": "".concat(footerStyles.vl) + ' d-flex align-items-center justify-content-center mb-3'
47888
47888
  }), authdetailsContext.loggedin && sectionproperties.showprevorder == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
47889
47889
  "class": "".concat(footerStyles.footersubtitlestyles) + ' mb-md-0 ',
@@ -84147,7 +84147,7 @@
84147
84147
  _useState6 = _slicedToArray__default["default"](_useState5, 2);
84148
84148
  _useState6[0];
84149
84149
  _useState6[1];
84150
- props.actions.cardonclickfunctionContext;
84150
+ var cardonclickfunctionContext = props.actions.cardonclickfunctionContext;
84151
84151
  var _useState7 = React.useState({}),
84152
84152
  _useState8 = _slicedToArray__default["default"](_useState7, 2),
84153
84153
  variants_iteminfo = _useState8[0],
@@ -84502,7 +84502,7 @@
84502
84502
  cursor: 'pointer'
84503
84503
  },
84504
84504
  onClick: function onClick() {
84505
- // cardonclickfunctionContext('/productinfo/' + props.actions.productid, false, '');
84505
+ cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, props.actions.item.productid, props.actions.fetchingtypeprops, null);
84506
84506
  }
84507
84507
  }, "+", (item === null || item === void 0 || (_item$values7 = item.values) === null || _item$values7 === void 0 ? void 0 : _item$values7.length) - 4));
84508
84508
  })));
@@ -85306,7 +85306,7 @@
85306
85306
  sectionproperties: sectionproperties,
85307
85307
  item: item,
85308
85308
  cardonclickfunctionContext: cardonclickfunctionContext,
85309
- productid: item.productid
85309
+ fetchingtypeprops: props.fetchingtypeprops
85310
85310
  },
85311
85311
  foundMatchedVariantFunc: function foundMatchedVariantFunc(variantCompletedObj) {
85312
85312
  setvariantObj(variantCompletedObj);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.2.780",
3
+ "version": "0.2.781",
4
4
  "type": "module",
5
5
  "description": "your description",
6
6
  "main": "dist/index.cjs.js",