storybook 9.0.0-alpha.10 → 9.0.0-alpha.11
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 -64
- package/dist/bin/index.js +59 -60
- package/dist/cli/bin/index.cjs +80 -80
- package/dist/cli/bin/index.js +83 -83
- package/dist/common/index.cjs +61 -62
- package/dist/common/index.d.ts +0 -1
- package/dist/common/index.js +93 -94
- package/dist/component-testing/index.cjs +23 -0
- package/dist/component-testing/index.d.ts +3 -0
- package/dist/component-testing/index.js +5 -0
- package/dist/component-testing/manager.css +170 -0
- package/dist/component-testing/manager.js +3099 -0
- package/dist/component-testing/preview.cjs +40 -0
- package/dist/component-testing/preview.d.ts +5 -0
- package/dist/component-testing/preview.js +25 -0
- package/dist/components/index.cjs +1 -0
- package/dist/components/index.js +1 -0
- package/dist/core-server/presets/common-preset.cjs +1359 -1359
- package/dist/core-server/presets/common-preset.js +1406 -1406
- package/dist/instrumenter/index.cjs +475 -468
- package/dist/instrumenter/index.js +949 -950
- package/dist/manager/globals-runtime.js +55652 -49799
- package/dist/manager-api/index.cjs +206 -206
- package/dist/manager-api/index.d.ts +1 -1
- package/dist/manager-api/index.js +1 -1
- package/dist/preview/runtime.js +38686 -37394
- package/dist/preview-api/index.cjs +591 -588
- package/dist/preview-api/index.d.ts +2 -2
- package/dist/preview-api/index.js +580 -577
- package/package.json +22 -1
package/dist/bin/index.cjs
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var i = Object.create;
|
|
3
3
|
var k = Object.defineProperty;
|
|
4
|
-
var
|
|
5
|
-
var
|
|
4
|
+
var c = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var n = Object.getOwnPropertyNames;
|
|
6
6
|
var d = Object.getPrototypeOf, v = Object.prototype.hasOwnProperty;
|
|
7
7
|
var u = (o, e, a, t) => {
|
|
8
8
|
if (e && typeof e == "object" || typeof e == "function")
|
|
9
|
-
for (let l of
|
|
10
|
-
!v.call(o, l) && l !== a && k(o, l, { get: () => e[l], enumerable: !(t =
|
|
9
|
+
for (let l of n(e))
|
|
10
|
+
!v.call(o, l) && l !== a && k(o, l, { get: () => e[l], enumerable: !(t = c(e, l)) || t.enumerable });
|
|
11
11
|
return o;
|
|
12
12
|
};
|
|
13
13
|
var h = (o, e, a) => (a = o != null ? i(d(o)) : {}, u(
|
|
@@ -24,66 +24,65 @@ 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-docs": "9.0.0-alpha.
|
|
30
|
-
"@storybook/addon-essentials": "9.0.0-alpha.
|
|
31
|
-
"@storybook/addon-mdx-gfm": "9.0.0-alpha.
|
|
32
|
-
"@storybook/addon-highlight": "9.0.0-alpha.
|
|
33
|
-
"@storybook/addon-
|
|
34
|
-
"@storybook/addon-
|
|
35
|
-
"@storybook/addon-
|
|
36
|
-
"@storybook/addon-
|
|
37
|
-
"@storybook/addon-
|
|
38
|
-
"@storybook/addon-
|
|
39
|
-
"@storybook/addon-
|
|
40
|
-
"@storybook/addon-
|
|
41
|
-
"@storybook/
|
|
42
|
-
"@storybook/builder-
|
|
43
|
-
|
|
44
|
-
storybook: "9.0.0-alpha.
|
|
45
|
-
"@storybook/
|
|
46
|
-
"@storybook/
|
|
47
|
-
"@storybook/
|
|
48
|
-
"@storybook/html-
|
|
49
|
-
"@storybook/
|
|
50
|
-
"@storybook/
|
|
51
|
-
"@storybook/preact-
|
|
52
|
-
"@storybook/
|
|
53
|
-
"@storybook/react-
|
|
54
|
-
"@storybook/react-
|
|
55
|
-
"@storybook/
|
|
56
|
-
"@storybook/
|
|
57
|
-
"@storybook/svelte-
|
|
58
|
-
"@storybook/
|
|
59
|
-
"@storybook/
|
|
60
|
-
"@storybook/vue3-
|
|
61
|
-
"@storybook/
|
|
62
|
-
"@storybook/web-components-
|
|
63
|
-
"@storybook/
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
"@storybook/
|
|
67
|
-
"@storybook/
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"@storybook/
|
|
71
|
-
"@storybook/
|
|
72
|
-
"@storybook/
|
|
73
|
-
"@storybook/preset-
|
|
74
|
-
"@storybook/preset-
|
|
75
|
-
"@storybook/preset-
|
|
76
|
-
"@storybook/preset-
|
|
77
|
-
"@storybook/preset-
|
|
78
|
-
"@storybook/preset-
|
|
79
|
-
"@storybook/
|
|
80
|
-
"@storybook/
|
|
81
|
-
"@storybook/
|
|
82
|
-
"@storybook/
|
|
83
|
-
"@storybook/
|
|
84
|
-
"@storybook/
|
|
85
|
-
"@storybook/
|
|
86
|
-
"@storybook/web-components": "9.0.0-alpha.10"
|
|
27
|
+
"@storybook/addon-a11y": "9.0.0-alpha.11",
|
|
28
|
+
"@storybook/addon-backgrounds": "9.0.0-alpha.11",
|
|
29
|
+
"@storybook/addon-docs": "9.0.0-alpha.11",
|
|
30
|
+
"@storybook/addon-essentials": "9.0.0-alpha.11",
|
|
31
|
+
"@storybook/addon-mdx-gfm": "9.0.0-alpha.11",
|
|
32
|
+
"@storybook/addon-highlight": "9.0.0-alpha.11",
|
|
33
|
+
"@storybook/addon-jest": "9.0.0-alpha.11",
|
|
34
|
+
"@storybook/addon-links": "9.0.0-alpha.11",
|
|
35
|
+
"@storybook/addon-measure": "9.0.0-alpha.11",
|
|
36
|
+
"@storybook/addon-onboarding": "9.0.0-alpha.11",
|
|
37
|
+
"@storybook/addon-outline": "9.0.0-alpha.11",
|
|
38
|
+
"@storybook/addon-storysource": "9.0.0-alpha.11",
|
|
39
|
+
"@storybook/addon-test": "9.0.0-alpha.11",
|
|
40
|
+
"@storybook/addon-themes": "9.0.0-alpha.11",
|
|
41
|
+
"@storybook/builder-vite": "9.0.0-alpha.11",
|
|
42
|
+
"@storybook/builder-webpack5": "9.0.0-alpha.11",
|
|
43
|
+
storybook: "9.0.0-alpha.11",
|
|
44
|
+
"@storybook/angular": "9.0.0-alpha.11",
|
|
45
|
+
"@storybook/ember": "9.0.0-alpha.11",
|
|
46
|
+
"@storybook/experimental-nextjs-vite": "9.0.0-alpha.11",
|
|
47
|
+
"@storybook/html-vite": "9.0.0-alpha.11",
|
|
48
|
+
"@storybook/html-webpack5": "9.0.0-alpha.11",
|
|
49
|
+
"@storybook/nextjs": "9.0.0-alpha.11",
|
|
50
|
+
"@storybook/preact-vite": "9.0.0-alpha.11",
|
|
51
|
+
"@storybook/preact-webpack5": "9.0.0-alpha.11",
|
|
52
|
+
"@storybook/react-native-web-vite": "9.0.0-alpha.11",
|
|
53
|
+
"@storybook/react-vite": "9.0.0-alpha.11",
|
|
54
|
+
"@storybook/react-webpack5": "9.0.0-alpha.11",
|
|
55
|
+
"@storybook/server-webpack5": "9.0.0-alpha.11",
|
|
56
|
+
"@storybook/svelte-vite": "9.0.0-alpha.11",
|
|
57
|
+
"@storybook/svelte-webpack5": "9.0.0-alpha.11",
|
|
58
|
+
"@storybook/sveltekit": "9.0.0-alpha.11",
|
|
59
|
+
"@storybook/vue3-vite": "9.0.0-alpha.11",
|
|
60
|
+
"@storybook/vue3-webpack5": "9.0.0-alpha.11",
|
|
61
|
+
"@storybook/web-components-vite": "9.0.0-alpha.11",
|
|
62
|
+
"@storybook/web-components-webpack5": "9.0.0-alpha.11",
|
|
63
|
+
"@storybook/blocks": "9.0.0-alpha.11",
|
|
64
|
+
sb: "9.0.0-alpha.11",
|
|
65
|
+
"@storybook/cli": "9.0.0-alpha.11",
|
|
66
|
+
"@storybook/codemod": "9.0.0-alpha.11",
|
|
67
|
+
"@storybook/core-webpack": "9.0.0-alpha.11",
|
|
68
|
+
"create-storybook": "9.0.0-alpha.11",
|
|
69
|
+
"@storybook/csf-plugin": "9.0.0-alpha.11",
|
|
70
|
+
"@storybook/react-dom-shim": "9.0.0-alpha.11",
|
|
71
|
+
"@storybook/source-loader": "9.0.0-alpha.11",
|
|
72
|
+
"@storybook/preset-create-react-app": "9.0.0-alpha.11",
|
|
73
|
+
"@storybook/preset-html-webpack": "9.0.0-alpha.11",
|
|
74
|
+
"@storybook/preset-preact-webpack": "9.0.0-alpha.11",
|
|
75
|
+
"@storybook/preset-react-webpack": "9.0.0-alpha.11",
|
|
76
|
+
"@storybook/preset-server-webpack": "9.0.0-alpha.11",
|
|
77
|
+
"@storybook/preset-svelte-webpack": "9.0.0-alpha.11",
|
|
78
|
+
"@storybook/preset-vue3-webpack": "9.0.0-alpha.11",
|
|
79
|
+
"@storybook/html": "9.0.0-alpha.11",
|
|
80
|
+
"@storybook/preact": "9.0.0-alpha.11",
|
|
81
|
+
"@storybook/react": "9.0.0-alpha.11",
|
|
82
|
+
"@storybook/server": "9.0.0-alpha.11",
|
|
83
|
+
"@storybook/svelte": "9.0.0-alpha.11",
|
|
84
|
+
"@storybook/vue3": "9.0.0-alpha.11",
|
|
85
|
+
"@storybook/web-components": "9.0.0-alpha.11"
|
|
87
86
|
};
|
|
88
87
|
|
|
89
88
|
// src/bin/index.ts
|
package/dist/bin/index.js
CHANGED
|
@@ -18,66 +18,65 @@ 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-docs": "9.0.0-alpha.
|
|
24
|
-
"@storybook/addon-essentials": "9.0.0-alpha.
|
|
25
|
-
"@storybook/addon-mdx-gfm": "9.0.0-alpha.
|
|
26
|
-
"@storybook/addon-highlight": "9.0.0-alpha.
|
|
27
|
-
"@storybook/addon-
|
|
28
|
-
"@storybook/addon-
|
|
29
|
-
"@storybook/addon-
|
|
30
|
-
"@storybook/addon-
|
|
31
|
-
"@storybook/addon-
|
|
32
|
-
"@storybook/addon-
|
|
33
|
-
"@storybook/addon-
|
|
34
|
-
"@storybook/addon-
|
|
35
|
-
"@storybook/
|
|
36
|
-
"@storybook/builder-
|
|
37
|
-
|
|
38
|
-
storybook: "9.0.0-alpha.
|
|
39
|
-
"@storybook/
|
|
40
|
-
"@storybook/
|
|
41
|
-
"@storybook/
|
|
42
|
-
"@storybook/html-
|
|
43
|
-
"@storybook/
|
|
44
|
-
"@storybook/
|
|
45
|
-
"@storybook/preact-
|
|
46
|
-
"@storybook/
|
|
47
|
-
"@storybook/react-
|
|
48
|
-
"@storybook/react-
|
|
49
|
-
"@storybook/
|
|
50
|
-
"@storybook/
|
|
51
|
-
"@storybook/svelte-
|
|
52
|
-
"@storybook/
|
|
53
|
-
"@storybook/
|
|
54
|
-
"@storybook/vue3-
|
|
55
|
-
"@storybook/
|
|
56
|
-
"@storybook/web-components-
|
|
57
|
-
"@storybook/
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
"@storybook/
|
|
61
|
-
"@storybook/
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"@storybook/
|
|
65
|
-
"@storybook/
|
|
66
|
-
"@storybook/
|
|
67
|
-
"@storybook/preset-
|
|
68
|
-
"@storybook/preset-
|
|
69
|
-
"@storybook/preset-
|
|
70
|
-
"@storybook/preset-
|
|
71
|
-
"@storybook/preset-
|
|
72
|
-
"@storybook/preset-
|
|
73
|
-
"@storybook/
|
|
74
|
-
"@storybook/
|
|
75
|
-
"@storybook/
|
|
76
|
-
"@storybook/
|
|
77
|
-
"@storybook/
|
|
78
|
-
"@storybook/
|
|
79
|
-
"@storybook/
|
|
80
|
-
"@storybook/web-components": "9.0.0-alpha.10"
|
|
21
|
+
"@storybook/addon-a11y": "9.0.0-alpha.11",
|
|
22
|
+
"@storybook/addon-backgrounds": "9.0.0-alpha.11",
|
|
23
|
+
"@storybook/addon-docs": "9.0.0-alpha.11",
|
|
24
|
+
"@storybook/addon-essentials": "9.0.0-alpha.11",
|
|
25
|
+
"@storybook/addon-mdx-gfm": "9.0.0-alpha.11",
|
|
26
|
+
"@storybook/addon-highlight": "9.0.0-alpha.11",
|
|
27
|
+
"@storybook/addon-jest": "9.0.0-alpha.11",
|
|
28
|
+
"@storybook/addon-links": "9.0.0-alpha.11",
|
|
29
|
+
"@storybook/addon-measure": "9.0.0-alpha.11",
|
|
30
|
+
"@storybook/addon-onboarding": "9.0.0-alpha.11",
|
|
31
|
+
"@storybook/addon-outline": "9.0.0-alpha.11",
|
|
32
|
+
"@storybook/addon-storysource": "9.0.0-alpha.11",
|
|
33
|
+
"@storybook/addon-test": "9.0.0-alpha.11",
|
|
34
|
+
"@storybook/addon-themes": "9.0.0-alpha.11",
|
|
35
|
+
"@storybook/builder-vite": "9.0.0-alpha.11",
|
|
36
|
+
"@storybook/builder-webpack5": "9.0.0-alpha.11",
|
|
37
|
+
storybook: "9.0.0-alpha.11",
|
|
38
|
+
"@storybook/angular": "9.0.0-alpha.11",
|
|
39
|
+
"@storybook/ember": "9.0.0-alpha.11",
|
|
40
|
+
"@storybook/experimental-nextjs-vite": "9.0.0-alpha.11",
|
|
41
|
+
"@storybook/html-vite": "9.0.0-alpha.11",
|
|
42
|
+
"@storybook/html-webpack5": "9.0.0-alpha.11",
|
|
43
|
+
"@storybook/nextjs": "9.0.0-alpha.11",
|
|
44
|
+
"@storybook/preact-vite": "9.0.0-alpha.11",
|
|
45
|
+
"@storybook/preact-webpack5": "9.0.0-alpha.11",
|
|
46
|
+
"@storybook/react-native-web-vite": "9.0.0-alpha.11",
|
|
47
|
+
"@storybook/react-vite": "9.0.0-alpha.11",
|
|
48
|
+
"@storybook/react-webpack5": "9.0.0-alpha.11",
|
|
49
|
+
"@storybook/server-webpack5": "9.0.0-alpha.11",
|
|
50
|
+
"@storybook/svelte-vite": "9.0.0-alpha.11",
|
|
51
|
+
"@storybook/svelte-webpack5": "9.0.0-alpha.11",
|
|
52
|
+
"@storybook/sveltekit": "9.0.0-alpha.11",
|
|
53
|
+
"@storybook/vue3-vite": "9.0.0-alpha.11",
|
|
54
|
+
"@storybook/vue3-webpack5": "9.0.0-alpha.11",
|
|
55
|
+
"@storybook/web-components-vite": "9.0.0-alpha.11",
|
|
56
|
+
"@storybook/web-components-webpack5": "9.0.0-alpha.11",
|
|
57
|
+
"@storybook/blocks": "9.0.0-alpha.11",
|
|
58
|
+
sb: "9.0.0-alpha.11",
|
|
59
|
+
"@storybook/cli": "9.0.0-alpha.11",
|
|
60
|
+
"@storybook/codemod": "9.0.0-alpha.11",
|
|
61
|
+
"@storybook/core-webpack": "9.0.0-alpha.11",
|
|
62
|
+
"create-storybook": "9.0.0-alpha.11",
|
|
63
|
+
"@storybook/csf-plugin": "9.0.0-alpha.11",
|
|
64
|
+
"@storybook/react-dom-shim": "9.0.0-alpha.11",
|
|
65
|
+
"@storybook/source-loader": "9.0.0-alpha.11",
|
|
66
|
+
"@storybook/preset-create-react-app": "9.0.0-alpha.11",
|
|
67
|
+
"@storybook/preset-html-webpack": "9.0.0-alpha.11",
|
|
68
|
+
"@storybook/preset-preact-webpack": "9.0.0-alpha.11",
|
|
69
|
+
"@storybook/preset-react-webpack": "9.0.0-alpha.11",
|
|
70
|
+
"@storybook/preset-server-webpack": "9.0.0-alpha.11",
|
|
71
|
+
"@storybook/preset-svelte-webpack": "9.0.0-alpha.11",
|
|
72
|
+
"@storybook/preset-vue3-webpack": "9.0.0-alpha.11",
|
|
73
|
+
"@storybook/html": "9.0.0-alpha.11",
|
|
74
|
+
"@storybook/preact": "9.0.0-alpha.11",
|
|
75
|
+
"@storybook/react": "9.0.0-alpha.11",
|
|
76
|
+
"@storybook/server": "9.0.0-alpha.11",
|
|
77
|
+
"@storybook/svelte": "9.0.0-alpha.11",
|
|
78
|
+
"@storybook/vue3": "9.0.0-alpha.11",
|
|
79
|
+
"@storybook/web-components": "9.0.0-alpha.11"
|
|
81
80
|
};
|
|
82
81
|
|
|
83
82
|
// src/bin/index.ts
|