tabexseriescomponents 0.0.263 → 0.0.265

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
@@ -110,6 +110,7 @@ var MdKeyboardArrowUp = require('@react-icons/all-files/md/MdKeyboardArrowUp');
110
110
  var BsInfoCircle = require('@react-icons/all-files/bs/BsInfoCircle');
111
111
  var AiFillPhone = require('@react-icons/all-files/ai/AiFillPhone');
112
112
  var IoClose = require('@react-icons/all-files/io5/IoClose');
113
+ var FaTelegramPlane = require('@react-icons/all-files/fa/FaTelegramPlane');
113
114
  var FaPhoneAlt = require('@react-icons/all-files/fa/FaPhoneAlt');
114
115
  var FaPhone = require('@react-icons/all-files/fa/FaPhone');
115
116
  var AiOutlinePhone = require('@react-icons/all-files/ai/AiOutlinePhone');
@@ -8098,6 +8099,12 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
8098
8099
  }),
8099
8100
  svgstyles: glamor.css({
8100
8101
  stroke: 'var(--stroke, ' + sectionproperties.checkbox_checkedcolor + ')'
8102
+ }),
8103
+ terms: glamor.css({
8104
+ ':hover': {
8105
+ transition: '.3s',
8106
+ color: sectionproperties.termsandconditionsecondarycolor
8107
+ }
8101
8108
  })
8102
8109
  };
8103
8110
  var PersonalInformation = function PersonalInformation() {
@@ -8617,7 +8624,21 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
8617
8624
  className: "mt-2 mb-3"
8618
8625
  }))), /*#__PURE__*/React__default["default"].createElement("div", {
8619
8626
  className: "row ml-0 mr-0"
8620
- }, Otherinformation()))))), /*#__PURE__*/React__default["default"].createElement("div", {
8627
+ }, Otherinformation()))))), sectionproperties.viewtermsandcondition == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
8628
+ "class": "col-lg-12 allcentered"
8629
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
8630
+ "class": "m-0 p-0",
8631
+ style: {
8632
+ fontSize: sectionproperties.termsandconditionfontsize + 'px',
8633
+ color: sectionproperties.termsandconditioncolor,
8634
+ fontWeight: 600
8635
+ }
8636
+ }, langdetect == 'en' ? sectionproperties.termsandconditiontext_en : sectionproperties.termsandconditiontext_ar, ' ', /*#__PURE__*/React__default["default"].createElement("span", {
8637
+ "class": formstyles.terms + ' cursor-pointer ',
8638
+ onClick: function onClick() {
8639
+ window.open(window.location.origin + '/policies', '_blank');
8640
+ }
8641
+ }, langdetect == 'en' ? 'Terms & Conditions' : 'الشروط و الاحكام'))), /*#__PURE__*/React__default["default"].createElement("div", {
8621
8642
  className: "col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center mb-3 mt-3"
8622
8643
  }, /*#__PURE__*/React__default["default"].createElement("button", {
8623
8644
  className: "".concat(formstyles.signupbtn) + ' d-flex align-items-center justify-content-center ',
@@ -11710,7 +11731,7 @@ var CardsSection = function CardsSection(props) {
11710
11731
  }, /*#__PURE__*/React__default["default"].createElement("div", {
11711
11732
  className: "row ml-0 mr-0 w-100 px-1025-1 pl-md-2 pr-md-2 pl-sm-2 pr-sm-2",
11712
11733
  style: {
11713
- marginTop: sectionproperties.sectionTitleMarginTop + 'px',
11734
+ marginTop: sectionproperties.showbadge == 'Show' ? 0 : sectionproperties.sectionTitleMarginTop + 'px',
11714
11735
  marginBottom: sectionproperties.sectionTitleMarginBottom + 'px',
11715
11736
  paddingLeft: langdetect == 'en' ? sectionproperties.sectionTitleMarginLeft + 'px' : sectionproperties.sectionTitleMarginRight + 'px',
11716
11737
  paddingRight: langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px'
@@ -11719,17 +11740,35 @@ var CardsSection = function CardsSection(props) {
11719
11740
  "class": sectionproperties.viewmorebtnshow == 'Show' ? sectionproperties.sectiontitleposition == 'Centered' ? ' col-lg-12 col-md-12 col-sm-12 d-flex align-items-center p-0 ' : ' col-lg-7 col-md-7 col-sm-9 d-flex align-items-center p-0 ' : sectionproperties.showFilter == 'show' ? ' col-lg-12 col-md-7 col-sm-9 d-flex align-items-center p-0 ' : ' col-lg-12 col-md-12 col-sm-12 d-flex align-items-center p-0 '
11720
11741
  }, /*#__PURE__*/React__default["default"].createElement("div", {
11721
11742
  "class": "row m-0 w-100"
11722
- }, sectionproperties.sectiontitleshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
11743
+ }, sectionproperties.showbadge == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
11744
+ "class": ' col-lg-12 p-0 d-flex align-items-center ',
11745
+ style: {
11746
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start'
11747
+ }
11748
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
11749
+ "class": "m-0 p-0 allcentered",
11750
+ style: {
11751
+ fontSize: sectionproperties.badge_fontsize + 'px',
11752
+ background: sectionproperties.badge_bgcolor,
11753
+ minWidth: sectionproperties.badge_width + 'px',
11754
+ height: sectionproperties.badge_height + 'px',
11755
+ color: sectionproperties.badge_color,
11756
+ borderRadius: sectionproperties.badge_borderradius + 'px',
11757
+ border: sectionproperties.badgeborderwidth + 'px solid ' + sectionproperties.badgebordercolor
11758
+ }
11759
+ }, langdetect == 'en' ? sectionproperties.badgeContentEn : sectionproperties.badgeContentAr)), sectionproperties.sectiontitleshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
11723
11760
  "class": "".concat(generalstyles.sectiontitlecont) + ' col-lg-12 p-0 d-flex d-md-none align-items-center ',
11724
11761
  style: {
11725
11762
  justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
11726
- fontSize: sectionproperties.sectionTitleFontSize + 'px'
11763
+ fontSize: sectionproperties.sectionTitleFontSize + 'px',
11764
+ marginTop: sectionproperties.showbadge == 'Show' ? sectionproperties.sectionTitleMarginTop + 'px' : 0
11727
11765
  }
11728
11766
  }, SectionTitle()), sectionproperties.sectiontitleshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
11729
11767
  "class": "".concat(generalstyles.sectiontitlecont) + ' col-lg-12 p-0 d-none d-md-flex align-items-center ',
11730
11768
  style: {
11731
11769
  justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
11732
- fontSize: sectionproperties.sectionTitleFontSizeresp + 'px'
11770
+ fontSize: sectionproperties.sectionTitleFontSizeresp + 'px',
11771
+ marginTop: sectionproperties.showbadge == 'Show' ? sectionproperties.sectionTitleMarginTop + 'px' : 0
11733
11772
  }
11734
11773
  }, SectionTitle()), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
11735
11774
  "class": ' col-lg-12 col-md-12 col-sm-12 d-flex align-items-center d-md-none ',
@@ -20754,7 +20793,7 @@ styleInject(css_248z$s);
20754
20793
  function ownKeys$1y(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
20755
20794
  function _objectSpread$1y(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$1y(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$1y(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
20756
20795
  var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
20757
- var _authdetailsContext$i9, _authdetailsContext$i10, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _fetchcustomercartQue4, _fetchcustomercartQue5, _fetchcustomercartQue6, _logoarrayofobjects$3, _logoarrayofobjects$4;
20796
+ var _authdetailsContext$i, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i15, _authdetailsContext$i16, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _fetchcustomercartQue4, _fetchcustomercartQue5, _fetchcustomercartQue6, _logoarrayofobjects$3, _logoarrayofobjects$4;
20758
20797
  var _useState = React.useState(''),
20759
20798
  _useState2 = _slicedToArray__default["default"](_useState, 2),
20760
20799
  sectionproperties = _useState2[0],
@@ -21061,35 +21100,46 @@ var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
21061
21100
  "class": "col-lg-3 d-flex align-items-center p-0"
21062
21101
  }, /*#__PURE__*/React__default["default"].createElement("div", {
21063
21102
  "class": "row m-0 w-100"
21064
- }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
21103
+ }, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
21065
21104
  "class": header_cssstyles.fbbtn + ' pl-3 pr-3 pt-2 pb-2 allcentered cursor-pointer ',
21066
21105
  onClick: function onClick() {
21067
- var _authdetailsContext$i;
21068
- if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.facebooklink) != null) {
21069
- var _authdetailsContext$i2;
21070
- window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.facebooklink, '_blank');
21106
+ var _authdetailsContext$i2;
21107
+ if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.facebooklink) != null) {
21108
+ var _authdetailsContext$i3;
21109
+ window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.facebooklink, '_blank');
21071
21110
  }
21072
21111
  }
21073
21112
  }, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
21074
21113
  size: sectionproperties.facebkbtnniconfontsize
21075
- })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
21114
+ })), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("div", {
21076
21115
  "class": header_cssstyles.whatsappbtn + ' pl-3 pr-3 pt-2 pb-2 allcentered cursor-pointer ',
21077
21116
  onClick: function onClick() {
21078
- var _authdetailsContext$i3;
21079
- if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.whatsappnumber) != null) {
21080
- var _authdetailsContext$i4;
21081
- window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.whatsappnumber), '_blank');
21117
+ var _authdetailsContext$i5;
21118
+ if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.whatsappnumber) != null) {
21119
+ var _authdetailsContext$i6;
21120
+ window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.whatsappnumber), '_blank');
21082
21121
  }
21083
21122
  }
21084
21123
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
21085
21124
  size: sectionproperties.youtubebtniconfontsize
21086
- })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
21125
+ })), sectionproperties.showtelegrambtn == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.telegramlink) && /*#__PURE__*/React__default["default"].createElement("div", {
21126
+ "class": header_cssstyles.fbbtn + ' pl-3 pr-3 pt-2 pb-2 allcentered cursor-pointer ',
21127
+ onClick: function onClick() {
21128
+ var _authdetailsContext$i8;
21129
+ if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.telegramlink) != null) {
21130
+ var _authdetailsContext$i9;
21131
+ window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.telegramlink, '_blank');
21132
+ }
21133
+ }
21134
+ }, /*#__PURE__*/React__default["default"].createElement(FaTelegramPlane.FaTelegramPlane, {
21135
+ size: sectionproperties.facebkbtnniconfontsize
21136
+ })), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
21087
21137
  "class": header_cssstyles.instagrambtn + ' pl-3 pr-3 pt-2 pb-2 allcentered cursor-pointer ',
21088
21138
  onClick: function onClick() {
21089
- var _authdetailsContext$i5;
21090
- if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.instagramlink) != null) {
21091
- var _authdetailsContext$i6;
21092
- window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.instagramlink, '_blank');
21139
+ var _authdetailsContext$i11;
21140
+ if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.instagramlink) != null) {
21141
+ var _authdetailsContext$i12;
21142
+ window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.instagramlink, '_blank');
21093
21143
  }
21094
21144
  }
21095
21145
  }, /*#__PURE__*/React__default["default"].createElement(AiOutlineInstagram.AiOutlineInstagram, {
@@ -21118,15 +21168,15 @@ var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
21118
21168
  borderRight: sectionproperties.vl_width + 'px solid ' + sectionproperties.vl_bg
21119
21169
  },
21120
21170
  onClick: function onClick() {
21121
- var _authdetailsContext$i7, _authdetailsContext$i8;
21122
- window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : (_authdetailsContext$i8 = _authdetailsContext$i7.contactinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.email), '_self');
21171
+ var _authdetailsContext$i13, _authdetailsContext$i14;
21172
+ window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : (_authdetailsContext$i14 = _authdetailsContext$i13.contactinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.email), '_self');
21123
21173
  }
21124
21174
  }, /*#__PURE__*/React__default["default"].createElement(AiOutlineMail.AiOutlineMail, {
21125
21175
  "class": header_cssstyles.upperheadertext + ' ml-1 mr-1 storeinfotext ',
21126
21176
  size: sectionproperties.footerinfotext_fontsize
21127
21177
  }), /*#__PURE__*/React__default["default"].createElement("span", {
21128
21178
  "class": header_cssstyles.upperheadertext + ' storeinfotext '
21129
- }, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : (_authdetailsContext$i10 = _authdetailsContext$i9.contactinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.email)), sectionproperties.showopeninghours == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
21179
+ }, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : (_authdetailsContext$i16 = _authdetailsContext$i15.contactinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.email)), sectionproperties.showopeninghours == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
21130
21180
  "class": "d-flex align-items-center justify-content-center pl-3 pr-3 h-100",
21131
21181
  style: {
21132
21182
  borderRight: sectionproperties.vl_width + 'px solid ' + sectionproperties.vl_bg
@@ -30069,7 +30119,7 @@ var mastercard = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACAAAAATYAgMAAAD2
30069
30119
  function ownKeys$1k(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
30070
30120
  function _objectSpread$1k(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$1k(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$1k(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
30071
30121
  var Footer4 = function Footer4(props) {
30072
- var _logoarrayofobjects$, _logoarrayofobjects$2, _templatepropcontext$, _authdetailsContext$i, _authdetailsContext$i4, _authdetailsContext$i5, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14;
30122
+ var _logoarrayofobjects$, _logoarrayofobjects$2, _templatepropcontext$, _authdetailsContext$i, _authdetailsContext$i4, _authdetailsContext$i5, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17;
30073
30123
  var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
30074
30124
  var lang = props.actions.lang;
30075
30125
  var langdetect = props.actions.langdetect;
@@ -30434,13 +30484,26 @@ var Footer4 = function Footer4(props) {
30434
30484
  className: "h-100 allcentered"
30435
30485
  }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
30436
30486
  size: sectionproperties.instgrambtniconfontsize
30437
- }))), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("div", {
30438
- className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4 ',
30487
+ }))), sectionproperties.showtelegrambtn == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.telegramlink) && /*#__PURE__*/React__default["default"].createElement("div", {
30488
+ className: langdetect == 'en' ? "".concat(footerStyles.facebook_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.facebook_btn) + ' allcentered ml-3 ml-sm-4 ',
30439
30489
  onClick: function onClick() {
30440
30490
  var _authdetailsContext$i15;
30441
- if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.whatsappnumber) != null) {
30491
+ if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.telegramlink) != null) {
30442
30492
  var _authdetailsContext$i16;
30443
- window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.whatsappnumber), '_blank');
30493
+ window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.telegramlink, '_blank');
30494
+ }
30495
+ }
30496
+ }, /*#__PURE__*/React__default["default"].createElement("i", {
30497
+ className: "h-100 allcentered"
30498
+ }, /*#__PURE__*/React__default["default"].createElement(FaTelegramPlane.FaTelegramPlane, {
30499
+ size: sectionproperties.facebkbtnniconfontsize
30500
+ }))), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("div", {
30501
+ className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4 ',
30502
+ onClick: function onClick() {
30503
+ var _authdetailsContext$i18;
30504
+ if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.whatsappnumber) != null) {
30505
+ var _authdetailsContext$i19;
30506
+ window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.whatsappnumber), '_blank');
30444
30507
  }
30445
30508
  }
30446
30509
  }, /*#__PURE__*/React__default["default"].createElement("i", {
@@ -42346,7 +42409,7 @@ var Slideshowslide = function Slideshowslide(props) {
42346
42409
  height: sectionproperties.bgcovercontain == 'Cover' ? sectionproperties.height + 'vh' : 'auto'
42347
42410
  }
42348
42411
  }, /*#__PURE__*/React__default["default"].createElement("div", {
42349
- "class": sectionproperties.width == '100' ? 'h-sm-auto' : 'h-sm-auto pl-sm-2 pr-sm-2 w-sm-100',
42412
+ "class": sectionproperties.width == '100' ? 'h-sm-auto' : 'h-sm-auto w-sm-100',
42350
42413
  style: {
42351
42414
  position: 'relative',
42352
42415
  borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
@@ -42373,7 +42436,8 @@ var Slideshowslide = function Slideshowslide(props) {
42373
42436
  height: sectionproperties.bgcovercontain == 'Cover' ? sectionproperties.height + 'vh' : 'auto'
42374
42437
  }
42375
42438
  }, /*#__PURE__*/React__default["default"].createElement("div", {
42376
- "class": 'p-0 align-items-center d-flex d-sm-none ',
42439
+ // d-sm-none
42440
+ "class": 'p-0 align-items-center d-flex ',
42377
42441
  key: index,
42378
42442
  onClick: function onClick() {
42379
42443
  if (item.IsClickableimg == 'Yes') {
@@ -42402,65 +42466,32 @@ var Slideshowslide = function Slideshowslide(props) {
42402
42466
  width: '100%',
42403
42467
  height: '100%'
42404
42468
  }
42405
- }), SlideShowTextContainer(item)), /*#__PURE__*/React__default["default"].createElement("div", {
42406
- "class": 'p-0 align-items-center d-none d-sm-flex ',
42407
- key: index,
42408
- style: {
42409
- width: '100%',
42410
- height: '100%',
42411
- direction: langdetect == 'en' ? 'ltr' : 'rtl',
42412
- paddingTop: sectionproperties.paddingTop + 'px',
42413
- paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : '',
42414
- paddingRight: langdetect == 'en' ? '' : sectionproperties.paddingLeft + 'px'
42415
- }
42416
- }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
42417
- urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
42418
- publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
42419
- path: langdetect == 'en' ? '/tr:w-' + sectionproperties.imagetr_w_resp + ',h-' + sectionproperties.imagetr_h_resp + '/' + item.image_resp_en : '/tr:w-' + sectionproperties.imagetr_w_resp + ',h-' + sectionproperties.imagetr_h_resp + '/' + item.image_resp_ar,
42420
- style: {
42421
- objectFit: 'contain',
42422
- margin: 0,
42423
- padding: 0,
42424
- width: '100%',
42425
- height: '100%'
42426
- }
42427
42469
  }), SlideShowTextContainer(item)));
42428
42470
  }))))));
42429
42471
  };
42430
- return (
42431
- /*#__PURE__*/
42432
- // align-items-center
42433
- React__default["default"].createElement("div", {
42434
- "class": sectionproperties.collectionssectionshow == 'Show' ? 'row ml-0 mr-0 w-100 d-flex justify-content-center px-1025-1 pl-md-2 pr-md-2' : sectionproperties.width == '100' ? 'row ml-0 mr-0 w-100 d-flex justify-content-center' : 'row ml-0 mr-0 w-100 d-flex justify-content-center px-1025-1 pl-md-2 pr-md-2',
42435
- style: {
42436
- paddingBottom: sectionproperties.marginBottom + 'px',
42437
- paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
42438
- paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px',
42439
- background: sectionproperties.backgroundColor
42440
- },
42441
- onMouseEnter: function onMouseEnter() {
42442
- setChoosenindex('');
42443
- }
42444
- }, /*#__PURE__*/React__default["default"].createElement("div", {
42445
- "class": "col-lg-12 p-0"
42446
- }, /*#__PURE__*/React__default["default"].createElement("div", {
42447
- "class": "row m-0 w-100 d-flex d-md-none",
42448
- style: {
42449
- paddingTop: sectionproperties.marginTop + 'px'
42450
- },
42451
- onMouseLeave: function onMouseLeave() {
42452
- setChoosenindex('');
42453
- }
42454
- }, SlideshowContent()), /*#__PURE__*/React__default["default"].createElement("div", {
42455
- "class": "row m-0 w-100 d-none d-md-flex",
42456
- style: {
42457
- paddingTop: sectionproperties.marginTopResp + 'px'
42458
- },
42459
- onMouseLeave: function onMouseLeave() {
42460
- setChoosenindex('');
42461
- }
42462
- }, SlideshowContent())))
42463
- );
42472
+ return /*#__PURE__*/React__default["default"].createElement("div", {
42473
+ "class": sectionproperties.collectionssectionshow == 'Show' ? 'row ml-0 mr-0 w-100 d-flex justify-content-center px-1025-1 pl-md-2 pr-md-2' : sectionproperties.width == '100' ? 'row ml-0 mr-0 w-100 d-flex justify-content-center' : 'row ml-0 mr-0 w-100 d-flex justify-content-center px-1025-1 pl-md-2 pr-md-2',
42474
+ style: {
42475
+ paddingBottom: sectionproperties.marginBottom + 'px',
42476
+ paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
42477
+ paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px',
42478
+ background: sectionproperties.backgroundColor
42479
+ },
42480
+ onMouseEnter: function onMouseEnter() {
42481
+ setChoosenindex('');
42482
+ }
42483
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
42484
+ "class": "col-lg-12 p-0"
42485
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
42486
+ // d-md-none
42487
+ "class": "row m-0 w-100 d-flex",
42488
+ style: {
42489
+ paddingTop: sectionproperties.marginTop + 'px'
42490
+ },
42491
+ onMouseLeave: function onMouseLeave() {
42492
+ setChoosenindex('');
42493
+ }
42494
+ }, SlideshowContent())));
42464
42495
  };
42465
42496
 
42466
42497
  function ownKeys$I(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
@@ -47630,8 +47661,6 @@ var Productcard_with_zoominonhover = function Productcard_with_zoominonhover(pro
47630
47661
  borderRadius: sectionproperties.cart_btn_borderBottomLeftRadius + 'px',
47631
47662
  color: sectionproperties.cartBtnTextcolor,
47632
47663
  fontSize: sectionproperties.cartBtnTextfontsize + 'px',
47633
- // fontSize: sectionproperties.cartBtn_iconFontSize + 'px',
47634
- textTransform: sectionproperties.cartBtnTexttransform,
47635
47664
  fontWeight: sectionproperties.cartBtnTextfontweight,
47636
47665
  border: sectionproperties.cartbtnborderwidth + 'px solid ' + sectionproperties.cartbtnbordercolor,
47637
47666
  transition: '.3s',
@@ -47738,7 +47767,7 @@ var Productcard_with_zoominonhover = function Productcard_with_zoominonhover(pro
47738
47767
  size: sectionproperties.cartBtn_iconFontSize
47739
47768
  }), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart.MdAddShoppingCart, {
47740
47769
  size: sectionproperties.cartBtn_iconFontSize
47741
- })), lang.addtocart);
47770
+ })), langdetect == 'en' ? sectionproperties.cartBtnContentenglish : sectionproperties.cartBtnContentarabic);
47742
47771
  }
47743
47772
  }
47744
47773
  if (!AddtoCartMutationContext.isLoading) {
package/dist/index.esm.js CHANGED
@@ -108,6 +108,7 @@ import { MdKeyboardArrowUp } from '@react-icons/all-files/md/MdKeyboardArrowUp';
108
108
  import { BsInfoCircle } from '@react-icons/all-files/bs/BsInfoCircle';
109
109
  import { AiFillPhone } from '@react-icons/all-files/ai/AiFillPhone';
110
110
  import { IoClose } from '@react-icons/all-files/io5/IoClose';
111
+ import { FaTelegramPlane } from '@react-icons/all-files/fa/FaTelegramPlane';
111
112
  import { FaPhoneAlt } from '@react-icons/all-files/fa/FaPhoneAlt';
112
113
  import { FaPhone } from '@react-icons/all-files/fa/FaPhone';
113
114
  import { AiOutlinePhone } from '@react-icons/all-files/ai/AiOutlinePhone';
@@ -8051,6 +8052,12 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
8051
8052
  }),
8052
8053
  svgstyles: css({
8053
8054
  stroke: 'var(--stroke, ' + sectionproperties.checkbox_checkedcolor + ')'
8055
+ }),
8056
+ terms: css({
8057
+ ':hover': {
8058
+ transition: '.3s',
8059
+ color: sectionproperties.termsandconditionsecondarycolor
8060
+ }
8054
8061
  })
8055
8062
  };
