tabexseriescomponents 0.0.586 → 0.0.587

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 CHANGED
@@ -28684,8 +28684,8 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
28684
28684
  return /*#__PURE__*/React__default["default"].createElement("div", {
28685
28685
  "class": "scrollhorizontalcard",
28686
28686
  style: {
28687
- marginLeft: langdetect == 'en' ? 0 : '10px',
28688
- marginRight: langdetect == 'en' ? '10px' : 0,
28687
+ marginLeft: langdetect == 'en' ? 0 : '20px',
28688
+ marginRight: langdetect == 'en' ? '20px' : 0,
28689
28689
  position: 'relative'
28690
28690
  },
28691
28691
  onClick: function onClick() {
@@ -45449,7 +45449,7 @@ var Footer7 = function Footer7(props) {
45449
45449
  function ownKeys$1v(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; }
45450
45450
  function _objectSpread$1v(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1v(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1v(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
45451
45451
  var Footer8 = function Footer8(props) {
45452
- var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17, _templatepropcontext$;
45452
+ var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i8, _authdetailsContext$i9, _authdetailsContext$i12, _authdetailsContext$i15, _authdetailsContext$i18, _templatepropcontext$, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8;
45453
45453
  var _useState = React.useState(''),
45454
45454
  _useState2 = _slicedToArray__default["default"](_useState, 2),
45455
45455
  sectionproperties = _useState2[0],
@@ -45487,6 +45487,16 @@ var Footer8 = function Footer8(props) {
45487
45487
  setsectionproperties(_objectSpread$1v({}, secpropobj));
45488
45488
  }
45489
45489
  }, [StatePagePropertiesContext]);
45490
+ var returnpolicyobj = function returnpolicyobj(policytype) {
45491
+ var _authdetailsContext$i;
45492
+ var policyobj = {};
45493
+ authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 || (_authdetailsContext$i = _authdetailsContext$i.instpolicies) === null || _authdetailsContext$i === void 0 || _authdetailsContext$i.forEach(function (item, index) {
45494
+ if (item.policytype == policytype) {
45495
+ policyobj = item;
45496
+ }
45497
+ });
45498
+ return policyobj;
45499
+ };
45490
45500
  var footerStyles = {
45491
45501
  footerContainer: glamor.css({
45492
45502
  background: sectionproperties.footerbgcolor,
@@ -45653,16 +45663,16 @@ var Footer8 = function Footer8(props) {
45653
45663
  },
45654
45664
  loading: "lazy"
45655
45665
  }))), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
45656
- "class": "col-lg-12 pl-5 pr-5 p-md-0 d-flex justify-content-start mt-2"
45666
+ "class": langdetect == 'en' ? 'col-lg-12 pr-5 p-md-0 d-flex justify-content-start mt-2' : 'col-lg-12 pl-5 p-md-0 d-flex justify-content-start mt-2'
45657
45667
  }, /*#__PURE__*/React__default["default"].createElement("p", {
45658
- "class": langdetect == 'en' ? ' wordbreak pr-5 wordbreak3 mb-4 ' : ' wordbreak pl-5 wordbreak3 mb-4 ',
45668
+ "class": langdetect == 'en' ? ' wordbreak pr-5 wordbreak3 mb-4 p-md-0 ' : ' wordbreak pl-5 wordbreak3 mb-4 p-md-0 ',
45659
45669
  style: {
45660
45670
  fontSize: sectionproperties.prodCatFontSize + 'px',
45661
45671
  fontWeight: sectionproperties.prodCatFontWeight,
45662
45672
  color: sectionproperties.prodCatColor,
45663
45673
  textAlign: langdetect == 'en' ? 'left' : 'right'
45664
45674
  }
45665
- }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.description_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.description_ar)))), /*#__PURE__*/React__default["default"].createElement("div", {
45675
+ }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.description_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.description_ar)))), /*#__PURE__*/React__default["default"].createElement("div", {
45666
45676
  "class": sectionproperties.prodCatShow == 'Show' ? 'col-lg-3 col-md-12 col-sm-12 align-items-center mb-md-3' : 'col-lg-4 col-md-12 col-sm-12 align-items-center mb-md-3 p-sm-0'
45667
45677
  }, sectionproperties.showfooteraddress == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
45668
45678
  "class": "".concat(footerStyles.textStyles) + ' m-0 p-0 mb-3 mb-md-1 wordbreak d-none ',
@@ -45678,7 +45688,7 @@ var Footer8 = function Footer8(props) {
45678
45688
  style: {
45679
45689
  textAlign: langdetect == 'en' ? 'left' : 'right'
45680
45690
  }
45681
- }, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.address_en))), sectionproperties.showdownloadsection == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
45691
+ }, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.address_en))), sectionproperties.showdownloadsection == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
45682
45692
  "class": "col-lg-12 justify-content-start align-items-center mb-md-4 p-0"
45683
45693
  }, /*#__PURE__*/React__default["default"].createElement("div", {
45684
45694
  "class": "row m-0 w-100 align-items-center flex-row justify-content-start justify-content-start justify-content-sm-center"
@@ -45695,8 +45705,8 @@ var Footer8 = function Footer8(props) {
45695
45705
  "class": "".concat(footerStyles.appstore) + ' d-flex justify-content-center align-items-center cursor-pointer ',
45696
45706
  src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
45697
45707
  onClick: function onClick() {
45698
- var _authdetailsContext$i4;
45699
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.mobileapplink_appstore, '_blank');
45708
+ var _authdetailsContext$i5;
45709
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.mobileapplink_appstore, '_blank');
45700
45710
  }
45701
45711
  })), /*#__PURE__*/React__default["default"].createElement("div", {
45702
45712
  "class": langdetect == 'en' ? 'col-lg-4 col-md-3 col-sm-6 pl-0' : 'col-lg-4 col-md-3 col-sm-6 pr-0'
@@ -45704,8 +45714,8 @@ var Footer8 = function Footer8(props) {
45704
45714
  "class": "".concat(footerStyles.googleplay) + ' d-flex justify-content-center align-items-center cursor-pointer ',
45705
45715
  src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
45706
45716
  onClick: function onClick() {
45707
- var _authdetailsContext$i5;
45708
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.mobileapplink_playstore, '_blank');
45717
+ var _authdetailsContext$i6;
45718
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.mobileapplink_playstore, '_blank');
45709
45719
  }
45710
45720
  }))))), /*#__PURE__*/React__default["default"].createElement("div", {
45711
45721
  "class": sectionproperties.prodCatShow == 'Show' ? 'col-lg-3 col-md-12 col-sm-12 mb-md-3' : 'col-lg-4 col-md-12 col-sm-12 mb-md-3 p-sm-0'
@@ -45723,8 +45733,8 @@ var Footer8 = function Footer8(props) {
45723
45733
  }, sectionproperties.showfooteremail == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
45724
45734
  "class": footerStyles.footerinfoContainer + ' col-xl-12 col-lg-12 col-md-12 col-sm-12 d-flex justify-content-start align-items-center mb-md-2 cursor-pointer ',
45725
45735
  onClick: function onClick() {
45726
- var _authdetailsContext$i6;
45727
- window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 || (_authdetailsContext$i6 = _authdetailsContext$i6.contactinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.email), '_self');
45736
+ var _authdetailsContext$i7;
45737
+ window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 || (_authdetailsContext$i7 = _authdetailsContext$i7.contactinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.email), '_self');
45728
45738
  }
