storybook 10.2.0-alpha.8 → 10.2.0-alpha.9
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-2XASU3VS.js → builder-manager-FTCODGJP.js} +12 -12
- package/dist/_node-chunks/{camelcase-KIWRHB2G.js → camelcase-5XDKQT3J.js} +7 -7
- package/dist/_node-chunks/{chunk-5BRYY6XB.js → chunk-33XC4R6P.js} +9 -9
- package/dist/_node-chunks/{chunk-MLYPMYG5.js → chunk-3DPKKQ6P.js} +6 -6
- package/dist/_node-chunks/{chunk-5GRHJJHD.js → chunk-3Y5VHKPI.js} +9 -9
- package/dist/_node-chunks/{chunk-2KSITKBI.js → chunk-6ABJZZWS.js} +7 -7
- package/dist/_node-chunks/{chunk-LEZENLG7.js → chunk-6SH5SI6S.js} +7 -7
- package/dist/_node-chunks/{chunk-LOXLI4XT.js → chunk-73GYSTNZ.js} +6 -6
- package/dist/_node-chunks/{chunk-DYQ6QR45.js → chunk-BQX766MA.js} +13 -13
- package/dist/_node-chunks/{chunk-WKC523P7.js → chunk-CO7N5AG7.js} +7 -7
- package/dist/_node-chunks/{chunk-COGO4JMD.js → chunk-D4TCQXIF.js} +7 -7
- package/dist/_node-chunks/{chunk-6TJUL42C.js → chunk-FGI35IGB.js} +12 -12
- package/dist/_node-chunks/chunk-GXQRT5M6.js +61 -0
- package/dist/_node-chunks/{chunk-Q6WPGVIW.js → chunk-IIBBQZLT.js} +6 -6
- package/dist/_node-chunks/{chunk-7B4JYHGV.js → chunk-LB74XOLW.js} +6 -6
- package/dist/_node-chunks/{chunk-TTGXODEY.js → chunk-LRBEW57O.js} +7 -7
- package/dist/_node-chunks/{chunk-3TW66YXG.js → chunk-MOQRBTWA.js} +6 -6
- package/dist/_node-chunks/{chunk-IJ34563N.js → chunk-MWWAQ5S4.js} +20 -20
- package/dist/_node-chunks/{chunk-S7FIFCTX.js → chunk-NYUFS6LX.js} +10 -10
- package/dist/_node-chunks/{chunk-2OC7H5MZ.js → chunk-OUDQWDHY.js} +7 -7
- package/dist/_node-chunks/chunk-PRNP2HO6.js +23 -0
- package/dist/_node-chunks/{chunk-5WQXPM6D.js → chunk-PZCWRKQE.js} +6 -6
- package/dist/_node-chunks/{chunk-DTM4A3DJ.js → chunk-RF3L36MK.js} +12 -12
- package/dist/_node-chunks/{chunk-JWL5NLJU.js → chunk-SBPB3VWI.js} +6 -6
- package/dist/_node-chunks/{chunk-ZKB7MQRR.js → chunk-SPOUBCPJ.js} +8 -8
- package/dist/_node-chunks/chunk-VKMYOVNS.js +18 -0
- package/dist/_node-chunks/{chunk-3K6P75SS.js → chunk-WTQGSYRO.js} +7 -7
- package/dist/_node-chunks/{chunk-VJFHZL2T.js → chunk-XZ6V3G6J.js} +8 -9
- package/dist/_node-chunks/{chunk-UNHOAAXU.js → chunk-YN6FEZAF.js} +7 -7
- package/dist/_node-chunks/{dist-GICI6ZHU.js → dist-YRSVYE5A.js} +9 -9
- package/dist/_node-chunks/{globby-FWMT4OOQ.js → globby-AXGFF6I5.js} +9 -9
- package/dist/_node-chunks/{lib-YCGXIMW5.js → lib-ESB7KQ6D.js} +7 -7
- package/dist/_node-chunks/{mdx-N42X6CFJ-CRGM5LTU.js → mdx-N42X6CFJ-XXQ6YIDF.js} +8 -8
- package/dist/_node-chunks/{p-limit-UJIYI4QT.js → p-limit-P6ND7SUA.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 +22 -22
- package/dist/core-server/index.d.ts +3 -1
- package/dist/core-server/index.js +3001 -3007
- package/dist/core-server/presets/common-override-preset.js +9 -9
- package/dist/core-server/presets/common-preset.js +42 -26
- 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 +22 -22
- package/dist/types/index.d.ts +3 -2
- package/package.json +1 -1
- package/dist/_node-chunks/chunk-2ANLCK4Y.js +0 -18
- package/dist/_node-chunks/chunk-UFXCGC4W.js +0 -23
- package/dist/_node-chunks/chunk-X4YDIHYE.js +0 -61
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_3h3bsnbtanf from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_3h3bsnbtanf from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_3h3bsnbtanf from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_3h3bsnbtanf.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_3h3bsnbtanf.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_3h3bsnbtanf.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
@@ -13,26 +13,26 @@ import {
|
|
|
13
13
|
BROWSER_TARGETS,
|
|
14
14
|
NODE_TARGET,
|
|
15
15
|
SUPPORTED_FEATURES
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-SBPB3VWI.js";
|
|
17
17
|
import {
|
|
18
18
|
require_build
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-6SH5SI6S.js";
|
|
20
20
|
import {
|
|
21
21
|
resolveModulePath,
|
|
22
22
|
resolvePackageDir
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-OUDQWDHY.js";
|
|
24
24
|
import {
|
|
25
25
|
join,
|
|
26
26
|
parse
|
|
27
|
-
} from "./chunk-
|
|
27
|
+
} from "./chunk-LB74XOLW.js";
|
|
28
28
|
import {
|
|
29
29
|
slash
|
|
30
|
-
} from "./chunk-
|
|
30
|
+
} from "./chunk-73GYSTNZ.js";
|
|
31
31
|
import {
|
|
32
32
|
__commonJS,
|
|
33
33
|
__require,
|
|
34
34
|
__toESM
|
|
35
|
-
} from "./chunk-
|
|
35
|
+
} from "./chunk-PZCWRKQE.js";
|
|
36
36
|
|
|
37
37
|
// ../../node_modules/ejs/lib/utils.js
|
|
38
38
|
var require_utils = __commonJS({
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_3h3bsnbtanf from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_3h3bsnbtanf from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_3h3bsnbtanf from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_3h3bsnbtanf.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_3h3bsnbtanf.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_3h3bsnbtanf.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-PZCWRKQE.js";
|
|
13
13
|
|
|
14
14
|
// ../../node_modules/camelcase/index.js
|
|
15
15
|
var UPPERCASE = /[\p{Lu}]/u, LOWERCASE = /[\p{Ll}]/u, LEADING_CAPITAL = /^[\p{Lu}](?![\p{Lu}])/gu, IDENTIFIER = /([\p{Alpha}\p{N}_]|$)/u, SEPARATORS = /[_.\- ]+/, LEADING_SEPARATORS = new RegExp("^" + SEPARATORS.source), SEPARATORS_AND_IDENTIFIER = new RegExp(SEPARATORS.source + IDENTIFIER.source, "gu"), NUMBERS_AND_IDENTIFIER = new RegExp("\\d+" + IDENTIFIER.source, "gu"), preserveCamelCase = (string, toLowerCase, toUpperCase, preserveConsecutiveUppercase2) => {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_3h3bsnbtanf from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_3h3bsnbtanf from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_3h3bsnbtanf from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_3h3bsnbtanf.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_3h3bsnbtanf.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_3h3bsnbtanf.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
@@ -12,15 +12,15 @@ var require = CJS_COMPAT_NODE_MODULE_3bfbtrdgjix.createRequire(import.meta.url);
|
|
|
12
12
|
import {
|
|
13
13
|
require_lib,
|
|
14
14
|
require_src
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-D4TCQXIF.js";
|
|
16
16
|
import {
|
|
17
17
|
require_picocolors
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-6ABJZZWS.js";
|
|
19
19
|
import {
|
|
20
20
|
__commonJS,
|
|
21
21
|
__require,
|
|
22
22
|
__toESM
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-PZCWRKQE.js";
|
|
24
24
|
|
|
25
25
|
// ../../node_modules/@babel/types/lib/utils/shallowEqual.js
|
|
26
26
|
var require_shallowEqual = __commonJS({
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_3h3bsnbtanf from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_3h3bsnbtanf from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_3h3bsnbtanf from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_3h3bsnbtanf.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_3h3bsnbtanf.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_3h3bsnbtanf.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_3h3bsnbtanf from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_3h3bsnbtanf from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_3h3bsnbtanf from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_3h3bsnbtanf.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_3h3bsnbtanf.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_3h3bsnbtanf.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
|
invariant
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-3DPKKQ6P.js";
|
|
15
15
|
import {
|
|
16
16
|
require_dist
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-LRBEW57O.js";
|
|
18
18
|
import {
|
|
19
19
|
__export,
|
|
20
20
|
__toESM
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-PZCWRKQE.js";
|
|
22
22
|
|
|
23
23
|
// src/cli/globalSettings.ts
|
|
24
24
|
var import_ts_dedent = __toESM(require_dist(), 1);
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_3h3bsnbtanf from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_3h3bsnbtanf from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_3h3bsnbtanf from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_3h3bsnbtanf.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_3h3bsnbtanf.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_3h3bsnbtanf.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-PZCWRKQE.js";
|
|
15
15
|
|
|
16
16
|
// ../../node_modules/picocolors/picocolors.js
|
|
17
17
|
var require_picocolors = __commonJS({
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_3h3bsnbtanf from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_3h3bsnbtanf from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_3h3bsnbtanf from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_3h3bsnbtanf.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_3h3bsnbtanf.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_3h3bsnbtanf.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
@@ -12,7 +12,7 @@ var require = CJS_COMPAT_NODE_MODULE_3bfbtrdgjix.createRequire(import.meta.url);
|
|
|
12
12
|
import {
|
|
13
13
|
__commonJS,
|
|
14
14
|
__require
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-PZCWRKQE.js";
|
|
16
16
|
|
|
17
17
|
// ../../node_modules/totalist/sync/index.js
|
|
18
18
|
var require_sync = __commonJS({
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_3h3bsnbtanf from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_3h3bsnbtanf from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_3h3bsnbtanf from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_3h3bsnbtanf.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_3h3bsnbtanf.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_3h3bsnbtanf.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_3h3bsnbtanf from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_3h3bsnbtanf from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_3h3bsnbtanf from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_3h3bsnbtanf.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_3h3bsnbtanf.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_3h3bsnbtanf.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_build
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-6SH5SI6S.js";
|
|
15
15
|
import {
|
|
16
16
|
StorybookError
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-IIBBQZLT.js";
|
|
18
18
|
import {
|
|
19
19
|
resolvePackageDir
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-OUDQWDHY.js";
|
|
21
21
|
import {
|
|
22
22
|
relative
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-LB74XOLW.js";
|
|
24
24
|
import {
|
|
25
25
|
require_dist
|
|
26
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-LRBEW57O.js";
|
|
27
27
|
import {
|
|
28
28
|
require_picocolors
|
|
29
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-6ABJZZWS.js";
|
|
30
30
|
import {
|
|
31
31
|
__toESM
|
|
32
|
-
} from "./chunk-
|
|
32
|
+
} from "./chunk-PZCWRKQE.js";
|
|
33
33
|
|
|
34
34
|
// src/core-server/utils/server-statics.ts
|
|
35
35
|
import { existsSync, statSync } from "node:fs";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_3h3bsnbtanf from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_3h3bsnbtanf from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_3h3bsnbtanf from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_3h3bsnbtanf.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_3h3bsnbtanf.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_3h3bsnbtanf.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
@@ -12,7 +12,7 @@ var require = CJS_COMPAT_NODE_MODULE_3bfbtrdgjix.createRequire(import.meta.url);
|
|
|
12
12
|
import {
|
|
13
13
|
__commonJS,
|
|
14
14
|
__require
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-PZCWRKQE.js";
|
|
16
16
|
|
|
17
17
|
// ../../node_modules/picomatch/lib/constants.js
|
|
18
18
|
var require_constants = __commonJS({
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_3h3bsnbtanf from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_3h3bsnbtanf from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_3h3bsnbtanf from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_3h3bsnbtanf.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_3h3bsnbtanf.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_3h3bsnbtanf.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
@@ -12,7 +12,7 @@ var require = CJS_COMPAT_NODE_MODULE_3bfbtrdgjix.createRequire(import.meta.url);
|
|
|
12
12
|
import {
|
|
13
13
|
__commonJS,
|
|
14
14
|
__require
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-PZCWRKQE.js";
|
|
16
16
|
|
|
17
17
|
// ../../node_modules/ms/index.js
|
|
18
18
|
var require_ms = __commonJS({
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_3h3bsnbtanf from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_3h3bsnbtanf from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_3h3bsnbtanf from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_3h3bsnbtanf.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_3h3bsnbtanf.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_3h3bsnbtanf.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
@@ -13,27 +13,27 @@ import {
|
|
|
13
13
|
any,
|
|
14
14
|
invariant,
|
|
15
15
|
up2 as up
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-MOQRBTWA.js";
|
|
17
17
|
import {
|
|
18
18
|
resolvePackageDir
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-OUDQWDHY.js";
|
|
20
20
|
import {
|
|
21
21
|
require_dist
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-LRBEW57O.js";
|
|
23
23
|
import {
|
|
24
24
|
babelParse,
|
|
25
25
|
recast,
|
|
26
26
|
traverse,
|
|
27
27
|
types
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-33XC4R6P.js";
|
|
29
29
|
import {
|
|
30
30
|
require_picocolors
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-6ABJZZWS.js";
|
|
32
32
|
import {
|
|
33
33
|
__commonJS,
|
|
34
34
|
__require,
|
|
35
35
|
__toESM
|
|
36
|
-
} from "./chunk-
|
|
36
|
+
} from "./chunk-PZCWRKQE.js";
|
|
37
37
|
|
|
38
38
|
// ../../node_modules/esprima/dist/esprima.js
|
|
39
39
|
var require_esprima = __commonJS({
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import CJS_COMPAT_NODE_URL_3h3bsnbtanf from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_3h3bsnbtanf from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_3h3bsnbtanf from "node:module";
|
|
4
|
+
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_3h3bsnbtanf.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_3h3bsnbtanf.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_3h3bsnbtanf.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.9",
|
|
16
|
+
"@storybook/addon-docs": "10.2.0-alpha.9",
|
|
17
|
+
"@storybook/addon-links": "10.2.0-alpha.9",
|
|
18
|
+
"@storybook/addon-onboarding": "10.2.0-alpha.9",
|
|
19
|
+
"storybook-addon-pseudo-states": "10.2.0-alpha.9",
|
|
20
|
+
"@storybook/addon-themes": "10.2.0-alpha.9",
|
|
21
|
+
"@storybook/addon-vitest": "10.2.0-alpha.9",
|
|
22
|
+
"@storybook/builder-vite": "10.2.0-alpha.9",
|
|
23
|
+
"@storybook/builder-webpack5": "10.2.0-alpha.9",
|
|
24
|
+
storybook: "10.2.0-alpha.9",
|
|
25
|
+
"@storybook/angular": "10.2.0-alpha.9",
|
|
26
|
+
"@storybook/ember": "10.2.0-alpha.9",
|
|
27
|
+
"@storybook/html-vite": "10.2.0-alpha.9",
|
|
28
|
+
"@storybook/nextjs": "10.2.0-alpha.9",
|
|
29
|
+
"@storybook/nextjs-vite": "10.2.0-alpha.9",
|
|
30
|
+
"@storybook/preact-vite": "10.2.0-alpha.9",
|
|
31
|
+
"@storybook/react-native-web-vite": "10.2.0-alpha.9",
|
|
32
|
+
"@storybook/react-vite": "10.2.0-alpha.9",
|
|
33
|
+
"@storybook/react-webpack5": "10.2.0-alpha.9",
|
|
34
|
+
"@storybook/server-webpack5": "10.2.0-alpha.9",
|
|
35
|
+
"@storybook/svelte-vite": "10.2.0-alpha.9",
|
|
36
|
+
"@storybook/sveltekit": "10.2.0-alpha.9",
|
|
37
|
+
"@storybook/vue3-vite": "10.2.0-alpha.9",
|
|
38
|
+
"@storybook/web-components-vite": "10.2.0-alpha.9",
|
|
39
|
+
sb: "10.2.0-alpha.9",
|
|
40
|
+
"@storybook/cli": "10.2.0-alpha.9",
|
|
41
|
+
"@storybook/codemod": "10.2.0-alpha.9",
|
|
42
|
+
"@storybook/core-webpack": "10.2.0-alpha.9",
|
|
43
|
+
"create-storybook": "10.2.0-alpha.9",
|
|
44
|
+
"@storybook/csf-plugin": "10.2.0-alpha.9",
|
|
45
|
+
"eslint-plugin-storybook": "10.2.0-alpha.9",
|
|
46
|
+
"@storybook/react-dom-shim": "10.2.0-alpha.9",
|
|
47
|
+
"@storybook/preset-create-react-app": "10.2.0-alpha.9",
|
|
48
|
+
"@storybook/preset-react-webpack": "10.2.0-alpha.9",
|
|
49
|
+
"@storybook/preset-server-webpack": "10.2.0-alpha.9",
|
|
50
|
+
"@storybook/html": "10.2.0-alpha.9",
|
|
51
|
+
"@storybook/preact": "10.2.0-alpha.9",
|
|
52
|
+
"@storybook/react": "10.2.0-alpha.9",
|
|
53
|
+
"@storybook/server": "10.2.0-alpha.9",
|
|
54
|
+
"@storybook/svelte": "10.2.0-alpha.9",
|
|
55
|
+
"@storybook/vue3": "10.2.0-alpha.9",
|
|
56
|
+
"@storybook/web-components": "10.2.0-alpha.9"
|
|
57
|
+
};
|
|
58
|
+
|
|
59
|
+
export {
|
|
60
|
+
versions_default
|
|
61
|
+
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_3h3bsnbtanf from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_3h3bsnbtanf from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_3h3bsnbtanf from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_3h3bsnbtanf.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_3h3bsnbtanf.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_3h3bsnbtanf.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_3h3bsnbtanf from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_3h3bsnbtanf from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_3h3bsnbtanf from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_3h3bsnbtanf.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_3h3bsnbtanf.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_3h3bsnbtanf.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_3h3bsnbtanf from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_3h3bsnbtanf from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_3h3bsnbtanf from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_3h3bsnbtanf.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_3h3bsnbtanf.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_3h3bsnbtanf.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-PZCWRKQE.js";
|
|
15
15
|
|
|
16
16
|
// ../../node_modules/ts-dedent/dist/index.js
|
|
17
17
|
var require_dist = __commonJS({
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_3h3bsnbtanf from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_3h3bsnbtanf from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_3h3bsnbtanf from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_3h3bsnbtanf.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_3h3bsnbtanf.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_3h3bsnbtanf.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
@@ -1,54 +1,54 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_3h3bsnbtanf from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_3h3bsnbtanf from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_3h3bsnbtanf from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_3h3bsnbtanf.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_3h3bsnbtanf.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_3h3bsnbtanf.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
|
versions_default
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-GXQRT5M6.js";
|
|
15
15
|
import {
|
|
16
16
|
require_picomatch
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-CO7N5AG7.js";
|
|
18
18
|
import {
|
|
19
19
|
logger
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-SPOUBCPJ.js";
|
|
21
21
|
import {
|
|
22
22
|
any,
|
|
23
23
|
from,
|
|
24
24
|
invariant,
|
|
25
25
|
up,
|
|
26
26
|
up2
|
|
27
|
-
} from "./chunk-
|
|
27
|
+
} from "./chunk-MOQRBTWA.js";
|
|
28
28
|
import {
|
|
29
29
|
importModule,
|
|
30
30
|
resolveModulePath,
|
|
31
31
|
resolvePackageDir,
|
|
32
32
|
safeResolveModule
|
|
33
|
-
} from "./chunk-
|
|
33
|
+
} from "./chunk-OUDQWDHY.js";
|
|
34
34
|
import {
|
|
35
35
|
join,
|
|
36
36
|
parse,
|
|
37
37
|
resolve
|
|
38
|
-
} from "./chunk-
|
|
38
|
+
} from "./chunk-LB74XOLW.js";
|
|
39
39
|
import {
|
|
40
40
|
glob,
|
|
41
41
|
globSync
|
|
42
|
-
} from "./chunk-
|
|
42
|
+
} from "./chunk-WTQGSYRO.js";
|
|
43
43
|
import {
|
|
44
44
|
slash
|
|
45
|
-
} from "./chunk-
|
|
45
|
+
} from "./chunk-73GYSTNZ.js";
|
|
46
46
|
import {
|
|
47
47
|
require_dist
|
|
48
|
-
} from "./chunk-
|
|
48
|
+
} from "./chunk-LRBEW57O.js";
|
|
49
49
|
import {
|
|
50
50
|
require_picocolors
|
|
51
|
-
} from "./chunk-
|
|
51
|
+
} from "./chunk-6ABJZZWS.js";
|
|
52
52
|
import {
|
|
53
53
|
__commonJS,
|
|
54
54
|
__esm,
|
|
@@ -56,7 +56,7 @@ import {
|
|
|
56
56
|
__require,
|
|
57
57
|
__toCommonJS,
|
|
58
58
|
__toESM
|
|
59
|
-
} from "./chunk-
|
|
59
|
+
} from "./chunk-PZCWRKQE.js";
|
|
60
60
|
|
|
61
61
|
// ../../node_modules/resolve/lib/homedir.js
|
|
62
62
|
var require_homedir = __commonJS({
|
|
@@ -11103,7 +11103,7 @@ function normalizeStoryPath(filename) {
|
|
|
11103
11103
|
|
|
11104
11104
|
// src/common/utils/envs.ts
|
|
11105
11105
|
async function loadEnvs(options = {}) {
|
|
11106
|
-
let { getEnvironment } = await import("./lib-
|
|
11106
|
+
let { getEnvironment } = await import("./lib-ESB7KQ6D.js"), defaultNodeEnv = options.production ? "production" : "development", baseEnv = {
|
|
11107
11107
|
// eslint-disable-next-line @typescript-eslint/dot-notation
|
|
11108
11108
|
NODE_ENV: process.env.NODE_ENV || defaultNodeEnv,
|
|
11109
11109
|
NODE_PATH: process.env.NODE_PATH || "",
|
|
@@ -14770,7 +14770,7 @@ async function scanAndTransformFiles({
|
|
|
14770
14770
|
initialValue: defaultGlob
|
|
14771
14771
|
});
|
|
14772
14772
|
logger13.log("Scanning for affected files...");
|
|
14773
|
-
let globby = (await import("./globby-
|
|
14773
|
+
let globby = (await import("./globby-AXGFF6I5.js")).globby, sourceFiles = await globby([glob2], {
|
|
14774
14774
|
...commonGlobOptions(""),
|
|
14775
14775
|
ignore: ["**/node_modules/**"],
|
|
14776
14776
|
dot: !0,
|
|
@@ -14791,7 +14791,7 @@ function transformImports(source, renamedImports) {
|
|
|
14791
14791
|
return hasChanges ? transformed : null;
|
|
14792
14792
|
}
|
|
14793
14793
|
var transformImportFiles = async (files, renamedImports, dryRun) => {
|
|
14794
|
-
let errors = [], { default: pLimit } = await import("./p-limit-
|
|
14794
|
+
let errors = [], { default: pLimit } = await import("./p-limit-P6ND7SUA.js"), limit = pLimit(10);
|
|
14795
14795
|
return await Promise.all(
|
|
14796
14796
|
files.map(
|
|
14797
14797
|
(file) => limit(async () => {
|