8056
8063
  var PersonalInformation = function PersonalInformation() {
@@ -8570,7 +8577,21 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
8570
8577
  className: "mt-2 mb-3"
8571
8578
  }))), /*#__PURE__*/React.createElement("div", {
8572
8579
  className: "row ml-0 mr-0"
8573
- }, Otherinformation()))))), /*#__PURE__*/React.createElement("div", {
8580
+ }, Otherinformation()))))), sectionproperties.viewtermsandcondition == 'Show' && /*#__PURE__*/React.createElement("div", {
8581
+ "class": "col-lg-12 allcentered"
8582
+ }, /*#__PURE__*/React.createElement("p", {
8583
+ "class": "m-0 p-0",
8584
+ style: {
8585
+ fontSize: sectionproperties.termsandconditionfontsize + 'px',
8586
+ color: sectionproperties.termsandconditioncolor,
8587
+ fontWeight: 600
8588
+ }
8589
+ }, langdetect == 'en' ? sectionproperties.termsandconditiontext_en : sectionproperties.termsandconditiontext_ar, ' ', /*#__PURE__*/React.createElement("span", {
8590
+ "class": formstyles.terms + ' cursor-pointer ',
8591
+ onClick: function onClick() {
8592
+ window.open(window.location.origin + '/policies', '_blank');
8593
+ }
8594
+ }, langdetect == 'en' ? 'Terms & Conditions' : 'الشروط و الاحكام'))), /*#__PURE__*/React.createElement("div", {
8574
8595
  className: "col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center mb-3 mt-3"
8575
8596
  }, /*#__PURE__*/React.createElement("button", {
8576
8597
  className: "".concat(formstyles.signupbtn) + ' d-flex align-items-center justify-content-center ',
@@ -11663,7 +11684,7 @@ var CardsSection = function CardsSection(props) {
11663
11684
  }, /*#__PURE__*/React.createElement("div", {
11664
11685
  className: "row ml-0 mr-0 w-100 px-1025-1 pl-md-2 pr-md-2 pl-sm-2 pr-sm-2",
11665
11686
  style: {
11666
- marginTop: sectionproperties.sectionTitleMarginTop + 'px',
11687
+ marginTop: sectionproperties.showbadge == 'Show' ? 0 : sectionproperties.sectionTitleMarginTop + 'px',
11667
11688
  marginBottom: sectionproperties.sectionTitleMarginBottom + 'px',
11668
11689
  paddingLeft: langdetect == 'en' ? sectionproperties.sectionTitleMarginLeft + 'px' : sectionproperties.sectionTitleMarginRight + 'px',
11669
11690
  paddingRight: langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px'
@@ -11672,17 +11693,35 @@ var CardsSection = function CardsSection(props) {
11672
11693
  "class": sectionproperties.viewmorebtnshow == 'Show' ? sectionproperties.sectiontitleposition == 'Centered' ? ' col-lg-12 col-md-12 col-sm-12 d-flex align-items-center p-0 ' : ' col-lg-7 col-md-7 col-sm-9 d-flex align-items-center p-0 ' : sectionproperties.showFilter == 'show' ? ' col-lg-12 col-md-7 col-sm-9 d-flex align-items-center p-0 ' : ' col-lg-12 col-md-12 col-sm-12 d-flex align-items-center p-0 '
11673
11694
  }, /*#__PURE__*/React.createElement("div", {
11674
11695
  "class": "row m-0 w-100"
11675
- }, sectionproperties.sectiontitleshow == 'Show' && /*#__PURE__*/React.createElement("div", {
11696
+ }, sectionproperties.showbadge == 'Show' && /*#__PURE__*/React.createElement("div", {
11697
+ "class": ' col-lg-12 p-0 d-flex align-items-center ',
11698
+ style: {
11699
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start'
11700
+ }
11701
+ }, /*#__PURE__*/React.createElement("p", {
11702
+ "class": "m-0 p-0 allcentered",
11703
+ style: {
11704
+ fontSize: sectionproperties.badge_fontsize + 'px',
11705
+ background: sectionproperties.badge_bgcolor,
11706
+ minWidth: sectionproperties.badge_width + 'px',
11707
+ height: sectionproperties.badge_height + 'px',
11708
+ color: sectionproperties.badge_color,
11709
+ borderRadius: sectionproperties.badge_borderradius + 'px',
11710
+ border: sectionproperties.badgeborderwidth + 'px solid ' + sectionproperties.badgebordercolor
11711
+ }
11712
+ }, langdetect == 'en' ? sectionproperties.badgeContentEn : sectionproperties.badgeContentAr)), sectionproperties.sectiontitleshow == 'Show' && /*#__PURE__*/React.createElement("div", {
11676
11713
  "class": "".concat(generalstyles.sectiontitlecont) + ' col-lg-12 p-0 d-flex d-md-none align-items-center ',
11677
11714
  style: {
11678
11715
  justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
11679
- fontSize: sectionproperties.sectionTitleFontSize + 'px'
11716
+ fontSize: sectionproperties.sectionTitleFontSize + 'px',
11717
+ marginTop: sectionproperties.showbadge == 'Show' ? sectionproperties.sectionTitleMarginTop + 'px' : 0
11680
11718
  }
11681
11719
  }, SectionTitle()), sectionproperties.sectiontitleshow == 'Show' && /*#__PURE__*/React.createElement("div", {
11682
11720
  "class": "".concat(generalstyles.sectiontitlecont) + ' col-lg-12 p-0 d-none d-md-flex align-items-center ',
11683
11721
  style: {
11684
11722
  justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
11685
- fontSize: sectionproperties.sectionTitleFontSizeresp + 'px'
11723
+ fontSize: sectionproperties.sectionTitleFontSizeresp + 'px',
11724
+ marginTop: sectionproperties.showbadge == 'Show' ? sectionproperties.sectionTitleMarginTop + 'px' : 0
11686
11725
  }
11687
11726
  }, SectionTitle()), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React.createElement("div", {
11688
11727
  "class": ' col-lg-12 col-md-12 col-sm-12 d-flex align-items-center d-md-none ',
@@ -20707,7 +20746,7 @@ styleInject(css_248z$s);
20707
20746
  function ownKeys$1y(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
20708
20747
  function _objectSpread$1y(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$1y(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$1y(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
20709
20748
  var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
20710
- var _authdetailsContext$i9, _authdetailsContext$i10, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _fetchcustomercartQue4, _fetchcustomercartQue5, _fetchcustomercartQue6, _logoarrayofobjects$3, _logoarrayofobjects$4;
20749
+ var _authdetailsContext$i, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i15, _authdetailsContext$i16, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _fetchcustomercartQue4, _fetchcustomercartQue5, _fetchcustomercartQue6, _logoarrayofobjects$3, _logoarrayofobjects$4;
20711
20750
  var _useState = useState(''),
20712
20751
  _useState2 = _slicedToArray(_useState, 2),
20713
20752
  sectionproperties = _useState2[0],
@@ -21014,35 +21053,46 @@ var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
21014
21053
  "class": "col-lg-3 d-flex align-items-center p-0"
21015
21054
  }, /*#__PURE__*/React.createElement("div", {
21016
21055
  "class": "row m-0 w-100"
21017
- }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
21056
+ }, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.facebooklink) != null && /*#__PURE__*/React.createElement("div", {
21018
21057
  "class": header_cssstyles.fbbtn + ' pl-3 pr-3 pt-2 pb-2 allcentered cursor-pointer ',
21019
21058
  onClick: function onClick() {
21020
- var _authdetailsContext$i;
21021
- if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.facebooklink) != null) {
21022
- var _authdetailsContext$i2;
21023
- window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.facebooklink, '_blank');
21059
+ var _authdetailsContext$i2;
21060
+ if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.facebooklink) != null) {
21061
+ var _authdetailsContext$i3;
21062
+ window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.facebooklink, '_blank');
21024
21063
  }
21025
21064
  }
21026
21065
  }, /*#__PURE__*/React.createElement(FaFacebookF, {
21027
21066
  size: sectionproperties.facebkbtnniconfontsize
21028
- })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
21067
+ })), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.whatsappnumber) != null && /*#__PURE__*/React.createElement("div", {
21029
21068
  "class": header_cssstyles.whatsappbtn + ' pl-3 pr-3 pt-2 pb-2 allcentered cursor-pointer ',
21030
21069
  onClick: function onClick() {
21031
- var _authdetailsContext$i3;
21032
- if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.whatsappnumber) != null) {
21033
- var _authdetailsContext$i4;
21034
- window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.whatsappnumber), '_blank');
21070
+ var _authdetailsContext$i5;
21071
+ if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.whatsappnumber) != null) {
21072
+ var _authdetailsContext$i6;
21073
+ window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.whatsappnumber), '_blank');
21035
21074
  }
21036
21075
  }
21037
21076
  }, /*#__PURE__*/React.createElement(FaWhatsapp, {
21038
21077
  size: sectionproperties.youtubebtniconfontsize
21039
- })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
21078
+ })), sectionproperties.showtelegrambtn == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.telegramlink) && /*#__PURE__*/React.createElement("div", {
21079
+ "class": header_cssstyles.fbbtn + ' pl-3 pr-3 pt-2 pb-2 allcentered cursor-pointer ',
21080
+ onClick: function onClick() {
21081
+ var _authdetailsContext$i8;
21082
+ if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.telegramlink) != null) {
21083
+ var _authdetailsContext$i9;
21084
+ window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.telegramlink, '_blank');
21085
+ }
21086
+ }
21087
+ }, /*#__PURE__*/React.createElement(FaTelegramPlane, {
21088
+ size: sectionproperties.facebkbtnniconfontsize
21089
+ })), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.instagramlink) != null && /*#__PURE__*/React.createElement("div", {
21040
21090
  "class": header_cssstyles.instagrambtn + ' pl-3 pr-3 pt-2 pb-2 allcentered cursor-pointer ',
21041
21091
  onClick: function onClick() {
21042
- var _authdetailsContext$i5;
21043
- if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.instagramlink) != null) {
21044
- var _authdetailsContext$i6;
21045
- window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.instagramlink, '_blank');
21092
+ var _authdetailsContext$i11;
21093
+ if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.instagramlink) != null) {
21094
+ var _authdetailsContext$i12;
21095
+ window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.instagramlink, '_blank');
21046
21096
  }
21047
21097
  }
21048
21098
  }, /*#__PURE__*/React.createElement(AiOutlineInstagram, {
@@ -21071,15 +21121,15 @@ var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
21071
21121
  borderRight: sectionproperties.vl_width + 'px solid ' + sectionproperties.vl_bg
21072
21122
  },
21073
21123
  onClick: function onClick() {
21074
- var _authdetailsContext$i7, _authdetailsContext$i8;
21075
- window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : (_authdetailsContext$i8 = _authdetailsContext$i7.contactinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.email), '_self');
21124
+ var _authdetailsContext$i13, _authdetailsContext$i14;
21125
+ window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : (_authdetailsContext$i14 = _authdetailsContext$i13.contactinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.email), '_self');
21076
21126
  }
21077
21127
  }, /*#__PURE__*/React.createElement(AiOutlineMail, {
21078
21128
  "class": header_cssstyles.upperheadertext + ' ml-1 mr-1 storeinfotext ',
21079
21129
  size: sectionproperties.footerinfotext_fontsize
21080
21130
  }), /*#__PURE__*/React.createElement("span", {
21081
21131
  "class": header_cssstyles.upperheadertext + ' storeinfotext '
21082
- }, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : (_authdetailsContext$i10 = _authdetailsContext$i9.contactinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.email)), sectionproperties.showopeninghours == 'Show' && /*#__PURE__*/React.createElement("div", {
21132
+ }, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : (_authdetailsContext$i16 = _authdetailsContext$i15.contactinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.email)), sectionproperties.showopeninghours == 'Show' && /*#__PURE__*/React.createElement("div", {
21083
21133
  "class": "d-flex align-items-center justify-content-center pl-3 pr-3 h-100",
21084
21134
  style: {
21085
21135
  borderRight: sectionproperties.vl_width + 'px solid ' + sectionproperties.vl_bg
@@ -30022,7 +30072,7 @@ var mastercard = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACAAAAATYAgMAAAD2
30022
30072
  function ownKeys$1k(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
30023
30073
  function _objectSpread$1k(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$1k(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$1k(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
30024
30074
  var Footer4 = function Footer4(props) {
30025
- var _logoarrayofobjects$, _logoarrayofobjects$2, _templatepropcontext$, _authdetailsContext$i, _authdetailsContext$i4, _authdetailsContext$i5, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14;
30075
+ var _logoarrayofobjects$, _logoarrayofobjects$2, _templatepropcontext$, _authdetailsContext$i, _authdetailsContext$i4, _authdetailsContext$i5, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17;
30026
30076
  var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
30027
30077
  var lang = props.actions.lang;
30028
30078
  var langdetect = props.actions.langdetect;
@@ -30387,13 +30437,26 @@ var Footer4 = function Footer4(props) {
30387
30437
  className: "h-100 allcentered"
30388
30438
  }, /*#__PURE__*/React.createElement(AiFillInstagram, {
30389
30439
  size: sectionproperties.instgrambtniconfontsize
30390
- }))), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.whatsappnumber) != null && /*#__PURE__*/React.createElement("div", {
30391
- className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4 ',
30440
+ }))), sectionproperties.showtelegrambtn == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.telegramlink) && /*#__PURE__*/React.createElement("div", {
30441
+ className: langdetect == 'en' ? "".concat(footerStyles.facebook_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.facebook_btn) + ' allcentered ml-3 ml-sm-4 ',
30392
30442
  onClick: function onClick() {
30393
30443
  var _authdetailsContext$i15;
30394
- if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.whatsappnumber) != null) {
30444
+ if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.telegramlink) != null) {
30395
30445
  var _authdetailsContext$i16;
30396
- window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.whatsappnumber), '_blank');
30446
+ window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.telegramlink, '_blank');
30447
+ }
30448
+ }
30449
+ }, /*#__PURE__*/React.createElement("i", {
30450
+ className: "h-100 allcentered"
30451
+ }, /*#__PURE__*/React.createElement(FaTelegramPlane, {
30452
+ size: sectionproperties.facebkbtnniconfontsize
30453
+ }))), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.whatsappnumber) != null && /*#__PURE__*/React.createElement("div", {
30454
+ className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4 ',
30455
+ onClick: function onClick() {
30456
+ var _authdetailsContext$i18;
30457
+ if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.whatsappnumber) != null) {
30458
+ var _authdetailsContext$i19;
30459
+ window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.whatsappnumber), '_blank');
30397
30460
  }
30398
30461
  }
30399
30462
  }, /*#__PURE__*/React.createElement("i", {
@@ -42299,7 +42362,7 @@ var Slideshowslide = function Slideshowslide(props) {
42299
42362
  height: sectionproperties.bgcovercontain == 'Cover' ? sectionproperties.height + 'vh' : 'auto'
42300
42363
  }
42301
42364
  }, /*#__PURE__*/React.createElement("div", {
42302
- "class": sectionproperties.width == '100' ? 'h-sm-auto' : 'h-sm-auto pl-sm-2 pr-sm-2 w-sm-100',
42365
+ "class": sectionproperties.width == '100' ? 'h-sm-auto' : 'h-sm-auto w-sm-100',
42303
42366
  style: {
42304
42367
  position: 'relative',
42305
42368
  borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
@@ -42326,7 +42389,8 @@ var Slideshowslide = function Slideshowslide(props) {
42326
42389
  height: sectionproperties.bgcovercontain == 'Cover' ? sectionproperties.height + 'vh' : 'auto'
42327
42390
  }
42328
42391
  }, /*#__PURE__*/React.createElement("div", {
42329
- "class": 'p-0 align-items-center d-flex d-sm-none ',
42392
+ // d-sm-none
42393
+ "class": 'p-0 align-items-center d-flex ',
42330
42394
  key: index,
42331
42395
  onClick: function onClick() {
42332
42396
  if (item.IsClickableimg == 'Yes') {
@@ -42355,65 +42419,32 @@ var Slideshowslide = function Slideshowslide(props) {
42355
42419
  width: '100%',
42356
42420
  height: '100%'
42357
42421
  }
42358
- }), SlideShowTextContainer(item)), /*#__PURE__*/React.createElement("div", {
42359
- "class": 'p-0 align-items-center d-none d-sm-flex ',
42360
- key: index,
42361
- style: {
42362
- width: '100%',
42363
- height: '100%',
42364
- direction: langdetect == 'en' ? 'ltr' : 'rtl',
42365
- paddingTop: sectionproperties.paddingTop + 'px',
42366
- paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : '',
42367
- paddingRight: langdetect == 'en' ? '' : sectionproperties.paddingLeft + 'px'
42368
- }
42369
- }, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
42370
- urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
42371
- publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
42372
- path: langdetect == 'en' ? '/tr:w-' + sectionproperties.imagetr_w_resp + ',h-' + sectionproperties.imagetr_h_resp + '/' + item.image_resp_en : '/tr:w-' + sectionproperties.imagetr_w_resp + ',h-' + sectionproperties.imagetr_h_resp + '/' + item.image_resp_ar,
42373
- style: {
42374
- objectFit: 'contain',
42375
- margin: 0,
42376
- padding: 0,
42377
- width: '100%',
42378
- height: '100%'
42379
- }
42380
42422
  }), SlideShowTextContainer(item)));
42381
42423
  }))))));
42382
42424
  };
42383
- return (
42384
- /*#__PURE__*/
42385
- // align-items-center
42386
- React.createElement("div", {
42387
- "class": sectionproperties.collectionssectionshow == 'Show' ? 'row ml-0 mr-0 w-100 d-flex justify-content-center px-1025-1 pl-md-2 pr-md-2' : sectionproperties.width == '100' ? 'row ml-0 mr-0 w-100 d-flex justify-content-center' : 'row ml-0 mr-0 w-100 d-flex justify-content-center px-1025-1 pl-md-2 pr-md-2',
42388
- style: {
42389
- paddingBottom: sectionproperties.marginBottom + 'px',
42390
- paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
42391
- paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px',
42392
- background: sectionproperties.backgroundColor
42393
- },
42394
- onMouseEnter: function onMouseEnter() {
42395
- setChoosenindex('');
42396
- }
42397
- }, /*#__PURE__*/React.createElement("div", {
42398
- "class": "col-lg-12 p-0"
42399
- }, /*#__PURE__*/React.createElement("div", {
42400
- "class": "row m-0 w-100 d-flex d-md-none",
42401
- style: {
42402
- paddingTop: sectionproperties.marginTop + 'px'
42403
- },
42404
- onMouseLeave: function onMouseLeave() {
42405
- setChoosenindex('');
42406
- }
42407
- }, SlideshowContent()), /*#__PURE__*/React.createElement("div", {
42408
- "class": "row m-0 w-100 d-none d-md-flex",
42409
- style: {
42410
- paddingTop: sectionproperties.marginTopResp + 'px'
42411
- },
42412
- onMouseLeave: function onMouseLeave() {
42413
- setChoosenindex('');
42414
- }
42415
- }, SlideshowContent())))
42416
- );
42425
+ return /*#__PURE__*/React.createElement("div", {
42426
+ "class": sectionproperties.collectionssectionshow == 'Show' ? 'row ml-0 mr-0 w-100 d-flex justify-content-center px-1025-1 pl-md-2 pr-md-2' : sectionproperties.width == '100' ? 'row ml-0 mr-0 w-100 d-flex justify-content-center' : 'row ml-0 mr-0 w-100 d-flex justify-content-center px-1025-1 pl-md-2 pr-md-2',
42427
+ style: {
42428
+ paddingBottom: sectionproperties.marginBottom + 'px',
42429
+ paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
42430
+ paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px',
42431
+ background: sectionproperties.backgroundColor
42432
+ },
42433
+ onMouseEnter: function onMouseEnter() {
42434
+ setChoosenindex('');
42435
+ }
42436
+ }, /*#__PURE__*/React.createElement("div", {
42437
+ "class": "col-lg-12 p-0"
42438
+ }, /*#__PURE__*/React.createElement("div", {
42439
+ // d-md-none
42440
+ "class": "row m-0 w-100 d-flex",
42441
+ style: {
42442
+ paddingTop: sectionproperties.marginTop + 'px'
42443
+ },
42444
+ onMouseLeave: function onMouseLeave() {
42445
+ setChoosenindex('');
42446
+ }
42447
+ }, SlideshowContent())));
42417
42448
  };
42418
42449
 
42419
42450
  function ownKeys$I(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
@@ -47583,8 +47614,6 @@ var Productcard_with_zoominonhover = function Productcard_with_zoominonhover(pro
47583
47614
  borderRadius: sectionproperties.cart_btn_borderBottomLeftRadius + 'px',
47584
47615
  color: sectionproperties.cartBtnTextcolor,
47585
47616
  fontSize: sectionproperties.cartBtnTextfontsize + 'px',
47586
- // fontSize: sectionproperties.cartBtn_iconFontSize + 'px',
47587
- textTransform: sectionproperties.cartBtnTexttransform,
47588
47617
  fontWeight: sectionproperties.cartBtnTextfontweight,
47589
47618
  border: sectionproperties.cartbtnborderwidth + 'px solid ' + sectionproperties.cartbtnbordercolor,
47590
47619
  transition: '.3s',
@@ -47691,7 +47720,7 @@ var Productcard_with_zoominonhover = function Productcard_with_zoominonhover(pro
47691
47720
  size: sectionproperties.cartBtn_iconFontSize
47692
47721
  }), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart, {
47693
47722
  size: sectionproperties.cartBtn_iconFontSize
47694
- })), lang.addtocart);
47723
+ })), langdetect == 'en' ? sectionproperties.cartBtnContentenglish : sectionproperties.cartBtnContentarabic);
47695
47724
  }
47696
47725
  }
