tabexseriescomponents 0.0.777 → 0.0.779
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 +152 -5
- package/dist/index.esm.js +152 -5
- package/dist/index.umd.js +152 -3
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -49107,7 +49107,7 @@ var Footer7 = function Footer7(props) {
|
|
|
49107
49107
|
function ownKeys$1x(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; }
|
|
49108
49108
|
function _objectSpread$1x(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1x(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1x(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
49109
49109
|
var Footer8 = function Footer8(props) {
|
|
49110
|
-
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i10, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17, _authdetailsContext$i20, _templatepropcontext$, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8;
|
|
49110
|
+
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i10, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17, _authdetailsContext$i20, _authdetailsContext$i23, _authdetailsContext$i26, _authdetailsContext$i29, _authdetailsContext$i32, _authdetailsContext$i35, _authdetailsContext$i38, _authdetailsContext$i39, _authdetailsContext$i41, _templatepropcontext$, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8;
|
|
49111
49111
|
var _useState = React.useState(''),
|
|
49112
49112
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
49113
49113
|
sectionproperties = _useState2[0],
|
|
@@ -49293,7 +49293,7 @@ var Footer8 = function Footer8(props) {
|
|
|
49293
49293
|
"class": "row m-0 w-100 justify-content-center"
|
|
49294
49294
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
49295
49295
|
"class": "".concat(footerStyles.footerContainer) + ' col-lg-12 col-md-12 col-sm-12 '
|
|
49296
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
49296
|
+
}, sectionproperties.footerstyle == 'Style 1' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
49297
49297
|
"class": "row m-0 w-100 justify-content-center px-1025-1 pb-3 pl-sm-2 pr-sm-2 pl-md-3 pr-md-3",
|
|
49298
49298
|
style: {
|
|
49299
49299
|
paddingLeft: langdetect == 'en' ? sectionproperties.footer_paddingLeft + 'px' : sectionproperties.footer_paddingRight + 'px',
|
|
@@ -49475,7 +49475,156 @@ var Footer8 = function Footer8(props) {
|
|
|
49475
49475
|
}
|
|
49476
49476
|
}, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
|
|
49477
49477
|
size: sectionproperties.youtubebtniconfontsize
|
|
49478
|
-
})))))))), sectionproperties.
|
|
49478
|
+
})))))))), sectionproperties.footerstyle == 'Style 2' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
49479
|
+
"class": "row m-0 w-100 justify-content-center px-1025-1 pb-3 pl-sm-2 pr-sm-2 pl-md-3 pr-md-3",
|
|
49480
|
+
style: {
|
|
49481
|
+
paddingLeft: langdetect == 'en' ? sectionproperties.footer_paddingLeft + 'px' : sectionproperties.footer_paddingRight + 'px',
|
|
49482
|
+
paddingRight: langdetect == 'en' ? sectionproperties.footer_paddingRight + 'px' : sectionproperties.footer_paddingLeft + 'px'
|
|
49483
|
+
}
|
|
49484
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
49485
|
+
"class": 'col-lg-12 p-0 d-flex align-items-center justify-content-start mb-5'
|
|
49486
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
49487
|
+
"class": 'row m-0 w-100'
|
|
49488
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
49489
|
+
"class": "col-lg-12 text-start mb-3 p-md-0"
|
|
49490
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
49491
|
+
"class": "m-0 p-0",
|
|
49492
|
+
style: {
|
|
49493
|
+
fontSize: 20,
|
|
49494
|
+
fontWeight: 600,
|
|
49495
|
+
color: '#fff'
|
|
49496
|
+
}
|
|
49497
|
+
}, langdetect == 'en' ? 'Follow Us' : 'تابعنا')), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
49498
|
+
"class": "col-lg-12 text-start px-5 flex-column"
|
|
49499
|
+
}, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
49500
|
+
"class": "".concat(footerStyles.youtube_btn) + ' w-100 d-flex align-items-center justify-content-start ',
|
|
49501
|
+
onClick: function onClick() {
|
|
49502
|
+
var _authdetailsContext$i24;
|
|
49503
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.facebooklink) != null) {
|
|
49504
|
+
var _authdetailsContext$i25;
|
|
49505
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.facebooklink, '_blank');
|
|
49506
|
+
}
|
|
49507
|
+
},
|
|
49508
|
+
style: {
|
|
49509
|
+
width: 'auto',
|
|
49510
|
+
height: 'auto',
|
|
49511
|
+
borderWidth: 0,
|
|
49512
|
+
fontSize: 16,
|
|
49513
|
+
fontWeight: 600,
|
|
49514
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
49515
|
+
}
|
|
49516
|
+
}, "Facebook"), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
49517
|
+
"class": "".concat(footerStyles.youtube_btn) + ' w-100 d-flex align-items-center justify-content-start ',
|
|
49518
|
+
onClick: function onClick() {
|
|
49519
|
+
var _authdetailsContext$i27;
|
|
49520
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.instagramlink) != null) {
|
|
49521
|
+
var _authdetailsContext$i28;
|
|
49522
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.instagramlink, '_blank');
|
|
49523
|
+
}
|
|
49524
|
+
},
|
|
49525
|
+
style: {
|
|
49526
|
+
width: 'auto',
|
|
49527
|
+
height: 'auto',
|
|
49528
|
+
borderWidth: 0,
|
|
49529
|
+
fontSize: 16,
|
|
49530
|
+
fontWeight: 600,
|
|
49531
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
49532
|
+
}
|
|
49533
|
+
}, "Instagram"), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
49534
|
+
"class": "".concat(footerStyles.youtube_btn) + ' w-100 d-flex align-items-center justify-content-start ',
|
|
49535
|
+
onClick: function onClick() {
|
|
49536
|
+
var _authdetailsContext$i30;
|
|
49537
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.whatsappnumber) != null) {
|
|
49538
|
+
var _authdetailsContext$i31;
|
|
49539
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.whatsappnumber), '_blank');
|
|
49540
|
+
}
|
|
49541
|
+
},
|
|
49542
|
+
style: {
|
|
49543
|
+
width: 'auto',
|
|
49544
|
+
height: 'auto',
|
|
49545
|
+
borderWidth: 0,
|
|
49546
|
+
fontSize: 16,
|
|
49547
|
+
fontWeight: 600,
|
|
49548
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
49549
|
+
}
|
|
49550
|
+
}, "WhatsApp"), sectionproperties.tiktokshow == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i32 = authdetailsContext.instinfo) === null || _authdetailsContext$i32 === void 0 ? void 0 : _authdetailsContext$i32.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
49551
|
+
"class": "".concat(footerStyles.youtube_btn) + ' w-100 d-flex align-items-center justify-content-start '
|
|
49552
|
+
// class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-1 mr-1 '}
|
|
49553
|
+
,
|
|
49554
|
+
onClick: function onClick() {
|
|
49555
|
+
var _authdetailsContext$i33;
|
|
49556
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.tiktoklink) != null) {
|
|
49557
|
+
var _authdetailsContext$i34;
|
|
49558
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.tiktoklink, '_blank');
|
|
49559
|
+
}
|
|
49560
|
+
},
|
|
49561
|
+
style: {
|
|
49562
|
+
width: 'auto',
|
|
49563
|
+
height: 'auto',
|
|
49564
|
+
borderWidth: 0,
|
|
49565
|
+
fontSize: 16,
|
|
49566
|
+
fontWeight: 600,
|
|
49567
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
49568
|
+
}
|
|
49569
|
+
}, "Tiktok"), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
49570
|
+
"class": "".concat(footerStyles.youtube_btn) + ' w-100 d-flex align-items-center justify-content-start ',
|
|
49571
|
+
style: {
|
|
49572
|
+
width: 'auto',
|
|
49573
|
+
height: 'auto',
|
|
49574
|
+
borderWidth: 0,
|
|
49575
|
+
fontSize: 16,
|
|
49576
|
+
fontWeight: 600,
|
|
49577
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
49578
|
+
}
|
|
49579
|
+
// class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-1 mr-1 '}
|
|
49580
|
+
,
|
|
49581
|
+
onClick: function onClick() {
|
|
49582
|
+
var _authdetailsContext$i36;
|
|
49583
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i36 = authdetailsContext.instinfo) === null || _authdetailsContext$i36 === void 0 ? void 0 : _authdetailsContext$i36.tiktoklink) != null) {
|
|
49584
|
+
var _authdetailsContext$i37;
|
|
49585
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.linkedinlink, '_blank');
|
|
49586
|
+
}
|
|
49587
|
+
}
|
|
49588
|
+
}, "LinkedIn")))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
49589
|
+
"class": sectionproperties.prodCatShow == 'Show' ? 'col-lg-6 col-md-12 col-sm-12 p-0 d-flex justify-content-start mb-md-3' : 'col-lg-4 col-md-12 col-sm-12 p-0 d-flex justify-content-start mb-md-3'
|
|
49590
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
49591
|
+
"class": "row m-0 w-100"
|
|
49592
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
49593
|
+
"class": langdetect == 'en' ? 'col-lg-12 pr-5 p-md-0 d-flex justify-content-start mt-2' : 'col-lg-12 pl-5 p-md-0 d-flex justify-content-start mt-2'
|
|
49594
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
49595
|
+
"class": langdetect == 'en' ? ' wordbreak pr-5 mb-4 p-md-0 ' : ' wordbreak pl-5 mb-4 p-md-0 ',
|
|
49596
|
+
style: {
|
|
49597
|
+
fontSize: sectionproperties.prodCatFontSize + 'px',
|
|
49598
|
+
fontWeight: sectionproperties.prodCatFontWeight,
|
|
49599
|
+
color: sectionproperties.prodCatColor,
|
|
49600
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
49601
|
+
}
|
|
49602
|
+
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i38 = authdetailsContext.instinfo) === null || _authdetailsContext$i38 === void 0 ? void 0 : _authdetailsContext$i38.description_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.description_ar)))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
49603
|
+
"class": 'col-lg-6 col-md-12 col-sm-12 mb-md-3 p-sm-0'
|
|
49604
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
49605
|
+
"class": "row m-0 w-100"
|
|
49606
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
49607
|
+
"class": "col-lg-12 p-0"
|
|
49608
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
49609
|
+
"class": "".concat(footerStyles.iconTextStyle) + ' m-0 p-0 mb-3 mb-md-2 wordbreak d-none ',
|
|
49610
|
+
style: {
|
|
49611
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
49612
|
+
},
|
|
49613
|
+
onClick: function onClick() {
|
|
49614
|
+
var _authdetailsContext$i40;
|
|
49615
|
+
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i40 = authdetailsContext.instinfo) === null || _authdetailsContext$i40 === void 0 || (_authdetailsContext$i40 = _authdetailsContext$i40.contactinfo) === null || _authdetailsContext$i40 === void 0 ? void 0 : _authdetailsContext$i40.email), '_self');
|
|
49616
|
+
}
|
|
49617
|
+
}, langdetect == 'en' ? 'T: ' : 'الهاتف: ', " ", authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
49618
|
+
"class": "col-lg-12 p-0"
|
|
49619
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
49620
|
+
"class": "".concat(footerStyles.iconTextStyle) + ' m-0 p-0 mb-3 mb-md-2 wordbreak d-none ',
|
|
49621
|
+
style: {
|
|
49622
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
49623
|
+
},
|
|
49624
|
+
onClick: function onClick() {
|
|
49625
|
+
window.open('tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber), '_self');
|
|
49626
|
+
}
|
|
49627
|
+
}, langdetect == 'en' ? 'E: ' : 'الايميل: ', " ", authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i41 = authdetailsContext.instinfo) === null || _authdetailsContext$i41 === void 0 || (_authdetailsContext$i41 = _authdetailsContext$i41.contactinfo) === null || _authdetailsContext$i41 === void 0 ? void 0 : _authdetailsContext$i41.email))))), sectionproperties.showhidemainpages == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
49479
49628
|
"class": "row m-0 allcentered"
|
|
49480
49629
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
49481
49630
|
"class": "".concat(footerStyles.divider) + ' '
|
|
@@ -73064,8 +73213,6 @@ var Productcard_with_zoominonhover = function Productcard_with_zoominonhover(pro
|
|
|
73064
73213
|
}, [props.cardinfoitemprops]);
|
|
73065
73214
|
var updatequantity = function updatequantity(type) {
|
|
73066
73215
|
var tempitem = _objectSpread$w({}, item);
|
|
73067
|
-
tempitem.quantity = 0;
|
|
73068
|
-
setitem(_objectSpread$w({}, tempitem));
|
|
73069
73216
|
tempitem.quantity = parseInt(tempitem.quantity);
|
|
73070
73217
|
if (type == 'add') {
|
|
73071
73218
|
tempitem.quantity = tempitem.quantity + 1;
|
package/dist/index.esm.js
CHANGED
|
@@ -49058,7 +49058,7 @@ var Footer7 = function Footer7(props) {
|
|
|
49058
49058
|
function ownKeys$1x(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; }
|
|
49059
49059
|
function _objectSpread$1x(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1x(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1x(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
49060
49060
|
var Footer8 = function Footer8(props) {
|
|
49061
|
-
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i10, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17, _authdetailsContext$i20, _templatepropcontext$, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8;
|
|
49061
|
+
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i10, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17, _authdetailsContext$i20, _authdetailsContext$i23, _authdetailsContext$i26, _authdetailsContext$i29, _authdetailsContext$i32, _authdetailsContext$i35, _authdetailsContext$i38, _authdetailsContext$i39, _authdetailsContext$i41, _templatepropcontext$, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8;
|
|
49062
49062
|
var _useState = useState(''),
|
|
49063
49063
|
_useState2 = _slicedToArray(_useState, 2),
|
|
49064
49064
|
sectionproperties = _useState2[0],
|
|
@@ -49244,7 +49244,7 @@ var Footer8 = function Footer8(props) {
|
|
|
49244
49244
|
"class": "row m-0 w-100 justify-content-center"
|
|
49245
49245
|
}, /*#__PURE__*/React.createElement("div", {
|
|
49246
49246
|
"class": "".concat(footerStyles.footerContainer) + ' col-lg-12 col-md-12 col-sm-12 '
|
|
49247
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
49247
|
+
}, sectionproperties.footerstyle == 'Style 1' && /*#__PURE__*/React.createElement("div", {
|
|
49248
49248
|
"class": "row m-0 w-100 justify-content-center px-1025-1 pb-3 pl-sm-2 pr-sm-2 pl-md-3 pr-md-3",
|
|
49249
49249
|
style: {
|
|
49250
49250
|
paddingLeft: langdetect == 'en' ? sectionproperties.footer_paddingLeft + 'px' : sectionproperties.footer_paddingRight + 'px',
|
|
@@ -49426,7 +49426,156 @@ var Footer8 = function Footer8(props) {
|
|
|
49426
49426
|
}
|
|
49427
49427
|
}, /*#__PURE__*/React.createElement(IoLogoTiktok, {
|
|
49428
49428
|
size: sectionproperties.youtubebtniconfontsize
|
|
49429
|
-
})))))))), sectionproperties.
|
|
49429
|
+
})))))))), sectionproperties.footerstyle == 'Style 2' && /*#__PURE__*/React.createElement("div", {
|
|
49430
|
+
"class": "row m-0 w-100 justify-content-center px-1025-1 pb-3 pl-sm-2 pr-sm-2 pl-md-3 pr-md-3",
|
|
49431
|
+
style: {
|
|
49432
|
+
paddingLeft: langdetect == 'en' ? sectionproperties.footer_paddingLeft + 'px' : sectionproperties.footer_paddingRight + 'px',
|
|
49433
|
+
paddingRight: langdetect == 'en' ? sectionproperties.footer_paddingRight + 'px' : sectionproperties.footer_paddingLeft + 'px'
|
|
49434
|
+
}
|
|
49435
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
49436
|
+
"class": 'col-lg-12 p-0 d-flex align-items-center justify-content-start mb-5'
|
|
49437
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
49438
|
+
"class": 'row m-0 w-100'
|
|
49439
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
49440
|
+
"class": "col-lg-12 text-start mb-3 p-md-0"
|
|
49441
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
49442
|
+
"class": "m-0 p-0",
|
|
49443
|
+
style: {
|
|
49444
|
+
fontSize: 20,
|
|
49445
|
+
fontWeight: 600,
|
|
49446
|
+
color: '#fff'
|
|
49447
|
+
}
|
|
49448
|
+
}, langdetect == 'en' ? 'Follow Us' : 'تابعنا')), /*#__PURE__*/React.createElement("div", {
|
|
49449
|
+
"class": "col-lg-12 text-start px-5 flex-column"
|
|
49450
|
+
}, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.facebooklink) != null && /*#__PURE__*/React.createElement("div", {
|
|
49451
|
+
"class": "".concat(footerStyles.youtube_btn) + ' w-100 d-flex align-items-center justify-content-start ',
|
|
49452
|
+
onClick: function onClick() {
|
|
49453
|
+
var _authdetailsContext$i24;
|
|
49454
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.facebooklink) != null) {
|
|
49455
|
+
var _authdetailsContext$i25;
|
|
49456
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.facebooklink, '_blank');
|
|
49457
|
+
}
|
|
49458
|
+
},
|
|
49459
|
+
style: {
|
|
49460
|
+
width: 'auto',
|
|
49461
|
+
height: 'auto',
|
|
49462
|
+
borderWidth: 0,
|
|
49463
|
+
fontSize: 16,
|
|
49464
|
+
fontWeight: 600,
|
|
49465
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
49466
|
+
}
|
|
49467
|
+
}, "Facebook"), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.instagramlink) != null && /*#__PURE__*/React.createElement("div", {
|
|
49468
|
+
"class": "".concat(footerStyles.youtube_btn) + ' w-100 d-flex align-items-center justify-content-start ',
|
|
49469
|
+
onClick: function onClick() {
|
|
49470
|
+
var _authdetailsContext$i27;
|
|
49471
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.instagramlink) != null) {
|
|
49472
|
+
var _authdetailsContext$i28;
|
|
49473
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.instagramlink, '_blank');
|
|
49474
|
+
}
|
|
49475
|
+
},
|
|
49476
|
+
style: {
|
|
49477
|
+
width: 'auto',
|
|
49478
|
+
height: 'auto',
|
|
49479
|
+
borderWidth: 0,
|
|
49480
|
+
fontSize: 16,
|
|
49481
|
+
fontWeight: 600,
|
|
49482
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
49483
|
+
}
|
|
49484
|
+
}, "Instagram"), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.whatsappnumber) != null && /*#__PURE__*/React.createElement("div", {
|
|
49485
|
+
"class": "".concat(footerStyles.youtube_btn) + ' w-100 d-flex align-items-center justify-content-start ',
|
|
49486
|
+
onClick: function onClick() {
|
|
49487
|
+
var _authdetailsContext$i30;
|
|
49488
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.whatsappnumber) != null) {
|
|
49489
|
+
var _authdetailsContext$i31;
|
|
49490
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.whatsappnumber), '_blank');
|
|
49491
|
+
}
|
|
49492
|
+
},
|
|
49493
|
+
style: {
|
|
49494
|
+
width: 'auto',
|
|
49495
|
+
height: 'auto',
|
|
49496
|
+
borderWidth: 0,
|
|
49497
|
+
fontSize: 16,
|
|
49498
|
+
fontWeight: 600,
|
|
49499
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
49500
|
+
}
|
|
49501
|
+
}, "WhatsApp"), sectionproperties.tiktokshow == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i32 = authdetailsContext.instinfo) === null || _authdetailsContext$i32 === void 0 ? void 0 : _authdetailsContext$i32.tiktoklink) != null && /*#__PURE__*/React.createElement("div", {
|
|
49502
|
+
"class": "".concat(footerStyles.youtube_btn) + ' w-100 d-flex align-items-center justify-content-start '
|
|
49503
|
+
// class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-1 mr-1 '}
|
|
49504
|
+
,
|
|
49505
|
+
onClick: function onClick() {
|
|
49506
|
+
var _authdetailsContext$i33;
|
|
49507
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.tiktoklink) != null) {
|
|
49508
|
+
var _authdetailsContext$i34;
|
|
49509
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.tiktoklink, '_blank');
|
|
49510
|
+
}
|
|
49511
|
+
},
|
|
49512
|
+
style: {
|
|
49513
|
+
width: 'auto',
|
|
49514
|
+
height: 'auto',
|
|
49515
|
+
borderWidth: 0,
|
|
49516
|
+
fontSize: 16,
|
|
49517
|
+
fontWeight: 600,
|
|
49518
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
49519
|
+
}
|
|
49520
|
+
}, "Tiktok"), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.linkedinlink) != null && /*#__PURE__*/React.createElement("div", {
|
|
49521
|
+
"class": "".concat(footerStyles.youtube_btn) + ' w-100 d-flex align-items-center justify-content-start ',
|
|
49522
|
+
style: {
|
|
49523
|
+
width: 'auto',
|
|
49524
|
+
height: 'auto',
|
|
49525
|
+
borderWidth: 0,
|
|
49526
|
+
fontSize: 16,
|
|
49527
|
+
fontWeight: 600,
|
|
49528
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
49529
|
+
}
|
|
49530
|
+
// class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-1 mr-1 '}
|
|
49531
|
+
,
|
|
49532
|
+
onClick: function onClick() {
|
|
49533
|
+
var _authdetailsContext$i36;
|
|
49534
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i36 = authdetailsContext.instinfo) === null || _authdetailsContext$i36 === void 0 ? void 0 : _authdetailsContext$i36.tiktoklink) != null) {
|
|
49535
|
+
var _authdetailsContext$i37;
|
|
49536
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.linkedinlink, '_blank');
|
|
49537
|
+
}
|
|
49538
|
+
}
|
|
49539
|
+
}, "LinkedIn")))), /*#__PURE__*/React.createElement("div", {
|
|
49540
|
+
"class": sectionproperties.prodCatShow == 'Show' ? 'col-lg-6 col-md-12 col-sm-12 p-0 d-flex justify-content-start mb-md-3' : 'col-lg-4 col-md-12 col-sm-12 p-0 d-flex justify-content-start mb-md-3'
|
|
49541
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
49542
|
+
"class": "row m-0 w-100"
|
|
49543
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
49544
|
+
"class": langdetect == 'en' ? 'col-lg-12 pr-5 p-md-0 d-flex justify-content-start mt-2' : 'col-lg-12 pl-5 p-md-0 d-flex justify-content-start mt-2'
|
|
49545
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
49546
|
+
"class": langdetect == 'en' ? ' wordbreak pr-5 mb-4 p-md-0 ' : ' wordbreak pl-5 mb-4 p-md-0 ',
|
|
49547
|
+
style: {
|
|
49548
|
+
fontSize: sectionproperties.prodCatFontSize + 'px',
|
|
49549
|
+
fontWeight: sectionproperties.prodCatFontWeight,
|
|
49550
|
+
color: sectionproperties.prodCatColor,
|
|
49551
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
49552
|
+
}
|
|
49553
|
+
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i38 = authdetailsContext.instinfo) === null || _authdetailsContext$i38 === void 0 ? void 0 : _authdetailsContext$i38.description_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.description_ar)))), /*#__PURE__*/React.createElement("div", {
|
|
49554
|
+
"class": 'col-lg-6 col-md-12 col-sm-12 mb-md-3 p-sm-0'
|
|
49555
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
49556
|
+
"class": "row m-0 w-100"
|
|
49557
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
49558
|
+
"class": "col-lg-12 p-0"
|
|
49559
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
49560
|
+
"class": "".concat(footerStyles.iconTextStyle) + ' m-0 p-0 mb-3 mb-md-2 wordbreak d-none ',
|
|
49561
|
+
style: {
|
|
49562
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
49563
|
+
},
|
|
49564
|
+
onClick: function onClick() {
|
|
49565
|
+
var _authdetailsContext$i40;
|
|
49566
|
+
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i40 = authdetailsContext.instinfo) === null || _authdetailsContext$i40 === void 0 || (_authdetailsContext$i40 = _authdetailsContext$i40.contactinfo) === null || _authdetailsContext$i40 === void 0 ? void 0 : _authdetailsContext$i40.email), '_self');
|
|
49567
|
+
}
|
|
49568
|
+
}, langdetect == 'en' ? 'T: ' : 'الهاتف: ', " ", authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber)), /*#__PURE__*/React.createElement("div", {
|
|
49569
|
+
"class": "col-lg-12 p-0"
|
|
49570
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
49571
|
+
"class": "".concat(footerStyles.iconTextStyle) + ' m-0 p-0 mb-3 mb-md-2 wordbreak d-none ',
|
|
49572
|
+
style: {
|
|
49573
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
49574
|
+
},
|
|
49575
|
+
onClick: function onClick() {
|
|
49576
|
+
window.open('tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber), '_self');
|
|
49577
|
+
}
|
|
49578
|
+
}, langdetect == 'en' ? 'E: ' : 'الايميل: ', " ", authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i41 = authdetailsContext.instinfo) === null || _authdetailsContext$i41 === void 0 || (_authdetailsContext$i41 = _authdetailsContext$i41.contactinfo) === null || _authdetailsContext$i41 === void 0 ? void 0 : _authdetailsContext$i41.email))))), sectionproperties.showhidemainpages == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
49430
49579
|
"class": "row m-0 allcentered"
|
|
49431
49580
|
}, /*#__PURE__*/React.createElement("div", {
|
|
49432
49581
|
"class": "".concat(footerStyles.divider) + ' '
|
|
@@ -73015,8 +73164,6 @@ var Productcard_with_zoominonhover = function Productcard_with_zoominonhover(pro
|
|
|
73015
73164
|
}, [props.cardinfoitemprops]);
|
|
73016
73165
|
var updatequantity = function updatequantity(type) {
|
|
73017
73166
|
var tempitem = _objectSpread$w({}, item);
|
|
73018
|
-
tempitem.quantity = 0;
|
|
73019
|
-
setitem(_objectSpread$w({}, tempitem));
|
|
73020
73167
|
tempitem.quantity = parseInt(tempitem.quantity);
|
|
73021
73168
|
if (type == 'add') {
|
|
73022
73169
|
tempitem.quantity = tempitem.quantity + 1;
|
package/dist/index.umd.js
CHANGED
|
@@ -48924,7 +48924,7 @@
|
|
|
48924
48924
|
function ownKeys$1x(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; }
|
|
48925
48925
|
function _objectSpread$1x(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1x(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1x(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
48926
48926
|
var Footer8 = function Footer8(props) {
|
|
48927
|
-
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i10, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17, _authdetailsContext$i20, _templatepropcontext$, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8;
|
|
48927
|
+
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i10, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17, _authdetailsContext$i20, _authdetailsContext$i23, _authdetailsContext$i26, _authdetailsContext$i29, _authdetailsContext$i32, _authdetailsContext$i35, _authdetailsContext$i38, _authdetailsContext$i39, _authdetailsContext$i41, _templatepropcontext$, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8;
|
|
48928
48928
|
var _useState = React.useState(''),
|
|
48929
48929
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
48930
48930
|
sectionproperties = _useState2[0],
|
|
@@ -49110,7 +49110,7 @@
|
|
|
49110
49110
|
"class": "row m-0 w-100 justify-content-center"
|
|
49111
49111
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
49112
49112
|
"class": "".concat(footerStyles.footerContainer) + ' col-lg-12 col-md-12 col-sm-12 '
|
|
49113
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
49113
|
+
}, sectionproperties.footerstyle == 'Style 1' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
49114
49114
|
"class": "row m-0 w-100 justify-content-center px-1025-1 pb-3 pl-sm-2 pr-sm-2 pl-md-3 pr-md-3",
|
|
49115
49115
|
style: {
|
|
49116
49116
|
paddingLeft: langdetect == 'en' ? sectionproperties.footer_paddingLeft + 'px' : sectionproperties.footer_paddingRight + 'px',
|
|
@@ -49292,7 +49292,156 @@
|
|
|
49292
49292
|
}
|
|
49293
49293
|
}, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
|
|
49294
49294
|
size: sectionproperties.youtubebtniconfontsize
|
|
49295
|
-
})))))))), sectionproperties.
|
|
49295
|
+
})))))))), sectionproperties.footerstyle == 'Style 2' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
49296
|
+
"class": "row m-0 w-100 justify-content-center px-1025-1 pb-3 pl-sm-2 pr-sm-2 pl-md-3 pr-md-3",
|
|
49297
|
+
style: {
|
|
49298
|
+
paddingLeft: langdetect == 'en' ? sectionproperties.footer_paddingLeft + 'px' : sectionproperties.footer_paddingRight + 'px',
|
|
49299
|
+
paddingRight: langdetect == 'en' ? sectionproperties.footer_paddingRight + 'px' : sectionproperties.footer_paddingLeft + 'px'
|
|
49300
|
+
}
|
|
49301
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
49302
|
+
"class": 'col-lg-12 p-0 d-flex align-items-center justify-content-start mb-5'
|
|
49303
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
49304
|
+
"class": 'row m-0 w-100'
|
|
49305
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
49306
|
+
"class": "col-lg-12 text-start mb-3 p-md-0"
|
|
49307
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
49308
|
+
"class": "m-0 p-0",
|
|
49309
|
+
style: {
|
|
49310
|
+
fontSize: 20,
|
|
49311
|
+
fontWeight: 600,
|
|
49312
|
+
color: '#fff'
|
|
49313
|
+
}
|
|
49314
|
+
}, langdetect == 'en' ? 'Follow Us' : 'تابعنا')), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
49315
|
+
"class": "col-lg-12 text-start px-5 flex-column"
|
|
49316
|
+
}, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
49317
|
+
"class": "".concat(footerStyles.youtube_btn) + ' w-100 d-flex align-items-center justify-content-start ',
|
|
49318
|
+
onClick: function onClick() {
|
|
49319
|
+
var _authdetailsContext$i24;
|
|
49320
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.facebooklink) != null) {
|
|
49321
|
+
var _authdetailsContext$i25;
|
|
49322
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.facebooklink, '_blank');
|
|
49323
|
+
}
|
|
49324
|
+
},
|
|
49325
|
+
style: {
|
|
49326
|
+
width: 'auto',
|
|
49327
|
+
height: 'auto',
|
|
49328
|
+
borderWidth: 0,
|
|
49329
|
+
fontSize: 16,
|
|
49330
|
+
fontWeight: 600,
|
|
49331
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
49332
|
+
}
|
|
49333
|
+
}, "Facebook"), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
49334
|
+
"class": "".concat(footerStyles.youtube_btn) + ' w-100 d-flex align-items-center justify-content-start ',
|
|
49335
|
+
onClick: function onClick() {
|
|
49336
|
+
var _authdetailsContext$i27;
|
|
49337
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.instagramlink) != null) {
|
|
49338
|
+
var _authdetailsContext$i28;
|
|
49339
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.instagramlink, '_blank');
|
|
49340
|
+
}
|
|
49341
|
+
},
|
|
49342
|
+
style: {
|
|
49343
|
+
width: 'auto',
|
|
49344
|
+
height: 'auto',
|
|
49345
|
+
borderWidth: 0,
|
|
49346
|
+
fontSize: 16,
|
|
49347
|
+
fontWeight: 600,
|
|
49348
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
49349
|
+
}
|
|
49350
|
+
}, "Instagram"), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
49351
|
+
"class": "".concat(footerStyles.youtube_btn) + ' w-100 d-flex align-items-center justify-content-start ',
|
|
49352
|
+
onClick: function onClick() {
|
|
49353
|
+
var _authdetailsContext$i30;
|
|
49354
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.whatsappnumber) != null) {
|
|
49355
|
+
var _authdetailsContext$i31;
|
|
49356
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.whatsappnumber), '_blank');
|
|
49357
|
+
}
|
|
49358
|
+
},
|
|
49359
|
+
style: {
|
|
49360
|
+
width: 'auto',
|
|
49361
|
+
height: 'auto',
|
|
49362
|
+
borderWidth: 0,
|
|
49363
|
+
fontSize: 16,
|
|
49364
|
+
fontWeight: 600,
|
|
49365
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
49366
|
+
}
|
|
49367
|
+
}, "WhatsApp"), sectionproperties.tiktokshow == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i32 = authdetailsContext.instinfo) === null || _authdetailsContext$i32 === void 0 ? void 0 : _authdetailsContext$i32.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
49368
|
+
"class": "".concat(footerStyles.youtube_btn) + ' w-100 d-flex align-items-center justify-content-start '
|
|
49369
|
+
// class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-1 mr-1 '}
|
|
49370
|
+
,
|
|
49371
|
+
onClick: function onClick() {
|
|
49372
|
+
var _authdetailsContext$i33;
|
|
49373
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.tiktoklink) != null) {
|
|
49374
|
+
var _authdetailsContext$i34;
|
|
49375
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.tiktoklink, '_blank');
|
|
49376
|
+
}
|
|
49377
|
+
},
|
|
49378
|
+
style: {
|
|
49379
|
+
width: 'auto',
|
|
49380
|
+
height: 'auto',
|
|
49381
|
+
borderWidth: 0,
|
|
49382
|
+
fontSize: 16,
|
|
49383
|
+
fontWeight: 600,
|
|
49384
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
49385
|
+
}
|
|
49386
|
+
}, "Tiktok"), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
49387
|
+
"class": "".concat(footerStyles.youtube_btn) + ' w-100 d-flex align-items-center justify-content-start ',
|
|
49388
|
+
style: {
|
|
49389
|
+
width: 'auto',
|
|
49390
|
+
height: 'auto',
|
|
49391
|
+
borderWidth: 0,
|
|
49392
|
+
fontSize: 16,
|
|
49393
|
+
fontWeight: 600,
|
|
49394
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
49395
|
+
}
|
|
49396
|
+
// class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-1 mr-1 '}
|
|
49397
|
+
,
|
|
49398
|
+
onClick: function onClick() {
|
|
49399
|
+
var _authdetailsContext$i36;
|
|
49400
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i36 = authdetailsContext.instinfo) === null || _authdetailsContext$i36 === void 0 ? void 0 : _authdetailsContext$i36.tiktoklink) != null) {
|
|
49401
|
+
var _authdetailsContext$i37;
|
|
49402
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.linkedinlink, '_blank');
|
|
49403
|
+
}
|
|
49404
|
+
}
|
|
49405
|
+
}, "LinkedIn")))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
49406
|
+
"class": sectionproperties.prodCatShow == 'Show' ? 'col-lg-6 col-md-12 col-sm-12 p-0 d-flex justify-content-start mb-md-3' : 'col-lg-4 col-md-12 col-sm-12 p-0 d-flex justify-content-start mb-md-3'
|
|
49407
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
49408
|
+
"class": "row m-0 w-100"
|
|
49409
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
49410
|
+
"class": langdetect == 'en' ? 'col-lg-12 pr-5 p-md-0 d-flex justify-content-start mt-2' : 'col-lg-12 pl-5 p-md-0 d-flex justify-content-start mt-2'
|
|
49411
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
49412
|
+
"class": langdetect == 'en' ? ' wordbreak pr-5 mb-4 p-md-0 ' : ' wordbreak pl-5 mb-4 p-md-0 ',
|
|
49413
|
+
style: {
|
|
49414
|
+
fontSize: sectionproperties.prodCatFontSize + 'px',
|
|
49415
|
+
fontWeight: sectionproperties.prodCatFontWeight,
|
|
49416
|
+
color: sectionproperties.prodCatColor,
|
|
49417
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
49418
|
+
}
|
|
49419
|
+
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i38 = authdetailsContext.instinfo) === null || _authdetailsContext$i38 === void 0 ? void 0 : _authdetailsContext$i38.description_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.description_ar)))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
49420
|
+
"class": 'col-lg-6 col-md-12 col-sm-12 mb-md-3 p-sm-0'
|
|
49421
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
49422
|
+
"class": "row m-0 w-100"
|
|
49423
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
49424
|
+
"class": "col-lg-12 p-0"
|
|
49425
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
49426
|
+
"class": "".concat(footerStyles.iconTextStyle) + ' m-0 p-0 mb-3 mb-md-2 wordbreak d-none ',
|
|
49427
|
+
style: {
|
|
49428
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
49429
|
+
},
|
|
49430
|
+
onClick: function onClick() {
|
|
49431
|
+
var _authdetailsContext$i40;
|
|
49432
|
+
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i40 = authdetailsContext.instinfo) === null || _authdetailsContext$i40 === void 0 || (_authdetailsContext$i40 = _authdetailsContext$i40.contactinfo) === null || _authdetailsContext$i40 === void 0 ? void 0 : _authdetailsContext$i40.email), '_self');
|
|
49433
|
+
}
|
|
49434
|
+
}, langdetect == 'en' ? 'T: ' : 'الهاتف: ', " ", authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
49435
|
+
"class": "col-lg-12 p-0"
|
|
49436
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
49437
|
+
"class": "".concat(footerStyles.iconTextStyle) + ' m-0 p-0 mb-3 mb-md-2 wordbreak d-none ',
|
|
49438
|
+
style: {
|
|
49439
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
49440
|
+
},
|
|
49441
|
+
onClick: function onClick() {
|
|
49442
|
+
window.open('tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber), '_self');
|
|
49443
|
+
}
|
|
49444
|
+
}, langdetect == 'en' ? 'E: ' : 'الايميل: ', " ", authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i41 = authdetailsContext.instinfo) === null || _authdetailsContext$i41 === void 0 || (_authdetailsContext$i41 = _authdetailsContext$i41.contactinfo) === null || _authdetailsContext$i41 === void 0 ? void 0 : _authdetailsContext$i41.email))))), sectionproperties.showhidemainpages == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
49296
49445
|
"class": "row m-0 allcentered"
|
|
49297
49446
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
49298
49447
|
"class": "".concat(footerStyles.divider) + ' '
|