@umami/react-zen 0.244.0 → 0.245.0

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
@@ -3664,8 +3664,8 @@ function Dots({ size = "md", className, color: _color, ...props }) {
3664
3664
  /* @__PURE__ */ jsx(Dot, { size })
3665
3665
  ] });
3666
3666
  }
3667
- function Tooltip({ children, className, showArrow, ...props }) {
3668
- return /* @__PURE__ */ jsxs(Tooltip$1, { ...props, className: cn("group", tooltip(), className), children: [
3667
+ function Tooltip({ children, className, offset = 8, showArrow, ...props }) {
3668
+ return /* @__PURE__ */ jsxs(Tooltip$1, { ...props, offset, className: cn("group", tooltip(), className), children: [
3669
3669
  showArrow && /* @__PURE__ */ jsx(OverlayArrow, { className: "w-2 h-2", children: /* @__PURE__ */ jsx(
3670
3670
  "svg",
3671
3671
  {