New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@clayui/tooltip

Package Overview
Dependencies
Maintainers
17
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clayui/tooltip - npm Package Compare versions

Comparing version 3.29.0 to 3.32.0

6

CHANGELOG.md

@@ -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 @@

2

lib/TooltipProvider.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc