tabexseriescomponents 0.0.482 → 0.0.484
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 +73 -29
- package/dist/index.esm.js +73 -29
- package/dist/index.umd.js +73 -29
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -21099,7 +21099,7 @@ var SocialMediaSection = function SocialMediaSection(props) {
|
|
|
21099
21099
|
function ownKeys$1Y(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
21100
21100
|
function _objectSpread$1Y(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1Y(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1Y(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
21101
21101
|
var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
21102
|
-
var _css, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _returnpolicyobj9, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12, _returnpolicyobj13, _returnpolicyobj14, _returnpolicyobj15, _returnpolicyobj16, _fetchCategoriesQuery2, _authdetailsContext$
|
|
21102
|
+
var _css, _authdetailsContext$i2, _authdetailsContext$i3, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _returnpolicyobj9, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12, _returnpolicyobj13, _returnpolicyobj14, _returnpolicyobj15, _returnpolicyobj16, _fetchCategoriesQuery2, _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i9, _authdetailsContext$i12, _authdetailsContext$i15;
|
|
21103
21103
|
var actions = props.actions;
|
|
21104
21104
|
var LogoutMutationContext = props.actions.LogoutMutationContext;
|
|
21105
21105
|
var setsidecartnavshowcontext = props.actions.setsidecartnavshowcontext;
|
|
@@ -21115,7 +21115,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
21115
21115
|
props.actions.favoriteprojectscountContext;
|
|
21116
21116
|
var routingcountext = props.actions.routingcountext;
|
|
21117
21117
|
var StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
|
|
21118
|
-
props.actions.setcurrencyfunccontext;
|
|
21118
|
+
var setcurrencyfunccontext = props.actions.setcurrencyfunccontext;
|
|
21119
21119
|
var fetchCategoriesQueryContext = props.actions.fetchCategoriesQueryContext;
|
|
21120
21120
|
var ikimagecredcontext = props.actions.ikimagecredcontext;
|
|
21121
21121
|
var _useState = React.useState(''),
|
|
@@ -21207,7 +21207,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
21207
21207
|
display: 'flex',
|
|
21208
21208
|
alignItems: 'center',
|
|
21209
21209
|
color: sectionproperties.cart_BtnTextcolor_resp,
|
|
21210
|
-
background: sectionproperties.cart_BtnbgColor_resp,
|
|
21210
|
+
background: sectionproperties.responsiveheadertransparentbg == 'Transparent' ? 'transparent' : sectionproperties.cart_BtnbgColor_resp,
|
|
21211
21211
|
width: sectionproperties.cart_BtnWidth_resp + 'px',
|
|
21212
21212
|
height: sectionproperties.cart_BtnHeight_resp + 'px',
|
|
21213
21213
|
borderRadius: sectionproperties.cart_BtnborderRadius_resp + 'px',
|
|
@@ -21440,7 +21440,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
21440
21440
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21441
21441
|
className: "col-lg-12 p-0",
|
|
21442
21442
|
style: {
|
|
21443
|
-
background: sectionproperties.responsiveheadertransparentbg == 'Transparent' ? 'transparent' : sectionproperties.resposive_bgcolor
|
|
21443
|
+
background: sectionproperties.responsiveheadertransparentbg == 'Transparent' && window.location.pathname == '/home' ? 'transparent' : sectionproperties.resposive_bgcolor
|
|
21444
21444
|
}
|
|
21445
21445
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21446
21446
|
className: "row m-0 w-100 p-0 pl-2 pr-2",
|
|
@@ -21522,7 +21522,47 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
21522
21522
|
}, /*#__PURE__*/React__default["default"].createElement(FaRegHeart.FaRegHeart, {
|
|
21523
21523
|
size: 22,
|
|
21524
21524
|
color: sectionproperties.cart_BtnTextcolor_resp
|
|
21525
|
-
}))), sectionproperties.cartBtnShow == 'Show' && CartButton()
|
|
21525
|
+
}))), sectionproperties.cartBtnShow == 'Show' && CartButton(), authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 || (_authdetailsContext$i2 = _authdetailsContext$i2.instcurrencies) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.length) > 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21526
|
+
"class": 'd-flex align-items-center pl-1 pr-1 pt-1',
|
|
21527
|
+
style: {}
|
|
21528
|
+
}, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, /*#__PURE__*/React__default["default"].createElement("li", {
|
|
21529
|
+
"class": ' d-flex align-items-center justify-content-center '
|
|
21530
|
+
}, langdetect == 'en' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21531
|
+
"class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
|
|
21532
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
21533
|
+
"class": "m-0 p-0 mr-1 ml-1"
|
|
21534
|
+
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, null)), langdetect == 'ar' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21535
|
+
"class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
|
|
21536
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
21537
|
+
"class": "m-0 p-0 ml-1 mr-1"
|
|
21538
|
+
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, null)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Menu, null, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 || (_authdetailsContext$i3 = _authdetailsContext$i3.instcurrencies) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.map(function (item, index) {
|
|
21539
|
+
var _authdetailsContext$i4;
|
|
21540
|
+
return /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
21541
|
+
"class": "m-0 p-0",
|
|
21542
|
+
onClick: function onClick() {
|
|
21543
|
+
setcurrencyfunccontext(item);
|
|
21544
|
+
}
|
|
21545
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21546
|
+
"class": "row m-0 w-100"
|
|
21547
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21548
|
+
"class": "col-lg-12 p-0 d-flex justify-content-start"
|
|
21549
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21550
|
+
"class": "".concat(header_cssstyles.dropdownitemcontainer)
|
|
21551
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
21552
|
+
"class": 'dropdownitem d-flex align-items-center justify-content-center m-0 p-0',
|
|
21553
|
+
style: {
|
|
21554
|
+
fontSize: sectionproperties.dropdown_fontsize + 'px',
|
|
21555
|
+
fontWeight: sectionproperties.dropdown_fontweight,
|
|
21556
|
+
textTransform: sectionproperties.dropdown_texttransform
|
|
21557
|
+
}
|
|
21558
|
+
}, /*#__PURE__*/React__default["default"].createElement(FaMoneyBillWave.FaMoneyBillWave, null), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
21559
|
+
"class": 'ml-2 mr-2'
|
|
21560
|
+
}, langdetect == 'en' ? item.currencyname_en : item.currencyname_ar)))), index != (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 || (_authdetailsContext$i4 = _authdetailsContext$i4.instcurrencies) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.length) - 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21561
|
+
"class": "col-lg-12 p-0"
|
|
21562
|
+
}, /*#__PURE__*/React__default["default"].createElement("hr", {
|
|
21563
|
+
"class": "m-0"
|
|
21564
|
+
}))));
|
|
21565
|
+
}))))), menuactive == true && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21526
21566
|
"class": "px-4 py-4 scrollvertical",
|
|
21527
21567
|
style: {
|
|
21528
21568
|
position: 'fixed',
|
|
@@ -22411,7 +22451,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
22411
22451
|
}
|
|
22412
22452
|
})))));
|
|
22413
22453
|
}
|
|
22414
|
-
})), sectionproperties.subheaderParentType == 'Collections' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
22454
|
+
})), sectionproperties.subheaderParentType == 'Collections' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 || (_authdetailsContext$i5 = _authdetailsContext$i5.instcollections) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.map(function (collitem, collindex) {
|
|
22415
22455
|
if (collitem.isshowntocustomers == 1) {
|
|
22416
22456
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22417
22457
|
className: ' row m-0 p-0 mb-2 w-100 '
|
|
@@ -22437,49 +22477,49 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
22437
22477
|
style: {
|
|
22438
22478
|
background: '#eee'
|
|
22439
22479
|
}
|
|
22440
|
-
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
22480
|
+
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22441
22481
|
"class": ' d-flex align-items-center justify-content-center mx-2 ',
|
|
22442
22482
|
onClick: function onClick() {
|
|
22443
|
-
var _authdetailsContext$
|
|
22444
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
22445
|
-
var _authdetailsContext$
|
|
22446
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
22483
|
+
var _authdetailsContext$i7;
|
|
22484
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.facebooklink) != null) {
|
|
22485
|
+
var _authdetailsContext$i8;
|
|
22486
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.facebooklink, '_blank');
|
|
22447
22487
|
}
|
|
22448
22488
|
}
|
|
22449
22489
|
}, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
|
|
22450
22490
|
size: '20',
|
|
22451
22491
|
color: '#62564b'
|
|
22452
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
22492
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22453
22493
|
"class": ' d-flex align-items-center justify-content-center mx-2 ',
|
|
22454
22494
|
onClick: function onClick() {
|
|
22455
|
-
var _authdetailsContext$
|
|
22456
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
22457
|
-
var _authdetailsContext$
|
|
22458
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
22495
|
+
var _authdetailsContext$i10;
|
|
22496
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.instagramlink) != null) {
|
|
22497
|
+
var _authdetailsContext$i11;
|
|
22498
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.instagramlink, '_blank');
|
|
22459
22499
|
}
|
|
22460
22500
|
}
|
|
22461
22501
|
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
22462
22502
|
size: '22',
|
|
22463
22503
|
color: '#62564b'
|
|
22464
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
22504
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22465
22505
|
"class": ' d-flex align-items-center justify-content-center mx-2 ',
|
|
22466
22506
|
onClick: function onClick() {
|
|
22467
|
-
var _authdetailsContext$
|
|
22468
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
22469
|
-
var _authdetailsContext$
|
|
22470
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
22507
|
+
var _authdetailsContext$i13;
|
|
22508
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.instagramlink) != null) {
|
|
22509
|
+
var _authdetailsContext$i14;
|
|
22510
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.tiktoklink, '_blank');
|
|
22471
22511
|
}
|
|
22472
22512
|
}
|
|
22473
22513
|
}, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
|
|
22474
22514
|
size: '20',
|
|
22475
22515
|
color: '#62564b'
|
|
22476
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
22516
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.youtubelink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22477
22517
|
"class": ' d-flex align-items-center justify-content-center mx-2 ',
|
|
22478
22518
|
onClick: function onClick() {
|
|
22479
|
-
var _authdetailsContext$
|
|
22480
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
22481
|
-
var _authdetailsContext$
|
|
22482
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
22519
|
+
var _authdetailsContext$i16;
|
|
22520
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.instagramlink) != null) {
|
|
22521
|
+
var _authdetailsContext$i17;
|
|
22522
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.youtubelink, '_blank');
|
|
22483
22523
|
}
|
|
22484
22524
|
}
|
|
22485
22525
|
}, /*#__PURE__*/React__default["default"].createElement(AiFillYoutube.AiFillYoutube, {
|
|
@@ -28533,6 +28573,9 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
28533
28573
|
}), sectionproperties.responsiveheaderstyle == 'Style 2 With Subheader' && /*#__PURE__*/React__default["default"].createElement(HeaderresponsiveStyle2, {
|
|
28534
28574
|
sectionpropertiesprops: sectionproperties,
|
|
28535
28575
|
actions: actions
|
|
28576
|
+
}), sectionproperties.responsiveheaderstyle == 'Style 2' && /*#__PURE__*/React__default["default"].createElement(HeaderresponsiveStyle2, {
|
|
28577
|
+
sectionpropertiesprops: sectionproperties,
|
|
28578
|
+
actions: actions
|
|
28536
28579
|
}), /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Offcanvas, {
|
|
28537
28580
|
show: openSearchBar,
|
|
28538
28581
|
onHide: function onHide() {
|
|
@@ -42928,9 +42971,10 @@ var Footer5 = function Footer5(props) {
|
|
|
42928
42971
|
})
|
|
42929
42972
|
};
|
|
42930
42973
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
42931
|
-
className: "".concat(footerStyles.footerContainer) + ' row m-0 w-100
|
|
42974
|
+
className: "".concat(footerStyles.footerContainer) + ' row m-0 w-100 justify-content-center px-2015-3 pl-md-4 pr-md-4 pl-sm-2 pr-sm-2 ',
|
|
42932
42975
|
style: {
|
|
42933
|
-
position: 'relative'
|
|
42976
|
+
position: 'relative',
|
|
42977
|
+
display: window.location.pathname == '/home' && sectionproperties.showfooterinhome == 'Hide' ? 'none' : 'flex'
|
|
42934
42978
|
}
|
|
42935
42979
|
}, maincontainerarrayofobjs.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
42936
42980
|
className: footerStyles.imgcontainer
|
|
@@ -57896,7 +57940,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
57896
57940
|
}, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
57897
57941
|
"class": sectionStyles.line_right
|
|
57898
57942
|
})))), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57899
|
-
"class": ' col-lg-12 col-md-12 col-sm-12 d-flex align-items-center
|
|
57943
|
+
"class": ' col-lg-12 col-md-12 col-sm-12 d-flex align-items-center px-sm-3',
|
|
57900
57944
|
style: {
|
|
57901
57945
|
justifyContent: sectionproperties.descriptionCentered == 'Centered' ? 'center' : 'start',
|
|
57902
57946
|
marginBottom: sectionproperties.descriptionMarginBottom + 'px',
|
package/dist/index.esm.js
CHANGED
|
@@ -21050,7 +21050,7 @@ var SocialMediaSection = function SocialMediaSection(props) {
|
|
|
21050
21050
|
function ownKeys$1Y(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
21051
21051
|
function _objectSpread$1Y(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1Y(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1Y(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
21052
21052
|
var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
21053
|
-
var _css, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _returnpolicyobj9, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12, _returnpolicyobj13, _returnpolicyobj14, _returnpolicyobj15, _returnpolicyobj16, _fetchCategoriesQuery2, _authdetailsContext$
|
|
21053
|
+
var _css, _authdetailsContext$i2, _authdetailsContext$i3, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _returnpolicyobj9, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12, _returnpolicyobj13, _returnpolicyobj14, _returnpolicyobj15, _returnpolicyobj16, _fetchCategoriesQuery2, _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i9, _authdetailsContext$i12, _authdetailsContext$i15;
|
|
21054
21054
|
var actions = props.actions;
|
|
21055
21055
|
var LogoutMutationContext = props.actions.LogoutMutationContext;
|
|
21056
21056
|
var setsidecartnavshowcontext = props.actions.setsidecartnavshowcontext;
|
|
@@ -21066,7 +21066,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
21066
21066
|
props.actions.favoriteprojectscountContext;
|
|
21067
21067
|
var routingcountext = props.actions.routingcountext;
|
|
21068
21068
|
var StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
|
|
21069
|
-
props.actions.setcurrencyfunccontext;
|
|
21069
|
+
var setcurrencyfunccontext = props.actions.setcurrencyfunccontext;
|
|
21070
21070
|
var fetchCategoriesQueryContext = props.actions.fetchCategoriesQueryContext;
|
|
21071
21071
|
var ikimagecredcontext = props.actions.ikimagecredcontext;
|
|
21072
21072
|
var _useState = useState(''),
|
|
@@ -21158,7 +21158,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
21158
21158
|
display: 'flex',
|
|
21159
21159
|
alignItems: 'center',
|
|
21160
21160
|
color: sectionproperties.cart_BtnTextcolor_resp,
|
|
21161
|
-
background: sectionproperties.cart_BtnbgColor_resp,
|
|
21161
|
+
background: sectionproperties.responsiveheadertransparentbg == 'Transparent' ? 'transparent' : sectionproperties.cart_BtnbgColor_resp,
|
|
21162
21162
|
width: sectionproperties.cart_BtnWidth_resp + 'px',
|
|
21163
21163
|
height: sectionproperties.cart_BtnHeight_resp + 'px',
|
|
21164
21164
|
borderRadius: sectionproperties.cart_BtnborderRadius_resp + 'px',
|
|
@@ -21391,7 +21391,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
21391
21391
|
}, /*#__PURE__*/React.createElement("div", {
|
|
21392
21392
|
className: "col-lg-12 p-0",
|
|
21393
21393
|
style: {
|
|
21394
|
-
background: sectionproperties.responsiveheadertransparentbg == 'Transparent' ? 'transparent' : sectionproperties.resposive_bgcolor
|
|
21394
|
+
background: sectionproperties.responsiveheadertransparentbg == 'Transparent' && window.location.pathname == '/home' ? 'transparent' : sectionproperties.resposive_bgcolor
|
|
21395
21395
|
}
|
|
21396
21396
|
}, /*#__PURE__*/React.createElement("div", {
|
|
21397
21397
|
className: "row m-0 w-100 p-0 pl-2 pr-2",
|
|
@@ -21473,7 +21473,47 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
21473
21473
|
}, /*#__PURE__*/React.createElement(FaRegHeart, {
|
|
21474
21474
|
size: 22,
|
|
21475
21475
|
color: sectionproperties.cart_BtnTextcolor_resp
|
|
21476
|
-
}))), sectionproperties.cartBtnShow == 'Show' && CartButton()
|
|
21476
|
+
}))), sectionproperties.cartBtnShow == 'Show' && CartButton(), authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 || (_authdetailsContext$i2 = _authdetailsContext$i2.instcurrencies) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.length) > 1 && /*#__PURE__*/React.createElement("div", {
|
|
21477
|
+
"class": 'd-flex align-items-center pl-1 pr-1 pt-1',
|
|
21478
|
+
style: {}
|
|
21479
|
+
}, /*#__PURE__*/React.createElement(Dropdown, null, /*#__PURE__*/React.createElement(Dropdown.Toggle, null, /*#__PURE__*/React.createElement("li", {
|
|
21480
|
+
"class": ' d-flex align-items-center justify-content-center '
|
|
21481
|
+
}, langdetect == 'en' && /*#__PURE__*/React.createElement("div", {
|
|
21482
|
+
"class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
|
|
21483
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
21484
|
+
"class": "m-0 p-0 mr-1 ml-1"
|
|
21485
|
+
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en), /*#__PURE__*/React.createElement(MdKeyboardArrowDown, null)), langdetect == 'ar' && /*#__PURE__*/React.createElement("div", {
|
|
21486
|
+
"class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
|
|
21487
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
21488
|
+
"class": "m-0 p-0 ml-1 mr-1"
|
|
21489
|
+
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar), /*#__PURE__*/React.createElement(MdKeyboardArrowDown, null)))), /*#__PURE__*/React.createElement(Dropdown.Menu, null, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 || (_authdetailsContext$i3 = _authdetailsContext$i3.instcurrencies) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.map(function (item, index) {
|
|
21490
|
+
var _authdetailsContext$i4;
|
|
21491
|
+
return /*#__PURE__*/React.createElement(Dropdown.Item, {
|
|
21492
|
+
"class": "m-0 p-0",
|
|
21493
|
+
onClick: function onClick() {
|
|
21494
|
+
setcurrencyfunccontext(item);
|
|
21495
|
+
}
|
|
21496
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
21497
|
+
"class": "row m-0 w-100"
|
|
21498
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
21499
|
+
"class": "col-lg-12 p-0 d-flex justify-content-start"
|
|
21500
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
21501
|
+
"class": "".concat(header_cssstyles.dropdownitemcontainer)
|
|
21502
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
21503
|
+
"class": 'dropdownitem d-flex align-items-center justify-content-center m-0 p-0',
|
|
21504
|
+
style: {
|
|
21505
|
+
fontSize: sectionproperties.dropdown_fontsize + 'px',
|
|
21506
|
+
fontWeight: sectionproperties.dropdown_fontweight,
|
|
21507
|
+
textTransform: sectionproperties.dropdown_texttransform
|
|
21508
|
+
}
|
|
21509
|
+
}, /*#__PURE__*/React.createElement(FaMoneyBillWave, null), /*#__PURE__*/React.createElement("span", {
|
|
21510
|
+
"class": 'ml-2 mr-2'
|
|
21511
|
+
}, langdetect == 'en' ? item.currencyname_en : item.currencyname_ar)))), index != (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 || (_authdetailsContext$i4 = _authdetailsContext$i4.instcurrencies) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.length) - 1 && /*#__PURE__*/React.createElement("div", {
|
|
21512
|
+
"class": "col-lg-12 p-0"
|
|
21513
|
+
}, /*#__PURE__*/React.createElement("hr", {
|
|
21514
|
+
"class": "m-0"
|
|
21515
|
+
}))));
|
|
21516
|
+
}))))), menuactive == true && /*#__PURE__*/React.createElement("div", {
|
|
21477
21517
|
"class": "px-4 py-4 scrollvertical",
|
|
21478
21518
|
style: {
|
|
21479
21519
|
position: 'fixed',
|
|
@@ -22362,7 +22402,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
22362
22402
|
}
|
|
22363
22403
|
})))));
|
|
22364
22404
|
}
|
|
22365
|
-
})), sectionproperties.subheaderParentType == 'Collections' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
22405
|
+
})), sectionproperties.subheaderParentType == 'Collections' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 || (_authdetailsContext$i5 = _authdetailsContext$i5.instcollections) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.map(function (collitem, collindex) {
|
|
22366
22406
|
if (collitem.isshowntocustomers == 1) {
|
|
22367
22407
|
return /*#__PURE__*/React.createElement("div", {
|
|
22368
22408
|
className: ' row m-0 p-0 mb-2 w-100 '
|
|
@@ -22388,49 +22428,49 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
22388
22428
|
style: {
|
|
22389
22429
|
background: '#eee'
|
|
22390
22430
|
}
|
|
22391
|
-
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
22431
|
+
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.facebooklink) != null && /*#__PURE__*/React.createElement("div", {
|
|
22392
22432
|
"class": ' d-flex align-items-center justify-content-center mx-2 ',
|
|
22393
22433
|
onClick: function onClick() {
|
|
22394
|
-
var _authdetailsContext$
|
|
22395
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
22396
|
-
var _authdetailsContext$
|
|
22397
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
22434
|
+
var _authdetailsContext$i7;
|
|
22435
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.facebooklink) != null) {
|
|
22436
|
+
var _authdetailsContext$i8;
|
|
22437
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.facebooklink, '_blank');
|
|
22398
22438
|
}
|
|
22399
22439
|
}
|
|
22400
22440
|
}, /*#__PURE__*/React.createElement(FaFacebookF, {
|
|
22401
22441
|
size: '20',
|
|
22402
22442
|
color: '#62564b'
|
|
22403
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
22443
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.instagramlink) != null && /*#__PURE__*/React.createElement("div", {
|
|
22404
22444
|
"class": ' d-flex align-items-center justify-content-center mx-2 ',
|
|
22405
22445
|
onClick: function onClick() {
|
|
22406
|
-
var _authdetailsContext$
|
|
22407
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
22408
|
-
var _authdetailsContext$
|
|
22409
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
22446
|
+
var _authdetailsContext$i10;
|
|
22447
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.instagramlink) != null) {
|
|
22448
|
+
var _authdetailsContext$i11;
|
|
22449
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.instagramlink, '_blank');
|
|
22410
22450
|
}
|
|
22411
22451
|
}
|
|
22412
22452
|
}, /*#__PURE__*/React.createElement(AiFillInstagram, {
|
|
22413
22453
|
size: '22',
|
|
22414
22454
|
color: '#62564b'
|
|
22415
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
22455
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.tiktoklink) != null && /*#__PURE__*/React.createElement("div", {
|
|
22416
22456
|
"class": ' d-flex align-items-center justify-content-center mx-2 ',
|
|
22417
22457
|
onClick: function onClick() {
|
|
22418
|
-
var _authdetailsContext$
|
|
22419
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
22420
|
-
var _authdetailsContext$
|
|
22421
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
22458
|
+
var _authdetailsContext$i13;
|
|
22459
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.instagramlink) != null) {
|
|
22460
|
+
var _authdetailsContext$i14;
|
|
22461
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.tiktoklink, '_blank');
|
|
22422
22462
|
}
|
|
22423
22463
|
}
|
|
22424
22464
|
}, /*#__PURE__*/React.createElement(IoLogoTiktok, {
|
|
22425
22465
|
size: '20',
|
|
22426
22466
|
color: '#62564b'
|
|
22427
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
22467
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.youtubelink) != null && /*#__PURE__*/React.createElement("div", {
|
|
22428
22468
|
"class": ' d-flex align-items-center justify-content-center mx-2 ',
|
|
22429
22469
|
onClick: function onClick() {
|
|
22430
|
-
var _authdetailsContext$
|
|
22431
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
22432
|
-
var _authdetailsContext$
|
|
22433
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
22470
|
+
var _authdetailsContext$i16;
|
|
22471
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.instagramlink) != null) {
|
|
22472
|
+
var _authdetailsContext$i17;
|
|
22473
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.youtubelink, '_blank');
|
|
22434
22474
|
}
|
|
22435
22475
|
}
|
|
22436
22476
|
}, /*#__PURE__*/React.createElement(AiFillYoutube, {
|
|
@@ -28484,6 +28524,9 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
28484
28524
|
}), sectionproperties.responsiveheaderstyle == 'Style 2 With Subheader' && /*#__PURE__*/React.createElement(HeaderresponsiveStyle2, {
|
|
28485
28525
|
sectionpropertiesprops: sectionproperties,
|
|
28486
28526
|
actions: actions
|
|
28527
|
+
}), sectionproperties.responsiveheaderstyle == 'Style 2' && /*#__PURE__*/React.createElement(HeaderresponsiveStyle2, {
|
|
28528
|
+
sectionpropertiesprops: sectionproperties,
|
|
28529
|
+
actions: actions
|
|
28487
28530
|
}), /*#__PURE__*/React.createElement(Offcanvas, {
|
|
28488
28531
|
show: openSearchBar,
|
|
28489
28532
|
onHide: function onHide() {
|
|
@@ -42879,9 +42922,10 @@ var Footer5 = function Footer5(props) {
|
|
|
42879
42922
|
})
|
|
42880
42923
|
};
|
|
42881
42924
|
return /*#__PURE__*/React.createElement("div", {
|
|
42882
|
-
className: "".concat(footerStyles.footerContainer) + ' row m-0 w-100
|
|
42925
|
+
className: "".concat(footerStyles.footerContainer) + ' row m-0 w-100 justify-content-center px-2015-3 pl-md-4 pr-md-4 pl-sm-2 pr-sm-2 ',
|
|
42883
42926
|
style: {
|
|
42884
|
-
position: 'relative'
|
|
42927
|
+
position: 'relative',
|
|
42928
|
+
display: window.location.pathname == '/home' && sectionproperties.showfooterinhome == 'Hide' ? 'none' : 'flex'
|
|
42885
42929
|
}
|
|
42886
42930
|
}, maincontainerarrayofobjs.length != 0 && /*#__PURE__*/React.createElement("div", {
|
|
42887
42931
|
className: footerStyles.imgcontainer
|
|
@@ -57847,7 +57891,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
57847
57891
|
}, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React.createElement("span", {
|
|
57848
57892
|
"class": sectionStyles.line_right
|
|
57849
57893
|
})))), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
57850
|
-
"class": ' col-lg-12 col-md-12 col-sm-12 d-flex align-items-center
|
|
57894
|
+
"class": ' col-lg-12 col-md-12 col-sm-12 d-flex align-items-center px-sm-3',
|
|
57851
57895
|
style: {
|
|
57852
57896
|
justifyContent: sectionproperties.descriptionCentered == 'Centered' ? 'center' : 'start',
|
|
57853
57897
|
marginBottom: sectionproperties.descriptionMarginBottom + 'px',
|
package/dist/index.umd.js
CHANGED
|
@@ -20925,7 +20925,7 @@
|
|
|
20925
20925
|
function ownKeys$1Y(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
20926
20926
|
function _objectSpread$1Y(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1Y(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1Y(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
20927
20927
|
var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
20928
|
-
var _css, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _returnpolicyobj9, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12, _returnpolicyobj13, _returnpolicyobj14, _returnpolicyobj15, _returnpolicyobj16, _fetchCategoriesQuery2, _authdetailsContext$
|
|
20928
|
+
var _css, _authdetailsContext$i2, _authdetailsContext$i3, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _returnpolicyobj9, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12, _returnpolicyobj13, _returnpolicyobj14, _returnpolicyobj15, _returnpolicyobj16, _fetchCategoriesQuery2, _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i9, _authdetailsContext$i12, _authdetailsContext$i15;
|
|
20929
20929
|
var actions = props.actions;
|
|
20930
20930
|
var LogoutMutationContext = props.actions.LogoutMutationContext;
|
|
20931
20931
|
var setsidecartnavshowcontext = props.actions.setsidecartnavshowcontext;
|
|
@@ -20941,7 +20941,7 @@
|
|
|
20941
20941
|
props.actions.favoriteprojectscountContext;
|
|
20942
20942
|
var routingcountext = props.actions.routingcountext;
|
|
20943
20943
|
var StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
|
|
20944
|
-
props.actions.setcurrencyfunccontext;
|
|
20944
|
+
var setcurrencyfunccontext = props.actions.setcurrencyfunccontext;
|
|
20945
20945
|
var fetchCategoriesQueryContext = props.actions.fetchCategoriesQueryContext;
|
|
20946
20946
|
var ikimagecredcontext = props.actions.ikimagecredcontext;
|
|
20947
20947
|
var _useState = React.useState(''),
|
|
@@ -21033,7 +21033,7 @@
|
|
|
21033
21033
|
display: 'flex',
|
|
21034
21034
|
alignItems: 'center',
|
|
21035
21035
|
color: sectionproperties.cart_BtnTextcolor_resp,
|
|
21036
|
-
background: sectionproperties.cart_BtnbgColor_resp,
|
|
21036
|
+
background: sectionproperties.responsiveheadertransparentbg == 'Transparent' ? 'transparent' : sectionproperties.cart_BtnbgColor_resp,
|
|
21037
21037
|
width: sectionproperties.cart_BtnWidth_resp + 'px',
|
|
21038
21038
|
height: sectionproperties.cart_BtnHeight_resp + 'px',
|
|
21039
21039
|
borderRadius: sectionproperties.cart_BtnborderRadius_resp + 'px',
|
|
@@ -21266,7 +21266,7 @@
|
|
|
21266
21266
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21267
21267
|
className: "col-lg-12 p-0",
|
|
21268
21268
|
style: {
|
|
21269
|
-
background: sectionproperties.responsiveheadertransparentbg == 'Transparent' ? 'transparent' : sectionproperties.resposive_bgcolor
|
|
21269
|
+
background: sectionproperties.responsiveheadertransparentbg == 'Transparent' && window.location.pathname == '/home' ? 'transparent' : sectionproperties.resposive_bgcolor
|
|
21270
21270
|
}
|
|
21271
21271
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21272
21272
|
className: "row m-0 w-100 p-0 pl-2 pr-2",
|
|
@@ -21348,7 +21348,47 @@
|
|
|
21348
21348
|
}, /*#__PURE__*/React__default["default"].createElement(FaRegHeart.FaRegHeart, {
|
|
21349
21349
|
size: 22,
|
|
21350
21350
|
color: sectionproperties.cart_BtnTextcolor_resp
|
|
21351
|
-
}))), sectionproperties.cartBtnShow == 'Show' && CartButton()
|
|
21351
|
+
}))), sectionproperties.cartBtnShow == 'Show' && CartButton(), authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 || (_authdetailsContext$i2 = _authdetailsContext$i2.instcurrencies) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.length) > 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21352
|
+
"class": 'd-flex align-items-center pl-1 pr-1 pt-1',
|
|
21353
|
+
style: {}
|
|
21354
|
+
}, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, /*#__PURE__*/React__default["default"].createElement("li", {
|
|
21355
|
+
"class": ' d-flex align-items-center justify-content-center '
|
|
21356
|
+
}, langdetect == 'en' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21357
|
+
"class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
|
|
21358
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
21359
|
+
"class": "m-0 p-0 mr-1 ml-1"
|
|
21360
|
+
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, null)), langdetect == 'ar' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21361
|
+
"class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
|
|
21362
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
21363
|
+
"class": "m-0 p-0 ml-1 mr-1"
|
|
21364
|
+
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, null)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Menu, null, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 || (_authdetailsContext$i3 = _authdetailsContext$i3.instcurrencies) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.map(function (item, index) {
|
|
21365
|
+
var _authdetailsContext$i4;
|
|
21366
|
+
return /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
21367
|
+
"class": "m-0 p-0",
|
|
21368
|
+
onClick: function onClick() {
|
|
21369
|
+
setcurrencyfunccontext(item);
|
|
21370
|
+
}
|
|
21371
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21372
|
+
"class": "row m-0 w-100"
|
|
21373
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21374
|
+
"class": "col-lg-12 p-0 d-flex justify-content-start"
|
|
21375
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21376
|
+
"class": "".concat(header_cssstyles.dropdownitemcontainer)
|
|
21377
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
21378
|
+
"class": 'dropdownitem d-flex align-items-center justify-content-center m-0 p-0',
|
|
21379
|
+
style: {
|
|
21380
|
+
fontSize: sectionproperties.dropdown_fontsize + 'px',
|
|
21381
|
+
fontWeight: sectionproperties.dropdown_fontweight,
|
|
21382
|
+
textTransform: sectionproperties.dropdown_texttransform
|
|
21383
|
+
}
|
|
21384
|
+
}, /*#__PURE__*/React__default["default"].createElement(FaMoneyBillWave.FaMoneyBillWave, null), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
21385
|
+
"class": 'ml-2 mr-2'
|
|
21386
|
+
}, langdetect == 'en' ? item.currencyname_en : item.currencyname_ar)))), index != (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 || (_authdetailsContext$i4 = _authdetailsContext$i4.instcurrencies) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.length) - 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21387
|
+
"class": "col-lg-12 p-0"
|
|
21388
|
+
}, /*#__PURE__*/React__default["default"].createElement("hr", {
|
|
21389
|
+
"class": "m-0"
|
|
21390
|
+
}))));
|
|
21391
|
+
}))))), menuactive == true && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21352
21392
|
"class": "px-4 py-4 scrollvertical",
|
|
21353
21393
|
style: {
|
|
21354
21394
|
position: 'fixed',
|
|
@@ -22237,7 +22277,7 @@
|
|
|
22237
22277
|
}
|
|
22238
22278
|
})))));
|
|
22239
22279
|
}
|
|
22240
|
-
})), sectionproperties.subheaderParentType == 'Collections' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
22280
|
+
})), sectionproperties.subheaderParentType == 'Collections' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 || (_authdetailsContext$i5 = _authdetailsContext$i5.instcollections) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.map(function (collitem, collindex) {
|
|
22241
22281
|
if (collitem.isshowntocustomers == 1) {
|
|
22242
22282
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22243
22283
|
className: ' row m-0 p-0 mb-2 w-100 '
|
|
@@ -22263,49 +22303,49 @@
|
|
|
22263
22303
|
style: {
|
|
22264
22304
|
background: '#eee'
|
|
22265
22305
|
}
|
|
22266
|
-
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
22306
|
+
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22267
22307
|
"class": ' d-flex align-items-center justify-content-center mx-2 ',
|
|
22268
22308
|
onClick: function onClick() {
|
|
22269
|
-
var _authdetailsContext$
|
|
22270
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
22271
|
-
var _authdetailsContext$
|
|
22272
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
22309
|
+
var _authdetailsContext$i7;
|
|
22310
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.facebooklink) != null) {
|
|
22311
|
+
var _authdetailsContext$i8;
|
|
22312
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.facebooklink, '_blank');
|
|
22273
22313
|
}
|
|
22274
22314
|
}
|
|
22275
22315
|
}, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
|
|
22276
22316
|
size: '20',
|
|
22277
22317
|
color: '#62564b'
|
|
22278
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
22318
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22279
22319
|
"class": ' d-flex align-items-center justify-content-center mx-2 ',
|
|
22280
22320
|
onClick: function onClick() {
|
|
22281
|
-
var _authdetailsContext$
|
|
22282
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
22283
|
-
var _authdetailsContext$
|
|
22284
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
22321
|
+
var _authdetailsContext$i10;
|
|
22322
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.instagramlink) != null) {
|
|
22323
|
+
var _authdetailsContext$i11;
|
|
22324
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.instagramlink, '_blank');
|
|
22285
22325
|
}
|
|
22286
22326
|
}
|
|
22287
22327
|
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
22288
22328
|
size: '22',
|
|
22289
22329
|
color: '#62564b'
|
|
22290
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
22330
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22291
22331
|
"class": ' d-flex align-items-center justify-content-center mx-2 ',
|
|
22292
22332
|
onClick: function onClick() {
|
|
22293
|
-
var _authdetailsContext$
|
|
22294
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
22295
|
-
var _authdetailsContext$
|
|
22296
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
22333
|
+
var _authdetailsContext$i13;
|
|
22334
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.instagramlink) != null) {
|
|
22335
|
+
var _authdetailsContext$i14;
|
|
22336
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.tiktoklink, '_blank');
|
|
22297
22337
|
}
|
|
22298
22338
|
}
|
|
22299
22339
|
}, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
|
|
22300
22340
|
size: '20',
|
|
22301
22341
|
color: '#62564b'
|
|
22302
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
22342
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.youtubelink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22303
22343
|
"class": ' d-flex align-items-center justify-content-center mx-2 ',
|
|
22304
22344
|
onClick: function onClick() {
|
|
22305
|
-
var _authdetailsContext$
|
|
22306
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
22307
|
-
var _authdetailsContext$
|
|
22308
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
22345
|
+
var _authdetailsContext$i16;
|
|
22346
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.instagramlink) != null) {
|
|
22347
|
+
var _authdetailsContext$i17;
|
|
22348
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.youtubelink, '_blank');
|
|
22309
22349
|
}
|
|
22310
22350
|
}
|
|
22311
22351
|
}, /*#__PURE__*/React__default["default"].createElement(AiFillYoutube.AiFillYoutube, {
|
|
@@ -28359,6 +28399,9 @@
|
|
|
28359
28399
|
}), sectionproperties.responsiveheaderstyle == 'Style 2 With Subheader' && /*#__PURE__*/React__default["default"].createElement(HeaderresponsiveStyle2, {
|
|
28360
28400
|
sectionpropertiesprops: sectionproperties,
|
|
28361
28401
|
actions: actions
|
|
28402
|
+
}), sectionproperties.responsiveheaderstyle == 'Style 2' && /*#__PURE__*/React__default["default"].createElement(HeaderresponsiveStyle2, {
|
|
28403
|
+
sectionpropertiesprops: sectionproperties,
|
|
28404
|
+
actions: actions
|
|
28362
28405
|
}), /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Offcanvas, {
|
|
28363
28406
|
show: openSearchBar,
|
|
28364
28407
|
onHide: function onHide() {
|
|
@@ -42754,9 +42797,10 @@
|
|
|
42754
42797
|
})
|
|
42755
42798
|
};
|
|
42756
42799
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
42757
|
-
className: "".concat(footerStyles.footerContainer) + ' row m-0 w-100
|
|
42800
|
+
className: "".concat(footerStyles.footerContainer) + ' row m-0 w-100 justify-content-center px-2015-3 pl-md-4 pr-md-4 pl-sm-2 pr-sm-2 ',
|
|
42758
42801
|
style: {
|
|
42759
|
-
position: 'relative'
|
|
42802
|
+
position: 'relative',
|
|
42803
|
+
display: window.location.pathname == '/home' && sectionproperties.showfooterinhome == 'Hide' ? 'none' : 'flex'
|
|
42760
42804
|
}
|
|
42761
42805
|
}, maincontainerarrayofobjs.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
42762
42806
|
className: footerStyles.imgcontainer
|
|
@@ -57722,7 +57766,7 @@
|
|
|
57722
57766
|
}, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
57723
57767
|
"class": sectionStyles.line_right
|
|
57724
57768
|
})))), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57725
|
-
"class": ' col-lg-12 col-md-12 col-sm-12 d-flex align-items-center
|
|
57769
|
+
"class": ' col-lg-12 col-md-12 col-sm-12 d-flex align-items-center px-sm-3',
|
|
57726
57770
|
style: {
|
|
57727
57771
|
justifyContent: sectionproperties.descriptionCentered == 'Centered' ? 'center' : 'start',
|
|
57728
57772
|
marginBottom: sectionproperties.descriptionMarginBottom + 'px',
|