tabexseriescomponents 0.2.778 → 0.2.780

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
@@ -74,8 +74,8 @@ var HiUser = require('@react-icons/all-files/hi/HiUser');
74
74
  var GrMail = require('@react-icons/all-files/gr/GrMail');
75
75
  var FiCheckCircle = require('@react-icons/all-files/fi/FiCheckCircle');
76
76
  var BiPhone = require('@react-icons/all-files/bi/BiPhone');
77
- var PhoneInput = require('react-phone-input-2');
78
77
  var Select$4 = require('react-select');
78
+ var PhoneInput = require('react-phone-input-2');
79
79
  var BsChevronLeft = require('@react-icons/all-files/bs/BsChevronLeft');
80
80
  var BsChevronRight = require('@react-icons/all-files/bs/BsChevronRight');
81
81
  require('@react-icons/all-files/ri/RiArrowUpSLine');
@@ -213,8 +213,8 @@ var ReactPlayer__default = /*#__PURE__*/_interopDefaultLegacy(ReactPlayer);
213
213
  var Dropdown__default = /*#__PURE__*/_interopDefaultLegacy(Dropdown);
214
214
  var _asyncToGenerator__default = /*#__PURE__*/_interopDefaultLegacy(_asyncToGenerator);
215
215
  var _regeneratorRuntime__default = /*#__PURE__*/_interopDefaultLegacy(_regeneratorRuntime);
216
- var PhoneInput__default = /*#__PURE__*/_interopDefaultLegacy(PhoneInput);
217
216
  var Select__default = /*#__PURE__*/_interopDefaultLegacy(Select$4);
217
+ var PhoneInput__default = /*#__PURE__*/_interopDefaultLegacy(PhoneInput);
218
218
  var InputRange__default = /*#__PURE__*/_interopDefaultLegacy(InputRange);
219
219
  var ReactPaginate__default = /*#__PURE__*/_interopDefaultLegacy(ReactPaginate);
220
220
  var BackgroundSlideshow__default = /*#__PURE__*/_interopDefaultLegacy(BackgroundSlideshow);
@@ -11660,9 +11660,10 @@ var Checkout = function Checkout(props) {
11660
11660
  }, langdetect == 'en' ? item.productinfo.name_en : item.productinfo.name_ar)), sectionproperties.producttype == 'Product' && sectionproperties.showquantity == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
11661
11661
  className: "col-lg-12 p-0 d-flex justify-content-start"
11662
11662
  }, /*#__PURE__*/React__default["default"].createElement("p", {
11663
- className: "m-0 p-0 font-weight-500 text-light w-100",
11663
+ className: "m-0 p-0 font-weight-500 w-100",
11664
11664
  style: {
11665
- textAlign: langdetect == 'en' ? 'left' : 'right'
11665
+ textAlign: langdetect == 'en' ? 'left' : 'right',
11666
+ color: sectionproperties.prodNameColor
11666
11667
  }
11667
11668
  }, lang.qty, ": ", item.quantity)), /*#__PURE__*/React__default["default"].createElement("div", {
11668
11669
  className: "col-lg-12 col-md-12 col-sm-12 d-flex mt-2 flex-column p-0"
@@ -11670,21 +11671,27 @@ var Checkout = function Checkout(props) {
11670
11671
  return /*#__PURE__*/React__default["default"].createElement("div", {
11671
11672
  "class": "row m-0 w-100"
11672
11673
  }, /*#__PURE__*/React__default["default"].createElement("div", {
11673
- className: "col-lg-12 col-md-12 col-sm-12 p-0 d-flex"
11674
+ className: "col-lg-12 col-md-12 col-sm-12 p-0 d-flex",
11675
+ style: {
11676
+ color: sectionproperties.prodNameColor
11677
+ }
11674
11678
  }, /*#__PURE__*/React__default["default"].createElement("p", {
11675
- className: 'text-capitalize text-dark m-0 p-0 font-weight-500 font-13 m-0 p-0 '
11679
+ className: 'text-capitalize m-0 p-0 font-weight-500 font-13 m-0 p-0 '
11676
11680
  }, variantitem.optionname, ":"), /*#__PURE__*/React__default["default"].createElement("p", {
11677
- className: ' text-capitalize text-dark font-weight-500 m-0 p-0 ml-1 mr-1 font-13 '
11681
+ className: ' text-capitalize font-weight-500 m-0 p-0 ml-1 mr-1 font-13 '
11678
11682
  }, (variantitem === null || variantitem === void 0 ? void 0 : variantitem.value_identifier) != null ? variantitem === null || variantitem === void 0 ? void 0 : variantitem.value_identifier : variantitem === null || variantitem === void 0 ? void 0 : variantitem.optionvalue)));
11679
11683
  }), item.product_extrafields != null && product_extrafields.map(function (extrafielditem, extrafieldindex) {
11680
11684
  return /*#__PURE__*/React__default["default"].createElement("div", {
11681
11685
  "class": "row m-0 w-100"
11682
11686
  }, /*#__PURE__*/React__default["default"].createElement("div", {
11683
- className: "col-lg-12 col-md-12 col-sm-12 p-0 d-flex"
11687
+ className: "col-lg-12 col-md-12 col-sm-12 p-0 d-flex",
11688
+ style: {
11689
+ color: sectionproperties.prodNameColor
11690
+ }
11684
11691
  }, /*#__PURE__*/React__default["default"].createElement("p", {
11685
- className: 'text-capitalize text-dark m-0 p-0 font-weight-500 font-13 m-0 p-0 '
11692
+ className: 'text-capitalize m-0 p-0 font-weight-500 font-13 m-0 p-0 '
11686
11693
  }, langdetect == 'en' ? extrafielditem.title_en : extrafielditem.title_ar, ":"), /*#__PURE__*/React__default["default"].createElement("p", {
11687
- className: ' text-capitalize text-dark font-weight-500 m-0 p-0 ml-1 mr-1 '
11694
+ className: ' text-capitalize font-weight-500 m-0 p-0 ml-1 mr-1 '
11688
11695
  }, " ", extrafielditem.value)));
11689
11696
  })))), sectionproperties.prodPriceshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
11690
11697
  className: "col-lg-3 col-md-3 col-sm-2 p-0"
@@ -12226,7 +12233,7 @@ var Checkout = function Checkout(props) {
12226
12233
  cartinfoupdater('countryid', option.id);
12227
12234
  },
12228
12235
  styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
12229
- placeholder: lang.choosecountry,
12236
+ placeholder: '',
12230
12237
  isSearchable: true
12231
12238
  })), sectionproperties.hidecountrystatecity == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
12232
12239
  className: sectionproperties.inputfieldcolor == '#ffffff' ? 'col-lg-4 col-md-12 mb-3 selectwhite' : 'col-lg-4 col-md-12 mb-3'
@@ -12286,7 +12293,7 @@ var Checkout = function Checkout(props) {
12286
12293
  }
12287
12294
  },
12288
12295
  styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
12289
- placeholder: lang.choosestategov,
12296
+ placeholder: '',
12290
12297
  isSearchable: true
12291
12298
  })), sectionproperties.hidecountrystatecity == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
12292
12299
  className: sectionproperties.inputfieldcolor == '#ffffff' ? 'col-lg-4 col-md-12 mb-3 selectwhite' : 'col-lg-4 col-md-12 mb-3'
@@ -12334,7 +12341,7 @@ var Checkout = function Checkout(props) {
12334
12341
  cartinfoupdater('cityid', option.id);
12335
12342
  },
12336
12343
  styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
12337
- placeholder: lang.choosecity,
12344
+ placeholder: '',
12338
12345
  isSearchable: true
12339
12346
  })), sectionproperties.hideaddress == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
12340
12347
  className: "col-lg-12 mb-3"
@@ -13384,6 +13391,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
13384
13391
  height: "20px",
13385
13392
  duration: "1s"
13386
13393
  })), !fetchTabexCountriesQueryContext.isFetching && fetchTabexCountriesQueryContext.isSuccess && /*#__PURE__*/React__default["default"].createElement(Select$2, {
13394
+ placeholder: '',
13387
13395
  options: fetchTabexCountriesQueryContext.data.data.countries,
13388
13396
  getOptionLabel: function getOptionLabel(option) {
13389
13397
  var crname = '';
@@ -13434,7 +13442,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
13434
13442
  duration: "1s"
13435
13443
  })), FetchTabexStatesPayloadobjContext.country_id == '' && /*#__PURE__*/React__default["default"].createElement(Select$2, {
13436
13444
  styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
13437
- placeholder: lang.choosestategov,
13445
+ placeholder: '',
13438
13446
  isSearchable: true
13439
13447
  }), !fetchTabexStatesQueryContext.isFetching && fetchTabexStatesQueryContext.isSuccess && /*#__PURE__*/React__default["default"].createElement(Select$2, {
13440
13448
  options: fetchTabexStatesQueryContext.data.data.states,
@@ -13466,7 +13474,8 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
13466
13474
  payloadobjchange('stateid', option.id);
13467
13475
  },
13468
13476
  styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
13469
- isSearchable: true
13477
+ isSearchable: true,
13478
+ placeholder: ''
13470
13479
  }))), sectionproperties.hidecountrystatecity == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
13471
13480
  className: sectionproperties.cardstyletype == 'Style 1' ? 'col-lg-4 col-md-12 col-sm-12 mb-4 p-sm-0' : 'col-lg-12 col-md-12 col-sm-12 mb-4 p-sm-0'
13472
13481
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -13486,7 +13495,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
13486
13495
  height: "20px",
13487
13496
  duration: "1s"
13488
13497
  })), FetchTabexStatesPayloadobjContext.country_id == '' && /*#__PURE__*/React__default["default"].createElement(Select$2, {
13489
- placeholder: lang.choosecity,
13498
+ placeholder: '',
13490
13499
  styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
13491
13500
  isSearchable: true
13492
13501
  }), !fetchTabexCitiesQueryContext.isFetching && fetchTabexCitiesQueryContext.isSuccess && /*#__PURE__*/React__default["default"].createElement(Select$2, {
@@ -13515,7 +13524,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
13515
13524
  payloadobjchange('cityid', option.id);
13516
13525
  },
13517
13526
  styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
13518
- placeholder: lang.choosecity,
13527
+ placeholder: '',
13519
13528
  isSearchable: true
13520
13529
  }))), sectionproperties.hideaddress == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
13521
13530
  className: 'col-lg-12 col-md-12 col-sm-12 mb-4 p-sm-0'
@@ -20078,10 +20087,10 @@ var CardsSection = function CardsSection(props) {
20078
20087
  borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
20079
20088
  borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
20080
20089
  borderColor: sectionproperties.sectioncardbordercolor,
20081
- border: sectionproperties.sectioncardborderwidth + 'px solid',
20082
- '@media (max-width: 600px)': {
20083
- paddingTop: sectionproperties.marginTopResp + 'px'
20084
- }
20090
+ border: sectionproperties.sectioncardborderwidth + 'px solid'
20091
+ // '@media (max-width: 600px)': {
20092
+ // paddingTop: sectionproperties.marginTopResp + 'px',
20093
+ // },
20085
20094
  }),
