tabexseriescomponents 0.0.429 → 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 +367 -78
- package/dist/index.esm.js +367 -78
- package/dist/index.umd.js +369 -82
- 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'
|
|
@@ -24953,7 +24971,16 @@ var ClassicHeader = function ClassicHeader(props) {
|
|
|
24953
24971
|
paddingRightprops: '35px',
|
|
24954
24972
|
subheadercontentpositionprops: 'center'
|
|
24955
24973
|
}
|
|
24956
|
-
}))))), /*#__PURE__*/React__default["default"].createElement(Headerresponsive, {
|
|
24974
|
+
}))))), sectionproperties.responsiveheaderstyle == 'Style 1' && /*#__PURE__*/React__default["default"].createElement(Headerresponsive, {
|
|
24975
|
+
sectionpropertiesprops: sectionproperties,
|
|
24976
|
+
actions: actions
|
|
24977
|
+
}), sectionproperties.responsiveheaderstyle == 'Style 1 With Canvas' && /*#__PURE__*/React__default["default"].createElement(Headerresponsive, {
|
|
24978
|
+
sectionpropertiesprops: sectionproperties,
|
|
24979
|
+
actions: actions
|
|
24980
|
+
}), sectionproperties.responsiveheaderstyle == 'Style 2' && /*#__PURE__*/React__default["default"].createElement(HeaderresponsiveStyle2, {
|
|
24981
|
+
sectionpropertiesprops: sectionproperties,
|
|
24982
|
+
actions: actions
|
|
24983
|
+
}), sectionproperties.responsiveheaderstyle == 'Style 2 With Subheader' && /*#__PURE__*/React__default["default"].createElement(HeaderresponsiveStyle2, {
|
|
24957
24984
|
sectionpropertiesprops: sectionproperties,
|
|
24958
24985
|
actions: actions
|
|
24959
24986
|
}))
|
|
@@ -45292,22 +45319,26 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
45292
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; }
|
|
45293
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; }
|
|
45294
45321
|
var Newsletterincenter = function Newsletterincenter(props) {
|
|
45295
|
-
var _css,
|
|
45322
|
+
var _css, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i13, _authdetailsContext$i16, _authdetailsContext$i19, _authdetailsContext$i21;
|
|
45296
45323
|
var _useState = React.useState(''),
|
|
45297
45324
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
45298
45325
|
sectionproperties = _useState2[0],
|
|
45299
45326
|
setsectionproperties = _useState2[1];
|
|
45300
|
-
var _useState3 = React.useState(
|
|
45301
|
-
_useState4 = _slicedToArray__default["default"](_useState3, 2)
|
|
45302
|
-
_useState4[0]
|
|
45303
|
-
|
|
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];
|
|
45304
45335
|
props.actions.history;
|
|
45305
45336
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
45306
45337
|
props.actions.lang;
|
|
45307
45338
|
var langdetect = props.actions.langdetect;
|
|
45308
45339
|
var routingcountext = props.actions.routingcountext;
|
|
45309
|
-
props.actions.StaticPagesLinksContext;
|
|
45310
|
-
props.actions.authdetailsContext;
|
|
45340
|
+
var StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
|
|
45341
|
+
var authdetailsContext = props.actions.authdetailsContext;
|
|
45311
45342
|
var templateproperties_context = props.actions.templateproperties_context;
|
|
45312
45343
|
var templatepropcontext = props.actions.templatepropcontext;
|
|
45313
45344
|
props.actions.ikimagecredcontext;
|
|
@@ -45322,7 +45353,17 @@ var Newsletterincenter = function Newsletterincenter(props) {
|
|
|
45322
45353
|
});
|
|
45323
45354
|
setsectionproperties(_objectSpread$1o({}, secpropobj));
|
|
45324
45355
|
}, [StatePagePropertiesContext]);
|
|
45325
|
-
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 = {
|
|
45326
45367
|
divider: glamor.css({
|
|
45327
45368
|
height: '1px',
|
|
45328
45369
|
width: '100%',
|
|
@@ -45340,8 +45381,6 @@ var Newsletterincenter = function Newsletterincenter(props) {
|
|
|
45340
45381
|
footerContainer: glamor.css({
|
|
45341
45382
|
background: sectionproperties.footerbgcolor,
|
|
45342
45383
|
paddingTop: sectionproperties.footerpaddingvertical + 'px',
|
|
45343
|
-
paddingLeft: sectionproperties.footerpaddinghorizontal + 'px',
|
|
45344
|
-
paddingRight: sectionproperties.footerpaddinghorizontal + 'px',
|
|
45345
45384
|
paddingBottom: sectionproperties.footerpaddingvertical + 'px',
|
|
45346
45385
|
width: '100vw'
|
|
45347
45386
|
}),
|
|
@@ -45351,12 +45390,18 @@ var Newsletterincenter = function Newsletterincenter(props) {
|
|
|
45351
45390
|
position: 'relative'
|
|
45352
45391
|
}),
|
|
45353
45392
|
apptore: glamor.css({
|
|
45354
|
-
width: '
|
|
45355
|
-
objectFit: 'contain'
|
|
45393
|
+
width: '25%',
|
|
45394
|
+
objectFit: 'contain',
|
|
45395
|
+
'@media (max-width: 800px)': {
|
|
45396
|
+
width: '40%'
|
|
45397
|
+
}
|
|
45356
45398
|
}),
|
|
45357
45399
|
googleplay: glamor.css({
|
|
45358
|
-
width: '
|
|
45359
|
-
objectFit: 'contain'
|
|
45400
|
+
width: '25%',
|
|
45401
|
+
objectFit: 'contain',
|
|
45402
|
+
'@media (max-width: 800px)': {
|
|
45403
|
+
width: '40%'
|
|
45404
|
+
}
|
|
45360
45405
|
}),
|
|
45361
45406
|
textStyles: glamor.css({
|
|
45362
45407
|
fontSize: sectionproperties.footerinfotext_fontsize + 'px',
|
|
@@ -45370,7 +45415,11 @@ var Newsletterincenter = function Newsletterincenter(props) {
|
|
|
45370
45415
|
sectionTitle: glamor.css({
|
|
45371
45416
|
color: sectionproperties.sectionTitleColor,
|
|
45372
45417
|
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
45373
|
-
fontWeight: sectionproperties.sectionTitleFontWeight
|
|
45418
|
+
fontWeight: sectionproperties.sectionTitleFontWeight,
|
|
45419
|
+
textAlign: 'center',
|
|
45420
|
+
'@media (max-width: 800px)': {
|
|
45421
|
+
textAlign: 'start'
|
|
45422
|
+
}
|
|
45374
45423
|
}),
|
|
45375
45424
|
subPages: glamor.css({
|
|
45376
45425
|
textTransform: sectionproperties.footertexttransform,
|
|
@@ -45437,26 +45486,15 @@ var Newsletterincenter = function Newsletterincenter(props) {
|
|
|
45437
45486
|
fontSize: sectionproperties.prodCatFontSize + 'px',
|
|
45438
45487
|
color: sectionproperties.prodCatColor,
|
|
45439
45488
|
fontWeight: sectionproperties.prodCatFontWeight
|
|
45440
|
-
})
|
|
45441
|
-
|
|
45442
|
-
|
|
45443
|
-
|
|
45444
|
-
|
|
45445
|
-
|
|
45446
|
-
|
|
45447
|
-
|
|
45448
|
-
|
|
45449
|
-
objectFit: 'contain',
|
|
45450
|
-
'@media (max-width: 800px)': {
|
|
45451
|
-
width: '30%'
|
|
45452
|
-
}
|
|
45453
|
-
})), _defineProperty__default["default"](_footerStyles, "form_control", glamor.css((_css = {
|
|
45454
|
-
position: 'relative',
|
|
45455
|
-
display: 'flex',
|
|
45456
|
-
alignItems: 'center'
|
|
45457
|
-
}, _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', {
|
|
45458
|
-
// borderColor: sectionproperties.inputfeildbordercoloronfocus,
|
|
45459
|
-
}), _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
|
+
};
|
|
45460
45498
|
React.useEffect(function () {
|
|
45461
45499
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
45462
45500
|
var logoarrayofobjectsparsed = JSON.parse(templateproperties_context.logoarrayofobjects);
|
|
@@ -45465,76 +45503,318 @@ var Newsletterincenter = function Newsletterincenter(props) {
|
|
|
45465
45503
|
}
|
|
45466
45504
|
}
|
|
45467
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
|
+
};
|
|
45468
45513
|
var Newsletter = function Newsletter() {
|
|
45514
|
+
var _authdetailsContext$i2, _authdetailsContext$i3;
|
|
45469
45515
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45470
45516
|
"class": "row m-0 w-100"
|
|
45471
45517
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45472
45518
|
"class": "col-lg-12 allcentered mb-3"
|
|
45473
45519
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
45520
|
+
"class": "allcentered",
|
|
45474
45521
|
style: {
|
|
45475
|
-
fontSize: 20,
|
|
45476
|
-
|
|
45522
|
+
// fontSize: 20, fontWeight: 600
|
|
45523
|
+
fontSize: sectionproperties.newslettertitlefontsize + 'px',
|
|
45524
|
+
fontWeight: sectionproperties.newslettertitlefontweight,
|
|
45525
|
+
color: sectionproperties.newslettertitlecolor
|
|
45477
45526
|
}
|
|
45478
|
-
},
|
|
45479
|
-
"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"
|
|
45480
45529
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
45530
|
+
"class": "allcentered w-100",
|
|
45481
45531
|
style: {
|
|
45482
|
-
fontSize:
|
|
45483
|
-
fontWeight:
|
|
45532
|
+
fontSize: sectionproperties.newsletterdescfontsize + 'px',
|
|
45533
|
+
fontWeight: sectionproperties.newsletterdescfontweight,
|
|
45534
|
+
color: sectionproperties.newsletterdesccolor,
|
|
45535
|
+
textAlign: 'center'
|
|
45536
|
+
// fontSize: 15, fontWeight: 600
|
|
45484
45537
|
}
|
|
45485
|
-
},
|
|
45486
|
-
"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"
|
|
45487
45540
|
}, /*#__PURE__*/React__default["default"].createElement("input", {
|
|
45488
45541
|
type: "text",
|
|
45489
45542
|
className: "".concat(footerStyles.form_control),
|
|
45490
45543
|
value: '',
|
|
45491
45544
|
placeholder: "your email",
|
|
45492
|
-
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
|
+
},
|
|
45493
45550
|
style: {
|
|
45494
45551
|
background: sectionproperties.input_bgcolor
|
|
45495
45552
|
}
|
|
45496
|
-
}))
|
|
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)));
|
|
45497
45563
|
};
|
|
45498
45564
|
var Section1pages = function Section1pages() {
|
|
45499
45565
|
var _templatepropcontext$;
|
|
45500
45566
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45501
45567
|
"class": "col-lg-12 p-0 mt-md-3"
|
|
45502
45568
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45503
|
-
"class": "row m-0 w-100 d-flex justify-content-
|
|
45569
|
+
"class": "row m-0 w-100 d-flex justify-content-center flex-column"
|
|
45504
45570
|
}, templatepropcontext === null || templatepropcontext === void 0 || (_templatepropcontext$ = templatepropcontext.pagesnprop) === null || _templatepropcontext$ === void 0 ? void 0 : _templatepropcontext$.map(function (item, index) {
|
|
45505
45571
|
if (item.isnavigation == 1 && item.isactive == 1) {
|
|
45506
45572
|
if (item.staticpageid != '650c3c37dd5bf' && item.staticpageid != '650c591955e81' && item.staticpageid != '650c5be1dfd5d' && item.staticpageid != '6505ad75b1cdb') {
|
|
45507
45573
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45508
|
-
"class": "col-lg-12 col-md-12 col-sm-12 p-0 d-flex mb-
|
|
45509
|
-
}, /*#__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", {
|
|
45510
45576
|
onClick: function onClick() {
|
|
45511
45577
|
routingcountext(item.navigationroute);
|
|
45512
|
-
}
|
|
45513
|
-
|
|
45514
|
-
|
|
45515
|
-
style: {
|
|
45516
|
-
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
45517
|
-
}
|
|
45518
|
-
}, 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));
|
|
45519
45581
|
}
|
|
45520
45582
|
}
|
|
45521
45583
|
})));
|
|
45522
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
|
+
};
|
|
45523
45646
|
return /*#__PURE__*/React__default["default"].createElement("footer", {
|
|
45524
45647
|
"class": "row m-0 w-100 justify-content-center"
|
|
45525
45648
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45526
45649
|
style: {
|
|
45527
|
-
|
|
45528
|
-
|
|
45650
|
+
paddingTop: sectionproperties.footer_paddingTop + 'px',
|
|
45651
|
+
paddingBottom: sectionproperties.footer_paddingBottom + 'px'
|
|
45529
45652
|
},
|
|
45530
|
-
"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 '
|
|
45531
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"
|
|
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", {
|
|
45683
|
+
"class": "row m-0 w-100"
|
|
45684
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
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", {
|
|
45532
45711
|
"class": "row m-0 w-100"
|
|
45533
45712
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45534
|
-
|
|
45535
|
-
},
|
|
45536
|
-
|
|
45537
|
-
},
|
|
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
|
+
})))));
|
|
45538
45818
|
};
|
|
45539
45819
|
|
|
45540
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; }
|
|
@@ -63395,14 +63675,22 @@ var Card23 = function Card23(props) {
|
|
|
63395
63675
|
activeColor: "#ffd700"
|
|
63396
63676
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
63397
63677
|
"class": "col-lg-12 p-0"
|
|
63398
|
-
}, sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
63399
|
-
"class": "".concat(cardsstyles2.productDescStyles) + ' col-lg-12 wordbreak
|
|
63678
|
+
}, sectionproperties.prodCatShow == 'Show' && sectionproperties.descriptionoverwritestyles == 'Yes' && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
63679
|
+
"class": "".concat(cardsstyles2.productDescStyles) + ' col-lg-12 wordbreak wordbreak2 p-0 ',
|
|
63400
63680
|
style: {
|
|
63401
63681
|
// textAlign: langdetect == 'en' ? 'left' : 'right',
|
|
63402
63682
|
textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right',
|
|
63403
63683
|
marginBottom: sectionproperties.descriptionMarginBottom + 'px'
|
|
63404
63684
|
}
|
|
63405
|
-
}, plainString(item.shortdescription)), sectionproperties.
|
|
63685
|
+
}, plainString(item.shortdescription)), sectionproperties.prodCatShow == 'Show' && sectionproperties.descriptionoverwritestyles == 'No' && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
63686
|
+
"class": "".concat(cardsstyles2.productDescStyles) + ' col-lg-12 p-0 wordbreak wordbreak2 ',
|
|
63687
|
+
style: {
|
|
63688
|
+
textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
63689
|
+
},
|
|
63690
|
+
dangerouslySetInnerHTML: {
|
|
63691
|
+
__html: item.shortdescription
|
|
63692
|
+
}
|
|
63693
|
+
}), sectionproperties.prodNameShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
63406
63694
|
"class": "col-lg-12 p-0 ",
|
|
63407
63695
|
style: {
|
|
63408
63696
|
minHeight: '6vh'
|
|
@@ -70763,7 +71051,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
70763
71051
|
}
|
|
70764
71052
|
}),
|
|
70765
71053
|
cart_btn: glamor.css({
|
|
70766
|
-
width: sectionproperties.cartBtnWidth + 'px',
|
|
71054
|
+
width: sectionproperties.cartBtnWidth == 0 ? 'auto' : sectionproperties.cartBtnWidth + 'px',
|
|
70767
71055
|
height: sectionproperties.cartBtnHeight + 'px',
|
|
70768
71056
|
background: sectionproperties.cartbtn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.cartBtnbgColor,
|
|
70769
71057
|
borderRadius: sectionproperties.cart_btn_borderBottomLeftRadius + 'px',
|
|
@@ -70773,6 +71061,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
70773
71061
|
fontWeight: sectionproperties.cartBtnTextfontweight,
|
|
70774
71062
|
border: sectionproperties.cartbtnborderwidth + 'px solid ' + sectionproperties.cartbtnbordercolor,
|
|
70775
71063
|
transition: '.3s',
|
|
71064
|
+
textDecoration: sectionproperties.cartbtntextdecoration == 'Underline' ? 'underline' : 'none',
|
|
70776
71065
|
':hover': {
|
|
70777
71066
|
background: sectionproperties.cartbtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.cartBtnbgColoronhover,
|
|
70778
71067
|
color: sectionproperties.cartBtnTextcoloronhover,
|
|
@@ -70982,14 +71271,14 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
70982
71271
|
textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
70983
71272
|
},
|
|
70984
71273
|
dangerouslySetInnerHTML: {
|
|
70985
|
-
__html:
|
|
71274
|
+
__html: item.description
|
|
70986
71275
|
}
|
|
70987
71276
|
}), sectionproperties.prodCatShow == 'Show' && sectionproperties.descriptionoverwritestyles == 'Yes' && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
70988
71277
|
"class": "".concat(card_cssstyles.productDescStyles) + ' col-lg-12 wordbreak wordbreak2 p-0 ',
|
|
70989
71278
|
style: {
|
|
70990
71279
|
textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
70991
71280
|
}
|
|
70992
|
-
}, plainString(
|
|
71281
|
+
}, plainString(item.description)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
70993
71282
|
style: {
|
|
70994
71283
|
flexDirection: 'column'
|
|
70995
71284
|
},
|