@service_laboratory/ui 0.0.1 → 0.0.2
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/ui.d.ts +9 -0
- package/dist/ui.js +429 -385
- package/dist/ui.umd.cjs +12 -12
- package/package.json +2 -2
package/dist/ui.js
CHANGED
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
function
|
|
1
|
+
function Pt(r) {
|
|
2
2
|
var n, a, i = "";
|
|
3
3
|
if (typeof r == "string" || typeof r == "number") i += r;
|
|
4
4
|
else if (typeof r == "object") if (Array.isArray(r)) {
|
|
5
5
|
var u = r.length;
|
|
6
|
-
for (n = 0; n < u; n++) r[n] && (a =
|
|
6
|
+
for (n = 0; n < u; n++) r[n] && (a = Pt(r[n])) && (i && (i += " "), i += a);
|
|
7
7
|
} else for (a in r) r[a] && (i && (i += " "), i += a);
|
|
8
8
|
return i;
|
|
9
9
|
}
|
|
10
|
-
function
|
|
11
|
-
for (var r, n, a = 0, i = "", u = arguments.length; a < u; a++) (r = arguments[a]) && (n =
|
|
10
|
+
function Nt() {
|
|
11
|
+
for (var r, n, a = 0, i = "", u = arguments.length; a < u; a++) (r = arguments[a]) && (n = Pt(r)) && (i && (i += " "), i += n);
|
|
12
12
|
return i;
|
|
13
13
|
}
|
|
14
|
-
const Ke = "-",
|
|
15
|
-
const n =
|
|
14
|
+
const Ke = "-", tr = (r) => {
|
|
15
|
+
const n = nr(r), {
|
|
16
16
|
conflictingClassGroups: a,
|
|
17
17
|
conflictingClassGroupModifiers: i
|
|
18
18
|
} = r;
|
|
19
19
|
return {
|
|
20
20
|
getClassGroupId: (m) => {
|
|
21
21
|
const v = m.split(Ke);
|
|
22
|
-
return v[0] === "" && v.length !== 1 && v.shift(),
|
|
22
|
+
return v[0] === "" && v.length !== 1 && v.shift(), Mt(v, n) || rr(m);
|
|
23
23
|
},
|
|
24
24
|
getConflictingClassGroupIds: (m, v) => {
|
|
25
25
|
const d = a[m] || [];
|
|
26
26
|
return v && i[m] ? [...d, ...i[m]] : d;
|
|
27
27
|
}
|
|
28
28
|
};
|
|
29
|
-
},
|
|
29
|
+
}, Mt = (r, n) => {
|
|
30
30
|
if (r.length === 0)
|
|
31
31
|
return n.classGroupId;
|
|
32
|
-
const a = r[0], i = n.nextPart.get(a), u = i ?
|
|
32
|
+
const a = r[0], i = n.nextPart.get(a), u = i ? Mt(r.slice(1), i) : void 0;
|
|
33
33
|
if (u)
|
|
34
34
|
return u;
|
|
35
35
|
if (n.validators.length === 0)
|
|
@@ -38,13 +38,13 @@ const Ke = "-", Jt = (r) => {
|
|
|
38
38
|
return n.validators.find(({
|
|
39
39
|
validator: m
|
|
40
40
|
}) => m(p))?.classGroupId;
|
|
41
|
-
},
|
|
42
|
-
if (
|
|
43
|
-
const n =
|
|
41
|
+
}, ft = /^\[(.+)\]$/, rr = (r) => {
|
|
42
|
+
if (ft.test(r)) {
|
|
43
|
+
const n = ft.exec(r)[1], a = n?.substring(0, n.indexOf(":"));
|
|
44
44
|
if (a)
|
|
45
45
|
return "arbitrary.." + a;
|
|
46
46
|
}
|
|
47
|
-
},
|
|
47
|
+
}, nr = (r) => {
|
|
48
48
|
const {
|
|
49
49
|
theme: n,
|
|
50
50
|
classGroups: a
|
|
@@ -58,12 +58,12 @@ const Ke = "-", Jt = (r) => {
|
|
|
58
58
|
}, We = (r, n, a, i) => {
|
|
59
59
|
r.forEach((u) => {
|
|
60
60
|
if (typeof u == "string") {
|
|
61
|
-
const p = u === "" ? n :
|
|
61
|
+
const p = u === "" ? n : dt(n, u);
|
|
62
62
|
p.classGroupId = a;
|
|
63
63
|
return;
|
|
64
64
|
}
|
|
65
65
|
if (typeof u == "function") {
|
|
66
|
-
if (
|
|
66
|
+
if (or(u)) {
|
|
67
67
|
We(u(i), n, a, i);
|
|
68
68
|
return;
|
|
69
69
|
}
|
|
@@ -74,10 +74,10 @@ const Ke = "-", Jt = (r) => {
|
|
|
74
74
|
return;
|
|
75
75
|
}
|
|
76
76
|
Object.entries(u).forEach(([p, m]) => {
|
|
77
|
-
We(m,
|
|
77
|
+
We(m, dt(n, p), a, i);
|
|
78
78
|
});
|
|
79
79
|
});
|
|
80
|
-
},
|
|
80
|
+
}, dt = (r, n) => {
|
|
81
81
|
let a = r;
|
|
82
82
|
return n.split(Ke).forEach((i) => {
|
|
83
83
|
a.nextPart.has(i) || a.nextPart.set(i, {
|
|
@@ -85,7 +85,7 @@ const Ke = "-", Jt = (r) => {
|
|
|
85
85
|
validators: []
|
|
86
86
|
}), a = a.nextPart.get(i);
|
|
87
87
|
}), a;
|
|
88
|
-
},
|
|
88
|
+
}, or = (r) => r.isThemeGetter, sr = (r) => {
|
|
89
89
|
if (r < 1)
|
|
90
90
|
return {
|
|
91
91
|
get: () => {
|
|
@@ -109,7 +109,7 @@ const Ke = "-", Jt = (r) => {
|
|
|
109
109
|
a.has(p) ? a.set(p, m) : u(p, m);
|
|
110
110
|
}
|
|
111
111
|
};
|
|
112
|
-
}, qe = "!", Be = ":",
|
|
112
|
+
}, qe = "!", Be = ":", ar = Be.length, ir = (r) => {
|
|
113
113
|
const {
|
|
114
114
|
prefix: n,
|
|
115
115
|
experimentalParseClassName: a
|
|
@@ -117,21 +117,21 @@ const Ke = "-", Jt = (r) => {
|
|
|
117
117
|
let i = (u) => {
|
|
118
118
|
const p = [];
|
|
119
119
|
let m = 0, v = 0, d = 0, c;
|
|
120
|
-
for (let
|
|
121
|
-
let A = u[
|
|
120
|
+
for (let k = 0; k < u.length; k++) {
|
|
121
|
+
let A = u[k];
|
|
122
122
|
if (m === 0 && v === 0) {
|
|
123
123
|
if (A === Be) {
|
|
124
|
-
p.push(u.slice(d,
|
|
124
|
+
p.push(u.slice(d, k)), d = k + ar;
|
|
125
125
|
continue;
|
|
126
126
|
}
|
|
127
127
|
if (A === "/") {
|
|
128
|
-
c =
|
|
128
|
+
c = k;
|
|
129
129
|
continue;
|
|
130
130
|
}
|
|
131
131
|
}
|
|
132
132
|
A === "[" ? m++ : A === "]" ? m-- : A === "(" ? v++ : A === ")" && v--;
|
|
133
133
|
}
|
|
134
|
-
const b = p.length === 0 ? u : u.substring(d), l =
|
|
134
|
+
const b = p.length === 0 ? u : u.substring(d), l = cr(b), o = l !== b, g = c && c > d ? c - d : void 0;
|
|
135
135
|
return {
|
|
136
136
|
modifiers: p,
|
|
137
137
|
hasImportantModifier: o,
|
|
@@ -157,7 +157,7 @@ const Ke = "-", Jt = (r) => {
|
|
|
157
157
|
});
|
|
158
158
|
}
|
|
159
159
|
return i;
|
|
160
|
-
},
|
|
160
|
+
}, cr = (r) => r.endsWith(qe) ? r.substring(0, r.length - 1) : r.startsWith(qe) ? r.substring(1) : r, ur = (r) => {
|
|
161
161
|
const n = Object.fromEntries(r.orderSensitiveModifiers.map((i) => [i, !0]));
|
|
162
162
|
return (i) => {
|
|
163
163
|
if (i.length <= 1)
|
|
@@ -168,38 +168,38 @@ const Ke = "-", Jt = (r) => {
|
|
|
168
168
|
m[0] === "[" || n[m] ? (u.push(...p.sort(), m), p = []) : p.push(m);
|
|
169
169
|
}), u.push(...p.sort()), u;
|
|
170
170
|
};
|
|
171
|
-
},
|
|
172
|
-
cache:
|
|
173
|
-
parseClassName:
|
|
174
|
-
sortModifiers:
|
|
175
|
-
...
|
|
176
|
-
}),
|
|
171
|
+
}, lr = (r) => ({
|
|
172
|
+
cache: sr(r.cacheSize),
|
|
173
|
+
parseClassName: ir(r),
|
|
174
|
+
sortModifiers: ur(r),
|
|
175
|
+
...tr(r)
|
|
176
|
+
}), fr = /\s+/, dr = (r, n) => {
|
|
177
177
|
const {
|
|
178
178
|
parseClassName: a,
|
|
179
179
|
getClassGroupId: i,
|
|
180
180
|
getConflictingClassGroupIds: u,
|
|
181
181
|
sortModifiers: p
|
|
182
|
-
} = n, m = [], v = r.trim().split(
|
|
182
|
+
} = n, m = [], v = r.trim().split(fr);
|
|
183
183
|
let d = "";
|
|
184
184
|
for (let c = v.length - 1; c >= 0; c -= 1) {
|
|
185
185
|
const b = v[c], {
|
|
186
186
|
isExternal: l,
|
|
187
187
|
modifiers: o,
|
|
188
188
|
hasImportantModifier: g,
|
|
189
|
-
baseClassName:
|
|
189
|
+
baseClassName: k,
|
|
190
190
|
maybePostfixModifierPosition: A
|
|
191
191
|
} = a(b);
|
|
192
192
|
if (l) {
|
|
193
193
|
d = b + (d.length > 0 ? " " + d : d);
|
|
194
194
|
continue;
|
|
195
195
|
}
|
|
196
|
-
let D = !!A, W = i(D ?
|
|
196
|
+
let D = !!A, W = i(D ? k.substring(0, A) : k);
|
|
197
197
|
if (!W) {
|
|
198
198
|
if (!D) {
|
|
199
199
|
d = b + (d.length > 0 ? " " + d : d);
|
|
200
200
|
continue;
|
|
201
201
|
}
|
|
202
|
-
if (W = i(
|
|
202
|
+
if (W = i(k), !W) {
|
|
203
203
|
d = b + (d.length > 0 ? " " + d : d);
|
|
204
204
|
continue;
|
|
205
205
|
}
|
|
@@ -218,53 +218,53 @@ const Ke = "-", Jt = (r) => {
|
|
|
218
218
|
}
|
|
219
219
|
return d;
|
|
220
220
|
};
|
|
221
|
-
function
|
|
221
|
+
function pr() {
|
|
222
222
|
let r = 0, n, a, i = "";
|
|
223
223
|
for (; r < arguments.length; )
|
|
224
|
-
(n = arguments[r++]) && (a =
|
|
224
|
+
(n = arguments[r++]) && (a = jt(n)) && (i && (i += " "), i += a);
|
|
225
225
|
return i;
|
|
226
226
|
}
|
|
227
|
-
const
|
|
227
|
+
const jt = (r) => {
|
|
228
228
|
if (typeof r == "string")
|
|
229
229
|
return r;
|
|
230
230
|
let n, a = "";
|
|
231
231
|
for (let i = 0; i < r.length; i++)
|
|
232
|
-
r[i] && (n =
|
|
232
|
+
r[i] && (n = jt(r[i])) && (a && (a += " "), a += n);
|
|
233
233
|
return a;
|
|
234
234
|
};
|
|
235
|
-
function
|
|
235
|
+
function mr(r, ...n) {
|
|
236
236
|
let a, i, u, p = m;
|
|
237
237
|
function m(d) {
|
|
238
238
|
const c = n.reduce((b, l) => l(b), r());
|
|
239
|
-
return a =
|
|
239
|
+
return a = lr(c), i = a.cache.get, u = a.cache.set, p = v, v(d);
|
|
240
240
|
}
|
|
241
241
|
function v(d) {
|
|
242
242
|
const c = i(d);
|
|
243
243
|
if (c)
|
|
244
244
|
return c;
|
|
245
|
-
const b =
|
|
245
|
+
const b = dr(d, a);
|
|
246
246
|
return u(d, b), b;
|
|
247
247
|
}
|
|
248
248
|
return function() {
|
|
249
|
-
return p(
|
|
249
|
+
return p(pr.apply(null, arguments));
|
|
250
250
|
};
|
|
251
251
|
}
|
|
252
252
|
const K = (r) => {
|
|
253
253
|
const n = (a) => a[r] || [];
|
|
254
254
|
return n.isThemeGetter = !0, n;
|
|
255
|
-
},
|
|
255
|
+
}, Lt = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, Dt = /^\((?:(\w[\w-]*):)?(.+)\)$/i, gr = /^\d+\/\d+$/, yr = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, hr = /\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/, vr = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, br = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, _r = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, _e = (r) => gr.test(r), L = (r) => !!r && !Number.isNaN(Number(r)), ye = (r) => !!r && Number.isInteger(Number(r)), Ge = (r) => r.endsWith("%") && L(r.slice(0, -1)), de = (r) => yr.test(r), wr = () => !0, Er = (r) => (
|
|
256
256
|
// `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
|
|
257
257
|
// For example, `hsl(0 0% 0%)` would be classified as a length without this check.
|
|
258
258
|
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
259
|
-
|
|
260
|
-
),
|
|
261
|
-
const i =
|
|
259
|
+
hr.test(r) && !vr.test(r)
|
|
260
|
+
), It = () => !1, Sr = (r) => br.test(r), kr = (r) => _r.test(r), Rr = (r) => !E(r) && !S(r), Or = (r) => we(r, Ut, It), E = (r) => Lt.test(r), ve = (r) => we(r, Gt, Er), He = (r) => we(r, Pr, L), pt = (r) => we(r, zt, It), xr = (r) => we(r, $t, kr), Me = (r) => we(r, Ht, Sr), S = (r) => Dt.test(r), ke = (r) => Ee(r, Gt), Tr = (r) => Ee(r, Nr), mt = (r) => Ee(r, zt), Ar = (r) => Ee(r, Ut), Cr = (r) => Ee(r, $t), je = (r) => Ee(r, Ht, !0), we = (r, n, a) => {
|
|
261
|
+
const i = Lt.exec(r);
|
|
262
262
|
return i ? i[1] ? n(i[1]) : a(i[2]) : !1;
|
|
263
263
|
}, Ee = (r, n, a = !1) => {
|
|
264
|
-
const i =
|
|
264
|
+
const i = Dt.exec(r);
|
|
265
265
|
return i ? i[1] ? n(i[1]) : a : !1;
|
|
266
|
-
},
|
|
267
|
-
const r = K("color"), n = K("font"), a = K("text"), i = K("font-weight"), u = K("tracking"), p = K("leading"), m = K("breakpoint"), v = K("container"), d = K("spacing"), c = K("radius"), b = K("shadow"), l = K("inset-shadow"), o = K("text-shadow"), g = K("drop-shadow"),
|
|
266
|
+
}, zt = (r) => r === "position" || r === "percentage", $t = (r) => r === "image" || r === "url", Ut = (r) => r === "length" || r === "size" || r === "bg-size", Gt = (r) => r === "length", Pr = (r) => r === "number", Nr = (r) => r === "family-name", Ht = (r) => r === "shadow", Mr = () => {
|
|
267
|
+
const r = K("color"), n = K("font"), a = K("text"), i = K("font-weight"), u = K("tracking"), p = K("leading"), m = K("breakpoint"), v = K("container"), d = K("spacing"), c = K("radius"), b = K("shadow"), l = K("inset-shadow"), o = K("text-shadow"), g = K("drop-shadow"), k = K("blur"), A = K("perspective"), D = K("aspect"), W = K("ease"), Z = K("animate"), X = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], oe = () => [
|
|
268
268
|
"center",
|
|
269
269
|
"top",
|
|
270
270
|
"bottom",
|
|
@@ -282,15 +282,15 @@ const K = (r) => {
|
|
|
282
282
|
"bottom-left",
|
|
283
283
|
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
284
284
|
"left-bottom"
|
|
285
|
-
], I = () => [...oe(), S, E], re = () => ["auto", "hidden", "clip", "visible", "scroll"], se = () => ["auto", "contain", "none"],
|
|
285
|
+
], I = () => [...oe(), S, E], re = () => ["auto", "hidden", "clip", "visible", "scroll"], se = () => ["auto", "contain", "none"], x = () => [S, E, d], F = () => [_e, "full", "auto", ...x()], pe = () => [ye, "none", "subgrid", S, E], Y = () => ["auto", {
|
|
286
286
|
span: ["full", ye, S, E]
|
|
287
|
-
}, ye, S, E], ae = () => [ye, "auto", S, E], ie = () => ["auto", "min", "max", "fr", S, E], ne = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], q = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], B = () => ["auto", ...
|
|
287
|
+
}, ye, S, E], ae = () => [ye, "auto", S, E], ie = () => ["auto", "min", "max", "fr", S, E], ne = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], q = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], B = () => ["auto", ...x()], J = () => [_e, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...x()], O = () => [r, S, E], le = () => [...oe(), mt, pt, {
|
|
288
288
|
position: [S, E]
|
|
289
289
|
}], t = () => ["no-repeat", {
|
|
290
290
|
repeat: ["", "x", "y", "space", "round"]
|
|
291
|
-
}], f = () => ["auto", "cover", "contain",
|
|
291
|
+
}], f = () => ["auto", "cover", "contain", Ar, Or, {
|
|
292
292
|
size: [S, E]
|
|
293
|
-
}], _ = () => [Ge,
|
|
293
|
+
}], _ = () => [Ge, ke, ve], h = () => [
|
|
294
294
|
// Deprecated since Tailwind CSS v4.0.0
|
|
295
295
|
"",
|
|
296
296
|
"none",
|
|
@@ -298,14 +298,14 @@ const K = (r) => {
|
|
|
298
298
|
c,
|
|
299
299
|
S,
|
|
300
300
|
E
|
|
301
|
-
],
|
|
301
|
+
], R = () => ["", L, ke, ve], M = () => ["solid", "dashed", "dotted", "double"], C = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], G = () => [L, Ge, mt, pt], P = () => [
|
|
302
302
|
// Deprecated since Tailwind CSS v4.0.0
|
|
303
303
|
"",
|
|
304
304
|
"none",
|
|
305
|
-
|
|
305
|
+
k,
|
|
306
306
|
S,
|
|
307
307
|
E
|
|
308
|
-
], Q = () => ["none", L, S, E],
|
|
308
|
+
], Q = () => ["none", L, S, E], fe = () => ["none", L, S, E], me = () => [L, S, E], he = () => [_e, "full", ...x()];
|
|
309
309
|
return {
|
|
310
310
|
cacheSize: 500,
|
|
311
311
|
theme: {
|
|
@@ -313,11 +313,11 @@ const K = (r) => {
|
|
|
313
313
|
aspect: ["video"],
|
|
314
314
|
blur: [de],
|
|
315
315
|
breakpoint: [de],
|
|
316
|
-
color: [
|
|
316
|
+
color: [wr],
|
|
317
317
|
container: [de],
|
|
318
318
|
"drop-shadow": [de],
|
|
319
319
|
ease: ["in", "out", "in-out"],
|
|
320
|
-
font: [
|
|
320
|
+
font: [Rr],
|
|
321
321
|
"font-weight": ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black"],
|
|
322
322
|
"inset-shadow": [de],
|
|
323
323
|
leading: ["none", "tight", "snug", "normal", "relaxed", "loose"],
|
|
@@ -561,7 +561,7 @@ const K = (r) => {
|
|
|
561
561
|
* @see https://tailwindcss.com/docs/flex-basis
|
|
562
562
|
*/
|
|
563
563
|
basis: [{
|
|
564
|
-
basis: [_e, "full", "auto", v, ...
|
|
564
|
+
basis: [_e, "full", "auto", v, ...x()]
|
|
565
565
|
}],
|
|
566
566
|
/**
|
|
567
567
|
* Flex Direction
|
|
@@ -687,21 +687,21 @@ const K = (r) => {
|
|
|
687
687
|
* @see https://tailwindcss.com/docs/gap
|
|
688
688
|
*/
|
|
689
689
|
gap: [{
|
|
690
|
-
gap:
|
|
690
|
+
gap: x()
|
|
691
691
|
}],
|
|
692
692
|
/**
|
|
693
693
|
* Gap X
|
|
694
694
|
* @see https://tailwindcss.com/docs/gap
|
|
695
695
|
*/
|
|
696
696
|
"gap-x": [{
|
|
697
|
-
"gap-x":
|
|
697
|
+
"gap-x": x()
|
|
698
698
|
}],
|
|
699
699
|
/**
|
|
700
700
|
* Gap Y
|
|
701
701
|
* @see https://tailwindcss.com/docs/gap
|
|
702
702
|
*/
|
|
703
703
|
"gap-y": [{
|
|
704
|
-
"gap-y":
|
|
704
|
+
"gap-y": x()
|
|
705
705
|
}],
|
|
706
706
|
/**
|
|
707
707
|
* Justify Content
|
|
@@ -776,63 +776,63 @@ const K = (r) => {
|
|
|
776
776
|
* @see https://tailwindcss.com/docs/padding
|
|
777
777
|
*/
|
|
778
778
|
p: [{
|
|
779
|
-
p:
|
|
779
|
+
p: x()
|
|
780
780
|
}],
|
|
781
781
|
/**
|
|
782
782
|
* Padding X
|
|
783
783
|
* @see https://tailwindcss.com/docs/padding
|
|
784
784
|
*/
|
|
785
785
|
px: [{
|
|
786
|
-
px:
|
|
786
|
+
px: x()
|
|
787
787
|
}],
|
|
788
788
|
/**
|
|
789
789
|
* Padding Y
|
|
790
790
|
* @see https://tailwindcss.com/docs/padding
|
|
791
791
|
*/
|
|
792
792
|
py: [{
|
|
793
|
-
py:
|
|
793
|
+
py: x()
|
|
794
794
|
}],
|
|
795
795
|
/**
|
|
796
796
|
* Padding Start
|
|
797
797
|
* @see https://tailwindcss.com/docs/padding
|
|
798
798
|
*/
|
|
799
799
|
ps: [{
|
|
800
|
-
ps:
|
|
800
|
+
ps: x()
|
|
801
801
|
}],
|
|
802
802
|
/**
|
|
803
803
|
* Padding End
|
|
804
804
|
* @see https://tailwindcss.com/docs/padding
|
|
805
805
|
*/
|
|
806
806
|
pe: [{
|
|
807
|
-
pe:
|
|
807
|
+
pe: x()
|
|
808
808
|
}],
|
|
809
809
|
/**
|
|
810
810
|
* Padding Top
|
|
811
811
|
* @see https://tailwindcss.com/docs/padding
|
|
812
812
|
*/
|
|
813
813
|
pt: [{
|
|
814
|
-
pt:
|
|
814
|
+
pt: x()
|
|
815
815
|
}],
|
|
816
816
|
/**
|
|
817
817
|
* Padding Right
|
|
818
818
|
* @see https://tailwindcss.com/docs/padding
|
|
819
819
|
*/
|
|
820
820
|
pr: [{
|
|
821
|
-
pr:
|
|
821
|
+
pr: x()
|
|
822
822
|
}],
|
|
823
823
|
/**
|
|
824
824
|
* Padding Bottom
|
|
825
825
|
* @see https://tailwindcss.com/docs/padding
|
|
826
826
|
*/
|
|
827
827
|
pb: [{
|
|
828
|
-
pb:
|
|
828
|
+
pb: x()
|
|
829
829
|
}],
|
|
830
830
|
/**
|
|
831
831
|
* Padding Left
|
|
832
832
|
* @see https://tailwindcss.com/docs/padding
|
|
833
833
|
*/
|
|
834
834
|
pl: [{
|
|
835
|
-
pl:
|
|
835
|
+
pl: x()
|
|
836
836
|
}],
|
|
837
837
|
/**
|
|
838
838
|
* Margin
|
|
@@ -902,7 +902,7 @@ const K = (r) => {
|
|
|
902
902
|
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
903
903
|
*/
|
|
904
904
|
"space-x": [{
|
|
905
|
-
"space-x":
|
|
905
|
+
"space-x": x()
|
|
906
906
|
}],
|
|
907
907
|
/**
|
|
908
908
|
* Space Between X Reverse
|
|
@@ -914,7 +914,7 @@ const K = (r) => {
|
|
|
914
914
|
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
915
915
|
*/
|
|
916
916
|
"space-y": [{
|
|
917
|
-
"space-y":
|
|
917
|
+
"space-y": x()
|
|
918
918
|
}],
|
|
919
919
|
/**
|
|
920
920
|
* Space Between Y Reverse
|
|
@@ -998,7 +998,7 @@ const K = (r) => {
|
|
|
998
998
|
* @see https://tailwindcss.com/docs/font-size
|
|
999
999
|
*/
|
|
1000
1000
|
"font-size": [{
|
|
1001
|
-
text: ["base", a,
|
|
1001
|
+
text: ["base", a, ke, ve]
|
|
1002
1002
|
}],
|
|
1003
1003
|
/**
|
|
1004
1004
|
* Font Smoothing
|
|
@@ -1029,7 +1029,7 @@ const K = (r) => {
|
|
|
1029
1029
|
* @see https://tailwindcss.com/docs/font-family
|
|
1030
1030
|
*/
|
|
1031
1031
|
"font-family": [{
|
|
1032
|
-
font: [
|
|
1032
|
+
font: [Tr, E, n]
|
|
1033
1033
|
}],
|
|
1034
1034
|
/**
|
|
1035
1035
|
* Font Variant Numeric
|
|
@@ -1083,7 +1083,7 @@ const K = (r) => {
|
|
|
1083
1083
|
leading: [
|
|
1084
1084
|
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1085
1085
|
p,
|
|
1086
|
-
...
|
|
1086
|
+
...x()
|
|
1087
1087
|
]
|
|
1088
1088
|
}],
|
|
1089
1089
|
/**
|
|
@@ -1184,7 +1184,7 @@ const K = (r) => {
|
|
|
1184
1184
|
* @see https://tailwindcss.com/docs/text-indent
|
|
1185
1185
|
*/
|
|
1186
1186
|
indent: [{
|
|
1187
|
-
indent:
|
|
1187
|
+
indent: x()
|
|
1188
1188
|
}],
|
|
1189
1189
|
/**
|
|
1190
1190
|
* Vertical Alignment
|
|
@@ -1257,7 +1257,7 @@ const K = (r) => {
|
|
|
1257
1257
|
* @see https://tailwindcss.com/docs/background-position
|
|
1258
1258
|
*/
|
|
1259
1259
|
"bg-position": [{
|
|
1260
|
-
bg:
|
|
1260
|
+
bg: le()
|
|
1261
1261
|
}],
|
|
1262
1262
|
/**
|
|
1263
1263
|
* Background Repeat
|
|
@@ -1284,7 +1284,7 @@ const K = (r) => {
|
|
|
1284
1284
|
}, ye, S, E],
|
|
1285
1285
|
radial: ["", S, E],
|
|
1286
1286
|
conic: [ye, S, E]
|
|
1287
|
-
},
|
|
1287
|
+
}, Cr, xr]
|
|
1288
1288
|
}],
|
|
1289
1289
|
/**
|
|
1290
1290
|
* Background Color
|
|
@@ -1448,70 +1448,70 @@ const K = (r) => {
|
|
|
1448
1448
|
* @see https://tailwindcss.com/docs/border-width
|
|
1449
1449
|
*/
|
|
1450
1450
|
"border-w": [{
|
|
1451
|
-
border:
|
|
1451
|
+
border: R()
|
|
1452
1452
|
}],
|
|
1453
1453
|
/**
|
|
1454
1454
|
* Border Width X
|
|
1455
1455
|
* @see https://tailwindcss.com/docs/border-width
|
|
1456
1456
|
*/
|
|
1457
1457
|
"border-w-x": [{
|
|
1458
|
-
"border-x":
|
|
1458
|
+
"border-x": R()
|
|
1459
1459
|
}],
|
|
1460
1460
|
/**
|
|
1461
1461
|
* Border Width Y
|
|
1462
1462
|
* @see https://tailwindcss.com/docs/border-width
|
|
1463
1463
|
*/
|
|
1464
1464
|
"border-w-y": [{
|
|
1465
|
-
"border-y":
|
|
1465
|
+
"border-y": R()
|
|
1466
1466
|
}],
|
|
1467
1467
|
/**
|
|
1468
1468
|
* Border Width Start
|
|
1469
1469
|
* @see https://tailwindcss.com/docs/border-width
|
|
1470
1470
|
*/
|
|
1471
1471
|
"border-w-s": [{
|
|
1472
|
-
"border-s":
|
|
1472
|
+
"border-s": R()
|
|
1473
1473
|
}],
|
|
1474
1474
|
/**
|
|
1475
1475
|
* Border Width End
|
|
1476
1476
|
* @see https://tailwindcss.com/docs/border-width
|
|
1477
1477
|
*/
|
|
1478
1478
|
"border-w-e": [{
|
|
1479
|
-
"border-e":
|
|
1479
|
+
"border-e": R()
|
|
1480
1480
|
}],
|
|
1481
1481
|
/**
|
|
1482
1482
|
* Border Width Top
|
|
1483
1483
|
* @see https://tailwindcss.com/docs/border-width
|
|
1484
1484
|
*/
|
|
1485
1485
|
"border-w-t": [{
|
|
1486
|
-
"border-t":
|
|
1486
|
+
"border-t": R()
|
|
1487
1487
|
}],
|
|
1488
1488
|
/**
|
|
1489
1489
|
* Border Width Right
|
|
1490
1490
|
* @see https://tailwindcss.com/docs/border-width
|
|
1491
1491
|
*/
|
|
1492
1492
|
"border-w-r": [{
|
|
1493
|
-
"border-r":
|
|
1493
|
+
"border-r": R()
|
|
1494
1494
|
}],
|
|
1495
1495
|
/**
|
|
1496
1496
|
* Border Width Bottom
|
|
1497
1497
|
* @see https://tailwindcss.com/docs/border-width
|
|
1498
1498
|
*/
|
|
1499
1499
|
"border-w-b": [{
|
|
1500
|
-
"border-b":
|
|
1500
|
+
"border-b": R()
|
|
1501
1501
|
}],
|
|
1502
1502
|
/**
|
|
1503
1503
|
* Border Width Left
|
|
1504
1504
|
* @see https://tailwindcss.com/docs/border-width
|
|
1505
1505
|
*/
|
|
1506
1506
|
"border-w-l": [{
|
|
1507
|
-
"border-l":
|
|
1507
|
+
"border-l": R()
|
|
1508
1508
|
}],
|
|
1509
1509
|
/**
|
|
1510
1510
|
* Divide Width X
|
|
1511
1511
|
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
1512
1512
|
*/
|
|
1513
1513
|
"divide-x": [{
|
|
1514
|
-
"divide-x":
|
|
1514
|
+
"divide-x": R()
|
|
1515
1515
|
}],
|
|
1516
1516
|
/**
|
|
1517
1517
|
* Divide Width X Reverse
|
|
@@ -1523,7 +1523,7 @@ const K = (r) => {
|
|
|
1523
1523
|
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
1524
1524
|
*/
|
|
1525
1525
|
"divide-y": [{
|
|
1526
|
-
"divide-y":
|
|
1526
|
+
"divide-y": R()
|
|
1527
1527
|
}],
|
|
1528
1528
|
/**
|
|
1529
1529
|
* Divide Width Y Reverse
|
|
@@ -1633,7 +1633,7 @@ const K = (r) => {
|
|
|
1633
1633
|
* @see https://tailwindcss.com/docs/outline-width
|
|
1634
1634
|
*/
|
|
1635
1635
|
"outline-w": [{
|
|
1636
|
-
outline: ["", L,
|
|
1636
|
+
outline: ["", L, ke, ve]
|
|
1637
1637
|
}],
|
|
1638
1638
|
/**
|
|
1639
1639
|
* Outline Color
|
|
@@ -1685,7 +1685,7 @@ const K = (r) => {
|
|
|
1685
1685
|
* @see https://tailwindcss.com/docs/box-shadow#adding-a-ring
|
|
1686
1686
|
*/
|
|
1687
1687
|
"ring-w": [{
|
|
1688
|
-
ring:
|
|
1688
|
+
ring: R()
|
|
1689
1689
|
}],
|
|
1690
1690
|
/**
|
|
1691
1691
|
* Ring Width Inset
|
|
@@ -1724,7 +1724,7 @@ const K = (r) => {
|
|
|
1724
1724
|
* @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-ring
|
|
1725
1725
|
*/
|
|
1726
1726
|
"inset-ring-w": [{
|
|
1727
|
-
"inset-ring":
|
|
1727
|
+
"inset-ring": R()
|
|
1728
1728
|
}],
|
|
1729
1729
|
/**
|
|
1730
1730
|
* Inset Ring Color
|
|
@@ -1934,7 +1934,7 @@ const K = (r) => {
|
|
|
1934
1934
|
* @see https://tailwindcss.com/docs/mask-position
|
|
1935
1935
|
*/
|
|
1936
1936
|
"mask-position": [{
|
|
1937
|
-
mask:
|
|
1937
|
+
mask: le()
|
|
1938
1938
|
}],
|
|
1939
1939
|
/**
|
|
1940
1940
|
* Mask Repeat
|
|
@@ -2148,21 +2148,21 @@ const K = (r) => {
|
|
|
2148
2148
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
2149
2149
|
*/
|
|
2150
2150
|
"border-spacing": [{
|
|
2151
|
-
"border-spacing":
|
|
2151
|
+
"border-spacing": x()
|
|
2152
2152
|
}],
|
|
2153
2153
|
/**
|
|
2154
2154
|
* Border Spacing X
|
|
2155
2155
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
2156
2156
|
*/
|
|
2157
2157
|
"border-spacing-x": [{
|
|
2158
|
-
"border-spacing-x":
|
|
2158
|
+
"border-spacing-x": x()
|
|
2159
2159
|
}],
|
|
2160
2160
|
/**
|
|
2161
2161
|
* Border Spacing Y
|
|
2162
2162
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
2163
2163
|
*/
|
|
2164
2164
|
"border-spacing-y": [{
|
|
2165
|
-
"border-spacing-y":
|
|
2165
|
+
"border-spacing-y": x()
|
|
2166
2166
|
}],
|
|
2167
2167
|
/**
|
|
2168
2168
|
* Table Layout
|
|
@@ -2280,28 +2280,28 @@ const K = (r) => {
|
|
|
2280
2280
|
* @see https://tailwindcss.com/docs/scale
|
|
2281
2281
|
*/
|
|
2282
2282
|
scale: [{
|
|
2283
|
-
scale:
|
|
2283
|
+
scale: fe()
|
|
2284
2284
|
}],
|
|
2285
2285
|
/**
|
|
2286
2286
|
* Scale X
|
|
2287
2287
|
* @see https://tailwindcss.com/docs/scale
|
|
2288
2288
|
*/
|
|
2289
2289
|
"scale-x": [{
|
|
2290
|
-
"scale-x":
|
|
2290
|
+
"scale-x": fe()
|
|
2291
2291
|
}],
|
|
2292
2292
|
/**
|
|
2293
2293
|
* Scale Y
|
|
2294
2294
|
* @see https://tailwindcss.com/docs/scale
|
|
2295
2295
|
*/
|
|
2296
2296
|
"scale-y": [{
|
|
2297
|
-
"scale-y":
|
|
2297
|
+
"scale-y": fe()
|
|
2298
2298
|
}],
|
|
2299
2299
|
/**
|
|
2300
2300
|
* Scale Z
|
|
2301
2301
|
* @see https://tailwindcss.com/docs/scale
|
|
2302
2302
|
*/
|
|
2303
2303
|
"scale-z": [{
|
|
2304
|
-
"scale-z":
|
|
2304
|
+
"scale-z": fe()
|
|
2305
2305
|
}],
|
|
2306
2306
|
/**
|
|
2307
2307
|
* Scale 3D
|
|
@@ -2454,126 +2454,126 @@ const K = (r) => {
|
|
|
2454
2454
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2455
2455
|
*/
|
|
2456
2456
|
"scroll-m": [{
|
|
2457
|
-
"scroll-m":
|
|
2457
|
+
"scroll-m": x()
|
|
2458
2458
|
}],
|
|
2459
2459
|
/**
|
|
2460
2460
|
* Scroll Margin X
|
|
2461
2461
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2462
2462
|
*/
|
|
2463
2463
|
"scroll-mx": [{
|
|
2464
|
-
"scroll-mx":
|
|
2464
|
+
"scroll-mx": x()
|
|
2465
2465
|
}],
|
|
2466
2466
|
/**
|
|
2467
2467
|
* Scroll Margin Y
|
|
2468
2468
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2469
2469
|
*/
|
|
2470
2470
|
"scroll-my": [{
|
|
2471
|
-
"scroll-my":
|
|
2471
|
+
"scroll-my": x()
|
|
2472
2472
|
}],
|
|
2473
2473
|
/**
|
|
2474
2474
|
* Scroll Margin Start
|
|
2475
2475
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2476
2476
|
*/
|
|
2477
2477
|
"scroll-ms": [{
|
|
2478
|
-
"scroll-ms":
|
|
2478
|
+
"scroll-ms": x()
|
|
2479
2479
|
}],
|
|
2480
2480
|
/**
|
|
2481
2481
|
* Scroll Margin End
|
|
2482
2482
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2483
2483
|
*/
|
|
2484
2484
|
"scroll-me": [{
|
|
2485
|
-
"scroll-me":
|
|
2485
|
+
"scroll-me": x()
|
|
2486
2486
|
}],
|
|
2487
2487
|
/**
|
|
2488
2488
|
* Scroll Margin Top
|
|
2489
2489
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2490
2490
|
*/
|
|
2491
2491
|
"scroll-mt": [{
|
|
2492
|
-
"scroll-mt":
|
|
2492
|
+
"scroll-mt": x()
|
|
2493
2493
|
}],
|
|
2494
2494
|
/**
|
|
2495
2495
|
* Scroll Margin Right
|
|
2496
2496
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2497
2497
|
*/
|
|
2498
2498
|
"scroll-mr": [{
|
|
2499
|
-
"scroll-mr":
|
|
2499
|
+
"scroll-mr": x()
|
|
2500
2500
|
}],
|
|
2501
2501
|
/**
|
|
2502
2502
|
* Scroll Margin Bottom
|
|
2503
2503
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2504
2504
|
*/
|
|
2505
2505
|
"scroll-mb": [{
|
|
2506
|
-
"scroll-mb":
|
|
2506
|
+
"scroll-mb": x()
|
|
2507
2507
|
}],
|
|
2508
2508
|
/**
|
|
2509
2509
|
* Scroll Margin Left
|
|
2510
2510
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2511
2511
|
*/
|
|
2512
2512
|
"scroll-ml": [{
|
|
2513
|
-
"scroll-ml":
|
|
2513
|
+
"scroll-ml": x()
|
|
2514
2514
|
}],
|
|
2515
2515
|
/**
|
|
2516
2516
|
* Scroll Padding
|
|
2517
2517
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2518
2518
|
*/
|
|
2519
2519
|
"scroll-p": [{
|
|
2520
|
-
"scroll-p":
|
|
2520
|
+
"scroll-p": x()
|
|
2521
2521
|
}],
|
|
2522
2522
|
/**
|
|
2523
2523
|
* Scroll Padding X
|
|
2524
2524
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2525
2525
|
*/
|
|
2526
2526
|
"scroll-px": [{
|
|
2527
|
-
"scroll-px":
|
|
2527
|
+
"scroll-px": x()
|
|
2528
2528
|
}],
|
|
2529
2529
|
/**
|
|
2530
2530
|
* Scroll Padding Y
|
|
2531
2531
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2532
2532
|
*/
|
|
2533
2533
|
"scroll-py": [{
|
|
2534
|
-
"scroll-py":
|
|
2534
|
+
"scroll-py": x()
|
|
2535
2535
|
}],
|
|
2536
2536
|
/**
|
|
2537
2537
|
* Scroll Padding Start
|
|
2538
2538
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2539
2539
|
*/
|
|
2540
2540
|
"scroll-ps": [{
|
|
2541
|
-
"scroll-ps":
|
|
2541
|
+
"scroll-ps": x()
|
|
2542
2542
|
}],
|
|
2543
2543
|
/**
|
|
2544
2544
|
* Scroll Padding End
|
|
2545
2545
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2546
2546
|
*/
|
|
2547
2547
|
"scroll-pe": [{
|
|
2548
|
-
"scroll-pe":
|
|
2548
|
+
"scroll-pe": x()
|
|
2549
2549
|
}],
|
|
2550
2550
|
/**
|
|
2551
2551
|
* Scroll Padding Top
|
|
2552
2552
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2553
2553
|
*/
|
|
2554
2554
|
"scroll-pt": [{
|
|
2555
|
-
"scroll-pt":
|
|
2555
|
+
"scroll-pt": x()
|
|
2556
2556
|
}],
|
|
2557
2557
|
/**
|
|
2558
2558
|
* Scroll Padding Right
|
|
2559
2559
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2560
2560
|
*/
|
|
2561
2561
|
"scroll-pr": [{
|
|
2562
|
-
"scroll-pr":
|
|
2562
|
+
"scroll-pr": x()
|
|
2563
2563
|
}],
|
|
2564
2564
|
/**
|
|
2565
2565
|
* Scroll Padding Bottom
|
|
2566
2566
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2567
2567
|
*/
|
|
2568
2568
|
"scroll-pb": [{
|
|
2569
|
-
"scroll-pb":
|
|
2569
|
+
"scroll-pb": x()
|
|
2570
2570
|
}],
|
|
2571
2571
|
/**
|
|
2572
2572
|
* Scroll Padding Left
|
|
2573
2573
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2574
2574
|
*/
|
|
2575
2575
|
"scroll-pl": [{
|
|
2576
|
-
"scroll-pl":
|
|
2576
|
+
"scroll-pl": x()
|
|
2577
2577
|
}],
|
|
2578
2578
|
/**
|
|
2579
2579
|
* Scroll Snap Align
|
|
@@ -2658,7 +2658,7 @@ const K = (r) => {
|
|
|
2658
2658
|
* @see https://tailwindcss.com/docs/stroke-width
|
|
2659
2659
|
*/
|
|
2660
2660
|
"stroke-w": [{
|
|
2661
|
-
stroke: [L,
|
|
2661
|
+
stroke: [L, ke, ve, He]
|
|
2662
2662
|
}],
|
|
2663
2663
|
/**
|
|
2664
2664
|
* Stroke
|
|
@@ -2733,11 +2733,11 @@ const K = (r) => {
|
|
|
2733
2733
|
},
|
|
2734
2734
|
orderSensitiveModifiers: ["*", "**", "after", "backdrop", "before", "details-content", "file", "first-letter", "first-line", "marker", "placeholder", "selection"]
|
|
2735
2735
|
};
|
|
2736
|
-
},
|
|
2737
|
-
function
|
|
2738
|
-
return
|
|
2736
|
+
}, jr = /* @__PURE__ */ mr(Mr);
|
|
2737
|
+
function Xe(...r) {
|
|
2738
|
+
return jr(Nt(r));
|
|
2739
2739
|
}
|
|
2740
|
-
var Le = { exports: {} },
|
|
2740
|
+
var Le = { exports: {} }, Re = {};
|
|
2741
2741
|
/**
|
|
2742
2742
|
* @license React
|
|
2743
2743
|
* react-jsx-runtime.production.js
|
|
@@ -2747,10 +2747,10 @@ var Le = { exports: {} }, ke = {};
|
|
|
2747
2747
|
* This source code is licensed under the MIT license found in the
|
|
2748
2748
|
* LICENSE file in the root directory of this source tree.
|
|
2749
2749
|
*/
|
|
2750
|
-
var
|
|
2751
|
-
function
|
|
2752
|
-
if (
|
|
2753
|
-
|
|
2750
|
+
var gt;
|
|
2751
|
+
function Lr() {
|
|
2752
|
+
if (gt) return Re;
|
|
2753
|
+
gt = 1;
|
|
2754
2754
|
var r = Symbol.for("react.transitional.element"), n = Symbol.for("react.fragment");
|
|
2755
2755
|
function a(i, u, p) {
|
|
2756
2756
|
var m = null;
|
|
@@ -2767,7 +2767,7 @@ function Mr() {
|
|
|
2767
2767
|
props: p
|
|
2768
2768
|
};
|
|
2769
2769
|
}
|
|
2770
|
-
return
|
|
2770
|
+
return Re.Fragment = n, Re.jsx = a, Re.jsxs = a, Re;
|
|
2771
2771
|
}
|
|
2772
2772
|
var Oe = {}, De = { exports: {} }, N = {};
|
|
2773
2773
|
/**
|
|
@@ -2779,10 +2779,10 @@ var Oe = {}, De = { exports: {} }, N = {};
|
|
|
2779
2779
|
* This source code is licensed under the MIT license found in the
|
|
2780
2780
|
* LICENSE file in the root directory of this source tree.
|
|
2781
2781
|
*/
|
|
2782
|
-
var
|
|
2783
|
-
function
|
|
2784
|
-
if (
|
|
2785
|
-
|
|
2782
|
+
var yt;
|
|
2783
|
+
function Dr() {
|
|
2784
|
+
if (yt) return N;
|
|
2785
|
+
yt = 1;
|
|
2786
2786
|
var r = Symbol.for("react.transitional.element"), n = Symbol.for("react.portal"), a = Symbol.for("react.fragment"), i = Symbol.for("react.strict_mode"), u = Symbol.for("react.profiler"), p = Symbol.for("react.consumer"), m = Symbol.for("react.context"), v = Symbol.for("react.forward_ref"), d = Symbol.for("react.suspense"), c = Symbol.for("react.memo"), b = Symbol.for("react.lazy"), l = Symbol.iterator;
|
|
2787
2787
|
function o(t) {
|
|
2788
2788
|
return t === null || typeof t != "object" ? null : (t = l && t[l] || t["@@iterator"], typeof t == "function" ? t : null);
|
|
@@ -2797,7 +2797,7 @@ function jr() {
|
|
|
2797
2797
|
},
|
|
2798
2798
|
enqueueSetState: function() {
|
|
2799
2799
|
}
|
|
2800
|
-
},
|
|
2800
|
+
}, k = Object.assign, A = {};
|
|
2801
2801
|
function D(t, f, _) {
|
|
2802
2802
|
this.props = t, this.context = f, this.refs = A, this.updater = _ || g;
|
|
2803
2803
|
}
|
|
@@ -2817,9 +2817,9 @@ function jr() {
|
|
|
2817
2817
|
this.props = t, this.context = f, this.refs = A, this.updater = _ || g;
|
|
2818
2818
|
}
|
|
2819
2819
|
var X = Z.prototype = new W();
|
|
2820
|
-
X.constructor = Z,
|
|
2820
|
+
X.constructor = Z, k(X, D.prototype), X.isPureReactComponent = !0;
|
|
2821
2821
|
var oe = Array.isArray, I = { H: null, A: null, T: null, S: null, V: null }, re = Object.prototype.hasOwnProperty;
|
|
2822
|
-
function se(t, f, _, h,
|
|
2822
|
+
function se(t, f, _, h, R, M) {
|
|
2823
2823
|
return _ = M.ref, {
|
|
2824
2824
|
$$typeof: r,
|
|
2825
2825
|
type: t,
|
|
@@ -2828,7 +2828,7 @@ function jr() {
|
|
|
2828
2828
|
props: M
|
|
2829
2829
|
};
|
|
2830
2830
|
}
|
|
2831
|
-
function
|
|
2831
|
+
function x(t, f) {
|
|
2832
2832
|
return se(
|
|
2833
2833
|
t.type,
|
|
2834
2834
|
f,
|
|
@@ -2876,7 +2876,7 @@ function jr() {
|
|
|
2876
2876
|
}
|
|
2877
2877
|
throw t;
|
|
2878
2878
|
}
|
|
2879
|
-
function q(t, f, _, h,
|
|
2879
|
+
function q(t, f, _, h, R) {
|
|
2880
2880
|
var M = typeof t;
|
|
2881
2881
|
(M === "undefined" || M === "boolean") && (t = null);
|
|
2882
2882
|
var C = !1;
|
|
@@ -2900,20 +2900,20 @@ function jr() {
|
|
|
2900
2900
|
f,
|
|
2901
2901
|
_,
|
|
2902
2902
|
h,
|
|
2903
|
-
|
|
2903
|
+
R
|
|
2904
2904
|
);
|
|
2905
2905
|
}
|
|
2906
2906
|
}
|
|
2907
2907
|
if (C)
|
|
2908
|
-
return
|
|
2908
|
+
return R = R(t), C = h === "" ? "." + ae(t, 0) : h, oe(R) ? (_ = "", C != null && (_ = C.replace(Y, "$&/") + "/"), q(R, f, _, "", function(Q) {
|
|
2909
2909
|
return Q;
|
|
2910
|
-
})) :
|
|
2911
|
-
|
|
2912
|
-
_ + (
|
|
2910
|
+
})) : R != null && (F(R) && (R = x(
|
|
2911
|
+
R,
|
|
2912
|
+
_ + (R.key == null || t && t.key === R.key ? "" : ("" + R.key).replace(
|
|
2913
2913
|
Y,
|
|
2914
2914
|
"$&/"
|
|
2915
2915
|
) + "/") + C
|
|
2916
|
-
)), f.push(
|
|
2916
|
+
)), f.push(R)), 1;
|
|
2917
2917
|
C = 0;
|
|
2918
2918
|
var G = h === "" ? "." : h + ":";
|
|
2919
2919
|
if (oe(t))
|
|
@@ -2923,7 +2923,7 @@ function jr() {
|
|
|
2923
2923
|
f,
|
|
2924
2924
|
_,
|
|
2925
2925
|
M,
|
|
2926
|
-
|
|
2926
|
+
R
|
|
2927
2927
|
);
|
|
2928
2928
|
else if (P = o(t), typeof P == "function")
|
|
2929
2929
|
for (t = P.call(t), P = 0; !(h = t.next()).done; )
|
|
@@ -2932,7 +2932,7 @@ function jr() {
|
|
|
2932
2932
|
f,
|
|
2933
2933
|
_,
|
|
2934
2934
|
M,
|
|
2935
|
-
|
|
2935
|
+
R
|
|
2936
2936
|
);
|
|
2937
2937
|
else if (M === "object") {
|
|
2938
2938
|
if (typeof t.then == "function")
|
|
@@ -2941,7 +2941,7 @@ function jr() {
|
|
|
2941
2941
|
f,
|
|
2942
2942
|
_,
|
|
2943
2943
|
h,
|
|
2944
|
-
|
|
2944
|
+
R
|
|
2945
2945
|
);
|
|
2946
2946
|
throw f = String(t), Error(
|
|
2947
2947
|
"Objects are not valid as a React child (found: " + (f === "[object Object]" ? "object with keys {" + Object.keys(t).join(", ") + "}" : f) + "). If you meant to render a collection of children, use an array instead."
|
|
@@ -2951,9 +2951,9 @@ function jr() {
|
|
|
2951
2951
|
}
|
|
2952
2952
|
function B(t, f, _) {
|
|
2953
2953
|
if (t == null) return t;
|
|
2954
|
-
var h = [],
|
|
2954
|
+
var h = [], R = 0;
|
|
2955
2955
|
return q(t, h, "", "", function(M) {
|
|
2956
|
-
return f.call(_, M,
|
|
2956
|
+
return f.call(_, M, R++);
|
|
2957
2957
|
}), h;
|
|
2958
2958
|
}
|
|
2959
2959
|
function J(t) {
|
|
@@ -2986,7 +2986,7 @@ function jr() {
|
|
|
2986
2986
|
}
|
|
2987
2987
|
console.error(t);
|
|
2988
2988
|
};
|
|
2989
|
-
function
|
|
2989
|
+
function le() {
|
|
2990
2990
|
}
|
|
2991
2991
|
return N.Children = {
|
|
2992
2992
|
map: B,
|
|
@@ -3031,9 +3031,9 @@ function jr() {
|
|
|
3031
3031
|
throw Error(
|
|
3032
3032
|
"The argument must be a React element, but you passed " + t + "."
|
|
3033
3033
|
);
|
|
3034
|
-
var h =
|
|
3034
|
+
var h = k({}, t.props), R = t.key, M = void 0;
|
|
3035
3035
|
if (f != null)
|
|
3036
|
-
for (C in f.ref !== void 0 && (M = void 0), f.key !== void 0 && (
|
|
3036
|
+
for (C in f.ref !== void 0 && (M = void 0), f.key !== void 0 && (R = "" + f.key), f)
|
|
3037
3037
|
!re.call(f, C) || C === "key" || C === "__self" || C === "__source" || C === "ref" && f.ref === void 0 || (h[C] = f[C]);
|
|
3038
3038
|
var C = arguments.length - 2;
|
|
3039
3039
|
if (C === 1) h.children = _;
|
|
@@ -3042,7 +3042,7 @@ function jr() {
|
|
|
3042
3042
|
G[P] = arguments[P + 2];
|
|
3043
3043
|
h.children = G;
|
|
3044
3044
|
}
|
|
3045
|
-
return se(t.type,
|
|
3045
|
+
return se(t.type, R, void 0, void 0, M, h);
|
|
3046
3046
|
}, N.createContext = function(t) {
|
|
3047
3047
|
return t = {
|
|
3048
3048
|
$$typeof: m,
|
|
@@ -3056,21 +3056,21 @@ function jr() {
|
|
|
3056
3056
|
_context: t
|
|
3057
3057
|
}, t;
|
|
3058
3058
|
}, N.createElement = function(t, f, _) {
|
|
3059
|
-
var h,
|
|
3059
|
+
var h, R = {}, M = null;
|
|
3060
3060
|
if (f != null)
|
|
3061
3061
|
for (h in f.key !== void 0 && (M = "" + f.key), f)
|
|
3062
|
-
re.call(f, h) && h !== "key" && h !== "__self" && h !== "__source" && (
|
|
3062
|
+
re.call(f, h) && h !== "key" && h !== "__self" && h !== "__source" && (R[h] = f[h]);
|
|
3063
3063
|
var C = arguments.length - 2;
|
|
3064
|
-
if (C === 1)
|
|
3064
|
+
if (C === 1) R.children = _;
|
|
3065
3065
|
else if (1 < C) {
|
|
3066
3066
|
for (var G = Array(C), P = 0; P < C; P++)
|
|
3067
3067
|
G[P] = arguments[P + 2];
|
|
3068
|
-
|
|
3068
|
+
R.children = G;
|
|
3069
3069
|
}
|
|
3070
3070
|
if (t && t.defaultProps)
|
|
3071
3071
|
for (h in C = t.defaultProps, C)
|
|
3072
|
-
|
|
3073
|
-
return se(t, M, void 0, void 0, null,
|
|
3072
|
+
R[h] === void 0 && (R[h] = C[h]);
|
|
3073
|
+
return se(t, M, void 0, void 0, null, R);
|
|
3074
3074
|
}, N.createRef = function() {
|
|
3075
3075
|
return { current: null };
|
|
3076
3076
|
}, N.forwardRef = function(t) {
|
|
@@ -3091,8 +3091,8 @@ function jr() {
|
|
|
3091
3091
|
var f = I.T, _ = {};
|
|
3092
3092
|
I.T = _;
|
|
3093
3093
|
try {
|
|
3094
|
-
var h = t(),
|
|
3095
|
-
|
|
3094
|
+
var h = t(), R = I.S;
|
|
3095
|
+
R !== null && R(_, h), typeof h == "object" && h !== null && typeof h.then == "function" && h.then(le, O);
|
|
3096
3096
|
} catch (M) {
|
|
3097
3097
|
O(M);
|
|
3098
3098
|
} finally {
|
|
@@ -3146,7 +3146,7 @@ function jr() {
|
|
|
3146
3146
|
return I.H.useTransition();
|
|
3147
3147
|
}, N.version = "19.1.1", N;
|
|
3148
3148
|
}
|
|
3149
|
-
var
|
|
3149
|
+
var xe = { exports: {} };
|
|
3150
3150
|
/**
|
|
3151
3151
|
* @license React
|
|
3152
3152
|
* react.development.js
|
|
@@ -3156,10 +3156,10 @@ var Te = { exports: {} };
|
|
|
3156
3156
|
* This source code is licensed under the MIT license found in the
|
|
3157
3157
|
* LICENSE file in the root directory of this source tree.
|
|
3158
3158
|
*/
|
|
3159
|
-
|
|
3160
|
-
var
|
|
3161
|
-
function
|
|
3162
|
-
return
|
|
3159
|
+
xe.exports;
|
|
3160
|
+
var ht;
|
|
3161
|
+
function Ir() {
|
|
3162
|
+
return ht || (ht = 1, (function(r, n) {
|
|
3163
3163
|
process.env.NODE_ENV !== "production" && (function() {
|
|
3164
3164
|
function a(e, s) {
|
|
3165
3165
|
Object.defineProperty(p.prototype, e, {
|
|
@@ -3185,12 +3185,12 @@ function Lr() {
|
|
|
3185
3185
|
), he[y] = !0);
|
|
3186
3186
|
}
|
|
3187
3187
|
function p(e, s, y) {
|
|
3188
|
-
this.props = e, this.context = s, this.refs = $e, this.updater = y ||
|
|
3188
|
+
this.props = e, this.context = s, this.refs = $e, this.updater = y || Je;
|
|
3189
3189
|
}
|
|
3190
3190
|
function m() {
|
|
3191
3191
|
}
|
|
3192
3192
|
function v(e, s, y) {
|
|
3193
|
-
this.props = e, this.context = s, this.refs = $e, this.updater = y ||
|
|
3193
|
+
this.props = e, this.context = s, this.refs = $e, this.updater = y || Je;
|
|
3194
3194
|
}
|
|
3195
3195
|
function d(e) {
|
|
3196
3196
|
return "" + e;
|
|
@@ -3215,7 +3215,7 @@ function Lr() {
|
|
|
3215
3215
|
function b(e) {
|
|
3216
3216
|
if (e == null) return null;
|
|
3217
3217
|
if (typeof e == "function")
|
|
3218
|
-
return e.$$typeof ===
|
|
3218
|
+
return e.$$typeof === Xt ? null : e.displayName || e.name || null;
|
|
3219
3219
|
if (typeof e == "string") return e;
|
|
3220
3220
|
switch (e) {
|
|
3221
3221
|
case t:
|
|
@@ -3228,16 +3228,16 @@ function Lr() {
|
|
|
3228
3228
|
return "Suspense";
|
|
3229
3229
|
case G:
|
|
3230
3230
|
return "SuspenseList";
|
|
3231
|
-
case
|
|
3231
|
+
case fe:
|
|
3232
3232
|
return "Activity";
|
|
3233
3233
|
}
|
|
3234
3234
|
if (typeof e == "object")
|
|
3235
3235
|
switch (typeof e.tag == "number" && console.error(
|
|
3236
3236
|
"Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
|
|
3237
3237
|
), e.$$typeof) {
|
|
3238
|
-
case
|
|
3238
|
+
case le:
|
|
3239
3239
|
return "Portal";
|
|
3240
|
-
case
|
|
3240
|
+
case R:
|
|
3241
3241
|
return (e.displayName || "Context") + ".Provider";
|
|
3242
3242
|
case h:
|
|
3243
3243
|
return (e._context.displayName || "Context") + ".Consumer";
|
|
@@ -3273,7 +3273,7 @@ function Lr() {
|
|
|
3273
3273
|
function g() {
|
|
3274
3274
|
return Error("react-stack-top-frame");
|
|
3275
3275
|
}
|
|
3276
|
-
function
|
|
3276
|
+
function k(e) {
|
|
3277
3277
|
if (Ae.call(e, "key")) {
|
|
3278
3278
|
var s = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
3279
3279
|
if (s && s.isReactWarning) return !1;
|
|
@@ -3282,7 +3282,7 @@ function Lr() {
|
|
|
3282
3282
|
}
|
|
3283
3283
|
function A(e, s) {
|
|
3284
3284
|
function y() {
|
|
3285
|
-
|
|
3285
|
+
nt || (nt = !0, console.error(
|
|
3286
3286
|
"%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
|
|
3287
3287
|
s
|
|
3288
3288
|
));
|
|
@@ -3294,17 +3294,17 @@ function Lr() {
|
|
|
3294
3294
|
}
|
|
3295
3295
|
function D() {
|
|
3296
3296
|
var e = b(this.type);
|
|
3297
|
-
return
|
|
3297
|
+
return st[e] || (st[e] = !0, console.error(
|
|
3298
3298
|
"Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
|
|
3299
3299
|
)), e = this.props.ref, e !== void 0 ? e : null;
|
|
3300
3300
|
}
|
|
3301
|
-
function W(e, s, y, w,
|
|
3301
|
+
function W(e, s, y, w, T, U, j, V) {
|
|
3302
3302
|
return y = U.ref, e = {
|
|
3303
3303
|
$$typeof: O,
|
|
3304
3304
|
type: e,
|
|
3305
3305
|
key: s,
|
|
3306
3306
|
props: U,
|
|
3307
|
-
_owner:
|
|
3307
|
+
_owner: T
|
|
3308
3308
|
}, (y !== void 0 ? y : null) !== null ? Object.defineProperty(e, "ref", {
|
|
3309
3309
|
enumerable: !1,
|
|
3310
3310
|
get: D
|
|
@@ -3379,7 +3379,7 @@ function Lr() {
|
|
|
3379
3379
|
}
|
|
3380
3380
|
throw e;
|
|
3381
3381
|
}
|
|
3382
|
-
function
|
|
3382
|
+
function x(e, s, y, w, T) {
|
|
3383
3383
|
var U = typeof e;
|
|
3384
3384
|
(U === "undefined" || U === "boolean") && (e = null);
|
|
3385
3385
|
var j = !1;
|
|
@@ -3394,60 +3394,60 @@ function Lr() {
|
|
|
3394
3394
|
case "object":
|
|
3395
3395
|
switch (e.$$typeof) {
|
|
3396
3396
|
case O:
|
|
3397
|
-
case
|
|
3397
|
+
case le:
|
|
3398
3398
|
j = !0;
|
|
3399
3399
|
break;
|
|
3400
3400
|
case Q:
|
|
3401
|
-
return j = e._init,
|
|
3401
|
+
return j = e._init, x(
|
|
3402
3402
|
j(e._payload),
|
|
3403
3403
|
s,
|
|
3404
3404
|
y,
|
|
3405
3405
|
w,
|
|
3406
|
-
|
|
3406
|
+
T
|
|
3407
3407
|
);
|
|
3408
3408
|
}
|
|
3409
3409
|
}
|
|
3410
3410
|
if (j) {
|
|
3411
|
-
j = e,
|
|
3411
|
+
j = e, T = T(j);
|
|
3412
3412
|
var V = w === "" ? "." + I(j, 0) : w;
|
|
3413
|
-
return
|
|
3413
|
+
return tt(T) ? (y = "", V != null && (y = V.replace(it, "$&/") + "/"), x(T, s, y, "", function(ge) {
|
|
3414
3414
|
return ge;
|
|
3415
|
-
})) :
|
|
3416
|
-
|
|
3417
|
-
y + (
|
|
3418
|
-
|
|
3415
|
+
})) : T != null && (X(T) && (T.key != null && (j && j.key === T.key || c(T.key)), y = Z(
|
|
3416
|
+
T,
|
|
3417
|
+
y + (T.key == null || j && j.key === T.key ? "" : ("" + T.key).replace(
|
|
3418
|
+
it,
|
|
3419
3419
|
"$&/"
|
|
3420
3420
|
) + "/") + V
|
|
3421
|
-
), w !== "" && j != null && X(j) && j.key == null && j._store && !j._store.validated && (y._store.validated = 2),
|
|
3421
|
+
), w !== "" && j != null && X(j) && j.key == null && j._store && !j._store.validated && (y._store.validated = 2), T = y), s.push(T)), 1;
|
|
3422
3422
|
}
|
|
3423
|
-
if (j = 0, V = w === "" ? "." : w + ":",
|
|
3423
|
+
if (j = 0, V = w === "" ? "." : w + ":", tt(e))
|
|
3424
3424
|
for (var z = 0; z < e.length; z++)
|
|
3425
|
-
w = e[z], U = V + I(w, z), j +=
|
|
3425
|
+
w = e[z], U = V + I(w, z), j += x(
|
|
3426
3426
|
w,
|
|
3427
3427
|
s,
|
|
3428
3428
|
y,
|
|
3429
3429
|
U,
|
|
3430
|
-
|
|
3430
|
+
T
|
|
3431
3431
|
);
|
|
3432
3432
|
else if (z = i(e), typeof z == "function")
|
|
3433
|
-
for (z === e.entries && (
|
|
3433
|
+
for (z === e.entries && (at || console.warn(
|
|
3434
3434
|
"Using Maps as children is not supported. Use an array of keyed ReactElements instead."
|
|
3435
|
-
),
|
|
3436
|
-
w = w.value, U = V + I(w, z++), j +=
|
|
3435
|
+
), at = !0), e = z.call(e), z = 0; !(w = e.next()).done; )
|
|
3436
|
+
w = w.value, U = V + I(w, z++), j += x(
|
|
3437
3437
|
w,
|
|
3438
3438
|
s,
|
|
3439
3439
|
y,
|
|
3440
3440
|
U,
|
|
3441
|
-
|
|
3441
|
+
T
|
|
3442
3442
|
);
|
|
3443
3443
|
else if (U === "object") {
|
|
3444
3444
|
if (typeof e.then == "function")
|
|
3445
|
-
return
|
|
3445
|
+
return x(
|
|
3446
3446
|
se(e),
|
|
3447
3447
|
s,
|
|
3448
3448
|
y,
|
|
3449
3449
|
w,
|
|
3450
|
-
|
|
3450
|
+
T
|
|
3451
3451
|
);
|
|
3452
3452
|
throw s = String(e), Error(
|
|
3453
3453
|
"Objects are not valid as a React child (found: " + (s === "[object Object]" ? "object with keys {" + Object.keys(e).join(", ") + "}" : s) + "). If you meant to render a collection of children, use an array instead."
|
|
@@ -3457,9 +3457,9 @@ function Lr() {
|
|
|
3457
3457
|
}
|
|
3458
3458
|
function F(e, s, y) {
|
|
3459
3459
|
if (e == null) return e;
|
|
3460
|
-
var w = [],
|
|
3461
|
-
return
|
|
3462
|
-
return s.call(y, U,
|
|
3460
|
+
var w = [], T = 0;
|
|
3461
|
+
return x(e, w, "", "", function(U) {
|
|
3462
|
+
return s.call(y, U, T++);
|
|
3463
3463
|
}), w;
|
|
3464
3464
|
}
|
|
3465
3465
|
function pe(e) {
|
|
@@ -3514,11 +3514,11 @@ See https://react.dev/link/invalid-hook-call for tips about how to debug and fix
|
|
|
3514
3514
|
).setImmediate;
|
|
3515
3515
|
} catch {
|
|
3516
3516
|
Ce = function(w) {
|
|
3517
|
-
|
|
3517
|
+
ut === !1 && (ut = !0, typeof MessageChannel > "u" && console.error(
|
|
3518
3518
|
"This browser does not have a MessageChannel implementation, so enqueuing tasks via await act(async () => ...) will fail. Please file an issue at https://github.com/facebook/react/issues if you encounter this warning."
|
|
3519
3519
|
));
|
|
3520
|
-
var
|
|
3521
|
-
|
|
3520
|
+
var T = new MessageChannel();
|
|
3521
|
+
T.port1.onmessage = w, T.port2.postMessage(void 0);
|
|
3522
3522
|
};
|
|
3523
3523
|
}
|
|
3524
3524
|
return Ce(e);
|
|
@@ -3540,8 +3540,8 @@ See https://react.dev/link/invalid-hook-call for tips about how to debug and fix
|
|
|
3540
3540
|
return B(e, s, y);
|
|
3541
3541
|
});
|
|
3542
3542
|
return;
|
|
3543
|
-
} catch (
|
|
3544
|
-
$.thrownErrors.push(
|
|
3543
|
+
} catch (T) {
|
|
3544
|
+
$.thrownErrors.push(T);
|
|
3545
3545
|
}
|
|
3546
3546
|
else $.actQueue = null;
|
|
3547
3547
|
0 < $.thrownErrors.length ? (w = ne($.thrownErrors), $.thrownErrors.length = 0, y(w)) : s(e);
|
|
@@ -3566,15 +3566,15 @@ See https://react.dev/link/invalid-hook-call for tips about how to debug and fix
|
|
|
3566
3566
|
} while (!0);
|
|
3567
3567
|
}
|
|
3568
3568
|
e.length = 0;
|
|
3569
|
-
} catch (
|
|
3570
|
-
e.splice(0, s + 1), $.thrownErrors.push(
|
|
3569
|
+
} catch (T) {
|
|
3570
|
+
e.splice(0, s + 1), $.thrownErrors.push(T);
|
|
3571
3571
|
} finally {
|
|
3572
3572
|
Ue = !1;
|
|
3573
3573
|
}
|
|
3574
3574
|
}
|
|
3575
3575
|
}
|
|
3576
3576
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());
|
|
3577
|
-
var O = Symbol.for("react.transitional.element"),
|
|
3577
|
+
var O = Symbol.for("react.transitional.element"), le = Symbol.for("react.portal"), t = Symbol.for("react.fragment"), f = Symbol.for("react.strict_mode"), _ = Symbol.for("react.profiler"), h = Symbol.for("react.consumer"), R = Symbol.for("react.context"), M = Symbol.for("react.forward_ref"), C = Symbol.for("react.suspense"), G = Symbol.for("react.suspense_list"), P = Symbol.for("react.memo"), Q = Symbol.for("react.lazy"), fe = Symbol.for("react.activity"), me = Symbol.iterator, he = {}, Je = {
|
|
3578
3578
|
isMounted: function() {
|
|
3579
3579
|
return !1;
|
|
3580
3580
|
},
|
|
@@ -3587,7 +3587,7 @@ See https://react.dev/link/invalid-hook-call for tips about how to debug and fix
|
|
|
3587
3587
|
enqueueSetState: function(e) {
|
|
3588
3588
|
u(e, "setState");
|
|
3589
3589
|
}
|
|
3590
|
-
},
|
|
3590
|
+
}, et = Object.assign, $e = {};
|
|
3591
3591
|
Object.freeze($e), p.prototype.isReactComponent = {}, p.prototype.setState = function(e, s) {
|
|
3592
3592
|
if (typeof e != "object" && typeof e != "function" && e != null)
|
|
3593
3593
|
throw Error(
|
|
@@ -3606,11 +3606,11 @@ See https://react.dev/link/invalid-hook-call for tips about how to debug and fix
|
|
|
3606
3606
|
"replaceState",
|
|
3607
3607
|
"Refactor your code to use setState instead (see https://github.com/facebook/react/issues/3236)."
|
|
3608
3608
|
]
|
|
3609
|
-
},
|
|
3610
|
-
for (
|
|
3611
|
-
ce.hasOwnProperty(
|
|
3612
|
-
m.prototype = p.prototype, ce = v.prototype = new m(), ce.constructor = v,
|
|
3613
|
-
var
|
|
3609
|
+
}, Te;
|
|
3610
|
+
for (Te in ce)
|
|
3611
|
+
ce.hasOwnProperty(Te) && a(Te, ce[Te]);
|
|
3612
|
+
m.prototype = p.prototype, ce = v.prototype = new m(), ce.constructor = v, et(ce, p.prototype), ce.isPureReactComponent = !0;
|
|
3613
|
+
var tt = Array.isArray, Xt = Symbol.for("react.client.reference"), $ = {
|
|
3614
3614
|
H: null,
|
|
3615
3615
|
A: null,
|
|
3616
3616
|
T: null,
|
|
@@ -3623,7 +3623,7 @@ See https://react.dev/link/invalid-hook-call for tips about how to debug and fix
|
|
|
3623
3623
|
thrownErrors: [],
|
|
3624
3624
|
getCurrentStack: null,
|
|
3625
3625
|
recentlyCreatedOwnerStacks: 0
|
|
3626
|
-
}, Ae = Object.prototype.hasOwnProperty,
|
|
3626
|
+
}, Ae = Object.prototype.hasOwnProperty, rt = console.createTask ? console.createTask : function() {
|
|
3627
3627
|
return null;
|
|
3628
3628
|
};
|
|
3629
3629
|
ce = {
|
|
@@ -3631,10 +3631,10 @@ See https://react.dev/link/invalid-hook-call for tips about how to debug and fix
|
|
|
3631
3631
|
return e();
|
|
3632
3632
|
}
|
|
3633
3633
|
};
|
|
3634
|
-
var
|
|
3634
|
+
var nt, ot, st = {}, Qt = ce.react_stack_bottom_frame.bind(
|
|
3635
3635
|
ce,
|
|
3636
3636
|
g
|
|
3637
|
-
)(),
|
|
3637
|
+
)(), Zt = rt(l(g)), at = !1, it = /\/+/g, ct = typeof reportError == "function" ? reportError : function(e) {
|
|
3638
3638
|
if (typeof window == "object" && typeof window.ErrorEvent == "function") {
|
|
3639
3639
|
var s = new window.ErrorEvent("error", {
|
|
3640
3640
|
bubbles: !0,
|
|
@@ -3648,7 +3648,7 @@ See https://react.dev/link/invalid-hook-call for tips about how to debug and fix
|
|
|
3648
3648
|
return;
|
|
3649
3649
|
}
|
|
3650
3650
|
console.error(e);
|
|
3651
|
-
},
|
|
3651
|
+
}, ut = !1, Ce = null, Pe = 0, Ne = !1, Ue = !1, lt = typeof queueMicrotask == "function" ? function(e) {
|
|
3652
3652
|
queueMicrotask(function() {
|
|
3653
3653
|
return queueMicrotask(e);
|
|
3654
3654
|
});
|
|
@@ -3690,7 +3690,7 @@ See https://react.dev/link/invalid-hook-call for tips about how to debug and fix
|
|
|
3690
3690
|
}, n.Component = p, n.Fragment = t, n.Profiler = _, n.PureComponent = v, n.StrictMode = f, n.Suspense = C, n.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE = $, n.__COMPILER_RUNTIME = ce, n.act = function(e) {
|
|
3691
3691
|
var s = $.actQueue, y = Pe;
|
|
3692
3692
|
Pe++;
|
|
3693
|
-
var w = $.actQueue = s !== null ? s : [],
|
|
3693
|
+
var w = $.actQueue = s !== null ? s : [], T = !1;
|
|
3694
3694
|
try {
|
|
3695
3695
|
var U = e();
|
|
3696
3696
|
} catch (z) {
|
|
@@ -3700,13 +3700,13 @@ See https://react.dev/link/invalid-hook-call for tips about how to debug and fix
|
|
|
3700
3700
|
throw q(s, y), e = ne($.thrownErrors), $.thrownErrors.length = 0, e;
|
|
3701
3701
|
if (U !== null && typeof U == "object" && typeof U.then == "function") {
|
|
3702
3702
|
var j = U;
|
|
3703
|
-
return
|
|
3704
|
-
|
|
3703
|
+
return lt(function() {
|
|
3704
|
+
T || Ne || (Ne = !0, console.error(
|
|
3705
3705
|
"You called act(async () => ...) without await. This could lead to unexpected testing behaviour, interleaving multiple act calls and mixing their scopes. You should - await act(async () => ...);"
|
|
3706
3706
|
));
|
|
3707
3707
|
}), {
|
|
3708
3708
|
then: function(z, ge) {
|
|
3709
|
-
|
|
3709
|
+
T = !0, j.then(
|
|
3710
3710
|
function(be) {
|
|
3711
3711
|
if (q(s, y), y === 0) {
|
|
3712
3712
|
try {
|
|
@@ -3717,14 +3717,14 @@ See https://react.dev/link/invalid-hook-call for tips about how to debug and fix
|
|
|
3717
3717
|
ge
|
|
3718
3718
|
);
|
|
3719
3719
|
});
|
|
3720
|
-
} catch (
|
|
3721
|
-
$.thrownErrors.push(
|
|
3720
|
+
} catch (er) {
|
|
3721
|
+
$.thrownErrors.push(er);
|
|
3722
3722
|
}
|
|
3723
3723
|
if (0 < $.thrownErrors.length) {
|
|
3724
|
-
var
|
|
3724
|
+
var Jt = ne(
|
|
3725
3725
|
$.thrownErrors
|
|
3726
3726
|
);
|
|
3727
|
-
$.thrownErrors.length = 0, ge(
|
|
3727
|
+
$.thrownErrors.length = 0, ge(Jt);
|
|
3728
3728
|
}
|
|
3729
3729
|
} else z(be);
|
|
3730
3730
|
},
|
|
@@ -3738,15 +3738,15 @@ See https://react.dev/link/invalid-hook-call for tips about how to debug and fix
|
|
|
3738
3738
|
};
|
|
3739
3739
|
}
|
|
3740
3740
|
var V = U;
|
|
3741
|
-
if (q(s, y), y === 0 && (J(w), w.length !== 0 &&
|
|
3742
|
-
|
|
3741
|
+
if (q(s, y), y === 0 && (J(w), w.length !== 0 && lt(function() {
|
|
3742
|
+
T || Ne || (Ne = !0, console.error(
|
|
3743
3743
|
"A component suspended inside an `act` scope, but the `act` call was not awaited. When testing React components that depend on asynchronous data, you must await the result:\n\nawait act(() => ...)"
|
|
3744
3744
|
));
|
|
3745
3745
|
}), $.actQueue = null), 0 < $.thrownErrors.length)
|
|
3746
3746
|
throw e = ne($.thrownErrors), $.thrownErrors.length = 0, e;
|
|
3747
3747
|
return {
|
|
3748
3748
|
then: function(z, ge) {
|
|
3749
|
-
|
|
3749
|
+
T = !0, y === 0 ? ($.actQueue = w, ie(function() {
|
|
3750
3750
|
return B(
|
|
3751
3751
|
V,
|
|
3752
3752
|
z,
|
|
@@ -3767,7 +3767,7 @@ See https://react.dev/link/invalid-hook-call for tips about how to debug and fix
|
|
|
3767
3767
|
throw Error(
|
|
3768
3768
|
"The argument must be a React element, but you passed " + e + "."
|
|
3769
3769
|
);
|
|
3770
|
-
var w =
|
|
3770
|
+
var w = et({}, e.props), T = e.key, U = e._owner;
|
|
3771
3771
|
if (s != null) {
|
|
3772
3772
|
var j;
|
|
3773
3773
|
e: {
|
|
@@ -3780,7 +3780,7 @@ See https://react.dev/link/invalid-hook-call for tips about how to debug and fix
|
|
|
3780
3780
|
}
|
|
3781
3781
|
j = s.ref !== void 0;
|
|
3782
3782
|
}
|
|
3783
|
-
j && (U = o()),
|
|
3783
|
+
j && (U = o()), k(s) && (c(s.key), T = "" + s.key);
|
|
3784
3784
|
for (V in s)
|
|
3785
3785
|
!Ae.call(s, V) || V === "key" || V === "__self" || V === "__source" || V === "ref" && s.ref === void 0 || (w[V] = s[V]);
|
|
3786
3786
|
}
|
|
@@ -3794,19 +3794,19 @@ See https://react.dev/link/invalid-hook-call for tips about how to debug and fix
|
|
|
3794
3794
|
}
|
|
3795
3795
|
for (w = W(
|
|
3796
3796
|
e.type,
|
|
3797
|
-
|
|
3797
|
+
T,
|
|
3798
3798
|
void 0,
|
|
3799
3799
|
void 0,
|
|
3800
3800
|
U,
|
|
3801
3801
|
w,
|
|
3802
3802
|
e._debugStack,
|
|
3803
3803
|
e._debugTask
|
|
3804
|
-
),
|
|
3805
|
-
U = arguments[
|
|
3804
|
+
), T = 2; T < arguments.length; T++)
|
|
3805
|
+
U = arguments[T], X(U) && U._store && (U._store.validated = 1);
|
|
3806
3806
|
return w;
|
|
3807
3807
|
}, n.createContext = function(e) {
|
|
3808
3808
|
return e = {
|
|
3809
|
-
$$typeof:
|
|
3809
|
+
$$typeof: R,
|
|
3810
3810
|
_currentValue: e,
|
|
3811
3811
|
_currentValue2: e,
|
|
3812
3812
|
_threadCount: 0,
|
|
@@ -3818,13 +3818,13 @@ See https://react.dev/link/invalid-hook-call for tips about how to debug and fix
|
|
|
3818
3818
|
}, e._currentRenderer = null, e._currentRenderer2 = null, e;
|
|
3819
3819
|
}, n.createElement = function(e, s, y) {
|
|
3820
3820
|
for (var w = 2; w < arguments.length; w++) {
|
|
3821
|
-
var
|
|
3822
|
-
X(
|
|
3821
|
+
var T = arguments[w];
|
|
3822
|
+
X(T) && T._store && (T._store.validated = 1);
|
|
3823
3823
|
}
|
|
3824
|
-
if (w = {},
|
|
3825
|
-
for (z in
|
|
3824
|
+
if (w = {}, T = null, s != null)
|
|
3825
|
+
for (z in ot || !("__self" in s) || "key" in s || (ot = !0, console.warn(
|
|
3826
3826
|
"Your app (or one of its dependencies) is using an outdated JSX transform. Update to the modern JSX transform for faster performance: https://react.dev/link/new-jsx-transform"
|
|
3827
|
-
)),
|
|
3827
|
+
)), k(s) && (c(s.key), T = "" + s.key), s)
|
|
3828
3828
|
Ae.call(s, z) && z !== "key" && z !== "__self" && z !== "__source" && (w[z] = s[z]);
|
|
3829
3829
|
var U = arguments.length - 2;
|
|
3830
3830
|
if (U === 1) w.children = y;
|
|
@@ -3836,20 +3836,20 @@ See https://react.dev/link/invalid-hook-call for tips about how to debug and fix
|
|
|
3836
3836
|
if (e && e.defaultProps)
|
|
3837
3837
|
for (z in U = e.defaultProps, U)
|
|
3838
3838
|
w[z] === void 0 && (w[z] = U[z]);
|
|
3839
|
-
|
|
3839
|
+
T && A(
|
|
3840
3840
|
w,
|
|
3841
3841
|
typeof e == "function" ? e.displayName || e.name || "Unknown" : e
|
|
3842
3842
|
);
|
|
3843
3843
|
var z = 1e4 > $.recentlyCreatedOwnerStacks++;
|
|
3844
3844
|
return W(
|
|
3845
3845
|
e,
|
|
3846
|
-
|
|
3846
|
+
T,
|
|
3847
3847
|
void 0,
|
|
3848
3848
|
void 0,
|
|
3849
3849
|
o(),
|
|
3850
3850
|
w,
|
|
3851
|
-
z ? Error("react-stack-top-frame") :
|
|
3852
|
-
z ?
|
|
3851
|
+
z ? Error("react-stack-top-frame") : Qt,
|
|
3852
|
+
z ? rt(l(e)) : Zt
|
|
3853
3853
|
);
|
|
3854
3854
|
}, n.createRef = function() {
|
|
3855
3855
|
var e = { current: null };
|
|
@@ -3907,10 +3907,10 @@ See https://react.dev/link/invalid-hook-call for tips about how to debug and fix
|
|
|
3907
3907
|
var s = $.T, y = {};
|
|
3908
3908
|
$.T = y, y._updatedFibers = /* @__PURE__ */ new Set();
|
|
3909
3909
|
try {
|
|
3910
|
-
var w = e(),
|
|
3911
|
-
|
|
3910
|
+
var w = e(), T = $.S;
|
|
3911
|
+
T !== null && T(y, w), typeof w == "object" && w !== null && typeof w.then == "function" && w.then(ae, ct);
|
|
3912
3912
|
} catch (U) {
|
|
3913
|
-
|
|
3913
|
+
ct(U);
|
|
3914
3914
|
} finally {
|
|
3915
3915
|
s === null && y._updatedFibers && (e = y._updatedFibers.size, y._updatedFibers.clear(), 10 < e && console.warn(
|
|
3916
3916
|
"Detected a large number of updates inside startTransition. If this is due to a subscription please re-write it to use React provided hooks. Otherwise concurrent mode guarantees are off the table."
|
|
@@ -3979,11 +3979,11 @@ See https://react.dev/link/invalid-hook-call for tips about how to debug and fix
|
|
|
3979
3979
|
return Y().useTransition();
|
|
3980
3980
|
}, n.version = "19.1.1", typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error());
|
|
3981
3981
|
})();
|
|
3982
|
-
})(
|
|
3982
|
+
})(xe, xe.exports)), xe.exports;
|
|
3983
3983
|
}
|
|
3984
|
-
var
|
|
3984
|
+
var vt;
|
|
3985
3985
|
function Se() {
|
|
3986
|
-
return
|
|
3986
|
+
return vt || (vt = 1, process.env.NODE_ENV === "production" ? De.exports = Dr() : De.exports = Ir()), De.exports;
|
|
3987
3987
|
}
|
|
3988
3988
|
/**
|
|
3989
3989
|
* @license React
|
|
@@ -3994,9 +3994,9 @@ function Se() {
|
|
|
3994
3994
|
* This source code is licensed under the MIT license found in the
|
|
3995
3995
|
* LICENSE file in the root directory of this source tree.
|
|
3996
3996
|
*/
|
|
3997
|
-
var
|
|
3998
|
-
function
|
|
3999
|
-
return
|
|
3997
|
+
var bt;
|
|
3998
|
+
function zr() {
|
|
3999
|
+
return bt || (bt = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
4000
4000
|
function r(t) {
|
|
4001
4001
|
if (t == null) return null;
|
|
4002
4002
|
if (typeof t == "function")
|
|
@@ -4020,7 +4020,7 @@ function Dr() {
|
|
|
4020
4020
|
switch (typeof t.tag == "number" && console.error(
|
|
4021
4021
|
"Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
|
|
4022
4022
|
), t.$$typeof) {
|
|
4023
|
-
case
|
|
4023
|
+
case k:
|
|
4024
4024
|
return "Portal";
|
|
4025
4025
|
case X:
|
|
4026
4026
|
return (t.displayName || "Context") + ".Provider";
|
|
@@ -4031,7 +4031,7 @@ function Dr() {
|
|
|
4031
4031
|
return t = t.displayName, t || (t = f.displayName || f.name || "", t = t !== "" ? "ForwardRef(" + t + ")" : "ForwardRef"), t;
|
|
4032
4032
|
case se:
|
|
4033
4033
|
return f = t.displayName || null, f !== null ? f : r(t.type) || "Memo";
|
|
4034
|
-
case
|
|
4034
|
+
case x:
|
|
4035
4035
|
f = t._payload, t = t._init;
|
|
4036
4036
|
try {
|
|
4037
4037
|
return r(t(f));
|
|
@@ -4062,7 +4062,7 @@ function Dr() {
|
|
|
4062
4062
|
}
|
|
4063
4063
|
function i(t) {
|
|
4064
4064
|
if (t === A) return "<>";
|
|
4065
|
-
if (typeof t == "object" && t !== null && t.$$typeof ===
|
|
4065
|
+
if (typeof t == "object" && t !== null && t.$$typeof === x)
|
|
4066
4066
|
return "<...>";
|
|
4067
4067
|
try {
|
|
4068
4068
|
var f = r(t);
|
|
@@ -4103,13 +4103,13 @@ function Dr() {
|
|
|
4103
4103
|
"Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
|
|
4104
4104
|
)), t = this.props.ref, t !== void 0 ? t : null;
|
|
4105
4105
|
}
|
|
4106
|
-
function c(t, f, _, h,
|
|
4106
|
+
function c(t, f, _, h, R, M, C, G) {
|
|
4107
4107
|
return _ = M.ref, t = {
|
|
4108
4108
|
$$typeof: g,
|
|
4109
4109
|
type: t,
|
|
4110
4110
|
key: f,
|
|
4111
4111
|
props: M,
|
|
4112
|
-
_owner:
|
|
4112
|
+
_owner: R
|
|
4113
4113
|
}, (_ !== void 0 ? _ : null) !== null ? Object.defineProperty(t, "ref", {
|
|
4114
4114
|
enumerable: !1,
|
|
4115
4115
|
get: d
|
|
@@ -4135,7 +4135,7 @@ function Dr() {
|
|
|
4135
4135
|
value: G
|
|
4136
4136
|
}), Object.freeze && (Object.freeze(t.props), Object.freeze(t)), t;
|
|
4137
4137
|
}
|
|
4138
|
-
function b(t, f, _, h,
|
|
4138
|
+
function b(t, f, _, h, R, M, C, G) {
|
|
4139
4139
|
var P = f.children;
|
|
4140
4140
|
if (P !== void 0)
|
|
4141
4141
|
if (h)
|
|
@@ -4153,7 +4153,7 @@ function Dr() {
|
|
|
4153
4153
|
var Q = Object.keys(f).filter(function(me) {
|
|
4154
4154
|
return me !== "key";
|
|
4155
4155
|
});
|
|
4156
|
-
h = 0 < Q.length ? "{key: someKey, " + Q.join(": ..., ") + ": ...}" : "{key: someKey}",
|
|
4156
|
+
h = 0 < Q.length ? "{key: someKey, " + Q.join(": ..., ") + ": ...}" : "{key: someKey}", le[P + h] || (Q = 0 < Q.length ? "{" + Q.join(": ..., ") + ": ...}" : "{}", console.error(
|
|
4157
4157
|
`A props object containing a "key" prop is being spread into JSX:
|
|
4158
4158
|
let props = %s;
|
|
4159
4159
|
<%s {...props} />
|
|
@@ -4164,12 +4164,12 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4164
4164
|
P,
|
|
4165
4165
|
Q,
|
|
4166
4166
|
P
|
|
4167
|
-
),
|
|
4167
|
+
), le[P + h] = !0);
|
|
4168
4168
|
}
|
|
4169
4169
|
if (P = null, _ !== void 0 && (a(_), P = "" + _), m(f) && (a(f.key), P = "" + f.key), "key" in f) {
|
|
4170
4170
|
_ = {};
|
|
4171
|
-
for (var
|
|
4172
|
-
|
|
4171
|
+
for (var fe in f)
|
|
4172
|
+
fe !== "key" && (_[fe] = f[fe]);
|
|
4173
4173
|
} else _ = f;
|
|
4174
4174
|
return P && v(
|
|
4175
4175
|
_,
|
|
@@ -4178,7 +4178,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4178
4178
|
t,
|
|
4179
4179
|
P,
|
|
4180
4180
|
M,
|
|
4181
|
-
|
|
4181
|
+
R,
|
|
4182
4182
|
u(),
|
|
4183
4183
|
_,
|
|
4184
4184
|
C,
|
|
@@ -4188,7 +4188,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4188
4188
|
function l(t) {
|
|
4189
4189
|
typeof t == "object" && t !== null && t.$$typeof === g && t._store && (t._store.validated = 1);
|
|
4190
4190
|
}
|
|
4191
|
-
var o = Se(), g = Symbol.for("react.transitional.element"),
|
|
4191
|
+
var o = Se(), g = Symbol.for("react.transitional.element"), k = Symbol.for("react.portal"), A = Symbol.for("react.fragment"), D = Symbol.for("react.strict_mode"), W = Symbol.for("react.profiler"), Z = Symbol.for("react.consumer"), X = Symbol.for("react.context"), oe = Symbol.for("react.forward_ref"), I = Symbol.for("react.suspense"), re = Symbol.for("react.suspense_list"), se = Symbol.for("react.memo"), x = Symbol.for("react.lazy"), F = Symbol.for("react.activity"), pe = Symbol.for("react.client.reference"), Y = o.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, ae = Object.prototype.hasOwnProperty, ie = Array.isArray, ne = console.createTask ? console.createTask : function() {
|
|
4192
4192
|
return null;
|
|
4193
4193
|
};
|
|
4194
4194
|
o = {
|
|
@@ -4199,8 +4199,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4199
4199
|
var q, B = {}, J = o.react_stack_bottom_frame.bind(
|
|
4200
4200
|
o,
|
|
4201
4201
|
p
|
|
4202
|
-
)(), O = ne(i(p)),
|
|
4203
|
-
Oe.Fragment = A, Oe.jsx = function(t, f, _, h,
|
|
4202
|
+
)(), O = ne(i(p)), le = {};
|
|
4203
|
+
Oe.Fragment = A, Oe.jsx = function(t, f, _, h, R) {
|
|
4204
4204
|
var M = 1e4 > Y.recentlyCreatedOwnerStacks++;
|
|
4205
4205
|
return b(
|
|
4206
4206
|
t,
|
|
@@ -4208,11 +4208,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4208
4208
|
_,
|
|
4209
4209
|
!1,
|
|
4210
4210
|
h,
|
|
4211
|
-
|
|
4211
|
+
R,
|
|
4212
4212
|
M ? Error("react-stack-top-frame") : J,
|
|
4213
4213
|
M ? ne(i(t)) : O
|
|
4214
4214
|
);
|
|
4215
|
-
}, Oe.jsxs = function(t, f, _, h,
|
|
4215
|
+
}, Oe.jsxs = function(t, f, _, h, R) {
|
|
4216
4216
|
var M = 1e4 > Y.recentlyCreatedOwnerStacks++;
|
|
4217
4217
|
return b(
|
|
4218
4218
|
t,
|
|
@@ -4220,31 +4220,31 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4220
4220
|
_,
|
|
4221
4221
|
!0,
|
|
4222
4222
|
h,
|
|
4223
|
-
|
|
4223
|
+
R,
|
|
4224
4224
|
M ? Error("react-stack-top-frame") : J,
|
|
4225
4225
|
M ? ne(i(t)) : O
|
|
4226
4226
|
);
|
|
4227
4227
|
};
|
|
4228
4228
|
})()), Oe;
|
|
4229
4229
|
}
|
|
4230
|
-
var
|
|
4231
|
-
function
|
|
4232
|
-
return
|
|
4230
|
+
var _t;
|
|
4231
|
+
function $r() {
|
|
4232
|
+
return _t || (_t = 1, process.env.NODE_ENV === "production" ? Le.exports = Lr() : Le.exports = zr()), Le.exports;
|
|
4233
4233
|
}
|
|
4234
|
-
var
|
|
4235
|
-
function
|
|
4234
|
+
var ue = $r(), H = Se();
|
|
4235
|
+
function Ur(r, n = []) {
|
|
4236
4236
|
let a = [];
|
|
4237
4237
|
function i(p, m) {
|
|
4238
4238
|
const v = H.createContext(m), d = a.length;
|
|
4239
4239
|
a = [...a, m];
|
|
4240
4240
|
const c = (l) => {
|
|
4241
|
-
const { scope: o, children: g, ...
|
|
4242
|
-
return /* @__PURE__ */
|
|
4241
|
+
const { scope: o, children: g, ...k } = l, A = o?.[r]?.[d] || v, D = H.useMemo(() => k, Object.values(k));
|
|
4242
|
+
return /* @__PURE__ */ ue.jsx(A.Provider, { value: D, children: g });
|
|
4243
4243
|
};
|
|
4244
4244
|
c.displayName = p + "Provider";
|
|
4245
4245
|
function b(l, o) {
|
|
4246
|
-
const g = o?.[r]?.[d] || v,
|
|
4247
|
-
if (
|
|
4246
|
+
const g = o?.[r]?.[d] || v, k = H.useContext(g);
|
|
4247
|
+
if (k) return k;
|
|
4248
4248
|
if (m !== void 0) return m;
|
|
4249
4249
|
throw new Error(`\`${l}\` must be used within \`${p}\``);
|
|
4250
4250
|
}
|
|
@@ -4260,9 +4260,9 @@ function zr(r, n = []) {
|
|
|
4260
4260
|
);
|
|
4261
4261
|
};
|
|
4262
4262
|
};
|
|
4263
|
-
return u.scopeName = r, [i,
|
|
4263
|
+
return u.scopeName = r, [i, Gr(u, ...n)];
|
|
4264
4264
|
}
|
|
4265
|
-
function
|
|
4265
|
+
function Gr(...r) {
|
|
4266
4266
|
const n = r[0];
|
|
4267
4267
|
if (r.length === 1) return n;
|
|
4268
4268
|
const a = () => {
|
|
@@ -4280,7 +4280,7 @@ function $r(...r) {
|
|
|
4280
4280
|
};
|
|
4281
4281
|
return a.scopeName = n.scopeName, a;
|
|
4282
4282
|
}
|
|
4283
|
-
function
|
|
4283
|
+
function Hr(r) {
|
|
4284
4284
|
const n = H.useRef(r);
|
|
4285
4285
|
return H.useEffect(() => {
|
|
4286
4286
|
n.current = r;
|
|
@@ -4297,10 +4297,10 @@ var Fe = globalThis?.document ? H.useLayoutEffect : () => {
|
|
|
4297
4297
|
* This source code is licensed under the MIT license found in the
|
|
4298
4298
|
* LICENSE file in the root directory of this source tree.
|
|
4299
4299
|
*/
|
|
4300
|
-
var
|
|
4301
|
-
function
|
|
4302
|
-
if (
|
|
4303
|
-
|
|
4300
|
+
var wt;
|
|
4301
|
+
function Yr() {
|
|
4302
|
+
if (wt) return ee;
|
|
4303
|
+
wt = 1;
|
|
4304
4304
|
var r = Se();
|
|
4305
4305
|
function n(d) {
|
|
4306
4306
|
var c = "https://react.dev/errors/" + d;
|
|
@@ -4440,28 +4440,28 @@ var te = {};
|
|
|
4440
4440
|
* This source code is licensed under the MIT license found in the
|
|
4441
4441
|
* LICENSE file in the root directory of this source tree.
|
|
4442
4442
|
*/
|
|
4443
|
-
var
|
|
4444
|
-
function
|
|
4445
|
-
return
|
|
4443
|
+
var Et;
|
|
4444
|
+
function Vr() {
|
|
4445
|
+
return Et || (Et = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
4446
4446
|
function r() {
|
|
4447
4447
|
}
|
|
4448
4448
|
function n(l) {
|
|
4449
4449
|
return "" + l;
|
|
4450
4450
|
}
|
|
4451
4451
|
function a(l, o, g) {
|
|
4452
|
-
var
|
|
4452
|
+
var k = 3 < arguments.length && arguments[3] !== void 0 ? arguments[3] : null;
|
|
4453
4453
|
try {
|
|
4454
|
-
n(
|
|
4454
|
+
n(k);
|
|
4455
4455
|
var A = !1;
|
|
4456
4456
|
} catch {
|
|
4457
4457
|
A = !0;
|
|
4458
4458
|
}
|
|
4459
4459
|
return A && (console.error(
|
|
4460
4460
|
"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
|
|
4461
|
-
typeof Symbol == "function" && Symbol.toStringTag &&
|
|
4462
|
-
), n(
|
|
4461
|
+
typeof Symbol == "function" && Symbol.toStringTag && k[Symbol.toStringTag] || k.constructor.name || "Object"
|
|
4462
|
+
), n(k)), {
|
|
4463
4463
|
$$typeof: c,
|
|
4464
|
-
key:
|
|
4464
|
+
key: k == null ? null : "" + k,
|
|
4465
4465
|
children: l,
|
|
4466
4466
|
containerInfo: o,
|
|
4467
4467
|
implementation: g
|
|
@@ -4564,17 +4564,17 @@ See https://react.dev/link/invalid-hook-call for tips about how to debug and fix
|
|
|
4564
4564
|
"ReactDOM.preinit(): Expected the `href` argument (first) to be a non-empty string but encountered %s instead.",
|
|
4565
4565
|
u(l)
|
|
4566
4566
|
), typeof l == "string" && o && typeof o.as == "string") {
|
|
4567
|
-
var g = o.as,
|
|
4567
|
+
var g = o.as, k = i(g, o.crossOrigin), A = typeof o.integrity == "string" ? o.integrity : void 0, D = typeof o.fetchPriority == "string" ? o.fetchPriority : void 0;
|
|
4568
4568
|
g === "style" ? d.d.S(
|
|
4569
4569
|
l,
|
|
4570
4570
|
typeof o.precedence == "string" ? o.precedence : void 0,
|
|
4571
4571
|
{
|
|
4572
|
-
crossOrigin:
|
|
4572
|
+
crossOrigin: k,
|
|
4573
4573
|
integrity: A,
|
|
4574
4574
|
fetchPriority: D
|
|
4575
4575
|
}
|
|
4576
4576
|
) : g === "script" && d.d.X(l, {
|
|
4577
|
-
crossOrigin:
|
|
4577
|
+
crossOrigin: k,
|
|
4578
4578
|
integrity: A,
|
|
4579
4579
|
fetchPriority: D,
|
|
4580
4580
|
nonce: typeof o.nonce == "string" ? o.nonce : void 0
|
|
@@ -4613,12 +4613,12 @@ See https://react.dev/link/invalid-hook-call for tips about how to debug and fix
|
|
|
4613
4613
|
g
|
|
4614
4614
|
), typeof l == "string" && typeof o == "object" && o !== null && typeof o.as == "string") {
|
|
4615
4615
|
g = o.as;
|
|
4616
|
-
var
|
|
4616
|
+
var k = i(
|
|
4617
4617
|
g,
|
|
4618
4618
|
o.crossOrigin
|
|
4619
4619
|
);
|
|
4620
4620
|
d.d.L(l, g, {
|
|
4621
|
-
crossOrigin:
|
|
4621
|
+
crossOrigin: k,
|
|
4622
4622
|
integrity: typeof o.integrity == "string" ? o.integrity : void 0,
|
|
4623
4623
|
nonce: typeof o.nonce == "string" ? o.nonce : void 0,
|
|
4624
4624
|
type: typeof o.type == "string" ? o.type : void 0,
|
|
@@ -4653,10 +4653,10 @@ See https://react.dev/link/invalid-hook-call for tips about how to debug and fix
|
|
|
4653
4653
|
}, te.version = "19.1.1", typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error());
|
|
4654
4654
|
})()), te;
|
|
4655
4655
|
}
|
|
4656
|
-
var
|
|
4657
|
-
function
|
|
4658
|
-
if (
|
|
4659
|
-
|
|
4656
|
+
var St;
|
|
4657
|
+
function Wr() {
|
|
4658
|
+
if (St) return Ie.exports;
|
|
4659
|
+
St = 1;
|
|
4660
4660
|
function r() {
|
|
4661
4661
|
if (!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ > "u" || typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE != "function")) {
|
|
4662
4662
|
if (process.env.NODE_ENV !== "production")
|
|
@@ -4668,60 +4668,60 @@ function Yr() {
|
|
|
4668
4668
|
}
|
|
4669
4669
|
}
|
|
4670
4670
|
}
|
|
4671
|
-
return process.env.NODE_ENV === "production" ? (r(), Ie.exports =
|
|
4671
|
+
return process.env.NODE_ENV === "production" ? (r(), Ie.exports = Yr()) : Ie.exports = Vr(), Ie.exports;
|
|
4672
4672
|
}
|
|
4673
|
-
|
|
4674
|
-
function
|
|
4673
|
+
Wr();
|
|
4674
|
+
function kt(r, n) {
|
|
4675
4675
|
if (typeof r == "function")
|
|
4676
4676
|
return r(n);
|
|
4677
4677
|
r != null && (r.current = n);
|
|
4678
4678
|
}
|
|
4679
|
-
function
|
|
4679
|
+
function qr(...r) {
|
|
4680
4680
|
return (n) => {
|
|
4681
4681
|
let a = !1;
|
|
4682
4682
|
const i = r.map((u) => {
|
|
4683
|
-
const p =
|
|
4683
|
+
const p = kt(u, n);
|
|
4684
4684
|
return !a && typeof p == "function" && (a = !0), p;
|
|
4685
4685
|
});
|
|
4686
4686
|
if (a)
|
|
4687
4687
|
return () => {
|
|
4688
4688
|
for (let u = 0; u < i.length; u++) {
|
|
4689
4689
|
const p = i[u];
|
|
4690
|
-
typeof p == "function" ? p() :
|
|
4690
|
+
typeof p == "function" ? p() : kt(r[u], null);
|
|
4691
4691
|
}
|
|
4692
4692
|
};
|
|
4693
4693
|
};
|
|
4694
4694
|
}
|
|
4695
4695
|
// @__NO_SIDE_EFFECTS__
|
|
4696
4696
|
function Yt(r) {
|
|
4697
|
-
const n = /* @__PURE__ */
|
|
4698
|
-
const { children: p, ...m } = i, v = H.Children.toArray(p), d = v.find(
|
|
4697
|
+
const n = /* @__PURE__ */ Br(r), a = H.forwardRef((i, u) => {
|
|
4698
|
+
const { children: p, ...m } = i, v = H.Children.toArray(p), d = v.find(Kr);
|
|
4699
4699
|
if (d) {
|
|
4700
4700
|
const c = d.props.children, b = v.map((l) => l === d ? H.Children.count(c) > 1 ? H.Children.only(null) : H.isValidElement(c) ? c.props.children : null : l);
|
|
4701
|
-
return /* @__PURE__ */
|
|
4701
|
+
return /* @__PURE__ */ ue.jsx(n, { ...m, ref: u, children: H.isValidElement(c) ? H.cloneElement(c, void 0, b) : null });
|
|
4702
4702
|
}
|
|
4703
|
-
return /* @__PURE__ */
|
|
4703
|
+
return /* @__PURE__ */ ue.jsx(n, { ...m, ref: u, children: p });
|
|
4704
4704
|
});
|
|
4705
4705
|
return a.displayName = `${r}.Slot`, a;
|
|
4706
4706
|
}
|
|
4707
|
-
var
|
|
4707
|
+
var Vt = /* @__PURE__ */ Yt("Slot");
|
|
4708
4708
|
// @__NO_SIDE_EFFECTS__
|
|
4709
|
-
function
|
|
4709
|
+
function Br(r) {
|
|
4710
4710
|
const n = H.forwardRef((a, i) => {
|
|
4711
4711
|
const { children: u, ...p } = a;
|
|
4712
4712
|
if (H.isValidElement(u)) {
|
|
4713
|
-
const m =
|
|
4714
|
-
return u.type !== H.Fragment && (v.ref = i ?
|
|
4713
|
+
const m = Qr(u), v = Xr(p, u.props);
|
|
4714
|
+
return u.type !== H.Fragment && (v.ref = i ? qr(i, m) : m), H.cloneElement(u, v);
|
|
4715
4715
|
}
|
|
4716
4716
|
return H.Children.count(u) > 1 ? H.Children.only(null) : null;
|
|
4717
4717
|
});
|
|
4718
4718
|
return n.displayName = `${r}.SlotClone`, n;
|
|
4719
4719
|
}
|
|
4720
|
-
var
|
|
4721
|
-
function
|
|
4722
|
-
return H.isValidElement(r) && typeof r.type == "function" && "__radixId" in r.type && r.type.__radixId ===
|
|
4720
|
+
var Fr = Symbol("radix.slottable");
|
|
4721
|
+
function Kr(r) {
|
|
4722
|
+
return H.isValidElement(r) && typeof r.type == "function" && "__radixId" in r.type && r.type.__radixId === Fr;
|
|
4723
4723
|
}
|
|
4724
|
-
function
|
|
4724
|
+
function Xr(r, n) {
|
|
4725
4725
|
const a = { ...n };
|
|
4726
4726
|
for (const i in n) {
|
|
4727
4727
|
const u = r[i], p = n[i];
|
|
@@ -4732,11 +4732,11 @@ function Kr(r, n) {
|
|
|
4732
4732
|
}
|
|
4733
4733
|
return { ...r, ...a };
|
|
4734
4734
|
}
|
|
4735
|
-
function
|
|
4735
|
+
function Qr(r) {
|
|
4736
4736
|
let n = Object.getOwnPropertyDescriptor(r.props, "ref")?.get, a = n && "isReactWarning" in n && n.isReactWarning;
|
|
4737
4737
|
return a ? r.ref : (n = Object.getOwnPropertyDescriptor(r, "ref")?.get, a = n && "isReactWarning" in n && n.isReactWarning, a ? r.props.ref : r.props.ref || r.ref);
|
|
4738
4738
|
}
|
|
4739
|
-
var
|
|
4739
|
+
var Zr = [
|
|
4740
4740
|
"a",
|
|
4741
4741
|
"button",
|
|
4742
4742
|
"div",
|
|
@@ -4754,10 +4754,10 @@ var Qr = [
|
|
|
4754
4754
|
"span",
|
|
4755
4755
|
"svg",
|
|
4756
4756
|
"ul"
|
|
4757
|
-
],
|
|
4757
|
+
], Qe = Zr.reduce((r, n) => {
|
|
4758
4758
|
const a = /* @__PURE__ */ Yt(`Primitive.${n}`), i = H.forwardRef((u, p) => {
|
|
4759
4759
|
const { asChild: m, ...v } = u, d = m ? a : n;
|
|
4760
|
-
return typeof window < "u" && (window[Symbol.for("radix-ui")] = !0), /* @__PURE__ */
|
|
4760
|
+
return typeof window < "u" && (window[Symbol.for("radix-ui")] = !0), /* @__PURE__ */ ue.jsx(d, { ...v, ref: p });
|
|
4761
4761
|
});
|
|
4762
4762
|
return i.displayName = `Primitive.${n}`, { ...r, [n]: i };
|
|
4763
4763
|
}, {}), ze = { exports: {} }, Ye = {};
|
|
@@ -4771,7 +4771,7 @@ var Qr = [
|
|
|
4771
4771
|
* LICENSE file in the root directory of this source tree.
|
|
4772
4772
|
*/
|
|
4773
4773
|
var Rt;
|
|
4774
|
-
function
|
|
4774
|
+
function Jr() {
|
|
4775
4775
|
if (Rt) return Ye;
|
|
4776
4776
|
Rt = 1;
|
|
4777
4777
|
var r = Se();
|
|
@@ -4780,7 +4780,7 @@ function Zr() {
|
|
|
4780
4780
|
}
|
|
4781
4781
|
var a = typeof Object.is == "function" ? Object.is : n, i = r.useState, u = r.useEffect, p = r.useLayoutEffect, m = r.useDebugValue;
|
|
4782
4782
|
function v(l, o) {
|
|
4783
|
-
var g = o(),
|
|
4783
|
+
var g = o(), k = i({ inst: { value: g, getSnapshot: o } }), A = k[0].inst, D = k[1];
|
|
4784
4784
|
return p(
|
|
4785
4785
|
function() {
|
|
4786
4786
|
A.value = g, A.getSnapshot = o, d(A) && D({ inst: A });
|
|
@@ -4821,32 +4821,32 @@ var Ve = {};
|
|
|
4821
4821
|
* This source code is licensed under the MIT license found in the
|
|
4822
4822
|
* LICENSE file in the root directory of this source tree.
|
|
4823
4823
|
*/
|
|
4824
|
-
var
|
|
4825
|
-
function
|
|
4826
|
-
return
|
|
4827
|
-
function r(g,
|
|
4828
|
-
return g ===
|
|
4824
|
+
var Ot;
|
|
4825
|
+
function en() {
|
|
4826
|
+
return Ot || (Ot = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
4827
|
+
function r(g, k) {
|
|
4828
|
+
return g === k && (g !== 0 || 1 / g === 1 / k) || g !== g && k !== k;
|
|
4829
4829
|
}
|
|
4830
|
-
function n(g,
|
|
4830
|
+
function n(g, k) {
|
|
4831
4831
|
b || u.startTransition === void 0 || (b = !0, console.error(
|
|
4832
4832
|
"You are using an outdated, pre-release alpha of React 18 that does not support useSyncExternalStore. The use-sync-external-store shim will not work correctly. Upgrade to a newer pre-release."
|
|
4833
4833
|
));
|
|
4834
|
-
var A =
|
|
4834
|
+
var A = k();
|
|
4835
4835
|
if (!l) {
|
|
4836
|
-
var D =
|
|
4836
|
+
var D = k();
|
|
4837
4837
|
p(A, D) || (console.error(
|
|
4838
4838
|
"The result of getSnapshot should be cached to avoid an infinite loop"
|
|
4839
4839
|
), l = !0);
|
|
4840
4840
|
}
|
|
4841
4841
|
D = m({
|
|
4842
|
-
inst: { value: A, getSnapshot:
|
|
4842
|
+
inst: { value: A, getSnapshot: k }
|
|
4843
4843
|
});
|
|
4844
4844
|
var W = D[0].inst, Z = D[1];
|
|
4845
4845
|
return d(
|
|
4846
4846
|
function() {
|
|
4847
|
-
W.value = A, W.getSnapshot =
|
|
4847
|
+
W.value = A, W.getSnapshot = k, a(W) && Z({ inst: W });
|
|
4848
4848
|
},
|
|
4849
|
-
[g, A,
|
|
4849
|
+
[g, A, k]
|
|
4850
4850
|
), v(
|
|
4851
4851
|
function() {
|
|
4852
4852
|
return a(W) && Z({ inst: W }), g(function() {
|
|
@@ -4857,83 +4857,83 @@ function Jr() {
|
|
|
4857
4857
|
), c(A), A;
|
|
4858
4858
|
}
|
|
4859
4859
|
function a(g) {
|
|
4860
|
-
var
|
|
4860
|
+
var k = g.getSnapshot;
|
|
4861
4861
|
g = g.value;
|
|
4862
4862
|
try {
|
|
4863
|
-
var A =
|
|
4863
|
+
var A = k();
|
|
4864
4864
|
return !p(g, A);
|
|
4865
4865
|
} catch {
|
|
4866
4866
|
return !0;
|
|
4867
4867
|
}
|
|
4868
4868
|
}
|
|
4869
|
-
function i(g,
|
|
4870
|
-
return
|
|
4869
|
+
function i(g, k) {
|
|
4870
|
+
return k();
|
|
4871
4871
|
}
|
|
4872
4872
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());
|
|
4873
4873
|
var u = Se(), p = typeof Object.is == "function" ? Object.is : r, m = u.useState, v = u.useEffect, d = u.useLayoutEffect, c = u.useDebugValue, b = !1, l = !1, o = typeof window > "u" || typeof window.document > "u" || typeof window.document.createElement > "u" ? i : n;
|
|
4874
4874
|
Ve.useSyncExternalStore = u.useSyncExternalStore !== void 0 ? u.useSyncExternalStore : o, typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error());
|
|
4875
4875
|
})()), Ve;
|
|
4876
4876
|
}
|
|
4877
|
-
var
|
|
4878
|
-
function
|
|
4879
|
-
return
|
|
4877
|
+
var xt;
|
|
4878
|
+
function tn() {
|
|
4879
|
+
return xt || (xt = 1, process.env.NODE_ENV === "production" ? ze.exports = Jr() : ze.exports = en()), ze.exports;
|
|
4880
4880
|
}
|
|
4881
|
-
var
|
|
4882
|
-
function
|
|
4883
|
-
return
|
|
4884
|
-
|
|
4881
|
+
var rn = tn();
|
|
4882
|
+
function nn() {
|
|
4883
|
+
return rn.useSyncExternalStore(
|
|
4884
|
+
on,
|
|
4885
4885
|
() => !0,
|
|
4886
4886
|
() => !1
|
|
4887
4887
|
);
|
|
4888
4888
|
}
|
|
4889
|
-
function
|
|
4889
|
+
function on() {
|
|
4890
4890
|
return () => {
|
|
4891
4891
|
};
|
|
4892
4892
|
}
|
|
4893
|
-
var
|
|
4893
|
+
var Ze = "Avatar", [sn, mn] = Ur(Ze), [an, Wt] = sn(Ze), qt = H.forwardRef(
|
|
4894
4894
|
(r, n) => {
|
|
4895
4895
|
const { __scopeAvatar: a, ...i } = r, [u, p] = H.useState("idle");
|
|
4896
|
-
return /* @__PURE__ */
|
|
4897
|
-
|
|
4896
|
+
return /* @__PURE__ */ ue.jsx(
|
|
4897
|
+
an,
|
|
4898
4898
|
{
|
|
4899
4899
|
scope: a,
|
|
4900
4900
|
imageLoadingStatus: u,
|
|
4901
4901
|
onImageLoadingStatusChange: p,
|
|
4902
|
-
children: /* @__PURE__ */
|
|
4902
|
+
children: /* @__PURE__ */ ue.jsx(Qe.span, { ...i, ref: n })
|
|
4903
4903
|
}
|
|
4904
4904
|
);
|
|
4905
4905
|
}
|
|
4906
4906
|
);
|
|
4907
|
-
|
|
4908
|
-
var
|
|
4907
|
+
qt.displayName = Ze;
|
|
4908
|
+
var Bt = "AvatarImage", cn = H.forwardRef(
|
|
4909
4909
|
(r, n) => {
|
|
4910
4910
|
const { __scopeAvatar: a, src: i, onLoadingStatusChange: u = () => {
|
|
4911
|
-
}, ...p } = r, m =
|
|
4911
|
+
}, ...p } = r, m = Wt(Bt, a), v = ln(i, p), d = Hr((c) => {
|
|
4912
4912
|
u(c), m.onImageLoadingStatusChange(c);
|
|
4913
4913
|
});
|
|
4914
4914
|
return Fe(() => {
|
|
4915
4915
|
v !== "idle" && d(v);
|
|
4916
|
-
}, [v, d]), v === "loaded" ? /* @__PURE__ */
|
|
4916
|
+
}, [v, d]), v === "loaded" ? /* @__PURE__ */ ue.jsx(Qe.img, { ...p, ref: n, src: i }) : null;
|
|
4917
4917
|
}
|
|
4918
4918
|
);
|
|
4919
|
-
|
|
4920
|
-
var
|
|
4919
|
+
cn.displayName = Bt;
|
|
4920
|
+
var Ft = "AvatarFallback", un = H.forwardRef(
|
|
4921
4921
|
(r, n) => {
|
|
4922
|
-
const { __scopeAvatar: a, delayMs: i, ...u } = r, p =
|
|
4922
|
+
const { __scopeAvatar: a, delayMs: i, ...u } = r, p = Wt(Ft, a), [m, v] = H.useState(i === void 0);
|
|
4923
4923
|
return H.useEffect(() => {
|
|
4924
4924
|
if (i !== void 0) {
|
|
4925
4925
|
const d = window.setTimeout(() => v(!0), i);
|
|
4926
4926
|
return () => window.clearTimeout(d);
|
|
4927
4927
|
}
|
|
4928
|
-
}, [i]), m && p.imageLoadingStatus !== "loaded" ? /* @__PURE__ */
|
|
4928
|
+
}, [i]), m && p.imageLoadingStatus !== "loaded" ? /* @__PURE__ */ ue.jsx(Qe.span, { ...u, ref: n }) : null;
|
|
4929
4929
|
}
|
|
4930
4930
|
);
|
|
4931
|
-
|
|
4931
|
+
un.displayName = Ft;
|
|
4932
4932
|
function Tt(r, n) {
|
|
4933
4933
|
return r ? n ? (r.src !== n && (r.src = n), r.complete && r.naturalWidth > 0 ? "loaded" : "loading") : "error" : "idle";
|
|
4934
4934
|
}
|
|
4935
|
-
function
|
|
4936
|
-
const i =
|
|
4935
|
+
function ln(r, { referrerPolicy: n, crossOrigin: a }) {
|
|
4936
|
+
const i = nn(), u = H.useRef(null), p = i ? (u.current || (u.current = new window.Image()), u.current) : null, [m, v] = H.useState(
|
|
4937
4937
|
() => Tt(p, r)
|
|
4938
4938
|
);
|
|
4939
4939
|
return Fe(() => {
|
|
@@ -4949,16 +4949,16 @@ function un(r, { referrerPolicy: n, crossOrigin: a }) {
|
|
|
4949
4949
|
};
|
|
4950
4950
|
}, [p, a, n]), m;
|
|
4951
4951
|
}
|
|
4952
|
-
var
|
|
4953
|
-
function
|
|
4952
|
+
var fn = qt;
|
|
4953
|
+
function gn({
|
|
4954
4954
|
className: r,
|
|
4955
4955
|
...n
|
|
4956
4956
|
}) {
|
|
4957
|
-
return /* @__PURE__ */
|
|
4958
|
-
|
|
4957
|
+
return /* @__PURE__ */ ue.jsx(
|
|
4958
|
+
fn,
|
|
4959
4959
|
{
|
|
4960
4960
|
"data-slot": "avatar",
|
|
4961
|
-
className:
|
|
4961
|
+
className: Xe(
|
|
4962
4962
|
"relative flex size-8 shrink-0 overflow-hidden rounded-full",
|
|
4963
4963
|
r
|
|
4964
4964
|
),
|
|
@@ -4966,21 +4966,21 @@ function mn({
|
|
|
4966
4966
|
}
|
|
4967
4967
|
);
|
|
4968
4968
|
}
|
|
4969
|
-
const
|
|
4969
|
+
const At = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, Ct = Nt, Kt = (r, n) => (a) => {
|
|
4970
4970
|
var i;
|
|
4971
|
-
if (n?.variants == null) return
|
|
4971
|
+
if (n?.variants == null) return Ct(r, a?.class, a?.className);
|
|
4972
4972
|
const { variants: u, defaultVariants: p } = n, m = Object.keys(u).map((c) => {
|
|
4973
4973
|
const b = a?.[c], l = p?.[c];
|
|
4974
4974
|
if (b === null) return null;
|
|
4975
|
-
const o =
|
|
4975
|
+
const o = At(b) || At(l);
|
|
4976
4976
|
return u[c][o];
|
|
4977
4977
|
}), v = a && Object.entries(a).reduce((c, b) => {
|
|
4978
4978
|
let [l, o] = b;
|
|
4979
4979
|
return o === void 0 || (c[l] = o), c;
|
|
4980
4980
|
}, {}), d = n == null || (i = n.compoundVariants) === null || i === void 0 ? void 0 : i.reduce((c, b) => {
|
|
4981
4981
|
let { class: l, className: o, ...g } = b;
|
|
4982
|
-
return Object.entries(g).every((
|
|
4983
|
-
let [A, D] =
|
|
4982
|
+
return Object.entries(g).every((k) => {
|
|
4983
|
+
let [A, D] = k;
|
|
4984
4984
|
return Array.isArray(D) ? D.includes({
|
|
4985
4985
|
...p,
|
|
4986
4986
|
...v
|
|
@@ -4994,8 +4994,8 @@ const xt = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, At = Pt, f
|
|
|
4994
4994
|
o
|
|
4995
4995
|
] : c;
|
|
4996
4996
|
}, []);
|
|
4997
|
-
return
|
|
4998
|
-
}, dn =
|
|
4997
|
+
return Ct(r, m, d, a?.class, a?.className);
|
|
4998
|
+
}, dn = Kt(
|
|
4999
4999
|
"inline-flex items-center justify-center rounded-md border px-2 py-0.5 text-xs font-medium w-fit whitespace-nowrap shrink-0 [&>svg]:size-3 gap-1 [&>svg]:pointer-events-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive transition-[color,box-shadow] overflow-hidden",
|
|
5000
5000
|
{
|
|
5001
5001
|
variants: {
|
|
@@ -5011,25 +5011,69 @@ const xt = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, At = Pt, f
|
|
|
5011
5011
|
}
|
|
5012
5012
|
}
|
|
5013
5013
|
);
|
|
5014
|
-
function
|
|
5014
|
+
function yn({
|
|
5015
5015
|
className: r,
|
|
5016
5016
|
variant: n,
|
|
5017
5017
|
asChild: a = !1,
|
|
5018
5018
|
...i
|
|
5019
5019
|
}) {
|
|
5020
|
-
const u = a ?
|
|
5021
|
-
return /* @__PURE__ */
|
|
5020
|
+
const u = a ? Vt : "span";
|
|
5021
|
+
return /* @__PURE__ */ ue.jsx(
|
|
5022
5022
|
u,
|
|
5023
5023
|
{
|
|
5024
5024
|
"data-slot": "badge",
|
|
5025
|
-
className:
|
|
5025
|
+
className: Xe(dn({ variant: n }), r),
|
|
5026
5026
|
...i
|
|
5027
5027
|
}
|
|
5028
5028
|
);
|
|
5029
5029
|
}
|
|
5030
|
+
const pn = Kt(
|
|
5031
|
+
"inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive",
|
|
5032
|
+
{
|
|
5033
|
+
variants: {
|
|
5034
|
+
variant: {
|
|
5035
|
+
default: "bg-primary text-primary-foreground shadow-xs hover:bg-primary/90",
|
|
5036
|
+
destructive: "bg-destructive text-white shadow-xs hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40 dark:bg-destructive/60",
|
|
5037
|
+
outline: "border bg-background shadow-xs hover:bg-accent hover:text-accent-foreground dark:bg-input/30 dark:border-input dark:hover:bg-input/50",
|
|
5038
|
+
secondary: "bg-secondary text-secondary-foreground shadow-xs hover:bg-secondary/80",
|
|
5039
|
+
ghost: "hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50",
|
|
5040
|
+
link: "text-primary underline-offset-4 hover:underline"
|
|
5041
|
+
},
|
|
5042
|
+
size: {
|
|
5043
|
+
default: "h-9 px-4 py-2 has-[>svg]:px-3",
|
|
5044
|
+
sm: "h-8 rounded-md gap-1.5 px-3 has-[>svg]:px-2.5",
|
|
5045
|
+
lg: "h-10 rounded-md px-6 has-[>svg]:px-4",
|
|
5046
|
+
icon: "size-9"
|
|
5047
|
+
}
|
|
5048
|
+
},
|
|
5049
|
+
defaultVariants: {
|
|
5050
|
+
variant: "default",
|
|
5051
|
+
size: "default"
|
|
5052
|
+
}
|
|
5053
|
+
}
|
|
5054
|
+
);
|
|
5055
|
+
function hn({
|
|
5056
|
+
className: r,
|
|
5057
|
+
variant: n,
|
|
5058
|
+
size: a,
|
|
5059
|
+
asChild: i = !1,
|
|
5060
|
+
...u
|
|
5061
|
+
}) {
|
|
5062
|
+
const p = i ? Vt : "button";
|
|
5063
|
+
return /* @__PURE__ */ ue.jsx(
|
|
5064
|
+
p,
|
|
5065
|
+
{
|
|
5066
|
+
"data-slot": "button",
|
|
5067
|
+
className: Xe(pn({ variant: n, size: a, className: r })),
|
|
5068
|
+
...u
|
|
5069
|
+
}
|
|
5070
|
+
);
|
|
5071
|
+
}
|
|
5030
5072
|
export {
|
|
5031
|
-
|
|
5032
|
-
|
|
5073
|
+
gn as Avatar,
|
|
5074
|
+
yn as Badge,
|
|
5075
|
+
hn as Button,
|
|
5033
5076
|
dn as badgeVariants,
|
|
5034
|
-
|
|
5077
|
+
pn as buttonVariants,
|
|
5078
|
+
Xe as cn
|
|
5035
5079
|
};
|