@abdellatifui/react 3.2.32 → 3.2.33
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.css +1 -1
- package/dist/nextgen.js +5 -4
- package/package.json +1 -1
package/dist/nextgen.js
CHANGED
|
@@ -15311,12 +15311,12 @@ const Nx = he((e) => {
|
|
|
15311
15311
|
const { queue: t } = Ue(Ui), [r, o] = I({ id: null, variant: null }), s = re({});
|
|
15312
15312
|
return K(() => {
|
|
15313
15313
|
t.length > 0 ? (s.current.open(), o(t.at(0))) : s.current.close();
|
|
15314
|
-
}, [t]), /* @__PURE__ */ c.jsx(Fr, { variant: "dimmed", ref: s, className: "z-
|
|
15314
|
+
}, [t]), /* @__PURE__ */ c.jsx(Fr, { variant: "dimmed", ref: s, className: "z-501!", children: /* @__PURE__ */ c.jsx(
|
|
15315
15315
|
Px,
|
|
15316
15316
|
{
|
|
15317
15317
|
className: "absolute top-0 left-0",
|
|
15318
15318
|
handle: ".drag-handler-box",
|
|
15319
|
-
children: /* @__PURE__ */ c.jsx("div", { className: "absolute w-full h-full top-0 left-0 z-
|
|
15319
|
+
children: /* @__PURE__ */ c.jsx("div", { className: "absolute w-full h-full top-0 left-0 z-501!", children: r.variant == "primary" ? /* @__PURE__ */ c.jsx(Nx, { ...r, type: r.type }) : null })
|
|
15320
15320
|
}
|
|
15321
15321
|
) });
|
|
15322
15322
|
});
|
|
@@ -15723,7 +15723,7 @@ const gi = Ce("rounded relative", {
|
|
|
15723
15723
|
/* @__PURE__ */ c.jsxs("div", { className: V(gi({ header: r }), "flex items-center w-full "), children: [
|
|
15724
15724
|
/* @__PURE__ */ c.jsx(Hx, { ...e }),
|
|
15725
15725
|
/* @__PURE__ */ c.jsx("span", { className: "font-geist text-[13px]", children: e.header }),
|
|
15726
|
-
/* @__PURE__ */ c.jsx("div", { onClick: s, className: "
|
|
15726
|
+
/* @__PURE__ */ c.jsx("div", { onClick: s, className: "absolute right-2 select-none text-blue-500 font-Roboto text-[10px] top-[5px] hover:underline hover:font-bold", children: "DISMISS" })
|
|
15727
15727
|
] }),
|
|
15728
15728
|
/* @__PURE__ */ c.jsx("div", { className: V(gi({ text: r }), "text-[12px] select-none ml-2 h-fit mt-1"), children: e.body }),
|
|
15729
15729
|
/* @__PURE__ */ c.jsx("div", { className: "flex my-1 space-x-1", children: t.map((i, a) => /* @__PURE__ */ c.jsx("div", { children: i(n, o) }, a)) })
|
|
@@ -15755,7 +15755,8 @@ const gi = Ce("rounded relative", {
|
|
|
15755
15755
|
...i,
|
|
15756
15756
|
ref: o,
|
|
15757
15757
|
"data-toastid": n?.toastId || "",
|
|
15758
|
-
|
|
15758
|
+
className: "z-[501",
|
|
15759
|
+
children: /* @__PURE__ */ c.jsx("div", { className: V(gi({ mode: t }), "shadow border border-accent hover:outline outline-gray-200 outline-offset-2 z-[501]"), children: /* @__PURE__ */ c.jsxs("div", { className: "relative w-[350px] flex p-1", children: [
|
|
15759
15760
|
/* @__PURE__ */ c.jsx($x, { ...e }),
|
|
15760
15761
|
/* @__PURE__ */ c.jsx(Ux, { ...e, item: n })
|
|
15761
15762
|
] }) })
|