storybook 10.2.0-alpha.7 → 10.2.0-alpha.8
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/_browser-chunks/{chunk-EUPBEOK3.js → chunk-VUZYLZ4B.js} +5 -5
- package/dist/_node-chunks/{builder-manager-CUNI3ZJ4.js → builder-manager-2XASU3VS.js} +12 -12
- package/dist/_node-chunks/{camelcase-4GVAWYWU.js → camelcase-KIWRHB2G.js} +7 -7
- package/dist/_node-chunks/chunk-2ANLCK4Y.js +18 -0
- package/dist/_node-chunks/{chunk-ZNQQBZIL.js → chunk-2KSITKBI.js} +7 -7
- package/dist/_node-chunks/{chunk-2TPGTNH3.js → chunk-2OC7H5MZ.js} +7 -7
- package/dist/_node-chunks/{chunk-VRAZAZEV.js → chunk-3K6P75SS.js} +7 -7
- package/dist/_node-chunks/{chunk-M5E3YC4T.js → chunk-3TW66YXG.js} +6 -6
- package/dist/_node-chunks/{chunk-VCZD6QSG.js → chunk-5BRYY6XB.js} +9 -9
- package/dist/_node-chunks/{chunk-PGJHGLNH.js → chunk-5GRHJJHD.js} +9 -9
- package/dist/_node-chunks/{chunk-YPUOZX6Y.js → chunk-5WQXPM6D.js} +6 -6
- package/dist/_node-chunks/{chunk-JVSFH4RF.js → chunk-6TJUL42C.js} +12 -12
- package/dist/_node-chunks/{chunk-Y6L7H22H.js → chunk-7B4JYHGV.js} +6 -6
- package/dist/_node-chunks/{chunk-PQM4RHC4.js → chunk-COGO4JMD.js} +7 -7
- package/dist/_node-chunks/{chunk-LPSISNQS.js → chunk-DTM4A3DJ.js} +12 -12
- package/dist/_node-chunks/{chunk-PYUJOHPH.js → chunk-DYQ6QR45.js} +13 -13
- package/dist/_node-chunks/{chunk-R3N2GWVX.js → chunk-IJ34563N.js} +20 -20
- package/dist/_node-chunks/{chunk-NYGO6SRI.js → chunk-JWL5NLJU.js} +6 -6
- package/dist/_node-chunks/{chunk-RCTV2GMQ.js → chunk-LEZENLG7.js} +7 -7
- package/dist/_node-chunks/{chunk-TBPJCWU7.js → chunk-LOXLI4XT.js} +6 -6
- package/dist/_node-chunks/{chunk-P445LZJB.js → chunk-MLYPMYG5.js} +6 -6
- package/dist/_node-chunks/{chunk-BUUY73HB.js → chunk-Q6WPGVIW.js} +6 -6
- package/dist/_node-chunks/{chunk-Y53XRTM4.js → chunk-S7FIFCTX.js} +10 -10
- package/dist/_node-chunks/{chunk-56LVYN72.js → chunk-TTGXODEY.js} +7 -7
- package/dist/_node-chunks/chunk-UFXCGC4W.js +23 -0
- package/dist/_node-chunks/{chunk-QJ6C6Y4J.js → chunk-UNHOAAXU.js} +7 -7
- package/dist/_node-chunks/{chunk-DF3MHTVA.js → chunk-VJFHZL2T.js} +8 -8
- package/dist/_node-chunks/{chunk-FVVGYCVC.js → chunk-WKC523P7.js} +7 -7
- package/dist/_node-chunks/chunk-X4YDIHYE.js +61 -0
- package/dist/_node-chunks/{chunk-BVT57OPU.js → chunk-ZKB7MQRR.js} +8 -8
- package/dist/_node-chunks/{dist-5DA7I4HZ.js → dist-GICI6ZHU.js} +9 -9
- package/dist/_node-chunks/{globby-UXUG5UXW.js → globby-FWMT4OOQ.js} +9 -9
- package/dist/_node-chunks/{lib-JGWMRG56.js → lib-YCGXIMW5.js} +7 -7
- package/dist/_node-chunks/{mdx-N42X6CFJ-SS3BBRSA.js → mdx-N42X6CFJ-CRGM5LTU.js} +8 -8
- package/dist/_node-chunks/{p-limit-QEWD3I7K.js → p-limit-UJIYI4QT.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 +32 -32
- package/dist/core-server/presets/common-override-preset.js +9 -9
- package/dist/core-server/presets/common-preset.js +24 -24
- package/dist/csf/index.js +8 -4
- 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/preview/runtime.js +5 -5
- package/dist/preview-api/index.js +1 -1
- package/dist/server-errors.js +11 -11
- package/dist/telemetry/index.js +22 -22
- package/package.json +1 -1
- package/dist/_node-chunks/chunk-AT23E4EQ.js +0 -61
- package/dist/_node-chunks/chunk-LZSDDOT4.js +0 -23
- package/dist/_node-chunks/chunk-TTG4OTIQ.js +0 -18
package/dist/telemetry/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_3bfbtrdgjix from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_3bfbtrdgjix from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_3bfbtrdgjix from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_3bfbtrdgjix.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_3bfbtrdgjix.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_3bfbtrdgjix.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
@@ -25,22 +25,22 @@ 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-
|
|
28
|
+
} from "../_node-chunks/chunk-DTM4A3DJ.js";
|
|
29
|
+
import "../_node-chunks/chunk-2ANLCK4Y.js";
|
|
30
|
+
import "../_node-chunks/chunk-IJ34563N.js";
|
|
31
|
+
import "../_node-chunks/chunk-X4YDIHYE.js";
|
|
32
|
+
import "../_node-chunks/chunk-WKC523P7.js";
|
|
33
|
+
import "../_node-chunks/chunk-ZKB7MQRR.js";
|
|
34
|
+
import "../_node-chunks/chunk-5GRHJJHD.js";
|
|
35
|
+
import "../_node-chunks/chunk-3TW66YXG.js";
|
|
36
|
+
import "../_node-chunks/chunk-2OC7H5MZ.js";
|
|
37
|
+
import "../_node-chunks/chunk-MLYPMYG5.js";
|
|
38
|
+
import "../_node-chunks/chunk-7B4JYHGV.js";
|
|
39
|
+
import "../_node-chunks/chunk-3K6P75SS.js";
|
|
40
|
+
import "../_node-chunks/chunk-LOXLI4XT.js";
|
|
41
|
+
import "../_node-chunks/chunk-TTGXODEY.js";
|
|
42
|
+
import "../_node-chunks/chunk-2KSITKBI.js";
|
|
43
|
+
import "../_node-chunks/chunk-5WQXPM6D.js";
|
|
44
44
|
export {
|
|
45
45
|
ErrorCollector,
|
|
46
46
|
addToGlobalContext,
|
package/package.json
CHANGED
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
import CJS_COMPAT_NODE_URL_99t5k5w5yp4 from 'node:url';
|
|
2
|
-
import CJS_COMPAT_NODE_PATH_99t5k5w5yp4 from 'node:path';
|
|
3
|
-
import CJS_COMPAT_NODE_MODULE_99t5k5w5yp4 from "node:module";
|
|
4
|
-
|
|
5
|
-
var __filename = CJS_COMPAT_NODE_URL_99t5k5w5yp4.fileURLToPath(import.meta.url);
|
|
6
|
-
var __dirname = CJS_COMPAT_NODE_PATH_99t5k5w5yp4.dirname(__filename);
|
|
7
|
-
var require = CJS_COMPAT_NODE_MODULE_99t5k5w5yp4.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.2.0-alpha.7",
|
|
16
|
-
"@storybook/addon-docs": "10.2.0-alpha.7",
|
|
17
|
-
"@storybook/addon-links": "10.2.0-alpha.7",
|
|
18
|
-
"@storybook/addon-onboarding": "10.2.0-alpha.7",
|
|
19
|
-
"storybook-addon-pseudo-states": "10.2.0-alpha.7",
|
|
20
|
-
"@storybook/addon-themes": "10.2.0-alpha.7",
|
|
21
|
-
"@storybook/addon-vitest": "10.2.0-alpha.7",
|
|
22
|
-
"@storybook/builder-vite": "10.2.0-alpha.7",
|
|
23
|
-
"@storybook/builder-webpack5": "10.2.0-alpha.7",
|
|
24
|
-
storybook: "10.2.0-alpha.7",
|
|
25
|
-
"@storybook/angular": "10.2.0-alpha.7",
|
|
26
|
-
"@storybook/ember": "10.2.0-alpha.7",
|
|
27
|
-
"@storybook/html-vite": "10.2.0-alpha.7",
|
|
28
|
-
"@storybook/nextjs": "10.2.0-alpha.7",
|
|
29
|
-
"@storybook/nextjs-vite": "10.2.0-alpha.7",
|
|
30
|
-
"@storybook/preact-vite": "10.2.0-alpha.7",
|
|
31
|
-
"@storybook/react-native-web-vite": "10.2.0-alpha.7",
|
|
32
|
-
"@storybook/react-vite": "10.2.0-alpha.7",
|
|
33
|
-
"@storybook/react-webpack5": "10.2.0-alpha.7",
|
|
34
|
-
"@storybook/server-webpack5": "10.2.0-alpha.7",
|
|
35
|
-
"@storybook/svelte-vite": "10.2.0-alpha.7",
|
|
36
|
-
"@storybook/sveltekit": "10.2.0-alpha.7",
|
|
37
|
-
"@storybook/vue3-vite": "10.2.0-alpha.7",
|
|
38
|
-
"@storybook/web-components-vite": "10.2.0-alpha.7",
|
|
39
|
-
sb: "10.2.0-alpha.7",
|
|
40
|
-
"@storybook/cli": "10.2.0-alpha.7",
|
|
41
|
-
"@storybook/codemod": "10.2.0-alpha.7",
|
|
42
|
-
"@storybook/core-webpack": "10.2.0-alpha.7",
|
|
43
|
-
"create-storybook": "10.2.0-alpha.7",
|
|
44
|
-
"@storybook/csf-plugin": "10.2.0-alpha.7",
|
|
45
|
-
"eslint-plugin-storybook": "10.2.0-alpha.7",
|
|
46
|
-
"@storybook/react-dom-shim": "10.2.0-alpha.7",
|
|
47
|
-
"@storybook/preset-create-react-app": "10.2.0-alpha.7",
|
|
48
|
-
"@storybook/preset-react-webpack": "10.2.0-alpha.7",
|
|
49
|
-
"@storybook/preset-server-webpack": "10.2.0-alpha.7",
|
|
50
|
-
"@storybook/html": "10.2.0-alpha.7",
|
|
51
|
-
"@storybook/preact": "10.2.0-alpha.7",
|
|
52
|
-
"@storybook/react": "10.2.0-alpha.7",
|
|
53
|
-
"@storybook/server": "10.2.0-alpha.7",
|
|
54
|
-
"@storybook/svelte": "10.2.0-alpha.7",
|
|
55
|
-
"@storybook/vue3": "10.2.0-alpha.7",
|
|
56
|
-
"@storybook/web-components": "10.2.0-alpha.7"
|
|
57
|
-
};
|
|
58
|
-
|
|
59
|
-
export {
|
|
60
|
-
versions_default
|
|
61
|
-
};
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import CJS_COMPAT_NODE_URL_99t5k5w5yp4 from 'node:url';
|
|
2
|
-
import CJS_COMPAT_NODE_PATH_99t5k5w5yp4 from 'node:path';
|
|
3
|
-
import CJS_COMPAT_NODE_MODULE_99t5k5w5yp4 from "node:module";
|
|
4
|
-
|
|
5
|
-
var __filename = CJS_COMPAT_NODE_URL_99t5k5w5yp4.fileURLToPath(import.meta.url);
|
|
6
|
-
var __dirname = CJS_COMPAT_NODE_PATH_99t5k5w5yp4.dirname(__filename);
|
|
7
|
-
var require = CJS_COMPAT_NODE_MODULE_99t5k5w5yp4.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-M5E3YC4T.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_99t5k5w5yp4 from 'node:url';
|
|
2
|
-
import CJS_COMPAT_NODE_PATH_99t5k5w5yp4 from 'node:path';
|
|
3
|
-
import CJS_COMPAT_NODE_MODULE_99t5k5w5yp4 from "node:module";
|
|
4
|
-
|
|
5
|
-
var __filename = CJS_COMPAT_NODE_URL_99t5k5w5yp4.fileURLToPath(import.meta.url);
|
|
6
|
-
var __dirname = CJS_COMPAT_NODE_PATH_99t5k5w5yp4.dirname(__filename);
|
|
7
|
-
var require = CJS_COMPAT_NODE_MODULE_99t5k5w5yp4.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.2.0-alpha.7";
|
|
15
|
-
|
|
16
|
-
export {
|
|
17
|
-
version
|
|
18
|
-
};
|