gearboxdownloadmodal 1.0.1 → 1.0.3
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 +2 -2
- 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 -2
package/dist/index.es.js
CHANGED
|
@@ -4815,11 +4815,11 @@ const ho = ({
|
|
|
4815
4815
|
/* @__PURE__ */ h.jsx(
|
|
4816
4816
|
"div",
|
|
4817
4817
|
{
|
|
4818
|
-
className: "
|
|
4818
|
+
className: "absolute inset-0 bg-black opacity-50",
|
|
4819
4819
|
onClick: A
|
|
4820
4820
|
}
|
|
4821
4821
|
),
|
|
4822
|
-
/* @__PURE__ */ h.jsxs("div", { className: "
|
|
4822
|
+
/* @__PURE__ */ h.jsxs("div", { className: "absolute inset-y-10 inset-x-60 bg-white rounded-xl z-50", children: [
|
|
4823
4823
|
/* @__PURE__ */ h.jsx("div", { className: "absolute top-5 right-5 z-50", children: /* @__PURE__ */ h.jsx(
|
|
4824
4824
|
"button",
|
|
4825
4825
|
{
|