aria-ease 7.8.0 โ†’ 7.8.1

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/README.md CHANGED
@@ -13,12 +13,12 @@ Stop treating accessibility as an afterthought. Aria-Ease engineers accessibilit
13
13
 
14
14
  Aria-Ease isn't a utility library. **It's an accessibility infrastructure** that integrates into every phase of your frontend engineering lifecycle:
15
15
 
16
- | Phase | Feature | Status | Impact |
17
- | ------------------ | --------------------------------------------- | ------------ | --------------------------------------------- |
18
- | **๐Ÿ”ง Development** | Component utilities for accessible patterns | โœ… Available | Build it right from the start |
19
- | **๐Ÿ” Pre-Deploy** | Axe-core powered static accessibility audit | โœ… Available | Verify before it ships |
20
- | **๐Ÿงช Testing** | WAI-ARIA APG contract testing with Playwright | โœ… Available | Fast, determinic component accessibility test |
21
- | **๐Ÿš€ CI/CD** | Accessibility as deployment gatekeeper | โœ… Available | Block inaccessible code from production |
16
+ | Phase | Feature | Impact |
17
+ | ------------------ | --------------------------------------------- | --------------------------------------------- |
18
+ | **๐Ÿ”ง Development** | Component utilities for accessible patterns | Build it right from the start |
19
+ | **๐Ÿ” Pre-Deploy** | Axe-core powered static accessibility audit | Verify before it ships |
20
+ | **๐Ÿงช Testing** | WAI-ARIA APG contract testing with Playwright | Fast, determinic component accessibility test |
21
+ | **๐Ÿš€ CI/CD** | Accessibility as deployment gatekeeper | Block inaccessible code from production |
22
22
 
23
23
  ---
24
24