gearboxdownloadmodal 4.0.48 → 4.0.49
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/index.es.js +3 -3
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -7724,12 +7724,12 @@ const El = /* @__PURE__ */ So(Kl), Ll = ({ width: e, height: t }) => /* @__PURE_
|
|
|
7724
7724
|
t(), e(!1), r(!0);
|
|
7725
7725
|
};
|
|
7726
7726
|
return /* @__PURE__ */ u.jsxs(u.Fragment, { children: [
|
|
7727
|
-
/* @__PURE__ */ u.jsx("div", { onClick: n, className: "fixed inset-0 bg-black opacity-50
|
|
7727
|
+
/* @__PURE__ */ u.jsx("div", { onClick: n, className: "fixed inset-0 bg-black opacity-50" }),
|
|
7728
7728
|
/* @__PURE__ */ u.jsxs(
|
|
7729
7729
|
"div",
|
|
7730
7730
|
{
|
|
7731
|
-
className: "relative flex h-
|
|
7732
|
-
style: { borderRadius: "25px" },
|
|
7731
|
+
className: "relative flex h-[400px] w-[650px] bg-white mx-auto select-none flex-col",
|
|
7732
|
+
style: { borderRadius: "25px", zIndex: "12000" },
|
|
7733
7733
|
children: [
|
|
7734
7734
|
/* @__PURE__ */ u.jsx("div", { className: "absolute h-[40px] w-full justify-end", children: /* @__PURE__ */ u.jsx(
|
|
7735
7735
|
"div",
|