@wscsports/blaze-web-sdk 0.16.0 → 0.17.0

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.16.0",
3
+ "version": "0.17.0",
4
4
  "main": "publish/index",
5
5
  "types": "publish/index",
6
6
  "files": [
@@ -987,6 +987,7 @@ export declare class BlazeButton extends BaseWidget {
987
987
  private setIsDisabled;
988
988
  private setHeight;
989
989
  private setWidth;
990
+ setDataTestId(value: string): void;
990
991
  }
991
992
 
992
993
  export declare const CTA_BUTTON_ATTRIBUTES: {