tabexseriescomponents 0.0.397 → 0.0.398

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
@@ -43484,7 +43484,7 @@ var ModernFooter = function ModernFooter(props) {
43484
43484
  function ownKeys$1n(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; }
43485
43485
  function _objectSpread$1n(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1n(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1n(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
43486
43486
  var Newsletterfooter = function Newsletterfooter(props) {
43487
- var _footerStyles, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i13, _authdetailsContext$i16, _authdetailsContext$i18;
43487
+ var _footerStyles, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i13, _authdetailsContext$i16, _authdetailsContext$i19, _authdetailsContext$i21;
43488
43488
  var _useState = React.useState(''),
43489
43489
  _useState2 = _slicedToArray__default["default"](_useState, 2),
43490
43490
  sectionproperties = _useState2[0],
@@ -43788,6 +43788,54 @@ var Newsletterfooter = function Newsletterfooter(props) {
43788
43788
  }
43789
43789
  }, 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)))));
43790
43790
  };
43791
+ var StoreInformation = function StoreInformation() {
43792
+ var _authdetailsContext$i3, _authdetailsContext$i4;
43793
+ return /*#__PURE__*/React__default["default"].createElement("div", {
43794
+ "class": "row m-0 w-100"
43795
+ }, sectionproperties.showfooteremail == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
43796
+ "class": "col-lg-4 col-md-4 col-sm-12 text-start p-0"
43797
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
43798
+ "class": "".concat(footerStyles.textStyles) + ' d-flex text-start mr-1 ',
43799
+ style: {
43800
+ color: sectionproperties.footerinfotext_color,
43801
+ fontSize: sectionproperties.footerinfotext_fontsize + 'px',
43802
+ fontWeight: sectionproperties.footerinfotext_fontweight
43803
+ },
43804
+ onClick: function onClick() {
43805
+ var _authdetailsContext$i2;
43806
+ window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 || (_authdetailsContext$i2 = _authdetailsContext$i2.contactinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.email), '_self');
43807
+ }
43808
+ }, /*#__PURE__*/React__default["default"].createElement("i", {
43809
+ "class": ' fa fa-at mr-2 text-transform-none ml-2 '
43810
+ }), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 || (_authdetailsContext$i3 = _authdetailsContext$i3.contactinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.email)), sectionproperties.showfooterphonenumber == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
43811
+ "class": "col-lg-4 col-md-4 col-sm-12 d-flex justify-content-center justify-content-md-start align-items-center p-0"
43812
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
43813
+ "class": "".concat(footerStyles.textStyles) + ' ',
43814
+ style: {
43815
+ color: sectionproperties.footerinfotext_color,
43816
+ fontSize: sectionproperties.footerinfotext_fontsize + 'px',
43817
+ fontWeight: sectionproperties.footerinfotext_fontweight
43818
+ },
43819
+ onClick: function onClick() {
43820
+ window.open('tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber), '_self');
43821
+ }
43822
+ }, /*#__PURE__*/React__default["default"].createElement("i", {
43823
+ "class": ' fa fa-phone mr-2 ml-2 '
43824
+ }), authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber)), sectionproperties.showfooteraddress == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
43825
+ "class": "col-lg-4 col-md-4 col-sm-12 d-flex justify-content-end justify-content-md-start align-items-center p-0"
43826
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
43827
+ "class": "".concat(footerStyles.textStyles) + ' d-flex align-items-center justify-content-md-center ',
43828
+ style: {
43829
+ color: sectionproperties.footerinfotext_color,
43830
+ fontSize: sectionproperties.footerinfotext_fontsize + 'px',
43831
+ fontWeight: sectionproperties.footerinfotext_fontweight
43832
+ }
43833
+ }, /*#__PURE__*/React__default["default"].createElement("i", {
43834
+ "class": ' h-100 d-flex align-items-center justify-content-center mr-2 ml-2 '
43835
+ }, /*#__PURE__*/React__default["default"].createElement(IoLocationSharp.IoLocationSharp, {
43836
+ size: sectionproperties.footerinfoicon_fontsize
43837
+ })), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.address_en)));
43838
+ };
43791
43839
  return /*#__PURE__*/React__default["default"].createElement("footer", {
43792
43840
  "class": "row m-0 w-100 justify-content-center"
43793
43841
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -43823,7 +43871,7 @@ var Newsletterfooter = function Newsletterfooter(props) {
43823
43871
  "class": "col-lg-12 p-0 d-flex justify-content-start justify-content-md-start"
43824
43872
  }, /*#__PURE__*/React__default["default"].createElement("p", {
43825
43873
  className: "".concat(footerStyles.textStyles) + ' wordbreak wordbreak3 text-center p-0 mb-4 '
43826
- }, 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", {
43874
+ }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.description_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.description_ar)))), /*#__PURE__*/React__default["default"].createElement("div", {
43827
43875
  "class": "col-lg-12 p-0 d-none d-md-block my-3"
43828
43876
  }, /*#__PURE__*/React__default["default"].createElement("hr", {
43829
43877
  "class": "m-0 p-0"
@@ -43900,65 +43948,65 @@ var Newsletterfooter = function Newsletterfooter(props) {
43900
43948
  style: {
43901
43949
  textAlign: langdetect == 'en' ? 'left' : 'right'
43902
43950
  }
43903
- }, langdetect == 'en' ? sectionproperties.sectionTitleContent3 : sectionproperties.sectionTitleContent_ar3)), sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
43951
+ }, langdetect == 'en' ? sectionproperties.sectionTitleContent3 : sectionproperties.sectionTitleContent_ar3)), sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
43904
43952
  "class": footerStyles.facebook_btn + ' m-0 p-0 allcentered mx-2 ',
