@zag-js/aria-hidden
Advanced tools
Comparing version 0.82.2 to 1.0.0
{ | ||
"name": "@zag-js/aria-hidden", | ||
"version": "0.82.2", | ||
"version": "1.0.0", | ||
"description": "Hide targets from screen readers", | ||
@@ -33,5 +33,10 @@ "keywords": [ | ||
".": { | ||
"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" | ||
} | ||
}, | ||
@@ -38,0 +43,0 @@ "./package.json": "./package.json" |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
12605
0