tabexseriescomponents 0.2.1393 → 0.2.1395

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
@@ -297,6 +297,7 @@ var LanguageProvider = /*#__PURE__*/function (_Component) {
297
297
  _this.state = {
298
298
  lang: {
299
299
  en: (_en = {
300
+ newest: 'Newest',
300
301
  compare: 'Compare',
301
302
  sortby: 'Sort by',
302
303
  maximum: 'Maximum Quantity',
@@ -374,6 +375,7 @@ var LanguageProvider = /*#__PURE__*/function (_Component) {
374
375
  orsignupwith: 'Or Sign up with'
375
376
  }, _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_en, "price", 'Price'), "relatedproducts", 'Related products'), "qty", 'QTY'), "emptyshoppingcart", 'Your shopping cart is empty'), "shopnow", 'Shop now'), "total", 'Total'), "otherinformation", 'Other information'), "productname", 'Product name'), "quantity", 'Quantity'), "orderid", 'Order ID'), _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_en, "numberofproducts", 'Number of products'), "checkyourorder", 'Check your order'), "search", 'Search'), "searchproducts", 'Search for products...'), "choosecity", 'Choose city'), "choosestategov", 'Choose state/governorate'), "choosecountry", 'Choose country'), "giftcarddicountcode", 'Gift Card Or Discount Code...'), "nosearchresults", 'No search results'), "sale", 'Sale'), _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_en, "nofavoriteproducts", 'Your wishlist is empty'), "loggedoutsuccess", 'Logged out successfully'), "addedtocartsuccess", 'Cart is updated successfully'), "promocodeapplied", 'Promo code is applied.'), "promocoderemoved", 'Promo code is removed'), "countryandstateupdatedsuccess", 'Country and state are updated successfully'), "orderaddedsuccess", 'Order is added successfully'), "addedtowishlist", 'Added to your favourites'), "productrmovedfromwishlist", 'Removed from your favourites'), "fillthemissingfields", 'Please complete the missing fields'), _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_en, "passwordsdontmatch", "Passwords don't match"), "loggedinsuccess", 'Logged in successfully'), "subtotal", 'Sub total'), "discount", 'Discount'), "outofzone", 'Out of zone'), "total", 'Total'), "cod", 'Cash on Delivery'), "cardondelivery", 'Credit Card On Delivery'), "onlinepayment", 'Online Payment'), "paymentcardinformation", 'Payment Card Information'), _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_en, "shippingfees", 'Shipping fees'), "shippingaddress", 'Shipping address'), "cardnumber", 'Card number'), "year", 'Year'), "month", 'Month'), "cvv", 'CVV'), "nameoncard", 'Name On Card'), "country", 'Country'), "addressdetails", 'ِAddress details'), "stategov", 'State/Governorate'), _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_en, "city", 'City'), "paymentmethod", 'Payment method'), "productimage", 'Product image'), "orderdetails", 'Order details'), "orderinvoice", 'Order invoice'), "promocodediscount", 'Promo code discount'), "address", 'Address'), "update", 'Update'), "phonenumber", 'Mobile number'), "completerequiredfields", 'Please complete all required fields'), _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_en, "name", 'Name'), "email", 'Email'), "password", 'Password'), "confirmpassword", 'Confirm password'), "showmore", 'Show more'), "showless", 'Show less'), "contactdetails", 'Contact Information'), "asaguest", 'As A Guest'), "choosecountryfirst", 'Please choose country first'), "security", 'Security'), _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_en, "personalinformation", 'Personal Information'), "contactus", 'Contact us'), "slogan", 'Your website & mobile application in one place'), "recent", 'Recent'), "oldest", 'Oldest'), "pricehightolow", 'High to low'), "pricelowtohigh", 'Low to High'), "pleasecompleteaddressmissingfields", 'Please complete the missing address fields'), "instock", 'In Stock')),
376
377
  ar: (_ar = {
378
+ newest: 'الاحدث',
377
379
  compare: 'قارن',
378
380
  sortby: 'ترتيب حسب',
379
381
  maximum: 'اقصى كمية',
@@ -1379,7 +1381,7 @@ var selectcustomStyles = {
1379
1381
  backgroundColor: state.isSelected ? '' : '',
1380
1382
  padding: 5,
1381
1383
  textTransform: 'capitalize',
1382
- color: state.isSelected ? '#eac435' : '#022648',
1384
+ color: state.isSelected ? '#eac435' : '#000000',
1383
1385
  transition: '.3s',
1384
1386
  '&:hover': {
1385
1387
  color: '#eac435',
@@ -1408,7 +1410,7 @@ var selectcustomStylesTranslated = {
1408
1410
  backgroundColor: state.isSelected ? '' : '',
1409
1411
  padding: 5,
1410
1412
  textTransform: 'capitalize',
1411
- color: state.isSelected ? '#eac435' : '#ffffff',
1413
+ color: state.isSelected ? '#eac435' : '#000000',
1412
1414
  transition: '.3s',
1413
1415
  textAlign: 'right',
1414
1416
  '&:hover': {
@@ -22968,7 +22970,7 @@ var Filter$1 = function Filter(props) {
22968
22970
  payloadvalue: 'sortdates',
22969
22971
  name: lang.dates,
22970
22972
  filterarray: [{
22971
- name: lang.recent,
22973
+ name: lang.newest,
22972
22974
  value: 'recent',
22973
22975
  isfilterselected: false
22974
22976
  }, {
@@ -28224,6 +28226,11 @@ var CardsSection = function CardsSection(props) {
28224
28226
  actions: actions,
28225
28227
  openFilterSlider: openFilterSlider,
28226
28228
  setopenFilterSlider: setopenFilterSlider
28229
+ }), authdetailsContext.instinfo.instid == '6a283551a4597' && sectionproperties.showFilter == 'show' && /*#__PURE__*/React__default["default"].createElement(CollectionsFilterHorizontal, {
28230
+ sectionpropertiesprops: sectionproperties,
28231
+ actions: actions,
28232
+ openFilterSlider: openFilterSlider,
28233
+ setopenFilterSlider: setopenFilterSlider
28227
28234
  }), sectionproperties.showproductgroupbytitle == 'Show' && GroupByTitleSection(), sectionproperties.showFilter == 'show' && /*#__PURE__*/React__default["default"].createElement("div", {
28228
28235
  className: sectionproperties.filterdirection == 'Horizontal' || sectionproperties.filterdirection == 'Collections Vertical' ? 'col-lg-12 d-flex p-0' : sectionproperties.numofcols == '2' ? 'col-lg-2 d-flex' : 'col-lg-3 d-flex'
28229
28236
  }, /*#__PURE__*/React__default["default"].createElement(Filter$1, {
@@ -56839,7 +56846,7 @@ var Footer3 = function Footer3(props) {
56839
56846
  function ownKeys$1I(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; }
56840
56847
  function _objectSpread$1I(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1I(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1I(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
56841
56848
  var Footer4 = function Footer4(props) {
56842
- var _logoarrayofobjects$, _logoarrayofobjects$2, _templatepropcontext$, _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i0, _authdetailsContext$i11, _authdetailsContext$i12, _authdetailsContext$i15;
56849
+ var _logoarrayofobjects$, _logoarrayofobjects$2, _templatepropcontext$, _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i0, _authdetailsContext$i11, _authdetailsContext$i14;
56843
56850
  var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
56844
56851
  var lang = props.actions.lang;
56845
56852
  var langdetect = props.actions.langdetect;
@@ -56938,6 +56945,21 @@ var Footer4 = function Footer4(props) {
56938
56945
  borderColor: sectionproperties.instgrambtnTextcoloronhover
56939
56946
  }
56940
56947
  }),
56948
+ tiktokbtn: glamor.css({
56949
+ cursor: 'pointer',
56950
+ background: sectionproperties.tiktokbtnbgColor,
56951
+ width: sectionproperties.tiktokbtnWidth + 'px',
56952
+ height: sectionproperties.tiktokbtnHeight + 'px',
56953
+ borderRadius: sectionproperties.tiktokbtn_borderRadius + 'px',
56954
+ color: sectionproperties.tiktokbtnTextcolor,
56955
+ border: sectionproperties.tiktokbtnborderwidth + 'px solid ' + sectionproperties.tiktokbtnbordercolor,
56956
+ transition: '.3s',
56957
+ ':hover': {
56958
+ background: sectionproperties.tiktokbtnbgColoronhover,
56959
+ color: sectionproperties.tiktokbtnTextcoloronhover,
56960
+ borderColor: sectionproperties.tiktokbtnTextcoloronhover
56961
+ }
56962
+ }),
56941
56963
  footersubtitlestyles: glamor.css({
56942
56964
  textTransform: sectionproperties.footertitle_texttransform,
56943
56965
  fontSize: sectionproperties.footertitle__fontsize + 'px',
@@ -57175,14 +57197,17 @@ var Footer4 = function Footer4(props) {
57175
57197
  }, /*#__PURE__*/React__default["default"].createElement("div", {
57176
57198
  className: "col-xl-6 col-lg-6 col-md-6 col-sm-12 d-flex flex-row align-items-center justify-content-start justify-content-sm-center p-0 mb-sm-2"
57177
57199
  }, sectionproperties.generaltext_fontSize != 0 && /*#__PURE__*/React__default["default"].createElement("p", {
57178
- "class": langdetect == 'en' ? ' m-0 p-0 wordbreak mr-2 mr-sm-3 ' : ' m-0 p-0 wordbreak ml-2 ml-sm-3 ',
57200
+ "class": ' m-0 p-0 wordbreak mr-2 mr-sm-3 '
57201
+ // class={langdetect == 'en' ? ' m-0 p-0 wordbreak mr-2 mr-sm-3 ' : ' m-0 p-0 wordbreak ml-2 ml-sm-3 '}
57202
+ ,
57179
57203
  style: {
57180
57204
  fontSize: sectionproperties.generaltext_fontSize + 'px',
57181
57205
  color: sectionproperties.generaltext_fontColor,
57182
- fontWeight: sectionproperties.generaltext_fontWeight
57206
+ fontWeight: sectionproperties.generaltext_fontWeight,
57207
+ textAlign: langdetect == 'en' ? 'left' : 'right'
57183
57208
  }
57184
57209
  }, langdetect == 'en' ? sectionproperties.general_text_content : sectionproperties.general_text_content_ar), sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.facebooklink) && /*#__PURE__*/React__default["default"].createElement("div", {
57185
- className: langdetect == 'en' ? "".concat(footerStyles.facebook_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.facebook_btn) + ' allcentered ml-3 ml-sm-4 ',
57210
+ className: "".concat(footerStyles.facebook_btn) + ' allcentered mx-2 ',
57186
57211
  onClick: function onClick() {
57187
57212
  var _authdetailsContext$i8;
57188
57213
  if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.facebooklink) != null) {
@@ -57195,7 +57220,7 @@ var Footer4 = function Footer4(props) {
57195
57220
  }, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
57196
57221
  size: sectionproperties.facebkbtnniconfontsize
57197
57222
  }))), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i0 = authdetailsContext.instinfo) === null || _authdetailsContext$i0 === void 0 ? void 0 : _authdetailsContext$i0.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
57198
- className: langdetect == 'en' ? "".concat(footerStyles.instgram_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.instgram_btn) + ' allcentered ml-3 ml-sm-4 ',
57223
+ className: "".concat(footerStyles.instgram_btn) + ' allcentered mx-2',
57199
57224
  onClick: function onClick() {
57200
57225
  var _authdetailsContext$i1;
57201
57226
  if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i1 = authdetailsContext.instinfo) === null || _authdetailsContext$i1 === void 0 ? void 0 : _authdetailsContext$i1.instagramlink) != null) {
@@ -57207,41 +57232,45 @@ var Footer4 = function Footer4(props) {
57207
57232
  className: "h-100 allcentered"
57208
57233
  }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
57209
57234
  size: sectionproperties.instgrambtniconfontsize
57210
- }))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.contactinfo.instid) == '694ab980ea91c' && /*#__PURE__*/React__default["default"].createElement("div", {
57211
- className: langdetect == 'en' ? "".concat(footerStyles.instgram_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.instgram_btn) + ' allcentered ml-3 ml-sm-4 ',
57235
+ }))), sectionproperties.showtelegrambtn == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.telegramlink) && /*#__PURE__*/React__default["default"].createElement("div", {
57236
+ className: "".concat(footerStyles.facebook_btn) + ' allcentered mx-2 ',
57212
57237
  onClick: function onClick() {
57213
- window.open('https://pin.it/2FD8LfC9j', '_blank');
57214
- }
57215
- }, /*#__PURE__*/React__default["default"].createElement("i", {
57216
- className: "h-100 allcentered"
57217
- }, /*#__PURE__*/React__default["default"].createElement(FaPinterestP.FaPinterestP, {
57218
- size: sectionproperties.instgrambtniconfontsize
57219
- }))), sectionproperties.showtelegrambtn == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.telegramlink) && /*#__PURE__*/React__default["default"].createElement("div", {
57220
- className: langdetect == 'en' ? "".concat(footerStyles.facebook_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.facebook_btn) + ' allcentered ml-3 ml-sm-4 ',
57221
- onClick: function onClick() {
57222
- var _authdetailsContext$i13;
57223
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.telegramlink) != null) {
57224
- var _authdetailsContext$i14;
57225
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.telegramlink, '_blank');
57238
+ var _authdetailsContext$i12;
57239
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.telegramlink) != null) {
57240
+ var _authdetailsContext$i13;
57241
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.telegramlink, '_blank');
57226
57242
  }
57227
57243
  }
57228
57244
  }, /*#__PURE__*/React__default["default"].createElement("i", {
57229
57245
  className: "h-100 allcentered"
57230
57246
  }, /*#__PURE__*/React__default["default"].createElement(FaTelegramPlane.FaTelegramPlane, {
57231
57247
  size: sectionproperties.facebkbtnniconfontsize
57232
- }))), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("div", {
57233
- className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4 ',
57248
+ }))), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("div", {
57249
+ className: "".concat(footerStyles.youtube_btn) + ' allcentered mx-2 ',
57234
57250
  onClick: function onClick() {
57235
- var _authdetailsContext$i16;
57236
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.whatsappnumber) != null) {
57237
- var _authdetailsContext$i17;
57238
- window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.whatsappnumber), '_blank');
57251
+ var _authdetailsContext$i15;
57252
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.whatsappnumber) != null) {
57253
+ var _authdetailsContext$i16;
57254
+ window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.whatsappnumber), '_blank');
57239
57255
  }
57240
57256
  }
57241
57257
  }, /*#__PURE__*/React__default["default"].createElement("i", {
57242
57258
  className: "h-100 allcentered"
57243
57259
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
57244
57260
  size: sectionproperties.youtubebtniconfontsize
57261
+ }))), sectionproperties.tiktokshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
57262
+ className: "".concat(footerStyles.tiktokbtn) + ' allcentered mx-2 ',
57263
+ onClick: function onClick() {
57264
+ var _authdetailsContext$i17;
57265
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.tiktoklink) != null) {
57266
+ var _authdetailsContext$i18;
57267
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.tiktoklink, '_blank');
57268
+ }
57269
+ }
57270
+ }, /*#__PURE__*/React__default["default"].createElement("i", {
57271
+ className: "h-100 allcentered"
57272
+ }, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
57273
+ size: sectionproperties.tiktokbtniconfontsize
57245
57274
  })))), /*#__PURE__*/React__default["default"].createElement("div", {
57246
57275
  className: "col-xl-6 col-lg-6 col-md-6 col-sm-12 d-flex flex-row align-items-center justify-content-end p-0 mb-sm-2"
57247
57276
  }, sectionproperties.showpaymentfooter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
@@ -71889,7 +71918,7 @@ var CustomerAddressForm = function CustomerAddressForm(props) {
71889
71918
  function ownKeys$1j(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; }
71890
71919
  function _objectSpread$1j(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1j(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1j(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
71891
71920
  var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props) {
71892
- var _css, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i7, _fetchProductFeatures, _authdetailsContext$i8, _authdetailsContext$i9, _fetchProductFeatures2;
71921
+ var _css, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i7, _fetchProductFeatures, _authdetailsContext$i9, _authdetailsContext$i0, _authdetailsContext$i1, _fetchProductFeatures2;
71893
71922
  var _useState = React.useState(''),
71894
71923
  _useState2 = _slicedToArray__default["default"](_useState, 2),
71895
71924
  sectionproperties = _useState2[0],
@@ -72348,7 +72377,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
72348
72377
  maxWidth: '500px'
72349
72378
  }
72350
72379
  }, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), /*#__PURE__*/React__default["default"].createElement("div", {
72351
- "class": 'col-lg-11 col-md-12 col-sm-12 allcentered mt-3',
72380
+ "class": 'col-lg-12 col-md-12 col-sm-12 allcentered mt-3',
72352
72381
  style: {
72353
72382
  backgroundColor: sectionproperties.reservation_bgcolor,
72354
72383
  borderRadius: sectionproperties.reservation_borderradius + 'px',
@@ -72413,7 +72442,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
72413
72442
  placeholder: ''
72414
72443
  }))), (fetchProductFeaturesQueryContext === null || fetchProductFeaturesQueryContext === void 0 ? void 0 : fetchProductFeaturesQueryContext.isSuccess) && (fetchProductFeaturesQueryContext === null || fetchProductFeaturesQueryContext === void 0 || (_fetchProductFeatures = fetchProductFeaturesQueryContext.data) === null || _fetchProductFeatures === void 0 || (_fetchProductFeatures = _fetchProductFeatures.data) === null || _fetchProductFeatures === void 0 || (_fetchProductFeatures = _fetchProductFeatures.productfeatues) === null || _fetchProductFeatures === void 0 ? void 0 : _fetchProductFeatures.map(function (item, index) {
72415
72444
  if (item.type == 'Selectbox') {
72416
- var _item$featuresselectb;
72445
+ var _item$featuresselectb, _authdetailsContext$i8;
72417
72446
  var selectboxarr = [];
72418
72447
  item === null || item === void 0 || (_item$featuresselectb = item.featuresselectbovalue) === null || _item$featuresselectb === void 0 || _item$featuresselectb.forEach(function (slecitem) {
72419
72448
  var itemlabel = '';
@@ -72435,7 +72464,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
72435
72464
  textAlign: langdetect == 'en' ? 'left' : 'right'
72436
72465
  }
72437
72466
  }, langdetect == 'en' ? item.name_en : item.name_ar), /*#__PURE__*/React__default["default"].createElement("div", {
72438
- "class": 'col-lg-12 p-0'
72467
+ "class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.contactinfo.instid) == '6a2ff8afac183' ? 'col-lg-12 p-0 whitelabel' : 'col-lg-12 p-0'
72439
72468
  }, /*#__PURE__*/React__default["default"].createElement(Select__default["default"], {
72440
72469
  options: selectboxarr,
72441
72470
  styles: langdetect == 'en' ? selectcustomStyles : selectcustomStylesTranslated,
@@ -72607,7 +72636,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
72607
72636
  textAlign: langdetect == 'en' ? 'left' : 'right'
72608
72637
  }
72609
72638
  }, langdetect == 'en' ? 'Price' : 'السعر'), /*#__PURE__*/React__default["default"].createElement("div", {
72610
- "class": 'col-lg-12 p-0'
72639
+ "class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.contactinfo.instid) == '6a2ff8afac183' ? 'col-lg-12 p-0' : 'col-lg-12 p-0 whitelabel'
72611
72640
  }, /*#__PURE__*/React__default["default"].createElement(InputRange__default["default"], {
72612
72641
  draggableTrack: true,
72613
72642
  formatLabel: function formatLabel(value) {
@@ -72680,7 +72709,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
72680
72709
  routingcountext(StaticPagesLinksContext.Innervendor, true, encodeURIComponent(JSON.stringify(tempfetchproductsfilerobjcontext)));
72681
72710
  }
72682
72711
  }
72683
- }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))))))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.contactinfo.instid) == '6946c118427af' && sectionproperties.sectionstyletype == 'Style 2' && /*#__PURE__*/React__default["default"].createElement("div", {
72712
+ }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))))))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i0 = authdetailsContext.instinfo) === null || _authdetailsContext$i0 === void 0 ? void 0 : _authdetailsContext$i0.contactinfo.instid) == '6946c118427af' && sectionproperties.sectionstyletype == 'Style 2' && /*#__PURE__*/React__default["default"].createElement("div", {
72684
72713
  "class": "row m-0 w-100 allcentered ",
72685
72714
  style: {
72686
72715
  zIndex: 100,
@@ -72843,7 +72872,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
72843
72872
  routingcountext(StaticPagesLinksContext.Innervendor, true, encodeURIComponent(JSON.stringify(tempfetchproductsfilerobjcontext)));
72844
72873
  }
72845
72874
  }
72846
- }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.contactinfo.instid) == '688fa237d0c8c' && /*#__PURE__*/React__default["default"].createElement("div", {
72875
+ }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i1 = authdetailsContext.instinfo) === null || _authdetailsContext$i1 === void 0 ? void 0 : _authdetailsContext$i1.contactinfo.instid) == '688fa237d0c8c' && /*#__PURE__*/React__default["default"].createElement("div", {
72847
72876
  "class": "row m-0 w-100 allcentered mt-auto mb-4 px-4",
72848
72877
  style: {
72849
72878
  zIndex: 2
package/dist/index.esm.js CHANGED
@@ -246,6 +246,7 @@ var LanguageProvider = /*#__PURE__*/function (_Component) {
246
246
  _this.state = {
247
247
  lang: {
248
248
  en: (_en = {
249
+ newest: 'Newest',
249
250
  compare: 'Compare',
250
251
  sortby: 'Sort by',
251
252
  maximum: 'Maximum Quantity',
@@ -323,6 +324,7 @@ var LanguageProvider = /*#__PURE__*/function (_Component) {
323
324
  orsignupwith: 'Or Sign up with'
324
325
  }, _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_en, "price", 'Price'), "relatedproducts", 'Related products'), "qty", 'QTY'), "emptyshoppingcart", 'Your shopping cart is empty'), "shopnow", 'Shop now'), "total", 'Total'), "otherinformation", 'Other information'), "productname", 'Product name'), "quantity", 'Quantity'), "orderid", 'Order ID'), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_en, "numberofproducts", 'Number of products'), "checkyourorder", 'Check your order'), "search", 'Search'), "searchproducts", 'Search for products...'), "choosecity", 'Choose city'), "choosestategov", 'Choose state/governorate'), "choosecountry", 'Choose country'), "giftcarddicountcode", 'Gift Card Or Discount Code...'), "nosearchresults", 'No search results'), "sale", 'Sale'), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_en, "nofavoriteproducts", 'Your wishlist is empty'), "loggedoutsuccess", 'Logged out successfully'), "addedtocartsuccess", 'Cart is updated successfully'), "promocodeapplied", 'Promo code is applied.'), "promocoderemoved", 'Promo code is removed'), "countryandstateupdatedsuccess", 'Country and state are updated successfully'), "orderaddedsuccess", 'Order is added successfully'), "addedtowishlist", 'Added to your favourites'), "productrmovedfromwishlist", 'Removed from your favourites'), "fillthemissingfields", 'Please complete the missing fields'), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_en, "passwordsdontmatch", "Passwords don't match"), "loggedinsuccess", 'Logged in successfully'), "subtotal", 'Sub total'), "discount", 'Discount'), "outofzone", 'Out of zone'), "total", 'Total'), "cod", 'Cash on Delivery'), "cardondelivery", 'Credit Card On Delivery'), "onlinepayment", 'Online Payment'), "paymentcardinformation", 'Payment Card Information'), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_en, "shippingfees", 'Shipping fees'), "shippingaddress", 'Shipping address'), "cardnumber", 'Card number'), "year", 'Year'), "month", 'Month'), "cvv", 'CVV'), "nameoncard", 'Name On Card'), "country", 'Country'), "addressdetails", 'ِAddress details'), "stategov", 'State/Governorate'), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_en, "city", 'City'), "paymentmethod", 'Payment method'), "productimage", 'Product image'), "orderdetails", 'Order details'), "orderinvoice", 'Order invoice'), "promocodediscount", 'Promo code discount'), "address", 'Address'), "update", 'Update'), "phonenumber", 'Mobile number'), "completerequiredfields", 'Please complete all required fields'), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_en, "name", 'Name'), "email", 'Email'), "password", 'Password'), "confirmpassword", 'Confirm password'), "showmore", 'Show more'), "showless", 'Show less'), "contactdetails", 'Contact Information'), "asaguest", 'As A Guest'), "choosecountryfirst", 'Please choose country first'), "security", 'Security'), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_en, "personalinformation", 'Personal Information'), "contactus", 'Contact us'), "slogan", 'Your website & mobile application in one place'), "recent", 'Recent'), "oldest", 'Oldest'), "pricehightolow", 'High to low'), "pricelowtohigh", 'Low to High'), "pleasecompleteaddressmissingfields", 'Please complete the missing address fields'), "instock", 'In Stock')),
325
326
  ar: (_ar = {
327
+ newest: 'الاحدث',
326
328
  compare: 'قارن',
327
329
  sortby: 'ترتيب حسب',
328
330
  maximum: 'اقصى كمية',
@@ -1328,7 +1330,7 @@ var selectcustomStyles = {
1328
1330
  backgroundColor: state.isSelected ? '' : '',
1329
1331
  padding: 5,
1330
1332
  textTransform: 'capitalize',
1331
- color: state.isSelected ? '#eac435' : '#022648',
1333
+ color: state.isSelected ? '#eac435' : '#000000',
1332
1334
  transition: '.3s',
1333
1335
  '&:hover': {
1334
1336
  color: '#eac435',
@@ -1357,7 +1359,7 @@ var selectcustomStylesTranslated = {
1357
1359
  backgroundColor: state.isSelected ? '' : '',
1358
1360
  padding: 5,
1359
1361
  textTransform: 'capitalize',
1360
- color: state.isSelected ? '#eac435' : '#ffffff',
1362
+ color: state.isSelected ? '#eac435' : '#000000',
1361
1363
  transition: '.3s',
1362
1364
  textAlign: 'right',
1363
1365
  '&:hover': {
@@ -22917,7 +22919,7 @@ var Filter$1 = function Filter(props) {
22917
22919
  payloadvalue: 'sortdates',
22918
22920
  name: lang.dates,
22919
22921
  filterarray: [{
22920
- name: lang.recent,
22922
+ name: lang.newest,
22921
22923
  value: 'recent',
22922
22924
  isfilterselected: false
22923
22925
  }, {
@@ -28173,6 +28175,11 @@ var CardsSection = function CardsSection(props) {
28173
28175
  actions: actions,
28174
28176
  openFilterSlider: openFilterSlider,
28175
28177
  setopenFilterSlider: setopenFilterSlider
28178
+ }), authdetailsContext.instinfo.instid == '6a283551a4597' && sectionproperties.showFilter == 'show' && /*#__PURE__*/React.createElement(CollectionsFilterHorizontal, {
28179
+ sectionpropertiesprops: sectionproperties,
28180
+ actions: actions,
28181
+ openFilterSlider: openFilterSlider,
28182
+ setopenFilterSlider: setopenFilterSlider
28176
28183
  }), sectionproperties.showproductgroupbytitle == 'Show' && GroupByTitleSection(), sectionproperties.showFilter == 'show' && /*#__PURE__*/React.createElement("div", {
28177
28184
  className: sectionproperties.filterdirection == 'Horizontal' || sectionproperties.filterdirection == 'Collections Vertical' ? 'col-lg-12 d-flex p-0' : sectionproperties.numofcols == '2' ? 'col-lg-2 d-flex' : 'col-lg-3 d-flex'
28178
28185
  }, /*#__PURE__*/React.createElement(Filter$1, {
@@ -56788,7 +56795,7 @@ var Footer3 = function Footer3(props) {
56788
56795
  function ownKeys$1I(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; }
56789
56796
  function _objectSpread$1I(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1I(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1I(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
56790
56797
  var Footer4 = function Footer4(props) {
56791
- var _logoarrayofobjects$, _logoarrayofobjects$2, _templatepropcontext$, _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i0, _authdetailsContext$i11, _authdetailsContext$i12, _authdetailsContext$i15;
56798
+ var _logoarrayofobjects$, _logoarrayofobjects$2, _templatepropcontext$, _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i0, _authdetailsContext$i11, _authdetailsContext$i14;
56792
56799
  var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
56793
56800
  var lang = props.actions.lang;
56794
56801
  var langdetect = props.actions.langdetect;
@@ -56887,6 +56894,21 @@ var Footer4 = function Footer4(props) {
56887
56894
  borderColor: sectionproperties.instgrambtnTextcoloronhover
56888
56895
  }
56889
56896
  }),
56897
+ tiktokbtn: css({
56898
+ cursor: 'pointer',
56899
+ background: sectionproperties.tiktokbtnbgColor,
56900
+ width: sectionproperties.tiktokbtnWidth + 'px',
56901
+ height: sectionproperties.tiktokbtnHeight + 'px',
56902
+ borderRadius: sectionproperties.tiktokbtn_borderRadius + 'px',
56903
+ color: sectionproperties.tiktokbtnTextcolor,
56904
+ border: sectionproperties.tiktokbtnborderwidth + 'px solid ' + sectionproperties.tiktokbtnbordercolor,
56905
+ transition: '.3s',
56906
+ ':hover': {
56907
+ background: sectionproperties.tiktokbtnbgColoronhover,
56908
+ color: sectionproperties.tiktokbtnTextcoloronhover,
56909
+ borderColor: sectionproperties.tiktokbtnTextcoloronhover
56910
+ }
56911
+ }),
56890
56912
  footersubtitlestyles: css({
56891
56913
  textTransform: sectionproperties.footertitle_texttransform,
56892
56914
  fontSize: sectionproperties.footertitle__fontsize + 'px',
@@ -57124,14 +57146,17 @@ var Footer4 = function Footer4(props) {
57124
57146
  }, /*#__PURE__*/React.createElement("div", {
57125
57147
  className: "col-xl-6 col-lg-6 col-md-6 col-sm-12 d-flex flex-row align-items-center justify-content-start justify-content-sm-center p-0 mb-sm-2"
57126
57148
  }, sectionproperties.generaltext_fontSize != 0 && /*#__PURE__*/React.createElement("p", {
57127
- "class": langdetect == 'en' ? ' m-0 p-0 wordbreak mr-2 mr-sm-3 ' : ' m-0 p-0 wordbreak ml-2 ml-sm-3 ',
57149
+ "class": ' m-0 p-0 wordbreak mr-2 mr-sm-3 '
57150
+ // class={langdetect == 'en' ? ' m-0 p-0 wordbreak mr-2 mr-sm-3 ' : ' m-0 p-0 wordbreak ml-2 ml-sm-3 '}
57151
+ ,
57128
57152
  style: {
57129
57153
  fontSize: sectionproperties.generaltext_fontSize + 'px',
57130
57154
  color: sectionproperties.generaltext_fontColor,
57131
- fontWeight: sectionproperties.generaltext_fontWeight
57155
+ fontWeight: sectionproperties.generaltext_fontWeight,
57156
+ textAlign: langdetect == 'en' ? 'left' : 'right'
57132
57157
  }
57133
57158
  }, langdetect == 'en' ? sectionproperties.general_text_content : sectionproperties.general_text_content_ar), sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.facebooklink) && /*#__PURE__*/React.createElement("div", {
57134
- className: langdetect == 'en' ? "".concat(footerStyles.facebook_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.facebook_btn) + ' allcentered ml-3 ml-sm-4 ',
57159
+ className: "".concat(footerStyles.facebook_btn) + ' allcentered mx-2 ',
57135
57160
  onClick: function onClick() {
57136
57161
  var _authdetailsContext$i8;
57137
57162
  if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.facebooklink) != null) {
@@ -57144,7 +57169,7 @@ var Footer4 = function Footer4(props) {
57144
57169
  }, /*#__PURE__*/React.createElement(FaFacebookF, {
57145
57170
  size: sectionproperties.facebkbtnniconfontsize
57146
57171
  }))), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i0 = authdetailsContext.instinfo) === null || _authdetailsContext$i0 === void 0 ? void 0 : _authdetailsContext$i0.instagramlink) != null && /*#__PURE__*/React.createElement("div", {
57147
- className: langdetect == 'en' ? "".concat(footerStyles.instgram_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.instgram_btn) + ' allcentered ml-3 ml-sm-4 ',
57172
+ className: "".concat(footerStyles.instgram_btn) + ' allcentered mx-2',
57148
57173
  onClick: function onClick() {
57149
57174
  var _authdetailsContext$i1;
57150
57175
  if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i1 = authdetailsContext.instinfo) === null || _authdetailsContext$i1 === void 0 ? void 0 : _authdetailsContext$i1.instagramlink) != null) {
@@ -57156,41 +57181,45 @@ var Footer4 = function Footer4(props) {
57156
57181
  className: "h-100 allcentered"
57157
57182
  }, /*#__PURE__*/React.createElement(AiFillInstagram, {
57158
57183
  size: sectionproperties.instgrambtniconfontsize
57159
- }))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.contactinfo.instid) == '694ab980ea91c' && /*#__PURE__*/React.createElement("div", {
57160
- className: langdetect == 'en' ? "".concat(footerStyles.instgram_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.instgram_btn) + ' allcentered ml-3 ml-sm-4 ',
57184
+ }))), sectionproperties.showtelegrambtn == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.telegramlink) && /*#__PURE__*/React.createElement("div", {
57185
+ className: "".concat(footerStyles.facebook_btn) + ' allcentered mx-2 ',
57161
57186
  onClick: function onClick() {
57162
- window.open('https://pin.it/2FD8LfC9j', '_blank');
57163
- }
57164
- }, /*#__PURE__*/React.createElement("i", {
57165
- className: "h-100 allcentered"
57166
- }, /*#__PURE__*/React.createElement(FaPinterestP, {
57167
- size: sectionproperties.instgrambtniconfontsize
57168
- }))), sectionproperties.showtelegrambtn == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.telegramlink) && /*#__PURE__*/React.createElement("div", {
57169
- className: langdetect == 'en' ? "".concat(footerStyles.facebook_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.facebook_btn) + ' allcentered ml-3 ml-sm-4 ',
57170
- onClick: function onClick() {
57171
- var _authdetailsContext$i13;
57172
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.telegramlink) != null) {
57173
- var _authdetailsContext$i14;
57174
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.telegramlink, '_blank');
57187
+ var _authdetailsContext$i12;
57188
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.telegramlink) != null) {
57189
+ var _authdetailsContext$i13;
57190
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.telegramlink, '_blank');
57175
57191
  }
57176
57192
  }
57177
57193
  }, /*#__PURE__*/React.createElement("i", {
57178
57194
  className: "h-100 allcentered"
57179
57195
  }, /*#__PURE__*/React.createElement(FaTelegramPlane, {
57180
57196
  size: sectionproperties.facebkbtnniconfontsize
57181
- }))), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.whatsappnumber) != null && /*#__PURE__*/React.createElement("div", {
57182
- className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4 ',
57197
+ }))), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.whatsappnumber) != null && /*#__PURE__*/React.createElement("div", {
57198
+ className: "".concat(footerStyles.youtube_btn) + ' allcentered mx-2 ',
57183
57199
  onClick: function onClick() {
57184
- var _authdetailsContext$i16;
57185
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.whatsappnumber) != null) {
57186
- var _authdetailsContext$i17;
57187
- window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.whatsappnumber), '_blank');
57200
+ var _authdetailsContext$i15;
57201
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.whatsappnumber) != null) {
57202
+ var _authdetailsContext$i16;
57203
+ window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.whatsappnumber), '_blank');
57188
57204
  }
57189
57205
  }
57190
57206
  }, /*#__PURE__*/React.createElement("i", {
57191
57207
  className: "h-100 allcentered"
57192
57208
  }, /*#__PURE__*/React.createElement(FaWhatsapp, {
57193
57209
  size: sectionproperties.youtubebtniconfontsize
57210
+ }))), sectionproperties.tiktokshow == 'Show' && /*#__PURE__*/React.createElement("div", {
57211
+ className: "".concat(footerStyles.tiktokbtn) + ' allcentered mx-2 ',
57212
+ onClick: function onClick() {
57213
+ var _authdetailsContext$i17;
57214
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.tiktoklink) != null) {
57215
+ var _authdetailsContext$i18;
57216
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.tiktoklink, '_blank');
57217
+ }
57218
+ }
57219
+ }, /*#__PURE__*/React.createElement("i", {
57220
+ className: "h-100 allcentered"
57221
+ }, /*#__PURE__*/React.createElement(IoLogoTiktok, {
57222
+ size: sectionproperties.tiktokbtniconfontsize
57194
57223
  })))), /*#__PURE__*/React.createElement("div", {
57195
57224
  className: "col-xl-6 col-lg-6 col-md-6 col-sm-12 d-flex flex-row align-items-center justify-content-end p-0 mb-sm-2"
57196
57225
  }, sectionproperties.showpaymentfooter == 'Show' && /*#__PURE__*/React.createElement("div", {
@@ -71838,7 +71867,7 @@ var CustomerAddressForm = function CustomerAddressForm(props) {
71838
71867
  function ownKeys$1j(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; }
71839
71868
  function _objectSpread$1j(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1j(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1j(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
71840
71869
  var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props) {
71841
- var _css, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i7, _fetchProductFeatures, _authdetailsContext$i8, _authdetailsContext$i9, _fetchProductFeatures2;
71870
+ var _css, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i7, _fetchProductFeatures, _authdetailsContext$i9, _authdetailsContext$i0, _authdetailsContext$i1, _fetchProductFeatures2;
71842
71871
  var _useState = useState(''),
71843
71872
  _useState2 = _slicedToArray(_useState, 2),
71844
71873
  sectionproperties = _useState2[0],
@@ -72297,7 +72326,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
72297
72326
  maxWidth: '500px'
72298
72327
  }
72299
72328
  }, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), /*#__PURE__*/React.createElement("div", {
72300
- "class": 'col-lg-11 col-md-12 col-sm-12 allcentered mt-3',
72329
+ "class": 'col-lg-12 col-md-12 col-sm-12 allcentered mt-3',
72301
72330
  style: {
72302
72331
  backgroundColor: sectionproperties.reservation_bgcolor,
72303
72332
  borderRadius: sectionproperties.reservation_borderradius + 'px',
@@ -72362,7 +72391,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
72362
72391
  placeholder: ''
72363
72392
  }))), (fetchProductFeaturesQueryContext === null || fetchProductFeaturesQueryContext === void 0 ? void 0 : fetchProductFeaturesQueryContext.isSuccess) && (fetchProductFeaturesQueryContext === null || fetchProductFeaturesQueryContext === void 0 || (_fetchProductFeatures = fetchProductFeaturesQueryContext.data) === null || _fetchProductFeatures === void 0 || (_fetchProductFeatures = _fetchProductFeatures.data) === null || _fetchProductFeatures === void 0 || (_fetchProductFeatures = _fetchProductFeatures.productfeatues) === null || _fetchProductFeatures === void 0 ? void 0 : _fetchProductFeatures.map(function (item, index) {
72364
72393
  if (item.type == 'Selectbox') {
72365
- var _item$featuresselectb;
72394
+ var _item$featuresselectb, _authdetailsContext$i8;
72366
72395
  var selectboxarr = [];
72367
72396
  item === null || item === void 0 || (_item$featuresselectb = item.featuresselectbovalue) === null || _item$featuresselectb === void 0 || _item$featuresselectb.forEach(function (slecitem) {
72368
72397
  var itemlabel = '';
@@ -72384,7 +72413,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
72384
72413
  textAlign: langdetect == 'en' ? 'left' : 'right'
72385
72414
  }
72386
72415
  }, langdetect == 'en' ? item.name_en : item.name_ar), /*#__PURE__*/React.createElement("div", {
72387
- "class": 'col-lg-12 p-0'
72416
+ "class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.contactinfo.instid) == '6a2ff8afac183' ? 'col-lg-12 p-0 whitelabel' : 'col-lg-12 p-0'
72388
72417
  }, /*#__PURE__*/React.createElement(Select$4, {
72389
72418
  options: selectboxarr,
72390
72419
  styles: langdetect == 'en' ? selectcustomStyles : selectcustomStylesTranslated,
@@ -72556,7 +72585,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
72556
72585
  textAlign: langdetect == 'en' ? 'left' : 'right'
72557
72586
  }
72558
72587
  }, langdetect == 'en' ? 'Price' : 'السعر'), /*#__PURE__*/React.createElement("div", {
72559
- "class": 'col-lg-12 p-0'
72588
+ "class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.contactinfo.instid) == '6a2ff8afac183' ? 'col-lg-12 p-0' : 'col-lg-12 p-0 whitelabel'
72560
72589
  }, /*#__PURE__*/React.createElement(InputRange, {
72561
72590
  draggableTrack: true,
72562
72591
  formatLabel: function formatLabel(value) {
@@ -72629,7 +72658,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
72629
72658
  routingcountext(StaticPagesLinksContext.Innervendor, true, encodeURIComponent(JSON.stringify(tempfetchproductsfilerobjcontext)));
72630
72659
  }
72631
72660
  }
72632
- }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))))))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.contactinfo.instid) == '6946c118427af' && sectionproperties.sectionstyletype == 'Style 2' && /*#__PURE__*/React.createElement("div", {
72661
+ }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))))))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i0 = authdetailsContext.instinfo) === null || _authdetailsContext$i0 === void 0 ? void 0 : _authdetailsContext$i0.contactinfo.instid) == '6946c118427af' && sectionproperties.sectionstyletype == 'Style 2' && /*#__PURE__*/React.createElement("div", {
72633
72662
  "class": "row m-0 w-100 allcentered ",
72634
72663
  style: {
72635
72664
  zIndex: 100,
@@ -72792,7 +72821,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
72792
72821
  routingcountext(StaticPagesLinksContext.Innervendor, true, encodeURIComponent(JSON.stringify(tempfetchproductsfilerobjcontext)));
72793
72822
  }
72794
72823
  }
72795
- }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.contactinfo.instid) == '688fa237d0c8c' && /*#__PURE__*/React.createElement("div", {
72824
+ }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i1 = authdetailsContext.instinfo) === null || _authdetailsContext$i1 === void 0 ? void 0 : _authdetailsContext$i1.contactinfo.instid) == '688fa237d0c8c' && /*#__PURE__*/React.createElement("div", {
72796
72825
  "class": "row m-0 w-100 allcentered mt-auto mb-4 px-4",
72797
72826
  style: {
72798
72827
  zIndex: 2
package/dist/index.umd.js CHANGED
@@ -99,6 +99,7 @@
99
99
  _this.state = {
100
100
  lang: {
101
101
  en: (_en = {
102
+ newest: 'Newest',
102
103
  compare: 'Compare',
103
104
  sortby: 'Sort by',
104
105
  maximum: 'Maximum Quantity',
@@ -176,6 +177,7 @@
176
177
  orsignupwith: 'Or Sign up with'
177
178
  }, _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_en, "price", 'Price'), "relatedproducts", 'Related products'), "qty", 'QTY'), "emptyshoppingcart", 'Your shopping cart is empty'), "shopnow", 'Shop now'), "total", 'Total'), "otherinformation", 'Other information'), "productname", 'Product name'), "quantity", 'Quantity'), "orderid", 'Order ID'), _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_en, "numberofproducts", 'Number of products'), "checkyourorder", 'Check your order'), "search", 'Search'), "searchproducts", 'Search for products...'), "choosecity", 'Choose city'), "choosestategov", 'Choose state/governorate'), "choosecountry", 'Choose country'), "giftcarddicountcode", 'Gift Card Or Discount Code...'), "nosearchresults", 'No search results'), "sale", 'Sale'), _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_en, "nofavoriteproducts", 'Your wishlist is empty'), "loggedoutsuccess", 'Logged out successfully'), "addedtocartsuccess", 'Cart is updated successfully'), "promocodeapplied", 'Promo code is applied.'), "promocoderemoved", 'Promo code is removed'), "countryandstateupdatedsuccess", 'Country and state are updated successfully'), "orderaddedsuccess", 'Order is added successfully'), "addedtowishlist", 'Added to your favourites'), "productrmovedfromwishlist", 'Removed from your favourites'), "fillthemissingfields", 'Please complete the missing fields'), _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_en, "passwordsdontmatch", "Passwords don't match"), "loggedinsuccess", 'Logged in successfully'), "subtotal", 'Sub total'), "discount", 'Discount'), "outofzone", 'Out of zone'), "total", 'Total'), "cod", 'Cash on Delivery'), "cardondelivery", 'Credit Card On Delivery'), "onlinepayment", 'Online Payment'), "paymentcardinformation", 'Payment Card Information'), _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_en, "shippingfees", 'Shipping fees'), "shippingaddress", 'Shipping address'), "cardnumber", 'Card number'), "year", 'Year'), "month", 'Month'), "cvv", 'CVV'), "nameoncard", 'Name On Card'), "country", 'Country'), "addressdetails", 'ِAddress details'), "stategov", 'State/Governorate'), _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_en, "city", 'City'), "paymentmethod", 'Payment method'), "productimage", 'Product image'), "orderdetails", 'Order details'), "orderinvoice", 'Order invoice'), "promocodediscount", 'Promo code discount'), "address", 'Address'), "update", 'Update'), "phonenumber", 'Mobile number'), "completerequiredfields", 'Please complete all required fields'), _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_en, "name", 'Name'), "email", 'Email'), "password", 'Password'), "confirmpassword", 'Confirm password'), "showmore", 'Show more'), "showless", 'Show less'), "contactdetails", 'Contact Information'), "asaguest", 'As A Guest'), "choosecountryfirst", 'Please choose country first'), "security", 'Security'), _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_en, "personalinformation", 'Personal Information'), "contactus", 'Contact us'), "slogan", 'Your website & mobile application in one place'), "recent", 'Recent'), "oldest", 'Oldest'), "pricehightolow", 'High to low'), "pricelowtohigh", 'Low to High'), "pleasecompleteaddressmissingfields", 'Please complete the missing address fields'), "instock", 'In Stock')),
178
179
  ar: (_ar = {
180
+ newest: 'الاحدث',
179
181
  compare: 'قارن',
180
182
  sortby: 'ترتيب حسب',
181
183
  maximum: 'اقصى كمية',
@@ -1181,7 +1183,7 @@
1181
1183
  backgroundColor: state.isSelected ? '' : '',
1182
1184
  padding: 5,
1183
1185
  textTransform: 'capitalize',
1184
- color: state.isSelected ? '#eac435' : '#022648',
1186
+ color: state.isSelected ? '#eac435' : '#000000',
1185
1187
  transition: '.3s',
1186
1188
  '&:hover': {
1187
1189
  color: '#eac435',
@@ -1210,7 +1212,7 @@
1210
1212
  backgroundColor: state.isSelected ? '' : '',
1211
1213
  padding: 5,
1212
1214
  textTransform: 'capitalize',
1213
- color: state.isSelected ? '#eac435' : '#ffffff',
1215
+ color: state.isSelected ? '#eac435' : '#000000',
1214
1216
  transition: '.3s',
1215
1217
  textAlign: 'right',
1216
1218
  '&:hover': {
@@ -22770,7 +22772,7 @@
22770
22772
  payloadvalue: 'sortdates',
22771
22773
  name: lang.dates,
22772
22774
  filterarray: [{
22773
- name: lang.recent,
22775
+ name: lang.newest,
22774
22776
  value: 'recent',
22775
22777
  isfilterselected: false
22776
22778
  }, {
@@ -28026,6 +28028,11 @@
28026
28028
  actions: actions,
28027
28029
  openFilterSlider: openFilterSlider,
28028
28030
  setopenFilterSlider: setopenFilterSlider
28031
+ }), authdetailsContext.instinfo.instid == '6a283551a4597' && sectionproperties.showFilter == 'show' && /*#__PURE__*/React__default["default"].createElement(CollectionsFilterHorizontal, {
28032
+ sectionpropertiesprops: sectionproperties,
28033
+ actions: actions,
28034
+ openFilterSlider: openFilterSlider,
28035
+ setopenFilterSlider: setopenFilterSlider
28029
28036
  }), sectionproperties.showproductgroupbytitle == 'Show' && GroupByTitleSection(), sectionproperties.showFilter == 'show' && /*#__PURE__*/React__default["default"].createElement("div", {
28030
28037
  className: sectionproperties.filterdirection == 'Horizontal' || sectionproperties.filterdirection == 'Collections Vertical' ? 'col-lg-12 d-flex p-0' : sectionproperties.numofcols == '2' ? 'col-lg-2 d-flex' : 'col-lg-3 d-flex'
28031
28038
  }, /*#__PURE__*/React__default["default"].createElement(Filter$1, {
@@ -56641,7 +56648,7 @@
56641
56648
  function ownKeys$1I(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; }
56642
56649
  function _objectSpread$1I(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1I(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1I(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
56643
56650
  var Footer4 = function Footer4(props) {
56644
- var _logoarrayofobjects$, _logoarrayofobjects$2, _templatepropcontext$, _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i0, _authdetailsContext$i11, _authdetailsContext$i12, _authdetailsContext$i15;
56651
+ var _logoarrayofobjects$, _logoarrayofobjects$2, _templatepropcontext$, _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i0, _authdetailsContext$i11, _authdetailsContext$i14;
56645
56652
  var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
56646
56653
  var lang = props.actions.lang;
56647
56654
  var langdetect = props.actions.langdetect;
@@ -56740,6 +56747,21 @@
56740
56747
  borderColor: sectionproperties.instgrambtnTextcoloronhover
56741
56748
  }
56742
56749
  }),
56750
+ tiktokbtn: glamor.css({
56751
+ cursor: 'pointer',
56752
+ background: sectionproperties.tiktokbtnbgColor,
56753
+ width: sectionproperties.tiktokbtnWidth + 'px',
56754
+ height: sectionproperties.tiktokbtnHeight + 'px',
56755
+ borderRadius: sectionproperties.tiktokbtn_borderRadius + 'px',
56756
+ color: sectionproperties.tiktokbtnTextcolor,
56757
+ border: sectionproperties.tiktokbtnborderwidth + 'px solid ' + sectionproperties.tiktokbtnbordercolor,
56758
+ transition: '.3s',
56759
+ ':hover': {
56760
+ background: sectionproperties.tiktokbtnbgColoronhover,
56761
+ color: sectionproperties.tiktokbtnTextcoloronhover,
56762
+ borderColor: sectionproperties.tiktokbtnTextcoloronhover
56763
+ }
56764
+ }),
56743
56765
  footersubtitlestyles: glamor.css({
56744
56766
  textTransform: sectionproperties.footertitle_texttransform,
56745
56767
  fontSize: sectionproperties.footertitle__fontsize + 'px',
@@ -56977,14 +56999,17 @@
56977
56999
  }, /*#__PURE__*/React__default["default"].createElement("div", {
56978
57000
  className: "col-xl-6 col-lg-6 col-md-6 col-sm-12 d-flex flex-row align-items-center justify-content-start justify-content-sm-center p-0 mb-sm-2"
56979
57001
  }, sectionproperties.generaltext_fontSize != 0 && /*#__PURE__*/React__default["default"].createElement("p", {
56980
- "class": langdetect == 'en' ? ' m-0 p-0 wordbreak mr-2 mr-sm-3 ' : ' m-0 p-0 wordbreak ml-2 ml-sm-3 ',
57002
+ "class": ' m-0 p-0 wordbreak mr-2 mr-sm-3 '
57003
+ // class={langdetect == 'en' ? ' m-0 p-0 wordbreak mr-2 mr-sm-3 ' : ' m-0 p-0 wordbreak ml-2 ml-sm-3 '}
57004
+ ,
56981
57005
  style: {
56982
57006
  fontSize: sectionproperties.generaltext_fontSize + 'px',
56983
57007
  color: sectionproperties.generaltext_fontColor,
56984
- fontWeight: sectionproperties.generaltext_fontWeight
57008
+ fontWeight: sectionproperties.generaltext_fontWeight,
57009
+ textAlign: langdetect == 'en' ? 'left' : 'right'
56985
57010
  }
56986
57011
  }, langdetect == 'en' ? sectionproperties.general_text_content : sectionproperties.general_text_content_ar), sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.facebooklink) && /*#__PURE__*/React__default["default"].createElement("div", {
56987
- className: langdetect == 'en' ? "".concat(footerStyles.facebook_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.facebook_btn) + ' allcentered ml-3 ml-sm-4 ',
57012
+ className: "".concat(footerStyles.facebook_btn) + ' allcentered mx-2 ',
56988
57013
  onClick: function onClick() {
56989
57014
  var _authdetailsContext$i8;
56990
57015
  if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.facebooklink) != null) {
@@ -56997,7 +57022,7 @@
56997
57022
  }, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
56998
57023
  size: sectionproperties.facebkbtnniconfontsize
56999
57024
  }))), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i0 = authdetailsContext.instinfo) === null || _authdetailsContext$i0 === void 0 ? void 0 : _authdetailsContext$i0.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
57000
- className: langdetect == 'en' ? "".concat(footerStyles.instgram_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.instgram_btn) + ' allcentered ml-3 ml-sm-4 ',
57025
+ className: "".concat(footerStyles.instgram_btn) + ' allcentered mx-2',
57001
57026
  onClick: function onClick() {
57002
57027
  var _authdetailsContext$i1;
57003
57028
  if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i1 = authdetailsContext.instinfo) === null || _authdetailsContext$i1 === void 0 ? void 0 : _authdetailsContext$i1.instagramlink) != null) {
@@ -57009,41 +57034,45 @@
57009
57034
  className: "h-100 allcentered"
57010
57035
  }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
57011
57036
  size: sectionproperties.instgrambtniconfontsize
57012
- }))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.contactinfo.instid) == '694ab980ea91c' && /*#__PURE__*/React__default["default"].createElement("div", {
57013
- className: langdetect == 'en' ? "".concat(footerStyles.instgram_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.instgram_btn) + ' allcentered ml-3 ml-sm-4 ',
57037
+ }))), sectionproperties.showtelegrambtn == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.telegramlink) && /*#__PURE__*/React__default["default"].createElement("div", {
57038
+ className: "".concat(footerStyles.facebook_btn) + ' allcentered mx-2 ',
57014
57039
  onClick: function onClick() {
57015
- window.open('https://pin.it/2FD8LfC9j', '_blank');
57016
- }
57017
- }, /*#__PURE__*/React__default["default"].createElement("i", {
57018
- className: "h-100 allcentered"
57019
- }, /*#__PURE__*/React__default["default"].createElement(FaPinterestP.FaPinterestP, {
57020
- size: sectionproperties.instgrambtniconfontsize
57021
- }))), sectionproperties.showtelegrambtn == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.telegramlink) && /*#__PURE__*/React__default["default"].createElement("div", {
57022
- className: langdetect == 'en' ? "".concat(footerStyles.facebook_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.facebook_btn) + ' allcentered ml-3 ml-sm-4 ',
57023
- onClick: function onClick() {
57024
- var _authdetailsContext$i13;
57025
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.telegramlink) != null) {
57026
- var _authdetailsContext$i14;
57027
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.telegramlink, '_blank');
57040
+ var _authdetailsContext$i12;
57041
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.telegramlink) != null) {
57042
+ var _authdetailsContext$i13;
57043
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.telegramlink, '_blank');
57028
57044
  }
57029
57045
  }
57030
57046
  }, /*#__PURE__*/React__default["default"].createElement("i", {
57031
57047
  className: "h-100 allcentered"
57032
57048
  }, /*#__PURE__*/React__default["default"].createElement(FaTelegramPlane.FaTelegramPlane, {
57033
57049
  size: sectionproperties.facebkbtnniconfontsize
57034
- }))), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("div", {
57035
- className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4 ',
57050
+ }))), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("div", {
57051
+ className: "".concat(footerStyles.youtube_btn) + ' allcentered mx-2 ',
57036
57052
  onClick: function onClick() {
57037
- var _authdetailsContext$i16;
57038
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.whatsappnumber) != null) {
57039
- var _authdetailsContext$i17;
57040
- window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.whatsappnumber), '_blank');
57053
+ var _authdetailsContext$i15;
57054
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.whatsappnumber) != null) {
57055
+ var _authdetailsContext$i16;
57056
+ window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.whatsappnumber), '_blank');
57041
57057
  }
57042
57058
  }
57043
57059
  }, /*#__PURE__*/React__default["default"].createElement("i", {
57044
57060
  className: "h-100 allcentered"
57045
57061
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
57046
57062
  size: sectionproperties.youtubebtniconfontsize
57063
+ }))), sectionproperties.tiktokshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
57064
+ className: "".concat(footerStyles.tiktokbtn) + ' allcentered mx-2 ',
57065
+ onClick: function onClick() {
57066
+ var _authdetailsContext$i17;
57067
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.tiktoklink) != null) {
57068
+ var _authdetailsContext$i18;
57069
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.tiktoklink, '_blank');
57070
+ }
57071
+ }
57072
+ }, /*#__PURE__*/React__default["default"].createElement("i", {
57073
+ className: "h-100 allcentered"
57074
+ }, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
57075
+ size: sectionproperties.tiktokbtniconfontsize
57047
57076
  })))), /*#__PURE__*/React__default["default"].createElement("div", {
57048
57077
  className: "col-xl-6 col-lg-6 col-md-6 col-sm-12 d-flex flex-row align-items-center justify-content-end p-0 mb-sm-2"
57049
57078
  }, sectionproperties.showpaymentfooter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
@@ -71691,7 +71720,7 @@
71691
71720
  function ownKeys$1j(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; }
71692
71721
  function _objectSpread$1j(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1j(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1j(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
71693
71722
  var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props) {
71694
- var _css, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i7, _fetchProductFeatures, _authdetailsContext$i8, _authdetailsContext$i9, _fetchProductFeatures2;
71723
+ var _css, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i7, _fetchProductFeatures, _authdetailsContext$i9, _authdetailsContext$i0, _authdetailsContext$i1, _fetchProductFeatures2;
71695
71724
  var _useState = React.useState(''),
71696
71725
  _useState2 = _slicedToArray__default["default"](_useState, 2),
71697
71726
  sectionproperties = _useState2[0],
@@ -72150,7 +72179,7 @@
72150
72179
  maxWidth: '500px'
72151
72180
  }
72152
72181
  }, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), /*#__PURE__*/React__default["default"].createElement("div", {
72153
- "class": 'col-lg-11 col-md-12 col-sm-12 allcentered mt-3',
72182
+ "class": 'col-lg-12 col-md-12 col-sm-12 allcentered mt-3',
72154
72183
  style: {
72155
72184
  backgroundColor: sectionproperties.reservation_bgcolor,
72156
72185
  borderRadius: sectionproperties.reservation_borderradius + 'px',
@@ -72215,7 +72244,7 @@
72215
72244
  placeholder: ''
72216
72245
  }))), (fetchProductFeaturesQueryContext === null || fetchProductFeaturesQueryContext === void 0 ? void 0 : fetchProductFeaturesQueryContext.isSuccess) && (fetchProductFeaturesQueryContext === null || fetchProductFeaturesQueryContext === void 0 || (_fetchProductFeatures = fetchProductFeaturesQueryContext.data) === null || _fetchProductFeatures === void 0 || (_fetchProductFeatures = _fetchProductFeatures.data) === null || _fetchProductFeatures === void 0 || (_fetchProductFeatures = _fetchProductFeatures.productfeatues) === null || _fetchProductFeatures === void 0 ? void 0 : _fetchProductFeatures.map(function (item, index) {
72217
72246
  if (item.type == 'Selectbox') {
72218
- var _item$featuresselectb;
72247
+ var _item$featuresselectb, _authdetailsContext$i8;
72219
72248
  var selectboxarr = [];
72220
72249
  item === null || item === void 0 || (_item$featuresselectb = item.featuresselectbovalue) === null || _item$featuresselectb === void 0 || _item$featuresselectb.forEach(function (slecitem) {
72221
72250
  var itemlabel = '';
@@ -72237,7 +72266,7 @@
72237
72266
  textAlign: langdetect == 'en' ? 'left' : 'right'
72238
72267
  }
72239
72268
  }, langdetect == 'en' ? item.name_en : item.name_ar), /*#__PURE__*/React__default["default"].createElement("div", {
72240
- "class": 'col-lg-12 p-0'
72269
+ "class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.contactinfo.instid) == '6a2ff8afac183' ? 'col-lg-12 p-0 whitelabel' : 'col-lg-12 p-0'
72241
72270
  }, /*#__PURE__*/React__default["default"].createElement(Select__default["default"], {
72242
72271
  options: selectboxarr,
72243
72272
  styles: langdetect == 'en' ? selectcustomStyles : selectcustomStylesTranslated,
@@ -72409,7 +72438,7 @@
72409
72438
  textAlign: langdetect == 'en' ? 'left' : 'right'
72410
72439
  }
72411
72440
  }, langdetect == 'en' ? 'Price' : 'السعر'), /*#__PURE__*/React__default["default"].createElement("div", {
72412
- "class": 'col-lg-12 p-0'
72441
+ "class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.contactinfo.instid) == '6a2ff8afac183' ? 'col-lg-12 p-0' : 'col-lg-12 p-0 whitelabel'
72413
72442
  }, /*#__PURE__*/React__default["default"].createElement(InputRange__default["default"], {
72414
72443
  draggableTrack: true,
72415
72444
  formatLabel: function formatLabel(value) {
@@ -72482,7 +72511,7 @@
72482
72511
  routingcountext(StaticPagesLinksContext.Innervendor, true, encodeURIComponent(JSON.stringify(tempfetchproductsfilerobjcontext)));
72483
72512
  }
72484
72513
  }
72485
- }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))))))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.contactinfo.instid) == '6946c118427af' && sectionproperties.sectionstyletype == 'Style 2' && /*#__PURE__*/React__default["default"].createElement("div", {
72514
+ }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))))))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i0 = authdetailsContext.instinfo) === null || _authdetailsContext$i0 === void 0 ? void 0 : _authdetailsContext$i0.contactinfo.instid) == '6946c118427af' && sectionproperties.sectionstyletype == 'Style 2' && /*#__PURE__*/React__default["default"].createElement("div", {
72486
72515
  "class": "row m-0 w-100 allcentered ",
72487
72516
  style: {
72488
72517
  zIndex: 100,
@@ -72645,7 +72674,7 @@
72645
72674
  routingcountext(StaticPagesLinksContext.Innervendor, true, encodeURIComponent(JSON.stringify(tempfetchproductsfilerobjcontext)));
72646
72675
  }
72647
72676
  }
72648
- }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.contactinfo.instid) == '688fa237d0c8c' && /*#__PURE__*/React__default["default"].createElement("div", {
72677
+ }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i1 = authdetailsContext.instinfo) === null || _authdetailsContext$i1 === void 0 ? void 0 : _authdetailsContext$i1.contactinfo.instid) == '688fa237d0c8c' && /*#__PURE__*/React__default["default"].createElement("div", {
72649
72678
  "class": "row m-0 w-100 allcentered mt-auto mb-4 px-4",
72650
72679
  style: {
72651
72680
  zIndex: 2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.2.1393",
3
+ "version": "0.2.1395",
4
4
  "type": "module",
5
5
  "description": "your description",
6
6
  "main": "dist/index.cjs.js",