@abdellatifui/react 3.2.176 → 3.2.178
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 -5
- package/package.json +1 -1
package/dist/nextgen.js
CHANGED
|
@@ -16170,7 +16170,7 @@ const oC = (e) => {
|
|
|
16170
16170
|
/* @__PURE__ */ c.jsxs("div", { className: "w-screen h-screen relative p-0 m-0 abui-root", children: [
|
|
16171
16171
|
/* @__PURE__ */ c.jsx("div", { className: B(
|
|
16172
16172
|
"w-full h-full relative hidden",
|
|
16173
|
-
!f && t && "block
|
|
16173
|
+
!f && t && "block"
|
|
16174
16174
|
), children: t }),
|
|
16175
16175
|
g && f && n
|
|
16176
16176
|
] })
|
|
@@ -23072,7 +23072,7 @@ const nf = cn({ name: "", onChange: () => {
|
|
|
23072
23072
|
csid: Tc,
|
|
23073
23073
|
buid: localStorage.getItem("buid") || ""
|
|
23074
23074
|
}
|
|
23075
|
-
}), [g, n]);
|
|
23075
|
+
}), [g, t, n]);
|
|
23076
23076
|
q(() => {
|
|
23077
23077
|
if (!N) return;
|
|
23078
23078
|
const I = () => {
|
|
@@ -23110,7 +23110,7 @@ const nf = cn({ name: "", onChange: () => {
|
|
|
23110
23110
|
return N.on("/stream/notify", I), N.on("/stream/redirect", $), x?.updateExternalApi("apiNotificationMountRunning", !0), () => {
|
|
23111
23111
|
console.log("Unmounting Notification Listener ..."), N.off("/stream/notify", I), N.off("/stream/redirect", $), x?.updateExternalApi("apiNotificationMountRunning", !1);
|
|
23112
23112
|
};
|
|
23113
|
-
}, [d, N?.connected, C]);
|
|
23113
|
+
}, [d, t, N?.connected, C]);
|
|
23114
23114
|
const A = se((I) => async (...$) => {
|
|
23115
23115
|
const v = $.find(
|
|
23116
23116
|
(R) => R && typeof R == "object" && (Object.prototype.hasOwnProperty.call(R, "onRequest") || Object.prototype.hasOwnProperty.call(R, "onResponse"))
|
|
@@ -23125,7 +23125,7 @@ const nf = cn({ name: "", onChange: () => {
|
|
|
23125
23125
|
const P = R;
|
|
23126
23126
|
return l && l(P), u && u(P), P;
|
|
23127
23127
|
}
|
|
23128
|
-
}, [m, a, u, h, l]), M = ce(() => {
|
|
23128
|
+
}, [m, t, a, u, h, l]), M = ce(() => {
|
|
23129
23129
|
const I = yp.create({
|
|
23130
23130
|
...o,
|
|
23131
23131
|
baseURL: n,
|
|
@@ -23155,7 +23155,7 @@ const nf = cn({ name: "", onChange: () => {
|
|
|
23155
23155
|
I.interceptors.request.eject($), I.interceptors.response.eject(v);
|
|
23156
23156
|
}
|
|
23157
23157
|
});
|
|
23158
|
-
}, [N?.id]);
|
|
23158
|
+
}, [N?.id, t]);
|
|
23159
23159
|
return q(() => () => {
|
|
23160
23160
|
M._cleanup && M._cleanup();
|
|
23161
23161
|
}, [M]), M;
|