tabexseriescomponents 0.0.787 → 0.0.789

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
@@ -11701,7 +11701,11 @@ var Checkout = function Checkout(props) {
11701
11701
  getOptionLabel: function getOptionLabel(option) {
11702
11702
  var crname = '';
11703
11703
  if (langdetect == 'en') {
11704
- crname = option.name;
11704
+ if (option.name_ar != null) {
11705
+ crname = option.name + ' - ' + option.name_ar;
11706
+ } else {
11707
+ crname = option.name;
11708
+ }
11705
11709
  } else if (langdetect == 'ar') {
11706
11710
  if (option.name_ar != null) {
11707
11711
  crname = option.name_ar;
@@ -11747,7 +11751,11 @@ var Checkout = function Checkout(props) {
11747
11751
  getOptionLabel: function getOptionLabel(option) {
11748
11752
  var crname = '';
11749
11753
  if (langdetect == 'en') {
11750
- crname = option.name;
11754
+ if (option.name_ar != null) {
11755
+ crname = option.name + ' - ' + option.name_ar;
11756
+ } else {
11757
+ crname = option.name;
11758
+ }
11751
11759
  } else if (langdetect == 'ar') {
11752
11760
  if (option.name_ar != null) {
11753
11761
  crname = option.name_ar;
@@ -11795,7 +11803,11 @@ var Checkout = function Checkout(props) {
11795
11803
  getOptionLabel: function getOptionLabel(option) {
11796
11804
  var crname = '';
11797
11805
  if (langdetect == 'en') {
11798
- crname = option.name;
11806
+ if (option.name_ar != null) {
11807
+ crname = option.name + ' - ' + option.name_ar;
11808
+ } else {
11809
+ crname = option.name;
11810
+ }
11799
11811
  } else if (langdetect == 'ar') {
11800
11812
  if (option.name_ar != null) {
11801
11813
  crname = option.name_ar;
@@ -16905,21 +16917,18 @@ var Filter$1 = function Filter(props) {
16905
16917
  width: 28,
16906
16918
  height: 28,
16907
16919
  background: valueitem.valuename,
16908
- borderRadius: 100
16920
+ borderRadius: 100,
16921
+ boxShadow: '0 0 10px #ccc'
16909
16922
  }
16910
16923
  })), !valueitem.isfilterselected && /*#__PURE__*/React__default["default"].createElement("div", {
16911
16924
  style: {
16912
16925
  width: 28,
16913
16926
  height: 28,
16914
16927
  background: valueitem.valuename,
16915
- borderRadius: 100
16928
+ borderRadius: 100,
16929
+ boxShadow: '0 0 10px #ccc'
16916
16930
  }
16917
- })), /*#__PURE__*/React__default["default"].createElement("div", {
16918
- "class": "col-lg-12 p-0 allcentered"
16919
- }, /*#__PURE__*/React__default["default"].createElement("p", {
16920
- className: "".concat(filterstyles.timeline_text, " ").concat(filter_cssstyles.timeline_text) + ' m-0 p-0 ',
16921
- style: {}
16922
- }, valueitem.value_identifier)))), item.optionname != 'Color' && /*#__PURE__*/React__default["default"].createElement("p", {
16931
+ })))), item.optionname != 'Color' && /*#__PURE__*/React__default["default"].createElement("p", {
16923
16932
  className: ' m-0 p-0 ',
16924
16933
  style: {
16925
16934
  color: valueitem.isfilterselected ? sectionproperties.activecat_color : ''
@@ -46817,19 +46826,19 @@ var Footer2 = function Footer2(props) {
46817
46826
  }
46818
46827
  })), sectionproperties.showhidesubpages == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
46819
46828
  "class": "col-lg-12 d-flex d-md-none flex-row align-items-center justify-content-center mt-3"
46820
- }, /*#__PURE__*/React__default["default"].createElement("p", {
46829
+ }, sectionproperties.showfavorites == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
46821
46830
  "class": "".concat(footerStyles.footersubtitlestyles) + ' mb-md-0 ',
46822
46831
  onClick: function onClick() {
46823
46832
  routingcountext(StaticPagesLinksContext.Wishlist);
46824
46833
  }
46825
46834
  }, lang.wishlist), authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("div", {
46826
46835
  "class": "".concat(footerStyles.vl) + ' d-flex align-items-center justify-content-center mb-3'
46827
- }), authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("p", {
46836
+ }), authdetailsContext.loggedin && sectionproperties.showprevorder == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
46828
46837
  "class": "".concat(footerStyles.footersubtitlestyles) + ' mb-md-0 ',
46829
46838
  onClick: function onClick() {
46830
46839
  routingcountext(StaticPagesLinksContext.Ordershistory);
46831
46840
  }
46832
- }, lang.orderhistory), /*#__PURE__*/React__default["default"].createElement("div", {
46841
+ }, langdetect == 'en' ? sectionproperties.previousorders_titleen : sectionproperties.previousorders_titlear), /*#__PURE__*/React__default["default"].createElement("div", {
46833
46842
  "class": "".concat(footerStyles.vl) + ' d-flex align-items-center justify-content-center mb-3'
46834
46843
  }), sectionproperties.separatepolicies == 'No' && /*#__PURE__*/React__default["default"].createElement("p", {
46835
46844
  "class": "".concat(footerStyles.footersubtitlestyles) + ' mb-md-0 ',
@@ -46859,21 +46868,21 @@ var Footer2 = function Footer2(props) {
46859
46868
  "class": "d-none d-md-block align-items-center justify-content-center mt-3 p-0 row m-0 w-100"
46860
46869
  }, /*#__PURE__*/React__default["default"].createElement("div", {
46861
46870
  "class": "row m-0 w-100"
46862
- }, /*#__PURE__*/React__default["default"].createElement("div", {
46871
+ }, sectionproperties.showfavorites == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
46863
46872
  "class": "col-lg-12 d-flex justify-content-center p-0"
46864
46873
  }, /*#__PURE__*/React__default["default"].createElement("p", {
46865
46874
  "class": "".concat(footerStyles.footersubtitlestyles),
46866
46875
  onClick: function onClick() {
46867
46876
  routingcountext(StaticPagesLinksContext.Wishlist);
46868
46877
  }
46869
- }, lang.wishlist)), /*#__PURE__*/React__default["default"].createElement("div", {
46878
+ }, lang.wishlist)), authdetailsContext.loggedin && sectionproperties.showprevorder == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
46870
46879
  "class": "col-lg-12 d-flex justify-content-center p-0"
46871
46880
  }, /*#__PURE__*/React__default["default"].createElement("p", {
46872
46881
  "class": "".concat(footerStyles.footersubtitlestyles),
46873
46882
  onClick: function onClick() {
46874
46883
  routingcountext(StaticPagesLinksContext.Ordershistory);
46875
46884
  }
46876
- }, lang.orderhistory)), /*#__PURE__*/React__default["default"].createElement("div", {
46885
+ }, langdetect == 'en' ? sectionproperties.previousorders_titleen : sectionproperties.previousorders_titlear)), /*#__PURE__*/React__default["default"].createElement("div", {
46877
46886
  "class": "col-lg-12 d-flex justify-content-center p-0"
46878
46887
  }, /*#__PURE__*/React__default["default"].createElement("p", {
46879
46888
  "class": "".concat(footerStyles.footersubtitlestyles),
@@ -82090,6 +82099,8 @@ var Simpleproductcard = function Simpleproductcard(props) {
82090
82099
  paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
82091
82100
  paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px'
82092
82101
  }
82102
+ // data-aos={'fade-up'}
82103
+ // data-aos-delay={props.sectionindexprops+10}
82093
82104
  // class={props.sectiontypeprops2 == 'vertical' ? `${card_cssstyles.productcard}` + ' w-100 ' : ` ${card_cssstyles.productcard} ${generalCardsStyles.Simpleproductcard}`}
82094
82105
  // style={{
82095
82106
  // paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
package/dist/index.esm.js CHANGED
@@ -11652,7 +11652,11 @@ var Checkout = function Checkout(props) {
11652
11652
  getOptionLabel: function getOptionLabel(option) {
11653
11653
  var crname = '';
11654
11654
  if (langdetect == 'en') {
11655
- crname = option.name;
11655
+ if (option.name_ar != null) {
11656
+ crname = option.name + ' - ' + option.name_ar;
11657
+ } else {
11658
+ crname = option.name;
11659
+ }
11656
11660
  } else if (langdetect == 'ar') {
11657
11661
  if (option.name_ar != null) {
11658
11662
  crname = option.name_ar;
@@ -11698,7 +11702,11 @@ var Checkout = function Checkout(props) {
11698
11702
  getOptionLabel: function getOptionLabel(option) {
11699
11703
  var crname = '';
11700
11704
  if (langdetect == 'en') {
11701
- crname = option.name;
11705
+ if (option.name_ar != null) {
11706
+ crname = option.name + ' - ' + option.name_ar;
11707
+ } else {
11708
+ crname = option.name;
11709
+ }
11702
11710
  } else if (langdetect == 'ar') {
11703
11711
  if (option.name_ar != null) {
11704
11712
  crname = option.name_ar;
@@ -11746,7 +11754,11 @@ var Checkout = function Checkout(props) {
11746
11754
  getOptionLabel: function getOptionLabel(option) {
11747
11755
  var crname = '';
11748
11756
  if (langdetect == 'en') {
11749
- crname = option.name;
11757
+ if (option.name_ar != null) {
11758
+ crname = option.name + ' - ' + option.name_ar;
11759
+ } else {
11760
+ crname = option.name;
11761
+ }
11750
11762
  } else if (langdetect == 'ar') {
11751
11763
  if (option.name_ar != null) {
11752
11764
  crname = option.name_ar;
@@ -16856,21 +16868,18 @@ var Filter$1 = function Filter(props) {
16856
16868
  width: 28,
16857
16869
  height: 28,
16858
16870
  background: valueitem.valuename,
16859
- borderRadius: 100
16871
+ borderRadius: 100,
16872
+ boxShadow: '0 0 10px #ccc'
16860
16873
  }
16861
16874
  })), !valueitem.isfilterselected && /*#__PURE__*/React.createElement("div", {
16862
16875
  style: {
16863
16876
  width: 28,
16864
16877
  height: 28,
16865
16878
  background: valueitem.valuename,
16866
- borderRadius: 100
16879
+ borderRadius: 100,
16880
+ boxShadow: '0 0 10px #ccc'
16867
16881
  }
16868
- })), /*#__PURE__*/React.createElement("div", {
16869
- "class": "col-lg-12 p-0 allcentered"
16870
- }, /*#__PURE__*/React.createElement("p", {
16871
- className: "".concat(filterstyles.timeline_text, " ").concat(filter_cssstyles.timeline_text) + ' m-0 p-0 ',
16872
- style: {}
16873
- }, valueitem.value_identifier)))), item.optionname != 'Color' && /*#__PURE__*/React.createElement("p", {
16882
+ })))), item.optionname != 'Color' && /*#__PURE__*/React.createElement("p", {
16874
16883
  className: ' m-0 p-0 ',
16875
16884
  style: {
16876
16885
  color: valueitem.isfilterselected ? sectionproperties.activecat_color : ''
@@ -46768,19 +46777,19 @@ var Footer2 = function Footer2(props) {
46768
46777
  }
46769
46778
  })), sectionproperties.showhidesubpages == 'Show' && /*#__PURE__*/React.createElement("div", {
46770
46779
  "class": "col-lg-12 d-flex d-md-none flex-row align-items-center justify-content-center mt-3"
46771
- }, /*#__PURE__*/React.createElement("p", {
46780
+ }, sectionproperties.showfavorites == 'Show' && /*#__PURE__*/React.createElement("p", {
46772
46781
  "class": "".concat(footerStyles.footersubtitlestyles) + ' mb-md-0 ',
46773
46782
  onClick: function onClick() {
46774
46783
  routingcountext(StaticPagesLinksContext.Wishlist);
46775
46784
  }
46776
46785
  }, lang.wishlist), authdetailsContext.loggedin && /*#__PURE__*/React.createElement("div", {
46777
46786
  "class": "".concat(footerStyles.vl) + ' d-flex align-items-center justify-content-center mb-3'
46778
- }), authdetailsContext.loggedin && /*#__PURE__*/React.createElement("p", {
46787
+ }), authdetailsContext.loggedin && sectionproperties.showprevorder == 'Show' && /*#__PURE__*/React.createElement("p", {
46779
46788
  "class": "".concat(footerStyles.footersubtitlestyles) + ' mb-md-0 ',
46780
46789
  onClick: function onClick() {
46781
46790
  routingcountext(StaticPagesLinksContext.Ordershistory);
46782
46791
  }
46783
- }, lang.orderhistory), /*#__PURE__*/React.createElement("div", {
46792
+ }, langdetect == 'en' ? sectionproperties.previousorders_titleen : sectionproperties.previousorders_titlear), /*#__PURE__*/React.createElement("div", {
46784
46793
  "class": "".concat(footerStyles.vl) + ' d-flex align-items-center justify-content-center mb-3'
46785
46794
  }), sectionproperties.separatepolicies == 'No' && /*#__PURE__*/React.createElement("p", {
46786
46795
  "class": "".concat(footerStyles.footersubtitlestyles) + ' mb-md-0 ',
@@ -46810,21 +46819,21 @@ var Footer2 = function Footer2(props) {
46810
46819
  "class": "d-none d-md-block align-items-center justify-content-center mt-3 p-0 row m-0 w-100"
46811
46820
  }, /*#__PURE__*/React.createElement("div", {
46812
46821
  "class": "row m-0 w-100"
46813
- }, /*#__PURE__*/React.createElement("div", {
46822
+ }, sectionproperties.showfavorites == 'Show' && /*#__PURE__*/React.createElement("div", {
46814
46823
  "class": "col-lg-12 d-flex justify-content-center p-0"
46815
46824
  }, /*#__PURE__*/React.createElement("p", {
46816
46825
  "class": "".concat(footerStyles.footersubtitlestyles),
46817
46826
  onClick: function onClick() {
46818
46827
  routingcountext(StaticPagesLinksContext.Wishlist);
46819
46828
  }
46820
- }, lang.wishlist)), /*#__PURE__*/React.createElement("div", {
46829
+ }, lang.wishlist)), authdetailsContext.loggedin && sectionproperties.showprevorder == 'Show' && /*#__PURE__*/React.createElement("div", {
46821
46830
  "class": "col-lg-12 d-flex justify-content-center p-0"
46822
46831
  }, /*#__PURE__*/React.createElement("p", {
46823
46832
  "class": "".concat(footerStyles.footersubtitlestyles),
46824
46833
  onClick: function onClick() {
46825
46834
  routingcountext(StaticPagesLinksContext.Ordershistory);
46826
46835
  }
46827
- }, lang.orderhistory)), /*#__PURE__*/React.createElement("div", {
46836
+ }, langdetect == 'en' ? sectionproperties.previousorders_titleen : sectionproperties.previousorders_titlear)), /*#__PURE__*/React.createElement("div", {
46828
46837
  "class": "col-lg-12 d-flex justify-content-center p-0"
46829
46838
  }, /*#__PURE__*/React.createElement("p", {
46830
46839
  "class": "".concat(footerStyles.footersubtitlestyles),
@@ -82041,6 +82050,8 @@ var Simpleproductcard = function Simpleproductcard(props) {
82041
82050
  paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
82042
82051
  paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px'
82043
82052
  }
82053
+ // data-aos={'fade-up'}
82054
+ // data-aos-delay={props.sectionindexprops+10}
82044
82055
  // class={props.sectiontypeprops2 == 'vertical' ? `${card_cssstyles.productcard}` + ' w-100 ' : ` ${card_cssstyles.productcard} ${generalCardsStyles.Simpleproductcard}`}
82045
82056
  // style={{
82046
82057
  // paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
package/dist/index.umd.js CHANGED
@@ -11518,7 +11518,11 @@
11518
11518
  getOptionLabel: function getOptionLabel(option) {
11519
11519
  var crname = '';
11520
11520
  if (langdetect == 'en') {
11521
- crname = option.name;
11521
+ if (option.name_ar != null) {
11522
+ crname = option.name + ' - ' + option.name_ar;
11523
+ } else {
11524
+ crname = option.name;
11525
+ }
11522
11526
  } else if (langdetect == 'ar') {
11523
11527
  if (option.name_ar != null) {
11524
11528
  crname = option.name_ar;
@@ -11564,7 +11568,11 @@
11564
11568
  getOptionLabel: function getOptionLabel(option) {
11565
11569
  var crname = '';
11566
11570
  if (langdetect == 'en') {
11567
- crname = option.name;
11571
+ if (option.name_ar != null) {
11572
+ crname = option.name + ' - ' + option.name_ar;
11573
+ } else {
11574
+ crname = option.name;
11575
+ }
11568
11576
  } else if (langdetect == 'ar') {
11569
11577
  if (option.name_ar != null) {
11570
11578
  crname = option.name_ar;
@@ -11612,7 +11620,11 @@
11612
11620
  getOptionLabel: function getOptionLabel(option) {
11613
11621
  var crname = '';
11614
11622
  if (langdetect == 'en') {
11615
- crname = option.name;
11623
+ if (option.name_ar != null) {
11624
+ crname = option.name + ' - ' + option.name_ar;
11625
+ } else {
11626
+ crname = option.name;
11627
+ }
11616
11628
  } else if (langdetect == 'ar') {
11617
11629
  if (option.name_ar != null) {
11618
11630
  crname = option.name_ar;
@@ -16722,21 +16734,18 @@
16722
16734
  width: 28,
16723
16735
  height: 28,
16724
16736
  background: valueitem.valuename,
16725
- borderRadius: 100
16737
+ borderRadius: 100,
16738
+ boxShadow: '0 0 10px #ccc'
16726
16739
  }
16727
16740
  })), !valueitem.isfilterselected && /*#__PURE__*/React__default["default"].createElement("div", {
16728
16741
  style: {
16729
16742
  width: 28,
16730
16743
  height: 28,
16731
16744
  background: valueitem.valuename,
16732
- borderRadius: 100
16745
+ borderRadius: 100,
16746
+ boxShadow: '0 0 10px #ccc'
16733
16747
  }
16734
- })), /*#__PURE__*/React__default["default"].createElement("div", {
16735
- "class": "col-lg-12 p-0 allcentered"
16736
- }, /*#__PURE__*/React__default["default"].createElement("p", {
16737
- className: "".concat(filterstyles.timeline_text, " ").concat(filter_cssstyles.timeline_text) + ' m-0 p-0 ',
16738
- style: {}
16739
- }, valueitem.value_identifier)))), item.optionname != 'Color' && /*#__PURE__*/React__default["default"].createElement("p", {
16748
+ })))), item.optionname != 'Color' && /*#__PURE__*/React__default["default"].createElement("p", {
16740
16749
  className: ' m-0 p-0 ',
16741
16750
  style: {
16742
16751
  color: valueitem.isfilterselected ? sectionproperties.activecat_color : ''
@@ -46634,19 +46643,19 @@
46634
46643
  }
46635
46644
  })), sectionproperties.showhidesubpages == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
46636
46645
  "class": "col-lg-12 d-flex d-md-none flex-row align-items-center justify-content-center mt-3"
46637
- }, /*#__PURE__*/React__default["default"].createElement("p", {
46646
+ }, sectionproperties.showfavorites == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
46638
46647
  "class": "".concat(footerStyles.footersubtitlestyles) + ' mb-md-0 ',
46639
46648
  onClick: function onClick() {
46640
46649
  routingcountext(StaticPagesLinksContext.Wishlist);
46641
46650
  }
46642
46651
  }, lang.wishlist), authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("div", {
46643
46652
  "class": "".concat(footerStyles.vl) + ' d-flex align-items-center justify-content-center mb-3'
46644
- }), authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("p", {
46653
+ }), authdetailsContext.loggedin && sectionproperties.showprevorder == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
46645
46654
  "class": "".concat(footerStyles.footersubtitlestyles) + ' mb-md-0 ',
46646
46655
  onClick: function onClick() {
46647
46656
  routingcountext(StaticPagesLinksContext.Ordershistory);
46648
46657
  }
46649
- }, lang.orderhistory), /*#__PURE__*/React__default["default"].createElement("div", {
46658
+ }, langdetect == 'en' ? sectionproperties.previousorders_titleen : sectionproperties.previousorders_titlear), /*#__PURE__*/React__default["default"].createElement("div", {
46650
46659
  "class": "".concat(footerStyles.vl) + ' d-flex align-items-center justify-content-center mb-3'
46651
46660
  }), sectionproperties.separatepolicies == 'No' && /*#__PURE__*/React__default["default"].createElement("p", {
46652
46661
  "class": "".concat(footerStyles.footersubtitlestyles) + ' mb-md-0 ',
@@ -46676,21 +46685,21 @@
46676
46685
  "class": "d-none d-md-block align-items-center justify-content-center mt-3 p-0 row m-0 w-100"
46677
46686
  }, /*#__PURE__*/React__default["default"].createElement("div", {
46678
46687
  "class": "row m-0 w-100"
46679
- }, /*#__PURE__*/React__default["default"].createElement("div", {
46688
+ }, sectionproperties.showfavorites == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
46680
46689
  "class": "col-lg-12 d-flex justify-content-center p-0"
46681
46690
  }, /*#__PURE__*/React__default["default"].createElement("p", {
46682
46691
  "class": "".concat(footerStyles.footersubtitlestyles),
46683
46692
  onClick: function onClick() {
46684
46693
  routingcountext(StaticPagesLinksContext.Wishlist);
46685
46694
  }
46686
- }, lang.wishlist)), /*#__PURE__*/React__default["default"].createElement("div", {
46695
+ }, lang.wishlist)), authdetailsContext.loggedin && sectionproperties.showprevorder == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
46687
46696
  "class": "col-lg-12 d-flex justify-content-center p-0"
46688
46697
  }, /*#__PURE__*/React__default["default"].createElement("p", {
46689
46698
  "class": "".concat(footerStyles.footersubtitlestyles),
46690
46699
  onClick: function onClick() {
46691
46700
  routingcountext(StaticPagesLinksContext.Ordershistory);
46692
46701
  }
46693
- }, lang.orderhistory)), /*#__PURE__*/React__default["default"].createElement("div", {
46702
+ }, langdetect == 'en' ? sectionproperties.previousorders_titleen : sectionproperties.previousorders_titlear)), /*#__PURE__*/React__default["default"].createElement("div", {
46694
46703
  "class": "col-lg-12 d-flex justify-content-center p-0"
46695
46704
  }, /*#__PURE__*/React__default["default"].createElement("p", {
46696
46705
  "class": "".concat(footerStyles.footersubtitlestyles),
@@ -81907,6 +81916,8 @@
81907
81916
  paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
81908
81917
  paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px'
81909
81918
  }
81919
+ // data-aos={'fade-up'}
81920
+ // data-aos-delay={props.sectionindexprops+10}
81910
81921
  // class={props.sectiontypeprops2 == 'vertical' ? `${card_cssstyles.productcard}` + ' w-100 ' : ` ${card_cssstyles.productcard} ${generalCardsStyles.Simpleproductcard}`}
81911
81922
  // style={{
81912
81923
  // paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.787",
3
+ "version": "0.0.789",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {