create-storybook 10.0.0-beta.1 → 10.0.0-beta.11

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.
@@ -1,10 +1,10 @@
1
- import CJS_COMPAT_NODE_URL_hzp3snl9xm9 from 'node:url';
2
- import CJS_COMPAT_NODE_PATH_hzp3snl9xm9 from 'node:path';
3
- import CJS_COMPAT_NODE_MODULE_hzp3snl9xm9 from "node:module";
1
+ import CJS_COMPAT_NODE_URL_f2i4o7lf72q from 'node:url';
2
+ import CJS_COMPAT_NODE_PATH_f2i4o7lf72q from 'node:path';
3
+ import CJS_COMPAT_NODE_MODULE_f2i4o7lf72q from "node:module";
4
4
 
5
- var __filename = CJS_COMPAT_NODE_URL_hzp3snl9xm9.fileURLToPath(import.meta.url);
6
- var __dirname = CJS_COMPAT_NODE_PATH_hzp3snl9xm9.dirname(__filename);
7
- var require = CJS_COMPAT_NODE_MODULE_hzp3snl9xm9.createRequire(import.meta.url);
5
+ var __filename = CJS_COMPAT_NODE_URL_f2i4o7lf72q.fileURLToPath(import.meta.url);
6
+ var __dirname = CJS_COMPAT_NODE_PATH_f2i4o7lf72q.dirname(__filename);
7
+ var require = CJS_COMPAT_NODE_MODULE_f2i4o7lf72q.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
  };