tabexseriescomponents 0.0.401 → 0.0.402

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
@@ -16229,7 +16229,7 @@ var CardsSection = function CardsSection(props) {
16229
16229
  } else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage') {
16230
16230
  bootstapclass = ' col-xl-2 p-0 col-lg-2 col-md-4 col-sm-12 d-flex justify-content-center p-0 ';
16231
16231
  } else {
16232
- bootstapclass = ' col-xl-2 col-lg-4 col-md-6 col-sm-12 d-flex justify-content-center p-0 ';
16232
+ bootstapclass = ' col-xl-2 col-lg-4 col-md-6 d-flex justify-content-center p-0 col-sm-' + +sectionproperties.numberOfColsverticalresp;
16233
16233
  }
16234
16234
  }
16235
16235
  if (sectionproperties.overallnumberofcards == 0) {
package/dist/index.esm.js CHANGED
@@ -16180,7 +16180,7 @@ var CardsSection = function CardsSection(props) {
16180
16180
  } else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage') {
16181
16181
  bootstapclass = ' col-xl-2 p-0 col-lg-2 col-md-4 col-sm-12 d-flex justify-content-center p-0 ';
16182
16182
  } else {
16183
- bootstapclass = ' col-xl-2 col-lg-4 col-md-6 col-sm-12 d-flex justify-content-center p-0 ';
16183
+ bootstapclass = ' col-xl-2 col-lg-4 col-md-6 d-flex justify-content-center p-0 col-sm-' + +sectionproperties.numberOfColsverticalresp;
16184
16184
  }
16185
16185
  }
16186
16186
  if (sectionproperties.overallnumberofcards == 0) {
package/dist/index.umd.js CHANGED
@@ -16061,7 +16061,7 @@
16061
16061
  } else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage') {
16062
16062
  bootstapclass = ' col-xl-2 p-0 col-lg-2 col-md-4 col-sm-12 d-flex justify-content-center p-0 ';
16063
16063
  } else {
16064
- bootstapclass = ' col-xl-2 col-lg-4 col-md-6 col-sm-12 d-flex justify-content-center p-0 ';
16064
+ bootstapclass = ' col-xl-2 col-lg-4 col-md-6 d-flex justify-content-center p-0 col-sm-' + +sectionproperties.numberOfColsverticalresp;
16065
16065
  }
16066
16066
  }
16067
16067
  if (sectionproperties.overallnumberofcards == 0) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.401",
3
+ "version": "0.0.402",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {