aria-ease 6.4.0 → 6.4.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 -10
- package/bin/{badgeHelper-EF46NFBK.js → badgeHelper-BG7W2O7N.js} +1 -1
- package/bin/{chunk-BL5SM4CS.js → chunk-QM2PWPXN.js} +3 -3
- package/bin/cli.cjs +3 -3
- package/bin/cli.js +2 -2
- package/bin/{test-GW5LU2JF.js → test-R7VNGK6E.js} +1 -1
- package/dist/{badgeHelper-Z2LF5OYS.js → badgeHelper-KNZFIKXE.js} +3 -3
- package/dist/index.cjs +3 -3
- package/dist/index.js +1 -1
- package/dist/src/utils/test/{badgeHelper-Y4SEXT4W.js → badgeHelper-RJN4ZB2R.js} +3 -3
- package/dist/src/utils/test/index.cjs +3 -3
- package/dist/src/utils/test/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -82,32 +82,28 @@ After auditing your project, show the world you care about accessibility! Add a
|
|
|
82
82
|
|
|
83
83
|
**For projects audited with aria-ease:**
|
|
84
84
|
|
|
85
|
-
[](https://github.com/aria-ease/aria-ease)
|
|
86
86
|
|
|
87
87
|
```markdown
|
|
88
|
-
[](https://github.com/aria-ease/aria-ease)
|
|
89
89
|
```
|
|
90
90
|
|
|
91
91
|
**For projects with tested components:**
|
|
92
92
|
|
|
93
|
-
[](https://github.com/aria-ease/aria-ease)
|
|
94
94
|
|
|
95
95
|
```markdown
|
|
96
|
-
[](https://github.com/aria-ease/aria-ease)
|
|
97
97
|
```
|
|
98
98
|
|
|
99
99
|
**For projects using both audits and component tests:**
|
|
100
100
|
|
|
101
|
-
[](https://github.com/aria-ease/aria-ease)
|
|
102
102
|
|
|
103
103
|
```markdown
|
|
104
|
-
[](https://github.com/aria-ease/aria-ease)
|
|
105
105
|
```
|
|
106
106
|
|
|
107
|
-
**Alternative styles:**
|
|
108
|
-
|
|
109
|
-
[](https://github.com/aria-ease/aria-ease) [](https://github.com/aria-ease/aria-ease)
|
|
110
|
-
|
|
111
107
|
**Why add the badge?**
|
|
112
108
|
- ✅ Shows your commitment to accessibility
|
|
113
109
|
- 🔍 Helps us discover projects using aria-ease
|
|
@@ -8,19 +8,19 @@ var BADGE_CONFIGS = {
|
|
|
8
8
|
type: "audit",
|
|
9
9
|
fileName: "audited-by-aria-ease.svg",
|
|
10
10
|
label: "Audited by aria-ease",
|
|
11
|
-
markdownUrl: "https://raw.githubusercontent.com/aria-ease/aria-ease/main/
|
|
11
|
+
markdownUrl: "https://raw.githubusercontent.com/aria-ease/aria-ease/main/badges/audited-by-aria-ease.svg"
|
|
12
12
|
},
|
|
13
13
|
component: {
|
|
14
14
|
type: "component",
|
|
15
15
|
fileName: "components-tested-aria-ease.svg",
|
|
16
16
|
label: "Components tested: aria-ease",
|
|
17
|
-
markdownUrl: "https://raw.githubusercontent.com/aria-ease/aria-ease/main/
|
|
17
|
+
markdownUrl: "https://raw.githubusercontent.com/aria-ease/aria-ease/main/badges/components-tested-aria-ease.svg"
|
|
18
18
|
},
|
|
19
19
|
verified: {
|
|
20
20
|
type: "verified",
|
|
21
21
|
fileName: "verified-by-aria-ease.svg",
|
|
22
22
|
label: "Verified by aria-ease",
|
|
23
|
-
markdownUrl: "https://raw.githubusercontent.com/aria-ease/aria-ease/main/
|
|
23
|
+
markdownUrl: "https://raw.githubusercontent.com/aria-ease/aria-ease/main/badges/verified-aria-ease.svg"
|
|
24
24
|
}
|
|
25
25
|
};
|
|
26
26
|
function getBadgeMarkdown(badgeType) {
|
package/bin/cli.cjs
CHANGED
|
@@ -127,19 +127,19 @@ var init_badgeHelper = __esm({
|
|
|
127
127
|
type: "audit",
|
|
128
128
|
fileName: "audited-by-aria-ease.svg",
|
|
129
129
|
label: "Audited by aria-ease",
|
|
130
|
-
markdownUrl: "https://raw.githubusercontent.com/aria-ease/aria-ease/main/
|
|
130
|
+
markdownUrl: "https://raw.githubusercontent.com/aria-ease/aria-ease/main/badges/audited-by-aria-ease.svg"
|
|
131
131
|
},
|
|
132
132
|
component: {
|
|
133
133
|
type: "component",
|
|
134
134
|
fileName: "components-tested-aria-ease.svg",
|
|
135
135
|
label: "Components tested: aria-ease",
|
|
136
|
-
markdownUrl: "https://raw.githubusercontent.com/aria-ease/aria-ease/main/
|
|
136
|
+
markdownUrl: "https://raw.githubusercontent.com/aria-ease/aria-ease/main/badges/components-tested-aria-ease.svg"
|
|
137
137
|
},
|
|
138
138
|
verified: {
|
|
139
139
|
type: "verified",
|
|
140
140
|
fileName: "verified-by-aria-ease.svg",
|
|
141
141
|
label: "Verified by aria-ease",
|
|
142
|
-
markdownUrl: "https://raw.githubusercontent.com/aria-ease/aria-ease/main/
|
|
142
|
+
markdownUrl: "https://raw.githubusercontent.com/aria-ease/aria-ease/main/badges/verified-aria-ease.svg"
|
|
143
143
|
}
|
|
144
144
|
};
|
|
145
145
|
}
|
package/bin/cli.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import {
|
|
3
3
|
displayBadgeInfo,
|
|
4
4
|
promptAddBadge
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-QM2PWPXN.js";
|
|
6
6
|
import "./chunk-I2KLQ2HA.js";
|
|
7
7
|
|
|
8
8
|
// src/utils/cli/cli.ts
|
|
@@ -225,7 +225,7 @@ program.command("audit").description("Run axe-core powered accessibility audit o
|
|
|
225
225
|
console.log(chalk.dim("\u2500".repeat(60) + "\n"));
|
|
226
226
|
});
|
|
227
227
|
program.command("test").description("Run core a11y accessibility standard tests on UI components").action(async () => {
|
|
228
|
-
const { runTest } = await import("./test-
|
|
228
|
+
const { runTest } = await import("./test-R7VNGK6E.js");
|
|
229
229
|
runTest();
|
|
230
230
|
});
|
|
231
231
|
program.command("help").description("Display help information").action(() => {
|
|
@@ -188,7 +188,7 @@ if (typeof window === "undefined") {
|
|
|
188
188
|
}
|
|
189
189
|
if (!error || error.code === 0) {
|
|
190
190
|
try {
|
|
191
|
-
const { displayBadgeInfo, promptAddBadge } = await import("./badgeHelper-
|
|
191
|
+
const { displayBadgeInfo, promptAddBadge } = await import("./badgeHelper-BG7W2O7N.js");
|
|
192
192
|
displayBadgeInfo("component");
|
|
193
193
|
await promptAddBadge("component", process.cwd());
|
|
194
194
|
console.log(chalk.dim("\n" + "\u2500".repeat(60)));
|
|
@@ -10,19 +10,19 @@ var BADGE_CONFIGS = {
|
|
|
10
10
|
type: "audit",
|
|
11
11
|
fileName: "audited-by-aria-ease.svg",
|
|
12
12
|
label: "Audited by aria-ease",
|
|
13
|
-
markdownUrl: "https://raw.githubusercontent.com/aria-ease/aria-ease/main/
|
|
13
|
+
markdownUrl: "https://raw.githubusercontent.com/aria-ease/aria-ease/main/badges/audited-by-aria-ease.svg"
|
|
14
14
|
},
|
|
15
15
|
component: {
|
|
16
16
|
type: "component",
|
|
17
17
|
fileName: "components-tested-aria-ease.svg",
|
|
18
18
|
label: "Components tested: aria-ease",
|
|
19
|
-
markdownUrl: "https://raw.githubusercontent.com/aria-ease/aria-ease/main/
|
|
19
|
+
markdownUrl: "https://raw.githubusercontent.com/aria-ease/aria-ease/main/badges/components-tested-aria-ease.svg"
|
|
20
20
|
},
|
|
21
21
|
verified: {
|
|
22
22
|
type: "verified",
|
|
23
23
|
fileName: "verified-by-aria-ease.svg",
|
|
24
24
|
label: "Verified by aria-ease",
|
|
25
|
-
markdownUrl: "https://raw.githubusercontent.com/aria-ease/aria-ease/main/
|
|
25
|
+
markdownUrl: "https://raw.githubusercontent.com/aria-ease/aria-ease/main/badges/verified-aria-ease.svg"
|
|
26
26
|
}
|
|
27
27
|
};
|
|
28
28
|
function getBadgeMarkdown(badgeType) {
|
package/dist/index.cjs
CHANGED
|
@@ -1065,19 +1065,19 @@ var init_badgeHelper = __esm({
|
|
|
1065
1065
|
type: "audit",
|
|
1066
1066
|
fileName: "audited-by-aria-ease.svg",
|
|
1067
1067
|
label: "Audited by aria-ease",
|
|
1068
|
-
markdownUrl: "https://raw.githubusercontent.com/aria-ease/aria-ease/main/
|
|
1068
|
+
markdownUrl: "https://raw.githubusercontent.com/aria-ease/aria-ease/main/badges/audited-by-aria-ease.svg"
|
|
1069
1069
|
},
|
|
1070
1070
|
component: {
|
|
1071
1071
|
type: "component",
|
|
1072
1072
|
fileName: "components-tested-aria-ease.svg",
|
|
1073
1073
|
label: "Components tested: aria-ease",
|
|
1074
|
-
markdownUrl: "https://raw.githubusercontent.com/aria-ease/aria-ease/main/
|
|
1074
|
+
markdownUrl: "https://raw.githubusercontent.com/aria-ease/aria-ease/main/badges/components-tested-aria-ease.svg"
|
|
1075
1075
|
},
|
|
1076
1076
|
verified: {
|
|
1077
1077
|
type: "verified",
|
|
1078
1078
|
fileName: "verified-by-aria-ease.svg",
|
|
1079
1079
|
label: "Verified by aria-ease",
|
|
1080
|
-
markdownUrl: "https://raw.githubusercontent.com/aria-ease/aria-ease/main/
|
|
1080
|
+
markdownUrl: "https://raw.githubusercontent.com/aria-ease/aria-ease/main/badges/verified-aria-ease.svg"
|
|
1081
1081
|
}
|
|
1082
1082
|
};
|
|
1083
1083
|
}
|
package/dist/index.js
CHANGED
|
@@ -1613,7 +1613,7 @@ if (typeof window === "undefined") {
|
|
|
1613
1613
|
}
|
|
1614
1614
|
if (!error || error.code === 0) {
|
|
1615
1615
|
try {
|
|
1616
|
-
const { displayBadgeInfo, promptAddBadge } = await import("./badgeHelper-
|
|
1616
|
+
const { displayBadgeInfo, promptAddBadge } = await import("./badgeHelper-KNZFIKXE.js");
|
|
1617
1617
|
displayBadgeInfo("component");
|
|
1618
1618
|
await promptAddBadge("component", process.cwd());
|
|
1619
1619
|
console.log(chalk.dim("\n" + "\u2500".repeat(60)));
|
|
@@ -9,19 +9,19 @@ var BADGE_CONFIGS = {
|
|
|
9
9
|
type: "audit",
|
|
10
10
|
fileName: "audited-by-aria-ease.svg",
|
|
11
11
|
label: "Audited by aria-ease",
|
|
12
|
-
markdownUrl: "https://raw.githubusercontent.com/aria-ease/aria-ease/main/
|
|
12
|
+
markdownUrl: "https://raw.githubusercontent.com/aria-ease/aria-ease/main/badges/audited-by-aria-ease.svg"
|
|
13
13
|
},
|
|
14
14
|
component: {
|
|
15
15
|
type: "component",
|
|
16
16
|
fileName: "components-tested-aria-ease.svg",
|
|
17
17
|
label: "Components tested: aria-ease",
|
|
18
|
-
markdownUrl: "https://raw.githubusercontent.com/aria-ease/aria-ease/main/
|
|
18
|
+
markdownUrl: "https://raw.githubusercontent.com/aria-ease/aria-ease/main/badges/components-tested-aria-ease.svg"
|
|
19
19
|
},
|
|
20
20
|
verified: {
|
|
21
21
|
type: "verified",
|
|
22
22
|
fileName: "verified-by-aria-ease.svg",
|
|
23
23
|
label: "Verified by aria-ease",
|
|
24
|
-
markdownUrl: "https://raw.githubusercontent.com/aria-ease/aria-ease/main/
|
|
24
|
+
markdownUrl: "https://raw.githubusercontent.com/aria-ease/aria-ease/main/badges/verified-aria-ease.svg"
|
|
25
25
|
}
|
|
26
26
|
};
|
|
27
27
|
function getBadgeMarkdown(badgeType) {
|
|
@@ -1034,19 +1034,19 @@ var init_badgeHelper = __esm({
|
|
|
1034
1034
|
type: "audit",
|
|
1035
1035
|
fileName: "audited-by-aria-ease.svg",
|
|
1036
1036
|
label: "Audited by aria-ease",
|
|
1037
|
-
markdownUrl: "https://raw.githubusercontent.com/aria-ease/aria-ease/main/
|
|
1037
|
+
markdownUrl: "https://raw.githubusercontent.com/aria-ease/aria-ease/main/badges/audited-by-aria-ease.svg"
|
|
1038
1038
|
},
|
|
1039
1039
|
component: {
|
|
1040
1040
|
type: "component",
|
|
1041
1041
|
fileName: "components-tested-aria-ease.svg",
|
|
1042
1042
|
label: "Components tested: aria-ease",
|
|
1043
|
-
markdownUrl: "https://raw.githubusercontent.com/aria-ease/aria-ease/main/
|
|
1043
|
+
markdownUrl: "https://raw.githubusercontent.com/aria-ease/aria-ease/main/badges/components-tested-aria-ease.svg"
|
|
1044
1044
|
},
|
|
1045
1045
|
verified: {
|
|
1046
1046
|
type: "verified",
|
|
1047
1047
|
fileName: "verified-by-aria-ease.svg",
|
|
1048
1048
|
label: "Verified by aria-ease",
|
|
1049
|
-
markdownUrl: "https://raw.githubusercontent.com/aria-ease/aria-ease/main/
|
|
1049
|
+
markdownUrl: "https://raw.githubusercontent.com/aria-ease/aria-ease/main/badges/verified-aria-ease.svg"
|
|
1050
1050
|
}
|
|
1051
1051
|
};
|
|
1052
1052
|
}
|
|
@@ -180,7 +180,7 @@ if (typeof window === "undefined") {
|
|
|
180
180
|
}
|
|
181
181
|
if (!error || error.code === 0) {
|
|
182
182
|
try {
|
|
183
|
-
const { displayBadgeInfo, promptAddBadge } = await import('./badgeHelper-
|
|
183
|
+
const { displayBadgeInfo, promptAddBadge } = await import('./badgeHelper-RJN4ZB2R.js');
|
|
184
184
|
displayBadgeInfo("component");
|
|
185
185
|
await promptAddBadge("component", process.cwd());
|
|
186
186
|
console.log(chalk.dim("\n" + "\u2500".repeat(60)));
|