@abdellatifui/react 3.1.60 → 3.1.61
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.js
CHANGED
|
@@ -14218,7 +14218,6 @@ function ex({
|
|
|
14218
14218
|
variant: "ghost",
|
|
14219
14219
|
size: "sm",
|
|
14220
14220
|
onClick: S,
|
|
14221
|
-
className: "text-xs",
|
|
14222
14221
|
className: "text-xs h-[30px]",
|
|
14223
14222
|
children: "Cancel"
|
|
14224
14223
|
}
|
|
@@ -19723,7 +19722,7 @@ const pC = ye((e) => {
|
|
|
19723
19722
|
body: t,
|
|
19724
19723
|
warning: r
|
|
19725
19724
|
} = e;
|
|
19726
|
-
return /* @__PURE__ */ c.jsx("div", { className: "absolute w-screen h-screen flex items-center justify-center transparent", children: /* @__PURE__ */ c.jsxs("div", { className: "flex relative p-4 bg-white border w-fit max-w-[
|
|
19725
|
+
return /* @__PURE__ */ c.jsx("div", { className: "absolute w-screen h-screen flex items-center justify-center transparent", children: /* @__PURE__ */ c.jsxs("div", { className: "flex relative p-4 bg-white border w-fit max-w-[70vw] flex-wrap min-w-[400px] shadow-2xl rounded", children: [
|
|
19727
19726
|
/* @__PURE__ */ c.jsx("div", { className: "w-full", children: /* @__PURE__ */ c.jsx(Ax, { ...e }) }),
|
|
19728
19727
|
r ? /* @__PURE__ */ c.jsx(md, { severity: "warning", children: r }) : null,
|
|
19729
19728
|
/* @__PURE__ */ c.jsx(Jo, { className: "font-aptos max-h-[60vh] text-[16px] mt-1 w-full overflow-auto min-h-[60px] hover:bg-accent gap-x-1 transition-colors rounded-md p-2 flex", children: t }),
|