@speakapbv/dough-component-library 9.18.4 → 9.18.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.
package/dist/index.es.js CHANGED
@@ -4304,7 +4304,7 @@ var Tooltip = function (props) {
4304
4304
  }
4305
4305
  if (!pos ||
4306
4306
  (e.clientX >= pos.left &&
4307
- e.clientY >= pos.top &&
4307
+ e.clientY >= pos.top - 10 &&
4308
4308
  e.clientX <= pos.left + pos.width + 5 &&
4309
4309
  e.clientY <= pos.top + pos.height + 5)) {
4310
4310
  updatePositionFromRef();
package/dist/index.js CHANGED
@@ -4288,7 +4288,7 @@ var Tooltip = function (props) {
4288
4288
  }
4289
4289
  if (!pos ||
4290
4290
  (e.clientX >= pos.left &&
4291
- e.clientY >= pos.top &&
4291
+ e.clientY >= pos.top - 10 &&
4292
4292
  e.clientX <= pos.left + pos.width + 5 &&
4293
4293
  e.clientY <= pos.top + pos.height + 5)) {
4294
4294
  updatePositionFromRef();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@speakapbv/dough-component-library",
3
- "version": "9.18.4",
3
+ "version": "9.18.5",
4
4
  "description": "DOUGH: Speakap React Component Library",
5
5
  "author": "Speakap",
6
6
  "license": "MIT",