gearboxdownloadmodal 6.0.75 → 6.0.76
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
CHANGED
|
@@ -10131,8 +10131,10 @@ const Wr = /* @__PURE__ */ Ha(kd), Wd = ({ width: e, height: t, fill: n }) => /*
|
|
|
10131
10131
|
]
|
|
10132
10132
|
}
|
|
10133
10133
|
);
|
|
10134
|
-
async function Yd(e) {
|
|
10135
|
-
return (await ve.post(e + "/getNetworks"
|
|
10134
|
+
async function Yd(e, t) {
|
|
10135
|
+
return (await ve.post(e + "/getNetworks", {
|
|
10136
|
+
typeOfProduct: t
|
|
10137
|
+
})).data;
|
|
10136
10138
|
}
|
|
10137
10139
|
const Rd = ({
|
|
10138
10140
|
visible: e,
|
|
@@ -10154,7 +10156,7 @@ const Rd = ({
|
|
|
10154
10156
|
const [p, h] = F(window.innerWidth), [b, C] = F(!1), [S, w] = F(A), [v, z] = F(!1), [W, L] = F(!0), [P, T] = F(null), [re, X] = F(""), [ie, E] = F("Loading..."), [M, R] = F("Loading..."), [q, O] = F("game"), [B, Z] = je(Ur), [I, G] = je(ua);
|
|
10155
10157
|
Eu(a, s, X, m, y);
|
|
10156
10158
|
const D = async () => {
|
|
10157
|
-
let Y = await Yd(s);
|
|
10159
|
+
let Y = await Yd(s, a);
|
|
10158
10160
|
if (!Y) {
|
|
10159
10161
|
Lu("Networks not found");
|
|
10160
10162
|
return;
|