storybook 9.1.0-alpha.3 → 9.1.0-alpha.4

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 (70) hide show
  1. package/dist/actions/index.cjs +16 -16
  2. package/dist/actions/index.d.ts +1 -38
  3. package/dist/actions/index.js +12 -12
  4. package/dist/actions/preview.cjs +25 -25
  5. package/dist/actions/preview.d.ts +37 -547
  6. package/dist/actions/preview.js +18 -18
  7. package/dist/backgrounds/index.cjs +12 -144
  8. package/dist/backgrounds/index.d.ts +1 -591
  9. package/dist/backgrounds/index.js +0 -130
  10. package/dist/backgrounds/preview.cjs +63 -63
  11. package/dist/backgrounds/preview.d.ts +40 -542
  12. package/dist/backgrounds/preview.js +47 -47
  13. package/dist/bin/index.cjs +50 -50
  14. package/dist/bin/index.js +50 -50
  15. package/dist/cli/bin/index.cjs +1 -1
  16. package/dist/cli/bin/index.js +1 -1
  17. package/dist/common/index.cjs +732 -731
  18. package/dist/common/index.d.ts +2 -2
  19. package/dist/common/index.js +81 -79
  20. package/dist/component-testing/preview.cjs +12 -12
  21. package/dist/component-testing/preview.d.ts +2 -2
  22. package/dist/component-testing/preview.js +7 -7
  23. package/dist/controls/index.cjs +16 -16
  24. package/dist/controls/index.d.ts +1 -36
  25. package/dist/controls/preview.cjs +17 -17
  26. package/dist/controls/preview.d.ts +34 -546
  27. package/dist/controls/preview.js +3 -3
  28. package/dist/csf/index.cjs +1210 -95
  29. package/dist/csf/index.d.ts +59 -18
  30. package/dist/csf/index.js +1214 -90
  31. package/dist/csf-tools/index.cjs +2 -1
  32. package/dist/csf-tools/index.js +2 -2
  33. package/dist/highlight/index.cjs +15 -15
  34. package/dist/highlight/index.d.ts +1 -12
  35. package/dist/highlight/index.js +4 -4
  36. package/dist/highlight/preview.cjs +63 -63
  37. package/dist/highlight/preview.d.ts +11 -546
  38. package/dist/highlight/preview.js +11 -10
  39. package/dist/manager/globals-runtime.js +29776 -29777
  40. package/dist/manager-api/index.cjs +1 -1
  41. package/dist/manager-api/index.js +1 -1
  42. package/dist/measure/index.cjs +12 -472
  43. package/dist/measure/index.d.ts +1 -566
  44. package/dist/measure/index.js +0 -464
  45. package/dist/measure/preview.cjs +104 -104
  46. package/dist/measure/preview.d.ts +11 -546
  47. package/dist/measure/preview.js +105 -105
  48. package/dist/outline/index.cjs +12 -524
  49. package/dist/outline/index.d.ts +1 -566
  50. package/dist/outline/index.js +0 -500
  51. package/dist/outline/preview.cjs +32 -32
  52. package/dist/outline/preview.d.ts +11 -546
  53. package/dist/outline/preview.js +27 -27
  54. package/dist/preview/runtime.js +8259 -8266
  55. package/dist/preview-api/index.cjs +1228 -1261
  56. package/dist/preview-api/index.d.ts +6 -8
  57. package/dist/preview-api/index.js +927 -963
  58. package/dist/telemetry/index.cjs +1 -1
  59. package/dist/telemetry/index.js +1 -1
  60. package/dist/test/preview.cjs +42 -42
  61. package/dist/test/preview.d.ts +12 -550
  62. package/dist/test/preview.js +36 -36
  63. package/dist/types/index.d.ts +5 -3
  64. package/dist/viewport/index.cjs +17 -24
  65. package/dist/viewport/index.d.ts +9 -532
  66. package/dist/viewport/index.js +9 -16
  67. package/dist/viewport/preview.cjs +22 -22
  68. package/dist/viewport/preview.d.ts +45 -552
  69. package/dist/viewport/preview.js +8 -8
  70. package/package.json +1 -1
@@ -1,13 +1,13 @@
1
- var O = Object.defineProperty;
2
- var a = (e, t) => O(e, "name", { value: t, configurable: !0 });
1
+ var K = Object.defineProperty;
2
+ var a = (t, e) => K(t, "name", { value: e, configurable: !0 });
3
3
 
4
4
  // src/backgrounds/preview.ts
5
- import { definePreview as j } from "storybook/preview-api";
5
+ import { definePreviewAddon as j } from "storybook/internal/csf";
6
6
 
7
7
  // src/backgrounds/constants.ts
8
- var U = "storybook/background", c = "backgrounds";
8
+ var O = "storybook/background", c = "backgrounds";
9
9
  var Q = {
10
- UPDATE: `${U}/update`
10
+ UPDATE: `${O}/update`
11
11
  };
12
12
 
13
13
  // src/backgrounds/decorator.ts
@@ -21,78 +21,78 @@ var R = {
21
21
 
22
22
  // src/backgrounds/utils.ts
23
23
  var { document: n } = globalThis, D = /* @__PURE__ */ a(() => globalThis?.matchMedia ? !!globalThis.matchMedia("(prefers-reduced-motion: red\
24
- uce)")?.matches : !1, "isReduceMotionEnabled"), k = /* @__PURE__ */ a((e) => {
25
- (Array.isArray(e) ? e : [e]).forEach(z);
26
- }, "clearStyles"), z = /* @__PURE__ */ a((e) => {
24
+ uce)")?.matches : !1, "isReduceMotionEnabled"), $ = /* @__PURE__ */ a((t) => {
25
+ (Array.isArray(t) ? t : [t]).forEach(U);
26
+ }, "clearStyles"), U = /* @__PURE__ */ a((t) => {
27
27
  if (!n)
28
28
  return;
29
- let t = n.getElementById(e);
30
- t && t.parentElement && t.parentElement.removeChild(t);
31
- }, "clearStyle"), P = /* @__PURE__ */ a((e, t) => {
29
+ let e = n.getElementById(t);
30
+ e && e.parentElement && e.parentElement.removeChild(e);
31
+ }, "clearStyle"), P = /* @__PURE__ */ a((t, e) => {
32
32
  if (!n)
33
33
  return;
34
- let s = n.getElementById(e);
35
- if (s)
36
- s.innerHTML !== t && (s.innerHTML = t);
34
+ let i = n.getElementById(t);
35
+ if (i)
36
+ i.innerHTML !== e && (i.innerHTML = e);
37
37
  else {
38
38
  let r = n.createElement("style");
39
- r.setAttribute("id", e), r.innerHTML = t, n.head.appendChild(r);
39
+ r.setAttribute("id", t), r.innerHTML = e, n.head.appendChild(r);
40
40
  }
41
- }, "addGridStyle"), _ = /* @__PURE__ */ a((e, t, s) => {
41
+ }, "addGridStyle"), _ = /* @__PURE__ */ a((t, e, i) => {
42
42
  if (!n)
43
43
  return;
44
- let r = n.getElementById(e);
44
+ let r = n.getElementById(t);
45
45
  if (r)
46
- r.innerHTML !== t && (r.innerHTML = t);
46
+ r.innerHTML !== e && (r.innerHTML = e);
47
47
  else {
48
48
  let o = n.createElement("style");
49
- o.setAttribute("id", e), o.innerHTML = t;
50
- let d = `addon-backgrounds-grid${s ? `-docs-${s}` : ""}`, l = n.getElementById(d);
49
+ o.setAttribute("id", t), o.innerHTML = e;
50
+ let d = `addon-backgrounds-grid${i ? `-docs-${i}` : ""}`, l = n.getElementById(d);
51
51
  l ? l.parentElement?.insertBefore(o, l) : n.head.appendChild(o);
52
52
  }
53
53
  }, "addBackgroundStyle");
54
54
 
55
55
  // src/backgrounds/decorator.ts
56
- var N = {
56
+ var z = {
57
57
  cellSize: 100,
58
58
  cellAmount: 10,
59
59
  opacity: 0.8
60
- }, v = "addon-backgrounds", C = "addon-backgrounds-grid", Y = D() ? "" : "transition: background-color 0.3s;", w = /* @__PURE__ */ a((e, t) => {
61
- let { globals: s = {}, parameters: r = {}, viewMode: o, id: d } = t, {
60
+ }, v = "addon-backgrounds", C = "addon-backgrounds-grid", Y = D() ? "" : "transition: background-color 0.3s;", w = /* @__PURE__ */ a((t, e) => {
61
+ let { globals: i = {}, parameters: r = {}, viewMode: o, id: d } = e, {
62
62
  options: l = R,
63
63
  disable: F,
64
- grid: I = N
65
- } = r[c] || {}, p = s[c] || {}, S = typeof p == "string" ? p : p?.value, y = S ? l[S] : void 0, E = typeof y == "string" ? y : y?.value ||
66
- "transparent", A = typeof p == "string" ? !1 : p.grid || !1, h = !!y && !F, B = o === "docs" ? `#anchor--${d} .docs-story` : ".sb-show-mai\
67
- n", M = o === "docs" ? `#anchor--${d} .docs-story` : ".sb-show-main", H = r.layout === void 0 || r.layout === "padded", T = o === "docs" ? 20 :
68
- H ? 16 : 0, { cellAmount: g, cellSize: i, opacity: u, offsetX: m = T, offsetY: f = T } = I, b = o === "docs" ? `${v}-docs-${d}` : `${v}-co\
64
+ grid: I = z
65
+ } = r[c] || {}, p = i[c] || {}, S = typeof p == "string" ? p : p?.value, y = S ? l[S] : void 0, E = typeof y == "string" ? y : y?.value ||
66
+ "transparent", A = typeof p == "string" ? !1 : p.grid || !1, B = !!y && !F, h = o === "docs" ? `#anchor--${d} .docs-story` : ".sb-show-mai\
67
+ n", T = o === "docs" ? `#anchor--${d} .docs-story` : ".sb-show-main", N = r.layout === void 0 || r.layout === "padded", M = o === "docs" ? 20 :
68
+ N ? 16 : 0, { cellAmount: g, cellSize: s, opacity: u, offsetX: m = M, offsetY: f = M } = I, b = o === "docs" ? `${v}-docs-${d}` : `${v}-co\
69
69
  lor`, G = o === "docs" ? d : null;
70
70
  L(() => {
71
- let $ = `
72
- ${B} {
71
+ let k = `
72
+ ${h} {
73
73
  background: ${E} !important;
74
74
  ${Y}
75
75
  }`;
76
- if (!h) {
77
- k(b);
76
+ if (!B) {
77
+ $(b);
78
78
  return;
79
79
  }
80
- _(b, $, G);
81
- }, [B, b, G, h, E]);
80
+ _(b, k, G);
81
+ }, [h, b, G, B, E]);
82
82
  let x = o === "docs" ? `${C}-docs-${d}` : `${C}`;
83
83
  return L(() => {
84
84
  if (!A) {
85
- k(x);
85
+ $(x);
86
86
  return;
87
87
  }
88
- let $ = [
89
- `${i * g}px ${i * g}px`,
90
- `${i * g}px ${i * g}px`,
91
- `${i}px ${i}px`,
92
- `${i}px ${i}px`
93
- ].join(", "), K = `
94
- ${M} {
95
- background-size: ${$} !important;
88
+ let k = [
89
+ `${s * g}px ${s * g}px`,
90
+ `${s * g}px ${s * g}px`,
91
+ `${s}px ${s}px`,
92
+ `${s}px ${s}px`
93
+ ].join(", "), H = `
94
+ ${T} {
95
+ background-size: ${k} !important;
96
96
  background-position: ${m}px ${f}px, ${m}px ${f}px, ${m}px ${f}px, ${m}px ${f}px !important;
97
97
  background-blend-mode: difference !important;
98
98
  background-image: linear-gradient(rgba(130, 130, 130, ${u}) 1px, transparent 1px),
@@ -101,8 +101,8 @@ lor`, G = o === "docs" ? d : null;
101
101
  linear-gradient(90deg, rgba(130, 130, 130, ${u / 2}) 1px, transparent 1px) !important;
102
102
  }
103
103
  `;
104
- P(x, K);
105
- }, [g, i, M, x, A, m, f, u]), e();
104
+ P(x, H);
105
+ }, [g, s, T, x, A, m, f, u]), t();
106
106
  }, "withBackgroundAndGrid");
107
107
 
108
108
  // src/backgrounds/preview.ts
@@ -117,11 +117,11 @@ var V = globalThis.FEATURES?.backgrounds ? [w] : [], X = {
117
117
  }
118
118
  }, q = {
119
119
  [c]: { value: void 0, grid: !1 }
120
- }, pt = /* @__PURE__ */ a(() => j({
120
+ }, pe = /* @__PURE__ */ a(() => j({
121
121
  decorators: V,
122
122
  parameters: X,
123
123
  initialGlobals: q
124
124
  }), "default");
125
125
  export {
126
- pt as default
126
+ pe as default
127
127
  };
@@ -24,56 +24,56 @@ var k = 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.1.0-alpha.3",
28
- "@storybook/addon-actions": "9.1.0-alpha.3",
29
- "@storybook/addon-backgrounds": "9.1.0-alpha.3",
30
- "@storybook/addon-controls": "9.1.0-alpha.3",
31
- "@storybook/addon-docs": "9.1.0-alpha.3",
32
- "@storybook/addon-jest": "9.1.0-alpha.3",
33
- "@storybook/addon-links": "9.1.0-alpha.3",
34
- "@storybook/addon-measure": "9.1.0-alpha.3",
35
- "@storybook/addon-onboarding": "9.1.0-alpha.3",
36
- "@storybook/addon-outline": "9.1.0-alpha.3",
37
- "storybook-addon-pseudo-states": "9.1.0-alpha.3",
38
- "@storybook/addon-themes": "9.1.0-alpha.3",
39
- "@storybook/addon-toolbars": "9.1.0-alpha.3",
40
- "@storybook/addon-viewport": "9.1.0-alpha.3",
41
- "@storybook/addon-vitest": "9.1.0-alpha.3",
42
- "@storybook/builder-vite": "9.1.0-alpha.3",
43
- "@storybook/builder-webpack5": "9.1.0-alpha.3",
44
- storybook: "9.1.0-alpha.3",
45
- "@storybook/angular": "9.1.0-alpha.3",
46
- "@storybook/ember": "9.1.0-alpha.3",
47
- "@storybook/html-vite": "9.1.0-alpha.3",
48
- "@storybook/nextjs": "9.1.0-alpha.3",
49
- "@storybook/nextjs-vite": "9.1.0-alpha.3",
50
- "@storybook/preact-vite": "9.1.0-alpha.3",
51
- "@storybook/react-native-web-vite": "9.1.0-alpha.3",
52
- "@storybook/react-vite": "9.1.0-alpha.3",
53
- "@storybook/react-webpack5": "9.1.0-alpha.3",
54
- "@storybook/server-webpack5": "9.1.0-alpha.3",
55
- "@storybook/svelte-vite": "9.1.0-alpha.3",
56
- "@storybook/sveltekit": "9.1.0-alpha.3",
57
- "@storybook/vue3-vite": "9.1.0-alpha.3",
58
- "@storybook/web-components-vite": "9.1.0-alpha.3",
59
- sb: "9.1.0-alpha.3",
60
- "@storybook/cli": "9.1.0-alpha.3",
61
- "@storybook/codemod": "9.1.0-alpha.3",
62
- "@storybook/core-webpack": "9.1.0-alpha.3",
63
- "create-storybook": "9.1.0-alpha.3",
64
- "@storybook/csf-plugin": "9.1.0-alpha.3",
65
- "eslint-plugin-storybook": "9.1.0-alpha.3",
66
- "@storybook/react-dom-shim": "9.1.0-alpha.3",
67
- "@storybook/preset-create-react-app": "9.1.0-alpha.3",
68
- "@storybook/preset-react-webpack": "9.1.0-alpha.3",
69
- "@storybook/preset-server-webpack": "9.1.0-alpha.3",
70
- "@storybook/html": "9.1.0-alpha.3",
71
- "@storybook/preact": "9.1.0-alpha.3",
72
- "@storybook/react": "9.1.0-alpha.3",
73
- "@storybook/server": "9.1.0-alpha.3",
74
- "@storybook/svelte": "9.1.0-alpha.3",
75
- "@storybook/vue3": "9.1.0-alpha.3",
76
- "@storybook/web-components": "9.1.0-alpha.3"
27
+ "@storybook/addon-a11y": "9.1.0-alpha.4",
28
+ "@storybook/addon-actions": "9.1.0-alpha.4",
29
+ "@storybook/addon-backgrounds": "9.1.0-alpha.4",
30
+ "@storybook/addon-controls": "9.1.0-alpha.4",
31
+ "@storybook/addon-docs": "9.1.0-alpha.4",
32
+ "@storybook/addon-jest": "9.1.0-alpha.4",
33
+ "@storybook/addon-links": "9.1.0-alpha.4",
34
+ "@storybook/addon-measure": "9.1.0-alpha.4",
35
+ "@storybook/addon-onboarding": "9.1.0-alpha.4",
36
+ "@storybook/addon-outline": "9.1.0-alpha.4",
37
+ "storybook-addon-pseudo-states": "9.1.0-alpha.4",
38
+ "@storybook/addon-themes": "9.1.0-alpha.4",
39
+ "@storybook/addon-toolbars": "9.1.0-alpha.4",
40
+ "@storybook/addon-viewport": "9.1.0-alpha.4",
41
+ "@storybook/addon-vitest": "9.1.0-alpha.4",
42
+ "@storybook/builder-vite": "9.1.0-alpha.4",
43
+ "@storybook/builder-webpack5": "9.1.0-alpha.4",
44
+ storybook: "9.1.0-alpha.4",
45
+ "@storybook/angular": "9.1.0-alpha.4",
46
+ "@storybook/ember": "9.1.0-alpha.4",
47
+ "@storybook/html-vite": "9.1.0-alpha.4",
48
+ "@storybook/nextjs": "9.1.0-alpha.4",
49
+ "@storybook/nextjs-vite": "9.1.0-alpha.4",
50
+ "@storybook/preact-vite": "9.1.0-alpha.4",
51
+ "@storybook/react-native-web-vite": "9.1.0-alpha.4",
52
+ "@storybook/react-vite": "9.1.0-alpha.4",
53
+ "@storybook/react-webpack5": "9.1.0-alpha.4",
54
+ "@storybook/server-webpack5": "9.1.0-alpha.4",
55
+ "@storybook/svelte-vite": "9.1.0-alpha.4",
56
+ "@storybook/sveltekit": "9.1.0-alpha.4",
57
+ "@storybook/vue3-vite": "9.1.0-alpha.4",
58
+ "@storybook/web-components-vite": "9.1.0-alpha.4",
59
+ sb: "9.1.0-alpha.4",
60
+ "@storybook/cli": "9.1.0-alpha.4",
61
+ "@storybook/codemod": "9.1.0-alpha.4",
62
+ "@storybook/core-webpack": "9.1.0-alpha.4",
63
+ "create-storybook": "9.1.0-alpha.4",
64
+ "@storybook/csf-plugin": "9.1.0-alpha.4",
65
+ "eslint-plugin-storybook": "9.1.0-alpha.4",
66
+ "@storybook/react-dom-shim": "9.1.0-alpha.4",
67
+ "@storybook/preset-create-react-app": "9.1.0-alpha.4",
68
+ "@storybook/preset-react-webpack": "9.1.0-alpha.4",
69
+ "@storybook/preset-server-webpack": "9.1.0-alpha.4",
70
+ "@storybook/html": "9.1.0-alpha.4",
71
+ "@storybook/preact": "9.1.0-alpha.4",
72
+ "@storybook/react": "9.1.0-alpha.4",
73
+ "@storybook/server": "9.1.0-alpha.4",
74
+ "@storybook/svelte": "9.1.0-alpha.4",
75
+ "@storybook/vue3": "9.1.0-alpha.4",
76
+ "@storybook/web-components": "9.1.0-alpha.4"
77
77
  };
78
78
 
79
79
  // src/bin/index.ts
package/dist/bin/index.js CHANGED
@@ -18,56 +18,56 @@ import { dirname as b, join as i } from "node:path";
18
18
 
19
19
  // src/common/versions.ts
20
20
  var t = {
21
- "@storybook/addon-a11y": "9.1.0-alpha.3",
22
- "@storybook/addon-actions": "9.1.0-alpha.3",
23
- "@storybook/addon-backgrounds": "9.1.0-alpha.3",
24
- "@storybook/addon-controls": "9.1.0-alpha.3",
25
- "@storybook/addon-docs": "9.1.0-alpha.3",
26
- "@storybook/addon-jest": "9.1.0-alpha.3",
27
- "@storybook/addon-links": "9.1.0-alpha.3",
28
- "@storybook/addon-measure": "9.1.0-alpha.3",
29
- "@storybook/addon-onboarding": "9.1.0-alpha.3",
30
- "@storybook/addon-outline": "9.1.0-alpha.3",
31
- "storybook-addon-pseudo-states": "9.1.0-alpha.3",
32
- "@storybook/addon-themes": "9.1.0-alpha.3",
33
- "@storybook/addon-toolbars": "9.1.0-alpha.3",
34
- "@storybook/addon-viewport": "9.1.0-alpha.3",
35
- "@storybook/addon-vitest": "9.1.0-alpha.3",
36
- "@storybook/builder-vite": "9.1.0-alpha.3",
37
- "@storybook/builder-webpack5": "9.1.0-alpha.3",
38
- storybook: "9.1.0-alpha.3",
39
- "@storybook/angular": "9.1.0-alpha.3",
40
- "@storybook/ember": "9.1.0-alpha.3",
41
- "@storybook/html-vite": "9.1.0-alpha.3",
42
- "@storybook/nextjs": "9.1.0-alpha.3",
43
- "@storybook/nextjs-vite": "9.1.0-alpha.3",
44
- "@storybook/preact-vite": "9.1.0-alpha.3",
45
- "@storybook/react-native-web-vite": "9.1.0-alpha.3",
46
- "@storybook/react-vite": "9.1.0-alpha.3",
47
- "@storybook/react-webpack5": "9.1.0-alpha.3",
48
- "@storybook/server-webpack5": "9.1.0-alpha.3",
49
- "@storybook/svelte-vite": "9.1.0-alpha.3",
50
- "@storybook/sveltekit": "9.1.0-alpha.3",
51
- "@storybook/vue3-vite": "9.1.0-alpha.3",
52
- "@storybook/web-components-vite": "9.1.0-alpha.3",
53
- sb: "9.1.0-alpha.3",
54
- "@storybook/cli": "9.1.0-alpha.3",
55
- "@storybook/codemod": "9.1.0-alpha.3",
56
- "@storybook/core-webpack": "9.1.0-alpha.3",
57
- "create-storybook": "9.1.0-alpha.3",
58
- "@storybook/csf-plugin": "9.1.0-alpha.3",
59
- "eslint-plugin-storybook": "9.1.0-alpha.3",
60
- "@storybook/react-dom-shim": "9.1.0-alpha.3",
61
- "@storybook/preset-create-react-app": "9.1.0-alpha.3",
62
- "@storybook/preset-react-webpack": "9.1.0-alpha.3",
63
- "@storybook/preset-server-webpack": "9.1.0-alpha.3",
64
- "@storybook/html": "9.1.0-alpha.3",
65
- "@storybook/preact": "9.1.0-alpha.3",
66
- "@storybook/react": "9.1.0-alpha.3",
67
- "@storybook/server": "9.1.0-alpha.3",
68
- "@storybook/svelte": "9.1.0-alpha.3",
69
- "@storybook/vue3": "9.1.0-alpha.3",
70
- "@storybook/web-components": "9.1.0-alpha.3"
21
+ "@storybook/addon-a11y": "9.1.0-alpha.4",
22
+ "@storybook/addon-actions": "9.1.0-alpha.4",
23
+ "@storybook/addon-backgrounds": "9.1.0-alpha.4",
24
+ "@storybook/addon-controls": "9.1.0-alpha.4",
25
+ "@storybook/addon-docs": "9.1.0-alpha.4",
26
+ "@storybook/addon-jest": "9.1.0-alpha.4",
27
+ "@storybook/addon-links": "9.1.0-alpha.4",
28
+ "@storybook/addon-measure": "9.1.0-alpha.4",
29
+ "@storybook/addon-onboarding": "9.1.0-alpha.4",
30
+ "@storybook/addon-outline": "9.1.0-alpha.4",
31
+ "storybook-addon-pseudo-states": "9.1.0-alpha.4",
32
+ "@storybook/addon-themes": "9.1.0-alpha.4",
33
+ "@storybook/addon-toolbars": "9.1.0-alpha.4",
34
+ "@storybook/addon-viewport": "9.1.0-alpha.4",
35
+ "@storybook/addon-vitest": "9.1.0-alpha.4",
36
+ "@storybook/builder-vite": "9.1.0-alpha.4",
37
+ "@storybook/builder-webpack5": "9.1.0-alpha.4",
38
+ storybook: "9.1.0-alpha.4",
39
+ "@storybook/angular": "9.1.0-alpha.4",
40
+ "@storybook/ember": "9.1.0-alpha.4",
41
+ "@storybook/html-vite": "9.1.0-alpha.4",
42
+ "@storybook/nextjs": "9.1.0-alpha.4",
43
+ "@storybook/nextjs-vite": "9.1.0-alpha.4",
44
+ "@storybook/preact-vite": "9.1.0-alpha.4",
45
+ "@storybook/react-native-web-vite": "9.1.0-alpha.4",
46
+ "@storybook/react-vite": "9.1.0-alpha.4",
47
+ "@storybook/react-webpack5": "9.1.0-alpha.4",
48
+ "@storybook/server-webpack5": "9.1.0-alpha.4",
49
+ "@storybook/svelte-vite": "9.1.0-alpha.4",
50
+ "@storybook/sveltekit": "9.1.0-alpha.4",
51
+ "@storybook/vue3-vite": "9.1.0-alpha.4",
52
+ "@storybook/web-components-vite": "9.1.0-alpha.4",
53
+ sb: "9.1.0-alpha.4",
54
+ "@storybook/cli": "9.1.0-alpha.4",
55
+ "@storybook/codemod": "9.1.0-alpha.4",
56
+ "@storybook/core-webpack": "9.1.0-alpha.4",
57
+ "create-storybook": "9.1.0-alpha.4",
58
+ "@storybook/csf-plugin": "9.1.0-alpha.4",
59
+ "eslint-plugin-storybook": "9.1.0-alpha.4",
60
+ "@storybook/react-dom-shim": "9.1.0-alpha.4",
61
+ "@storybook/preset-create-react-app": "9.1.0-alpha.4",
62
+ "@storybook/preset-react-webpack": "9.1.0-alpha.4",
63
+ "@storybook/preset-server-webpack": "9.1.0-alpha.4",
64
+ "@storybook/html": "9.1.0-alpha.4",
65
+ "@storybook/preact": "9.1.0-alpha.4",
66
+ "@storybook/react": "9.1.0-alpha.4",
67
+ "@storybook/server": "9.1.0-alpha.4",
68
+ "@storybook/svelte": "9.1.0-alpha.4",
69
+ "@storybook/vue3": "9.1.0-alpha.4",
70
+ "@storybook/web-components": "9.1.0-alpha.4"
71
71
  };
72
72
 
73
73
  // src/bin/index.ts
@@ -5831,7 +5831,7 @@ function K(s, e) {
5831
5831
  d(K, "invariant");
5832
5832
 
5833
5833
  // package.json
5834
- var Ot = "9.1.0-alpha.3";
5834
+ var Ot = "9.1.0-alpha.4";
5835
5835
 
5836
5836
  // src/cli/build.ts
5837
5837
  var nr = require("storybook/internal/common"), qe = require("storybook/internal/core-server");
@@ -5847,7 +5847,7 @@ function H(s, e) {
5847
5847
  d(H, "invariant");
5848
5848
 
5849
5849
  // package.json
5850
- var vt = "9.1.0-alpha.3";
5850
+ var vt = "9.1.0-alpha.4";
5851
5851
 
5852
5852
  // src/cli/build.ts
5853
5853
  import { cache as cs } from "storybook/internal/common";