@lambda-development/erp-core 0.6.17 → 0.6.19

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/index.js CHANGED
@@ -1162,8 +1162,8 @@ function wr() {
1162
1162
  ]
1163
1163
  }
1164
1164
  ),
1165
- t && /* @__PURE__ */ r("ul", { className: "mb-1", children: [
1166
- /* @__PURE__ */ e("li", { children: /* @__PURE__ */ r(
1165
+ t && /* @__PURE__ */ r("div", { className: "mb-1", children: [
1166
+ /* @__PURE__ */ e("ul", { children: /* @__PURE__ */ e("li", { children: /* @__PURE__ */ r(
1167
1167
  "button",
1168
1168
  {
1169
1169
  onClick: h,
@@ -1173,8 +1173,8 @@ function wr() {
1173
1173
  o("nav.newChat")
1174
1174
  ]
1175
1175
  }
1176
- ) }),
1177
- i.map((p) => {
1176
+ ) }) }),
1177
+ /* @__PURE__ */ e("ul", { className: "max-h-[30rem] overflow-y-auto overscroll-contain", children: i.map((p) => {
1178
1178
  const u = a.pathname === `/chat/${p.id}`;
1179
1179
  return /* @__PURE__ */ r("li", { className: "group relative", children: [
1180
1180
  /* @__PURE__ */ e(
@@ -1199,7 +1199,7 @@ function wr() {
1199
1199
  }
1200
1200
  )
1201
1201
  ] }, p.id);
1202
- })
1202
+ }) })
1203
1203
  ] })
1204
1204
  ] });
1205
1205
  }