@wscsports/blaze-web-sdk 0.3.3 → 0.3.4

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.3.3",
3
+ "version": "0.3.4",
4
4
  "main": "publish/index",
5
5
  "types": "publish/index",
6
6
  "files": [
@@ -479,6 +479,7 @@ export declare class BlazeImage extends BaseWidget {
479
479
  setHeight(value: string): void;
480
480
  setRatio(ratio: string): void;
481
481
  setBorderRadius(radius: string): void;
482
+ setAccessibility(text: string): void;
482
483
  }
483
484
 
484
485
  export * from './alert';