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 +6 -6
- package/dist/cli.cjs +60 -60
- package/dist/cli.js +1 -1
- package/dist/contractTestRunnerPlaywright-CHCVW7VO.js +46 -0
- package/dist/contractTestRunnerPlaywright-FECB4HSX.js +46 -0
- package/dist/index.cjs +30 -30
- package/dist/index.d.cts +0 -5
- package/dist/index.d.ts +0 -5
- package/dist/index.js +5 -5
- package/dist/src/utils/test/contractTestRunnerPlaywright-7ERFIHCM.js +46 -0
- package/dist/src/utils/test/dsl/index.cjs +1 -1
- package/dist/src/utils/test/dsl/index.d.cts +0 -5
- package/dist/src/utils/test/dsl/index.d.ts +0 -5
- package/dist/src/utils/test/dsl/index.js +1 -1
- package/dist/src/utils/test/index.cjs +29 -29
- package/dist/src/utils/test/index.d.cts +3 -3
- package/dist/src/utils/test/index.d.ts +3 -3
- package/dist/src/utils/test/index.js +1 -1
- package/dist/{test-TZFBWFCP.js โ test-CMD6E5YF.js} +1 -1
- package/package.json +1 -1
- package/dist/contractTestRunnerPlaywright-CJFYO766.js +0 -46
- package/dist/contractTestRunnerPlaywright-OB2GWGOA.js +0 -46
- package/dist/src/utils/test/contractTestRunnerPlaywright-ZKVK7KUM.js +0 -46
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 |
|
|
17
|
-
| ------------------ | --------------------------------------------- |
|
|
18
|
-
| **๐ง Development** | Component utilities for accessible patterns |
|
|
19
|
-
| **๐ Pre-Deploy** | Axe-core powered static accessibility audit |
|
|
20
|
-
| **๐งช Testing** | WAI-ARIA APG contract testing with Playwright |
|
|
21
|
-
| **๐ CI/CD** | Accessibility as deployment gatekeeper |
|
|
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
|
|