@zag-js/dom-query
Advanced tools
Comparing version 0.0.0-dev-20221018135420 to 0.0.0-dev-20221018135624
@@ -81,3 +81,3 @@ "use strict"; | ||
createEmitter(ctx, target) { | ||
return (evt, detail, options) => { | ||
return function emit(evt, detail, options) { | ||
const { bubbles = true, cancelable, composed = true } = options ?? {}; | ||
@@ -84,0 +84,0 @@ const eventName = `zag:${String(evt)}`; |
{ | ||
"name": "@zag-js/dom-query", | ||
"version": "0.0.0-dev-20221018135420", | ||
"version": "0.0.0-dev-20221018135624", | ||
"description": "The dom helper library for zag.js machines", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
9726