gearboxdownloadmodal 1.0.26 → 1.0.27
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
|
@@ -4018,7 +4018,7 @@ const Ni = ({ versionId: e, typeOfProduct: t, api: r, fetchFileUrl: n }) => {
|
|
|
4018
4018
|
fetchFileUrl: a
|
|
4019
4019
|
}) => {
|
|
4020
4020
|
const o = (e == null ? void 0 : e.length) > 25 ? e.slice(0, 25) + "..." : e;
|
|
4021
|
-
return /* @__PURE__ */ g.
|
|
4021
|
+
return /* @__PURE__ */ g.jsx("div", { className: "w-[322px]", children: /* @__PURE__ */ g.jsxs("div", { className: "flex flex-col p-5 gap-5 rounded-l-xl", children: [
|
|
4022
4022
|
/* @__PURE__ */ g.jsx(Ma, { iframeUrl: A }),
|
|
4023
4023
|
/* @__PURE__ */ g.jsx(Sa, { name: o }),
|
|
4024
4024
|
/* @__PURE__ */ g.jsx(
|
|
@@ -4030,7 +4030,7 @@ const Ni = ({ versionId: e, typeOfProduct: t, api: r, fetchFileUrl: n }) => {
|
|
|
4030
4030
|
fetchFileUrl: a
|
|
4031
4031
|
}
|
|
4032
4032
|
)
|
|
4033
|
-
] });
|
|
4033
|
+
] }) });
|
|
4034
4034
|
};
|
|
4035
4035
|
var se = /* @__PURE__ */ ((e) => (e.Flex = "#7101FF", e.Playable = "#F9830B", e))(se || {});
|
|
4036
4036
|
const Gi = ({ typeOfProduct: e }) => /* @__PURE__ */ g.jsxs("div", { className: "text-2xl font-bold", children: [
|