@thecb/components 6.0.0-beta.11 → 6.0.0-beta.12

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.esm.js CHANGED
@@ -6372,7 +6372,7 @@ var Box = function Box(_ref) {
6372
6372
  onFocus: onFocus,
6373
6373
  onBlur: onBlur,
6374
6374
  onTouchEnd: onTouchEnd
6375
- }, rest), safeChildren(children, /*#__PURE__*/React.createElement(Fragment, null)));
6375
+ }, rest), children && safeChildren(children, /*#__PURE__*/React.createElement(Fragment, null)));
6376
6376
  };
6377
6377
 
6378
6378
  var CenterWrapper = styled.div.withConfig({