gearboxdownloadmodal 4.0.12 → 4.0.14
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 -3
- 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
|
@@ -4179,10 +4179,9 @@ const Ra = ({
|
|
|
4179
4179
|
flexDirection: "column",
|
|
4180
4180
|
justifyContent: "space-between",
|
|
4181
4181
|
padding: "5px",
|
|
4182
|
-
height: A > 1440 ? "
|
|
4182
|
+
height: A > 1440 ? "680px" : "620px",
|
|
4183
4183
|
borderRadius: "0px 0px 0px 16px",
|
|
4184
4184
|
marginTop: "20px"
|
|
4185
|
-
// 'rounded-l-xl' typically means large rounded corners on the left side
|
|
4186
4185
|
},
|
|
4187
4186
|
children: [
|
|
4188
4187
|
/* @__PURE__ */ m.jsx(Eo, { iframeUrl: i }),
|
|
@@ -5321,7 +5320,7 @@ const es = ({
|
|
|
5321
5320
|
]
|
|
5322
5321
|
}
|
|
5323
5322
|
),
|
|
5324
|
-
|
|
5323
|
+
oe && /* @__PURE__ */ m.jsx(
|
|
5325
5324
|
es,
|
|
5326
5325
|
{
|
|
5327
5326
|
creditConfirmType: _,
|