@helpwave/hightide 0.6.14 → 0.6.15
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.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -12525,6 +12525,7 @@ var Tooltip = ({
|
|
|
12525
12525
|
onPointerEnter: openWithDelay,
|
|
12526
12526
|
onPointerLeave: close3,
|
|
12527
12527
|
onPointerCancel: close3,
|
|
12528
|
+
onClick: close3,
|
|
12528
12529
|
onFocus: openWithDelay,
|
|
12529
12530
|
onBlur: close3,
|
|
12530
12531
|
children: [
|