@wscsports/blaze-web-sdk 0.13.2 → 0.13.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 +3 -1
- package/publish/index.js +1 -1
package/package.json
CHANGED
package/publish/index.d.ts
CHANGED
|
@@ -957,6 +957,7 @@ export declare const CLOSED_CAPTIONS_LANGUAGE_CHANGE = "cc-language-change";
|
|
|
957
957
|
export declare const WSC_STORAGE_PREFIX: string;
|
|
958
958
|
|
|
959
959
|
export declare const TRANSPARENT = "transparent";
|
|
960
|
+
export declare const WSC_PREFIX = "wsc_";
|
|
960
961
|
|
|
961
962
|
export declare const TABLET_PADDING_BOTTOM = "15px";
|
|
962
963
|
export declare const DESKTOP_PADDING_BOTTOM = "40px";
|
|
@@ -3281,7 +3282,7 @@ export type LabelsType = string | string[] | BlazeWidgetLabel;
|
|
|
3281
3282
|
|
|
3282
3283
|
export type LocaleDirectionType = 'LTR' | 'RTL';
|
|
3283
3284
|
|
|
3284
|
-
export type OrderType = 'Manual' | 'AtoZ' | 'ZtoA' | 'RecentlyUpdatedFirst' | 'RecentlyUpdatedLast' | 'RecentlyCreatedFirst' | 'RecentlyCreatedLast';
|
|
3285
|
+
export type OrderType = 'Manual' | 'AtoZ' | 'ZtoA' | 'RecentlyUpdatedFirst' | 'RecentlyUpdatedLast' | 'RecentlyCreatedFirst' | 'RecentlyCreatedLast' | 'Random';
|
|
3285
3286
|
export type ContentOrderType = 'LIVE_CHIP' | 'STORY_TITLE' | 'PUBLISHED_DATE';
|
|
3286
3287
|
|
|
3287
3288
|
type BlazePersonalizedIds = {
|
|
@@ -3677,6 +3678,7 @@ export declare class BlazeVideoSeekBar extends HTMLElement {
|
|
|
3677
3678
|
constructor();
|
|
3678
3679
|
connectedCallback(): void;
|
|
3679
3680
|
disconnectedCallback(): void;
|
|
3681
|
+
private addTransitionStyle;
|
|
3680
3682
|
setTheme(style: BlazeVideosPlayerSeekBarStyle): void;
|
|
3681
3683
|
private createPlaybackPart;
|
|
3682
3684
|
private setupEventListeners;
|