storybook 9.0.0-alpha.12 → 9.0.0-alpha.14
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/dist/actions/decorator.js +46 -47
- package/dist/actions/index.cjs +28 -29
- package/dist/actions/index.d.ts +0 -3
- package/dist/actions/index.js +27 -28
- package/dist/actions/preview.cjs +22 -23
- package/dist/actions/preview.js +18 -19
- 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 +62 -73
- package/dist/bin/index.js +57 -68
- package/dist/builder-manager/index.cjs +390 -380
- package/dist/builder-manager/index.js +489 -479
- package/dist/channels/index.cjs +1018 -948
- package/dist/channels/index.js +1194 -1161
- package/dist/cli/bin/index.cjs +225 -225
- package/dist/cli/bin/index.js +234 -234
- package/dist/cli/index.cjs +1860 -1873
- package/dist/cli/index.js +308 -321
- package/dist/common/index.cjs +2396 -2380
- package/dist/common/index.d.ts +0 -11
- package/dist/common/index.js +2604 -2588
- package/dist/components/index.cjs +6393 -12704
- package/dist/components/index.d.ts +1 -2
- package/dist/components/index.js +4665 -10778
- package/dist/core-events/index.cjs +72 -84
- package/dist/core-events/index.d.ts +2 -77
- package/dist/core-events/index.js +61 -73
- package/dist/core-server/index.cjs +13484 -13318
- package/dist/core-server/index.js +13652 -13486
- package/dist/core-server/presets/common-manager.js +9815 -12
- package/dist/core-server/presets/common-preset.cjs +2809 -3005
- package/dist/core-server/presets/common-preset.js +2891 -3087
- 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 +12 -22
- package/dist/manager/globals-module-info.js +2 -12
- package/dist/manager/globals-runtime.js +31295 -33999
- package/dist/manager/runtime.js +3419 -3522
- package/dist/manager-api/index.cjs +2521 -2445
- package/dist/manager-api/index.d.ts +7 -21
- package/dist/manager-api/index.js +2431 -2349
- 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 +20735 -17220
- package/dist/preview-api/index.cjs +1069 -1057
- package/dist/preview-api/index.d.ts +384 -157
- package/dist/preview-api/index.js +1123 -1109
- package/dist/server-errors.cjs +66 -67
- package/dist/server-errors.d.ts +0 -1
- package/dist/server-errors.js +68 -69
- 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.js +1439 -1438
- package/dist/test/spy.cjs +65 -64
- package/dist/test/spy.js +59 -58
- package/dist/types/index.cjs +10 -10
- package/dist/types/index.d.ts +203 -243
- package/package.json +122 -17
- package/dist/actions/manager.js +0 -1195
- package/dist/component-testing/manager.js +0 -3126
- package/dist/controls/manager.js +0 -5593
- 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,10 @@ 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
|
-
'@storybook/addon-mdx-gfm': string;
|
|
14
|
-
'@storybook/addon-highlight': string;
|
|
15
11
|
'@storybook/addon-jest': string;
|
|
16
12
|
'@storybook/addon-links': string;
|
|
17
|
-
'@storybook/addon-measure': string;
|
|
18
13
|
'@storybook/addon-onboarding': string;
|
|
19
|
-
'@storybook/addon-outline': string;
|
|
20
14
|
'@storybook/addon-storysource': string;
|
|
21
15
|
'@storybook/addon-test': string;
|
|
22
16
|
'@storybook/addon-themes': string;
|
|
@@ -26,7 +20,6 @@ declare const _default: {
|
|
|
26
20
|
'@storybook/angular': string;
|
|
27
21
|
'@storybook/ember': string;
|
|
28
22
|
'@storybook/html-vite': string;
|
|
29
|
-
'@storybook/html-webpack5': string;
|
|
30
23
|
'@storybook/nextjs': string;
|
|
31
24
|
'@storybook/nextjs-vite': string;
|
|
32
25
|
'@storybook/preact-vite': string;
|
|
@@ -35,11 +28,9 @@ declare const _default: {
|
|
|
35
28
|
'@storybook/react-webpack5': string;
|
|
36
29
|
'@storybook/server-webpack5': string;
|
|
37
30
|
'@storybook/svelte-vite': string;
|
|
38
|
-
'@storybook/svelte-webpack5': string;
|
|
39
31
|
'@storybook/sveltekit': string;
|
|
40
32
|
'@storybook/vue3-vite': string;
|
|
41
33
|
'@storybook/web-components-vite': string;
|
|
42
|
-
'@storybook/web-components-webpack5': string;
|
|
43
34
|
'@storybook/blocks': string;
|
|
44
35
|
sb: string;
|
|
45
36
|
'@storybook/cli': string;
|
|
@@ -50,10 +41,8 @@ declare const _default: {
|
|
|
50
41
|
'@storybook/react-dom-shim': string;
|
|
51
42
|
'@storybook/source-loader': string;
|
|
52
43
|
'@storybook/preset-create-react-app': string;
|
|
53
|
-
'@storybook/preset-html-webpack': string;
|
|
54
44
|
'@storybook/preset-react-webpack': string;
|
|
55
45
|
'@storybook/preset-server-webpack': string;
|
|
56
|
-
'@storybook/preset-svelte-webpack': string;
|
|
57
46
|
'@storybook/html': string;
|
|
58
47
|
'@storybook/preact': string;
|
|
59
48
|
'@storybook/react': string;
|