@thecb/components 4.2.8-beta.1 → 4.2.8-beta.2
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
|
@@ -21282,7 +21282,7 @@ var Jumbo = function Jumbo(_ref) {
|
|
|
21282
21282
|
childGap: "0.25rem"
|
|
21283
21283
|
}, /*#__PURE__*/React__default.createElement(Cluster, {
|
|
21284
21284
|
minHeight: "100%",
|
|
21285
|
-
justify: isMobile ? "center" : showButton ? "space-between" : "left",
|
|
21285
|
+
justify: isMobile ? "center" : showButton || showCartStatus ? "space-between" : "left",
|
|
21286
21286
|
align: "center"
|
|
21287
21287
|
}, /*#__PURE__*/React__default.createElement(Heading$1, {
|
|
21288
21288
|
variant: isMobile ? "h5" : "h3",
|
package/package.json
CHANGED