react-tiny-popover
Advanced tools
Comparing version 7.2.2 to 7.2.3
@@ -97,3 +97,3 @@ "use strict"; | ||
finalLeft = Math.round(finalLeft - scoutRect.left); | ||
popoverRef.current.style.transform = "translate(" + left + "px, " + top + "px)"; | ||
popoverRef.current.style.transform = "translate(" + finalLeft + "px, " + finalTop + "px)"; | ||
var potentialViolations = { | ||
@@ -137,4 +137,6 @@ top: boundaryRect.top + boundaryInset - finalTop, | ||
childRef, | ||
scoutRef, | ||
popoverRef, | ||
boundaryElement, | ||
isOpen, | ||
contentLocation, | ||
@@ -147,3 +149,2 @@ positions, | ||
onPositionPopover, | ||
isOpen, | ||
]); | ||
@@ -150,0 +151,0 @@ return { |
{ | ||
"name": "react-tiny-popover", | ||
"version": "7.2.2", | ||
"version": "7.2.3", | ||
"description": "A simple and highly customizable popover react higher order component with no other dependencies! Typescript friendly.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
112518
743