43905
43953
  onClick: function onClick() {
43906
- var _authdetailsContext$i5;
43907
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.facebooklink) != null) {
43908
- var _authdetailsContext$i6;
43909
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.facebooklink, '_blank');
43954
+ var _authdetailsContext$i8;
43955
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.facebooklink) != null) {
43956
+ var _authdetailsContext$i9;
43957
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.facebooklink, '_blank');
43910
43958
  }
43911
43959
  }
43912
43960
  }, /*#__PURE__*/React__default["default"].createElement(FaFacebook.FaFacebook, {
43913
43961
  size: sectionproperties.facebkbtnniconfontsize
43914
- })), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
43962
+ })), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
43915
43963
  "class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
43916
43964
  onClick: function onClick() {
43917
- var _authdetailsContext$i8;
43918
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.instagramlink) != null) {
43919
- var _authdetailsContext$i9;
43920
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.instagramlink, '_blank');
43965
+ var _authdetailsContext$i11;
43966
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.instagramlink) != null) {
43967
+ var _authdetailsContext$i12;
43968
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.instagramlink, '_blank');
43921
43969
  }
43922
43970
  }
43923
43971
  }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
43924
43972
  size: sectionproperties.instgrambtniconfontsize
43925
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.youtubelink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
43973
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.youtubelink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
43926
43974
  "class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
43927
43975
  onClick: function onClick() {
43928
- var _authdetailsContext$i11;
43929
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.youtubelink) != null) {
43930
- var _authdetailsContext$i12;
43931
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.youtubelink, '_blank');
43976
+ var _authdetailsContext$i14;
43977
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.youtubelink) != null) {
43978
+ var _authdetailsContext$i15;
43979
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.youtubelink, '_blank');
43932
43980
  }
43933
43981
  }
43934
43982
  }, /*#__PURE__*/React__default["default"].createElement(AiFillYoutube.AiFillYoutube, {
43935
43983
  size: sectionproperties.instgrambtniconfontsize
43936
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
43984
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
43937
43985
  "class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
43938
43986
  onClick: function onClick() {
43939
- var _authdetailsContext$i14;
43940
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.tiktoklink) != null) {
43941
- var _authdetailsContext$i15;
43942
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.tiktoklink, '_blank');
43987
+ var _authdetailsContext$i17;
43988
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.tiktoklink) != null) {
43989
+ var _authdetailsContext$i18;
43990
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.tiktoklink, '_blank');
43943
43991
  }
43944
43992
  }
43945
43993
  }, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
43946
43994
  size: sectionproperties.instgrambtniconfontsize
43947
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
43995
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
43948
43996
  "class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
43949
43997
  onClick: function onClick() {
43950
- var _authdetailsContext$i17;
43951
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.linkedinlink, '_blank');
43998
+ var _authdetailsContext$i20;
43999
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.linkedinlink, '_blank');
43952
44000
  }
43953
44001
  }, /*#__PURE__*/React__default["default"].createElement(FaLinkedinIn.FaLinkedinIn, {
43954
44002
  size: sectionproperties.instgrambtniconfontsize
43955
- })), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("p", {
44003
+ })), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("p", {
43956
44004
  "class": footerStyles.youtube_btn + ' m-0 p-0 allcentered mx-2 ',
43957
44005
  onClick: function onClick() {
43958
- var _authdetailsContext$i19;
43959
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.whatsappnumber) != null) {
43960
- var _authdetailsContext$i20;
43961
- window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.whatsappnumber), '_blank');
44006
+ var _authdetailsContext$i22;
44007
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.whatsappnumber) != null) {
44008
+ var _authdetailsContext$i23;
44009
+ window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.whatsappnumber), '_blank');
43962
44010
  }
