storybook 10.2.0-beta.5 → 10.3.0-alpha.0
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-6HNC5XRN.js → builder-manager-5HPOYFJR.js} +12 -12
- package/dist/_node-chunks/{camelcase-IYCRRXA5.js → camelcase-DZNWLILJ.js} +7 -7
- package/dist/_node-chunks/{chunk-GQ3W7RNH.js → chunk-2GDFAXX5.js} +7 -7
- package/dist/_node-chunks/{chunk-3UIUEILA.js → chunk-3B7C4FEQ.js} +6 -6
- package/dist/_node-chunks/{chunk-6NGDJBHX.js → chunk-4CKOLZCE.js} +6 -6
- package/dist/_node-chunks/{chunk-NW4ZFC4G.js → chunk-6ADIAPP2.js} +12 -12
- package/dist/_node-chunks/{chunk-2JDPJ6YT.js → chunk-7HHJF6EO.js} +6 -6
- package/dist/_node-chunks/{chunk-T7IXSAG3.js → chunk-CHJGYZHC.js} +8 -8
- package/dist/_node-chunks/{chunk-XFRIIIR5.js → chunk-DPH2UCZZ.js} +16 -16
- package/dist/_node-chunks/{chunk-ZHRPEVJJ.js → chunk-ECXPVHM6.js} +13 -13
- package/dist/_node-chunks/{chunk-JA7NYZ5J.js → chunk-EKE4NU7S.js} +9 -9
- package/dist/_node-chunks/{chunk-BQLJQU5S.js → chunk-F4NW7OLO.js} +7 -7
- package/dist/_node-chunks/{chunk-WQ6RUO2U.js → chunk-HU47ACHM.js} +8 -8
- package/dist/_node-chunks/{chunk-SVOF2HZJ.js → chunk-JC4EH5XJ.js} +6 -6
- package/dist/_node-chunks/chunk-L7XEZ3OX.js +23 -0
- package/dist/_node-chunks/{chunk-DMYLXMGZ.js → chunk-M3FEZVKN.js} +6 -6
- package/dist/_node-chunks/{chunk-OLBWWB7V.js → chunk-MGDZKZCC.js} +7 -7
- package/dist/_node-chunks/chunk-MP3TH4TQ.js +18 -0
- package/dist/_node-chunks/chunk-PMDMPQ4D.js +61 -0
- package/dist/_node-chunks/{chunk-FILQYYM4.js → chunk-QRXP6OHU.js} +7 -7
- package/dist/_node-chunks/{chunk-OQRIJVFV.js → chunk-STKSD6QT.js} +6 -6
- package/dist/_node-chunks/{chunk-G555WVXU.js → chunk-SXSM6HLI.js} +6 -6
- package/dist/_node-chunks/{chunk-MMY6BHPB.js → chunk-SXSROWK5.js} +7 -7
- package/dist/_node-chunks/{chunk-UQ7G5JAB.js → chunk-UIFZBVEB.js} +6 -6
- package/dist/_node-chunks/{chunk-Y6FR5UWD.js → chunk-WBSFK4AO.js} +7 -7
- package/dist/_node-chunks/{chunk-OHVVMOY4.js → chunk-WEV5QRLC.js} +10 -10
- package/dist/_node-chunks/{chunk-KXY4T45O.js → chunk-WY5ZA2BT.js} +20 -20
- package/dist/_node-chunks/{chunk-TL7YS5OJ.js → chunk-XD4YM6VU.js} +7 -7
- package/dist/_node-chunks/{chunk-CMQAD4WN.js → chunk-YU53VQ3D.js} +9 -9
- package/dist/_node-chunks/{chunk-RX5EJSWN.js → chunk-ZE2TRJ2H.js} +7 -7
- package/dist/_node-chunks/{globby-FBLNM57G.js → globby-ON4YVWHY.js} +9 -9
- package/dist/_node-chunks/{lib-GDCHT75J.js → lib-K3OUNB46.js} +7 -7
- package/dist/_node-chunks/{mdx-N42X6CFJ-MCJFRV3K.js → mdx-N42X6CFJ-VU7ALTQ4.js} +8 -8
- package/dist/_node-chunks/{p-limit-AURGZ6D4.js → p-limit-C5BOIT3A.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 +35 -35
- 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-api/index.d.ts +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 +23 -23
- package/package.json +1 -1
- package/dist/_node-chunks/chunk-62RIBMM5.js +0 -61
- package/dist/_node-chunks/chunk-MMY3MCUW.js +0 -23
- package/dist/_node-chunks/chunk-SMNCEA3Q.js +0 -18
package/dist/bin/loader.js
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_4e9y47oshw1 from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_4e9y47oshw1 from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_4e9y47oshw1 from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_4e9y47oshw1.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_4e9y47oshw1.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_4e9y47oshw1.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
|
NODE_TARGET
|
|
14
|
-
} from "../_node-chunks/chunk-
|
|
14
|
+
} from "../_node-chunks/chunk-7HHJF6EO.js";
|
|
15
15
|
import {
|
|
16
16
|
require_dist
|
|
17
|
-
} from "../_node-chunks/chunk-
|
|
17
|
+
} from "../_node-chunks/chunk-WBSFK4AO.js";
|
|
18
18
|
import {
|
|
19
19
|
__toESM
|
|
20
|
-
} from "../_node-chunks/chunk-
|
|
20
|
+
} from "../_node-chunks/chunk-SXSM6HLI.js";
|
|
21
21
|
|
|
22
22
|
// src/bin/loader.ts
|
|
23
23
|
var import_ts_dedent = __toESM(require_dist(), 1);
|
package/dist/cli/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_4e9y47oshw1 from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_4e9y47oshw1 from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_4e9y47oshw1 from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_4e9y47oshw1.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_4e9y47oshw1.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_4e9y47oshw1.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
@@ -33,24 +33,24 @@ import {
|
|
|
33
33
|
readFileAsJson,
|
|
34
34
|
suggestESLintPlugin,
|
|
35
35
|
writeFileAsJson
|
|
36
|
-
} from "../_node-chunks/chunk-
|
|
36
|
+
} from "../_node-chunks/chunk-6ADIAPP2.js";
|
|
37
37
|
import {
|
|
38
38
|
detectPnp
|
|
39
|
-
} from "../_node-chunks/chunk-
|
|
39
|
+
} from "../_node-chunks/chunk-L7XEZ3OX.js";
|
|
40
40
|
import {
|
|
41
41
|
Settings,
|
|
42
42
|
_clearGlobalSettings,
|
|
43
43
|
globalSettings
|
|
44
|
-
} from "../_node-chunks/chunk-
|
|
45
|
-
import "../_node-chunks/chunk-
|
|
46
|
-
import "../_node-chunks/chunk-
|
|
47
|
-
import "../_node-chunks/chunk-
|
|
48
|
-
import "../_node-chunks/chunk-
|
|
49
|
-
import "../_node-chunks/chunk-
|
|
50
|
-
import "../_node-chunks/chunk-
|
|
51
|
-
import "../_node-chunks/chunk-
|
|
52
|
-
import "../_node-chunks/chunk-
|
|
53
|
-
import "../_node-chunks/chunk-
|
|
44
|
+
} from "../_node-chunks/chunk-EKE4NU7S.js";
|
|
45
|
+
import "../_node-chunks/chunk-STKSD6QT.js";
|
|
46
|
+
import "../_node-chunks/chunk-M3FEZVKN.js";
|
|
47
|
+
import "../_node-chunks/chunk-F4NW7OLO.js";
|
|
48
|
+
import "../_node-chunks/chunk-3B7C4FEQ.js";
|
|
49
|
+
import "../_node-chunks/chunk-WBSFK4AO.js";
|
|
50
|
+
import "../_node-chunks/chunk-YU53VQ3D.js";
|
|
51
|
+
import "../_node-chunks/chunk-ZE2TRJ2H.js";
|
|
52
|
+
import "../_node-chunks/chunk-MGDZKZCC.js";
|
|
53
|
+
import "../_node-chunks/chunk-SXSM6HLI.js";
|
|
54
54
|
export {
|
|
55
55
|
ANGULAR_JSON_PATH,
|
|
56
56
|
AddonVitestService,
|
package/dist/common/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_4e9y47oshw1 from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_4e9y47oshw1 from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_4e9y47oshw1 from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_4e9y47oshw1.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_4e9y47oshw1.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_4e9y47oshw1.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
@@ -102,29 +102,29 @@ import {
|
|
|
102
102
|
validateConfigurationFiles,
|
|
103
103
|
validateFrameworkName,
|
|
104
104
|
wrapValueWithGetAbsolutePathWrapper
|
|
105
|
-
} from "../_node-chunks/chunk-
|
|
105
|
+
} from "../_node-chunks/chunk-WY5ZA2BT.js";
|
|
106
106
|
import {
|
|
107
107
|
versions_default
|
|
108
|
-
} from "../_node-chunks/chunk-
|
|
109
|
-
import "../_node-chunks/chunk-
|
|
110
|
-
import "../_node-chunks/chunk-
|
|
111
|
-
import "../_node-chunks/chunk-
|
|
108
|
+
} from "../_node-chunks/chunk-PMDMPQ4D.js";
|
|
109
|
+
import "../_node-chunks/chunk-QRXP6OHU.js";
|
|
110
|
+
import "../_node-chunks/chunk-HU47ACHM.js";
|
|
111
|
+
import "../_node-chunks/chunk-STKSD6QT.js";
|
|
112
112
|
import {
|
|
113
113
|
groupBy,
|
|
114
114
|
invariant
|
|
115
|
-
} from "../_node-chunks/chunk-
|
|
115
|
+
} from "../_node-chunks/chunk-M3FEZVKN.js";
|
|
116
116
|
import {
|
|
117
117
|
importMetaResolve,
|
|
118
118
|
importModule,
|
|
119
119
|
resolvePackageDir,
|
|
120
120
|
safeResolveModule
|
|
121
|
-
} from "../_node-chunks/chunk-
|
|
122
|
-
import "../_node-chunks/chunk-
|
|
123
|
-
import "../_node-chunks/chunk-
|
|
124
|
-
import "../_node-chunks/chunk-
|
|
125
|
-
import "../_node-chunks/chunk-
|
|
126
|
-
import "../_node-chunks/chunk-
|
|
127
|
-
import "../_node-chunks/chunk-
|
|
121
|
+
} from "../_node-chunks/chunk-F4NW7OLO.js";
|
|
122
|
+
import "../_node-chunks/chunk-3B7C4FEQ.js";
|
|
123
|
+
import "../_node-chunks/chunk-4CKOLZCE.js";
|
|
124
|
+
import "../_node-chunks/chunk-2GDFAXX5.js";
|
|
125
|
+
import "../_node-chunks/chunk-WBSFK4AO.js";
|
|
126
|
+
import "../_node-chunks/chunk-MGDZKZCC.js";
|
|
127
|
+
import "../_node-chunks/chunk-SXSM6HLI.js";
|
|
128
128
|
export {
|
|
129
129
|
DEFAULT_FILES_PATTERN,
|
|
130
130
|
FileSystemCache,
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_4e9y47oshw1 from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_4e9y47oshw1 from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_4e9y47oshw1 from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_4e9y47oshw1.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_4e9y47oshw1.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_4e9y47oshw1.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
|
toEstree
|
|
14
|
-
} from "../_node-chunks/chunk-
|
|
14
|
+
} from "../_node-chunks/chunk-SXSROWK5.js";
|
|
15
15
|
import {
|
|
16
16
|
StatusTypeIdMismatchError
|
|
17
|
-
} from "../_node-chunks/chunk-
|
|
17
|
+
} from "../_node-chunks/chunk-WEV5QRLC.js";
|
|
18
18
|
import {
|
|
19
19
|
debounce,
|
|
20
20
|
generateStoryFile,
|
|
@@ -25,69 +25,69 @@ import {
|
|
|
25
25
|
sendTelemetryError,
|
|
26
26
|
useStatics,
|
|
27
27
|
withTelemetry
|
|
28
|
-
} from "../_node-chunks/chunk-
|
|
28
|
+
} from "../_node-chunks/chunk-DPH2UCZZ.js";
|
|
29
29
|
import {
|
|
30
30
|
detectPnp
|
|
31
|
-
} from "../_node-chunks/chunk-
|
|
32
|
-
import "../_node-chunks/chunk-
|
|
31
|
+
} from "../_node-chunks/chunk-L7XEZ3OX.js";
|
|
32
|
+
import "../_node-chunks/chunk-XD4YM6VU.js";
|
|
33
33
|
import {
|
|
34
34
|
StorybookError
|
|
35
|
-
} from "../_node-chunks/chunk-
|
|
35
|
+
} from "../_node-chunks/chunk-UIFZBVEB.js";
|
|
36
36
|
import {
|
|
37
37
|
telemetry
|
|
38
|
-
} from "../_node-chunks/chunk-
|
|
39
|
-
import "../_node-chunks/chunk-
|
|
38
|
+
} from "../_node-chunks/chunk-ECXPVHM6.js";
|
|
39
|
+
import "../_node-chunks/chunk-MP3TH4TQ.js";
|
|
40
40
|
import {
|
|
41
41
|
optionalEnvToBoolean,
|
|
42
42
|
require_cross_spawn,
|
|
43
43
|
resolveImport,
|
|
44
44
|
supportedExtensions,
|
|
45
45
|
userOrAutoTitleFromSpecifier
|
|
46
|
-
} from "../_node-chunks/chunk-
|
|
47
|
-
import "../_node-chunks/chunk-
|
|
48
|
-
import "../_node-chunks/chunk-
|
|
46
|
+
} from "../_node-chunks/chunk-WY5ZA2BT.js";
|
|
47
|
+
import "../_node-chunks/chunk-PMDMPQ4D.js";
|
|
48
|
+
import "../_node-chunks/chunk-QRXP6OHU.js";
|
|
49
49
|
import {
|
|
50
50
|
require_pretty_hrtime
|
|
51
|
-
} from "../_node-chunks/chunk-
|
|
52
|
-
import "../_node-chunks/chunk-
|
|
53
|
-
import "../_node-chunks/chunk-
|
|
51
|
+
} from "../_node-chunks/chunk-HU47ACHM.js";
|
|
52
|
+
import "../_node-chunks/chunk-JC4EH5XJ.js";
|
|
53
|
+
import "../_node-chunks/chunk-EKE4NU7S.js";
|
|
54
54
|
import {
|
|
55
55
|
invariant,
|
|
56
56
|
up2 as up
|
|
57
|
-
} from "../_node-chunks/chunk-
|
|
58
|
-
import "../_node-chunks/chunk-
|
|
57
|
+
} from "../_node-chunks/chunk-STKSD6QT.js";
|
|
58
|
+
import "../_node-chunks/chunk-M3FEZVKN.js";
|
|
59
59
|
import {
|
|
60
60
|
importModule,
|
|
61
61
|
resolvePackageDir
|
|
62
|
-
} from "../_node-chunks/chunk-
|
|
62
|
+
} from "../_node-chunks/chunk-F4NW7OLO.js";
|
|
63
63
|
import {
|
|
64
64
|
dirname,
|
|
65
65
|
join,
|
|
66
66
|
relative,
|
|
67
67
|
resolve
|
|
68
|
-
} from "../_node-chunks/chunk-
|
|
68
|
+
} from "../_node-chunks/chunk-3B7C4FEQ.js";
|
|
69
69
|
import {
|
|
70
70
|
slash
|
|
71
|
-
} from "../_node-chunks/chunk-
|
|
72
|
-
import "../_node-chunks/chunk-
|
|
71
|
+
} from "../_node-chunks/chunk-4CKOLZCE.js";
|
|
72
|
+
import "../_node-chunks/chunk-2GDFAXX5.js";
|
|
73
73
|
import {
|
|
74
74
|
Tag
|
|
75
|
-
} from "../_node-chunks/chunk-
|
|
75
|
+
} from "../_node-chunks/chunk-CHJGYZHC.js";
|
|
76
76
|
import {
|
|
77
77
|
require_dist
|
|
78
|
-
} from "../_node-chunks/chunk-
|
|
78
|
+
} from "../_node-chunks/chunk-WBSFK4AO.js";
|
|
79
79
|
import {
|
|
80
80
|
require_lib,
|
|
81
81
|
require_src
|
|
82
|
-
} from "../_node-chunks/chunk-
|
|
82
|
+
} from "../_node-chunks/chunk-ZE2TRJ2H.js";
|
|
83
83
|
import {
|
|
84
84
|
require_picocolors
|
|
85
|
-
} from "../_node-chunks/chunk-
|
|
85
|
+
} from "../_node-chunks/chunk-MGDZKZCC.js";
|
|
86
86
|
import {
|
|
87
87
|
__commonJS,
|
|
88
88
|
__require,
|
|
89
89
|
__toESM
|
|
90
|
-
} from "../_node-chunks/chunk-
|
|
90
|
+
} from "../_node-chunks/chunk-SXSM6HLI.js";
|
|
91
91
|
|
|
92
92
|
// ../../node_modules/glob-to-regexp/index.js
|
|
93
93
|
var require_glob_to_regexp = __commonJS({
|
|
@@ -4544,7 +4544,7 @@ function print(p) {
|
|
|
4544
4544
|
// src/core-server/utils/get-builders.ts
|
|
4545
4545
|
import { MissingBuilderError } from "storybook/internal/server-errors";
|
|
4546
4546
|
async function getManagerBuilder() {
|
|
4547
|
-
return await import("../_node-chunks/builder-manager-
|
|
4547
|
+
return await import("../_node-chunks/builder-manager-5HPOYFJR.js");
|
|
4548
4548
|
}
|
|
4549
4549
|
async function getPreviewBuilder(resolvedPreviewBuilder) {
|
|
4550
4550
|
return await importModule(resolvedPreviewBuilder);
|
|
@@ -4608,7 +4608,7 @@ function watchStorySpecifiers(specifiers, options, onInvalidate) {
|
|
|
4608
4608
|
// files can be e.g. '**/foo/*/*.js' so we just want the last bit,
|
|
4609
4609
|
// because the directory could already be within the files part (e.g. './x/foo/bar')
|
|
4610
4610
|
basename(specifier.files)
|
|
4611
|
-
), { globby } = await import("../_node-chunks/globby-
|
|
4611
|
+
), { globby } = await import("../_node-chunks/globby-ON4YVWHY.js");
|
|
4612
4612
|
(await globby(slash(dirGlob), commonGlobOptions(dirGlob))).forEach((filePath) => {
|
|
4613
4613
|
let fileImportPath = toImportPath(filePath);
|
|
4614
4614
|
specifier.importPathMatcher.exec(fileImportPath) && onInvalidate(fileImportPath, removed);
|
|
@@ -5627,7 +5627,7 @@ var getAttr = (elt, what) => elt.attributes.find((n) => n.type === "JSXAttribute
|
|
|
5627
5627
|
isTemplate: !1,
|
|
5628
5628
|
metaTags: void 0,
|
|
5629
5629
|
imports: void 0
|
|
5630
|
-
}, { compile } = await import("../_node-chunks/mdx-N42X6CFJ-
|
|
5630
|
+
}, { compile } = await import("../_node-chunks/mdx-N42X6CFJ-VU7ALTQ4.js");
|
|
5631
5631
|
await compile(code, {
|
|
5632
5632
|
rehypePlugins: [[plugin, store]]
|
|
5633
5633
|
});
|
|
@@ -5772,7 +5772,7 @@ var makeAbsolute = (otherImport, normalizedPath, workingDir) => otherImport.star
|
|
|
5772
5772
|
let cacheKey = this.getFindMatchingFilesCacheKey(specifier, workingDir, ignoreWarnings), cached = this.findMatchingFilesCache.get(cacheKey);
|
|
5773
5773
|
if (cached)
|
|
5774
5774
|
return cached;
|
|
5775
|
-
let pathToSubIndex = {}, globCwd = slash(resolve3(workingDir, specifier.directory)), globPattern = specifier.files.startsWith("!") ? `./${specifier.files}` : specifier.files, { globby } = await import("../_node-chunks/globby-
|
|
5775
|
+
let pathToSubIndex = {}, globCwd = slash(resolve3(workingDir, specifier.directory)), globPattern = specifier.files.startsWith("!") ? `./${specifier.files}` : specifier.files, { globby } = await import("../_node-chunks/globby-ON4YVWHY.js"), files = await globby(globPattern, {
|
|
5776
5776
|
absolute: !0,
|
|
5777
5777
|
cwd: globCwd,
|
|
5778
5778
|
...commonGlobOptions2(globPattern)
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_4e9y47oshw1 from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_4e9y47oshw1 from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_4e9y47oshw1 from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_4e9y47oshw1.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_4e9y47oshw1.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_4e9y47oshw1.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
|
slash
|
|
14
|
-
} from "../../_node-chunks/chunk-
|
|
14
|
+
} from "../../_node-chunks/chunk-4CKOLZCE.js";
|
|
15
15
|
import {
|
|
16
16
|
glob
|
|
17
|
-
} from "../../_node-chunks/chunk-
|
|
18
|
-
import "../../_node-chunks/chunk-
|
|
17
|
+
} from "../../_node-chunks/chunk-2GDFAXX5.js";
|
|
18
|
+
import "../../_node-chunks/chunk-SXSM6HLI.js";
|
|
19
19
|
|
|
20
20
|
// src/core-server/utils/remove-mdx-entries.ts
|
|
21
21
|
import { isAbsolute, join, relative } from "node:path";
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_4e9y47oshw1 from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_4e9y47oshw1 from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_4e9y47oshw1 from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_4e9y47oshw1.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_4e9y47oshw1.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_4e9y47oshw1.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 "../../_node-chunks/chunk-
|
|
12
|
+
import "../../_node-chunks/chunk-6ADIAPP2.js";
|
|
13
13
|
import {
|
|
14
14
|
doesStoryFileExist,
|
|
15
15
|
generateStoryFile,
|
|
@@ -17,47 +17,47 @@ import {
|
|
|
17
17
|
parseStaticDir,
|
|
18
18
|
sendTelemetryError,
|
|
19
19
|
throttle
|
|
20
|
-
} from "../../_node-chunks/chunk-
|
|
21
|
-
import "../../_node-chunks/chunk-
|
|
22
|
-
import "../../_node-chunks/chunk-
|
|
23
|
-
import "../../_node-chunks/chunk-
|
|
20
|
+
} from "../../_node-chunks/chunk-DPH2UCZZ.js";
|
|
21
|
+
import "../../_node-chunks/chunk-L7XEZ3OX.js";
|
|
22
|
+
import "../../_node-chunks/chunk-XD4YM6VU.js";
|
|
23
|
+
import "../../_node-chunks/chunk-UIFZBVEB.js";
|
|
24
24
|
import {
|
|
25
25
|
isI18nPackage,
|
|
26
26
|
isRouterPackage,
|
|
27
27
|
isStateManagementPackage,
|
|
28
28
|
isStylingPackage
|
|
29
|
-
} from "../../_node-chunks/chunk-
|
|
29
|
+
} from "../../_node-chunks/chunk-JC4EH5XJ.js";
|
|
30
30
|
import {
|
|
31
31
|
globalSettings
|
|
32
|
-
} from "../../_node-chunks/chunk-
|
|
32
|
+
} from "../../_node-chunks/chunk-EKE4NU7S.js";
|
|
33
33
|
import {
|
|
34
34
|
invariant
|
|
35
|
-
} from "../../_node-chunks/chunk-
|
|
36
|
-
import "../../_node-chunks/chunk-
|
|
35
|
+
} from "../../_node-chunks/chunk-STKSD6QT.js";
|
|
36
|
+
import "../../_node-chunks/chunk-M3FEZVKN.js";
|
|
37
37
|
import {
|
|
38
38
|
resolvePackageDir
|
|
39
|
-
} from "../../_node-chunks/chunk-
|
|
39
|
+
} from "../../_node-chunks/chunk-F4NW7OLO.js";
|
|
40
40
|
import {
|
|
41
41
|
isAbsolute,
|
|
42
42
|
join
|
|
43
|
-
} from "../../_node-chunks/chunk-
|
|
43
|
+
} from "../../_node-chunks/chunk-3B7C4FEQ.js";
|
|
44
44
|
import {
|
|
45
45
|
glob
|
|
46
|
-
} from "../../_node-chunks/chunk-
|
|
47
|
-
import "../../_node-chunks/chunk-
|
|
46
|
+
} from "../../_node-chunks/chunk-2GDFAXX5.js";
|
|
47
|
+
import "../../_node-chunks/chunk-CHJGYZHC.js";
|
|
48
48
|
import {
|
|
49
49
|
require_dist
|
|
50
|
-
} from "../../_node-chunks/chunk-
|
|
51
|
-
import "../../_node-chunks/chunk-
|
|
52
|
-
import "../../_node-chunks/chunk-
|
|
50
|
+
} from "../../_node-chunks/chunk-WBSFK4AO.js";
|
|
51
|
+
import "../../_node-chunks/chunk-YU53VQ3D.js";
|
|
52
|
+
import "../../_node-chunks/chunk-ZE2TRJ2H.js";
|
|
53
53
|
import {
|
|
54
54
|
require_picocolors
|
|
55
|
-
} from "../../_node-chunks/chunk-
|
|
55
|
+
} from "../../_node-chunks/chunk-MGDZKZCC.js";
|
|
56
56
|
import {
|
|
57
57
|
__commonJS,
|
|
58
58
|
__require,
|
|
59
59
|
__toESM
|
|
60
|
-
} from "../../_node-chunks/chunk-
|
|
60
|
+
} from "../../_node-chunks/chunk-SXSM6HLI.js";
|
|
61
61
|
|
|
62
62
|
// ../../node_modules/shell-quote/quote.js
|
|
63
63
|
var require_quote = __commonJS({
|
|
@@ -650,7 +650,7 @@ async function searchFiles({
|
|
|
650
650
|
ignoredFiles = IGNORED_FILES,
|
|
651
651
|
fileExtensions = FILE_EXTENSIONS
|
|
652
652
|
}) {
|
|
653
|
-
let { globby, isDynamicPattern } = await import("../../_node-chunks/globby-
|
|
653
|
+
let { globby, isDynamicPattern } = await import("../../_node-chunks/globby-ON4YVWHY.js"), hasSearchSpecialGlobChars = isDynamicPattern(searchQuery, { cwd }), searchQueryHasExtension = /(\.[a-z]+)$/i.test(searchQuery), fileExtensionsPattern = `{${fileExtensions.join(",")}}`, globbedSearchQuery = hasSearchSpecialGlobChars ? searchQuery : searchQueryHasExtension ? [`**/*${searchQuery}*`, `**/*${searchQuery}*/**`] : [
|
|
654
654
|
`**/*${searchQuery}*.${fileExtensionsPattern}`,
|
|
655
655
|
`**/*${searchQuery}*/**/*.${fileExtensionsPattern}`
|
|
656
656
|
];
|
package/dist/csf-tools/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_4e9y47oshw1 from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_4e9y47oshw1 from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_4e9y47oshw1 from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_4e9y47oshw1.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_4e9y47oshw1.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_4e9y47oshw1.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
@@ -39,9 +39,9 @@ import {
|
|
|
39
39
|
vitestTransform,
|
|
40
40
|
writeConfig,
|
|
41
41
|
writeCsf
|
|
42
|
-
} from "../_node-chunks/chunk-
|
|
43
|
-
import "../_node-chunks/chunk-
|
|
44
|
-
import "../_node-chunks/chunk-
|
|
42
|
+
} from "../_node-chunks/chunk-CHJGYZHC.js";
|
|
43
|
+
import "../_node-chunks/chunk-WBSFK4AO.js";
|
|
44
|
+
import "../_node-chunks/chunk-SXSM6HLI.js";
|
|
45
45
|
export {
|
|
46
46
|
BadMetaError,
|
|
47
47
|
ConfigFile,
|
|
@@ -62174,7 +62174,7 @@ init_dist();
|
|
|
62174
62174
|
var import_memoizerific8 = __toESM(require_memoizerific(), 1), import_semver = __toESM(require_semver2(), 1);
|
|
62175
62175
|
|
|
62176
62176
|
// src/manager-api/version.ts
|
|
62177
|
-
var version = "10.
|
|
62177
|
+
var version = "10.3.0-alpha.0";
|
|
62178
62178
|
|
|
62179
62179
|
// src/manager-api/modules/versions.ts
|
|
62180
62180
|
var { VERSIONCHECK } = scope, getVersionCheckData = (0, import_memoizerific8.default)(1)(() => {
|
|
@@ -405,7 +405,7 @@ interface SubState$5 {
|
|
|
405
405
|
}
|
|
406
406
|
|
|
407
407
|
declare const controlOrMetaSymbol: () => "⌘" | "ctrl";
|
|
408
|
-
declare const controlOrMetaKey: () => "
|
|
408
|
+
declare const controlOrMetaKey: () => "meta" | "control";
|
|
409
409
|
declare const optionOrAltSymbol: () => "⌥" | "alt";
|
|
410
410
|
declare const isShortcutTaken: (arr1: string[], arr2: string[]) => boolean;
|
|
411
411
|
type KeyboardEventLike = Pick<KeyboardEvent, 'altKey' | 'ctrlKey' | 'metaKey' | 'shiftKey' | 'key' | 'code' | 'keyCode' | 'preventDefault'>;
|
|
@@ -2396,7 +2396,7 @@ import { global as global8 } from "@storybook/global";
|
|
|
2396
2396
|
import semver from "semver";
|
|
2397
2397
|
|
|
2398
2398
|
// src/manager-api/version.ts
|
|
2399
|
-
var version = "10.
|
|
2399
|
+
var version = "10.3.0-alpha.0";
|
|
2400
2400
|
|
|
2401
2401
|
// src/manager-api/modules/versions.ts
|
|
2402
2402
|
var { VERSIONCHECK } = global8, getVersionCheckData = (0, import_memoizerific2.default)(1)(() => {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_4e9y47oshw1 from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_4e9y47oshw1 from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_4e9y47oshw1 from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_4e9y47oshw1.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_4e9y47oshw1.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_4e9y47oshw1.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-3B7C4FEQ.js";
|
|
20
|
+
import "../_node-chunks/chunk-SXSM6HLI.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_4e9y47oshw1 from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_4e9y47oshw1 from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_4e9y47oshw1 from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_4e9y47oshw1.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_4e9y47oshw1.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_4e9y47oshw1.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-HU47ACHM.js";
|
|
26
|
+
import "../_node-chunks/chunk-MGDZKZCC.js";
|
|
27
|
+
import "../_node-chunks/chunk-SXSM6HLI.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_4e9y47oshw1 from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_4e9y47oshw1 from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_4e9y47oshw1 from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_4e9y47oshw1.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_4e9y47oshw1.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_4e9y47oshw1.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
@@ -46,13 +46,13 @@ import {
|
|
|
46
46
|
WebpackCompilationError,
|
|
47
47
|
WebpackInvocationError,
|
|
48
48
|
WebpackMissingStatsError
|
|
49
|
-
} from "./_node-chunks/chunk-
|
|
49
|
+
} from "./_node-chunks/chunk-WEV5QRLC.js";
|
|
50
50
|
import {
|
|
51
51
|
StorybookError
|
|
52
|
-
} from "./_node-chunks/chunk-
|
|
53
|
-
import "./_node-chunks/chunk-
|
|
54
|
-
import "./_node-chunks/chunk-
|
|
55
|
-
import "./_node-chunks/chunk-
|
|
52
|
+
} from "./_node-chunks/chunk-UIFZBVEB.js";
|
|
53
|
+
import "./_node-chunks/chunk-WBSFK4AO.js";
|
|
54
|
+
import "./_node-chunks/chunk-MGDZKZCC.js";
|
|
55
|
+
import "./_node-chunks/chunk-SXSM6HLI.js";
|
|
56
56
|
export {
|
|
57
57
|
AddonVitestPostinstallConfigUpdateError,
|
|
58
58
|
AddonVitestPostinstallError,
|