@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 +1 -1
- package/publish/index.d.ts +1 -1
- package/publish/index.js +1 -1
package/package.json
CHANGED
package/publish/index.d.ts
CHANGED
|
@@ -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(): ("
|
|
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;
|