gearboxdownloadmodal 5.0.1 → 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 +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 -1
package/dist/index.es.js
CHANGED
|
@@ -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" })
|