45729
45739
  }, /*#__PURE__*/React__default["default"].createElement("p", {
45730
45740
  "class": "".concat(footerStyles.iconTextStyle) + ' p-0 m-0 wordbreak text-transform-none footerinfo pb-1 ',
@@ -45733,7 +45743,7 @@ var Footer8 = function Footer8(props) {
45733
45743
  borderBottomStyle: 'solid',
45734
45744
  textAlign: langdetect == 'en' ? 'left' : 'right'
45735
45745
  }
45736
- }, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 || (_authdetailsContext$i7 = _authdetailsContext$i7.contactinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.email))), /*#__PURE__*/React__default["default"].createElement("div", {
45746
+ }, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 || (_authdetailsContext$i8 = _authdetailsContext$i8.contactinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.email))), /*#__PURE__*/React__default["default"].createElement("div", {
45737
45747
  "class": "col-lg-12 p-0 mt-2 mt-md-1 d-flex align-items-center justify-content-start"
45738
45748
  }, sectionproperties.showfooterphonenumber == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
45739
45749
  "class": footerStyles.footerinfoContainer + ' col-xl-12 col-lg-12 col-md-12 col-sm-12 d-flex justify-content-start align-items-center mb-md-0 cursor-pointer ',
@@ -45747,48 +45757,48 @@ var Footer8 = function Footer8(props) {
45747
45757
  }
45748
45758
  }, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber))), /*#__PURE__*/React__default["default"].createElement("div", {
45749
45759
  "class": 'col-lg-12 p-0 d-flex align-items-center justify-content-start mt-3'
45750
- }, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
45760
+ }, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
45751
45761
  "class": langdetect == 'en' ? "".concat(footerStyles.facebook_btn) + ' d-flex align-items-center justify-content-center mr-2 ' : "".concat(footerStyles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-2 ',
45752
45762
  onClick: function onClick() {
45753
- var _authdetailsContext$i9;
45754
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.facebooklink) != null) {
45755
- var _authdetailsContext$i10;
45756
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.facebooklink, '_blank');
45763
+ var _authdetailsContext$i10;
45764
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.facebooklink) != null) {
45765
+ var _authdetailsContext$i11;
45766
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.facebooklink, '_blank');
45757
45767
  }
45758
45768
  }
45759
45769
  }, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
45760
45770
  size: sectionproperties.facebkbtnniconfontsize
45761
- })), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
45771
+ })), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
45762
45772
  "class": "".concat(footerStyles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-2 mr-2 ',
45763
45773
  onClick: function onClick() {
45764
- var _authdetailsContext$i12;
45765
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.instagramlink) != null) {
45766
- var _authdetailsContext$i13;
45767
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.instagramlink, '_blank');
45774
+ var _authdetailsContext$i13;
45775
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.instagramlink) != null) {
45776
+ var _authdetailsContext$i14;
45777
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.instagramlink, '_blank');
45768
45778
  }
45769
45779
  }
45770
45780
  }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
45771
45781
  size: sectionproperties.instgrambtniconfontsize
45772
- })), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("div", {
45782
+ })), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("div", {
45773
45783
  "class": "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-2 mr-2 ',
45774
45784
  onClick: function onClick() {
45775
- var _authdetailsContext$i15;
45776
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.whatsappnumber) != null) {
45777
- var _authdetailsContext$i16;
45778
- window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.whatsappnumber), '_blank');
45785
+ var _authdetailsContext$i16;
45786
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.whatsappnumber) != null) {
45787
+ var _authdetailsContext$i17;
45788
+ window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.whatsappnumber), '_blank');
45779
45789
  }
45780
45790
  }
45781
45791
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
45782
45792
  size: sectionproperties.youtubebtniconfontsize
45783
- })), sectionproperties.tiktokshow == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
45793
+ })), sectionproperties.tiktokshow == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
45784
45794
  "class": langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-2' : "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center mr-2 '
45785
45795
  // class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-1 mr-1 '}
45786
45796
  ,
45787
45797
  onClick: function onClick() {
45788
- var _authdetailsContext$i18;
45789
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.tiktoklink) != null) {
45790
- var _authdetailsContext$i19;
45791
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.tiktoklink, '_blank');
45798
+ var _authdetailsContext$i19;
45799
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.tiktoklink) != null) {
45800
+ var _authdetailsContext$i20;
45801
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.tiktoklink, '_blank');
45792
45802
  }
45793
45803
  }
45794
45804
  }, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
@@ -45823,7 +45833,7 @@ var Footer8 = function Footer8(props) {
45823
45833
  }
45824
45834
  }, langdetect == 'en' ? item.pagename : item.pagename_ar));
45825
45835
  }
45826
- }), sectionproperties.showhidesubpages == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
45836
+ }), sectionproperties.showhidesubpages == 'Show' && sectionproperties.separatepolicies == 'No' && /*#__PURE__*/React__default["default"].createElement("div", {
45827
45837
  "class": "scrollhorizontalcard d-md-flex justify-content-md-start w-md-100"
45828
45838
  }, /*#__PURE__*/React__default["default"].createElement("p", {
45829
45839
  onClick: function onClick() {
@@ -45835,7 +45845,55 @@ var Footer8 = function Footer8(props) {
45835
45845
  marginRight: langdetect == 'en' ? '20px' : 0,
45836
45846
  marginLeft: langdetect == 'ar' ? '20px' : 0
45837
45847
  }
45838
- }, lang.policies)), sectionproperties.showhidesubpages == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
45848
+ }, lang.policies)), sectionproperties.showhidesubpages == 'Show' && sectionproperties.separatepolicies == 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
45849
+ "class": "scrollhorizontalcard d-md-flex justify-content-md-start w-md-100"
45850
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
45851
+ onClick: function onClick() {
45852
+ routingcountext(StaticPagesLinksContext.PrivacyPolicy);
45853
+ },
45854
+ "class": "".concat(footerStyles.subPages) + ' wordbreak ',
45855
+ style: {
45856
+ textAlign: langdetect == 'en' ? 'left' : 'right',
45857
+ marginRight: langdetect == 'en' ? '20px' : 0,
45858
+ marginLeft: langdetect == 'ar' ? '20px' : 0
45859
+ }
45860
+ }, langdetect == 'en' ? (_returnpolicyobj = returnpolicyobj('Privacy Policy')) === null || _returnpolicyobj === void 0 ? void 0 : _returnpolicyobj.policypagename_en : (_returnpolicyobj2 = returnpolicyobj('Privacy Policy')) === null || _returnpolicyobj2 === void 0 ? void 0 : _returnpolicyobj2.policypagename_ar)), sectionproperties.showhidesubpages == 'Show' && sectionproperties.separatepolicies == 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
45861
+ "class": "scrollhorizontalcard d-md-flex justify-content-md-start w-md-100"
45862
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
45863
+ onClick: function onClick() {
45864
+ routingcountext(StaticPagesLinksContext.ShippingPolicy);
45865
+ },
45866
+ "class": "".concat(footerStyles.subPages) + ' wordbreak ',
45867
+ style: {
45868
+ textAlign: langdetect == 'en' ? 'left' : 'right',
45869
+ marginRight: langdetect == 'en' ? '20px' : 0,
45870
+ marginLeft: langdetect == 'ar' ? '20px' : 0
45871
+ }
45872
+ }, langdetect == 'en' ? (_returnpolicyobj3 = returnpolicyobj('Shipping Policy')) === null || _returnpolicyobj3 === void 0 ? void 0 : _returnpolicyobj3.policypagename_en : (_returnpolicyobj4 = returnpolicyobj('Shipping Policy')) === null || _returnpolicyobj4 === void 0 ? void 0 : _returnpolicyobj4.policypagename_ar)), sectionproperties.showhidesubpages == 'Show' && sectionproperties.separatepolicies == 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
45873
+ "class": "scrollhorizontalcard d-md-flex justify-content-md-start w-md-100"
45874
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
45875
+ onClick: function onClick() {
45876
+ routingcountext(StaticPagesLinksContext.RefundPolicy);
45877
+ },
45878
+ "class": "".concat(footerStyles.subPages) + ' wordbreak ',
45879
+ style: {
45880
+ textAlign: langdetect == 'en' ? 'left' : 'right',
45881
+ marginRight: langdetect == 'en' ? '20px' : 0,
45882
+ marginLeft: langdetect == 'ar' ? '20px' : 0
45883
+ }
45884
+ }, langdetect == 'en' ? (_returnpolicyobj5 = returnpolicyobj('Refund Policy')) === null || _returnpolicyobj5 === void 0 ? void 0 : _returnpolicyobj5.policypagename_en : (_returnpolicyobj6 = returnpolicyobj('Refund Policy')) === null || _returnpolicyobj6 === void 0 ? void 0 : _returnpolicyobj6.policypagename_ar)), sectionproperties.showhidesubpages == 'Show' && sectionproperties.separatepolicies == 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
45885
+ "class": "scrollhorizontalcard d-md-flex justify-content-md-start w-md-100"
45886
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
45887
+ onClick: function onClick() {
45888
+ routingcountext(StaticPagesLinksContext.TermsConditions);
45889
+ },
45890
+ "class": "".concat(footerStyles.subPages) + ' wordbreak ',
45891
+ style: {
45892
+ textAlign: langdetect == 'en' ? 'left' : 'right',
45893
+ marginRight: langdetect == 'en' ? '20px' : 0,
45894
+ marginLeft: langdetect == 'ar' ? '20px' : 0
45895
+ }
45896
+ }, langdetect == 'en' ? (_returnpolicyobj7 = returnpolicyobj('Terms & Conditions')) === null || _returnpolicyobj7 === void 0 ? void 0 : _returnpolicyobj7.policypagename_en : (_returnpolicyobj8 = returnpolicyobj('Terms & Conditions')) === null || _returnpolicyobj8 === void 0 ? void 0 : _returnpolicyobj8.policypagename_ar)), sectionproperties.showhidesubpages == 'Show' && sectionproperties.showfavorites && /*#__PURE__*/React__default["default"].createElement("div", {
45839
45897
  "class": "scrollhorizontalcard d-md-flex justify-content-md-start w-md-100"
45840
45898
  }, /*#__PURE__*/React__default["default"].createElement("p", {
45841
45899
  "class": "".concat(footerStyles.subPages) + ' wordbreak ',
@@ -45847,7 +45905,7 @@ var Footer8 = function Footer8(props) {
45847
45905
  onClick: function onClick() {
45848
45906
  routingcountext(StaticPagesLinksContext.Wishlist);
45849
45907
  }
45850
- }, lang.wishlist)), authdetailsContext.loggedin && sectionproperties.showhidesubpages == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
45908
+ }, langdetect == 'en' ? sectionproperties.wishlisttitle_en : sectionproperties.wishlisttitle_ar)), authdetailsContext.loggedin && sectionproperties.showhidesubpages == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
45851
45909
  "class": "scrollhorizontalcard d-md-flex justify-content-md-start w-md-100"
