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.
@@ -1,10 +1,10 @@
1
- import CJS_COMPAT_NODE_URL_r3aub8o168l from 'node:url';
2
- import CJS_COMPAT_NODE_PATH_r3aub8o168l from 'node:path';
3
- import CJS_COMPAT_NODE_MODULE_r3aub8o168l from "node:module";
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 = CJS_COMPAT_NODE_URL_r3aub8o168l.fileURLToPath(import.meta.url);
6
- var __dirname = CJS_COMPAT_NODE_PATH_r3aub8o168l.dirname(__filename);
7
- var require = CJS_COMPAT_NODE_MODULE_r3aub8o168l.createRequire(import.meta.url);
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
  };