@rws-aoa/react-library 6.0.1 → 7.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (114) hide show
  1. package/dist/_constants.js.map +1 -1
  2. package/dist/chunks/FieldError.CCQnjdMd.js +161 -0
  3. package/dist/chunks/{FieldError.B8t3zEhf.js.map → FieldError.CCQnjdMd.js.map} +1 -1
  4. package/dist/chunks/compiler-runtime.hDcrsMwn.js +55 -0
  5. package/dist/chunks/compiler-runtime.hDcrsMwn.js.map +1 -0
  6. package/dist/components/atoms/_menu/menu-item/MenuItem.d.ts +2 -2
  7. package/dist/components/atoms/_menu/menu-item/MenuItem.d.ts.map +1 -1
  8. package/dist/components/atoms/_menu/menu-item/MenuItem.js +73 -128
  9. package/dist/components/atoms/_menu/menu-item/MenuItem.js.map +1 -1
  10. package/dist/components/atoms/_menu/user-menu/UserMenu.d.ts +1 -2
  11. package/dist/components/atoms/_menu/user-menu/UserMenu.d.ts.map +1 -1
  12. package/dist/components/atoms/_menu/user-menu/UserMenu.js +72 -72
  13. package/dist/components/atoms/_menu/user-menu/UserMenu.js.map +1 -1
  14. package/dist/components/atoms/button/Button.d.ts +2 -2
  15. package/dist/components/atoms/button/Button.d.ts.map +1 -1
  16. package/dist/components/atoms/button/Button.js +120 -133
  17. package/dist/components/atoms/button/Button.js.map +1 -1
  18. package/dist/components/atoms/icon-button/IconButton.d.ts +6 -1
  19. package/dist/components/atoms/icon-button/IconButton.d.ts.map +1 -1
  20. package/dist/components/atoms/icon-button/IconButton.js +50 -50
  21. package/dist/components/atoms/icon-button/IconButton.js.map +1 -1
  22. package/dist/components/atoms/input/Input.d.ts +1 -2
  23. package/dist/components/atoms/input/Input.d.ts.map +1 -1
  24. package/dist/components/atoms/input/Input.js +51 -56
  25. package/dist/components/atoms/input/Input.js.map +1 -1
  26. package/dist/components/atoms/logo/Logo.d.ts +2 -2
  27. package/dist/components/atoms/logo/Logo.d.ts.map +1 -1
  28. package/dist/components/atoms/logo/Logo.js +298 -457
  29. package/dist/components/atoms/logo/Logo.js.map +1 -1
  30. package/dist/components/atoms/no-permission/NoPermission.d.ts +1 -1
  31. package/dist/components/atoms/no-permission/NoPermission.d.ts.map +1 -1
  32. package/dist/components/atoms/no-permission/NoPermission.js +20 -23
  33. package/dist/components/atoms/no-permission/NoPermission.js.map +1 -1
  34. package/dist/components/atoms/notification/Notification.d.ts +1 -2
  35. package/dist/components/atoms/notification/Notification.d.ts.map +1 -1
  36. package/dist/components/atoms/notification/Notification.js +29 -41
  37. package/dist/components/atoms/notification/Notification.js.map +1 -1
  38. package/dist/components/atoms/notification/_icons/Error.d.ts +1 -1
  39. package/dist/components/atoms/notification/_icons/Error.d.ts.map +1 -1
  40. package/dist/components/atoms/notification/_icons/Error.js +25 -32
  41. package/dist/components/atoms/notification/_icons/Error.js.map +1 -1
  42. package/dist/components/atoms/notification/_icons/Info.d.ts +1 -1
  43. package/dist/components/atoms/notification/_icons/Info.d.ts.map +1 -1
  44. package/dist/components/atoms/notification/_icons/Info.js +26 -39
  45. package/dist/components/atoms/notification/_icons/Info.js.map +1 -1
  46. package/dist/components/atoms/notification/_icons/Success.d.ts +1 -1
  47. package/dist/components/atoms/notification/_icons/Success.d.ts.map +1 -1
  48. package/dist/components/atoms/notification/_icons/Success.js +26 -39
  49. package/dist/components/atoms/notification/_icons/Success.js.map +1 -1
  50. package/dist/components/atoms/notification/_icons/Warning.js +23 -38
  51. package/dist/components/atoms/notification/_icons/Warning.js.map +1 -1
  52. package/dist/components/atoms/section-header/SectionHeader.d.ts +1 -1
  53. package/dist/components/atoms/section-header/SectionHeader.d.ts.map +1 -1
  54. package/dist/components/atoms/section-header/SectionHeader.js +37 -64
  55. package/dist/components/atoms/section-header/SectionHeader.js.map +1 -1
  56. package/dist/components/atoms/selection-buttons/checkbox/Checkbox.d.ts +1 -2
  57. package/dist/components/atoms/selection-buttons/checkbox/Checkbox.d.ts.map +1 -1
  58. package/dist/components/atoms/selection-buttons/checkbox/Checkbox.js +23 -35
  59. package/dist/components/atoms/selection-buttons/checkbox/Checkbox.js.map +1 -1
  60. package/dist/components/atoms/selection-buttons/radio-button/RadioButton.d.ts +1 -2
  61. package/dist/components/atoms/selection-buttons/radio-button/RadioButton.d.ts.map +1 -1
  62. package/dist/components/atoms/selection-buttons/radio-button/RadioButton.js +19 -29
  63. package/dist/components/atoms/selection-buttons/radio-button/RadioButton.js.map +1 -1
  64. package/dist/components/atoms/selection-buttons/switch-button/SwitchButton.d.ts +1 -2
  65. package/dist/components/atoms/selection-buttons/switch-button/SwitchButton.d.ts.map +1 -1
  66. package/dist/components/atoms/selection-buttons/switch-button/SwitchButton.js +26 -29
  67. package/dist/components/atoms/selection-buttons/switch-button/SwitchButton.js.map +1 -1
  68. package/dist/components/atoms/table/Table.d.ts +1 -0
  69. package/dist/components/atoms/table/Table.d.ts.map +1 -1
  70. package/dist/components/atoms/table/Table.js +173 -202
  71. package/dist/components/atoms/table/Table.js.map +1 -1
  72. package/dist/components/atoms/table/_QuickSearchToolbar.d.ts +1 -1
  73. package/dist/components/atoms/table/_QuickSearchToolbar.d.ts.map +1 -1
  74. package/dist/components/atoms/table/_QuickSearchToolbar.js +1434 -1523
  75. package/dist/components/atoms/table/_QuickSearchToolbar.js.map +1 -1
  76. package/dist/components/atoms/tooltip/Tooltip.js +16 -27
  77. package/dist/components/atoms/tooltip/Tooltip.js.map +1 -1
  78. package/dist/components/atoms/zero-width-space/ZeroWidthSpace.d.ts +1 -2
  79. package/dist/components/atoms/zero-width-space/ZeroWidthSpace.d.ts.map +1 -1
  80. package/dist/components/atoms/zero-width-space/ZeroWidthSpace.js +16 -7
  81. package/dist/components/atoms/zero-width-space/ZeroWidthSpace.js.map +1 -1
  82. package/dist/components/molecules/field-error/FieldError.js +3 -2
  83. package/dist/components/molecules/field-error/FieldError.js.map +1 -1
  84. package/dist/components/molecules/file-dropzone/FileDropzone.d.ts.map +1 -1
  85. package/dist/components/molecules/file-dropzone/FileDropzone.js +90 -79
  86. package/dist/components/molecules/file-dropzone/FileDropzone.js.map +1 -1
  87. package/dist/components/molecules/file-table/FileTable.js +4 -14
  88. package/dist/components/molecules/file-table/FileTable.js.map +1 -1
  89. package/dist/components/molecules/form-error/FormError.js +3 -2
  90. package/dist/components/molecules/form-error/FormError.js.map +1 -1
  91. package/dist/components/molecules/form-modal/FormModal.js +3 -2
  92. package/dist/components/molecules/form-modal/FormModal.js.map +1 -1
  93. package/dist/components/molecules/modal/Modal.d.ts +1 -1
  94. package/dist/components/molecules/modal/Modal.d.ts.map +1 -1
  95. package/dist/components/molecules/modal/Modal.js +50 -68
  96. package/dist/components/molecules/modal/Modal.js.map +1 -1
  97. package/dist/components/molecules/modal-close-button/ModalCloseButton.d.ts +1 -1
  98. package/dist/components/molecules/modal-close-button/ModalCloseButton.d.ts.map +1 -1
  99. package/dist/components/molecules/modal-close-button/ModalCloseButton.js +20 -19
  100. package/dist/components/molecules/modal-close-button/ModalCloseButton.js.map +1 -1
  101. package/dist/components/molecules/navigation-bar/NavigationBar.d.ts +1 -2
  102. package/dist/components/molecules/navigation-bar/NavigationBar.d.ts.map +1 -1
  103. package/dist/components/molecules/navigation-bar/NavigationBar.js +96 -97
  104. package/dist/components/molecules/navigation-bar/NavigationBar.js.map +1 -1
  105. package/dist/components/molecules/upload-button/UploadButton.js +36 -33
  106. package/dist/components/molecules/upload-button/UploadButton.js.map +1 -1
  107. package/dist/components/organisms/content-page/ContentPage.d.ts +1 -1
  108. package/dist/components/organisms/content-page/ContentPage.d.ts.map +1 -1
  109. package/dist/components/organisms/content-page/ContentPage.js +22 -11
  110. package/dist/components/organisms/content-page/ContentPage.js.map +1 -1
  111. package/dist/contexts/TanstackFormContext.js +1 -1
  112. package/dist/index.js +1 -1
  113. package/package.json +14 -14
  114. package/dist/chunks/FieldError.B8t3zEhf.js +0 -143
@@ -1,15 +1,15 @@
1
- import { jsxs as yt, jsx as Q } from "react/jsx-runtime";
2
- import { Refresh as Er } from "@mui/icons-material";
3
- import * as he from "react";
4
- import { g as Or } from "../../../chunks/lodash.CA_K01A9.js";
5
- import $r from "@emotion/styled";
1
+ import { jsxs as dt, jsx as K } from "react/jsx-runtime";
2
+ import { Refresh as Cr } from "@mui/icons-material";
3
+ import * as pe from "react";
4
+ import { g as Tr } from "../../../chunks/lodash.CA_K01A9.js";
5
+ import Er from "@emotion/styled";
6
6
  import "@emotion/react";
7
- import { Badge as Ar, TextField as kr, inputBaseClasses as Rr, InputAdornment as Pr } from "@mui/material";
8
- import { Toolbar as _r, ToolbarButton as at, QuickFilter as Ir, FilterPanelTrigger as Nr, QuickFilterControl as Br, QuickFilterClear as jr } from "@mui/x-data-grid";
9
- import { AoaIconButton as Dr } from "../icon-button/IconButton.js";
10
- import { AoaTooltip as Mr } from "../tooltip/Tooltip.js";
11
- const _t = (e) => e, Vr = () => {
12
- let e = _t;
7
+ import { Badge as wr, TextField as xr, inputBaseClasses as Or, InputAdornment as $r } from "@mui/material";
8
+ import { Toolbar as Ar, ToolbarButton as tt, QuickFilter as kr, FilterPanelTrigger as _r, QuickFilterControl as Rr, QuickFilterClear as Pr } from "@mui/x-data-grid";
9
+ import { AoaIconButton as Ir } from "../icon-button/IconButton.js";
10
+ import { AoaTooltip as Nr } from "../tooltip/Tooltip.js";
11
+ const Ot = (e) => e, Br = () => {
12
+ let e = Ot;
13
13
  return {
14
14
  configure(t) {
15
15
  e = t;
@@ -18,210 +18,180 @@ const _t = (e) => e, Vr = () => {
18
18
  return e(t);
19
19
  },
20
20
  reset() {
21
- e = _t;
21
+ e = Ot;
22
22
  }
23
23
  };
24
- }, Fr = Vr();
25
- function ge(e, ...t) {
24
+ }, Dr = Br();
25
+ function me(e, ...t) {
26
26
  const r = new URL(`https://mui.com/production-error/?code=${e}`);
27
27
  return t.forEach((n) => r.searchParams.append("args[]", n)), `Minified MUI error #${e}; visit ${r} for the full message.`;
28
28
  }
29
- function Ce(e) {
29
+ function ve(e) {
30
30
  if (typeof e != "string")
31
- throw new Error(process.env.NODE_ENV !== "production" ? "MUI: `capitalize(string)` expects a string argument." : ge(7));
31
+ throw new Error(process.env.NODE_ENV !== "production" ? "MUI: `capitalize(string)` expects a string argument." : me(7));
32
32
  return e.charAt(0).toUpperCase() + e.slice(1);
33
33
  }
34
- var Ve = { exports: {} }, Fe = { exports: {} }, V = {};
34
+ var Be = { exports: {} }, De = { exports: {} }, M = {};
35
35
  /**
36
36
  * @license React
37
- * react-is.production.min.js
37
+ * react-is.production.js
38
38
  *
39
- * Copyright (c) Facebook, Inc. and its affiliates.
39
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
40
40
  *
41
41
  * This source code is licensed under the MIT license found in the
42
42
  * LICENSE file in the root directory of this source tree.
43
43
  */
44
- var It;
45
- function Lr() {
46
- if (It) return V;
47
- It = 1;
48
- var e = Symbol.for("react.element"), t = Symbol.for("react.portal"), r = Symbol.for("react.fragment"), n = Symbol.for("react.strict_mode"), o = Symbol.for("react.profiler"), i = Symbol.for("react.provider"), s = Symbol.for("react.context"), c = Symbol.for("react.server_context"), f = Symbol.for("react.forward_ref"), u = Symbol.for("react.suspense"), m = Symbol.for("react.suspense_list"), h = Symbol.for("react.memo"), p = Symbol.for("react.lazy"), S = Symbol.for("react.offscreen"), v;
49
- v = Symbol.for("react.module.reference");
50
- function g(d) {
51
- if (typeof d == "object" && d !== null) {
52
- var x = d.$$typeof;
53
- switch (x) {
44
+ var $t;
45
+ function Mr() {
46
+ if ($t) return M;
47
+ $t = 1;
48
+ var e = Symbol.for("react.transitional.element"), t = Symbol.for("react.portal"), r = Symbol.for("react.fragment"), n = Symbol.for("react.strict_mode"), o = Symbol.for("react.profiler"), i = Symbol.for("react.consumer"), c = Symbol.for("react.context"), l = Symbol.for("react.forward_ref"), d = Symbol.for("react.suspense"), f = Symbol.for("react.suspense_list"), m = Symbol.for("react.memo"), h = Symbol.for("react.lazy"), p = Symbol.for("react.view_transition"), v = Symbol.for("react.client.reference");
49
+ function y(s) {
50
+ if (typeof s == "object" && s !== null) {
51
+ var S = s.$$typeof;
52
+ switch (S) {
54
53
  case e:
55
- switch (d = d.type, d) {
54
+ switch (s = s.type, s) {
56
55
  case r:
57
56
  case o:
58
57
  case n:
59
- case u:
60
- case m:
61
- return d;
58
+ case d:
59
+ case f:
60
+ case p:
61
+ return s;
62
62
  default:
63
- switch (d = d && d.$$typeof, d) {
63
+ switch (s = s && s.$$typeof, s) {
64
64
  case c:
65
- case s:
66
- case f:
67
- case p:
65
+ case l:
68
66
  case h:
67
+ case m:
68
+ return s;
69
69
  case i:
70
- return d;
70
+ return s;
71
71
  default:
72
- return x;
72
+ return S;
73
73
  }
74
74
  }
75
75
  case t:
76
- return x;
76
+ return S;
77
77
  }
78
78
  }
79
79
  }
80
- return V.ContextConsumer = s, V.ContextProvider = i, V.Element = e, V.ForwardRef = f, V.Fragment = r, V.Lazy = p, V.Memo = h, V.Portal = t, V.Profiler = o, V.StrictMode = n, V.Suspense = u, V.SuspenseList = m, V.isAsyncMode = function() {
81
- return !1;
82
- }, V.isConcurrentMode = function() {
83
- return !1;
84
- }, V.isContextConsumer = function(d) {
85
- return g(d) === s;
86
- }, V.isContextProvider = function(d) {
87
- return g(d) === i;
88
- }, V.isElement = function(d) {
89
- return typeof d == "object" && d !== null && d.$$typeof === e;
90
- }, V.isForwardRef = function(d) {
91
- return g(d) === f;
92
- }, V.isFragment = function(d) {
93
- return g(d) === r;
94
- }, V.isLazy = function(d) {
95
- return g(d) === p;
96
- }, V.isMemo = function(d) {
97
- return g(d) === h;
98
- }, V.isPortal = function(d) {
99
- return g(d) === t;
100
- }, V.isProfiler = function(d) {
101
- return g(d) === o;
102
- }, V.isStrictMode = function(d) {
103
- return g(d) === n;
104
- }, V.isSuspense = function(d) {
105
- return g(d) === u;
106
- }, V.isSuspenseList = function(d) {
107
- return g(d) === m;
108
- }, V.isValidElementType = function(d) {
109
- return typeof d == "string" || typeof d == "function" || d === r || d === o || d === n || d === u || d === m || d === S || typeof d == "object" && d !== null && (d.$$typeof === p || d.$$typeof === h || d.$$typeof === i || d.$$typeof === s || d.$$typeof === f || d.$$typeof === v || d.getModuleId !== void 0);
110
- }, V.typeOf = g, V;
111
- }
112
- var F = {};
80
+ return M.ContextConsumer = i, M.ContextProvider = c, M.Element = e, M.ForwardRef = l, M.Fragment = r, M.Lazy = h, M.Memo = m, M.Portal = t, M.Profiler = o, M.StrictMode = n, M.Suspense = d, M.SuspenseList = f, M.isContextConsumer = function(s) {
81
+ return y(s) === i;
82
+ }, M.isContextProvider = function(s) {
83
+ return y(s) === c;
84
+ }, M.isElement = function(s) {
85
+ return typeof s == "object" && s !== null && s.$$typeof === e;
86
+ }, M.isForwardRef = function(s) {
87
+ return y(s) === l;
88
+ }, M.isFragment = function(s) {
89
+ return y(s) === r;
90
+ }, M.isLazy = function(s) {
91
+ return y(s) === h;
92
+ }, M.isMemo = function(s) {
93
+ return y(s) === m;
94
+ }, M.isPortal = function(s) {
95
+ return y(s) === t;
96
+ }, M.isProfiler = function(s) {
97
+ return y(s) === o;
98
+ }, M.isStrictMode = function(s) {
99
+ return y(s) === n;
100
+ }, M.isSuspense = function(s) {
101
+ return y(s) === d;
102
+ }, M.isSuspenseList = function(s) {
103
+ return y(s) === f;
104
+ }, M.isValidElementType = function(s) {
105
+ return typeof s == "string" || typeof s == "function" || s === r || s === o || s === n || s === d || s === f || typeof s == "object" && s !== null && (s.$$typeof === h || s.$$typeof === m || s.$$typeof === c || s.$$typeof === i || s.$$typeof === l || s.$$typeof === v || s.getModuleId !== void 0);
106
+ }, M.typeOf = y, M;
107
+ }
108
+ var j = {};
113
109
  /**
114
110
  * @license React
115
111
  * react-is.development.js
116
112
  *
117
- * Copyright (c) Facebook, Inc. and its affiliates.
113
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
118
114
  *
119
115
  * This source code is licensed under the MIT license found in the
120
116
  * LICENSE file in the root directory of this source tree.
121
117
  */
122
- var Nt;
123
- function Wr() {
124
- return Nt || (Nt = 1, process.env.NODE_ENV !== "production" && function() {
125
- var e = Symbol.for("react.element"), t = Symbol.for("react.portal"), r = Symbol.for("react.fragment"), n = Symbol.for("react.strict_mode"), o = Symbol.for("react.profiler"), i = Symbol.for("react.provider"), s = Symbol.for("react.context"), c = Symbol.for("react.server_context"), f = Symbol.for("react.forward_ref"), u = Symbol.for("react.suspense"), m = Symbol.for("react.suspense_list"), h = Symbol.for("react.memo"), p = Symbol.for("react.lazy"), S = Symbol.for("react.offscreen"), v = !1, g = !1, d = !1, x = !1, J = !1, O;
126
- O = Symbol.for("react.module.reference");
127
- function T(w) {
128
- return !!(typeof w == "string" || typeof w == "function" || w === r || w === o || J || w === n || w === u || w === m || x || w === S || v || g || d || typeof w == "object" && w !== null && (w.$$typeof === p || w.$$typeof === h || w.$$typeof === i || w.$$typeof === s || w.$$typeof === f || // This needs to include all possible module reference object
129
- // types supported by any Flight configuration anywhere since
130
- // we don't know which Flight build this will end up being used
131
- // with.
132
- w.$$typeof === O || w.getModuleId !== void 0));
133
- }
134
- function R(w) {
135
- if (typeof w == "object" && w !== null) {
136
- var it = w.$$typeof;
137
- switch (it) {
138
- case e:
139
- var Me = w.type;
140
- switch (Me) {
141
- case r:
142
- case o:
118
+ var At;
119
+ function jr() {
120
+ return At || (At = 1, process.env.NODE_ENV !== "production" && function() {
121
+ function e(s) {
122
+ if (typeof s == "object" && s !== null) {
123
+ var S = s.$$typeof;
124
+ switch (S) {
125
+ case t:
126
+ switch (s = s.type, s) {
143
127
  case n:
144
- case u:
128
+ case i:
129
+ case o:
130
+ case f:
145
131
  case m:
146
- return Me;
132
+ case v:
133
+ return s;
147
134
  default:
148
- var Pt = Me && Me.$$typeof;
149
- switch (Pt) {
150
- case c:
151
- case s:
152
- case f:
135
+ switch (s = s && s.$$typeof, s) {
136
+ case l:
137
+ case d:
153
138
  case p:
154
139
  case h:
155
- case i:
156
- return Pt;
140
+ return s;
141
+ case c:
142
+ return s;
157
143
  default:
158
- return it;
144
+ return S;
159
145
  }
160
146
  }
161
- case t:
162
- return it;
147
+ case r:
148
+ return S;
163
149
  }
164
150
  }
165
151
  }
166
- var U = s, K = i, q = e, D = f, a = r, C = p, M = h, j = t, re = o, Z = n, ne = u, ce = m, je = !1, De = !1;
167
- function y(w) {
168
- return je || (je = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 18+.")), !1;
169
- }
170
- function b(w) {
171
- return De || (De = !0, console.warn("The ReactIs.isConcurrentMode() alias has been deprecated, and will be removed in React 18+.")), !1;
172
- }
173
- function P(w) {
174
- return R(w) === s;
175
- }
176
- function A(w) {
177
- return R(w) === i;
178
- }
179
- function E(w) {
180
- return typeof w == "object" && w !== null && w.$$typeof === e;
181
- }
182
- function _(w) {
183
- return R(w) === f;
184
- }
185
- function $(w) {
186
- return R(w) === r;
187
- }
188
- function k(w) {
189
- return R(w) === p;
190
- }
191
- function I(w) {
192
- return R(w) === h;
193
- }
194
- function L(w) {
195
- return R(w) === t;
196
- }
197
- function N(w) {
198
- return R(w) === o;
199
- }
200
- function te(w) {
201
- return R(w) === n;
202
- }
203
- function ee(w) {
204
- return R(w) === u;
205
- }
206
- function pe(w) {
207
- return R(w) === m;
208
- }
209
- F.ContextConsumer = U, F.ContextProvider = K, F.Element = q, F.ForwardRef = D, F.Fragment = a, F.Lazy = C, F.Memo = M, F.Portal = j, F.Profiler = re, F.StrictMode = Z, F.Suspense = ne, F.SuspenseList = ce, F.isAsyncMode = y, F.isConcurrentMode = b, F.isContextConsumer = P, F.isContextProvider = A, F.isElement = E, F.isForwardRef = _, F.isFragment = $, F.isLazy = k, F.isMemo = I, F.isPortal = L, F.isProfiler = N, F.isStrictMode = te, F.isSuspense = ee, F.isSuspenseList = pe, F.isValidElementType = T, F.typeOf = R;
210
- }()), F;
211
- }
212
- var Bt;
213
- function Ct() {
214
- return Bt || (Bt = 1, process.env.NODE_ENV === "production" ? Fe.exports = Lr() : Fe.exports = Wr()), Fe.exports;
152
+ var t = Symbol.for("react.transitional.element"), r = Symbol.for("react.portal"), n = Symbol.for("react.fragment"), o = Symbol.for("react.strict_mode"), i = Symbol.for("react.profiler"), c = Symbol.for("react.consumer"), l = Symbol.for("react.context"), d = Symbol.for("react.forward_ref"), f = Symbol.for("react.suspense"), m = Symbol.for("react.suspense_list"), h = Symbol.for("react.memo"), p = Symbol.for("react.lazy"), v = Symbol.for("react.view_transition"), y = Symbol.for("react.client.reference");
153
+ j.ContextConsumer = c, j.ContextProvider = l, j.Element = t, j.ForwardRef = d, j.Fragment = n, j.Lazy = p, j.Memo = h, j.Portal = r, j.Profiler = i, j.StrictMode = o, j.Suspense = f, j.SuspenseList = m, j.isContextConsumer = function(s) {
154
+ return e(s) === c;
155
+ }, j.isContextProvider = function(s) {
156
+ return e(s) === l;
157
+ }, j.isElement = function(s) {
158
+ return typeof s == "object" && s !== null && s.$$typeof === t;
159
+ }, j.isForwardRef = function(s) {
160
+ return e(s) === d;
161
+ }, j.isFragment = function(s) {
162
+ return e(s) === n;
163
+ }, j.isLazy = function(s) {
164
+ return e(s) === p;
165
+ }, j.isMemo = function(s) {
166
+ return e(s) === h;
167
+ }, j.isPortal = function(s) {
168
+ return e(s) === r;
169
+ }, j.isProfiler = function(s) {
170
+ return e(s) === i;
171
+ }, j.isStrictMode = function(s) {
172
+ return e(s) === o;
173
+ }, j.isSuspense = function(s) {
174
+ return e(s) === f;
175
+ }, j.isSuspenseList = function(s) {
176
+ return e(s) === m;
177
+ }, j.isValidElementType = function(s) {
178
+ return typeof s == "string" || typeof s == "function" || s === n || s === i || s === o || s === f || s === m || typeof s == "object" && s !== null && (s.$$typeof === p || s.$$typeof === h || s.$$typeof === l || s.$$typeof === c || s.$$typeof === d || s.$$typeof === y || s.getModuleId !== void 0);
179
+ }, j.typeOf = e;
180
+ }()), j;
181
+ }
182
+ var kt;
183
+ function gt() {
184
+ return kt || (kt = 1, process.env.NODE_ENV === "production" ? De.exports = /* @__PURE__ */ Mr() : De.exports = /* @__PURE__ */ jr()), De.exports;
215
185
  }
216
186
  /*
217
187
  object-assign
218
188
  (c) Sindre Sorhus
219
189
  @license MIT
220
190
  */
221
- var st, jt;
222
- function zr() {
223
- if (jt) return st;
224
- jt = 1;
191
+ var rt, _t;
192
+ function Vr() {
193
+ if (_t) return rt;
194
+ _t = 1;
225
195
  var e = Object.getOwnPropertySymbols, t = Object.prototype.hasOwnProperty, r = Object.prototype.propertyIsEnumerable;
226
196
  function n(i) {
227
197
  if (i == null)
@@ -235,64 +205,64 @@ function zr() {
235
205
  var i = new String("abc");
236
206
  if (i[5] = "de", Object.getOwnPropertyNames(i)[0] === "5")
237
207
  return !1;
238
- for (var s = {}, c = 0; c < 10; c++)
239
- s["_" + String.fromCharCode(c)] = c;
240
- var f = Object.getOwnPropertyNames(s).map(function(m) {
241
- return s[m];
208
+ for (var c = {}, l = 0; l < 10; l++)
209
+ c["_" + String.fromCharCode(l)] = l;
210
+ var d = Object.getOwnPropertyNames(c).map(function(m) {
211
+ return c[m];
242
212
  });
243
- if (f.join("") !== "0123456789")
213
+ if (d.join("") !== "0123456789")
244
214
  return !1;
245
- var u = {};
215
+ var f = {};
246
216
  return "abcdefghijklmnopqrst".split("").forEach(function(m) {
247
- u[m] = m;
248
- }), Object.keys(Object.assign({}, u)).join("") === "abcdefghijklmnopqrst";
217
+ f[m] = m;
218
+ }), Object.keys(Object.assign({}, f)).join("") === "abcdefghijklmnopqrst";
249
219
  } catch {
250
220
  return !1;
251
221
  }
252
222
  }
253
- return st = o() ? Object.assign : function(i, s) {
254
- for (var c, f = n(i), u, m = 1; m < arguments.length; m++) {
255
- c = Object(arguments[m]);
256
- for (var h in c)
257
- t.call(c, h) && (f[h] = c[h]);
223
+ return rt = o() ? Object.assign : function(i, c) {
224
+ for (var l, d = n(i), f, m = 1; m < arguments.length; m++) {
225
+ l = Object(arguments[m]);
226
+ for (var h in l)
227
+ t.call(l, h) && (d[h] = l[h]);
258
228
  if (e) {
259
- u = e(c);
260
- for (var p = 0; p < u.length; p++)
261
- r.call(c, u[p]) && (f[u[p]] = c[u[p]]);
229
+ f = e(l);
230
+ for (var p = 0; p < f.length; p++)
231
+ r.call(l, f[p]) && (d[f[p]] = l[f[p]]);
262
232
  }
263
233
  }
264
- return f;
265
- }, st;
234
+ return d;
235
+ }, rt;
266
236
  }
267
- var ct, Dt;
268
- function wt() {
269
- if (Dt) return ct;
270
- Dt = 1;
237
+ var nt, Rt;
238
+ function yt() {
239
+ if (Rt) return nt;
240
+ Rt = 1;
271
241
  var e = "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";
272
- return ct = e, ct;
242
+ return nt = e, nt;
273
243
  }
274
- var lt, Mt;
275
- function sr() {
276
- return Mt || (Mt = 1, lt = Function.call.bind(Object.prototype.hasOwnProperty)), lt;
244
+ var ot, Pt;
245
+ function tr() {
246
+ return Pt || (Pt = 1, ot = Function.call.bind(Object.prototype.hasOwnProperty)), ot;
277
247
  }
278
- var ut, Vt;
279
- function Ur() {
280
- if (Vt) return ut;
281
- Vt = 1;
248
+ var it, It;
249
+ function Fr() {
250
+ if (It) return it;
251
+ It = 1;
282
252
  var e = function() {
283
253
  };
284
254
  if (process.env.NODE_ENV !== "production") {
285
- var t = /* @__PURE__ */ wt(), r = {}, n = /* @__PURE__ */ sr();
255
+ var t = /* @__PURE__ */ yt(), r = {}, n = /* @__PURE__ */ tr();
286
256
  e = function(i) {
287
- var s = "Warning: " + i;
288
- typeof console < "u" && console.error(s);
257
+ var c = "Warning: " + i;
258
+ typeof console < "u" && console.error(c);
289
259
  try {
290
- throw new Error(s);
260
+ throw new Error(c);
291
261
  } catch {
292
262
  }
293
263
  };
294
264
  }
295
- function o(i, s, c, f, u) {
265
+ function o(i, c, l, d, f) {
296
266
  if (process.env.NODE_ENV !== "production") {
297
267
  for (var m in i)
298
268
  if (n(i, m)) {
@@ -300,21 +270,21 @@ function Ur() {
300
270
  try {
301
271
  if (typeof i[m] != "function") {
302
272
  var p = Error(
303
- (f || "React class") + ": " + c + " type `" + m + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof i[m] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`."
273
+ (d || "React class") + ": " + l + " type `" + m + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof i[m] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`."
304
274
  );
305
275
  throw p.name = "Invariant Violation", p;
306
276
  }
307
- h = i[m](s, m, f, c, null, t);
308
- } catch (v) {
309
- h = v;
277
+ h = i[m](c, m, d, l, null, t);
278
+ } catch (y) {
279
+ h = y;
310
280
  }
311
281
  if (h && !(h instanceof Error) && e(
312
- (f || "React class") + ": type specification of " + c + " `" + m + "` is invalid; the type checker function must return `null` or an `Error` but returned a " + typeof h + ". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."
282
+ (d || "React class") + ": type specification of " + l + " `" + m + "` is invalid; the type checker function must return `null` or an `Error` but returned a " + typeof h + ". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."
313
283
  ), h instanceof Error && !(h.message in r)) {
314
284
  r[h.message] = !0;
315
- var S = u ? u() : "";
285
+ var v = f ? f() : "";
316
286
  e(
317
- "Failed " + c + " type: " + h.message + (S ?? "")
287
+ "Failed " + l + " type: " + h.message + (v ?? "")
318
288
  );
319
289
  }
320
290
  }
@@ -322,281 +292,281 @@ function Ur() {
322
292
  }
323
293
  return o.resetWarningCache = function() {
324
294
  process.env.NODE_ENV !== "production" && (r = {});
325
- }, ut = o, ut;
295
+ }, it = o, it;
326
296
  }
327
- var ft, Ft;
328
- function Gr() {
329
- if (Ft) return ft;
330
- Ft = 1;
331
- var e = Ct(), t = zr(), r = /* @__PURE__ */ wt(), n = /* @__PURE__ */ sr(), o = /* @__PURE__ */ Ur(), i = function() {
297
+ var at, Nt;
298
+ function Lr() {
299
+ if (Nt) return at;
300
+ Nt = 1;
301
+ var e = /* @__PURE__ */ gt(), t = Vr(), r = /* @__PURE__ */ yt(), n = /* @__PURE__ */ tr(), o = /* @__PURE__ */ Fr(), i = function() {
332
302
  };
333
- process.env.NODE_ENV !== "production" && (i = function(c) {
334
- var f = "Warning: " + c;
335
- typeof console < "u" && console.error(f);
303
+ process.env.NODE_ENV !== "production" && (i = function(l) {
304
+ var d = "Warning: " + l;
305
+ typeof console < "u" && console.error(d);
336
306
  try {
337
- throw new Error(f);
307
+ throw new Error(d);
338
308
  } catch {
339
309
  }
340
310
  });
341
- function s() {
311
+ function c() {
342
312
  return null;
343
313
  }
344
- return ft = function(c, f) {
345
- var u = typeof Symbol == "function" && Symbol.iterator, m = "@@iterator";
346
- function h(y) {
347
- var b = y && (u && y[u] || y[m]);
314
+ return at = function(l, d) {
315
+ var f = typeof Symbol == "function" && Symbol.iterator, m = "@@iterator";
316
+ function h(g) {
317
+ var b = g && (f && g[f] || g[m]);
348
318
  if (typeof b == "function")
349
319
  return b;
350
320
  }
351
- var p = "<<anonymous>>", S = {
352
- array: x("array"),
353
- bigint: x("bigint"),
354
- bool: x("boolean"),
355
- func: x("function"),
356
- number: x("number"),
357
- object: x("object"),
358
- string: x("string"),
359
- symbol: x("symbol"),
360
- any: J(),
361
- arrayOf: O,
321
+ var p = "<<anonymous>>", v = {
322
+ array: E("array"),
323
+ bigint: E("bigint"),
324
+ bool: E("boolean"),
325
+ func: E("function"),
326
+ number: E("number"),
327
+ object: E("object"),
328
+ string: E("string"),
329
+ symbol: E("symbol"),
330
+ any: X(),
331
+ arrayOf: x,
362
332
  element: T(),
363
- elementType: R(),
333
+ elementType: z(),
364
334
  instanceOf: U,
365
335
  node: a(),
366
336
  objectOf: q,
367
- oneOf: K,
368
- oneOfType: D,
369
- shape: M,
370
- exact: j
337
+ oneOf: Q,
338
+ oneOfType: B,
339
+ shape: D,
340
+ exact: N
371
341
  };
372
- function v(y, b) {
373
- return y === b ? y !== 0 || 1 / y === 1 / b : y !== y && b !== b;
342
+ function y(g, b) {
343
+ return g === b ? g !== 0 || 1 / g === 1 / b : g !== g && b !== b;
374
344
  }
375
- function g(y, b) {
376
- this.message = y, this.data = b && typeof b == "object" ? b : {}, this.stack = "";
345
+ function s(g, b) {
346
+ this.message = g, this.data = b && typeof b == "object" ? b : {}, this.stack = "";
377
347
  }
378
- g.prototype = Error.prototype;
379
- function d(y) {
348
+ s.prototype = Error.prototype;
349
+ function S(g) {
380
350
  if (process.env.NODE_ENV !== "production")
381
- var b = {}, P = 0;
382
- function A(_, $, k, I, L, N, te) {
383
- if (I = I || p, N = N || k, te !== r) {
384
- if (f) {
385
- var ee = new Error(
351
+ var b = {}, k = 0;
352
+ function $(R, O, A, P, V, I, re) {
353
+ if (P = P || p, I = I || A, re !== r) {
354
+ if (d) {
355
+ var Z = new Error(
386
356
  "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"
387
357
  );
388
- throw ee.name = "Invariant Violation", ee;
358
+ throw Z.name = "Invariant Violation", Z;
389
359
  } else if (process.env.NODE_ENV !== "production" && typeof console < "u") {
390
- var pe = I + ":" + k;
391
- !b[pe] && // Avoid spamming the console because they are often not actionable except for lib authors
392
- P < 3 && (i(
393
- "You are manually calling a React.PropTypes validation function for the `" + N + "` prop on `" + I + "`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."
394
- ), b[pe] = !0, P++);
360
+ var Se = P + ":" + A;
361
+ !b[Se] && // Avoid spamming the console because they are often not actionable except for lib authors
362
+ k < 3 && (i(
363
+ "You are manually calling a React.PropTypes validation function for the `" + I + "` prop on `" + P + "`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."
364
+ ), b[Se] = !0, k++);
395
365
  }
396
366
  }
397
- return $[k] == null ? _ ? $[k] === null ? new g("The " + L + " `" + N + "` is marked as required " + ("in `" + I + "`, but its value is `null`.")) : new g("The " + L + " `" + N + "` is marked as required in " + ("`" + I + "`, but its value is `undefined`.")) : null : y($, k, I, L, N);
367
+ return O[A] == null ? R ? O[A] === null ? new s("The " + V + " `" + I + "` is marked as required " + ("in `" + P + "`, but its value is `null`.")) : new s("The " + V + " `" + I + "` is marked as required in " + ("`" + P + "`, but its value is `undefined`.")) : null : g(O, A, P, V, I);
398
368
  }
399
- var E = A.bind(null, !1);
400
- return E.isRequired = A.bind(null, !0), E;
401
- }
402
- function x(y) {
403
- function b(P, A, E, _, $, k) {
404
- var I = P[A], L = ne(I);
405
- if (L !== y) {
406
- var N = ce(I);
407
- return new g(
408
- "Invalid " + _ + " `" + $ + "` of type " + ("`" + N + "` supplied to `" + E + "`, expected ") + ("`" + y + "`."),
409
- { expectedType: y }
369
+ var w = $.bind(null, !1);
370
+ return w.isRequired = $.bind(null, !0), w;
371
+ }
372
+ function E(g) {
373
+ function b(k, $, w, R, O, A) {
374
+ var P = k[$], V = ae(P);
375
+ if (V !== g) {
376
+ var I = fe(P);
377
+ return new s(
378
+ "Invalid " + R + " `" + O + "` of type " + ("`" + I + "` supplied to `" + w + "`, expected ") + ("`" + g + "`."),
379
+ { expectedType: g }
410
380
  );
411
381
  }
412
382
  return null;
413
383
  }
414
- return d(b);
415
- }
416
- function J() {
417
- return d(s);
418
- }
419
- function O(y) {
420
- function b(P, A, E, _, $) {
421
- if (typeof y != "function")
422
- return new g("Property `" + $ + "` of component `" + E + "` has invalid PropType notation inside arrayOf.");
423
- var k = P[A];
424
- if (!Array.isArray(k)) {
425
- var I = ne(k);
426
- return new g("Invalid " + _ + " `" + $ + "` of type " + ("`" + I + "` supplied to `" + E + "`, expected an array."));
384
+ return S(b);
385
+ }
386
+ function X() {
387
+ return S(c);
388
+ }
389
+ function x(g) {
390
+ function b(k, $, w, R, O) {
391
+ if (typeof g != "function")
392
+ return new s("Property `" + O + "` of component `" + w + "` has invalid PropType notation inside arrayOf.");
393
+ var A = k[$];
394
+ if (!Array.isArray(A)) {
395
+ var P = ae(A);
396
+ return new s("Invalid " + R + " `" + O + "` of type " + ("`" + P + "` supplied to `" + w + "`, expected an array."));
427
397
  }
428
- for (var L = 0; L < k.length; L++) {
429
- var N = y(k, L, E, _, $ + "[" + L + "]", r);
430
- if (N instanceof Error)
431
- return N;
398
+ for (var V = 0; V < A.length; V++) {
399
+ var I = g(A, V, w, R, O + "[" + V + "]", r);
400
+ if (I instanceof Error)
401
+ return I;
432
402
  }
433
403
  return null;
434
404
  }
435
- return d(b);
405
+ return S(b);
436
406
  }
437
407
  function T() {
438
- function y(b, P, A, E, _) {
439
- var $ = b[P];
440
- if (!c($)) {
441
- var k = ne($);
442
- return new g("Invalid " + E + " `" + _ + "` of type " + ("`" + k + "` supplied to `" + A + "`, expected a single ReactElement."));
408
+ function g(b, k, $, w, R) {
409
+ var O = b[k];
410
+ if (!l(O)) {
411
+ var A = ae(O);
412
+ return new s("Invalid " + w + " `" + R + "` of type " + ("`" + A + "` supplied to `" + $ + "`, expected a single ReactElement."));
443
413
  }
444
414
  return null;
445
415
  }
446
- return d(y);
447
- }
448
- function R() {
449
- function y(b, P, A, E, _) {
450
- var $ = b[P];
451
- if (!e.isValidElementType($)) {
452
- var k = ne($);
453
- return new g("Invalid " + E + " `" + _ + "` of type " + ("`" + k + "` supplied to `" + A + "`, expected a single ReactElement type."));
416
+ return S(g);
417
+ }
418
+ function z() {
419
+ function g(b, k, $, w, R) {
420
+ var O = b[k];
421
+ if (!e.isValidElementType(O)) {
422
+ var A = ae(O);
423
+ return new s("Invalid " + w + " `" + R + "` of type " + ("`" + A + "` supplied to `" + $ + "`, expected a single ReactElement type."));
454
424
  }
455
425
  return null;
456
426
  }
457
- return d(y);
427
+ return S(g);
458
428
  }
459
- function U(y) {
460
- function b(P, A, E, _, $) {
461
- if (!(P[A] instanceof y)) {
462
- var k = y.name || p, I = De(P[A]);
463
- return new g("Invalid " + _ + " `" + $ + "` of type " + ("`" + I + "` supplied to `" + E + "`, expected ") + ("instance of `" + k + "`."));
429
+ function U(g) {
430
+ function b(k, $, w, R, O) {
431
+ if (!(k[$] instanceof g)) {
432
+ var A = g.name || p, P = Sr(k[$]);
433
+ return new s("Invalid " + R + " `" + O + "` of type " + ("`" + P + "` supplied to `" + w + "`, expected ") + ("instance of `" + A + "`."));
464
434
  }
465
435
  return null;
466
436
  }
467
- return d(b);
437
+ return S(b);
468
438
  }
469
- function K(y) {
470
- if (!Array.isArray(y))
439
+ function Q(g) {
440
+ if (!Array.isArray(g))
471
441
  return process.env.NODE_ENV !== "production" && (arguments.length > 1 ? i(
472
442
  "Invalid arguments supplied to oneOf, expected an array, got " + arguments.length + " arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."
473
- ) : i("Invalid argument supplied to oneOf, expected an array.")), s;
474
- function b(P, A, E, _, $) {
475
- for (var k = P[A], I = 0; I < y.length; I++)
476
- if (v(k, y[I]))
443
+ ) : i("Invalid argument supplied to oneOf, expected an array.")), c;
444
+ function b(k, $, w, R, O) {
445
+ for (var A = k[$], P = 0; P < g.length; P++)
446
+ if (y(A, g[P]))
477
447
  return null;
478
- var L = JSON.stringify(y, function(te, ee) {
479
- var pe = ce(ee);
480
- return pe === "symbol" ? String(ee) : ee;
448
+ var V = JSON.stringify(g, function(re, Z) {
449
+ var Se = fe(Z);
450
+ return Se === "symbol" ? String(Z) : Z;
481
451
  });
482
- return new g("Invalid " + _ + " `" + $ + "` of value `" + String(k) + "` " + ("supplied to `" + E + "`, expected one of " + L + "."));
452
+ return new s("Invalid " + R + " `" + O + "` of value `" + String(A) + "` " + ("supplied to `" + w + "`, expected one of " + V + "."));
483
453
  }
484
- return d(b);
485
- }
486
- function q(y) {
487
- function b(P, A, E, _, $) {
488
- if (typeof y != "function")
489
- return new g("Property `" + $ + "` of component `" + E + "` has invalid PropType notation inside objectOf.");
490
- var k = P[A], I = ne(k);
491
- if (I !== "object")
492
- return new g("Invalid " + _ + " `" + $ + "` of type " + ("`" + I + "` supplied to `" + E + "`, expected an object."));
493
- for (var L in k)
494
- if (n(k, L)) {
495
- var N = y(k, L, E, _, $ + "." + L, r);
496
- if (N instanceof Error)
497
- return N;
454
+ return S(b);
455
+ }
456
+ function q(g) {
457
+ function b(k, $, w, R, O) {
458
+ if (typeof g != "function")
459
+ return new s("Property `" + O + "` of component `" + w + "` has invalid PropType notation inside objectOf.");
460
+ var A = k[$], P = ae(A);
461
+ if (P !== "object")
462
+ return new s("Invalid " + R + " `" + O + "` of type " + ("`" + P + "` supplied to `" + w + "`, expected an object."));
463
+ for (var V in A)
464
+ if (n(A, V)) {
465
+ var I = g(A, V, w, R, O + "." + V, r);
466
+ if (I instanceof Error)
467
+ return I;
498
468
  }
499
469
  return null;
500
470
  }
501
- return d(b);
502
- }
503
- function D(y) {
504
- if (!Array.isArray(y))
505
- return process.env.NODE_ENV !== "production" && i("Invalid argument supplied to oneOfType, expected an instance of array."), s;
506
- for (var b = 0; b < y.length; b++) {
507
- var P = y[b];
508
- if (typeof P != "function")
471
+ return S(b);
472
+ }
473
+ function B(g) {
474
+ if (!Array.isArray(g))
475
+ return process.env.NODE_ENV !== "production" && i("Invalid argument supplied to oneOfType, expected an instance of array."), c;
476
+ for (var b = 0; b < g.length; b++) {
477
+ var k = g[b];
478
+ if (typeof k != "function")
509
479
  return i(
510
- "Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + je(P) + " at index " + b + "."
511
- ), s;
480
+ "Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + vr(k) + " at index " + b + "."
481
+ ), c;
512
482
  }
513
- function A(E, _, $, k, I) {
514
- for (var L = [], N = 0; N < y.length; N++) {
515
- var te = y[N], ee = te(E, _, $, k, I, r);
516
- if (ee == null)
483
+ function $(w, R, O, A, P) {
484
+ for (var V = [], I = 0; I < g.length; I++) {
485
+ var re = g[I], Z = re(w, R, O, A, P, r);
486
+ if (Z == null)
517
487
  return null;
518
- ee.data && n(ee.data, "expectedType") && L.push(ee.data.expectedType);
488
+ Z.data && n(Z.data, "expectedType") && V.push(Z.data.expectedType);
519
489
  }
520
- var pe = L.length > 0 ? ", expected one of type [" + L.join(", ") + "]" : "";
521
- return new g("Invalid " + k + " `" + I + "` supplied to " + ("`" + $ + "`" + pe + "."));
490
+ var Se = V.length > 0 ? ", expected one of type [" + V.join(", ") + "]" : "";
491
+ return new s("Invalid " + A + " `" + P + "` supplied to " + ("`" + O + "`" + Se + "."));
522
492
  }
523
- return d(A);
493
+ return S($);
524
494
  }
525
495
  function a() {
526
- function y(b, P, A, E, _) {
527
- return re(b[P]) ? null : new g("Invalid " + E + " `" + _ + "` supplied to " + ("`" + A + "`, expected a ReactNode."));
496
+ function g(b, k, $, w, R) {
497
+ return ie(b[k]) ? null : new s("Invalid " + w + " `" + R + "` supplied to " + ("`" + $ + "`, expected a ReactNode."));
528
498
  }
529
- return d(y);
499
+ return S(g);
530
500
  }
531
- function C(y, b, P, A, E) {
532
- return new g(
533
- (y || "React class") + ": " + b + " type `" + P + "." + A + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + E + "`."
501
+ function C(g, b, k, $, w) {
502
+ return new s(
503
+ (g || "React class") + ": " + b + " type `" + k + "." + $ + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + w + "`."
534
504
  );
535
505
  }
536
- function M(y) {
537
- function b(P, A, E, _, $) {
538
- var k = P[A], I = ne(k);
539
- if (I !== "object")
540
- return new g("Invalid " + _ + " `" + $ + "` of type `" + I + "` " + ("supplied to `" + E + "`, expected `object`."));
541
- for (var L in y) {
542
- var N = y[L];
543
- if (typeof N != "function")
544
- return C(E, _, $, L, ce(N));
545
- var te = N(k, L, E, _, $ + "." + L, r);
546
- if (te)
547
- return te;
506
+ function D(g) {
507
+ function b(k, $, w, R, O) {
508
+ var A = k[$], P = ae(A);
509
+ if (P !== "object")
510
+ return new s("Invalid " + R + " `" + O + "` of type `" + P + "` " + ("supplied to `" + w + "`, expected `object`."));
511
+ for (var V in g) {
512
+ var I = g[V];
513
+ if (typeof I != "function")
514
+ return C(w, R, O, V, fe(I));
515
+ var re = I(A, V, w, R, O + "." + V, r);
516
+ if (re)
517
+ return re;
548
518
  }
549
519
  return null;
550
520
  }
551
- return d(b);
552
- }
553
- function j(y) {
554
- function b(P, A, E, _, $) {
555
- var k = P[A], I = ne(k);
556
- if (I !== "object")
557
- return new g("Invalid " + _ + " `" + $ + "` of type `" + I + "` " + ("supplied to `" + E + "`, expected `object`."));
558
- var L = t({}, P[A], y);
559
- for (var N in L) {
560
- var te = y[N];
561
- if (n(y, N) && typeof te != "function")
562
- return C(E, _, $, N, ce(te));
563
- if (!te)
564
- return new g(
565
- "Invalid " + _ + " `" + $ + "` key `" + N + "` supplied to `" + E + "`.\nBad object: " + JSON.stringify(P[A], null, " ") + `
566
- Valid keys: ` + JSON.stringify(Object.keys(y), null, " ")
521
+ return S(b);
522
+ }
523
+ function N(g) {
524
+ function b(k, $, w, R, O) {
525
+ var A = k[$], P = ae(A);
526
+ if (P !== "object")
527
+ return new s("Invalid " + R + " `" + O + "` of type `" + P + "` " + ("supplied to `" + w + "`, expected `object`."));
528
+ var V = t({}, k[$], g);
529
+ for (var I in V) {
530
+ var re = g[I];
531
+ if (n(g, I) && typeof re != "function")
532
+ return C(w, R, O, I, fe(re));
533
+ if (!re)
534
+ return new s(
535
+ "Invalid " + R + " `" + O + "` key `" + I + "` supplied to `" + w + "`.\nBad object: " + JSON.stringify(k[$], null, " ") + `
536
+ Valid keys: ` + JSON.stringify(Object.keys(g), null, " ")
567
537
  );
568
- var ee = te(k, N, E, _, $ + "." + N, r);
569
- if (ee)
570
- return ee;
538
+ var Z = re(A, I, w, R, O + "." + I, r);
539
+ if (Z)
540
+ return Z;
571
541
  }
572
542
  return null;
573
543
  }
574
- return d(b);
544
+ return S(b);
575
545
  }
576
- function re(y) {
577
- switch (typeof y) {
546
+ function ie(g) {
547
+ switch (typeof g) {
578
548
  case "number":
579
549
  case "string":
580
550
  case "undefined":
581
551
  return !0;
582
552
  case "boolean":
583
- return !y;
553
+ return !g;
584
554
  case "object":
585
- if (Array.isArray(y))
586
- return y.every(re);
587
- if (y === null || c(y))
555
+ if (Array.isArray(g))
556
+ return g.every(ie);
557
+ if (g === null || l(g))
588
558
  return !0;
589
- var b = h(y);
559
+ var b = h(g);
590
560
  if (b) {
591
- var P = b.call(y), A;
592
- if (b !== y.entries) {
593
- for (; !(A = P.next()).done; )
594
- if (!re(A.value))
561
+ var k = b.call(g), $;
562
+ if (b !== g.entries) {
563
+ for (; !($ = k.next()).done; )
564
+ if (!ie($.value))
595
565
  return !1;
596
566
  } else
597
- for (; !(A = P.next()).done; ) {
598
- var E = A.value;
599
- if (E && !re(E[1]))
567
+ for (; !($ = k.next()).done; ) {
568
+ var w = $.value;
569
+ if (w && !ie(w[1]))
600
570
  return !1;
601
571
  }
602
572
  } else
@@ -606,27 +576,27 @@ Valid keys: ` + JSON.stringify(Object.keys(y), null, " ")
606
576
  return !1;
607
577
  }
608
578
  }
609
- function Z(y, b) {
610
- return y === "symbol" ? !0 : b ? b["@@toStringTag"] === "Symbol" || typeof Symbol == "function" && b instanceof Symbol : !1;
579
+ function J(g, b) {
580
+ return g === "symbol" ? !0 : b ? b["@@toStringTag"] === "Symbol" || typeof Symbol == "function" && b instanceof Symbol : !1;
611
581
  }
612
- function ne(y) {
613
- var b = typeof y;
614
- return Array.isArray(y) ? "array" : y instanceof RegExp ? "object" : Z(b, y) ? "symbol" : b;
582
+ function ae(g) {
583
+ var b = typeof g;
584
+ return Array.isArray(g) ? "array" : g instanceof RegExp ? "object" : J(b, g) ? "symbol" : b;
615
585
  }
616
- function ce(y) {
617
- if (typeof y > "u" || y === null)
618
- return "" + y;
619
- var b = ne(y);
586
+ function fe(g) {
587
+ if (typeof g > "u" || g === null)
588
+ return "" + g;
589
+ var b = ae(g);
620
590
  if (b === "object") {
621
- if (y instanceof Date)
591
+ if (g instanceof Date)
622
592
  return "date";
623
- if (y instanceof RegExp)
593
+ if (g instanceof RegExp)
624
594
  return "regexp";
625
595
  }
626
596
  return b;
627
597
  }
628
- function je(y) {
629
- var b = ce(y);
598
+ function vr(g) {
599
+ var b = fe(g);
630
600
  switch (b) {
631
601
  case "array":
632
602
  case "object":
@@ -639,23 +609,23 @@ Valid keys: ` + JSON.stringify(Object.keys(y), null, " ")
639
609
  return b;
640
610
  }
641
611
  }
642
- function De(y) {
643
- return !y.constructor || !y.constructor.name ? p : y.constructor.name;
612
+ function Sr(g) {
613
+ return !g.constructor || !g.constructor.name ? p : g.constructor.name;
644
614
  }
645
- return S.checkPropTypes = o, S.resetWarningCache = o.resetWarningCache, S.PropTypes = S, S;
646
- }, ft;
647
- }
648
- var dt, Lt;
649
- function qr() {
650
- if (Lt) return dt;
651
- Lt = 1;
652
- var e = /* @__PURE__ */ wt();
615
+ return v.checkPropTypes = o, v.resetWarningCache = o.resetWarningCache, v.PropTypes = v, v;
616
+ }, at;
617
+ }
618
+ var st, Bt;
619
+ function Wr() {
620
+ if (Bt) return st;
621
+ Bt = 1;
622
+ var e = /* @__PURE__ */ yt();
653
623
  function t() {
654
624
  }
655
625
  function r() {
656
626
  }
657
- return r.resetWarningCache = t, dt = function() {
658
- function n(s, c, f, u, m, h) {
627
+ return r.resetWarningCache = t, st = function() {
628
+ function n(c, l, d, f, m, h) {
659
629
  if (h !== e) {
660
630
  var p = new Error(
661
631
  "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"
@@ -691,80 +661,80 @@ function qr() {
691
661
  resetWarningCache: t
692
662
  };
693
663
  return i.PropTypes = i, i;
694
- }, dt;
695
- }
696
- var Wt;
697
- function Kr() {
698
- if (Wt) return Ve.exports;
699
- if (Wt = 1, process.env.NODE_ENV !== "production") {
700
- var e = Ct(), t = !0;
701
- Ve.exports = /* @__PURE__ */ Gr()(e.isElement, t);
664
+ }, st;
665
+ }
666
+ var Dt;
667
+ function zr() {
668
+ if (Dt) return Be.exports;
669
+ if (Dt = 1, process.env.NODE_ENV !== "production") {
670
+ var e = /* @__PURE__ */ gt(), t = !0;
671
+ Be.exports = /* @__PURE__ */ Lr()(e.isElement, t);
702
672
  } else
703
- Ve.exports = /* @__PURE__ */ qr()();
704
- return Ve.exports;
673
+ Be.exports = /* @__PURE__ */ Wr()();
674
+ return Be.exports;
705
675
  }
706
- var Hr = /* @__PURE__ */ Kr();
707
- const B = /* @__PURE__ */ Or(Hr);
708
- function cr(e) {
676
+ var Ur = /* @__PURE__ */ zr();
677
+ const _ = /* @__PURE__ */ Tr(Ur);
678
+ function rr(e) {
709
679
  var t, r, n = "";
710
680
  if (typeof e == "string" || typeof e == "number") n += e;
711
681
  else if (typeof e == "object") if (Array.isArray(e)) {
712
682
  var o = e.length;
713
- for (t = 0; t < o; t++) e[t] && (r = cr(e[t])) && (n && (n += " "), n += r);
683
+ for (t = 0; t < o; t++) e[t] && (r = rr(e[t])) && (n && (n += " "), n += r);
714
684
  } else for (r in e) e[r] && (n && (n += " "), n += r);
715
685
  return n;
716
686
  }
717
- function lr() {
718
- for (var e, t, r = 0, n = "", o = arguments.length; r < o; r++) (e = arguments[r]) && (t = cr(e)) && (n && (n += " "), n += t);
687
+ function nr() {
688
+ for (var e, t, r = 0, n = "", o = arguments.length; r < o; r++) (e = arguments[r]) && (t = rr(e)) && (n && (n += " "), n += t);
719
689
  return n;
720
690
  }
721
- function Yr(e, t, r = void 0) {
691
+ function Gr(e, t, r = void 0) {
722
692
  const n = {};
723
693
  for (const o in e) {
724
694
  const i = e[o];
725
- let s = "", c = !0;
726
- for (let f = 0; f < i.length; f += 1) {
727
- const u = i[f];
728
- u && (s += (c === !0 ? "" : " ") + t(u), c = !1, r && r[u] && (s += " " + r[u]));
695
+ let c = "", l = !0;
696
+ for (let d = 0; d < i.length; d += 1) {
697
+ const f = i[d];
698
+ f && (c += (l === !0 ? "" : " ") + t(f), l = !1, r && r[f] && (c += " " + r[f]));
729
699
  }
730
- n[o] = s;
700
+ n[o] = c;
731
701
  }
732
702
  return n;
733
703
  }
734
- var Ue = Ct();
735
- function fe(e) {
704
+ var Fe = /* @__PURE__ */ gt();
705
+ function le(e) {
736
706
  if (typeof e != "object" || e === null)
737
707
  return !1;
738
708
  const t = Object.getPrototypeOf(e);
739
709
  return (t === null || t === Object.prototype || Object.getPrototypeOf(t) === null) && !(Symbol.toStringTag in e) && !(Symbol.iterator in e);
740
710
  }
741
- function ur(e) {
742
- if (/* @__PURE__ */ he.isValidElement(e) || Ue.isValidElementType(e) || !fe(e))
711
+ function or(e) {
712
+ if (/* @__PURE__ */ pe.isValidElement(e) || Fe.isValidElementType(e) || !le(e))
743
713
  return e;
744
714
  const t = {};
745
715
  return Object.keys(e).forEach((r) => {
746
- t[r] = ur(e[r]);
716
+ t[r] = or(e[r]);
747
717
  }), t;
748
718
  }
749
- function ie(e, t, r = {
719
+ function te(e, t, r = {
750
720
  clone: !0
751
721
  }) {
752
722
  const n = r.clone ? {
753
723
  ...e
754
724
  } : e;
755
- return fe(e) && fe(t) && Object.keys(t).forEach((o) => {
756
- /* @__PURE__ */ he.isValidElement(t[o]) || Ue.isValidElementType(t[o]) ? n[o] = t[o] : fe(t[o]) && // Avoid prototype pollution
757
- Object.prototype.hasOwnProperty.call(e, o) && fe(e[o]) ? n[o] = ie(e[o], t[o], r) : r.clone ? n[o] = fe(t[o]) ? ur(t[o]) : t[o] : n[o] = t[o];
725
+ return le(e) && le(t) && Object.keys(t).forEach((o) => {
726
+ /* @__PURE__ */ pe.isValidElement(t[o]) || Fe.isValidElementType(t[o]) ? n[o] = t[o] : le(t[o]) && // Avoid prototype pollution
727
+ Object.prototype.hasOwnProperty.call(e, o) && le(e[o]) ? n[o] = te(e[o], t[o], r) : r.clone ? n[o] = le(t[o]) ? or(t[o]) : t[o] : n[o] = t[o];
758
728
  }), n;
759
729
  }
760
- function _e(e, t) {
761
- return t ? ie(e, t, {
730
+ function Re(e, t) {
731
+ return t ? te(e, t, {
762
732
  clone: !1
763
733
  // No need to clone deep, it's way faster.
764
734
  }) : e;
765
735
  }
766
- const be = process.env.NODE_ENV !== "production" ? B.oneOfType([B.number, B.string, B.object, B.array]) : {};
767
- function zt(e, t) {
736
+ const ge = process.env.NODE_ENV !== "production" ? _.oneOfType([_.number, _.string, _.object, _.array]) : {};
737
+ function Mt(e, t) {
768
738
  if (!e.containerQueries)
769
739
  return t;
770
740
  const r = Object.keys(t).filter((n) => n.startsWith("@container")).sort((n, o) => {
@@ -778,26 +748,26 @@ function zt(e, t) {
778
748
  ...t
779
749
  }) : t;
780
750
  }
781
- function Qr(e, t) {
751
+ function Yr(e, t) {
782
752
  return t === "@" || t.startsWith("@") && (e.some((r) => t.startsWith(`@${r}`)) || !!t.match(/^@\d/));
783
753
  }
784
- function Xr(e, t) {
754
+ function qr(e, t) {
785
755
  const r = t.match(/^@([^/]+)?\/?(.+)?$/);
786
756
  if (!r) {
787
757
  if (process.env.NODE_ENV !== "production")
788
758
  throw new Error(process.env.NODE_ENV !== "production" ? `MUI: The provided shorthand ${`(${t})`} is invalid. The format should be \`@<breakpoint | number>\` or \`@<breakpoint | number>/<container>\`.
789
- For example, \`@sm\` or \`@600\` or \`@40rem/sidebar\`.` : ge(18, `(${t})`));
759
+ For example, \`@sm\` or \`@600\` or \`@40rem/sidebar\`.` : me(18, `(${t})`));
790
760
  return null;
791
761
  }
792
762
  const [, n, o] = r, i = Number.isNaN(+n) ? n || 0 : +n;
793
763
  return e.containerQueries(o).up(i);
794
764
  }
795
- function Jr(e) {
796
- const t = (i, s) => i.replace("@media", s ? `@container ${s}` : "@container");
797
- function r(i, s) {
798
- i.up = (...c) => t(e.breakpoints.up(...c), s), i.down = (...c) => t(e.breakpoints.down(...c), s), i.between = (...c) => t(e.breakpoints.between(...c), s), i.only = (...c) => t(e.breakpoints.only(...c), s), i.not = (...c) => {
799
- const f = t(e.breakpoints.not(...c), s);
800
- return f.includes("not all and") ? f.replace("not all and ", "").replace("min-width:", "width<").replace("max-width:", "width>").replace("and", "or") : f;
765
+ function Kr(e) {
766
+ const t = (i, c) => i.replace("@media", c ? `@container ${c}` : "@container");
767
+ function r(i, c) {
768
+ i.up = (...l) => t(e.breakpoints.up(...l), c), i.down = (...l) => t(e.breakpoints.down(...l), c), i.between = (...l) => t(e.breakpoints.between(...l), c), i.only = (...l) => t(e.breakpoints.only(...l), c), i.not = (...l) => {
769
+ const d = t(e.breakpoints.not(...l), c);
770
+ return d.includes("not all and") ? d.replace("not all and ", "").replace("min-width:", "width<").replace("max-width:", "width>").replace("and", "or") : d;
801
771
  };
802
772
  }
803
773
  const n = {}, o = (i) => (r(n, i), n);
@@ -806,7 +776,7 @@ function Jr(e) {
806
776
  containerQueries: o
807
777
  };
808
778
  }
809
- const He = {
779
+ const Ue = {
810
780
  xs: 0,
811
781
  // phone
812
782
  sm: 600,
@@ -817,56 +787,56 @@ const He = {
817
787
  // desktop
818
788
  xl: 1536
819
789
  // large screen
820
- }, Ut = {
790
+ }, jt = {
821
791
  // Sorted ASC by size. That's important.
822
792
  // It can't be configured as it's used statically for propTypes.
823
793
  keys: ["xs", "sm", "md", "lg", "xl"],
824
- up: (e) => `@media (min-width:${He[e]}px)`
825
- }, Zr = {
794
+ up: (e) => `@media (min-width:${Ue[e]}px)`
795
+ }, Hr = {
826
796
  containerQueries: (e) => ({
827
797
  up: (t) => {
828
- let r = typeof t == "number" ? t : He[t] || t;
798
+ let r = typeof t == "number" ? t : Ue[t] || t;
829
799
  return typeof r == "number" && (r = `${r}px`), e ? `@container ${e} (min-width:${r})` : `@container (min-width:${r})`;
830
800
  }
831
801
  })
832
802
  };
833
- function de(e, t, r) {
803
+ function ue(e, t, r) {
834
804
  const n = e.theme || {};
835
805
  if (Array.isArray(t)) {
836
- const i = n.breakpoints || Ut;
837
- return t.reduce((s, c, f) => (s[i.up(i.keys[f])] = r(t[f]), s), {});
806
+ const i = n.breakpoints || jt;
807
+ return t.reduce((c, l, d) => (c[i.up(i.keys[d])] = r(t[d]), c), {});
838
808
  }
839
809
  if (typeof t == "object") {
840
- const i = n.breakpoints || Ut;
841
- return Object.keys(t).reduce((s, c) => {
842
- if (Qr(i.keys, c)) {
843
- const f = Xr(n.containerQueries ? n : Zr, c);
844
- f && (s[f] = r(t[c], c));
845
- } else if (Object.keys(i.values || He).includes(c)) {
846
- const f = i.up(c);
847
- s[f] = r(t[c], c);
810
+ const i = n.breakpoints || jt;
811
+ return Object.keys(t).reduce((c, l) => {
812
+ if (Yr(i.keys, l)) {
813
+ const d = qr(n.containerQueries ? n : Hr, l);
814
+ d && (c[d] = r(t[l], l));
815
+ } else if (Object.keys(i.values || Ue).includes(l)) {
816
+ const d = i.up(l);
817
+ c[d] = r(t[l], l);
848
818
  } else {
849
- const f = c;
850
- s[f] = t[f];
819
+ const d = l;
820
+ c[d] = t[d];
851
821
  }
852
- return s;
822
+ return c;
853
823
  }, {});
854
824
  }
855
825
  return r(t);
856
826
  }
857
- function en(e = {}) {
827
+ function Qr(e = {}) {
858
828
  return e.keys?.reduce((r, n) => {
859
829
  const o = e.up(n);
860
830
  return r[o] = {}, r;
861
831
  }, {}) || {};
862
832
  }
863
- function Gt(e, t) {
833
+ function Vt(e, t) {
864
834
  return e.reduce((r, n) => {
865
835
  const o = r[n];
866
836
  return (!o || Object.keys(o).length === 0) && delete r[n], r;
867
837
  }, t);
868
838
  }
869
- function Ye(e, t, r = !0) {
839
+ function Ge(e, t, r = !0) {
870
840
  if (!t || typeof t != "string")
871
841
  return null;
872
842
  if (e && e.vars && r) {
@@ -876,282 +846,282 @@ function Ye(e, t, r = !0) {
876
846
  }
877
847
  return t.split(".").reduce((n, o) => n && n[o] != null ? n[o] : null, e);
878
848
  }
879
- function Ge(e, t, r, n = r) {
849
+ function Le(e, t, r, n = r) {
880
850
  let o;
881
- return typeof e == "function" ? o = e(r) : Array.isArray(e) ? o = e[r] || n : o = Ye(e, r) || n, t && (o = t(o, n, e)), o;
851
+ return typeof e == "function" ? o = e(r) : Array.isArray(e) ? o = e[r] || n : o = Ge(e, r) || n, t && (o = t(o, n, e)), o;
882
852
  }
883
- function X(e) {
853
+ function H(e) {
884
854
  const {
885
855
  prop: t,
886
856
  cssProperty: r = e.prop,
887
857
  themeKey: n,
888
858
  transform: o
889
- } = e, i = (s) => {
890
- if (s[t] == null)
859
+ } = e, i = (c) => {
860
+ if (c[t] == null)
891
861
  return null;
892
- const c = s[t], f = s.theme, u = Ye(f, n) || {};
893
- return de(s, c, (h) => {
894
- let p = Ge(u, o, h);
895
- return h === p && typeof h == "string" && (p = Ge(u, o, `${t}${h === "default" ? "" : Ce(h)}`, h)), r === !1 ? p : {
862
+ const l = c[t], d = c.theme, f = Ge(d, n) || {};
863
+ return ue(c, l, (h) => {
864
+ let p = Le(f, o, h);
865
+ return h === p && typeof h == "string" && (p = Le(f, o, `${t}${h === "default" ? "" : ve(h)}`, h)), r === !1 ? p : {
896
866
  [r]: p
897
867
  };
898
868
  });
899
869
  };
900
870
  return i.propTypes = process.env.NODE_ENV !== "production" ? {
901
- [t]: be
871
+ [t]: ge
902
872
  } : {}, i.filterProps = [t], i;
903
873
  }
904
- function tn(e) {
874
+ function Xr(e) {
905
875
  const t = {};
906
876
  return (r) => (t[r] === void 0 && (t[r] = e(r)), t[r]);
907
877
  }
908
- const rn = {
878
+ const Jr = {
909
879
  m: "margin",
910
880
  p: "padding"
911
- }, nn = {
881
+ }, Zr = {
912
882
  t: "Top",
913
883
  r: "Right",
914
884
  b: "Bottom",
915
885
  l: "Left",
916
886
  x: ["Left", "Right"],
917
887
  y: ["Top", "Bottom"]
918
- }, qt = {
888
+ }, Ft = {
919
889
  marginX: "mx",
920
890
  marginY: "my",
921
891
  paddingX: "px",
922
892
  paddingY: "py"
923
- }, on = tn((e) => {
893
+ }, en = Xr((e) => {
924
894
  if (e.length > 2)
925
- if (qt[e])
926
- e = qt[e];
895
+ if (Ft[e])
896
+ e = Ft[e];
927
897
  else
928
898
  return [e];
929
- const [t, r] = e.split(""), n = rn[t], o = nn[r] || "";
899
+ const [t, r] = e.split(""), n = Jr[t], o = Zr[r] || "";
930
900
  return Array.isArray(o) ? o.map((i) => n + i) : [n + o];
931
- }), Qe = ["m", "mt", "mr", "mb", "ml", "mx", "my", "margin", "marginTop", "marginRight", "marginBottom", "marginLeft", "marginX", "marginY", "marginInline", "marginInlineStart", "marginInlineEnd", "marginBlock", "marginBlockStart", "marginBlockEnd"], Xe = ["p", "pt", "pr", "pb", "pl", "px", "py", "padding", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "paddingX", "paddingY", "paddingInline", "paddingInlineStart", "paddingInlineEnd", "paddingBlock", "paddingBlockStart", "paddingBlockEnd"], an = [...Qe, ...Xe];
932
- function Ne(e, t, r, n) {
933
- const o = Ye(e, t, !0) ?? r;
901
+ }), Ye = ["m", "mt", "mr", "mb", "ml", "mx", "my", "margin", "marginTop", "marginRight", "marginBottom", "marginLeft", "marginX", "marginY", "marginInline", "marginInlineStart", "marginInlineEnd", "marginBlock", "marginBlockStart", "marginBlockEnd"], qe = ["p", "pt", "pr", "pb", "pl", "px", "py", "padding", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "paddingX", "paddingY", "paddingInline", "paddingInlineStart", "paddingInlineEnd", "paddingBlock", "paddingBlockStart", "paddingBlockEnd"], tn = [...Ye, ...qe];
902
+ function Ie(e, t, r, n) {
903
+ const o = Ge(e, t, !0) ?? r;
934
904
  return typeof o == "number" || typeof o == "string" ? (i) => typeof i == "string" ? i : (process.env.NODE_ENV !== "production" && typeof i != "number" && console.error(`MUI: Expected ${n} 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) => {
935
905
  if (typeof i == "string")
936
906
  return i;
937
- const s = Math.abs(i);
938
- process.env.NODE_ENV !== "production" && (Number.isInteger(s) ? s > o.length - 1 && console.error([`MUI: The value provided (${s}) overflows.`, `The supported values are: ${JSON.stringify(o)}.`, `${s} > ${o.length - 1}, you need to add the missing values.`].join(`
907
+ const c = Math.abs(i);
908
+ process.env.NODE_ENV !== "production" && (Number.isInteger(c) ? c > o.length - 1 && console.error([`MUI: The value provided (${c}) overflows.`, `The supported values are: ${JSON.stringify(o)}.`, `${c} > ${o.length - 1}, you need to add the missing values.`].join(`
939
909
  `)) : console.error([`MUI: The \`theme.${t}\` array type cannot be combined with non integer values.You should either use an integer value that can be used as index, or define the \`theme.${t}\` as a number.`].join(`
940
910
  `)));
941
- const c = o[s];
942
- return i >= 0 ? c : typeof c == "number" ? -c : typeof c == "string" && c.startsWith("var(") ? `calc(-1 * ${c})` : `-${c}`;
911
+ const l = o[c];
912
+ return i >= 0 ? l : typeof l == "number" ? -l : typeof l == "string" && l.startsWith("var(") ? `calc(-1 * ${l})` : `-${l}`;
943
913
  } : typeof o == "function" ? o : (process.env.NODE_ENV !== "production" && console.error([`MUI: The \`theme.${t}\` value (${o}) is invalid.`, "It should be a number, an array or a function."].join(`
944
914
  `)), () => {
945
915
  });
946
916
  }
947
- function xt(e) {
948
- return Ne(e, "spacing", 8, "spacing");
917
+ function bt(e) {
918
+ return Ie(e, "spacing", 8, "spacing");
949
919
  }
950
- function Be(e, t) {
920
+ function Ne(e, t) {
951
921
  return typeof t == "string" || t == null ? t : e(t);
952
922
  }
953
- function sn(e, t) {
954
- return (r) => e.reduce((n, o) => (n[o] = Be(t, r), n), {});
923
+ function rn(e, t) {
924
+ return (r) => e.reduce((n, o) => (n[o] = Ne(t, r), n), {});
955
925
  }
956
- function cn(e, t, r, n) {
926
+ function nn(e, t, r, n) {
957
927
  if (!t.includes(r))
958
928
  return null;
959
- const o = on(r), i = sn(o, n), s = e[r];
960
- return de(e, s, i);
929
+ const o = en(r), i = rn(o, n), c = e[r];
930
+ return ue(e, c, i);
961
931
  }
962
- function fr(e, t) {
963
- const r = xt(e.theme);
964
- return Object.keys(e).map((n) => cn(e, t, n, r)).reduce(_e, {});
932
+ function ir(e, t) {
933
+ const r = bt(e.theme);
934
+ return Object.keys(e).map((n) => nn(e, t, n, r)).reduce(Re, {});
965
935
  }
966
- function H(e) {
967
- return fr(e, Qe);
936
+ function G(e) {
937
+ return ir(e, Ye);
968
938
  }
969
- H.propTypes = process.env.NODE_ENV !== "production" ? Qe.reduce((e, t) => (e[t] = be, e), {}) : {};
970
- H.filterProps = Qe;
939
+ G.propTypes = process.env.NODE_ENV !== "production" ? Ye.reduce((e, t) => (e[t] = ge, e), {}) : {};
940
+ G.filterProps = Ye;
971
941
  function Y(e) {
972
- return fr(e, Xe);
942
+ return ir(e, qe);
973
943
  }
974
- Y.propTypes = process.env.NODE_ENV !== "production" ? Xe.reduce((e, t) => (e[t] = be, e), {}) : {};
975
- Y.filterProps = Xe;
976
- process.env.NODE_ENV !== "production" && an.reduce((e, t) => (e[t] = be, e), {});
977
- function Je(...e) {
944
+ Y.propTypes = process.env.NODE_ENV !== "production" ? qe.reduce((e, t) => (e[t] = ge, e), {}) : {};
945
+ Y.filterProps = qe;
946
+ process.env.NODE_ENV !== "production" && tn.reduce((e, t) => (e[t] = ge, e), {});
947
+ function Ke(...e) {
978
948
  const t = e.reduce((n, o) => (o.filterProps.forEach((i) => {
979
949
  n[i] = o;
980
- }), n), {}), r = (n) => Object.keys(n).reduce((o, i) => t[i] ? _e(o, t[i](n)) : o, {});
950
+ }), n), {}), r = (n) => Object.keys(n).reduce((o, i) => t[i] ? Re(o, t[i](n)) : o, {});
981
951
  return r.propTypes = process.env.NODE_ENV !== "production" ? e.reduce((n, o) => Object.assign(n, o.propTypes), {}) : {}, r.filterProps = e.reduce((n, o) => n.concat(o.filterProps), []), r;
982
952
  }
983
- function ae(e) {
953
+ function ne(e) {
984
954
  return typeof e != "number" ? e : `${e}px solid`;
985
955
  }
986
- function se(e, t) {
987
- return X({
956
+ function oe(e, t) {
957
+ return H({
988
958
  prop: e,
989
959
  themeKey: "borders",
990
960
  transform: t
991
961
  });
992
962
  }
993
- const ln = se("border", ae), un = se("borderTop", ae), fn = se("borderRight", ae), dn = se("borderBottom", ae), pn = se("borderLeft", ae), mn = se("borderColor"), hn = se("borderTopColor"), gn = se("borderRightColor"), yn = se("borderBottomColor"), bn = se("borderLeftColor"), vn = se("outline", ae), Sn = se("outlineColor"), Ze = (e) => {
963
+ const on = oe("border", ne), an = oe("borderTop", ne), sn = oe("borderRight", ne), cn = oe("borderBottom", ne), ln = oe("borderLeft", ne), un = oe("borderColor"), fn = oe("borderTopColor"), dn = oe("borderRightColor"), pn = oe("borderBottomColor"), mn = oe("borderLeftColor"), hn = oe("outline", ne), gn = oe("outlineColor"), He = (e) => {
994
964
  if (e.borderRadius !== void 0 && e.borderRadius !== null) {
995
- const t = Ne(e.theme, "shape.borderRadius", 4, "borderRadius"), r = (n) => ({
996
- borderRadius: Be(t, n)
965
+ const t = Ie(e.theme, "shape.borderRadius", 4, "borderRadius"), r = (n) => ({
966
+ borderRadius: Ne(t, n)
997
967
  });
998
- return de(e, e.borderRadius, r);
968
+ return ue(e, e.borderRadius, r);
999
969
  }
1000
970
  return null;
1001
971
  };
1002
- Ze.propTypes = process.env.NODE_ENV !== "production" ? {
1003
- borderRadius: be
972
+ He.propTypes = process.env.NODE_ENV !== "production" ? {
973
+ borderRadius: ge
1004
974
  } : {};
1005
- Ze.filterProps = ["borderRadius"];
1006
- Je(ln, un, fn, dn, pn, mn, hn, gn, yn, bn, Ze, vn, Sn);
1007
- const et = (e) => {
975
+ He.filterProps = ["borderRadius"];
976
+ Ke(on, an, sn, cn, ln, un, fn, dn, pn, mn, He, hn, gn);
977
+ const Qe = (e) => {
1008
978
  if (e.gap !== void 0 && e.gap !== null) {
1009
- const t = Ne(e.theme, "spacing", 8, "gap"), r = (n) => ({
1010
- gap: Be(t, n)
979
+ const t = Ie(e.theme, "spacing", 8, "gap"), r = (n) => ({
980
+ gap: Ne(t, n)
1011
981
  });
1012
- return de(e, e.gap, r);
982
+ return ue(e, e.gap, r);
1013
983
  }
1014
984
  return null;
1015
985
  };
1016
- et.propTypes = process.env.NODE_ENV !== "production" ? {
1017
- gap: be
986
+ Qe.propTypes = process.env.NODE_ENV !== "production" ? {
987
+ gap: ge
1018
988
  } : {};
1019
- et.filterProps = ["gap"];
1020
- const tt = (e) => {
989
+ Qe.filterProps = ["gap"];
990
+ const Xe = (e) => {
1021
991
  if (e.columnGap !== void 0 && e.columnGap !== null) {
1022
- const t = Ne(e.theme, "spacing", 8, "columnGap"), r = (n) => ({
1023
- columnGap: Be(t, n)
992
+ const t = Ie(e.theme, "spacing", 8, "columnGap"), r = (n) => ({
993
+ columnGap: Ne(t, n)
1024
994
  });
1025
- return de(e, e.columnGap, r);
995
+ return ue(e, e.columnGap, r);
1026
996
  }
1027
997
  return null;
1028
998
  };
1029
- tt.propTypes = process.env.NODE_ENV !== "production" ? {
1030
- columnGap: be
999
+ Xe.propTypes = process.env.NODE_ENV !== "production" ? {
1000
+ columnGap: ge
1031
1001
  } : {};
1032
- tt.filterProps = ["columnGap"];
1033
- const rt = (e) => {
1002
+ Xe.filterProps = ["columnGap"];
1003
+ const Je = (e) => {
1034
1004
  if (e.rowGap !== void 0 && e.rowGap !== null) {
1035
- const t = Ne(e.theme, "spacing", 8, "rowGap"), r = (n) => ({
1036
- rowGap: Be(t, n)
1005
+ const t = Ie(e.theme, "spacing", 8, "rowGap"), r = (n) => ({
1006
+ rowGap: Ne(t, n)
1037
1007
  });
1038
- return de(e, e.rowGap, r);
1008
+ return ue(e, e.rowGap, r);
1039
1009
  }
1040
1010
  return null;
1041
1011
  };
1042
- rt.propTypes = process.env.NODE_ENV !== "production" ? {
1043
- rowGap: be
1012
+ Je.propTypes = process.env.NODE_ENV !== "production" ? {
1013
+ rowGap: ge
1044
1014
  } : {};
1045
- rt.filterProps = ["rowGap"];
1046
- const Cn = X({
1015
+ Je.filterProps = ["rowGap"];
1016
+ const yn = H({
1047
1017
  prop: "gridColumn"
1048
- }), wn = X({
1018
+ }), bn = H({
1049
1019
  prop: "gridRow"
1050
- }), xn = X({
1020
+ }), vn = H({
1051
1021
  prop: "gridAutoFlow"
1052
- }), Tn = X({
1022
+ }), Sn = H({
1053
1023
  prop: "gridAutoColumns"
1054
- }), En = X({
1024
+ }), Cn = H({
1055
1025
  prop: "gridAutoRows"
1056
- }), On = X({
1026
+ }), Tn = H({
1057
1027
  prop: "gridTemplateColumns"
1058
- }), $n = X({
1028
+ }), En = H({
1059
1029
  prop: "gridTemplateRows"
1060
- }), An = X({
1030
+ }), wn = H({
1061
1031
  prop: "gridTemplateAreas"
1062
- }), kn = X({
1032
+ }), xn = H({
1063
1033
  prop: "gridArea"
1064
1034
  });
1065
- Je(et, tt, rt, Cn, wn, xn, Tn, En, On, $n, An, kn);
1066
- function $e(e, t) {
1035
+ Ke(Qe, Xe, Je, yn, bn, vn, Sn, Cn, Tn, En, wn, xn);
1036
+ function Oe(e, t) {
1067
1037
  return t === "grey" ? t : e;
1068
1038
  }
1069
- const Rn = X({
1039
+ const On = H({
1070
1040
  prop: "color",
1071
1041
  themeKey: "palette",
1072
- transform: $e
1073
- }), Pn = X({
1042
+ transform: Oe
1043
+ }), $n = H({
1074
1044
  prop: "bgcolor",
1075
1045
  cssProperty: "backgroundColor",
1076
1046
  themeKey: "palette",
1077
- transform: $e
1078
- }), _n = X({
1047
+ transform: Oe
1048
+ }), An = H({
1079
1049
  prop: "backgroundColor",
1080
1050
  themeKey: "palette",
1081
- transform: $e
1051
+ transform: Oe
1082
1052
  });
1083
- Je(Rn, Pn, _n);
1084
- function oe(e) {
1053
+ Ke(On, $n, An);
1054
+ function ee(e) {
1085
1055
  return e <= 1 && e !== 0 ? `${e * 100}%` : e;
1086
1056
  }
1087
- const In = X({
1057
+ const kn = H({
1088
1058
  prop: "width",
1089
- transform: oe
1090
- }), Tt = (e) => {
1059
+ transform: ee
1060
+ }), vt = (e) => {
1091
1061
  if (e.maxWidth !== void 0 && e.maxWidth !== null) {
1092
1062
  const t = (r) => {
1093
- const n = e.theme?.breakpoints?.values?.[r] || He[r];
1063
+ const n = e.theme?.breakpoints?.values?.[r] || Ue[r];
1094
1064
  return n ? e.theme?.breakpoints?.unit !== "px" ? {
1095
1065
  maxWidth: `${n}${e.theme.breakpoints.unit}`
1096
1066
  } : {
1097
1067
  maxWidth: n
1098
1068
  } : {
1099
- maxWidth: oe(r)
1069
+ maxWidth: ee(r)
1100
1070
  };
1101
1071
  };
1102
- return de(e, e.maxWidth, t);
1072
+ return ue(e, e.maxWidth, t);
1103
1073
  }
1104
1074
  return null;
1105
1075
  };
1106
- Tt.filterProps = ["maxWidth"];
1107
- const Nn = X({
1076
+ vt.filterProps = ["maxWidth"];
1077
+ const _n = H({
1108
1078
  prop: "minWidth",
1109
- transform: oe
1110
- }), Bn = X({
1079
+ transform: ee
1080
+ }), Rn = H({
1111
1081
  prop: "height",
1112
- transform: oe
1113
- }), jn = X({
1082
+ transform: ee
1083
+ }), Pn = H({
1114
1084
  prop: "maxHeight",
1115
- transform: oe
1116
- }), Dn = X({
1085
+ transform: ee
1086
+ }), In = H({
1117
1087
  prop: "minHeight",
1118
- transform: oe
1088
+ transform: ee
1119
1089
  });
1120
- X({
1090
+ H({
1121
1091
  prop: "size",
1122
1092
  cssProperty: "width",
1123
- transform: oe
1093
+ transform: ee
1124
1094
  });
1125
- X({
1095
+ H({
1126
1096
  prop: "size",
1127
1097
  cssProperty: "height",
1128
- transform: oe
1098
+ transform: ee
1129
1099
  });
1130
- const Mn = X({
1100
+ const Nn = H({
1131
1101
  prop: "boxSizing"
1132
1102
  });
1133
- Je(In, Tt, Nn, Bn, jn, Dn, Mn);
1134
- const nt = {
1103
+ Ke(kn, vt, _n, Rn, Pn, In, Nn);
1104
+ const Ze = {
1135
1105
  // borders
1136
1106
  border: {
1137
1107
  themeKey: "borders",
1138
- transform: ae
1108
+ transform: ne
1139
1109
  },
1140
1110
  borderTop: {
1141
1111
  themeKey: "borders",
1142
- transform: ae
1112
+ transform: ne
1143
1113
  },
1144
1114
  borderRight: {
1145
1115
  themeKey: "borders",
1146
- transform: ae
1116
+ transform: ne
1147
1117
  },
1148
1118
  borderBottom: {
1149
1119
  themeKey: "borders",
1150
- transform: ae
1120
+ transform: ne
1151
1121
  },
1152
1122
  borderLeft: {
1153
1123
  themeKey: "borders",
1154
- transform: ae
1124
+ transform: ne
1155
1125
  },
1156
1126
  borderColor: {
1157
1127
  themeKey: "palette"
@@ -1170,28 +1140,28 @@ const nt = {
1170
1140
  },
1171
1141
  outline: {
1172
1142
  themeKey: "borders",
1173
- transform: ae
1143
+ transform: ne
1174
1144
  },
1175
1145
  outlineColor: {
1176
1146
  themeKey: "palette"
1177
1147
  },
1178
1148
  borderRadius: {
1179
1149
  themeKey: "shape.borderRadius",
1180
- style: Ze
1150
+ style: He
1181
1151
  },
1182
1152
  // palette
1183
1153
  color: {
1184
1154
  themeKey: "palette",
1185
- transform: $e
1155
+ transform: Oe
1186
1156
  },
1187
1157
  bgcolor: {
1188
1158
  themeKey: "palette",
1189
1159
  cssProperty: "backgroundColor",
1190
- transform: $e
1160
+ transform: Oe
1191
1161
  },
1192
1162
  backgroundColor: {
1193
1163
  themeKey: "palette",
1194
- transform: $e
1164
+ transform: Oe
1195
1165
  },
1196
1166
  // spacing
1197
1167
  p: {
@@ -1255,64 +1225,64 @@ const nt = {
1255
1225
  style: Y
1256
1226
  },
1257
1227
  m: {
1258
- style: H
1228
+ style: G
1259
1229
  },
1260
1230
  mt: {
1261
- style: H
1231
+ style: G
1262
1232
  },
1263
1233
  mr: {
1264
- style: H
1234
+ style: G
1265
1235
  },
1266
1236
  mb: {
1267
- style: H
1237
+ style: G
1268
1238
  },
1269
1239
  ml: {
1270
- style: H
1240
+ style: G
1271
1241
  },
1272
1242
  mx: {
1273
- style: H
1243
+ style: G
1274
1244
  },
1275
1245
  my: {
1276
- style: H
1246
+ style: G
1277
1247
  },
1278
1248
  margin: {
1279
- style: H
1249
+ style: G
1280
1250
  },
1281
1251
  marginTop: {
1282
- style: H
1252
+ style: G
1283
1253
  },
1284
1254
  marginRight: {
1285
- style: H
1255
+ style: G
1286
1256
  },
1287
1257
  marginBottom: {
1288
- style: H
1258
+ style: G
1289
1259
  },
1290
1260
  marginLeft: {
1291
- style: H
1261
+ style: G
1292
1262
  },
1293
1263
  marginX: {
1294
- style: H
1264
+ style: G
1295
1265
  },
1296
1266
  marginY: {
1297
- style: H
1267
+ style: G
1298
1268
  },
1299
1269
  marginInline: {
1300
- style: H
1270
+ style: G
1301
1271
  },
1302
1272
  marginInlineStart: {
1303
- style: H
1273
+ style: G
1304
1274
  },
1305
1275
  marginInlineEnd: {
1306
- style: H
1276
+ style: G
1307
1277
  },
1308
1278
  marginBlock: {
1309
- style: H
1279
+ style: G
1310
1280
  },
1311
1281
  marginBlockStart: {
1312
- style: H
1282
+ style: G
1313
1283
  },
1314
1284
  marginBlockEnd: {
1315
- style: H
1285
+ style: G
1316
1286
  },
1317
1287
  // display
1318
1288
  displayPrint: {
@@ -1344,13 +1314,13 @@ const nt = {
1344
1314
  justifySelf: {},
1345
1315
  // grid
1346
1316
  gap: {
1347
- style: et
1317
+ style: Qe
1348
1318
  },
1349
1319
  rowGap: {
1350
- style: rt
1320
+ style: Je
1351
1321
  },
1352
1322
  columnGap: {
1353
- style: tt
1323
+ style: Xe
1354
1324
  },
1355
1325
  gridColumn: {},
1356
1326
  gridRow: {},
@@ -1376,22 +1346,22 @@ const nt = {
1376
1346
  },
1377
1347
  // sizing
1378
1348
  width: {
1379
- transform: oe
1349
+ transform: ee
1380
1350
  },
1381
1351
  maxWidth: {
1382
- style: Tt
1352
+ style: vt
1383
1353
  },
1384
1354
  minWidth: {
1385
- transform: oe
1355
+ transform: ee
1386
1356
  },
1387
1357
  height: {
1388
- transform: oe
1358
+ transform: ee
1389
1359
  },
1390
1360
  maxHeight: {
1391
- transform: oe
1361
+ transform: ee
1392
1362
  },
1393
1363
  minHeight: {
1394
- transform: oe
1364
+ transform: ee
1395
1365
  },
1396
1366
  boxSizing: {},
1397
1367
  // typography
@@ -1419,40 +1389,40 @@ const nt = {
1419
1389
  themeKey: "typography"
1420
1390
  }
1421
1391
  };
1422
- function Vn(...e) {
1392
+ function Bn(...e) {
1423
1393
  const t = e.reduce((n, o) => n.concat(Object.keys(o)), []), r = new Set(t);
1424
1394
  return e.every((n) => r.size === Object.keys(n).length);
1425
1395
  }
1426
- function Fn(e, t) {
1396
+ function Dn(e, t) {
1427
1397
  return typeof e == "function" ? e(t) : e;
1428
1398
  }
1429
- function Ln() {
1399
+ function Mn() {
1430
1400
  function e(r, n, o, i) {
1431
- const s = {
1401
+ const c = {
1432
1402
  [r]: n,
1433
1403
  theme: o
1434
- }, c = i[r];
1435
- if (!c)
1404
+ }, l = i[r];
1405
+ if (!l)
1436
1406
  return {
1437
1407
  [r]: n
1438
1408
  };
1439
1409
  const {
1440
- cssProperty: f = r,
1441
- themeKey: u,
1410
+ cssProperty: d = r,
1411
+ themeKey: f,
1442
1412
  transform: m,
1443
1413
  style: h
1444
- } = c;
1414
+ } = l;
1445
1415
  if (n == null)
1446
1416
  return null;
1447
- if (u === "typography" && n === "inherit")
1417
+ if (f === "typography" && n === "inherit")
1448
1418
  return {
1449
1419
  [r]: n
1450
1420
  };
1451
- const p = Ye(o, u) || {};
1452
- return h ? h(s) : de(s, n, (v) => {
1453
- let g = Ge(p, m, v);
1454
- return v === g && typeof v == "string" && (g = Ge(p, m, `${r}${v === "default" ? "" : Ce(v)}`, v)), f === !1 ? g : {
1455
- [f]: g
1421
+ const p = Ge(o, f) || {};
1422
+ return h ? h(c) : ue(c, n, (y) => {
1423
+ let s = Le(p, m, y);
1424
+ return y === s && typeof y == "string" && (s = Le(p, m, `${r}${y === "default" ? "" : ve(y)}`, y)), d === !1 ? s : {
1425
+ [d]: s
1456
1426
  };
1457
1427
  });
1458
1428
  }
@@ -1464,48 +1434,48 @@ function Ln() {
1464
1434
  } = r || {};
1465
1435
  if (!n)
1466
1436
  return null;
1467
- const s = o.unstable_sxConfig ?? nt;
1468
- function c(f) {
1469
- let u = f;
1470
- if (typeof f == "function")
1471
- u = f(o);
1472
- else if (typeof f != "object")
1473
- return f;
1474
- if (!u)
1437
+ const c = o.unstable_sxConfig ?? Ze;
1438
+ function l(d) {
1439
+ let f = d;
1440
+ if (typeof d == "function")
1441
+ f = d(o);
1442
+ else if (typeof d != "object")
1443
+ return d;
1444
+ if (!f)
1475
1445
  return null;
1476
- const m = en(o.breakpoints), h = Object.keys(m);
1446
+ const m = Qr(o.breakpoints), h = Object.keys(m);
1477
1447
  let p = m;
1478
- return Object.keys(u).forEach((S) => {
1479
- const v = Fn(u[S], o);
1480
- if (v != null)
1481
- if (typeof v == "object")
1482
- if (s[S])
1483
- p = _e(p, e(S, v, o, s));
1448
+ return Object.keys(f).forEach((v) => {
1449
+ const y = Dn(f[v], o);
1450
+ if (y != null)
1451
+ if (typeof y == "object")
1452
+ if (c[v])
1453
+ p = Re(p, e(v, y, o, c));
1484
1454
  else {
1485
- const g = de({
1455
+ const s = ue({
1486
1456
  theme: o
1487
- }, v, (d) => ({
1488
- [S]: d
1457
+ }, y, (S) => ({
1458
+ [v]: S
1489
1459
  }));
1490
- Vn(g, v) ? p[S] = t({
1491
- sx: v,
1460
+ Bn(s, y) ? p[v] = t({
1461
+ sx: y,
1492
1462
  theme: o,
1493
1463
  nested: !0
1494
- }) : p = _e(p, g);
1464
+ }) : p = Re(p, s);
1495
1465
  }
1496
1466
  else
1497
- p = _e(p, e(S, v, o, s));
1467
+ p = Re(p, e(v, y, o, c));
1498
1468
  }), !i && o.modularCssLayers ? {
1499
- "@layer sx": zt(o, Gt(h, p))
1500
- } : zt(o, Gt(h, p));
1469
+ "@layer sx": Mt(o, Vt(h, p))
1470
+ } : Mt(o, Vt(h, p));
1501
1471
  }
1502
- return Array.isArray(n) ? n.map(c) : c(n);
1472
+ return Array.isArray(n) ? n.map(l) : l(n);
1503
1473
  }
1504
1474
  return t;
1505
1475
  }
1506
- const Ae = Ln();
1507
- Ae.filterProps = ["sx"];
1508
- function Wn(e) {
1476
+ const $e = Mn();
1477
+ $e.filterProps = ["sx"];
1478
+ function jn(e) {
1509
1479
  for (var t = 0, r, n = 0, o = e.length; o >= 4; ++n, o -= 4)
1510
1480
  r = e.charCodeAt(n) & 255 | (e.charCodeAt(++n) & 255) << 8 | (e.charCodeAt(++n) & 255) << 16 | (e.charCodeAt(++n) & 255) << 24, r = /* Math.imul(k, m): */
1511
1481
  (r & 65535) * 1540483477 + ((r >>> 16) * 59797 << 16), r ^= /* k >>> r: */
@@ -1524,7 +1494,7 @@ function Wn(e) {
1524
1494
  return t ^= t >>> 13, t = /* Math.imul(h, m): */
1525
1495
  (t & 65535) * 1540483477 + ((t >>> 16) * 59797 << 16), ((t ^ t >>> 15) >>> 0).toString(36);
1526
1496
  }
1527
- var zn = {
1497
+ var Vn = {
1528
1498
  animationIterationCount: 1,
1529
1499
  aspectRatio: 1,
1530
1500
  borderImageOutset: 1,
@@ -1574,34 +1544,34 @@ var zn = {
1574
1544
  strokeOpacity: 1,
1575
1545
  strokeWidth: 1
1576
1546
  };
1577
- function Un(e) {
1547
+ function Fn(e) {
1578
1548
  var t = /* @__PURE__ */ Object.create(null);
1579
1549
  return function(r) {
1580
1550
  return t[r] === void 0 && (t[r] = e(r)), t[r];
1581
1551
  };
1582
1552
  }
1583
- var Gn = /[A-Z]|^ms/g, qn = /_EMO_([^_]+?)_([^]*?)_EMO_/g, dr = function(t) {
1553
+ var Ln = /[A-Z]|^ms/g, Wn = /_EMO_([^_]+?)_([^]*?)_EMO_/g, ar = function(t) {
1584
1554
  return t.charCodeAt(1) === 45;
1585
- }, Kt = function(t) {
1555
+ }, Lt = function(t) {
1586
1556
  return t != null && typeof t != "boolean";
1587
- }, pt = /* @__PURE__ */ Un(function(e) {
1588
- return dr(e) ? e : e.replace(Gn, "-$&").toLowerCase();
1589
- }), Ht = function(t, r) {
1557
+ }, ct = /* @__PURE__ */ Fn(function(e) {
1558
+ return ar(e) ? e : e.replace(Ln, "-$&").toLowerCase();
1559
+ }), Wt = function(t, r) {
1590
1560
  switch (t) {
1591
1561
  case "animation":
1592
1562
  case "animationName":
1593
1563
  if (typeof r == "string")
1594
- return r.replace(qn, function(n, o, i) {
1595
- return me = {
1564
+ return r.replace(Wn, function(n, o, i) {
1565
+ return de = {
1596
1566
  name: o,
1597
1567
  styles: i,
1598
- next: me
1568
+ next: de
1599
1569
  }, o;
1600
1570
  });
1601
1571
  }
1602
- return zn[t] !== 1 && !dr(t) && typeof r == "number" && r !== 0 ? r + "px" : r;
1572
+ return Vn[t] !== 1 && !ar(t) && typeof r == "number" && r !== 0 ? r + "px" : r;
1603
1573
  };
1604
- function qe(e, t, r) {
1574
+ function We(e, t, r) {
1605
1575
  if (r == null)
1606
1576
  return "";
1607
1577
  var n = r;
@@ -1613,85 +1583,85 @@ function qe(e, t, r) {
1613
1583
  case "object": {
1614
1584
  var o = r;
1615
1585
  if (o.anim === 1)
1616
- return me = {
1586
+ return de = {
1617
1587
  name: o.name,
1618
1588
  styles: o.styles,
1619
- next: me
1589
+ next: de
1620
1590
  }, o.name;
1621
1591
  var i = r;
1622
1592
  if (i.styles !== void 0) {
1623
- var s = i.next;
1624
- if (s !== void 0)
1625
- for (; s !== void 0; )
1626
- me = {
1627
- name: s.name,
1628
- styles: s.styles,
1629
- next: me
1630
- }, s = s.next;
1631
- var c = i.styles + ";";
1632
- return c;
1593
+ var c = i.next;
1594
+ if (c !== void 0)
1595
+ for (; c !== void 0; )
1596
+ de = {
1597
+ name: c.name,
1598
+ styles: c.styles,
1599
+ next: de
1600
+ }, c = c.next;
1601
+ var l = i.styles + ";";
1602
+ return l;
1633
1603
  }
1634
- return Kn(e, t, r);
1604
+ return zn(e, t, r);
1635
1605
  }
1636
1606
  }
1637
- var f = r;
1638
- return f;
1607
+ var d = r;
1608
+ return d;
1639
1609
  }
1640
- function Kn(e, t, r) {
1610
+ function zn(e, t, r) {
1641
1611
  var n = "";
1642
1612
  if (Array.isArray(r))
1643
1613
  for (var o = 0; o < r.length; o++)
1644
- n += qe(e, t, r[o]) + ";";
1614
+ n += We(e, t, r[o]) + ";";
1645
1615
  else
1646
1616
  for (var i in r) {
1647
- var s = r[i];
1648
- if (typeof s != "object") {
1649
- var c = s;
1650
- Kt(c) && (n += pt(i) + ":" + Ht(i, c) + ";");
1651
- } else if (Array.isArray(s) && typeof s[0] == "string" && t == null)
1652
- for (var f = 0; f < s.length; f++)
1653
- Kt(s[f]) && (n += pt(i) + ":" + Ht(i, s[f]) + ";");
1617
+ var c = r[i];
1618
+ if (typeof c != "object") {
1619
+ var l = c;
1620
+ Lt(l) && (n += ct(i) + ":" + Wt(i, l) + ";");
1621
+ } else if (Array.isArray(c) && typeof c[0] == "string" && t == null)
1622
+ for (var d = 0; d < c.length; d++)
1623
+ Lt(c[d]) && (n += ct(i) + ":" + Wt(i, c[d]) + ";");
1654
1624
  else {
1655
- var u = qe(e, t, s);
1625
+ var f = We(e, t, c);
1656
1626
  switch (i) {
1657
1627
  case "animation":
1658
1628
  case "animationName": {
1659
- n += pt(i) + ":" + u + ";";
1629
+ n += ct(i) + ":" + f + ";";
1660
1630
  break;
1661
1631
  }
1662
1632
  default:
1663
- n += i + "{" + u + "}";
1633
+ n += i + "{" + f + "}";
1664
1634
  }
1665
1635
  }
1666
1636
  }
1667
1637
  return n;
1668
1638
  }
1669
- var Yt = /label:\s*([^\s;{]+)\s*(;|$)/g, me;
1670
- function Hn(e, t, r) {
1639
+ var zt = /label:\s*([^\s;{]+)\s*(;|$)/g, de;
1640
+ function Un(e, t, r) {
1671
1641
  if (e.length === 1 && typeof e[0] == "object" && e[0] !== null && e[0].styles !== void 0)
1672
1642
  return e[0];
1673
1643
  var n = !0, o = "";
1674
- me = void 0;
1644
+ de = void 0;
1675
1645
  var i = e[0];
1676
1646
  if (i == null || i.raw === void 0)
1677
- n = !1, o += qe(r, t, i);
1647
+ n = !1, o += We(r, t, i);
1678
1648
  else {
1679
- var s = i;
1680
- o += s[0];
1649
+ var c = i;
1650
+ o += c[0];
1681
1651
  }
1682
- for (var c = 1; c < e.length; c++)
1683
- if (o += qe(r, t, e[c]), n) {
1684
- var f = i;
1685
- o += f[c];
1686
- }
1687
- Yt.lastIndex = 0;
1688
- for (var u = "", m; (m = Yt.exec(o)) !== null; )
1689
- u += "-" + m[1];
1690
- var h = Wn(o) + u;
1652
+ for (var l = 1; l < e.length; l++)
1653
+ if (o += We(r, t, e[l]), n) {
1654
+ var d = i;
1655
+ o += d[l];
1656
+ }
1657
+ zt.lastIndex = 0;
1658
+ for (var f = "", m; (m = zt.exec(o)) !== null; )
1659
+ f += "-" + m[1];
1660
+ var h = jn(o) + f;
1691
1661
  return {
1692
1662
  name: h,
1693
1663
  styles: o,
1694
- next: me
1664
+ next: de
1695
1665
  };
1696
1666
  }
1697
1667
  /**
@@ -1701,22 +1671,22 @@ function Hn(e, t, r) {
1701
1671
  * This source code is licensed under the MIT license found in the
1702
1672
  * LICENSE file in the root directory of this source tree.
1703
1673
  */
1704
- function Yn(e, t) {
1705
- const r = $r(e, t);
1674
+ function Gn(e, t) {
1675
+ const r = Er(e, t);
1706
1676
  return process.env.NODE_ENV !== "production" ? (...n) => {
1707
1677
  const o = typeof e == "string" ? `"${e}"` : "component";
1708
1678
  return n.length === 0 ? console.error([`MUI: Seems like you called \`styled(${o})()\` without a \`style\` argument.`, 'You must provide a `styles` argument: `styled("div")(styleYouForgotToPass)`.'].join(`
1709
1679
  `)) : n.some((i) => i === void 0) && console.error(`MUI: the styled(${o})(...args) API requires all its args to be defined.`), r(...n);
1710
1680
  } : r;
1711
1681
  }
1712
- function Qn(e, t) {
1682
+ function Yn(e, t) {
1713
1683
  Array.isArray(e.__emotion_styles) && (e.__emotion_styles = t(e.__emotion_styles));
1714
1684
  }
1715
- const Qt = [];
1716
- function Se(e) {
1717
- return Qt[0] = e, Hn(Qt);
1685
+ const Ut = [];
1686
+ function be(e) {
1687
+ return Ut[0] = e, Un(Ut);
1718
1688
  }
1719
- const Xn = (e) => {
1689
+ const qn = (e) => {
1720
1690
  const t = Object.keys(e).map((r) => ({
1721
1691
  key: r,
1722
1692
  val: e[r]
@@ -1726,7 +1696,7 @@ const Xn = (e) => {
1726
1696
  [n.key]: n.val
1727
1697
  }), {});
1728
1698
  };
1729
- function Jn(e) {
1699
+ function Kn(e) {
1730
1700
  const {
1731
1701
  // The breakpoint **start** at this value.
1732
1702
  // For instance with the first breakpoint xs: [xs, sm).
@@ -1745,51 +1715,51 @@ function Jn(e) {
1745
1715
  unit: r = "px",
1746
1716
  step: n = 5,
1747
1717
  ...o
1748
- } = e, i = Xn(t), s = Object.keys(i);
1749
- function c(p) {
1718
+ } = e, i = qn(t), c = Object.keys(i);
1719
+ function l(p) {
1750
1720
  return `@media (min-width:${typeof t[p] == "number" ? t[p] : p}${r})`;
1751
1721
  }
1752
- function f(p) {
1722
+ function d(p) {
1753
1723
  return `@media (max-width:${(typeof t[p] == "number" ? t[p] : p) - n / 100}${r})`;
1754
1724
  }
1755
- function u(p, S) {
1756
- const v = s.indexOf(S);
1757
- return `@media (min-width:${typeof t[p] == "number" ? t[p] : p}${r}) and (max-width:${(v !== -1 && typeof t[s[v]] == "number" ? t[s[v]] : S) - n / 100}${r})`;
1725
+ function f(p, v) {
1726
+ const y = c.indexOf(v);
1727
+ return `@media (min-width:${typeof t[p] == "number" ? t[p] : p}${r}) and (max-width:${(y !== -1 && typeof t[c[y]] == "number" ? t[c[y]] : v) - n / 100}${r})`;
1758
1728
  }
1759
1729
  function m(p) {
1760
- return s.indexOf(p) + 1 < s.length ? u(p, s[s.indexOf(p) + 1]) : c(p);
1730
+ return c.indexOf(p) + 1 < c.length ? f(p, c[c.indexOf(p) + 1]) : l(p);
1761
1731
  }
1762
1732
  function h(p) {
1763
- const S = s.indexOf(p);
1764
- return S === 0 ? c(s[1]) : S === s.length - 1 ? f(s[S]) : u(p, s[s.indexOf(p) + 1]).replace("@media", "@media not all and");
1733
+ const v = c.indexOf(p);
1734
+ return v === 0 ? l(c[1]) : v === c.length - 1 ? d(c[v]) : f(p, c[c.indexOf(p) + 1]).replace("@media", "@media not all and");
1765
1735
  }
1766
1736
  return {
1767
- keys: s,
1737
+ keys: c,
1768
1738
  values: i,
1769
- up: c,
1770
- down: f,
1771
- between: u,
1739
+ up: l,
1740
+ down: d,
1741
+ between: f,
1772
1742
  only: m,
1773
1743
  not: h,
1774
1744
  unit: r,
1775
1745
  ...o
1776
1746
  };
1777
1747
  }
1778
- const Zn = {
1748
+ const Hn = {
1779
1749
  borderRadius: 4
1780
1750
  };
1781
- function pr(e = 8, t = xt({
1751
+ function sr(e = 8, t = bt({
1782
1752
  spacing: e
1783
1753
  })) {
1784
1754
  if (e.mui)
1785
1755
  return e;
1786
1756
  const r = (...n) => (process.env.NODE_ENV !== "production" && (n.length <= 4 || console.error(`MUI: Too many arguments provided, expected between 0 and 4, got ${n.length}`)), (n.length === 0 ? [1] : n).map((i) => {
1787
- const s = t(i);
1788
- return typeof s == "number" ? `${s}px` : s;
1757
+ const c = t(i);
1758
+ return typeof c == "number" ? `${c}px` : c;
1789
1759
  }).join(" "));
1790
1760
  return r.mui = !0, r;
1791
1761
  }
1792
- function eo(e, t) {
1762
+ function Qn(e, t) {
1793
1763
  const r = this;
1794
1764
  if (r.vars) {
1795
1765
  if (!r.colorSchemes?.[e] || typeof r.getColorSchemeSelector != "function")
@@ -1801,16 +1771,16 @@ function eo(e, t) {
1801
1771
  }
1802
1772
  return r.palette.mode === e ? t : {};
1803
1773
  }
1804
- function mr(e = {}, ...t) {
1774
+ function cr(e = {}, ...t) {
1805
1775
  const {
1806
1776
  breakpoints: r = {},
1807
1777
  palette: n = {},
1808
1778
  spacing: o,
1809
1779
  shape: i = {},
1810
- ...s
1811
- } = e, c = Jn(r), f = pr(o);
1812
- let u = ie({
1813
- breakpoints: c,
1780
+ ...c
1781
+ } = e, l = Kn(r), d = sr(o);
1782
+ let f = te({
1783
+ breakpoints: l,
1814
1784
  direction: "ltr",
1815
1785
  components: {},
1816
1786
  // Inject component definitions.
@@ -1818,23 +1788,23 @@ function mr(e = {}, ...t) {
1818
1788
  mode: "light",
1819
1789
  ...n
1820
1790
  },
1821
- spacing: f,
1791
+ spacing: d,
1822
1792
  shape: {
1823
- ...Zn,
1793
+ ...Hn,
1824
1794
  ...i
1825
1795
  }
1826
- }, s);
1827
- return u = Jr(u), u.applyStyles = eo, u = t.reduce((m, h) => ie(m, h), u), u.unstable_sxConfig = {
1828
- ...nt,
1829
- ...s?.unstable_sxConfig
1830
- }, u.unstable_sx = function(h) {
1831
- return Ae({
1796
+ }, c);
1797
+ return f = Kr(f), f.applyStyles = Qn, f = t.reduce((m, h) => te(m, h), f), f.unstable_sxConfig = {
1798
+ ...Ze,
1799
+ ...c?.unstable_sxConfig
1800
+ }, f.unstable_sx = function(h) {
1801
+ return $e({
1832
1802
  sx: h,
1833
1803
  theme: this
1834
1804
  });
1835
- }, u;
1805
+ }, f;
1836
1806
  }
1837
- const to = {
1807
+ const Xn = {
1838
1808
  active: "active",
1839
1809
  checked: "checked",
1840
1810
  completed: "completed",
@@ -1848,200 +1818,200 @@ const to = {
1848
1818
  required: "required",
1849
1819
  selected: "selected"
1850
1820
  };
1851
- function Et(e, t, r = "Mui") {
1852
- const n = to[t];
1853
- return n ? `${r}-${n}` : `${Fr.generate(e)}-${t}`;
1821
+ function St(e, t, r = "Mui") {
1822
+ const n = Xn[t];
1823
+ return n ? `${r}-${n}` : `${Dr.generate(e)}-${t}`;
1854
1824
  }
1855
- function ro(e, t, r = "Mui") {
1825
+ function Jn(e, t, r = "Mui") {
1856
1826
  const n = {};
1857
1827
  return t.forEach((o) => {
1858
- n[o] = Et(e, o, r);
1828
+ n[o] = St(e, o, r);
1859
1829
  }), n;
1860
1830
  }
1861
- function hr(e, t = "") {
1831
+ function lr(e, t = "") {
1862
1832
  return e.displayName || e.name || t;
1863
1833
  }
1864
- function Xt(e, t, r) {
1865
- const n = hr(t);
1834
+ function Gt(e, t, r) {
1835
+ const n = lr(t);
1866
1836
  return e.displayName || (n !== "" ? `${r}(${n})` : r);
1867
1837
  }
1868
- function no(e) {
1838
+ function Zn(e) {
1869
1839
  if (e != null) {
1870
1840
  if (typeof e == "string")
1871
1841
  return e;
1872
1842
  if (typeof e == "function")
1873
- return hr(e, "Component");
1843
+ return lr(e, "Component");
1874
1844
  if (typeof e == "object")
1875
1845
  switch (e.$$typeof) {
1876
- case Ue.ForwardRef:
1877
- return Xt(e, e.render, "ForwardRef");
1878
- case Ue.Memo:
1879
- return Xt(e, e.type, "memo");
1846
+ case Fe.ForwardRef:
1847
+ return Gt(e, e.render, "ForwardRef");
1848
+ case Fe.Memo:
1849
+ return Gt(e, e.type, "memo");
1880
1850
  default:
1881
1851
  return;
1882
1852
  }
1883
1853
  }
1884
1854
  }
1885
- function gr(e) {
1855
+ function ur(e) {
1886
1856
  const {
1887
1857
  variants: t,
1888
1858
  ...r
1889
1859
  } = e, n = {
1890
1860
  variants: t,
1891
- style: Se(r),
1861
+ style: be(r),
1892
1862
  isProcessed: !0
1893
1863
  };
1894
1864
  return n.style === r || t && t.forEach((o) => {
1895
- typeof o.style != "function" && (o.style = Se(o.style));
1865
+ typeof o.style != "function" && (o.style = be(o.style));
1896
1866
  }), n;
1897
1867
  }
1898
- const oo = mr();
1899
- function mt(e) {
1868
+ const eo = cr();
1869
+ function lt(e) {
1900
1870
  return e !== "ownerState" && e !== "theme" && e !== "sx" && e !== "as";
1901
1871
  }
1902
- function ve(e, t) {
1872
+ function ye(e, t) {
1903
1873
  return t && e && typeof e == "object" && e.styles && !e.styles.startsWith("@layer") && (e.styles = `@layer ${t}{${String(e.styles)}}`), e;
1904
1874
  }
1905
- function io(e) {
1875
+ function to(e) {
1906
1876
  return e ? (t, r) => r[e] : null;
1907
1877
  }
1908
- function ao(e, t, r) {
1909
- e.theme = uo(e.theme) ? r : e.theme[t] || e.theme;
1878
+ function ro(e, t, r) {
1879
+ e.theme = ao(e.theme) ? r : e.theme[t] || e.theme;
1910
1880
  }
1911
- function ze(e, t, r) {
1881
+ function Ve(e, t, r) {
1912
1882
  const n = typeof t == "function" ? t(e) : t;
1913
1883
  if (Array.isArray(n))
1914
- return n.flatMap((o) => ze(e, o, r));
1884
+ return n.flatMap((o) => Ve(e, o, r));
1915
1885
  if (Array.isArray(n?.variants)) {
1916
1886
  let o;
1917
1887
  if (n.isProcessed)
1918
- o = r ? ve(n.style, r) : n.style;
1888
+ o = r ? ye(n.style, r) : n.style;
1919
1889
  else {
1920
1890
  const {
1921
1891
  variants: i,
1922
- ...s
1892
+ ...c
1923
1893
  } = n;
1924
- o = r ? ve(Se(s), r) : s;
1894
+ o = r ? ye(be(c), r) : c;
1925
1895
  }
1926
- return yr(e, n.variants, [o], r);
1896
+ return fr(e, n.variants, [o], r);
1927
1897
  }
1928
- return n?.isProcessed ? r ? ve(Se(n.style), r) : n.style : r ? ve(Se(n), r) : n;
1898
+ return n?.isProcessed ? r ? ye(be(n.style), r) : n.style : r ? ye(be(n), r) : n;
1929
1899
  }
1930
- function yr(e, t, r = [], n = void 0) {
1900
+ function fr(e, t, r = [], n = void 0) {
1931
1901
  let o;
1932
1902
  e: for (let i = 0; i < t.length; i += 1) {
1933
- const s = t[i];
1934
- if (typeof s.props == "function") {
1903
+ const c = t[i];
1904
+ if (typeof c.props == "function") {
1935
1905
  if (o ??= {
1936
1906
  ...e,
1937
1907
  ...e.ownerState,
1938
1908
  ownerState: e.ownerState
1939
- }, !s.props(o))
1909
+ }, !c.props(o))
1940
1910
  continue;
1941
1911
  } else
1942
- for (const c in s.props)
1943
- if (e[c] !== s.props[c] && e.ownerState?.[c] !== s.props[c])
1912
+ for (const l in c.props)
1913
+ if (e[l] !== c.props[l] && e.ownerState?.[l] !== c.props[l])
1944
1914
  continue e;
1945
- typeof s.style == "function" ? (o ??= {
1915
+ typeof c.style == "function" ? (o ??= {
1946
1916
  ...e,
1947
1917
  ...e.ownerState,
1948
1918
  ownerState: e.ownerState
1949
- }, r.push(n ? ve(Se(s.style(o)), n) : s.style(o))) : r.push(n ? ve(Se(s.style), n) : s.style);
1919
+ }, r.push(n ? ye(be(c.style(o)), n) : c.style(o))) : r.push(n ? ye(be(c.style), n) : c.style);
1950
1920
  }
1951
1921
  return r;
1952
1922
  }
1953
- function so(e = {}) {
1923
+ function no(e = {}) {
1954
1924
  const {
1955
1925
  themeId: t,
1956
- defaultTheme: r = oo,
1957
- rootShouldForwardProp: n = mt,
1958
- slotShouldForwardProp: o = mt
1926
+ defaultTheme: r = eo,
1927
+ rootShouldForwardProp: n = lt,
1928
+ slotShouldForwardProp: o = lt
1959
1929
  } = e;
1960
- function i(c) {
1961
- ao(c, t, r);
1930
+ function i(l) {
1931
+ ro(l, t, r);
1962
1932
  }
1963
- return (c, f = {}) => {
1964
- Qn(c, (U) => U.filter((K) => K !== Ae));
1933
+ return (l, d = {}) => {
1934
+ Yn(l, (U) => U.filter((Q) => Q !== $e));
1965
1935
  const {
1966
- name: u,
1936
+ name: f,
1967
1937
  slot: m,
1968
1938
  skipVariantsResolver: h,
1969
1939
  skipSx: p,
1970
1940
  // TODO v6: remove `lowercaseFirstLetter()` in the next major release
1971
1941
  // For more details: https://github.com/mui/material-ui/pull/37908
1972
- overridesResolver: S = io(br(m)),
1973
- ...v
1974
- } = f, g = u && u.startsWith("Mui") || m ? "components" : "custom", d = h !== void 0 ? h : (
1942
+ overridesResolver: v = to(dr(m)),
1943
+ ...y
1944
+ } = d, s = f && f.startsWith("Mui") || m ? "components" : "custom", S = h !== void 0 ? h : (
1975
1945
  // TODO v6: remove `Root` in the next major release
1976
1946
  // For more details: https://github.com/mui/material-ui/pull/37908
1977
1947
  m && m !== "Root" && m !== "root" || !1
1978
- ), x = p || !1;
1979
- let J = mt;
1980
- m === "Root" || m === "root" ? J = n : m ? J = o : fo(c) && (J = void 0);
1981
- const O = Yn(c, {
1982
- shouldForwardProp: J,
1983
- label: lo(u, m),
1984
- ...v
1948
+ ), E = p || !1;
1949
+ let X = lt;
1950
+ m === "Root" || m === "root" ? X = n : m ? X = o : so(l) && (X = void 0);
1951
+ const x = Gn(l, {
1952
+ shouldForwardProp: X,
1953
+ label: io(f, m),
1954
+ ...y
1985
1955
  }), T = (U) => {
1986
1956
  if (U.__emotion_real === U)
1987
1957
  return U;
1988
1958
  if (typeof U == "function")
1989
1959
  return function(q) {
1990
- return ze(q, U, q.theme.modularCssLayers ? g : void 0);
1960
+ return Ve(q, U, q.theme.modularCssLayers ? s : void 0);
1991
1961
  };
1992
- if (fe(U)) {
1993
- const K = gr(U);
1994
- return function(D) {
1995
- return K.variants ? ze(D, K, D.theme.modularCssLayers ? g : void 0) : D.theme.modularCssLayers ? ve(K.style, g) : K.style;
1962
+ if (le(U)) {
1963
+ const Q = ur(U);
1964
+ return function(B) {
1965
+ return Q.variants ? Ve(B, Q, B.theme.modularCssLayers ? s : void 0) : B.theme.modularCssLayers ? ye(Q.style, s) : Q.style;
1996
1966
  };
1997
1967
  }
1998
1968
  return U;
1999
- }, R = (...U) => {
2000
- const K = [], q = U.map(T), D = [];
2001
- if (K.push(i), u && S && D.push(function(j) {
2002
- const Z = j.theme.components?.[u]?.styleOverrides;
2003
- if (!Z)
1969
+ }, z = (...U) => {
1970
+ const Q = [], q = U.map(T), B = [];
1971
+ if (Q.push(i), f && v && B.push(function(N) {
1972
+ const J = N.theme.components?.[f]?.styleOverrides;
1973
+ if (!J)
2004
1974
  return null;
2005
- const ne = {};
2006
- for (const ce in Z)
2007
- ne[ce] = ze(j, Z[ce], j.theme.modularCssLayers ? "theme" : void 0);
2008
- return S(j, ne);
2009
- }), u && !d && D.push(function(j) {
2010
- const Z = j.theme?.components?.[u]?.variants;
2011
- return Z ? yr(j, Z, [], j.theme.modularCssLayers ? "theme" : void 0) : null;
2012
- }), x || D.push(Ae), Array.isArray(q[0])) {
2013
- const M = q.shift(), j = new Array(K.length).fill(""), re = new Array(D.length).fill("");
2014
- let Z;
2015
- Z = [...j, ...M, ...re], Z.raw = [...j, ...M.raw, ...re], K.unshift(Z);
1975
+ const ae = {};
1976
+ for (const fe in J)
1977
+ ae[fe] = Ve(N, J[fe], N.theme.modularCssLayers ? "theme" : void 0);
1978
+ return v(N, ae);
1979
+ }), f && !S && B.push(function(N) {
1980
+ const J = N.theme?.components?.[f]?.variants;
1981
+ return J ? fr(N, J, [], N.theme.modularCssLayers ? "theme" : void 0) : null;
1982
+ }), E || B.push($e), Array.isArray(q[0])) {
1983
+ const D = q.shift(), N = new Array(Q.length).fill(""), ie = new Array(B.length).fill("");
1984
+ let J;
1985
+ J = [...N, ...D, ...ie], J.raw = [...N, ...D.raw, ...ie], Q.unshift(J);
2016
1986
  }
2017
- const a = [...K, ...q, ...D], C = O(...a);
2018
- return c.muiName && (C.muiName = c.muiName), process.env.NODE_ENV !== "production" && (C.displayName = co(u, m, c)), C;
1987
+ const a = [...Q, ...q, ...B], C = x(...a);
1988
+ return l.muiName && (C.muiName = l.muiName), process.env.NODE_ENV !== "production" && (C.displayName = oo(f, m, l)), C;
2019
1989
  };
2020
- return O.withConfig && (R.withConfig = O.withConfig), R;
1990
+ return x.withConfig && (z.withConfig = x.withConfig), z;
2021
1991
  };
2022
1992
  }
2023
- function co(e, t, r) {
2024
- return e ? `${e}${Ce(t || "")}` : `Styled(${no(r)})`;
1993
+ function oo(e, t, r) {
1994
+ return e ? `${e}${ve(t || "")}` : `Styled(${Zn(r)})`;
2025
1995
  }
2026
- function lo(e, t) {
1996
+ function io(e, t) {
2027
1997
  let r;
2028
- return process.env.NODE_ENV !== "production" && e && (r = `${e}-${br(t || "Root")}`), r;
1998
+ return process.env.NODE_ENV !== "production" && e && (r = `${e}-${dr(t || "Root")}`), r;
2029
1999
  }
2030
- function uo(e) {
2000
+ function ao(e) {
2031
2001
  for (const t in e)
2032
2002
  return !1;
2033
2003
  return !0;
2034
2004
  }
2035
- function fo(e) {
2005
+ function so(e) {
2036
2006
  return typeof e == "string" && // 96 is one less than the char code
2037
2007
  // for "a" so this is checking that
2038
2008
  // it's a lowercase character
2039
2009
  e.charCodeAt(0) > 96;
2040
2010
  }
2041
- function br(e) {
2011
+ function dr(e) {
2042
2012
  return e && e.charAt(0).toLowerCase() + e.slice(1);
2043
2013
  }
2044
- function bt(e, t, r = !1) {
2014
+ function pt(e, t, r = !1) {
2045
2015
  const n = {
2046
2016
  ...t
2047
2017
  };
@@ -2054,54 +2024,54 @@ function bt(e, t, r = !1) {
2054
2024
  ...n[i]
2055
2025
  };
2056
2026
  else if (i === "componentsProps" || i === "slotProps") {
2057
- const s = e[i], c = t[i];
2058
- if (!c)
2059
- n[i] = s || {};
2060
- else if (!s)
2061
- n[i] = c;
2027
+ const c = e[i], l = t[i];
2028
+ if (!l)
2029
+ n[i] = c || {};
2030
+ else if (!c)
2031
+ n[i] = l;
2062
2032
  else {
2063
2033
  n[i] = {
2064
- ...c
2034
+ ...l
2065
2035
  };
2066
- for (const f in s)
2067
- if (Object.prototype.hasOwnProperty.call(s, f)) {
2068
- const u = f;
2069
- n[i][u] = bt(s[u], c[u], r);
2036
+ for (const d in c)
2037
+ if (Object.prototype.hasOwnProperty.call(c, d)) {
2038
+ const f = d;
2039
+ n[i][f] = pt(c[f], l[f], r);
2070
2040
  }
2071
2041
  }
2072
- } else i === "className" && r && t.className ? n.className = lr(e?.className, t?.className) : i === "style" && r && t.style ? n.style = {
2042
+ } else i === "className" && r && t.className ? n.className = nr(e?.className, t?.className) : i === "style" && r && t.style ? n.style = {
2073
2043
  ...e?.style,
2074
2044
  ...t?.style
2075
2045
  } : n[i] === void 0 && (n[i] = e[i]);
2076
2046
  }
2077
2047
  return n;
2078
2048
  }
2079
- function po(e, t = Number.MIN_SAFE_INTEGER, r = Number.MAX_SAFE_INTEGER) {
2049
+ function co(e, t = Number.MIN_SAFE_INTEGER, r = Number.MAX_SAFE_INTEGER) {
2080
2050
  return Math.max(t, Math.min(e, r));
2081
2051
  }
2082
- function Ot(e, t = 0, r = 1) {
2083
- return process.env.NODE_ENV !== "production" && (e < t || e > r) && console.error(`MUI: The value provided ${e} is out of range [${t}, ${r}].`), po(e, t, r);
2052
+ function Ct(e, t = 0, r = 1) {
2053
+ return process.env.NODE_ENV !== "production" && (e < t || e > r) && console.error(`MUI: The value provided ${e} is out of range [${t}, ${r}].`), co(e, t, r);
2084
2054
  }
2085
- function mo(e) {
2055
+ function lo(e) {
2086
2056
  e = e.slice(1);
2087
2057
  const t = new RegExp(`.{1,${e.length >= 6 ? 2 : 1}}`, "g");
2088
2058
  let r = e.match(t);
2089
2059
  return r && r[0].length === 1 && (r = r.map((n) => n + n)), process.env.NODE_ENV !== "production" && e.length !== e.trim().length && console.error(`MUI: The color: "${e}" is invalid. Make sure the color input doesn't contain leading/trailing space.`), r ? `rgb${r.length === 4 ? "a" : ""}(${r.map((n, o) => o < 3 ? parseInt(n, 16) : Math.round(parseInt(n, 16) / 255 * 1e3) / 1e3).join(", ")})` : "";
2090
2060
  }
2091
- function ye(e) {
2061
+ function he(e) {
2092
2062
  if (e.type)
2093
2063
  return e;
2094
2064
  if (e.charAt(0) === "#")
2095
- return ye(mo(e));
2065
+ return he(lo(e));
2096
2066
  const t = e.indexOf("("), r = e.substring(0, t);
2097
2067
  if (!["rgb", "rgba", "hsl", "hsla", "color"].includes(r))
2098
2068
  throw new Error(process.env.NODE_ENV !== "production" ? `MUI: Unsupported \`${e}\` color.
2099
- The following formats are supported: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color().` : ge(9, e));
2069
+ The following formats are supported: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color().` : me(9, e));
2100
2070
  let n = e.substring(t + 1, e.length - 1), o;
2101
2071
  if (r === "color") {
2102
2072
  if (n = n.split(" "), o = n.shift(), n.length === 4 && n[3].charAt(0) === "/" && (n[3] = n[3].slice(1)), !["srgb", "display-p3", "a98-rgb", "prophoto-rgb", "rec-2020"].includes(o))
2103
2073
  throw new Error(process.env.NODE_ENV !== "production" ? `MUI: unsupported \`${o}\` color space.
2104
- The following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rgb, rec-2020.` : ge(10, o));
2074
+ The following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rgb, rec-2020.` : me(10, o));
2105
2075
  } else
2106
2076
  n = n.split(",");
2107
2077
  return n = n.map((i) => parseFloat(i)), {
@@ -2110,17 +2080,17 @@ The following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rg
2110
2080
  colorSpace: o
2111
2081
  };
2112
2082
  }
2113
- const ho = (e) => {
2114
- const t = ye(e);
2083
+ const uo = (e) => {
2084
+ const t = he(e);
2115
2085
  return t.values.slice(0, 3).map((r, n) => t.type.includes("hsl") && n !== 0 ? `${r}%` : r).join(" ");
2116
- }, Re = (e, t) => {
2086
+ }, ke = (e, t) => {
2117
2087
  try {
2118
- return ho(e);
2088
+ return uo(e);
2119
2089
  } catch {
2120
2090
  return t && process.env.NODE_ENV !== "production" && console.warn(t), e;
2121
2091
  }
2122
2092
  };
2123
- function ot(e) {
2093
+ function et(e) {
2124
2094
  const {
2125
2095
  type: t,
2126
2096
  colorSpace: r
@@ -2130,54 +2100,54 @@ function ot(e) {
2130
2100
  } = e;
2131
2101
  return t.includes("rgb") ? n = n.map((o, i) => i < 3 ? parseInt(o, 10) : o) : t.includes("hsl") && (n[1] = `${n[1]}%`, n[2] = `${n[2]}%`), t.includes("color") ? n = `${r} ${n.join(" ")}` : n = `${n.join(", ")}`, `${t}(${n})`;
2132
2102
  }
2133
- function vr(e) {
2134
- e = ye(e);
2103
+ function pr(e) {
2104
+ e = he(e);
2135
2105
  const {
2136
2106
  values: t
2137
- } = e, r = t[0], n = t[1] / 100, o = t[2] / 100, i = n * Math.min(o, 1 - o), s = (u, m = (u + r / 30) % 12) => o - i * Math.max(Math.min(m - 3, 9 - m, 1), -1);
2138
- let c = "rgb";
2139
- const f = [Math.round(s(0) * 255), Math.round(s(8) * 255), Math.round(s(4) * 255)];
2140
- return e.type === "hsla" && (c += "a", f.push(t[3])), ot({
2141
- type: c,
2142
- values: f
2107
+ } = e, r = t[0], n = t[1] / 100, o = t[2] / 100, i = n * Math.min(o, 1 - o), c = (f, m = (f + r / 30) % 12) => o - i * Math.max(Math.min(m - 3, 9 - m, 1), -1);
2108
+ let l = "rgb";
2109
+ const d = [Math.round(c(0) * 255), Math.round(c(8) * 255), Math.round(c(4) * 255)];
2110
+ return e.type === "hsla" && (l += "a", d.push(t[3])), et({
2111
+ type: l,
2112
+ values: d
2143
2113
  });
2144
2114
  }
2145
- function vt(e) {
2146
- e = ye(e);
2147
- let t = e.type === "hsl" || e.type === "hsla" ? ye(vr(e)).values : e.values;
2115
+ function mt(e) {
2116
+ e = he(e);
2117
+ let t = e.type === "hsl" || e.type === "hsla" ? he(pr(e)).values : e.values;
2148
2118
  return t = t.map((r) => (e.type !== "color" && (r /= 255), r <= 0.03928 ? r / 12.92 : ((r + 0.055) / 1.055) ** 2.4)), Number((0.2126 * t[0] + 0.7152 * t[1] + 0.0722 * t[2]).toFixed(3));
2149
2119
  }
2150
- function Jt(e, t) {
2151
- const r = vt(e), n = vt(t);
2120
+ function Yt(e, t) {
2121
+ const r = mt(e), n = mt(t);
2152
2122
  return (Math.max(r, n) + 0.05) / (Math.min(r, n) + 0.05);
2153
2123
  }
2154
- function go(e, t) {
2155
- return e = ye(e), t = Ot(t), (e.type === "rgb" || e.type === "hsl") && (e.type += "a"), e.type === "color" ? e.values[3] = `/${t}` : e.values[3] = t, ot(e);
2124
+ function fo(e, t) {
2125
+ return e = he(e), t = Ct(t), (e.type === "rgb" || e.type === "hsl") && (e.type += "a"), e.type === "color" ? e.values[3] = `/${t}` : e.values[3] = t, et(e);
2156
2126
  }
2157
- function Le(e, t, r) {
2127
+ function Me(e, t, r) {
2158
2128
  try {
2159
- return go(e, t);
2129
+ return fo(e, t);
2160
2130
  } catch {
2161
2131
  return e;
2162
2132
  }
2163
2133
  }
2164
- function $t(e, t) {
2165
- if (e = ye(e), t = Ot(t), e.type.includes("hsl"))
2134
+ function Tt(e, t) {
2135
+ if (e = he(e), t = Ct(t), e.type.includes("hsl"))
2166
2136
  e.values[2] *= 1 - t;
2167
2137
  else if (e.type.includes("rgb") || e.type.includes("color"))
2168
2138
  for (let r = 0; r < 3; r += 1)
2169
2139
  e.values[r] *= 1 - t;
2170
- return ot(e);
2140
+ return et(e);
2171
2141
  }
2172
- function W(e, t, r) {
2142
+ function F(e, t, r) {
2173
2143
  try {
2174
- return $t(e, t);
2144
+ return Tt(e, t);
2175
2145
  } catch {
2176
2146
  return e;
2177
2147
  }
2178
2148
  }
2179
- function At(e, t) {
2180
- if (e = ye(e), t = Ot(t), e.type.includes("hsl"))
2149
+ function Et(e, t) {
2150
+ if (e = he(e), t = Ct(t), e.type.includes("hsl"))
2181
2151
  e.values[2] += (100 - e.values[2]) * t;
2182
2152
  else if (e.type.includes("rgb"))
2183
2153
  for (let r = 0; r < 3; r += 1)
@@ -2185,28 +2155,28 @@ function At(e, t) {
2185
2155
  else if (e.type.includes("color"))
2186
2156
  for (let r = 0; r < 3; r += 1)
2187
2157
  e.values[r] += (1 - e.values[r]) * t;
2188
- return ot(e);
2158
+ return et(e);
2189
2159
  }
2190
- function z(e, t, r) {
2160
+ function L(e, t, r) {
2191
2161
  try {
2192
- return At(e, t);
2162
+ return Et(e, t);
2193
2163
  } catch {
2194
2164
  return e;
2195
2165
  }
2196
2166
  }
2197
- function yo(e, t = 0.15) {
2198
- return vt(e) > 0.5 ? $t(e, t) : At(e, t);
2167
+ function po(e, t = 0.15) {
2168
+ return mt(e) > 0.5 ? Tt(e, t) : Et(e, t);
2199
2169
  }
2200
- function We(e, t, r) {
2170
+ function je(e, t, r) {
2201
2171
  try {
2202
- return yo(e, t);
2172
+ return po(e, t);
2203
2173
  } catch {
2204
2174
  return e;
2205
2175
  }
2206
2176
  }
2207
- const bo = /* @__PURE__ */ he.createContext(void 0);
2208
- process.env.NODE_ENV !== "production" && (B.node, B.object);
2209
- function vo(e) {
2177
+ const mo = /* @__PURE__ */ pe.createContext(void 0);
2178
+ process.env.NODE_ENV !== "production" && (_.node, _.object);
2179
+ function ho(e) {
2210
2180
  const {
2211
2181
  theme: t,
2212
2182
  name: r,
@@ -2215,14 +2185,14 @@ function vo(e) {
2215
2185
  if (!t || !t.components || !t.components[r])
2216
2186
  return n;
2217
2187
  const o = t.components[r];
2218
- return o.defaultProps ? bt(o.defaultProps, n, t.components.mergeClassNameAndStyle) : !o.styleOverrides && !o.variants ? bt(o, n, t.components.mergeClassNameAndStyle) : n;
2188
+ return o.defaultProps ? pt(o.defaultProps, n, t.components.mergeClassNameAndStyle) : !o.styleOverrides && !o.variants ? pt(o, n, t.components.mergeClassNameAndStyle) : n;
2219
2189
  }
2220
- function So({
2190
+ function go({
2221
2191
  props: e,
2222
2192
  name: t
2223
2193
  }) {
2224
- const r = he.useContext(bo);
2225
- return vo({
2194
+ const r = pe.useContext(mo);
2195
+ return ho({
2226
2196
  props: e,
2227
2197
  name: t,
2228
2198
  theme: {
@@ -2230,17 +2200,17 @@ function So({
2230
2200
  }
2231
2201
  });
2232
2202
  }
2233
- const Zt = {
2203
+ const qt = {
2234
2204
  theme: void 0
2235
2205
  };
2236
- function Co(e) {
2206
+ function yo(e) {
2237
2207
  let t, r;
2238
2208
  return function(o) {
2239
2209
  let i = t;
2240
- return (i === void 0 || o.theme !== r) && (Zt.theme = o.theme, i = gr(e(Zt)), t = i, r = o.theme), i;
2210
+ return (i === void 0 || o.theme !== r) && (qt.theme = o.theme, i = ur(e(qt)), t = i, r = o.theme), i;
2241
2211
  };
2242
2212
  }
2243
- function wo(e = "") {
2213
+ function bo(e = "") {
2244
2214
  function t(...n) {
2245
2215
  if (!n.length)
2246
2216
  return "";
@@ -2249,163 +2219,163 @@ function wo(e = "") {
2249
2219
  }
2250
2220
  return (n, ...o) => `var(--${e ? `${e}-` : ""}${n}${t(...o)})`;
2251
2221
  }
2252
- const er = (e, t, r, n = []) => {
2222
+ const Kt = (e, t, r, n = []) => {
2253
2223
  let o = e;
2254
- t.forEach((i, s) => {
2255
- s === t.length - 1 ? Array.isArray(o) ? o[Number(i)] = r : o && typeof o == "object" && (o[i] = r) : o && typeof o == "object" && (o[i] || (o[i] = n.includes(i) ? [] : {}), o = o[i]);
2224
+ t.forEach((i, c) => {
2225
+ c === t.length - 1 ? Array.isArray(o) ? o[Number(i)] = r : o && typeof o == "object" && (o[i] = r) : o && typeof o == "object" && (o[i] || (o[i] = n.includes(i) ? [] : {}), o = o[i]);
2256
2226
  });
2257
- }, xo = (e, t, r) => {
2258
- function n(o, i = [], s = []) {
2259
- Object.entries(o).forEach(([c, f]) => {
2260
- (!r || r && !r([...i, c])) && f != null && (typeof f == "object" && Object.keys(f).length > 0 ? n(f, [...i, c], Array.isArray(f) ? [...s, c] : s) : t([...i, c], f, s));
2227
+ }, vo = (e, t, r) => {
2228
+ function n(o, i = [], c = []) {
2229
+ Object.entries(o).forEach(([l, d]) => {
2230
+ (!r || r && !r([...i, l])) && d != null && (typeof d == "object" && Object.keys(d).length > 0 ? n(d, [...i, l], Array.isArray(d) ? [...c, l] : c) : t([...i, l], d, c));
2261
2231
  });
2262
2232
  }
2263
2233
  n(e);
2264
- }, To = (e, t) => typeof t == "number" ? ["lineHeight", "fontWeight", "opacity", "zIndex"].some((n) => e.includes(n)) || e[e.length - 1].toLowerCase().includes("opacity") ? t : `${t}px` : t;
2265
- function ht(e, t) {
2234
+ }, So = (e, t) => typeof t == "number" ? ["lineHeight", "fontWeight", "opacity", "zIndex"].some((n) => e.includes(n)) || e[e.length - 1].toLowerCase().includes("opacity") ? t : `${t}px` : t;
2235
+ function ut(e, t) {
2266
2236
  const {
2267
2237
  prefix: r,
2268
2238
  shouldSkipGeneratingVar: n
2269
- } = t || {}, o = {}, i = {}, s = {};
2270
- return xo(
2239
+ } = t || {}, o = {}, i = {}, c = {};
2240
+ return vo(
2271
2241
  e,
2272
- (c, f, u) => {
2273
- if ((typeof f == "string" || typeof f == "number") && (!n || !n(c, f))) {
2274
- const m = `--${r ? `${r}-` : ""}${c.join("-")}`, h = To(c, f);
2242
+ (l, d, f) => {
2243
+ if ((typeof d == "string" || typeof d == "number") && (!n || !n(l, d))) {
2244
+ const m = `--${r ? `${r}-` : ""}${l.join("-")}`, h = So(l, d);
2275
2245
  Object.assign(o, {
2276
2246
  [m]: h
2277
- }), er(i, c, `var(${m})`, u), er(s, c, `var(${m}, ${h})`, u);
2247
+ }), Kt(i, l, `var(${m})`, f), Kt(c, l, `var(${m}, ${h})`, f);
2278
2248
  }
2279
2249
  },
2280
- (c) => c[0] === "vars"
2250
+ (l) => l[0] === "vars"
2281
2251
  // skip 'vars/*' paths
2282
2252
  ), {
2283
2253
  css: o,
2284
2254
  vars: i,
2285
- varsWithDefaults: s
2255
+ varsWithDefaults: c
2286
2256
  };
2287
2257
  }
2288
- function Eo(e, t = {}) {
2258
+ function Co(e, t = {}) {
2289
2259
  const {
2290
- getSelector: r = d,
2260
+ getSelector: r = S,
2291
2261
  disableCssColorScheme: n,
2292
2262
  colorSchemeSelector: o
2293
2263
  } = t, {
2294
2264
  colorSchemes: i = {},
2295
- components: s,
2296
- defaultColorScheme: c = "light",
2297
- ...f
2265
+ components: c,
2266
+ defaultColorScheme: l = "light",
2267
+ ...d
2298
2268
  } = e, {
2299
- vars: u,
2269
+ vars: f,
2300
2270
  css: m,
2301
2271
  varsWithDefaults: h
2302
- } = ht(f, t);
2272
+ } = ut(d, t);
2303
2273
  let p = h;
2304
- const S = {}, {
2305
- [c]: v,
2306
- ...g
2274
+ const v = {}, {
2275
+ [l]: y,
2276
+ ...s
2307
2277
  } = i;
2308
- if (Object.entries(g || {}).forEach(([O, T]) => {
2278
+ if (Object.entries(s || {}).forEach(([x, T]) => {
2309
2279
  const {
2310
- vars: R,
2280
+ vars: z,
2311
2281
  css: U,
2312
- varsWithDefaults: K
2313
- } = ht(T, t);
2314
- p = ie(p, K), S[O] = {
2282
+ varsWithDefaults: Q
2283
+ } = ut(T, t);
2284
+ p = te(p, Q), v[x] = {
2315
2285
  css: U,
2316
- vars: R
2286
+ vars: z
2317
2287
  };
2318
- }), v) {
2288
+ }), y) {
2319
2289
  const {
2320
- css: O,
2290
+ css: x,
2321
2291
  vars: T,
2322
- varsWithDefaults: R
2323
- } = ht(v, t);
2324
- p = ie(p, R), S[c] = {
2325
- css: O,
2292
+ varsWithDefaults: z
2293
+ } = ut(y, t);
2294
+ p = te(p, z), v[l] = {
2295
+ css: x,
2326
2296
  vars: T
2327
2297
  };
2328
2298
  }
2329
- function d(O, T) {
2330
- let R = o;
2331
- if (o === "class" && (R = ".%s"), o === "data" && (R = "[data-%s]"), o?.startsWith("data-") && !o.includes("%s") && (R = `[${o}="%s"]`), O) {
2332
- if (R === "media")
2333
- return e.defaultColorScheme === O ? ":root" : {
2334
- [`@media (prefers-color-scheme: ${i[O]?.palette?.mode || O})`]: {
2299
+ function S(x, T) {
2300
+ let z = o;
2301
+ if (o === "class" && (z = ".%s"), o === "data" && (z = "[data-%s]"), o?.startsWith("data-") && !o.includes("%s") && (z = `[${o}="%s"]`), x) {
2302
+ if (z === "media")
2303
+ return e.defaultColorScheme === x ? ":root" : {
2304
+ [`@media (prefers-color-scheme: ${i[x]?.palette?.mode || x})`]: {
2335
2305
  ":root": T
2336
2306
  }
2337
2307
  };
2338
- if (R)
2339
- return e.defaultColorScheme === O ? `:root, ${R.replace("%s", String(O))}` : R.replace("%s", String(O));
2308
+ if (z)
2309
+ return e.defaultColorScheme === x ? `:root, ${z.replace("%s", String(x))}` : z.replace("%s", String(x));
2340
2310
  }
2341
2311
  return ":root";
2342
2312
  }
2343
2313
  return {
2344
2314
  vars: p,
2345
2315
  generateThemeVars: () => {
2346
- let O = {
2347
- ...u
2316
+ let x = {
2317
+ ...f
2348
2318
  };
2349
- return Object.entries(S).forEach(([, {
2319
+ return Object.entries(v).forEach(([, {
2350
2320
  vars: T
2351
2321
  }]) => {
2352
- O = ie(O, T);
2353
- }), O;
2322
+ x = te(x, T);
2323
+ }), x;
2354
2324
  },
2355
2325
  generateStyleSheets: () => {
2356
- const O = [], T = e.defaultColorScheme || "light";
2357
- function R(q, D) {
2358
- Object.keys(D).length && O.push(typeof q == "string" ? {
2326
+ const x = [], T = e.defaultColorScheme || "light";
2327
+ function z(q, B) {
2328
+ Object.keys(B).length && x.push(typeof q == "string" ? {
2359
2329
  [q]: {
2360
- ...D
2330
+ ...B
2361
2331
  }
2362
2332
  } : q);
2363
2333
  }
2364
- R(r(void 0, {
2334
+ z(r(void 0, {
2365
2335
  ...m
2366
2336
  }), m);
2367
2337
  const {
2368
2338
  [T]: U,
2369
- ...K
2370
- } = S;
2339
+ ...Q
2340
+ } = v;
2371
2341
  if (U) {
2372
2342
  const {
2373
2343
  css: q
2374
- } = U, D = i[T]?.palette?.mode, a = !n && D ? {
2375
- colorScheme: D,
2344
+ } = U, B = i[T]?.palette?.mode, a = !n && B ? {
2345
+ colorScheme: B,
2376
2346
  ...q
2377
2347
  } : {
2378
2348
  ...q
2379
2349
  };
2380
- R(r(T, {
2350
+ z(r(T, {
2381
2351
  ...a
2382
2352
  }), a);
2383
2353
  }
2384
- return Object.entries(K).forEach(([q, {
2385
- css: D
2354
+ return Object.entries(Q).forEach(([q, {
2355
+ css: B
2386
2356
  }]) => {
2387
2357
  const a = i[q]?.palette?.mode, C = !n && a ? {
2388
2358
  colorScheme: a,
2389
- ...D
2359
+ ...B
2390
2360
  } : {
2391
- ...D
2361
+ ...B
2392
2362
  };
2393
- R(r(q, {
2363
+ z(r(q, {
2394
2364
  ...C
2395
2365
  }), C);
2396
- }), O;
2366
+ }), x;
2397
2367
  }
2398
2368
  };
2399
2369
  }
2400
- function Oo(e) {
2370
+ function To(e) {
2401
2371
  return function(r) {
2402
2372
  return e === "media" ? (process.env.NODE_ENV !== "production" && r !== "light" && r !== "dark" && console.error(`MUI: @media (prefers-color-scheme) supports only 'light' or 'dark', but receive '${r}'.`), `@media (prefers-color-scheme: ${r})`) : e ? e.startsWith("data-") && !e.includes("%s") ? `[${e}="${r}"] &` : e === "class" ? `.${r} &` : e === "data" ? `[data-${r}] &` : `${e.replace("%s", r)} &` : "&";
2403
2373
  };
2404
2374
  }
2405
- const Ie = {
2375
+ const Pe = {
2406
2376
  black: "#000",
2407
2377
  white: "#fff"
2408
- }, $o = {
2378
+ }, Eo = {
2409
2379
  50: "#fafafa",
2410
2380
  100: "#f5f5f5",
2411
2381
  200: "#eeeeee",
@@ -2420,38 +2390,38 @@ const Ie = {
2420
2390
  A200: "#eeeeee",
2421
2391
  A400: "#bdbdbd",
2422
2392
  A700: "#616161"
2423
- }, we = {
2393
+ }, Ce = {
2424
2394
  50: "#f3e5f5",
2425
2395
  200: "#ce93d8",
2426
2396
  300: "#ba68c8",
2427
2397
  400: "#ab47bc",
2428
2398
  500: "#9c27b0",
2429
2399
  700: "#7b1fa2"
2430
- }, xe = {
2400
+ }, Te = {
2431
2401
  300: "#e57373",
2432
2402
  400: "#ef5350",
2433
2403
  500: "#f44336",
2434
2404
  700: "#d32f2f",
2435
2405
  800: "#c62828"
2436
- }, ke = {
2406
+ }, Ae = {
2437
2407
  300: "#ffb74d",
2438
2408
  400: "#ffa726",
2439
2409
  500: "#ff9800",
2440
2410
  700: "#f57c00",
2441
2411
  900: "#e65100"
2442
- }, Te = {
2412
+ }, Ee = {
2443
2413
  50: "#e3f2fd",
2444
2414
  200: "#90caf9",
2445
2415
  400: "#42a5f5",
2446
2416
  700: "#1976d2",
2447
2417
  800: "#1565c0"
2448
- }, Ee = {
2418
+ }, we = {
2449
2419
  300: "#4fc3f7",
2450
2420
  400: "#29b6f6",
2451
2421
  500: "#03a9f4",
2452
2422
  700: "#0288d1",
2453
2423
  900: "#01579b"
2454
- }, Oe = {
2424
+ }, xe = {
2455
2425
  300: "#81c784",
2456
2426
  400: "#66bb6a",
2457
2427
  500: "#4caf50",
@@ -2459,7 +2429,7 @@ const Ie = {
2459
2429
  800: "#2e7d32",
2460
2430
  900: "#1b5e20"
2461
2431
  };
2462
- function Sr() {
2432
+ function mr() {
2463
2433
  return {
2464
2434
  // The colors used to style the text.
2465
2435
  text: {
@@ -2475,8 +2445,8 @@ function Sr() {
2475
2445
  // The background colors used to style the surfaces.
2476
2446
  // Consistency between these values is important.
2477
2447
  background: {
2478
- paper: Ie.white,
2479
- default: Ie.white
2448
+ paper: Pe.white,
2449
+ default: Pe.white
2480
2450
  },
2481
2451
  // The colors used to style the action elements.
2482
2452
  action: {
@@ -2499,11 +2469,11 @@ function Sr() {
2499
2469
  }
2500
2470
  };
2501
2471
  }
2502
- const Ao = Sr();
2503
- function Cr() {
2472
+ const wo = mr();
2473
+ function hr() {
2504
2474
  return {
2505
2475
  text: {
2506
- primary: Ie.white,
2476
+ primary: Pe.white,
2507
2477
  secondary: "rgba(255, 255, 255, 0.7)",
2508
2478
  disabled: "rgba(255, 255, 255, 0.5)",
2509
2479
  icon: "rgba(255, 255, 255, 0.5)"
@@ -2514,7 +2484,7 @@ function Cr() {
2514
2484
  default: "#121212"
2515
2485
  },
2516
2486
  action: {
2517
- active: Ie.white,
2487
+ active: Pe.white,
2518
2488
  hover: "rgba(255, 255, 255, 0.08)",
2519
2489
  hoverOpacity: 0.08,
2520
2490
  selected: "rgba(255, 255, 255, 0.16)",
@@ -2528,109 +2498,109 @@ function Cr() {
2528
2498
  }
2529
2499
  };
2530
2500
  }
2531
- const tr = Cr();
2532
- function rr(e, t, r, n) {
2501
+ const Ht = hr();
2502
+ function Qt(e, t, r, n) {
2533
2503
  const o = n.light || n, i = n.dark || n * 1.5;
2534
- e[t] || (e.hasOwnProperty(r) ? e[t] = e[r] : t === "light" ? e.light = At(e.main, o) : t === "dark" && (e.dark = $t(e.main, i)));
2504
+ e[t] || (e.hasOwnProperty(r) ? e[t] = e[r] : t === "light" ? e.light = Et(e.main, o) : t === "dark" && (e.dark = Tt(e.main, i)));
2535
2505
  }
2536
- function ko(e = "light") {
2506
+ function xo(e = "light") {
2537
2507
  return e === "dark" ? {
2538
- main: Te[200],
2539
- light: Te[50],
2540
- dark: Te[400]
2508
+ main: Ee[200],
2509
+ light: Ee[50],
2510
+ dark: Ee[400]
2541
2511
  } : {
2542
- main: Te[700],
2543
- light: Te[400],
2544
- dark: Te[800]
2512
+ main: Ee[700],
2513
+ light: Ee[400],
2514
+ dark: Ee[800]
2545
2515
  };
2546
2516
  }
2547
- function Ro(e = "light") {
2517
+ function Oo(e = "light") {
2548
2518
  return e === "dark" ? {
2549
- main: we[200],
2550
- light: we[50],
2551
- dark: we[400]
2519
+ main: Ce[200],
2520
+ light: Ce[50],
2521
+ dark: Ce[400]
2552
2522
  } : {
2553
- main: we[500],
2554
- light: we[300],
2555
- dark: we[700]
2523
+ main: Ce[500],
2524
+ light: Ce[300],
2525
+ dark: Ce[700]
2556
2526
  };
2557
2527
  }
2558
- function Po(e = "light") {
2528
+ function $o(e = "light") {
2559
2529
  return e === "dark" ? {
2560
- main: xe[500],
2561
- light: xe[300],
2562
- dark: xe[700]
2530
+ main: Te[500],
2531
+ light: Te[300],
2532
+ dark: Te[700]
2563
2533
  } : {
2564
- main: xe[700],
2565
- light: xe[400],
2566
- dark: xe[800]
2534
+ main: Te[700],
2535
+ light: Te[400],
2536
+ dark: Te[800]
2567
2537
  };
2568
2538
  }
2569
- function _o(e = "light") {
2539
+ function Ao(e = "light") {
2570
2540
  return e === "dark" ? {
2571
- main: Ee[400],
2572
- light: Ee[300],
2573
- dark: Ee[700]
2541
+ main: we[400],
2542
+ light: we[300],
2543
+ dark: we[700]
2574
2544
  } : {
2575
- main: Ee[700],
2576
- light: Ee[500],
2577
- dark: Ee[900]
2545
+ main: we[700],
2546
+ light: we[500],
2547
+ dark: we[900]
2578
2548
  };
2579
2549
  }
2580
- function Io(e = "light") {
2550
+ function ko(e = "light") {
2581
2551
  return e === "dark" ? {
2582
- main: Oe[400],
2583
- light: Oe[300],
2584
- dark: Oe[700]
2552
+ main: xe[400],
2553
+ light: xe[300],
2554
+ dark: xe[700]
2585
2555
  } : {
2586
- main: Oe[800],
2587
- light: Oe[500],
2588
- dark: Oe[900]
2556
+ main: xe[800],
2557
+ light: xe[500],
2558
+ dark: xe[900]
2589
2559
  };
2590
2560
  }
2591
- function No(e = "light") {
2561
+ function _o(e = "light") {
2592
2562
  return e === "dark" ? {
2593
- main: ke[400],
2594
- light: ke[300],
2595
- dark: ke[700]
2563
+ main: Ae[400],
2564
+ light: Ae[300],
2565
+ dark: Ae[700]
2596
2566
  } : {
2597
2567
  main: "#ed6c02",
2598
2568
  // closest to orange[800] that pass 3:1.
2599
- light: ke[500],
2600
- dark: ke[900]
2569
+ light: Ae[500],
2570
+ dark: Ae[900]
2601
2571
  };
2602
2572
  }
2603
- function kt(e) {
2573
+ function wt(e) {
2604
2574
  const {
2605
2575
  mode: t = "light",
2606
2576
  contrastThreshold: r = 3,
2607
2577
  tonalOffset: n = 0.2,
2608
2578
  ...o
2609
- } = e, i = e.primary || ko(t), s = e.secondary || Ro(t), c = e.error || Po(t), f = e.info || _o(t), u = e.success || Io(t), m = e.warning || No(t);
2610
- function h(g) {
2611
- const d = Jt(g, tr.text.primary) >= r ? tr.text.primary : Ao.text.primary;
2579
+ } = e, i = e.primary || xo(t), c = e.secondary || Oo(t), l = e.error || $o(t), d = e.info || Ao(t), f = e.success || ko(t), m = e.warning || _o(t);
2580
+ function h(s) {
2581
+ const S = Yt(s, Ht.text.primary) >= r ? Ht.text.primary : wo.text.primary;
2612
2582
  if (process.env.NODE_ENV !== "production") {
2613
- const x = Jt(g, d);
2614
- x < 3 && console.error([`MUI: The contrast ratio of ${x}:1 for ${d} on ${g}`, "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(`
2583
+ const E = Yt(s, S);
2584
+ E < 3 && console.error([`MUI: The contrast ratio of ${E}:1 for ${S} on ${s}`, "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(`
2615
2585
  `));
2616
2586
  }
2617
- return d;
2587
+ return S;
2618
2588
  }
2619
2589
  const p = ({
2620
- color: g,
2621
- name: d,
2622
- mainShade: x = 500,
2623
- lightShade: J = 300,
2624
- darkShade: O = 700
2590
+ color: s,
2591
+ name: S,
2592
+ mainShade: E = 500,
2593
+ lightShade: X = 300,
2594
+ darkShade: x = 700
2625
2595
  }) => {
2626
- if (g = {
2627
- ...g
2628
- }, !g.main && g[x] && (g.main = g[x]), !g.hasOwnProperty("main"))
2629
- throw new Error(process.env.NODE_ENV !== "production" ? `MUI: The color${d ? ` (${d})` : ""} provided to augmentColor(color) is invalid.
2630
- The color object needs to have a \`main\` property or a \`${x}\` property.` : ge(11, d ? ` (${d})` : "", x));
2631
- if (typeof g.main != "string")
2632
- throw new Error(process.env.NODE_ENV !== "production" ? `MUI: The color${d ? ` (${d})` : ""} provided to augmentColor(color) is invalid.
2633
- \`color.main\` should be a string, but \`${JSON.stringify(g.main)}\` was provided instead.
2596
+ if (s = {
2597
+ ...s
2598
+ }, !s.main && s[E] && (s.main = s[E]), !s.hasOwnProperty("main"))
2599
+ throw new Error(process.env.NODE_ENV !== "production" ? `MUI: The color${S ? ` (${S})` : ""} provided to augmentColor(color) is invalid.
2600
+ The color object needs to have a \`main\` property or a \`${E}\` property.` : me(11, S ? ` (${S})` : "", E));
2601
+ if (typeof s.main != "string")
2602
+ throw new Error(process.env.NODE_ENV !== "production" ? `MUI: The color${S ? ` (${S})` : ""} provided to augmentColor(color) is invalid.
2603
+ \`color.main\` should be a string, but \`${JSON.stringify(s.main)}\` was provided instead.
2634
2604
 
2635
2605
  Did you intend to use one of the following approaches?
2636
2606
 
@@ -2642,14 +2612,14 @@ const theme1 = createTheme({ palette: {
2642
2612
 
2643
2613
  const theme2 = createTheme({ palette: {
2644
2614
  primary: { main: green[500] },
2645
- } });` : ge(12, d ? ` (${d})` : "", JSON.stringify(g.main)));
2646
- return rr(g, "light", J, n), rr(g, "dark", O, n), g.contrastText || (g.contrastText = h(g.main)), g;
2615
+ } });` : me(12, S ? ` (${S})` : "", JSON.stringify(s.main)));
2616
+ return Qt(s, "light", X, n), Qt(s, "dark", x, n), s.contrastText || (s.contrastText = h(s.main)), s;
2647
2617
  };
2648
- let S;
2649
- return t === "light" ? S = Sr() : t === "dark" && (S = Cr()), process.env.NODE_ENV !== "production" && (S || console.error(`MUI: The palette mode \`${t}\` is not supported.`)), ie({
2618
+ let v;
2619
+ return t === "light" ? v = mr() : t === "dark" && (v = hr()), process.env.NODE_ENV !== "production" && (v || console.error(`MUI: The palette mode \`${t}\` is not supported.`)), te({
2650
2620
  // A collection of common colors.
2651
2621
  common: {
2652
- ...Ie
2622
+ ...Pe
2653
2623
  },
2654
2624
  // prevent mutable object.
2655
2625
  // The palette mode, can be light or dark.
@@ -2661,7 +2631,7 @@ const theme2 = createTheme({ palette: {
2661
2631
  }),
2662
2632
  // The colors used to represent secondary interface elements for a user.
2663
2633
  secondary: p({
2664
- color: s,
2634
+ color: c,
2665
2635
  name: "secondary",
2666
2636
  mainShade: "A400",
2667
2637
  lightShade: "A200",
@@ -2669,7 +2639,7 @@ const theme2 = createTheme({ palette: {
2669
2639
  }),
2670
2640
  // The colors used to represent interface elements that the user should be made aware of.
2671
2641
  error: p({
2672
- color: c,
2642
+ color: l,
2673
2643
  name: "error"
2674
2644
  }),
2675
2645
  // The colors used to represent potentially dangerous actions or important messages.
@@ -2679,16 +2649,16 @@ const theme2 = createTheme({ palette: {
2679
2649
  }),
2680
2650
  // The colors used to present information to the user that is neutral and not necessarily important.
2681
2651
  info: p({
2682
- color: f,
2652
+ color: d,
2683
2653
  name: "info"
2684
2654
  }),
2685
2655
  // The colors used to indicate the successful completion of an action that user triggered.
2686
2656
  success: p({
2687
- color: u,
2657
+ color: f,
2688
2658
  name: "success"
2689
2659
  }),
2690
2660
  // The grey colors.
2691
- grey: $o,
2661
+ grey: Eo,
2692
2662
  // Used by `getContrastText()` to maximize the contrast between
2693
2663
  // the background and the text.
2694
2664
  contrastThreshold: r,
@@ -2701,17 +2671,17 @@ const theme2 = createTheme({ palette: {
2701
2671
  // E.g., shift from Red 500 to Red 300 or Red 700.
2702
2672
  tonalOffset: n,
2703
2673
  // The light and dark mode object.
2704
- ...S
2674
+ ...v
2705
2675
  }, o);
2706
2676
  }
2707
- function Bo(e) {
2677
+ function Ro(e) {
2708
2678
  const t = {};
2709
2679
  return Object.entries(e).forEach((n) => {
2710
2680
  const [o, i] = n;
2711
2681
  typeof i == "object" && (t[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 || ""}`);
2712
2682
  }), t;
2713
2683
  }
2714
- function jo(e, t) {
2684
+ function Po(e, t) {
2715
2685
  return {
2716
2686
  toolbar: {
2717
2687
  minHeight: 56,
@@ -2727,58 +2697,58 @@ function jo(e, t) {
2727
2697
  ...t
2728
2698
  };
2729
2699
  }
2730
- function Do(e) {
2700
+ function Io(e) {
2731
2701
  return Math.round(e * 1e5) / 1e5;
2732
2702
  }
2733
- const nr = {
2703
+ const Xt = {
2734
2704
  textTransform: "uppercase"
2735
- }, or = '"Roboto", "Helvetica", "Arial", sans-serif';
2736
- function Mo(e, t) {
2705
+ }, Jt = '"Roboto", "Helvetica", "Arial", sans-serif';
2706
+ function No(e, t) {
2737
2707
  const {
2738
- fontFamily: r = or,
2708
+ fontFamily: r = Jt,
2739
2709
  // The default font size of the Material Specification.
2740
2710
  fontSize: n = 14,
2741
2711
  // px
2742
2712
  fontWeightLight: o = 300,
2743
2713
  fontWeightRegular: i = 400,
2744
- fontWeightMedium: s = 500,
2745
- fontWeightBold: c = 700,
2714
+ fontWeightMedium: c = 500,
2715
+ fontWeightBold: l = 700,
2746
2716
  // Tell MUI what's the font-size on the html element.
2747
2717
  // 16px is the default font-size used by browsers.
2748
- htmlFontSize: f = 16,
2718
+ htmlFontSize: d = 16,
2749
2719
  // Apply the CSS properties to all the variants.
2750
- allVariants: u,
2720
+ allVariants: f,
2751
2721
  pxToRem: m,
2752
2722
  ...h
2753
2723
  } = typeof t == "function" ? t(e) : t;
2754
- process.env.NODE_ENV !== "production" && (typeof n != "number" && console.error("MUI: `fontSize` is required to be a number."), typeof f != "number" && console.error("MUI: `htmlFontSize` is required to be a number."));
2755
- const p = n / 14, S = m || ((d) => `${d / f * p}rem`), v = (d, x, J, O, T) => ({
2724
+ process.env.NODE_ENV !== "production" && (typeof n != "number" && console.error("MUI: `fontSize` is required to be a number."), typeof d != "number" && console.error("MUI: `htmlFontSize` is required to be a number."));
2725
+ const p = n / 14, v = m || ((S) => `${S / d * p}rem`), y = (S, E, X, x, T) => ({
2756
2726
  fontFamily: r,
2757
- fontWeight: d,
2758
- fontSize: S(x),
2727
+ fontWeight: S,
2728
+ fontSize: v(E),
2759
2729
  // Unitless following https://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/
2760
- lineHeight: J,
2730
+ lineHeight: X,
2761
2731
  // The letter spacing was designed for the Roboto font-family. Using the same letter-spacing
2762
2732
  // across font-families can cause issues with the kerning.
2763
- ...r === or ? {
2764
- letterSpacing: `${Do(O / x)}em`
2733
+ ...r === Jt ? {
2734
+ letterSpacing: `${Io(x / E)}em`
2765
2735
  } : {},
2766
2736
  ...T,
2767
- ...u
2768
- }), g = {
2769
- h1: v(o, 96, 1.167, -1.5),
2770
- h2: v(o, 60, 1.2, -0.5),
2771
- h3: v(i, 48, 1.167, 0),
2772
- h4: v(i, 34, 1.235, 0.25),
2773
- h5: v(i, 24, 1.334, 0),
2774
- h6: v(s, 20, 1.6, 0.15),
2775
- subtitle1: v(i, 16, 1.75, 0.15),
2776
- subtitle2: v(s, 14, 1.57, 0.1),
2777
- body1: v(i, 16, 1.5, 0.15),
2778
- body2: v(i, 14, 1.43, 0.15),
2779
- button: v(s, 14, 1.75, 0.4, nr),
2780
- caption: v(i, 12, 1.66, 0.4),
2781
- overline: v(i, 12, 2.66, 1, nr),
2737
+ ...f
2738
+ }), s = {
2739
+ h1: y(o, 96, 1.167, -1.5),
2740
+ h2: y(o, 60, 1.2, -0.5),
2741
+ h3: y(i, 48, 1.167, 0),
2742
+ h4: y(i, 34, 1.235, 0.25),
2743
+ h5: y(i, 24, 1.334, 0),
2744
+ h6: y(c, 20, 1.6, 0.15),
2745
+ subtitle1: y(i, 16, 1.75, 0.15),
2746
+ subtitle2: y(c, 14, 1.57, 0.1),
2747
+ body1: y(i, 16, 1.5, 0.15),
2748
+ body2: y(i, 14, 1.43, 0.15),
2749
+ button: y(c, 14, 1.75, 0.4, Xt),
2750
+ caption: y(i, 12, 1.66, 0.4),
2751
+ overline: y(i, 12, 2.66, 1, Xt),
2782
2752
  // 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.
2783
2753
  inherit: {
2784
2754
  fontFamily: "inherit",
@@ -2788,26 +2758,26 @@ function Mo(e, t) {
2788
2758
  letterSpacing: "inherit"
2789
2759
  }
2790
2760
  };
2791
- return ie({
2792
- htmlFontSize: f,
2793
- pxToRem: S,
2761
+ return te({
2762
+ htmlFontSize: d,
2763
+ pxToRem: v,
2794
2764
  fontFamily: r,
2795
2765
  fontSize: n,
2796
2766
  fontWeightLight: o,
2797
2767
  fontWeightRegular: i,
2798
- fontWeightMedium: s,
2799
- fontWeightBold: c,
2800
- ...g
2768
+ fontWeightMedium: c,
2769
+ fontWeightBold: l,
2770
+ ...s
2801
2771
  }, h, {
2802
2772
  clone: !1
2803
2773
  // No need to clone deep
2804
2774
  });
2805
2775
  }
2806
- const Vo = 0.2, Fo = 0.14, Lo = 0.12;
2807
- function G(...e) {
2808
- return [`${e[0]}px ${e[1]}px ${e[2]}px ${e[3]}px rgba(0,0,0,${Vo})`, `${e[4]}px ${e[5]}px ${e[6]}px ${e[7]}px rgba(0,0,0,${Fo})`, `${e[8]}px ${e[9]}px ${e[10]}px ${e[11]}px rgba(0,0,0,${Lo})`].join(",");
2776
+ const Bo = 0.2, Do = 0.14, Mo = 0.12;
2777
+ function W(...e) {
2778
+ return [`${e[0]}px ${e[1]}px ${e[2]}px ${e[3]}px rgba(0,0,0,${Bo})`, `${e[4]}px ${e[5]}px ${e[6]}px ${e[7]}px rgba(0,0,0,${Do})`, `${e[8]}px ${e[9]}px ${e[10]}px ${e[11]}px rgba(0,0,0,${Mo})`].join(",");
2809
2779
  }
2810
- const Wo = ["none", G(0, 2, 1, -1, 0, 1, 1, 0, 0, 1, 3, 0), G(0, 3, 1, -2, 0, 2, 2, 0, 0, 1, 5, 0), G(0, 3, 3, -2, 0, 3, 4, 0, 0, 1, 8, 0), G(0, 2, 4, -1, 0, 4, 5, 0, 0, 1, 10, 0), G(0, 3, 5, -1, 0, 5, 8, 0, 0, 1, 14, 0), G(0, 3, 5, -1, 0, 6, 10, 0, 0, 1, 18, 0), G(0, 4, 5, -2, 0, 7, 10, 1, 0, 2, 16, 1), G(0, 5, 5, -3, 0, 8, 10, 1, 0, 3, 14, 2), G(0, 5, 6, -3, 0, 9, 12, 1, 0, 3, 16, 2), G(0, 6, 6, -3, 0, 10, 14, 1, 0, 4, 18, 3), G(0, 6, 7, -4, 0, 11, 15, 1, 0, 4, 20, 3), G(0, 7, 8, -4, 0, 12, 17, 2, 0, 5, 22, 4), G(0, 7, 8, -4, 0, 13, 19, 2, 0, 5, 24, 4), G(0, 7, 9, -4, 0, 14, 21, 2, 0, 5, 26, 4), G(0, 8, 9, -5, 0, 15, 22, 2, 0, 6, 28, 5), G(0, 8, 10, -5, 0, 16, 24, 2, 0, 6, 30, 5), G(0, 8, 11, -5, 0, 17, 26, 2, 0, 6, 32, 5), G(0, 9, 11, -5, 0, 18, 28, 2, 0, 7, 34, 6), G(0, 9, 12, -6, 0, 19, 29, 2, 0, 7, 36, 6), G(0, 10, 13, -6, 0, 20, 31, 3, 0, 8, 38, 7), G(0, 10, 13, -6, 0, 21, 33, 3, 0, 8, 40, 7), G(0, 10, 14, -6, 0, 22, 35, 3, 0, 8, 42, 7), G(0, 11, 14, -7, 0, 23, 36, 3, 0, 9, 44, 8), G(0, 11, 15, -7, 0, 24, 38, 3, 0, 9, 46, 8)], zo = {
2780
+ const jo = ["none", W(0, 2, 1, -1, 0, 1, 1, 0, 0, 1, 3, 0), W(0, 3, 1, -2, 0, 2, 2, 0, 0, 1, 5, 0), W(0, 3, 3, -2, 0, 3, 4, 0, 0, 1, 8, 0), W(0, 2, 4, -1, 0, 4, 5, 0, 0, 1, 10, 0), W(0, 3, 5, -1, 0, 5, 8, 0, 0, 1, 14, 0), W(0, 3, 5, -1, 0, 6, 10, 0, 0, 1, 18, 0), W(0, 4, 5, -2, 0, 7, 10, 1, 0, 2, 16, 1), W(0, 5, 5, -3, 0, 8, 10, 1, 0, 3, 14, 2), W(0, 5, 6, -3, 0, 9, 12, 1, 0, 3, 16, 2), W(0, 6, 6, -3, 0, 10, 14, 1, 0, 4, 18, 3), W(0, 6, 7, -4, 0, 11, 15, 1, 0, 4, 20, 3), W(0, 7, 8, -4, 0, 12, 17, 2, 0, 5, 22, 4), W(0, 7, 8, -4, 0, 13, 19, 2, 0, 5, 24, 4), W(0, 7, 9, -4, 0, 14, 21, 2, 0, 5, 26, 4), W(0, 8, 9, -5, 0, 15, 22, 2, 0, 6, 28, 5), W(0, 8, 10, -5, 0, 16, 24, 2, 0, 6, 30, 5), W(0, 8, 11, -5, 0, 17, 26, 2, 0, 6, 32, 5), W(0, 9, 11, -5, 0, 18, 28, 2, 0, 7, 34, 6), W(0, 9, 12, -6, 0, 19, 29, 2, 0, 7, 36, 6), W(0, 10, 13, -6, 0, 20, 31, 3, 0, 8, 38, 7), W(0, 10, 13, -6, 0, 21, 33, 3, 0, 8, 40, 7), W(0, 10, 14, -6, 0, 22, 35, 3, 0, 8, 42, 7), W(0, 11, 14, -7, 0, 23, 36, 3, 0, 9, 44, 8), W(0, 11, 15, -7, 0, 24, 38, 3, 0, 9, 46, 8)], Vo = {
2811
2781
  // This is the most common easing curve.
2812
2782
  easeInOut: "cubic-bezier(0.4, 0, 0.2, 1)",
2813
2783
  // Objects enter the screen at full velocity from off-screen and
@@ -2817,7 +2787,7 @@ const Wo = ["none", G(0, 2, 1, -1, 0, 1, 1, 0, 0, 1, 3, 0), G(0, 3, 1, -2, 0, 2,
2817
2787
  easeIn: "cubic-bezier(0.4, 0, 1, 1)",
2818
2788
  // The sharp curve is used by objects that may return to the screen at any time.
2819
2789
  sharp: "cubic-bezier(0.4, 0, 0.6, 1)"
2820
- }, Uo = {
2790
+ }, Fo = {
2821
2791
  shortest: 150,
2822
2792
  shorter: 200,
2823
2793
  short: 250,
@@ -2830,45 +2800,45 @@ const Wo = ["none", G(0, 2, 1, -1, 0, 1, 1, 0, 0, 1, 3, 0), G(0, 3, 1, -2, 0, 2,
2830
2800
  // recommended when something is leaving screen
2831
2801
  leavingScreen: 195
2832
2802
  };
2833
- function ir(e) {
2803
+ function Zt(e) {
2834
2804
  return `${Math.round(e)}ms`;
2835
2805
  }
2836
- function Go(e) {
2806
+ function Lo(e) {
2837
2807
  if (!e)
2838
2808
  return 0;
2839
2809
  const t = e / 36;
2840
2810
  return Math.min(Math.round((4 + 15 * t ** 0.25 + t / 5) * 10), 3e3);
2841
2811
  }
2842
- function qo(e) {
2812
+ function Wo(e) {
2843
2813
  const t = {
2844
- ...zo,
2814
+ ...Vo,
2845
2815
  ...e.easing
2846
2816
  }, r = {
2847
- ...Uo,
2817
+ ...Fo,
2848
2818
  ...e.duration
2849
2819
  };
2850
2820
  return {
2851
- getAutoHeightDuration: Go,
2821
+ getAutoHeightDuration: Lo,
2852
2822
  create: (o = ["all"], i = {}) => {
2853
2823
  const {
2854
- duration: s = r.standard,
2855
- easing: c = t.easeInOut,
2856
- delay: f = 0,
2857
- ...u
2824
+ duration: c = r.standard,
2825
+ easing: l = t.easeInOut,
2826
+ delay: d = 0,
2827
+ ...f
2858
2828
  } = i;
2859
2829
  if (process.env.NODE_ENV !== "production") {
2860
2830
  const m = (p) => typeof p == "string", h = (p) => !Number.isNaN(parseFloat(p));
2861
- !m(o) && !Array.isArray(o) && console.error('MUI: Argument "props" must be a string or Array.'), !h(s) && !m(s) && console.error(`MUI: Argument "duration" must be a number or a string but found ${s}.`), m(c) || console.error('MUI: Argument "easing" must be a string.'), !h(f) && !m(f) && 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(`
2862
- `)), Object.keys(u).length !== 0 && console.error(`MUI: Unrecognized argument(s) [${Object.keys(u).join(",")}].`);
2831
+ !m(o) && !Array.isArray(o) && console.error('MUI: Argument "props" must be a string or Array.'), !h(c) && !m(c) && console.error(`MUI: Argument "duration" must be a number or a string but found ${c}.`), m(l) || console.error('MUI: Argument "easing" must be a string.'), !h(d) && !m(d) && 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(`
2832
+ `)), Object.keys(f).length !== 0 && console.error(`MUI: Unrecognized argument(s) [${Object.keys(f).join(",")}].`);
2863
2833
  }
2864
- return (Array.isArray(o) ? o : [o]).map((m) => `${m} ${typeof s == "string" ? s : ir(s)} ${c} ${typeof f == "string" ? f : ir(f)}`).join(",");
2834
+ return (Array.isArray(o) ? o : [o]).map((m) => `${m} ${typeof c == "string" ? c : Zt(c)} ${l} ${typeof d == "string" ? d : Zt(d)}`).join(",");
2865
2835
  },
2866
2836
  ...e,
2867
2837
  easing: t,
2868
2838
  duration: r
2869
2839
  };
2870
2840
  }
2871
- const Ko = {
2841
+ const zo = {
2872
2842
  mobileStepper: 1e3,
2873
2843
  fab: 1050,
2874
2844
  speedDial: 1050,
@@ -2878,20 +2848,20 @@ const Ko = {
2878
2848
  snackbar: 1400,
2879
2849
  tooltip: 1500
2880
2850
  };
2881
- function Ho(e) {
2882
- return fe(e) || typeof e > "u" || typeof e == "string" || typeof e == "boolean" || typeof e == "number" || Array.isArray(e);
2851
+ function Uo(e) {
2852
+ return le(e) || typeof e > "u" || typeof e == "string" || typeof e == "boolean" || typeof e == "number" || Array.isArray(e);
2883
2853
  }
2884
- function wr(e = {}) {
2854
+ function gr(e = {}) {
2885
2855
  const t = {
2886
2856
  ...e
2887
2857
  };
2888
2858
  function r(n) {
2889
2859
  const o = Object.entries(n);
2890
2860
  for (let i = 0; i < o.length; i++) {
2891
- const [s, c] = o[i];
2892
- !Ho(c) || s.startsWith("unstable_") ? delete n[s] : fe(c) && (n[s] = {
2893
- ...c
2894
- }, r(n[s]));
2861
+ const [c, l] = o[i];
2862
+ !Uo(l) || c.startsWith("unstable_") ? delete n[c] : le(l) && (n[c] = {
2863
+ ...l
2864
+ }, r(n[c]));
2895
2865
  }
2896
2866
  }
2897
2867
  return r(t), `import { unstable_createBreakpoints as createBreakpoints, createTransitions } from '@mui/material/styles';
@@ -2903,78 +2873,78 @@ theme.transitions = createTransitions(theme.transitions || {});
2903
2873
 
2904
2874
  export default theme;`;
2905
2875
  }
2906
- function St(e = {}, ...t) {
2876
+ function ht(e = {}, ...t) {
2907
2877
  const {
2908
2878
  breakpoints: r,
2909
2879
  mixins: n = {},
2910
2880
  spacing: o,
2911
2881
  palette: i = {},
2912
- transitions: s = {},
2913
- typography: c = {},
2914
- shape: f,
2915
- ...u
2882
+ transitions: c = {},
2883
+ typography: l = {},
2884
+ shape: d,
2885
+ ...f
2916
2886
  } = e;
2917
2887
  if (e.vars && // The error should throw only for the root theme creation because user is not allowed to use a custom node `vars`.
2918
2888
  // `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.
2919
2889
  e.generateThemeVars === void 0)
2920
- 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." : ge(20));
2921
- const m = kt(i), h = mr(e);
2922
- let p = ie(h, {
2923
- mixins: jo(h.breakpoints, n),
2890
+ 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." : me(20));
2891
+ const m = wt(i), h = cr(e);
2892
+ let p = te(h, {
2893
+ mixins: Po(h.breakpoints, n),
2924
2894
  palette: m,
2925
2895
  // Don't use [...shadows] until you've verified its transpiled code is not invoking the iterator protocol.
2926
- shadows: Wo.slice(),
2927
- typography: Mo(m, c),
2928
- transitions: qo(s),
2896
+ shadows: jo.slice(),
2897
+ typography: No(m, l),
2898
+ transitions: Wo(c),
2929
2899
  zIndex: {
2930
- ...Ko
2900
+ ...zo
2931
2901
  }
2932
2902
  });
2933
- if (p = ie(p, u), p = t.reduce((S, v) => ie(S, v), p), process.env.NODE_ENV !== "production") {
2934
- const S = ["active", "checked", "completed", "disabled", "error", "expanded", "focused", "focusVisible", "required", "selected"], v = (g, d) => {
2935
- let x;
2936
- for (x in g) {
2937
- const J = g[x];
2938
- if (S.includes(x) && Object.keys(J).length > 0) {
2903
+ if (p = te(p, f), p = t.reduce((v, y) => te(v, y), p), process.env.NODE_ENV !== "production") {
2904
+ const v = ["active", "checked", "completed", "disabled", "error", "expanded", "focused", "focusVisible", "required", "selected"], y = (s, S) => {
2905
+ let E;
2906
+ for (E in s) {
2907
+ const X = s[E];
2908
+ if (v.includes(E) && Object.keys(X).length > 0) {
2939
2909
  if (process.env.NODE_ENV !== "production") {
2940
- const O = Et("", x);
2941
- console.error([`MUI: The \`${d}\` component increases the CSS specificity of the \`${x}\` internal state.`, "You can not override it like this: ", JSON.stringify(g, null, 2), "", `Instead, you need to use the '&.${O}' syntax:`, JSON.stringify({
2910
+ const x = St("", E);
2911
+ console.error([`MUI: The \`${S}\` component increases the CSS specificity of the \`${E}\` internal state.`, "You can not override it like this: ", JSON.stringify(s, null, 2), "", `Instead, you need to use the '&.${x}' syntax:`, JSON.stringify({
2942
2912
  root: {
2943
- [`&.${O}`]: J
2913
+ [`&.${x}`]: X
2944
2914
  }
2945
2915
  }, null, 2), "", "https://mui.com/r/state-classes-guide"].join(`
2946
2916
  `));
2947
2917
  }
2948
- g[x] = {};
2918
+ s[E] = {};
2949
2919
  }
2950
2920
  }
2951
2921
  };
2952
- Object.keys(p.components).forEach((g) => {
2953
- const d = p.components[g].styleOverrides;
2954
- d && g.startsWith("Mui") && v(d, g);
2922
+ Object.keys(p.components).forEach((s) => {
2923
+ const S = p.components[s].styleOverrides;
2924
+ S && s.startsWith("Mui") && y(S, s);
2955
2925
  });
2956
2926
  }
2957
2927
  return p.unstable_sxConfig = {
2958
- ...nt,
2959
- ...u?.unstable_sxConfig
2960
- }, p.unstable_sx = function(v) {
2961
- return Ae({
2962
- sx: v,
2928
+ ...Ze,
2929
+ ...f?.unstable_sxConfig
2930
+ }, p.unstable_sx = function(y) {
2931
+ return $e({
2932
+ sx: y,
2963
2933
  theme: this
2964
2934
  });
2965
- }, p.toRuntimeSource = wr, p;
2935
+ }, p.toRuntimeSource = gr, p;
2966
2936
  }
2967
- function Yo(e) {
2937
+ function Go(e) {
2968
2938
  let t;
2969
2939
  return e < 1 ? t = 5.11916 * e ** 2 : t = 4.5 * Math.log(e + 1) + 2, Math.round(t * 10) / 1e3;
2970
2940
  }
2971
- const Qo = [...Array(25)].map((e, t) => {
2941
+ const Yo = [...Array(25)].map((e, t) => {
2972
2942
  if (t === 0)
2973
2943
  return "none";
2974
- const r = Yo(t);
2944
+ const r = Go(t);
2975
2945
  return `linear-gradient(rgba(255 255 255 / ${r}), rgba(255 255 255 / ${r}))`;
2976
2946
  });
2977
- function xr(e) {
2947
+ function yr(e) {
2978
2948
  return {
2979
2949
  inputPlaceholder: e === "dark" ? 0.5 : 0.42,
2980
2950
  inputUnderline: e === "dark" ? 0.7 : 0.42,
@@ -2982,10 +2952,10 @@ function xr(e) {
2982
2952
  switchTrack: e === "dark" ? 0.3 : 0.38
2983
2953
  };
2984
2954
  }
2985
- function Tr(e) {
2986
- return e === "dark" ? Qo : [];
2955
+ function br(e) {
2956
+ return e === "dark" ? Yo : [];
2987
2957
  }
2988
- function Xo(e) {
2958
+ function qo(e) {
2989
2959
  const {
2990
2960
  palette: t = {
2991
2961
  mode: "light"
@@ -2994,41 +2964,41 @@ function Xo(e) {
2994
2964
  opacity: r,
2995
2965
  overlays: n,
2996
2966
  ...o
2997
- } = e, i = kt(t);
2967
+ } = e, i = wt(t);
2998
2968
  return {
2999
2969
  palette: i,
3000
2970
  opacity: {
3001
- ...xr(i.mode),
2971
+ ...yr(i.mode),
3002
2972
  ...r
3003
2973
  },
3004
- overlays: n || Tr(i.mode),
2974
+ overlays: n || br(i.mode),
3005
2975
  ...o
3006
2976
  };
3007
2977
  }
3008
- function Jo(e) {
2978
+ function Ko(e) {
3009
2979
  return !!e[0].match(/(cssVarPrefix|colorSchemeSelector|modularCssLayers|rootSelector|typography|mixins|breakpoints|direction|transitions)/) || !!e[0].match(/sxConfig$/) || // ends with sxConfig
3010
2980
  e[0] === "palette" && !!e[1]?.match(/(mode|contrastThreshold|tonalOffset)/);
3011
2981
  }
3012
- const Zo = (e) => [...[...Array(25)].map((t, r) => `--${e ? `${e}-` : ""}overlays-${r}`), `--${e ? `${e}-` : ""}palette-AppBar-darkBg`, `--${e ? `${e}-` : ""}palette-AppBar-darkColor`], ei = (e) => (t, r) => {
2982
+ const Ho = (e) => [...[...Array(25)].map((t, r) => `--${e ? `${e}-` : ""}overlays-${r}`), `--${e ? `${e}-` : ""}palette-AppBar-darkBg`, `--${e ? `${e}-` : ""}palette-AppBar-darkColor`], Qo = (e) => (t, r) => {
3013
2983
  const n = e.rootSelector || ":root", o = e.colorSchemeSelector;
3014
2984
  let i = o;
3015
2985
  if (o === "class" && (i = ".%s"), o === "data" && (i = "[data-%s]"), o?.startsWith("data-") && !o.includes("%s") && (i = `[${o}="%s"]`), e.defaultColorScheme === t) {
3016
2986
  if (t === "dark") {
3017
- const s = {};
3018
- return Zo(e.cssVarPrefix).forEach((c) => {
3019
- s[c] = r[c], delete r[c];
2987
+ const c = {};
2988
+ return Ho(e.cssVarPrefix).forEach((l) => {
2989
+ c[l] = r[l], delete r[l];
3020
2990
  }), i === "media" ? {
3021
2991
  [n]: r,
3022
2992
  "@media (prefers-color-scheme: dark)": {
3023
- [n]: s
2993
+ [n]: c
3024
2994
  }
3025
2995
  } : i ? {
3026
- [i.replace("%s", t)]: s,
2996
+ [i.replace("%s", t)]: c,
3027
2997
  [`${n}, ${i.replace("%s", t)}`]: r
3028
2998
  } : {
3029
2999
  [n]: {
3030
3000
  ...r,
3031
- ...s
3001
+ ...c
3032
3002
  }
3033
3003
  };
3034
3004
  }
@@ -3046,37 +3016,37 @@ const Zo = (e) => [...[...Array(25)].map((t, r) => `--${e ? `${e}-` : ""}overlay
3046
3016
  }
3047
3017
  return n;
3048
3018
  };
3049
- function ti(e, t) {
3019
+ function Xo(e, t) {
3050
3020
  t.forEach((r) => {
3051
3021
  e[r] || (e[r] = {});
3052
3022
  });
3053
3023
  }
3054
- function l(e, t, r) {
3024
+ function u(e, t, r) {
3055
3025
  !e[t] && r && (e[t] = r);
3056
3026
  }
3057
- function Pe(e) {
3058
- return typeof e != "string" || !e.startsWith("hsl") ? e : vr(e);
3027
+ function _e(e) {
3028
+ return typeof e != "string" || !e.startsWith("hsl") ? e : pr(e);
3059
3029
  }
3060
- function ue(e, t) {
3061
- `${t}Channel` in e || (e[`${t}Channel`] = Re(Pe(e[t]), `MUI: Can't create \`palette.${t}Channel\` because \`palette.${t}\` is not one of these formats: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color().
3030
+ function ce(e, t) {
3031
+ `${t}Channel` in e || (e[`${t}Channel`] = ke(_e(e[t]), `MUI: Can't create \`palette.${t}Channel\` because \`palette.${t}\` is not one of these formats: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color().
3062
3032
  To suppress this warning, you need to explicitly provide the \`palette.${t}Channel\` as a string (in rgb format, for example "12 12 12") or undefined if you want to remove the channel token.`));
3063
3033
  }
3064
- function ri(e) {
3034
+ function Jo(e) {
3065
3035
  return typeof e == "number" ? `${e}px` : typeof e == "string" || typeof e == "function" || Array.isArray(e) ? e : "8px";
3066
3036
  }
3067
- const le = (e) => {
3037
+ const se = (e) => {
3068
3038
  try {
3069
3039
  return e();
3070
3040
  } catch {
3071
3041
  }
3072
- }, ni = (e = "mui") => wo(e);
3073
- function gt(e, t, r, n) {
3042
+ }, Zo = (e = "mui") => bo(e);
3043
+ function ft(e, t, r, n) {
3074
3044
  if (!t)
3075
3045
  return;
3076
3046
  t = t === !0 ? {} : t;
3077
3047
  const o = n === "dark" ? "dark" : "light";
3078
3048
  if (!r) {
3079
- e[n] = Xo({
3049
+ e[n] = qo({
3080
3050
  ...t,
3081
3051
  palette: {
3082
3052
  mode: o,
@@ -3087,8 +3057,8 @@ function gt(e, t, r, n) {
3087
3057
  }
3088
3058
  const {
3089
3059
  palette: i,
3090
- ...s
3091
- } = St({
3060
+ ...c
3061
+ } = ht({
3092
3062
  ...r,
3093
3063
  palette: {
3094
3064
  mode: o,
@@ -3099,13 +3069,13 @@ function gt(e, t, r, n) {
3099
3069
  ...t,
3100
3070
  palette: i,
3101
3071
  opacity: {
3102
- ...xr(o),
3072
+ ...yr(o),
3103
3073
  ...t?.opacity
3104
3074
  },
3105
- overlays: t?.overlays || Tr(o)
3106
- }, s;
3075
+ overlays: t?.overlays || br(o)
3076
+ }, c;
3107
3077
  }
3108
- function oi(e = {}, ...t) {
3078
+ function ei(e = {}, ...t) {
3109
3079
  const {
3110
3080
  colorSchemes: r = {
3111
3081
  light: !0
@@ -3113,92 +3083,92 @@ function oi(e = {}, ...t) {
3113
3083
  defaultColorScheme: n,
3114
3084
  disableCssColorScheme: o = !1,
3115
3085
  cssVarPrefix: i = "mui",
3116
- shouldSkipGeneratingVar: s = Jo,
3117
- colorSchemeSelector: c = r.light && r.dark ? "media" : void 0,
3118
- rootSelector: f = ":root",
3119
- ...u
3120
- } = e, m = Object.keys(r)[0], h = n || (r.light && m !== "light" ? "light" : m), p = ni(i), {
3121
- [h]: S,
3122
- light: v,
3123
- dark: g,
3124
- ...d
3125
- } = r, x = {
3126
- ...d
3086
+ shouldSkipGeneratingVar: c = Ko,
3087
+ colorSchemeSelector: l = r.light && r.dark ? "media" : void 0,
3088
+ rootSelector: d = ":root",
3089
+ ...f
3090
+ } = e, m = Object.keys(r)[0], h = n || (r.light && m !== "light" ? "light" : m), p = Zo(i), {
3091
+ [h]: v,
3092
+ light: y,
3093
+ dark: s,
3094
+ ...S
3095
+ } = r, E = {
3096
+ ...S
3127
3097
  };
3128
- let J = S;
3129
- if ((h === "dark" && !("dark" in r) || h === "light" && !("light" in r)) && (J = !0), !J)
3130
- throw new Error(process.env.NODE_ENV !== "production" ? `MUI: The \`colorSchemes.${h}\` option is either missing or invalid.` : ge(21, h));
3131
- const O = gt(x, J, u, h);
3132
- v && !x.light && gt(x, v, void 0, "light"), g && !x.dark && gt(x, g, void 0, "dark");
3098
+ let X = v;
3099
+ if ((h === "dark" && !("dark" in r) || h === "light" && !("light" in r)) && (X = !0), !X)
3100
+ throw new Error(process.env.NODE_ENV !== "production" ? `MUI: The \`colorSchemes.${h}\` option is either missing or invalid.` : me(21, h));
3101
+ const x = ft(E, X, f, h);
3102
+ y && !E.light && ft(E, y, void 0, "light"), s && !E.dark && ft(E, s, void 0, "dark");
3133
3103
  let T = {
3134
3104
  defaultColorScheme: h,
3135
- ...O,
3105
+ ...x,
3136
3106
  cssVarPrefix: i,
3137
- colorSchemeSelector: c,
3138
- rootSelector: f,
3107
+ colorSchemeSelector: l,
3108
+ rootSelector: d,
3139
3109
  getCssVar: p,
3140
- colorSchemes: x,
3110
+ colorSchemes: E,
3141
3111
  font: {
3142
- ...Bo(O.typography),
3143
- ...O.font
3112
+ ...Ro(x.typography),
3113
+ ...x.font
3144
3114
  },
3145
- spacing: ri(u.spacing)
3115
+ spacing: Jo(f.spacing)
3146
3116
  };
3147
- Object.keys(T.colorSchemes).forEach((D) => {
3148
- const a = T.colorSchemes[D].palette, C = (M) => {
3149
- const j = M.split("-"), re = j[1], Z = j[2];
3150
- return p(M, a[re][Z]);
3117
+ Object.keys(T.colorSchemes).forEach((B) => {
3118
+ const a = T.colorSchemes[B].palette, C = (D) => {
3119
+ const N = D.split("-"), ie = N[1], J = N[2];
3120
+ return p(D, a[ie][J]);
3151
3121
  };
3152
- if (a.mode === "light" && (l(a.common, "background", "#fff"), l(a.common, "onBackground", "#000")), a.mode === "dark" && (l(a.common, "background", "#000"), l(a.common, "onBackground", "#fff")), ti(a, ["Alert", "AppBar", "Avatar", "Button", "Chip", "FilledInput", "LinearProgress", "Skeleton", "Slider", "SnackbarContent", "SpeedDialAction", "StepConnector", "StepContent", "Switch", "TableCell", "Tooltip"]), a.mode === "light") {
3153
- l(a.Alert, "errorColor", W(a.error.light, 0.6)), l(a.Alert, "infoColor", W(a.info.light, 0.6)), l(a.Alert, "successColor", W(a.success.light, 0.6)), l(a.Alert, "warningColor", W(a.warning.light, 0.6)), l(a.Alert, "errorFilledBg", C("palette-error-main")), l(a.Alert, "infoFilledBg", C("palette-info-main")), l(a.Alert, "successFilledBg", C("palette-success-main")), l(a.Alert, "warningFilledBg", C("palette-warning-main")), l(a.Alert, "errorFilledColor", le(() => a.getContrastText(a.error.main))), l(a.Alert, "infoFilledColor", le(() => a.getContrastText(a.info.main))), l(a.Alert, "successFilledColor", le(() => a.getContrastText(a.success.main))), l(a.Alert, "warningFilledColor", le(() => a.getContrastText(a.warning.main))), l(a.Alert, "errorStandardBg", z(a.error.light, 0.9)), l(a.Alert, "infoStandardBg", z(a.info.light, 0.9)), l(a.Alert, "successStandardBg", z(a.success.light, 0.9)), l(a.Alert, "warningStandardBg", z(a.warning.light, 0.9)), l(a.Alert, "errorIconColor", C("palette-error-main")), l(a.Alert, "infoIconColor", C("palette-info-main")), l(a.Alert, "successIconColor", C("palette-success-main")), l(a.Alert, "warningIconColor", C("palette-warning-main")), l(a.AppBar, "defaultBg", C("palette-grey-100")), l(a.Avatar, "defaultBg", C("palette-grey-400")), l(a.Button, "inheritContainedBg", C("palette-grey-300")), l(a.Button, "inheritContainedHoverBg", C("palette-grey-A100")), l(a.Chip, "defaultBorder", C("palette-grey-400")), l(a.Chip, "defaultAvatarColor", C("palette-grey-700")), l(a.Chip, "defaultIconColor", C("palette-grey-700")), l(a.FilledInput, "bg", "rgba(0, 0, 0, 0.06)"), l(a.FilledInput, "hoverBg", "rgba(0, 0, 0, 0.09)"), l(a.FilledInput, "disabledBg", "rgba(0, 0, 0, 0.12)"), l(a.LinearProgress, "primaryBg", z(a.primary.main, 0.62)), l(a.LinearProgress, "secondaryBg", z(a.secondary.main, 0.62)), l(a.LinearProgress, "errorBg", z(a.error.main, 0.62)), l(a.LinearProgress, "infoBg", z(a.info.main, 0.62)), l(a.LinearProgress, "successBg", z(a.success.main, 0.62)), l(a.LinearProgress, "warningBg", z(a.warning.main, 0.62)), l(a.Skeleton, "bg", `rgba(${C("palette-text-primaryChannel")} / 0.11)`), l(a.Slider, "primaryTrack", z(a.primary.main, 0.62)), l(a.Slider, "secondaryTrack", z(a.secondary.main, 0.62)), l(a.Slider, "errorTrack", z(a.error.main, 0.62)), l(a.Slider, "infoTrack", z(a.info.main, 0.62)), l(a.Slider, "successTrack", z(a.success.main, 0.62)), l(a.Slider, "warningTrack", z(a.warning.main, 0.62));
3154
- const M = We(a.background.default, 0.8);
3155
- l(a.SnackbarContent, "bg", M), l(a.SnackbarContent, "color", le(() => a.getContrastText(M))), l(a.SpeedDialAction, "fabHoverBg", We(a.background.paper, 0.15)), l(a.StepConnector, "border", C("palette-grey-400")), l(a.StepContent, "border", C("palette-grey-400")), l(a.Switch, "defaultColor", C("palette-common-white")), l(a.Switch, "defaultDisabledColor", C("palette-grey-100")), l(a.Switch, "primaryDisabledColor", z(a.primary.main, 0.62)), l(a.Switch, "secondaryDisabledColor", z(a.secondary.main, 0.62)), l(a.Switch, "errorDisabledColor", z(a.error.main, 0.62)), l(a.Switch, "infoDisabledColor", z(a.info.main, 0.62)), l(a.Switch, "successDisabledColor", z(a.success.main, 0.62)), l(a.Switch, "warningDisabledColor", z(a.warning.main, 0.62)), l(a.TableCell, "border", z(Le(a.divider, 1), 0.88)), l(a.Tooltip, "bg", Le(a.grey[700], 0.92));
3122
+ if (a.mode === "light" && (u(a.common, "background", "#fff"), u(a.common, "onBackground", "#000")), a.mode === "dark" && (u(a.common, "background", "#000"), u(a.common, "onBackground", "#fff")), Xo(a, ["Alert", "AppBar", "Avatar", "Button", "Chip", "FilledInput", "LinearProgress", "Skeleton", "Slider", "SnackbarContent", "SpeedDialAction", "StepConnector", "StepContent", "Switch", "TableCell", "Tooltip"]), a.mode === "light") {
3123
+ u(a.Alert, "errorColor", F(a.error.light, 0.6)), u(a.Alert, "infoColor", F(a.info.light, 0.6)), u(a.Alert, "successColor", F(a.success.light, 0.6)), u(a.Alert, "warningColor", F(a.warning.light, 0.6)), u(a.Alert, "errorFilledBg", C("palette-error-main")), u(a.Alert, "infoFilledBg", C("palette-info-main")), u(a.Alert, "successFilledBg", C("palette-success-main")), u(a.Alert, "warningFilledBg", C("palette-warning-main")), u(a.Alert, "errorFilledColor", se(() => a.getContrastText(a.error.main))), u(a.Alert, "infoFilledColor", se(() => a.getContrastText(a.info.main))), u(a.Alert, "successFilledColor", se(() => a.getContrastText(a.success.main))), u(a.Alert, "warningFilledColor", se(() => a.getContrastText(a.warning.main))), u(a.Alert, "errorStandardBg", L(a.error.light, 0.9)), u(a.Alert, "infoStandardBg", L(a.info.light, 0.9)), u(a.Alert, "successStandardBg", L(a.success.light, 0.9)), u(a.Alert, "warningStandardBg", L(a.warning.light, 0.9)), u(a.Alert, "errorIconColor", C("palette-error-main")), u(a.Alert, "infoIconColor", C("palette-info-main")), u(a.Alert, "successIconColor", C("palette-success-main")), u(a.Alert, "warningIconColor", C("palette-warning-main")), u(a.AppBar, "defaultBg", C("palette-grey-100")), u(a.Avatar, "defaultBg", C("palette-grey-400")), u(a.Button, "inheritContainedBg", C("palette-grey-300")), u(a.Button, "inheritContainedHoverBg", C("palette-grey-A100")), u(a.Chip, "defaultBorder", C("palette-grey-400")), u(a.Chip, "defaultAvatarColor", C("palette-grey-700")), u(a.Chip, "defaultIconColor", C("palette-grey-700")), u(a.FilledInput, "bg", "rgba(0, 0, 0, 0.06)"), u(a.FilledInput, "hoverBg", "rgba(0, 0, 0, 0.09)"), u(a.FilledInput, "disabledBg", "rgba(0, 0, 0, 0.12)"), u(a.LinearProgress, "primaryBg", L(a.primary.main, 0.62)), u(a.LinearProgress, "secondaryBg", L(a.secondary.main, 0.62)), u(a.LinearProgress, "errorBg", L(a.error.main, 0.62)), u(a.LinearProgress, "infoBg", L(a.info.main, 0.62)), u(a.LinearProgress, "successBg", L(a.success.main, 0.62)), u(a.LinearProgress, "warningBg", L(a.warning.main, 0.62)), u(a.Skeleton, "bg", `rgba(${C("palette-text-primaryChannel")} / 0.11)`), u(a.Slider, "primaryTrack", L(a.primary.main, 0.62)), u(a.Slider, "secondaryTrack", L(a.secondary.main, 0.62)), u(a.Slider, "errorTrack", L(a.error.main, 0.62)), u(a.Slider, "infoTrack", L(a.info.main, 0.62)), u(a.Slider, "successTrack", L(a.success.main, 0.62)), u(a.Slider, "warningTrack", L(a.warning.main, 0.62));
3124
+ const D = je(a.background.default, 0.8);
3125
+ u(a.SnackbarContent, "bg", D), u(a.SnackbarContent, "color", se(() => a.getContrastText(D))), u(a.SpeedDialAction, "fabHoverBg", je(a.background.paper, 0.15)), u(a.StepConnector, "border", C("palette-grey-400")), u(a.StepContent, "border", C("palette-grey-400")), u(a.Switch, "defaultColor", C("palette-common-white")), u(a.Switch, "defaultDisabledColor", C("palette-grey-100")), u(a.Switch, "primaryDisabledColor", L(a.primary.main, 0.62)), u(a.Switch, "secondaryDisabledColor", L(a.secondary.main, 0.62)), u(a.Switch, "errorDisabledColor", L(a.error.main, 0.62)), u(a.Switch, "infoDisabledColor", L(a.info.main, 0.62)), u(a.Switch, "successDisabledColor", L(a.success.main, 0.62)), u(a.Switch, "warningDisabledColor", L(a.warning.main, 0.62)), u(a.TableCell, "border", L(Me(a.divider, 1), 0.88)), u(a.Tooltip, "bg", Me(a.grey[700], 0.92));
3156
3126
  }
3157
3127
  if (a.mode === "dark") {
3158
- l(a.Alert, "errorColor", z(a.error.light, 0.6)), l(a.Alert, "infoColor", z(a.info.light, 0.6)), l(a.Alert, "successColor", z(a.success.light, 0.6)), l(a.Alert, "warningColor", z(a.warning.light, 0.6)), l(a.Alert, "errorFilledBg", C("palette-error-dark")), l(a.Alert, "infoFilledBg", C("palette-info-dark")), l(a.Alert, "successFilledBg", C("palette-success-dark")), l(a.Alert, "warningFilledBg", C("palette-warning-dark")), l(a.Alert, "errorFilledColor", le(() => a.getContrastText(a.error.dark))), l(a.Alert, "infoFilledColor", le(() => a.getContrastText(a.info.dark))), l(a.Alert, "successFilledColor", le(() => a.getContrastText(a.success.dark))), l(a.Alert, "warningFilledColor", le(() => a.getContrastText(a.warning.dark))), l(a.Alert, "errorStandardBg", W(a.error.light, 0.9)), l(a.Alert, "infoStandardBg", W(a.info.light, 0.9)), l(a.Alert, "successStandardBg", W(a.success.light, 0.9)), l(a.Alert, "warningStandardBg", W(a.warning.light, 0.9)), l(a.Alert, "errorIconColor", C("palette-error-main")), l(a.Alert, "infoIconColor", C("palette-info-main")), l(a.Alert, "successIconColor", C("palette-success-main")), l(a.Alert, "warningIconColor", C("palette-warning-main")), l(a.AppBar, "defaultBg", C("palette-grey-900")), l(a.AppBar, "darkBg", C("palette-background-paper")), l(a.AppBar, "darkColor", C("palette-text-primary")), l(a.Avatar, "defaultBg", C("palette-grey-600")), l(a.Button, "inheritContainedBg", C("palette-grey-800")), l(a.Button, "inheritContainedHoverBg", C("palette-grey-700")), l(a.Chip, "defaultBorder", C("palette-grey-700")), l(a.Chip, "defaultAvatarColor", C("palette-grey-300")), l(a.Chip, "defaultIconColor", C("palette-grey-300")), l(a.FilledInput, "bg", "rgba(255, 255, 255, 0.09)"), l(a.FilledInput, "hoverBg", "rgba(255, 255, 255, 0.13)"), l(a.FilledInput, "disabledBg", "rgba(255, 255, 255, 0.12)"), l(a.LinearProgress, "primaryBg", W(a.primary.main, 0.5)), l(a.LinearProgress, "secondaryBg", W(a.secondary.main, 0.5)), l(a.LinearProgress, "errorBg", W(a.error.main, 0.5)), l(a.LinearProgress, "infoBg", W(a.info.main, 0.5)), l(a.LinearProgress, "successBg", W(a.success.main, 0.5)), l(a.LinearProgress, "warningBg", W(a.warning.main, 0.5)), l(a.Skeleton, "bg", `rgba(${C("palette-text-primaryChannel")} / 0.13)`), l(a.Slider, "primaryTrack", W(a.primary.main, 0.5)), l(a.Slider, "secondaryTrack", W(a.secondary.main, 0.5)), l(a.Slider, "errorTrack", W(a.error.main, 0.5)), l(a.Slider, "infoTrack", W(a.info.main, 0.5)), l(a.Slider, "successTrack", W(a.success.main, 0.5)), l(a.Slider, "warningTrack", W(a.warning.main, 0.5));
3159
- const M = We(a.background.default, 0.98);
3160
- l(a.SnackbarContent, "bg", M), l(a.SnackbarContent, "color", le(() => a.getContrastText(M))), l(a.SpeedDialAction, "fabHoverBg", We(a.background.paper, 0.15)), l(a.StepConnector, "border", C("palette-grey-600")), l(a.StepContent, "border", C("palette-grey-600")), l(a.Switch, "defaultColor", C("palette-grey-300")), l(a.Switch, "defaultDisabledColor", C("palette-grey-600")), l(a.Switch, "primaryDisabledColor", W(a.primary.main, 0.55)), l(a.Switch, "secondaryDisabledColor", W(a.secondary.main, 0.55)), l(a.Switch, "errorDisabledColor", W(a.error.main, 0.55)), l(a.Switch, "infoDisabledColor", W(a.info.main, 0.55)), l(a.Switch, "successDisabledColor", W(a.success.main, 0.55)), l(a.Switch, "warningDisabledColor", W(a.warning.main, 0.55)), l(a.TableCell, "border", W(Le(a.divider, 1), 0.68)), l(a.Tooltip, "bg", Le(a.grey[700], 0.92));
3128
+ u(a.Alert, "errorColor", L(a.error.light, 0.6)), u(a.Alert, "infoColor", L(a.info.light, 0.6)), u(a.Alert, "successColor", L(a.success.light, 0.6)), u(a.Alert, "warningColor", L(a.warning.light, 0.6)), u(a.Alert, "errorFilledBg", C("palette-error-dark")), u(a.Alert, "infoFilledBg", C("palette-info-dark")), u(a.Alert, "successFilledBg", C("palette-success-dark")), u(a.Alert, "warningFilledBg", C("palette-warning-dark")), u(a.Alert, "errorFilledColor", se(() => a.getContrastText(a.error.dark))), u(a.Alert, "infoFilledColor", se(() => a.getContrastText(a.info.dark))), u(a.Alert, "successFilledColor", se(() => a.getContrastText(a.success.dark))), u(a.Alert, "warningFilledColor", se(() => a.getContrastText(a.warning.dark))), u(a.Alert, "errorStandardBg", F(a.error.light, 0.9)), u(a.Alert, "infoStandardBg", F(a.info.light, 0.9)), u(a.Alert, "successStandardBg", F(a.success.light, 0.9)), u(a.Alert, "warningStandardBg", F(a.warning.light, 0.9)), u(a.Alert, "errorIconColor", C("palette-error-main")), u(a.Alert, "infoIconColor", C("palette-info-main")), u(a.Alert, "successIconColor", C("palette-success-main")), u(a.Alert, "warningIconColor", C("palette-warning-main")), u(a.AppBar, "defaultBg", C("palette-grey-900")), u(a.AppBar, "darkBg", C("palette-background-paper")), u(a.AppBar, "darkColor", C("palette-text-primary")), u(a.Avatar, "defaultBg", C("palette-grey-600")), u(a.Button, "inheritContainedBg", C("palette-grey-800")), u(a.Button, "inheritContainedHoverBg", C("palette-grey-700")), u(a.Chip, "defaultBorder", C("palette-grey-700")), u(a.Chip, "defaultAvatarColor", C("palette-grey-300")), u(a.Chip, "defaultIconColor", C("palette-grey-300")), u(a.FilledInput, "bg", "rgba(255, 255, 255, 0.09)"), u(a.FilledInput, "hoverBg", "rgba(255, 255, 255, 0.13)"), u(a.FilledInput, "disabledBg", "rgba(255, 255, 255, 0.12)"), u(a.LinearProgress, "primaryBg", F(a.primary.main, 0.5)), u(a.LinearProgress, "secondaryBg", F(a.secondary.main, 0.5)), u(a.LinearProgress, "errorBg", F(a.error.main, 0.5)), u(a.LinearProgress, "infoBg", F(a.info.main, 0.5)), u(a.LinearProgress, "successBg", F(a.success.main, 0.5)), u(a.LinearProgress, "warningBg", F(a.warning.main, 0.5)), u(a.Skeleton, "bg", `rgba(${C("palette-text-primaryChannel")} / 0.13)`), u(a.Slider, "primaryTrack", F(a.primary.main, 0.5)), u(a.Slider, "secondaryTrack", F(a.secondary.main, 0.5)), u(a.Slider, "errorTrack", F(a.error.main, 0.5)), u(a.Slider, "infoTrack", F(a.info.main, 0.5)), u(a.Slider, "successTrack", F(a.success.main, 0.5)), u(a.Slider, "warningTrack", F(a.warning.main, 0.5));
3129
+ const D = je(a.background.default, 0.98);
3130
+ u(a.SnackbarContent, "bg", D), u(a.SnackbarContent, "color", se(() => a.getContrastText(D))), u(a.SpeedDialAction, "fabHoverBg", je(a.background.paper, 0.15)), u(a.StepConnector, "border", C("palette-grey-600")), u(a.StepContent, "border", C("palette-grey-600")), u(a.Switch, "defaultColor", C("palette-grey-300")), u(a.Switch, "defaultDisabledColor", C("palette-grey-600")), u(a.Switch, "primaryDisabledColor", F(a.primary.main, 0.55)), u(a.Switch, "secondaryDisabledColor", F(a.secondary.main, 0.55)), u(a.Switch, "errorDisabledColor", F(a.error.main, 0.55)), u(a.Switch, "infoDisabledColor", F(a.info.main, 0.55)), u(a.Switch, "successDisabledColor", F(a.success.main, 0.55)), u(a.Switch, "warningDisabledColor", F(a.warning.main, 0.55)), u(a.TableCell, "border", F(Me(a.divider, 1), 0.68)), u(a.Tooltip, "bg", Me(a.grey[700], 0.92));
3161
3131
  }
3162
- ue(a.background, "default"), ue(a.background, "paper"), ue(a.common, "background"), ue(a.common, "onBackground"), ue(a, "divider"), Object.keys(a).forEach((M) => {
3163
- const j = a[M];
3164
- M !== "tonalOffset" && j && typeof j == "object" && (j.main && l(a[M], "mainChannel", Re(Pe(j.main))), j.light && l(a[M], "lightChannel", Re(Pe(j.light))), j.dark && l(a[M], "darkChannel", Re(Pe(j.dark))), j.contrastText && l(a[M], "contrastTextChannel", Re(Pe(j.contrastText))), M === "text" && (ue(a[M], "primary"), ue(a[M], "secondary")), M === "action" && (j.active && ue(a[M], "active"), j.selected && ue(a[M], "selected")));
3132
+ ce(a.background, "default"), ce(a.background, "paper"), ce(a.common, "background"), ce(a.common, "onBackground"), ce(a, "divider"), Object.keys(a).forEach((D) => {
3133
+ const N = a[D];
3134
+ D !== "tonalOffset" && N && typeof N == "object" && (N.main && u(a[D], "mainChannel", ke(_e(N.main))), N.light && u(a[D], "lightChannel", ke(_e(N.light))), N.dark && u(a[D], "darkChannel", ke(_e(N.dark))), N.contrastText && u(a[D], "contrastTextChannel", ke(_e(N.contrastText))), D === "text" && (ce(a[D], "primary"), ce(a[D], "secondary")), D === "action" && (N.active && ce(a[D], "active"), N.selected && ce(a[D], "selected")));
3165
3135
  });
3166
- }), T = t.reduce((D, a) => ie(D, a), T);
3167
- const R = {
3136
+ }), T = t.reduce((B, a) => te(B, a), T);
3137
+ const z = {
3168
3138
  prefix: i,
3169
3139
  disableCssColorScheme: o,
3170
- shouldSkipGeneratingVar: s,
3171
- getSelector: ei(T)
3140
+ shouldSkipGeneratingVar: c,
3141
+ getSelector: Qo(T)
3172
3142
  }, {
3173
3143
  vars: U,
3174
- generateThemeVars: K,
3144
+ generateThemeVars: Q,
3175
3145
  generateStyleSheets: q
3176
- } = Eo(T, R);
3177
- return T.vars = U, Object.entries(T.colorSchemes[T.defaultColorScheme]).forEach(([D, a]) => {
3178
- T[D] = a;
3179
- }), T.generateThemeVars = K, T.generateStyleSheets = q, T.generateSpacing = function() {
3180
- return pr(u.spacing, xt(this));
3181
- }, T.getColorSchemeSelector = Oo(c), T.spacing = T.generateSpacing(), T.shouldSkipGeneratingVar = s, T.unstable_sxConfig = {
3182
- ...nt,
3183
- ...u?.unstable_sxConfig
3146
+ } = Co(T, z);
3147
+ return T.vars = U, Object.entries(T.colorSchemes[T.defaultColorScheme]).forEach(([B, a]) => {
3148
+ T[B] = a;
3149
+ }), T.generateThemeVars = Q, T.generateStyleSheets = q, T.generateSpacing = function() {
3150
+ return sr(f.spacing, bt(this));
3151
+ }, T.getColorSchemeSelector = To(l), T.spacing = T.generateSpacing(), T.shouldSkipGeneratingVar = c, T.unstable_sxConfig = {
3152
+ ...Ze,
3153
+ ...f?.unstable_sxConfig
3184
3154
  }, T.unstable_sx = function(a) {
3185
- return Ae({
3155
+ return $e({
3186
3156
  sx: a,
3187
3157
  theme: this
3188
3158
  });
3189
- }, T.toRuntimeSource = wr, T;
3159
+ }, T.toRuntimeSource = gr, T;
3190
3160
  }
3191
- function ar(e, t, r) {
3161
+ function er(e, t, r) {
3192
3162
  e.colorSchemes && r && (e.colorSchemes[t] = {
3193
3163
  ...r !== !0 && r,
3194
- palette: kt({
3164
+ palette: wt({
3195
3165
  ...r === !0 ? {} : r.palette,
3196
3166
  mode: t
3197
3167
  })
3198
3168
  // cast type to skip module augmentation test
3199
3169
  });
3200
3170
  }
3201
- function ii(e = {}, ...t) {
3171
+ function ti(e = {}, ...t) {
3202
3172
  const {
3203
3173
  palette: r,
3204
3174
  cssVariables: n = !1,
@@ -3206,78 +3176,78 @@ function ii(e = {}, ...t) {
3206
3176
  light: !0
3207
3177
  },
3208
3178
  defaultColorScheme: i = r?.mode,
3209
- ...s
3210
- } = e, c = i || "light", f = o?.[c], u = {
3179
+ ...c
3180
+ } = e, l = i || "light", d = o?.[l], f = {
3211
3181
  ...o,
3212
3182
  ...r ? {
3213
- [c]: {
3214
- ...typeof f != "boolean" && f,
3183
+ [l]: {
3184
+ ...typeof d != "boolean" && d,
3215
3185
  palette: r
3216
3186
  }
3217
3187
  } : void 0
3218
3188
  };
3219
3189
  if (n === !1) {
3220
3190
  if (!("colorSchemes" in e))
3221
- return St(e, ...t);
3191
+ return ht(e, ...t);
3222
3192
  let m = r;
3223
- "palette" in e || u[c] && (u[c] !== !0 ? m = u[c].palette : c === "dark" && (m = {
3193
+ "palette" in e || f[l] && (f[l] !== !0 ? m = f[l].palette : l === "dark" && (m = {
3224
3194
  mode: "dark"
3225
3195
  }));
3226
- const h = St({
3196
+ const h = ht({
3227
3197
  ...e,
3228
3198
  palette: m
3229
3199
  }, ...t);
3230
- return h.defaultColorScheme = c, h.colorSchemes = u, h.palette.mode === "light" && (h.colorSchemes.light = {
3231
- ...u.light !== !0 && u.light,
3200
+ return h.defaultColorScheme = l, h.colorSchemes = f, h.palette.mode === "light" && (h.colorSchemes.light = {
3201
+ ...f.light !== !0 && f.light,
3232
3202
  palette: h.palette
3233
- }, ar(h, "dark", u.dark)), h.palette.mode === "dark" && (h.colorSchemes.dark = {
3234
- ...u.dark !== !0 && u.dark,
3203
+ }, er(h, "dark", f.dark)), h.palette.mode === "dark" && (h.colorSchemes.dark = {
3204
+ ...f.dark !== !0 && f.dark,
3235
3205
  palette: h.palette
3236
- }, ar(h, "light", u.light)), h;
3206
+ }, er(h, "light", f.light)), h;
3237
3207
  }
3238
- return !r && !("light" in u) && c === "light" && (u.light = !0), oi({
3239
- ...s,
3240
- colorSchemes: u,
3241
- defaultColorScheme: c,
3208
+ return !r && !("light" in f) && l === "light" && (f.light = !0), ei({
3209
+ ...c,
3210
+ colorSchemes: f,
3211
+ defaultColorScheme: l,
3242
3212
  ...typeof n != "boolean" && n
3243
3213
  }, ...t);
3244
3214
  }
3245
- const ai = ii(), si = "$$material";
3246
- function ci(e) {
3215
+ const ri = ti(), ni = "$$material";
3216
+ function oi(e) {
3247
3217
  return e !== "ownerState" && e !== "theme" && e !== "sx" && e !== "as";
3248
3218
  }
3249
- const li = (e) => ci(e) && e !== "classes", ui = so({
3250
- themeId: si,
3251
- defaultTheme: ai,
3252
- rootShouldForwardProp: li
3253
- }), fi = Co;
3254
- process.env.NODE_ENV !== "production" && (B.node, B.object.isRequired);
3255
- function di(e) {
3256
- return So(e);
3219
+ const ii = (e) => oi(e) && e !== "classes", ai = no({
3220
+ themeId: ni,
3221
+ defaultTheme: ri,
3222
+ rootShouldForwardProp: ii
3223
+ }), si = yo;
3224
+ process.env.NODE_ENV !== "production" && (_.node, _.object.isRequired);
3225
+ function ci(e) {
3226
+ return go(e);
3257
3227
  }
3258
- function pi(e) {
3259
- return Et("MuiSvgIcon", e);
3228
+ function li(e) {
3229
+ return St("MuiSvgIcon", e);
3260
3230
  }
3261
- ro("MuiSvgIcon", ["root", "colorPrimary", "colorSecondary", "colorAction", "colorError", "colorDisabled", "fontSizeInherit", "fontSizeSmall", "fontSizeMedium", "fontSizeLarge"]);
3262
- const mi = (e) => {
3231
+ Jn("MuiSvgIcon", ["root", "colorPrimary", "colorSecondary", "colorAction", "colorError", "colorDisabled", "fontSizeInherit", "fontSizeSmall", "fontSizeMedium", "fontSizeLarge"]);
3232
+ const ui = (e) => {
3263
3233
  const {
3264
3234
  color: t,
3265
3235
  fontSize: r,
3266
3236
  classes: n
3267
3237
  } = e, o = {
3268
- root: ["root", t !== "inherit" && `color${Ce(t)}`, `fontSize${Ce(r)}`]
3238
+ root: ["root", t !== "inherit" && `color${ve(t)}`, `fontSize${ve(r)}`]
3269
3239
  };
3270
- return Yr(o, pi, n);
3271
- }, hi = ui("svg", {
3240
+ return Gr(o, li, n);
3241
+ }, fi = ai("svg", {
3272
3242
  name: "MuiSvgIcon",
3273
3243
  slot: "Root",
3274
3244
  overridesResolver: (e, t) => {
3275
3245
  const {
3276
3246
  ownerState: r
3277
3247
  } = e;
3278
- return [t.root, r.color !== "inherit" && t[`color${Ce(r.color)}`], t[`fontSize${Ce(r.fontSize)}`]];
3248
+ return [t.root, r.color !== "inherit" && t[`color${ve(r.color)}`], t[`fontSize${ve(r.fontSize)}`]];
3279
3249
  }
3280
- })(fi(({
3250
+ })(si(({
3281
3251
  theme: e
3282
3252
  }) => ({
3283
3253
  userSelect: "none",
@@ -3363,51 +3333,51 @@ const mi = (e) => {
3363
3333
  }
3364
3334
  }
3365
3335
  ]
3366
- }))), Ke = /* @__PURE__ */ he.forwardRef(function(t, r) {
3367
- const n = di({
3336
+ }))), ze = /* @__PURE__ */ pe.forwardRef(function(t, r) {
3337
+ const n = ci({
3368
3338
  props: t,
3369
3339
  name: "MuiSvgIcon"
3370
3340
  }), {
3371
3341
  children: o,
3372
3342
  className: i,
3373
- color: s = "inherit",
3374
- component: c = "svg",
3375
- fontSize: f = "medium",
3376
- htmlColor: u,
3343
+ color: c = "inherit",
3344
+ component: l = "svg",
3345
+ fontSize: d = "medium",
3346
+ htmlColor: f,
3377
3347
  inheritViewBox: m = !1,
3378
3348
  titleAccess: h,
3379
3349
  viewBox: p = "0 0 24 24",
3380
- ...S
3381
- } = n, v = /* @__PURE__ */ he.isValidElement(o) && o.type === "svg", g = {
3350
+ ...v
3351
+ } = n, y = /* @__PURE__ */ pe.isValidElement(o) && o.type === "svg", s = {
3382
3352
  ...n,
3383
- color: s,
3384
- component: c,
3385
- fontSize: f,
3353
+ color: c,
3354
+ component: l,
3355
+ fontSize: d,
3386
3356
  instanceFontSize: t.fontSize,
3387
3357
  inheritViewBox: m,
3388
3358
  viewBox: p,
3389
- hasSvgAsChild: v
3390
- }, d = {};
3391
- m || (d.viewBox = p);
3392
- const x = mi(g);
3393
- return /* @__PURE__ */ yt(hi, {
3394
- as: c,
3395
- className: lr(x.root, i),
3359
+ hasSvgAsChild: y
3360
+ }, S = {};
3361
+ m || (S.viewBox = p);
3362
+ const E = ui(s);
3363
+ return /* @__PURE__ */ dt(fi, {
3364
+ as: l,
3365
+ className: nr(E.root, i),
3396
3366
  focusable: "false",
3397
- color: u,
3367
+ color: f,
3398
3368
  "aria-hidden": h ? void 0 : !0,
3399
3369
  role: h ? "img" : void 0,
3400
3370
  ref: r,
3401
- ...d,
3402
3371
  ...S,
3403
- ...v && o.props,
3404
- ownerState: g,
3405
- children: [v ? o.props.children : o, h ? /* @__PURE__ */ Q("title", {
3372
+ ...v,
3373
+ ...y && o.props,
3374
+ ownerState: s,
3375
+ children: [y ? o.props.children : o, h ? /* @__PURE__ */ K("title", {
3406
3376
  children: h
3407
3377
  }) : null]
3408
3378
  });
3409
3379
  });
3410
- process.env.NODE_ENV !== "production" && (Ke.propTypes = {
3380
+ process.env.NODE_ENV !== "production" && (ze.propTypes = {
3411
3381
  // ┌────────────────────────────── Warning ──────────────────────────────┐
3412
3382
  // │ These PropTypes are generated from the TypeScript type definitions. │
3413
3383
  // │ To update them, edit the d.ts file and run `pnpm proptypes`. │
@@ -3415,15 +3385,15 @@ process.env.NODE_ENV !== "production" && (Ke.propTypes = {
3415
3385
  /**
3416
3386
  * Node passed into the SVG element.
3417
3387
  */
3418
- children: B.node,
3388
+ children: _.node,
3419
3389
  /**
3420
3390
  * Override or extend the styles applied to the component.
3421
3391
  */
3422
- classes: B.object,
3392
+ classes: _.object,
3423
3393
  /**
3424
3394
  * @ignore
3425
3395
  */
3426
- className: B.string,
3396
+ className: _.string,
3427
3397
  /**
3428
3398
  * The color of the component.
3429
3399
  * It supports both default and custom theme colors, which can be added as shown in the
@@ -3431,21 +3401,21 @@ process.env.NODE_ENV !== "production" && (Ke.propTypes = {
3431
3401
  * You can use the `htmlColor` prop to apply a color attribute to the SVG element.
3432
3402
  * @default 'inherit'
3433
3403
  */
3434
- color: B.oneOfType([B.oneOf(["inherit", "action", "disabled", "primary", "secondary", "error", "info", "success", "warning"]), B.string]),
3404
+ color: _.oneOfType([_.oneOf(["inherit", "action", "disabled", "primary", "secondary", "error", "info", "success", "warning"]), _.string]),
3435
3405
  /**
3436
3406
  * The component used for the root node.
3437
3407
  * Either a string to use a HTML element or a component.
3438
3408
  */
3439
- component: B.elementType,
3409
+ component: _.elementType,
3440
3410
  /**
3441
3411
  * The fontSize applied to the icon. Defaults to 24px, but can be configure to inherit font size.
3442
3412
  * @default 'medium'
3443
3413
  */
3444
- fontSize: B.oneOfType([B.oneOf(["inherit", "large", "medium", "small"]), B.string]),
3414
+ fontSize: _.oneOfType([_.oneOf(["inherit", "large", "medium", "small"]), _.string]),
3445
3415
  /**
3446
3416
  * Applies a color attribute to the SVG element.
3447
3417
  */
3448
- htmlColor: B.string,
3418
+ htmlColor: _.string,
3449
3419
  /**
3450
3420
  * If `true`, the root node will inherit the custom `component`'s viewBox and the `viewBox`
3451
3421
  * prop will be ignored.
@@ -3453,22 +3423,22 @@ process.env.NODE_ENV !== "production" && (Ke.propTypes = {
3453
3423
  * `component`'s viewBox to the root node.
3454
3424
  * @default false
3455
3425
  */
3456
- inheritViewBox: B.bool,
3426
+ inheritViewBox: _.bool,
3457
3427
  /**
3458
3428
  * The shape-rendering attribute. The behavior of the different options is described on the
3459
3429
  * [MDN Web Docs](https://developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/shape-rendering).
3460
3430
  * If you are having issues with blurry icons you should investigate this prop.
3461
3431
  */
3462
- shapeRendering: B.string,
3432
+ shapeRendering: _.string,
3463
3433
  /**
3464
3434
  * The system prop that allows defining system overrides as well as additional CSS styles.
3465
3435
  */
3466
- sx: B.oneOfType([B.arrayOf(B.oneOfType([B.func, B.object, B.bool])), B.func, B.object]),
3436
+ sx: _.oneOfType([_.arrayOf(_.oneOfType([_.func, _.object, _.bool])), _.func, _.object]),
3467
3437
  /**
3468
3438
  * Provides a human-readable title for the element that contains it.
3469
3439
  * https://www.w3.org/TR/SVG-access/#Equivalent
3470
3440
  */
3471
- titleAccess: B.string,
3441
+ titleAccess: _.string,
3472
3442
  /**
3473
3443
  * Allows you to redefine what the coordinates without units mean inside an SVG element.
3474
3444
  * For example, if the SVG element is 500 (width) by 200 (height),
@@ -3477,28 +3447,28 @@ process.env.NODE_ENV !== "production" && (Ke.propTypes = {
3477
3447
  * to bottom right (50,20) and each unit will be worth 10px.
3478
3448
  * @default '0 0 24 24'
3479
3449
  */
3480
- viewBox: B.string
3450
+ viewBox: _.string
3481
3451
  });
3482
- Ke.muiName = "SvgIcon";
3483
- function Rt(e, t) {
3452
+ ze.muiName = "SvgIcon";
3453
+ function xt(e, t) {
3484
3454
  function r(n, o) {
3485
- return /* @__PURE__ */ Q(Ke, {
3455
+ return /* @__PURE__ */ K(ze, {
3486
3456
  "data-testid": process.env.NODE_ENV !== "production" ? `${t}Icon` : void 0,
3487
3457
  ref: o,
3488
3458
  ...n,
3489
3459
  children: e
3490
3460
  });
3491
3461
  }
3492
- return process.env.NODE_ENV !== "production" && (r.displayName = `${t}Icon`), r.muiName = Ke.muiName, /* @__PURE__ */ he.memo(/* @__PURE__ */ he.forwardRef(r));
3462
+ return process.env.NODE_ENV !== "production" && (r.displayName = `${t}Icon`), r.muiName = ze.muiName, /* @__PURE__ */ pe.memo(/* @__PURE__ */ pe.forwardRef(r));
3493
3463
  }
3494
- const gi = Rt(/* @__PURE__ */ Q("path", {
3464
+ const di = xt(/* @__PURE__ */ K("path", {
3495
3465
  d: "M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"
3496
- }), "Close"), yi = Rt(/* @__PURE__ */ Q("path", {
3466
+ }), "Close"), pi = xt(/* @__PURE__ */ K("path", {
3497
3467
  d: "M10 18h4v-2h-4zM3 6v2h18V6zm3 7h12v-2H6z"
3498
- }), "FilterList"), bi = Rt(/* @__PURE__ */ Q("path", {
3468
+ }), "FilterList"), mi = xt(/* @__PURE__ */ K("path", {
3499
3469
  d: "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14"
3500
3470
  }), "Search");
3501
- function Ai({
3471
+ function wi({
3502
3472
  mode: e,
3503
3473
  actionButtons: t,
3504
3474
  localeText: r,
@@ -3506,170 +3476,111 @@ function Ai({
3506
3476
  getData: o,
3507
3477
  setFilterButtonEl: i
3508
3478
  }) {
3509
- return /* @__PURE__ */ yt(
3510
- _r,
3511
- {
3512
- className: `${e}-mode`,
3513
- style: {
3514
- padding: "calc(0.25rem * 2) !important",
3515
- gap: "calc(0.25rem * 2) !important"
3516
- },
3517
- children: [
3518
- e === "server" && /* @__PURE__ */ Q(
3519
- at,
3520
- {
3521
- render: /* @__PURE__ */ Q(
3522
- Dr,
3523
- {
3524
- icon: /* @__PURE__ */ Q(Er, {}),
3525
- label: r?.refreshTable ?? "Ververs tabel",
3526
- onClick: o
3527
- }
3528
- )
3479
+ return /* @__PURE__ */ dt(Ar, { className: `${e}-mode`, style: {
3480
+ padding: "calc(0.25rem * 2) !important",
3481
+ gap: "calc(0.25rem * 2) !important"
3482
+ }, children: [
3483
+ e === "server" && /* @__PURE__ */ K(tt, { render: /* @__PURE__ */ K(Ir, { icon: /* @__PURE__ */ K(Cr, {}), label: r?.refreshTable ?? "Ververs tabel", onClick: o }) }),
3484
+ /* @__PURE__ */ K(kr, { debounceMs: 500, defaultExpanded: !0, render: (c, l) => /* @__PURE__ */ dt("div", { ...c, style: {
3485
+ overflow: "clip",
3486
+ display: "flex",
3487
+ marginLeft: "auto",
3488
+ gap: "0.5rem",
3489
+ ...c.style
3490
+ }, children: [
3491
+ t?.map((d, f) => /* @__PURE__ */ K(tt, { disabled: d?.props?.disabled ?? !1, render: d }, f)),
3492
+ n && /* @__PURE__ */ K(Nr, { title: "Filteren", children: /* @__PURE__ */ K(_r, { ref: i, render: ({
3493
+ ref: d,
3494
+ ...f
3495
+ }, m) => /* @__PURE__ */ K(tt, { ...f, material: {
3496
+ sx: {
3497
+ color: "var(--color-primary)",
3498
+ border: "1px solid var(--color-primary)",
3499
+ borderRadius: 0,
3500
+ ":hover, :active, :focus": {
3501
+ color: "var(--color-primary-hover)",
3502
+ borderColor: "var(--color-primary-hover)"
3503
+ },
3504
+ ":disabled": {
3505
+ backgroundColor: "transparent",
3506
+ borderColor: "var(--color-text-disabled)",
3507
+ color: "var(--color-text-disabled)"
3508
+ },
3509
+ ":focus": {
3510
+ outline: "2px dashed var(--color-text)",
3511
+ outlineOffset: 3,
3512
+ boxShadow: "none"
3529
3513
  }
3530
- ),
3531
- /* @__PURE__ */ Q(
3532
- Ir,
3533
- {
3534
- debounceMs: 500,
3535
- defaultExpanded: !0,
3536
- render: (s, c) => /* @__PURE__ */ yt(
3537
- "div",
3538
- {
3539
- ...s,
3540
- style: {
3541
- overflow: "clip",
3542
- display: "flex",
3543
- marginLeft: "auto",
3544
- gap: "0.5rem",
3545
- ...s.style
3546
- },
3547
- children: [
3548
- t?.map((f, u) => /* @__PURE__ */ Q(
3549
- at,
3550
- {
3551
- disabled: f?.props?.disabled ?? !1,
3552
- render: f
3553
- },
3554
- u
3555
- )),
3556
- n && /* @__PURE__ */ Q(Mr, { title: "Filteren", children: /* @__PURE__ */ Q(
3557
- Nr,
3558
- {
3559
- ref: i,
3560
- render: ({ ref: f, ...u }, m) => /* @__PURE__ */ Q(
3561
- at,
3562
- {
3563
- ...u,
3564
- material: {
3565
- sx: {
3566
- color: "var(--color-primary)",
3567
- border: "1px solid var(--color-primary)",
3568
- borderRadius: 0,
3569
- ":hover, :active, :focus": {
3570
- color: "var(--color-primary-hover)",
3571
- borderColor: "var(--color-primary-hover)"
3572
- },
3573
- ":disabled": {
3574
- backgroundColor: "transparent",
3575
- borderColor: "var(--color-text-disabled)",
3576
- color: "var(--color-text-disabled)"
3577
- },
3578
- ":focus": {
3579
- outline: "2px dashed var(--color-text)",
3580
- outlineOffset: 3,
3581
- boxShadow: "none"
3582
- }
3583
- }
3584
- },
3585
- ref: f,
3586
- tabIndex: 0,
3587
- children: /* @__PURE__ */ Q(Ar, { badgeContent: m.filterCount, color: "primary", variant: "dot", children: /* @__PURE__ */ Q(yi, {}) })
3588
- }
3589
- )
3590
- }
3591
- ) }),
3592
- /* @__PURE__ */ Q(
3593
- Br,
3594
- {
3595
- render: ({ ref: f, ...u }) => /* @__PURE__ */ Q(
3596
- kr,
3597
- {
3598
- ...u,
3599
- "aria-label": r?.toolbarQuickFilterLabel ?? "Zoeken",
3600
- inputRef: f,
3601
- placeholder: r?.toolbarQuickFilterPlaceholder ?? "Zoeken...",
3602
- slotProps: {
3603
- input: {
3604
- endAdornment: /* @__PURE__ */ Q(Pr, { position: "end", children: /* @__PURE__ */ Q(
3605
- bi,
3606
- {
3607
- sx: {
3608
- position: "absolute",
3609
- right: "-1px",
3610
- width: "24px",
3611
- height: "24px",
3612
- padding: "12px",
3613
- background: "#007bc7",
3614
- color: "#ffffff",
3615
- fontWeight: "700",
3616
- overflow: "hidden",
3617
- whiteSpace: "nowrap",
3618
- boxSizing: "content-box"
3619
- }
3620
- }
3621
- ) }),
3622
- ...u.slotProps?.input
3623
- },
3624
- ...u.slotProps
3625
- },
3626
- sx: {
3627
- [`.${Rr.input}`]: {
3628
- color: "var(--color-text)",
3629
- fontFamily: "RijksoverheidSansText, Verdana, Arial, sans-serif",
3630
- fontSize: "1.125rem",
3631
- boxSizing: "border-box",
3632
- flex: "1 1",
3633
- height: "42px",
3634
- margin: "0",
3635
- padding: "0 85px 0 14px",
3636
- background: "var(--color-text-light)",
3637
- boxShadow: "inset 1px 1px 3px hsl(0deg 0% 41% / 10%)",
3638
- lineHeight: "1.5",
3639
- maxWidth: "100%"
3640
- }
3641
- }
3642
- }
3643
- )
3644
- }
3645
- ),
3646
- c.expanded && c.value !== "" && /* @__PURE__ */ Q(
3647
- jr,
3648
- {
3649
- "aria-label": r?.toolbarQuickFilterDeleteIconLabel ?? "Wissen",
3650
- edge: "end",
3651
- material: {
3652
- disableRipple: !0,
3653
- disableFocusRipple: !0,
3654
- disableTouchRipple: !0,
3655
- sx: {
3656
- position: "absolute",
3657
- right: "70px"
3658
- }
3659
- },
3660
- children: /* @__PURE__ */ Q(gi, { color: "primary" })
3661
- }
3662
- )
3663
- ]
3664
- }
3665
- )
3514
+ }
3515
+ }, ref: d, tabIndex: 0, children: /* @__PURE__ */ K(wr, { badgeContent: m.filterCount, color: "primary", variant: "dot", children: /* @__PURE__ */ K(pi, {}) }) }) }) }),
3516
+ /* @__PURE__ */ K(Rr, { render: ({
3517
+ ref: d,
3518
+ ...f
3519
+ }) => /* @__PURE__ */ K(
3520
+ xr,
3521
+ {
3522
+ ...f,
3523
+ "aria-label": r?.toolbarQuickFilterLabel ?? "Zoeken",
3524
+ inputRef: d,
3525
+ placeholder: r?.toolbarQuickFilterPlaceholder ?? "Zoeken...",
3526
+ slotProps: {
3527
+ input: {
3528
+ endAdornment: /* @__PURE__ */ K($r, { position: "end", children: /* @__PURE__ */ K(mi, { sx: {
3529
+ position: "absolute",
3530
+ right: "-1px",
3531
+ width: "24px",
3532
+ height: "24px",
3533
+ padding: "12px",
3534
+ background: "#007bc7",
3535
+ color: "#ffffff",
3536
+ fontWeight: "700",
3537
+ overflow: "hidden",
3538
+ whiteSpace: "nowrap",
3539
+ boxSizing: "content-box"
3540
+ } }) }),
3541
+ ...f.slotProps?.input
3542
+ },
3543
+ ...f.slotProps
3544
+ },
3545
+ sx: {
3546
+ [`.${Or.input}`]: {
3547
+ color: "var(--color-text)",
3548
+ fontFamily: "RijksoverheidSansText, Verdana, Arial, sans-serif",
3549
+ fontSize: "1.125rem",
3550
+ boxSizing: "border-box",
3551
+ flex: "1 1",
3552
+ height: "42px",
3553
+ margin: "0",
3554
+ padding: "0 85px 0 14px",
3555
+ background: "var(--color-text-light)",
3556
+ boxShadow: "inset 1px 1px 3px hsl(0deg 0% 41% / 10%)",
3557
+ lineHeight: "1.5",
3558
+ maxWidth: "100%"
3559
+ }
3666
3560
  }
3667
- )
3668
- ]
3669
- }
3670
- );
3561
+ }
3562
+ ) }),
3563
+ l.expanded && l.value !== "" && /* @__PURE__ */ K(
3564
+ Pr,
3565
+ {
3566
+ "aria-label": r?.toolbarQuickFilterDeleteIconLabel ?? "Wissen",
3567
+ edge: "end",
3568
+ material: {
3569
+ disableRipple: !0,
3570
+ disableFocusRipple: !0,
3571
+ disableTouchRipple: !0,
3572
+ sx: {
3573
+ position: "absolute",
3574
+ right: "70px"
3575
+ }
3576
+ },
3577
+ children: /* @__PURE__ */ K(di, { color: "primary" })
3578
+ }
3579
+ )
3580
+ ] }) })
3581
+ ] });
3671
3582
  }
3672
3583
  export {
3673
- Ai as QuickSearchToolbar
3584
+ wi as QuickSearchToolbar
3674
3585
  };
3675
3586
  //# sourceMappingURL=_QuickSearchToolbar.js.map