tabexseriescomponents 0.0.241 → 0.0.242

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
@@ -10914,9 +10914,9 @@ var CardsSection = function CardsSection(props) {
10914
10914
  if (item.sectionstructype == 'child' && TabexSectionsComponentsContext[item.tabexsectioninfo.sectioncompname] != undefined) {
10915
10915
  var Sectioncomp = TabexSectionsComponentsContext[item.tabexsectioninfo.sectioncompname];
10916
10916
  return /*#__PURE__*/React__default["default"].createElement("div", {
10917
- className: section_cssstyles.cards_sections + ' row ml-0 mr-0 w-100 p-md-0 px-1025-1 '
10917
+ className: section_cssstyles.cards_sections + ' row ml-0 mr-0 w-100 px-1025-1 pl-md-0 pr-md-0 '
10918
10918
  }, sectionproperties.view_as_slider_vertical == 'Slider (Horizontal)' && /*#__PURE__*/React__default["default"].createElement("div", {
10919
- "class": langdetect == 'en' ? sectionproperties.paddingLeft != 0 ? 'col-lg-12 p-0 pl-sm-2' : 'col-lg-12 p-0 ' : sectionproperties.paddingRight != 0 ? 'col-lg-12 p-0 pr-sm-2' : 'col-lg-12 p-0 '
10919
+ "class": langdetect == 'en' ? sectionproperties.paddingLeft != 0 ? 'col-lg-12 p-0 pl-sm-2 pl-md-2' : sectionproperties.paddingRight != 0 ? 'col-lg-12 p-0 pr-md-2' : 'col-lg-12 p-0 ' : sectionproperties.paddingRight != 0 ? 'col-lg-12 p-0 pr-sm-2 pr-md-2' : sectionproperties.paddingLeft != 0 ? 'col-lg-12 p-0 pl-md-2' : 'col-lg-12 p-0 '
10920
10920
  }, /*#__PURE__*/React__default["default"].createElement(reactHorizontalScrollingMenu.ScrollMenu, {
10921
10921
  transitionBehavior: 'auto',
10922
10922
  wrapperClassName: '',
@@ -40400,7 +40400,7 @@ var Slideshowzoom = function Slideshowzoom(props) {
40400
40400
  height: sectionproperties.bgcovercontain == 'Cover' ? sectionproperties.height + 'vh' : 'auto'
40401
40401
  }
40402
40402
  }, /*#__PURE__*/React__default["default"].createElement("div", {
40403
- "class": cardarrayofobjs.length != 0 ? '' : 'h-md-auto h-sm-auto',
40403
+ "class": cardarrayofobjs.length != 0 ? '' : sectionproperties.width == '100' ? 'h-sm-auto' : 'h-sm-auto pl-sm-2 pr-sm-2 w-sm-100',
40404
40404
  style: {
40405
40405
  position: 'relative',
40406
40406
  borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
@@ -40408,8 +40408,6 @@ var Slideshowzoom = function Slideshowzoom(props) {
40408
40408
  borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
40409
40409
  borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
40410
40410
  width: sectionproperties.width + 'vw',
40411
- marginBottom: sectionproperties.marginBottom + 'px',
40412
- marginTop: sectionproperties.marginTop + 'px',
40413
40411
  height: sectionproperties.bgcovercontain == 'Cover' ? sectionproperties.height + 'vh' : 'auto',
40414
40412
  overflow: 'hidden'
40415
40413
  }
@@ -40429,7 +40427,7 @@ var Slideshowzoom = function Slideshowzoom(props) {
40429
40427
  height: sectionproperties.bgcovercontain == 'Cover' ? sectionproperties.height + 'vh' : 'auto'
40430
40428
  }
40431
40429
  }, /*#__PURE__*/React__default["default"].createElement("div", {
40432
- "class": slideshow_styles.slideshow_styles + ' p-0 align-items-center d-flex d-md-none ',
40430
+ "class": ' p-0 align-items-center d-flex d-md-none ',
40433
40431
  key: index,
40434
40432
  style: {
40435
40433
  cursor: item.IsClickableimg == 'Yes' ? 'pointer' : 'default',
@@ -40465,7 +40463,7 @@ var Slideshowzoom = function Slideshowzoom(props) {
40465
40463
  height: '100%'
40466
40464
  }
40467
40465
  }), SlideShowTextContainer(item)), /*#__PURE__*/React__default["default"].createElement("div", {
40468
- "class": slideshow_styles.beforebg + ' p-0 align-items-center d-none d-md-flex ',
40466
+ "class": ' p-0 align-items-center d-none d-md-flex ',
40469
40467
  key: index,
40470
40468
  style: {
40471
40469
  cursor: item.IsClickableimg == 'Yes' ? 'pointer' : 'default',
@@ -44659,7 +44657,7 @@ var Card23 = function Card23(props) {
44659
44657
  }, '-' + Math.round(10.0 * ((parseInt(item.defaultprice) - parseInt(item.defaultsaleprice)) / parseInt(item.defaultprice)) * 100) / 10.0 + '%')));
44660
44658
  };
44661
44659
  return /*#__PURE__*/React__default["default"].createElement("div", {
44662
- "class": "row m-0 w-100 pl-sm-2 pr-sm-2",
44660
+ "class": langdetect == 'en' ? sectionproperties.card_marginLeft != 0 ? 'row m-0 w-100 pl-sm-2' : sectionproperties.card_marginRight != 0 ? 'row m-0 w-100 pr-sm-2' : 'row m-0 w-100' : langdetect == 'en' ? sectionproperties.card_marginRight != 0 ? 'row m-0 w-100 pr-sm-2' : sectionproperties.card_marginLeft != 0 ? 'row m-0 w-100 pl-sm-2' : 'row m-0 w-100' : 'row m-0 w-100',
44663
44661
  style: {
44664
44662
  paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
44665
44663
  paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px'
package/dist/index.esm.js CHANGED
@@ -10870,9 +10870,9 @@ var CardsSection = function CardsSection(props) {
10870
10870
  if (item.sectionstructype == 'child' && TabexSectionsComponentsContext[item.tabexsectioninfo.sectioncompname] != undefined) {
10871
10871
  var Sectioncomp = TabexSectionsComponentsContext[item.tabexsectioninfo.sectioncompname];
10872
10872
  return /*#__PURE__*/React.createElement("div", {
10873
- className: section_cssstyles.cards_sections + ' row ml-0 mr-0 w-100 p-md-0 px-1025-1 '
10873
+ className: section_cssstyles.cards_sections + ' row ml-0 mr-0 w-100 px-1025-1 pl-md-0 pr-md-0 '
10874
10874
  }, sectionproperties.view_as_slider_vertical == 'Slider (Horizontal)' && /*#__PURE__*/React.createElement("div", {
10875
- "class": langdetect == 'en' ? sectionproperties.paddingLeft != 0 ? 'col-lg-12 p-0 pl-sm-2' : 'col-lg-12 p-0 ' : sectionproperties.paddingRight != 0 ? 'col-lg-12 p-0 pr-sm-2' : 'col-lg-12 p-0 '
10875
+ "class": langdetect == 'en' ? sectionproperties.paddingLeft != 0 ? 'col-lg-12 p-0 pl-sm-2 pl-md-2' : sectionproperties.paddingRight != 0 ? 'col-lg-12 p-0 pr-md-2' : 'col-lg-12 p-0 ' : sectionproperties.paddingRight != 0 ? 'col-lg-12 p-0 pr-sm-2 pr-md-2' : sectionproperties.paddingLeft != 0 ? 'col-lg-12 p-0 pl-md-2' : 'col-lg-12 p-0 '
10876
10876
  }, /*#__PURE__*/React.createElement(ScrollMenu, {
10877
10877
  transitionBehavior: 'auto',
10878
10878
  wrapperClassName: '',
@@ -40356,7 +40356,7 @@ var Slideshowzoom = function Slideshowzoom(props) {
40356
40356
  height: sectionproperties.bgcovercontain == 'Cover' ? sectionproperties.height + 'vh' : 'auto'
40357
40357
  }
40358
40358
  }, /*#__PURE__*/React.createElement("div", {
40359
- "class": cardarrayofobjs.length != 0 ? '' : 'h-md-auto h-sm-auto',
40359
+ "class": cardarrayofobjs.length != 0 ? '' : sectionproperties.width == '100' ? 'h-sm-auto' : 'h-sm-auto pl-sm-2 pr-sm-2 w-sm-100',
40360
40360
  style: {
40361
40361
  position: 'relative',
40362
40362
  borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
@@ -40364,8 +40364,6 @@ var Slideshowzoom = function Slideshowzoom(props) {
40364
40364
  borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
40365
40365
  borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
40366
40366
  width: sectionproperties.width + 'vw',
40367
- marginBottom: sectionproperties.marginBottom + 'px',
40368
- marginTop: sectionproperties.marginTop + 'px',
40369
40367
  height: sectionproperties.bgcovercontain == 'Cover' ? sectionproperties.height + 'vh' : 'auto',
40370
40368
  overflow: 'hidden'
40371
40369
  }
@@ -40385,7 +40383,7 @@ var Slideshowzoom = function Slideshowzoom(props) {
40385
40383
  height: sectionproperties.bgcovercontain == 'Cover' ? sectionproperties.height + 'vh' : 'auto'
40386
40384
  }
40387
40385
  }, /*#__PURE__*/React.createElement("div", {
40388
- "class": slideshow_styles.slideshow_styles + ' p-0 align-items-center d-flex d-md-none ',
40386
+ "class": ' p-0 align-items-center d-flex d-md-none ',
40389
40387
  key: index,
40390
40388
  style: {
40391
40389
  cursor: item.IsClickableimg == 'Yes' ? 'pointer' : 'default',
@@ -40421,7 +40419,7 @@ var Slideshowzoom = function Slideshowzoom(props) {
40421
40419
  height: '100%'
40422
40420
  }
40423
40421
  }), SlideShowTextContainer(item)), /*#__PURE__*/React.createElement("div", {
40424
- "class": slideshow_styles.beforebg + ' p-0 align-items-center d-none d-md-flex ',
40422
+ "class": ' p-0 align-items-center d-none d-md-flex ',
40425
40423
  key: index,
40426
40424
  style: {
40427
40425
  cursor: item.IsClickableimg == 'Yes' ? 'pointer' : 'default',
@@ -44615,7 +44613,7 @@ var Card23 = function Card23(props) {
44615
44613
  }, '-' + Math.round(10.0 * ((parseInt(item.defaultprice) - parseInt(item.defaultsaleprice)) / parseInt(item.defaultprice)) * 100) / 10.0 + '%')));
44616
44614
  };
44617
44615
  return /*#__PURE__*/React.createElement("div", {
44618
- "class": "row m-0 w-100 pl-sm-2 pr-sm-2",
44616
+ "class": langdetect == 'en' ? sectionproperties.card_marginLeft != 0 ? 'row m-0 w-100 pl-sm-2' : sectionproperties.card_marginRight != 0 ? 'row m-0 w-100 pr-sm-2' : 'row m-0 w-100' : langdetect == 'en' ? sectionproperties.card_marginRight != 0 ? 'row m-0 w-100 pr-sm-2' : sectionproperties.card_marginLeft != 0 ? 'row m-0 w-100 pl-sm-2' : 'row m-0 w-100' : 'row m-0 w-100',
44619
44617
  style: {
44620
44618
  paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
44621
44619
  paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px'
package/dist/index.umd.js CHANGED
@@ -10771,9 +10771,9 @@
10771
10771
  if (item.sectionstructype == 'child' && TabexSectionsComponentsContext[item.tabexsectioninfo.sectioncompname] != undefined) {
10772
10772
  var Sectioncomp = TabexSectionsComponentsContext[item.tabexsectioninfo.sectioncompname];
10773
10773
  return /*#__PURE__*/React__default["default"].createElement("div", {
10774
- className: section_cssstyles.cards_sections + ' row ml-0 mr-0 w-100 p-md-0 px-1025-1 '
10774
+ className: section_cssstyles.cards_sections + ' row ml-0 mr-0 w-100 px-1025-1 pl-md-0 pr-md-0 '
10775
10775
  }, sectionproperties.view_as_slider_vertical == 'Slider (Horizontal)' && /*#__PURE__*/React__default["default"].createElement("div", {
10776
- "class": langdetect == 'en' ? sectionproperties.paddingLeft != 0 ? 'col-lg-12 p-0 pl-sm-2' : 'col-lg-12 p-0 ' : sectionproperties.paddingRight != 0 ? 'col-lg-12 p-0 pr-sm-2' : 'col-lg-12 p-0 '
10776
+ "class": langdetect == 'en' ? sectionproperties.paddingLeft != 0 ? 'col-lg-12 p-0 pl-sm-2 pl-md-2' : sectionproperties.paddingRight != 0 ? 'col-lg-12 p-0 pr-md-2' : 'col-lg-12 p-0 ' : sectionproperties.paddingRight != 0 ? 'col-lg-12 p-0 pr-sm-2 pr-md-2' : sectionproperties.paddingLeft != 0 ? 'col-lg-12 p-0 pl-md-2' : 'col-lg-12 p-0 '
10777
10777
  }, /*#__PURE__*/React__default["default"].createElement(reactHorizontalScrollingMenu.ScrollMenu, {
10778
10778
  transitionBehavior: 'auto',
10779
10779
  wrapperClassName: '',
@@ -40257,7 +40257,7 @@
40257
40257
  height: sectionproperties.bgcovercontain == 'Cover' ? sectionproperties.height + 'vh' : 'auto'
40258
40258
  }
40259
40259
  }, /*#__PURE__*/React__default["default"].createElement("div", {
40260
- "class": cardarrayofobjs.length != 0 ? '' : 'h-md-auto h-sm-auto',
40260
+ "class": cardarrayofobjs.length != 0 ? '' : sectionproperties.width == '100' ? 'h-sm-auto' : 'h-sm-auto pl-sm-2 pr-sm-2 w-sm-100',
40261
40261
  style: {
40262
40262
  position: 'relative',
40263
40263
  borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
@@ -40265,8 +40265,6 @@
40265
40265
  borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
40266
40266
  borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
40267
40267
  width: sectionproperties.width + 'vw',
40268
- marginBottom: sectionproperties.marginBottom + 'px',
40269
- marginTop: sectionproperties.marginTop + 'px',
40270
40268
  height: sectionproperties.bgcovercontain == 'Cover' ? sectionproperties.height + 'vh' : 'auto',
40271
40269
  overflow: 'hidden'
40272
40270
  }
@@ -40286,7 +40284,7 @@
40286
40284
  height: sectionproperties.bgcovercontain == 'Cover' ? sectionproperties.height + 'vh' : 'auto'
40287
40285
  }
40288
40286
  }, /*#__PURE__*/React__default["default"].createElement("div", {
40289
- "class": slideshow_styles.slideshow_styles + ' p-0 align-items-center d-flex d-md-none ',
40287
+ "class": ' p-0 align-items-center d-flex d-md-none ',
40290
40288
  key: index,
40291
40289
  style: {
40292
40290
  cursor: item.IsClickableimg == 'Yes' ? 'pointer' : 'default',
@@ -40322,7 +40320,7 @@
40322
40320
  height: '100%'
40323
40321
  }
40324
40322
  }), SlideShowTextContainer(item)), /*#__PURE__*/React__default["default"].createElement("div", {
40325
- "class": slideshow_styles.beforebg + ' p-0 align-items-center d-none d-md-flex ',
40323
+ "class": ' p-0 align-items-center d-none d-md-flex ',
40326
40324
  key: index,
40327
40325
  style: {
40328
40326
  cursor: item.IsClickableimg == 'Yes' ? 'pointer' : 'default',
@@ -44516,7 +44514,7 @@
44516
44514
  }, '-' + Math.round(10.0 * ((parseInt(item.defaultprice) - parseInt(item.defaultsaleprice)) / parseInt(item.defaultprice)) * 100) / 10.0 + '%')));
44517
44515
  };
44518
44516
  return /*#__PURE__*/React__default["default"].createElement("div", {
44519
- "class": "row m-0 w-100 pl-sm-2 pr-sm-2",
44517
+ "class": langdetect == 'en' ? sectionproperties.card_marginLeft != 0 ? 'row m-0 w-100 pl-sm-2' : sectionproperties.card_marginRight != 0 ? 'row m-0 w-100 pr-sm-2' : 'row m-0 w-100' : langdetect == 'en' ? sectionproperties.card_marginRight != 0 ? 'row m-0 w-100 pr-sm-2' : sectionproperties.card_marginLeft != 0 ? 'row m-0 w-100 pl-sm-2' : 'row m-0 w-100' : 'row m-0 w-100',
44520
44518
  style: {
44521
44519
  paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
44522
44520
  paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.241",
3
+ "version": "0.0.242",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {