@abdellatifui/react 3.1.50 → 3.1.52

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/dist/nextgen.js CHANGED
@@ -5815,7 +5815,7 @@ const Yp = ye((e, n) => {
5815
5815
  s || x(G), z.props = e, r(z, G, M);
5816
5816
  }, [t]), D = pe(() => {
5817
5817
  S && setTimeout(() => {
5818
- const P = "_" + btoa(S), M = Le("." + P).get(0);
5818
+ const P = "_" + btoa(S).replaceAll("=", ""), M = Le("." + P).get(0);
5819
5819
  M && M.scrollIntoView({ behavior: "smooth", block: "center", inline: "nearest" });
5820
5820
  }, 100);
5821
5821
  }, [S]);
@@ -5852,13 +5852,13 @@ const Yp = ye((e, n) => {
5852
5852
  /* @__PURE__ */ c.jsxs(xc, { children: [
5853
5853
  /* @__PURE__ */ c.jsx(Cc, { children: N ? /* @__PURE__ */ c.jsx("div", { className: U("w-full h-full flex items-center justify-center "), children: /* @__PURE__ */ c.jsx(ui, { size: "xs" }) }) : "No result." }),
5854
5854
  /* @__PURE__ */ c.jsx(wc, { className: "!custom-scroll-bar1 relative", children: t.map((P, M) => {
5855
- const I = (u ? P : { label: P })[h], se = "_" + btoa(I), J = S == I;
5855
+ const I = (u ? P : { label: P })[h], se = "_" + btoa(I).replaceAll("=", ""), J = S == I;
5856
5856
  return J && D(), /* @__PURE__ */ c.jsx(
5857
5857
  Sc,
5858
5858
  {
5859
5859
  "data-id": "__" + I,
5860
5860
  className: U(
5861
- se + "my-[5px] transition-all ease-in-out duration-75 h-[25px] z-[300] font-geist truncate w-full",
5861
+ se + "my-[5px] transition-all ease-in-out duration-75 h-[25px] z-[300] min-w-[100px] font-geist truncate w-full",
5862
5862
  J ? "bg-gray-200 text-black px-2" : null
5863
5863
  ),
5864
5864
  value: I,