storybook 9.1.10 → 9.1.12
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/babel/index.cjs +20600 -22866
- package/dist/babel/index.d.ts +160 -135
- package/dist/babel/index.js +20752 -23016
- package/dist/bin/index.cjs +43 -43
- package/dist/bin/index.js +43 -43
- package/dist/cli/bin/index.cjs +1 -1
- package/dist/cli/bin/index.js +1 -1
- package/dist/cli/index.cjs +26806 -29071
- package/dist/cli/index.js +26548 -28813
- package/dist/common/index.cjs +43 -43
- package/dist/common/index.js +43 -43
- package/dist/core-server/index.cjs +88 -85
- package/dist/core-server/index.js +81 -78
- package/dist/core-server/presets/common-preset.cjs +17288 -17207
- package/dist/core-server/presets/common-preset.js +17376 -17295
- package/dist/manager/globals-runtime.js +1 -1
- package/dist/manager-api/index.cjs +1 -1
- package/dist/manager-api/index.js +1 -1
- package/dist/telemetry/index.cjs +5 -2
- package/dist/telemetry/index.js +5 -2
- package/package.json +1 -1
|
@@ -2693,27 +2693,27 @@ var Av = I((zae, Sv) => {
|
|
|
2693
2693
|
// ../node_modules/braces/index.js
|
|
2694
2694
|
var kv = I((Gae, _v) => {
|
|
2695
2695
|
"use strict";
|
|
2696
|
-
var Fv = Gu(), TN = gv(), IN = xv(), PN = Av(),
|
|
2696
|
+
var Fv = Gu(), TN = gv(), IN = xv(), PN = Av(), Yt = /* @__PURE__ */ s((e, t = {}) => {
|
|
2697
2697
|
let r = [];
|
|
2698
2698
|
if (Array.isArray(e))
|
|
2699
2699
|
for (let n of e) {
|
|
2700
|
-
let i =
|
|
2700
|
+
let i = Yt.create(n, t);
|
|
2701
2701
|
Array.isArray(i) ? r.push(...i) : r.push(i);
|
|
2702
2702
|
}
|
|
2703
2703
|
else
|
|
2704
|
-
r = [].concat(
|
|
2704
|
+
r = [].concat(Yt.create(e, t));
|
|
2705
2705
|
return t && t.expand === !0 && t.nodupes === !0 && (r = [...new Set(r)]), r;
|
|
2706
2706
|
}, "braces");
|
|
2707
|
-
|
|
2708
|
-
|
|
2709
|
-
|
|
2710
|
-
|
|
2711
|
-
typeof e == "string" && (e =
|
|
2707
|
+
Yt.parse = (e, t = {}) => PN(e, t);
|
|
2708
|
+
Yt.stringify = (e, t = {}) => Fv(typeof e == "string" ? Yt.parse(e, t) : e, t);
|
|
2709
|
+
Yt.compile = (e, t = {}) => (typeof e == "string" && (e = Yt.parse(e, t)), TN(e, t));
|
|
2710
|
+
Yt.expand = (e, t = {}) => {
|
|
2711
|
+
typeof e == "string" && (e = Yt.parse(e, t));
|
|
2712
2712
|
let r = IN(e, t);
|
|
2713
2713
|
return t.noempty === !0 && (r = r.filter(Boolean)), t.nodupes === !0 && (r = [...new Set(r)]), r;
|
|
2714
2714
|
};
|
|
2715
|
-
|
|
2716
|
-
_v.exports =
|
|
2715
|
+
Yt.create = (e, t = {}) => e === "" || e.length < 3 ? [e] : t.expand !== !0 ? Yt.compile(e, t) : Yt.expand(e, t);
|
|
2716
|
+
_v.exports = Yt;
|
|
2717
2717
|
});
|
|
2718
2718
|
|
|
2719
2719
|
// ../node_modules/picomatch/lib/constants.js
|
|
@@ -3120,7 +3120,7 @@ advance");
|
|
|
3120
3120
|
// ../node_modules/picomatch/lib/parse.js
|
|
3121
3121
|
var zv = I((Qae, Wv) => {
|
|
3122
3122
|
"use strict";
|
|
3123
|
-
var Ku = ea(),
|
|
3123
|
+
var Ku = ea(), Qt = ta(), {
|
|
3124
3124
|
MAX_LENGTH: Yu,
|
|
3125
3125
|
POSIX_REGEX_SOURCE: i5,
|
|
3126
3126
|
REGEX_NON_SPECIAL_CHARS: s5,
|
|
@@ -3134,7 +3134,7 @@ var zv = I((Qae, Wv) => {
|
|
|
3134
3134
|
try {
|
|
3135
3135
|
new RegExp(r);
|
|
3136
3136
|
} catch {
|
|
3137
|
-
return e.map((i) =>
|
|
3137
|
+
return e.map((i) => Qt.escapeRegex(i)).join("..");
|
|
3138
3138
|
}
|
|
3139
3139
|
return r;
|
|
3140
3140
|
}, "expandRange"), As = /* @__PURE__ */ s((e, t) => `Missing ${e}: "${t}" - use "\\\\${t}" to match literal characters`, "syntaxError"), nf = /* @__PURE__ */ s(
|
|
@@ -3145,7 +3145,7 @@ var zv = I((Qae, Wv) => {
|
|
|
3145
3145
|
let r = { ...t }, n = typeof r.maxLength == "number" ? Math.min(Yu, r.maxLength) : Yu, i = e.length;
|
|
3146
3146
|
if (i > n)
|
|
3147
3147
|
throw new SyntaxError(`Input length: ${i}, exceeds maximum allowed length: ${n}`);
|
|
3148
|
-
let o = { type: "bos", value: "", output: r.prepend || "" }, a = [o], u = r.capture ? "" : "?:", l =
|
|
3148
|
+
let o = { type: "bos", value: "", output: r.prepend || "" }, a = [o], u = r.capture ? "" : "?:", l = Qt.isWindows(t), c = Ku.globChars(l),
|
|
3149
3149
|
p = Ku.extglobChars(c), {
|
|
3150
3150
|
DOT_LITERAL: h,
|
|
3151
3151
|
PLUS_LITERAL: f,
|
|
@@ -3179,7 +3179,7 @@ var zv = I((Qae, Wv) => {
|
|
|
3179
3179
|
globstar: !1,
|
|
3180
3180
|
tokens: a
|
|
3181
3181
|
};
|
|
3182
|
-
e =
|
|
3182
|
+
e = Qt.removePrefix(e, R), i = e.length;
|
|
3183
3183
|
let U = [], W = [], Y = [], j = o, N, z = /* @__PURE__ */ s(() => R.index === i - 1, "eos"), Q = R.peek = (re = 1) => e[R.index + re], ie = R.
|
|
3184
3184
|
advance = () => e[++R.index] || "", B = /* @__PURE__ */ s(() => e.slice(R.index + 1), "remaining"), ce = /* @__PURE__ */ s((re = "", xe = 0) => {
|
|
3185
3185
|
R.consumed += re, R.index += xe;
|
|
@@ -3231,7 +3231,7 @@ var zv = I((Qae, Wv) => {
|
|
|
3231
3231
|
length) : "") : rt === 0 ? F + (Ee ? A.repeat(Ee.length) : "") : A.repeat(ge.length) : be === "." ? h.repeat(ge.length) : be === "*" ?
|
|
3232
3232
|
se ? se + be + (Ee ? $ : "") : $ : se ? K : `\\${K}`);
|
|
3233
3233
|
return re === !0 && (r.unescape === !0 ? xe = xe.replace(/\\/g, "") : xe = xe.replace(/\\+/g, (K) => K.length % 2 === 0 ? "\\\\" : K ?
|
|
3234
|
-
"\\" : "")), xe === e && r.contains === !0 ? (R.output = e, R) : (R.output =
|
|
3234
|
+
"\\" : "")), xe === e && r.contains === !0 ? (R.output = e, R) : (R.output = Qt.wrapOutput(xe, R, t), R);
|
|
3235
3235
|
}
|
|
3236
3236
|
for (; !z(); ) {
|
|
3237
3237
|
if (N = ie(), N === "\0")
|
|
@@ -3267,7 +3267,7 @@ var zv = I((Qae, Wv) => {
|
|
|
3267
3267
|
continue;
|
|
3268
3268
|
}
|
|
3269
3269
|
if (R.quotes === 1 && N !== '"') {
|
|
3270
|
-
N =
|
|
3270
|
+
N = Qt.escapeRegex(N), j.value += N, Je({ value: N });
|
|
3271
3271
|
continue;
|
|
3272
3272
|
}
|
|
3273
3273
|
if (N === '"') {
|
|
@@ -3313,9 +3313,9 @@ var zv = I((Qae, Wv) => {
|
|
|
3313
3313
|
$e("brackets");
|
|
3314
3314
|
let K = j.value.slice(1);
|
|
3315
3315
|
if (j.posix !== !0 && K[0] === "^" && !K.includes("/") && (N = `/${N}`), j.value += N, Je({ value: N }), r.literalBrackets === !1 ||
|
|
3316
|
-
|
|
3316
|
+
Qt.hasRegexChars(K))
|
|
3317
3317
|
continue;
|
|
3318
|
-
let se =
|
|
3318
|
+
let se = Qt.escapeRegex(j.value);
|
|
3319
3319
|
if (R.output = R.output.slice(0, -j.value.length), r.literalBrackets === !0) {
|
|
3320
3320
|
R.output += se, j.value = se;
|
|
3321
3321
|
continue;
|
|
@@ -3395,7 +3395,7 @@ var zv = I((Qae, Wv) => {
|
|
|
3395
3395
|
}
|
|
3396
3396
|
if (j && j.type === "paren") {
|
|
3397
3397
|
let se = Q(), ge = N;
|
|
3398
|
-
if (se === "<" && !
|
|
3398
|
+
if (se === "<" && !Qt.supportsLookbehinds())
|
|
3399
3399
|
throw new Error("Node.js v10 or higher is required for regex lookbehinds");
|
|
3400
3400
|
(j.value === "(" && !/[!=<:]/.test(se) || se === "<" && !/<([!=]|\w+>)/.test(B())) && (ge = `\\${N}`), me({ type: "text", value: N,
|
|
3401
3401
|
output: ge });
|
|
@@ -3516,15 +3516,15 @@ slash", value: "/", output: "" });
|
|
|
3516
3516
|
}
|
|
3517
3517
|
for (; R.brackets > 0; ) {
|
|
3518
3518
|
if (r.strictBrackets === !0) throw new SyntaxError(As("closing", "]"));
|
|
3519
|
-
R.output =
|
|
3519
|
+
R.output = Qt.escapeLast(R.output, "["), $e("brackets");
|
|
3520
3520
|
}
|
|
3521
3521
|
for (; R.parens > 0; ) {
|
|
3522
3522
|
if (r.strictBrackets === !0) throw new SyntaxError(As("closing", ")"));
|
|
3523
|
-
R.output =
|
|
3523
|
+
R.output = Qt.escapeLast(R.output, "("), $e("parens");
|
|
3524
3524
|
}
|
|
3525
3525
|
for (; R.braces > 0; ) {
|
|
3526
3526
|
if (r.strictBrackets === !0) throw new SyntaxError(As("closing", "}"));
|
|
3527
|
-
R.output =
|
|
3527
|
+
R.output = Qt.escapeLast(R.output, "{"), $e("braces");
|
|
3528
3528
|
}
|
|
3529
3529
|
if (r.strictSlashes !== !0 && (j.type === "star" || j.type === "bracket") && me({ type: "maybe_slash", value: "", output: `${d}?` }), R.
|
|
3530
3530
|
backtrack === !0) {
|
|
@@ -3539,7 +3539,7 @@ slash", value: "/", output: "" });
|
|
|
3539
3539
|
if (i > n)
|
|
3540
3540
|
throw new SyntaxError(`Input length: ${i}, exceeds maximum allowed length: ${n}`);
|
|
3541
3541
|
e = Uv[e] || e;
|
|
3542
|
-
let o =
|
|
3542
|
+
let o = Qt.isWindows(t), {
|
|
3543
3543
|
DOT_LITERAL: a,
|
|
3544
3544
|
SLASH_LITERAL: u,
|
|
3545
3545
|
ONE_CHAR: l,
|
|
@@ -3577,7 +3577,7 @@ slash", value: "/", output: "" });
|
|
|
3577
3577
|
return $ ? $ + a + F[2] : void 0;
|
|
3578
3578
|
}
|
|
3579
3579
|
}
|
|
3580
|
-
}, "create"), w =
|
|
3580
|
+
}, "create"), w = Qt.removePrefix(e, E), C = O(w);
|
|
3581
3581
|
return C && r.strictSlashes !== !0 && (C += `${u}?`), C;
|
|
3582
3582
|
};
|
|
3583
3583
|
Wv.exports = nf;
|
|
@@ -6792,7 +6792,7 @@ function Al(e, t) {
|
|
|
6792
6792
|
};
|
|
6793
6793
|
return r.patch(e, o), o;
|
|
6794
6794
|
}
|
|
6795
|
-
var dj, Jd, mj, mC, gj, yj, Zd, Os, Xd, Dj, Sl, xj, bj, ca, pr, Cl, vj, Ce, mt, yC, ee, ze, Bs,
|
|
6795
|
+
var dj, Jd, mj, mC, gj, yj, Zd, Os, Xd, Dj, Sl, xj, bj, ca, pr, Cl, vj, Ce, mt, yC, ee, ze, Bs, er, zd, Kd, Ej, DC, xC, EC, CC, Cj, wj, Sj, lC,
|
|
6796
6796
|
Aj, Tj, Ij, Yd, Qd, em, cC, Rj, Nj, Lj, jj, Mj, SC, $j, Vj, Gd, Uj, Wj, zj, Kj, Yj, eM, iM, oM, aM, nm = wt(() => {
|
|
6797
6797
|
dj = Object.create, Jd = Object.defineProperty, mj = Object.getOwnPropertyDescriptor, mC = Object.getOwnPropertyNames, gj = Object.getPrototypeOf,
|
|
6798
6798
|
yj = Object.prototype.hasOwnProperty, Zd = /* @__PURE__ */ ((e) => typeof require < "u" ? require : typeof Proxy < "u" ? new Proxy(e, {
|
|
@@ -6980,13 +6980,13 @@ Aj, Tj, Ij, Yd, Qd, em, cC, Rj, Nj, Lj, jj, Mj, SC, $j, Vj, Gd, Uj, Wj, zj, Kj,
|
|
|
6980
6980
|
Xd(Cl, {
|
|
6981
6981
|
boolean: /* @__PURE__ */ s(() => Ce, "boolean"),
|
|
6982
6982
|
booleanish: /* @__PURE__ */ s(() => mt, "booleanish"),
|
|
6983
|
-
commaOrSpaceSeparated: /* @__PURE__ */ s(() =>
|
|
6983
|
+
commaOrSpaceSeparated: /* @__PURE__ */ s(() => er, "commaOrSpaceSeparated"),
|
|
6984
6984
|
commaSeparated: /* @__PURE__ */ s(() => Bs, "commaSeparated"),
|
|
6985
6985
|
number: /* @__PURE__ */ s(() => ee, "number"),
|
|
6986
6986
|
overloadedBoolean: /* @__PURE__ */ s(() => yC, "overloadedBoolean"),
|
|
6987
6987
|
spaceSeparated: /* @__PURE__ */ s(() => ze, "spaceSeparated")
|
|
6988
6988
|
});
|
|
6989
|
-
vj = 0, Ce = Li(), mt = Li(), yC = Li(), ee = Li(), ze = Li(), Bs = Li(),
|
|
6989
|
+
vj = 0, Ce = Li(), mt = Li(), yC = Li(), ee = Li(), ze = Li(), Bs = Li(), er = Li();
|
|
6990
6990
|
s(Li, "increment");
|
|
6991
6991
|
zd = Object.keys(Cl), Kd = class extends pr {
|
|
6992
6992
|
static {
|
|
@@ -7633,7 +7633,7 @@ Aj, Tj, Ij, Yd, Qd, em, cC, Rj, Nj, Lj, jj, Mj, SC, $j, Vj, Gd, Uj, Wj, zj, Kj,
|
|
|
7633
7633
|
},
|
|
7634
7634
|
transform: bC,
|
|
7635
7635
|
properties: {
|
|
7636
|
-
about:
|
|
7636
|
+
about: er,
|
|
7637
7637
|
accentHeight: ee,
|
|
7638
7638
|
accumulate: null,
|
|
7639
7639
|
additive: null,
|
|
@@ -7745,7 +7745,7 @@ Aj, Tj, Ij, Yd, Qd, em, cC, Rj, Nj, Lj, jj, Mj, SC, $j, Vj, Gd, Uj, Wj, zj, Kj,
|
|
|
7745
7745
|
k2: ee,
|
|
7746
7746
|
k3: ee,
|
|
7747
7747
|
k4: ee,
|
|
7748
|
-
kernelMatrix:
|
|
7748
|
+
kernelMatrix: er,
|
|
7749
7749
|
kernelUnitLength: null,
|
|
7750
7750
|
keyPoints: null,
|
|
7751
7751
|
// SEMI_COLON_SEPARATED
|
|
@@ -7902,21 +7902,21 @@ Aj, Tj, Ij, Yd, Qd, em, cC, Rj, Nj, Lj, jj, Mj, SC, $j, Vj, Gd, Uj, Wj, zj, Kj,
|
|
|
7902
7902
|
preserveAspectRatio: null,
|
|
7903
7903
|
primitiveUnits: null,
|
|
7904
7904
|
propagate: null,
|
|
7905
|
-
property:
|
|
7905
|
+
property: er,
|
|
7906
7906
|
r: null,
|
|
7907
7907
|
radius: null,
|
|
7908
7908
|
referrerPolicy: null,
|
|
7909
7909
|
refX: null,
|
|
7910
7910
|
refY: null,
|
|
7911
|
-
rel:
|
|
7912
|
-
rev:
|
|
7911
|
+
rel: er,
|
|
7912
|
+
rev: er,
|
|
7913
7913
|
renderingIntent: null,
|
|
7914
7914
|
repeatCount: null,
|
|
7915
7915
|
repeatDur: null,
|
|
7916
|
-
requiredExtensions:
|
|
7917
|
-
requiredFeatures:
|
|
7918
|
-
requiredFonts:
|
|
7919
|
-
requiredFormats:
|
|
7916
|
+
requiredExtensions: er,
|
|
7917
|
+
requiredFeatures: er,
|
|
7918
|
+
requiredFonts: er,
|
|
7919
|
+
requiredFormats: er,
|
|
7920
7920
|
resource: null,
|
|
7921
7921
|
restart: null,
|
|
7922
7922
|
result: null,
|
|
@@ -7944,7 +7944,7 @@ Aj, Tj, Ij, Yd, Qd, em, cC, Rj, Nj, Lj, jj, Mj, SC, $j, Vj, Gd, Uj, Wj, zj, Kj,
|
|
|
7944
7944
|
strikethroughThickness: ee,
|
|
7945
7945
|
string: null,
|
|
7946
7946
|
stroke: null,
|
|
7947
|
-
strokeDashArray:
|
|
7947
|
+
strokeDashArray: er,
|
|
7948
7948
|
strokeDashOffset: null,
|
|
7949
7949
|
strokeLineCap: null,
|
|
7950
7950
|
strokeLineJoin: null,
|
|
@@ -7958,7 +7958,7 @@ Aj, Tj, Ij, Yd, Qd, em, cC, Rj, Nj, Lj, jj, Mj, SC, $j, Vj, Gd, Uj, Wj, zj, Kj,
|
|
|
7958
7958
|
syncMaster: null,
|
|
7959
7959
|
syncTolerance: null,
|
|
7960
7960
|
syncToleranceDefault: null,
|
|
7961
|
-
systemLanguage:
|
|
7961
|
+
systemLanguage: er,
|
|
7962
7962
|
tabIndex: ee,
|
|
7963
7963
|
tableValues: null,
|
|
7964
7964
|
target: null,
|
|
@@ -7972,7 +7972,7 @@ Aj, Tj, Ij, Yd, Qd, em, cC, Rj, Nj, Lj, jj, Mj, SC, $j, Vj, Gd, Uj, Wj, zj, Kj,
|
|
|
7972
7972
|
title: null,
|
|
7973
7973
|
transformBehavior: null,
|
|
7974
7974
|
type: null,
|
|
7975
|
-
typeOf:
|
|
7975
|
+
typeOf: er,
|
|
7976
7976
|
to: null,
|
|
7977
7977
|
transform: null,
|
|
7978
7978
|
transformOrigin: null,
|
|
@@ -13017,10 +13017,10 @@ function u$(e, t, r) {
|
|
|
13017
13017
|
return qr(d) ? (e.consume(d), a) : c(d);
|
|
13018
13018
|
}
|
|
13019
13019
|
function a(d) {
|
|
13020
|
-
return d === 43 || d === 45 || d === 46 ||
|
|
13020
|
+
return d === 43 || d === 45 || d === 46 || tr(d) ? (n = 1, u(d)) : c(d);
|
|
13021
13021
|
}
|
|
13022
13022
|
function u(d) {
|
|
13023
|
-
return d === 58 ? (e.consume(d), n = 0, l) : (d === 43 || d === 45 || d === 46 ||
|
|
13023
|
+
return d === 58 ? (e.consume(d), n = 0, l) : (d === 43 || d === 45 || d === 46 || tr(d)) && n++ < 32 ? (e.consume(d), u) : (n = 0, c(d));
|
|
13024
13024
|
}
|
|
13025
13025
|
function l(d) {
|
|
13026
13026
|
return d === 62 ? (e.exit("autolinkProtocol"), e.enter("autolinkMarker"), e.consume(d), e.exit("autolinkMarker"), e.exit("autolink"), t) :
|
|
@@ -13030,14 +13030,14 @@ function u$(e, t, r) {
|
|
|
13030
13030
|
return d === 64 ? (e.consume(d), p) : Lq(d) ? (e.consume(d), c) : r(d);
|
|
13031
13031
|
}
|
|
13032
13032
|
function p(d) {
|
|
13033
|
-
return
|
|
13033
|
+
return tr(d) ? h(d) : r(d);
|
|
13034
13034
|
}
|
|
13035
13035
|
function h(d) {
|
|
13036
13036
|
return d === 46 ? (e.consume(d), n = 0, p) : d === 62 ? (e.exit("autolinkProtocol").type = "autolinkEmail", e.enter("autolinkMarker"), e.
|
|
13037
13037
|
consume(d), e.exit("autolinkMarker"), e.exit("autolink"), t) : f(d);
|
|
13038
13038
|
}
|
|
13039
13039
|
function f(d) {
|
|
13040
|
-
if ((d === 45 ||
|
|
13040
|
+
if ((d === 45 || tr(d)) && n++ < 63) {
|
|
13041
13041
|
let m = d === 45 ? f : h;
|
|
13042
13042
|
return e.consume(d), m;
|
|
13043
13043
|
}
|
|
@@ -13105,7 +13105,7 @@ function d$(e, t, r) {
|
|
|
13105
13105
|
}
|
|
13106
13106
|
function l(h) {
|
|
13107
13107
|
return h === 35 ? (e.enter("characterReferenceMarkerNumeric"), e.consume(h), e.exit("characterReferenceMarkerNumeric"), c) : (e.enter("c\
|
|
13108
|
-
haracterReferenceValue"), o = 31, a =
|
|
13108
|
+
haracterReferenceValue"), o = 31, a = tr, p(h));
|
|
13109
13109
|
}
|
|
13110
13110
|
function c(h) {
|
|
13111
13111
|
return h === 88 || h === 120 ? (e.enter("characterReferenceMarkerHexadecimal"), e.consume(h), e.exit("characterReferenceMarkerHexadecima\
|
|
@@ -13114,7 +13114,7 @@ l"), e.enter("characterReferenceValue"), o = 6, a = jq, p) : (e.enter("character
|
|
|
13114
13114
|
function p(h) {
|
|
13115
13115
|
if (h === 59 && i) {
|
|
13116
13116
|
let f = e.exit("characterReferenceValue");
|
|
13117
|
-
return a ===
|
|
13117
|
+
return a === tr && !xa(n.sliceSerialize(f)) ? r(h) : (e.enter("characterReferenceMarker"), e.consume(h), e.exit("characterReferenceMar\
|
|
13118
13118
|
ker"), e.exit("characterReference"), t);
|
|
13119
13119
|
}
|
|
13120
13120
|
return a(h) && i++ < o ? (e.consume(h), p) : r(h);
|
|
@@ -13618,7 +13618,7 @@ function W$(e, t, r) {
|
|
|
13618
13618
|
return !Ue && !o && Lw.includes($e) ? (i = 1, n.interrupt ? t(L) : U(L)) : M$.includes(a.toLowerCase()) ? (i = 6, Ue ? (e.consume(L), y) :
|
|
13619
13619
|
n.interrupt ? t(L) : U(L)) : (i = 7, n.interrupt && !n.parser.lazy[n.now().line] ? r(L) : o ? E(L) : A(L));
|
|
13620
13620
|
}
|
|
13621
|
-
return L === 45 ||
|
|
13621
|
+
return L === 45 || tr(L) ? (e.consume(L), a += String.fromCharCode(L), b) : r(L);
|
|
13622
13622
|
}
|
|
13623
13623
|
function y(L) {
|
|
13624
13624
|
return L === 62 ? (e.consume(L), n.interrupt ? t : U) : r(L);
|
|
@@ -13630,7 +13630,7 @@ function W$(e, t, r) {
|
|
|
13630
13630
|
return L === 47 ? (e.consume(L), $) : L === 58 || L === 95 || qr(L) ? (e.consume(L), k) : Oe(L) ? (e.consume(L), A) : $(L);
|
|
13631
13631
|
}
|
|
13632
13632
|
function k(L) {
|
|
13633
|
-
return L === 45 || L === 46 || L === 58 || L === 95 ||
|
|
13633
|
+
return L === 45 || L === 46 || L === 58 || L === 95 || tr(L) ? (e.consume(L), k) : O(L);
|
|
13634
13634
|
}
|
|
13635
13635
|
function O(L) {
|
|
13636
13636
|
return L === 61 ? (e.consume(L), w) : Oe(L) ? (e.consume(L), O) : A(L);
|
|
@@ -13768,20 +13768,20 @@ function J$(e, t, r) {
|
|
|
13768
13768
|
return qr(B) ? (e.consume(B), w) : r(B);
|
|
13769
13769
|
}
|
|
13770
13770
|
function w(B) {
|
|
13771
|
-
return B === 45 ||
|
|
13771
|
+
return B === 45 || tr(B) ? (e.consume(B), w) : C(B);
|
|
13772
13772
|
}
|
|
13773
13773
|
function C(B) {
|
|
13774
13774
|
return le(B) ? (a = C, z(B)) : Oe(B) ? (e.consume(B), C) : N(B);
|
|
13775
13775
|
}
|
|
13776
13776
|
function T(B) {
|
|
13777
|
-
return B === 45 ||
|
|
13777
|
+
return B === 45 || tr(B) ? (e.consume(B), T) : B === 47 || B === 62 || ht(B) ? F(B) : r(B);
|
|
13778
13778
|
}
|
|
13779
13779
|
function F(B) {
|
|
13780
13780
|
return B === 47 ? (e.consume(B), N) : B === 58 || B === 95 || qr(B) ? (e.consume(B), $) : le(B) ? (a = F, z(B)) : Oe(B) ? (e.consume(B),
|
|
13781
13781
|
F) : N(B);
|
|
13782
13782
|
}
|
|
13783
13783
|
function $(B) {
|
|
13784
|
-
return B === 45 || B === 46 || B === 58 || B === 95 ||
|
|
13784
|
+
return B === 45 || B === 46 || B === 58 || B === 95 || tr(B) ? (e.consume(B), $) : R(B);
|
|
13785
13785
|
}
|
|
13786
13786
|
function R(B) {
|
|
13787
13787
|
return B === 61 ? (e.consume(B), U) : le(B) ? (a = R, z(B)) : Oe(B) ? (e.consume(B), R) : F(B);
|
|
@@ -14363,7 +14363,7 @@ function Xs(e) {
|
|
|
14363
14363
|
let t = [], r = -1, n = 0, i = 0;
|
|
14364
14364
|
for (; ++r < e.length; ) {
|
|
14365
14365
|
let o = e.charCodeAt(r), a = "";
|
|
14366
|
-
if (o === 37 &&
|
|
14366
|
+
if (o === 37 && tr(e.charCodeAt(r + 1)) && tr(e.charCodeAt(r + 2)))
|
|
14367
14367
|
i = 2;
|
|
14368
14368
|
else if (o < 128)
|
|
14369
14369
|
/[!#$&-;=?-Z_a-z~]/.test(String.fromCharCode(o)) || (a = String.fromCharCode(o));
|
|
@@ -17886,7 +17886,7 @@ function az(e, t) {
|
|
|
17886
17886
|
let { compiletime: r, runtime: n } = oS(t);
|
|
17887
17887
|
return aS(sS(e, r), n);
|
|
17888
17888
|
}
|
|
17889
|
-
var jr, y2, D2, QM, eq, tq, Ne, Dm, x2, nq, iq, sq, pq, Sw, Fw, dq, Vs, mq, E2, Rq, Nq, qr,
|
|
17889
|
+
var jr, y2, D2, QM, eq, tq, Ne, Dm, x2, nq, iq, sq, pq, Sw, Fw, dq, Vs, mq, E2, Rq, Nq, qr, tr, Lq, Rm, jq, S2, Pn, $q, Vq, vm, Uq, Js, Jq, Zq,
|
|
17890
17890
|
Iw, Xq, Kq, Pw, Nm, a$, va, _2, k2, T2, Rw, Nw, wm, y$, b$, S$, A$, T$, I$, O$, N$, M$, Lw, q$, $$, V$, G$, $m, Z$, X$, K$, iV, oV, Sm, Ul, Wt,
|
|
17891
17891
|
cV, pV, jw, xV, Mw, bV, qw, AV, _V, IV, BV, Vw, NV, jV, MV, qV, q2, zV, HV, GV, JV, ZV, XV, KV, YV, QV, Uw, nU, $2, zw, Hw, RU, z2, Zl, zl, Hl,
|
|
17892
17892
|
Vm, Um, Wm, zm, H2, G2, Jw, NU, Zw, Us, LU, jU, ga, Ml, MU, Xw, Gl, J2, Z2, ZU, Kw, XU, Lm, QU, Am, uW, lW, X2, cW, dW, mW, Ws, Tm, AW, $l, Mr,
|
|
@@ -21293,7 +21293,7 @@ ment");
|
|
|
21293
21293
|
s(Pq, "handleMdxjsEsm");
|
|
21294
21294
|
s(Bq, "mdxFromMarkdown");
|
|
21295
21295
|
s(Oq, "mdxToMarkdown");
|
|
21296
|
-
Rq = Sl(eq(), 1), Nq = ui(/\p{P}/u), qr = ui(/[A-Za-z]/),
|
|
21296
|
+
Rq = Sl(eq(), 1), Nq = ui(/\p{P}/u), qr = ui(/[A-Za-z]/), tr = ui(/[\dA-Za-z]/), Lq = ui(/[#-'*+\--9=?A-Z^-~]/);
|
|
21297
21297
|
s(Om, "asciiControl");
|
|
21298
21298
|
Rm = ui(/\d/), jq = ui(/[\dA-Fa-f]/), S2 = ui(/[!-/:-@[-`{-~]/);
|
|
21299
21299
|
s(le, "markdownLineEnding");
|
|
@@ -30266,7 +30266,7 @@ eProperties");
|
|
|
30266
30266
|
return this._refinement((n, i) => t(n) ? !0 : (i.addIssue(typeof r == "function" ? r(n, i) : r), !1));
|
|
30267
30267
|
}
|
|
30268
30268
|
_refinement(t) {
|
|
30269
|
-
return new
|
|
30269
|
+
return new rr({
|
|
30270
30270
|
schema: this,
|
|
30271
30271
|
typeName: ye.ZodEffects,
|
|
30272
30272
|
effect: { type: "refinement", refinement: t }
|
|
@@ -30311,7 +30311,7 @@ eProperties");
|
|
|
30311
30311
|
return es.create(this, t, this._def);
|
|
30312
30312
|
}
|
|
30313
30313
|
transform(t) {
|
|
30314
|
-
return new
|
|
30314
|
+
return new rr({
|
|
30315
30315
|
...we(this._def),
|
|
30316
30316
|
schema: this,
|
|
30317
30317
|
typeName: ye.ZodEffects,
|
|
@@ -31830,7 +31830,7 @@ onent})+$", ly, MX = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
31830
31830
|
typeName: ye.ZodUnion,
|
|
31831
31831
|
...we(t)
|
|
31832
31832
|
});
|
|
31833
|
-
var Un = /* @__PURE__ */ s((e) => e instanceof ts ? Un(e.schema) : e instanceof
|
|
31833
|
+
var Un = /* @__PURE__ */ s((e) => e instanceof ts ? Un(e.schema) : e instanceof rr ? Un(e.innerType()) : e instanceof rs ? [e.value] : e instanceof
|
|
31834
31834
|
ns ? e.options : e instanceof is ? ne.util.objectValues(e.enum) : e instanceof ss ? Un(e._def.innerType) : e instanceof Ki ? [void 0] : e instanceof
|
|
31835
31835
|
Yi ? [null] : e instanceof Er ? [void 0, ...Un(e.unwrap())] : e instanceof yn ? [null, ...Un(e.unwrap())] : e instanceof Za || e instanceof
|
|
31836
31836
|
as ? Un(e.unwrap()) : e instanceof os ? Un(e._def.innerType) : [], "getDiscriminator"), Jc = class e extends Se {
|
|
@@ -32476,7 +32476,7 @@ onent})+$", ly, MX = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
32476
32476
|
typeName: ye.ZodPromise,
|
|
32477
32477
|
...we(t)
|
|
32478
32478
|
});
|
|
32479
|
-
var
|
|
32479
|
+
var rr = class extends Se {
|
|
32480
32480
|
static {
|
|
32481
32481
|
s(this, "ZodEffects");
|
|
32482
32482
|
}
|
|
@@ -32558,15 +32558,15 @@ onent})+$", ly, MX = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
32558
32558
|
ne.util.assertNever(i);
|
|
32559
32559
|
}
|
|
32560
32560
|
};
|
|
32561
|
-
q.ZodEffects =
|
|
32562
|
-
q.ZodTransformer =
|
|
32563
|
-
|
|
32561
|
+
q.ZodEffects = rr;
|
|
32562
|
+
q.ZodTransformer = rr;
|
|
32563
|
+
rr.create = (e, t, r) => new rr({
|
|
32564
32564
|
schema: e,
|
|
32565
32565
|
typeName: ye.ZodEffects,
|
|
32566
32566
|
effect: t,
|
|
32567
32567
|
...we(r)
|
|
32568
32568
|
});
|
|
32569
|
-
|
|
32569
|
+
rr.createWithPreprocess = (e, t, r) => new rr({
|
|
32570
32570
|
schema: t,
|
|
32571
32571
|
effect: { type: "preprocess", transform: e },
|
|
32572
32572
|
typeName: ye.ZodEffects,
|
|
@@ -32880,14 +32880,14 @@ adonly";
|
|
|
32880
32880
|
q.nativeEnum = EK;
|
|
32881
32881
|
var CK = yi.create;
|
|
32882
32882
|
q.promise = CK;
|
|
32883
|
-
var wT =
|
|
32883
|
+
var wT = rr.create;
|
|
32884
32884
|
q.effect = wT;
|
|
32885
32885
|
q.transformer = wT;
|
|
32886
32886
|
var wK = Er.create;
|
|
32887
32887
|
q.optional = wK;
|
|
32888
32888
|
var SK = yn.create;
|
|
32889
32889
|
q.nullable = SK;
|
|
32890
|
-
var AK =
|
|
32890
|
+
var AK = rr.createWithPreprocess;
|
|
32891
32891
|
q.preprocess = AK;
|
|
32892
32892
|
var FK = Xa.create;
|
|
32893
32893
|
q.pipeline = FK;
|
|
@@ -36314,7 +36314,7 @@ var ID = I((Mbe, f6) => {
|
|
|
36314
36314
|
s(n, "extend");
|
|
36315
36315
|
function i(p) {
|
|
36316
36316
|
r.save(p), r.namespaces = p, r.names = [], r.skips = [];
|
|
36317
|
-
let h = (typeof p == "string" ? p : "").trim().replace(
|
|
36317
|
+
let h = (typeof p == "string" ? p : "").trim().replace(/\s+/g, ",").split(",").filter(Boolean);
|
|
36318
36318
|
for (let f of h)
|
|
36319
36319
|
f[0] === "-" ? r.skips.push(f.slice(1)) : r.names.push(f);
|
|
36320
36320
|
}
|
|
@@ -36366,20 +36366,20 @@ n of `debug`.");
|
|
|
36366
36366
|
});
|
|
36367
36367
|
|
|
36368
36368
|
// ../node_modules/debug/src/browser.js
|
|
36369
|
-
var d6 = I((
|
|
36370
|
-
|
|
36371
|
-
|
|
36372
|
-
|
|
36373
|
-
|
|
36374
|
-
|
|
36375
|
-
|
|
36369
|
+
var d6 = I((Kt, qp) => {
|
|
36370
|
+
Kt.formatArgs = Une;
|
|
36371
|
+
Kt.save = Wne;
|
|
36372
|
+
Kt.load = zne;
|
|
36373
|
+
Kt.useColors = Vne;
|
|
36374
|
+
Kt.storage = Hne();
|
|
36375
|
+
Kt.destroy = /* @__PURE__ */ (() => {
|
|
36376
36376
|
let e = !1;
|
|
36377
36377
|
return () => {
|
|
36378
36378
|
e || (e = !0, console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the nex\
|
|
36379
36379
|
t major version of `debug`."));
|
|
36380
36380
|
};
|
|
36381
36381
|
})();
|
|
36382
|
-
|
|
36382
|
+
Kt.colors = [
|
|
36383
36383
|
"#0000CC",
|
|
36384
36384
|
"#0000FF",
|
|
36385
36385
|
"#0033CC",
|
|
@@ -36484,11 +36484,11 @@ t major version of `debug`."));
|
|
|
36484
36484
|
}), e.splice(n, 0, t);
|
|
36485
36485
|
}
|
|
36486
36486
|
s(Une, "formatArgs");
|
|
36487
|
-
|
|
36487
|
+
Kt.log = console.debug || console.log || (() => {
|
|
36488
36488
|
});
|
|
36489
36489
|
function Wne(e) {
|
|
36490
36490
|
try {
|
|
36491
|
-
e ?
|
|
36491
|
+
e ? Kt.storage.setItem("debug", e) : Kt.storage.removeItem("debug");
|
|
36492
36492
|
} catch {
|
|
36493
36493
|
}
|
|
36494
36494
|
}
|
|
@@ -36496,7 +36496,7 @@ t major version of `debug`."));
|
|
|
36496
36496
|
function zne() {
|
|
36497
36497
|
let e;
|
|
36498
36498
|
try {
|
|
36499
|
-
e =
|
|
36499
|
+
e = Kt.storage.getItem("debug") || Kt.storage.getItem("DEBUG");
|
|
36500
36500
|
} catch {
|
|
36501
36501
|
}
|
|
36502
36502
|
return !e && typeof process < "u" && "env" in process && (e = process.env.DEBUG), e;
|
|
@@ -36509,7 +36509,7 @@ t major version of `debug`."));
|
|
|
36509
36509
|
}
|
|
36510
36510
|
}
|
|
36511
36511
|
s(Hne, "localstorage");
|
|
36512
|
-
qp.exports = ID()(
|
|
36512
|
+
qp.exports = ID()(Kt);
|
|
36513
36513
|
var { formatters: Gne } = qp.exports;
|
|
36514
36514
|
Gne.j = function(e) {
|
|
36515
36515
|
try {
|
|
@@ -40054,7 +40054,7 @@ async function nT(e) {
|
|
|
40054
40054
|
s(nT, "findPackage");
|
|
40055
40055
|
|
|
40056
40056
|
// package.json
|
|
40057
|
-
var Vc = "9.1.
|
|
40057
|
+
var Vc = "9.1.12";
|
|
40058
40058
|
|
|
40059
40059
|
// src/cli/globalSettings.ts
|
|
40060
40060
|
var Kc = J(require("node:fs/promises"), 1), kT = require("node:os"), Qc = require("node:path"), TT = J(Bt(), 1), xo = J(_T(), 1);
|
|
@@ -41322,14 +41322,14 @@ async function mp(e, t) {
|
|
|
41322
41322
|
s(mp, "execCommandCountLines");
|
|
41323
41323
|
|
|
41324
41324
|
// src/common/utils/file-cache.ts
|
|
41325
|
-
var nu = require("node:crypto"),
|
|
41325
|
+
var nu = require("node:crypto"), nr = require("node:fs"), Hr = require("node:fs/promises"), wP = require("node:os"), Co = require("node:path");
|
|
41326
41326
|
var gp = class {
|
|
41327
41327
|
static {
|
|
41328
41328
|
s(this, "FileSystemCache");
|
|
41329
41329
|
}
|
|
41330
41330
|
constructor(t = {}) {
|
|
41331
41331
|
this.prefix = (t.ns || t.prefix || "") + "-", this.hash_alg = t.hash_alg || "sha256", this.cache_dir = t.basePath || (0, Co.join)((0, wP.tmpdir)(),
|
|
41332
|
-
(0, nu.randomBytes)(15).toString("base64").replace(/\//g, "-")), this.ttl = t.ttl || 0, (0, nu.createHash)(this.hash_alg), (0,
|
|
41332
|
+
(0, nu.randomBytes)(15).toString("base64").replace(/\//g, "-")), this.ttl = t.ttl || 0, (0, nu.createHash)(this.hash_alg), (0, nr.mkdirSync)(
|
|
41333
41333
|
this.cache_dir, { recursive: !0 });
|
|
41334
41334
|
}
|
|
41335
41335
|
generateHash(t) {
|
|
@@ -41356,7 +41356,7 @@ var gp = class {
|
|
|
41356
41356
|
}
|
|
41357
41357
|
getSync(t, r) {
|
|
41358
41358
|
try {
|
|
41359
|
-
let n = (0,
|
|
41359
|
+
let n = (0, nr.readFileSync)(this.generateHash(t), "utf8");
|
|
41360
41360
|
return this.parseCacheData(n, r);
|
|
41361
41361
|
} catch {
|
|
41362
41362
|
return r;
|
|
@@ -41364,13 +41364,13 @@ var gp = class {
|
|
|
41364
41364
|
}
|
|
41365
41365
|
async set(t, r, n = {}) {
|
|
41366
41366
|
let i = typeof n == "number" ? { ttl: n } : n;
|
|
41367
|
-
(0,
|
|
41367
|
+
(0, nr.mkdirSync)(this.cache_dir, { recursive: !0 }), await (0, Hr.writeFile)(this.generateHash(t), this.parseSetData(t, r, i), {
|
|
41368
41368
|
encoding: i.encoding || "utf8"
|
|
41369
41369
|
});
|
|
41370
41370
|
}
|
|
41371
41371
|
setSync(t, r, n = {}) {
|
|
41372
41372
|
let i = typeof n == "number" ? { ttl: n } : n;
|
|
41373
|
-
(0,
|
|
41373
|
+
(0, nr.mkdirSync)(this.cache_dir, { recursive: !0 }), (0, nr.writeFileSync)(this.generateHash(t), this.parseSetData(t, r, i), {
|
|
41374
41374
|
encoding: i.encoding || "utf8"
|
|
41375
41375
|
});
|
|
41376
41376
|
}
|
|
@@ -41384,7 +41384,7 @@ var gp = class {
|
|
|
41384
41384
|
await (0, Hr.rm)(this.generateHash(t), { force: !0 });
|
|
41385
41385
|
}
|
|
41386
41386
|
removeSync(t) {
|
|
41387
|
-
(0,
|
|
41387
|
+
(0, nr.rmSync)(this.generateHash(t), { force: !0 });
|
|
41388
41388
|
}
|
|
41389
41389
|
async clear() {
|
|
41390
41390
|
let t = await (0, Hr.readdir)(this.cache_dir);
|
|
@@ -41393,7 +41393,7 @@ var gp = class {
|
|
|
41393
41393
|
);
|
|
41394
41394
|
}
|
|
41395
41395
|
clearSync() {
|
|
41396
|
-
(0,
|
|
41396
|
+
(0, nr.readdirSync)(this.cache_dir).filter((t) => t.startsWith(this.prefix)).forEach((t) => (0, nr.rmSync)((0, Co.join)(this.cache_dir, t),
|
|
41397
41397
|
{ force: !0 }));
|
|
41398
41398
|
}
|
|
41399
41399
|
async getAll() {
|
|
@@ -41903,7 +41903,10 @@ var rB = {
|
|
|
41903
41903
|
"@nuxtjs/storybook": "nuxt",
|
|
41904
41904
|
"@nrwl/storybook": "nx",
|
|
41905
41905
|
"@vue/cli-service": "vue-cli",
|
|
41906
|
-
"@sveltejs/kit": "sveltekit"
|
|
41906
|
+
"@sveltejs/kit": "sveltekit",
|
|
41907
|
+
"@tanstack/react-router": "tanstack-react",
|
|
41908
|
+
"@react-router/dev": "react-router",
|
|
41909
|
+
"@remix-run/dev": "remix"
|
|
41907
41910
|
}, nB = /* @__PURE__ */ s((e) => Wa(e).replace(/\/dist\/.*/, "").replace(/\.[mc]?[tj]?s[x]?$/, "").replace(/\/register$/, "").replace(/\/manager$/,
|
|
41908
41911
|
"").replace(/\/preset$/, ""), "sanitizeAddonName"), MQ = /* @__PURE__ */ s(async ({
|
|
41909
41912
|
packageJsonPath: e,
|