storybook 10.1.1 → 10.2.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-C7JEYIYJ.js → builder-manager-LXL5N6M5.js} +12 -12
- package/dist/_node-chunks/{camelcase-EKJLJYXS.js → camelcase-64II7H4U.js} +7 -7
- package/dist/_node-chunks/{chunk-IG2ALTN6.js → chunk-4BQMSZKI.js} +8 -8
- package/dist/_node-chunks/{chunk-U46HN6HR.js → chunk-4EZYJUAC.js} +6 -6
- package/dist/_node-chunks/{chunk-4U2MVVKV.js → chunk-5GNBLJKS.js} +7 -7
- package/dist/_node-chunks/{chunk-SCGML3ZY.js → chunk-5NWCBUGD.js} +6 -6
- package/dist/_node-chunks/{chunk-HZC2SB7B.js → chunk-77APSTTM.js} +8 -8
- package/dist/_node-chunks/{chunk-TXFQGVOT.js → chunk-AJUO2ZU3.js} +7 -7
- package/dist/_node-chunks/{chunk-GVZHV3RA.js → chunk-CLNMK7MP.js} +20 -20
- package/dist/_node-chunks/chunk-COQ27OZ3.js +61 -0
- package/dist/_node-chunks/{chunk-7GNG7DZN.js → chunk-ET4VMMZG.js} +10 -10
- package/dist/_node-chunks/{chunk-DJWEMHR5.js → chunk-F7377GT2.js} +13 -13
- package/dist/_node-chunks/{chunk-O75LHYHE.js → chunk-FTR6MHOX.js} +7 -7
- package/dist/_node-chunks/{chunk-HS7MLKJ7.js → chunk-GOOBGRAV.js} +13 -13
- package/dist/_node-chunks/{chunk-22GRWY3A.js → chunk-GYZQMMTN.js} +7 -7
- package/dist/_node-chunks/{chunk-GAA4H3VB.js → chunk-JYMZJCZ7.js} +34 -35
- package/dist/_node-chunks/{chunk-EDWQNQRS.js → chunk-KMTK5W6O.js} +7 -7
- package/dist/_node-chunks/{chunk-NYOGOMNG.js → chunk-KXDU466E.js} +7 -7
- package/dist/_node-chunks/{chunk-GDGPRHGO.js → chunk-LEDV47V2.js} +7 -7
- package/dist/_node-chunks/{chunk-Q4NGPXRM.js → chunk-MC2R4DSD.js} +6 -6
- package/dist/_node-chunks/chunk-NEENMS4J.js +18 -0
- package/dist/_node-chunks/{chunk-JN2WIVPA.js → chunk-PGFQADZC.js} +6 -6
- package/dist/_node-chunks/{chunk-GCHB45RE.js → chunk-R3WYNAT5.js} +6 -6
- package/dist/_node-chunks/{chunk-N7ITOTDA.js → chunk-SR5ZYD7K.js} +7 -7
- package/dist/_node-chunks/{chunk-BHHIOLJA.js → chunk-TP6ICLTL.js} +6 -6
- package/dist/_node-chunks/{chunk-CPQFWCXT.js → chunk-TX77W2KY.js} +9 -9
- package/dist/_node-chunks/{chunk-V55OPUPS.js → chunk-VFTNRF5X.js} +9 -9
- package/dist/_node-chunks/{chunk-LIHOGGYQ.js → chunk-VR5LMO3F.js} +6 -6
- package/dist/_node-chunks/chunk-XEPVDCRL.js +23 -0
- package/dist/_node-chunks/{chunk-VCTH7NVT.js → chunk-ZI2RAI3I.js} +6 -6
- package/dist/_node-chunks/{dist-U4P7LQQN.js → dist-HGQ5R6JU.js} +9 -9
- package/dist/_node-chunks/{globby-MZKLH3YV.js → globby-5XJTXKUJ.js} +9 -9
- package/dist/_node-chunks/{lib-2N65EL7H.js → lib-XNLTS2RI.js} +7 -7
- package/dist/_node-chunks/{mdx-N42X6CFJ-BH36LL45.js → mdx-N42X6CFJ-7WF3QWVO.js} +8 -8
- package/dist/_node-chunks/{p-limit-IRSB2ECY.js → p-limit-RBKYTJKF.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 +1 -1
- package/dist/cli/index.js +18 -18
- 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/runtime.js +0 -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-3AUMHWKR.js +0 -18
- package/dist/_node-chunks/chunk-DPZJ3NQJ.js +0 -61
- package/dist/_node-chunks/chunk-JJ5YIJTU.js +0 -23
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_2297kyafub from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_2297kyafub from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_2297kyafub from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_2297kyafub.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_2297kyafub.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_2297kyafub.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
@@ -16,8 +16,8 @@ import {
|
|
|
16
16
|
join,
|
|
17
17
|
normalize,
|
|
18
18
|
resolve
|
|
19
|
-
} from "../_node-chunks/chunk-
|
|
20
|
-
import "../_node-chunks/chunk-
|
|
19
|
+
} from "../_node-chunks/chunk-PGFQADZC.js";
|
|
20
|
+
import "../_node-chunks/chunk-5NWCBUGD.js";
|
|
21
21
|
|
|
22
22
|
// ../node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs
|
|
23
23
|
var comma = 44, semicolon = 59, chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/", intToChar = new Uint8Array(64), charToInt = new Uint8Array(128);
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_2297kyafub from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_2297kyafub from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_2297kyafub from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_2297kyafub.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_2297kyafub.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_2297kyafub.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-4BQMSZKI.js";
|
|
26
|
+
import "../_node-chunks/chunk-GYZQMMTN.js";
|
|
27
|
+
import "../_node-chunks/chunk-5NWCBUGD.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_2297kyafub from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_2297kyafub from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_2297kyafub from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_2297kyafub.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_2297kyafub.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_2297kyafub.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-ET4VMMZG.js";
|
|
46
|
+
import "./_node-chunks/chunk-ZI2RAI3I.js";
|
|
47
|
+
import "./_node-chunks/chunk-AJUO2ZU3.js";
|
|
48
|
+
import "./_node-chunks/chunk-GYZQMMTN.js";
|
|
49
|
+
import "./_node-chunks/chunk-5NWCBUGD.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_2297kyafub from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_2297kyafub from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_2297kyafub from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_2297kyafub.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_2297kyafub.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_2297kyafub.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-F7377GT2.js";
|
|
26
|
+
import "../_node-chunks/chunk-NEENMS4J.js";
|
|
27
|
+
import "../_node-chunks/chunk-CLNMK7MP.js";
|
|
28
|
+
import "../_node-chunks/chunk-COQ27OZ3.js";
|
|
29
|
+
import "../_node-chunks/chunk-KMTK5W6O.js";
|
|
30
|
+
import "../_node-chunks/chunk-4BQMSZKI.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-VR5LMO3F.js";
|
|
34
|
+
import "../_node-chunks/chunk-VFTNRF5X.js";
|
|
35
|
+
import "../_node-chunks/chunk-4EZYJUAC.js";
|
|
36
|
+
import "../_node-chunks/chunk-SR5ZYD7K.js";
|
|
37
|
+
import "../_node-chunks/chunk-TP6ICLTL.js";
|
|
38
|
+
import "../_node-chunks/chunk-PGFQADZC.js";
|
|
39
|
+
import "../_node-chunks/chunk-FTR6MHOX.js";
|
|
40
|
+
import "../_node-chunks/chunk-MC2R4DSD.js";
|
|
41
|
+
import "../_node-chunks/chunk-AJUO2ZU3.js";
|
|
42
|
+
import "../_node-chunks/chunk-GYZQMMTN.js";
|
|
43
|
+
import "../_node-chunks/chunk-5NWCBUGD.js";
|
|
44
44
|
export {
|
|
45
45
|
ErrorCollector,
|
|
46
46
|
addToGlobalContext,
|
package/package.json
CHANGED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import CJS_COMPAT_NODE_URL_rvkdaqpp8e from 'node:url';
|
|
2
|
-
import CJS_COMPAT_NODE_PATH_rvkdaqpp8e from 'node:path';
|
|
3
|
-
import CJS_COMPAT_NODE_MODULE_rvkdaqpp8e from "node:module";
|
|
4
|
-
|
|
5
|
-
var __filename = CJS_COMPAT_NODE_URL_rvkdaqpp8e.fileURLToPath(import.meta.url);
|
|
6
|
-
var __dirname = CJS_COMPAT_NODE_PATH_rvkdaqpp8e.dirname(__filename);
|
|
7
|
-
var require = CJS_COMPAT_NODE_MODULE_rvkdaqpp8e.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.1";
|
|
15
|
-
|
|
16
|
-
export {
|
|
17
|
-
version
|
|
18
|
-
};
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
import CJS_COMPAT_NODE_URL_rvkdaqpp8e from 'node:url';
|
|
2
|
-
import CJS_COMPAT_NODE_PATH_rvkdaqpp8e from 'node:path';
|
|
3
|
-
import CJS_COMPAT_NODE_MODULE_rvkdaqpp8e from "node:module";
|
|
4
|
-
|
|
5
|
-
var __filename = CJS_COMPAT_NODE_URL_rvkdaqpp8e.fileURLToPath(import.meta.url);
|
|
6
|
-
var __dirname = CJS_COMPAT_NODE_PATH_rvkdaqpp8e.dirname(__filename);
|
|
7
|
-
var require = CJS_COMPAT_NODE_MODULE_rvkdaqpp8e.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.1",
|
|
16
|
-
"@storybook/addon-docs": "10.1.1",
|
|
17
|
-
"@storybook/addon-links": "10.1.1",
|
|
18
|
-
"@storybook/addon-onboarding": "10.1.1",
|
|
19
|
-
"storybook-addon-pseudo-states": "10.1.1",
|
|
20
|
-
"@storybook/addon-themes": "10.1.1",
|
|
21
|
-
"@storybook/addon-vitest": "10.1.1",
|
|
22
|
-
"@storybook/builder-vite": "10.1.1",
|
|
23
|
-
"@storybook/builder-webpack5": "10.1.1",
|
|
24
|
-
storybook: "10.1.1",
|
|
25
|
-
"@storybook/angular": "10.1.1",
|
|
26
|
-
"@storybook/ember": "10.1.1",
|
|
27
|
-
"@storybook/html-vite": "10.1.1",
|
|
28
|
-
"@storybook/nextjs": "10.1.1",
|
|
29
|
-
"@storybook/nextjs-vite": "10.1.1",
|
|
30
|
-
"@storybook/preact-vite": "10.1.1",
|
|
31
|
-
"@storybook/react-native-web-vite": "10.1.1",
|
|
32
|
-
"@storybook/react-vite": "10.1.1",
|
|
33
|
-
"@storybook/react-webpack5": "10.1.1",
|
|
34
|
-
"@storybook/server-webpack5": "10.1.1",
|
|
35
|
-
"@storybook/svelte-vite": "10.1.1",
|
|
36
|
-
"@storybook/sveltekit": "10.1.1",
|
|
37
|
-
"@storybook/vue3-vite": "10.1.1",
|
|
38
|
-
"@storybook/web-components-vite": "10.1.1",
|
|
39
|
-
sb: "10.1.1",
|
|
40
|
-
"@storybook/cli": "10.1.1",
|
|
41
|
-
"@storybook/codemod": "10.1.1",
|
|
42
|
-
"@storybook/core-webpack": "10.1.1",
|
|
43
|
-
"create-storybook": "10.1.1",
|
|
44
|
-
"@storybook/csf-plugin": "10.1.1",
|
|
45
|
-
"eslint-plugin-storybook": "10.1.1",
|
|
46
|
-
"@storybook/react-dom-shim": "10.1.1",
|
|
47
|
-
"@storybook/preset-create-react-app": "10.1.1",
|
|
48
|
-
"@storybook/preset-react-webpack": "10.1.1",
|
|
49
|
-
"@storybook/preset-server-webpack": "10.1.1",
|
|
50
|
-
"@storybook/html": "10.1.1",
|
|
51
|
-
"@storybook/preact": "10.1.1",
|
|
52
|
-
"@storybook/react": "10.1.1",
|
|
53
|
-
"@storybook/server": "10.1.1",
|
|
54
|
-
"@storybook/svelte": "10.1.1",
|
|
55
|
-
"@storybook/vue3": "10.1.1",
|
|
56
|
-
"@storybook/web-components": "10.1.1"
|
|
57
|
-
};
|
|
58
|
-
|
|
59
|
-
export {
|
|
60
|
-
versions_default
|
|
61
|
-
};
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import CJS_COMPAT_NODE_URL_rvkdaqpp8e from 'node:url';
|
|
2
|
-
import CJS_COMPAT_NODE_PATH_rvkdaqpp8e from 'node:path';
|
|
3
|
-
import CJS_COMPAT_NODE_MODULE_rvkdaqpp8e from "node:module";
|
|
4
|
-
|
|
5
|
-
var __filename = CJS_COMPAT_NODE_URL_rvkdaqpp8e.fileURLToPath(import.meta.url);
|
|
6
|
-
var __dirname = CJS_COMPAT_NODE_PATH_rvkdaqpp8e.dirname(__filename);
|
|
7
|
-
var require = CJS_COMPAT_NODE_MODULE_rvkdaqpp8e.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-U46HN6HR.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
|
-
};
|