storybook 10.1.0-beta.5 → 10.1.0
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-DKZOFL36.js → builder-manager-TBVQZVCU.js} +12 -12
- package/dist/_node-chunks/{camelcase-OYLEV2Q6.js → camelcase-GL7MRGAO.js} +7 -7
- package/dist/_node-chunks/{chunk-DKJWN7NS.js → chunk-27P77OTT.js} +9 -9
- package/dist/_node-chunks/{chunk-IKGF3NTB.js → chunk-3H6TSCUK.js} +36 -20
- package/dist/_node-chunks/{chunk-WXJLEHGP.js → chunk-3KKQC5PO.js} +7 -7
- package/dist/_node-chunks/{chunk-Q6Q7GGYG.js → chunk-43EZZW55.js} +6 -6
- package/dist/_node-chunks/{chunk-VEUCEGV5.js → chunk-4HOGBBWW.js} +6 -6
- package/dist/_node-chunks/{chunk-3VCEM4KX.js → chunk-5TTETS4K.js} +6 -6
- package/dist/_node-chunks/{chunk-3R7S7OBR.js → chunk-AY574RLF.js} +7 -7
- package/dist/_node-chunks/{chunk-RV4TIB2A.js → chunk-BUM2PW4Q.js} +7 -7
- package/dist/_node-chunks/{chunk-LE77BUC7.js → chunk-D66GRLGY.js} +16 -16
- package/dist/_node-chunks/{chunk-UAAE3CFN.js → chunk-ECQTJTVF.js} +6 -6
- package/dist/_node-chunks/chunk-EYPUSWTN.js +20 -0
- package/dist/_node-chunks/{chunk-5ZLC6NEA.js → chunk-EZFFXFBR.js} +7 -7
- package/dist/_node-chunks/{chunk-WP2HYYIX.js → chunk-G2K7S3M2.js} +9 -9
- package/dist/_node-chunks/{chunk-U55VVTKI.js → chunk-ID62YRSB.js} +7 -7
- package/dist/_node-chunks/{chunk-WP55QOFC.js → chunk-IEYUK7LB.js} +7 -7
- package/dist/_node-chunks/chunk-L2IGA3QO.js +61 -0
- package/dist/_node-chunks/chunk-LPS2U25K.js +18 -0
- package/dist/_node-chunks/{chunk-LGS44CQ3.js → chunk-OOIMV6PC.js} +14 -21
- package/dist/_node-chunks/{chunk-VVQNCKWG.js → chunk-OZOF7Z4L.js} +8 -8
- package/dist/_node-chunks/{chunk-ITQ5LAB5.js → chunk-S5WYA56W.js} +6 -6
- package/dist/_node-chunks/{chunk-O4VEAB4L.js → chunk-SE2MGKVJ.js} +6 -6
- package/dist/_node-chunks/{chunk-O6MAIGNQ.js → chunk-SF2DKOPT.js} +13 -13
- package/dist/_node-chunks/chunk-SJZFPUUP.js +23 -0
- package/dist/_node-chunks/{chunk-AWAJ6MNP.js → chunk-SMFX664O.js} +10 -10
- package/dist/_node-chunks/{chunk-FPWWB56H.js → chunk-TLS5NEN4.js} +10 -9
- package/dist/_node-chunks/{chunk-ULRPJDQG.js → chunk-UUGKJ4LL.js} +7 -7
- package/dist/_node-chunks/{chunk-XEZ4YPF3.js → chunk-ZM6IRVDJ.js} +7 -7
- package/dist/_node-chunks/{chunk-S3FEVISB.js → chunk-ZQBOEJL3.js} +6 -6
- package/dist/_node-chunks/{dist-CYJGIQZ4.js → dist-7C7BHY55.js} +9 -9
- package/dist/_node-chunks/{globby-QGM6GHYQ.js → globby-QG573UKS.js} +9 -9
- package/dist/_node-chunks/{lib-R7D5AM5W.js → lib-LFINDS7W.js} +7 -7
- package/dist/_node-chunks/{mdx-N42X6CFJ-WSYY7WM6.js → mdx-N42X6CFJ-Z5CA274Q.js} +8 -8
- package/dist/_node-chunks/{p-limit-S3E66PR5.js → p-limit-WBJVQT4H.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.d.ts +3 -1
- package/dist/cli/index.js +18 -18
- package/dist/common/index.d.ts +3 -1
- package/dist/common/index.js +19 -19
- package/dist/core-server/index.js +33 -33
- 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 +1 -1
- package/dist/manager-api/index.js +1 -1
- package/dist/mocking-utils/index.js +8 -8
- 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 +1 -1
- package/dist/_node-chunks/chunk-3SEQ2GLE.js +0 -20
- package/dist/_node-chunks/chunk-BQ4MHK5P.js +0 -23
- package/dist/_node-chunks/chunk-LJNPOMKR.js +0 -61
- package/dist/_node-chunks/chunk-P5K26BIZ.js +0 -18
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_eb0hv8ko635 from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_eb0hv8ko635 from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_eb0hv8ko635 from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_eb0hv8ko635.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_eb0hv8ko635.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_eb0hv8ko635.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-TLS5NEN4.js";
|
|
26
|
+
import "../_node-chunks/chunk-3KKQC5PO.js";
|
|
27
|
+
import "../_node-chunks/chunk-ZQBOEJL3.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_eb0hv8ko635 from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_eb0hv8ko635 from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_eb0hv8ko635 from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_eb0hv8ko635.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_eb0hv8ko635.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_eb0hv8ko635.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
@@ -42,11 +42,11 @@ import {
|
|
|
42
42
|
WebpackCompilationError,
|
|
43
43
|
WebpackInvocationError,
|
|
44
44
|
WebpackMissingStatsError
|
|
45
|
-
} from "./_node-chunks/chunk-
|
|
46
|
-
import "./_node-chunks/chunk-
|
|
47
|
-
import "./_node-chunks/chunk-
|
|
48
|
-
import "./_node-chunks/chunk-
|
|
49
|
-
import "./_node-chunks/chunk-
|
|
45
|
+
} from "./_node-chunks/chunk-SMFX664O.js";
|
|
46
|
+
import "./_node-chunks/chunk-5TTETS4K.js";
|
|
47
|
+
import "./_node-chunks/chunk-BUM2PW4Q.js";
|
|
48
|
+
import "./_node-chunks/chunk-3KKQC5PO.js";
|
|
49
|
+
import "./_node-chunks/chunk-ZQBOEJL3.js";
|
|
50
50
|
export {
|
|
51
51
|
AddonVitestPostinstallError,
|
|
52
52
|
AddonVitestPostinstallPrerequisiteCheckError,
|
package/dist/telemetry/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_eb0hv8ko635 from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_eb0hv8ko635 from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_eb0hv8ko635 from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_eb0hv8ko635.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_eb0hv8ko635.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_eb0hv8ko635.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
@@ -22,25 +22,25 @@ import {
|
|
|
22
22
|
sanitizeAddonName,
|
|
23
23
|
sanitizeError,
|
|
24
24
|
telemetry
|
|
25
|
-
} from "../_node-chunks/chunk-
|
|
26
|
-
import "../_node-chunks/chunk-
|
|
27
|
-
import "../_node-chunks/chunk-
|
|
28
|
-
import "../_node-chunks/chunk-
|
|
29
|
-
import "../_node-chunks/chunk-
|
|
30
|
-
import "../_node-chunks/chunk-
|
|
25
|
+
} from "../_node-chunks/chunk-OOIMV6PC.js";
|
|
26
|
+
import "../_node-chunks/chunk-LPS2U25K.js";
|
|
27
|
+
import "../_node-chunks/chunk-3H6TSCUK.js";
|
|
28
|
+
import "../_node-chunks/chunk-L2IGA3QO.js";
|
|
29
|
+
import "../_node-chunks/chunk-AY574RLF.js";
|
|
30
|
+
import "../_node-chunks/chunk-TLS5NEN4.js";
|
|
31
31
|
import {
|
|
32
32
|
getPrecedingUpgrade
|
|
33
|
-
} from "../_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-
|
|
33
|
+
} from "../_node-chunks/chunk-S5WYA56W.js";
|
|
34
|
+
import "../_node-chunks/chunk-27P77OTT.js";
|
|
35
|
+
import "../_node-chunks/chunk-ECQTJTVF.js";
|
|
36
|
+
import "../_node-chunks/chunk-ZM6IRVDJ.js";
|
|
37
|
+
import "../_node-chunks/chunk-SE2MGKVJ.js";
|
|
38
|
+
import "../_node-chunks/chunk-4HOGBBWW.js";
|
|
39
|
+
import "../_node-chunks/chunk-ID62YRSB.js";
|
|
40
|
+
import "../_node-chunks/chunk-EYPUSWTN.js";
|
|
41
|
+
import "../_node-chunks/chunk-BUM2PW4Q.js";
|
|
42
|
+
import "../_node-chunks/chunk-3KKQC5PO.js";
|
|
43
|
+
import "../_node-chunks/chunk-ZQBOEJL3.js";
|
|
44
44
|
export {
|
|
45
45
|
ErrorCollector,
|
|
46
46
|
addToGlobalContext,
|
package/package.json
CHANGED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import CJS_COMPAT_NODE_URL_1232wqooqc3l from 'node:url';
|
|
2
|
-
import CJS_COMPAT_NODE_PATH_1232wqooqc3l from 'node:path';
|
|
3
|
-
import CJS_COMPAT_NODE_MODULE_1232wqooqc3l from "node:module";
|
|
4
|
-
|
|
5
|
-
var __filename = CJS_COMPAT_NODE_URL_1232wqooqc3l.fileURLToPath(import.meta.url);
|
|
6
|
-
var __dirname = CJS_COMPAT_NODE_PATH_1232wqooqc3l.dirname(__filename);
|
|
7
|
-
var require = CJS_COMPAT_NODE_MODULE_1232wqooqc3l.createRequire(import.meta.url);
|
|
8
|
-
|
|
9
|
-
// ------------------------------------------------------------
|
|
10
|
-
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
11
|
-
// ------------------------------------------------------------
|
|
12
|
-
|
|
13
|
-
// ../node_modules/slash/index.js
|
|
14
|
-
function slash(path) {
|
|
15
|
-
return path.startsWith("\\\\?\\") ? path : path.replace(/\\/g, "/");
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
export {
|
|
19
|
-
slash
|
|
20
|
-
};
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import CJS_COMPAT_NODE_URL_1232wqooqc3l from 'node:url';
|
|
2
|
-
import CJS_COMPAT_NODE_PATH_1232wqooqc3l from 'node:path';
|
|
3
|
-
import CJS_COMPAT_NODE_MODULE_1232wqooqc3l from "node:module";
|
|
4
|
-
|
|
5
|
-
var __filename = CJS_COMPAT_NODE_URL_1232wqooqc3l.fileURLToPath(import.meta.url);
|
|
6
|
-
var __dirname = CJS_COMPAT_NODE_PATH_1232wqooqc3l.dirname(__filename);
|
|
7
|
-
var require = CJS_COMPAT_NODE_MODULE_1232wqooqc3l.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-UAAE3CFN.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,61 +0,0 @@
|
|
|
1
|
-
import CJS_COMPAT_NODE_URL_1232wqooqc3l from 'node:url';
|
|
2
|
-
import CJS_COMPAT_NODE_PATH_1232wqooqc3l from 'node:path';
|
|
3
|
-
import CJS_COMPAT_NODE_MODULE_1232wqooqc3l from "node:module";
|
|
4
|
-
|
|
5
|
-
var __filename = CJS_COMPAT_NODE_URL_1232wqooqc3l.fileURLToPath(import.meta.url);
|
|
6
|
-
var __dirname = CJS_COMPAT_NODE_PATH_1232wqooqc3l.dirname(__filename);
|
|
7
|
-
var require = CJS_COMPAT_NODE_MODULE_1232wqooqc3l.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.1.0-beta.5",
|
|
16
|
-
"@storybook/addon-docs": "10.1.0-beta.5",
|
|
17
|
-
"@storybook/addon-links": "10.1.0-beta.5",
|
|
18
|
-
"@storybook/addon-onboarding": "10.1.0-beta.5",
|
|
19
|
-
"storybook-addon-pseudo-states": "10.1.0-beta.5",
|
|
20
|
-
"@storybook/addon-themes": "10.1.0-beta.5",
|
|
21
|
-
"@storybook/addon-vitest": "10.1.0-beta.5",
|
|
22
|
-
"@storybook/builder-vite": "10.1.0-beta.5",
|
|
23
|
-
"@storybook/builder-webpack5": "10.1.0-beta.5",
|
|
24
|
-
storybook: "10.1.0-beta.5",
|
|
25
|
-
"@storybook/angular": "10.1.0-beta.5",
|
|
26
|
-
"@storybook/ember": "10.1.0-beta.5",
|
|
27
|
-
"@storybook/html-vite": "10.1.0-beta.5",
|
|
28
|
-
"@storybook/nextjs": "10.1.0-beta.5",
|
|
29
|
-
"@storybook/nextjs-vite": "10.1.0-beta.5",
|
|
30
|
-
"@storybook/preact-vite": "10.1.0-beta.5",
|
|
31
|
-
"@storybook/react-native-web-vite": "10.1.0-beta.5",
|
|
32
|
-
"@storybook/react-vite": "10.1.0-beta.5",
|
|
33
|
-
"@storybook/react-webpack5": "10.1.0-beta.5",
|
|
34
|
-
"@storybook/server-webpack5": "10.1.0-beta.5",
|
|
35
|
-
"@storybook/svelte-vite": "10.1.0-beta.5",
|
|
36
|
-
"@storybook/sveltekit": "10.1.0-beta.5",
|
|
37
|
-
"@storybook/vue3-vite": "10.1.0-beta.5",
|
|
38
|
-
"@storybook/web-components-vite": "10.1.0-beta.5",
|
|
39
|
-
sb: "10.1.0-beta.5",
|
|
40
|
-
"@storybook/cli": "10.1.0-beta.5",
|
|
41
|
-
"@storybook/codemod": "10.1.0-beta.5",
|
|
42
|
-
"@storybook/core-webpack": "10.1.0-beta.5",
|
|
43
|
-
"create-storybook": "10.1.0-beta.5",
|
|
44
|
-
"@storybook/csf-plugin": "10.1.0-beta.5",
|
|
45
|
-
"eslint-plugin-storybook": "10.1.0-beta.5",
|
|
46
|
-
"@storybook/react-dom-shim": "10.1.0-beta.5",
|
|
47
|
-
"@storybook/preset-create-react-app": "10.1.0-beta.5",
|
|
48
|
-
"@storybook/preset-react-webpack": "10.1.0-beta.5",
|
|
49
|
-
"@storybook/preset-server-webpack": "10.1.0-beta.5",
|
|
50
|
-
"@storybook/html": "10.1.0-beta.5",
|
|
51
|
-
"@storybook/preact": "10.1.0-beta.5",
|
|
52
|
-
"@storybook/react": "10.1.0-beta.5",
|
|
53
|
-
"@storybook/server": "10.1.0-beta.5",
|
|
54
|
-
"@storybook/svelte": "10.1.0-beta.5",
|
|
55
|
-
"@storybook/vue3": "10.1.0-beta.5",
|
|
56
|
-
"@storybook/web-components": "10.1.0-beta.5"
|
|
57
|
-
};
|
|
58
|
-
|
|
59
|
-
export {
|
|
60
|
-
versions_default
|
|
61
|
-
};
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import CJS_COMPAT_NODE_URL_1232wqooqc3l from 'node:url';
|
|
2
|
-
import CJS_COMPAT_NODE_PATH_1232wqooqc3l from 'node:path';
|
|
3
|
-
import CJS_COMPAT_NODE_MODULE_1232wqooqc3l from "node:module";
|
|
4
|
-
|
|
5
|
-
var __filename = CJS_COMPAT_NODE_URL_1232wqooqc3l.fileURLToPath(import.meta.url);
|
|
6
|
-
var __dirname = CJS_COMPAT_NODE_PATH_1232wqooqc3l.dirname(__filename);
|
|
7
|
-
var require = CJS_COMPAT_NODE_MODULE_1232wqooqc3l.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.1.0-beta.5";
|
|
15
|
-
|
|
16
|
-
export {
|
|
17
|
-
version
|
|
18
|
-
};
|