@salina-app/media-editor 0.0.69 → 0.0.71
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.js +4 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4020,14 +4020,14 @@ const Kg = (n, e) => String(n).padStart(e, "0"), Dee = (n) => n <= 300 ? 5 : n <
|
|
|
4020
4020
|
setVideoSrc: p
|
|
4021
4021
|
} = G_();
|
|
4022
4022
|
Bn(() => {
|
|
4023
|
-
|
|
4023
|
+
i && i.length && c(i);
|
|
4024
|
+
}, [i, c]), Bn(() => {
|
|
4025
|
+
t && t.length && a(t);
|
|
4024
4026
|
}, [t, a]), Bn(() => {
|
|
4025
4027
|
e && o(e);
|
|
4026
4028
|
}, [e, o]), Bn(() => {
|
|
4027
|
-
r && f(r);
|
|
4029
|
+
r && r.length && f(r);
|
|
4028
4030
|
}, [r, f]), Bn(() => {
|
|
4029
|
-
i && c(i);
|
|
4030
|
-
}, [i, c]), Bn(() => {
|
|
4031
4031
|
n && p(n);
|
|
4032
4032
|
}, [n, p]);
|
|
4033
4033
|
}, Mee = {
|