43963
44011
  }
43964
44012
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
@@ -43978,15 +44026,15 @@ var Newsletterfooter = function Newsletterfooter(props) {
43978
44026
  "class": langdetect == 'en' ? "".concat(footerStyles.apptore) + ' d-flex justify-content-center align-items-center cursor-pointer mr-2 ' : "".concat(footerStyles.apptore) + ' d-flex justify-content-center align-items-center cursor-pointer ml-2 ',
43979
44027
  src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
43980
44028
  onClick: function onClick() {
43981
- var _authdetailsContext$i21;
43982
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.mobileapplink_appstore, '_blank');
44029
+ var _authdetailsContext$i24;
44030
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.mobileapplink_appstore, '_blank');
43983
44031
  }
43984
44032
  }), /*#__PURE__*/React__default["default"].createElement("img", {
43985
44033
  "class": "".concat(footerStyles.googleplay) + ' d-flex justify-content-center align-items-center cursor-pointer mx-2 ',
43986
44034
  src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
43987
44035
  onClick: function onClick() {
43988
- var _authdetailsContext$i22;
43989
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.mobileapplink_playstore, '_blank');
44036
+ var _authdetailsContext$i25;
44037
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.mobileapplink_playstore, '_blank');
43990
44038
  }
43991
44039
  })))), sectionproperties.showpaymentfooter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
43992
44040
  "class": "col-lg-12 p-0 d-block my-3"
@@ -44012,7 +44060,16 @@ var Newsletterfooter = function Newsletterfooter(props) {
44012
44060
  }, /*#__PURE__*/React__default["default"].createElement("img", {
44013
44061
  src: 'https://tabex-co.com/storage/StaticImages/mastercard.png',
44014
44062
  className: "".concat(footerStyles.payimg)
44015
- }))))));
44063
+ }))), /*#__PURE__*/React__default["default"].createElement("div", {
44064
+ "class": "col-lg-12 p-0 my-3",
44065
+ style: {
44066
+ display: sectionproperties.showfooteremail == 'Hide' && sectionproperties.showfooterphonenumber == 'Hide' && sectionproperties.showfooteraddress == 'Hide' ? 'none' : 'flex'
44067
+ }
44068
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
44069
+ className: "".concat(footerStyles.divider)
44070
+ })), /*#__PURE__*/React__default["default"].createElement("div", {
44071
+ "class": "col-lg-12 p-0 d-flex "
44072
+ }, StoreInformation()))));
44016
44073
  };
44017
44074
 
44018
44075
  function ownKeys$1m(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; }
package/dist/index.esm.js CHANGED
@@ -43435,7 +43435,7 @@ var ModernFooter = function ModernFooter(props) {
43435
43435
  function ownKeys$1n(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; }
43436
43436
  function _objectSpread$1n(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1n(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1n(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
43437
43437
  var Newsletterfooter = function Newsletterfooter(props) {
43438
- var _footerStyles, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i13, _authdetailsContext$i16, _authdetailsContext$i18;
43438
+ var _footerStyles, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i13, _authdetailsContext$i16, _authdetailsContext$i19, _authdetailsContext$i21;
43439
43439
  var _useState = useState(''),
43440
43440
  _useState2 = _slicedToArray(_useState, 2),
43441
43441
  sectionproperties = _useState2[0],
@@ -43739,6 +43739,54 @@ var Newsletterfooter = function Newsletterfooter(props) {
43739
43739
  }
43740
43740
  }, 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)))));
43741
43741
  };
