tabexseriescomponents 0.2.803 → 0.2.804
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 +28 -5
- package/dist/index.esm.js +28 -5
- package/dist/index.umd.js +28 -5
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -3527,7 +3527,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
3527
3527
|
overflow: 'hidden'
|
|
3528
3528
|
}
|
|
3529
3529
|
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
3530
|
-
className: "".concat(productinfo_cssstyles.
|
|
3530
|
+
className: "".concat(productinfo_cssstyles.buynow, " ") + ' d-flex align-items-center justify-content-center mb-sm-2 ',
|
|
3531
3531
|
style: {
|
|
3532
3532
|
width: sectionproperties.cartBtnWidth + '%'
|
|
3533
3533
|
},
|
|
@@ -7876,6 +7876,29 @@ var Productinfo = function Productinfo(props) {
|
|
|
7876
7876
|
borderColor: sectionproperties.cartBtnTextcoloronhover
|
|
7877
7877
|
}
|
|
7878
7878
|
}),
|
|
7879
|
+
buynow: glamor.css({
|
|
7880
|
+
position: 'relative',
|
|
7881
|
+
display: 'flex',
|
|
7882
|
+
alignItems: 'center',
|
|
7883
|
+
justifyContent: 'center',
|
|
7884
|
+
overflow: 'hidden',
|
|
7885
|
+
width: sectionproperties.cartBtnWidth + 'px',
|
|
7886
|
+
height: sectionproperties.cartBtnHeight + 'px',
|
|
7887
|
+
background: sectionproperties.buynowbgcolor,
|
|
7888
|
+
borderRadius: sectionproperties.cart_btn_borderBottomLeftRadius + 'px',
|
|
7889
|
+
color: sectionproperties.buynowtextcolor,
|
|
7890
|
+
fontSize: sectionproperties.cartBtnTextfontsize + 'px',
|
|
7891
|
+
textTransform: sectionproperties.cartBtnTexttransform,
|
|
7892
|
+
fontWeight: sectionproperties.cartBtnTextfontweight,
|
|
7893
|
+
border: sectionproperties.buynowborderwidth + 'px solid ' + sectionproperties.buynowbordercolor,
|
|
7894
|
+
margin: 0,
|
|
7895
|
+
transition: '.3s',
|
|
7896
|
+
':hover': {
|
|
7897
|
+
background: sectionproperties.buynowbgcoloronhover,
|
|
7898
|
+
color: sectionproperties.buynowtextcoloronhover,
|
|
7899
|
+
borderColor: sectionproperties.buynowtextcoloronhover
|
|
7900
|
+
}
|
|
7901
|
+
}),
|
|
7879
7902
|
sizeguidebtn2: glamor.css({
|
|
7880
7903
|
position: 'relative',
|
|
7881
7904
|
display: 'flex',
|
|
@@ -29631,7 +29654,7 @@ var FloatingIcons = function FloatingIcons(props) {
|
|
|
29631
29654
|
function ownKeys$1_(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
29632
29655
|
function _objectSpread$1_(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1_(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1_(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
29633
29656
|
var ClassicHeader = function ClassicHeader(props) {
|
|
29634
|
-
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _authdetailsContext$c3, _authdetailsContext$c4, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _fetchcustomercartQue4, _templatepropcontext$;
|
|
29657
|
+
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _authdetailsContext$c3, _authdetailsContext$c4, _authdetailsContext$i, _authdetailsContext$i2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _fetchcustomercartQue4, _templatepropcontext$;
|
|
29635
29658
|
var LogoutMutationContext = props.actions.LogoutMutationContext;
|
|
29636
29659
|
var setsidecartnavshowcontext = props.actions.setsidecartnavshowcontext;
|
|
29637
29660
|
var setSearchHeaderInputContext = props.actions.setSearchHeaderInputContext;
|
|
@@ -30162,7 +30185,7 @@ var ClassicHeader = function ClassicHeader(props) {
|
|
|
30162
30185
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
30163
30186
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
30164
30187
|
"class": ' allcenetered m-0 p-0 '
|
|
30165
|
-
}, lang.logout))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30188
|
+
}, lang.logout))))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.instid) == '67feabc28870e' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30166
30189
|
"class": "".concat(header_cssstyles.wishlist_btn) + ' wishlist_btn d-flex justify-content-center align-items-center ',
|
|
30167
30190
|
style: {
|
|
30168
30191
|
marginRight: langdetect == 'en' ? '2.2rem' : '',
|
|
@@ -30185,7 +30208,7 @@ var ClassicHeader = function ClassicHeader(props) {
|
|
|
30185
30208
|
marginLeft: langdetect == 'en' ? '8px' : 0,
|
|
30186
30209
|
marginRight: langdetect == 'ar' ? '8px' : 0
|
|
30187
30210
|
}
|
|
30188
|
-
}, lang.wishlist)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30211
|
+
}, lang.wishlist)), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.instid) == '67feabc28870e' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30189
30212
|
"class": header_cssstyles.cartbtncontainer + ' d-flex flex-row align-items-center justify-content-end ',
|
|
30190
30213
|
style: {
|
|
30191
30214
|
marginRight: langdetect == 'en' ? '2.2rem' : '',
|
|
@@ -30226,7 +30249,7 @@ var ClassicHeader = function ClassicHeader(props) {
|
|
|
30226
30249
|
marginRight: langdetect == 'ar' ? '9px' : 0,
|
|
30227
30250
|
color: sectionproperties.cartBtnTextcolor
|
|
30228
30251
|
}
|
|
30229
|
-
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '',
|
|
30252
|
+
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', ' ', parseFloat(fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue4 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue4 === void 0 || (_fetchcustomercartQue4 = _fetchcustomercartQue4.data) === null || _fetchcustomercartQue4 === void 0 || (_fetchcustomercartQue4 = _fetchcustomercartQue4.customercart) === null || _fetchcustomercartQue4 === void 0 ? void 0 : _fetchcustomercartQue4.totalprice).toFixed(2), ' ', langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30230
30253
|
"class": langdetect == 'en' ? 'headerdropdownml' : 'headerdropdownmr'
|
|
30231
30254
|
}, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, /*#__PURE__*/React__default["default"].createElement("li", {
|
|
30232
30255
|
"class": ' d-flex align-items-center justify-content-center '
|
package/dist/index.esm.js
CHANGED
|
@@ -3479,7 +3479,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
3479
3479
|
overflow: 'hidden'
|
|
3480
3480
|
}
|
|
3481
3481
|
}, /*#__PURE__*/React.createElement("button", {
|
|
3482
|
-
className: "".concat(productinfo_cssstyles.
|
|
3482
|
+
className: "".concat(productinfo_cssstyles.buynow, " ") + ' d-flex align-items-center justify-content-center mb-sm-2 ',
|
|
3483
3483
|
style: {
|
|
3484
3484
|
width: sectionproperties.cartBtnWidth + '%'
|
|
3485
3485
|
},
|
|
@@ -7828,6 +7828,29 @@ var Productinfo = function Productinfo(props) {
|
|
|
7828
7828
|
borderColor: sectionproperties.cartBtnTextcoloronhover
|
|
7829
7829
|
}
|
|
7830
7830
|
}),
|
|
7831
|
+
buynow: css({
|
|
7832
|
+
position: 'relative',
|
|
7833
|
+
display: 'flex',
|
|
7834
|
+
alignItems: 'center',
|
|
7835
|
+
justifyContent: 'center',
|
|
7836
|
+
overflow: 'hidden',
|
|
7837
|
+
width: sectionproperties.cartBtnWidth + 'px',
|
|
7838
|
+
height: sectionproperties.cartBtnHeight + 'px',
|
|
7839
|
+
background: sectionproperties.buynowbgcolor,
|
|
7840
|
+
borderRadius: sectionproperties.cart_btn_borderBottomLeftRadius + 'px',
|
|
7841
|
+
color: sectionproperties.buynowtextcolor,
|
|
7842
|
+
fontSize: sectionproperties.cartBtnTextfontsize + 'px',
|
|
7843
|
+
textTransform: sectionproperties.cartBtnTexttransform,
|
|
7844
|
+
fontWeight: sectionproperties.cartBtnTextfontweight,
|
|
7845
|
+
border: sectionproperties.buynowborderwidth + 'px solid ' + sectionproperties.buynowbordercolor,
|
|
7846
|
+
margin: 0,
|
|
7847
|
+
transition: '.3s',
|
|
7848
|
+
':hover': {
|
|
7849
|
+
background: sectionproperties.buynowbgcoloronhover,
|
|
7850
|
+
color: sectionproperties.buynowtextcoloronhover,
|
|
7851
|
+
borderColor: sectionproperties.buynowtextcoloronhover
|
|
7852
|
+
}
|
|
7853
|
+
}),
|
|
7831
7854
|
sizeguidebtn2: css({
|
|
7832
7855
|
position: 'relative',
|
|
7833
7856
|
display: 'flex',
|
|
@@ -29583,7 +29606,7 @@ var FloatingIcons = function FloatingIcons(props) {
|
|
|
29583
29606
|
function ownKeys$1_(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
29584
29607
|
function _objectSpread$1_(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1_(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1_(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
29585
29608
|
var ClassicHeader = function ClassicHeader(props) {
|
|
29586
|
-
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _authdetailsContext$c3, _authdetailsContext$c4, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _fetchcustomercartQue4, _templatepropcontext$;
|
|
29609
|
+
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _authdetailsContext$c3, _authdetailsContext$c4, _authdetailsContext$i, _authdetailsContext$i2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _fetchcustomercartQue4, _templatepropcontext$;
|
|
29587
29610
|
var LogoutMutationContext = props.actions.LogoutMutationContext;
|
|
29588
29611
|
var setsidecartnavshowcontext = props.actions.setsidecartnavshowcontext;
|
|
29589
29612
|
var setSearchHeaderInputContext = props.actions.setSearchHeaderInputContext;
|
|
@@ -30114,7 +30137,7 @@ var ClassicHeader = function ClassicHeader(props) {
|
|
|
30114
30137
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
30115
30138
|
})), /*#__PURE__*/React.createElement("p", {
|
|
30116
30139
|
"class": ' allcenetered m-0 p-0 '
|
|
30117
|
-
}, lang.logout))))), /*#__PURE__*/React.createElement("div", {
|
|
30140
|
+
}, lang.logout))))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.instid) == '67feabc28870e' && /*#__PURE__*/React.createElement("div", {
|
|
30118
30141
|
"class": "".concat(header_cssstyles.wishlist_btn) + ' wishlist_btn d-flex justify-content-center align-items-center ',
|
|
30119
30142
|
style: {
|
|
30120
30143
|
marginRight: langdetect == 'en' ? '2.2rem' : '',
|
|
@@ -30137,7 +30160,7 @@ var ClassicHeader = function ClassicHeader(props) {
|
|
|
30137
30160
|
marginLeft: langdetect == 'en' ? '8px' : 0,
|
|
30138
30161
|
marginRight: langdetect == 'ar' ? '8px' : 0
|
|
30139
30162
|
}
|
|
30140
|
-
}, lang.wishlist)), /*#__PURE__*/React.createElement("div", {
|
|
30163
|
+
}, lang.wishlist)), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.instid) == '67feabc28870e' && /*#__PURE__*/React.createElement("div", {
|
|
30141
30164
|
"class": header_cssstyles.cartbtncontainer + ' d-flex flex-row align-items-center justify-content-end ',
|
|
30142
30165
|
style: {
|
|
30143
30166
|
marginRight: langdetect == 'en' ? '2.2rem' : '',
|
|
@@ -30178,7 +30201,7 @@ var ClassicHeader = function ClassicHeader(props) {
|
|
|
30178
30201
|
marginRight: langdetect == 'ar' ? '9px' : 0,
|
|
30179
30202
|
color: sectionproperties.cartBtnTextcolor
|
|
30180
30203
|
}
|
|
30181
|
-
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '',
|
|
30204
|
+
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', ' ', parseFloat(fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue4 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue4 === void 0 || (_fetchcustomercartQue4 = _fetchcustomercartQue4.data) === null || _fetchcustomercartQue4 === void 0 || (_fetchcustomercartQue4 = _fetchcustomercartQue4.customercart) === null || _fetchcustomercartQue4 === void 0 ? void 0 : _fetchcustomercartQue4.totalprice).toFixed(2), ' ', langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar)), /*#__PURE__*/React.createElement("div", {
|
|
30182
30205
|
"class": langdetect == 'en' ? 'headerdropdownml' : 'headerdropdownmr'
|
|
30183
30206
|
}, /*#__PURE__*/React.createElement(Dropdown, null, /*#__PURE__*/React.createElement(Dropdown.Toggle, null, /*#__PURE__*/React.createElement("li", {
|
|
30184
30207
|
"class": ' d-flex align-items-center justify-content-center '
|
package/dist/index.umd.js
CHANGED
|
@@ -3340,7 +3340,7 @@
|
|
|
3340
3340
|
overflow: 'hidden'
|
|
3341
3341
|
}
|
|
3342
3342
|
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
3343
|
-
className: "".concat(productinfo_cssstyles.
|
|
3343
|
+
className: "".concat(productinfo_cssstyles.buynow, " ") + ' d-flex align-items-center justify-content-center mb-sm-2 ',
|
|
3344
3344
|
style: {
|
|
3345
3345
|
width: sectionproperties.cartBtnWidth + '%'
|
|
3346
3346
|
},
|
|
@@ -7689,6 +7689,29 @@
|
|
|
7689
7689
|
borderColor: sectionproperties.cartBtnTextcoloronhover
|
|
7690
7690
|
}
|
|
7691
7691
|
}),
|
|
7692
|
+
buynow: glamor.css({
|
|
7693
|
+
position: 'relative',
|
|
7694
|
+
display: 'flex',
|
|
7695
|
+
alignItems: 'center',
|
|
7696
|
+
justifyContent: 'center',
|
|
7697
|
+
overflow: 'hidden',
|
|
7698
|
+
width: sectionproperties.cartBtnWidth + 'px',
|
|
7699
|
+
height: sectionproperties.cartBtnHeight + 'px',
|
|
7700
|
+
background: sectionproperties.buynowbgcolor,
|
|
7701
|
+
borderRadius: sectionproperties.cart_btn_borderBottomLeftRadius + 'px',
|
|
7702
|
+
color: sectionproperties.buynowtextcolor,
|
|
7703
|
+
fontSize: sectionproperties.cartBtnTextfontsize + 'px',
|
|
7704
|
+
textTransform: sectionproperties.cartBtnTexttransform,
|
|
7705
|
+
fontWeight: sectionproperties.cartBtnTextfontweight,
|
|
7706
|
+
border: sectionproperties.buynowborderwidth + 'px solid ' + sectionproperties.buynowbordercolor,
|
|
7707
|
+
margin: 0,
|
|
7708
|
+
transition: '.3s',
|
|
7709
|
+
':hover': {
|
|
7710
|
+
background: sectionproperties.buynowbgcoloronhover,
|
|
7711
|
+
color: sectionproperties.buynowtextcoloronhover,
|
|
7712
|
+
borderColor: sectionproperties.buynowtextcoloronhover
|
|
7713
|
+
}
|
|
7714
|
+
}),
|
|
7692
7715
|
sizeguidebtn2: glamor.css({
|
|
7693
7716
|
position: 'relative',
|
|
7694
7717
|
display: 'flex',
|
|
@@ -29444,7 +29467,7 @@
|
|
|
29444
29467
|
function ownKeys$1_(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
29445
29468
|
function _objectSpread$1_(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1_(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1_(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
29446
29469
|
var ClassicHeader = function ClassicHeader(props) {
|
|
29447
|
-
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _authdetailsContext$c3, _authdetailsContext$c4, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _fetchcustomercartQue4, _templatepropcontext$;
|
|
29470
|
+
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _authdetailsContext$c3, _authdetailsContext$c4, _authdetailsContext$i, _authdetailsContext$i2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _fetchcustomercartQue4, _templatepropcontext$;
|
|
29448
29471
|
var LogoutMutationContext = props.actions.LogoutMutationContext;
|
|
29449
29472
|
var setsidecartnavshowcontext = props.actions.setsidecartnavshowcontext;
|
|
29450
29473
|
var setSearchHeaderInputContext = props.actions.setSearchHeaderInputContext;
|
|
@@ -29975,7 +29998,7 @@
|
|
|
29975
29998
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
29976
29999
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
29977
30000
|
"class": ' allcenetered m-0 p-0 '
|
|
29978
|
-
}, lang.logout))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30001
|
+
}, lang.logout))))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.instid) == '67feabc28870e' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29979
30002
|
"class": "".concat(header_cssstyles.wishlist_btn) + ' wishlist_btn d-flex justify-content-center align-items-center ',
|
|
29980
30003
|
style: {
|
|
29981
30004
|
marginRight: langdetect == 'en' ? '2.2rem' : '',
|
|
@@ -29998,7 +30021,7 @@
|
|
|
29998
30021
|
marginLeft: langdetect == 'en' ? '8px' : 0,
|
|
29999
30022
|
marginRight: langdetect == 'ar' ? '8px' : 0
|
|
30000
30023
|
}
|
|
30001
|
-
}, lang.wishlist)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30024
|
+
}, lang.wishlist)), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.instid) == '67feabc28870e' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30002
30025
|
"class": header_cssstyles.cartbtncontainer + ' d-flex flex-row align-items-center justify-content-end ',
|
|
30003
30026
|
style: {
|
|
30004
30027
|
marginRight: langdetect == 'en' ? '2.2rem' : '',
|
|
@@ -30039,7 +30062,7 @@
|
|
|
30039
30062
|
marginRight: langdetect == 'ar' ? '9px' : 0,
|
|
30040
30063
|
color: sectionproperties.cartBtnTextcolor
|
|
30041
30064
|
}
|
|
30042
|
-
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '',
|
|
30065
|
+
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', ' ', parseFloat(fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue4 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue4 === void 0 || (_fetchcustomercartQue4 = _fetchcustomercartQue4.data) === null || _fetchcustomercartQue4 === void 0 || (_fetchcustomercartQue4 = _fetchcustomercartQue4.customercart) === null || _fetchcustomercartQue4 === void 0 ? void 0 : _fetchcustomercartQue4.totalprice).toFixed(2), ' ', langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30043
30066
|
"class": langdetect == 'en' ? 'headerdropdownml' : 'headerdropdownmr'
|
|
30044
30067
|
}, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, /*#__PURE__*/React__default["default"].createElement("li", {
|
|
30045
30068
|
"class": ' d-flex align-items-center justify-content-center '
|