storybook 10.3.0-alpha.0 → 10.3.0-alpha.1
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/dist/_node-chunks/{builder-manager-5HPOYFJR.js → builder-manager-KERY565B.js} +12 -12
- package/dist/_node-chunks/{camelcase-DZNWLILJ.js → camelcase-2M63ML3X.js} +7 -7
- package/dist/_node-chunks/{chunk-2GDFAXX5.js → chunk-36AZRL2D.js} +7 -7
- package/dist/_node-chunks/{chunk-WBSFK4AO.js → chunk-4WL6MGXA.js} +7 -7
- package/dist/_node-chunks/{chunk-3B7C4FEQ.js → chunk-74PNH6JI.js} +6 -6
- package/dist/_node-chunks/{chunk-ZE2TRJ2H.js → chunk-BOYAUA6D.js} +7 -7
- package/dist/_node-chunks/{chunk-CHJGYZHC.js → chunk-CCGS5R3P.js} +8 -8
- package/dist/_node-chunks/{chunk-M3FEZVKN.js → chunk-CR23DEWX.js} +6 -6
- package/dist/_node-chunks/{chunk-6ADIAPP2.js → chunk-DB5UH4IK.js} +12 -12
- package/dist/_node-chunks/{chunk-F4NW7OLO.js → chunk-FIDYKCZW.js} +7 -7
- package/dist/_node-chunks/{chunk-QRXP6OHU.js → chunk-GOFZ5AI4.js} +7 -7
- package/dist/_node-chunks/{chunk-UIFZBVEB.js → chunk-H7D4CVP2.js} +6 -6
- package/dist/_node-chunks/{chunk-WEV5QRLC.js → chunk-J3ELUK74.js} +10 -10
- package/dist/_node-chunks/{chunk-SXSM6HLI.js → chunk-JFSKHQG7.js} +6 -6
- package/dist/_node-chunks/{chunk-4CKOLZCE.js → chunk-MJPMP6AB.js} +6 -6
- package/dist/_node-chunks/{chunk-SXSROWK5.js → chunk-MQRFGFNQ.js} +7 -7
- package/dist/_node-chunks/{chunk-STKSD6QT.js → chunk-NFDBZKV6.js} +6 -6
- package/dist/_node-chunks/chunk-OWFCNEJA.js +61 -0
- package/dist/_node-chunks/{chunk-JC4EH5XJ.js → chunk-PHOKMPEA.js} +6 -6
- package/dist/_node-chunks/chunk-PRGD4PPZ.js +18 -0
- package/dist/_node-chunks/{chunk-YU53VQ3D.js → chunk-QQZ4ZWAS.js} +9 -9
- package/dist/_node-chunks/{chunk-7HHJF6EO.js → chunk-S2JOM27Y.js} +6 -6
- package/dist/_node-chunks/{chunk-HU47ACHM.js → chunk-TGA5YZ47.js} +8 -8
- package/dist/_node-chunks/{chunk-ECXPVHM6.js → chunk-VAWKE2WR.js} +13 -13
- package/dist/_node-chunks/{chunk-XD4YM6VU.js → chunk-VEH2EH3O.js} +7 -7
- package/dist/_node-chunks/{chunk-DPH2UCZZ.js → chunk-XDPBSRAB.js} +16 -16
- package/dist/_node-chunks/{chunk-WY5ZA2BT.js → chunk-XGCRSXNA.js} +20 -20
- package/dist/_node-chunks/{chunk-EKE4NU7S.js → chunk-Y3BQKYFK.js} +9 -9
- package/dist/_node-chunks/chunk-Y3PKDQ4M.js +23 -0
- package/dist/_node-chunks/{chunk-MGDZKZCC.js → chunk-Z2ZHJPAA.js} +7 -7
- package/dist/_node-chunks/{globby-ON4YVWHY.js → globby-GL3THFIK.js} +9 -9
- package/dist/_node-chunks/{lib-K3OUNB46.js → lib-4F2GH4RU.js} +7 -7
- package/dist/_node-chunks/{mdx-N42X6CFJ-VU7ALTQ4.js → mdx-N42X6CFJ-MQX7F3YI.js} +8 -8
- package/dist/_node-chunks/{p-limit-C5BOIT3A.js → p-limit-2QDBTWEG.js} +7 -7
- package/dist/babel/index.js +10 -10
- package/dist/bin/core.js +12 -12
- package/dist/bin/dispatcher.js +11 -11
- package/dist/bin/loader.js +9 -9
- package/dist/cli/index.js +18 -18
- package/dist/common/index.js +19 -19
- package/dist/core-server/index.js +213 -55
- package/dist/core-server/presets/common-override-preset.js +9 -9
- package/dist/core-server/presets/common-preset.js +25 -25
- package/dist/csf-tools/index.js +9 -9
- package/dist/manager/globals-runtime.js +2 -2
- package/dist/manager/runtime.js +15 -16
- package/dist/manager-api/index.js +2 -2
- package/dist/mocking-utils/index.d.ts +7 -1
- package/dist/mocking-utils/index.js +161 -29
- package/dist/mocking-utils/mocker-runtime.js +1254 -0
- package/dist/node-logger/index.js +9 -9
- package/dist/server-errors.js +11 -11
- package/dist/telemetry/index.js +23 -23
- package/package.json +3 -1
- package/assets/server/mocker-runtime.template.js +0 -89
- package/dist/_node-chunks/chunk-L7XEZ3OX.js +0 -23
- package/dist/_node-chunks/chunk-MP3TH4TQ.js +0 -18
- package/dist/_node-chunks/chunk-PMDMPQ4D.js +0 -61
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_zqey0uqkkfj from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_zqey0uqkkfj from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_zqey0uqkkfj from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_zqey0uqkkfj.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_zqey0uqkkfj.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_zqey0uqkkfj.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
@@ -22,9 +22,9 @@ import {
|
|
|
22
22
|
once,
|
|
23
23
|
prompt,
|
|
24
24
|
protectUrls
|
|
25
|
-
} from "../_node-chunks/chunk-
|
|
26
|
-
import "../_node-chunks/chunk-
|
|
27
|
-
import "../_node-chunks/chunk-
|
|
25
|
+
} from "../_node-chunks/chunk-TGA5YZ47.js";
|
|
26
|
+
import "../_node-chunks/chunk-Z2ZHJPAA.js";
|
|
27
|
+
import "../_node-chunks/chunk-JFSKHQG7.js";
|
|
28
28
|
var export_instance = import_npmlog.default;
|
|
29
29
|
export {
|
|
30
30
|
CLI_COLORS,
|
package/dist/server-errors.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_zqey0uqkkfj from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_zqey0uqkkfj from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_zqey0uqkkfj from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_zqey0uqkkfj.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_zqey0uqkkfj.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_zqey0uqkkfj.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
@@ -46,13 +46,13 @@ import {
|
|
|
46
46
|
WebpackCompilationError,
|
|
47
47
|
WebpackInvocationError,
|
|
48
48
|
WebpackMissingStatsError
|
|
49
|
-
} from "./_node-chunks/chunk-
|
|
49
|
+
} from "./_node-chunks/chunk-J3ELUK74.js";
|
|
50
50
|
import {
|
|
51
51
|
StorybookError
|
|
52
|
-
} from "./_node-chunks/chunk-
|
|
53
|
-
import "./_node-chunks/chunk-
|
|
54
|
-
import "./_node-chunks/chunk-
|
|
55
|
-
import "./_node-chunks/chunk-
|
|
52
|
+
} from "./_node-chunks/chunk-H7D4CVP2.js";
|
|
53
|
+
import "./_node-chunks/chunk-4WL6MGXA.js";
|
|
54
|
+
import "./_node-chunks/chunk-Z2ZHJPAA.js";
|
|
55
|
+
import "./_node-chunks/chunk-JFSKHQG7.js";
|
|
56
56
|
export {
|
|
57
57
|
AddonVitestPostinstallConfigUpdateError,
|
|
58
58
|
AddonVitestPostinstallError,
|
package/dist/telemetry/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_zqey0uqkkfj from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_zqey0uqkkfj from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_zqey0uqkkfj from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_zqey0uqkkfj.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_zqey0uqkkfj.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_zqey0uqkkfj.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
@@ -25,23 +25,23 @@ import {
|
|
|
25
25
|
sanitizeAddonName,
|
|
26
26
|
sanitizeError,
|
|
27
27
|
telemetry
|
|
28
|
-
} from "../_node-chunks/chunk-
|
|
29
|
-
import "../_node-chunks/chunk-
|
|
30
|
-
import "../_node-chunks/chunk-
|
|
31
|
-
import "../_node-chunks/chunk-
|
|
32
|
-
import "../_node-chunks/chunk-
|
|
33
|
-
import "../_node-chunks/chunk-
|
|
34
|
-
import "../_node-chunks/chunk-
|
|
35
|
-
import "../_node-chunks/chunk-
|
|
36
|
-
import "../_node-chunks/chunk-
|
|
37
|
-
import "../_node-chunks/chunk-
|
|
38
|
-
import "../_node-chunks/chunk-
|
|
39
|
-
import "../_node-chunks/chunk-
|
|
40
|
-
import "../_node-chunks/chunk-
|
|
41
|
-
import "../_node-chunks/chunk-
|
|
42
|
-
import "../_node-chunks/chunk-
|
|
43
|
-
import "../_node-chunks/chunk-
|
|
44
|
-
import "../_node-chunks/chunk-
|
|
28
|
+
} from "../_node-chunks/chunk-VAWKE2WR.js";
|
|
29
|
+
import "../_node-chunks/chunk-PRGD4PPZ.js";
|
|
30
|
+
import "../_node-chunks/chunk-XGCRSXNA.js";
|
|
31
|
+
import "../_node-chunks/chunk-OWFCNEJA.js";
|
|
32
|
+
import "../_node-chunks/chunk-GOFZ5AI4.js";
|
|
33
|
+
import "../_node-chunks/chunk-TGA5YZ47.js";
|
|
34
|
+
import "../_node-chunks/chunk-PHOKMPEA.js";
|
|
35
|
+
import "../_node-chunks/chunk-Y3BQKYFK.js";
|
|
36
|
+
import "../_node-chunks/chunk-NFDBZKV6.js";
|
|
37
|
+
import "../_node-chunks/chunk-CR23DEWX.js";
|
|
38
|
+
import "../_node-chunks/chunk-FIDYKCZW.js";
|
|
39
|
+
import "../_node-chunks/chunk-74PNH6JI.js";
|
|
40
|
+
import "../_node-chunks/chunk-MJPMP6AB.js";
|
|
41
|
+
import "../_node-chunks/chunk-36AZRL2D.js";
|
|
42
|
+
import "../_node-chunks/chunk-4WL6MGXA.js";
|
|
43
|
+
import "../_node-chunks/chunk-Z2ZHJPAA.js";
|
|
44
|
+
import "../_node-chunks/chunk-JFSKHQG7.js";
|
|
45
45
|
export {
|
|
46
46
|
ErrorCollector,
|
|
47
47
|
addToGlobalContext,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "storybook",
|
|
3
|
-
"version": "10.3.0-alpha.
|
|
3
|
+
"version": "10.3.0-alpha.1",
|
|
4
4
|
"description": "Storybook: Develop, document, and test UI components in isolation",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook",
|
|
@@ -126,6 +126,7 @@
|
|
|
126
126
|
"types": "./dist/mocking-utils/index.d.ts",
|
|
127
127
|
"default": "./dist/mocking-utils/index.js"
|
|
128
128
|
},
|
|
129
|
+
"./internal/mocking-utils/mocker-runtime": "./dist/mocking-utils/mocker-runtime.js",
|
|
129
130
|
"./internal/node-logger": {
|
|
130
131
|
"types": "./dist/node-logger/index.d.ts",
|
|
131
132
|
"default": "./dist/node-logger/index.js"
|
|
@@ -255,6 +256,7 @@
|
|
|
255
256
|
"@types/react-syntax-highlighter": "11.0.5",
|
|
256
257
|
"@types/semver": "^7.7.1",
|
|
257
258
|
"@types/ws": "^8",
|
|
259
|
+
"@vitest/mocker": "3.2.4",
|
|
258
260
|
"@vitest/utils": "^3.2.4",
|
|
259
261
|
"@yarnpkg/fslib": "2.10.3",
|
|
260
262
|
"@yarnpkg/libzip": "2.3.0",
|
|
@@ -1,89 +0,0 @@
|
|
|
1
|
-
import { MockerRegistry } from '@vitest/mocker';
|
|
2
|
-
import { ModuleMocker, createCompilerHints } from '@vitest/mocker/browser';
|
|
3
|
-
|
|
4
|
-
/** An interceptor for module mocking. */
|
|
5
|
-
export class ModuleMockerInterceptor {
|
|
6
|
-
// A registry for runtime mocks (e.g., `sb.mock('path', () => ({}))`)
|
|
7
|
-
mocks = new MockerRegistry();
|
|
8
|
-
|
|
9
|
-
constructor() {}
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
* Called by ModuleMocker when `sb.mock()` is executed. We just store the mock in our registry.
|
|
13
|
-
* The dynamic MSW handler will pick it up on the next relevant network request. Currently, we
|
|
14
|
-
* don't use this.mocks in any way. Mocks will be registered in the user's preview file and live
|
|
15
|
-
* until the end. There is no way to invalidate or delete them.
|
|
16
|
-
*/
|
|
17
|
-
async register(module) {
|
|
18
|
-
this.mocks.add(module);
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
async delete(url) {
|
|
22
|
-
this.mocks.delete(url);
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
async invalidate() {
|
|
26
|
-
this.mocks.clear();
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
// Dummy implementation of the RPC interface, since it is not used in build mode.
|
|
31
|
-
const rpc = (method) => {
|
|
32
|
-
switch (method) {
|
|
33
|
-
case 'resolveId':
|
|
34
|
-
return Promise.resolve({
|
|
35
|
-
id: '',
|
|
36
|
-
url: '',
|
|
37
|
-
optimized: false,
|
|
38
|
-
});
|
|
39
|
-
case 'resolveMock':
|
|
40
|
-
return Promise.resolve({
|
|
41
|
-
mockType: 'dummy',
|
|
42
|
-
resolvedId: '',
|
|
43
|
-
resolvedUrl: '',
|
|
44
|
-
redirectUrl: '',
|
|
45
|
-
needsInterop: false,
|
|
46
|
-
});
|
|
47
|
-
case 'invalidate':
|
|
48
|
-
return Promise.resolve();
|
|
49
|
-
}
|
|
50
|
-
};
|
|
51
|
-
|
|
52
|
-
// In build mode, we don't need runtime handling of mocks.
|
|
53
|
-
// Everything is handled at build time and via the MSW interceptor.
|
|
54
|
-
class BuildModuleMocker extends ModuleMocker {
|
|
55
|
-
queueMock() {
|
|
56
|
-
// noop
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
function registerModuleMocker(interceptor) {
|
|
61
|
-
const mocker = new BuildModuleMocker(
|
|
62
|
-
interceptor('__vitest_mocker__'),
|
|
63
|
-
{
|
|
64
|
-
resolveId(id, importer) {
|
|
65
|
-
return rpc('resolveId', { id, importer });
|
|
66
|
-
},
|
|
67
|
-
resolveMock(id, importer, options) {
|
|
68
|
-
return rpc('resolveMock', { id, importer, options });
|
|
69
|
-
},
|
|
70
|
-
async invalidate(ids) {
|
|
71
|
-
return rpc('invalidate', { ids });
|
|
72
|
-
},
|
|
73
|
-
},
|
|
74
|
-
(...args) => {
|
|
75
|
-
return globalThis.__STORYBOOK_MODULE_TEST__.spyOn(...args);
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
root: '',
|
|
79
|
-
}
|
|
80
|
-
);
|
|
81
|
-
|
|
82
|
-
globalThis['__vitest_mocker__'] = mocker;
|
|
83
|
-
|
|
84
|
-
return createCompilerHints({
|
|
85
|
-
globalThisKey: '__vitest_mocker__',
|
|
86
|
-
});
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
globalThis.__STORYBOOK_MOCKER__ = registerModuleMocker(() => new ModuleMockerInterceptor());
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import CJS_COMPAT_NODE_URL_4e9y47oshw1 from 'node:url';
|
|
2
|
-
import CJS_COMPAT_NODE_PATH_4e9y47oshw1 from 'node:path';
|
|
3
|
-
import CJS_COMPAT_NODE_MODULE_4e9y47oshw1 from "node:module";
|
|
4
|
-
|
|
5
|
-
var __filename = CJS_COMPAT_NODE_URL_4e9y47oshw1.fileURLToPath(import.meta.url);
|
|
6
|
-
var __dirname = CJS_COMPAT_NODE_PATH_4e9y47oshw1.dirname(__filename);
|
|
7
|
-
var require = CJS_COMPAT_NODE_MODULE_4e9y47oshw1.createRequire(import.meta.url);
|
|
8
|
-
|
|
9
|
-
// ------------------------------------------------------------
|
|
10
|
-
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
11
|
-
// ------------------------------------------------------------
|
|
12
|
-
import {
|
|
13
|
-
any
|
|
14
|
-
} from "./chunk-STKSD6QT.js";
|
|
15
|
-
|
|
16
|
-
// src/cli/detect.ts
|
|
17
|
-
async function detectPnp() {
|
|
18
|
-
return !!any([".pnp.js", ".pnp.cjs"]);
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
export {
|
|
22
|
-
detectPnp
|
|
23
|
-
};
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import CJS_COMPAT_NODE_URL_4e9y47oshw1 from 'node:url';
|
|
2
|
-
import CJS_COMPAT_NODE_PATH_4e9y47oshw1 from 'node:path';
|
|
3
|
-
import CJS_COMPAT_NODE_MODULE_4e9y47oshw1 from "node:module";
|
|
4
|
-
|
|
5
|
-
var __filename = CJS_COMPAT_NODE_URL_4e9y47oshw1.fileURLToPath(import.meta.url);
|
|
6
|
-
var __dirname = CJS_COMPAT_NODE_PATH_4e9y47oshw1.dirname(__filename);
|
|
7
|
-
var require = CJS_COMPAT_NODE_MODULE_4e9y47oshw1.createRequire(import.meta.url);
|
|
8
|
-
|
|
9
|
-
// ------------------------------------------------------------
|
|
10
|
-
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
11
|
-
// ------------------------------------------------------------
|
|
12
|
-
|
|
13
|
-
// package.json
|
|
14
|
-
var version = "10.3.0-alpha.0";
|
|
15
|
-
|
|
16
|
-
export {
|
|
17
|
-
version
|
|
18
|
-
};
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
import CJS_COMPAT_NODE_URL_4e9y47oshw1 from 'node:url';
|
|
2
|
-
import CJS_COMPAT_NODE_PATH_4e9y47oshw1 from 'node:path';
|
|
3
|
-
import CJS_COMPAT_NODE_MODULE_4e9y47oshw1 from "node:module";
|
|
4
|
-
|
|
5
|
-
var __filename = CJS_COMPAT_NODE_URL_4e9y47oshw1.fileURLToPath(import.meta.url);
|
|
6
|
-
var __dirname = CJS_COMPAT_NODE_PATH_4e9y47oshw1.dirname(__filename);
|
|
7
|
-
var require = CJS_COMPAT_NODE_MODULE_4e9y47oshw1.createRequire(import.meta.url);
|
|
8
|
-
|
|
9
|
-
// ------------------------------------------------------------
|
|
10
|
-
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
11
|
-
// ------------------------------------------------------------
|
|
12
|
-
|
|
13
|
-
// src/common/versions.ts
|
|
14
|
-
var versions_default = {
|
|
15
|
-
"@storybook/addon-a11y": "10.3.0-alpha.0",
|
|
16
|
-
"@storybook/addon-docs": "10.3.0-alpha.0",
|
|
17
|
-
"@storybook/addon-links": "10.3.0-alpha.0",
|
|
18
|
-
"@storybook/addon-onboarding": "10.3.0-alpha.0",
|
|
19
|
-
"storybook-addon-pseudo-states": "10.3.0-alpha.0",
|
|
20
|
-
"@storybook/addon-themes": "10.3.0-alpha.0",
|
|
21
|
-
"@storybook/addon-vitest": "10.3.0-alpha.0",
|
|
22
|
-
"@storybook/builder-vite": "10.3.0-alpha.0",
|
|
23
|
-
"@storybook/builder-webpack5": "10.3.0-alpha.0",
|
|
24
|
-
storybook: "10.3.0-alpha.0",
|
|
25
|
-
"@storybook/angular": "10.3.0-alpha.0",
|
|
26
|
-
"@storybook/ember": "10.3.0-alpha.0",
|
|
27
|
-
"@storybook/html-vite": "10.3.0-alpha.0",
|
|
28
|
-
"@storybook/nextjs": "10.3.0-alpha.0",
|
|
29
|
-
"@storybook/nextjs-vite": "10.3.0-alpha.0",
|
|
30
|
-
"@storybook/preact-vite": "10.3.0-alpha.0",
|
|
31
|
-
"@storybook/react-native-web-vite": "10.3.0-alpha.0",
|
|
32
|
-
"@storybook/react-vite": "10.3.0-alpha.0",
|
|
33
|
-
"@storybook/react-webpack5": "10.3.0-alpha.0",
|
|
34
|
-
"@storybook/server-webpack5": "10.3.0-alpha.0",
|
|
35
|
-
"@storybook/svelte-vite": "10.3.0-alpha.0",
|
|
36
|
-
"@storybook/sveltekit": "10.3.0-alpha.0",
|
|
37
|
-
"@storybook/vue3-vite": "10.3.0-alpha.0",
|
|
38
|
-
"@storybook/web-components-vite": "10.3.0-alpha.0",
|
|
39
|
-
sb: "10.3.0-alpha.0",
|
|
40
|
-
"@storybook/cli": "10.3.0-alpha.0",
|
|
41
|
-
"@storybook/codemod": "10.3.0-alpha.0",
|
|
42
|
-
"@storybook/core-webpack": "10.3.0-alpha.0",
|
|
43
|
-
"create-storybook": "10.3.0-alpha.0",
|
|
44
|
-
"@storybook/csf-plugin": "10.3.0-alpha.0",
|
|
45
|
-
"eslint-plugin-storybook": "10.3.0-alpha.0",
|
|
46
|
-
"@storybook/react-dom-shim": "10.3.0-alpha.0",
|
|
47
|
-
"@storybook/preset-create-react-app": "10.3.0-alpha.0",
|
|
48
|
-
"@storybook/preset-react-webpack": "10.3.0-alpha.0",
|
|
49
|
-
"@storybook/preset-server-webpack": "10.3.0-alpha.0",
|
|
50
|
-
"@storybook/html": "10.3.0-alpha.0",
|
|
51
|
-
"@storybook/preact": "10.3.0-alpha.0",
|
|
52
|
-
"@storybook/react": "10.3.0-alpha.0",
|
|
53
|
-
"@storybook/server": "10.3.0-alpha.0",
|
|
54
|
-
"@storybook/svelte": "10.3.0-alpha.0",
|
|
55
|
-
"@storybook/vue3": "10.3.0-alpha.0",
|
|
56
|
-
"@storybook/web-components": "10.3.0-alpha.0"
|
|
57
|
-
};
|
|
58
|
-
|
|
59
|
-
export {
|
|
60
|
-
versions_default
|
|
61
|
-
};
|