tabexseriescomponents 0.50.210 → 0.50.211
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 +112 -123
- package/dist/index.esm.js +112 -123
- package/dist/index.umd.js +112 -123
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -10277,7 +10277,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
10277
10277
|
});
|
|
10278
10278
|
};
|
|
10279
10279
|
_context.next = 1;
|
|
10280
|
-
return sleep(
|
|
10280
|
+
return sleep(3500);
|
|
10281
10281
|
case 1:
|
|
10282
10282
|
_iterator = _createForOfIteratorHelper$1(prod_extras_tobeadded || []);
|
|
10283
10283
|
_context.prev = 2;
|
|
@@ -10310,7 +10310,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
10310
10310
|
});
|
|
10311
10311
|
case 4:
|
|
10312
10312
|
_context.next = 5;
|
|
10313
|
-
return sleep(
|
|
10313
|
+
return sleep(1000);
|
|
10314
10314
|
case 5:
|
|
10315
10315
|
_context.next = 3;
|
|
10316
10316
|
break;
|
|
@@ -10431,7 +10431,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
10431
10431
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
10432
10432
|
className: productinfo_cssstyles.relatedproducttitle + ' m-0 p-0 wordbreak ',
|
|
10433
10433
|
style: {}
|
|
10434
|
-
}, langdetect
|
|
10434
|
+
}, sectionproperties["relatedproducttitle".concat(langdetect)] || sectionproperties.relatedproducttitleEn), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
10435
10435
|
style: {
|
|
10436
10436
|
width: sectionproperties.relatedproducttitle_lineafterwidth + 'px',
|
|
10437
10437
|
height: 2,
|
|
@@ -10447,7 +10447,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
10447
10447
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
10448
10448
|
className: productinfo_cssstyles.relatedproducttitle + ' m-0 p-0 wordbreak ',
|
|
10449
10449
|
style: {}
|
|
10450
|
-
}, langdetect
|
|
10450
|
+
}, sectionproperties["relatedproducttitle".concat(langdetect)] || sectionproperties.relatedproducttitleEn), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
10451
10451
|
style: {
|
|
10452
10452
|
width: sectionproperties.relatedproducttitle_lineafterwidth + 'px',
|
|
10453
10453
|
height: 2,
|
|
@@ -23938,17 +23938,6 @@ var CardsSection = function CardsSection(props) {
|
|
|
23938
23938
|
} else if (fetchingtype == 'collections' || fetchingtype == 'innerparentcollections') {
|
|
23939
23939
|
cardobj.collectionid = arrayItem.collectionid;
|
|
23940
23940
|
cardobj.skiplayeronclick = arrayItem === null || arrayItem === void 0 ? void 0 : arrayItem.skiplayeronclick;
|
|
23941
|
-
// if (langdetect != 'ar') {
|
|
23942
|
-
// if (langdetect == 'chin') {
|
|
23943
|
-
// cardobj.name = arrayItem?.title_chin;
|
|
23944
|
-
// } else {
|
|
23945
|
-
// cardobj.name = arrayItem[`title_${langdetect}`] || arrayItem?.title_en;
|
|
23946
|
-
// }
|
|
23947
|
-
// cardobj.shortdescription = arrayItem.description_en;
|
|
23948
|
-
// } else if (langdetect == 'ar') {
|
|
23949
|
-
// cardobj.name = arrayItem.title_ar;
|
|
23950
|
-
// cardobj.shortdescription = arrayItem.description_ar;
|
|
23951
|
-
// }
|
|
23952
23941
|
cardobj.name = arrayItem["title_".concat(langdetect)] || (arrayItem === null || arrayItem === void 0 ? void 0 : arrayItem.title_en);
|
|
23953
23942
|
cardobj.shortdescription = arrayItem["description_".concat(langdetect)] || (arrayItem === null || arrayItem === void 0 ? void 0 : arrayItem.description_en);
|
|
23954
23943
|
cardobj.image = arrayItem.collectionlogo;
|
|
@@ -80626,7 +80615,7 @@ function ownKeys$M(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymb
|
|
|
80626
80615
|
function _objectSpread$M(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$M(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$M(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
80627
80616
|
var HorizontalContactUsSection = function HorizontalContactUsSection(props) {
|
|
80628
80617
|
var _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i6, _authdetailsContext$i8;
|
|
80629
|
-
var _useState = React.useState(
|
|
80618
|
+
var _useState = React.useState(''),
|
|
80630
80619
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
80631
80620
|
sectionproperties = _useState2[0],
|
|
80632
80621
|
setsectionproperties = _useState2[1];
|
|
@@ -80648,147 +80637,147 @@ var HorizontalContactUsSection = function HorizontalContactUsSection(props) {
|
|
|
80648
80637
|
}, [StatePagePropertiesContext]);
|
|
80649
80638
|
var section_styles = {
|
|
80650
80639
|
cards_sections: glamor.css({
|
|
80651
|
-
width: sectionproperties.width +
|
|
80652
|
-
marginTop: sectionproperties.marginTop +
|
|
80653
|
-
marginBottom: sectionproperties.marginBottom +
|
|
80654
|
-
paddingLeft: langdetect !=
|
|
80655
|
-
paddingRight: langdetect !=
|
|
80656
|
-
paddingTop: sectionproperties.paddingTop +
|
|
80657
|
-
paddingBottom: sectionproperties.paddingBottom +
|
|
80640
|
+
width: sectionproperties.width + '%',
|
|
80641
|
+
marginTop: sectionproperties.marginTop + 'px',
|
|
80642
|
+
marginBottom: sectionproperties.marginBottom + 'px',
|
|
80643
|
+
paddingLeft: langdetect != 'ar' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
|
|
80644
|
+
paddingRight: langdetect != 'ar' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
|
|
80645
|
+
paddingTop: sectionproperties.paddingTop + 'px',
|
|
80646
|
+
paddingBottom: sectionproperties.paddingBottom + 'px',
|
|
80658
80647
|
background: sectionproperties.backgroundColor,
|
|
80659
|
-
borderBottomLeftRadius: langdetect !=
|
|
80660
|
-
borderBottomRightRadius: langdetect !=
|
|
80661
|
-
borderTopLeftRadius: langdetect !=
|
|
80662
|
-
borderTopRightRadius: langdetect !=
|
|
80648
|
+
borderBottomLeftRadius: langdetect != 'ar' ? sectionproperties.borderBottomLeftRadius + 'px' : sectionproperties.borderBottomRightRadius + 'px',
|
|
80649
|
+
borderBottomRightRadius: langdetect != 'ar' ? sectionproperties.borderBottomRightRadius + 'px' : sectionproperties.borderBottomLeftRadius + 'px',
|
|
80650
|
+
borderTopLeftRadius: langdetect != 'ar' ? sectionproperties.borderTopLeftRadius + 'px' : sectionproperties.borderTopRightRadius + 'px',
|
|
80651
|
+
borderTopRightRadius: langdetect != 'ar' ? sectionproperties.borderTopRightRadius + 'px' : sectionproperties.borderTopLeftRadius + 'px',
|
|
80663
80652
|
borderColor: sectionproperties.sectioncardbordercolor,
|
|
80664
|
-
border: sectionproperties.sectioncardborderwidth +
|
|
80653
|
+
border: sectionproperties.sectioncardborderwidth + 'px solid'
|
|
80665
80654
|
}),
|
|
80666
80655
|
sectionTitle: glamor.css({
|
|
80667
|
-
marginTop: sectionproperties.sectionTitleMarginTop +
|
|
80668
|
-
marginBottom: sectionproperties.sectionTitleMarginBottom +
|
|
80656
|
+
marginTop: sectionproperties.sectionTitleMarginTop + 'px',
|
|
80657
|
+
marginBottom: sectionproperties.sectionTitleMarginBottom + 'px',
|
|
80669
80658
|
fontWeight: sectionproperties.sectionTitleFontWeight,
|
|
80670
80659
|
color: sectionproperties.sectionTitleColor
|
|
80671
80660
|
}),
|
|
80672
80661
|
description: glamor.css({
|
|
80673
80662
|
fontWeight: sectionproperties.prodCatFontWeight,
|
|
80674
80663
|
color: sectionproperties.prodCatColor,
|
|
80675
|
-
marginBottom: sectionproperties.descriptionMarginBottom +
|
|
80664
|
+
marginBottom: sectionproperties.descriptionMarginBottom + 'px'
|
|
80676
80665
|
}),
|
|
80677
80666
|
iconContainer: glamor.css({
|
|
80678
|
-
width: sectionproperties.iconcontainerwidth +
|
|
80679
|
-
height: sectionproperties.iconcontainerheight +
|
|
80680
|
-
border: sectionproperties.iconcontainer_borderWidth +
|
|
80681
|
-
borderRadius: sectionproperties.iconcontainerborderbl +
|
|
80667
|
+
width: sectionproperties.iconcontainerwidth + 'vh',
|
|
80668
|
+
height: sectionproperties.iconcontainerheight + 'vh',
|
|
80669
|
+
border: sectionproperties.iconcontainer_borderWidth + 'px solid ' + sectionproperties.iconcontainer_bordercolor,
|
|
80670
|
+
borderRadius: sectionproperties.iconcontainerborderbl + 'px',
|
|
80682
80671
|
background: sectionproperties.iconcontainerbg,
|
|
80683
80672
|
color: sectionproperties.iconcontainercolor,
|
|
80684
|
-
marginBottom:
|
|
80685
|
-
transition:
|
|
80686
|
-
|
|
80673
|
+
marginBottom: '10px',
|
|
80674
|
+
transition: '.3s',
|
|
80675
|
+
':hover': {
|
|
80687
80676
|
color: sectionproperties.iconcontainercoloronhover
|
|
80688
80677
|
}
|
|
80689
80678
|
}),
|
|
80690
80679
|
storeinfotitle: glamor.css({
|
|
80691
|
-
fontSize: sectionproperties.footerinfotext_secondaryfontsize +
|
|
80680
|
+
fontSize: sectionproperties.footerinfotext_secondaryfontsize + 'px',
|
|
80692
80681
|
fontWeight: sectionproperties.footerinfotext_secondaryfontweight,
|
|
80693
80682
|
color: sectionproperties.footerinfotext_secondarycolor,
|
|
80694
|
-
marginBottom:
|
|
80683
|
+
marginBottom: '10px'
|
|
80695
80684
|
}),
|
|
80696
80685
|
storeinfo: glamor.css({
|
|
80697
|
-
cursor:
|
|
80698
|
-
fontSize: sectionproperties.footerinfotext_fontsize +
|
|
80686
|
+
cursor: 'pointer',
|
|
80687
|
+
fontSize: sectionproperties.footerinfotext_fontsize + 'px',
|
|
80699
80688
|
color: sectionproperties.footerinfotext_color,
|
|
80700
80689
|
fontWeight: sectionproperties.footerinfotext_fontweight,
|
|
80701
|
-
transition:
|
|
80702
|
-
|
|
80690
|
+
transition: '.3s',
|
|
80691
|
+
':hover .storeinfo': {
|
|
80703
80692
|
color: sectionproperties.footerinfotext_coloronhover,
|
|
80704
|
-
transition:
|
|
80693
|
+
transition: '.3s'
|
|
80705
80694
|
},
|
|
80706
|
-
|
|
80695
|
+
':hover .storeinfoicon': {
|
|
80707
80696
|
backgroundColor: sectionproperties.iconcontainerbgonhover,
|
|
80708
|
-
transition:
|
|
80697
|
+
transition: '.3s'
|
|
80709
80698
|
}
|
|
80710
80699
|
}),
|
|
80711
80700
|
innerSection: {
|
|
80712
80701
|
backgroundColor: sectionproperties.reservation_bgcolor,
|
|
80713
|
-
borderRadius: sectionproperties.reservation_borderradius +
|
|
80714
|
-
paddingTop: sectionproperties.reservation_padding_top +
|
|
80715
|
-
paddingBottom: sectionproperties.reservation_padding_bottom +
|
|
80716
|
-
paddingRight: langdetect !=
|
|
80717
|
-
paddingLeft: langdetect !=
|
|
80718
|
-
border: sectionproperties.innersectionborderWidth +
|
|
80719
|
-
boxShadow:
|
|
80702
|
+
borderRadius: sectionproperties.reservation_borderradius + 'px',
|
|
80703
|
+
paddingTop: sectionproperties.reservation_padding_top + 'px',
|
|
80704
|
+
paddingBottom: sectionproperties.reservation_padding_bottom + 'px',
|
|
80705
|
+
paddingRight: langdetect != 'ar' ? sectionproperties.reservation_padding_right + 'px' : sectionproperties.reservation_padding_left + 'px',
|
|
80706
|
+
paddingLeft: langdetect != 'ar' ? sectionproperties.reservation_padding_left + 'px' : sectionproperties.reservation_padding_right + 'px',
|
|
80707
|
+
border: sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor,
|
|
80708
|
+
boxShadow: '0 0 10px ' + sectionproperties.innersectionshadowcolor
|
|
80720
80709
|
}
|
|
80721
80710
|
};
|
|
80722
80711
|
var SectionTitle = function SectionTitle() {
|
|
80723
80712
|
return /*#__PURE__*/React__default["default"].createElement("p", {
|
|
80724
|
-
"class": sectionproperties.sectiontitlefontfamily ==
|
|
80713
|
+
"class": sectionproperties.sectiontitlefontfamily == 'Pacifico' ? section_styles.sectionTitle + ' PacificoFont p-0 wordbreak ' : sectionproperties.sectiontitlefontfamily == 'Playfair' ? section_styles.sectionTitle + ' PlayfairFont p-0 wordbreak ' : sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? section_styles.sectionTitle + ' GreatvibesFont p-0 wordbreak ' : sectionproperties.sectiontitlefontfamily == 'Quicksand' ? section_styles.sectionTitle + ' QuicksandFont p-0 wordbreak ' : sectionproperties.sectiontitlefontfamily == 'Satisfy' ? section_styles.sectionTitle + ' SatisfyFont p-0 wordbreak ' : section_styles.sectionTitle + ' p-0 wordbreak ',
|
|
80725
80714
|
style: {
|
|
80726
|
-
textAlign: sectionproperties.sectiontitleposition ==
|
|
80715
|
+
textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : ''
|
|
80727
80716
|
}
|
|
80728
80717
|
}, sectionproperties["sectionTitleContent_".concat(langdetect)] || sectionproperties.sectionTitleContent);
|
|
80729
80718
|
};
|
|
80730
80719
|
var Description = function Description() {
|
|
80731
80720
|
return /*#__PURE__*/React__default["default"].createElement("p", {
|
|
80732
|
-
"class": sectionproperties.descFontFamily ==
|
|
80721
|
+
"class": sectionproperties.descFontFamily == 'Pacifico' ? section_styles.description + ' PacificoFont p-0 wordbreak ' : sectionproperties.descFontFamily == 'Playfair' ? section_styles.description + ' PlayfairFont p-0 wordbreak ' : sectionproperties.descFontFamily == 'Great Vibes' ? section_styles.description + ' GreatvibesFont p-0 wordbreak ' : sectionproperties.descFontFamily == 'Quicksand' ? section_styles.description + ' QuicksandFont p-0 wordbreak ' : sectionproperties.descFontFamily == 'Satisfy' ? section_styles.description + ' SatisfyFont p-0 wordbreak ' : section_styles.description + ' p-0 wordbreak ',
|
|
80733
80722
|
style: {
|
|
80734
|
-
textAlign: sectionproperties.sectiontitleposition ==
|
|
80723
|
+
textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : ''
|
|
80735
80724
|
}
|
|
80736
|
-
},
|
|
80725
|
+
}, sectionproperties["descriptionContent".concat(langdetect)] || sectionproperties.descriptionContentEn);
|
|
80737
80726
|
};
|
|
80738
80727
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
80739
|
-
"class": section_styles.cards_sections +
|
|
80740
|
-
}, sectionproperties.sectiontitleshow ==
|
|
80728
|
+
"class": section_styles.cards_sections + ' row m-0 d-flex align-items-center pl-md-3 pr-md-3 px-1025-1 w-md-100 '
|
|
80729
|
+
}, sectionproperties.sectiontitleshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
80741
80730
|
"class": "col-lg-12 p-0 d-flex d-sm-none align-items-center",
|
|
80742
80731
|
style: {
|
|
80743
|
-
justifyContent: sectionproperties.sectiontitleposition ==
|
|
80744
|
-
fontSize: sectionproperties.sectionTitleFontSize +
|
|
80732
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
80733
|
+
fontSize: sectionproperties.sectionTitleFontSize + 'px'
|
|
80745
80734
|
}
|
|
80746
|
-
}, SectionTitle()), sectionproperties.sectiontitleshow ==
|
|
80735
|
+
}, SectionTitle()), sectionproperties.sectiontitleshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
80747
80736
|
"class": "col-lg-12 p-0 d-none d-sm-flex align-items-center ",
|
|
80748
80737
|
style: {
|
|
80749
|
-
justifyContent: sectionproperties.sectiontitleposition ==
|
|
80750
|
-
fontSize: sectionproperties.sectionTitleFontSizeresp +
|
|
80738
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
80739
|
+
fontSize: sectionproperties.sectionTitleFontSizeresp + 'px'
|
|
80751
80740
|
}
|
|
80752
|
-
}, SectionTitle()), sectionproperties.prodCatShow ==
|
|
80741
|
+
}, SectionTitle()), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
80753
80742
|
"class": "col-lg-12 p-0 d-flex d-sm-none align-items-center",
|
|
80754
80743
|
style: {
|
|
80755
|
-
justifyContent: sectionproperties.sectiontitleposition ==
|
|
80756
|
-
fontSize: sectionproperties.prodCatFontSize +
|
|
80744
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
80745
|
+
fontSize: sectionproperties.prodCatFontSize + 'px'
|
|
80757
80746
|
}
|
|
80758
|
-
}, Description()), sectionproperties.prodCatShow ==
|
|
80747
|
+
}, Description()), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
80759
80748
|
"class": "col-lg-12 p-0 d-none d-sm-flex align-items-center",
|
|
80760
80749
|
style: {
|
|
80761
|
-
justifyContent: sectionproperties.sectiontitleposition ==
|
|
80762
|
-
fontSize: sectionproperties.prodCatFontSizeResp +
|
|
80750
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
80751
|
+
fontSize: sectionproperties.prodCatFontSizeResp + 'px'
|
|
80763
80752
|
}
|
|
80764
80753
|
}, Description()), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
80765
80754
|
"class": "col-lg-12 p-0"
|
|
80766
80755
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
80767
80756
|
"class": "row m-0 w-100 allcentered"
|
|
80768
|
-
}, sectionproperties.showfooteremail ==
|
|
80769
|
-
"class":
|
|
80757
|
+
}, sectionproperties.showfooteremail == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
80758
|
+
"class": ' col-lg-3 col-md-6 col-sm-12 allcentered mb-md-5 '
|
|
80770
80759
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
80771
80760
|
"class": "row m-0 w-100 allcentered"
|
|
80772
80761
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
80773
|
-
"class": section_styles.innerSection +
|
|
80762
|
+
"class": section_styles.innerSection + ' m-0 w-100 d-flex flex-column ',
|
|
80774
80763
|
style: {
|
|
80775
80764
|
backgroundColor: sectionproperties.reservation_bgcolor,
|
|
80776
|
-
borderRadius: sectionproperties.reservation_borderradius +
|
|
80777
|
-
paddingTop: sectionproperties.reservation_padding_top +
|
|
80778
|
-
paddingBottom: sectionproperties.reservation_padding_bottom +
|
|
80779
|
-
paddingRight: langdetect !=
|
|
80780
|
-
paddingLeft: langdetect !=
|
|
80781
|
-
border: sectionproperties.innersectionborderWidth +
|
|
80782
|
-
boxShadow:
|
|
80765
|
+
borderRadius: sectionproperties.reservation_borderradius + 'px',
|
|
80766
|
+
paddingTop: sectionproperties.reservation_padding_top + 'px',
|
|
80767
|
+
paddingBottom: sectionproperties.reservation_padding_bottom + 'px',
|
|
80768
|
+
paddingRight: langdetect != 'ar' ? sectionproperties.reservation_padding_right + 'px' : sectionproperties.reservation_padding_left + 'px',
|
|
80769
|
+
paddingLeft: langdetect != 'ar' ? sectionproperties.reservation_padding_left + 'px' : sectionproperties.reservation_padding_right + 'px',
|
|
80770
|
+
border: sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor,
|
|
80771
|
+
boxShadow: '0 0 10px ' + sectionproperties.innersectionshadowcolor
|
|
80783
80772
|
}
|
|
80784
80773
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
80785
|
-
"class": section_styles.storeinfo +
|
|
80774
|
+
"class": section_styles.storeinfo + ' m-0 p-0 allcentered flex-column ',
|
|
80786
80775
|
onClick: function onClick() {
|
|
80787
80776
|
var _authdetailsContext$i;
|
|
80788
|
-
window.open(
|
|
80777
|
+
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 || (_authdetailsContext$i = _authdetailsContext$i.contactinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.email), '_self');
|
|
80789
80778
|
}
|
|
80790
80779
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
80791
|
-
"class": section_styles.iconContainer +
|
|
80780
|
+
"class": section_styles.iconContainer + ' storeinfoicon '
|
|
80792
80781
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
80793
80782
|
"class": "h-100 allcentered"
|
|
80794
80783
|
}, /*#__PURE__*/React__default["default"].createElement(AiOutlineMail.AiOutlineMail, {
|
|
@@ -80796,33 +80785,33 @@ var HorizontalContactUsSection = function HorizontalContactUsSection(props) {
|
|
|
80796
80785
|
}))), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
80797
80786
|
"class": section_styles.storeinfotitle,
|
|
80798
80787
|
style: {
|
|
80799
|
-
textAlign: langdetect !=
|
|
80788
|
+
textAlign: langdetect != 'ar' ? 'left' : 'right'
|
|
80800
80789
|
}
|
|
80801
80790
|
}, sectionproperties["emailtitle_".concat(langdetect)] || sectionproperties.emailtitle_en), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
80802
80791
|
"class": "storeinfo"
|
|
80803
|
-
}, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 || (_authdetailsContext$i2 = _authdetailsContext$i2.contactinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.email))))), sectionproperties.showfooterphonenumber ==
|
|
80792
|
+
}, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 || (_authdetailsContext$i2 = _authdetailsContext$i2.contactinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.email))))), sectionproperties.showfooterphonenumber == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
80804
80793
|
"class": "col-lg-3 col-md-6 col-sm-12 allcentered mb-md-5"
|
|
80805
80794
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
80806
80795
|
"class": "row m-0 w-100 allcentered"
|
|
80807
80796
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
80808
|
-
"class": section_styles.innerSection +
|
|
80797
|
+
"class": section_styles.innerSection + ' m-0 w-100 d-flex flex-column ',
|
|
80809
80798
|
style: {
|
|
80810
80799
|
backgroundColor: sectionproperties.reservation_bgcolor,
|
|
80811
|
-
borderRadius: sectionproperties.reservation_borderradius +
|
|
80812
|
-
paddingTop: sectionproperties.reservation_padding_top +
|
|
80813
|
-
paddingBottom: sectionproperties.reservation_padding_bottom +
|
|
80814
|
-
paddingRight: langdetect !=
|
|
80815
|
-
paddingLeft: langdetect !=
|
|
80816
|
-
border: sectionproperties.innersectionborderWidth +
|
|
80817
|
-
boxShadow:
|
|
80800
|
+
borderRadius: sectionproperties.reservation_borderradius + 'px',
|
|
80801
|
+
paddingTop: sectionproperties.reservation_padding_top + 'px',
|
|
80802
|
+
paddingBottom: sectionproperties.reservation_padding_bottom + 'px',
|
|
80803
|
+
paddingRight: langdetect != 'ar' ? sectionproperties.reservation_padding_right + 'px' : sectionproperties.reservation_padding_left + 'px',
|
|
80804
|
+
paddingLeft: langdetect != 'ar' ? sectionproperties.reservation_padding_left + 'px' : sectionproperties.reservation_padding_right + 'px',
|
|
80805
|
+
border: sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor,
|
|
80806
|
+
boxShadow: '0 0 10px ' + sectionproperties.innersectionshadowcolor
|
|
80818
80807
|
}
|
|
80819
80808
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
80820
|
-
"class": section_styles.storeinfo +
|
|
80809
|
+
"class": section_styles.storeinfo + ' m-0 p-0 allcentered flex-column ',
|
|
80821
80810
|
onClick: function onClick() {
|
|
80822
|
-
window.open(
|
|
80811
|
+
window.open('tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber), '_blank');
|
|
80823
80812
|
}
|
|
80824
80813
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
80825
|
-
"class": section_styles.iconContainer +
|
|
80814
|
+
"class": section_styles.iconContainer + ' allcentered storeinfoicon '
|
|
80826
80815
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
80827
80816
|
"class": "h-100 allcentered"
|
|
80828
80817
|
}, /*#__PURE__*/React__default["default"].createElement(FiPhoneCall.FiPhoneCall, {
|
|
@@ -80831,33 +80820,33 @@ var HorizontalContactUsSection = function HorizontalContactUsSection(props) {
|
|
|
80831
80820
|
"class": section_styles.storeinfotitle
|
|
80832
80821
|
}, sectionproperties["phonetitle_".concat(langdetect)] || sectionproperties.phonetitle_en), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
80833
80822
|
"class": "storeinfo allcentered"
|
|
80834
|
-
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber))))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.whatsappnumber) != null && sectionproperties.showwhatsapp ==
|
|
80823
|
+
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber))))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.whatsappnumber) != null && sectionproperties.showwhatsapp == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
80835
80824
|
"class": "col-lg-3 col-md-6 col-sm-12 allcentered mb-md-5 "
|
|
80836
80825
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
80837
80826
|
"class": "row m-0 w-100 allcentered"
|
|
80838
80827
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
80839
|
-
"class": section_styles.innerSection +
|
|
80828
|
+
"class": section_styles.innerSection + ' m-0 w-100 d-flex flex-column ',
|
|
80840
80829
|
style: {
|
|
80841
80830
|
backgroundColor: sectionproperties.reservation_bgcolor,
|
|
80842
|
-
borderRadius: sectionproperties.reservation_borderradius +
|
|
80843
|
-
paddingTop: sectionproperties.reservation_padding_top +
|
|
80844
|
-
paddingBottom: sectionproperties.reservation_padding_bottom +
|
|
80845
|
-
paddingRight: langdetect !=
|
|
80846
|
-
paddingLeft: langdetect !=
|
|
80847
|
-
border: sectionproperties.innersectionborderWidth +
|
|
80848
|
-
boxShadow:
|
|
80831
|
+
borderRadius: sectionproperties.reservation_borderradius + 'px',
|
|
80832
|
+
paddingTop: sectionproperties.reservation_padding_top + 'px',
|
|
80833
|
+
paddingBottom: sectionproperties.reservation_padding_bottom + 'px',
|
|
80834
|
+
paddingRight: langdetect != 'ar' ? sectionproperties.reservation_padding_right + 'px' : sectionproperties.reservation_padding_left + 'px',
|
|
80835
|
+
paddingLeft: langdetect != 'ar' ? sectionproperties.reservation_padding_left + 'px' : sectionproperties.reservation_padding_right + 'px',
|
|
80836
|
+
border: sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor,
|
|
80837
|
+
boxShadow: '0 0 10px ' + sectionproperties.innersectionshadowcolor
|
|
80849
80838
|
}
|
|
80850
80839
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
80851
|
-
"class": section_styles.storeinfo +
|
|
80840
|
+
"class": section_styles.storeinfo + ' m-0 p-0 allcentered flex-column ',
|
|
80852
80841
|
onClick: function onClick() {
|
|
80853
80842
|
var _authdetailsContext$i4;
|
|
80854
80843
|
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.whatsappnumber) != null) {
|
|
80855
80844
|
var _authdetailsContext$i5;
|
|
80856
|
-
window.open(
|
|
80845
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.whatsappnumber), '_blank');
|
|
80857
80846
|
}
|
|
80858
80847
|
}
|
|
80859
80848
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
80860
|
-
"class": section_styles.iconContainer +
|
|
80849
|
+
"class": section_styles.iconContainer + ' storeinfoicon '
|
|
80861
80850
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
80862
80851
|
"class": "h-100 allcentered"
|
|
80863
80852
|
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
@@ -80865,34 +80854,34 @@ var HorizontalContactUsSection = function HorizontalContactUsSection(props) {
|
|
|
80865
80854
|
}))), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
80866
80855
|
"class": section_styles.storeinfotitle,
|
|
80867
80856
|
style: {
|
|
80868
|
-
textAlign: langdetect !=
|
|
80857
|
+
textAlign: langdetect != 'ar' ? 'left' : 'right'
|
|
80869
80858
|
}
|
|
80870
80859
|
}, sectionproperties["whatsapptitle_".concat(langdetect)] || sectionproperties.whatsapptitle_en), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
80871
80860
|
"class": "storeinfo"
|
|
80872
|
-
}, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.whatsappnumber))))), sectionproperties.showfooteraddress ==
|
|
80861
|
+
}, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.whatsappnumber))))), sectionproperties.showfooteraddress == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
80873
80862
|
"class": "col-lg-3 col-md-6 col-sm-12 allcentered mb-md-5 "
|
|
80874
80863
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
80875
80864
|
"class": "row m-0 w-100 allcentered"
|
|
80876
80865
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
80877
|
-
"class": section_styles.innerSection +
|
|
80866
|
+
"class": section_styles.innerSection + ' m-0 w-100 d-flex flex-column ',
|
|
80878
80867
|
style: {
|
|
80879
80868
|
backgroundColor: sectionproperties.reservation_bgcolor,
|
|
80880
|
-
borderRadius: sectionproperties.reservation_borderradius +
|
|
80881
|
-
paddingTop: sectionproperties.reservation_padding_top +
|
|
80882
|
-
paddingBottom: sectionproperties.reservation_padding_bottom +
|
|
80883
|
-
paddingRight: langdetect !=
|
|
80884
|
-
paddingLeft: langdetect !=
|
|
80885
|
-
border: sectionproperties.innersectionborderWidth +
|
|
80886
|
-
boxShadow:
|
|
80869
|
+
borderRadius: sectionproperties.reservation_borderradius + 'px',
|
|
80870
|
+
paddingTop: sectionproperties.reservation_padding_top + 'px',
|
|
80871
|
+
paddingBottom: sectionproperties.reservation_padding_bottom + 'px',
|
|
80872
|
+
paddingRight: langdetect != 'ar' ? sectionproperties.reservation_padding_right + 'px' : sectionproperties.reservation_padding_left + 'px',
|
|
80873
|
+
paddingLeft: langdetect != 'ar' ? sectionproperties.reservation_padding_left + 'px' : sectionproperties.reservation_padding_right + 'px',
|
|
80874
|
+
border: sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor,
|
|
80875
|
+
boxShadow: '0 0 10px ' + sectionproperties.innersectionshadowcolor
|
|
80887
80876
|
}
|
|
80888
80877
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
80889
|
-
"class": section_styles.storeinfo +
|
|
80878
|
+
"class": section_styles.storeinfo + ' m-0 p-0 allcentered flex-column ',
|
|
80890
80879
|
onClick: function onClick() {
|
|
80891
80880
|
var _authdetailsContext$i7;
|
|
80892
80881
|
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.googlemapslink);
|
|
80893
80882
|
}
|
|
80894
80883
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
80895
|
-
"class": section_styles.iconContainer +
|
|
80884
|
+
"class": section_styles.iconContainer + ' storeinfoicon '
|
|
80896
80885
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
80897
80886
|
"class": "h-100 allcentered"
|
|
80898
80887
|
}, /*#__PURE__*/React__default["default"].createElement(HiOutlineLocationMarker.HiOutlineLocationMarker, {
|
|
@@ -80900,7 +80889,7 @@ var HorizontalContactUsSection = function HorizontalContactUsSection(props) {
|
|
|
80900
80889
|
}))), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
80901
80890
|
"class": section_styles.storeinfotitle,
|
|
80902
80891
|
style: {
|
|
80903
|
-
textAlign: langdetect !=
|
|
80892
|
+
textAlign: langdetect != 'ar' ? 'left' : 'right'
|
|
80904
80893
|
}
|
|
80905
80894
|
}, sectionproperties["addresstitle_".concat(langdetect)] || sectionproperties.addresstitle_en), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
80906
80895
|
"class": "storeinfo"
|