@banyan_cloud/roots 2.0.12 → 2.0.13

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/esm/index.js CHANGED
@@ -5194,7 +5194,7 @@ var BaseButton = /*#__PURE__*/forwardRef(function (props, ref) {
5194
5194
  blurOnClick = _props$blurOnClick === void 0 ? true : _props$blurOnClick,
5195
5195
  _props$variant = props.variant,
5196
5196
  variant = _props$variant === void 0 ? 'contained' : _props$variant;
5197
- var Title = jsx("span", {
5197
+ var Title = title && jsx("span", {
5198
5198
  "data-elem": 'title',
5199
5199
  children: title
5200
5200
  });