20086
20095
  filterbtn: glamor.css({
20087
20096
  width: sectionproperties.filterbtn_Width + 'px',
@@ -52485,7 +52494,7 @@ var ModernFooter = function ModernFooter(props) {
52485
52494
  function ownKeys$1v(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
52486
52495
  function _objectSpread$1v(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1v(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1v(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
52487
52496
  var Newsletterfooter = function Newsletterfooter(props) {
52488
- var _bgimagearrayofobjs$, _bgimagearrayofobjs$2, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17, _authdetailsContext$i20, _authdetailsContext$i23, _authdetailsContext$i25, _authdetailsContext$i27, _authdetailsContext$i29, _authdetailsContext$i31, _authdetailsContext$i34, _authdetailsContext$i39, _authdetailsContext$i40, _fetchcustomercartQue, _fetchcustomercartQue2;
52497
+ var _bgimagearrayofobjs$, _bgimagearrayofobjs$2, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17, _authdetailsContext$i20, _authdetailsContext$i23, _authdetailsContext$i26, _authdetailsContext$i28, _authdetailsContext$i30, _authdetailsContext$i32, _authdetailsContext$i34, _authdetailsContext$i37, _authdetailsContext$i42, _authdetailsContext$i43, _fetchcustomercartQue, _fetchcustomercartQue2;
52489
52498
  var _useState = React.useState(''),
52490
52499
  _useState2 = _slicedToArray__default["default"](_useState, 2),
52491
52500
  sectionproperties = _useState2[0],
@@ -53101,56 +53110,67 @@ var Newsletterfooter = function Newsletterfooter(props) {
53101
53110
  }
53102
53111
  }, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
53103
53112
  size: sectionproperties.instgrambtniconfontsize
53104
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
53113
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.snapchatlink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
53105
53114
  "class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 mb-2 ',
53106
53115
  onClick: function onClick() {
53107
53116
  var _authdetailsContext$i24;
53108
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.linkedinlink, '_blank');
53117
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.snapchatlink) != null) {
53118
+ var _authdetailsContext$i25;
53119
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.snapchatlink, '_blank');
53120
+ }
53121
+ }
53122
+ }, /*#__PURE__*/React__default["default"].createElement(FaSnapchat.FaSnapchat, {
53123
+ size: sectionproperties.instgrambtniconfontsize
53124
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
53125
+ "class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 mb-2 ',
53126
+ onClick: function onClick() {
53127
+ var _authdetailsContext$i27;
53128
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.linkedinlink, '_blank');
53109
53129
  }
53110
53130
  }, /*#__PURE__*/React__default["default"].createElement(FaLinkedinIn.FaLinkedinIn, {
53111
53131
  size: sectionproperties.instgrambtniconfontsize
53112
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.pinterestlink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
53132
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.pinterestlink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
53113
53133
  "class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 mb-2 ',
53114
53134
  onClick: function onClick() {
53115
- var _authdetailsContext$i26;
53116
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.pinterestlink, '_blank');
53135
+ var _authdetailsContext$i29;
53136
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.pinterestlink, '_blank');
53117
53137
  }
53118
53138
  }, /*#__PURE__*/React__default["default"].createElement(FaPinterestP.FaPinterestP, {
53119
53139
  size: sectionproperties.instgrambtniconfontsize
53120
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.behancelink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
53140
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.behancelink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
53121
53141
  "class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 mb-2 ',
53122
53142
  onClick: function onClick() {
53123
- var _authdetailsContext$i28;
53124
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.behancelink, '_blank');
53143
+ var _authdetailsContext$i31;
53144
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.behancelink, '_blank');
53125
53145
  }
53126
53146
  }, /*#__PURE__*/React__default["default"].createElement(FaBehance.FaBehance, {
53127
53147
  size: sectionproperties.instgrambtniconfontsize
53128
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.tripadvisorlink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
53148
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i32 = authdetailsContext.instinfo) === null || _authdetailsContext$i32 === void 0 ? void 0 : _authdetailsContext$i32.tripadvisorlink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
53129
53149
  "class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 mb-2 ',
53130
53150
  onClick: function onClick() {
53131
- var _authdetailsContext$i30;
53132
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.tripadvisorlink, '_blank');
53151
+ var _authdetailsContext$i33;
53152
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.tripadvisorlink, '_blank');
53133
53153
  }
53134
53154
  }, /*#__PURE__*/React__default["default"].createElement(FaTripadvisor.FaTripadvisor, {
53135
53155
  size: sectionproperties.instgrambtniconfontsize
53136
- })), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("p", {
53156
+ })), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("p", {
53137
53157
  "class": footerStyles.youtube_btn + ' m-0 p-0 allcentered mx-2 mb-2 ',
53138
53158
  onClick: function onClick() {
53139
- var _authdetailsContext$i32;
53140
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i32 = authdetailsContext.instinfo) === null || _authdetailsContext$i32 === void 0 ? void 0 : _authdetailsContext$i32.whatsappnumber) != null) {
53141
- var _authdetailsContext$i33;
53142
- window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.whatsappnumber), '_blank');
53159
+ var _authdetailsContext$i35;
53160
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.whatsappnumber) != null) {
53161
+ var _authdetailsContext$i36;
53162
+ window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i36 = authdetailsContext.instinfo) === null || _authdetailsContext$i36 === void 0 ? void 0 : _authdetailsContext$i36.whatsappnumber), '_blank');
53143
53163
  }
53144
53164
  }
53145
53165
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
53146
53166
  size: sectionproperties.youtubebtniconfontsize
53147
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.googlemapslink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
53167
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.googlemapslink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
53148
53168
  "class": footerStyles.youtube_btn + ' m-0 p-0 allcentered mx-2 mb-2 ',
53149
53169
  onClick: function onClick() {
53150
- var _authdetailsContext$i35;
53151
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.googlemapslink) != null) {
53152
- var _authdetailsContext$i36;
53153
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i36 = authdetailsContext.instinfo) === null || _authdetailsContext$i36 === void 0 ? void 0 : _authdetailsContext$i36.googlemapslink, '_blank');
53170
+ var _authdetailsContext$i38;
53171
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i38 = authdetailsContext.instinfo) === null || _authdetailsContext$i38 === void 0 ? void 0 : _authdetailsContext$i38.googlemapslink) != null) {
53172
+ var _authdetailsContext$i39;
53173
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.googlemapslink, '_blank');
53154
53174
  }
53155
53175
  }
53156
53176
  }, /*#__PURE__*/React__default["default"].createElement(IoLocationSharp.IoLocationSharp, {
@@ -53170,15 +53190,15 @@ var Newsletterfooter = function Newsletterfooter(props) {
53170
53190
  "class": langdetect == 'en' ? "".concat(footerStyles.apptore) + ' d-flex justify-content-center align-items-center cursor-pointer mr-2 ' : "".concat(footerStyles.apptore) + ' d-flex justify-content-center align-items-center cursor-pointer ml-2 ',
53171
53191
  src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
53172
53192
  onClick: function onClick() {
53173
- var _authdetailsContext$i37;
53174
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.mobileapplink_appstore, '_blank');
53193
+ var _authdetailsContext$i40;
53194
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i40 = authdetailsContext.instinfo) === null || _authdetailsContext$i40 === void 0 ? void 0 : _authdetailsContext$i40.mobileapplink_appstore, '_blank');
53175
53195
  }
53176
53196
  }), sectionproperties.showplaystore == 'Show' && /*#__PURE__*/React__default["default"].createElement("img", {
53177
53197
  "class": "".concat(footerStyles.googleplay) + ' d-flex justify-content-center align-items-center cursor-pointer mx-2 ',
53178
53198
  src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
53179
53199
  onClick: function onClick() {
53180
- var _authdetailsContext$i38;
53181
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i38 = authdetailsContext.instinfo) === null || _authdetailsContext$i38 === void 0 ? void 0 : _authdetailsContext$i38.mobileapplink_playstore, '_blank');
53200
+ var _authdetailsContext$i41;
53201
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i41 = authdetailsContext.instinfo) === null || _authdetailsContext$i41 === void 0 ? void 0 : _authdetailsContext$i41.mobileapplink_playstore, '_blank');
53182
53202
  }
53183
53203
  }))), sectionproperties.showfooteraddress == 'Show' && sectionproperties.storeinfostyle == 'Style 2' && /*#__PURE__*/React__default["default"].createElement("div", {
53184
53204
  "class": "row m-0 w-100 d-flex flex-row justify-content-start align-items-center mt-4"
@@ -53195,7 +53215,7 @@ var Newsletterfooter = function Newsletterfooter(props) {
53195
53215
  "class": ' h-100 d-flex align-items-center justify-content-center mr-2 ml-2 '
53196
53216
  }, /*#__PURE__*/React__default["default"].createElement(IoLocationSharp.IoLocationSharp, {
53197
53217
  size: 30
53198
- })), langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.address_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i40 = authdetailsContext.instinfo) === null || _authdetailsContext$i40 === void 0 ? void 0 : _authdetailsContext$i40.address_ar)))), sectionproperties.showpaymentfooter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
53218
+ })), langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i42 = authdetailsContext.instinfo) === null || _authdetailsContext$i42 === void 0 ? void 0 : _authdetailsContext$i42.address_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i43 = authdetailsContext.instinfo) === null || _authdetailsContext$i43 === void 0 ? void 0 : _authdetailsContext$i43.address_ar)))), sectionproperties.showpaymentfooter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
53199
53219
  "class": "col-lg-12 p-0 d-block my-3"
53200
53220
  }, /*#__PURE__*/React__default["default"].createElement("hr", {
53201
53221
  "class": "m-0 p-0"
package/dist/index.esm.js CHANGED
@@ -72,8 +72,8 @@ import { HiUser } from '@react-icons/all-files/hi/HiUser';
72
72
  import { GrMail } from '@react-icons/all-files/gr/GrMail';
73
73
  import { FiCheckCircle } from '@react-icons/all-files/fi/FiCheckCircle';
74
74
  import { BiPhone } from '@react-icons/all-files/bi/BiPhone';
75
- import PhoneInput from 'react-phone-input-2';
76
75
  import Select$4 from 'react-select';
76
+ import PhoneInput from 'react-phone-input-2';
77
77
  import { BsChevronLeft } from '@react-icons/all-files/bs/BsChevronLeft';
78
78
  import { BsChevronRight } from '@react-icons/all-files/bs/BsChevronRight';
79
79
  import '@react-icons/all-files/ri/RiArrowUpSLine';
@@ -11611,9 +11611,10 @@ var Checkout = function Checkout(props) {
11611
11611
  }, langdetect == 'en' ? item.productinfo.name_en : item.productinfo.name_ar)), sectionproperties.producttype == 'Product' && sectionproperties.showquantity == 'Show' && /*#__PURE__*/React.createElement("div", {
11612
11612
  className: "col-lg-12 p-0 d-flex justify-content-start"
11613
11613
  }, /*#__PURE__*/React.createElement("p", {
11614
- className: "m-0 p-0 font-weight-500 text-light w-100",
11614
+ className: "m-0 p-0 font-weight-500 w-100",
11615
11615
  style: {
11616
- textAlign: langdetect == 'en' ? 'left' : 'right'
11616
+ textAlign: langdetect == 'en' ? 'left' : 'right',
11617
+ color: sectionproperties.prodNameColor
11617
11618
  }
11618
11619
  }, lang.qty, ": ", item.quantity)), /*#__PURE__*/React.createElement("div", {
11619
11620
  className: "col-lg-12 col-md-12 col-sm-12 d-flex mt-2 flex-column p-0"
@@ -11621,21 +11622,27 @@ var Checkout = function Checkout(props) {
11621
11622
  return /*#__PURE__*/React.createElement("div", {
11622
11623
  "class": "row m-0 w-100"
11623
11624
  }, /*#__PURE__*/React.createElement("div", {
11624
- className: "col-lg-12 col-md-12 col-sm-12 p-0 d-flex"
11625
+ className: "col-lg-12 col-md-12 col-sm-12 p-0 d-flex",
11626
+ style: {
11627
+ color: sectionproperties.prodNameColor
11628
+ }
11625
11629
  }, /*#__PURE__*/React.createElement("p", {
11626
- className: 'text-capitalize text-dark m-0 p-0 font-weight-500 font-13 m-0 p-0 '
11630
+ className: 'text-capitalize m-0 p-0 font-weight-500 font-13 m-0 p-0 '
11627
11631
  }, variantitem.optionname, ":"), /*#__PURE__*/React.createElement("p", {
11628
- className: ' text-capitalize text-dark font-weight-500 m-0 p-0 ml-1 mr-1 font-13 '
11632
+ className: ' text-capitalize font-weight-500 m-0 p-0 ml-1 mr-1 font-13 '
11629
11633
  }, (variantitem === null || variantitem === void 0 ? void 0 : variantitem.value_identifier) != null ? variantitem === null || variantitem === void 0 ? void 0 : variantitem.value_identifier : variantitem === null || variantitem === void 0 ? void 0 : variantitem.optionvalue)));
11630
11634
  }), item.product_extrafields != null && product_extrafields.map(function (extrafielditem, extrafieldindex) {
11631
11635
  return /*#__PURE__*/React.createElement("div", {
11632
11636
  "class": "row m-0 w-100"
11633
11637
  }, /*#__PURE__*/React.createElement("div", {
11634
- className: "col-lg-12 col-md-12 col-sm-12 p-0 d-flex"
11638
+ className: "col-lg-12 col-md-12 col-sm-12 p-0 d-flex",
11639
+ style: {
11640
+ color: sectionproperties.prodNameColor
11641
+ }
11635
11642
  }, /*#__PURE__*/React.createElement("p", {
11636
- className: 'text-capitalize text-dark m-0 p-0 font-weight-500 font-13 m-0 p-0 '
11643
+ className: 'text-capitalize m-0 p-0 font-weight-500 font-13 m-0 p-0 '
11637
11644
  }, langdetect == 'en' ? extrafielditem.title_en : extrafielditem.title_ar, ":"), /*#__PURE__*/React.createElement("p", {
11638
- className: ' text-capitalize text-dark font-weight-500 m-0 p-0 ml-1 mr-1 '
11645
+ className: ' text-capitalize font-weight-500 m-0 p-0 ml-1 mr-1 '
11639
11646
  }, " ", extrafielditem.value)));
11640
11647
  })))), sectionproperties.prodPriceshow == 'Show' && /*#__PURE__*/React.createElement("div", {
11641
11648
  className: "col-lg-3 col-md-3 col-sm-2 p-0"
@@ -12177,7 +12184,7 @@ var Checkout = function Checkout(props) {
12177
12184
  cartinfoupdater('countryid', option.id);
12178
12185
  },
12179
12186
  styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
12180
- placeholder: lang.choosecountry,
12187
+ placeholder: '',
12181
12188
  isSearchable: true
12182
12189
  })), sectionproperties.hidecountrystatecity == 'Show' && /*#__PURE__*/React.createElement("div", {
12183
12190
  className: sectionproperties.inputfieldcolor == '#ffffff' ? 'col-lg-4 col-md-12 mb-3 selectwhite' : 'col-lg-4 col-md-12 mb-3'
@@ -12237,7 +12244,7 @@ var Checkout = function Checkout(props) {
12237
12244
  }
12238
12245
  },
12239
12246
  styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
12240
- placeholder: lang.choosestategov,
12247
+ placeholder: '',
12241
12248
  isSearchable: true
12242
12249
  })), sectionproperties.hidecountrystatecity == 'Show' && /*#__PURE__*/React.createElement("div", {
12243
12250
  className: sectionproperties.inputfieldcolor == '#ffffff' ? 'col-lg-4 col-md-12 mb-3 selectwhite' : 'col-lg-4 col-md-12 mb-3'
@@ -12285,7 +12292,7 @@ var Checkout = function Checkout(props) {
12285
12292
  cartinfoupdater('cityid', option.id);
12286
12293
  },
12287
12294
  styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
12288
- placeholder: lang.choosecity,
12295
+ placeholder: '',
12289
12296
  isSearchable: true
12290
12297
  })), sectionproperties.hideaddress == 'Show' && /*#__PURE__*/React.createElement("div", {
12291
12298
  className: "col-lg-12 mb-3"
@@ -13335,6 +13342,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
13335
13342
  height: "20px",
13336
13343
  duration: "1s"
13337
13344
  })), !fetchTabexCountriesQueryContext.isFetching && fetchTabexCountriesQueryContext.isSuccess && /*#__PURE__*/React.createElement(Select$2, {
13345
+ placeholder: '',
13338
13346
  options: fetchTabexCountriesQueryContext.data.data.countries,
13339
13347
  getOptionLabel: function getOptionLabel(option) {
13340
13348
  var crname = '';
@@ -13385,7 +13393,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
13385
13393
  duration: "1s"
13386
13394
  })), FetchTabexStatesPayloadobjContext.country_id == '' && /*#__PURE__*/React.createElement(Select$2, {
13387
13395
  styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
13388
- placeholder: lang.choosestategov,
13396
+ placeholder: '',
13389
13397
  isSearchable: true
13390
13398
  }), !fetchTabexStatesQueryContext.isFetching && fetchTabexStatesQueryContext.isSuccess && /*#__PURE__*/React.createElement(Select$2, {
13391
13399
  options: fetchTabexStatesQueryContext.data.data.states,
@@ -13417,7 +13425,8 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
13417
13425
  payloadobjchange('stateid', option.id);
13418
13426
  },
13419
13427
  styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
13420
- isSearchable: true
13428
+ isSearchable: true,
13429
+ placeholder: ''
13421
13430
  }))), sectionproperties.hidecountrystatecity == 'Show' && /*#__PURE__*/React.createElement("div", {
13422
13431
  className: sectionproperties.cardstyletype == 'Style 1' ? 'col-lg-4 col-md-12 col-sm-12 mb-4 p-sm-0' : 'col-lg-12 col-md-12 col-sm-12 mb-4 p-sm-0'
13423
13432
  }, /*#__PURE__*/React.createElement("div", {
@@ -13437,7 +13446,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
13437
13446
  height: "20px",
13438
13447
  duration: "1s"
13439
13448
  })), FetchTabexStatesPayloadobjContext.country_id == '' && /*#__PURE__*/React.createElement(Select$2, {
13440
- placeholder: lang.choosecity,
13449
+ placeholder: '',
13441
13450
  styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
13442
13451
  isSearchable: true
13443
13452
  }), !fetchTabexCitiesQueryContext.isFetching && fetchTabexCitiesQueryContext.isSuccess && /*#__PURE__*/React.createElement(Select$2, {
@@ -13466,7 +13475,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
13466
13475
  payloadobjchange('cityid', option.id);
13467
13476
  },
13468
13477
  styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
13469
- placeholder: lang.choosecity,
13478
+ placeholder: '',
13470
13479
  isSearchable: true
13471
13480
  }))), sectionproperties.hideaddress == 'Show' && /*#__PURE__*/React.createElement("div", {
13472
13481
  className: 'col-lg-12 col-md-12 col-sm-12 mb-4 p-sm-0'
@@ -20029,10 +20038,10 @@ var CardsSection = function CardsSection(props) {
20029
20038
  borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
20030
20039
  borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
20031
20040
  borderColor: sectionproperties.sectioncardbordercolor,
20032
- border: sectionproperties.sectioncardborderwidth + 'px solid',
20033
- '@media (max-width: 600px)': {
20034
- paddingTop: sectionproperties.marginTopResp + 'px'
20035
- }
20041
+ border: sectionproperties.sectioncardborderwidth + 'px solid'
20042
+ // '@media (max-width: 600px)': {
20043
+ // paddingTop: sectionproperties.marginTopResp + 'px',
20044
+ // },
20036
20045
  }),
20037
20046
  filterbtn: css({
20038
20047
  width: sectionproperties.filterbtn_Width + 'px',
@@ -52436,7 +52445,7 @@ var ModernFooter = function ModernFooter(props) {
52436
52445
  function ownKeys$1v(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
52437
52446
  function _objectSpread$1v(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1v(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1v(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
52438
52447
  var Newsletterfooter = function Newsletterfooter(props) {
52439
- var _bgimagearrayofobjs$, _bgimagearrayofobjs$2, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17, _authdetailsContext$i20, _authdetailsContext$i23, _authdetailsContext$i25, _authdetailsContext$i27, _authdetailsContext$i29, _authdetailsContext$i31, _authdetailsContext$i34, _authdetailsContext$i39, _authdetailsContext$i40, _fetchcustomercartQue, _fetchcustomercartQue2;
52448
+ var _bgimagearrayofobjs$, _bgimagearrayofobjs$2, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17, _authdetailsContext$i20, _authdetailsContext$i23, _authdetailsContext$i26, _authdetailsContext$i28, _authdetailsContext$i30, _authdetailsContext$i32, _authdetailsContext$i34, _authdetailsContext$i37, _authdetailsContext$i42, _authdetailsContext$i43, _fetchcustomercartQue, _fetchcustomercartQue2;
52440
52449
  var _useState = useState(''),
52441
52450
  _useState2 = _slicedToArray(_useState, 2),
52442
52451
  sectionproperties = _useState2[0],
@@ -53052,56 +53061,67 @@ var Newsletterfooter = function Newsletterfooter(props) {
53052
53061
  }
53053
53062
  }, /*#__PURE__*/React.createElement(IoLogoTiktok, {
53054
53063
  size: sectionproperties.instgrambtniconfontsize
53055
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.linkedinlink) != null && /*#__PURE__*/React.createElement("p", {
53064
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.snapchatlink) != null && /*#__PURE__*/React.createElement("p", {
53056
53065
  "class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 mb-2 ',
53057
53066
  onClick: function onClick() {
53058
53067
  var _authdetailsContext$i24;
53059
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.linkedinlink, '_blank');
53068
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.snapchatlink) != null) {
53069
+ var _authdetailsContext$i25;
53070
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.snapchatlink, '_blank');
53071
+ }
53072
+ }
53073
+ }, /*#__PURE__*/React.createElement(FaSnapchat, {
53074
+ size: sectionproperties.instgrambtniconfontsize
53075
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.linkedinlink) != null && /*#__PURE__*/React.createElement("p", {
53076
+ "class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 mb-2 ',
53077
+ onClick: function onClick() {
53078
+ var _authdetailsContext$i27;
53079
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.linkedinlink, '_blank');
53060
53080
  }
53061
53081
  }, /*#__PURE__*/React.createElement(FaLinkedinIn, {
53062
53082
  size: sectionproperties.instgrambtniconfontsize
53063
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.pinterestlink) != null && /*#__PURE__*/React.createElement("p", {
53083
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.pinterestlink) != null && /*#__PURE__*/React.createElement("p", {
53064
53084
  "class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 mb-2 ',
53065
53085
  onClick: function onClick() {
53066
- var _authdetailsContext$i26;
53067
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.pinterestlink, '_blank');
53086
+ var _authdetailsContext$i29;
53087
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.pinterestlink, '_blank');
53068
53088
  }
53069
53089
  }, /*#__PURE__*/React.createElement(FaPinterestP, {
53070
53090
  size: sectionproperties.instgrambtniconfontsize
53071
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.behancelink) != null && /*#__PURE__*/React.createElement("p", {
53091
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.behancelink) != null && /*#__PURE__*/React.createElement("p", {
53072
53092
  "class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 mb-2 ',
53073
53093
  onClick: function onClick() {
53074
- var _authdetailsContext$i28;
53075
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.behancelink, '_blank');
53094
+ var _authdetailsContext$i31;
53095
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.behancelink, '_blank');
53076
53096
  }
53077
53097
  }, /*#__PURE__*/React.createElement(FaBehance, {
53078
53098
  size: sectionproperties.instgrambtniconfontsize
53079
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.tripadvisorlink) != null && /*#__PURE__*/React.createElement("p", {
53099
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i32 = authdetailsContext.instinfo) === null || _authdetailsContext$i32 === void 0 ? void 0 : _authdetailsContext$i32.tripadvisorlink) != null && /*#__PURE__*/React.createElement("p", {
53080
53100
  "class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 mb-2 ',
53081
53101
  onClick: function onClick() {
53082
- var _authdetailsContext$i30;
53083
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.tripadvisorlink, '_blank');
53102
+ var _authdetailsContext$i33;
53103
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.tripadvisorlink, '_blank');
53084
53104
  }
53085
53105
  }, /*#__PURE__*/React.createElement(FaTripadvisor, {
53086
53106
  size: sectionproperties.instgrambtniconfontsize
53087
- })), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.whatsappnumber) != null && /*#__PURE__*/React.createElement("p", {
53107
+ })), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.whatsappnumber) != null && /*#__PURE__*/React.createElement("p", {
53088
53108
  "class": footerStyles.youtube_btn + ' m-0 p-0 allcentered mx-2 mb-2 ',
53089
53109
  onClick: function onClick() {
53090
- var _authdetailsContext$i32;
53091
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i32 = authdetailsContext.instinfo) === null || _authdetailsContext$i32 === void 0 ? void 0 : _authdetailsContext$i32.whatsappnumber) != null) {
53092
- var _authdetailsContext$i33;
53093
- window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.whatsappnumber), '_blank');
53110
+ var _authdetailsContext$i35;
53111
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.whatsappnumber) != null) {
53112
+ var _authdetailsContext$i36;
53113
+ window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i36 = authdetailsContext.instinfo) === null || _authdetailsContext$i36 === void 0 ? void 0 : _authdetailsContext$i36.whatsappnumber), '_blank');
53094
53114
  }
