@wscsports/blaze-web-sdk 0.1.49 → 0.1.51

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.49",
3
+ "version": "0.1.51",
4
4
  "main": "publish/index",
5
5
  "types": "publish/index",
6
6
  "files": [
@@ -2082,6 +2082,7 @@ export declare class BlazeWidgetStory extends HTMLElement {
2082
2082
  goNextPage(): void;
2083
2083
  goPrevPage(): void;
2084
2084
  disconnectedCallback(): void;
2085
+ renderCtaButton(pageIndex: number): void;
2085
2086
  render(): void;
2086
2087
  }
2087
2088