gearboxdownloadmodal 6.0.81 → 6.0.82
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 -2
- 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
|
@@ -12576,7 +12576,7 @@ const io = 5, th = ({
|
|
|
12576
12576
|
return m.on("connect", () => {
|
|
12577
12577
|
console.log("Connected to the socket server");
|
|
12578
12578
|
}), m.on("video-compressing", async (v) => {
|
|
12579
|
-
console.log(v), v.userId === o._id && v.isSuccess && (console.log("Video compress successfull"),
|
|
12579
|
+
console.log(v), v.userId === o._id && v.isSuccess && (console.log("Video compress successfull"), t(!1));
|
|
12580
12580
|
}), m.on("error", (v) => {
|
|
12581
12581
|
console.error("Socket error:", v);
|
|
12582
12582
|
}), () => {
|
|
@@ -12680,7 +12680,7 @@ const io = 5, th = ({
|
|
|
12680
12680
|
backgroundColor: Ke[r]
|
|
12681
12681
|
},
|
|
12682
12682
|
onClick: () => {
|
|
12683
|
-
r === "Flex" && !c ? g() : t(!
|
|
12683
|
+
r === "Flex" && !c ? g() : t(!1);
|
|
12684
12684
|
},
|
|
12685
12685
|
children: /* @__PURE__ */ d.jsxs("span", { className: "text-center align-middle text-xl font-bold text-white", children: [
|
|
12686
12686
|
r === "Flex" && A && !c && "Compressing...",
|