storybook 9.0.0-alpha.12 → 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/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 +63 -71
- package/dist/bin/index.js +53 -61
- package/dist/builder-manager/index.cjs +390 -380
- package/dist/builder-manager/index.js +489 -479
- package/dist/cli/bin/index.cjs +225 -225
- package/dist/cli/bin/index.js +234 -234
- package/dist/cli/index.cjs +0 -2
- package/dist/cli/index.js +0 -2
- package/dist/common/index.cjs +2399 -2378
- package/dist/common/index.d.ts +0 -8
- package/dist/common/index.js +2607 -2586
- package/dist/components/index.cjs +3394 -3372
- package/dist/components/index.js +3922 -3900
- 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 +5258 -5168
- package/dist/core-server/index.js +6539 -6449
- 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 +24173 -23140
- package/dist/manager/runtime.js +3419 -3522
- package/dist/manager-api/index.cjs +1055 -1167
- package/dist/manager-api/index.d.ts +7 -21
- package/dist/manager-api/index.js +761 -877
- 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 +14441 -13330
- package/dist/preview-api/index.cjs +1067 -1071
- package/dist/preview-api/index.d.ts +61 -102
- package/dist/preview-api/index.js +1090 -1092
- 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 +10 -10
- package/dist/types/index.d.ts +206 -243
- package/package.json +121 -16
- 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,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;
|
|
@@ -26,7 +21,6 @@ declare const _default: {
|
|
|
26
21
|
'@storybook/angular': string;
|
|
27
22
|
'@storybook/ember': string;
|
|
28
23
|
'@storybook/html-vite': string;
|
|
29
|
-
'@storybook/html-webpack5': string;
|
|
30
24
|
'@storybook/nextjs': string;
|
|
31
25
|
'@storybook/nextjs-vite': string;
|
|
32
26
|
'@storybook/preact-vite': string;
|
|
@@ -39,7 +33,6 @@ declare const _default: {
|
|
|
39
33
|
'@storybook/sveltekit': string;
|
|
40
34
|
'@storybook/vue3-vite': string;
|
|
41
35
|
'@storybook/web-components-vite': string;
|
|
42
|
-
'@storybook/web-components-webpack5': string;
|
|
43
36
|
'@storybook/blocks': string;
|
|
44
37
|
sb: string;
|
|
45
38
|
'@storybook/cli': string;
|
|
@@ -50,7 +43,6 @@ declare const _default: {
|
|
|
50
43
|
'@storybook/react-dom-shim': string;
|
|
51
44
|
'@storybook/source-loader': string;
|
|
52
45
|
'@storybook/preset-create-react-app': string;
|
|
53
|
-
'@storybook/preset-html-webpack': string;
|
|
54
46
|
'@storybook/preset-react-webpack': string;
|
|
55
47
|
'@storybook/preset-server-webpack': string;
|
|
56
48
|
'@storybook/preset-svelte-webpack': string;
|