tabexseriescomponents 0.0.553 → 0.0.555

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
@@ -10544,7 +10544,25 @@ var Checkout = function Checkout(props) {
10544
10544
  width: "20px",
10545
10545
  height: "20px",
10546
10546
  duration: "1s"
10547
- }), !ischeckoutbuttonloading() ? (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue56 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue56 === void 0 || (_fetchcustomercartQue56 = _fetchcustomercartQue56.data) === null || _fetchcustomercartQue56 === void 0 ? void 0 : _fetchcustomercartQue56.customercart.paymentmethod) == 'onlinepayment' ? lang.continuetopayment : authdetailsContext.loggedin ? langdetect == 'en' ? sectionproperties.checkoutbtn_en2 : sectionproperties.checkoutbtn_ar2 : langdetect == 'en' ? sectionproperties.checkoutbtn_en2 + ' ' + lang.asaguest : sectionproperties.checkoutbtn_ar2 + ' ' + lang.asaguest : ''))))));
10547
+ }), !ischeckoutbuttonloading() ? (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue56 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue56 === void 0 || (_fetchcustomercartQue56 = _fetchcustomercartQue56.data) === null || _fetchcustomercartQue56 === void 0 ? void 0 : _fetchcustomercartQue56.customercart.paymentmethod) == 'onlinepayment' ? lang.continuetopayment : authdetailsContext.loggedin ? langdetect == 'en' ? sectionproperties.checkoutbtn_en2 : sectionproperties.checkoutbtn_ar2 : langdetect == 'en' ? sectionproperties.checkoutbtn_en2 + ' ' + lang.asaguest : sectionproperties.checkoutbtn_ar2 + ' ' + lang.asaguest : '')), authdetailsContext.loggedin == false && sectionproperties.loginbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
10548
+ className: "col-lg-12 d-flex align-items-center justify-content-center mt-4 p-0 mb-2 mt-sm-3",
10549
+ style: {
10550
+ marginTop: sectionproperties.showtotalsection == 'Show' ? 0 : '0.5rem'
10551
+ }
10552
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
10553
+ "class": "row m-0 w-100"
10554
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
10555
+ "class": "col-lg-12 p-0 allcentered mb-2"
10556
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
10557
+ "class": "m-0 0-0"
10558
+ }, langdetect == 'en' ? 'Already have an account' : 'لديك حساب بالفعل؟')), /*#__PURE__*/React__default["default"].createElement("div", {
10559
+ "class": "col-lg-12 p-0 allcentered"
10560
+ }, /*#__PURE__*/React__default["default"].createElement("button", {
10561
+ className: " ".concat(checkoutstyles.checkoutbtnstyles) + ' d-flex align-items-center justify-content-center ',
10562
+ onClick: function onClick() {
10563
+ routingcountext(StaticPagesLinksContext.Login);
10564
+ }
10565
+ }, langdetect == 'en' ? 'Login' : 'تسجيل الدخول'))))))));
10548
10566
  };
10549
10567
  return /*#__PURE__*/React__default["default"].createElement("div", {
10550
10568
  className: 'row m-0 w-100 d-flex justify-content-center p-sm-0 '
@@ -21952,8 +21970,9 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
21952
21970
  className: "row m-0 w-100 d-none d-md-block",
21953
21971
  style: {
21954
21972
  position: window.location.pathname == '/home' ? sectionproperties.respheaderposition : 'relative',
21973
+ // position: window.location.pathname == '/home' ? sectionproperties.respheaderposition : 'relative',
21955
21974
  zIndex: 10000,
21956
- top: sectionproperties.respheaderposition == 'absolute' ? '50px' : 0
21975
+ top: sectionproperties.respheaderposition == 'absolute' || sectionproperties.respheaderposition == 'fixed' ? '50px' : 0
21957
21976
  }
21958
21977
  }, templateproperties_context.showtextslider == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
21959
21978
  "class": "col-lg-12 p-0"
@@ -59776,8 +59795,7 @@ var Slideshowfade = function Slideshowfade(props) {
59776
59795
  }, /*#__PURE__*/React__default["default"].createElement("button", {
59777
59796
  "class": "".concat(slideshow_styles.slideshow_btn) + ' allcentered ',
59778
59797
  style: {
59779
- letterSpacing: langdetect == 'en' ? '1px' : 0,
59780
- marginLeft: langdetect == 'en' ? '' : 'auto'
59798
+ letterSpacing: langdetect == 'en' ? '1px' : 0
59781
59799
  },
59782
59800
  onClick: function onClick() {
59783
59801
  setcurrlang();
@@ -59785,7 +59803,8 @@ var Slideshowfade = function Slideshowfade(props) {
59785
59803
  }, langdetect == 'en' ? 'Confirm' : 'تأكيد', ' '), /*#__PURE__*/React__default["default"].createElement("button", {
59786
59804
  "class": "".concat(slideshow_styles.slideshow_btn) + ' allcentered mx-3 ',
59787
59805
  style: {
59788
- letterSpacing: langdetect == 'en' ? '1px' : 0
59806
+ letterSpacing: langdetect == 'en' ? '1px' : 0,
59807
+ marginLeft: langdetect == 'en' ? '' : 'auto'
59789
59808
  },
59790
59809
  onClick: function onClick() {
59791
59810
  if (item.IsClickableimg == 'Yes') {
package/dist/index.esm.js CHANGED
@@ -10495,7 +10495,25 @@ var Checkout = function Checkout(props) {
10495
10495
  width: "20px",
10496
10496
  height: "20px",
10497
10497
  duration: "1s"
10498
- }), !ischeckoutbuttonloading() ? (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue56 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue56 === void 0 || (_fetchcustomercartQue56 = _fetchcustomercartQue56.data) === null || _fetchcustomercartQue56 === void 0 ? void 0 : _fetchcustomercartQue56.customercart.paymentmethod) == 'onlinepayment' ? lang.continuetopayment : authdetailsContext.loggedin ? langdetect == 'en' ? sectionproperties.checkoutbtn_en2 : sectionproperties.checkoutbtn_ar2 : langdetect == 'en' ? sectionproperties.checkoutbtn_en2 + ' ' + lang.asaguest : sectionproperties.checkoutbtn_ar2 + ' ' + lang.asaguest : ''))))));
10498
+ }), !ischeckoutbuttonloading() ? (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue56 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue56 === void 0 || (_fetchcustomercartQue56 = _fetchcustomercartQue56.data) === null || _fetchcustomercartQue56 === void 0 ? void 0 : _fetchcustomercartQue56.customercart.paymentmethod) == 'onlinepayment' ? lang.continuetopayment : authdetailsContext.loggedin ? langdetect == 'en' ? sectionproperties.checkoutbtn_en2 : sectionproperties.checkoutbtn_ar2 : langdetect == 'en' ? sectionproperties.checkoutbtn_en2 + ' ' + lang.asaguest : sectionproperties.checkoutbtn_ar2 + ' ' + lang.asaguest : '')), authdetailsContext.loggedin == false && sectionproperties.loginbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
10499
+ className: "col-lg-12 d-flex align-items-center justify-content-center mt-4 p-0 mb-2 mt-sm-3",
10500
+ style: {
10501
+ marginTop: sectionproperties.showtotalsection == 'Show' ? 0 : '0.5rem'
10502
+ }
10503
+ }, /*#__PURE__*/React.createElement("div", {
10504
+ "class": "row m-0 w-100"
10505
+ }, /*#__PURE__*/React.createElement("div", {
10506
+ "class": "col-lg-12 p-0 allcentered mb-2"
10507
+ }, /*#__PURE__*/React.createElement("p", {
10508
+ "class": "m-0 0-0"
10509
+ }, langdetect == 'en' ? 'Already have an account' : 'لديك حساب بالفعل؟')), /*#__PURE__*/React.createElement("div", {
10510
+ "class": "col-lg-12 p-0 allcentered"
10511
+ }, /*#__PURE__*/React.createElement("button", {
10512
+ className: " ".concat(checkoutstyles.checkoutbtnstyles) + ' d-flex align-items-center justify-content-center ',
10513
+ onClick: function onClick() {
10514
+ routingcountext(StaticPagesLinksContext.Login);
10515
+ }
10516
+ }, langdetect == 'en' ? 'Login' : 'تسجيل الدخول'))))))));
10499
10517
  };
