storybook 10.1.6 → 10.1.8
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-IP6Y4NMN.js → builder-manager-QJJLSNC4.js} +12 -12
- package/dist/_node-chunks/{camelcase-GHUGWSTC.js → camelcase-YJQXB5WB.js} +7 -7
- package/dist/_node-chunks/{chunk-KPTRKV7Y.js → chunk-2DF5RJYR.js} +8 -8
- package/dist/_node-chunks/chunk-4LIJ2BYF.js +18 -0
- package/dist/_node-chunks/{chunk-BV46V7UA.js → chunk-6CJUCYYK.js} +13 -13
- package/dist/_node-chunks/{chunk-T4NL27CC.js → chunk-76UP3JOL.js} +20 -20
- package/dist/_node-chunks/{chunk-MTQLLXLU.js → chunk-7KFFHHXS.js} +9 -9
- package/dist/_node-chunks/{chunk-WIXJW6LA.js → chunk-7TYMC3SN.js} +7 -7
- package/dist/_node-chunks/chunk-DHJ2SXFM.js +23 -0
- package/dist/_node-chunks/{chunk-V4R3AYR4.js → chunk-FJQQMSDV.js} +8 -8
- package/dist/_node-chunks/{chunk-6IODXQ5I.js → chunk-FN5YDSIY.js} +6 -6
- package/dist/_node-chunks/{chunk-ZZGFJUT5.js → chunk-FVL4M75A.js} +6 -6
- package/dist/_node-chunks/{chunk-32COQDL3.js → chunk-JQ5R6LYX.js} +7 -7
- package/dist/_node-chunks/{chunk-2LMXIXHU.js → chunk-KTAWX4JB.js} +6 -6
- package/dist/_node-chunks/{chunk-6X7LVWWF.js → chunk-LEBLRZQT.js} +9 -9
- package/dist/_node-chunks/{chunk-IIIZ5MXT.js → chunk-MEYK6XSZ.js} +13 -13
- package/dist/_node-chunks/{chunk-MZPY44R3.js → chunk-MOOIRZDT.js} +7 -7
- package/dist/_node-chunks/{chunk-CQ7X72BT.js → chunk-NAECEIWD.js} +7 -7
- package/dist/_node-chunks/{chunk-QAHNTAID.js → chunk-NJLYVJCQ.js} +6 -6
- package/dist/_node-chunks/{chunk-MBCK5AH4.js → chunk-PYGKKZH3.js} +6 -6
- package/dist/_node-chunks/chunk-RO3KQDIV.js +61 -0
- package/dist/_node-chunks/{chunk-NDRJR464.js → chunk-RT5FJYW7.js} +10 -10
- package/dist/_node-chunks/{chunk-7SZ6I5FR.js → chunk-SBF3YNCA.js} +76 -19
- package/dist/_node-chunks/{chunk-M4UXZ375.js → chunk-SJJPROJL.js} +7 -7
- package/dist/_node-chunks/{chunk-OIIAKMWN.js → chunk-UXT4OBPZ.js} +7 -7
- package/dist/_node-chunks/{chunk-4E7PJV6F.js → chunk-VBB23ERX.js} +6 -6
- package/dist/_node-chunks/{chunk-FZPYAEAL.js → chunk-W37U36K2.js} +7 -7
- package/dist/_node-chunks/{chunk-LJZQUQY3.js → chunk-WIQW2CT3.js} +7 -7
- package/dist/_node-chunks/{chunk-YKVDPPMP.js → chunk-ZXZ7KANY.js} +6 -6
- package/dist/_node-chunks/{dist-N6JBF72Y.js → dist-HAESIONL.js} +9 -9
- package/dist/_node-chunks/{globby-EBHKFBTA.js → globby-RQ3LJKAJ.js} +9 -9
- package/dist/_node-chunks/{lib-VKFW2NW5.js → lib-U5JWXJIB.js} +7 -7
- package/dist/_node-chunks/{mdx-N42X6CFJ-GUFWY7P5.js → mdx-N42X6CFJ-BR3Z5OQB.js} +8 -8
- package/dist/_node-chunks/{p-limit-5QMUSCN6.js → p-limit-T3CVWBSB.js} +7 -7
- package/dist/babel/index.js +10 -10
- package/dist/bin/core.js +12 -12
- package/dist/bin/dispatcher.js +11 -11
- package/dist/bin/loader.js +9 -9
- package/dist/cli/index.d.ts +0 -1
- package/dist/cli/index.js +18 -18
- package/dist/common/index.js +19 -19
- package/dist/core-server/index.js +257 -631
- package/dist/core-server/presets/common-override-preset.js +9 -9
- package/dist/core-server/presets/common-preset.js +26 -28
- 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-api/index.d.ts +68 -67
- package/dist/server-errors.js +11 -11
- package/dist/telemetry/index.d.ts +9 -2
- package/dist/telemetry/index.js +27 -25
- package/package.json +2 -2
- package/dist/_node-chunks/chunk-5AYMJEEI.js +0 -23
- package/dist/_node-chunks/chunk-IMSWW5XU.js +0 -72
- package/dist/_node-chunks/chunk-PUOD3HAQ.js +0 -18
- package/dist/_node-chunks/chunk-ZQTC4IMW.js +0 -61
package/dist/bin/core.js
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_l1pnlf2l2jg from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_l1pnlf2l2jg from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_l1pnlf2l2jg from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_l1pnlf2l2jg.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_l1pnlf2l2jg.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_l1pnlf2l2jg.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
|
version
|
|
14
|
-
} from "../_node-chunks/chunk-
|
|
14
|
+
} from "../_node-chunks/chunk-4LIJ2BYF.js";
|
|
15
15
|
import {
|
|
16
16
|
globalSettings
|
|
17
|
-
} from "../_node-chunks/chunk-
|
|
18
|
-
import "../_node-chunks/chunk-
|
|
17
|
+
} from "../_node-chunks/chunk-LEBLRZQT.js";
|
|
18
|
+
import "../_node-chunks/chunk-NJLYVJCQ.js";
|
|
19
19
|
import {
|
|
20
20
|
require_dist
|
|
21
|
-
} from "../_node-chunks/chunk-
|
|
21
|
+
} from "../_node-chunks/chunk-NAECEIWD.js";
|
|
22
22
|
import {
|
|
23
23
|
require_picocolors
|
|
24
|
-
} from "../_node-chunks/chunk-
|
|
24
|
+
} from "../_node-chunks/chunk-W37U36K2.js";
|
|
25
25
|
import {
|
|
26
26
|
__commonJS,
|
|
27
27
|
__require,
|
|
28
28
|
__toESM
|
|
29
|
-
} from "../_node-chunks/chunk-
|
|
29
|
+
} from "../_node-chunks/chunk-ZXZ7KANY.js";
|
|
30
30
|
|
|
31
31
|
// ../node_modules/commander/lib/error.js
|
|
32
32
|
var require_error = __commonJS({
|
package/dist/bin/dispatcher.js
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
2
|
+
import CJS_COMPAT_NODE_URL_l1pnlf2l2jg from 'node:url';
|
|
3
|
+
import CJS_COMPAT_NODE_PATH_l1pnlf2l2jg from 'node:path';
|
|
4
|
+
import CJS_COMPAT_NODE_MODULE_l1pnlf2l2jg from "node:module";
|
|
5
5
|
|
|
6
|
-
var __filename =
|
|
7
|
-
var __dirname =
|
|
8
|
-
var require =
|
|
6
|
+
var __filename = CJS_COMPAT_NODE_URL_l1pnlf2l2jg.fileURLToPath(import.meta.url);
|
|
7
|
+
var __dirname = CJS_COMPAT_NODE_PATH_l1pnlf2l2jg.dirname(__filename);
|
|
8
|
+
var require = CJS_COMPAT_NODE_MODULE_l1pnlf2l2jg.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
|
versions_default
|
|
15
|
-
} from "../_node-chunks/chunk-
|
|
15
|
+
} from "../_node-chunks/chunk-RO3KQDIV.js";
|
|
16
16
|
import {
|
|
17
17
|
resolvePackageDir
|
|
18
|
-
} from "../_node-chunks/chunk-
|
|
18
|
+
} from "../_node-chunks/chunk-MOOIRZDT.js";
|
|
19
19
|
import {
|
|
20
20
|
join
|
|
21
|
-
} from "../_node-chunks/chunk-
|
|
21
|
+
} from "../_node-chunks/chunk-PYGKKZH3.js";
|
|
22
22
|
import {
|
|
23
23
|
require_dist
|
|
24
|
-
} from "../_node-chunks/chunk-
|
|
24
|
+
} from "../_node-chunks/chunk-NAECEIWD.js";
|
|
25
25
|
import {
|
|
26
26
|
__toESM
|
|
27
|
-
} from "../_node-chunks/chunk-
|
|
27
|
+
} from "../_node-chunks/chunk-ZXZ7KANY.js";
|
|
28
28
|
|
|
29
29
|
// src/bin/dispatcher.ts
|
|
30
30
|
import { pathToFileURL } from "node:url";
|
package/dist/bin/loader.js
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_l1pnlf2l2jg from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_l1pnlf2l2jg from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_l1pnlf2l2jg from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_l1pnlf2l2jg.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_l1pnlf2l2jg.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_l1pnlf2l2jg.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-FN5YDSIY.js";
|
|
15
15
|
import {
|
|
16
16
|
require_dist
|
|
17
|
-
} from "../_node-chunks/chunk-
|
|
17
|
+
} from "../_node-chunks/chunk-NAECEIWD.js";
|
|
18
18
|
import {
|
|
19
19
|
__toESM
|
|
20
|
-
} from "../_node-chunks/chunk-
|
|
20
|
+
} from "../_node-chunks/chunk-ZXZ7KANY.js";
|
|
21
21
|
|
|
22
22
|
// src/bin/loader.ts
|
|
23
23
|
var import_ts_dedent = __toESM(require_dist(), 1);
|
package/dist/cli/index.d.ts
CHANGED
|
@@ -104,7 +104,6 @@ declare enum ProjectType {
|
|
|
104
104
|
REACT_NATIVE = "react_native",
|
|
105
105
|
REACT_NATIVE_AND_RNW = "react_native_and_rnw",
|
|
106
106
|
REACT_NATIVE_WEB = "react_native_web",
|
|
107
|
-
REACT_PROJECT = "react_project",
|
|
108
107
|
REACT_SCRIPTS = "react_scripts",
|
|
109
108
|
SERVER = "server",
|
|
110
109
|
SOLID = "solid",
|
package/dist/cli/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_l1pnlf2l2jg from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_l1pnlf2l2jg from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_l1pnlf2l2jg from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_l1pnlf2l2jg.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_l1pnlf2l2jg.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_l1pnlf2l2jg.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-MEYK6XSZ.js";
|
|
37
37
|
import {
|
|
38
38
|
detectPnp
|
|
39
|
-
} from "../_node-chunks/chunk-
|
|
39
|
+
} from "../_node-chunks/chunk-DHJ2SXFM.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-LEBLRZQT.js";
|
|
45
|
+
import "../_node-chunks/chunk-FVL4M75A.js";
|
|
46
|
+
import "../_node-chunks/chunk-MOOIRZDT.js";
|
|
47
|
+
import "../_node-chunks/chunk-NJLYVJCQ.js";
|
|
48
|
+
import "../_node-chunks/chunk-PYGKKZH3.js";
|
|
49
|
+
import "../_node-chunks/chunk-NAECEIWD.js";
|
|
50
|
+
import "../_node-chunks/chunk-7KFFHHXS.js";
|
|
51
|
+
import "../_node-chunks/chunk-JQ5R6LYX.js";
|
|
52
|
+
import "../_node-chunks/chunk-W37U36K2.js";
|
|
53
|
+
import "../_node-chunks/chunk-ZXZ7KANY.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_l1pnlf2l2jg from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_l1pnlf2l2jg from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_l1pnlf2l2jg from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_l1pnlf2l2jg.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_l1pnlf2l2jg.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_l1pnlf2l2jg.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-76UP3JOL.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-RO3KQDIV.js";
|
|
109
|
+
import "../_node-chunks/chunk-7TYMC3SN.js";
|
|
110
|
+
import "../_node-chunks/chunk-FJQQMSDV.js";
|
|
111
|
+
import "../_node-chunks/chunk-FVL4M75A.js";
|
|
112
112
|
import {
|
|
113
113
|
importMetaResolve,
|
|
114
114
|
importModule,
|
|
115
115
|
resolvePackageDir,
|
|
116
116
|
safeResolveModule
|
|
117
|
-
} from "../_node-chunks/chunk-
|
|
117
|
+
} from "../_node-chunks/chunk-MOOIRZDT.js";
|
|
118
118
|
import {
|
|
119
119
|
groupBy,
|
|
120
120
|
invariant
|
|
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-NJLYVJCQ.js";
|
|
122
|
+
import "../_node-chunks/chunk-PYGKKZH3.js";
|
|
123
|
+
import "../_node-chunks/chunk-SJJPROJL.js";
|
|
124
|
+
import "../_node-chunks/chunk-KTAWX4JB.js";
|
|
125
|
+
import "../_node-chunks/chunk-NAECEIWD.js";
|
|
126
|
+
import "../_node-chunks/chunk-W37U36K2.js";
|
|
127
|
+
import "../_node-chunks/chunk-ZXZ7KANY.js";
|
|
128
128
|
export {
|
|
129
129
|
DEFAULT_FILES_PATTERN,
|
|
130
130
|
FileSystemCache,
|