47697
47726
  if (!AddtoCartMutationContext.isLoading) {
package/dist/index.umd.js CHANGED
@@ -1,8 +1,8 @@
1
1
  (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('@babel/runtime/helpers/slicedToArray'), require('react'), require('@babel/runtime/helpers/classCallCheck'), require('@babel/runtime/helpers/createClass'), require('@babel/runtime/helpers/assertThisInitialized'), require('@babel/runtime/helpers/inherits'), require('@babel/runtime/helpers/possibleConstructorReturn'), require('@babel/runtime/helpers/getPrototypeOf'), require('@babel/runtime/helpers/defineProperty'), require('universal-cookie'), require('react-cssfx-loading'), require('glamor'), require('@react-oauth/google'), require('jwt-decode'), require('react-facebook-login/dist/facebook-login-render-props'), require('@react-icons/all-files/fa/FaFacebookF'), require('@react-icons/all-files/ai/AiOutlineUser'), require('@react-icons/all-files/io/IoMdClose'), require('react-bootstrap'), require('react-query'), require('react-image-gallery'), require('@react-icons/all-files/md/MdAddShoppingCart'), require('@react-icons/all-files/io5/IoBagHandleOutline'), require('@react-icons/all-files/bs/BsBag'), require('@react-icons/all-files/cg/CgShoppingBag'), require('@react-icons/all-files/fa/FaRegHeart'), require('@react-icons/all-files/fa/FaHeart'), require('@react-icons/all-files/fi/FiShoppingBag'), require('@react-icons/all-files/fi/FiShoppingCart'), require('@react-icons/all-files/ai/AiFillStar'), require('@react-icons/all-files/ai/AiOutlineStar'), require('react-share'), require('imagekitio-react'), require('react-rating-stars-component'), require('@mui/material'), require('@react-icons/all-files/ai/AiOutlineClockCircle'), require('@react-icons/all-files/ai/AiOutlinePlus'), require('@react-icons/all-files/ai/AiOutlineCheck'), require('react-horizontal-scrolling-menu'), require('@react-icons/all-files/hi/HiOutlinePhone'), require('@react-icons/all-files/ai/AiOutlineMail'), require('@react-icons/all-files/fa/FaShippingFast'), require('@react-icons/all-files/ri/RiSecurePaymentLine'), require('react-textarea-autosize'), require('@babel/runtime/helpers/toConsumableArray'), require('@react-icons/all-files/ai/AiOutlineSecurityScan'), require('@react-icons/all-files/fa/FaStar'), require('@react-icons/all-files/io5/IoLocationSharp'), require('@react-icons/all-files/hi/HiOutlineChevronRight'), require('@react-icons/all-files/hi/HiOutlineChevronLeft'), require('@react-icons/all-files/go/GoGlobe'), require('@react-icons/all-files/vsc/VscGlobe'), require('@react-icons/all-files/fi/FiLayers'), require('@react-icons/all-files/hi/HiOutlineTrash'), require('@react-icons/all-files/bi/BiSad'), require('@react-icons/all-files/fi/FiCalendar'), require('@react-icons/all-files/hi/HiUser'), require('@react-icons/all-files/gr/GrMail'), require('@react-icons/all-files/fi/FiCheckCircle'), require('@react-icons/all-files/bi/BiPhone'), require('react-phone-input-2'), require('react-accessible-accordion'), require('@react-icons/all-files/bs/BsChevronLeft'), require('@react-icons/all-files/bs/BsChevronRight'), require('@react-icons/all-files/ri/RiArrowUpSLine'), require('@react-icons/all-files/ri/RiArrowDownSLine'), require('react-router-dom'), require('@react-icons/all-files/io5/IoBagCheckOutline'), require('@react-icons/all-files/io5/IoBagRemoveOutline'), require('react-bootstrap/Dropdown'), require('@react-icons/all-files/fi/FiChevronUp'), require('@react-icons/all-files/fi/FiChevronDown'), require('react-input-range'), require('react-intersection-observer'), require('@react-icons/all-files/fa/FaArrowAltCircleRight'), require('@react-icons/all-files/fa/FaArrowAltCircleLeft'), require('@react-icons/all-files/fi/FiFilter'), require('@react-icons/all-files/fi/FiChevronLeft'), require('@react-icons/all-files/fi/FiChevronRight'), require('@react-icons/all-files/hi/HiOutlineArrowRight'), require('@react-icons/all-files/hi/HiOutlineArrowLeft'), require('react-paginate'), require('@react-icons/all-files/bi/BiGlobe'), require('@react-icons/all-files/md/MdKeyboardArrowDown'), require('@react-icons/all-files/fa/FaMoneyBillWave'), require('@react-icons/all-files/bi/BiLogOutCircle'), require('@react-icons/all-files/bi/BiChevronDown'), require('@react-icons/all-files/bi/BiUser'), require('@react-icons/all-files/ai/AiOutlineLogin'), require('@react-icons/all-files/ai/AiOutlineUserAdd'), require('@react-icons/all-files/ri/RiSearchLine'), require('@react-icons/all-files/cg/CgMenuLeft'), require('@react-icons/all-files/cg/CgMenuRight'), require('@react-icons/all-files/hi/HiOutlineShoppingBag'), require('@react-icons/all-files/ri/RiHandbagLine'), require('@react-icons/all-files/bi/BiSearch'), require('@react-icons/all-files/fi/FiUser'), require('@react-icons/all-files/ai/AiOutlineHeart'), require('@react-icons/all-files/fi/FiPhone'), require('@react-icons/all-files/hi/HiMenuAlt4'), require('@react-icons/all-files/fi/FiSearch'), require('@react-icons/all-files/bs/BsSearch'), require('@react-icons/all-files/ai/AiFillInstagram'), require('@react-icons/all-files/fa/FaWhatsapp'), require('@react-icons/all-files/go/GoSearch'), require('@react-icons/all-files/ai/AiOutlineInstagram'), require('@react-icons/all-files/md/MdKeyboardArrowUp'), require('@react-icons/all-files/bs/BsInfoCircle'), require('@react-icons/all-files/ai/AiFillPhone'), require('@react-icons/all-files/io5/IoClose'), require('@react-icons/all-files/fa/FaPhoneAlt'), require('@react-icons/all-files/fa/FaPhone'), require('@react-icons/all-files/ai/AiOutlinePhone'), require('@react-icons/all-files/go/GoLocation'), require('@react-icons/all-files/ri/RiRoadMapLine'), require('@react-icons/all-files/hi/HiOutlineClock'), require('react-select'), require('@react-icons/all-files/io/IoIosArrowRoundForward'), require('@react-icons/all-files/io/IoIosArrowRoundBack'), require('react-player'), require('react-background-slideshow'), require('@babel/runtime/helpers/extends'), require('react-slideshow-image'), require('@react-icons/all-files/hi/HiOutlineLocationMarker'), require('@react-icons/all-files/fi/FiPhoneCall'), require('@react-icons/all-files/fa/FaRegEye'), require('@react-icons/all-files/fi/FiMinus'), require('@react-icons/all-files/fi/FiPlus'), require('@react-icons/all-files/bs/BsArrowRight'), require('@react-icons/all-files/bs/BsArrowLeft'), require('@react-icons/all-files/bs/BsEye'), require('@react-icons/all-files/bi/BiTimeFive'), require('@react-icons/all-files/io/IoIosArrowUp')) :
3
- typeof define === 'function' && define.amd ? define(['@babel/runtime/helpers/slicedToArray', 'react', '@babel/runtime/helpers/classCallCheck', '@babel/runtime/helpers/createClass', '@babel/runtime/helpers/assertThisInitialized', '@babel/runtime/helpers/inherits', '@babel/runtime/helpers/possibleConstructorReturn', '@babel/runtime/helpers/getPrototypeOf', '@babel/runtime/helpers/defineProperty', 'universal-cookie', 'react-cssfx-loading', 'glamor', '@react-oauth/google', 'jwt-decode', 'react-facebook-login/dist/facebook-login-render-props', '@react-icons/all-files/fa/FaFacebookF', '@react-icons/all-files/ai/AiOutlineUser', '@react-icons/all-files/io/IoMdClose', 'react-bootstrap', 'react-query', 'react-image-gallery', '@react-icons/all-files/md/MdAddShoppingCart', '@react-icons/all-files/io5/IoBagHandleOutline', '@react-icons/all-files/bs/BsBag', '@react-icons/all-files/cg/CgShoppingBag', '@react-icons/all-files/fa/FaRegHeart', '@react-icons/all-files/fa/FaHeart', '@react-icons/all-files/fi/FiShoppingBag', '@react-icons/all-files/fi/FiShoppingCart', '@react-icons/all-files/ai/AiFillStar', '@react-icons/all-files/ai/AiOutlineStar', 'react-share', 'imagekitio-react', 'react-rating-stars-component', '@mui/material', '@react-icons/all-files/ai/AiOutlineClockCircle', '@react-icons/all-files/ai/AiOutlinePlus', '@react-icons/all-files/ai/AiOutlineCheck', 'react-horizontal-scrolling-menu', '@react-icons/all-files/hi/HiOutlinePhone', '@react-icons/all-files/ai/AiOutlineMail', '@react-icons/all-files/fa/FaShippingFast', '@react-icons/all-files/ri/RiSecurePaymentLine', 'react-textarea-autosize', '@babel/runtime/helpers/toConsumableArray', '@react-icons/all-files/ai/AiOutlineSecurityScan', '@react-icons/all-files/fa/FaStar', '@react-icons/all-files/io5/IoLocationSharp', '@react-icons/all-files/hi/HiOutlineChevronRight', '@react-icons/all-files/hi/HiOutlineChevronLeft', '@react-icons/all-files/go/GoGlobe', '@react-icons/all-files/vsc/VscGlobe', '@react-icons/all-files/fi/FiLayers', '@react-icons/all-files/hi/HiOutlineTrash', '@react-icons/all-files/bi/BiSad', '@react-icons/all-files/fi/FiCalendar', '@react-icons/all-files/hi/HiUser', '@react-icons/all-files/gr/GrMail', '@react-icons/all-files/fi/FiCheckCircle', '@react-icons/all-files/bi/BiPhone', 'react-phone-input-2', 'react-accessible-accordion', '@react-icons/all-files/bs/BsChevronLeft', '@react-icons/all-files/bs/BsChevronRight', '@react-icons/all-files/ri/RiArrowUpSLine', '@react-icons/all-files/ri/RiArrowDownSLine', 'react-router-dom', '@react-icons/all-files/io5/IoBagCheckOutline', '@react-icons/all-files/io5/IoBagRemoveOutline', 'react-bootstrap/Dropdown', '@react-icons/all-files/fi/FiChevronUp', '@react-icons/all-files/fi/FiChevronDown', 'react-input-range', 'react-intersection-observer', '@react-icons/all-files/fa/FaArrowAltCircleRight', '@react-icons/all-files/fa/FaArrowAltCircleLeft', '@react-icons/all-files/fi/FiFilter', '@react-icons/all-files/fi/FiChevronLeft', '@react-icons/all-files/fi/FiChevronRight', '@react-icons/all-files/hi/HiOutlineArrowRight', '@react-icons/all-files/hi/HiOutlineArrowLeft', 'react-paginate', '@react-icons/all-files/bi/BiGlobe', '@react-icons/all-files/md/MdKeyboardArrowDown', '@react-icons/all-files/fa/FaMoneyBillWave', '@react-icons/all-files/bi/BiLogOutCircle', '@react-icons/all-files/bi/BiChevronDown', '@react-icons/all-files/bi/BiUser', '@react-icons/all-files/ai/AiOutlineLogin', '@react-icons/all-files/ai/AiOutlineUserAdd', '@react-icons/all-files/ri/RiSearchLine', '@react-icons/all-files/cg/CgMenuLeft', '@react-icons/all-files/cg/CgMenuRight', '@react-icons/all-files/hi/HiOutlineShoppingBag', '@react-icons/all-files/ri/RiHandbagLine', '@react-icons/all-files/bi/BiSearch', '@react-icons/all-files/fi/FiUser', '@react-icons/all-files/ai/AiOutlineHeart', '@react-icons/all-files/fi/FiPhone', '@react-icons/all-files/hi/HiMenuAlt4', '@react-icons/all-files/fi/FiSearch', '@react-icons/all-files/bs/BsSearch', '@react-icons/all-files/ai/AiFillInstagram', '@react-icons/all-files/fa/FaWhatsapp', '@react-icons/all-files/go/GoSearch', '@react-icons/all-files/ai/AiOutlineInstagram', '@react-icons/all-files/md/MdKeyboardArrowUp', '@react-icons/all-files/bs/BsInfoCircle', '@react-icons/all-files/ai/AiFillPhone', '@react-icons/all-files/io5/IoClose', '@react-icons/all-files/fa/FaPhoneAlt', '@react-icons/all-files/fa/FaPhone', '@react-icons/all-files/ai/AiOutlinePhone', '@react-icons/all-files/go/GoLocation', '@react-icons/all-files/ri/RiRoadMapLine', '@react-icons/all-files/hi/HiOutlineClock', 'react-select', '@react-icons/all-files/io/IoIosArrowRoundForward', '@react-icons/all-files/io/IoIosArrowRoundBack', 'react-player', 'react-background-slideshow', '@babel/runtime/helpers/extends', 'react-slideshow-image', '@react-icons/all-files/hi/HiOutlineLocationMarker', '@react-icons/all-files/fi/FiPhoneCall', '@react-icons/all-files/fa/FaRegEye', '@react-icons/all-files/fi/FiMinus', '@react-icons/all-files/fi/FiPlus', '@react-icons/all-files/bs/BsArrowRight', '@react-icons/all-files/bs/BsArrowLeft', '@react-icons/all-files/bs/BsEye', '@react-icons/all-files/bi/BiTimeFive', '@react-icons/all-files/io/IoIosArrowUp'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.tabexseriescomponents = factory(global._slicedToArray, global.React, global._classCallCheck, global._createClass, global._assertThisInitialized, global._inherits, global._possibleConstructorReturn, global._getPrototypeOf, global._defineProperty, global.Cookies, global.reactCssfxLoading, global.glamor, global.google, global.jwtDecode, global.FacebookLogin, global.FaFacebookF, global.AiOutlineUser, global.IoMdClose, global.reactBootstrap, null, global.ImageGallery, global.MdAddShoppingCart, global.IoBagHandleOutline, global.BsBag, global.CgShoppingBag, global.FaRegHeart, global.FaHeart, global.FiShoppingBag, global.FiShoppingCart, global.AiFillStar, global.AiOutlineStar, global.reactShare, global.imagekitioReact, global.ReactStars, global.material, global.AiOutlineClockCircle, global.AiOutlinePlus, global.AiOutlineCheck, global.reactHorizontalScrollingMenu, global.HiOutlinePhone, global.AiOutlineMail, global.FaShippingFast, global.RiSecurePaymentLine, global.TextareaAutosize, global._toConsumableArray, global.AiOutlineSecurityScan, global.FaStar, global.IoLocationSharp, global.HiOutlineChevronRight, global.HiOutlineChevronLeft, global.GoGlobe, global.VscGlobe, global.FiLayers, global.HiOutlineTrash, global.BiSad, global.FiCalendar, global.HiUser, global.GrMail, global.FiCheckCircle, global.BiPhone, global.PhoneInput, global.reactAccessibleAccordion, global.BsChevronLeft, global.BsChevronRight, global.RiArrowUpSLine, global.RiArrowDownSLine, null, global.IoBagCheckOutline, global.IoBagRemoveOutline, global.Dropdown, global.FiChevronUp, global.FiChevronDown, global.InputRange, global.reactIntersectionObserver, global.FaArrowAltCircleRight, global.FaArrowAltCircleLeft, global.FiFilter, global.FiChevronLeft, global.FiChevronRight, global.HiOutlineArrowRight, global.HiOutlineArrowLeft, global.ReactPaginate, global.BiGlobe, global.MdKeyboardArrowDown, global.FaMoneyBillWave, global.BiLogOutCircle, global.BiChevronDown, global.BiUser, global.AiOutlineLogin, global.AiOutlineUserAdd, global.RiSearchLine, global.CgMenuLeft, global.CgMenuRight, global.HiOutlineShoppingBag, global.RiHandbagLine, global.BiSearch, global.FiUser, global.AiOutlineHeart, global.FiPhone, global.HiMenuAlt4, global.FiSearch, global.BsSearch, global.AiFillInstagram, global.FaWhatsapp, global.GoSearch, global.AiOutlineInstagram, global.MdKeyboardArrowUp, global.BsInfoCircle, global.AiFillPhone, global.IoClose, global.FaPhoneAlt, global.FaPhone, global.AiOutlinePhone, global.GoLocation, global.RiRoadMapLine, global.HiOutlineClock, global.Select$2, global.IoIosArrowRoundForward, global.IoIosArrowRoundBack, global.ReactPlayer, global.BackgroundSlideshow, global._extends, global.reactSlideshowImage, global.HiOutlineLocationMarker, global.FiPhoneCall, global.FaRegEye, global.FiMinus, global.FiPlus, global.BsArrowRight, global.BsArrowLeft, global.BsEye, global.BiTimeFive, global.IoIosArrowUp));
5
- })(this, (function (_slicedToArray, React, _classCallCheck, _createClass, _assertThisInitialized, _inherits, _possibleConstructorReturn, _getPrototypeOf, _defineProperty, Cookies, reactCssfxLoading, glamor, google, jwtDecode, FacebookLogin, FaFacebookF, AiOutlineUser, IoMdClose, reactBootstrap, reactQuery, ImageGallery, MdAddShoppingCart, IoBagHandleOutline, BsBag, CgShoppingBag, FaRegHeart, FaHeart, FiShoppingBag, FiShoppingCart, AiFillStar, AiOutlineStar, reactShare, imagekitioReact, ReactStars, material, AiOutlineClockCircle, AiOutlinePlus, AiOutlineCheck, reactHorizontalScrollingMenu, HiOutlinePhone, AiOutlineMail, FaShippingFast, RiSecurePaymentLine, TextareaAutosize, _toConsumableArray, AiOutlineSecurityScan, FaStar, IoLocationSharp, HiOutlineChevronRight, HiOutlineChevronLeft, GoGlobe, VscGlobe, FiLayers, HiOutlineTrash, BiSad, FiCalendar, HiUser, GrMail, FiCheckCircle, BiPhone, PhoneInput, reactAccessibleAccordion, BsChevronLeft, BsChevronRight, RiArrowUpSLine, RiArrowDownSLine, reactRouterDom, IoBagCheckOutline, IoBagRemoveOutline, Dropdown, FiChevronUp, FiChevronDown, InputRange, reactIntersectionObserver, FaArrowAltCircleRight, FaArrowAltCircleLeft, FiFilter, FiChevronLeft, FiChevronRight, HiOutlineArrowRight, HiOutlineArrowLeft, ReactPaginate, BiGlobe, MdKeyboardArrowDown, FaMoneyBillWave, BiLogOutCircle, BiChevronDown, BiUser, AiOutlineLogin, AiOutlineUserAdd, RiSearchLine, CgMenuLeft, CgMenuRight, HiOutlineShoppingBag, RiHandbagLine, BiSearch, FiUser, AiOutlineHeart, FiPhone, HiMenuAlt4, FiSearch, BsSearch, AiFillInstagram, FaWhatsapp, GoSearch, AiOutlineInstagram, MdKeyboardArrowUp, BsInfoCircle, AiFillPhone, IoClose, FaPhoneAlt, FaPhone, AiOutlinePhone, GoLocation, RiRoadMapLine, HiOutlineClock, Select$2, IoIosArrowRoundForward, IoIosArrowRoundBack, ReactPlayer, BackgroundSlideshow, _extends, reactSlideshowImage, HiOutlineLocationMarker, FiPhoneCall, FaRegEye, FiMinus, FiPlus, BsArrowRight, BsArrowLeft, BsEye, BiTimeFive, IoIosArrowUp) { 'use strict';
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('@babel/runtime/helpers/slicedToArray'), require('react'), require('@babel/runtime/helpers/classCallCheck'), require('@babel/runtime/helpers/createClass'), require('@babel/runtime/helpers/assertThisInitialized'), require('@babel/runtime/helpers/inherits'), require('@babel/runtime/helpers/possibleConstructorReturn'), require('@babel/runtime/helpers/getPrototypeOf'), require('@babel/runtime/helpers/defineProperty'), require('universal-cookie'), require('react-cssfx-loading'), require('glamor'), require('@react-oauth/google'), require('jwt-decode'), require('react-facebook-login/dist/facebook-login-render-props'), require('@react-icons/all-files/fa/FaFacebookF'), require('@react-icons/all-files/ai/AiOutlineUser'), require('@react-icons/all-files/io/IoMdClose'), require('react-bootstrap'), require('react-query'), require('react-image-gallery'), require('@react-icons/all-files/md/MdAddShoppingCart'), require('@react-icons/all-files/io5/IoBagHandleOutline'), require('@react-icons/all-files/bs/BsBag'), require('@react-icons/all-files/cg/CgShoppingBag'), require('@react-icons/all-files/fa/FaRegHeart'), require('@react-icons/all-files/fa/FaHeart'), require('@react-icons/all-files/fi/FiShoppingBag'), require('@react-icons/all-files/fi/FiShoppingCart'), require('@react-icons/all-files/ai/AiFillStar'), require('@react-icons/all-files/ai/AiOutlineStar'), require('react-share'), require('imagekitio-react'), require('react-rating-stars-component'), require('@mui/material'), require('@react-icons/all-files/ai/AiOutlineClockCircle'), require('@react-icons/all-files/ai/AiOutlinePlus'), require('@react-icons/all-files/ai/AiOutlineCheck'), require('react-horizontal-scrolling-menu'), require('@react-icons/all-files/hi/HiOutlinePhone'), require('@react-icons/all-files/ai/AiOutlineMail'), require('@react-icons/all-files/fa/FaShippingFast'), require('@react-icons/all-files/ri/RiSecurePaymentLine'), require('react-textarea-autosize'), require('@babel/runtime/helpers/toConsumableArray'), require('@react-icons/all-files/ai/AiOutlineSecurityScan'), require('@react-icons/all-files/fa/FaStar'), require('@react-icons/all-files/io5/IoLocationSharp'), require('@react-icons/all-files/hi/HiOutlineChevronRight'), require('@react-icons/all-files/hi/HiOutlineChevronLeft'), require('@react-icons/all-files/go/GoGlobe'), require('@react-icons/all-files/vsc/VscGlobe'), require('@react-icons/all-files/fi/FiLayers'), require('@react-icons/all-files/hi/HiOutlineTrash'), require('@react-icons/all-files/bi/BiSad'), require('@react-icons/all-files/fi/FiCalendar'), require('@react-icons/all-files/hi/HiUser'), require('@react-icons/all-files/gr/GrMail'), require('@react-icons/all-files/fi/FiCheckCircle'), require('@react-icons/all-files/bi/BiPhone'), require('react-phone-input-2'), require('react-accessible-accordion'), require('@react-icons/all-files/bs/BsChevronLeft'), require('@react-icons/all-files/bs/BsChevronRight'), require('@react-icons/all-files/ri/RiArrowUpSLine'), require('@react-icons/all-files/ri/RiArrowDownSLine'), require('react-router-dom'), require('@react-icons/all-files/io5/IoBagCheckOutline'), require('@react-icons/all-files/io5/IoBagRemoveOutline'), require('react-bootstrap/Dropdown'), require('@react-icons/all-files/fi/FiChevronUp'), require('@react-icons/all-files/fi/FiChevronDown'), require('react-input-range'), require('react-intersection-observer'), require('@react-icons/all-files/fa/FaArrowAltCircleRight'), require('@react-icons/all-files/fa/FaArrowAltCircleLeft'), require('@react-icons/all-files/fi/FiFilter'), require('@react-icons/all-files/fi/FiChevronLeft'), require('@react-icons/all-files/fi/FiChevronRight'), require('@react-icons/all-files/hi/HiOutlineArrowRight'), require('@react-icons/all-files/hi/HiOutlineArrowLeft'), require('react-paginate'), require('@react-icons/all-files/bi/BiGlobe'), require('@react-icons/all-files/md/MdKeyboardArrowDown'), require('@react-icons/all-files/fa/FaMoneyBillWave'), require('@react-icons/all-files/bi/BiLogOutCircle'), require('@react-icons/all-files/bi/BiChevronDown'), require('@react-icons/all-files/bi/BiUser'), require('@react-icons/all-files/ai/AiOutlineLogin'), require('@react-icons/all-files/ai/AiOutlineUserAdd'), require('@react-icons/all-files/ri/RiSearchLine'), require('@react-icons/all-files/cg/CgMenuLeft'), require('@react-icons/all-files/cg/CgMenuRight'), require('@react-icons/all-files/hi/HiOutlineShoppingBag'), require('@react-icons/all-files/ri/RiHandbagLine'), require('@react-icons/all-files/bi/BiSearch'), require('@react-icons/all-files/fi/FiUser'), require('@react-icons/all-files/ai/AiOutlineHeart'), require('@react-icons/all-files/fi/FiPhone'), require('@react-icons/all-files/hi/HiMenuAlt4'), require('@react-icons/all-files/fi/FiSearch'), require('@react-icons/all-files/bs/BsSearch'), require('@react-icons/all-files/ai/AiFillInstagram'), require('@react-icons/all-files/fa/FaWhatsapp'), require('@react-icons/all-files/go/GoSearch'), require('@react-icons/all-files/ai/AiOutlineInstagram'), require('@react-icons/all-files/md/MdKeyboardArrowUp'), require('@react-icons/all-files/bs/BsInfoCircle'), require('@react-icons/all-files/ai/AiFillPhone'), require('@react-icons/all-files/io5/IoClose'), require('@react-icons/all-files/fa/FaTelegramPlane'), require('@react-icons/all-files/fa/FaPhoneAlt'), require('@react-icons/all-files/fa/FaPhone'), require('@react-icons/all-files/ai/AiOutlinePhone'), require('@react-icons/all-files/go/GoLocation'), require('@react-icons/all-files/ri/RiRoadMapLine'), require('@react-icons/all-files/hi/HiOutlineClock'), require('react-select'), require('@react-icons/all-files/io/IoIosArrowRoundForward'), require('@react-icons/all-files/io/IoIosArrowRoundBack'), require('react-player'), require('react-background-slideshow'), require('@babel/runtime/helpers/extends'), require('react-slideshow-image'), require('@react-icons/all-files/hi/HiOutlineLocationMarker'), require('@react-icons/all-files/fi/FiPhoneCall'), require('@react-icons/all-files/fa/FaRegEye'), require('@react-icons/all-files/fi/FiMinus'), require('@react-icons/all-files/fi/FiPlus'), require('@react-icons/all-files/bs/BsArrowRight'), require('@react-icons/all-files/bs/BsArrowLeft'), require('@react-icons/all-files/bs/BsEye'), require('@react-icons/all-files/bi/BiTimeFive'), require('@react-icons/all-files/io/IoIosArrowUp')) :
3
+ typeof define === 'function' && define.amd ? define(['@babel/runtime/helpers/slicedToArray', 'react', '@babel/runtime/helpers/classCallCheck', '@babel/runtime/helpers/createClass', '@babel/runtime/helpers/assertThisInitialized', '@babel/runtime/helpers/inherits', '@babel/runtime/helpers/possibleConstructorReturn', '@babel/runtime/helpers/getPrototypeOf', '@babel/runtime/helpers/defineProperty', 'universal-cookie', 'react-cssfx-loading', 'glamor', '@react-oauth/google', 'jwt-decode', 'react-facebook-login/dist/facebook-login-render-props', '@react-icons/all-files/fa/FaFacebookF', '@react-icons/all-files/ai/AiOutlineUser', '@react-icons/all-files/io/IoMdClose', 'react-bootstrap', 'react-query', 'react-image-gallery', '@react-icons/all-files/md/MdAddShoppingCart', '@react-icons/all-files/io5/IoBagHandleOutline', '@react-icons/all-files/bs/BsBag', '@react-icons/all-files/cg/CgShoppingBag', '@react-icons/all-files/fa/FaRegHeart', '@react-icons/all-files/fa/FaHeart', '@react-icons/all-files/fi/FiShoppingBag', '@react-icons/all-files/fi/FiShoppingCart', '@react-icons/all-files/ai/AiFillStar', '@react-icons/all-files/ai/AiOutlineStar', 'react-share', 'imagekitio-react', 'react-rating-stars-component', '@mui/material', '@react-icons/all-files/ai/AiOutlineClockCircle', '@react-icons/all-files/ai/AiOutlinePlus', '@react-icons/all-files/ai/AiOutlineCheck', 'react-horizontal-scrolling-menu', '@react-icons/all-files/hi/HiOutlinePhone', '@react-icons/all-files/ai/AiOutlineMail', '@react-icons/all-files/fa/FaShippingFast', '@react-icons/all-files/ri/RiSecurePaymentLine', 'react-textarea-autosize', '@babel/runtime/helpers/toConsumableArray', '@react-icons/all-files/ai/AiOutlineSecurityScan', '@react-icons/all-files/fa/FaStar', '@react-icons/all-files/io5/IoLocationSharp', '@react-icons/all-files/hi/HiOutlineChevronRight', '@react-icons/all-files/hi/HiOutlineChevronLeft', '@react-icons/all-files/go/GoGlobe', '@react-icons/all-files/vsc/VscGlobe', '@react-icons/all-files/fi/FiLayers', '@react-icons/all-files/hi/HiOutlineTrash', '@react-icons/all-files/bi/BiSad', '@react-icons/all-files/fi/FiCalendar', '@react-icons/all-files/hi/HiUser', '@react-icons/all-files/gr/GrMail', '@react-icons/all-files/fi/FiCheckCircle', '@react-icons/all-files/bi/BiPhone', 'react-phone-input-2', 'react-accessible-accordion', '@react-icons/all-files/bs/BsChevronLeft', '@react-icons/all-files/bs/BsChevronRight', '@react-icons/all-files/ri/RiArrowUpSLine', '@react-icons/all-files/ri/RiArrowDownSLine', 'react-router-dom', '@react-icons/all-files/io5/IoBagCheckOutline', '@react-icons/all-files/io5/IoBagRemoveOutline', 'react-bootstrap/Dropdown', '@react-icons/all-files/fi/FiChevronUp', '@react-icons/all-files/fi/FiChevronDown', 'react-input-range', 'react-intersection-observer', '@react-icons/all-files/fa/FaArrowAltCircleRight', '@react-icons/all-files/fa/FaArrowAltCircleLeft', '@react-icons/all-files/fi/FiFilter', '@react-icons/all-files/fi/FiChevronLeft', '@react-icons/all-files/fi/FiChevronRight', '@react-icons/all-files/hi/HiOutlineArrowRight', '@react-icons/all-files/hi/HiOutlineArrowLeft', 'react-paginate', '@react-icons/all-files/bi/BiGlobe', '@react-icons/all-files/md/MdKeyboardArrowDown', '@react-icons/all-files/fa/FaMoneyBillWave', '@react-icons/all-files/bi/BiLogOutCircle', '@react-icons/all-files/bi/BiChevronDown', '@react-icons/all-files/bi/BiUser', '@react-icons/all-files/ai/AiOutlineLogin', '@react-icons/all-files/ai/AiOutlineUserAdd', '@react-icons/all-files/ri/RiSearchLine', '@react-icons/all-files/cg/CgMenuLeft', '@react-icons/all-files/cg/CgMenuRight', '@react-icons/all-files/hi/HiOutlineShoppingBag', '@react-icons/all-files/ri/RiHandbagLine', '@react-icons/all-files/bi/BiSearch', '@react-icons/all-files/fi/FiUser', '@react-icons/all-files/ai/AiOutlineHeart', '@react-icons/all-files/fi/FiPhone', '@react-icons/all-files/hi/HiMenuAlt4', '@react-icons/all-files/fi/FiSearch', '@react-icons/all-files/bs/BsSearch', '@react-icons/all-files/ai/AiFillInstagram', '@react-icons/all-files/fa/FaWhatsapp', '@react-icons/all-files/go/GoSearch', '@react-icons/all-files/ai/AiOutlineInstagram', '@react-icons/all-files/md/MdKeyboardArrowUp', '@react-icons/all-files/bs/BsInfoCircle', '@react-icons/all-files/ai/AiFillPhone', '@react-icons/all-files/io5/IoClose', '@react-icons/all-files/fa/FaTelegramPlane', '@react-icons/all-files/fa/FaPhoneAlt', '@react-icons/all-files/fa/FaPhone', '@react-icons/all-files/ai/AiOutlinePhone', '@react-icons/all-files/go/GoLocation', '@react-icons/all-files/ri/RiRoadMapLine', '@react-icons/all-files/hi/HiOutlineClock', 'react-select', '@react-icons/all-files/io/IoIosArrowRoundForward', '@react-icons/all-files/io/IoIosArrowRoundBack', 'react-player', 'react-background-slideshow', '@babel/runtime/helpers/extends', 'react-slideshow-image', '@react-icons/all-files/hi/HiOutlineLocationMarker', '@react-icons/all-files/fi/FiPhoneCall', '@react-icons/all-files/fa/FaRegEye', '@react-icons/all-files/fi/FiMinus', '@react-icons/all-files/fi/FiPlus', '@react-icons/all-files/bs/BsArrowRight', '@react-icons/all-files/bs/BsArrowLeft', '@react-icons/all-files/bs/BsEye', '@react-icons/all-files/bi/BiTimeFive', '@react-icons/all-files/io/IoIosArrowUp'], factory) :
4
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.tabexseriescomponents = factory(global._slicedToArray, global.React, global._classCallCheck, global._createClass, global._assertThisInitialized, global._inherits, global._possibleConstructorReturn, global._getPrototypeOf, global._defineProperty, global.Cookies, global.reactCssfxLoading, global.glamor, global.google, global.jwtDecode, global.FacebookLogin, global.FaFacebookF, global.AiOutlineUser, global.IoMdClose, global.reactBootstrap, null, global.ImageGallery, global.MdAddShoppingCart, global.IoBagHandleOutline, global.BsBag, global.CgShoppingBag, global.FaRegHeart, global.FaHeart, global.FiShoppingBag, global.FiShoppingCart, global.AiFillStar, global.AiOutlineStar, global.reactShare, global.imagekitioReact, global.ReactStars, global.material, global.AiOutlineClockCircle, global.AiOutlinePlus, global.AiOutlineCheck, global.reactHorizontalScrollingMenu, global.HiOutlinePhone, global.AiOutlineMail, global.FaShippingFast, global.RiSecurePaymentLine, global.TextareaAutosize, global._toConsumableArray, global.AiOutlineSecurityScan, global.FaStar, global.IoLocationSharp, global.HiOutlineChevronRight, global.HiOutlineChevronLeft, global.GoGlobe, global.VscGlobe, global.FiLayers, global.HiOutlineTrash, global.BiSad, global.FiCalendar, global.HiUser, global.GrMail, global.FiCheckCircle, global.BiPhone, global.PhoneInput, global.reactAccessibleAccordion, global.BsChevronLeft, global.BsChevronRight, global.RiArrowUpSLine, global.RiArrowDownSLine, null, global.IoBagCheckOutline, global.IoBagRemoveOutline, global.Dropdown, global.FiChevronUp, global.FiChevronDown, global.InputRange, global.reactIntersectionObserver, global.FaArrowAltCircleRight, global.FaArrowAltCircleLeft, global.FiFilter, global.FiChevronLeft, global.FiChevronRight, global.HiOutlineArrowRight, global.HiOutlineArrowLeft, global.ReactPaginate, global.BiGlobe, global.MdKeyboardArrowDown, global.FaMoneyBillWave, global.BiLogOutCircle, global.BiChevronDown, global.BiUser, global.AiOutlineLogin, global.AiOutlineUserAdd, global.RiSearchLine, global.CgMenuLeft, global.CgMenuRight, global.HiOutlineShoppingBag, global.RiHandbagLine, global.BiSearch, global.FiUser, global.AiOutlineHeart, global.FiPhone, global.HiMenuAlt4, global.FiSearch, global.BsSearch, global.AiFillInstagram, global.FaWhatsapp, global.GoSearch, global.AiOutlineInstagram, global.MdKeyboardArrowUp, global.BsInfoCircle, global.AiFillPhone, global.IoClose, global.FaTelegramPlane, global.FaPhoneAlt, global.FaPhone, global.AiOutlinePhone, global.GoLocation, global.RiRoadMapLine, global.HiOutlineClock, global.Select$2, global.IoIosArrowRoundForward, global.IoIosArrowRoundBack, global.ReactPlayer, global.BackgroundSlideshow, global._extends, global.reactSlideshowImage, global.HiOutlineLocationMarker, global.FiPhoneCall, global.FaRegEye, global.FiMinus, global.FiPlus, global.BsArrowRight, global.BsArrowLeft, global.BsEye, global.BiTimeFive, global.IoIosArrowUp));
5
+ })(this, (function (_slicedToArray, React, _classCallCheck, _createClass, _assertThisInitialized, _inherits, _possibleConstructorReturn, _getPrototypeOf, _defineProperty, Cookies, reactCssfxLoading, glamor, google, jwtDecode, FacebookLogin, FaFacebookF, AiOutlineUser, IoMdClose, reactBootstrap, reactQuery, ImageGallery, MdAddShoppingCart, IoBagHandleOutline, BsBag, CgShoppingBag, FaRegHeart, FaHeart, FiShoppingBag, FiShoppingCart, AiFillStar, AiOutlineStar, reactShare, imagekitioReact, ReactStars, material, AiOutlineClockCircle, AiOutlinePlus, AiOutlineCheck, reactHorizontalScrollingMenu, HiOutlinePhone, AiOutlineMail, FaShippingFast, RiSecurePaymentLine, TextareaAutosize, _toConsumableArray, AiOutlineSecurityScan, FaStar, IoLocationSharp, HiOutlineChevronRight, HiOutlineChevronLeft, GoGlobe, VscGlobe, FiLayers, HiOutlineTrash, BiSad, FiCalendar, HiUser, GrMail, FiCheckCircle, BiPhone, PhoneInput, reactAccessibleAccordion, BsChevronLeft, BsChevronRight, RiArrowUpSLine, RiArrowDownSLine, reactRouterDom, IoBagCheckOutline, IoBagRemoveOutline, Dropdown, FiChevronUp, FiChevronDown, InputRange, reactIntersectionObserver, FaArrowAltCircleRight, FaArrowAltCircleLeft, FiFilter, FiChevronLeft, FiChevronRight, HiOutlineArrowRight, HiOutlineArrowLeft, ReactPaginate, BiGlobe, MdKeyboardArrowDown, FaMoneyBillWave, BiLogOutCircle, BiChevronDown, BiUser, AiOutlineLogin, AiOutlineUserAdd, RiSearchLine, CgMenuLeft, CgMenuRight, HiOutlineShoppingBag, RiHandbagLine, BiSearch, FiUser, AiOutlineHeart, FiPhone, HiMenuAlt4, FiSearch, BsSearch, AiFillInstagram, FaWhatsapp, GoSearch, AiOutlineInstagram, MdKeyboardArrowUp, BsInfoCircle, AiFillPhone, IoClose, FaTelegramPlane, FaPhoneAlt, FaPhone, AiOutlinePhone, GoLocation, RiRoadMapLine, HiOutlineClock, Select$2, IoIosArrowRoundForward, IoIosArrowRoundBack, ReactPlayer, BackgroundSlideshow, _extends, reactSlideshowImage, HiOutlineLocationMarker, FiPhoneCall, FaRegEye, FiMinus, FiPlus, BsArrowRight, BsArrowLeft, BsEye, BiTimeFive, IoIosArrowUp) { 'use strict';
6
6
 
7
7
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
8
8
 
@@ -7950,6 +7950,12 @@
7950
7950
  }),
7951
7951
  svgstyles: glamor.css({
7952
7952
  stroke: 'var(--stroke, ' + sectionproperties.checkbox_checkedcolor + ')'
7953
+ }),
7954
+ terms: glamor.css({
7955
+ ':hover': {
7956
+ transition: '.3s',
7957
+ color: sectionproperties.termsandconditionsecondarycolor
7958
+ }
7953
7959
  })
7954
7960
  };