45852
45910
  }, /*#__PURE__*/React__default["default"].createElement("p", {
45853
45911
  "class": "".concat(footerStyles.subPages) + ' wordbreak ',
@@ -60058,7 +60116,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
60058
60116
  style: {}
60059
60117
  }, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), cardsarray.map(function (cardinfoitem, cardinfoindex) {
60060
60118
  return /*#__PURE__*/React__default["default"].createElement("div", {
60061
- "class": sectionproperties.numofcols == '2' ? 'col-lg-6 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : sectionproperties.numofcols == '3' ? 'col-lg-4 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : 'col-lg-3 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4',
60119
+ "class": sectionproperties.numofcols == '2' ? 'col-lg-6 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4 col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '3' ? 'col-lg-4 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4 col-sm-' + sectionproperties.numberOfColsverticalresp : 'col-lg-3 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4 col-sm-' + sectionproperties.numberOfColsverticalresp,
60062
60120
  style: {
60063
60121
  zIndex: 2
60064
60122
  }
@@ -69621,6 +69679,7 @@ var CategoryCardwithhoveraction = function CategoryCardwithhoveraction(props) {
69621
69679
  function ownKeys$n(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; }
69622
69680
  function _objectSpread$n(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$n(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$n(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
69623
69681
  var Classiccategorycard = function Classiccategorycard(props) {
69682
+ var _mediaMaxWidth;
69624
69683
  var _useState = React.useState(''),
69625
69684
  _useState2 = _slicedToArray__default["default"](_useState, 2),
69626
69685
  sectionproperties = _useState2[0],
@@ -69652,7 +69711,6 @@ var Classiccategorycard = function Classiccategorycard(props) {
69652
69711
  }, [props.cardinfoitemprops]);
69653
69712
  var card_cssstyles = {
69654
69713
  productcard: glamor.css({
69655
- width: '100%',
69656
69714
  position: 'relative',
69657
69715
  cursor: 'pointer',
69658
69716
  // height: sectionproperties.image_height + 'px',
@@ -69664,10 +69722,16 @@ var Classiccategorycard = function Classiccategorycard(props) {
69664
69722
  marginBottom: sectionproperties.image_mb + 'px',
69665
69723
  marginLeft: langdetect == 'en' ? sectionproperties.image_marginleft + 'px' : sectionproperties.image_marginright + 'px',
69666
69724
  marginRight: langdetect == 'en' ? sectionproperties.image_marginright + 'px' : sectionproperties.image_marginleft + 'px',
69667
- border: sectionproperties.image_borderwidth + 'px solid ' + sectionproperties.image_bordercolor
69725
+ border: sectionproperties.image_borderwidth + 'px solid ' + sectionproperties.image_bordercolor,
69726
+ minWidth: props.sectiontypeprops2 == 'vertical' ? '100%' : sectionproperties.image_width + 'px',
69727
+ maxWidth: props.sectiontypeprops2 == 'vertical' ? '100%' : sectionproperties.image_width + 'px',
69728
+ height: sectionproperties.image_height == 0 ? '100%' : sectionproperties.image_height + '%',
69729
+ '@media (max-width: 800px)': (_mediaMaxWidth = {
69730
+ minWidth: props.sectiontypeprops2 == 'vertical' ? '100%' : sectionproperties.image_width_resp + 'px'
69731
+ }, _defineProperty__default["default"](_mediaMaxWidth, "minWidth", props.sectiontypeprops2 == 'vertical' ? '100%' : sectionproperties.image_width_resp + 'px'), _defineProperty__default["default"](_mediaMaxWidth, "height", sectionproperties.height_responsive + 'px'), _mediaMaxWidth)
69668
69732
  }),
69669
69733
  textContainer: glamor.css({
69670
- width: sectionproperties.width + 'px',
69734
+ width: sectionproperties.width + '%',
69671
69735
  background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
69672
69736
  height: sectionproperties.height + 'px',
69673
69737
  borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.borderBottomLeftRadius + 'px' : sectionproperties.borderBottomRightRadius + 'px',
package/dist/index.esm.js CHANGED
@@ -28635,8 +28635,8 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
28635
28635
  return /*#__PURE__*/React.createElement("div", {
28636
28636
  "class": "scrollhorizontalcard",
28637
28637
  style: {
28638
- marginLeft: langdetect == 'en' ? 0 : '10px',
28639
- marginRight: langdetect == 'en' ? '10px' : 0,
28638
+ marginLeft: langdetect == 'en' ? 0 : '20px',
28639
+ marginRight: langdetect == 'en' ? '20px' : 0,
28640
28640
  position: 'relative'
28641
28641
  },
28642
28642
  onClick: function onClick() {
@@ -45400,7 +45400,7 @@ var Footer7 = function Footer7(props) {
45400
45400
  function ownKeys$1v(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; }
45401
45401
  function _objectSpread$1v(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1v(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1v(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
45402
45402
  var Footer8 = function Footer8(props) {
45403
- var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17, _templatepropcontext$;
45403
+ var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i8, _authdetailsContext$i9, _authdetailsContext$i12, _authdetailsContext$i15, _authdetailsContext$i18, _templatepropcontext$, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8;
45404
45404
  var _useState = useState(''),
45405
45405
  _useState2 = _slicedToArray(_useState, 2),
45406
45406
  sectionproperties = _useState2[0],
@@ -45438,6 +45438,16 @@ var Footer8 = function Footer8(props) {
45438
45438
  setsectionproperties(_objectSpread$1v({}, secpropobj));
45439
45439
  }
45440
45440
  }, [StatePagePropertiesContext]);
45441
+ var returnpolicyobj = function returnpolicyobj(policytype) {
45442
+ var _authdetailsContext$i;
45443
+ var policyobj = {};
45444
+ authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 || (_authdetailsContext$i = _authdetailsContext$i.instpolicies) === null || _authdetailsContext$i === void 0 || _authdetailsContext$i.forEach(function (item, index) {
45445
+ if (item.policytype == policytype) {
45446
+ policyobj = item;
45447
+ }
45448
+ });
45449
+ return policyobj;
45450
+ };
45441
45451
  var footerStyles = {
45442
45452
  footerContainer: css({
45443
45453
  background: sectionproperties.footerbgcolor,
@@ -45604,16 +45614,16 @@ var Footer8 = function Footer8(props) {
45604
45614
  },
45605
45615
  loading: "lazy"
45606
45616
  }))), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React.createElement("div", {
45607
- "class": "col-lg-12 pl-5 pr-5 p-md-0 d-flex justify-content-start mt-2"
45617
+ "class": langdetect == 'en' ? 'col-lg-12 pr-5 p-md-0 d-flex justify-content-start mt-2' : 'col-lg-12 pl-5 p-md-0 d-flex justify-content-start mt-2'
45608
45618
  }, /*#__PURE__*/React.createElement("p", {
45609
- "class": langdetect == 'en' ? ' wordbreak pr-5 wordbreak3 mb-4 ' : ' wordbreak pl-5 wordbreak3 mb-4 ',
45619
+ "class": langdetect == 'en' ? ' wordbreak pr-5 wordbreak3 mb-4 p-md-0 ' : ' wordbreak pl-5 wordbreak3 mb-4 p-md-0 ',
45610
45620
  style: {
45611
45621
  fontSize: sectionproperties.prodCatFontSize + 'px',
45612
45622
  fontWeight: sectionproperties.prodCatFontWeight,
45613
45623
  color: sectionproperties.prodCatColor,
45614
45624
  textAlign: langdetect == 'en' ? 'left' : 'right'
45615
45625
  }
45616
- }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.description_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.description_ar)))), /*#__PURE__*/React.createElement("div", {
45626
+ }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.description_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.description_ar)))), /*#__PURE__*/React.createElement("div", {
45617
45627
  "class": sectionproperties.prodCatShow == 'Show' ? 'col-lg-3 col-md-12 col-sm-12 align-items-center mb-md-3' : 'col-lg-4 col-md-12 col-sm-12 align-items-center mb-md-3 p-sm-0'
45618
45628
  }, sectionproperties.showfooteraddress == 'Show' && /*#__PURE__*/React.createElement("p", {
45619
45629
  "class": "".concat(footerStyles.textStyles) + ' m-0 p-0 mb-3 mb-md-1 wordbreak d-none ',
@@ -45629,7 +45639,7 @@ var Footer8 = function Footer8(props) {
45629
45639
  style: {
45630
45640
  textAlign: langdetect == 'en' ? 'left' : 'right'
45631
45641
  }
45632
- }, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.address_en))), sectionproperties.showdownloadsection == 'Show' && /*#__PURE__*/React.createElement("div", {
45642
+ }, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.address_en))), sectionproperties.showdownloadsection == 'Show' && /*#__PURE__*/React.createElement("div", {
45633
45643
  "class": "col-lg-12 justify-content-start align-items-center mb-md-4 p-0"
45634
45644
  }, /*#__PURE__*/React.createElement("div", {
45635
45645
  "class": "row m-0 w-100 align-items-center flex-row justify-content-start justify-content-start justify-content-sm-center"
@@ -45646,8 +45656,8 @@ var Footer8 = function Footer8(props) {
45646
45656
  "class": "".concat(footerStyles.appstore) + ' d-flex justify-content-center align-items-center cursor-pointer ',
45647
45657
  src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
45648
45658
  onClick: function onClick() {
45649
- var _authdetailsContext$i4;
45650
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.mobileapplink_appstore, '_blank');
45659
+ var _authdetailsContext$i5;
45660
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.mobileapplink_appstore, '_blank');
45651
45661
  }
45652
45662
  })), /*#__PURE__*/React.createElement("div", {
45653
45663
  "class": langdetect == 'en' ? 'col-lg-4 col-md-3 col-sm-6 pl-0' : 'col-lg-4 col-md-3 col-sm-6 pr-0'
@@ -45655,8 +45665,8 @@ var Footer8 = function Footer8(props) {
45655
45665
  "class": "".concat(footerStyles.googleplay) + ' d-flex justify-content-center align-items-center cursor-pointer ',
45656
45666
  src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
45657
45667
  onClick: function onClick() {
45658
- var _authdetailsContext$i5;
45659
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.mobileapplink_playstore, '_blank');
45668
+ var _authdetailsContext$i6;
45669
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.mobileapplink_playstore, '_blank');
45660
45670
  }
45661
45671
  }))))), /*#__PURE__*/React.createElement("div", {
45662
45672
  "class": sectionproperties.prodCatShow == 'Show' ? 'col-lg-3 col-md-12 col-sm-12 mb-md-3' : 'col-lg-4 col-md-12 col-sm-12 mb-md-3 p-sm-0'
@@ -45674,8 +45684,8 @@ var Footer8 = function Footer8(props) {
45674
45684
  }, sectionproperties.showfooteremail == 'Show' && /*#__PURE__*/React.createElement("div", {
45675
45685
  "class": footerStyles.footerinfoContainer + ' col-xl-12 col-lg-12 col-md-12 col-sm-12 d-flex justify-content-start align-items-center mb-md-2 cursor-pointer ',
45676
45686
  onClick: function onClick() {
45677
- var _authdetailsContext$i6;
45678
- window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 || (_authdetailsContext$i6 = _authdetailsContext$i6.contactinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.email), '_self');
45687
+ var _authdetailsContext$i7;
45688
+ window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 || (_authdetailsContext$i7 = _authdetailsContext$i7.contactinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.email), '_self');
45679
45689
  }
45680
45690
  }, /*#__PURE__*/React.createElement("p", {
45681
45691
  "class": "".concat(footerStyles.iconTextStyle) + ' p-0 m-0 wordbreak text-transform-none footerinfo pb-1 ',
@@ -45684,7 +45694,7 @@ var Footer8 = function Footer8(props) {
45684
45694
  borderBottomStyle: 'solid',
45685
45695
  textAlign: langdetect == 'en' ? 'left' : 'right'
45686
45696
  }
45687
- }, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 || (_authdetailsContext$i7 = _authdetailsContext$i7.contactinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.email))), /*#__PURE__*/React.createElement("div", {
45697
+ }, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 || (_authdetailsContext$i8 = _authdetailsContext$i8.contactinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.email))), /*#__PURE__*/React.createElement("div", {
45688
45698
  "class": "col-lg-12 p-0 mt-2 mt-md-1 d-flex align-items-center justify-content-start"
45689
45699
  }, sectionproperties.showfooterphonenumber == 'Show' && /*#__PURE__*/React.createElement("div", {
45690
45700
  "class": footerStyles.footerinfoContainer + ' col-xl-12 col-lg-12 col-md-12 col-sm-12 d-flex justify-content-start align-items-center mb-md-0 cursor-pointer ',
@@ -45698,48 +45708,48 @@ var Footer8 = function Footer8(props) {
45698
45708
  }
45699
45709
  }, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber))), /*#__PURE__*/React.createElement("div", {
45700
45710
  "class": 'col-lg-12 p-0 d-flex align-items-center justify-content-start mt-3'
45701
- }, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.facebooklink) != null && /*#__PURE__*/React.createElement("div", {
45711
+ }, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.facebooklink) != null && /*#__PURE__*/React.createElement("div", {
45702
45712
  "class": langdetect == 'en' ? "".concat(footerStyles.facebook_btn) + ' d-flex align-items-center justify-content-center mr-2 ' : "".concat(footerStyles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-2 ',
45703
45713
  onClick: function onClick() {
45704
- var _authdetailsContext$i9;
45705
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.facebooklink) != null) {
45706
- var _authdetailsContext$i10;
45707
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.facebooklink, '_blank');
45714
+ var _authdetailsContext$i10;
45715
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.facebooklink) != null) {
45716
+ var _authdetailsContext$i11;
45717
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.facebooklink, '_blank');
45708
45718
  }
45709
45719
  }
