@zag-js/interact-outside
Advanced tools
Comparing version 0.79.1 to 0.79.2
@@ -101,2 +101,3 @@ 'use strict'; | ||
if (!domQuery.isHTMLElement(target)) return false; | ||
if (!target.isConnected) return false; | ||
if (domQuery.contains(node, target)) return false; | ||
@@ -103,0 +104,0 @@ if (isEventPointWithin(node, event)) return false; |
{ | ||
"name": "@zag-js/interact-outside", | ||
"version": "0.79.1", | ||
"version": "0.79.2", | ||
"description": "Track interactions or focus outside an element", | ||
@@ -19,5 +19,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@zag-js/dom-query": "0.79.1", | ||
"@zag-js/dom-event": "0.79.1", | ||
"@zag-js/utils": "0.79.1" | ||
"@zag-js/dom-query": "0.79.2", | ||
"@zag-js/dom-event": "0.79.2", | ||
"@zag-js/utils": "0.79.2" | ||
}, | ||
@@ -24,0 +24,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
18797
397
+ Added@zag-js/dom-event@0.79.2(transitive)
+ Added@zag-js/dom-query@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/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