@clayui/tooltip 3.67.0 → 3.69.0

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.
@@ -316,7 +316,7 @@ var TooltipProvider = function TooltipProvider(_ref2) {
316
316
  points: points
317
317
  });
318
318
  }
319
- }, [mousePosition, show, floating]);
319
+ }, [show, floating]);
320
320
  (0, _react.useEffect)(function () {
321
321
  if (titleNodeRef.current && tooltipRef.current && !floating) {
322
322
  var points = ALIGNMENTS_MAP[align || 'top'];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clayui/tooltip",
3
- "version": "3.67.0",
3
+ "version": "3.69.0",
4
4
  "description": "ClayTooltip component",
5
5
  "license": "BSD-3-Clause",
6
6
  "repository": "https://github.com/liferay/clay",
@@ -26,7 +26,7 @@
26
26
  "react"
27
27
  ],
28
28
  "dependencies": {
29
- "@clayui/shared": "^3.67.0",
29
+ "@clayui/shared": "^3.69.0",
30
30
  "classnames": "^2.2.6",
31
31
  "dom-align": "^1.12.2",
32
32
  "warning": "^4.0.3"
@@ -39,5 +39,5 @@
39
39
  "browserslist": [
40
40
  "extends browserslist-config-clay"
41
41
  ],
42
- "gitHead": "71e84490088d72afb0240a7ef69cde23a6d5dd19"
42
+ "gitHead": "510da79d152edf887a1eed74d2d38787343ce6e4"
43
43
  }
@@ -403,7 +403,7 @@ const TooltipProvider = ({
403
403
  }
404
404
  );
405
405
  }
406
- }, [mousePosition, show, floating]);
406
+ }, [show, floating]);
407
407
 
408
408
  useEffect(() => {
409
409
  if (