tabexseriescomponents 0.0.543 → 0.0.544

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
@@ -18064,7 +18064,7 @@ var CardsSection = function CardsSection(props) {
18064
18064
  } else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage') {
18065
18065
  bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-12 d-flex justify-content-center p-0 ';
18066
18066
  } else {
18067
- bootstapclass = ' col-xl-3 col-lg-4 col-md-4 col-sm-6 p-0 d-flex justify-content-center p-0 ';
18067
+ bootstapclass = ' col-xl-3 col-lg-4 col-md-4 p-0 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
18068
18068
  }
18069
18069
  } else if (sectionproperties.numberOfColsvertical == '12') {
18070
18070
  if (item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularhover') {
@@ -18090,7 +18090,9 @@ var CardsSection = function CardsSection(props) {
18090
18090
  bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-12 col-sm-12 d-flex justify-content-center p-0';
18091
18091
  } else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage') {
18092
18092
  bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-12 d-flex justify-content-center p-0 ';
18093
- } else ;
18093
+ } else {
18094
+ bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
18095
+ }
18094
18096
  } else if (sectionproperties.numberOfColsvertical == '6') {
18095
18097
  if (item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularhover') {
18096
18098
  bootstapclass = ' col-xl-2 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ';
@@ -18117,7 +18119,7 @@ var CardsSection = function CardsSection(props) {
18117
18119
  } else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage') {
18118
18120
  bootstapclass = ' col-xl-2 p-0 col-lg-2 col-md-4 col-sm-12 d-flex justify-content-center p-0 ';
18119
18121
  } else {
18120
- bootstapclass = ' col-xl-2 col-lg-4 col-md-6 d-flex justify-content-center p-0 col-sm-' + +sectionproperties.numberOfColsverticalresp;
18122
+ bootstapclass = ' col-xl-2 col-lg-4 col-md-6 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
18121
18123
  }
18122
18124
  }
18123
18125
  if (sectionproperties.overallnumberofcards == 0) {
@@ -73295,7 +73297,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
73295
73297
  fontWeight: sectionproperties.prodCatFontWeight
73296
73298
  }),
73297
73299
  cardconttt: glamor.css({
73298
- background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
73300
+ background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColortransparent != 'Transparent' && sectionproperties.backgroundColor == '#ffffff' ? 'rgba(250,250,250,' + sectionproperties.cardbg_opacity + ')' : sectionproperties.backgroundColor,
73299
73301
  borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.borderBottomLeftRadius + 'px' : sectionproperties.borderBottomRightRadius + 'px',
73300
73302
  borderBottomRightRadius: langdetect == 'en' ? sectionproperties.borderBottomRightRadius + 'px' : sectionproperties.borderBottomLeftRadius + 'px',
73301
73303
  borderTopLeftRadius: langdetect == 'en' ? sectionproperties.borderTopLeftRadius + 'px' : sectionproperties.borderTopRightRadius + 'px',
@@ -73308,9 +73310,9 @@ var Simpleproductcard = function Simpleproductcard(props) {
73308
73310
  paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
73309
73311
  paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
73310
73312
  transition: '.3s',
73311
- opacity: sectionproperties.cardbg_opacity,
73313
+ // opacity: sectionproperties.backgroundColortransparent != 'Transparent' && sectionproperties.backgroundColor == '#ffffff' ? 'rgba(250,250,250,' + sectionproperties.cardbg_opacity + ')' : 1,
73312
73314
  ':hover': {
73313
- opacity: sectionproperties.bgopacityonhover,
73315
+ backgroundColor: sectionproperties.backgroundColortransparent != 'Transparent' && sectionproperties.backgroundColor == '#ffffff' ? 'rgba(250,250,250,' + sectionproperties.bgopacityonhover + ')' : 1,
73314
73316
  transition: 0.3
73315
73317
  }
73316
73318
  })
@@ -73591,12 +73593,12 @@ var Simpleproductcard = function Simpleproductcard(props) {
73591
73593
  }
73592
73594
  cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, productidtobesend, props.fetchingtypeprops, item.collectionid);
73593
73595
  },
73594
- "class": sectionproperties.wordbreak == '1' ? "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak1 font-md-13 m-0 mb-1 ' : "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak2 font-md-13 wordbreak-md-4 m-0 ',
73596
+ "class": sectionproperties.wordbreak == '1' ? "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak1 font-md-13 m-0 ' : "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak2 font-md-13 wordbreak-md-4 m-0 ',
73595
73597
  style: {
73596
73598
  textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
73597
73599
  }
