tabexseriescomponents 0.0.501 → 0.0.504

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
@@ -51774,6 +51774,14 @@ var Backgroundimage_with_toppill = function Backgroundimage_with_toppill(props)
51774
51774
  margin: 'auto',
51775
51775
  borderRadius: '10px'
51776
51776
  }
51777
+ }),
51778
+ imagecont: glamor.css({
51779
+ width: '30vh',
51780
+ height: '30vh',
51781
+ '@media (max-width: 800px)': {
51782
+ width: '100%',
51783
+ height: '100%'
51784
+ }
51777
51785
  })
51778
51786
  };
51779
51787
  return /*#__PURE__*/React__default["default"].createElement("div", {
@@ -51808,20 +51816,15 @@ var Backgroundimage_with_toppill = function Backgroundimage_with_toppill(props)
51808
51816
  maxHeight: '100%'
51809
51817
  }
51810
51818
  }))), /*#__PURE__*/React__default["default"].createElement("div", {
51811
- "class": 'd-none d-sm-flex align-items-center justify-content-center',
51819
+ "class": sectionstyles.imagecont + ' d-none d-sm-flex align-items-center justify-content-center ',
51812
51820
  style: {
51813
51821
  position: 'relative',
51814
51822
  background: sectionproperties.formRightbgColor,
51815
- borderRadius: '50%',
51816
- height: '30vh',
51817
- width: '30vh'
51823
+ borderRadius: '50%'
51818
51824
  }
51819
51825
  }, /*#__PURE__*/React__default["default"].createElement("div", {
51820
- "class": ' d-flex justify-content-center align-items-center ',
51821
- style: {
51822
- width: '25vh',
51823
- height: '25vh'
51824
- }
51826
+ "class": sectionproperties.imagecont + ' d-flex justify-content-center align-items-center ',
51827
+ style: {}
51825
51828
  }, cardsarray.length != 0 && /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
51826
51829
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
51827
51830
  publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
@@ -58135,7 +58138,15 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
58135
58138
  boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor
58136
58139
  },
58137
58140
  onClick: function onClick() {
58138
- if (cardinfoitem.iscardclickable == 'Yes') {
58141
+ // if (cardinfoitem.iscardclickable == 'Yes') {
58142
+ // window.open(cardinfoitem.btnlink, '_blank');
58143
+ // }
58144
+ if (cardinfoitem.btntype == 'Web Product Link') {
58145
+ routingcountext(cardinfoitem.btnlink, false, '');
58146
+ } else if (cardinfoitem.iscardclickable == 'Yes' && cardinfoitem.clickabletabtype == 'Same Tab' && cardinfoitem.btntype != 'Web Product Link') {
58147
+ // window.open(cardinfoitem.btnlink, '_target');
58148
+ routingcountext(cardinfoitem.btnlink, false, '');
58149
+ } else if (cardinfoitem.iscardclickable == 'Yes' && cardinfoitem.clickabletabtype == 'New Tab' && cardinfoitem.btntype != 'Web Product Link') {
58139
58150
  window.open(cardinfoitem.btnlink, '_blank');
58140
58151
  }
58141
58152
  }
package/dist/index.esm.js CHANGED
@@ -51725,6 +51725,14 @@ var Backgroundimage_with_toppill = function Backgroundimage_with_toppill(props)
51725
51725
  margin: 'auto',
51726
51726
  borderRadius: '10px'
51727
51727
  }
51728
+ }),
51729
+ imagecont: css({
51730
+ width: '30vh',
51731
+ height: '30vh',
51732
+ '@media (max-width: 800px)': {
51733
+ width: '100%',
51734
+ height: '100%'
51735
+ }
51728
51736
  })
51729
51737
  };
