tabexseriescomponents 0.2.776 → 0.2.779

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',
@@ -26818,14 +26827,14 @@ var ElegantHeader = function ElegantHeader(props) {
26818
26827
  }
26819
26828
  }, /*#__PURE__*/React__default["default"].createElement("p", {
26820
26829
  "class": "m-0 p-0"
26821
- }, sectionproperties.arabiclanguagetext)), langdetect == 'en' && sectionproperties.showlanuagecontainer == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
26830
+ }, sectionproperties.englishlanguagetext)), langdetect == 'en' && sectionproperties.showlanuagecontainer == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
26822
26831
  "class": "".concat(header_cssstyles.languagecontainer) + ' allcentered mx-4 ',
26823
26832
  onClick: function onClick() {
26824
26833
  setlang('ar');
26825
26834
  }
26826
26835
  }, /*#__PURE__*/React__default["default"].createElement("p", {
26827
26836
  "class": "m-0 p-0"
26828
- }, sectionproperties.englishlanguagetext)), sectionproperties.ShowUserBtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
26837
+ }, sectionproperties.arabiclanguagetext)), sectionproperties.ShowUserBtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
26829
26838
  "class": "allcentered"
26830
26839
  }, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, !authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("div", {
26831
26840
  "class": "".concat(header_cssstyles.user_btn) + ' d-flex align-items-center justify-content-center pt-1 ',
@@ -65318,7 +65327,7 @@ var Freetextsection = function Freetextsection(props) {
65318
65327
  marginBottom: sectionproperties.sectionbgstyle == 'Besides each other' ? 'auto' : sectionproperties.descriptionMarginBottom + 'px',
65319
65328
  paddingRight: langdetect == 'en' ? sectionproperties.description_marginRight + 'px' : sectionproperties.description_marginLeft + 'px',
65320
65329
  paddingLeft: langdetect == 'en' ? sectionproperties.description_marginLeft + 'px' : sectionproperties.description_marginRight + 'px',
65321
- justifyContent: sectionproperties.descriptionCentered == 'Centered' ? 'center' : sectionproperties.descriptionCentered == 'Start' ? 'start' : 'end'
65330
+ justifyContent: sectionproperties.descriptionCentered == 'Centered' ? 'center' : 'start'
65322
65331
  }
65323
65332
  }, /*#__PURE__*/React__default["default"].createElement("p", {
65324
65333
  "class": sectionproperties.descFontFamily == 'Pacifico' ? ' PacificoFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Playfair' ? ' PlayfairFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Great Vibes' ? ' GreatvibesFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Quicksand' ? ' QuicksandFont m-0 p-0 wordbreak' : ' m-0 p-0 wordbreak',
@@ -65370,7 +65379,7 @@ var Freetextsection = function Freetextsection(props) {
65370
65379
  left: 0
65371
65380
  }
65372
65381
  }))), /*#__PURE__*/React__default["default"].createElement("div", {
65373
- "class": section_styles.paddings + 'w-100 d-flex justify-content-start',
65382
+ "class": section_styles.paddings + ' w-100 d-flex justify-content-start ',
65374
65383
  style: {
65375
65384
  zIndex: 100,
65376
65385
  height: sectionproperties.hideshowcardtransition == 'Show' ? type == 'responsive' ? sectionproperties.height_responsive + 'px' : '' : ''
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',
@@ -26769,14 +26778,14 @@ var ElegantHeader = function ElegantHeader(props) {
26769
26778
  }
26770
26779
  }, /*#__PURE__*/React.createElement("p", {
26771
26780
  "class": "m-0 p-0"
26772
- }, sectionproperties.arabiclanguagetext)), langdetect == 'en' && sectionproperties.showlanuagecontainer == 'Show' && /*#__PURE__*/React.createElement("div", {
26781
+ }, sectionproperties.englishlanguagetext)), langdetect == 'en' && sectionproperties.showlanuagecontainer == 'Show' && /*#__PURE__*/React.createElement("div", {
26773
26782
  "class": "".concat(header_cssstyles.languagecontainer) + ' allcentered mx-4 ',
26774
26783
  onClick: function onClick() {
26775
26784
  setlang('ar');
26776
26785
  }
26777
26786
  }, /*#__PURE__*/React.createElement("p", {
26778
26787
  "class": "m-0 p-0"
26779
- }, sectionproperties.englishlanguagetext)), sectionproperties.ShowUserBtn == 'Show' && /*#__PURE__*/React.createElement("div", {
26788
+ }, sectionproperties.arabiclanguagetext)), sectionproperties.ShowUserBtn == 'Show' && /*#__PURE__*/React.createElement("div", {
26780
26789
  "class": "allcentered"
26781
26790
  }, /*#__PURE__*/React.createElement(Dropdown, null, /*#__PURE__*/React.createElement(Dropdown.Toggle, null, !authdetailsContext.loggedin && /*#__PURE__*/React.createElement("div", {
26782
26791
  "class": "".concat(header_cssstyles.user_btn) + ' d-flex align-items-center justify-content-center pt-1 ',
@@ -65269,7 +65278,7 @@ var Freetextsection = function Freetextsection(props) {
65269
65278
  marginBottom: sectionproperties.sectionbgstyle == 'Besides each other' ? 'auto' : sectionproperties.descriptionMarginBottom + 'px',
65270
65279
  paddingRight: langdetect == 'en' ? sectionproperties.description_marginRight + 'px' : sectionproperties.description_marginLeft + 'px',
65271
65280
  paddingLeft: langdetect == 'en' ? sectionproperties.description_marginLeft + 'px' : sectionproperties.description_marginRight + 'px',
65272
- justifyContent: sectionproperties.descriptionCentered == 'Centered' ? 'center' : sectionproperties.descriptionCentered == 'Start' ? 'start' : 'end'
65281
+ justifyContent: sectionproperties.descriptionCentered == 'Centered' ? 'center' : 'start'
65273
65282
  }
65274
65283
  }, /*#__PURE__*/React.createElement("p", {
65275
65284
  "class": sectionproperties.descFontFamily == 'Pacifico' ? ' PacificoFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Playfair' ? ' PlayfairFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Great Vibes' ? ' GreatvibesFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Quicksand' ? ' QuicksandFont m-0 p-0 wordbreak' : ' m-0 p-0 wordbreak',
@@ -65321,7 +65330,7 @@ var Freetextsection = function Freetextsection(props) {
65321
65330
  left: 0
65322
65331
  }
65323
65332
  }))), /*#__PURE__*/React.createElement("div", {
65324
- "class": section_styles.paddings + 'w-100 d-flex justify-content-start',
65333
+ "class": section_styles.paddings + ' w-100 d-flex justify-content-start ',
65325
65334
  style: {
65326
65335
  zIndex: 100,
65327
65336
  height: sectionproperties.hideshowcardtransition == 'Show' ? type == 'responsive' ? sectionproperties.height_responsive + 'px' : '' : ''
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',
@@ -26631,14 +26640,14 @@
26631
26640
  }
26632
26641
  }, /*#__PURE__*/React__default["default"].createElement("p", {
26633
26642
  "class": "m-0 p-0"
26634
- }, sectionproperties.arabiclanguagetext)), langdetect == 'en' && sectionproperties.showlanuagecontainer == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
26643
+ }, sectionproperties.englishlanguagetext)), langdetect == 'en' && sectionproperties.showlanuagecontainer == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
26635
26644
  "class": "".concat(header_cssstyles.languagecontainer) + ' allcentered mx-4 ',
26636
26645
  onClick: function onClick() {
26637
26646
  setlang('ar');
26638
26647
  }
26639
26648
  }, /*#__PURE__*/React__default["default"].createElement("p", {
26640
26649
  "class": "m-0 p-0"
26641
- }, sectionproperties.englishlanguagetext)), sectionproperties.ShowUserBtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
26650
+ }, sectionproperties.arabiclanguagetext)), sectionproperties.ShowUserBtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
26642
26651
  "class": "allcentered"
26643
26652
  }, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, !authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("div", {
26644
26653
  "class": "".concat(header_cssstyles.user_btn) + ' d-flex align-items-center justify-content-center pt-1 ',
@@ -65131,7 +65140,7 @@
65131
65140
  marginBottom: sectionproperties.sectionbgstyle == 'Besides each other' ? 'auto' : sectionproperties.descriptionMarginBottom + 'px',
65132
65141
  paddingRight: langdetect == 'en' ? sectionproperties.description_marginRight + 'px' : sectionproperties.description_marginLeft + 'px',
65133
65142
  paddingLeft: langdetect == 'en' ? sectionproperties.description_marginLeft + 'px' : sectionproperties.description_marginRight + 'px',
65134
- justifyContent: sectionproperties.descriptionCentered == 'Centered' ? 'center' : sectionproperties.descriptionCentered == 'Start' ? 'start' : 'end'
65143
+ justifyContent: sectionproperties.descriptionCentered == 'Centered' ? 'center' : 'start'
65135
65144
  }
65136
65145
  }, /*#__PURE__*/React__default["default"].createElement("p", {
65137
65146
  "class": sectionproperties.descFontFamily == 'Pacifico' ? ' PacificoFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Playfair' ? ' PlayfairFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Great Vibes' ? ' GreatvibesFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Quicksand' ? ' QuicksandFont m-0 p-0 wordbreak' : ' m-0 p-0 wordbreak',
@@ -65183,7 +65192,7 @@
65183
65192
  left: 0
65184
65193
  }
65185
65194
  }))), /*#__PURE__*/React__default["default"].createElement("div", {
65186
- "class": section_styles.paddings + 'w-100 d-flex justify-content-start',
65195
+ "class": section_styles.paddings + ' w-100 d-flex justify-content-start ',
65187
65196
  style: {
65188
65197
  zIndex: 100,
65189
65198
  height: sectionproperties.hideshowcardtransition == 'Show' ? type == 'responsive' ? sectionproperties.height_responsive + 'px' : '' : ''
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.2.776",
3
+ "version": "0.2.779",
4
4
  "type": "module",
5
5
  "description": "your description",
6
6
  "main": "dist/index.cjs.js",