@thecb/components 7.2.0-beta.4 → 7.2.0-beta.5

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
@@ -37403,7 +37403,8 @@ var Banner = function Banner(_ref) {
37403
37403
  }, /*#__PURE__*/React__default.createElement(Cluster, {
37404
37404
  childGap: isMobile ? mobileContentSpacing : contentSpacing,
37405
37405
  justify: "center",
37406
- align: "center"
37406
+ align: "center",
37407
+ nowrap: true
37407
37408
  }, /*#__PURE__*/React__default.createElement(Box, {
37408
37409
  padding: "0",
37409
37410
  maxWidth: isMobile && "54%"