storybook 10.1.2 → 10.1.3
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-4QKD5MM3.js → builder-manager-N4D23FLX.js} +12 -12
- package/dist/_node-chunks/{camelcase-IRQCWULJ.js → camelcase-EXGV75P2.js} +7 -7
- package/dist/_node-chunks/{chunk-QTUMNOBG.js → chunk-2S4J6WRI.js} +12 -16
- package/dist/_node-chunks/{chunk-NHMTWL5A.js → chunk-3PAK6HOZ.js} +7 -7
- package/dist/_node-chunks/{chunk-HIQU6BTN.js → chunk-4FES3Z32.js} +7 -7
- package/dist/_node-chunks/{chunk-U5ZVDYGC.js → chunk-4K33EHJJ.js} +13 -13
- package/dist/_node-chunks/chunk-6WT5T7D6.js +23 -0
- package/dist/_node-chunks/{chunk-2ROLNOX5.js → chunk-745ARPQW.js} +20 -20
- package/dist/_node-chunks/{chunk-JTVV3ILI.js → chunk-A7QREOLM.js} +6 -6
- package/dist/_node-chunks/chunk-ABYOUG2G.js +18 -0
- package/dist/_node-chunks/{chunk-QXZ53NSP.js → chunk-CD52AW7X.js} +9 -9
- package/dist/_node-chunks/{chunk-QZH7V7G5.js → chunk-DUT2G4P5.js} +8 -8
- package/dist/_node-chunks/{chunk-U255RR5H.js → chunk-EE622TFR.js} +6 -6
- package/dist/_node-chunks/{chunk-GGJB53L3.js → chunk-EY7WWLFP.js} +7 -7
- package/dist/_node-chunks/{chunk-SKFB37NZ.js → chunk-IHWETTDK.js} +7 -7
- package/dist/_node-chunks/{chunk-TXYTWWZH.js → chunk-J33WT6V7.js} +6 -6
- package/dist/_node-chunks/{chunk-3E6FUWUR.js → chunk-KQCVPCQD.js} +6 -6
- package/dist/_node-chunks/{chunk-HLP3H23G.js → chunk-NAZXVKZR.js} +6 -6
- package/dist/_node-chunks/{chunk-AKO6A5CQ.js → chunk-O5HLDMLW.js} +16 -16
- package/dist/_node-chunks/{chunk-RGS3LXAW.js → chunk-OBA5XT44.js} +7 -7
- package/dist/_node-chunks/{chunk-TTOU3O3G.js → chunk-PDCQDYS4.js} +10 -10
- package/dist/_node-chunks/{chunk-5K3HCA3T.js → chunk-RCCMX64R.js} +6 -6
- package/dist/_node-chunks/{chunk-4EINUCZX.js → chunk-RIFAW6Y4.js} +13 -13
- package/dist/_node-chunks/{chunk-OUCADXTV.js → chunk-TCNV3SSR.js} +7 -7
- package/dist/_node-chunks/{chunk-ZYCQYU5P.js → chunk-TTAIHANB.js} +7 -7
- package/dist/_node-chunks/{chunk-M5WCOOCM.js → chunk-U6IY6QQN.js} +6 -6
- package/dist/_node-chunks/chunk-UQA3ZWVX.js +61 -0
- package/dist/_node-chunks/{chunk-GKZHMXCG.js → chunk-V6NSKAAJ.js} +7 -7
- package/dist/_node-chunks/{chunk-TAK5JLJT.js → chunk-W77J252D.js} +9 -9
- package/dist/_node-chunks/{chunk-TPC5WFN2.js → chunk-YF6BQNR6.js} +6 -6
- package/dist/_node-chunks/{dist-YCWFOINJ.js → dist-BV4S5XPY.js} +9 -9
- package/dist/_node-chunks/{globby-DJRLVC5S.js → globby-MMDNVX5S.js} +9 -9
- package/dist/_node-chunks/{lib-IAG3XT2U.js → lib-ZNCEKZ43.js} +7 -7
- package/dist/_node-chunks/{mdx-N42X6CFJ-QMOKL6WQ.js → mdx-N42X6CFJ-KXIBNMFG.js} +8 -8
- package/dist/_node-chunks/{p-limit-5RGYVFOA.js → p-limit-RIAILNZP.js} +7 -7
- package/dist/babel/index.js +10 -10
- package/dist/bin/core.js +24 -18
- package/dist/bin/dispatcher.js +11 -11
- package/dist/bin/loader.js +9 -9
- package/dist/cli/index.d.ts +1 -0
- package/dist/cli/index.js +18 -18
- package/dist/common/index.js +19 -19
- package/dist/components/index.js +9 -17
- package/dist/core-server/index.js +33 -33
- 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 +10 -18
- package/dist/manager/runtime.js +2 -1
- package/dist/manager-api/index.d.ts +178 -178
- package/dist/manager-api/index.js +1 -1
- package/dist/mocking-utils/index.js +8 -8
- package/dist/node-logger/index.d.ts +3 -3
- 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.js +23 -23
- package/dist/types/index.d.ts +3 -1
- package/package.json +1 -1
- package/dist/_node-chunks/chunk-2SKUXRHZ.js +0 -23
- package/dist/_node-chunks/chunk-4ROB3WCB.js +0 -61
- package/dist/_node-chunks/chunk-NUXVDK4C.js +0 -18
package/dist/bin/core.js
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_f2mg11kr5cs from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_f2mg11kr5cs from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_f2mg11kr5cs from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_f2mg11kr5cs.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_f2mg11kr5cs.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_f2mg11kr5cs.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-ABYOUG2G.js";
|
|
15
15
|
import {
|
|
16
16
|
globalSettings
|
|
17
|
-
} from "../_node-chunks/chunk-
|
|
18
|
-
import "../_node-chunks/chunk-
|
|
17
|
+
} from "../_node-chunks/chunk-W77J252D.js";
|
|
18
|
+
import "../_node-chunks/chunk-J33WT6V7.js";
|
|
19
19
|
import {
|
|
20
20
|
require_dist
|
|
21
|
-
} from "../_node-chunks/chunk-
|
|
21
|
+
} from "../_node-chunks/chunk-TTAIHANB.js";
|
|
22
22
|
import {
|
|
23
23
|
require_picocolors
|
|
24
|
-
} from "../_node-chunks/chunk-
|
|
24
|
+
} from "../_node-chunks/chunk-4FES3Z32.js";
|
|
25
25
|
import {
|
|
26
26
|
__commonJS,
|
|
27
27
|
__require,
|
|
28
28
|
__toESM
|
|
29
|
-
} from "../_node-chunks/chunk-
|
|
29
|
+
} from "../_node-chunks/chunk-YF6BQNR6.js";
|
|
30
30
|
|
|
31
31
|
// ../node_modules/commander/lib/error.js
|
|
32
32
|
var require_error = __commonJS({
|
|
@@ -2745,8 +2745,12 @@ var dev = async (cliOptions) => {
|
|
|
2745
2745
|
// src/bin/core.ts
|
|
2746
2746
|
addToGlobalContext("cliVersion", version);
|
|
2747
2747
|
var handleCommandFailure = async (logFilePath) => {
|
|
2748
|
-
|
|
2749
|
-
|
|
2748
|
+
try {
|
|
2749
|
+
let logFile = await logTracker.writeToFile(logFilePath);
|
|
2750
|
+
logger2.log(`Debug logs are written to: ${logFile}`);
|
|
2751
|
+
} catch {
|
|
2752
|
+
}
|
|
2753
|
+
logger2.outro("Storybook exited with an error"), process.exit(1);
|
|
2750
2754
|
}, command = (name) => program.command(name).option(
|
|
2751
2755
|
"--disable-telemetry",
|
|
2752
2756
|
"Disable sending telemetry data",
|
|
@@ -2763,10 +2767,12 @@ var handleCommandFailure = async (logFilePath) => {
|
|
|
2763
2767
|
` + String(e));
|
|
2764
2768
|
}
|
|
2765
2769
|
}).hook("postAction", async (command2) => {
|
|
2766
|
-
if (logTracker.shouldWriteLogsToFile)
|
|
2767
|
-
|
|
2768
|
-
|
|
2769
|
-
|
|
2770
|
+
if (logTracker.shouldWriteLogsToFile)
|
|
2771
|
+
try {
|
|
2772
|
+
let logFile = await logTracker.writeToFile(command2.getOptionValue("logfile"));
|
|
2773
|
+
logger2.outro(`Debug logs are written to: ${logFile}`);
|
|
2774
|
+
} catch {
|
|
2775
|
+
}
|
|
2770
2776
|
});
|
|
2771
2777
|
command("dev").option("-p, --port <number>", "Port to run Storybook", (str) => parseInt(str, 10)).option("-h, --host <string>", "Host to run Storybook").option("-c, --config-dir <dir-name>", "Directory where to load Storybook configurations from").option(
|
|
2772
2778
|
"--https",
|
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_f2mg11kr5cs from 'node:url';
|
|
3
|
+
import CJS_COMPAT_NODE_PATH_f2mg11kr5cs from 'node:path';
|
|
4
|
+
import CJS_COMPAT_NODE_MODULE_f2mg11kr5cs from "node:module";
|
|
5
5
|
|
|
6
|
-
var __filename =
|
|
7
|
-
var __dirname =
|
|
8
|
-
var require =
|
|
6
|
+
var __filename = CJS_COMPAT_NODE_URL_f2mg11kr5cs.fileURLToPath(import.meta.url);
|
|
7
|
+
var __dirname = CJS_COMPAT_NODE_PATH_f2mg11kr5cs.dirname(__filename);
|
|
8
|
+
var require = CJS_COMPAT_NODE_MODULE_f2mg11kr5cs.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-UQA3ZWVX.js";
|
|
16
16
|
import {
|
|
17
17
|
resolvePackageDir
|
|
18
|
-
} from "../_node-chunks/chunk-
|
|
18
|
+
} from "../_node-chunks/chunk-V6NSKAAJ.js";
|
|
19
19
|
import {
|
|
20
20
|
join
|
|
21
|
-
} from "../_node-chunks/chunk-
|
|
21
|
+
} from "../_node-chunks/chunk-EE622TFR.js";
|
|
22
22
|
import {
|
|
23
23
|
require_dist
|
|
24
|
-
} from "../_node-chunks/chunk-
|
|
24
|
+
} from "../_node-chunks/chunk-TTAIHANB.js";
|
|
25
25
|
import {
|
|
26
26
|
__toESM
|
|
27
|
-
} from "../_node-chunks/chunk-
|
|
27
|
+
} from "../_node-chunks/chunk-YF6BQNR6.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_f2mg11kr5cs from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_f2mg11kr5cs from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_f2mg11kr5cs from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_f2mg11kr5cs.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_f2mg11kr5cs.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_f2mg11kr5cs.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-KQCVPCQD.js";
|
|
15
15
|
import {
|
|
16
16
|
require_dist
|
|
17
|
-
} from "../_node-chunks/chunk-
|
|
17
|
+
} from "../_node-chunks/chunk-TTAIHANB.js";
|
|
18
18
|
import {
|
|
19
19
|
__toESM
|
|
20
|
-
} from "../_node-chunks/chunk-
|
|
20
|
+
} from "../_node-chunks/chunk-YF6BQNR6.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
package/dist/cli/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_f2mg11kr5cs from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_f2mg11kr5cs from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_f2mg11kr5cs from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_f2mg11kr5cs.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_f2mg11kr5cs.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_f2mg11kr5cs.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-O5HLDMLW.js";
|
|
37
37
|
import {
|
|
38
38
|
detectPnp
|
|
39
|
-
} from "../_node-chunks/chunk-
|
|
39
|
+
} from "../_node-chunks/chunk-6WT5T7D6.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-W77J252D.js";
|
|
45
|
+
import "../_node-chunks/chunk-A7QREOLM.js";
|
|
46
|
+
import "../_node-chunks/chunk-V6NSKAAJ.js";
|
|
47
|
+
import "../_node-chunks/chunk-J33WT6V7.js";
|
|
48
|
+
import "../_node-chunks/chunk-EE622TFR.js";
|
|
49
|
+
import "../_node-chunks/chunk-TTAIHANB.js";
|
|
50
|
+
import "../_node-chunks/chunk-CD52AW7X.js";
|
|
51
|
+
import "../_node-chunks/chunk-3PAK6HOZ.js";
|
|
52
|
+
import "../_node-chunks/chunk-4FES3Z32.js";
|
|
53
|
+
import "../_node-chunks/chunk-YF6BQNR6.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_f2mg11kr5cs from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_f2mg11kr5cs from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_f2mg11kr5cs from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_f2mg11kr5cs.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_f2mg11kr5cs.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_f2mg11kr5cs.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-745ARPQW.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-UQA3ZWVX.js";
|
|
109
|
+
import "../_node-chunks/chunk-OBA5XT44.js";
|
|
110
|
+
import "../_node-chunks/chunk-2S4J6WRI.js";
|
|
111
|
+
import "../_node-chunks/chunk-A7QREOLM.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-V6NSKAAJ.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-J33WT6V7.js";
|
|
122
|
+
import "../_node-chunks/chunk-EE622TFR.js";
|
|
123
|
+
import "../_node-chunks/chunk-TCNV3SSR.js";
|
|
124
|
+
import "../_node-chunks/chunk-NAZXVKZR.js";
|
|
125
|
+
import "../_node-chunks/chunk-TTAIHANB.js";
|
|
126
|
+
import "../_node-chunks/chunk-4FES3Z32.js";
|
|
127
|
+
import "../_node-chunks/chunk-YF6BQNR6.js";
|
|
128
128
|
export {
|
|
129
129
|
DEFAULT_FILES_PATTERN,
|
|
130
130
|
FileSystemCache,
|
package/dist/components/index.js
CHANGED
|
@@ -8557,7 +8557,7 @@ var TooltipProvider = ({
|
|
|
8557
8557
|
placement,
|
|
8558
8558
|
offset,
|
|
8559
8559
|
onOpenChange,
|
|
8560
|
-
style: {
|
|
8560
|
+
style: { outline: "none" },
|
|
8561
8561
|
...props
|
|
8562
8562
|
},
|
|
8563
8563
|
tooltip
|
|
@@ -14234,24 +14234,16 @@ var PopoverProvider = ({
|
|
|
14234
14234
|
...props
|
|
14235
14235
|
},
|
|
14236
14236
|
React38.createElement($3b117e43dc0ca95d$export$27c701ed9e449e99, null, children),
|
|
14237
|
-
React38.createElement(
|
|
14238
|
-
|
|
14237
|
+
React38.createElement($07b14b47974efb58$export$5b6b19405a83ff9d, { placement, offset, style: { outline: "none" } }, React38.createElement(
|
|
14238
|
+
Popover,
|
|
14239
14239
|
{
|
|
14240
|
-
|
|
14241
|
-
|
|
14242
|
-
|
|
14240
|
+
hasChrome,
|
|
14241
|
+
hideLabel: closeLabel,
|
|
14242
|
+
onHide: hasCloseButton ? onHide : void 0,
|
|
14243
|
+
padding
|
|
14243
14244
|
},
|
|
14244
|
-
|
|
14245
|
-
|
|
14246
|
-
{
|
|
14247
|
-
hasChrome,
|
|
14248
|
-
hideLabel: closeLabel,
|
|
14249
|
-
onHide: hasCloseButton ? onHide : void 0,
|
|
14250
|
-
padding
|
|
14251
|
-
},
|
|
14252
|
-
typeof popover == "function" ? popover({ onHide }) : popover
|
|
14253
|
-
)
|
|
14254
|
-
)
|
|
14245
|
+
typeof popover == "function" ? popover({ onHide }) : popover
|
|
14246
|
+
))
|
|
14255
14247
|
);
|
|
14256
14248
|
};
|
|
14257
14249
|
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_f2mg11kr5cs from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_f2mg11kr5cs from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_f2mg11kr5cs from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_f2mg11kr5cs.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_f2mg11kr5cs.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_f2mg11kr5cs.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
|
StatusTypeIdMismatchError
|
|
14
|
-
} from "../_node-chunks/chunk-
|
|
14
|
+
} from "../_node-chunks/chunk-PDCQDYS4.js";
|
|
15
15
|
import {
|
|
16
16
|
debounce,
|
|
17
17
|
getErrorLevel,
|
|
@@ -21,66 +21,66 @@ import {
|
|
|
21
21
|
sendTelemetryError,
|
|
22
22
|
useStatics,
|
|
23
23
|
withTelemetry
|
|
24
|
-
} from "../_node-chunks/chunk-
|
|
25
|
-
import "../_node-chunks/chunk-
|
|
24
|
+
} from "../_node-chunks/chunk-4K33EHJJ.js";
|
|
25
|
+
import "../_node-chunks/chunk-IHWETTDK.js";
|
|
26
26
|
import {
|
|
27
27
|
detectPnp
|
|
28
|
-
} from "../_node-chunks/chunk-
|
|
28
|
+
} from "../_node-chunks/chunk-6WT5T7D6.js";
|
|
29
29
|
import {
|
|
30
30
|
StorybookError
|
|
31
|
-
} from "../_node-chunks/chunk-
|
|
31
|
+
} from "../_node-chunks/chunk-U6IY6QQN.js";
|
|
32
32
|
import {
|
|
33
33
|
telemetry
|
|
34
|
-
} from "../_node-chunks/chunk-
|
|
35
|
-
import "../_node-chunks/chunk-
|
|
34
|
+
} from "../_node-chunks/chunk-RIFAW6Y4.js";
|
|
35
|
+
import "../_node-chunks/chunk-ABYOUG2G.js";
|
|
36
36
|
import {
|
|
37
37
|
optionalEnvToBoolean,
|
|
38
38
|
require_cross_spawn,
|
|
39
39
|
resolveImport,
|
|
40
40
|
supportedExtensions,
|
|
41
41
|
userOrAutoTitleFromSpecifier
|
|
42
|
-
} from "../_node-chunks/chunk-
|
|
43
|
-
import "../_node-chunks/chunk-
|
|
44
|
-
import "../_node-chunks/chunk-
|
|
42
|
+
} from "../_node-chunks/chunk-745ARPQW.js";
|
|
43
|
+
import "../_node-chunks/chunk-UQA3ZWVX.js";
|
|
44
|
+
import "../_node-chunks/chunk-OBA5XT44.js";
|
|
45
45
|
import {
|
|
46
46
|
require_pretty_hrtime
|
|
47
|
-
} from "../_node-chunks/chunk-
|
|
48
|
-
import "../_node-chunks/chunk-
|
|
49
|
-
import "../_node-chunks/chunk-
|
|
47
|
+
} from "../_node-chunks/chunk-2S4J6WRI.js";
|
|
48
|
+
import "../_node-chunks/chunk-RCCMX64R.js";
|
|
49
|
+
import "../_node-chunks/chunk-W77J252D.js";
|
|
50
50
|
import {
|
|
51
51
|
invariant,
|
|
52
52
|
up2 as up
|
|
53
|
-
} from "../_node-chunks/chunk-
|
|
53
|
+
} from "../_node-chunks/chunk-A7QREOLM.js";
|
|
54
54
|
import {
|
|
55
55
|
importModule,
|
|
56
56
|
resolvePackageDir
|
|
57
|
-
} from "../_node-chunks/chunk-
|
|
58
|
-
import "../_node-chunks/chunk-
|
|
57
|
+
} from "../_node-chunks/chunk-V6NSKAAJ.js";
|
|
58
|
+
import "../_node-chunks/chunk-J33WT6V7.js";
|
|
59
59
|
import {
|
|
60
60
|
dirname,
|
|
61
61
|
join,
|
|
62
62
|
relative,
|
|
63
63
|
resolve
|
|
64
|
-
} from "../_node-chunks/chunk-
|
|
65
|
-
import "../_node-chunks/chunk-
|
|
64
|
+
} from "../_node-chunks/chunk-EE622TFR.js";
|
|
65
|
+
import "../_node-chunks/chunk-TCNV3SSR.js";
|
|
66
66
|
import {
|
|
67
67
|
slash
|
|
68
|
-
} from "../_node-chunks/chunk-
|
|
68
|
+
} from "../_node-chunks/chunk-NAZXVKZR.js";
|
|
69
69
|
import {
|
|
70
70
|
require_dist
|
|
71
|
-
} from "../_node-chunks/chunk-
|
|
71
|
+
} from "../_node-chunks/chunk-TTAIHANB.js";
|
|
72
72
|
import {
|
|
73
73
|
require_lib,
|
|
74
74
|
require_src
|
|
75
|
-
} from "../_node-chunks/chunk-
|
|
75
|
+
} from "../_node-chunks/chunk-3PAK6HOZ.js";
|
|
76
76
|
import {
|
|
77
77
|
require_picocolors
|
|
78
|
-
} from "../_node-chunks/chunk-
|
|
78
|
+
} from "../_node-chunks/chunk-4FES3Z32.js";
|
|
79
79
|
import {
|
|
80
80
|
__commonJS,
|
|
81
81
|
__require,
|
|
82
82
|
__toESM
|
|
83
|
-
} from "../_node-chunks/chunk-
|
|
83
|
+
} from "../_node-chunks/chunk-YF6BQNR6.js";
|
|
84
84
|
|
|
85
85
|
// ../node_modules/tsconfig-paths/lib/filesystem.js
|
|
86
86
|
var require_filesystem = __commonJS({
|
|
@@ -5147,7 +5147,7 @@ var makeAbsolute = (otherImport, normalizedPath, workingDir) => otherImport.star
|
|
|
5147
5147
|
let cacheKey = this.getFindMatchingFilesCacheKey(specifier, workingDir, ignoreWarnings), cached = this.findMatchingFilesCache.get(cacheKey);
|
|
5148
5148
|
if (cached)
|
|
5149
5149
|
return cached;
|
|
5150
|
-
let pathToSubIndex = {}, fullGlob = slash(join2(specifier.directory, specifier.files)), { globby } = await import("../_node-chunks/globby-
|
|
5150
|
+
let pathToSubIndex = {}, fullGlob = slash(join2(specifier.directory, specifier.files)), { globby } = await import("../_node-chunks/globby-MMDNVX5S.js"), files = await globby(fullGlob, {
|
|
5151
5151
|
absolute: !0,
|
|
5152
5152
|
cwd: workingDir,
|
|
5153
5153
|
...commonGlobOptions(fullGlob)
|
|
@@ -5336,7 +5336,7 @@ var makeAbsolute = (otherImport, normalizedPath, workingDir) => otherImport.star
|
|
|
5336
5336
|
async extractDocs(specifier, absolutePath, projectTags = []) {
|
|
5337
5337
|
let relativePath = relative2(this.options.workingDir, absolutePath);
|
|
5338
5338
|
try {
|
|
5339
|
-
let normalizedPath = normalizeStoryPath(relativePath), importPath = slash(normalizedPath), content = await readFile(absolutePath, { encoding: "utf8" }), { analyze } = await import("../_node-chunks/dist-
|
|
5339
|
+
let normalizedPath = normalizeStoryPath(relativePath), importPath = slash(normalizedPath), content = await readFile(absolutePath, { encoding: "utf8" }), { analyze } = await import("../_node-chunks/dist-BV4S5XPY.js"), result = await analyze(content);
|
|
5340
5340
|
if (result.isTemplate)
|
|
5341
5341
|
return !1;
|
|
5342
5342
|
let absoluteImports = result.imports.map(
|
|
@@ -5596,7 +5596,7 @@ function print(p) {
|
|
|
5596
5596
|
// src/core-server/utils/get-builders.ts
|
|
5597
5597
|
import { MissingBuilderError } from "storybook/internal/server-errors";
|
|
5598
5598
|
async function getManagerBuilder() {
|
|
5599
|
-
return await import("../_node-chunks/builder-manager-
|
|
5599
|
+
return await import("../_node-chunks/builder-manager-N4D23FLX.js");
|
|
5600
5600
|
}
|
|
5601
5601
|
async function getPreviewBuilder(resolvedPreviewBuilder) {
|
|
5602
5602
|
return await importModule(resolvedPreviewBuilder);
|
|
@@ -5696,7 +5696,7 @@ function watchStorySpecifiers(specifiers, options, onInvalidate) {
|
|
|
5696
5696
|
// files can be e.g. '**/foo/*/*.js' so we just want the last bit,
|
|
5697
5697
|
// because the directory could already be within the files part (e.g. './x/foo/bar')
|
|
5698
5698
|
basename2(specifier.files)
|
|
5699
|
-
), { globby } = await import("../_node-chunks/globby-
|
|
5699
|
+
), { globby } = await import("../_node-chunks/globby-MMDNVX5S.js");
|
|
5700
5700
|
(await globby(slash(dirGlob), commonGlobOptions2(dirGlob))).forEach((filePath) => {
|
|
5701
5701
|
let fileImportPath = toImportPath(filePath);
|
|
5702
5702
|
specifier.importPathMatcher.exec(fileImportPath) && onInvalidate(specifier, fileImportPath, removed);
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_f2mg11kr5cs from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_f2mg11kr5cs from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_f2mg11kr5cs from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_f2mg11kr5cs.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_f2mg11kr5cs.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_f2mg11kr5cs.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
|
glob
|
|
14
|
-
} from "../../_node-chunks/chunk-
|
|
14
|
+
} from "../../_node-chunks/chunk-TCNV3SSR.js";
|
|
15
15
|
import {
|
|
16
16
|
slash
|
|
17
|
-
} from "../../_node-chunks/chunk-
|
|
18
|
-
import "../../_node-chunks/chunk-
|
|
17
|
+
} from "../../_node-chunks/chunk-NAZXVKZR.js";
|
|
18
|
+
import "../../_node-chunks/chunk-YF6BQNR6.js";
|
|
19
19
|
|
|
20
20
|
// src/core-server/utils/remove-mdx-entries.ts
|
|
21
21
|
import { isAbsolute, join, relative } from "node:path";
|
|
@@ -1,57 +1,57 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_f2mg11kr5cs from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_f2mg11kr5cs from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_f2mg11kr5cs from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_f2mg11kr5cs.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_f2mg11kr5cs.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_f2mg11kr5cs.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-O5HLDMLW.js";
|
|
13
13
|
import {
|
|
14
14
|
parseStaticDir,
|
|
15
15
|
sendTelemetryError,
|
|
16
16
|
throttle
|
|
17
|
-
} from "../../_node-chunks/chunk-
|
|
18
|
-
import "../../_node-chunks/chunk-
|
|
19
|
-
import "../../_node-chunks/chunk-
|
|
20
|
-
import "../../_node-chunks/chunk-
|
|
17
|
+
} from "../../_node-chunks/chunk-4K33EHJJ.js";
|
|
18
|
+
import "../../_node-chunks/chunk-IHWETTDK.js";
|
|
19
|
+
import "../../_node-chunks/chunk-6WT5T7D6.js";
|
|
20
|
+
import "../../_node-chunks/chunk-U6IY6QQN.js";
|
|
21
21
|
import {
|
|
22
22
|
getLastEvents,
|
|
23
23
|
getSessionId
|
|
24
|
-
} from "../../_node-chunks/chunk-
|
|
24
|
+
} from "../../_node-chunks/chunk-RCCMX64R.js";
|
|
25
25
|
import {
|
|
26
26
|
globalSettings
|
|
27
|
-
} from "../../_node-chunks/chunk-
|
|
27
|
+
} from "../../_node-chunks/chunk-W77J252D.js";
|
|
28
28
|
import {
|
|
29
29
|
invariant
|
|
30
|
-
} from "../../_node-chunks/chunk-
|
|
30
|
+
} from "../../_node-chunks/chunk-A7QREOLM.js";
|
|
31
31
|
import {
|
|
32
32
|
resolvePackageDir
|
|
33
|
-
} from "../../_node-chunks/chunk-
|
|
34
|
-
import "../../_node-chunks/chunk-
|
|
33
|
+
} from "../../_node-chunks/chunk-V6NSKAAJ.js";
|
|
34
|
+
import "../../_node-chunks/chunk-J33WT6V7.js";
|
|
35
35
|
import {
|
|
36
36
|
isAbsolute,
|
|
37
37
|
join
|
|
38
|
-
} from "../../_node-chunks/chunk-
|
|
38
|
+
} from "../../_node-chunks/chunk-EE622TFR.js";
|
|
39
39
|
import {
|
|
40
40
|
loadConfig
|
|
41
|
-
} from "../../_node-chunks/chunk-
|
|
41
|
+
} from "../../_node-chunks/chunk-DUT2G4P5.js";
|
|
42
42
|
import {
|
|
43
43
|
require_dist
|
|
44
|
-
} from "../../_node-chunks/chunk-
|
|
45
|
-
import "../../_node-chunks/chunk-
|
|
46
|
-
import "../../_node-chunks/chunk-
|
|
44
|
+
} from "../../_node-chunks/chunk-TTAIHANB.js";
|
|
45
|
+
import "../../_node-chunks/chunk-CD52AW7X.js";
|
|
46
|
+
import "../../_node-chunks/chunk-3PAK6HOZ.js";
|
|
47
47
|
import {
|
|
48
48
|
require_picocolors
|
|
49
|
-
} from "../../_node-chunks/chunk-
|
|
49
|
+
} from "../../_node-chunks/chunk-4FES3Z32.js";
|
|
50
50
|
import {
|
|
51
51
|
__commonJS,
|
|
52
52
|
__require,
|
|
53
53
|
__toESM
|
|
54
|
-
} from "../../_node-chunks/chunk-
|
|
54
|
+
} from "../../_node-chunks/chunk-YF6BQNR6.js";
|
|
55
55
|
|
|
56
56
|
// ../node_modules/shell-quote/quote.js
|
|
57
57
|
var require_quote = __commonJS({
|
|
@@ -518,7 +518,7 @@ import { isCsfFactoryPreview } from "storybook/internal/csf-tools";
|
|
|
518
518
|
var import_ts_dedent = __toESM(require_dist(), 1);
|
|
519
519
|
|
|
520
520
|
// src/core-server/utils/get-component-variable-name.ts
|
|
521
|
-
var getComponentVariableName = async (name) => (await import("../../_node-chunks/camelcase-
|
|
521
|
+
var getComponentVariableName = async (name) => (await import("../../_node-chunks/camelcase-EXGV75P2.js")).default(name.replace(/^[^a-zA-Z_$]*/, ""), { pascalCase: !0 }).replace(/[^a-zA-Z_$]+/, "");
|
|
522
522
|
|
|
523
523
|
// src/core-server/utils/new-story-templates/csf-factory-template.ts
|
|
524
524
|
async function getCsfFactoryTemplateForNewStoryFile(data) {
|
|
@@ -783,7 +783,7 @@ async function searchFiles({
|
|
|
783
783
|
ignoredFiles = IGNORED_FILES,
|
|
784
784
|
fileExtensions = FILE_EXTENSIONS
|
|
785
785
|
}) {
|
|
786
|
-
let { globby, isDynamicPattern } = await import("../../_node-chunks/globby-
|
|
786
|
+
let { globby, isDynamicPattern } = await import("../../_node-chunks/globby-MMDNVX5S.js"), hasSearchSpecialGlobChars = isDynamicPattern(searchQuery, { cwd }), searchQueryHasExtension = /(\.[a-z]+)$/i.test(searchQuery), fileExtensionsPattern = `{${fileExtensions.join(",")}}`, globbedSearchQuery = hasSearchSpecialGlobChars ? searchQuery : searchQueryHasExtension ? [`**/*${searchQuery}*`, `**/*${searchQuery}*/**`] : [
|
|
787
787
|
`**/*${searchQuery}*.${fileExtensionsPattern}`,
|
|
788
788
|
`**/*${searchQuery}*/**/*.${fileExtensionsPattern}`
|
|
789
789
|
];
|
package/dist/csf-tools/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_f2mg11kr5cs from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_f2mg11kr5cs from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_f2mg11kr5cs from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_f2mg11kr5cs.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_f2mg11kr5cs.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_f2mg11kr5cs.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
@@ -38,9 +38,9 @@ import {
|
|
|
38
38
|
vitestTransform,
|
|
39
39
|
writeConfig,
|
|
40
40
|
writeCsf
|
|
41
|
-
} from "../_node-chunks/chunk-
|
|
42
|
-
import "../_node-chunks/chunk-
|
|
43
|
-
import "../_node-chunks/chunk-
|
|
41
|
+
} from "../_node-chunks/chunk-DUT2G4P5.js";
|
|
42
|
+
import "../_node-chunks/chunk-TTAIHANB.js";
|
|
43
|
+
import "../_node-chunks/chunk-YF6BQNR6.js";
|
|
44
44
|
export {
|
|
45
45
|
BadMetaError,
|
|
46
46
|
ConfigFile,
|