Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@zag-js/dismissable

Package Overview
Dependencies
Maintainers
1
Versions
764
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zag-js/dismissable - npm Package Compare versions

Comparing version 0.78.2 to 0.78.3

6

dist/index.js

@@ -90,3 +90,3 @@ 'use strict';

}
function disablePointerEventsOutside(node, peristentElements) {
function disablePointerEventsOutside(node, persistentElements) {
const doc = domQuery.getDocument(node);

@@ -101,4 +101,4 @@ const cleanups = [];

}
if (peristentElements) {
const persistedCleanup = domQuery.waitForElements(peristentElements, (el) => {
if (persistentElements) {
const persistedCleanup = domQuery.waitForElements(persistentElements, (el) => {
cleanups.push(domQuery.setStyle(el, { pointerEvents: "auto" }));

@@ -105,0 +105,0 @@ });

{
"name": "@zag-js/dismissable",
"version": "0.78.2",
"version": "0.78.3",
"description": "Dismissable layer utilities for the DOM",

@@ -26,6 +26,6 @@ "keywords": [

"dependencies": {
"@zag-js/interact-outside": "0.78.2",
"@zag-js/dom-query": "0.78.2",
"@zag-js/dom-event": "0.78.2",
"@zag-js/utils": "0.78.2"
"@zag-js/interact-outside": "0.78.3",
"@zag-js/dom-query": "0.78.3",
"@zag-js/dom-event": "0.78.3",
"@zag-js/utils": "0.78.3"
},

@@ -32,0 +32,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc