@playkit-js/playkit-js-ui 0.82.0-canary.0-8a1ca5a → 0.82.0
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 +1 -0
- package/dist/playkit-ui.js +1 -1
- package/dist/playkit-ui.js.map +1 -1
- package/package.json +1 -1
- package/src/components/context-menu/context-menu-utils.ts +10 -3
- package/src/components/context-menu/context-menu.tsx +1 -1
- package/src/components/cvaa-overlay/drop-down-captions-style.tsx +37 -32
- package/src/event/event-type.ts +2 -1
package/dist/playkit-js-ui.d.ts
CHANGED
|
@@ -3075,6 +3075,7 @@ declare const EventType: {
|
|
|
3075
3075
|
readonly USER_SELECTED_CAPTIONS_BACKGROUND_OPACITY: "playkit-ui-userselectedcaptionsbackgroundopacity";
|
|
3076
3076
|
readonly BOTTOM_BAR_CLIENT_RECT_CHANGED: "playkit-ui-bottombarclientrectchanged";
|
|
3077
3077
|
readonly PLAYER_HOVERED: "playkit-ui-playerhovered";
|
|
3078
|
+
readonly USER_COPIED_DEBUG_INFO: "playkit-ui-usercopieddebuginfo";
|
|
3078
3079
|
};
|
|
3079
3080
|
export { EventType }
|
|
3080
3081
|
export { EventType as UIEventType }
|