@clayui/tooltip
Advanced tools
Comparing version 3.29.0 to 3.32.0
@@ -6,2 +6,8 @@ # Change Log | ||
# [3.32.0](https://github.com/liferay/clay/compare/v3.31.0...v3.32.0) (2021-07-28) | ||
### Bug Fixes | ||
- **@clayui/tooltip:** Hide tooltip on `dragstart` ([70d78da](https://github.com/liferay/clay/commit/70d78da)) | ||
# [3.29.0](https://github.com/liferay/clay/compare/v3.28.0...v3.29.0) (2021-05-28) | ||
@@ -8,0 +14,0 @@ |
@@ -75,3 +75,3 @@ "use strict"; | ||
}; | ||
var TRIGGER_HIDE_EVENTS = ['mouseout', 'mouseup', 'pointerup', 'touchend']; | ||
var TRIGGER_HIDE_EVENTS = ['dragstart', 'mouseout', 'mouseup', 'pointerup', 'touchend']; | ||
var TRIGGER_SHOW_EVENTS = ['mouseover', 'mouseup', 'pointerdown', 'touchstart']; | ||
@@ -78,0 +78,0 @@ |
{ | ||
"name": "@clayui/tooltip", | ||
"version": "3.29.0", | ||
"version": "3.32.0", | ||
"description": "ClayTooltip component", | ||
@@ -29,3 +29,3 @@ "license": "BSD-3-Clause", | ||
"dependencies": { | ||
"@clayui/shared": "^3.29.0", | ||
"@clayui/shared": "^3.32.0", | ||
"classnames": "^2.2.6", | ||
@@ -37,4 +37,4 @@ "dom-align": "^1.10.2", | ||
"@clayui/css": "3.x", | ||
"react": "^16.8.1", | ||
"react-dom": "^16.8.1" | ||
"react": "^16.12.0", | ||
"react-dom": "^16.12.0" | ||
}, | ||
@@ -44,3 +44,3 @@ "browserslist": [ | ||
], | ||
"gitHead": "d639da89b4ac9eddb66a0b5270da046c4da6565d" | ||
"gitHead": "b3d1b171cc411bc8325f15a96f84e0458b9e94f0" | ||
} |
Sorry, the diff of this file is not supported yet
40552
802
Updated@clayui/shared@^3.32.0