@abdellatifui/react 3.2.36 → 3.2.38
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 +3 -3
- package/package.json +1 -1
package/dist/nextgen.js
CHANGED
|
@@ -15736,7 +15736,7 @@ const gi = Ce("rounded relative", {
|
|
|
15736
15736
|
} = e, o = re(), s = Ue(us);
|
|
15737
15737
|
K(() => (n.type && (n.params = r, n.dismiss = () => {
|
|
15738
15738
|
Cn.dismiss(r.id), Cn.remove(r.id);
|
|
15739
|
-
}, n.toast = Cn), () => {
|
|
15739
|
+
}, n.toast = Cn, console.log("New Notification : ", n)), () => {
|
|
15740
15740
|
Cn.remove(r.id), n?.onAfterLoad?.({ ...n, ref: o }), n?.toastId && delete s.notifyArray.current[n.toastId];
|
|
15741
15741
|
}), [n]);
|
|
15742
15742
|
const i = {
|
|
@@ -15755,8 +15755,8 @@ const gi = Ce("rounded relative", {
|
|
|
15755
15755
|
...i,
|
|
15756
15756
|
ref: o,
|
|
15757
15757
|
"data-toastid": n?.toastId || "",
|
|
15758
|
-
className: "z-
|
|
15759
|
-
children: /* @__PURE__ */ c.jsx("div", { className: V(gi({ mode: t }), "shadow border border-accent hover:outline outline-gray-200 outline-offset-2 z-
|
|
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: [
|
|
15760
15760
|
/* @__PURE__ */ c.jsx($x, { ...e }),
|
|
15761
15761
|
/* @__PURE__ */ c.jsx(Ux, { ...e, item: n })
|
|
15762
15762
|
] }) })
|