@playkit-js/playkit-js-ui 0.80.2 → 0.80.3-canary.0-2d97fd5
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/dist/playkit-js-ui.d.ts
CHANGED
|
@@ -3071,6 +3071,7 @@ declare const EventType: {
|
|
|
3071
3071
|
readonly USER_SELECTED_CAPTIONS_BACKGROUND_COLOR: "playkit-ui-userselectedcaptionsbackgroundcolor";
|
|
3072
3072
|
readonly USER_SELECTED_CAPTIONS_BACKGROUND_OPACITY: "playkit-ui-userselectedcaptionsbackgroundopacity";
|
|
3073
3073
|
readonly BOTTOM_BAR_CLIENT_RECT_CHANGED: "playkit-ui-bottombarclientrectchanged";
|
|
3074
|
+
readonly PLAYER_HOVERED: "playkit-ui-playerhovered";
|
|
3074
3075
|
};
|
|
3075
3076
|
export { EventType }
|
|
3076
3077
|
export { EventType as UIEventType }
|