gearboxdownloadmodal 4.0.15 → 4.0.16
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 +3 -3
- 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
|
@@ -667,7 +667,7 @@ const Mo = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMzIiIHZpZX
|
|
|
667
667
|
position: "relative",
|
|
668
668
|
display: "flex",
|
|
669
669
|
height: t > 1440 ? "750px" : "650px",
|
|
670
|
-
width: t > 1440 ? "
|
|
670
|
+
width: t > 1440 ? "940px" : "950px",
|
|
671
671
|
padding: "0px"
|
|
672
672
|
},
|
|
673
673
|
children: e
|
|
@@ -4072,7 +4072,7 @@ const Ga = ({
|
|
|
4072
4072
|
{
|
|
4073
4073
|
style: {
|
|
4074
4074
|
marginRight: "0.75rem",
|
|
4075
|
-
width: "
|
|
4075
|
+
width: "50%"
|
|
4076
4076
|
},
|
|
4077
4077
|
children: /* @__PURE__ */ m.jsx(
|
|
4078
4078
|
pA,
|
|
@@ -7386,7 +7386,7 @@ const Zl = /* @__PURE__ */ wo(Cl), wl = ({
|
|
|
7386
7386
|
backgroundColor: "white",
|
|
7387
7387
|
zIndex: 50,
|
|
7388
7388
|
height: q > 1440 ? "700px" : "650px",
|
|
7389
|
-
width: q > 1440 ? "
|
|
7389
|
+
width: q > 1440 ? "965px" : "975px",
|
|
7390
7390
|
overflow: "hidden",
|
|
7391
7391
|
paddingTop: "0px"
|
|
7392
7392
|
},
|