43742
+ var StoreInformation = function StoreInformation() {
43743
+ var _authdetailsContext$i3, _authdetailsContext$i4;
43744
+ return /*#__PURE__*/React.createElement("div", {
43745
+ "class": "row m-0 w-100"
43746
+ }, sectionproperties.showfooteremail == 'Show' && /*#__PURE__*/React.createElement("div", {
43747
+ "class": "col-lg-4 col-md-4 col-sm-12 text-start p-0"
43748
+ }, /*#__PURE__*/React.createElement("p", {
43749
+ "class": "".concat(footerStyles.textStyles) + ' d-flex text-start mr-1 ',
43750
+ style: {
43751
+ color: sectionproperties.footerinfotext_color,
43752
+ fontSize: sectionproperties.footerinfotext_fontsize + 'px',
43753
+ fontWeight: sectionproperties.footerinfotext_fontweight
43754
+ },
43755
+ onClick: function onClick() {
43756
+ var _authdetailsContext$i2;
43757
+ window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 || (_authdetailsContext$i2 = _authdetailsContext$i2.contactinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.email), '_self');
43758
+ }
43759
+ }, /*#__PURE__*/React.createElement("i", {
43760
+ "class": ' fa fa-at mr-2 text-transform-none ml-2 '
43761
+ }), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 || (_authdetailsContext$i3 = _authdetailsContext$i3.contactinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.email)), sectionproperties.showfooterphonenumber == 'Show' && /*#__PURE__*/React.createElement("div", {
43762
+ "class": "col-lg-4 col-md-4 col-sm-12 d-flex justify-content-center justify-content-md-start align-items-center p-0"
43763
+ }, /*#__PURE__*/React.createElement("p", {
43764
+ "class": "".concat(footerStyles.textStyles) + ' ',
43765
+ style: {
43766
+ color: sectionproperties.footerinfotext_color,
43767
+ fontSize: sectionproperties.footerinfotext_fontsize + 'px',
43768
+ fontWeight: sectionproperties.footerinfotext_fontweight
43769
+ },
43770
+ onClick: function onClick() {
43771
+ window.open('tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber), '_self');
43772
+ }
43773
+ }, /*#__PURE__*/React.createElement("i", {
43774
+ "class": ' fa fa-phone mr-2 ml-2 '
43775
+ }), authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber)), sectionproperties.showfooteraddress == 'Show' && /*#__PURE__*/React.createElement("div", {
43776
+ "class": "col-lg-4 col-md-4 col-sm-12 d-flex justify-content-end justify-content-md-start align-items-center p-0"
43777
+ }, /*#__PURE__*/React.createElement("p", {
43778
+ "class": "".concat(footerStyles.textStyles) + ' d-flex align-items-center justify-content-md-center ',
43779
+ style: {
43780
+ color: sectionproperties.footerinfotext_color,
43781
+ fontSize: sectionproperties.footerinfotext_fontsize + 'px',
43782
+ fontWeight: sectionproperties.footerinfotext_fontweight
43783
+ }
43784
+ }, /*#__PURE__*/React.createElement("i", {
43785
+ "class": ' h-100 d-flex align-items-center justify-content-center mr-2 ml-2 '
43786
+ }, /*#__PURE__*/React.createElement(IoLocationSharp, {
43787
+ size: sectionproperties.footerinfoicon_fontsize
43788
+ })), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.address_en)));
43789
+ };
43742
43790
  return /*#__PURE__*/React.createElement("footer", {
43743
43791
  "class": "row m-0 w-100 justify-content-center"
43744
43792
  }, /*#__PURE__*/React.createElement("div", {
@@ -43774,7 +43822,7 @@ var Newsletterfooter = function Newsletterfooter(props) {
43774
43822
  "class": "col-lg-12 p-0 d-flex justify-content-start justify-content-md-start"
43775
43823
  }, /*#__PURE__*/React.createElement("p", {
43776
43824
  className: "".concat(footerStyles.textStyles) + ' wordbreak wordbreak3 text-center p-0 mb-4 '
43777
- }, 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", {
43825
+ }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.description_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.description_ar)))), /*#__PURE__*/React.createElement("div", {
43778
43826
  "class": "col-lg-12 p-0 d-none d-md-block my-3"
43779
43827
  }, /*#__PURE__*/React.createElement("hr", {
43780
43828
  "class": "m-0 p-0"
@@ -43851,65 +43899,65 @@ var Newsletterfooter = function Newsletterfooter(props) {
43851
43899
  style: {
43852
43900
  textAlign: langdetect == 'en' ? 'left' : 'right'
43853
43901
  }
43854
- }, langdetect == 'en' ? sectionproperties.sectionTitleContent3 : sectionproperties.sectionTitleContent_ar3)), sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.facebooklink) != null && /*#__PURE__*/React.createElement("p", {
43902
+ }, langdetect == 'en' ? sectionproperties.sectionTitleContent3 : sectionproperties.sectionTitleContent_ar3)), sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.facebooklink) != null && /*#__PURE__*/React.createElement("p", {
43855
43903
  "class": footerStyles.facebook_btn + ' m-0 p-0 allcentered mx-2 ',
43856
43904
  onClick: function onClick() {
43857
- var _authdetailsContext$i5;
43858
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.facebooklink) != null) {
43859
- var _authdetailsContext$i6;
43860
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.facebooklink, '_blank');
43905
+ var _authdetailsContext$i8;
43906
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.facebooklink) != null) {
43907
+ var _authdetailsContext$i9;
43908
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.facebooklink, '_blank');
43861
43909
  }
