@wscsports/blaze-web-sdk 0.3.9 → 0.3.10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wscsports/blaze-web-sdk",
3
- "version": "0.3.9",
3
+ "version": "0.3.10",
4
4
  "main": "publish/index",
5
5
  "types": "publish/index",
6
6
  "files": [
@@ -3525,7 +3525,7 @@ export declare class BlazeWidgetStoryPlayer extends WidgetAbstractPlayer {
3525
3525
  loadAndPlayContent(): Promise<void>;
3526
3526
  handleAnimationCompletion(content: BlazeWidgetStory, direction: ContentDirection): void;
3527
3527
  createAnimation(content: BlazeWidgetStory, direction: ContentDirection, targetIndex: number): anime.AnimeTimelineInstance;
3528
- handleAnimationStart(content: BlazeWidgetStory, targetContent: BlazeWidgetStory, direction: ContentDirection): void;
3528
+ handleAnimationStart(content: BlazeWidgetStory, targetContent: BlazeWidgetStory): void;
3529
3529
  animateCloseWithDirection(options: {
3530
3530
  direction: Direction;
3531
3531
  callback?: () => void;