@chakra-ui/live-region
Advanced tools
Comparing version 2.0.5 to 2.0.6
{ | ||
"name": "@chakra-ui/live-region", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"description": "Aria live region for React components", | ||
@@ -18,4 +18,4 @@ "keywords": [ | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.esm.js", | ||
"types": "dist/index.d.ts", | ||
@@ -37,3 +37,3 @@ "files": [ | ||
"dependencies": { | ||
"@chakra-ui/utils": "2.0.5" | ||
"@chakra-ui/utils": "2.0.6" | ||
}, | ||
@@ -47,8 +47,9 @@ "peerDependencies": { | ||
"scripts": { | ||
"build": "tsup src/index.ts --format=esm,cjs --dts", | ||
"build": "tsup src/index.ts --dts", | ||
"dev": "pnpm build -- --watch", | ||
"clean": "rimraf dist .turbo", | ||
"typecheck": "tsc --noEmit", | ||
"build:fast": "tsup src/index.ts --format=esm,cjs" | ||
} | ||
"build:fast": "tsup src/index.ts" | ||
}, | ||
"readme": "# Live Regions\n\nARIA Live Regions are used to communicate important information to screen reader\nsoftware.\n\n## Installation\n\n```sh\nyarn add @chakra-ui/live-region\n```\n\n## Import components\n\n```jsx\nimport { LiveRegion, useLiveRegion } from \"@chakra-ui/live-region\"\n```\n\n## Usage\n\n```jsx\nimport { useLiveRegion } from \"@chakra-ui/live-region\"\n\nfunction Example() {\n const region = useLiveRegion()\n return (\n <button\n onClick={() => {\n region.speak(\"Filtering categories was successful\")\n }}\n >\n Click me\n </button>\n )\n}\n```\n" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
10593
6
253
1
+ Added@chakra-ui/utils@2.0.6(transitive)
- Removed@chakra-ui/utils@2.0.5(transitive)
Updated@chakra-ui/utils@2.0.6