storybook 9.0.0-alpha.2 → 9.0.0-alpha.3
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 +64 -65
- package/dist/bin/index.js +64 -65
- package/dist/channels/index.cjs +3 -5
- package/dist/channels/index.js +3 -5
- package/dist/cli/bin/index.cjs +12 -12
- package/dist/cli/bin/index.js +14 -14
- package/dist/cli/index.cjs +1 -1
- package/dist/cli/index.d.ts +2 -2
- package/dist/cli/index.js +1 -1
- package/dist/common/index.cjs +147 -145
- package/dist/common/index.d.ts +0 -1
- package/dist/common/index.js +170 -168
- package/dist/core-server/index.cjs +4 -6
- package/dist/core-server/index.d.ts +1 -1
- package/dist/core-server/index.js +4 -6
- package/dist/manager/globals-runtime.js +4 -6
- package/dist/manager-api/index.cjs +4 -6
- package/dist/manager-api/index.d.ts +1 -1
- package/dist/manager-api/index.js +4 -6
- package/dist/preview/runtime.js +4 -6
- package/dist/preview-api/index.cjs +3 -5
- package/dist/preview-api/index.d.ts +1 -1
- package/dist/preview-api/index.js +3 -5
- package/dist/preview-errors.cjs +1 -1
- package/dist/preview-errors.js +1 -1
- package/dist/test/index.cjs +34915 -0
- package/dist/test/index.d.ts +186 -0
- package/dist/test/index.js +32798 -0
- package/package.json +23 -2
package/dist/common/index.js
CHANGED
|
@@ -366,7 +366,7 @@ var mI = j((Ck, gu) => {
|
|
|
366
366
|
});
|
|
367
367
|
|
|
368
368
|
// ../node_modules/dotenv/lib/main.js
|
|
369
|
-
var KI = j((Ik,
|
|
369
|
+
var KI = j((Ik, Le) => {
|
|
370
370
|
var fg = J("fs"), wg = J("path"), su = J("os"), nu = J("crypto"), Cu = mI(), dg = Cu.version, Iu = /(?:^|^)\s*(?:export\s+)?([\w.-]+)(?:\s*=\s*?|:\s+?)(\s*'(?:\\'|[^'])*'|\s*"(?:\\"|[^"])*"|\s*`(?:\\`|[^`])*`|[^#\r\n]+)?\s*(?:#.*)?(?:$|$)/mg;
|
|
371
371
|
function au(r) {
|
|
372
372
|
let A = {}, e = r.toString();
|
|
@@ -544,14 +544,14 @@ tten` : `"${o}" is already defined and was NOT overwritten`)) : r[o] = A[o];
|
|
|
544
544
|
parse: au,
|
|
545
545
|
populate: wu
|
|
546
546
|
};
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
547
|
+
Le.exports.configDotenv = mA.configDotenv;
|
|
548
|
+
Le.exports._configVault = mA._configVault;
|
|
549
|
+
Le.exports._parseVault = mA._parseVault;
|
|
550
|
+
Le.exports.config = mA.config;
|
|
551
|
+
Le.exports.decrypt = mA.decrypt;
|
|
552
|
+
Le.exports.parse = mA.parse;
|
|
553
|
+
Le.exports.populate = mA.populate;
|
|
554
|
+
Le.exports = mA;
|
|
555
555
|
});
|
|
556
556
|
|
|
557
557
|
// ../node_modules/lazy-universal-dotenv/node_modules/dotenv-expand/lib/main.js
|
|
@@ -603,10 +603,10 @@ var kI = j((Ek, NI) => {
|
|
|
603
603
|
// ../node_modules/picomatch/lib/constants.js
|
|
604
604
|
var dr = j((dM, XI) => {
|
|
605
605
|
"use strict";
|
|
606
|
-
var xu = J("path"), Ke = "\\\\/", jI = `[^${Ke}]`,
|
|
607
|
-
|$)`, zI = `(?:^|${di})`, mg = `${
|
|
606
|
+
var xu = J("path"), Ke = "\\\\/", jI = `[^${Ke}]`, Ye = "\\.", Pu = "\\+", Ou = "\\?", di = "\\/", _u = "(?=.)", qI = "[^/]", pg = `(?:${di}\
|
|
607
|
+
|$)`, zI = `(?:^|${di})`, mg = `${Ye}{1,2}${pg}`, Tu = `(?!${Ye})`, Hu = `(?!${zI}${mg})`, ju = `(?!${Ye}{0,1}${pg})`, qu = `(?!${mg})`, zu = `\
|
|
608
608
|
[^.${di}]`, Wu = `${qI}*?`, WI = {
|
|
609
|
-
DOT_LITERAL:
|
|
609
|
+
DOT_LITERAL: Ye,
|
|
610
610
|
PLUS_LITERAL: Pu,
|
|
611
611
|
QMARK_LITERAL: Ou,
|
|
612
612
|
SLASH_LITERAL: di,
|
|
@@ -626,11 +626,11 @@ var dr = j((dM, XI) => {
|
|
|
626
626
|
SLASH_LITERAL: `[${Ke}]`,
|
|
627
627
|
QMARK: jI,
|
|
628
628
|
STAR: `${jI}*?`,
|
|
629
|
-
DOTS_SLASH: `${
|
|
630
|
-
NO_DOT: `(?!${
|
|
631
|
-
NO_DOTS: `(?!(?:^|[${Ke}])${
|
|
632
|
-
NO_DOT_SLASH: `(?!${
|
|
633
|
-
NO_DOTS_SLASH: `(?!${
|
|
629
|
+
DOTS_SLASH: `${Ye}{1,2}(?:[${Ke}]|$)`,
|
|
630
|
+
NO_DOT: `(?!${Ye})`,
|
|
631
|
+
NO_DOTS: `(?!(?:^|[${Ke}])${Ye}{1,2}(?:[${Ke}]|$))`,
|
|
632
|
+
NO_DOT_SLASH: `(?!${Ye}{0,1}(?:[${Ke}]|$))`,
|
|
633
|
+
NO_DOTS_SLASH: `(?!${Ye}{1,2}(?:[${Ke}]|$))`,
|
|
634
634
|
QMARK_NO_DOT: `[^.${Ke}]`,
|
|
635
635
|
START_ANCHOR: `(?:^|[${Ke}])`,
|
|
636
636
|
END_ANCHOR: `(?:[${Ke}]|$)`
|
|
@@ -1074,7 +1074,7 @@ var sa = j((DM, ga) => {
|
|
|
1074
1074
|
for (; oA() === "!" && (oA(2) !== "(" || oA(3) === "?"); )
|
|
1075
1075
|
RA(), F.start++, Y++;
|
|
1076
1076
|
return Y % 2 === 0 ? !1 : (F.negated = !0, F.start++, !0);
|
|
1077
|
-
}, "negate"),
|
|
1077
|
+
}, "negate"), Pe = /* @__PURE__ */ g((Y) => {
|
|
1078
1078
|
F[Y]++, ne.push(Y);
|
|
1079
1079
|
}, "increment"), Fe = /* @__PURE__ */ g((Y) => {
|
|
1080
1080
|
F[Y]--, ne.pop();
|
|
@@ -1091,11 +1091,11 @@ var sa = j((DM, ga) => {
|
|
|
1091
1091
|
return;
|
|
1092
1092
|
}
|
|
1093
1093
|
Y.prev = S, s.push(Y), S = Y;
|
|
1094
|
-
}, "push"),
|
|
1094
|
+
}, "push"), Oe = /* @__PURE__ */ g((Y, aA) => {
|
|
1095
1095
|
let b = { ...h[aA], conditions: 1, inner: "" };
|
|
1096
1096
|
b.prev = S, b.parens = F.parens, b.output = F.output;
|
|
1097
1097
|
let N = (e.capture ? "(" : "") + b.open;
|
|
1098
|
-
|
|
1098
|
+
Pe("parens"), rA({ type: Y, value: aA, output: F.output ? "" : m }), rA({ type: "paren", extglob: !0, value: RA(), output: N }), BA.push(
|
|
1099
1099
|
b);
|
|
1100
1100
|
}, "extglobOpen"), bA = /* @__PURE__ */ g((Y) => {
|
|
1101
1101
|
let aA = Y.close + (e.capture ? ")" : ""), b;
|
|
@@ -1159,7 +1159,7 @@ var sa = j((DM, ga) => {
|
|
|
1159
1159
|
continue;
|
|
1160
1160
|
}
|
|
1161
1161
|
if (K === "(") {
|
|
1162
|
-
|
|
1162
|
+
Pe("parens"), rA({ type: "paren", value: K });
|
|
1163
1163
|
continue;
|
|
1164
1164
|
}
|
|
1165
1165
|
if (K === ")") {
|
|
@@ -1179,7 +1179,7 @@ var sa = j((DM, ga) => {
|
|
|
1179
1179
|
throw new SyntaxError(bt("closing", "]"));
|
|
1180
1180
|
K = `\\${K}`;
|
|
1181
1181
|
} else
|
|
1182
|
-
|
|
1182
|
+
Pe("brackets");
|
|
1183
1183
|
rA({ type: "bracket", value: K });
|
|
1184
1184
|
continue;
|
|
1185
1185
|
}
|
|
@@ -1208,7 +1208,7 @@ var sa = j((DM, ga) => {
|
|
|
1208
1208
|
continue;
|
|
1209
1209
|
}
|
|
1210
1210
|
if (K === "{" && e.nobrace !== !0) {
|
|
1211
|
-
|
|
1211
|
+
Pe("braces");
|
|
1212
1212
|
let b = {
|
|
1213
1213
|
type: "brace",
|
|
1214
1214
|
value: K,
|
|
@@ -1274,7 +1274,7 @@ var sa = j((DM, ga) => {
|
|
|
1274
1274
|
}
|
|
1275
1275
|
if (K === "?") {
|
|
1276
1276
|
if (!(S && S.value === "(") && e.noextglob !== !0 && oA() === "(" && oA(2) !== "?") {
|
|
1277
|
-
|
|
1277
|
+
Oe("qmark", K);
|
|
1278
1278
|
continue;
|
|
1279
1279
|
}
|
|
1280
1280
|
if (S && S.type === "paren") {
|
|
@@ -1294,7 +1294,7 @@ var sa = j((DM, ga) => {
|
|
|
1294
1294
|
}
|
|
1295
1295
|
if (K === "!") {
|
|
1296
1296
|
if (e.noextglob !== !0 && oA() === "(" && (oA(2) !== "?" || !/[!=<:]/.test(oA(3)))) {
|
|
1297
|
-
|
|
1297
|
+
Oe("negate", K);
|
|
1298
1298
|
continue;
|
|
1299
1299
|
}
|
|
1300
1300
|
if (e.nonegate !== !0 && F.index === 0) {
|
|
@@ -1304,7 +1304,7 @@ var sa = j((DM, ga) => {
|
|
|
1304
1304
|
}
|
|
1305
1305
|
if (K === "+") {
|
|
1306
1306
|
if (e.noextglob !== !0 && oA() === "(" && oA(2) !== "?") {
|
|
1307
|
-
|
|
1307
|
+
Oe("plus", K);
|
|
1308
1308
|
continue;
|
|
1309
1309
|
}
|
|
1310
1310
|
if (S && S.value === "(" || e.regex === !1) {
|
|
@@ -1338,7 +1338,7 @@ var sa = j((DM, ga) => {
|
|
|
1338
1338
|
}
|
|
1339
1339
|
let Y = XA();
|
|
1340
1340
|
if (e.noextglob !== !0 && /^\([^?]/.test(Y)) {
|
|
1341
|
-
|
|
1341
|
+
Oe("star", K);
|
|
1342
1342
|
continue;
|
|
1343
1343
|
}
|
|
1344
1344
|
if (S.type === "star") {
|
|
@@ -3603,13 +3603,13 @@ var Js = j((Ze) => {
|
|
|
3603
3603
|
});
|
|
3604
3604
|
|
|
3605
3605
|
// ../node_modules/@yarnpkg/fslib/lib/ZipFS.js
|
|
3606
|
-
var ro = j((
|
|
3606
|
+
var ro = j((Je) => {
|
|
3607
3607
|
"use strict";
|
|
3608
|
-
Object.defineProperty(
|
|
3609
|
-
|
|
3608
|
+
Object.defineProperty(Je, "__esModule", { value: !0 });
|
|
3609
|
+
Je.ZipFS = Je.makeEmptyArchive = Je.DEFAULT_COMPRESSION_LEVEL = void 0;
|
|
3610
3610
|
var Ps = (he(), Ie(Qe)), Lr = J("fs"), yc = J("stream"), hm = J("util"), Dc = Ps.__importDefault(J("zlib")), lm = Xe(), um = Ve(), fm = Rs(),
|
|
3611
|
-
vs = Js(),
|
|
3612
|
-
|
|
3611
|
+
vs = Js(), Ge = Rr(), q = Ps.__importStar(br()), nA = _A(), Et = Ps.__importStar(zi());
|
|
3612
|
+
Je.DEFAULT_COMPRESSION_LEVEL = "mixed";
|
|
3613
3613
|
function wm(r) {
|
|
3614
3614
|
if (typeof r == "string" && String(+r) === r)
|
|
3615
3615
|
return +r;
|
|
@@ -3647,7 +3647,7 @@ var ro = j((Ge) => {
|
|
|
3647
3647
|
]);
|
|
3648
3648
|
}
|
|
3649
3649
|
g(to, "makeEmptyArchive");
|
|
3650
|
-
|
|
3650
|
+
Je.makeEmptyArchive = to;
|
|
3651
3651
|
var xs = class extends lm.BasePortableFakeFS {
|
|
3652
3652
|
static {
|
|
3653
3653
|
g(this, "ZipFS");
|
|
@@ -3657,7 +3657,7 @@ var ro = j((Ge) => {
|
|
|
3657
3657
|
/* @__PURE__ */ new Map(), this.fds = /* @__PURE__ */ new Map(), this.nextFd = 0, this.ready = !1, this.readOnly = !1, this.libzip = e.
|
|
3658
3658
|
libzip;
|
|
3659
3659
|
let t = e;
|
|
3660
|
-
if (this.level = typeof t.level < "u" ? t.level :
|
|
3660
|
+
if (this.level = typeof t.level < "u" ? t.level : Je.DEFAULT_COMPRESSION_LEVEL, A ?? (A = to()), typeof A == "string") {
|
|
3661
3661
|
let { baseFs: s = new um.NodeFS() } = t;
|
|
3662
3662
|
this.baseFs = s, this.path = A;
|
|
3663
3663
|
} else
|
|
@@ -3992,14 +3992,14 @@ var ro = j((Ge) => {
|
|
|
3992
3992
|
throw this.makeLibzipError(this.libzip.getError(this.zip));
|
|
3993
3993
|
let I = this.stats.uid, E = this.stats.gid, B = this.libzip.struct.statSize(o) >>> 0, h = 512, u = Math.ceil(B / h), f = (this.libzip.
|
|
3994
3994
|
struct.statMtime(o) >>> 0) * 1e3, p = f, m = f, D = f, U = new Date(p), R = new Date(m), T = new Date(D), M = new Date(f), x = this.
|
|
3995
|
-
listings.has(e) ?
|
|
3995
|
+
listings.has(e) ? Ge.S_IFDIR : this.isSymbolicLink(i) ? Ge.S_IFLNK : Ge.S_IFREG, V = x === Ge.S_IFDIR ? 493 : 420, gA = x | this.getUnixMode(
|
|
3996
3996
|
i, V) & 511, sA = this.libzip.struct.statCrc(o), P = Object.assign(new Et.StatEntry(), { uid: I, gid: E, size: B, blksize: h, blocks: u,
|
|
3997
3997
|
atime: U, birthtime: R, ctime: T, mtime: M, atimeMs: p, birthtimeMs: m, ctimeMs: D, mtimeMs: f, mode: gA, crc: sA });
|
|
3998
3998
|
return t.bigint === !0 ? Et.convertToBigIntStats(P) : P;
|
|
3999
3999
|
}
|
|
4000
4000
|
if (this.listings.has(e)) {
|
|
4001
4001
|
let o = this.stats.uid, s = this.stats.gid, I = 0, E = 512, B = 0, h = this.stats.mtimeMs, u = this.stats.mtimeMs, f = this.stats.mtimeMs,
|
|
4002
|
-
p = this.stats.mtimeMs, m = new Date(h), D = new Date(u), U = new Date(f), R = new Date(p), T =
|
|
4002
|
+
p = this.stats.mtimeMs, m = new Date(h), D = new Date(u), U = new Date(f), R = new Date(p), T = Ge.S_IFDIR | 493, x = Object.assign(
|
|
4003
4003
|
new Et.StatEntry(), { uid: o, gid: s, size: I, blksize: E, blocks: B, atime: m, birthtime: D, ctime: U, mtime: R, atimeMs: h, birthtimeMs: u,
|
|
4004
4004
|
ctimeMs: f, mtimeMs: p, mode: T, crc: 0 });
|
|
4005
4005
|
return t.bigint === !0 ? Et.convertToBigIntStats(x) : x;
|
|
@@ -4117,7 +4117,7 @@ var ro = j((Ge) => {
|
|
|
4117
4117
|
if (this.libzip.file.getExternalAttributes(this.zip, A, 0, 0, this.libzip.uint08S, this.libzip.uint32S) === -1)
|
|
4118
4118
|
throw this.makeLibzipError(this.libzip.getError(this.zip));
|
|
4119
4119
|
return this.libzip.getValue(this.libzip.uint08S, "i8") >>> 0 !== this.libzip.ZIP_OPSYS_UNIX ? !1 : (this.libzip.getValue(this.libzip.uint32S,
|
|
4120
|
-
"i32") >>> 16 &
|
|
4120
|
+
"i32") >>> 16 & Ge.S_IFMT) === Ge.S_IFLNK;
|
|
4121
4121
|
}
|
|
4122
4122
|
getFileSource(A, e = { asyncDecompress: !1 }) {
|
|
4123
4123
|
let t = this.fileSources.get(A);
|
|
@@ -4175,7 +4175,7 @@ var ro = j((Ge) => {
|
|
|
4175
4175
|
let t = this.resolveFilename(`chmod '${A}'`, A, !1), i = this.entries.get(t);
|
|
4176
4176
|
if (typeof i > "u")
|
|
4177
4177
|
throw new Error(`Assertion failed: The entry should have been registered (${t})`);
|
|
4178
|
-
let s = this.getUnixMode(i,
|
|
4178
|
+
let s = this.getUnixMode(i, Ge.S_IFREG | 0) & -512 | e;
|
|
4179
4179
|
if (this.libzip.file.setExternalAttributes(this.zip, i, 0, 0, this.libzip.ZIP_OPSYS_UNIX, s << 16) === -1)
|
|
4180
4180
|
throw this.makeLibzipError(this.libzip.getError(this.zip));
|
|
4181
4181
|
}
|
|
@@ -4373,7 +4373,7 @@ a", ...t }), this.writeFileSync(A, e, t);
|
|
|
4373
4373
|
if (this.entries.has(t))
|
|
4374
4374
|
throw q.EEXIST(`symlink '${A}' -> '${e}'`);
|
|
4375
4375
|
let i = this.setFileSource(t, A);
|
|
4376
|
-
if (this.registerEntry(t, i), this.libzip.file.setExternalAttributes(this.zip, i, 0, 0, this.libzip.ZIP_OPSYS_UNIX, (
|
|
4376
|
+
if (this.registerEntry(t, i), this.libzip.file.setExternalAttributes(this.zip, i, 0, 0, this.libzip.ZIP_OPSYS_UNIX, (Ge.S_IFLNK | 511) <<
|
|
4377
4377
|
16) === -1)
|
|
4378
4378
|
throw this.makeLibzipError(this.libzip.getError(this.zip));
|
|
4379
4379
|
this.symlinkCount += 1;
|
|
@@ -4492,11 +4492,11 @@ a", ...t }), this.writeFileSync(A, e, t);
|
|
|
4492
4492
|
return (0, vs.unwatchFile)(this, t, e);
|
|
4493
4493
|
}
|
|
4494
4494
|
};
|
|
4495
|
-
|
|
4495
|
+
Je.ZipFS = xs;
|
|
4496
4496
|
});
|
|
4497
4497
|
|
|
4498
4498
|
// ../node_modules/@yarnpkg/fslib/lib/ProxiedFS.js
|
|
4499
|
-
var
|
|
4499
|
+
var ve = j((io) => {
|
|
4500
4500
|
"use strict";
|
|
4501
4501
|
Object.defineProperty(io, "__esModule", { value: !0 });
|
|
4502
4502
|
io.ProxiedFS = void 0;
|
|
@@ -4740,7 +4740,7 @@ var Sc = j((oo) => {
|
|
|
4740
4740
|
"use strict";
|
|
4741
4741
|
Object.defineProperty(oo, "__esModule", { value: !0 });
|
|
4742
4742
|
oo.AliasFS = void 0;
|
|
4743
|
-
var pm =
|
|
4743
|
+
var pm = ve(), _s = class extends pm.ProxiedFS {
|
|
4744
4744
|
static {
|
|
4745
4745
|
g(this, "AliasFS");
|
|
4746
4746
|
}
|
|
@@ -4768,7 +4768,7 @@ var Kc = j((go) => {
|
|
|
4768
4768
|
"use strict";
|
|
4769
4769
|
Object.defineProperty(go, "__esModule", { value: !0 });
|
|
4770
4770
|
go.CwdFS = void 0;
|
|
4771
|
-
var mm = Ve(), ym =
|
|
4771
|
+
var mm = Ve(), ym = ve(), Ts = _A(), Hs = class extends ym.ProxiedFS {
|
|
4772
4772
|
static {
|
|
4773
4773
|
g(this, "CwdFS");
|
|
4774
4774
|
}
|
|
@@ -4796,7 +4796,7 @@ var Nc = j((no) => {
|
|
|
4796
4796
|
"use strict";
|
|
4797
4797
|
Object.defineProperty(no, "__esModule", { value: !0 });
|
|
4798
4798
|
no.JailFS = void 0;
|
|
4799
|
-
var Dm = Ve(), Sm =
|
|
4799
|
+
var Dm = Ve(), Sm = ve(), so = _A(), Fc = so.PortablePath.root, js = class extends Sm.ProxiedFS {
|
|
4800
4800
|
static {
|
|
4801
4801
|
g(this, "JailFS");
|
|
4802
4802
|
}
|
|
@@ -4832,7 +4832,7 @@ var kc = j((Co) => {
|
|
|
4832
4832
|
"use strict";
|
|
4833
4833
|
Object.defineProperty(Co, "__esModule", { value: !0 });
|
|
4834
4834
|
Co.LazyFS = void 0;
|
|
4835
|
-
var Km =
|
|
4835
|
+
var Km = ve(), qs = class extends Km.ProxiedFS {
|
|
4836
4836
|
static {
|
|
4837
4837
|
g(this, "LazyFS");
|
|
4838
4838
|
}
|
|
@@ -5082,7 +5082,7 @@ var Rc = j((ao) => {
|
|
|
5082
5082
|
"use strict";
|
|
5083
5083
|
Object.defineProperty(ao, "__esModule", { value: !0 });
|
|
5084
5084
|
ao.PosixFS = void 0;
|
|
5085
|
-
var km =
|
|
5085
|
+
var km = ve(), zs = _A(), Ws = class extends km.ProxiedFS {
|
|
5086
5086
|
static {
|
|
5087
5087
|
g(this, "PosixFS");
|
|
5088
5088
|
}
|
|
@@ -5104,7 +5104,7 @@ var bc = j((Eo) => {
|
|
|
5104
5104
|
"use strict";
|
|
5105
5105
|
Object.defineProperty(Eo, "__esModule", { value: !0 });
|
|
5106
5106
|
Eo.VirtualFS = void 0;
|
|
5107
|
-
var Mm = Ve(), Rm =
|
|
5107
|
+
var Mm = Ve(), Rm = ve(), le = _A(), bm = /^[0-9]+$/, Xs = /^(\/(?:[^/]+\/)*?(?:\$\$virtual|__virtual__))((?:\/((?:[^/]+-)?[a-f0-9]+)(?:\/([^/]+))?)?((?:\/.*)?))$/,
|
|
5108
5108
|
Lm = /^([^/]+-)?[a-f0-9]+$/, Vs = class r extends Rm.ProxiedFS {
|
|
5109
5109
|
static {
|
|
5110
5110
|
g(this, "VirtualFS");
|
|
@@ -5765,7 +5765,7 @@ var Uc = j((ho) => {
|
|
|
5765
5765
|
"use strict";
|
|
5766
5766
|
Object.defineProperty(ho, "__esModule", { value: !0 });
|
|
5767
5767
|
ho.NodePathFS = void 0;
|
|
5768
|
-
var Yc = J("url"), vm = J("util"), xm =
|
|
5768
|
+
var Yc = J("url"), vm = J("util"), xm = ve(), Pm = _A(), $s = class extends xm.ProxiedFS {
|
|
5769
5769
|
static {
|
|
5770
5770
|
g(this, "NodePathFS");
|
|
5771
5771
|
}
|
|
@@ -6358,7 +6358,7 @@ var $c = j((z) => {
|
|
|
6358
6358
|
Object.defineProperty(z, "PosixFS", { enumerable: !0, get: /* @__PURE__ */ g(function() {
|
|
6359
6359
|
return sy.PosixFS;
|
|
6360
6360
|
}, "get") });
|
|
6361
|
-
var ny =
|
|
6361
|
+
var ny = ve();
|
|
6362
6362
|
Object.defineProperty(z, "ProxiedFS", { enumerable: !0, get: /* @__PURE__ */ g(function() {
|
|
6363
6363
|
return ny.ProxiedFS;
|
|
6364
6364
|
}, "get") });
|
|
@@ -6901,11 +6901,11 @@ var iB = j((wo, nn) => {
|
|
|
6901
6901
|
return C;
|
|
6902
6902
|
}
|
|
6903
6903
|
g(Qt, "lengthBytesUTF8");
|
|
6904
|
-
function
|
|
6904
|
+
function Pe(n) {
|
|
6905
6905
|
var C = Qt(n) + 1, a = pn(C);
|
|
6906
6906
|
return a && DA(n, bA, a, C), a;
|
|
6907
6907
|
}
|
|
6908
|
-
g(
|
|
6908
|
+
g(Pe, "allocateUTF8");
|
|
6909
6909
|
function Fe(n, C) {
|
|
6910
6910
|
bA.set(n, C);
|
|
6911
6911
|
}
|
|
@@ -6914,9 +6914,9 @@ var iB = j((wo, nn) => {
|
|
|
6914
6914
|
return n % C > 0 && (n += C - n % C), n;
|
|
6915
6915
|
}
|
|
6916
6916
|
g(rA, "alignUp");
|
|
6917
|
-
var
|
|
6917
|
+
var Oe, bA, Y, aA, b, N, hA, SA, uA;
|
|
6918
6918
|
function ht(n) {
|
|
6919
|
-
|
|
6919
|
+
Oe = n, e.HEAP8 = bA = new Int8Array(n), e.HEAP16 = aA = new Int16Array(n), e.HEAP32 = N = new Int32Array(n), e.HEAPU8 = Y = new Uint8Array(
|
|
6920
6920
|
n), e.HEAPU16 = b = new Uint16Array(n), e.HEAPU32 = hA = new Uint32Array(n), e.HEAPF32 = SA = new Float32Array(n), e.HEAPF64 = uA = new Float64Array(
|
|
6921
6921
|
n);
|
|
6922
6922
|
}
|
|
@@ -6930,7 +6930,7 @@ var iB = j((wo, nn) => {
|
|
|
6930
6930
|
}
|
|
6931
6931
|
g(MB, "preRun");
|
|
6932
6932
|
function RB() {
|
|
6933
|
-
kB = !0, !e.noFSInit && !c.init.initialized && c.init(),
|
|
6933
|
+
kB = !0, !e.noFSInit && !c.init.initialized && c.init(), _e.init(), Fo(En);
|
|
6934
6934
|
}
|
|
6935
6935
|
g(RB, "initRuntime");
|
|
6936
6936
|
function bB() {
|
|
@@ -8654,7 +8654,7 @@ OWTH to allow any size memory (and also make sure not to set INITIAL_MEMORY at r
|
|
|
8654
8654
|
16 >> 2] = a.getUTCMonth(), N[C + 20 >> 2] = a.getUTCFullYear() - 1900, N[C + 24 >> 2] = a.getUTCDay(), N[C + 36 >> 2] = 0, N[C + 32 >>
|
|
8655
8655
|
2] = 0;
|
|
8656
8656
|
var Q = Date.UTC(a.getUTCFullYear(), 0, 1, 0, 0, 0, 0), l = (a.getTime() - Q) / (1e3 * 60 * 60 * 24) | 0;
|
|
8657
|
-
return N[C + 28 >> 2] = l, Pr.GMTString || (Pr.GMTString =
|
|
8657
|
+
return N[C + 28 >> 2] = l, Pr.GMTString || (Pr.GMTString = Pe("GMT")), N[C + 40 >> 2] = Pr.GMTString, C;
|
|
8658
8658
|
}
|
|
8659
8659
|
g(Pr, "_gmtime_r");
|
|
8660
8660
|
function xB(n, C) {
|
|
@@ -8761,18 +8761,18 @@ OWTH to allow any size memory (and also make sure not to set INITIAL_MEMORY at r
|
|
|
8761
8761
|
k.push("..");
|
|
8762
8762
|
return k = k.concat(l.slice(d)), k.join("/");
|
|
8763
8763
|
}, "relative")
|
|
8764
|
-
},
|
|
8764
|
+
}, _e = {
|
|
8765
8765
|
ttys: [],
|
|
8766
8766
|
init: /* @__PURE__ */ g(function() {
|
|
8767
8767
|
}, "init"),
|
|
8768
8768
|
shutdown: /* @__PURE__ */ g(function() {
|
|
8769
8769
|
}, "shutdown"),
|
|
8770
8770
|
register: /* @__PURE__ */ g(function(n, C) {
|
|
8771
|
-
|
|
8771
|
+
_e.ttys[n] = { input: [], output: [], ops: C }, c.registerDevice(n, _e.stream_ops);
|
|
8772
8772
|
}, "register"),
|
|
8773
8773
|
stream_ops: {
|
|
8774
8774
|
open: /* @__PURE__ */ g(function(n) {
|
|
8775
|
-
var C =
|
|
8775
|
+
var C = _e.ttys[n.node.rdev];
|
|
8776
8776
|
if (!C)
|
|
8777
8777
|
throw new c.ErrnoError(43);
|
|
8778
8778
|
n.tty = C, n.seekable = !1;
|
|
@@ -9058,7 +9058,7 @@ OWTH to allow any size memory (and also make sure not to set INITIAL_MEMORY at r
|
|
|
9058
9058
|
if (!c.isFile(n.node.mode))
|
|
9059
9059
|
throw new c.ErrnoError(43);
|
|
9060
9060
|
var d, y, k = n.node.contents;
|
|
9061
|
-
if (!(w & 2) && k.buffer ===
|
|
9061
|
+
if (!(w & 2) && k.buffer === Oe)
|
|
9062
9062
|
y = !1, d = k.byteOffset;
|
|
9063
9063
|
else {
|
|
9064
9064
|
if ((Q > 0 || Q + a < k.length) && (k.subarray ? k = k.subarray(Q, Q + a) : k = Array.prototype.slice.call(
|
|
@@ -10401,7 +10401,7 @@ OWTH to allow any size memory (and also make sure not to set INITIAL_MEMORY at r
|
|
|
10401
10401
|
write: /* @__PURE__ */ g(function(C, a, Q, l, w) {
|
|
10402
10402
|
return l;
|
|
10403
10403
|
}, "write")
|
|
10404
|
-
}), c.mkdev("/dev/null", c.makedev(1, 3)),
|
|
10404
|
+
}), c.mkdev("/dev/null", c.makedev(1, 3)), _e.register(c.makedev(5, 0), _e.default_tty_ops), _e.register(c.makedev(6, 0), _e.default_tty1_ops),
|
|
10405
10405
|
c.mkdev("/dev/tty", c.makedev(5, 0)), c.mkdev("/dev/tty1", c.makedev(6, 0));
|
|
10406
10406
|
var n = PB();
|
|
10407
10407
|
c.createDevice("/dev", "random", n), c.createDevice("/dev", "urandom", n), c.mkdir("/dev/shm"), c.mkdir("/dev/shm/tmp");
|
|
@@ -11062,7 +11062,7 @@ ers. Use --embed-file or --preload-file in emcc on the main thread."
|
|
|
11062
11062
|
g(ZB, "_emscripten_memcpy_big");
|
|
11063
11063
|
function $B(n) {
|
|
11064
11064
|
try {
|
|
11065
|
-
return F.grow(n -
|
|
11065
|
+
return F.grow(n - Oe.byteLength + 65535 >>> 16), ht(F.buffer), 1;
|
|
11066
11066
|
} catch {
|
|
11067
11067
|
}
|
|
11068
11068
|
}
|
|
@@ -11159,7 +11159,7 @@ ers. Use --embed-file or --preload-file in emcc on the main thread."
|
|
|
11159
11159
|
return W ? W[1] : "GMT";
|
|
11160
11160
|
}
|
|
11161
11161
|
g(d, "extractZone");
|
|
11162
|
-
var y = d(C), k = d(a), v =
|
|
11162
|
+
var y = d(C), k = d(a), v = Pe(y), O = Pe(k);
|
|
11163
11163
|
l < Q ? (N[Tr() >> 2] = v, N[Tr() + 4 >> 2] = O) : (N[Tr() >> 2] = O, N[Tr() + 4 >> 2] = v);
|
|
11164
11164
|
}
|
|
11165
11165
|
g(ko, "_tzset");
|
|
@@ -11345,7 +11345,7 @@ var gB = j((Bt) => {
|
|
|
11345
11345
|
"use strict";
|
|
11346
11346
|
Object.defineProperty(Bt, "__esModule", { value: !0 });
|
|
11347
11347
|
Bt.makeInterface = Bt.Errors = void 0;
|
|
11348
|
-
var
|
|
11348
|
+
var xe = [
|
|
11349
11349
|
"number",
|
|
11350
11350
|
"number"
|
|
11351
11351
|
// high
|
|
@@ -11420,9 +11420,9 @@ PNOTSUPP", r[r.ZIP_ER_EOF = 17] = "ZIP_ER_EOF", r[r.ZIP_ER_INVAL = 18] = "ZIP_ER
|
|
|
11420
11420
|
getNumEntries: r.cwrap("zip_get_num_entries", "number", ["number", "number"]),
|
|
11421
11421
|
delete: r.cwrap("zip_delete", "number", ["number", "number"]),
|
|
11422
11422
|
stat: r.cwrap("zip_stat", "number", ["number", "string", "number", "number"]),
|
|
11423
|
-
statIndex: r.cwrap("zip_stat_index", "number", ["number", ...
|
|
11423
|
+
statIndex: r.cwrap("zip_stat_index", "number", ["number", ...xe, "number", "number"]),
|
|
11424
11424
|
fopen: r.cwrap("zip_fopen", "number", ["number", "string", "number"]),
|
|
11425
|
-
fopenIndex: r.cwrap("zip_fopen_index", "number", ["number", ...
|
|
11425
|
+
fopenIndex: r.cwrap("zip_fopen_index", "number", ["number", ...xe, "number"]),
|
|
11426
11426
|
fread: r.cwrap("zip_fread", "number", ["number", "number", "number", "number"]),
|
|
11427
11427
|
fclose: r.cwrap("zip_fclose", "number", ["number"]),
|
|
11428
11428
|
dir: {
|
|
@@ -11431,10 +11431,10 @@ PNOTSUPP", r[r.ZIP_ER_EOF = 17] = "ZIP_ER_EOF", r[r.ZIP_ER_INVAL = 18] = "ZIP_ER
|
|
|
11431
11431
|
file: {
|
|
11432
11432
|
add: r.cwrap("zip_file_add", "number", ["number", "string", "number", "number"]),
|
|
11433
11433
|
getError: r.cwrap("zip_file_get_error", "number", ["number"]),
|
|
11434
|
-
getExternalAttributes: r.cwrap("zip_file_get_external_attributes", "number", ["number", ...
|
|
11435
|
-
setExternalAttributes: r.cwrap("zip_file_set_external_attributes", "number", ["number", ...
|
|
11436
|
-
setMtime: r.cwrap("zip_file_set_mtime", "number", ["number", ...
|
|
11437
|
-
setCompression: r.cwrap("zip_set_file_compression", "number", ["number", ...
|
|
11434
|
+
getExternalAttributes: r.cwrap("zip_file_get_external_attributes", "number", ["number", ...xe, "number", "number", "number"]),
|
|
11435
|
+
setExternalAttributes: r.cwrap("zip_file_set_external_attributes", "number", ["number", ...xe, "number", "number", "number"]),
|
|
11436
|
+
setMtime: r.cwrap("zip_file_set_mtime", "number", ["number", ...xe, "number", "number"]),
|
|
11437
|
+
setCompression: r.cwrap("zip_set_file_compression", "number", ["number", ...xe, "number", "number"])
|
|
11438
11438
|
},
|
|
11439
11439
|
ext: {
|
|
11440
11440
|
countSymlinks: r.cwrap("zip_ext_count_symlinks", "number", ["number"])
|
|
@@ -11447,13 +11447,13 @@ PNOTSUPP", r[r.ZIP_ER_EOF = 17] = "ZIP_ER_EOF", r[r.ZIP_ER_INVAL = 18] = "ZIP_ER
|
|
|
11447
11447
|
locate: r.cwrap("zip_name_locate", "number", ["number", "string", "number"])
|
|
11448
11448
|
},
|
|
11449
11449
|
source: {
|
|
11450
|
-
fromUnattachedBuffer: r.cwrap("zip_source_buffer_create", "number", ["number", ...
|
|
11451
|
-
fromBuffer: r.cwrap("zip_source_buffer", "number", ["number", "number", ...
|
|
11450
|
+
fromUnattachedBuffer: r.cwrap("zip_source_buffer_create", "number", ["number", ...xe, "number", "number"]),
|
|
11451
|
+
fromBuffer: r.cwrap("zip_source_buffer", "number", ["number", "number", ...xe, "number"]),
|
|
11452
11452
|
free: r.cwrap("zip_source_free", null, ["number"]),
|
|
11453
11453
|
keep: r.cwrap("zip_source_keep", null, ["number"]),
|
|
11454
11454
|
open: r.cwrap("zip_source_open", "number", ["number"]),
|
|
11455
11455
|
close: r.cwrap("zip_source_close", "number", ["number"]),
|
|
11456
|
-
seek: r.cwrap("zip_source_seek", "number", ["number", ...
|
|
11456
|
+
seek: r.cwrap("zip_source_seek", "number", ["number", ...xe, "number"]),
|
|
11457
11457
|
tell: r.cwrap("zip_source_tell", "number", ["number"]),
|
|
11458
11458
|
read: r.cwrap("zip_source_read", "number", ["number", "number", "number"]),
|
|
11459
11459
|
error: r.cwrap("zip_source_error", "number", ["number"]),
|
|
@@ -11496,72 +11496,71 @@ var nB = j((Ot) => {
|
|
|
11496
11496
|
});
|
|
11497
11497
|
|
|
11498
11498
|
// src/common/versions.ts
|
|
11499
|
-
var
|
|
11500
|
-
"@storybook/addon-a11y": "9.0.0-alpha.
|
|
11501
|
-
"@storybook/addon-actions": "9.0.0-alpha.
|
|
11502
|
-
"@storybook/addon-backgrounds": "9.0.0-alpha.
|
|
11503
|
-
"@storybook/addon-controls": "9.0.0-alpha.
|
|
11504
|
-
"@storybook/addon-docs": "9.0.0-alpha.
|
|
11505
|
-
"@storybook/addon-essentials": "9.0.0-alpha.
|
|
11506
|
-
"@storybook/addon-mdx-gfm": "9.0.0-alpha.
|
|
11507
|
-
"@storybook/addon-highlight": "9.0.0-alpha.
|
|
11508
|
-
"@storybook/addon-interactions": "9.0.0-alpha.
|
|
11509
|
-
"@storybook/addon-jest": "9.0.0-alpha.
|
|
11510
|
-
"@storybook/addon-links": "9.0.0-alpha.
|
|
11511
|
-
"@storybook/addon-measure": "9.0.0-alpha.
|
|
11512
|
-
"@storybook/addon-onboarding": "9.0.0-alpha.
|
|
11513
|
-
"@storybook/addon-outline": "9.0.0-alpha.
|
|
11514
|
-
"@storybook/addon-storysource": "9.0.0-alpha.
|
|
11515
|
-
"@storybook/addon-test": "9.0.0-alpha.
|
|
11516
|
-
"@storybook/addon-themes": "9.0.0-alpha.
|
|
11517
|
-
"@storybook/addon-toolbars": "9.0.0-alpha.
|
|
11518
|
-
"@storybook/addon-viewport": "9.0.0-alpha.
|
|
11519
|
-
"@storybook/builder-vite": "9.0.0-alpha.
|
|
11520
|
-
"@storybook/builder-webpack5": "9.0.0-alpha.
|
|
11521
|
-
storybook: "9.0.0-alpha.
|
|
11522
|
-
"@storybook/angular": "9.0.0-alpha.
|
|
11523
|
-
"@storybook/ember": "9.0.0-alpha.
|
|
11524
|
-
"@storybook/experimental-nextjs-vite": "9.0.0-alpha.
|
|
11525
|
-
"@storybook/html-vite": "9.0.0-alpha.
|
|
11526
|
-
"@storybook/html-webpack5": "9.0.0-alpha.
|
|
11527
|
-
"@storybook/nextjs": "9.0.0-alpha.
|
|
11528
|
-
"@storybook/preact-vite": "9.0.0-alpha.
|
|
11529
|
-
"@storybook/preact-webpack5": "9.0.0-alpha.
|
|
11530
|
-
"@storybook/react-native-web-vite": "9.0.0-alpha.
|
|
11531
|
-
"@storybook/react-vite": "9.0.0-alpha.
|
|
11532
|
-
"@storybook/react-webpack5": "9.0.0-alpha.
|
|
11533
|
-
"@storybook/server-webpack5": "9.0.0-alpha.
|
|
11534
|
-
"@storybook/svelte-vite": "9.0.0-alpha.
|
|
11535
|
-
"@storybook/svelte-webpack5": "9.0.0-alpha.
|
|
11536
|
-
"@storybook/sveltekit": "9.0.0-alpha.
|
|
11537
|
-
"@storybook/vue3-vite": "9.0.0-alpha.
|
|
11538
|
-
"@storybook/vue3-webpack5": "9.0.0-alpha.
|
|
11539
|
-
"@storybook/web-components-vite": "9.0.0-alpha.
|
|
11540
|
-
"@storybook/web-components-webpack5": "9.0.0-alpha.
|
|
11541
|
-
"@storybook/blocks": "9.0.0-alpha.
|
|
11542
|
-
sb: "9.0.0-alpha.
|
|
11543
|
-
"@storybook/cli": "9.0.0-alpha.
|
|
11544
|
-
"@storybook/codemod": "9.0.0-alpha.
|
|
11545
|
-
"@storybook/core-webpack": "9.0.0-alpha.
|
|
11546
|
-
"create-storybook": "9.0.0-alpha.
|
|
11547
|
-
"@storybook/csf-plugin": "9.0.0-alpha.
|
|
11548
|
-
"@storybook/react-dom-shim": "9.0.0-alpha.
|
|
11549
|
-
"@storybook/source-loader": "9.0.0-alpha.
|
|
11550
|
-
"@storybook/
|
|
11551
|
-
"@storybook/preset-
|
|
11552
|
-
"@storybook/preset-
|
|
11553
|
-
"@storybook/preset-
|
|
11554
|
-
"@storybook/preset-
|
|
11555
|
-
"@storybook/preset-
|
|
11556
|
-
"@storybook/preset-
|
|
11557
|
-
"@storybook/
|
|
11558
|
-
"@storybook/
|
|
11559
|
-
"@storybook/
|
|
11560
|
-
"@storybook/
|
|
11561
|
-
"@storybook/
|
|
11562
|
-
"@storybook/
|
|
11563
|
-
"@storybook/
|
|
11564
|
-
"@storybook/web-components": "9.0.0-alpha.2"
|
|
11499
|
+
var Me = {
|
|
11500
|
+
"@storybook/addon-a11y": "9.0.0-alpha.3",
|
|
11501
|
+
"@storybook/addon-actions": "9.0.0-alpha.3",
|
|
11502
|
+
"@storybook/addon-backgrounds": "9.0.0-alpha.3",
|
|
11503
|
+
"@storybook/addon-controls": "9.0.0-alpha.3",
|
|
11504
|
+
"@storybook/addon-docs": "9.0.0-alpha.3",
|
|
11505
|
+
"@storybook/addon-essentials": "9.0.0-alpha.3",
|
|
11506
|
+
"@storybook/addon-mdx-gfm": "9.0.0-alpha.3",
|
|
11507
|
+
"@storybook/addon-highlight": "9.0.0-alpha.3",
|
|
11508
|
+
"@storybook/addon-interactions": "9.0.0-alpha.3",
|
|
11509
|
+
"@storybook/addon-jest": "9.0.0-alpha.3",
|
|
11510
|
+
"@storybook/addon-links": "9.0.0-alpha.3",
|
|
11511
|
+
"@storybook/addon-measure": "9.0.0-alpha.3",
|
|
11512
|
+
"@storybook/addon-onboarding": "9.0.0-alpha.3",
|
|
11513
|
+
"@storybook/addon-outline": "9.0.0-alpha.3",
|
|
11514
|
+
"@storybook/addon-storysource": "9.0.0-alpha.3",
|
|
11515
|
+
"@storybook/addon-test": "9.0.0-alpha.3",
|
|
11516
|
+
"@storybook/addon-themes": "9.0.0-alpha.3",
|
|
11517
|
+
"@storybook/addon-toolbars": "9.0.0-alpha.3",
|
|
11518
|
+
"@storybook/addon-viewport": "9.0.0-alpha.3",
|
|
11519
|
+
"@storybook/builder-vite": "9.0.0-alpha.3",
|
|
11520
|
+
"@storybook/builder-webpack5": "9.0.0-alpha.3",
|
|
11521
|
+
storybook: "9.0.0-alpha.3",
|
|
11522
|
+
"@storybook/angular": "9.0.0-alpha.3",
|
|
11523
|
+
"@storybook/ember": "9.0.0-alpha.3",
|
|
11524
|
+
"@storybook/experimental-nextjs-vite": "9.0.0-alpha.3",
|
|
11525
|
+
"@storybook/html-vite": "9.0.0-alpha.3",
|
|
11526
|
+
"@storybook/html-webpack5": "9.0.0-alpha.3",
|
|
11527
|
+
"@storybook/nextjs": "9.0.0-alpha.3",
|
|
11528
|
+
"@storybook/preact-vite": "9.0.0-alpha.3",
|
|
11529
|
+
"@storybook/preact-webpack5": "9.0.0-alpha.3",
|
|
11530
|
+
"@storybook/react-native-web-vite": "9.0.0-alpha.3",
|
|
11531
|
+
"@storybook/react-vite": "9.0.0-alpha.3",
|
|
11532
|
+
"@storybook/react-webpack5": "9.0.0-alpha.3",
|
|
11533
|
+
"@storybook/server-webpack5": "9.0.0-alpha.3",
|
|
11534
|
+
"@storybook/svelte-vite": "9.0.0-alpha.3",
|
|
11535
|
+
"@storybook/svelte-webpack5": "9.0.0-alpha.3",
|
|
11536
|
+
"@storybook/sveltekit": "9.0.0-alpha.3",
|
|
11537
|
+
"@storybook/vue3-vite": "9.0.0-alpha.3",
|
|
11538
|
+
"@storybook/vue3-webpack5": "9.0.0-alpha.3",
|
|
11539
|
+
"@storybook/web-components-vite": "9.0.0-alpha.3",
|
|
11540
|
+
"@storybook/web-components-webpack5": "9.0.0-alpha.3",
|
|
11541
|
+
"@storybook/blocks": "9.0.0-alpha.3",
|
|
11542
|
+
sb: "9.0.0-alpha.3",
|
|
11543
|
+
"@storybook/cli": "9.0.0-alpha.3",
|
|
11544
|
+
"@storybook/codemod": "9.0.0-alpha.3",
|
|
11545
|
+
"@storybook/core-webpack": "9.0.0-alpha.3",
|
|
11546
|
+
"create-storybook": "9.0.0-alpha.3",
|
|
11547
|
+
"@storybook/csf-plugin": "9.0.0-alpha.3",
|
|
11548
|
+
"@storybook/react-dom-shim": "9.0.0-alpha.3",
|
|
11549
|
+
"@storybook/source-loader": "9.0.0-alpha.3",
|
|
11550
|
+
"@storybook/preset-create-react-app": "9.0.0-alpha.3",
|
|
11551
|
+
"@storybook/preset-html-webpack": "9.0.0-alpha.3",
|
|
11552
|
+
"@storybook/preset-preact-webpack": "9.0.0-alpha.3",
|
|
11553
|
+
"@storybook/preset-react-webpack": "9.0.0-alpha.3",
|
|
11554
|
+
"@storybook/preset-server-webpack": "9.0.0-alpha.3",
|
|
11555
|
+
"@storybook/preset-svelte-webpack": "9.0.0-alpha.3",
|
|
11556
|
+
"@storybook/preset-vue3-webpack": "9.0.0-alpha.3",
|
|
11557
|
+
"@storybook/html": "9.0.0-alpha.3",
|
|
11558
|
+
"@storybook/preact": "9.0.0-alpha.3",
|
|
11559
|
+
"@storybook/react": "9.0.0-alpha.3",
|
|
11560
|
+
"@storybook/server": "9.0.0-alpha.3",
|
|
11561
|
+
"@storybook/svelte": "9.0.0-alpha.3",
|
|
11562
|
+
"@storybook/vue3": "9.0.0-alpha.3",
|
|
11563
|
+
"@storybook/web-components": "9.0.0-alpha.3"
|
|
11565
11564
|
};
|
|
11566
11565
|
|
|
11567
11566
|
// src/common/presets.ts
|
|
@@ -13493,7 +13492,7 @@ var sC = typeof process == "object" && process ? process : {
|
|
|
13493
13492
|
}, hh = /* @__PURE__ */ g((r) => !!r && typeof r == "object" && (r instanceof je || r instanceof aC || lh(r) || uh(r)), "isStream"), lh = /* @__PURE__ */ g(
|
|
13494
13493
|
(r) => !!r && typeof r == "object" && r instanceof jo && typeof r.pipe == "function" && // node core Writable streams have a pipe() method, but it throws
|
|
13495
13494
|
r.pipe !== aC.Writable.prototype.pipe, "isReadable"), uh = /* @__PURE__ */ g((r) => !!r && typeof r == "object" && r instanceof jo && typeof r.
|
|
13496
|
-
write == "function" && typeof r.end == "function", "isWritable"),
|
|
13495
|
+
write == "function" && typeof r.end == "function", "isWritable"), Re = Symbol("EOF"), be = Symbol("maybeEmitEnd"), He = Symbol("emittedEnd"),
|
|
13497
13496
|
zr = Symbol("emittingEnd"), rr = Symbol("emittedError"), Wr = Symbol("closed"), nC = Symbol("read"), Xr = Symbol("flush"), CC = Symbol("flus\
|
|
13498
13497
|
hChunk"), Ee = Symbol("encoding"), Dt = Symbol("decoder"), FA = Symbol("flowing"), ir = Symbol("paused"), St = Symbol("resume"), NA = Symbol(
|
|
13499
13498
|
"buffer"), OA = Symbol("pipes"), kA = Symbol("bufferLength"), xo = Symbol("bufferPush"), Vr = Symbol("bufferShift"), UA = Symbol("objectMode"),
|
|
@@ -13547,7 +13546,7 @@ isView(r), "isArrayBufferView"), $r = class {
|
|
|
13547
13546
|
[Ee];
|
|
13548
13547
|
[pe];
|
|
13549
13548
|
[Dt];
|
|
13550
|
-
[
|
|
13549
|
+
[Re] = !1;
|
|
13551
13550
|
[He] = !1;
|
|
13552
13551
|
[zr] = !1;
|
|
13553
13552
|
[Wr] = !1;
|
|
@@ -13660,7 +13659,7 @@ isView(r), "isArrayBufferView"), $r = class {
|
|
|
13660
13659
|
write(A, e, t) {
|
|
13661
13660
|
if (this[Zr])
|
|
13662
13661
|
return !1;
|
|
13663
|
-
if (this[
|
|
13662
|
+
if (this[Re])
|
|
13664
13663
|
throw new Error("write after end");
|
|
13665
13664
|
if (this[wA])
|
|
13666
13665
|
return this.emit("error", Object.assign(new Error("Cannot call write after a stream was destroyed"), { code: "ERR_STREAM_DESTROYED" })),
|
|
@@ -13698,12 +13697,12 @@ isView(r), "isArrayBufferView"), $r = class {
|
|
|
13698
13697
|
if (this[wA])
|
|
13699
13698
|
return null;
|
|
13700
13699
|
if (this[$A] = !1, this[kA] === 0 || A === 0 || A && A > this[kA])
|
|
13701
|
-
return this[
|
|
13700
|
+
return this[be](), null;
|
|
13702
13701
|
this[UA] && (A = null), this[NA].length > 1 && !this[UA] && (this[NA] = [
|
|
13703
13702
|
this[Ee] ? this[NA].join("") : Buffer.concat(this[NA], this[kA])
|
|
13704
13703
|
]);
|
|
13705
13704
|
let e = this[nC](A || null, this[NA][0]);
|
|
13706
|
-
return this[
|
|
13705
|
+
return this[be](), e;
|
|
13707
13706
|
}
|
|
13708
13707
|
[nC](A, e) {
|
|
13709
13708
|
if (this[UA])
|
|
@@ -13713,16 +13712,16 @@ isView(r), "isArrayBufferView"), $r = class {
|
|
|
13713
13712
|
A === t.length || A === null ? this[Vr]() : typeof t == "string" ? (this[NA][0] = t.slice(A), e = t.slice(0, A), this[kA] -= A) : (this[NA][0] =
|
|
13714
13713
|
t.subarray(A), e = t.subarray(0, A), this[kA] -= A);
|
|
13715
13714
|
}
|
|
13716
|
-
return this.emit("data", e), !this[NA].length && !this[
|
|
13715
|
+
return this.emit("data", e), !this[NA].length && !this[Re] && this.emit("drain"), e;
|
|
13717
13716
|
}
|
|
13718
13717
|
end(A, e, t) {
|
|
13719
13718
|
return typeof A == "function" && (t = A, A = void 0), typeof e == "function" && (t = e, e = "utf8"), A !== void 0 && this.write(A, e), t &&
|
|
13720
|
-
this.once("end", t), this[
|
|
13719
|
+
this.once("end", t), this[Re] = !0, this.writable = !1, (this[FA] || !this[ir]) && this[be](), this;
|
|
13721
13720
|
}
|
|
13722
13721
|
// don't let the internal resume be overwritten
|
|
13723
13722
|
[St]() {
|
|
13724
13723
|
this[wA] || (!this[ot] && !this[OA].length && (this[$A] = !0), this[ir] = !1, this[FA] = !0, this.emit("resume"), this[NA].length ? this[Xr]() :
|
|
13725
|
-
this[
|
|
13724
|
+
this[Re] ? this[be]() : this.emit("drain"));
|
|
13726
13725
|
}
|
|
13727
13726
|
/**
|
|
13728
13727
|
* Resume the stream if it is currently in a paused state
|
|
@@ -13771,7 +13770,7 @@ isView(r), "isArrayBufferView"), $r = class {
|
|
|
13771
13770
|
do
|
|
13772
13771
|
;
|
|
13773
13772
|
while (this[CC](this[Vr]()) && this[NA].length);
|
|
13774
|
-
!A && !this[NA].length && !this[
|
|
13773
|
+
!A && !this[NA].length && !this[Re] && this.emit("drain");
|
|
13775
13774
|
}
|
|
13776
13775
|
[CC](A) {
|
|
13777
13776
|
return this.emit("data", A), this[FA];
|
|
@@ -13875,8 +13874,8 @@ isView(r), "isArrayBufferView"), $r = class {
|
|
|
13875
13874
|
get emittedEnd() {
|
|
13876
13875
|
return this[He];
|
|
13877
13876
|
}
|
|
13878
|
-
[
|
|
13879
|
-
!this[zr] && !this[He] && !this[wA] && this[NA].length === 0 && this[
|
|
13877
|
+
[be]() {
|
|
13878
|
+
!this[zr] && !this[He] && !this[wA] && this[NA].length === 0 && this[Re] && (this[zr] = !0, this.emit("end"), this.emit("prefinish"), this.
|
|
13880
13879
|
emit("finish"), this[Wr] && this.emit("close"), this[zr] = !1);
|
|
13881
13880
|
}
|
|
13882
13881
|
/**
|
|
@@ -13919,22 +13918,22 @@ isView(r), "isArrayBufferView"), $r = class {
|
|
|
13919
13918
|
} else if (A === "error") {
|
|
13920
13919
|
this[rr] = t, super.emit(Po, t);
|
|
13921
13920
|
let o = !this[or] || this.listeners("error").length ? super.emit("error", t) : !1;
|
|
13922
|
-
return this[
|
|
13921
|
+
return this[be](), o;
|
|
13923
13922
|
} else if (A === "resume") {
|
|
13924
13923
|
let o = super.emit("resume");
|
|
13925
|
-
return this[
|
|
13924
|
+
return this[be](), o;
|
|
13926
13925
|
} else if (A === "finish" || A === "prefinish") {
|
|
13927
13926
|
let o = super.emit(A);
|
|
13928
13927
|
return this.removeAllListeners(A), o;
|
|
13929
13928
|
}
|
|
13930
13929
|
let i = super.emit(A, ...e);
|
|
13931
|
-
return this[
|
|
13930
|
+
return this[be](), i;
|
|
13932
13931
|
}
|
|
13933
13932
|
[Oo](A) {
|
|
13934
13933
|
for (let t of this[OA])
|
|
13935
13934
|
t.dest.write(A) === !1 && this.pause();
|
|
13936
13935
|
let e = this[$A] ? !1 : super.emit("data", A);
|
|
13937
|
-
return this[
|
|
13936
|
+
return this[be](), e;
|
|
13938
13937
|
}
|
|
13939
13938
|
[IC]() {
|
|
13940
13939
|
return this[He] ? !1 : (this[He] = !0, this.readable = !1, this[pe] ? (gr(() => this[_o]()), !0) : this[_o]());
|
|
@@ -14002,12 +14001,12 @@ isView(r), "isArrayBufferView"), $r = class {
|
|
|
14002
14001
|
let i = this.read();
|
|
14003
14002
|
if (i !== null)
|
|
14004
14003
|
return Promise.resolve({ done: !1, value: i });
|
|
14005
|
-
if (this[
|
|
14004
|
+
if (this[Re])
|
|
14006
14005
|
return e();
|
|
14007
14006
|
let o, s, I = /* @__PURE__ */ g((u) => {
|
|
14008
14007
|
this.off("data", E), this.off("end", B), this.off(wA, h), e(), s(u);
|
|
14009
14008
|
}, "onerr"), E = /* @__PURE__ */ g((u) => {
|
|
14010
|
-
this.off("error", I), this.off("end", B), this.off(wA, h), this.pause(), o({ value: u, done: !!this[
|
|
14009
|
+
this.off("error", I), this.off("end", B), this.off(wA, h), this.pause(), o({ value: u, done: !!this[Re] });
|
|
14011
14010
|
}, "ondata"), B = /* @__PURE__ */ g(() => {
|
|
14012
14011
|
this.off("error", I), this.off("data", E), this.off(wA, h), e(), o({ done: !0, value: void 0 });
|
|
14013
14012
|
}, "onend"), h = /* @__PURE__ */ g(() => I(new Error("stream destroyed")), "ondestroy");
|
|
@@ -17048,7 +17047,7 @@ async function Ak(r) {
|
|
|
17048
17047
|
name: e,
|
|
17049
17048
|
version: await r.getPackageVersion(e)
|
|
17050
17049
|
}))
|
|
17051
|
-
)).filter(({ version: e }) => !!e)[0]?.version ||
|
|
17050
|
+
)).filter(({ version: e }) => !!e)[0]?.version || Me.storybook;
|
|
17052
17051
|
}
|
|
17053
17052
|
g(Ak, "getCoercedStorybookVersion");
|
|
17054
17053
|
function ek(r, A) {
|
|
@@ -17067,7 +17066,7 @@ var ye = /* @__PURE__ */ g(async (r = "storybook.log") => {
|
|
|
17067
17066
|
async () => Xl(e, { encoding: "utf8" }), "readLogFile") });
|
|
17068
17067
|
}), t.once("error", o);
|
|
17069
17068
|
});
|
|
17070
|
-
}, "createLogStream"), wI = /* @__PURE__ */ g((r) => Object.keys(
|
|
17069
|
+
}, "createLogStream"), wI = /* @__PURE__ */ g((r) => Object.keys(Me).includes(r), "isCorePackage");
|
|
17071
17070
|
|
|
17072
17071
|
// src/common/utils/check-addon-order.ts
|
|
17073
17072
|
import { logger as hg } from "storybook/internal/node-logger";
|
|
@@ -18895,7 +18894,7 @@ g(Ti, "invariant");
|
|
|
18895
18894
|
|
|
18896
18895
|
// src/common/js-package-manager/JsPackageManager.ts
|
|
18897
18896
|
var rc = CA(jA(), 1);
|
|
18898
|
-
var
|
|
18897
|
+
var Ue = console;
|
|
18899
18898
|
function tc(r) {
|
|
18900
18899
|
let A = r.lastIndexOf("@");
|
|
18901
18900
|
if (A <= 0)
|
|
@@ -18943,11 +18942,11 @@ var ie = class {
|
|
|
18943
18942
|
}
|
|
18944
18943
|
/** Install dependencies listed in `package.json` */
|
|
18945
18944
|
async installDependencies() {
|
|
18946
|
-
|
|
18945
|
+
Ue.log("Installing dependencies..."), Ue.log();
|
|
18947
18946
|
try {
|
|
18948
18947
|
await this.runInstall();
|
|
18949
18948
|
} catch (A) {
|
|
18950
|
-
throw
|
|
18949
|
+
throw Ue.error("An error occurred while installing dependencies."), new nt(A);
|
|
18951
18950
|
}
|
|
18952
18951
|
}
|
|
18953
18952
|
packageJsonPath() {
|
|
@@ -19042,8 +19041,8 @@ var ie = class {
|
|
|
19042
19041
|
try {
|
|
19043
19042
|
await this.runAddDeps(e, !!A.installAsDevDependencies);
|
|
19044
19043
|
} catch (i) {
|
|
19045
|
-
throw
|
|
19046
|
-
An error occurred while installing dependencies:`),
|
|
19044
|
+
throw Ue.error(`
|
|
19045
|
+
An error occurred while installing dependencies:`), Ue.log(i.message), new nt(i);
|
|
19047
19046
|
}
|
|
19048
19047
|
}
|
|
19049
19048
|
/**
|
|
@@ -19070,7 +19069,7 @@ An error occurred while installing dependencies:`), Ye.log(i.message), new nt(i)
|
|
|
19070
19069
|
try {
|
|
19071
19070
|
await this.runRemoveDeps(e);
|
|
19072
19071
|
} catch (i) {
|
|
19073
|
-
throw
|
|
19072
|
+
throw Ue.error("An error occurred while removing dependencies."), Ue.log(String(i)), new nt(i);
|
|
19074
19073
|
}
|
|
19075
19074
|
}
|
|
19076
19075
|
/**
|
|
@@ -19087,7 +19086,10 @@ An error occurred while installing dependencies:`), Ye.log(i.message), new nt(i)
|
|
|
19087
19086
|
getVersionedPackages(A) {
|
|
19088
19087
|
return Promise.all(
|
|
19089
19088
|
A.map(async (e) => {
|
|
19090
|
-
let [t, i] = tc(e)
|
|
19089
|
+
let [t, i] = tc(e);
|
|
19090
|
+
if (i && !(t in Me))
|
|
19091
|
+
return e;
|
|
19092
|
+
let o = await this.latestVersion(t, i), I = Me[t];
|
|
19091
19093
|
return I === o || !I ? `${t}@^${o}` : `${t}@${I}`;
|
|
19092
19094
|
})
|
|
19093
19095
|
);
|
|
@@ -19115,15 +19117,15 @@ An error occurred while installing dependencies:`), Ye.log(i.message), new nt(i)
|
|
|
19115
19117
|
*/
|
|
19116
19118
|
async getVersion(A, e) {
|
|
19117
19119
|
let t;
|
|
19118
|
-
A in
|
|
19120
|
+
A in Me && (t = Me[A]);
|
|
19119
19121
|
let i;
|
|
19120
19122
|
try {
|
|
19121
19123
|
i = await this.latestVersion(A, e);
|
|
19122
19124
|
} catch (s) {
|
|
19123
19125
|
if (t)
|
|
19124
|
-
return
|
|
19126
|
+
return Ue.warn(`
|
|
19125
19127
|
${ws.default.yellow(String(s))}`), t;
|
|
19126
|
-
throw
|
|
19128
|
+
throw Ue.error(`
|
|
19127
19129
|
${ws.default.red(String(s))}`), new nt(s);
|
|
19128
19130
|
}
|
|
19129
19131
|
return `^${t && (!e || ec(t, e)) && Ld(t, i) ? t : i}`;
|
|
@@ -20639,5 +20641,5 @@ export {
|
|
|
20639
20641
|
iu as temporaryFile,
|
|
20640
20642
|
ai as validateConfigurationFiles,
|
|
20641
20643
|
xU as validateFrameworkName,
|
|
20642
|
-
|
|
20644
|
+
Me as versions
|
|
20643
20645
|
};
|