45710
45720
  }, /*#__PURE__*/React.createElement(FaFacebookF, {
45711
45721
  size: sectionproperties.facebkbtnniconfontsize
45712
- })), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.instagramlink) != null && /*#__PURE__*/React.createElement("div", {
45722
+ })), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.instagramlink) != null && /*#__PURE__*/React.createElement("div", {
45713
45723
  "class": "".concat(footerStyles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-2 mr-2 ',
45714
45724
  onClick: function onClick() {
45715
- var _authdetailsContext$i12;
45716
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.instagramlink) != null) {
45717
- var _authdetailsContext$i13;
45718
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.instagramlink, '_blank');
45725
+ var _authdetailsContext$i13;
45726
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.instagramlink) != null) {
45727
+ var _authdetailsContext$i14;
45728
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.instagramlink, '_blank');
45719
45729
  }
45720
45730
  }
45721
45731
  }, /*#__PURE__*/React.createElement(AiFillInstagram, {
45722
45732
  size: sectionproperties.instgrambtniconfontsize
45723
- })), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.whatsappnumber) != null && /*#__PURE__*/React.createElement("div", {
45733
+ })), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.whatsappnumber) != null && /*#__PURE__*/React.createElement("div", {
45724
45734
  "class": "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-2 mr-2 ',
45725
45735
  onClick: function onClick() {
45726
- var _authdetailsContext$i15;
45727
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.whatsappnumber) != null) {
45728
- var _authdetailsContext$i16;
45729
- window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.whatsappnumber), '_blank');
45736
+ var _authdetailsContext$i16;
45737
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.whatsappnumber) != null) {
45738
+ var _authdetailsContext$i17;
45739
+ window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.whatsappnumber), '_blank');
45730
45740
  }
