tabexseriescomponents 0.0.247 → 0.0.249

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
@@ -14346,7 +14346,7 @@ var ClassicHeader = function ClassicHeader(props) {
14346
14346
  }, /*#__PURE__*/React__default["default"].createElement("div", {
14347
14347
  "class": ' col-lg-12 d-flex align-items-center p-0 '
14348
14348
  }, /*#__PURE__*/React__default["default"].createElement("div", {
14349
- "class": "".concat(header_cssstyles.upperHeaderSection) + ' row m-0 w-100 d-flex align-items-center '
14349
+ "class": "".concat(header_cssstyles.upperHeaderSection) + ' row m-0 w-100 d-flex align-items-center px-1025-1 '
14350
14350
  }, /*#__PURE__*/React__default["default"].createElement("div", {
14351
14351
  "class": "col-lg-4 d-flex justify-content-start"
14352
14352
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -14377,14 +14377,14 @@ var ClassicHeader = function ClassicHeader(props) {
14377
14377
  }
14378
14378
  }, /*#__PURE__*/React__default["default"].createElement("input", {
14379
14379
  type: "text",
14380
- placeholder: lang.searchproducts,
14380
+ placeholder: langdetect == 'en' ? sectionproperties.search_placeholder_en : sectionproperties.search_placeholder_ar,
14381
14381
  "class": "".concat(header_cssstyles.searchbarcont_input),
14382
14382
  onChange: function onChange(event) {
14383
14383
  setSearchHeaderInputContext(event.target.value);
14384
14384
  }
14385
14385
  }), /*#__PURE__*/React__default["default"].createElement("div", {
14386
14386
  "class": " ".concat(header_cssstyles.searchbar_icon_cont) + ' d-flex align-items-center justify-content-center '
14387
- }, /*#__PURE__*/React__default["default"].createElement(BsSearch.BsSearch, {
14387
+ }, /*#__PURE__*/React__default["default"].createElement(FiSearch.FiSearch, {
14388
14388
  color: sectionproperties.searchbaricon_color,
14389
14389
  size: sectionproperties.searchbaricon_fontsize
14390
14390
  })), /*#__PURE__*/React__default["default"].createElement(Searchlist$1, {
@@ -14486,6 +14486,8 @@ var ClassicHeader = function ClassicHeader(props) {
14486
14486
  "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
14487
14487
  }), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart.MdAddShoppingCart, {
14488
14488
  "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
14489
+ }), sectionproperties.carticonstyle == 'Calendar 1' && /*#__PURE__*/React__default["default"].createElement(FiCalendar.FiCalendar, {
14490
+ "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
14489
14491
  })), /*#__PURE__*/React__default["default"].createElement("p", {
14490
14492
  "class": ' allcenetered m-0 p-0 '
14491
14493
  }, lang.orderhistory))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
@@ -14575,6 +14577,8 @@ var ClassicHeader = function ClassicHeader(props) {
14575
14577
  size: sectionproperties.cartBtn_iconFontSize
14576
14578
  }), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart.MdAddShoppingCart, {
14577
14579
  size: sectionproperties.cartBtn_iconFontSize
14580
+ }), sectionproperties.carticonstyle == 'Calendar 1' && /*#__PURE__*/React__default["default"].createElement(FiCalendar.FiCalendar, {
14581
+ size: sectionproperties.cartBtn_iconFontSize
14578
14582
  }), /*#__PURE__*/React__default["default"].createElement("div", {
14579
14583
  "class": "".concat(header_cssstyles.badge_counter_header_notifications),
14580
14584
  style: {
@@ -14587,7 +14591,7 @@ var ClassicHeader = function ClassicHeader(props) {
14587
14591
  marginLeft: langdetect == 'en' ? '9px' : 0,
14588
14592
  marginRight: langdetect == 'ar' ? '9px' : 0
14589
14593
  }
14590
- }, lang.cart)), /*#__PURE__*/React__default["default"].createElement("div", {
14594
+ }, langdetect == 'en' ? sectionproperties.cartBtnContentenglish : sectionproperties.cartBtnContentarabic)), /*#__PURE__*/React__default["default"].createElement("div", {
14591
14595
  "class": langdetect == 'en' ? 'headerdropdownml' : 'headerdropdownmr'
14592
14596
  }, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, /*#__PURE__*/React__default["default"].createElement("li", {
14593
14597
  "class": ' d-flex align-items-center justify-content-center '
@@ -14666,7 +14670,7 @@ var ClassicHeader = function ClassicHeader(props) {
14666
14670
  })), /*#__PURE__*/React__default["default"].createElement("div", {
14667
14671
  "class": ' col-lg-12 p-0 '
14668
14672
  }, /*#__PURE__*/React__default["default"].createElement("div", {
14669
- "class": header_cssstyles.lowerHeaderSection + ' w-100 '
14673
+ "class": header_cssstyles.lowerHeaderSection + ' w-100 px-1025-1 '
14670
14674
  }, /*#__PURE__*/React__default["default"].createElement("div", {
14671
14675
  "class": ' scrollhorizontal w-100 align-items-center ',
14672
14676
  style: {
@@ -30953,7 +30957,7 @@ var Footer8 = function Footer8(props) {
30953
30957
  },
30954
30958
  loading: "lazy"
30955
30959
  }))), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
30956
- "class": "col-lg-12 p-md-0 d-flex justify-content-start mt-2"
30960
+ "class": "col-lg-12 pl-5 pr-5 p-md-0 d-flex justify-content-start mt-2"
30957
30961
  }, /*#__PURE__*/React__default["default"].createElement("p", {
30958
30962
  "class": langdetect == 'en' ? ' wordbreak pr-5 wordbreak3 mb-4 ' : ' wordbreak pl-5 wordbreak3 mb-4 ',
30959
30963
  style: {
@@ -30963,10 +30967,7 @@ var Footer8 = function Footer8(props) {
30963
30967
  textAlign: langdetect == 'en' ? 'left' : 'right'
30964
30968
  }
30965
30969
  }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.description_en : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.description_ar)))), /*#__PURE__*/React__default["default"].createElement("div", {
30966
- "class": sectionproperties.prodCatShow == 'Show' ? 'col-lg-3 col-md-12 col-sm-12 align-items-center mb-md-3' : 'col-lg-4 col-md-12 col-sm-12 align-items-center mb-md-3 p-sm-0',
30967
- style: {
30968
- display: sectionproperties.showfooteraddress == 'Show' ? 'flex' : 'none'
30969
- }
30970
+ "class": sectionproperties.prodCatShow == 'Show' ? 'col-lg-3 col-md-12 col-sm-12 align-items-center mb-md-3' : 'col-lg-4 col-md-12 col-sm-12 align-items-center mb-md-3 p-sm-0'
30970
30971
  }, sectionproperties.showfooteraddress == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
30971
30972
  "class": "".concat(footerStyles.textStyles) + ' m-0 p-0 mb-3 mb-md-1 wordbreak d-none ',
30972
30973
  style: {
@@ -31083,40 +31084,6 @@ var Footer8 = function Footer8(props) {
31083
31084
  }
31084
31085
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
31085
31086
  size: sectionproperties.youtubebtniconfontsize
31086
- }))))), /*#__PURE__*/React__default["default"].createElement("div", {
31087
- "class": sectionproperties.prodCatShow == 'Show' ? 'col-lg-3 col-md-12 col-sm-12 mb-md-3' : 'col-lg-4 col-md-12 col-sm-12 mb-md-3 p-sm-0',
31088
- style: {
31089
- display: sectionproperties.showfooteraddress == 'Show' ? 'none' : 'flex'
31090
- }
31091
- }, sectionproperties.showdownloadsection == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
31092
- "class": "col-lg-12 justify-content-start align-items-center mb-md-4 p-0"
31093
- }, /*#__PURE__*/React__default["default"].createElement("div", {
31094
- "class": "row m-0 w-100 align-items-center flex-row justify-content-start justify-content-start justify-content-sm-center"
31095
- }, /*#__PURE__*/React__default["default"].createElement("div", {
31096
- "class": "col-lg-12 p-0 mb-2"
31097
- }, /*#__PURE__*/React__default["default"].createElement("p", {
31098
- "class": "".concat(footerStyles.textStyles) + ' m-0 p-0 mb-2 mb-md-1 wordbreak ',
31099
- style: {
31100
- textAlign: langdetect == 'en' ? 'left' : 'right'
31101
- }
31102
- }, langdetect == 'en' ? 'Download The App' : 'حمل التطبيق')), /*#__PURE__*/React__default["default"].createElement("div", {
31103
- "class": langdetect == 'en' ? 'col-lg-4 col-md-3 col-sm-6 p-0 pr-2' : 'col-lg-4 col-md-3 col-sm-6 p-0 pl-2'
31104
- }, /*#__PURE__*/React__default["default"].createElement("img", {
31105
- "class": "".concat(footerStyles.appstore) + ' d-flex justify-content-center align-items-center cursor-pointer ',
31106
- src: appstore,
31107
- onClick: function onClick() {
31108
- var _authdetailsContext$i16;
31109
- window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.mobileapplink_appstore, '_blank');
31110
- }
31111
- })), /*#__PURE__*/React__default["default"].createElement("div", {
31112
- "class": langdetect == 'en' ? 'col-lg-4 col-md-3 col-sm-6 pl-0' : 'col-lg-4 col-md-3 col-sm-6 pr-0'
31113
- }, /*#__PURE__*/React__default["default"].createElement("img", {
31114
- "class": "".concat(footerStyles.googleplay) + ' d-flex justify-content-center align-items-center cursor-pointer ',
31115
- src: googleplay,
31116
- onClick: function onClick() {
31117
- var _authdetailsContext$i17;
31118
- window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.mobileapplink_playstore, '_blank');
31119
- }
31120
31087
  })))))), sectionproperties.showhidemainpages == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
31121
31088
  "class": "row m-0 allcentered"
31122
31089
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -41894,7 +41861,7 @@ var TwoWayServiceSectionWithImage = function TwoWayServiceSectionWithImage(props
41894
41861
  // Icon
41895
41862
  var Icon = function Icon(item) {
41896
41863
  return /*#__PURE__*/React__default["default"].createElement("div", {
41897
- "class": ' allcentered ',
41864
+ "class": langdetect == 'en' ? ' allcentered ml-3 ' : ' allcentered mr-3 ',
41898
41865
  style: {
41899
41866
  backgroundColor: sectionproperties.iconcontainerbg,
41900
41867
  width: sectionproperties.iconcontainerwidth + 'px',
@@ -44571,15 +44538,15 @@ var NewProductcard = function NewProductcard(props) {
44571
44538
  };
44572
44539
  var ImageContent = function ImageContent() {
44573
44540
  return /*#__PURE__*/React__default["default"].createElement("div", {
44574
- "class": "w-100"
44541
+ "class": "w-100 allcentered"
44575
44542
  }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
44576
44543
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
44577
44544
  publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
44578
44545
  path: '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + item.image,
44579
44546
  loading: "lazy",
44580
44547
  style: {
44581
- width: '100%',
44582
- height: '100%',
44548
+ width: sectionproperties.imageInnerWidth_Height + '%',
44549
+ height: sectionproperties.imageInnerWidth_Height + '%',
44583
44550
  objectFit: sectionproperties.bgcovercontain == 'Contain' ? 'contain' : 'cover',
44584
44551
  borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
44585
44552
  borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
package/dist/index.esm.js CHANGED
@@ -14301,7 +14301,7 @@ var ClassicHeader = function ClassicHeader(props) {
14301
14301
  }, /*#__PURE__*/React.createElement("div", {
14302
14302
  "class": ' col-lg-12 d-flex align-items-center p-0 '
14303
14303
  }, /*#__PURE__*/React.createElement("div", {
14304
- "class": "".concat(header_cssstyles.upperHeaderSection) + ' row m-0 w-100 d-flex align-items-center '
14304
+ "class": "".concat(header_cssstyles.upperHeaderSection) + ' row m-0 w-100 d-flex align-items-center px-1025-1 '
14305
14305
  }, /*#__PURE__*/React.createElement("div", {
14306
14306
  "class": "col-lg-4 d-flex justify-content-start"
14307
14307
  }, /*#__PURE__*/React.createElement("div", {
@@ -14332,14 +14332,14 @@ var ClassicHeader = function ClassicHeader(props) {
14332
14332
  }
14333
14333
  }, /*#__PURE__*/React.createElement("input", {
14334
14334
  type: "text",
14335
- placeholder: lang.searchproducts,
14335
+ placeholder: langdetect == 'en' ? sectionproperties.search_placeholder_en : sectionproperties.search_placeholder_ar,
14336
14336
  "class": "".concat(header_cssstyles.searchbarcont_input),
14337
14337
  onChange: function onChange(event) {
14338
14338
  setSearchHeaderInputContext(event.target.value);
14339
14339
  }
14340
14340
  }), /*#__PURE__*/React.createElement("div", {
14341
14341
  "class": " ".concat(header_cssstyles.searchbar_icon_cont) + ' d-flex align-items-center justify-content-center '
14342
- }, /*#__PURE__*/React.createElement(BsSearch, {
14342
+ }, /*#__PURE__*/React.createElement(FiSearch, {
14343
14343
  color: sectionproperties.searchbaricon_color,
14344
14344
  size: sectionproperties.searchbaricon_fontsize
14345
14345
  })), /*#__PURE__*/React.createElement(Searchlist$1, {
@@ -14441,6 +14441,8 @@ var ClassicHeader = function ClassicHeader(props) {
14441
14441
  "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
14442
14442
  }), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart, {
14443
14443
  "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
14444
+ }), sectionproperties.carticonstyle == 'Calendar 1' && /*#__PURE__*/React.createElement(FiCalendar, {
14445
+ "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
14444
14446
  })), /*#__PURE__*/React.createElement("p", {
14445
14447
  "class": ' allcenetered m-0 p-0 '
14446
14448
  }, lang.orderhistory))), /*#__PURE__*/React.createElement(Dropdown.Divider, null), /*#__PURE__*/React.createElement(Dropdown.Item, {
@@ -14530,6 +14532,8 @@ var ClassicHeader = function ClassicHeader(props) {
14530
14532
  size: sectionproperties.cartBtn_iconFontSize
14531
14533
  }), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart, {
14532
14534
  size: sectionproperties.cartBtn_iconFontSize
14535
+ }), sectionproperties.carticonstyle == 'Calendar 1' && /*#__PURE__*/React.createElement(FiCalendar, {
14536
+ size: sectionproperties.cartBtn_iconFontSize
14533
14537
  }), /*#__PURE__*/React.createElement("div", {
14534
14538
  "class": "".concat(header_cssstyles.badge_counter_header_notifications),
14535
14539
  style: {
@@ -14542,7 +14546,7 @@ var ClassicHeader = function ClassicHeader(props) {
14542
14546
  marginLeft: langdetect == 'en' ? '9px' : 0,
14543
14547
  marginRight: langdetect == 'ar' ? '9px' : 0
14544
14548
  }
14545
- }, lang.cart)), /*#__PURE__*/React.createElement("div", {
14549
+ }, langdetect == 'en' ? sectionproperties.cartBtnContentenglish : sectionproperties.cartBtnContentarabic)), /*#__PURE__*/React.createElement("div", {
14546
14550
  "class": langdetect == 'en' ? 'headerdropdownml' : 'headerdropdownmr'
14547
14551
  }, /*#__PURE__*/React.createElement(Dropdown, null, /*#__PURE__*/React.createElement(Dropdown.Toggle, null, /*#__PURE__*/React.createElement("li", {
14548
14552
  "class": ' d-flex align-items-center justify-content-center '
@@ -14621,7 +14625,7 @@ var ClassicHeader = function ClassicHeader(props) {
14621
14625
  })), /*#__PURE__*/React.createElement("div", {
14622
14626
  "class": ' col-lg-12 p-0 '
14623
14627
  }, /*#__PURE__*/React.createElement("div", {
14624
- "class": header_cssstyles.lowerHeaderSection + ' w-100 '
14628
+ "class": header_cssstyles.lowerHeaderSection + ' w-100 px-1025-1 '
14625
14629
  }, /*#__PURE__*/React.createElement("div", {
14626
14630
  "class": ' scrollhorizontal w-100 align-items-center ',
14627
14631
  style: {
@@ -30908,7 +30912,7 @@ var Footer8 = function Footer8(props) {
30908
30912
  },
30909
30913
  loading: "lazy"
30910
30914
  }))), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React.createElement("div", {
30911
- "class": "col-lg-12 p-md-0 d-flex justify-content-start mt-2"
30915
+ "class": "col-lg-12 pl-5 pr-5 p-md-0 d-flex justify-content-start mt-2"
30912
30916
  }, /*#__PURE__*/React.createElement("p", {
30913
30917
  "class": langdetect == 'en' ? ' wordbreak pr-5 wordbreak3 mb-4 ' : ' wordbreak pl-5 wordbreak3 mb-4 ',
30914
30918
  style: {
@@ -30918,10 +30922,7 @@ var Footer8 = function Footer8(props) {
30918
30922
  textAlign: langdetect == 'en' ? 'left' : 'right'
30919
30923
  }
30920
30924
  }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.description_en : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.description_ar)))), /*#__PURE__*/React.createElement("div", {
30921
- "class": sectionproperties.prodCatShow == 'Show' ? 'col-lg-3 col-md-12 col-sm-12 align-items-center mb-md-3' : 'col-lg-4 col-md-12 col-sm-12 align-items-center mb-md-3 p-sm-0',
30922
- style: {
30923
- display: sectionproperties.showfooteraddress == 'Show' ? 'flex' : 'none'
30924
- }
30925
+ "class": sectionproperties.prodCatShow == 'Show' ? 'col-lg-3 col-md-12 col-sm-12 align-items-center mb-md-3' : 'col-lg-4 col-md-12 col-sm-12 align-items-center mb-md-3 p-sm-0'
30925
30926
  }, sectionproperties.showfooteraddress == 'Show' && /*#__PURE__*/React.createElement("p", {
30926
30927
  "class": "".concat(footerStyles.textStyles) + ' m-0 p-0 mb-3 mb-md-1 wordbreak d-none ',
30927
30928
  style: {
@@ -31038,40 +31039,6 @@ var Footer8 = function Footer8(props) {
31038
31039
  }
31039
31040
  }, /*#__PURE__*/React.createElement(FaWhatsapp, {
31040
31041
  size: sectionproperties.youtubebtniconfontsize
31041
- }))))), /*#__PURE__*/React.createElement("div", {
31042
- "class": sectionproperties.prodCatShow == 'Show' ? 'col-lg-3 col-md-12 col-sm-12 mb-md-3' : 'col-lg-4 col-md-12 col-sm-12 mb-md-3 p-sm-0',
31043
- style: {
31044
- display: sectionproperties.showfooteraddress == 'Show' ? 'none' : 'flex'
31045
- }
31046
- }, sectionproperties.showdownloadsection == 'Show' && /*#__PURE__*/React.createElement("div", {
31047
- "class": "col-lg-12 justify-content-start align-items-center mb-md-4 p-0"
31048
- }, /*#__PURE__*/React.createElement("div", {
31049
- "class": "row m-0 w-100 align-items-center flex-row justify-content-start justify-content-start justify-content-sm-center"
31050
- }, /*#__PURE__*/React.createElement("div", {
31051
- "class": "col-lg-12 p-0 mb-2"
31052
- }, /*#__PURE__*/React.createElement("p", {
31053
- "class": "".concat(footerStyles.textStyles) + ' m-0 p-0 mb-2 mb-md-1 wordbreak ',
31054
- style: {
31055
- textAlign: langdetect == 'en' ? 'left' : 'right'
31056
- }
31057
- }, langdetect == 'en' ? 'Download The App' : 'حمل التطبيق')), /*#__PURE__*/React.createElement("div", {
31058
- "class": langdetect == 'en' ? 'col-lg-4 col-md-3 col-sm-6 p-0 pr-2' : 'col-lg-4 col-md-3 col-sm-6 p-0 pl-2'
31059
- }, /*#__PURE__*/React.createElement("img", {
31060
- "class": "".concat(footerStyles.appstore) + ' d-flex justify-content-center align-items-center cursor-pointer ',
31061
- src: appstore,
31062
- onClick: function onClick() {
31063
- var _authdetailsContext$i16;
31064
- window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.mobileapplink_appstore, '_blank');
31065
- }
31066
- })), /*#__PURE__*/React.createElement("div", {
31067
- "class": langdetect == 'en' ? 'col-lg-4 col-md-3 col-sm-6 pl-0' : 'col-lg-4 col-md-3 col-sm-6 pr-0'
31068
- }, /*#__PURE__*/React.createElement("img", {
31069
- "class": "".concat(footerStyles.googleplay) + ' d-flex justify-content-center align-items-center cursor-pointer ',
31070
- src: googleplay,
31071
- onClick: function onClick() {
31072
- var _authdetailsContext$i17;
31073
- window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.mobileapplink_playstore, '_blank');
31074
- }
31075
31042
  })))))), sectionproperties.showhidemainpages == 'Show' && /*#__PURE__*/React.createElement("div", {
31076
31043
  "class": "row m-0 allcentered"
31077
31044
  }, /*#__PURE__*/React.createElement("div", {
@@ -41849,7 +41816,7 @@ var TwoWayServiceSectionWithImage = function TwoWayServiceSectionWithImage(props
41849
41816
  // Icon
41850
41817
  var Icon = function Icon(item) {
41851
41818
  return /*#__PURE__*/React.createElement("div", {
41852
- "class": ' allcentered ',
41819
+ "class": langdetect == 'en' ? ' allcentered ml-3 ' : ' allcentered mr-3 ',
41853
41820
  style: {
41854
41821
  backgroundColor: sectionproperties.iconcontainerbg,
41855
41822
  width: sectionproperties.iconcontainerwidth + 'px',
@@ -44526,15 +44493,15 @@ var NewProductcard = function NewProductcard(props) {
44526
44493
  };
44527
44494
  var ImageContent = function ImageContent() {
44528
44495
  return /*#__PURE__*/React.createElement("div", {
44529
- "class": "w-100"
44496
+ "class": "w-100 allcentered"
44530
44497
  }, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
44531
44498
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
44532
44499
  publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
44533
44500
  path: '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + item.image,
44534
44501
  loading: "lazy",
44535
44502
  style: {
44536
- width: '100%',
44537
- height: '100%',
44503
+ width: sectionproperties.imageInnerWidth_Height + '%',
44504
+ height: sectionproperties.imageInnerWidth_Height + '%',
44538
44505
  objectFit: sectionproperties.bgcovercontain == 'Contain' ? 'contain' : 'cover',
44539
44506
  borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
44540
44507
  borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
package/dist/index.umd.js CHANGED
@@ -14202,7 +14202,7 @@
14202
14202
  }, /*#__PURE__*/React__default["default"].createElement("div", {
14203
14203
  "class": ' col-lg-12 d-flex align-items-center p-0 '
14204
14204
  }, /*#__PURE__*/React__default["default"].createElement("div", {
14205
- "class": "".concat(header_cssstyles.upperHeaderSection) + ' row m-0 w-100 d-flex align-items-center '
14205
+ "class": "".concat(header_cssstyles.upperHeaderSection) + ' row m-0 w-100 d-flex align-items-center px-1025-1 '
14206
14206
  }, /*#__PURE__*/React__default["default"].createElement("div", {
14207
14207
  "class": "col-lg-4 d-flex justify-content-start"
14208
14208
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -14233,14 +14233,14 @@
14233
14233
  }
14234
14234
  }, /*#__PURE__*/React__default["default"].createElement("input", {
14235
14235
  type: "text",
14236
- placeholder: lang.searchproducts,
14236
+ placeholder: langdetect == 'en' ? sectionproperties.search_placeholder_en : sectionproperties.search_placeholder_ar,
14237
14237
  "class": "".concat(header_cssstyles.searchbarcont_input),
14238
14238
  onChange: function onChange(event) {
14239
14239
  setSearchHeaderInputContext(event.target.value);
14240
14240
  }
14241
14241
  }), /*#__PURE__*/React__default["default"].createElement("div", {
14242
14242
  "class": " ".concat(header_cssstyles.searchbar_icon_cont) + ' d-flex align-items-center justify-content-center '
14243
- }, /*#__PURE__*/React__default["default"].createElement(BsSearch.BsSearch, {
14243
+ }, /*#__PURE__*/React__default["default"].createElement(FiSearch.FiSearch, {
14244
14244
  color: sectionproperties.searchbaricon_color,
14245
14245
  size: sectionproperties.searchbaricon_fontsize
14246
14246
  })), /*#__PURE__*/React__default["default"].createElement(Searchlist$1, {
@@ -14342,6 +14342,8 @@
14342
14342
  "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
14343
14343
  }), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart.MdAddShoppingCart, {
14344
14344
  "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
14345
+ }), sectionproperties.carticonstyle == 'Calendar 1' && /*#__PURE__*/React__default["default"].createElement(FiCalendar.FiCalendar, {
14346
+ "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
14345
14347
  })), /*#__PURE__*/React__default["default"].createElement("p", {
14346
14348
  "class": ' allcenetered m-0 p-0 '
14347
14349
  }, lang.orderhistory))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
@@ -14431,6 +14433,8 @@
14431
14433
  size: sectionproperties.cartBtn_iconFontSize
14432
14434
  }), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart.MdAddShoppingCart, {
14433
14435
  size: sectionproperties.cartBtn_iconFontSize
14436
+ }), sectionproperties.carticonstyle == 'Calendar 1' && /*#__PURE__*/React__default["default"].createElement(FiCalendar.FiCalendar, {
14437
+ size: sectionproperties.cartBtn_iconFontSize
14434
14438
  }), /*#__PURE__*/React__default["default"].createElement("div", {
14435
14439
  "class": "".concat(header_cssstyles.badge_counter_header_notifications),
14436
14440
  style: {
@@ -14443,7 +14447,7 @@
14443
14447
  marginLeft: langdetect == 'en' ? '9px' : 0,
14444
14448
  marginRight: langdetect == 'ar' ? '9px' : 0
14445
14449
  }
14446
- }, lang.cart)), /*#__PURE__*/React__default["default"].createElement("div", {
14450
+ }, langdetect == 'en' ? sectionproperties.cartBtnContentenglish : sectionproperties.cartBtnContentarabic)), /*#__PURE__*/React__default["default"].createElement("div", {
14447
14451
  "class": langdetect == 'en' ? 'headerdropdownml' : 'headerdropdownmr'
14448
14452
  }, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, /*#__PURE__*/React__default["default"].createElement("li", {
14449
14453
  "class": ' d-flex align-items-center justify-content-center '
@@ -14522,7 +14526,7 @@
14522
14526
  })), /*#__PURE__*/React__default["default"].createElement("div", {
14523
14527
  "class": ' col-lg-12 p-0 '
14524
14528
  }, /*#__PURE__*/React__default["default"].createElement("div", {
14525
- "class": header_cssstyles.lowerHeaderSection + ' w-100 '
14529
+ "class": header_cssstyles.lowerHeaderSection + ' w-100 px-1025-1 '
14526
14530
  }, /*#__PURE__*/React__default["default"].createElement("div", {
14527
14531
  "class": ' scrollhorizontal w-100 align-items-center ',
14528
14532
  style: {
@@ -30809,7 +30813,7 @@
30809
30813
  },
30810
30814
  loading: "lazy"
30811
30815
  }))), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
30812
- "class": "col-lg-12 p-md-0 d-flex justify-content-start mt-2"
30816
+ "class": "col-lg-12 pl-5 pr-5 p-md-0 d-flex justify-content-start mt-2"
30813
30817
  }, /*#__PURE__*/React__default["default"].createElement("p", {
30814
30818
  "class": langdetect == 'en' ? ' wordbreak pr-5 wordbreak3 mb-4 ' : ' wordbreak pl-5 wordbreak3 mb-4 ',
30815
30819
  style: {
@@ -30819,10 +30823,7 @@
30819
30823
  textAlign: langdetect == 'en' ? 'left' : 'right'
30820
30824
  }
30821
30825
  }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.description_en : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.description_ar)))), /*#__PURE__*/React__default["default"].createElement("div", {
30822
- "class": sectionproperties.prodCatShow == 'Show' ? 'col-lg-3 col-md-12 col-sm-12 align-items-center mb-md-3' : 'col-lg-4 col-md-12 col-sm-12 align-items-center mb-md-3 p-sm-0',
30823
- style: {
30824
- display: sectionproperties.showfooteraddress == 'Show' ? 'flex' : 'none'
30825
- }
30826
+ "class": sectionproperties.prodCatShow == 'Show' ? 'col-lg-3 col-md-12 col-sm-12 align-items-center mb-md-3' : 'col-lg-4 col-md-12 col-sm-12 align-items-center mb-md-3 p-sm-0'
30826
30827
  }, sectionproperties.showfooteraddress == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
30827
30828
  "class": "".concat(footerStyles.textStyles) + ' m-0 p-0 mb-3 mb-md-1 wordbreak d-none ',
30828
30829
  style: {
@@ -30939,40 +30940,6 @@
30939
30940
  }
30940
30941
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
30941
30942
  size: sectionproperties.youtubebtniconfontsize
30942
- }))))), /*#__PURE__*/React__default["default"].createElement("div", {
30943
- "class": sectionproperties.prodCatShow == 'Show' ? 'col-lg-3 col-md-12 col-sm-12 mb-md-3' : 'col-lg-4 col-md-12 col-sm-12 mb-md-3 p-sm-0',
30944
- style: {
30945
- display: sectionproperties.showfooteraddress == 'Show' ? 'none' : 'flex'
30946
- }
30947
- }, sectionproperties.showdownloadsection == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
30948
- "class": "col-lg-12 justify-content-start align-items-center mb-md-4 p-0"
30949
- }, /*#__PURE__*/React__default["default"].createElement("div", {
30950
- "class": "row m-0 w-100 align-items-center flex-row justify-content-start justify-content-start justify-content-sm-center"
30951
- }, /*#__PURE__*/React__default["default"].createElement("div", {
30952
- "class": "col-lg-12 p-0 mb-2"
30953
- }, /*#__PURE__*/React__default["default"].createElement("p", {
30954
- "class": "".concat(footerStyles.textStyles) + ' m-0 p-0 mb-2 mb-md-1 wordbreak ',
30955
- style: {
30956
- textAlign: langdetect == 'en' ? 'left' : 'right'
30957
- }
30958
- }, langdetect == 'en' ? 'Download The App' : 'حمل التطبيق')), /*#__PURE__*/React__default["default"].createElement("div", {
30959
- "class": langdetect == 'en' ? 'col-lg-4 col-md-3 col-sm-6 p-0 pr-2' : 'col-lg-4 col-md-3 col-sm-6 p-0 pl-2'
30960
- }, /*#__PURE__*/React__default["default"].createElement("img", {
30961
- "class": "".concat(footerStyles.appstore) + ' d-flex justify-content-center align-items-center cursor-pointer ',
30962
- src: appstore,
30963
- onClick: function onClick() {
30964
- var _authdetailsContext$i16;
30965
- window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.mobileapplink_appstore, '_blank');
30966
- }
30967
- })), /*#__PURE__*/React__default["default"].createElement("div", {
30968
- "class": langdetect == 'en' ? 'col-lg-4 col-md-3 col-sm-6 pl-0' : 'col-lg-4 col-md-3 col-sm-6 pr-0'
30969
- }, /*#__PURE__*/React__default["default"].createElement("img", {
30970
- "class": "".concat(footerStyles.googleplay) + ' d-flex justify-content-center align-items-center cursor-pointer ',
30971
- src: googleplay,
30972
- onClick: function onClick() {
30973
- var _authdetailsContext$i17;
30974
- window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.mobileapplink_playstore, '_blank');
30975
- }
30976
30943
  })))))), sectionproperties.showhidemainpages == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
