finance-shared 0.0.13 → 0.0.14
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.
|
@@ -41630,16 +41630,17 @@ const CustomPopover = ({
|
|
|
41630
41630
|
vertical: "top",
|
|
41631
41631
|
horizontal: "left"
|
|
41632
41632
|
},
|
|
41633
|
-
children: /* @__PURE__ */ jsxs(Box$1, { className: "
|
|
41634
|
-
showCancelButton && /* @__PURE__ */ jsx(
|
|
41633
|
+
children: /* @__PURE__ */ jsxs(Box$1, { className: "pt-8 pb-18 px-8 min-w-[230px] relative pointer-events-auto overflow-visible", children: [
|
|
41634
|
+
showCancelButton && /* @__PURE__ */ jsx(Box$1, { className: "absolute top-1 right-0 flex justify-end pr-4 mr-4", children: /* @__PURE__ */ jsx(
|
|
41635
41635
|
IconButton$1,
|
|
41636
41636
|
{
|
|
41637
41637
|
onClick: handleClose,
|
|
41638
|
-
className: "
|
|
41638
|
+
className: "cursor-pointer pointer-events-auto hover:bg-transparent p-1",
|
|
41639
|
+
size: "small",
|
|
41639
41640
|
children: /* @__PURE__ */ jsx(CloseIcon, { fontSize: "small" })
|
|
41640
41641
|
}
|
|
41641
|
-
),
|
|
41642
|
-
content
|
|
41642
|
+
) }),
|
|
41643
|
+
/* @__PURE__ */ jsx(Box$1, { className: "mt-4", children: content })
|
|
41643
41644
|
] })
|
|
41644
41645
|
}
|
|
41645
41646
|
);
|