tabexseriescomponents 0.0.535 → 0.0.537

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
@@ -59701,7 +59701,7 @@ var Slideshowslide = function Slideshowslide(props) {
59701
59701
  color: sectionproperties.generalbtn_textColoronhover
59702
59702
  },
59703
59703
  '@media (max-width: 800px)': {
59704
- Width: sectionproperties.widthresp + 'px',
59704
+ width: sectionproperties.widthresp + 'px',
59705
59705
  height: sectionproperties.heightresponsive + 'px'
59706
59706
  }
59707
59707
  }),
@@ -62288,7 +62288,7 @@ var ThreeSectionsWithSlideshow = function ThreeSectionsWithSlideshow(props) {
62288
62288
  })))))))));
62289
62289
  };
62290
62290
  return /*#__PURE__*/React__default["default"].createElement("div", {
62291
- "class": sectionproperties.collectionssectionshow == 'Show' ? 'row ml-0 mr-0 w-100 d-flex justify-content-center px-1025-1 pl-md-2 pr-md-2' : sectionproperties.width == '100' ? 'row ml-0 mr-0 w-100 d-flex justify-content-center' : 'row ml-0 mr-0 w-100 d-flex justify-content-center px-1025-1 pl-md-2 pr-md-2',
62291
+ "class": sectionproperties.collectionssectionshow == 'Show' ? 'row ml-0 mr-0 w-100 d-flex justify-content-center px-1025-1 pl-md-2 pr-md-2' : sectionproperties.width == '100' ? 'row ml-0 mr-0 w-100 d-flex justify-content-center px-md-3' : 'row ml-0 mr-0 w-100 d-flex justify-content-center px-1025-1 pl-md-2 pr-md-2',
62292
62292
  style: {
62293
62293
  paddingBottom: sectionproperties.marginBottom + 'px',
62294
62294
  paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
package/dist/index.esm.js CHANGED
@@ -59652,7 +59652,7 @@ var Slideshowslide = function Slideshowslide(props) {
59652
59652
  color: sectionproperties.generalbtn_textColoronhover
59653
59653
  },
59654
59654
  '@media (max-width: 800px)': {
59655
- Width: sectionproperties.widthresp + 'px',
59655
+ width: sectionproperties.widthresp + 'px',
59656
59656
  height: sectionproperties.heightresponsive + 'px'
59657
59657
  }
59658
59658
  }),
@@ -62239,7 +62239,7 @@ var ThreeSectionsWithSlideshow = function ThreeSectionsWithSlideshow(props) {
62239
62239
  })))))))));
62240
62240
  };
62241
62241
  return /*#__PURE__*/React.createElement("div", {
62242
- "class": sectionproperties.collectionssectionshow == 'Show' ? 'row ml-0 mr-0 w-100 d-flex justify-content-center px-1025-1 pl-md-2 pr-md-2' : sectionproperties.width == '100' ? 'row ml-0 mr-0 w-100 d-flex justify-content-center' : 'row ml-0 mr-0 w-100 d-flex justify-content-center px-1025-1 pl-md-2 pr-md-2',
62242
+ "class": sectionproperties.collectionssectionshow == 'Show' ? 'row ml-0 mr-0 w-100 d-flex justify-content-center px-1025-1 pl-md-2 pr-md-2' : sectionproperties.width == '100' ? 'row ml-0 mr-0 w-100 d-flex justify-content-center px-md-3' : 'row ml-0 mr-0 w-100 d-flex justify-content-center px-1025-1 pl-md-2 pr-md-2',
62243
62243
  style: {
62244
62244
  paddingBottom: sectionproperties.marginBottom + 'px',
62245
62245
  paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
package/dist/index.umd.js CHANGED
@@ -59527,7 +59527,7 @@
59527
59527
  color: sectionproperties.generalbtn_textColoronhover
59528
59528
  },
59529
59529
  '@media (max-width: 800px)': {
59530
- Width: sectionproperties.widthresp + 'px',
59530
+ width: sectionproperties.widthresp + 'px',
59531
59531
  height: sectionproperties.heightresponsive + 'px'
59532
59532
  }
59533
59533
  }),
@@ -62114,7 +62114,7 @@
62114
62114
  })))))))));
62115
62115
  };
62116
62116
  return /*#__PURE__*/React__default["default"].createElement("div", {
62117
- "class": sectionproperties.collectionssectionshow == 'Show' ? 'row ml-0 mr-0 w-100 d-flex justify-content-center px-1025-1 pl-md-2 pr-md-2' : sectionproperties.width == '100' ? 'row ml-0 mr-0 w-100 d-flex justify-content-center' : 'row ml-0 mr-0 w-100 d-flex justify-content-center px-1025-1 pl-md-2 pr-md-2',
62117
+ "class": sectionproperties.collectionssectionshow == 'Show' ? 'row ml-0 mr-0 w-100 d-flex justify-content-center px-1025-1 pl-md-2 pr-md-2' : sectionproperties.width == '100' ? 'row ml-0 mr-0 w-100 d-flex justify-content-center px-md-3' : 'row ml-0 mr-0 w-100 d-flex justify-content-center px-1025-1 pl-md-2 pr-md-2',
62118
62118
  style: {
62119
62119
  paddingBottom: sectionproperties.marginBottom + 'px',
62120
62120
  paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.535",
3
+ "version": "0.0.537",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {