tabexseriescomponents 0.0.86 → 0.0.87
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 +93 -24
- package/dist/index.esm.js +93 -24
- package/dist/index.umd.js +93 -24
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -1392,8 +1392,8 @@ var Productinfo = function Productinfo(props) {
|
|
|
1392
1392
|
}, !fetchProductInfoQueryContext.isFetching && fetchProductInfoQueryContext.isSuccess && fetchProductInfoQueryContext.data.data.productinfo != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1393
1393
|
className: 'row m-0 w-100 pl-md-3 pr-md-3 p-sm-0',
|
|
1394
1394
|
style: {
|
|
1395
|
-
paddingLeft: props.srcfromprops
|
|
1396
|
-
paddingRight: props.srcfromprops
|
|
1395
|
+
paddingLeft: props.srcfromprops == 'Productinfomodel' ? langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px' : 0,
|
|
1396
|
+
paddingRight: props.srcfromprops == 'Productinfomodel' ? langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px' : 0
|
|
1397
1397
|
}
|
|
1398
1398
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1399
1399
|
className: "col-lg-9 pl-2 pr-2 mb-md-3"
|
|
@@ -10117,7 +10117,7 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
10117
10117
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
10118
10118
|
"class": sectionproperties.sectiontitleposition == 'Centered' ? 'col-lg-12 d-flex justify-content-center mb-md-0' : 'col-lg-12 d-flex justify-content-md-center mb-md-0'
|
|
10119
10119
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
10120
|
-
"class": sectionproperties.sectiontitlefontfamily == 'Pacifico' ? "".concat(section_cssstyles.sectiontitlespan) + ' PacificoFont mb-auto mb-0 pb-0 font-sm-18
|
|
10120
|
+
"class": sectionproperties.sectiontitlefontfamily == 'Pacifico' ? "".concat(section_cssstyles.sectiontitlespan) + ' PacificoFont mb-auto mb-0 pb-0 font-sm-18 wordbreak d-flex align-items-center justify-content-start justify-content-md-center ' : sectionproperties.sectiontitlefontfamily == 'Playfair' ? "".concat(section_cssstyles.sectiontitlespan) + ' PlayfairFont mb-auto mb-0 pb-0 font-sm-18 wordbreak d-flex align-items-center justify-content-start justify-content-md-center ' : sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? "".concat(section_cssstyles.sectiontitlespan) + ' GreatvibesFont mb-auto mb-0 pb-0 font-sm-18 wordbreak d-flex align-items-center justify-content-start justify-content-md-center' : sectionproperties.sectiontitlefontfamily == 'Quicksand' ? ' QuicksandFont mb-auto mb-0 pb-0 font-sm-18 wordbreak d-flex align-items-center justify-content-start justify-content-md-center ' : sectionproperties.sectiontitlefontfamily == 'Satisfy' ? ' SatisfyFont mb-auto mb-0 pb-0 font-sm-18 wordbreak d-flex align-items-center justify-content-start justify-content-md-center ' : "".concat(section_cssstyles.sectiontitlespan) + ' mb-auto mb-0 pb-0 font-sm-18 wordbreak d-flex align-items-center justify-content-start justify-content-md-center ',
|
|
10121
10121
|
style: {
|
|
10122
10122
|
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
10123
10123
|
color: sectionproperties.sectionTitleColor,
|
|
@@ -10135,10 +10135,11 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
10135
10135
|
style: {
|
|
10136
10136
|
fontSize: sectionproperties.prodCatFontSize + 'px',
|
|
10137
10137
|
color: sectionproperties.prodCatColor,
|
|
10138
|
-
fontWeight: sectionproperties.prodCatFontWeight
|
|
10138
|
+
fontWeight: sectionproperties.prodCatFontWeight,
|
|
10139
|
+
textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
10139
10140
|
}
|
|
10140
10141
|
}, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), sectionproperties.viewmorebtnshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
10141
|
-
"class": sectionproperties.sectiontitleposition == 'Centered' ? 'col-lg-12 mb-md-
|
|
10142
|
+
"class": sectionproperties.sectiontitleposition == 'Centered' ? 'col-lg-12 mb-md-3 mt-md-3 d-flex align-items-center justify-content-center' : 'col-lg-12 mb-md-3 mt-md-3 d-flex align-items-center justify-content-start justify-content-md-center'
|
|
10142
10143
|
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
10143
10144
|
"class": "".concat(section_cssstyles.viewmorebtn) + ' allcentered ',
|
|
10144
10145
|
onClick: function onClick() {
|
|
@@ -10188,7 +10189,7 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
10188
10189
|
}, /*#__PURE__*/React__default["default"].createElement(reactHorizontalScrollingMenu.ScrollMenu, {
|
|
10189
10190
|
transitionBehavior: 'auto',
|
|
10190
10191
|
wrapperClassName: '',
|
|
10191
|
-
itemClassName: item.tabexsectioninfo.sectioncompname == 'Productcard6' ? 'scrollmenuclassnameitemProductcard6' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularhover' ? 'scrollmenuclassnameitemProductcardcircularhover' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg' ? 'scrollmenuclassnameitemProductcard_with_circularbg' : item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition' ? 'scrollmenuclassnameitemCategorycard_with_twolinestransition' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_slideanimation' ? 'scrollmenuclassnameitemProductcard_with_slideanimation' : item.tabexsectioninfo.sectioncompname == 'Categorycard_withtext' ? 'scrollmenuclassnameitemCategorycard_withtext' : item.tabexsectioninfo.sectioncompname == 'Productcard_animatedbuttons' ? 'scrollmenuclassnameitemProductcard_animatedbuttons' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_variants' ? 'scrollmenuclassnameitemProductcard_with_variants' : item.tabexsectioninfo.sectioncompname == 'Productcarddefault' ? 'scrollmenuclassnameitemProductcarddefault' : item.tabexsectioninfo.sectioncompname == 'Simpleproductcard' ? section_cssstyles.scrollmenuclassnameitemSimpleproductcard + ' scrollmenuclassnameitemSimpleproductcard ' : item.tabexsectioninfo.sectioncompname == 'Categorycard_with_trianglebg' ? 'scrollmenuclassnameitemCategorycard_with_trianglebg' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_textonhover' ? 'scrollmenuclassnameitemProductcard_with_textonhover' : item.tabexsectioninfo.sectioncompname == 'Categorycard_slidebgscaled' ? 'scrollmenuclassnameitemCategorycard_slidebgscaled' : item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage' ? 'scrollmenuclassnameitemCategorycard_Categorycard_fullimage' : 'scrollmenuclassnameitem',
|
|
10192
|
+
itemClassName: item.tabexsectioninfo.sectioncompname == 'Productcard6' ? 'scrollmenuclassnameitemProductcard6' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularhover' ? 'scrollmenuclassnameitemProductcardcircularhover' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg' ? 'scrollmenuclassnameitemProductcard_with_circularbg' : item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition' ? 'scrollmenuclassnameitemCategorycard_with_twolinestransition' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_slideanimation' ? 'scrollmenuclassnameitemProductcard_with_slideanimation' : item.tabexsectioninfo.sectioncompname == 'Categorycard_withtext' ? 'scrollmenuclassnameitemCategorycard_withtext' : item.tabexsectioninfo.sectioncompname == 'Productcard_animatedbuttons' ? 'scrollmenuclassnameitemProductcard_animatedbuttons' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_variants' ? 'scrollmenuclassnameitemProductcard_with_variants' : item.tabexsectioninfo.sectioncompname == 'Productcarddefault' ? 'scrollmenuclassnameitemProductcarddefault' : item.tabexsectioninfo.sectioncompname == 'Simpleproductcard' ? section_cssstyles.scrollmenuclassnameitemSimpleproductcard + ' scrollmenuclassnameitemSimpleproductcard ' : item.tabexsectioninfo.sectioncompname == 'Categorycard_with_trianglebg' ? 'scrollmenuclassnameitemCategorycard_with_trianglebg' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_textonhover' ? 'scrollmenuclassnameitemProductcard_with_textonhover' : item.tabexsectioninfo.sectioncompname == 'Categorycard_slidebgscaled' ? 'scrollmenuclassnameitemCategorycard_slidebgscaled' : item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage' ? 'scrollmenuclassnameitemCategorycard_Categorycard_fullimage' : item.tabexsectioninfo.sectioncompname == 'Card20' ? 'scrollmenuclassnameitemCard20' : 'scrollmenuclassnameitem',
|
|
10192
10193
|
scrollContainerClassName: 'scrollmenuclasssubscrollbar'
|
|
10193
10194
|
}, cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
10194
10195
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -10230,7 +10231,7 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
10230
10231
|
zIndex: 2
|
|
10231
10232
|
}
|
|
10232
10233
|
}, sectionproperties.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
10233
|
-
"class": sectionproperties.paddingLeft != 0 && sectionproperties.paddingRight != 0 ? ' row ml-0 mr-0 d-flex justify-content-center w-md-100 h-md-100 w-100
|
|
10234
|
+
"class": sectionproperties.paddingLeft != 0 && sectionproperties.paddingRight != 0 ? ' row ml-0 mr-0 d-flex justify-content-center w-md-100 h-md-100 w-100 pl-0 pr-0 ' : sectionproperties.paddingRight != 0 && langdetect == 'en' ? ' row ml-0 mr-0 d-flex justify-content-center w-md-100 h-md-100 w-100 pr-md-2 pr-sm-2 ' : sectionproperties.paddingRight != 0 && langdetect == 'ar' ? ' row ml-0 mr-0 d-flex justify-content-center w-md-100 h-md-100 w-100 pl-md-2 pl-sm-2 ' : sectionproperties.paddingLeft != 0 && langdetect == 'en' ? ' row ml-0 mr-0 d-flex justify-content-center w-md-100 h-md-100 w-100 pl-md-2 pl-sm-2 ' : sectionproperties.paddingLeft != 0 && langdetect == 'ar' ? ' row ml-0 mr-0 d-flex justify-content-center w-md-100 h-md-100 w-100 pr-md-2 pr-sm-2 ' : ' row ml-0 mr-0 d-flex justify-content-center w-md-100 h-md-100 w-100 justify-content-center ',
|
|
10234
10235
|
style: {
|
|
10235
10236
|
paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
|
|
10236
10237
|
paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
|
|
@@ -14904,7 +14905,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
14904
14905
|
}
|
|
14905
14906
|
}
|
|
14906
14907
|
}, [sectionproperties]);
|
|
14907
|
-
var
|
|
14908
|
+
var sectionStyles = {
|
|
14908
14909
|
imgcontainer: glamor.css({
|
|
14909
14910
|
':before': {
|
|
14910
14911
|
width: '100%',
|
|
@@ -14919,6 +14920,27 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
14919
14920
|
top: 0,
|
|
14920
14921
|
bottom: 0
|
|
14921
14922
|
}
|
|
14923
|
+
}),
|
|
14924
|
+
sectiontitlespan: glamor.css({
|
|
14925
|
+
':after': {
|
|
14926
|
+
height: '5px',
|
|
14927
|
+
width: sectionproperties.sectitle_lineafterwidth + '%',
|
|
14928
|
+
backgroundColor: sectionproperties.linebgcolor
|
|
14929
|
+
}
|
|
14930
|
+
}),
|
|
14931
|
+
line_left: glamor.css({
|
|
14932
|
+
height: '1px',
|
|
14933
|
+
position: 'relative',
|
|
14934
|
+
flex: '1 1 auto',
|
|
14935
|
+
minWidth: '10%',
|
|
14936
|
+
background: sectionproperties.linebgcolor
|
|
14937
|
+
}),
|
|
14938
|
+
line_right: glamor.css({
|
|
14939
|
+
height: '1px',
|
|
14940
|
+
position: 'relative',
|
|
14941
|
+
flex: '1 1 auto',
|
|
14942
|
+
minWidth: '10%',
|
|
14943
|
+
background: sectionproperties.linebgcolor
|
|
14922
14944
|
})
|
|
14923
14945
|
};
|
|
14924
14946
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -14927,7 +14949,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
14927
14949
|
position: 'relative'
|
|
14928
14950
|
}
|
|
14929
14951
|
}, sectionproperties.maincontainerarrayofobjs != undefined && sectionproperties.maincontainerarrayofobjs.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
14930
|
-
"class":
|
|
14952
|
+
"class": sectionStyles.imgcontainer
|
|
14931
14953
|
}, /*#__PURE__*/React__default["default"].createElement(imagekitioReact.IKImage, {
|
|
14932
14954
|
urlEndpoint: IKurlEndpoint,
|
|
14933
14955
|
publicKey: IKpublicKey,
|
|
@@ -14945,7 +14967,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
14945
14967
|
left: 0
|
|
14946
14968
|
}
|
|
14947
14969
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
14948
|
-
"class": "row ml-0 mr-0 w-100 d-flex justify-content-center",
|
|
14970
|
+
"class": "row ml-0 mr-0 w-100 d-flex justify-content-center align-items-stretch pl-md-3 pr-md-3",
|
|
14949
14971
|
style: {
|
|
14950
14972
|
marginTop: sectionproperties.marginTop + 'px',
|
|
14951
14973
|
marginBottom: sectionproperties.marginBottom + 'px',
|
|
@@ -14962,14 +14984,54 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
14962
14984
|
borderLeftWidth: 0,
|
|
14963
14985
|
borderRightWidth: 0
|
|
14964
14986
|
}
|
|
14965
|
-
},
|
|
14987
|
+
}, sectionproperties.sectiontitleshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
14988
|
+
"class": "col-lg-12 allcentered p-0"
|
|
14989
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
14990
|
+
"class": "".concat(generalstyles.sectiontitlecont) + ' col-lg-12 p-0 allcentered pl-md-3 pr-md-3 ',
|
|
14991
|
+
style: {
|
|
14992
|
+
marginTop: sectionproperties.sectionTitleMarginTop + 'px',
|
|
14993
|
+
marginBottom: sectionproperties.sectionTitleMarginBottom + 'px',
|
|
14994
|
+
paddingLeft: langdetect == 'en' ? sectionproperties.sectionTitleMarginLeft + 'px' : sectionproperties.sectionTitleMarginRight + 'px',
|
|
14995
|
+
paddingRight: langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px'
|
|
14996
|
+
}
|
|
14997
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
14998
|
+
"class": "d-flex align-items-center flex-row allcentered",
|
|
14999
|
+
style: {
|
|
15000
|
+
position: 'relative',
|
|
15001
|
+
width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : ''
|
|
15002
|
+
}
|
|
15003
|
+
}, sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
15004
|
+
"class": sectionStyles.line_left
|
|
15005
|
+
}), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
15006
|
+
"class": // font-sm-18 font-md-20
|
|
15007
|
+
sectionproperties.sectiontitlefontfamily == 'Pacifico' ? "".concat(sectionStyles.sectiontitlespan) + ' PacificoFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : sectionproperties.sectiontitlefontfamily == 'Playfair' ? "".concat(sectionStyles.sectiontitlespan) + ' PlayfairFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? "".concat(sectionStyles.sectiontitlespan) + ' GreatvibesFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : sectionproperties.sectiontitlefontfamily == 'Quicksand' ? "".concat(sectionStyles.sectiontitlespan) + ' QuicksandFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : sectionproperties.sectiontitlefontfamily == 'Satisfy' ? "".concat(sectionStyles.sectiontitlespan) + ' SatisfyFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : "".concat(sectionStyles.sectiontitlespan) + ' mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ',
|
|
15008
|
+
style: {
|
|
15009
|
+
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
15010
|
+
color: sectionproperties.sectionTitleColor,
|
|
15011
|
+
fontWeight: sectionproperties.sectionTitleFontWeight,
|
|
15012
|
+
paddingLeft: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0,
|
|
15013
|
+
paddingRight: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0,
|
|
15014
|
+
textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : ''
|
|
15015
|
+
}
|
|
15016
|
+
}, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
15017
|
+
"class": sectionStyles.line_right
|
|
15018
|
+
})))), cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
14966
15019
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
14967
|
-
"class": "col-lg-3 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-md-3",
|
|
15020
|
+
"class": "col-lg-3 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-md-3 align-items-stretch",
|
|
14968
15021
|
style: {
|
|
14969
15022
|
zIndex: 2
|
|
14970
15023
|
}
|
|
14971
15024
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
14972
|
-
"class": "row m-0 w-100"
|
|
15025
|
+
"class": "row m-0 w-100",
|
|
15026
|
+
style: {
|
|
15027
|
+
background: sectionproperties.reservation_bgcolor,
|
|
15028
|
+
paddingTop: sectionproperties.reservation_padding_top + 'px',
|
|
15029
|
+
paddingBottom: sectionproperties.reservation_padding_bottom + 'px',
|
|
15030
|
+
paddingLeft: langdetect == 'en' ? sectionproperties.reservation_padding_left + 'px' : sectionproperties.reservation_padding_right + 'px',
|
|
15031
|
+
paddingRight: langdetect == 'en' ? sectionproperties.reservation_padding_right + 'px' : sectionproperties.reservation_padding_left + 'px',
|
|
15032
|
+
borderRadius: sectionproperties.reservation_borderradius + 'px',
|
|
15033
|
+
border: sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
|
|
15034
|
+
}
|
|
14973
15035
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
14974
15036
|
"class": "col-lg-12 allcentered p-0",
|
|
14975
15037
|
style: {
|
|
@@ -19609,7 +19671,7 @@ var CTAHeader = function CTAHeader(props) {
|
|
|
19609
19671
|
"class": "row m-0 w-100 justify-content-center",
|
|
19610
19672
|
style: {
|
|
19611
19673
|
width: '100vw',
|
|
19612
|
-
zIndex:
|
|
19674
|
+
zIndex: 1000
|
|
19613
19675
|
}
|
|
19614
19676
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19615
19677
|
"class": "col-lg-12 p-0 d-md-none d-sm-none",
|
|
@@ -19617,7 +19679,7 @@ var CTAHeader = function CTAHeader(props) {
|
|
|
19617
19679
|
position: sectionproperties.headerstyles_position
|
|
19618
19680
|
}
|
|
19619
19681
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19620
|
-
"class": header_cssstyles.upperheader + ' row m-0 w-100
|
|
19682
|
+
"class": header_cssstyles.upperheader + ' row m-0 w-100 justify-content-center '
|
|
19621
19683
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19622
19684
|
"class": "col-lg-4 p-0 d-flex align-items-center justify-content-start"
|
|
19623
19685
|
}, sectionproperties.showfooterphonenumber == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -19665,7 +19727,10 @@ var CTAHeader = function CTAHeader(props) {
|
|
|
19665
19727
|
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19666
19728
|
"class": "col-lg-4 p-0 d-flex align-items-center justify-content-end"
|
|
19667
19729
|
}, sectionproperties.searchbar_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19668
|
-
"class": "col-lg-4 p-0 d-flex justify-content-end align-items-center"
|
|
19730
|
+
"class": "col-lg-4 p-0 d-flex justify-content-end align-items-center",
|
|
19731
|
+
onClick: function onClick() {
|
|
19732
|
+
setSearchHeaderInputContext('');
|
|
19733
|
+
}
|
|
19669
19734
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19670
19735
|
"class": "row m-0 w-100 d-flex justify-content-end align-items-center"
|
|
19671
19736
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -19700,7 +19765,8 @@ var CTAHeader = function CTAHeader(props) {
|
|
|
19700
19765
|
"class": "headerdropdownml",
|
|
19701
19766
|
style: {
|
|
19702
19767
|
marginLeft: langdetect == 'en' ? '1.2rem' : 0,
|
|
19703
|
-
marginRight: langdetect == 'ar' ? '1.2rem' : 0
|
|
19768
|
+
marginRight: langdetect == 'ar' ? '1.2rem' : 0,
|
|
19769
|
+
zIndex: 1000
|
|
19704
19770
|
}
|
|
19705
19771
|
}, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, !authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19706
19772
|
"class": "".concat(headerstyles$8.navbar_item) + ' d-flex justify-content-center align-items-center '
|
|
@@ -25914,7 +25980,7 @@ function ownKeys$E(object, enumerableOnly) { var keys = Object.keys(object); if
|
|
|
25914
25980
|
function _objectSpread$E(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$E(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$E(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
25915
25981
|
|
|
25916
25982
|
var SearchFocusedHeader = function SearchFocusedHeader(props) {
|
|
25917
|
-
var _css, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i8, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$
|
|
25983
|
+
var _css, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i8, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$i9, _authdetailsContext$i10, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _fetchcustomercartQue4, _fetchcustomercartQue5, _fetchcustomercartQue6, _authdetailsContext$i11, _authdetailsContext$i12;
|
|
25918
25984
|
|
|
25919
25985
|
var lang = props.actions.lang;
|
|
25920
25986
|
var langdetect = props.actions.langdetect;
|
|
@@ -26483,7 +26549,7 @@ var SearchFocusedHeader = function SearchFocusedHeader(props) {
|
|
|
26483
26549
|
style: {
|
|
26484
26550
|
maxWidth: '60px'
|
|
26485
26551
|
}
|
|
26486
|
-
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
26552
|
+
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$c = authdetailsContext.customerinfo) === null || _authdetailsContext$c === void 0 ? void 0 : _authdetailsContext$c.name)))), !authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Menu, null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
26487
26553
|
onClick: function onClick() {
|
|
26488
26554
|
routingcountext(StaticPagesLinksContext.Login);
|
|
26489
26555
|
}
|
|
@@ -26518,7 +26584,7 @@ var SearchFocusedHeader = function SearchFocusedHeader(props) {
|
|
|
26518
26584
|
onClick: function onClick() {
|
|
26519
26585
|
routingcountext(StaticPagesLinksContext.accountinfo);
|
|
26520
26586
|
}
|
|
26521
|
-
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
26587
|
+
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : (_authdetailsContext$i10 = _authdetailsContext$i9.customerinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.name))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
26522
26588
|
onClick: function onClick() {
|
|
26523
26589
|
routingcountext(StaticPagesLinksContext.Ordershistory);
|
|
26524
26590
|
}
|
|
@@ -26694,7 +26760,7 @@ var SearchFocusedHeader = function SearchFocusedHeader(props) {
|
|
|
26694
26760
|
minWidth: '250px',
|
|
26695
26761
|
marginLeft: '0px'
|
|
26696
26762
|
}
|
|
26697
|
-
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
26763
|
+
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : (_authdetailsContext$i12 = _authdetailsContext$i11.instcollections) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.map(function (item, index) {
|
|
26698
26764
|
return /*#__PURE__*/React__default["default"].createElement("div", null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
26699
26765
|
onClick: function onClick() {
|
|
26700
26766
|
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, item.collectionid);
|
|
@@ -29975,9 +30041,9 @@ var Card20 = function Card20(props) {
|
|
|
29975
30041
|
var langdetect = props.actions.langdetect;
|
|
29976
30042
|
var routingcountext = props.actions.routingcountext;
|
|
29977
30043
|
var StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
|
|
29978
|
-
var addtofavoritescontext = props.addtofavoritescontext;
|
|
29979
|
-
var setShowProductInfoModalContext = props.setShowProductInfoModalContext;
|
|
29980
|
-
var setProductIdProdutInfoModalContext = props.setProductIdProdutInfoModalContext;
|
|
30044
|
+
var addtofavoritescontext = props.actions.addtofavoritescontext;
|
|
30045
|
+
var setShowProductInfoModalContext = props.actions.setShowProductInfoModalContext;
|
|
30046
|
+
var setProductIdProdutInfoModalContext = props.actions.setProductIdProdutInfoModalContext;
|
|
29981
30047
|
|
|
29982
30048
|
var _useState5 = React.useState(props.cardinfoindexprops),
|
|
29983
30049
|
_useState6 = _slicedToArray__default["default"](_useState5, 2);
|
|
@@ -30169,6 +30235,9 @@ var Card20 = function Card20(props) {
|
|
|
30169
30235
|
routingcountext(StaticPagesLinksContext.productinfo, true, item.productid);
|
|
30170
30236
|
}
|
|
30171
30237
|
},
|
|
30238
|
+
style: {
|
|
30239
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
30240
|
+
},
|
|
30172
30241
|
"class": "".concat(cardstyles.productNameStyles) + ' wordbreak wordbreak1 -noellipsis m-0 '
|
|
30173
30242
|
}, item.name), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
30174
30243
|
"class": "".concat(cardstyles.productDescStyles) + ' wordbreak wordbreak1 p-0 ',
|
package/dist/index.esm.js
CHANGED
|
@@ -1349,8 +1349,8 @@ var Productinfo = function Productinfo(props) {
|
|
|
1349
1349
|
}, !fetchProductInfoQueryContext.isFetching && fetchProductInfoQueryContext.isSuccess && fetchProductInfoQueryContext.data.data.productinfo != null && /*#__PURE__*/React.createElement("div", {
|
|
1350
1350
|
className: 'row m-0 w-100 pl-md-3 pr-md-3 p-sm-0',
|
|
1351
1351
|
style: {
|
|
1352
|
-
paddingLeft: props.srcfromprops
|
|
1353
|
-
paddingRight: props.srcfromprops
|
|
1352
|
+
paddingLeft: props.srcfromprops == 'Productinfomodel' ? langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px' : 0,
|
|
1353
|
+
paddingRight: props.srcfromprops == 'Productinfomodel' ? langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px' : 0
|
|
1354
1354
|
}
|
|
1355
1355
|
}, /*#__PURE__*/React.createElement("div", {
|
|
1356
1356
|
className: "col-lg-9 pl-2 pr-2 mb-md-3"
|
|
@@ -10074,7 +10074,7 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
10074
10074
|
}, /*#__PURE__*/React.createElement("div", {
|
|
10075
10075
|
"class": sectionproperties.sectiontitleposition == 'Centered' ? 'col-lg-12 d-flex justify-content-center mb-md-0' : 'col-lg-12 d-flex justify-content-md-center mb-md-0'
|
|
10076
10076
|
}, /*#__PURE__*/React.createElement("p", {
|
|
10077
|
-
"class": sectionproperties.sectiontitlefontfamily == 'Pacifico' ? "".concat(section_cssstyles.sectiontitlespan) + ' PacificoFont mb-auto mb-0 pb-0 font-sm-18
|
|
10077
|
+
"class": sectionproperties.sectiontitlefontfamily == 'Pacifico' ? "".concat(section_cssstyles.sectiontitlespan) + ' PacificoFont mb-auto mb-0 pb-0 font-sm-18 wordbreak d-flex align-items-center justify-content-start justify-content-md-center ' : sectionproperties.sectiontitlefontfamily == 'Playfair' ? "".concat(section_cssstyles.sectiontitlespan) + ' PlayfairFont mb-auto mb-0 pb-0 font-sm-18 wordbreak d-flex align-items-center justify-content-start justify-content-md-center ' : sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? "".concat(section_cssstyles.sectiontitlespan) + ' GreatvibesFont mb-auto mb-0 pb-0 font-sm-18 wordbreak d-flex align-items-center justify-content-start justify-content-md-center' : sectionproperties.sectiontitlefontfamily == 'Quicksand' ? ' QuicksandFont mb-auto mb-0 pb-0 font-sm-18 wordbreak d-flex align-items-center justify-content-start justify-content-md-center ' : sectionproperties.sectiontitlefontfamily == 'Satisfy' ? ' SatisfyFont mb-auto mb-0 pb-0 font-sm-18 wordbreak d-flex align-items-center justify-content-start justify-content-md-center ' : "".concat(section_cssstyles.sectiontitlespan) + ' mb-auto mb-0 pb-0 font-sm-18 wordbreak d-flex align-items-center justify-content-start justify-content-md-center ',
|
|
10078
10078
|
style: {
|
|
10079
10079
|
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
10080
10080
|
color: sectionproperties.sectionTitleColor,
|
|
@@ -10092,10 +10092,11 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
10092
10092
|
style: {
|
|
10093
10093
|
fontSize: sectionproperties.prodCatFontSize + 'px',
|
|
10094
10094
|
color: sectionproperties.prodCatColor,
|
|
10095
|
-
fontWeight: sectionproperties.prodCatFontWeight
|
|
10095
|
+
fontWeight: sectionproperties.prodCatFontWeight,
|
|
10096
|
+
textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
10096
10097
|
}
|
|
10097
10098
|
}, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), sectionproperties.viewmorebtnshow == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
10098
|
-
"class": sectionproperties.sectiontitleposition == 'Centered' ? 'col-lg-12 mb-md-
|
|
10099
|
+
"class": sectionproperties.sectiontitleposition == 'Centered' ? 'col-lg-12 mb-md-3 mt-md-3 d-flex align-items-center justify-content-center' : 'col-lg-12 mb-md-3 mt-md-3 d-flex align-items-center justify-content-start justify-content-md-center'
|
|
10099
10100
|
}, /*#__PURE__*/React.createElement("button", {
|
|
10100
10101
|
"class": "".concat(section_cssstyles.viewmorebtn) + ' allcentered ',
|
|
10101
10102
|
onClick: function onClick() {
|
|
@@ -10145,7 +10146,7 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
10145
10146
|
}, /*#__PURE__*/React.createElement(ScrollMenu, {
|
|
10146
10147
|
transitionBehavior: 'auto',
|
|
10147
10148
|
wrapperClassName: '',
|
|
10148
|
-
itemClassName: item.tabexsectioninfo.sectioncompname == 'Productcard6' ? 'scrollmenuclassnameitemProductcard6' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularhover' ? 'scrollmenuclassnameitemProductcardcircularhover' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg' ? 'scrollmenuclassnameitemProductcard_with_circularbg' : item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition' ? 'scrollmenuclassnameitemCategorycard_with_twolinestransition' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_slideanimation' ? 'scrollmenuclassnameitemProductcard_with_slideanimation' : item.tabexsectioninfo.sectioncompname == 'Categorycard_withtext' ? 'scrollmenuclassnameitemCategorycard_withtext' : item.tabexsectioninfo.sectioncompname == 'Productcard_animatedbuttons' ? 'scrollmenuclassnameitemProductcard_animatedbuttons' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_variants' ? 'scrollmenuclassnameitemProductcard_with_variants' : item.tabexsectioninfo.sectioncompname == 'Productcarddefault' ? 'scrollmenuclassnameitemProductcarddefault' : item.tabexsectioninfo.sectioncompname == 'Simpleproductcard' ? section_cssstyles.scrollmenuclassnameitemSimpleproductcard + ' scrollmenuclassnameitemSimpleproductcard ' : item.tabexsectioninfo.sectioncompname == 'Categorycard_with_trianglebg' ? 'scrollmenuclassnameitemCategorycard_with_trianglebg' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_textonhover' ? 'scrollmenuclassnameitemProductcard_with_textonhover' : item.tabexsectioninfo.sectioncompname == 'Categorycard_slidebgscaled' ? 'scrollmenuclassnameitemCategorycard_slidebgscaled' : item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage' ? 'scrollmenuclassnameitemCategorycard_Categorycard_fullimage' : 'scrollmenuclassnameitem',
|
|
10149
|
+
itemClassName: item.tabexsectioninfo.sectioncompname == 'Productcard6' ? 'scrollmenuclassnameitemProductcard6' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularhover' ? 'scrollmenuclassnameitemProductcardcircularhover' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg' ? 'scrollmenuclassnameitemProductcard_with_circularbg' : item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition' ? 'scrollmenuclassnameitemCategorycard_with_twolinestransition' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_slideanimation' ? 'scrollmenuclassnameitemProductcard_with_slideanimation' : item.tabexsectioninfo.sectioncompname == 'Categorycard_withtext' ? 'scrollmenuclassnameitemCategorycard_withtext' : item.tabexsectioninfo.sectioncompname == 'Productcard_animatedbuttons' ? 'scrollmenuclassnameitemProductcard_animatedbuttons' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_variants' ? 'scrollmenuclassnameitemProductcard_with_variants' : item.tabexsectioninfo.sectioncompname == 'Productcarddefault' ? 'scrollmenuclassnameitemProductcarddefault' : item.tabexsectioninfo.sectioncompname == 'Simpleproductcard' ? section_cssstyles.scrollmenuclassnameitemSimpleproductcard + ' scrollmenuclassnameitemSimpleproductcard ' : item.tabexsectioninfo.sectioncompname == 'Categorycard_with_trianglebg' ? 'scrollmenuclassnameitemCategorycard_with_trianglebg' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_textonhover' ? 'scrollmenuclassnameitemProductcard_with_textonhover' : item.tabexsectioninfo.sectioncompname == 'Categorycard_slidebgscaled' ? 'scrollmenuclassnameitemCategorycard_slidebgscaled' : item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage' ? 'scrollmenuclassnameitemCategorycard_Categorycard_fullimage' : item.tabexsectioninfo.sectioncompname == 'Card20' ? 'scrollmenuclassnameitemCard20' : 'scrollmenuclassnameitem',
|
|
10149
10150
|
scrollContainerClassName: 'scrollmenuclasssubscrollbar'
|
|
10150
10151
|
}, cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
10151
10152
|
return /*#__PURE__*/React.createElement("div", {
|
|
@@ -10187,7 +10188,7 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
10187
10188
|
zIndex: 2
|
|
10188
10189
|
}
|
|
10189
10190
|
}, sectionproperties.length != 0 && /*#__PURE__*/React.createElement("div", {
|
|
10190
|
-
"class": sectionproperties.paddingLeft != 0 && sectionproperties.paddingRight != 0 ? ' row ml-0 mr-0 d-flex justify-content-center w-md-100 h-md-100 w-100
|
|
10191
|
+
"class": sectionproperties.paddingLeft != 0 && sectionproperties.paddingRight != 0 ? ' row ml-0 mr-0 d-flex justify-content-center w-md-100 h-md-100 w-100 pl-0 pr-0 ' : sectionproperties.paddingRight != 0 && langdetect == 'en' ? ' row ml-0 mr-0 d-flex justify-content-center w-md-100 h-md-100 w-100 pr-md-2 pr-sm-2 ' : sectionproperties.paddingRight != 0 && langdetect == 'ar' ? ' row ml-0 mr-0 d-flex justify-content-center w-md-100 h-md-100 w-100 pl-md-2 pl-sm-2 ' : sectionproperties.paddingLeft != 0 && langdetect == 'en' ? ' row ml-0 mr-0 d-flex justify-content-center w-md-100 h-md-100 w-100 pl-md-2 pl-sm-2 ' : sectionproperties.paddingLeft != 0 && langdetect == 'ar' ? ' row ml-0 mr-0 d-flex justify-content-center w-md-100 h-md-100 w-100 pr-md-2 pr-sm-2 ' : ' row ml-0 mr-0 d-flex justify-content-center w-md-100 h-md-100 w-100 justify-content-center ',
|
|
10191
10192
|
style: {
|
|
10192
10193
|
paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
|
|
10193
10194
|
paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
|
|
@@ -14861,7 +14862,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
14861
14862
|
}
|
|
14862
14863
|
}
|
|
14863
14864
|
}, [sectionproperties]);
|
|
14864
|
-
var
|
|
14865
|
+
var sectionStyles = {
|
|
14865
14866
|
imgcontainer: css({
|
|
14866
14867
|
':before': {
|
|
14867
14868
|
width: '100%',
|
|
@@ -14876,6 +14877,27 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
14876
14877
|
top: 0,
|
|
14877
14878
|
bottom: 0
|
|
14878
14879
|
}
|
|
14880
|
+
}),
|
|
14881
|
+
sectiontitlespan: css({
|
|
14882
|
+
':after': {
|
|
14883
|
+
height: '5px',
|
|
14884
|
+
width: sectionproperties.sectitle_lineafterwidth + '%',
|
|
14885
|
+
backgroundColor: sectionproperties.linebgcolor
|
|
14886
|
+
}
|
|
14887
|
+
}),
|
|
14888
|
+
line_left: css({
|
|
14889
|
+
height: '1px',
|
|
14890
|
+
position: 'relative',
|
|
14891
|
+
flex: '1 1 auto',
|
|
14892
|
+
minWidth: '10%',
|
|
14893
|
+
background: sectionproperties.linebgcolor
|
|
14894
|
+
}),
|
|
14895
|
+
line_right: css({
|
|
14896
|
+
height: '1px',
|
|
14897
|
+
position: 'relative',
|
|
14898
|
+
flex: '1 1 auto',
|
|
14899
|
+
minWidth: '10%',
|
|
14900
|
+
background: sectionproperties.linebgcolor
|
|
14879
14901
|
})
|
|
14880
14902
|
};
|
|
14881
14903
|
return /*#__PURE__*/React.createElement("div", {
|
|
@@ -14884,7 +14906,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
14884
14906
|
position: 'relative'
|
|
14885
14907
|
}
|
|
14886
14908
|
}, sectionproperties.maincontainerarrayofobjs != undefined && sectionproperties.maincontainerarrayofobjs.length != 0 && /*#__PURE__*/React.createElement("div", {
|
|
14887
|
-
"class":
|
|
14909
|
+
"class": sectionStyles.imgcontainer
|
|
14888
14910
|
}, /*#__PURE__*/React.createElement(IKImage, {
|
|
14889
14911
|
urlEndpoint: IKurlEndpoint,
|
|
14890
14912
|
publicKey: IKpublicKey,
|
|
@@ -14902,7 +14924,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
14902
14924
|
left: 0
|
|
14903
14925
|
}
|
|
14904
14926
|
})), /*#__PURE__*/React.createElement("div", {
|
|
14905
|
-
"class": "row ml-0 mr-0 w-100 d-flex justify-content-center",
|
|
14927
|
+
"class": "row ml-0 mr-0 w-100 d-flex justify-content-center align-items-stretch pl-md-3 pr-md-3",
|
|
14906
14928
|
style: {
|
|
14907
14929
|
marginTop: sectionproperties.marginTop + 'px',
|
|
14908
14930
|
marginBottom: sectionproperties.marginBottom + 'px',
|
|
@@ -14919,14 +14941,54 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
14919
14941
|
borderLeftWidth: 0,
|
|
14920
14942
|
borderRightWidth: 0
|
|
14921
14943
|
}
|
|
14922
|
-
},
|
|
14944
|
+
}, sectionproperties.sectiontitleshow == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
14945
|
+
"class": "col-lg-12 allcentered p-0"
|
|
14946
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
14947
|
+
"class": "".concat(generalstyles.sectiontitlecont) + ' col-lg-12 p-0 allcentered pl-md-3 pr-md-3 ',
|
|
14948
|
+
style: {
|
|
14949
|
+
marginTop: sectionproperties.sectionTitleMarginTop + 'px',
|
|
14950
|
+
marginBottom: sectionproperties.sectionTitleMarginBottom + 'px',
|
|
14951
|
+
paddingLeft: langdetect == 'en' ? sectionproperties.sectionTitleMarginLeft + 'px' : sectionproperties.sectionTitleMarginRight + 'px',
|
|
14952
|
+
paddingRight: langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px'
|
|
14953
|
+
}
|
|
14954
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
14955
|
+
"class": "d-flex align-items-center flex-row allcentered",
|
|
14956
|
+
style: {
|
|
14957
|
+
position: 'relative',
|
|
14958
|
+
width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : ''
|
|
14959
|
+
}
|
|
14960
|
+
}, sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React.createElement("span", {
|
|
14961
|
+
"class": sectionStyles.line_left
|
|
14962
|
+
}), /*#__PURE__*/React.createElement("p", {
|
|
14963
|
+
"class": // font-sm-18 font-md-20
|
|
14964
|
+
sectionproperties.sectiontitlefontfamily == 'Pacifico' ? "".concat(sectionStyles.sectiontitlespan) + ' PacificoFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : sectionproperties.sectiontitlefontfamily == 'Playfair' ? "".concat(sectionStyles.sectiontitlespan) + ' PlayfairFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? "".concat(sectionStyles.sectiontitlespan) + ' GreatvibesFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : sectionproperties.sectiontitlefontfamily == 'Quicksand' ? "".concat(sectionStyles.sectiontitlespan) + ' QuicksandFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : sectionproperties.sectiontitlefontfamily == 'Satisfy' ? "".concat(sectionStyles.sectiontitlespan) + ' SatisfyFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : "".concat(sectionStyles.sectiontitlespan) + ' mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ',
|
|
14965
|
+
style: {
|
|
14966
|
+
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
14967
|
+
color: sectionproperties.sectionTitleColor,
|
|
14968
|
+
fontWeight: sectionproperties.sectionTitleFontWeight,
|
|
14969
|
+
paddingLeft: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0,
|
|
14970
|
+
paddingRight: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0,
|
|
14971
|
+
textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : ''
|
|
14972
|
+
}
|
|
14973
|
+
}, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React.createElement("span", {
|
|
14974
|
+
"class": sectionStyles.line_right
|
|
14975
|
+
})))), cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
14923
14976
|
return /*#__PURE__*/React.createElement("div", {
|
|
14924
|
-
"class": "col-lg-3 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-md-3",
|
|
14977
|
+
"class": "col-lg-3 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-md-3 align-items-stretch",
|
|
14925
14978
|
style: {
|
|
14926
14979
|
zIndex: 2
|
|
14927
14980
|
}
|
|
14928
14981
|
}, /*#__PURE__*/React.createElement("div", {
|
|
14929
|
-
"class": "row m-0 w-100"
|
|
14982
|
+
"class": "row m-0 w-100",
|
|
14983
|
+
style: {
|
|
14984
|
+
background: sectionproperties.reservation_bgcolor,
|
|
14985
|
+
paddingTop: sectionproperties.reservation_padding_top + 'px',
|
|
14986
|
+
paddingBottom: sectionproperties.reservation_padding_bottom + 'px',
|
|
14987
|
+
paddingLeft: langdetect == 'en' ? sectionproperties.reservation_padding_left + 'px' : sectionproperties.reservation_padding_right + 'px',
|
|
14988
|
+
paddingRight: langdetect == 'en' ? sectionproperties.reservation_padding_right + 'px' : sectionproperties.reservation_padding_left + 'px',
|
|
14989
|
+
borderRadius: sectionproperties.reservation_borderradius + 'px',
|
|
14990
|
+
border: sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
|
|
14991
|
+
}
|
|
14930
14992
|
}, /*#__PURE__*/React.createElement("div", {
|
|
14931
14993
|
"class": "col-lg-12 allcentered p-0",
|
|
14932
14994
|
style: {
|
|
@@ -19566,7 +19628,7 @@ var CTAHeader = function CTAHeader(props) {
|
|
|
19566
19628
|
"class": "row m-0 w-100 justify-content-center",
|
|
19567
19629
|
style: {
|
|
19568
19630
|
width: '100vw',
|
|
19569
|
-
zIndex:
|
|
19631
|
+
zIndex: 1000
|
|
19570
19632
|
}
|
|
19571
19633
|
}, /*#__PURE__*/React.createElement("div", {
|
|
19572
19634
|
"class": "col-lg-12 p-0 d-md-none d-sm-none",
|
|
@@ -19574,7 +19636,7 @@ var CTAHeader = function CTAHeader(props) {
|
|
|
19574
19636
|
position: sectionproperties.headerstyles_position
|
|
19575
19637
|
}
|
|
19576
19638
|
}, /*#__PURE__*/React.createElement("div", {
|
|
19577
|
-
"class": header_cssstyles.upperheader + ' row m-0 w-100
|
|
19639
|
+
"class": header_cssstyles.upperheader + ' row m-0 w-100 justify-content-center '
|
|
19578
19640
|
}, /*#__PURE__*/React.createElement("div", {
|
|
19579
19641
|
"class": "col-lg-4 p-0 d-flex align-items-center justify-content-start"
|
|
19580
19642
|
}, sectionproperties.showfooterphonenumber == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
@@ -19622,7 +19684,10 @@ var CTAHeader = function CTAHeader(props) {
|
|
|
19622
19684
|
}))), /*#__PURE__*/React.createElement("div", {
|
|
19623
19685
|
"class": "col-lg-4 p-0 d-flex align-items-center justify-content-end"
|
|
19624
19686
|
}, sectionproperties.searchbar_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
19625
|
-
"class": "col-lg-4 p-0 d-flex justify-content-end align-items-center"
|
|
19687
|
+
"class": "col-lg-4 p-0 d-flex justify-content-end align-items-center",
|
|
19688
|
+
onClick: function onClick() {
|
|
19689
|
+
setSearchHeaderInputContext('');
|
|
19690
|
+
}
|
|
19626
19691
|
}, /*#__PURE__*/React.createElement("div", {
|
|
19627
19692
|
"class": "row m-0 w-100 d-flex justify-content-end align-items-center"
|
|
19628
19693
|
}, /*#__PURE__*/React.createElement("div", {
|
|
@@ -19657,7 +19722,8 @@ var CTAHeader = function CTAHeader(props) {
|
|
|
19657
19722
|
"class": "headerdropdownml",
|
|
19658
19723
|
style: {
|
|
19659
19724
|
marginLeft: langdetect == 'en' ? '1.2rem' : 0,
|
|
19660
|
-
marginRight: langdetect == 'ar' ? '1.2rem' : 0
|
|
19725
|
+
marginRight: langdetect == 'ar' ? '1.2rem' : 0,
|
|
19726
|
+
zIndex: 1000
|
|
19661
19727
|
}
|
|
19662
19728
|
}, /*#__PURE__*/React.createElement(Dropdown, null, /*#__PURE__*/React.createElement(Dropdown.Toggle, null, !authdetailsContext.loggedin && /*#__PURE__*/React.createElement("div", {
|
|
19663
19729
|
"class": "".concat(headerstyles$8.navbar_item) + ' d-flex justify-content-center align-items-center '
|
|
@@ -25871,7 +25937,7 @@ function ownKeys$E(object, enumerableOnly) { var keys = Object.keys(object); if
|
|
|
25871
25937
|
function _objectSpread$E(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$E(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$E(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
25872
25938
|
|
|
25873
25939
|
var SearchFocusedHeader = function SearchFocusedHeader(props) {
|
|
25874
|
-
var _css, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i8, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$
|
|
25940
|
+
var _css, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i8, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$i9, _authdetailsContext$i10, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _fetchcustomercartQue4, _fetchcustomercartQue5, _fetchcustomercartQue6, _authdetailsContext$i11, _authdetailsContext$i12;
|
|
25875
25941
|
|
|
25876
25942
|
var lang = props.actions.lang;
|
|
25877
25943
|
var langdetect = props.actions.langdetect;
|
|
@@ -26440,7 +26506,7 @@ var SearchFocusedHeader = function SearchFocusedHeader(props) {
|
|
|
26440
26506
|
style: {
|
|
26441
26507
|
maxWidth: '60px'
|
|
26442
26508
|
}
|
|
26443
|
-
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
26509
|
+
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$c = authdetailsContext.customerinfo) === null || _authdetailsContext$c === void 0 ? void 0 : _authdetailsContext$c.name)))), !authdetailsContext.loggedin && /*#__PURE__*/React.createElement(Dropdown.Menu, null, /*#__PURE__*/React.createElement(Dropdown.Item, {
|
|
26444
26510
|
onClick: function onClick() {
|
|
26445
26511
|
routingcountext(StaticPagesLinksContext.Login);
|
|
26446
26512
|
}
|
|
@@ -26475,7 +26541,7 @@ var SearchFocusedHeader = function SearchFocusedHeader(props) {
|
|
|
26475
26541
|
onClick: function onClick() {
|
|
26476
26542
|
routingcountext(StaticPagesLinksContext.accountinfo);
|
|
26477
26543
|
}
|
|
26478
|
-
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
26544
|
+
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : (_authdetailsContext$i10 = _authdetailsContext$i9.customerinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.name))), /*#__PURE__*/React.createElement(Dropdown.Divider, null), /*#__PURE__*/React.createElement(Dropdown.Item, {
|
|
26479
26545
|
onClick: function onClick() {
|
|
26480
26546
|
routingcountext(StaticPagesLinksContext.Ordershistory);
|
|
26481
26547
|
}
|
|
@@ -26651,7 +26717,7 @@ var SearchFocusedHeader = function SearchFocusedHeader(props) {
|
|
|
26651
26717
|
minWidth: '250px',
|
|
26652
26718
|
marginLeft: '0px'
|
|
26653
26719
|
}
|
|
26654
|
-
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
26720
|
+
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : (_authdetailsContext$i12 = _authdetailsContext$i11.instcollections) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.map(function (item, index) {
|
|
26655
26721
|
return /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(Dropdown.Item, {
|
|
26656
26722
|
onClick: function onClick() {
|
|
26657
26723
|
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, item.collectionid);
|
|
@@ -29932,9 +29998,9 @@ var Card20 = function Card20(props) {
|
|
|
29932
29998
|
var langdetect = props.actions.langdetect;
|
|
29933
29999
|
var routingcountext = props.actions.routingcountext;
|
|
29934
30000
|
var StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
|
|
29935
|
-
var addtofavoritescontext = props.addtofavoritescontext;
|
|
29936
|
-
var setShowProductInfoModalContext = props.setShowProductInfoModalContext;
|
|
29937
|
-
var setProductIdProdutInfoModalContext = props.setProductIdProdutInfoModalContext;
|
|
30001
|
+
var addtofavoritescontext = props.actions.addtofavoritescontext;
|
|
30002
|
+
var setShowProductInfoModalContext = props.actions.setShowProductInfoModalContext;
|
|
30003
|
+
var setProductIdProdutInfoModalContext = props.actions.setProductIdProdutInfoModalContext;
|
|
29938
30004
|
|
|
29939
30005
|
var _useState5 = useState(props.cardinfoindexprops),
|
|
29940
30006
|
_useState6 = _slicedToArray(_useState5, 2);
|
|
@@ -30126,6 +30192,9 @@ var Card20 = function Card20(props) {
|
|
|
30126
30192
|
routingcountext(StaticPagesLinksContext.productinfo, true, item.productid);
|
|
30127
30193
|
}
|
|
30128
30194
|
},
|
|
30195
|
+
style: {
|
|
30196
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
30197
|
+
},
|
|
30129
30198
|
"class": "".concat(cardstyles.productNameStyles) + ' wordbreak wordbreak1 -noellipsis m-0 '
|
|
30130
30199
|
}, item.name), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React.createElement("p", {
|
|
30131
30200
|
"class": "".concat(cardstyles.productDescStyles) + ' wordbreak wordbreak1 p-0 ',
|
package/dist/index.umd.js
CHANGED
|
@@ -1332,8 +1332,8 @@
|
|
|
1332
1332
|
}, !fetchProductInfoQueryContext.isFetching && fetchProductInfoQueryContext.isSuccess && fetchProductInfoQueryContext.data.data.productinfo != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1333
1333
|
className: 'row m-0 w-100 pl-md-3 pr-md-3 p-sm-0',
|
|
1334
1334
|
style: {
|
|
1335
|
-
paddingLeft: props.srcfromprops
|
|
1336
|
-
paddingRight: props.srcfromprops
|
|
1335
|
+
paddingLeft: props.srcfromprops == 'Productinfomodel' ? langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px' : 0,
|
|
1336
|
+
paddingRight: props.srcfromprops == 'Productinfomodel' ? langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px' : 0
|
|
1337
1337
|
}
|
|
1338
1338
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1339
1339
|
className: "col-lg-9 pl-2 pr-2 mb-md-3"
|
|
@@ -10057,7 +10057,7 @@
|
|
|
10057
10057
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
10058
10058
|
"class": sectionproperties.sectiontitleposition == 'Centered' ? 'col-lg-12 d-flex justify-content-center mb-md-0' : 'col-lg-12 d-flex justify-content-md-center mb-md-0'
|
|
10059
10059
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
10060
|
-
"class": sectionproperties.sectiontitlefontfamily == 'Pacifico' ? "".concat(section_cssstyles.sectiontitlespan) + ' PacificoFont mb-auto mb-0 pb-0 font-sm-18
|
|
10060
|
+
"class": sectionproperties.sectiontitlefontfamily == 'Pacifico' ? "".concat(section_cssstyles.sectiontitlespan) + ' PacificoFont mb-auto mb-0 pb-0 font-sm-18 wordbreak d-flex align-items-center justify-content-start justify-content-md-center ' : sectionproperties.sectiontitlefontfamily == 'Playfair' ? "".concat(section_cssstyles.sectiontitlespan) + ' PlayfairFont mb-auto mb-0 pb-0 font-sm-18 wordbreak d-flex align-items-center justify-content-start justify-content-md-center ' : sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? "".concat(section_cssstyles.sectiontitlespan) + ' GreatvibesFont mb-auto mb-0 pb-0 font-sm-18 wordbreak d-flex align-items-center justify-content-start justify-content-md-center' : sectionproperties.sectiontitlefontfamily == 'Quicksand' ? ' QuicksandFont mb-auto mb-0 pb-0 font-sm-18 wordbreak d-flex align-items-center justify-content-start justify-content-md-center ' : sectionproperties.sectiontitlefontfamily == 'Satisfy' ? ' SatisfyFont mb-auto mb-0 pb-0 font-sm-18 wordbreak d-flex align-items-center justify-content-start justify-content-md-center ' : "".concat(section_cssstyles.sectiontitlespan) + ' mb-auto mb-0 pb-0 font-sm-18 wordbreak d-flex align-items-center justify-content-start justify-content-md-center ',
|
|
10061
10061
|
style: {
|
|
10062
10062
|
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
10063
10063
|
color: sectionproperties.sectionTitleColor,
|
|
@@ -10075,10 +10075,11 @@
|
|
|
10075
10075
|
style: {
|
|
10076
10076
|
fontSize: sectionproperties.prodCatFontSize + 'px',
|
|
10077
10077
|
color: sectionproperties.prodCatColor,
|
|
10078
|
-
fontWeight: sectionproperties.prodCatFontWeight
|
|
10078
|
+
fontWeight: sectionproperties.prodCatFontWeight,
|
|
10079
|
+
textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
10079
10080
|
}
|
|
10080
10081
|
}, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), sectionproperties.viewmorebtnshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
10081
|
-
"class": sectionproperties.sectiontitleposition == 'Centered' ? 'col-lg-12 mb-md-
|
|
10082
|
+
"class": sectionproperties.sectiontitleposition == 'Centered' ? 'col-lg-12 mb-md-3 mt-md-3 d-flex align-items-center justify-content-center' : 'col-lg-12 mb-md-3 mt-md-3 d-flex align-items-center justify-content-start justify-content-md-center'
|
|
10082
10083
|
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
10083
10084
|
"class": "".concat(section_cssstyles.viewmorebtn) + ' allcentered ',
|
|
10084
10085
|
onClick: function onClick() {
|
|
@@ -10128,7 +10129,7 @@
|
|
|
10128
10129
|
}, /*#__PURE__*/React__default["default"].createElement(reactHorizontalScrollingMenu.ScrollMenu, {
|
|
10129
10130
|
transitionBehavior: 'auto',
|
|
10130
10131
|
wrapperClassName: '',
|
|
10131
|
-
itemClassName: item.tabexsectioninfo.sectioncompname == 'Productcard6' ? 'scrollmenuclassnameitemProductcard6' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularhover' ? 'scrollmenuclassnameitemProductcardcircularhover' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg' ? 'scrollmenuclassnameitemProductcard_with_circularbg' : item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition' ? 'scrollmenuclassnameitemCategorycard_with_twolinestransition' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_slideanimation' ? 'scrollmenuclassnameitemProductcard_with_slideanimation' : item.tabexsectioninfo.sectioncompname == 'Categorycard_withtext' ? 'scrollmenuclassnameitemCategorycard_withtext' : item.tabexsectioninfo.sectioncompname == 'Productcard_animatedbuttons' ? 'scrollmenuclassnameitemProductcard_animatedbuttons' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_variants' ? 'scrollmenuclassnameitemProductcard_with_variants' : item.tabexsectioninfo.sectioncompname == 'Productcarddefault' ? 'scrollmenuclassnameitemProductcarddefault' : item.tabexsectioninfo.sectioncompname == 'Simpleproductcard' ? section_cssstyles.scrollmenuclassnameitemSimpleproductcard + ' scrollmenuclassnameitemSimpleproductcard ' : item.tabexsectioninfo.sectioncompname == 'Categorycard_with_trianglebg' ? 'scrollmenuclassnameitemCategorycard_with_trianglebg' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_textonhover' ? 'scrollmenuclassnameitemProductcard_with_textonhover' : item.tabexsectioninfo.sectioncompname == 'Categorycard_slidebgscaled' ? 'scrollmenuclassnameitemCategorycard_slidebgscaled' : item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage' ? 'scrollmenuclassnameitemCategorycard_Categorycard_fullimage' : 'scrollmenuclassnameitem',
|
|
10132
|
+
itemClassName: item.tabexsectioninfo.sectioncompname == 'Productcard6' ? 'scrollmenuclassnameitemProductcard6' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularhover' ? 'scrollmenuclassnameitemProductcardcircularhover' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg' ? 'scrollmenuclassnameitemProductcard_with_circularbg' : item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition' ? 'scrollmenuclassnameitemCategorycard_with_twolinestransition' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_slideanimation' ? 'scrollmenuclassnameitemProductcard_with_slideanimation' : item.tabexsectioninfo.sectioncompname == 'Categorycard_withtext' ? 'scrollmenuclassnameitemCategorycard_withtext' : item.tabexsectioninfo.sectioncompname == 'Productcard_animatedbuttons' ? 'scrollmenuclassnameitemProductcard_animatedbuttons' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_variants' ? 'scrollmenuclassnameitemProductcard_with_variants' : item.tabexsectioninfo.sectioncompname == 'Productcarddefault' ? 'scrollmenuclassnameitemProductcarddefault' : item.tabexsectioninfo.sectioncompname == 'Simpleproductcard' ? section_cssstyles.scrollmenuclassnameitemSimpleproductcard + ' scrollmenuclassnameitemSimpleproductcard ' : item.tabexsectioninfo.sectioncompname == 'Categorycard_with_trianglebg' ? 'scrollmenuclassnameitemCategorycard_with_trianglebg' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_textonhover' ? 'scrollmenuclassnameitemProductcard_with_textonhover' : item.tabexsectioninfo.sectioncompname == 'Categorycard_slidebgscaled' ? 'scrollmenuclassnameitemCategorycard_slidebgscaled' : item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage' ? 'scrollmenuclassnameitemCategorycard_Categorycard_fullimage' : item.tabexsectioninfo.sectioncompname == 'Card20' ? 'scrollmenuclassnameitemCard20' : 'scrollmenuclassnameitem',
|
|
10132
10133
|
scrollContainerClassName: 'scrollmenuclasssubscrollbar'
|
|
10133
10134
|
}, cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
10134
10135
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -10170,7 +10171,7 @@
|
|
|
10170
10171
|
zIndex: 2
|
|
10171
10172
|
}
|
|
10172
10173
|
}, sectionproperties.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
10173
|
-
"class": sectionproperties.paddingLeft != 0 && sectionproperties.paddingRight != 0 ? ' row ml-0 mr-0 d-flex justify-content-center w-md-100 h-md-100 w-100
|
|
10174
|
+
"class": sectionproperties.paddingLeft != 0 && sectionproperties.paddingRight != 0 ? ' row ml-0 mr-0 d-flex justify-content-center w-md-100 h-md-100 w-100 pl-0 pr-0 ' : sectionproperties.paddingRight != 0 && langdetect == 'en' ? ' row ml-0 mr-0 d-flex justify-content-center w-md-100 h-md-100 w-100 pr-md-2 pr-sm-2 ' : sectionproperties.paddingRight != 0 && langdetect == 'ar' ? ' row ml-0 mr-0 d-flex justify-content-center w-md-100 h-md-100 w-100 pl-md-2 pl-sm-2 ' : sectionproperties.paddingLeft != 0 && langdetect == 'en' ? ' row ml-0 mr-0 d-flex justify-content-center w-md-100 h-md-100 w-100 pl-md-2 pl-sm-2 ' : sectionproperties.paddingLeft != 0 && langdetect == 'ar' ? ' row ml-0 mr-0 d-flex justify-content-center w-md-100 h-md-100 w-100 pr-md-2 pr-sm-2 ' : ' row ml-0 mr-0 d-flex justify-content-center w-md-100 h-md-100 w-100 justify-content-center ',
|
|
10174
10175
|
style: {
|
|
10175
10176
|
paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
|
|
10176
10177
|
paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
|
|
@@ -14844,7 +14845,7 @@
|
|
|
14844
14845
|
}
|
|
14845
14846
|
}
|
|
14846
14847
|
}, [sectionproperties]);
|
|
14847
|
-
var
|
|
14848
|
+
var sectionStyles = {
|
|
14848
14849
|
imgcontainer: glamor.css({
|
|
14849
14850
|
':before': {
|
|
14850
14851
|
width: '100%',
|
|
@@ -14859,6 +14860,27 @@
|
|
|
14859
14860
|
top: 0,
|
|
14860
14861
|
bottom: 0
|
|
14861
14862
|
}
|
|
14863
|
+
}),
|
|
14864
|
+
sectiontitlespan: glamor.css({
|
|
14865
|
+
':after': {
|
|
14866
|
+
height: '5px',
|
|
14867
|
+
width: sectionproperties.sectitle_lineafterwidth + '%',
|
|
14868
|
+
backgroundColor: sectionproperties.linebgcolor
|
|
14869
|
+
}
|
|
14870
|
+
}),
|
|
14871
|
+
line_left: glamor.css({
|
|
14872
|
+
height: '1px',
|
|
14873
|
+
position: 'relative',
|
|
14874
|
+
flex: '1 1 auto',
|
|
14875
|
+
minWidth: '10%',
|
|
14876
|
+
background: sectionproperties.linebgcolor
|
|
14877
|
+
}),
|
|
14878
|
+
line_right: glamor.css({
|
|
14879
|
+
height: '1px',
|
|
14880
|
+
position: 'relative',
|
|
14881
|
+
flex: '1 1 auto',
|
|
14882
|
+
minWidth: '10%',
|
|
14883
|
+
background: sectionproperties.linebgcolor
|
|
14862
14884
|
})
|
|
14863
14885
|
};
|
|
14864
14886
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -14867,7 +14889,7 @@
|
|
|
14867
14889
|
position: 'relative'
|
|
14868
14890
|
}
|
|
14869
14891
|
}, sectionproperties.maincontainerarrayofobjs != undefined && sectionproperties.maincontainerarrayofobjs.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
14870
|
-
"class":
|
|
14892
|
+
"class": sectionStyles.imgcontainer
|
|
14871
14893
|
}, /*#__PURE__*/React__default["default"].createElement(imagekitioReact.IKImage, {
|
|
14872
14894
|
urlEndpoint: IKurlEndpoint,
|
|
14873
14895
|
publicKey: IKpublicKey,
|
|
@@ -14885,7 +14907,7 @@
|
|
|
14885
14907
|
left: 0
|
|
14886
14908
|
}
|
|
14887
14909
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
14888
|
-
"class": "row ml-0 mr-0 w-100 d-flex justify-content-center",
|
|
14910
|
+
"class": "row ml-0 mr-0 w-100 d-flex justify-content-center align-items-stretch pl-md-3 pr-md-3",
|
|
14889
14911
|
style: {
|
|
14890
14912
|
marginTop: sectionproperties.marginTop + 'px',
|
|
14891
14913
|
marginBottom: sectionproperties.marginBottom + 'px',
|
|
@@ -14902,14 +14924,54 @@
|
|
|
14902
14924
|
borderLeftWidth: 0,
|
|
14903
14925
|
borderRightWidth: 0
|
|
14904
14926
|
}
|
|
14905
|
-
},
|
|
14927
|
+
}, sectionproperties.sectiontitleshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
14928
|
+
"class": "col-lg-12 allcentered p-0"
|
|
14929
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
14930
|
+
"class": "".concat(generalstyles.sectiontitlecont) + ' col-lg-12 p-0 allcentered pl-md-3 pr-md-3 ',
|
|
14931
|
+
style: {
|
|
14932
|
+
marginTop: sectionproperties.sectionTitleMarginTop + 'px',
|
|
14933
|
+
marginBottom: sectionproperties.sectionTitleMarginBottom + 'px',
|
|
14934
|
+
paddingLeft: langdetect == 'en' ? sectionproperties.sectionTitleMarginLeft + 'px' : sectionproperties.sectionTitleMarginRight + 'px',
|
|
14935
|
+
paddingRight: langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px'
|
|
14936
|
+
}
|
|
14937
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
14938
|
+
"class": "d-flex align-items-center flex-row allcentered",
|
|
14939
|
+
style: {
|
|
14940
|
+
position: 'relative',
|
|
14941
|
+
width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : ''
|
|
14942
|
+
}
|
|
14943
|
+
}, sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
14944
|
+
"class": sectionStyles.line_left
|
|
14945
|
+
}), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
14946
|
+
"class": // font-sm-18 font-md-20
|
|
14947
|
+
sectionproperties.sectiontitlefontfamily == 'Pacifico' ? "".concat(sectionStyles.sectiontitlespan) + ' PacificoFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : sectionproperties.sectiontitlefontfamily == 'Playfair' ? "".concat(sectionStyles.sectiontitlespan) + ' PlayfairFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? "".concat(sectionStyles.sectiontitlespan) + ' GreatvibesFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : sectionproperties.sectiontitlefontfamily == 'Quicksand' ? "".concat(sectionStyles.sectiontitlespan) + ' QuicksandFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : sectionproperties.sectiontitlefontfamily == 'Satisfy' ? "".concat(sectionStyles.sectiontitlespan) + ' SatisfyFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : "".concat(sectionStyles.sectiontitlespan) + ' mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ',
|
|
14948
|
+
style: {
|
|
14949
|
+
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
14950
|
+
color: sectionproperties.sectionTitleColor,
|
|
14951
|
+
fontWeight: sectionproperties.sectionTitleFontWeight,
|
|
14952
|
+
paddingLeft: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0,
|
|
14953
|
+
paddingRight: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0,
|
|
14954
|
+
textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : ''
|
|
14955
|
+
}
|
|
14956
|
+
}, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
14957
|
+
"class": sectionStyles.line_right
|
|
14958
|
+
})))), cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
14906
14959
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
14907
|
-
"class": "col-lg-3 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-md-3",
|
|
14960
|
+
"class": "col-lg-3 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-md-3 align-items-stretch",
|
|
14908
14961
|
style: {
|
|
14909
14962
|
zIndex: 2
|
|
14910
14963
|
}
|
|
14911
14964
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
14912
|
-
"class": "row m-0 w-100"
|
|
14965
|
+
"class": "row m-0 w-100",
|
|
14966
|
+
style: {
|
|
14967
|
+
background: sectionproperties.reservation_bgcolor,
|
|
14968
|
+
paddingTop: sectionproperties.reservation_padding_top + 'px',
|
|
14969
|
+
paddingBottom: sectionproperties.reservation_padding_bottom + 'px',
|
|
14970
|
+
paddingLeft: langdetect == 'en' ? sectionproperties.reservation_padding_left + 'px' : sectionproperties.reservation_padding_right + 'px',
|
|
14971
|
+
paddingRight: langdetect == 'en' ? sectionproperties.reservation_padding_right + 'px' : sectionproperties.reservation_padding_left + 'px',
|
|
14972
|
+
borderRadius: sectionproperties.reservation_borderradius + 'px',
|
|
14973
|
+
border: sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
|
|
14974
|
+
}
|
|
14913
14975
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
14914
14976
|
"class": "col-lg-12 allcentered p-0",
|
|
14915
14977
|
style: {
|
|
@@ -19549,7 +19611,7 @@
|
|
|
19549
19611
|
"class": "row m-0 w-100 justify-content-center",
|
|
19550
19612
|
style: {
|
|
19551
19613
|
width: '100vw',
|
|
19552
|
-
zIndex:
|
|
19614
|
+
zIndex: 1000
|
|
19553
19615
|
}
|
|
19554
19616
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19555
19617
|
"class": "col-lg-12 p-0 d-md-none d-sm-none",
|
|
@@ -19557,7 +19619,7 @@
|
|
|
19557
19619
|
position: sectionproperties.headerstyles_position
|
|
19558
19620
|
}
|
|
19559
19621
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19560
|
-
"class": header_cssstyles.upperheader + ' row m-0 w-100
|
|
19622
|
+
"class": header_cssstyles.upperheader + ' row m-0 w-100 justify-content-center '
|
|
19561
19623
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19562
19624
|
"class": "col-lg-4 p-0 d-flex align-items-center justify-content-start"
|
|
19563
19625
|
}, sectionproperties.showfooterphonenumber == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -19605,7 +19667,10 @@
|
|
|
19605
19667
|
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19606
19668
|
"class": "col-lg-4 p-0 d-flex align-items-center justify-content-end"
|
|
19607
19669
|
}, sectionproperties.searchbar_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19608
|
-
"class": "col-lg-4 p-0 d-flex justify-content-end align-items-center"
|
|
19670
|
+
"class": "col-lg-4 p-0 d-flex justify-content-end align-items-center",
|
|
19671
|
+
onClick: function onClick() {
|
|
19672
|
+
setSearchHeaderInputContext('');
|
|
19673
|
+
}
|
|
19609
19674
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19610
19675
|
"class": "row m-0 w-100 d-flex justify-content-end align-items-center"
|
|
19611
19676
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -19640,7 +19705,8 @@
|
|
|
19640
19705
|
"class": "headerdropdownml",
|
|
19641
19706
|
style: {
|
|
19642
19707
|
marginLeft: langdetect == 'en' ? '1.2rem' : 0,
|
|
19643
|
-
marginRight: langdetect == 'ar' ? '1.2rem' : 0
|
|
19708
|
+
marginRight: langdetect == 'ar' ? '1.2rem' : 0,
|
|
19709
|
+
zIndex: 1000
|
|
19644
19710
|
}
|
|
19645
19711
|
}, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, !authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19646
19712
|
"class": "".concat(headerstyles$8.navbar_item) + ' d-flex justify-content-center align-items-center '
|
|
@@ -25854,7 +25920,7 @@
|
|
|
25854
25920
|
function _objectSpread$E(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$E(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$E(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
25855
25921
|
|
|
25856
25922
|
var SearchFocusedHeader = function SearchFocusedHeader(props) {
|
|
25857
|
-
var _css, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i8, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$
|
|
25923
|
+
var _css, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i8, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$i9, _authdetailsContext$i10, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _fetchcustomercartQue4, _fetchcustomercartQue5, _fetchcustomercartQue6, _authdetailsContext$i11, _authdetailsContext$i12;
|
|
25858
25924
|
|
|
25859
25925
|
var lang = props.actions.lang;
|
|
25860
25926
|
var langdetect = props.actions.langdetect;
|
|
@@ -26423,7 +26489,7 @@
|
|
|
26423
26489
|
style: {
|
|
26424
26490
|
maxWidth: '60px'
|
|
26425
26491
|
}
|
|
26426
|
-
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
26492
|
+
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$c = authdetailsContext.customerinfo) === null || _authdetailsContext$c === void 0 ? void 0 : _authdetailsContext$c.name)))), !authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Menu, null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
26427
26493
|
onClick: function onClick() {
|
|
26428
26494
|
routingcountext(StaticPagesLinksContext.Login);
|
|
26429
26495
|
}
|
|
@@ -26458,7 +26524,7 @@
|
|
|
26458
26524
|
onClick: function onClick() {
|
|
26459
26525
|
routingcountext(StaticPagesLinksContext.accountinfo);
|
|
26460
26526
|
}
|
|
26461
|
-
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
26527
|
+
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : (_authdetailsContext$i10 = _authdetailsContext$i9.customerinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.name))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
26462
26528
|
onClick: function onClick() {
|
|
26463
26529
|
routingcountext(StaticPagesLinksContext.Ordershistory);
|
|
26464
26530
|
}
|
|
@@ -26634,7 +26700,7 @@
|
|
|
26634
26700
|
minWidth: '250px',
|
|
26635
26701
|
marginLeft: '0px'
|
|
26636
26702
|
}
|
|
26637
|
-
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
26703
|
+
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : (_authdetailsContext$i12 = _authdetailsContext$i11.instcollections) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.map(function (item, index) {
|
|
26638
26704
|
return /*#__PURE__*/React__default["default"].createElement("div", null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
26639
26705
|
onClick: function onClick() {
|
|
26640
26706
|
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, item.collectionid);
|
|
@@ -29915,9 +29981,9 @@
|
|
|
29915
29981
|
var langdetect = props.actions.langdetect;
|
|
29916
29982
|
var routingcountext = props.actions.routingcountext;
|
|
29917
29983
|
var StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
|
|
29918
|
-
var addtofavoritescontext = props.addtofavoritescontext;
|
|
29919
|
-
var setShowProductInfoModalContext = props.setShowProductInfoModalContext;
|
|
29920
|
-
var setProductIdProdutInfoModalContext = props.setProductIdProdutInfoModalContext;
|
|
29984
|
+
var addtofavoritescontext = props.actions.addtofavoritescontext;
|
|
29985
|
+
var setShowProductInfoModalContext = props.actions.setShowProductInfoModalContext;
|
|
29986
|
+
var setProductIdProdutInfoModalContext = props.actions.setProductIdProdutInfoModalContext;
|
|
29921
29987
|
|
|
29922
29988
|
var _useState5 = React.useState(props.cardinfoindexprops),
|
|
29923
29989
|
_useState6 = _slicedToArray__default["default"](_useState5, 2);
|
|
@@ -30109,6 +30175,9 @@
|
|
|
30109
30175
|
routingcountext(StaticPagesLinksContext.productinfo, true, item.productid);
|
|
30110
30176
|
}
|
|
30111
30177
|
},
|
|
30178
|
+
style: {
|
|
30179
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
30180
|
+
},
|
|
30112
30181
|
"class": "".concat(cardstyles.productNameStyles) + ' wordbreak wordbreak1 -noellipsis m-0 '
|
|
30113
30182
|
}, item.name), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
30114
30183
|
"class": "".concat(cardstyles.productDescStyles) + ' wordbreak wordbreak1 p-0 ',
|