@vuu-ui/vuu-popups 0.8.14-debug → 0.8.15-debug

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/esm/index.js CHANGED
@@ -1727,7 +1727,8 @@ var Tooltip = ({
1727
1727
  onMouseEnter,
1728
1728
  onMouseLeave,
1729
1729
  placement,
1730
- status
1730
+ status,
1731
+ style: styleProp
1731
1732
  }) => {
1732
1733
  const position = useAnchoredPosition2({ anchorElement, placement });
1733
1734
  if (position === void 0) {
@@ -1741,7 +1742,7 @@ var Tooltip = ({
1741
1742
  }),
1742
1743
  "data-align": placement,
1743
1744
  id,
1744
- style: position,
1745
+ style: { ...styleProp, ...position },
1745
1746
  children: /* @__PURE__ */ jsx11(
1746
1747
  "span",
1747
1748
  {