storybook 9.0.0-alpha.11 → 9.0.0-alpha.13
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/assets/docs/addon-backgrounds.gif +0 -0
- package/assets/docs/highlight.png +0 -0
- package/bin/index.cjs +2 -2
- package/dist/actions/preview.d.ts +0 -1
- package/dist/backgrounds/index.cjs +148 -0
- package/dist/backgrounds/index.d.ts +91 -0
- package/dist/backgrounds/index.js +130 -0
- package/dist/backgrounds/preview.cjs +143 -0
- package/dist/backgrounds/preview.d.ts +54 -0
- package/dist/backgrounds/preview.js +127 -0
- package/dist/bin/index.cjs +49 -61
- package/dist/bin/index.js +49 -61
- package/dist/builder-manager/index.cjs +390 -380
- package/dist/builder-manager/index.js +489 -479
- package/dist/channels/index.cjs +17 -17
- package/dist/channels/index.js +3 -3
- package/dist/cli/bin/index.cjs +225 -225
- package/dist/cli/bin/index.js +234 -234
- package/dist/cli/index.cjs +1904 -1909
- package/dist/cli/index.d.ts +3 -7
- package/dist/cli/index.js +734 -739
- package/dist/common/index.cjs +2401 -2388
- package/dist/common/index.d.ts +1 -13
- package/dist/common/index.js +2609 -2596
- package/dist/components/index.cjs +5701 -5946
- package/dist/components/index.d.ts +3 -254
- package/dist/components/index.js +7271 -13724
- package/dist/controls/preview.d.ts +0 -1
- package/dist/core-events/index.cjs +91 -106
- package/dist/core-events/index.d.ts +2 -80
- package/dist/core-events/index.js +79 -94
- package/dist/core-server/index.cjs +5221 -5122
- package/dist/core-server/index.d.ts +32 -23
- package/dist/core-server/index.js +6511 -6412
- package/dist/core-server/presets/common-manager.js +9815 -12
- package/dist/core-server/presets/common-preset.cjs +2817 -2989
- package/dist/core-server/presets/common-preset.js +2896 -3068
- package/dist/csf/index.d.ts +0 -2
- package/dist/csf-tools/index.cjs +0 -8
- package/dist/csf-tools/index.d.ts +0 -4
- package/dist/csf-tools/index.js +0 -8
- package/dist/docs-tools/index.cjs +626 -600
- package/dist/docs-tools/index.js +613 -587
- package/dist/highlight/index.cjs +27 -0
- package/dist/highlight/index.d.ts +17 -0
- package/dist/highlight/index.js +7 -0
- package/dist/highlight/preview.cjs +81 -0
- package/dist/highlight/preview.d.ts +54 -0
- package/dist/highlight/preview.js +67 -0
- package/dist/instrumenter/index.cjs +70 -60
- package/dist/instrumenter/index.d.ts +8 -7
- package/dist/instrumenter/index.js +98 -88
- package/dist/manager/globals-module-info.cjs +21 -33
- package/dist/manager/globals-module-info.js +6 -18
- package/dist/manager/globals-runtime.js +22671 -22006
- package/dist/manager/runtime.js +4996 -4581
- package/dist/manager-api/index.cjs +1289 -1384
- package/dist/manager-api/index.d.ts +109 -114
- package/dist/manager-api/index.js +920 -1021
- package/dist/measure/index.cjs +474 -0
- package/dist/measure/index.d.ts +66 -0
- package/dist/measure/index.js +462 -0
- package/dist/measure/preview.cjs +464 -0
- package/dist/measure/preview.d.ts +59 -0
- package/dist/measure/preview.js +448 -0
- package/dist/outline/index.cjs +528 -0
- package/dist/outline/index.d.ts +66 -0
- package/dist/outline/index.js +500 -0
- package/dist/outline/preview.cjs +518 -0
- package/dist/outline/preview.d.ts +59 -0
- package/dist/outline/preview.js +486 -0
- package/dist/preview/runtime.js +14340 -13357
- package/dist/preview-api/index.cjs +1201 -1321
- package/dist/preview-api/index.d.ts +66 -120
- package/dist/preview-api/index.js +1546 -1665
- package/dist/telemetry/index.d.ts +1 -1
- package/dist/test/index.cjs +1547 -1546
- package/dist/test/index.js +2308 -2307
- package/dist/test/preview.cjs +1906 -1905
- package/dist/test/preview.d.ts +0 -6
- package/dist/test/preview.js +1439 -1438
- package/dist/test/spy.cjs +65 -64
- package/dist/test/spy.js +59 -58
- package/dist/types/index.cjs +11 -12
- package/dist/types/index.d.ts +502 -298
- package/dist/types/index.js +1 -2
- package/dist/viewport/preview.d.ts +0 -1
- package/package.json +124 -19
- package/dist/actions/manager.js +0 -1196
- package/dist/component-testing/manager.js +0 -3099
- package/dist/controls/manager.js +0 -5545
- package/dist/viewport/manager.js +0 -400
- /package/dist/{component-testing/manager.css → core-server/presets/common-manager.css} +0 -0
package/dist/common/index.d.ts
CHANGED
|
@@ -7,16 +7,11 @@ import { ConfigFile } from 'storybook/internal/csf-tools';
|
|
|
7
7
|
|
|
8
8
|
declare const _default: {
|
|
9
9
|
'@storybook/addon-a11y': string;
|
|
10
|
-
'@storybook/addon-backgrounds': string;
|
|
11
10
|
'@storybook/addon-docs': string;
|
|
12
|
-
'@storybook/addon-essentials': string;
|
|
13
11
|
'@storybook/addon-mdx-gfm': string;
|
|
14
|
-
'@storybook/addon-highlight': string;
|
|
15
12
|
'@storybook/addon-jest': string;
|
|
16
13
|
'@storybook/addon-links': string;
|
|
17
|
-
'@storybook/addon-measure': string;
|
|
18
14
|
'@storybook/addon-onboarding': string;
|
|
19
|
-
'@storybook/addon-outline': string;
|
|
20
15
|
'@storybook/addon-storysource': string;
|
|
21
16
|
'@storybook/addon-test': string;
|
|
22
17
|
'@storybook/addon-themes': string;
|
|
@@ -25,12 +20,10 @@ declare const _default: {
|
|
|
25
20
|
storybook: string;
|
|
26
21
|
'@storybook/angular': string;
|
|
27
22
|
'@storybook/ember': string;
|
|
28
|
-
'@storybook/experimental-nextjs-vite': string;
|
|
29
23
|
'@storybook/html-vite': string;
|
|
30
|
-
'@storybook/html-webpack5': string;
|
|
31
24
|
'@storybook/nextjs': string;
|
|
25
|
+
'@storybook/nextjs-vite': string;
|
|
32
26
|
'@storybook/preact-vite': string;
|
|
33
|
-
'@storybook/preact-webpack5': string;
|
|
34
27
|
'@storybook/react-native-web-vite': string;
|
|
35
28
|
'@storybook/react-vite': string;
|
|
36
29
|
'@storybook/react-webpack5': string;
|
|
@@ -39,9 +32,7 @@ declare const _default: {
|
|
|
39
32
|
'@storybook/svelte-webpack5': string;
|
|
40
33
|
'@storybook/sveltekit': string;
|
|
41
34
|
'@storybook/vue3-vite': string;
|
|
42
|
-
'@storybook/vue3-webpack5': string;
|
|
43
35
|
'@storybook/web-components-vite': string;
|
|
44
|
-
'@storybook/web-components-webpack5': string;
|
|
45
36
|
'@storybook/blocks': string;
|
|
46
37
|
sb: string;
|
|
47
38
|
'@storybook/cli': string;
|
|
@@ -52,12 +43,9 @@ declare const _default: {
|
|
|
52
43
|
'@storybook/react-dom-shim': string;
|
|
53
44
|
'@storybook/source-loader': string;
|
|
54
45
|
'@storybook/preset-create-react-app': string;
|
|
55
|
-
'@storybook/preset-html-webpack': string;
|
|
56
|
-
'@storybook/preset-preact-webpack': string;
|
|
57
46
|
'@storybook/preset-react-webpack': string;
|
|
58
47
|
'@storybook/preset-server-webpack': string;
|
|
59
48
|
'@storybook/preset-svelte-webpack': string;
|
|
60
|
-
'@storybook/preset-vue3-webpack': string;
|
|
61
49
|
'@storybook/html': string;
|
|
62
50
|
'@storybook/preact': string;
|
|
63
51
|
'@storybook/react': string;
|