gearboxdownloadmodal 2.0.0 → 2.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 +9 -7
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +3 -3
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -666,13 +666,14 @@ const wa = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMzIiIHZpZX
|
|
|
666
666
|
style: {
|
|
667
667
|
position: "relative",
|
|
668
668
|
display: "flex",
|
|
669
|
-
maxHeight: t > 1200 ? "
|
|
669
|
+
maxHeight: t > 1200 ? "750px" : "650px",
|
|
670
|
+
height: 750,
|
|
670
671
|
width: t > 1200 ? "1062px" : "912px"
|
|
671
672
|
},
|
|
672
673
|
children: e
|
|
673
674
|
}
|
|
674
675
|
);
|
|
675
|
-
}, Oa = ({ iframeUrl: e }) => /* @__PURE__ */ y.jsx("div", { className: "flex
|
|
676
|
+
}, Oa = ({ iframeUrl: e }) => /* @__PURE__ */ y.jsx("div", { className: "flex w-full items-center justify-center rounded-xl border border-dark-20 retina:h-[430px] uhd:h-[430px]", style: { height: 500 }, children: /* @__PURE__ */ y.jsx(
|
|
676
677
|
"iframe",
|
|
677
678
|
{
|
|
678
679
|
title: "preview",
|
|
@@ -4049,10 +4050,11 @@ const Ji = ({
|
|
|
4049
4050
|
{
|
|
4050
4051
|
style: {
|
|
4051
4052
|
display: "flex",
|
|
4052
|
-
width: "
|
|
4053
|
+
width: "300px",
|
|
4053
4054
|
flexDirection: "column",
|
|
4055
|
+
justifyContent: "space-between",
|
|
4054
4056
|
padding: "5px",
|
|
4055
|
-
|
|
4057
|
+
height: 725,
|
|
4056
4058
|
borderRadius: "0px 0px 0px 16px"
|
|
4057
4059
|
// 'rounded-l-xl' typically means large rounded corners on the left side
|
|
4058
4060
|
},
|
|
@@ -5134,7 +5136,7 @@ const es = ({
|
|
|
5134
5136
|
gridTemplateColumns: "160px 160px 160px",
|
|
5135
5137
|
gap: "1rem",
|
|
5136
5138
|
overflow: "auto",
|
|
5137
|
-
padding: "
|
|
5139
|
+
padding: "1.75rem"
|
|
5138
5140
|
},
|
|
5139
5141
|
children: r && Xt.filter((x) => {
|
|
5140
5142
|
var Q;
|
|
@@ -5306,7 +5308,7 @@ const os = [
|
|
|
5306
5308
|
{
|
|
5307
5309
|
style: {
|
|
5308
5310
|
display: "flex",
|
|
5309
|
-
width: "
|
|
5311
|
+
width: "620px",
|
|
5310
5312
|
// For retina screens, you would need to handle this conditionally, perhaps with JavaScript
|
|
5311
5313
|
flexDirection: "column",
|
|
5312
5314
|
borderRadius: "rounded",
|
|
@@ -6368,7 +6370,7 @@ const fu = /* @__PURE__ */ Za(pu), vu = ({
|
|
|
6368
6370
|
borderRadius: "0.75rem",
|
|
6369
6371
|
backgroundColor: "white",
|
|
6370
6372
|
zIndex: 50,
|
|
6371
|
-
height:
|
|
6373
|
+
height: 750,
|
|
6372
6374
|
width: 950,
|
|
6373
6375
|
overflow: "hidden"
|
|
6374
6376
|
},
|