@wscsports/blaze-web-sdk 0.1.59 → 0.1.63
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 -2
- package/publish/index.js +1 -1
package/package.json
CHANGED
package/publish/index.d.ts
CHANGED
|
@@ -1874,7 +1874,6 @@ export declare class BlazeWidgetStoryModal extends BlazeWidgetModal {
|
|
|
1874
1874
|
parentWidget: HTMLElement;
|
|
1875
1875
|
player: BlazeWidgetStoryPlayer;
|
|
1876
1876
|
exitPopup: HTMLElement;
|
|
1877
|
-
exitButton: HTMLElement;
|
|
1878
1877
|
onClose: (() => void) | undefined;
|
|
1879
1878
|
hammer: HammerManager | null;
|
|
1880
1879
|
isMultiTouch: boolean;
|
|
@@ -2128,7 +2127,7 @@ export declare class BlazeWidgetStory extends HTMLElement {
|
|
|
2128
2127
|
onVisibilityChange(): void;
|
|
2129
2128
|
onBlur(): void;
|
|
2130
2129
|
onFocus(): void;
|
|
2131
|
-
close():
|
|
2130
|
+
close(): void;
|
|
2132
2131
|
pause(): void;
|
|
2133
2132
|
resume(): void;
|
|
2134
2133
|
resetPosition(): void;
|