7955
7961
  var PersonalInformation = function PersonalInformation() {
@@ -8469,7 +8475,21 @@
8469
8475
  className: "mt-2 mb-3"
8470
8476
  }))), /*#__PURE__*/React__default["default"].createElement("div", {
8471
8477
  className: "row ml-0 mr-0"
8472
- }, Otherinformation()))))), /*#__PURE__*/React__default["default"].createElement("div", {
8478
+ }, Otherinformation()))))), sectionproperties.viewtermsandcondition == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
8479
+ "class": "col-lg-12 allcentered"
8480
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
8481
+ "class": "m-0 p-0",
8482
+ style: {
8483
+ fontSize: sectionproperties.termsandconditionfontsize + 'px',
8484
+ color: sectionproperties.termsandconditioncolor,
8485
+ fontWeight: 600
8486
+ }
8487
+ }, langdetect == 'en' ? sectionproperties.termsandconditiontext_en : sectionproperties.termsandconditiontext_ar, ' ', /*#__PURE__*/React__default["default"].createElement("span", {
8488
+ "class": formstyles.terms + ' cursor-pointer ',
8489
+ onClick: function onClick() {
8490
+ window.open(window.location.origin + '/policies', '_blank');
8491
+ }
8492
+ }, langdetect == 'en' ? 'Terms & Conditions' : 'الشروط و الاحكام'))), /*#__PURE__*/React__default["default"].createElement("div", {
8473
8493
  className: "col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center mb-3 mt-3"
8474
8494
  }, /*#__PURE__*/React__default["default"].createElement("button", {
8475
8495
  className: "".concat(formstyles.signupbtn) + ' d-flex align-items-center justify-content-center ',
@@ -11562,7 +11582,7 @@
11562
11582
  }, /*#__PURE__*/React__default["default"].createElement("div", {
11563
11583
  className: "row ml-0 mr-0 w-100 px-1025-1 pl-md-2 pr-md-2 pl-sm-2 pr-sm-2",
11564
11584
  style: {
11565
- marginTop: sectionproperties.sectionTitleMarginTop + 'px',
11585
+ marginTop: sectionproperties.showbadge == 'Show' ? 0 : sectionproperties.sectionTitleMarginTop + 'px',
11566
11586
  marginBottom: sectionproperties.sectionTitleMarginBottom + 'px',
11567
11587
  paddingLeft: langdetect == 'en' ? sectionproperties.sectionTitleMarginLeft + 'px' : sectionproperties.sectionTitleMarginRight + 'px',
11568
11588
  paddingRight: langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px'
@@ -11571,17 +11591,35 @@
11571
11591
  "class": sectionproperties.viewmorebtnshow == 'Show' ? sectionproperties.sectiontitleposition == 'Centered' ? ' col-lg-12 col-md-12 col-sm-12 d-flex align-items-center p-0 ' : ' col-lg-7 col-md-7 col-sm-9 d-flex align-items-center p-0 ' : sectionproperties.showFilter == 'show' ? ' col-lg-12 col-md-7 col-sm-9 d-flex align-items-center p-0 ' : ' col-lg-12 col-md-12 col-sm-12 d-flex align-items-center p-0 '
11572
11592
  }, /*#__PURE__*/React__default["default"].createElement("div", {
11573
11593
  "class": "row m-0 w-100"
11574
- }, sectionproperties.sectiontitleshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
11594
+ }, sectionproperties.showbadge == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
11595
+ "class": ' col-lg-12 p-0 d-flex align-items-center ',
11596
+ style: {
11597
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start'
11598
+ }
11599
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
11600
+ "class": "m-0 p-0 allcentered",
11601
+ style: {
11602
+ fontSize: sectionproperties.badge_fontsize + 'px',
11603
+ background: sectionproperties.badge_bgcolor,
11604
+ minWidth: sectionproperties.badge_width + 'px',
11605
+ height: sectionproperties.badge_height + 'px',
11606
+ color: sectionproperties.badge_color,
11607
+ borderRadius: sectionproperties.badge_borderradius + 'px',
11608
+ border: sectionproperties.badgeborderwidth + 'px solid ' + sectionproperties.badgebordercolor
11609
+ }
11610
+ }, langdetect == 'en' ? sectionproperties.badgeContentEn : sectionproperties.badgeContentAr)), sectionproperties.sectiontitleshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
11575
11611
  "class": "".concat(generalstyles.sectiontitlecont) + ' col-lg-12 p-0 d-flex d-md-none align-items-center ',
11576
11612
  style: {
11577
11613
  justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
11578
- fontSize: sectionproperties.sectionTitleFontSize + 'px'
11614
+ fontSize: sectionproperties.sectionTitleFontSize + 'px',
11615
+ marginTop: sectionproperties.showbadge == 'Show' ? sectionproperties.sectionTitleMarginTop + 'px' : 0
11579
11616
  }
11580
11617
  }, SectionTitle()), sectionproperties.sectiontitleshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
