react-better-html 1.1.136 → 1.1.137

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.mjs CHANGED
@@ -8213,6 +8213,7 @@ var TooltipComponent = forwardRef16(function Tooltip({
8213
8213
  contentWidth,
8214
8214
  contentMinWidth,
8215
8215
  childrenWrapperWidth = "fit-content",
8216
+ childrenWrapperHeight,
8216
8217
  withArrow,
8217
8218
  isSmall,
8218
8219
  backgroundColor,
@@ -8311,11 +8312,21 @@ var TooltipComponent = forwardRef16(function Tooltip({
8311
8312
  {
8312
8313
  position: "relative",
8313
8314
  width: childrenWrapperWidth,
8315
+ height: childrenWrapperHeight,
8314
8316
  onClick: onClickHolder,
8315
8317
  onMouseEnter,
8316
8318
  onMouseLeave,
8317
8319
  children: [
8318
- /* @__PURE__ */ jsx23(Div_default, { width: childrenWrapperWidth, isTabAccessed, ref: triggerHolderRef, children }),
8320
+ /* @__PURE__ */ jsx23(
8321
+ Div_default,
8322
+ {
8323
+ width: childrenWrapperWidth,
8324
+ height: childrenWrapperHeight,
8325
+ isTabAccessed,
8326
+ ref: triggerHolderRef,
8327
+ children
8328
+ }
8329
+ ),
8319
8330
  /* @__PURE__ */ jsx23(
8320
8331
  TooltipContainer,
8321
8332
  {