tabexseriescomponents 0.2.1377 → 0.2.1378

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
@@ -57854,6 +57854,21 @@ var Footer6 = function Footer6(props) {
57854
57854
  color: sectionproperties.instgrambtnTextcoloronhover
57855
57855
  }
57856
57856
  }),
57857
+ tiktokbtn: glamor.css({
57858
+ cursor: 'pointer',
57859
+ background: sectionproperties.tiktokbtnbgColor,
57860
+ width: sectionproperties.tiktokbtnWidth + 'px',
57861
+ height: sectionproperties.tiktokbtnHeight + 'px',
57862
+ borderRadius: sectionproperties.tiktokbtn_borderRadius + 'px',
57863
+ color: sectionproperties.tiktokbtnTextcolor,
57864
+ border: sectionproperties.tiktokbtnborderwidth + 'px solid ' + sectionproperties.tiktokbtnbordercolor,
57865
+ transition: '.3s',
57866
+ ':hover': {
57867
+ background: sectionproperties.tiktokbgcoloronhover,
57868
+ borderColor: sectionproperties.tiktokbtnTextcoloronhover,
57869
+ color: sectionproperties.tiktokbtnTextcoloronhover
57870
+ }
57871
+ }),
57857
57872
  payimgcont: glamor.css({
57858
57873
  marginLeft: '10px',
57859
57874
  marginRight: '10px'
@@ -57959,7 +57974,7 @@ var Footer6 = function Footer6(props) {
57959
57974
  }, "Sat-Mon 12:00pm - 9:00pm"))), /*#__PURE__*/React__default["default"].createElement("div", {
57960
57975
  className: "col-lg-3 d-flex align-items-center justify-content-center justify-content-md-start"
57961
57976
  }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
57962
- className: "".concat(footerStyles.facebook_btn) + ' d-flex align-items-center justify-content-center ',
57977
+ className: "".concat(footerStyles.facebook_btn) + ' d-flex align-items-center justify-content-center mx-2 ',
57963
57978
  onClick: function onClick() {
57964
57979
  var _authdetailsContext$i5;
57965
57980
  if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.facebooklink) != null) {
@@ -57970,7 +57985,7 @@ var Footer6 = function Footer6(props) {
57970
57985
  }, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
57971
57986
  size: sectionproperties.facebkbtnniconfontsize
57972
57987
  })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
57973
- className: "".concat(footerStyles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
57988
+ className: "".concat(footerStyles.instgram_btn) + ' d-flex align-items-center justify-content-center mx-2 ',
57974
57989
  onClick: function onClick() {
57975
57990
  var _authdetailsContext$i7;
57976
57991
  if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.instagramlink) != null) {
@@ -57981,7 +57996,7 @@ var Footer6 = function Footer6(props) {
57981
57996
  }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
57982
57997
  size: sectionproperties.instgrambtniconfontsize
57983
57998
  })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
57984
- className: "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ',
57999
+ className: "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center mx-2 ',
57985
58000
  onClick: function onClick() {
57986
58001
  var _authdetailsContext$i9;
57987
58002
  if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.whatsappnumber) != null) {
@@ -57991,6 +58006,17 @@ var Footer6 = function Footer6(props) {
57991
58006
  }
57992
58007
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
57993
58008
  size: sectionproperties.youtubebtniconfontsize
58009
+ })), sectionproperties.tiktokshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
58010
+ className: "".concat(footerStyles.tiktokbtn) + ' d-flex align-items-center justify-content-center mx-2 ',
58011
+ onClick: function onClick() {
58012
+ var _authdetailsContext$i1;
58013
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i1 = authdetailsContext.instinfo) === null || _authdetailsContext$i1 === void 0 ? void 0 : _authdetailsContext$i1.tiktoklink) != null) {
58014
+ var _authdetailsContext$i10;
58015
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.tiktoklink, '_blank');
58016
+ }
58017
+ }
58018
+ }, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
58019
+ size: sectionproperties.tiktokbtniconfontsize
57994
58020
  }))), sectionproperties.showseparator == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
57995
58021
  className: "col-lg-12 p-0 mt-4 mb-4"
