New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@zag-js/dialog

Package Overview
Dependencies
Maintainers
1
Versions
1039
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zag-js/dialog - npm Package Compare versions

Comparing version 0.0.0-v1-beta-20250220125322 to 0.0.0-v1-beta-20250221135618

5

dist/index.d.ts

@@ -74,7 +74,8 @@ import { DismissableElementHandlers, PersistentElementOptions } from '@zag-js/dismissable';

/**
* Whether the dialog is open
* The controlled open state of the dialog
*/
open?: boolean | undefined;
/**
* Whether the dialog is open by default
* The initial open state of the dialog when rendered.
* Use when you don't need to control the open state of the dialog.
* @default false

@@ -81,0 +82,0 @@ */

31

package.json
{
"name": "@zag-js/dialog",
"version": "0.0.0-v1-beta-20250220125322",
"version": "0.0.0-v1-beta-20250221135618",
"description": "Core logic for the dialog widget implemented as a state machine",

@@ -29,11 +29,11 @@ "keywords": [

"dependencies": {
"@zag-js/core": "0.0.0-v1-beta-20250220125322",
"@zag-js/dom-query": "0.0.0-v1-beta-20250220125322",
"@zag-js/dismissable": "0.0.0-v1-beta-20250220125322",
"@zag-js/aria-hidden": "0.0.0-v1-beta-20250220125322",
"@zag-js/anatomy": "0.0.0-v1-beta-20250220125322",
"@zag-js/utils": "0.0.0-v1-beta-20250220125322",
"@zag-js/types": "0.0.0-v1-beta-20250220125322",
"@zag-js/remove-scroll": "0.0.0-v1-beta-20250220125322",
"@zag-js/focus-trap": "0.0.0-v1-beta-20250220125322"
"@zag-js/anatomy": "0.0.0-v1-beta-20250221135618",
"@zag-js/aria-hidden": "0.0.0-v1-beta-20250221135618",
"@zag-js/core": "0.0.0-v1-beta-20250221135618",
"@zag-js/utils": "0.0.0-v1-beta-20250221135618",
"@zag-js/dom-query": "0.0.0-v1-beta-20250221135618",
"@zag-js/dismissable": "0.0.0-v1-beta-20250221135618",
"@zag-js/types": "0.0.0-v1-beta-20250221135618",
"@zag-js/focus-trap": "0.0.0-v1-beta-20250221135618",
"@zag-js/remove-scroll": "0.0.0-v1-beta-20250221135618"
},

@@ -49,5 +49,10 @@ "devDependencies": {

".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},

@@ -54,0 +59,0 @@ "./package.json": "./package.json"

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