rc-trigger
Advanced tools
Comparing version 5.0.1 to 5.0.2
@@ -131,3 +131,3 @@ import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2"; | ||
}, style), {}, { | ||
opacity: status === 'motion' || status === 'stable' ? undefined : 0, | ||
opacity: status === 'motion' || status === 'stable' || !visible ? undefined : 0, | ||
pointerEvents: status === 'stable' ? undefined : 'none' | ||
@@ -134,0 +134,0 @@ }); // Align status |
@@ -149,3 +149,3 @@ "use strict"; | ||
}, style), {}, { | ||
opacity: status === 'motion' || status === 'stable' ? undefined : 0, | ||
opacity: status === 'motion' || status === 'stable' || !visible ? undefined : 0, | ||
pointerEvents: status === 'stable' ? undefined : 'none' | ||
@@ -152,0 +152,0 @@ }); // Align status |
{ | ||
"name": "rc-trigger", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"description": "base abstract trigger component for react", | ||
@@ -5,0 +5,0 @@ "engines": { |
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
112601