tabexseriescomponents 0.0.577 → 0.0.578

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
@@ -18323,6 +18323,8 @@ var CardsSection = function CardsSection(props) {
18323
18323
  bootstapclass = ' col-xl-12 p-0 col-lg-12 col-md-12 col-sm-12 d-flex justify-content-center p-0 ';
18324
18324
  } else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage') {
18325
18325
  bootstapclass = ' col-xl-12 p-0 col-lg-12 col-md-4 col-sm-12 d-flex justify-content-center p-0 ';
18326
+ } else if (item.tabexsectioninfo.sectioncompname == 'Classiccategorycard') {
18327
+ bootstapclass = ' col-xl-12 p-0 col-lg-12 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
18326
18328
  } else {
18327
18329
  bootstapclass = ' col-xl-12 p-0 col-lg-12 col-md-6 col-sm-12 d-flex justify-content-center p-0 ';
18328
18330
  }
@@ -18351,6 +18353,8 @@ var CardsSection = function CardsSection(props) {
18351
18353
  bootstapclass = ' col-xl-6 p-0 col-lg-6 col-md-12 col-sm-12 d-flex justify-content-center p-0';
18352
18354
  } else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage') {
18353
18355
  bootstapclass = ' col-xl-6 p-0 col-lg-6 col-md-4 col-sm-12 d-flex justify-content-center p-0 ';
18356
+ } else if (item.tabexsectioninfo.sectioncompname == 'Classiccategorycard') {
18357
+ bootstapclass = ' col-xl-6 p-0 col-lg-6 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
18354
18358
  } else {
18355
18359
  bootstapclass = ' col-xl-6 p-0 col-lg-6 col-md-6 col-sm-6 d-flex justify-content-center p-0';
18356
18360
  }
@@ -18379,6 +18383,8 @@ var CardsSection = function CardsSection(props) {
18379
18383
  bootstapclass = ' col-xl-4 p-0 col-lg-4 col-md-12 col-sm-12 d-flex justify-content-center p-0';
18380
18384
  } else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage') {
18381
18385
  bootstapclass = ' col-xl-4 p-0 col-lg-4 col-md-4 col-sm-12 d-flex justify-content-center p-0 ';
18386
+ } else if (item.tabexsectioninfo.sectioncompname == 'Classiccategorycard') {
18387
+ bootstapclass = ' col-xl-4 p-0 col-lg-4 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
18382
18388
  } else {
18383
18389
  bootstapclass = ' col-xl-4 col-lg-4 col-md-6 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
18384
18390
  }
@@ -18405,6 +18411,8 @@ var CardsSection = function CardsSection(props) {
18405
18411
  bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-12 col-sm-12 d-flex justify-content-center p-0';
18406
18412
  } else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage') {
18407
18413
  bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-12 d-flex justify-content-center p-0 ';
18414
+ } else if (item.tabexsectioninfo.sectioncompname == 'Classiccategorycard') {
18415
+ bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
18408
18416
  } else {
18409
18417
  bootstapclass = ' col-xl-3 col-lg-4 col-md-4 p-0 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
18410
18418
  }
@@ -18460,6 +18468,8 @@ var CardsSection = function CardsSection(props) {
18460
18468
  bootstapclass = ' col-xl-2 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ';
18461
18469
  } else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage') {
18462
18470
  bootstapclass = ' col-xl-2 p-0 col-lg-2 col-md-4 col-sm-12 d-flex justify-content-center p-0 ';
18471
+ } else if (item.tabexsectioninfo.sectioncompname == 'Classiccategorycard') {
18472
+ bootstapclass = ' col-xl-2 p-0 col-lg-3 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
18463
18473
  } else {
18464
18474
  bootstapclass = ' col-xl-2 col-lg-4 col-md-6 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
18465
18475
  }
@@ -33280,7 +33290,7 @@ var Modernheader = function Modernheader(props) {
33280
33290
  templateproperties_contextprops: templateproperties_context,
33281
33291
  actions: actions
33282
33292
  }), templateproperties_context.showtextslider == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
33283
- "class": "col-lg-12 p-0"
33293
+ "class": "col-lg-12 p-0 d-md-none"
33284
33294
  }, /*#__PURE__*/React__default["default"].createElement(MarqueeHeader, {
33285
33295
  sectionpropertiesprops: sectionproperties,
33286
33296
  templateproperties_contextprops: templateproperties_context,
@@ -69381,13 +69391,10 @@ var Classiccategorycard = function Classiccategorycard(props) {
69381
69391
  }, [props.cardinfoitemprops]);
69382
69392
  var card_cssstyles = {
69383
69393
  productcard: glamor.css({
69384
- minWidth: sectionproperties.image_width + 'px',
69385
- maxWidth: sectionproperties.image_width + 'px',
69394
+ width: '100%',
69386
69395
  position: 'relative',
69387
69396
  cursor: 'pointer',
69388
- // }),
69389
- // imagestyle: css({
69390
- height: sectionproperties.image_height + 'px',
69397
+ // height: sectionproperties.image_height + 'px',
69391
69398
  background: sectionproperties.image_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.image_bgcolor,
69392
69399
  borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
69393
69400
  borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
@@ -69424,7 +69431,20 @@ var Classiccategorycard = function Classiccategorycard(props) {
69424
69431
  })
69425
69432
  };
69426
69433
  return /*#__PURE__*/React__default["default"].createElement("div", {
69427
- "class": props.sectiontypeprops2 == 'vertical' ? sectionproperties.image_height > 550 ? "".concat(card_cssstyles.productcard) + ' w-100 h-md-300 p-0 ' : "".concat(card_cssstyles.productcard) + ' w-100 p-0 ' : sectionproperties.image_height > 550 ? " ".concat(card_cssstyles.productcard, " ").concat(generalCardsStyles.Simpleproductcard) + ' h-md-300 p-0' : " ".concat(card_cssstyles.productcard, " ").concat(generalCardsStyles.Simpleproductcard) + ' p-0',
69434
+ // class={
69435
+ // props.sectiontypeprops2 == 'vertical'
69436
+ // ? sectionproperties.image_height > 550
69437
+ // ? `${card_cssstyles.productcard}` + ' w-100 h-md-300 p-0 '
69438
+ // : `${card_cssstyles.productcard}` + ' w-100 p-0 '
69439
+ // : sectionproperties.image_height > 550
69440
+ // ? ` ${card_cssstyles.productcard} ${generalCardsStyles.Simpleproductcard}` + ' h-md-300 p-0'
69441
+ // : ` ${card_cssstyles.productcard} ${generalCardsStyles.Simpleproductcard}` + ' p-0'
69442
+ // }
69443
+ // style={{
69444
+ // paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
69445
+ // paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px',
69446
+ // }}
69447
+ "class": props.sectiontypeprops2 == 'vertical' ? "".concat(card_cssstyles.productcard) + ' w-100 ' : "".concat(card_cssstyles.productcard),
69428
69448
  style: {
69429
69449
  paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
69430
69450
  paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px'
@@ -69440,13 +69460,15 @@ var Classiccategorycard = function Classiccategorycard(props) {
69440
69460
  }
69441
69461
  }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
69442
69462
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
69443
- publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
69444
- "class": sectionproperties.image_height > 550 ? 'h-md-300' : '',
69463
+ publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey
69464
+ // class={sectionproperties.image_height > 550 ? 'h-md-300' : ''}
69465
+ ,
69445
69466
  path: '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + item.image,
69446
69467
  style: {
69447
69468
  width: '100%',
69448
69469
  objectFit: sectionproperties.bgcovercontain == 'Contain' ? 'contain' : 'cover',
69449
- height: sectionproperties.image_height + 'px',
69470
+ // height: sectionproperties.image_height + 'px',
69471
+ height: '100%',
69450
69472
  borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
69451
69473
  borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
69452
69474
  borderTopLeftRadius: langdetect == 'en' ? sectionproperties.image_bordertopleftradius + 'px' : sectionproperties.image_bordertoprightradius + 'px',
@@ -74915,7 +74937,8 @@ var Simpleproductcard = function Simpleproductcard(props) {
74915
74937
  position: 'absolute',
74916
74938
  top: sectionproperties.pillpositionfromtop + 'px',
74917
74939
  left: langdetect == 'en' ? sectionproperties.pillpositionfromright + 'px' : '',
74918
- right: langdetect == 'en' ? '' : sectionproperties.pillpositionfromright + 'px'
74940
+ right: langdetect == 'en' ? '' : sectionproperties.pillpositionfromright + 'px',
74941
+ zIndex: 3
74919
74942
  }
74920
74943
  }, PillContainer()), (item === null || item === void 0 ? void 0 : item.producttags) != undefined && (item === null || item === void 0 || (_item$producttags = item.producttags) === null || _item$producttags === void 0 ? void 0 : _item$producttags.length) != 0 && sectionproperties.showtag == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
74921
74944
  "class": "allcentered",
package/dist/index.esm.js CHANGED
@@ -18274,6 +18274,8 @@ var CardsSection = function CardsSection(props) {
18274
18274
  bootstapclass = ' col-xl-12 p-0 col-lg-12 col-md-12 col-sm-12 d-flex justify-content-center p-0 ';
18275
18275
  } else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage') {
18276
18276
  bootstapclass = ' col-xl-12 p-0 col-lg-12 col-md-4 col-sm-12 d-flex justify-content-center p-0 ';
18277
+ } else if (item.tabexsectioninfo.sectioncompname == 'Classiccategorycard') {
18278
+ bootstapclass = ' col-xl-12 p-0 col-lg-12 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
18277
18279
  } else {
18278
18280
  bootstapclass = ' col-xl-12 p-0 col-lg-12 col-md-6 col-sm-12 d-flex justify-content-center p-0 ';
18279
18281
  }
@@ -18302,6 +18304,8 @@ var CardsSection = function CardsSection(props) {
18302
18304
  bootstapclass = ' col-xl-6 p-0 col-lg-6 col-md-12 col-sm-12 d-flex justify-content-center p-0';
18303
18305
  } else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage') {
18304
18306
  bootstapclass = ' col-xl-6 p-0 col-lg-6 col-md-4 col-sm-12 d-flex justify-content-center p-0 ';
18307
+ } else if (item.tabexsectioninfo.sectioncompname == 'Classiccategorycard') {
18308
+ bootstapclass = ' col-xl-6 p-0 col-lg-6 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
18305
18309
  } else {
18306
18310
  bootstapclass = ' col-xl-6 p-0 col-lg-6 col-md-6 col-sm-6 d-flex justify-content-center p-0';
18307
18311
  }
@@ -18330,6 +18334,8 @@ var CardsSection = function CardsSection(props) {
18330
18334
  bootstapclass = ' col-xl-4 p-0 col-lg-4 col-md-12 col-sm-12 d-flex justify-content-center p-0';
18331
18335
  } else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage') {
18332
18336
  bootstapclass = ' col-xl-4 p-0 col-lg-4 col-md-4 col-sm-12 d-flex justify-content-center p-0 ';
18337
+ } else if (item.tabexsectioninfo.sectioncompname == 'Classiccategorycard') {
18338
+ bootstapclass = ' col-xl-4 p-0 col-lg-4 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
18333
18339
  } else {
18334
18340
  bootstapclass = ' col-xl-4 col-lg-4 col-md-6 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
18335
18341
  }
@@ -18356,6 +18362,8 @@ var CardsSection = function CardsSection(props) {
18356
18362
  bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-12 col-sm-12 d-flex justify-content-center p-0';
18357
18363
  } else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage') {
18358
18364
  bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-12 d-flex justify-content-center p-0 ';
18365
+ } else if (item.tabexsectioninfo.sectioncompname == 'Classiccategorycard') {
18366
+ bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
18359
18367
  } else {
18360
18368
  bootstapclass = ' col-xl-3 col-lg-4 col-md-4 p-0 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
18361
18369
  }
@@ -18411,6 +18419,8 @@ var CardsSection = function CardsSection(props) {
18411
18419
  bootstapclass = ' col-xl-2 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ';
18412
18420
  } else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage') {
18413
18421
  bootstapclass = ' col-xl-2 p-0 col-lg-2 col-md-4 col-sm-12 d-flex justify-content-center p-0 ';
18422
+ } else if (item.tabexsectioninfo.sectioncompname == 'Classiccategorycard') {
18423
+ bootstapclass = ' col-xl-2 p-0 col-lg-3 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
18414
18424
  } else {
18415
18425
  bootstapclass = ' col-xl-2 col-lg-4 col-md-6 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
18416
18426
  }
@@ -33231,7 +33241,7 @@ var Modernheader = function Modernheader(props) {
33231
33241
  templateproperties_contextprops: templateproperties_context,
33232
33242
  actions: actions
33233
33243
  }), templateproperties_context.showtextslider == 'Show' && /*#__PURE__*/React.createElement("div", {
33234
- "class": "col-lg-12 p-0"
33244
+ "class": "col-lg-12 p-0 d-md-none"
33235
33245
  }, /*#__PURE__*/React.createElement(MarqueeHeader, {
33236
33246
  sectionpropertiesprops: sectionproperties,
33237
33247
  templateproperties_contextprops: templateproperties_context,
@@ -69332,13 +69342,10 @@ var Classiccategorycard = function Classiccategorycard(props) {
69332
69342
  }, [props.cardinfoitemprops]);
69333
69343
  var card_cssstyles = {
69334
69344
  productcard: css({
69335
- minWidth: sectionproperties.image_width + 'px',
69336
- maxWidth: sectionproperties.image_width + 'px',
69345
+ width: '100%',
69337
69346
  position: 'relative',
69338
69347
  cursor: 'pointer',
69339
- // }),
69340
- // imagestyle: css({
69341
- height: sectionproperties.image_height + 'px',
69348
+ // height: sectionproperties.image_height + 'px',
69342
69349
  background: sectionproperties.image_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.image_bgcolor,
69343
69350
  borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
69344
69351
  borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
@@ -69375,7 +69382,20 @@ var Classiccategorycard = function Classiccategorycard(props) {
69375
69382
  })
69376
69383
  };
69377
69384
  return /*#__PURE__*/React.createElement("div", {
69378
- "class": props.sectiontypeprops2 == 'vertical' ? sectionproperties.image_height > 550 ? "".concat(card_cssstyles.productcard) + ' w-100 h-md-300 p-0 ' : "".concat(card_cssstyles.productcard) + ' w-100 p-0 ' : sectionproperties.image_height > 550 ? " ".concat(card_cssstyles.productcard, " ").concat(generalCardsStyles.Simpleproductcard) + ' h-md-300 p-0' : " ".concat(card_cssstyles.productcard, " ").concat(generalCardsStyles.Simpleproductcard) + ' p-0',
69385
+ // class={
69386
+ // props.sectiontypeprops2 == 'vertical'
69387
+ // ? sectionproperties.image_height > 550
69388
+ // ? `${card_cssstyles.productcard}` + ' w-100 h-md-300 p-0 '
69389
+ // : `${card_cssstyles.productcard}` + ' w-100 p-0 '
69390
+ // : sectionproperties.image_height > 550
69391
+ // ? ` ${card_cssstyles.productcard} ${generalCardsStyles.Simpleproductcard}` + ' h-md-300 p-0'
69392
+ // : ` ${card_cssstyles.productcard} ${generalCardsStyles.Simpleproductcard}` + ' p-0'
69393
+ // }
69394
+ // style={{
69395
+ // paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
69396
+ // paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px',
69397
+ // }}
69398
+ "class": props.sectiontypeprops2 == 'vertical' ? "".concat(card_cssstyles.productcard) + ' w-100 ' : "".concat(card_cssstyles.productcard),
69379
69399
  style: {
69380
69400
  paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
69381
69401
  paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px'
@@ -69391,13 +69411,15 @@ var Classiccategorycard = function Classiccategorycard(props) {
69391
69411
  }
69392
69412
  }, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
69393
69413
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
69394
- publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
69395
- "class": sectionproperties.image_height > 550 ? 'h-md-300' : '',
69414
+ publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey
69415
+ // class={sectionproperties.image_height > 550 ? 'h-md-300' : ''}
69416
+ ,
69396
69417
  path: '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + item.image,
69397
69418
  style: {
69398
69419
  width: '100%',
69399
69420
  objectFit: sectionproperties.bgcovercontain == 'Contain' ? 'contain' : 'cover',
69400
- height: sectionproperties.image_height + 'px',
69421
+ // height: sectionproperties.image_height + 'px',
69422
+ height: '100%',
69401
69423
  borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
69402
69424
  borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
69403
69425
  borderTopLeftRadius: langdetect == 'en' ? sectionproperties.image_bordertopleftradius + 'px' : sectionproperties.image_bordertoprightradius + 'px',
@@ -74866,7 +74888,8 @@ var Simpleproductcard = function Simpleproductcard(props) {
74866
74888
  position: 'absolute',
74867
74889
  top: sectionproperties.pillpositionfromtop + 'px',
74868
74890
  left: langdetect == 'en' ? sectionproperties.pillpositionfromright + 'px' : '',
74869
- right: langdetect == 'en' ? '' : sectionproperties.pillpositionfromright + 'px'
74891
+ right: langdetect == 'en' ? '' : sectionproperties.pillpositionfromright + 'px',
74892
+ zIndex: 3
74870
74893
  }
74871
74894
  }, PillContainer()), (item === null || item === void 0 ? void 0 : item.producttags) != undefined && (item === null || item === void 0 || (_item$producttags = item.producttags) === null || _item$producttags === void 0 ? void 0 : _item$producttags.length) != 0 && sectionproperties.showtag == 'Show' && /*#__PURE__*/React.createElement("div", {
74872
74895
  "class": "allcentered",
package/dist/index.umd.js CHANGED
@@ -18147,6 +18147,8 @@
18147
18147
  bootstapclass = ' col-xl-12 p-0 col-lg-12 col-md-12 col-sm-12 d-flex justify-content-center p-0 ';
18148
18148
  } else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage') {
18149
18149
  bootstapclass = ' col-xl-12 p-0 col-lg-12 col-md-4 col-sm-12 d-flex justify-content-center p-0 ';
18150
+ } else if (item.tabexsectioninfo.sectioncompname == 'Classiccategorycard') {
18151
+ bootstapclass = ' col-xl-12 p-0 col-lg-12 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
18150
18152
  } else {
18151
18153
  bootstapclass = ' col-xl-12 p-0 col-lg-12 col-md-6 col-sm-12 d-flex justify-content-center p-0 ';
18152
18154
  }
@@ -18175,6 +18177,8 @@
18175
18177
  bootstapclass = ' col-xl-6 p-0 col-lg-6 col-md-12 col-sm-12 d-flex justify-content-center p-0';
18176
18178
  } else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage') {
18177
18179
  bootstapclass = ' col-xl-6 p-0 col-lg-6 col-md-4 col-sm-12 d-flex justify-content-center p-0 ';
18180
+ } else if (item.tabexsectioninfo.sectioncompname == 'Classiccategorycard') {
18181
+ bootstapclass = ' col-xl-6 p-0 col-lg-6 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
18178
18182
  } else {
18179
18183
  bootstapclass = ' col-xl-6 p-0 col-lg-6 col-md-6 col-sm-6 d-flex justify-content-center p-0';
18180
18184
  }
@@ -18203,6 +18207,8 @@
18203
18207
  bootstapclass = ' col-xl-4 p-0 col-lg-4 col-md-12 col-sm-12 d-flex justify-content-center p-0';
18204
18208
  } else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage') {
18205
18209
  bootstapclass = ' col-xl-4 p-0 col-lg-4 col-md-4 col-sm-12 d-flex justify-content-center p-0 ';
18210
+ } else if (item.tabexsectioninfo.sectioncompname == 'Classiccategorycard') {
18211
+ bootstapclass = ' col-xl-4 p-0 col-lg-4 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
18206
18212
  } else {
18207
18213
  bootstapclass = ' col-xl-4 col-lg-4 col-md-6 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
18208
18214
  }
@@ -18229,6 +18235,8 @@
18229
18235
  bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-12 col-sm-12 d-flex justify-content-center p-0';
18230
18236
  } else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage') {
18231
18237
  bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-12 d-flex justify-content-center p-0 ';
18238
+ } else if (item.tabexsectioninfo.sectioncompname == 'Classiccategorycard') {
18239
+ bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
18232
18240
  } else {
18233
18241
  bootstapclass = ' col-xl-3 col-lg-4 col-md-4 p-0 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
18234
18242
  }
@@ -18284,6 +18292,8 @@
18284
18292
  bootstapclass = ' col-xl-2 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ';
18285
18293
  } else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage') {
18286
18294
  bootstapclass = ' col-xl-2 p-0 col-lg-2 col-md-4 col-sm-12 d-flex justify-content-center p-0 ';
18295
+ } else if (item.tabexsectioninfo.sectioncompname == 'Classiccategorycard') {
18296
+ bootstapclass = ' col-xl-2 p-0 col-lg-3 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
18287
18297
  } else {
18288
18298
  bootstapclass = ' col-xl-2 col-lg-4 col-md-6 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
18289
18299
  }
@@ -33104,7 +33114,7 @@
33104
33114
  templateproperties_contextprops: templateproperties_context,
33105
33115
  actions: actions
33106
33116
  }), templateproperties_context.showtextslider == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
33107
- "class": "col-lg-12 p-0"
33117
+ "class": "col-lg-12 p-0 d-md-none"
33108
33118
  }, /*#__PURE__*/React__default["default"].createElement(MarqueeHeader, {
33109
33119
  sectionpropertiesprops: sectionproperties,
33110
33120
  templateproperties_contextprops: templateproperties_context,
@@ -69205,13 +69215,10 @@
69205
69215
  }, [props.cardinfoitemprops]);
69206
69216
  var card_cssstyles = {
69207
69217
  productcard: glamor.css({
69208
- minWidth: sectionproperties.image_width + 'px',
69209
- maxWidth: sectionproperties.image_width + 'px',
69218
+ width: '100%',
69210
69219
  position: 'relative',
69211
69220
  cursor: 'pointer',
69212
- // }),
69213
- // imagestyle: css({
69214
- height: sectionproperties.image_height + 'px',
69221
+ // height: sectionproperties.image_height + 'px',
69215
69222
  background: sectionproperties.image_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.image_bgcolor,
69216
69223
  borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
69217
69224
  borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
@@ -69248,7 +69255,20 @@
69248
69255
  })
69249
69256
  };
69250
69257
  return /*#__PURE__*/React__default["default"].createElement("div", {
69251
- "class": props.sectiontypeprops2 == 'vertical' ? sectionproperties.image_height > 550 ? "".concat(card_cssstyles.productcard) + ' w-100 h-md-300 p-0 ' : "".concat(card_cssstyles.productcard) + ' w-100 p-0 ' : sectionproperties.image_height > 550 ? " ".concat(card_cssstyles.productcard, " ").concat(generalCardsStyles.Simpleproductcard) + ' h-md-300 p-0' : " ".concat(card_cssstyles.productcard, " ").concat(generalCardsStyles.Simpleproductcard) + ' p-0',
69258
+ // class={
69259
+ // props.sectiontypeprops2 == 'vertical'
69260
+ // ? sectionproperties.image_height > 550
69261
+ // ? `${card_cssstyles.productcard}` + ' w-100 h-md-300 p-0 '
69262
+ // : `${card_cssstyles.productcard}` + ' w-100 p-0 '
69263
+ // : sectionproperties.image_height > 550
69264
+ // ? ` ${card_cssstyles.productcard} ${generalCardsStyles.Simpleproductcard}` + ' h-md-300 p-0'
69265
+ // : ` ${card_cssstyles.productcard} ${generalCardsStyles.Simpleproductcard}` + ' p-0'
69266
+ // }
69267
+ // style={{
69268
+ // paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
69269
+ // paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px',
69270
+ // }}
69271
+ "class": props.sectiontypeprops2 == 'vertical' ? "".concat(card_cssstyles.productcard) + ' w-100 ' : "".concat(card_cssstyles.productcard),
69252
69272
  style: {
69253
69273
  paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
69254
69274
  paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px'
@@ -69264,13 +69284,15 @@
69264
69284
  }
69265
69285
  }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
69266
69286
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
69267
- publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
69268
- "class": sectionproperties.image_height > 550 ? 'h-md-300' : '',
69287
+ publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey
69288
+ // class={sectionproperties.image_height > 550 ? 'h-md-300' : ''}
69289
+ ,
69269
69290
  path: '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + item.image,
69270
69291
  style: {
69271
69292
  width: '100%',
69272
69293
  objectFit: sectionproperties.bgcovercontain == 'Contain' ? 'contain' : 'cover',
69273
- height: sectionproperties.image_height + 'px',
69294
+ // height: sectionproperties.image_height + 'px',
69295
+ height: '100%',
69274
69296
  borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
69275
69297
  borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
69276
69298
  borderTopLeftRadius: langdetect == 'en' ? sectionproperties.image_bordertopleftradius + 'px' : sectionproperties.image_bordertoprightradius + 'px',
@@ -74739,7 +74761,8 @@
74739
74761
  position: 'absolute',
74740
74762
  top: sectionproperties.pillpositionfromtop + 'px',
74741
74763
  left: langdetect == 'en' ? sectionproperties.pillpositionfromright + 'px' : '',
74742
- right: langdetect == 'en' ? '' : sectionproperties.pillpositionfromright + 'px'
74764
+ right: langdetect == 'en' ? '' : sectionproperties.pillpositionfromright + 'px',
74765
+ zIndex: 3
74743
74766
  }
74744
74767
  }, PillContainer()), (item === null || item === void 0 ? void 0 : item.producttags) != undefined && (item === null || item === void 0 || (_item$producttags = item.producttags) === null || _item$producttags === void 0 ? void 0 : _item$producttags.length) != 0 && sectionproperties.showtag == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
74745
74768
  "class": "allcentered",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.577",
3
+ "version": "0.0.578",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {