@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.cjs.js
CHANGED
|
@@ -6380,7 +6380,7 @@ var Box = function Box(_ref) {
|
|
|
6380
6380
|
onFocus: onFocus,
|
|
6381
6381
|
onBlur: onBlur,
|
|
6382
6382
|
onTouchEnd: onTouchEnd
|
|
6383
|
-
}, rest), safeChildren(children, /*#__PURE__*/React__default.createElement(React.Fragment, null)));
|
|
6383
|
+
}, rest), children && safeChildren(children, /*#__PURE__*/React__default.createElement(React.Fragment, null)));
|
|
6384
6384
|
};
|
|
6385
6385
|
|
|
6386
6386
|
var CenterWrapper = styled__default.div.withConfig({
|