@aria-ui/presence
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -20,3 +20,3 @@ // src/use-presence.ts | ||
}; | ||
useEffect(element, () => handlePresentChange(element, present.value)); | ||
useEffect(element, () => handlePresentChange(element, present.get())); | ||
useEventListener(element, "animationend", handleAnimationEnd); | ||
@@ -23,0 +23,0 @@ } |
{ | ||
"name": "@aria-ui/presence", | ||
"type": "module", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"private": false, | ||
@@ -12,6 +12,6 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@aria-ui/core": "^0.0.14" | ||
"@aria-ui/core": "^0.0.15" | ||
}, | ||
"devDependencies": { | ||
"tsup": "^8.0.2", | ||
"tsup": "^8.1.0", | ||
"typescript": "^5.4.5" | ||
@@ -18,0 +18,0 @@ }, |
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
2915
+ Added@aria-ui/core@0.0.15(transitive)
- Removed@aria-ui/core@0.0.14(transitive)
Updated@aria-ui/core@^0.0.15