gearboxdownloadmodal 6.0.47 → 6.0.48
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 +5 -7
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/insights.svg +14 -14
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -4246,10 +4246,8 @@ const Ns = ({
|
|
|
4246
4246
|
var y, Z, S, M;
|
|
4247
4247
|
let q = "";
|
|
4248
4248
|
if (t && (n === "Playable" || n === "Ready")) {
|
|
4249
|
-
const g = await rr(t, r);
|
|
4250
|
-
|
|
4251
|
-
const D = (Z = (y = g == null ? void 0 : g.data) == null ? void 0 : y.globalProps) == null ? void 0 : Z.defaultLandscape, G = (M = (S = g == null ? void 0 : g.data) == null ? void 0 : S.globalProps) == null ? void 0 : M.defaultPhoneIndex;
|
|
4252
|
-
console.log(D, G), D && (q += "&landscape=true"), G !== void 0 && (q += `&phoneIndex=${G}`);
|
|
4249
|
+
const g = await rr(t, r), D = (Z = (y = g == null ? void 0 : g.data) == null ? void 0 : y.globalProps) == null ? void 0 : Z.defaultLandscape, G = (M = (S = g == null ? void 0 : g.data) == null ? void 0 : S.globalProps) == null ? void 0 : M.defaultPhoneIndex;
|
|
4250
|
+
D && (q += "&landscape=true"), G !== void 0 && (q += `&phoneIndex=${G}`);
|
|
4253
4251
|
}
|
|
4254
4252
|
rr(t, r), p(!1);
|
|
4255
4253
|
let m;
|
|
@@ -4325,7 +4323,7 @@ const Ns = ({
|
|
|
4325
4323
|
children: "Scan QR Code to test in any browser"
|
|
4326
4324
|
}
|
|
4327
4325
|
),
|
|
4328
|
-
/* @__PURE__ */ l.
|
|
4326
|
+
n !== "Fusion" && /* @__PURE__ */ l.jsx(
|
|
4329
4327
|
"div",
|
|
4330
4328
|
{
|
|
4331
4329
|
style: {
|
|
@@ -4341,7 +4339,7 @@ const Ns = ({
|
|
|
4341
4339
|
onClick: () => {
|
|
4342
4340
|
s || C();
|
|
4343
4341
|
},
|
|
4344
|
-
children: [
|
|
4342
|
+
children: /* @__PURE__ */ l.jsxs(l.Fragment, { children: [
|
|
4345
4343
|
/* @__PURE__ */ l.jsx(
|
|
4346
4344
|
Xo,
|
|
4347
4345
|
{
|
|
@@ -4386,7 +4384,7 @@ const Ns = ({
|
|
|
4386
4384
|
)
|
|
4387
4385
|
}
|
|
4388
4386
|
)
|
|
4389
|
-
]
|
|
4387
|
+
] })
|
|
4390
4388
|
}
|
|
4391
4389
|
)
|
|
4392
4390
|
] })
|