@abdellatifui/react 3.2.162 → 3.2.163

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 (2) hide show
  1. package/dist/nextgen.js +89 -89
  2. package/package.json +1 -1
package/dist/nextgen.js CHANGED
@@ -593,7 +593,7 @@ const Ep = (e, n) => {
593
593
  }, Gp = [], Xe = (e) => {
594
594
  const n = (t) => t[e] || Gp;
595
595
  return n.isThemeGetter = !0, n;
596
- }, Uc = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, Gc = /^\((?:(\w[\w-]*):)?(.+)\)$/i, Yp = /^\d+\/\d+$/, qp = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, Kp = /\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/, Xp = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, Qp = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, Jp = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, _n = (e) => Yp.test(e), me = (e) => !!e && !Number.isNaN(Number(e)), Jt = (e) => !!e && Number.isInteger(Number(e)), Fs = (e) => e.endsWith("%") && me(e.slice(0, -1)), Bt = (e) => qp.test(e), Zp = () => !0, em = (e) => (
596
+ }, Uc = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, Gc = /^\((?:(\w[\w-]*):)?(.+)\)$/i, Yp = /^\d+\/\d+$/, qp = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, Kp = /\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/, Xp = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, Qp = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, Jp = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, _n = (e) => Yp.test(e), me = (e) => !!e && !Number.isNaN(Number(e)), Zt = (e) => !!e && Number.isInteger(Number(e)), Fs = (e) => e.endsWith("%") && me(e.slice(0, -1)), Bt = (e) => qp.test(e), Zp = () => !0, em = (e) => (
597
597
  // `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
598
598
  // For example, `hsl(0 0% 0%)` would be classified as a length without this check.
599
599
  // I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
@@ -623,9 +623,9 @@ const Ep = (e, n) => {
623
623
  "bottom-left",
624
624
  // Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
625
625
  "left-bottom"
626
- ], x = () => [...k(), ie, se], A = () => ["auto", "hidden", "clip", "visible", "scroll"], T = () => ["auto", "contain", "none"], N = () => [ie, se, l], $ = () => [_n, "full", "auto", ...N()], I = () => [Jt, "none", "subgrid", ie, se], _ = () => ["auto", {
627
- span: ["full", Jt, ie, se]
628
- }, Jt, ie, se], v = () => [Jt, "auto", ie, se], P = () => ["auto", "min", "max", "fr", ie, se], R = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], V = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], z = () => ["auto", ...N()], q = () => [_n, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...N()], M = () => [e, ie, se], X = () => [...k(), $a, Oa, {
626
+ ], x = () => [...k(), ie, se], A = () => ["auto", "hidden", "clip", "visible", "scroll"], T = () => ["auto", "contain", "none"], N = () => [ie, se, l], $ = () => [_n, "full", "auto", ...N()], I = () => [Zt, "none", "subgrid", ie, se], _ = () => ["auto", {
627
+ span: ["full", Zt, ie, se]
628
+ }, Zt, ie, se], v = () => [Zt, "auto", ie, se], P = () => ["auto", "min", "max", "fr", ie, se], R = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], V = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], z = () => ["auto", ...N()], q = () => [_n, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...N()], M = () => [e, ie, se], X = () => [...k(), $a, Oa, {
629
629
  position: [ie, se]
630
630
  }], D = () => ["no-repeat", {
631
631
  repeat: ["", "x", "y", "space", "round"]
@@ -892,7 +892,7 @@ const Ep = (e, n) => {
892
892
  * @see https://tailwindcss.com/docs/z-index
893
893
  */
894
894
  z: [{
895
- z: [Jt, "auto", ie, se]
895
+ z: [Zt, "auto", ie, se]
896
896
  }],
897
897
  // ------------------------
898
898
  // --- Flexbox and Grid ---
@@ -944,7 +944,7 @@ const Ep = (e, n) => {
944
944
  * @see https://tailwindcss.com/docs/order
945
945
  */
946
946
  order: [{
947
- order: [Jt, "first", "last", "none", ie, se]
947
+ order: [Zt, "first", "last", "none", ie, se]
948
948
  }],
949
949
  /**
950
950
  * Grid Template Columns
@@ -1622,9 +1622,9 @@ const Ep = (e, n) => {
1622
1622
  bg: ["none", {
1623
1623
  linear: [{
1624
1624
  to: ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
1625
- }, Jt, ie, se],
1625
+ }, Zt, ie, se],
1626
1626
  radial: ["", ie, se],
1627
- conic: [Jt, ie, se]
1627
+ conic: [Zt, ie, se]
1628
1628
  }, lm, sm]
1629
1629
  }],
1630
1630
  /**
@@ -6188,7 +6188,7 @@ const ch = Ce("flex items-center justify-center z-1 css-iuur1", {
6188
6188
  " "
6189
6189
  ] })
6190
6190
  ] }),
6191
- /* @__PURE__ */ c.jsx(on, { children: /* @__PURE__ */ c.jsx("div", { className: "drag-handler-box ml-[10px] flex justify-center items-center h-full", children: /* @__PURE__ */ c.jsx(oi, { size: 12, className: "hover:bg-accent rounded w-[40px] p-2 h-[40px] text-gray-600 hover:cursor-move" }) }) })
6191
+ /* @__PURE__ */ c.jsx(Kt, { children: /* @__PURE__ */ c.jsx("div", { className: "drag-handler-box ml-[10px] flex justify-center items-center h-full", children: /* @__PURE__ */ c.jsx(oi, { size: 12, className: "hover:bg-accent rounded w-[40px] p-2 h-[40px] text-gray-600 hover:cursor-move" }) }) })
6192
6192
  ] }) });
6193
6193
  };
6194
6194
  function Ye(e, n) {
@@ -6851,14 +6851,14 @@ function bh() {
6851
6851
  }
6852
6852
  var xh = /* @__PURE__ */ bh();
6853
6853
  const y = /* @__PURE__ */ Cp(xh);
6854
- function Zt(e) {
6854
+ function en(e) {
6855
6855
  if (typeof e != "object" || e === null)
6856
6856
  return !1;
6857
6857
  const n = Object.getPrototypeOf(e);
6858
6858
  return (n === null || n === Object.prototype || Object.getPrototypeOf(n) === null) && !(Symbol.toStringTag in e) && !(Symbol.iterator in e);
6859
6859
  }
6860
6860
  function uu(e) {
6861
- if (/* @__PURE__ */ j.isValidElement(e) || !Zt(e))
6861
+ if (/* @__PURE__ */ j.isValidElement(e) || !en(e))
6862
6862
  return e;
6863
6863
  const n = {};
6864
6864
  return Object.keys(e).forEach((t) => {
@@ -6869,9 +6869,9 @@ function Gt(e, n, t = {
6869
6869
  clone: !0
6870
6870
  }) {
6871
6871
  const r = t.clone ? J({}, e) : e;
6872
- return Zt(e) && Zt(n) && Object.keys(n).forEach((o) => {
6873
- /* @__PURE__ */ j.isValidElement(n[o]) ? r[o] = n[o] : Zt(n[o]) && // Avoid prototype pollution
6874
- Object.prototype.hasOwnProperty.call(e, o) && Zt(e[o]) ? r[o] = Gt(e[o], n[o], t) : t.clone ? r[o] = Zt(n[o]) ? uu(n[o]) : n[o] : r[o] = n[o];
6872
+ return en(e) && en(n) && Object.keys(n).forEach((o) => {
6873
+ /* @__PURE__ */ j.isValidElement(n[o]) ? r[o] = n[o] : en(n[o]) && // Avoid prototype pollution
6874
+ Object.prototype.hasOwnProperty.call(e, o) && en(e[o]) ? r[o] = Gt(e[o], n[o], t) : t.clone ? r[o] = en(n[o]) ? uu(n[o]) : n[o] : r[o] = n[o];
6875
6875
  }), r;
6876
6876
  }
6877
6877
  function pi(e) {
@@ -7515,10 +7515,10 @@ var cg = /[A-Z]|^ms/g, ug = /_EMO_([^_]+?)_([^]*?)_EMO_/g, xu = function(n) {
7515
7515
  case "animationName":
7516
7516
  if (typeof t == "string")
7517
7517
  return t.replace(ug, function(r, o, s) {
7518
- return en = {
7518
+ return tn = {
7519
7519
  name: o,
7520
7520
  styles: s,
7521
- next: en
7521
+ next: tn
7522
7522
  }, o;
7523
7523
  });
7524
7524
  }
@@ -7536,20 +7536,20 @@ function jo(e, n, t) {
7536
7536
  case "object": {
7537
7537
  var o = t;
7538
7538
  if (o.anim === 1)
7539
- return en = {
7539
+ return tn = {
7540
7540
  name: o.name,
7541
7541
  styles: o.styles,
7542
- next: en
7542
+ next: tn
7543
7543
  }, o.name;
7544
7544
  var s = t;
7545
7545
  if (s.styles !== void 0) {
7546
7546
  var i = s.next;
7547
7547
  if (i !== void 0)
7548
7548
  for (; i !== void 0; )
7549
- en = {
7549
+ tn = {
7550
7550
  name: i.name,
7551
7551
  styles: i.styles,
7552
- next: en
7552
+ next: tn
7553
7553
  }, i = i.next;
7554
7554
  var a = s.styles + ";";
7555
7555
  return a;
@@ -7589,12 +7589,12 @@ function dg(e, n, t) {
7589
7589
  }
7590
7590
  return r;
7591
7591
  }
7592
- var fl = /label:\s*([^\s;{]+)\s*(;|$)/g, en;
7592
+ var fl = /label:\s*([^\s;{]+)\s*(;|$)/g, tn;
7593
7593
  function Cu(e, n, t) {
7594
7594
  if (e.length === 1 && typeof e[0] == "object" && e[0] !== null && e[0].styles !== void 0)
7595
7595
  return e[0];
7596
7596
  var r = !0, o = "";
7597
- en = void 0;
7597
+ tn = void 0;
7598
7598
  var s = e[0];
7599
7599
  if (s == null || s.raw === void 0)
7600
7600
  r = !1, o += jo(t, n, s);
@@ -7614,7 +7614,7 @@ function Cu(e, n, t) {
7614
7614
  return {
7615
7615
  name: p,
7616
7616
  styles: o,
7617
- next: en
7617
+ next: tn
7618
7618
  };
7619
7619
  }
7620
7620
  function fg(e, n) {
@@ -8456,7 +8456,7 @@ function dy(e) {
8456
8456
  let s;
8457
8457
  return Array.isArray(n) ? s = [r, ...n] : typeof n == "function" ? s = (...i) => {
8458
8458
  const a = n(...i);
8459
- return Zt(a) ? J({}, r, a) : r;
8459
+ return en(a) ? J({}, r, a) : r;
8460
8460
  } : s = J({}, r, n), J({}, o, {
8461
8461
  sx: s
8462
8462
  });
@@ -8555,7 +8555,7 @@ function by(e = {}) {
8555
8555
  const b = fg(i, J({
8556
8556
  shouldForwardProp: w,
8557
8557
  label: S
8558
- }, h)), k = (A) => typeof A == "function" && A.__emotion_real !== A || Zt(A) ? (T) => {
8558
+ }, h)), k = (A) => typeof A == "function" && A.__emotion_real !== A || en(A) ? (T) => {
8559
8559
  const N = yo({
8560
8560
  theme: T.theme,
8561
8561
  defaultTheme: t,
@@ -10390,13 +10390,13 @@ function sr(e, n, t = void 0) {
10390
10390
  }
10391
10391
  return r;
10392
10392
  }
10393
- function tn(e, ...n) {
10393
+ function nn(e, ...n) {
10394
10394
  const t = new URL(`https://mui.com/production-error/?code=${e}`);
10395
10395
  return n.forEach((r) => t.searchParams.append("args[]", r)), `Minified MUI error #${e}; visit ${t} for the full message.`;
10396
10396
  }
10397
10397
  function qe(e) {
10398
10398
  if (typeof e != "string")
10399
- throw new Error(process.env.NODE_ENV !== "production" ? "MUI: `capitalize(string)` expects a string argument." : tn(7));
10399
+ throw new Error(process.env.NODE_ENV !== "production" ? "MUI: `capitalize(string)` expects a string argument." : nn(7));
10400
10400
  return e.charAt(0).toUpperCase() + e.slice(1);
10401
10401
  }
10402
10402
  var vo = { exports: {} }, Te = {};
@@ -10588,7 +10588,7 @@ function mv(e, n) {
10588
10588
  if (!t) {
10589
10589
  if (process.env.NODE_ENV !== "production")
10590
10590
  throw new Error(process.env.NODE_ENV !== "production" ? `MUI: The provided shorthand ${`(${n})`} is invalid. The format should be \`@<breakpoint | number>\` or \`@<breakpoint | number>/<container>\`.
10591
- For example, \`@sm\` or \`@600\` or \`@40rem/sidebar\`.` : tn(18, `(${n})`));
10591
+ For example, \`@sm\` or \`@600\` or \`@40rem/sidebar\`.` : nn(18, `(${n})`));
10592
10592
  return null;
10593
10593
  }
10594
10594
  const [, r, o] = t, s = Number.isNaN(+r) ? r || 0 : +r;
@@ -11719,20 +11719,20 @@ function Ab(e) {
11719
11719
  let t = e.match(n);
11720
11720
  return t && t[0].length === 1 && (t = t.map((r) => r + r)), process.env.NODE_ENV !== "production" && e.length !== e.trim().length && console.error(`MUI: The color: "${e}" is invalid. Make sure the color input doesn't contain leading/trailing space.`), t ? `rgb${t.length === 4 ? "a" : ""}(${t.map((r, o) => o < 3 ? parseInt(r, 16) : Math.round(parseInt(r, 16) / 255 * 1e3) / 1e3).join(", ")})` : "";
11721
11721
  }
11722
- function nn(e) {
11722
+ function rn(e) {
11723
11723
  if (e.type)
11724
11724
  return e;
11725
11725
  if (e.charAt(0) === "#")
11726
- return nn(Ab(e));
11726
+ return rn(Ab(e));
11727
11727
  const n = e.indexOf("("), t = e.substring(0, n);
11728
11728
  if (!["rgb", "rgba", "hsl", "hsla", "color"].includes(t))
11729
11729
  throw new Error(process.env.NODE_ENV !== "production" ? `MUI: Unsupported \`${e}\` color.
11730
- The following formats are supported: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color().` : tn(9, e));
11730
+ The following formats are supported: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color().` : nn(9, e));
11731
11731
  let r = e.substring(n + 1, e.length - 1), o;
11732
11732
  if (t === "color") {
11733
11733
  if (r = r.split(" "), o = r.shift(), r.length === 4 && r[3].charAt(0) === "/" && (r[3] = r[3].slice(1)), !["srgb", "display-p3", "a98-rgb", "prophoto-rgb", "rec-2020"].includes(o))
11734
11734
  throw new Error(process.env.NODE_ENV !== "production" ? `MUI: unsupported \`${o}\` color space.
11735
- The following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rgb, rec-2020.` : tn(10, o));
11735
+ The following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rgb, rec-2020.` : nn(10, o));
11736
11736
  } else
11737
11737
  r = r.split(",");
11738
11738
  return r = r.map((s) => parseFloat(s)), {
@@ -11742,7 +11742,7 @@ The following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rg
11742
11742
  };
11743
11743
  }
11744
11744
  const Pb = (e) => {
11745
- const n = nn(e);
11745
+ const n = rn(e);
11746
11746
  return n.values.slice(0, 3).map((t, r) => n.type.includes("hsl") && r !== 0 ? `${t}%` : t).join(" ");
11747
11747
  }, jr = (e, n) => {
11748
11748
  try {
@@ -11762,7 +11762,7 @@ function hs(e) {
11762
11762
  return n.includes("rgb") ? r = r.map((o, s) => s < 3 ? parseInt(o, 10) : o) : n.includes("hsl") && (r[1] = `${r[1]}%`, r[2] = `${r[2]}%`), n.includes("color") ? r = `${t} ${r.join(" ")}` : r = `${r.join(", ")}`, `${n}(${r})`;
11763
11763
  }
11764
11764
  function Vu(e) {
11765
- e = nn(e);
11765
+ e = rn(e);
11766
11766
  const {
11767
11767
  values: n
11768
11768
  } = e, t = n[0], r = n[1] / 100, o = n[2] / 100, s = r * Math.min(o, 1 - o), i = (u, f = (u + t / 30) % 12) => o - s * Math.max(Math.min(f - 3, 9 - f, 1), -1);
@@ -11774,8 +11774,8 @@ function Vu(e) {
11774
11774
  });
11775
11775
  }
11776
11776
  function yi(e) {
11777
- e = nn(e);
11778
- let n = e.type === "hsl" || e.type === "hsla" ? nn(Vu(e)).values : e.values;
11777
+ e = rn(e);
11778
+ let n = e.type === "hsl" || e.type === "hsla" ? rn(Vu(e)).values : e.values;
11779
11779
  return n = n.map((t) => (e.type !== "color" && (t /= 255), t <= 0.03928 ? t / 12.92 : ((t + 0.055) / 1.055) ** 2.4)), Number((0.2126 * n[0] + 0.7152 * n[1] + 0.0722 * n[2]).toFixed(3));
11780
11780
  }
11781
11781
  function _l(e, n) {
@@ -11783,7 +11783,7 @@ function _l(e, n) {
11783
11783
  return (Math.max(t, r) + 0.05) / (Math.min(t, r) + 0.05);
11784
11784
  }
11785
11785
  function Mo(e, n) {
11786
- return e = nn(e), n = Qi(n), (e.type === "rgb" || e.type === "hsl") && (e.type += "a"), e.type === "color" ? e.values[3] = `/${n}` : e.values[3] = n, hs(e);
11786
+ return e = rn(e), n = Qi(n), (e.type === "rgb" || e.type === "hsl") && (e.type += "a"), e.type === "color" ? e.values[3] = `/${n}` : e.values[3] = n, hs(e);
11787
11787
  }
11788
11788
  function yn(e, n, t) {
11789
11789
  try {
@@ -11793,7 +11793,7 @@ function yn(e, n, t) {
11793
11793
  }
11794
11794
  }
11795
11795
  function gs(e, n) {
11796
- if (e = nn(e), n = Qi(n), e.type.includes("hsl"))
11796
+ if (e = rn(e), n = Qi(n), e.type.includes("hsl"))
11797
11797
  e.values[2] *= 1 - n;
11798
11798
  else if (e.type.includes("rgb") || e.type.includes("color"))
11799
11799
  for (let t = 0; t < 3; t += 1)
@@ -11808,7 +11808,7 @@ function we(e, n, t) {
11808
11808
  }
11809
11809
  }
11810
11810
  function ys(e, n) {
11811
- if (e = nn(e), n = Qi(n), e.type.includes("hsl"))
11811
+ if (e = rn(e), n = Qi(n), e.type.includes("hsl"))
11812
11812
  e.values[2] += (100 - e.values[2]) * n;
11813
11813
  else if (e.type.includes("rgb"))
11814
11814
  for (let t = 0; t < 3; t += 1)
@@ -12294,7 +12294,7 @@ function Ji(e) {
12294
12294
  ...C
12295
12295
  }, !C.main && C[w] && (C.main = C[w]), !C.hasOwnProperty("main"))
12296
12296
  throw new Error(process.env.NODE_ENV !== "production" ? `MUI: The color${S ? ` (${S})` : ""} provided to augmentColor(color) is invalid.
12297
- The color object needs to have a \`main\` property or a \`${w}\` property.` : tn(11, S ? ` (${S})` : "", w));
12297
+ The color object needs to have a \`main\` property or a \`${w}\` property.` : nn(11, S ? ` (${S})` : "", w));
12298
12298
  if (typeof C.main != "string")
12299
12299
  throw new Error(process.env.NODE_ENV !== "production" ? `MUI: The color${S ? ` (${S})` : ""} provided to augmentColor(color) is invalid.
12300
12300
  \`color.main\` should be a string, but \`${JSON.stringify(C.main)}\` was provided instead.
@@ -12309,7 +12309,7 @@ const theme1 = createTheme({ palette: {
12309
12309
 
12310
12310
  const theme2 = createTheme({ palette: {
12311
12311
  primary: { main: green[500] },
12312
- } });` : tn(12, S ? ` (${S})` : "", JSON.stringify(C.main)));
12312
+ } });` : nn(12, S ? ` (${S})` : "", JSON.stringify(C.main)));
12313
12313
  return o ? (Bl(o, C, "light", b, r), Bl(o, C, "dark", k, r)) : (Ll(C, "light", b, r), Ll(C, "dark", k, r)), C.contrastText || (C.contrastText = m(C.main)), C;
12314
12314
  };
12315
12315
  let g;
@@ -12615,7 +12615,7 @@ function bi(e = {}, ...n) {
12615
12615
  if (e.vars && // The error should throw only for the root theme creation because user is not allowed to use a custom node `vars`.
12616
12616
  // `generateThemeVars` is the closest identifier for checking that the `options` is a result of `createTheme` with CSS variables so that user can create new theme for nested ThemeProvider.
12617
12617
  e.generateThemeVars === void 0)
12618
- throw new Error(process.env.NODE_ENV !== "production" ? "MUI: `vars` is a private field used for CSS variables support.\nPlease use another name or follow the [docs](https://mui.com/material-ui/customization/css-theme-variables/usage/) to enable the feature." : tn(20));
12618
+ throw new Error(process.env.NODE_ENV !== "production" ? "MUI: `vars` is a private field used for CSS variables support.\nPlease use another name or follow the [docs](https://mui.com/material-ui/customization/css-theme-variables/usage/) to enable the feature." : nn(20));
12619
12619
  const p = Ji({
12620
12620
  ...s,
12621
12621
  colorSpace: u
@@ -12835,7 +12835,7 @@ function C0(e = {}, ...n) {
12835
12835
  };
12836
12836
  let b = g;
12837
12837
  if ((m === "dark" && !("dark" in t) || m === "light" && !("light" in t)) && (b = !0), !b)
12838
- throw new Error(process.env.NODE_ENV !== "production" ? `MUI: The \`colorSchemes.${m}\` option is either missing or invalid.` : tn(21, m));
12838
+ throw new Error(process.env.NODE_ENV !== "production" ? `MUI: The \`colorSchemes.${m}\` option is either missing or invalid.` : nn(21, m));
12839
12839
  let k;
12840
12840
  i && (k = "oklch");
12841
12841
  const x = ti(k, w, b, f, m);
@@ -12973,7 +12973,7 @@ const E0 = (e) => k0(e) && e !== "classes", st = Cb({
12973
12973
  themeId: Xu,
12974
12974
  defaultTheme: Ku,
12975
12975
  rootShouldForwardProp: E0
12976
- }), rn = zb;
12976
+ }), on = zb;
12977
12977
  process.env.NODE_ENV !== "production" && (y.node, y.object.isRequired);
12978
12978
  function Nn(e) {
12979
12979
  return $b(e);
@@ -13187,7 +13187,7 @@ const M0 = (e) => {
13187
13187
  } = e;
13188
13188
  return [n.root, n[t.variant], !t.square && n.rounded, t.variant === "elevation" && n[`elevation${t.elevation}`]];
13189
13189
  }
13190
- })(rn(({
13190
+ })(on(({
13191
13191
  theme: e
13192
13192
  }) => ({
13193
13193
  backgroundColor: (e.vars || e).palette.background.paper,
@@ -13334,7 +13334,7 @@ const L0 = (e) => {
13334
13334
  } = e;
13335
13335
  return [n.root, t.color !== "inherit" && n[`color${qe(t.color)}`], n[`fontSize${qe(t.fontSize)}`]];
13336
13336
  }
13337
- })(rn(({
13337
+ })(on(({
13338
13338
  theme: e
13339
13339
  }) => ({
13340
13340
  userSelect: "none",
@@ -14521,7 +14521,7 @@ const $t = 44, Ei = nr`
14521
14521
  } = e;
14522
14522
  return [n.root, n[t.variant], n[`color${qe(t.color)}`]];
14523
14523
  }
14524
- })(rn(({
14524
+ })(on(({
14525
14525
  theme: e
14526
14526
  }) => ({
14527
14527
  display: "inline-block",
@@ -14562,7 +14562,7 @@ const $t = 44, Ei = nr`
14562
14562
  } = e;
14563
14563
  return [n.circle, n[`circle${qe(t.variant)}`], t.disableShrink && n.circleDisableShrink];
14564
14564
  }
14565
- })(rn(({
14565
+ })(on(({
14566
14566
  theme: e
14567
14567
  }) => ({
14568
14568
  stroke: "currentColor",
@@ -14595,7 +14595,7 @@ const $t = 44, Ei = nr`
14595
14595
  }))), Cx = st("circle", {
14596
14596
  name: "MuiCircularProgress",
14597
14597
  slot: "Track"
14598
- })(rn(({
14598
+ })(on(({
14599
14599
  theme: e
14600
14600
  }) => ({
14601
14601
  stroke: "currentColor",
@@ -14759,7 +14759,7 @@ const Jl = Tn("MuiIconButton", ["root", "disabled", "colorInherit", "colorPrimar
14759
14759
  } = e;
14760
14760
  return [n.root, t.loading && n.loading, t.color !== "default" && n[`color${qe(t.color)}`], t.edge && n[`edge${qe(t.edge)}`], n[`size${qe(t.size)}`]];
14761
14761
  }
14762
- })(rn(({
14762
+ })(on(({
14763
14763
  theme: e
14764
14764
  }) => ({
14765
14765
  textAlign: "center",
@@ -14814,7 +14814,7 @@ const Jl = Tn("MuiIconButton", ["root", "disabled", "colorInherit", "colorPrimar
14814
14814
  marginRight: -3
14815
14815
  }
14816
14816
  }]
14817
- })), rn(({
14817
+ })), on(({
14818
14818
  theme: e
14819
14819
  }) => ({
14820
14820
  variants: [{
@@ -15047,7 +15047,7 @@ const Tx = ir(/* @__PURE__ */ c.jsx("path", {
15047
15047
  } = e;
15048
15048
  return [n.root, n[t.variant], n[`${t.variant}${qe(t.color || t.severity)}`]];
15049
15049
  }
15050
- })(rn(({
15050
+ })(on(({
15051
15051
  theme: e
15052
15052
  }) => {
15053
15053
  const n = e.palette.mode === "light" ? e.darken : e.lighten, t = e.palette.mode === "light" ? e.lighten : e.darken;
@@ -16511,7 +16511,7 @@ const gC = ({
16511
16511
  ), document.body)
16512
16512
  ]
16513
16513
  }
16514
- ) }), on = fe(gC), yC = Ce("font-Roboto select-none font-normal", {
16514
+ ) }), Kt = fe(gC), yC = Ce("font-Roboto select-none font-normal", {
16515
16515
  variants: {
16516
16516
  type: {
16517
16517
  main: "text-[20px]",
@@ -17293,7 +17293,7 @@ function zC(e, n) {
17293
17293
  ));
17294
17294
  }
17295
17295
  const DC = j.forwardRef(zC), FC = /box|flex|grid|column|lineHeight|fontWeight|opacity|order|tabSize|zIndex/;
17296
- function Kt(e, n) {
17296
+ function Xt(e, n) {
17297
17297
  if (!e || !n)
17298
17298
  return;
17299
17299
  const t = e.style;
@@ -17347,7 +17347,7 @@ const Cd = fe(Oe((e, n) => {
17347
17347
  }), []);
17348
17348
  const { longitude: i, latitude: a, offset: l, style: u, draggable: f = !1, popup: p = null, rotation: m = 0, rotationAlignment: h = "auto", pitchAlignment: g = "auto" } = e;
17349
17349
  Y(() => {
17350
- Kt(s.getElement(), u);
17350
+ Xt(s.getElement(), u);
17351
17351
  }, [u]), At(n, () => s, []);
17352
17352
  const d = o.current.props;
17353
17353
  (s.getLngLat().lng !== i || s.getLngLat().lat !== a) && s.setLngLat([i, a]), l && !AC(s.getOffset(), l) && s.setOffset(l), s.isDraggable() !== f && s.setDraggable(f), s.getRotation() !== m && s.setRotation(m), s.getRotationAlignment() !== h && s.setRotationAlignment(h), s.getPitchAlignment() !== g && s.setPitchAlignment(g), s.getPopup() !== p && s.setPopup(p);
@@ -17372,7 +17372,7 @@ fe(Oe((e, n) => {
17372
17372
  i.off("close", a), i.isOpen() && i.remove();
17373
17373
  };
17374
17374
  }, []), Y(() => {
17375
- Kt(i.getElement(), e.style);
17375
+ Xt(i.getElement(), e.style);
17376
17376
  }, [e.style]), At(n, () => i, []), i.isOpen()) {
17377
17377
  const a = s.current.props;
17378
17378
  (i.getLngLat().lng !== e.longitude || i.getLngLat().lat !== e.latitude) && i.setLngLat([e.longitude, e.latitude]), e.offset && !Ft(a.offset, e.offset) && i.setOffset(e.offset), (a.anchor !== e.anchor || a.maxWidth !== e.maxWidth) && (i.options.anchor = e.anchor, i.setMaxWidth(e.maxWidth));
@@ -17398,7 +17398,7 @@ function LC(e) {
17398
17398
  position: e.position
17399
17399
  });
17400
17400
  return Y(() => {
17401
- Kt(n._container, e.style);
17401
+ Xt(n._container, e.style);
17402
17402
  }, [e.style]), null;
17403
17403
  }
17404
17404
  fe(LC);
@@ -17407,7 +17407,7 @@ function BC(e) {
17407
17407
  container: e.containerId && document.getElementById(e.containerId)
17408
17408
  }), { position: e.position });
17409
17409
  return Y(() => {
17410
- Kt(n._controlContainer, e.style);
17410
+ Xt(n._controlContainer, e.style);
17411
17411
  }, [e.style]), null;
17412
17412
  }
17413
17413
  fe(BC);
@@ -17429,7 +17429,7 @@ function VC(e, n) {
17429
17429
  }), s;
17430
17430
  }, { position: e.position });
17431
17431
  return t.current.props = e, At(n, () => r, []), Y(() => {
17432
- Kt(r._container, e.style);
17432
+ Xt(r._container, e.style);
17433
17433
  }, [e.style]), null;
17434
17434
  }
17435
17435
  fe(Oe(VC));
@@ -17438,7 +17438,7 @@ function WC(e) {
17438
17438
  position: e.position
17439
17439
  });
17440
17440
  return Y(() => {
17441
- Kt(n._container, e.style);
17441
+ Xt(n._container, e.style);
17442
17442
  }, [e.style]), null;
17443
17443
  }
17444
17444
  fe(WC);
@@ -17449,7 +17449,7 @@ function HC(e) {
17449
17449
  t.current = e;
17450
17450
  const { style: o } = e;
17451
17451
  return e.maxWidth !== void 0 && e.maxWidth !== r.maxWidth && (n.options.maxWidth = e.maxWidth), e.unit !== void 0 && e.unit !== r.unit && n.setUnit(e.unit), Y(() => {
17452
- Kt(n._container, o);
17452
+ Xt(n._container, o);
17453
17453
  }, [o]), null;
17454
17454
  }
17455
17455
  fe(HC);
@@ -17458,14 +17458,14 @@ function UC(e) {
17458
17458
  position: e.position
17459
17459
  });
17460
17460
  return Y(() => {
17461
- Kt(n._container, e.style);
17461
+ Xt(n._container, e.style);
17462
17462
  }, [e.style]), null;
17463
17463
  }
17464
17464
  fe(UC);
17465
17465
  function GC(e) {
17466
17466
  const n = dn(({ mapLib: t }) => new t.LogoControl(e), { position: e.position });
17467
17467
  return Y(() => {
17468
- Kt(n._container, e.style);
17468
+ Xt(n._container, e.style);
17469
17469
  }, [e.style]), null;
17470
17470
  }
17471
17471
  fe(GC);
@@ -18246,9 +18246,9 @@ const ww = (e, n, t = 0, r = 40) => {
18246
18246
  r.current && o.current && s?.length > 1 && (r.current.innerText = s[0].toFixed(4), o.current.innerText = s[1].toFixed(4), t.current && t.current.style.display === "none" && (t.current.style.display = "block"));
18247
18247
  }
18248
18248
  })), /* @__PURE__ */ c.jsx("div", { ref: t, className: "absolute top-0 left-0 rounded bg-black/40 px-1 z-30", style: { display: "none" }, children: /* @__PURE__ */ c.jsx("span", { className: "text-xs font-mono text-gray-200", children: /* @__PURE__ */ c.jsxs("div", { className: "flex gap-x-1", children: [
18249
- /* @__PURE__ */ c.jsx(on, { title: "longitude", delay: 1e3, children: /* @__PURE__ */ c.jsx("p", { ref: r, children: "0.0000" }) }),
18249
+ /* @__PURE__ */ c.jsx(Kt, { title: "longitude", delay: 1e3, children: /* @__PURE__ */ c.jsx("p", { ref: r, children: "0.0000" }) }),
18250
18250
  ",",
18251
- /* @__PURE__ */ c.jsx(on, { title: "latitude", delay: 1e3, children: /* @__PURE__ */ c.jsx("p", { ref: o, children: "0.0000" }) })
18251
+ /* @__PURE__ */ c.jsx(Kt, { title: "latitude", delay: 1e3, children: /* @__PURE__ */ c.jsx("p", { ref: o, children: "0.0000" }) })
18252
18252
  ] }) }) });
18253
18253
  });
18254
18254
  Nd.displayName = "Coordination Box";
@@ -18287,7 +18287,7 @@ function Ew({ data: e, getCenterBox: n, points: t, mapApi: r, hoveredConnection:
18287
18287
  return ue(() => {
18288
18288
  if (!e) return null;
18289
18289
  const a = o?.u_id == e?.u_id;
18290
- return !a && o ? null : n ? n({ ...e, points: t, mapApi: r }) : /* @__PURE__ */ c.jsx(on, { title: "Number of connections", children: /* @__PURE__ */ c.jsx(
18290
+ return !a && o ? null : n ? n({ ...e, points: t, mapApi: r }) : /* @__PURE__ */ c.jsx(Kt, { title: "Number of connections", children: /* @__PURE__ */ c.jsx(
18291
18291
  "div",
18292
18292
  {
18293
18293
  onMouseEnter: () => s(!0),
@@ -18591,7 +18591,7 @@ const Rw = fe(Pd), Rd = (e) => {
18591
18591
  );
18592
18592
  }, [s]);
18593
18593
  return /* @__PURE__ */ c.jsxs("div", { className: B("absolute bottom-10 overflow-hidden right-3 z-50 min-h-[60px] w-[25px] gap-2 bg-white border rounded-full flex flex-wrap items-center justify-center py-1", o), children: [
18594
- t && /* @__PURE__ */ c.jsx(on, { title: "Go to first node", children: /* @__PURE__ */ c.jsx(Bf, { onClick: i, className: "text-blue-600 hover:bg-accent rounded-full", size: 18 }) }),
18594
+ t && /* @__PURE__ */ c.jsx(Kt, { title: "Go to first node", children: /* @__PURE__ */ c.jsx(Bf, { onClick: i, className: "text-blue-600 hover:bg-accent rounded-full", size: 18 }) }),
18595
18595
  r?.map((a, l) => /* @__PURE__ */ c.jsx("div", { children: a }, "custom-control-button-" + l))
18596
18596
  ] });
18597
18597
  };
@@ -18640,7 +18640,7 @@ const jw = fe(Rd), Ow = Ce(
18640
18640
  p(h, g);
18641
18641
  }
18642
18642
  return /* @__PURE__ */ c.jsx(
18643
- on,
18643
+ Kt,
18644
18644
  {
18645
18645
  title: t,
18646
18646
  delay: 600,
@@ -19020,7 +19020,7 @@ const vc = [
19020
19020
  re();
19021
19021
  const It = ct(4, !0, !1), ye = re({});
19022
19022
  re();
19023
- const jt = re(), [de, fn] = O([]), [St, pn] = O([]), [Xr, Qr] = O([]), [mt, _t] = O(), [lr, cr] = O(null), [ur, Jr] = O(null), [ht, dr] = O({}), [Mt, Zr] = O({}), [at, Xt] = O(!1), [eo, An] = O({ connections: [], nodes: [], countBoxes: [] }), [ga, to] = O({}), [no, ro] = O(!1), [ya, Pn] = O(!1), [fr, Ts] = O(t), [of, Ns] = O(), [Rn, oo] = O(0), [pr, mr] = O([]), [Ke, Qt] = O([]), [As, va] = O(!0), [hr, jn] = O(!1), [so, Ps] = O("full"), On = re();
19023
+ const jt = re(), [de, fn] = O([]), [St, pn] = O([]), [Xr, Qr] = O([]), [mt, _t] = O(), [lr, cr] = O(null), [ur, Jr] = O(null), [ht, dr] = O({}), [Mt, Zr] = O({}), [at, Qt] = O(!1), [eo, An] = O({ connections: [], nodes: [], countBoxes: [] }), [ga, to] = O({}), [no, ro] = O(!1), [ya, Pn] = O(!1), [fr, Ts] = O(t), [of, Ns] = O(), [Rn, oo] = O(0), [pr, mr] = O([]), [Ke, Jt] = O([]), [As, va] = O(!0), [hr, jn] = O(!1), [so, Ps] = O("full"), On = re();
19024
19024
  Y(() => {
19025
19025
  Z && console.log(e);
19026
19026
  }, [Z]);
@@ -19157,7 +19157,7 @@ const vc = [
19157
19157
  );
19158
19158
  if (E == "moving" && mr(lt), ve == "moveend") {
19159
19159
  const Ot = [...new Set(lt.flatMap((xr) => xr?.connections))];
19160
- Qt(Ot), E == "moveend" && mr(lt);
19160
+ Jt(Ot), E == "moveend" && mr(lt);
19161
19161
  }
19162
19162
  };
19163
19163
  Y(() => {
@@ -19248,13 +19248,13 @@ const vc = [
19248
19248
  },
19249
19249
  setOptions: mn,
19250
19250
  setTriggerRefUpdate: oo,
19251
- setMapDragging: Xt,
19251
+ setMapDragging: Qt,
19252
19252
  hasInternet: As,
19253
19253
  setMapZooming: ro,
19254
19254
  setMapRotating: Ns,
19255
19255
  setStartLinkCounterRerender: Pn,
19256
19256
  setInViewNodes: mr,
19257
- setInViewConnections: Qt,
19257
+ setInViewConnections: Jt,
19258
19258
  setHoveredNode: to,
19259
19259
  setHoveredConnection: _t,
19260
19260
  setContextMenuEvent: cr,
@@ -19305,7 +19305,7 @@ const vc = [
19305
19305
  console.log("OnMap GL Paths : ", yr);
19306
19306
  }, [yr]);
19307
19307
  const cf = oe(() => {
19308
- Pn(!1), Xt(!0);
19308
+ Pn(!1), Qt(!0);
19309
19309
  }, []), uf = oe((ee) => {
19310
19310
  Ts(ee?.target?.getZoom()), ro((ve) => !ve);
19311
19311
  }, []);
@@ -19313,13 +19313,13 @@ const vc = [
19313
19313
  console.log(ee);
19314
19314
  }, []);
19315
19315
  const df = oe(() => {
19316
- ye?.current?.getMap().stop(), Xt(!1);
19316
+ ye?.current?.getMap().stop(), Qt(!1);
19317
19317
  }, [ye]);
19318
19318
  oe((ee) => {
19319
- Xt(!0), E == "moving" && $n(ee, "moving");
19319
+ Qt(!0), E == "moving" && $n(ee, "moving");
19320
19320
  }, [E, St]);
19321
19321
  const ff = oe((ee) => {
19322
- console.log("Moving End ...", ee), $n(ee, "moveend"), Xt(!1);
19322
+ console.log("Moving End ...", ee), $n(ee, "moveend"), Qt(!1);
19323
19323
  }, [St]), pf = oe((ee) => {
19324
19324
  S && S({ mapApi: ye.current, event: ee, hasInternet: !0 });
19325
19325
  }, [S]), mf = oe((ee) => {
@@ -19650,7 +19650,7 @@ const Id = an({}), ck = (e) => {
19650
19650
  /* @__PURE__ */ c.jsx("label", { className: "z-0 font-Roboto text-[14px] select-text text-black", children: t }),
19651
19651
  /* @__PURE__ */ c.jsx("div", { className: "css-fj1j20 opacity-0 scale-75", children: /* @__PURE__ */ c.jsx(_d, { value: t }) })
19652
19652
  ] }, o);
19653
- }, qw = ({ className: e, ...n }) => /* @__PURE__ */ c.jsx(on, { ...n, enterDelay: 200, classes: { tooltip: e } });
19653
+ }, qw = ({ className: e, ...n }) => /* @__PURE__ */ c.jsx(Kt, { ...n, enterDelay: 200, classes: { tooltip: e } });
19654
19654
  st(qw)(() => ({
19655
19655
  backgroundColor: "#f5f5f9",
19656
19656
  color: "rgba(0, 0, 0, 0.87)",
@@ -19722,7 +19722,7 @@ const Kw = Ce(
19722
19722
  return Y(() => {
19723
19723
  S("disable", a);
19724
19724
  }, [a, S]), /* @__PURE__ */ c.jsx(
19725
- on,
19725
+ Kt,
19726
19726
  {
19727
19727
  title: f,
19728
19728
  delay: 600,
@@ -20028,7 +20028,7 @@ const e1 = (e) => {
20028
20028
  className: "abui-panel",
20029
20029
  disabled: !w || $,
20030
20030
  children: [
20031
- $ && g && /* @__PURE__ */ c.jsx(
20031
+ $ && g && /* @__PURE__ */ c.jsx(Kt, { delay: 1500, title: "Double click to restore", placement: "top", children: /* @__PURE__ */ c.jsx(
20032
20032
  "div",
20033
20033
  {
20034
20034
  onDoubleClick: () => {
@@ -20040,7 +20040,7 @@ const e1 = (e) => {
20040
20040
  ),
20041
20041
  children: r
20042
20042
  }
20043
- ),
20043
+ ) }),
20044
20044
  /* @__PURE__ */ c.jsxs(
20045
20045
  ca,
20046
20046
  {
@@ -22508,11 +22508,11 @@ const er = an({}), eS = (e) => {
22508
22508
  enableRowStream: l,
22509
22509
  cellGrid: i,
22510
22510
  enableAdvancedFilter: it
22511
- }), [ur, Jr] = O({}), [ht, dr] = O(0), [Mt, Zr] = O(0), [at, Xt] = O({ header: null, value: null }), [eo] = D1(f, r), [An, ga] = F1(t, g), [to, no] = O(!0), [ro, ya] = O(null), [Pn, fr] = O(null), [Ts, of] = O(!0), Ns = X1($e), Rn = re(), [oo] = H1({
22511
+ }), [ur, Jr] = O({}), [ht, dr] = O(0), [Mt, Zr] = O(0), [at, Qt] = O({ header: null, value: null }), [eo] = D1(f, r), [An, ga] = F1(t, g), [to, no] = O(!0), [ro, ya] = O(null), [Pn, fr] = O(null), [Ts, of] = O(!0), Ns = X1($e), Rn = re(), [oo] = H1({
22512
22512
  ref: t,
22513
22513
  menuItems: R,
22514
22514
  cell: at
22515
- }), [pr, mr] = O([]), [Ke, Qt] = O({
22515
+ }), [pr, mr] = O([]), [Ke, Jt] = O({
22516
22516
  ready: !1,
22517
22517
  fullscreen: !1,
22518
22518
  lastRefresh: null
@@ -22543,7 +22543,7 @@ const er = an({}), eS = (e) => {
22543
22543
  const nt = ce.colDef.field;
22544
22544
  ce.api.getSelectedNodes()[0];
22545
22545
  const zt = { header: nt, value: ce.value, params: ce };
22546
- ce.value, ce.colDef.field, ce.value, Xt(zt), d(ce, ce.value, ce.colDef.field);
22546
+ ce.value, ce.colDef.field, ce.value, Qt(zt), d(ce, ce.value, ce.colDef.field);
22547
22547
  },
22548
22548
  [ht, Mt]
22549
22549
  ), Ps = oe(
@@ -22551,7 +22551,7 @@ const er = an({}), eS = (e) => {
22551
22551
  const { event: he, value: nt } = ce;
22552
22552
  (he.type === "contextmenu" || he.button === 2) && (he.ctrlKey || he.shiftKey) || p?.mode === "multiRow" && !he.ctrlKey && !he.shiftKey && ce.api.deselectAll(), ce?.node?.setSelected(!0);
22553
22553
  const In = pe.current?.api?.getSelectedRows() || [];
22554
- In?.length != 0 && (he.preventDefault(), Xt({
22554
+ In?.length != 0 && (he.preventDefault(), Qt({
22555
22555
  header: ce?.column?.colId || "",
22556
22556
  value: ce?.value || "",
22557
22557
  params: ce,
@@ -22575,7 +22575,7 @@ const er = an({}), eS = (e) => {
22575
22575
  [ht, Mt]
22576
22576
  ), Rs = oe(
22577
22577
  (ce, he) => {
22578
- Qt((nt) => ({ ...nt, [ce]: he }));
22578
+ Jt((nt) => ({ ...nt, [ce]: he }));
22579
22579
  },
22580
22580
  [Ke]
22581
22581
  );
@@ -22646,7 +22646,7 @@ const er = an({}), eS = (e) => {
22646
22646
  ), io = oe(() => {
22647
22647
  Ke?.ready && jt((ce) => []);
22648
22648
  }, [Ke?.ready]), $n = oe(() => {
22649
- Qt((ce) => ({ ...ce, ready: !1 })), T(t), Qt((ce) => ({ ...ce, ready: !0 }));
22649
+ Jt((ce) => ({ ...ce, ready: !1 })), T(t), Jt((ce) => ({ ...ce, ready: !0 }));
22650
22650
  }, [T]);
22651
22651
  Y(() => {
22652
22652
  if (r) {
@@ -22654,12 +22654,12 @@ const er = an({}), eS = (e) => {
22654
22654
  ...he,
22655
22655
  _view_id: Fe()
22656
22656
  }));
22657
- Qt((he) => ({ ...he, lastRefresh: (/* @__PURE__ */ new Date()).toLocaleString() })), jt(ce);
22657
+ Jt((he) => ({ ...he, lastRefresh: (/* @__PURE__ */ new Date()).toLocaleString() })), jt(ce);
22658
22658
  }
22659
22659
  }, [r]);
22660
22660
  const vr = oe(
22661
22661
  (ce) => {
22662
- pe.current && r.length > 0 && (mt.current || (pe?.current?.api?.sizeColumnsToFit(), mt.current = !0), Qt((he) => ({ ...he, ready: !0 })));
22662
+ pe.current && r.length > 0 && (mt.current || (pe?.current?.api?.sizeColumnsToFit(), mt.current = !0), Jt((he) => ({ ...he, ready: !0 })));
22663
22663
  },
22664
22664
  [r, pe]
22665
22665
  );
@@ -23823,7 +23823,7 @@ export {
23823
23823
  Zx as Toast,
23824
23824
  gS as ToggleGroup,
23825
23825
  kc as ToggleItem,
23826
- on as Tooltip,
23826
+ Kt as Tooltip,
23827
23827
  bk as VirtualContainer,
23828
23828
  vk as Whatsnew,
23829
23829
  lh as capitalizeFirstLetter,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@abdellatifui/react",
3
3
  "private": false,
4
- "version": "3.2.162",
4
+ "version": "3.2.163",
5
5
  "type": "module",
6
6
  "types": "dist/nextgen.d.ts",
7
7
  "files": [