@versa_ai/vmml-editor 1.0.36 → 1.0.37
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/.turbo/turbo-build.log +8 -8
- package/dist/index.js +1 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/components/EditorCanvas.tsx +1 -1
- package/src/components/SeekBar.tsx +0 -1
- package/src/index.tsx +0 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @versa_ai/vmml-editor@1.0.
|
|
2
|
+
> @versa_ai/vmml-editor@1.0.37 build D:\code\work\vmml-player\packages\editor
|
|
3
3
|
> tsup
|
|
4
4
|
|
|
5
5
|
[34mCLI[39m Building entry: src/index.tsx
|
|
@@ -124,12 +124,12 @@ More info and automated migrator: https://sass-lang.com/d/slash-div[0m [1m[35
|
|
|
124
124
|
|
|
125
125
|
|
|
126
126
|
[34mDTS[39m Build start
|
|
127
|
-
[32mCJS[39m [1mdist\index.js [22m[
|
|
128
|
-
[32mCJS[39m [1mdist\index.js.map [22m[32m223.
|
|
129
|
-
[32mCJS[39m ⚡️ Build success in
|
|
130
|
-
[32mESM[39m [1mdist\index.mjs [22m[32m115.
|
|
131
|
-
[32mESM[39m [1mdist\index.mjs.map [22m[
|
|
132
|
-
[32mESM[39m ⚡️ Build success in
|
|
133
|
-
[32mDTS[39m ⚡️ Build success in
|
|
127
|
+
[32mCJS[39m [1mdist\index.js [22m[32m116.91 KB[39m
|
|
128
|
+
[32mCJS[39m [1mdist\index.js.map [22m[32m223.18 KB[39m
|
|
129
|
+
[32mCJS[39m ⚡️ Build success in 901ms
|
|
130
|
+
[32mESM[39m [1mdist\index.mjs [22m[32m115.30 KB[39m
|
|
131
|
+
[32mESM[39m [1mdist\index.mjs.map [22m[32m222.89 KB[39m
|
|
132
|
+
[32mESM[39m ⚡️ Build success in 901ms
|
|
133
|
+
[32mDTS[39m ⚡️ Build success in 2169ms
|
|
134
134
|
[32mDTS[39m [1mdist\index.d.ts [22m[32m158.00 B[39m
|
|
135
135
|
[32mDTS[39m [1mdist\index.d.mts [22m[32m158.00 B[39m
|
package/dist/index.js
CHANGED
|
@@ -364,7 +364,6 @@ var SeekBar = ({ player, vmmlRef, frame, durationInFrames, intoEdit, setDragStat
|
|
|
364
364
|
wasPlaying: player.isPlaying()
|
|
365
365
|
});
|
|
366
366
|
player.pause();
|
|
367
|
-
console.log(_frame, "vcnjvabnjvabnjvbn>>>>>>>>>>>>>");
|
|
368
367
|
player.seekTo(_frame);
|
|
369
368
|
vmmlRef.current && vmmlRef.current.onSeekStart();
|
|
370
369
|
}, [player, durationInFrames]);
|
|
@@ -1662,7 +1661,7 @@ var EditorCanvas = react.forwardRef(
|
|
|
1662
1661
|
createTextFromClip,
|
|
1663
1662
|
changeObjectVisible,
|
|
1664
1663
|
getCanvasCtx
|
|
1665
|
-
}), [fc]);
|
|
1664
|
+
}), [fc, frame]);
|
|
1666
1665
|
const getActions = () => {
|
|
1667
1666
|
if (history) {
|
|
1668
1667
|
return history.getActionType();
|
|
@@ -2653,7 +2652,6 @@ var EditorFn = ({
|
|
|
2653
2652
|
};
|
|
2654
2653
|
const onWaiting = () => {
|
|
2655
2654
|
var _a2, _b;
|
|
2656
|
-
console.log("onWaiting>>>>>>>>>>>>>>consol");
|
|
2657
2655
|
const { current } = vmmlPlayerRef;
|
|
2658
2656
|
const playing = ((_b = (_a2 = current == null ? void 0 : current.playerRef) == null ? void 0 : _a2.isPlaying) == null ? void 0 : _b.call(_a2)) ?? false;
|
|
2659
2657
|
if (playing) {
|