@cgi-learning-hub/ui 1.2.0-dev.1725543340 → 1.2.0-dev.1725543764

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 (163) hide show
  1. package/dist/Box-BDMtAH2P.cjs +1 -0
  2. package/dist/{Box-BJvmuM0Y.js → Box-CONPkck2.js} +32 -30
  3. package/dist/Button-By3A0teb.js +454 -0
  4. package/dist/Button-CBAa7bmK.cjs +1 -0
  5. package/dist/ButtonBase-D0vqeM8I.js +890 -0
  6. package/dist/ButtonBase-DePtV_m6.cjs +75 -0
  7. package/dist/CircularProgress-BRnSv2J2.cjs +28 -0
  8. package/dist/CircularProgress-BrfcRJbv.js +251 -0
  9. package/dist/DatePicker-Cw1xQ3Sn.cjs +19 -0
  10. package/dist/{DatePicker-vhA6Fe5s.js → DatePicker-wZ1VHlXF.js} +4665 -4520
  11. package/dist/DefaultButton-B2fD87Nn.cjs +1 -0
  12. package/dist/DefaultButton-B8Qi2O0K.js +353 -0
  13. package/dist/DefaultPropsProvider-B6IbLm7M.cjs +17 -0
  14. package/dist/DefaultPropsProvider-QV6PDjPd.js +468 -0
  15. package/dist/IconButton-BiLAYORS.js +239 -0
  16. package/dist/IconButton-DE-QtB3Q.cjs +2 -0
  17. package/dist/{InputAdornment-zaw7AFWU.js → InputAdornment-7ED2C-w1.js} +81 -65
  18. package/dist/InputAdornment-CJbpwt2R.cjs +1 -0
  19. package/dist/InputBase-LZPaeC-A.cjs +3 -0
  20. package/dist/InputBase-jbXydPMc.js +802 -0
  21. package/dist/{Stack-Dlgk5t_M.js → Stack-BzF_6-v5.js} +62 -60
  22. package/dist/Stack-D6Kv6y1D.cjs +1 -0
  23. package/dist/Tabs-CV_eM5RY.js +1222 -0
  24. package/dist/Tabs-DcqpjpXb.cjs +4 -0
  25. package/dist/TextField-DAxS82qf.cjs +12 -0
  26. package/dist/{TextField-DG1754qQ.js → TextField-G9MOGCdw.js} +3033 -2408
  27. package/dist/{Tooltip-C7ZUZylZ.js → Tooltip-D_4ANHAc.js} +4682 -3406
  28. package/dist/Tooltip-Ma-NowZd.cjs +100 -0
  29. package/dist/TransitionGroupContext-B5aSBz0G.js +64 -0
  30. package/dist/TransitionGroupContext-gQFtuZSh.cjs +1 -0
  31. package/dist/Typography-4kqbsc6q.js +258 -0
  32. package/dist/Typography-CNQVeQXr.cjs +1 -0
  33. package/dist/components/DatePicker/DatePicker.cjs.js +1 -1
  34. package/dist/components/DatePicker/DatePicker.es.js +3 -3
  35. package/dist/components/DatePicker/DatePicker.stories.cjs.js +1 -1
  36. package/dist/components/DatePicker/DatePicker.stories.es.js +3 -3
  37. package/dist/components/DatePicker/index.cjs.js +1 -1
  38. package/dist/components/DatePicker/index.es.js +1 -1
  39. package/dist/components/DefaultButton/DefaultButton.cjs.js +1 -1
  40. package/dist/components/DefaultButton/DefaultButton.es.js +2 -2
  41. package/dist/components/DefaultButton/DefaultButtonIcon.cjs.js +1 -1
  42. package/dist/components/DefaultButton/DefaultButtonIcon.es.js +108 -67
  43. package/dist/components/DefaultButton/index.cjs.js +1 -1
  44. package/dist/components/DefaultButton/index.es.js +1 -1
  45. package/dist/components/Dropzone/Dropzone.cjs.js +5 -5
  46. package/dist/components/Dropzone/Dropzone.es.js +8 -8
  47. package/dist/components/EmptyState/EmptyState.cjs.js +1 -1
  48. package/dist/components/EmptyState/EmptyState.es.js +2 -2
  49. package/dist/components/FileList/FileList.cjs.js +1 -1
  50. package/dist/components/FileList/FileList.es.js +1 -1
  51. package/dist/components/FileList/FileListItem.cjs.js +1 -1
  52. package/dist/components/FileList/FileListItem.es.js +10 -11
  53. package/dist/components/IconButton.stories.cjs.js +1 -1
  54. package/dist/components/IconButton.stories.es.js +13 -14
  55. package/dist/components/Loader/Loader.cjs.js +1 -1
  56. package/dist/components/Loader/Loader.es.js +1 -1
  57. package/dist/components/PaperHeader/PaperHeader.cjs.js +1 -1
  58. package/dist/components/PaperHeader/PaperHeader.d.ts +3 -1
  59. package/dist/components/PaperHeader/PaperHeader.es.js +26 -28
  60. package/dist/components/PaperHeader/PaperHeader.stories.cjs.js +1 -1
  61. package/dist/components/PaperHeader/PaperHeader.stories.es.js +7 -7
  62. package/dist/components/PasswordInput/PasswordInput.cjs.js +1 -1
  63. package/dist/components/PasswordInput/PasswordInput.es.js +5 -5
  64. package/dist/components/PrimaryButton/PrimaryButton.cjs.js +1 -1
  65. package/dist/components/PrimaryButton/PrimaryButton.es.js +1 -1
  66. package/dist/components/PrimaryButton/PrimaryButton.stories.cjs.js +1 -1
  67. package/dist/components/PrimaryButton/PrimaryButton.stories.es.js +1 -1
  68. package/dist/components/SearchInput/SearchInput.cjs.js +1 -1
  69. package/dist/components/SearchInput/SearchInput.es.js +4 -4
  70. package/dist/components/SecondaryButton/SecondaryButton.cjs.js +1 -1
  71. package/dist/components/SecondaryButton/SecondaryButton.es.js +1 -1
  72. package/dist/components/SecondaryButton/SecondaryButton.stories.cjs.js +1 -1
  73. package/dist/components/SecondaryButton/SecondaryButton.stories.es.js +1 -1
  74. package/dist/components/TabList.stories.cjs.js +1 -1
  75. package/dist/components/TabList.stories.es.js +100 -87
  76. package/dist/components/TextInput/TextInput.cjs.js +1 -1
  77. package/dist/components/TextInput/TextInput.es.js +1 -1
  78. package/dist/components/index.cjs.js +1 -1
  79. package/dist/components/index.d.ts +2 -0
  80. package/dist/components/index.es.js +244 -236
  81. package/dist/composeClasses-B_ETVugV.cjs +1 -0
  82. package/dist/composeClasses-zmPRtZOg.js +16 -0
  83. package/dist/createSvgIcon-B6bEgasO.js +249 -0
  84. package/dist/createSvgIcon-C92jLZ0q.cjs +2 -0
  85. package/dist/createSvgIcon-Cdsg9tFu.js +88 -0
  86. package/dist/createSvgIcon-CrOALbij.cjs +1 -0
  87. package/dist/extendSxProp-BpSXIdup.js +37 -0
  88. package/dist/extendSxProp-DVE8Tgj8.cjs +1 -0
  89. package/dist/{fr-CXEmlY0d.js → fr-D92L3a1M.js} +13 -13
  90. package/dist/{fr-C4bcUC-9.cjs → fr-EMw1nUC-.cjs} +1 -1
  91. package/dist/identifier-7NboR24y.cjs +59 -0
  92. package/dist/identifier-Bsv46xiT.js +2930 -0
  93. package/dist/index-C9spydU3.js +89 -0
  94. package/dist/index-DHDspyh-.cjs +1 -0
  95. package/dist/index.cjs.js +1 -1
  96. package/dist/index.es.js +244 -236
  97. package/dist/{ownerWindow-C7EH1lr6.js → ownerWindow-BoRkeomM.js} +2 -2
  98. package/dist/{refType-DiVIFcsY.js → refType-BnS1d2D8.js} +1 -1
  99. package/dist/{refType-D1DDOFsy.cjs → refType-YgbJS0xl.cjs} +1 -1
  100. package/dist/useControlled-Bf7_InaL.cjs +3 -0
  101. package/dist/useControlled-D59BLg1S.js +48 -0
  102. package/dist/useEventCallback-BgMlqKLP.js +14 -0
  103. package/dist/useEventCallback-CrCf96iG.cjs +1 -0
  104. package/dist/useId-CyGZMA-F.js +19 -0
  105. package/dist/useId-D5Txt-1B.cjs +1 -0
  106. package/dist/useTheme-A9inJAFh.cjs +1 -0
  107. package/dist/useTheme-C0nMwKpp.js +128 -0
  108. package/dist/{useTheme-1gSw-INq.js → useTheme-DzMeSzHc.js} +5 -5
  109. package/dist/useTheme-Zq6D7sUp.cjs +1 -0
  110. package/dist/useThemeProps-YFPF1eJp.js +40 -0
  111. package/dist/useThemeProps-r2yCksSx.cjs +1 -0
  112. package/package.json +15 -15
  113. package/dist/Box-2ZrLOc7U.cjs +0 -1
  114. package/dist/Button-HyZp1VKI.js +0 -359
  115. package/dist/Button-NhaA68Of.cjs +0 -1
  116. package/dist/ButtonBase-CnINN-P4.cjs +0 -75
  117. package/dist/ButtonBase-cOL6Mpcp.js +0 -827
  118. package/dist/CircularProgress-01RZzfpF.cjs +0 -28
  119. package/dist/CircularProgress-DO4r9-x8.js +0 -217
  120. package/dist/DatePicker-GTtXZK-p.cjs +0 -19
  121. package/dist/DefaultButton-BMmuKPgA.cjs +0 -1
  122. package/dist/DefaultButton-CKY6tuni.js +0 -258
  123. package/dist/IconButton-3v-0zgZW.cjs +0 -2
  124. package/dist/IconButton-BBfmzBP6.js +0 -184
  125. package/dist/InputAdornment-DHmtETz3.cjs +0 -1
  126. package/dist/InputBase-BpGQgBej.cjs +0 -3
  127. package/dist/InputBase-COUxfhh1.js +0 -794
  128. package/dist/Stack-D9IYPfJ8.cjs +0 -1
  129. package/dist/Tabs-Blo-8Ro5.js +0 -1091
  130. package/dist/Tabs-D0e7cB4l.cjs +0 -4
  131. package/dist/TextField-8AuRLRIK.cjs +0 -12
  132. package/dist/Tooltip-CFVJXplM.cjs +0 -95
  133. package/dist/TransitionGroupContext-BkoHK5Kx.js +0 -14
  134. package/dist/TransitionGroupContext-mYDSzffd.cjs +0 -1
  135. package/dist/Typography-DjrvRhOr.js +0 -178
  136. package/dist/Typography-YHooSvuR.cjs +0 -1
  137. package/dist/createStyled--XbpooZB.js +0 -142
  138. package/dist/createStyled-CuYz_ckk.cjs +0 -1
  139. package/dist/createSvgIcon-CUiH3cta.cjs +0 -1
  140. package/dist/createSvgIcon-D29Io9jD.js +0 -183
  141. package/dist/createSvgIcon-DTc4Xvfk.cjs +0 -2
  142. package/dist/createSvgIcon-DvOXtgXV.js +0 -76
  143. package/dist/identifier-CAQ9PWqs.js +0 -3046
  144. package/dist/identifier-CWIj084w.cjs +0 -50
  145. package/dist/isHostComponent-PydJW4A4.cjs +0 -1
  146. package/dist/isHostComponent-kiaBvYVo.js +0 -6
  147. package/dist/styled-Bt4oYVnF.cjs +0 -17
  148. package/dist/styled-Co-8YWfm.js +0 -533
  149. package/dist/useControlled-DKpcyPsg.cjs +0 -3
  150. package/dist/useControlled-DoRrpN8o.js +0 -48
  151. package/dist/useId-BW-oWmul.js +0 -19
  152. package/dist/useId-Cw0TtD-8.cjs +0 -1
  153. package/dist/useIsFocusVisible-Bv_7uvif.cjs +0 -1
  154. package/dist/useIsFocusVisible-DhASXQ4o.js +0 -69
  155. package/dist/useTheme-Dm6RnXrf.cjs +0 -1
  156. package/dist/useTheme-HJhneR9g.js +0 -99
  157. package/dist/useTheme-T2P7WhLG.cjs +0 -1
  158. package/dist/useThemeProps-BKIVQv3E.js +0 -17
  159. package/dist/useThemeProps-BfZ3lLQs.js +0 -27
  160. package/dist/useThemeProps-BpFUkYqe.cjs +0 -1
  161. package/dist/useThemeProps-Co5ylM0H.cjs +0 -1
  162. package/dist/useTimeout-BdvDipeg.js +0 -47
  163. package/dist/useTimeout-XUWYBnl6.cjs +0 -1
@@ -0,0 +1,2930 @@
1
+ import qr from "@emotion/styled";
2
+ import "@emotion/react";
3
+ var oo = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
4
+ function Kr(e) {
5
+ return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
6
+ }
7
+ function io(e) {
8
+ if (e.__esModule) return e;
9
+ var r = e.default;
10
+ if (typeof r == "function") {
11
+ var t = function n() {
12
+ return this instanceof n ? Reflect.construct(r, arguments, this.constructor) : r.apply(this, arguments);
13
+ };
14
+ t.prototype = r.prototype;
15
+ } else t = {};
16
+ return Object.defineProperty(t, "__esModule", { value: !0 }), Object.keys(e).forEach(function(n) {
17
+ var o = Object.getOwnPropertyDescriptor(e, n);
18
+ Object.defineProperty(t, n, o.get ? o : {
19
+ enumerable: !0,
20
+ get: function() {
21
+ return e[n];
22
+ }
23
+ });
24
+ }), t;
25
+ }
26
+ var nr = { exports: {} }, _e = { exports: {} }, M = {};
27
+ /** @license React v16.13.1
28
+ * react-is.production.min.js
29
+ *
30
+ * Copyright (c) Facebook, Inc. and its affiliates.
31
+ *
32
+ * This source code is licensed under the MIT license found in the
33
+ * LICENSE file in the root directory of this source tree.
34
+ */
35
+ var pr;
36
+ function Hr() {
37
+ if (pr) return M;
38
+ pr = 1;
39
+ var e = typeof Symbol == "function" && Symbol.for, r = e ? Symbol.for("react.element") : 60103, t = e ? Symbol.for("react.portal") : 60106, n = e ? Symbol.for("react.fragment") : 60107, o = e ? Symbol.for("react.strict_mode") : 60108, a = e ? Symbol.for("react.profiler") : 60114, s = e ? Symbol.for("react.provider") : 60109, c = e ? Symbol.for("react.context") : 60110, l = e ? Symbol.for("react.async_mode") : 60111, p = e ? Symbol.for("react.concurrent_mode") : 60111, y = e ? Symbol.for("react.forward_ref") : 60112, g = e ? Symbol.for("react.suspense") : 60113, f = e ? Symbol.for("react.suspense_list") : 60120, C = e ? Symbol.for("react.memo") : 60115, E = e ? Symbol.for("react.lazy") : 60116, b = e ? Symbol.for("react.block") : 60121, w = e ? Symbol.for("react.fundamental") : 60117, k = e ? Symbol.for("react.responder") : 60118, Y = e ? Symbol.for("react.scope") : 60119;
40
+ function v(m) {
41
+ if (typeof m == "object" && m !== null) {
42
+ var q = m.$$typeof;
43
+ switch (q) {
44
+ case r:
45
+ switch (m = m.type, m) {
46
+ case l:
47
+ case p:
48
+ case n:
49
+ case a:
50
+ case o:
51
+ case g:
52
+ return m;
53
+ default:
54
+ switch (m = m && m.$$typeof, m) {
55
+ case c:
56
+ case y:
57
+ case E:
58
+ case C:
59
+ case s:
60
+ return m;
61
+ default:
62
+ return q;
63
+ }
64
+ }
65
+ case t:
66
+ return q;
67
+ }
68
+ }
69
+ }
70
+ function P(m) {
71
+ return v(m) === p;
72
+ }
73
+ return M.AsyncMode = l, M.ConcurrentMode = p, M.ContextConsumer = c, M.ContextProvider = s, M.Element = r, M.ForwardRef = y, M.Fragment = n, M.Lazy = E, M.Memo = C, M.Portal = t, M.Profiler = a, M.StrictMode = o, M.Suspense = g, M.isAsyncMode = function(m) {
74
+ return P(m) || v(m) === l;
75
+ }, M.isConcurrentMode = P, M.isContextConsumer = function(m) {
76
+ return v(m) === c;
77
+ }, M.isContextProvider = function(m) {
78
+ return v(m) === s;
79
+ }, M.isElement = function(m) {
80
+ return typeof m == "object" && m !== null && m.$$typeof === r;
81
+ }, M.isForwardRef = function(m) {
82
+ return v(m) === y;
83
+ }, M.isFragment = function(m) {
84
+ return v(m) === n;
85
+ }, M.isLazy = function(m) {
86
+ return v(m) === E;
87
+ }, M.isMemo = function(m) {
88
+ return v(m) === C;
89
+ }, M.isPortal = function(m) {
90
+ return v(m) === t;
91
+ }, M.isProfiler = function(m) {
92
+ return v(m) === a;
93
+ }, M.isStrictMode = function(m) {
94
+ return v(m) === o;
95
+ }, M.isSuspense = function(m) {
96
+ return v(m) === g;
97
+ }, M.isValidElementType = function(m) {
98
+ return typeof m == "string" || typeof m == "function" || m === n || m === p || m === a || m === o || m === g || m === f || typeof m == "object" && m !== null && (m.$$typeof === E || m.$$typeof === C || m.$$typeof === s || m.$$typeof === c || m.$$typeof === y || m.$$typeof === w || m.$$typeof === k || m.$$typeof === Y || m.$$typeof === b);
99
+ }, M.typeOf = v, M;
100
+ }
101
+ var D = {};
102
+ /** @license React v16.13.1
103
+ * react-is.development.js
104
+ *
105
+ * Copyright (c) Facebook, Inc. and its affiliates.
106
+ *
107
+ * This source code is licensed under the MIT license found in the
108
+ * LICENSE file in the root directory of this source tree.
109
+ */
110
+ var gr;
111
+ function Qr() {
112
+ return gr || (gr = 1, process.env.NODE_ENV !== "production" && function() {
113
+ var e = typeof Symbol == "function" && Symbol.for, r = e ? Symbol.for("react.element") : 60103, t = e ? Symbol.for("react.portal") : 60106, n = e ? Symbol.for("react.fragment") : 60107, o = e ? Symbol.for("react.strict_mode") : 60108, a = e ? Symbol.for("react.profiler") : 60114, s = e ? Symbol.for("react.provider") : 60109, c = e ? Symbol.for("react.context") : 60110, l = e ? Symbol.for("react.async_mode") : 60111, p = e ? Symbol.for("react.concurrent_mode") : 60111, y = e ? Symbol.for("react.forward_ref") : 60112, g = e ? Symbol.for("react.suspense") : 60113, f = e ? Symbol.for("react.suspense_list") : 60120, C = e ? Symbol.for("react.memo") : 60115, E = e ? Symbol.for("react.lazy") : 60116, b = e ? Symbol.for("react.block") : 60121, w = e ? Symbol.for("react.fundamental") : 60117, k = e ? Symbol.for("react.responder") : 60118, Y = e ? Symbol.for("react.scope") : 60119;
114
+ function v(h) {
115
+ return typeof h == "string" || typeof h == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
116
+ h === n || h === p || h === a || h === o || h === g || h === f || typeof h == "object" && h !== null && (h.$$typeof === E || h.$$typeof === C || h.$$typeof === s || h.$$typeof === c || h.$$typeof === y || h.$$typeof === w || h.$$typeof === k || h.$$typeof === Y || h.$$typeof === b);
117
+ }
118
+ function P(h) {
119
+ if (typeof h == "object" && h !== null) {
120
+ var ne = h.$$typeof;
121
+ switch (ne) {
122
+ case r:
123
+ var ke = h.type;
124
+ switch (ke) {
125
+ case l:
126
+ case p:
127
+ case n:
128
+ case a:
129
+ case o:
130
+ case g:
131
+ return ke;
132
+ default:
133
+ var dr = ke && ke.$$typeof;
134
+ switch (dr) {
135
+ case c:
136
+ case y:
137
+ case E:
138
+ case C:
139
+ case s:
140
+ return dr;
141
+ default:
142
+ return ne;
143
+ }
144
+ }
145
+ case t:
146
+ return ne;
147
+ }
148
+ }
149
+ }
150
+ var m = l, q = p, X = c, K = s, i = r, T = y, R = n, F = E, ce = C, re = t, pe = a, te = o, de = g, xe = !1;
151
+ function qe(h) {
152
+ return xe || (xe = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), d(h) || P(h) === l;
153
+ }
154
+ function d(h) {
155
+ return P(h) === p;
156
+ }
157
+ function S(h) {
158
+ return P(h) === c;
159
+ }
160
+ function _(h) {
161
+ return P(h) === s;
162
+ }
163
+ function A(h) {
164
+ return typeof h == "object" && h !== null && h.$$typeof === r;
165
+ }
166
+ function $(h) {
167
+ return P(h) === y;
168
+ }
169
+ function I(h) {
170
+ return P(h) === n;
171
+ }
172
+ function O(h) {
173
+ return P(h) === E;
174
+ }
175
+ function x(h) {
176
+ return P(h) === C;
177
+ }
178
+ function B(h) {
179
+ return P(h) === t;
180
+ }
181
+ function N(h) {
182
+ return P(h) === a;
183
+ }
184
+ function j(h) {
185
+ return P(h) === o;
186
+ }
187
+ function H(h) {
188
+ return P(h) === g;
189
+ }
190
+ D.AsyncMode = m, D.ConcurrentMode = q, D.ContextConsumer = X, D.ContextProvider = K, D.Element = i, D.ForwardRef = T, D.Fragment = R, D.Lazy = F, D.Memo = ce, D.Portal = re, D.Profiler = pe, D.StrictMode = te, D.Suspense = de, D.isAsyncMode = qe, D.isConcurrentMode = d, D.isContextConsumer = S, D.isContextProvider = _, D.isElement = A, D.isForwardRef = $, D.isFragment = I, D.isLazy = O, D.isMemo = x, D.isPortal = B, D.isProfiler = N, D.isStrictMode = j, D.isSuspense = H, D.isValidElementType = v, D.typeOf = P;
191
+ }()), D;
192
+ }
193
+ var mr;
194
+ function Br() {
195
+ return mr || (mr = 1, process.env.NODE_ENV === "production" ? _e.exports = Hr() : _e.exports = Qr()), _e.exports;
196
+ }
197
+ /*
198
+ object-assign
199
+ (c) Sindre Sorhus
200
+ @license MIT
201
+ */
202
+ var Ke, yr;
203
+ function Jr() {
204
+ if (yr) return Ke;
205
+ yr = 1;
206
+ var e = Object.getOwnPropertySymbols, r = Object.prototype.hasOwnProperty, t = Object.prototype.propertyIsEnumerable;
207
+ function n(a) {
208
+ if (a == null)
209
+ throw new TypeError("Object.assign cannot be called with null or undefined");
210
+ return Object(a);
211
+ }
212
+ function o() {
213
+ try {
214
+ if (!Object.assign)
215
+ return !1;
216
+ var a = new String("abc");
217
+ if (a[5] = "de", Object.getOwnPropertyNames(a)[0] === "5")
218
+ return !1;
219
+ for (var s = {}, c = 0; c < 10; c++)
220
+ s["_" + String.fromCharCode(c)] = c;
221
+ var l = Object.getOwnPropertyNames(s).map(function(y) {
222
+ return s[y];
223
+ });
224
+ if (l.join("") !== "0123456789")
225
+ return !1;
226
+ var p = {};
227
+ return "abcdefghijklmnopqrst".split("").forEach(function(y) {
228
+ p[y] = y;
229
+ }), Object.keys(Object.assign({}, p)).join("") === "abcdefghijklmnopqrst";
230
+ } catch {
231
+ return !1;
232
+ }
233
+ }
234
+ return Ke = o() ? Object.assign : function(a, s) {
235
+ for (var c, l = n(a), p, y = 1; y < arguments.length; y++) {
236
+ c = Object(arguments[y]);
237
+ for (var g in c)
238
+ r.call(c, g) && (l[g] = c[g]);
239
+ if (e) {
240
+ p = e(c);
241
+ for (var f = 0; f < p.length; f++)
242
+ t.call(c, p[f]) && (l[p[f]] = c[p[f]]);
243
+ }
244
+ }
245
+ return l;
246
+ }, Ke;
247
+ }
248
+ var He, hr;
249
+ function ir() {
250
+ if (hr) return He;
251
+ hr = 1;
252
+ var e = "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";
253
+ return He = e, He;
254
+ }
255
+ var Qe, br;
256
+ function jr() {
257
+ return br || (br = 1, Qe = Function.call.bind(Object.prototype.hasOwnProperty)), Qe;
258
+ }
259
+ var Je, vr;
260
+ function Xr() {
261
+ if (vr) return Je;
262
+ vr = 1;
263
+ var e = function() {
264
+ };
265
+ if (process.env.NODE_ENV !== "production") {
266
+ var r = ir(), t = {}, n = jr();
267
+ e = function(a) {
268
+ var s = "Warning: " + a;
269
+ typeof console < "u" && console.error(s);
270
+ try {
271
+ throw new Error(s);
272
+ } catch {
273
+ }
274
+ };
275
+ }
276
+ function o(a, s, c, l, p) {
277
+ if (process.env.NODE_ENV !== "production") {
278
+ for (var y in a)
279
+ if (n(a, y)) {
280
+ var g;
281
+ try {
282
+ if (typeof a[y] != "function") {
283
+ var f = Error(
284
+ (l || "React class") + ": " + c + " type `" + y + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof a[y] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`."
285
+ );
286
+ throw f.name = "Invariant Violation", f;
287
+ }
288
+ g = a[y](s, y, l, c, null, r);
289
+ } catch (E) {
290
+ g = E;
291
+ }
292
+ if (g && !(g instanceof Error) && e(
293
+ (l || "React class") + ": type specification of " + c + " `" + y + "` is invalid; the type checker function must return `null` or an `Error` but returned a " + typeof g + ". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."
294
+ ), g instanceof Error && !(g.message in t)) {
295
+ t[g.message] = !0;
296
+ var C = p ? p() : "";
297
+ e(
298
+ "Failed " + c + " type: " + g.message + (C ?? "")
299
+ );
300
+ }
301
+ }
302
+ }
303
+ }
304
+ return o.resetWarningCache = function() {
305
+ process.env.NODE_ENV !== "production" && (t = {});
306
+ }, Je = o, Je;
307
+ }
308
+ var Xe, Sr;
309
+ function Zr() {
310
+ if (Sr) return Xe;
311
+ Sr = 1;
312
+ var e = Br(), r = Jr(), t = ir(), n = jr(), o = Xr(), a = function() {
313
+ };
314
+ process.env.NODE_ENV !== "production" && (a = function(c) {
315
+ var l = "Warning: " + c;
316
+ typeof console < "u" && console.error(l);
317
+ try {
318
+ throw new Error(l);
319
+ } catch {
320
+ }
321
+ });
322
+ function s() {
323
+ return null;
324
+ }
325
+ return Xe = function(c, l) {
326
+ var p = typeof Symbol == "function" && Symbol.iterator, y = "@@iterator";
327
+ function g(d) {
328
+ var S = d && (p && d[p] || d[y]);
329
+ if (typeof S == "function")
330
+ return S;
331
+ }
332
+ var f = "<<anonymous>>", C = {
333
+ array: k("array"),
334
+ bigint: k("bigint"),
335
+ bool: k("boolean"),
336
+ func: k("function"),
337
+ number: k("number"),
338
+ object: k("object"),
339
+ string: k("string"),
340
+ symbol: k("symbol"),
341
+ any: Y(),
342
+ arrayOf: v,
343
+ element: P(),
344
+ elementType: m(),
345
+ instanceOf: q,
346
+ node: T(),
347
+ objectOf: K,
348
+ oneOf: X,
349
+ oneOfType: i,
350
+ shape: F,
351
+ exact: ce
352
+ };
353
+ function E(d, S) {
354
+ return d === S ? d !== 0 || 1 / d === 1 / S : d !== d && S !== S;
355
+ }
356
+ function b(d, S) {
357
+ this.message = d, this.data = S && typeof S == "object" ? S : {}, this.stack = "";
358
+ }
359
+ b.prototype = Error.prototype;
360
+ function w(d) {
361
+ if (process.env.NODE_ENV !== "production")
362
+ var S = {}, _ = 0;
363
+ function A(I, O, x, B, N, j, H) {
364
+ if (B = B || f, j = j || x, H !== t) {
365
+ if (l) {
366
+ var h = new Error(
367
+ "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"
368
+ );
369
+ throw h.name = "Invariant Violation", h;
370
+ } else if (process.env.NODE_ENV !== "production" && typeof console < "u") {
371
+ var ne = B + ":" + x;
372
+ !S[ne] && // Avoid spamming the console because they are often not actionable except for lib authors
373
+ _ < 3 && (a(
374
+ "You are manually calling a React.PropTypes validation function for the `" + j + "` prop on `" + B + "`. 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."
375
+ ), S[ne] = !0, _++);
376
+ }
377
+ }
378
+ return O[x] == null ? I ? O[x] === null ? new b("The " + N + " `" + j + "` is marked as required " + ("in `" + B + "`, but its value is `null`.")) : new b("The " + N + " `" + j + "` is marked as required in " + ("`" + B + "`, but its value is `undefined`.")) : null : d(O, x, B, N, j);
379
+ }
380
+ var $ = A.bind(null, !1);
381
+ return $.isRequired = A.bind(null, !0), $;
382
+ }
383
+ function k(d) {
384
+ function S(_, A, $, I, O, x) {
385
+ var B = _[A], N = te(B);
386
+ if (N !== d) {
387
+ var j = de(B);
388
+ return new b(
389
+ "Invalid " + I + " `" + O + "` of type " + ("`" + j + "` supplied to `" + $ + "`, expected ") + ("`" + d + "`."),
390
+ { expectedType: d }
391
+ );
392
+ }
393
+ return null;
394
+ }
395
+ return w(S);
396
+ }
397
+ function Y() {
398
+ return w(s);
399
+ }
400
+ function v(d) {
401
+ function S(_, A, $, I, O) {
402
+ if (typeof d != "function")
403
+ return new b("Property `" + O + "` of component `" + $ + "` has invalid PropType notation inside arrayOf.");
404
+ var x = _[A];
405
+ if (!Array.isArray(x)) {
406
+ var B = te(x);
407
+ return new b("Invalid " + I + " `" + O + "` of type " + ("`" + B + "` supplied to `" + $ + "`, expected an array."));
408
+ }
409
+ for (var N = 0; N < x.length; N++) {
410
+ var j = d(x, N, $, I, O + "[" + N + "]", t);
411
+ if (j instanceof Error)
412
+ return j;
413
+ }
414
+ return null;
415
+ }
416
+ return w(S);
417
+ }
418
+ function P() {
419
+ function d(S, _, A, $, I) {
420
+ var O = S[_];
421
+ if (!c(O)) {
422
+ var x = te(O);
423
+ return new b("Invalid " + $ + " `" + I + "` of type " + ("`" + x + "` supplied to `" + A + "`, expected a single ReactElement."));
424
+ }
425
+ return null;
426
+ }
427
+ return w(d);
428
+ }
429
+ function m() {
430
+ function d(S, _, A, $, I) {
431
+ var O = S[_];
432
+ if (!e.isValidElementType(O)) {
433
+ var x = te(O);
434
+ return new b("Invalid " + $ + " `" + I + "` of type " + ("`" + x + "` supplied to `" + A + "`, expected a single ReactElement type."));
435
+ }
436
+ return null;
437
+ }
438
+ return w(d);
439
+ }
440
+ function q(d) {
441
+ function S(_, A, $, I, O) {
442
+ if (!(_[A] instanceof d)) {
443
+ var x = d.name || f, B = qe(_[A]);
444
+ return new b("Invalid " + I + " `" + O + "` of type " + ("`" + B + "` supplied to `" + $ + "`, expected ") + ("instance of `" + x + "`."));
445
+ }
446
+ return null;
447
+ }
448
+ return w(S);
449
+ }
450
+ function X(d) {
451
+ if (!Array.isArray(d))
452
+ return process.env.NODE_ENV !== "production" && (arguments.length > 1 ? a(
453
+ "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])."
454
+ ) : a("Invalid argument supplied to oneOf, expected an array.")), s;
455
+ function S(_, A, $, I, O) {
456
+ for (var x = _[A], B = 0; B < d.length; B++)
457
+ if (E(x, d[B]))
458
+ return null;
459
+ var N = JSON.stringify(d, function(H, h) {
460
+ var ne = de(h);
461
+ return ne === "symbol" ? String(h) : h;
462
+ });
463
+ return new b("Invalid " + I + " `" + O + "` of value `" + String(x) + "` " + ("supplied to `" + $ + "`, expected one of " + N + "."));
464
+ }
465
+ return w(S);
466
+ }
467
+ function K(d) {
468
+ function S(_, A, $, I, O) {
469
+ if (typeof d != "function")
470
+ return new b("Property `" + O + "` of component `" + $ + "` has invalid PropType notation inside objectOf.");
471
+ var x = _[A], B = te(x);
472
+ if (B !== "object")
473
+ return new b("Invalid " + I + " `" + O + "` of type " + ("`" + B + "` supplied to `" + $ + "`, expected an object."));
474
+ for (var N in x)
475
+ if (n(x, N)) {
476
+ var j = d(x, N, $, I, O + "." + N, t);
477
+ if (j instanceof Error)
478
+ return j;
479
+ }
480
+ return null;
481
+ }
482
+ return w(S);
483
+ }
484
+ function i(d) {
485
+ if (!Array.isArray(d))
486
+ return process.env.NODE_ENV !== "production" && a("Invalid argument supplied to oneOfType, expected an instance of array."), s;
487
+ for (var S = 0; S < d.length; S++) {
488
+ var _ = d[S];
489
+ if (typeof _ != "function")
490
+ return a(
491
+ "Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + xe(_) + " at index " + S + "."
492
+ ), s;
493
+ }
494
+ function A($, I, O, x, B) {
495
+ for (var N = [], j = 0; j < d.length; j++) {
496
+ var H = d[j], h = H($, I, O, x, B, t);
497
+ if (h == null)
498
+ return null;
499
+ h.data && n(h.data, "expectedType") && N.push(h.data.expectedType);
500
+ }
501
+ var ne = N.length > 0 ? ", expected one of type [" + N.join(", ") + "]" : "";
502
+ return new b("Invalid " + x + " `" + B + "` supplied to " + ("`" + O + "`" + ne + "."));
503
+ }
504
+ return w(A);
505
+ }
506
+ function T() {
507
+ function d(S, _, A, $, I) {
508
+ return re(S[_]) ? null : new b("Invalid " + $ + " `" + I + "` supplied to " + ("`" + A + "`, expected a ReactNode."));
509
+ }
510
+ return w(d);
511
+ }
512
+ function R(d, S, _, A, $) {
513
+ return new b(
514
+ (d || "React class") + ": " + S + " type `" + _ + "." + A + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + $ + "`."
515
+ );
516
+ }
517
+ function F(d) {
518
+ function S(_, A, $, I, O) {
519
+ var x = _[A], B = te(x);
520
+ if (B !== "object")
521
+ return new b("Invalid " + I + " `" + O + "` of type `" + B + "` " + ("supplied to `" + $ + "`, expected `object`."));
522
+ for (var N in d) {
523
+ var j = d[N];
524
+ if (typeof j != "function")
525
+ return R($, I, O, N, de(j));
526
+ var H = j(x, N, $, I, O + "." + N, t);
527
+ if (H)
528
+ return H;
529
+ }
530
+ return null;
531
+ }
532
+ return w(S);
533
+ }
534
+ function ce(d) {
535
+ function S(_, A, $, I, O) {
536
+ var x = _[A], B = te(x);
537
+ if (B !== "object")
538
+ return new b("Invalid " + I + " `" + O + "` of type `" + B + "` " + ("supplied to `" + $ + "`, expected `object`."));
539
+ var N = r({}, _[A], d);
540
+ for (var j in N) {
541
+ var H = d[j];
542
+ if (n(d, j) && typeof H != "function")
543
+ return R($, I, O, j, de(H));
544
+ if (!H)
545
+ return new b(
546
+ "Invalid " + I + " `" + O + "` key `" + j + "` supplied to `" + $ + "`.\nBad object: " + JSON.stringify(_[A], null, " ") + `
547
+ Valid keys: ` + JSON.stringify(Object.keys(d), null, " ")
548
+ );
549
+ var h = H(x, j, $, I, O + "." + j, t);
550
+ if (h)
551
+ return h;
552
+ }
553
+ return null;
554
+ }
555
+ return w(S);
556
+ }
557
+ function re(d) {
558
+ switch (typeof d) {
559
+ case "number":
560
+ case "string":
561
+ case "undefined":
562
+ return !0;
563
+ case "boolean":
564
+ return !d;
565
+ case "object":
566
+ if (Array.isArray(d))
567
+ return d.every(re);
568
+ if (d === null || c(d))
569
+ return !0;
570
+ var S = g(d);
571
+ if (S) {
572
+ var _ = S.call(d), A;
573
+ if (S !== d.entries) {
574
+ for (; !(A = _.next()).done; )
575
+ if (!re(A.value))
576
+ return !1;
577
+ } else
578
+ for (; !(A = _.next()).done; ) {
579
+ var $ = A.value;
580
+ if ($ && !re($[1]))
581
+ return !1;
582
+ }
583
+ } else
584
+ return !1;
585
+ return !0;
586
+ default:
587
+ return !1;
588
+ }
589
+ }
590
+ function pe(d, S) {
591
+ return d === "symbol" ? !0 : S ? S["@@toStringTag"] === "Symbol" || typeof Symbol == "function" && S instanceof Symbol : !1;
592
+ }
593
+ function te(d) {
594
+ var S = typeof d;
595
+ return Array.isArray(d) ? "array" : d instanceof RegExp ? "object" : pe(S, d) ? "symbol" : S;
596
+ }
597
+ function de(d) {
598
+ if (typeof d > "u" || d === null)
599
+ return "" + d;
600
+ var S = te(d);
601
+ if (S === "object") {
602
+ if (d instanceof Date)
603
+ return "date";
604
+ if (d instanceof RegExp)
605
+ return "regexp";
606
+ }
607
+ return S;
608
+ }
609
+ function xe(d) {
610
+ var S = de(d);
611
+ switch (S) {
612
+ case "array":
613
+ case "object":
614
+ return "an " + S;
615
+ case "boolean":
616
+ case "date":
617
+ case "regexp":
618
+ return "a " + S;
619
+ default:
620
+ return S;
621
+ }
622
+ }
623
+ function qe(d) {
624
+ return !d.constructor || !d.constructor.name ? f : d.constructor.name;
625
+ }
626
+ return C.checkPropTypes = o, C.resetWarningCache = o.resetWarningCache, C.PropTypes = C, C;
627
+ }, Xe;
628
+ }
629
+ var Ze, Cr;
630
+ function et() {
631
+ if (Cr) return Ze;
632
+ Cr = 1;
633
+ var e = ir();
634
+ function r() {
635
+ }
636
+ function t() {
637
+ }
638
+ return t.resetWarningCache = r, Ze = function() {
639
+ function n(s, c, l, p, y, g) {
640
+ if (g !== e) {
641
+ var f = new Error(
642
+ "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"
643
+ );
644
+ throw f.name = "Invariant Violation", f;
645
+ }
646
+ }
647
+ n.isRequired = n;
648
+ function o() {
649
+ return n;
650
+ }
651
+ var a = {
652
+ array: n,
653
+ bigint: n,
654
+ bool: n,
655
+ func: n,
656
+ number: n,
657
+ object: n,
658
+ string: n,
659
+ symbol: n,
660
+ any: n,
661
+ arrayOf: o,
662
+ element: n,
663
+ elementType: n,
664
+ instanceOf: o,
665
+ node: n,
666
+ objectOf: o,
667
+ oneOf: o,
668
+ oneOfType: o,
669
+ shape: o,
670
+ exact: o,
671
+ checkPropTypes: t,
672
+ resetWarningCache: r
673
+ };
674
+ return a.PropTypes = a, a;
675
+ }, Ze;
676
+ }
677
+ if (process.env.NODE_ENV !== "production") {
678
+ var rt = Br(), tt = !0;
679
+ nr.exports = Zr()(rt.isElement, tt);
680
+ } else
681
+ nr.exports = et()();
682
+ var nt = nr.exports;
683
+ const Se = /* @__PURE__ */ Kr(nt);
684
+ function ue(e) {
685
+ if (typeof e != "object" || e === null)
686
+ return !1;
687
+ const r = Object.getPrototypeOf(e);
688
+ return (r === null || r === Object.prototype || Object.getPrototypeOf(r) === null) && !(Symbol.toStringTag in e) && !(Symbol.iterator in e);
689
+ }
690
+ function Mr(e) {
691
+ if (!ue(e))
692
+ return e;
693
+ const r = {};
694
+ return Object.keys(e).forEach((t) => {
695
+ r[t] = Mr(e[t]);
696
+ }), r;
697
+ }
698
+ function Q(e, r, t = {
699
+ clone: !0
700
+ }) {
701
+ const n = t.clone ? {
702
+ ...e
703
+ } : e;
704
+ return ue(e) && ue(r) && Object.keys(r).forEach((o) => {
705
+ ue(r[o]) && // Avoid prototype pollution
706
+ Object.prototype.hasOwnProperty.call(e, o) && ue(e[o]) ? n[o] = Q(e[o], r[o], t) : t.clone ? n[o] = ue(r[o]) ? Mr(r[o]) : r[o] : n[o] = r[o];
707
+ }), n;
708
+ }
709
+ function le(e) {
710
+ let r = "https://mui.com/production-error/?code=" + e;
711
+ for (let t = 1; t < arguments.length; t += 1)
712
+ r += "&args[]=" + encodeURIComponent(arguments[t]);
713
+ return "Minified MUI error #" + e + "; visit " + r + " for the full message.";
714
+ }
715
+ function Dr(e) {
716
+ if (typeof e != "string")
717
+ throw new Error(process.env.NODE_ENV !== "production" ? "MUI: `capitalize(string)` expects a string argument." : le(7));
718
+ return e.charAt(0).toUpperCase() + e.slice(1);
719
+ }
720
+ const Tr = (e) => e, ot = () => {
721
+ let e = Tr;
722
+ return {
723
+ configure(r) {
724
+ e = r;
725
+ },
726
+ generate(r) {
727
+ return e(r);
728
+ },
729
+ reset() {
730
+ e = Tr;
731
+ }
732
+ };
733
+ }, it = ot(), at = {
734
+ active: "active",
735
+ checked: "checked",
736
+ completed: "completed",
737
+ disabled: "disabled",
738
+ error: "error",
739
+ expanded: "expanded",
740
+ focused: "focused",
741
+ focusVisible: "focusVisible",
742
+ open: "open",
743
+ readOnly: "readOnly",
744
+ required: "required",
745
+ selected: "selected"
746
+ };
747
+ function Nr(e, r, t = "Mui") {
748
+ const n = at[r];
749
+ return n ? `${t}-${n}` : `${it.generate(e)}-${r}`;
750
+ }
751
+ function ao(e, r, t = "Mui") {
752
+ const n = {};
753
+ return r.forEach((o) => {
754
+ n[o] = Nr(e, o, t);
755
+ }), n;
756
+ }
757
+ function st(e, r = Number.MIN_SAFE_INTEGER, t = Number.MAX_SAFE_INTEGER) {
758
+ return Math.max(r, Math.min(e, t));
759
+ }
760
+ function Wr(e) {
761
+ var r, t, n = "";
762
+ if (typeof e == "string" || typeof e == "number") n += e;
763
+ else if (typeof e == "object") if (Array.isArray(e)) {
764
+ var o = e.length;
765
+ for (r = 0; r < o; r++) e[r] && (t = Wr(e[r])) && (n && (n += " "), n += t);
766
+ } else for (t in e) e[t] && (n && (n += " "), n += t);
767
+ return n;
768
+ }
769
+ function so() {
770
+ for (var e, r, t = 0, n = "", o = arguments.length; t < o; t++) (e = arguments[t]) && (r = Wr(e)) && (n && (n += " "), n += r);
771
+ return n;
772
+ }
773
+ function we(e, r) {
774
+ return r ? Q(e, r, {
775
+ clone: !1
776
+ // No need to clone deep, it's way faster.
777
+ }) : e;
778
+ }
779
+ const fe = process.env.NODE_ENV !== "production" ? Se.oneOfType([Se.number, Se.string, Se.object, Se.array]) : {};
780
+ function ct(e, r) {
781
+ if (!e.containerQueries)
782
+ return r;
783
+ const t = Object.keys(r).filter((n) => n.startsWith("@container")).sort((n, o) => {
784
+ var s, c;
785
+ const a = /min-width:\s*([0-9.]+)/;
786
+ return +(((s = n.match(a)) == null ? void 0 : s[1]) || 0) - +(((c = o.match(a)) == null ? void 0 : c[1]) || 0);
787
+ });
788
+ return t.length ? t.reduce((n, o) => {
789
+ const a = r[o];
790
+ return delete n[o], n[o] = a, n;
791
+ }, {
792
+ ...r
793
+ }) : r;
794
+ }
795
+ function ut(e, r) {
796
+ return r === "@" || r.startsWith("@") && (e.some((t) => r.startsWith(`@${t}`)) || !!r.match(/^@\d/));
797
+ }
798
+ function lt(e, r) {
799
+ const t = r.match(/^@([^/]+)?\/?(.+)?$/);
800
+ if (!t) {
801
+ if (process.env.NODE_ENV !== "production")
802
+ throw new Error(process.env.NODE_ENV !== "production" ? `MUI: The provided shorthand ${`(${r})`} is invalid. The format should be \`@<breakpoint | number>\` or \`@<breakpoint | number>/<container>\`.
803
+ For example, \`@sm\` or \`@600\` or \`@40rem/sidebar\`.` : le(18, `(${r})`));
804
+ return null;
805
+ }
806
+ const [, n, o] = t, a = Number.isNaN(+n) ? n || 0 : +n;
807
+ return e.containerQueries(o).up(a);
808
+ }
809
+ function ft(e) {
810
+ const r = (a, s) => a.replace("@media", s ? `@container ${s}` : "@container");
811
+ function t(a, s) {
812
+ a.up = (...c) => r(e.breakpoints.up(...c), s), a.down = (...c) => r(e.breakpoints.down(...c), s), a.between = (...c) => r(e.breakpoints.between(...c), s), a.only = (...c) => r(e.breakpoints.only(...c), s), a.not = (...c) => {
813
+ const l = r(e.breakpoints.not(...c), s);
814
+ return l.includes("not all and") ? l.replace("not all and ", "").replace("min-width:", "width<").replace("max-width:", "width>").replace("and", "or") : l;
815
+ };
816
+ }
817
+ const n = {}, o = (a) => (t(n, a), n);
818
+ return t(o), {
819
+ ...e,
820
+ containerQueries: o
821
+ };
822
+ }
823
+ const je = {
824
+ xs: 0,
825
+ // phone
826
+ sm: 600,
827
+ // tablet
828
+ md: 900,
829
+ // small laptop
830
+ lg: 1200,
831
+ // desktop
832
+ xl: 1536
833
+ // large screen
834
+ }, Er = {
835
+ // Sorted ASC by size. That's important.
836
+ // It can't be configured as it's used statically for propTypes.
837
+ keys: ["xs", "sm", "md", "lg", "xl"],
838
+ up: (e) => `@media (min-width:${je[e]}px)`
839
+ }, dt = {
840
+ containerQueries: (e) => ({
841
+ up: (r) => {
842
+ let t = typeof r == "number" ? r : je[r] || r;
843
+ return typeof t == "number" && (t = `${t}px`), e ? `@container ${e} (min-width:${t})` : `@container (min-width:${t})`;
844
+ }
845
+ })
846
+ };
847
+ function ae(e, r, t) {
848
+ const n = e.theme || {};
849
+ if (Array.isArray(r)) {
850
+ const a = n.breakpoints || Er;
851
+ return r.reduce((s, c, l) => (s[a.up(a.keys[l])] = t(r[l]), s), {});
852
+ }
853
+ if (typeof r == "object") {
854
+ const a = n.breakpoints || Er;
855
+ return Object.keys(r).reduce((s, c) => {
856
+ if (ut(a.keys, c)) {
857
+ const l = lt(n.containerQueries ? n : dt, c);
858
+ l && (s[l] = t(r[c], c));
859
+ } else if (Object.keys(a.values || je).includes(c)) {
860
+ const l = a.up(c);
861
+ s[l] = t(r[c], c);
862
+ } else {
863
+ const l = c;
864
+ s[l] = r[l];
865
+ }
866
+ return s;
867
+ }, {});
868
+ }
869
+ return t(r);
870
+ }
871
+ function Ur(e = {}) {
872
+ var t;
873
+ return ((t = e.keys) == null ? void 0 : t.reduce((n, o) => {
874
+ const a = e.up(o);
875
+ return n[a] = {}, n;
876
+ }, {})) || {};
877
+ }
878
+ function Fr(e, r) {
879
+ return e.reduce((t, n) => {
880
+ const o = t[n];
881
+ return (!o || Object.keys(o).length === 0) && delete t[n], t;
882
+ }, r);
883
+ }
884
+ function co(e, ...r) {
885
+ const t = Ur(e), n = [t, ...r].reduce((o, a) => Q(o, a), {});
886
+ return Fr(Object.keys(t), n);
887
+ }
888
+ function pt(e, r) {
889
+ if (typeof e != "object")
890
+ return {};
891
+ const t = {}, n = Object.keys(r);
892
+ return Array.isArray(e) ? n.forEach((o, a) => {
893
+ a < e.length && (t[o] = !0);
894
+ }) : n.forEach((o) => {
895
+ e[o] != null && (t[o] = !0);
896
+ }), t;
897
+ }
898
+ function uo({
899
+ values: e,
900
+ breakpoints: r,
901
+ base: t
902
+ }) {
903
+ const n = t || pt(e, r), o = Object.keys(n);
904
+ if (o.length === 0)
905
+ return e;
906
+ let a;
907
+ return o.reduce((s, c, l) => (Array.isArray(e) ? (s[c] = e[l] != null ? e[l] : e[a], a = l) : typeof e == "object" ? (s[c] = e[c] != null ? e[c] : e[a], a = c) : s[c] = e, s), {});
908
+ }
909
+ function Me(e, r, t = !0) {
910
+ if (!r || typeof r != "string")
911
+ return null;
912
+ if (e && e.vars && t) {
913
+ const n = `vars.${r}`.split(".").reduce((o, a) => o && o[a] ? o[a] : null, e);
914
+ if (n != null)
915
+ return n;
916
+ }
917
+ return r.split(".").reduce((n, o) => n && n[o] != null ? n[o] : null, e);
918
+ }
919
+ function Ie(e, r, t, n = t) {
920
+ let o;
921
+ return typeof e == "function" ? o = e(t) : Array.isArray(e) ? o = e[t] || n : o = Me(e, t) || n, r && (o = r(o, n, e)), o;
922
+ }
923
+ function G(e) {
924
+ const {
925
+ prop: r,
926
+ cssProperty: t = e.prop,
927
+ themeKey: n,
928
+ transform: o
929
+ } = e, a = (s) => {
930
+ if (s[r] == null)
931
+ return null;
932
+ const c = s[r], l = s.theme, p = Me(l, n) || {};
933
+ return ae(s, c, (g) => {
934
+ let f = Ie(p, o, g);
935
+ return g === f && typeof g == "string" && (f = Ie(p, o, `${r}${g === "default" ? "" : Dr(g)}`, g)), t === !1 ? f : {
936
+ [t]: f
937
+ };
938
+ });
939
+ };
940
+ return a.propTypes = process.env.NODE_ENV !== "production" ? {
941
+ [r]: fe
942
+ } : {}, a.filterProps = [r], a;
943
+ }
944
+ function gt(e) {
945
+ const r = {};
946
+ return (t) => (r[t] === void 0 && (r[t] = e(t)), r[t]);
947
+ }
948
+ const mt = {
949
+ m: "margin",
950
+ p: "padding"
951
+ }, yt = {
952
+ t: "Top",
953
+ r: "Right",
954
+ b: "Bottom",
955
+ l: "Left",
956
+ x: ["Left", "Right"],
957
+ y: ["Top", "Bottom"]
958
+ }, wr = {
959
+ marginX: "mx",
960
+ marginY: "my",
961
+ paddingX: "px",
962
+ paddingY: "py"
963
+ }, ht = gt((e) => {
964
+ if (e.length > 2)
965
+ if (wr[e])
966
+ e = wr[e];
967
+ else
968
+ return [e];
969
+ const [r, t] = e.split(""), n = mt[r], o = yt[t] || "";
970
+ return Array.isArray(o) ? o.map((a) => n + a) : [n + o];
971
+ }), De = ["m", "mt", "mr", "mb", "ml", "mx", "my", "margin", "marginTop", "marginRight", "marginBottom", "marginLeft", "marginX", "marginY", "marginInline", "marginInlineStart", "marginInlineEnd", "marginBlock", "marginBlockStart", "marginBlockEnd"], Ne = ["p", "pt", "pr", "pb", "pl", "px", "py", "padding", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "paddingX", "paddingY", "paddingInline", "paddingInlineStart", "paddingInlineEnd", "paddingBlock", "paddingBlockStart", "paddingBlockEnd"], bt = [...De, ...Ne];
972
+ function Oe(e, r, t, n) {
973
+ const o = Me(e, r, !0) ?? t;
974
+ return typeof o == "number" || typeof o == "string" ? (a) => typeof a == "string" ? a : (process.env.NODE_ENV !== "production" && typeof a != "number" && console.error(`MUI: Expected ${n} argument to be a number or a string, got ${a}.`), typeof o == "string" ? `calc(${a} * ${o})` : o * a) : Array.isArray(o) ? (a) => {
975
+ if (typeof a == "string")
976
+ return a;
977
+ const s = Math.abs(a);
978
+ 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(`
979
+ `)) : console.error([`MUI: The \`theme.${r}\` 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.${r}\` as a number.`].join(`
980
+ `)));
981
+ const c = o[s];
982
+ return a >= 0 ? c : typeof c == "number" ? -c : `-${c}`;
983
+ } : typeof o == "function" ? o : (process.env.NODE_ENV !== "production" && console.error([`MUI: The \`theme.${r}\` value (${o}) is invalid.`, "It should be a number, an array or a function."].join(`
984
+ `)), () => {
985
+ });
986
+ }
987
+ function ar(e) {
988
+ return Oe(e, "spacing", 8, "spacing");
989
+ }
990
+ function Ae(e, r) {
991
+ return typeof r == "string" || r == null ? r : e(r);
992
+ }
993
+ function vt(e, r) {
994
+ return (t) => e.reduce((n, o) => (n[o] = Ae(r, t), n), {});
995
+ }
996
+ function St(e, r, t, n) {
997
+ if (!r.includes(t))
998
+ return null;
999
+ const o = ht(t), a = vt(o, n), s = e[t];
1000
+ return ae(e, s, a);
1001
+ }
1002
+ function Vr(e, r) {
1003
+ const t = ar(e.theme);
1004
+ return Object.keys(e).map((n) => St(e, r, n, t)).reduce(we, {});
1005
+ }
1006
+ function L(e) {
1007
+ return Vr(e, De);
1008
+ }
1009
+ L.propTypes = process.env.NODE_ENV !== "production" ? De.reduce((e, r) => (e[r] = fe, e), {}) : {};
1010
+ L.filterProps = De;
1011
+ function z(e) {
1012
+ return Vr(e, Ne);
1013
+ }
1014
+ z.propTypes = process.env.NODE_ENV !== "production" ? Ne.reduce((e, r) => (e[r] = fe, e), {}) : {};
1015
+ z.filterProps = Ne;
1016
+ process.env.NODE_ENV !== "production" && bt.reduce((e, r) => (e[r] = fe, e), {});
1017
+ function We(...e) {
1018
+ const r = e.reduce((n, o) => (o.filterProps.forEach((a) => {
1019
+ n[a] = o;
1020
+ }), n), {}), t = (n) => Object.keys(n).reduce((o, a) => r[a] ? we(o, r[a](n)) : o, {});
1021
+ return t.propTypes = process.env.NODE_ENV !== "production" ? e.reduce((n, o) => Object.assign(n, o.propTypes), {}) : {}, t.filterProps = e.reduce((n, o) => n.concat(o.filterProps), []), t;
1022
+ }
1023
+ function Z(e) {
1024
+ return typeof e != "number" ? e : `${e}px solid`;
1025
+ }
1026
+ function ee(e, r) {
1027
+ return G({
1028
+ prop: e,
1029
+ themeKey: "borders",
1030
+ transform: r
1031
+ });
1032
+ }
1033
+ const Ct = ee("border", Z), Tt = ee("borderTop", Z), Et = ee("borderRight", Z), wt = ee("borderBottom", Z), $t = ee("borderLeft", Z), Ot = ee("borderColor"), At = ee("borderTopColor"), xt = ee("borderRightColor"), kt = ee("borderBottomColor"), _t = ee("borderLeftColor"), Pt = ee("outline", Z), Rt = ee("outlineColor"), Ue = (e) => {
1034
+ if (e.borderRadius !== void 0 && e.borderRadius !== null) {
1035
+ const r = Oe(e.theme, "shape.borderRadius", 4, "borderRadius"), t = (n) => ({
1036
+ borderRadius: Ae(r, n)
1037
+ });
1038
+ return ae(e, e.borderRadius, t);
1039
+ }
1040
+ return null;
1041
+ };
1042
+ Ue.propTypes = process.env.NODE_ENV !== "production" ? {
1043
+ borderRadius: fe
1044
+ } : {};
1045
+ Ue.filterProps = ["borderRadius"];
1046
+ We(Ct, Tt, Et, wt, $t, Ot, At, xt, kt, _t, Ue, Pt, Rt);
1047
+ const Fe = (e) => {
1048
+ if (e.gap !== void 0 && e.gap !== null) {
1049
+ const r = Oe(e.theme, "spacing", 8, "gap"), t = (n) => ({
1050
+ gap: Ae(r, n)
1051
+ });
1052
+ return ae(e, e.gap, t);
1053
+ }
1054
+ return null;
1055
+ };
1056
+ Fe.propTypes = process.env.NODE_ENV !== "production" ? {
1057
+ gap: fe
1058
+ } : {};
1059
+ Fe.filterProps = ["gap"];
1060
+ const Ve = (e) => {
1061
+ if (e.columnGap !== void 0 && e.columnGap !== null) {
1062
+ const r = Oe(e.theme, "spacing", 8, "columnGap"), t = (n) => ({
1063
+ columnGap: Ae(r, n)
1064
+ });
1065
+ return ae(e, e.columnGap, t);
1066
+ }
1067
+ return null;
1068
+ };
1069
+ Ve.propTypes = process.env.NODE_ENV !== "production" ? {
1070
+ columnGap: fe
1071
+ } : {};
1072
+ Ve.filterProps = ["columnGap"];
1073
+ const Le = (e) => {
1074
+ if (e.rowGap !== void 0 && e.rowGap !== null) {
1075
+ const r = Oe(e.theme, "spacing", 8, "rowGap"), t = (n) => ({
1076
+ rowGap: Ae(r, n)
1077
+ });
1078
+ return ae(e, e.rowGap, t);
1079
+ }
1080
+ return null;
1081
+ };
1082
+ Le.propTypes = process.env.NODE_ENV !== "production" ? {
1083
+ rowGap: fe
1084
+ } : {};
1085
+ Le.filterProps = ["rowGap"];
1086
+ const It = G({
1087
+ prop: "gridColumn"
1088
+ }), Bt = G({
1089
+ prop: "gridRow"
1090
+ }), jt = G({
1091
+ prop: "gridAutoFlow"
1092
+ }), Mt = G({
1093
+ prop: "gridAutoColumns"
1094
+ }), Dt = G({
1095
+ prop: "gridAutoRows"
1096
+ }), Nt = G({
1097
+ prop: "gridTemplateColumns"
1098
+ }), Wt = G({
1099
+ prop: "gridTemplateRows"
1100
+ }), Ut = G({
1101
+ prop: "gridTemplateAreas"
1102
+ }), Ft = G({
1103
+ prop: "gridArea"
1104
+ });
1105
+ We(Fe, Ve, Le, It, Bt, jt, Mt, Dt, Nt, Wt, Ut, Ft);
1106
+ function ve(e, r) {
1107
+ return r === "grey" ? r : e;
1108
+ }
1109
+ const Vt = G({
1110
+ prop: "color",
1111
+ themeKey: "palette",
1112
+ transform: ve
1113
+ }), Lt = G({
1114
+ prop: "bgcolor",
1115
+ cssProperty: "backgroundColor",
1116
+ themeKey: "palette",
1117
+ transform: ve
1118
+ }), zt = G({
1119
+ prop: "backgroundColor",
1120
+ themeKey: "palette",
1121
+ transform: ve
1122
+ });
1123
+ We(Vt, Lt, zt);
1124
+ function J(e) {
1125
+ return e <= 1 && e !== 0 ? `${e * 100}%` : e;
1126
+ }
1127
+ const Gt = G({
1128
+ prop: "width",
1129
+ transform: J
1130
+ }), sr = (e) => {
1131
+ if (e.maxWidth !== void 0 && e.maxWidth !== null) {
1132
+ const r = (t) => {
1133
+ var o, a, s, c, l;
1134
+ const n = ((s = (a = (o = e.theme) == null ? void 0 : o.breakpoints) == null ? void 0 : a.values) == null ? void 0 : s[t]) || je[t];
1135
+ return n ? ((l = (c = e.theme) == null ? void 0 : c.breakpoints) == null ? void 0 : l.unit) !== "px" ? {
1136
+ maxWidth: `${n}${e.theme.breakpoints.unit}`
1137
+ } : {
1138
+ maxWidth: n
1139
+ } : {
1140
+ maxWidth: J(t)
1141
+ };
1142
+ };
1143
+ return ae(e, e.maxWidth, r);
1144
+ }
1145
+ return null;
1146
+ };
1147
+ sr.filterProps = ["maxWidth"];
1148
+ const Yt = G({
1149
+ prop: "minWidth",
1150
+ transform: J
1151
+ }), qt = G({
1152
+ prop: "height",
1153
+ transform: J
1154
+ }), Kt = G({
1155
+ prop: "maxHeight",
1156
+ transform: J
1157
+ }), Ht = G({
1158
+ prop: "minHeight",
1159
+ transform: J
1160
+ });
1161
+ G({
1162
+ prop: "size",
1163
+ cssProperty: "width",
1164
+ transform: J
1165
+ });
1166
+ G({
1167
+ prop: "size",
1168
+ cssProperty: "height",
1169
+ transform: J
1170
+ });
1171
+ const Qt = G({
1172
+ prop: "boxSizing"
1173
+ });
1174
+ We(Gt, sr, Yt, qt, Kt, Ht, Qt);
1175
+ const ze = {
1176
+ // borders
1177
+ border: {
1178
+ themeKey: "borders",
1179
+ transform: Z
1180
+ },
1181
+ borderTop: {
1182
+ themeKey: "borders",
1183
+ transform: Z
1184
+ },
1185
+ borderRight: {
1186
+ themeKey: "borders",
1187
+ transform: Z
1188
+ },
1189
+ borderBottom: {
1190
+ themeKey: "borders",
1191
+ transform: Z
1192
+ },
1193
+ borderLeft: {
1194
+ themeKey: "borders",
1195
+ transform: Z
1196
+ },
1197
+ borderColor: {
1198
+ themeKey: "palette"
1199
+ },
1200
+ borderTopColor: {
1201
+ themeKey: "palette"
1202
+ },
1203
+ borderRightColor: {
1204
+ themeKey: "palette"
1205
+ },
1206
+ borderBottomColor: {
1207
+ themeKey: "palette"
1208
+ },
1209
+ borderLeftColor: {
1210
+ themeKey: "palette"
1211
+ },
1212
+ outline: {
1213
+ themeKey: "borders",
1214
+ transform: Z
1215
+ },
1216
+ outlineColor: {
1217
+ themeKey: "palette"
1218
+ },
1219
+ borderRadius: {
1220
+ themeKey: "shape.borderRadius",
1221
+ style: Ue
1222
+ },
1223
+ // palette
1224
+ color: {
1225
+ themeKey: "palette",
1226
+ transform: ve
1227
+ },
1228
+ bgcolor: {
1229
+ themeKey: "palette",
1230
+ cssProperty: "backgroundColor",
1231
+ transform: ve
1232
+ },
1233
+ backgroundColor: {
1234
+ themeKey: "palette",
1235
+ transform: ve
1236
+ },
1237
+ // spacing
1238
+ p: {
1239
+ style: z
1240
+ },
1241
+ pt: {
1242
+ style: z
1243
+ },
1244
+ pr: {
1245
+ style: z
1246
+ },
1247
+ pb: {
1248
+ style: z
1249
+ },
1250
+ pl: {
1251
+ style: z
1252
+ },
1253
+ px: {
1254
+ style: z
1255
+ },
1256
+ py: {
1257
+ style: z
1258
+ },
1259
+ padding: {
1260
+ style: z
1261
+ },
1262
+ paddingTop: {
1263
+ style: z
1264
+ },
1265
+ paddingRight: {
1266
+ style: z
1267
+ },
1268
+ paddingBottom: {
1269
+ style: z
1270
+ },
1271
+ paddingLeft: {
1272
+ style: z
1273
+ },
1274
+ paddingX: {
1275
+ style: z
1276
+ },
1277
+ paddingY: {
1278
+ style: z
1279
+ },
1280
+ paddingInline: {
1281
+ style: z
1282
+ },
1283
+ paddingInlineStart: {
1284
+ style: z
1285
+ },
1286
+ paddingInlineEnd: {
1287
+ style: z
1288
+ },
1289
+ paddingBlock: {
1290
+ style: z
1291
+ },
1292
+ paddingBlockStart: {
1293
+ style: z
1294
+ },
1295
+ paddingBlockEnd: {
1296
+ style: z
1297
+ },
1298
+ m: {
1299
+ style: L
1300
+ },
1301
+ mt: {
1302
+ style: L
1303
+ },
1304
+ mr: {
1305
+ style: L
1306
+ },
1307
+ mb: {
1308
+ style: L
1309
+ },
1310
+ ml: {
1311
+ style: L
1312
+ },
1313
+ mx: {
1314
+ style: L
1315
+ },
1316
+ my: {
1317
+ style: L
1318
+ },
1319
+ margin: {
1320
+ style: L
1321
+ },
1322
+ marginTop: {
1323
+ style: L
1324
+ },
1325
+ marginRight: {
1326
+ style: L
1327
+ },
1328
+ marginBottom: {
1329
+ style: L
1330
+ },
1331
+ marginLeft: {
1332
+ style: L
1333
+ },
1334
+ marginX: {
1335
+ style: L
1336
+ },
1337
+ marginY: {
1338
+ style: L
1339
+ },
1340
+ marginInline: {
1341
+ style: L
1342
+ },
1343
+ marginInlineStart: {
1344
+ style: L
1345
+ },
1346
+ marginInlineEnd: {
1347
+ style: L
1348
+ },
1349
+ marginBlock: {
1350
+ style: L
1351
+ },
1352
+ marginBlockStart: {
1353
+ style: L
1354
+ },
1355
+ marginBlockEnd: {
1356
+ style: L
1357
+ },
1358
+ // display
1359
+ displayPrint: {
1360
+ cssProperty: !1,
1361
+ transform: (e) => ({
1362
+ "@media print": {
1363
+ display: e
1364
+ }
1365
+ })
1366
+ },
1367
+ display: {},
1368
+ overflow: {},
1369
+ textOverflow: {},
1370
+ visibility: {},
1371
+ whiteSpace: {},
1372
+ // flexbox
1373
+ flexBasis: {},
1374
+ flexDirection: {},
1375
+ flexWrap: {},
1376
+ justifyContent: {},
1377
+ alignItems: {},
1378
+ alignContent: {},
1379
+ order: {},
1380
+ flex: {},
1381
+ flexGrow: {},
1382
+ flexShrink: {},
1383
+ alignSelf: {},
1384
+ justifyItems: {},
1385
+ justifySelf: {},
1386
+ // grid
1387
+ gap: {
1388
+ style: Fe
1389
+ },
1390
+ rowGap: {
1391
+ style: Le
1392
+ },
1393
+ columnGap: {
1394
+ style: Ve
1395
+ },
1396
+ gridColumn: {},
1397
+ gridRow: {},
1398
+ gridAutoFlow: {},
1399
+ gridAutoColumns: {},
1400
+ gridAutoRows: {},
1401
+ gridTemplateColumns: {},
1402
+ gridTemplateRows: {},
1403
+ gridTemplateAreas: {},
1404
+ gridArea: {},
1405
+ // positions
1406
+ position: {},
1407
+ zIndex: {
1408
+ themeKey: "zIndex"
1409
+ },
1410
+ top: {},
1411
+ right: {},
1412
+ bottom: {},
1413
+ left: {},
1414
+ // shadows
1415
+ boxShadow: {
1416
+ themeKey: "shadows"
1417
+ },
1418
+ // sizing
1419
+ width: {
1420
+ transform: J
1421
+ },
1422
+ maxWidth: {
1423
+ style: sr
1424
+ },
1425
+ minWidth: {
1426
+ transform: J
1427
+ },
1428
+ height: {
1429
+ transform: J
1430
+ },
1431
+ maxHeight: {
1432
+ transform: J
1433
+ },
1434
+ minHeight: {
1435
+ transform: J
1436
+ },
1437
+ boxSizing: {},
1438
+ // typography
1439
+ font: {
1440
+ themeKey: "font"
1441
+ },
1442
+ fontFamily: {
1443
+ themeKey: "typography"
1444
+ },
1445
+ fontSize: {
1446
+ themeKey: "typography"
1447
+ },
1448
+ fontStyle: {
1449
+ themeKey: "typography"
1450
+ },
1451
+ fontWeight: {
1452
+ themeKey: "typography"
1453
+ },
1454
+ letterSpacing: {},
1455
+ textTransform: {},
1456
+ lineHeight: {},
1457
+ textAlign: {},
1458
+ typography: {
1459
+ cssProperty: !1,
1460
+ themeKey: "typography"
1461
+ }
1462
+ };
1463
+ function Jt(...e) {
1464
+ const r = e.reduce((n, o) => n.concat(Object.keys(o)), []), t = new Set(r);
1465
+ return e.every((n) => t.size === Object.keys(n).length);
1466
+ }
1467
+ function Xt(e, r) {
1468
+ return typeof e == "function" ? e(r) : e;
1469
+ }
1470
+ function Zt() {
1471
+ function e(t, n, o, a) {
1472
+ const s = {
1473
+ [t]: n,
1474
+ theme: o
1475
+ }, c = a[t];
1476
+ if (!c)
1477
+ return {
1478
+ [t]: n
1479
+ };
1480
+ const {
1481
+ cssProperty: l = t,
1482
+ themeKey: p,
1483
+ transform: y,
1484
+ style: g
1485
+ } = c;
1486
+ if (n == null)
1487
+ return null;
1488
+ if (p === "typography" && n === "inherit")
1489
+ return {
1490
+ [t]: n
1491
+ };
1492
+ const f = Me(o, p) || {};
1493
+ return g ? g(s) : ae(s, n, (E) => {
1494
+ let b = Ie(f, y, E);
1495
+ return E === b && typeof E == "string" && (b = Ie(f, y, `${t}${E === "default" ? "" : Dr(E)}`, E)), l === !1 ? b : {
1496
+ [l]: b
1497
+ };
1498
+ });
1499
+ }
1500
+ function r(t) {
1501
+ const {
1502
+ sx: n,
1503
+ theme: o = {}
1504
+ } = t || {};
1505
+ if (!n)
1506
+ return null;
1507
+ const a = o.unstable_sxConfig ?? ze;
1508
+ function s(c) {
1509
+ let l = c;
1510
+ if (typeof c == "function")
1511
+ l = c(o);
1512
+ else if (typeof c != "object")
1513
+ return c;
1514
+ if (!l)
1515
+ return null;
1516
+ const p = Ur(o.breakpoints), y = Object.keys(p);
1517
+ let g = p;
1518
+ return Object.keys(l).forEach((f) => {
1519
+ const C = Xt(l[f], o);
1520
+ if (C != null)
1521
+ if (typeof C == "object")
1522
+ if (a[f])
1523
+ g = we(g, e(f, C, o, a));
1524
+ else {
1525
+ const E = ae({
1526
+ theme: o
1527
+ }, C, (b) => ({
1528
+ [f]: b
1529
+ }));
1530
+ Jt(E, C) ? g[f] = r({
1531
+ sx: C,
1532
+ theme: o
1533
+ }) : g = we(g, E);
1534
+ }
1535
+ else
1536
+ g = we(g, e(f, C, o, a));
1537
+ }), ct(o, Fr(y, g));
1538
+ }
1539
+ return Array.isArray(n) ? n.map(s) : s(n);
1540
+ }
1541
+ return r;
1542
+ }
1543
+ const Ge = Zt();
1544
+ Ge.filterProps = ["sx"];
1545
+ /**
1546
+ * @mui/styled-engine v6.0.2
1547
+ *
1548
+ * @license MIT
1549
+ * This source code is licensed under the MIT license found in the
1550
+ * LICENSE file in the root directory of this source tree.
1551
+ */
1552
+ function lo(e, r) {
1553
+ const t = qr(e, r);
1554
+ return process.env.NODE_ENV !== "production" ? (...n) => {
1555
+ const o = typeof e == "string" ? `"${e}"` : "component";
1556
+ 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(`
1557
+ `)) : n.some((a) => a === void 0) && console.error(`MUI: the styled(${o})(...args) API requires all its args to be defined.`), t(...n);
1558
+ } : t;
1559
+ }
1560
+ const fo = (e, r) => {
1561
+ Array.isArray(e.__emotion_styles) && (e.__emotion_styles = r(e.__emotion_styles));
1562
+ }, en = (e) => {
1563
+ const r = Object.keys(e).map((t) => ({
1564
+ key: t,
1565
+ val: e[t]
1566
+ })) || [];
1567
+ return r.sort((t, n) => t.val - n.val), r.reduce((t, n) => ({
1568
+ ...t,
1569
+ [n.key]: n.val
1570
+ }), {});
1571
+ };
1572
+ function rn(e) {
1573
+ const {
1574
+ // The breakpoint **start** at this value.
1575
+ // For instance with the first breakpoint xs: [xs, sm).
1576
+ values: r = {
1577
+ xs: 0,
1578
+ // phone
1579
+ sm: 600,
1580
+ // tablet
1581
+ md: 900,
1582
+ // small laptop
1583
+ lg: 1200,
1584
+ // desktop
1585
+ xl: 1536
1586
+ // large screen
1587
+ },
1588
+ unit: t = "px",
1589
+ step: n = 5,
1590
+ ...o
1591
+ } = e, a = en(r), s = Object.keys(a);
1592
+ function c(f) {
1593
+ return `@media (min-width:${typeof r[f] == "number" ? r[f] : f}${t})`;
1594
+ }
1595
+ function l(f) {
1596
+ return `@media (max-width:${(typeof r[f] == "number" ? r[f] : f) - n / 100}${t})`;
1597
+ }
1598
+ function p(f, C) {
1599
+ const E = s.indexOf(C);
1600
+ return `@media (min-width:${typeof r[f] == "number" ? r[f] : f}${t}) and (max-width:${(E !== -1 && typeof r[s[E]] == "number" ? r[s[E]] : C) - n / 100}${t})`;
1601
+ }
1602
+ function y(f) {
1603
+ return s.indexOf(f) + 1 < s.length ? p(f, s[s.indexOf(f) + 1]) : c(f);
1604
+ }
1605
+ function g(f) {
1606
+ const C = s.indexOf(f);
1607
+ return C === 0 ? c(s[1]) : C === s.length - 1 ? l(s[C]) : p(f, s[s.indexOf(f) + 1]).replace("@media", "@media not all and");
1608
+ }
1609
+ return {
1610
+ keys: s,
1611
+ values: a,
1612
+ up: c,
1613
+ down: l,
1614
+ between: p,
1615
+ only: y,
1616
+ not: g,
1617
+ unit: t,
1618
+ ...o
1619
+ };
1620
+ }
1621
+ const tn = {
1622
+ borderRadius: 4
1623
+ };
1624
+ function Lr(e = 8, r = ar({
1625
+ spacing: e
1626
+ })) {
1627
+ if (e.mui)
1628
+ return e;
1629
+ const t = (...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((a) => {
1630
+ const s = r(a);
1631
+ return typeof s == "number" ? `${s}px` : s;
1632
+ }).join(" "));
1633
+ return t.mui = !0, t;
1634
+ }
1635
+ function nn(e, r) {
1636
+ var n;
1637
+ const t = this;
1638
+ if (t.vars) {
1639
+ if (!((n = t.colorSchemes) != null && n[e]) || typeof t.getColorSchemeSelector != "function")
1640
+ return {};
1641
+ let o = t.getColorSchemeSelector(e);
1642
+ return (o.includes("data-") || o.includes(".")) && (o = `*:where(${o.replace(/\s*&$/, "")}) &`), {
1643
+ [o]: r
1644
+ };
1645
+ }
1646
+ return t.palette.mode === e ? r : {};
1647
+ }
1648
+ function on(e = {}, ...r) {
1649
+ const {
1650
+ breakpoints: t = {},
1651
+ palette: n = {},
1652
+ spacing: o,
1653
+ shape: a = {},
1654
+ ...s
1655
+ } = e, c = rn(t), l = Lr(o);
1656
+ let p = Q({
1657
+ breakpoints: c,
1658
+ direction: "ltr",
1659
+ components: {},
1660
+ // Inject component definitions.
1661
+ palette: {
1662
+ mode: "light",
1663
+ ...n
1664
+ },
1665
+ spacing: l,
1666
+ shape: {
1667
+ ...tn,
1668
+ ...a
1669
+ }
1670
+ }, s);
1671
+ return p = ft(p), p.applyStyles = nn, p = r.reduce((y, g) => Q(y, g), p), p.unstable_sxConfig = {
1672
+ ...ze,
1673
+ ...s == null ? void 0 : s.unstable_sxConfig
1674
+ }, p.unstable_sx = function(g) {
1675
+ return Ge({
1676
+ sx: g,
1677
+ theme: this
1678
+ });
1679
+ }, p;
1680
+ }
1681
+ function cr(e, r = 0, t = 1) {
1682
+ return process.env.NODE_ENV !== "production" && (e < r || e > t) && console.error(`MUI: The value provided ${e} is out of range [${r}, ${t}].`), st(e, r, t);
1683
+ }
1684
+ function an(e) {
1685
+ e = e.slice(1);
1686
+ const r = new RegExp(`.{1,${e.length >= 6 ? 2 : 1}}`, "g");
1687
+ let t = e.match(r);
1688
+ return t && t[0].length === 1 && (t = t.map((n) => n + n)), t ? `rgb${t.length === 4 ? "a" : ""}(${t.map((n, o) => o < 3 ? parseInt(n, 16) : Math.round(parseInt(n, 16) / 255 * 1e3) / 1e3).join(", ")})` : "";
1689
+ }
1690
+ function sn(e) {
1691
+ const r = e.toString(16);
1692
+ return r.length === 1 ? `0${r}` : r;
1693
+ }
1694
+ function se(e) {
1695
+ if (e.type)
1696
+ return e;
1697
+ if (e.charAt(0) === "#")
1698
+ return se(an(e));
1699
+ const r = e.indexOf("("), t = e.substring(0, r);
1700
+ if (!["rgb", "rgba", "hsl", "hsla", "color"].includes(t))
1701
+ throw new Error(process.env.NODE_ENV !== "production" ? `MUI: Unsupported \`${e}\` color.
1702
+ The following formats are supported: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color().` : le(9, e));
1703
+ let n = e.substring(r + 1, e.length - 1), o;
1704
+ if (t === "color") {
1705
+ 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))
1706
+ throw new Error(process.env.NODE_ENV !== "production" ? `MUI: unsupported \`${o}\` color space.
1707
+ The following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rgb, rec-2020.` : le(10, o));
1708
+ } else
1709
+ n = n.split(",");
1710
+ return n = n.map((a) => parseFloat(a)), {
1711
+ type: t,
1712
+ values: n,
1713
+ colorSpace: o
1714
+ };
1715
+ }
1716
+ const cn = (e) => {
1717
+ const r = se(e);
1718
+ return r.values.slice(0, 3).map((t, n) => r.type.includes("hsl") && n !== 0 ? `${t}%` : t).join(" ");
1719
+ }, Te = (e, r) => {
1720
+ try {
1721
+ return cn(e);
1722
+ } catch {
1723
+ return r && process.env.NODE_ENV !== "production" && console.warn(r), e;
1724
+ }
1725
+ };
1726
+ function Ye(e) {
1727
+ const {
1728
+ type: r,
1729
+ colorSpace: t
1730
+ } = e;
1731
+ let {
1732
+ values: n
1733
+ } = e;
1734
+ return r.includes("rgb") ? n = n.map((o, a) => a < 3 ? parseInt(o, 10) : o) : r.includes("hsl") && (n[1] = `${n[1]}%`, n[2] = `${n[2]}%`), r.includes("color") ? n = `${t} ${n.join(" ")}` : n = `${n.join(", ")}`, `${r}(${n})`;
1735
+ }
1736
+ function po(e) {
1737
+ if (e.startsWith("#"))
1738
+ return e;
1739
+ const {
1740
+ values: r
1741
+ } = se(e);
1742
+ return `#${r.map((t, n) => sn(n === 3 ? Math.round(255 * t) : t)).join("")}`;
1743
+ }
1744
+ function zr(e) {
1745
+ e = se(e);
1746
+ const {
1747
+ values: r
1748
+ } = e, t = r[0], n = r[1] / 100, o = r[2] / 100, a = n * Math.min(o, 1 - o), s = (p, y = (p + t / 30) % 12) => o - a * Math.max(Math.min(y - 3, 9 - y, 1), -1);
1749
+ let c = "rgb";
1750
+ const l = [Math.round(s(0) * 255), Math.round(s(8) * 255), Math.round(s(4) * 255)];
1751
+ return e.type === "hsla" && (c += "a", l.push(r[3])), Ye({
1752
+ type: c,
1753
+ values: l
1754
+ });
1755
+ }
1756
+ function or(e) {
1757
+ e = se(e);
1758
+ let r = e.type === "hsl" || e.type === "hsla" ? se(zr(e)).values : e.values;
1759
+ return r = r.map((t) => (e.type !== "color" && (t /= 255), t <= 0.03928 ? t / 12.92 : ((t + 0.055) / 1.055) ** 2.4)), Number((0.2126 * r[0] + 0.7152 * r[1] + 0.0722 * r[2]).toFixed(3));
1760
+ }
1761
+ function $r(e, r) {
1762
+ const t = or(e), n = or(r);
1763
+ return (Math.max(t, n) + 0.05) / (Math.min(t, n) + 0.05);
1764
+ }
1765
+ function un(e, r) {
1766
+ return e = se(e), r = cr(r), (e.type === "rgb" || e.type === "hsl") && (e.type += "a"), e.type === "color" ? e.values[3] = `/${r}` : e.values[3] = r, Ye(e);
1767
+ }
1768
+ function Pe(e, r, t) {
1769
+ try {
1770
+ return un(e, r);
1771
+ } catch {
1772
+ return e;
1773
+ }
1774
+ }
1775
+ function ur(e, r) {
1776
+ if (e = se(e), r = cr(r), e.type.includes("hsl"))
1777
+ e.values[2] *= 1 - r;
1778
+ else if (e.type.includes("rgb") || e.type.includes("color"))
1779
+ for (let t = 0; t < 3; t += 1)
1780
+ e.values[t] *= 1 - r;
1781
+ return Ye(e);
1782
+ }
1783
+ function W(e, r, t) {
1784
+ try {
1785
+ return ur(e, r);
1786
+ } catch {
1787
+ return e;
1788
+ }
1789
+ }
1790
+ function lr(e, r) {
1791
+ if (e = se(e), r = cr(r), e.type.includes("hsl"))
1792
+ e.values[2] += (100 - e.values[2]) * r;
1793
+ else if (e.type.includes("rgb"))
1794
+ for (let t = 0; t < 3; t += 1)
1795
+ e.values[t] += (255 - e.values[t]) * r;
1796
+ else if (e.type.includes("color"))
1797
+ for (let t = 0; t < 3; t += 1)
1798
+ e.values[t] += (1 - e.values[t]) * r;
1799
+ return Ye(e);
1800
+ }
1801
+ function U(e, r, t) {
1802
+ try {
1803
+ return lr(e, r);
1804
+ } catch {
1805
+ return e;
1806
+ }
1807
+ }
1808
+ function ln(e, r = 0.15) {
1809
+ return or(e) > 0.5 ? ur(e, r) : lr(e, r);
1810
+ }
1811
+ function Re(e, r, t) {
1812
+ try {
1813
+ return ln(e, r);
1814
+ } catch {
1815
+ return e;
1816
+ }
1817
+ }
1818
+ function fn(e = "") {
1819
+ function r(...n) {
1820
+ if (!n.length)
1821
+ return "";
1822
+ const o = n[0];
1823
+ return typeof o == "string" && !o.match(/(#|\(|\)|(-?(\d*\.)?\d+)(px|em|%|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc))|^(-?(\d*\.)?\d+)$|(\d+ \d+ \d+)/) ? `, var(--${e ? `${e}-` : ""}${o}${r(...n.slice(1))})` : `, ${o}`;
1824
+ }
1825
+ return (n, ...o) => `var(--${e ? `${e}-` : ""}${n}${r(...o)})`;
1826
+ }
1827
+ const Or = (e, r, t, n = []) => {
1828
+ let o = e;
1829
+ r.forEach((a, s) => {
1830
+ s === r.length - 1 ? Array.isArray(o) ? o[Number(a)] = t : o && typeof o == "object" && (o[a] = t) : o && typeof o == "object" && (o[a] || (o[a] = n.includes(a) ? [] : {}), o = o[a]);
1831
+ });
1832
+ }, dn = (e, r, t) => {
1833
+ function n(o, a = [], s = []) {
1834
+ Object.entries(o).forEach(([c, l]) => {
1835
+ (!t || t && !t([...a, c])) && l != null && (typeof l == "object" && Object.keys(l).length > 0 ? n(l, [...a, c], Array.isArray(l) ? [...s, c] : s) : r([...a, c], l, s));
1836
+ });
1837
+ }
1838
+ n(e);
1839
+ }, pn = (e, r) => typeof r == "number" ? ["lineHeight", "fontWeight", "opacity", "zIndex"].some((n) => e.includes(n)) || e[e.length - 1].toLowerCase().indexOf("opacity") >= 0 ? r : `${r}px` : r;
1840
+ function er(e, r) {
1841
+ const {
1842
+ prefix: t,
1843
+ shouldSkipGeneratingVar: n
1844
+ } = r || {}, o = {}, a = {}, s = {};
1845
+ return dn(
1846
+ e,
1847
+ (c, l, p) => {
1848
+ if ((typeof l == "string" || typeof l == "number") && (!n || !n(c, l))) {
1849
+ const y = `--${t ? `${t}-` : ""}${c.join("-")}`, g = pn(c, l);
1850
+ Object.assign(o, {
1851
+ [y]: g
1852
+ }), Or(a, c, `var(${y})`, p), Or(s, c, `var(${y}, ${g})`, p);
1853
+ }
1854
+ },
1855
+ (c) => c[0] === "vars"
1856
+ // skip 'vars/*' paths
1857
+ ), {
1858
+ css: o,
1859
+ vars: a,
1860
+ varsWithDefaults: s
1861
+ };
1862
+ }
1863
+ function gn(e, r = {}) {
1864
+ const {
1865
+ getSelector: t = w,
1866
+ disableCssColorScheme: n,
1867
+ colorSchemeSelector: o
1868
+ } = r, {
1869
+ colorSchemes: a = {},
1870
+ components: s,
1871
+ defaultColorScheme: c = "light",
1872
+ ...l
1873
+ } = e, {
1874
+ vars: p,
1875
+ css: y,
1876
+ varsWithDefaults: g
1877
+ } = er(l, r);
1878
+ let f = g;
1879
+ const C = {}, {
1880
+ [c]: E,
1881
+ ...b
1882
+ } = a;
1883
+ if (Object.entries(b || {}).forEach(([v, P]) => {
1884
+ const {
1885
+ vars: m,
1886
+ css: q,
1887
+ varsWithDefaults: X
1888
+ } = er(P, r);
1889
+ f = Q(f, X), C[v] = {
1890
+ css: q,
1891
+ vars: m
1892
+ };
1893
+ }), E) {
1894
+ const {
1895
+ css: v,
1896
+ vars: P,
1897
+ varsWithDefaults: m
1898
+ } = er(E, r);
1899
+ f = Q(f, m), C[c] = {
1900
+ css: v,
1901
+ vars: P
1902
+ };
1903
+ }
1904
+ function w(v, P) {
1905
+ var q, X;
1906
+ let m = o;
1907
+ if (o === "class" && (m = ".%s"), o === "data" && (m = "[data-%s]"), o != null && o.startsWith("data-") && !o.includes("%s") && (m = `[${o}="%s"]`), v) {
1908
+ if (m === "media")
1909
+ return e.defaultColorScheme === v ? ":root" : {
1910
+ [`@media (prefers-color-scheme: ${((X = (q = a[v]) == null ? void 0 : q.palette) == null ? void 0 : X.mode) || v})`]: {
1911
+ ":root": P
1912
+ }
1913
+ };
1914
+ if (m)
1915
+ return e.defaultColorScheme === v ? `:root, ${m.replace("%s", String(v))}` : m.replace("%s", String(v));
1916
+ }
1917
+ return ":root";
1918
+ }
1919
+ return {
1920
+ vars: f,
1921
+ generateThemeVars: () => {
1922
+ let v = {
1923
+ ...p
1924
+ };
1925
+ return Object.entries(C).forEach(([, {
1926
+ vars: P
1927
+ }]) => {
1928
+ v = Q(v, P);
1929
+ }), v;
1930
+ },
1931
+ generateStyleSheets: () => {
1932
+ var K, i;
1933
+ const v = [], P = e.defaultColorScheme || "light";
1934
+ function m(T, R) {
1935
+ Object.keys(R).length && v.push(typeof T == "string" ? {
1936
+ [T]: {
1937
+ ...R
1938
+ }
1939
+ } : T);
1940
+ }
1941
+ m(t(void 0, {
1942
+ ...y
1943
+ }), y);
1944
+ const {
1945
+ [P]: q,
1946
+ ...X
1947
+ } = C;
1948
+ if (q) {
1949
+ const {
1950
+ css: T
1951
+ } = q, R = (i = (K = a[P]) == null ? void 0 : K.palette) == null ? void 0 : i.mode, F = !n && R ? {
1952
+ colorScheme: R,
1953
+ ...T
1954
+ } : {
1955
+ ...T
1956
+ };
1957
+ m(t(P, {
1958
+ ...F
1959
+ }), F);
1960
+ }
1961
+ return Object.entries(X).forEach(([T, {
1962
+ css: R
1963
+ }]) => {
1964
+ var re, pe;
1965
+ const F = (pe = (re = a[T]) == null ? void 0 : re.palette) == null ? void 0 : pe.mode, ce = !n && F ? {
1966
+ colorScheme: F,
1967
+ ...R
1968
+ } : {
1969
+ ...R
1970
+ };
1971
+ m(t(T, {
1972
+ ...ce
1973
+ }), ce);
1974
+ }), v;
1975
+ }
1976
+ };
1977
+ }
1978
+ function mn(e) {
1979
+ return function(t) {
1980
+ return e === "media" ? (process.env.NODE_ENV !== "production" && t !== "light" && t !== "dark" && console.error(`MUI: @media (prefers-color-scheme) supports only 'light' or 'dark', but receive '${t}'.`), `@media (prefers-color-scheme: ${t})`) : e ? e.startsWith("data-") && !e.includes("%s") ? `[${e}="${t}"] &` : e === "class" ? `.${t} &` : e === "data" ? `[data-${t}] &` : `${e.replace("%s", t)} &` : "&";
1981
+ };
1982
+ }
1983
+ const yn = {
1984
+ black: "#000",
1985
+ white: "#fff"
1986
+ }, $e = yn, hn = {
1987
+ 50: "#fafafa",
1988
+ 100: "#f5f5f5",
1989
+ 200: "#eeeeee",
1990
+ 300: "#e0e0e0",
1991
+ 400: "#bdbdbd",
1992
+ 500: "#9e9e9e",
1993
+ 600: "#757575",
1994
+ 700: "#616161",
1995
+ 800: "#424242",
1996
+ 900: "#212121",
1997
+ A100: "#f5f5f5",
1998
+ A200: "#eeeeee",
1999
+ A400: "#bdbdbd",
2000
+ A700: "#616161"
2001
+ }, bn = hn, vn = {
2002
+ 50: "#f3e5f5",
2003
+ 100: "#e1bee7",
2004
+ 200: "#ce93d8",
2005
+ 300: "#ba68c8",
2006
+ 400: "#ab47bc",
2007
+ 500: "#9c27b0",
2008
+ 600: "#8e24aa",
2009
+ 700: "#7b1fa2",
2010
+ 800: "#6a1b9a",
2011
+ 900: "#4a148c",
2012
+ A100: "#ea80fc",
2013
+ A200: "#e040fb",
2014
+ A400: "#d500f9",
2015
+ A700: "#aa00ff"
2016
+ }, ge = vn, me = {
2017
+ 50: "#ffebee",
2018
+ 100: "#ffcdd2",
2019
+ 200: "#ef9a9a",
2020
+ 300: "#e57373",
2021
+ 400: "#ef5350",
2022
+ 500: "#f44336",
2023
+ 600: "#e53935",
2024
+ 700: "#d32f2f",
2025
+ 800: "#c62828",
2026
+ 900: "#b71c1c",
2027
+ A100: "#ff8a80",
2028
+ A200: "#ff5252",
2029
+ A400: "#ff1744",
2030
+ A700: "#d50000"
2031
+ }, Sn = {
2032
+ 50: "#fff3e0",
2033
+ 100: "#ffe0b2",
2034
+ 200: "#ffcc80",
2035
+ 300: "#ffb74d",
2036
+ 400: "#ffa726",
2037
+ 500: "#ff9800",
2038
+ 600: "#fb8c00",
2039
+ 700: "#f57c00",
2040
+ 800: "#ef6c00",
2041
+ 900: "#e65100",
2042
+ A100: "#ffd180",
2043
+ A200: "#ffab40",
2044
+ A400: "#ff9100",
2045
+ A700: "#ff6d00"
2046
+ }, Ce = Sn, Cn = {
2047
+ 50: "#e3f2fd",
2048
+ 100: "#bbdefb",
2049
+ 200: "#90caf9",
2050
+ 300: "#64b5f6",
2051
+ 400: "#42a5f5",
2052
+ 500: "#2196f3",
2053
+ 600: "#1e88e5",
2054
+ 700: "#1976d2",
2055
+ 800: "#1565c0",
2056
+ 900: "#0d47a1",
2057
+ A100: "#82b1ff",
2058
+ A200: "#448aff",
2059
+ A400: "#2979ff",
2060
+ A700: "#2962ff"
2061
+ }, ye = Cn, Tn = {
2062
+ 50: "#e1f5fe",
2063
+ 100: "#b3e5fc",
2064
+ 200: "#81d4fa",
2065
+ 300: "#4fc3f7",
2066
+ 400: "#29b6f6",
2067
+ 500: "#03a9f4",
2068
+ 600: "#039be5",
2069
+ 700: "#0288d1",
2070
+ 800: "#0277bd",
2071
+ 900: "#01579b",
2072
+ A100: "#80d8ff",
2073
+ A200: "#40c4ff",
2074
+ A400: "#00b0ff",
2075
+ A700: "#0091ea"
2076
+ }, he = Tn, En = {
2077
+ 50: "#e8f5e9",
2078
+ 100: "#c8e6c9",
2079
+ 200: "#a5d6a7",
2080
+ 300: "#81c784",
2081
+ 400: "#66bb6a",
2082
+ 500: "#4caf50",
2083
+ 600: "#43a047",
2084
+ 700: "#388e3c",
2085
+ 800: "#2e7d32",
2086
+ 900: "#1b5e20",
2087
+ A100: "#b9f6ca",
2088
+ A200: "#69f0ae",
2089
+ A400: "#00e676",
2090
+ A700: "#00c853"
2091
+ }, be = En, Ar = {
2092
+ // The colors used to style the text.
2093
+ text: {
2094
+ // The most important text.
2095
+ primary: "rgba(0, 0, 0, 0.87)",
2096
+ // Secondary text.
2097
+ secondary: "rgba(0, 0, 0, 0.6)",
2098
+ // Disabled text have even lower visual prominence.
2099
+ disabled: "rgba(0, 0, 0, 0.38)"
2100
+ },
2101
+ // The color used to divide different elements.
2102
+ divider: "rgba(0, 0, 0, 0.12)",
2103
+ // The background colors used to style the surfaces.
2104
+ // Consistency between these values is important.
2105
+ background: {
2106
+ paper: $e.white,
2107
+ default: $e.white
2108
+ },
2109
+ // The colors used to style the action elements.
2110
+ action: {
2111
+ // The color of an active action like an icon button.
2112
+ active: "rgba(0, 0, 0, 0.54)",
2113
+ // The color of an hovered action.
2114
+ hover: "rgba(0, 0, 0, 0.04)",
2115
+ hoverOpacity: 0.04,
2116
+ // The color of a selected action.
2117
+ selected: "rgba(0, 0, 0, 0.08)",
2118
+ selectedOpacity: 0.08,
2119
+ // The color of a disabled action.
2120
+ disabled: "rgba(0, 0, 0, 0.26)",
2121
+ // The background color of a disabled action.
2122
+ disabledBackground: "rgba(0, 0, 0, 0.12)",
2123
+ disabledOpacity: 0.38,
2124
+ focus: "rgba(0, 0, 0, 0.12)",
2125
+ focusOpacity: 0.12,
2126
+ activatedOpacity: 0.12
2127
+ }
2128
+ }, rr = {
2129
+ text: {
2130
+ primary: $e.white,
2131
+ secondary: "rgba(255, 255, 255, 0.7)",
2132
+ disabled: "rgba(255, 255, 255, 0.5)",
2133
+ icon: "rgba(255, 255, 255, 0.5)"
2134
+ },
2135
+ divider: "rgba(255, 255, 255, 0.12)",
2136
+ background: {
2137
+ paper: "#121212",
2138
+ default: "#121212"
2139
+ },
2140
+ action: {
2141
+ active: $e.white,
2142
+ hover: "rgba(255, 255, 255, 0.08)",
2143
+ hoverOpacity: 0.08,
2144
+ selected: "rgba(255, 255, 255, 0.16)",
2145
+ selectedOpacity: 0.16,
2146
+ disabled: "rgba(255, 255, 255, 0.3)",
2147
+ disabledBackground: "rgba(255, 255, 255, 0.12)",
2148
+ disabledOpacity: 0.38,
2149
+ focus: "rgba(255, 255, 255, 0.12)",
2150
+ focusOpacity: 0.12,
2151
+ activatedOpacity: 0.24
2152
+ }
2153
+ };
2154
+ function xr(e, r, t, n) {
2155
+ const o = n.light || n, a = n.dark || n * 1.5;
2156
+ e[r] || (e.hasOwnProperty(t) ? e[r] = e[t] : r === "light" ? e.light = lr(e.main, o) : r === "dark" && (e.dark = ur(e.main, a)));
2157
+ }
2158
+ function wn(e = "light") {
2159
+ return e === "dark" ? {
2160
+ main: ye[200],
2161
+ light: ye[50],
2162
+ dark: ye[400]
2163
+ } : {
2164
+ main: ye[700],
2165
+ light: ye[400],
2166
+ dark: ye[800]
2167
+ };
2168
+ }
2169
+ function $n(e = "light") {
2170
+ return e === "dark" ? {
2171
+ main: ge[200],
2172
+ light: ge[50],
2173
+ dark: ge[400]
2174
+ } : {
2175
+ main: ge[500],
2176
+ light: ge[300],
2177
+ dark: ge[700]
2178
+ };
2179
+ }
2180
+ function On(e = "light") {
2181
+ return e === "dark" ? {
2182
+ main: me[500],
2183
+ light: me[300],
2184
+ dark: me[700]
2185
+ } : {
2186
+ main: me[700],
2187
+ light: me[400],
2188
+ dark: me[800]
2189
+ };
2190
+ }
2191
+ function An(e = "light") {
2192
+ return e === "dark" ? {
2193
+ main: he[400],
2194
+ light: he[300],
2195
+ dark: he[700]
2196
+ } : {
2197
+ main: he[700],
2198
+ light: he[500],
2199
+ dark: he[900]
2200
+ };
2201
+ }
2202
+ function xn(e = "light") {
2203
+ return e === "dark" ? {
2204
+ main: be[400],
2205
+ light: be[300],
2206
+ dark: be[700]
2207
+ } : {
2208
+ main: be[800],
2209
+ light: be[500],
2210
+ dark: be[900]
2211
+ };
2212
+ }
2213
+ function kn(e = "light") {
2214
+ return e === "dark" ? {
2215
+ main: Ce[400],
2216
+ light: Ce[300],
2217
+ dark: Ce[700]
2218
+ } : {
2219
+ main: "#ed6c02",
2220
+ // closest to orange[800] that pass 3:1.
2221
+ light: Ce[500],
2222
+ dark: Ce[900]
2223
+ };
2224
+ }
2225
+ function fr(e) {
2226
+ const {
2227
+ mode: r = "light",
2228
+ contrastThreshold: t = 3,
2229
+ tonalOffset: n = 0.2,
2230
+ ...o
2231
+ } = e, a = e.primary || wn(r), s = e.secondary || $n(r), c = e.error || On(r), l = e.info || An(r), p = e.success || xn(r), y = e.warning || kn(r);
2232
+ function g(b) {
2233
+ const w = $r(b, rr.text.primary) >= t ? rr.text.primary : Ar.text.primary;
2234
+ if (process.env.NODE_ENV !== "production") {
2235
+ const k = $r(b, w);
2236
+ k < 3 && console.error([`MUI: The contrast ratio of ${k}:1 for ${w} on ${b}`, "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(`
2237
+ `));
2238
+ }
2239
+ return w;
2240
+ }
2241
+ const f = ({
2242
+ color: b,
2243
+ name: w,
2244
+ mainShade: k = 500,
2245
+ lightShade: Y = 300,
2246
+ darkShade: v = 700
2247
+ }) => {
2248
+ if (b = {
2249
+ ...b
2250
+ }, !b.main && b[k] && (b.main = b[k]), !b.hasOwnProperty("main"))
2251
+ throw new Error(process.env.NODE_ENV !== "production" ? `MUI: The color${w ? ` (${w})` : ""} provided to augmentColor(color) is invalid.
2252
+ The color object needs to have a \`main\` property or a \`${k}\` property.` : le(11, w ? ` (${w})` : "", k));
2253
+ if (typeof b.main != "string")
2254
+ throw new Error(process.env.NODE_ENV !== "production" ? `MUI: The color${w ? ` (${w})` : ""} provided to augmentColor(color) is invalid.
2255
+ \`color.main\` should be a string, but \`${JSON.stringify(b.main)}\` was provided instead.
2256
+
2257
+ Did you intend to use one of the following approaches?
2258
+
2259
+ import { green } from "@mui/material/colors";
2260
+
2261
+ const theme1 = createTheme({ palette: {
2262
+ primary: green,
2263
+ } });
2264
+
2265
+ const theme2 = createTheme({ palette: {
2266
+ primary: { main: green[500] },
2267
+ } });` : le(12, w ? ` (${w})` : "", JSON.stringify(b.main)));
2268
+ return xr(b, "light", Y, n), xr(b, "dark", v, n), b.contrastText || (b.contrastText = g(b.main)), b;
2269
+ }, C = {
2270
+ dark: rr,
2271
+ light: Ar
2272
+ };
2273
+ return process.env.NODE_ENV !== "production" && (C[r] || console.error(`MUI: The palette mode \`${r}\` is not supported.`)), Q({
2274
+ // A collection of common colors.
2275
+ common: {
2276
+ ...$e
2277
+ },
2278
+ // prevent mutable object.
2279
+ // The palette mode, can be light or dark.
2280
+ mode: r,
2281
+ // The colors used to represent primary interface elements for a user.
2282
+ primary: f({
2283
+ color: a,
2284
+ name: "primary"
2285
+ }),
2286
+ // The colors used to represent secondary interface elements for a user.
2287
+ secondary: f({
2288
+ color: s,
2289
+ name: "secondary",
2290
+ mainShade: "A400",
2291
+ lightShade: "A200",
2292
+ darkShade: "A700"
2293
+ }),
2294
+ // The colors used to represent interface elements that the user should be made aware of.
2295
+ error: f({
2296
+ color: c,
2297
+ name: "error"
2298
+ }),
2299
+ // The colors used to represent potentially dangerous actions or important messages.
2300
+ warning: f({
2301
+ color: y,
2302
+ name: "warning"
2303
+ }),
2304
+ // The colors used to present information to the user that is neutral and not necessarily important.
2305
+ info: f({
2306
+ color: l,
2307
+ name: "info"
2308
+ }),
2309
+ // The colors used to indicate the successful completion of an action that user triggered.
2310
+ success: f({
2311
+ color: p,
2312
+ name: "success"
2313
+ }),
2314
+ // The grey colors.
2315
+ grey: bn,
2316
+ // Used by `getContrastText()` to maximize the contrast between
2317
+ // the background and the text.
2318
+ contrastThreshold: t,
2319
+ // Takes a background color and returns the text color that maximizes the contrast.
2320
+ getContrastText: g,
2321
+ // Generate a rich color object.
2322
+ augmentColor: f,
2323
+ // Used by the functions below to shift a color's luminance by approximately
2324
+ // two indexes within its tonal palette.
2325
+ // E.g., shift from Red 500 to Red 300 or Red 700.
2326
+ tonalOffset: n,
2327
+ // The light and dark mode object.
2328
+ ...C[r]
2329
+ }, o);
2330
+ }
2331
+ function _n(e) {
2332
+ const r = {};
2333
+ return Object.entries(e).forEach((n) => {
2334
+ const [o, a] = n;
2335
+ typeof a == "object" && (r[o] = `${a.fontStyle ? `${a.fontStyle} ` : ""}${a.fontVariant ? `${a.fontVariant} ` : ""}${a.fontWeight ? `${a.fontWeight} ` : ""}${a.fontStretch ? `${a.fontStretch} ` : ""}${a.fontSize || ""}${a.lineHeight ? `/${a.lineHeight} ` : ""}${a.fontFamily || ""}`);
2336
+ }), r;
2337
+ }
2338
+ function Pn(e, r) {
2339
+ return {
2340
+ toolbar: {
2341
+ minHeight: 56,
2342
+ [e.up("xs")]: {
2343
+ "@media (orientation: landscape)": {
2344
+ minHeight: 48
2345
+ }
2346
+ },
2347
+ [e.up("sm")]: {
2348
+ minHeight: 64
2349
+ }
2350
+ },
2351
+ ...r
2352
+ };
2353
+ }
2354
+ function Rn(e) {
2355
+ return Math.round(e * 1e5) / 1e5;
2356
+ }
2357
+ const kr = {
2358
+ textTransform: "uppercase"
2359
+ }, _r = '"Roboto", "Helvetica", "Arial", sans-serif';
2360
+ function In(e, r) {
2361
+ const {
2362
+ fontFamily: t = _r,
2363
+ // The default font size of the Material Specification.
2364
+ fontSize: n = 14,
2365
+ // px
2366
+ fontWeightLight: o = 300,
2367
+ fontWeightRegular: a = 400,
2368
+ fontWeightMedium: s = 500,
2369
+ fontWeightBold: c = 700,
2370
+ // Tell MUI what's the font-size on the html element.
2371
+ // 16px is the default font-size used by browsers.
2372
+ htmlFontSize: l = 16,
2373
+ // Apply the CSS properties to all the variants.
2374
+ allVariants: p,
2375
+ pxToRem: y,
2376
+ ...g
2377
+ } = typeof r == "function" ? r(e) : r;
2378
+ process.env.NODE_ENV !== "production" && (typeof n != "number" && console.error("MUI: `fontSize` is required to be a number."), typeof l != "number" && console.error("MUI: `htmlFontSize` is required to be a number."));
2379
+ const f = n / 14, C = y || ((w) => `${w / l * f}rem`), E = (w, k, Y, v, P) => ({
2380
+ fontFamily: t,
2381
+ fontWeight: w,
2382
+ fontSize: C(k),
2383
+ // Unitless following https://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/
2384
+ lineHeight: Y,
2385
+ // The letter spacing was designed for the Roboto font-family. Using the same letter-spacing
2386
+ // across font-families can cause issues with the kerning.
2387
+ ...t === _r ? {
2388
+ letterSpacing: `${Rn(v / k)}em`
2389
+ } : {},
2390
+ ...P,
2391
+ ...p
2392
+ }), b = {
2393
+ h1: E(o, 96, 1.167, -1.5),
2394
+ h2: E(o, 60, 1.2, -0.5),
2395
+ h3: E(a, 48, 1.167, 0),
2396
+ h4: E(a, 34, 1.235, 0.25),
2397
+ h5: E(a, 24, 1.334, 0),
2398
+ h6: E(s, 20, 1.6, 0.15),
2399
+ subtitle1: E(a, 16, 1.75, 0.15),
2400
+ subtitle2: E(s, 14, 1.57, 0.1),
2401
+ body1: E(a, 16, 1.5, 0.15),
2402
+ body2: E(a, 14, 1.43, 0.15),
2403
+ button: E(s, 14, 1.75, 0.4, kr),
2404
+ caption: E(a, 12, 1.66, 0.4),
2405
+ overline: E(a, 12, 2.66, 1, kr),
2406
+ // 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.
2407
+ inherit: {
2408
+ fontFamily: "inherit",
2409
+ fontWeight: "inherit",
2410
+ fontSize: "inherit",
2411
+ lineHeight: "inherit",
2412
+ letterSpacing: "inherit"
2413
+ }
2414
+ };
2415
+ return Q({
2416
+ htmlFontSize: l,
2417
+ pxToRem: C,
2418
+ fontFamily: t,
2419
+ fontSize: n,
2420
+ fontWeightLight: o,
2421
+ fontWeightRegular: a,
2422
+ fontWeightMedium: s,
2423
+ fontWeightBold: c,
2424
+ ...b
2425
+ }, g, {
2426
+ clone: !1
2427
+ // No need to clone deep
2428
+ });
2429
+ }
2430
+ const Bn = 0.2, jn = 0.14, Mn = 0.12;
2431
+ function V(...e) {
2432
+ return [`${e[0]}px ${e[1]}px ${e[2]}px ${e[3]}px rgba(0,0,0,${Bn})`, `${e[4]}px ${e[5]}px ${e[6]}px ${e[7]}px rgba(0,0,0,${jn})`, `${e[8]}px ${e[9]}px ${e[10]}px ${e[11]}px rgba(0,0,0,${Mn})`].join(",");
2433
+ }
2434
+ const Dn = ["none", V(0, 2, 1, -1, 0, 1, 1, 0, 0, 1, 3, 0), V(0, 3, 1, -2, 0, 2, 2, 0, 0, 1, 5, 0), V(0, 3, 3, -2, 0, 3, 4, 0, 0, 1, 8, 0), V(0, 2, 4, -1, 0, 4, 5, 0, 0, 1, 10, 0), V(0, 3, 5, -1, 0, 5, 8, 0, 0, 1, 14, 0), V(0, 3, 5, -1, 0, 6, 10, 0, 0, 1, 18, 0), V(0, 4, 5, -2, 0, 7, 10, 1, 0, 2, 16, 1), V(0, 5, 5, -3, 0, 8, 10, 1, 0, 3, 14, 2), V(0, 5, 6, -3, 0, 9, 12, 1, 0, 3, 16, 2), V(0, 6, 6, -3, 0, 10, 14, 1, 0, 4, 18, 3), V(0, 6, 7, -4, 0, 11, 15, 1, 0, 4, 20, 3), V(0, 7, 8, -4, 0, 12, 17, 2, 0, 5, 22, 4), V(0, 7, 8, -4, 0, 13, 19, 2, 0, 5, 24, 4), V(0, 7, 9, -4, 0, 14, 21, 2, 0, 5, 26, 4), V(0, 8, 9, -5, 0, 15, 22, 2, 0, 6, 28, 5), V(0, 8, 10, -5, 0, 16, 24, 2, 0, 6, 30, 5), V(0, 8, 11, -5, 0, 17, 26, 2, 0, 6, 32, 5), V(0, 9, 11, -5, 0, 18, 28, 2, 0, 7, 34, 6), V(0, 9, 12, -6, 0, 19, 29, 2, 0, 7, 36, 6), V(0, 10, 13, -6, 0, 20, 31, 3, 0, 8, 38, 7), V(0, 10, 13, -6, 0, 21, 33, 3, 0, 8, 40, 7), V(0, 10, 14, -6, 0, 22, 35, 3, 0, 8, 42, 7), V(0, 11, 14, -7, 0, 23, 36, 3, 0, 9, 44, 8), V(0, 11, 15, -7, 0, 24, 38, 3, 0, 9, 46, 8)], Nn = {
2435
+ // This is the most common easing curve.
2436
+ easeInOut: "cubic-bezier(0.4, 0, 0.2, 1)",
2437
+ // Objects enter the screen at full velocity from off-screen and
2438
+ // slowly decelerate to a resting point.
2439
+ easeOut: "cubic-bezier(0.0, 0, 0.2, 1)",
2440
+ // Objects leave the screen at full velocity. They do not decelerate when off-screen.
2441
+ easeIn: "cubic-bezier(0.4, 0, 1, 1)",
2442
+ // The sharp curve is used by objects that may return to the screen at any time.
2443
+ sharp: "cubic-bezier(0.4, 0, 0.6, 1)"
2444
+ }, Wn = {
2445
+ shortest: 150,
2446
+ shorter: 200,
2447
+ short: 250,
2448
+ // most basic recommended timing
2449
+ standard: 300,
2450
+ // this is to be used in complex animations
2451
+ complex: 375,
2452
+ // recommended when something is entering screen
2453
+ enteringScreen: 225,
2454
+ // recommended when something is leaving screen
2455
+ leavingScreen: 195
2456
+ };
2457
+ function Pr(e) {
2458
+ return `${Math.round(e)}ms`;
2459
+ }
2460
+ function Un(e) {
2461
+ if (!e)
2462
+ return 0;
2463
+ const r = e / 36;
2464
+ return Math.min(Math.round((4 + 15 * r ** 0.25 + r / 5) * 10), 3e3);
2465
+ }
2466
+ function Fn(e) {
2467
+ const r = {
2468
+ ...Nn,
2469
+ ...e.easing
2470
+ }, t = {
2471
+ ...Wn,
2472
+ ...e.duration
2473
+ };
2474
+ return {
2475
+ getAutoHeightDuration: Un,
2476
+ create: (o = ["all"], a = {}) => {
2477
+ const {
2478
+ duration: s = t.standard,
2479
+ easing: c = r.easeInOut,
2480
+ delay: l = 0,
2481
+ ...p
2482
+ } = a;
2483
+ if (process.env.NODE_ENV !== "production") {
2484
+ const y = (f) => typeof f == "string", g = (f) => !Number.isNaN(parseFloat(f));
2485
+ !y(o) && !Array.isArray(o) && console.error('MUI: Argument "props" must be a string or Array.'), !g(s) && !y(s) && console.error(`MUI: Argument "duration" must be a number or a string but found ${s}.`), y(c) || console.error('MUI: Argument "easing" must be a string.'), !g(l) && !y(l) && console.error('MUI: Argument "delay" must be a number or a string.'), typeof a != "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(`
2486
+ `)), Object.keys(p).length !== 0 && console.error(`MUI: Unrecognized argument(s) [${Object.keys(p).join(",")}].`);
2487
+ }
2488
+ return (Array.isArray(o) ? o : [o]).map((y) => `${y} ${typeof s == "string" ? s : Pr(s)} ${c} ${typeof l == "string" ? l : Pr(l)}`).join(",");
2489
+ },
2490
+ ...e,
2491
+ easing: r,
2492
+ duration: t
2493
+ };
2494
+ }
2495
+ const Vn = {
2496
+ mobileStepper: 1e3,
2497
+ fab: 1050,
2498
+ speedDial: 1050,
2499
+ appBar: 1100,
2500
+ drawer: 1200,
2501
+ modal: 1300,
2502
+ snackbar: 1400,
2503
+ tooltip: 1500
2504
+ };
2505
+ function Be(e = {}, ...r) {
2506
+ const {
2507
+ breakpoints: t,
2508
+ mixins: n = {},
2509
+ spacing: o,
2510
+ palette: a = {},
2511
+ transitions: s = {},
2512
+ typography: c = {},
2513
+ shape: l,
2514
+ ...p
2515
+ } = e;
2516
+ if (e.vars)
2517
+ throw new Error(process.env.NODE_ENV !== "production" ? "MUI: `vars` is a private field used for CSS variables support.\nPlease use another name." : le(20));
2518
+ const y = fr(a), g = on(e);
2519
+ let f = Q(g, {
2520
+ mixins: Pn(g.breakpoints, n),
2521
+ palette: y,
2522
+ // Don't use [...shadows] until you've verified its transpiled code is not invoking the iterator protocol.
2523
+ shadows: Dn.slice(),
2524
+ typography: In(y, c),
2525
+ transitions: Fn(s),
2526
+ zIndex: {
2527
+ ...Vn
2528
+ }
2529
+ });
2530
+ if (f = Q(f, p), f = r.reduce((C, E) => Q(C, E), f), process.env.NODE_ENV !== "production") {
2531
+ const C = ["active", "checked", "completed", "disabled", "error", "expanded", "focused", "focusVisible", "required", "selected"], E = (b, w) => {
2532
+ let k;
2533
+ for (k in b) {
2534
+ const Y = b[k];
2535
+ if (C.includes(k) && Object.keys(Y).length > 0) {
2536
+ if (process.env.NODE_ENV !== "production") {
2537
+ const v = Nr("", k);
2538
+ console.error([`MUI: The \`${w}\` component increases the CSS specificity of the \`${k}\` internal state.`, "You can not override it like this: ", JSON.stringify(b, null, 2), "", `Instead, you need to use the '&.${v}' syntax:`, JSON.stringify({
2539
+ root: {
2540
+ [`&.${v}`]: Y
2541
+ }
2542
+ }, null, 2), "", "https://mui.com/r/state-classes-guide"].join(`
2543
+ `));
2544
+ }
2545
+ b[k] = {};
2546
+ }
2547
+ }
2548
+ };
2549
+ Object.keys(f.components).forEach((b) => {
2550
+ const w = f.components[b].styleOverrides;
2551
+ w && b.startsWith("Mui") && E(w, b);
2552
+ });
2553
+ }
2554
+ return f.unstable_sxConfig = {
2555
+ ...ze,
2556
+ ...p == null ? void 0 : p.unstable_sxConfig
2557
+ }, f.unstable_sx = function(E) {
2558
+ return Ge({
2559
+ sx: E,
2560
+ theme: this
2561
+ });
2562
+ }, f;
2563
+ }
2564
+ let Rr = !1;
2565
+ function go(...e) {
2566
+ return process.env.NODE_ENV !== "production" && (Rr || (Rr = !0, console.error(["MUI: the createMuiTheme function was renamed to createTheme.", "", "You should use `import { createTheme } from '@mui/material/styles'`"].join(`
2567
+ `)))), Be(...e);
2568
+ }
2569
+ function Ln(e) {
2570
+ let r;
2571
+ return e < 1 ? r = 5.11916 * e ** 2 : r = 4.5 * Math.log(e + 1) + 2, Math.round(r * 10) / 1e3;
2572
+ }
2573
+ const zn = [...Array(25)].map((e, r) => {
2574
+ if (r === 0)
2575
+ return;
2576
+ const t = Ln(r);
2577
+ return `linear-gradient(rgba(255 255 255 / ${t}), rgba(255 255 255 / ${t}))`;
2578
+ });
2579
+ function Gr(e) {
2580
+ return {
2581
+ inputPlaceholder: e === "dark" ? 0.5 : 0.42,
2582
+ inputUnderline: e === "dark" ? 0.7 : 0.42,
2583
+ switchTrackDisabled: e === "dark" ? 0.2 : 0.12,
2584
+ switchTrack: e === "dark" ? 0.3 : 0.38
2585
+ };
2586
+ }
2587
+ function Yr(e) {
2588
+ return e === "dark" ? zn : [];
2589
+ }
2590
+ function Gn(e) {
2591
+ const {
2592
+ palette: r = {
2593
+ mode: "light"
2594
+ },
2595
+ // need to cast to avoid module augmentation test
2596
+ opacity: t,
2597
+ overlays: n,
2598
+ ...o
2599
+ } = e, a = fr(r);
2600
+ return {
2601
+ palette: a,
2602
+ opacity: {
2603
+ ...Gr(a.mode),
2604
+ ...t
2605
+ },
2606
+ overlays: n || Yr(a.mode),
2607
+ ...o
2608
+ };
2609
+ }
2610
+ function Yn(e) {
2611
+ var r;
2612
+ return !!e[0].match(/(cssVarPrefix|colorSchemeSelector|typography|mixins|breakpoints|direction|transitions)/) || !!e[0].match(/sxConfig$/) || // ends with sxConfig
2613
+ e[0] === "palette" && !!((r = e[1]) != null && r.match(/(mode|contrastThreshold|tonalOffset)/));
2614
+ }
2615
+ const qn = (e) => [...[...Array(24)].map((r, t) => `--${e ? `${e}-` : ""}overlays-${t + 1}`), `--${e ? `${e}-` : ""}palette-AppBar-darkBg`, `--${e ? `${e}-` : ""}palette-AppBar-darkColor`], Kn = qn, Hn = (e) => (r, t) => {
2616
+ const n = e.colorSchemeSelector;
2617
+ let o = n;
2618
+ if (n === "class" && (o = ".%s"), n === "data" && (o = "[data-%s]"), n != null && n.startsWith("data-") && !n.includes("%s") && (o = `[${n}="%s"]`), e.defaultColorScheme === r) {
2619
+ if (r === "dark") {
2620
+ const a = {};
2621
+ return Kn(e.cssVarPrefix).forEach((s) => {
2622
+ a[s] = t[s], delete t[s];
2623
+ }), o === "media" ? {
2624
+ ":root": t,
2625
+ "@media (prefers-color-scheme: dark)": {
2626
+ ":root": a
2627
+ }
2628
+ } : o ? {
2629
+ [o.replace("%s", r)]: a,
2630
+ [`:root, ${o.replace("%s", r)}`]: t
2631
+ } : {
2632
+ ":root": {
2633
+ ...t,
2634
+ ...a
2635
+ }
2636
+ };
2637
+ }
2638
+ if (o && o !== "media")
2639
+ return `:root, ${o.replace("%s", String(r))}`;
2640
+ } else if (r) {
2641
+ if (o === "media")
2642
+ return {
2643
+ [`@media (prefers-color-scheme: ${String(r)})`]: {
2644
+ ":root": t
2645
+ }
2646
+ };
2647
+ if (o)
2648
+ return o.replace("%s", String(r));
2649
+ }
2650
+ return ":root";
2651
+ };
2652
+ function Qn(e) {
2653
+ return ue(e) || typeof e > "u" || typeof e == "string" || typeof e == "boolean" || typeof e == "number" || Array.isArray(e);
2654
+ }
2655
+ function Jn(e = {}) {
2656
+ const r = {
2657
+ ...e
2658
+ };
2659
+ function t(n) {
2660
+ const o = Object.entries(n);
2661
+ for (let a = 0; a < o.length; a++) {
2662
+ const [s, c] = o[a];
2663
+ !Qn(c) || s.startsWith("unstable_") ? delete n[s] : ue(c) && (n[s] = {
2664
+ ...c
2665
+ }, t(n[s]));
2666
+ }
2667
+ }
2668
+ return t(r), `import { unstable_createBreakpoints as createBreakpoints, createTransitions } from '@mui/material/styles';
2669
+
2670
+ const theme = ${JSON.stringify(r, null, 2)};
2671
+
2672
+ theme.breakpoints = createBreakpoints(theme.breakpoints || {});
2673
+ theme.transitions = createTransitions(theme.transitions || {});
2674
+
2675
+ export default theme;`;
2676
+ }
2677
+ function Xn(e, r) {
2678
+ r.forEach((t) => {
2679
+ e[t] || (e[t] = {});
2680
+ });
2681
+ }
2682
+ function u(e, r, t) {
2683
+ !e[r] && t && (e[r] = t);
2684
+ }
2685
+ function Ee(e) {
2686
+ return !e || !e.startsWith("hsl") ? e : zr(e);
2687
+ }
2688
+ function ie(e, r) {
2689
+ `${r}Channel` in e || (e[`${r}Channel`] = Te(Ee(e[r]), `MUI: Can't create \`palette.${r}Channel\` because \`palette.${r}\` is not one of these formats: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color().
2690
+ To suppress this warning, you need to explicitly provide the \`palette.${r}Channel\` as a string (in rgb format, for example "12 12 12") or undefined if you want to remove the channel token.`));
2691
+ }
2692
+ function Zn(e) {
2693
+ return typeof e == "number" ? `${e}px` : typeof e == "string" || typeof e == "function" || Array.isArray(e) ? e : "8px";
2694
+ }
2695
+ const oe = (e) => {
2696
+ try {
2697
+ return e();
2698
+ } catch {
2699
+ }
2700
+ }, eo = (e = "mui") => fn(e);
2701
+ function tr(e, r, t, n) {
2702
+ if (!r)
2703
+ return;
2704
+ r = r === !0 ? {} : r;
2705
+ const o = n === "dark" ? "dark" : "light";
2706
+ if (!t) {
2707
+ e[n] = Gn({
2708
+ ...r,
2709
+ palette: {
2710
+ mode: o,
2711
+ ...r == null ? void 0 : r.palette
2712
+ }
2713
+ });
2714
+ return;
2715
+ }
2716
+ const {
2717
+ palette: a,
2718
+ ...s
2719
+ } = Be({
2720
+ ...t,
2721
+ palette: {
2722
+ mode: o,
2723
+ ...r == null ? void 0 : r.palette
2724
+ }
2725
+ });
2726
+ return e[n] = {
2727
+ ...r,
2728
+ palette: a,
2729
+ opacity: {
2730
+ ...Gr(o),
2731
+ ...r == null ? void 0 : r.opacity
2732
+ },
2733
+ overlays: (r == null ? void 0 : r.overlays) || Yr(o)
2734
+ }, s;
2735
+ }
2736
+ function ro(e = {}, ...r) {
2737
+ const {
2738
+ colorSchemes: t = {
2739
+ light: !0
2740
+ },
2741
+ defaultColorScheme: n,
2742
+ disableCssColorScheme: o = !1,
2743
+ cssVarPrefix: a = "mui",
2744
+ shouldSkipGeneratingVar: s = Yn,
2745
+ colorSchemeSelector: c = t.light && t.dark ? "media" : void 0,
2746
+ ...l
2747
+ } = e, p = Object.keys(t)[0], y = n || (t.light && p !== "light" ? "light" : p), g = eo(a), {
2748
+ [y]: f,
2749
+ light: C,
2750
+ dark: E,
2751
+ ...b
2752
+ } = t, w = {
2753
+ ...b
2754
+ };
2755
+ let k = f;
2756
+ if ((y === "dark" && !("dark" in t) || y === "light" && !("light" in t)) && (k = !0), !k)
2757
+ throw new Error(process.env.NODE_ENV !== "production" ? `MUI: The \`colorSchemes.${y}\` option is either missing or invalid.` : le(21, y));
2758
+ const Y = tr(w, k, l, y);
2759
+ C && !w.light && tr(w, C, void 0, "light"), E && !w.dark && tr(w, E, void 0, "dark");
2760
+ let v = {
2761
+ defaultColorScheme: y,
2762
+ ...Y,
2763
+ cssVarPrefix: a,
2764
+ colorSchemeSelector: c,
2765
+ getCssVar: g,
2766
+ colorSchemes: w,
2767
+ font: {
2768
+ ..._n(Y.typography),
2769
+ ...Y.font
2770
+ },
2771
+ spacing: Zn(l.spacing)
2772
+ };
2773
+ Object.keys(v.colorSchemes).forEach((K) => {
2774
+ const i = v.colorSchemes[K].palette, T = (R) => {
2775
+ const F = R.split("-"), ce = F[1], re = F[2];
2776
+ return g(R, i[ce][re]);
2777
+ };
2778
+ if (i.mode === "light" && (u(i.common, "background", "#fff"), u(i.common, "onBackground", "#000")), i.mode === "dark" && (u(i.common, "background", "#000"), u(i.common, "onBackground", "#fff")), Xn(i, ["Alert", "AppBar", "Avatar", "Button", "Chip", "FilledInput", "LinearProgress", "Skeleton", "Slider", "SnackbarContent", "SpeedDialAction", "StepConnector", "StepContent", "Switch", "TableCell", "Tooltip"]), i.mode === "light") {
2779
+ u(i.Alert, "errorColor", W(i.error.light, 0.6)), u(i.Alert, "infoColor", W(i.info.light, 0.6)), u(i.Alert, "successColor", W(i.success.light, 0.6)), u(i.Alert, "warningColor", W(i.warning.light, 0.6)), u(i.Alert, "errorFilledBg", T("palette-error-main")), u(i.Alert, "infoFilledBg", T("palette-info-main")), u(i.Alert, "successFilledBg", T("palette-success-main")), u(i.Alert, "warningFilledBg", T("palette-warning-main")), u(i.Alert, "errorFilledColor", oe(() => i.getContrastText(i.error.main))), u(i.Alert, "infoFilledColor", oe(() => i.getContrastText(i.info.main))), u(i.Alert, "successFilledColor", oe(() => i.getContrastText(i.success.main))), u(i.Alert, "warningFilledColor", oe(() => i.getContrastText(i.warning.main))), u(i.Alert, "errorStandardBg", U(i.error.light, 0.9)), u(i.Alert, "infoStandardBg", U(i.info.light, 0.9)), u(i.Alert, "successStandardBg", U(i.success.light, 0.9)), u(i.Alert, "warningStandardBg", U(i.warning.light, 0.9)), u(i.Alert, "errorIconColor", T("palette-error-main")), u(i.Alert, "infoIconColor", T("palette-info-main")), u(i.Alert, "successIconColor", T("palette-success-main")), u(i.Alert, "warningIconColor", T("palette-warning-main")), u(i.AppBar, "defaultBg", T("palette-grey-100")), u(i.Avatar, "defaultBg", T("palette-grey-400")), u(i.Button, "inheritContainedBg", T("palette-grey-300")), u(i.Button, "inheritContainedHoverBg", T("palette-grey-A100")), u(i.Chip, "defaultBorder", T("palette-grey-400")), u(i.Chip, "defaultAvatarColor", T("palette-grey-700")), u(i.Chip, "defaultIconColor", T("palette-grey-700")), u(i.FilledInput, "bg", "rgba(0, 0, 0, 0.06)"), u(i.FilledInput, "hoverBg", "rgba(0, 0, 0, 0.09)"), u(i.FilledInput, "disabledBg", "rgba(0, 0, 0, 0.12)"), u(i.LinearProgress, "primaryBg", U(i.primary.main, 0.62)), u(i.LinearProgress, "secondaryBg", U(i.secondary.main, 0.62)), u(i.LinearProgress, "errorBg", U(i.error.main, 0.62)), u(i.LinearProgress, "infoBg", U(i.info.main, 0.62)), u(i.LinearProgress, "successBg", U(i.success.main, 0.62)), u(i.LinearProgress, "warningBg", U(i.warning.main, 0.62)), u(i.Skeleton, "bg", `rgba(${T("palette-text-primaryChannel")} / 0.11)`), u(i.Slider, "primaryTrack", U(i.primary.main, 0.62)), u(i.Slider, "secondaryTrack", U(i.secondary.main, 0.62)), u(i.Slider, "errorTrack", U(i.error.main, 0.62)), u(i.Slider, "infoTrack", U(i.info.main, 0.62)), u(i.Slider, "successTrack", U(i.success.main, 0.62)), u(i.Slider, "warningTrack", U(i.warning.main, 0.62));
2780
+ const R = Re(i.background.default, 0.8);
2781
+ u(i.SnackbarContent, "bg", R), u(i.SnackbarContent, "color", oe(() => i.getContrastText(R))), u(i.SpeedDialAction, "fabHoverBg", Re(i.background.paper, 0.15)), u(i.StepConnector, "border", T("palette-grey-400")), u(i.StepContent, "border", T("palette-grey-400")), u(i.Switch, "defaultColor", T("palette-common-white")), u(i.Switch, "defaultDisabledColor", T("palette-grey-100")), u(i.Switch, "primaryDisabledColor", U(i.primary.main, 0.62)), u(i.Switch, "secondaryDisabledColor", U(i.secondary.main, 0.62)), u(i.Switch, "errorDisabledColor", U(i.error.main, 0.62)), u(i.Switch, "infoDisabledColor", U(i.info.main, 0.62)), u(i.Switch, "successDisabledColor", U(i.success.main, 0.62)), u(i.Switch, "warningDisabledColor", U(i.warning.main, 0.62)), u(i.TableCell, "border", U(Pe(i.divider, 1), 0.88)), u(i.Tooltip, "bg", Pe(i.grey[700], 0.92));
2782
+ }
2783
+ if (i.mode === "dark") {
2784
+ u(i.Alert, "errorColor", U(i.error.light, 0.6)), u(i.Alert, "infoColor", U(i.info.light, 0.6)), u(i.Alert, "successColor", U(i.success.light, 0.6)), u(i.Alert, "warningColor", U(i.warning.light, 0.6)), u(i.Alert, "errorFilledBg", T("palette-error-dark")), u(i.Alert, "infoFilledBg", T("palette-info-dark")), u(i.Alert, "successFilledBg", T("palette-success-dark")), u(i.Alert, "warningFilledBg", T("palette-warning-dark")), u(i.Alert, "errorFilledColor", oe(() => i.getContrastText(i.error.dark))), u(i.Alert, "infoFilledColor", oe(() => i.getContrastText(i.info.dark))), u(i.Alert, "successFilledColor", oe(() => i.getContrastText(i.success.dark))), u(i.Alert, "warningFilledColor", oe(() => i.getContrastText(i.warning.dark))), u(i.Alert, "errorStandardBg", W(i.error.light, 0.9)), u(i.Alert, "infoStandardBg", W(i.info.light, 0.9)), u(i.Alert, "successStandardBg", W(i.success.light, 0.9)), u(i.Alert, "warningStandardBg", W(i.warning.light, 0.9)), u(i.Alert, "errorIconColor", T("palette-error-main")), u(i.Alert, "infoIconColor", T("palette-info-main")), u(i.Alert, "successIconColor", T("palette-success-main")), u(i.Alert, "warningIconColor", T("palette-warning-main")), u(i.AppBar, "defaultBg", T("palette-grey-900")), u(i.AppBar, "darkBg", T("palette-background-paper")), u(i.AppBar, "darkColor", T("palette-text-primary")), u(i.Avatar, "defaultBg", T("palette-grey-600")), u(i.Button, "inheritContainedBg", T("palette-grey-800")), u(i.Button, "inheritContainedHoverBg", T("palette-grey-700")), u(i.Chip, "defaultBorder", T("palette-grey-700")), u(i.Chip, "defaultAvatarColor", T("palette-grey-300")), u(i.Chip, "defaultIconColor", T("palette-grey-300")), u(i.FilledInput, "bg", "rgba(255, 255, 255, 0.09)"), u(i.FilledInput, "hoverBg", "rgba(255, 255, 255, 0.13)"), u(i.FilledInput, "disabledBg", "rgba(255, 255, 255, 0.12)"), u(i.LinearProgress, "primaryBg", W(i.primary.main, 0.5)), u(i.LinearProgress, "secondaryBg", W(i.secondary.main, 0.5)), u(i.LinearProgress, "errorBg", W(i.error.main, 0.5)), u(i.LinearProgress, "infoBg", W(i.info.main, 0.5)), u(i.LinearProgress, "successBg", W(i.success.main, 0.5)), u(i.LinearProgress, "warningBg", W(i.warning.main, 0.5)), u(i.Skeleton, "bg", `rgba(${T("palette-text-primaryChannel")} / 0.13)`), u(i.Slider, "primaryTrack", W(i.primary.main, 0.5)), u(i.Slider, "secondaryTrack", W(i.secondary.main, 0.5)), u(i.Slider, "errorTrack", W(i.error.main, 0.5)), u(i.Slider, "infoTrack", W(i.info.main, 0.5)), u(i.Slider, "successTrack", W(i.success.main, 0.5)), u(i.Slider, "warningTrack", W(i.warning.main, 0.5));
2785
+ const R = Re(i.background.default, 0.98);
2786
+ u(i.SnackbarContent, "bg", R), u(i.SnackbarContent, "color", oe(() => i.getContrastText(R))), u(i.SpeedDialAction, "fabHoverBg", Re(i.background.paper, 0.15)), u(i.StepConnector, "border", T("palette-grey-600")), u(i.StepContent, "border", T("palette-grey-600")), u(i.Switch, "defaultColor", T("palette-grey-300")), u(i.Switch, "defaultDisabledColor", T("palette-grey-600")), u(i.Switch, "primaryDisabledColor", W(i.primary.main, 0.55)), u(i.Switch, "secondaryDisabledColor", W(i.secondary.main, 0.55)), u(i.Switch, "errorDisabledColor", W(i.error.main, 0.55)), u(i.Switch, "infoDisabledColor", W(i.info.main, 0.55)), u(i.Switch, "successDisabledColor", W(i.success.main, 0.55)), u(i.Switch, "warningDisabledColor", W(i.warning.main, 0.55)), u(i.TableCell, "border", W(Pe(i.divider, 1), 0.68)), u(i.Tooltip, "bg", Pe(i.grey[700], 0.92));
2787
+ }
2788
+ ie(i.background, "default"), ie(i.background, "paper"), ie(i.common, "background"), ie(i.common, "onBackground"), ie(i, "divider"), Object.keys(i).forEach((R) => {
2789
+ const F = i[R];
2790
+ F && typeof F == "object" && (F.main && u(i[R], "mainChannel", Te(Ee(F.main))), F.light && u(i[R], "lightChannel", Te(Ee(F.light))), F.dark && u(i[R], "darkChannel", Te(Ee(F.dark))), F.contrastText && u(i[R], "contrastTextChannel", Te(Ee(F.contrastText))), R === "text" && (ie(i[R], "primary"), ie(i[R], "secondary")), R === "action" && (F.active && ie(i[R], "active"), F.selected && ie(i[R], "selected")));
2791
+ });
2792
+ }), v = r.reduce((K, i) => Q(K, i), v);
2793
+ const P = {
2794
+ prefix: a,
2795
+ disableCssColorScheme: o,
2796
+ shouldSkipGeneratingVar: s,
2797
+ getSelector: Hn(v)
2798
+ }, {
2799
+ vars: m,
2800
+ generateThemeVars: q,
2801
+ generateStyleSheets: X
2802
+ } = gn(v, P);
2803
+ return v.vars = m, Object.entries(v.colorSchemes[v.defaultColorScheme]).forEach(([K, i]) => {
2804
+ v[K] = i;
2805
+ }), v.generateThemeVars = q, v.generateStyleSheets = X, v.generateSpacing = function() {
2806
+ return Lr(l.spacing, ar(this));
2807
+ }, v.getColorSchemeSelector = mn(c), v.spacing = v.generateSpacing(), v.shouldSkipGeneratingVar = s, v.unstable_sxConfig = {
2808
+ ...ze,
2809
+ ...l == null ? void 0 : l.unstable_sxConfig
2810
+ }, v.unstable_sx = function(i) {
2811
+ return Ge({
2812
+ sx: i,
2813
+ theme: this
2814
+ });
2815
+ }, v.toRuntimeSource = Jn, v;
2816
+ }
2817
+ function Ir(e, r, t) {
2818
+ e.colorSchemes && t && (e.colorSchemes[r] = {
2819
+ ...t !== !0 && t,
2820
+ palette: fr({
2821
+ ...t === !0 ? {} : t.palette,
2822
+ mode: r
2823
+ })
2824
+ // cast type to skip module augmentation test
2825
+ });
2826
+ }
2827
+ function mo(e = {}, ...r) {
2828
+ const {
2829
+ palette: t,
2830
+ cssVariables: n = !1,
2831
+ colorSchemes: o = t ? void 0 : {
2832
+ light: !0
2833
+ },
2834
+ defaultColorScheme: a = t == null ? void 0 : t.mode,
2835
+ ...s
2836
+ } = e, c = a || "light", l = o == null ? void 0 : o[c], p = {
2837
+ ...o,
2838
+ ...t ? {
2839
+ [c]: {
2840
+ ...typeof l != "boolean" && l,
2841
+ palette: t
2842
+ }
2843
+ } : void 0
2844
+ };
2845
+ if (n === !1) {
2846
+ if (!("colorSchemes" in e))
2847
+ return Be(e, ...r);
2848
+ let y = t;
2849
+ "palette" in e || p[c] && (p[c] !== !0 ? y = p[c].palette : c === "dark" && (y = {
2850
+ mode: "dark"
2851
+ }));
2852
+ const g = Be({
2853
+ ...e,
2854
+ palette: y
2855
+ }, ...r);
2856
+ return g.defaultColorScheme = c, g.colorSchemes = p, g.palette.mode === "light" && (g.colorSchemes.light = {
2857
+ ...p.light !== !0 && p.light,
2858
+ palette: g.palette
2859
+ }, Ir(g, "dark", p.dark)), g.palette.mode === "dark" && (g.colorSchemes.dark = {
2860
+ ...p.dark !== !0 && p.dark,
2861
+ palette: g.palette
2862
+ }, Ir(g, "light", p.light)), g;
2863
+ }
2864
+ return !t && !("light" in p) && c === "light" && (p.light = !0), ro({
2865
+ ...s,
2866
+ colorSchemes: p,
2867
+ defaultColorScheme: c,
2868
+ ...typeof n != "boolean" && n
2869
+ }, ...r);
2870
+ }
2871
+ const yo = "$$material";
2872
+ export {
2873
+ fo as $,
2874
+ ro as A,
2875
+ Ln as B,
2876
+ Yn as C,
2877
+ In as D,
2878
+ Pn as E,
2879
+ Kn as F,
2880
+ ze as G,
2881
+ ue as H,
2882
+ Nr as I,
2883
+ ao as J,
2884
+ Dr as K,
2885
+ so as L,
2886
+ on as M,
2887
+ lo as N,
2888
+ Ge as O,
2889
+ Se as P,
2890
+ it as Q,
2891
+ ae as R,
2892
+ uo as S,
2893
+ yo as T,
2894
+ ar as U,
2895
+ Q as V,
2896
+ co as W,
2897
+ Ae as X,
2898
+ oo as Y,
2899
+ le as Z,
2900
+ io as _,
2901
+ bn as a,
2902
+ Lr as a0,
2903
+ Me as a1,
2904
+ Kr as a2,
2905
+ ye as b,
2906
+ $e as c,
2907
+ po as d,
2908
+ zr as e,
2909
+ se as f,
2910
+ be as g,
2911
+ an as h,
2912
+ Ye as i,
2913
+ $r as j,
2914
+ or as k,
2915
+ he as l,
2916
+ ln as m,
2917
+ un as n,
2918
+ Ce as o,
2919
+ ge as p,
2920
+ ur as q,
2921
+ me as r,
2922
+ lr as s,
2923
+ rn as t,
2924
+ mo as u,
2925
+ go as v,
2926
+ Fn as w,
2927
+ Wn as x,
2928
+ Nn as y,
2929
+ Gn as z
2930
+ };