@zag-js/dom-query
Advanced tools
+1
-1
@@ -1,2 +0,2 @@ | ||
| import { JSX, MaybeFn, Nullable } from '@zag-js/types'; | ||
| import { Nullable, JSX, MaybeFn } from '@zag-js/types'; | ||
@@ -3,0 +3,0 @@ declare function isCaretAtStart(input: HTMLInputElement | HTMLTextAreaElement | null): boolean; |
+1
-1
@@ -1,2 +0,2 @@ | ||
| import { JSX, MaybeFn, Nullable } from '@zag-js/types'; | ||
| import { Nullable, JSX, MaybeFn } from '@zag-js/types'; | ||
@@ -3,0 +3,0 @@ declare function isCaretAtStart(input: HTMLInputElement | HTMLTextAreaElement | null): boolean; |
+2
-2
| { | ||
| "name": "@zag-js/dom-query", | ||
| "version": "1.33.0", | ||
| "version": "1.33.1", | ||
| "description": "The dom helper library for zag.js machines", | ||
@@ -31,3 +31,3 @@ "keywords": [ | ||
| "dependencies": { | ||
| "@zag-js/types": "1.33.0" | ||
| "@zag-js/types": "1.33.1" | ||
| }, | ||
@@ -34,0 +34,0 @@ "module": "dist/index.mjs", |
+ Added
- Removed
Updated