@akai-mirai/report-ui 1.0.4 → 1.0.6

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.
@@ -1,10 +1,24 @@
1
1
  import { jsxs as fe, jsx as _ } from "react/jsx-runtime";
2
- import * as Wd from "react";
3
- import xf from "react";
4
- import { Box as Ve, Paper as ac, Typography as se, Divider as Nh, Grid as wn, Card as _a, CardContent as Da, TableContainer as Wh, Table as Hh, TableHead as Uh, TableRow as ef, TableCell as et, TableBody as Yh, Chip as pf, LinearProgress as Hd, Alert as vg, ThemeProvider as bg, CssBaseline as yg } from "@mui/material";
5
- import { Quiz as Ud, People as Yd, CheckCircle as Yf, TrendingUp as nh, Schedule as Gh, Cancel as Gd, BarChart as Xd, Person as pg, Score as xg } from "@mui/icons-material";
6
- import { ResponsiveContainer as ad, BarChart as wg, CartesianGrid as Tg, XAxis as Eg, YAxis as Cg, Tooltip as od, Bar as Rg, PieChart as Sg, Pie as mg, Cell as kg } from "recharts";
7
- import rh from "react-dom";
2
+ import * as Hd from "react";
3
+ import wf from "react";
4
+ import { Box as Ve, Paper as ac, Typography as se, Divider as Wh, Grid as wn, Card as _a, CardContent as Da, TableContainer as Hh, Table as Uh, TableHead as Yh, TableRow as ef, TableCell as et, TableBody as Gh, Chip as pf, LinearProgress as Ud, Alert as bg, ThemeProvider as yg, CssBaseline as pg } from "@mui/material";
5
+ import { Quiz as Yd, People as Gd, CheckCircle as Gf, TrendingUp as th, Schedule as Xh, Cancel as Xd, BarChart as Zd, Person as xg, Score as wg } from "@mui/icons-material";
6
+ import { ResponsiveContainer as od, BarChart as Tg, CartesianGrid as Eg, XAxis as Cg, YAxis as Rg, Tooltip as cd, Bar as Sg, PieChart as mg, Pie as kg, Cell as Pg } from "recharts";
7
+ import ih from "react-dom";
8
+ function xf(h, E = "ru", T = "Другое") {
9
+ if (!h) return T;
10
+ if (typeof h == "string") return h;
11
+ if (typeof h == "object") {
12
+ const m = h[E];
13
+ if (m) return m;
14
+ if (h.ru) return h.ru;
15
+ if (h.en) return h.en;
16
+ if (h.kk) return h.kk;
17
+ const O = Object.keys(h)[0];
18
+ if (O) return h[O];
19
+ }
20
+ return T;
21
+ }
8
22
  function Hu(h) {
9
23
  if (!h) return "N/A";
10
24
  const E = typeof h == "string" ? new Date(h) : h;
@@ -16,25 +30,25 @@ function Hu(h) {
16
30
  minute: "2-digit"
17
31
  });
18
32
  }
