@galaxy-io/dls 1.5.4 → 1.5.5

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.
@@ -80,6 +80,7 @@ var Tooltip = ({ children, variant = "SECONDARY", body, position = "top", delay
80
80
  duration: 0,
81
81
  offset,
82
82
  interactive: isInteractive,
83
+ appendTo: () => document.body,
83
84
  maxWidth: "none",
84
85
  zIndex: 1e4,
85
86
  children: /* @__PURE__ */ jsx(TooltipWrapper, { children })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@galaxy-io/dls",
3
- "version": "1.5.4",
3
+ "version": "1.5.5",
4
4
  "description": "Galaxy Design Language System",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",