43862
43910
  }
43863
43911
  }, /*#__PURE__*/React.createElement(FaFacebook, {
43864
43912
  size: sectionproperties.facebkbtnniconfontsize
43865
- })), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.instagramlink) != null && /*#__PURE__*/React.createElement("p", {
43913
+ })), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.instagramlink) != null && /*#__PURE__*/React.createElement("p", {
43866
43914
  "class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
43867
43915
  onClick: function onClick() {
43868
- var _authdetailsContext$i8;
43869
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.instagramlink) != null) {
43870
- var _authdetailsContext$i9;
43871
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.instagramlink, '_blank');
43916
+ var _authdetailsContext$i11;
43917
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.instagramlink) != null) {
43918
+ var _authdetailsContext$i12;
43919
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.instagramlink, '_blank');
43872
43920
  }
43873
43921
  }
43874
43922
  }, /*#__PURE__*/React.createElement(AiFillInstagram, {
43875
43923
  size: sectionproperties.instgrambtniconfontsize
43876
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.youtubelink) != null && /*#__PURE__*/React.createElement("p", {
43924
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.youtubelink) != null && /*#__PURE__*/React.createElement("p", {
43877
43925
  "class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
43878
43926
  onClick: function onClick() {
43879
- var _authdetailsContext$i11;
43880
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.youtubelink) != null) {
43881
- var _authdetailsContext$i12;
43882
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.youtubelink, '_blank');
43927
+ var _authdetailsContext$i14;
43928
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.youtubelink) != null) {
43929
+ var _authdetailsContext$i15;
43930
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.youtubelink, '_blank');
43883
43931
  }
43884
43932
  }
43885
43933
  }, /*#__PURE__*/React.createElement(AiFillYoutube, {
43886
43934
  size: sectionproperties.instgrambtniconfontsize
43887
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.tiktoklink) != null && /*#__PURE__*/React.createElement("p", {
43935
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.tiktoklink) != null && /*#__PURE__*/React.createElement("p", {
43888
43936
  "class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
43889
43937
  onClick: function onClick() {
43890
- var _authdetailsContext$i14;
43891
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.tiktoklink) != null) {
43892
- var _authdetailsContext$i15;
43893
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.tiktoklink, '_blank');
43938
+ var _authdetailsContext$i17;
43939
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.tiktoklink) != null) {
43940
+ var _authdetailsContext$i18;
43941
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.tiktoklink, '_blank');
43894
43942
  }
43895
43943
  }
43896
43944
  }, /*#__PURE__*/React.createElement(IoLogoTiktok, {
43897
43945
  size: sectionproperties.instgrambtniconfontsize
43898
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.linkedinlink) != null && /*#__PURE__*/React.createElement("p", {
43946
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.linkedinlink) != null && /*#__PURE__*/React.createElement("p", {
43899
43947
  "class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
43900
43948
  onClick: function onClick() {
43901
- var _authdetailsContext$i17;
43902
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.linkedinlink, '_blank');
43949
+ var _authdetailsContext$i20;
43950
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.linkedinlink, '_blank');
43903
43951
  }
43904
43952
  }, /*#__PURE__*/React.createElement(FaLinkedinIn, {
43905
43953
  size: sectionproperties.instgrambtniconfontsize
43906
- })), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.whatsappnumber) != null && /*#__PURE__*/React.createElement("p", {
43954
+ })), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.whatsappnumber) != null && /*#__PURE__*/React.createElement("p", {
43907
43955
  "class": footerStyles.youtube_btn + ' m-0 p-0 allcentered mx-2 ',
43908
43956
  onClick: function onClick() {
43909
- var _authdetailsContext$i19;
43910
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.whatsappnumber) != null) {
43911
- var _authdetailsContext$i20;
43912
- window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.whatsappnumber), '_blank');
43957
+ var _authdetailsContext$i22;
43958
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.whatsappnumber) != null) {
43959
+ var _authdetailsContext$i23;
43960
+ window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.whatsappnumber), '_blank');
43913
43961
  }
43914
43962
  }
