@versa_ai/vmml-editor 1.0.35 → 1.0.36

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.35 build D:\code\work\vmml-player\packages\editor
2
+ > @versa_ai/vmml-editor@1.0.36 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
- ESM dist\index.mjs 115.04 KB
128
- ESM dist\index.mjs.map 222.45 KB
129
- ESM ⚡️ Build success in 844ms
130
- CJS dist\index.js 116.65 KB
131
- CJS dist\index.js.map 222.74 KB
132
- CJS ⚡️ Build success in 844ms
133
- DTS ⚡️ Build success in 2041ms
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
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
@@ -2652,6 +2652,15 @@ var EditorFn = ({
2652
2652
  setIsPlaying(false);
2653
2653
  };
2654
2654
  const onWaiting = () => {
2655
+ var _a2, _b;
2656
+ console.log("onWaiting>>>>>>>>>>>>>>consol");
2657
+ const { current } = vmmlPlayerRef;
2658
+ const playing = ((_b = (_a2 = current == null ? void 0 : current.playerRef) == null ? void 0 : _a2.isPlaying) == null ? void 0 : _b.call(_a2)) ?? false;
2659
+ if (playing) {
2660
+ setShowCanvas(false);
2661
+ setPreviewState(true);
2662
+ setBuffering(true);
2663
+ }
2655
2664
  };
2656
2665
  const onResume = () => {
2657
2666
  setBuffering(false);