@movable/ui 0.26.3 → 0.27.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.mjs CHANGED
@@ -236,13 +236,13 @@ function Ps() {
236
236
  ` + q + f;
237
237
  }
238
238
  }
239
- var W = !1, Q;
239
+ var z = !1, Q;
240
240
  {
241
241
  var Se = typeof WeakMap == "function" ? WeakMap : Map;
242
242
  Q = new Se();
243
243
  }
244
244
  function x(f, P) {
245
- if (!f || W)
245
+ if (!f || z)
246
246
  return "";
247
247
  {
248
248
  var N = Q.get(f);
@@ -250,7 +250,7 @@ function Ps() {
250
250
  return N;
251
251
  }
252
252
  var ee;
253
- W = !0;
253
+ z = !0;
254
254
  var se = Error.prepareStackTrace;
255
255
  Error.prepareStackTrace = void 0;
256
256
  var Ee;
@@ -307,7 +307,7 @@ function Ps() {
307
307
  }
308
308
  }
309
309
  } finally {
310
- W = !1, V.current = Ee, Y(), Error.prepareStackTrace = se;
310
+ z = !1, V.current = Ee, Y(), Error.prepareStackTrace = se;
311
311
  }
312
312
  var kt = f ? f.displayName || f.name : "", vo = kt ? H(kt) : "";
313
313
  return typeof f == "function" && Q.set(f, vo), vo;
@@ -834,7 +834,7 @@ function $s() {
834
834
  function H(x) {
835
835
  return C(x) === r;
836
836
  }
837
- function W(x) {
837
+ function z(x) {
838
838
  return C(x) === i;
839
839
  }
840
840
  function Q(x) {
@@ -843,7 +843,7 @@ function $s() {
843
843
  function Se(x) {
844
844
  return C(x) === m;
845
845
  }
846
- fe.AsyncMode = p, fe.ConcurrentMode = I, fe.ContextConsumer = $, fe.ContextProvider = oe, fe.Element = re, fe.ForwardRef = A, fe.Fragment = G, fe.Lazy = X, fe.Memo = J, fe.Portal = F, fe.Profiler = te, fe.StrictMode = L, fe.Suspense = U, fe.isAsyncMode = ue, fe.isConcurrentMode = O, fe.isContextConsumer = M, fe.isContextProvider = Z, fe.isElement = K, fe.isForwardRef = B, fe.isFragment = Y, fe.isLazy = V, fe.isMemo = q, fe.isPortal = H, fe.isProfiler = W, fe.isStrictMode = Q, fe.isSuspense = Se, fe.isValidElementType = S, fe.typeOf = C;
846
+ fe.AsyncMode = p, fe.ConcurrentMode = I, fe.ContextConsumer = $, fe.ContextProvider = oe, fe.Element = re, fe.ForwardRef = A, fe.Fragment = G, fe.Lazy = X, fe.Memo = J, fe.Portal = F, fe.Profiler = te, fe.StrictMode = L, fe.Suspense = U, fe.isAsyncMode = ue, fe.isConcurrentMode = O, fe.isContextConsumer = M, fe.isContextProvider = Z, fe.isElement = K, fe.isForwardRef = B, fe.isFragment = Y, fe.isLazy = V, fe.isMemo = q, fe.isPortal = H, fe.isProfiler = z, fe.isStrictMode = Q, fe.isSuspense = Se, fe.isValidElementType = S, fe.typeOf = C;
847
847
  }()), fe;
848
848
  }
849
849
  var Ro;
@@ -1020,7 +1020,7 @@ function Ns() {
1020
1020
  function y(O) {
1021
1021
  if (process.env.NODE_ENV !== "production")
1022
1022
  var M = {}, Z = 0;
1023
- function K(Y, V, q, H, W, Q, Se) {
1023
+ function K(Y, V, q, H, z, Q, Se) {
1024
1024
  if (H = H || h, Q = Q || q, Se !== r) {
1025
1025
  if (l) {
1026
1026
  var x = new Error(
@@ -1035,15 +1035,15 @@ function Ns() {
1035
1035
  ), M[xe] = !0, Z++);
1036
1036
  }
1037
1037
  }
1038
- return V[q] == null ? Y ? V[q] === null ? new g("The " + W + " `" + Q + "` is marked as required " + ("in `" + H + "`, but its value is `null`.")) : new g("The " + W + " `" + Q + "` is marked as required in " + ("`" + H + "`, but its value is `undefined`.")) : null : O(V, q, H, W, Q);
1038
+ return V[q] == null ? Y ? V[q] === null ? new g("The " + z + " `" + Q + "` is marked as required " + ("in `" + H + "`, but its value is `null`.")) : new g("The " + z + " `" + Q + "` is marked as required in " + ("`" + H + "`, but its value is `undefined`.")) : null : O(V, q, H, z, Q);
1039
1039
  }
1040
1040
  var B = K.bind(null, !1);
1041
1041
  return B.isRequired = K.bind(null, !0), B;
1042
1042
  }
1043
1043
  function w(O) {
1044
1044
  function M(Z, K, B, Y, V, q) {
1045
- var H = Z[K], W = L(H);
1046
- if (W !== O) {
1045
+ var H = Z[K], z = L(H);
1046
+ if (z !== O) {
1047
1047
  var Q = U(H);
1048
1048
  return new g(
1049
1049
  "Invalid " + Y + " `" + V + "` of type " + ("`" + Q + "` supplied to `" + B + "`, expected ") + ("`" + O + "`."),
@@ -1066,8 +1066,8 @@ function Ns() {
1066
1066
  var H = L(q);
1067
1067
  return new g("Invalid " + Y + " `" + V + "` of type " + ("`" + H + "` supplied to `" + B + "`, expected an array."));
1068
1068
  }
1069
- for (var W = 0; W < q.length; W++) {
1070
- var Q = O(q, W, B, Y, V + "[" + W + "]", r);
1069
+ for (var z = 0; z < q.length; z++) {
1070
+ var Q = O(q, z, B, Y, V + "[" + z + "]", r);
1071
1071
  if (Q instanceof Error)
1072
1072
  return Q;
1073
1073
  }
@@ -1116,11 +1116,11 @@ function Ns() {
1116
1116
  for (var q = Z[K], H = 0; H < O.length; H++)
1117
1117
  if (v(q, O[H]))
1118
1118
  return null;
1119
- var W = JSON.stringify(O, function(Se, x) {
1119
+ var z = JSON.stringify(O, function(Se, x) {
1120
1120
  var xe = U(x);
1121
1121
  return xe === "symbol" ? String(x) : x;
1122
1122
  });
1123
- return new g("Invalid " + Y + " `" + V + "` of value `" + String(q) + "` " + ("supplied to `" + B + "`, expected one of " + W + "."));
1123
+ return new g("Invalid " + Y + " `" + V + "` of value `" + String(q) + "` " + ("supplied to `" + B + "`, expected one of " + z + "."));
1124
1124
  }
1125
1125
  return y(M);
1126
1126
  }
@@ -1131,9 +1131,9 @@ function Ns() {
1131
1131
  var q = Z[K], H = L(q);
1132
1132
  if (H !== "object")
1133
1133
  return new g("Invalid " + Y + " `" + V + "` of type " + ("`" + H + "` supplied to `" + B + "`, expected an object."));
1134
- for (var W in q)
1135
- if (n(q, W)) {
1136
- var Q = O(q, W, B, Y, V + "." + W, r);
1134
+ for (var z in q)
1135
+ if (n(q, z)) {
1136
+ var Q = O(q, z, B, Y, V + "." + z, r);
1137
1137
  if (Q instanceof Error)
1138
1138
  return Q;
1139
1139
  }
@@ -1152,13 +1152,13 @@ function Ns() {
1152
1152
  ), a;
1153
1153
  }
1154
1154
  function K(B, Y, V, q, H) {
1155
- for (var W = [], Q = 0; Q < O.length; Q++) {
1155
+ for (var z = [], Q = 0; Q < O.length; Q++) {
1156
1156
  var Se = O[Q], x = Se(B, Y, V, q, H, r);
1157
1157
  if (x == null)
1158
1158
  return null;
1159
- x.data && n(x.data, "expectedType") && W.push(x.data.expectedType);
1159
+ x.data && n(x.data, "expectedType") && z.push(x.data.expectedType);
1160
1160
  }
1161
- var xe = W.length > 0 ? ", expected one of type [" + W.join(", ") + "]" : "";
1161
+ var xe = z.length > 0 ? ", expected one of type [" + z.join(", ") + "]" : "";
1162
1162
  return new g("Invalid " + q + " `" + H + "` supplied to " + ("`" + V + "`" + xe + "."));
1163
1163
  }
1164
1164
  return y(K);
@@ -1179,11 +1179,11 @@ function Ns() {
1179
1179
  var q = Z[K], H = L(q);
1180
1180
  if (H !== "object")
1181
1181
  return new g("Invalid " + Y + " `" + V + "` of type `" + H + "` " + ("supplied to `" + B + "`, expected `object`."));
1182
- for (var W in O) {
1183
- var Q = O[W];
1182
+ for (var z in O) {
1183
+ var Q = O[z];
1184
1184
  if (typeof Q != "function")
1185
- return G(B, Y, V, W, U(Q));
1186
- var Se = Q(q, W, B, Y, V + "." + W, r);
1185
+ return G(B, Y, V, z, U(Q));
1186
+ var Se = Q(q, z, B, Y, V + "." + z, r);
1187
1187
  if (Se)
1188
1188
  return Se;
1189
1189
  }
@@ -1196,8 +1196,8 @@ function Ns() {
1196
1196
  var q = Z[K], H = L(q);
1197
1197
  if (H !== "object")
1198
1198
  return new g("Invalid " + Y + " `" + V + "` of type `" + H + "` " + ("supplied to `" + B + "`, expected `object`."));
1199
- var W = t({}, Z[K], O);
1200
- for (var Q in W) {
1199
+ var z = t({}, Z[K], O);
1200
+ for (var Q in z) {
1201
1201
  var Se = O[Q];
1202
1202
  if (n(O, Q) && typeof Se != "function")
1203
1203
  return G(B, Y, V, Q, U(Se));
@@ -1598,7 +1598,7 @@ function Ys() {
1598
1598
  function H(j) {
1599
1599
  return p(j) === m;
1600
1600
  }
1601
- function W(j) {
1601
+ function z(j) {
1602
1602
  return p(j) === t;
1603
1603
  }
1604
1604
  function Q(j) {
@@ -1613,7 +1613,7 @@ function Ys() {
1613
1613
  function xe(j) {
1614
1614
  return p(j) === d;
1615
1615
  }
1616
- me.ContextConsumer = I, me.ContextProvider = $, me.Element = oe, me.ForwardRef = re, me.Fragment = A, me.Lazy = G, me.Memo = X, me.Portal = J, me.Profiler = F, me.StrictMode = te, me.Suspense = L, me.SuspenseList = U, me.isAsyncMode = O, me.isConcurrentMode = M, me.isContextConsumer = Z, me.isContextProvider = K, me.isElement = B, me.isForwardRef = Y, me.isFragment = V, me.isLazy = q, me.isMemo = H, me.isPortal = W, me.isProfiler = Q, me.isStrictMode = Se, me.isSuspense = x, me.isSuspenseList = xe, me.isValidElementType = C, me.typeOf = p;
1616
+ me.ContextConsumer = I, me.ContextProvider = $, me.Element = oe, me.ForwardRef = re, me.Fragment = A, me.Lazy = G, me.Memo = X, me.Portal = J, me.Profiler = F, me.StrictMode = te, me.Suspense = L, me.SuspenseList = U, me.isAsyncMode = O, me.isConcurrentMode = M, me.isContextConsumer = Z, me.isContextProvider = K, me.isElement = B, me.isForwardRef = Y, me.isFragment = V, me.isLazy = q, me.isMemo = H, me.isPortal = z, me.isProfiler = Q, me.isStrictMode = Se, me.isSuspense = x, me.isSuspenseList = xe, me.isValidElementType = C, me.typeOf = p;
1617
1617
  }()), me;
1618
1618
  }
1619
1619
  process.env.NODE_ENV === "production" ? Rn.exports = Us() : Rn.exports = Ys();
@@ -3227,7 +3227,7 @@ function Tl() {
3227
3227
  function H(x) {
3228
3228
  return C(x) === r;
3229
3229
  }
3230
- function W(x) {
3230
+ function z(x) {
3231
3231
  return C(x) === i;
3232
3232
  }
3233
3233
  function Q(x) {
@@ -3236,7 +3236,7 @@ function Tl() {
3236
3236
  function Se(x) {
3237
3237
  return C(x) === m;
3238
3238
  }
3239
- ge.AsyncMode = p, ge.ConcurrentMode = I, ge.ContextConsumer = $, ge.ContextProvider = oe, ge.Element = re, ge.ForwardRef = A, ge.Fragment = G, ge.Lazy = X, ge.Memo = J, ge.Portal = F, ge.Profiler = te, ge.StrictMode = L, ge.Suspense = U, ge.isAsyncMode = ue, ge.isConcurrentMode = O, ge.isContextConsumer = M, ge.isContextProvider = Z, ge.isElement = K, ge.isForwardRef = B, ge.isFragment = Y, ge.isLazy = V, ge.isMemo = q, ge.isPortal = H, ge.isProfiler = W, ge.isStrictMode = Q, ge.isSuspense = Se, ge.isValidElementType = S, ge.typeOf = C;
3239
+ ge.AsyncMode = p, ge.ConcurrentMode = I, ge.ContextConsumer = $, ge.ContextProvider = oe, ge.Element = re, ge.ForwardRef = A, ge.Fragment = G, ge.Lazy = X, ge.Memo = J, ge.Portal = F, ge.Profiler = te, ge.StrictMode = L, ge.Suspense = U, ge.isAsyncMode = ue, ge.isConcurrentMode = O, ge.isContextConsumer = M, ge.isContextProvider = Z, ge.isElement = K, ge.isForwardRef = B, ge.isFragment = Y, ge.isLazy = V, ge.isMemo = q, ge.isPortal = H, ge.isProfiler = z, ge.isStrictMode = Q, ge.isSuspense = Se, ge.isValidElementType = S, ge.typeOf = C;
3240
3240
  }()), ge;
3241
3241
  }
3242
3242
  process.env.NODE_ENV === "production" ? $n.exports = El() : $n.exports = Tl();
@@ -6836,9 +6836,9 @@ const Rf = ["BackdropComponent", "BackdropProps", "classes", "className", "close
6836
6836
  } = ue();
6837
6837
  V.onEnter = xe, V.onExited = j;
6838
6838
  }
6839
- const q = (n = (o = F == null ? void 0 : F.root) != null ? o : w.Root) != null ? n : Of, H = (i = (a = F == null ? void 0 : F.backdrop) != null ? a : w.Backdrop) != null ? i : d, W = (c = J == null ? void 0 : J.root) != null ? c : k.root, Q = (l = J == null ? void 0 : J.backdrop) != null ? l : k.backdrop, Se = Vo({
6839
+ const q = (n = (o = F == null ? void 0 : F.root) != null ? o : w.Root) != null ? n : Of, H = (i = (a = F == null ? void 0 : F.backdrop) != null ? a : w.Backdrop) != null ? i : d, z = (c = J == null ? void 0 : J.root) != null ? c : k.root, Q = (l = J == null ? void 0 : J.backdrop) != null ? l : k.backdrop, Se = Vo({
6840
6840
  elementType: q,
6841
- externalSlotProps: W,
6841
+ externalSlotProps: z,
6842
6842
  externalForwardedProps: te,
6843
6843
  getSlotProps: U,
6844
6844
  additionalProps: {
@@ -6846,7 +6846,7 @@ const Rf = ["BackdropComponent", "BackdropProps", "classes", "className", "close
6846
6846
  as: y
6847
6847
  },
6848
6848
  ownerState: B,
6849
- className: Ce(h, W == null ? void 0 : W.className, Y == null ? void 0 : Y.root, !B.open && B.exited && (Y == null ? void 0 : Y.hidden))
6849
+ className: Ce(h, z == null ? void 0 : z.className, Y == null ? void 0 : Y.root, !B.open && B.exited && (Y == null ? void 0 : Y.hidden))
6850
6850
  }), x = Vo({
6851
6851
  elementType: H,
6852
6852
  externalSlotProps: Q,
@@ -8161,12 +8161,12 @@ const dp = it("MuiButtonBase", ["root", "disabled", "focusVisible"]), fp = dp, p
8161
8161
  E.useEffect(() => {
8162
8162
  B && h && !d && V && D.current.pulsate();
8163
8163
  }, [d, h, B, V]);
8164
- function W(ne, Yt, qt = m) {
8164
+ function z(ne, Yt, qt = m) {
8165
8165
  return Ct((cr) => (Yt && Yt(cr), !qt && D.current && D.current[ne](cr), !0));
8166
8166
  }
8167
- const Q = W("start", I), Se = W("stop", y), x = W("stop", w), xe = W("stop", oe), j = W("stop", (ne) => {
8167
+ const Q = z("start", I), Se = z("stop", y), x = z("stop", w), xe = z("stop", oe), j = z("stop", (ne) => {
8168
8168
  B && ne.preventDefault(), $ && $(ne);
8169
- }), Be = W("start", G), et = W("stop", re), xt = W("stop", A), ar = W("stop", (ne) => {
8169
+ }), Be = z("start", G), et = z("stop", re), xt = z("stop", A), ar = z("stop", (ne) => {
8170
8170
  Z(ne), O.current === !1 && Y(!1), v && v(ne);
8171
8171
  }, !1), Ot = Ct((ne) => {
8172
8172
  U.current || (U.current = ne.currentTarget), M(ne), O.current === !0 && (Y(!0), S && S(ne)), k && k(ne);
@@ -9725,7 +9725,7 @@ const a0 = Ga, s0 = {
9725
9725
  A200: "#ffff00",
9726
9726
  A400: "#ffea00",
9727
9727
  A700: "#ffd600"
9728
- }, Le = f0, z = {
9728
+ }, Le = f0, W = {
9729
9729
  blue600: "#1389F6",
9730
9730
  blue700: "#287DFD",
9731
9731
  blue800: "#285AE6",
@@ -9774,31 +9774,31 @@ const a0 = Ga, s0 = {
9774
9774
  blue300: $e[300],
9775
9775
  blue400: $e[400],
9776
9776
  blue500: $e[500],
9777
- blue600: z.blue600,
9778
- blue700: z.blue700,
9779
- blue800: z.blue800,
9780
- blue900: z.blue900,
9777
+ blue600: W.blue600,
9778
+ blue700: W.blue700,
9779
+ blue800: W.blue800,
9780
+ blue900: W.blue900,
9781
9781
  blueA100: $e.A100,
9782
9782
  blueA200: $e.A200,
9783
9783
  blueA400: $e.A400,
9784
9784
  blueA700: $e.A700,
9785
- blue1000: z.blue1000,
9786
- green50: z.green50,
9787
- green100: z.green100,
9788
- green200: z.green200,
9789
- green300: z.green300,
9790
- green400: z.green400,
9791
- green500: z.green500,
9792
- green600: z.green600,
9793
- green700: z.green700,
9794
- green800: z.green800,
9795
- green900: z.green900,
9796
- green1000: z.green1000,
9797
- greenA100: z.greenA100,
9798
- greenA200: z.greenA200,
9799
- greenA400: z.greenA400,
9800
- greenA700: z.greenA700,
9801
- greenA900: z.greenA900,
9785
+ blue1000: W.blue1000,
9786
+ green50: W.green50,
9787
+ green100: W.green100,
9788
+ green200: W.green200,
9789
+ green300: W.green300,
9790
+ green400: W.green400,
9791
+ green500: W.green500,
9792
+ green600: W.green600,
9793
+ green700: W.green700,
9794
+ green800: W.green800,
9795
+ green900: W.green900,
9796
+ green1000: W.green1000,
9797
+ greenA100: W.greenA100,
9798
+ greenA200: W.greenA200,
9799
+ greenA400: W.greenA400,
9800
+ greenA700: W.greenA700,
9801
+ greenA900: W.greenA900,
9802
9802
  lightBlue50: Oe[50],
9803
9803
  lightBlue100: Oe[100],
9804
9804
  lightBlue200: Oe[200],
@@ -9809,7 +9809,7 @@ const a0 = Ga, s0 = {
9809
9809
  lightBlue700: Oe[700],
9810
9810
  lightBlue800: Oe[800],
9811
9811
  lightBlue900: Oe[900],
9812
- lightBlue1000: z.lightBlue1000,
9812
+ lightBlue1000: W.lightBlue1000,
9813
9813
  lightBlueA100: Oe.A100,
9814
9814
  lightBlueA200: Oe.A200,
9815
9815
  lightBlueA400: Oe.A400,
@@ -9824,7 +9824,7 @@ const a0 = Ga, s0 = {
9824
9824
  lightGreen700: at[700],
9825
9825
  lightGreen800: at[800],
9826
9826
  lightGreen900: at[900],
9827
- neutral00: z.neutral00,
9827
+ neutral00: W.neutral00,
9828
9828
  neutral50: Me[50],
9829
9829
  neutral100: Me[100],
9830
9830
  neutral200: Me[200],
@@ -9835,11 +9835,11 @@ const a0 = Ga, s0 = {
9835
9835
  neutral700: Me[700],
9836
9836
  neutral800: Me[800],
9837
9837
  neutral900: Me[900],
9838
- neutral1000: z.neutral1000,
9839
- neutralA100: z.neutralA100,
9840
- neutralA200: z.neutralA200,
9841
- neutralA400: z.neutralA400,
9842
- neutralA700: z.neutralA700,
9838
+ neutral1000: W.neutral1000,
9839
+ neutralA100: W.neutralA100,
9840
+ neutralA200: W.neutralA200,
9841
+ neutralA400: W.neutralA400,
9842
+ neutralA700: W.neutralA700,
9843
9843
  orange50: je[50],
9844
9844
  orange100: je[100],
9845
9845
  orange200: je[200],
@@ -9850,7 +9850,7 @@ const a0 = Ga, s0 = {
9850
9850
  orange700: je[700],
9851
9851
  orange800: je[800],
9852
9852
  orange900: je[900],
9853
- orange1000: z.orange1000,
9853
+ orange1000: W.orange1000,
9854
9854
  orangeA100: je.A100,
9855
9855
  orangeA200: je.A200,
9856
9856
  orangeA400: je.A400,
@@ -9865,7 +9865,7 @@ const a0 = Ga, s0 = {
9865
9865
  purple700: be[700],
9866
9866
  purple800: be[800],
9867
9867
  purple900: be[900],
9868
- purple1000: z.purple1000,
9868
+ purple1000: W.purple1000,
9869
9869
  purpleA100: be.A100,
9870
9870
  purpleA200: be.A200,
9871
9871
  purpleA400: be.A400,
@@ -9880,7 +9880,7 @@ const a0 = Ga, s0 = {
9880
9880
  yellow700: Le[700],
9881
9881
  yellow800: Le[800],
9882
9882
  yellow900: Le[900],
9883
- yellow1000: z.yellow1000,
9883
+ yellow1000: W.yellow1000,
9884
9884
  yellowA100: Le.A100,
9885
9885
  yellowA200: Le.A200,
9886
9886
  yellowA400: Le.A400,
@@ -9895,7 +9895,7 @@ const a0 = Ga, s0 = {
9895
9895
  red700: we[700],
9896
9896
  red800: we[800],
9897
9897
  red900: we[900],
9898
- red1000: z.red1000,
9898
+ red1000: W.red1000,
9899
9899
  redA100: we.A100,
9900
9900
  redA200: we.A200,
9901
9901
  redA400: we.A400,
@@ -9910,7 +9910,7 @@ const a0 = Ga, s0 = {
9910
9910
  cyan700: Ue[700],
9911
9911
  cyan800: Ue[800],
9912
9912
  cyan900: Ue[900],
9913
- cyan1000: z.cyan1000,
9913
+ cyan1000: W.cyan1000,
9914
9914
  cyanA100: Ue.A100,
9915
9915
  cyanA200: Ue.A200,
9916
9916
  cyanA400: Ue.A400,
@@ -9925,20 +9925,20 @@ const a0 = Ga, s0 = {
9925
9925
  deepPurple700: We[700],
9926
9926
  deepPurple800: We[800],
9927
9927
  deepPurple900: We[900],
9928
- deepPurple1000: z.deepPurple1000,
9928
+ deepPurple1000: W.deepPurple1000,
9929
9929
  deepPurpleA100: We.A100,
9930
9930
  deepPurpleA200: We.A200,
9931
9931
  deepPurpleA400: We.A400,
9932
9932
  deepPurpleA700: We.A700,
9933
- deepPurpleA800: z.deepPurpleA800,
9933
+ deepPurpleA800: W.deepPurpleA800,
9934
9934
  primary: {
9935
9935
  main: $e.A700,
9936
- dark: z.blue800,
9936
+ dark: W.blue800,
9937
9937
  light: $e.A200,
9938
- contrastText: z.neutral00,
9939
- hover: Ie(z.blue700, 0.04),
9940
- selected: Ie(z.blue700, 0.08),
9941
- focus: Ie(z.blue700, 0.12),
9938
+ contrastText: W.neutral00,
9939
+ hover: Ie(W.blue700, 0.04),
9940
+ selected: Ie(Oe[400], 0.08),
9941
+ focus: Ie(W.blue700, 0.12),
9942
9942
  focusVisible: Ie($e[700], 0.3),
9943
9943
  outlinedBorder: $e[200]
9944
9944
  },
@@ -9946,7 +9946,7 @@ const a0 = Ga, s0 = {
9946
9946
  main: be.A700,
9947
9947
  dark: be[700],
9948
9948
  light: be.A400,
9949
- contrastText: z.neutral00,
9949
+ contrastText: W.neutral00,
9950
9950
  hover: Ie(be[500], 0.04),
9951
9951
  selected: Ie(be[500], 0.08),
9952
9952
  focus: Ie(be[500], 0.12),
@@ -9957,36 +9957,36 @@ const a0 = Ga, s0 = {
9957
9957
  main: we.A700,
9958
9958
  dark: we[800],
9959
9959
  light: we.A200,
9960
- contrastText: z.neutral00,
9960
+ contrastText: W.neutral00,
9961
9961
  hover: Ie(we[700], 0.04)
9962
9962
  },
9963
9963
  warning: {
9964
9964
  main: Le[900],
9965
- dark: z.yellow1000,
9965
+ dark: W.yellow1000,
9966
9966
  light: Le[800],
9967
- contrastText: z.neutral00
9967
+ contrastText: W.neutral00
9968
9968
  },
9969
9969
  info: {
9970
9970
  main: Oe.A700,
9971
9971
  dark: Oe[900],
9972
9972
  light: Oe.A400,
9973
- contrastText: z.neutral00
9973
+ contrastText: W.neutral00
9974
9974
  },
9975
9975
  ai: {
9976
9976
  main: We.A700,
9977
- dark: z.deepPurpleA800,
9978
- contrastText: z.neutral00
9977
+ dark: W.deepPurpleA800,
9978
+ contrastText: W.neutral00
9979
9979
  },
9980
9980
  inProgress: {
9981
9981
  main: vt.A700,
9982
- dark: z.greenA900,
9983
- contrastText: z.neutral00
9982
+ dark: W.greenA900,
9983
+ contrastText: W.neutral00
9984
9984
  },
9985
9985
  success: {
9986
- main: z.greenA900,
9986
+ main: W.greenA900,
9987
9987
  dark: vt[700],
9988
- light: z.greenA700,
9989
- contrastText: z.neutral00
9988
+ light: W.greenA700,
9989
+ contrastText: W.neutral00
9990
9990
  },
9991
9991
  action: {
9992
9992
  active: Me[700],
@@ -10084,7 +10084,8 @@ const a0 = Ga, s0 = {
10084
10084
  MuiFormControl: {
10085
10085
  styleOverrides: {
10086
10086
  root: {
10087
- gap: h0
10087
+ gap: h0,
10088
+ minWidth: "220px"
10088
10089
  }
10089
10090
  }
10090
10091
  },