create-storybook 10.0.0-beta.1 → 10.0.0-beta.10
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-W6DMVTOY.js → chunk-I24RQKHC.js} +688 -705
- package/dist/_node-chunks/{chunk-T3MAYGYW.js → chunk-U2ROAS4E.js} +11 -6
- package/dist/_node-chunks/{run-5P25MPU4.js → run-MI4MI4HS.js} +618 -184
- package/dist/bin/index.js +8 -8
- package/dist/index.js +8 -8
- package/package.json +6 -5
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_icv75y2zad from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_icv75y2zad from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_icv75y2zad from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_icv75y2zad.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_icv75y2zad.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_icv75y2zad.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
|
};
|