45731
45741
  }
45732
45742
  }, /*#__PURE__*/React.createElement(FaWhatsapp, {
45733
45743
  size: sectionproperties.youtubebtniconfontsize
45734
- })), sectionproperties.tiktokshow == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.tiktoklink) != null && /*#__PURE__*/React.createElement("div", {
45744
+ })), sectionproperties.tiktokshow == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.tiktoklink) != null && /*#__PURE__*/React.createElement("div", {
45735
45745
  "class": langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-2' : "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center mr-2 '
45736
45746
  // class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-1 mr-1 '}
45737
45747
  ,
45738
45748
  onClick: function onClick() {
45739
- var _authdetailsContext$i18;
45740
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.tiktoklink) != null) {
45741
- var _authdetailsContext$i19;
45742
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.tiktoklink, '_blank');
45749
+ var _authdetailsContext$i19;
45750
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.tiktoklink) != null) {
45751
+ var _authdetailsContext$i20;
45752
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.tiktoklink, '_blank');
45743
45753
  }
45744
45754
  }
45745
45755
  }, /*#__PURE__*/React.createElement(IoLogoTiktok, {
@@ -45774,7 +45784,7 @@ var Footer8 = function Footer8(props) {
45774
45784
  }
45775
45785
  }, langdetect == 'en' ? item.pagename : item.pagename_ar));
45776
45786
  }
45777
- }), sectionproperties.showhidesubpages == 'Show' && /*#__PURE__*/React.createElement("div", {
45787
+ }), sectionproperties.showhidesubpages == 'Show' && sectionproperties.separatepolicies == 'No' && /*#__PURE__*/React.createElement("div", {
45778
45788
  "class": "scrollhorizontalcard d-md-flex justify-content-md-start w-md-100"
45779
45789
  }, /*#__PURE__*/React.createElement("p", {
45780
45790
  onClick: function onClick() {
@@ -45786,7 +45796,55 @@ var Footer8 = function Footer8(props) {
45786
45796
  marginRight: langdetect == 'en' ? '20px' : 0,
45787
45797
  marginLeft: langdetect == 'ar' ? '20px' : 0
45788
45798
  }
45789
- }, lang.policies)), sectionproperties.showhidesubpages == 'Show' && /*#__PURE__*/React.createElement("div", {
45799
+ }, lang.policies)), sectionproperties.showhidesubpages == 'Show' && sectionproperties.separatepolicies == 'Yes' && /*#__PURE__*/React.createElement("div", {
45800
+ "class": "scrollhorizontalcard d-md-flex justify-content-md-start w-md-100"
45801
+ }, /*#__PURE__*/React.createElement("p", {
45802
+ onClick: function onClick() {
45803
+ routingcountext(StaticPagesLinksContext.PrivacyPolicy);
45804
+ },
45805
+ "class": "".concat(footerStyles.subPages) + ' wordbreak ',
45806
+ style: {
45807
+ textAlign: langdetect == 'en' ? 'left' : 'right',
45808
+ marginRight: langdetect == 'en' ? '20px' : 0,
45809
+ marginLeft: langdetect == 'ar' ? '20px' : 0
45810
+ }
45811
+ }, langdetect == 'en' ? (_returnpolicyobj = returnpolicyobj('Privacy Policy')) === null || _returnpolicyobj === void 0 ? void 0 : _returnpolicyobj.policypagename_en : (_returnpolicyobj2 = returnpolicyobj('Privacy Policy')) === null || _returnpolicyobj2 === void 0 ? void 0 : _returnpolicyobj2.policypagename_ar)), sectionproperties.showhidesubpages == 'Show' && sectionproperties.separatepolicies == 'Yes' && /*#__PURE__*/React.createElement("div", {
45812
+ "class": "scrollhorizontalcard d-md-flex justify-content-md-start w-md-100"
45813
+ }, /*#__PURE__*/React.createElement("p", {
45814
+ onClick: function onClick() {
45815
+ routingcountext(StaticPagesLinksContext.ShippingPolicy);
45816
+ },
45817
+ "class": "".concat(footerStyles.subPages) + ' wordbreak ',
45818
+ style: {
45819
+ textAlign: langdetect == 'en' ? 'left' : 'right',
45820
+ marginRight: langdetect == 'en' ? '20px' : 0,
45821
+ marginLeft: langdetect == 'ar' ? '20px' : 0
45822
+ }
45823
+ }, langdetect == 'en' ? (_returnpolicyobj3 = returnpolicyobj('Shipping Policy')) === null || _returnpolicyobj3 === void 0 ? void 0 : _returnpolicyobj3.policypagename_en : (_returnpolicyobj4 = returnpolicyobj('Shipping Policy')) === null || _returnpolicyobj4 === void 0 ? void 0 : _returnpolicyobj4.policypagename_ar)), sectionproperties.showhidesubpages == 'Show' && sectionproperties.separatepolicies == 'Yes' && /*#__PURE__*/React.createElement("div", {
45824
+ "class": "scrollhorizontalcard d-md-flex justify-content-md-start w-md-100"
45825
+ }, /*#__PURE__*/React.createElement("p", {
45826
+ onClick: function onClick() {
45827
+ routingcountext(StaticPagesLinksContext.RefundPolicy);
45828
+ },
45829
+ "class": "".concat(footerStyles.subPages) + ' wordbreak ',
45830
+ style: {
45831
+ textAlign: langdetect == 'en' ? 'left' : 'right',
45832
+ marginRight: langdetect == 'en' ? '20px' : 0,
45833
+ marginLeft: langdetect == 'ar' ? '20px' : 0
45834
+ }
45835
+ }, langdetect == 'en' ? (_returnpolicyobj5 = returnpolicyobj('Refund Policy')) === null || _returnpolicyobj5 === void 0 ? void 0 : _returnpolicyobj5.policypagename_en : (_returnpolicyobj6 = returnpolicyobj('Refund Policy')) === null || _returnpolicyobj6 === void 0 ? void 0 : _returnpolicyobj6.policypagename_ar)), sectionproperties.showhidesubpages == 'Show' && sectionproperties.separatepolicies == 'Yes' && /*#__PURE__*/React.createElement("div", {
45836
+ "class": "scrollhorizontalcard d-md-flex justify-content-md-start w-md-100"
45837
+ }, /*#__PURE__*/React.createElement("p", {
45838
+ onClick: function onClick() {
45839
+ routingcountext(StaticPagesLinksContext.TermsConditions);
45840
+ },
45841
+ "class": "".concat(footerStyles.subPages) + ' wordbreak ',
45842
+ style: {
45843
+ textAlign: langdetect == 'en' ? 'left' : 'right',
45844
+ marginRight: langdetect == 'en' ? '20px' : 0,
45845
+ marginLeft: langdetect == 'ar' ? '20px' : 0
45846
+ }
45847
+ }, langdetect == 'en' ? (_returnpolicyobj7 = returnpolicyobj('Terms & Conditions')) === null || _returnpolicyobj7 === void 0 ? void 0 : _returnpolicyobj7.policypagename_en : (_returnpolicyobj8 = returnpolicyobj('Terms & Conditions')) === null || _returnpolicyobj8 === void 0 ? void 0 : _returnpolicyobj8.policypagename_ar)), sectionproperties.showhidesubpages == 'Show' && sectionproperties.showfavorites && /*#__PURE__*/React.createElement("div", {
45790
45848
  "class": "scrollhorizontalcard d-md-flex justify-content-md-start w-md-100"
45791
45849
  }, /*#__PURE__*/React.createElement("p", {
45792
45850
  "class": "".concat(footerStyles.subPages) + ' wordbreak ',
@@ -45798,7 +45856,7 @@ var Footer8 = function Footer8(props) {
45798
45856
  onClick: function onClick() {
45799
45857
  routingcountext(StaticPagesLinksContext.Wishlist);
45800
45858
  }
45801
- }, lang.wishlist)), authdetailsContext.loggedin && sectionproperties.showhidesubpages == 'Show' && /*#__PURE__*/React.createElement("div", {
45859
+ }, langdetect == 'en' ? sectionproperties.wishlisttitle_en : sectionproperties.wishlisttitle_ar)), authdetailsContext.loggedin && sectionproperties.showhidesubpages == 'Show' && /*#__PURE__*/React.createElement("div", {
45802
45860
  "class": "scrollhorizontalcard d-md-flex justify-content-md-start w-md-100"
45803
45861
  }, /*#__PURE__*/React.createElement("p", {
45804
45862
  "class": "".concat(footerStyles.subPages) + ' wordbreak ',
@@ -60009,7 +60067,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
60009
60067
  style: {}
60010
60068
  }, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), cardsarray.map(function (cardinfoitem, cardinfoindex) {
60011
60069
  return /*#__PURE__*/React.createElement("div", {
60012
- "class": sectionproperties.numofcols == '2' ? 'col-lg-6 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : sectionproperties.numofcols == '3' ? 'col-lg-4 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : 'col-lg-3 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4',
60070
+ "class": sectionproperties.numofcols == '2' ? 'col-lg-6 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4 col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '3' ? 'col-lg-4 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4 col-sm-' + sectionproperties.numberOfColsverticalresp : 'col-lg-3 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4 col-sm-' + sectionproperties.numberOfColsverticalresp,
60013
60071
  style: {
60014
60072
  zIndex: 2
60015
60073
  }
@@ -69572,6 +69630,7 @@ var CategoryCardwithhoveraction = function CategoryCardwithhoveraction(props) {
69572
69630
  function ownKeys$n(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; }
69573
69631
  function _objectSpread$n(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$n(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$n(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
69574
69632
  var Classiccategorycard = function Classiccategorycard(props) {
69633
+ var _mediaMaxWidth;
69575
69634
  var _useState = useState(''),
69576
69635
  _useState2 = _slicedToArray(_useState, 2),
69577
69636
  sectionproperties = _useState2[0],
@@ -69603,7 +69662,6 @@ var Classiccategorycard = function Classiccategorycard(props) {
69603
69662
  }, [props.cardinfoitemprops]);
69604
69663
  var card_cssstyles = {
69605
69664
  productcard: css({
69606
- width: '100%',
69607
69665
  position: 'relative',
69608
69666
  cursor: 'pointer',
69609
69667
  // height: sectionproperties.image_height + 'px',
@@ -69615,10 +69673,16 @@ var Classiccategorycard = function Classiccategorycard(props) {
69615
69673
  marginBottom: sectionproperties.image_mb + 'px',
69616
69674
  marginLeft: langdetect == 'en' ? sectionproperties.image_marginleft + 'px' : sectionproperties.image_marginright + 'px',
69617
69675
  marginRight: langdetect == 'en' ? sectionproperties.image_marginright + 'px' : sectionproperties.image_marginleft + 'px',
69618
- border: sectionproperties.image_borderwidth + 'px solid ' + sectionproperties.image_bordercolor
69676
+ border: sectionproperties.image_borderwidth + 'px solid ' + sectionproperties.image_bordercolor,
69677
+ minWidth: props.sectiontypeprops2 == 'vertical' ? '100%' : sectionproperties.image_width + 'px',
69678
+ maxWidth: props.sectiontypeprops2 == 'vertical' ? '100%' : sectionproperties.image_width + 'px',
69679
+ height: sectionproperties.image_height == 0 ? '100%' : sectionproperties.image_height + '%',
69680
+ '@media (max-width: 800px)': (_mediaMaxWidth = {
69681
+ minWidth: props.sectiontypeprops2 == 'vertical' ? '100%' : sectionproperties.image_width_resp + 'px'
69682
+ }, _defineProperty(_mediaMaxWidth, "minWidth", props.sectiontypeprops2 == 'vertical' ? '100%' : sectionproperties.image_width_resp + 'px'), _defineProperty(_mediaMaxWidth, "height", sectionproperties.height_responsive + 'px'), _mediaMaxWidth)
69619
69683
  }),
69620
69684
  textContainer: css({
69621
- width: sectionproperties.width + 'px',
69685
+ width: sectionproperties.width + '%',
69622
69686
  background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
69623
69687
  height: sectionproperties.height + 'px',
69624
69688
  borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.borderBottomLeftRadius + 'px' : sectionproperties.borderBottomRightRadius + 'px',
package/dist/index.umd.js CHANGED
@@ -28508,8 +28508,8 @@
28508
28508
  return /*#__PURE__*/React__default["default"].createElement("div", {
28509
28509
  "class": "scrollhorizontalcard",
28510
28510
  style: {
28511
- marginLeft: langdetect == 'en' ? 0 : '10px',
28512
- marginRight: langdetect == 'en' ? '10px' : 0,
28511
+ marginLeft: langdetect == 'en' ? 0 : '20px',
28512
+ marginRight: langdetect == 'en' ? '20px' : 0,
28513
28513
  position: 'relative'
28514
28514
  },
28515
28515
  onClick: function onClick() {
@@ -45273,7 +45273,7 @@
45273
45273
  function ownKeys$1v(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; }
45274
45274
  function _objectSpread$1v(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1v(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1v(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
45275
45275
  var Footer8 = function Footer8(props) {
45276
- var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17, _templatepropcontext$;
45276
+ var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i8, _authdetailsContext$i9, _authdetailsContext$i12, _authdetailsContext$i15, _authdetailsContext$i18, _templatepropcontext$, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8;
45277
45277
  var _useState = React.useState(''),
45278
45278
  _useState2 = _slicedToArray__default["default"](_useState, 2),
45279
45279
  sectionproperties = _useState2[0],
@@ -45311,6 +45311,16 @@
45311
45311
  setsectionproperties(_objectSpread$1v({}, secpropobj));
45312
45312
  }
45313
45313
  }, [StatePagePropertiesContext]);
45314
+ var returnpolicyobj = function returnpolicyobj(policytype) {
45315
+ var _authdetailsContext$i;
45316
+ var policyobj = {};
45317
+ authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 || (_authdetailsContext$i = _authdetailsContext$i.instpolicies) === null || _authdetailsContext$i === void 0 || _authdetailsContext$i.forEach(function (item, index) {
45318
+ if (item.policytype == policytype) {
45319
+ policyobj = item;
45320
+ }
45321
+ });
45322
+ return policyobj;
45323
+ };
45314
45324
  var footerStyles = {
45315
45325
  footerContainer: glamor.css({
45316
45326
  background: sectionproperties.footerbgcolor,
@@ -45477,16 +45487,16 @@
45477
45487
  },
45478
45488
  loading: "lazy"
45479
45489
  }))), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
45480
- "class": "col-lg-12 pl-5 pr-5 p-md-0 d-flex justify-content-start mt-2"
45490
+ "class": langdetect == 'en' ? 'col-lg-12 pr-5 p-md-0 d-flex justify-content-start mt-2' : 'col-lg-12 pl-5 p-md-0 d-flex justify-content-start mt-2'
45481
45491
  }, /*#__PURE__*/React__default["default"].createElement("p", {
45482
- "class": langdetect == 'en' ? ' wordbreak pr-5 wordbreak3 mb-4 ' : ' wordbreak pl-5 wordbreak3 mb-4 ',
45492
+ "class": langdetect == 'en' ? ' wordbreak pr-5 wordbreak3 mb-4 p-md-0 ' : ' wordbreak pl-5 wordbreak3 mb-4 p-md-0 ',
45483
45493
  style: {
45484
45494
  fontSize: sectionproperties.prodCatFontSize + 'px',
45485
45495
  fontWeight: sectionproperties.prodCatFontWeight,
45486
45496
  color: sectionproperties.prodCatColor,
45487
45497
  textAlign: langdetect == 'en' ? 'left' : 'right'
45488
45498
  }
45489
- }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.description_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.description_ar)))), /*#__PURE__*/React__default["default"].createElement("div", {
45499
+ }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.description_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.description_ar)))), /*#__PURE__*/React__default["default"].createElement("div", {
45490
45500
  "class": sectionproperties.prodCatShow == 'Show' ? 'col-lg-3 col-md-12 col-sm-12 align-items-center mb-md-3' : 'col-lg-4 col-md-12 col-sm-12 align-items-center mb-md-3 p-sm-0'
45491
45501
  }, sectionproperties.showfooteraddress == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
45492
45502
  "class": "".concat(footerStyles.textStyles) + ' m-0 p-0 mb-3 mb-md-1 wordbreak d-none ',
@@ -45502,7 +45512,7 @@
45502
45512
  style: {
45503
45513
  textAlign: langdetect == 'en' ? 'left' : 'right'
45504
45514
  }
45505
- }, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.address_en))), sectionproperties.showdownloadsection == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
45515
+ }, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.address_en))), sectionproperties.showdownloadsection == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
45506
45516
  "class": "col-lg-12 justify-content-start align-items-center mb-md-4 p-0"
45507
45517
  }, /*#__PURE__*/React__default["default"].createElement("div", {
45508
45518
  "class": "row m-0 w-100 align-items-center flex-row justify-content-start justify-content-start justify-content-sm-center"
@@ -45519,8 +45529,8 @@
45519
45529
  "class": "".concat(footerStyles.appstore) + ' d-flex justify-content-center align-items-center cursor-pointer ',
45520
45530
  src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
45521
45531
  onClick: function onClick() {
45522
- var _authdetailsContext$i4;
45523
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.mobileapplink_appstore, '_blank');
45532
+ var _authdetailsContext$i5;
45533
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.mobileapplink_appstore, '_blank');
45524
45534
  }
45525
45535
  })), /*#__PURE__*/React__default["default"].createElement("div", {
45526
45536
  "class": langdetect == 'en' ? 'col-lg-4 col-md-3 col-sm-6 pl-0' : 'col-lg-4 col-md-3 col-sm-6 pr-0'
@@ -45528,8 +45538,8 @@
45528
45538
  "class": "".concat(footerStyles.googleplay) + ' d-flex justify-content-center align-items-center cursor-pointer ',
45529
45539
  src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
45530
45540
  onClick: function onClick() {
45531
- var _authdetailsContext$i5;
45532
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.mobileapplink_playstore, '_blank');
45541
+ var _authdetailsContext$i6;
45542
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.mobileapplink_playstore, '_blank');
45533
45543
  }
45534
45544
  }))))), /*#__PURE__*/React__default["default"].createElement("div", {
45535
45545
  "class": sectionproperties.prodCatShow == 'Show' ? 'col-lg-3 col-md-12 col-sm-12 mb-md-3' : 'col-lg-4 col-md-12 col-sm-12 mb-md-3 p-sm-0'
@@ -45547,8 +45557,8 @@
45547
45557
  }, sectionproperties.showfooteremail == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
45548
45558
  "class": footerStyles.footerinfoContainer + ' col-xl-12 col-lg-12 col-md-12 col-sm-12 d-flex justify-content-start align-items-center mb-md-2 cursor-pointer ',
45549
45559
  onClick: function onClick() {
45550
- var _authdetailsContext$i6;
45551
- window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 || (_authdetailsContext$i6 = _authdetailsContext$i6.contactinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.email), '_self');
45560
+ var _authdetailsContext$i7;
45561
+ window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 || (_authdetailsContext$i7 = _authdetailsContext$i7.contactinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.email), '_self');
45552
45562
  }
45553
45563
  }, /*#__PURE__*/React__default["default"].createElement("p", {
45554
45564
  "class": "".concat(footerStyles.iconTextStyle) + ' p-0 m-0 wordbreak text-transform-none footerinfo pb-1 ',
@@ -45557,7 +45567,7 @@
45557
45567
  borderBottomStyle: 'solid',
45558
45568
  textAlign: langdetect == 'en' ? 'left' : 'right'
45559
45569
  }
45560
- }, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 || (_authdetailsContext$i7 = _authdetailsContext$i7.contactinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.email))), /*#__PURE__*/React__default["default"].createElement("div", {
45570
+ }, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 || (_authdetailsContext$i8 = _authdetailsContext$i8.contactinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.email))), /*#__PURE__*/React__default["default"].createElement("div", {
45561
45571
  "class": "col-lg-12 p-0 mt-2 mt-md-1 d-flex align-items-center justify-content-start"
45562
45572
  }, sectionproperties.showfooterphonenumber == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
45563
45573
  "class": footerStyles.footerinfoContainer + ' col-xl-12 col-lg-12 col-md-12 col-sm-12 d-flex justify-content-start align-items-center mb-md-0 cursor-pointer ',
@@ -45571,48 +45581,48 @@
45571
45581
  }
45572
45582
  }, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber))), /*#__PURE__*/React__default["default"].createElement("div", {
45573
45583
  "class": 'col-lg-12 p-0 d-flex align-items-center justify-content-start mt-3'
45574
- }, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
45584
+ }, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
45575
45585
  "class": langdetect == 'en' ? "".concat(footerStyles.facebook_btn) + ' d-flex align-items-center justify-content-center mr-2 ' : "".concat(footerStyles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-2 ',
45576
45586
  onClick: function onClick() {
45577
- var _authdetailsContext$i9;
45578
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.facebooklink) != null) {
45579
- var _authdetailsContext$i10;
45580
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.facebooklink, '_blank');
45587
+ var _authdetailsContext$i10;
45588
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.facebooklink) != null) {
45589
+ var _authdetailsContext$i11;
45590
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.facebooklink, '_blank');
45581
45591
  }
45582
45592
  }
45583
45593
  }, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
45584
45594
  size: sectionproperties.facebkbtnniconfontsize
45585
- })), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
45595
+ })), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
45586
45596
  "class": "".concat(footerStyles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-2 mr-2 ',
45587
45597
  onClick: function onClick() {
45588
- var _authdetailsContext$i12;
45589
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.instagramlink) != null) {
45590
- var _authdetailsContext$i13;
45591
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.instagramlink, '_blank');
45598
+ var _authdetailsContext$i13;
45599
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.instagramlink) != null) {
45600
+ var _authdetailsContext$i14;
45601
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.instagramlink, '_blank');
45592
45602
  }
45593
45603
  }
45594
45604
  }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
45595
45605
  size: sectionproperties.instgrambtniconfontsize
45596
- })), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("div", {
45606
+ })), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("div", {
45597
45607
  "class": "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-2 mr-2 ',
45598
45608
  onClick: function onClick() {
45599
- var _authdetailsContext$i15;
45600
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.whatsappnumber) != null) {
45601
- var _authdetailsContext$i16;
45602
- window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.whatsappnumber), '_blank');
45609
+ var _authdetailsContext$i16;
45610
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.whatsappnumber) != null) {
45611
+ var _authdetailsContext$i17;
45612
+ window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.whatsappnumber), '_blank');
45603
45613
  }
45604
45614
  }
45605
45615
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
45606
45616
  size: sectionproperties.youtubebtniconfontsize
45607
- })), sectionproperties.tiktokshow == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
45617
+ })), sectionproperties.tiktokshow == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
45608
45618
  "class": langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-2' : "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center mr-2 '
45609
45619
  // class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-1 mr-1 '}
45610
45620
  ,
45611
45621
  onClick: function onClick() {
45612
- var _authdetailsContext$i18;
45613
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.tiktoklink) != null) {
45614
- var _authdetailsContext$i19;
45615
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.tiktoklink, '_blank');
45622
+ var _authdetailsContext$i19;
45623
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.tiktoklink) != null) {
45624
+ var _authdetailsContext$i20;
45625
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.tiktoklink, '_blank');
45616
45626
  }
45617
45627
  }
45618
45628
  }, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
@@ -45647,7 +45657,7 @@
45647
45657
  }
45648
45658
  }, langdetect == 'en' ? item.pagename : item.pagename_ar));
45649
45659
  }
