storybook 10.2.0-alpha.7 → 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/_browser-chunks/{chunk-EUPBEOK3.js → chunk-VUZYLZ4B.js} +5 -5
- package/dist/_node-chunks/{builder-manager-CUNI3ZJ4.js → builder-manager-FTCODGJP.js} +12 -12
- package/dist/_node-chunks/{camelcase-4GVAWYWU.js → camelcase-5XDKQT3J.js} +7 -7
- package/dist/_node-chunks/{chunk-VCZD6QSG.js → chunk-33XC4R6P.js} +9 -9
- package/dist/_node-chunks/{chunk-P445LZJB.js → chunk-3DPKKQ6P.js} +6 -6
- package/dist/_node-chunks/{chunk-PGJHGLNH.js → chunk-3Y5VHKPI.js} +9 -9
- package/dist/_node-chunks/{chunk-ZNQQBZIL.js → chunk-6ABJZZWS.js} +7 -7
- package/dist/_node-chunks/{chunk-RCTV2GMQ.js → chunk-6SH5SI6S.js} +7 -7
- package/dist/_node-chunks/{chunk-TBPJCWU7.js → chunk-73GYSTNZ.js} +6 -6
- package/dist/_node-chunks/{chunk-PYUJOHPH.js → chunk-BQX766MA.js} +13 -13
- package/dist/_node-chunks/{chunk-FVVGYCVC.js → chunk-CO7N5AG7.js} +7 -7
- package/dist/_node-chunks/{chunk-PQM4RHC4.js → chunk-D4TCQXIF.js} +7 -7
- package/dist/_node-chunks/{chunk-JVSFH4RF.js → chunk-FGI35IGB.js} +12 -12
- package/dist/_node-chunks/chunk-GXQRT5M6.js +61 -0
- package/dist/_node-chunks/{chunk-BUUY73HB.js → chunk-IIBBQZLT.js} +6 -6
- package/dist/_node-chunks/{chunk-Y6L7H22H.js → chunk-LB74XOLW.js} +6 -6
- package/dist/_node-chunks/{chunk-56LVYN72.js → chunk-LRBEW57O.js} +7 -7
- package/dist/_node-chunks/{chunk-M5E3YC4T.js → chunk-MOQRBTWA.js} +6 -6
- package/dist/_node-chunks/{chunk-R3N2GWVX.js → chunk-MWWAQ5S4.js} +20 -20
- package/dist/_node-chunks/{chunk-Y53XRTM4.js → chunk-NYUFS6LX.js} +10 -10
- package/dist/_node-chunks/{chunk-2TPGTNH3.js → chunk-OUDQWDHY.js} +7 -7
- package/dist/_node-chunks/chunk-PRNP2HO6.js +23 -0
- package/dist/_node-chunks/{chunk-YPUOZX6Y.js → chunk-PZCWRKQE.js} +6 -6
- package/dist/_node-chunks/{chunk-LPSISNQS.js → chunk-RF3L36MK.js} +12 -12
- package/dist/_node-chunks/{chunk-NYGO6SRI.js → chunk-SBPB3VWI.js} +6 -6
- package/dist/_node-chunks/{chunk-BVT57OPU.js → chunk-SPOUBCPJ.js} +8 -8
- package/dist/_node-chunks/chunk-VKMYOVNS.js +18 -0
- package/dist/_node-chunks/{chunk-VRAZAZEV.js → chunk-WTQGSYRO.js} +7 -7
- package/dist/_node-chunks/{chunk-DF3MHTVA.js → chunk-XZ6V3G6J.js} +8 -9
- package/dist/_node-chunks/{chunk-QJ6C6Y4J.js → chunk-YN6FEZAF.js} +7 -7
- package/dist/_node-chunks/{dist-5DA7I4HZ.js → dist-YRSVYE5A.js} +9 -9
- package/dist/_node-chunks/{globby-UXUG5UXW.js → globby-AXGFF6I5.js} +9 -9
- package/dist/_node-chunks/{lib-JGWMRG56.js → lib-ESB7KQ6D.js} +7 -7
- package/dist/_node-chunks/{mdx-N42X6CFJ-SS3BBRSA.js → mdx-N42X6CFJ-XXQ6YIDF.js} +8 -8
- package/dist/_node-chunks/{p-limit-QEWD3I7K.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/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/dist/types/index.d.ts +3 -2
- 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
|
@@ -616,20 +616,20 @@ var checkGlobals = (parameters) => {
|
|
|
616
616
|
parameters && (checkGlobals(parameters), checkStorySort(parameters));
|
|
617
617
|
};
|
|
618
618
|
function processCSFFile(moduleExports, importPath, title) {
|
|
619
|
-
let { default: defaultExport, __namedExportsOrder, ...namedExports } = moduleExports,
|
|
620
|
-
if (
|
|
621
|
-
let meta2 = normalizeComponentAnnotations(
|
|
619
|
+
let { default: defaultExport, __namedExportsOrder, ...namedExports } = moduleExports, factoryStory = Object.values(namedExports).find((it) => isStory(it));
|
|
620
|
+
if (factoryStory) {
|
|
621
|
+
let meta2 = normalizeComponentAnnotations(factoryStory.meta.input, title, importPath);
|
|
622
622
|
checkDisallowedParameters(meta2.parameters);
|
|
623
623
|
let csfFile2 = { meta: meta2, stories: {}, moduleExports };
|
|
624
624
|
return Object.keys(namedExports).forEach((key) => {
|
|
625
|
-
if (isExportStory(key, meta2)) {
|
|
625
|
+
if (isExportStory(key, meta2) && isStory(namedExports[key])) {
|
|
626
626
|
let story = namedExports[key], storyMeta = normalizeStory(key, story.input, meta2);
|
|
627
627
|
checkDisallowedParameters(storyMeta.parameters), csfFile2.stories[storyMeta.id] = storyMeta, getStoryChildren(story).forEach((child) => {
|
|
628
628
|
let name = child.input.name, childId = toTestId(storyMeta.id, name);
|
|
629
629
|
child.input.parameters ??= {}, child.input.parameters.__id = childId, csfFile2.stories[childId] = normalizeStory(name, child.input, meta2);
|
|
630
630
|
});
|
|
631
631
|
}
|
|
632
|
-
}), csfFile2.projectAnnotations =
|
|
632
|
+
}), csfFile2.projectAnnotations = factoryStory.meta.preview.composed, csfFile2;
|
|
633
633
|
}
|
|
634
634
|
let meta = normalizeComponentAnnotations(
|
|
635
635
|
defaultExport,
|
|
@@ -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_99t5k5w5yp4.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_99t5k5w5yp4.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_99t5k5w5yp4.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_99t5k5w5yp4.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
|