@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 +1 -1
- package/publish/index.d.ts +6 -6
- package/publish/index.js +1 -1
package/package.json
CHANGED
package/publish/index.d.ts
CHANGED
|
@@ -699,7 +699,7 @@ export interface IBlazeSDKOptions {
|
|
|
699
699
|
}
|
|
700
700
|
export interface ISmoothOpenCloseModal {
|
|
701
701
|
storyId?: string;
|
|
702
|
-
pageIndex
|
|
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:
|
|
2713
|
-
storyPublishedDate:
|
|
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:
|
|
2854
|
-
storyPublishedDate:
|
|
2855
|
-
storyLiveChip:
|
|
2853
|
+
storyTitle: BlazeDiv;
|
|
2854
|
+
storyPublishedDate: BlazeDiv;
|
|
2855
|
+
storyLiveChip: BlazeDiv;
|
|
2856
2856
|
bottomButtonsWrapper: BlazeDiv;
|
|
2857
2857
|
ctaButtonElement: BlazeCtaButton;
|
|
2858
2858
|
prevPageButton?: BlazeButton;
|