@techsio/storybook-better-a11y 0.0.4 → 0.0.5

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.js CHANGED
@@ -1,7 +1,6 @@
1
1
  import { definePreviewAddon } from "storybook/internal/csf";
2
- import { preview_namespaceObject } from "./699.js";
3
- import "./100.js";
4
- const src = ()=>definePreviewAddon(preview_namespaceObject);
5
- var src_PARAM_KEY = "a11y";
6
- export default src;
7
- export { src_PARAM_KEY as PARAM_KEY };
2
+ import { PARAM_KEY } from "./constants.js";
3
+ export * from "./params.js";
4
+ import * as __rspack_external__preview_js_3b21eac2 from "./preview.js";
5
+ const src = ()=>definePreviewAddon(__rspack_external__preview_js_3b21eac2);
6
+ export { PARAM_KEY, src as default };