11581
11618
  "class": "".concat(generalstyles.sectiontitlecont) + ' col-lg-12 p-0 d-none d-md-flex align-items-center ',
11582
11619
  style: {
11583
11620
  justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
11584
- fontSize: sectionproperties.sectionTitleFontSizeresp + 'px'
11621
+ fontSize: sectionproperties.sectionTitleFontSizeresp + 'px',
11622
+ marginTop: sectionproperties.showbadge == 'Show' ? sectionproperties.sectionTitleMarginTop + 'px' : 0
11585
11623
  }
11586
11624
  }, SectionTitle()), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
11587
11625
  "class": ' col-lg-12 col-md-12 col-sm-12 d-flex align-items-center d-md-none ',
@@ -20606,7 +20644,7 @@
20606
20644
  function ownKeys$1y(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
20607
20645
  function _objectSpread$1y(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$1y(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$1y(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
20608
20646
  var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
20609
- var _authdetailsContext$i9, _authdetailsContext$i10, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _fetchcustomercartQue4, _fetchcustomercartQue5, _fetchcustomercartQue6, _logoarrayofobjects$3, _logoarrayofobjects$4;
20647
+ var _authdetailsContext$i, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i15, _authdetailsContext$i16, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _fetchcustomercartQue4, _fetchcustomercartQue5, _fetchcustomercartQue6, _logoarrayofobjects$3, _logoarrayofobjects$4;
20610
20648
  var _useState = React.useState(''),
20611
20649
  _useState2 = _slicedToArray__default["default"](_useState, 2),
20612
20650
  sectionproperties = _useState2[0],
@@ -20913,35 +20951,46 @@
20913
20951
  "class": "col-lg-3 d-flex align-items-center p-0"
20914
20952
  }, /*#__PURE__*/React__default["default"].createElement("div", {
20915
20953
  "class": "row m-0 w-100"
20916
- }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
20954
+ }, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
20917
20955
  "class": header_cssstyles.fbbtn + ' pl-3 pr-3 pt-2 pb-2 allcentered cursor-pointer ',
20918
20956
  onClick: function onClick() {
20919
- var _authdetailsContext$i;
20920
- if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.facebooklink) != null) {
20921
- var _authdetailsContext$i2;
20922
- window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.facebooklink, '_blank');
20957
+ var _authdetailsContext$i2;
20958
+ if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.facebooklink) != null) {
20959
+ var _authdetailsContext$i3;
20960
+ window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.facebooklink, '_blank');
20923
20961
  }
20924
20962
  }
20925
20963
  }, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
