@homebound/beam 2.416.3 → 2.416.4

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.js CHANGED
@@ -4068,7 +4068,7 @@ function Tooltip(props) {
4068
4068
  ...triggerProps,
4069
4069
  ...!state.isOpen && typeof title === "string" ? { title } : {},
4070
4070
  ...tid,
4071
- css: Css.display("contents").addIn(":active:not(:has(a))", Css.add("pointerEvents", "none").$).$,
4071
+ css: Css.display("contents").$,
4072
4072
  draggable: true,
4073
4073
  onDragStart: (e) => e.preventDefault(),
4074
4074
  children