@abdellatifui/react 3.2.175 → 3.2.176
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 +4 -1
- package/package.json +1 -1
package/dist/nextgen.js
CHANGED
|
@@ -16168,7 +16168,10 @@ const oC = (e) => {
|
|
|
16168
16168
|
document.body
|
|
16169
16169
|
),
|
|
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
|
+
"w-full h-full relative hidden",
|
|
16173
|
+
!f && t && "block w-0! h-0! min-w-0! min-h-0!"
|
|
16174
|
+
), children: t }),
|
|
16172
16175
|
g && f && n
|
|
16173
16176
|
] })
|
|
16174
16177
|
]
|