43915
43963
  }, /*#__PURE__*/React.createElement(FaWhatsapp, {
@@ -43929,15 +43977,15 @@ var Newsletterfooter = function Newsletterfooter(props) {
43929
43977
  "class": langdetect == 'en' ? "".concat(footerStyles.apptore) + ' d-flex justify-content-center align-items-center cursor-pointer mr-2 ' : "".concat(footerStyles.apptore) + ' d-flex justify-content-center align-items-center cursor-pointer ml-2 ',
43930
43978
  src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
43931
43979
  onClick: function onClick() {
43932
- var _authdetailsContext$i21;
43933
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.mobileapplink_appstore, '_blank');
43980
+ var _authdetailsContext$i24;
43981
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.mobileapplink_appstore, '_blank');
43934
43982
  }
43935
43983
  }), /*#__PURE__*/React.createElement("img", {
43936
43984
  "class": "".concat(footerStyles.googleplay) + ' d-flex justify-content-center align-items-center cursor-pointer mx-2 ',
43937
43985
  src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
43938
43986
  onClick: function onClick() {
43939
- var _authdetailsContext$i22;
43940
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.mobileapplink_playstore, '_blank');
43987
+ var _authdetailsContext$i25;
43988
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.mobileapplink_playstore, '_blank');
43941
43989
  }
43942
43990
  })))), sectionproperties.showpaymentfooter == 'Show' && /*#__PURE__*/React.createElement("div", {
43943
43991
  "class": "col-lg-12 p-0 d-block my-3"
@@ -43963,7 +44011,16 @@ var Newsletterfooter = function Newsletterfooter(props) {
43963
44011
  }, /*#__PURE__*/React.createElement("img", {
43964
44012
  src: 'https://tabex-co.com/storage/StaticImages/mastercard.png',
43965
44013
  className: "".concat(footerStyles.payimg)
43966
- }))))));
44014
+ }))), /*#__PURE__*/React.createElement("div", {
44015
+ "class": "col-lg-12 p-0 my-3",
44016
+ style: {
44017
+ display: sectionproperties.showfooteremail == 'Hide' && sectionproperties.showfooterphonenumber == 'Hide' && sectionproperties.showfooteraddress == 'Hide' ? 'none' : 'flex'
44018
+ }
44019
+ }, /*#__PURE__*/React.createElement("div", {
44020
+ className: "".concat(footerStyles.divider)
44021
+ })), /*#__PURE__*/React.createElement("div", {
44022
+ "class": "col-lg-12 p-0 d-flex "
44023
+ }, StoreInformation()))));
43967
44024
  };
43968
44025
 
43969
44026
  function ownKeys$1m(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; }
package/dist/index.umd.js CHANGED
@@ -43316,7 +43316,7 @@
43316
43316
  function ownKeys$1n(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; }
43317
43317
  function _objectSpread$1n(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1n(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1n(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
43318
43318
  var Newsletterfooter = function Newsletterfooter(props) {
43319
- var _footerStyles, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i13, _authdetailsContext$i16, _authdetailsContext$i18;
43319
+ var _footerStyles, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i13, _authdetailsContext$i16, _authdetailsContext$i19, _authdetailsContext$i21;
43320
43320
  var _useState = React.useState(''),
43321
43321
  _useState2 = _slicedToArray__default["default"](_useState, 2),
43322
43322
  sectionproperties = _useState2[0],
@@ -43620,6 +43620,54 @@
43620
43620
  }
43621
43621
  }, 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)))));
43622
43622
  };
43623
+ var StoreInformation = function StoreInformation() {
43624
+ var _authdetailsContext$i3, _authdetailsContext$i4;
43625
+ return /*#__PURE__*/React__default["default"].createElement("div", {
43626
+ "class": "row m-0 w-100"
43627
+ }, sectionproperties.showfooteremail == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
43628
+ "class": "col-lg-4 col-md-4 col-sm-12 text-start p-0"
43629
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
43630
+ "class": "".concat(footerStyles.textStyles) + ' d-flex text-start mr-1 ',
43631
+ style: {
43632
+ color: sectionproperties.footerinfotext_color,
43633
+ fontSize: sectionproperties.footerinfotext_fontsize + 'px',
43634
+ fontWeight: sectionproperties.footerinfotext_fontweight
43635
+ },
43636
+ onClick: function onClick() {
43637
+ var _authdetailsContext$i2;
43638
+ window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 || (_authdetailsContext$i2 = _authdetailsContext$i2.contactinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.email), '_self');
43639
+ }
43640
+ }, /*#__PURE__*/React__default["default"].createElement("i", {
43641
+ "class": ' fa fa-at mr-2 text-transform-none ml-2 '
43642
+ }), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 || (_authdetailsContext$i3 = _authdetailsContext$i3.contactinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.email)), sectionproperties.showfooterphonenumber == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
43643
+ "class": "col-lg-4 col-md-4 col-sm-12 d-flex justify-content-center justify-content-md-start align-items-center p-0"
43644
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
43645
+ "class": "".concat(footerStyles.textStyles) + ' ',
43646
+ style: {
43647
+ color: sectionproperties.footerinfotext_color,
43648
+ fontSize: sectionproperties.footerinfotext_fontsize + 'px',
43649
+ fontWeight: sectionproperties.footerinfotext_fontweight
43650
+ },
43651
+ onClick: function onClick() {
43652
+ window.open('tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber), '_self');
43653
+ }
43654
+ }, /*#__PURE__*/React__default["default"].createElement("i", {
43655
+ "class": ' fa fa-phone mr-2 ml-2 '
43656
+ }), authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber)), sectionproperties.showfooteraddress == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
43657
+ "class": "col-lg-4 col-md-4 col-sm-12 d-flex justify-content-end justify-content-md-start align-items-center p-0"
43658
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
43659
+ "class": "".concat(footerStyles.textStyles) + ' d-flex align-items-center justify-content-md-center ',
43660
+ style: {
43661
+ color: sectionproperties.footerinfotext_color,
43662
+ fontSize: sectionproperties.footerinfotext_fontsize + 'px',
43663
+ fontWeight: sectionproperties.footerinfotext_fontweight
43664
+ }
43665
+ }, /*#__PURE__*/React__default["default"].createElement("i", {
43666
+ "class": ' h-100 d-flex align-items-center justify-content-center mr-2 ml-2 '
43667
+ }, /*#__PURE__*/React__default["default"].createElement(IoLocationSharp.IoLocationSharp, {
43668
+ size: sectionproperties.footerinfoicon_fontsize
43669
+ })), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.address_en)));
43670
+ };
43623
43671
  return /*#__PURE__*/React__default["default"].createElement("footer", {
43624
43672
  "class": "row m-0 w-100 justify-content-center"
43625
43673
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -43655,7 +43703,7 @@
43655
43703
  "class": "col-lg-12 p-0 d-flex justify-content-start justify-content-md-start"
43656
43704
  }, /*#__PURE__*/React__default["default"].createElement("p", {
43657
43705
  className: "".concat(footerStyles.textStyles) + ' wordbreak wordbreak3 text-center p-0 mb-4 '
43658
- }, 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", {
43706
+ }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.description_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.description_ar)))), /*#__PURE__*/React__default["default"].createElement("div", {
43659
43707
  "class": "col-lg-12 p-0 d-none d-md-block my-3"
43660
43708
  }, /*#__PURE__*/React__default["default"].createElement("hr", {
43661
43709
  "class": "m-0 p-0"
@@ -43732,65 +43780,65 @@
43732
43780
  style: {
43733
43781
  textAlign: langdetect == 'en' ? 'left' : 'right'
43734
43782
  }
43735
- }, langdetect == 'en' ? sectionproperties.sectionTitleContent3 : sectionproperties.sectionTitleContent_ar3)), sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
43783
+ }, langdetect == 'en' ? sectionproperties.sectionTitleContent3 : sectionproperties.sectionTitleContent_ar3)), sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
43736
43784
  "class": footerStyles.facebook_btn + ' m-0 p-0 allcentered mx-2 ',
43737
43785
  onClick: function onClick() {
43738
- var _authdetailsContext$i5;
43739
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.facebooklink) != null) {
43740
- var _authdetailsContext$i6;
43741
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.facebooklink, '_blank');
43786
+ var _authdetailsContext$i8;
43787
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.facebooklink) != null) {
43788
+ var _authdetailsContext$i9;
43789
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.facebooklink, '_blank');
43742
43790
  }
43743
43791
  }
43744
43792
  }, /*#__PURE__*/React__default["default"].createElement(FaFacebook.FaFacebook, {
43745
43793
  size: sectionproperties.facebkbtnniconfontsize
43746
- })), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
43794
+ })), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
43747
43795
  "class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
43748
43796
  onClick: function onClick() {
43749
- var _authdetailsContext$i8;
43750
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.instagramlink) != null) {
43751
- var _authdetailsContext$i9;
43752
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.instagramlink, '_blank');
43797
+ var _authdetailsContext$i11;
43798
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.instagramlink) != null) {
43799
+ var _authdetailsContext$i12;
43800
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.instagramlink, '_blank');
43753
43801
  }
43754
43802
  }
43755
43803
  }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
43756
43804
  size: sectionproperties.instgrambtniconfontsize
43757
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.youtubelink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
43805
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.youtubelink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
43758
43806
  "class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
43759
43807
  onClick: function onClick() {
43760
- var _authdetailsContext$i11;
43761
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.youtubelink) != null) {
43762
- var _authdetailsContext$i12;
43763
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.youtubelink, '_blank');
43808
+ var _authdetailsContext$i14;
43809
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.youtubelink) != null) {
43810
+ var _authdetailsContext$i15;
43811
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.youtubelink, '_blank');
43764
43812
  }
