tabexseriescomponents 0.0.181 → 0.0.183

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
@@ -75,6 +75,7 @@ var FiFilter = require('@react-icons/all-files/fi/FiFilter');
75
75
  var FiChevronLeft = require('@react-icons/all-files/fi/FiChevronLeft');
76
76
  var FiChevronRight = require('@react-icons/all-files/fi/FiChevronRight');
77
77
  var ReactPaginate = require('react-paginate');
78
+ var BiGlobe = require('@react-icons/all-files/bi/BiGlobe');
78
79
  var MdKeyboardArrowDown = require('@react-icons/all-files/md/MdKeyboardArrowDown');
79
80
  var FaMoneyBillWave = require('@react-icons/all-files/fa/FaMoneyBillWave');
80
81
  var BiLogOutCircle = require('@react-icons/all-files/bi/BiLogOutCircle');
@@ -103,7 +104,6 @@ var BsInfoCircle = require('@react-icons/all-files/bs/BsInfoCircle');
103
104
  var AiFillPhone = require('@react-icons/all-files/ai/AiFillPhone');
104
105
  var IoClose = require('@react-icons/all-files/io5/IoClose');
105
106
  var MdKeyboardArrowUp = require('@react-icons/all-files/md/MdKeyboardArrowUp');
106
- var BiGlobe = require('@react-icons/all-files/bi/BiGlobe');
107
107
  var FaPhoneAlt = require('@react-icons/all-files/fa/FaPhoneAlt');
108
108
  var FaPhone = require('@react-icons/all-files/fa/FaPhone');
109
109
  var GoLocation = require('@react-icons/all-files/go/GoLocation');
@@ -3604,14 +3604,14 @@ var Ordershistory = function Ordershistory(props) {
3604
3604
  "class": sectionproperties.bgcovercontainresponsive == 'Contain' ? 'h-sm-auto mb-sm-4' : '',
3605
3605
  style: {
3606
3606
  width: sectionproperties.image_width + 'vw',
3607
- height: sectionproperties.image_height + 'vh',
3607
+ height: sectionproperties.image_height == 0 ? 'auto' : sectionproperties.image_height + 'vh',
3608
3608
  marginBottom: sectionproperties.image_mb + 'px',
3609
3609
  position: 'relative'
3610
3610
  }
3611
3611
  }, /*#__PURE__*/React__default["default"].createElement(imagekitioReact.IKImage, {
3612
3612
  urlEndpoint: IKurlEndpoint,
3613
3613
  publicKey: IKpublicKey,
3614
- path: bgimagesarray.length != 0 ? langdetect == 'en' ? '/tr:w-3500,h-650/' + ((_bgimagesarray$5 = bgimagesarray[0]) === null || _bgimagesarray$5 === void 0 ? void 0 : _bgimagesarray$5.bgsection_image) : '/tr:w-3500,h-650/' + ((_bgimagesarray$6 = bgimagesarray[0]) === null || _bgimagesarray$6 === void 0 ? void 0 : _bgimagesarray$6.bgsection_image_ar) : '',
3614
+ path: bgimagesarray.length != 0 ? langdetect == 'en' ? '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + ((_bgimagesarray$5 = bgimagesarray[0]) === null || _bgimagesarray$5 === void 0 ? void 0 : _bgimagesarray$5.bgsection_image) : '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + ((_bgimagesarray$6 = bgimagesarray[0]) === null || _bgimagesarray$6 === void 0 ? void 0 : _bgimagesarray$6.bgsection_image_ar) : '',
3615
3615
  "class": "d-flex d-sm-none",
3616
3616
  style: {
3617
3617
  height: '100%',
@@ -4385,14 +4385,14 @@ var Wishlist = function Wishlist(props) {
4385
4385
  "class": sectionproperties.bgcovercontainresponsive == 'Contain' ? 'h-sm-auto mb-sm-4' : '',
4386
4386
  style: {
4387
4387
  width: sectionproperties.image_width + 'vw',
4388
- height: sectionproperties.image_height + 'vh',
4388
+ height: sectionproperties.image_height == 0 ? 'auto' : sectionproperties.image_height + 'vh',
4389
4389
  marginBottom: sectionproperties.image_mb + 'px',
4390
4390
  position: 'relative'
4391
4391
  }
4392
4392
  }, /*#__PURE__*/React__default["default"].createElement(imagekitioReact.IKImage, {
4393
4393
  urlEndpoint: IKurlEndpoint,
4394
4394
  publicKey: IKpublicKey,
4395
- path: bgimagesarray.length != 0 ? langdetect == 'en' ? '/tr:w-3500,h-650/' + ((_bgimagesarray$5 = bgimagesarray[0]) === null || _bgimagesarray$5 === void 0 ? void 0 : _bgimagesarray$5.bgsection_image) : '/tr:w-3500,h-650/' + ((_bgimagesarray$6 = bgimagesarray[0]) === null || _bgimagesarray$6 === void 0 ? void 0 : _bgimagesarray$6.bgsection_image_ar) : '',
4395
+ path: bgimagesarray.length != 0 ? langdetect == 'en' ? '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + ((_bgimagesarray$5 = bgimagesarray[0]) === null || _bgimagesarray$5 === void 0 ? void 0 : _bgimagesarray$5.bgsection_image) : '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + ((_bgimagesarray$6 = bgimagesarray[0]) === null || _bgimagesarray$6 === void 0 ? void 0 : _bgimagesarray$6.bgsection_image_ar) : '',
4396
4396
  "class": "d-flex d-sm-none",
4397
4397
  style: {
4398
4398
  height: '100%',
@@ -4962,14 +4962,14 @@ var Viewcart = function Viewcart(props) {
4962
4962
  "class": sectionproperties.bgcovercontainresponsive == 'Contain' ? 'h-sm-auto mb-sm-4' : '',
4963
4963
  style: {
4964
4964
  width: sectionproperties.image_width + 'vw',
4965
- height: sectionproperties.image_height + 'vh',
4965
+ height: sectionproperties.image_height == 0 ? 'auto' : sectionproperties.image_height + 'vh',
4966
4966
  marginBottom: sectionproperties.image_mb + 'px',
4967
4967
  position: 'relative'
4968
4968
  }
4969
4969
  }, /*#__PURE__*/React__default["default"].createElement(imagekitioReact.IKImage, {
4970
4970
  urlEndpoint: IKurlEndpoint,
4971
4971
  publicKey: IKpublicKey,
4972
- path: bgimagesarray.length != 0 ? langdetect == 'en' ? '/tr:w-3500,h-650/' + ((_bgimagesarray$5 = bgimagesarray[0]) === null || _bgimagesarray$5 === void 0 ? void 0 : _bgimagesarray$5.bgsection_image) : '/tr:w-3500,h-650/' + ((_bgimagesarray$6 = bgimagesarray[0]) === null || _bgimagesarray$6 === void 0 ? void 0 : _bgimagesarray$6.bgsection_image_ar) : '',
4972
+ path: bgimagesarray.length != 0 ? langdetect == 'en' ? '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + ((_bgimagesarray$5 = bgimagesarray[0]) === null || _bgimagesarray$5 === void 0 ? void 0 : _bgimagesarray$5.bgsection_image) : '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + ((_bgimagesarray$6 = bgimagesarray[0]) === null || _bgimagesarray$6 === void 0 ? void 0 : _bgimagesarray$6.bgsection_image_ar) : '',
4973
4973
  "class": "d-flex d-sm-none",
4974
4974
  style: {
4975
4975
  height: '100%',
@@ -7326,14 +7326,14 @@ var AccountInformation = function AccountInformation(props) {
7326
7326
  "class": sectionproperties.bgcovercontainresponsive == 'Contain' ? 'h-sm-auto mb-sm-4' : '',
7327
7327
  style: {
7328
7328
  width: sectionproperties.image_width + 'vw',
7329
- height: sectionproperties.image_height + 'vh',
7329
+ height: sectionproperties.image_height == 0 ? 'auto' : sectionproperties.image_height + 'vh',
7330
7330
  marginBottom: sectionproperties.image_mb + 'px',
7331
7331
  position: 'relative'
7332
7332
  }
7333
7333
  }, /*#__PURE__*/React__default["default"].createElement(imagekitioReact.IKImage, {
7334
7334
  urlEndpoint: IKurlEndpoint,
7335
7335
  publicKey: IKpublicKey,
7336
- path: bgimagesarray.length != 0 ? langdetect == 'en' ? '/tr:w-3500,h-650/' + ((_bgimagesarray$5 = bgimagesarray[0]) === null || _bgimagesarray$5 === void 0 ? void 0 : _bgimagesarray$5.bgsection_image) : '/tr:w-3500,h-650/' + ((_bgimagesarray$6 = bgimagesarray[0]) === null || _bgimagesarray$6 === void 0 ? void 0 : _bgimagesarray$6.bgsection_image_ar) : '',
7336
+ path: bgimagesarray.length != 0 ? langdetect == 'en' ? '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + ((_bgimagesarray$5 = bgimagesarray[0]) === null || _bgimagesarray$5 === void 0 ? void 0 : _bgimagesarray$5.bgsection_image) : '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + ((_bgimagesarray$6 = bgimagesarray[0]) === null || _bgimagesarray$6 === void 0 ? void 0 : _bgimagesarray$6.bgsection_image_ar) : '',
7337
7337
  "class": "d-flex d-sm-none",
7338
7338
  style: {
7339
7339
  height: '100%',
@@ -7546,7 +7546,7 @@ var Policies = function Policies(props) {
7546
7546
  "class": sectionproperties.bgcovercontainresponsive == 'Contain' ? 'h-sm-auto mb-sm-4' : '',
7547
7547
  style: {
7548
7548
  width: sectionproperties.image_width + 'vw',
7549
- height: sectionproperties.image_height + 'vh',
7549
+ height: sectionproperties.image_height == 0 ? 'auto' : sectionproperties.image_height + 'vh',
7550
7550
  marginBottom: sectionproperties.image_mb + 'px',
7551
7551
  position: 'relative'
7552
7552
  }
@@ -7678,11 +7678,17 @@ var Policies = function Policies(props) {
7678
7678
  borderRadius: '10px'
7679
7679
  }
7680
7680
  }, policychoosedindex.length != 0 && langdetect == 'en' && /*#__PURE__*/React__default["default"].createElement("div", {
7681
+ style: {
7682
+ color: '#000'
7683
+ },
7681
7684
  className: "w-100 mt-3",
7682
7685
  dangerouslySetInnerHTML: {
7683
7686
  __html: fetchInstitutePoliciesQueryContext === null || fetchInstitutePoliciesQueryContext === void 0 ? void 0 : (_fetchInstitutePolici3 = fetchInstitutePoliciesQueryContext.data) === null || _fetchInstitutePolici3 === void 0 ? void 0 : (_fetchInstitutePolici4 = _fetchInstitutePolici3.data) === null || _fetchInstitutePolici4 === void 0 ? void 0 : (_fetchInstitutePolici5 = _fetchInstitutePolici4.policies[policychoosedindex]) === null || _fetchInstitutePolici5 === void 0 ? void 0 : _fetchInstitutePolici5.policycontent_en
7684
7687
  }
7685
7688
  }), policychoosedindex.length != 0 && langdetect == 'ar' && /*#__PURE__*/React__default["default"].createElement("div", {
7689
+ style: {
7690
+ color: '#000'
7691
+ },
7686
7692
  className: "w-100 mt-3",
7687
7693
  dangerouslySetInnerHTML: {
7688
7694
  __html: fetchInstitutePoliciesQueryContext === null || fetchInstitutePoliciesQueryContext === void 0 ? void 0 : (_fetchInstitutePolici6 = fetchInstitutePoliciesQueryContext.data) === null || _fetchInstitutePolici6 === void 0 ? void 0 : (_fetchInstitutePolici7 = _fetchInstitutePolici6.data) === null || _fetchInstitutePolici7 === void 0 ? void 0 : (_fetchInstitutePolici8 = _fetchInstitutePolici7.policies[policychoosedindex]) === null || _fetchInstitutePolici8 === void 0 ? void 0 : _fetchInstitutePolici8.policycontent_ar
@@ -11262,12 +11268,14 @@ var Headerresponsive = function Headerresponsive(props) {
11262
11268
  className: "".concat(header_cssstyles.dropdownitemcontainer) + ' d-flex align-items-center m-0 p-0 '
11263
11269
  }, /*#__PURE__*/React__default["default"].createElement("p", {
11264
11270
  className: "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
11265
- }, /*#__PURE__*/React__default["default"].createElement("img", {
11271
+ }, sectionproperties.flagiconhederresp == 'Flag' && /*#__PURE__*/React__default["default"].createElement("img", {
11266
11272
  src: egyptflag,
11267
11273
  style: {
11268
11274
  maxWidth: '2vh',
11269
11275
  maxHeight: '2vh'
11270
11276
  }
11277
+ }), sectionproperties.flagiconhederresp != 'Flag' && /*#__PURE__*/React__default["default"].createElement(BiGlobe.BiGlobe, {
11278
+ size: 15
11271
11279
  }), /*#__PURE__*/React__default["default"].createElement("span", {
11272
11280
  className: "ml-2 mr-2"
11273
11281
  }, lang.arabic)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
@@ -11279,12 +11287,14 @@ var Headerresponsive = function Headerresponsive(props) {
11279
11287
  className: "".concat(header_cssstyles.dropdownitemcontainer) + ' d-flex align-items-center m-0 p-0 '
11280
11288
  }, /*#__PURE__*/React__default["default"].createElement("p", {
11281
11289
  className: "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
11282
- }, /*#__PURE__*/React__default["default"].createElement("img", {
11290
+ }, sectionproperties.flagiconhederresp == 'Flag' && /*#__PURE__*/React__default["default"].createElement("img", {
11283
11291
  src: usflag,
11284
11292
  style: {
11285
11293
  maxWidth: '2vh',
11286
11294
  maxHeight: '2vh'
11287
11295
  }
11296
+ }), sectionproperties.flagiconhederresp != 'Flag' && /*#__PURE__*/React__default["default"].createElement(BiGlobe.BiGlobe, {
11297
+ size: 15
11288
11298
  }), /*#__PURE__*/React__default["default"].createElement("span", {
11289
11299
  className: "ml-2 mr-2"
11290
11300
  }, lang.english)))))))), /*#__PURE__*/React__default["default"].createElement("div", {
package/dist/index.esm.js CHANGED
@@ -73,6 +73,7 @@ import { FiFilter } from '@react-icons/all-files/fi/FiFilter';
73
73
  import { FiChevronLeft } from '@react-icons/all-files/fi/FiChevronLeft';
74
74
  import { FiChevronRight } from '@react-icons/all-files/fi/FiChevronRight';
75
75
  import ReactPaginate from 'react-paginate';
76
+ import { BiGlobe } from '@react-icons/all-files/bi/BiGlobe';
76
77
  import { MdKeyboardArrowDown } from '@react-icons/all-files/md/MdKeyboardArrowDown';
77
78
  import { FaMoneyBillWave } from '@react-icons/all-files/fa/FaMoneyBillWave';
78
79
  import { BiLogOutCircle } from '@react-icons/all-files/bi/BiLogOutCircle';
@@ -101,7 +102,6 @@ import { BsInfoCircle } from '@react-icons/all-files/bs/BsInfoCircle';
101
102
  import { AiFillPhone } from '@react-icons/all-files/ai/AiFillPhone';
102
103
  import { IoClose } from '@react-icons/all-files/io5/IoClose';
103
104
  import { MdKeyboardArrowUp } from '@react-icons/all-files/md/MdKeyboardArrowUp';
104
- import { BiGlobe } from '@react-icons/all-files/bi/BiGlobe';
105
105
  import { FaPhoneAlt } from '@react-icons/all-files/fa/FaPhoneAlt';
106
106
  import { FaPhone } from '@react-icons/all-files/fa/FaPhone';
107
107
  import { GoLocation } from '@react-icons/all-files/go/GoLocation';
@@ -3560,14 +3560,14 @@ var Ordershistory = function Ordershistory(props) {
3560
3560
  "class": sectionproperties.bgcovercontainresponsive == 'Contain' ? 'h-sm-auto mb-sm-4' : '',
3561
3561
  style: {
3562
3562
  width: sectionproperties.image_width + 'vw',
3563
- height: sectionproperties.image_height + 'vh',
3563
+ height: sectionproperties.image_height == 0 ? 'auto' : sectionproperties.image_height + 'vh',
3564
3564
  marginBottom: sectionproperties.image_mb + 'px',
3565
3565
  position: 'relative'
3566
3566
  }
3567
3567
  }, /*#__PURE__*/React.createElement(IKImage, {
3568
3568
  urlEndpoint: IKurlEndpoint,
3569
3569
  publicKey: IKpublicKey,
3570
- path: bgimagesarray.length != 0 ? langdetect == 'en' ? '/tr:w-3500,h-650/' + ((_bgimagesarray$5 = bgimagesarray[0]) === null || _bgimagesarray$5 === void 0 ? void 0 : _bgimagesarray$5.bgsection_image) : '/tr:w-3500,h-650/' + ((_bgimagesarray$6 = bgimagesarray[0]) === null || _bgimagesarray$6 === void 0 ? void 0 : _bgimagesarray$6.bgsection_image_ar) : '',
3570
+ path: bgimagesarray.length != 0 ? langdetect == 'en' ? '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + ((_bgimagesarray$5 = bgimagesarray[0]) === null || _bgimagesarray$5 === void 0 ? void 0 : _bgimagesarray$5.bgsection_image) : '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + ((_bgimagesarray$6 = bgimagesarray[0]) === null || _bgimagesarray$6 === void 0 ? void 0 : _bgimagesarray$6.bgsection_image_ar) : '',
3571
3571
  "class": "d-flex d-sm-none",
3572
3572
  style: {
3573
3573
  height: '100%',
@@ -4341,14 +4341,14 @@ var Wishlist = function Wishlist(props) {
4341
4341
  "class": sectionproperties.bgcovercontainresponsive == 'Contain' ? 'h-sm-auto mb-sm-4' : '',
4342
4342
  style: {
4343
4343
  width: sectionproperties.image_width + 'vw',
4344
- height: sectionproperties.image_height + 'vh',
4344
+ height: sectionproperties.image_height == 0 ? 'auto' : sectionproperties.image_height + 'vh',
4345
4345
  marginBottom: sectionproperties.image_mb + 'px',
4346
4346
  position: 'relative'
4347
4347
  }
4348
4348
  }, /*#__PURE__*/React.createElement(IKImage, {
4349
4349
  urlEndpoint: IKurlEndpoint,
4350
4350
  publicKey: IKpublicKey,
4351
- path: bgimagesarray.length != 0 ? langdetect == 'en' ? '/tr:w-3500,h-650/' + ((_bgimagesarray$5 = bgimagesarray[0]) === null || _bgimagesarray$5 === void 0 ? void 0 : _bgimagesarray$5.bgsection_image) : '/tr:w-3500,h-650/' + ((_bgimagesarray$6 = bgimagesarray[0]) === null || _bgimagesarray$6 === void 0 ? void 0 : _bgimagesarray$6.bgsection_image_ar) : '',
4351
+ path: bgimagesarray.length != 0 ? langdetect == 'en' ? '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + ((_bgimagesarray$5 = bgimagesarray[0]) === null || _bgimagesarray$5 === void 0 ? void 0 : _bgimagesarray$5.bgsection_image) : '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + ((_bgimagesarray$6 = bgimagesarray[0]) === null || _bgimagesarray$6 === void 0 ? void 0 : _bgimagesarray$6.bgsection_image_ar) : '',
4352
4352
  "class": "d-flex d-sm-none",
4353
4353
  style: {
4354
4354
  height: '100%',
@@ -4918,14 +4918,14 @@ var Viewcart = function Viewcart(props) {
4918
4918
  "class": sectionproperties.bgcovercontainresponsive == 'Contain' ? 'h-sm-auto mb-sm-4' : '',
4919
4919
  style: {
4920
4920
  width: sectionproperties.image_width + 'vw',
4921
- height: sectionproperties.image_height + 'vh',
4921
+ height: sectionproperties.image_height == 0 ? 'auto' : sectionproperties.image_height + 'vh',
4922
4922
  marginBottom: sectionproperties.image_mb + 'px',
4923
4923
  position: 'relative'
4924
4924
  }
4925
4925
  }, /*#__PURE__*/React.createElement(IKImage, {
4926
4926
  urlEndpoint: IKurlEndpoint,
4927
4927
  publicKey: IKpublicKey,
4928
- path: bgimagesarray.length != 0 ? langdetect == 'en' ? '/tr:w-3500,h-650/' + ((_bgimagesarray$5 = bgimagesarray[0]) === null || _bgimagesarray$5 === void 0 ? void 0 : _bgimagesarray$5.bgsection_image) : '/tr:w-3500,h-650/' + ((_bgimagesarray$6 = bgimagesarray[0]) === null || _bgimagesarray$6 === void 0 ? void 0 : _bgimagesarray$6.bgsection_image_ar) : '',
4928
+ path: bgimagesarray.length != 0 ? langdetect == 'en' ? '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + ((_bgimagesarray$5 = bgimagesarray[0]) === null || _bgimagesarray$5 === void 0 ? void 0 : _bgimagesarray$5.bgsection_image) : '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + ((_bgimagesarray$6 = bgimagesarray[0]) === null || _bgimagesarray$6 === void 0 ? void 0 : _bgimagesarray$6.bgsection_image_ar) : '',
4929
4929
  "class": "d-flex d-sm-none",
4930
4930
  style: {
4931
4931
  height: '100%',
@@ -7282,14 +7282,14 @@ var AccountInformation = function AccountInformation(props) {
7282
7282
  "class": sectionproperties.bgcovercontainresponsive == 'Contain' ? 'h-sm-auto mb-sm-4' : '',
7283
7283
  style: {
7284
7284
  width: sectionproperties.image_width + 'vw',
7285
- height: sectionproperties.image_height + 'vh',
7285
+ height: sectionproperties.image_height == 0 ? 'auto' : sectionproperties.image_height + 'vh',
7286
7286
  marginBottom: sectionproperties.image_mb + 'px',
7287
7287
  position: 'relative'
7288
7288
  }
7289
7289
  }, /*#__PURE__*/React.createElement(IKImage, {
7290
7290
  urlEndpoint: IKurlEndpoint,
7291
7291
  publicKey: IKpublicKey,
7292
- path: bgimagesarray.length != 0 ? langdetect == 'en' ? '/tr:w-3500,h-650/' + ((_bgimagesarray$5 = bgimagesarray[0]) === null || _bgimagesarray$5 === void 0 ? void 0 : _bgimagesarray$5.bgsection_image) : '/tr:w-3500,h-650/' + ((_bgimagesarray$6 = bgimagesarray[0]) === null || _bgimagesarray$6 === void 0 ? void 0 : _bgimagesarray$6.bgsection_image_ar) : '',
7292
+ path: bgimagesarray.length != 0 ? langdetect == 'en' ? '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + ((_bgimagesarray$5 = bgimagesarray[0]) === null || _bgimagesarray$5 === void 0 ? void 0 : _bgimagesarray$5.bgsection_image) : '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + ((_bgimagesarray$6 = bgimagesarray[0]) === null || _bgimagesarray$6 === void 0 ? void 0 : _bgimagesarray$6.bgsection_image_ar) : '',
7293
7293
  "class": "d-flex d-sm-none",
7294
7294
  style: {
7295
7295
  height: '100%',
@@ -7502,7 +7502,7 @@ var Policies = function Policies(props) {
7502
7502
  "class": sectionproperties.bgcovercontainresponsive == 'Contain' ? 'h-sm-auto mb-sm-4' : '',
7503
7503
  style: {
7504
7504
  width: sectionproperties.image_width + 'vw',
7505
- height: sectionproperties.image_height + 'vh',
7505
+ height: sectionproperties.image_height == 0 ? 'auto' : sectionproperties.image_height + 'vh',
7506
7506
  marginBottom: sectionproperties.image_mb + 'px',
7507
7507
  position: 'relative'
7508
7508
  }
@@ -7634,11 +7634,17 @@ var Policies = function Policies(props) {
7634
7634
  borderRadius: '10px'
7635
7635
  }
7636
7636
  }, policychoosedindex.length != 0 && langdetect == 'en' && /*#__PURE__*/React.createElement("div", {
7637
+ style: {
7638
+ color: '#000'
7639
+ },
7637
7640
  className: "w-100 mt-3",
7638
7641
  dangerouslySetInnerHTML: {
7639
7642
  __html: fetchInstitutePoliciesQueryContext === null || fetchInstitutePoliciesQueryContext === void 0 ? void 0 : (_fetchInstitutePolici3 = fetchInstitutePoliciesQueryContext.data) === null || _fetchInstitutePolici3 === void 0 ? void 0 : (_fetchInstitutePolici4 = _fetchInstitutePolici3.data) === null || _fetchInstitutePolici4 === void 0 ? void 0 : (_fetchInstitutePolici5 = _fetchInstitutePolici4.policies[policychoosedindex]) === null || _fetchInstitutePolici5 === void 0 ? void 0 : _fetchInstitutePolici5.policycontent_en
7640
7643
  }
7641
7644
  }), policychoosedindex.length != 0 && langdetect == 'ar' && /*#__PURE__*/React.createElement("div", {
7645
+ style: {
7646
+ color: '#000'
7647
+ },
7642
7648
  className: "w-100 mt-3",
7643
7649
  dangerouslySetInnerHTML: {
7644
7650
  __html: fetchInstitutePoliciesQueryContext === null || fetchInstitutePoliciesQueryContext === void 0 ? void 0 : (_fetchInstitutePolici6 = fetchInstitutePoliciesQueryContext.data) === null || _fetchInstitutePolici6 === void 0 ? void 0 : (_fetchInstitutePolici7 = _fetchInstitutePolici6.data) === null || _fetchInstitutePolici7 === void 0 ? void 0 : (_fetchInstitutePolici8 = _fetchInstitutePolici7.policies[policychoosedindex]) === null || _fetchInstitutePolici8 === void 0 ? void 0 : _fetchInstitutePolici8.policycontent_ar
@@ -11218,12 +11224,14 @@ var Headerresponsive = function Headerresponsive(props) {
11218
11224
  className: "".concat(header_cssstyles.dropdownitemcontainer) + ' d-flex align-items-center m-0 p-0 '
11219
11225
  }, /*#__PURE__*/React.createElement("p", {
11220
11226
  className: "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
11221
- }, /*#__PURE__*/React.createElement("img", {
11227
+ }, sectionproperties.flagiconhederresp == 'Flag' && /*#__PURE__*/React.createElement("img", {
11222
11228
  src: egyptflag,
11223
11229
  style: {
11224
11230
  maxWidth: '2vh',
11225
11231
  maxHeight: '2vh'
11226
11232
  }
11233
+ }), sectionproperties.flagiconhederresp != 'Flag' && /*#__PURE__*/React.createElement(BiGlobe, {
11234
+ size: 15
11227
11235
  }), /*#__PURE__*/React.createElement("span", {
11228
11236
  className: "ml-2 mr-2"
11229
11237
  }, lang.arabic)))), /*#__PURE__*/React.createElement(Dropdown.Divider, null), /*#__PURE__*/React.createElement(Dropdown.Item, {
@@ -11235,12 +11243,14 @@ var Headerresponsive = function Headerresponsive(props) {
11235
11243
  className: "".concat(header_cssstyles.dropdownitemcontainer) + ' d-flex align-items-center m-0 p-0 '
11236
11244
  }, /*#__PURE__*/React.createElement("p", {
11237
11245
  className: "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
11238
- }, /*#__PURE__*/React.createElement("img", {
11246
+ }, sectionproperties.flagiconhederresp == 'Flag' && /*#__PURE__*/React.createElement("img", {
11239
11247
  src: usflag,
11240
11248
  style: {
11241
11249
  maxWidth: '2vh',
11242
11250
  maxHeight: '2vh'
11243
11251
  }
11252
+ }), sectionproperties.flagiconhederresp != 'Flag' && /*#__PURE__*/React.createElement(BiGlobe, {
11253
+ size: 15
11244
11254
  }), /*#__PURE__*/React.createElement("span", {
11245
11255
  className: "ml-2 mr-2"
11246
11256
  }, lang.english)))))))), /*#__PURE__*/React.createElement("div", {
package/dist/index.umd.js CHANGED
@@ -1,8 +1,8 @@
1
1
  (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('@babel/runtime/helpers/slicedToArray'), require('react'), require('@babel/runtime/helpers/classCallCheck'), require('@babel/runtime/helpers/createClass'), require('@babel/runtime/helpers/assertThisInitialized'), require('@babel/runtime/helpers/inherits'), require('@babel/runtime/helpers/possibleConstructorReturn'), require('@babel/runtime/helpers/getPrototypeOf'), require('@babel/runtime/helpers/defineProperty'), require('universal-cookie'), require('react-cssfx-loading'), require('glamor'), require('@react-oauth/google'), require('jwt-decode'), require('react-facebook-login/dist/facebook-login-render-props'), require('@react-icons/all-files/fa/FaFacebookF'), require('@react-icons/all-files/ai/AiOutlineUser'), require('@react-icons/all-files/io/IoMdClose'), require('react-bootstrap'), require('react-query'), require('imagekitio-react'), require('react-image-gallery'), require('@react-icons/all-files/md/MdAddShoppingCart'), require('@react-icons/all-files/io5/IoBagHandleOutline'), require('@react-icons/all-files/bs/BsBag'), require('@react-icons/all-files/cg/CgShoppingBag'), require('@react-icons/all-files/fa/FaRegHeart'), require('@react-icons/all-files/fa/FaHeart'), require('@react-icons/all-files/fi/FiShoppingBag'), require('@react-icons/all-files/fi/FiShoppingCart'), require('@react-icons/all-files/ai/AiFillStar'), require('@react-icons/all-files/ai/AiOutlineStar'), require('@react-icons/all-files/ri/RiSecurePaymentLine'), require('@react-icons/all-files/hi/HiOutlinePhone'), require('@react-icons/all-files/ai/AiOutlineSecurityScan'), require('@react-icons/all-files/fi/FiMapPin'), require('@react-icons/all-files/fa/FaShippingFast'), require('react-share'), require('@babel/runtime/helpers/toConsumableArray'), require('@react-icons/all-files/ai/AiOutlineClockCircle'), require('@react-icons/all-files/ai/AiOutlinePlus'), require('@react-icons/all-files/ai/AiOutlineCheck'), require('react-horizontal-scrolling-menu'), require('@react-icons/all-files/fa/FaStar'), require('@react-icons/all-files/io5/IoLocationSharp'), require('@react-icons/all-files/hi/HiOutlineChevronRight'), require('@react-icons/all-files/hi/HiOutlineChevronLeft'), require('@react-icons/all-files/go/GoGlobe'), require('@react-icons/all-files/vsc/VscGlobe'), require('@react-icons/all-files/fi/FiLayers'), require('@react-icons/all-files/hi/HiOutlineTrash'), require('@react-icons/all-files/bi/BiSad'), require('react-textarea-autosize'), require('@react-icons/all-files/hi/HiUser'), require('@react-icons/all-files/gr/GrMail'), require('@react-icons/all-files/fi/FiCheckCircle'), require('@react-icons/all-files/bi/BiPhone'), require('react-accessible-accordion'), require('@react-icons/all-files/bs/BsChevronLeft'), require('@react-icons/all-files/bs/BsChevronRight'), require('@react-icons/all-files/ri/RiArrowUpSLine'), require('@react-icons/all-files/ri/RiArrowDownSLine'), require('react-router-dom'), require('@react-icons/all-files/io5/IoBagCheckOutline'), require('@react-icons/all-files/io5/IoBagRemoveOutline'), require('react-bootstrap/Dropdown'), require('@react-icons/all-files/hi/HiOutlinePlus'), require('@react-icons/all-files/ai/AiOutlineMinus'), require('react-intersection-observer'), require('@react-icons/all-files/fa/FaArrowAltCircleRight'), require('@react-icons/all-files/fa/FaArrowAltCircleLeft'), require('@react-icons/all-files/fi/FiFilter'), require('@react-icons/all-files/fi/FiChevronLeft'), require('@react-icons/all-files/fi/FiChevronRight'), require('react-paginate'), require('@react-icons/all-files/md/MdKeyboardArrowDown'), require('@react-icons/all-files/fa/FaMoneyBillWave'), require('@react-icons/all-files/bi/BiLogOutCircle'), require('@react-icons/all-files/bi/BiChevronDown'), require('@react-icons/all-files/bi/BiUser'), require('@react-icons/all-files/ai/AiOutlineLogin'), require('@react-icons/all-files/ai/AiOutlineUserAdd'), require('@react-icons/all-files/ri/RiSearchLine'), require('@react-icons/all-files/cg/CgMenuLeft'), require('@react-icons/all-files/cg/CgMenuRight'), require('@react-icons/all-files/hi/HiOutlineShoppingBag'), require('@react-icons/all-files/ri/RiHandbagLine'), require('@react-icons/all-files/go/GoSearch'), require('@react-icons/all-files/fi/FiUser'), require('@react-icons/all-files/bi/BiSearch'), require('@react-icons/all-files/ai/AiOutlineHeart'), require('@react-icons/all-files/ai/AiOutlineMail'), require('@react-icons/all-files/fi/FiPhone'), require('@react-icons/all-files/hi/HiMenuAlt4'), require('@react-icons/all-files/fi/FiSearch'), require('@react-icons/all-files/bs/BsSearch'), require('@react-icons/all-files/ai/AiFillInstagram'), require('@react-icons/all-files/fa/FaWhatsapp'), require('@react-icons/all-files/ai/AiOutlineInstagram'), require('@react-icons/all-files/bs/BsInfoCircle'), require('@react-icons/all-files/ai/AiFillPhone'), require('@react-icons/all-files/io5/IoClose'), require('@react-icons/all-files/md/MdKeyboardArrowUp'), require('@react-icons/all-files/bi/BiGlobe'), require('@react-icons/all-files/fa/FaPhoneAlt'), require('@react-icons/all-files/fa/FaPhone'), require('@react-icons/all-files/go/GoLocation'), require('@react-icons/all-files/ai/AiOutlinePhone'), require('@react-icons/all-files/ri/RiRoadMapLine'), require('@react-icons/all-files/hi/HiOutlineClock'), require('react-select'), require('@react-icons/all-files/io/IoIosArrowRoundForward'), require('@react-icons/all-files/io/IoIosArrowRoundBack'), require('react-player'), require('react-background-slideshow'), require('@babel/runtime/helpers/extends'), require('react-slideshow-image'), require('@react-icons/all-files/hi/HiOutlineLocationMarker'), require('@react-icons/all-files/fi/FiPhoneCall'), require('@react-icons/all-files/fa/FaRegEye'), require('@react-icons/all-files/bs/BsArrowRight'), require('@react-icons/all-files/bs/BsArrowLeft'), require('@react-icons/all-files/bs/BsEye'), require('@react-icons/all-files/bi/BiTimeFive'), require('@react-icons/all-files/io/IoIosArrowUp'), require('@react-icons/all-files/fi/FiMinus'), require('@react-icons/all-files/fi/FiPlus')) :
3
- typeof define === 'function' && define.amd ? define(['@babel/runtime/helpers/slicedToArray', 'react', '@babel/runtime/helpers/classCallCheck', '@babel/runtime/helpers/createClass', '@babel/runtime/helpers/assertThisInitialized', '@babel/runtime/helpers/inherits', '@babel/runtime/helpers/possibleConstructorReturn', '@babel/runtime/helpers/getPrototypeOf', '@babel/runtime/helpers/defineProperty', 'universal-cookie', 'react-cssfx-loading', 'glamor', '@react-oauth/google', 'jwt-decode', 'react-facebook-login/dist/facebook-login-render-props', '@react-icons/all-files/fa/FaFacebookF', '@react-icons/all-files/ai/AiOutlineUser', '@react-icons/all-files/io/IoMdClose', 'react-bootstrap', 'react-query', 'imagekitio-react', 'react-image-gallery', '@react-icons/all-files/md/MdAddShoppingCart', '@react-icons/all-files/io5/IoBagHandleOutline', '@react-icons/all-files/bs/BsBag', '@react-icons/all-files/cg/CgShoppingBag', '@react-icons/all-files/fa/FaRegHeart', '@react-icons/all-files/fa/FaHeart', '@react-icons/all-files/fi/FiShoppingBag', '@react-icons/all-files/fi/FiShoppingCart', '@react-icons/all-files/ai/AiFillStar', '@react-icons/all-files/ai/AiOutlineStar', '@react-icons/all-files/ri/RiSecurePaymentLine', '@react-icons/all-files/hi/HiOutlinePhone', '@react-icons/all-files/ai/AiOutlineSecurityScan', '@react-icons/all-files/fi/FiMapPin', '@react-icons/all-files/fa/FaShippingFast', 'react-share', '@babel/runtime/helpers/toConsumableArray', '@react-icons/all-files/ai/AiOutlineClockCircle', '@react-icons/all-files/ai/AiOutlinePlus', '@react-icons/all-files/ai/AiOutlineCheck', 'react-horizontal-scrolling-menu', '@react-icons/all-files/fa/FaStar', '@react-icons/all-files/io5/IoLocationSharp', '@react-icons/all-files/hi/HiOutlineChevronRight', '@react-icons/all-files/hi/HiOutlineChevronLeft', '@react-icons/all-files/go/GoGlobe', '@react-icons/all-files/vsc/VscGlobe', '@react-icons/all-files/fi/FiLayers', '@react-icons/all-files/hi/HiOutlineTrash', '@react-icons/all-files/bi/BiSad', 'react-textarea-autosize', '@react-icons/all-files/hi/HiUser', '@react-icons/all-files/gr/GrMail', '@react-icons/all-files/fi/FiCheckCircle', '@react-icons/all-files/bi/BiPhone', 'react-accessible-accordion', '@react-icons/all-files/bs/BsChevronLeft', '@react-icons/all-files/bs/BsChevronRight', '@react-icons/all-files/ri/RiArrowUpSLine', '@react-icons/all-files/ri/RiArrowDownSLine', 'react-router-dom', '@react-icons/all-files/io5/IoBagCheckOutline', '@react-icons/all-files/io5/IoBagRemoveOutline', 'react-bootstrap/Dropdown', '@react-icons/all-files/hi/HiOutlinePlus', '@react-icons/all-files/ai/AiOutlineMinus', 'react-intersection-observer', '@react-icons/all-files/fa/FaArrowAltCircleRight', '@react-icons/all-files/fa/FaArrowAltCircleLeft', '@react-icons/all-files/fi/FiFilter', '@react-icons/all-files/fi/FiChevronLeft', '@react-icons/all-files/fi/FiChevronRight', 'react-paginate', '@react-icons/all-files/md/MdKeyboardArrowDown', '@react-icons/all-files/fa/FaMoneyBillWave', '@react-icons/all-files/bi/BiLogOutCircle', '@react-icons/all-files/bi/BiChevronDown', '@react-icons/all-files/bi/BiUser', '@react-icons/all-files/ai/AiOutlineLogin', '@react-icons/all-files/ai/AiOutlineUserAdd', '@react-icons/all-files/ri/RiSearchLine', '@react-icons/all-files/cg/CgMenuLeft', '@react-icons/all-files/cg/CgMenuRight', '@react-icons/all-files/hi/HiOutlineShoppingBag', '@react-icons/all-files/ri/RiHandbagLine', '@react-icons/all-files/go/GoSearch', '@react-icons/all-files/fi/FiUser', '@react-icons/all-files/bi/BiSearch', '@react-icons/all-files/ai/AiOutlineHeart', '@react-icons/all-files/ai/AiOutlineMail', '@react-icons/all-files/fi/FiPhone', '@react-icons/all-files/hi/HiMenuAlt4', '@react-icons/all-files/fi/FiSearch', '@react-icons/all-files/bs/BsSearch', '@react-icons/all-files/ai/AiFillInstagram', '@react-icons/all-files/fa/FaWhatsapp', '@react-icons/all-files/ai/AiOutlineInstagram', '@react-icons/all-files/bs/BsInfoCircle', '@react-icons/all-files/ai/AiFillPhone', '@react-icons/all-files/io5/IoClose', '@react-icons/all-files/md/MdKeyboardArrowUp', '@react-icons/all-files/bi/BiGlobe', '@react-icons/all-files/fa/FaPhoneAlt', '@react-icons/all-files/fa/FaPhone', '@react-icons/all-files/go/GoLocation', '@react-icons/all-files/ai/AiOutlinePhone', '@react-icons/all-files/ri/RiRoadMapLine', '@react-icons/all-files/hi/HiOutlineClock', 'react-select', '@react-icons/all-files/io/IoIosArrowRoundForward', '@react-icons/all-files/io/IoIosArrowRoundBack', 'react-player', 'react-background-slideshow', '@babel/runtime/helpers/extends', 'react-slideshow-image', '@react-icons/all-files/hi/HiOutlineLocationMarker', '@react-icons/all-files/fi/FiPhoneCall', '@react-icons/all-files/fa/FaRegEye', '@react-icons/all-files/bs/BsArrowRight', '@react-icons/all-files/bs/BsArrowLeft', '@react-icons/all-files/bs/BsEye', '@react-icons/all-files/bi/BiTimeFive', '@react-icons/all-files/io/IoIosArrowUp', '@react-icons/all-files/fi/FiMinus', '@react-icons/all-files/fi/FiPlus'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.tabexseriescomponents = factory(global._slicedToArray, global.React, global._classCallCheck, global._createClass, global._assertThisInitialized, global._inherits, global._possibleConstructorReturn, global._getPrototypeOf, global._defineProperty, global.Cookies, global.reactCssfxLoading, global.glamor, global.google, global.jwtDecode, global.FacebookLogin, global.FaFacebookF, global.AiOutlineUser, global.IoMdClose, global.reactBootstrap, null, global.imagekitioReact, global.ImageGallery, global.MdAddShoppingCart, global.IoBagHandleOutline, global.BsBag, global.CgShoppingBag, global.FaRegHeart, global.FaHeart, global.FiShoppingBag, global.FiShoppingCart, global.AiFillStar, global.AiOutlineStar, global.RiSecurePaymentLine, global.HiOutlinePhone, global.AiOutlineSecurityScan, global.FiMapPin, global.FaShippingFast, global.reactShare, global._toConsumableArray, global.AiOutlineClockCircle, global.AiOutlinePlus, global.AiOutlineCheck, global.reactHorizontalScrollingMenu, global.FaStar, global.IoLocationSharp, global.HiOutlineChevronRight, global.HiOutlineChevronLeft, global.GoGlobe, global.VscGlobe, global.FiLayers, global.HiOutlineTrash, global.BiSad, global.TextareaAutosize, global.HiUser, global.GrMail, global.FiCheckCircle, global.BiPhone, global.reactAccessibleAccordion, global.BsChevronLeft, global.BsChevronRight, global.RiArrowUpSLine, global.RiArrowDownSLine, null, global.IoBagCheckOutline, global.IoBagRemoveOutline, global.Dropdown, global.HiOutlinePlus, global.AiOutlineMinus, global.reactIntersectionObserver, global.FaArrowAltCircleRight, global.FaArrowAltCircleLeft, global.FiFilter, global.FiChevronLeft, global.FiChevronRight, global.ReactPaginate, global.MdKeyboardArrowDown, global.FaMoneyBillWave, global.BiLogOutCircle, global.BiChevronDown, global.BiUser, global.AiOutlineLogin, global.AiOutlineUserAdd, global.RiSearchLine, global.CgMenuLeft, global.CgMenuRight, global.HiOutlineShoppingBag, global.RiHandbagLine, global.GoSearch, global.FiUser, global.BiSearch, global.AiOutlineHeart, global.AiOutlineMail, global.FiPhone, global.HiMenuAlt4, global.FiSearch, global.BsSearch, global.AiFillInstagram, global.FaWhatsapp, global.AiOutlineInstagram, global.BsInfoCircle, global.AiFillPhone, global.IoClose, global.MdKeyboardArrowUp, global.BiGlobe, global.FaPhoneAlt, global.FaPhone, global.GoLocation, global.AiOutlinePhone, global.RiRoadMapLine, global.HiOutlineClock, global.Select$2, global.IoIosArrowRoundForward, global.IoIosArrowRoundBack, global.ReactPlayer, global.BackgroundSlideshow, global._extends, global.reactSlideshowImage, global.HiOutlineLocationMarker, global.FiPhoneCall, global.FaRegEye, global.BsArrowRight, global.BsArrowLeft, global.BsEye, global.BiTimeFive, global.IoIosArrowUp, global.FiMinus, global.FiPlus));
5
- })(this, (function (_slicedToArray, React, _classCallCheck, _createClass, _assertThisInitialized, _inherits, _possibleConstructorReturn, _getPrototypeOf, _defineProperty, Cookies, reactCssfxLoading, glamor, google, jwtDecode, FacebookLogin, FaFacebookF, AiOutlineUser, IoMdClose, reactBootstrap, reactQuery, imagekitioReact, ImageGallery, MdAddShoppingCart, IoBagHandleOutline, BsBag, CgShoppingBag, FaRegHeart, FaHeart, FiShoppingBag, FiShoppingCart, AiFillStar, AiOutlineStar, RiSecurePaymentLine, HiOutlinePhone, AiOutlineSecurityScan, FiMapPin, FaShippingFast, reactShare, _toConsumableArray, AiOutlineClockCircle, AiOutlinePlus, AiOutlineCheck, reactHorizontalScrollingMenu, FaStar, IoLocationSharp, HiOutlineChevronRight, HiOutlineChevronLeft, GoGlobe, VscGlobe, FiLayers, HiOutlineTrash, BiSad, TextareaAutosize, HiUser, GrMail, FiCheckCircle, BiPhone, reactAccessibleAccordion, BsChevronLeft, BsChevronRight, RiArrowUpSLine, RiArrowDownSLine, reactRouterDom, IoBagCheckOutline, IoBagRemoveOutline, Dropdown, HiOutlinePlus, AiOutlineMinus, reactIntersectionObserver, FaArrowAltCircleRight, FaArrowAltCircleLeft, FiFilter, FiChevronLeft, FiChevronRight, ReactPaginate, MdKeyboardArrowDown, FaMoneyBillWave, BiLogOutCircle, BiChevronDown, BiUser, AiOutlineLogin, AiOutlineUserAdd, RiSearchLine, CgMenuLeft, CgMenuRight, HiOutlineShoppingBag, RiHandbagLine, GoSearch, FiUser, BiSearch, AiOutlineHeart, AiOutlineMail, FiPhone, HiMenuAlt4, FiSearch, BsSearch, AiFillInstagram, FaWhatsapp, AiOutlineInstagram, BsInfoCircle, AiFillPhone, IoClose, MdKeyboardArrowUp, BiGlobe, FaPhoneAlt, FaPhone, GoLocation, AiOutlinePhone, RiRoadMapLine, HiOutlineClock, Select$2, IoIosArrowRoundForward, IoIosArrowRoundBack, ReactPlayer, BackgroundSlideshow, _extends, reactSlideshowImage, HiOutlineLocationMarker, FiPhoneCall, FaRegEye, BsArrowRight, BsArrowLeft, BsEye, BiTimeFive, IoIosArrowUp, FiMinus, FiPlus) { 'use strict';
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('@babel/runtime/helpers/slicedToArray'), require('react'), require('@babel/runtime/helpers/classCallCheck'), require('@babel/runtime/helpers/createClass'), require('@babel/runtime/helpers/assertThisInitialized'), require('@babel/runtime/helpers/inherits'), require('@babel/runtime/helpers/possibleConstructorReturn'), require('@babel/runtime/helpers/getPrototypeOf'), require('@babel/runtime/helpers/defineProperty'), require('universal-cookie'), require('react-cssfx-loading'), require('glamor'), require('@react-oauth/google'), require('jwt-decode'), require('react-facebook-login/dist/facebook-login-render-props'), require('@react-icons/all-files/fa/FaFacebookF'), require('@react-icons/all-files/ai/AiOutlineUser'), require('@react-icons/all-files/io/IoMdClose'), require('react-bootstrap'), require('react-query'), require('imagekitio-react'), require('react-image-gallery'), require('@react-icons/all-files/md/MdAddShoppingCart'), require('@react-icons/all-files/io5/IoBagHandleOutline'), require('@react-icons/all-files/bs/BsBag'), require('@react-icons/all-files/cg/CgShoppingBag'), require('@react-icons/all-files/fa/FaRegHeart'), require('@react-icons/all-files/fa/FaHeart'), require('@react-icons/all-files/fi/FiShoppingBag'), require('@react-icons/all-files/fi/FiShoppingCart'), require('@react-icons/all-files/ai/AiFillStar'), require('@react-icons/all-files/ai/AiOutlineStar'), require('@react-icons/all-files/ri/RiSecurePaymentLine'), require('@react-icons/all-files/hi/HiOutlinePhone'), require('@react-icons/all-files/ai/AiOutlineSecurityScan'), require('@react-icons/all-files/fi/FiMapPin'), require('@react-icons/all-files/fa/FaShippingFast'), require('react-share'), require('@babel/runtime/helpers/toConsumableArray'), require('@react-icons/all-files/ai/AiOutlineClockCircle'), require('@react-icons/all-files/ai/AiOutlinePlus'), require('@react-icons/all-files/ai/AiOutlineCheck'), require('react-horizontal-scrolling-menu'), require('@react-icons/all-files/fa/FaStar'), require('@react-icons/all-files/io5/IoLocationSharp'), require('@react-icons/all-files/hi/HiOutlineChevronRight'), require('@react-icons/all-files/hi/HiOutlineChevronLeft'), require('@react-icons/all-files/go/GoGlobe'), require('@react-icons/all-files/vsc/VscGlobe'), require('@react-icons/all-files/fi/FiLayers'), require('@react-icons/all-files/hi/HiOutlineTrash'), require('@react-icons/all-files/bi/BiSad'), require('react-textarea-autosize'), require('@react-icons/all-files/hi/HiUser'), require('@react-icons/all-files/gr/GrMail'), require('@react-icons/all-files/fi/FiCheckCircle'), require('@react-icons/all-files/bi/BiPhone'), require('react-accessible-accordion'), require('@react-icons/all-files/bs/BsChevronLeft'), require('@react-icons/all-files/bs/BsChevronRight'), require('@react-icons/all-files/ri/RiArrowUpSLine'), require('@react-icons/all-files/ri/RiArrowDownSLine'), require('react-router-dom'), require('@react-icons/all-files/io5/IoBagCheckOutline'), require('@react-icons/all-files/io5/IoBagRemoveOutline'), require('react-bootstrap/Dropdown'), require('@react-icons/all-files/hi/HiOutlinePlus'), require('@react-icons/all-files/ai/AiOutlineMinus'), require('react-intersection-observer'), require('@react-icons/all-files/fa/FaArrowAltCircleRight'), require('@react-icons/all-files/fa/FaArrowAltCircleLeft'), require('@react-icons/all-files/fi/FiFilter'), require('@react-icons/all-files/fi/FiChevronLeft'), require('@react-icons/all-files/fi/FiChevronRight'), require('react-paginate'), require('@react-icons/all-files/bi/BiGlobe'), require('@react-icons/all-files/md/MdKeyboardArrowDown'), require('@react-icons/all-files/fa/FaMoneyBillWave'), require('@react-icons/all-files/bi/BiLogOutCircle'), require('@react-icons/all-files/bi/BiChevronDown'), require('@react-icons/all-files/bi/BiUser'), require('@react-icons/all-files/ai/AiOutlineLogin'), require('@react-icons/all-files/ai/AiOutlineUserAdd'), require('@react-icons/all-files/ri/RiSearchLine'), require('@react-icons/all-files/cg/CgMenuLeft'), require('@react-icons/all-files/cg/CgMenuRight'), require('@react-icons/all-files/hi/HiOutlineShoppingBag'), require('@react-icons/all-files/ri/RiHandbagLine'), require('@react-icons/all-files/go/GoSearch'), require('@react-icons/all-files/fi/FiUser'), require('@react-icons/all-files/bi/BiSearch'), require('@react-icons/all-files/ai/AiOutlineHeart'), require('@react-icons/all-files/ai/AiOutlineMail'), require('@react-icons/all-files/fi/FiPhone'), require('@react-icons/all-files/hi/HiMenuAlt4'), require('@react-icons/all-files/fi/FiSearch'), require('@react-icons/all-files/bs/BsSearch'), require('@react-icons/all-files/ai/AiFillInstagram'), require('@react-icons/all-files/fa/FaWhatsapp'), require('@react-icons/all-files/ai/AiOutlineInstagram'), require('@react-icons/all-files/bs/BsInfoCircle'), require('@react-icons/all-files/ai/AiFillPhone'), require('@react-icons/all-files/io5/IoClose'), require('@react-icons/all-files/md/MdKeyboardArrowUp'), require('@react-icons/all-files/fa/FaPhoneAlt'), require('@react-icons/all-files/fa/FaPhone'), require('@react-icons/all-files/go/GoLocation'), require('@react-icons/all-files/ai/AiOutlinePhone'), require('@react-icons/all-files/ri/RiRoadMapLine'), require('@react-icons/all-files/hi/HiOutlineClock'), require('react-select'), require('@react-icons/all-files/io/IoIosArrowRoundForward'), require('@react-icons/all-files/io/IoIosArrowRoundBack'), require('react-player'), require('react-background-slideshow'), require('@babel/runtime/helpers/extends'), require('react-slideshow-image'), require('@react-icons/all-files/hi/HiOutlineLocationMarker'), require('@react-icons/all-files/fi/FiPhoneCall'), require('@react-icons/all-files/fa/FaRegEye'), require('@react-icons/all-files/bs/BsArrowRight'), require('@react-icons/all-files/bs/BsArrowLeft'), require('@react-icons/all-files/bs/BsEye'), require('@react-icons/all-files/bi/BiTimeFive'), require('@react-icons/all-files/io/IoIosArrowUp'), require('@react-icons/all-files/fi/FiMinus'), require('@react-icons/all-files/fi/FiPlus')) :
3
+ typeof define === 'function' && define.amd ? define(['@babel/runtime/helpers/slicedToArray', 'react', '@babel/runtime/helpers/classCallCheck', '@babel/runtime/helpers/createClass', '@babel/runtime/helpers/assertThisInitialized', '@babel/runtime/helpers/inherits', '@babel/runtime/helpers/possibleConstructorReturn', '@babel/runtime/helpers/getPrototypeOf', '@babel/runtime/helpers/defineProperty', 'universal-cookie', 'react-cssfx-loading', 'glamor', '@react-oauth/google', 'jwt-decode', 'react-facebook-login/dist/facebook-login-render-props', '@react-icons/all-files/fa/FaFacebookF', '@react-icons/all-files/ai/AiOutlineUser', '@react-icons/all-files/io/IoMdClose', 'react-bootstrap', 'react-query', 'imagekitio-react', 'react-image-gallery', '@react-icons/all-files/md/MdAddShoppingCart', '@react-icons/all-files/io5/IoBagHandleOutline', '@react-icons/all-files/bs/BsBag', '@react-icons/all-files/cg/CgShoppingBag', '@react-icons/all-files/fa/FaRegHeart', '@react-icons/all-files/fa/FaHeart', '@react-icons/all-files/fi/FiShoppingBag', '@react-icons/all-files/fi/FiShoppingCart', '@react-icons/all-files/ai/AiFillStar', '@react-icons/all-files/ai/AiOutlineStar', '@react-icons/all-files/ri/RiSecurePaymentLine', '@react-icons/all-files/hi/HiOutlinePhone', '@react-icons/all-files/ai/AiOutlineSecurityScan', '@react-icons/all-files/fi/FiMapPin', '@react-icons/all-files/fa/FaShippingFast', 'react-share', '@babel/runtime/helpers/toConsumableArray', '@react-icons/all-files/ai/AiOutlineClockCircle', '@react-icons/all-files/ai/AiOutlinePlus', '@react-icons/all-files/ai/AiOutlineCheck', 'react-horizontal-scrolling-menu', '@react-icons/all-files/fa/FaStar', '@react-icons/all-files/io5/IoLocationSharp', '@react-icons/all-files/hi/HiOutlineChevronRight', '@react-icons/all-files/hi/HiOutlineChevronLeft', '@react-icons/all-files/go/GoGlobe', '@react-icons/all-files/vsc/VscGlobe', '@react-icons/all-files/fi/FiLayers', '@react-icons/all-files/hi/HiOutlineTrash', '@react-icons/all-files/bi/BiSad', 'react-textarea-autosize', '@react-icons/all-files/hi/HiUser', '@react-icons/all-files/gr/GrMail', '@react-icons/all-files/fi/FiCheckCircle', '@react-icons/all-files/bi/BiPhone', 'react-accessible-accordion', '@react-icons/all-files/bs/BsChevronLeft', '@react-icons/all-files/bs/BsChevronRight', '@react-icons/all-files/ri/RiArrowUpSLine', '@react-icons/all-files/ri/RiArrowDownSLine', 'react-router-dom', '@react-icons/all-files/io5/IoBagCheckOutline', '@react-icons/all-files/io5/IoBagRemoveOutline', 'react-bootstrap/Dropdown', '@react-icons/all-files/hi/HiOutlinePlus', '@react-icons/all-files/ai/AiOutlineMinus', 'react-intersection-observer', '@react-icons/all-files/fa/FaArrowAltCircleRight', '@react-icons/all-files/fa/FaArrowAltCircleLeft', '@react-icons/all-files/fi/FiFilter', '@react-icons/all-files/fi/FiChevronLeft', '@react-icons/all-files/fi/FiChevronRight', 'react-paginate', '@react-icons/all-files/bi/BiGlobe', '@react-icons/all-files/md/MdKeyboardArrowDown', '@react-icons/all-files/fa/FaMoneyBillWave', '@react-icons/all-files/bi/BiLogOutCircle', '@react-icons/all-files/bi/BiChevronDown', '@react-icons/all-files/bi/BiUser', '@react-icons/all-files/ai/AiOutlineLogin', '@react-icons/all-files/ai/AiOutlineUserAdd', '@react-icons/all-files/ri/RiSearchLine', '@react-icons/all-files/cg/CgMenuLeft', '@react-icons/all-files/cg/CgMenuRight', '@react-icons/all-files/hi/HiOutlineShoppingBag', '@react-icons/all-files/ri/RiHandbagLine', '@react-icons/all-files/go/GoSearch', '@react-icons/all-files/fi/FiUser', '@react-icons/all-files/bi/BiSearch', '@react-icons/all-files/ai/AiOutlineHeart', '@react-icons/all-files/ai/AiOutlineMail', '@react-icons/all-files/fi/FiPhone', '@react-icons/all-files/hi/HiMenuAlt4', '@react-icons/all-files/fi/FiSearch', '@react-icons/all-files/bs/BsSearch', '@react-icons/all-files/ai/AiFillInstagram', '@react-icons/all-files/fa/FaWhatsapp', '@react-icons/all-files/ai/AiOutlineInstagram', '@react-icons/all-files/bs/BsInfoCircle', '@react-icons/all-files/ai/AiFillPhone', '@react-icons/all-files/io5/IoClose', '@react-icons/all-files/md/MdKeyboardArrowUp', '@react-icons/all-files/fa/FaPhoneAlt', '@react-icons/all-files/fa/FaPhone', '@react-icons/all-files/go/GoLocation', '@react-icons/all-files/ai/AiOutlinePhone', '@react-icons/all-files/ri/RiRoadMapLine', '@react-icons/all-files/hi/HiOutlineClock', 'react-select', '@react-icons/all-files/io/IoIosArrowRoundForward', '@react-icons/all-files/io/IoIosArrowRoundBack', 'react-player', 'react-background-slideshow', '@babel/runtime/helpers/extends', 'react-slideshow-image', '@react-icons/all-files/hi/HiOutlineLocationMarker', '@react-icons/all-files/fi/FiPhoneCall', '@react-icons/all-files/fa/FaRegEye', '@react-icons/all-files/bs/BsArrowRight', '@react-icons/all-files/bs/BsArrowLeft', '@react-icons/all-files/bs/BsEye', '@react-icons/all-files/bi/BiTimeFive', '@react-icons/all-files/io/IoIosArrowUp', '@react-icons/all-files/fi/FiMinus', '@react-icons/all-files/fi/FiPlus'], factory) :
4
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.tabexseriescomponents = factory(global._slicedToArray, global.React, global._classCallCheck, global._createClass, global._assertThisInitialized, global._inherits, global._possibleConstructorReturn, global._getPrototypeOf, global._defineProperty, global.Cookies, global.reactCssfxLoading, global.glamor, global.google, global.jwtDecode, global.FacebookLogin, global.FaFacebookF, global.AiOutlineUser, global.IoMdClose, global.reactBootstrap, null, global.imagekitioReact, global.ImageGallery, global.MdAddShoppingCart, global.IoBagHandleOutline, global.BsBag, global.CgShoppingBag, global.FaRegHeart, global.FaHeart, global.FiShoppingBag, global.FiShoppingCart, global.AiFillStar, global.AiOutlineStar, global.RiSecurePaymentLine, global.HiOutlinePhone, global.AiOutlineSecurityScan, global.FiMapPin, global.FaShippingFast, global.reactShare, global._toConsumableArray, global.AiOutlineClockCircle, global.AiOutlinePlus, global.AiOutlineCheck, global.reactHorizontalScrollingMenu, global.FaStar, global.IoLocationSharp, global.HiOutlineChevronRight, global.HiOutlineChevronLeft, global.GoGlobe, global.VscGlobe, global.FiLayers, global.HiOutlineTrash, global.BiSad, global.TextareaAutosize, global.HiUser, global.GrMail, global.FiCheckCircle, global.BiPhone, global.reactAccessibleAccordion, global.BsChevronLeft, global.BsChevronRight, global.RiArrowUpSLine, global.RiArrowDownSLine, null, global.IoBagCheckOutline, global.IoBagRemoveOutline, global.Dropdown, global.HiOutlinePlus, global.AiOutlineMinus, global.reactIntersectionObserver, global.FaArrowAltCircleRight, global.FaArrowAltCircleLeft, global.FiFilter, global.FiChevronLeft, global.FiChevronRight, global.ReactPaginate, global.BiGlobe, global.MdKeyboardArrowDown, global.FaMoneyBillWave, global.BiLogOutCircle, global.BiChevronDown, global.BiUser, global.AiOutlineLogin, global.AiOutlineUserAdd, global.RiSearchLine, global.CgMenuLeft, global.CgMenuRight, global.HiOutlineShoppingBag, global.RiHandbagLine, global.GoSearch, global.FiUser, global.BiSearch, global.AiOutlineHeart, global.AiOutlineMail, global.FiPhone, global.HiMenuAlt4, global.FiSearch, global.BsSearch, global.AiFillInstagram, global.FaWhatsapp, global.AiOutlineInstagram, global.BsInfoCircle, global.AiFillPhone, global.IoClose, global.MdKeyboardArrowUp, global.FaPhoneAlt, global.FaPhone, global.GoLocation, global.AiOutlinePhone, global.RiRoadMapLine, global.HiOutlineClock, global.Select$2, global.IoIosArrowRoundForward, global.IoIosArrowRoundBack, global.ReactPlayer, global.BackgroundSlideshow, global._extends, global.reactSlideshowImage, global.HiOutlineLocationMarker, global.FiPhoneCall, global.FaRegEye, global.BsArrowRight, global.BsArrowLeft, global.BsEye, global.BiTimeFive, global.IoIosArrowUp, global.FiMinus, global.FiPlus));
5
+ })(this, (function (_slicedToArray, React, _classCallCheck, _createClass, _assertThisInitialized, _inherits, _possibleConstructorReturn, _getPrototypeOf, _defineProperty, Cookies, reactCssfxLoading, glamor, google, jwtDecode, FacebookLogin, FaFacebookF, AiOutlineUser, IoMdClose, reactBootstrap, reactQuery, imagekitioReact, ImageGallery, MdAddShoppingCart, IoBagHandleOutline, BsBag, CgShoppingBag, FaRegHeart, FaHeart, FiShoppingBag, FiShoppingCart, AiFillStar, AiOutlineStar, RiSecurePaymentLine, HiOutlinePhone, AiOutlineSecurityScan, FiMapPin, FaShippingFast, reactShare, _toConsumableArray, AiOutlineClockCircle, AiOutlinePlus, AiOutlineCheck, reactHorizontalScrollingMenu, FaStar, IoLocationSharp, HiOutlineChevronRight, HiOutlineChevronLeft, GoGlobe, VscGlobe, FiLayers, HiOutlineTrash, BiSad, TextareaAutosize, HiUser, GrMail, FiCheckCircle, BiPhone, reactAccessibleAccordion, BsChevronLeft, BsChevronRight, RiArrowUpSLine, RiArrowDownSLine, reactRouterDom, IoBagCheckOutline, IoBagRemoveOutline, Dropdown, HiOutlinePlus, AiOutlineMinus, reactIntersectionObserver, FaArrowAltCircleRight, FaArrowAltCircleLeft, FiFilter, FiChevronLeft, FiChevronRight, ReactPaginate, BiGlobe, MdKeyboardArrowDown, FaMoneyBillWave, BiLogOutCircle, BiChevronDown, BiUser, AiOutlineLogin, AiOutlineUserAdd, RiSearchLine, CgMenuLeft, CgMenuRight, HiOutlineShoppingBag, RiHandbagLine, GoSearch, FiUser, BiSearch, AiOutlineHeart, AiOutlineMail, FiPhone, HiMenuAlt4, FiSearch, BsSearch, AiFillInstagram, FaWhatsapp, AiOutlineInstagram, BsInfoCircle, AiFillPhone, IoClose, MdKeyboardArrowUp, FaPhoneAlt, FaPhone, GoLocation, AiOutlinePhone, RiRoadMapLine, HiOutlineClock, Select$2, IoIosArrowRoundForward, IoIosArrowRoundBack, ReactPlayer, BackgroundSlideshow, _extends, reactSlideshowImage, HiOutlineLocationMarker, FiPhoneCall, FaRegEye, BsArrowRight, BsArrowLeft, BsEye, BiTimeFive, IoIosArrowUp, FiMinus, FiPlus) { 'use strict';
6
6
 
7
7
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
8
8
 
@@ -3462,14 +3462,14 @@
3462
3462
  "class": sectionproperties.bgcovercontainresponsive == 'Contain' ? 'h-sm-auto mb-sm-4' : '',
3463
3463
  style: {
3464
3464
  width: sectionproperties.image_width + 'vw',
3465
- height: sectionproperties.image_height + 'vh',
3465
+ height: sectionproperties.image_height == 0 ? 'auto' : sectionproperties.image_height + 'vh',
3466
3466
  marginBottom: sectionproperties.image_mb + 'px',
3467
3467
  position: 'relative'
3468
3468
  }
3469
3469
  }, /*#__PURE__*/React__default["default"].createElement(imagekitioReact.IKImage, {
3470
3470
  urlEndpoint: IKurlEndpoint,
3471
3471
  publicKey: IKpublicKey,
3472
- path: bgimagesarray.length != 0 ? langdetect == 'en' ? '/tr:w-3500,h-650/' + ((_bgimagesarray$5 = bgimagesarray[0]) === null || _bgimagesarray$5 === void 0 ? void 0 : _bgimagesarray$5.bgsection_image) : '/tr:w-3500,h-650/' + ((_bgimagesarray$6 = bgimagesarray[0]) === null || _bgimagesarray$6 === void 0 ? void 0 : _bgimagesarray$6.bgsection_image_ar) : '',
3472
+ path: bgimagesarray.length != 0 ? langdetect == 'en' ? '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + ((_bgimagesarray$5 = bgimagesarray[0]) === null || _bgimagesarray$5 === void 0 ? void 0 : _bgimagesarray$5.bgsection_image) : '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + ((_bgimagesarray$6 = bgimagesarray[0]) === null || _bgimagesarray$6 === void 0 ? void 0 : _bgimagesarray$6.bgsection_image_ar) : '',
3473
3473
  "class": "d-flex d-sm-none",
3474
3474
  style: {
3475
3475
  height: '100%',
@@ -4243,14 +4243,14 @@
4243
4243
  "class": sectionproperties.bgcovercontainresponsive == 'Contain' ? 'h-sm-auto mb-sm-4' : '',
4244
4244
  style: {
4245
4245
  width: sectionproperties.image_width + 'vw',
4246
- height: sectionproperties.image_height + 'vh',
4246
+ height: sectionproperties.image_height == 0 ? 'auto' : sectionproperties.image_height + 'vh',
4247
4247
  marginBottom: sectionproperties.image_mb + 'px',
4248
4248
  position: 'relative'
4249
4249
  }
4250
4250
  }, /*#__PURE__*/React__default["default"].createElement(imagekitioReact.IKImage, {
4251
4251
  urlEndpoint: IKurlEndpoint,
4252
4252
  publicKey: IKpublicKey,
4253
- path: bgimagesarray.length != 0 ? langdetect == 'en' ? '/tr:w-3500,h-650/' + ((_bgimagesarray$5 = bgimagesarray[0]) === null || _bgimagesarray$5 === void 0 ? void 0 : _bgimagesarray$5.bgsection_image) : '/tr:w-3500,h-650/' + ((_bgimagesarray$6 = bgimagesarray[0]) === null || _bgimagesarray$6 === void 0 ? void 0 : _bgimagesarray$6.bgsection_image_ar) : '',
4253
+ path: bgimagesarray.length != 0 ? langdetect == 'en' ? '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + ((_bgimagesarray$5 = bgimagesarray[0]) === null || _bgimagesarray$5 === void 0 ? void 0 : _bgimagesarray$5.bgsection_image) : '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + ((_bgimagesarray$6 = bgimagesarray[0]) === null || _bgimagesarray$6 === void 0 ? void 0 : _bgimagesarray$6.bgsection_image_ar) : '',
4254
4254
  "class": "d-flex d-sm-none",
4255
4255
  style: {
4256
4256
  height: '100%',
@@ -4820,14 +4820,14 @@
4820
4820
  "class": sectionproperties.bgcovercontainresponsive == 'Contain' ? 'h-sm-auto mb-sm-4' : '',
4821
4821
  style: {
4822
4822
  width: sectionproperties.image_width + 'vw',
4823
- height: sectionproperties.image_height + 'vh',
4823
+ height: sectionproperties.image_height == 0 ? 'auto' : sectionproperties.image_height + 'vh',
4824
4824
  marginBottom: sectionproperties.image_mb + 'px',
4825
4825
  position: 'relative'
4826
4826
  }
4827
4827
  }, /*#__PURE__*/React__default["default"].createElement(imagekitioReact.IKImage, {
4828
4828
  urlEndpoint: IKurlEndpoint,
4829
4829
  publicKey: IKpublicKey,
4830
- path: bgimagesarray.length != 0 ? langdetect == 'en' ? '/tr:w-3500,h-650/' + ((_bgimagesarray$5 = bgimagesarray[0]) === null || _bgimagesarray$5 === void 0 ? void 0 : _bgimagesarray$5.bgsection_image) : '/tr:w-3500,h-650/' + ((_bgimagesarray$6 = bgimagesarray[0]) === null || _bgimagesarray$6 === void 0 ? void 0 : _bgimagesarray$6.bgsection_image_ar) : '',
4830
+ path: bgimagesarray.length != 0 ? langdetect == 'en' ? '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + ((_bgimagesarray$5 = bgimagesarray[0]) === null || _bgimagesarray$5 === void 0 ? void 0 : _bgimagesarray$5.bgsection_image) : '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + ((_bgimagesarray$6 = bgimagesarray[0]) === null || _bgimagesarray$6 === void 0 ? void 0 : _bgimagesarray$6.bgsection_image_ar) : '',
4831
4831
  "class": "d-flex d-sm-none",
4832
4832
  style: {
4833
4833
  height: '100%',
@@ -7184,14 +7184,14 @@
7184
7184
  "class": sectionproperties.bgcovercontainresponsive == 'Contain' ? 'h-sm-auto mb-sm-4' : '',
7185
7185
  style: {
7186
7186
  width: sectionproperties.image_width + 'vw',
7187
- height: sectionproperties.image_height + 'vh',
7187
+ height: sectionproperties.image_height == 0 ? 'auto' : sectionproperties.image_height + 'vh',
7188
7188
  marginBottom: sectionproperties.image_mb + 'px',
7189
7189
  position: 'relative'
7190
7190
  }
7191
7191
  }, /*#__PURE__*/React__default["default"].createElement(imagekitioReact.IKImage, {
7192
7192
  urlEndpoint: IKurlEndpoint,
7193
7193
  publicKey: IKpublicKey,
7194
- path: bgimagesarray.length != 0 ? langdetect == 'en' ? '/tr:w-3500,h-650/' + ((_bgimagesarray$5 = bgimagesarray[0]) === null || _bgimagesarray$5 === void 0 ? void 0 : _bgimagesarray$5.bgsection_image) : '/tr:w-3500,h-650/' + ((_bgimagesarray$6 = bgimagesarray[0]) === null || _bgimagesarray$6 === void 0 ? void 0 : _bgimagesarray$6.bgsection_image_ar) : '',
7194
+ path: bgimagesarray.length != 0 ? langdetect == 'en' ? '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + ((_bgimagesarray$5 = bgimagesarray[0]) === null || _bgimagesarray$5 === void 0 ? void 0 : _bgimagesarray$5.bgsection_image) : '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + ((_bgimagesarray$6 = bgimagesarray[0]) === null || _bgimagesarray$6 === void 0 ? void 0 : _bgimagesarray$6.bgsection_image_ar) : '',
7195
7195
  "class": "d-flex d-sm-none",
7196
7196
  style: {
7197
7197
  height: '100%',
@@ -7404,7 +7404,7 @@
7404
7404
  "class": sectionproperties.bgcovercontainresponsive == 'Contain' ? 'h-sm-auto mb-sm-4' : '',
7405
7405
  style: {
7406
7406
  width: sectionproperties.image_width + 'vw',
7407
- height: sectionproperties.image_height + 'vh',
7407
+ height: sectionproperties.image_height == 0 ? 'auto' : sectionproperties.image_height + 'vh',
7408
7408
  marginBottom: sectionproperties.image_mb + 'px',
7409
7409
  position: 'relative'
7410
7410
  }
@@ -7536,11 +7536,17 @@
7536
7536
  borderRadius: '10px'
7537
7537
  }
7538
7538
  }, policychoosedindex.length != 0 && langdetect == 'en' && /*#__PURE__*/React__default["default"].createElement("div", {
7539
+ style: {
7540
+ color: '#000'
7541
+ },
7539
7542
  className: "w-100 mt-3",
7540
7543
  dangerouslySetInnerHTML: {
7541
7544
  __html: fetchInstitutePoliciesQueryContext === null || fetchInstitutePoliciesQueryContext === void 0 ? void 0 : (_fetchInstitutePolici3 = fetchInstitutePoliciesQueryContext.data) === null || _fetchInstitutePolici3 === void 0 ? void 0 : (_fetchInstitutePolici4 = _fetchInstitutePolici3.data) === null || _fetchInstitutePolici4 === void 0 ? void 0 : (_fetchInstitutePolici5 = _fetchInstitutePolici4.policies[policychoosedindex]) === null || _fetchInstitutePolici5 === void 0 ? void 0 : _fetchInstitutePolici5.policycontent_en
7542
7545
  }
7543
7546
  }), policychoosedindex.length != 0 && langdetect == 'ar' && /*#__PURE__*/React__default["default"].createElement("div", {
7547
+ style: {
7548
+ color: '#000'
7549
+ },
7544
7550
  className: "w-100 mt-3",
7545
7551
  dangerouslySetInnerHTML: {
7546
7552
  __html: fetchInstitutePoliciesQueryContext === null || fetchInstitutePoliciesQueryContext === void 0 ? void 0 : (_fetchInstitutePolici6 = fetchInstitutePoliciesQueryContext.data) === null || _fetchInstitutePolici6 === void 0 ? void 0 : (_fetchInstitutePolici7 = _fetchInstitutePolici6.data) === null || _fetchInstitutePolici7 === void 0 ? void 0 : (_fetchInstitutePolici8 = _fetchInstitutePolici7.policies[policychoosedindex]) === null || _fetchInstitutePolici8 === void 0 ? void 0 : _fetchInstitutePolici8.policycontent_ar
@@ -11120,12 +11126,14 @@
11120
11126
  className: "".concat(header_cssstyles.dropdownitemcontainer) + ' d-flex align-items-center m-0 p-0 '
11121
11127
  }, /*#__PURE__*/React__default["default"].createElement("p", {
11122
11128
  className: "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
11123
- }, /*#__PURE__*/React__default["default"].createElement("img", {
11129
+ }, sectionproperties.flagiconhederresp == 'Flag' && /*#__PURE__*/React__default["default"].createElement("img", {
11124
11130
  src: egyptflag,
11125
11131
  style: {
11126
11132
  maxWidth: '2vh',
11127
11133
  maxHeight: '2vh'
11128
11134
  }
11135
+ }), sectionproperties.flagiconhederresp != 'Flag' && /*#__PURE__*/React__default["default"].createElement(BiGlobe.BiGlobe, {
11136
+ size: 15
11129
11137
  }), /*#__PURE__*/React__default["default"].createElement("span", {
11130
11138
  className: "ml-2 mr-2"
11131
11139
  }, lang.arabic)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
@@ -11137,12 +11145,14 @@
11137
11145
  className: "".concat(header_cssstyles.dropdownitemcontainer) + ' d-flex align-items-center m-0 p-0 '
11138
11146
  }, /*#__PURE__*/React__default["default"].createElement("p", {
11139
11147
  className: "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
11140
- }, /*#__PURE__*/React__default["default"].createElement("img", {
11148
+ }, sectionproperties.flagiconhederresp == 'Flag' && /*#__PURE__*/React__default["default"].createElement("img", {
11141
11149
  src: usflag,
11142
11150
  style: {
11143
11151
  maxWidth: '2vh',
11144
11152
  maxHeight: '2vh'
11145
11153
  }
11154
+ }), sectionproperties.flagiconhederresp != 'Flag' && /*#__PURE__*/React__default["default"].createElement(BiGlobe.BiGlobe, {
11155
+ size: 15
11146
11156
  }), /*#__PURE__*/React__default["default"].createElement("span", {
11147
11157
  className: "ml-2 mr-2"
11148
11158
  }, lang.english)))))))), /*#__PURE__*/React__default["default"].createElement("div", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.181",
3
+ "version": "0.0.183",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {
Binary file