tabexseriescomponents 0.0.183 → 0.0.184
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 +129 -182
- package/dist/index.esm.js +129 -182
- package/dist/index.umd.js +129 -182
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -24369,7 +24369,7 @@ var NewHeader = function NewHeader(props) {
|
|
|
24369
24369
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
24370
24370
|
"class": "row m-0 w-100 d-flex align-items-center justify-content-start h-100"
|
|
24371
24371
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
24372
|
-
"class": "col-lg-12 col-md-12 d-flex align-items-center justify-content-start"
|
|
24372
|
+
"class": "col-lg-12 col-md-12 p-0 d-flex align-items-center justify-content-start"
|
|
24373
24373
|
}, sectionproperties.showfooteraddress == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
24374
24374
|
className: "".concat(header_cssstyles.locationtext) + ' d-flex align-items-center justify-content-center '
|
|
24375
24375
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
@@ -24642,15 +24642,18 @@ var NewHeader = function NewHeader(props) {
|
|
|
24642
24642
|
style: {
|
|
24643
24643
|
display: sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' ? 'none' : 'flex'
|
|
24644
24644
|
}
|
|
24645
|
-
}, /*#__PURE__*/React__default["default"].createElement("ul",
|
|
24645
|
+
}, /*#__PURE__*/React__default["default"].createElement("ul", {
|
|
24646
|
+
"class": "row m-0 w-100 justify-content-center"
|
|
24647
|
+
}, templatepropcontext.pagesnprop.map(function (item, index) {
|
|
24646
24648
|
if (item.isselected) ;
|
|
24647
24649
|
if (item.isnavigation == 1 && item.isactive == 1) {
|
|
24648
24650
|
return /*#__PURE__*/React__default["default"].createElement("li", {
|
|
24649
24651
|
style: {
|
|
24650
|
-
marginLeft: langdetect == 'en' ? 0 : '
|
|
24651
|
-
marginRight: langdetect == 'en' ? '
|
|
24652
|
+
marginLeft: langdetect == 'en' ? 0 : '20px',
|
|
24653
|
+
marginRight: langdetect == 'en' ? '20px' : 0
|
|
24652
24654
|
}
|
|
24653
24655
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
24656
|
+
"class": "cursor-pointer",
|
|
24654
24657
|
onClick: function onClick() {
|
|
24655
24658
|
routingcountext(item.navigationroute, false, '');
|
|
24656
24659
|
}
|
|
@@ -24658,7 +24661,9 @@ var NewHeader = function NewHeader(props) {
|
|
|
24658
24661
|
"class": "".concat(header_cssstyles.navbar_item_text)
|
|
24659
24662
|
}, langdetect == 'en' ? item.pagename : item.pagename_ar)));
|
|
24660
24663
|
}
|
|
24661
|
-
}))), sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' && /*#__PURE__*/React__default["default"].createElement(
|
|
24664
|
+
}))), sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
24665
|
+
"class": "row m-0 w-100 align-items-center"
|
|
24666
|
+
}, /*#__PURE__*/React__default["default"].createElement(Subheader, {
|
|
24662
24667
|
sectionpropertiesprops: sectionproperties,
|
|
24663
24668
|
actions: actions,
|
|
24664
24669
|
subheaderpropertiesprops: {
|
|
@@ -24667,7 +24672,7 @@ var NewHeader = function NewHeader(props) {
|
|
|
24667
24672
|
paddingRightprops: '45px',
|
|
24668
24673
|
subheadercontentpositionprops: 'center'
|
|
24669
24674
|
}
|
|
24670
|
-
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
24675
|
+
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
24671
24676
|
"class": "col-lg-2 col-md-4 p-0 d-flex align-items-center justify-content-end"
|
|
24672
24677
|
}, sectionproperties.searchbar_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
24673
24678
|
"class": "col-lg-4 p-0 d-flex justify-content-end align-items-center"
|
|
@@ -24756,9 +24761,9 @@ var NewHeader = function NewHeader(props) {
|
|
|
24756
24761
|
actions: actions,
|
|
24757
24762
|
subheaderpropertiesprops: {
|
|
24758
24763
|
subheaderpositionprops: 'Full Width',
|
|
24759
|
-
paddingLeftprops: '
|
|
24760
|
-
paddingRightprops: '
|
|
24761
|
-
subheadercontentpositionprops: '
|
|
24764
|
+
paddingLeftprops: '20px',
|
|
24765
|
+
paddingRightprops: '20px',
|
|
24766
|
+
subheadercontentpositionprops: 'center'
|
|
24762
24767
|
}
|
|
24763
24768
|
})))), /*#__PURE__*/React__default["default"].createElement(Headerresponsive, {
|
|
24764
24769
|
sectionpropertiesprops: sectionproperties,
|
|
@@ -24782,7 +24787,7 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
24782
24787
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
24783
24788
|
logoarrayofobjects = _useState4[0],
|
|
24784
24789
|
setlogoarrayofobjects = _useState4[1];
|
|
24785
|
-
|
|
24790
|
+
props.actions.history;
|
|
24786
24791
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
24787
24792
|
var lang = props.actions.lang;
|
|
24788
24793
|
var langdetect = props.actions.langdetect;
|
|
@@ -25079,7 +25084,7 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
25079
25084
|
"class": "col-lg-12 col-md-12 col-sm-12 p-0 d-flex"
|
|
25080
25085
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
25081
25086
|
onClick: function onClick() {
|
|
25082
|
-
|
|
25087
|
+
routingcountext(item.navigationroute);
|
|
25083
25088
|
}
|
|
25084
25089
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
25085
25090
|
"class": "".concat(footerStyles.subPages) + ' wordbreak ',
|
|
@@ -25105,7 +25110,7 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
25105
25110
|
onClick: function onClick() {
|
|
25106
25111
|
routingcountext(StaticPagesLinksContext.Wishlist);
|
|
25107
25112
|
}
|
|
25108
|
-
}, lang.wishlist)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
25113
|
+
}, lang.wishlist)), authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
25109
25114
|
"class": "col-lg-12 col-md-12 col-sm-12 p-0 d-flex"
|
|
25110
25115
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
25111
25116
|
"class": "".concat(footerStyles.subPages) + ' wordbreak ',
|
|
@@ -25434,7 +25439,7 @@ var Footer1 = function Footer1(props) {
|
|
|
25434
25439
|
if (item.isnavigation == 1 && item.isactive == 1) {
|
|
25435
25440
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
25436
25441
|
onClick: function onClick() {
|
|
25437
|
-
|
|
25442
|
+
routingcountext(item.navigationroute);
|
|
25438
25443
|
}
|
|
25439
25444
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
25440
25445
|
"class": "".concat(footerStyles.footertitlestyles) + ' '
|
|
@@ -25603,7 +25608,7 @@ var Footer2 = function Footer2(props) {
|
|
|
25603
25608
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
25604
25609
|
logoarrayofobjects = _useState4[0],
|
|
25605
25610
|
setlogoarrayofobjects = _useState4[1];
|
|
25606
|
-
|
|
25611
|
+
props.actions.history;
|
|
25607
25612
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
25608
25613
|
var lang = props.actions.lang;
|
|
25609
25614
|
var langdetect = props.actions.langdetect;
|
|
@@ -25819,7 +25824,7 @@ var Footer2 = function Footer2(props) {
|
|
|
25819
25824
|
if (item.isnavigation == 1 && item.isactive == 1) {
|
|
25820
25825
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
25821
25826
|
onClick: function onClick() {
|
|
25822
|
-
|
|
25827
|
+
routingcountext(item.navigationroute);
|
|
25823
25828
|
},
|
|
25824
25829
|
style: {
|
|
25825
25830
|
marginLeft: langdetect == 'en' ? 0 : '35px',
|
|
@@ -25838,7 +25843,7 @@ var Footer2 = function Footer2(props) {
|
|
|
25838
25843
|
"class": "col-lg-12 p-0 d-flex justify-content-center"
|
|
25839
25844
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
25840
25845
|
onClick: function onClick() {
|
|
25841
|
-
|
|
25846
|
+
routingcountext(item.navigationroute);
|
|
25842
25847
|
}
|
|
25843
25848
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
25844
25849
|
"class": "".concat(footerStyles.footertitlestyles)
|
|
@@ -25937,7 +25942,7 @@ var Footer3 = function Footer3(props) {
|
|
|
25937
25942
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
25938
25943
|
logoarrayofobjects = _useState4[0],
|
|
25939
25944
|
setlogoarrayofobjects = _useState4[1];
|
|
25940
|
-
|
|
25945
|
+
props.actions.history;
|
|
25941
25946
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
25942
25947
|
var lang = props.actions.lang;
|
|
25943
25948
|
var langdetect = props.actions.langdetect;
|
|
@@ -26116,7 +26121,7 @@ var Footer3 = function Footer3(props) {
|
|
|
26116
26121
|
marginRight: langdetect == 'en' ? '25px' : 0
|
|
26117
26122
|
},
|
|
26118
26123
|
onClick: function onClick() {
|
|
26119
|
-
|
|
26124
|
+
routingcountext(item.navigationroute);
|
|
26120
26125
|
}
|
|
26121
26126
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
26122
26127
|
"class": "".concat(footerStyles.footertitlestyles) + ' m-0 p-0 '
|
|
@@ -26292,7 +26297,7 @@ var Footer4 = function Footer4(props) {
|
|
|
26292
26297
|
var authdetailsContext = props.actions.authdetailsContext;
|
|
26293
26298
|
var templateproperties_context = props.actions.templateproperties_context;
|
|
26294
26299
|
var templatepropcontext = props.actions.templatepropcontext;
|
|
26295
|
-
|
|
26300
|
+
props.actions.history;
|
|
26296
26301
|
var _useState = React.useState(''),
|
|
26297
26302
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
26298
26303
|
sectionproperties = _useState2[0],
|
|
@@ -26331,10 +26336,10 @@ var Footer4 = function Footer4(props) {
|
|
|
26331
26336
|
position: 'relative'
|
|
26332
26337
|
}),
|
|
26333
26338
|
footertitlestyles: glamor.css({
|
|
26334
|
-
textTransform: sectionproperties.
|
|
26335
|
-
fontSize: sectionproperties.
|
|
26336
|
-
fontWeight: sectionproperties.
|
|
26337
|
-
color: sectionproperties.
|
|
26339
|
+
textTransform: sectionproperties.sectionTitleTextTransform,
|
|
26340
|
+
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
26341
|
+
fontWeight: sectionproperties.sectionTitleFontWeight,
|
|
26342
|
+
color: sectionproperties.sectionTitleColor
|
|
26338
26343
|
}),
|
|
26339
26344
|
facebook_btn: glamor.css({
|
|
26340
26345
|
background: sectionproperties.facebkbtnn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.facebkbtnnbgColor,
|
|
@@ -26379,14 +26384,14 @@ var Footer4 = function Footer4(props) {
|
|
|
26379
26384
|
}
|
|
26380
26385
|
}),
|
|
26381
26386
|
footersubtitlestyles: glamor.css({
|
|
26382
|
-
textTransform: sectionproperties.
|
|
26383
|
-
fontSize: sectionproperties.
|
|
26384
|
-
fontWeight: sectionproperties.
|
|
26385
|
-
color: sectionproperties.
|
|
26387
|
+
textTransform: sectionproperties.footertitle_texttransform,
|
|
26388
|
+
fontSize: sectionproperties.footertitle__fontsize + 'px',
|
|
26389
|
+
fontWeight: sectionproperties.footertitle__fontweight,
|
|
26390
|
+
color: sectionproperties.footertitlecolor,
|
|
26386
26391
|
cursor: 'pointer',
|
|
26387
26392
|
transition: '.3s',
|
|
26388
26393
|
':hover': {
|
|
26389
|
-
color: sectionproperties.
|
|
26394
|
+
color: sectionproperties.footertitlecoloronhover
|
|
26390
26395
|
}
|
|
26391
26396
|
}),
|
|
26392
26397
|
footerinformationstyles: glamor.css({
|
|
@@ -26456,11 +26461,11 @@ var Footer4 = function Footer4(props) {
|
|
|
26456
26461
|
setnavpagescounter(tempnavpages.length / 2);
|
|
26457
26462
|
}, []);
|
|
26458
26463
|
return /*#__PURE__*/React__default["default"].createElement("footer", {
|
|
26459
|
-
className: "".concat(footerStyles.footerContainer) + ' pl-md-4 pr-md-4 pl-sm-4 pr-sm-4 '
|
|
26464
|
+
className: "".concat(footerStyles.footerContainer) + ' pl-md-4 pr-md-4 pl-sm-4 pr-sm-4 px-2015-2 '
|
|
26460
26465
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
26461
|
-
className: "row w-100 m-0
|
|
26466
|
+
className: "row w-100 m-0"
|
|
26462
26467
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
26463
|
-
className: "col-lg-
|
|
26468
|
+
className: "col-lg-3 p-0 d-flex justify-content-start p-md-0 mb-md-3"
|
|
26464
26469
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
26465
26470
|
className: "".concat(footerStyles.footerlogo) + ' d-flex flex-column align-items-center justify-content-start '
|
|
26466
26471
|
}, /*#__PURE__*/React__default["default"].createElement(imagekitioReact.IKImage, {
|
|
@@ -26471,19 +26476,66 @@ var Footer4 = function Footer4(props) {
|
|
|
26471
26476
|
maxWidth: '100%',
|
|
26472
26477
|
maxHeight: '100%'
|
|
26473
26478
|
}
|
|
26474
|
-
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
26475
|
-
className: "col-lg-3 p-sm-0"
|
|
26479
|
+
}))), sectionproperties.showhidemainpages == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
26480
|
+
className: "col-lg-3 col-md-6 col-sm-12 d-flex justify-content-start p-sm-0 h-100 mb-sm-3"
|
|
26476
26481
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
26477
|
-
className: "row m-0 w-100"
|
|
26482
|
+
className: "row m-0 w-100 d-flex"
|
|
26478
26483
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
26479
|
-
className: "col-lg-12 p-0 d-
|
|
26484
|
+
className: "col-lg-12 p-0 d-flex align-items-center"
|
|
26480
26485
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
26481
26486
|
className: "".concat(footerStyles.footertitlestyles) + ' m-0 p-0 mb-3 wordbreak ',
|
|
26482
26487
|
style: {
|
|
26483
|
-
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
26484
|
-
opacity: 0
|
|
26488
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
26485
26489
|
}
|
|
26486
|
-
}, lang.usefullinks)),
|
|
26490
|
+
}, lang.usefullinks)), navpages.map(function (item, index) {
|
|
26491
|
+
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
26492
|
+
className: "col-lg-12 p-0"
|
|
26493
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
26494
|
+
onClick: function onClick() {
|
|
26495
|
+
routingcountext(item.navigationroute);
|
|
26496
|
+
}
|
|
26497
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
26498
|
+
className: "".concat(footerStyles.footersubtitlestyles) + ' wordbreak ',
|
|
26499
|
+
style: {
|
|
26500
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
26501
|
+
}
|
|
26502
|
+
}, langdetect == 'en' ? item.pagename : item.pagename_ar)));
|
|
26503
|
+
}))), sectionproperties.showhidemainpages == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
26504
|
+
className: "col-lg-3 col-md-6 col-sm-12 p-sm-0 h-100 mb-sm-3"
|
|
26505
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
26506
|
+
className: "".concat(footerStyles.footertitlestyles) + ' m-0 p-0 mb-3 wordbreak ',
|
|
26507
|
+
style: {
|
|
26508
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
26509
|
+
}
|
|
26510
|
+
}, lang.helpcenter), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
26511
|
+
className: "".concat(footerStyles.footersubtitlestyles) + ' wordbreak ',
|
|
26512
|
+
style: {
|
|
26513
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
26514
|
+
},
|
|
26515
|
+
onClick: function onClick() {
|
|
26516
|
+
routingcountext(StaticPagesLinksContext.Wishlist);
|
|
26517
|
+
}
|
|
26518
|
+
}, lang.wishlist), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
26519
|
+
className: "".concat(footerStyles.footersubtitlestyles) + ' wordbreak ',
|
|
26520
|
+
style: {
|
|
26521
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
26522
|
+
},
|
|
26523
|
+
onClick: function onClick() {
|
|
26524
|
+
routingcountext(StaticPagesLinksContext.Ordershistory);
|
|
26525
|
+
}
|
|
26526
|
+
}, lang.orderhistory), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
26527
|
+
className: "".concat(footerStyles.footersubtitlestyles) + ' wordbreak ',
|
|
26528
|
+
style: {
|
|
26529
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
26530
|
+
},
|
|
26531
|
+
onClick: function onClick() {
|
|
26532
|
+
routingcountext(StaticPagesLinksContext.Policies);
|
|
26533
|
+
}
|
|
26534
|
+
}, lang.policies)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
26535
|
+
className: "col-lg-3 p-sm-0"
|
|
26536
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
26537
|
+
className: "row m-0 w-100"
|
|
26538
|
+
}, sectionproperties.showtitle == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
26487
26539
|
className: "col-lg-12 p-0 d-flex justify-content-start"
|
|
26488
26540
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
26489
26541
|
className: "mb-0 p-0 wordbreak",
|
|
@@ -26536,109 +26588,7 @@ var Footer4 = function Footer4(props) {
|
|
|
26536
26588
|
size: 20
|
|
26537
26589
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
26538
26590
|
className: ' p-0 m-0 wordbreak storeinfotext '
|
|
26539
|
-
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : (_authdetailsContext$i13 = _authdetailsContext$i12.contactinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.mobile)))),
|
|
26540
|
-
className: "col-lg-3 col-md-6 col-sm-12 d-flex justify-content-start p-sm-0"
|
|
26541
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
26542
|
-
className: "row m-0 w-100 d-flex"
|
|
26543
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
26544
|
-
className: "col-lg-12 p-0 d-flex align-items-center"
|
|
26545
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
26546
|
-
className: "".concat(footerStyles.footertitlestyles) + ' m-0 p-0 mb-3 wordbreak ',
|
|
26547
|
-
style: {
|
|
26548
|
-
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
26549
|
-
}
|
|
26550
|
-
}, lang.usefullinks)), navpages.map(function (item, index) {
|
|
26551
|
-
var temp = 0;
|
|
26552
|
-
temp = navpages.length / 2;
|
|
26553
|
-
if (navpages.length > 4) {
|
|
26554
|
-
if (index < temp) {
|
|
26555
|
-
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
26556
|
-
className: "col-lg-12 p-0"
|
|
26557
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
26558
|
-
onClick: function onClick() {
|
|
26559
|
-
history.push(item.navigationroute);
|
|
26560
|
-
}
|
|
26561
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
26562
|
-
className: "".concat(footerStyles.footersubtitlestyles) + ' wordbreak ',
|
|
26563
|
-
style: {
|
|
26564
|
-
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
26565
|
-
}
|
|
26566
|
-
}, langdetect == 'en' ? item.pagename : item.pagename_ar)));
|
|
26567
|
-
}
|
|
26568
|
-
} else {
|
|
26569
|
-
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
26570
|
-
className: "col-lg-12 p-0"
|
|
26571
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
26572
|
-
onClick: function onClick() {
|
|
26573
|
-
history.push(item.navigationroute);
|
|
26574
|
-
}
|
|
26575
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
26576
|
-
className: "".concat(footerStyles.footersubtitlestyles) + ' wordbreak ',
|
|
26577
|
-
style: {
|
|
26578
|
-
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
26579
|
-
}
|
|
26580
|
-
}, langdetect == 'en' ? item.pagename : item.pagename_ar)));
|
|
26581
|
-
}
|
|
26582
|
-
}))), sectionproperties.showhidemainpages == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
26583
|
-
className: "col-lg-3 col-md-6 col-sm-12 d-flex flex-column justify-content-start p-sm-0"
|
|
26584
|
-
}, navpages.length > 4 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
26585
|
-
className: "row m-0 w-100 d-flex"
|
|
26586
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
26587
|
-
className: "col-lg-12 p-0 d-sm-none"
|
|
26588
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
26589
|
-
className: "".concat(footerStyles.footertitlestyles) + ' m-0 p-0 mb-3 wordbreak d-none ',
|
|
26590
|
-
style: {
|
|
26591
|
-
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
26592
|
-
}
|
|
26593
|
-
}, lang.usefullinks)), navpages.map(function (item, index) {
|
|
26594
|
-
var temp = 0;
|
|
26595
|
-
temp = navpages.length / 2;
|
|
26596
|
-
if (index >= temp) {
|
|
26597
|
-
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
26598
|
-
className: "col-lg-12 p-0"
|
|
26599
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
26600
|
-
onClick: function onClick() {
|
|
26601
|
-
history.push(item.navigationroute);
|
|
26602
|
-
}
|
|
26603
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
26604
|
-
className: "".concat(footerStyles.footersubtitlestyles) + ' wordbreak ',
|
|
26605
|
-
style: {
|
|
26606
|
-
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
26607
|
-
}
|
|
26608
|
-
}, langdetect == 'en' ? item.pagename : item.pagename_ar)));
|
|
26609
|
-
}
|
|
26610
|
-
}))), sectionproperties.showhidesubpages == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
26611
|
-
className: "col-lg-3 col-md-6 col-sm-12 p-sm-0"
|
|
26612
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
26613
|
-
className: "".concat(footerStyles.footertitlestyles) + ' m-0 p-0 mb-3 wordbreak ',
|
|
26614
|
-
style: {
|
|
26615
|
-
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
26616
|
-
}
|
|
26617
|
-
}, lang.helpcenter), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
26618
|
-
className: "".concat(footerStyles.footersubtitlestyles) + ' wordbreak ',
|
|
26619
|
-
style: {
|
|
26620
|
-
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
26621
|
-
},
|
|
26622
|
-
onClick: function onClick() {
|
|
26623
|
-
routingcountext(StaticPagesLinksContext.Wishlist);
|
|
26624
|
-
}
|
|
26625
|
-
}, lang.wishlist), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
26626
|
-
className: "".concat(footerStyles.footersubtitlestyles) + ' wordbreak ',
|
|
26627
|
-
style: {
|
|
26628
|
-
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
26629
|
-
},
|
|
26630
|
-
onClick: function onClick() {
|
|
26631
|
-
routingcountext(StaticPagesLinksContext.Ordershistory);
|
|
26632
|
-
}
|
|
26633
|
-
}, lang.orderhistory), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
26634
|
-
className: "".concat(footerStyles.footersubtitlestyles) + ' wordbreak ',
|
|
26635
|
-
style: {
|
|
26636
|
-
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
26637
|
-
},
|
|
26638
|
-
onClick: function onClick() {
|
|
26639
|
-
routingcountext(StaticPagesLinksContext.Policies);
|
|
26640
|
-
}
|
|
26641
|
-
}, lang.policies))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
26591
|
+
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : (_authdetailsContext$i13 = _authdetailsContext$i12.contactinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.mobile)))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
26642
26592
|
className: "".concat(footerStyles.divider)
|
|
26643
26593
|
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
26644
26594
|
className: "row w-100 m-0 pr-1 pl-1",
|
|
@@ -26647,7 +26597,7 @@ var Footer4 = function Footer4(props) {
|
|
|
26647
26597
|
paddingRight: langdetect == 'en' ? sectionproperties.footer_paddingRight + 'px' : sectionproperties.footer_paddingLeft + 'px'
|
|
26648
26598
|
}
|
|
26649
26599
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
26650
|
-
className: "col-xl-3 col-lg-3 col-md-3 col-sm-12 d-flex justify-content-start align-items-center p-0"
|
|
26600
|
+
className: "col-xl-3 col-lg-3 col-md-3 col-sm-12 d-flex justify-content-start align-items-center p-0 mb-sm-2"
|
|
26651
26601
|
}, sectionproperties.storenameshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
26652
26602
|
className: "m-0 ",
|
|
26653
26603
|
style: {
|
|
@@ -26656,7 +26606,7 @@ var Footer4 = function Footer4(props) {
|
|
|
26656
26606
|
fontWeight: sectionproperties.storenamefontweight
|
|
26657
26607
|
}
|
|
26658
26608
|
}, "@", langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.storename_en : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.storename_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
26659
|
-
className: "col-xl-6 col-lg-6 col-md-6 col-sm-12 d-flex flex-row align-items-center justify-content-center justify-content-md-start p-0"
|
|
26609
|
+
className: "col-xl-6 col-lg-6 col-md-6 col-sm-12 d-flex flex-row align-items-center justify-content-center justify-content-md-start p-0 mb-sm-2"
|
|
26660
26610
|
}, sectionproperties.showpaymentfooter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
26661
26611
|
className: "row m-0 w-100 d-flex flex-row align-items-center justify-content-center justify-content-md-start"
|
|
26662
26612
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -26687,7 +26637,7 @@ var Footer4 = function Footer4(props) {
|
|
|
26687
26637
|
src: mastercard,
|
|
26688
26638
|
className: "".concat(footerStyles.payimg)
|
|
26689
26639
|
})))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
26690
|
-
className: "col-xl-3 col-lg-3 col-md-3 col-sm-12 d-flex flex-row align-items-center justify-content-end justify-content-md-start p-0"
|
|
26640
|
+
className: "col-xl-3 col-lg-3 col-md-3 col-sm-12 d-flex flex-row align-items-center justify-content-end justify-content-md-start p-0 mb-sm-2"
|
|
26691
26641
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
26692
26642
|
className: langdetect == 'en' ? footerStyles.footerinformationstyles + ' mb-0 mr-2 mr-sm-3 ' : footerStyles.footerinformationstyles + ' mb-0 ml-2 ml-sm-3 '
|
|
26693
26643
|
}, lang.stayconnected, ":"), sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -26729,7 +26679,7 @@ var Footer4 = function Footer4(props) {
|
|
|
26729
26679
|
className: "h-100 allcentered"
|
|
26730
26680
|
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
26731
26681
|
size: sectionproperties.youtubebtniconfontsize
|
|
26732
|
-
}))))));
|
|
26682
|
+
})))))));
|
|
26733
26683
|
};
|
|
26734
26684
|
|
|
26735
26685
|
function ownKeys$1g(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
@@ -26748,7 +26698,7 @@ var Footer5 = function Footer5(props) {
|
|
|
26748
26698
|
_useState6 = _slicedToArray__default["default"](_useState5, 2),
|
|
26749
26699
|
logoarrayofobjects = _useState6[0],
|
|
26750
26700
|
setlogoarrayofobjects = _useState6[1];
|
|
26751
|
-
|
|
26701
|
+
props.actions.history;
|
|
26752
26702
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
26753
26703
|
var lang = props.actions.lang;
|
|
26754
26704
|
var langdetect = props.actions.langdetect;
|
|
@@ -27022,7 +26972,7 @@ var Footer5 = function Footer5(props) {
|
|
|
27022
26972
|
className: "col-lg-12 p-0 d-flex justify-content-md-center"
|
|
27023
26973
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
27024
26974
|
onClick: function onClick() {
|
|
27025
|
-
return
|
|
26975
|
+
return routingcountext(item.navigationroute);
|
|
27026
26976
|
}
|
|
27027
26977
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
27028
26978
|
className: "".concat(footerStyles.footersubtitlestyles) + ' wordbreak ',
|
|
@@ -27527,7 +27477,7 @@ var Footer7 = function Footer7(props) {
|
|
|
27527
27477
|
_useState6 = _slicedToArray__default["default"](_useState5, 2),
|
|
27528
27478
|
maincontainerarrayofobjs = _useState6[0],
|
|
27529
27479
|
setmaincontainerarrayofobjs = _useState6[1];
|
|
27530
|
-
|
|
27480
|
+
props.actions.history;
|
|
27531
27481
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
27532
27482
|
var lang = props.actions.lang;
|
|
27533
27483
|
var langdetect = props.actions.langdetect;
|
|
@@ -27777,7 +27727,7 @@ var Footer7 = function Footer7(props) {
|
|
|
27777
27727
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
27778
27728
|
className: "col-lg-12 col-md-12 col-sm-12 p-0 d-flex mb-3 cursor-pointer",
|
|
27779
27729
|
onClick: function onClick() {
|
|
27780
|
-
return
|
|
27730
|
+
return routingcountext(item.navigationroute);
|
|
27781
27731
|
}
|
|
27782
27732
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
27783
27733
|
className: ' wordbreak m-0 p-0 ' + "".concat(footerStyles.footersubtitlestyles),
|
|
@@ -27911,7 +27861,7 @@ var Footer8 = function Footer8(props) {
|
|
|
27911
27861
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
27912
27862
|
logoarrayofobjects = _useState4[0],
|
|
27913
27863
|
setlogoarrayofobjects = _useState4[1];
|
|
27914
|
-
|
|
27864
|
+
props.actions.history;
|
|
27915
27865
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
27916
27866
|
var lang = props.actions.lang;
|
|
27917
27867
|
var langdetect = props.actions.langdetect;
|
|
@@ -28212,7 +28162,7 @@ var Footer8 = function Footer8(props) {
|
|
|
28212
28162
|
if (item.isnavigation == 1 && item.isactive == 1) {
|
|
28213
28163
|
return /*#__PURE__*/React__default["default"].createElement("p", {
|
|
28214
28164
|
onClick: function onClick() {
|
|
28215
|
-
|
|
28165
|
+
routingcountext(item.navigationroute);
|
|
28216
28166
|
},
|
|
28217
28167
|
"class": "".concat(footerStyles.subPages) + ' wordbreak ',
|
|
28218
28168
|
style: {
|
|
@@ -32204,7 +32154,7 @@ var BackgroundFiveImageStructure = function BackgroundFiveImageStructure(props)
|
|
|
32204
32154
|
})
|
|
32205
32155
|
};
|
|
32206
32156
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
32207
|
-
"class": "w-100 pl-sm-2 pr-sm-2",
|
|
32157
|
+
"class": "w-100 pl-sm-2 pr-sm-2 px-2015-2",
|
|
32208
32158
|
style: {
|
|
32209
32159
|
marginTop: sectionproperties.marginTop + 'px',
|
|
32210
32160
|
marginBottom: sectionproperties.marginBottom + 'px',
|
|
@@ -32226,7 +32176,7 @@ var BackgroundFiveImageStructure = function BackgroundFiveImageStructure(props)
|
|
|
32226
32176
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
32227
32177
|
"class": "col-lg-12 col-md-6 col-sm-6 p-0 mb-xl-3 mb-lg-3 pl-md-1 pl-sm-1 pr-md-1 pr-sm-1"
|
|
32228
32178
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
32229
|
-
"class": "".concat(sectionstyles.imageBackground) + ' row m-0 w-100 ',
|
|
32179
|
+
"class": "".concat(sectionstyles.imageBackground) + ' row m-0 w-100 h-sm-auto ',
|
|
32230
32180
|
style: {
|
|
32231
32181
|
height: '215px',
|
|
32232
32182
|
position: 'relative',
|
|
@@ -32274,7 +32224,7 @@ var BackgroundFiveImageStructure = function BackgroundFiveImageStructure(props)
|
|
|
32274
32224
|
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
32275
32225
|
"class": "col-lg-12 col-md-6 col-sm-6 p-0 pl-md-1 pl-sm-1 pr-md-1 pr-sm-1"
|
|
32276
32226
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
32277
|
-
"class": "".concat(sectionstyles.imageBackground) + ' row m-0 w-100 ',
|
|
32227
|
+
"class": "".concat(sectionstyles.imageBackground) + ' row m-0 w-100 h-sm-auto ',
|
|
32278
32228
|
style: {
|
|
32279
32229
|
height: '215px',
|
|
32280
32230
|
position: 'relative',
|
|
@@ -32322,7 +32272,7 @@ var BackgroundFiveImageStructure = function BackgroundFiveImageStructure(props)
|
|
|
32322
32272
|
}))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
32323
32273
|
"class": "col-lg-6 col-md-12 col-sm-12 p-0 pl-xl-3 pr-xl-3 pl-lg-3 pr-lg-3 pl-md-1 pl-sm-1 pr-md-1 pr-sm-1 mb-md-3 mb-sm-3 h-100"
|
|
32324
32274
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
32325
|
-
"class": "".concat(sectionstyles.imageBackground) + ' row m-0 w-100 ',
|
|
32275
|
+
"class": "".concat(sectionstyles.imageBackground) + ' row m-0 w-100 h-sm-auto ',
|
|
32326
32276
|
style: {
|
|
32327
32277
|
height: '450px',
|
|
32328
32278
|
position: 'relative',
|
|
@@ -32374,7 +32324,7 @@ var BackgroundFiveImageStructure = function BackgroundFiveImageStructure(props)
|
|
|
32374
32324
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
32375
32325
|
"class": "col-lg-12 col-md-6 col-sm-6 p-0 mb-xl-3 mb-lg-3 pl-md-1 pl-sm-1 pr-md-1 pr-sm-1"
|
|
32376
32326
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
32377
|
-
"class": "".concat(sectionstyles.imageBackground) + ' row m-0 w-100 ',
|
|
32327
|
+
"class": "".concat(sectionstyles.imageBackground) + ' row m-0 w-100 h-sm-auto ',
|
|
32378
32328
|
style: {
|
|
32379
32329
|
height: '215px',
|
|
32380
32330
|
position: 'relative',
|
|
@@ -32422,7 +32372,7 @@ var BackgroundFiveImageStructure = function BackgroundFiveImageStructure(props)
|
|
|
32422
32372
|
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
32423
32373
|
"class": "col-lg-12 col-md-6 col-sm-6 p-0 pl-md-1 pl-sm-1 pr-md-1 pr-sm-1"
|
|
32424
32374
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
32425
|
-
"class": "".concat(sectionstyles.imageBackground) + ' row m-0 w-100 ',
|
|
32375
|
+
"class": "".concat(sectionstyles.imageBackground) + ' row m-0 w-100 h-sm-auto ',
|
|
32426
32376
|
style: {
|
|
32427
32377
|
height: '215px',
|
|
32428
32378
|
position: 'relative',
|
|
@@ -34434,7 +34384,9 @@ var Twobgimages = function Twobgimages(props) {
|
|
|
34434
34384
|
}, /*#__PURE__*/React__default["default"].createElement(imagekitioReact.IKImage, {
|
|
34435
34385
|
urlEndpoint: IKurlEndpoint,
|
|
34436
34386
|
publicKey: IKpublicKey,
|
|
34437
|
-
path: bgimagearrayofobjs.length != 0 ? langdetect == 'en' ?
|
|
34387
|
+
path: bgimagearrayofobjs.length != 0 ? langdetect == 'en' ?
|
|
34388
|
+
// 'tr:w-0,h-0' +
|
|
34389
|
+
bgimagearrayofobjs[index].bg1_image : bgimagearrayofobjs[index].bg1_image_ar : '',
|
|
34438
34390
|
className: sectionproperties.bgcovercontainresponsive == 'Contain' ? 'objectFit-md-contain' : '',
|
|
34439
34391
|
style: {
|
|
34440
34392
|
height: '100%',
|
|
@@ -36174,9 +36126,12 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
36174
36126
|
borderRightWidth: 0
|
|
36175
36127
|
}
|
|
36176
36128
|
}, sectionproperties.sectiontitleshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36177
|
-
"class": "col-lg-12 allcentered p-0"
|
|
36129
|
+
"class": "col-lg-12 allcentered p-0",
|
|
36130
|
+
style: {
|
|
36131
|
+
zIndex: 1
|
|
36132
|
+
}
|
|
36178
36133
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36179
|
-
"class": "".concat(generalstyles.sectiontitlecont) + ' col-lg-12
|
|
36134
|
+
"class": "".concat(generalstyles.sectiontitlecont) + ' col-lg-12 allcentered plr-1025-0 pl-md-3 pr-md-3 ',
|
|
36180
36135
|
style: {
|
|
36181
36136
|
marginTop: sectionproperties.sectionTitleMarginTop + 'px',
|
|
36182
36137
|
marginBottom: sectionproperties.sectionTitleMarginBottom + 'px',
|
|
@@ -41989,7 +41944,7 @@ var Productcard_with_zoominonhover = function Productcard_with_zoominonhover(pro
|
|
|
41989
41944
|
}, /*#__PURE__*/React__default["default"].createElement(imagekitioReact.IKImage, {
|
|
41990
41945
|
urlEndpoint: IKurlEndpoint,
|
|
41991
41946
|
publicKey: IKpublicKey,
|
|
41992
|
-
path: '/tr:w-
|
|
41947
|
+
path: '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + item.image,
|
|
41993
41948
|
style: {
|
|
41994
41949
|
width: '100%',
|
|
41995
41950
|
objectFit: 'contain',
|
|
@@ -43459,23 +43414,15 @@ var Classiccategorycard = function Classiccategorycard(props) {
|
|
|
43459
43414
|
props.actions.StaticPagesLinksContext;
|
|
43460
43415
|
var cardonclickfunctionContext = props.actions.cardonclickfunctionContext;
|
|
43461
43416
|
React.useEffect(function () {
|
|
43462
|
-
|
|
43463
|
-
|
|
43464
|
-
|
|
43465
|
-
|
|
43466
|
-
|
|
43467
|
-
|
|
43468
|
-
|
|
43469
|
-
|
|
43470
|
-
|
|
43471
|
-
if (sectionitem.sectionid == props.sectionidprops) {
|
|
43472
|
-
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
43473
|
-
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
43474
|
-
});
|
|
43475
|
-
}
|
|
43476
|
-
});
|
|
43477
|
-
setsectionproperties(_objectSpread$i({}, secpropobj));
|
|
43478
|
-
}
|
|
43417
|
+
var secpropobj = {};
|
|
43418
|
+
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
43419
|
+
if (sectionitem.sectionid == props.sectionidprops) {
|
|
43420
|
+
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
43421
|
+
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
43422
|
+
});
|
|
43423
|
+
}
|
|
43424
|
+
});
|
|
43425
|
+
setsectionproperties(_objectSpread$i({}, secpropobj));
|
|
43479
43426
|
}, [StatePagePropertiesContext]);
|
|
43480
43427
|
React.useEffect(function () {
|
|
43481
43428
|
setitem(props.cardinfoitemprops);
|
|
@@ -43549,10 +43496,10 @@ var Classiccategorycard = function Classiccategorycard(props) {
|
|
|
43549
43496
|
width: '100%',
|
|
43550
43497
|
objectFit: 'cover',
|
|
43551
43498
|
height: sectionproperties.image_height + 'px',
|
|
43552
|
-
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.
|
|
43553
|
-
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.
|
|
43554
|
-
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.
|
|
43555
|
-
borderTopRightRadius: langdetect == 'en' ? sectionproperties.
|
|
43499
|
+
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
|
|
43500
|
+
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
|
|
43501
|
+
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.image_bordertopleftradius + 'px' : sectionproperties.image_bordertoprightradius + 'px',
|
|
43502
|
+
borderTopRightRadius: langdetect == 'en' ? sectionproperties.image_bordertoprightradius + 'px' : sectionproperties.image_bordertopleftradius + 'px'
|
|
43556
43503
|
},
|
|
43557
43504
|
loading: "lazy"
|
|
43558
43505
|
}), /*#__PURE__*/React__default["default"].createElement("div", {
|