43765
43813
  }
43766
43814
  }, /*#__PURE__*/React__default["default"].createElement(AiFillYoutube.AiFillYoutube, {
43767
43815
  size: sectionproperties.instgrambtniconfontsize
43768
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
43816
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
43769
43817
  "class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
43770
43818
  onClick: function onClick() {
43771
- var _authdetailsContext$i14;
43772
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.tiktoklink) != null) {
43773
- var _authdetailsContext$i15;
43774
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.tiktoklink, '_blank');
43819
+ var _authdetailsContext$i17;
43820
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.tiktoklink) != null) {
43821
+ var _authdetailsContext$i18;
43822
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.tiktoklink, '_blank');
43775
43823
  }
43776
43824
  }
43777
43825
  }, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
43778
43826
  size: sectionproperties.instgrambtniconfontsize
43779
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
43827
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
43780
43828
  "class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
43781
43829
  onClick: function onClick() {
43782
- var _authdetailsContext$i17;
43783
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.linkedinlink, '_blank');
43830
+ var _authdetailsContext$i20;
43831
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.linkedinlink, '_blank');
43784
43832
  }
43785
43833
  }, /*#__PURE__*/React__default["default"].createElement(FaLinkedinIn.FaLinkedinIn, {
43786
43834
  size: sectionproperties.instgrambtniconfontsize
43787
- })), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("p", {
43835
+ })), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("p", {
43788
43836
  "class": footerStyles.youtube_btn + ' m-0 p-0 allcentered mx-2 ',
43789
43837
  onClick: function onClick() {
43790
- var _authdetailsContext$i19;
43791
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.whatsappnumber) != null) {
43792
- var _authdetailsContext$i20;
43793
- window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.whatsappnumber), '_blank');
43838
+ var _authdetailsContext$i22;
43839
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.whatsappnumber) != null) {
43840
+ var _authdetailsContext$i23;
43841
+ window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.whatsappnumber), '_blank');
43794
43842
  }
43795
43843
  }
43796
43844
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
@@ -43810,15 +43858,15 @@
43810
43858
  "class": langdetect == 'en' ? "".concat(footerStyles.apptore) + ' d-flex justify-content-center align-items-center cursor-pointer mr-2 ' : "".concat(footerStyles.apptore) + ' d-flex justify-content-center align-items-center cursor-pointer ml-2 ',
43811
43859
  src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
43812
43860
  onClick: function onClick() {
43813
- var _authdetailsContext$i21;
43814
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.mobileapplink_appstore, '_blank');
43861
+ var _authdetailsContext$i24;
43862
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.mobileapplink_appstore, '_blank');
43815
43863
  }
43816
43864
  }), /*#__PURE__*/React__default["default"].createElement("img", {
43817
43865
  "class": "".concat(footerStyles.googleplay) + ' d-flex justify-content-center align-items-center cursor-pointer mx-2 ',
43818
43866
  src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
43819
43867
  onClick: function onClick() {
43820
- var _authdetailsContext$i22;
43821
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.mobileapplink_playstore, '_blank');
43868
+ var _authdetailsContext$i25;
43869
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.mobileapplink_playstore, '_blank');
43822
43870
  }
43823
43871
  })))), sectionproperties.showpaymentfooter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
43824
43872
  "class": "col-lg-12 p-0 d-block my-3"
@@ -43844,7 +43892,16 @@
43844
43892
  }, /*#__PURE__*/React__default["default"].createElement("img", {
43845
43893
  src: 'https://tabex-co.com/storage/StaticImages/mastercard.png',
43846
43894
  className: "".concat(footerStyles.payimg)
43847
- }))))));
43895
+ }))), /*#__PURE__*/React__default["default"].createElement("div", {
43896
+ "class": "col-lg-12 p-0 my-3",
43897
+ style: {
43898
+ display: sectionproperties.showfooteremail == 'Hide' && sectionproperties.showfooterphonenumber == 'Hide' && sectionproperties.showfooteraddress == 'Hide' ? 'none' : 'flex'
43899
+ }
43900
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
43901
+ className: "".concat(footerStyles.divider)
43902
+ })), /*#__PURE__*/React__default["default"].createElement("div", {
43903
+ "class": "col-lg-12 p-0 d-flex "
43904
+ }, StoreInformation()))));
43848
43905
  };
43849
43906
 
43850
43907
  function ownKeys$1m(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; }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.397",
3
+ "version": "0.0.398",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {