@storybook/addon-a11y 9.1.1 → 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.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +16 -8
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.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
- "valid",
11
- "verify",
12
- "test"
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.1"
92
+ "storybook": "^9.1.3"
85
93
  },
86
94
  "publishConfig": {
87
95
  "access": "public"
@@ -100,7 +108,7 @@
100
108
  "./src/postinstall.ts"
101
109
  ]
102
110
  },
103
- "gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae16",
111
+ "gitHead": "ce6a1e4a8d5ad69c699021a0b183df89cfc7b684",
104
112
  "storybook": {
105
113
  "displayName": "Accessibility",
106
114
  "icon": "https://user-images.githubusercontent.com/263385/101991665-47042f80-3c7c-11eb-8f00-64b5a18f498a.png",