@movable/ui 0.25.0 → 0.26.1

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.
@@ -0,0 +1,8 @@
1
+ /// <reference types="react" />
2
+ type InkEmptyTableProps = {
3
+ icon?: JSX.Element;
4
+ title?: string;
5
+ description?: string;
6
+ };
7
+ export declare function InkEmptyTableMessage({ icon, title, description, }: InkEmptyTableProps): import("react/jsx-runtime").JSX.Element;
8
+ export {};
@@ -0,0 +1 @@
1
+ export { InkEmptyTableMessage } from './InkEmptyTableMessage';
package/lib/index.mjs CHANGED
@@ -236,13 +236,13 @@ function Ps() {
236
236
  ` + q + f;
237
237
  }
238
238
  }
239
- var z = !1, Q;
239
+ var W = !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 || z)
245
+ if (!f || W)
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
- z = !0;
253
+ W = !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
- z = !1, V.current = Ee, Y(), Error.prepareStackTrace = se;
310
+ W = !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 z(x) {
837
+ function W(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 = z, 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 = W, 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, z, Q, Se) {
1023
+ function K(Y, V, q, H, W, 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 " + 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);
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);
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], z = L(H);
1046
- if (z !== O) {
1045
+ var H = Z[K], W = L(H);
1046
+ if (W !== 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 z = 0; z < q.length; z++) {
1070
- var Q = O(q, z, B, Y, V + "[" + z + "]", r);
1069
+ for (var W = 0; W < q.length; W++) {
1070
+ var Q = O(q, W, B, Y, V + "[" + W + "]", 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 z = JSON.stringify(O, function(Se, x) {
1119
+ var W = 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 " + z + "."));
1123
+ return new g("Invalid " + Y + " `" + V + "` of value `" + String(q) + "` " + ("supplied to `" + B + "`, expected one of " + W + "."));
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 z in q)
1135
- if (n(q, z)) {
1136
- var Q = O(q, z, B, Y, V + "." + z, r);
1134
+ for (var W in q)
1135
+ if (n(q, W)) {
1136
+ var Q = O(q, W, B, Y, V + "." + W, 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 z = [], Q = 0; Q < O.length; Q++) {
1155
+ for (var W = [], 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") && z.push(x.data.expectedType);
1159
+ x.data && n(x.data, "expectedType") && W.push(x.data.expectedType);
1160
1160
  }
1161
- var xe = z.length > 0 ? ", expected one of type [" + z.join(", ") + "]" : "";
1161
+ var xe = W.length > 0 ? ", expected one of type [" + W.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 z in O) {
1183
- var Q = O[z];
1182
+ for (var W in O) {
1183
+ var Q = O[W];
1184
1184
  if (typeof Q != "function")
1185
- return G(B, Y, V, z, U(Q));
1186
- var Se = Q(q, z, B, Y, V + "." + z, r);
1185
+ return G(B, Y, V, W, U(Q));
1186
+ var Se = Q(q, W, B, Y, V + "." + W, 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 z = t({}, Z[K], O);
1200
- for (var Q in z) {
1199
+ var W = t({}, Z[K], O);
1200
+ for (var Q in W) {
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 z(j) {
1601
+ function W(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 = z, 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 = W, 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 z(x) {
3230
+ function W(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 = z, 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 = W, 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, 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({
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({
6840
6840
  elementType: q,
6841
- externalSlotProps: z,
6841
+ externalSlotProps: W,
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, z == null ? void 0 : z.className, Y == null ? void 0 : Y.root, !B.open && B.exited && (Y == null ? void 0 : Y.hidden))
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))
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 z(ne, Yt, qt = m) {
8164
+ function W(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 = z("start", I), Se = z("stop", y), x = z("stop", w), xe = z("stop", oe), j = z("stop", (ne) => {
8167
+ const Q = W("start", I), Se = W("stop", y), x = W("stop", w), xe = W("stop", oe), j = W("stop", (ne) => {
8168
8168
  B && ne.preventDefault(), $ && $(ne);
8169
- }), Be = z("start", G), et = z("stop", re), xt = z("stop", A), ar = z("stop", (ne) => {
8169
+ }), Be = W("start", G), et = W("stop", re), xt = W("stop", A), ar = W("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, W = {
9728
+ }, Le = f0, z = {
9729
9729
  blue600: "#1389F6",
9730
9730
  blue700: "#287DFD",
9731
9731
  blue800: "#285AE6",
@@ -9749,6 +9749,7 @@ const a0 = Ga, s0 = {
9749
9749
  greenA900: "#00A56A",
9750
9750
  lightBlue1000: "#014361",
9751
9751
  neutral00: "#FFFFFF",
9752
+ neutral1000: "#000000",
9752
9753
  neutralA100: "#D5D5D5",
9753
9754
  neutralA200: "#AAAAAA",
9754
9755
  neutralA400: "#616161",
@@ -9773,31 +9774,31 @@ const a0 = Ga, s0 = {
9773
9774
  blue300: $e[300],
9774
9775
  blue400: $e[400],
9775
9776
  blue500: $e[500],
9776
- blue600: W.blue600,
9777
- blue700: W.blue700,
9778
- blue800: W.blue800,
9779
- blue900: W.blue900,
9777
+ blue600: z.blue600,
9778
+ blue700: z.blue700,
9779
+ blue800: z.blue800,
9780
+ blue900: z.blue900,
9780
9781
  blueA100: $e.A100,
9781
9782
  blueA200: $e.A200,
9782
9783
  blueA400: $e.A400,
9783
9784
  blueA700: $e.A700,
9784
- blue1000: W.blue1000,
9785
- green50: W.green50,
9786
- green100: W.green100,
9787
- green200: W.green200,
9788
- green300: W.green300,
9789
- green400: W.green400,
9790
- green500: W.green500,
9791
- green600: W.green600,
9792
- green700: W.green700,
9793
- green800: W.green800,
9794
- green900: W.green900,
9795
- green1000: W.green1000,
9796
- greenA100: W.greenA100,
9797
- greenA200: W.greenA200,
9798
- greenA400: W.greenA400,
9799
- greenA700: W.greenA700,
9800
- greenA900: W.greenA900,
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,
9801
9802
  lightBlue50: Oe[50],
9802
9803
  lightBlue100: Oe[100],
9803
9804
  lightBlue200: Oe[200],
@@ -9808,7 +9809,7 @@ const a0 = Ga, s0 = {
9808
9809
  lightBlue700: Oe[700],
9809
9810
  lightBlue800: Oe[800],
9810
9811
  lightBlue900: Oe[900],
9811
- lightBlue1000: W.lightBlue1000,
9812
+ lightBlue1000: z.lightBlue1000,
9812
9813
  lightBlueA100: Oe.A100,
9813
9814
  lightBlueA200: Oe.A200,
9814
9815
  lightBlueA400: Oe.A400,
@@ -9823,7 +9824,7 @@ const a0 = Ga, s0 = {
9823
9824
  lightGreen700: at[700],
9824
9825
  lightGreen800: at[800],
9825
9826
  lightGreen900: at[900],
9826
- neutral00: W.neutral00,
9827
+ neutral00: z.neutral00,
9827
9828
  neutral50: Me[50],
9828
9829
  neutral100: Me[100],
9829
9830
  neutral200: Me[200],
@@ -9834,10 +9835,11 @@ const a0 = Ga, s0 = {
9834
9835
  neutral700: Me[700],
9835
9836
  neutral800: Me[800],
9836
9837
  neutral900: Me[900],
9837
- neutralA100: W.neutralA100,
9838
- neutralA200: W.neutralA200,
9839
- neutralA400: W.neutralA400,
9840
- neutralA700: W.neutralA700,
9838
+ neutral1000: z.neutral1000,
9839
+ neutralA100: z.neutralA100,
9840
+ neutralA200: z.neutralA200,
9841
+ neutralA400: z.neutralA400,
9842
+ neutralA700: z.neutralA700,
9841
9843
  orange50: je[50],
9842
9844
  orange100: je[100],
9843
9845
  orange200: je[200],
@@ -9848,7 +9850,7 @@ const a0 = Ga, s0 = {
9848
9850
  orange700: je[700],
9849
9851
  orange800: je[800],
9850
9852
  orange900: je[900],
9851
- orange1000: W.orange1000,
9853
+ orange1000: z.orange1000,
9852
9854
  orangeA100: je.A100,
9853
9855
  orangeA200: je.A200,
9854
9856
  orangeA400: je.A400,
@@ -9863,7 +9865,7 @@ const a0 = Ga, s0 = {
9863
9865
  purple700: be[700],
9864
9866
  purple800: be[800],
9865
9867
  purple900: be[900],
9866
- purple1000: W.purple1000,
9868
+ purple1000: z.purple1000,
9867
9869
  purpleA100: be.A100,
9868
9870
  purpleA200: be.A200,
9869
9871
  purpleA400: be.A400,
@@ -9878,7 +9880,7 @@ const a0 = Ga, s0 = {
9878
9880
  yellow700: Le[700],
9879
9881
  yellow800: Le[800],
9880
9882
  yellow900: Le[900],
9881
- yellow1000: W.yellow1000,
9883
+ yellow1000: z.yellow1000,
9882
9884
  yellowA100: Le.A100,
9883
9885
  yellowA200: Le.A200,
9884
9886
  yellowA400: Le.A400,
@@ -9893,7 +9895,7 @@ const a0 = Ga, s0 = {
9893
9895
  red700: we[700],
9894
9896
  red800: we[800],
9895
9897
  red900: we[900],
9896
- red1000: W.red1000,
9898
+ red1000: z.red1000,
9897
9899
  redA100: we.A100,
9898
9900
  redA200: we.A200,
9899
9901
  redA400: we.A400,
@@ -9908,7 +9910,7 @@ const a0 = Ga, s0 = {
9908
9910
  cyan700: Ue[700],
9909
9911
  cyan800: Ue[800],
9910
9912
  cyan900: Ue[900],
9911
- cyan1000: W.cyan1000,
9913
+ cyan1000: z.cyan1000,
9912
9914
  cyanA100: Ue.A100,
9913
9915
  cyanA200: Ue.A200,
9914
9916
  cyanA400: Ue.A400,
@@ -9923,20 +9925,20 @@ const a0 = Ga, s0 = {
9923
9925
  deepPurple700: We[700],
9924
9926
  deepPurple800: We[800],
9925
9927
  deepPurple900: We[900],
9926
- deepPurple1000: W.deepPurple1000,
9928
+ deepPurple1000: z.deepPurple1000,
9927
9929
  deepPurpleA100: We.A100,
9928
9930
  deepPurpleA200: We.A200,
9929
9931
  deepPurpleA400: We.A400,
9930
9932
  deepPurpleA700: We.A700,
9931
- deepPurpleA800: W.deepPurpleA800,
9933
+ deepPurpleA800: z.deepPurpleA800,
9932
9934
  primary: {
9933
9935
  main: $e.A700,
9934
- dark: W.blue800,
9936
+ dark: z.blue800,
9935
9937
  light: $e.A200,
9936
- contrastText: W.neutral00,
9937
- hover: Ie(W.blue700, 0.04),
9938
- selected: Ie(W.blue700, 0.08),
9939
- focus: Ie(W.blue700, 0.12),
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),
9940
9942
  focusVisible: Ie($e[700], 0.3),
9941
9943
  outlinedBorder: $e[200]
9942
9944
  },
@@ -9944,7 +9946,7 @@ const a0 = Ga, s0 = {
9944
9946
  main: be.A700,
9945
9947
  dark: be[700],
9946
9948
  light: be.A400,
9947
- contrastText: W.neutral00,
9949
+ contrastText: z.neutral00,
9948
9950
  hover: Ie(be[500], 0.04),
9949
9951
  selected: Ie(be[500], 0.08),
9950
9952
  focus: Ie(be[500], 0.12),
@@ -9955,36 +9957,36 @@ const a0 = Ga, s0 = {
9955
9957
  main: we.A700,
9956
9958
  dark: we[800],
9957
9959
  light: we.A200,
9958
- contrastText: W.neutral00,
9960
+ contrastText: z.neutral00,
9959
9961
  hover: Ie(we[700], 0.04)
9960
9962
  },
9961
9963
  warning: {
9962
9964
  main: Le[900],
9963
- dark: W.yellow1000,
9965
+ dark: z.yellow1000,
9964
9966
  light: Le[800],
9965
- contrastText: W.neutral00
9967
+ contrastText: z.neutral00
9966
9968
  },
9967
9969
  info: {
9968
9970
  main: Oe.A700,
9969
9971
  dark: Oe[900],
9970
9972
  light: Oe.A400,
9971
- contrastText: W.neutral00
9973
+ contrastText: z.neutral00
9972
9974
  },
9973
9975
  ai: {
9974
9976
  main: We.A700,
9975
- dark: W.deepPurpleA800,
9976
- contrastText: W.neutral00
9977
+ dark: z.deepPurpleA800,
9978
+ contrastText: z.neutral00
9977
9979
  },
9978
9980
  inProgress: {
9979
9981
  main: vt.A700,
9980
- dark: W.greenA900,
9981
- contrastText: W.neutral00
9982
+ dark: z.greenA900,
9983
+ contrastText: z.neutral00
9982
9984
  },
9983
9985
  success: {
9984
- main: W.greenA900,
9986
+ main: z.greenA900,
9985
9987
  dark: vt[700],
9986
- light: W.greenA700,
9987
- contrastText: W.neutral00
9988
+ light: z.greenA700,
9989
+ contrastText: z.neutral00
9988
9990
  },
9989
9991
  action: {
9990
9992
  active: Me[700],
@@ -10597,6 +10599,9 @@ const a0 = Ga, s0 = {
10597
10599
  },
10598
10600
  ".MuiDataGrid-columnHeaderTitle": {
10599
10601
  fontWeight: 500
10602
+ },
10603
+ ".MuiDataGrid-overlayWrapper": {
10604
+ height: "auto"
10600
10605
  }
10601
10606
  }
10602
10607
  }