tabexseriescomponents 0.2.751 → 0.2.752

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
@@ -15430,8 +15430,14 @@ var CartSlider = function CartSlider(props) {
15430
15430
  onClick: function onClick() {
15431
15431
  if (sectionproperties.btnlink != '' && sectionproperties.btnlink != undefined && sectionproperties.btnlink != null) {
15432
15432
  routingcountext(sectionproperties.btnlink, false);
15433
+ setOpenCloseCartSlider(false);
15434
+ setsidecartnavshowWorkplaceDesigncontext(false);
15435
+ setsidecartnavshowcontext(false);
15433
15436
  } else {
15434
15437
  routingcountext(StaticPagesLinksContext.GeneralProductsComponent, false);
15438
+ setOpenCloseCartSlider(false);
15439
+ setsidecartnavshowWorkplaceDesigncontext(false);
15440
+ setsidecartnavshowcontext(false);
15435
15441
  }
15436
15442
  }
15437
15443
  }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))), /*#__PURE__*/React__default["default"].createElement("div", {
package/dist/index.esm.js CHANGED
@@ -15381,8 +15381,14 @@ var CartSlider = function CartSlider(props) {
15381
15381
  onClick: function onClick() {
15382
15382
  if (sectionproperties.btnlink != '' && sectionproperties.btnlink != undefined && sectionproperties.btnlink != null) {
15383
15383
  routingcountext(sectionproperties.btnlink, false);
15384
+ setOpenCloseCartSlider(false);
15385
+ setsidecartnavshowWorkplaceDesigncontext(false);
15386
+ setsidecartnavshowcontext(false);
15384
15387
  } else {
15385
15388
  routingcountext(StaticPagesLinksContext.GeneralProductsComponent, false);
15389
+ setOpenCloseCartSlider(false);
15390
+ setsidecartnavshowWorkplaceDesigncontext(false);
15391
+ setsidecartnavshowcontext(false);
15386
15392
  }
15387
15393
  }
15388
15394
  }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))), /*#__PURE__*/React.createElement("div", {
package/dist/index.umd.js CHANGED
@@ -15245,8 +15245,14 @@
15245
15245
  onClick: function onClick() {
15246
15246
  if (sectionproperties.btnlink != '' && sectionproperties.btnlink != undefined && sectionproperties.btnlink != null) {
15247
15247
  routingcountext(sectionproperties.btnlink, false);
15248
+ setOpenCloseCartSlider(false);
15249
+ setsidecartnavshowWorkplaceDesigncontext(false);
15250
+ setsidecartnavshowcontext(false);
15248
15251
  } else {
15249
15252
  routingcountext(StaticPagesLinksContext.GeneralProductsComponent, false);
15253
+ setOpenCloseCartSlider(false);
15254
+ setsidecartnavshowWorkplaceDesigncontext(false);
15255
+ setsidecartnavshowcontext(false);
15250
15256
  }
15251
15257
  }
15252
15258
  }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))), /*#__PURE__*/React__default["default"].createElement("div", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.2.751",
3
+ "version": "0.2.752",
4
4
  "type": "module",
5
5
  "description": "your description",
6
6
  "main": "dist/index.cjs.js",