@wscsports/blaze-web-sdk 0.1.991 → 0.1.992
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 +0 -1
- package/publish/index.js +1 -1
package/package.json
CHANGED
package/publish/index.d.ts
CHANGED
|
@@ -2990,7 +2990,6 @@ export declare class BlazeWidgetStory extends HTMLElement {
|
|
|
2990
2990
|
updateContainerLayout(): void;
|
|
2991
2991
|
connectedCallback(): void;
|
|
2992
2992
|
onShareModalClose(): void;
|
|
2993
|
-
onCtaModalClick(): void;
|
|
2994
2993
|
onShareModalButtonClick(shareButton: BlazeShareButton): Promise<void>;
|
|
2995
2994
|
onVisibilityChange(): void;
|
|
2996
2995
|
onBlur(): void;
|