53095
53115
  }
53096
53116
  }, /*#__PURE__*/React.createElement(FaWhatsapp, {
53097
53117
  size: sectionproperties.youtubebtniconfontsize
53098
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.googlemapslink) != null && /*#__PURE__*/React.createElement("p", {
53118
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.googlemapslink) != null && /*#__PURE__*/React.createElement("p", {
53099
53119
  "class": footerStyles.youtube_btn + ' m-0 p-0 allcentered mx-2 mb-2 ',
53100
53120
  onClick: function onClick() {
53101
- var _authdetailsContext$i35;
53102
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.googlemapslink) != null) {
53103
- var _authdetailsContext$i36;
53104
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i36 = authdetailsContext.instinfo) === null || _authdetailsContext$i36 === void 0 ? void 0 : _authdetailsContext$i36.googlemapslink, '_blank');
53121
+ var _authdetailsContext$i38;
53122
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i38 = authdetailsContext.instinfo) === null || _authdetailsContext$i38 === void 0 ? void 0 : _authdetailsContext$i38.googlemapslink) != null) {
53123
+ var _authdetailsContext$i39;
53124
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.googlemapslink, '_blank');
53105
53125
  }
53106
53126
  }
53107
53127
  }, /*#__PURE__*/React.createElement(IoLocationSharp, {
@@ -53121,15 +53141,15 @@ var Newsletterfooter = function Newsletterfooter(props) {
53121
53141
  "class": langdetect == 'en' ? "".concat(footerStyles.apptore) + ' d-flex justify-content-center align-items-center cursor-pointer mr-2 ' : "".concat(footerStyles.apptore) + ' d-flex justify-content-center align-items-center cursor-pointer ml-2 ',
53122
53142
  src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
53123
53143
  onClick: function onClick() {
53124
- var _authdetailsContext$i37;
53125
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.mobileapplink_appstore, '_blank');
53144
+ var _authdetailsContext$i40;
53145
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i40 = authdetailsContext.instinfo) === null || _authdetailsContext$i40 === void 0 ? void 0 : _authdetailsContext$i40.mobileapplink_appstore, '_blank');
53126
53146
  }
53127
53147
  }), sectionproperties.showplaystore == 'Show' && /*#__PURE__*/React.createElement("img", {
53128
53148
  "class": "".concat(footerStyles.googleplay) + ' d-flex justify-content-center align-items-center cursor-pointer mx-2 ',
53129
53149
  src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
53130
53150
  onClick: function onClick() {
53131
- var _authdetailsContext$i38;
53132
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i38 = authdetailsContext.instinfo) === null || _authdetailsContext$i38 === void 0 ? void 0 : _authdetailsContext$i38.mobileapplink_playstore, '_blank');
53151
+ var _authdetailsContext$i41;
53152
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i41 = authdetailsContext.instinfo) === null || _authdetailsContext$i41 === void 0 ? void 0 : _authdetailsContext$i41.mobileapplink_playstore, '_blank');
53133
53153
  }
53134
53154
  }))), sectionproperties.showfooteraddress == 'Show' && sectionproperties.storeinfostyle == 'Style 2' && /*#__PURE__*/React.createElement("div", {
53135
53155
  "class": "row m-0 w-100 d-flex flex-row justify-content-start align-items-center mt-4"
@@ -53146,7 +53166,7 @@ var Newsletterfooter = function Newsletterfooter(props) {
53146
53166
  "class": ' h-100 d-flex align-items-center justify-content-center mr-2 ml-2 '
53147
53167
  }, /*#__PURE__*/React.createElement(IoLocationSharp, {
53148
53168
  size: 30
53149
- })), langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.address_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i40 = authdetailsContext.instinfo) === null || _authdetailsContext$i40 === void 0 ? void 0 : _authdetailsContext$i40.address_ar)))), sectionproperties.showpaymentfooter == 'Show' && /*#__PURE__*/React.createElement("div", {
53169
+ })), langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i42 = authdetailsContext.instinfo) === null || _authdetailsContext$i42 === void 0 ? void 0 : _authdetailsContext$i42.address_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i43 = authdetailsContext.instinfo) === null || _authdetailsContext$i43 === void 0 ? void 0 : _authdetailsContext$i43.address_ar)))), sectionproperties.showpaymentfooter == 'Show' && /*#__PURE__*/React.createElement("div", {
53150
53170
  "class": "col-lg-12 p-0 d-block my-3"
53151
53171
  }, /*#__PURE__*/React.createElement("hr", {
53152
53172
  "class": "m-0 p-0"
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/possibleConstructorReturn'), require('@babel/runtime/helpers/getPrototypeOf'), require('@babel/runtime/helpers/inherits'), 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('imagekitio-react'), require('@babel/runtime/helpers/toConsumableArray'), 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-icons/all-files/fa/FaWhatsapp'), require('@react-icons/all-files/io5/IoCall'), require('@react-icons/all-files/fa/FaPlus'), require('@react-icons/all-files/fa/FaMinus'), require('@react-icons/all-files/fi/FiBox'), require('react-slideshow-image'), require('@react-icons/all-files/ri/RiArrowGoBackLine'), require('react-accessible-accordion'), require('react-share'), require('@react-icons/all-files/fi/FiMinus'), require('@react-icons/all-files/fi/FiPlus'), require('react-rating-stars-component'), require('@react-icons/all-files/fi/FiLayers'), require('@react-icons/all-files/hi/HiOutlinePlusCircle'), require('@react-icons/all-files/hi/HiOutlineMinusCircle'), require('react-textarea-autosize'), require('@mui/system'), require('@react-icons/all-files/ai/AiOutlineClockCircle'), require('@react-icons/all-files/ai/AiOutlinePlus'), require('@react-icons/all-files/ai/AiOutlineCheck'), require('react-datepicker'), require('@react-icons/all-files/fi/FiCalendar'), require('react-horizontal-scrolling-menu'), require('@mui/material'), 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-player'), 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-bootstrap/Dropdown'), require('@babel/runtime/helpers/asyncToGenerator'), require('@babel/runtime/regenerator'), 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-select'), 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-icons/all-files/io/IoIosArrowRoundForward'), require('@react-icons/all-files/io/IoIosArrowRoundBack'), require('@react-icons/all-files/fi/FiChevronUp'), require('@react-icons/all-files/fi/FiChevronDown'), require('@react-icons/all-files/hi/HiOutlinePlus'), require('@react-icons/all-files/ai/AiOutlineMinus'), require('react-router-dom'), require('react-query'), require('@react-icons/all-files/io5/IoBagCheckOutline'), require('@react-icons/all-files/io5/IoBagRemoveOutline'), require('react-input-range'), require('react-intersection-observer'), require('@react-icons/all-files/fi/FiFilter'), require('@react-icons/all-files/fi/FiSliders'), 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/fa/FaFacebook'), require('@react-icons/all-files/ai/AiFillInstagram'), 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/ai/AiOutlineClose'), require('@react-icons/all-files/vsc/VscMenu'), require('@react-icons/all-files/vsc/VscHeart'), require('@react-icons/all-files/io5/IoSearchOutline'), require('@react-icons/all-files/ai/AiFillYoutube'), require('@react-icons/all-files/io5/IoLogoTiktok'), require('@react-icons/all-files/fa/FaLinkedinIn'), require('@react-icons/all-files/fa/FaMap'), require('@react-icons/all-files/fi/FiMenu'), require('@react-icons/all-files/bs/BsChevronDown'), require('@react-icons/all-files/io5/IoClose'), 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/AiOutlinePhone'), 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/ri/RiUserSettingsLine'), require('@react-icons/all-files/hi/HiUserCircle'), require('@react-icons/all-files/bs/BsInfoCircle'), require('@react-icons/all-files/ai/AiFillPhone'), 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/fi/FiGlobe'), require('@react-icons/all-files/fi/FiArrowUpRight'), require('@react-icons/all-files/bi/BiUserCircle'), require('@react-icons/all-files/fi/FiArrowUpLeft'), require('@react-icons/all-files/go/GoLocation'), require('@react-icons/all-files/fa/FaSnapchat'), require('@react-icons/all-files/ri/RiRoadMapLine'), require('@react-icons/all-files/hi/HiOutlineClock'), require('@react-icons/all-files/fa/FaGoogle'), require('@react-icons/all-files/ai/AiOutlineLinkedin'), require('@react-icons/all-files/fa/FaPinterestP'), require('@react-icons/all-files/fa/FaTripadvisor'), require('@react-icons/all-files/fa/FaBehance'), require('@react-icons/all-files/fi/FiHome'), require('@react-icons/all-files/fa/FaArrowAltCircleRight'), require('@react-icons/all-files/fa/FaArrowAltCircleLeft'), require('@react-icons/all-files/go/GoStar'), require('@react-icons/all-files/io/IoIosStar'), require('react-countdown-circle-timer'), require('react-background-slideshow'), require('@babel/runtime/helpers/extends'), 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/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/possibleConstructorReturn', '@babel/runtime/helpers/getPrototypeOf', '@babel/runtime/helpers/inherits', '@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', 'imagekitio-react', '@babel/runtime/helpers/toConsumableArray', '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-icons/all-files/fa/FaWhatsapp', '@react-icons/all-files/io5/IoCall', '@react-icons/all-files/fa/FaPlus', '@react-icons/all-files/fa/FaMinus', '@react-icons/all-files/fi/FiBox', 'react-slideshow-image', '@react-icons/all-files/ri/RiArrowGoBackLine', 'react-accessible-accordion', 'react-share', '@react-icons/all-files/fi/FiMinus', '@react-icons/all-files/fi/FiPlus', 'react-rating-stars-component', '@react-icons/all-files/fi/FiLayers', '@react-icons/all-files/hi/HiOutlinePlusCircle', '@react-icons/all-files/hi/HiOutlineMinusCircle', 'react-textarea-autosize', '@mui/system', '@react-icons/all-files/ai/AiOutlineClockCircle', '@react-icons/all-files/ai/AiOutlinePlus', '@react-icons/all-files/ai/AiOutlineCheck', 'react-datepicker', '@react-icons/all-files/fi/FiCalendar', 'react-horizontal-scrolling-menu', '@mui/material', '@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-player', '@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-bootstrap/Dropdown', '@babel/runtime/helpers/asyncToGenerator', '@babel/runtime/regenerator', '@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-select', '@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-icons/all-files/io/IoIosArrowRoundForward', '@react-icons/all-files/io/IoIosArrowRoundBack', '@react-icons/all-files/fi/FiChevronUp', '@react-icons/all-files/fi/FiChevronDown', '@react-icons/all-files/hi/HiOutlinePlus', '@react-icons/all-files/ai/AiOutlineMinus', 'react-router-dom', 'react-query', '@react-icons/all-files/io5/IoBagCheckOutline', '@react-icons/all-files/io5/IoBagRemoveOutline', 'react-input-range', 'react-intersection-observer', '@react-icons/all-files/fi/FiFilter', '@react-icons/all-files/fi/FiSliders', '@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/fa/FaFacebook', '@react-icons/all-files/ai/AiFillInstagram', '@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/ai/AiOutlineClose', '@react-icons/all-files/vsc/VscMenu', '@react-icons/all-files/vsc/VscHeart', '@react-icons/all-files/io5/IoSearchOutline', '@react-icons/all-files/ai/AiFillYoutube', '@react-icons/all-files/io5/IoLogoTiktok', '@react-icons/all-files/fa/FaLinkedinIn', '@react-icons/all-files/fa/FaMap', '@react-icons/all-files/fi/FiMenu', '@react-icons/all-files/bs/BsChevronDown', '@react-icons/all-files/io5/IoClose', '@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/AiOutlinePhone', '@react-icons/all-files/go/GoSearch', '@react-icons/all-files/ai/AiOutlineInstagram', '@react-icons/all-files/md/MdKeyboardArrowUp', '@react-icons/all-files/ri/RiUserSettingsLine', '@react-icons/all-files/hi/HiUserCircle', '@react-icons/all-files/bs/BsInfoCircle', '@react-icons/all-files/ai/AiFillPhone', '@react-icons/all-files/fa/FaTelegramPlane', '@react-icons/all-files/fa/FaPhoneAlt', '@react-icons/all-files/fa/FaPhone', '@react-icons/all-files/fi/FiGlobe', '@react-icons/all-files/fi/FiArrowUpRight', '@react-icons/all-files/bi/BiUserCircle', '@react-icons/all-files/fi/FiArrowUpLeft', '@react-icons/all-files/go/GoLocation', '@react-icons/all-files/fa/FaSnapchat', '@react-icons/all-files/ri/RiRoadMapLine', '@react-icons/all-files/hi/HiOutlineClock', '@react-icons/all-files/fa/FaGoogle', '@react-icons/all-files/ai/AiOutlineLinkedin', '@react-icons/all-files/fa/FaPinterestP', '@react-icons/all-files/fa/FaTripadvisor', '@react-icons/all-files/fa/FaBehance', '@react-icons/all-files/fi/FiHome', '@react-icons/all-files/fa/FaArrowAltCircleRight', '@react-icons/all-files/fa/FaArrowAltCircleLeft', '@react-icons/all-files/go/GoStar', '@react-icons/all-files/io/IoIosStar', 'react-countdown-circle-timer', 'react-background-slideshow', '@babel/runtime/helpers/extends', '@react-icons/all-files/hi/HiOutlineLocationMarker', '@react-icons/all-files/fi/FiPhoneCall', '@react-icons/all-files/fa/FaRegEye', '@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._possibleConstructorReturn, global._getPrototypeOf, global._inherits, global._defineProperty, global.Cookies, global.reactCssfxLoading, global.glamor, global.google, global.jwtDecode, global.FacebookLogin, global.FaFacebookF, global.AiOutlineUser, global.IoMdClose, global.reactBootstrap, global.imagekitioReact, global._toConsumableArray, global.ImageGallery, global.MdAddShoppingCart, global.IoBagHandleOutline, global.BsBag, global.CgShoppingBag, global.FaRegHeart, global.FaHeart$1, global.FiShoppingBag, global.FiShoppingCart, global.AiFillStar$1, global.AiOutlineStar, global.FaWhatsapp, null, global.FaPlus, global.FaMinus, global.FiBox$1, global.reactSlideshowImage, global.RiArrowGoBackLine, global.reactAccessibleAccordion, global.reactShare, global.FiMinus, global.FiPlus, global.ReactStars, global.FiLayers, global.HiOutlinePlusCircle, null, global.TextareaAutosize, null, global.AiOutlineClockCircle, global.AiOutlinePlus, global.AiOutlineCheck, global.DatePicker, global.FiCalendar, global.reactHorizontalScrollingMenu, global.material, global.HiOutlinePhone, global.AiOutlineMail, global.FaShippingFast, global.RiSecurePaymentLine, global.ReactPlayer, global.AiOutlineSecurityScan, global.FaStar, global.IoLocationSharp, global.HiOutlineChevronRight, global.HiOutlineChevronLeft, global.GoGlobe, global.VscGlobe, global.Dropdown, global._asyncToGenerator, global._regeneratorRuntime, global.HiUser, global.GrMail, global.FiCheckCircle, global.BiPhone, global.PhoneInput, global.Select$4, global.BsChevronLeft, global.BsChevronRight, null, null, null, null, global.FiChevronUp, global.FiChevronDown, global.HiOutlinePlus, global.AiOutlineMinus, null, null, global.IoBagCheckOutline, global.IoBagRemoveOutline, global.InputRange, global.reactIntersectionObserver, global.FiFilter, global.FiSliders, global.FiChevronLeft, global.FiChevronRight, global.HiOutlineArrowRight, global.HiOutlineArrowLeft, global.ReactPaginate, global.FaFacebook, global.AiFillInstagram, 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.AiOutlineClose, global.VscMenu, global.VscHeart, global.IoSearchOutline, global.AiFillYoutube, global.IoLogoTiktok, global.FaLinkedinIn, global.FaMap, global.FiMenu, global.BsChevronDown, global.IoClose, global.BiSearch, global.FiUser, global.AiOutlineHeart, global.FiPhone, global.HiMenuAlt4, global.FiSearch, global.BsSearch, global.AiOutlinePhone, global.GoSearch, global.AiOutlineInstagram, global.MdKeyboardArrowUp, global.RiUserSettingsLine, global.HiUserCircle, global.BsInfoCircle, global.AiFillPhone, global.FaTelegramPlane, global.FaPhoneAlt, global.FaPhone, global.FiGlobe, global.FiArrowUpRight, global.BiUserCircle, global.FiArrowUpLeft, global.GoLocation, global.FaSnapchat, global.RiRoadMapLine, global.HiOutlineClock, global.FaGoogle, global.AiOutlineLinkedin, global.FaPinterestP, global.FaTripadvisor, global.FaBehance, global.FiHome, global.FaArrowAltCircleRight, global.FaArrowAltCircleLeft, global.GoStar, global.IoIosStar, global.reactCountdownCircleTimer, global.BackgroundSlideshow, global._extends, global.HiOutlineLocationMarker, global.FiPhoneCall, global.FaRegEye, global.BsArrowRight, global.BsArrowLeft, global.BsEye, global.BiTimeFive, global.IoIosArrowUp));
5
- })(this, (function (_slicedToArray, React, _classCallCheck, _createClass, _possibleConstructorReturn, _getPrototypeOf, _inherits, _defineProperty, Cookies, reactCssfxLoading, glamor, google, jwtDecode, FacebookLogin, FaFacebookF, AiOutlineUser, IoMdClose, reactBootstrap, imagekitioReact, _toConsumableArray, ImageGallery, MdAddShoppingCart, IoBagHandleOutline, BsBag, CgShoppingBag, FaRegHeart, FaHeart$1, FiShoppingBag, FiShoppingCart, AiFillStar$1, AiOutlineStar, FaWhatsapp, IoCall, FaPlus, FaMinus, FiBox$1, reactSlideshowImage, RiArrowGoBackLine, reactAccessibleAccordion, reactShare, FiMinus, FiPlus, ReactStars, FiLayers, HiOutlinePlusCircle, HiOutlineMinusCircle, TextareaAutosize, system, AiOutlineClockCircle, AiOutlinePlus, AiOutlineCheck, DatePicker, FiCalendar, reactHorizontalScrollingMenu, material, HiOutlinePhone, AiOutlineMail, FaShippingFast, RiSecurePaymentLine, ReactPlayer, AiOutlineSecurityScan, FaStar, IoLocationSharp, HiOutlineChevronRight, HiOutlineChevronLeft, GoGlobe, VscGlobe, Dropdown, _asyncToGenerator, _regeneratorRuntime, HiUser, GrMail, FiCheckCircle, BiPhone, PhoneInput, Select$4, BsChevronLeft, BsChevronRight, RiArrowUpSLine, RiArrowDownSLine, IoIosArrowRoundForward, IoIosArrowRoundBack, FiChevronUp, FiChevronDown, HiOutlinePlus, AiOutlineMinus, reactRouterDom, reactQuery, IoBagCheckOutline, IoBagRemoveOutline, InputRange, reactIntersectionObserver, FiFilter, FiSliders, FiChevronLeft, FiChevronRight, HiOutlineArrowRight, HiOutlineArrowLeft, ReactPaginate, FaFacebook, AiFillInstagram, BiGlobe, MdKeyboardArrowDown, FaMoneyBillWave, BiLogOutCircle, BiChevronDown, BiUser, AiOutlineLogin, AiOutlineUserAdd, RiSearchLine, CgMenuLeft, CgMenuRight, HiOutlineShoppingBag, RiHandbagLine, AiOutlineClose, VscMenu, VscHeart, IoSearchOutline, AiFillYoutube, IoLogoTiktok, FaLinkedinIn, FaMap, FiMenu, BsChevronDown, IoClose, BiSearch, FiUser, AiOutlineHeart, FiPhone, HiMenuAlt4, FiSearch, BsSearch, AiOutlinePhone, GoSearch, AiOutlineInstagram, MdKeyboardArrowUp, RiUserSettingsLine, HiUserCircle, BsInfoCircle, AiFillPhone, FaTelegramPlane, FaPhoneAlt, FaPhone, FiGlobe, FiArrowUpRight, BiUserCircle, FiArrowUpLeft, GoLocation, FaSnapchat, RiRoadMapLine, HiOutlineClock, FaGoogle, AiOutlineLinkedin, FaPinterestP, FaTripadvisor, FaBehance, FiHome, FaArrowAltCircleRight, FaArrowAltCircleLeft, GoStar, IoIosStar, reactCountdownCircleTimer, BackgroundSlideshow, _extends, HiOutlineLocationMarker, FiPhoneCall, FaRegEye, 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/possibleConstructorReturn'), require('@babel/runtime/helpers/getPrototypeOf'), require('@babel/runtime/helpers/inherits'), 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('imagekitio-react'), require('@babel/runtime/helpers/toConsumableArray'), 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-icons/all-files/fa/FaWhatsapp'), require('@react-icons/all-files/io5/IoCall'), require('@react-icons/all-files/fa/FaPlus'), require('@react-icons/all-files/fa/FaMinus'), require('@react-icons/all-files/fi/FiBox'), require('react-slideshow-image'), require('@react-icons/all-files/ri/RiArrowGoBackLine'), require('react-accessible-accordion'), require('react-share'), require('@react-icons/all-files/fi/FiMinus'), require('@react-icons/all-files/fi/FiPlus'), require('react-rating-stars-component'), require('@react-icons/all-files/fi/FiLayers'), require('@react-icons/all-files/hi/HiOutlinePlusCircle'), require('@react-icons/all-files/hi/HiOutlineMinusCircle'), require('react-textarea-autosize'), require('@mui/system'), require('@react-icons/all-files/ai/AiOutlineClockCircle'), require('@react-icons/all-files/ai/AiOutlinePlus'), require('@react-icons/all-files/ai/AiOutlineCheck'), require('react-datepicker'), require('@react-icons/all-files/fi/FiCalendar'), require('react-horizontal-scrolling-menu'), require('@mui/material'), 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-player'), 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-bootstrap/Dropdown'), require('@babel/runtime/helpers/asyncToGenerator'), require('@babel/runtime/regenerator'), 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-select'), require('react-phone-input-2'), 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-icons/all-files/io/IoIosArrowRoundForward'), require('@react-icons/all-files/io/IoIosArrowRoundBack'), require('@react-icons/all-files/fi/FiChevronUp'), require('@react-icons/all-files/fi/FiChevronDown'), require('@react-icons/all-files/hi/HiOutlinePlus'), require('@react-icons/all-files/ai/AiOutlineMinus'), require('react-router-dom'), require('react-query'), require('@react-icons/all-files/io5/IoBagCheckOutline'), require('@react-icons/all-files/io5/IoBagRemoveOutline'), require('react-input-range'), require('react-intersection-observer'), require('@react-icons/all-files/fi/FiFilter'), require('@react-icons/all-files/fi/FiSliders'), 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/fa/FaFacebook'), require('@react-icons/all-files/ai/AiFillInstagram'), 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/ai/AiOutlineClose'), require('@react-icons/all-files/vsc/VscMenu'), require('@react-icons/all-files/vsc/VscHeart'), require('@react-icons/all-files/io5/IoSearchOutline'), require('@react-icons/all-files/ai/AiFillYoutube'), require('@react-icons/all-files/io5/IoLogoTiktok'), require('@react-icons/all-files/fa/FaLinkedinIn'), require('@react-icons/all-files/fa/FaMap'), require('@react-icons/all-files/fi/FiMenu'), require('@react-icons/all-files/bs/BsChevronDown'), require('@react-icons/all-files/io5/IoClose'), 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/AiOutlinePhone'), 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/ri/RiUserSettingsLine'), require('@react-icons/all-files/hi/HiUserCircle'), require('@react-icons/all-files/bs/BsInfoCircle'), require('@react-icons/all-files/ai/AiFillPhone'), 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/fi/FiGlobe'), require('@react-icons/all-files/fi/FiArrowUpRight'), require('@react-icons/all-files/bi/BiUserCircle'), require('@react-icons/all-files/fi/FiArrowUpLeft'), require('@react-icons/all-files/go/GoLocation'), require('@react-icons/all-files/fa/FaSnapchat'), require('@react-icons/all-files/ri/RiRoadMapLine'), require('@react-icons/all-files/hi/HiOutlineClock'), require('@react-icons/all-files/fa/FaGoogle'), require('@react-icons/all-files/ai/AiOutlineLinkedin'), require('@react-icons/all-files/fa/FaPinterestP'), require('@react-icons/all-files/fa/FaTripadvisor'), require('@react-icons/all-files/fa/FaBehance'), require('@react-icons/all-files/fi/FiHome'), require('@react-icons/all-files/fa/FaArrowAltCircleRight'), require('@react-icons/all-files/fa/FaArrowAltCircleLeft'), require('@react-icons/all-files/go/GoStar'), require('@react-icons/all-files/io/IoIosStar'), require('react-countdown-circle-timer'), require('react-background-slideshow'), require('@babel/runtime/helpers/extends'), 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/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/possibleConstructorReturn', '@babel/runtime/helpers/getPrototypeOf', '@babel/runtime/helpers/inherits', '@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', 'imagekitio-react', '@babel/runtime/helpers/toConsumableArray', '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-icons/all-files/fa/FaWhatsapp', '@react-icons/all-files/io5/IoCall', '@react-icons/all-files/fa/FaPlus', '@react-icons/all-files/fa/FaMinus', '@react-icons/all-files/fi/FiBox', 'react-slideshow-image', '@react-icons/all-files/ri/RiArrowGoBackLine', 'react-accessible-accordion', 'react-share', '@react-icons/all-files/fi/FiMinus', '@react-icons/all-files/fi/FiPlus', 'react-rating-stars-component', '@react-icons/all-files/fi/FiLayers', '@react-icons/all-files/hi/HiOutlinePlusCircle', '@react-icons/all-files/hi/HiOutlineMinusCircle', 'react-textarea-autosize', '@mui/system', '@react-icons/all-files/ai/AiOutlineClockCircle', '@react-icons/all-files/ai/AiOutlinePlus', '@react-icons/all-files/ai/AiOutlineCheck', 'react-datepicker', '@react-icons/all-files/fi/FiCalendar', 'react-horizontal-scrolling-menu', '@mui/material', '@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-player', '@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-bootstrap/Dropdown', '@babel/runtime/helpers/asyncToGenerator', '@babel/runtime/regenerator', '@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-select', 'react-phone-input-2', '@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-icons/all-files/io/IoIosArrowRoundForward', '@react-icons/all-files/io/IoIosArrowRoundBack', '@react-icons/all-files/fi/FiChevronUp', '@react-icons/all-files/fi/FiChevronDown', '@react-icons/all-files/hi/HiOutlinePlus', '@react-icons/all-files/ai/AiOutlineMinus', 'react-router-dom', 'react-query', '@react-icons/all-files/io5/IoBagCheckOutline', '@react-icons/all-files/io5/IoBagRemoveOutline', 'react-input-range', 'react-intersection-observer', '@react-icons/all-files/fi/FiFilter', '@react-icons/all-files/fi/FiSliders', '@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/fa/FaFacebook', '@react-icons/all-files/ai/AiFillInstagram', '@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/ai/AiOutlineClose', '@react-icons/all-files/vsc/VscMenu', '@react-icons/all-files/vsc/VscHeart', '@react-icons/all-files/io5/IoSearchOutline', '@react-icons/all-files/ai/AiFillYoutube', '@react-icons/all-files/io5/IoLogoTiktok', '@react-icons/all-files/fa/FaLinkedinIn', '@react-icons/all-files/fa/FaMap', '@react-icons/all-files/fi/FiMenu', '@react-icons/all-files/bs/BsChevronDown', '@react-icons/all-files/io5/IoClose', '@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/AiOutlinePhone', '@react-icons/all-files/go/GoSearch', '@react-icons/all-files/ai/AiOutlineInstagram', '@react-icons/all-files/md/MdKeyboardArrowUp', '@react-icons/all-files/ri/RiUserSettingsLine', '@react-icons/all-files/hi/HiUserCircle', '@react-icons/all-files/bs/BsInfoCircle', '@react-icons/all-files/ai/AiFillPhone', '@react-icons/all-files/fa/FaTelegramPlane', '@react-icons/all-files/fa/FaPhoneAlt', '@react-icons/all-files/fa/FaPhone', '@react-icons/all-files/fi/FiGlobe', '@react-icons/all-files/fi/FiArrowUpRight', '@react-icons/all-files/bi/BiUserCircle', '@react-icons/all-files/fi/FiArrowUpLeft', '@react-icons/all-files/go/GoLocation', '@react-icons/all-files/fa/FaSnapchat', '@react-icons/all-files/ri/RiRoadMapLine', '@react-icons/all-files/hi/HiOutlineClock', '@react-icons/all-files/fa/FaGoogle', '@react-icons/all-files/ai/AiOutlineLinkedin', '@react-icons/all-files/fa/FaPinterestP', '@react-icons/all-files/fa/FaTripadvisor', '@react-icons/all-files/fa/FaBehance', '@react-icons/all-files/fi/FiHome', '@react-icons/all-files/fa/FaArrowAltCircleRight', '@react-icons/all-files/fa/FaArrowAltCircleLeft', '@react-icons/all-files/go/GoStar', '@react-icons/all-files/io/IoIosStar', 'react-countdown-circle-timer', 'react-background-slideshow', '@babel/runtime/helpers/extends', '@react-icons/all-files/hi/HiOutlineLocationMarker', '@react-icons/all-files/fi/FiPhoneCall', '@react-icons/all-files/fa/FaRegEye', '@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._possibleConstructorReturn, global._getPrototypeOf, global._inherits, global._defineProperty, global.Cookies, global.reactCssfxLoading, global.glamor, global.google, global.jwtDecode, global.FacebookLogin, global.FaFacebookF, global.AiOutlineUser, global.IoMdClose, global.reactBootstrap, global.imagekitioReact, global._toConsumableArray, global.ImageGallery, global.MdAddShoppingCart, global.IoBagHandleOutline, global.BsBag, global.CgShoppingBag, global.FaRegHeart, global.FaHeart$1, global.FiShoppingBag, global.FiShoppingCart, global.AiFillStar$1, global.AiOutlineStar, global.FaWhatsapp, null, global.FaPlus, global.FaMinus, global.FiBox$1, global.reactSlideshowImage, global.RiArrowGoBackLine, global.reactAccessibleAccordion, global.reactShare, global.FiMinus, global.FiPlus, global.ReactStars, global.FiLayers, global.HiOutlinePlusCircle, null, global.TextareaAutosize, null, global.AiOutlineClockCircle, global.AiOutlinePlus, global.AiOutlineCheck, global.DatePicker, global.FiCalendar, global.reactHorizontalScrollingMenu, global.material, global.HiOutlinePhone, global.AiOutlineMail, global.FaShippingFast, global.RiSecurePaymentLine, global.ReactPlayer, global.AiOutlineSecurityScan, global.FaStar, global.IoLocationSharp, global.HiOutlineChevronRight, global.HiOutlineChevronLeft, global.GoGlobe, global.VscGlobe, global.Dropdown, global._asyncToGenerator, global._regeneratorRuntime, global.HiUser, global.GrMail, global.FiCheckCircle, global.BiPhone, global.Select$4, global.PhoneInput, global.BsChevronLeft, global.BsChevronRight, null, null, null, null, global.FiChevronUp, global.FiChevronDown, global.HiOutlinePlus, global.AiOutlineMinus, null, null, global.IoBagCheckOutline, global.IoBagRemoveOutline, global.InputRange, global.reactIntersectionObserver, global.FiFilter, global.FiSliders, global.FiChevronLeft, global.FiChevronRight, global.HiOutlineArrowRight, global.HiOutlineArrowLeft, global.ReactPaginate, global.FaFacebook, global.AiFillInstagram, 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.AiOutlineClose, global.VscMenu, global.VscHeart, global.IoSearchOutline, global.AiFillYoutube, global.IoLogoTiktok, global.FaLinkedinIn, global.FaMap, global.FiMenu, global.BsChevronDown, global.IoClose, global.BiSearch, global.FiUser, global.AiOutlineHeart, global.FiPhone, global.HiMenuAlt4, global.FiSearch, global.BsSearch, global.AiOutlinePhone, global.GoSearch, global.AiOutlineInstagram, global.MdKeyboardArrowUp, global.RiUserSettingsLine, global.HiUserCircle, global.BsInfoCircle, global.AiFillPhone, global.FaTelegramPlane, global.FaPhoneAlt, global.FaPhone, global.FiGlobe, global.FiArrowUpRight, global.BiUserCircle, global.FiArrowUpLeft, global.GoLocation, global.FaSnapchat, global.RiRoadMapLine, global.HiOutlineClock, global.FaGoogle, global.AiOutlineLinkedin, global.FaPinterestP, global.FaTripadvisor, global.FaBehance, global.FiHome, global.FaArrowAltCircleRight, global.FaArrowAltCircleLeft, global.GoStar, global.IoIosStar, global.reactCountdownCircleTimer, global.BackgroundSlideshow, global._extends, global.HiOutlineLocationMarker, global.FiPhoneCall, global.FaRegEye, global.BsArrowRight, global.BsArrowLeft, global.BsEye, global.BiTimeFive, global.IoIosArrowUp));
5
+ })(this, (function (_slicedToArray, React, _classCallCheck, _createClass, _possibleConstructorReturn, _getPrototypeOf, _inherits, _defineProperty, Cookies, reactCssfxLoading, glamor, google, jwtDecode, FacebookLogin, FaFacebookF, AiOutlineUser, IoMdClose, reactBootstrap, imagekitioReact, _toConsumableArray, ImageGallery, MdAddShoppingCart, IoBagHandleOutline, BsBag, CgShoppingBag, FaRegHeart, FaHeart$1, FiShoppingBag, FiShoppingCart, AiFillStar$1, AiOutlineStar, FaWhatsapp, IoCall, FaPlus, FaMinus, FiBox$1, reactSlideshowImage, RiArrowGoBackLine, reactAccessibleAccordion, reactShare, FiMinus, FiPlus, ReactStars, FiLayers, HiOutlinePlusCircle, HiOutlineMinusCircle, TextareaAutosize, system, AiOutlineClockCircle, AiOutlinePlus, AiOutlineCheck, DatePicker, FiCalendar, reactHorizontalScrollingMenu, material, HiOutlinePhone, AiOutlineMail, FaShippingFast, RiSecurePaymentLine, ReactPlayer, AiOutlineSecurityScan, FaStar, IoLocationSharp, HiOutlineChevronRight, HiOutlineChevronLeft, GoGlobe, VscGlobe, Dropdown, _asyncToGenerator, _regeneratorRuntime, HiUser, GrMail, FiCheckCircle, BiPhone, Select$4, PhoneInput, BsChevronLeft, BsChevronRight, RiArrowUpSLine, RiArrowDownSLine, IoIosArrowRoundForward, IoIosArrowRoundBack, FiChevronUp, FiChevronDown, HiOutlinePlus, AiOutlineMinus, reactRouterDom, reactQuery, IoBagCheckOutline, IoBagRemoveOutline, InputRange, reactIntersectionObserver, FiFilter, FiSliders, FiChevronLeft, FiChevronRight, HiOutlineArrowRight, HiOutlineArrowLeft, ReactPaginate, FaFacebook, AiFillInstagram, BiGlobe, MdKeyboardArrowDown, FaMoneyBillWave, BiLogOutCircle, BiChevronDown, BiUser, AiOutlineLogin, AiOutlineUserAdd, RiSearchLine, CgMenuLeft, CgMenuRight, HiOutlineShoppingBag, RiHandbagLine, AiOutlineClose, VscMenu, VscHeart, IoSearchOutline, AiFillYoutube, IoLogoTiktok, FaLinkedinIn, FaMap, FiMenu, BsChevronDown, IoClose, BiSearch, FiUser, AiOutlineHeart, FiPhone, HiMenuAlt4, FiSearch, BsSearch, AiOutlinePhone, GoSearch, AiOutlineInstagram, MdKeyboardArrowUp, RiUserSettingsLine, HiUserCircle, BsInfoCircle, AiFillPhone, FaTelegramPlane, FaPhoneAlt, FaPhone, FiGlobe, FiArrowUpRight, BiUserCircle, FiArrowUpLeft, GoLocation, FaSnapchat, RiRoadMapLine, HiOutlineClock, FaGoogle, AiOutlineLinkedin, FaPinterestP, FaTripadvisor, FaBehance, FiHome, FaArrowAltCircleRight, FaArrowAltCircleLeft, GoStar, IoIosStar, reactCountdownCircleTimer, BackgroundSlideshow, _extends, HiOutlineLocationMarker, FiPhoneCall, FaRegEye, 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
 
@@ -26,8 +26,8 @@
26
26
  var Dropdown__default = /*#__PURE__*/_interopDefaultLegacy(Dropdown);
27
27
  var _asyncToGenerator__default = /*#__PURE__*/_interopDefaultLegacy(_asyncToGenerator);
28
28
  var _regeneratorRuntime__default = /*#__PURE__*/_interopDefaultLegacy(_regeneratorRuntime);
29
- var PhoneInput__default = /*#__PURE__*/_interopDefaultLegacy(PhoneInput);
30
29
  var Select__default = /*#__PURE__*/_interopDefaultLegacy(Select$4);
30
+ var PhoneInput__default = /*#__PURE__*/_interopDefaultLegacy(PhoneInput);
31
31
  var InputRange__default = /*#__PURE__*/_interopDefaultLegacy(InputRange);
32
32
  var ReactPaginate__default = /*#__PURE__*/_interopDefaultLegacy(ReactPaginate);
33
33
  var BackgroundSlideshow__default = /*#__PURE__*/_interopDefaultLegacy(BackgroundSlideshow);
@@ -11473,9 +11473,10 @@
11473
11473
  }, langdetect == 'en' ? item.productinfo.name_en : item.productinfo.name_ar)), sectionproperties.producttype == 'Product' && sectionproperties.showquantity == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
11474
11474
  className: "col-lg-12 p-0 d-flex justify-content-start"
11475
11475
  }, /*#__PURE__*/React__default["default"].createElement("p", {
11476
- className: "m-0 p-0 font-weight-500 text-light w-100",
11476
+ className: "m-0 p-0 font-weight-500 w-100",
11477
11477
  style: {
11478
- textAlign: langdetect == 'en' ? 'left' : 'right'
11478
+ textAlign: langdetect == 'en' ? 'left' : 'right',
11479
+ color: sectionproperties.prodNameColor
11479
11480
  }
11480
11481
  }, lang.qty, ": ", item.quantity)), /*#__PURE__*/React__default["default"].createElement("div", {
11481
11482
  className: "col-lg-12 col-md-12 col-sm-12 d-flex mt-2 flex-column p-0"
@@ -11483,21 +11484,27 @@
11483
11484
  return /*#__PURE__*/React__default["default"].createElement("div", {
11484
11485
  "class": "row m-0 w-100"
11485
11486
  }, /*#__PURE__*/React__default["default"].createElement("div", {
11486
- className: "col-lg-12 col-md-12 col-sm-12 p-0 d-flex"
11487
+ className: "col-lg-12 col-md-12 col-sm-12 p-0 d-flex",
11488
+ style: {
11489
+ color: sectionproperties.prodNameColor
11490
+ }
11487
11491
  }, /*#__PURE__*/React__default["default"].createElement("p", {
11488
- className: 'text-capitalize text-dark m-0 p-0 font-weight-500 font-13 m-0 p-0 '
11492
+ className: 'text-capitalize m-0 p-0 font-weight-500 font-13 m-0 p-0 '
11489
11493
  }, variantitem.optionname, ":"), /*#__PURE__*/React__default["default"].createElement("p", {
11490
- className: ' text-capitalize text-dark font-weight-500 m-0 p-0 ml-1 mr-1 font-13 '
11494
+ className: ' text-capitalize font-weight-500 m-0 p-0 ml-1 mr-1 font-13 '
11491
11495
  }, (variantitem === null || variantitem === void 0 ? void 0 : variantitem.value_identifier) != null ? variantitem === null || variantitem === void 0 ? void 0 : variantitem.value_identifier : variantitem === null || variantitem === void 0 ? void 0 : variantitem.optionvalue)));
11492
11496
  }), item.product_extrafields != null && product_extrafields.map(function (extrafielditem, extrafieldindex) {
11493
11497
  return /*#__PURE__*/React__default["default"].createElement("div", {
11494
11498
  "class": "row m-0 w-100"
11495
11499
  }, /*#__PURE__*/React__default["default"].createElement("div", {
11496
- className: "col-lg-12 col-md-12 col-sm-12 p-0 d-flex"
11500
+ className: "col-lg-12 col-md-12 col-sm-12 p-0 d-flex",
11501
+ style: {
11502
+ color: sectionproperties.prodNameColor
11503
+ }
11497
11504
  }, /*#__PURE__*/React__default["default"].createElement("p", {
11498
- className: 'text-capitalize text-dark m-0 p-0 font-weight-500 font-13 m-0 p-0 '
11505
+ className: 'text-capitalize m-0 p-0 font-weight-500 font-13 m-0 p-0 '
11499
11506
  }, langdetect == 'en' ? extrafielditem.title_en : extrafielditem.title_ar, ":"), /*#__PURE__*/React__default["default"].createElement("p", {
11500
- className: ' text-capitalize text-dark font-weight-500 m-0 p-0 ml-1 mr-1 '
11507
+ className: ' text-capitalize font-weight-500 m-0 p-0 ml-1 mr-1 '
11501
11508
  }, " ", extrafielditem.value)));
11502
11509
  })))), sectionproperties.prodPriceshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
11503
11510
  className: "col-lg-3 col-md-3 col-sm-2 p-0"
@@ -12039,7 +12046,7 @@
12039
12046
  cartinfoupdater('countryid', option.id);
12040
12047
  },
12041
12048
  styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
12042
- placeholder: lang.choosecountry,
12049
+ placeholder: '',
12043
12050
  isSearchable: true
12044
12051
  })), sectionproperties.hidecountrystatecity == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
12045
12052
  className: sectionproperties.inputfieldcolor == '#ffffff' ? 'col-lg-4 col-md-12 mb-3 selectwhite' : 'col-lg-4 col-md-12 mb-3'
@@ -12099,7 +12106,7 @@
12099
12106
  }
12100
12107
  },
12101
12108
  styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
12102
- placeholder: lang.choosestategov,
12109
+ placeholder: '',
12103
12110
  isSearchable: true
12104
12111
  })), sectionproperties.hidecountrystatecity == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
12105
12112
  className: sectionproperties.inputfieldcolor == '#ffffff' ? 'col-lg-4 col-md-12 mb-3 selectwhite' : 'col-lg-4 col-md-12 mb-3'
@@ -12147,7 +12154,7 @@
12147
12154
  cartinfoupdater('cityid', option.id);
12148
12155
  },
12149
12156
  styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
12150
- placeholder: lang.choosecity,
12157
+ placeholder: '',
12151
12158
  isSearchable: true
12152
12159
  })), sectionproperties.hideaddress == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
12153
12160
  className: "col-lg-12 mb-3"
@@ -13197,6 +13204,7 @@
13197
13204
  height: "20px",
13198
13205
  duration: "1s"
13199
13206
  })), !fetchTabexCountriesQueryContext.isFetching && fetchTabexCountriesQueryContext.isSuccess && /*#__PURE__*/React__default["default"].createElement(Select$2, {
13207
+ placeholder: '',
13200
13208
  options: fetchTabexCountriesQueryContext.data.data.countries,
13201
13209
  getOptionLabel: function getOptionLabel(option) {
13202
13210
  var crname = '';
@@ -13247,7 +13255,7 @@
13247
13255
  duration: "1s"
13248
13256
  })), FetchTabexStatesPayloadobjContext.country_id == '' && /*#__PURE__*/React__default["default"].createElement(Select$2, {
13249
13257
  styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
13250
- placeholder: lang.choosestategov,
13258
+ placeholder: '',
13251
13259
  isSearchable: true
13252
13260
  }), !fetchTabexStatesQueryContext.isFetching && fetchTabexStatesQueryContext.isSuccess && /*#__PURE__*/React__default["default"].createElement(Select$2, {
13253
13261
  options: fetchTabexStatesQueryContext.data.data.states,
@@ -13279,7 +13287,8 @@
13279
13287
  payloadobjchange('stateid', option.id);
13280
13288
  },
13281
13289
  styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
13282
- isSearchable: true
13290
+ isSearchable: true,
13291
+ placeholder: ''
13283
13292
  }))), sectionproperties.hidecountrystatecity == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
13284
13293
  className: sectionproperties.cardstyletype == 'Style 1' ? 'col-lg-4 col-md-12 col-sm-12 mb-4 p-sm-0' : 'col-lg-12 col-md-12 col-sm-12 mb-4 p-sm-0'
13285
13294
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -13299,7 +13308,7 @@
13299
13308
  height: "20px",
13300
13309
  duration: "1s"
13301
13310
  })), FetchTabexStatesPayloadobjContext.country_id == '' && /*#__PURE__*/React__default["default"].createElement(Select$2, {
13302
- placeholder: lang.choosecity,
13311
+ placeholder: '',
13303
13312
  styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
13304
13313
  isSearchable: true
13305
13314
  }), !fetchTabexCitiesQueryContext.isFetching && fetchTabexCitiesQueryContext.isSuccess && /*#__PURE__*/React__default["default"].createElement(Select$2, {
@@ -13328,7 +13337,7 @@
13328
13337
  payloadobjchange('cityid', option.id);
13329
13338
  },
13330
13339
  styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
13331
- placeholder: lang.choosecity,
13340
+ placeholder: '',
13332
13341
  isSearchable: true
13333
13342
  }))), sectionproperties.hideaddress == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
13334
13343
  className: 'col-lg-12 col-md-12 col-sm-12 mb-4 p-sm-0'
@@ -19891,10 +19900,10 @@
19891
19900
  borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
19892
19901
  borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
19893
19902
  borderColor: sectionproperties.sectioncardbordercolor,
19894
- border: sectionproperties.sectioncardborderwidth + 'px solid',
19895
- '@media (max-width: 600px)': {
19896
- paddingTop: sectionproperties.marginTopResp + 'px'
19897
- }
19903
+ border: sectionproperties.sectioncardborderwidth + 'px solid'
19904
+ // '@media (max-width: 600px)': {
19905
+ // paddingTop: sectionproperties.marginTopResp + 'px',
19906
+ // },
19898
19907
  }),
19899
19908
  filterbtn: glamor.css({
19900
19909
  width: sectionproperties.filterbtn_Width + 'px',
@@ -52298,7 +52307,7 @@
52298
52307
  function ownKeys$1v(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
52299
52308
  function _objectSpread$1v(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1v(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1v(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
52300
52309
  var Newsletterfooter = function Newsletterfooter(props) {
52301
- var _bgimagearrayofobjs$, _bgimagearrayofobjs$2, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17, _authdetailsContext$i20, _authdetailsContext$i23, _authdetailsContext$i25, _authdetailsContext$i27, _authdetailsContext$i29, _authdetailsContext$i31, _authdetailsContext$i34, _authdetailsContext$i39, _authdetailsContext$i40, _fetchcustomercartQue, _fetchcustomercartQue2;
52310
+ var _bgimagearrayofobjs$, _bgimagearrayofobjs$2, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17, _authdetailsContext$i20, _authdetailsContext$i23, _authdetailsContext$i26, _authdetailsContext$i28, _authdetailsContext$i30, _authdetailsContext$i32, _authdetailsContext$i34, _authdetailsContext$i37, _authdetailsContext$i42, _authdetailsContext$i43, _fetchcustomercartQue, _fetchcustomercartQue2;
52302
52311
  var _useState = React.useState(''),
52303
52312
  _useState2 = _slicedToArray__default["default"](_useState, 2),
52304
52313
  sectionproperties = _useState2[0],
@@ -52914,56 +52923,67 @@
52914
52923
  }
52915
52924
  }, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
52916
52925
  size: sectionproperties.instgrambtniconfontsize
52917
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
52926
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.snapchatlink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
52918
52927
  "class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 mb-2 ',
52919
52928
  onClick: function onClick() {
52920
52929
  var _authdetailsContext$i24;
52921
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.linkedinlink, '_blank');
52930
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.snapchatlink) != null) {
52931
+ var _authdetailsContext$i25;
52932
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.snapchatlink, '_blank');
52933
+ }
52934
+ }
52935
+ }, /*#__PURE__*/React__default["default"].createElement(FaSnapchat.FaSnapchat, {
52936
+ size: sectionproperties.instgrambtniconfontsize
52937
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
52938
+ "class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 mb-2 ',
52939
+ onClick: function onClick() {
52940
+ var _authdetailsContext$i27;
52941
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.linkedinlink, '_blank');
52922
52942
  }
52923
52943
  }, /*#__PURE__*/React__default["default"].createElement(FaLinkedinIn.FaLinkedinIn, {
52924
52944
  size: sectionproperties.instgrambtniconfontsize
52925
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.pinterestlink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
52945
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.pinterestlink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
52926
52946
  "class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 mb-2 ',
52927
52947
  onClick: function onClick() {
52928
- var _authdetailsContext$i26;
52929
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.pinterestlink, '_blank');
52948
+ var _authdetailsContext$i29;
52949
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.pinterestlink, '_blank');
52930
52950
  }
52931
52951
  }, /*#__PURE__*/React__default["default"].createElement(FaPinterestP.FaPinterestP, {
52932
52952
  size: sectionproperties.instgrambtniconfontsize
52933
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.behancelink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
52953
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.behancelink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
52934
52954
  "class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 mb-2 ',
52935
52955
  onClick: function onClick() {
52936
- var _authdetailsContext$i28;
52937
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.behancelink, '_blank');
52956
+ var _authdetailsContext$i31;
52957
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.behancelink, '_blank');
52938
52958
  }
52939
52959
  }, /*#__PURE__*/React__default["default"].createElement(FaBehance.FaBehance, {
52940
52960
  size: sectionproperties.instgrambtniconfontsize
52941
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.tripadvisorlink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
52961
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i32 = authdetailsContext.instinfo) === null || _authdetailsContext$i32 === void 0 ? void 0 : _authdetailsContext$i32.tripadvisorlink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
52942
52962
  "class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 mb-2 ',
52943
52963
  onClick: function onClick() {
52944
- var _authdetailsContext$i30;
52945
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.tripadvisorlink, '_blank');
52964
+ var _authdetailsContext$i33;
52965
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.tripadvisorlink, '_blank');
52946
52966
  }
52947
52967
  }, /*#__PURE__*/React__default["default"].createElement(FaTripadvisor.FaTripadvisor, {
52948
52968
  size: sectionproperties.instgrambtniconfontsize
52949
- })), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("p", {
52969
+ })), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("p", {
52950
52970
  "class": footerStyles.youtube_btn + ' m-0 p-0 allcentered mx-2 mb-2 ',
52951
52971
  onClick: function onClick() {
52952
- var _authdetailsContext$i32;
52953
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i32 = authdetailsContext.instinfo) === null || _authdetailsContext$i32 === void 0 ? void 0 : _authdetailsContext$i32.whatsappnumber) != null) {
52954
- var _authdetailsContext$i33;
52955
- window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.whatsappnumber), '_blank');
52972
+ var _authdetailsContext$i35;
52973
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.whatsappnumber) != null) {
52974
+ var _authdetailsContext$i36;
52975
+ window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i36 = authdetailsContext.instinfo) === null || _authdetailsContext$i36 === void 0 ? void 0 : _authdetailsContext$i36.whatsappnumber), '_blank');
52956
52976
  }
52957
52977
  }
52958
52978
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
52959
52979
  size: sectionproperties.youtubebtniconfontsize
52960
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.googlemapslink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
52980
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.googlemapslink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
52961
52981
  "class": footerStyles.youtube_btn + ' m-0 p-0 allcentered mx-2 mb-2 ',
52962
52982
  onClick: function onClick() {
52963
- var _authdetailsContext$i35;
52964
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.googlemapslink) != null) {
52965
- var _authdetailsContext$i36;
52966
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i36 = authdetailsContext.instinfo) === null || _authdetailsContext$i36 === void 0 ? void 0 : _authdetailsContext$i36.googlemapslink, '_blank');
52983
+ var _authdetailsContext$i38;
52984
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i38 = authdetailsContext.instinfo) === null || _authdetailsContext$i38 === void 0 ? void 0 : _authdetailsContext$i38.googlemapslink) != null) {
52985
+ var _authdetailsContext$i39;
52986
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.googlemapslink, '_blank');
52967
52987
  }
52968
52988
  }
52969
52989
  }, /*#__PURE__*/React__default["default"].createElement(IoLocationSharp.IoLocationSharp, {
@@ -52983,15 +53003,15 @@
52983
53003
  "class": langdetect == 'en' ? "".concat(footerStyles.apptore) + ' d-flex justify-content-center align-items-center cursor-pointer mr-2 ' : "".concat(footerStyles.apptore) + ' d-flex justify-content-center align-items-center cursor-pointer ml-2 ',
52984
53004
  src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
52985
53005
  onClick: function onClick() {
52986
- var _authdetailsContext$i37;
52987
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.mobileapplink_appstore, '_blank');
53006
+ var _authdetailsContext$i40;
53007
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i40 = authdetailsContext.instinfo) === null || _authdetailsContext$i40 === void 0 ? void 0 : _authdetailsContext$i40.mobileapplink_appstore, '_blank');
52988
53008
  }
52989
53009
  }), sectionproperties.showplaystore == 'Show' && /*#__PURE__*/React__default["default"].createElement("img", {
52990
53010
  "class": "".concat(footerStyles.googleplay) + ' d-flex justify-content-center align-items-center cursor-pointer mx-2 ',
52991
53011
  src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
52992
53012
  onClick: function onClick() {
52993
- var _authdetailsContext$i38;
52994
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i38 = authdetailsContext.instinfo) === null || _authdetailsContext$i38 === void 0 ? void 0 : _authdetailsContext$i38.mobileapplink_playstore, '_blank');
53013
+ var _authdetailsContext$i41;
53014
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i41 = authdetailsContext.instinfo) === null || _authdetailsContext$i41 === void 0 ? void 0 : _authdetailsContext$i41.mobileapplink_playstore, '_blank');
52995
53015
  }
52996
53016
  }))), sectionproperties.showfooteraddress == 'Show' && sectionproperties.storeinfostyle == 'Style 2' && /*#__PURE__*/React__default["default"].createElement("div", {
52997
53017
  "class": "row m-0 w-100 d-flex flex-row justify-content-start align-items-center mt-4"
@@ -53008,7 +53028,7 @@
53008
53028
  "class": ' h-100 d-flex align-items-center justify-content-center mr-2 ml-2 '
53009
53029
  }, /*#__PURE__*/React__default["default"].createElement(IoLocationSharp.IoLocationSharp, {
53010
53030
  size: 30
53011
- })), langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.address_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i40 = authdetailsContext.instinfo) === null || _authdetailsContext$i40 === void 0 ? void 0 : _authdetailsContext$i40.address_ar)))), sectionproperties.showpaymentfooter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
53031
+ })), langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i42 = authdetailsContext.instinfo) === null || _authdetailsContext$i42 === void 0 ? void 0 : _authdetailsContext$i42.address_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i43 = authdetailsContext.instinfo) === null || _authdetailsContext$i43 === void 0 ? void 0 : _authdetailsContext$i43.address_ar)))), sectionproperties.showpaymentfooter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
53012
53032
  "class": "col-lg-12 p-0 d-block my-3"
53013
53033
  }, /*#__PURE__*/React__default["default"].createElement("hr", {
53014
53034
  "class": "m-0 p-0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.2.778",
3
+ "version": "0.2.780",
4
4
  "type": "module",
5
5
  "description": "your description",
6
6
  "main": "dist/index.cjs.js",