@wscsports/blaze-web-sdk 0.14.0 → 0.14.2

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.14.0",
3
+ "version": "0.14.2",
4
4
  "main": "publish/index",
5
5
  "types": "publish/index",
6
6
  "files": [
@@ -11,7 +11,7 @@ export declare function Initialize(apiKey: string, userOptions?: Partial<IBlazeS
11
11
  export declare function WidgetRowView(containerId: string, options: IWidgetViewOptions): IWidgetView;
12
12
  export declare function WidgetGridView(containerId: string, options: IWidgetViewOptions): IWidgetView;
13
13
  export declare function WidgetEmbeddedStory(containerId: string, options: IWidgetViewOptions): IWidgetView;
14
- export declare function WidgetCustomView(containerId: string, options: ICustomWidgetOptionsWithDataSource): IWidgetView;
14
+ export declare function WidgetCustomView(containerId: string, options: ICustomWidgetOptionsWithDataSource): ICustomWidgetView;
15
15
  export declare function Theme(theme: ThemeType, contentType: 'moment'): IWidgetTheme<MomentPlayerStyle>;
16
16
  export declare function Theme(theme: ThemeType, contentType: 'story'): IWidgetTheme<StoryPlayerStyle>;
17
17
  export declare function Theme(theme: ThemeType, contentType: 'video'): IWidgetTheme<VideoPlayerStyle>;