10500
10518
  return /*#__PURE__*/React.createElement("div", {
10501
10519
  className: 'row m-0 w-100 d-flex justify-content-center p-sm-0 '
@@ -21903,8 +21921,9 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
21903
21921
  className: "row m-0 w-100 d-none d-md-block",
21904
21922
  style: {
21905
21923
  position: window.location.pathname == '/home' ? sectionproperties.respheaderposition : 'relative',
21924
+ // position: window.location.pathname == '/home' ? sectionproperties.respheaderposition : 'relative',
21906
21925
  zIndex: 10000,
21907
- top: sectionproperties.respheaderposition == 'absolute' ? '50px' : 0
21926
+ top: sectionproperties.respheaderposition == 'absolute' || sectionproperties.respheaderposition == 'fixed' ? '50px' : 0
21908
21927
  }
21909
21928
  }, templateproperties_context.showtextslider == 'Show' && /*#__PURE__*/React.createElement("div", {
21910
21929
  "class": "col-lg-12 p-0"
@@ -59727,8 +59746,7 @@ var Slideshowfade = function Slideshowfade(props) {
59727
59746
  }, /*#__PURE__*/React.createElement("button", {
59728
59747
  "class": "".concat(slideshow_styles.slideshow_btn) + ' allcentered ',
59729
59748
  style: {
59730
- letterSpacing: langdetect == 'en' ? '1px' : 0,
59731
- marginLeft: langdetect == 'en' ? '' : 'auto'
59749
+ letterSpacing: langdetect == 'en' ? '1px' : 0
59732
59750
  },
59733
59751
  onClick: function onClick() {
59734
59752
  setcurrlang();
@@ -59736,7 +59754,8 @@ var Slideshowfade = function Slideshowfade(props) {
59736
59754
  }, langdetect == 'en' ? 'Confirm' : 'تأكيد', ' '), /*#__PURE__*/React.createElement("button", {
59737
59755
  "class": "".concat(slideshow_styles.slideshow_btn) + ' allcentered mx-3 ',
59738
59756
  style: {
59739
- letterSpacing: langdetect == 'en' ? '1px' : 0
59757
+ letterSpacing: langdetect == 'en' ? '1px' : 0,
59758
+ marginLeft: langdetect == 'en' ? '' : 'auto'
59740
59759
  },
59741
59760
  onClick: function onClick() {
59742
59761
  if (item.IsClickableimg == 'Yes') {
package/dist/index.umd.js CHANGED
@@ -10368,7 +10368,25 @@
10368
10368
  width: "20px",
10369
10369
  height: "20px",
10370
10370
  duration: "1s"
10371
- }), !ischeckoutbuttonloading() ? (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue56 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue56 === void 0 || (_fetchcustomercartQue56 = _fetchcustomercartQue56.data) === null || _fetchcustomercartQue56 === void 0 ? void 0 : _fetchcustomercartQue56.customercart.paymentmethod) == 'onlinepayment' ? lang.continuetopayment : authdetailsContext.loggedin ? langdetect == 'en' ? sectionproperties.checkoutbtn_en2 : sectionproperties.checkoutbtn_ar2 : langdetect == 'en' ? sectionproperties.checkoutbtn_en2 + ' ' + lang.asaguest : sectionproperties.checkoutbtn_ar2 + ' ' + lang.asaguest : ''))))));
10371
+ }), !ischeckoutbuttonloading() ? (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue56 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue56 === void 0 || (_fetchcustomercartQue56 = _fetchcustomercartQue56.data) === null || _fetchcustomercartQue56 === void 0 ? void 0 : _fetchcustomercartQue56.customercart.paymentmethod) == 'onlinepayment' ? lang.continuetopayment : authdetailsContext.loggedin ? langdetect == 'en' ? sectionproperties.checkoutbtn_en2 : sectionproperties.checkoutbtn_ar2 : langdetect == 'en' ? sectionproperties.checkoutbtn_en2 + ' ' + lang.asaguest : sectionproperties.checkoutbtn_ar2 + ' ' + lang.asaguest : '')), authdetailsContext.loggedin == false && sectionproperties.loginbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
10372
+ className: "col-lg-12 d-flex align-items-center justify-content-center mt-4 p-0 mb-2 mt-sm-3",
10373
+ style: {
10374
+ marginTop: sectionproperties.showtotalsection == 'Show' ? 0 : '0.5rem'
10375
+ }
10376
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
10377
+ "class": "row m-0 w-100"
10378
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
10379
+ "class": "col-lg-12 p-0 allcentered mb-2"
10380
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
10381
+ "class": "m-0 0-0"
10382
+ }, langdetect == 'en' ? 'Already have an account' : 'لديك حساب بالفعل؟')), /*#__PURE__*/React__default["default"].createElement("div", {
10383
+ "class": "col-lg-12 p-0 allcentered"
10384
+ }, /*#__PURE__*/React__default["default"].createElement("button", {
10385
+ className: " ".concat(checkoutstyles.checkoutbtnstyles) + ' d-flex align-items-center justify-content-center ',
10386
+ onClick: function onClick() {
10387
+ routingcountext(StaticPagesLinksContext.Login);
10388
+ }
10389
+ }, langdetect == 'en' ? 'Login' : 'تسجيل الدخول'))))))));
10372
10390
  };
10373
10391
  return /*#__PURE__*/React__default["default"].createElement("div", {
10374
10392
  className: 'row m-0 w-100 d-flex justify-content-center p-sm-0 '
@@ -21776,8 +21794,9 @@
21776
21794
  className: "row m-0 w-100 d-none d-md-block",
21777
21795
  style: {
21778
21796
  position: window.location.pathname == '/home' ? sectionproperties.respheaderposition : 'relative',
21797
+ // position: window.location.pathname == '/home' ? sectionproperties.respheaderposition : 'relative',
21779
21798
  zIndex: 10000,
21780
- top: sectionproperties.respheaderposition == 'absolute' ? '50px' : 0
21799
+ top: sectionproperties.respheaderposition == 'absolute' || sectionproperties.respheaderposition == 'fixed' ? '50px' : 0
21781
21800
  }
21782
21801
  }, templateproperties_context.showtextslider == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
21783
21802
  "class": "col-lg-12 p-0"
@@ -59600,8 +59619,7 @@
59600
59619
  }, /*#__PURE__*/React__default["default"].createElement("button", {
59601
59620
  "class": "".concat(slideshow_styles.slideshow_btn) + ' allcentered ',
59602
59621
  style: {
59603
- letterSpacing: langdetect == 'en' ? '1px' : 0,
59604
- marginLeft: langdetect == 'en' ? '' : 'auto'
59622
+ letterSpacing: langdetect == 'en' ? '1px' : 0
59605
59623
  },
59606
59624
  onClick: function onClick() {
59607
59625
  setcurrlang();
@@ -59609,7 +59627,8 @@
59609
59627
  }, langdetect == 'en' ? 'Confirm' : 'تأكيد', ' '), /*#__PURE__*/React__default["default"].createElement("button", {
59610
59628
  "class": "".concat(slideshow_styles.slideshow_btn) + ' allcentered mx-3 ',
59611
59629
  style: {
59612
- letterSpacing: langdetect == 'en' ? '1px' : 0
59630
+ letterSpacing: langdetect == 'en' ? '1px' : 0,
59631
+ marginLeft: langdetect == 'en' ? '' : 'auto'
59613
59632
  },
59614
59633
  onClick: function onClick() {
59615
59634
  if (item.IsClickableimg == 'Yes') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.553",
3
+ "version": "0.0.555",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {