tabexseriescomponents 0.0.651 → 0.0.652

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
@@ -8380,7 +8380,7 @@ var Ordershistory = function Ordershistory(props) {
8380
8380
  style: {
8381
8381
  minWidth: '200px'
8382
8382
  }
8383
- }, lang.numberofproducts), /*#__PURE__*/React__default["default"].createElement("th", {
8383
+ }, langdetect == 'en' ? sectionproperties.productnametitle_en : sectionproperties.productnametitle_ar), /*#__PURE__*/React__default["default"].createElement("th", {
8384
8384
  className: "text-capitalize text-center font-weight-500 font-14 text-uppercase text-light"
8385
8385
  }, lang.showmore)), /*#__PURE__*/React__default["default"].createElement("tbody", null, fetchorderhistoryQueryContext.data.data.ordershistory.map(function (item, index) {
8386
8386
  return /*#__PURE__*/React__default["default"].createElement("tr", null, /*#__PURE__*/React__default["default"].createElement("td", {
@@ -10715,7 +10715,29 @@ var Checkout = function Checkout(props) {
10715
10715
  style: {
10716
10716
  textAlign: langdetect == 'en' ? 'left' : 'right'
10717
10717
  }
10718
- }, lang.qty, ": ", item.quantity)))), sectionproperties.prodPriceshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
10718
+ }, lang.qty, ": ", item.quantity)), /*#__PURE__*/React__default["default"].createElement("div", {
10719
+ className: "col-lg-12 col-md-12 col-sm-12 d-flex mt-2 flex-column p-0"
10720
+ }, item.productinfo.hasvariants == 1 && item.productinfo.variantinfo.variantoptions.map(function (variantitem, variantindex) {
10721
+ return /*#__PURE__*/React__default["default"].createElement("div", {
10722
+ "class": "row m-0 w-100"
10723
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
10724
+ className: "col-lg-12 col-md-12 col-sm-12 p-0 d-flex"
10725
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
10726
+ className: 'text-capitalize text-dark m-0 p-0 font-weight-500 font-13 m-0 p-0 '
10727
+ }, variantitem.optionname, ":"), /*#__PURE__*/React__default["default"].createElement("p", {
10728
+ className: ' text-capitalize text-dark font-weight-500 m-0 p-0 ml-1 mr-1 '
10729
+ }, variantitem.optionvalue == '#c9b0a1' ? 'Beige' : variantitem.optionvalue == '#000000' ? 'Black' : variantitem.optionvalue)));
10730
+ }), item.product_extrafields != null && product_extrafields.map(function (extrafielditem, extrafieldindex) {
10731
+ return /*#__PURE__*/React__default["default"].createElement("div", {
10732
+ "class": "row m-0 w-100"
10733
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
10734
+ className: "col-lg-12 col-md-12 col-sm-12 p-0 d-flex"
10735
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
10736
+ className: 'text-capitalize text-dark m-0 p-0 font-weight-500 font-13 m-0 p-0 '
10737
+ }, langdetect == 'en' ? extrafielditem.title_en : extrafielditem.title_ar, ":"), /*#__PURE__*/React__default["default"].createElement("p", {
10738
+ className: ' text-capitalize text-dark font-weight-500 m-0 p-0 ml-1 mr-1 '
10739
+ }, " ", extrafielditem.value)));
10740
+ })))), sectionproperties.prodPriceshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
10719
10741
  className: "col-lg-3 col-md-3 col-sm-2 p-0"
10720
10742
  }, /*#__PURE__*/React__default["default"].createElement("div", {
10721
10743
  className: "row m-0 w-100 h-100"
@@ -10753,29 +10775,7 @@ var Checkout = function Checkout(props) {
10753
10775
  className: "col-lg-12 p-0 d-flex justify-content-end"
10754
10776
  }, /*#__PURE__*/React__default["default"].createElement("p", {
10755
10777
  className: langdetect == 'en' ? "".concat(checkoutstyles.Salepricestyless) + ' linethrough mb-0 p-0 wordbreak d-flex align-items-center justify-content-end text-right ' : "".concat(checkoutstyles.Salepricestyless) + ' linethrough mb-0 p-0 wordbreak d-flex align-items-center justify-content-end text-left '
10756
- }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', ' ', parseFloat(item.productinfo.variantinfo.variantprice).toFixed(2), ' ', langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar))))))), /*#__PURE__*/React__default["default"].createElement("div", {
10757
- className: "col-lg-12 col-md-12 col-sm-12 d-flex mt-2 flex-column"
10758
- }, item.productinfo.hasvariants == 1 && item.productinfo.variantinfo.variantoptions.map(function (variantitem, variantindex) {
10759
- return /*#__PURE__*/React__default["default"].createElement("div", {
10760
- "class": "row m-0 w-100"
10761
- }, /*#__PURE__*/React__default["default"].createElement("div", {
10762
- className: "col-lg-12 col-md-12 col-sm-12 p-0 d-flex"
10763
- }, /*#__PURE__*/React__default["default"].createElement("p", {
10764
- className: 'text-capitalize text-dark m-0 p-0 font-weight-500 font-13 m-0 p-0 '
10765
- }, variantitem.optionname, ":"), /*#__PURE__*/React__default["default"].createElement("p", {
10766
- className: ' text-capitalize text-dark font-weight-500 m-0 p-0 ml-1 mr-1 '
10767
- }, variantitem.optionvalue == '#c9b0a1' ? 'Beige' : variantitem.optionvalue == '#000000' ? 'Black' : variantitem.optionvalue)));
10768
- }), item.product_extrafields != null && product_extrafields.map(function (extrafielditem, extrafieldindex) {
10769
- return /*#__PURE__*/React__default["default"].createElement("div", {
10770
- "class": "row m-0 w-100"
10771
- }, /*#__PURE__*/React__default["default"].createElement("div", {
10772
- className: "col-lg-12 col-md-12 col-sm-12 p-0 d-flex"
10773
- }, /*#__PURE__*/React__default["default"].createElement("p", {
10774
- className: 'text-capitalize text-dark m-0 p-0 font-weight-500 font-13 m-0 p-0 '
10775
- }, langdetect == 'en' ? extrafielditem.title_en : extrafielditem.title_ar, ":"), /*#__PURE__*/React__default["default"].createElement("p", {
10776
- className: ' text-capitalize text-dark font-weight-500 m-0 p-0 ml-1 mr-1 '
10777
- }, " ", extrafielditem.value)));
10778
- }))));
10778
+ }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', ' ', parseFloat(item.productinfo.variantinfo.variantprice).toFixed(2), ' ', langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar)))))))));
10779
10779
  }), /*#__PURE__*/React__default["default"].createElement("div", {
10780
10780
  "class": "".concat(checkoutstyles.innersection) + ' row m-0 w-100 p-3 '
10781
10781
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -12284,6 +12284,9 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
12284
12284
  enableSearch: true,
12285
12285
  autoFormat: true,
12286
12286
  value: payloadobj.mobile,
12287
+ inputStyle: {
12288
+ color: sectionproperties.inputfieldcolor
12289
+ },
12287
12290
  onChange: function onChange(event, country) {
12288
12291
  var temp = _objectSpread$2j({}, payloadobj);
12289
12292
  temp.mobile = event;
@@ -44775,7 +44778,7 @@ var Footer4 = function Footer4(props) {
44775
44778
  function ownKeys$1y(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; }
44776
44779
  function _objectSpread$1y(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1y(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1y(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
44777
44780
  var Footer5 = function Footer5(props) {
44778
- var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i2, _logoarrayofobjects$3, _logoarrayofobjects$4, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17, _authdetailsContext$i20, _authdetailsContext$i23, _authdetailsContext$i25, _authdetailsContext$i28, _authdetailsContext$i31, _authdetailsContext$i34, _authdetailsContext$i37, _authdetailsContext$i40, _authdetailsContext$i43;
44781
+ var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i2, _logoarrayofobjects$3, _logoarrayofobjects$4, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17, _authdetailsContext$i20, _authdetailsContext$i23, _authdetailsContext$i26, _authdetailsContext$i28, _authdetailsContext$i31, _authdetailsContext$i34, _authdetailsContext$i37, _authdetailsContext$i40, _authdetailsContext$i43, _authdetailsContext$i46;
44779
44782
  var _useState = React.useState(''),
44780
44783
  _useState2 = _slicedToArray__default["default"](_useState, 2),
44781
44784
  sectionproperties = _useState2[0],
@@ -45204,7 +45207,7 @@ var Footer5 = function Footer5(props) {
45204
45207
  className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
45205
45208
  onClick: function onClick() {
45206
45209
  var _authdetailsContext$i21;
45207
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.tiktoklink) != null) {
45210
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.youtubelink) != null) {
45208
45211
  var _authdetailsContext$i22;
45209
45212
  window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.youtubelink, '_blank');
45210
45213
  }
@@ -45213,7 +45216,21 @@ var Footer5 = function Footer5(props) {
45213
45216
  className: "h-100 allcentered"
45214
45217
  }, /*#__PURE__*/React__default["default"].createElement(AiFillYoutube.AiFillYoutube, {
45215
45218
  size: sectionproperties.instgrambtniconfontsize
45216
- })))))), /*#__PURE__*/React__default["default"].createElement("div", {
45219
+ }))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.twitterlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
45220
+ className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
45221
+ onClick: function onClick() {
45222
+ var _authdetailsContext$i24;
45223
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.twitterlink) != null) {
45224
+ var _authdetailsContext$i25;
45225
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.twitterlink, '_blank');
45226
+ }
45227
+ }
45228
+ }, /*#__PURE__*/React__default["default"].createElement("i", {
45229
+ className: "h-100 allcentered",
45230
+ style: {
45231
+ fontSize: 20
45232
+ }
45233
+ }, "x"))))), /*#__PURE__*/React__default["default"].createElement("div", {
45217
45234
  className: "col-lg-4 mt-4 pl-md-2 pr-md-2",
45218
45235
  style: {
45219
45236
  paddingLeft: langdetect == 'en' ? '80px' : 0,
@@ -45232,11 +45249,11 @@ var Footer5 = function Footer5(props) {
45232
45249
  size: 20
45233
45250
  })), /*#__PURE__*/React__default["default"].createElement("p", {
45234
45251
  className: ' p-0 m-0 wordbreak '
45235
- }, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.address_en)), sectionproperties.showfooteremail == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
45252
+ }, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.address_en)), sectionproperties.showfooteremail == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
45236
45253
  className: "".concat(footerStyles.footerinformationstyles) + ' col-lg-12 col-md-12 col-sm-12 p-0 d-flex justify-content-start justify-content-md-center align-items-center mb-3 storeinfotext cursor-pointer ',
45237
45254
  onClick: function onClick() {
45238
- var _authdetailsContext$i24;
45239
- window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 || (_authdetailsContext$i24 = _authdetailsContext$i24.contactinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.email), '_self');
45255
+ var _authdetailsContext$i27;
45256
+ window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 || (_authdetailsContext$i27 = _authdetailsContext$i27.contactinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.email), '_self');
45240
45257
  }
45241
45258
  }, /*#__PURE__*/React__default["default"].createElement("i", {
45242
45259
  className: "h-100 d-flex justify-content-center align-items-center"
@@ -45245,7 +45262,7 @@ var Footer5 = function Footer5(props) {
45245
45262
  size: 20
45246
45263
  })), /*#__PURE__*/React__default["default"].createElement("p", {
45247
45264
  className: ' p-0 m-0 wordbreak text-transform-none storeinfotext '
45248
- }, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 || (_authdetailsContext$i25 = _authdetailsContext$i25.contactinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.email)), sectionproperties.showfooterphonenumber == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
45265
+ }, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 || (_authdetailsContext$i28 = _authdetailsContext$i28.contactinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.email)), sectionproperties.showfooterphonenumber == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
45249
45266
  className: "".concat(footerStyles.footerinformationstyles) + ' col-lg-12 col-md-12 col-sm-12 p-0 d-flex justify-content-start justify-content-md-center align-items-center mb-md-3 storeinfotext ',
45250
45267
  onClick: function onClick() {
45251
45268
  window.open('tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber), '_self');
@@ -45300,8 +45317,8 @@ var Footer5 = function Footer5(props) {
45300
45317
  "class": "".concat(footerStyles.apptore) + ' d-flex justify-content-center align-items-center cursor-pointer ',
45301
45318
  src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
45302
45319
  onClick: function onClick() {
45303
- var _authdetailsContext$i26;
45304
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.mobileapplink_appstore, '_blank');
45320
+ var _authdetailsContext$i29;
45321
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.mobileapplink_appstore, '_blank');
45305
45322
  },
45306
45323
  style: {
45307
45324
  width: '80%',
@@ -45313,8 +45330,8 @@ var Footer5 = function Footer5(props) {
45313
45330
  "class": "".concat(footerStyles.googleplay) + ' d-flex justify-content-start align-items-center cursor-pointer ',
45314
45331
  src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
45315
45332
  onClick: function onClick() {
45316
- var _authdetailsContext$i27;
45317
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.mobileapplink_playstore, '_blank');
45333
+ var _authdetailsContext$i30;
45334
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.mobileapplink_playstore, '_blank');
45318
45335
  },
45319
45336
  style: {
45320
45337
  width: '80%',
@@ -45327,78 +45344,78 @@ var Footer5 = function Footer5(props) {
45327
45344
  }
45328
45345
  }, /*#__PURE__*/React__default["default"].createElement("div", {
45329
45346
  className: "col-lg-12 allcentered"
45330
- }, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
45347
+ }, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
45331
45348
  className: langdetect == 'en' ? "".concat(footerStyles.facebook_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.facebook_btn) + ' allcentered ml-3 ml-sm-4 ',
45332
45349
  onClick: function onClick() {
45333
- var _authdetailsContext$i29;
45334
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.facebooklink) != null) {
45335
- var _authdetailsContext$i30;
45336
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.facebooklink, '_blank');
45350
+ var _authdetailsContext$i32;
45351
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i32 = authdetailsContext.instinfo) === null || _authdetailsContext$i32 === void 0 ? void 0 : _authdetailsContext$i32.facebooklink) != null) {
45352
+ var _authdetailsContext$i33;
45353
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.facebooklink, '_blank');
45337
45354
  }
45338
45355
  }
45339
45356
  }, /*#__PURE__*/React__default["default"].createElement("i", {
45340
45357
  className: "h-100 allcentered"
45341
45358
  }, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
45342
45359
  size: sectionproperties.facebkbtnniconfontsize
45343
- }))), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
45360
+ }))), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
45344
45361
  className: langdetect == 'en' ? "".concat(footerStyles.instgram_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.instgram_btn) + ' allcentered ml-3 ml-sm-4',
45345
45362
  onClick: function onClick() {
45346
- var _authdetailsContext$i32;
45347
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i32 = authdetailsContext.instinfo) === null || _authdetailsContext$i32 === void 0 ? void 0 : _authdetailsContext$i32.instagramlink) != null) {
45348
- var _authdetailsContext$i33;
45349
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.instagramlink, '_blank');
45363
+ var _authdetailsContext$i35;
45364
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.instagramlink) != null) {
45365
+ var _authdetailsContext$i36;
45366
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i36 = authdetailsContext.instinfo) === null || _authdetailsContext$i36 === void 0 ? void 0 : _authdetailsContext$i36.instagramlink, '_blank');
45350
45367
  }
45351
45368
  }
45352
45369
  }, /*#__PURE__*/React__default["default"].createElement("i", {
45353
45370
  className: "h-100 allcentered"
45354
45371
  }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
45355
45372
  size: sectionproperties.instgrambtniconfontsize
45356
- }))), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("div", {
45373
+ }))), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("div", {
45357
45374
  className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
45358
45375
  onClick: function onClick() {
45359
- var _authdetailsContext$i35;
45360
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.whatsappnumber) != null) {
45361
- var _authdetailsContext$i36;
45362
- window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i36 = authdetailsContext.instinfo) === null || _authdetailsContext$i36 === void 0 ? void 0 : _authdetailsContext$i36.whatsappnumber), '_blank');
45376
+ var _authdetailsContext$i38;
45377
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i38 = authdetailsContext.instinfo) === null || _authdetailsContext$i38 === void 0 ? void 0 : _authdetailsContext$i38.whatsappnumber) != null) {
45378
+ var _authdetailsContext$i39;
45379
+ window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.whatsappnumber), '_blank');
45363
45380
  }
45364
45381
  }
45365
45382
  }, /*#__PURE__*/React__default["default"].createElement("i", {
45366
45383
  className: "h-100 allcentered"
45367
45384
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
45368
45385
  size: sectionproperties.youtubebtniconfontsize
45369
- }))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
45386
+ }))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i40 = authdetailsContext.instinfo) === null || _authdetailsContext$i40 === void 0 ? void 0 : _authdetailsContext$i40.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
45370
45387
  className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
45371
45388
  onClick: function onClick() {
45372
- var _authdetailsContext$i38;
45373
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i38 = authdetailsContext.instinfo) === null || _authdetailsContext$i38 === void 0 ? void 0 : _authdetailsContext$i38.linkedinlink) != null) {
45374
- var _authdetailsContext$i39;
45375
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.linkedinlink, '_blank');
45389
+ var _authdetailsContext$i41;
45390
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i41 = authdetailsContext.instinfo) === null || _authdetailsContext$i41 === void 0 ? void 0 : _authdetailsContext$i41.linkedinlink) != null) {
45391
+ var _authdetailsContext$i42;
45392
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i42 = authdetailsContext.instinfo) === null || _authdetailsContext$i42 === void 0 ? void 0 : _authdetailsContext$i42.linkedinlink, '_blank');
45376
45393
  }
45377
45394
  }
45378
45395
  }, /*#__PURE__*/React__default["default"].createElement("i", {
45379
45396
  className: "h-100 allcentered"
45380
45397
  }, /*#__PURE__*/React__default["default"].createElement(FaLinkedinIn.FaLinkedinIn, {
45381
45398
  size: sectionproperties.instgrambtniconfontsize
45382
- }))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i40 = authdetailsContext.instinfo) === null || _authdetailsContext$i40 === void 0 ? void 0 : _authdetailsContext$i40.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
45399
+ }))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i43 = authdetailsContext.instinfo) === null || _authdetailsContext$i43 === void 0 ? void 0 : _authdetailsContext$i43.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
45383
45400
  className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
45384
45401
  onClick: function onClick() {
45385
- var _authdetailsContext$i41;
45386
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i41 = authdetailsContext.instinfo) === null || _authdetailsContext$i41 === void 0 ? void 0 : _authdetailsContext$i41.tiktoklink) != null) {
45387
- var _authdetailsContext$i42;
45388
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i42 = authdetailsContext.instinfo) === null || _authdetailsContext$i42 === void 0 ? void 0 : _authdetailsContext$i42.tiktoklink, '_blank');
45402
+ var _authdetailsContext$i44;
45403
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i44 = authdetailsContext.instinfo) === null || _authdetailsContext$i44 === void 0 ? void 0 : _authdetailsContext$i44.tiktoklink) != null) {
45404
+ var _authdetailsContext$i45;
45405
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i45 = authdetailsContext.instinfo) === null || _authdetailsContext$i45 === void 0 ? void 0 : _authdetailsContext$i45.tiktoklink, '_blank');
45389
45406
  }
45390
45407
  }
45391
45408
  }, /*#__PURE__*/React__default["default"].createElement("i", {
45392
45409
  className: "h-100 allcentered"
45393
45410
  }, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
45394
45411
  size: sectionproperties.instgrambtniconfontsize
45395
- }))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i43 = authdetailsContext.instinfo) === null || _authdetailsContext$i43 === void 0 ? void 0 : _authdetailsContext$i43.youtubelink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
45412
+ }))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i46 = authdetailsContext.instinfo) === null || _authdetailsContext$i46 === void 0 ? void 0 : _authdetailsContext$i46.youtubelink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
45396
45413
  className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
45397
45414
  onClick: function onClick() {
45398
- var _authdetailsContext$i44;
45399
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i44 = authdetailsContext.instinfo) === null || _authdetailsContext$i44 === void 0 ? void 0 : _authdetailsContext$i44.tiktoklink) != null) {
45400
- var _authdetailsContext$i45;
45401
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i45 = authdetailsContext.instinfo) === null || _authdetailsContext$i45 === void 0 ? void 0 : _authdetailsContext$i45.youtubelink, '_blank');
45415
+ var _authdetailsContext$i47;
45416
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i47 = authdetailsContext.instinfo) === null || _authdetailsContext$i47 === void 0 ? void 0 : _authdetailsContext$i47.tiktoklink) != null) {
45417
+ var _authdetailsContext$i48;
45418
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i48 = authdetailsContext.instinfo) === null || _authdetailsContext$i48 === void 0 ? void 0 : _authdetailsContext$i48.youtubelink, '_blank');
45402
45419
  }
45403
45420
  }
45404
45421
  }, /*#__PURE__*/React__default["default"].createElement("i", {
package/dist/index.esm.js CHANGED
@@ -8331,7 +8331,7 @@ var Ordershistory = function Ordershistory(props) {
8331
8331
  style: {
8332
8332
  minWidth: '200px'
8333
8333
  }
8334
- }, lang.numberofproducts), /*#__PURE__*/React.createElement("th", {
8334
+ }, langdetect == 'en' ? sectionproperties.productnametitle_en : sectionproperties.productnametitle_ar), /*#__PURE__*/React.createElement("th", {
8335
8335
  className: "text-capitalize text-center font-weight-500 font-14 text-uppercase text-light"
8336
8336
  }, lang.showmore)), /*#__PURE__*/React.createElement("tbody", null, fetchorderhistoryQueryContext.data.data.ordershistory.map(function (item, index) {
8337
8337
  return /*#__PURE__*/React.createElement("tr", null, /*#__PURE__*/React.createElement("td", {
@@ -10666,7 +10666,29 @@ var Checkout = function Checkout(props) {
10666
10666
  style: {
10667
10667
  textAlign: langdetect == 'en' ? 'left' : 'right'
10668
10668
  }
10669
- }, lang.qty, ": ", item.quantity)))), sectionproperties.prodPriceshow == 'Show' && /*#__PURE__*/React.createElement("div", {
10669
+ }, lang.qty, ": ", item.quantity)), /*#__PURE__*/React.createElement("div", {
10670
+ className: "col-lg-12 col-md-12 col-sm-12 d-flex mt-2 flex-column p-0"
10671
+ }, item.productinfo.hasvariants == 1 && item.productinfo.variantinfo.variantoptions.map(function (variantitem, variantindex) {
10672
+ return /*#__PURE__*/React.createElement("div", {
10673
+ "class": "row m-0 w-100"
10674
+ }, /*#__PURE__*/React.createElement("div", {
10675
+ className: "col-lg-12 col-md-12 col-sm-12 p-0 d-flex"
10676
+ }, /*#__PURE__*/React.createElement("p", {
10677
+ className: 'text-capitalize text-dark m-0 p-0 font-weight-500 font-13 m-0 p-0 '
10678
+ }, variantitem.optionname, ":"), /*#__PURE__*/React.createElement("p", {
10679
+ className: ' text-capitalize text-dark font-weight-500 m-0 p-0 ml-1 mr-1 '
10680
+ }, variantitem.optionvalue == '#c9b0a1' ? 'Beige' : variantitem.optionvalue == '#000000' ? 'Black' : variantitem.optionvalue)));
10681
+ }), item.product_extrafields != null && product_extrafields.map(function (extrafielditem, extrafieldindex) {
10682
+ return /*#__PURE__*/React.createElement("div", {
10683
+ "class": "row m-0 w-100"
10684
+ }, /*#__PURE__*/React.createElement("div", {
10685
+ className: "col-lg-12 col-md-12 col-sm-12 p-0 d-flex"
10686
+ }, /*#__PURE__*/React.createElement("p", {
10687
+ className: 'text-capitalize text-dark m-0 p-0 font-weight-500 font-13 m-0 p-0 '
10688
+ }, langdetect == 'en' ? extrafielditem.title_en : extrafielditem.title_ar, ":"), /*#__PURE__*/React.createElement("p", {
10689
+ className: ' text-capitalize text-dark font-weight-500 m-0 p-0 ml-1 mr-1 '
10690
+ }, " ", extrafielditem.value)));
10691
+ })))), sectionproperties.prodPriceshow == 'Show' && /*#__PURE__*/React.createElement("div", {
10670
10692
  className: "col-lg-3 col-md-3 col-sm-2 p-0"
10671
10693
  }, /*#__PURE__*/React.createElement("div", {
10672
10694
  className: "row m-0 w-100 h-100"
@@ -10704,29 +10726,7 @@ var Checkout = function Checkout(props) {
10704
10726
  className: "col-lg-12 p-0 d-flex justify-content-end"
10705
10727
  }, /*#__PURE__*/React.createElement("p", {
10706
10728
  className: langdetect == 'en' ? "".concat(checkoutstyles.Salepricestyless) + ' linethrough mb-0 p-0 wordbreak d-flex align-items-center justify-content-end text-right ' : "".concat(checkoutstyles.Salepricestyless) + ' linethrough mb-0 p-0 wordbreak d-flex align-items-center justify-content-end text-left '
10707
- }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', ' ', parseFloat(item.productinfo.variantinfo.variantprice).toFixed(2), ' ', langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar))))))), /*#__PURE__*/React.createElement("div", {
10708
- className: "col-lg-12 col-md-12 col-sm-12 d-flex mt-2 flex-column"
10709
- }, item.productinfo.hasvariants == 1 && item.productinfo.variantinfo.variantoptions.map(function (variantitem, variantindex) {
10710
- return /*#__PURE__*/React.createElement("div", {
10711
- "class": "row m-0 w-100"
10712
- }, /*#__PURE__*/React.createElement("div", {
10713
- className: "col-lg-12 col-md-12 col-sm-12 p-0 d-flex"
10714
- }, /*#__PURE__*/React.createElement("p", {
10715
- className: 'text-capitalize text-dark m-0 p-0 font-weight-500 font-13 m-0 p-0 '
10716
- }, variantitem.optionname, ":"), /*#__PURE__*/React.createElement("p", {
10717
- className: ' text-capitalize text-dark font-weight-500 m-0 p-0 ml-1 mr-1 '
10718
- }, variantitem.optionvalue == '#c9b0a1' ? 'Beige' : variantitem.optionvalue == '#000000' ? 'Black' : variantitem.optionvalue)));
10719
- }), item.product_extrafields != null && product_extrafields.map(function (extrafielditem, extrafieldindex) {
10720
- return /*#__PURE__*/React.createElement("div", {
10721
- "class": "row m-0 w-100"
10722
- }, /*#__PURE__*/React.createElement("div", {
10723
- className: "col-lg-12 col-md-12 col-sm-12 p-0 d-flex"
10724
- }, /*#__PURE__*/React.createElement("p", {
10725
- className: 'text-capitalize text-dark m-0 p-0 font-weight-500 font-13 m-0 p-0 '
10726
- }, langdetect == 'en' ? extrafielditem.title_en : extrafielditem.title_ar, ":"), /*#__PURE__*/React.createElement("p", {
10727
- className: ' text-capitalize text-dark font-weight-500 m-0 p-0 ml-1 mr-1 '
10728
- }, " ", extrafielditem.value)));
10729
- }))));
10729
+ }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', ' ', parseFloat(item.productinfo.variantinfo.variantprice).toFixed(2), ' ', langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar)))))))));
10730
10730
  }), /*#__PURE__*/React.createElement("div", {
10731
10731
  "class": "".concat(checkoutstyles.innersection) + ' row m-0 w-100 p-3 '
10732
10732
  }, /*#__PURE__*/React.createElement("div", {
@@ -12235,6 +12235,9 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
12235
12235
  enableSearch: true,
12236
12236
  autoFormat: true,
12237
12237
  value: payloadobj.mobile,
12238
+ inputStyle: {
12239
+ color: sectionproperties.inputfieldcolor
12240
+ },
12238
12241
  onChange: function onChange(event, country) {
12239
12242
  var temp = _objectSpread$2j({}, payloadobj);
12240
12243
  temp.mobile = event;
@@ -44726,7 +44729,7 @@ var Footer4 = function Footer4(props) {
44726
44729
  function ownKeys$1y(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; }
44727
44730
  function _objectSpread$1y(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1y(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1y(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
44728
44731
  var Footer5 = function Footer5(props) {
44729
- var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i2, _logoarrayofobjects$3, _logoarrayofobjects$4, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17, _authdetailsContext$i20, _authdetailsContext$i23, _authdetailsContext$i25, _authdetailsContext$i28, _authdetailsContext$i31, _authdetailsContext$i34, _authdetailsContext$i37, _authdetailsContext$i40, _authdetailsContext$i43;
44732
+ var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i2, _logoarrayofobjects$3, _logoarrayofobjects$4, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17, _authdetailsContext$i20, _authdetailsContext$i23, _authdetailsContext$i26, _authdetailsContext$i28, _authdetailsContext$i31, _authdetailsContext$i34, _authdetailsContext$i37, _authdetailsContext$i40, _authdetailsContext$i43, _authdetailsContext$i46;
44730
44733
  var _useState = useState(''),
44731
44734
  _useState2 = _slicedToArray(_useState, 2),
44732
44735
  sectionproperties = _useState2[0],
@@ -45155,7 +45158,7 @@ var Footer5 = function Footer5(props) {
45155
45158
  className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
45156
45159
  onClick: function onClick() {
45157
45160
  var _authdetailsContext$i21;
45158
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.tiktoklink) != null) {
45161
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.youtubelink) != null) {
45159
45162
  var _authdetailsContext$i22;
45160
45163
  window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.youtubelink, '_blank');
45161
45164
  }
@@ -45164,7 +45167,21 @@ var Footer5 = function Footer5(props) {
45164
45167
  className: "h-100 allcentered"
45165
45168
  }, /*#__PURE__*/React.createElement(AiFillYoutube, {
45166
45169
  size: sectionproperties.instgrambtniconfontsize
45167
- })))))), /*#__PURE__*/React.createElement("div", {
45170
+ }))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.twitterlink) != null && /*#__PURE__*/React.createElement("div", {
45171
+ className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
45172
+ onClick: function onClick() {
45173
+ var _authdetailsContext$i24;
45174
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.twitterlink) != null) {
45175
+ var _authdetailsContext$i25;
45176
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.twitterlink, '_blank');
45177
+ }
45178
+ }
45179
+ }, /*#__PURE__*/React.createElement("i", {
45180
+ className: "h-100 allcentered",
45181
+ style: {
45182
+ fontSize: 20
45183
+ }
45184
+ }, "x"))))), /*#__PURE__*/React.createElement("div", {
45168
45185
  className: "col-lg-4 mt-4 pl-md-2 pr-md-2",
45169
45186
  style: {
45170
45187
  paddingLeft: langdetect == 'en' ? '80px' : 0,
@@ -45183,11 +45200,11 @@ var Footer5 = function Footer5(props) {
45183
45200
  size: 20
45184
45201
  })), /*#__PURE__*/React.createElement("p", {
45185
45202
  className: ' p-0 m-0 wordbreak '
45186
- }, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.address_en)), sectionproperties.showfooteremail == 'Show' && /*#__PURE__*/React.createElement("div", {
45203
+ }, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.address_en)), sectionproperties.showfooteremail == 'Show' && /*#__PURE__*/React.createElement("div", {
45187
45204
  className: "".concat(footerStyles.footerinformationstyles) + ' col-lg-12 col-md-12 col-sm-12 p-0 d-flex justify-content-start justify-content-md-center align-items-center mb-3 storeinfotext cursor-pointer ',
45188
45205
  onClick: function onClick() {
45189
- var _authdetailsContext$i24;
45190
- window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 || (_authdetailsContext$i24 = _authdetailsContext$i24.contactinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.email), '_self');
45206
+ var _authdetailsContext$i27;
45207
+ window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 || (_authdetailsContext$i27 = _authdetailsContext$i27.contactinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.email), '_self');
45191
45208
  }
45192
45209
  }, /*#__PURE__*/React.createElement("i", {
45193
45210
  className: "h-100 d-flex justify-content-center align-items-center"
@@ -45196,7 +45213,7 @@ var Footer5 = function Footer5(props) {
45196
45213
  size: 20
45197
45214
  })), /*#__PURE__*/React.createElement("p", {
45198
45215
  className: ' p-0 m-0 wordbreak text-transform-none storeinfotext '
45199
- }, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 || (_authdetailsContext$i25 = _authdetailsContext$i25.contactinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.email)), sectionproperties.showfooterphonenumber == 'Show' && /*#__PURE__*/React.createElement("div", {
45216
+ }, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 || (_authdetailsContext$i28 = _authdetailsContext$i28.contactinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.email)), sectionproperties.showfooterphonenumber == 'Show' && /*#__PURE__*/React.createElement("div", {
45200
45217
  className: "".concat(footerStyles.footerinformationstyles) + ' col-lg-12 col-md-12 col-sm-12 p-0 d-flex justify-content-start justify-content-md-center align-items-center mb-md-3 storeinfotext ',
45201
45218
  onClick: function onClick() {
45202
45219
  window.open('tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber), '_self');
@@ -45251,8 +45268,8 @@ var Footer5 = function Footer5(props) {
45251
45268
  "class": "".concat(footerStyles.apptore) + ' d-flex justify-content-center align-items-center cursor-pointer ',
45252
45269
  src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
45253
45270
  onClick: function onClick() {
45254
- var _authdetailsContext$i26;
45255
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.mobileapplink_appstore, '_blank');
45271
+ var _authdetailsContext$i29;
45272
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.mobileapplink_appstore, '_blank');
45256
45273
  },
45257
45274
  style: {
45258
45275
  width: '80%',
@@ -45264,8 +45281,8 @@ var Footer5 = function Footer5(props) {
45264
45281
  "class": "".concat(footerStyles.googleplay) + ' d-flex justify-content-start align-items-center cursor-pointer ',
45265
45282
  src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
45266
45283
  onClick: function onClick() {
45267
- var _authdetailsContext$i27;
45268
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.mobileapplink_playstore, '_blank');
45284
+ var _authdetailsContext$i30;
45285
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.mobileapplink_playstore, '_blank');
45269
45286
  },
45270
45287
  style: {
45271
45288
  width: '80%',
@@ -45278,78 +45295,78 @@ var Footer5 = function Footer5(props) {
45278
45295
  }
45279
45296
  }, /*#__PURE__*/React.createElement("div", {
45280
45297
  className: "col-lg-12 allcentered"
45281
- }, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.facebooklink) != null && /*#__PURE__*/React.createElement("div", {
45298
+ }, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.facebooklink) != null && /*#__PURE__*/React.createElement("div", {
45282
45299
  className: langdetect == 'en' ? "".concat(footerStyles.facebook_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.facebook_btn) + ' allcentered ml-3 ml-sm-4 ',
45283
45300
  onClick: function onClick() {
45284
- var _authdetailsContext$i29;
45285
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.facebooklink) != null) {
45286
- var _authdetailsContext$i30;
45287
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.facebooklink, '_blank');
45301
+ var _authdetailsContext$i32;
45302
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i32 = authdetailsContext.instinfo) === null || _authdetailsContext$i32 === void 0 ? void 0 : _authdetailsContext$i32.facebooklink) != null) {
45303
+ var _authdetailsContext$i33;
45304
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.facebooklink, '_blank');
45288
45305
  }
45289
45306
  }
45290
45307
  }, /*#__PURE__*/React.createElement("i", {
45291
45308
  className: "h-100 allcentered"
45292
45309
  }, /*#__PURE__*/React.createElement(FaFacebookF, {
45293
45310
  size: sectionproperties.facebkbtnniconfontsize
45294
- }))), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.instagramlink) != null && /*#__PURE__*/React.createElement("div", {
45311
+ }))), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.instagramlink) != null && /*#__PURE__*/React.createElement("div", {
45295
45312
  className: langdetect == 'en' ? "".concat(footerStyles.instgram_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.instgram_btn) + ' allcentered ml-3 ml-sm-4',
45296
45313
  onClick: function onClick() {
45297
- var _authdetailsContext$i32;
45298
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i32 = authdetailsContext.instinfo) === null || _authdetailsContext$i32 === void 0 ? void 0 : _authdetailsContext$i32.instagramlink) != null) {
45299
- var _authdetailsContext$i33;
45300
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.instagramlink, '_blank');
45314
+ var _authdetailsContext$i35;
45315
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.instagramlink) != null) {
45316
+ var _authdetailsContext$i36;
45317
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i36 = authdetailsContext.instinfo) === null || _authdetailsContext$i36 === void 0 ? void 0 : _authdetailsContext$i36.instagramlink, '_blank');
45301
45318
  }
45302
45319
  }
45303
45320
  }, /*#__PURE__*/React.createElement("i", {
45304
45321
  className: "h-100 allcentered"
45305
45322
  }, /*#__PURE__*/React.createElement(AiFillInstagram, {
45306
45323
  size: sectionproperties.instgrambtniconfontsize
45307
- }))), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.whatsappnumber) != null && /*#__PURE__*/React.createElement("div", {
45324
+ }))), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.whatsappnumber) != null && /*#__PURE__*/React.createElement("div", {
45308
45325
  className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
45309
45326
  onClick: function onClick() {
45310
- var _authdetailsContext$i35;
45311
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.whatsappnumber) != null) {
45312
- var _authdetailsContext$i36;
45313
- window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i36 = authdetailsContext.instinfo) === null || _authdetailsContext$i36 === void 0 ? void 0 : _authdetailsContext$i36.whatsappnumber), '_blank');
45327
+ var _authdetailsContext$i38;
45328
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i38 = authdetailsContext.instinfo) === null || _authdetailsContext$i38 === void 0 ? void 0 : _authdetailsContext$i38.whatsappnumber) != null) {
45329
+ var _authdetailsContext$i39;
45330
+ window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.whatsappnumber), '_blank');
45314
45331
  }
45315
45332
  }
45316
45333
  }, /*#__PURE__*/React.createElement("i", {
45317
45334
  className: "h-100 allcentered"
45318
45335
  }, /*#__PURE__*/React.createElement(FaWhatsapp, {
45319
45336
  size: sectionproperties.youtubebtniconfontsize
45320
- }))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.linkedinlink) != null && /*#__PURE__*/React.createElement("div", {
45337
+ }))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i40 = authdetailsContext.instinfo) === null || _authdetailsContext$i40 === void 0 ? void 0 : _authdetailsContext$i40.linkedinlink) != null && /*#__PURE__*/React.createElement("div", {
45321
45338
  className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
45322
45339
  onClick: function onClick() {
45323
- var _authdetailsContext$i38;
45324
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i38 = authdetailsContext.instinfo) === null || _authdetailsContext$i38 === void 0 ? void 0 : _authdetailsContext$i38.linkedinlink) != null) {
45325
- var _authdetailsContext$i39;
45326
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.linkedinlink, '_blank');
45340
+ var _authdetailsContext$i41;
45341
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i41 = authdetailsContext.instinfo) === null || _authdetailsContext$i41 === void 0 ? void 0 : _authdetailsContext$i41.linkedinlink) != null) {
45342
+ var _authdetailsContext$i42;
45343
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i42 = authdetailsContext.instinfo) === null || _authdetailsContext$i42 === void 0 ? void 0 : _authdetailsContext$i42.linkedinlink, '_blank');
45327
45344
  }
45328
45345
  }
45329
45346
  }, /*#__PURE__*/React.createElement("i", {
45330
45347
  className: "h-100 allcentered"
45331
45348
  }, /*#__PURE__*/React.createElement(FaLinkedinIn, {
45332
45349
  size: sectionproperties.instgrambtniconfontsize
45333
- }))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i40 = authdetailsContext.instinfo) === null || _authdetailsContext$i40 === void 0 ? void 0 : _authdetailsContext$i40.tiktoklink) != null && /*#__PURE__*/React.createElement("div", {
45350
+ }))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i43 = authdetailsContext.instinfo) === null || _authdetailsContext$i43 === void 0 ? void 0 : _authdetailsContext$i43.tiktoklink) != null && /*#__PURE__*/React.createElement("div", {
45334
45351
  className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
45335
45352
  onClick: function onClick() {
45336
- var _authdetailsContext$i41;
45337
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i41 = authdetailsContext.instinfo) === null || _authdetailsContext$i41 === void 0 ? void 0 : _authdetailsContext$i41.tiktoklink) != null) {
45338
- var _authdetailsContext$i42;
45339
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i42 = authdetailsContext.instinfo) === null || _authdetailsContext$i42 === void 0 ? void 0 : _authdetailsContext$i42.tiktoklink, '_blank');
45353
+ var _authdetailsContext$i44;
45354
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i44 = authdetailsContext.instinfo) === null || _authdetailsContext$i44 === void 0 ? void 0 : _authdetailsContext$i44.tiktoklink) != null) {
45355
+ var _authdetailsContext$i45;
45356
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i45 = authdetailsContext.instinfo) === null || _authdetailsContext$i45 === void 0 ? void 0 : _authdetailsContext$i45.tiktoklink, '_blank');
45340
45357
  }
45341
45358
  }
45342
45359
  }, /*#__PURE__*/React.createElement("i", {
45343
45360
  className: "h-100 allcentered"
45344
45361
  }, /*#__PURE__*/React.createElement(IoLogoTiktok, {
45345
45362
  size: sectionproperties.instgrambtniconfontsize
45346
- }))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i43 = authdetailsContext.instinfo) === null || _authdetailsContext$i43 === void 0 ? void 0 : _authdetailsContext$i43.youtubelink) != null && /*#__PURE__*/React.createElement("div", {
45363
+ }))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i46 = authdetailsContext.instinfo) === null || _authdetailsContext$i46 === void 0 ? void 0 : _authdetailsContext$i46.youtubelink) != null && /*#__PURE__*/React.createElement("div", {
45347
45364
  className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
45348
45365
  onClick: function onClick() {
45349
- var _authdetailsContext$i44;
45350
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i44 = authdetailsContext.instinfo) === null || _authdetailsContext$i44 === void 0 ? void 0 : _authdetailsContext$i44.tiktoklink) != null) {
45351
- var _authdetailsContext$i45;
45352
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i45 = authdetailsContext.instinfo) === null || _authdetailsContext$i45 === void 0 ? void 0 : _authdetailsContext$i45.youtubelink, '_blank');
45366
+ var _authdetailsContext$i47;
45367
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i47 = authdetailsContext.instinfo) === null || _authdetailsContext$i47 === void 0 ? void 0 : _authdetailsContext$i47.tiktoklink) != null) {
45368
+ var _authdetailsContext$i48;
45369
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i48 = authdetailsContext.instinfo) === null || _authdetailsContext$i48 === void 0 ? void 0 : _authdetailsContext$i48.youtubelink, '_blank');
45353
45370
  }
45354
45371
  }
45355
45372
  }, /*#__PURE__*/React.createElement("i", {
package/dist/index.umd.js CHANGED
@@ -8204,7 +8204,7 @@
8204
8204
  style: {
8205
8205
  minWidth: '200px'
8206
8206
  }
8207
- }, lang.numberofproducts), /*#__PURE__*/React__default["default"].createElement("th", {
8207
+ }, langdetect == 'en' ? sectionproperties.productnametitle_en : sectionproperties.productnametitle_ar), /*#__PURE__*/React__default["default"].createElement("th", {
8208
8208
  className: "text-capitalize text-center font-weight-500 font-14 text-uppercase text-light"
8209
8209
  }, lang.showmore)), /*#__PURE__*/React__default["default"].createElement("tbody", null, fetchorderhistoryQueryContext.data.data.ordershistory.map(function (item, index) {
8210
8210
  return /*#__PURE__*/React__default["default"].createElement("tr", null, /*#__PURE__*/React__default["default"].createElement("td", {
@@ -10539,7 +10539,29 @@
10539
10539
  style: {
10540
10540
  textAlign: langdetect == 'en' ? 'left' : 'right'
10541
10541
  }
10542
- }, lang.qty, ": ", item.quantity)))), sectionproperties.prodPriceshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
10542
+ }, lang.qty, ": ", item.quantity)), /*#__PURE__*/React__default["default"].createElement("div", {
10543
+ className: "col-lg-12 col-md-12 col-sm-12 d-flex mt-2 flex-column p-0"
10544
+ }, item.productinfo.hasvariants == 1 && item.productinfo.variantinfo.variantoptions.map(function (variantitem, variantindex) {
10545
+ return /*#__PURE__*/React__default["default"].createElement("div", {
10546
+ "class": "row m-0 w-100"
10547
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
10548
+ className: "col-lg-12 col-md-12 col-sm-12 p-0 d-flex"
10549
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
10550
+ className: 'text-capitalize text-dark m-0 p-0 font-weight-500 font-13 m-0 p-0 '
10551
+ }, variantitem.optionname, ":"), /*#__PURE__*/React__default["default"].createElement("p", {
10552
+ className: ' text-capitalize text-dark font-weight-500 m-0 p-0 ml-1 mr-1 '
10553
+ }, variantitem.optionvalue == '#c9b0a1' ? 'Beige' : variantitem.optionvalue == '#000000' ? 'Black' : variantitem.optionvalue)));
10554
+ }), item.product_extrafields != null && product_extrafields.map(function (extrafielditem, extrafieldindex) {
10555
+ return /*#__PURE__*/React__default["default"].createElement("div", {
10556
+ "class": "row m-0 w-100"
10557
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
10558
+ className: "col-lg-12 col-md-12 col-sm-12 p-0 d-flex"
10559
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
10560
+ className: 'text-capitalize text-dark m-0 p-0 font-weight-500 font-13 m-0 p-0 '
10561
+ }, langdetect == 'en' ? extrafielditem.title_en : extrafielditem.title_ar, ":"), /*#__PURE__*/React__default["default"].createElement("p", {
10562
+ className: ' text-capitalize text-dark font-weight-500 m-0 p-0 ml-1 mr-1 '
10563
+ }, " ", extrafielditem.value)));
10564
+ })))), sectionproperties.prodPriceshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
10543
10565
  className: "col-lg-3 col-md-3 col-sm-2 p-0"
10544
10566
  }, /*#__PURE__*/React__default["default"].createElement("div", {
10545
10567
  className: "row m-0 w-100 h-100"
@@ -10577,29 +10599,7 @@
10577
10599
  className: "col-lg-12 p-0 d-flex justify-content-end"
10578
10600
  }, /*#__PURE__*/React__default["default"].createElement("p", {
10579
10601
  className: langdetect == 'en' ? "".concat(checkoutstyles.Salepricestyless) + ' linethrough mb-0 p-0 wordbreak d-flex align-items-center justify-content-end text-right ' : "".concat(checkoutstyles.Salepricestyless) + ' linethrough mb-0 p-0 wordbreak d-flex align-items-center justify-content-end text-left '
10580
- }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', ' ', parseFloat(item.productinfo.variantinfo.variantprice).toFixed(2), ' ', langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar))))))), /*#__PURE__*/React__default["default"].createElement("div", {
10581
- className: "col-lg-12 col-md-12 col-sm-12 d-flex mt-2 flex-column"
10582
- }, item.productinfo.hasvariants == 1 && item.productinfo.variantinfo.variantoptions.map(function (variantitem, variantindex) {
10583
- return /*#__PURE__*/React__default["default"].createElement("div", {
10584
- "class": "row m-0 w-100"
10585
- }, /*#__PURE__*/React__default["default"].createElement("div", {
10586
- className: "col-lg-12 col-md-12 col-sm-12 p-0 d-flex"
10587
- }, /*#__PURE__*/React__default["default"].createElement("p", {
10588
- className: 'text-capitalize text-dark m-0 p-0 font-weight-500 font-13 m-0 p-0 '
10589
- }, variantitem.optionname, ":"), /*#__PURE__*/React__default["default"].createElement("p", {
10590
- className: ' text-capitalize text-dark font-weight-500 m-0 p-0 ml-1 mr-1 '
10591
- }, variantitem.optionvalue == '#c9b0a1' ? 'Beige' : variantitem.optionvalue == '#000000' ? 'Black' : variantitem.optionvalue)));
10592
- }), item.product_extrafields != null && product_extrafields.map(function (extrafielditem, extrafieldindex) {
10593
- return /*#__PURE__*/React__default["default"].createElement("div", {
10594
- "class": "row m-0 w-100"
10595
- }, /*#__PURE__*/React__default["default"].createElement("div", {
10596
- className: "col-lg-12 col-md-12 col-sm-12 p-0 d-flex"
10597
- }, /*#__PURE__*/React__default["default"].createElement("p", {
10598
- className: 'text-capitalize text-dark m-0 p-0 font-weight-500 font-13 m-0 p-0 '
10599
- }, langdetect == 'en' ? extrafielditem.title_en : extrafielditem.title_ar, ":"), /*#__PURE__*/React__default["default"].createElement("p", {
10600
- className: ' text-capitalize text-dark font-weight-500 m-0 p-0 ml-1 mr-1 '
10601
- }, " ", extrafielditem.value)));
10602
- }))));
10602
+ }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', ' ', parseFloat(item.productinfo.variantinfo.variantprice).toFixed(2), ' ', langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar)))))))));
10603
10603
  }), /*#__PURE__*/React__default["default"].createElement("div", {
10604
10604
  "class": "".concat(checkoutstyles.innersection) + ' row m-0 w-100 p-3 '
10605
10605
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -12108,6 +12108,9 @@
12108
12108
  enableSearch: true,
12109
12109
  autoFormat: true,
12110
12110
  value: payloadobj.mobile,
12111
+ inputStyle: {
12112
+ color: sectionproperties.inputfieldcolor
12113
+ },
12111
12114
  onChange: function onChange(event, country) {
12112
12115
  var temp = _objectSpread$2j({}, payloadobj);
12113
12116
  temp.mobile = event;
@@ -44599,7 +44602,7 @@
44599
44602
  function ownKeys$1y(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; }
44600
44603
  function _objectSpread$1y(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1y(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1y(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
44601
44604
  var Footer5 = function Footer5(props) {
44602
- var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i2, _logoarrayofobjects$3, _logoarrayofobjects$4, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17, _authdetailsContext$i20, _authdetailsContext$i23, _authdetailsContext$i25, _authdetailsContext$i28, _authdetailsContext$i31, _authdetailsContext$i34, _authdetailsContext$i37, _authdetailsContext$i40, _authdetailsContext$i43;
44605
+ var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i2, _logoarrayofobjects$3, _logoarrayofobjects$4, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17, _authdetailsContext$i20, _authdetailsContext$i23, _authdetailsContext$i26, _authdetailsContext$i28, _authdetailsContext$i31, _authdetailsContext$i34, _authdetailsContext$i37, _authdetailsContext$i40, _authdetailsContext$i43, _authdetailsContext$i46;
44603
44606
  var _useState = React.useState(''),
44604
44607
  _useState2 = _slicedToArray__default["default"](_useState, 2),
44605
44608
  sectionproperties = _useState2[0],
@@ -45028,7 +45031,7 @@
45028
45031
  className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
45029
45032
  onClick: function onClick() {
45030
45033
  var _authdetailsContext$i21;
45031
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.tiktoklink) != null) {
45034
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.youtubelink) != null) {
45032
45035
  var _authdetailsContext$i22;
45033
45036
  window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.youtubelink, '_blank');
45034
45037
  }
@@ -45037,7 +45040,21 @@
45037
45040
  className: "h-100 allcentered"
45038
45041
  }, /*#__PURE__*/React__default["default"].createElement(AiFillYoutube.AiFillYoutube, {
45039
45042
  size: sectionproperties.instgrambtniconfontsize
45040
- })))))), /*#__PURE__*/React__default["default"].createElement("div", {
45043
+ }))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.twitterlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
45044
+ className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
45045
+ onClick: function onClick() {
45046
+ var _authdetailsContext$i24;
45047
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.twitterlink) != null) {
45048
+ var _authdetailsContext$i25;
45049
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.twitterlink, '_blank');
45050
+ }
45051
+ }
45052
+ }, /*#__PURE__*/React__default["default"].createElement("i", {
45053
+ className: "h-100 allcentered",
45054
+ style: {
45055
+ fontSize: 20
45056
+ }
45057
+ }, "x"))))), /*#__PURE__*/React__default["default"].createElement("div", {
45041
45058
  className: "col-lg-4 mt-4 pl-md-2 pr-md-2",
45042
45059
  style: {
45043
45060
  paddingLeft: langdetect == 'en' ? '80px' : 0,
@@ -45056,11 +45073,11 @@
45056
45073
  size: 20
45057
45074
  })), /*#__PURE__*/React__default["default"].createElement("p", {
45058
45075
  className: ' p-0 m-0 wordbreak '
45059
- }, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.address_en)), sectionproperties.showfooteremail == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
45076
+ }, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.address_en)), sectionproperties.showfooteremail == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
45060
45077
  className: "".concat(footerStyles.footerinformationstyles) + ' col-lg-12 col-md-12 col-sm-12 p-0 d-flex justify-content-start justify-content-md-center align-items-center mb-3 storeinfotext cursor-pointer ',
45061
45078
  onClick: function onClick() {
45062
- var _authdetailsContext$i24;
45063
- window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 || (_authdetailsContext$i24 = _authdetailsContext$i24.contactinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.email), '_self');
45079
+ var _authdetailsContext$i27;
45080
+ window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 || (_authdetailsContext$i27 = _authdetailsContext$i27.contactinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.email), '_self');
45064
45081
  }
45065
45082
  }, /*#__PURE__*/React__default["default"].createElement("i", {
45066
45083
  className: "h-100 d-flex justify-content-center align-items-center"
@@ -45069,7 +45086,7 @@
45069
45086
  size: 20
45070
45087
  })), /*#__PURE__*/React__default["default"].createElement("p", {
45071
45088
  className: ' p-0 m-0 wordbreak text-transform-none storeinfotext '
45072
- }, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 || (_authdetailsContext$i25 = _authdetailsContext$i25.contactinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.email)), sectionproperties.showfooterphonenumber == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
45089
+ }, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 || (_authdetailsContext$i28 = _authdetailsContext$i28.contactinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.email)), sectionproperties.showfooterphonenumber == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
45073
45090
  className: "".concat(footerStyles.footerinformationstyles) + ' col-lg-12 col-md-12 col-sm-12 p-0 d-flex justify-content-start justify-content-md-center align-items-center mb-md-3 storeinfotext ',
45074
45091
  onClick: function onClick() {
45075
45092
  window.open('tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber), '_self');
@@ -45124,8 +45141,8 @@
45124
45141
  "class": "".concat(footerStyles.apptore) + ' d-flex justify-content-center align-items-center cursor-pointer ',
45125
45142
  src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
45126
45143
  onClick: function onClick() {
45127
- var _authdetailsContext$i26;
45128
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.mobileapplink_appstore, '_blank');
45144
+ var _authdetailsContext$i29;
45145
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.mobileapplink_appstore, '_blank');
45129
45146
  },
45130
45147
  style: {
45131
45148
  width: '80%',
@@ -45137,8 +45154,8 @@
45137
45154
  "class": "".concat(footerStyles.googleplay) + ' d-flex justify-content-start align-items-center cursor-pointer ',
45138
45155
  src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
45139
45156
  onClick: function onClick() {
45140
- var _authdetailsContext$i27;
45141
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.mobileapplink_playstore, '_blank');
45157
+ var _authdetailsContext$i30;
45158
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.mobileapplink_playstore, '_blank');
45142
45159
  },
45143
45160
  style: {
45144
45161
  width: '80%',
@@ -45151,78 +45168,78 @@
45151
45168
  }
45152
45169
  }, /*#__PURE__*/React__default["default"].createElement("div", {
45153
45170
  className: "col-lg-12 allcentered"
45154
- }, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
45171
+ }, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
45155
45172
  className: langdetect == 'en' ? "".concat(footerStyles.facebook_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.facebook_btn) + ' allcentered ml-3 ml-sm-4 ',
45156
45173
  onClick: function onClick() {
45157
- var _authdetailsContext$i29;
45158
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.facebooklink) != null) {
45159
- var _authdetailsContext$i30;
45160
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.facebooklink, '_blank');
45174
+ var _authdetailsContext$i32;
45175
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i32 = authdetailsContext.instinfo) === null || _authdetailsContext$i32 === void 0 ? void 0 : _authdetailsContext$i32.facebooklink) != null) {
45176
+ var _authdetailsContext$i33;
45177
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.facebooklink, '_blank');
45161
45178
  }
45162
45179
  }
45163
45180
  }, /*#__PURE__*/React__default["default"].createElement("i", {
45164
45181
  className: "h-100 allcentered"
45165
45182
  }, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
45166
45183
  size: sectionproperties.facebkbtnniconfontsize
45167
- }))), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
45184
+ }))), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
45168
45185
  className: langdetect == 'en' ? "".concat(footerStyles.instgram_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.instgram_btn) + ' allcentered ml-3 ml-sm-4',
45169
45186
  onClick: function onClick() {
45170
- var _authdetailsContext$i32;
45171
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i32 = authdetailsContext.instinfo) === null || _authdetailsContext$i32 === void 0 ? void 0 : _authdetailsContext$i32.instagramlink) != null) {
45172
- var _authdetailsContext$i33;
45173
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.instagramlink, '_blank');
45187
+ var _authdetailsContext$i35;
45188
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.instagramlink) != null) {
45189
+ var _authdetailsContext$i36;
45190
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i36 = authdetailsContext.instinfo) === null || _authdetailsContext$i36 === void 0 ? void 0 : _authdetailsContext$i36.instagramlink, '_blank');
45174
45191
  }
45175
45192
  }
45176
45193
  }, /*#__PURE__*/React__default["default"].createElement("i", {
45177
45194
  className: "h-100 allcentered"
45178
45195
  }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
45179
45196
  size: sectionproperties.instgrambtniconfontsize
45180
- }))), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("div", {
45197
+ }))), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("div", {
45181
45198
  className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
45182
45199
  onClick: function onClick() {
45183
- var _authdetailsContext$i35;
45184
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.whatsappnumber) != null) {
45185
- var _authdetailsContext$i36;
45186
- window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i36 = authdetailsContext.instinfo) === null || _authdetailsContext$i36 === void 0 ? void 0 : _authdetailsContext$i36.whatsappnumber), '_blank');
45200
+ var _authdetailsContext$i38;
45201
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i38 = authdetailsContext.instinfo) === null || _authdetailsContext$i38 === void 0 ? void 0 : _authdetailsContext$i38.whatsappnumber) != null) {
45202
+ var _authdetailsContext$i39;
45203
+ window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.whatsappnumber), '_blank');
45187
45204
  }
45188
45205
  }
45189
45206
  }, /*#__PURE__*/React__default["default"].createElement("i", {
45190
45207
  className: "h-100 allcentered"
45191
45208
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
45192
45209
  size: sectionproperties.youtubebtniconfontsize
45193
- }))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
45210
+ }))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i40 = authdetailsContext.instinfo) === null || _authdetailsContext$i40 === void 0 ? void 0 : _authdetailsContext$i40.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
45194
45211
  className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
45195
45212
  onClick: function onClick() {
45196
- var _authdetailsContext$i38;
45197
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i38 = authdetailsContext.instinfo) === null || _authdetailsContext$i38 === void 0 ? void 0 : _authdetailsContext$i38.linkedinlink) != null) {
45198
- var _authdetailsContext$i39;
45199
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.linkedinlink, '_blank');
45213
+ var _authdetailsContext$i41;
45214
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i41 = authdetailsContext.instinfo) === null || _authdetailsContext$i41 === void 0 ? void 0 : _authdetailsContext$i41.linkedinlink) != null) {
45215
+ var _authdetailsContext$i42;
45216
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i42 = authdetailsContext.instinfo) === null || _authdetailsContext$i42 === void 0 ? void 0 : _authdetailsContext$i42.linkedinlink, '_blank');
45200
45217
  }
45201
45218
  }
45202
45219
  }, /*#__PURE__*/React__default["default"].createElement("i", {
45203
45220
  className: "h-100 allcentered"
45204
45221
  }, /*#__PURE__*/React__default["default"].createElement(FaLinkedinIn.FaLinkedinIn, {
45205
45222
  size: sectionproperties.instgrambtniconfontsize
45206
- }))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i40 = authdetailsContext.instinfo) === null || _authdetailsContext$i40 === void 0 ? void 0 : _authdetailsContext$i40.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
45223
+ }))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i43 = authdetailsContext.instinfo) === null || _authdetailsContext$i43 === void 0 ? void 0 : _authdetailsContext$i43.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
45207
45224
  className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
45208
45225
  onClick: function onClick() {
45209
- var _authdetailsContext$i41;
45210
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i41 = authdetailsContext.instinfo) === null || _authdetailsContext$i41 === void 0 ? void 0 : _authdetailsContext$i41.tiktoklink) != null) {
45211
- var _authdetailsContext$i42;
45212
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i42 = authdetailsContext.instinfo) === null || _authdetailsContext$i42 === void 0 ? void 0 : _authdetailsContext$i42.tiktoklink, '_blank');
45226
+ var _authdetailsContext$i44;
45227
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i44 = authdetailsContext.instinfo) === null || _authdetailsContext$i44 === void 0 ? void 0 : _authdetailsContext$i44.tiktoklink) != null) {
45228
+ var _authdetailsContext$i45;
45229
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i45 = authdetailsContext.instinfo) === null || _authdetailsContext$i45 === void 0 ? void 0 : _authdetailsContext$i45.tiktoklink, '_blank');
45213
45230
  }
45214
45231
  }
45215
45232
  }, /*#__PURE__*/React__default["default"].createElement("i", {
45216
45233
  className: "h-100 allcentered"
45217
45234
  }, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
45218
45235
  size: sectionproperties.instgrambtniconfontsize
45219
- }))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i43 = authdetailsContext.instinfo) === null || _authdetailsContext$i43 === void 0 ? void 0 : _authdetailsContext$i43.youtubelink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
45236
+ }))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i46 = authdetailsContext.instinfo) === null || _authdetailsContext$i46 === void 0 ? void 0 : _authdetailsContext$i46.youtubelink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
45220
45237
  className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
45221
45238
  onClick: function onClick() {
45222
- var _authdetailsContext$i44;
45223
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i44 = authdetailsContext.instinfo) === null || _authdetailsContext$i44 === void 0 ? void 0 : _authdetailsContext$i44.tiktoklink) != null) {
45224
- var _authdetailsContext$i45;
45225
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i45 = authdetailsContext.instinfo) === null || _authdetailsContext$i45 === void 0 ? void 0 : _authdetailsContext$i45.youtubelink, '_blank');
45239
+ var _authdetailsContext$i47;
45240
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i47 = authdetailsContext.instinfo) === null || _authdetailsContext$i47 === void 0 ? void 0 : _authdetailsContext$i47.tiktoklink) != null) {
45241
+ var _authdetailsContext$i48;
45242
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i48 = authdetailsContext.instinfo) === null || _authdetailsContext$i48 === void 0 ? void 0 : _authdetailsContext$i48.youtubelink, '_blank');
45226
45243
  }
45227
45244
  }
45228
45245
  }, /*#__PURE__*/React__default["default"].createElement("i", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.651",
3
+ "version": "0.0.652",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {