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 +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
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,
|