@wscsports/blaze-web-sdk 0.20.0 → 0.20.1

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.20.0",
3
+ "version": "0.20.1",
4
4
  "main": "publish/index",
5
5
  "types": "publish/index",
6
6
  "files": [
@@ -1271,6 +1271,8 @@ export declare const Z_INDEX: {
1271
1271
  readonly player: "1";
1272
1272
  readonly interaction: "2";
1273
1273
  readonly onTopOfPlayer: "3";
1274
+ readonly menuBackdrop: "99";
1275
+ readonly menu: "100";
1274
1276
  };
1275
1277
 
1276
1278
  export declare const ONE_SECOND = 1000;