19
- function Xh(h) {
33
+ function Zh(h) {
20
34
  if (!h || h < 0) return "0 сек";
21
35
  const E = Math.floor(h / 3600), T = Math.floor(h % 3600 / 60), m = h % 60, O = [];
22
36
  return E > 0 && O.push(`${E} ч`), T > 0 && O.push(`${T} мин`), (m > 0 || O.length === 0) && O.push(`${m} сек`), O.join(" ");
23
37
  }
24
- function Zd(h, E) {
25
- const T = h.map((Y) => Y.score || 0).filter((Y) => Y != null), m = T.length > 0 ? T.reduce((Y, J) => Y + J, 0) / T.length : 0, O = T.length > 0 ? Math.min(...T) : 0, I = T.length > 0 ? Math.max(...T) : 0, X = {
38
+ function Vd(h, E) {
39
+ const T = h.map((Y) => Y.score || 0).filter((Y) => Y != null), m = T.length > 0 ? T.reduce((Y, Q) => Y + Q, 0) / T.length : 0, O = T.length > 0 ? Math.min(...T) : 0, I = T.length > 0 ? Math.max(...T) : 0, X = {
26
40
  sessionsWithAlerts: E.filter(
27
41
  (Y) => Y.proctoringAlerts && Y.proctoringAlerts.length > 0
28
42
  ).length,
29
43
  totalAlerts: E.reduce(
30
- (Y, J) => Y + (J.proctoringAlerts?.length || 0),
44
+ (Y, Q) => Y + (Q.proctoringAlerts?.length || 0),
31
45
  0
32
46
  ),
33
47
  criticalAlerts: E.reduce(
34
- (Y, J) => Y + (J.proctoringAlerts?.filter((ne) => ne.severity === "CRITICAL").length || 0),
48
+ (Y, Q) => Y + (Q.proctoringAlerts?.filter((ne) => ne.severity === "CRITICAL").length || 0),
35
49
  0
36
50
  ),
37
- avgRisk: E.map((Y) => Y.proctoringMetrics?.riskScore || 0).filter((Y) => Y > 0).length > 0 ? E.map((Y) => Y.proctoringMetrics?.riskScore || 0).filter((Y) => Y > 0).reduce((Y, J) => Y + J, 0) / E.filter((Y) => (Y.proctoringMetrics?.riskScore || 0) > 0).length : 0
51
+ avgRisk: E.map((Y) => Y.proctoringMetrics?.riskScore || 0).filter((Y) => Y > 0).length > 0 ? E.map((Y) => Y.proctoringMetrics?.riskScore || 0).filter((Y) => Y > 0).reduce((Y, Q) => Y + Q, 0) / E.filter((Y) => (Y.proctoringMetrics?.riskScore || 0) > 0).length : 0
38
52
  };
39
53
  return {
40
54
  avgScore: m,
@@ -43,12 +57,12 @@ function Zd(h, E) {
43
57
  proctoringStats: X
44
58
  };
45
59
  }
46
- const Kb = ({
60
+ const qb = ({
47
61
  quiz: h,
48
62
  allSessions: E,
49
63
  options: T = {}
50
64
  }) => {
51
- const m = E.filter((oe) => oe.status === "FINISHED"), O = E.filter((oe) => oe.status === "IN_PROGRESS"), I = E.filter((oe) => oe.status === "STARTED"), X = O.length + I.length, Y = Zd(m, E), J = xf.useMemo(() => [
65
+ const m = E.filter((oe) => oe.status === "FINISHED"), O = E.filter((oe) => oe.status === "IN_PROGRESS"), I = E.filter((oe) => oe.status === "STARTED"), X = O.length + I.length, Y = Vd(m, E), Q = wf.useMemo(() => [
52
66
  { label: "0-20", min: 0, max: 20 },
53
67
  { label: "21-40", min: 21, max: 40 },
54
68
  { label: "41-60", min: 41, max: 60 },
@@ -68,13 +82,13 @@ const Kb = ({
68
82
  return /* @__PURE__ */ fe(Ve, { sx: { p: 3, backgroundColor: "#F9FAFB", minHeight: "100vh" }, children: [
69
83
  /* @__PURE__ */ fe(ac, { elevation: 0, sx: { p: 4, mb: 3, backgroundColor: "white" }, children: [
70
84
  /* @__PURE__ */ fe(Ve, { sx: { display: "flex", alignItems: "center", mb: 2 }, children: [
71
- /* @__PURE__ */ _(Ud, { sx: { fontSize: 40, color: "primary.main", mr: 2 } }),
85
+ /* @__PURE__ */ _(Yd, { sx: { fontSize: 40, color: "primary.main", mr: 2 } }),
72
86
  /* @__PURE__ */ fe(Ve, { children: [
73
- /* @__PURE__ */ _(se, { variant: "h3", component: "h1", gutterBottom: !0, children: h.title || "Отчет по результатам экзамена" }),
87
+ /* @__PURE__ */ _(se, { variant: "h3", component: "h1", gutterBottom: !0, children: xf(h.title, T?.language || "ru", "Отчет по результатам экзамена") }),
74
88
  h.description && /* @__PURE__ */ _(se, { variant: "body2", color: "text.secondary", children: h.description })
75
89
  ] })
76
90
  ] }),
77
- /* @__PURE__ */ _(Nh, { sx: { my: 2 } }),
91
+ /* @__PURE__ */ _(Wh, { sx: { my: 2 } }),
78
92
  /* @__PURE__ */ fe(wn, { container: !0, spacing: 2, children: [
79
93
  /* @__PURE__ */ fe(wn, { size: { xs: 12, sm: 6, md: 3 }, children: [
80
94
  /* @__PURE__ */ _(se, { variant: "caption", color: "text.secondary", children: "Автор" }),
@@ -97,21 +111,21 @@ const Kb = ({
97
111
  /* @__PURE__ */ fe(wn, { container: !0, spacing: 3, sx: { mb: 3 }, children: [
98
112
  /* @__PURE__ */ _(wn, { size: { xs: 12, sm: 6, md: 3 }, children: /* @__PURE__ */ _(_a, { elevation: 0, sx: { height: "100%" }, children: /* @__PURE__ */ fe(Da, { children: [
99
113
  /* @__PURE__ */ fe(Ve, { sx: { display: "flex", alignItems: "center", mb: 1 }, children: [
100
- /* @__PURE__ */ _(Yd, { sx: { color: "primary.main", mr: 1 } }),
114
+ /* @__PURE__ */ _(Gd, { sx: { color: "primary.main", mr: 1 } }),
101
115
  /* @__PURE__ */ _(se, { variant: "caption", color: "text.secondary", children: "Всего студентов" })
102
116
  ] }),
103
117
  /* @__PURE__ */ _(se, { variant: "h4", fontWeight: 700, children: E.length })
104
118
  ] }) }) }),
105
119
  /* @__PURE__ */ _(wn, { size: { xs: 12, sm: 6, md: 3 }, children: /* @__PURE__ */ _(_a, { elevation: 0, sx: { height: "100%" }, children: /* @__PURE__ */ fe(Da, { children: [
106
120
  /* @__PURE__ */ fe(Ve, { sx: { display: "flex", alignItems: "center", mb: 1 }, children: [
107
- /* @__PURE__ */ _(Yf, { sx: { color: "success.main", mr: 1 } }),
121
+ /* @__PURE__ */ _(Gf, { sx: { color: "success.main", mr: 1 } }),
108
122
  /* @__PURE__ */ _(se, { variant: "caption", color: "text.secondary", children: "Завершено" })
109
123
  ] }),
110
124
  /* @__PURE__ */ _(se, { variant: "h4", fontWeight: 700, color: "success.main", children: m.length })
111
125
  ] }) }) }),
112
126
  /* @__PURE__ */ _(wn, { size: { xs: 12, sm: 6, md: 3 }, children: /* @__PURE__ */ _(_a, { elevation: 0, sx: { height: "100%" }, children: /* @__PURE__ */ fe(Da, { children: [
113
127
  /* @__PURE__ */ fe(Ve, { sx: { display: "flex", alignItems: "center", mb: 1 }, children: [
114
- /* @__PURE__ */ _(nh, { sx: { color: "info.main", mr: 1 } }),
128
+ /* @__PURE__ */ _(th, { sx: { color: "info.main", mr: 1 } }),
115
129
  /* @__PURE__ */ _(se, { variant: "caption", color: "text.secondary", children: "Средний балл" })
116
130
  ] }),
117
131
  /* @__PURE__ */ fe(se, { variant: "h4", fontWeight: 700, color: "info.main", children: [
@@ -121,7 +135,7 @@ const Kb = ({
121
135
  ] }) }) }),
122
136
  /* @__PURE__ */ _(wn, { size: { xs: 12, sm: 6, md: 3 }, children: /* @__PURE__ */ _(_a, { elevation: 0, sx: { height: "100%" }, children: /* @__PURE__ */ fe(Da, { children: [
123
137
  /* @__PURE__ */ fe(Ve, { sx: { display: "flex", alignItems: "center", mb: 1 }, children: [
124
- /* @__PURE__ */ _(Gh, { sx: { color: "warning.main", mr: 1 } }),
138
+ /* @__PURE__ */ _(Xh, { sx: { color: "warning.main", mr: 1 } }),
125
139
  /* @__PURE__ */ _(se, { variant: "caption", color: "text.secondary", children: "Активных" })
126
140
  ] }),
127
141
  /* @__PURE__ */ _(se, { variant: "h4", fontWeight: 700, color: "warning.main", children: X })
@@ -130,19 +144,19 @@ const Kb = ({
130
144
  /* @__PURE__ */ fe(wn, { container: !0, spacing: 3, sx: { mb: 3 }, children: [
131
145
  /* @__PURE__ */ _(wn, { size: { xs: 12, md: 6 }, children: /* @__PURE__ */ fe(ac, { elevation: 0, sx: { p: 3, backgroundColor: "white" }, children: [
132
146
  /* @__PURE__ */ _(se, { variant: "h6", gutterBottom: !0, children: "Распределение баллов" }),
133
- /* @__PURE__ */ _(ad, { width: "100%", height: 300, children: /* @__PURE__ */ fe(wg, { data: J, children: [
134
- /* @__PURE__ */ _(Tg, { strokeDasharray: "3 3" }),
135
- /* @__PURE__ */ _(Eg, { dataKey: "name" }),
136
- /* @__PURE__ */ _(Cg, {}),
137
- /* @__PURE__ */ _(od, {}),
138
- /* @__PURE__ */ _(Rg, { dataKey: "value", fill: "#1976D2" })
147
+ /* @__PURE__ */ _(od, { width: "100%", height: 300, children: /* @__PURE__ */ fe(Tg, { data: Q, children: [
148
+ /* @__PURE__ */ _(Eg, { strokeDasharray: "3 3" }),
149
+ /* @__PURE__ */ _(Cg, { dataKey: "name" }),
150
+ /* @__PURE__ */ _(Rg, {}),
151
+ /* @__PURE__ */ _(cd, {}),
152
+ /* @__PURE__ */ _(Sg, { dataKey: "value", fill: "#1976D2" })
139
153
  ] }) })
140
154
  ] }) }),
141
155
  /* @__PURE__ */ _(wn, { size: { xs: 12, md: 6 }, children: /* @__PURE__ */ fe(ac, { elevation: 0, sx: { p: 3, backgroundColor: "white" }, children: [
142
156
  /* @__PURE__ */ _(se, { variant: "h6", gutterBottom: !0, children: "Статус сессий" }),
143
- /* @__PURE__ */ _(ad, { width: "100%", height: 300, children: /* @__PURE__ */ fe(Sg, { children: [
157
+ /* @__PURE__ */ _(od, { width: "100%", height: 300, children: /* @__PURE__ */ fe(mg, { children: [
144
158
  /* @__PURE__ */ _(
145
- mg,
159
+ kg,
146
160
  {
147
161
  data: ne,
148
162
  cx: "50%",
@@ -152,17 +166,17 @@ const Kb = ({
152
166
  outerRadius: 100,
153
167
  fill: "#8884d8",
154
168
  dataKey: "value",
155
- children: ne.map((oe, D) => /* @__PURE__ */ _(kg, { fill: oe.color }, `cell-${D}`))
169
+ children: ne.map((oe, D) => /* @__PURE__ */ _(Pg, { fill: oe.color }, `cell-${D}`))
156
170
  }
157
171
  ),
158
- /* @__PURE__ */ _(od, {})
172
+ /* @__PURE__ */ _(cd, {})
159
173
  ] }) })
160
174
  ] }) })
161
175
  ] }),
162
176
  /* @__PURE__ */ fe(ac, { elevation: 0, sx: { backgroundColor: "white" }, children: [
163
177
  /* @__PURE__ */ _(Ve, { sx: { p: 3 }, children: /* @__PURE__ */ _(se, { variant: "h6", gutterBottom: !0, children: "Результаты студентов" }) }),
164
- /* @__PURE__ */ _(Wh, { children: /* @__PURE__ */ fe(Hh, { children: [
165
- /* @__PURE__ */ _(Uh, { children: /* @__PURE__ */ fe(ef, { sx: { backgroundColor: "grey.50" }, children: [
178
+ /* @__PURE__ */ _(Hh, { children: /* @__PURE__ */ fe(Uh, { children: [
179
+ /* @__PURE__ */ _(Yh, { children: /* @__PURE__ */ fe(ef, { sx: { backgroundColor: "grey.50" }, children: [
166
180
  /* @__PURE__ */ _(et, { children: /* @__PURE__ */ _(se, { variant: "subtitle2", fontWeight: 600, children: "Студент" }) }),
167
181
  /* @__PURE__ */ _(et, { children: /* @__PURE__ */ _(se, { variant: "subtitle2", fontWeight: 600, children: "Статус" }) }),
168
182
  /* @__PURE__ */ _(et, { align: "right", children: /* @__PURE__ */ _(se, { variant: "subtitle2", fontWeight: 600, children: "Балл" }) }),
@@ -170,7 +184,7 @@ const Kb = ({
170
184
  /* @__PURE__ */ _(et, { align: "right", children: /* @__PURE__ */ _(se, { variant: "subtitle2", fontWeight: 600, children: "Время" }) }),
171
185
  /* @__PURE__ */ _(et, { children: /* @__PURE__ */ _(se, { variant: "subtitle2", fontWeight: 600, children: "Завершено" }) })
172
186
  ] }) }),
173
- /* @__PURE__ */ fe(Yh, { children: [
187
+ /* @__PURE__ */ fe(Gh, { children: [
174
188
  m.map((oe) => /* @__PURE__ */ fe(ef, { hover: !0, children: [
175
189
  /* @__PURE__ */ fe(et, { children: [
176
190
  /* @__PURE__ */ _(se, { variant: "body2", children: oe.user && (`${oe.user.firstName || ""} ${oe.user.lastName || ""}`.trim() || oe.user.userName) || "N/A" }),
@@ -186,7 +200,7 @@ const Kb = ({
186
200
  ) }),
187
201
  /* @__PURE__ */ _(et, { align: "right", children: /* @__PURE__ */ _(se, { variant: "body2", fontWeight: 600, children: oe.score !== null && oe.score !== void 0 ? `${oe.score.toFixed(1)}%` : "N/A" }) }),
188
202
  /* @__PURE__ */ _(et, { align: "right", children: /* @__PURE__ */ _(se, { variant: "body2", children: oe.correctAnswers !== null && oe.correctAnswers !== void 0 ? `${oe.correctAnswers}/${oe.totalQuestions || "?"}` : "N/A" }) }),
189
- /* @__PURE__ */ _(et, { align: "right", children: /* @__PURE__ */ _(se, { variant: "body2", children: oe.timeSpent ? Xh(oe.timeSpent) : "N/A" }) }),
203
+ /* @__PURE__ */ _(et, { align: "right", children: /* @__PURE__ */ _(se, { variant: "body2", children: oe.timeSpent ? Zh(oe.timeSpent) : "N/A" }) }),
190
204
  /* @__PURE__ */ _(et, { children: /* @__PURE__ */ _(se, { variant: "body2", color: "text.secondary", children: oe.finishedAt ? Hu(oe.finishedAt) : "N/A" }) })
191
205
  ] }, oe.id)),
192
206
  m.length === 0 && /* @__PURE__ */ _(ef, { children: /* @__PURE__ */ _(et, { colSpan: 6, align: "center", sx: { py: 4 }, children: /* @__PURE__ */ _(se, { variant: "body2", color: "text.secondary", children: "Нет завершенных сессий" }) }) })
@@ -194,7 +208,7 @@ const Kb = ({
194
208
  ] }) })
195
209
  ] })
196
210
  ] });
197
- }, Pg = {
211
+ }, Ag = {
198
212
  kk: {
199
213
  // Общие
200
214
  "report.title": "Есеп",
@@ -389,26 +403,30 @@ const Kb = ({
389
403
  }
390
404
  };
391
405
  function Ne(h, E = "ru") {
392
- return Pg[E][h] || h;
406
+ return Ag[E][h] || h;
393
407
  }
394
- const Ag = ({
408
+ const Fg = ({
395
409
  quiz: h,
396
410
  allSessions: E,
397
411
  language: T = "ru"
398
412
  }) => {
399
- const m = E.filter((I) => I.status === "FINISHED"), O = xf.useMemo(() => {
413
+ const m = E.filter((I) => I.status === "FINISHED"), O = wf.useMemo(() => {
400
414
  const I = {};
401
415
  return m.forEach((X) => {
402
416
  X.answers?.forEach((Y) => {
403
- const J = Y.questionId, ne = Y.question.title, oe = Y.question.questionGroup?.subject?.title || (typeof Y.question.questionGroup?.subject == "string" ? Y.question.questionGroup.subject : "Другое");
404
- I[J] || (I[J] = {
417
+ const Q = Y.questionId, ne = Y.question.title, oe = xf(
418
+ Y.question.questionGroup?.subject?.title,
419
+ T,
420
+ "Другое"
421
+ );
422
+ I[Q] || (I[Q] = {
405
423
  title: ne,
406
424
  subject: oe,
407
425
  totalAnswers: 0,
408
426
  correctAnswers: 0,
409
427
  wrongAnswers: 0,
410
428
  correctPercentage: 0
411
- }), I[J].totalAnswers++, Y.isCorrect === !0 ? I[J].correctAnswers++ : Y.isCorrect === !1 && I[J].wrongAnswers++;
429
+ }), I[Q].totalAnswers++, Y.isCorrect === !0 ? I[Q].correctAnswers++ : Y.isCorrect === !1 && I[Q].wrongAnswers++;
412
430
  });
413
431
  }), Object.keys(I).forEach((X) => {
414
432
  const Y = I[X];
@@ -422,8 +440,8 @@ const Ag = ({
422
440
  O.length,
423
441
  ")"
424
442
  ] }) }),
425
- /* @__PURE__ */ _(Wh, { children: /* @__PURE__ */ fe(Hh, { children: [
426
- /* @__PURE__ */ _(Uh, { children: /* @__PURE__ */ fe(ef, { sx: { backgroundColor: "grey.50" }, children: [
443
+ /* @__PURE__ */ _(Hh, { children: /* @__PURE__ */ fe(Uh, { children: [
444
+ /* @__PURE__ */ _(Yh, { children: /* @__PURE__ */ fe(ef, { sx: { backgroundColor: "grey.50" }, children: [
427
445
  /* @__PURE__ */ _(et, { children: /* @__PURE__ */ _(se, { variant: "subtitle2", fontWeight: 600, children: Ne("session.question", T) }) }),
428
446
  /* @__PURE__ */ _(et, { align: "center", children: /* @__PURE__ */ _(se, { variant: "subtitle2", fontWeight: 600, children: Ne("quiz.totalStudents", T) }) }),
429
447
  /* @__PURE__ */ _(et, { align: "center", children: /* @__PURE__ */ _(se, { variant: "subtitle2", fontWeight: 600, children: Ne("session.correct", T) }) }),
@@ -433,23 +451,23 @@ const Ag = ({
433
451
  Ne("session.correct", T)
434
452
  ] }) })
435
453
  ] }) }),
436
- /* @__PURE__ */ _(Yh, { children: O.map((I, X) => /* @__PURE__ */ fe(ef, { hover: !0, children: [
454
+ /* @__PURE__ */ _(Gh, { children: O.map((I, X) => /* @__PURE__ */ fe(ef, { hover: !0, children: [
437
455
  /* @__PURE__ */ fe(et, { children: [
438
456
  /* @__PURE__ */ _(se, { variant: "body2", fontWeight: 500, children: I.title }),
439
457
  /* @__PURE__ */ _(se, { variant: "caption", color: "text.secondary", children: I.subject })
440
458
  ] }),
441
459
  /* @__PURE__ */ _(et, { align: "center", children: /* @__PURE__ */ _(se, { variant: "body2", children: I.totalAnswers }) }),
442
460
  /* @__PURE__ */ _(et, { align: "center", children: /* @__PURE__ */ fe(Ve, { sx: { display: "flex", alignItems: "center", justifyContent: "center", gap: 0.5 }, children: [
443
- /* @__PURE__ */ _(Yf, { sx: { fontSize: 16, color: "success.main" } }),
461
+ /* @__PURE__ */ _(Gf, { sx: { fontSize: 16, color: "success.main" } }),
444
462
  /* @__PURE__ */ _(se, { variant: "body2", fontWeight: 600, color: "success.main", children: I.correctAnswers })
445
463
  ] }) }),
446
464
  /* @__PURE__ */ _(et, { align: "center", children: /* @__PURE__ */ fe(Ve, { sx: { display: "flex", alignItems: "center", justifyContent: "center", gap: 0.5 }, children: [
447
- /* @__PURE__ */ _(Gd, { sx: { fontSize: 16, color: "error.main" } }),
465
+ /* @__PURE__ */ _(Xd, { sx: { fontSize: 16, color: "error.main" } }),
448
466
  /* @__PURE__ */ _(se, { variant: "body2", fontWeight: 600, color: "error.main", children: I.wrongAnswers })
449
467
  ] }) }),
450
468
  /* @__PURE__ */ _(et, { children: /* @__PURE__ */ fe(Ve, { sx: { display: "flex", alignItems: "center", gap: 1 }, children: [
451
469
  /* @__PURE__ */ _(
452
- Hd,
470
+ Ud,
453
471
  {
454
472
  variant: "determinate",
455
473
  value: I.correctPercentage,
@@ -472,12 +490,12 @@ const Ag = ({
472
490
  ] }, X)) })
473
491
  ] }) })
474
492
  ] });
475
- }, Fg = ({
493
+ }, Ig = ({
476
494
  quiz: h,
477
495
  allSessions: E,
478
496
  options: T = {}
479
497
  }) => {
480
- const m = E.filter((ne) => ne.status === "FINISHED"), O = E.filter((ne) => ne.status === "IN_PROGRESS"), I = E.filter((ne) => ne.status === "STARTED"), X = O.length + I.length, Y = Zd(m, E), J = T.language || "ru";
498
+ const m = E.filter((ne) => ne.status === "FINISHED"), O = E.filter((ne) => ne.status === "IN_PROGRESS"), I = E.filter((ne) => ne.status === "STARTED"), X = O.length + I.length, Y = Vd(m, E), Q = T.language || "ru";
481
499
  return /* @__PURE__ */ fe(Ve, { sx: { p: 3, backgroundColor: "#F9FAFB", minHeight: "100vh" }, children: [
482
500
  /* @__PURE__ */ fe(
483
501
  ac,
@@ -494,9 +512,9 @@ const Ag = ({
494
512
  children: [
495
513
  /* @__PURE__ */ fe(Ve, { sx: { display: "flex", justifyContent: "space-between", alignItems: "flex-start", mb: 3 }, children: [
496
514
  /* @__PURE__ */ fe(Ve, { sx: { display: "flex", alignItems: "center", flex: 1 }, children: [
497
- /* @__PURE__ */ _(Ud, { sx: { fontSize: 40, color: "primary.main", mr: 2 } }),
515
+ /* @__PURE__ */ _(Yd, { sx: { fontSize: 40, color: "primary.main", mr: 2 } }),
498
516
  /* @__PURE__ */ fe(Ve, { children: [
499
- /* @__PURE__ */ _(se, { variant: "h3", component: "h1", gutterBottom: !0, fontWeight: 700, children: h.title || "Отчет по результатам экзамена" }),
517
+ /* @__PURE__ */ _(se, { variant: "h3", component: "h1", gutterBottom: !0, fontWeight: 700, children: xf(h.title, Q, "Отчет по результатам экзамена") }),
500
518
  h.description && /* @__PURE__ */ _(se, { variant: "body2", color: "text.secondary", children: h.description })
501
519
  ] })
502
520
  ] }),
@@ -508,27 +526,31 @@ const Ag = ({
508
526
  style: {
509
527
  height: "60px",
510
528
  width: "auto",
511
- maxWidth: "200px"
529
+ maxWidth: "200px",
530
+ display: "block"
531
+ },
532
+ onError: (ne) => {
533
+ ne.currentTarget.style.display = "none";
512
534
  }
513
535
  }
514
536
  ) })
515
537
  ] }),
516
- /* @__PURE__ */ _(Nh, { sx: { my: 2 } }),
538
+ /* @__PURE__ */ _(Wh, { sx: { my: 2 } }),
517
539
  /* @__PURE__ */ fe(wn, { container: !0, spacing: 2, children: [
518
540
  /* @__PURE__ */ fe(wn, { size: { xs: 12, sm: 6, md: 3 }, children: [
519
- /* @__PURE__ */ _(se, { variant: "caption", color: "text.secondary", children: Ne("quiz.author", J) }),
541
+ /* @__PURE__ */ _(se, { variant: "caption", color: "text.secondary", children: Ne("quiz.author", Q) }),
520
542
  /* @__PURE__ */ _(se, { variant: "body2", fontWeight: 600, children: h.author && `${h.author.firstName || ""} ${h.author.lastName || ""}`.trim() || "N/A" })
521
543
  ] }),
522
544
  h.startTime && /* @__PURE__ */ fe(wn, { size: { xs: 12, sm: 6, md: 3 }, children: [
523
- /* @__PURE__ */ _(se, { variant: "caption", color: "text.secondary", children: Ne("quiz.start", J) }),
545
+ /* @__PURE__ */ _(se, { variant: "caption", color: "text.secondary", children: Ne("quiz.start", Q) }),
524
546
  /* @__PURE__ */ _(se, { variant: "body2", fontWeight: 600, children: Hu(h.startTime) })
525
547
  ] }),
526
548
  h.endTime && /* @__PURE__ */ fe(wn, { size: { xs: 12, sm: 6, md: 3 }, children: [
527
- /* @__PURE__ */ _(se, { variant: "caption", color: "text.secondary", children: Ne("quiz.end", J) }),
549
+ /* @__PURE__ */ _(se, { variant: "caption", color: "text.secondary", children: Ne("quiz.end", Q) }),
528
550
  /* @__PURE__ */ _(se, { variant: "body2", fontWeight: 600, children: Hu(h.endTime) })
529
551
  ] }),
530
552
  h._count && /* @__PURE__ */ fe(wn, { size: { xs: 12, sm: 6, md: 3 }, children: [
531
- /* @__PURE__ */ _(se, { variant: "caption", color: "text.secondary", children: Ne("quiz.questions", J) }),
553
+ /* @__PURE__ */ _(se, { variant: "caption", color: "text.secondary", children: Ne("quiz.questions", Q) }),
532
554
  /* @__PURE__ */ _(se, { variant: "body2", fontWeight: 600, children: h._count.questions })
533
555
  ] })
534
556
  ] })
@@ -553,8 +575,8 @@ const Ag = ({
553
575
  },
554
576
  children: /* @__PURE__ */ fe(Da, { children: [
555
577
  /* @__PURE__ */ fe(Ve, { sx: { display: "flex", alignItems: "center", mb: 1 }, children: [
556
- /* @__PURE__ */ _(nh, { sx: { color: "success.main", mr: 1, fontSize: 20 } }),
557
- /* @__PURE__ */ _(se, { variant: "caption", color: "text.secondary", children: Ne("quiz.maxScore", J) })
578
+ /* @__PURE__ */ _(th, { sx: { color: "success.main", mr: 1, fontSize: 20 } }),
579
+ /* @__PURE__ */ _(se, { variant: "caption", color: "text.secondary", children: Ne("quiz.maxScore", Q) })
558
580
  ] }),
559
581
  /* @__PURE__ */ fe(se, { variant: "h4", fontWeight: 700, color: "success.main", children: [
560
582
  Y.maxScore.toFixed(1),
@@ -580,8 +602,8 @@ const Ag = ({
580
602
  },
581
603
  children: /* @__PURE__ */ fe(Da, { children: [
582
604
  /* @__PURE__ */ fe(Ve, { sx: { display: "flex", alignItems: "center", mb: 1 }, children: [
583
- /* @__PURE__ */ _(nh, { sx: { color: "warning.main", mr: 1, fontSize: 20, transform: "rotate(180deg)" } }),
584
- /* @__PURE__ */ _(se, { variant: "caption", color: "text.secondary", children: Ne("quiz.minScore", J) })
605
+ /* @__PURE__ */ _(th, { sx: { color: "warning.main", mr: 1, fontSize: 20, transform: "rotate(180deg)" } }),
606
+ /* @__PURE__ */ _(se, { variant: "caption", color: "text.secondary", children: Ne("quiz.minScore", Q) })
585
607
  ] }),
586
608
  /* @__PURE__ */ fe(se, { variant: "h4", fontWeight: 700, color: "warning.main", children: [
587
609
  Y.minScore.toFixed(1),
@@ -609,8 +631,8 @@ const Ag = ({
609
631
  },
610
632
  children: /* @__PURE__ */ fe(Da, { children: [
611
633
  /* @__PURE__ */ fe(Ve, { sx: { display: "flex", alignItems: "center", mb: 1 }, children: [
612
- /* @__PURE__ */ _(Yd, { sx: { color: "primary.main", mr: 1, fontSize: 20 } }),
613
- /* @__PURE__ */ _(se, { variant: "caption", color: "text.secondary", children: Ne("quiz.totalStudents", J) })
634
+ /* @__PURE__ */ _(Gd, { sx: { color: "primary.main", mr: 1, fontSize: 20 } }),
635
+ /* @__PURE__ */ _(se, { variant: "caption", color: "text.secondary", children: Ne("quiz.totalStudents", Q) })
614
636
  ] }),
615
637
  /* @__PURE__ */ _(se, { variant: "h4", fontWeight: 700, color: "primary.main", children: E.length })
616
638
  ] })
@@ -633,8 +655,8 @@ const Ag = ({
633
655
  },
634
656
  children: /* @__PURE__ */ fe(Da, { children: [
635
657
  /* @__PURE__ */ fe(Ve, { sx: { display: "flex", alignItems: "center", mb: 1 }, children: [
636
- /* @__PURE__ */ _(Yf, { sx: { color: "success.main", mr: 1, fontSize: 20 } }),
637
- /* @__PURE__ */ _(se, { variant: "caption", color: "text.secondary", children: Ne("quiz.completed", J) })
658
+ /* @__PURE__ */ _(Gf, { sx: { color: "success.main", mr: 1, fontSize: 20 } }),
659
+ /* @__PURE__ */ _(se, { variant: "caption", color: "text.secondary", children: Ne("quiz.completed", Q) })
638
660
  ] }),
639
661
  /* @__PURE__ */ _(se, { variant: "h4", fontWeight: 700, color: "success.main", children: m.length })
640
662
  ] })
@@ -657,8 +679,8 @@ const Ag = ({
657
679
  },
658
680
  children: /* @__PURE__ */ fe(Da, { children: [
659
681
  /* @__PURE__ */ fe(Ve, { sx: { display: "flex", alignItems: "center", mb: 1 }, children: [
660
- /* @__PURE__ */ _(nh, { sx: { color: "info.main", mr: 1, fontSize: 20 } }),
661
- /* @__PURE__ */ _(se, { variant: "caption", color: "text.secondary", children: Ne("quiz.avgScore", J) })
682
+ /* @__PURE__ */ _(th, { sx: { color: "info.main", mr: 1, fontSize: 20 } }),
683
+ /* @__PURE__ */ _(se, { variant: "caption", color: "text.secondary", children: Ne("quiz.avgScore", Q) })
662
684
  ] }),
663
685
  /* @__PURE__ */ fe(se, { variant: "h4", fontWeight: 700, color: "info.main", children: [
664
686
  Y.avgScore.toFixed(1),
@@ -684,8 +706,8 @@ const Ag = ({
684
706
  },
685
707
  children: /* @__PURE__ */ fe(Da, { children: [
686
708
  /* @__PURE__ */ fe(Ve, { sx: { display: "flex", alignItems: "center", mb: 1 }, children: [
687
- /* @__PURE__ */ _(Gh, { sx: { color: "warning.main", mr: 1, fontSize: 20 } }),
688
- /* @__PURE__ */ _(se, { variant: "caption", color: "text.secondary", children: Ne("quiz.active", J) })
709
+ /* @__PURE__ */ _(Xh, { sx: { color: "warning.main", mr: 1, fontSize: 20 } }),
710
+ /* @__PURE__ */ _(se, { variant: "caption", color: "text.secondary", children: Ne("quiz.active", Q) })
689
711
  ] }),
690
712
  /* @__PURE__ */ _(se, { variant: "h4", fontWeight: 700, color: "warning.main", children: X })
691
713
  ] })
@@ -693,43 +715,43 @@ const Ag = ({
693
715
  ) })
694
716
  ] }),
695
717
  Y.proctoringStats && /* @__PURE__ */ fe(ac, { elevation: 0, sx: { p: 3, mb: 3, backgroundColor: "white", border: "1px solid", borderColor: "divider" }, children: [
696
- /* @__PURE__ */ _(se, { variant: "h6", gutterBottom: !0, fontWeight: 600, sx: { mb: 2 }, children: Ne("quiz.proctoringStats", J) }),
718
+ /* @__PURE__ */ _(se, { variant: "h6", gutterBottom: !0, fontWeight: 600, sx: { mb: 2 }, children: Ne("quiz.proctoringStats", Q) }),
697
719
  /* @__PURE__ */ fe(wn, { container: !0, spacing: 3, children: [
698
720
  /* @__PURE__ */ _(wn, { size: { xs: 12, sm: 6, md: 3 }, children: /* @__PURE__ */ fe(Ve, { children: [
699
- /* @__PURE__ */ _(se, { variant: "caption", color: "text.secondary", display: "block", gutterBottom: !0, children: Ne("quiz.sessionsWithAlerts", J) }),
721
+ /* @__PURE__ */ _(se, { variant: "caption", color: "text.secondary", display: "block", gutterBottom: !0, children: Ne("quiz.sessionsWithAlerts", Q) }),
700
722
  /* @__PURE__ */ _(se, { variant: "h5", fontWeight: 700, children: Y.proctoringStats.sessionsWithAlerts })
701
723
  ] }) }),
702
724
  /* @__PURE__ */ _(wn, { size: { xs: 12, sm: 6, md: 3 }, children: /* @__PURE__ */ fe(Ve, { children: [
703
- /* @__PURE__ */ _(se, { variant: "caption", color: "text.secondary", display: "block", gutterBottom: !0, children: Ne("quiz.totalAlerts", J) }),
725
+ /* @__PURE__ */ _(se, { variant: "caption", color: "text.secondary", display: "block", gutterBottom: !0, children: Ne("quiz.totalAlerts", Q) }),
704
726
  /* @__PURE__ */ _(se, { variant: "h5", fontWeight: 700, color: "error.main", children: Y.proctoringStats.totalAlerts })
705
727
  ] }) }),
706
728
  /* @__PURE__ */ _(wn, { size: { xs: 12, sm: 6, md: 3 }, children: /* @__PURE__ */ fe(Ve, { children: [
707
- /* @__PURE__ */ _(se, { variant: "caption", color: "text.secondary", display: "block", gutterBottom: !0, children: Ne("quiz.criticalAlerts", J) }),
729
+ /* @__PURE__ */ _(se, { variant: "caption", color: "text.secondary", display: "block", gutterBottom: !0, children: Ne("quiz.criticalAlerts", Q) }),
708
730
  /* @__PURE__ */ _(se, { variant: "h5", fontWeight: 700, color: "error.main", children: Y.proctoringStats.criticalAlerts })
709
731
  ] }) }),
710
732
  /* @__PURE__ */ _(wn, { size: { xs: 12, sm: 6, md: 3 }, children: /* @__PURE__ */ fe(Ve, { children: [
711
- /* @__PURE__ */ _(se, { variant: "caption", color: "text.secondary", display: "block", gutterBottom: !0, children: Ne("quiz.avgRisk", J) }),
733
+ /* @__PURE__ */ _(se, { variant: "caption", color: "text.secondary", display: "block", gutterBottom: !0, children: Ne("quiz.avgRisk", Q) }),
712
734
  /* @__PURE__ */ _(se, { variant: "h5", fontWeight: 700, color: "primary.main", children: Y.proctoringStats.avgRisk.toFixed(1) })
713
735
  ] }) })
714
736
  ] })
715
737
  ] }),
716
- /* @__PURE__ */ _(Ag, { quiz: h, allSessions: E, language: J }),
738
+ /* @__PURE__ */ _(Fg, { quiz: h, allSessions: E, language: Q }),
717
739
  /* @__PURE__ */ fe(ac, { elevation: 0, sx: { backgroundColor: "white", border: "1px solid", borderColor: "divider" }, children: [
718
740
  /* @__PURE__ */ _(Ve, { sx: { p: 3, borderBottom: "1px solid", borderColor: "divider" }, children: /* @__PURE__ */ fe(se, { variant: "h6", gutterBottom: !0, fontWeight: 600, children: [
719
- Ne("quiz.student", J),
741
+ Ne("quiz.student", Q),
720
742
  " - ",
721
- Ne("quiz.title", J)
743
+ Ne("quiz.title", Q)
722
744
  ] }) }),
723
- /* @__PURE__ */ _(Wh, { children: /* @__PURE__ */ fe(Hh, { children: [
724
- /* @__PURE__ */ _(Uh, { children: /* @__PURE__ */ fe(ef, { sx: { backgroundColor: "grey.50" }, children: [
725
- /* @__PURE__ */ _(et, { children: /* @__PURE__ */ _(se, { variant: "subtitle2", fontWeight: 600, children: Ne("quiz.student", J) }) }),
726
- /* @__PURE__ */ _(et, { children: /* @__PURE__ */ _(se, { variant: "subtitle2", fontWeight: 600, children: Ne("quiz.status", J) }) }),
727
- /* @__PURE__ */ _(et, { align: "right", children: /* @__PURE__ */ _(se, { variant: "subtitle2", fontWeight: 600, children: Ne("quiz.score", J) }) }),
728
- /* @__PURE__ */ _(et, { align: "right", children: /* @__PURE__ */ _(se, { variant: "subtitle2", fontWeight: 600, children: Ne("quiz.correct", J) }) }),
729
- /* @__PURE__ */ _(et, { align: "right", children: /* @__PURE__ */ _(se, { variant: "subtitle2", fontWeight: 600, children: Ne("quiz.time", J) }) }),
730
- /* @__PURE__ */ _(et, { children: /* @__PURE__ */ _(se, { variant: "subtitle2", fontWeight: 600, children: Ne("quiz.finished", J) }) })
745
+ /* @__PURE__ */ _(Hh, { children: /* @__PURE__ */ fe(Uh, { children: [
746
+ /* @__PURE__ */ _(Yh, { children: /* @__PURE__ */ fe(ef, { sx: { backgroundColor: "grey.50" }, children: [
747
+ /* @__PURE__ */ _(et, { children: /* @__PURE__ */ _(se, { variant: "subtitle2", fontWeight: 600, children: Ne("quiz.student", Q) }) }),
748
+ /* @__PURE__ */ _(et, { children: /* @__PURE__ */ _(se, { variant: "subtitle2", fontWeight: 600, children: Ne("quiz.status", Q) }) }),
749
+ /* @__PURE__ */ _(et, { align: "right", children: /* @__PURE__ */ _(se, { variant: "subtitle2", fontWeight: 600, children: Ne("quiz.score", Q) }) }),
750
+ /* @__PURE__ */ _(et, { align: "right", children: /* @__PURE__ */ _(se, { variant: "subtitle2", fontWeight: 600, children: Ne("quiz.correct", Q) }) }),
751
+ /* @__PURE__ */ _(et, { align: "right", children: /* @__PURE__ */ _(se, { variant: "subtitle2", fontWeight: 600, children: Ne("quiz.time", Q) }) }),
752
+ /* @__PURE__ */ _(et, { children: /* @__PURE__ */ _(se, { variant: "subtitle2", fontWeight: 600, children: Ne("quiz.finished", Q) }) })
731
753
  ] }) }),
732
- /* @__PURE__ */ fe(Yh, { children: [
754
+ /* @__PURE__ */ fe(Gh, { children: [
733
755
  m.map((ne) => /* @__PURE__ */ fe(ef, { hover: !0, children: [
734
756
  /* @__PURE__ */ fe(et, { children: [
735
757
  /* @__PURE__ */ _(se, { variant: "body2", children: ne.user && (`${ne.user.firstName || ""} ${ne.user.lastName || ""}`.trim() || ne.user.userName) || "N/A" }),
@@ -738,36 +760,44 @@ const Ag = ({
738
760
  /* @__PURE__ */ _(et, { children: /* @__PURE__ */ _(
739
761
  pf,
740
762
  {
741
- label: ne.status === "FINISHED" ? Ne("status.finished", J) : ne.status,
763
+ label: ne.status === "FINISHED" ? Ne("status.finished", Q) : ne.status,
742
764
  size: "small",
743
765
  color: ne.status === "FINISHED" ? "success" : "default"
744
766
  }
745
767
  ) }),
746
768
  /* @__PURE__ */ _(et, { align: "right", children: /* @__PURE__ */ _(se, { variant: "body2", fontWeight: 600, children: ne.score !== null && ne.score !== void 0 ? `${ne.score.toFixed(1)}%` : "N/A" }) }),
747
769
  /* @__PURE__ */ _(et, { align: "right", children: /* @__PURE__ */ _(se, { variant: "body2", children: ne.correctAnswers !== null && ne.correctAnswers !== void 0 ? `${ne.correctAnswers}/${ne.totalQuestions || "?"}` : "N/A" }) }),
748
- /* @__PURE__ */ _(et, { align: "right", children: /* @__PURE__ */ _(se, { variant: "body2", children: ne.timeSpent ? Xh(ne.timeSpent) : "N/A" }) }),
770
+ /* @__PURE__ */ _(et, { align: "right", children: /* @__PURE__ */ _(se, { variant: "body2", children: ne.timeSpent ? Zh(ne.timeSpent) : "N/A" }) }),
749
771
  /* @__PURE__ */ _(et, { children: /* @__PURE__ */ _(se, { variant: "body2", color: "text.secondary", children: ne.finishedAt ? Hu(ne.finishedAt) : "N/A" }) })
750
772
  ] }, ne.id)),
751
- m.length === 0 && /* @__PURE__ */ _(ef, { children: /* @__PURE__ */ _(et, { colSpan: 6, align: "center", sx: { py: 4 }, children: /* @__PURE__ */ _(se, { variant: "body2", color: "text.secondary", children: Ne("quiz.noSessions", J) }) }) })
773
+ m.length === 0 && /* @__PURE__ */ _(ef, { children: /* @__PURE__ */ _(et, { colSpan: 6, align: "center", sx: { py: 4 }, children: /* @__PURE__ */ _(se, { variant: "body2", color: "text.secondary", children: Ne("quiz.noSessions", Q) }) }) })
752
774
  ] })
753
775
  ] }) })
754
776
  ] })
755
777
  ] });
756
- }, Ig = ({
778
+ }, Og = ({
757
779
  session: h,
758
780
  language: E = "ru"
759
781
  }) => {
760
- const T = xf.useMemo(() => {
782
+ const T = wf.useMemo(() => {
761
783
  const m = {};
762
784
  return h.quiz?.questions?.forEach((O) => {
763
- const I = O.question, X = I.questionGroup?.subject?.title || (typeof I.questionGroup?.subject == "string" ? I.questionGroup.subject : "Другое");
785
+ const I = O.question, X = xf(
786
+ I.questionGroup?.subject?.title,
787
+ E,
788
+ "Другое"
789
+ );
764
790
  m[X] || (m[X] = {
765
791
  total: 0,
766
792
  correct: 0,
767
793
  subject: X
768
794
  }), m[X].total++;
769
795
  }), h.answers?.forEach((O) => {
770
- const I = O.question.questionGroup?.subject?.title || (typeof O.question.questionGroup?.subject == "string" ? O.question.questionGroup.subject : "Другое");
796
+ const I = xf(
797
+ O.question.questionGroup?.subject?.title,
798
+ E,
799
+ "Другое"
800
+ );
771
801
  m[I] || (m[I] = {
772
802
  total: 0,
773
803
  correct: 0,
@@ -795,7 +825,7 @@ const Ag = ({
795
825
  },
796
826
  children: /* @__PURE__ */ fe(Da, { children: [
797
827
  /* @__PURE__ */ fe(Ve, { sx: { display: "flex", alignItems: "center", mb: 2 }, children: [
798
- /* @__PURE__ */ _(Xd, { sx: { color: "primary.main", mr: 1, fontSize: 20 } }),
828
+ /* @__PURE__ */ _(Zd, { sx: { color: "primary.main", mr: 1, fontSize: 20 } }),
799
829
  /* @__PURE__ */ _(se, { variant: "subtitle1", fontWeight: 600, children: m.subject })
800
830
  ] }),
801
831
  /* @__PURE__ */ fe(Ve, { sx: { mb: 2 }, children: [
@@ -819,7 +849,7 @@ const Ag = ({
819
849
  ] })
820
850
  ] }),
821
851
  /* @__PURE__ */ _(
822
- Hd,
852
+ Ud,
823
853
  {
824
854
  variant: "determinate",
825
855
  value: I,
@@ -840,21 +870,21 @@ const Ag = ({
840
870
  }) })
841
871
  ] });
842
872
  };
843
- let _h, Vd, Qd, Dh, Jd, Kd;
873
+ let Dh, Qd, Jd, zh, Kd, qd;
844
874
  try {
845
875
  const h = require("recharts");
846
- _h = h.PieChart, Vd = h.Pie, Qd = h.Cell, Dh = h.ResponsiveContainer, Jd = h.Tooltip, Kd = h.Legend;
876
+ Dh = h.PieChart, Qd = h.Pie, Jd = h.Cell, zh = h.ResponsiveContainer, Kd = h.Tooltip, qd = h.Legend;
847
877
  } catch {
848
878
  }
849
- const Og = ({
879
+ const Mg = ({
850
880
  session: h,
851
881
  options: E = {}
852
882
  }) => {
853
- const T = h.answers?.filter((J) => J.isCorrect === !0).length || 0, m = h.answers?.filter((J) => J.isCorrect === !1).length || 0, O = (h.totalQuestions || 0) - (h.answers?.length || 0), I = E.language || "ru", X = [
883
+ const T = h.answers?.filter((Q) => Q.isCorrect === !0).length || 0, m = h.answers?.filter((Q) => Q.isCorrect === !1).length || 0, O = (h.totalQuestions || 0) - (h.answers?.length || 0), I = E.language || "ru", X = [
854
884
  { name: Ne("session.correct", I), value: T, color: "#4CAF50" },
855
885
  { name: Ne("session.incorrect", I), value: m, color: "#FF5630" },
856
886
  { name: Ne("session.unanswered", I), value: O, color: "#919EAB" }
857
- ], Y = (J) => J.isCorrect === !0 ? { label: Ne("session.correctStatus", I), color: "success" } : J.isCorrect === !1 ? { label: Ne("session.incorrectStatus", I), color: "error" } : { label: Ne("session.notGraded", I), color: "default" };
887
+ ], Y = (Q) => Q.isCorrect === !0 ? { label: Ne("session.correctStatus", I), color: "success" } : Q.isCorrect === !1 ? { label: Ne("session.incorrectStatus", I), color: "error" } : { label: Ne("session.notGraded", I), color: "default" };
858
888
  return /* @__PURE__ */ fe(Ve, { sx: { p: 3, backgroundColor: "#F9FAFB", minHeight: "100vh" }, children: [
859
889
  /* @__PURE__ */ fe(
860
890
  ac,
@@ -871,10 +901,10 @@ const Og = ({
871
901
  children: [
872
902
  /* @__PURE__ */ fe(Ve, { sx: { display: "flex", justifyContent: "space-between", alignItems: "flex-start", mb: 3 }, children: [
873
903
  /* @__PURE__ */ fe(Ve, { sx: { display: "flex", alignItems: "center", flex: 1 }, children: [
874
- /* @__PURE__ */ _(pg, { sx: { fontSize: 40, color: "primary.main", mr: 2 } }),
904
+ /* @__PURE__ */ _(xg, { sx: { fontSize: 40, color: "primary.main", mr: 2 } }),
875
905
  /* @__PURE__ */ fe(Ve, { sx: { flex: 1 }, children: [
876
906
  /* @__PURE__ */ _(se, { variant: "h3", component: "h1", gutterBottom: !0, fontWeight: 700, children: Ne("session.title", I) }),
877
- /* @__PURE__ */ _(se, { variant: "body2", color: "text.secondary", children: h.quiz?.title || "Экзамен" })
907
+ /* @__PURE__ */ _(se, { variant: "body2", color: "text.secondary", children: xf(h.quiz?.title, I, "Экзамен") })
878
908
  ] })
879
909
  ] }),
880
910
  /* @__PURE__ */ _(Ve, { sx: { ml: 3 }, children: /* @__PURE__ */ _(
@@ -885,12 +915,16 @@ const Og = ({
885
915
  style: {
886
916
  height: "60px",
887
917
  width: "auto",
888
- maxWidth: "200px"
918
+ maxWidth: "200px",
919
+ display: "block"
920
+ },
921
+ onError: (Q) => {
922
+ Q.currentTarget.style.display = "none";
889
923
  }
890
924
  }
891
925
  ) })
892
926
  ] }),
893
- /* @__PURE__ */ _(Nh, { sx: { my: 2 } }),
927
+ /* @__PURE__ */ _(Wh, { sx: { my: 2 } }),
894
928
  /* @__PURE__ */ fe(wn, { container: !0, spacing: 2, children: [
895
929
  /* @__PURE__ */ fe(wn, { size: { xs: 12, sm: 6, md: 3 }, children: [
896
930
  /* @__PURE__ */ _(se, { variant: "caption", color: "text.secondary", children: Ne("session.student", I) }),
@@ -938,7 +972,7 @@ const Og = ({
938
972
  },
939
973
  children: /* @__PURE__ */ fe(Da, { children: [
940
974
  /* @__PURE__ */ fe(Ve, { sx: { display: "flex", alignItems: "center", mb: 1 }, children: [
941
- /* @__PURE__ */ _(Xd, { sx: { color: "primary.main", mr: 1, fontSize: 20 } }),
975
+ /* @__PURE__ */ _(Zd, { sx: { color: "primary.main", mr: 1, fontSize: 20 } }),
942
976
  /* @__PURE__ */ _(se, { variant: "caption", color: "text.secondary", children: Ne("session.totalQuestions", I) })
943
977
  ] }),
944
978
  /* @__PURE__ */ _(se, { variant: "h4", fontWeight: 700, color: "primary.main", children: h.totalQuestions || 0 })
@@ -962,7 +996,7 @@ const Og = ({
962
996
  },
963
997
  children: /* @__PURE__ */ fe(Da, { children: [
964
998
  /* @__PURE__ */ fe(Ve, { sx: { display: "flex", alignItems: "center", mb: 1 }, children: [
965
- /* @__PURE__ */ _(Yf, { sx: { color: "success.main", mr: 1, fontSize: 20 } }),
999
+ /* @__PURE__ */ _(Gf, { sx: { color: "success.main", mr: 1, fontSize: 20 } }),
966
1000
  /* @__PURE__ */ _(se, { variant: "caption", color: "text.secondary", children: Ne("session.correctAnswers", I) })
967
1001
  ] }),
968
1002
  /* @__PURE__ */ fe(se, { variant: "h4", fontWeight: 700, color: "success.main", children: [
@@ -990,7 +1024,7 @@ const Og = ({
990
1024
  },
991
1025
  children: /* @__PURE__ */ fe(Da, { children: [
992
1026
  /* @__PURE__ */ fe(Ve, { sx: { display: "flex", alignItems: "center", mb: 1 }, children: [
993
- /* @__PURE__ */ _(xg, { sx: { color: h.score && h.score >= 70 ? "success.main" : h.score && h.score >= 50 ? "warning.main" : "error.main", mr: 1, fontSize: 20 } }),
1027
+ /* @__PURE__ */ _(wg, { sx: { color: h.score && h.score >= 70 ? "success.main" : h.score && h.score >= 50 ? "warning.main" : "error.main", mr: 1, fontSize: 20 } }),
994
1028
  /* @__PURE__ */ _(se, { variant: "caption", color: "text.secondary", children: Ne("quiz.score", I) })
995
1029
  ] }),
996
1030
  /* @__PURE__ */ _(se, { variant: "h4", fontWeight: 700, color: h.score && h.score >= 70 ? "success.main" : h.score && h.score >= 50 ? "warning.main" : "error.main", children: h.score !== null && h.score !== void 0 ? `${h.score.toFixed(1)}%` : "N/A" })
@@ -1014,46 +1048,46 @@ const Og = ({
1014
1048
  },
1015
1049
  children: /* @__PURE__ */ fe(Da, { children: [
1016
1050
  /* @__PURE__ */ fe(Ve, { sx: { display: "flex", alignItems: "center", mb: 1 }, children: [
1017
- /* @__PURE__ */ _(Gh, { sx: { color: "warning.main", mr: 1, fontSize: 20 } }),
1051
+ /* @__PURE__ */ _(Xh, { sx: { color: "warning.main", mr: 1, fontSize: 20 } }),
1018
1052
  /* @__PURE__ */ _(se, { variant: "caption", color: "text.secondary", children: Ne("quiz.time", I) })
1019
1053
  ] }),
1020
- /* @__PURE__ */ _(se, { variant: "h4", fontWeight: 700, color: "warning.main", children: h.timeSpent ? Xh(h.timeSpent) : "N/A" })
1054
+ /* @__PURE__ */ _(se, { variant: "h4", fontWeight: 700, color: "warning.main", children: h.timeSpent ? Zh(h.timeSpent) : "N/A" })
1021
1055
  ] })
1022
1056
  }
1023
1057
  ) })
1024
1058
  ] }),
1025
- /* @__PURE__ */ _(Ig, { session: h, language: I }),
1059
+ /* @__PURE__ */ _(Og, { session: h, language: I }),
1026
1060
  /* @__PURE__ */ fe(ac, { elevation: 0, sx: { p: 3, mb: 3, backgroundColor: "white", border: "1px solid", borderColor: "divider" }, children: [
1027
1061
  /* @__PURE__ */ _(se, { variant: "h6", gutterBottom: !0, fontWeight: 600, children: Ne("session.answerDistribution", I) }),
1028
- Dh && _h ? /* @__PURE__ */ _(Dh, { width: "100%", height: 300, children: /* @__PURE__ */ fe(_h, { children: [
1062
+ zh && Dh ? /* @__PURE__ */ _(zh, { width: "100%", height: 300, children: /* @__PURE__ */ fe(Dh, { children: [
1029
1063
  /* @__PURE__ */ _(
1030
- Vd,
1064
+ Qd,
1031
1065
  {
1032
1066
  data: X,
1033
1067
  cx: "50%",
1034
1068
  cy: "50%",
1035
1069
  labelLine: !1,
1036
- label: ({ name: J, value: ne }) => `${J}: ${ne}`,
1070
+ label: ({ name: Q, value: ne }) => `${Q}: ${ne}`,
1037
1071
  outerRadius: 100,
1038
1072
  fill: "#8884d8",
1039
1073
  dataKey: "value",
1040
- children: X.map((J, ne) => /* @__PURE__ */ _(Qd, { fill: J.color }, `cell-${ne}`))
1074
+ children: X.map((Q, ne) => /* @__PURE__ */ _(Jd, { fill: Q.color }, `cell-${ne}`))
1041
1075
  }
1042
1076
  ),
1043
- /* @__PURE__ */ _(Jd, {}),
1044
- /* @__PURE__ */ _(Kd, {})
1045
- ] }) }) : /* @__PURE__ */ _(wn, { container: !0, spacing: 2, sx: { mt: 2 }, children: X.map((J, ne) => /* @__PURE__ */ _(wn, { size: { xs: 4 }, children: /* @__PURE__ */ fe(
1077
+ /* @__PURE__ */ _(Kd, {}),
1078
+ /* @__PURE__ */ _(qd, {})
1079
+ ] }) }) : /* @__PURE__ */ _(wn, { container: !0, spacing: 2, sx: { mt: 2 }, children: X.map((Q, ne) => /* @__PURE__ */ _(wn, { size: { xs: 4 }, children: /* @__PURE__ */ fe(
1046
1080
  Ve,
1047
1081
  {
1048
1082
  sx: {
1049
1083
  textAlign: "center",
1050
1084
  p: 2,
1051
- backgroundColor: J.color + "20",
1085
+ backgroundColor: Q.color + "20",
1052
1086
  borderRadius: 2
1053
1087
  },
1054
1088
  children: [
1055
- /* @__PURE__ */ _(se, { variant: "h4", fontWeight: 700, sx: { color: J.color }, children: J.value }),
1056
- /* @__PURE__ */ _(se, { variant: "body2", color: "text.secondary", children: J.name })
1089
+ /* @__PURE__ */ _(se, { variant: "h4", fontWeight: 700, sx: { color: Q.color }, children: Q.value }),
1090
+ /* @__PURE__ */ _(se, { variant: "body2", color: "text.secondary", children: Q.name })
1057
1091
  ]
1058
1092
  }
1059
1093
  ) }, ne)) })
@@ -1065,14 +1099,14 @@ const Og = ({
1065
1099
  ": ",
1066
1100
  h.proctoringMetrics.riskScore?.toFixed(1) || "N/A"
1067
1101
  ] }) }),
1068
- h.proctoringAlerts && h.proctoringAlerts.length > 0 ? h.proctoringAlerts.map((J, ne) => /* @__PURE__ */ fe(
1069
- vg,
1102
+ h.proctoringAlerts && h.proctoringAlerts.length > 0 ? h.proctoringAlerts.map((Q, ne) => /* @__PURE__ */ fe(
1103
+ bg,
1070
1104
  {
1071
- severity: J.severity === "CRITICAL" ? "error" : "warning",
1105
+ severity: Q.severity === "CRITICAL" ? "error" : "warning",
1072
1106
  sx: { mb: 1 },
1073
1107
  children: [
1074
- J.message || J.type || "Предупреждение прокторинга",
1075
- J.timestamp && /* @__PURE__ */ _(se, { variant: "caption", display: "block", sx: { mt: 0.5 }, children: Hu(J.timestamp) })
1108
+ Q.message || Q.type || "Предупреждение прокторинга",
1109
+ Q.timestamp && /* @__PURE__ */ _(se, { variant: "caption", display: "block", sx: { mt: 0.5 }, children: Hu(Q.timestamp) })
1076
1110
  ]
1077
1111
  },
1078
1112
  ne
@@ -1089,12 +1123,12 @@ const Og = ({
1089
1123
  /* @__PURE__ */ _(se, { variant: "body2", color: "text.secondary", children: h.aiAnalysis.recommendations })
1090
1124
  ] })
1091
1125
  ] }),
1092
- E.includeDetailedAnswers && h.quiz?.questions && h.quiz.questions.length > 0 && /* @__PURE__ */ fe(Ve, { sx: { mb: 3 }, children: [
1126
+ h.quiz?.questions && h.quiz.questions.length > 0 && /* @__PURE__ */ fe(Ve, { sx: { mb: 3 }, children: [
1093
1127
  /* @__PURE__ */ _(se, { variant: "h6", gutterBottom: !0, sx: { mb: 2, fontWeight: 600 }, children: Ne("session.detailedAnswers", I) }),
1094
- h.quiz.questions.map((J, ne) => {
1128
+ h.quiz.questions.map((Q, ne) => {
1095
1129
  const oe = h.answers?.find(
1096
- (A) => A.questionId === J.questionId || A.questionId === J.question.id
1097
- ), D = J.question, ce = !!oe, Ae = oe ? Y(oe) : { label: Ne("session.unanswered", I), color: "default" }, Q = oe?.selectedOptionIds || [];
1130
+ (A) => A.questionId === Q.questionId || A.questionId === Q.question.id
1131
+ ), D = Q.question, ce = !!oe, Ae = oe ? Y(oe) : { label: Ne("session.unanswered", I), color: "default" }, J = oe?.selectedOptionIds || [];
1098
1132
  return /* @__PURE__ */ _(
1099
1133
  ac,
1100
1134
  {
@@ -1134,7 +1168,7 @@ const Og = ({
1134
1168
  }
1135
1169
  )
1136
1170
  ] }),
1137
- D.questionGroup?.subject && /* @__PURE__ */ _(se, { variant: "caption", color: "text.secondary", sx: { ml: 4 }, children: D.questionGroup.subject.title })
1171
+ D.questionGroup?.subject && /* @__PURE__ */ _(se, { variant: "caption", color: "text.secondary", sx: { ml: 4 }, children: xf(D.questionGroup.subject.title, I, "Другое") })
1138
1172
  ] }) }),
1139
1173
  D.images && D.images.length > 0 && /* @__PURE__ */ _(Ve, { sx: { mb: 2 }, children: D.images.map((A, Ie) => /* @__PURE__ */ _(
1140
1174
  Ve,
@@ -1166,7 +1200,7 @@ const Og = ({
1166
1200
  /* @__PURE__ */ fe(Ve, { sx: { mt: 2 }, children: [
1167
1201
  /* @__PURE__ */ _(se, { variant: "subtitle2", fontWeight: 600, gutterBottom: !0, children: Ne("session.answerOptions", I) }),
1168
1202
  /* @__PURE__ */ _(Ve, { sx: { display: "flex", flexDirection: "column", gap: 1 }, children: D.options?.map((A, Ie) => {
1169
- const en = Q.includes(A.id || ""), sn = A.isCorrect, pn = en && sn, _e = en && !sn, pe = sn && !en;
1203
+ const en = J.includes(A.id || ""), sn = A.isCorrect, pn = en && sn, _e = en && !sn, pe = sn && !en;
1170
1204
  return /* @__PURE__ */ fe(
1171
1205
  Ve,
1172
1206
  {
@@ -1181,8 +1215,8 @@ const Og = ({
1181
1215
  gap: 1
1182
1216
  },
1183
1217
  children: [
1184
- sn && /* @__PURE__ */ _(Yf, { sx: { color: "success.main", fontSize: 20 } }),
1185
- _e && /* @__PURE__ */ _(Gd, { sx: { color: "error.main", fontSize: 20 } }),
1218
+ sn && /* @__PURE__ */ _(Gf, { sx: { color: "success.main", fontSize: 20 } }),
1219
+ _e && /* @__PURE__ */ _(Xd, { sx: { color: "error.main", fontSize: 20 } }),
1186
1220
  /* @__PURE__ */ _(
1187
1221
  se,
1188
1222
  {
@@ -1225,7 +1259,7 @@ const Og = ({
1225
1259
  ] })
1226
1260
  ] })
1227
1261
  },
1228
- D.id || J.questionId || ne
1262
+ D.id || Q.questionId || ne
1229
1263
  );
1230
1264
  })
1231
1265
  ] })
@@ -1235,22 +1269,22 @@ function nf(h, ...E) {
1235
1269
  const T = new URL(`https://mui.com/production-error/?code=${h}`);
1236
1270
  return E.forEach((m) => T.searchParams.append("args[]", m)), `Minified MUI error #${h}; visit ${T} for the full message.`;
1237
1271
  }
1238
- function Mg(h) {
1272
+ function _g(h) {
1239
1273
  return h && h.__esModule && Object.prototype.hasOwnProperty.call(h, "default") ? h.default : h;
1240
1274
  }
1241
- var qf = { exports: {} }, jf = { exports: {} }, It = {};
1242
- var cd;
1243
- function _g() {
1244
- if (cd) return It;
1245
- cd = 1;
1246
- var h = typeof Symbol == "function" && Symbol.for, E = h ? /* @__PURE__ */ Symbol.for("react.element") : 60103, T = h ? /* @__PURE__ */ Symbol.for("react.portal") : 60106, m = h ? /* @__PURE__ */ Symbol.for("react.fragment") : 60107, O = h ? /* @__PURE__ */ Symbol.for("react.strict_mode") : 60108, I = h ? /* @__PURE__ */ Symbol.for("react.profiler") : 60114, X = h ? /* @__PURE__ */ Symbol.for("react.provider") : 60109, Y = h ? /* @__PURE__ */ Symbol.for("react.context") : 60110, J = h ? /* @__PURE__ */ Symbol.for("react.async_mode") : 60111, ne = h ? /* @__PURE__ */ Symbol.for("react.concurrent_mode") : 60111, oe = h ? /* @__PURE__ */ Symbol.for("react.forward_ref") : 60112, D = h ? /* @__PURE__ */ Symbol.for("react.suspense") : 60113, ce = h ? /* @__PURE__ */ Symbol.for("react.suspense_list") : 60120, Ae = h ? /* @__PURE__ */ Symbol.for("react.memo") : 60115, Q = h ? /* @__PURE__ */ Symbol.for("react.lazy") : 60116, A = h ? /* @__PURE__ */ Symbol.for("react.block") : 60121, Ie = h ? /* @__PURE__ */ Symbol.for("react.fundamental") : 60117, en = h ? /* @__PURE__ */ Symbol.for("react.responder") : 60118, sn = h ? /* @__PURE__ */ Symbol.for("react.scope") : 60119;
1275
+ var jf = { exports: {} }, $f = { exports: {} }, It = {};
1276
+ var sd;
1277
+ function Dg() {
1278
+ if (sd) return It;
1279
+ sd = 1;
1280
+ var h = typeof Symbol == "function" && Symbol.for, E = h ? /* @__PURE__ */ Symbol.for("react.element") : 60103, T = h ? /* @__PURE__ */ Symbol.for("react.portal") : 60106, m = h ? /* @__PURE__ */ Symbol.for("react.fragment") : 60107, O = h ? /* @__PURE__ */ Symbol.for("react.strict_mode") : 60108, I = h ? /* @__PURE__ */ Symbol.for("react.profiler") : 60114, X = h ? /* @__PURE__ */ Symbol.for("react.provider") : 60109, Y = h ? /* @__PURE__ */ Symbol.for("react.context") : 60110, Q = h ? /* @__PURE__ */ Symbol.for("react.async_mode") : 60111, ne = h ? /* @__PURE__ */ Symbol.for("react.concurrent_mode") : 60111, oe = h ? /* @__PURE__ */ Symbol.for("react.forward_ref") : 60112, D = h ? /* @__PURE__ */ Symbol.for("react.suspense") : 60113, ce = h ? /* @__PURE__ */ Symbol.for("react.suspense_list") : 60120, Ae = h ? /* @__PURE__ */ Symbol.for("react.memo") : 60115, J = h ? /* @__PURE__ */ Symbol.for("react.lazy") : 60116, A = h ? /* @__PURE__ */ Symbol.for("react.block") : 60121, Ie = h ? /* @__PURE__ */ Symbol.for("react.fundamental") : 60117, en = h ? /* @__PURE__ */ Symbol.for("react.responder") : 60118, sn = h ? /* @__PURE__ */ Symbol.for("react.scope") : 60119;
1247
1281
  function pn(pe) {
1248
1282
  if (typeof pe == "object" && pe !== null) {
1249
1283
  var Ee = pe.$$typeof;
1250
1284
  switch (Ee) {
1251
1285
  case E:
1252
1286
  switch (pe = pe.type, pe) {
1253
- case J:
1287
+ case Q:
1254
1288
  case ne:
1255
1289
  case m:
1256
1290
  case I:
@@ -1261,7 +1295,7 @@ function _g() {
1261
1295
  switch (pe = pe && pe.$$typeof, pe) {
1262
1296
  case Y:
1263
1297
  case oe:
1264
- case Q:
1298
+ case J:
1265
1299
  case Ae:
1266
1300
  case X:
1267
1301
  return pe;
@@ -1277,8 +1311,8 @@ function _g() {
1277
1311
  function _e(pe) {
1278
1312
  return pn(pe) === ne;
1279
1313
  }
1280
- return It.AsyncMode = J, It.ConcurrentMode = ne, It.ContextConsumer = Y, It.ContextProvider = X, It.Element = E, It.ForwardRef = oe, It.Fragment = m, It.Lazy = Q, It.Memo = Ae, It.Portal = T, It.Profiler = I, It.StrictMode = O, It.Suspense = D, It.isAsyncMode = function(pe) {
1281
- return _e(pe) || pn(pe) === J;
1314
+ return It.AsyncMode = Q, It.ConcurrentMode = ne, It.ContextConsumer = Y, It.ContextProvider = X, It.Element = E, It.ForwardRef = oe, It.Fragment = m, It.Lazy = J, It.Memo = Ae, It.Portal = T, It.Profiler = I, It.StrictMode = O, It.Suspense = D, It.isAsyncMode = function(pe) {
1315
+ return _e(pe) || pn(pe) === Q;
1282
1316
  }, It.isConcurrentMode = _e, It.isContextConsumer = function(pe) {
1283
1317
  return pn(pe) === Y;
1284
1318
  }, It.isContextProvider = function(pe) {
@@ -1290,7 +1324,7 @@ function _g() {
1290
1324
  }, It.isFragment = function(pe) {
1291
1325
  return pn(pe) === m;
1292
1326
  }, It.isLazy = function(pe) {
1293
- return pn(pe) === Q;
1327
+ return pn(pe) === J;
1294
1328
  }, It.isMemo = function(pe) {
1295
1329
  return pn(pe) === Ae;
1296
1330
  }, It.isPortal = function(pe) {
@@ -1302,17 +1336,17 @@ function _g() {
1302
1336
  }, It.isSuspense = function(pe) {
1303
1337
  return pn(pe) === D;
1304
1338
  }, It.isValidElementType = function(pe) {
1305
- return typeof pe == "string" || typeof pe == "function" || pe === m || pe === ne || pe === I || pe === O || pe === D || pe === ce || typeof pe == "object" && pe !== null && (pe.$$typeof === Q || pe.$$typeof === Ae || pe.$$typeof === X || pe.$$typeof === Y || pe.$$typeof === oe || pe.$$typeof === Ie || pe.$$typeof === en || pe.$$typeof === sn || pe.$$typeof === A);
1339
+ return typeof pe == "string" || typeof pe == "function" || pe === m || pe === ne || pe === I || pe === O || pe === D || pe === ce || typeof pe == "object" && pe !== null && (pe.$$typeof === J || pe.$$typeof === Ae || pe.$$typeof === X || pe.$$typeof === Y || pe.$$typeof === oe || pe.$$typeof === Ie || pe.$$typeof === en || pe.$$typeof === sn || pe.$$typeof === A);
1306
1340
  }, It.typeOf = pn, It;
1307
1341
  }
1308
1342
  var Ot = {};
1309
- var sd;
1310
- function Dg() {
1311
- return sd || (sd = 1, process.env.NODE_ENV !== "production" && (function() {
1312
- var h = typeof Symbol == "function" && Symbol.for, E = h ? /* @__PURE__ */ Symbol.for("react.element") : 60103, T = h ? /* @__PURE__ */ Symbol.for("react.portal") : 60106, m = h ? /* @__PURE__ */ Symbol.for("react.fragment") : 60107, O = h ? /* @__PURE__ */ Symbol.for("react.strict_mode") : 60108, I = h ? /* @__PURE__ */ Symbol.for("react.profiler") : 60114, X = h ? /* @__PURE__ */ Symbol.for("react.provider") : 60109, Y = h ? /* @__PURE__ */ Symbol.for("react.context") : 60110, J = h ? /* @__PURE__ */ Symbol.for("react.async_mode") : 60111, ne = h ? /* @__PURE__ */ Symbol.for("react.concurrent_mode") : 60111, oe = h ? /* @__PURE__ */ Symbol.for("react.forward_ref") : 60112, D = h ? /* @__PURE__ */ Symbol.for("react.suspense") : 60113, ce = h ? /* @__PURE__ */ Symbol.for("react.suspense_list") : 60120, Ae = h ? /* @__PURE__ */ Symbol.for("react.memo") : 60115, Q = h ? /* @__PURE__ */ Symbol.for("react.lazy") : 60116, A = h ? /* @__PURE__ */ Symbol.for("react.block") : 60121, Ie = h ? /* @__PURE__ */ Symbol.for("react.fundamental") : 60117, en = h ? /* @__PURE__ */ Symbol.for("react.responder") : 60118, sn = h ? /* @__PURE__ */ Symbol.for("react.scope") : 60119;
1343
+ var ud;
1344
+ function zg() {
1345
+ return ud || (ud = 1, process.env.NODE_ENV !== "production" && (function() {
1346
+ var h = typeof Symbol == "function" && Symbol.for, E = h ? /* @__PURE__ */ Symbol.for("react.element") : 60103, T = h ? /* @__PURE__ */ Symbol.for("react.portal") : 60106, m = h ? /* @__PURE__ */ Symbol.for("react.fragment") : 60107, O = h ? /* @__PURE__ */ Symbol.for("react.strict_mode") : 60108, I = h ? /* @__PURE__ */ Symbol.for("react.profiler") : 60114, X = h ? /* @__PURE__ */ Symbol.for("react.provider") : 60109, Y = h ? /* @__PURE__ */ Symbol.for("react.context") : 60110, Q = h ? /* @__PURE__ */ Symbol.for("react.async_mode") : 60111, ne = h ? /* @__PURE__ */ Symbol.for("react.concurrent_mode") : 60111, oe = h ? /* @__PURE__ */ Symbol.for("react.forward_ref") : 60112, D = h ? /* @__PURE__ */ Symbol.for("react.suspense") : 60113, ce = h ? /* @__PURE__ */ Symbol.for("react.suspense_list") : 60120, Ae = h ? /* @__PURE__ */ Symbol.for("react.memo") : 60115, J = h ? /* @__PURE__ */ Symbol.for("react.lazy") : 60116, A = h ? /* @__PURE__ */ Symbol.for("react.block") : 60121, Ie = h ? /* @__PURE__ */ Symbol.for("react.fundamental") : 60117, en = h ? /* @__PURE__ */ Symbol.for("react.responder") : 60118, sn = h ? /* @__PURE__ */ Symbol.for("react.scope") : 60119;
1313
1347
  function pn(Me) {
1314
1348
  return typeof Me == "string" || typeof Me == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
1315
- Me === m || Me === ne || Me === I || Me === O || Me === D || Me === ce || typeof Me == "object" && Me !== null && (Me.$$typeof === Q || Me.$$typeof === Ae || Me.$$typeof === X || Me.$$typeof === Y || Me.$$typeof === oe || Me.$$typeof === Ie || Me.$$typeof === en || Me.$$typeof === sn || Me.$$typeof === A);
1349
+ Me === m || Me === ne || Me === I || Me === O || Me === D || Me === ce || typeof Me == "object" && Me !== null && (Me.$$typeof === J || Me.$$typeof === Ae || Me.$$typeof === X || Me.$$typeof === Y || Me.$$typeof === oe || Me.$$typeof === Ie || Me.$$typeof === en || Me.$$typeof === sn || Me.$$typeof === A);
1316
1350
  }
1317
1351
  function _e(Me) {
1318
1352
  if (typeof Me == "object" && Me !== null) {
@@ -1321,7 +1355,7 @@ function Dg() {
1321
1355
  case E:
1322
1356
  var ct = Me.type;
1323
1357
  switch (ct) {
1324
- case J:
1358
+ case Q:
1325
1359
  case ne:
1326
1360
  case m:
1327
1361
  case I:
@@ -1333,7 +1367,7 @@ function Dg() {
1333
1367
  switch (Pn) {
1334
1368
  case Y:
1335
1369
  case oe:
1336
- case Q:
1370
+ case J:
1337
1371
  case Ae:
1338
1372
  case X:
1339
1373
  return Pn;
@@ -1346,9 +1380,9 @@ function Dg() {
1346
1380
  }
1347
1381
  }
1348
1382
  }
1349
- var pe = J, Ee = ne, kt = Y, rt = X, un = E, Fn = oe, Bt = m, L = Q, Xe = Ae, ke = T, Re = I, $ = O, Te = D, tr = !1;
1383
+ var pe = Q, Ee = ne, kt = Y, rt = X, un = E, Fn = oe, Bt = m, L = J, Xe = Ae, ke = T, Re = I, $ = O, Te = D, tr = !1;
1350
1384
  function za(Me) {
1351
- return tr || (tr = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), q(Me) || _e(Me) === J;
1385
+ return tr || (tr = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), q(Me) || _e(Me) === Q;
1352
1386
  }
1353
1387
  function q(Me) {
1354
1388
  return _e(Me) === ne;
@@ -1369,7 +1403,7 @@ function Dg() {
1369
1403
  return _e(Me) === m;
1370
1404
  }
1371
1405
  function Ue(Me) {
1372
- return _e(Me) === Q;
1406
+ return _e(Me) === J;
1373
1407
  }
1374
1408
  function Be(Me) {
1375
1409
  return _e(Me) === Ae;
@@ -1389,14 +1423,14 @@ function Dg() {
1389
1423
  Ot.AsyncMode = pe, Ot.ConcurrentMode = Ee, Ot.ContextConsumer = kt, Ot.ContextProvider = rt, Ot.Element = un, Ot.ForwardRef = Fn, Ot.Fragment = Bt, Ot.Lazy = L, Ot.Memo = Xe, Ot.Portal = ke, Ot.Profiler = Re, Ot.StrictMode = $, Ot.Suspense = Te, Ot.isAsyncMode = za, Ot.isConcurrentMode = q, Ot.isContextConsumer = U, Ot.isContextProvider = De, Ot.isElement = Ze, Ot.isForwardRef = We, Ot.isFragment = ze, Ot.isLazy = Ue, Ot.isMemo = Be, Ot.isPortal = Tn, Ot.isProfiler = hn, Ot.isStrictMode = Ke, Ot.isSuspense = Cn, Ot.isValidElementType = pn, Ot.typeOf = _e;
1390
1424
  })()), Ot;
1391
1425
  }
1392
- var ud;
1393
- function qd() {
1394
- return ud || (ud = 1, process.env.NODE_ENV === "production" ? jf.exports = _g() : jf.exports = Dg()), jf.exports;
1426
+ var fd;
1427
+ function jd() {
1428
+ return fd || (fd = 1, process.env.NODE_ENV === "production" ? $f.exports = Dg() : $f.exports = zg()), $f.exports;
1395
1429
  }
1396
- var mh, fd;
1397
- function zg() {
1398
- if (fd) return mh;
1399
- fd = 1;
1430
+ var kh, hd;
1431
+ function Lg() {
1432
+ if (hd) return kh;
1433
+ hd = 1;
1400
1434
  var h = Object.getOwnPropertySymbols, E = Object.prototype.hasOwnProperty, T = Object.prototype.propertyIsEnumerable;
1401
1435
  function m(I) {
1402
1436
  if (I == null)
@@ -1412,10 +1446,10 @@ function zg() {
1412
1446
  return !1;
1413
1447
  for (var X = {}, Y = 0; Y < 10; Y++)
1414
1448
  X["_" + String.fromCharCode(Y)] = Y;
1415
- var J = Object.getOwnPropertyNames(X).map(function(oe) {
1449
+ var Q = Object.getOwnPropertyNames(X).map(function(oe) {
1416
1450
  return X[oe];
1417
1451
  });
1418
- if (J.join("") !== "0123456789")
1452
+ if (Q.join("") !== "0123456789")
1419
1453
  return !1;
1420
1454
  var ne = {};
1421
1455
  return "abcdefghijklmnopqrst".split("").forEach(function(oe) {
@@ -1425,39 +1459,39 @@ function zg() {
1425
1459
  return !1;
1426
1460
  }
1427
1461
  }
1428
- return mh = O() ? Object.assign : function(I, X) {
1429
- for (var Y, J = m(I), ne, oe = 1; oe < arguments.length; oe++) {
1462
+ return kh = O() ? Object.assign : function(I, X) {
1463
+ for (var Y, Q = m(I), ne, oe = 1; oe < arguments.length; oe++) {
1430
1464
  Y = Object(arguments[oe]);
1431
1465
  for (var D in Y)
1432
- E.call(Y, D) && (J[D] = Y[D]);
1466
+ E.call(Y, D) && (Q[D] = Y[D]);
1433
1467
  if (h) {
1434
1468
  ne = h(Y);
1435
1469
  for (var ce = 0; ce < ne.length; ce++)
1436
- T.call(Y, ne[ce]) && (J[ne[ce]] = Y[ne[ce]]);
1470
+ T.call(Y, ne[ce]) && (Q[ne[ce]] = Y[ne[ce]]);
1437
1471
  }
1438
1472
  }
1439
- return J;
1440
- }, mh;
1441
- }
1442
- var kh, hd;
1443
- function Zh() {
1444
- if (hd) return kh;
1445
- hd = 1;
1446
- var h = "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";
1447
- return kh = h, kh;
1473
+ return Q;
1474
+ }, kh;
1448
1475
  }
1449
1476
  var Ph, dd;
1450
- function jd() {
1451
- return dd || (dd = 1, Ph = Function.call.bind(Object.prototype.hasOwnProperty)), Ph;
1477
+ function Vh() {
1478
+ if (dd) return Ph;
1479
+ dd = 1;
1480
+ var h = "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";
1481
+ return Ph = h, Ph;
1452
1482
  }
1453
1483
  var Ah, gd;
1454
- function Lg() {
1455
- if (gd) return Ah;
1456
- gd = 1;
1484
+ function $d() {
1485
+ return gd || (gd = 1, Ah = Function.call.bind(Object.prototype.hasOwnProperty)), Ah;
1486
+ }
1487
+ var Fh, vd;
1488
+ function Bg() {
1489
+ if (vd) return Fh;
1490
+ vd = 1;
1457
1491
  var h = function() {
1458
1492
  };
1459
1493
  if (process.env.NODE_ENV !== "production") {
1460
- var E = /* @__PURE__ */ Zh(), T = {}, m = /* @__PURE__ */ jd();
1494
+ var E = /* @__PURE__ */ Vh(), T = {}, m = /* @__PURE__ */ $d();
1461
1495
  h = function(I) {
1462
1496
  var X = "Warning: " + I;
1463
1497
  typeof console < "u" && console.error(X);
@@ -1467,7 +1501,7 @@ function Lg() {
1467
1501
  }
1468
1502
  };
1469
1503
  }
1470
- function O(I, X, Y, J, ne) {
1504
+ function O(I, X, Y, Q, ne) {
1471
1505
  if (process.env.NODE_ENV !== "production") {
1472
1506
  for (var oe in I)
1473
1507
  if (m(I, oe)) {
@@ -1475,16 +1509,16 @@ function Lg() {
1475
1509
  try {
1476
1510
  if (typeof I[oe] != "function") {
1477
1511
  var ce = Error(
1478
- (J || "React class") + ": " + Y + " type `" + oe + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof I[oe] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`."
1512
+ (Q || "React class") + ": " + Y + " type `" + oe + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof I[oe] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`."
1479
1513
  );
1480
1514
  throw ce.name = "Invariant Violation", ce;
1481
1515
  }
1482
- D = I[oe](X, oe, J, Y, null, E);
1483
- } catch (Q) {
1484
- D = Q;
1516
+ D = I[oe](X, oe, Q, Y, null, E);
1517
+ } catch (J) {
1518
+ D = J;
1485
1519
  }
1486
1520
  if (D && !(D instanceof Error) && h(
1487
- (J || "React class") + ": type specification of " + Y + " `" + oe + "` is invalid; the type checker function must return `null` or an `Error` but returned a " + typeof D + ". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."
1521
+ (Q || "React class") + ": type specification of " + Y + " `" + oe + "` is invalid; the type checker function must return `null` or an `Error` but returned a " + typeof D + ". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."
1488
1522
  ), D instanceof Error && !(D.message in T)) {
1489
1523
  T[D.message] = !0;
1490
1524
  var Ae = ne ? ne() : "";
@@ -1497,26 +1531,26 @@ function Lg() {
1497
1531
  }
1498
1532
  return O.resetWarningCache = function() {
1499
1533
  process.env.NODE_ENV !== "production" && (T = {});
1500
- }, Ah = O, Ah;
1534
+ }, Fh = O, Fh;
1501
1535
  }
1502
- var Fh, vd;
1503
- function Bg() {
1504
- if (vd) return Fh;
1505
- vd = 1;
1506
- var h = qd(), E = zg(), T = /* @__PURE__ */ Zh(), m = /* @__PURE__ */ jd(), O = /* @__PURE__ */ Lg(), I = function() {
1536
+ var Ih, bd;
1537
+ function Ng() {
1538
+ if (bd) return Ih;
1539
+ bd = 1;
1540
+ var h = jd(), E = Lg(), T = /* @__PURE__ */ Vh(), m = /* @__PURE__ */ $d(), O = /* @__PURE__ */ Bg(), I = function() {
1507
1541
  };
1508
1542
  process.env.NODE_ENV !== "production" && (I = function(Y) {
1509
- var J = "Warning: " + Y;
1510
- typeof console < "u" && console.error(J);
1543
+ var Q = "Warning: " + Y;
1544
+ typeof console < "u" && console.error(Q);
1511
1545
  try {
1512
- throw new Error(J);
1546
+ throw new Error(Q);
1513
1547
  } catch {
1514
1548
  }
1515
1549
  });
1516
1550
  function X() {
1517
1551
  return null;
1518
1552
  }
1519
- return Fh = function(Y, J) {
1553
+ return Ih = function(Y, Q) {
1520
1554
  var ne = typeof Symbol == "function" && Symbol.iterator, oe = "@@iterator";
1521
1555
  function D(q) {
1522
1556
  var U = q && (ne && q[ne] || q[oe]);
@@ -1544,7 +1578,7 @@ function Bg() {
1544
1578
  shape: L,
1545
1579
  exact: Xe
1546
1580
  };
1547
- function Q(q, U) {
1581
+ function J(q, U) {
1548
1582
  return q === U ? q !== 0 || 1 / q === 1 / U : q !== q && U !== U;
1549
1583
  }
1550
1584
  function A(q, U) {
@@ -1556,7 +1590,7 @@ function Bg() {
1556
1590
  var U = {}, De = 0;
1557
1591
  function Ze(ze, Ue, Be, Tn, hn, Ke, Cn) {
1558
1592
  if (Tn = Tn || ce, Ke = Ke || Be, Cn !== T) {
1559
- if (J) {
1593
+ if (Q) {
1560
1594
  var Me = new Error(
1561
1595
  "Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types"
1562
1596
  );
@@ -1648,7 +1682,7 @@ function Bg() {
1648
1682
  ) : I("Invalid argument supplied to oneOf, expected an array.")), X;
1649
1683
  function U(De, Ze, We, ze, Ue) {
1650
1684
  for (var Be = De[Ze], Tn = 0; Tn < q.length; Tn++)
1651
- if (Q(Be, q[Tn]))
1685
+ if (J(Be, q[Tn]))
1652
1686
  return null;
1653
1687
  var hn = JSON.stringify(q, function(Cn, Me) {
1654
1688
  var He = Te(Me);
@@ -1818,19 +1852,19 @@ Valid keys: ` + JSON.stringify(Object.keys(q), null, " ")
1818
1852
  return !q.constructor || !q.constructor.name ? ce : q.constructor.name;
1819
1853
  }
1820
1854
  return Ae.checkPropTypes = O, Ae.resetWarningCache = O.resetWarningCache, Ae.PropTypes = Ae, Ae;
1821
- }, Fh;
1855
+ }, Ih;
1822
1856
  }
1823
- var Ih, bd;
1824
- function Ng() {
1825
- if (bd) return Ih;
1826
- bd = 1;
1827
- var h = /* @__PURE__ */ Zh();
1857
+ var Oh, yd;
1858
+ function Wg() {
1859
+ if (yd) return Oh;
1860
+ yd = 1;
1861
+ var h = /* @__PURE__ */ Vh();
1828
1862
  function E() {
1829
1863
  }
1830
1864
  function T() {
1831
1865
  }
1832
- return T.resetWarningCache = E, Ih = function() {
1833
- function m(X, Y, J, ne, oe, D) {
1866
+ return T.resetWarningCache = E, Oh = function() {
1867
+ function m(X, Y, Q, ne, oe, D) {
1834
1868
  if (D !== h) {
1835
1869
  var ce = new Error(
1836
1870
  "Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types"
@@ -1866,27 +1900,27 @@ function Ng() {
1866
1900
  resetWarningCache: E
1867
1901
  };
1868
1902
  return I.PropTypes = I, I;
1869
- }, Ih;
1903
+ }, Oh;
1870
1904
  }
1871
- var yd;
1872
- function Wg() {
1873
- if (yd) return qf.exports;
1874
- if (yd = 1, process.env.NODE_ENV !== "production") {
1875
- var h = qd(), E = !0;
1876
- qf.exports = /* @__PURE__ */ Bg()(h.isElement, E);
1905
+ var pd;
1906
+ function Hg() {
1907
+ if (pd) return jf.exports;
1908
+ if (pd = 1, process.env.NODE_ENV !== "production") {
1909
+ var h = jd(), E = !0;
1910
+ jf.exports = /* @__PURE__ */ Ng()(h.isElement, E);
1877
1911
  } else
1878
- qf.exports = /* @__PURE__ */ Ng()();
1879
- return qf.exports;
1912
+ jf.exports = /* @__PURE__ */ Wg()();
1913
+ return jf.exports;
1880
1914
  }
1881
- var Hg = /* @__PURE__ */ Wg();
1882
- const zf = /* @__PURE__ */ Mg(Hg);
1883
- var $f = { exports: {} }, Jt = {};
1884
- var pd;
1885
- function Ug() {
1886
- if (pd) return Jt;
1887
- pd = 1;
1888
- var h = /* @__PURE__ */ Symbol.for("react.transitional.element"), E = /* @__PURE__ */ Symbol.for("react.portal"), T = /* @__PURE__ */ Symbol.for("react.fragment"), m = /* @__PURE__ */ Symbol.for("react.strict_mode"), O = /* @__PURE__ */ Symbol.for("react.profiler"), I = /* @__PURE__ */ Symbol.for("react.consumer"), X = /* @__PURE__ */ Symbol.for("react.context"), Y = /* @__PURE__ */ Symbol.for("react.forward_ref"), J = /* @__PURE__ */ Symbol.for("react.suspense"), ne = /* @__PURE__ */ Symbol.for("react.suspense_list"), oe = /* @__PURE__ */ Symbol.for("react.memo"), D = /* @__PURE__ */ Symbol.for("react.lazy"), ce = /* @__PURE__ */ Symbol.for("react.view_transition"), Ae = /* @__PURE__ */ Symbol.for("react.client.reference");
1889
- function Q(A) {
1915
+ var Ug = /* @__PURE__ */ Hg();
1916
+ const Lf = /* @__PURE__ */ _g(Ug);
1917
+ var eh = { exports: {} }, Jt = {};
1918
+ var xd;
1919
+ function Yg() {
1920
+ if (xd) return Jt;
1921
+ xd = 1;
1922
+ var h = /* @__PURE__ */ Symbol.for("react.transitional.element"), E = /* @__PURE__ */ Symbol.for("react.portal"), T = /* @__PURE__ */ Symbol.for("react.fragment"), m = /* @__PURE__ */ Symbol.for("react.strict_mode"), O = /* @__PURE__ */ Symbol.for("react.profiler"), I = /* @__PURE__ */ Symbol.for("react.consumer"), X = /* @__PURE__ */ Symbol.for("react.context"), Y = /* @__PURE__ */ Symbol.for("react.forward_ref"), Q = /* @__PURE__ */ Symbol.for("react.suspense"), ne = /* @__PURE__ */ Symbol.for("react.suspense_list"), oe = /* @__PURE__ */ Symbol.for("react.memo"), D = /* @__PURE__ */ Symbol.for("react.lazy"), ce = /* @__PURE__ */ Symbol.for("react.view_transition"), Ae = /* @__PURE__ */ Symbol.for("react.client.reference");
1923
+ function J(A) {
1890
1924
  if (typeof A == "object" && A !== null) {
1891
1925
  var Ie = A.$$typeof;
1892
1926
  switch (Ie) {
@@ -1895,7 +1929,7 @@ function Ug() {
1895
1929
  case T:
1896
1930
  case O:
1897
1931
  case m:
1898
- case J:
1932
+ case Q:
1899
1933
  case ne:
1900
1934
  case ce:
1901
1935
  return A;
@@ -1917,38 +1951,38 @@ function Ug() {
1917
1951
  }
1918
1952
  }
1919
1953
  }
1920
- return Jt.ContextConsumer = I, Jt.ContextProvider = X, Jt.Element = h, Jt.ForwardRef = Y, Jt.Fragment = T, Jt.Lazy = D, Jt.Memo = oe, Jt.Portal = E, Jt.Profiler = O, Jt.StrictMode = m, Jt.Suspense = J, Jt.SuspenseList = ne, Jt.isContextConsumer = function(A) {
1921
- return Q(A) === I;
1954
+ return Jt.ContextConsumer = I, Jt.ContextProvider = X, Jt.Element = h, Jt.ForwardRef = Y, Jt.Fragment = T, Jt.Lazy = D, Jt.Memo = oe, Jt.Portal = E, Jt.Profiler = O, Jt.StrictMode = m, Jt.Suspense = Q, Jt.SuspenseList = ne, Jt.isContextConsumer = function(A) {
1955
+ return J(A) === I;
1922
1956
  }, Jt.isContextProvider = function(A) {
1923
- return Q(A) === X;
1957
+ return J(A) === X;
1924
1958
  }, Jt.isElement = function(A) {
1925
1959
  return typeof A == "object" && A !== null && A.$$typeof === h;
1926
1960
  }, Jt.isForwardRef = function(A) {
1927
- return Q(A) === Y;
1961
+ return J(A) === Y;
1928
1962
  }, Jt.isFragment = function(A) {
1929
- return Q(A) === T;
1963
+ return J(A) === T;
1930
1964
  }, Jt.isLazy = function(A) {
1931
- return Q(A) === D;
1965
+ return J(A) === D;
1932
1966
  }, Jt.isMemo = function(A) {
1933
- return Q(A) === oe;
1967
+ return J(A) === oe;
1934
1968
  }, Jt.isPortal = function(A) {
1935
- return Q(A) === E;
1969
+ return J(A) === E;
1936
1970
  }, Jt.isProfiler = function(A) {
1937
- return Q(A) === O;
1971
+ return J(A) === O;
1938
1972
  }, Jt.isStrictMode = function(A) {
1939
- return Q(A) === m;
1973
+ return J(A) === m;
1940
1974
  }, Jt.isSuspense = function(A) {
1941
- return Q(A) === J;
1975
+ return J(A) === Q;
1942
1976
  }, Jt.isSuspenseList = function(A) {
1943
- return Q(A) === ne;
1977
+ return J(A) === ne;
1944
1978
  }, Jt.isValidElementType = function(A) {
1945
- return typeof A == "string" || typeof A == "function" || A === T || A === O || A === m || A === J || A === ne || typeof A == "object" && A !== null && (A.$$typeof === D || A.$$typeof === oe || A.$$typeof === X || A.$$typeof === I || A.$$typeof === Y || A.$$typeof === Ae || A.getModuleId !== void 0);
1946
- }, Jt.typeOf = Q, Jt;
1979
+ return typeof A == "string" || typeof A == "function" || A === T || A === O || A === m || A === Q || A === ne || typeof A == "object" && A !== null && (A.$$typeof === D || A.$$typeof === oe || A.$$typeof === X || A.$$typeof === I || A.$$typeof === Y || A.$$typeof === Ae || A.getModuleId !== void 0);
1980
+ }, Jt.typeOf = J, Jt;
1947
1981
  }
1948
1982
  var Kt = {};
1949
- var xd;
1950
- function Yg() {
1951
- return xd || (xd = 1, process.env.NODE_ENV !== "production" && (function() {
1983
+ var wd;
1984
+ function Gg() {
1985
+ return wd || (wd = 1, process.env.NODE_ENV !== "production" && (function() {
1952
1986
  function h(A) {
1953
1987
  if (typeof A == "object" && A !== null) {
1954
1988
  var Ie = A.$$typeof;
@@ -1965,7 +1999,7 @@ function Yg() {
1965
1999
  default:
1966
2000
  switch (A = A && A.$$typeof, A) {
1967
2001
  case Y:
1968
- case J:
2002
+ case Q:
1969
2003
  case ce:
1970
2004
  case D:
1971
2005
  return A;
@@ -1980,15 +2014,15 @@ function Yg() {
1980
2014
  }
1981
2015
  }
1982
2016
  }
1983
- var E = /* @__PURE__ */ Symbol.for("react.transitional.element"), T = /* @__PURE__ */ Symbol.for("react.portal"), m = /* @__PURE__ */ Symbol.for("react.fragment"), O = /* @__PURE__ */ Symbol.for("react.strict_mode"), I = /* @__PURE__ */ Symbol.for("react.profiler"), X = /* @__PURE__ */ Symbol.for("react.consumer"), Y = /* @__PURE__ */ Symbol.for("react.context"), J = /* @__PURE__ */ Symbol.for("react.forward_ref"), ne = /* @__PURE__ */ Symbol.for("react.suspense"), oe = /* @__PURE__ */ Symbol.for("react.suspense_list"), D = /* @__PURE__ */ Symbol.for("react.memo"), ce = /* @__PURE__ */ Symbol.for("react.lazy"), Ae = /* @__PURE__ */ Symbol.for("react.view_transition"), Q = /* @__PURE__ */ Symbol.for("react.client.reference");
1984
- Kt.ContextConsumer = X, Kt.ContextProvider = Y, Kt.Element = E, Kt.ForwardRef = J, Kt.Fragment = m, Kt.Lazy = ce, Kt.Memo = D, Kt.Portal = T, Kt.Profiler = I, Kt.StrictMode = O, Kt.Suspense = ne, Kt.SuspenseList = oe, Kt.isContextConsumer = function(A) {
2017
+ var E = /* @__PURE__ */ Symbol.for("react.transitional.element"), T = /* @__PURE__ */ Symbol.for("react.portal"), m = /* @__PURE__ */ Symbol.for("react.fragment"), O = /* @__PURE__ */ Symbol.for("react.strict_mode"), I = /* @__PURE__ */ Symbol.for("react.profiler"), X = /* @__PURE__ */ Symbol.for("react.consumer"), Y = /* @__PURE__ */ Symbol.for("react.context"), Q = /* @__PURE__ */ Symbol.for("react.forward_ref"), ne = /* @__PURE__ */ Symbol.for("react.suspense"), oe = /* @__PURE__ */ Symbol.for("react.suspense_list"), D = /* @__PURE__ */ Symbol.for("react.memo"), ce = /* @__PURE__ */ Symbol.for("react.lazy"), Ae = /* @__PURE__ */ Symbol.for("react.view_transition"), J = /* @__PURE__ */ Symbol.for("react.client.reference");
2018
+ Kt.ContextConsumer = X, Kt.ContextProvider = Y, Kt.Element = E, Kt.ForwardRef = Q, Kt.Fragment = m, Kt.Lazy = ce, Kt.Memo = D, Kt.Portal = T, Kt.Profiler = I, Kt.StrictMode = O, Kt.Suspense = ne, Kt.SuspenseList = oe, Kt.isContextConsumer = function(A) {
1985
2019
  return h(A) === X;
1986
2020
  }, Kt.isContextProvider = function(A) {
1987
2021
  return h(A) === Y;
1988
2022
  }, Kt.isElement = function(A) {
1989
2023
  return typeof A == "object" && A !== null && A.$$typeof === E;
1990
2024
  }, Kt.isForwardRef = function(A) {
1991
- return h(A) === J;
2025
+ return h(A) === Q;
1992
2026
  }, Kt.isFragment = function(A) {
1993
2027
  return h(A) === m;
1994
2028
  }, Kt.isLazy = function(A) {
@@ -2006,27 +2040,27 @@ function Yg() {
2006
2040
  }, Kt.isSuspenseList = function(A) {
2007
2041
  return h(A) === oe;
2008
2042
  }, Kt.isValidElementType = function(A) {
2009
- return typeof A == "string" || typeof A == "function" || A === m || A === I || A === O || A === ne || A === oe || typeof A == "object" && A !== null && (A.$$typeof === ce || A.$$typeof === D || A.$$typeof === Y || A.$$typeof === X || A.$$typeof === J || A.$$typeof === Q || A.getModuleId !== void 0);
2043
+ return typeof A == "string" || typeof A == "function" || A === m || A === I || A === O || A === ne || A === oe || typeof A == "object" && A !== null && (A.$$typeof === ce || A.$$typeof === D || A.$$typeof === Y || A.$$typeof === X || A.$$typeof === Q || A.$$typeof === J || A.getModuleId !== void 0);
2010
2044
  }, Kt.typeOf = h;
2011
2045
  })()), Kt;
2012
2046
  }
2013
- var wd;
2014
- function Gg() {
2015
- return wd || (wd = 1, process.env.NODE_ENV === "production" ? $f.exports = /* @__PURE__ */ Ug() : $f.exports = /* @__PURE__ */ Yg()), $f.exports;
2047
+ var Td;
2048
+ function Xg() {
2049
+ return Td || (Td = 1, process.env.NODE_ENV === "production" ? eh.exports = /* @__PURE__ */ Yg() : eh.exports = /* @__PURE__ */ Gg()), eh.exports;
2016
2050
  }
2017
- var $d = /* @__PURE__ */ Gg();
2051
+ var eg = /* @__PURE__ */ Xg();
2018
2052
  function $u(h) {
2019
2053
  if (typeof h != "object" || h === null)
2020
2054
  return !1;
2021
2055
  const E = Object.getPrototypeOf(h);
2022
2056
  return (E === null || E === Object.prototype || Object.getPrototypeOf(E) === null) && !(Symbol.toStringTag in h) && !(Symbol.iterator in h);
2023
2057
  }
2024
- function eg(h) {
2025
- if (/* @__PURE__ */ Wd.isValidElement(h) || $d.isValidElementType(h) || !$u(h))
2058
+ function ng(h) {
2059
+ if (/* @__PURE__ */ Hd.isValidElement(h) || eg.isValidElementType(h) || !$u(h))
2026
2060
  return h;
2027
2061
  const E = {};
2028
2062
  return Object.keys(h).forEach((T) => {
2029
- E[T] = eg(h[T]);
2063
+ E[T] = ng(h[T]);
2030
2064
  }), E;
2031
2065
  }
2032
2066
  function cc(h, E, T = {
@@ -2036,11 +2070,11 @@ function cc(h, E, T = {
2036
2070
  ...h
2037
2071
  } : h;
2038
2072
  return $u(h) && $u(E) && Object.keys(E).forEach((O) => {
2039
- /* @__PURE__ */ Wd.isValidElement(E[O]) || $d.isValidElementType(E[O]) ? m[O] = E[O] : $u(E[O]) && // Avoid prototype pollution
2040
- Object.prototype.hasOwnProperty.call(h, O) && $u(h[O]) ? m[O] = cc(h[O], E[O], T) : T.clone ? m[O] = $u(E[O]) ? eg(E[O]) : E[O] : m[O] = E[O];
2073
+ /* @__PURE__ */ Hd.isValidElement(E[O]) || eg.isValidElementType(E[O]) ? m[O] = E[O] : $u(E[O]) && // Avoid prototype pollution
2074
+ Object.prototype.hasOwnProperty.call(h, O) && $u(h[O]) ? m[O] = cc(h[O], E[O], T) : T.clone ? m[O] = $u(E[O]) ? ng(E[O]) : E[O] : m[O] = E[O];
2041
2075
  }), m;
2042
2076
  }
2043
- const Xg = (h) => {
2077
+ const Zg = (h) => {
2044
2078
  const E = Object.keys(h).map((T) => ({
2045
2079
  key: T,
2046
2080
  val: h[T]
@@ -2050,7 +2084,7 @@ const Xg = (h) => {
2050
2084
  [m.key]: m.val
2051
2085
  }), {});
2052
2086
  };
2053
- function Zg(h) {
2087
+ function Vg(h) {
2054
2088
  const {
2055
2089
  // The breakpoint **start** at this value.
2056
2090
  // For instance with the first breakpoint xs: [xs, sm).
@@ -2069,29 +2103,29 @@ function Zg(h) {
2069
2103
  unit: T = "px",
2070
2104
  step: m = 5,
2071
2105
  ...O
2072
- } = h, I = Xg(E), X = Object.keys(I);
2106
+ } = h, I = Zg(E), X = Object.keys(I);
2073
2107
  function Y(ce) {
2074
2108
  return `@media (min-width:${typeof E[ce] == "number" ? E[ce] : ce}${T})`;
2075
2109
  }
2076
- function J(ce) {
2110
+ function Q(ce) {
2077
2111
  return `@media (max-width:${(typeof E[ce] == "number" ? E[ce] : ce) - m / 100}${T})`;
2078
2112
  }
2079
2113
  function ne(ce, Ae) {
2080
- const Q = X.indexOf(Ae);
2081
- return `@media (min-width:${typeof E[ce] == "number" ? E[ce] : ce}${T}) and (max-width:${(Q !== -1 && typeof E[X[Q]] == "number" ? E[X[Q]] : Ae) - m / 100}${T})`;
2114
+ const J = X.indexOf(Ae);
2115
+ return `@media (min-width:${typeof E[ce] == "number" ? E[ce] : ce}${T}) and (max-width:${(J !== -1 && typeof E[X[J]] == "number" ? E[X[J]] : Ae) - m / 100}${T})`;
2082
2116
  }
2083
2117
  function oe(ce) {
2084
2118
  return X.indexOf(ce) + 1 < X.length ? ne(ce, X[X.indexOf(ce) + 1]) : Y(ce);
2085
2119
  }
2086
2120
  function D(ce) {
2087
2121
  const Ae = X.indexOf(ce);
2088
- return Ae === 0 ? Y(X[1]) : Ae === X.length - 1 ? J(X[Ae]) : ne(ce, X[X.indexOf(ce) + 1]).replace("@media", "@media not all and");
2122
+ return Ae === 0 ? Y(X[1]) : Ae === X.length - 1 ? Q(X[Ae]) : ne(ce, X[X.indexOf(ce) + 1]).replace("@media", "@media not all and");
2089
2123
  }
2090
2124
  return {
2091
2125
  keys: X,
2092
2126
  values: I,
2093
2127
  up: Y,
2094
- down: J,
2128
+ down: Q,
2095
2129
  between: ne,
2096
2130
  only: oe,
2097
2131
  not: D,
@@ -2099,7 +2133,7 @@ function Zg(h) {
2099
2133
  ...O
2100
2134
  };
2101
2135
  }
2102
- function Td(h, E) {
2136
+ function Ed(h, E) {
2103
2137
  if (!h.containerQueries)
2104
2138
  return E;
2105
2139
  const T = Object.keys(E).filter((m) => m.startsWith("@container")).sort((m, O) => {
@@ -2113,10 +2147,10 @@ function Td(h, E) {
2113
2147
  ...E
2114
2148
  }) : E;
2115
2149
  }
2116
- function Vg(h, E) {
2150
+ function Qg(h, E) {
2117
2151
  return E === "@" || E.startsWith("@") && (h.some((T) => E.startsWith(`@${T}`)) || !!E.match(/^@\d/));
2118
2152
  }
2119
- function Qg(h, E) {
2153
+ function Jg(h, E) {
2120
2154
  const T = E.match(/^@([^/]+)?\/?(.+)?$/);
2121
2155
  if (!T) {
2122
2156
  if (process.env.NODE_ENV !== "production")
@@ -2127,12 +2161,12 @@ For example, \`@sm\` or \`@600\` or \`@40rem/sidebar\`.` : nf(18, `(${E})`));
2127
2161
  const [, m, O] = T, I = Number.isNaN(+m) ? m || 0 : +m;
2128
2162
  return h.containerQueries(O).up(I);
2129
2163
  }
2130
- function Jg(h) {
2164
+ function Kg(h) {
2131
2165
  const E = (I, X) => I.replace("@media", X ? `@container ${X}` : "@container");
2132
2166
  function T(I, X) {
2133
2167
  I.up = (...Y) => E(h.breakpoints.up(...Y), X), I.down = (...Y) => E(h.breakpoints.down(...Y), X), I.between = (...Y) => E(h.breakpoints.between(...Y), X), I.only = (...Y) => E(h.breakpoints.only(...Y), X), I.not = (...Y) => {
2134
- const J = E(h.breakpoints.not(...Y), X);
2135
- return J.includes("not all and") ? J.replace("not all and ", "").replace("min-width:", "width<").replace("max-width:", "width>").replace("and", "or") : J;
2168
+ const Q = E(h.breakpoints.not(...Y), X);
2169
+ return Q.includes("not all and") ? Q.replace("not all and ", "").replace("min-width:", "width<").replace("max-width:", "width>").replace("and", "or") : Q;
2136
2170
  };
2137
2171
  }
2138
2172
  const m = {}, O = (I) => (T(m, I), m);
@@ -2141,16 +2175,16 @@ function Jg(h) {
2141
2175
  containerQueries: O
2142
2176
  };
2143
2177
  }
2144
- const Kg = {
2178
+ const qg = {
2145
2179
  borderRadius: 4
2146
- }, rf = process.env.NODE_ENV !== "production" ? zf.oneOfType([zf.number, zf.string, zf.object, zf.array]) : {};
2147
- function Uf(h, E) {
2180
+ }, rf = process.env.NODE_ENV !== "production" ? Lf.oneOfType([Lf.number, Lf.string, Lf.object, Lf.array]) : {};
2181
+ function Yf(h, E) {
2148
2182
  return E ? cc(h, E, {
2149
2183
  clone: !1
2150
2184
  // No need to clone deep, it's way faster.
2151
2185
  }) : h;
2152
2186
  }
2153
- const ih = {
2187
+ const lh = {
2154
2188
  xs: 0,
2155
2189
  // phone
2156
2190
  sm: 600,
@@ -2161,15 +2195,15 @@ const ih = {
2161
2195
  // desktop
2162
2196
  xl: 1536
2163
2197
  // large screen
2164
- }, Ed = {
2198
+ }, Cd = {
2165
2199
  // Sorted ASC by size. That's important.
2166
2200
  // It can't be configured as it's used statically for propTypes.
2167
2201
  keys: ["xs", "sm", "md", "lg", "xl"],
2168
- up: (h) => `@media (min-width:${ih[h]}px)`
2169
- }, qg = {
2202
+ up: (h) => `@media (min-width:${lh[h]}px)`
2203
+ }, jg = {
2170
2204
  containerQueries: (h) => ({
2171
2205
  up: (E) => {
2172
- let T = typeof E == "number" ? E : ih[E] || E;
2206
+ let T = typeof E == "number" ? E : lh[E] || E;
2173
2207
  return typeof T == "number" && (T = `${T}px`), h ? `@container ${h} (min-width:${T})` : `@container (min-width:${T})`;
2174
2208
  }
2175
2209
  })
@@ -2177,45 +2211,45 @@ const ih = {
2177
2211
  function Uu(h, E, T) {
2178
2212
  const m = h.theme || {};
2179
2213
  if (Array.isArray(E)) {
2180
- const I = m.breakpoints || Ed;
2181
- return E.reduce((X, Y, J) => (X[I.up(I.keys[J])] = T(E[J]), X), {});
2214
+ const I = m.breakpoints || Cd;
2215
+ return E.reduce((X, Y, Q) => (X[I.up(I.keys[Q])] = T(E[Q]), X), {});
2182
2216
  }
2183
2217
  if (typeof E == "object") {
2184
- const I = m.breakpoints || Ed;
2218
+ const I = m.breakpoints || Cd;
2185
2219
  return Object.keys(E).reduce((X, Y) => {
2186
- if (Vg(I.keys, Y)) {
2187
- const J = Qg(m.containerQueries ? m : qg, Y);
2188
- J && (X[J] = T(E[Y], Y));
2189
- } else if (Object.keys(I.values || ih).includes(Y)) {
2190
- const J = I.up(Y);
2191
- X[J] = T(E[Y], Y);
2220
+ if (Qg(I.keys, Y)) {
2221
+ const Q = Jg(m.containerQueries ? m : jg, Y);
2222
+ Q && (X[Q] = T(E[Y], Y));
2223
+ } else if (Object.keys(I.values || lh).includes(Y)) {
2224
+ const Q = I.up(Y);
2225
+ X[Q] = T(E[Y], Y);
2192
2226
  } else {
2193
- const J = Y;
2194
- X[J] = E[J];
2227
+ const Q = Y;
2228
+ X[Q] = E[Q];
2195
2229
  }
2196
2230
  return X;
2197
2231
  }, {});
2198
2232
  }
2199
2233
  return T(E);
2200
2234
  }
2201
- function jg(h = {}) {
2235
+ function $g(h = {}) {
2202
2236
  return h.keys?.reduce((T, m) => {
2203
2237
  const O = h.up(m);
2204
2238
  return T[O] = {}, T;
2205
2239
  }, {}) || {};
2206
2240
  }
2207
- function Cd(h, E) {
2241
+ function Rd(h, E) {
2208
2242
  return h.reduce((T, m) => {
2209
2243
  const O = T[m];
2210
2244
  return (!O || Object.keys(O).length === 0) && delete T[m], T;
2211
2245
  }, E);
2212
2246
  }
2213
- function ng(h) {
2247
+ function tg(h) {
2214
2248
  if (typeof h != "string")
2215
2249
  throw new Error(process.env.NODE_ENV !== "production" ? "MUI: `capitalize(string)` expects a string argument." : nf(7));
2216
2250
  return h.charAt(0).toUpperCase() + h.slice(1);
2217
2251
  }
2218
- function lh(h, E, T = !0) {
2252
+ function ah(h, E, T = !0) {
2219
2253
  if (!E || typeof E != "string")
2220
2254
  return null;
2221
2255
  if (h && h.vars && T) {
@@ -2225,9 +2259,9 @@ function lh(h, E, T = !0) {
2225
2259
  }
2226
2260
  return E.split(".").reduce((m, O) => m && m[O] != null ? m[O] : null, h);
2227
2261
  }
2228
- function th(h, E, T, m = T) {
2262
+ function rh(h, E, T, m = T) {
2229
2263
  let O;
2230
- return typeof h == "function" ? O = h(T) : Array.isArray(h) ? O = h[T] || m : O = lh(h, T) || m, E && (O = E(O, m, h)), O;
2264
+ return typeof h == "function" ? O = h(T) : Array.isArray(h) ? O = h[T] || m : O = ah(h, T) || m, E && (O = E(O, m, h)), O;
2231
2265
  }
2232
2266
  function wi(h) {
2233
2267
  const {
@@ -2238,10 +2272,10 @@ function wi(h) {
2238
2272
  } = h, I = (X) => {
2239
2273
  if (X[E] == null)
2240
2274
  return null;
2241
- const Y = X[E], J = X.theme, ne = lh(J, m) || {};
2275
+ const Y = X[E], Q = X.theme, ne = ah(Q, m) || {};
2242
2276
  return Uu(X, Y, (D) => {
2243
- let ce = th(ne, O, D);
2244
- return D === ce && typeof D == "string" && (ce = th(ne, O, `${E}${D === "default" ? "" : ng(D)}`, D)), T === !1 ? ce : {
2277
+ let ce = rh(ne, O, D);
2278
+ return D === ce && typeof D == "string" && (ce = rh(ne, O, `${E}${D === "default" ? "" : tg(D)}`, D)), T === !1 ? ce : {
2245
2279
  [T]: ce
2246
2280
  };
2247
2281
  });
@@ -2250,36 +2284,36 @@ function wi(h) {
2250
2284
  [E]: rf
2251
2285
  } : {}, I.filterProps = [E], I;
2252
2286
  }
2253
- function $g(h) {
2287
+ function ev(h) {
2254
2288
  const E = {};
2255
2289
  return (T) => (E[T] === void 0 && (E[T] = h(T)), E[T]);
2256
2290
  }
2257
- const ev = {
2291
+ const nv = {
2258
2292
  m: "margin",
2259
2293
  p: "padding"
2260
- }, nv = {
2294
+ }, tv = {
2261
2295
  t: "Top",
2262
2296
  r: "Right",
2263
2297
  b: "Bottom",
2264
2298
  l: "Left",
2265
2299
  x: ["Left", "Right"],
2266
2300
  y: ["Top", "Bottom"]
2267
- }, Rd = {
2301
+ }, Sd = {
2268
2302
  marginX: "mx",
2269
2303
  marginY: "my",
2270
2304
  paddingX: "px",
2271
2305
  paddingY: "py"
2272
- }, tv = $g((h) => {
2306
+ }, rv = ev((h) => {
2273
2307
  if (h.length > 2)
2274
- if (Rd[h])
2275
- h = Rd[h];
2308
+ if (Sd[h])
2309
+ h = Sd[h];
2276
2310
  else
2277
2311
  return [h];
2278
- const [E, T] = h.split(""), m = ev[E], O = nv[T] || "";
2312
+ const [E, T] = h.split(""), m = nv[E], O = tv[T] || "";
2279
2313
  return Array.isArray(O) ? O.map((I) => m + I) : [m + O];
2280
- }), ah = ["m", "mt", "mr", "mb", "ml", "mx", "my", "margin", "marginTop", "marginRight", "marginBottom", "marginLeft", "marginX", "marginY", "marginInline", "marginInlineStart", "marginInlineEnd", "marginBlock", "marginBlockStart", "marginBlockEnd"], oh = ["p", "pt", "pr", "pb", "pl", "px", "py", "padding", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "paddingX", "paddingY", "paddingInline", "paddingInlineStart", "paddingInlineEnd", "paddingBlock", "paddingBlockStart", "paddingBlockEnd"], rv = [...ah, ...oh];
2281
- function Xf(h, E, T, m) {
2282
- const O = lh(h, E, !0) ?? T;
2314
+ }), oh = ["m", "mt", "mr", "mb", "ml", "mx", "my", "margin", "marginTop", "marginRight", "marginBottom", "marginLeft", "marginX", "marginY", "marginInline", "marginInlineStart", "marginInlineEnd", "marginBlock", "marginBlockStart", "marginBlockEnd"], ch = ["p", "pt", "pr", "pb", "pl", "px", "py", "padding", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "paddingX", "paddingY", "paddingInline", "paddingInlineStart", "paddingInlineEnd", "paddingBlock", "paddingBlockStart", "paddingBlockEnd"], iv = [...oh, ...ch];
2315
+ function Zf(h, E, T, m) {
2316
+ const O = ah(h, E, !0) ?? T;
2283
2317
  return typeof O == "number" || typeof O == "string" ? (I) => typeof I == "string" ? I : (process.env.NODE_ENV !== "production" && typeof I != "number" && console.error(`MUI: Expected ${m} argument to be a number or a string, got ${I}.`), typeof O == "string" ? O.startsWith("var(") && I === 0 ? 0 : O.startsWith("var(") && I === 1 ? O : `calc(${I} * ${O})` : O * I) : Array.isArray(O) ? (I) => {
2284
2318
  if (typeof I == "string")
2285
2319
  return I;
@@ -2293,37 +2327,37 @@ function Xf(h, E, T, m) {
2293
2327
  `)), () => {
2294
2328
  });
2295
2329
  }
2296
- function Vh(h) {
2297
- return Xf(h, "spacing", 8, "spacing");
2330
+ function Qh(h) {
2331
+ return Zf(h, "spacing", 8, "spacing");
2298
2332
  }
2299
- function Zf(h, E) {
2333
+ function Vf(h, E) {
2300
2334
  return typeof E == "string" || E == null ? E : h(E);
2301
2335
  }
2302
- function iv(h, E) {
2303
- return (T) => h.reduce((m, O) => (m[O] = Zf(E, T), m), {});
2336
+ function lv(h, E) {
2337
+ return (T) => h.reduce((m, O) => (m[O] = Vf(E, T), m), {});
2304
2338
  }
2305
- function lv(h, E, T, m) {
2339
+ function av(h, E, T, m) {
2306
2340
  if (!E.includes(T))
2307
2341
  return null;
2308
- const O = tv(T), I = iv(O, m), X = h[T];
2342
+ const O = rv(T), I = lv(O, m), X = h[T];
2309
2343
  return Uu(h, X, I);
2310
2344
  }
2311
- function tg(h, E) {
2312
- const T = Vh(h.theme);
2313
- return Object.keys(h).map((m) => lv(h, E, m, T)).reduce(Uf, {});
2345
+ function rg(h, E) {
2346
+ const T = Qh(h.theme);
2347
+ return Object.keys(h).map((m) => av(h, E, m, T)).reduce(Yf, {});
2314
2348
  }
2315
2349
  function li(h) {
2316
- return tg(h, ah);
2350
+ return rg(h, oh);
2317
2351
  }
2318
- li.propTypes = process.env.NODE_ENV !== "production" ? ah.reduce((h, E) => (h[E] = rf, h), {}) : {};
2319
- li.filterProps = ah;
2352
+ li.propTypes = process.env.NODE_ENV !== "production" ? oh.reduce((h, E) => (h[E] = rf, h), {}) : {};
2353
+ li.filterProps = oh;
2320
2354
  function ai(h) {
2321
- return tg(h, oh);
2355
+ return rg(h, ch);
2322
2356
  }
2323
- ai.propTypes = process.env.NODE_ENV !== "production" ? oh.reduce((h, E) => (h[E] = rf, h), {}) : {};
2324
- ai.filterProps = oh;
2325
- process.env.NODE_ENV !== "production" && rv.reduce((h, E) => (h[E] = rf, h), {});
2326
- function rg(h = 8, E = Vh({
2357
+ ai.propTypes = process.env.NODE_ENV !== "production" ? ch.reduce((h, E) => (h[E] = rf, h), {}) : {};
2358
+ ai.filterProps = ch;
2359
+ process.env.NODE_ENV !== "production" && iv.reduce((h, E) => (h[E] = rf, h), {});
2360
+ function ig(h = 8, E = Qh({
2327
2361
  spacing: h
2328
2362
  })) {
2329
2363
  if (h.mui)
@@ -2334,10 +2368,10 @@ function rg(h = 8, E = Vh({
2334
2368
  }).join(" "));
2335
2369
  return T.mui = !0, T;
2336
2370
  }
2337
- function ch(...h) {
2371
+ function sh(...h) {
2338
2372
  const E = h.reduce((m, O) => (O.filterProps.forEach((I) => {
2339
2373
  m[I] = O;
2340
- }), m), {}), T = (m) => Object.keys(m).reduce((O, I) => E[I] ? Uf(O, E[I](m)) : O, {});
2374
+ }), m), {}), T = (m) => Object.keys(m).reduce((O, I) => E[I] ? Yf(O, E[I](m)) : O, {});
2341
2375
  return T.propTypes = process.env.NODE_ENV !== "production" ? h.reduce((m, O) => Object.assign(m, O.propTypes), {}) : {}, T.filterProps = h.reduce((m, O) => m.concat(O.filterProps), []), T;
2342
2376
  }
2343
2377
  function Jc(h) {
@@ -2350,107 +2384,107 @@ function Kc(h, E) {
2350
2384
  transform: E
2351
2385
  });
2352
2386
  }
2353
- const av = Kc("border", Jc), ov = Kc("borderTop", Jc), cv = Kc("borderRight", Jc), sv = Kc("borderBottom", Jc), uv = Kc("borderLeft", Jc), fv = Kc("borderColor"), hv = Kc("borderTopColor"), dv = Kc("borderRightColor"), gv = Kc("borderBottomColor"), vv = Kc("borderLeftColor"), bv = Kc("outline", Jc), yv = Kc("outlineColor"), sh = (h) => {
2387
+ const ov = Kc("border", Jc), cv = Kc("borderTop", Jc), sv = Kc("borderRight", Jc), uv = Kc("borderBottom", Jc), fv = Kc("borderLeft", Jc), hv = Kc("borderColor"), dv = Kc("borderTopColor"), gv = Kc("borderRightColor"), vv = Kc("borderBottomColor"), bv = Kc("borderLeftColor"), yv = Kc("outline", Jc), pv = Kc("outlineColor"), uh = (h) => {
2354
2388
  if (h.borderRadius !== void 0 && h.borderRadius !== null) {
2355
- const E = Xf(h.theme, "shape.borderRadius", 4, "borderRadius"), T = (m) => ({
2356
- borderRadius: Zf(E, m)
2389
+ const E = Zf(h.theme, "shape.borderRadius", 4, "borderRadius"), T = (m) => ({
2390
+ borderRadius: Vf(E, m)
2357
2391
  });
2358
2392
  return Uu(h, h.borderRadius, T);
2359
2393
  }
2360
2394
  return null;
2361
2395
  };
2362
- sh.propTypes = process.env.NODE_ENV !== "production" ? {
2396
+ uh.propTypes = process.env.NODE_ENV !== "production" ? {
2363
2397
  borderRadius: rf
2364
2398
  } : {};
2365
- sh.filterProps = ["borderRadius"];
2366
- ch(av, ov, cv, sv, uv, fv, hv, dv, gv, vv, sh, bv, yv);
2367
- const uh = (h) => {
2399
+ uh.filterProps = ["borderRadius"];
2400
+ sh(ov, cv, sv, uv, fv, hv, dv, gv, vv, bv, uh, yv, pv);
2401
+ const fh = (h) => {
2368
2402
  if (h.gap !== void 0 && h.gap !== null) {
2369
- const E = Xf(h.theme, "spacing", 8, "gap"), T = (m) => ({
2370
- gap: Zf(E, m)
2403
+ const E = Zf(h.theme, "spacing", 8, "gap"), T = (m) => ({
2404
+ gap: Vf(E, m)
2371
2405
  });
2372
2406
  return Uu(h, h.gap, T);
2373
2407
  }
2374
2408
  return null;
2375
2409
  };
2376
- uh.propTypes = process.env.NODE_ENV !== "production" ? {
2410
+ fh.propTypes = process.env.NODE_ENV !== "production" ? {
2377
2411
  gap: rf
2378
2412
  } : {};
2379
- uh.filterProps = ["gap"];
2380
- const fh = (h) => {
2413
+ fh.filterProps = ["gap"];
2414
+ const hh = (h) => {
2381
2415
  if (h.columnGap !== void 0 && h.columnGap !== null) {
2382
- const E = Xf(h.theme, "spacing", 8, "columnGap"), T = (m) => ({
2383
- columnGap: Zf(E, m)
2416
+ const E = Zf(h.theme, "spacing", 8, "columnGap"), T = (m) => ({
2417
+ columnGap: Vf(E, m)
2384
2418
  });
2385
2419
  return Uu(h, h.columnGap, T);
2386
2420
  }
2387
2421
  return null;
2388
2422
  };
2389
- fh.propTypes = process.env.NODE_ENV !== "production" ? {
2423
+ hh.propTypes = process.env.NODE_ENV !== "production" ? {
2390
2424
  columnGap: rf
2391
2425
  } : {};
2392
- fh.filterProps = ["columnGap"];
2393
- const hh = (h) => {
2426
+ hh.filterProps = ["columnGap"];
2427
+ const dh = (h) => {
2394
2428
  if (h.rowGap !== void 0 && h.rowGap !== null) {
2395
- const E = Xf(h.theme, "spacing", 8, "rowGap"), T = (m) => ({
2396
- rowGap: Zf(E, m)
2429
+ const E = Zf(h.theme, "spacing", 8, "rowGap"), T = (m) => ({
2430
+ rowGap: Vf(E, m)
2397
2431
  });
2398
2432
  return Uu(h, h.rowGap, T);
2399
2433
  }
2400
2434
  return null;
2401
2435
  };
2402
- hh.propTypes = process.env.NODE_ENV !== "production" ? {
2436
+ dh.propTypes = process.env.NODE_ENV !== "production" ? {
2403
2437
  rowGap: rf
2404
2438
  } : {};
2405
- hh.filterProps = ["rowGap"];
2406
- const pv = wi({
2439
+ dh.filterProps = ["rowGap"];
2440
+ const xv = wi({
2407
2441
  prop: "gridColumn"
2408
- }), xv = wi({
2409
- prop: "gridRow"
2410
2442
  }), wv = wi({
2411
- prop: "gridAutoFlow"
2443
+ prop: "gridRow"
2412
2444
  }), Tv = wi({
2413
- prop: "gridAutoColumns"
2445
+ prop: "gridAutoFlow"
2414
2446
  }), Ev = wi({
2415
- prop: "gridAutoRows"
2447
+ prop: "gridAutoColumns"
2416
2448
  }), Cv = wi({
2417
- prop: "gridTemplateColumns"
2449
+ prop: "gridAutoRows"
2418
2450
  }), Rv = wi({
2419
- prop: "gridTemplateRows"
2451
+ prop: "gridTemplateColumns"
2420
2452
  }), Sv = wi({
2421
- prop: "gridTemplateAreas"
2453
+ prop: "gridTemplateRows"
2422
2454
  }), mv = wi({
2455
+ prop: "gridTemplateAreas"
2456
+ }), kv = wi({
2423
2457
  prop: "gridArea"
2424
2458
  });
2425
- ch(uh, fh, hh, pv, xv, wv, Tv, Ev, Cv, Rv, Sv, mv);
2426
- function If(h, E) {
2459
+ sh(fh, hh, dh, xv, wv, Tv, Ev, Cv, Rv, Sv, mv, kv);
2460
+ function Of(h, E) {
2427
2461
  return E === "grey" ? E : h;
2428
2462
  }
2429
- const kv = wi({
2463
+ const Pv = wi({
2430
2464
  prop: "color",
2431
2465
  themeKey: "palette",
2432
- transform: If
2433
- }), Pv = wi({
2466
+ transform: Of
2467
+ }), Av = wi({
2434
2468
  prop: "bgcolor",
2435
2469
  cssProperty: "backgroundColor",
2436
2470
  themeKey: "palette",
2437
- transform: If
2438
- }), Av = wi({
2471
+ transform: Of
2472
+ }), Fv = wi({
2439
2473
  prop: "backgroundColor",
2440
2474
  themeKey: "palette",
2441
- transform: If
2475
+ transform: Of
2442
2476
  });
2443
- ch(kv, Pv, Av);
2477
+ sh(Pv, Av, Fv);
2444
2478
  function oc(h) {
2445
2479
  return h <= 1 && h !== 0 ? `${h * 100}%` : h;
2446
2480
  }
2447
- const Fv = wi({
2481
+ const Iv = wi({
2448
2482
  prop: "width",
2449
2483
  transform: oc
2450
- }), Qh = (h) => {
2484
+ }), Jh = (h) => {
2451
2485
  if (h.maxWidth !== void 0 && h.maxWidth !== null) {
2452
2486
  const E = (T) => {
2453
- const m = h.theme?.breakpoints?.values?.[T] || ih[T];
2487
+ const m = h.theme?.breakpoints?.values?.[T] || lh[T];
2454
2488
  return m ? h.theme?.breakpoints?.unit !== "px" ? {
2455
2489
  maxWidth: `${m}${h.theme.breakpoints.unit}`
2456
2490
  } : {
@@ -2463,17 +2497,17 @@ const Fv = wi({
2463
2497
  }
2464
2498
  return null;
2465
2499
  };
2466
- Qh.filterProps = ["maxWidth"];
2467
- const Iv = wi({
2500
+ Jh.filterProps = ["maxWidth"];
2501
+ const Ov = wi({
2468
2502
  prop: "minWidth",
2469
2503
  transform: oc
2470
- }), Ov = wi({
2504
+ }), Mv = wi({
2471
2505
  prop: "height",
2472
2506
  transform: oc
2473
- }), Mv = wi({
2507
+ }), _v = wi({
2474
2508
  prop: "maxHeight",
2475
2509
  transform: oc
2476
- }), _v = wi({
2510
+ }), Dv = wi({
2477
2511
  prop: "minHeight",
2478
2512
  transform: oc
2479
2513
  });
@@ -2487,11 +2521,11 @@ wi({
2487
2521
  cssProperty: "height",
2488
2522
  transform: oc
2489
2523
  });
2490
- const Dv = wi({
2524
+ const zv = wi({
2491
2525
  prop: "boxSizing"
2492
2526
  });
2493
- ch(Fv, Qh, Iv, Ov, Mv, _v, Dv);
2494
- const dh = {
2527
+ sh(Iv, Jh, Ov, Mv, _v, Dv, zv);
2528
+ const gh = {
2495
2529
  // borders
2496
2530
  border: {
2497
2531
  themeKey: "borders",
@@ -2537,21 +2571,21 @@ const dh = {
2537
2571
  },
2538
2572
  borderRadius: {
2539
2573
  themeKey: "shape.borderRadius",
2540
- style: sh
2574
+ style: uh
2541
2575
  },
2542
2576
  // palette
2543
2577
  color: {
2544
2578
  themeKey: "palette",
2545
- transform: If
2579
+ transform: Of
2546
2580
  },
2547
2581
  bgcolor: {
2548
2582
  themeKey: "palette",
2549
2583
  cssProperty: "backgroundColor",
2550
- transform: If
2584
+ transform: Of
2551
2585
  },
2552
2586
  backgroundColor: {
2553
2587
  themeKey: "palette",
2554
- transform: If
2588
+ transform: Of
2555
2589
  },
2556
2590
  // spacing
2557
2591
  p: {
@@ -2704,13 +2738,13 @@ const dh = {
2704
2738
  justifySelf: {},
2705
2739
  // grid
2706
2740
  gap: {
2707
- style: uh
2741
+ style: fh
2708
2742
  },
2709
2743
  rowGap: {
2710
- style: hh
2744
+ style: dh
2711
2745
  },
2712
2746
  columnGap: {
2713
- style: fh
2747
+ style: hh
2714
2748
  },
2715
2749
  gridColumn: {},
2716
2750
  gridRow: {},
@@ -2739,7 +2773,7 @@ const dh = {
2739
2773
  transform: oc
2740
2774
  },
2741
2775
  maxWidth: {
2742
- style: Qh
2776
+ style: Jh
2743
2777
  },
2744
2778
  minWidth: {
2745
2779
  transform: oc
@@ -2779,14 +2813,14 @@ const dh = {
2779
2813
  themeKey: "typography"
2780
2814
  }
2781
2815
  };
2782
- function zv(...h) {
2816
+ function Lv(...h) {
2783
2817
  const E = h.reduce((m, O) => m.concat(Object.keys(O)), []), T = new Set(E);
2784
2818
  return h.every((m) => T.size === Object.keys(m).length);
2785
2819
  }
2786
- function Lv(h, E) {
2820
+ function Bv(h, E) {
2787
2821
  return typeof h == "function" ? h(E) : h;
2788
2822
  }
2789
- function Bv() {
2823
+ function Nv() {
2790
2824
  function h(T, m, O, I) {
2791
2825
  const X = {
2792
2826
  [T]: m,
@@ -2797,7 +2831,7 @@ function Bv() {
2797
2831
  [T]: m
2798
2832
  };
2799
2833
  const {
2800
- cssProperty: J = T,
2834
+ cssProperty: Q = T,
2801
2835
  themeKey: ne,
2802
2836
  transform: oe,
2803
2837
  style: D
@@ -2808,11 +2842,11 @@ function Bv() {
2808
2842
  return {
2809
2843
  [T]: m
2810
2844
  };
2811
- const ce = lh(O, ne) || {};
2812
- return D ? D(X) : Uu(X, m, (Q) => {
2813
- let A = th(ce, oe, Q);
2814
- return Q === A && typeof Q == "string" && (A = th(ce, oe, `${T}${Q === "default" ? "" : ng(Q)}`, Q)), J === !1 ? A : {
2815
- [J]: A
2845
+ const ce = ah(O, ne) || {};
2846
+ return D ? D(X) : Uu(X, m, (J) => {
2847
+ let A = rh(ce, oe, J);
2848
+ return J === A && typeof J == "string" && (A = rh(ce, oe, `${T}${J === "default" ? "" : tg(J)}`, J)), Q === !1 ? A : {
2849
+ [Q]: A
2816
2850
  };
2817
2851
  });
2818
2852
  }
@@ -2824,48 +2858,48 @@ function Bv() {
2824
2858
  } = T || {};
2825
2859
  if (!m)
2826
2860
  return null;
2827
- const X = O.unstable_sxConfig ?? dh;
2828
- function Y(J) {
2829
- let ne = J;
2830
- if (typeof J == "function")
2831
- ne = J(O);
2832
- else if (typeof J != "object")
2833
- return J;
2861
+ const X = O.unstable_sxConfig ?? gh;
2862
+ function Y(Q) {
2863
+ let ne = Q;
2864
+ if (typeof Q == "function")
2865
+ ne = Q(O);
2866
+ else if (typeof Q != "object")
2867
+ return Q;
2834
2868
  if (!ne)
2835
2869
  return null;
2836
- const oe = jg(O.breakpoints), D = Object.keys(oe);
2870
+ const oe = $g(O.breakpoints), D = Object.keys(oe);
2837
2871
  let ce = oe;
2838
2872
  return Object.keys(ne).forEach((Ae) => {
2839
- const Q = Lv(ne[Ae], O);
2840
- if (Q != null)
2841
- if (typeof Q == "object")
2873
+ const J = Bv(ne[Ae], O);
2874
+ if (J != null)
2875
+ if (typeof J == "object")
2842
2876
  if (X[Ae])
2843
- ce = Uf(ce, h(Ae, Q, O, X));
2877
+ ce = Yf(ce, h(Ae, J, O, X));
2844
2878
  else {
2845
2879
  const A = Uu({
2846
2880
  theme: O
2847
- }, Q, (Ie) => ({
2881
+ }, J, (Ie) => ({
2848
2882
  [Ae]: Ie
2849
2883
  }));
2850
- zv(A, Q) ? ce[Ae] = E({
2851
- sx: Q,
2884
+ Lv(A, J) ? ce[Ae] = E({
2885
+ sx: J,
2852
2886
  theme: O,
2853
2887
  nested: !0
2854
- }) : ce = Uf(ce, A);
2888
+ }) : ce = Yf(ce, A);
2855
2889
  }
2856
2890
  else
2857
- ce = Uf(ce, h(Ae, Q, O, X));
2891
+ ce = Yf(ce, h(Ae, J, O, X));
2858
2892
  }), !I && O.modularCssLayers ? {
2859
- "@layer sx": Td(O, Cd(D, ce))
2860
- } : Td(O, Cd(D, ce));
2893
+ "@layer sx": Ed(O, Rd(D, ce))
2894
+ } : Ed(O, Rd(D, ce));
2861
2895
  }
2862
2896
  return Array.isArray(m) ? m.map(Y) : Y(m);
2863
2897
  }
2864
2898
  return E;
2865
2899
  }
2866
- const gh = Bv();
2867
- gh.filterProps = ["sx"];
2868
- function Nv(h, E) {
2900
+ const vh = Nv();
2901
+ vh.filterProps = ["sx"];
2902
+ function Wv(h, E) {
2869
2903
  const T = this;
2870
2904
  if (T.vars) {
2871
2905
  if (!T.colorSchemes?.[h] || typeof T.getColorSchemeSelector != "function")
@@ -2877,14 +2911,14 @@ function Nv(h, E) {
2877
2911
  }
2878
2912
  return T.palette.mode === h ? E : {};
2879
2913
  }
2880
- function Wv(h = {}, ...E) {
2914
+ function Hv(h = {}, ...E) {
2881
2915
  const {
2882
2916
  breakpoints: T = {},
2883
2917
  palette: m = {},
2884
2918
  spacing: O,
2885
2919
  shape: I = {},
2886
2920
  ...X
2887
- } = h, Y = Zg(T), J = rg(O);
2921
+ } = h, Y = Vg(T), Q = ig(O);
2888
2922
  let ne = cc({
2889
2923
  breakpoints: Y,
2890
2924
  direction: "ltr",
@@ -2894,24 +2928,24 @@ function Wv(h = {}, ...E) {
2894
2928
  mode: "light",
2895
2929
  ...m
2896
2930
  },
2897
- spacing: J,
2931
+ spacing: Q,
2898
2932
  shape: {
2899
- ...Kg,
2933
+ ...qg,
2900
2934
  ...I
2901
2935
  }
2902
2936
  }, X);
2903
- return ne = Jg(ne), ne.applyStyles = Nv, ne = E.reduce((oe, D) => cc(oe, D), ne), ne.unstable_sxConfig = {
2904
- ...dh,
2937
+ return ne = Kg(ne), ne.applyStyles = Wv, ne = E.reduce((oe, D) => cc(oe, D), ne), ne.unstable_sxConfig = {
2938
+ ...gh,
2905
2939
  ...X?.unstable_sxConfig
2906
2940
  }, ne.unstable_sx = function(D) {
2907
- return gh({
2941
+ return vh({
2908
2942
  sx: D,
2909
2943
  theme: this
2910
2944
  });
2911
2945
  }, ne;
2912
2946
  }
2913
- const Sd = (h) => h, Hv = () => {
2914
- let h = Sd;
2947
+ const md = (h) => h, Uv = () => {
2948
+ let h = md;
2915
2949
  return {
2916
2950
  configure(E) {
2917
2951
  h = E;
@@ -2920,10 +2954,10 @@ const Sd = (h) => h, Hv = () => {
2920
2954
  return h(E);
2921
2955
  },
2922
2956
  reset() {
2923
- h = Sd;
2957
+ h = md;
2924
2958
  }
2925
2959
  };
2926
- }, Uv = Hv(), Yv = {
2960
+ }, Yv = Uv(), Gv = {
2927
2961
  active: "active",
2928
2962
  checked: "checked",
2929
2963
  completed: "completed",
@@ -2937,17 +2971,17 @@ const Sd = (h) => h, Hv = () => {
2937
2971
  required: "required",
2938
2972
  selected: "selected"
2939
2973
  };
2940
- function Gv(h, E, T = "Mui") {
2941
- const m = Yv[E];
2942
- return m ? `${T}-${m}` : `${Uv.generate(h)}-${E}`;
2974
+ function Xv(h, E, T = "Mui") {
2975
+ const m = Gv[E];
2976
+ return m ? `${T}-${m}` : `${Yv.generate(h)}-${E}`;
2943
2977
  }
2944
- function Xv(h, E = Number.MIN_SAFE_INTEGER, T = Number.MAX_SAFE_INTEGER) {
2978
+ function Zv(h, E = Number.MIN_SAFE_INTEGER, T = Number.MAX_SAFE_INTEGER) {
2945
2979
  return Math.max(E, Math.min(h, T));
2946
2980
  }
2947
- function Jh(h, E = 0, T = 1) {
2948
- return process.env.NODE_ENV !== "production" && (h < E || h > T) && console.error(`MUI: The value provided ${h} is out of range [${E}, ${T}].`), Xv(h, E, T);
2981
+ function Kh(h, E = 0, T = 1) {
2982
+ return process.env.NODE_ENV !== "production" && (h < E || h > T) && console.error(`MUI: The value provided ${h} is out of range [${E}, ${T}].`), Zv(h, E, T);
2949
2983
  }
2950
- function Zv(h) {
2984
+ function Vv(h) {
2951
2985
  h = h.slice(1);
2952
2986
  const E = new RegExp(`.{1,${h.length >= 6 ? 2 : 1}}`, "g");
2953
2987
  let T = h.match(E);
@@ -2957,7 +2991,7 @@ function tf(h) {
2957
2991
  if (h.type)
2958
2992
  return h;
2959
2993
  if (h.charAt(0) === "#")
2960
- return tf(Zv(h));
2994
+ return tf(Vv(h));
2961
2995
  const E = h.indexOf("("), T = h.substring(0, E);
2962
2996
  if (!["rgb", "rgba", "hsl", "hsla", "color"].includes(T))
2963
2997
  throw new Error(process.env.NODE_ENV !== "production" ? `MUI: Unsupported \`${h}\` color.
@@ -2975,17 +3009,17 @@ The following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rg
2975
3009
  colorSpace: O
2976
3010
  };
2977
3011
  }
2978
- const Vv = (h) => {
3012
+ const Qv = (h) => {
2979
3013
  const E = tf(h);
2980
3014
  return E.values.slice(0, 3).map((T, m) => E.type.includes("hsl") && m !== 0 ? `${T}%` : T).join(" ");
2981
- }, Wf = (h, E) => {
3015
+ }, Hf = (h, E) => {
2982
3016
  try {
2983
- return Vv(h);
3017
+ return Qv(h);
2984
3018
  } catch {
2985
3019
  return E && process.env.NODE_ENV !== "production" && console.warn(E), h;
2986
3020
  }
2987
3021
  };
2988
- function vh(h) {
3022
+ function bh(h) {
2989
3023
  const {
2990
3024
  type: E,
2991
3025
  colorSpace: T
@@ -2995,54 +3029,54 @@ function vh(h) {
2995
3029
  } = h;
2996
3030
  return E.includes("rgb") ? m = m.map((O, I) => I < 3 ? parseInt(O, 10) : O) : E.includes("hsl") && (m[1] = `${m[1]}%`, m[2] = `${m[2]}%`), E.includes("color") ? m = `${T} ${m.join(" ")}` : m = `${m.join(", ")}`, `${E}(${m})`;
2997
3031
  }
2998
- function ig(h) {
3032
+ function lg(h) {
2999
3033
  h = tf(h);
3000
3034
  const {
3001
3035
  values: E
3002
3036
  } = h, T = E[0], m = E[1] / 100, O = E[2] / 100, I = m * Math.min(O, 1 - O), X = (ne, oe = (ne + T / 30) % 12) => O - I * Math.max(Math.min(oe - 3, 9 - oe, 1), -1);
3003
3037
  let Y = "rgb";
3004
- const J = [Math.round(X(0) * 255), Math.round(X(8) * 255), Math.round(X(4) * 255)];
3005
- return h.type === "hsla" && (Y += "a", J.push(E[3])), vh({
3038
+ const Q = [Math.round(X(0) * 255), Math.round(X(8) * 255), Math.round(X(4) * 255)];
3039
+ return h.type === "hsla" && (Y += "a", Q.push(E[3])), bh({
3006
3040
  type: Y,
3007
- values: J
3041
+ values: Q
3008
3042
  });
3009
3043
  }
3010
- function zh(h) {
3044
+ function Lh(h) {
3011
3045
  h = tf(h);
3012
- let E = h.type === "hsl" || h.type === "hsla" ? tf(ig(h)).values : h.values;
3046
+ let E = h.type === "hsl" || h.type === "hsla" ? tf(lg(h)).values : h.values;
3013
3047
  return E = E.map((T) => (h.type !== "color" && (T /= 255), T <= 0.03928 ? T / 12.92 : ((T + 0.055) / 1.055) ** 2.4)), Number((0.2126 * E[0] + 0.7152 * E[1] + 0.0722 * E[2]).toFixed(3));
3014
3048
  }
3015
- function md(h, E) {
3016
- const T = zh(h), m = zh(E);
3049
+ function kd(h, E) {
3050
+ const T = Lh(h), m = Lh(E);
3017
3051
  return (Math.max(T, m) + 0.05) / (Math.min(T, m) + 0.05);
3018
3052
  }
3019
- function lg(h, E) {
3020
- return h = tf(h), E = Jh(E), (h.type === "rgb" || h.type === "hsl") && (h.type += "a"), h.type === "color" ? h.values[3] = `/${E}` : h.values[3] = E, vh(h);
3053
+ function ag(h, E) {
3054
+ return h = tf(h), E = Kh(E), (h.type === "rgb" || h.type === "hsl") && (h.type += "a"), h.type === "color" ? h.values[3] = `/${E}` : h.values[3] = E, bh(h);
3021
3055
  }
3022
3056
  function gf(h, E, T) {
3023
3057
  try {
3024
- return lg(h, E);
3058
+ return ag(h, E);
3025
3059
  } catch {
3026
3060
  return T && process.env.NODE_ENV !== "production" && console.warn(T), h;
3027
3061
  }
3028
3062
  }
3029
- function bh(h, E) {
3030
- if (h = tf(h), E = Jh(E), h.type.includes("hsl"))
3063
+ function yh(h, E) {
3064
+ if (h = tf(h), E = Kh(E), h.type.includes("hsl"))
3031
3065
  h.values[2] *= 1 - E;
3032
3066
  else if (h.type.includes("rgb") || h.type.includes("color"))
3033
3067
  for (let T = 0; T < 3; T += 1)
3034
3068
  h.values[T] *= 1 - E;
3035
- return vh(h);
3069
+ return bh(h);
3036
3070
  }
3037
3071
  function zt(h, E, T) {
3038
3072
  try {
3039
- return bh(h, E);
3073
+ return yh(h, E);
3040
3074
  } catch {
3041
3075
  return T && process.env.NODE_ENV !== "production" && console.warn(T), h;
3042
3076
  }
3043
3077
  }
3044
- function yh(h, E) {
3045
- if (h = tf(h), E = Jh(E), h.type.includes("hsl"))
3078
+ function ph(h, E) {
3079
+ if (h = tf(h), E = Kh(E), h.type.includes("hsl"))
3046
3080
  h.values[2] += (100 - h.values[2]) * E;
3047
3081
  else if (h.type.includes("rgb"))
3048
3082
  for (let T = 0; T < 3; T += 1)
@@ -3050,26 +3084,26 @@ function yh(h, E) {
3050
3084
  else if (h.type.includes("color"))
3051
3085
  for (let T = 0; T < 3; T += 1)
3052
3086
  h.values[T] += (1 - h.values[T]) * E;
3053
- return vh(h);
3087
+ return bh(h);
3054
3088
  }
3055
3089
  function Lt(h, E, T) {
3056
3090
  try {
3057
- return yh(h, E);
3091
+ return ph(h, E);
3058
3092
  } catch {
3059
3093
  return T && process.env.NODE_ENV !== "production" && console.warn(T), h;
3060
3094
  }
3061
3095
  }
3062
- function Qv(h, E = 0.15) {
3063
- return zh(h) > 0.5 ? bh(h, E) : yh(h, E);
3096
+ function Jv(h, E = 0.15) {
3097
+ return Lh(h) > 0.5 ? yh(h, E) : ph(h, E);
3064
3098
  }
3065
- function eh(h, E, T) {
3099
+ function nh(h, E, T) {
3066
3100
  try {
3067
- return Qv(h, E);
3101
+ return Jv(h, E);
3068
3102
  } catch {
3069
3103
  return h;
3070
3104
  }
3071
3105
  }
3072
- function Jv(h = "") {
3106
+ function Kv(h = "") {
3073
3107
  function E(...m) {
3074
3108
  if (!m.length)
3075
3109
  return "";
@@ -3078,32 +3112,32 @@ function Jv(h = "") {
3078
3112
  }
3079
3113
  return (m, ...O) => `var(--${h ? `${h}-` : ""}${m}${E(...O)})`;
3080
3114
  }
3081
- const kd = (h, E, T, m = []) => {
3115
+ const Pd = (h, E, T, m = []) => {
3082
3116
  let O = h;
3083
3117
  E.forEach((I, X) => {
3084
3118
  X === E.length - 1 ? Array.isArray(O) ? O[Number(I)] = T : O && typeof O == "object" && (O[I] = T) : O && typeof O == "object" && (O[I] || (O[I] = m.includes(I) ? [] : {}), O = O[I]);
3085
3119
  });
3086
- }, Kv = (h, E, T) => {
3120
+ }, qv = (h, E, T) => {
3087
3121
  function m(O, I = [], X = []) {
3088
- Object.entries(O).forEach(([Y, J]) => {
3089
- (!T || T && !T([...I, Y])) && J != null && (typeof J == "object" && Object.keys(J).length > 0 ? m(J, [...I, Y], Array.isArray(J) ? [...X, Y] : X) : E([...I, Y], J, X));
3122
+ Object.entries(O).forEach(([Y, Q]) => {
3123
+ (!T || T && !T([...I, Y])) && Q != null && (typeof Q == "object" && Object.keys(Q).length > 0 ? m(Q, [...I, Y], Array.isArray(Q) ? [...X, Y] : X) : E([...I, Y], Q, X));
3090
3124
  });
3091
3125
  }
3092
3126
  m(h);
3093
- }, qv = (h, E) => typeof E == "number" ? ["lineHeight", "fontWeight", "opacity", "zIndex"].some((m) => h.includes(m)) || h[h.length - 1].toLowerCase().includes("opacity") ? E : `${E}px` : E;
3094
- function Oh(h, E) {
3127
+ }, jv = (h, E) => typeof E == "number" ? ["lineHeight", "fontWeight", "opacity", "zIndex"].some((m) => h.includes(m)) || h[h.length - 1].toLowerCase().includes("opacity") ? E : `${E}px` : E;
3128
+ function Mh(h, E) {
3095
3129
  const {
3096
3130
  prefix: T,
3097
3131
  shouldSkipGeneratingVar: m
3098
3132
  } = E || {}, O = {}, I = {}, X = {};
3099
- return Kv(
3133
+ return qv(
3100
3134
  h,
3101
- (Y, J, ne) => {
3102
- if ((typeof J == "string" || typeof J == "number") && (!m || !m(Y, J))) {
3103
- const oe = `--${T ? `${T}-` : ""}${Y.join("-")}`, D = qv(Y, J);
3135
+ (Y, Q, ne) => {
3136
+ if ((typeof Q == "string" || typeof Q == "number") && (!m || !m(Y, Q))) {
3137
+ const oe = `--${T ? `${T}-` : ""}${Y.join("-")}`, D = jv(Y, Q);
3104
3138
  Object.assign(O, {
3105
3139
  [oe]: D
3106
- }), kd(I, Y, `var(${oe})`, ne), kd(X, Y, `var(${oe}, ${D})`, ne);
3140
+ }), Pd(I, Y, `var(${oe})`, ne), Pd(X, Y, `var(${oe}, ${D})`, ne);
3107
3141
  }
3108
3142
  },
3109
3143
  (Y) => Y[0] === "vars"
@@ -3114,7 +3148,7 @@ function Oh(h, E) {
3114
3148
  varsWithDefaults: X
3115
3149
  };
3116
3150
  }
3117
- function jv(h, E = {}) {
3151
+ function $v(h, E = {}) {
3118
3152
  const {
3119
3153
  getSelector: T = en,
3120
3154
  disableCssColorScheme: m,
@@ -3123,16 +3157,16 @@ function jv(h, E = {}) {
3123
3157
  } = E, {
3124
3158
  colorSchemes: X = {},
3125
3159
  components: Y,
3126
- defaultColorScheme: J = "light",
3160
+ defaultColorScheme: Q = "light",
3127
3161
  ...ne
3128
3162
  } = h, {
3129
3163
  vars: oe,
3130
3164
  css: D,
3131
3165
  varsWithDefaults: ce
3132
- } = Oh(ne, E);
3166
+ } = Mh(ne, E);
3133
3167
  let Ae = ce;
3134
- const Q = {}, {
3135
- [J]: A,
3168
+ const J = {}, {
3169
+ [Q]: A,
3136
3170
  ...Ie
3137
3171
  } = X;
3138
3172
  if (Object.entries(Ie || {}).forEach(([_e, pe]) => {
@@ -3140,8 +3174,8 @@ function jv(h, E = {}) {
3140
3174
  vars: Ee,
3141
3175
  css: kt,
3142
3176
  varsWithDefaults: rt
3143
- } = Oh(pe, E);
3144
- Ae = cc(Ae, rt), Q[_e] = {
3177
+ } = Mh(pe, E);
3178
+ Ae = cc(Ae, rt), J[_e] = {
3145
3179
  css: kt,
3146
3180
  vars: Ee
3147
3181
  };
@@ -3150,8 +3184,8 @@ function jv(h, E = {}) {
3150
3184
  css: _e,
3151
3185
  vars: pe,
3152
3186
  varsWithDefaults: Ee
3153
- } = Oh(A, E);
3154
- Ae = cc(Ae, Ee), Q[J] = {
3187
+ } = Mh(A, E);
3188
+ Ae = cc(Ae, Ee), J[Q] = {
3155
3189
  css: _e,
3156
3190
  vars: pe
3157
3191
  };
@@ -3176,7 +3210,7 @@ function jv(h, E = {}) {
3176
3210
  let _e = {
3177
3211
  ...oe
3178
3212
  };
3179
- return Object.entries(Q).forEach(([, {
3213
+ return Object.entries(J).forEach(([, {
3180
3214
  vars: pe
3181
3215
  }]) => {
3182
3216
  _e = cc(_e, pe);
@@ -3197,7 +3231,7 @@ function jv(h, E = {}) {
3197
3231
  const {
3198
3232
  [pe]: kt,
3199
3233
  ...rt
3200
- } = Q;
3234
+ } = J;
3201
3235
  if (kt) {
3202
3236
  const {
3203
3237
  css: un
@@ -3235,15 +3269,15 @@ function jv(h, E = {}) {
3235
3269
  }
3236
3270
  };
3237
3271
  }
3238
- function $v(h) {
3272
+ function eb(h) {
3239
3273
  return function(T) {
3240
3274
  return h === "media" ? (process.env.NODE_ENV !== "production" && T !== "light" && T !== "dark" && console.error(`MUI: @media (prefers-color-scheme) supports only 'light' or 'dark', but receive '${T}'.`), `@media (prefers-color-scheme: ${T})`) : h ? h.startsWith("data-") && !h.includes("%s") ? `[${h}="${T}"] &` : h === "class" ? `.${T} &` : h === "data" ? `[data-${T}] &` : `${h.replace("%s", T)} &` : "&";
3241
3275
  };
3242
3276
  }
3243
- const Gf = {
3277
+ const Xf = {
3244
3278
  black: "#000",
3245
3279
  white: "#fff"
3246
- }, eb = {
3280
+ }, nb = {
3247
3281
  50: "#fafafa",
3248
3282
  100: "#f5f5f5",
3249
3283
  200: "#eeeeee",
@@ -3258,38 +3292,38 @@ const Gf = {
3258
3292
  A200: "#eeeeee",
3259
3293
  A400: "#bdbdbd",
3260
3294
  A700: "#616161"
3261
- }, mf = {
3295
+ }, kf = {
3262
3296
  50: "#f3e5f5",
3263
3297
  200: "#ce93d8",
3264
3298
  300: "#ba68c8",
3265
3299
  400: "#ab47bc",
3266
3300
  500: "#9c27b0",
3267
3301
  700: "#7b1fa2"
3268
- }, kf = {
3302
+ }, Pf = {
3269
3303
  300: "#e57373",
3270
3304
  400: "#ef5350",
3271
3305
  500: "#f44336",
3272
3306
  700: "#d32f2f",
3273
3307
  800: "#c62828"
3274
- }, Lf = {
3308
+ }, Bf = {
3275
3309
  300: "#ffb74d",
3276
3310
  400: "#ffa726",
3277
3311
  500: "#ff9800",
3278
3312
  700: "#f57c00",
3279
3313
  900: "#e65100"
3280
- }, Pf = {
3314
+ }, Af = {
3281
3315
  50: "#e3f2fd",
3282
3316
  200: "#90caf9",
3283
3317
  400: "#42a5f5",
3284
3318
  700: "#1976d2",
3285
3319
  800: "#1565c0"
3286
- }, Af = {
3320
+ }, Ff = {
3287
3321
  300: "#4fc3f7",
3288
3322
  400: "#29b6f6",
3289
3323
  500: "#03a9f4",
3290
3324
  700: "#0288d1",
3291
3325
  900: "#01579b"
3292
- }, Ff = {
3326
+ }, If = {
3293
3327
  300: "#81c784",
3294
3328
  400: "#66bb6a",
3295
3329
  500: "#4caf50",
@@ -3297,7 +3331,7 @@ const Gf = {
3297
3331
  800: "#2e7d32",
3298
3332
  900: "#1b5e20"
3299
3333
  };
3300
- function ag() {
3334
+ function og() {
3301
3335
  return {
3302
3336
  // The colors used to style the text.
3303
3337
  text: {
@@ -3313,8 +3347,8 @@ function ag() {
3313
3347
  // The background colors used to style the surfaces.
3314
3348
  // Consistency between these values is important.
3315
3349
  background: {
3316
- paper: Gf.white,
3317
- default: Gf.white
3350
+ paper: Xf.white,
3351
+ default: Xf.white
3318
3352
  },
3319
3353
  // The colors used to style the action elements.
3320
3354
  action: {
@@ -3337,11 +3371,11 @@ function ag() {
3337
3371
  }
3338
3372
  };
3339
3373
  }
3340
- const og = ag();
3341
- function cg() {
3374
+ const cg = og();
3375
+ function sg() {
3342
3376
  return {
3343
3377
  text: {
3344
- primary: Gf.white,
3378
+ primary: Xf.white,
3345
3379
  secondary: "rgba(255, 255, 255, 0.7)",
3346
3380
  disabled: "rgba(255, 255, 255, 0.5)",
3347
3381
  icon: "rgba(255, 255, 255, 0.5)"
@@ -3352,7 +3386,7 @@ function cg() {
3352
3386
  default: "#121212"
3353
3387
  },
3354
3388
  action: {
3355
- active: Gf.white,
3389
+ active: Xf.white,
3356
3390
  hover: "rgba(255, 255, 255, 0.08)",
3357
3391
  hoverOpacity: 0.08,
3358
3392
  selected: "rgba(255, 255, 255, 0.16)",
@@ -3366,57 +3400,46 @@ function cg() {
3366
3400
  }
3367
3401
  };
3368
3402
  }
3369
- const Lh = cg();
3370
- function Pd(h, E, T, m) {
3403
+ const Bh = sg();
3404
+ function Ad(h, E, T, m) {
3371
3405
  const O = m.light || m, I = m.dark || m * 1.5;
3372
- h[E] || (h.hasOwnProperty(T) ? h[E] = h[T] : E === "light" ? h.light = yh(h.main, O) : E === "dark" && (h.dark = bh(h.main, I)));
3406
+ h[E] || (h.hasOwnProperty(T) ? h[E] = h[T] : E === "light" ? h.light = ph(h.main, O) : E === "dark" && (h.dark = yh(h.main, I)));
3373
3407
  }
3374
- function Ad(h, E, T, m, O) {
3408
+ function Fd(h, E, T, m, O) {
3375
3409
  const I = O.light || O, X = O.dark || O * 1.5;
3376
3410
  E[T] || (E.hasOwnProperty(m) ? E[T] = E[m] : T === "light" ? E.light = `color-mix(in ${h}, ${E.main}, #fff ${(I * 100).toFixed(0)}%)` : T === "dark" && (E.dark = `color-mix(in ${h}, ${E.main}, #000 ${(X * 100).toFixed(0)}%)`));
3377
3411
  }
3378
- function nb(h = "light") {
3379
- return h === "dark" ? {
3380
- main: Pf[200],
3381
- light: Pf[50],
3382
- dark: Pf[400]
3383
- } : {
3384
- main: Pf[700],
3385
- light: Pf[400],
3386
- dark: Pf[800]
3387
- };
3388
- }
3389
3412
  function tb(h = "light") {
3390
3413
  return h === "dark" ? {
3391
- main: mf[200],
3392
- light: mf[50],
3393
- dark: mf[400]
3414
+ main: Af[200],
3415
+ light: Af[50],
3416
+ dark: Af[400]
3394
3417
  } : {
3395
- main: mf[500],
3396
- light: mf[300],
3397
- dark: mf[700]
3418
+ main: Af[700],
3419
+ light: Af[400],
3420
+ dark: Af[800]
3398
3421
  };
3399
3422
  }
3400
3423
  function rb(h = "light") {
3401
3424
  return h === "dark" ? {
3425
+ main: kf[200],
3426
+ light: kf[50],
3427
+ dark: kf[400]
3428
+ } : {
3402
3429
  main: kf[500],
3403
3430
  light: kf[300],
3404
3431
  dark: kf[700]
3405
- } : {
3406
- main: kf[700],
3407
- light: kf[400],
3408
- dark: kf[800]
3409
3432
  };
3410
3433
  }
3411
3434
  function ib(h = "light") {
3412
3435
  return h === "dark" ? {
3413
- main: Af[400],
3414
- light: Af[300],
3415
- dark: Af[700]
3436
+ main: Pf[500],
3437
+ light: Pf[300],
3438
+ dark: Pf[700]
3416
3439
  } : {
3417
- main: Af[700],
3418
- light: Af[500],
3419
- dark: Af[900]
3440
+ main: Pf[700],
3441
+ light: Pf[400],
3442
+ dark: Pf[800]
3420
3443
  };
3421
3444
  }
3422
3445
  function lb(h = "light") {
@@ -3425,40 +3448,51 @@ function lb(h = "light") {
3425
3448
  light: Ff[300],
3426
3449
  dark: Ff[700]
3427
3450
  } : {
3428
- main: Ff[800],
3451
+ main: Ff[700],
3429
3452
  light: Ff[500],
3430
3453
  dark: Ff[900]
3431
3454
  };
3432
3455
  }
3433
3456
  function ab(h = "light") {
3434
3457
  return h === "dark" ? {
3435
- main: Lf[400],
3436
- light: Lf[300],
3437
- dark: Lf[700]
3458
+ main: If[400],
3459
+ light: If[300],
3460
+ dark: If[700]
3461
+ } : {
3462
+ main: If[800],
3463
+ light: If[500],
3464
+ dark: If[900]
3465
+ };
3466
+ }
3467
+ function ob(h = "light") {
3468
+ return h === "dark" ? {
3469
+ main: Bf[400],
3470
+ light: Bf[300],
3471
+ dark: Bf[700]
3438
3472
  } : {
3439
3473
  main: "#ed6c02",
3440
3474
  // closest to orange[800] that pass 3:1.
3441
- light: Lf[500],
3442
- dark: Lf[900]
3475
+ light: Bf[500],
3476
+ dark: Bf[900]
3443
3477
  };
3444
3478
  }
3445
- function ob(h) {
3479
+ function cb(h) {
3446
3480
  return `oklch(from ${h} var(--__l) 0 h / var(--__a))`;
3447
3481
  }
3448
- function Kh(h) {
3482
+ function qh(h) {
3449
3483
  const {
3450
3484
  mode: E = "light",
3451
3485
  contrastThreshold: T = 3,
3452
3486
  tonalOffset: m = 0.2,
3453
3487
  colorSpace: O,
3454
3488
  ...I
3455
- } = h, X = h.primary || nb(E), Y = h.secondary || tb(E), J = h.error || rb(E), ne = h.info || ib(E), oe = h.success || lb(E), D = h.warning || ab(E);
3489
+ } = h, X = h.primary || tb(E), Y = h.secondary || rb(E), Q = h.error || ib(E), ne = h.info || lb(E), oe = h.success || ab(E), D = h.warning || ob(E);
3456
3490
  function ce(Ie) {
3457
3491
  if (O)
3458
- return ob(Ie);
3459
- const en = md(Ie, Lh.text.primary) >= T ? Lh.text.primary : og.text.primary;
3492
+ return cb(Ie);
3493
+ const en = kd(Ie, Bh.text.primary) >= T ? Bh.text.primary : cg.text.primary;
3460
3494
  if (process.env.NODE_ENV !== "production") {
3461
- const sn = md(Ie, en);
3495
+ const sn = kd(Ie, en);
3462
3496
  sn < 3 && console.error([`MUI: The contrast ratio of ${sn}:1 for ${en} on ${Ie}`, "falls below the WCAG recommended absolute minimum contrast ratio of 3:1.", "https://www.w3.org/TR/2008/REC-WCAG20-20081211/#visual-audio-contrast-contrast"].join(`
3463
3497
  `));
3464
3498
  }
@@ -3491,13 +3525,13 @@ const theme1 = createTheme({ palette: {
3491
3525
  const theme2 = createTheme({ palette: {
3492
3526
  primary: { main: green[500] },
3493
3527
  } });` : nf(12, en ? ` (${en})` : "", JSON.stringify(Ie.main)));
3494
- return O ? (Ad(O, Ie, "light", pn, m), Ad(O, Ie, "dark", _e, m)) : (Pd(Ie, "light", pn, m), Pd(Ie, "dark", _e, m)), Ie.contrastText || (Ie.contrastText = ce(Ie.main)), Ie;
3528
+ return O ? (Fd(O, Ie, "light", pn, m), Fd(O, Ie, "dark", _e, m)) : (Ad(Ie, "light", pn, m), Ad(Ie, "dark", _e, m)), Ie.contrastText || (Ie.contrastText = ce(Ie.main)), Ie;
3495
3529
  };
3496
- let Q;
3497
- return E === "light" ? Q = ag() : E === "dark" && (Q = cg()), process.env.NODE_ENV !== "production" && (Q || console.error(`MUI: The palette mode \`${E}\` is not supported.`)), cc({
3530
+ let J;
3531
+ return E === "light" ? J = og() : E === "dark" && (J = sg()), process.env.NODE_ENV !== "production" && (J || console.error(`MUI: The palette mode \`${E}\` is not supported.`)), cc({
3498
3532
  // A collection of common colors.
3499
3533
  common: {
3500
- ...Gf
3534
+ ...Xf
3501
3535
  },
3502
3536
  // prevent mutable object.
3503
3537
  // The palette mode, can be light or dark.
@@ -3517,7 +3551,7 @@ const theme2 = createTheme({ palette: {
3517
3551
  }),
3518
3552
  // The colors used to represent interface elements that the user should be made aware of.
3519
3553
  error: Ae({
3520
- color: J,
3554
+ color: Q,
3521
3555
  name: "error"
3522
3556
  }),
3523
3557
  // The colors used to represent potentially dangerous actions or important messages.
@@ -3536,7 +3570,7 @@ const theme2 = createTheme({ palette: {
3536
3570
  name: "success"
3537
3571
  }),
3538
3572
  // The grey colors.
3539
- grey: eb,
3573
+ grey: nb,
3540
3574
  // Used by `getContrastText()` to maximize the contrast between
3541
3575
  // the background and the text.
3542
3576
  contrastThreshold: T,
@@ -3549,17 +3583,17 @@ const theme2 = createTheme({ palette: {
3549
3583
  // E.g., shift from Red 500 to Red 300 or Red 700.
3550
3584
  tonalOffset: m,
3551
3585
  // The light and dark mode object.
3552
- ...Q
3586
+ ...J
3553
3587
  }, I);
3554
3588
  }
3555
- function cb(h) {
3589
+ function sb(h) {
3556
3590
  const E = {};
3557
3591
  return Object.entries(h).forEach((m) => {
3558
3592
  const [O, I] = m;
3559
3593
  typeof I == "object" && (E[O] = `${I.fontStyle ? `${I.fontStyle} ` : ""}${I.fontVariant ? `${I.fontVariant} ` : ""}${I.fontWeight ? `${I.fontWeight} ` : ""}${I.fontStretch ? `${I.fontStretch} ` : ""}${I.fontSize || ""}${I.lineHeight ? `/${I.lineHeight} ` : ""}${I.fontFamily || ""}`);
3560
3594
  }), E;
3561
3595
  }
3562
- function sb(h, E) {
3596
+ function ub(h, E) {
3563
3597
  return {
3564
3598
  toolbar: {
3565
3599
  minHeight: 56,
@@ -3575,15 +3609,15 @@ function sb(h, E) {
3575
3609
  ...E
3576
3610
  };
3577
3611
  }
3578
- function ub(h) {
3612
+ function fb(h) {
3579
3613
  return Math.round(h * 1e5) / 1e5;
3580
3614
  }
3581
- const Fd = {
3615
+ const Id = {
3582
3616
  textTransform: "uppercase"
3583
- }, Id = '"Roboto", "Helvetica", "Arial", sans-serif';
3584
- function fb(h, E) {
3617
+ }, Od = '"Roboto", "Helvetica", "Arial", sans-serif';
3618
+ function hb(h, E) {
3585
3619
  const {
3586
- fontFamily: T = Id,
3620
+ fontFamily: T = Od,
3587
3621
  // The default font size of the Material Specification.
3588
3622
  fontSize: m = 14,
3589
3623
  // px
@@ -3593,14 +3627,14 @@ function fb(h, E) {
3593
3627
  fontWeightBold: Y = 700,
3594
3628
  // Tell MUI what's the font-size on the html element.
3595
3629
  // 16px is the default font-size used by browsers.
3596
- htmlFontSize: J = 16,
3630
+ htmlFontSize: Q = 16,
3597
3631
  // Apply the CSS properties to all the variants.
3598
3632
  allVariants: ne,
3599
3633
  pxToRem: oe,
3600
3634
  ...D
3601
3635
  } = typeof E == "function" ? E(h) : E;
3602
- process.env.NODE_ENV !== "production" && (typeof m != "number" && console.error("MUI: `fontSize` is required to be a number."), typeof J != "number" && console.error("MUI: `htmlFontSize` is required to be a number."));
3603
- const ce = m / 14, Ae = oe || ((Ie) => `${Ie / J * ce}rem`), Q = (Ie, en, sn, pn, _e) => ({
3636
+ process.env.NODE_ENV !== "production" && (typeof m != "number" && console.error("MUI: `fontSize` is required to be a number."), typeof Q != "number" && console.error("MUI: `htmlFontSize` is required to be a number."));
3637
+ const ce = m / 14, Ae = oe || ((Ie) => `${Ie / Q * ce}rem`), J = (Ie, en, sn, pn, _e) => ({
3604
3638
  fontFamily: T,
3605
3639
  fontWeight: Ie,
3606
3640
  fontSize: Ae(en),
@@ -3608,25 +3642,25 @@ function fb(h, E) {
3608
3642
  lineHeight: sn,
3609
3643
  // The letter spacing was designed for the Roboto font-family. Using the same letter-spacing
3610
3644
  // across font-families can cause issues with the kerning.
3611
- ...T === Id ? {
3612
- letterSpacing: `${ub(pn / en)}em`
3645
+ ...T === Od ? {
3646
+ letterSpacing: `${fb(pn / en)}em`
3613
3647
  } : {},
3614
3648
  ..._e,
3615
3649
  ...ne
3616
3650
  }), A = {
3617
- h1: Q(O, 96, 1.167, -1.5),
3618
- h2: Q(O, 60, 1.2, -0.5),
3619
- h3: Q(I, 48, 1.167, 0),
3620
- h4: Q(I, 34, 1.235, 0.25),
3621
- h5: Q(I, 24, 1.334, 0),
3622
- h6: Q(X, 20, 1.6, 0.15),
3623
- subtitle1: Q(I, 16, 1.75, 0.15),
3624
- subtitle2: Q(X, 14, 1.57, 0.1),
3625
- body1: Q(I, 16, 1.5, 0.15),
3626
- body2: Q(I, 14, 1.43, 0.15),
3627
- button: Q(X, 14, 1.75, 0.4, Fd),
3628
- caption: Q(I, 12, 1.66, 0.4),
3629
- overline: Q(I, 12, 2.66, 1, Fd),
3651
+ h1: J(O, 96, 1.167, -1.5),
3652
+ h2: J(O, 60, 1.2, -0.5),
3653
+ h3: J(I, 48, 1.167, 0),
3654
+ h4: J(I, 34, 1.235, 0.25),
3655
+ h5: J(I, 24, 1.334, 0),
3656
+ h6: J(X, 20, 1.6, 0.15),
3657
+ subtitle1: J(I, 16, 1.75, 0.15),
3658
+ subtitle2: J(X, 14, 1.57, 0.1),
3659
+ body1: J(I, 16, 1.5, 0.15),
3660
+ body2: J(I, 14, 1.43, 0.15),
3661
+ button: J(X, 14, 1.75, 0.4, Id),
3662
+ caption: J(I, 12, 1.66, 0.4),
3663
+ overline: J(I, 12, 2.66, 1, Id),
3630
3664
  // TODO v6: Remove handling of 'inherit' variant from the theme as it is already handled in Material UI's Typography component. Also, remember to remove the associated types.
3631
3665
  inherit: {
3632
3666
  fontFamily: "inherit",
@@ -3637,7 +3671,7 @@ function fb(h, E) {
3637
3671
  }
3638
3672
  };
3639
3673
  return cc({
3640
- htmlFontSize: J,
3674
+ htmlFontSize: Q,
3641
3675
  pxToRem: Ae,
3642
3676
  fontFamily: T,
3643
3677
  fontSize: m,
@@ -3651,11 +3685,11 @@ function fb(h, E) {
3651
3685
  // No need to clone deep
3652
3686
  });
3653
3687
  }
3654
- const hb = 0.2, db = 0.14, gb = 0.12;
3688
+ const db = 0.2, gb = 0.14, vb = 0.12;
3655
3689
  function kr(...h) {
3656
- return [`${h[0]}px ${h[1]}px ${h[2]}px ${h[3]}px rgba(0,0,0,${hb})`, `${h[4]}px ${h[5]}px ${h[6]}px ${h[7]}px rgba(0,0,0,${db})`, `${h[8]}px ${h[9]}px ${h[10]}px ${h[11]}px rgba(0,0,0,${gb})`].join(",");
3690
+ return [`${h[0]}px ${h[1]}px ${h[2]}px ${h[3]}px rgba(0,0,0,${db})`, `${h[4]}px ${h[5]}px ${h[6]}px ${h[7]}px rgba(0,0,0,${gb})`, `${h[8]}px ${h[9]}px ${h[10]}px ${h[11]}px rgba(0,0,0,${vb})`].join(",");
3657
3691
  }
3658
- const vb = ["none", kr(0, 2, 1, -1, 0, 1, 1, 0, 0, 1, 3, 0), kr(0, 3, 1, -2, 0, 2, 2, 0, 0, 1, 5, 0), kr(0, 3, 3, -2, 0, 3, 4, 0, 0, 1, 8, 0), kr(0, 2, 4, -1, 0, 4, 5, 0, 0, 1, 10, 0), kr(0, 3, 5, -1, 0, 5, 8, 0, 0, 1, 14, 0), kr(0, 3, 5, -1, 0, 6, 10, 0, 0, 1, 18, 0), kr(0, 4, 5, -2, 0, 7, 10, 1, 0, 2, 16, 1), kr(0, 5, 5, -3, 0, 8, 10, 1, 0, 3, 14, 2), kr(0, 5, 6, -3, 0, 9, 12, 1, 0, 3, 16, 2), kr(0, 6, 6, -3, 0, 10, 14, 1, 0, 4, 18, 3), kr(0, 6, 7, -4, 0, 11, 15, 1, 0, 4, 20, 3), kr(0, 7, 8, -4, 0, 12, 17, 2, 0, 5, 22, 4), kr(0, 7, 8, -4, 0, 13, 19, 2, 0, 5, 24, 4), kr(0, 7, 9, -4, 0, 14, 21, 2, 0, 5, 26, 4), kr(0, 8, 9, -5, 0, 15, 22, 2, 0, 6, 28, 5), kr(0, 8, 10, -5, 0, 16, 24, 2, 0, 6, 30, 5), kr(0, 8, 11, -5, 0, 17, 26, 2, 0, 6, 32, 5), kr(0, 9, 11, -5, 0, 18, 28, 2, 0, 7, 34, 6), kr(0, 9, 12, -6, 0, 19, 29, 2, 0, 7, 36, 6), kr(0, 10, 13, -6, 0, 20, 31, 3, 0, 8, 38, 7), kr(0, 10, 13, -6, 0, 21, 33, 3, 0, 8, 40, 7), kr(0, 10, 14, -6, 0, 22, 35, 3, 0, 8, 42, 7), kr(0, 11, 14, -7, 0, 23, 36, 3, 0, 9, 44, 8), kr(0, 11, 15, -7, 0, 24, 38, 3, 0, 9, 46, 8)], bb = {
3692
+ const bb = ["none", kr(0, 2, 1, -1, 0, 1, 1, 0, 0, 1, 3, 0), kr(0, 3, 1, -2, 0, 2, 2, 0, 0, 1, 5, 0), kr(0, 3, 3, -2, 0, 3, 4, 0, 0, 1, 8, 0), kr(0, 2, 4, -1, 0, 4, 5, 0, 0, 1, 10, 0), kr(0, 3, 5, -1, 0, 5, 8, 0, 0, 1, 14, 0), kr(0, 3, 5, -1, 0, 6, 10, 0, 0, 1, 18, 0), kr(0, 4, 5, -2, 0, 7, 10, 1, 0, 2, 16, 1), kr(0, 5, 5, -3, 0, 8, 10, 1, 0, 3, 14, 2), kr(0, 5, 6, -3, 0, 9, 12, 1, 0, 3, 16, 2), kr(0, 6, 6, -3, 0, 10, 14, 1, 0, 4, 18, 3), kr(0, 6, 7, -4, 0, 11, 15, 1, 0, 4, 20, 3), kr(0, 7, 8, -4, 0, 12, 17, 2, 0, 5, 22, 4), kr(0, 7, 8, -4, 0, 13, 19, 2, 0, 5, 24, 4), kr(0, 7, 9, -4, 0, 14, 21, 2, 0, 5, 26, 4), kr(0, 8, 9, -5, 0, 15, 22, 2, 0, 6, 28, 5), kr(0, 8, 10, -5, 0, 16, 24, 2, 0, 6, 30, 5), kr(0, 8, 11, -5, 0, 17, 26, 2, 0, 6, 32, 5), kr(0, 9, 11, -5, 0, 18, 28, 2, 0, 7, 34, 6), kr(0, 9, 12, -6, 0, 19, 29, 2, 0, 7, 36, 6), kr(0, 10, 13, -6, 0, 20, 31, 3, 0, 8, 38, 7), kr(0, 10, 13, -6, 0, 21, 33, 3, 0, 8, 40, 7), kr(0, 10, 14, -6, 0, 22, 35, 3, 0, 8, 42, 7), kr(0, 11, 14, -7, 0, 23, 36, 3, 0, 9, 44, 8), kr(0, 11, 15, -7, 0, 24, 38, 3, 0, 9, 46, 8)], yb = {
3659
3693
  // This is the most common easing curve.
3660
3694
  easeInOut: "cubic-bezier(0.4, 0, 0.2, 1)",
3661
3695
  // Objects enter the screen at full velocity from off-screen and
@@ -3665,7 +3699,7 @@ const vb = ["none", kr(0, 2, 1, -1, 0, 1, 1, 0, 0, 1, 3, 0), kr(0, 3, 1, -2, 0,
3665
3699
  easeIn: "cubic-bezier(0.4, 0, 1, 1)",
3666
3700
  // The sharp curve is used by objects that may return to the screen at any time.
3667
3701
  sharp: "cubic-bezier(0.4, 0, 0.6, 1)"
3668
- }, yb = {
3702
+ }, pb = {
3669
3703
  shortest: 150,
3670
3704
  shorter: 200,
3671
3705
  short: 250,
@@ -3678,45 +3712,45 @@ const vb = ["none", kr(0, 2, 1, -1, 0, 1, 1, 0, 0, 1, 3, 0), kr(0, 3, 1, -2, 0,
3678
3712
  // recommended when something is leaving screen
3679
3713
  leavingScreen: 195
3680
3714
  };
3681
- function Od(h) {
3715
+ function Md(h) {
3682
3716
  return `${Math.round(h)}ms`;
3683
3717
  }
3684
- function pb(h) {
3718
+ function xb(h) {
3685
3719
  if (!h)
3686
3720
  return 0;
3687
3721
  const E = h / 36;
3688
3722
  return Math.min(Math.round((4 + 15 * E ** 0.25 + E / 5) * 10), 3e3);
3689
3723
  }
3690
- function xb(h) {
3724
+ function wb(h) {
3691
3725
  const E = {
3692
- ...bb,
3726
+ ...yb,
3693
3727
  ...h.easing
3694
3728
  }, T = {
3695
- ...yb,
3729
+ ...pb,
3696
3730
  ...h.duration
3697
3731
  };
3698
3732
  return {
3699
- getAutoHeightDuration: pb,
3733
+ getAutoHeightDuration: xb,
3700
3734
  create: (O = ["all"], I = {}) => {
3701
3735
  const {
3702
3736
  duration: X = T.standard,
3703
3737
  easing: Y = E.easeInOut,
3704
- delay: J = 0,
3738
+ delay: Q = 0,
3705
3739
  ...ne
3706
3740
  } = I;
3707
3741
  if (process.env.NODE_ENV !== "production") {
3708
3742
  const oe = (ce) => typeof ce == "string", D = (ce) => !Number.isNaN(parseFloat(ce));
3709
- !oe(O) && !Array.isArray(O) && console.error('MUI: Argument "props" must be a string or Array.'), !D(X) && !oe(X) && console.error(`MUI: Argument "duration" must be a number or a string but found ${X}.`), oe(Y) || console.error('MUI: Argument "easing" must be a string.'), !D(J) && !oe(J) && console.error('MUI: Argument "delay" must be a number or a string.'), typeof I != "object" && console.error(["MUI: Secong argument of transition.create must be an object.", "Arguments should be either `create('prop1', options)` or `create(['prop1', 'prop2'], options)`"].join(`
3743
+ !oe(O) && !Array.isArray(O) && console.error('MUI: Argument "props" must be a string or Array.'), !D(X) && !oe(X) && console.error(`MUI: Argument "duration" must be a number or a string but found ${X}.`), oe(Y) || console.error('MUI: Argument "easing" must be a string.'), !D(Q) && !oe(Q) && console.error('MUI: Argument "delay" must be a number or a string.'), typeof I != "object" && console.error(["MUI: Secong argument of transition.create must be an object.", "Arguments should be either `create('prop1', options)` or `create(['prop1', 'prop2'], options)`"].join(`
3710
3744
  `)), Object.keys(ne).length !== 0 && console.error(`MUI: Unrecognized argument(s) [${Object.keys(ne).join(",")}].`);
3711
3745
  }
3712
- return (Array.isArray(O) ? O : [O]).map((oe) => `${oe} ${typeof X == "string" ? X : Od(X)} ${Y} ${typeof J == "string" ? J : Od(J)}`).join(",");
3746
+ return (Array.isArray(O) ? O : [O]).map((oe) => `${oe} ${typeof X == "string" ? X : Md(X)} ${Y} ${typeof Q == "string" ? Q : Md(Q)}`).join(",");
3713
3747
  },
3714
3748
  ...h,
3715
3749
  easing: E,
3716
3750
  duration: T
3717
3751
  };
3718
3752
  }
3719
- const wb = {
3753
+ const Tb = {
3720
3754
  mobileStepper: 1e3,
3721
3755
  fab: 1050,
3722
3756
  speedDial: 1050,
@@ -3726,10 +3760,10 @@ const wb = {
3726
3760
  snackbar: 1400,
3727
3761
  tooltip: 1500
3728
3762
  };
3729
- function Tb(h) {
3763
+ function Eb(h) {
3730
3764
  return $u(h) || typeof h > "u" || typeof h == "string" || typeof h == "boolean" || typeof h == "number" || Array.isArray(h);
3731
3765
  }
3732
- function sg(h = {}) {
3766
+ function ug(h = {}) {
3733
3767
  const E = {
3734
3768
  ...h
3735
3769
  };
@@ -3737,7 +3771,7 @@ function sg(h = {}) {
3737
3771
  const O = Object.entries(m);
3738
3772
  for (let I = 0; I < O.length; I++) {
3739
3773
  const [X, Y] = O[I];
3740
- !Tb(Y) || X.startsWith("unstable_") ? delete m[X] : $u(Y) && (m[X] = {
3774
+ !Eb(Y) || X.startsWith("unstable_") ? delete m[X] : $u(Y) && (m[X] = {
3741
3775
  ...Y
3742
3776
  }, T(m[X]));
3743
3777
  }
@@ -3751,10 +3785,10 @@ theme.transitions = createTransitions(theme.transitions || {});
3751
3785
 
3752
3786
  export default theme;`;
3753
3787
  }
3754
- function Md(h) {
3788
+ function _d(h) {
3755
3789
  return typeof h == "number" ? `${(h * 100).toFixed(0)}%` : `calc((${h}) * 100%)`;
3756
3790
  }
3757
- const Eb = (h) => {
3791
+ const Cb = (h) => {
3758
3792
  if (!Number.isNaN(+h))
3759
3793
  return +h;
3760
3794
  const E = h.match(/\d*\.?\d+/g);
@@ -3765,23 +3799,23 @@ const Eb = (h) => {
3765
3799
  T += +E[m];
3766
3800
  return T;
3767
3801
  };
3768
- function Cb(h) {
3802
+ function Rb(h) {
3769
3803
  Object.assign(h, {
3770
3804
  alpha(E, T) {
3771
3805
  const m = this || h;
3772
- return m.colorSpace ? `oklch(from ${E} l c h / ${typeof T == "string" ? `calc(${T})` : T})` : m.vars ? `rgba(${E.replace(/var\(--([^,\s)]+)(?:,[^)]+)?\)+/g, "var(--$1Channel)")} / ${typeof T == "string" ? `calc(${T})` : T})` : lg(E, Eb(T));
3806
+ return m.colorSpace ? `oklch(from ${E} l c h / ${typeof T == "string" ? `calc(${T})` : T})` : m.vars ? `rgba(${E.replace(/var\(--([^,\s)]+)(?:,[^)]+)?\)+/g, "var(--$1Channel)")} / ${typeof T == "string" ? `calc(${T})` : T})` : ag(E, Cb(T));
3773
3807
  },
3774
3808
  lighten(E, T) {
3775
3809
  const m = this || h;
3776
- return m.colorSpace ? `color-mix(in ${m.colorSpace}, ${E}, #fff ${Md(T)})` : yh(E, T);
3810
+ return m.colorSpace ? `color-mix(in ${m.colorSpace}, ${E}, #fff ${_d(T)})` : ph(E, T);
3777
3811
  },
3778
3812
  darken(E, T) {
3779
3813
  const m = this || h;
3780
- return m.colorSpace ? `color-mix(in ${m.colorSpace}, ${E}, #000 ${Md(T)})` : bh(E, T);
3814
+ return m.colorSpace ? `color-mix(in ${m.colorSpace}, ${E}, #000 ${_d(T)})` : yh(E, T);
3781
3815
  }
3782
3816
  });
3783
3817
  }
3784
- function Bh(h = {}, ...E) {
3818
+ function Nh(h = {}, ...E) {
3785
3819
  const {
3786
3820
  breakpoints: T,
3787
3821
  mixins: m = {},
@@ -3789,7 +3823,7 @@ function Bh(h = {}, ...E) {
3789
3823
  palette: I = {},
3790
3824
  transitions: X = {},
3791
3825
  typography: Y = {},
3792
- shape: J,
3826
+ shape: Q,
3793
3827
  colorSpace: ne,
3794
3828
  ...oe
3795
3829
  } = h;
@@ -3797,29 +3831,29 @@ function Bh(h = {}, ...E) {
3797
3831
  // `generateThemeVars` is the closest identifier for checking that the `options` is a result of `createTheme` with CSS variables so that user can create new theme for nested ThemeProvider.
3798
3832
  h.generateThemeVars === void 0)
3799
3833
  throw new Error(process.env.NODE_ENV !== "production" ? "MUI: `vars` is a private field used for CSS variables support.\nPlease use another name or follow the [docs](https://mui.com/material-ui/customization/css-theme-variables/usage/) to enable the feature." : nf(20));
3800
- const D = Kh({
3834
+ const D = qh({
3801
3835
  ...I,
3802
3836
  colorSpace: ne
3803
- }), ce = Wv(h);
3837
+ }), ce = Hv(h);
3804
3838
  let Ae = cc(ce, {
3805
- mixins: sb(ce.breakpoints, m),
3839
+ mixins: ub(ce.breakpoints, m),
3806
3840
  palette: D,
3807
3841
  // Don't use [...shadows] until you've verified its transpiled code is not invoking the iterator protocol.
3808
- shadows: vb.slice(),
3809
- typography: fb(D, Y),
3810
- transitions: xb(X),
3842
+ shadows: bb.slice(),
3843
+ typography: hb(D, Y),
3844
+ transitions: wb(X),
3811
3845
  zIndex: {
3812
- ...wb
3846
+ ...Tb
3813
3847
  }
3814
3848
  });
3815
- if (Ae = cc(Ae, oe), Ae = E.reduce((Q, A) => cc(Q, A), Ae), process.env.NODE_ENV !== "production") {
3816
- const Q = ["active", "checked", "completed", "disabled", "error", "expanded", "focused", "focusVisible", "required", "selected"], A = (Ie, en) => {
3849
+ if (Ae = cc(Ae, oe), Ae = E.reduce((J, A) => cc(J, A), Ae), process.env.NODE_ENV !== "production") {
3850
+ const J = ["active", "checked", "completed", "disabled", "error", "expanded", "focused", "focusVisible", "required", "selected"], A = (Ie, en) => {
3817
3851
  let sn;
3818
3852
  for (sn in Ie) {
3819
3853
  const pn = Ie[sn];
3820
- if (Q.includes(sn) && Object.keys(pn).length > 0) {
3854
+ if (J.includes(sn) && Object.keys(pn).length > 0) {
3821
3855
  if (process.env.NODE_ENV !== "production") {
3822
- const _e = Gv("", sn);
3856
+ const _e = Xv("", sn);
3823
3857
  console.error([`MUI: The \`${en}\` component increases the CSS specificity of the \`${sn}\` internal state.`, "You can not override it like this: ", JSON.stringify(Ie, null, 2), "", `Instead, you need to use the '&.${_e}' syntax:`, JSON.stringify({
3824
3858
  root: {
3825
3859
  [`&.${_e}`]: pn
@@ -3837,26 +3871,26 @@ function Bh(h = {}, ...E) {
3837
3871
  });
3838
3872
  }
3839
3873
  return Ae.unstable_sxConfig = {
3840
- ...dh,
3874
+ ...gh,
3841
3875
  ...oe?.unstable_sxConfig
3842
3876
  }, Ae.unstable_sx = function(A) {
3843
- return gh({
3877
+ return vh({
3844
3878
  sx: A,
3845
3879
  theme: this
3846
3880
  });
3847
- }, Ae.toRuntimeSource = sg, Cb(Ae), Ae;
3881
+ }, Ae.toRuntimeSource = ug, Rb(Ae), Ae;
3848
3882
  }
3849
- function Rb(h) {
3883
+ function Sb(h) {
3850
3884
  let E;
3851
3885
  return h < 1 ? E = 5.11916 * h ** 2 : E = 4.5 * Math.log(h + 1) + 2, Math.round(E * 10) / 1e3;
3852
3886
  }
3853
- const Sb = [...Array(25)].map((h, E) => {
3887
+ const mb = [...Array(25)].map((h, E) => {
3854
3888
  if (E === 0)
3855
3889
  return "none";
3856
- const T = Rb(E);
3890
+ const T = Sb(E);
3857
3891
  return `linear-gradient(rgba(255 255 255 / ${T}), rgba(255 255 255 / ${T}))`;
3858
3892
  });
3859
- function ug(h) {
3893
+ function fg(h) {
3860
3894
  return {
3861
3895
  inputPlaceholder: h === "dark" ? 0.5 : 0.42,
3862
3896
  inputUnderline: h === "dark" ? 0.7 : 0.42,
@@ -3864,10 +3898,10 @@ function ug(h) {
3864
3898
  switchTrack: h === "dark" ? 0.3 : 0.38
3865
3899
  };
3866
3900
  }
3867
- function fg(h) {
3868
- return h === "dark" ? Sb : [];
3901
+ function hg(h) {
3902
+ return h === "dark" ? mb : [];
3869
3903
  }
3870
- function mb(h) {
3904
+ function kb(h) {
3871
3905
  const {
3872
3906
  palette: E = {
3873
3907
  mode: "light"
@@ -3877,31 +3911,31 @@ function mb(h) {
3877
3911
  overlays: m,
3878
3912
  colorSpace: O,
3879
3913
  ...I
3880
- } = h, X = Kh({
3914
+ } = h, X = qh({
3881
3915
  ...E,
3882
3916
  colorSpace: O
3883
3917
  });
3884
3918
  return {
3885
3919
  palette: X,
3886
3920
  opacity: {
3887
- ...ug(X.mode),
3921
+ ...fg(X.mode),
3888
3922
  ...T
3889
3923
  },
3890
- overlays: m || fg(X.mode),
3924
+ overlays: m || hg(X.mode),
3891
3925
  ...I
3892
3926
  };
3893
3927
  }
3894
- function kb(h) {
3928
+ function Pb(h) {
3895
3929
  return !!h[0].match(/(cssVarPrefix|colorSchemeSelector|modularCssLayers|rootSelector|typography|mixins|breakpoints|direction|transitions)/) || !!h[0].match(/sxConfig$/) || // ends with sxConfig
3896
3930
  h[0] === "palette" && !!h[1]?.match(/(mode|contrastThreshold|tonalOffset)/);
3897
3931
  }
3898
- const Pb = (h) => [...[...Array(25)].map((E, T) => `--${h ? `${h}-` : ""}overlays-${T}`), `--${h ? `${h}-` : ""}palette-AppBar-darkBg`, `--${h ? `${h}-` : ""}palette-AppBar-darkColor`], Ab = (h) => (E, T) => {
3932
+ const Ab = (h) => [...[...Array(25)].map((E, T) => `--${h ? `${h}-` : ""}overlays-${T}`), `--${h ? `${h}-` : ""}palette-AppBar-darkBg`, `--${h ? `${h}-` : ""}palette-AppBar-darkColor`], Fb = (h) => (E, T) => {
3899
3933
  const m = h.rootSelector || ":root", O = h.colorSchemeSelector;
3900
3934
  let I = O;
3901
3935
  if (O === "class" && (I = ".%s"), O === "data" && (I = "[data-%s]"), O?.startsWith("data-") && !O.includes("%s") && (I = `[${O}="%s"]`), h.defaultColorScheme === E) {
3902
3936
  if (E === "dark") {
3903
3937
  const X = {};
3904
- return Pb(h.cssVarPrefix).forEach((Y) => {
3938
+ return Ab(h.cssVarPrefix).forEach((Y) => {
3905
3939
  X[Y] = T[Y], delete T[Y];
3906
3940
  }), I === "media" ? {
3907
3941
  [m]: T,
@@ -3932,7 +3966,7 @@ const Pb = (h) => [...[...Array(25)].map((E, T) => `--${h ? `${h}-` : ""}overlay
3932
3966
  }
3933
3967
  return m;
3934
3968
  };
3935
- function Fb(h, E) {
3969
+ function Ib(h, E) {
3936
3970
  E.forEach((T) => {
3937
3971
  h[T] || (h[T] = {});
3938
3972
  });
@@ -3940,14 +3974,14 @@ function Fb(h, E) {
3940
3974
  function he(h, E, T) {
3941
3975
  !h[E] && T && (h[E] = T);
3942
3976
  }
3943
- function Hf(h) {
3944
- return typeof h != "string" || !h.startsWith("hsl") ? h : ig(h);
3977
+ function Uf(h) {
3978
+ return typeof h != "string" || !h.startsWith("hsl") ? h : lg(h);
3945
3979
  }
3946
3980
  function Wu(h, E) {
3947
- `${E}Channel` in h || (h[`${E}Channel`] = Wf(Hf(h[E]), `MUI: Can't create \`palette.${E}Channel\` because \`palette.${E}\` is not one of these formats: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color().
3981
+ `${E}Channel` in h || (h[`${E}Channel`] = Hf(Uf(h[E]), `MUI: Can't create \`palette.${E}Channel\` because \`palette.${E}\` is not one of these formats: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color().
3948
3982
  To suppress this warning, you need to explicitly provide the \`palette.${E}Channel\` as a string (in rgb format, for example "12 12 12") or undefined if you want to remove the channel token.`));
3949
3983
  }
3950
- function Ib(h) {
3984
+ function Ob(h) {
3951
3985
  return typeof h == "number" ? `${h}px` : typeof h == "string" || typeof h == "function" || Array.isArray(h) ? h : "8px";
3952
3986
  }
3953
3987
  const vu = (h) => {
@@ -3955,14 +3989,14 @@ const vu = (h) => {
3955
3989
  return h();
3956
3990
  } catch {
3957
3991
  }
3958
- }, Ob = (h = "mui") => Jv(h);
3959
- function Mh(h, E, T, m, O) {
3992
+ }, Mb = (h = "mui") => Kv(h);
3993
+ function _h(h, E, T, m, O) {
3960
3994
  if (!T)
3961
3995
  return;
3962
3996
  T = T === !0 ? {} : T;
3963
3997
  const I = O === "dark" ? "dark" : "light";
3964
3998
  if (!m) {
3965
- E[O] = mb({
3999
+ E[O] = kb({
3966
4000
  ...T,
3967
4001
  palette: {
3968
4002
  mode: I,
@@ -3975,7 +4009,7 @@ function Mh(h, E, T, m, O) {
3975
4009
  const {
3976
4010
  palette: X,
3977
4011
  ...Y
3978
- } = Bh({
4012
+ } = Nh({
3979
4013
  ...m,
3980
4014
  palette: {
3981
4015
  mode: I,
@@ -3987,13 +4021,13 @@ function Mh(h, E, T, m, O) {
3987
4021
  ...T,
3988
4022
  palette: X,
3989
4023
  opacity: {
3990
- ...ug(I),
4024
+ ...fg(I),
3991
4025
  ...T?.opacity
3992
4026
  },
3993
- overlays: T?.overlays || fg(I)
4027
+ overlays: T?.overlays || hg(I)
3994
4028
  }, Y;
3995
4029
  }
3996
- function Mb(h = {}, ...E) {
4030
+ function _b(h = {}, ...E) {
3997
4031
  const {
3998
4032
  colorSchemes: T = {
3999
4033
  light: !0
@@ -4002,38 +4036,38 @@ function Mb(h = {}, ...E) {
4002
4036
  disableCssColorScheme: O = !1,
4003
4037
  cssVarPrefix: I = "mui",
4004
4038
  nativeColor: X = !1,
4005
- shouldSkipGeneratingVar: Y = kb,
4006
- colorSchemeSelector: J = T.light && T.dark ? "media" : void 0,
4039
+ shouldSkipGeneratingVar: Y = Pb,
4040
+ colorSchemeSelector: Q = T.light && T.dark ? "media" : void 0,
4007
4041
  rootSelector: ne = ":root",
4008
4042
  ...oe
4009
- } = h, D = Object.keys(T)[0], ce = m || (T.light && D !== "light" ? "light" : D), Ae = Ob(I), {
4010
- [ce]: Q,
4043
+ } = h, D = Object.keys(T)[0], ce = m || (T.light && D !== "light" ? "light" : D), Ae = Mb(I), {
4044
+ [ce]: J,
4011
4045
  light: A,
4012
4046
  dark: Ie,
4013
4047
  ...en
4014
4048
  } = T, sn = {
4015
4049
  ...en
4016
4050
  };
4017
- let pn = Q;
4051
+ let pn = J;
4018
4052
  if ((ce === "dark" && !("dark" in T) || ce === "light" && !("light" in T)) && (pn = !0), !pn)
4019
4053
  throw new Error(process.env.NODE_ENV !== "production" ? `MUI: The \`colorSchemes.${ce}\` option is either missing or invalid.` : nf(21, ce));
4020
4054
  let _e;
4021
4055
  X && (_e = "oklch");
4022
- const pe = Mh(_e, sn, pn, oe, ce);
4023
- A && !sn.light && Mh(_e, sn, A, void 0, "light"), Ie && !sn.dark && Mh(_e, sn, Ie, void 0, "dark");
4056
+ const pe = _h(_e, sn, pn, oe, ce);
4057
+ A && !sn.light && _h(_e, sn, A, void 0, "light"), Ie && !sn.dark && _h(_e, sn, Ie, void 0, "dark");
4024
4058
  let Ee = {
4025
4059
  defaultColorScheme: ce,
4026
4060
  ...pe,
4027
4061
  cssVarPrefix: I,
4028
- colorSchemeSelector: J,
4062
+ colorSchemeSelector: Q,
4029
4063
  rootSelector: ne,
4030
4064
  getCssVar: Ae,
4031
4065
  colorSchemes: sn,
4032
4066
  font: {
4033
- ...cb(pe.typography),
4067
+ ...sb(pe.typography),
4034
4068
  ...pe.font
4035
4069
  },
4036
- spacing: Ib(oe.spacing)
4070
+ spacing: Ob(oe.spacing)
4037
4071
  };
4038
4072
  Object.keys(Ee.colorSchemes).forEach((Bt) => {
4039
4073
  const L = Ee.colorSchemes[Bt].palette, Xe = (Re) => {
@@ -4048,57 +4082,57 @@ function Mb(h = {}, ...E) {
4048
4082
  }
4049
4083
  return Re($, Te);
4050
4084
  }
4051
- if (Fb(L, ["Alert", "AppBar", "Avatar", "Button", "Chip", "FilledInput", "LinearProgress", "Skeleton", "Slider", "SnackbarContent", "SpeedDialAction", "StepConnector", "StepContent", "Switch", "TableCell", "Tooltip"]), L.mode === "light") {
4085
+ if (Ib(L, ["Alert", "AppBar", "Avatar", "Button", "Chip", "FilledInput", "LinearProgress", "Skeleton", "Slider", "SnackbarContent", "SpeedDialAction", "StepConnector", "StepContent", "Switch", "TableCell", "Tooltip"]), L.mode === "light") {
4052
4086
  he(L.Alert, "errorColor", ke(zt, L.error.light, 0.6)), he(L.Alert, "infoColor", ke(zt, L.info.light, 0.6)), he(L.Alert, "successColor", ke(zt, L.success.light, 0.6)), he(L.Alert, "warningColor", ke(zt, L.warning.light, 0.6)), he(L.Alert, "errorFilledBg", Xe("palette-error-main")), he(L.Alert, "infoFilledBg", Xe("palette-info-main")), he(L.Alert, "successFilledBg", Xe("palette-success-main")), he(L.Alert, "warningFilledBg", Xe("palette-warning-main")), he(L.Alert, "errorFilledColor", vu(() => L.getContrastText(L.error.main))), he(L.Alert, "infoFilledColor", vu(() => L.getContrastText(L.info.main))), he(L.Alert, "successFilledColor", vu(() => L.getContrastText(L.success.main))), he(L.Alert, "warningFilledColor", vu(() => L.getContrastText(L.warning.main))), he(L.Alert, "errorStandardBg", ke(Lt, L.error.light, 0.9)), he(L.Alert, "infoStandardBg", ke(Lt, L.info.light, 0.9)), he(L.Alert, "successStandardBg", ke(Lt, L.success.light, 0.9)), he(L.Alert, "warningStandardBg", ke(Lt, L.warning.light, 0.9)), he(L.Alert, "errorIconColor", Xe("palette-error-main")), he(L.Alert, "infoIconColor", Xe("palette-info-main")), he(L.Alert, "successIconColor", Xe("palette-success-main")), he(L.Alert, "warningIconColor", Xe("palette-warning-main")), he(L.AppBar, "defaultBg", Xe("palette-grey-100")), he(L.Avatar, "defaultBg", Xe("palette-grey-400")), he(L.Button, "inheritContainedBg", Xe("palette-grey-300")), he(L.Button, "inheritContainedHoverBg", Xe("palette-grey-A100")), he(L.Chip, "defaultBorder", Xe("palette-grey-400")), he(L.Chip, "defaultAvatarColor", Xe("palette-grey-700")), he(L.Chip, "defaultIconColor", Xe("palette-grey-700")), he(L.FilledInput, "bg", "rgba(0, 0, 0, 0.06)"), he(L.FilledInput, "hoverBg", "rgba(0, 0, 0, 0.09)"), he(L.FilledInput, "disabledBg", "rgba(0, 0, 0, 0.12)"), he(L.LinearProgress, "primaryBg", ke(Lt, L.primary.main, 0.62)), he(L.LinearProgress, "secondaryBg", ke(Lt, L.secondary.main, 0.62)), he(L.LinearProgress, "errorBg", ke(Lt, L.error.main, 0.62)), he(L.LinearProgress, "infoBg", ke(Lt, L.info.main, 0.62)), he(L.LinearProgress, "successBg", ke(Lt, L.success.main, 0.62)), he(L.LinearProgress, "warningBg", ke(Lt, L.warning.main, 0.62)), he(L.Skeleton, "bg", _e ? ke(gf, L.text.primary, 0.11) : `rgba(${Xe("palette-text-primaryChannel")} / 0.11)`), he(L.Slider, "primaryTrack", ke(Lt, L.primary.main, 0.62)), he(L.Slider, "secondaryTrack", ke(Lt, L.secondary.main, 0.62)), he(L.Slider, "errorTrack", ke(Lt, L.error.main, 0.62)), he(L.Slider, "infoTrack", ke(Lt, L.info.main, 0.62)), he(L.Slider, "successTrack", ke(Lt, L.success.main, 0.62)), he(L.Slider, "warningTrack", ke(Lt, L.warning.main, 0.62));
4053
- const Re = _e ? ke(zt, L.background.default, 0.6825) : eh(L.background.default, 0.8);
4054
- he(L.SnackbarContent, "bg", Re), he(L.SnackbarContent, "color", vu(() => _e ? Lh.text.primary : L.getContrastText(Re))), he(L.SpeedDialAction, "fabHoverBg", eh(L.background.paper, 0.15)), he(L.StepConnector, "border", Xe("palette-grey-400")), he(L.StepContent, "border", Xe("palette-grey-400")), he(L.Switch, "defaultColor", Xe("palette-common-white")), he(L.Switch, "defaultDisabledColor", Xe("palette-grey-100")), he(L.Switch, "primaryDisabledColor", ke(Lt, L.primary.main, 0.62)), he(L.Switch, "secondaryDisabledColor", ke(Lt, L.secondary.main, 0.62)), he(L.Switch, "errorDisabledColor", ke(Lt, L.error.main, 0.62)), he(L.Switch, "infoDisabledColor", ke(Lt, L.info.main, 0.62)), he(L.Switch, "successDisabledColor", ke(Lt, L.success.main, 0.62)), he(L.Switch, "warningDisabledColor", ke(Lt, L.warning.main, 0.62)), he(L.TableCell, "border", ke(Lt, ke(gf, L.divider, 1), 0.88)), he(L.Tooltip, "bg", ke(gf, L.grey[700], 0.92));
4087
+ const Re = _e ? ke(zt, L.background.default, 0.6825) : nh(L.background.default, 0.8);
4088
+ he(L.SnackbarContent, "bg", Re), he(L.SnackbarContent, "color", vu(() => _e ? Bh.text.primary : L.getContrastText(Re))), he(L.SpeedDialAction, "fabHoverBg", nh(L.background.paper, 0.15)), he(L.StepConnector, "border", Xe("palette-grey-400")), he(L.StepContent, "border", Xe("palette-grey-400")), he(L.Switch, "defaultColor", Xe("palette-common-white")), he(L.Switch, "defaultDisabledColor", Xe("palette-grey-100")), he(L.Switch, "primaryDisabledColor", ke(Lt, L.primary.main, 0.62)), he(L.Switch, "secondaryDisabledColor", ke(Lt, L.secondary.main, 0.62)), he(L.Switch, "errorDisabledColor", ke(Lt, L.error.main, 0.62)), he(L.Switch, "infoDisabledColor", ke(Lt, L.info.main, 0.62)), he(L.Switch, "successDisabledColor", ke(Lt, L.success.main, 0.62)), he(L.Switch, "warningDisabledColor", ke(Lt, L.warning.main, 0.62)), he(L.TableCell, "border", ke(Lt, ke(gf, L.divider, 1), 0.88)), he(L.Tooltip, "bg", ke(gf, L.grey[700], 0.92));
4055
4089
  }
4056
4090
  if (L.mode === "dark") {
4057
4091
  he(L.Alert, "errorColor", ke(Lt, L.error.light, 0.6)), he(L.Alert, "infoColor", ke(Lt, L.info.light, 0.6)), he(L.Alert, "successColor", ke(Lt, L.success.light, 0.6)), he(L.Alert, "warningColor", ke(Lt, L.warning.light, 0.6)), he(L.Alert, "errorFilledBg", Xe("palette-error-dark")), he(L.Alert, "infoFilledBg", Xe("palette-info-dark")), he(L.Alert, "successFilledBg", Xe("palette-success-dark")), he(L.Alert, "warningFilledBg", Xe("palette-warning-dark")), he(L.Alert, "errorFilledColor", vu(() => L.getContrastText(L.error.dark))), he(L.Alert, "infoFilledColor", vu(() => L.getContrastText(L.info.dark))), he(L.Alert, "successFilledColor", vu(() => L.getContrastText(L.success.dark))), he(L.Alert, "warningFilledColor", vu(() => L.getContrastText(L.warning.dark))), he(L.Alert, "errorStandardBg", ke(zt, L.error.light, 0.9)), he(L.Alert, "infoStandardBg", ke(zt, L.info.light, 0.9)), he(L.Alert, "successStandardBg", ke(zt, L.success.light, 0.9)), he(L.Alert, "warningStandardBg", ke(zt, L.warning.light, 0.9)), he(L.Alert, "errorIconColor", Xe("palette-error-main")), he(L.Alert, "infoIconColor", Xe("palette-info-main")), he(L.Alert, "successIconColor", Xe("palette-success-main")), he(L.Alert, "warningIconColor", Xe("palette-warning-main")), he(L.AppBar, "defaultBg", Xe("palette-grey-900")), he(L.AppBar, "darkBg", Xe("palette-background-paper")), he(L.AppBar, "darkColor", Xe("palette-text-primary")), he(L.Avatar, "defaultBg", Xe("palette-grey-600")), he(L.Button, "inheritContainedBg", Xe("palette-grey-800")), he(L.Button, "inheritContainedHoverBg", Xe("palette-grey-700")), he(L.Chip, "defaultBorder", Xe("palette-grey-700")), he(L.Chip, "defaultAvatarColor", Xe("palette-grey-300")), he(L.Chip, "defaultIconColor", Xe("palette-grey-300")), he(L.FilledInput, "bg", "rgba(255, 255, 255, 0.09)"), he(L.FilledInput, "hoverBg", "rgba(255, 255, 255, 0.13)"), he(L.FilledInput, "disabledBg", "rgba(255, 255, 255, 0.12)"), he(L.LinearProgress, "primaryBg", ke(zt, L.primary.main, 0.5)), he(L.LinearProgress, "secondaryBg", ke(zt, L.secondary.main, 0.5)), he(L.LinearProgress, "errorBg", ke(zt, L.error.main, 0.5)), he(L.LinearProgress, "infoBg", ke(zt, L.info.main, 0.5)), he(L.LinearProgress, "successBg", ke(zt, L.success.main, 0.5)), he(L.LinearProgress, "warningBg", ke(zt, L.warning.main, 0.5)), he(L.Skeleton, "bg", _e ? ke(gf, L.text.primary, 0.13) : `rgba(${Xe("palette-text-primaryChannel")} / 0.13)`), he(L.Slider, "primaryTrack", ke(zt, L.primary.main, 0.5)), he(L.Slider, "secondaryTrack", ke(zt, L.secondary.main, 0.5)), he(L.Slider, "errorTrack", ke(zt, L.error.main, 0.5)), he(L.Slider, "infoTrack", ke(zt, L.info.main, 0.5)), he(L.Slider, "successTrack", ke(zt, L.success.main, 0.5)), he(L.Slider, "warningTrack", ke(zt, L.warning.main, 0.5));
4058
- const Re = _e ? ke(Lt, L.background.default, 0.985) : eh(L.background.default, 0.98);
4059
- he(L.SnackbarContent, "bg", Re), he(L.SnackbarContent, "color", vu(() => _e ? og.text.primary : L.getContrastText(Re))), he(L.SpeedDialAction, "fabHoverBg", eh(L.background.paper, 0.15)), he(L.StepConnector, "border", Xe("palette-grey-600")), he(L.StepContent, "border", Xe("palette-grey-600")), he(L.Switch, "defaultColor", Xe("palette-grey-300")), he(L.Switch, "defaultDisabledColor", Xe("palette-grey-600")), he(L.Switch, "primaryDisabledColor", ke(zt, L.primary.main, 0.55)), he(L.Switch, "secondaryDisabledColor", ke(zt, L.secondary.main, 0.55)), he(L.Switch, "errorDisabledColor", ke(zt, L.error.main, 0.55)), he(L.Switch, "infoDisabledColor", ke(zt, L.info.main, 0.55)), he(L.Switch, "successDisabledColor", ke(zt, L.success.main, 0.55)), he(L.Switch, "warningDisabledColor", ke(zt, L.warning.main, 0.55)), he(L.TableCell, "border", ke(zt, ke(gf, L.divider, 1), 0.68)), he(L.Tooltip, "bg", ke(gf, L.grey[700], 0.92));
4092
+ const Re = _e ? ke(Lt, L.background.default, 0.985) : nh(L.background.default, 0.98);
4093
+ he(L.SnackbarContent, "bg", Re), he(L.SnackbarContent, "color", vu(() => _e ? cg.text.primary : L.getContrastText(Re))), he(L.SpeedDialAction, "fabHoverBg", nh(L.background.paper, 0.15)), he(L.StepConnector, "border", Xe("palette-grey-600")), he(L.StepContent, "border", Xe("palette-grey-600")), he(L.Switch, "defaultColor", Xe("palette-grey-300")), he(L.Switch, "defaultDisabledColor", Xe("palette-grey-600")), he(L.Switch, "primaryDisabledColor", ke(zt, L.primary.main, 0.55)), he(L.Switch, "secondaryDisabledColor", ke(zt, L.secondary.main, 0.55)), he(L.Switch, "errorDisabledColor", ke(zt, L.error.main, 0.55)), he(L.Switch, "infoDisabledColor", ke(zt, L.info.main, 0.55)), he(L.Switch, "successDisabledColor", ke(zt, L.success.main, 0.55)), he(L.Switch, "warningDisabledColor", ke(zt, L.warning.main, 0.55)), he(L.TableCell, "border", ke(zt, ke(gf, L.divider, 1), 0.68)), he(L.Tooltip, "bg", ke(gf, L.grey[700], 0.92));
4060
4094
  }
4061
4095
  Wu(L.background, "default"), Wu(L.background, "paper"), Wu(L.common, "background"), Wu(L.common, "onBackground"), Wu(L, "divider"), Object.keys(L).forEach((Re) => {
4062
4096
  const $ = L[Re];
4063
- Re !== "tonalOffset" && $ && typeof $ == "object" && ($.main && he(L[Re], "mainChannel", Wf(Hf($.main))), $.light && he(L[Re], "lightChannel", Wf(Hf($.light))), $.dark && he(L[Re], "darkChannel", Wf(Hf($.dark))), $.contrastText && he(L[Re], "contrastTextChannel", Wf(Hf($.contrastText))), Re === "text" && (Wu(L[Re], "primary"), Wu(L[Re], "secondary")), Re === "action" && ($.active && Wu(L[Re], "active"), $.selected && Wu(L[Re], "selected")));
4097
+ Re !== "tonalOffset" && $ && typeof $ == "object" && ($.main && he(L[Re], "mainChannel", Hf(Uf($.main))), $.light && he(L[Re], "lightChannel", Hf(Uf($.light))), $.dark && he(L[Re], "darkChannel", Hf(Uf($.dark))), $.contrastText && he(L[Re], "contrastTextChannel", Hf(Uf($.contrastText))), Re === "text" && (Wu(L[Re], "primary"), Wu(L[Re], "secondary")), Re === "action" && ($.active && Wu(L[Re], "active"), $.selected && Wu(L[Re], "selected")));
4064
4098
  });
4065
4099
  }), Ee = E.reduce((Bt, L) => cc(Bt, L), Ee);
4066
4100
  const kt = {
4067
4101
  prefix: I,
4068
4102
  disableCssColorScheme: O,
4069
4103
  shouldSkipGeneratingVar: Y,
4070
- getSelector: Ab(Ee),
4104
+ getSelector: Fb(Ee),
4071
4105
  enableContrastVars: X
4072
4106
  }, {
4073
4107
  vars: rt,
4074
4108
  generateThemeVars: un,
4075
4109
  generateStyleSheets: Fn
4076
- } = jv(Ee, kt);
4110
+ } = $v(Ee, kt);
4077
4111
  return Ee.vars = rt, Object.entries(Ee.colorSchemes[Ee.defaultColorScheme]).forEach(([Bt, L]) => {
4078
4112
  Ee[Bt] = L;
4079
4113
  }), Ee.generateThemeVars = un, Ee.generateStyleSheets = Fn, Ee.generateSpacing = function() {
4080
- return rg(oe.spacing, Vh(this));
4081
- }, Ee.getColorSchemeSelector = $v(J), Ee.spacing = Ee.generateSpacing(), Ee.shouldSkipGeneratingVar = Y, Ee.unstable_sxConfig = {
4082
- ...dh,
4114
+ return ig(oe.spacing, Qh(this));
4115
+ }, Ee.getColorSchemeSelector = eb(Q), Ee.spacing = Ee.generateSpacing(), Ee.shouldSkipGeneratingVar = Y, Ee.unstable_sxConfig = {
4116
+ ...gh,
4083
4117
  ...oe?.unstable_sxConfig
4084
4118
  }, Ee.unstable_sx = function(L) {
4085
- return gh({
4119
+ return vh({
4086
4120
  sx: L,
4087
4121
  theme: this
4088
4122
  });
4089
- }, Ee.toRuntimeSource = sg, Ee;
4123
+ }, Ee.toRuntimeSource = ug, Ee;
4090
4124
  }
4091
- function _d(h, E, T) {
4125
+ function Dd(h, E, T) {
4092
4126
  h.colorSchemes && T && (h.colorSchemes[E] = {
4093
4127
  ...T !== !0 && T,
4094
- palette: Kh({
4128
+ palette: qh({
4095
4129
  ...T === !0 ? {} : T.palette,
4096
4130
  mode: E
4097
4131
  })
4098
4132
  // cast type to skip module augmentation test
4099
4133
  });
4100
4134
  }
4101
- function _b(h = {}, ...E) {
4135
+ function Db(h = {}, ...E) {
4102
4136
  const {
4103
4137
  palette: T,
4104
4138
  cssVariables: m = !1,
@@ -4107,42 +4141,42 @@ function _b(h = {}, ...E) {
4107
4141
  },
4108
4142
  defaultColorScheme: I = T?.mode,
4109
4143
  ...X
4110
- } = h, Y = I || "light", J = O?.[Y], ne = {
4144
+ } = h, Y = I || "light", Q = O?.[Y], ne = {
4111
4145
  ...O,
4112
4146
  ...T ? {
4113
4147
  [Y]: {
4114
- ...typeof J != "boolean" && J,
4148
+ ...typeof Q != "boolean" && Q,
4115
4149
  palette: T
4116
4150
  }
4117
4151
  } : void 0
4118
4152
  };
4119
4153
  if (m === !1) {
4120
4154
  if (!("colorSchemes" in h))
4121
- return Bh(h, ...E);
4155
+ return Nh(h, ...E);
4122
4156
  let oe = T;
4123
4157
  "palette" in h || ne[Y] && (ne[Y] !== !0 ? oe = ne[Y].palette : Y === "dark" && (oe = {
4124
4158
  mode: "dark"
4125
4159
  }));
4126
- const D = Bh({
4160
+ const D = Nh({
4127
4161
  ...h,
4128
4162
  palette: oe
4129
4163
  }, ...E);
4130
4164
  return D.defaultColorScheme = Y, D.colorSchemes = ne, D.palette.mode === "light" && (D.colorSchemes.light = {
4131
4165
  ...ne.light !== !0 && ne.light,
4132
4166
  palette: D.palette
4133
- }, _d(D, "dark", ne.dark)), D.palette.mode === "dark" && (D.colorSchemes.dark = {
4167
+ }, Dd(D, "dark", ne.dark)), D.palette.mode === "dark" && (D.colorSchemes.dark = {
4134
4168
  ...ne.dark !== !0 && ne.dark,
4135
4169
  palette: D.palette
4136
- }, _d(D, "light", ne.light)), D;
4170
+ }, Dd(D, "light", ne.light)), D;
4137
4171
  }
4138
- return !T && !("light" in ne) && Y === "light" && (ne.light = !0), Mb({
4172
+ return !T && !("light" in ne) && Y === "light" && (ne.light = !0), _b({
4139
4173
  ...X,
4140
4174
  colorSchemes: ne,
4141
4175
  defaultColorScheme: Y,
4142
4176
  ...typeof m != "boolean" && m
4143
4177
  }, ...E);
4144
4178
  }
4145
- const Db = _b({
4179
+ const zb = Db({
4146
4180
  palette: {
4147
4181
  primary: {
4148
4182
  lighter: "#E3F2FD",
@@ -4266,16 +4300,16 @@ const Db = _b({
4266
4300
  borderRadius: 8
4267
4301
  },
4268
4302
  spacing: 8
4269
- }), zb = ({ children: h }) => /* @__PURE__ */ fe(bg, { theme: Db, children: [
4270
- /* @__PURE__ */ _(yg, {}),
4303
+ }), Lb = ({ children: h }) => /* @__PURE__ */ fe(yg, { theme: zb, children: [
4304
+ /* @__PURE__ */ _(pg, {}),
4271
4305
  h
4272
4306
  ] });
4273
- var vf = {}, Bf = {};
4274
- var Dd;
4275
- function Lb() {
4276
- if (Dd) return Bf;
4277
- Dd = 1;
4278
- var h = xf, E = rh;
4307
+ var vf = {}, Nf = {};
4308
+ var zd;
4309
+ function Bb() {
4310
+ if (zd) return Nf;
4311
+ zd = 1;
4312
+ var h = wf, E = ih;
4279
4313
  function T(l) {
4280
4314
  var o = "https://react.dev/errors/" + l;
4281
4315
  if (1 < arguments.length) {
@@ -4285,7 +4319,7 @@ function Lb() {
4285
4319
  }
4286
4320
  return "Minified React error #" + l + "; visit " + o + " for the full message or use the non-minified dev environment for full errors and additional helpful warnings.";
4287
4321
  }
4288
- var m = /* @__PURE__ */ Symbol.for("react.transitional.element"), O = /* @__PURE__ */ Symbol.for("react.portal"), I = /* @__PURE__ */ Symbol.for("react.fragment"), X = /* @__PURE__ */ Symbol.for("react.strict_mode"), Y = /* @__PURE__ */ Symbol.for("react.profiler"), J = /* @__PURE__ */ Symbol.for("react.consumer"), ne = /* @__PURE__ */ Symbol.for("react.context"), oe = /* @__PURE__ */ Symbol.for("react.forward_ref"), D = /* @__PURE__ */ Symbol.for("react.suspense"), ce = /* @__PURE__ */ Symbol.for("react.suspense_list"), Ae = /* @__PURE__ */ Symbol.for("react.memo"), Q = /* @__PURE__ */ Symbol.for("react.lazy"), A = /* @__PURE__ */ Symbol.for("react.scope"), Ie = /* @__PURE__ */ Symbol.for("react.activity"), en = /* @__PURE__ */ Symbol.for("react.legacy_hidden"), sn = /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel"), pn = /* @__PURE__ */ Symbol.for("react.view_transition"), _e = Symbol.iterator;
4322
+ var m = /* @__PURE__ */ Symbol.for("react.transitional.element"), O = /* @__PURE__ */ Symbol.for("react.portal"), I = /* @__PURE__ */ Symbol.for("react.fragment"), X = /* @__PURE__ */ Symbol.for("react.strict_mode"), Y = /* @__PURE__ */ Symbol.for("react.profiler"), Q = /* @__PURE__ */ Symbol.for("react.consumer"), ne = /* @__PURE__ */ Symbol.for("react.context"), oe = /* @__PURE__ */ Symbol.for("react.forward_ref"), D = /* @__PURE__ */ Symbol.for("react.suspense"), ce = /* @__PURE__ */ Symbol.for("react.suspense_list"), Ae = /* @__PURE__ */ Symbol.for("react.memo"), J = /* @__PURE__ */ Symbol.for("react.lazy"), A = /* @__PURE__ */ Symbol.for("react.scope"), Ie = /* @__PURE__ */ Symbol.for("react.activity"), en = /* @__PURE__ */ Symbol.for("react.legacy_hidden"), sn = /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel"), pn = /* @__PURE__ */ Symbol.for("react.view_transition"), _e = Symbol.iterator;
4289
4323
  function pe(l) {
4290
4324
  return l === null || typeof l != "object" ? null : (l = _e && l[_e] || l["@@iterator"], typeof l == "function" ? l : null);
4291
4325
  }
@@ -6217,14 +6251,14 @@ function Lb() {
6217
6251
  return "Portal";
6218
6252
  case ne:
6219
6253
  return l.displayName || "Context";
6220
- case J:
6254
+ case Q:
6221
6255
  return (l._context.displayName || "Context") + ".Consumer";
6222
6256
  case oe:
6223
6257
  var o = l.render;
6224
6258
  return l = l.displayName, l || (l = o.displayName || o.name || "", l = l !== "" ? "ForwardRef(" + l + ")" : "ForwardRef"), l;
6225
6259
  case Ae:
6226
6260
  return o = l.displayName || null, o !== null ? o : bc(l.type) || "Memo";
6227
- case Q:
6261
+ case J:
6228
6262
  o = l._payload, l = l._init;
6229
6263
  try {
6230
6264
  return bc(l(o));
@@ -6658,7 +6692,7 @@ function Lb() {
6658
6692
  return tl(l.render, !1);
6659
6693
  case Ae:
6660
6694
  return tl(l.type, !1);
6661
- case Q:
6695
+ case J:
6662
6696
  var o = l, f = o._payload;
6663
6697
  o = o._init;
6664
6698
  try {
@@ -7313,10 +7347,10 @@ Error generating stack: ` + k.message + `
7313
7347
  }, o.context = v, o.keyPath = f, jr(l, o, W, -1), l = Ao, l === null) throw Error(T(403));
7314
7348
  l.context._currentValue2 = l.parentValue, l = Ao = l.parent, o.context = l, o.keyPath = M;
7315
7349
  return;
7316
- case J:
7350
+ case Q:
7317
7351
  w = w.children, v = w(v._context._currentValue2), w = o.keyPath, o.keyPath = f, jr(l, o, v, -1), o.keyPath = w;
7318
7352
  return;
7319
- case Q:
7353
+ case J:
7320
7354
  if (M = v._init, v = M(v._payload), l.status === 12) throw null;
7321
7355
  Sc(l, o, f, v, w, k);
7322
7356
  return;
@@ -7466,7 +7500,7 @@ Error generating stack: ` + k.message + `
7466
7500
  return;
7467
7501
  case O:
7468
7502
  throw Error(T(257));
7469
- case Q:
7503
+ case J:
7470
7504
  if (Se = f._init, f = Se(f._payload), l.status === 12) throw null;
7471
7505
  jr(l, o, f, v);
7472
7506
  return;
@@ -8330,28 +8364,28 @@ $RC=function(a,b){if(b=document.getElementById(b))(a=document.getElementById(a))
8330
8364
  if (!re) throw Error(T(426));
8331
8365
  return M;
8332
8366
  }
8333
- return Bf.renderToStaticMarkup = function(l, o) {
8367
+ return Nf.renderToStaticMarkup = function(l, o) {
8334
8368
  return mu(
8335
8369
  l,
8336
8370
  o,
8337
8371
  !0,
8338
8372
  'The server used "renderToStaticMarkup" which does not support Suspense. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server'
8339
8373
  );
8340
- }, Bf.renderToString = function(l, o) {
8374
+ }, Nf.renderToString = function(l, o) {
8341
8375
  return mu(
8342
8376
  l,
8343
8377
  o,
8344
8378
  !1,
8345
8379
  'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server'
8346
8380
  );
8347
- }, Bf.version = "19.2.4", Bf;
8381
+ }, Nf.version = "19.2.4", Nf;
8348
8382
  }
8349
8383
  var bf = {};
8350
- var zd;
8351
- function Bb() {
8352
- if (zd) return bf;
8353
- zd = 1;
8354
- var h = xf, E = rh;
8384
+ var Ld;
8385
+ function Nb() {
8386
+ if (Ld) return bf;
8387
+ Ld = 1;
8388
+ var h = wf, E = ih;
8355
8389
  function T(i) {
8356
8390
  var a = "https://react.dev/errors/" + i;
8357
8391
  if (1 < arguments.length) {
@@ -8361,7 +8395,7 @@ function Bb() {
8361
8395
  }
8362
8396
  return "Minified React error #" + i + "; visit " + a + " for the full message or use the non-minified dev environment for full errors and additional helpful warnings.";
8363
8397
  }
8364
- var m = /* @__PURE__ */ Symbol.for("react.transitional.element"), O = /* @__PURE__ */ Symbol.for("react.portal"), I = /* @__PURE__ */ Symbol.for("react.fragment"), X = /* @__PURE__ */ Symbol.for("react.strict_mode"), Y = /* @__PURE__ */ Symbol.for("react.profiler"), J = /* @__PURE__ */ Symbol.for("react.consumer"), ne = /* @__PURE__ */ Symbol.for("react.context"), oe = /* @__PURE__ */ Symbol.for("react.forward_ref"), D = /* @__PURE__ */ Symbol.for("react.suspense"), ce = /* @__PURE__ */ Symbol.for("react.suspense_list"), Ae = /* @__PURE__ */ Symbol.for("react.memo"), Q = /* @__PURE__ */ Symbol.for("react.lazy"), A = /* @__PURE__ */ Symbol.for("react.scope"), Ie = /* @__PURE__ */ Symbol.for("react.activity"), en = /* @__PURE__ */ Symbol.for("react.legacy_hidden"), sn = /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel"), pn = /* @__PURE__ */ Symbol.for("react.view_transition"), _e = Symbol.iterator;
8398
+ var m = /* @__PURE__ */ Symbol.for("react.transitional.element"), O = /* @__PURE__ */ Symbol.for("react.portal"), I = /* @__PURE__ */ Symbol.for("react.fragment"), X = /* @__PURE__ */ Symbol.for("react.strict_mode"), Y = /* @__PURE__ */ Symbol.for("react.profiler"), Q = /* @__PURE__ */ Symbol.for("react.consumer"), ne = /* @__PURE__ */ Symbol.for("react.context"), oe = /* @__PURE__ */ Symbol.for("react.forward_ref"), D = /* @__PURE__ */ Symbol.for("react.suspense"), ce = /* @__PURE__ */ Symbol.for("react.suspense_list"), Ae = /* @__PURE__ */ Symbol.for("react.memo"), J = /* @__PURE__ */ Symbol.for("react.lazy"), A = /* @__PURE__ */ Symbol.for("react.scope"), Ie = /* @__PURE__ */ Symbol.for("react.activity"), en = /* @__PURE__ */ Symbol.for("react.legacy_hidden"), sn = /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel"), pn = /* @__PURE__ */ Symbol.for("react.view_transition"), _e = Symbol.iterator;
8365
8399
  function pe(i) {
8366
8400
  return i === null || typeof i != "object" ? null : (i = _e && i[_e] || i["@@iterator"], typeof i == "function" ? i : null);
8367
8401
  }
@@ -10539,14 +10573,14 @@ performance.now();setTimeout(w,2300>q&&2E3<q?2300-q:500)})])},types:[]});z.ready
10539
10573
  return "Portal";
10540
10574
  case ne:
10541
10575
  return i.displayName || "Context";
10542
- case J:
10576
+ case Q:
10543
10577
  return (i._context.displayName || "Context") + ".Consumer";
10544
10578
  case oe:
10545
10579
  var a = i.render;
10546
10580
  return i = i.displayName, i || (i = a.displayName || a.name || "", i = i !== "" ? "ForwardRef(" + i + ")" : "ForwardRef"), i;
10547
10581
  case Ae:
10548
10582
  return a = i.displayName || null, a !== null ? a : qs(i.type) || "Memo";
10549
- case Q:
10583
+ case J:
10550
10584
  a = i._payload, i = i._init;
10551
10585
  try {
10552
10586
  return qs(i(a));
@@ -10979,7 +11013,7 @@ performance.now();setTimeout(w,2300>q&&2E3<q?2300-q:500)})])},types:[]});z.ready
10979
11013
  return Kl(i.render, !1);
10980
11014
  case Ae:
10981
11015
  return Kl(i.type, !1);
10982
- case Q:
11016
+ case J:
10983
11017
  var a = i, u = a._payload;
10984
11018
  a = a._init;
10985
11019
  try {
@@ -11725,10 +11759,10 @@ Error generating stack: ` + S.message + `
11725
11759
  }, a.context = b, a.keyPath = u, Dr(i, a, B, -1), i = xt, i === null) throw Error(T(403));
11726
11760
  i.context._currentValue = i.parentValue, i = xt = i.parent, a.context = i, a.keyPath = P;
11727
11761
  return;
11728
- case J:
11762
+ case Q:
11729
11763
  x = x.children, b = x(b._context._currentValue), x = a.keyPath, a.keyPath = u, Dr(i, a, b, -1), a.keyPath = x;
11730
11764
  return;
11731
- case Q:
11765
+ case J:
11732
11766
  if (P = b._init, b = P(b._payload), i.status === 12) throw null;
11733
11767
  ao(i, a, u, b, x, S);
11734
11768
  return;
@@ -11884,7 +11918,7 @@ Error generating stack: ` + S.message + `
11884
11918
  return;
11885
11919
  case O:
11886
11920
  throw Error(T(257));
11887
- case Q:
11921
+ case J:
11888
11922
  if (Fe = u._init, u = Fe(u._payload), i.status === 12) throw null;
11889
11923
  Dr(i, a, u, b);
11890
11924
  return;
@@ -12971,10 +13005,10 @@ Error generating stack: ` + S.message + `
12971
13005
  });
12972
13006
  }, bf.version = "19.2.4", bf;
12973
13007
  }
12974
- var Nf = {};
12975
- var Ld;
12976
- function Nb() {
12977
- return Ld || (Ld = 1, process.env.NODE_ENV !== "production" && (function() {
13008
+ var Wf = {};
13009
+ var Bd;
13010
+ function Wb() {
13011
+ return Bd || (Bd = 1, process.env.NODE_ENV !== "production" && (function() {
12978
13012
  function h(n, r, s, g) {
12979
13013
  return "" + r + (s === "s" ? "\\73 " : "\\53 ") + g;
12980
13014
  }
@@ -13069,7 +13103,7 @@ function Nb() {
13069
13103
  ` + n) : `
13070
13104
  ` + s;
13071
13105
  }
13072
- function J(n, r) {
13106
+ function Q(n, r) {
13073
13107
  var s = n.length & 3, g = n.length - s, p = r;
13074
13108
  for (r = 0; r < g; ) {
13075
13109
  var R = n.charCodeAt(r) & 255 | (n.charCodeAt(++r) & 255) << 8 | (n.charCodeAt(++r) & 255) << 16 | (n.charCodeAt(++r) & 255) << 24;
@@ -13114,7 +13148,7 @@ function Nb() {
13114
13148
  ne(n)
13115
13149
  ), D(n);
13116
13150
  }
13117
- function Q(n) {
13151
+ function J(n) {
13118
13152
  if (oe(n))
13119
13153
  return console.error(
13120
13154
  "The provided HTML markup uses a value of unsupported type %s. This value must be coerced to a string before using it here.",
@@ -13369,7 +13403,7 @@ function Nb() {
13369
13403
  function Ee(n) {
13370
13404
  if (typeof n == "boolean" || typeof n == "number" || typeof n == "bigint")
13371
13405
  return "" + n;
13372
- Q(n), n = "" + n;
13406
+ J(n), n = "" + n;
13373
13407
  var r = us.exec(n);
13374
13408
  if (r) {
13375
13409
  var s = "", g, p = 0;
@@ -13403,7 +13437,7 @@ function Nb() {
13403
13437
  return Xu.test("" + n) ? "javascript:throw new Error('React has blocked a javascript: URL as a security precaution.')" : n;
13404
13438
  }
13405
13439
  function rt(n) {
13406
- return Q(n), ("" + n).replace(Se, E);
13440
+ return J(n), ("" + n).replace(Se, E);
13407
13441
  }
13408
13442
  function un(n, r, s, g, p) {
13409
13443
  return {
@@ -13858,7 +13892,7 @@ function Nb() {
13858
13892
  throw Error(
13859
13893
  "`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://react.dev/link/dangerously-set-inner-html for more information."
13860
13894
  );
13861
- r = r.__html, r != null && (Q(r), n.push("" + r));
13895
+ r = r.__html, r != null && (J(r), n.push("" + r));
13862
13896
  }
13863
13897
  }
13864
13898
  function We(n, r) {
@@ -13914,7 +13948,7 @@ function Nb() {
13914
13948
  return n.push(xa), null;
13915
13949
  }
13916
13950
  function Tn(n) {
13917
- return Q(n), ("" + n).replace(No, h);
13951
+ return J(n), ("" + n).replace(No, h);
13918
13952
  }
13919
13953
  function hn(n, r, s) {
13920
13954
  n.push(ct(s));
@@ -14207,9 +14241,9 @@ function Nb() {
14207
14241
  if (Gl(kn)) {
14208
14242
  if (1 < kn.length)
14209
14243
  throw Error("<textarea> can only have at most one child.");
14210
- Q(kn[0]), qn = "" + kn[0];
14244
+ J(kn[0]), qn = "" + kn[0];
14211
14245
  }
14212
- Q(kn), qn = "" + kn;
14246
+ J(kn), qn = "" + kn;
14213
14247
  }
14214
14248
  return typeof qn == "string" && qn[0] === `
14215
14249
  ` && n.push(wa), qn !== null && (ce(qn, "value"), n.push(Ee("" + qn))), null;
@@ -14657,7 +14691,7 @@ function Nb() {
14657
14691
  ), ri.hrefs.push(
14658
14692
  Ee(Il)
14659
14693
  );
14660
- var Fs = ri.rules, Is = null, wf = null, Eo;
14694
+ var Fs = ri.rules, Is = null, Tf = null, Eo;
14661
14695
  for (Eo in s)
14662
14696
  if (_n.call(s, Eo)) {
14663
14697
  var rc = s[Eo];
@@ -14667,11 +14701,11 @@ function Nb() {
14667
14701
  Is = rc;
14668
14702
  break;
14669
14703
  case "dangerouslySetInnerHTML":
14670
- wf = rc;
14704
+ Tf = rc;
14671
14705
  }
14672
14706
  }
14673
14707
  var Co = Array.isArray(Is) ? 2 > Is.length ? Is[0] : null : Is;
14674
- typeof Co != "function" && typeof Co != "symbol" && Co !== null && Co !== void 0 && Fs.push(Tn(Co)), Ze(Fs, wf, Is);
14708
+ typeof Co != "function" && typeof Co != "symbol" && Co !== null && Co !== void 0 && Fs.push(Tn(Co)), Ze(Fs, Tf, Is);
14675
14709
  }
14676
14710
  }
14677
14711
  ri && z && z.styles.add(ri), de && n.push("<!-- -->"), Lu = void 0;
@@ -14726,7 +14760,7 @@ function Nb() {
14726
14760
  );
14727
14761
  var Qi = Ml.__html;
14728
14762
  Qi != null && (typeof Qi == "string" && 0 < Qi.length && Qi[0] === `
14729
- ` ? n.push(wa, Qi) : (Q(Qi), n.push("" + Qi)));
14763
+ ` ? n.push(wa, Qi) : (J(Qi), n.push("" + Qi)));
14730
14764
  }
14731
14765
  return typeof ii == "string" && ii[0] === `
14732
14766
  ` && n.push(wa), ii;
@@ -15644,7 +15678,7 @@ Incoming: %s`,
15644
15678
  var H = n.$$IS_SIGNATURE_EQUAL;
15645
15679
  if (p !== null && typeof H == "function") {
15646
15680
  var de = p[1];
15647
- H.call(n, p[2], p[3]) && (R = s !== void 0 ? "p" + s : "k" + J(
15681
+ H.call(n, p[2], p[3]) && (R = s !== void 0 ? "p" + s : "k" + Q(
15648
15682
  JSON.stringify([
15649
15683
  z,
15650
15684
  null,
@@ -15659,7 +15693,7 @@ Incoming: %s`,
15659
15693
  }, typeof K.$$FORM_ACTION == "function" && (n.$$FORM_ACTION = function(Ce) {
15660
15694
  Ce = K.$$FORM_ACTION(Ce), s !== void 0 && (ce(s, "target"), s += "", Ce.action = s);
15661
15695
  var Oe = Ce.data;
15662
- return Oe && (R === null && (R = s !== void 0 ? "p" + s : "k" + J(
15696
+ return Oe && (R === null && (R = s !== void 0 ? "p" + s : "k" + Q(
15663
15697
  JSON.stringify([
15664
15698
  z,
15665
15699
  null,
@@ -18203,7 +18237,7 @@ Check the top-level render call using <` + p + ">."), p = "", g != null && R !==
18203
18237
  );
18204
18238
  return z;
18205
18239
  }
18206
- var Qs = xf, Yu = rh, Ja = /* @__PURE__ */ Symbol.for("react.transitional.element"), Ht = /* @__PURE__ */ Symbol.for("react.portal"), wl = /* @__PURE__ */ Symbol.for("react.fragment"), Ec = /* @__PURE__ */ Symbol.for("react.strict_mode"), Cc = /* @__PURE__ */ Symbol.for("react.profiler"), ls = /* @__PURE__ */ Symbol.for("react.consumer"), Ci = /* @__PURE__ */ Symbol.for("react.context"), Ri = /* @__PURE__ */ Symbol.for("react.forward_ref"), ci = /* @__PURE__ */ Symbol.for("react.suspense"), Si = /* @__PURE__ */ Symbol.for("react.suspense_list"), Kn = /* @__PURE__ */ Symbol.for("react.memo"), mi = /* @__PURE__ */ Symbol.for("react.lazy"), ft = /* @__PURE__ */ Symbol.for("react.scope"), rl = /* @__PURE__ */ Symbol.for("react.activity"), as = /* @__PURE__ */ Symbol.for("react.legacy_hidden"), os = /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel"), cs = /* @__PURE__ */ Symbol.for("react.view_transition"), Rc = Symbol.iterator, Gl = Array.isArray, Sc = /* @__PURE__ */ new WeakMap(), mc = /* @__PURE__ */ new WeakMap(), jr = /* @__PURE__ */ Symbol.for("react.client.reference"), ht = Object.assign, _n = Object.prototype.hasOwnProperty, ba = RegExp(
18240
+ var Qs = wf, Yu = ih, Ja = /* @__PURE__ */ Symbol.for("react.transitional.element"), Ht = /* @__PURE__ */ Symbol.for("react.portal"), wl = /* @__PURE__ */ Symbol.for("react.fragment"), Ec = /* @__PURE__ */ Symbol.for("react.strict_mode"), Cc = /* @__PURE__ */ Symbol.for("react.profiler"), ls = /* @__PURE__ */ Symbol.for("react.consumer"), Ci = /* @__PURE__ */ Symbol.for("react.context"), Ri = /* @__PURE__ */ Symbol.for("react.forward_ref"), ci = /* @__PURE__ */ Symbol.for("react.suspense"), Si = /* @__PURE__ */ Symbol.for("react.suspense_list"), Kn = /* @__PURE__ */ Symbol.for("react.memo"), mi = /* @__PURE__ */ Symbol.for("react.lazy"), ft = /* @__PURE__ */ Symbol.for("react.scope"), rl = /* @__PURE__ */ Symbol.for("react.activity"), as = /* @__PURE__ */ Symbol.for("react.legacy_hidden"), os = /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel"), cs = /* @__PURE__ */ Symbol.for("react.view_transition"), Rc = Symbol.iterator, Gl = Array.isArray, Sc = /* @__PURE__ */ new WeakMap(), mc = /* @__PURE__ */ new WeakMap(), jr = /* @__PURE__ */ Symbol.for("react.client.reference"), ht = Object.assign, _n = Object.prototype.hasOwnProperty, ba = RegExp(
18207
18241
  "^[:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD][:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*$"
18208
18242
  ), Ka = {}, qa = {}, ya = new Set(
18209
18243
  "animationIterationCount aspectRatio borderImageOutset borderImageSlice borderImageWidth boxFlex boxFlexGroup boxOrdinalGroup columnCount columns flex flexGrow flexPositive flexShrink flexNegative flexOrder gridArea gridRow gridRowEnd gridRowSpan gridRowStart gridColumn gridColumnEnd gridColumnSpan gridColumnStart fontWeight lineClamp lineHeight opacity order orphans scale tabSize widows zIndex zoom fillOpacity floodOpacity stopOpacity strokeDasharray strokeDashoffset strokeMiterlimit strokeOpacity strokeWidth MozAnimationIterationCount MozBoxFlex MozBoxFlexGroup MozLineClamp msAnimationIterationCount msFlex msZoom msFlexGrow msFlexNegative msFlexOrder msFlexPositive msFlexShrink msGridColumn msGridColumnSpan msGridRow msGridRowSpan WebkitAnimationIterationCount WebkitBoxFlex WebKitBoxFlexGroup WebkitBoxOrdinalGroup WebkitColumnCount WebkitColumns WebkitFlex WebkitFlexGrow WebkitFlexPositive WebkitFlexShrink WebkitLineClamp".split(
@@ -19175,27 +19209,27 @@ $RC=function(a,b){if(b=document.getElementById(b))(a=document.getElementById(a))
19175
19209
  };
19176
19210
  }
19177
19211
  var dr = 4, ea = 0, Wr = 1, Fa = 2, Ui = 3, Yn = 4, ui = 5, na = 14, Gt = null, Nc = {}, As = {}, zu = {}, jo = {}, po = !1, Wc = !1, sl = !1, xo = 0, Hc = !1;
19178
- Nf.renderToStaticMarkup = function(n, r) {
19212
+ Wf.renderToStaticMarkup = function(n, r) {
19179
19213
  return va(
19180
19214
  n,
19181
19215
  r,
19182
19216
  !0,
19183
19217
  'The server used "renderToStaticMarkup" which does not support Suspense. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server'
19184
19218
  );
19185
- }, Nf.renderToString = function(n, r) {
19219
+ }, Wf.renderToString = function(n, r) {
19186
19220
  return va(
19187
19221
  n,
19188
19222
  r,
19189
19223
  !1,
19190
19224
  'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server'
19191
19225
  );
19192
- }, Nf.version = "19.2.4";
19193
- })()), Nf;
19226
+ }, Wf.version = "19.2.4";
19227
+ })()), Wf;
19194
19228
  }
19195
19229
  var yf = {};
19196
- var Bd;
19197
- function Wb() {
19198
- return Bd || (Bd = 1, process.env.NODE_ENV !== "production" && (function() {
19230
+ var Nd;
19231
+ function Hb() {
19232
+ return Nd || (Nd = 1, process.env.NODE_ENV !== "production" && (function() {
19199
19233
  function h(e, t, c, d) {
19200
19234
  return "" + t + (c === "s" ? "\\73 " : "\\53 ") + d;
19201
19235
  }
@@ -19290,7 +19324,7 @@ function Wb() {
19290
19324
  ` + e) : `
19291
19325
  ` + c;
19292
19326
  }
19293
- function J(e, t) {
19327
+ function Q(e, t) {
19294
19328
  var c = e.length & 3, d = e.length - c, y = t;
19295
19329
  for (t = 0; t < d; ) {
19296
19330
  var C = e.charCodeAt(t) & 255 | (e.charCodeAt(++t) & 255) << 8 | (e.charCodeAt(++t) & 255) << 16 | (e.charCodeAt(++t) & 255) << 24;
@@ -19336,7 +19370,7 @@ function Wb() {
19336
19370
  new Uint8Array(xr.buffer, 0, hr)
19337
19371
  ), xr = null, hr = 0);
19338
19372
  }
19339
- function Q(e) {
19373
+ function J(e) {
19340
19374
  return pa.encode(e);
19341
19375
  }
19342
19376
  function A(e) {
@@ -19679,12 +19713,12 @@ function Wb() {
19679
19713
  ), G = e.idPrefix, j = [], ye = e.bootstrapScriptContent, we = e.bootstrapScripts, xe = e.bootstrapModules;
19680
19714
  if (ye !== void 0 && (j.push(F), Oi(j, e), j.push(
19681
19715
  Tt,
19682
- Q(
19716
+ J(
19683
19717
  Te(ye)
19684
19718
  ),
19685
19719
  Vl
19686
19720
  )), ye = [], d !== void 0 && (ye.push(to), ye.push(
19687
- Q(
19721
+ J(
19688
19722
  Te(JSON.stringify(d))
19689
19723
  )
19690
19724
  ), ye.push(Pc)), y && typeof C == "number" && 0 >= C && console.error(
@@ -19747,19 +19781,19 @@ function Wb() {
19747
19781
  G
19748
19782
  ), j.push(
19749
19783
  Ir,
19750
- Q(Re(F)),
19784
+ J(Re(F)),
19751
19785
  vn
19752
19786
  ), c && j.push(
19753
19787
  _i,
19754
- Q(Re(c)),
19788
+ J(Re(c)),
19755
19789
  vn
19756
19790
  ), typeof ie == "string" && j.push(
19757
19791
  Di,
19758
- Q(Re(ie)),
19792
+ J(Re(ie)),
19759
19793
  vn
19760
19794
  ), typeof N == "string" && j.push(
19761
19795
  El,
19762
- Q(Re(N)),
19796
+ J(Re(N)),
19763
19797
  vn
19764
19798
  ), Oi(j, e), j.push(Ql);
19765
19799
  if (xe !== void 0)
@@ -19775,19 +19809,19 @@ function Wb() {
19775
19809
  N
19776
19810
  ), j.push(
19777
19811
  Mi,
19778
- Q(Re(d)),
19812
+ J(Re(d)),
19779
19813
  vn
19780
19814
  ), c && j.push(
19781
19815
  _i,
19782
- Q(Re(c)),
19816
+ J(Re(c)),
19783
19817
  vn
19784
19818
  ), typeof F == "string" && j.push(
19785
19819
  Di,
19786
- Q(Re(F)),
19820
+ J(Re(F)),
19787
19821
  vn
19788
19822
  ), typeof C == "string" && j.push(
19789
19823
  El,
19790
- Q(Re(C)),
19824
+ J(Re(C)),
19791
19825
  vn
19792
19826
  ), Oi(j, e), j.push(Ql);
19793
19827
  return y;
@@ -19932,7 +19966,7 @@ function Wb() {
19932
19966
  );
19933
19967
  }
19934
19968
  function Be(e, t, c, d) {
19935
- return t === "" ? d : (d && e.push(Ut), e.push(Q(Re(t))), !0);
19969
+ return t === "" ? d : (d && e.push(Ut), e.push(J(Re(t))), !0);
19936
19970
  }
19937
19971
  function Tn(e, t) {
19938
19972
  if (typeof t != "object")
@@ -19945,8 +19979,8 @@ function Wb() {
19945
19979
  var y = t[d];
19946
19980
  if (y != null && typeof y != "boolean" && y !== "") {
19947
19981
  if (d.indexOf("--") === 0) {
19948
- var C = Q(Re(d));
19949
- Ee(y, d), y = Q(
19982
+ var C = J(Re(d));
19983
+ Ee(y, d), y = J(
19950
19984
  Re(("" + y).trim())
19951
19985
  );
19952
19986
  } else {
@@ -19987,7 +20021,7 @@ function Wb() {
19987
20021
  Re(
19988
20022
  C.replace(ln, "-$1").toLowerCase().replace($e, "-ms-")
19989
20023
  )
19990
- ), Ic.set(C, F)), C = F, typeof y == "number" ? y = y === 0 || Bo.has(d) ? Q("" + y) : Q(y + "px") : (Ee(y, d), y = Q(
20024
+ ), Ic.set(C, F)), C = F, typeof y == "number" ? y = y === 0 || Bo.has(d) ? J("" + y) : J(y + "px") : (Ee(y, d), y = J(
19991
20025
  Re(("" + y).trim())
19992
20026
  ));
19993
20027
  }
@@ -20004,16 +20038,16 @@ function Wb() {
20004
20038
  function hn(e, t, c) {
20005
20039
  c && typeof c != "function" && typeof c != "symbol" && e.push(
20006
20040
  _t,
20007
- Q(t),
20041
+ J(t),
20008
20042
  ql
20009
20043
  );
20010
20044
  }
20011
20045
  function Ke(e, t, c) {
20012
20046
  typeof c != "function" && typeof c != "symbol" && typeof c != "boolean" && e.push(
20013
20047
  _t,
20014
- Q(t),
20048
+ J(t),
20015
20049
  Pi,
20016
- Q(Re(c)),
20050
+ J(Re(c)),
20017
20051
  vn
20018
20052
  );
20019
20053
  }
@@ -20062,7 +20096,7 @@ function Wb() {
20062
20096
  var G = He(t, d);
20063
20097
  G !== null ? (N = G.name, d = G.action || "", y = G.encType, C = G.method, F = G.target, ie = G.data) : (e.push(
20064
20098
  _t,
20065
- Q("formAction"),
20099
+ J("formAction"),
20066
20100
  Pi,
20067
20101
  Ho,
20068
20102
  vn
@@ -20104,9 +20138,9 @@ function Wb() {
20104
20138
  break;
20105
20139
  pe(c, t), c = $("" + c), e.push(
20106
20140
  _t,
20107
- Q(t),
20141
+ J(t),
20108
20142
  Pi,
20109
- Q(Re(c)),
20143
+ J(Re(c)),
20110
20144
  vn
20111
20145
  );
20112
20146
  break;
@@ -20127,9 +20161,9 @@ function Wb() {
20127
20161
  break;
20128
20162
  pe(c, t), c = $("" + c), e.push(
20129
20163
  _t,
20130
- Q("xlink:href"),
20164
+ J("xlink:href"),
20131
20165
  Pi,
20132
- Q(Re(c)),
20166
+ J(Re(c)),
20133
20167
  vn
20134
20168
  );
20135
20169
  break;
@@ -20143,9 +20177,9 @@ function Wb() {
20143
20177
  case "preserveAlpha":
20144
20178
  typeof c != "function" && typeof c != "symbol" && e.push(
20145
20179
  _t,
20146
- Q(t),
20180
+ J(t),
20147
20181
  Pi,
20148
- Q(Re(c)),
20182
+ J(Re(c)),
20149
20183
  vn
20150
20184
  );
20151
20185
  break;
@@ -20178,7 +20212,7 @@ function Wb() {
20178
20212
  case "itemScope":
20179
20213
  c && typeof c != "function" && typeof c != "symbol" && e.push(
20180
20214
  _t,
20181
- Q(t),
20215
+ J(t),
20182
20216
  ql
20183
20217
  );
20184
20218
  break;
@@ -20186,13 +20220,13 @@ function Wb() {
20186
20220
  case "download":
20187
20221
  c === !0 ? e.push(
20188
20222
  _t,
20189
- Q(t),
20223
+ J(t),
20190
20224
  ql
20191
20225
  ) : c !== !1 && typeof c != "function" && typeof c != "symbol" && e.push(
20192
20226
  _t,
20193
- Q(t),
20227
+ J(t),
20194
20228
  Pi,
20195
- Q(Re(c)),
20229
+ J(Re(c)),
20196
20230
  vn
20197
20231
  );
20198
20232
  break;
@@ -20202,9 +20236,9 @@ function Wb() {
20202
20236
  case "span":
20203
20237
  typeof c != "function" && typeof c != "symbol" && !isNaN(c) && 1 <= c && e.push(
20204
20238
  _t,
20205
- Q(t),
20239
+ J(t),
20206
20240
  Pi,
20207
- Q(Re(c)),
20241
+ J(Re(c)),
20208
20242
  vn
20209
20243
  );
20210
20244
  break;
@@ -20212,9 +20246,9 @@ function Wb() {
20212
20246
  case "start":
20213
20247
  typeof c == "function" || typeof c == "symbol" || isNaN(c) || e.push(
20214
20248
  _t,
20215
- Q(t),
20249
+ J(t),
20216
20250
  Pi,
20217
- Q(Re(c)),
20251
+ J(Re(c)),
20218
20252
  vn
20219
20253
  );
20220
20254
  break;
@@ -20257,9 +20291,9 @@ function Wb() {
20257
20291
  }
20258
20292
  e.push(
20259
20293
  _t,
20260
- Q(t),
20294
+ J(t),
20261
20295
  Pi,
20262
- Q(Re(c)),
20296
+ J(Re(c)),
20263
20297
  vn
20264
20298
  );
20265
20299
  }
@@ -20275,7 +20309,7 @@ function Wb() {
20275
20309
  throw Error(
20276
20310
  "`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://react.dev/link/dangerously-set-inner-html for more information."
20277
20311
  );
20278
- t = t.__html, t != null && (kt(t), e.push(Q("" + t)));
20312
+ t = t.__html, t != null && (kt(t), e.push(J("" + t)));
20279
20313
  }
20280
20314
  }
20281
20315
  function La(e, t) {
@@ -20369,7 +20403,7 @@ function Wb() {
20369
20403
  Pn(e, y, C);
20370
20404
  }
20371
20405
  }
20372
- return e.push(Tt), t = Array.isArray(c) ? 2 > c.length ? c[0] : null : c, typeof t != "function" && typeof t != "symbol" && t !== null && t !== void 0 && e.push(Q(Re("" + t))), rr(e, d, c), e.push(Mt("title")), null;
20406
+ return e.push(Tt), t = Array.isArray(c) ? 2 > c.length ? c[0] : null : c, typeof t != "function" && typeof t != "symbol" && t !== null && t !== void 0 && e.push(J(Re("" + t))), rr(e, d, c), e.push(Mt("title")), null;
20373
20407
  }
20374
20408
  function qc(e, t) {
20375
20409
  e.push(nt("script"));
@@ -20392,7 +20426,7 @@ function Wb() {
20392
20426
  return e.push(Tt), c != null && typeof c != "string" && (t = typeof c == "number" ? "a number for children" : Array.isArray(c) ? "an array for children" : "something unexpected for children", console.error(
20393
20427
  "A script element was rendered with %s. If script element has children it must be a single string. Consider using dangerouslySetInnerHTML or passing a plain string as children.",
20394
20428
  t
20395
- )), rr(e, d, c), typeof c == "string" && e.push(Q(Te(c))), e.push(Mt("script")), null;
20429
+ )), rr(e, d, c), typeof c == "string" && e.push(J(Te(c))), e.push(Mt("script")), null;
20396
20430
  }
20397
20431
  function In(e, t, c) {
20398
20432
  e.push(nt(c));
@@ -20432,7 +20466,7 @@ function Wb() {
20432
20466
  Pn(e, y, C);
20433
20467
  }
20434
20468
  }
20435
- return e.push(Tt), rr(e, d, c), typeof c == "string" ? (e.push(Q(Re(c))), null) : c;
20469
+ return e.push(Tt), rr(e, d, c), typeof c == "string" ? (e.push(J(Re(c))), null) : c;
20436
20470
  }
20437
20471
  function nt(e) {
20438
20472
  var t = tu.get(e);
@@ -20499,7 +20533,7 @@ function Wb() {
20499
20533
  }
20500
20534
  }
20501
20535
  if (e.push(Tt), rr(e, ye, j), typeof j == "string") {
20502
- e.push(Q(Re(j)));
20536
+ e.push(J(Re(j)));
20503
20537
  var ve = null;
20504
20538
  } else ve = j;
20505
20539
  return ve;
@@ -20630,7 +20664,7 @@ function Wb() {
20630
20664
  }
20631
20665
  return typeof Sr == "string" && Sr[0] === `
20632
20666
  ` && e.push(vs), Sr !== null && (pe(Sr, "value"), e.push(
20633
- Q(Re("" + Sr))
20667
+ J(Re("" + Sr))
20634
20668
  )), null;
20635
20669
  case "input":
20636
20670
  un("input", c), e.push(nt("input"));
@@ -20754,7 +20788,7 @@ function Wb() {
20754
20788
  );
20755
20789
  if (e.push(Tt), Yc?.forEach(Cn, e), rr(e, Ft, Fl), typeof Fl == "string") {
20756
20790
  e.push(
20757
- Q(Re(Fl))
20791
+ J(Re(Fl))
20758
20792
  );
20759
20793
  var su = null;
20760
20794
  } else su = Fl;
@@ -20806,7 +20840,7 @@ function Wb() {
20806
20840
  );
20807
20841
  mr !== null ? (Zr = mr.action || "", tc = mr.encType, wo = mr.method, Ia = mr.target, Il = mr.data, pi = mr.name) : (e.push(
20808
20842
  _t,
20809
- Q("action"),
20843
+ J("action"),
20810
20844
  Pi,
20811
20845
  Ho,
20812
20846
  vn
@@ -20817,7 +20851,7 @@ function Wb() {
20817
20851
  e
20818
20852
  )), rr(e, Gc, Xi), typeof Xi == "string") {
20819
20853
  e.push(
20820
- Q(Re(Xi))
20854
+ J(Re(Xi))
20821
20855
  );
20822
20856
  var Oa = null;
20823
20857
  } else Oa = Xi;
@@ -20870,9 +20904,9 @@ function Wb() {
20870
20904
  }
20871
20905
  e.push(
20872
20906
  _t,
20873
- Q("data"),
20907
+ J("data"),
20874
20908
  Pi,
20875
- Q(Re(Xc)),
20909
+ J(Re(Xc)),
20876
20910
  vn
20877
20911
  );
20878
20912
  break;
@@ -20886,13 +20920,13 @@ function Wb() {
20886
20920
  }
20887
20921
  if (e.push(Tt), rr(e, Lu, ra), typeof ra == "string") {
20888
20922
  e.push(
20889
- Q(Re(ra))
20923
+ J(Re(ra))
20890
20924
  );
20891
20925
  var Fs = null;
20892
20926
  } else Fs = ra;
20893
20927
  return Fs;
20894
20928
  case "title":
20895
- var Is = N.tagScope & 1, wf = N.tagScope & 4;
20929
+ var Is = N.tagScope & 1, Tf = N.tagScope & 4;
20896
20930
  if (Xn.call(c, "children")) {
20897
20931
  var Eo = c.children, rc = Array.isArray(Eo) ? 2 > Eo.length ? Eo[0] : null : Eo;
20898
20932
  Array.isArray(Eo) && 1 < Eo.length ? console.error(
@@ -20913,7 +20947,7 @@ function Wb() {
20913
20947
  c
20914
20948
  );
20915
20949
  else
20916
- wf ? Co = null : (Ki(y.hoistableChunks, c), Co = void 0);
20950
+ Tf ? Co = null : (Ki(y.hoistableChunks, c), Co = void 0);
20917
20951
  return Co;
20918
20952
  case "link":
20919
20953
  var Os = N.tagScope & 1, cf = N.tagScope & 4, Qu = c.rel, ii = c.href, Ml = c.precedence;
@@ -20949,7 +20983,7 @@ function Wb() {
20949
20983
  ) ? d.styleResources[ii] : void 0;
20950
20984
  if (Qt !== Ln) {
20951
20985
  d.styleResources[ii] = Ln, Qi || (Qi = {
20952
- precedence: Q(Re(Ml)),
20986
+ precedence: J(Re(Ml)),
20953
20987
  rules: [],
20954
20988
  hrefs: [],
20955
20989
  sheets: /* @__PURE__ */ new Map()
@@ -21022,45 +21056,45 @@ function Wb() {
21022
21056
  var xi = null, Ds = null, uf;
21023
21057
  for (uf in c)
21024
21058
  if (Xn.call(c, uf)) {
21025
- var Tf = c[uf];
21026
- if (Tf != null)
21059
+ var Ef = c[uf];
21060
+ if (Ef != null)
21027
21061
  switch (uf) {
21028
21062
  case "children":
21029
- xi = Tf;
21063
+ xi = Ef;
21030
21064
  break;
21031
21065
  case "dangerouslySetInnerHTML":
21032
- Ds = Tf;
21066
+ Ds = Ef;
21033
21067
  break;
21034
21068
  default:
21035
21069
  Pn(
21036
21070
  e,
21037
21071
  uf,
21038
- Tf
21072
+ Ef
21039
21073
  );
21040
21074
  }
21041
21075
  }
21042
21076
  e.push(Tt);
21043
21077
  var qu = Array.isArray(xi) ? 2 > xi.length ? xi[0] : null : xi;
21044
21078
  typeof qu != "function" && typeof qu != "symbol" && qu !== null && qu !== void 0 && e.push(
21045
- Q(Ji(qu))
21079
+ J(Ji(qu))
21046
21080
  ), rr(
21047
21081
  e,
21048
21082
  Ds,
21049
21083
  xi
21050
21084
  ), e.push(Mt("style"));
21051
- var Vf = null;
21085
+ var Qf = null;
21052
21086
  } else {
21053
21087
  So.includes(" ") && console.error(
21054
21088
  'React expected the `href` prop for a <style> tag opting into hoisting semantics using the `precedence` prop to not have any spaces but ecountered spaces instead. using spaces in this prop will cause hydration of this style to fail on the client. The href for the <style> where this ocurred is "%s".',
21055
21089
  So
21056
21090
  );
21057
- var Nu = y.styles.get(Qc), Qf = d.styleResources.hasOwnProperty(So) ? d.styleResources[So] : void 0;
21058
- if (Qf !== Ln) {
21059
- d.styleResources[So] = Ln, Qf && console.error(
21091
+ var Nu = y.styles.get(Qc), Jf = d.styleResources.hasOwnProperty(So) ? d.styleResources[So] : void 0;
21092
+ if (Jf !== Ln) {
21093
+ d.styleResources[So] = Ln, Jf && console.error(
21060
21094
  'React encountered a hoistable style tag for the same href as a preload: "%s". When using a style tag to inline styles you should not also preload it as a stylsheet.',
21061
21095
  So
21062
21096
  ), Nu || (Nu = {
21063
- precedence: Q(
21097
+ precedence: J(
21064
21098
  Re(Qc)
21065
21099
  ),
21066
21100
  rules: [],
@@ -21084,115 +21118,115 @@ function Wb() {
21084
21118
  Qc,
21085
21119
  Ma
21086
21120
  ), Nu.hrefs.push(
21087
- Q(Re(So))
21121
+ J(Re(So))
21088
21122
  );
21089
- var Ef = Nu.rules, Cf = null, qh = null, Jf;
21090
- for (Jf in c)
21091
- if (Xn.call(c, Jf)) {
21092
- var ph = c[Jf];
21093
- if (ph != null)
21094
- switch (Jf) {
21123
+ var Cf = Nu.rules, Rf = null, jh = null, Kf;
21124
+ for (Kf in c)
21125
+ if (Xn.call(c, Kf)) {
21126
+ var xh = c[Kf];
21127
+ if (xh != null)
21128
+ switch (Kf) {
21095
21129
  case "children":
21096
- Cf = ph;
21130
+ Rf = xh;
21097
21131
  break;
21098
21132
  case "dangerouslySetInnerHTML":
21099
- qh = ph;
21133
+ jh = xh;
21100
21134
  }
21101
21135
  }
21102
- var Of = Array.isArray(Cf) ? 2 > Cf.length ? Cf[0] : null : Cf;
21103
- typeof Of != "function" && typeof Of != "symbol" && Of !== null && Of !== void 0 && Ef.push(
21104
- Q(Ji(Of))
21105
- ), rr(Ef, qh, Cf);
21136
+ var Mf = Array.isArray(Rf) ? 2 > Rf.length ? Rf[0] : null : Rf;
21137
+ typeof Mf != "function" && typeof Mf != "symbol" && Mf !== null && Mf !== void 0 && Cf.push(
21138
+ J(Ji(Mf))
21139
+ ), rr(Cf, jh, Rf);
21106
21140
  }
21107
21141
  }
21108
- Nu && F && F.styles.add(Nu), ie && e.push(Ut), Vf = void 0;
21142
+ Nu && F && F.styles.add(Nu), ie && e.push(Ut), Qf = void 0;
21109
21143
  }
21110
- return Vf;
21144
+ return Qf;
21111
21145
  case "meta":
21112
- var hg = N.tagScope & 1, dg = N.tagScope & 4;
21113
- if (N.insertionMode === Mr || hg || c.itemProp != null)
21114
- var jh = qt(
21146
+ var dg = N.tagScope & 1, gg = N.tagScope & 4;
21147
+ if (N.insertionMode === Mr || dg || c.itemProp != null)
21148
+ var $h = qt(
21115
21149
  e,
21116
21150
  c,
21117
21151
  "meta"
21118
21152
  );
21119
21153
  else
21120
- ie && e.push(Ut), jh = dg ? null : typeof c.charSet == "string" ? qt(y.charsetChunks, c, "meta") : c.name === "viewport" ? qt(y.viewportChunks, c, "meta") : qt(
21154
+ ie && e.push(Ut), $h = gg ? null : typeof c.charSet == "string" ? qt(y.charsetChunks, c, "meta") : c.name === "viewport" ? qt(y.viewportChunks, c, "meta") : qt(
21121
21155
  y.hoistableChunks,
21122
21156
  c,
21123
21157
  "meta"
21124
21158
  );
21125
- return jh;
21159
+ return $h;
21126
21160
  case "listing":
21127
21161
  case "pre":
21128
21162
  e.push(nt(t));
21129
- var Mf = null, _f = null, Df;
21130
- for (Df in c)
21131
- if (Xn.call(c, Df)) {
21132
- var Kf = c[Df];
21133
- if (Kf != null)
21134
- switch (Df) {
21163
+ var _f = null, Df = null, zf;
21164
+ for (zf in c)
21165
+ if (Xn.call(c, zf)) {
21166
+ var qf = c[zf];
21167
+ if (qf != null)
21168
+ switch (zf) {
21135
21169
  case "children":
21136
- Mf = Kf;
21170
+ _f = qf;
21137
21171
  break;
21138
21172
  case "dangerouslySetInnerHTML":
21139
- _f = Kf;
21173
+ Df = qf;
21140
21174
  break;
21141
21175
  default:
21142
21176
  Pn(
21143
21177
  e,
21144
- Df,
21145
- Kf
21178
+ zf,
21179
+ qf
21146
21180
  );
21147
21181
  }
21148
21182
  }
21149
- if (e.push(Tt), _f != null) {
21150
- if (Mf != null)
21183
+ if (e.push(Tt), Df != null) {
21184
+ if (_f != null)
21151
21185
  throw Error(
21152
21186
  "Can only set one of `children` or `props.dangerouslySetInnerHTML`."
21153
21187
  );
21154
- if (typeof _f != "object" || !("__html" in _f))
21188
+ if (typeof Df != "object" || !("__html" in Df))
21155
21189
  throw Error(
21156
21190
  "`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://react.dev/link/dangerously-set-inner-html for more information."
21157
21191
  );
21158
- var ju = _f.__html;
21192
+ var ju = Df.__html;
21159
21193
  ju != null && (typeof ju == "string" && 0 < ju.length && ju[0] === `
21160
- ` ? e.push(vs, Q(ju)) : (kt(ju), e.push(Q("" + ju))));
21194
+ ` ? e.push(vs, J(ju)) : (kt(ju), e.push(J("" + ju))));
21161
21195
  }
21162
- return typeof Mf == "string" && Mf[0] === `
21163
- ` && e.push(vs), Mf;
21196
+ return typeof _f == "string" && _f[0] === `
21197
+ ` && e.push(vs), _f;
21164
21198
  case "img":
21165
- var gg = N.tagScope & 3, ia = c.src, _l = c.srcSet;
21166
- if (!(c.loading === "lazy" || !ia && !_l || typeof ia != "string" && ia != null || typeof _l != "string" && _l != null || c.fetchPriority === "low" || gg) && (typeof ia != "string" || ia[4] !== ":" || ia[0] !== "d" && ia[0] !== "D" || ia[1] !== "a" && ia[1] !== "A" || ia[2] !== "t" && ia[2] !== "T" || ia[3] !== "a" && ia[3] !== "A") && (typeof _l != "string" || _l[4] !== ":" || _l[0] !== "d" && _l[0] !== "D" || _l[1] !== "a" && _l[1] !== "A" || _l[2] !== "t" && _l[2] !== "T" || _l[3] !== "a" && _l[3] !== "A")) {
21199
+ var vg = N.tagScope & 3, ia = c.src, _l = c.srcSet;
21200
+ if (!(c.loading === "lazy" || !ia && !_l || typeof ia != "string" && ia != null || typeof _l != "string" && _l != null || c.fetchPriority === "low" || vg) && (typeof ia != "string" || ia[4] !== ":" || ia[0] !== "d" && ia[0] !== "D" || ia[1] !== "a" && ia[1] !== "A" || ia[2] !== "t" && ia[2] !== "T" || ia[3] !== "a" && ia[3] !== "A") && (typeof _l != "string" || _l[4] !== ":" || _l[0] !== "d" && _l[0] !== "D" || _l[1] !== "a" && _l[1] !== "A" || _l[2] !== "t" && _l[2] !== "T" || _l[3] !== "a" && _l[3] !== "A")) {
21167
21201
  F !== null && N.tagScope & 64 && (F.suspenseyImages = !0);
21168
- var $h = typeof c.sizes == "string" ? c.sizes : void 0, Rf = _l ? _l + `
21169
- ` + ($h || "") : ia, xh = y.preloads.images, hf = xh.get(Rf);
21202
+ var ed = typeof c.sizes == "string" ? c.sizes : void 0, Sf = _l ? _l + `
21203
+ ` + (ed || "") : ia, wh = y.preloads.images, hf = wh.get(Sf);
21170
21204
  if (hf)
21171
- (c.fetchPriority === "high" || 10 > y.highImagePreloads.size) && (xh.delete(Rf), y.highImagePreloads.add(hf));
21172
- else if (!d.imageResources.hasOwnProperty(Rf)) {
21173
- d.imageResources[Rf] = ar;
21174
- var wh = c.crossOrigin, ed = typeof wh == "string" ? wh === "use-credentials" ? wh : "" : void 0, df = y.headers, Th;
21175
- df && 0 < df.remainingCapacity && typeof c.srcSet != "string" && (c.fetchPriority === "high" || 500 > df.highImagePreloads.length) && (Th = ca(ia, "image", {
21205
+ (c.fetchPriority === "high" || 10 > y.highImagePreloads.size) && (wh.delete(Sf), y.highImagePreloads.add(hf));
21206
+ else if (!d.imageResources.hasOwnProperty(Sf)) {
21207
+ d.imageResources[Sf] = ar;
21208
+ var Th = c.crossOrigin, nd = typeof Th == "string" ? Th === "use-credentials" ? Th : "" : void 0, df = y.headers, Eh;
21209
+ df && 0 < df.remainingCapacity && typeof c.srcSet != "string" && (c.fetchPriority === "high" || 500 > df.highImagePreloads.length) && (Eh = ca(ia, "image", {
21176
21210
  imageSrcSet: c.srcSet,
21177
21211
  imageSizes: c.sizes,
21178
- crossOrigin: ed,
21212
+ crossOrigin: nd,
21179
21213
  integrity: c.integrity,
21180
21214
  nonce: c.nonce,
21181
21215
  type: c.type,
21182
21216
  fetchPriority: c.fetchPriority,
21183
21217
  referrerPolicy: c.refererPolicy
21184
- }), 0 <= (df.remainingCapacity -= Th.length + 2)) ? (y.resets.image[Rf] = ar, df.highImagePreloads && (df.highImagePreloads += ", "), df.highImagePreloads += Th) : (hf = [], Vr(hf, {
21218
+ }), 0 <= (df.remainingCapacity -= Eh.length + 2)) ? (y.resets.image[Sf] = ar, df.highImagePreloads && (df.highImagePreloads += ", "), df.highImagePreloads += Eh) : (hf = [], Vr(hf, {
21185
21219
  rel: "preload",
21186
21220
  as: "image",
21187
21221
  href: _l ? void 0 : ia,
21188
21222
  imageSrcSet: _l,
21189
- imageSizes: $h,
21190
- crossOrigin: ed,
21223
+ imageSizes: ed,
21224
+ crossOrigin: nd,
21191
21225
  integrity: c.integrity,
21192
21226
  type: c.type,
21193
21227
  fetchPriority: c.fetchPriority,
21194
21228
  referrerPolicy: c.referrerPolicy
21195
- }), c.fetchPriority === "high" || 10 > y.highImagePreloads.size ? y.highImagePreloads.add(hf) : (y.bulkPreloads.add(hf), xh.set(Rf, hf)));
21229
+ }), c.fetchPriority === "high" || 10 > y.highImagePreloads.size ? y.highImagePreloads.add(hf) : (y.bulkPreloads.add(hf), wh.set(Sf, hf)));
21196
21230
  }
21197
21231
  }
21198
21232
  return qt(e, c, "img");
@@ -21219,73 +21253,73 @@ function Wb() {
21219
21253
  break;
21220
21254
  case "head":
21221
21255
  if (N.insertionMode < Or) {
21222
- var Eh = C || y.preamble;
21223
- if (Eh.headChunks)
21256
+ var Ch = C || y.preamble;
21257
+ if (Ch.headChunks)
21224
21258
  throw Error("The `<head>` tag may only be rendered once.");
21225
- C !== null && e.push(_c), Eh.headChunks = [];
21226
- var nd = In(
21227
- Eh.headChunks,
21259
+ C !== null && e.push(_c), Ch.headChunks = [];
21260
+ var td = In(
21261
+ Ch.headChunks,
21228
21262
  c,
21229
21263
  "head"
21230
21264
  );
21231
21265
  } else
21232
- nd = Pr(
21266
+ td = Pr(
21233
21267
  e,
21234
21268
  c,
21235
21269
  "head"
21236
21270
  );
21237
- return nd;
21271
+ return td;
21238
21272
  case "body":
21239
21273
  if (N.insertionMode < Or) {
21240
- var Ch = C || y.preamble;
21241
- if (Ch.bodyChunks)
21274
+ var Rh = C || y.preamble;
21275
+ if (Rh.bodyChunks)
21242
21276
  throw Error("The `<body>` tag may only be rendered once.");
21243
- C !== null && e.push($s), Ch.bodyChunks = [];
21244
- var td = In(
21245
- Ch.bodyChunks,
21277
+ C !== null && e.push($s), Rh.bodyChunks = [];
21278
+ var rd = In(
21279
+ Rh.bodyChunks,
21246
21280
  c,
21247
21281
  "body"
21248
21282
  );
21249
21283
  } else
21250
- td = Pr(
21284
+ rd = Pr(
21251
21285
  e,
21252
21286
  c,
21253
21287
  "body"
21254
21288
  );
21255
- return td;
21289
+ return rd;
21256
21290
  case "html":
21257
21291
  if (N.insertionMode === No) {
21258
- var Rh = C || y.preamble;
21259
- if (Rh.htmlChunks)
21292
+ var Sh = C || y.preamble;
21293
+ if (Sh.htmlChunks)
21260
21294
  throw Error("The `<html>` tag may only be rendered once.");
21261
- C !== null && e.push(eu), Rh.htmlChunks = [Yt];
21262
- var rd = In(
21263
- Rh.htmlChunks,
21295
+ C !== null && e.push(eu), Sh.htmlChunks = [Yt];
21296
+ var id = In(
21297
+ Sh.htmlChunks,
21264
21298
  c,
21265
21299
  "html"
21266
21300
  );
21267
21301
  } else
21268
- rd = Pr(
21302
+ id = Pr(
21269
21303
  e,
21270
21304
  c,
21271
21305
  "html"
21272
21306
  );
21273
- return rd;
21307
+ return id;
21274
21308
  default:
21275
21309
  if (t.indexOf("-") !== -1) {
21276
21310
  e.push(nt(t));
21277
- var Sh = null, id = null, Sf;
21278
- for (Sf in c)
21279
- if (Xn.call(c, Sf)) {
21280
- var zs = c[Sf];
21311
+ var mh = null, ld = null, mf;
21312
+ for (mf in c)
21313
+ if (Xn.call(c, mf)) {
21314
+ var zs = c[mf];
21281
21315
  if (zs != null) {
21282
- var ld = Sf;
21283
- switch (Sf) {
21316
+ var ad = mf;
21317
+ switch (mf) {
21284
21318
  case "children":
21285
- Sh = zs;
21319
+ mh = zs;
21286
21320
  break;
21287
21321
  case "dangerouslySetInnerHTML":
21288
- id = zs;
21322
+ ld = zs;
21289
21323
  break;
21290
21324
  case "style":
21291
21325
  Tn(e, zs);
@@ -21295,18 +21329,18 @@ function Wb() {
21295
21329
  case "ref":
21296
21330
  break;
21297
21331
  case "className":
21298
- ld = "class";
21332
+ ad = "class";
21299
21333
  default:
21300
- if (rt(Sf) && typeof zs != "function" && typeof zs != "symbol" && zs !== !1) {
21334
+ if (rt(mf) && typeof zs != "function" && typeof zs != "symbol" && zs !== !1) {
21301
21335
  if (zs === !0)
21302
21336
  zs = "";
21303
21337
  else if (typeof zs == "object")
21304
21338
  continue;
21305
21339
  e.push(
21306
21340
  _t,
21307
- Q(ld),
21341
+ J(ad),
21308
21342
  Pi,
21309
- Q(
21343
+ J(
21310
21344
  Re(zs)
21311
21345
  ),
21312
21346
  vn
@@ -21317,9 +21351,9 @@ function Wb() {
21317
21351
  }
21318
21352
  return e.push(Tt), rr(
21319
21353
  e,
21320
- id,
21321
- Sh
21322
- ), Sh;
21354
+ ld,
21355
+ mh
21356
+ ), mh;
21323
21357
  }
21324
21358
  }
21325
21359
  return Pr(e, c, t);
@@ -21342,7 +21376,7 @@ function Wb() {
21342
21376
  throw Error(
21343
21377
  "An ID must have been assigned before we can complete the boundary."
21344
21378
  );
21345
- return D(e, t.boundaryPrefix), D(e, Q(c.toString(16))), ce(e, Li);
21379
+ return D(e, t.boundaryPrefix), D(e, J(c.toString(16))), ce(e, Li);
21346
21380
  }
21347
21381
  function Ns(e, t, c, d) {
21348
21382
  switch (c.insertionMode) {
@@ -21350,19 +21384,19 @@ function Wb() {
21350
21384
  case wa:
21351
21385
  case Ac:
21352
21386
  case Or:
21353
- return D(e, Au), D(e, t.segmentPrefix), D(e, Q(d.toString(16))), ce(e, al);
21387
+ return D(e, Au), D(e, t.segmentPrefix), D(e, J(d.toString(16))), ce(e, al);
21354
21388
  case Mr:
21355
- return D(e, Ai), D(e, t.segmentPrefix), D(e, Q(d.toString(16))), ce(e, ka);
21389
+ return D(e, Ai), D(e, t.segmentPrefix), D(e, J(d.toString(16))), ce(e, ka);
21356
21390
  case ki:
21357
- return D(e, Bi), D(e, t.segmentPrefix), D(e, Q(d.toString(16))), ce(e, iu);
21391
+ return D(e, Bi), D(e, t.segmentPrefix), D(e, J(d.toString(16))), ce(e, iu);
21358
21392
  case Jl:
21359
- return D(e, Xo), D(e, t.segmentPrefix), D(e, Q(d.toString(16))), ce(e, i);
21393
+ return D(e, Xo), D(e, t.segmentPrefix), D(e, J(d.toString(16))), ce(e, i);
21360
21394
  case Fc:
21361
- return D(e, u), D(e, t.segmentPrefix), D(e, Q(d.toString(16))), ce(e, b);
21395
+ return D(e, u), D(e, t.segmentPrefix), D(e, J(d.toString(16))), ce(e, b);
21362
21396
  case Kl:
21363
- return D(e, S), D(e, t.segmentPrefix), D(e, Q(d.toString(16))), ce(e, P);
21397
+ return D(e, S), D(e, t.segmentPrefix), D(e, J(d.toString(16))), ce(e, P);
21364
21398
  case hs:
21365
- return D(e, B), D(e, t.segmentPrefix), D(e, Q(d.toString(16))), ce(e, V);
21399
+ return D(e, B), D(e, t.segmentPrefix), D(e, J(d.toString(16))), ce(e, V);
21366
21400
  default:
21367
21401
  throw Error("Unknown insertion mode. This is a bug in React.");
21368
21402
  }
@@ -21504,7 +21538,7 @@ function Wb() {
21504
21538
  function Oi(e, t) {
21505
21539
  (t.instructions & zn) === wt && (t.instructions |= zn, e.push(
21506
21540
  ws,
21507
- Q(
21541
+ J(
21508
21542
  Re("_" + t.idPrefix + "R_")
21509
21543
  ),
21510
21544
  vn
@@ -21518,7 +21552,7 @@ function Wb() {
21518
21552
  if (d.state === vo)
21519
21553
  D(e, c), d = d.props.href, pe(d, "href"), D(
21520
21554
  e,
21521
- Q(
21555
+ J(
21522
21556
  aa("" + d)
21523
21557
  )
21524
21558
  ), D(e, Jo), c = Ts;
@@ -21527,10 +21561,10 @@ function Wb() {
21527
21561
  var y = d.props["data-precedence"], C = d.props, F = $("" + d.props.href);
21528
21562
  D(
21529
21563
  e,
21530
- Q(aa(F))
21564
+ J(aa(F))
21531
21565
  ), pe(y, "precedence"), y = "" + y, D(e, Es), D(
21532
21566
  e,
21533
- Q(aa(y))
21567
+ J(aa(y))
21534
21568
  );
21535
21569
  for (var N in C)
21536
21570
  if (Xn.call(C, N) && (y = C[N], y != null))
@@ -21589,10 +21623,10 @@ function Wb() {
21589
21623
  }
21590
21624
  D(e, Es), D(
21591
21625
  e,
21592
- Q(aa(d))
21626
+ J(aa(d))
21593
21627
  ), D(e, Es), D(
21594
21628
  e,
21595
- Q(aa(t))
21629
+ J(aa(t))
21596
21630
  );
21597
21631
  }
21598
21632
  function Ha() {
@@ -21977,7 +22011,7 @@ Incoming: %s`,
21977
22011
  var N = e.$$IS_SIGNATURE_EQUAL;
21978
22012
  if (y !== null && typeof N == "function") {
21979
22013
  var ie = y[1];
21980
- N.call(e, y[2], y[3]) && (C = c !== void 0 ? "p" + c : "k" + J(
22014
+ N.call(e, y[2], y[3]) && (C = c !== void 0 ? "p" + c : "k" + Q(
21981
22015
  JSON.stringify([
21982
22016
  F,
21983
22017
  null,
@@ -21992,7 +22026,7 @@ Incoming: %s`,
21992
22026
  }, typeof G.$$FORM_ACTION == "function" && (e.$$FORM_ACTION = function(ye) {
21993
22027
  ye = G.$$FORM_ACTION(ye), c !== void 0 && (pe(c, "target"), c += "", ye.action = c);
21994
22028
  var we = ye.data;
21995
- return we && (C === null && (C = c !== void 0 ? "p" + c : "k" + J(
22029
+ return we && (C === null && (C = c !== void 0 ? "p" + c : "k" + Q(
21996
22030
  JSON.stringify([
21997
22031
  F,
21998
22032
  null,
@@ -23159,7 +23193,7 @@ Please update the following components: %s`,
23159
23193
  );
23160
23194
  case ba:
23161
23195
  e: if (t.replay !== null) {
23162
- var Fs = t.keyPath, Is = t.formatContext, wf = t.row;
23196
+ var Fs = t.keyPath, Is = t.formatContext, Tf = t.row;
23163
23197
  t.keyPath = c, t.formatContext = Ue(
23164
23198
  e.resumableState,
23165
23199
  Is
@@ -23168,7 +23202,7 @@ Please update the following components: %s`,
23168
23202
  try {
23169
23203
  lr(e, t, Eo, -1);
23170
23204
  } finally {
23171
- t.keyPath = Fs, t.formatContext = Is, t.row = wf;
23205
+ t.keyPath = Fs, t.formatContext = Is, t.row = Tf;
23172
23206
  }
23173
23207
  } else {
23174
23208
  var rc = t.keyPath, Co = t.formatContext, Os = t.row, cf = t.blockedBoundary, Qu = t.blockedPreamble, ii = t.hoistableState, Ml = t.blockedSegment, Ro = y.fallback, uu = y.children, Qi = /* @__PURE__ */ new Set(), Qt = t.formatContext.insertionMode < Or ? zl(
@@ -23224,8 +23258,8 @@ Please update the following components: %s`,
23224
23258
  ), mt.status = 6;
23225
23259
  try {
23226
23260
  lr(e, t, Ro, -1), mt.lastPushedText && mt.textEmbedded && mt.chunks.push(Ut), mt.status = Vn, tl(e, cf, mt);
23227
- } catch (Ef) {
23228
- throw mt.status = e.status === 12 ? Rt : kn, Ef;
23261
+ } catch (Cf) {
23262
+ throw mt.status = e.status === 12 ? Rt : kn, Cf;
23229
23263
  } finally {
23230
23264
  t.blockedSegment = Ml, t.blockedPreamble = Qu, t.keyPath = rc, t.formatContext = Co;
23231
23265
  }
@@ -23265,12 +23299,12 @@ Please update the following components: %s`,
23265
23299
  }
23266
23300
  } else
23267
23301
  Os !== null && Os.together && Xa(e, Os);
23268
- } catch (Ef) {
23302
+ } catch (Cf) {
23269
23303
  if (Qt.status = Le, e.status === 12) {
23270
23304
  ot.status = Rt;
23271
23305
  var Zc = e.fatalError;
23272
23306
  } else
23273
- ot.status = kn, Zc = Ef;
23307
+ ot.status = kn, Zc = Cf;
23274
23308
  var hu = on(t.componentStack), Vc = Nt(
23275
23309
  e,
23276
23310
  Zc,
@@ -23374,17 +23408,17 @@ Please update the following components: %s`,
23374
23408
  );
23375
23409
  return;
23376
23410
  case jr:
23377
- var Tf = d._context, qu = y.children;
23411
+ var Ef = d._context, qu = y.children;
23378
23412
  typeof qu != "function" && console.error(
23379
23413
  "A context consumer was rendered with multiple children, or a child that isn't a function. A context consumer expects a single child that is a function. If you did pass a function, make sure there is no trailing or leading whitespace around it."
23380
23414
  );
23381
- var Vf = qu(Tf._currentValue), Nu = t.keyPath;
23382
- t.keyPath = c, qr(e, t, Vf, -1), t.keyPath = Nu;
23415
+ var Qf = qu(Ef._currentValue), Nu = t.keyPath;
23416
+ t.keyPath = c, qr(e, t, Qf, -1), t.keyPath = Nu;
23383
23417
  return;
23384
23418
  case ya:
23385
- var Qf = Cr(d);
23419
+ var Jf = Cr(d);
23386
23420
  if (e.status === 12) throw null;
23387
- Ul(e, t, c, Qf, y, C);
23421
+ Ul(e, t, c, Jf, y, C);
23388
23422
  return;
23389
23423
  }
23390
23424
  var ff = "";
@@ -24274,7 +24308,7 @@ Check the top-level render call using <` + y + ">."), y = "", d != null && C !==
24274
24308
  case Zn:
24275
24309
  c.id = e.nextSegmentId++;
24276
24310
  case fn:
24277
- return d = c.id, c.lastPushedText = !1, c.textEmbedded = !1, e = e.renderState, D(t, zc), D(t, e.placeholderPrefix), e = Q(d.toString(16)), D(t, e), ce(t, ys);
24311
+ return d = c.id, c.lastPushedText = !1, c.textEmbedded = !1, e = e.renderState, D(t, zc), D(t, e.placeholderPrefix), e = J(d.toString(16)), D(t, e), ce(t, ys);
24278
24312
  case Vn:
24279
24313
  c.status = qn;
24280
24314
  var y = !0, C = c.chunks, F = 0;
@@ -24303,24 +24337,24 @@ Check the top-level render call using <` + y + ">."), y = "", d != null && C !==
24303
24337
  var C = y.row;
24304
24338
  C !== null && --C.pendingTasks === 0 && $t(e, C), C = y.errorDigest;
24305
24339
  var F = y.errorMessage, N = y.errorStack;
24306
- y = y.errorComponentStack, ce(t, ku), D(t, Lc), C && (D(t, Yo), D(t, Q(Re(C))), D(
24340
+ y = y.errorComponentStack, ce(t, ku), D(t, Lc), C && (D(t, Yo), D(t, J(Re(C))), D(
24307
24341
  t,
24308
24342
  ll
24309
24343
  )), F && (D(t, Sa), D(
24310
24344
  t,
24311
- Q(Re(F))
24345
+ J(Re(F))
24312
24346
  ), D(
24313
24347
  t,
24314
24348
  ll
24315
24349
  )), N && (D(t, Bc), D(
24316
24350
  t,
24317
- Q(Re(N))
24351
+ J(Re(N))
24318
24352
  ), D(
24319
24353
  t,
24320
24354
  ll
24321
24355
  )), y && (D(t, ma), D(
24322
24356
  t,
24323
- Q(Re(y))
24357
+ J(Re(y))
24324
24358
  ), D(
24325
24359
  t,
24326
24360
  ll
@@ -24372,7 +24406,7 @@ Check the top-level render call using <` + y + ">."), y = "", d != null && C !==
24372
24406
  return e.stylesToHoist = !1, D(t, e.startInlineScript), D(t, Tt), C ? ((d.instructions & Un) === wt && (d.instructions |= Un, D(t, zr)), (d.instructions & Fr) === wt && (d.instructions |= Fr, D(t, tn)), (d.instructions & An) === wt ? (d.instructions |= An, D(
24373
24407
  t,
24374
24408
  Et
24375
- )) : D(t, at)) : ((d.instructions & Fr) === wt && (d.instructions |= Fr, D(t, tn)), D(t, Sn)), d = Q(y.toString(16)), D(t, e.boundaryPrefix), D(t, d), D(t, Tr), D(t, e.segmentPrefix), D(t, d), C ? (D(t, si), hl(t, c)) : D(t, Ni), c = ce(t, rn), Bs(t, e) && c;
24409
+ )) : D(t, at)) : ((d.instructions & Fr) === wt && (d.instructions |= Fr, D(t, tn)), D(t, Sn)), d = J(y.toString(16)), D(t, e.boundaryPrefix), D(t, d), D(t, Tr), D(t, e.segmentPrefix), D(t, d), C ? (D(t, si), hl(t, c)) : D(t, Ni), c = ce(t, rn), Bs(t, e) && c;
24376
24410
  }
24377
24411
  function ls(e, t, c, d) {
24378
24412
  if (d.status === qn) return !0;
@@ -24394,7 +24428,7 @@ Check the top-level render call using <` + y + ">."), y = "", d != null && C !==
24394
24428
  t,
24395
24429
  d,
24396
24430
  y
24397
- ) : (Ec(e, t, d, y), c = e.resumableState, e = e.renderState, D(t, e.startInlineScript), D(t, Tt), (c.instructions & Dn) === wt ? (c.instructions |= Dn, D(t, le)) : D(t, Fe), D(t, e.segmentPrefix), C = Q(C.toString(16)), D(t, C), D(t, Pe), D(t, e.placeholderPrefix), D(t, C), t = ce(t, Rn), t);
24431
+ ) : (Ec(e, t, d, y), c = e.resumableState, e = e.renderState, D(t, e.startInlineScript), D(t, Tt), (c.instructions & Dn) === wt ? (c.instructions |= Dn, D(t, le)) : D(t, Fe), D(t, e.segmentPrefix), C = J(C.toString(16)), D(t, C), D(t, Pe), D(t, e.placeholderPrefix), D(t, C), t = ce(t, Rn), t);
24398
24432
  }
24399
24433
  function Ci(e, t) {
24400
24434
  xr = new Uint8Array(2048), hr = 0;
@@ -24454,7 +24488,7 @@ Check the top-level render call using <` + y + ">."), y = "", d != null && C !==
24454
24488
  var Nn = "_" + Xt.idPrefix + "R_";
24455
24489
  D(t, ws), D(
24456
24490
  t,
24457
- Q(Re(Nn))
24491
+ J(Re(Nn))
24458
24492
  ), D(t, vn);
24459
24493
  }
24460
24494
  D(t, Tt), D(t, Dc), ce(t, Vl);
@@ -24492,12 +24526,12 @@ Check the top-level render call using <` + y + ">."), y = "", d != null && C !==
24492
24526
  ), D(Ge, Tt), (di.instructions & Un) === wt ? (di.instructions |= Un, D(Ge, Dt)) : D(Ge, ei), D(
24493
24527
  Ge,
24494
24528
  Sr.boundaryPrefix
24495
- ), D(Ge, Q(cr.toString(16))), D(Ge, jl), (yt || nr || gi || Ii) && (D(
24529
+ ), D(Ge, J(cr.toString(16))), D(Ge, jl), (yt || nr || gi || Ii) && (D(
24496
24530
  Ge,
24497
24531
  Ct
24498
24532
  ), D(
24499
24533
  Ge,
24500
- Q(
24534
+ J(
24501
24535
  Ba(yt || "")
24502
24536
  )
24503
24537
  )), (nr || gi || Ii) && (D(
@@ -24505,7 +24539,7 @@ Check the top-level render call using <` + y + ">."), y = "", d != null && C !==
24505
24539
  Ct
24506
24540
  ), D(
24507
24541
  Ge,
24508
- Q(
24542
+ J(
24509
24543
  Ba(nr || "")
24510
24544
  )
24511
24545
  )), (gi || Ii) && (D(
@@ -24513,7 +24547,7 @@ Check the top-level render call using <` + y + ">."), y = "", d != null && C !==
24513
24547
  Ct
24514
24548
  ), D(
24515
24549
  Ge,
24516
- Q(
24550
+ J(
24517
24551
  Ba(gi || "")
24518
24552
  )
24519
24553
  )), Ii && (D(
@@ -24521,7 +24555,7 @@ Check the top-level render call using <` + y + ">."), y = "", d != null && C !==
24521
24555
  Ct
24522
24556
  ), D(
24523
24557
  Ge,
24524
- Q(
24558
+ J(
24525
24559
  Ba(Ii)
24526
24560
  )
24527
24561
  ));
@@ -24680,7 +24714,7 @@ Check the top-level render call using <` + y + ">."), y = "", d != null && C !==
24680
24714
  Learn more: https://react.dev/warnings/version-mismatch`)
24681
24715
  );
24682
24716
  }
24683
- var as = xf, os = rh, cs = /* @__PURE__ */ Symbol.for("react.transitional.element"), Rc = /* @__PURE__ */ Symbol.for("react.portal"), Gl = /* @__PURE__ */ Symbol.for("react.fragment"), Sc = /* @__PURE__ */ Symbol.for("react.strict_mode"), mc = /* @__PURE__ */ Symbol.for("react.profiler"), jr = /* @__PURE__ */ Symbol.for("react.consumer"), ht = /* @__PURE__ */ Symbol.for("react.context"), _n = /* @__PURE__ */ Symbol.for("react.forward_ref"), ba = /* @__PURE__ */ Symbol.for("react.suspense"), Ka = /* @__PURE__ */ Symbol.for("react.suspense_list"), qa = /* @__PURE__ */ Symbol.for("react.memo"), ya = /* @__PURE__ */ Symbol.for("react.lazy"), Js = /* @__PURE__ */ Symbol.for("react.scope"), fr = /* @__PURE__ */ Symbol.for("react.activity"), Gu = /* @__PURE__ */ Symbol.for("react.legacy_hidden"), il = /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel"), Ru = /* @__PURE__ */ Symbol.for("react.view_transition"), Ks = Symbol.iterator, Tl = Array.isArray, kc = /* @__PURE__ */ new WeakMap(), pr = /* @__PURE__ */ new WeakMap(), Xl = /* @__PURE__ */ Symbol.for("react.client.reference"), Su = new MessageChannel(), ja = [];
24717
+ var as = wf, os = ih, cs = /* @__PURE__ */ Symbol.for("react.transitional.element"), Rc = /* @__PURE__ */ Symbol.for("react.portal"), Gl = /* @__PURE__ */ Symbol.for("react.fragment"), Sc = /* @__PURE__ */ Symbol.for("react.strict_mode"), mc = /* @__PURE__ */ Symbol.for("react.profiler"), jr = /* @__PURE__ */ Symbol.for("react.consumer"), ht = /* @__PURE__ */ Symbol.for("react.context"), _n = /* @__PURE__ */ Symbol.for("react.forward_ref"), ba = /* @__PURE__ */ Symbol.for("react.suspense"), Ka = /* @__PURE__ */ Symbol.for("react.suspense_list"), qa = /* @__PURE__ */ Symbol.for("react.memo"), ya = /* @__PURE__ */ Symbol.for("react.lazy"), Js = /* @__PURE__ */ Symbol.for("react.scope"), fr = /* @__PURE__ */ Symbol.for("react.activity"), Gu = /* @__PURE__ */ Symbol.for("react.legacy_hidden"), il = /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel"), Ru = /* @__PURE__ */ Symbol.for("react.view_transition"), Ks = Symbol.iterator, Tl = Array.isArray, kc = /* @__PURE__ */ new WeakMap(), pr = /* @__PURE__ */ new WeakMap(), Xl = /* @__PURE__ */ Symbol.for("react.client.reference"), Su = new MessageChannel(), ja = [];
24684
24718
  Su.port1.onmessage = function() {
24685
24719
  var e = ja.shift();
24686
24720
  e && e();
@@ -25489,7 +25523,7 @@ Learn more: https://react.dev/warnings/version-mismatch`)
25489
25523
  t = t || "default";
25490
25524
  var F = C.styles.get(t), N = y.styleResources.hasOwnProperty(e) ? y.styleResources[e] : void 0;
25491
25525
  N !== Ln && (y.styleResources[e] = Ln, F || (F = {
25492
- precedence: Q(Re(t)),
25526
+ precedence: J(Re(t)),
25493
25527
  rules: [],
25494
25528
  hrefs: [],
25495
25529
  sheets: /* @__PURE__ */ new Map()
@@ -25554,7 +25588,7 @@ Learn more: https://react.dev/warnings/version-mismatch`)
25554
25588
  `$RB=[];$RV=function(a){$RT=performance.now();for(var b=0;b<a.length;b+=2){var c=a[b],e=a[b+1];null!==e.parentNode&&e.parentNode.removeChild(e);var f=c.parentNode;if(f){var g=c.previousSibling,h=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===h)break;else h--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||h++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;e.firstChild;)f.insertBefore(e.firstChild,c);g.data="$";g._reactRetry&&requestAnimationFrame(g._reactRetry)}}a.length=0};
25555
25589
  $RC=function(a,b){if(b=document.getElementById(b))(a=document.getElementById(a))?(a.previousSibling.data="$~",$RB.push(a,b),2===$RB.length&&("number"!==typeof $RT?requestAnimationFrame($RV.bind(null,$RB)):(a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:$RT+300-a)))):b.parentNode.removeChild(b)};`
25556
25590
  );
25557
- Q(
25591
+ J(
25558
25592
  `$RV=function(A,g){function k(a,b){var e=a.getAttribute(b);e&&(b=a.style,l.push(a,b.viewTransitionName,b.viewTransitionClass),"auto"!==e&&(b.viewTransitionClass=e),(a=a.getAttribute("vt-name"))||(a="_T_"+K++ +"_"),b.viewTransitionName=a,B=!0)}var B=!1,K=0,l=[];try{var f=document.__reactViewTransition;if(f){f.finished.finally($RV.bind(null,g));return}var m=new Map;for(f=1;f<g.length;f+=2)for(var h=g[f].querySelectorAll("[vt-share]"),d=0;d<h.length;d++){var c=h[d];m.set(c.getAttribute("vt-name"),c)}var u=[];for(h=0;h<g.length;h+=2){var C=g[h],x=C.parentNode;if(x){var v=x.getBoundingClientRect();if(v.left||v.top||v.width||v.height){c=C;for(f=0;c;){if(8===c.nodeType){var r=c.data;if("/$"===r)if(0===f)break;else f--;else"$"!==r&&"$?"!==r&&"$~"!==r&&"$!"!==r||f++}else if(1===c.nodeType){d=c;var D=d.getAttribute("vt-name"),y=m.get(D);k(d,y?"vt-share":"vt-exit");y&&(k(y,"vt-share"),m.set(D,null));var E=d.querySelectorAll("[vt-share]");for(d=0;d<E.length;d++){var F=E[d],G=F.getAttribute("vt-name"),
25559
25593
  H=m.get(G);H&&(k(F,"vt-share"),k(H,"vt-share"),m.set(G,null))}}c=c.nextSibling}for(var I=g[h+1],t=I.firstElementChild;t;)null!==m.get(t.getAttribute("vt-name"))&&k(t,"vt-enter"),t=t.nextElementSibling;c=x;do for(var n=c.firstElementChild;n;){var J=n.getAttribute("vt-update");J&&"none"!==J&&!l.includes(n)&&k(n,"vt-update");n=n.nextElementSibling}while((c=c.parentNode)&&1===c.nodeType&&"none"!==c.getAttribute("vt-update"));u.push.apply(u,I.querySelectorAll('img[src]:not([loading="lazy"])'))}}}if(B){var z=
25560
25594
  document.__reactViewTransition=document.startViewTransition({update:function(){A(g);for(var a=[document.documentElement.clientHeight,document.fonts.ready],b={},e=0;e<u.length;b={g:b.g},e++)if(b.g=u[e],!b.g.complete){var p=b.g.getBoundingClientRect();0<p.bottom&&0<p.right&&p.top<window.innerHeight&&p.left<window.innerWidth&&(p=new Promise(function(w){return function(q){w.g.addEventListener("load",q);w.g.addEventListener("error",q)}}(b)),a.push(p))}return Promise.race([Promise.all(a),new Promise(function(w){var q=
@@ -25931,29 +25965,29 @@ performance.now();setTimeout(w,2300>q&&2E3<q?2300-q:500)})])},types:[]});z.ready
25931
25965
  }, yf.version = "19.2.4";
25932
25966
  })()), yf;
25933
25967
  }
25934
- var Nd;
25935
- function Hb() {
25936
- if (Nd) return vf;
25937
- Nd = 1;
25968
+ var Wd;
25969
+ function Ub() {
25970
+ if (Wd) return vf;
25971
+ Wd = 1;
25938
25972
  var h, E;
25939
- return process.env.NODE_ENV === "production" ? (h = Lb(), E = Bb()) : (h = Nb(), E = Wb()), vf.version = h.version, vf.renderToString = h.renderToString, vf.renderToStaticMarkup = h.renderToStaticMarkup, vf.renderToReadableStream = E.renderToReadableStream, vf.resume = E.resume, vf;
25973
+ return process.env.NODE_ENV === "production" ? (h = Bb(), E = Nb()) : (h = Wb(), E = Hb()), vf.version = h.version, vf.renderToString = h.renderToString, vf.renderToStaticMarkup = h.renderToStaticMarkup, vf.renderToReadableStream = E.renderToReadableStream, vf.resume = E.resume, vf;
25940
25974
  }
25941
- var Ub = Hb();
25942
- function qb(h) {
25975
+ var Yb = Ub();
25976
+ function jb(h) {
25943
25977
  const { type: E, quiz: T, session: m, allSessions: O, ...I } = h;
25944
25978
  let X;
25945
25979
  if (E === "QUIZ_RESULTS" && T && O)
25946
- X = /* @__PURE__ */ _(Fg, { quiz: T, allSessions: O, options: I });
25980
+ X = /* @__PURE__ */ _(Ig, { quiz: T, allSessions: O, options: I });
25947
25981
  else if (E === "SESSION_RESULTS" && m)
25948
- X = /* @__PURE__ */ _(Og, { session: m, options: I });
25982
+ X = /* @__PURE__ */ _(Mg, { session: m, options: I });
25949
25983
  else
25950
25984
  throw new Error("Invalid report options: missing required data");
25951
- const Y = Ub.renderToString(
25952
- /* @__PURE__ */ _(zb, { children: X })
25985
+ const Y = Yb.renderToString(
25986
+ /* @__PURE__ */ _(Lb, { children: X })
25953
25987
  );
25954
- return Yb(Y);
25988
+ return Gb(Y);
25955
25989
  }
25956
- function Yb(h) {
25990
+ function Gb(h) {
25957
25991
  return `<!DOCTYPE html>
25958
25992
  <html lang="ru">
25959
25993
  <head>
@@ -25994,15 +26028,15 @@ function Yb(h) {
25994
26028
  </html>`;
25995
26029
  }
25996
26030
  export {
25997
- Ag as QuestionAnalysis,
25998
- Kb as QuizResultsReport,
25999
- Fg as QuizResultsReportSSR,
26000
- zb as ReportWrapper,
26001
- Og as SessionResultsReport,
26002
- Ig as SubjectStatistics,
26003
- Zd as calculateStats,
26031
+ Fg as QuestionAnalysis,
26032
+ qb as QuizResultsReport,
26033
+ Ig as QuizResultsReportSSR,
26034
+ Lb as ReportWrapper,
26035
+ Mg as SessionResultsReport,
26036
+ Og as SubjectStatistics,
26037
+ Vd as calculateStats,
26004
26038
  Hu as formatDate,
26005
- Xh as formatDuration,
26006
- qb as renderReportToHTML,
26007
- Db as reportTheme
26039
+ Zh as formatDuration,
26040
+ jb as renderReportToHTML,
26041
+ zb as reportTheme
26008
26042
  };