@solostylist/ui-kit 1.0.57 → 1.0.58

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 (40) hide show
  1. package/dist/{Box-MoP3r0T2.js → Box-DuNveqKq.js} +1 -1
  2. package/dist/{Close-DLG48sGB.js → Close-Dc2lVwnr.js} +1 -1
  3. package/dist/{HelpOutlineOutlined-CBZQGWGK.js → HelpOutlineOutlined-BAjVLccf.js} +1 -1
  4. package/dist/{Menu-Y8dE9GrA.js → Menu-CFtdt9_b.js} +22 -8
  5. package/dist/MenuItem-Bqce0qet.js +261 -0
  6. package/dist/Select-D539S2ky.js +3917 -0
  7. package/dist/{Stack-DT2aopM5.js → Stack-CG6wicnq.js} +69 -91
  8. package/dist/{Typography-BXwj4yQZ.js → Typography-Bj_bEcQU.js} +2 -2
  9. package/dist/chipClasses-DKfDKFnh.js +10 -0
  10. package/dist/{createSvgIcon-YtxTUNwI.js → createSvgIcon-ChpOI-a_.js} +217 -213
  11. package/dist/{index-GaV7LHxy.js → index-Cuc5JxMf.js} +4 -4
  12. package/dist/main.d.ts +4 -0
  13. package/dist/main.js +35 -32
  14. package/dist/s-data-table/s-data-table.js +2 -2
  15. package/dist/s-datetime-picker/index.d.ts +4 -0
  16. package/dist/s-datetime-picker/index.js +5 -0
  17. package/dist/s-datetime-picker/package.json +5 -0
  18. package/dist/s-datetime-picker/s-datetime-picker.d.ts +15 -0
  19. package/dist/s-datetime-picker/s-datetime-picker.js +18763 -0
  20. package/dist/s-dialog/s-dialog.js +1 -1
  21. package/dist/s-dialog-confirm/s-dialog-confirm.js +2 -2
  22. package/dist/s-dialog-message/s-dialog-message.js +2 -2
  23. package/dist/s-file-dropzone/s-file-dropzone.js +4 -4
  24. package/dist/s-file-icon/s-file-icon.js +1 -1
  25. package/dist/s-form/s-form.js +1 -1
  26. package/dist/s-label/s-label.js +1 -1
  27. package/dist/s-multi-select/s-multi-select.js +50 -298
  28. package/dist/s-text-editor/s-text-editor-toolbar.js +100 -4001
  29. package/dist/s-text-editor/s-text-editor.js +1 -1
  30. package/dist/s-tip/s-tip.js +3 -3
  31. package/dist/tabClasses-BM7nwRzw.js +10 -0
  32. package/dist/theme/components/avatar.js +1 -1
  33. package/dist/theme/customizations/data-display.js +36 -36
  34. package/dist/theme/customizations/inputs.js +1 -1
  35. package/dist/theme/customizations/navigation.js +52 -50
  36. package/dist/{useSlot-GW4ou7g5.js → useSlot-Dje0rInB.js} +1 -1
  37. package/dist/{useTheme-vk3BYrgD.js → useTheme-BM5dU4pp.js} +3 -2
  38. package/dist/useThemeProps-kZjTQ980.js +27 -0
  39. package/dist/utils/dayjs.js +14 -14
  40. package/package.json +7 -4
@@ -1,33 +1,33 @@
1
- import * as P from "react";
1
+ import * as z from "react";
2
2
  import { j as D } from "./jsx-runtime-C5mzlN2N.js";
3
- import { l as B, e as Y, s as L, i as Z, c as E, P as c, b as ee, g as te } from "./createTheme-CozHbEju.js";
4
- import { i as U, a as oe, s as ne, T as re, g as se, c as ie } from "./identifier-9JFYVRsR.js";
5
- function ce(e, o, t = void 0) {
6
- const r = {};
7
- for (const n in e) {
8
- const s = e[n];
3
+ import { l as B, e as Z, s as L, i as ee, c as I, P as c, b as te, g as ne } from "./createTheme-CozHbEju.js";
4
+ import { i as U, a as oe, s as re, c as q, T as se, g as ie } from "./identifier-9JFYVRsR.js";
5
+ function ce(e, n, t = void 0) {
6
+ const o = {};
7
+ for (const s in e) {
8
+ const r = e[s];
9
9
  let a = "", i = !0;
10
- for (let f = 0; f < s.length; f += 1) {
11
- const l = s[f];
12
- l && (a += (i === !0 ? "" : " ") + o(l), i = !1, t && t[l] && (a += " " + t[l]));
10
+ for (let u = 0; u < r.length; u += 1) {
11
+ const l = r[u];
12
+ l && (a += (i === !0 ? "" : " ") + n(l), i = !1, t && t[l] && (a += " " + t[l]));
13
13
  }
14
- r[n] = a;
14
+ o[s] = a;
15
15
  }
16
- return r;
16
+ return o;
17
17
  }
18
- function q(e, o = "") {
19
- return e.displayName || e.name || o;
18
+ function W(e, n = "") {
19
+ return e.displayName || e.name || n;
20
20
  }
21
- function H(e, o, t) {
22
- const r = q(o);
23
- return e.displayName || (r !== "" ? `${t}(${r})` : t);
21
+ function H(e, n, t) {
22
+ const o = W(n);
23
+ return e.displayName || (o !== "" ? `${t}(${o})` : t);
24
24
  }
25
25
  function ae(e) {
26
26
  if (e != null) {
27
27
  if (typeof e == "string")
28
28
  return e;
29
29
  if (typeof e == "function")
30
- return q(e, "Component");
30
+ return W(e, "Component");
31
31
  if (typeof e == "object")
32
32
  switch (e.$$typeof) {
33
33
  case B.ForwardRef:
@@ -39,218 +39,221 @@ function ae(e) {
39
39
  }
40
40
  }
41
41
  }
42
- function W(e) {
42
+ function G(e) {
43
43
  const {
44
- variants: o,
44
+ variants: n,
45
45
  ...t
46
- } = e, r = {
47
- variants: o,
46
+ } = e, o = {
47
+ variants: n,
48
48
  style: U(t),
49
49
  isProcessed: !0
50
50
  };
51
- return r.style === t || o && o.forEach((n) => {
52
- typeof n.style != "function" && (n.style = U(n.style));
53
- }), r;
51
+ return o.style === t || n && n.forEach((s) => {
52
+ typeof s.style != "function" && (s.style = U(s.style));
53
+ }), o;
54
54
  }
55
- const le = Y();
56
- function _(e) {
55
+ const le = Z();
56
+ function A(e) {
57
57
  return e !== "ownerState" && e !== "theme" && e !== "sx" && e !== "as";
58
58
  }
59
- function ue(e) {
60
- return e ? (o, t) => t[e] : null;
59
+ function fe(e) {
60
+ return e ? (n, t) => t[e] : null;
61
61
  }
62
- function fe(e, o, t) {
63
- e.theme = ye(e.theme) ? t : e.theme[o] || e.theme;
62
+ function ue(e, n, t) {
63
+ e.theme = he(e.theme) ? t : e.theme[n] || e.theme;
64
64
  }
65
- function $(e, o) {
66
- const t = typeof o == "function" ? o(e) : o;
65
+ function j(e, n) {
66
+ const t = typeof n == "function" ? n(e) : n;
67
67
  if (Array.isArray(t))
68
- return t.flatMap((r) => $(e, r));
68
+ return t.flatMap((o) => j(e, o));
69
69
  if (Array.isArray(t == null ? void 0 : t.variants)) {
70
- let r;
70
+ let o;
71
71
  if (t.isProcessed)
72
- r = t.style;
72
+ o = t.style;
73
73
  else {
74
74
  const {
75
- variants: n,
76
- ...s
75
+ variants: s,
76
+ ...r
77
77
  } = t;
78
- r = s;
78
+ o = r;
79
79
  }
80
- return G(e, t.variants, [r]);
80
+ return J(e, t.variants, [o]);
81
81
  }
82
82
  return t != null && t.isProcessed ? t.style : t;
83
83
  }
84
- function G(e, o, t = []) {
85
- var n;
86
- let r;
87
- e: for (let s = 0; s < o.length; s += 1) {
88
- const a = o[s];
84
+ function J(e, n, t = []) {
85
+ var s;
86
+ let o;
87
+ e: for (let r = 0; r < n.length; r += 1) {
88
+ const a = n[r];
89
89
  if (typeof a.props == "function") {
90
- if (r ?? (r = {
90
+ if (o ?? (o = {
91
91
  ...e,
92
92
  ...e.ownerState,
93
93
  ownerState: e.ownerState
94
- }), !a.props(r))
94
+ }), !a.props(o))
95
95
  continue;
96
96
  } else
97
97
  for (const i in a.props)
98
- if (e[i] !== a.props[i] && ((n = e.ownerState) == null ? void 0 : n[i]) !== a.props[i])
98
+ if (e[i] !== a.props[i] && ((s = e.ownerState) == null ? void 0 : s[i]) !== a.props[i])
99
99
  continue e;
100
- typeof a.style == "function" ? (r ?? (r = {
100
+ typeof a.style == "function" ? (o ?? (o = {
101
101
  ...e,
102
102
  ...e.ownerState,
103
103
  ownerState: e.ownerState
104
- }), t.push(a.style(r))) : t.push(a.style);
104
+ }), t.push(a.style(o))) : t.push(a.style);
105
105
  }
106
106
  return t;
107
107
  }
108
108
  function de(e = {}) {
109
109
  const {
110
- themeId: o,
110
+ themeId: n,
111
111
  defaultTheme: t = le,
112
- rootShouldForwardProp: r = _,
113
- slotShouldForwardProp: n = _
112
+ rootShouldForwardProp: o = A,
113
+ slotShouldForwardProp: s = A
114
114
  } = e;
115
- function s(i) {
116
- fe(i, o, t);
115
+ function r(i) {
116
+ ue(i, n, t);
117
117
  }
118
- return (i, f = {}) => {
119
- oe(i, (p) => p.filter((m) => m !== L));
118
+ return (i, u = {}) => {
119
+ oe(i, (m) => m.filter((y) => y !== L));
120
120
  const {
121
121
  name: l,
122
- slot: u,
123
- skipVariantsResolver: y,
122
+ slot: f,
123
+ skipVariantsResolver: h,
124
124
  skipSx: w,
125
125
  // TODO v6: remove `lowercaseFirstLetter()` in the next major release
126
126
  // For more details: https://github.com/mui/material-ui/pull/37908
127
- overridesResolver: x = ue(J(u)),
127
+ overridesResolver: N = fe(Q(f)),
128
128
  ...g
129
- } = f, d = y !== void 0 ? y : (
129
+ } = u, d = h !== void 0 ? h : (
130
130
  // TODO v6: remove `Root` in the next major release
131
131
  // For more details: https://github.com/mui/material-ui/pull/37908
132
- u && u !== "Root" && u !== "root" || !1
133
- ), N = w || !1;
134
- let S = _;
135
- u === "Root" || u === "root" ? S = r : u ? S = n : he(i) && (S = void 0);
136
- const V = ne(i, {
132
+ f && f !== "Root" && f !== "root" || !1
133
+ ), x = w || !1;
134
+ let S = A;
135
+ f === "Root" || f === "root" ? S = o : f ? S = s : pe(i) && (S = void 0);
136
+ const _ = re(i, {
137
137
  shouldForwardProp: S,
138
- label: me(l, u),
138
+ label: ye(l, f),
139
139
  ...g
140
- }), Q = (p) => {
141
- if (p.__emotion_real === p)
142
- return p;
143
- if (typeof p == "function")
140
+ }), X = (m) => {
141
+ if (m.__emotion_real === m)
142
+ return m;
143
+ if (typeof m == "function")
144
144
  return function(b) {
145
- return $(b, p);
145
+ return j(b, m);
146
146
  };
147
- if (Z(p)) {
148
- const m = W(p);
149
- return m.variants ? function(O) {
150
- return $(O, m);
151
- } : m.style;
147
+ if (ee(m)) {
148
+ const y = G(m);
149
+ return y.variants ? function(O) {
150
+ return j(O, y);
151
+ } : y.style;
152
152
  }
153
- return p;
154
- }, C = (...p) => {
155
- const m = [], b = p.map(Q), O = [];
156
- if (m.push(s), l && x && O.push(function(v) {
157
- var R, k;
158
- const h = (k = (R = v.theme.components) == null ? void 0 : R[l]) == null ? void 0 : k.styleOverrides;
159
- if (!h)
153
+ return m;
154
+ }, k = (...m) => {
155
+ const y = [], b = m.map(X), O = [];
156
+ if (y.push(r), l && N && O.push(function(v) {
157
+ var E, C;
158
+ const p = (C = (E = v.theme.components) == null ? void 0 : E[l]) == null ? void 0 : C.styleOverrides;
159
+ if (!p)
160
160
  return null;
161
- const z = {};
162
- for (const M in h)
163
- z[M] = $(v, h[M]);
164
- return x(v, z);
161
+ const R = {};
162
+ for (const M in p)
163
+ R[M] = j(v, p[M]);
164
+ return N(v, R);
165
165
  }), l && !d && O.push(function(v) {
166
- var z, R;
167
- const T = v.theme, h = (R = (z = T == null ? void 0 : T.components) == null ? void 0 : z[l]) == null ? void 0 : R.variants;
168
- return h ? G(v, h) : null;
169
- }), N || O.push(L), Array.isArray(b[0])) {
170
- const I = b.shift(), v = new Array(m.length).fill(""), T = new Array(O.length).fill("");
171
- let h;
172
- h = [...v, ...I, ...T], h.raw = [...v, ...I.raw, ...T], m.unshift(h);
166
+ var R, E;
167
+ const T = v.theme, p = (E = (R = T == null ? void 0 : T.components) == null ? void 0 : R[l]) == null ? void 0 : E.variants;
168
+ return p ? J(v, p) : null;
169
+ }), x || O.push(L), Array.isArray(b[0])) {
170
+ const $ = b.shift(), v = new Array(y.length).fill(""), T = new Array(O.length).fill("");
171
+ let p;
172
+ p = [...v, ...$, ...T], p.raw = [...v, ...$.raw, ...T], y.unshift(p);
173
173
  }
174
- const X = [...m, ...b, ...O], A = V(...X);
175
- return i.muiName && (A.muiName = i.muiName), process.env.NODE_ENV !== "production" && (A.displayName = pe(l, u, i)), A;
174
+ const Y = [...y, ...b, ...O], P = _(...Y);
175
+ return i.muiName && (P.muiName = i.muiName), process.env.NODE_ENV !== "production" && (P.displayName = me(l, f, i)), P;
176
176
  };
177
- return V.withConfig && (C.withConfig = V.withConfig), C;
177
+ return _.withConfig && (k.withConfig = _.withConfig), k;
178
178
  };
179
179
  }
180
- function pe(e, o, t) {
181
- return e ? `${e}${E(o || "")}` : `Styled(${ae(t)})`;
180
+ function me(e, n, t) {
181
+ return e ? `${e}${I(n || "")}` : `Styled(${ae(t)})`;
182
182
  }
183
- function me(e, o) {
183
+ function ye(e, n) {
184
184
  let t;
185
- return process.env.NODE_ENV !== "production" && e && (t = `${e}-${J(o || "Root")}`), t;
185
+ return process.env.NODE_ENV !== "production" && e && (t = `${e}-${Q(n || "Root")}`), t;
186
186
  }
187
- function ye(e) {
188
- for (const o in e)
187
+ function he(e) {
188
+ for (const n in e)
189
189
  return !1;
190
190
  return !0;
191
191
  }
192
- function he(e) {
192
+ function pe(e) {
193
193
  return typeof e == "string" && // 96 is one less than the char code
194
194
  // for "a" so this is checking that
195
195
  // it's a lowercase character
196
196
  e.charCodeAt(0) > 96;
197
197
  }
198
- function J(e) {
198
+ function Q(e) {
199
199
  return e && e.charAt(0).toLowerCase() + e.slice(1);
200
200
  }
201
- function F(e, o) {
202
- const t = {
203
- ...o
201
+ function F(e, n, t = !1) {
202
+ const o = {
203
+ ...n
204
204
  };
205
- for (const r in e)
206
- if (Object.prototype.hasOwnProperty.call(e, r)) {
207
- const n = r;
208
- if (n === "components" || n === "slots")
209
- t[n] = {
210
- ...e[n],
211
- ...t[n]
205
+ for (const s in e)
206
+ if (Object.prototype.hasOwnProperty.call(e, s)) {
207
+ const r = s;
208
+ if (r === "components" || r === "slots")
209
+ o[r] = {
210
+ ...e[r],
211
+ ...o[r]
212
212
  };
213
- else if (n === "componentsProps" || n === "slotProps") {
214
- const s = e[n], a = o[n];
215
- if (!a)
216
- t[n] = s || {};
217
- else if (!s)
218
- t[n] = a;
213
+ else if (r === "componentsProps" || r === "slotProps") {
214
+ const a = e[r], i = n[r];
215
+ if (!i)
216
+ o[r] = a || {};
217
+ else if (!a)
218
+ o[r] = i;
219
219
  else {
220
- t[n] = {
221
- ...a
220
+ o[r] = {
221
+ ...i
222
222
  };
223
- for (const i in s)
224
- if (Object.prototype.hasOwnProperty.call(s, i)) {
225
- const f = i;
226
- t[n][f] = F(s[f], a[f]);
223
+ for (const u in a)
224
+ if (Object.prototype.hasOwnProperty.call(a, u)) {
225
+ const l = u;
226
+ o[r][l] = F(a[l], i[l], t);
227
227
  }
228
228
  }
229
- } else t[n] === void 0 && (t[n] = e[n]);
229
+ } else r === "className" && t && n.className ? o.className = q(e == null ? void 0 : e.className, n == null ? void 0 : n.className) : r === "style" && t && n.style ? o.style = {
230
+ ...e == null ? void 0 : e.style,
231
+ ...n == null ? void 0 : n.style
232
+ } : o[r] === void 0 && (o[r] = e[r]);
230
233
  }
231
- return t;
234
+ return o;
232
235
  }
233
- const Se = /* @__PURE__ */ P.createContext(void 0);
236
+ const Se = /* @__PURE__ */ z.createContext(void 0);
234
237
  process.env.NODE_ENV !== "production" && (c.node, c.object);
235
238
  function ve(e) {
236
239
  const {
237
- theme: o,
240
+ theme: n,
238
241
  name: t,
239
- props: r
242
+ props: o
240
243
  } = e;
241
- if (!o || !o.components || !o.components[t])
242
- return r;
243
- const n = o.components[t];
244
- return n.defaultProps ? F(n.defaultProps, r) : !n.styleOverrides && !n.variants ? F(n, r) : r;
244
+ if (!n || !n.components || !n.components[t])
245
+ return o;
246
+ const s = n.components[t];
247
+ return s.defaultProps ? F(s.defaultProps, o) : !s.styleOverrides && !s.variants ? F(s, o) : o;
245
248
  }
246
249
  function ge({
247
250
  props: e,
248
- name: o
251
+ name: n
249
252
  }) {
250
- const t = P.useContext(Se);
253
+ const t = z.useContext(Se);
251
254
  return ve({
252
255
  props: e,
253
- name: o,
256
+ name: n,
254
257
  theme: {
255
258
  components: t
256
259
  }
@@ -260,58 +263,58 @@ const K = {
260
263
  theme: void 0
261
264
  };
262
265
  function we(e) {
263
- let o, t;
264
- return function(n) {
265
- let s = o;
266
- return (s === void 0 || n.theme !== t) && (K.theme = n.theme, s = W(e(K)), o = s, t = n.theme), s;
266
+ let n, t;
267
+ return function(s) {
268
+ let r = n;
269
+ return (r === void 0 || s.theme !== t) && (K.theme = s.theme, r = G(e(K)), n = r, t = s.theme), r;
267
270
  };
268
271
  }
269
- const xe = ee();
270
- function Ne(e) {
272
+ const Ne = te();
273
+ function xe(e) {
271
274
  return e !== "ownerState" && e !== "theme" && e !== "sx" && e !== "as";
272
275
  }
273
- const Oe = (e) => Ne(e) && e !== "classes", Te = de({
274
- themeId: re,
275
- defaultTheme: xe,
276
+ const Oe = (e) => xe(e) && e !== "classes", Te = de({
277
+ themeId: se,
278
+ defaultTheme: Ne,
276
279
  rootShouldForwardProp: Oe
277
280
  }), be = we;
278
281
  process.env.NODE_ENV !== "production" && (c.node, c.object.isRequired);
279
- function Pe(e) {
282
+ function ze(e) {
280
283
  return ge(e);
281
284
  }
282
- function ze(e) {
283
- return te("MuiSvgIcon", e);
285
+ function Re(e) {
286
+ return ne("MuiSvgIcon", e);
284
287
  }
285
- const Ve = se("MuiSvgIcon", ["root", "colorPrimary", "colorSecondary", "colorAction", "colorError", "colorDisabled", "fontSizeInherit", "fontSizeSmall", "fontSizeMedium", "fontSizeLarge"]), Re = (e) => {
288
+ const _e = ie("MuiSvgIcon", ["root", "colorPrimary", "colorSecondary", "colorAction", "colorError", "colorDisabled", "fontSizeInherit", "fontSizeSmall", "fontSizeMedium", "fontSizeLarge"]), Ee = (e) => {
286
289
  const {
287
- color: o,
290
+ color: n,
288
291
  fontSize: t,
289
- classes: r
290
- } = e, n = {
291
- root: ["root", o !== "inherit" && `color${E(o)}`, `fontSize${E(t)}`]
292
+ classes: o
293
+ } = e, s = {
294
+ root: ["root", n !== "inherit" && `color${I(n)}`, `fontSize${I(t)}`]
292
295
  };
293
- return ce(n, ze, r);
294
- }, Ee = Te("svg", {
296
+ return ce(s, Re, o);
297
+ }, Ie = Te("svg", {
295
298
  name: "MuiSvgIcon",
296
299
  slot: "Root",
297
- overridesResolver: (e, o) => {
300
+ overridesResolver: (e, n) => {
298
301
  const {
299
302
  ownerState: t
300
303
  } = e;
301
- return [o.root, t.color !== "inherit" && o[`color${E(t.color)}`], o[`fontSize${E(t.fontSize)}`]];
304
+ return [n.root, t.color !== "inherit" && n[`color${I(t.color)}`], n[`fontSize${I(t.fontSize)}`]];
302
305
  }
303
306
  })(be(({
304
307
  theme: e
305
308
  }) => {
306
- var o, t, r, n, s, a, i, f, l, u, y, w, x, g;
309
+ var n, t, o, s, r, a, i, u, l, f, h, w, N, g;
307
310
  return {
308
311
  userSelect: "none",
309
312
  width: "1em",
310
313
  height: "1em",
311
314
  display: "inline-block",
312
315
  flexShrink: 0,
313
- transition: (n = (o = e.transitions) == null ? void 0 : o.create) == null ? void 0 : n.call(o, "fill", {
314
- duration: (r = (t = (e.vars ?? e).transitions) == null ? void 0 : t.duration) == null ? void 0 : r.shorter
316
+ transition: (s = (n = e.transitions) == null ? void 0 : n.create) == null ? void 0 : s.call(n, "fill", {
317
+ duration: (o = (t = (e.vars ?? e).transitions) == null ? void 0 : t.duration) == null ? void 0 : o.shorter
315
318
  }),
316
319
  variants: [
317
320
  {
@@ -335,7 +338,7 @@ const Ve = se("MuiSvgIcon", ["root", "colorPrimary", "colorSecondary", "colorAct
335
338
  fontSize: "small"
336
339
  },
337
340
  style: {
338
- fontSize: ((a = (s = e.typography) == null ? void 0 : s.pxToRem) == null ? void 0 : a.call(s, 20)) || "1.25rem"
341
+ fontSize: ((a = (r = e.typography) == null ? void 0 : r.pxToRem) == null ? void 0 : a.call(r, 20)) || "1.25rem"
339
342
  }
340
343
  },
341
344
  {
@@ -343,7 +346,7 @@ const Ve = se("MuiSvgIcon", ["root", "colorPrimary", "colorSecondary", "colorAct
343
346
  fontSize: "medium"
344
347
  },
345
348
  style: {
346
- fontSize: ((f = (i = e.typography) == null ? void 0 : i.pxToRem) == null ? void 0 : f.call(i, 24)) || "1.5rem"
349
+ fontSize: ((u = (i = e.typography) == null ? void 0 : i.pxToRem) == null ? void 0 : u.call(i, 24)) || "1.5rem"
347
350
  }
348
351
  },
349
352
  {
@@ -351,18 +354,18 @@ const Ve = se("MuiSvgIcon", ["root", "colorPrimary", "colorSecondary", "colorAct
351
354
  fontSize: "large"
352
355
  },
353
356
  style: {
354
- fontSize: ((u = (l = e.typography) == null ? void 0 : l.pxToRem) == null ? void 0 : u.call(l, 35)) || "2.1875rem"
357
+ fontSize: ((f = (l = e.typography) == null ? void 0 : l.pxToRem) == null ? void 0 : f.call(l, 35)) || "2.1875rem"
355
358
  }
356
359
  },
357
360
  // TODO v5 deprecate color prop, v6 remove for sx
358
361
  ...Object.entries((e.vars ?? e).palette).filter(([, d]) => d && d.main).map(([d]) => {
359
- var N, S;
362
+ var x, S;
360
363
  return {
361
364
  props: {
362
365
  color: d
363
366
  },
364
367
  style: {
365
- color: (S = (N = (e.vars ?? e).palette) == null ? void 0 : N[d]) == null ? void 0 : S.main
368
+ color: (S = (x = (e.vars ?? e).palette) == null ? void 0 : x[d]) == null ? void 0 : S.main
366
369
  }
367
370
  };
368
371
  }),
@@ -371,7 +374,7 @@ const Ve = se("MuiSvgIcon", ["root", "colorPrimary", "colorSecondary", "colorAct
371
374
  color: "action"
372
375
  },
373
376
  style: {
374
- color: (w = (y = (e.vars ?? e).palette) == null ? void 0 : y.action) == null ? void 0 : w.active
377
+ color: (w = (h = (e.vars ?? e).palette) == null ? void 0 : h.action) == null ? void 0 : w.active
375
378
  }
376
379
  },
377
380
  {
@@ -379,7 +382,7 @@ const Ve = se("MuiSvgIcon", ["root", "colorPrimary", "colorSecondary", "colorAct
379
382
  color: "disabled"
380
383
  },
381
384
  style: {
382
- color: (g = (x = (e.vars ?? e).palette) == null ? void 0 : x.action) == null ? void 0 : g.disabled
385
+ color: (g = (N = (e.vars ?? e).palette) == null ? void 0 : N.action) == null ? void 0 : g.disabled
383
386
  }
384
387
  },
385
388
  {
@@ -392,51 +395,51 @@ const Ve = se("MuiSvgIcon", ["root", "colorPrimary", "colorSecondary", "colorAct
392
395
  }
393
396
  ]
394
397
  };
395
- })), j = /* @__PURE__ */ P.forwardRef(function(o, t) {
396
- const r = Pe({
397
- props: o,
398
+ })), V = /* @__PURE__ */ z.forwardRef(function(n, t) {
399
+ const o = ze({
400
+ props: n,
398
401
  name: "MuiSvgIcon"
399
402
  }), {
400
- children: n,
401
- className: s,
403
+ children: s,
404
+ className: r,
402
405
  color: a = "inherit",
403
406
  component: i = "svg",
404
- fontSize: f = "medium",
407
+ fontSize: u = "medium",
405
408
  htmlColor: l,
406
- inheritViewBox: u = !1,
407
- titleAccess: y,
409
+ inheritViewBox: f = !1,
410
+ titleAccess: h,
408
411
  viewBox: w = "0 0 24 24",
409
- ...x
410
- } = r, g = /* @__PURE__ */ P.isValidElement(n) && n.type === "svg", d = {
411
- ...r,
412
+ ...N
413
+ } = o, g = /* @__PURE__ */ z.isValidElement(s) && s.type === "svg", d = {
414
+ ...o,
412
415
  color: a,
413
416
  component: i,
414
- fontSize: f,
415
- instanceFontSize: o.fontSize,
416
- inheritViewBox: u,
417
+ fontSize: u,
418
+ instanceFontSize: n.fontSize,
419
+ inheritViewBox: f,
417
420
  viewBox: w,
418
421
  hasSvgAsChild: g
419
- }, N = {};
420
- u || (N.viewBox = w);
421
- const S = Re(d);
422
- return /* @__PURE__ */ D.jsxs(Ee, {
422
+ }, x = {};
423
+ f || (x.viewBox = w);
424
+ const S = Ee(d);
425
+ return /* @__PURE__ */ D.jsxs(Ie, {
423
426
  as: i,
424
- className: ie(S.root, s),
427
+ className: q(S.root, r),
425
428
  focusable: "false",
426
429
  color: l,
427
- "aria-hidden": y ? void 0 : !0,
428
- role: y ? "img" : void 0,
430
+ "aria-hidden": h ? void 0 : !0,
431
+ role: h ? "img" : void 0,
429
432
  ref: t,
430
- ...N,
431
433
  ...x,
432
- ...g && n.props,
434
+ ...N,
435
+ ...g && s.props,
433
436
  ownerState: d,
434
- children: [g ? n.props.children : n, y ? /* @__PURE__ */ D.jsx("title", {
435
- children: y
437
+ children: [g ? s.props.children : s, h ? /* @__PURE__ */ D.jsx("title", {
438
+ children: h
436
439
  }) : null]
437
440
  });
438
441
  });
439
- process.env.NODE_ENV !== "production" && (j.propTypes = {
442
+ process.env.NODE_ENV !== "production" && (V.propTypes = {
440
443
  // ┌────────────────────────────── Warning ──────────────────────────────┐
441
444
  // │ These PropTypes are generated from the TypeScript type definitions. │
442
445
  // │ To update them, edit the d.ts file and run `pnpm proptypes`. │
@@ -508,28 +511,29 @@ process.env.NODE_ENV !== "production" && (j.propTypes = {
508
511
  */
509
512
  viewBox: c.string
510
513
  });
511
- j.muiName = "SvgIcon";
512
- function Ae(e, o) {
513
- function t(r, n) {
514
- return /* @__PURE__ */ D.jsx(j, {
515
- "data-testid": process.env.NODE_ENV !== "production" ? `${o}Icon` : void 0,
516
- ref: n,
517
- ...r,
514
+ V.muiName = "SvgIcon";
515
+ function Pe(e, n) {
516
+ function t(o, s) {
517
+ return /* @__PURE__ */ D.jsx(V, {
518
+ "data-testid": process.env.NODE_ENV !== "production" ? `${n}Icon` : void 0,
519
+ ref: s,
520
+ ...o,
518
521
  children: e
519
522
  });
520
523
  }
521
- return process.env.NODE_ENV !== "production" && (t.displayName = `${o}Icon`), t.muiName = j.muiName, /* @__PURE__ */ P.memo(/* @__PURE__ */ P.forwardRef(t));
524
+ return process.env.NODE_ENV !== "production" && (t.displayName = `${n}Icon`), t.muiName = V.muiName, /* @__PURE__ */ z.memo(/* @__PURE__ */ z.forwardRef(t));
522
525
  }
523
526
  export {
524
- ce as a,
525
- Ve as b,
526
- Ae as c,
527
- xe as d,
528
- de as e,
527
+ Te as a,
528
+ ce as b,
529
+ Pe as c,
530
+ de as d,
531
+ Ne as e,
529
532
  Oe as f,
530
- Ne as g,
533
+ xe as g,
534
+ A as h,
531
535
  be as m,
532
536
  F as r,
533
- Te as s,
534
- Pe as u
537
+ _e as s,
538
+ ze as u
535
539
  };