tabexseriescomponents 0.0.444 → 0.0.446

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
@@ -13255,14 +13255,17 @@ var CartSlider = function CartSlider(props) {
13255
13255
  return /*#__PURE__*/React__default["default"].createElement("div", {
13256
13256
  className: "col-lg-12 col-md-12 col-sm-12 p-0 d-flex"
13257
13257
  }, /*#__PURE__*/React__default["default"].createElement("div", {
13258
- "class": "row m-0 w-100"
13258
+ "class": "row m-0 w-100",
13259
+ style: {
13260
+ color: sectionproperties.prodNameColor
13261
+ }
13259
13262
  }, /*#__PURE__*/React__default["default"].createElement("div", {
13260
13263
  className: "col-lg-12 col-md-12 col-sm-12 p-0 d-flex"
13261
13264
  }, /*#__PURE__*/React__default["default"].createElement("p", {
13262
- className: 'text-capitalize text-dark m-0 p-0 font-weight-500 font-13 m-0 p-0 '
13265
+ className: 'text-capitalize m-0 p-0 font-weight-500 font-13 m-0 p-0 '
13263
13266
  }, variantitem.optionname, ":"), /*#__PURE__*/React__default["default"].createElement("p", {
13264
- className: ' text-capitalize text-dark font-weight-400 m-0 p-0 font-13 ml-1 mr-1 '
13265
- }, variantitem.optionvalue))));
13267
+ className: ' font-weight-400 m-0 p-0 font-13 ml-1 mr-1 '
13268
+ }, variantitem.optionvalue == '#c9b0a1' ? 'Beige' : variantitem.optionvalue == '#000000' ? 'Black' : variantitem.optionvalue))));
13266
13269
  }), /*#__PURE__*/React__default["default"].createElement("div", {
13267
13270
  "class": (item === null || item === void 0 || (_item$productinfo = item.productinfo) === null || _item$productinfo === void 0 ? void 0 : _item$productinfo.hasvariants) == 1 && (item === null || item === void 0 || (_item$variantoptions = item.variantoptions) === null || _item$variantoptions === void 0 ? void 0 : _item$variantoptions.length) != 0 ? 'col-lg-12 p-0 mt-1' : 'col-lg-12 p-0 mt-4'
13268
13271
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -16174,6 +16177,7 @@ var CollectionsFilterHorizontal = function CollectionsFilterHorizontal(props) {
16174
16177
  filterrouting(tempfetchproductsfilerobjcontext);
16175
16178
  // routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, encodeURIComponent(JSON.stringify(tempfetchproductsfilerobjcontext)));
16176
16179
  };
16180
+
16177
16181
  var CollectionsFilter = function CollectionsFilter() {
16178
16182
  return /*#__PURE__*/React__default["default"].createElement("div", {
16179
16183
  "class": "col-lg-12 p-0 scrollhorixontalcontainer text-center px-sm-3"
@@ -17348,7 +17352,7 @@ var CardsSection = function CardsSection(props) {
17348
17352
  } else if (item.tabexsectioninfo.sectioncompname == 'Card20') {
17349
17353
  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
17354
  } else if (item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow') {
17351
- bootstapclass = ' col-xl-6 p-0 col-lg-6 col-md-4 d-flex justify-content-center p-0 ' + sectionproperties.numberOfColsverticalresp;
17355
+ bootstapclass = ' col-xl-6 p-0 col-lg-6 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
17352
17356
  } else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition') {
17353
17357
  bootstapclass = ' col-xl-6 p-0 col-lg-6 col-md-6 col-sm-12 d-flex justify-content-center p-0';
17354
17358
  } else if (item.tabexsectioninfo.sectioncompname == 'HorizontalCategoryCard') {
@@ -17376,7 +17380,7 @@ var CardsSection = function CardsSection(props) {
17376
17380
  } else if (item.tabexsectioninfo.sectioncompname == 'Card20') {
17377
17381
  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
17382
  } else if (item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow') {
17379
- bootstapclass = ' col-xl-4 p-0 col-lg-4 col-md-4 d-flex justify-content-center p-0 ' + sectionproperties.numberOfColsverticalresp;
17383
+ bootstapclass = ' col-xl-4 p-0 col-lg-4 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
17380
17384
  } else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition') {
17381
17385
  bootstapclass = ' col-xl-4 col-lg-4 col-md-6 col-sm-12 d-flex justify-content-center p-0 ';
17382
17386
  } else if (item.tabexsectioninfo.sectioncompname == 'HorizontalCategoryCard') {
@@ -17398,11 +17402,11 @@ var CardsSection = function CardsSection(props) {
17398
17402
  } else if (item.tabexsectioninfo.sectioncompname == 'ServiceCard') {
17399
17403
  bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-12 col-sm-12 d-flex justify-content-center p-0 ';
17400
17404
  } 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;
17405
+ bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-6 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
17402
17406
  } else if (item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg') ; else if (item.tabexsectioninfo.sectioncompname == 'Card20') {
17403
17407
  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
17408
  } else if (item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow') {
17405
- bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 d-flex justify-content-center p-0 ' + sectionproperties.numberOfColsverticalresp;
17409
+ bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
17406
17410
  } else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition') {
17407
17411
  bootstapclass = ' col-xl-3 col-lg-4 col-md-4 col-sm-12 p-0 d-flex justify-content-center p-0 ';
17408
17412
  } else if (item.tabexsectioninfo.sectioncompname == 'HorizontalCategoryCard') {
@@ -17429,7 +17433,7 @@ var CardsSection = function CardsSection(props) {
17429
17433
  } else if (item.tabexsectioninfo.sectioncompname == 'Card20') {
17430
17434
  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
17435
  } else if (item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow') {
17432
- bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 d-flex justify-content-center p-0 ' + sectionproperties.numberOfColsverticalresp;
17436
+ bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
17433
17437
  } else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition') {
17434
17438
  bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-12 d-flex justify-content-center p-0 ';
17435
17439
  } else if (item.tabexsectioninfo.sectioncompname == 'HorizontalCategoryCard') {
@@ -17447,7 +17451,7 @@ var CardsSection = function CardsSection(props) {
17447
17451
  } else if (item.tabexsectioninfo.sectioncompname == 'ServiceCard') {
17448
17452
  bootstapclass = ' col-xl-2 p-0 col-lg-2 col-md-12 col-sm-12 d-flex justify-content-center p-0 ';
17449
17453
  } 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;
17454
+ bootstapclass = ' col-xl-2 p-0 col-lg-2 col-md-6 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
17451
17455
  } else if (item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg') {
17452
17456
  bootstapclass = ' col-xl-2 p-0 col-lg-3 col-md-3 col-sm-6 d-flex justify-content-center p-0 ';
17453
17457
  } else if (item.tabexsectioninfo.sectioncompname == 'Card20') {
@@ -18702,8 +18706,10 @@ var MarqueeHeader = function MarqueeHeader(props) {
18702
18706
  background: templateproperties_context.textsliderbgcolor,
18703
18707
  paddingTop: templateproperties_context.sliderpaddingvertical + 'px',
18704
18708
  paddingBottom: templateproperties_context.sliderpaddingvertical + 'px',
18705
- paddingLeft: templateproperties_context.sliderpaddinghorizontal + 'px',
18706
- paddingRight: templateproperties_context.sliderpaddinghorizontal + 'px'
18709
+ // paddingLeft: templateproperties_context.sliderpaddinghorizontal + 'px',
18710
+ // paddingRight: templateproperties_context.sliderpaddinghorizontal + 'px',
18711
+ paddingLeft: '200px',
18712
+ paddingRight: '200px'
18707
18713
  }
18708
18714
  }, templateproperties_context.textslidertype == 'Slider' && /*#__PURE__*/React__default["default"].createElement("marquee", null, /*#__PURE__*/React__default["default"].createElement("span", {
18709
18715
  "class": "d-flex flex-row align-items-center"
package/dist/index.esm.js CHANGED
@@ -13206,14 +13206,17 @@ var CartSlider = function CartSlider(props) {
13206
13206
  return /*#__PURE__*/React.createElement("div", {
13207
13207
  className: "col-lg-12 col-md-12 col-sm-12 p-0 d-flex"
13208
13208
  }, /*#__PURE__*/React.createElement("div", {
13209
- "class": "row m-0 w-100"
13209
+ "class": "row m-0 w-100",
13210
+ style: {
13211
+ color: sectionproperties.prodNameColor
13212
+ }
13210
13213
  }, /*#__PURE__*/React.createElement("div", {
13211
13214
  className: "col-lg-12 col-md-12 col-sm-12 p-0 d-flex"
13212
13215
  }, /*#__PURE__*/React.createElement("p", {
13213
- className: 'text-capitalize text-dark m-0 p-0 font-weight-500 font-13 m-0 p-0 '
13216
+ className: 'text-capitalize m-0 p-0 font-weight-500 font-13 m-0 p-0 '
13214
13217
  }, variantitem.optionname, ":"), /*#__PURE__*/React.createElement("p", {
13215
- className: ' text-capitalize text-dark font-weight-400 m-0 p-0 font-13 ml-1 mr-1 '
13216
- }, variantitem.optionvalue))));
13218
+ className: ' font-weight-400 m-0 p-0 font-13 ml-1 mr-1 '
13219
+ }, variantitem.optionvalue == '#c9b0a1' ? 'Beige' : variantitem.optionvalue == '#000000' ? 'Black' : variantitem.optionvalue))));
13217
13220
  }), /*#__PURE__*/React.createElement("div", {
13218
13221
  "class": (item === null || item === void 0 || (_item$productinfo = item.productinfo) === null || _item$productinfo === void 0 ? void 0 : _item$productinfo.hasvariants) == 1 && (item === null || item === void 0 || (_item$variantoptions = item.variantoptions) === null || _item$variantoptions === void 0 ? void 0 : _item$variantoptions.length) != 0 ? 'col-lg-12 p-0 mt-1' : 'col-lg-12 p-0 mt-4'
13219
13222
  }, /*#__PURE__*/React.createElement("div", {
@@ -16125,6 +16128,7 @@ var CollectionsFilterHorizontal = function CollectionsFilterHorizontal(props) {
16125
16128
  filterrouting(tempfetchproductsfilerobjcontext);
16126
16129
  // routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, encodeURIComponent(JSON.stringify(tempfetchproductsfilerobjcontext)));
16127
16130
  };
16131
+
16128
16132
  var CollectionsFilter = function CollectionsFilter() {
16129
16133
  return /*#__PURE__*/React.createElement("div", {
16130
16134
  "class": "col-lg-12 p-0 scrollhorixontalcontainer text-center px-sm-3"
@@ -17299,7 +17303,7 @@ var CardsSection = function CardsSection(props) {
17299
17303
  } else if (item.tabexsectioninfo.sectioncompname == 'Card20') {
17300
17304
  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
17305
  } else if (item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow') {
17302
- bootstapclass = ' col-xl-6 p-0 col-lg-6 col-md-4 d-flex justify-content-center p-0 ' + sectionproperties.numberOfColsverticalresp;
17306
+ bootstapclass = ' col-xl-6 p-0 col-lg-6 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
17303
17307
  } else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition') {
17304
17308
  bootstapclass = ' col-xl-6 p-0 col-lg-6 col-md-6 col-sm-12 d-flex justify-content-center p-0';
17305
17309
  } else if (item.tabexsectioninfo.sectioncompname == 'HorizontalCategoryCard') {
@@ -17327,7 +17331,7 @@ var CardsSection = function CardsSection(props) {
17327
17331
  } else if (item.tabexsectioninfo.sectioncompname == 'Card20') {
17328
17332
  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
17333
  } else if (item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow') {
17330
- bootstapclass = ' col-xl-4 p-0 col-lg-4 col-md-4 d-flex justify-content-center p-0 ' + sectionproperties.numberOfColsverticalresp;
17334
+ bootstapclass = ' col-xl-4 p-0 col-lg-4 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
17331
17335
  } else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition') {
17332
17336
  bootstapclass = ' col-xl-4 col-lg-4 col-md-6 col-sm-12 d-flex justify-content-center p-0 ';
17333
17337
  } else if (item.tabexsectioninfo.sectioncompname == 'HorizontalCategoryCard') {
@@ -17349,11 +17353,11 @@ var CardsSection = function CardsSection(props) {
17349
17353
  } else if (item.tabexsectioninfo.sectioncompname == 'ServiceCard') {
17350
17354
  bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-12 col-sm-12 d-flex justify-content-center p-0 ';
17351
17355
  } 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;
17356
+ bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-6 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
17353
17357
  } else if (item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg') ; else if (item.tabexsectioninfo.sectioncompname == 'Card20') {
17354
17358
  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
17359
  } else if (item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow') {
17356
- bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 d-flex justify-content-center p-0 ' + sectionproperties.numberOfColsverticalresp;
17360
+ bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
17357
17361
  } else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition') {
17358
17362
  bootstapclass = ' col-xl-3 col-lg-4 col-md-4 col-sm-12 p-0 d-flex justify-content-center p-0 ';
17359
17363
  } else if (item.tabexsectioninfo.sectioncompname == 'HorizontalCategoryCard') {
@@ -17380,7 +17384,7 @@ var CardsSection = function CardsSection(props) {
17380
17384
  } else if (item.tabexsectioninfo.sectioncompname == 'Card20') {
17381
17385
  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
17386
  } else if (item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow') {
17383
- bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 d-flex justify-content-center p-0 ' + sectionproperties.numberOfColsverticalresp;
17387
+ bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
17384
17388
  } else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition') {
17385
17389
  bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-12 d-flex justify-content-center p-0 ';
17386
17390
  } else if (item.tabexsectioninfo.sectioncompname == 'HorizontalCategoryCard') {
@@ -17398,7 +17402,7 @@ var CardsSection = function CardsSection(props) {
17398
17402
  } else if (item.tabexsectioninfo.sectioncompname == 'ServiceCard') {
17399
17403
  bootstapclass = ' col-xl-2 p-0 col-lg-2 col-md-12 col-sm-12 d-flex justify-content-center p-0 ';
17400
17404
  } 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;
17405
+ bootstapclass = ' col-xl-2 p-0 col-lg-2 col-md-6 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
17402
17406
  } else if (item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg') {
17403
17407
  bootstapclass = ' col-xl-2 p-0 col-lg-3 col-md-3 col-sm-6 d-flex justify-content-center p-0 ';
17404
17408
  } else if (item.tabexsectioninfo.sectioncompname == 'Card20') {
@@ -18653,8 +18657,10 @@ var MarqueeHeader = function MarqueeHeader(props) {
18653
18657
  background: templateproperties_context.textsliderbgcolor,
18654
18658
  paddingTop: templateproperties_context.sliderpaddingvertical + 'px',
18655
18659
  paddingBottom: templateproperties_context.sliderpaddingvertical + 'px',
18656
- paddingLeft: templateproperties_context.sliderpaddinghorizontal + 'px',
18657
- paddingRight: templateproperties_context.sliderpaddinghorizontal + 'px'
18660
+ // paddingLeft: templateproperties_context.sliderpaddinghorizontal + 'px',
18661
+ // paddingRight: templateproperties_context.sliderpaddinghorizontal + 'px',
18662
+ paddingLeft: '200px',
18663
+ paddingRight: '200px'
18658
18664
  }
18659
18665
  }, templateproperties_context.textslidertype == 'Slider' && /*#__PURE__*/React.createElement("marquee", null, /*#__PURE__*/React.createElement("span", {
18660
18666
  "class": "d-flex flex-row align-items-center"
package/dist/index.umd.js CHANGED
@@ -13081,14 +13081,17 @@
13081
13081
  return /*#__PURE__*/React__default["default"].createElement("div", {
13082
13082
  className: "col-lg-12 col-md-12 col-sm-12 p-0 d-flex"
13083
13083
  }, /*#__PURE__*/React__default["default"].createElement("div", {
13084
- "class": "row m-0 w-100"
13084
+ "class": "row m-0 w-100",
13085
+ style: {
13086
+ color: sectionproperties.prodNameColor
13087
+ }
13085
13088
  }, /*#__PURE__*/React__default["default"].createElement("div", {
13086
13089
  className: "col-lg-12 col-md-12 col-sm-12 p-0 d-flex"
13087
13090
  }, /*#__PURE__*/React__default["default"].createElement("p", {
13088
- className: 'text-capitalize text-dark m-0 p-0 font-weight-500 font-13 m-0 p-0 '
13091
+ className: 'text-capitalize m-0 p-0 font-weight-500 font-13 m-0 p-0 '
13089
13092
  }, variantitem.optionname, ":"), /*#__PURE__*/React__default["default"].createElement("p", {
13090
- className: ' text-capitalize text-dark font-weight-400 m-0 p-0 font-13 ml-1 mr-1 '
13091
- }, variantitem.optionvalue))));
13093
+ className: ' font-weight-400 m-0 p-0 font-13 ml-1 mr-1 '
13094
+ }, variantitem.optionvalue == '#c9b0a1' ? 'Beige' : variantitem.optionvalue == '#000000' ? 'Black' : variantitem.optionvalue))));
13092
13095
  }), /*#__PURE__*/React__default["default"].createElement("div", {
13093
13096
  "class": (item === null || item === void 0 || (_item$productinfo = item.productinfo) === null || _item$productinfo === void 0 ? void 0 : _item$productinfo.hasvariants) == 1 && (item === null || item === void 0 || (_item$variantoptions = item.variantoptions) === null || _item$variantoptions === void 0 ? void 0 : _item$variantoptions.length) != 0 ? 'col-lg-12 p-0 mt-1' : 'col-lg-12 p-0 mt-4'
13094
13097
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -16000,6 +16003,7 @@
16000
16003
  filterrouting(tempfetchproductsfilerobjcontext);
16001
16004
  // routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, encodeURIComponent(JSON.stringify(tempfetchproductsfilerobjcontext)));
16002
16005
  };
16006
+
16003
16007
  var CollectionsFilter = function CollectionsFilter() {
16004
16008
  return /*#__PURE__*/React__default["default"].createElement("div", {
16005
16009
  "class": "col-lg-12 p-0 scrollhorixontalcontainer text-center px-sm-3"
@@ -17174,7 +17178,7 @@
17174
17178
  } else if (item.tabexsectioninfo.sectioncompname == 'Card20') {
17175
17179
  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
17180
  } else if (item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow') {
17177
- bootstapclass = ' col-xl-6 p-0 col-lg-6 col-md-4 d-flex justify-content-center p-0 ' + sectionproperties.numberOfColsverticalresp;
17181
+ bootstapclass = ' col-xl-6 p-0 col-lg-6 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
17178
17182
  } else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition') {
17179
17183
  bootstapclass = ' col-xl-6 p-0 col-lg-6 col-md-6 col-sm-12 d-flex justify-content-center p-0';
17180
17184
  } else if (item.tabexsectioninfo.sectioncompname == 'HorizontalCategoryCard') {
@@ -17202,7 +17206,7 @@
17202
17206
  } else if (item.tabexsectioninfo.sectioncompname == 'Card20') {
17203
17207
  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
17208
  } else if (item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow') {
17205
- bootstapclass = ' col-xl-4 p-0 col-lg-4 col-md-4 d-flex justify-content-center p-0 ' + sectionproperties.numberOfColsverticalresp;
17209
+ bootstapclass = ' col-xl-4 p-0 col-lg-4 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
17206
17210
  } else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition') {
17207
17211
  bootstapclass = ' col-xl-4 col-lg-4 col-md-6 col-sm-12 d-flex justify-content-center p-0 ';
17208
17212
  } else if (item.tabexsectioninfo.sectioncompname == 'HorizontalCategoryCard') {
@@ -17224,11 +17228,11 @@
17224
17228
  } else if (item.tabexsectioninfo.sectioncompname == 'ServiceCard') {
17225
17229
  bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-12 col-sm-12 d-flex justify-content-center p-0 ';
17226
17230
  } 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;
17231
+ bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-6 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
17228
17232
  } else if (item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg') ; else if (item.tabexsectioninfo.sectioncompname == 'Card20') {
17229
17233
  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
17234
  } else if (item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow') {
17231
- bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 d-flex justify-content-center p-0 ' + sectionproperties.numberOfColsverticalresp;
17235
+ bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
17232
17236
  } else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition') {
17233
17237
  bootstapclass = ' col-xl-3 col-lg-4 col-md-4 col-sm-12 p-0 d-flex justify-content-center p-0 ';
17234
17238
  } else if (item.tabexsectioninfo.sectioncompname == 'HorizontalCategoryCard') {
@@ -17255,7 +17259,7 @@
17255
17259
  } else if (item.tabexsectioninfo.sectioncompname == 'Card20') {
17256
17260
  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
17261
  } else if (item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow') {
17258
- bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 d-flex justify-content-center p-0 ' + sectionproperties.numberOfColsverticalresp;
17262
+ bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
17259
17263
  } else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition') {
17260
17264
  bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-12 d-flex justify-content-center p-0 ';
17261
17265
  } else if (item.tabexsectioninfo.sectioncompname == 'HorizontalCategoryCard') {
@@ -17273,7 +17277,7 @@
17273
17277
  } else if (item.tabexsectioninfo.sectioncompname == 'ServiceCard') {
17274
17278
  bootstapclass = ' col-xl-2 p-0 col-lg-2 col-md-12 col-sm-12 d-flex justify-content-center p-0 ';
17275
17279
  } 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;
17280
+ bootstapclass = ' col-xl-2 p-0 col-lg-2 col-md-6 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
17277
17281
  } else if (item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg') {
17278
17282
  bootstapclass = ' col-xl-2 p-0 col-lg-3 col-md-3 col-sm-6 d-flex justify-content-center p-0 ';
17279
17283
  } else if (item.tabexsectioninfo.sectioncompname == 'Card20') {
@@ -18528,8 +18532,10 @@
18528
18532
  background: templateproperties_context.textsliderbgcolor,
18529
18533
  paddingTop: templateproperties_context.sliderpaddingvertical + 'px',
18530
18534
  paddingBottom: templateproperties_context.sliderpaddingvertical + 'px',
18531
- paddingLeft: templateproperties_context.sliderpaddinghorizontal + 'px',
18532
- paddingRight: templateproperties_context.sliderpaddinghorizontal + 'px'
18535
+ // paddingLeft: templateproperties_context.sliderpaddinghorizontal + 'px',
18536
+ // paddingRight: templateproperties_context.sliderpaddinghorizontal + 'px',
18537
+ paddingLeft: '200px',
18538
+ paddingRight: '200px'
18533
18539
  }
18534
18540
  }, templateproperties_context.textslidertype == 'Slider' && /*#__PURE__*/React__default["default"].createElement("marquee", null, /*#__PURE__*/React__default["default"].createElement("span", {
18535
18541
  "class": "d-flex flex-row align-items-center"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.444",
3
+ "version": "0.0.446",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {