@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.
@@ -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 }