@viamrobotics/prime-core
Advanced tools
Comparing version 0.0.19 to 0.0.20
@@ -29,2 +29,2 @@ /// <reference types="svelte" /> | ||
*/ | ||
export declare const clickOutside: Action<HTMLElement, () => unknown>; | ||
export declare const clickOutside: Action<HTMLElement | undefined, () => unknown>; |
@@ -31,2 +31,3 @@ /** | ||
if (node && | ||
window.document.contains(event.target) && | ||
!node.contains(event.target) && | ||
@@ -33,0 +34,0 @@ !event.defaultPrevented) { |
{ | ||
"name": "@viamrobotics/prime-core", | ||
"version": "0.0.19", | ||
"version": "0.0.20", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
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
86236
1200