@storybook/addon-a11y 9.1.2 → 9.1.3
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 +3 -1
- package/package.json +15 -7
package/README.md
CHANGED
|
@@ -10,4 +10,6 @@ The @storybook/addon-a11y package provides accessibility testing for Storybook s
|
|
|
10
10
|
npx storybook add @storybook/addon-a11y
|
|
11
11
|
```
|
|
12
12
|
|
|
13
|
-
[More on getting started with the accessibility addon](https://storybook.js.org/docs/writing-tests/accessibility-testing#accessibility-checks-with-a11y-addon)
|
|
13
|
+
[More on getting started with the accessibility addon](https://storybook.js.org/docs/writing-tests/accessibility-testing#accessibility-checks-with-a11y-addon?ref=readme)
|
|
14
|
+
|
|
15
|
+
Learn more about Storybook at [storybook.js.org](https://storybook.js.org/?ref=readme).
|
package/package.json
CHANGED
|
@@ -1,15 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/addon-a11y",
|
|
3
|
-
"version": "9.1.
|
|
4
|
-
"description": "Test component compliance with web accessibility standards",
|
|
3
|
+
"version": "9.1.3",
|
|
4
|
+
"description": "Storybook Addon A11y: Test UI component compliance with WCAG web accessibility standards",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"a11y",
|
|
7
7
|
"accessibility",
|
|
8
|
-
"addon",
|
|
9
8
|
"storybook",
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
9
|
+
"storybook-addon",
|
|
10
|
+
"test",
|
|
11
|
+
"axe",
|
|
12
|
+
"WCAG",
|
|
13
|
+
"ARIA",
|
|
14
|
+
"component",
|
|
15
|
+
"components",
|
|
16
|
+
"react",
|
|
17
|
+
"vue",
|
|
18
|
+
"angular",
|
|
19
|
+
"svelte",
|
|
20
|
+
"web-components"
|
|
13
21
|
],
|
|
14
22
|
"homepage": "https://github.com/storybookjs/storybook/tree/next/code/addons/a11y",
|
|
15
23
|
"bugs": {
|
|
@@ -81,7 +89,7 @@
|
|
|
81
89
|
"vitest-axe": "^0.1.0"
|
|
82
90
|
},
|
|
83
91
|
"peerDependencies": {
|
|
84
|
-
"storybook": "^9.1.
|
|
92
|
+
"storybook": "^9.1.3"
|
|
85
93
|
},
|
|
86
94
|
"publishConfig": {
|
|
87
95
|
"access": "public"
|