@basic-ui/material 1.0.0-alpha.38 → 1.0.0-alpha.39

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.
@@ -5942,6 +5942,7 @@ const Tooltip = /*#__PURE__*/react$1.forwardRef(function Tooltip(props, forwarde
5942
5942
  const {
5943
5943
  placement = 'bottom',
5944
5944
  children,
5945
+ label,
5945
5946
  __css,
5946
5947
  ...otherProps
5947
5948
  } = props;
@@ -5960,7 +5961,8 @@ const Tooltip = /*#__PURE__*/react$1.forwardRef(function Tooltip(props, forwarde
5960
5961
  return /*#__PURE__*/jsxRuntime.jsx(Box, {
5961
5962
  ref: forwardedRef,
5962
5963
  __css: cssStyle,
5963
- ...otherProps
5964
+ ...otherProps,
5965
+ children: label
5964
5966
  });
5965
5967
  }
5966
5968
 
@@ -5970,6 +5972,7 @@ const Tooltip = /*#__PURE__*/react$1.forwardRef(function Tooltip(props, forwarde
5970
5972
  ref: forwardedRef,
5971
5973
  placement: placement,
5972
5974
  distance: 8,
5975
+ label: label,
5973
5976
  __css: cssStyle,
5974
5977
  ...otherProps,
5975
5978
  children: children