tabexseriescomponents 0.0.446 → 0.0.447
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 +45 -37
- package/dist/index.esm.js +45 -37
- package/dist/index.umd.js +45 -37
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -21090,20 +21090,35 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
21090
21090
|
}
|
|
21091
21091
|
}, sectionproperties.logocentered == 'Centered' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21092
21092
|
className: "col-md-4 col-sm-4 text-start p-0"
|
|
21093
|
-
},
|
|
21093
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21094
21094
|
style: {
|
|
21095
|
-
width: '
|
|
21095
|
+
width: sectionproperties.cart_BtnWidth_resp + 'px',
|
|
21096
21096
|
height: sectionproperties.cart_BtnHeight_resp + 'px'
|
|
21097
21097
|
}
|
|
21098
21098
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
21099
|
-
"class":
|
|
21099
|
+
"class": ' h-100 allcentered ',
|
|
21100
|
+
style: {
|
|
21101
|
+
color: sectionproperties.cart_BtnTextcolor_resp
|
|
21102
|
+
},
|
|
21100
21103
|
onClick: function onClick() {
|
|
21101
|
-
|
|
21104
|
+
if (sectionproperties.responsiveheaderstyle == 'Style 2') {
|
|
21105
|
+
if (menuactive == true) {
|
|
21106
|
+
setmenuactive(false);
|
|
21107
|
+
} else {
|
|
21108
|
+
setmenuactive(true);
|
|
21109
|
+
}
|
|
21110
|
+
} else {
|
|
21111
|
+
setopenmenuCanvas(true);
|
|
21112
|
+
setactiveTab('menu');
|
|
21113
|
+
}
|
|
21102
21114
|
}
|
|
21103
|
-
}, /*#__PURE__*/React__default["default"].createElement(
|
|
21104
|
-
size:
|
|
21115
|
+
}, menuactive == false && /*#__PURE__*/React__default["default"].createElement(FiMenu.FiMenu, {
|
|
21116
|
+
size: 20,
|
|
21105
21117
|
color: sectionproperties.cart_BtnTextcolor_resp
|
|
21106
|
-
})
|
|
21118
|
+
}), menuactive == true && /*#__PURE__*/React__default["default"].createElement(AiOutlineClose.AiOutlineClose, {
|
|
21119
|
+
size: 20,
|
|
21120
|
+
color: sectionproperties.cart_BtnTextcolor_resp
|
|
21121
|
+
}))), sectionproperties.searchbar_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21107
21122
|
style: {
|
|
21108
21123
|
width: '30px',
|
|
21109
21124
|
height: sectionproperties.cart_BtnHeight_resp + 'px'
|
|
@@ -21111,9 +21126,9 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
21111
21126
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
21112
21127
|
"class": "h-100 allcentered",
|
|
21113
21128
|
onClick: function onClick() {
|
|
21114
|
-
|
|
21129
|
+
setopenSearch(true);
|
|
21115
21130
|
}
|
|
21116
|
-
}, /*#__PURE__*/React__default["default"].createElement(
|
|
21131
|
+
}, /*#__PURE__*/React__default["default"].createElement(IoSearchOutline.IoSearchOutline, {
|
|
21117
21132
|
size: 22,
|
|
21118
21133
|
color: sectionproperties.cart_BtnTextcolor_resp
|
|
21119
21134
|
})))), sectionproperties.logocentered == 'Not Centered' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -21135,35 +21150,20 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
21135
21150
|
}, /*#__PURE__*/React__default["default"].createElement(IoSearchOutline.IoSearchOutline, {
|
|
21136
21151
|
size: 22,
|
|
21137
21152
|
color: sectionproperties.cart_BtnTextcolor_resp
|
|
21138
|
-
}))),
|
|
21153
|
+
}))), templateproperties_context.showfavorites == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21139
21154
|
style: {
|
|
21140
|
-
width:
|
|
21155
|
+
width: '30px',
|
|
21141
21156
|
height: sectionproperties.cart_BtnHeight_resp + 'px'
|
|
21142
21157
|
}
|
|
21143
21158
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
21144
|
-
"class":
|
|
21145
|
-
style: {
|
|
21146
|
-
color: sectionproperties.cart_BtnTextcolor_resp
|
|
21147
|
-
},
|
|
21159
|
+
"class": "h-100 allcentered",
|
|
21148
21160
|
onClick: function onClick() {
|
|
21149
|
-
|
|
21150
|
-
if (menuactive == true) {
|
|
21151
|
-
setmenuactive(false);
|
|
21152
|
-
} else {
|
|
21153
|
-
setmenuactive(true);
|
|
21154
|
-
}
|
|
21155
|
-
} else {
|
|
21156
|
-
setopenmenuCanvas(true);
|
|
21157
|
-
setactiveTab('menu');
|
|
21158
|
-
}
|
|
21161
|
+
routingcountext(StaticPagesLinksContext.Wishlist);
|
|
21159
21162
|
}
|
|
21160
|
-
},
|
|
21161
|
-
size:
|
|
21162
|
-
color: sectionproperties.cart_BtnTextcolor_resp
|
|
21163
|
-
}), menuactive == true && /*#__PURE__*/React__default["default"].createElement(AiOutlineClose.AiOutlineClose, {
|
|
21164
|
-
size: 20,
|
|
21163
|
+
}, /*#__PURE__*/React__default["default"].createElement(FaRegHeart.FaRegHeart, {
|
|
21164
|
+
size: 22,
|
|
21165
21165
|
color: sectionproperties.cart_BtnTextcolor_resp
|
|
21166
|
-
})))), menuactive == true && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21166
|
+
}))), sectionproperties.cartBtnShow == 'Show' && CartButton()), menuactive == true && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21167
21167
|
"class": "px-4 py-4 scrollvertical",
|
|
21168
21168
|
style: {
|
|
21169
21169
|
position: 'fixed',
|
|
@@ -26213,15 +26213,23 @@ var CTAHeader = function CTAHeader(props) {
|
|
|
26213
26213
|
zIndex: 999999,
|
|
26214
26214
|
transition: 'all 0.3s ease-out'
|
|
26215
26215
|
}
|
|
26216
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
26217
|
+
"class": "allcentered",
|
|
26218
|
+
style: {
|
|
26219
|
+
width: 42,
|
|
26220
|
+
height: 42,
|
|
26221
|
+
borderRadius: 100,
|
|
26222
|
+
background: '#000'
|
|
26223
|
+
}
|
|
26216
26224
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
26217
|
-
"class": langdetect == 'en' ? 'h-100 d-flex align-items-center justify-content-center
|
|
26225
|
+
"class": langdetect == 'en' ? 'h-100 d-flex align-items-center justify-content-center' : 'h-100 d-flex align-items-center justify-content-center'
|
|
26218
26226
|
}, /*#__PURE__*/React__default["default"].createElement(FiPhone.FiPhone, {
|
|
26219
|
-
size:
|
|
26220
|
-
color:
|
|
26227
|
+
size: 25,
|
|
26228
|
+
color: '#fff',
|
|
26221
26229
|
style: {
|
|
26222
26230
|
transform: langdetect == 'en' ? 'scaleX(1)' : 'scaleX(-1)'
|
|
26223
26231
|
}
|
|
26224
|
-
}))), /*#__PURE__*/React__default["default"].createElement("a", {
|
|
26232
|
+
})))), /*#__PURE__*/React__default["default"].createElement("a", {
|
|
26225
26233
|
href: 'https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.whatsappnumber),
|
|
26226
26234
|
target: '_blank',
|
|
26227
26235
|
style: {
|
|
@@ -71738,13 +71746,13 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
71738
71746
|
}, item.measurmentunit), sectionproperties.prodNameShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
71739
71747
|
"class": "col-lg-12 p-0",
|
|
71740
71748
|
style: {
|
|
71741
|
-
minHeight: '6vh'
|
|
71749
|
+
minHeight: sectionproperties.wordbreak == '1' ? 'auto' : '6vh'
|
|
71742
71750
|
}
|
|
71743
71751
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
71744
71752
|
onClick: function onClick() {
|
|
71745
71753
|
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
|
|
71746
71754
|
},
|
|
71747
|
-
"class": sectionproperties.wordbreak == '1' ? "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak1 font-md-13
|
|
71755
|
+
"class": sectionproperties.wordbreak == '1' ? "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak1 font-md-13 m-0 mb-1 ' : "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak2 font-md-13 wordbreak-md-4 m-0 ',
|
|
71748
71756
|
style: {
|
|
71749
71757
|
textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
71750
71758
|
}
|
package/dist/index.esm.js
CHANGED
|
@@ -21041,20 +21041,35 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
21041
21041
|
}
|
|
21042
21042
|
}, sectionproperties.logocentered == 'Centered' && /*#__PURE__*/React.createElement("div", {
|
|
21043
21043
|
className: "col-md-4 col-sm-4 text-start p-0"
|
|
21044
|
-
},
|
|
21044
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
21045
21045
|
style: {
|
|
21046
|
-
width: '
|
|
21046
|
+
width: sectionproperties.cart_BtnWidth_resp + 'px',
|
|
21047
21047
|
height: sectionproperties.cart_BtnHeight_resp + 'px'
|
|
21048
21048
|
}
|
|
21049
21049
|
}, /*#__PURE__*/React.createElement("i", {
|
|
21050
|
-
"class":
|
|
21050
|
+
"class": ' h-100 allcentered ',
|
|
21051
|
+
style: {
|
|
21052
|
+
color: sectionproperties.cart_BtnTextcolor_resp
|
|
21053
|
+
},
|
|
21051
21054
|
onClick: function onClick() {
|
|
21052
|
-
|
|
21055
|
+
if (sectionproperties.responsiveheaderstyle == 'Style 2') {
|
|
21056
|
+
if (menuactive == true) {
|
|
21057
|
+
setmenuactive(false);
|
|
21058
|
+
} else {
|
|
21059
|
+
setmenuactive(true);
|
|
21060
|
+
}
|
|
21061
|
+
} else {
|
|
21062
|
+
setopenmenuCanvas(true);
|
|
21063
|
+
setactiveTab('menu');
|
|
21064
|
+
}
|
|
21053
21065
|
}
|
|
21054
|
-
}, /*#__PURE__*/React.createElement(
|
|
21055
|
-
size:
|
|
21066
|
+
}, menuactive == false && /*#__PURE__*/React.createElement(FiMenu, {
|
|
21067
|
+
size: 20,
|
|
21056
21068
|
color: sectionproperties.cart_BtnTextcolor_resp
|
|
21057
|
-
})
|
|
21069
|
+
}), menuactive == true && /*#__PURE__*/React.createElement(AiOutlineClose, {
|
|
21070
|
+
size: 20,
|
|
21071
|
+
color: sectionproperties.cart_BtnTextcolor_resp
|
|
21072
|
+
}))), sectionproperties.searchbar_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
21058
21073
|
style: {
|
|
21059
21074
|
width: '30px',
|
|
21060
21075
|
height: sectionproperties.cart_BtnHeight_resp + 'px'
|
|
@@ -21062,9 +21077,9 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
21062
21077
|
}, /*#__PURE__*/React.createElement("i", {
|
|
21063
21078
|
"class": "h-100 allcentered",
|
|
21064
21079
|
onClick: function onClick() {
|
|
21065
|
-
|
|
21080
|
+
setopenSearch(true);
|
|
21066
21081
|
}
|
|
21067
|
-
}, /*#__PURE__*/React.createElement(
|
|
21082
|
+
}, /*#__PURE__*/React.createElement(IoSearchOutline, {
|
|
21068
21083
|
size: 22,
|
|
21069
21084
|
color: sectionproperties.cart_BtnTextcolor_resp
|
|
21070
21085
|
})))), sectionproperties.logocentered == 'Not Centered' && /*#__PURE__*/React.createElement("div", {
|
|
@@ -21086,35 +21101,20 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
21086
21101
|
}, /*#__PURE__*/React.createElement(IoSearchOutline, {
|
|
21087
21102
|
size: 22,
|
|
21088
21103
|
color: sectionproperties.cart_BtnTextcolor_resp
|
|
21089
|
-
}))),
|
|
21104
|
+
}))), templateproperties_context.showfavorites == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
21090
21105
|
style: {
|
|
21091
|
-
width:
|
|
21106
|
+
width: '30px',
|
|
21092
21107
|
height: sectionproperties.cart_BtnHeight_resp + 'px'
|
|
21093
21108
|
}
|
|
21094
21109
|
}, /*#__PURE__*/React.createElement("i", {
|
|
21095
|
-
"class":
|
|
21096
|
-
style: {
|
|
21097
|
-
color: sectionproperties.cart_BtnTextcolor_resp
|
|
21098
|
-
},
|
|
21110
|
+
"class": "h-100 allcentered",
|
|
21099
21111
|
onClick: function onClick() {
|
|
21100
|
-
|
|
21101
|
-
if (menuactive == true) {
|
|
21102
|
-
setmenuactive(false);
|
|
21103
|
-
} else {
|
|
21104
|
-
setmenuactive(true);
|
|
21105
|
-
}
|
|
21106
|
-
} else {
|
|
21107
|
-
setopenmenuCanvas(true);
|
|
21108
|
-
setactiveTab('menu');
|
|
21109
|
-
}
|
|
21112
|
+
routingcountext(StaticPagesLinksContext.Wishlist);
|
|
21110
21113
|
}
|
|
21111
|
-
},
|
|
21112
|
-
size:
|
|
21113
|
-
color: sectionproperties.cart_BtnTextcolor_resp
|
|
21114
|
-
}), menuactive == true && /*#__PURE__*/React.createElement(AiOutlineClose, {
|
|
21115
|
-
size: 20,
|
|
21114
|
+
}, /*#__PURE__*/React.createElement(FaRegHeart, {
|
|
21115
|
+
size: 22,
|
|
21116
21116
|
color: sectionproperties.cart_BtnTextcolor_resp
|
|
21117
|
-
})))), menuactive == true && /*#__PURE__*/React.createElement("div", {
|
|
21117
|
+
}))), sectionproperties.cartBtnShow == 'Show' && CartButton()), menuactive == true && /*#__PURE__*/React.createElement("div", {
|
|
21118
21118
|
"class": "px-4 py-4 scrollvertical",
|
|
21119
21119
|
style: {
|
|
21120
21120
|
position: 'fixed',
|
|
@@ -26164,15 +26164,23 @@ var CTAHeader = function CTAHeader(props) {
|
|
|
26164
26164
|
zIndex: 999999,
|
|
26165
26165
|
transition: 'all 0.3s ease-out'
|
|
26166
26166
|
}
|
|
26167
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
26168
|
+
"class": "allcentered",
|
|
26169
|
+
style: {
|
|
26170
|
+
width: 42,
|
|
26171
|
+
height: 42,
|
|
26172
|
+
borderRadius: 100,
|
|
26173
|
+
background: '#000'
|
|
26174
|
+
}
|
|
26167
26175
|
}, /*#__PURE__*/React.createElement("i", {
|
|
26168
|
-
"class": langdetect == 'en' ? 'h-100 d-flex align-items-center justify-content-center
|
|
26176
|
+
"class": langdetect == 'en' ? 'h-100 d-flex align-items-center justify-content-center' : 'h-100 d-flex align-items-center justify-content-center'
|
|
26169
26177
|
}, /*#__PURE__*/React.createElement(FiPhone, {
|
|
26170
|
-
size:
|
|
26171
|
-
color:
|
|
26178
|
+
size: 25,
|
|
26179
|
+
color: '#fff',
|
|
26172
26180
|
style: {
|
|
26173
26181
|
transform: langdetect == 'en' ? 'scaleX(1)' : 'scaleX(-1)'
|
|
26174
26182
|
}
|
|
26175
|
-
}))), /*#__PURE__*/React.createElement("a", {
|
|
26183
|
+
})))), /*#__PURE__*/React.createElement("a", {
|
|
26176
26184
|
href: 'https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.whatsappnumber),
|
|
26177
26185
|
target: '_blank',
|
|
26178
26186
|
style: {
|
|
@@ -71689,13 +71697,13 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
71689
71697
|
}, item.measurmentunit), sectionproperties.prodNameShow == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
71690
71698
|
"class": "col-lg-12 p-0",
|
|
71691
71699
|
style: {
|
|
71692
|
-
minHeight: '6vh'
|
|
71700
|
+
minHeight: sectionproperties.wordbreak == '1' ? 'auto' : '6vh'
|
|
71693
71701
|
}
|
|
71694
71702
|
}, /*#__PURE__*/React.createElement("p", {
|
|
71695
71703
|
onClick: function onClick() {
|
|
71696
71704
|
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
|
|
71697
71705
|
},
|
|
71698
|
-
"class": sectionproperties.wordbreak == '1' ? "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak1 font-md-13
|
|
71706
|
+
"class": sectionproperties.wordbreak == '1' ? "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak1 font-md-13 m-0 mb-1 ' : "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak2 font-md-13 wordbreak-md-4 m-0 ',
|
|
71699
71707
|
style: {
|
|
71700
71708
|
textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
71701
71709
|
}
|
package/dist/index.umd.js
CHANGED
|
@@ -20916,20 +20916,35 @@
|
|
|
20916
20916
|
}
|
|
20917
20917
|
}, sectionproperties.logocentered == 'Centered' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
20918
20918
|
className: "col-md-4 col-sm-4 text-start p-0"
|
|
20919
|
-
},
|
|
20919
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
20920
20920
|
style: {
|
|
20921
|
-
width: '
|
|
20921
|
+
width: sectionproperties.cart_BtnWidth_resp + 'px',
|
|
20922
20922
|
height: sectionproperties.cart_BtnHeight_resp + 'px'
|
|
20923
20923
|
}
|
|
20924
20924
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
20925
|
-
"class":
|
|
20925
|
+
"class": ' h-100 allcentered ',
|
|
20926
|
+
style: {
|
|
20927
|
+
color: sectionproperties.cart_BtnTextcolor_resp
|
|
20928
|
+
},
|
|
20926
20929
|
onClick: function onClick() {
|
|
20927
|
-
|
|
20930
|
+
if (sectionproperties.responsiveheaderstyle == 'Style 2') {
|
|
20931
|
+
if (menuactive == true) {
|
|
20932
|
+
setmenuactive(false);
|
|
20933
|
+
} else {
|
|
20934
|
+
setmenuactive(true);
|
|
20935
|
+
}
|
|
20936
|
+
} else {
|
|
20937
|
+
setopenmenuCanvas(true);
|
|
20938
|
+
setactiveTab('menu');
|
|
20939
|
+
}
|
|
20928
20940
|
}
|
|
20929
|
-
}, /*#__PURE__*/React__default["default"].createElement(
|
|
20930
|
-
size:
|
|
20941
|
+
}, menuactive == false && /*#__PURE__*/React__default["default"].createElement(FiMenu.FiMenu, {
|
|
20942
|
+
size: 20,
|
|
20931
20943
|
color: sectionproperties.cart_BtnTextcolor_resp
|
|
20932
|
-
})
|
|
20944
|
+
}), menuactive == true && /*#__PURE__*/React__default["default"].createElement(AiOutlineClose.AiOutlineClose, {
|
|
20945
|
+
size: 20,
|
|
20946
|
+
color: sectionproperties.cart_BtnTextcolor_resp
|
|
20947
|
+
}))), sectionproperties.searchbar_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
20933
20948
|
style: {
|
|
20934
20949
|
width: '30px',
|
|
20935
20950
|
height: sectionproperties.cart_BtnHeight_resp + 'px'
|
|
@@ -20937,9 +20952,9 @@
|
|
|
20937
20952
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
20938
20953
|
"class": "h-100 allcentered",
|
|
20939
20954
|
onClick: function onClick() {
|
|
20940
|
-
|
|
20955
|
+
setopenSearch(true);
|
|
20941
20956
|
}
|
|
20942
|
-
}, /*#__PURE__*/React__default["default"].createElement(
|
|
20957
|
+
}, /*#__PURE__*/React__default["default"].createElement(IoSearchOutline.IoSearchOutline, {
|
|
20943
20958
|
size: 22,
|
|
20944
20959
|
color: sectionproperties.cart_BtnTextcolor_resp
|
|
20945
20960
|
})))), sectionproperties.logocentered == 'Not Centered' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -20961,35 +20976,20 @@
|
|
|
20961
20976
|
}, /*#__PURE__*/React__default["default"].createElement(IoSearchOutline.IoSearchOutline, {
|
|
20962
20977
|
size: 22,
|
|
20963
20978
|
color: sectionproperties.cart_BtnTextcolor_resp
|
|
20964
|
-
}))),
|
|
20979
|
+
}))), templateproperties_context.showfavorites == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
20965
20980
|
style: {
|
|
20966
|
-
width:
|
|
20981
|
+
width: '30px',
|
|
20967
20982
|
height: sectionproperties.cart_BtnHeight_resp + 'px'
|
|
20968
20983
|
}
|
|
20969
20984
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
20970
|
-
"class":
|
|
20971
|
-
style: {
|
|
20972
|
-
color: sectionproperties.cart_BtnTextcolor_resp
|
|
20973
|
-
},
|
|
20985
|
+
"class": "h-100 allcentered",
|
|
20974
20986
|
onClick: function onClick() {
|
|
20975
|
-
|
|
20976
|
-
if (menuactive == true) {
|
|
20977
|
-
setmenuactive(false);
|
|
20978
|
-
} else {
|
|
20979
|
-
setmenuactive(true);
|
|
20980
|
-
}
|
|
20981
|
-
} else {
|
|
20982
|
-
setopenmenuCanvas(true);
|
|
20983
|
-
setactiveTab('menu');
|
|
20984
|
-
}
|
|
20987
|
+
routingcountext(StaticPagesLinksContext.Wishlist);
|
|
20985
20988
|
}
|
|
20986
|
-
},
|
|
20987
|
-
size:
|
|
20988
|
-
color: sectionproperties.cart_BtnTextcolor_resp
|
|
20989
|
-
}), menuactive == true && /*#__PURE__*/React__default["default"].createElement(AiOutlineClose.AiOutlineClose, {
|
|
20990
|
-
size: 20,
|
|
20989
|
+
}, /*#__PURE__*/React__default["default"].createElement(FaRegHeart.FaRegHeart, {
|
|
20990
|
+
size: 22,
|
|
20991
20991
|
color: sectionproperties.cart_BtnTextcolor_resp
|
|
20992
|
-
})))), menuactive == true && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
20992
|
+
}))), sectionproperties.cartBtnShow == 'Show' && CartButton()), menuactive == true && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
20993
20993
|
"class": "px-4 py-4 scrollvertical",
|
|
20994
20994
|
style: {
|
|
20995
20995
|
position: 'fixed',
|
|
@@ -26039,15 +26039,23 @@
|
|
|
26039
26039
|
zIndex: 999999,
|
|
26040
26040
|
transition: 'all 0.3s ease-out'
|
|
26041
26041
|
}
|
|
26042
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
26043
|
+
"class": "allcentered",
|
|
26044
|
+
style: {
|
|
26045
|
+
width: 42,
|
|
26046
|
+
height: 42,
|
|
26047
|
+
borderRadius: 100,
|
|
26048
|
+
background: '#000'
|
|
26049
|
+
}
|
|
26042
26050
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
26043
|
-
"class": langdetect == 'en' ? 'h-100 d-flex align-items-center justify-content-center
|
|
26051
|
+
"class": langdetect == 'en' ? 'h-100 d-flex align-items-center justify-content-center' : 'h-100 d-flex align-items-center justify-content-center'
|
|
26044
26052
|
}, /*#__PURE__*/React__default["default"].createElement(FiPhone.FiPhone, {
|
|
26045
|
-
size:
|
|
26046
|
-
color:
|
|
26053
|
+
size: 25,
|
|
26054
|
+
color: '#fff',
|
|
26047
26055
|
style: {
|
|
26048
26056
|
transform: langdetect == 'en' ? 'scaleX(1)' : 'scaleX(-1)'
|
|
26049
26057
|
}
|
|
26050
|
-
}))), /*#__PURE__*/React__default["default"].createElement("a", {
|
|
26058
|
+
})))), /*#__PURE__*/React__default["default"].createElement("a", {
|
|
26051
26059
|
href: 'https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.whatsappnumber),
|
|
26052
26060
|
target: '_blank',
|
|
26053
26061
|
style: {
|
|
@@ -71564,13 +71572,13 @@
|
|
|
71564
71572
|
}, item.measurmentunit), sectionproperties.prodNameShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
71565
71573
|
"class": "col-lg-12 p-0",
|
|
71566
71574
|
style: {
|
|
71567
|
-
minHeight: '6vh'
|
|
71575
|
+
minHeight: sectionproperties.wordbreak == '1' ? 'auto' : '6vh'
|
|
71568
71576
|
}
|
|
71569
71577
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
71570
71578
|
onClick: function onClick() {
|
|
71571
71579
|
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
|
|
71572
71580
|
},
|
|
71573
|
-
"class": sectionproperties.wordbreak == '1' ? "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak1 font-md-13
|
|
71581
|
+
"class": sectionproperties.wordbreak == '1' ? "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak1 font-md-13 m-0 mb-1 ' : "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak2 font-md-13 wordbreak-md-4 m-0 ',
|
|
71574
71582
|
style: {
|
|
71575
71583
|
textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
71576
71584
|
}
|