react-popper-tooltip
Advanced tools
Comparing version 4.4.1 to 4.4.2
@@ -262,3 +262,3 @@ 'use strict'; | ||
React.useEffect(function () { | ||
if (tooltipRef == null || !getLatest().finalConfig.interactive) return; | ||
if (tooltipRef == null || !isTriggeredBy('hover') || !getLatest().finalConfig.interactive) return; | ||
tooltipRef.addEventListener('mouseenter', showTooltip); | ||
@@ -270,3 +270,3 @@ tooltipRef.addEventListener('mouseleave', hideTooltip); | ||
}; | ||
}, [tooltipRef, showTooltip, hideTooltip, getLatest]); // Handle closing tooltip if trigger hidden | ||
}, [tooltipRef, isTriggeredBy, showTooltip, hideTooltip, getLatest]); // Handle closing tooltip if trigger hidden | ||
@@ -273,0 +273,0 @@ var isReferenceHidden = popperProps == null ? void 0 : (_popperProps$state = popperProps.state) == null ? void 0 : (_popperProps$state$mo = _popperProps$state.modifiersData) == null ? void 0 : (_popperProps$state$mo2 = _popperProps$state$mo.hide) == null ? void 0 : _popperProps$state$mo2.isReferenceHidden; |
@@ -258,3 +258,3 @@ import _objectWithoutPropertiesLoose from '@babel/runtime/helpers/esm/objectWithoutPropertiesLoose'; | ||
React.useEffect(function () { | ||
if (tooltipRef == null || !getLatest().finalConfig.interactive) return; | ||
if (tooltipRef == null || !isTriggeredBy('hover') || !getLatest().finalConfig.interactive) return; | ||
tooltipRef.addEventListener('mouseenter', showTooltip); | ||
@@ -266,3 +266,3 @@ tooltipRef.addEventListener('mouseleave', hideTooltip); | ||
}; | ||
}, [tooltipRef, showTooltip, hideTooltip, getLatest]); // Handle closing tooltip if trigger hidden | ||
}, [tooltipRef, isTriggeredBy, showTooltip, hideTooltip, getLatest]); // Handle closing tooltip if trigger hidden | ||
@@ -269,0 +269,0 @@ var isReferenceHidden = popperProps == null ? void 0 : (_popperProps$state = popperProps.state) == null ? void 0 : (_popperProps$state$mo = _popperProps$state.modifiersData) == null ? void 0 : (_popperProps$state$mo2 = _popperProps$state$mo.hide) == null ? void 0 : _popperProps$state$mo2.isReferenceHidden; |
{ | ||
"name": "react-popper-tooltip", | ||
"version": "4.4.1", | ||
"version": "4.4.2", | ||
"description": "React tooltip library built around react-popper", | ||
@@ -21,2 +21,3 @@ "author": "Mohsin Ul Haq <mohsinulhaq01@gmail.com>", | ||
"module": "dist/esm/react-popper-tooltip.js", | ||
"browser": "dist/esm/react-popper-tooltip.js", | ||
"typings": "dist/index.d.ts", | ||
@@ -65,38 +66,38 @@ "style": "dist/styles.css", | ||
"devDependencies": { | ||
"@babel/core": "^7.18.2", | ||
"@babel/plugin-transform-runtime": "^7.18.2", | ||
"@babel/core": "^7.18.5", | ||
"@babel/plugin-transform-runtime": "^7.18.5", | ||
"@babel/preset-env": "^7.18.2", | ||
"@babel/preset-react": "^7.17.12", | ||
"@babel/preset-typescript": "^7.17.12", | ||
"@storybook/addon-actions": "^6.5.6", | ||
"@storybook/addon-essentials": "^6.5.6", | ||
"@storybook/addon-links": "^6.5.6", | ||
"@storybook/react": "^6.5.6", | ||
"@storybook/addon-actions": "^6.5.9", | ||
"@storybook/addon-essentials": "^6.5.9", | ||
"@storybook/addon-links": "^6.5.9", | ||
"@storybook/react": "^6.5.9", | ||
"@testing-library/jest-dom": "^5.16.4", | ||
"@testing-library/react": "^13.3.0", | ||
"@testing-library/user-event": "^14.2.0", | ||
"@types/jest": "^28.1.1", | ||
"@types/react": "^18.0.11", | ||
"@testing-library/user-event": "^14.2.1", | ||
"@types/jest": "^28.1.3", | ||
"@types/react": "^18.0.14", | ||
"@types/react-dom": "^18.0.5", | ||
"@typescript-eslint/eslint-plugin": "^5.27.0", | ||
"@typescript-eslint/parser": "^5.27.0", | ||
"@typescript-eslint/eslint-plugin": "^5.29.0", | ||
"@typescript-eslint/parser": "^5.29.0", | ||
"babel-loader": "^8.2.5", | ||
"eslint": "^8.17.0", | ||
"eslint": "^8.18.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"eslint-plugin-react": "^7.30.0", | ||
"eslint-plugin-react-hooks": "^4.5.0", | ||
"eslint-plugin-react": "^7.30.1", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"husky": "^8.0.1", | ||
"jest": "^28.1.0", | ||
"jest-environment-jsdom": "^28.1.0", | ||
"lint-staged": "^13.0.0", | ||
"prettier": "^2.6.2", | ||
"react": "^18.1.0", | ||
"react-dom": "^18.1.0", | ||
"rollup": "^2.75.5", | ||
"jest": "^28.1.1", | ||
"jest-environment-jsdom": "^28.1.1", | ||
"lint-staged": "^13.0.3", | ||
"prettier": "^2.7.1", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"rollup": "^2.75.7", | ||
"rollup-plugin-babel": "^4.4.0", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"rollup-plugin-size-snapshot": "^0.12.0", | ||
"typescript": "^4.7.3" | ||
"typescript": "^4.7.4" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
93269