@zag-js/interact-outside 1.35.1 → 1.35.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -26,7 +26,7 @@ module.exports = __toCommonJS(index_exports);
|
|
|
26
26
|
var import_dom_query = require("@zag-js/dom-query");
|
|
27
27
|
var import_dom_query2 = require("@zag-js/dom-query");
|
|
28
28
|
var import_utils = require("@zag-js/utils");
|
|
29
|
-
var import_frame_utils = require("./frame-utils.
|
|
29
|
+
var import_frame_utils = require("./frame-utils.js");
|
|
30
30
|
var POINTER_OUTSIDE_EVENT = "pointerdown.outside";
|
|
31
31
|
var FOCUS_OUTSIDE_EVENT = "focus.outside";
|
|
32
32
|
function isComposedPathFocusable(composedPath) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zag-js/interact-outside",
|
|
3
|
-
"version": "1.35.
|
|
3
|
+
"version": "1.35.2",
|
|
4
4
|
"description": "Track interactions or focus outside an element",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"js",
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
"dist"
|
|
17
17
|
],
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@zag-js/dom-query": "1.35.
|
|
20
|
-
"@zag-js/utils": "1.35.
|
|
19
|
+
"@zag-js/dom-query": "1.35.2",
|
|
20
|
+
"@zag-js/utils": "1.35.2"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"clean-package": "2.2.0"
|