tabexseriescomponents 0.2.818 → 0.2.820

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
@@ -69225,7 +69225,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
69225
69225
  color: cardinfoitem.text2colorfromarray
69226
69226
  }
69227
69227
  }, langdetect == 'en' ? cardinfoitem.cardobj_descripen : cardinfoitem.cardobj_descripar)), sectionproperties.generalbtn_show == 'Show' && cardinfoitem.iscardclickable == 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
69228
- "class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.contactinfo.instid) == '6790ae890234e' && cardinfoindex == 0 ? 'col-lg-12 mt-5 allcentered' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.contactinfo.instid) == '6790ae890234e' && cardinfoindex == 1 ? 'col-lg-12 mt-4 allcentered' : sectionproperties.justifyContentCenter == 'Centered' ? 'col-lg-12 mt-2 allcentered' : 'col-lg-12 mt-2 text-start p-0'
69228
+ "class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.contactinfo.instid) == '6790ae890234e' && cardinfoindex == 0 ? 'col-lg-12 mt-5 md-md-2 allcentered' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.contactinfo.instid) == '6790ae890234e' && cardinfoindex == 1 ? 'col-lg-12 mt-4 mt-md-2 allcentered' : sectionproperties.justifyContentCenter == 'Centered' ? 'col-lg-12 mt-2 allcentered' : 'col-lg-12 mt-2 text-start p-0'
69229
69229
  }, /*#__PURE__*/React__default["default"].createElement("button", {
69230
69230
  "class": "".concat(sectionStyles.btnstyles),
69231
69231
  onClick: function onClick() {
@@ -71347,7 +71347,7 @@ var Slideshowzoom = function Slideshowzoom(props) {
71347
71347
  _useState8 = _slicedToArray__default["default"](_useState7, 2),
71348
71348
  showpopup = _useState8[0],
71349
71349
  setshowpopup = _useState8[1];
71350
- var authdetailsContext = props.actions.authdetailsContext;
71350
+ props.actions.authdetailsContext;
71351
71351
  React.useEffect(function () {
71352
71352
  if (props.srcfrom == 'addsectionform') {
71353
71353
  var secpropobj = {};
@@ -71461,13 +71461,12 @@ var Slideshowzoom = function Slideshowzoom(props) {
71461
71461
  })
71462
71462
  };
71463
71463
  var SlideShowTextContainer = function SlideShowTextContainer(item) {
71464
- var _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4;
71465
71464
  return /*#__PURE__*/React__default["default"].createElement("div", {
71466
71465
  "class": cardarrayofobjs.length != 0 ? slideshow_styles.textcont + ' row m-0 w-sm-100 allcentered align-items-md-center justify-content-md-center p-0 mt-sm-n6 px-2 ' : slideshow_styles.textcont + ' row m-0 w-sm-100 allcentered align-items-md-center justify-content-md-center p-0 px-2 '
71467
71466
  // style={{ position: 'absolute', top: cardarrayofobjs.length != 0 ? '40%' : '50%', zIndex: 2 }}
71468
71467
  ,
71469
71468
  style: {}
71470
- }, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) != '6790ae890234e' && /*#__PURE__*/React__default["default"].createElement("div", {
71469
+ }, sectionproperties.showanimation != 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
71471
71470
  "class": sectionproperties.text1centered == 'Centered' ? 'col-lg-12 allcentered mb-1' : 'col-lg-12 mb-1 text-start'
71472
71471
  }, /*#__PURE__*/React__default["default"].createElement("p", {
71473
71472
  className: "m-0 p-0 wordbreak font-sm-20",
@@ -71477,7 +71476,7 @@ var Slideshowzoom = function Slideshowzoom(props) {
71477
71476
  fontWeight: sectionproperties.slideshowText1ContentFontWeight,
71478
71477
  textAlign: sectionproperties.text1centered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
71479
71478
  }
71480
- }, langdetect == 'en' ? item.titleen : item.titlear)), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '6790ae890234e' && /*#__PURE__*/React__default["default"].createElement("div", {
71479
+ }, langdetect == 'en' ? item.titleen : item.titlear)), sectionproperties.showanimation == 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
71481
71480
  "class": sectionproperties.text1centered == 'Centered' ? 'col-lg-12 allcentered mb-1' : 'col-lg-12 mb-1 text-start',
71482
71481
  "data-aos": 'fade-up'
71483
71482
  }, /*#__PURE__*/React__default["default"].createElement("p", {
@@ -71498,7 +71497,7 @@ var Slideshowzoom = function Slideshowzoom(props) {
71498
71497
  fontWeight: sectionproperties.slideshowText2ContentFontWeight,
71499
71498
  textAlign: sectionproperties.text2centered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
71500
71499
  }
71501
- }, langdetect == 'en' ? item.descriptionen : item.descriptionar)), sectionproperties.generalbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.contactinfo.instid) != '6790ae890234e' && /*#__PURE__*/React__default["default"].createElement("div", {
71500
+ }, langdetect == 'en' ? item.descriptionen : item.descriptionar)), sectionproperties.generalbtn_show == 'Show' && sectionproperties.showanimation != 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
71502
71501
  "class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 allcentered' : item.titleen == null && item.descriptionen == null ? sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 allcentered' : 'col-lg-12 allcentered-md' : 'col-lg-12 text-start'
71503
71502
  }, /*#__PURE__*/React__default["default"].createElement("button", {
71504
71503
  "class": langdetect == 'en' ? "".concat(slideshow_styles.slideshow_btn) + ' allcentered mr-auto ' : "".concat(slideshow_styles.slideshow_btn) + ' allcentered ml-auto ',
@@ -71512,7 +71511,7 @@ var Slideshowzoom = function Slideshowzoom(props) {
71512
71511
  style: {
71513
71512
  direction: langdetect == 'en' ? 'ltr' : 'rtl'
71514
71513
  }
71515
- }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar, ' ')), sectionproperties.generalbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.contactinfo.instid) == '6790ae890234e' && /*#__PURE__*/React__default["default"].createElement("div", {
71514
+ }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar, ' ')), sectionproperties.generalbtn_show == 'Show' && sectionproperties.showanimation == 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
71516
71515
  "class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 allcentered' : item.titleen == null && item.descriptionen == null ? sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 allcentered' : 'col-lg-12 allcentered-md' : 'col-lg-12 text-start',
71517
71516
  "data-aos": 'fade-up'
71518
71517
  }, /*#__PURE__*/React__default["default"].createElement("button", {
package/dist/index.esm.js CHANGED
@@ -69177,7 +69177,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
69177
69177
  color: cardinfoitem.text2colorfromarray
69178
69178
  }
69179
69179
  }, langdetect == 'en' ? cardinfoitem.cardobj_descripen : cardinfoitem.cardobj_descripar)), sectionproperties.generalbtn_show == 'Show' && cardinfoitem.iscardclickable == 'Yes' && /*#__PURE__*/React.createElement("div", {
69180
- "class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.contactinfo.instid) == '6790ae890234e' && cardinfoindex == 0 ? 'col-lg-12 mt-5 allcentered' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.contactinfo.instid) == '6790ae890234e' && cardinfoindex == 1 ? 'col-lg-12 mt-4 allcentered' : sectionproperties.justifyContentCenter == 'Centered' ? 'col-lg-12 mt-2 allcentered' : 'col-lg-12 mt-2 text-start p-0'
69180
+ "class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.contactinfo.instid) == '6790ae890234e' && cardinfoindex == 0 ? 'col-lg-12 mt-5 md-md-2 allcentered' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.contactinfo.instid) == '6790ae890234e' && cardinfoindex == 1 ? 'col-lg-12 mt-4 mt-md-2 allcentered' : sectionproperties.justifyContentCenter == 'Centered' ? 'col-lg-12 mt-2 allcentered' : 'col-lg-12 mt-2 text-start p-0'
69181
69181
  }, /*#__PURE__*/React.createElement("button", {
69182
69182
  "class": "".concat(sectionStyles.btnstyles),
69183
69183
  onClick: function onClick() {
@@ -71299,7 +71299,7 @@ var Slideshowzoom = function Slideshowzoom(props) {
71299
71299
  _useState8 = _slicedToArray(_useState7, 2),
71300
71300
  showpopup = _useState8[0],
71301
71301
  setshowpopup = _useState8[1];
71302
- var authdetailsContext = props.actions.authdetailsContext;
71302
+ props.actions.authdetailsContext;
71303
71303
  useEffect(function () {
71304
71304
  if (props.srcfrom == 'addsectionform') {
71305
71305
  var secpropobj = {};
@@ -71413,13 +71413,12 @@ var Slideshowzoom = function Slideshowzoom(props) {
71413
71413
  })
71414
71414
  };
71415
71415
  var SlideShowTextContainer = function SlideShowTextContainer(item) {
71416
- var _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4;
71417
71416
  return /*#__PURE__*/React.createElement("div", {
71418
71417
  "class": cardarrayofobjs.length != 0 ? slideshow_styles.textcont + ' row m-0 w-sm-100 allcentered align-items-md-center justify-content-md-center p-0 mt-sm-n6 px-2 ' : slideshow_styles.textcont + ' row m-0 w-sm-100 allcentered align-items-md-center justify-content-md-center p-0 px-2 '
71419
71418
  // style={{ position: 'absolute', top: cardarrayofobjs.length != 0 ? '40%' : '50%', zIndex: 2 }}
71420
71419
  ,
71421
71420
  style: {}
71422
- }, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) != '6790ae890234e' && /*#__PURE__*/React.createElement("div", {
71421
+ }, sectionproperties.showanimation != 'Yes' && /*#__PURE__*/React.createElement("div", {
71423
71422
  "class": sectionproperties.text1centered == 'Centered' ? 'col-lg-12 allcentered mb-1' : 'col-lg-12 mb-1 text-start'
71424
71423
  }, /*#__PURE__*/React.createElement("p", {
71425
71424
  className: "m-0 p-0 wordbreak font-sm-20",
@@ -71429,7 +71428,7 @@ var Slideshowzoom = function Slideshowzoom(props) {
71429
71428
  fontWeight: sectionproperties.slideshowText1ContentFontWeight,
71430
71429
  textAlign: sectionproperties.text1centered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
71431
71430
  }
71432
- }, langdetect == 'en' ? item.titleen : item.titlear)), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '6790ae890234e' && /*#__PURE__*/React.createElement("div", {
71431
+ }, langdetect == 'en' ? item.titleen : item.titlear)), sectionproperties.showanimation == 'Yes' && /*#__PURE__*/React.createElement("div", {
71433
71432
  "class": sectionproperties.text1centered == 'Centered' ? 'col-lg-12 allcentered mb-1' : 'col-lg-12 mb-1 text-start',
71434
71433
  "data-aos": 'fade-up'
71435
71434
  }, /*#__PURE__*/React.createElement("p", {
@@ -71450,7 +71449,7 @@ var Slideshowzoom = function Slideshowzoom(props) {
71450
71449
  fontWeight: sectionproperties.slideshowText2ContentFontWeight,
71451
71450
  textAlign: sectionproperties.text2centered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
71452
71451
  }
71453
- }, langdetect == 'en' ? item.descriptionen : item.descriptionar)), sectionproperties.generalbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.contactinfo.instid) != '6790ae890234e' && /*#__PURE__*/React.createElement("div", {
71452
+ }, langdetect == 'en' ? item.descriptionen : item.descriptionar)), sectionproperties.generalbtn_show == 'Show' && sectionproperties.showanimation != 'Yes' && /*#__PURE__*/React.createElement("div", {
71454
71453
  "class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 allcentered' : item.titleen == null && item.descriptionen == null ? sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 allcentered' : 'col-lg-12 allcentered-md' : 'col-lg-12 text-start'
71455
71454
  }, /*#__PURE__*/React.createElement("button", {
71456
71455
  "class": langdetect == 'en' ? "".concat(slideshow_styles.slideshow_btn) + ' allcentered mr-auto ' : "".concat(slideshow_styles.slideshow_btn) + ' allcentered ml-auto ',
@@ -71464,7 +71463,7 @@ var Slideshowzoom = function Slideshowzoom(props) {
71464
71463
  style: {
71465
71464
  direction: langdetect == 'en' ? 'ltr' : 'rtl'
71466
71465
  }
71467
- }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar, ' ')), sectionproperties.generalbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.contactinfo.instid) == '6790ae890234e' && /*#__PURE__*/React.createElement("div", {
71466
+ }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar, ' ')), sectionproperties.generalbtn_show == 'Show' && sectionproperties.showanimation == 'Yes' && /*#__PURE__*/React.createElement("div", {
71468
71467
  "class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 allcentered' : item.titleen == null && item.descriptionen == null ? sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 allcentered' : 'col-lg-12 allcentered-md' : 'col-lg-12 text-start',
71469
71468
  "data-aos": 'fade-up'
71470
71469
  }, /*#__PURE__*/React.createElement("button", {
package/dist/index.umd.js CHANGED
@@ -69038,7 +69038,7 @@
69038
69038
  color: cardinfoitem.text2colorfromarray
69039
69039
  }
69040
69040
  }, langdetect == 'en' ? cardinfoitem.cardobj_descripen : cardinfoitem.cardobj_descripar)), sectionproperties.generalbtn_show == 'Show' && cardinfoitem.iscardclickable == 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
69041
- "class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.contactinfo.instid) == '6790ae890234e' && cardinfoindex == 0 ? 'col-lg-12 mt-5 allcentered' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.contactinfo.instid) == '6790ae890234e' && cardinfoindex == 1 ? 'col-lg-12 mt-4 allcentered' : sectionproperties.justifyContentCenter == 'Centered' ? 'col-lg-12 mt-2 allcentered' : 'col-lg-12 mt-2 text-start p-0'
69041
+ "class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.contactinfo.instid) == '6790ae890234e' && cardinfoindex == 0 ? 'col-lg-12 mt-5 md-md-2 allcentered' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.contactinfo.instid) == '6790ae890234e' && cardinfoindex == 1 ? 'col-lg-12 mt-4 mt-md-2 allcentered' : sectionproperties.justifyContentCenter == 'Centered' ? 'col-lg-12 mt-2 allcentered' : 'col-lg-12 mt-2 text-start p-0'
69042
69042
  }, /*#__PURE__*/React__default["default"].createElement("button", {
69043
69043
  "class": "".concat(sectionStyles.btnstyles),
69044
69044
  onClick: function onClick() {
@@ -71160,7 +71160,7 @@
71160
71160
  _useState8 = _slicedToArray__default["default"](_useState7, 2),
71161
71161
  showpopup = _useState8[0],
71162
71162
  setshowpopup = _useState8[1];
71163
- var authdetailsContext = props.actions.authdetailsContext;
71163
+ props.actions.authdetailsContext;
71164
71164
  React.useEffect(function () {
71165
71165
  if (props.srcfrom == 'addsectionform') {
71166
71166
  var secpropobj = {};
@@ -71274,13 +71274,12 @@
71274
71274
  })
71275
71275
  };
71276
71276
  var SlideShowTextContainer = function SlideShowTextContainer(item) {
71277
- var _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4;
71278
71277
  return /*#__PURE__*/React__default["default"].createElement("div", {
71279
71278
  "class": cardarrayofobjs.length != 0 ? slideshow_styles.textcont + ' row m-0 w-sm-100 allcentered align-items-md-center justify-content-md-center p-0 mt-sm-n6 px-2 ' : slideshow_styles.textcont + ' row m-0 w-sm-100 allcentered align-items-md-center justify-content-md-center p-0 px-2 '
71280
71279
  // style={{ position: 'absolute', top: cardarrayofobjs.length != 0 ? '40%' : '50%', zIndex: 2 }}
71281
71280
  ,
71282
71281
  style: {}
71283
- }, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) != '6790ae890234e' && /*#__PURE__*/React__default["default"].createElement("div", {
71282
+ }, sectionproperties.showanimation != 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
71284
71283
  "class": sectionproperties.text1centered == 'Centered' ? 'col-lg-12 allcentered mb-1' : 'col-lg-12 mb-1 text-start'
71285
71284
  }, /*#__PURE__*/React__default["default"].createElement("p", {
71286
71285
  className: "m-0 p-0 wordbreak font-sm-20",
@@ -71290,7 +71289,7 @@
71290
71289
  fontWeight: sectionproperties.slideshowText1ContentFontWeight,
71291
71290
  textAlign: sectionproperties.text1centered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
71292
71291
  }
71293
- }, langdetect == 'en' ? item.titleen : item.titlear)), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '6790ae890234e' && /*#__PURE__*/React__default["default"].createElement("div", {
71292
+ }, langdetect == 'en' ? item.titleen : item.titlear)), sectionproperties.showanimation == 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
71294
71293
  "class": sectionproperties.text1centered == 'Centered' ? 'col-lg-12 allcentered mb-1' : 'col-lg-12 mb-1 text-start',
71295
71294
  "data-aos": 'fade-up'
71296
71295
  }, /*#__PURE__*/React__default["default"].createElement("p", {
@@ -71311,7 +71310,7 @@
71311
71310
  fontWeight: sectionproperties.slideshowText2ContentFontWeight,
71312
71311
  textAlign: sectionproperties.text2centered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
71313
71312
  }
71314
- }, langdetect == 'en' ? item.descriptionen : item.descriptionar)), sectionproperties.generalbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.contactinfo.instid) != '6790ae890234e' && /*#__PURE__*/React__default["default"].createElement("div", {
71313
+ }, langdetect == 'en' ? item.descriptionen : item.descriptionar)), sectionproperties.generalbtn_show == 'Show' && sectionproperties.showanimation != 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
71315
71314
  "class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 allcentered' : item.titleen == null && item.descriptionen == null ? sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 allcentered' : 'col-lg-12 allcentered-md' : 'col-lg-12 text-start'
71316
71315
  }, /*#__PURE__*/React__default["default"].createElement("button", {
71317
71316
  "class": langdetect == 'en' ? "".concat(slideshow_styles.slideshow_btn) + ' allcentered mr-auto ' : "".concat(slideshow_styles.slideshow_btn) + ' allcentered ml-auto ',
@@ -71325,7 +71324,7 @@
71325
71324
  style: {
71326
71325
  direction: langdetect == 'en' ? 'ltr' : 'rtl'
71327
71326
  }
71328
- }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar, ' ')), sectionproperties.generalbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.contactinfo.instid) == '6790ae890234e' && /*#__PURE__*/React__default["default"].createElement("div", {
71327
+ }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar, ' ')), sectionproperties.generalbtn_show == 'Show' && sectionproperties.showanimation == 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
71329
71328
  "class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 allcentered' : item.titleen == null && item.descriptionen == null ? sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 allcentered' : 'col-lg-12 allcentered-md' : 'col-lg-12 text-start',
71330
71329
  "data-aos": 'fade-up'
71331
71330
  }, /*#__PURE__*/React__default["default"].createElement("button", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.2.818",
3
+ "version": "0.2.820",
4
4
  "type": "module",
5
5
  "description": "your description",
6
6
  "main": "dist/index.cjs.js",