57996
58022
  }, /*#__PURE__*/React__default["default"].createElement("div", {
package/dist/index.esm.js CHANGED
@@ -57803,6 +57803,21 @@ var Footer6 = function Footer6(props) {
57803
57803
  color: sectionproperties.instgrambtnTextcoloronhover
57804
57804
  }
57805
57805
  }),
57806
+ tiktokbtn: css({
57807
+ cursor: 'pointer',
57808
+ background: sectionproperties.tiktokbtnbgColor,
57809
+ width: sectionproperties.tiktokbtnWidth + 'px',
57810
+ height: sectionproperties.tiktokbtnHeight + 'px',
57811
+ borderRadius: sectionproperties.tiktokbtn_borderRadius + 'px',
57812
+ color: sectionproperties.tiktokbtnTextcolor,
57813
+ border: sectionproperties.tiktokbtnborderwidth + 'px solid ' + sectionproperties.tiktokbtnbordercolor,
57814
+ transition: '.3s',
57815
+ ':hover': {
57816
+ background: sectionproperties.tiktokbgcoloronhover,
57817
+ borderColor: sectionproperties.tiktokbtnTextcoloronhover,
57818
+ color: sectionproperties.tiktokbtnTextcoloronhover
57819
+ }
57820
+ }),
57806
57821
  payimgcont: css({
57807
57822
  marginLeft: '10px',
57808
57823
  marginRight: '10px'
@@ -57908,7 +57923,7 @@ var Footer6 = function Footer6(props) {
57908
57923
  }, "Sat-Mon 12:00pm - 9:00pm"))), /*#__PURE__*/React.createElement("div", {
57909
57924
  className: "col-lg-3 d-flex align-items-center justify-content-center justify-content-md-start"
57910
57925
  }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
57911
- className: "".concat(footerStyles.facebook_btn) + ' d-flex align-items-center justify-content-center ',
57926
+ className: "".concat(footerStyles.facebook_btn) + ' d-flex align-items-center justify-content-center mx-2 ',
57912
57927
  onClick: function onClick() {
57913
57928
  var _authdetailsContext$i5;
57914
57929
  if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.facebooklink) != null) {
@@ -57919,7 +57934,7 @@ var Footer6 = function Footer6(props) {
57919
57934
  }, /*#__PURE__*/React.createElement(FaFacebookF, {
57920
57935
  size: sectionproperties.facebkbtnniconfontsize
57921
57936
  })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
57922
- className: "".concat(footerStyles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
57937
+ className: "".concat(footerStyles.instgram_btn) + ' d-flex align-items-center justify-content-center mx-2 ',
57923
57938
  onClick: function onClick() {
57924
57939
  var _authdetailsContext$i7;
57925
57940
  if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.instagramlink) != null) {
@@ -57930,7 +57945,7 @@ var Footer6 = function Footer6(props) {
57930
57945
  }, /*#__PURE__*/React.createElement(AiFillInstagram, {
57931
57946
  size: sectionproperties.instgrambtniconfontsize
57932
57947
  })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
57933
- className: "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ',
57948
+ className: "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center mx-2 ',
57934
57949
  onClick: function onClick() {
57935
57950
  var _authdetailsContext$i9;
57936
57951
  if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.whatsappnumber) != null) {
@@ -57940,6 +57955,17 @@ var Footer6 = function Footer6(props) {
57940
57955
  }
57941
57956
  }, /*#__PURE__*/React.createElement(FaWhatsapp, {
57942
57957
  size: sectionproperties.youtubebtniconfontsize
57958
+ })), sectionproperties.tiktokshow == 'Show' && /*#__PURE__*/React.createElement("div", {
57959
+ className: "".concat(footerStyles.tiktokbtn) + ' d-flex align-items-center justify-content-center mx-2 ',
57960
+ onClick: function onClick() {
57961
+ var _authdetailsContext$i1;
57962
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i1 = authdetailsContext.instinfo) === null || _authdetailsContext$i1 === void 0 ? void 0 : _authdetailsContext$i1.tiktoklink) != null) {
57963
+ var _authdetailsContext$i10;
57964
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.tiktoklink, '_blank');
57965
+ }
57966
+ }
57967
+ }, /*#__PURE__*/React.createElement(IoLogoTiktok, {
57968
+ size: sectionproperties.tiktokbtniconfontsize
57943
57969
  }))), sectionproperties.showseparator == 'Show' && /*#__PURE__*/React.createElement("div", {
57944
57970
  className: "col-lg-12 p-0 mt-4 mb-4"
57945
57971
  }, /*#__PURE__*/React.createElement("div", {
package/dist/index.umd.js CHANGED
@@ -57658,6 +57658,21 @@
57658
57658
  color: sectionproperties.instgrambtnTextcoloronhover
57659
57659
  }
57660
57660
  }),
57661
+ tiktokbtn: glamor.css({
57662
+ cursor: 'pointer',
57663
+ background: sectionproperties.tiktokbtnbgColor,
57664
+ width: sectionproperties.tiktokbtnWidth + 'px',
57665
+ height: sectionproperties.tiktokbtnHeight + 'px',
57666
+ borderRadius: sectionproperties.tiktokbtn_borderRadius + 'px',
57667
+ color: sectionproperties.tiktokbtnTextcolor,
57668
+ border: sectionproperties.tiktokbtnborderwidth + 'px solid ' + sectionproperties.tiktokbtnbordercolor,
57669
+ transition: '.3s',
57670
+ ':hover': {
57671
+ background: sectionproperties.tiktokbgcoloronhover,
57672
+ borderColor: sectionproperties.tiktokbtnTextcoloronhover,
57673
+ color: sectionproperties.tiktokbtnTextcoloronhover
57674
+ }
57675
+ }),
57661
57676
  payimgcont: glamor.css({
57662
57677
  marginLeft: '10px',
57663
57678
  marginRight: '10px'
@@ -57763,7 +57778,7 @@
57763
57778
  }, "Sat-Mon 12:00pm - 9:00pm"))), /*#__PURE__*/React__default["default"].createElement("div", {
57764
57779
  className: "col-lg-3 d-flex align-items-center justify-content-center justify-content-md-start"
57765
57780
  }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
57766
- className: "".concat(footerStyles.facebook_btn) + ' d-flex align-items-center justify-content-center ',
57781
+ className: "".concat(footerStyles.facebook_btn) + ' d-flex align-items-center justify-content-center mx-2 ',
57767
57782
  onClick: function onClick() {
57768
57783
  var _authdetailsContext$i5;
57769
57784
  if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.facebooklink) != null) {
@@ -57774,7 +57789,7 @@
57774
57789
  }, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
57775
57790
  size: sectionproperties.facebkbtnniconfontsize
57776
57791
  })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
57777
- className: "".concat(footerStyles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
57792
+ className: "".concat(footerStyles.instgram_btn) + ' d-flex align-items-center justify-content-center mx-2 ',
57778
57793
  onClick: function onClick() {
57779
57794
  var _authdetailsContext$i7;
57780
57795
  if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.instagramlink) != null) {
@@ -57785,7 +57800,7 @@
57785
57800
  }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
57786
57801
  size: sectionproperties.instgrambtniconfontsize
57787
57802
  })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
57788
- className: "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ',
57803
+ className: "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center mx-2 ',
57789
57804
  onClick: function onClick() {
57790
57805
  var _authdetailsContext$i9;
57791
57806
  if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.whatsappnumber) != null) {
@@ -57795,6 +57810,17 @@
57795
57810
  }
57796
57811
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
57797
57812
  size: sectionproperties.youtubebtniconfontsize
57813
+ })), sectionproperties.tiktokshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
57814
+ className: "".concat(footerStyles.tiktokbtn) + ' d-flex align-items-center justify-content-center mx-2 ',
57815
+ onClick: function onClick() {
57816
+ var _authdetailsContext$i1;
57817
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i1 = authdetailsContext.instinfo) === null || _authdetailsContext$i1 === void 0 ? void 0 : _authdetailsContext$i1.tiktoklink) != null) {
57818
+ var _authdetailsContext$i10;
57819
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.tiktoklink, '_blank');
57820
+ }
57821
+ }
57822
+ }, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
57823
+ size: sectionproperties.tiktokbtniconfontsize
57798
57824
  }))), sectionproperties.showseparator == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
57799
57825
  className: "col-lg-12 p-0 mt-4 mb-4"
57800
57826
  }, /*#__PURE__*/React__default["default"].createElement("div", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.2.1377",
3
+ "version": "0.2.1378",
4
4
  "type": "module",
5
5
  "description": "your description",
6
6
  "main": "dist/index.cjs.js",