gearboxdownloadmodal 3.0.16 → 3.0.17
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 -4
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -666,9 +666,8 @@ const Wi = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMzIiIHZpZX
|
|
|
666
666
|
style: {
|
|
667
667
|
position: "relative",
|
|
668
668
|
display: "flex",
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
width: t > 1440 ? "1062px" : "900px"
|
|
669
|
+
height: t > 1440 ? "750px" : "650px",
|
|
670
|
+
width: (t > 1440, "900px")
|
|
672
671
|
},
|
|
673
672
|
children: e
|
|
674
673
|
}
|
|
@@ -6944,7 +6943,7 @@ const ql = /* @__PURE__ */ Ci(hl), yl = ({
|
|
|
6944
6943
|
backgroundColor: "white",
|
|
6945
6944
|
zIndex: 50,
|
|
6946
6945
|
height: f > 1440 ? "700px" : "650px",
|
|
6947
|
-
width: f > 1440
|
|
6946
|
+
width: (f > 1440, "950px"),
|
|
6948
6947
|
overflow: "hidden"
|
|
6949
6948
|
},
|
|
6950
6949
|
overlay: {
|