20926
20964
  size: sectionproperties.facebkbtnniconfontsize
20927
- })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
20965
+ })), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("div", {
20928
20966
  "class": header_cssstyles.whatsappbtn + ' pl-3 pr-3 pt-2 pb-2 allcentered cursor-pointer ',
20929
20967
  onClick: function onClick() {
20930
- var _authdetailsContext$i3;
20931
- if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.whatsappnumber) != null) {
20932
- var _authdetailsContext$i4;
20933
- window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.whatsappnumber), '_blank');
20968
+ var _authdetailsContext$i5;
20969
+ if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.whatsappnumber) != null) {
20970
+ var _authdetailsContext$i6;
20971
+ window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.whatsappnumber), '_blank');
20934
20972
  }
20935
20973
  }
20936
20974
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
20937
20975
  size: sectionproperties.youtubebtniconfontsize
20938
- })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
20976
+ })), sectionproperties.showtelegrambtn == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.telegramlink) && /*#__PURE__*/React__default["default"].createElement("div", {
20977
+ "class": header_cssstyles.fbbtn + ' pl-3 pr-3 pt-2 pb-2 allcentered cursor-pointer ',
20978
+ onClick: function onClick() {
20979
+ var _authdetailsContext$i8;
20980
+ if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.telegramlink) != null) {
20981
+ var _authdetailsContext$i9;
20982
+ window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.telegramlink, '_blank');
20983
+ }
20984
+ }
20985
+ }, /*#__PURE__*/React__default["default"].createElement(FaTelegramPlane.FaTelegramPlane, {
20986
+ size: sectionproperties.facebkbtnniconfontsize
20987
+ })), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
20939
20988
  "class": header_cssstyles.instagrambtn + ' pl-3 pr-3 pt-2 pb-2 allcentered cursor-pointer ',
20940
20989
  onClick: function onClick() {
20941
- var _authdetailsContext$i5;
20942
- if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.instagramlink) != null) {
20943
- var _authdetailsContext$i6;
20944
- window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.instagramlink, '_blank');
20990
+ var _authdetailsContext$i11;
20991
+ if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.instagramlink) != null) {
20992
+ var _authdetailsContext$i12;
20993
+ window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.instagramlink, '_blank');
20945
20994
  }
20946
20995
  }
20947
20996
  }, /*#__PURE__*/React__default["default"].createElement(AiOutlineInstagram.AiOutlineInstagram, {
@@ -20970,15 +21019,15 @@
20970
21019
  borderRight: sectionproperties.vl_width + 'px solid ' + sectionproperties.vl_bg
20971
21020
  },
20972
21021
  onClick: function onClick() {
20973
- var _authdetailsContext$i7, _authdetailsContext$i8;
20974
- window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : (_authdetailsContext$i8 = _authdetailsContext$i7.contactinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.email), '_self');
21022
+ var _authdetailsContext$i13, _authdetailsContext$i14;
21023
+ window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : (_authdetailsContext$i14 = _authdetailsContext$i13.contactinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.email), '_self');
20975
21024
  }
20976
21025
  }, /*#__PURE__*/React__default["default"].createElement(AiOutlineMail.AiOutlineMail, {
20977
21026
  "class": header_cssstyles.upperheadertext + ' ml-1 mr-1 storeinfotext ',
20978
21027
  size: sectionproperties.footerinfotext_fontsize
20979
21028
  }), /*#__PURE__*/React__default["default"].createElement("span", {
20980
21029
  "class": header_cssstyles.upperheadertext + ' storeinfotext '
20981
- }, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : (_authdetailsContext$i10 = _authdetailsContext$i9.contactinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.email)), sectionproperties.showopeninghours == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
21030
+ }, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : (_authdetailsContext$i16 = _authdetailsContext$i15.contactinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.email)), sectionproperties.showopeninghours == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
20982
21031
  "class": "d-flex align-items-center justify-content-center pl-3 pr-3 h-100",
20983
21032
  style: {
20984
21033
  borderRight: sectionproperties.vl_width + 'px solid ' + sectionproperties.vl_bg
@@ -29921,7 +29970,7 @@
29921
29970
  function ownKeys$1k(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
29922
29971
  function _objectSpread$1k(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$1k(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$1k(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
29923
29972
  var Footer4 = function Footer4(props) {
29924
- var _logoarrayofobjects$, _logoarrayofobjects$2, _templatepropcontext$, _authdetailsContext$i, _authdetailsContext$i4, _authdetailsContext$i5, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14;
29973
+ var _logoarrayofobjects$, _logoarrayofobjects$2, _templatepropcontext$, _authdetailsContext$i, _authdetailsContext$i4, _authdetailsContext$i5, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17;
29925
29974
  var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
29926
29975
  var lang = props.actions.lang;
29927
29976
  var langdetect = props.actions.langdetect;
@@ -30286,13 +30335,26 @@
30286
30335
  className: "h-100 allcentered"
30287
30336
  }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
30288
30337
  size: sectionproperties.instgrambtniconfontsize
30289
- }))), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("div", {
30290
- className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4 ',
30338
+ }))), sectionproperties.showtelegrambtn == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.telegramlink) && /*#__PURE__*/React__default["default"].createElement("div", {
30339
+ className: langdetect == 'en' ? "".concat(footerStyles.facebook_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.facebook_btn) + ' allcentered ml-3 ml-sm-4 ',
30291
30340
  onClick: function onClick() {
30292
30341
  var _authdetailsContext$i15;
30293
- if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.whatsappnumber) != null) {
30342
+ if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.telegramlink) != null) {
30294
30343
  var _authdetailsContext$i16;
30295
- window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.whatsappnumber), '_blank');
30344
+ window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.telegramlink, '_blank');
30345
+ }
30346
+ }
30347
+ }, /*#__PURE__*/React__default["default"].createElement("i", {
30348
+ className: "h-100 allcentered"
30349
+ }, /*#__PURE__*/React__default["default"].createElement(FaTelegramPlane.FaTelegramPlane, {
30350
+ size: sectionproperties.facebkbtnniconfontsize
30351
+ }))), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("div", {
30352
+ className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4 ',
30353
+ onClick: function onClick() {
30354
+ var _authdetailsContext$i18;
30355
+ if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.whatsappnumber) != null) {
30356
+ var _authdetailsContext$i19;
30357
+ window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.whatsappnumber), '_blank');
30296
30358
  }
30297
30359
  }
30298
30360
  }, /*#__PURE__*/React__default["default"].createElement("i", {
@@ -42198,7 +42260,7 @@
42198
42260
  height: sectionproperties.bgcovercontain == 'Cover' ? sectionproperties.height + 'vh' : 'auto'
42199
42261
  }
42200
42262
  }, /*#__PURE__*/React__default["default"].createElement("div", {
42201
- "class": sectionproperties.width == '100' ? 'h-sm-auto' : 'h-sm-auto pl-sm-2 pr-sm-2 w-sm-100',
42263
+ "class": sectionproperties.width == '100' ? 'h-sm-auto' : 'h-sm-auto w-sm-100',
42202
42264
  style: {
42203
42265
  position: 'relative',
42204
42266
  borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
@@ -42225,7 +42287,8 @@
42225
42287
  height: sectionproperties.bgcovercontain == 'Cover' ? sectionproperties.height + 'vh' : 'auto'
42226
42288
  }
42227
42289
  }, /*#__PURE__*/React__default["default"].createElement("div", {
42228
- "class": 'p-0 align-items-center d-flex d-sm-none ',
42290
+ // d-sm-none
42291
+ "class": 'p-0 align-items-center d-flex ',
42229
42292
  key: index,
42230
42293
  onClick: function onClick() {
42231
42294
  if (item.IsClickableimg == 'Yes') {
@@ -42254,65 +42317,32 @@
42254
42317
  width: '100%',
42255
42318
  height: '100%'
42256
42319
  }
42257
- }), SlideShowTextContainer(item)), /*#__PURE__*/React__default["default"].createElement("div", {
42258
- "class": 'p-0 align-items-center d-none d-sm-flex ',
42259
- key: index,
42260
- style: {
42261
- width: '100%',
42262
- height: '100%',
42263
- direction: langdetect == 'en' ? 'ltr' : 'rtl',
42264
- paddingTop: sectionproperties.paddingTop + 'px',
42265
- paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : '',
42266
- paddingRight: langdetect == 'en' ? '' : sectionproperties.paddingLeft + 'px'
42267
- }
42268
- }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
42269
- urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
42270
- publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
42271
- path: langdetect == 'en' ? '/tr:w-' + sectionproperties.imagetr_w_resp + ',h-' + sectionproperties.imagetr_h_resp + '/' + item.image_resp_en : '/tr:w-' + sectionproperties.imagetr_w_resp + ',h-' + sectionproperties.imagetr_h_resp + '/' + item.image_resp_ar,
42272
- style: {
42273
- objectFit: 'contain',
42274
- margin: 0,
42275
- padding: 0,
42276
- width: '100%',
42277
- height: '100%'
42278
- }
42279
42320
  }), SlideShowTextContainer(item)));
42280
42321
  }))))));
42281
42322
  };
42282
- return (
42283
- /*#__PURE__*/
42284
- // align-items-center
42285
- React__default["default"].createElement("div", {
42286
- "class": sectionproperties.collectionssectionshow == 'Show' ? 'row ml-0 mr-0 w-100 d-flex justify-content-center px-1025-1 pl-md-2 pr-md-2' : sectionproperties.width == '100' ? 'row ml-0 mr-0 w-100 d-flex justify-content-center' : 'row ml-0 mr-0 w-100 d-flex justify-content-center px-1025-1 pl-md-2 pr-md-2',
42287
- style: {
42288
- paddingBottom: sectionproperties.marginBottom + 'px',
42289
- paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
42290
- paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px',
42291
- background: sectionproperties.backgroundColor
42292
- },
42293
- onMouseEnter: function onMouseEnter() {
42294
- setChoosenindex('');
42295
- }
42296
- }, /*#__PURE__*/React__default["default"].createElement("div", {
42297
- "class": "col-lg-12 p-0"
42298
- }, /*#__PURE__*/React__default["default"].createElement("div", {
42299
- "class": "row m-0 w-100 d-flex d-md-none",
42300
- style: {
42301
- paddingTop: sectionproperties.marginTop + 'px'
42302
- },
42303
- onMouseLeave: function onMouseLeave() {
42304
- setChoosenindex('');
42305
- }
42306
- }, SlideshowContent()), /*#__PURE__*/React__default["default"].createElement("div", {
42307
- "class": "row m-0 w-100 d-none d-md-flex",
42308
- style: {
42309
- paddingTop: sectionproperties.marginTopResp + 'px'
42310
- },
42311
- onMouseLeave: function onMouseLeave() {
42312
- setChoosenindex('');
42313
- }
42314
- }, SlideshowContent())))
42315
- );
42323
+ return /*#__PURE__*/React__default["default"].createElement("div", {
42324
+ "class": sectionproperties.collectionssectionshow == 'Show' ? 'row ml-0 mr-0 w-100 d-flex justify-content-center px-1025-1 pl-md-2 pr-md-2' : sectionproperties.width == '100' ? 'row ml-0 mr-0 w-100 d-flex justify-content-center' : 'row ml-0 mr-0 w-100 d-flex justify-content-center px-1025-1 pl-md-2 pr-md-2',
42325
+ style: {
42326
+ paddingBottom: sectionproperties.marginBottom + 'px',
42327
+ paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
42328
+ paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px',
42329
+ background: sectionproperties.backgroundColor
42330
+ },
42331
+ onMouseEnter: function onMouseEnter() {
42332
+ setChoosenindex('');
42333
+ }
42334
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
42335
+ "class": "col-lg-12 p-0"
42336
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
42337
+ // d-md-none
42338
+ "class": "row m-0 w-100 d-flex",
42339
+ style: {
42340
+ paddingTop: sectionproperties.marginTop + 'px'
42341
+ },
42342
+ onMouseLeave: function onMouseLeave() {
42343
+ setChoosenindex('');
42344
+ }
42345
+ }, SlideshowContent())));
42316
42346
  };
42317
42347
 
42318
42348
  function ownKeys$I(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
@@ -47482,8 +47512,6 @@
47482
47512
  borderRadius: sectionproperties.cart_btn_borderBottomLeftRadius + 'px',
47483
47513
  color: sectionproperties.cartBtnTextcolor,
47484
47514
  fontSize: sectionproperties.cartBtnTextfontsize + 'px',
47485
- // fontSize: sectionproperties.cartBtn_iconFontSize + 'px',
47486
- textTransform: sectionproperties.cartBtnTexttransform,
47487
47515
  fontWeight: sectionproperties.cartBtnTextfontweight,
47488
47516
  border: sectionproperties.cartbtnborderwidth + 'px solid ' + sectionproperties.cartbtnbordercolor,
47489
47517
  transition: '.3s',
@@ -47590,7 +47618,7 @@
47590
47618
  size: sectionproperties.cartBtn_iconFontSize
47591
47619
  }), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart.MdAddShoppingCart, {
47592
47620
  size: sectionproperties.cartBtn_iconFontSize
47593
- })), lang.addtocart);
47621
+ })), langdetect == 'en' ? sectionproperties.cartBtnContentenglish : sectionproperties.cartBtnContentarabic);
47594
47622
  }
47595
47623
  }
47596
47624
  if (!AddtoCartMutationContext.isLoading) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.263",
3
+ "version": "0.0.265",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {