create-storybook 10.0.0-beta.2 → 10.0.0-beta.4
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/{chunk-VG5HPX7P.js → chunk-CELW5TN7.js} +11 -6
- package/dist/_node-chunks/{chunk-SQD57AXM.js → chunk-THF6B443.js} +491 -453
- package/dist/_node-chunks/{run-DHV7GLTX.js → run-YL2NHMIB.js} +11 -11
- package/dist/bin/index.js +8 -8
- package/dist/index.js +8 -8
- package/package.json +4 -3
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_0v69wlcypqha from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_0v69wlcypqha from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_0v69wlcypqha from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_0v69wlcypqha.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_0v69wlcypqha.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_0v69wlcypqha.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
@@ -25,6 +25,10 @@ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require
|
|
|
25
25
|
var __commonJS = (cb, mod) => function __require2() {
|
|
26
26
|
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
|
27
27
|
};
|
|
28
|
+
var __export = (target, all) => {
|
|
29
|
+
for (var name in all)
|
|
30
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
31
|
+
};
|
|
28
32
|
var __copyProps = (to, from, except, desc) => {
|
|
29
33
|
if (from && typeof from === "object" || typeof from === "function") {
|
|
30
34
|
for (let key of __getOwnPropNames(from))
|
|
@@ -96,6 +100,7 @@ export {
|
|
|
96
100
|
__name,
|
|
97
101
|
__require,
|
|
98
102
|
__commonJS,
|
|
103
|
+
__export,
|
|
99
104
|
__toESM,
|
|
100
105
|
require_dist
|
|
101
106
|
};
|