tabexseriescomponents 0.2.1232 → 0.2.1233

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
@@ -27809,7 +27809,7 @@ var MarqueeHeader = function MarqueeHeader(props) {
27809
27809
  paddingRight: templateproperties_context.sliderpaddinghorizontal + 'px'
27810
27810
  }
27811
27811
  }, templateproperties_context.textslidertype == 'Fading Text Carousel' && /*#__PURE__*/React__default["default"].createElement("div", {
27812
- className: "text-slider"
27812
+ className: "text-slider-marquee"
27813
27813
  }, /*#__PURE__*/React__default["default"].createElement("button", {
27814
27814
  onClick: prev,
27815
27815
  className: "arrow left allcentered"
@@ -27818,7 +27818,7 @@ var MarqueeHeader = function MarqueeHeader(props) {
27818
27818
  })), textarray.map(function (item, index) {
27819
27819
  return /*#__PURE__*/React__default["default"].createElement("p", {
27820
27820
  key: index,
27821
- className: "slide ".concat(index === currentIndex ? 'active' : '') + ' m-0 ' + header_cssstyles.textSlider
27821
+ className: "marqueeslide ".concat(index === currentIndex ? 'active' : '') + ' m-0 ' + header_cssstyles.textSlider
27822
27822
  }, langdetect == 'en' ? item.textEnglish : item.textArabic);
27823
27823
  }), /*#__PURE__*/React__default["default"].createElement("button", {
27824
27824
  onClick: next,
package/dist/index.esm.js CHANGED
@@ -27758,7 +27758,7 @@ var MarqueeHeader = function MarqueeHeader(props) {
27758
27758
  paddingRight: templateproperties_context.sliderpaddinghorizontal + 'px'
27759
27759
  }
27760
27760
  }, templateproperties_context.textslidertype == 'Fading Text Carousel' && /*#__PURE__*/React.createElement("div", {
27761
- className: "text-slider"
27761
+ className: "text-slider-marquee"
27762
27762
  }, /*#__PURE__*/React.createElement("button", {
27763
27763
  onClick: prev,
27764
27764
  className: "arrow left allcentered"
@@ -27767,7 +27767,7 @@ var MarqueeHeader = function MarqueeHeader(props) {
27767
27767
  })), textarray.map(function (item, index) {
27768
27768
  return /*#__PURE__*/React.createElement("p", {
27769
27769
  key: index,
27770
- className: "slide ".concat(index === currentIndex ? 'active' : '') + ' m-0 ' + header_cssstyles.textSlider
27770
+ className: "marqueeslide ".concat(index === currentIndex ? 'active' : '') + ' m-0 ' + header_cssstyles.textSlider
27771
27771
  }, langdetect == 'en' ? item.textEnglish : item.textArabic);
27772
27772
  }), /*#__PURE__*/React.createElement("button", {
27773
27773
  onClick: next,
package/dist/index.umd.js CHANGED
@@ -21641,60 +21641,6 @@
21641
21641
  }, (fetchProductFeaturesQueryContext === null || fetchProductFeaturesQueryContext === void 0 ? void 0 : fetchProductFeaturesQueryContext.isSuccess) && /*#__PURE__*/React__default["default"].createElement("div", {
21642
21642
  className: "row mt-0 mb-2 ml-0 mr-0 d-lg-flex w-100"
21643
21643
  }, fetchProductFeaturesQueryContext === null || fetchProductFeaturesQueryContext === void 0 || (_fetchProductFeatures = fetchProductFeaturesQueryContext.data) === null || _fetchProductFeatures === void 0 || (_fetchProductFeatures = _fetchProductFeatures.data) === null || _fetchProductFeatures === void 0 || (_fetchProductFeatures = _fetchProductFeatures.productfeatues) === null || _fetchProductFeatures === void 0 ? void 0 : _fetchProductFeatures.map(function (item, index) {
21644
- // if (item.type == 'Selectbox') {
21645
- // var selectboxarr = [];
21646
- // item?.featuresselectbovalue?.forEach(function (slecitem) {
21647
- // var itemlabel = '';
21648
- // if (langdetect == 'en') {
21649
- // itemlabel = slecitem.value_en;
21650
- // } else {
21651
- // itemlabel = slecitem.value_ar;
21652
- // }
21653
- // selectboxarr.push({ label: itemlabel, value: slecitem.value_en });
21654
- // });
21655
- // return (
21656
- // <div class="col-lg-12 col-md-12 d-flex flex-column align-items-center justify-content-start mb-3 p-0">
21657
- // <label
21658
- // className={' mb-3 w-100 '}
21659
- // style={{
21660
- // textAlign: langdetect == 'en' ? 'left' : 'right',
21661
- // color: sectionproperties.filtertitle_color,
21662
- // color: sectionproperties.filtertitle_color,
21663
- // fontSize: sectionproperties.filtertitle_fontsize + 'px',
21664
- // fontWeight: sectionproperties.filtertitle_fontweight,
21665
- // color: sectionproperties.filtertitle_color,
21666
- // textTransform: 'capitalize',
21667
- // }}
21668
- // >
21669
- // {langdetect == 'en' ? item.name_en : item.name_ar}
21670
- // </label>
21671
- // <div class={'col-lg-12 p-0'}>
21672
- // <Select
21673
- // options={selectboxarr}
21674
- // styles={langdetect == 'en' ? selectcustomStyles : selectcustomStylesTranslated}
21675
- // placeholder={''}
21676
- // onChange={(e) => {
21677
- // var isattrexists = false;
21678
- // var tempproductfeatuesarr = [...productfeatuesarr];
21679
- // tempproductfeatuesarr?.forEach(function (attritem, attrindex) {
21680
- // if (attritem.id == item.id) {
21681
- // tempproductfeatuesarr[attrindex].value = e.value;
21682
- // isattrexists = true;
21683
- // }
21684
- // });
21685
- // if (isattrexists == false) {
21686
- // tempproductfeatuesarr.push({
21687
- // id: item.id,
21688
- // value: e.value,
21689
- // });
21690
- // }
21691
- // setproductfeatuesarr([...tempproductfeatuesarr]);
21692
- // }}
21693
- // />
21694
- // </div>
21695
- // </div>
21696
- // );
21697
- // }
21698
21644
  if (item.type == 'Selectbox') {
21699
21645
  // item?.featuresselectbovalue?.forEach(function (slecitem) {
21700
21646
  // var itemlabel = '';
@@ -27615,7 +27561,7 @@
27615
27561
  paddingRight: templateproperties_context.sliderpaddinghorizontal + 'px'
27616
27562
  }
27617
27563
  }, templateproperties_context.textslidertype == 'Fading Text Carousel' && /*#__PURE__*/React__default["default"].createElement("div", {
27618
- className: "text-slider"
27564
+ className: "text-slider-marquee"
27619
27565
  }, /*#__PURE__*/React__default["default"].createElement("button", {
27620
27566
  onClick: prev,
27621
27567
  className: "arrow left allcentered"
@@ -27624,7 +27570,7 @@
27624
27570
  })), textarray.map(function (item, index) {
27625
27571
  return /*#__PURE__*/React__default["default"].createElement("p", {
27626
27572
  key: index,
27627
- className: "slide ".concat(index === currentIndex ? 'active' : '') + ' m-0 ' + header_cssstyles.textSlider
27573
+ className: "marqueeslide ".concat(index === currentIndex ? 'active' : '') + ' m-0 ' + header_cssstyles.textSlider
27628
27574
  }, langdetect == 'en' ? item.textEnglish : item.textArabic);
27629
27575
  }), /*#__PURE__*/React__default["default"].createElement("button", {
27630
27576
  onClick: next,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.2.1232",
3
+ "version": "0.2.1233",
4
4
  "type": "module",
5
5
  "description": "your description",
6
6
  "main": "dist/index.cjs.js",