@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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @versa_ai/vmml-editor@1.0.36 build D:\code\work\vmml-player\packages\editor
2
+ > @versa_ai/vmml-editor@1.0.37 build D:\code\work\vmml-player\packages\editor
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.tsx
@@ -124,12 +124,12 @@ More info and automated migrator: https://sass-lang.com/d/slash-div [35
124
124
 
125
125
 
126
126
  DTS Build start
127
- CJS dist\index.js 117.01 KB
128
- CJS dist\index.js.map 223.36 KB
129
- CJS ⚡️ Build success in 671ms
130
- ESM dist\index.mjs 115.40 KB
131
- ESM dist\index.mjs.map 223.07 KB
132
- ESM ⚡️ Build success in 672ms
133
- DTS ⚡️ Build success in 1538ms
127
+ CJS dist\index.js 116.91 KB
128
+ CJS dist\index.js.map 223.18 KB
129
+ CJS ⚡️ Build success in 901ms
130
+ ESM dist\index.mjs 115.30 KB
131
+ ESM dist\index.mjs.map 222.89 KB
132
+ ESM ⚡️ Build success in 901ms
133
+ DTS ⚡️ Build success in 2169ms
134
134
  DTS dist\index.d.ts 158.00 B
135
135
  DTS dist\index.d.mts 158.00 B
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) {