@internxt/ui 0.1.3 → 0.1.4
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.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +3 -3
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -5327,7 +5327,7 @@ const up = /* @__PURE__ */ W0(ip), ap = 500, sp = ({
|
|
|
5327
5327
|
onClick: Me,
|
|
5328
5328
|
onContextMenu: tn,
|
|
5329
5329
|
ref: H,
|
|
5330
|
-
className: `group relative flex h-14 flex-row items-center pl-14 pr-5 ${m ? "bg-primary/10 text-gray-100 dark:bg-primary/20" : "focus-within:bg-gray-1 hover:bg-gray-1"}`,
|
|
5330
|
+
className: `group relative flex h-14 flex-row items-center pl-14 pr-5 ${m ? "bg-primary/10 text-gray-100 dark:bg-primary/20" : "focus-within:bg-gray-1 hover:bg-gray-1"} ${y ? "z-40" : ""}`,
|
|
5331
5331
|
onMouseEnter: M,
|
|
5332
5332
|
onMouseLeave: ue,
|
|
5333
5333
|
children: [
|
|
@@ -5554,10 +5554,10 @@ const up = /* @__PURE__ */ W0(ip), ap = 500, sp = ({
|
|
|
5554
5554
|
"div",
|
|
5555
5555
|
{
|
|
5556
5556
|
id: "generic-list-component",
|
|
5557
|
-
className: `relative flex h-full flex-col overflow-x-auto overflow-y-hidden ${ne}`,
|
|
5557
|
+
className: `relative isolate flex h-full flex-col overflow-x-auto overflow-y-hidden ${ne}`,
|
|
5558
5558
|
ref: $e,
|
|
5559
5559
|
children: /* @__PURE__ */ h.jsxs("div", { id: "scrollableList", className: "flex h-full flex-col min-w-max overflow-x-hidden overflow-y-auto", children: [
|
|
5560
|
-
/* @__PURE__ */ h.jsx("div", { className: `sticky top-0 z-
|
|
5560
|
+
/* @__PURE__ */ h.jsx("div", { className: `sticky top-0 z-50 ${we}`, children: Ne ? null : /* @__PURE__ */ h.jsx(
|
|
5561
5561
|
op,
|
|
5562
5562
|
{
|
|
5563
5563
|
selectedItems: y,
|