tabexseriescomponents 0.0.431 → 0.0.433
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 +346 -74
- package/dist/index.esm.js +346 -74
- package/dist/index.umd.js +348 -78
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -139,6 +139,8 @@ var FaLinkedinIn = require('@react-icons/all-files/fa/FaLinkedinIn');
|
|
|
139
139
|
var RiRoadMapLine = require('@react-icons/all-files/ri/RiRoadMapLine');
|
|
140
140
|
var HiOutlineClock = require('@react-icons/all-files/hi/HiOutlineClock');
|
|
141
141
|
var AiOutlineLinkedin = require('@react-icons/all-files/ai/AiOutlineLinkedin');
|
|
142
|
+
var FaPlus = require('@react-icons/all-files/fa/FaPlus');
|
|
143
|
+
var FaMinus = require('@react-icons/all-files/fa/FaMinus');
|
|
142
144
|
var FaArrowAltCircleRight = require('@react-icons/all-files/fa/FaArrowAltCircleRight');
|
|
143
145
|
var FaArrowAltCircleLeft = require('@react-icons/all-files/fa/FaArrowAltCircleLeft');
|
|
144
146
|
var Select$5 = require('react-select');
|
|
@@ -14387,6 +14389,10 @@ var Filter$2 = function Filter(props) {
|
|
|
14387
14389
|
'@media (max-width: 800px)': {
|
|
14388
14390
|
fontSize: sectionproperties.sectionTitleFontSizeresp + 'px'
|
|
14389
14391
|
}
|
|
14392
|
+
}),
|
|
14393
|
+
filtercard: glamor.css({
|
|
14394
|
+
minWidth: sectionproperties.filtercardwidth + 'px',
|
|
14395
|
+
maxWidth: sectionproperties.filtercardwidth + 'px'
|
|
14390
14396
|
})
|
|
14391
14397
|
};
|
|
14392
14398
|
var filterrouting = function filterrouting(tempfetchproductsfilerobjcontext) {
|
|
@@ -14656,11 +14662,13 @@ var Filter$2 = function Filter(props) {
|
|
|
14656
14662
|
}, /*#__PURE__*/React__default["default"].createElement(reactHorizontalScrollingMenu.ScrollMenu, {
|
|
14657
14663
|
transitionBehavior: 'auto',
|
|
14658
14664
|
wrapperClassName: '',
|
|
14659
|
-
itemClassName: '
|
|
14665
|
+
itemClassName: '',
|
|
14660
14666
|
scrollContainerClassName: 'filterscrollmenuclasssubscrollbar'
|
|
14661
14667
|
}, collectionstobevisible.map(function (item, index) {
|
|
14662
14668
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
14663
|
-
className:
|
|
14669
|
+
className: ' col-xl-12 p-0 col-lg-12 col-md-12 col-sm-12 w-100'
|
|
14670
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
14671
|
+
className: "".concat(filter_cssstyles.timeline_text, " ").concat(filter_cssstyles.filtercard) + ' p-0 cursor-pointer ',
|
|
14664
14672
|
onClick: function onClick() {
|
|
14665
14673
|
setCollectionFilterFunc(item.collectionid);
|
|
14666
14674
|
},
|
|
@@ -14671,8 +14679,8 @@ var Filter$2 = function Filter(props) {
|
|
|
14671
14679
|
"class": "col-lg-12 allcentered mb-2"
|
|
14672
14680
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
14673
14681
|
style: {
|
|
14674
|
-
width:
|
|
14675
|
-
height:
|
|
14682
|
+
width: sectionproperties.filterimagewidthheight + '%',
|
|
14683
|
+
height: sectionproperties.filterimagewidthheight + '%'
|
|
14676
14684
|
}
|
|
14677
14685
|
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
14678
14686
|
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
@@ -14681,14 +14689,21 @@ var Filter$2 = function Filter(props) {
|
|
|
14681
14689
|
style: {
|
|
14682
14690
|
width: '100%',
|
|
14683
14691
|
height: '100%',
|
|
14684
|
-
objectFit: '
|
|
14692
|
+
objectFit: 'cover',
|
|
14693
|
+
borderRadius: sectionproperties.filterimageborderradius + 'px'
|
|
14685
14694
|
},
|
|
14686
14695
|
loading: "lazy"
|
|
14687
14696
|
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
14688
|
-
"class": "
|
|
14697
|
+
"class": "row m-0 w-100"
|
|
14698
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
14699
|
+
"class": "col-lg-10 text-start"
|
|
14689
14700
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
14690
14701
|
"class": ' m-0 p-0 '
|
|
14691
|
-
}, langdetect == 'en' ? item.title_en : item.title_ar))
|
|
14702
|
+
}, langdetect == 'en' ? item.title_en : item.title_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
14703
|
+
"class": "col-lg-2 text-end"
|
|
14704
|
+
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
14705
|
+
"class": "h-100 allcentered"
|
|
14706
|
+
}, langdetect == 'en' ? /*#__PURE__*/React__default["default"].createElement(BsChevronRight.BsChevronRight, null) : /*#__PURE__*/React__default["default"].createElement(BsChevronRight.BsChevronRight, null))))));
|
|
14692
14707
|
}))), sectionproperties.showproductgroupbytitle == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
14693
14708
|
"class": "col-lg-12 text-start px-4 mb-5",
|
|
14694
14709
|
style: {
|
|
@@ -17147,7 +17162,8 @@ var CardsSection = function CardsSection(props) {
|
|
|
17147
17162
|
style: {
|
|
17148
17163
|
fontWeight: 700,
|
|
17149
17164
|
fontSize: 27,
|
|
17150
|
-
color: '#62554a'
|
|
17165
|
+
// color: '#62554a'
|
|
17166
|
+
color: sectionproperties.sectionTitleColor
|
|
17151
17167
|
}
|
|
17152
17168
|
}, show_product_group_titles()['title_en'])), sectionproperties.showproductgroupbytitle == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17153
17169
|
"class": "col-lg-12 mb-3"
|
|
@@ -17155,7 +17171,9 @@ var CardsSection = function CardsSection(props) {
|
|
|
17155
17171
|
"class": "m-0",
|
|
17156
17172
|
style: {
|
|
17157
17173
|
fontSize: 18,
|
|
17158
|
-
color:
|
|
17174
|
+
color: sectionproperties.sectionTitleColor
|
|
17175
|
+
|
|
17176
|
+
// color: '#62554a',
|
|
17159
17177
|
}
|
|
17160
17178
|
}, plainString(show_product_group_titles()['description_en']))), sectionproperties.showFilter == 'show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17161
17179
|
className: sectionproperties.filterdirection == 'Horizontal' ? 'col-lg-12 d-flex p-0' : sectionproperties.numofcols == '2' ? 'col-lg-2 d-flex' : 'col-lg-3 d-flex'
|
|
@@ -45301,22 +45319,26 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
45301
45319
|
function ownKeys$1o(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; }
|
|
45302
45320
|
function _objectSpread$1o(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1o(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1o(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
45303
45321
|
var Newsletterincenter = function Newsletterincenter(props) {
|
|
45304
|
-
var _css,
|
|
45322
|
+
var _css, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i13, _authdetailsContext$i16, _authdetailsContext$i19, _authdetailsContext$i21;
|
|
45305
45323
|
var _useState = React.useState(''),
|
|
45306
45324
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
45307
45325
|
sectionproperties = _useState2[0],
|
|
45308
45326
|
setsectionproperties = _useState2[1];
|
|
45309
|
-
var _useState3 = React.useState(
|
|
45310
|
-
_useState4 = _slicedToArray__default["default"](_useState3, 2)
|
|
45311
|
-
_useState4[0]
|
|
45312
|
-
|
|
45327
|
+
var _useState3 = React.useState(''),
|
|
45328
|
+
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
45329
|
+
newsletter = _useState4[0],
|
|
45330
|
+
setnewsletter = _useState4[1];
|
|
45331
|
+
var _useState5 = React.useState([]),
|
|
45332
|
+
_useState6 = _slicedToArray__default["default"](_useState5, 2);
|
|
45333
|
+
_useState6[0];
|
|
45334
|
+
var setlogoarrayofobjects = _useState6[1];
|
|
45313
45335
|
props.actions.history;
|
|
45314
45336
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
45315
45337
|
props.actions.lang;
|
|
45316
45338
|
var langdetect = props.actions.langdetect;
|
|
45317
45339
|
var routingcountext = props.actions.routingcountext;
|
|
45318
|
-
props.actions.StaticPagesLinksContext;
|
|
45319
|
-
props.actions.authdetailsContext;
|
|
45340
|
+
var StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
|
|
45341
|
+
var authdetailsContext = props.actions.authdetailsContext;
|
|
45320
45342
|
var templateproperties_context = props.actions.templateproperties_context;
|
|
45321
45343
|
var templatepropcontext = props.actions.templatepropcontext;
|
|
45322
45344
|
props.actions.ikimagecredcontext;
|
|
@@ -45331,7 +45353,17 @@ var Newsletterincenter = function Newsletterincenter(props) {
|
|
|
45331
45353
|
});
|
|
45332
45354
|
setsectionproperties(_objectSpread$1o({}, secpropobj));
|
|
45333
45355
|
}, [StatePagePropertiesContext]);
|
|
45334
|
-
var
|
|
45356
|
+
var returnpolicyobj = function returnpolicyobj(policytype) {
|
|
45357
|
+
var _authdetailsContext$i;
|
|
45358
|
+
var policyobj = {};
|
|
45359
|
+
authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 || (_authdetailsContext$i = _authdetailsContext$i.instpolicies) === null || _authdetailsContext$i === void 0 || _authdetailsContext$i.forEach(function (item, index) {
|
|
45360
|
+
if (item.policytype == policytype) {
|
|
45361
|
+
policyobj = item;
|
|
45362
|
+
}
|
|
45363
|
+
});
|
|
45364
|
+
return policyobj;
|
|
45365
|
+
};
|
|
45366
|
+
var footerStyles = {
|
|
45335
45367
|
divider: glamor.css({
|
|
45336
45368
|
height: '1px',
|
|
45337
45369
|
width: '100%',
|
|
@@ -45349,8 +45381,6 @@ var Newsletterincenter = function Newsletterincenter(props) {
|
|
|
45349
45381
|
footerContainer: glamor.css({
|
|
45350
45382
|
background: sectionproperties.footerbgcolor,
|
|
45351
45383
|
paddingTop: sectionproperties.footerpaddingvertical + 'px',
|
|
45352
|
-
paddingLeft: sectionproperties.footerpaddinghorizontal + 'px',
|
|
45353
|
-
paddingRight: sectionproperties.footerpaddinghorizontal + 'px',
|
|
45354
45384
|
paddingBottom: sectionproperties.footerpaddingvertical + 'px',
|
|
45355
45385
|
width: '100vw'
|
|
45356
45386
|
}),
|
|
@@ -45360,12 +45390,18 @@ var Newsletterincenter = function Newsletterincenter(props) {
|
|
|
45360
45390
|
position: 'relative'
|
|
45361
45391
|
}),
|
|
45362
45392
|
apptore: glamor.css({
|
|
45363
|
-
width: '
|
|
45364
|
-
objectFit: 'contain'
|
|
45393
|
+
width: '25%',
|
|
45394
|
+
objectFit: 'contain',
|
|
45395
|
+
'@media (max-width: 800px)': {
|
|
45396
|
+
width: '40%'
|
|
45397
|
+
}
|
|
45365
45398
|
}),
|
|
45366
45399
|
googleplay: glamor.css({
|
|
45367
|
-
width: '
|
|
45368
|
-
objectFit: 'contain'
|
|
45400
|
+
width: '25%',
|
|
45401
|
+
objectFit: 'contain',
|
|
45402
|
+
'@media (max-width: 800px)': {
|
|
45403
|
+
width: '40%'
|
|
45404
|
+
}
|
|
45369
45405
|
}),
|
|
45370
45406
|
textStyles: glamor.css({
|
|
45371
45407
|
fontSize: sectionproperties.footerinfotext_fontsize + 'px',
|
|
@@ -45379,7 +45415,11 @@ var Newsletterincenter = function Newsletterincenter(props) {
|
|
|
45379
45415
|
sectionTitle: glamor.css({
|
|
45380
45416
|
color: sectionproperties.sectionTitleColor,
|
|
45381
45417
|
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
45382
|
-
fontWeight: sectionproperties.sectionTitleFontWeight
|
|
45418
|
+
fontWeight: sectionproperties.sectionTitleFontWeight,
|
|
45419
|
+
textAlign: 'center',
|
|
45420
|
+
'@media (max-width: 800px)': {
|
|
45421
|
+
textAlign: 'start'
|
|
45422
|
+
}
|
|
45383
45423
|
}),
|
|
45384
45424
|
subPages: glamor.css({
|
|
45385
45425
|
textTransform: sectionproperties.footertexttransform,
|
|
@@ -45446,26 +45486,15 @@ var Newsletterincenter = function Newsletterincenter(props) {
|
|
|
45446
45486
|
fontSize: sectionproperties.prodCatFontSize + 'px',
|
|
45447
45487
|
color: sectionproperties.prodCatColor,
|
|
45448
45488
|
fontWeight: sectionproperties.prodCatFontWeight
|
|
45449
|
-
})
|
|
45450
|
-
|
|
45451
|
-
|
|
45452
|
-
|
|
45453
|
-
|
|
45454
|
-
|
|
45455
|
-
|
|
45456
|
-
|
|
45457
|
-
|
|
45458
|
-
objectFit: 'contain',
|
|
45459
|
-
'@media (max-width: 800px)': {
|
|
45460
|
-
width: '30%'
|
|
45461
|
-
}
|
|
45462
|
-
})), _defineProperty__default["default"](_footerStyles, "form_control", glamor.css((_css = {
|
|
45463
|
-
position: 'relative',
|
|
45464
|
-
display: 'flex',
|
|
45465
|
-
alignItems: 'center'
|
|
45466
|
-
}, _defineProperty__default["default"](_css, "display", 'block'), _defineProperty__default["default"](_css, "width", '100%'), _defineProperty__default["default"](_css, "height", '35px'), _defineProperty__default["default"](_css, "padding", '0 10px 10px'), _defineProperty__default["default"](_css, "transition", '.3s'), _defineProperty__default["default"](_css, "fontWeight", 500), _defineProperty__default["default"](_css, "borderBottom", ' 1 px solid #ccc'), _defineProperty__default["default"](_css, "height", '40px'), _defineProperty__default["default"](_css, "background", 'transparent'), _defineProperty__default["default"](_css, "color", '#000'), _defineProperty__default["default"](_css, ':focus', {
|
|
45467
|
-
// borderColor: sectionproperties.inputfeildbordercoloronfocus,
|
|
45468
|
-
}), _css))), _footerStyles);
|
|
45489
|
+
}),
|
|
45490
|
+
form_control: glamor.css((_css = {
|
|
45491
|
+
position: 'relative',
|
|
45492
|
+
display: 'flex',
|
|
45493
|
+
alignItems: 'center'
|
|
45494
|
+
}, _defineProperty__default["default"](_css, "display", 'block'), _defineProperty__default["default"](_css, "width", '100%'), _defineProperty__default["default"](_css, "height", '35px'), _defineProperty__default["default"](_css, "padding", '0 10px 10px'), _defineProperty__default["default"](_css, "transition", '.3s'), _defineProperty__default["default"](_css, "fontWeight", 500), _defineProperty__default["default"](_css, "borderBottom", ' 1px solid ' + sectionproperties.newslettertitlecolor), _defineProperty__default["default"](_css, "height", '40px'), _defineProperty__default["default"](_css, "background", 'transparent'), _defineProperty__default["default"](_css, "color", '#000'), _defineProperty__default["default"](_css, ':focus', {
|
|
45495
|
+
// borderColor: sectionproperties.inputfeildbordercoloronfocus,
|
|
45496
|
+
}), _css))
|
|
45497
|
+
};
|
|
45469
45498
|
React.useEffect(function () {
|
|
45470
45499
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
45471
45500
|
var logoarrayofobjectsparsed = JSON.parse(templateproperties_context.logoarrayofobjects);
|
|
@@ -45474,76 +45503,318 @@ var Newsletterincenter = function Newsletterincenter(props) {
|
|
|
45474
45503
|
}
|
|
45475
45504
|
}
|
|
45476
45505
|
}, [templateproperties_context]);
|
|
45506
|
+
var Section1Title = function Section1Title() {
|
|
45507
|
+
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45508
|
+
"class": "col-lg-12 p-0"
|
|
45509
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
45510
|
+
"class": "".concat(footerStyles.sectionTitle) + ' m-0 p-0 mb-3 mb-md-0 '
|
|
45511
|
+
}, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar));
|
|
45512
|
+
};
|
|
45477
45513
|
var Newsletter = function Newsletter() {
|
|
45514
|
+
var _authdetailsContext$i2, _authdetailsContext$i3;
|
|
45478
45515
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45479
45516
|
"class": "row m-0 w-100"
|
|
45480
45517
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45481
45518
|
"class": "col-lg-12 allcentered mb-3"
|
|
45482
45519
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
45520
|
+
"class": "allcentered",
|
|
45483
45521
|
style: {
|
|
45484
|
-
fontSize: 20,
|
|
45485
|
-
|
|
45522
|
+
// fontSize: 20, fontWeight: 600
|
|
45523
|
+
fontSize: sectionproperties.newslettertitlefontsize + 'px',
|
|
45524
|
+
fontWeight: sectionproperties.newslettertitlefontweight,
|
|
45525
|
+
color: sectionproperties.newslettertitlecolor
|
|
45486
45526
|
}
|
|
45487
|
-
},
|
|
45488
|
-
"class": "col-lg-12 allcentered"
|
|
45527
|
+
}, langdetect == 'en' ? sectionproperties.newslettertitle_en : sectionproperties.newslettertitle_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45528
|
+
"class": "col-lg-12 allcentered mb-3"
|
|
45489
45529
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
45530
|
+
"class": "allcentered w-100",
|
|
45490
45531
|
style: {
|
|
45491
|
-
fontSize:
|
|
45492
|
-
fontWeight:
|
|
45532
|
+
fontSize: sectionproperties.newsletterdescfontsize + 'px',
|
|
45533
|
+
fontWeight: sectionproperties.newsletterdescfontweight,
|
|
45534
|
+
color: sectionproperties.newsletterdesccolor,
|
|
45535
|
+
textAlign: 'center'
|
|
45536
|
+
// fontSize: 15, fontWeight: 600
|
|
45493
45537
|
}
|
|
45494
|
-
},
|
|
45495
|
-
"class": "col-lg-12 allcentered"
|
|
45538
|
+
}, langdetect == 'en' ? sectionproperties.newsletterdesc_en : sectionproperties.newsletterdesc_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45539
|
+
"class": "col-lg-12 allcentered mb-5"
|
|
45496
45540
|
}, /*#__PURE__*/React__default["default"].createElement("input", {
|
|
45497
45541
|
type: "text",
|
|
45498
45542
|
className: "".concat(footerStyles.form_control),
|
|
45499
45543
|
value: '',
|
|
45500
45544
|
placeholder: "your email",
|
|
45501
|
-
onChange: function onChange(event) {
|
|
45545
|
+
onChange: function onChange(event) {
|
|
45546
|
+
var newslettertemp = _objectSpread$1o({}, newsletter);
|
|
45547
|
+
newslettertemp = event.target.value;
|
|
45548
|
+
setnewsletter(_objectSpread$1o({}, newslettertemp));
|
|
45549
|
+
},
|
|
45502
45550
|
style: {
|
|
45503
45551
|
background: sectionproperties.input_bgcolor
|
|
45504
45552
|
}
|
|
45505
|
-
}))
|
|
45553
|
+
})), sectionproperties.showfooterdescription == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45554
|
+
"class": "col-lg-12 allcentered"
|
|
45555
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
45556
|
+
"class": "text-center",
|
|
45557
|
+
style: {
|
|
45558
|
+
fontSize: sectionproperties.footerinfotext_fontsize + 'px',
|
|
45559
|
+
fontWeight: sectionproperties.footerinfotext_fontweight,
|
|
45560
|
+
color: sectionproperties.footerinfotext_color
|
|
45561
|
+
}
|
|
45562
|
+
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.description_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.description_ar)));
|
|
45506
45563
|
};
|
|
45507
45564
|
var Section1pages = function Section1pages() {
|
|
45508
45565
|
var _templatepropcontext$;
|
|
45509
45566
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45510
45567
|
"class": "col-lg-12 p-0 mt-md-3"
|
|
45511
45568
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45512
|
-
"class": "row m-0 w-100 d-flex justify-content-
|
|
45569
|
+
"class": "row m-0 w-100 d-flex justify-content-center flex-column"
|
|
45513
45570
|
}, templatepropcontext === null || templatepropcontext === void 0 || (_templatepropcontext$ = templatepropcontext.pagesnprop) === null || _templatepropcontext$ === void 0 ? void 0 : _templatepropcontext$.map(function (item, index) {
|
|
45514
45571
|
if (item.isnavigation == 1 && item.isactive == 1) {
|
|
45515
45572
|
if (item.staticpageid != '650c3c37dd5bf' && item.staticpageid != '650c591955e81' && item.staticpageid != '650c5be1dfd5d' && item.staticpageid != '6505ad75b1cdb') {
|
|
45516
45573
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45517
|
-
"class": "col-lg-12 col-md-12 col-sm-12 p-0 d-flex mb-
|
|
45518
|
-
}, /*#__PURE__*/React__default["default"].createElement("
|
|
45574
|
+
"class": "col-lg-12 col-md-12 col-sm-12 p-0 d-flex text-centet text-md-start mb-2"
|
|
45575
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
45519
45576
|
onClick: function onClick() {
|
|
45520
45577
|
routingcountext(item.navigationroute);
|
|
45521
|
-
}
|
|
45522
|
-
|
|
45523
|
-
|
|
45524
|
-
style: {
|
|
45525
|
-
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
45526
|
-
}
|
|
45527
|
-
}, langdetect == 'en' ? item.pagename : item.pagename_ar)));
|
|
45578
|
+
},
|
|
45579
|
+
"class": "".concat(footerStyles.subPages) + ' wordbreak text-center w-100 m-0 p-0 '
|
|
45580
|
+
}, langdetect == 'en' ? item.pagename : item.pagename_ar));
|
|
45528
45581
|
}
|
|
45529
45582
|
}
|
|
45530
45583
|
})));
|
|
45531
45584
|
};
|
|
45585
|
+
var Section2Title = function Section2Title() {
|
|
45586
|
+
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45587
|
+
"class": "col-lg-12 p-0"
|
|
45588
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
45589
|
+
"class": "".concat(footerStyles.sectionTitle) + ' m-0 p-0 mb-3 mb-md-0 wordbreak '
|
|
45590
|
+
}, langdetect == 'en' ? sectionproperties.sectionTitleContent2 : sectionproperties.sectionTitleContent_ar2));
|
|
45591
|
+
};
|
|
45592
|
+
var Section2pages = function Section2pages() {
|
|
45593
|
+
var _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8;
|
|
45594
|
+
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45595
|
+
"class": "col-lg-12 p-0 mt-md-3"
|
|
45596
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45597
|
+
"class": "row m-0 w-100 d-flex justify-content-start flex-column"
|
|
45598
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45599
|
+
"class": "col-lg-12 col-md-12 col-sm-12 p-0 d-flex mb-2"
|
|
45600
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
45601
|
+
"class": "".concat(footerStyles.subPages) + ' wordbreak m-0 p-0 w-100 text-center text-md-start ',
|
|
45602
|
+
onClick: function onClick() {
|
|
45603
|
+
routingcountext(StaticPagesLinksContext.Wishlist);
|
|
45604
|
+
}
|
|
45605
|
+
}, langdetect == 'en' ? sectionproperties.wishlisttitle_en : sectionproperties.wishlisttitle_ar)), authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45606
|
+
"class": "col-lg-12 col-md-12 col-sm-12 p-0 d-flex mb-2"
|
|
45607
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
45608
|
+
"class": "".concat(footerStyles.subPages) + ' wordbreak m-0 p-0 w-100 text-center text-md-start ',
|
|
45609
|
+
onClick: function onClick() {
|
|
45610
|
+
routingcountext(StaticPagesLinksContext.Ordershistory);
|
|
45611
|
+
}
|
|
45612
|
+
}, langdetect == 'en' ? sectionproperties.previousorders_titleen : sectionproperties.previousorders_titlear)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45613
|
+
"class": "col-lg-12 col-md-12 col-sm-12 p-0 d-flex mb-2"
|
|
45614
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
45615
|
+
"class": "".concat(footerStyles.subPages) + ' wordbreak m-0 p-0 w-100 text-center text-md-start ',
|
|
45616
|
+
onClick: function onClick() {
|
|
45617
|
+
routingcountext(StaticPagesLinksContext.PrivacyPolicy);
|
|
45618
|
+
}
|
|
45619
|
+
}, langdetect == 'en' ? (_returnpolicyobj = returnpolicyobj('Privacy Policy')) === null || _returnpolicyobj === void 0 ? void 0 : _returnpolicyobj.policypagename_en : (_returnpolicyobj2 = returnpolicyobj('Privacy Policy')) === null || _returnpolicyobj2 === void 0 ? void 0 : _returnpolicyobj2.policypagename_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45620
|
+
"class": "col-lg-12 col-md-12 col-sm-12 p-0 d-flex mb-2"
|
|
45621
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
45622
|
+
"class": "".concat(footerStyles.subPages) + ' wordbreak m-0 p-0 w-100 text-center text-md-start ',
|
|
45623
|
+
onClick: function onClick() {
|
|
45624
|
+
routingcountext(StaticPagesLinksContext.ShippingPolicy);
|
|
45625
|
+
}
|
|
45626
|
+
}, langdetect == 'en' ? (_returnpolicyobj3 = returnpolicyobj('Shipping Policy')) === null || _returnpolicyobj3 === void 0 ? void 0 : _returnpolicyobj3.policypagename_en : (_returnpolicyobj4 = returnpolicyobj('Shipping Policy')) === null || _returnpolicyobj4 === void 0 ? void 0 : _returnpolicyobj4.policypagename_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45627
|
+
"class": "col-lg-12 col-md-12 col-sm-12 p-0 d-flex mb-2"
|
|
45628
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
45629
|
+
"class": "".concat(footerStyles.subPages) + ' wordbreak m-0 p-0 w-100 text-center text-md-start ',
|
|
45630
|
+
onClick: function onClick() {
|
|
45631
|
+
routingcountext(StaticPagesLinksContext.RefundPolicy);
|
|
45632
|
+
}
|
|
45633
|
+
}, langdetect == 'en' ? (_returnpolicyobj5 = returnpolicyobj('Refund Policy')) === null || _returnpolicyobj5 === void 0 ? void 0 : _returnpolicyobj5.policypagename_en : (_returnpolicyobj6 = returnpolicyobj('Refund Policy')) === null || _returnpolicyobj6 === void 0 ? void 0 : _returnpolicyobj6.policypagename_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45634
|
+
"class": "col-lg-12 col-md-12 col-sm-12 p-0 d-flex mb-2"
|
|
45635
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45636
|
+
onClick: function onClick() {
|
|
45637
|
+
routingcountext(StaticPagesLinksContext.TermsConditions);
|
|
45638
|
+
}
|
|
45639
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
45640
|
+
"class": "".concat(footerStyles.subPages) + ' wordbreak m-0 p-0 w-100 text-center text-md-start ',
|
|
45641
|
+
style: {
|
|
45642
|
+
textAlign: 'center'
|
|
45643
|
+
}
|
|
45644
|
+
}, langdetect == 'en' ? (_returnpolicyobj7 = returnpolicyobj('Terms & Conditions')) === null || _returnpolicyobj7 === void 0 ? void 0 : _returnpolicyobj7.policypagename_en : (_returnpolicyobj8 = returnpolicyobj('Terms & Conditions')) === null || _returnpolicyobj8 === void 0 ? void 0 : _returnpolicyobj8.policypagename_ar)))));
|
|
45645
|
+
};
|
|
45532
45646
|
return /*#__PURE__*/React__default["default"].createElement("footer", {
|
|
45533
45647
|
"class": "row m-0 w-100 justify-content-center"
|
|
45534
45648
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45535
45649
|
style: {
|
|
45536
|
-
|
|
45537
|
-
|
|
45650
|
+
paddingTop: sectionproperties.footer_paddingTop + 'px',
|
|
45651
|
+
paddingBottom: sectionproperties.footer_paddingBottom + 'px'
|
|
45538
45652
|
},
|
|
45539
|
-
"class": "".concat(footerStyles.footerContainer) + ' col-lg-12 col-md-12 col-sm-12
|
|
45653
|
+
"class": "".concat(footerStyles.footerContainer) + ' col-lg-12 col-md-12 col-sm-12 py-lg-3 '
|
|
45654
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45655
|
+
"class": "row m-0 w-100 px-md-2 pl-sm-2 pr-sm-2 pl-md-3 pr-md-3 px-2015-3",
|
|
45656
|
+
style: {
|
|
45657
|
+
paddingLeft: sectionproperties.footerpaddinghorizontal + 'px',
|
|
45658
|
+
paddingRight: sectionproperties.footerpaddinghorizontal + 'px'
|
|
45659
|
+
}
|
|
45660
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45661
|
+
"class": "col-lg-4 col-md-12 d-md-none"
|
|
45662
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45663
|
+
"class": "row m-0 w-100"
|
|
45540
45664
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45665
|
+
"class": "col-lg-12 p-0 allcentered mb-3 d-md-none "
|
|
45666
|
+
}, Section1Title()), Section1pages())), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45667
|
+
"class": "col-lg-4 col-md-12 d-flex justify-content-center justify-content-md-start d-md-none"
|
|
45668
|
+
}, Newsletter()), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45669
|
+
"class": "col-lg-4 col-md-12 d-block d-md-none"
|
|
45670
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45671
|
+
"class": "row m-0 w-100"
|
|
45672
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45673
|
+
"class": "col-lg-12 p-0 allcentered mb-3"
|
|
45674
|
+
}, Section2Title()), Section2pages()))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45675
|
+
"class": "col-lg-12 col-md-12 d-none d-md-flex"
|
|
45676
|
+
}, Newsletter()), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45677
|
+
"class": "col-lg-12 p-0 d-none d-md-block"
|
|
45678
|
+
}, /*#__PURE__*/React__default["default"].createElement("hr", null)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45679
|
+
"class": "col-lg-12 col-md-12 d-none d-md-flex"
|
|
45680
|
+
}, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.Accordion, {
|
|
45681
|
+
"class": "w-100"
|
|
45682
|
+
}, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItem, null, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItemHeading, null, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItemButton, null, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45541
45683
|
"class": "row m-0 w-100"
|
|
45542
45684
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45543
|
-
|
|
45544
|
-
},
|
|
45545
|
-
|
|
45546
|
-
},
|
|
45685
|
+
className: "col-lg-10 col-md-10 col-sm-10 p-0 d-flex align-items-center justify-content-start"
|
|
45686
|
+
}, Section1Title()), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45687
|
+
className: "col-lg-2 col-md-2 col-sm-2 p-0"
|
|
45688
|
+
}, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItemState, null, function (state) {
|
|
45689
|
+
if (state.expanded == true) {
|
|
45690
|
+
return /*#__PURE__*/React__default["default"].createElement("i", {
|
|
45691
|
+
className: ' h-100 d-flex align-items-center justify-content-end '
|
|
45692
|
+
}, /*#__PURE__*/React__default["default"].createElement(FaMinus.FaMinus, {
|
|
45693
|
+
color: sectionproperties.sectionTitleColor
|
|
45694
|
+
}));
|
|
45695
|
+
} else {
|
|
45696
|
+
return /*#__PURE__*/React__default["default"].createElement("i", {
|
|
45697
|
+
className: ' h-100 d-flex align-items-center justify-content-end '
|
|
45698
|
+
}, /*#__PURE__*/React__default["default"].createElement(FaPlus.FaPlus, {
|
|
45699
|
+
color: sectionproperties.sectionTitleColor
|
|
45700
|
+
}));
|
|
45701
|
+
}
|
|
45702
|
+
}))))), /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItemPanel, {
|
|
45703
|
+
className: "p-0 anim"
|
|
45704
|
+
}, Section1pages())))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45705
|
+
"class": "col-lg-12 p-0 d-none d-md-block"
|
|
45706
|
+
}, /*#__PURE__*/React__default["default"].createElement("hr", null)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45707
|
+
"class": "col-lg-12 col-md-12 d-none d-md-flex"
|
|
45708
|
+
}, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.Accordion, {
|
|
45709
|
+
"class": "w-100"
|
|
45710
|
+
}, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItem, null, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItemHeading, null, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItemButton, null, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45711
|
+
"class": "row m-0 w-100"
|
|
45712
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45713
|
+
className: "col-lg-10 col-md-10 col-sm-10 p-0 d-flex align-items-center justify-content-start"
|
|
45714
|
+
}, Section2Title()), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45715
|
+
className: "col-lg-2 col-md-2 col-sm-2 p-0"
|
|
45716
|
+
}, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItemState, null, function (state) {
|
|
45717
|
+
if (state.expanded == true) {
|
|
45718
|
+
return /*#__PURE__*/React__default["default"].createElement("i", {
|
|
45719
|
+
className: ' h-100 d-flex align-items-center justify-content-end '
|
|
45720
|
+
}, /*#__PURE__*/React__default["default"].createElement(FaMinus.FaMinus, {
|
|
45721
|
+
color: sectionproperties.sectionTitleColor
|
|
45722
|
+
}));
|
|
45723
|
+
} else {
|
|
45724
|
+
return /*#__PURE__*/React__default["default"].createElement("i", {
|
|
45725
|
+
className: ' h-100 d-flex align-items-center justify-content-end '
|
|
45726
|
+
}, /*#__PURE__*/React__default["default"].createElement(FaPlus.FaPlus, {
|
|
45727
|
+
color: sectionproperties.sectionTitleColor
|
|
45728
|
+
}));
|
|
45729
|
+
}
|
|
45730
|
+
}))))), /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItemPanel, {
|
|
45731
|
+
className: "p-0 anim"
|
|
45732
|
+
}, Section2pages())))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45733
|
+
"class": "row m-0 w-100 px-5 px-md-2 "
|
|
45734
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45735
|
+
"class": "col-lg-12 p-0"
|
|
45736
|
+
}, /*#__PURE__*/React__default["default"].createElement("hr", null)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45737
|
+
"class": "col-lg-6 col-md-12 text-start flex-row d-md-none"
|
|
45738
|
+
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
45739
|
+
"class": footerStyles.facebook_btn + ' m-0 p-0 allcentered mx-3 ',
|
|
45740
|
+
onClick: function onClick() {
|
|
45741
|
+
var _authdetailsContext$i8;
|
|
45742
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.facebooklink) != null) {
|
|
45743
|
+
var _authdetailsContext$i9;
|
|
45744
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.facebooklink, '_blank');
|
|
45745
|
+
}
|
|
45746
|
+
}
|
|
45747
|
+
}, /*#__PURE__*/React__default["default"].createElement(FaFacebook.FaFacebook, {
|
|
45748
|
+
size: sectionproperties.facebkbtnniconfontsize
|
|
45749
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
45750
|
+
"class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-3 ',
|
|
45751
|
+
onClick: function onClick() {
|
|
45752
|
+
var _authdetailsContext$i11;
|
|
45753
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.instagramlink) != null) {
|
|
45754
|
+
var _authdetailsContext$i12;
|
|
45755
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.instagramlink, '_blank');
|
|
45756
|
+
}
|
|
45757
|
+
}
|
|
45758
|
+
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
45759
|
+
size: sectionproperties.instgrambtniconfontsize
|
|
45760
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.youtubelink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
45761
|
+
"class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-3 ',
|
|
45762
|
+
onClick: function onClick() {
|
|
45763
|
+
var _authdetailsContext$i14;
|
|
45764
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.youtubelink) != null) {
|
|
45765
|
+
var _authdetailsContext$i15;
|
|
45766
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.youtubelink, '_blank');
|
|
45767
|
+
}
|
|
45768
|
+
}
|
|
45769
|
+
}, /*#__PURE__*/React__default["default"].createElement(AiFillYoutube.AiFillYoutube, {
|
|
45770
|
+
size: sectionproperties.instgrambtniconfontsize
|
|
45771
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
45772
|
+
"class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-3 ',
|
|
45773
|
+
onClick: function onClick() {
|
|
45774
|
+
var _authdetailsContext$i17;
|
|
45775
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.tiktoklink) != null) {
|
|
45776
|
+
var _authdetailsContext$i18;
|
|
45777
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.tiktoklink, '_blank');
|
|
45778
|
+
}
|
|
45779
|
+
}
|
|
45780
|
+
}, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
|
|
45781
|
+
size: sectionproperties.instgrambtniconfontsize
|
|
45782
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
45783
|
+
"class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-3 ',
|
|
45784
|
+
onClick: function onClick() {
|
|
45785
|
+
var _authdetailsContext$i20;
|
|
45786
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.linkedinlink, '_blank');
|
|
45787
|
+
}
|
|
45788
|
+
}, /*#__PURE__*/React__default["default"].createElement(FaLinkedinIn.FaLinkedinIn, {
|
|
45789
|
+
size: sectionproperties.instgrambtniconfontsize
|
|
45790
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
45791
|
+
"class": footerStyles.youtube_btn + ' m-0 p-0 allcentered mx-3 ',
|
|
45792
|
+
onClick: function onClick() {
|
|
45793
|
+
var _authdetailsContext$i22;
|
|
45794
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.whatsappnumber) != null) {
|
|
45795
|
+
var _authdetailsContext$i23;
|
|
45796
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.whatsappnumber), '_blank');
|
|
45797
|
+
}
|
|
45798
|
+
}
|
|
45799
|
+
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
45800
|
+
size: sectionproperties.youtubebtniconfontsize
|
|
45801
|
+
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45802
|
+
"class": "col-lg-6 col-md-12 d-flex align-items-center justify-content-end justify-content-md-center flex-row"
|
|
45803
|
+
}, /*#__PURE__*/React__default["default"].createElement("img", {
|
|
45804
|
+
"class": "".concat(footerStyles.apptore) + ' d-flex justify-content-center align-items-center cursor-pointer mx-2 ',
|
|
45805
|
+
src: 'https://tabex-co.com/storage/StaticImages/appstore2.png',
|
|
45806
|
+
onClick: function onClick() {
|
|
45807
|
+
var _authdetailsContext$i24;
|
|
45808
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.mobileapplink_appstore, '_blank');
|
|
45809
|
+
}
|
|
45810
|
+
}), /*#__PURE__*/React__default["default"].createElement("img", {
|
|
45811
|
+
"class": "".concat(footerStyles.googleplay) + ' d-flex justify-content-center align-items-center cursor-pointer mx-2 ',
|
|
45812
|
+
src: 'https://tabex-co.com/storage/StaticImages/googleplay2.png',
|
|
45813
|
+
onClick: function onClick() {
|
|
45814
|
+
var _authdetailsContext$i25;
|
|
45815
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.mobileapplink_playstore, '_blank');
|
|
45816
|
+
}
|
|
45817
|
+
})))));
|
|
45547
45818
|
};
|
|
45548
45819
|
|
|
45549
45820
|
function ownKeys$1n(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; }
|
|
@@ -70780,7 +71051,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
70780
71051
|
}
|
|
70781
71052
|
}),
|
|
70782
71053
|
cart_btn: glamor.css({
|
|
70783
|
-
width: sectionproperties.cartBtnWidth + 'px',
|
|
71054
|
+
width: sectionproperties.cartBtnWidth == 0 ? 'auto' : sectionproperties.cartBtnWidth + 'px',
|
|
70784
71055
|
height: sectionproperties.cartBtnHeight + 'px',
|
|
70785
71056
|
background: sectionproperties.cartbtn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.cartBtnbgColor,
|
|
70786
71057
|
borderRadius: sectionproperties.cart_btn_borderBottomLeftRadius + 'px',
|
|
@@ -70790,6 +71061,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
70790
71061
|
fontWeight: sectionproperties.cartBtnTextfontweight,
|
|
70791
71062
|
border: sectionproperties.cartbtnborderwidth + 'px solid ' + sectionproperties.cartbtnbordercolor,
|
|
70792
71063
|
transition: '.3s',
|
|
71064
|
+
textDecoration: sectionproperties.cartbtntextdecoration == 'Underline' ? 'underline' : 'none',
|
|
70793
71065
|
':hover': {
|
|
70794
71066
|
background: sectionproperties.cartbtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.cartBtnbgColoronhover,
|
|
70795
71067
|
color: sectionproperties.cartBtnTextcoloronhover,
|
|
@@ -70999,14 +71271,14 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
70999
71271
|
textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
71000
71272
|
},
|
|
71001
71273
|
dangerouslySetInnerHTML: {
|
|
71002
|
-
__html:
|
|
71274
|
+
__html: item.description
|
|
71003
71275
|
}
|
|
71004
71276
|
}), sectionproperties.prodCatShow == 'Show' && sectionproperties.descriptionoverwritestyles == 'Yes' && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
71005
71277
|
"class": "".concat(card_cssstyles.productDescStyles) + ' col-lg-12 wordbreak wordbreak2 p-0 ',
|
|
71006
71278
|
style: {
|
|
71007
71279
|
textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
71008
71280
|
}
|
|
71009
|
-
}, plainString(
|
|
71281
|
+
}, plainString(item.description)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
71010
71282
|
style: {
|
|
71011
71283
|
flexDirection: 'column'
|
|
71012
71284
|
},
|