storybook 9.0.0-alpha.7 → 9.0.0-alpha.9

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.
@@ -3296,10 +3296,13 @@ prototype.toString.call(t) === "[object Module]", "isModule"), ri = /* @__PURE__
3296
3296
  (a, l) => {
3297
3297
  let m = si(e, l);
3298
3298
  if (typeof m?.get == "function") {
3299
- let f = /* @__PURE__ */ c(() => m?.get?.bind(e)?.(), "getter");
3300
- return Object.defineProperty(a, l, {
3301
- get: /* @__PURE__ */ c(() => this.instrument(f(), { ...n, path: s.concat(l) }, r), "get")
3302
- }), a;
3299
+ if (m.configurable) {
3300
+ let f = /* @__PURE__ */ c(() => m?.get?.bind(e)?.(), "getter");
3301
+ Object.defineProperty(a, l, {
3302
+ get: /* @__PURE__ */ c(() => this.instrument(f(), { ...n, path: s.concat(l) }, r), "get")
3303
+ });
3304
+ }
3305
+ return a;
3303
3306
  }
3304
3307
  let p = e[l];
3305
3308
  return typeof p != "function" ? (a[l] = this.instrument(p, { ...n, path: s.concat(l) }, r), a) : "__originalFn__" in p && typeof p.__originalFn__ ==
@@ -4770,10 +4770,13 @@ prototype.toString.call(e) === "[object Module]", "isModule"), Mp = /* @__PURE__
4770
4770
  (u, a) => {
4771
4771
  let f = Fp(t, a);
4772
4772
  if (typeof f?.get == "function") {
4773
- let l = /* @__PURE__ */ i(() => f?.get?.bind(t)?.(), "getter");
4774
- return Object.defineProperty(u, a, {
4775
- get: /* @__PURE__ */ i(() => this.instrument(l(), { ...r, path: s.concat(a) }, n), "get")
4776
- }), u;
4773
+ if (f.configurable) {
4774
+ let l = /* @__PURE__ */ i(() => f?.get?.bind(t)?.(), "getter");
4775
+ Object.defineProperty(u, a, {
4776
+ get: /* @__PURE__ */ i(() => this.instrument(l(), { ...r, path: s.concat(a) }, n), "get")
4777
+ });
4778
+ }
4779
+ return u;
4777
4780
  }
4778
4781
  let y = t[a];
4779
4782
  return typeof y != "function" ? (u[a] = this.instrument(y, { ...r, path: s.concat(a) }, n), u) : "__originalFn__" in y && typeof y.__originalFn__ ==
@@ -58994,7 +58994,7 @@ St();
58994
58994
  var goe = B(Pa(), 1), xo = B(poe(), 1);
58995
58995
 
58996
58996
  // src/manager-api/version.ts
58997
- var moe = "9.0.0-alpha.7";
58997
+ var moe = "9.0.0-alpha.9";
58998
58998
 
58999
58999
  // src/manager-api/modules/versions.ts
59000
59000
  var { VERSIONCHECK: AWe } = Z, hoe = (0, goe.default)(1)(() => {
@@ -69509,10 +69509,13 @@ prototype.toString.call(e) === "[object Module]", "isModule"), Idt = /* @__PURE_
69509
69509
  (l, u) => {
69510
69510
  let c = Mdt(t, u);
69511
69511
  if (typeof c?.get == "function") {
69512
- let p = /* @__PURE__ */ a(() => c?.get?.bind(t)?.(), "getter");
69513
- return Object.defineProperty(l, u, {
69514
- get: /* @__PURE__ */ a(() => this.instrument(p(), { ...r, path: i.concat(u) }, n), "get")
69515
- }), l;
69512
+ if (c.configurable) {
69513
+ let p = /* @__PURE__ */ a(() => c?.get?.bind(t)?.(), "getter");
69514
+ Object.defineProperty(l, u, {
69515
+ get: /* @__PURE__ */ a(() => this.instrument(p(), { ...r, path: i.concat(u) }, n), "get")
69516
+ });
69517
+ }
69518
+ return l;
69516
69519
  }
69517
69520
  let d = t[u];
69518
69521
  return typeof d != "function" ? (l[u] = this.instrument(d, { ...r, path: i.concat(u) }, n), l) : "__originalFn__" in d && typeof d.__originalFn__ ==
@@ -10527,7 +10527,7 @@ L(Xt, {
10527
10527
  var tt = require("@storybook/global"), _o = H($e(), 1), G = H(require("semver"), 1);
10528
10528
 
10529
10529
  // src/manager-api/version.ts
10530
- var xo = "9.0.0-alpha.7";
10530
+ var xo = "9.0.0-alpha.9";
10531
10531
 
10532
10532
  // src/manager-api/modules/versions.ts
10533
10533
  var { VERSIONCHECK: U0 } = tt.global, Ro = (0, _o.default)(1)(() => {
@@ -3241,7 +3241,7 @@ import { global as Jt } from "@storybook/global";
3241
3241
  import F from "semver";
3242
3242
 
3243
3243
  // src/manager-api/version.ts
3244
- var y0 = "9.0.0-alpha.7";
3244
+ var y0 = "9.0.0-alpha.9";
3245
3245
 
3246
3246
  // src/manager-api/modules/versions.ts
3247
3247
  var { VERSIONCHECK: kn } = Jt, w0 = (0, R0.default)(1)(() => {
@@ -33004,10 +33004,13 @@ prototype.toString.call(e) === "[object Module]", "isModule"), Ile = /* @__PURE_
33004
33004
  (l, u) => {
33005
33005
  let c = Nle(t, u);
33006
33006
  if (typeof c?.get == "function") {
33007
- let p = /* @__PURE__ */ o(() => c?.get?.bind(t)?.(), "getter");
33008
- return Object.defineProperty(l, u, {
33009
- get: /* @__PURE__ */ o(() => this.instrument(p(), { ...r, path: a.concat(u) }, n), "get")
33010
- }), l;
33007
+ if (c.configurable) {
33008
+ let p = /* @__PURE__ */ o(() => c?.get?.bind(t)?.(), "getter");
33009
+ Object.defineProperty(l, u, {
33010
+ get: /* @__PURE__ */ o(() => this.instrument(p(), { ...r, path: a.concat(u) }, n), "get")
33011
+ });
33012
+ }
33013
+ return l;
33011
33014
  }
33012
33015
  let d = t[u];
33013
33016
  return typeof d != "function" ? (l[u] = this.instrument(d, { ...r, path: a.concat(u) }, n), l) : "__originalFn__" in d && typeof d.__originalFn__ ==