@wscsports/blaze-web-sdk 0.1.96 → 0.1.97

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.1.96",
3
+ "version": "0.1.97",
4
4
  "main": "publish/index",
5
5
  "types": "publish/index",
6
6
  "files": [
@@ -699,7 +699,7 @@ export interface IBlazeSDKOptions {
699
699
  }
700
700
  export interface ISmoothOpenCloseModal {
701
701
  storyId?: string;
702
- pageIndex?: number;
702
+ pageIndex: number;
703
703
  }
704
704
 
705
705
  export interface IButtonPlayerNavigationConfig {
@@ -2709,8 +2709,8 @@ export declare class BlazeWidgetStoryPreview extends BlazeWidgetStory {
2709
2709
  playbackParts: HTMLElement[];
2710
2710
  playToggleBtn: HTMLElement;
2711
2711
  muteToggleBtn: HTMLElement;
2712
- storyTitle: HTMLElement;
2713
- storyPublishedDate: HTMLElement;
2712
+ storyTitle: BlazeDiv;
2713
+ storyPublishedDate: BlazeDiv;
2714
2714
  storyThumbnail: HTMLElement;
2715
2715
  storyChip: HTMLElement;
2716
2716
  ctaButton: HTMLElement;
@@ -2850,9 +2850,9 @@ export declare class BlazeWidgetStory extends HTMLElement {
2850
2850
  topContainer: BlazeDiv;
2851
2851
  bottomContainer: BlazeDiv;
2852
2852
  storyContentWrapper: BlazeDiv;
2853
- storyTitle: HTMLElement;
2854
- storyPublishedDate: HTMLElement;
2855
- storyLiveChip: HTMLElement;
2853
+ storyTitle: BlazeDiv;
2854
+ storyPublishedDate: BlazeDiv;
2855
+ storyLiveChip: BlazeDiv;
2856
2856
  bottomButtonsWrapper: BlazeDiv;
2857
2857
  ctaButtonElement: BlazeCtaButton;
2858
2858
  prevPageButton?: BlazeButton;