tabexseriescomponents 0.0.443 → 0.0.445

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
@@ -17348,7 +17348,7 @@ var CardsSection = function CardsSection(props) {
17348
17348
  } else if (item.tabexsectioninfo.sectioncompname == 'Card20') {
17349
17349
  bootstapclass = ' col-xl-6 p-0 col-lg-6 col-md-4 col-sm-10 d-flex justify-content-center p-0 ml-sm-auto mr-sm-auto ';
17350
17350
  } else if (item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow') {
17351
- bootstapclass = ' col-xl-6 p-0 col-lg-6 col-md-4 col-sm-6 d-flex justify-content-center p-0 ';
17351
+ bootstapclass = ' col-xl-6 p-0 col-lg-6 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
17352
17352
  } else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition') {
17353
17353
  bootstapclass = ' col-xl-6 p-0 col-lg-6 col-md-6 col-sm-12 d-flex justify-content-center p-0';
17354
17354
  } else if (item.tabexsectioninfo.sectioncompname == 'HorizontalCategoryCard') {
@@ -17376,7 +17376,7 @@ var CardsSection = function CardsSection(props) {
17376
17376
  } else if (item.tabexsectioninfo.sectioncompname == 'Card20') {
17377
17377
  bootstapclass = ' col-xl-4 p-0 col-lg-4 col-md-4 col-sm-10 d-flex justify-content-center p-0 ml-sm-auto mr-sm-auto ';
17378
17378
  } else if (item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow') {
17379
- bootstapclass = ' col-xl-4 p-0 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ';
17379
+ bootstapclass = ' col-xl-4 p-0 col-lg-4 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
17380
17380
  } else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition') {
17381
17381
  bootstapclass = ' col-xl-4 col-lg-4 col-md-6 col-sm-12 d-flex justify-content-center p-0 ';
17382
17382
  } else if (item.tabexsectioninfo.sectioncompname == 'HorizontalCategoryCard') {
@@ -17398,11 +17398,11 @@ var CardsSection = function CardsSection(props) {
17398
17398
  } else if (item.tabexsectioninfo.sectioncompname == 'ServiceCard') {
17399
17399
  bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-12 col-sm-12 d-flex justify-content-center p-0 ';
17400
17400
  } else if (item.tabexsectioninfo.sectioncompname == 'StylishProductCard') {
17401
- bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-6 d-flex justify-content-center p-0 col-sm' + sectionproperties.numberOfColsverticalresp;
17401
+ bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-6 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
17402
17402
  } else if (item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg') ; else if (item.tabexsectioninfo.sectioncompname == 'Card20') {
17403
17403
  bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-10 d-flex justify-content-center p-0 ml-sm-auto mr-sm-auto ';
17404
17404
  } else if (item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow') {
17405
- bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-6 d-flex justify-content-center p-0 ';
17405
+ bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
17406
17406
  } else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition') {
17407
17407
  bootstapclass = ' col-xl-3 col-lg-4 col-md-4 col-sm-12 p-0 d-flex justify-content-center p-0 ';
17408
17408
  } else if (item.tabexsectioninfo.sectioncompname == 'HorizontalCategoryCard') {
@@ -17429,7 +17429,7 @@ var CardsSection = function CardsSection(props) {
17429
17429
  } else if (item.tabexsectioninfo.sectioncompname == 'Card20') {
17430
17430
  bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-10 d-flex justify-content-center p-0 ml-sm-auto mr-sm-auto ';
17431
17431
  } else if (item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow') {
17432
- bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-6 d-flex justify-content-center p-0 ';
17432
+ bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
17433
17433
  } else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition') {
17434
17434
  bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-12 d-flex justify-content-center p-0 ';
17435
17435
  } else if (item.tabexsectioninfo.sectioncompname == 'HorizontalCategoryCard') {
@@ -17447,7 +17447,7 @@ var CardsSection = function CardsSection(props) {
17447
17447
  } else if (item.tabexsectioninfo.sectioncompname == 'ServiceCard') {
17448
17448
  bootstapclass = ' col-xl-2 p-0 col-lg-2 col-md-12 col-sm-12 d-flex justify-content-center p-0 ';
17449
17449
  } else if (item.tabexsectioninfo.sectioncompname == 'StylishProductCard') {
17450
- bootstapclass = ' col-xl-2 p-0 col-lg-2 col-md-6 d-flex justify-content-center p-0 col-sm' + sectionproperties.numberOfColsverticalresp;
17450
+ bootstapclass = ' col-xl-2 p-0 col-lg-2 col-md-6 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
17451
17451
  } else if (item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg') {
17452
17452
  bootstapclass = ' col-xl-2 p-0 col-lg-3 col-md-3 col-sm-6 d-flex justify-content-center p-0 ';
17453
17453
  } else if (item.tabexsectioninfo.sectioncompname == 'Card20') {
package/dist/index.esm.js CHANGED
@@ -17299,7 +17299,7 @@ var CardsSection = function CardsSection(props) {
17299
17299
  } else if (item.tabexsectioninfo.sectioncompname == 'Card20') {
17300
17300
  bootstapclass = ' col-xl-6 p-0 col-lg-6 col-md-4 col-sm-10 d-flex justify-content-center p-0 ml-sm-auto mr-sm-auto ';
17301
17301
  } else if (item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow') {
17302
- bootstapclass = ' col-xl-6 p-0 col-lg-6 col-md-4 col-sm-6 d-flex justify-content-center p-0 ';
17302
+ bootstapclass = ' col-xl-6 p-0 col-lg-6 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
17303
17303
  } else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition') {
17304
17304
  bootstapclass = ' col-xl-6 p-0 col-lg-6 col-md-6 col-sm-12 d-flex justify-content-center p-0';
17305
17305
  } else if (item.tabexsectioninfo.sectioncompname == 'HorizontalCategoryCard') {
@@ -17327,7 +17327,7 @@ var CardsSection = function CardsSection(props) {
17327
17327
  } else if (item.tabexsectioninfo.sectioncompname == 'Card20') {
17328
17328
  bootstapclass = ' col-xl-4 p-0 col-lg-4 col-md-4 col-sm-10 d-flex justify-content-center p-0 ml-sm-auto mr-sm-auto ';
17329
17329
  } else if (item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow') {
17330
- bootstapclass = ' col-xl-4 p-0 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ';
17330
+ bootstapclass = ' col-xl-4 p-0 col-lg-4 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
17331
17331
  } else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition') {
17332
17332
  bootstapclass = ' col-xl-4 col-lg-4 col-md-6 col-sm-12 d-flex justify-content-center p-0 ';
17333
17333
  } else if (item.tabexsectioninfo.sectioncompname == 'HorizontalCategoryCard') {
@@ -17349,11 +17349,11 @@ var CardsSection = function CardsSection(props) {
17349
17349
  } else if (item.tabexsectioninfo.sectioncompname == 'ServiceCard') {
17350
17350
  bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-12 col-sm-12 d-flex justify-content-center p-0 ';
17351
17351
  } else if (item.tabexsectioninfo.sectioncompname == 'StylishProductCard') {
17352
- bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-6 d-flex justify-content-center p-0 col-sm' + sectionproperties.numberOfColsverticalresp;
17352
+ bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-6 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
17353
17353
  } else if (item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg') ; else if (item.tabexsectioninfo.sectioncompname == 'Card20') {
17354
17354
  bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-10 d-flex justify-content-center p-0 ml-sm-auto mr-sm-auto ';
17355
17355
  } else if (item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow') {
17356
- bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-6 d-flex justify-content-center p-0 ';
17356
+ bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
17357
17357
  } else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition') {
17358
17358
  bootstapclass = ' col-xl-3 col-lg-4 col-md-4 col-sm-12 p-0 d-flex justify-content-center p-0 ';
17359
17359
  } else if (item.tabexsectioninfo.sectioncompname == 'HorizontalCategoryCard') {
@@ -17380,7 +17380,7 @@ var CardsSection = function CardsSection(props) {
17380
17380
  } else if (item.tabexsectioninfo.sectioncompname == 'Card20') {
17381
17381
  bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-10 d-flex justify-content-center p-0 ml-sm-auto mr-sm-auto ';
17382
17382
  } else if (item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow') {
17383
- bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-6 d-flex justify-content-center p-0 ';
17383
+ bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
17384
17384
  } else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition') {
17385
17385
  bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-12 d-flex justify-content-center p-0 ';
17386
17386
  } else if (item.tabexsectioninfo.sectioncompname == 'HorizontalCategoryCard') {
@@ -17398,7 +17398,7 @@ var CardsSection = function CardsSection(props) {
17398
17398
  } else if (item.tabexsectioninfo.sectioncompname == 'ServiceCard') {
17399
17399
  bootstapclass = ' col-xl-2 p-0 col-lg-2 col-md-12 col-sm-12 d-flex justify-content-center p-0 ';
17400
17400
  } else if (item.tabexsectioninfo.sectioncompname == 'StylishProductCard') {
17401
- bootstapclass = ' col-xl-2 p-0 col-lg-2 col-md-6 d-flex justify-content-center p-0 col-sm' + sectionproperties.numberOfColsverticalresp;
17401
+ bootstapclass = ' col-xl-2 p-0 col-lg-2 col-md-6 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
17402
17402
  } else if (item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg') {
17403
17403
  bootstapclass = ' col-xl-2 p-0 col-lg-3 col-md-3 col-sm-6 d-flex justify-content-center p-0 ';
17404
17404
  } else if (item.tabexsectioninfo.sectioncompname == 'Card20') {
package/dist/index.umd.js CHANGED
@@ -17174,7 +17174,7 @@
17174
17174
  } else if (item.tabexsectioninfo.sectioncompname == 'Card20') {
17175
17175
  bootstapclass = ' col-xl-6 p-0 col-lg-6 col-md-4 col-sm-10 d-flex justify-content-center p-0 ml-sm-auto mr-sm-auto ';
17176
17176
  } else if (item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow') {
17177
- bootstapclass = ' col-xl-6 p-0 col-lg-6 col-md-4 col-sm-6 d-flex justify-content-center p-0 ';
17177
+ bootstapclass = ' col-xl-6 p-0 col-lg-6 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
17178
17178
  } else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition') {
17179
17179
  bootstapclass = ' col-xl-6 p-0 col-lg-6 col-md-6 col-sm-12 d-flex justify-content-center p-0';
17180
17180
  } else if (item.tabexsectioninfo.sectioncompname == 'HorizontalCategoryCard') {
@@ -17202,7 +17202,7 @@
17202
17202
  } else if (item.tabexsectioninfo.sectioncompname == 'Card20') {
17203
17203
  bootstapclass = ' col-xl-4 p-0 col-lg-4 col-md-4 col-sm-10 d-flex justify-content-center p-0 ml-sm-auto mr-sm-auto ';
17204
17204
  } else if (item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow') {
17205
- bootstapclass = ' col-xl-4 p-0 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ';
17205
+ bootstapclass = ' col-xl-4 p-0 col-lg-4 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
17206
17206
  } else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition') {
17207
17207
  bootstapclass = ' col-xl-4 col-lg-4 col-md-6 col-sm-12 d-flex justify-content-center p-0 ';
17208
17208
  } else if (item.tabexsectioninfo.sectioncompname == 'HorizontalCategoryCard') {
@@ -17224,11 +17224,11 @@
17224
17224
  } else if (item.tabexsectioninfo.sectioncompname == 'ServiceCard') {
17225
17225
  bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-12 col-sm-12 d-flex justify-content-center p-0 ';
17226
17226
  } else if (item.tabexsectioninfo.sectioncompname == 'StylishProductCard') {
17227
- bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-6 d-flex justify-content-center p-0 col-sm' + sectionproperties.numberOfColsverticalresp;
17227
+ bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-6 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
17228
17228
  } else if (item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg') ; else if (item.tabexsectioninfo.sectioncompname == 'Card20') {
17229
17229
  bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-10 d-flex justify-content-center p-0 ml-sm-auto mr-sm-auto ';
17230
17230
  } else if (item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow') {
17231
- bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-6 d-flex justify-content-center p-0 ';
17231
+ bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
17232
17232
  } else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition') {
17233
17233
  bootstapclass = ' col-xl-3 col-lg-4 col-md-4 col-sm-12 p-0 d-flex justify-content-center p-0 ';
17234
17234
  } else if (item.tabexsectioninfo.sectioncompname == 'HorizontalCategoryCard') {
@@ -17255,7 +17255,7 @@
17255
17255
  } else if (item.tabexsectioninfo.sectioncompname == 'Card20') {
17256
17256
  bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-10 d-flex justify-content-center p-0 ml-sm-auto mr-sm-auto ';
17257
17257
  } else if (item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow') {
17258
- bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-6 d-flex justify-content-center p-0 ';
17258
+ bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
17259
17259
  } else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition') {
17260
17260
  bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-12 d-flex justify-content-center p-0 ';
17261
17261
  } else if (item.tabexsectioninfo.sectioncompname == 'HorizontalCategoryCard') {
@@ -17273,7 +17273,7 @@
17273
17273
  } else if (item.tabexsectioninfo.sectioncompname == 'ServiceCard') {
17274
17274
  bootstapclass = ' col-xl-2 p-0 col-lg-2 col-md-12 col-sm-12 d-flex justify-content-center p-0 ';
17275
17275
  } else if (item.tabexsectioninfo.sectioncompname == 'StylishProductCard') {
17276
- bootstapclass = ' col-xl-2 p-0 col-lg-2 col-md-6 d-flex justify-content-center p-0 col-sm' + sectionproperties.numberOfColsverticalresp;
17276
+ bootstapclass = ' col-xl-2 p-0 col-lg-2 col-md-6 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
17277
17277
  } else if (item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg') {
17278
17278
  bootstapclass = ' col-xl-2 p-0 col-lg-3 col-md-3 col-sm-6 d-flex justify-content-center p-0 ';
17279
17279
  } else if (item.tabexsectioninfo.sectioncompname == 'Card20') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.443",
3
+ "version": "0.0.445",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {