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.
Files changed (89) hide show
  1. package/assets/docs/addon-backgrounds.gif +0 -0
  2. package/assets/docs/highlight.png +0 -0
  3. package/dist/actions/decorator.js +46 -47
  4. package/dist/actions/index.cjs +28 -29
  5. package/dist/actions/index.d.ts +0 -3
  6. package/dist/actions/index.js +27 -28
  7. package/dist/actions/preview.cjs +22 -23
  8. package/dist/actions/preview.js +18 -19
  9. package/dist/backgrounds/index.cjs +148 -0
  10. package/dist/backgrounds/index.d.ts +91 -0
  11. package/dist/backgrounds/index.js +130 -0
  12. package/dist/backgrounds/preview.cjs +143 -0
  13. package/dist/backgrounds/preview.d.ts +54 -0
  14. package/dist/backgrounds/preview.js +127 -0
  15. package/dist/bin/index.cjs +62 -73
  16. package/dist/bin/index.js +57 -68
  17. package/dist/builder-manager/index.cjs +390 -380
  18. package/dist/builder-manager/index.js +489 -479
  19. package/dist/channels/index.cjs +1018 -948
  20. package/dist/channels/index.js +1194 -1161
  21. package/dist/cli/bin/index.cjs +225 -225
  22. package/dist/cli/bin/index.js +234 -234
  23. package/dist/cli/index.cjs +1860 -1873
  24. package/dist/cli/index.js +308 -321
  25. package/dist/common/index.cjs +2396 -2380
  26. package/dist/common/index.d.ts +0 -11
  27. package/dist/common/index.js +2604 -2588
  28. package/dist/components/index.cjs +6393 -12704
  29. package/dist/components/index.d.ts +1 -2
  30. package/dist/components/index.js +4665 -10778
  31. package/dist/core-events/index.cjs +72 -84
  32. package/dist/core-events/index.d.ts +2 -77
  33. package/dist/core-events/index.js +61 -73
  34. package/dist/core-server/index.cjs +13484 -13318
  35. package/dist/core-server/index.js +13652 -13486
  36. package/dist/core-server/presets/common-manager.js +9815 -12
  37. package/dist/core-server/presets/common-preset.cjs +2809 -3005
  38. package/dist/core-server/presets/common-preset.js +2891 -3087
  39. package/dist/docs-tools/index.cjs +626 -600
  40. package/dist/docs-tools/index.js +613 -587
  41. package/dist/highlight/index.cjs +27 -0
  42. package/dist/highlight/index.d.ts +17 -0
  43. package/dist/highlight/index.js +7 -0
  44. package/dist/highlight/preview.cjs +81 -0
  45. package/dist/highlight/preview.d.ts +54 -0
  46. package/dist/highlight/preview.js +67 -0
  47. package/dist/instrumenter/index.cjs +70 -60
  48. package/dist/instrumenter/index.d.ts +8 -7
  49. package/dist/instrumenter/index.js +98 -88
  50. package/dist/manager/globals-module-info.cjs +12 -22
  51. package/dist/manager/globals-module-info.js +2 -12
  52. package/dist/manager/globals-runtime.js +31295 -33999
  53. package/dist/manager/runtime.js +3419 -3522
  54. package/dist/manager-api/index.cjs +2521 -2445
  55. package/dist/manager-api/index.d.ts +7 -21
  56. package/dist/manager-api/index.js +2431 -2349
  57. package/dist/measure/index.cjs +474 -0
  58. package/dist/measure/index.d.ts +66 -0
  59. package/dist/measure/index.js +462 -0
  60. package/dist/measure/preview.cjs +464 -0
  61. package/dist/measure/preview.d.ts +59 -0
  62. package/dist/measure/preview.js +448 -0
  63. package/dist/outline/index.cjs +528 -0
  64. package/dist/outline/index.d.ts +66 -0
  65. package/dist/outline/index.js +500 -0
  66. package/dist/outline/preview.cjs +518 -0
  67. package/dist/outline/preview.d.ts +59 -0
  68. package/dist/outline/preview.js +486 -0
  69. package/dist/preview/runtime.js +20735 -17220
  70. package/dist/preview-api/index.cjs +1069 -1057
  71. package/dist/preview-api/index.d.ts +384 -157
  72. package/dist/preview-api/index.js +1123 -1109
  73. package/dist/server-errors.cjs +66 -67
  74. package/dist/server-errors.d.ts +0 -1
  75. package/dist/server-errors.js +68 -69
  76. package/dist/test/index.cjs +1547 -1546
  77. package/dist/test/index.js +2308 -2307
  78. package/dist/test/preview.cjs +1906 -1905
  79. package/dist/test/preview.js +1439 -1438
  80. package/dist/test/spy.cjs +65 -64
  81. package/dist/test/spy.js +59 -58
  82. package/dist/types/index.cjs +10 -10
  83. package/dist/types/index.d.ts +203 -243
  84. package/package.json +122 -17
  85. package/dist/actions/manager.js +0 -1195
  86. package/dist/component-testing/manager.js +0 -3126
  87. package/dist/controls/manager.js +0 -5593
  88. package/dist/viewport/manager.js +0 -400
  89. /package/dist/{component-testing/manager.css → core-server/presets/common-manager.css} +0 -0
@@ -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;