tabexseriescomponents 0.2.1084 → 0.2.1085

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
@@ -17076,17 +17076,11 @@ var CartSlider = function CartSlider(props) {
17076
17076
  routingcountext(StaticPagesLinksContext.viewcart);
17077
17077
  }
17078
17078
  }, langdetect == 'en' ? sectionproperties.cartBtnContentenglish : sectionproperties.cartBtnContentarabic), sectionproperties.showcontinueshoppingbtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("button", {
17079
- className: "".concat(cart_cssstyles.continueshoppingbtnstyles) + ' mt-4 d-flex align-items-center justify-content-center ',
17079
+ className: "".concat(cart_cssstyles.continueshoppingbtnstyles) + ' mt-4 d-flex align-items-center justify-content-center mb-3 ',
17080
17080
  onClick: function onClick() {
17081
- if (sectionproperties.btnlink != '' && sectionproperties.btnlink != undefined && sectionproperties.btnlink != null) {
17082
- setOpenCloseCartSlider(false);
17083
- setsidecartnavshowWorkplaceDesigncontext(false);
17084
- setsidecartnavshowcontext(false);
17085
- } else {
17086
- setOpenCloseCartSlider(false);
17087
- setsidecartnavshowWorkplaceDesigncontext(false);
17088
- setsidecartnavshowcontext(false);
17089
- }
17081
+ setOpenCloseCartSlider(false);
17082
+ setsidecartnavshowWorkplaceDesigncontext(false);
17083
+ setsidecartnavshowcontext(false);
17090
17084
  }
17091
17085
  }, langdetect == 'en' ? sectionproperties.continueshoppingbtnTexten : sectionproperties.continueshoppingbtnTextar), /*#__PURE__*/React__default["default"].createElement("button", {
17092
17086
  className: " ".concat(cart_cssstyles.checkoutbtn),
package/dist/index.esm.js CHANGED
@@ -17025,17 +17025,11 @@ var CartSlider = function CartSlider(props) {
17025
17025
  routingcountext(StaticPagesLinksContext.viewcart);
17026
17026
  }
17027
17027
  }, langdetect == 'en' ? sectionproperties.cartBtnContentenglish : sectionproperties.cartBtnContentarabic), sectionproperties.showcontinueshoppingbtn == 'Show' && /*#__PURE__*/React.createElement("button", {
17028
- className: "".concat(cart_cssstyles.continueshoppingbtnstyles) + ' mt-4 d-flex align-items-center justify-content-center ',
17028
+ className: "".concat(cart_cssstyles.continueshoppingbtnstyles) + ' mt-4 d-flex align-items-center justify-content-center mb-3 ',
17029
17029
  onClick: function onClick() {
17030
- if (sectionproperties.btnlink != '' && sectionproperties.btnlink != undefined && sectionproperties.btnlink != null) {
17031
- setOpenCloseCartSlider(false);
17032
- setsidecartnavshowWorkplaceDesigncontext(false);
17033
- setsidecartnavshowcontext(false);
17034
- } else {
17035
- setOpenCloseCartSlider(false);
17036
- setsidecartnavshowWorkplaceDesigncontext(false);
17037
- setsidecartnavshowcontext(false);
17038
- }
17030
+ setOpenCloseCartSlider(false);
17031
+ setsidecartnavshowWorkplaceDesigncontext(false);
17032
+ setsidecartnavshowcontext(false);
17039
17033
  }
17040
17034
  }, langdetect == 'en' ? sectionproperties.continueshoppingbtnTexten : sectionproperties.continueshoppingbtnTextar), /*#__PURE__*/React.createElement("button", {
17041
17035
  className: " ".concat(cart_cssstyles.checkoutbtn),
package/dist/index.umd.js CHANGED
@@ -16884,17 +16884,11 @@
16884
16884
  routingcountext(StaticPagesLinksContext.viewcart);
16885
16885
  }
16886
16886
  }, langdetect == 'en' ? sectionproperties.cartBtnContentenglish : sectionproperties.cartBtnContentarabic), sectionproperties.showcontinueshoppingbtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("button", {
16887
- className: "".concat(cart_cssstyles.continueshoppingbtnstyles) + ' mt-4 d-flex align-items-center justify-content-center ',
16887
+ className: "".concat(cart_cssstyles.continueshoppingbtnstyles) + ' mt-4 d-flex align-items-center justify-content-center mb-3 ',
16888
16888
  onClick: function onClick() {
16889
- if (sectionproperties.btnlink != '' && sectionproperties.btnlink != undefined && sectionproperties.btnlink != null) {
16890
- setOpenCloseCartSlider(false);
16891
- setsidecartnavshowWorkplaceDesigncontext(false);
16892
- setsidecartnavshowcontext(false);
16893
- } else {
16894
- setOpenCloseCartSlider(false);
16895
- setsidecartnavshowWorkplaceDesigncontext(false);
16896
- setsidecartnavshowcontext(false);
16897
- }
16889
+ setOpenCloseCartSlider(false);
16890
+ setsidecartnavshowWorkplaceDesigncontext(false);
16891
+ setsidecartnavshowcontext(false);
16898
16892
  }
16899
16893
  }, langdetect == 'en' ? sectionproperties.continueshoppingbtnTexten : sectionproperties.continueshoppingbtnTextar), /*#__PURE__*/React__default["default"].createElement("button", {
16900
16894
  className: " ".concat(cart_cssstyles.checkoutbtn),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.2.1084",
3
+ "version": "0.2.1085",
4
4
  "type": "module",
5
5
  "description": "your description",
6
6
  "main": "dist/index.cjs.js",