@wscsports/blaze-web-sdk 0.4.4-beta.0 → 0.4.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.4.4-beta.0",
3
+ "version": "0.4.4",
4
4
  "main": "publish/index",
5
5
  "types": "publish/index",
6
6
  "files": [
@@ -3582,7 +3582,7 @@ export declare class BlazeVideoNavigationOverlay extends HTMLElement {
3582
3582
  loader: BlazeLoader;
3583
3583
  private _platform;
3584
3584
  constructor();
3585
- static get observedAttributes(): ("hidden" | "layout" | "has-next" | "has-prev")[];
3585
+ static get observedAttributes(): ("layout" | "hidden" | "has-next" | "has-prev")[];
3586
3586
  attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
3587
3587
  private applyAttribute;
3588
3588
  connectedCallback(): void;