gearboxdownloadmodal 5.0.0 → 5.0.2
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 +5 -5
- 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
|
}
|
|
@@ -7775,7 +7775,7 @@ const lo = /* @__PURE__ */ ko(El), Ll = ({ width: e, height: t }) => /* @__PURE_
|
|
|
7775
7775
|
/* @__PURE__ */ u.jsx(
|
|
7776
7776
|
"div",
|
|
7777
7777
|
{
|
|
7778
|
-
className: "pointer-events-auto mr-3 flex h-full w-[180px] items-center justify-center rounded-md border border-red-600 transition-all hover:scale-105",
|
|
7778
|
+
className: "pointer-events-auto mr-3 flex h-full w-[180px] items-center justify-center rounded-md border border-red-600 transition-all hover:scale-105 cursor-pointer",
|
|
7779
7779
|
onClick: n,
|
|
7780
7780
|
children: /* @__PURE__ */ u.jsx("span", { className: "text-center align-middle text-xl font-bold text-red-600", children: "Cancel" })
|
|
7781
7781
|
}
|
|
@@ -7783,7 +7783,7 @@ const lo = /* @__PURE__ */ ko(El), Ll = ({ width: e, height: t }) => /* @__PURE_
|
|
|
7783
7783
|
/* @__PURE__ */ u.jsx(
|
|
7784
7784
|
"div",
|
|
7785
7785
|
{
|
|
7786
|
-
className: " pointer-events-auto ml-3 flex h-full w-[180px] items-center justify-center rounded-md transition-all hover:scale-105",
|
|
7786
|
+
className: " pointer-events-auto ml-3 flex h-full w-[180px] items-center justify-center rounded-md transition-all hover:scale-105 cursor-pointer",
|
|
7787
7787
|
style: { backgroundColor: ue.Flex },
|
|
7788
7788
|
onClick: () => e(!1),
|
|
7789
7789
|
children: /* @__PURE__ */ u.jsx("span", { className: "text-center align-middle text-xl font-bold text-white", children: "Continue" })
|