@wscsports/blaze-web-sdk 0.1.14 → 0.1.16

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.14",
3
+ "version": "0.1.16",
4
4
  "main": "publish/index",
5
5
  "types": "publish/index",
6
6
  "files": [
@@ -1816,6 +1816,7 @@ export declare class BlazeWidgetStoryModal extends BlazeWidgetModal {
1816
1816
  private handlePan;
1817
1817
  private handleDoubleTap;
1818
1818
  private setupHammer;
1819
+ handlePinchOut(ev: HammerInput): void;
1819
1820
  private cleanupHammer;
1820
1821
  render(): void;
1821
1822
  }