gearboxdownloadmodal 1.0.22 → 1.0.23
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
|
@@ -4017,7 +4017,7 @@ const Ji = ({ versionId: e, typeOfProduct: t, api: r, fetchFileUrl: n }) => {
|
|
|
4017
4017
|
fetchFileUrl: a
|
|
4018
4018
|
}) => {
|
|
4019
4019
|
const o = (e == null ? void 0 : e.length) > 25 ? e.slice(0, 25) + "..." : e;
|
|
4020
|
-
return /* @__PURE__ */ g.jsxs("div", { className: "retina:w-[322px] uhd:w-[600px] flex flex-col p-5 gap-5 rounded-l-xl", children: [
|
|
4020
|
+
return /* @__PURE__ */ g.jsxs("div", { className: "w-[322px] retina:w-[322px] uhd:w-[600px] flex flex-col p-5 gap-5 rounded-l-xl", children: [
|
|
4021
4021
|
/* @__PURE__ */ g.jsx(Wa, { iframeUrl: A }),
|
|
4022
4022
|
/* @__PURE__ */ g.jsx(Ma, { name: o }),
|
|
4023
4023
|
/* @__PURE__ */ g.jsx(
|
|
@@ -4107,7 +4107,7 @@ const Di = ({ typeOfProduct: e }) => /* @__PURE__ */ g.jsxs("div", { className:
|
|
|
4107
4107
|
"button",
|
|
4108
4108
|
{
|
|
4109
4109
|
onClick: r,
|
|
4110
|
-
className: `flex h-10 items-center justify-center rounded-md border border-gray-300 p-1 text-sm
|
|
4110
|
+
className: `flex h-10 items-center justify-center rounded-md border border-gray-300 p-1 text-sm ${t}`,
|
|
4111
4111
|
disabled: n,
|
|
4112
4112
|
children: e
|
|
4113
4113
|
}
|