tabexseriescomponents 0.0.510 → 0.0.511

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
@@ -74580,7 +74580,7 @@ var QuantityButtonBasedProductCard = function QuantityButtonBasedProductCard(pro
74580
74580
  style: {
74581
74581
  zIndex: 1,
74582
74582
  marginBottom: sectionproperties.image_mb + 'px',
74583
- height: sectionproperties.height_responsive == 0 ? 'auto' : sectionproperties.height_responsive
74583
+ height: sectionproperties.height_responsive == 0 ? 'auto' : sectionproperties.height_responsive + 'px'
74584
74584
  }
74585
74585
  }, item.image != '' && /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
74586
74586
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
package/dist/index.esm.js CHANGED
@@ -74531,7 +74531,7 @@ var QuantityButtonBasedProductCard = function QuantityButtonBasedProductCard(pro
74531
74531
  style: {
74532
74532
  zIndex: 1,
74533
74533
  marginBottom: sectionproperties.image_mb + 'px',
74534
- height: sectionproperties.height_responsive == 0 ? 'auto' : sectionproperties.height_responsive
74534
+ height: sectionproperties.height_responsive == 0 ? 'auto' : sectionproperties.height_responsive + 'px'
74535
74535
  }
74536
74536
  }, item.image != '' && /*#__PURE__*/React.createElement(Imagekitimagecomp, {
74537
74537
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
package/dist/index.umd.js CHANGED
@@ -74406,7 +74406,7 @@
74406
74406
  style: {
74407
74407
  zIndex: 1,
74408
74408
  marginBottom: sectionproperties.image_mb + 'px',
74409
- height: sectionproperties.height_responsive == 0 ? 'auto' : sectionproperties.height_responsive
74409
+ height: sectionproperties.height_responsive == 0 ? 'auto' : sectionproperties.height_responsive + 'px'
74410
74410
  }
74411
74411
  }, item.image != '' && /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
74412
74412
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.510",
3
+ "version": "0.0.511",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {