@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 +1 -1
- package/publish/index.d.ts +1 -0
- package/publish/index.js +1 -1
package/package.json
CHANGED
package/publish/index.d.ts
CHANGED
|
@@ -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;
|