tabexseriescomponents 0.2.829 → 0.2.830

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
@@ -69225,7 +69225,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
69225
69225
  objectFit: 'contain'
69226
69226
  }
69227
69227
  }))), /*#__PURE__*/React__default["default"].createElement("div", {
69228
- "class": sectionStyles.icontxtcont + ' row m-0 w-100 allcentered px-5 ',
69228
+ "class": sectionStyles.icontxtcont + ' row m-0 w-100 allcentered ',
69229
69229
  style: {}
69230
69230
  }, sectionproperties.showrating == 'Show' && cardinfoitem.ratingnumber != null && /*#__PURE__*/React__default["default"].createElement("div", {
69231
69231
  "class": "col-lg-12 allcentered p-0 mb-1"
package/dist/index.esm.js CHANGED
@@ -69177,7 +69177,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
69177
69177
  objectFit: 'contain'
69178
69178
  }
69179
69179
  }))), /*#__PURE__*/React.createElement("div", {
69180
- "class": sectionStyles.icontxtcont + ' row m-0 w-100 allcentered px-5 ',
69180
+ "class": sectionStyles.icontxtcont + ' row m-0 w-100 allcentered ',
69181
69181
  style: {}
69182
69182
  }, sectionproperties.showrating == 'Show' && cardinfoitem.ratingnumber != null && /*#__PURE__*/React.createElement("div", {
69183
69183
  "class": "col-lg-12 allcentered p-0 mb-1"
package/dist/index.umd.js CHANGED
@@ -69038,7 +69038,7 @@
69038
69038
  objectFit: 'contain'
69039
69039
  }
69040
69040
  }))), /*#__PURE__*/React__default["default"].createElement("div", {
69041
- "class": sectionStyles.icontxtcont + ' row m-0 w-100 allcentered px-5 ',
69041
+ "class": sectionStyles.icontxtcont + ' row m-0 w-100 allcentered ',
69042
69042
  style: {}
69043
69043
  }, sectionproperties.showrating == 'Show' && cardinfoitem.ratingnumber != null && /*#__PURE__*/React__default["default"].createElement("div", {
69044
69044
  "class": "col-lg-12 allcentered p-0 mb-1"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.2.829",
3
+ "version": "0.2.830",
4
4
  "type": "module",
5
5
  "description": "your description",
6
6
  "main": "dist/index.cjs.js",