30977
30944
  "class": "row m-0 allcentered"
30978
30945
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -41750,7 +41717,7 @@
41750
41717
  // Icon
41751
41718
  var Icon = function Icon(item) {
41752
41719
  return /*#__PURE__*/React__default["default"].createElement("div", {
41753
- "class": ' allcentered ',
41720
+ "class": langdetect == 'en' ? ' allcentered ml-3 ' : ' allcentered mr-3 ',
41754
41721
  style: {
41755
41722
  backgroundColor: sectionproperties.iconcontainerbg,
41756
41723
  width: sectionproperties.iconcontainerwidth + 'px',
@@ -44427,15 +44394,15 @@
44427
44394
  };
44428
44395
  var ImageContent = function ImageContent() {
44429
44396
  return /*#__PURE__*/React__default["default"].createElement("div", {
44430
- "class": "w-100"
44397
+ "class": "w-100 allcentered"
44431
44398
  }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
44432
44399
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
44433
44400
  publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
44434
44401
  path: '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + item.image,
44435
44402
  loading: "lazy",
44436
44403
  style: {
44437
- width: '100%',
44438
- height: '100%',
44404
+ width: sectionproperties.imageInnerWidth_Height + '%',
44405
+ height: sectionproperties.imageInnerWidth_Height + '%',
44439
44406
  objectFit: sectionproperties.bgcovercontain == 'Contain' ? 'contain' : 'cover',
44440
44407
  borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
44441
44408
  borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.247",
3
+ "version": "0.0.249",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {