@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 +5 -6
- package/dist/manager.js +11 -1540
- package/dist/postinstall.js +1 -1
- package/dist/preview.js +68 -1
- package/package.json +1 -1
- package/dist/100.js +0 -122
- package/dist/212.js +0 -1965
- package/dist/212.js.LICENSE.txt +0 -19
- package/dist/699.js +0 -542
- package/dist/rslib-runtime.js +0 -37
package/dist/index.js
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { definePreviewAddon } from "storybook/internal/csf";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
export default
|
|
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 };
|