tabexseriescomponents 0.2.737 → 0.2.738
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 +6 -0
- package/dist/index.esm.js +6 -0
- package/dist/index.umd.js +6 -0
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -15681,11 +15681,17 @@ var CartSlider = function CartSlider(props) {
|
|
|
15681
15681
|
}, sectionproperties.cartBtnShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("button", {
|
|
15682
15682
|
className: " ".concat(cart_cssstyles.cart_btn) + ' mb-2 d-flex align-items-center justify-content-center ',
|
|
15683
15683
|
onClick: function onClick() {
|
|
15684
|
+
setOpenCloseCartSlider(false);
|
|
15685
|
+
setsidecartnavshowWorkplaceDesigncontext(false);
|
|
15686
|
+
setsidecartnavshowcontext(false);
|
|
15684
15687
|
routingcountext(StaticPagesLinksContext.viewcart);
|
|
15685
15688
|
}
|
|
15686
15689
|
}, langdetect == 'en' ? sectionproperties.cartBtnContentenglish : sectionproperties.cartBtnContentarabic), /*#__PURE__*/React__default["default"].createElement("button", {
|
|
15687
15690
|
className: " ".concat(cart_cssstyles.checkoutbtn),
|
|
15688
15691
|
onClick: function onClick() {
|
|
15692
|
+
setOpenCloseCartSlider(false);
|
|
15693
|
+
setsidecartnavshowWorkplaceDesigncontext(false);
|
|
15694
|
+
setsidecartnavshowcontext(false);
|
|
15689
15695
|
routingcountext(StaticPagesLinksContext.Checkout);
|
|
15690
15696
|
}
|
|
15691
15697
|
}, langdetect == 'en' ? sectionproperties.checkoutButtonContenten : sectionproperties.checkoutButtonContentar))))))))));
|
package/dist/index.esm.js
CHANGED
|
@@ -15632,11 +15632,17 @@ var CartSlider = function CartSlider(props) {
|
|
|
15632
15632
|
}, sectionproperties.cartBtnShow == 'Show' && /*#__PURE__*/React.createElement("button", {
|
|
15633
15633
|
className: " ".concat(cart_cssstyles.cart_btn) + ' mb-2 d-flex align-items-center justify-content-center ',
|
|
15634
15634
|
onClick: function onClick() {
|
|
15635
|
+
setOpenCloseCartSlider(false);
|
|
15636
|
+
setsidecartnavshowWorkplaceDesigncontext(false);
|
|
15637
|
+
setsidecartnavshowcontext(false);
|
|
15635
15638
|
routingcountext(StaticPagesLinksContext.viewcart);
|
|
15636
15639
|
}
|
|
15637
15640
|
}, langdetect == 'en' ? sectionproperties.cartBtnContentenglish : sectionproperties.cartBtnContentarabic), /*#__PURE__*/React.createElement("button", {
|
|
15638
15641
|
className: " ".concat(cart_cssstyles.checkoutbtn),
|
|
15639
15642
|
onClick: function onClick() {
|
|
15643
|
+
setOpenCloseCartSlider(false);
|
|
15644
|
+
setsidecartnavshowWorkplaceDesigncontext(false);
|
|
15645
|
+
setsidecartnavshowcontext(false);
|
|
15640
15646
|
routingcountext(StaticPagesLinksContext.Checkout);
|
|
15641
15647
|
}
|
|
15642
15648
|
}, langdetect == 'en' ? sectionproperties.checkoutButtonContenten : sectionproperties.checkoutButtonContentar))))))))));
|
package/dist/index.umd.js
CHANGED
|
@@ -15497,11 +15497,17 @@
|
|
|
15497
15497
|
}, sectionproperties.cartBtnShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("button", {
|
|
15498
15498
|
className: " ".concat(cart_cssstyles.cart_btn) + ' mb-2 d-flex align-items-center justify-content-center ',
|
|
15499
15499
|
onClick: function onClick() {
|
|
15500
|
+
setOpenCloseCartSlider(false);
|
|
15501
|
+
setsidecartnavshowWorkplaceDesigncontext(false);
|
|
15502
|
+
setsidecartnavshowcontext(false);
|
|
15500
15503
|
routingcountext(StaticPagesLinksContext.viewcart);
|
|
15501
15504
|
}
|
|
15502
15505
|
}, langdetect == 'en' ? sectionproperties.cartBtnContentenglish : sectionproperties.cartBtnContentarabic), /*#__PURE__*/React__default["default"].createElement("button", {
|
|
15503
15506
|
className: " ".concat(cart_cssstyles.checkoutbtn),
|
|
15504
15507
|
onClick: function onClick() {
|
|
15508
|
+
setOpenCloseCartSlider(false);
|
|
15509
|
+
setsidecartnavshowWorkplaceDesigncontext(false);
|
|
15510
|
+
setsidecartnavshowcontext(false);
|
|
15505
15511
|
routingcountext(StaticPagesLinksContext.Checkout);
|
|
15506
15512
|
}
|
|
15507
15513
|
}, langdetect == 'en' ? sectionproperties.checkoutButtonContenten : sectionproperties.checkoutButtonContentar))))))))));
|