73598
73600
  }, item.name)), sectionproperties.prodCatShow == 'Show' && sectionproperties.descriptionoverwritestyles == 'No' && /*#__PURE__*/React__default["default"].createElement("p", {
73599
- "class": "".concat(card_cssstyles.productDescStyles) + ' col-lg-12 p-0 wordbreak wordbreak4 ',
73601
+ "class": "".concat(card_cssstyles.productDescStyles) + ' col-lg-12 p-0 wordbreak wordbreak4 mt-1 ',
73600
73602
  style: {
73601
73603
  textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
73602
73604
  },
@@ -73604,7 +73606,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
73604
73606
  __html: item.shortdescription
73605
73607
  }
73606
73608
  }), sectionproperties.prodCatShow == 'Show' && sectionproperties.descriptionoverwritestyles == 'Yes' && /*#__PURE__*/React__default["default"].createElement("p", {
73607
- "class": "".concat(card_cssstyles.productDescStyles) + ' col-lg-12 wordbreak wordbreak2 p-0 ',
73609
+ "class": "".concat(card_cssstyles.productDescStyles) + ' col-lg-12 wordbreak wordbreak2 p-0 mt-1 ',
73608
73610
  style: {
73609
73611
  textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
73610
73612
  }
@@ -73612,7 +73614,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
73612
73614
  style: {
73613
73615
  flexDirection: 'column'
73614
73616
  },
73615
- "class": "col-lg-12 d-flex align-items-center justify-content-center p-0 "
73617
+ "class": "col-lg-12 d-flex align-items-center justify-content-center p-0 mt-1 "
73616
73618
  }, /*#__PURE__*/React__default["default"].createElement("div", {
73617
73619
  "class": "row m-0 w-100 "
73618
73620
  }, /*#__PURE__*/React__default["default"].createElement("div", {
package/dist/index.esm.js CHANGED
@@ -18015,7 +18015,7 @@ var CardsSection = function CardsSection(props) {
18015
18015
  } else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage') {
18016
18016
  bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-12 d-flex justify-content-center p-0 ';
18017
18017
  } else {
18018
- bootstapclass = ' col-xl-3 col-lg-4 col-md-4 col-sm-6 p-0 d-flex justify-content-center p-0 ';
18018
+ bootstapclass = ' col-xl-3 col-lg-4 col-md-4 p-0 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
18019
18019
  }
18020
18020
  } else if (sectionproperties.numberOfColsvertical == '12') {
18021
18021
  if (item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularhover') {
@@ -18041,7 +18041,9 @@ var CardsSection = function CardsSection(props) {
18041
18041
  bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-12 col-sm-12 d-flex justify-content-center p-0';
18042
18042
  } else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage') {
18043
18043
  bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-12 d-flex justify-content-center p-0 ';
18044
- } else ;
18044
+ } else {
18045
+ bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
18046
+ }
18045
18047
  } else if (sectionproperties.numberOfColsvertical == '6') {
18046
18048
  if (item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularhover') {
18047
18049
  bootstapclass = ' col-xl-2 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ';
@@ -18068,7 +18070,7 @@ var CardsSection = function CardsSection(props) {
18068
18070
  } else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage') {
18069
18071
  bootstapclass = ' col-xl-2 p-0 col-lg-2 col-md-4 col-sm-12 d-flex justify-content-center p-0 ';
18070
18072
  } else {
18071
- bootstapclass = ' col-xl-2 col-lg-4 col-md-6 d-flex justify-content-center p-0 col-sm-' + +sectionproperties.numberOfColsverticalresp;
18073
+ bootstapclass = ' col-xl-2 col-lg-4 col-md-6 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
18072
18074
  }
18073
18075
  }
18074
18076
  if (sectionproperties.overallnumberofcards == 0) {
@@ -73246,7 +73248,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
73246
73248
  fontWeight: sectionproperties.prodCatFontWeight
73247
73249
  }),
73248
73250
  cardconttt: css({
73249
- background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
73251
+ background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColortransparent != 'Transparent' && sectionproperties.backgroundColor == '#ffffff' ? 'rgba(250,250,250,' + sectionproperties.cardbg_opacity + ')' : sectionproperties.backgroundColor,
73250
73252
  borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.borderBottomLeftRadius + 'px' : sectionproperties.borderBottomRightRadius + 'px',
73251
73253
  borderBottomRightRadius: langdetect == 'en' ? sectionproperties.borderBottomRightRadius + 'px' : sectionproperties.borderBottomLeftRadius + 'px',
73252
73254
  borderTopLeftRadius: langdetect == 'en' ? sectionproperties.borderTopLeftRadius + 'px' : sectionproperties.borderTopRightRadius + 'px',
@@ -73259,9 +73261,9 @@ var Simpleproductcard = function Simpleproductcard(props) {
73259
73261
  paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
73260
73262
  paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
73261
73263
  transition: '.3s',
73262
- opacity: sectionproperties.cardbg_opacity,
73264
+ // opacity: sectionproperties.backgroundColortransparent != 'Transparent' && sectionproperties.backgroundColor == '#ffffff' ? 'rgba(250,250,250,' + sectionproperties.cardbg_opacity + ')' : 1,
73263
73265
  ':hover': {
73264
- opacity: sectionproperties.bgopacityonhover,
73266
+ backgroundColor: sectionproperties.backgroundColortransparent != 'Transparent' && sectionproperties.backgroundColor == '#ffffff' ? 'rgba(250,250,250,' + sectionproperties.bgopacityonhover + ')' : 1,
73265
73267
  transition: 0.3
73266
73268
  }
73267
73269
  })
@@ -73542,12 +73544,12 @@ var Simpleproductcard = function Simpleproductcard(props) {
73542
73544
  }
73543
73545
  cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, productidtobesend, props.fetchingtypeprops, item.collectionid);
73544
73546
  },
73545
- "class": sectionproperties.wordbreak == '1' ? "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak1 font-md-13 m-0 mb-1 ' : "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak2 font-md-13 wordbreak-md-4 m-0 ',
73547
+ "class": sectionproperties.wordbreak == '1' ? "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak1 font-md-13 m-0 ' : "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak2 font-md-13 wordbreak-md-4 m-0 ',
73546
73548
  style: {
73547
73549
  textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
73548
73550
  }
73549
73551
  }, item.name)), sectionproperties.prodCatShow == 'Show' && sectionproperties.descriptionoverwritestyles == 'No' && /*#__PURE__*/React.createElement("p", {
73550
- "class": "".concat(card_cssstyles.productDescStyles) + ' col-lg-12 p-0 wordbreak wordbreak4 ',
73552
+ "class": "".concat(card_cssstyles.productDescStyles) + ' col-lg-12 p-0 wordbreak wordbreak4 mt-1 ',
73551
73553
  style: {
73552
73554
  textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
73553
73555
  },
@@ -73555,7 +73557,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
73555
73557
  __html: item.shortdescription
73556
73558
  }
73557
73559
  }), sectionproperties.prodCatShow == 'Show' && sectionproperties.descriptionoverwritestyles == 'Yes' && /*#__PURE__*/React.createElement("p", {
73558
- "class": "".concat(card_cssstyles.productDescStyles) + ' col-lg-12 wordbreak wordbreak2 p-0 ',
73560
+ "class": "".concat(card_cssstyles.productDescStyles) + ' col-lg-12 wordbreak wordbreak2 p-0 mt-1 ',
73559
73561
  style: {
73560
73562
  textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
73561
73563
  }
@@ -73563,7 +73565,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
73563
73565
  style: {
73564
73566
  flexDirection: 'column'
73565
73567
  },
73566
- "class": "col-lg-12 d-flex align-items-center justify-content-center p-0 "
73568
+ "class": "col-lg-12 d-flex align-items-center justify-content-center p-0 mt-1 "
73567
73569
  }, /*#__PURE__*/React.createElement("div", {
73568
73570
  "class": "row m-0 w-100 "
73569
73571
  }, /*#__PURE__*/React.createElement("div", {
package/dist/index.umd.js CHANGED
@@ -17890,7 +17890,7 @@
17890
17890
  } else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage') {
17891
17891
  bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-12 d-flex justify-content-center p-0 ';
17892
17892
  } else {
17893
- bootstapclass = ' col-xl-3 col-lg-4 col-md-4 col-sm-6 p-0 d-flex justify-content-center p-0 ';
17893
+ bootstapclass = ' col-xl-3 col-lg-4 col-md-4 p-0 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
17894
17894
  }
17895
17895
  } else if (sectionproperties.numberOfColsvertical == '12') {
17896
17896
  if (item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularhover') {
@@ -17916,7 +17916,9 @@
17916
17916
  bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-12 col-sm-12 d-flex justify-content-center p-0';
17917
17917
  } else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage') {
17918
17918
  bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-12 d-flex justify-content-center p-0 ';
17919
- } else ;
17919
+ } else {
17920
+ bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
17921
+ }
17920
17922
  } else if (sectionproperties.numberOfColsvertical == '6') {
17921
17923
  if (item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularhover') {
17922
17924
  bootstapclass = ' col-xl-2 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ';
@@ -17943,7 +17945,7 @@
17943
17945
  } else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage') {
17944
17946
  bootstapclass = ' col-xl-2 p-0 col-lg-2 col-md-4 col-sm-12 d-flex justify-content-center p-0 ';
17945
17947
  } else {
17946
- bootstapclass = ' col-xl-2 col-lg-4 col-md-6 d-flex justify-content-center p-0 col-sm-' + +sectionproperties.numberOfColsverticalresp;
17948
+ bootstapclass = ' col-xl-2 col-lg-4 col-md-6 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
17947
17949
  }
17948
17950
  }
17949
17951
  if (sectionproperties.overallnumberofcards == 0) {
@@ -73121,7 +73123,7 @@
73121
73123
  fontWeight: sectionproperties.prodCatFontWeight
73122
73124
  }),
73123
73125
  cardconttt: glamor.css({
73124
- background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
73126
+ background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColortransparent != 'Transparent' && sectionproperties.backgroundColor == '#ffffff' ? 'rgba(250,250,250,' + sectionproperties.cardbg_opacity + ')' : sectionproperties.backgroundColor,
73125
73127
  borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.borderBottomLeftRadius + 'px' : sectionproperties.borderBottomRightRadius + 'px',
73126
73128
  borderBottomRightRadius: langdetect == 'en' ? sectionproperties.borderBottomRightRadius + 'px' : sectionproperties.borderBottomLeftRadius + 'px',
73127
73129
  borderTopLeftRadius: langdetect == 'en' ? sectionproperties.borderTopLeftRadius + 'px' : sectionproperties.borderTopRightRadius + 'px',
@@ -73134,9 +73136,9 @@
73134
73136
  paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
73135
73137
  paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
73136
73138
  transition: '.3s',
73137
- opacity: sectionproperties.cardbg_opacity,
73139
+ // opacity: sectionproperties.backgroundColortransparent != 'Transparent' && sectionproperties.backgroundColor == '#ffffff' ? 'rgba(250,250,250,' + sectionproperties.cardbg_opacity + ')' : 1,
73138
73140
  ':hover': {
73139
- opacity: sectionproperties.bgopacityonhover,
73141
+ backgroundColor: sectionproperties.backgroundColortransparent != 'Transparent' && sectionproperties.backgroundColor == '#ffffff' ? 'rgba(250,250,250,' + sectionproperties.bgopacityonhover + ')' : 1,
73140
73142
  transition: 0.3
73141
73143
  }
73142
73144
  })
@@ -73417,12 +73419,12 @@
73417
73419
  }
73418
73420
  cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, productidtobesend, props.fetchingtypeprops, item.collectionid);
73419
73421
  },
73420
- "class": sectionproperties.wordbreak == '1' ? "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak1 font-md-13 m-0 mb-1 ' : "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak2 font-md-13 wordbreak-md-4 m-0 ',
73422
+ "class": sectionproperties.wordbreak == '1' ? "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak1 font-md-13 m-0 ' : "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak2 font-md-13 wordbreak-md-4 m-0 ',
73421
73423
  style: {
73422
73424
  textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
73423
73425
  }
73424
73426
  }, item.name)), sectionproperties.prodCatShow == 'Show' && sectionproperties.descriptionoverwritestyles == 'No' && /*#__PURE__*/React__default["default"].createElement("p", {
73425
- "class": "".concat(card_cssstyles.productDescStyles) + ' col-lg-12 p-0 wordbreak wordbreak4 ',
73427
+ "class": "".concat(card_cssstyles.productDescStyles) + ' col-lg-12 p-0 wordbreak wordbreak4 mt-1 ',
73426
73428
  style: {
73427
73429
  textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
73428
73430
  },
@@ -73430,7 +73432,7 @@
73430
73432
  __html: item.shortdescription
73431
73433
  }
73432
73434
  }), sectionproperties.prodCatShow == 'Show' && sectionproperties.descriptionoverwritestyles == 'Yes' && /*#__PURE__*/React__default["default"].createElement("p", {
73433
- "class": "".concat(card_cssstyles.productDescStyles) + ' col-lg-12 wordbreak wordbreak2 p-0 ',
73435
+ "class": "".concat(card_cssstyles.productDescStyles) + ' col-lg-12 wordbreak wordbreak2 p-0 mt-1 ',
73434
73436
  style: {
73435
73437
  textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
73436
73438
  }
@@ -73438,7 +73440,7 @@
73438
73440
  style: {
73439
73441
  flexDirection: 'column'
73440
73442
  },
73441
- "class": "col-lg-12 d-flex align-items-center justify-content-center p-0 "
73443
+ "class": "col-lg-12 d-flex align-items-center justify-content-center p-0 mt-1 "
73442
73444
  }, /*#__PURE__*/React__default["default"].createElement("div", {
73443
73445
  "class": "row m-0 w-100 "
73444
73446
  }, /*#__PURE__*/React__default["default"].createElement("div", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.543",
3
+ "version": "0.0.544",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {