accessibility-widgets 1.0.4 → 1.0.5

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -23,13 +23,13 @@ A comprehensive, lightweight accessibility tool that enhances web accessibility
23
23
  | Text Spacing | ✔️ | ✔️ | ✔️ |
24
24
  | Line Height Adjustment | ✔️ | ✔️ | ✔️ |
25
25
  | Text Alignment (Left Align) | ✔️ (1.4.8) | ✔️ | ✔️ |
26
- | Cursor Enhancement | (pointer **visible**, target still < 44 px) | | |
26
+ | Cursor Enhancement | ✔️ | ✔️ | ✔️ |
27
27
  | Pause Animations | ✔️ | ✔️ | ✔️ |
28
28
  | Reduced Motion | ✔️ | ✔️ | ✔️ |
29
29
  | Hide Images | ✔️ (1.1.1) | ✔️ | ✔️ |
30
30
  | Dyslexia-Friendly / Font Select | ✔️ | ✔️ | ✔️ |
31
31
  | Screen Reader Assist | ✔️ | ✔️ | ✔️ |
32
- | Voice Control | (Chrome-only API) | ◑ | ◑ |
32
+ | Voice Control | ✔️ (Chrome-only API) | ◑ | ◑ |
33
33
  | Color-Blindness Filters | ✔️ | ✔️ | ✔️ |
34
34
 
35
35
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "accessibility-widgets",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "A comprehensive, lightweight accessibility widget that enhances web accessibility for all users. Provides multiple accessibility features including screen reader support, voice control, high contrast mode, and more.",
5
5
  "main": "widget.js",
6
6
  "scripts": {