create-storybook 10.2.3 → 10.2.5
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/{chunk-7YV3VC3A.js → chunk-3TWRNY6R.js} +6 -6
- package/dist/_node-chunks/{chunk-M3ASBBMA.js → chunk-N6BXPTDC.js} +9 -9
- package/dist/_node-chunks/{chunk-CNV7OEMQ.js → chunk-QOLWOH5F.js} +7 -7
- package/dist/_node-chunks/{postinstallAddon-AOR3XQSF.js → postinstallAddon-BBK7G674.js} +7 -7
- package/dist/_node-chunks/{run-YMH55Q6E.js → run-D3PZJRGD.js} +10 -10
- package/dist/bin/index.js +9 -9
- package/dist/index.js +9 -9
- package/package.json +2 -2
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_rpt4qpw0rx9 from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_rpt4qpw0rx9 from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_rpt4qpw0rx9 from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_rpt4qpw0rx9.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_rpt4qpw0rx9.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_rpt4qpw0rx9.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_rpt4qpw0rx9 from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_rpt4qpw0rx9 from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_rpt4qpw0rx9 from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_rpt4qpw0rx9.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_rpt4qpw0rx9.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_rpt4qpw0rx9.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
11
11
|
// ------------------------------------------------------------
|
|
12
12
|
import {
|
|
13
13
|
require_dist
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-QOLWOH5F.js";
|
|
15
15
|
import {
|
|
16
16
|
__commonJS,
|
|
17
17
|
__toESM
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-3TWRNY6R.js";
|
|
19
19
|
|
|
20
20
|
// ../../../node_modules/picocolors/picocolors.js
|
|
21
21
|
var require_picocolors = __commonJS({
|
|
@@ -1443,7 +1443,7 @@ var ADDON_INSTALLATION_INSTRUCTIONS = {
|
|
|
1443
1443
|
}
|
|
1444
1444
|
/** Configure test addons (a11y and vitest) */
|
|
1445
1445
|
async configureAddons(configDir, addons) {
|
|
1446
|
-
let { postinstallAddon } = await import("./postinstallAddon-
|
|
1446
|
+
let { postinstallAddon } = await import("./postinstallAddon-BBK7G674.js"), task = prompt6.taskLog({
|
|
1447
1447
|
id: "configure-addons",
|
|
1448
1448
|
title: "Configuring addons..."
|
|
1449
1449
|
}), addonResults = /* @__PURE__ */ new Map();
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_rpt4qpw0rx9 from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_rpt4qpw0rx9 from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_rpt4qpw0rx9 from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_rpt4qpw0rx9.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_rpt4qpw0rx9.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_rpt4qpw0rx9.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
11
11
|
// ------------------------------------------------------------
|
|
12
12
|
import {
|
|
13
13
|
__commonJS
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-3TWRNY6R.js";
|
|
15
15
|
|
|
16
16
|
// ../../../node_modules/ts-dedent/dist/index.js
|
|
17
17
|
var require_dist = __commonJS({
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_rpt4qpw0rx9 from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_rpt4qpw0rx9 from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_rpt4qpw0rx9 from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_rpt4qpw0rx9.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_rpt4qpw0rx9.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_rpt4qpw0rx9.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
11
11
|
// ------------------------------------------------------------
|
|
12
|
-
import "./chunk-
|
|
12
|
+
import "./chunk-3TWRNY6R.js";
|
|
13
13
|
|
|
14
14
|
// ../cli-storybook/src/postinstallAddon.ts
|
|
15
15
|
import { createRequire as createRequire2 } from "node:module";
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_rpt4qpw0rx9 from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_rpt4qpw0rx9 from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_rpt4qpw0rx9 from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_rpt4qpw0rx9.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_rpt4qpw0rx9.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_rpt4qpw0rx9.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
11
11
|
// ------------------------------------------------------------
|
|
12
12
|
import {
|
|
13
13
|
initiate
|
|
14
|
-
} from "./chunk-
|
|
15
|
-
import "./chunk-
|
|
14
|
+
} from "./chunk-N6BXPTDC.js";
|
|
15
|
+
import "./chunk-QOLWOH5F.js";
|
|
16
16
|
import {
|
|
17
17
|
__commonJS,
|
|
18
18
|
__require,
|
|
19
19
|
__toESM
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-3TWRNY6R.js";
|
|
21
21
|
|
|
22
22
|
// ../../../node_modules/commander/lib/error.js
|
|
23
23
|
var require_error = __commonJS({
|
|
@@ -2620,7 +2620,7 @@ var import_index = __toESM(require_commander(), 1), {
|
|
|
2620
2620
|
} = import_index.default;
|
|
2621
2621
|
|
|
2622
2622
|
// package.json
|
|
2623
|
-
var version = "10.2.
|
|
2623
|
+
var version = "10.2.5";
|
|
2624
2624
|
|
|
2625
2625
|
// src/bin/run.ts
|
|
2626
2626
|
addToGlobalContext("cliVersion", version);
|
package/dist/bin/index.js
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
2
|
+
import CJS_COMPAT_NODE_URL_rpt4qpw0rx9 from 'node:url';
|
|
3
|
+
import CJS_COMPAT_NODE_PATH_rpt4qpw0rx9 from 'node:path';
|
|
4
|
+
import CJS_COMPAT_NODE_MODULE_rpt4qpw0rx9 from "node:module";
|
|
5
5
|
|
|
6
|
-
var __filename =
|
|
7
|
-
var __dirname =
|
|
8
|
-
var require =
|
|
6
|
+
var __filename = CJS_COMPAT_NODE_URL_rpt4qpw0rx9.fileURLToPath(import.meta.url);
|
|
7
|
+
var __dirname = CJS_COMPAT_NODE_PATH_rpt4qpw0rx9.dirname(__filename);
|
|
8
|
+
var require = CJS_COMPAT_NODE_MODULE_rpt4qpw0rx9.createRequire(import.meta.url);
|
|
9
9
|
|
|
10
10
|
// ------------------------------------------------------------
|
|
11
11
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
12
12
|
// ------------------------------------------------------------
|
|
13
13
|
import {
|
|
14
14
|
require_dist
|
|
15
|
-
} from "../_node-chunks/chunk-
|
|
15
|
+
} from "../_node-chunks/chunk-QOLWOH5F.js";
|
|
16
16
|
import {
|
|
17
17
|
__toESM
|
|
18
|
-
} from "../_node-chunks/chunk-
|
|
18
|
+
} from "../_node-chunks/chunk-3TWRNY6R.js";
|
|
19
19
|
|
|
20
20
|
// src/bin/index.ts
|
|
21
21
|
var import_ts_dedent = __toESM(require_dist(), 1);
|
|
@@ -25,4 +25,4 @@ var [majorNodeVersion, minorNodeVersion] = process.versions.node.split(".").map(
|
|
|
25
25
|
import_ts_dedent.dedent`To run Storybook, you need Node.js version 20.19+ or 22.12+.
|
|
26
26
|
You are currently running Node.js ${process.version}. Please upgrade your Node.js installation.`
|
|
27
27
|
), process.exit(1));
|
|
28
|
-
import("../_node-chunks/run-
|
|
28
|
+
import("../_node-chunks/run-D3PZJRGD.js");
|
package/dist/index.js
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_rpt4qpw0rx9 from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_rpt4qpw0rx9 from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_rpt4qpw0rx9 from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_rpt4qpw0rx9.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_rpt4qpw0rx9.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_rpt4qpw0rx9.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
11
11
|
// ------------------------------------------------------------
|
|
12
12
|
import {
|
|
13
13
|
doInitiate
|
|
14
|
-
} from "./_node-chunks/chunk-
|
|
15
|
-
import "./_node-chunks/chunk-
|
|
16
|
-
import "./_node-chunks/chunk-
|
|
14
|
+
} from "./_node-chunks/chunk-N6BXPTDC.js";
|
|
15
|
+
import "./_node-chunks/chunk-QOLWOH5F.js";
|
|
16
|
+
import "./_node-chunks/chunk-3TWRNY6R.js";
|
|
17
17
|
export {
|
|
18
18
|
doInitiate as initiate
|
|
19
19
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-storybook",
|
|
3
|
-
"version": "10.2.
|
|
3
|
+
"version": "10.2.5",
|
|
4
4
|
"description": "Storybook installer: Develop, document, and test UI components in isolation",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
],
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"semver": "^7.7.3",
|
|
42
|
-
"storybook": "10.2.
|
|
42
|
+
"storybook": "10.2.5"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@types/prompts": "^2.0.9",
|