gearboxdownloadmodal 5.0.0 → 5.0.1
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
|
@@ -7741,7 +7741,7 @@ const lo = /* @__PURE__ */ ko(El), Ll = ({ width: e, height: t }) => /* @__PURE_
|
|
|
7741
7741
|
height: "400px",
|
|
7742
7742
|
width: "650px",
|
|
7743
7743
|
overflow: "hidden",
|
|
7744
|
-
|
|
7744
|
+
padding: "0px 0px 0px 0px"
|
|
7745
7745
|
},
|
|
7746
7746
|
overlay: {
|
|
7747
7747
|
position: "fixed",
|
|
@@ -7756,10 +7756,10 @@ const lo = /* @__PURE__ */ ko(El), Ll = ({ width: e, height: t }) => /* @__PURE_
|
|
|
7756
7756
|
contentLabel: "Playable Editing Download Modal",
|
|
7757
7757
|
shouldCloseOnOverlayClick: !0,
|
|
7758
7758
|
children: [
|
|
7759
|
-
/* @__PURE__ */ u.jsx("div", { className: "
|
|
7759
|
+
/* @__PURE__ */ u.jsx("div", { className: "fixed h-[40px] w-full flex justify-end", children: /* @__PURE__ */ u.jsx(
|
|
7760
7760
|
"div",
|
|
7761
7761
|
{
|
|
7762
|
-
className: "pointer-events-auto absolute
|
|
7762
|
+
className: "pointer-events-auto absolute flex h-10 w-10 cursor-pointer items-center justify-center rounded-sm bg-white hover:bg-dark-10",
|
|
7763
7763
|
onClick: n,
|
|
7764
7764
|
children: /* @__PURE__ */ u.jsx("img", { src: ai, alt: "close image" })
|
|
7765
7765
|
}
|