@storybook/addon-a11y 8.6.0-beta.2 → 8.6.0-beta.4

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/dist/index.d.ts CHANGED
@@ -1,5 +1,4 @@
1
1
  import * as core_dist_types from 'storybook/internal/types';
2
- import * as _storybook_core_csf from '@storybook/core/csf';
3
2
  import { ElementContext, Spec, RunOptions } from 'axe-core';
4
3
 
5
4
  declare const PARAM_KEY = "a11y";
@@ -36,6 +35,6 @@ interface A11yParameters {
36
35
  };
37
36
  }
38
37
 
39
- declare const _default: () => core_dist_types.ProjectAnnotations<_storybook_core_csf.Renderer>;
38
+ declare const _default: () => core_dist_types.ProjectAnnotations<core_dist_types.Renderer>;
40
39
 
41
40
  export { A11yParameters, PARAM_KEY, Setup, _default as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-a11y",
3
- "version": "8.6.0-beta.2",
3
+ "version": "8.6.0-beta.4",
4
4
  "description": "Test component compliance with web accessibility standards",
5
5
  "keywords": [
6
6
  "a11y",
@@ -66,8 +66,8 @@
66
66
  "prep": "jiti ../../../scripts/prepare/addon-bundle.ts"
67
67
  },
68
68
  "dependencies": {
69
- "@storybook/addon-highlight": "8.6.0-beta.2",
70
- "@storybook/test": "8.6.0-beta.2",
69
+ "@storybook/addon-highlight": "8.6.0-beta.4",
70
+ "@storybook/test": "8.6.0-beta.4",
71
71
  "axe-core": "^4.2.0"
72
72
  },
73
73
  "devDependencies": {
@@ -85,7 +85,7 @@
85
85
  "vitest-axe": "^0.1.0"
86
86
  },
87
87
  "peerDependencies": {
88
- "storybook": "^8.6.0-beta.2"
88
+ "storybook": "^8.6.0-beta.4"
89
89
  },
90
90
  "publishConfig": {
91
91
  "access": "public"
package/preview.js CHANGED
@@ -1 +1 @@
1
- import './dist/preview';
1
+ export * from './dist/preview';