tabexseriescomponents 0.0.599 → 0.0.600

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
@@ -59357,7 +59357,7 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
59357
59357
  }, /*#__PURE__*/React__default["default"].createElement("div", {
59358
59358
  "class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
59359
59359
  }, /*#__PURE__*/React__default["default"].createElement("div", {
59360
- "class": "col-lg-12 pl-0 pr-0 d-flex justify-content-md-center",
59360
+ "class": sectionproperties.sectionstyleresponsive == 'Image above text' ? 'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center mt-md-4' : 'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center',
59361
59361
  style: {
59362
59362
  justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
59363
59363
  marginBottom: sectionproperties.sectionTitleMarginBottom + 'px',
@@ -59432,7 +59432,7 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
59432
59432
  })), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
59433
59433
  "class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 p-0 allcentered' : 'col-lg-12 p-0 text-start justify-content-md-center'
59434
59434
  }, /*#__PURE__*/React__default["default"].createElement("button", {
59435
- "class": "".concat(section_styles.btn),
59435
+ "class": "".concat(section_styles.btn) + ' m-md-0 ',
59436
59436
  onClick: function onClick() {
59437
59437
  if (sectionproperties.btntype == 'WhatsApp') {
59438
59438
  var _authdetailsContext$i;
package/dist/index.esm.js CHANGED
@@ -59308,7 +59308,7 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
59308
59308
  }, /*#__PURE__*/React.createElement("div", {
59309
59309
  "class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
59310
59310
  }, /*#__PURE__*/React.createElement("div", {
59311
- "class": "col-lg-12 pl-0 pr-0 d-flex justify-content-md-center",
59311
+ "class": sectionproperties.sectionstyleresponsive == 'Image above text' ? 'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center mt-md-4' : 'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center',
59312
59312
  style: {
59313
59313
  justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
59314
59314
  marginBottom: sectionproperties.sectionTitleMarginBottom + 'px',
@@ -59383,7 +59383,7 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
59383
59383
  })), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
59384
59384
  "class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 p-0 allcentered' : 'col-lg-12 p-0 text-start justify-content-md-center'
59385
59385
  }, /*#__PURE__*/React.createElement("button", {
59386
- "class": "".concat(section_styles.btn),
59386
+ "class": "".concat(section_styles.btn) + ' m-md-0 ',
59387
59387
  onClick: function onClick() {
59388
59388
  if (sectionproperties.btntype == 'WhatsApp') {
59389
59389
  var _authdetailsContext$i;
package/dist/index.umd.js CHANGED
@@ -59181,7 +59181,7 @@
59181
59181
  }, /*#__PURE__*/React__default["default"].createElement("div", {
59182
59182
  "class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
59183
59183
  }, /*#__PURE__*/React__default["default"].createElement("div", {
59184
- "class": "col-lg-12 pl-0 pr-0 d-flex justify-content-md-center",
59184
+ "class": sectionproperties.sectionstyleresponsive == 'Image above text' ? 'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center mt-md-4' : 'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center',
59185
59185
  style: {
59186
59186
  justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
59187
59187
  marginBottom: sectionproperties.sectionTitleMarginBottom + 'px',
@@ -59256,7 +59256,7 @@
59256
59256
  })), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
59257
59257
  "class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 p-0 allcentered' : 'col-lg-12 p-0 text-start justify-content-md-center'
59258
59258
  }, /*#__PURE__*/React__default["default"].createElement("button", {
59259
- "class": "".concat(section_styles.btn),
59259
+ "class": "".concat(section_styles.btn) + ' m-md-0 ',
59260
59260
  onClick: function onClick() {
59261
59261
  if (sectionproperties.btntype == 'WhatsApp') {
59262
59262
  var _authdetailsContext$i;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.599",
3
+ "version": "0.0.600",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {