@playkit-js/playkit-js-ui 0.81.2-canary.0-34012fa → 0.81.2

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.
@@ -8079,6 +8079,7 @@ declare const ViewabilityType: {
8079
8079
  */
8080
8080
  declare class Volume extends Component<any, any> {
8081
8081
  _volumeControlElement: HTMLDivElement;
8082
+ _volumeSliderElement: HTMLDivElement;
8082
8083
  _volumeProgressBarElement: HTMLDivElement;
8083
8084
  _keyboardEventHandlers: Array<KeyboardEventHandlers>;
8084
8085
  /**
@@ -8226,6 +8227,7 @@ declare class Volume extends Component<any, any> {
8226
8227
  * @memberof Volume
8227
8228
  */
8228
8229
  onProgressBarKeyDown: (event: KeyboardEvent) => void;
8230
+ handleClickOnVolumeButton: (e: Event) => void;
8229
8231
  /**
8230
8232
  * render component
8231
8233
  *