51730
51738
  return /*#__PURE__*/React.createElement("div", {
@@ -51759,20 +51767,15 @@ var Backgroundimage_with_toppill = function Backgroundimage_with_toppill(props)
51759
51767
  maxHeight: '100%'
51760
51768
  }
51761
51769
  }))), /*#__PURE__*/React.createElement("div", {
51762
- "class": 'd-none d-sm-flex align-items-center justify-content-center',
51770
+ "class": sectionstyles.imagecont + ' d-none d-sm-flex align-items-center justify-content-center ',
51763
51771
  style: {
51764
51772
  position: 'relative',
51765
51773
  background: sectionproperties.formRightbgColor,
51766
- borderRadius: '50%',
51767
- height: '30vh',
51768
- width: '30vh'
51774
+ borderRadius: '50%'
51769
51775
  }
51770
51776
  }, /*#__PURE__*/React.createElement("div", {
51771
- "class": ' d-flex justify-content-center align-items-center ',
51772
- style: {
51773
- width: '25vh',
51774
- height: '25vh'
51775
- }
51777
+ "class": sectionproperties.imagecont + ' d-flex justify-content-center align-items-center ',
51778
+ style: {}
51776
51779
  }, cardsarray.length != 0 && /*#__PURE__*/React.createElement(Imagekitimagecomp, {
51777
51780
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
51778
51781
  publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
@@ -58086,7 +58089,15 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
58086
58089
  boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor
58087
58090
  },
58088
58091
  onClick: function onClick() {
58089
- if (cardinfoitem.iscardclickable == 'Yes') {
58092
+ // if (cardinfoitem.iscardclickable == 'Yes') {
58093
+ // window.open(cardinfoitem.btnlink, '_blank');
58094
+ // }
58095
+ if (cardinfoitem.btntype == 'Web Product Link') {
58096
+ routingcountext(cardinfoitem.btnlink, false, '');
58097
+ } else if (cardinfoitem.iscardclickable == 'Yes' && cardinfoitem.clickabletabtype == 'Same Tab' && cardinfoitem.btntype != 'Web Product Link') {
58098
+ // window.open(cardinfoitem.btnlink, '_target');
58099
+ routingcountext(cardinfoitem.btnlink, false, '');
58100
+ } else if (cardinfoitem.iscardclickable == 'Yes' && cardinfoitem.clickabletabtype == 'New Tab' && cardinfoitem.btntype != 'Web Product Link') {
58090
58101
  window.open(cardinfoitem.btnlink, '_blank');
58091
58102
  }
58092
58103
  }
package/dist/index.umd.js CHANGED
@@ -51600,6 +51600,14 @@
51600
51600
  margin: 'auto',
51601
51601
  borderRadius: '10px'
51602
51602
  }
51603
+ }),
51604
+ imagecont: glamor.css({
51605
+ width: '30vh',
51606
+ height: '30vh',
51607
+ '@media (max-width: 800px)': {
51608
+ width: '100%',
51609
+ height: '100%'
51610
+ }
51603
51611
  })
51604
51612
  };
51605
51613
  return /*#__PURE__*/React__default["default"].createElement("div", {
@@ -51634,20 +51642,15 @@
51634
51642
  maxHeight: '100%'
51635
51643
  }
51636
51644
  }))), /*#__PURE__*/React__default["default"].createElement("div", {
51637
- "class": 'd-none d-sm-flex align-items-center justify-content-center',
51645
+ "class": sectionstyles.imagecont + ' d-none d-sm-flex align-items-center justify-content-center ',
51638
51646
  style: {
51639
51647
  position: 'relative',
51640
51648
  background: sectionproperties.formRightbgColor,
51641
- borderRadius: '50%',
51642
- height: '30vh',
51643
- width: '30vh'
51649
+ borderRadius: '50%'
51644
51650
  }
51645
51651
  }, /*#__PURE__*/React__default["default"].createElement("div", {
51646
- "class": ' d-flex justify-content-center align-items-center ',
51647
- style: {
51648
- width: '25vh',
51649
- height: '25vh'
51650
- }
51652
+ "class": sectionproperties.imagecont + ' d-flex justify-content-center align-items-center ',
51653
+ style: {}
51651
51654
  }, cardsarray.length != 0 && /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
51652
51655
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
51653
51656
  publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
@@ -57961,7 +57964,15 @@
57961
57964
  boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor
57962
57965
  },
57963
57966
  onClick: function onClick() {
57964
- if (cardinfoitem.iscardclickable == 'Yes') {
57967
+ // if (cardinfoitem.iscardclickable == 'Yes') {
57968
+ // window.open(cardinfoitem.btnlink, '_blank');
57969
+ // }
57970
+ if (cardinfoitem.btntype == 'Web Product Link') {
57971
+ routingcountext(cardinfoitem.btnlink, false, '');
57972
+ } else if (cardinfoitem.iscardclickable == 'Yes' && cardinfoitem.clickabletabtype == 'Same Tab' && cardinfoitem.btntype != 'Web Product Link') {
57973
+ // window.open(cardinfoitem.btnlink, '_target');
57974
+ routingcountext(cardinfoitem.btnlink, false, '');
57975
+ } else if (cardinfoitem.iscardclickable == 'Yes' && cardinfoitem.clickabletabtype == 'New Tab' && cardinfoitem.btntype != 'Web Product Link') {
57965
57976
  window.open(cardinfoitem.btnlink, '_blank');
57966
57977
  }
57967
57978
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.501",
3
+ "version": "0.0.504",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {