storybook 9.0.0-alpha.5 → 9.0.0-alpha.6
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/bin/index.cjs +63 -63
- package/dist/bin/index.js +63 -63
- package/dist/builder-manager/index.cjs +253 -280
- package/dist/builder-manager/index.js +305 -332
- package/dist/cli/bin/index.cjs +1 -1
- package/dist/cli/bin/index.js +1 -1
- package/dist/common/index.cjs +63 -63
- package/dist/common/index.js +63 -63
- package/dist/components/index.cjs +2102 -2069
- package/dist/components/index.js +2311 -2278
- package/dist/core-server/index.cjs +10687 -10447
- package/dist/core-server/index.d.ts +55 -2
- package/dist/core-server/index.js +10824 -10590
- package/dist/core-server/presets/common-preset.cjs +59 -59
- package/dist/core-server/presets/common-preset.js +57 -57
- package/dist/csf/index.d.ts +1 -1
- package/dist/instrumenter/index.cjs +2 -2
- package/dist/instrumenter/index.js +2 -2
- package/dist/manager/globals-module-info.cjs +12 -4
- package/dist/manager/globals-module-info.js +10 -2
- package/dist/manager/globals-runtime.js +19573 -19104
- package/dist/manager/runtime.js +3254 -3190
- package/dist/manager-api/index.cjs +3627 -3368
- package/dist/manager-api/index.d.ts +57 -18
- package/dist/manager-api/index.js +3182 -2962
- package/dist/manager-errors.d.ts +25 -1
- package/dist/manager-errors.js +42 -26
- package/dist/preview/runtime.js +8055 -7823
- package/dist/preview-api/index.cjs +1234 -1683
- package/dist/preview-api/index.d.ts +69 -376
- package/dist/preview-api/index.js +1360 -1785
- package/dist/preview-errors.cjs +98 -81
- package/dist/preview-errors.d.ts +25 -1
- package/dist/preview-errors.js +109 -93
- package/dist/server-errors.cjs +92 -75
- package/dist/server-errors.d.ts +25 -1
- package/dist/server-errors.js +83 -66
- package/dist/test/index.cjs +6697 -6432
- package/dist/test/index.js +6069 -5804
- package/dist/types/index.d.ts +27 -13
- package/package.json +6 -6
package/dist/bin/index.cjs
CHANGED
|
@@ -24,69 +24,69 @@ var y = require("node:child_process"), b = require("node:fs"), s = require("node
|
|
|
24
24
|
|
|
25
25
|
// src/common/versions.ts
|
|
26
26
|
var p = {
|
|
27
|
-
"@storybook/addon-a11y": "9.0.0-alpha.
|
|
28
|
-
"@storybook/addon-backgrounds": "9.0.0-alpha.
|
|
29
|
-
"@storybook/addon-controls": "9.0.0-alpha.
|
|
30
|
-
"@storybook/addon-docs": "9.0.0-alpha.
|
|
31
|
-
"@storybook/addon-essentials": "9.0.0-alpha.
|
|
32
|
-
"@storybook/addon-mdx-gfm": "9.0.0-alpha.
|
|
33
|
-
"@storybook/addon-highlight": "9.0.0-alpha.
|
|
34
|
-
"@storybook/addon-interactions": "9.0.0-alpha.
|
|
35
|
-
"@storybook/addon-jest": "9.0.0-alpha.
|
|
36
|
-
"@storybook/addon-links": "9.0.0-alpha.
|
|
37
|
-
"@storybook/addon-measure": "9.0.0-alpha.
|
|
38
|
-
"@storybook/addon-onboarding": "9.0.0-alpha.
|
|
39
|
-
"@storybook/addon-outline": "9.0.0-alpha.
|
|
40
|
-
"@storybook/addon-storysource": "9.0.0-alpha.
|
|
41
|
-
"@storybook/addon-test": "9.0.0-alpha.
|
|
42
|
-
"@storybook/addon-themes": "9.0.0-alpha.
|
|
43
|
-
"@storybook/addon-toolbars": "9.0.0-alpha.
|
|
44
|
-
"@storybook/addon-viewport": "9.0.0-alpha.
|
|
45
|
-
"@storybook/builder-vite": "9.0.0-alpha.
|
|
46
|
-
"@storybook/builder-webpack5": "9.0.0-alpha.
|
|
47
|
-
storybook: "9.0.0-alpha.
|
|
48
|
-
"@storybook/angular": "9.0.0-alpha.
|
|
49
|
-
"@storybook/ember": "9.0.0-alpha.
|
|
50
|
-
"@storybook/experimental-nextjs-vite": "9.0.0-alpha.
|
|
51
|
-
"@storybook/html-vite": "9.0.0-alpha.
|
|
52
|
-
"@storybook/html-webpack5": "9.0.0-alpha.
|
|
53
|
-
"@storybook/nextjs": "9.0.0-alpha.
|
|
54
|
-
"@storybook/preact-vite": "9.0.0-alpha.
|
|
55
|
-
"@storybook/preact-webpack5": "9.0.0-alpha.
|
|
56
|
-
"@storybook/react-native-web-vite": "9.0.0-alpha.
|
|
57
|
-
"@storybook/react-vite": "9.0.0-alpha.
|
|
58
|
-
"@storybook/react-webpack5": "9.0.0-alpha.
|
|
59
|
-
"@storybook/server-webpack5": "9.0.0-alpha.
|
|
60
|
-
"@storybook/svelte-vite": "9.0.0-alpha.
|
|
61
|
-
"@storybook/svelte-webpack5": "9.0.0-alpha.
|
|
62
|
-
"@storybook/sveltekit": "9.0.0-alpha.
|
|
63
|
-
"@storybook/vue3-vite": "9.0.0-alpha.
|
|
64
|
-
"@storybook/vue3-webpack5": "9.0.0-alpha.
|
|
65
|
-
"@storybook/web-components-vite": "9.0.0-alpha.
|
|
66
|
-
"@storybook/web-components-webpack5": "9.0.0-alpha.
|
|
67
|
-
"@storybook/blocks": "9.0.0-alpha.
|
|
68
|
-
sb: "9.0.0-alpha.
|
|
69
|
-
"@storybook/cli": "9.0.0-alpha.
|
|
70
|
-
"@storybook/codemod": "9.0.0-alpha.
|
|
71
|
-
"@storybook/core-webpack": "9.0.0-alpha.
|
|
72
|
-
"create-storybook": "9.0.0-alpha.
|
|
73
|
-
"@storybook/csf-plugin": "9.0.0-alpha.
|
|
74
|
-
"@storybook/react-dom-shim": "9.0.0-alpha.
|
|
75
|
-
"@storybook/source-loader": "9.0.0-alpha.
|
|
76
|
-
"@storybook/preset-create-react-app": "9.0.0-alpha.
|
|
77
|
-
"@storybook/preset-html-webpack": "9.0.0-alpha.
|
|
78
|
-
"@storybook/preset-preact-webpack": "9.0.0-alpha.
|
|
79
|
-
"@storybook/preset-react-webpack": "9.0.0-alpha.
|
|
80
|
-
"@storybook/preset-server-webpack": "9.0.0-alpha.
|
|
81
|
-
"@storybook/preset-svelte-webpack": "9.0.0-alpha.
|
|
82
|
-
"@storybook/preset-vue3-webpack": "9.0.0-alpha.
|
|
83
|
-
"@storybook/html": "9.0.0-alpha.
|
|
84
|
-
"@storybook/preact": "9.0.0-alpha.
|
|
85
|
-
"@storybook/react": "9.0.0-alpha.
|
|
86
|
-
"@storybook/server": "9.0.0-alpha.
|
|
87
|
-
"@storybook/svelte": "9.0.0-alpha.
|
|
88
|
-
"@storybook/vue3": "9.0.0-alpha.
|
|
89
|
-
"@storybook/web-components": "9.0.0-alpha.
|
|
27
|
+
"@storybook/addon-a11y": "9.0.0-alpha.6",
|
|
28
|
+
"@storybook/addon-backgrounds": "9.0.0-alpha.6",
|
|
29
|
+
"@storybook/addon-controls": "9.0.0-alpha.6",
|
|
30
|
+
"@storybook/addon-docs": "9.0.0-alpha.6",
|
|
31
|
+
"@storybook/addon-essentials": "9.0.0-alpha.6",
|
|
32
|
+
"@storybook/addon-mdx-gfm": "9.0.0-alpha.6",
|
|
33
|
+
"@storybook/addon-highlight": "9.0.0-alpha.6",
|
|
34
|
+
"@storybook/addon-interactions": "9.0.0-alpha.6",
|
|
35
|
+
"@storybook/addon-jest": "9.0.0-alpha.6",
|
|
36
|
+
"@storybook/addon-links": "9.0.0-alpha.6",
|
|
37
|
+
"@storybook/addon-measure": "9.0.0-alpha.6",
|
|
38
|
+
"@storybook/addon-onboarding": "9.0.0-alpha.6",
|
|
39
|
+
"@storybook/addon-outline": "9.0.0-alpha.6",
|
|
40
|
+
"@storybook/addon-storysource": "9.0.0-alpha.6",
|
|
41
|
+
"@storybook/addon-test": "9.0.0-alpha.6",
|
|
42
|
+
"@storybook/addon-themes": "9.0.0-alpha.6",
|
|
43
|
+
"@storybook/addon-toolbars": "9.0.0-alpha.6",
|
|
44
|
+
"@storybook/addon-viewport": "9.0.0-alpha.6",
|
|
45
|
+
"@storybook/builder-vite": "9.0.0-alpha.6",
|
|
46
|
+
"@storybook/builder-webpack5": "9.0.0-alpha.6",
|
|
47
|
+
storybook: "9.0.0-alpha.6",
|
|
48
|
+
"@storybook/angular": "9.0.0-alpha.6",
|
|
49
|
+
"@storybook/ember": "9.0.0-alpha.6",
|
|
50
|
+
"@storybook/experimental-nextjs-vite": "9.0.0-alpha.6",
|
|
51
|
+
"@storybook/html-vite": "9.0.0-alpha.6",
|
|
52
|
+
"@storybook/html-webpack5": "9.0.0-alpha.6",
|
|
53
|
+
"@storybook/nextjs": "9.0.0-alpha.6",
|
|
54
|
+
"@storybook/preact-vite": "9.0.0-alpha.6",
|
|
55
|
+
"@storybook/preact-webpack5": "9.0.0-alpha.6",
|
|
56
|
+
"@storybook/react-native-web-vite": "9.0.0-alpha.6",
|
|
57
|
+
"@storybook/react-vite": "9.0.0-alpha.6",
|
|
58
|
+
"@storybook/react-webpack5": "9.0.0-alpha.6",
|
|
59
|
+
"@storybook/server-webpack5": "9.0.0-alpha.6",
|
|
60
|
+
"@storybook/svelte-vite": "9.0.0-alpha.6",
|
|
61
|
+
"@storybook/svelte-webpack5": "9.0.0-alpha.6",
|
|
62
|
+
"@storybook/sveltekit": "9.0.0-alpha.6",
|
|
63
|
+
"@storybook/vue3-vite": "9.0.0-alpha.6",
|
|
64
|
+
"@storybook/vue3-webpack5": "9.0.0-alpha.6",
|
|
65
|
+
"@storybook/web-components-vite": "9.0.0-alpha.6",
|
|
66
|
+
"@storybook/web-components-webpack5": "9.0.0-alpha.6",
|
|
67
|
+
"@storybook/blocks": "9.0.0-alpha.6",
|
|
68
|
+
sb: "9.0.0-alpha.6",
|
|
69
|
+
"@storybook/cli": "9.0.0-alpha.6",
|
|
70
|
+
"@storybook/codemod": "9.0.0-alpha.6",
|
|
71
|
+
"@storybook/core-webpack": "9.0.0-alpha.6",
|
|
72
|
+
"create-storybook": "9.0.0-alpha.6",
|
|
73
|
+
"@storybook/csf-plugin": "9.0.0-alpha.6",
|
|
74
|
+
"@storybook/react-dom-shim": "9.0.0-alpha.6",
|
|
75
|
+
"@storybook/source-loader": "9.0.0-alpha.6",
|
|
76
|
+
"@storybook/preset-create-react-app": "9.0.0-alpha.6",
|
|
77
|
+
"@storybook/preset-html-webpack": "9.0.0-alpha.6",
|
|
78
|
+
"@storybook/preset-preact-webpack": "9.0.0-alpha.6",
|
|
79
|
+
"@storybook/preset-react-webpack": "9.0.0-alpha.6",
|
|
80
|
+
"@storybook/preset-server-webpack": "9.0.0-alpha.6",
|
|
81
|
+
"@storybook/preset-svelte-webpack": "9.0.0-alpha.6",
|
|
82
|
+
"@storybook/preset-vue3-webpack": "9.0.0-alpha.6",
|
|
83
|
+
"@storybook/html": "9.0.0-alpha.6",
|
|
84
|
+
"@storybook/preact": "9.0.0-alpha.6",
|
|
85
|
+
"@storybook/react": "9.0.0-alpha.6",
|
|
86
|
+
"@storybook/server": "9.0.0-alpha.6",
|
|
87
|
+
"@storybook/svelte": "9.0.0-alpha.6",
|
|
88
|
+
"@storybook/vue3": "9.0.0-alpha.6",
|
|
89
|
+
"@storybook/web-components": "9.0.0-alpha.6"
|
|
90
90
|
};
|
|
91
91
|
|
|
92
92
|
// src/bin/index.ts
|
package/dist/bin/index.js
CHANGED
|
@@ -18,69 +18,69 @@ import { dirname as b, join as k } from "node:path";
|
|
|
18
18
|
|
|
19
19
|
// src/common/versions.ts
|
|
20
20
|
var t = {
|
|
21
|
-
"@storybook/addon-a11y": "9.0.0-alpha.
|
|
22
|
-
"@storybook/addon-backgrounds": "9.0.0-alpha.
|
|
23
|
-
"@storybook/addon-controls": "9.0.0-alpha.
|
|
24
|
-
"@storybook/addon-docs": "9.0.0-alpha.
|
|
25
|
-
"@storybook/addon-essentials": "9.0.0-alpha.
|
|
26
|
-
"@storybook/addon-mdx-gfm": "9.0.0-alpha.
|
|
27
|
-
"@storybook/addon-highlight": "9.0.0-alpha.
|
|
28
|
-
"@storybook/addon-interactions": "9.0.0-alpha.
|
|
29
|
-
"@storybook/addon-jest": "9.0.0-alpha.
|
|
30
|
-
"@storybook/addon-links": "9.0.0-alpha.
|
|
31
|
-
"@storybook/addon-measure": "9.0.0-alpha.
|
|
32
|
-
"@storybook/addon-onboarding": "9.0.0-alpha.
|
|
33
|
-
"@storybook/addon-outline": "9.0.0-alpha.
|
|
34
|
-
"@storybook/addon-storysource": "9.0.0-alpha.
|
|
35
|
-
"@storybook/addon-test": "9.0.0-alpha.
|
|
36
|
-
"@storybook/addon-themes": "9.0.0-alpha.
|
|
37
|
-
"@storybook/addon-toolbars": "9.0.0-alpha.
|
|
38
|
-
"@storybook/addon-viewport": "9.0.0-alpha.
|
|
39
|
-
"@storybook/builder-vite": "9.0.0-alpha.
|
|
40
|
-
"@storybook/builder-webpack5": "9.0.0-alpha.
|
|
41
|
-
storybook: "9.0.0-alpha.
|
|
42
|
-
"@storybook/angular": "9.0.0-alpha.
|
|
43
|
-
"@storybook/ember": "9.0.0-alpha.
|
|
44
|
-
"@storybook/experimental-nextjs-vite": "9.0.0-alpha.
|
|
45
|
-
"@storybook/html-vite": "9.0.0-alpha.
|
|
46
|
-
"@storybook/html-webpack5": "9.0.0-alpha.
|
|
47
|
-
"@storybook/nextjs": "9.0.0-alpha.
|
|
48
|
-
"@storybook/preact-vite": "9.0.0-alpha.
|
|
49
|
-
"@storybook/preact-webpack5": "9.0.0-alpha.
|
|
50
|
-
"@storybook/react-native-web-vite": "9.0.0-alpha.
|
|
51
|
-
"@storybook/react-vite": "9.0.0-alpha.
|
|
52
|
-
"@storybook/react-webpack5": "9.0.0-alpha.
|
|
53
|
-
"@storybook/server-webpack5": "9.0.0-alpha.
|
|
54
|
-
"@storybook/svelte-vite": "9.0.0-alpha.
|
|
55
|
-
"@storybook/svelte-webpack5": "9.0.0-alpha.
|
|
56
|
-
"@storybook/sveltekit": "9.0.0-alpha.
|
|
57
|
-
"@storybook/vue3-vite": "9.0.0-alpha.
|
|
58
|
-
"@storybook/vue3-webpack5": "9.0.0-alpha.
|
|
59
|
-
"@storybook/web-components-vite": "9.0.0-alpha.
|
|
60
|
-
"@storybook/web-components-webpack5": "9.0.0-alpha.
|
|
61
|
-
"@storybook/blocks": "9.0.0-alpha.
|
|
62
|
-
sb: "9.0.0-alpha.
|
|
63
|
-
"@storybook/cli": "9.0.0-alpha.
|
|
64
|
-
"@storybook/codemod": "9.0.0-alpha.
|
|
65
|
-
"@storybook/core-webpack": "9.0.0-alpha.
|
|
66
|
-
"create-storybook": "9.0.0-alpha.
|
|
67
|
-
"@storybook/csf-plugin": "9.0.0-alpha.
|
|
68
|
-
"@storybook/react-dom-shim": "9.0.0-alpha.
|
|
69
|
-
"@storybook/source-loader": "9.0.0-alpha.
|
|
70
|
-
"@storybook/preset-create-react-app": "9.0.0-alpha.
|
|
71
|
-
"@storybook/preset-html-webpack": "9.0.0-alpha.
|
|
72
|
-
"@storybook/preset-preact-webpack": "9.0.0-alpha.
|
|
73
|
-
"@storybook/preset-react-webpack": "9.0.0-alpha.
|
|
74
|
-
"@storybook/preset-server-webpack": "9.0.0-alpha.
|
|
75
|
-
"@storybook/preset-svelte-webpack": "9.0.0-alpha.
|
|
76
|
-
"@storybook/preset-vue3-webpack": "9.0.0-alpha.
|
|
77
|
-
"@storybook/html": "9.0.0-alpha.
|
|
78
|
-
"@storybook/preact": "9.0.0-alpha.
|
|
79
|
-
"@storybook/react": "9.0.0-alpha.
|
|
80
|
-
"@storybook/server": "9.0.0-alpha.
|
|
81
|
-
"@storybook/svelte": "9.0.0-alpha.
|
|
82
|
-
"@storybook/vue3": "9.0.0-alpha.
|
|
83
|
-
"@storybook/web-components": "9.0.0-alpha.
|
|
21
|
+
"@storybook/addon-a11y": "9.0.0-alpha.6",
|
|
22
|
+
"@storybook/addon-backgrounds": "9.0.0-alpha.6",
|
|
23
|
+
"@storybook/addon-controls": "9.0.0-alpha.6",
|
|
24
|
+
"@storybook/addon-docs": "9.0.0-alpha.6",
|
|
25
|
+
"@storybook/addon-essentials": "9.0.0-alpha.6",
|
|
26
|
+
"@storybook/addon-mdx-gfm": "9.0.0-alpha.6",
|
|
27
|
+
"@storybook/addon-highlight": "9.0.0-alpha.6",
|
|
28
|
+
"@storybook/addon-interactions": "9.0.0-alpha.6",
|
|
29
|
+
"@storybook/addon-jest": "9.0.0-alpha.6",
|
|
30
|
+
"@storybook/addon-links": "9.0.0-alpha.6",
|
|
31
|
+
"@storybook/addon-measure": "9.0.0-alpha.6",
|
|
32
|
+
"@storybook/addon-onboarding": "9.0.0-alpha.6",
|
|
33
|
+
"@storybook/addon-outline": "9.0.0-alpha.6",
|
|
34
|
+
"@storybook/addon-storysource": "9.0.0-alpha.6",
|
|
35
|
+
"@storybook/addon-test": "9.0.0-alpha.6",
|
|
36
|
+
"@storybook/addon-themes": "9.0.0-alpha.6",
|
|
37
|
+
"@storybook/addon-toolbars": "9.0.0-alpha.6",
|
|
38
|
+
"@storybook/addon-viewport": "9.0.0-alpha.6",
|
|
39
|
+
"@storybook/builder-vite": "9.0.0-alpha.6",
|
|
40
|
+
"@storybook/builder-webpack5": "9.0.0-alpha.6",
|
|
41
|
+
storybook: "9.0.0-alpha.6",
|
|
42
|
+
"@storybook/angular": "9.0.0-alpha.6",
|
|
43
|
+
"@storybook/ember": "9.0.0-alpha.6",
|
|
44
|
+
"@storybook/experimental-nextjs-vite": "9.0.0-alpha.6",
|
|
45
|
+
"@storybook/html-vite": "9.0.0-alpha.6",
|
|
46
|
+
"@storybook/html-webpack5": "9.0.0-alpha.6",
|
|
47
|
+
"@storybook/nextjs": "9.0.0-alpha.6",
|
|
48
|
+
"@storybook/preact-vite": "9.0.0-alpha.6",
|
|
49
|
+
"@storybook/preact-webpack5": "9.0.0-alpha.6",
|
|
50
|
+
"@storybook/react-native-web-vite": "9.0.0-alpha.6",
|
|
51
|
+
"@storybook/react-vite": "9.0.0-alpha.6",
|
|
52
|
+
"@storybook/react-webpack5": "9.0.0-alpha.6",
|
|
53
|
+
"@storybook/server-webpack5": "9.0.0-alpha.6",
|
|
54
|
+
"@storybook/svelte-vite": "9.0.0-alpha.6",
|
|
55
|
+
"@storybook/svelte-webpack5": "9.0.0-alpha.6",
|
|
56
|
+
"@storybook/sveltekit": "9.0.0-alpha.6",
|
|
57
|
+
"@storybook/vue3-vite": "9.0.0-alpha.6",
|
|
58
|
+
"@storybook/vue3-webpack5": "9.0.0-alpha.6",
|
|
59
|
+
"@storybook/web-components-vite": "9.0.0-alpha.6",
|
|
60
|
+
"@storybook/web-components-webpack5": "9.0.0-alpha.6",
|
|
61
|
+
"@storybook/blocks": "9.0.0-alpha.6",
|
|
62
|
+
sb: "9.0.0-alpha.6",
|
|
63
|
+
"@storybook/cli": "9.0.0-alpha.6",
|
|
64
|
+
"@storybook/codemod": "9.0.0-alpha.6",
|
|
65
|
+
"@storybook/core-webpack": "9.0.0-alpha.6",
|
|
66
|
+
"create-storybook": "9.0.0-alpha.6",
|
|
67
|
+
"@storybook/csf-plugin": "9.0.0-alpha.6",
|
|
68
|
+
"@storybook/react-dom-shim": "9.0.0-alpha.6",
|
|
69
|
+
"@storybook/source-loader": "9.0.0-alpha.6",
|
|
70
|
+
"@storybook/preset-create-react-app": "9.0.0-alpha.6",
|
|
71
|
+
"@storybook/preset-html-webpack": "9.0.0-alpha.6",
|
|
72
|
+
"@storybook/preset-preact-webpack": "9.0.0-alpha.6",
|
|
73
|
+
"@storybook/preset-react-webpack": "9.0.0-alpha.6",
|
|
74
|
+
"@storybook/preset-server-webpack": "9.0.0-alpha.6",
|
|
75
|
+
"@storybook/preset-svelte-webpack": "9.0.0-alpha.6",
|
|
76
|
+
"@storybook/preset-vue3-webpack": "9.0.0-alpha.6",
|
|
77
|
+
"@storybook/html": "9.0.0-alpha.6",
|
|
78
|
+
"@storybook/preact": "9.0.0-alpha.6",
|
|
79
|
+
"@storybook/react": "9.0.0-alpha.6",
|
|
80
|
+
"@storybook/server": "9.0.0-alpha.6",
|
|
81
|
+
"@storybook/svelte": "9.0.0-alpha.6",
|
|
82
|
+
"@storybook/vue3": "9.0.0-alpha.6",
|
|
83
|
+
"@storybook/web-components": "9.0.0-alpha.6"
|
|
84
84
|
};
|
|
85
85
|
|
|
86
86
|
// src/bin/index.ts
|