45650
- }), sectionproperties.showhidesubpages == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
45660
+ }), sectionproperties.showhidesubpages == 'Show' && sectionproperties.separatepolicies == 'No' && /*#__PURE__*/React__default["default"].createElement("div", {
45651
45661
  "class": "scrollhorizontalcard d-md-flex justify-content-md-start w-md-100"
45652
45662
  }, /*#__PURE__*/React__default["default"].createElement("p", {
45653
45663
  onClick: function onClick() {
@@ -45659,7 +45669,55 @@
45659
45669
  marginRight: langdetect == 'en' ? '20px' : 0,
45660
45670
  marginLeft: langdetect == 'ar' ? '20px' : 0
45661
45671
  }
45662
- }, lang.policies)), sectionproperties.showhidesubpages == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
45672
+ }, lang.policies)), sectionproperties.showhidesubpages == 'Show' && sectionproperties.separatepolicies == 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
45673
+ "class": "scrollhorizontalcard d-md-flex justify-content-md-start w-md-100"
45674
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
45675
+ onClick: function onClick() {
45676
+ routingcountext(StaticPagesLinksContext.PrivacyPolicy);
45677
+ },
45678
+ "class": "".concat(footerStyles.subPages) + ' wordbreak ',
45679
+ style: {
45680
+ textAlign: langdetect == 'en' ? 'left' : 'right',
45681
+ marginRight: langdetect == 'en' ? '20px' : 0,
45682
+ marginLeft: langdetect == 'ar' ? '20px' : 0
45683
+ }
45684
+ }, langdetect == 'en' ? (_returnpolicyobj = returnpolicyobj('Privacy Policy')) === null || _returnpolicyobj === void 0 ? void 0 : _returnpolicyobj.policypagename_en : (_returnpolicyobj2 = returnpolicyobj('Privacy Policy')) === null || _returnpolicyobj2 === void 0 ? void 0 : _returnpolicyobj2.policypagename_ar)), sectionproperties.showhidesubpages == 'Show' && sectionproperties.separatepolicies == 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
45685
+ "class": "scrollhorizontalcard d-md-flex justify-content-md-start w-md-100"
45686
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
45687
+ onClick: function onClick() {
45688
+ routingcountext(StaticPagesLinksContext.ShippingPolicy);
45689
+ },
45690
+ "class": "".concat(footerStyles.subPages) + ' wordbreak ',
45691
+ style: {
45692
+ textAlign: langdetect == 'en' ? 'left' : 'right',
45693
+ marginRight: langdetect == 'en' ? '20px' : 0,
45694
+ marginLeft: langdetect == 'ar' ? '20px' : 0
45695
+ }
45696
+ }, langdetect == 'en' ? (_returnpolicyobj3 = returnpolicyobj('Shipping Policy')) === null || _returnpolicyobj3 === void 0 ? void 0 : _returnpolicyobj3.policypagename_en : (_returnpolicyobj4 = returnpolicyobj('Shipping Policy')) === null || _returnpolicyobj4 === void 0 ? void 0 : _returnpolicyobj4.policypagename_ar)), sectionproperties.showhidesubpages == 'Show' && sectionproperties.separatepolicies == 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
45697
+ "class": "scrollhorizontalcard d-md-flex justify-content-md-start w-md-100"
45698
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
45699
+ onClick: function onClick() {
45700
+ routingcountext(StaticPagesLinksContext.RefundPolicy);
45701
+ },
45702
+ "class": "".concat(footerStyles.subPages) + ' wordbreak ',
45703
+ style: {
45704
+ textAlign: langdetect == 'en' ? 'left' : 'right',
45705
+ marginRight: langdetect == 'en' ? '20px' : 0,
45706
+ marginLeft: langdetect == 'ar' ? '20px' : 0
45707
+ }
45708
+ }, langdetect == 'en' ? (_returnpolicyobj5 = returnpolicyobj('Refund Policy')) === null || _returnpolicyobj5 === void 0 ? void 0 : _returnpolicyobj5.policypagename_en : (_returnpolicyobj6 = returnpolicyobj('Refund Policy')) === null || _returnpolicyobj6 === void 0 ? void 0 : _returnpolicyobj6.policypagename_ar)), sectionproperties.showhidesubpages == 'Show' && sectionproperties.separatepolicies == 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
45709
+ "class": "scrollhorizontalcard d-md-flex justify-content-md-start w-md-100"
45710
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
45711
+ onClick: function onClick() {
45712
+ routingcountext(StaticPagesLinksContext.TermsConditions);
45713
+ },
45714
+ "class": "".concat(footerStyles.subPages) + ' wordbreak ',
45715
+ style: {
45716
+ textAlign: langdetect == 'en' ? 'left' : 'right',
45717
+ marginRight: langdetect == 'en' ? '20px' : 0,
45718
+ marginLeft: langdetect == 'ar' ? '20px' : 0
45719
+ }
45720
+ }, langdetect == 'en' ? (_returnpolicyobj7 = returnpolicyobj('Terms & Conditions')) === null || _returnpolicyobj7 === void 0 ? void 0 : _returnpolicyobj7.policypagename_en : (_returnpolicyobj8 = returnpolicyobj('Terms & Conditions')) === null || _returnpolicyobj8 === void 0 ? void 0 : _returnpolicyobj8.policypagename_ar)), sectionproperties.showhidesubpages == 'Show' && sectionproperties.showfavorites && /*#__PURE__*/React__default["default"].createElement("div", {
45663
45721
  "class": "scrollhorizontalcard d-md-flex justify-content-md-start w-md-100"
45664
45722
  }, /*#__PURE__*/React__default["default"].createElement("p", {
45665
45723
  "class": "".concat(footerStyles.subPages) + ' wordbreak ',
@@ -45671,7 +45729,7 @@
45671
45729
  onClick: function onClick() {
45672
45730
  routingcountext(StaticPagesLinksContext.Wishlist);
45673
45731
  }
45674
- }, lang.wishlist)), authdetailsContext.loggedin && sectionproperties.showhidesubpages == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
45732
+ }, langdetect == 'en' ? sectionproperties.wishlisttitle_en : sectionproperties.wishlisttitle_ar)), authdetailsContext.loggedin && sectionproperties.showhidesubpages == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
45675
45733
  "class": "scrollhorizontalcard d-md-flex justify-content-md-start w-md-100"
45676
45734
  }, /*#__PURE__*/React__default["default"].createElement("p", {
45677
45735
  "class": "".concat(footerStyles.subPages) + ' wordbreak ',
@@ -59882,7 +59940,7 @@
59882
59940
  style: {}
59883
59941
  }, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), cardsarray.map(function (cardinfoitem, cardinfoindex) {
59884
59942
  return /*#__PURE__*/React__default["default"].createElement("div", {
59885
- "class": sectionproperties.numofcols == '2' ? 'col-lg-6 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : sectionproperties.numofcols == '3' ? 'col-lg-4 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : 'col-lg-3 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4',
59943
+ "class": sectionproperties.numofcols == '2' ? 'col-lg-6 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4 col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '3' ? 'col-lg-4 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4 col-sm-' + sectionproperties.numberOfColsverticalresp : 'col-lg-3 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4 col-sm-' + sectionproperties.numberOfColsverticalresp,
59886
59944
  style: {
59887
59945
  zIndex: 2
59888
59946
  }
@@ -69445,6 +69503,7 @@
69445
69503
  function ownKeys$n(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; }
69446
69504
  function _objectSpread$n(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$n(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$n(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
69447
69505
  var Classiccategorycard = function Classiccategorycard(props) {
69506
+ var _mediaMaxWidth;
69448
69507
  var _useState = React.useState(''),
69449
69508
  _useState2 = _slicedToArray__default["default"](_useState, 2),
69450
69509
  sectionproperties = _useState2[0],
@@ -69476,7 +69535,6 @@
69476
69535
  }, [props.cardinfoitemprops]);
69477
69536
  var card_cssstyles = {
69478
69537
  productcard: glamor.css({
69479
- width: '100%',
69480
69538
  position: 'relative',
69481
69539
  cursor: 'pointer',
69482
69540
  // height: sectionproperties.image_height + 'px',
@@ -69488,10 +69546,16 @@
69488
69546
  marginBottom: sectionproperties.image_mb + 'px',
69489
69547
  marginLeft: langdetect == 'en' ? sectionproperties.image_marginleft + 'px' : sectionproperties.image_marginright + 'px',
69490
69548
  marginRight: langdetect == 'en' ? sectionproperties.image_marginright + 'px' : sectionproperties.image_marginleft + 'px',
69491
- border: sectionproperties.image_borderwidth + 'px solid ' + sectionproperties.image_bordercolor
69549
+ border: sectionproperties.image_borderwidth + 'px solid ' + sectionproperties.image_bordercolor,
69550
+ minWidth: props.sectiontypeprops2 == 'vertical' ? '100%' : sectionproperties.image_width + 'px',
69551
+ maxWidth: props.sectiontypeprops2 == 'vertical' ? '100%' : sectionproperties.image_width + 'px',
69552
+ height: sectionproperties.image_height == 0 ? '100%' : sectionproperties.image_height + '%',
69553
+ '@media (max-width: 800px)': (_mediaMaxWidth = {
69554
+ minWidth: props.sectiontypeprops2 == 'vertical' ? '100%' : sectionproperties.image_width_resp + 'px'
69555
+ }, _defineProperty__default["default"](_mediaMaxWidth, "minWidth", props.sectiontypeprops2 == 'vertical' ? '100%' : sectionproperties.image_width_resp + 'px'), _defineProperty__default["default"](_mediaMaxWidth, "height", sectionproperties.height_responsive + 'px'), _mediaMaxWidth)
69492
69556
  }),
69493
69557
  textContainer: glamor.css({
69494
- width: sectionproperties.width + 'px',
69558
+ width: sectionproperties.width + '%',
69495
69559
  background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
69496
69560
  height: sectionproperties.height + 'px',
69497
69561
  borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.borderBottomLeftRadius + 'px' : sectionproperties.borderBottomRightRadius + 'px',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.586",
3
+ "version": "0.0.587",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {