@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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +7 -13
package/dist/index.cjs
CHANGED
|
@@ -4446,7 +4446,7 @@ function Tooltip(props) {
|
|
|
4446
4446
|
...triggerProps,
|
|
4447
4447
|
...!state.isOpen && typeof title === "string" ? { title } : {},
|
|
4448
4448
|
...tid,
|
|
4449
|
-
css: Css.display("contents")
|
|
4449
|
+
css: Css.display("contents").$,
|
|
4450
4450
|
draggable: true,
|
|
4451
4451
|
onDragStart: (e) => e.preventDefault(),
|
|
4452
4452
|
children
|