react-pro-messenger 1.0.42 → 1.0.44
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 -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
|
@@ -5470,8 +5470,10 @@ const gd = (e, t) => vr(e) ? new md(t) : new pd(t, {
|
|
|
5470
5470
|
j.data.size > 0 && V.current.push(j.data);
|
|
5471
5471
|
}, P.onstop = () => {
|
|
5472
5472
|
clearInterval(Y.current);
|
|
5473
|
-
const j = new Blob(V.current, { type: "audio/mp3" })
|
|
5474
|
-
|
|
5473
|
+
const j = new Blob(V.current, { type: "audio/mp3" }), O = new File([j], "recording.mp3", {
|
|
5474
|
+
type: "audio/mp3"
|
|
5475
|
+
});
|
|
5476
|
+
n(O), h(!1);
|
|
5475
5477
|
}, P.start();
|
|
5476
5478
|
}, z = () => {
|
|
5477
5479
|
var A;
|
|
@@ -5990,7 +5992,7 @@ const jd = ({
|
|
|
5990
5992
|
i ? /* @__PURE__ */ p.exports.jsx(
|
|
5991
5993
|
Br,
|
|
5992
5994
|
{
|
|
5993
|
-
progress:
|
|
5995
|
+
progress: i == null ? void 0 : i.progres,
|
|
5994
5996
|
size: 50,
|
|
5995
5997
|
strokeWidth: 4,
|
|
5996
5998
|
showCancel: !0,
|