@wscsports/blaze-web-sdk 0.3.17 → 0.3.18

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.17",
3
+ "version": "0.3.18",
4
4
  "main": "publish/index",
5
5
  "types": "publish/index",
6
6
  "files": [
@@ -3752,6 +3752,7 @@ export declare class BlazeWidgetStory extends BlazeWidgetContent {
3752
3752
  requestAnimationId: number | null;
3753
3753
  shouldShowImaAdOnStart: boolean;
3754
3754
  bannerAdElement?: BlazeWidgetBannerAd;
3755
+ get currentPageIndexWithoutCustomAds(): number;
3755
3756
  constructor(playerStyle: StoryPlayerStyle, mode: ScreenMode);
3756
3757
  isButtonVisible(iconName: IconButtonType | StoryDirectionType): boolean | undefined;
3757
3758
  private createPlayerButtonsAndAppendToButtonsContainer;