storybook 9.0.0-rc.5 → 9.1.0-alpha.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.
- package/dist/bin/index.cjs +78 -78
- package/dist/bin/index.js +66 -66
- package/dist/cli/bin/index.cjs +212 -211
- package/dist/cli/bin/index.js +88 -88
- package/dist/common/index.cjs +50 -50
- package/dist/common/index.js +50 -50
- package/dist/manager/globals-runtime.js +6870 -6861
- package/dist/manager-api/index.cjs +447 -438
- package/dist/manager-api/index.js +623 -611
- package/dist/preview/runtime.js +1 -1
- package/dist/telemetry/index.cjs +1408 -1404
- package/dist/telemetry/index.js +1437 -1433
- package/dist/test/preview.cjs +33 -33
- package/dist/test/preview.js +26 -26
- package/package.json +1 -1
package/dist/preview/runtime.js
CHANGED
|
@@ -42833,7 +42833,7 @@ var LRe = /* @__PURE__ */ o(({ parameters: e }) => {
|
|
|
42833
42833
|
if (Array.isArray(e)) {
|
|
42834
42834
|
t++;
|
|
42835
42835
|
for (let n = 0; n < e.length; n++)
|
|
42836
|
-
e[n] = pS(e[n], t);
|
|
42836
|
+
Object.getOwnPropertyDescriptor(e, n)?.writable && (e[n] = pS(e[n], t));
|
|
42837
42837
|
return e;
|
|
42838
42838
|
}
|
|
42839
42839
|
if (typeof e == "object" && e.constructor === Object) {
|