@storybook/cli 10.1.0-alpha.9 → 10.1.0-beta.0

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.
@@ -0,0 +1,11 @@
1
+ import CJS_COMPAT_NODE_URL_s47ofujcb4 from 'node:url';
2
+ import CJS_COMPAT_NODE_PATH_s47ofujcb4 from 'node:path';
3
+ import CJS_COMPAT_NODE_MODULE_s47ofujcb4 from "node:module";
4
+
5
+ var __filename = CJS_COMPAT_NODE_URL_s47ofujcb4.fileURLToPath(import.meta.url);
6
+ var __dirname = CJS_COMPAT_NODE_PATH_s47ofujcb4.dirname(__filename);
7
+ var require = CJS_COMPAT_NODE_MODULE_s47ofujcb4.createRequire(import.meta.url);
8
+
9
+ // ------------------------------------------------------------
10
+ // end of CJS compatibility banner, injected by Storybook's esbuild configuration
11
+ // ------------------------------------------------------------
@@ -1,10 +1,10 @@
1
- import CJS_COMPAT_NODE_URL_i5timqwdlx from 'node:url';
2
- import CJS_COMPAT_NODE_PATH_i5timqwdlx from 'node:path';
3
- import CJS_COMPAT_NODE_MODULE_i5timqwdlx from "node:module";
1
+ import CJS_COMPAT_NODE_URL_s47ofujcb4 from 'node:url';
2
+ import CJS_COMPAT_NODE_PATH_s47ofujcb4 from 'node:path';
3
+ import CJS_COMPAT_NODE_MODULE_s47ofujcb4 from "node:module";
4
4
 
5
- var __filename = CJS_COMPAT_NODE_URL_i5timqwdlx.fileURLToPath(import.meta.url);
6
- var __dirname = CJS_COMPAT_NODE_PATH_i5timqwdlx.dirname(__filename);
7
- var require = CJS_COMPAT_NODE_MODULE_i5timqwdlx.createRequire(import.meta.url);
5
+ var __filename = CJS_COMPAT_NODE_URL_s47ofujcb4.fileURLToPath(import.meta.url);
6
+ var __dirname = CJS_COMPAT_NODE_PATH_s47ofujcb4.dirname(__filename);
7
+ var require = CJS_COMPAT_NODE_MODULE_s47ofujcb4.createRequire(import.meta.url);
8
8
 
9
9
  // ------------------------------------------------------------
10
10
  // end of CJS compatibility banner, injected by Storybook's esbuild configuration
@@ -13,24 +13,20 @@ var __create = Object.create;
13
13
  var __defProp = Object.defineProperty;
14
14
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
15
15
  var __getOwnPropNames = Object.getOwnPropertyNames;
16
- var __getProtoOf = Object.getPrototypeOf;
17
- var __hasOwnProp = Object.prototype.hasOwnProperty;
18
- var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
19
- var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
20
- get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
16
+ var __getProtoOf = Object.getPrototypeOf, __hasOwnProp = Object.prototype.hasOwnProperty;
17
+ var __require = /* @__PURE__ */ ((x) => typeof require < "u" ? require : typeof Proxy < "u" ? new Proxy(x, {
18
+ get: (a, b) => (typeof require < "u" ? require : a)[b]
21
19
  }) : x)(function(x) {
22
- if (typeof require !== "undefined") return require.apply(this, arguments);
20
+ if (typeof require < "u") return require.apply(this, arguments);
23
21
  throw Error('Dynamic require of "' + x + '" is not supported');
24
22
  });
25
- var __commonJS = (cb, mod) => function __require2() {
23
+ var __commonJS = (cb, mod) => function() {
26
24
  return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
27
25
  };
28
26
  var __copyProps = (to, from, except, desc) => {
29
- if (from && typeof from === "object" || typeof from === "function") {
27
+ if (from && typeof from == "object" || typeof from == "function")
30
28
  for (let key of __getOwnPropNames(from))
31
- if (!__hasOwnProp.call(to, key) && key !== except)
32
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
33
- }
29
+ !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
34
30
  return to;
35
31
  };
36
32
  var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
@@ -38,12 +34,11 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
38
34
  // file that has been converted to a CommonJS file using a Babel-
39
35
  // compatible transform (i.e. "__esModule" has not been set), then set
40
36
  // "default" to the CommonJS "module.exports" for node compatibility.
41
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
37
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: !0 }) : target,
42
38
  mod
43
39
  ));
44
40
 
45
41
  export {
46
- __name,
47
42
  __require,
48
43
  __commonJS,
49
44
  __toESM