gearboxdownloadmodal 3.0.16 → 3.0.18
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 +4 -5
- 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,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
|
}
|
|
@@ -4178,7 +4177,7 @@ const Na = ({
|
|
|
4178
4177
|
flexDirection: "column",
|
|
4179
4178
|
justifyContent: "space-between",
|
|
4180
4179
|
padding: "5px",
|
|
4181
|
-
height: o > 1440 ? "
|
|
4180
|
+
height: o > 1440 ? "650px" : "625px",
|
|
4182
4181
|
borderRadius: "0px 0px 0px 16px"
|
|
4183
4182
|
// 'rounded-l-xl' typically means large rounded corners on the left side
|
|
4184
4183
|
},
|
|
@@ -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: {
|