@zag-js/dismissable
Advanced tools
Comparing version 0.79.1 to 0.79.2
@@ -188,3 +188,5 @@ 'use strict'; | ||
return () => { | ||
cleanups.forEach((fn) => fn?.()); | ||
func(() => { | ||
cleanups.forEach((fn) => fn?.()); | ||
}); | ||
}; | ||
@@ -210,3 +212,5 @@ } | ||
return () => { | ||
cleanups.forEach((fn) => fn?.()); | ||
func(() => { | ||
cleanups.forEach((fn) => fn?.()); | ||
}); | ||
}; | ||
@@ -213,0 +217,0 @@ } |
{ | ||
"name": "@zag-js/dismissable", | ||
"version": "0.79.1", | ||
"version": "0.79.2", | ||
"description": "Dismissable layer utilities for the DOM", | ||
@@ -26,6 +26,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@zag-js/interact-outside": "0.79.1", | ||
"@zag-js/dom-query": "0.79.1", | ||
"@zag-js/dom-event": "0.79.1", | ||
"@zag-js/utils": "0.79.1" | ||
"@zag-js/interact-outside": "0.79.2", | ||
"@zag-js/dom-query": "0.79.2", | ||
"@zag-js/dom-event": "0.79.2", | ||
"@zag-js/utils": "0.79.2" | ||
}, | ||
@@ -32,0 +32,0 @@ "devDependencies": { |
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
21425
473
+ Added@zag-js/dom-event@0.79.2(transitive)
+ Added@zag-js/dom-query@0.79.2(transitive)
+ Added@zag-js/interact-outside@0.79.2(transitive)
+ Added@zag-js/text-selection@0.79.2(transitive)
+ Added@zag-js/types@0.79.2(transitive)
+ Added@zag-js/utils@0.79.2(transitive)
- Removed@zag-js/dom-event@0.79.1(transitive)
- Removed@zag-js/dom-query@0.79.1(transitive)
- Removed@zag-js/interact-outside@0.79.1(transitive)
- Removed@zag-js/text-selection@0.79.1(transitive)
- Removed@zag-js/types@0.79.1(transitive)
- Removed@zag-js/utils@0.79.1(transitive)
Updated@zag-js/dom-event@0.79.2
Updated@zag-js/dom-query@0.79.2
Updated@zag-js/utils@0.79.2