@playkit-js/manual-hotspots 3.3.1-canary.0-2996ab6 → 3.3.1-canary.0-b776562

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/CHANGELOG.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
- ### 3.3.1-canary.0-2996ab6 (2026-01-06)
5
+ ### 3.3.1-canary.0-b776562 (2026-01-06)
6
6
 
7
7
  ### 3.2.26 (2025-12-18)
8
8
 
@@ -1,3 +1,3 @@
1
1
  /*! For license information please see playkit-manual-hotspots.js.LICENSE.txt */
2
- var KalturaPlayer;!function(){var t={1972:function(t,e,n){"use strict";var o,r=this&&this.__extends||(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),i=this&&this.__assign||function(){return i=Object.assign||function(t){for(var e,n=1,o=arguments.length;n<o;n++)for(var r in e=arguments[n])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},i.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.Button=e.ButtonType=e.ButtonSize=void 0;var a,s,l=n(4522),c=n(42),u=n(2052),p=n(979),_=n(4820),d=n(7538),h=u.ui.Components.Tooltip;!function(t){t.small="small",t.medium="medium",t.large="large"}(a=e.ButtonSize||(e.ButtonSize={})),function(t){t.primary="primary",t.danger="danger",t.translucent="translucent",t.borderless="borderless"}(s=e.ButtonType||(e.ButtonType={}));var f=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.buttonRef=(0,l.createRef)(),e.renderButton=function(){var t,n=e.props,o=c(d.button,d[n.size],d[n.type],n.className,((t={})[d.disabled]=n.disabled,t[d.withIcon]=n.children&&n.icon,t[d.iconOnly]=!n.children&&n.icon,t)),r=i(i({ref:e.buttonRef,disabled:n.disabled,"aria-disabled":n.disabled,tabIndex:n.tabIndex,className:o},n.ariaLabel?{"aria-label":n.ariaLabel}:{}),n.testId?{"data-testid":n.testId}:{}),a=(0,l.h)("button",i({},r),(0,l.h)(l.Fragment,null,n.icon&&(0,l.h)(_.Icon,{name:n.icon,size:_.IconSize[n.size]}),n.children&&(0,l.h)("span",null,n.children)));return n.onClick?(0,l.h)(p.A11yWrapper,{onClick:n.onClick},a):a},e}return r(e,t),e.prototype.componentDidMount=function(){var t;this.props.focusOnMount&&(null===(t=this.buttonRef.current)||void 0===t||t.focus())},e.prototype.render=function(t){if(t.tooltip){var e=i(i({label:t.tooltip.label},t.tooltip.type?{type:t.tooltip.type}:{}),t.tooltip.className?{classNames:t.tooltip.className}:{});return(0,l.h)(h,i({},e),this.renderButton())}return this.renderButton()},e}(l.Component);e.Button=f,f.defaultProps={disabled:!1,focusOnMount:!1,tabIndex:0,children:null,size:a.medium,icon:null,type:s.primary}},5454:function(t,e,n){"use strict";var o=this&&this.__createBinding||(Object.create?function(t,e,n,o){void 0===o&&(o=n);var r=Object.getOwnPropertyDescriptor(e,n);r&&!("get"in r?!e.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return e[n]}}),Object.defineProperty(t,o,r)}:function(t,e,n,o){void 0===o&&(o=n),t[o]=e[n]}),r=this&&this.__exportStar||function(t,e){for(var n in t)"default"===n||Object.prototype.hasOwnProperty.call(e,n)||o(e,t,n)};Object.defineProperty(e,"__esModule",{value:!0}),r(n(1972),e),r(n(178),e)},178:function(t,e,n){"use strict";var o,r=this&&this.__extends||(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),i=this&&this.__assign||function(){return i=Object.assign||function(t){for(var e,n=1,o=arguments.length;n<o;n++)for(var r in e=arguments[n])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},i.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.InputField=void 0;var a=n(4522),s=n(979),l=n(7998),c=function(t){function e(e){var n=t.call(this,e)||this;return n.state={active:!1},n._inputRef=null,n.setFocus=function(t){var e;null===(e=n._inputRef)||void 0===e||e.focus(t)},n._handleOnChange=function(t){n.props.onChange(t.target.value)},n._onClear=function(){var t;null===(t=n._inputRef)||void 0===t||t.focus(),n.props.onChange("")},n._onFocus=function(){n.setState({active:!0})},n._onBlur=function(){n.setState({active:!1})},n._goToNextSearchResult=function(){var t=n.props.searchResults,e=t.activeSearchIndex,o=t.totalSearchResults,r=t.onSearchIndexChange;0!==o&&r(e!==o?e+1:1)},n._goToPrevSearchResult=function(){var t=n.props.searchResults,e=t.activeSearchIndex,o=t.totalSearchResults;(0,t.onSearchIndexChange)(1!==e?e-1:o)},n._renderSearchResults=function(){return(0,a.h)(a.Fragment,null,(0,a.h)("div",{className:l.searchResults,"aria-live":"polite","aria-label":n.props.searchResults.searchResultsLabel},"".concat(n.props.searchResults.totalSearchResults>0?"".concat(n.props.searchResults.activeSearchIndex,"/").concat(n.props.searchResults.totalSearchResults):"0/0")),(0,a.h)("div",{className:l.prevNextWrapper},n.props.value&&(0,a.h)(s.A11yWrapper,{onClick:n._goToPrevSearchResult},(0,a.h)("button",{tabIndex:0,className:"".concat(l.prevNextButton," ").concat(0===n.props.searchResults.totalSearchResults?l.disabled:""),"aria-label":n.props.searchResults.prevMatchLabel},(0,a.h)("svg",{width:"8",height:"5",viewBox:"0 0 8 5",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,a.h)("path",{d:"M0.292893 4.70711C0.653377 5.06759 1.22061 5.09532 1.6129 4.7903L1.70711 4.70711L4 2.415L6.29289 4.70711C6.65338 5.06759 7.22061 5.09532 7.6129 4.7903L7.70711 4.70711C8.06759 4.34662 8.09532 3.77939 7.7903 3.3871L7.70711 3.29289L4.70711 0.292893C4.34662 -0.0675907 3.77939 -0.0953203 3.3871 0.209705L3.29289 0.292893L0.292893 3.29289C-0.0976311 3.68342 -0.0976311 4.31658 0.292893 4.70711Z",fill:"white","fill-opacity":"0.7"})))),n.props.value&&(0,a.h)(s.A11yWrapper,{onClick:n._goToNextSearchResult},(0,a.h)("button",{tabIndex:0,className:"".concat(l.prevNextButton," ").concat(0===n.props.searchResults.totalSearchResults?l.disabled:""),"aria-label":n.props.searchResults.nextMatchLabel},(0,a.h)("svg",{width:"8",height:"5",viewBox:"0 0 8 5",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,a.h)("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M0.292893 0.292893C0.683417 -0.0976311 1.31658 -0.0976311 1.70711 0.292893L4 2.58579L6.29289 0.292893C6.68342 -0.0976311 7.31658 -0.0976311 7.70711 0.292893C8.09763 0.683417 8.09763 1.31658 7.70711 1.70711L4.70711 4.70711C4.31658 5.09763 3.68342 5.09763 3.29289 4.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683417 0.292893 0.292893Z",fill:"white","fill-opacity":"0.7"}))))))},n._renderClearSearch=function(){return(0,a.h)(s.A11yWrapper,{onClick:n._onClear},(0,a.h)("button",{className:l.clearIcon,tabIndex:0,"aria-label":n.props.clearSearchLabel},(0,a.h)("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,a.h)("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6 12C9.31371 12 12 9.31371 12 6C12 2.68629 9.31371 0 6 0C2.68629 0 0 2.68629 0 6C0 9.31371 2.68629 12 6 12ZM3.38951 2.3502L3.46013 2.41264L5.99548 4.9504L8.53067 2.41264L8.60129 2.3502C8.89537 2.12125 9.32081 2.1418 9.59133 2.41199C9.8844 2.70471 9.88469 3.17958 9.59197 3.47265L7.05523 6.01165L9.59197 8.55189C9.88469 8.84496 9.8844 9.31983 9.59133 9.61255C9.32081 9.88275 8.89537 9.90329 8.60129 9.67434L8.53067 9.61191L5.99548 7.0729L3.46013 9.61191L3.38951 9.67434C3.09543 9.90329 2.66999 9.88275 2.39947 9.61255C2.1064 9.31983 2.10611 8.84496 2.39883 8.55189L4.93498 6.01165L2.39883 3.47265C2.10611 3.17958 2.1064 2.70471 2.39947 2.41199C2.66999 2.1418 3.09543 2.12125 3.38951 2.3502Z",fill:"white","fill-opacity":"0.7"}))))},n.state={active:!1},n}return r(e,t),e.prototype.render=function(){var t=this,e={className:l.inputElement,value:this.props.value,onInput:this._handleOnChange,onFocus:this._onFocus,onBlur:this._onBlur,tabIndex:0,ref:function(e){t._inputRef=e}};return this.props.placeholder&&(e["aria-label"]=this.props.placeholder,e.placeholder=this.props.placeholder),(0,a.h)("div",{className:[l.inputFieldWrapper,this.props.value||this.state.active?l.active:""].join(" ")},(0,a.h)("input",i({},e)),this.props.value&&this.props.clearSearchLabel&&this._renderClearSearch(),this.props.value&&this.props.searchResults&&this._renderSearchResults())},e}(a.Component);e.InputField=c},979:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.A11yWrapper=e.isKeyboardEvent=void 0;var o=n(4522),r=n(2052).ui.utils.KeyMap,i=r.ENTER,a=r.SPACE,s=r.UP,l=r.DOWN,c=r.LEFT,u=r.RIGHT,p=function(t){t.preventDefault(),t.stopPropagation()};e.isKeyboardEvent=function(t){return t instanceof KeyboardEvent||[t.offsetX,t.offsetY].every((function(t){return 0===t}))},e.A11yWrapper=function(t){var n=t.children,r=t.onClick,_=t.onUpKeyPressed,d=t.onDownKeyPressed,h=t.onLeftKeyPressed,f=t.onRightKeyPressed,A=t.role,C=t.type,v={onKeyDown:function(t){t.keyCode===a||t.keyCode===i?(p(t),r(t,!0)):t.keyCode===s&&_?(p(t),_(t)):t.keyCode===l&&d?(p(t),d(t)):t.keyCode===c&&h?(p(t),h(t)):t.keyCode===u&&f&&(p(t),f(t))},onClick:function(t){t.stopPropagation(),r(t,(0,e.isKeyboardEvent)(t))},role:A};return"button"===n.type&&(v.type=C||"button"),(0,o.cloneElement)(n,v)},e.A11yWrapper.defaultProps={role:"button"}},172:function(t,e,n){"use strict";var o=this&&this.__createBinding||(Object.create?function(t,e,n,o){void 0===o&&(o=n);var r=Object.getOwnPropertyDescriptor(e,n);r&&!("get"in r?!e.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return e[n]}}),Object.defineProperty(t,o,r)}:function(t,e,n,o){void 0===o&&(o=n),t[o]=e[n]}),r=this&&this.__exportStar||function(t,e){for(var n in t)"default"===n||Object.prototype.hasOwnProperty.call(e,n)||o(e,t,n)};Object.defineProperty(e,"__esModule",{value:!0}),r(n(979),e),r(n(8579),e),r(n(3425),e)},8579:function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.OverlayPortal=void 0;var n=KalturaPlayer.ui.redux.useSelector,o=KalturaPlayer.ui.createPortal;e.OverlayPortal=function(t){var e=t.children,r=n((function(t){return t.config.targetId})),i=document.getElementById(r)||document;return o(e,i.querySelector(".overlay-portal"))}},3425:function(t,e,n){"use strict";var o,r=this&&this.__extends||(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)});Object.defineProperty(e,"__esModule",{value:!0}),e.ScreenReaderProvider=e.ScreenReaderContext=void 0;var i=n(4522),a=n(73);e.ScreenReaderContext=(0,i.createContext)((function(t,e){}));var s=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.state={textToRead:""},e._setTextToRead=function(t,n){void 0===n&&(n=500),setTimeout((function(){e.setState({textToRead:t})}),n)},e}return r(n,t),n.prototype.render=function(){return(0,i.h)(e.ScreenReaderContext.Provider,{value:this._setTextToRead},this.props.children,(0,i.h)("div",{style:a.srWrapper,"aria-live":"polite","data-testid":"screenReaderWrapper"},(0,i.h)("span",{id:"sr-only","aria-label":this.state.textToRead},this.state.textToRead)))},n}(i.Component);e.ScreenReaderProvider=s},9695:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.Add=void 0;var o=n(4522);e.Add=function(){return(0,o.h)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,o.h)("path",{d:"M21.8083 4C22.4665 4 23 4.55964 23 5.25V18.75C23 19.4404 22.4665 20 21.8083 20H2.19167C1.53353 20 1 19.4404 1 18.75V5.25C1 4.55964 1.53353 4 2.19167 4H21.8083ZM15 6H3V18H15V6ZM12.999 8.967L13 9L12.998 8.94L12.999 8.967L13 9V15C13 15.5523 12.5523 16 12 16C11.4872 16 11.0645 15.614 11.0067 15.1166L11 15V11.414L6.70711 15.7071C6.34662 16.0676 5.77939 16.0953 5.3871 15.7903L5.29289 15.7071C4.93241 15.3466 4.90468 14.7794 5.2097 14.3871L5.29289 14.2929L9.584 10H6C5.48716 10 5.06449 9.61396 5.00673 9.11662L5 9C5 8.44772 5.44772 8 6 8L12.0193 8.00018C12.0427 8.00063 12.066 8.00189 12.0893 8.00397C12.1097 8.00575 12.1294 8.0081 12.149 8.01102C12.1659 8.01363 12.1834 8.0167 12.2007 8.02024C12.2227 8.02464 12.2444 8.02983 12.2658 8.03572C12.2815 8.0401 12.2969 8.04473 12.3121 8.04974C12.3318 8.05612 12.3516 8.06332 12.3711 8.0711L12.4232 8.09367C12.4439 8.10338 12.4643 8.11379 12.4843 8.12488C12.4964 8.1315 12.5086 8.13861 12.5207 8.146C12.5463 8.16172 12.5711 8.17849 12.5952 8.19631L12.6525 8.24221L12.6167 8.21279C12.6802 8.26255 12.7374 8.31982 12.7872 8.38325C12.7927 8.39016 12.7982 8.3974 12.8037 8.40469C12.8215 8.42887 12.8383 8.45372 12.8539 8.47934L12.8753 8.51594C12.8862 8.53571 12.8966 8.55611 12.9063 8.5769L12.9288 8.62866C12.9367 8.64842 12.9439 8.6682 12.9505 8.68826C12.9553 8.70315 12.9599 8.71854 12.9642 8.73401C12.9702 8.75556 12.9754 8.77725 12.9798 8.79921C12.9833 8.81662 12.9864 8.83405 12.989 8.85153L12.9972 8.92482L12.998 8.94L12.999 8.967Z",fill:"white"}))}},5254:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.Close=void 0;var o=n(4522);e.Close=function(){return(0,o.h)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,o.h)("path",{d:"M11.6592 10.245L6.70483 5.29061C6.31701 4.9028 5.68581 4.90476 5.29528 5.29528C4.90204 5.68853 4.90267 6.31688 5.29061 6.70483L10.245 11.6592L5.29061 16.6137C4.9028 17.0015 4.90476 17.6327 5.29528 18.0232C5.68853 18.4165 6.31688 18.4158 6.70483 18.0279L11.6592 13.0735L16.6137 18.0279C17.0015 18.4157 17.6327 18.4137 18.0232 18.0232C18.4165 17.63 18.4158 17.0016 18.0279 16.6137L13.0735 11.6592L18.0279 6.70483C18.4157 6.31701 18.4137 5.68581 18.0232 5.29528C17.63 4.90204 17.0016 4.90267 16.6137 5.29061L11.6592 10.245Z",fill:"white"}))}},1577:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.Download=void 0;var o=n(4522);e.Download=function(){return(0,o.h)("svg",{width:"32",height:"32",viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,o.h)("path",{d:"M17.5 6C17.5 5.44772 17.0523 5 16.5 5L16.3834 5.00673C15.886 5.06449 15.5 5.48716 15.5 6L15.4997 17.693L9.71029 12.2702C9.30721 11.8926 8.67439 11.9133 8.29683 12.3164C7.91928 12.7195 7.93998 13.3523 8.34306 13.7298L15.8164 20.7298C15.8212 20.7343 15.826 20.7387 15.8308 20.7431L15.8164 20.7298L15.9035 20.8027C15.9034 20.8026 15.9037 20.8028 15.9035 20.8027C15.9135 20.8101 15.9231 20.817 15.9333 20.824C15.956 20.8397 15.9793 20.8544 16.0038 20.8684C16.0148 20.8747 16.0259 20.8808 16.0366 20.8864C16.0596 20.8984 16.0832 20.9096 16.1077 20.9201C16.1223 20.9263 16.1371 20.9322 16.1515 20.9376C16.1769 20.947 16.2028 20.9555 16.2299 20.963C16.2399 20.9658 16.25 20.9684 16.2595 20.9709C16.3365 20.9899 16.4171 21 16.5 21C16.5804 21 16.6585 20.9905 16.7336 20.9725C16.7521 20.968 16.7706 20.963 16.7889 20.9576C16.8097 20.9514 16.8303 20.9444 16.8507 20.9367C16.8632 20.932 16.8756 20.9271 16.8878 20.922C16.9121 20.9118 16.936 20.9006 16.9596 20.8883C16.9735 20.8812 16.9872 20.8736 17.0007 20.8658C17.0223 20.8533 17.0434 20.84 17.0636 20.8262C17.0764 20.8174 17.0891 20.8083 17.1021 20.7985C17.1224 20.7831 17.1422 20.767 17.161 20.7504C17.1685 20.7437 17.176 20.737 17.1834 20.7301L24.6619 13.7301C25.0651 13.3527 25.086 12.7198 24.7086 12.3166L24.6172 12.2304C24.2352 11.9126 23.6674 11.9215 23.2952 12.2699L17.4997 17.694L17.5 6Z",fill:"white"}),(0,o.h)("path",{d:"M27 26C27 26.5523 26.5523 27 26 27H7C6.44772 27 6 26.5523 6 26C6 25.4477 6.44772 25 7 25H26C26.5523 25 27 25.4477 27 26Z",fill:"white"}))}},2942:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.Expand=void 0;var o=n(4522);e.Expand=function(){return(0,o.h)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,o.h)("path",{d:"M20.997 3.924L20.998 3.945L20.999 3.98L21 4V10C21 10.5523 20.5523 11 20 11C19.4872 11 19.0645 10.614 19.0067 10.1166L19 10V6.416L14.7071 10.7071C14.3466 11.0676 13.7794 11.0953 13.3871 10.7903L13.2929 10.7071C12.9324 10.3466 12.9047 9.77939 13.2097 9.3871L13.2929 9.29289L17.586 5H14C13.4872 5 13.0645 4.61396 13.0067 4.11662L13 4C13 3.48716 13.386 3.06449 13.8834 3.00673L14 3L20.0332 3.00054C20.0503 3.00109 20.0683 3.00216 20.0862 3.0037C20.1079 3.00553 20.1285 3.00797 20.149 3.01102C20.166 3.01363 20.1834 3.0167 20.2007 3.02024C20.2227 3.02464 20.2444 3.02983 20.2658 3.03572C20.2815 3.0401 20.2969 3.04473 20.3121 3.04974C20.3318 3.05612 20.3516 3.06332 20.3711 3.0711L20.4232 3.09367C20.4439 3.10338 20.4643 3.11379 20.4843 3.12488C20.4964 3.1315 20.5086 3.13861 20.5207 3.146C20.5463 3.16172 20.5711 3.17849 20.5952 3.19631L20.6525 3.24221L20.6168 3.21279C20.6802 3.26255 20.7374 3.31982 20.7872 3.38325C20.7927 3.39016 20.7982 3.3974 20.8037 3.40469C20.8215 3.42887 20.8383 3.45373 20.8539 3.47934L20.8753 3.51594C20.8862 3.53571 20.8966 3.55611 20.9063 3.5769L20.9288 3.62866C20.9367 3.64842 20.9439 3.6682 20.9505 3.68826C20.9553 3.70315 20.9599 3.71854 20.9642 3.73401C20.9702 3.75556 20.9754 3.77725 20.9798 3.79921C20.9833 3.81662 20.9864 3.83405 20.989 3.85153L20.996 3.91075L20.996 3.919L20.997 3.921V3.924ZM3.002 20.059V20.071L3.00175 20.0593C3.00122 20.0503 3.00081 20.0413 3.00052 20.0323L3 14C3 13.4477 3.44772 13 4 13C4.51284 13 4.93551 13.386 4.99327 13.8834L5 14V17.586L9.29289 13.2929C9.65338 12.9324 10.2206 12.9047 10.6129 13.2097L10.7071 13.2929C11.0676 13.6534 11.0953 14.2206 10.7903 14.6129L10.7071 14.7071L6.416 19H10C10.5128 19 10.9355 19.386 10.9933 19.8834L11 20C11 20.5128 10.614 20.9355 10.1166 20.9933L10 21H4C3.99354 21 3.98709 20.9999 3.98066 20.9998C3.95732 20.9994 3.93401 20.9981 3.91075 20.996C3.89031 20.9943 3.87058 20.9919 3.85104 20.989C3.83405 20.9864 3.81662 20.9833 3.79927 20.9798C3.77725 20.9754 3.75556 20.9702 3.73416 20.9643C3.71854 20.9599 3.70315 20.9553 3.68786 20.9503C3.6682 20.9439 3.64842 20.9367 3.62894 20.9289L3.57678 20.9063C3.55611 20.8966 3.53571 20.8862 3.51572 20.8751C3.50361 20.8685 3.49139 20.8614 3.47929 20.854C3.45373 20.8383 3.42887 20.8215 3.40484 20.8037L3.34745 20.7578L3.38325 20.7872C3.31982 20.7374 3.26255 20.6802 3.21279 20.6168C3.20728 20.6098 3.20175 20.6026 3.19633 20.5953C3.17849 20.5711 3.16172 20.5463 3.14607 20.5207L3.12467 20.4841C3.11379 20.4643 3.10338 20.4439 3.09365 20.4231L3.07123 20.3713C3.06332 20.3516 3.05612 20.3318 3.04955 20.3117C3.04473 20.2969 3.0401 20.2815 3.03585 20.266C3.02983 20.2444 3.02464 20.2227 3.02017 20.2008C3.0167 20.1834 3.01363 20.1659 3.01102 20.1485L3.0037 20.0862L3.002 20.059Z",fill:"white"}))}},1861:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.Icons=void 0;var o=n(5254),r=n(9919),i=n(1577),a=n(7024),s=n(8835),l=n(1223),c=n(7858),u=n(6563),p=n(2489),_=n(9695),d=n(756),h=n(4726),f=n(2942);e.Icons={close:o.Close,print:r.Print,download:i.Download,related:a.Related,message:s.Message,share:l.Share,more:c.More,quiz:u.QuizIcon,switch:p.Switch,add:_.Add,minimizedVideo:d.MinimizedVideo,pictureInPicture:h.PictureInPicture,expand:f.Expand}},8835:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.Message=void 0;var o=n(4522);e.Message=function(){return(0,o.h)("svg",{width:"32",height:"32",viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,o.h)("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M25 5C27.2091 5 29 6.75035 29 8.90952V18.6833C29 20.8425 27.2091 22.5928 25 22.5928H14.985L10.7019 26.7188C10.546 26.8689 10.3449 26.9641 10.1302 26.9917L10 27C9.44772 27 9 26.5624 9 26.0226V22.5928H7C4.79086 22.5928 3 20.8425 3 18.6833V8.90952C3 6.75035 4.79086 5 7 5H25ZM25 6.95476H7C5.89543 6.95476 5 7.82994 5 8.90952V18.6833C5 19.7629 5.89543 20.6381 7 20.6381H11V23.687L14.1651 20.6381H25C26.1046 20.6381 27 19.7629 27 18.6833V8.90952C27 7.82994 26.1046 6.95476 25 6.95476ZM19 14.7738C19.5523 14.7738 20 15.2114 20 15.7512C20 16.291 19.5523 16.7286 19 16.7286H10C9.44772 16.7286 9 16.291 9 15.7512C9 15.2114 9.44772 14.7738 10 14.7738H19ZM23 10.8643C23.5523 10.8643 24 11.3019 24 11.8417C24 12.3815 23.5523 12.819 23 12.819H10C9.44772 12.819 9 12.3815 9 11.8417C9 11.3019 9.44772 10.8643 10 10.8643H23Z",fill:"white"}))}},756:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.MinimizedVideo=void 0;var o=n(4522);e.MinimizedVideo=function(){return(0,o.h)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,o.h)("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.25 4.5H18.75C19.9926 4.5 21 5.50736 21 6.75V17.25C21 18.4926 19.9926 19.5 18.75 19.5H5.25C4.00736 19.5 3 18.4926 3 17.25V6.75C3 5.50736 4.00736 4.5 5.25 4.5ZM5.25 6C4.83579 6 4.5 6.33579 4.5 6.75V17.25C4.5 17.6642 4.83579 18 5.25 18H18.75C19.1642 18 19.5 17.6642 19.5 17.25V6.75C19.5 6.33579 19.1642 6 18.75 6H5.25ZM13 12C12.4477 12 12 12.4477 12 13V15.5C12 16.0523 12.4477 16.5 13 16.5H17C17.5523 16.5 18 16.0523 18 15.5V13C18 12.4477 17.5523 12 17 12H13Z",fill:"white"}))}},7858:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.More=void 0;var o=n(4522);e.More=function(){return(0,o.h)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,o.h)("path",{d:"M8 12C8 13.1046 7.10457 14 6 14C4.89543 14 4 13.1046 4 12C4 10.8954 4.89543 10 6 10C7.10457 10 8 10.8954 8 12ZM14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12ZM20 12C20 13.1046 19.1046 14 18 14C16.8954 14 16 13.1046 16 12C16 10.8954 16.8954 10 18 10C19.1046 10 20 10.8954 20 12Z",fill:"white"}))}},4726:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.PictureInPicture=void 0;var o=n(4522);e.PictureInPicture=function(){return(0,o.h)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,o.h)("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M18.75 4.5H5.25C4.00736 4.5 3 5.50736 3 6.75V17.25C3 18.4926 4.00736 19.5 5.25 19.5H18.75C19.9926 19.5 21 18.4926 21 17.25V6.75C21 5.50736 19.9926 4.5 18.75 4.5ZM13 12C12.4477 12 12 12.4477 12 13V15.5C12 16.0523 12.4477 16.5 13 16.5H17C17.5523 16.5 18 16.0523 18 15.5V13C18 12.4477 17.5523 12 17 12H13Z",fill:"white"}))}},9919:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.Print=void 0;var o=n(4522);e.Print=function(){return(0,o.h)("svg",{width:"32",height:"32",viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,o.h)("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M23 23H26C27.1046 23 28 22.1046 28 21V11C28 9.89543 27.1046 9 26 9H23V5C23 3.89543 22.1046 3 21 3H11C9.89543 3 9 3.89543 9 5V9H6C4.89543 9 4 9.89543 4 11V21C4 22.1046 4.89543 23 6 23H9V28C9 29.1046 9.89543 30 11 30H21C22.1046 30 23 29.1046 23 28V23ZM6 11V21H9V19C8.44772 19 8 18.5523 8 18C8 17.4477 8.44772 17 9 17H23C23.5523 17 24 17.4477 24 18C24 18.5523 23.5523 19 23 19V21H26V11H6ZM21 9V5H11V9H21ZM11 19V28H21V19H11Z",fill:"white"}))}},6563:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.QuizIcon=void 0;var o=n(4522);e.QuizIcon=function(){return(0,o.h)("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,o.h)("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8.49857 2.11499L12.7442 4.2052C12.9162 4.28987 12.9812 4.48721 12.8895 4.64597C12.8594 4.69807 12.8145 4.74163 12.7597 4.77201L8.54484 7.10634C8.20953 7.29205 7.79063 7.29205 7.45532 7.10634L3.2405 4.77202C3.07335 4.67945 3.01915 4.47933 3.11944 4.32505C3.15235 4.27441 3.19956 4.23299 3.256 4.2052L7.50203 2.11498C7.81345 1.96167 8.18715 1.96168 8.49857 2.11499ZM14 6.02878V10.7642C14 11.1075 13.8049 11.4256 13.486 11.6022L9.24043 13.9536C9.07328 14.0461 8.85649 13.9961 8.7562 13.8418C8.72329 13.7912 8.7059 13.7333 8.7059 13.6742V8.93882C8.7059 8.59551 8.90104 8.27738 9.21997 8.10075L13.4655 5.74942C13.6326 5.65685 13.8494 5.70688 13.9497 5.86116C13.9826 5.91179 14 5.96973 14 6.02878ZM6.5145 8.31192L2.50483 6.04476C2.45303 6.01547 2.39375 6 2.33333 6C2.14924 6 2 6.14064 2 6.31412V10.88C2 11.211 2.1843 11.5178 2.4855 11.6881L6.49517 13.9552C6.54697 13.9845 6.60625 14 6.66667 14C6.85076 14 7 13.8594 7 13.6859V9.12C7 8.78898 6.8157 8.48223 6.5145 8.31192Z",fill:"white"}))}},7024:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.Related=void 0;var o=n(4522);e.Related=function(){return(0,o.h)("svg",{width:"32",height:"32",viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,o.h)("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8 7H12C13.1046 7 14 7.89543 14 9V13C14 14.1046 13.1046 15 12 15H8C6.89543 15 6 14.1046 6 13V9C6 7.89543 6.89543 7 8 7ZM8 13H12V9H8V13Z",fill:"white"}),(0,o.h)("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8 18H12C13.1046 18 14 18.8954 14 20V24C14 25.1046 13.1046 26 12 26H8C6.89543 26 6 25.1046 6 24V20C6 18.8954 6.89543 18 8 18ZM8 24H12V20H8V24Z",fill:"white"}),(0,o.h)("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M24 7H20C18.8954 7 18 7.89543 18 9V13C18 14.1046 18.8954 15 20 15H24C25.1046 15 26 14.1046 26 13V9C26 7.89543 25.1046 7 24 7ZM24 13H20V9H24V13Z",fill:"white"}),(0,o.h)("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M20 18H24C25.1046 18 26 18.8954 26 20V24C26 25.1046 25.1046 26 24 26H20C18.8954 26 18 25.1046 18 24V20C18 18.8954 18.8954 18 20 18ZM20 24H24V20H20V24Z",fill:"white"}))}},1223:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.Share=void 0;var o=n(4522);e.Share=function(){return(0,o.h)("svg",{width:"32",height:"32",viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,o.h)("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M22.6667 12.6667C24.5076 12.6667 26 11.1743 26 9.33333C26 7.49238 24.5076 6 22.6667 6C20.8257 6 19.3333 7.49238 19.3333 9.33333C19.3333 9.38882 19.3347 9.44399 19.3374 9.49881L11.9575 13.9443C11.3473 13.1665 10.3987 12.6667 9.33333 12.6667C7.49238 12.6667 6 14.1591 6 16C6 17.8409 7.49238 19.3333 9.33333 19.3333C10.3981 19.3333 11.3462 18.8341 11.9564 18.057L19.3374 22.5013C19.3347 22.5561 19.3333 22.6112 19.3333 22.6667C19.3333 24.5076 20.8257 26 22.6667 26C24.5076 26 26 24.5076 26 22.6667C26 20.8257 24.5076 19.3333 22.6667 19.3333C21.6074 19.3333 20.6636 19.8274 20.053 20.5976L12.864 16.2689L12.8651 15.7324L20.0531 11.4025C20.6637 12.1727 21.6075 12.6667 22.6667 12.6667ZM22.6667 10.6667C21.9303 10.6667 21.3333 10.0697 21.3333 9.33333C21.3333 8.59695 21.9303 8 22.6667 8C23.403 8 24 8.59695 24 9.33333C24 10.0697 23.403 10.6667 22.6667 10.6667ZM9.33333 17.3333C8.59695 17.3333 8 16.7364 8 16C8 15.2636 8.59695 14.6667 9.33333 14.6667C10.0697 14.6667 10.6667 15.2636 10.6667 16C10.6667 16.7364 10.0697 17.3333 9.33333 17.3333ZM21.3333 22.6667C21.3333 23.403 21.9303 24 22.6667 24C23.403 24 24 23.403 24 22.6667C24 21.9303 23.403 21.3333 22.6667 21.3333C21.9303 21.3333 21.3333 21.9303 21.3333 22.6667Z",fill:"white"}))}},2489:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.Switch=void 0;var o=n(4522);e.Switch=function(){return(0,o.h)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,o.h)("path",{d:"M17.6744 9.27934L21.7563 13.3632L21.8282 13.4537L21.887 13.5492L21.9333 13.6489L21.9684 13.7556L21.9824 13.8172L21.9974 13.929L22 14L21.9897 14.1405L21.9824 14.1828L21.9535 14.2949L21.9231 14.3759L21.887 14.4508L21.8281 14.5463L21.7763 14.6137L21.7207 14.6744L17.6744 18.7207C17.3019 19.0931 16.6981 19.0931 16.3256 18.7207C15.9818 18.3769 15.9554 17.8359 16.2463 17.4617L16.3256 17.3719L18.7439 14.9536L12.9537 14.9537C12.4675 14.9537 12.0663 14.5899 12.0074 14.1196L12 14C12 13.5109 12.3682 13.1078 12.8425 13.0527L12.9537 13.0463L18.7426 13.0451L16.3256 10.6281C15.9798 10.2823 15.9551 9.73687 16.2515 9.36252L16.3256 9.27934C16.6981 8.90689 17.3019 8.90689 17.6744 9.27934ZM6.32562 5.27934C6.69807 4.90689 7.30193 4.90689 7.67438 5.27934L7.74849 5.36252C8.04493 5.73687 8.02023 6.28225 7.67438 6.6281L5.2574 9.04508L11.0463 9.04628L11.1575 9.0527C11.6318 9.10779 12 9.5109 12 10L11.9926 10.1196C11.9337 10.5899 11.5325 10.9537 11.0463 10.9537L5.25605 10.9536L7.67438 13.3719L7.75372 13.4617C8.04463 13.8359 8.01818 14.3769 7.67438 14.7207C7.30193 15.0931 6.69807 15.0931 6.32562 14.7207L2.25793 10.6523L2.18664 10.5668L2.12413 10.4708L2.07695 10.3759L2.03697 10.2639L2.01028 10.1405L2 10C2 9.95226 2.00351 9.90534 2.01036 9.85937L2.01758 9.81716L2.04651 9.70514L2.08932 9.59642L2.12415 9.52899L2.18631 9.43351L2.24369 9.36325L6.32562 5.27934Z",fill:"white"}))}},4820:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.Icon=e.IconSize=void 0;var o,r=n(4522),i=n(42),a=n(1861),s=n(3278);!function(t){t.small="small",t.medium="medium",t.large="large"}(o=e.IconSize||(e.IconSize={})),e.Icon=function(t){var e=a.Icons[t.name];return e?(0,r.h)("div",{className:i(s.iconWrapper,s[t.size])},(0,r.h)(e,null)):null},e.Icon.defaultProps={size:o.medium}},573:function(t,e,n){"use strict";var o=this&&this.__createBinding||(Object.create?function(t,e,n,o){void 0===o&&(o=n);var r=Object.getOwnPropertyDescriptor(e,n);r&&!("get"in r?!e.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return e[n]}}),Object.defineProperty(t,o,r)}:function(t,e,n,o){void 0===o&&(o=n),t[o]=e[n]}),r=this&&this.__exportStar||function(t,e){for(var n in t)"default"===n||Object.prototype.hasOwnProperty.call(e,n)||o(e,t,n)};Object.defineProperty(e,"__esModule",{value:!0}),r(n(197),e),r(n(6265),e),r(n(1644),e),r(n(5454),e),r(n(172),e)},2980:function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0})},1644:function(t,e,n){"use strict";var o=this&&this.__createBinding||(Object.create?function(t,e,n,o){void 0===o&&(o=n);var r=Object.getOwnPropertyDescriptor(e,n);r&&!("get"in r?!e.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return e[n]}}),Object.defineProperty(t,o,r)}:function(t,e,n,o){void 0===o&&(o=n),t[o]=e[n]}),r=this&&this.__exportStar||function(t,e){for(var n in t)"default"===n||Object.prototype.hasOwnProperty.call(e,n)||o(e,t,n)};Object.defineProperty(e,"__esModule",{value:!0}),r(n(2980),e)},1365:function(t,e,n){"use strict";var o,r=this&&this.__extends||(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)});Object.defineProperty(e,"__esModule",{value:!0}),e.BannerContainer=void 0;var i=n(4522),a=n(6502),s=n(8482),l=n(334),c=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return r(e,t),e.prototype.render=function(t){var e=this.props.theme,n=e.backgroundColor,o=e.blur;return(0,i.h)("div",{className:a.bannerContainerRoot,"aria-live":"polite"},(0,i.h)("div",{style:"\n background-color:".concat(n,"; \n backdrop-filter: blur(").concat(o,");\n "),className:a.bannerContainer},(0,i.h)("button",{className:a.closeButton,onClick:t.onClose},(0,i.h)(s.CloseSmall,{className:a.small}),(0,i.h)(l.CloseLarge,{className:a.large})),this.props.children))},e}(i.Component);e.BannerContainer=c},334:function(t,e,n){"use strict";var o=this&&this.__assign||function(){return o=Object.assign||function(t){for(var e,n=1,o=arguments.length;n<o;n++)for(var r in e=arguments[n])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},o.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.CloseLarge=void 0;var r=n(4522);e.CloseLarge=function(t){return(0,r.h)("svg",o({width:"32px",height:"32px",viewBox:"0 0 32 32",version:"1.1",xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink"},t),(0,r.h)("g",{id:"Icons/32x32/Menu-Player-Close",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd"},(0,r.h)("path",{d:"M17.4142136,16 L22.363961,20.9497475 C22.7544853,21.3402718 22.7544853,21.9734367 22.363961,22.363961 C21.9734367,22.7544853 21.3402718,22.7544853 20.9497475,22.363961 L16,17.4142136 L11.0502525,22.363961 C10.6597282,22.7544853 10.0265633,22.7544853 9.63603897,22.363961 C9.24551468,21.9734367 9.24551468,21.3402718 9.63603897,20.9497475 L14.5857864,16 L9.63603897,11.0502525 C9.24551468,10.6597282 9.24551468,10.0265633 9.63603897,9.63603897 C10.0265633,9.24551468 10.6597282,9.24551468 11.0502525,9.63603897 L16,14.5857864 L20.9497475,9.63603897 C21.3402718,9.24551468 21.9734367,9.24551468 22.363961,9.63603897 C22.7544853,10.0265633 22.7544853,10.6597282 22.363961,11.0502525 L17.4142136,16 Z",id:"Path",fill:"#FFFFFF"})))}},8482:function(t,e,n){"use strict";var o=this&&this.__assign||function(){return o=Object.assign||function(t){for(var e,n=1,o=arguments.length;n<o;n++)for(var r in e=arguments[n])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},o.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.CloseSmall=void 0;var r=n(4522);e.CloseSmall=function(t){return(0,r.h)("svg",o({xmlns:"http://www.w3.org/2000/svg",width:"10",height:"10",viewBox:"0 0 10 10"},t),(0,r.h)("path",{fill:"#FFF","fill-rule":"evenodd",d:"M5.956 5l3.348-3.348A.674.674 0 0 0 9.3.7a.672.672 0 0 0-.952-.004L5 4.044 1.652.696A.674.674 0 0 0 .7.7a.672.672 0 0 0-.004.952L4.044 5 .696 8.348A.674.674 0 0 0 .7 9.3c.265.266.69.266.952.004L5 5.956l3.348 3.348c.262.262.689.26.952-.004a.672.672 0 0 0 .004-.952L5.956 5z",opacity:".9"}))}},5827:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.BannerContainer=void 0;var o=n(1365);Object.defineProperty(e,"BannerContainer",{enumerable:!0,get:function(){return o.BannerContainer}})},9673:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.BannerManager=e.VisibilityMode=void 0;var o,r=n(7720),i=n(4522),a=n(4570),s=n(5827),l=n(7863),c=n(8853);!function(t){t.VISIBLE="VISIBLE",t.HIDDEN="HIDDEN"}(o=e.VisibilityMode||(e.VisibilityMode={}));var u={theme:{backgroundColor:"rgba(0, 0, 0, .7)",blur:"10px"}},p=function(){function t(t){this.options=t,this._floatingItem=null,this._timerSubscription=void 0,this._options=t,this._bannerConfig=(0,c.getContribConfig)(this._options.kalturaPlayer,"ui.banner",u)}return t.prototype.add=function(t){return this._floatingItem&&this.remove(),this._floatingItem=this._options.floatingManager.add({label:"Banner",mode:r.FloatingUIModes.Immediate,position:r.FloatingPositions.InteractiveArea,renderContent:this._createRenderBanner(t,{onClose:this._handleCloseEvent.bind(this),theme:this._bannerConfig.theme})}),t.autoClose&&this._startDurationTimer(t.duration),this._getState()},t.prototype.remove=function(){this._floatingItem&&(this._timerSubscription&&clearTimeout(this._timerSubscription),this._options.floatingManager.remove(this._floatingItem),this._floatingItem=null)},t.prototype.reset=function(){this.remove()},t.prototype._createRenderBanner=function(t,e){var n=t.content,o=t.renderContent,r=e.onClose,l=e.theme;return function(t){return(0,i.h)(s.BannerContainer,{onClose:r,theme:l},o?o(n,t):(0,i.h)(a.Banner,{content:n}))}},t.prototype._handleCloseEvent=function(){this.remove()},t.prototype._startDurationTimer=function(t){void 0===t&&(t=6e4),this._timerSubscription=setTimeout(this.remove.bind(this),Math.max(5e3,t))},t.prototype._getState=function(){var t=(0,l.getPlayerSize)(this._options.kalturaPlayer);return{visibilityMode:!t||t.width<480?o.HIDDEN:o.VISIBLE}},t}();e.BannerManager=p},6797:function(t,e,n){"use strict";var o,r=this&&this.__extends||(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)});Object.defineProperty(e,"__esModule",{value:!0}),e.Banner=void 0;var i=n(4522),a=n(9480),s=n(5316),l=n(6339),c=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return r(e,t),e.prototype.render=function(t){var e=t.content,n=e.text,o=e.title,r=void 0===o?"Audience asks:":o,s=e.icon,l=void 0===s?this._defaultIcon():s;return(0,i.h)("div",{className:a.defaultBannerRoot+" "+a.bannerWrapper},(0,i.h)("div",{className:a.iconContainer},(0,i.h)("div",{className:a.iconWrapper},l)),(0,i.h)("div",{className:a.bannerBody},(0,i.h)("div",{className:a.title},r),(0,i.h)("div",{className:a.text},n)))},e.prototype._defaultIcon=function(){return(0,i.h)("div",{className:a.iconImage},(0,i.h)(s.SomeoneAsksLarge,{className:a.large}),(0,i.h)(l.SomeoneAsksSmall,{className:a.small}))},e}(i.Component);e.Banner=c},4570:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.Banner=void 0;var o=n(6797);Object.defineProperty(e,"Banner",{enumerable:!0,get:function(){return o.Banner}})},5316:function(t,e,n){"use strict";var o=this&&this.__assign||function(){return o=Object.assign||function(t){for(var e,n=1,o=arguments.length;n<o;n++)for(var r in e=arguments[n])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},o.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.SomeoneAsksLarge=void 0;var r=n(4522);e.SomeoneAsksLarge=function(t){return(0,r.h)("svg",o({width:"32px",height:"32px",viewBox:"0 0 32 32",version:"1.1",xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink"},t),(0,r.h)("g",{id:"Icons/32/Someone-asks",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd"},(0,r.h)("g",{id:"Group",transform:"translate(4.000000, 5.000000)",fill:"#B2D238"},(0,r.h)("ellipse",{id:"Oval",cx:"12",cy:"5.5",rx:"6",ry:"5.5"}),(0,r.h)("path",{d:"M12,13 C7.995,13 0,15.01 0,19 L0,20.5 C0,21.325 0.675,22 1.5,22 L22.5,22 C23.325,22 24,21.325 24,20.5 L24,19 C24,15.01 16.005,13 12,13 Z",id:"Path"}))))}},6339:function(t,e,n){"use strict";var o=this&&this.__assign||function(){return o=Object.assign||function(t){for(var e,n=1,o=arguments.length;n<o;n++)for(var r in e=arguments[n])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},o.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.SomeoneAsksSmall=void 0;var r=n(4522);e.SomeoneAsksSmall=function(t){return(0,r.h)("svg",o({width:"20px",height:"20px",viewBox:"0 0 20 20",version:"1.1",xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink"},t),(0,r.h)("g",{id:"Icons/20/Someone-asks",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd"},(0,r.h)("g",{id:"Group",transform:"translate(2.000000, 2.000000)",fill:"#B2D238"},(0,r.h)("circle",{id:"Oval",cx:"8",cy:"4",r:"4"}),(0,r.h)("path",{d:"M8,9 C5.33,9 0,10.5633333 0,13.6666667 L0,14.8333333 C0,15.475 0.45,16 1,16 L15,16 C15.55,16 16,15.475 16,14.8333333 L16,13.6666667 C16,10.5633333 10.67,9 8,9 Z",id:"Path"}))))}},6908:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.ContribServices=e.getPlayerContribRegistry=void 0;var o=n(8717),r=n(3199),i=n(5753),a=n(8529),s=n(9673);function l(t){return o.PlayerContribRegistry.get(t)}e.getPlayerContribRegistry=l;var c=function(){function t(t,e){var n=this;this._playerContribRegistry=t,this._options=e,this._registered=!1,this._addListeners=function(){var t=n._options.kalturaPlayer;t.addEventListener(t.Event.PLAYER_RESET,n.reset),t.addEventListener(t.Event.PLAYER_DESTROY,n._removeListeners)},this._removeListeners=function(){var t=n._options.kalturaPlayer;t.removeEventListener(t.Event.PLAYER_RESET,n.reset),t.removeEventListener(t.Event.PLAYER_DESTROY,n._removeListeners)},this.register=function(){return n._registered?[]:(n._registered=!0,n._presetManager.registerComponents())},this.reset=function(){n._toastManager.reset(),n._floatingManager.reset(),n._bannerManager.reset()},this.destroy=function(){n._registered=!1};var o=this._options.kalturaPlayer,l=new r.PresetManager({kalturaPlayer:o}),c=new a.FloatingManager({kalturaPlayer:o,presetManager:l}),u=new i.ToastManager({floatingManager:c}),p=new s.BannerManager({kalturaPlayer:o,floatingManager:c});this._toastManager=u,this._floatingManager=c,this._presetManager=l,this._bannerManager=p,this._addListeners()}return t.get=function(e){var n=l(e.kalturaPlayer);return n.register("ContribServices",(function(){return new t(n,e)}))},Object.defineProperty(t.prototype,"presetManager",{get:function(){return this._presetManager},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"floatingManager",{get:function(){return this._floatingManager},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"toastManager",{get:function(){return this._toastManager},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"bannerManager",{get:function(){return this._bannerManager},enumerable:!1,configurable:!0}),t}();e.ContribServices=c},8853:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.getContribConfig=void 0;var o=n(5816);e.getContribConfig=function(t,e,n,r){return o.KalturaPlayerUtils.getPlayerConfig(t,"contrib.".concat(e),n,r)}},5092:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var o=n(4522);e.default=function(t,e,n){return(0,o.h)("a",{href:t,key:n,target:"_blank",rel:"noopener noreferrer"},e)}},8842:function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.EventsManager=void 0;var n=function(){function t(){this._eventListeners={},this._wildcardEventListeners=[]}return t.prototype.on=function(t,e){"*"!==t?(this._eventListeners[t]||(this._eventListeners[t]=[])).push(e):this._wildcardEventListeners.push(e)},t.prototype.off=function(t,e){if("*"!==t){var n=this._eventListeners[t];n&&n.splice(n.indexOf(e)>>>0,1)}else this._wildcardEventListeners.splice(this._wildcardEventListeners.indexOf(e)>>>0,1)},t.prototype.emit=function(t){(this._eventListeners[t.type]||[]).slice().map((function(e){e(t)})),this._wildcardEventListeners.slice().map((function(e){e(t)}))},t}();e.EventsManager=n},7720:function(t,e){"use strict";var n,o;Object.defineProperty(e,"__esModule",{value:!0}),e.FloatingPositions=e.FloatingUIModes=void 0,(o=e.FloatingUIModes||(e.FloatingUIModes={})).MediaLoaded="MediaLoaded",o.OnDemand="OnDemand",o.Immediate="Immediate",o.FirstPlay="FirstPlay",(n=e.FloatingPositions||(e.FloatingPositions={})).VideoArea="VideoArea",n.PresetArea="PresetArea",n.InteractiveArea="InteractiveArea"},5921:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.FloatingItem=void 0;var o=n(4522),r=n(7720),i=n(9017),a=function(){function t(t){var e=this;this._destroyed=!1,this._isShown=!1,this._componentRef=null,this.remove=function(){e._isShown=!1,e._componentRef&&e._componentRef.update()},this.add=function(){e._isShown=!0,e._componentRef&&e._componentRef.update()},this._handleMediaLoaded=function(){var t=e._options.kalturaPlayer;t.removeEventListener(t.Event.MEDIA_LOADED,e._handleMediaLoaded),e.add()},this._handleFirstPlay=function(){var t=e._options.kalturaPlayer;t.removeEventListener(t.Event.FIRST_PLAY,e._handleFirstPlay),e.add()},this._options=t,this._addPlayerBindings()}return Object.defineProperty(t.prototype,"data",{get:function(){return this._options.data},enumerable:!1,configurable:!0}),t.prototype.update=function(){this._componentRef&&this._componentRef.update()},t.prototype.destroy=function(){this._destroyed=!0,this.remove()},t.prototype.renderFloatingChild=function(t){var e=this,n=this._options.data.label;return(0,o.h)(i.ManagedComponent,{label:n,renderChildren:function(){return e._options.data.renderContent(t)},isShown:function(){return e._isShown},ref:function(t){return e._componentRef=t}})},t.prototype._addPlayerBindings=function(){var t=this._options,e=t.kalturaPlayer,n=t.data;n.mode===r.FloatingUIModes.MediaLoaded&&e.addEventListener(e.Event.MEDIA_LOADED,this._handleMediaLoaded),n.mode===r.FloatingUIModes.FirstPlay&&e.addEventListener(e.Event.FIRST_PLAY,this._handleFirstPlay),n.mode===r.FloatingUIModes.Immediate&&this.add()},t}();e.FloatingItem=a},8529:function(t,e,n){"use strict";var o=this&&this.__assign||function(){return o=Object.assign||function(t){for(var e,n=1,o=arguments.length;n<o;n++)for(var r in e=arguments[n])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},o.apply(this,arguments)},r=this&&this.__spreadArray||function(t,e,n){if(n||2===arguments.length)for(var o,r=0,i=e.length;r<i;r++)!o&&r in e||(o||(o=Array.prototype.slice.call(e,0,r)),o[r]=e[r]);return t.concat(o||Array.prototype.slice.call(e))};Object.defineProperty(e,"__esModule",{value:!0}),e.FloatingManager=void 0;var i=n(5921),a=n(7720),s=n(3199),l=n(4522),c=n(7863),u=n(9017),p=n(7417),_=n(8853),d={presetAreasMapping:{Playback:{VideoArea:"VideoArea",PresetArea:"PresetArea",InteractiveArea:"InteractiveArea"},Live:{VideoArea:"VideoArea",PresetArea:"PresetArea",InteractiveArea:"InteractiveArea"}}},h=["VideoArea","PresetArea","InteractiveArea"],f=function(){function t(t){var e,n,o=this;this._options=t,this._items=((e={})[a.FloatingPositions.VideoArea]=[],e[a.FloatingPositions.InteractiveArea]=[],e[a.FloatingPositions.PresetArea]=[],e),this._componentRef=((n={})[a.FloatingPositions.InteractiveArea]=null,n[a.FloatingPositions.VideoArea]=null,n[a.FloatingPositions.PresetArea]=null,n),this._cache={canvas:{playerSize:{width:0,height:0},videoSize:{width:0,height:0}}},this._renderItems=function(t){var e=o._getRendererProps({});return o._items[t].map((function(t){return t.renderFloatingChild(e)}))},this._renderChild=function(t){return(0,l.h)(u.ManagedComponent,{label:"floating-manager",renderChildren:function(){return o._renderItems(t)},isShown:function(){return!0},ref:function(e){return o._componentRef[t]=e}})},this._floatingConfig=(0,_.getContribConfig)(this._options.kalturaPlayer,"ui.floating",d,{explicitMerge:["presetAreasMapping"]});var r=p.PresetsUtils.groupPresetAreasByType({presetAreasMapping:this._floatingConfig.presetAreasMapping,acceptableTypes:h});Object.keys(r).forEach((function(t){o._options.presetManager.add({label:"floating-manager",presetAreas:r[t],renderChild:function(){return o._renderChild(a.FloatingPositions[t])}})})),this._addPlayerBindings(),this._updateCachedCanvas()}return t.prototype.add=function(t){var e=this._options.presetManager,n=o(o({presetManager:e},this._options),{data:t}),r=new i.FloatingItem(n);return this._items[t.position].push(r),r},t.prototype.remove=function(t){var e=this._items[t.data.position],n=e.indexOf(t);n>-1?(e[n].destroy(),e.splice(n,1)):console.warn("couldn't remove ".concat(t," since it wasn't found"))},t.prototype.reset=function(){r(r(r([],this._items.VideoArea,!0),this._items.InteractiveArea,!0),this._items.PresetArea,!0).forEach((function(t){try{t.destroy()}catch(t){console.warn(t)}})),this._items.VideoArea=[],this._items.PresetArea=[],this._items.InteractiveArea=[]},t.prototype._getRendererProps=function(t){var e=this._options.kalturaPlayer;return{currentTime:void 0!==t.currentTime?t.currentTime:1e3*e.currentTime,canvas:this._cache.canvas}},t.prototype._updateCachedCanvas=function(){this._cache.canvas={playerSize:(0,c.getPlayerSize)(this._options.kalturaPlayer),videoSize:(0,c.getVideoSize)(this._options.kalturaPlayer)}},t.prototype._updateComponents=function(){this._componentRef.InteractiveArea&&this._componentRef.InteractiveArea.update(),this._componentRef.PresetArea&&this._componentRef.PresetArea.update(),this._componentRef.VideoArea&&this._componentRef.VideoArea.update()},t.prototype._addPlayerBindings=function(){var t=this,e=this._options.kalturaPlayer;e.addEventListener(e.Event.TIME_UPDATE,(function(){t._updateComponents()})),e.addEventListener(e.Event.MEDIA_LOADED,(function(){t._updateCachedCanvas(),t._updateComponents()})),e.addEventListener(e.Event.LOADED_DATA,(function(){t._updateCachedCanvas(),t._updateComponents()})),this._options.presetManager.on(s.PresetManagerEventTypes.VideoResizeEvent,(function(){t._updateCachedCanvas(),t._updateComponents()})),this._options.presetManager.on(s.PresetManagerEventTypes.PresetResizeEvent,(function(){t._updateCachedCanvas(),t._updateComponents()}))},t}();e.FloatingManager=f},197:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.LinkifyString=e.VisibilityMode=e.BannerManager=e.FloatingUIModes=e.FloatingPositions=e.FloatingItem=e.ToastSeverity=e.ContribServices=void 0;var o=n(6908);Object.defineProperty(e,"ContribServices",{enumerable:!0,get:function(){return o.ContribServices}});var r=n(5753);Object.defineProperty(e,"ToastSeverity",{enumerable:!0,get:function(){return r.ToastSeverity}});var i=n(5921);Object.defineProperty(e,"FloatingItem",{enumerable:!0,get:function(){return i.FloatingItem}});var a=n(7720);Object.defineProperty(e,"FloatingPositions",{enumerable:!0,get:function(){return a.FloatingPositions}}),Object.defineProperty(e,"FloatingUIModes",{enumerable:!0,get:function(){return a.FloatingUIModes}});var s=n(9673);Object.defineProperty(e,"BannerManager",{enumerable:!0,get:function(){return s.BannerManager}}),Object.defineProperty(e,"VisibilityMode",{enumerable:!0,get:function(){return s.VisibilityMode}});var l=n(8849);Object.defineProperty(e,"LinkifyString",{enumerable:!0,get:function(){return l.LinkifyString}})},5161:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.InjectedComponent=void 0;var o=n(413);Object.defineProperty(e,"InjectedComponent",{enumerable:!0,get:function(){return o.InjectedComponent}})},413:function(t,e,n){"use strict";var o,r=this&&this.__extends||(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)});Object.defineProperty(e,"__esModule",{value:!0}),e.InjectedComponent=void 0;var i=n(4522),a=n(4367),s=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e._root=null,e}return r(e,t),e.prototype.shouldComponentUpdate=function(){return!1},e.prototype.componentDidMount=function(){var t=this.props,e=t.onCreate;if(t.label,e){var n=this._root;n&&e({parent:n})}},e.prototype.componentWillUnmount=function(){var t=this.props,e=t.onDestroy,n=(t.label,this._root);n&&e&&e({parent:n})},e.prototype.render=function(){var t=this,e=this.props,n=e.label,o=e.fillContainer?a.fillContainer:"";return(0,i.h)("div",{"data-contrib-injected":n,className:o,ref:function(e){return t._root=e}})},e}(i.Component);e.InjectedComponent=s},5816:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.KalturaPlayerUtils=void 0;var o=n(9442),r=function(){function t(){}return t.getPlayerConfig=function(t,e,n,r){var i=o.ObjectUtils.get(t.config,e,{});return o.ObjectUtils.mergeDefaults(i,n,r)},t}();e.KalturaPlayerUtils=r},8849:function(t,e,n){"use strict";var o,r=this&&this.__extends||(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)});Object.defineProperty(e,"__esModule",{value:!0}),e.LinkifyString=void 0;var i=n(4522),a=n(3708),s=n(5092),l=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e._linkify=new a,e}return r(e,t),e.prototype._parseString=function(t){var e=this;if(0===(t||"").trim().length)return"";var n=this._linkify.match(t);if(!n)return t;var o=[],r=0;return n.forEach((function(n,i){n.index>r&&o.push(t.substring(r,n.index));var a=n.url,s=n.text,l=e.props.componentRenderer(a,s,i);o.push(l),r=n.lastIndex})),t.length>r&&o.push(t.substring(r)),1===o.length?o[0]:o},e.prototype.render=function(){return(0,i.h)("span",null,this._parseString(this.props.text))},e.defaultProps={componentRenderer:s.default},e}(i.Component);e.LinkifyString=l},9017:function(t,e,n){"use strict";var o=this&&this.__createBinding||(Object.create?function(t,e,n,o){void 0===o&&(o=n);var r=Object.getOwnPropertyDescriptor(e,n);r&&!("get"in r?!e.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return e[n]}}),Object.defineProperty(t,o,r)}:function(t,e,n,o){void 0===o&&(o=n),t[o]=e[n]}),r=this&&this.__exportStar||function(t,e){for(var n in t)"default"===n||Object.prototype.hasOwnProperty.call(e,n)||o(e,t,n)};Object.defineProperty(e,"__esModule",{value:!0}),r(n(3692),e)},3692:function(t,e,n){"use strict";var o,r=this&&this.__extends||(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),i=this&&this.__decorate||function(t,e,n,o){var r,i=arguments.length,a=i<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,e,n,o);else for(var s=t.length-1;s>=0;s--)(r=t[s])&&(a=(i<3?r(a):i>3?r(e,n,a):r(e,n))||a);return i>3&&a&&Object.defineProperty(e,n,a),a};Object.defineProperty(e,"__esModule",{value:!0}),e.ManagedComponent=void 0;var a=n(4522),s=n(4022),l=KalturaPlayer.ui.redux.connect,c=function(t){return{playerSize:t.shell.playerSize}},u=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return r(e,t),e.prototype.update=function(){this.setState((function(t){return{toggler:!t.toggler}}))},e.prototype.shouldComponentUpdate=function(t){var e=this.props,n=e.updateOnPlayerSizeChanged,o=e.playerSize;return n&&t.playerSize!==o||t.playerSize===o},e.prototype.componentDidMount=function(){this.setState({toggler:!1})},e.prototype.render=function(){var t=this.props,e=t.fillContainer,n=t.isShown,o=t.playerSize;return n()?(0,a.h)("div",{"data-contrib-item":this.props.label,className:"".concat(e?s.fillContainer:"")},this.props.renderChildren(o)):null},e.defaultProps={fillContainer:!1},i([l(c,null,null,{forwardRef:!0})],e)}(a.Component);e.ManagedComponent=u},9442:function(t,e){"use strict";var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,n=1,o=arguments.length;n<o;n++)for(var r in e=arguments[n])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ObjectUtils=void 0;var o=function(){function t(){}return t.copyDeep=function(e){var n;return Array.isArray(e)?(n=e.length>0?e.slice(0):[]).forEach((function(e,o){("object"==typeof e&&e!=={}||Array.isArray(e)&&e.length>0)&&(n[o]=t.copyDeep(e))})):"object"==typeof e?(n=Object.assign({},e),Object.keys(n).forEach((function(e){("object"==typeof n[e]&&n[e]!=={}||Array.isArray(n[e])&&n[e].length>0)&&(n[e]=t.copyDeep(n[e]))}))):n=e,n},t.isObject=function(t){return t&&"object"==typeof t&&!Array.isArray(t)},t.mergeDeep=function(e,n,o){var r,i;if(!n.length)return e;var a=(o?o.explicitMerge:null)||[],s=n.shift();if(t.isObject(e)&&t.isObject(s))for(var l in s)t.isObject(s[l])?(e[l]||Object.assign(e,((r={})[l]={},r)),-1!==a.indexOf(l)?e[l]=t.explicitFlatMerge(e[l],s[l]):t.mergeDeep(e[l],[s[l]],o)):Object.assign(e,((i={})[l]=s[l],i));return t.mergeDeep(e,n,o)},t.mergeDefaults=function(e,n,o){return t.mergeDeep({},[n,e],o)},t.explicitFlatMerge=function(t,e){var o=n({},t);return Object.keys(e).forEach((function(t){null===e[t]||0===Object.keys(e[t]).length?delete o[t]:o[t]=e[t]})),o},t.get=function(t,e,n){for(var o=function(t){var e=[];return t.split(".").forEach((function(t){t.split(/\[([^}]+)\]/g).forEach((function(t){t.length>0&&e.push(t)}))})),e}(e),r=t,i=0;i<o.length;i++){if(!r[o[i]])return n;r=r[o[i]]}return r},t}();e.ObjectUtils=o},8717:function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.PlayerContribRegistry=void 0;var n=function(){function t(){this._cache={}}return t.get=function(e){return e.__contrib__=e.__contrib__||{},e.__contrib__.services=e.__contrib__.services||new t,e.__contrib__.services},t.prototype.get=function(t){var e=this._cache[t];if(!e)throw new Error("cannot find resource with token ".concat(t));return e},t.prototype.register=function(t,e){var n=this._cache[t];return n||(n=this._cache[t]={instance:e()}),n.instance},t}();e.PlayerContribRegistry=n},7863:function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.getVideoSize=e.getPlayerSize=void 0,e.getPlayerSize=function(t){return t?t.dimensions:{width:0,height:0}},e.getVideoSize=function(t){if(!t)return{width:0,height:0};var e=t.getActiveTracks().video;return e&&void 0!==e.width&&void 0!==e.height?{width:e.width,height:e.height}:t.getVideoElement()?{width:t.getVideoElement().videoWidth,height:t.getVideoElement().videoHeight}:{width:0,height:0}}},6109:function(t,e){"use strict";var n,o,r;Object.defineProperty(e,"__esModule",{value:!0}),e.RelativeToTypes=e.ReservedPresetAreas=e.ReservedPresetNames=void 0,(r=e.ReservedPresetNames||(e.ReservedPresetNames={})).Playback="Playback",r.Live="Live",(o=e.ReservedPresetAreas||(e.ReservedPresetAreas={})).PresetFloating="PresetFloating",o.BottomBarLeftControls="BottomBarLeftControls",o.BottomBarRightControls="BottomBarRightControls",o.TopBarLeftControls="TopBarLeftControls",o.TopBarRightControls="TopBarRightControls",o.SidePanelTop="SidePanelTop",o.SidePanelLeft="SidePanelLeft",o.SidePanelRight="SidePanelRight",o.SidePanelBottom="SidePanelBottom",o.PresetArea="PresetArea",o.InteractiveArea="InteractiveArea",o.PlayerArea="PlayerArea",o.VideoArea="VideoArea",(n=e.RelativeToTypes||(e.RelativeToTypes={})).Before="Before",n.After="After",n.Replace="Replace"},6513:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.PresetItem=void 0;var o=n(4522),r=n(6109),i=n(5161),a=function(){function t(t){var e=this;this._render=function(){if(e._options.data.isolateComponent){var t=e._options.data,n=t.label,r=t.fillContainer;return(0,o.h)(i.InjectedComponent,{label:n,fillContainer:r||!1,onCreate:e._onCreate,onDestroy:e._onDestroy})}return e._options.data.renderChild()},this._onDestroy=function(t){t.parent&&(0,o.render)(null,t.parent)},this._onCreate=function(t){try{if(!t.parent)return;var n=e._options.data.renderChild();if(!n)return;(0,o.render)(n,t.parent)}catch(t){}},this._options=t}return Object.defineProperty(t.prototype,"playerConfig",{get:function(){var t=[];for(var e in this._options.data.presetAreas){var n=this._options.data.presetAreas[e],o=this._options.data.relativeTo;if(n){var i={label:this._options.data.label,presets:[e],container:n,get:this._render};if(o)switch(o.type){case r.RelativeToTypes.After:i.afterComponent=o.name;break;case r.RelativeToTypes.Before:i.beforeComponent=o.name;break;case r.RelativeToTypes.Replace:i.replaceComponent=o.name}t.push(i)}}return t},enumerable:!1,configurable:!0}),t}();e.PresetItem=a},3199:function(t,e,n){"use strict";var o=this&&this.__spreadArray||function(t,e,n){if(n||2===arguments.length)for(var o,r=0,i=e.length;r<i;r++)!o&&r in e||(o||(o=Array.prototype.slice.call(e,0,r)),o[r]=e[r]);return t.concat(o||Array.prototype.slice.call(e))};Object.defineProperty(e,"__esModule",{value:!0}),e.PresetManager=e.PresetManagerEventTypes=void 0;var r,i=n(4522),a=n(6513),s=n(8842),l=n(6227),c=n(7417),u=n(8853);!function(t){t.PresetResizeEvent="PresetResizeEvent",t.VideoResizeEvent="VideoResizeEvent"}(r=e.PresetManagerEventTypes||(e.PresetManagerEventTypes={}));var p=["PlayerArea"],_={presetAreasMapping:{Playback:{PlayerArea:"PlayerArea"},Live:{PlayerArea:"PlayerArea"}}},d=function(){function t(t){var e=this;this._events=new s.EventsManager,this._isLocked=!1,this._items=[],this._pendingItems=[],this._registerToPlayer=function(t){t.addEventListener(KalturaPlayer.ui.EventType.UI_PRESET_RESIZE,e._notifyUIPresetResize),t.addEventListener(KalturaPlayer.ui.EventType.VIDEO_RESIZE,e._notifyVideoResize)},this._notifyVideoResize=function(){e._events.emit({type:r.VideoResizeEvent})},this._notifyUIPresetResize=function(){e._events.emit({type:r.PresetResizeEvent})},this._unregisterToPlayer=function(t){t.removeEventListener(KalturaPlayer.ui.EventType.UI_PRESET_RESIZE,e._notifyUIPresetResize),t.removeEventListener(KalturaPlayer.ui.EventType.VIDEO_RESIZE,e._notifyVideoResize)},this.on=this._events.on.bind(this._events),this.off=this._events.off.bind(this._events),this._options=t,this._presetConfig=(0,u.getContribConfig)(this._options.kalturaPlayer,"ui.preset",_,{explicitMerge:["presetAreasMapping"]});var n=c.PresetsUtils.groupPresetAreasByType({presetAreasMapping:this._presetConfig.presetAreasMapping,acceptableTypes:p});this.add({label:"preset-manager",presetAreas:n.PlayerArea,renderChild:function(){return(0,i.h)(l.UIPlayerAdapter,{onMount:e._registerToPlayer,onUnmount:e._unregisterToPlayer})}})}return t.prototype.add=function(t){if(this._isLocked)return console.warn("cannot add new preset items once player completed its' setup phase"),null;var e=new a.PresetItem({kalturaPlayer:this._options.kalturaPlayer,data:t});this._pendingItems.push(e)},t.prototype.lockManager=function(){this._isLocked=!0},t.prototype.registerComponents=function(){var t=[];return this._pendingItems.forEach((function(e){t=o(o([],t,!0),e.playerConfig,!0)})),this._items=o(o([],this._items,!0),this._pendingItems,!0),this._pendingItems=[],t.filter(Boolean)},t}();e.PresetManager=d},7417:function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.PresetsUtils=void 0;var n=function(){function t(){}return t.groupPresetAreasByType=function(t){var e=t.presetAreasMapping,n=t.acceptableTypes,o={};return n.forEach((function(t){return o[t]={}})),Object.keys(e).forEach((function(t){Object.keys(e[t]).forEach((function(r){-1===n.indexOf(r)||(o[r][t]=e[t][r])}))})),o},t}();e.PresetsUtils=n},5753:function(t,e,n){"use strict";var o=this&&this.__assign||function(){return o=Object.assign||function(t){for(var e,n=1,o=arguments.length;n<o;n++)for(var r in e=arguments[n])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},o.apply(this,arguments)},r=this&&this.__rest||function(t,e){var n={};for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&e.indexOf(o)<0&&(n[o]=t[o]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(t);r<o.length;r++)e.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(t,o[r])&&(n[o[r]]=t[o[r]])}return n};Object.defineProperty(e,"__esModule",{value:!0}),e.ToastManager=e.ToastSeverity=void 0;var i,a=n(4144),s=n(7720),l=n(4617),c=n(4522);(i=e.ToastSeverity||(e.ToastSeverity={})).Info="Info",i.Success="Success",i.Warn="Warn",i.Error="Error";var u=function(){function t(t){var e=this;this.options=t,this._toasts=[],this._floatingItem=null,this._remove=function(t){var n=e._findToastIndexById(t);-1!==n&&(clearTimeout(e._toasts[n].timerSubscription),e._toasts.splice(n,1),e._updateToastsUI(),0===e._toasts.length&&e._removeToastsContainer())},this._options=t}return t.prototype.add=function(t){var e=t.duration,n=r(t,["duration"]);this._floatingItem||this._addToastsContainer();var i={toastProps:o(o({},n),{id:a.UUID.uuidV1(),onClose:this._remove}),duration:e,timerSubscription:null};this._toasts.push(i),this._updateToastsUI(),this._startDurationTimer(i)},t.prototype.reset=function(){var t=this;this._toasts.forEach((function(e){t._remove(e.toastProps.id)}))},t.prototype._startDurationTimer=function(t){var e=this;t.timerSubscription=setTimeout((function(){e._remove(t.toastProps.id)}),t.duration)},t.prototype._addToastsContainer=function(){var t=this;this._floatingItem=this._options.floatingManager.add({label:"Toasts",mode:s.FloatingUIModes.Immediate,position:s.FloatingPositions.InteractiveArea,renderContent:function(){return(0,c.h)(l.ToastsContainer,{toasts:t._toasts.map((function(t){return t.toastProps}))})}})},t.prototype._removeToastsContainer=function(){this._floatingItem&&(this._options.floatingManager.remove(this._floatingItem),this._floatingItem=null)},t.prototype._updateToastsUI=function(){this._floatingItem&&this._floatingItem.update()},t.prototype._findToastIndexById=function(t){for(var e=0;e<this._toasts.length;){if(this._toasts[e].toastProps.id===t)return e;e++}return-1},t}();e.ToastManager=u},1569:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.CloseIcon=void 0;var o=n(4522);e.CloseIcon=function(){return(0,o.h)("svg",{width:"16px",height:"16px",viewBox:"0 0 16 16",version:"1.1",xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink"},(0,o.h)("g",{id:"Icons/16/Close",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd"},(0,o.h)("path",{d:"M8.8497789,8 L11.824005,10.9742261 C12.058665,11.2088861 12.058665,11.5893451 11.824005,11.824005 C11.5893451,12.058665 11.2088861,12.058665 10.9742261,11.824005 L8,8.8497789 L5.02577387,11.824005 C4.7911139,12.058665 4.41065493,12.058665 4.17599497,11.824005 C3.94133501,11.5893451 3.94133501,11.2088861 4.17599497,10.9742261 L7.1502211,8 L4.17599497,5.02577387 C3.94133501,4.7911139 3.94133501,4.41065493 4.17599497,4.17599497 C4.41065493,3.94133501 4.7911139,3.94133501 5.02577387,4.17599497 L8,7.1502211 L10.9742261,4.17599497 C11.2088861,3.94133501 11.5893451,3.94133501 11.824005,4.17599497 C12.058665,4.41065493 12.058665,4.7911139 11.824005,5.02577387 L8.8497789,8 Z",id:"Path",fill:"#cccccc"})))}},3810:function(t,e,n){"use strict";var o,r=this&&this.__extends||(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)});Object.defineProperty(e,"__esModule",{value:!0}),e.Toast=void 0;var i=n(4522),a=n(181),s=n(5753),l=n(1569),c=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.state={isShown:!0},e._onClick=function(t){e.props.onClick(),e._onClose(t)},e._onClose=function(t){t.stopPropagation(),e.setState({isShown:!1}),e.props.onClose(e.props.id)},e}return r(e,t),e.prototype._getToastSeverityClass=function(){switch(this.props.severity){case s.ToastSeverity.Success:return a.successToast;case s.ToastSeverity.Warn:return a.warnToast;case s.ToastSeverity.Error:return a.errorToast;default:return a.infoToast}},e.prototype.render=function(){var t=this.props,e=t.text,n=t.title,o=t.icon;return(0,i.h)("div",{className:a.toastWrapper+" "+this._getToastSeverityClass(),onClick:this._onClick},(0,i.h)("button",{className:a.closeButton,onClick:this._onClose},(0,i.h)(l.CloseIcon,null)),(0,i.h)("div",{className:a.title},n),(0,i.h)("div",{className:a.toastBody},(0,i.h)("div",{className:a.iconContainer},(0,i.h)("div",{className:a.iconWrapper},o)),(0,i.h)("div",{className:a.text},e)))},e}(i.Component);e.Toast=c},4617:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.ToastsContainer=void 0;var o=n(7371);Object.defineProperty(e,"ToastsContainer",{enumerable:!0,get:function(){return o.ToastsContainer}})},7371:function(t,e,n){"use strict";var o,r=this&&this.__extends||(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),i=this&&this.__assign||function(){return i=Object.assign||function(t){for(var e,n=1,o=arguments.length;n<o;n++)for(var r in e=arguments[n])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},i.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ToastsContainer=void 0;var a=n(4522),s=n(3810),l=n(5579),c=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return r(e,t),e.prototype.render=function(){return(0,a.h)("div",{className:l.toastsContainer,"aria-live":"polite"},this.props.toasts.map((function(t){return(0,a.h)("div",{className:l.toastRow,key:t.id},(0,a.h)(s.Toast,i({},t)))})))},e}(a.Component);e.ToastsContainer=c},6227:function(t,e,n){"use strict";var o=this&&this.__createBinding||(Object.create?function(t,e,n,o){void 0===o&&(o=n);var r=Object.getOwnPropertyDescriptor(e,n);r&&!("get"in r?!e.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return e[n]}}),Object.defineProperty(t,o,r)}:function(t,e,n,o){void 0===o&&(o=n),t[o]=e[n]}),r=this&&this.__exportStar||function(t,e){for(var n in t)"default"===n||Object.prototype.hasOwnProperty.call(e,n)||o(e,t,n)};Object.defineProperty(e,"__esModule",{value:!0}),r(n(9873),e)},9873:function(t,e,n){"use strict";var o,r=this&&this.__extends||(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),i=this&&this.__decorate||function(t,e,n,o){var r,i=arguments.length,a=i<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,e,n,o);else for(var s=t.length-1;s>=0;s--)(r=t[s])&&(a=(i<3?r(a):i>3?r(e,n,a):r(e,n))||a);return i>3&&a&&Object.defineProperty(e,n,a),a};Object.defineProperty(e,"__esModule",{value:!0}),e.UIPlayerAdapter=void 0;var a=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return r(e,t),e.prototype.componentDidMount=function(){this.props.onMount(this.props.player)},e.prototype.componentWillUnmount=function(){this.props.onUnmount(this.props.player)},e.prototype.render=function(t){return null},e.defaultProps={player:null},i([KalturaPlayer.ui.components.withPlayer],e)}(n(4522).Component);e.UIPlayerAdapter=a},4144:function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.UUID=void 0;var n=function(){function t(){}return t.uuidV1=function(){return"".concat(Date.now(),"-").concat(Math.random())},t}();e.UUID=n},1123:function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.EventsManager=void 0;var n=function(){function t(){this._eventListeners={},this._wildcardEventListeners=[]}return t.prototype.on=function(t,e){"*"!==t?(this._eventListeners[t]||(this._eventListeners[t]=[])).push(e):this._wildcardEventListeners.push(e)},t.prototype.off=function(t,e){if("*"!==t){var n=this._eventListeners[t];n&&n.splice(n.indexOf(e)>>>0,1)}else this._wildcardEventListeners.splice(this._wildcardEventListeners.indexOf(e)>>>0,1)},t.prototype.emit=function(t){(this._eventListeners[t.type]||[]).slice().map((function(e){e(t)})),this._wildcardEventListeners.slice().map((function(e){e(t)}))},t}();e.EventsManager=n},6265:function(t,e,n){"use strict";var o=this&&this.__createBinding||(Object.create?function(t,e,n,o){void 0===o&&(o=n);var r=Object.getOwnPropertyDescriptor(e,n);r&&!("get"in r?!e.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return e[n]}}),Object.defineProperty(t,o,r)}:function(t,e,n,o){void 0===o&&(o=n),t[o]=e[n]}),r=this&&this.__exportStar||function(t,e){for(var n in t)"default"===n||Object.prototype.hasOwnProperty.call(e,n)||o(e,t,n)};Object.defineProperty(e,"__esModule",{value:!0}),r(n(1123),e),r(n(4300),e)},4300:function(t,e){"use strict";function n(){return"undefined"==typeof Storage?o():((t=localStorage.getItem("anonymousUserId"))||(t=o(),localStorage.setItem("anonymousUserId",t)),t);var t}function o(){return"##".concat("Guest").concat("HashSeparator").concat(function(){for(var t=(0,e.generateId)(),n="",o=0;o<t.length;o++){var r=t.charAt(o);n+=Number.isNaN(+r)?r.charCodeAt(0):r}return n}(),"##")}Object.defineProperty(e,"__esModule",{value:!0}),e.debounce=e.getQnaUserId=e.getUserId=e.generateId=void 0,e.generateId=function(){return(new Date).getTime().toString(36)+Math.random().toString(36).slice(2)},e.getUserId=n,e.getQnaUserId=function(t){var e,o,r,i,a=t,s=a.config,l=a.plugins,c=(null==s?void 0:s.session)||{},u=(null===(o=null===(e=null==l?void 0:l.qna)||void 0===e?void 0:e.config)||void 0===o?void 0:o.userRole)||c.userRole;return u&&"anonymousRole"!==u?(null===(i=null===(r=null==l?void 0:l.qna)||void 0===r?void 0:r.config)||void 0===i?void 0:i.userId)||c.userId:n()},e.debounce=function(t,e,n){var o;return void 0===e&&(e=50),void 0===n&&(n={isImmediate:!1}),function(){for(var r=this,i=[],a=0;a<arguments.length;a++)i[a]=arguments[a];var s=function(){o=void 0,n.isImmediate||t.apply(r,i)},l=n.isImmediate&&void 0===o;void 0!==o&&clearTimeout(o),o=setTimeout(s,e),l&&t.apply(this,i)}}},42:function(t,e){var n;!function(){"use strict";var o={}.hasOwnProperty;function r(){for(var t=[],e=0;e<arguments.length;e++){var n=arguments[e];if(n){var i=typeof n;if("string"===i||"number"===i)t.push(n);else if(Array.isArray(n)){if(n.length){var a=r.apply(null,n);a&&t.push(a)}}else if("object"===i){if(n.toString!==Object.prototype.toString&&!n.toString.toString().includes("[native code]")){t.push(n.toString());continue}for(var s in n)o.call(n,s)&&n[s]&&t.push(s)}}}return t.join(" ")}t.exports?(r.default=r,t.exports=r):void 0===(n=function(){return r}.apply(e,[]))||(t.exports=n)}()},6298:function(t,e,n){"use strict";n.r(e);var o=n(559),r=n.n(o),i=n(3476),a=n.n(i)()(r());a.push([t.id,".Button__button___NM3Vl{display:flex;justify-content:center;align-items:center;flex-wrap:nowrap;font-weight:700;border:1px solid rgba(0,0,0,0);border-radius:4px;cursor:pointer}.Button__button___NM3Vl.Button__primary___vkWyL{background-color:var(--playkit-primary-color);color:var(--playkit-primary-text-contrast-color)}.Button__button___NM3Vl.Button__primary___vkWyL:not(.Button__disabled___j4KjS):hover{background-color:var(--playkit-primary-darker-color)}.Button__button___NM3Vl.Button__primary___vkWyL:not(.Button__disabled___j4KjS):focus{background-color:var(--playkit-primary-brighter-color)}.Button__button___NM3Vl.Button__danger___lCKPq{background-color:var(--playkit-danger-color);color:var(--playkit-danger-text-contrast-color)}.Button__button___NM3Vl.Button__danger___lCKPq:not(.Button__disabled___j4KjS):hover{background-color:var(--playkit-danger-darker-color)}.Button__button___NM3Vl.Button__danger___lCKPq:not(.Button__disabled___j4KjS):focus{background-color:var(--playkit-danger-brighter-color)}.Button__button___NM3Vl.Button__translucent___nSc5h{background-color:rgba(0,0,0,.6);color:var(--playkit-primary-text-contrast-color)}.Button__button___NM3Vl.Button__borderless___sov7o{background-color:rgba(0,0,0,0);color:var(--playkit-tone-1-color)}.Button__button___NM3Vl.Button__borderless___sov7o:not(.Button__disabled___j4KjS):hover{background-color:var(--playkit-tone-4-color)}.Button__button___NM3Vl.Button__borderless___sov7o:not(.Button__disabled___j4KjS):focus{background-color:var(--playkit-tone-6-color)}.Button__button___NM3Vl.Button__small____SSTu{height:24px;font-size:13px;line-height:16px;padding:0 4px}.Button__button___NM3Vl.Button__small____SSTu.Button__withIcon___c3vxV{padding-right:8px}.Button__button___NM3Vl.Button__small____SSTu.Button__withIcon___c3vxV>span{margin-left:2px}.Button__button___NM3Vl.Button__small____SSTu.Button__iconOnly___dISNi{padding:0 3px}.Button__button___NM3Vl.Button__medium___psqY1{height:32px;font-size:14px;line-height:17px;padding:0 8px}.Button__button___NM3Vl.Button__medium___psqY1.Button__withIcon___c3vxV{padding-right:12px}.Button__button___NM3Vl.Button__medium___psqY1.Button__withIcon___c3vxV>span{margin-left:4px}.Button__button___NM3Vl.Button__medium___psqY1.Button__iconOnly___dISNi{padding:0 3px}.Button__button___NM3Vl.Button__large___ftsNW{height:40px;font-size:16px;line-height:19px;padding:0 16px}.Button__button___NM3Vl.Button__large___ftsNW.Button__withIcon___c3vxV{padding-left:12px}.Button__button___NM3Vl.Button__large___ftsNW.Button__withIcon___c3vxV>span{margin-left:4px}.Button__button___NM3Vl.Button__large___ftsNW.Button__iconOnly___dISNi{padding:0 3px}.Button__button___NM3Vl.Button__disabled___j4KjS{background-color:rgba(0,0,0,0);color:var(--playkit-tone-4-color);border-color:var(--playkit-tone-4-color);cursor:default}","",{version:3,sources:["webpack://./../node_modules/@playkit-js/common/dist/components/button/Button.scss","webpack://./../node_modules/@playkit-js/common/dist/components/variables.scss","webpack://./../node_modules/@playkit-js/playkit-js-ui/src/styles/exported.scss"],names:[],mappings:"AAGA,wBACE,YAAA,CACA,sBAAA,CACA,kBAAA,CACA,gBAAA,CACA,eAAA,CACA,8BAAA,CACA,iBCPY,CDQZ,cAAA,CACA,gDACE,6CEVY,CFWZ,gDER0B,CFUxB,qFACE,oDEbe,CFejB,qFACE,sDEfiB,CFmBvB,+CACE,4CENW,CFOX,+CEJyB,CFMvB,oFACE,mDETc,CFWhB,oFACE,qDEXgB,CFetB,oDACE,+BAAA,CACA,gDEhC0B,CFkC5B,mDACE,8BAAA,CACA,iCEZW,CFcT,wFACE,4CEZO,CFcT,wFACE,4CEbO,CFiBb,8CACE,WAAA,CACA,cAAA,CACA,gBAAA,CACA,aAAA,CACA,uEACE,iBAAA,CACA,4EACE,eAAA,CAGJ,uEACE,aAAA,CAGJ,+CACE,WAAA,CACA,cAAA,CACA,gBAAA,CACA,aAAA,CACA,wEACE,kBAAA,CACA,6EACE,eAAA,CAGJ,wEACE,aAAA,CAGJ,8CACE,WAAA,CACA,cAAA,CACA,gBAAA,CACA,cAAA,CACA,uEACE,iBAAA,CACA,4EACE,eAAA,CAGJ,uEACE,aAAA,CAGJ,iDACE,8BAAA,CACA,iCElEW,CFmEX,wCEnEW,CFoEX,cAAA",sourcesContent:["@import '../variables.scss';\n\n// https://www.figma.com/file/GYMv1jsthckOnKmCrdQJY3/%E2%8F%AF-Player-v7-(Guidelines)?node-id=21%3A1943&t=ywdMo875C6kzd7pN-0\n.button {\n display: flex;\n justify-content: center;\n align-items: center;\n flex-wrap: nowrap;\n font-weight: 700;\n border: 1px solid transparent;\n border-radius: $roundness-1;\n cursor: pointer;\n &.primary {\n background-color: $primary-color;\n color: $primary-text-contrast-color;\n &:not(.disabled) {\n &:hover {\n background-color: $primary-darker-color;\n }\n &:focus {\n background-color: $primary-brighter-color;\n }\n }\n }\n &.danger {\n background-color: $danger-color;\n color: $danger-text-contrast-color;\n &:not(.disabled) {\n &:hover {\n background-color: $danger-darker-color;\n }\n &:focus {\n background-color: $danger-brighter-color;\n }\n }\n }\n &.translucent {\n background-color: rgba(0, 0, 0, 0.6);\n color: $primary-text-contrast-color;\n }\n &.borderless {\n background-color: transparent;\n color: $tone-1-color;\n &:not(.disabled) {\n &:hover {\n background-color: $tone-4-color;\n }\n &:focus {\n background-color: $tone-6-color;\n }\n }\n }\n &.small {\n height: 24px;\n font-size: 13px;\n line-height: 16px;\n padding: 0 4px;\n &.withIcon {\n padding-right: 8px;\n > span {\n margin-left: 2px;\n }\n }\n &.iconOnly {\n padding: 0 3px;\n }\n }\n &.medium {\n height: 32px;\n font-size: 14px;\n line-height: 17px;\n padding: 0 8px;\n &.withIcon {\n padding-right: 12px;\n > span {\n margin-left: 4px;\n }\n }\n &.iconOnly {\n padding: 0 3px;\n }\n }\n &.large {\n height: 40px;\n font-size: 16px;\n line-height: 19px;\n padding: 0 16px;\n &.withIcon {\n padding-left: 12px;\n > span {\n margin-left: 4px;\n }\n }\n &.iconOnly {\n padding: 0 3px;\n }\n }\n &.disabled {\n background-color: transparent;\n color: $tone-4-color;\n border-color: $tone-4-color;\n cursor: default;\n }\n}\n","@import '~@playkit-js/playkit-js-ui';\n\n// border radius\n$roundness-1: 4px;\n$roundness-2: 8px;\n\n// colors\n$white: #ffffff;\n","// Sass variables exported using the npm package for plugins usage\n\n// Accent Colors\n$primary-color: var(--playkit-primary-color);\n$primary-darker-color: var(--playkit-primary-darker-color);\n$primary-brighter-color: var(--playkit-primary-brighter-color);\n$primary-text-contrast-color: var(--playkit-primary-text-contrast-color);\n\n$secondary-color: var(--playkit-secondary-color);\n$secondary-darker-color: var(--playkit-secondary-darker-color);\n$secondary-brighter-color: var(--playkit-secondary-brighter-color);\n$secondary-text-contrast-color: var(--playkit-secondary-text-contrast-color);\n\n// Acknowledgement Colors\n$success-color: var(--playkit-success-color);\n$success-darker-color: var(--playkit-success-darker-color);\n$success-brighter-color: var(--playkit-success-brighter-color);\n$success-text-contrast-color: var(--playkit-success-text-contrast-color);\n\n$danger-color: var(--playkit-danger-color);\n$danger-darker-color: var(--playkit-danger-darker-color);\n$danger-brighter-color: var(--playkit-danger-brighter-color);\n$danger-text-contrast-color: var(--playkit-danger-text-contrast-color);\n\n$warning-color: var(--playkit-warning-color);\n$warning-darker-color: var(--playkit-warning-darker-color);\n$warning-brighter-color: var(--playkit-warning-brighter-color);\n$warning-text-contrast-color: var(--playkit-warning-text-contrast-color);\n\n// Tone Ramp\n$tone-1-color: var(--playkit-tone-1-color);\n$tone-2-color: var(--playkit-tone-2-color);\n$tone-3-color: var(--playkit-tone-3-color);\n$tone-4-color: var(--playkit-tone-4-color);\n$tone-5-color: var(--playkit-tone-5-color);\n$tone-6-color: var(--playkit-tone-6-color);\n$tone-7-color: var(--playkit-tone-7-color);\n$tone-8-color: var(--playkit-tone-8-color);\n\n$live-color: var(--playkit-live-color);\n$player-background-color: var(--playkit-player-background-color);\n$tab-focus-color: var(--playkit-tab-focus-color);\n$tooltip-background-color: var(--playkit-tooltip-background-color);\n$tooltip-color: var(--playkit-tooltip-color);\n$ads-color: var(--playkit-ads-color);\n"],sourceRoot:""}]),a.locals={button:"Button__button___NM3Vl",primary:"Button__primary___vkWyL",disabled:"Button__disabled___j4KjS",danger:"Button__danger___lCKPq",translucent:"Button__translucent___nSc5h",borderless:"Button__borderless___sov7o",small:"Button__small____SSTu",withIcon:"Button__withIcon___c3vxV",iconOnly:"Button__iconOnly___dISNi",medium:"Button__medium___psqY1",large:"Button__large___ftsNW"},e.default=a},2707:function(t,e,n){"use strict";n.r(e);var o=n(559),r=n.n(o),i=n(3476),a=n.n(i)()(r());a.push([t.id,".InputField__input-field-wrapper___K1QeS{display:flex;align-items:center;flex-grow:1;width:100%;max-width:599px;padding-right:8px;height:32px;border:solid 1px rgba(255,255,255,.4);border-radius:4px}.InputField__input-field-wrapper___K1QeS ::-moz-placeholder{opacity:1}.InputField__input-field-wrapper___K1QeS .InputField__search-results___PBRGr{display:flex;justify-content:flex-end;align-items:center;flex-shrink:0;margin:0 8px 0 6px;font-size:12px;text-overflow:ellipsis}.InputField__input-field-wrapper___K1QeS .InputField__prev-next-wrapper___zAxBA{display:flex;flex-direction:column;justify-content:space-around;max-height:100%;height:100%;width:8px;flex:0 0 8px}.InputField__input-field-wrapper___K1QeS .InputField__prev-next-wrapper___zAxBA .InputField__prev-next-button___HP7Me{display:flex;align-items:center;height:50%;padding:0;background-color:rgba(0,0,0,0);border:none;cursor:pointer}.InputField__input-field-wrapper___K1QeS .InputField__prev-next-wrapper___zAxBA .InputField__prev-next-button___HP7Me.InputField__disabled___GVLcH{opacity:.4;cursor:default}.InputField__input-field-wrapper___K1QeS .InputField__input-element___BAphE{width:100%;flex-grow:1;flex-shrink:1;font-size:15px;padding:0 6px 1px 6px;color:var(--playkit-tone-1-color);background:rgba(0,0,0,0);border:none;overflow:hidden;text-overflow:ellipsis}.InputField__input-field-wrapper___K1QeS .InputField__input-element___BAphE::placeholder{color:var(--playkit-tone-2-color)}.InputField__input-field-wrapper___K1QeS .InputField__input-element___BAphE::selection{background-color:var(--playkit-primary-brighter-color)}.InputField__input-field-wrapper___K1QeS .InputField__clear-icon___eTi3X{padding:0;flex:0 0 12px;max-width:12px;max-height:12px;background-color:rgba(0,0,0,0);width:12px;height:12px;outline-offset:4px;border:none;cursor:pointer}.InputField__input-field-wrapper___K1QeS:hover{border-color:#fff}.InputField__input-field-wrapper___K1QeS.InputField__active____D1qS{color:var(--playkit-tone-2-color);background:var(--playkit-tone-8-color);border-color:#fff}","",{version:3,sources:["webpack://./../node_modules/@playkit-js/common/dist/components/input-field/InputField.scss","webpack://./../node_modules/@playkit-js/common/dist/components/variables.scss","webpack://./../node_modules/@playkit-js/playkit-js-ui/src/styles/exported.scss"],names:[],mappings:"AAEA,yCAKE,YAAA,CACA,kBAAA,CACA,WAAA,CACA,UAAA,CACA,eAAA,CACA,iBAAA,CACA,WAAA,CACA,qCAAA,CACA,iBCZY,CAAA,4DDCV,SAAA,CAYF,6EACE,YAAA,CACA,wBAAA,CACA,kBAAA,CACA,aAAA,CACA,kBAAA,CACA,cAAA,CACA,sBAAA,CAEF,gFACE,YAAA,CACA,qBAAA,CACA,4BAAA,CACA,eAAA,CACA,WAAA,CACA,SAAA,CACA,YAAA,CACA,sHACE,YAAA,CACA,kBAAA,CACA,UAAA,CACA,SAAA,CACA,8BAAA,CACA,WAAA,CACA,cAAA,CACA,mJACE,UAAA,CACA,cAAA,CAIN,4EACE,UAAA,CACA,WAAA,CACA,aAAA,CACA,cAAA,CACA,qBAAA,CACA,iCEvBW,CFwBX,wBAAA,CACA,WAAA,CACA,eAAA,CACA,sBAAA,CACA,yFACE,iCE5BS,CF8BX,uFACE,sDEzDmB,CF4DvB,yEACE,SAAA,CACA,aAAA,CACA,cAAA,CACA,eAAA,CACA,8BAAA,CACA,UAAA,CACA,WAAA,CACA,kBAAA,CACA,WAAA,CACA,cAAA,CAEF,+CACE,iBCvEI,CDyEN,oEACE,iCElDW,CFmDX,sCE7CW,CF8CX,iBC5EI",sourcesContent:["@import '../variables.scss';\n\n.input-field-wrapper {\n ::-moz-placeholder {\n opacity: 1;\n }\n\n display: flex;\n align-items: center;\n flex-grow: 1;\n width: 100%;\n max-width: 599px;\n padding-right: 8px;\n height: 32px;\n border: solid 1px rgba(255, 255, 255, 0.4);\n border-radius: $roundness-1;\n .search-results {\n display: flex;\n justify-content: flex-end;\n align-items: center;\n flex-shrink: 0;\n margin: 0 8px 0 6px;\n font-size: 12px;\n text-overflow: ellipsis;\n }\n .prev-next-wrapper {\n display: flex;\n flex-direction: column;\n justify-content: space-around;\n max-height: 100%;\n height: 100%;\n width: 8px;\n flex: 0 0 8px;\n .prev-next-button {\n display: flex;\n align-items: center;\n height: 50%;\n padding: 0;\n background-color: transparent;\n border: none;\n cursor: pointer;\n &.disabled {\n opacity: 0.4;\n cursor: default;\n }\n }\n }\n .input-element {\n width: 100%;\n flex-grow: 1;\n flex-shrink: 1;\n font-size: 15px;\n padding: 0 6px 1px 6px;\n color: $tone-1-color;\n background: transparent;\n border: none;\n overflow: hidden;\n text-overflow: ellipsis;\n &::placeholder {\n color: $tone-2-color;\n }\n &::selection {\n background-color: $primary-brighter-color;\n }\n }\n .clear-icon {\n padding: 0;\n flex: 0 0 12px;\n max-width: 12px;\n max-height: 12px;\n background-color: transparent;\n width: 12px;\n height: 12px;\n outline-offset: 4px;\n border: none;\n cursor: pointer;\n }\n &:hover {\n border-color: $white;\n }\n &.active {\n color: $tone-2-color;\n background: $tone-8-color;\n border-color: $white;\n }\n}\n","@import '~@playkit-js/playkit-js-ui';\n\n// border radius\n$roundness-1: 4px;\n$roundness-2: 8px;\n\n// colors\n$white: #ffffff;\n","// Sass variables exported using the npm package for plugins usage\n\n// Accent Colors\n$primary-color: var(--playkit-primary-color);\n$primary-darker-color: var(--playkit-primary-darker-color);\n$primary-brighter-color: var(--playkit-primary-brighter-color);\n$primary-text-contrast-color: var(--playkit-primary-text-contrast-color);\n\n$secondary-color: var(--playkit-secondary-color);\n$secondary-darker-color: var(--playkit-secondary-darker-color);\n$secondary-brighter-color: var(--playkit-secondary-brighter-color);\n$secondary-text-contrast-color: var(--playkit-secondary-text-contrast-color);\n\n// Acknowledgement Colors\n$success-color: var(--playkit-success-color);\n$success-darker-color: var(--playkit-success-darker-color);\n$success-brighter-color: var(--playkit-success-brighter-color);\n$success-text-contrast-color: var(--playkit-success-text-contrast-color);\n\n$danger-color: var(--playkit-danger-color);\n$danger-darker-color: var(--playkit-danger-darker-color);\n$danger-brighter-color: var(--playkit-danger-brighter-color);\n$danger-text-contrast-color: var(--playkit-danger-text-contrast-color);\n\n$warning-color: var(--playkit-warning-color);\n$warning-darker-color: var(--playkit-warning-darker-color);\n$warning-brighter-color: var(--playkit-warning-brighter-color);\n$warning-text-contrast-color: var(--playkit-warning-text-contrast-color);\n\n// Tone Ramp\n$tone-1-color: var(--playkit-tone-1-color);\n$tone-2-color: var(--playkit-tone-2-color);\n$tone-3-color: var(--playkit-tone-3-color);\n$tone-4-color: var(--playkit-tone-4-color);\n$tone-5-color: var(--playkit-tone-5-color);\n$tone-6-color: var(--playkit-tone-6-color);\n$tone-7-color: var(--playkit-tone-7-color);\n$tone-8-color: var(--playkit-tone-8-color);\n\n$live-color: var(--playkit-live-color);\n$player-background-color: var(--playkit-player-background-color);\n$tab-focus-color: var(--playkit-tab-focus-color);\n$tooltip-background-color: var(--playkit-tooltip-background-color);\n$tooltip-color: var(--playkit-tooltip-color);\n$ads-color: var(--playkit-ads-color);\n"],sourceRoot:""}]),a.locals={"input-field-wrapper":"InputField__input-field-wrapper___K1QeS",inputFieldWrapper:"InputField__input-field-wrapper___K1QeS","search-results":"InputField__search-results___PBRGr",searchResults:"InputField__search-results___PBRGr","prev-next-wrapper":"InputField__prev-next-wrapper___zAxBA",prevNextWrapper:"InputField__prev-next-wrapper___zAxBA","prev-next-button":"InputField__prev-next-button___HP7Me",prevNextButton:"InputField__prev-next-button___HP7Me",disabled:"InputField__disabled___GVLcH","input-element":"InputField__input-element___BAphE",inputElement:"InputField__input-element___BAphE","clear-icon":"InputField__clear-icon___eTi3X",clearIcon:"InputField__clear-icon___eTi3X",active:"InputField__active____D1qS"},e.default=a},3861:function(t,e,n){"use strict";n.r(e);var o=n(559),r=n.n(o),i=n(3476),a=n.n(i)()(r());a.push([t.id,".sr-wrapper__sr-wrapper___GwVLr{position:absolute;height:1px;width:1px;overflow:hidden;padding:0;margin:-1px;border:0}","",{version:3,sources:["webpack://./../node_modules/@playkit-js/common/dist/hoc/sr-wrapper/sr-wrapper.scss"],names:[],mappings:"AAAA,gCACE,iBAAA,CACA,UAAA,CACA,SAAA,CACA,eAAA,CACA,SAAA,CACA,WAAA,CACA,QAAA",sourcesContent:[".sr-wrapper {\n position: absolute;\n height: 1px;\n width: 1px;\n overflow: hidden;\n padding: 0;\n margin: -1px;\n border: 0;\n}"],sourceRoot:""}]),a.locals={"sr-wrapper":"sr-wrapper__sr-wrapper___GwVLr",srWrapper:"sr-wrapper__sr-wrapper___GwVLr"},e.default=a},6469:function(t,e,n){"use strict";n.r(e);var o=n(559),r=n.n(o),i=n(3476),a=n.n(i)()(r());a.push([t.id,".icon__iconWrapper___O5uqn.icon__small___IddLg{width:16px;height:16px}.icon__iconWrapper___O5uqn.icon__medium___llFxB{width:24px;height:24px}.icon__iconWrapper___O5uqn.icon__large___Q96VN{width:32px;height:32px}.icon__iconWrapper___O5uqn>svg{width:100%;height:100%}","",{version:3,sources:["webpack://./../node_modules/@playkit-js/common/dist/icon/icon.scss"],names:[],mappings:"AACE,+CACE,UAAA,CACA,WAAA,CAEF,gDACE,UAAA,CACA,WAAA,CAEF,+CACE,UAAA,CACA,WAAA,CAEF,+BACE,UAAA,CACA,WAAA",sourcesContent:[".iconWrapper {\n &.small {\n width: 16px;\n height: 16px;\n }\n &.medium {\n width: 24px;\n height: 24px;\n }\n &.large {\n width: 32px;\n height: 32px;\n }\n > svg {\n width: 100%;\n height: 100%;\n }\n}\n"],sourceRoot:""}]),a.locals={iconWrapper:"icon__iconWrapper___O5uqn",small:"icon__small___IddLg",medium:"icon__medium___llFxB",large:"icon__large___Q96VN"},e.default=a},5588:function(t,e,n){"use strict";n.r(e);var o=n(559),r=n.n(o),i=n(3476),a=n.n(i)()(r());a.push([t.id,"._banner-container__bannerContainerRoot___xakgR{position:absolute;max-width:100%;min-width:270px;padding:0 16px 8px;height:88px;bottom:0;left:0;transition:all .5s ease}._banner-container__bannerContainer___Qm02i{position:relative;width:100%;height:100%;border-radius:4px;transition:all .5s ease}._banner-container__closeButton___WVWto{position:absolute;background-color:rgba(0,0,0,0);padding:0;border:none;top:0;right:0;width:32px;height:32px;padding:0}._banner-container__closeButton___WVWto ._banner-container__small___Tgp11{display:none}._banner-container__closeButton___WVWto:hover,._banner-container__closeButton___WVWto:active{cursor:pointer}.playkit-size-md ._banner-container__bannerContainerRoot___xakgR{height:68px;min-width:230px}.playkit-size-md ._banner-container__closeButton___WVWto{top:8px;right:8px;width:10px;height:10px}.playkit-size-md ._banner-container__closeButton___WVWto ._banner-container__large___aw4QR{display:none}.playkit-size-md ._banner-container__closeButton___WVWto ._banner-container__small___Tgp11{display:block}.playkit-size-sm ._banner-container__bannerContainerRoot___xakgR,.playkit-size-xs ._banner-container__bannerContainerRoot___xakgR,.playkit-size-ty ._banner-container__bannerContainerRoot___xakgR{display:none;width:0;height:0}","",{version:3,sources:["webpack://./../node_modules/@playkit-js/common/dist/ui-common/banner-container/_banner-container.scss"],names:[],mappings:"AAAA,gDACE,iBAAA,CACA,cAAA,CACA,eAAA,CACA,kBAAA,CACA,WAAA,CACA,QAAA,CACA,MAAA,CACA,uBAAA,CAGF,4CACE,iBAAA,CACA,UAAA,CACA,WAAA,CACA,iBAAA,CACA,uBAAA,CAGF,wCACE,iBAAA,CACA,8BAAA,CACA,SAAA,CACA,WAAA,CACA,KAAA,CACA,OAAA,CACA,UAAA,CACA,WAAA,CACA,SAAA,CACA,0EACE,YAAA,CAIJ,6FAEE,cAAA,CAMI,iEACE,WAAA,CACA,eAAA,CAEF,yDACE,OAAA,CACA,SAAA,CACA,UAAA,CACA,WAAA,CACA,2FACE,YAAA,CAEF,2FACE,aAAA,CAWN,mMACE,YAAA,CACA,OAAA,CACA,QAAA",sourcesContent:[".bannerContainerRoot {\n position: absolute;\n max-width: 100%;\n min-width: 270px;\n padding: 0 16px 8px;\n height: 88px;\n bottom: 0;\n left: 0;\n transition: all 0.5s ease;\n}\n\n.bannerContainer {\n position: relative;\n width: 100%;\n height: 100%;\n border-radius: 4px;\n transition: all 0.5s ease;\n}\n\n.closeButton {\n position: absolute;\n background-color: transparent;\n padding: 0;\n border: none;\n top: 0;\n right: 0;\n width: 32px;\n height: 32px;\n padding: 0;\n .small {\n display: none;\n }\n}\n\n.closeButton:hover,\n.closeButton:active {\n cursor: pointer;\n}\n\n:global {\n .playkit-size-md {\n :local {\n .bannerContainerRoot {\n height: 68px;\n min-width: 230px;\n }\n .closeButton {\n top: 8px;\n right: 8px;\n width: 10px;\n height: 10px;\n .large {\n display: none;\n }\n .small {\n display: block;\n }\n }\n }\n }\n}\n\n:global {\n .playkit-size-sm,\n .playkit-size-xs,\n .playkit-size-ty {\n :local .bannerContainerRoot {\n display: none;\n width: 0;\n height: 0;\n }\n }\n}\n"],sourceRoot:""}]),a.locals={bannerContainerRoot:"_banner-container__bannerContainerRoot___xakgR",bannerContainer:"_banner-container__bannerContainer___Qm02i",closeButton:"_banner-container__closeButton___WVWto",small:"_banner-container__small___Tgp11",large:"_banner-container__large___aw4QR"},e.default=a},9882:function(t,e,n){"use strict";n.r(e);var o=n(559),r=n.n(o),i=n(3476),a=n.n(i)()(r());a.push([t.id,"._banner__defaultBannerRoot___NepFO{display:flex;max-width:100%;height:100%;transition:all .5s ease;text-align:left}._banner__bannerWrapper___Rs8hK{padding:18px 17px 17px 16px}._banner__iconContainer___wyKRN{height:100%;width:64px}._banner__iconWrapper___duGbT{position:relative;height:48px;width:48px;background-color:rgba(255,255,255,.14);border-radius:50%;transition:all .5s ease}._banner__iconImage___I0LAA{position:absolute;width:32px;height:32px;left:calc(50% - 16px);top:calc(50% - 16px);transition:all .5s ease;padding:0}._banner__iconImage___I0LAA ._banner__small___mrxMV{display:none}._banner__bannerBody___ISEP1{height:100%;flex:1 1 auto;overflow:hidden}._banner__title___LCkfF{opacity:.9;font-size:14px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1;letter-spacing:normal;color:#ebebeb}._banner__text___UyS4n{opacity:.9;font-size:24px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.21;letter-spacing:normal;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:all .5s ease}.playkit-size-md ._banner__bannerWrapper___Rs8hK{padding:14px 16px 14px}.playkit-size-md ._banner__iconContainer___wyKRN{width:44px}.playkit-size-md ._banner__iconWrapper___duGbT{height:32px;width:32px}.playkit-size-md ._banner__iconImage___I0LAA{width:20px;height:20px;left:calc(50% - 10px);top:calc(50% - 10px)}.playkit-size-md ._banner__iconImage___I0LAA ._banner__small___mrxMV{display:block}.playkit-size-md ._banner__iconImage___I0LAA ._banner__large___q5r6u{display:none}.playkit-size-md ._banner__bannerBody___ISEP1{flex:1 1 auto}.playkit-size-md ._banner__title___LCkfF{font-size:12px;font-weight:bold;line-height:1.17}.playkit-size-md ._banner__text___UyS4n{font-size:15px;line-height:1.27}","",{version:3,sources:["webpack://./../node_modules/@playkit-js/common/dist/ui-common/banner/_banner.scss"],names:[],mappings:"AAAA,oCACE,YAAA,CACA,cAAA,CACA,WAAA,CACA,uBAAA,CACA,eAAA,CAGF,gCACE,2BAAA,CAGF,gCACE,WAAA,CACA,UAAA,CAGF,8BACE,iBAAA,CACA,WAAA,CACA,UAAA,CACA,sCAAA,CACA,iBAAA,CACA,uBAAA,CAGF,4BACE,iBAAA,CACA,UAAA,CACA,WAAA,CACA,qBAAA,CACA,oBAAA,CACA,uBAAA,CACA,SAAA,CACA,oDACE,YAAA,CAIJ,6BACE,WAAA,CACA,aAAA,CACA,eAAA,CAGF,wBACE,UAAA,CACA,cAAA,CACA,kBAAA,CACA,iBAAA,CACA,mBAAA,CACA,aAAA,CACA,qBAAA,CACA,aAAA,CAGF,uBACE,UAAA,CACA,cAAA,CACA,kBAAA,CACA,iBAAA,CACA,mBAAA,CACA,gBAAA,CACA,qBAAA,CACA,UAAA,CACA,kBAAA,CACA,eAAA,CACA,sBAAA,CACA,uBAAA,CAMI,iDACE,sBAAA,CAEF,iDACE,UAAA,CAEF,+CACE,WAAA,CACA,UAAA,CAEF,6CACE,UAAA,CACA,WAAA,CACA,qBAAA,CACA,oBAAA,CACA,qEACE,aAAA,CAEF,qEACE,YAAA,CAGJ,8CACE,aAAA,CAEF,yCACE,cAAA,CACA,gBAAA,CACA,gBAAA,CAEF,wCACE,cAAA,CACA,gBAAA",sourcesContent:[".defaultBannerRoot {\n display: flex;\n max-width: 100%;\n height: 100%;\n transition: all 0.5s ease;\n text-align: left;\n}\n\n.bannerWrapper {\n padding: 18px 17px 17px 16px;\n}\n\n.iconContainer {\n height: 100%;\n width: 64px;\n}\n\n.iconWrapper {\n position: relative;\n height: 48px;\n width: 48px;\n background-color: rgba(255, 255, 255, 0.14);\n border-radius: 50%;\n transition: all 0.5s ease;\n}\n\n.iconImage {\n position: absolute;\n width: 32px;\n height: 32px;\n left: calc(50% - 16px);\n top: calc(50% - 16px);\n transition: all 0.5s ease;\n padding: 0;\n .small {\n display: none;\n }\n}\n\n.bannerBody {\n height: 100%;\n flex: 1 1 auto;\n overflow: hidden;\n}\n\n.title {\n opacity: 0.9;\n font-size: 14px;\n font-weight: normal;\n font-style: normal;\n font-stretch: normal;\n line-height: 1;\n letter-spacing: normal;\n color: #ebebeb;\n}\n\n.text {\n opacity: 0.9;\n font-size: 24px;\n font-weight: normal;\n font-style: normal;\n font-stretch: normal;\n line-height: 1.21;\n letter-spacing: normal;\n color: #ffffff;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n transition: all 0.5s ease;\n}\n\n:global {\n .playkit-size-md {\n :local {\n .bannerWrapper {\n padding: 14px 16px 14px;\n }\n .iconContainer {\n width: 44px;\n }\n .iconWrapper {\n height: 32px;\n width: 32px;\n }\n .iconImage {\n width: 20px;\n height: 20px;\n left: calc(50% - 10px);\n top: calc(50% - 10px);\n .small {\n display: block;\n }\n .large {\n display: none;\n }\n }\n .bannerBody {\n flex: 1 1 auto;\n }\n .title {\n font-size: 12px;\n font-weight: bold;\n line-height: 1.17;\n }\n .text {\n font-size: 15px;\n line-height: 1.27;\n }\n }\n }\n}\n"],sourceRoot:""}]),a.locals={defaultBannerRoot:"_banner__defaultBannerRoot___NepFO",bannerWrapper:"_banner__bannerWrapper___Rs8hK",iconContainer:"_banner__iconContainer___wyKRN",iconWrapper:"_banner__iconWrapper___duGbT",iconImage:"_banner__iconImage___I0LAA",small:"_banner__small___mrxMV",bannerBody:"_banner__bannerBody___ISEP1",title:"_banner__title___LCkfF",text:"_banner__text___UyS4n",large:"_banner__large___q5r6u"},e.default=a},1355:function(t,e,n){"use strict";n.r(e);var o=n(559),r=n.n(o),i=n(3476),a=n.n(i)()(r());a.push([t.id,".injected-component__fill-container___mNczr{width:100%;height:100%;overflow:hidden}","",{version:3,sources:["webpack://./../node_modules/@playkit-js/common/dist/ui-common/injected-component/injected-component.scss"],names:[],mappings:"AAAA,4CACE,UAAA,CACA,WAAA,CACA,eAAA",sourcesContent:[".fill-container {\n width: 100%;\n height: 100%;\n overflow: hidden;\n}\n"],sourceRoot:""}]),a.locals={"fill-container":"injected-component__fill-container___mNczr",fillContainer:"injected-component__fill-container___mNczr"},e.default=a},8931:function(t,e,n){"use strict";n.r(e);var o=n(559),r=n.n(o),i=n(3476),a=n.n(i)()(r());a.push([t.id,"._managed-component__fill-container___BZ9jB{width:100%;height:100%}","",{version:3,sources:["webpack://./../node_modules/@playkit-js/common/dist/ui-common/managed-component/_managed-component.scss"],names:[],mappings:"AAAA,4CACE,UAAA,CACA,WAAA",sourcesContent:[".fill-container {\n width: 100%;\n height: 100%;\n}\n"],sourceRoot:""}]),a.locals={"fill-container":"_managed-component__fill-container___BZ9jB",fillContainer:"_managed-component__fill-container___BZ9jB"},e.default=a},9318:function(t,e,n){"use strict";n.r(e);var o=n(559),r=n.n(o),i=n(3476),a=n.n(i)()(r());a.push([t.id,"._toast__toastWrapper___WvdiK{position:relative;min-width:120px;max-width:310px;height:100%;border-radius:4px;background-color:#222;border-left-style:solid;border-left-width:4px;text-align:left}._toast__infoToast___GSdk1{border-left-color:#01accd}._toast__successToast___dyb3J{border-left-color:#009e48}._toast__warnToast___vCnBw{border-left-color:#f9a71b}._toast__errorToast___GAr1R{border-left-color:#e7585d}._toast__closeButton___kXqZM{position:absolute;background-color:rgba(0,0,0,0);top:0;right:0;width:16px;height:16px;object-fit:contain;background-repeat:no-repeat;border:none;padding:0}._toast__closeButton___kXqZM:hover{cursor:pointer}._toast__title___aQCgz{font-size:12px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.17;letter-spacing:normal;color:#ccc;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-top:4px;padding-right:16px;padding-left:12px}._toast__toastBody___aP3ij{position:relative;width:100%;padding:2px 16px 5px 12px}._toast__iconContainer___S5hMD{position:relative;height:16px;width:16px;float:left;margin-right:7px}._toast__iconWrapper___kqam1{height:16px;width:16px}._toast__text___EdqX7{font-size:14px;font-weight:bold;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;color:#ccc;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}","",{version:3,sources:["webpack://./../node_modules/@playkit-js/common/dist/ui-common/toast/_toast.scss"],names:[],mappings:"AAAA,8BACE,iBAAA,CACA,eAAA,CACA,eAAA,CACA,WAAA,CACA,iBAAA,CACA,qBAAA,CACA,uBAAA,CACA,qBAAA,CACA,eAAA,CAGF,2BACE,yBAAA,CAGF,8BACE,yBAAA,CAGF,2BACE,yBAAA,CAGF,4BACE,yBAAA,CAGF,6BACE,iBAAA,CACA,8BAAA,CACA,KAAA,CACA,OAAA,CACA,UAAA,CACA,WAAA,CACA,kBAAA,CACA,2BAAA,CACA,WAAA,CACA,SAAA,CAEA,mCACE,cAAA,CAIJ,uBACE,cAAA,CACA,kBAAA,CACA,iBAAA,CACA,mBAAA,CACA,gBAAA,CACA,qBAAA,CACA,UAAA,CACA,kBAAA,CACA,eAAA,CACA,sBAAA,CACA,eAAA,CACA,kBAAA,CACA,iBAAA,CAGF,2BACE,iBAAA,CACA,UAAA,CACA,yBAAA,CAGF,+BACE,iBAAA,CACA,WAAA,CACA,UAAA,CACA,UAAA,CACA,gBAAA,CAGF,6BACE,WAAA,CACA,UAAA,CAGF,sBACE,cAAA,CACA,gBAAA,CACA,iBAAA,CACA,mBAAA,CACA,kBAAA,CACA,qBAAA,CACA,UAAA,CACA,kBAAA,CACA,eAAA,CACA,sBAAA",sourcesContent:[".toastWrapper {\n position: relative;\n min-width: 120px;\n max-width: 310px;\n height: 100%;\n border-radius: 4px;\n background-color: #222222;\n border-left-style: solid;\n border-left-width: 4px;\n text-align: left;\n}\n\n.infoToast {\n border-left-color: #01ACCD;\n}\n\n.successToast {\n border-left-color: #009E48;\n}\n\n.warnToast {\n border-left-color: #F9A71B;\n}\n\n.errorToast {\n border-left-color: #E7585D;\n}\n\n.closeButton {\n position: absolute;\n background-color: transparent;\n top: 0;\n right: 0;\n width: 16px;\n height: 16px;\n object-fit: contain;\n background-repeat: no-repeat;\n border: none;\n padding: 0;\n\n &:hover {\n cursor: pointer;\n }\n}\n\n.title {\n font-size: 12px;\n font-weight: normal;\n font-style: normal;\n font-stretch: normal;\n line-height: 1.17;\n letter-spacing: normal;\n color: #cccccc;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n padding-top: 4px;\n padding-right: 16px;\n padding-left: 12px;\n}\n\n.toastBody {\n position: relative;\n width: 100%;\n padding: 2px 16px 5px 12px;\n}\n\n.iconContainer {\n position: relative;\n height: 16px;\n width: 16px;\n float: left;\n margin-right: 7px;\n}\n\n.iconWrapper {\n height: 16px;\n width: 16px;\n}\n\n.text {\n font-size: 14px;\n font-weight: bold;\n font-style: normal;\n font-stretch: normal;\n line-height: normal;\n letter-spacing: normal;\n color: #cccccc;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n"],sourceRoot:""}]),a.locals={toastWrapper:"_toast__toastWrapper___WvdiK",infoToast:"_toast__infoToast___GSdk1",successToast:"_toast__successToast___dyb3J",warnToast:"_toast__warnToast___vCnBw",errorToast:"_toast__errorToast___GAr1R",closeButton:"_toast__closeButton___kXqZM",title:"_toast__title___aQCgz",toastBody:"_toast__toastBody___aP3ij",iconContainer:"_toast__iconContainer___S5hMD",iconWrapper:"_toast__iconWrapper___kqam1",text:"_toast__text___EdqX7"},e.default=a},3346:function(t,e,n){"use strict";n.r(e);var o=n(559),r=n.n(o),i=n(3476),a=n.n(i)()(r());a.push([t.id,"._toasts-container__toastsContainer___ep0ad{position:absolute;right:0;top:0;padding:8px 16px 0;min-width:120px;max-width:310px;display:flex;flex-direction:column}._toasts-container__toastRow___J1NQa{height:42px;min-width:120px;max-width:310px;margin-bottom:8px;overflow:hidden;overflow-wrap:break-word;text-overflow:ellipsis;align-self:flex-end}","",{version:3,sources:["webpack://./../node_modules/@playkit-js/common/dist/ui-common/toasts-container/_toasts-container.scss"],names:[],mappings:"AAAA,4CACE,iBAAA,CACA,OAAA,CACA,KAAA,CACA,kBAAA,CACA,eAAA,CACA,eAAA,CACA,YAAA,CACA,qBAAA,CAGF,qCACE,WAAA,CACA,eAAA,CACA,eAAA,CACA,iBAAA,CACA,eAAA,CACA,wBAAA,CACA,sBAAA,CACA,mBAAA",sourcesContent:[".toastsContainer {\n position: absolute;\n right: 0;\n top: 0;\n padding: 8px 16px 0;\n min-width: 120px;\n max-width: 310px;\n display: flex;\n flex-direction: column;\n}\n\n.toastRow {\n height: 42px;\n min-width: 120px;\n max-width: 310px;\n margin-bottom: 8px;\n overflow: hidden;\n overflow-wrap: break-word;\n text-overflow: ellipsis;\n align-self: flex-end;\n}\n"],sourceRoot:""}]),a.locals={toastsContainer:"_toasts-container__toastsContainer___ep0ad",toastRow:"_toasts-container__toastRow___J1NQa"},e.default=a},3476:function(t){"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n="",o=void 0!==e[5];return e[4]&&(n+="@supports (".concat(e[4],") {")),e[2]&&(n+="@media ".concat(e[2]," {")),o&&(n+="@layer".concat(e[5].length>0?" ".concat(e[5]):""," {")),n+=t(e),o&&(n+="}"),e[2]&&(n+="}"),e[4]&&(n+="}"),n})).join("")},e.i=function(t,n,o,r,i){"string"==typeof t&&(t=[[null,t,void 0]]);var a={};if(o)for(var s=0;s<this.length;s++){var l=this[s][0];null!=l&&(a[l]=!0)}for(var c=0;c<t.length;c++){var u=[].concat(t[c]);o&&a[u[0]]||(void 0!==i&&(void 0===u[5]||(u[1]="@layer".concat(u[5].length>0?" ".concat(u[5]):""," {").concat(u[1],"}")),u[5]=i),n&&(u[2]?(u[1]="@media ".concat(u[2]," {").concat(u[1],"}"),u[2]=n):u[2]=n),r&&(u[4]?(u[1]="@supports (".concat(u[4],") {").concat(u[1],"}"),u[4]=r):u[4]="".concat(r)),e.push(u))}},e}},559:function(t){"use strict";t.exports=function(t){var e=t[1],n=t[3];if(!n)return e;if("function"==typeof btoa){var o=btoa(unescape(encodeURIComponent(JSON.stringify(n)))),r="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(o),i="/*# ".concat(r," */"),a=n.sources.map((function(t){return"/*# sourceURL=".concat(n.sourceRoot||"").concat(t," */")}));return[e].concat(a).concat([i]).join("\n")}return[e].join("\n")}},3708:function(t,e,n){"use strict";function o(t){var e=Array.prototype.slice.call(arguments,1);return e.forEach((function(e){e&&Object.keys(e).forEach((function(n){t[n]=e[n]}))})),t}function r(t){return Object.prototype.toString.call(t)}function i(t){return"[object Function]"===r(t)}function a(t){return t.replace(/[.?*+^$[\]\\(){}|-]/g,"\\$&")}var s={fuzzyLink:!0,fuzzyEmail:!0,fuzzyIP:!1},l={"http:":{validate:function(t,e,n){var o=t.slice(e);return n.re.http||(n.re.http=new RegExp("^\\/\\/"+n.re.src_auth+n.re.src_host_port_strict+n.re.src_path,"i")),n.re.http.test(o)?o.match(n.re.http)[0].length:0}},"https:":"http:","ftp:":"http:","//":{validate:function(t,e,n){var o=t.slice(e);return n.re.no_http||(n.re.no_http=new RegExp("^"+n.re.src_auth+"(?:localhost|(?:(?:"+n.re.src_domain+")\\.)+"+n.re.src_domain_root+")"+n.re.src_port+n.re.src_host_terminator+n.re.src_path,"i")),n.re.no_http.test(o)?e>=3&&":"===t[e-3]||e>=3&&"/"===t[e-3]?0:o.match(n.re.no_http)[0].length:0}},"mailto:":{validate:function(t,e,n){var o=t.slice(e);return n.re.mailto||(n.re.mailto=new RegExp("^"+n.re.src_email_name+"@"+n.re.src_host_strict,"i")),n.re.mailto.test(o)?o.match(n.re.mailto)[0].length:0}}},c="biz|com|edu|gov|net|org|pro|web|xxx|aero|asia|coop|info|museum|name|shop|рф".split("|");function u(t){var e=t.re=n(2596)(t.__opts__),o=t.__tlds__.slice();function s(t){return t.replace("%TLDS%",e.src_tlds)}t.onCompile(),t.__tlds_replaced__||o.push("a[cdefgilmnoqrstuwxz]|b[abdefghijmnorstvwyz]|c[acdfghiklmnoruvwxyz]|d[ejkmoz]|e[cegrstu]|f[ijkmor]|g[abdefghilmnpqrstuwy]|h[kmnrtu]|i[delmnoqrst]|j[emop]|k[eghimnprwyz]|l[abcikrstuvy]|m[acdeghklmnopqrstuvwxyz]|n[acefgilopruz]|om|p[aefghklmnrstwy]|qa|r[eosuw]|s[abcdeghijklmnortuvxyz]|t[cdfghjklmnortvwz]|u[agksyz]|v[aceginu]|w[fs]|y[et]|z[amw]"),o.push(e.src_xn),e.src_tlds=o.join("|"),e.email_fuzzy=RegExp(s(e.tpl_email_fuzzy),"i"),e.link_fuzzy=RegExp(s(e.tpl_link_fuzzy),"i"),e.link_no_ip_fuzzy=RegExp(s(e.tpl_link_no_ip_fuzzy),"i"),e.host_fuzzy_test=RegExp(s(e.tpl_host_fuzzy_test),"i");var l=[];function c(t,e){throw new Error('(LinkifyIt) Invalid schema "'+t+'": '+e)}t.__compiled__={},Object.keys(t.__schemas__).forEach((function(e){var n=t.__schemas__[e];if(null!==n){var o={validate:null,link:null};if(t.__compiled__[e]=o,"[object Object]"===r(n))return"[object RegExp]"!==r(n.validate)?i(n.validate)?o.validate=n.validate:c(e,n):o.validate=function(t){return function(e,n){var o=e.slice(n);return t.test(o)?o.match(t)[0].length:0}}(n.validate),void(i(n.normalize)?o.normalize=n.normalize:n.normalize?c(e,n):o.normalize=function(t,e){e.normalize(t)});!function(t){return"[object String]"===r(t)}(n)?c(e,n):l.push(e)}})),l.forEach((function(e){t.__compiled__[t.__schemas__[e]]&&(t.__compiled__[e].validate=t.__compiled__[t.__schemas__[e]].validate,t.__compiled__[e].normalize=t.__compiled__[t.__schemas__[e]].normalize)})),t.__compiled__[""]={validate:null,normalize:function(t,e){e.normalize(t)}};var u=Object.keys(t.__compiled__).filter((function(e){return e.length>0&&t.__compiled__[e]})).map(a).join("|");t.re.schema_test=RegExp("(^|(?!_)(?:[><|]|"+e.src_ZPCc+"))("+u+")","i"),t.re.schema_search=RegExp("(^|(?!_)(?:[><|]|"+e.src_ZPCc+"))("+u+")","ig"),t.re.schema_at_start=RegExp("^"+t.re.schema_search.source,"i"),t.re.pretest=RegExp("("+t.re.schema_test.source+")|("+t.re.host_fuzzy_test.source+")|@","i"),function(t){t.__index__=-1,t.__text_cache__=""}(t)}function p(t,e){var n=t.__index__,o=t.__last_index__,r=t.__text_cache__.slice(n,o);this.schema=t.__schema__.toLowerCase(),this.index=n+e,this.lastIndex=o+e,this.raw=r,this.text=r,this.url=r}function _(t,e){var n=new p(t,e);return t.__compiled__[n.schema].normalize(n,t),n}function d(t,e){if(!(this instanceof d))return new d(t,e);var n;e||(n=t,Object.keys(n||{}).reduce((function(t,e){return t||s.hasOwnProperty(e)}),!1)&&(e=t,t={})),this.__opts__=o({},s,e),this.__index__=-1,this.__last_index__=-1,this.__schema__="",this.__text_cache__="",this.__schemas__=o({},l,t),this.__compiled__={},this.__tlds__=c,this.__tlds_replaced__=!1,this.re={},u(this)}d.prototype.add=function(t,e){return this.__schemas__[t]=e,u(this),this},d.prototype.set=function(t){return this.__opts__=o(this.__opts__,t),this},d.prototype.test=function(t){if(this.__text_cache__=t,this.__index__=-1,!t.length)return!1;var e,n,o,r,i,a,s,l;if(this.re.schema_test.test(t))for((s=this.re.schema_search).lastIndex=0;null!==(e=s.exec(t));)if(r=this.testSchemaAt(t,e[2],s.lastIndex)){this.__schema__=e[2],this.__index__=e.index+e[1].length,this.__last_index__=e.index+e[0].length+r;break}return this.__opts__.fuzzyLink&&this.__compiled__["http:"]&&(l=t.search(this.re.host_fuzzy_test))>=0&&(this.__index__<0||l<this.__index__)&&null!==(n=t.match(this.__opts__.fuzzyIP?this.re.link_fuzzy:this.re.link_no_ip_fuzzy))&&(i=n.index+n[1].length,(this.__index__<0||i<this.__index__)&&(this.__schema__="",this.__index__=i,this.__last_index__=n.index+n[0].length)),this.__opts__.fuzzyEmail&&this.__compiled__["mailto:"]&&t.indexOf("@")>=0&&null!==(o=t.match(this.re.email_fuzzy))&&(i=o.index+o[1].length,a=o.index+o[0].length,(this.__index__<0||i<this.__index__||i===this.__index__&&a>this.__last_index__)&&(this.__schema__="mailto:",this.__index__=i,this.__last_index__=a)),this.__index__>=0},d.prototype.pretest=function(t){return this.re.pretest.test(t)},d.prototype.testSchemaAt=function(t,e,n){return this.__compiled__[e.toLowerCase()]?this.__compiled__[e.toLowerCase()].validate(t,n,this):0},d.prototype.match=function(t){var e=0,n=[];this.__index__>=0&&this.__text_cache__===t&&(n.push(_(this,e)),e=this.__last_index__);for(var o=e?t.slice(e):t;this.test(o);)n.push(_(this,e)),o=o.slice(this.__last_index__),e+=this.__last_index__;return n.length?n:null},d.prototype.matchAtStart=function(t){if(this.__text_cache__=t,this.__index__=-1,!t.length)return null;var e=this.re.schema_at_start.exec(t);if(!e)return null;var n=this.testSchemaAt(t,e[2],e[0].length);return n?(this.__schema__=e[2],this.__index__=e.index+e[1].length,this.__last_index__=e.index+e[0].length+n,_(this,0)):null},d.prototype.tlds=function(t,e){return t=Array.isArray(t)?t:[t],e?(this.__tlds__=this.__tlds__.concat(t).sort().filter((function(t,e,n){return t!==n[e-1]})).reverse(),u(this),this):(this.__tlds__=t.slice(),this.__tlds_replaced__=!0,u(this),this)},d.prototype.normalize=function(t){t.schema||(t.url="http://"+t.url),"mailto:"!==t.schema||/^mailto:/i.test(t.url)||(t.url="mailto:"+t.url)},d.prototype.onCompile=function(){},t.exports=d},2596:function(t,e,n){"use strict";t.exports=function(t){var e={};return t=t||{},e.src_Any=n(8287).source,e.src_Cc=n(699).source,e.src_Z=n(9338).source,e.src_P=n(6924).source,e.src_ZPCc=[e.src_Z,e.src_P,e.src_Cc].join("|"),e.src_ZCc=[e.src_Z,e.src_Cc].join("|"),e.src_pseudo_letter="(?:(?![><|]|"+e.src_ZPCc+")"+e.src_Any+")",e.src_ip4="(?:(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)",e.src_auth="(?:(?:(?!"+e.src_ZCc+"|[@/\\[\\]()]).)+@)?",e.src_port="(?::(?:6(?:[0-4]\\d{3}|5(?:[0-4]\\d{2}|5(?:[0-2]\\d|3[0-5])))|[1-5]?\\d{1,4}))?",e.src_host_terminator="(?=$|[><|]|"+e.src_ZPCc+")(?!"+(t["---"]?"-(?!--)|":"-|")+"_|:\\d|\\.-|\\.(?!$|"+e.src_ZPCc+"))",e.src_path="(?:[/?#](?:(?!"+e.src_ZCc+"|[><|]|[()[\\]{}.,\"'?!\\-;]).|\\[(?:(?!"+e.src_ZCc+"|\\]).)*\\]|\\((?:(?!"+e.src_ZCc+"|[)]).)*\\)|\\{(?:(?!"+e.src_ZCc+'|[}]).)*\\}|\\"(?:(?!'+e.src_ZCc+'|["]).)+\\"|\\\'(?:(?!'+e.src_ZCc+"|[']).)+\\'|\\'(?="+e.src_pseudo_letter+"|[-])|\\.{2,}[a-zA-Z0-9%/&]|\\.(?!"+e.src_ZCc+"|[.]|$)|"+(t["---"]?"\\-(?!--(?:[^-]|$))(?:-*)|":"\\-+|")+",(?!"+e.src_ZCc+"|$)|;(?!"+e.src_ZCc+"|$)|\\!+(?!"+e.src_ZCc+"|[!]|$)|\\?(?!"+e.src_ZCc+"|[?]|$))+|\\/)?",e.src_email_name='[\\-;:&=\\+\\$,\\.a-zA-Z0-9_][\\-;:&=\\+\\$,\\"\\.a-zA-Z0-9_]*',e.src_xn="xn--[a-z0-9\\-]{1,59}",e.src_domain_root="(?:"+e.src_xn+"|"+e.src_pseudo_letter+"{1,63})",e.src_domain="(?:"+e.src_xn+"|(?:"+e.src_pseudo_letter+")|(?:"+e.src_pseudo_letter+"(?:-|"+e.src_pseudo_letter+"){0,61}"+e.src_pseudo_letter+"))",e.src_host="(?:(?:(?:(?:"+e.src_domain+")\\.)*"+e.src_domain+"))",e.tpl_host_fuzzy="(?:"+e.src_ip4+"|(?:(?:(?:"+e.src_domain+")\\.)+(?:%TLDS%)))",e.tpl_host_no_ip_fuzzy="(?:(?:(?:"+e.src_domain+")\\.)+(?:%TLDS%))",e.src_host_strict=e.src_host+e.src_host_terminator,e.tpl_host_fuzzy_strict=e.tpl_host_fuzzy+e.src_host_terminator,e.src_host_port_strict=e.src_host+e.src_port+e.src_host_terminator,e.tpl_host_port_fuzzy_strict=e.tpl_host_fuzzy+e.src_port+e.src_host_terminator,e.tpl_host_port_no_ip_fuzzy_strict=e.tpl_host_no_ip_fuzzy+e.src_port+e.src_host_terminator,e.tpl_host_fuzzy_test="localhost|www\\.|\\.\\d{1,3}\\.|(?:\\.(?:%TLDS%)(?:"+e.src_ZPCc+"|>|$))",e.tpl_email_fuzzy='(^|[><|]|"|\\(|'+e.src_ZCc+")("+e.src_email_name+"@"+e.tpl_host_fuzzy_strict+")",e.tpl_link_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+e.src_ZPCc+"))((?![$+<=>^`||])"+e.tpl_host_port_fuzzy_strict+e.src_path+")",e.tpl_link_no_ip_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+e.src_ZPCc+"))((?![$+<=>^`||])"+e.tpl_host_port_no_ip_fuzzy_strict+e.src_path+")",e}},7538:function(t,e,n){var o=n(1892),r=n(6298);"string"==typeof(r=r.__esModule?r.default:r)&&(r=[[t.id,r,""]]);o(r,{insert:"head",singleton:!1}),t.exports=r.locals||{}},7998:function(t,e,n){var o=n(1892),r=n(2707);"string"==typeof(r=r.__esModule?r.default:r)&&(r=[[t.id,r,""]]);o(r,{insert:"head",singleton:!1}),t.exports=r.locals||{}},73:function(t,e,n){var o=n(1892),r=n(3861);"string"==typeof(r=r.__esModule?r.default:r)&&(r=[[t.id,r,""]]);o(r,{insert:"head",singleton:!1}),t.exports=r.locals||{}},3278:function(t,e,n){var o=n(1892),r=n(6469);"string"==typeof(r=r.__esModule?r.default:r)&&(r=[[t.id,r,""]]);o(r,{insert:"head",singleton:!1}),t.exports=r.locals||{}},6502:function(t,e,n){var o=n(1892),r=n(5588);"string"==typeof(r=r.__esModule?r.default:r)&&(r=[[t.id,r,""]]);o(r,{insert:"head",singleton:!1}),t.exports=r.locals||{}},9480:function(t,e,n){var o=n(1892),r=n(9882);"string"==typeof(r=r.__esModule?r.default:r)&&(r=[[t.id,r,""]]);o(r,{insert:"head",singleton:!1}),t.exports=r.locals||{}},4367:function(t,e,n){var o=n(1892),r=n(1355);"string"==typeof(r=r.__esModule?r.default:r)&&(r=[[t.id,r,""]]);o(r,{insert:"head",singleton:!1}),t.exports=r.locals||{}},4022:function(t,e,n){var o=n(1892),r=n(8931);"string"==typeof(r=r.__esModule?r.default:r)&&(r=[[t.id,r,""]]);o(r,{insert:"head",singleton:!1}),t.exports=r.locals||{}},181:function(t,e,n){var o=n(1892),r=n(9318);"string"==typeof(r=r.__esModule?r.default:r)&&(r=[[t.id,r,""]]);o(r,{insert:"head",singleton:!1}),t.exports=r.locals||{}},5579:function(t,e,n){var o=n(1892),r=n(3346);"string"==typeof(r=r.__esModule?r.default:r)&&(r=[[t.id,r,""]]);o(r,{insert:"head",singleton:!1}),t.exports=r.locals||{}},1892:function(t,e,n){"use strict";var o,r=function(){var t={};return function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}t[e]=n}return t[e]}}(),i=[];function a(t){for(var e=-1,n=0;n<i.length;n++)if(i[n].identifier===t){e=n;break}return e}function s(t,e){for(var n={},o=[],r=0;r<t.length;r++){var s=t[r],l=e.base?s[0]+e.base:s[0],c=n[l]||0,u="".concat(l," ").concat(c);n[l]=c+1;var p=a(u),_={css:s[1],media:s[2],sourceMap:s[3]};-1!==p?(i[p].references++,i[p].updater(_)):i.push({identifier:u,updater:f(_,e),references:1}),o.push(u)}return o}function l(t){var e=document.createElement("style"),o=t.attributes||{};if(void 0===o.nonce){var i=n.nc;i&&(o.nonce=i)}if(Object.keys(o).forEach((function(t){e.setAttribute(t,o[t])})),"function"==typeof t.insert)t.insert(e);else{var a=r(t.insert||"head");if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(e)}return e}var c,u=(c=[],function(t,e){return c[t]=e,c.filter(Boolean).join("\n")});function p(t,e,n,o){var r=n?"":o.media?"@media ".concat(o.media," {").concat(o.css,"}"):o.css;if(t.styleSheet)t.styleSheet.cssText=u(e,r);else{var i=document.createTextNode(r),a=t.childNodes;a[e]&&t.removeChild(a[e]),a.length?t.insertBefore(i,a[e]):t.appendChild(i)}}function _(t,e,n){var o=n.css,r=n.media,i=n.sourceMap;if(r?t.setAttribute("media",r):t.removeAttribute("media"),i&&"undefined"!=typeof btoa&&(o+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(i))))," */")),t.styleSheet)t.styleSheet.cssText=o;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(o))}}var d=null,h=0;function f(t,e){var n,o,r;if(e.singleton){var i=h++;n=d||(d=l(e)),o=p.bind(null,n,i,!1),r=p.bind(null,n,i,!0)}else n=l(e),o=_.bind(null,n,e),r=function(){!function(t){if(null===t.parentNode)return!1;t.parentNode.removeChild(t)}(n)};return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else r()}}t.exports=function(t,e){(e=e||{}).singleton||"boolean"==typeof e.singleton||(e.singleton=(void 0===o&&(o=Boolean(window&&document&&document.all&&!window.atob)),o));var n=s(t=t||[],e);return function(t){if(t=t||[],"[object Array]"===Object.prototype.toString.call(t)){for(var o=0;o<n.length;o++){var r=a(n[o]);i[r].references--}for(var l=s(t,e),c=0;c<n.length;c++){var u=a(n[c]);0===i[u].references&&(i[u].updater(),i.splice(u,1))}n=l}}}},5360:function(t,e,n){"use strict";var o,r=this&&this.__extends||(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),i=this&&this.__assign||function(){return i=Object.assign||function(t){for(var e,n=1,o=arguments.length;n<o;n++)for(var r in e=arguments[n])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},i.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0});var a=n(4522),s=n(573),l=n(2230),c={position:"absolute",display:"table",boxSizing:"border-box"},u={position:"relative",width:"100%",height:"inherit",appearance:"none",border:"none",display:"flex",cursor:"pointer",wordBreak:"break-all",textRendering:"geometricPrecision",overflow:"hidden",textOverflow:"ellipsis",padding:"3px",alignItems:"center",justifyContent:"center",outline:0,lineHeight:"normal"},p={styles:{}};function _(t){return t.startsWith("mailto:")||t.match(/^https?:\/\//i)||(t="http://"+t),t}function d(t,e,n){void 0===e&&(e="smooth"),void 0===n&&(n=0);var o=document.querySelector(t);if(o)if(0!==n){var r=o.getBoundingClientRect().top+window.scrollY-n;window.scrollTo({top:r,behavior:e})}else o.scrollIntoView({behavior:e})}function h(t,e,n,o){var r;void 0===e&&(e="*");var i={source:"kaltura-hotspot",hotspotId:n,hotspotLabel:o,data:t,timestamp:Date.now()};try{null===(r=window.top)||void 0===r||r.postMessage(i,e)}catch(t){}}var f=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.hotspotRef=null,e.state={disableClick:!0,isReady:!1},e.isClickable=function(){var t=e.props.hotspot.onClick;if(!t)return!1;switch(t.type){case"jumpToTime":return void 0!==t.jumpToTime;case"openUrl":case"openUrlInNewTab":return!!t.url;case"scrollToAnchor":return!!t.selector;case"postMessage":return void 0!==t.message;default:return!1}},e.handleClick=function(){var t=e.props,n=t.hotspot,o=t.dispatcher,r=e.state.disableClick,i=n.id,a=n.label;if(o(l.HotspotsEvents.HOTSPOT_CLICK,{id:i,label:a}),n.onClick&&!r)switch(n.onClick.type){case"jumpToTime":if(void 0===n.onClick.jumpToTime)return;e.props.seekTo(n.onClick.jumpToTime/1e3);break;case"openUrl":if(!n.onClick.url)return;var s=_(n.onClick.url);window.open(s,"_top"),e.props.sendAnalytics({eventNumber:47,target:s,hotspotId:n.id});break;case"openUrlInNewTab":if(!n.onClick.url)return;e.props.pauseVideo(),s=_(n.onClick.url);try{window.open(s,"_blank"),e.props.sendAnalytics({eventNumber:47,target:s,hotspotId:n.id})}catch(t){}break;case"scrollToAnchor":if(!n.onClick.selector)return;e.props.exitFullscreen(),e.props.pauseVideo(),d(n.onClick.selector,n.onClick.scrollBehavior,n.onClick.offsetY);break;case"postMessage":if(void 0===n.onClick.message)return;n.onClick.pauseVideo&&e.props.pauseVideo(),h(n.onClick.message,n.onClick.targetOrigin,i,a)}},e}return r(e,t),e.prototype.componentDidMount=function(){var t=this.props,e=t.hotspot,n=t.dispatcher;if(e&&e.onClick){this.setState({isReady:!0,disableClick:!this.isClickable()});var o=e.id,r=e.label;n(l.HotspotsEvents.HOTSPOT_DISPLAYED,{id:o,label:r})}else this.setState({isReady:!0})},e.prototype.render=function(){var t=this,e=this.props.hotspot,n=e.layout,o=e.label,r=this.state,l=r.isReady,p=r.disableClick;if(!l||!this.props.visible)return null;var _=i(i({},c),{top:n.y,left:n.x,height:n.height,width:n.width}),d=i(i(i({},u),e.styles),{cursor:p?"default":"pointer",maxWidth:"".concat(n.width,"px"),fontSize:"".concat(e.relativeStyle.fontSize,"px"),borderRadius:"".concat(e.relativeStyle.radiusBorder,"px")});return(0,a.h)(s.A11yWrapper,{onClick:this.handleClick,role:"alert","aria-live":"polite"},(0,a.h)("div",{ref:function(e){return t.hotspotRef=e},tabIndex:0,role:"button","aria-label":o,"aria-disabled":p,style:_,"data-testid":"hotspots_hotspot"},(0,a.h)("div",{style:d},o)))},e.defaultProps=p,e}(a.Component);e.default=f},6658:function(t,e,n){"use strict";var o,r=this&&this.__extends||(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),i=this&&this.__decorate||function(t,e,n,o){var r,i=arguments.length,a=i<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,e,n,o);else for(var s=t.length-1;s>=0;s--)(r=t[s])&&(a=(i<3?r(a):i>3?r(e,n,a):r(e,n))||a);return i>3&&a&&Object.defineProperty(e,n,a),a};Object.defineProperty(e,"__esModule",{value:!0});var a=n(4522),s=n(6912),l=n(5360),c=KalturaPlayer.ui.components.withPlayer,u=KalturaPlayer.ui.preacti18n,p=u.withText,_=u.Text,d={hotspotRemoved:(0,a.h)(_,{id:"hotspots.hotspot_removed",fields:{hotspotLabel:""}},"{hotspotLabel} hotspot removed")},h={position:"absolute",display:"block",overflow:"visible",top:0,left:0,width:0,height:0},f=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.liveRegionRef=(0,a.createRef)(),e.previousHotspotMap=new Map,e.renderHotspots=function(t){if(!t)return null;var n=e.props,o=n.seekTo,r=n.pauseVideo,i=n.exitFullscreen,s=n.sendAnalytics,c=n.dispatcher;return t.map((function(t){return(0,a.h)(l.default,{dispatcher:c,pauseVideo:r,exitFullscreen:i,seekTo:o,key:t.id,visible:!0,hotspot:t,sendAnalytics:s})}))},e}return r(e,t),e.prototype.shouldComponentUpdate=function(t){return!(0,s.shallowCompareHotspots)(this.props.hotspots,t.hotspots)},e.prototype.componentDidUpdate=function(){var t=this,e=new Map(this.props.hotspots.filter((function(t){return"string"==typeof t.label})).map((function(t){return[t.id,t.label]}))),n=!1;this.previousHotspotMap.forEach((function(o,r){if(!e.has(r)&&!n){if(t.props.hotspotRemoved){var i=t.props.hotspotRemoved.replace("{hotspotLabel}",o);t.announceHotspotChange(i)}n=!0}})),this.previousHotspotMap=e},e.prototype.announceHotspotChange=function(t){var e=this.liveRegionRef.current;e&&(e.textContent="",setTimeout((function(){e.textContent=t})))},e.prototype.render=function(){var t,e,n=this.props.hotspots,o=this.renderHotspots(n),r=null===(e=null===(t=this.props.player)||void 0===t?void 0:t.config)||void 0===e?void 0:e.targetId,i="hotspot-liveRegion-".concat(r);return(0,a.h)("div",{style:h,"data-testid":"hotspots_hotspotsContainer"},o,(0,a.h)("div",{ref:this.liveRegionRef,id:i,"aria-live":"polite",role:"status",style:{position:"absolute",left:"-9999px",width:"1px",height:"1px",overflow:"hidden"}}))},i([c,p(d)],e)}(a.Component);e.default=f},2230:function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.HotspotsEvents=void 0,e.HotspotsEvents={HOTSPOT_CLICK:"manual_hotspot_click",HOTSPOT_DISPLAYED:"manual_hotspot_displayed"}},1624:function(t,e,n){"use strict";var o,r=this&&this.__extends||(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),i=this&&this.__assign||function(){return i=Object.assign||function(t){for(var e,n=1,o=arguments.length;n<o;n++)for(var r in e=arguments[n])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},i.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.HotspotsPlugin=void 0;var a=n(4522),s=n(6658),l=n(8263),c=n(710),u=n(5156),p=function(t){function e(e,n,o){var r=t.call(this,e,n,o)||this;return r._hotspots=[],r._floatingItem=null,r._canvas=null,r._timeline=new c.HotspotTimelineSimple,r._recalculateCuepointLayout=function(t){var e,n;if(r.logger.debug("calculating cuepoint layout based on video/player sizes"),!(null===(e=r._canvas)||void 0===e?void 0:e.playerSize)||!(null===(n=r._canvas)||void 0===n?void 0:n.videoSize))return r.logger.warn("missing video/player sizes, hide all cuepoint"),[];var o=r._canvas.playerSize,a=o.width,s=o.height,c=r._canvas.videoSize,u=c.width,p=c.height;if(!(a&&s&&u&&p))return r.logger.warn("missing video/player sizes, hide all cuepoint"),[];var _=(0,l.scaleVideo)(u,p,a,s,!0);return r.logger.debug("recalculate cuepoint layout based on new sizes"),t.map((function(t){return i(i({},t),{layout:r._calculateLayout(t,_),relativeStyle:r._calculateStyle(t,_)})}))},r._pauseVideo=function(){r._player.pause()},r._seekTo=function(t){r._player.currentTime=t},r._exitFullscreen=function(){r._player.isFullscreen()&&r._player.exitFullscreen()},r._checkIfResizeHappened=function(t){if(!r._canvas)return r._canvas=t,!0;var e=r._canvas.playerSize,n=r._canvas.videoSize,o=t.playerSize,i=t.videoSize;return(e.width!==o.width||e.height!==o.height||n.width!==i.width||n.height!==i.height)&&(r._canvas=t,!0)},r._renderRoot=function(t){return r._checkIfResizeHappened(t.canvas)&&(r._hotspots=r._recalculateCuepointLayout(r._hotspots)),(0,a.h)(s.default,{dispatcher:function(t,e){return r.dispatchEvent(t,e)},key:"hotspotWrapper",hotspots:r._hotspots,pauseVideo:r._pauseVideo,seekTo:r._seekTo,exitFullscreen:r._exitFullscreen,sendAnalytics:function(){}})},r._player=n,r}return r(e,t),e.isValid=function(){return!0},Object.defineProperty(e.prototype,"floatingManager",{get:function(){return this.player.getService("floatingManager")||{}},enumerable:!1,configurable:!0}),e.prototype.loadMedia=function(){var t=this;this._addHotspotsContainer(),this._initTimeline(),this.eventManager.listen(this._player,this._player.Event.TIME_UPDATE,(function(){var e=1e3*t._player.currentTime;t._timeline.update(e)&&(t._hotspots=t._recalculateCuepointLayout(t._timeline.getVisibleHotspots()),t._updateHotspotsContainer())}))},e.prototype._initTimeline=function(){var t=new u.HotspotLoader(this.logger).load(this.config.hotspots);t&&this._timeline.initialize(t)},e.prototype._calculateLayout=function(t,e){var n=t.rawLayout;return{x:e.left+n.relativeX*e.width,y:e.top+n.relativeY*e.height,width:n.relativeWidth*e.width,height:n.relativeHeight*e.height}},e.prototype._calculateStyle=function(t,e){var n=t.rawLayout,o=t.styles;return{fontSize:parseInt(o["font-size"])/n.stageWidth*e.width,radiusBorder:parseInt(o["border-radius"])/n.stageWidth*e.width}},e.prototype._addHotspotsContainer=function(){this._floatingItem=this.floatingManager.add({label:"Manual Hotspots",mode:"MediaLoaded",position:"VideoArea",renderContent:this._renderRoot})},e.prototype._updateHotspotsContainer=function(){this._floatingItem&&this._floatingItem.update()},e.prototype.reset=function(){this.eventManager.removeAll(),this._timeline.clear(),this._hotspots=[],this._canvas=null,this._floatingItem&&(this.floatingManager.remove(this._floatingItem),this._floatingItem=null)},e.prototype.destroy=function(){},e.defaultConfig={hotspots:[]},e}(KalturaPlayer.core.BasePlugin);e.HotspotsPlugin=p},5156:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.HotspotLoader=void 0;var o=n(3560),r=function(){function t(t){this.logger=t}return t.prototype.load=function(t){var e=this;return Array.isArray(t)?t.map((function(t){return(0,o.normalizeHotspotConfig)(t)})).filter((function(t,n){return e._validateHotspot(t,n)})).map((function(t){return e._transformConfigToRawHotspot(t)})):(this.logger.warn("Hotspots config should be an array"),null)},t.prototype._validateHotspot=function(t,e){if(!t.id)return this.logger.warn("Hotspot at index ".concat(e," is missing required 'id' field, skipping")),!1;if("number"!=typeof t.startTime)return this.logger.warn("Hotspot '".concat(t.id,"' is missing required 'startTime' field, skipping")),!1;if(!t.layout)return this.logger.warn("Hotspot '".concat(t.id,"' is missing required 'layout' field, skipping")),!1;for(var n=0,o=["relativeX","relativeY","relativeWidth","relativeHeight","stageWidth","stageHeight"];n<o.length;n++){var r=o[n];if("number"!=typeof t.layout[r])return this.logger.warn("Hotspot '".concat(t.id,"' has invalid layout.").concat(r,", skipping")),!1}return!!t.styles||(this.logger.warn("Hotspot '".concat(t.id,"' is missing required 'styles' field, skipping")),!1)},t.prototype._transformConfigToRawHotspot=function(t){return{id:t.id,startTime:t.startTime,endTime:t.endTime,label:t.label,styles:t.styles,onClick:t.onClick,rawLayout:{relativeX:t.layout.relativeX,relativeY:t.layout.relativeY,relativeWidth:t.layout.relativeWidth,relativeHeight:t.layout.relativeHeight,stageWidth:t.layout.stageWidth,stageHeight:t.layout.stageHeight}}},t}();e.HotspotLoader=r},3560:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.normalizeHotspotConfig=void 0;var o=n(95),r=0;function i(t){return"string"==typeof t&&t in o.POSITION_PRESETS}e.normalizeHotspotConfig=function(t){var e,n,a,s,l,c,u=t.layout||{},p=function(t){return"string"==typeof t&&t in o.SIZE_PRESETS}(u.size)?u.size:"m",_=o.SIZE_PRESETS[p],d=null!==(e=u.relativeWidth)&&void 0!==e?e:_.relativeWidth,h=null!==(n=u.relativeHeight)&&void 0!==n?n:_.relativeHeight,f=i(u.position)?u.position:void 0;l=void 0!==u.relativeX?u.relativeX:f?o.POSITION_PRESETS[f].relativeX:o.POSITION_PRESETS.center.relativeX,c=void 0!==u.relativeY?u.relativeY:f?o.POSITION_PRESETS[f].relativeY:o.POSITION_PRESETS.center.relativeY;for(var A=void 0!==u.relativeX||void 0!==u.relativeY?{relativeX:l,relativeY:c}:function(t,e,n,r,a){if(!a||!i(a))return{relativeX:t,relativeY:e};var s=o.POSITION_ANCHORS[a];return{relativeX:Math.max(0,Math.min(1-n,t-n*s.anchorX)),relativeY:Math.max(0,Math.min(1-r,e-r*s.anchorY))}}(l,c,d,h,f||"center"),C=A.relativeX,v=A.relativeY,g=t.styles||{},y={},m=0,b=Object.entries(o.DEFAULT_STYLES);m<b.length;m++){var x=b[m],w=x[0],E=x[1];y[w]=E}for(var k=0,P=Object.entries(g);k<P.length;k++){var B=P[k];w=B[0],void 0!==(E=B[1])&&(y[w]=E)}return{id:t.id||"hotspot-".concat(Date.now(),"-").concat(r++),startTime:t.startTime,endTime:t.endTime,label:t.label,onClick:t.onClick,layout:{relativeX:C,relativeY:v,relativeWidth:d,relativeHeight:h,stageWidth:null!==(a=u.stageWidth)&&void 0!==a?a:o.DEFAULT_STAGE.stageWidth,stageHeight:null!==(s=u.stageHeight)&&void 0!==s?s:o.DEFAULT_STAGE.stageHeight},styles:y}}},95:function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.POSITION_ANCHORS=e.DEFAULT_STYLES=e.DEFAULT_STAGE=e.SIZE_PRESETS=e.POSITION_PRESETS=void 0,e.POSITION_PRESETS={"top-left":{relativeX:.05,relativeY:.05},top:{relativeX:.5,relativeY:.05},"top-right":{relativeX:.95,relativeY:.05},left:{relativeX:.05,relativeY:.5},center:{relativeX:.5,relativeY:.5},right:{relativeX:.95,relativeY:.5},"bottom-left":{relativeX:.05,relativeY:.95},bottom:{relativeX:.5,relativeY:.95},"bottom-right":{relativeX:.95,relativeY:.95}},e.SIZE_PRESETS={xs:{relativeWidth:.12,relativeHeight:.08},s:{relativeWidth:.18,relativeHeight:.1},m:{relativeWidth:.25,relativeHeight:.12},l:{relativeWidth:.32,relativeHeight:.14},xl:{relativeWidth:.42,relativeHeight:.16}},e.DEFAULT_STAGE={stageWidth:960,stageHeight:640},e.DEFAULT_STYLES={background:"rgba(0, 0, 0, 0.75)",color:"#ffffff","border-radius":"12px","font-size":"20px","font-weight":"500","font-family":'-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif'},e.POSITION_ANCHORS={"top-left":{anchorX:0,anchorY:0},top:{anchorX:.5,anchorY:0},"top-right":{anchorX:1,anchorY:0},left:{anchorX:0,anchorY:.5},center:{anchorX:.5,anchorY:.5},right:{anchorX:1,anchorY:.5},"bottom-left":{anchorX:0,anchorY:1},bottom:{anchorX:.5,anchorY:1},"bottom-right":{anchorX:1,anchorY:1}}},710:function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.HotspotTimelineSimple=void 0;var n=function(){function t(){this._hotspotsMap=new Map,this._visibleIds=new Set}return t.prototype.initialize=function(t){this._hotspotsMap.clear(),this._visibleIds.clear();for(var e=0,n=t;e<n.length;e++){var o=n[e];this._hotspotsMap.set(o.id,o)}},t.prototype.update=function(t){var e=new Set;this._hotspotsMap.forEach((function(n,o){t<n.startTime||void 0!==n.endTime&&t>=n.endTime||e.add(o)}));var n=this._visibleIds;if(e.size!==n.size)return this._visibleIds=e,!0;var o=!1;return e.forEach((function(t){o||n.has(t)||(o=!0)})),this._visibleIds=e,o},t.prototype.getVisibleHotspots=function(){var t=this,e=[];return this._visibleIds.forEach((function(n){var o=t._hotspotsMap.get(n);o&&e.push(o)})),e},Object.defineProperty(t.prototype,"size",{get:function(){return this._hotspotsMap.size},enumerable:!1,configurable:!0}),t.prototype.clear=function(){this._hotspotsMap.clear(),this._visibleIds.clear()},t}();e.HotspotTimelineSimple=n},6912:function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.shallowCompareHotspots=void 0,e.shallowCompareHotspots=function(t,e){var n=t.length;if(e.length!==n)return!1;for(var o=0;o<n;o++)if(t[o]!==e[o])return!1;return!0}},8263:function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.scaleVideo=void 0,e.scaleVideo=function(t,e,n,o,r){var i={width:0,height:0,left:0,top:0,scaleToTargetWidth:!0};if(t<=0||e<=0||n<=0||o<=0)return i;var a=n,s=e*n/t,l=t*o/e,c=o,u=l>n;return(u=u?r:!r)?(i.width=Math.abs(a),i.height=Math.abs(s),i.scaleToTargetWidth=!0):(i.width=Math.abs(l),i.height=Math.abs(c),i.scaleToTargetWidth=!1),i.left=Math.abs((n-i.width)/2),i.top=Math.abs((o-i.height)/2),i}},699:function(t){t.exports=/[\0-\x1F\x7F-\x9F]/},6924:function(t){t.exports=/[!-#%-\*,-\/:;\?@\[-\]_\{\}\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061E\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u09FD\u0A76\u0AF0\u0C84\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166D\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E4E\u3001-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]|\uD800[\uDD00-\uDD02\uDF9F\uDFD0]|\uD801\uDD6F|\uD802[\uDC57\uDD1F\uDD3F\uDE50-\uDE58\uDE7F\uDEF0-\uDEF6\uDF39-\uDF3F\uDF99-\uDF9C]|\uD803[\uDF55-\uDF59]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9]|\uD805[\uDC4B-\uDC4F\uDC5B\uDC5D\uDCC6\uDDC1-\uDDD7\uDE41-\uDE43\uDE60-\uDE6C\uDF3C-\uDF3E]|\uD806[\uDC3B\uDE3F-\uDE46\uDE9A-\uDE9C\uDE9E-\uDEA2]|\uD807[\uDC41-\uDC45\uDC70\uDC71\uDEF7\uDEF8]|\uD809[\uDC70-\uDC74]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3B\uDF44]|\uD81B[\uDE97-\uDE9A]|\uD82F\uDC9F|\uD836[\uDE87-\uDE8B]|\uD83A[\uDD5E\uDD5F]/},9338:function(t){t.exports=/[ \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/},8287:function(t){t.exports=/[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/},2052:function(t){"use strict";t.exports=KalturaPlayer},4522:function(t){"use strict";t.exports=KalturaPlayer.ui.preact}},e={};function n(o){var r=e[o];if(void 0!==r)return r.exports;var i=e[o]={id:o,exports:{}};return t[o].call(i.exports,i,i.exports,n),i.exports}n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,{a:e}),e},n.d=function(t,e){for(var o in e)n.o(e,o)&&!n.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:e[o]})},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.nc=void 0;var o={};!function(){"use strict";var t=o;Object.defineProperty(t,"__esModule",{value:!0}),t.HotspotsEvents=t.NAME=t.VERSION=t.Plugin=void 0;var e=n(1624);Object.defineProperty(t,"Plugin",{enumerable:!0,get:function(){return e.HotspotsPlugin}});var r=n(2052);t.VERSION="3.3.1-canary.0-2996ab6",t.NAME="@playkit-js/manual-hotspots";var i=n(2230);Object.defineProperty(t,"HotspotsEvents",{enumerable:!0,get:function(){return i.HotspotsEvents}}),(0,r.registerPlugin)("playkit-js-manual-hotspots",e.HotspotsPlugin)}(),((KalturaPlayer=void 0===KalturaPlayer?{}:KalturaPlayer).plugins=KalturaPlayer.plugins||{})["manual-hotspots"]=o}();
2
+ var KalturaPlayer;!function(){var t={1972:function(t,e,n){"use strict";var o,r=this&&this.__extends||(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),i=this&&this.__assign||function(){return i=Object.assign||function(t){for(var e,n=1,o=arguments.length;n<o;n++)for(var r in e=arguments[n])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},i.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.Button=e.ButtonType=e.ButtonSize=void 0;var a,s,l=n(4522),c=n(42),u=n(2052),p=n(979),_=n(4820),d=n(7538),h=u.ui.Components.Tooltip;!function(t){t.small="small",t.medium="medium",t.large="large"}(a=e.ButtonSize||(e.ButtonSize={})),function(t){t.primary="primary",t.danger="danger",t.translucent="translucent",t.borderless="borderless"}(s=e.ButtonType||(e.ButtonType={}));var f=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.buttonRef=(0,l.createRef)(),e.renderButton=function(){var t,n=e.props,o=c(d.button,d[n.size],d[n.type],n.className,((t={})[d.disabled]=n.disabled,t[d.withIcon]=n.children&&n.icon,t[d.iconOnly]=!n.children&&n.icon,t)),r=i(i({ref:e.buttonRef,disabled:n.disabled,"aria-disabled":n.disabled,tabIndex:n.tabIndex,className:o},n.ariaLabel?{"aria-label":n.ariaLabel}:{}),n.testId?{"data-testid":n.testId}:{}),a=(0,l.h)("button",i({},r),(0,l.h)(l.Fragment,null,n.icon&&(0,l.h)(_.Icon,{name:n.icon,size:_.IconSize[n.size]}),n.children&&(0,l.h)("span",null,n.children)));return n.onClick?(0,l.h)(p.A11yWrapper,{onClick:n.onClick},a):a},e}return r(e,t),e.prototype.componentDidMount=function(){var t;this.props.focusOnMount&&(null===(t=this.buttonRef.current)||void 0===t||t.focus())},e.prototype.render=function(t){if(t.tooltip){var e=i(i({label:t.tooltip.label},t.tooltip.type?{type:t.tooltip.type}:{}),t.tooltip.className?{classNames:t.tooltip.className}:{});return(0,l.h)(h,i({},e),this.renderButton())}return this.renderButton()},e}(l.Component);e.Button=f,f.defaultProps={disabled:!1,focusOnMount:!1,tabIndex:0,children:null,size:a.medium,icon:null,type:s.primary}},5454:function(t,e,n){"use strict";var o=this&&this.__createBinding||(Object.create?function(t,e,n,o){void 0===o&&(o=n);var r=Object.getOwnPropertyDescriptor(e,n);r&&!("get"in r?!e.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return e[n]}}),Object.defineProperty(t,o,r)}:function(t,e,n,o){void 0===o&&(o=n),t[o]=e[n]}),r=this&&this.__exportStar||function(t,e){for(var n in t)"default"===n||Object.prototype.hasOwnProperty.call(e,n)||o(e,t,n)};Object.defineProperty(e,"__esModule",{value:!0}),r(n(1972),e),r(n(178),e)},178:function(t,e,n){"use strict";var o,r=this&&this.__extends||(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),i=this&&this.__assign||function(){return i=Object.assign||function(t){for(var e,n=1,o=arguments.length;n<o;n++)for(var r in e=arguments[n])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},i.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.InputField=void 0;var a=n(4522),s=n(979),l=n(7998),c=function(t){function e(e){var n=t.call(this,e)||this;return n.state={active:!1},n._inputRef=null,n.setFocus=function(t){var e;null===(e=n._inputRef)||void 0===e||e.focus(t)},n._handleOnChange=function(t){n.props.onChange(t.target.value)},n._onClear=function(){var t;null===(t=n._inputRef)||void 0===t||t.focus(),n.props.onChange("")},n._onFocus=function(){n.setState({active:!0})},n._onBlur=function(){n.setState({active:!1})},n._goToNextSearchResult=function(){var t=n.props.searchResults,e=t.activeSearchIndex,o=t.totalSearchResults,r=t.onSearchIndexChange;0!==o&&r(e!==o?e+1:1)},n._goToPrevSearchResult=function(){var t=n.props.searchResults,e=t.activeSearchIndex,o=t.totalSearchResults;(0,t.onSearchIndexChange)(1!==e?e-1:o)},n._renderSearchResults=function(){return(0,a.h)(a.Fragment,null,(0,a.h)("div",{className:l.searchResults,"aria-live":"polite","aria-label":n.props.searchResults.searchResultsLabel},"".concat(n.props.searchResults.totalSearchResults>0?"".concat(n.props.searchResults.activeSearchIndex,"/").concat(n.props.searchResults.totalSearchResults):"0/0")),(0,a.h)("div",{className:l.prevNextWrapper},n.props.value&&(0,a.h)(s.A11yWrapper,{onClick:n._goToPrevSearchResult},(0,a.h)("button",{tabIndex:0,className:"".concat(l.prevNextButton," ").concat(0===n.props.searchResults.totalSearchResults?l.disabled:""),"aria-label":n.props.searchResults.prevMatchLabel},(0,a.h)("svg",{width:"8",height:"5",viewBox:"0 0 8 5",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,a.h)("path",{d:"M0.292893 4.70711C0.653377 5.06759 1.22061 5.09532 1.6129 4.7903L1.70711 4.70711L4 2.415L6.29289 4.70711C6.65338 5.06759 7.22061 5.09532 7.6129 4.7903L7.70711 4.70711C8.06759 4.34662 8.09532 3.77939 7.7903 3.3871L7.70711 3.29289L4.70711 0.292893C4.34662 -0.0675907 3.77939 -0.0953203 3.3871 0.209705L3.29289 0.292893L0.292893 3.29289C-0.0976311 3.68342 -0.0976311 4.31658 0.292893 4.70711Z",fill:"white","fill-opacity":"0.7"})))),n.props.value&&(0,a.h)(s.A11yWrapper,{onClick:n._goToNextSearchResult},(0,a.h)("button",{tabIndex:0,className:"".concat(l.prevNextButton," ").concat(0===n.props.searchResults.totalSearchResults?l.disabled:""),"aria-label":n.props.searchResults.nextMatchLabel},(0,a.h)("svg",{width:"8",height:"5",viewBox:"0 0 8 5",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,a.h)("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M0.292893 0.292893C0.683417 -0.0976311 1.31658 -0.0976311 1.70711 0.292893L4 2.58579L6.29289 0.292893C6.68342 -0.0976311 7.31658 -0.0976311 7.70711 0.292893C8.09763 0.683417 8.09763 1.31658 7.70711 1.70711L4.70711 4.70711C4.31658 5.09763 3.68342 5.09763 3.29289 4.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683417 0.292893 0.292893Z",fill:"white","fill-opacity":"0.7"}))))))},n._renderClearSearch=function(){return(0,a.h)(s.A11yWrapper,{onClick:n._onClear},(0,a.h)("button",{className:l.clearIcon,tabIndex:0,"aria-label":n.props.clearSearchLabel},(0,a.h)("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,a.h)("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6 12C9.31371 12 12 9.31371 12 6C12 2.68629 9.31371 0 6 0C2.68629 0 0 2.68629 0 6C0 9.31371 2.68629 12 6 12ZM3.38951 2.3502L3.46013 2.41264L5.99548 4.9504L8.53067 2.41264L8.60129 2.3502C8.89537 2.12125 9.32081 2.1418 9.59133 2.41199C9.8844 2.70471 9.88469 3.17958 9.59197 3.47265L7.05523 6.01165L9.59197 8.55189C9.88469 8.84496 9.8844 9.31983 9.59133 9.61255C9.32081 9.88275 8.89537 9.90329 8.60129 9.67434L8.53067 9.61191L5.99548 7.0729L3.46013 9.61191L3.38951 9.67434C3.09543 9.90329 2.66999 9.88275 2.39947 9.61255C2.1064 9.31983 2.10611 8.84496 2.39883 8.55189L4.93498 6.01165L2.39883 3.47265C2.10611 3.17958 2.1064 2.70471 2.39947 2.41199C2.66999 2.1418 3.09543 2.12125 3.38951 2.3502Z",fill:"white","fill-opacity":"0.7"}))))},n.state={active:!1},n}return r(e,t),e.prototype.render=function(){var t=this,e={className:l.inputElement,value:this.props.value,onInput:this._handleOnChange,onFocus:this._onFocus,onBlur:this._onBlur,tabIndex:0,ref:function(e){t._inputRef=e}};return this.props.placeholder&&(e["aria-label"]=this.props.placeholder,e.placeholder=this.props.placeholder),(0,a.h)("div",{className:[l.inputFieldWrapper,this.props.value||this.state.active?l.active:""].join(" ")},(0,a.h)("input",i({},e)),this.props.value&&this.props.clearSearchLabel&&this._renderClearSearch(),this.props.value&&this.props.searchResults&&this._renderSearchResults())},e}(a.Component);e.InputField=c},979:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.A11yWrapper=e.isKeyboardEvent=void 0;var o=n(4522),r=n(2052).ui.utils.KeyMap,i=r.ENTER,a=r.SPACE,s=r.UP,l=r.DOWN,c=r.LEFT,u=r.RIGHT,p=function(t){t.preventDefault(),t.stopPropagation()};e.isKeyboardEvent=function(t){return t instanceof KeyboardEvent||[t.offsetX,t.offsetY].every((function(t){return 0===t}))},e.A11yWrapper=function(t){var n=t.children,r=t.onClick,_=t.onUpKeyPressed,d=t.onDownKeyPressed,h=t.onLeftKeyPressed,f=t.onRightKeyPressed,A=t.role,C=t.type,v={onKeyDown:function(t){t.keyCode===a||t.keyCode===i?(p(t),r(t,!0)):t.keyCode===s&&_?(p(t),_(t)):t.keyCode===l&&d?(p(t),d(t)):t.keyCode===c&&h?(p(t),h(t)):t.keyCode===u&&f&&(p(t),f(t))},onClick:function(t){t.stopPropagation(),r(t,(0,e.isKeyboardEvent)(t))},role:A};return"button"===n.type&&(v.type=C||"button"),(0,o.cloneElement)(n,v)},e.A11yWrapper.defaultProps={role:"button"}},172:function(t,e,n){"use strict";var o=this&&this.__createBinding||(Object.create?function(t,e,n,o){void 0===o&&(o=n);var r=Object.getOwnPropertyDescriptor(e,n);r&&!("get"in r?!e.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return e[n]}}),Object.defineProperty(t,o,r)}:function(t,e,n,o){void 0===o&&(o=n),t[o]=e[n]}),r=this&&this.__exportStar||function(t,e){for(var n in t)"default"===n||Object.prototype.hasOwnProperty.call(e,n)||o(e,t,n)};Object.defineProperty(e,"__esModule",{value:!0}),r(n(979),e),r(n(8579),e),r(n(3425),e)},8579:function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.OverlayPortal=void 0;var n=KalturaPlayer.ui.redux.useSelector,o=KalturaPlayer.ui.createPortal;e.OverlayPortal=function(t){var e=t.children,r=n((function(t){return t.config.targetId})),i=document.getElementById(r)||document;return o(e,i.querySelector(".overlay-portal"))}},3425:function(t,e,n){"use strict";var o,r=this&&this.__extends||(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)});Object.defineProperty(e,"__esModule",{value:!0}),e.ScreenReaderProvider=e.ScreenReaderContext=void 0;var i=n(4522),a=n(73);e.ScreenReaderContext=(0,i.createContext)((function(t,e){}));var s=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.state={textToRead:""},e._setTextToRead=function(t,n){void 0===n&&(n=500),setTimeout((function(){e.setState({textToRead:t})}),n)},e}return r(n,t),n.prototype.render=function(){return(0,i.h)(e.ScreenReaderContext.Provider,{value:this._setTextToRead},this.props.children,(0,i.h)("div",{style:a.srWrapper,"aria-live":"polite","data-testid":"screenReaderWrapper"},(0,i.h)("span",{id:"sr-only","aria-label":this.state.textToRead},this.state.textToRead)))},n}(i.Component);e.ScreenReaderProvider=s},9695:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.Add=void 0;var o=n(4522);e.Add=function(){return(0,o.h)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,o.h)("path",{d:"M21.8083 4C22.4665 4 23 4.55964 23 5.25V18.75C23 19.4404 22.4665 20 21.8083 20H2.19167C1.53353 20 1 19.4404 1 18.75V5.25C1 4.55964 1.53353 4 2.19167 4H21.8083ZM15 6H3V18H15V6ZM12.999 8.967L13 9L12.998 8.94L12.999 8.967L13 9V15C13 15.5523 12.5523 16 12 16C11.4872 16 11.0645 15.614 11.0067 15.1166L11 15V11.414L6.70711 15.7071C6.34662 16.0676 5.77939 16.0953 5.3871 15.7903L5.29289 15.7071C4.93241 15.3466 4.90468 14.7794 5.2097 14.3871L5.29289 14.2929L9.584 10H6C5.48716 10 5.06449 9.61396 5.00673 9.11662L5 9C5 8.44772 5.44772 8 6 8L12.0193 8.00018C12.0427 8.00063 12.066 8.00189 12.0893 8.00397C12.1097 8.00575 12.1294 8.0081 12.149 8.01102C12.1659 8.01363 12.1834 8.0167 12.2007 8.02024C12.2227 8.02464 12.2444 8.02983 12.2658 8.03572C12.2815 8.0401 12.2969 8.04473 12.3121 8.04974C12.3318 8.05612 12.3516 8.06332 12.3711 8.0711L12.4232 8.09367C12.4439 8.10338 12.4643 8.11379 12.4843 8.12488C12.4964 8.1315 12.5086 8.13861 12.5207 8.146C12.5463 8.16172 12.5711 8.17849 12.5952 8.19631L12.6525 8.24221L12.6167 8.21279C12.6802 8.26255 12.7374 8.31982 12.7872 8.38325C12.7927 8.39016 12.7982 8.3974 12.8037 8.40469C12.8215 8.42887 12.8383 8.45372 12.8539 8.47934L12.8753 8.51594C12.8862 8.53571 12.8966 8.55611 12.9063 8.5769L12.9288 8.62866C12.9367 8.64842 12.9439 8.6682 12.9505 8.68826C12.9553 8.70315 12.9599 8.71854 12.9642 8.73401C12.9702 8.75556 12.9754 8.77725 12.9798 8.79921C12.9833 8.81662 12.9864 8.83405 12.989 8.85153L12.9972 8.92482L12.998 8.94L12.999 8.967Z",fill:"white"}))}},5254:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.Close=void 0;var o=n(4522);e.Close=function(){return(0,o.h)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,o.h)("path",{d:"M11.6592 10.245L6.70483 5.29061C6.31701 4.9028 5.68581 4.90476 5.29528 5.29528C4.90204 5.68853 4.90267 6.31688 5.29061 6.70483L10.245 11.6592L5.29061 16.6137C4.9028 17.0015 4.90476 17.6327 5.29528 18.0232C5.68853 18.4165 6.31688 18.4158 6.70483 18.0279L11.6592 13.0735L16.6137 18.0279C17.0015 18.4157 17.6327 18.4137 18.0232 18.0232C18.4165 17.63 18.4158 17.0016 18.0279 16.6137L13.0735 11.6592L18.0279 6.70483C18.4157 6.31701 18.4137 5.68581 18.0232 5.29528C17.63 4.90204 17.0016 4.90267 16.6137 5.29061L11.6592 10.245Z",fill:"white"}))}},1577:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.Download=void 0;var o=n(4522);e.Download=function(){return(0,o.h)("svg",{width:"32",height:"32",viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,o.h)("path",{d:"M17.5 6C17.5 5.44772 17.0523 5 16.5 5L16.3834 5.00673C15.886 5.06449 15.5 5.48716 15.5 6L15.4997 17.693L9.71029 12.2702C9.30721 11.8926 8.67439 11.9133 8.29683 12.3164C7.91928 12.7195 7.93998 13.3523 8.34306 13.7298L15.8164 20.7298C15.8212 20.7343 15.826 20.7387 15.8308 20.7431L15.8164 20.7298L15.9035 20.8027C15.9034 20.8026 15.9037 20.8028 15.9035 20.8027C15.9135 20.8101 15.9231 20.817 15.9333 20.824C15.956 20.8397 15.9793 20.8544 16.0038 20.8684C16.0148 20.8747 16.0259 20.8808 16.0366 20.8864C16.0596 20.8984 16.0832 20.9096 16.1077 20.9201C16.1223 20.9263 16.1371 20.9322 16.1515 20.9376C16.1769 20.947 16.2028 20.9555 16.2299 20.963C16.2399 20.9658 16.25 20.9684 16.2595 20.9709C16.3365 20.9899 16.4171 21 16.5 21C16.5804 21 16.6585 20.9905 16.7336 20.9725C16.7521 20.968 16.7706 20.963 16.7889 20.9576C16.8097 20.9514 16.8303 20.9444 16.8507 20.9367C16.8632 20.932 16.8756 20.9271 16.8878 20.922C16.9121 20.9118 16.936 20.9006 16.9596 20.8883C16.9735 20.8812 16.9872 20.8736 17.0007 20.8658C17.0223 20.8533 17.0434 20.84 17.0636 20.8262C17.0764 20.8174 17.0891 20.8083 17.1021 20.7985C17.1224 20.7831 17.1422 20.767 17.161 20.7504C17.1685 20.7437 17.176 20.737 17.1834 20.7301L24.6619 13.7301C25.0651 13.3527 25.086 12.7198 24.7086 12.3166L24.6172 12.2304C24.2352 11.9126 23.6674 11.9215 23.2952 12.2699L17.4997 17.694L17.5 6Z",fill:"white"}),(0,o.h)("path",{d:"M27 26C27 26.5523 26.5523 27 26 27H7C6.44772 27 6 26.5523 6 26C6 25.4477 6.44772 25 7 25H26C26.5523 25 27 25.4477 27 26Z",fill:"white"}))}},2942:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.Expand=void 0;var o=n(4522);e.Expand=function(){return(0,o.h)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,o.h)("path",{d:"M20.997 3.924L20.998 3.945L20.999 3.98L21 4V10C21 10.5523 20.5523 11 20 11C19.4872 11 19.0645 10.614 19.0067 10.1166L19 10V6.416L14.7071 10.7071C14.3466 11.0676 13.7794 11.0953 13.3871 10.7903L13.2929 10.7071C12.9324 10.3466 12.9047 9.77939 13.2097 9.3871L13.2929 9.29289L17.586 5H14C13.4872 5 13.0645 4.61396 13.0067 4.11662L13 4C13 3.48716 13.386 3.06449 13.8834 3.00673L14 3L20.0332 3.00054C20.0503 3.00109 20.0683 3.00216 20.0862 3.0037C20.1079 3.00553 20.1285 3.00797 20.149 3.01102C20.166 3.01363 20.1834 3.0167 20.2007 3.02024C20.2227 3.02464 20.2444 3.02983 20.2658 3.03572C20.2815 3.0401 20.2969 3.04473 20.3121 3.04974C20.3318 3.05612 20.3516 3.06332 20.3711 3.0711L20.4232 3.09367C20.4439 3.10338 20.4643 3.11379 20.4843 3.12488C20.4964 3.1315 20.5086 3.13861 20.5207 3.146C20.5463 3.16172 20.5711 3.17849 20.5952 3.19631L20.6525 3.24221L20.6168 3.21279C20.6802 3.26255 20.7374 3.31982 20.7872 3.38325C20.7927 3.39016 20.7982 3.3974 20.8037 3.40469C20.8215 3.42887 20.8383 3.45373 20.8539 3.47934L20.8753 3.51594C20.8862 3.53571 20.8966 3.55611 20.9063 3.5769L20.9288 3.62866C20.9367 3.64842 20.9439 3.6682 20.9505 3.68826C20.9553 3.70315 20.9599 3.71854 20.9642 3.73401C20.9702 3.75556 20.9754 3.77725 20.9798 3.79921C20.9833 3.81662 20.9864 3.83405 20.989 3.85153L20.996 3.91075L20.996 3.919L20.997 3.921V3.924ZM3.002 20.059V20.071L3.00175 20.0593C3.00122 20.0503 3.00081 20.0413 3.00052 20.0323L3 14C3 13.4477 3.44772 13 4 13C4.51284 13 4.93551 13.386 4.99327 13.8834L5 14V17.586L9.29289 13.2929C9.65338 12.9324 10.2206 12.9047 10.6129 13.2097L10.7071 13.2929C11.0676 13.6534 11.0953 14.2206 10.7903 14.6129L10.7071 14.7071L6.416 19H10C10.5128 19 10.9355 19.386 10.9933 19.8834L11 20C11 20.5128 10.614 20.9355 10.1166 20.9933L10 21H4C3.99354 21 3.98709 20.9999 3.98066 20.9998C3.95732 20.9994 3.93401 20.9981 3.91075 20.996C3.89031 20.9943 3.87058 20.9919 3.85104 20.989C3.83405 20.9864 3.81662 20.9833 3.79927 20.9798C3.77725 20.9754 3.75556 20.9702 3.73416 20.9643C3.71854 20.9599 3.70315 20.9553 3.68786 20.9503C3.6682 20.9439 3.64842 20.9367 3.62894 20.9289L3.57678 20.9063C3.55611 20.8966 3.53571 20.8862 3.51572 20.8751C3.50361 20.8685 3.49139 20.8614 3.47929 20.854C3.45373 20.8383 3.42887 20.8215 3.40484 20.8037L3.34745 20.7578L3.38325 20.7872C3.31982 20.7374 3.26255 20.6802 3.21279 20.6168C3.20728 20.6098 3.20175 20.6026 3.19633 20.5953C3.17849 20.5711 3.16172 20.5463 3.14607 20.5207L3.12467 20.4841C3.11379 20.4643 3.10338 20.4439 3.09365 20.4231L3.07123 20.3713C3.06332 20.3516 3.05612 20.3318 3.04955 20.3117C3.04473 20.2969 3.0401 20.2815 3.03585 20.266C3.02983 20.2444 3.02464 20.2227 3.02017 20.2008C3.0167 20.1834 3.01363 20.1659 3.01102 20.1485L3.0037 20.0862L3.002 20.059Z",fill:"white"}))}},1861:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.Icons=void 0;var o=n(5254),r=n(9919),i=n(1577),a=n(7024),s=n(8835),l=n(1223),c=n(7858),u=n(6563),p=n(2489),_=n(9695),d=n(756),h=n(4726),f=n(2942);e.Icons={close:o.Close,print:r.Print,download:i.Download,related:a.Related,message:s.Message,share:l.Share,more:c.More,quiz:u.QuizIcon,switch:p.Switch,add:_.Add,minimizedVideo:d.MinimizedVideo,pictureInPicture:h.PictureInPicture,expand:f.Expand}},8835:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.Message=void 0;var o=n(4522);e.Message=function(){return(0,o.h)("svg",{width:"32",height:"32",viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,o.h)("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M25 5C27.2091 5 29 6.75035 29 8.90952V18.6833C29 20.8425 27.2091 22.5928 25 22.5928H14.985L10.7019 26.7188C10.546 26.8689 10.3449 26.9641 10.1302 26.9917L10 27C9.44772 27 9 26.5624 9 26.0226V22.5928H7C4.79086 22.5928 3 20.8425 3 18.6833V8.90952C3 6.75035 4.79086 5 7 5H25ZM25 6.95476H7C5.89543 6.95476 5 7.82994 5 8.90952V18.6833C5 19.7629 5.89543 20.6381 7 20.6381H11V23.687L14.1651 20.6381H25C26.1046 20.6381 27 19.7629 27 18.6833V8.90952C27 7.82994 26.1046 6.95476 25 6.95476ZM19 14.7738C19.5523 14.7738 20 15.2114 20 15.7512C20 16.291 19.5523 16.7286 19 16.7286H10C9.44772 16.7286 9 16.291 9 15.7512C9 15.2114 9.44772 14.7738 10 14.7738H19ZM23 10.8643C23.5523 10.8643 24 11.3019 24 11.8417C24 12.3815 23.5523 12.819 23 12.819H10C9.44772 12.819 9 12.3815 9 11.8417C9 11.3019 9.44772 10.8643 10 10.8643H23Z",fill:"white"}))}},756:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.MinimizedVideo=void 0;var o=n(4522);e.MinimizedVideo=function(){return(0,o.h)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,o.h)("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.25 4.5H18.75C19.9926 4.5 21 5.50736 21 6.75V17.25C21 18.4926 19.9926 19.5 18.75 19.5H5.25C4.00736 19.5 3 18.4926 3 17.25V6.75C3 5.50736 4.00736 4.5 5.25 4.5ZM5.25 6C4.83579 6 4.5 6.33579 4.5 6.75V17.25C4.5 17.6642 4.83579 18 5.25 18H18.75C19.1642 18 19.5 17.6642 19.5 17.25V6.75C19.5 6.33579 19.1642 6 18.75 6H5.25ZM13 12C12.4477 12 12 12.4477 12 13V15.5C12 16.0523 12.4477 16.5 13 16.5H17C17.5523 16.5 18 16.0523 18 15.5V13C18 12.4477 17.5523 12 17 12H13Z",fill:"white"}))}},7858:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.More=void 0;var o=n(4522);e.More=function(){return(0,o.h)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,o.h)("path",{d:"M8 12C8 13.1046 7.10457 14 6 14C4.89543 14 4 13.1046 4 12C4 10.8954 4.89543 10 6 10C7.10457 10 8 10.8954 8 12ZM14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12ZM20 12C20 13.1046 19.1046 14 18 14C16.8954 14 16 13.1046 16 12C16 10.8954 16.8954 10 18 10C19.1046 10 20 10.8954 20 12Z",fill:"white"}))}},4726:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.PictureInPicture=void 0;var o=n(4522);e.PictureInPicture=function(){return(0,o.h)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,o.h)("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M18.75 4.5H5.25C4.00736 4.5 3 5.50736 3 6.75V17.25C3 18.4926 4.00736 19.5 5.25 19.5H18.75C19.9926 19.5 21 18.4926 21 17.25V6.75C21 5.50736 19.9926 4.5 18.75 4.5ZM13 12C12.4477 12 12 12.4477 12 13V15.5C12 16.0523 12.4477 16.5 13 16.5H17C17.5523 16.5 18 16.0523 18 15.5V13C18 12.4477 17.5523 12 17 12H13Z",fill:"white"}))}},9919:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.Print=void 0;var o=n(4522);e.Print=function(){return(0,o.h)("svg",{width:"32",height:"32",viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,o.h)("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M23 23H26C27.1046 23 28 22.1046 28 21V11C28 9.89543 27.1046 9 26 9H23V5C23 3.89543 22.1046 3 21 3H11C9.89543 3 9 3.89543 9 5V9H6C4.89543 9 4 9.89543 4 11V21C4 22.1046 4.89543 23 6 23H9V28C9 29.1046 9.89543 30 11 30H21C22.1046 30 23 29.1046 23 28V23ZM6 11V21H9V19C8.44772 19 8 18.5523 8 18C8 17.4477 8.44772 17 9 17H23C23.5523 17 24 17.4477 24 18C24 18.5523 23.5523 19 23 19V21H26V11H6ZM21 9V5H11V9H21ZM11 19V28H21V19H11Z",fill:"white"}))}},6563:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.QuizIcon=void 0;var o=n(4522);e.QuizIcon=function(){return(0,o.h)("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,o.h)("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8.49857 2.11499L12.7442 4.2052C12.9162 4.28987 12.9812 4.48721 12.8895 4.64597C12.8594 4.69807 12.8145 4.74163 12.7597 4.77201L8.54484 7.10634C8.20953 7.29205 7.79063 7.29205 7.45532 7.10634L3.2405 4.77202C3.07335 4.67945 3.01915 4.47933 3.11944 4.32505C3.15235 4.27441 3.19956 4.23299 3.256 4.2052L7.50203 2.11498C7.81345 1.96167 8.18715 1.96168 8.49857 2.11499ZM14 6.02878V10.7642C14 11.1075 13.8049 11.4256 13.486 11.6022L9.24043 13.9536C9.07328 14.0461 8.85649 13.9961 8.7562 13.8418C8.72329 13.7912 8.7059 13.7333 8.7059 13.6742V8.93882C8.7059 8.59551 8.90104 8.27738 9.21997 8.10075L13.4655 5.74942C13.6326 5.65685 13.8494 5.70688 13.9497 5.86116C13.9826 5.91179 14 5.96973 14 6.02878ZM6.5145 8.31192L2.50483 6.04476C2.45303 6.01547 2.39375 6 2.33333 6C2.14924 6 2 6.14064 2 6.31412V10.88C2 11.211 2.1843 11.5178 2.4855 11.6881L6.49517 13.9552C6.54697 13.9845 6.60625 14 6.66667 14C6.85076 14 7 13.8594 7 13.6859V9.12C7 8.78898 6.8157 8.48223 6.5145 8.31192Z",fill:"white"}))}},7024:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.Related=void 0;var o=n(4522);e.Related=function(){return(0,o.h)("svg",{width:"32",height:"32",viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,o.h)("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8 7H12C13.1046 7 14 7.89543 14 9V13C14 14.1046 13.1046 15 12 15H8C6.89543 15 6 14.1046 6 13V9C6 7.89543 6.89543 7 8 7ZM8 13H12V9H8V13Z",fill:"white"}),(0,o.h)("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8 18H12C13.1046 18 14 18.8954 14 20V24C14 25.1046 13.1046 26 12 26H8C6.89543 26 6 25.1046 6 24V20C6 18.8954 6.89543 18 8 18ZM8 24H12V20H8V24Z",fill:"white"}),(0,o.h)("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M24 7H20C18.8954 7 18 7.89543 18 9V13C18 14.1046 18.8954 15 20 15H24C25.1046 15 26 14.1046 26 13V9C26 7.89543 25.1046 7 24 7ZM24 13H20V9H24V13Z",fill:"white"}),(0,o.h)("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M20 18H24C25.1046 18 26 18.8954 26 20V24C26 25.1046 25.1046 26 24 26H20C18.8954 26 18 25.1046 18 24V20C18 18.8954 18.8954 18 20 18ZM20 24H24V20H20V24Z",fill:"white"}))}},1223:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.Share=void 0;var o=n(4522);e.Share=function(){return(0,o.h)("svg",{width:"32",height:"32",viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,o.h)("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M22.6667 12.6667C24.5076 12.6667 26 11.1743 26 9.33333C26 7.49238 24.5076 6 22.6667 6C20.8257 6 19.3333 7.49238 19.3333 9.33333C19.3333 9.38882 19.3347 9.44399 19.3374 9.49881L11.9575 13.9443C11.3473 13.1665 10.3987 12.6667 9.33333 12.6667C7.49238 12.6667 6 14.1591 6 16C6 17.8409 7.49238 19.3333 9.33333 19.3333C10.3981 19.3333 11.3462 18.8341 11.9564 18.057L19.3374 22.5013C19.3347 22.5561 19.3333 22.6112 19.3333 22.6667C19.3333 24.5076 20.8257 26 22.6667 26C24.5076 26 26 24.5076 26 22.6667C26 20.8257 24.5076 19.3333 22.6667 19.3333C21.6074 19.3333 20.6636 19.8274 20.053 20.5976L12.864 16.2689L12.8651 15.7324L20.0531 11.4025C20.6637 12.1727 21.6075 12.6667 22.6667 12.6667ZM22.6667 10.6667C21.9303 10.6667 21.3333 10.0697 21.3333 9.33333C21.3333 8.59695 21.9303 8 22.6667 8C23.403 8 24 8.59695 24 9.33333C24 10.0697 23.403 10.6667 22.6667 10.6667ZM9.33333 17.3333C8.59695 17.3333 8 16.7364 8 16C8 15.2636 8.59695 14.6667 9.33333 14.6667C10.0697 14.6667 10.6667 15.2636 10.6667 16C10.6667 16.7364 10.0697 17.3333 9.33333 17.3333ZM21.3333 22.6667C21.3333 23.403 21.9303 24 22.6667 24C23.403 24 24 23.403 24 22.6667C24 21.9303 23.403 21.3333 22.6667 21.3333C21.9303 21.3333 21.3333 21.9303 21.3333 22.6667Z",fill:"white"}))}},2489:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.Switch=void 0;var o=n(4522);e.Switch=function(){return(0,o.h)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,o.h)("path",{d:"M17.6744 9.27934L21.7563 13.3632L21.8282 13.4537L21.887 13.5492L21.9333 13.6489L21.9684 13.7556L21.9824 13.8172L21.9974 13.929L22 14L21.9897 14.1405L21.9824 14.1828L21.9535 14.2949L21.9231 14.3759L21.887 14.4508L21.8281 14.5463L21.7763 14.6137L21.7207 14.6744L17.6744 18.7207C17.3019 19.0931 16.6981 19.0931 16.3256 18.7207C15.9818 18.3769 15.9554 17.8359 16.2463 17.4617L16.3256 17.3719L18.7439 14.9536L12.9537 14.9537C12.4675 14.9537 12.0663 14.5899 12.0074 14.1196L12 14C12 13.5109 12.3682 13.1078 12.8425 13.0527L12.9537 13.0463L18.7426 13.0451L16.3256 10.6281C15.9798 10.2823 15.9551 9.73687 16.2515 9.36252L16.3256 9.27934C16.6981 8.90689 17.3019 8.90689 17.6744 9.27934ZM6.32562 5.27934C6.69807 4.90689 7.30193 4.90689 7.67438 5.27934L7.74849 5.36252C8.04493 5.73687 8.02023 6.28225 7.67438 6.6281L5.2574 9.04508L11.0463 9.04628L11.1575 9.0527C11.6318 9.10779 12 9.5109 12 10L11.9926 10.1196C11.9337 10.5899 11.5325 10.9537 11.0463 10.9537L5.25605 10.9536L7.67438 13.3719L7.75372 13.4617C8.04463 13.8359 8.01818 14.3769 7.67438 14.7207C7.30193 15.0931 6.69807 15.0931 6.32562 14.7207L2.25793 10.6523L2.18664 10.5668L2.12413 10.4708L2.07695 10.3759L2.03697 10.2639L2.01028 10.1405L2 10C2 9.95226 2.00351 9.90534 2.01036 9.85937L2.01758 9.81716L2.04651 9.70514L2.08932 9.59642L2.12415 9.52899L2.18631 9.43351L2.24369 9.36325L6.32562 5.27934Z",fill:"white"}))}},4820:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.Icon=e.IconSize=void 0;var o,r=n(4522),i=n(42),a=n(1861),s=n(3278);!function(t){t.small="small",t.medium="medium",t.large="large"}(o=e.IconSize||(e.IconSize={})),e.Icon=function(t){var e=a.Icons[t.name];return e?(0,r.h)("div",{className:i(s.iconWrapper,s[t.size])},(0,r.h)(e,null)):null},e.Icon.defaultProps={size:o.medium}},573:function(t,e,n){"use strict";var o=this&&this.__createBinding||(Object.create?function(t,e,n,o){void 0===o&&(o=n);var r=Object.getOwnPropertyDescriptor(e,n);r&&!("get"in r?!e.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return e[n]}}),Object.defineProperty(t,o,r)}:function(t,e,n,o){void 0===o&&(o=n),t[o]=e[n]}),r=this&&this.__exportStar||function(t,e){for(var n in t)"default"===n||Object.prototype.hasOwnProperty.call(e,n)||o(e,t,n)};Object.defineProperty(e,"__esModule",{value:!0}),r(n(197),e),r(n(6265),e),r(n(1644),e),r(n(5454),e),r(n(172),e)},2980:function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0})},1644:function(t,e,n){"use strict";var o=this&&this.__createBinding||(Object.create?function(t,e,n,o){void 0===o&&(o=n);var r=Object.getOwnPropertyDescriptor(e,n);r&&!("get"in r?!e.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return e[n]}}),Object.defineProperty(t,o,r)}:function(t,e,n,o){void 0===o&&(o=n),t[o]=e[n]}),r=this&&this.__exportStar||function(t,e){for(var n in t)"default"===n||Object.prototype.hasOwnProperty.call(e,n)||o(e,t,n)};Object.defineProperty(e,"__esModule",{value:!0}),r(n(2980),e)},1365:function(t,e,n){"use strict";var o,r=this&&this.__extends||(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)});Object.defineProperty(e,"__esModule",{value:!0}),e.BannerContainer=void 0;var i=n(4522),a=n(6502),s=n(8482),l=n(334),c=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return r(e,t),e.prototype.render=function(t){var e=this.props.theme,n=e.backgroundColor,o=e.blur;return(0,i.h)("div",{className:a.bannerContainerRoot,"aria-live":"polite"},(0,i.h)("div",{style:"\n background-color:".concat(n,"; \n backdrop-filter: blur(").concat(o,");\n "),className:a.bannerContainer},(0,i.h)("button",{className:a.closeButton,onClick:t.onClose},(0,i.h)(s.CloseSmall,{className:a.small}),(0,i.h)(l.CloseLarge,{className:a.large})),this.props.children))},e}(i.Component);e.BannerContainer=c},334:function(t,e,n){"use strict";var o=this&&this.__assign||function(){return o=Object.assign||function(t){for(var e,n=1,o=arguments.length;n<o;n++)for(var r in e=arguments[n])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},o.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.CloseLarge=void 0;var r=n(4522);e.CloseLarge=function(t){return(0,r.h)("svg",o({width:"32px",height:"32px",viewBox:"0 0 32 32",version:"1.1",xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink"},t),(0,r.h)("g",{id:"Icons/32x32/Menu-Player-Close",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd"},(0,r.h)("path",{d:"M17.4142136,16 L22.363961,20.9497475 C22.7544853,21.3402718 22.7544853,21.9734367 22.363961,22.363961 C21.9734367,22.7544853 21.3402718,22.7544853 20.9497475,22.363961 L16,17.4142136 L11.0502525,22.363961 C10.6597282,22.7544853 10.0265633,22.7544853 9.63603897,22.363961 C9.24551468,21.9734367 9.24551468,21.3402718 9.63603897,20.9497475 L14.5857864,16 L9.63603897,11.0502525 C9.24551468,10.6597282 9.24551468,10.0265633 9.63603897,9.63603897 C10.0265633,9.24551468 10.6597282,9.24551468 11.0502525,9.63603897 L16,14.5857864 L20.9497475,9.63603897 C21.3402718,9.24551468 21.9734367,9.24551468 22.363961,9.63603897 C22.7544853,10.0265633 22.7544853,10.6597282 22.363961,11.0502525 L17.4142136,16 Z",id:"Path",fill:"#FFFFFF"})))}},8482:function(t,e,n){"use strict";var o=this&&this.__assign||function(){return o=Object.assign||function(t){for(var e,n=1,o=arguments.length;n<o;n++)for(var r in e=arguments[n])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},o.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.CloseSmall=void 0;var r=n(4522);e.CloseSmall=function(t){return(0,r.h)("svg",o({xmlns:"http://www.w3.org/2000/svg",width:"10",height:"10",viewBox:"0 0 10 10"},t),(0,r.h)("path",{fill:"#FFF","fill-rule":"evenodd",d:"M5.956 5l3.348-3.348A.674.674 0 0 0 9.3.7a.672.672 0 0 0-.952-.004L5 4.044 1.652.696A.674.674 0 0 0 .7.7a.672.672 0 0 0-.004.952L4.044 5 .696 8.348A.674.674 0 0 0 .7 9.3c.265.266.69.266.952.004L5 5.956l3.348 3.348c.262.262.689.26.952-.004a.672.672 0 0 0 .004-.952L5.956 5z",opacity:".9"}))}},5827:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.BannerContainer=void 0;var o=n(1365);Object.defineProperty(e,"BannerContainer",{enumerable:!0,get:function(){return o.BannerContainer}})},9673:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.BannerManager=e.VisibilityMode=void 0;var o,r=n(7720),i=n(4522),a=n(4570),s=n(5827),l=n(7863),c=n(8853);!function(t){t.VISIBLE="VISIBLE",t.HIDDEN="HIDDEN"}(o=e.VisibilityMode||(e.VisibilityMode={}));var u={theme:{backgroundColor:"rgba(0, 0, 0, .7)",blur:"10px"}},p=function(){function t(t){this.options=t,this._floatingItem=null,this._timerSubscription=void 0,this._options=t,this._bannerConfig=(0,c.getContribConfig)(this._options.kalturaPlayer,"ui.banner",u)}return t.prototype.add=function(t){return this._floatingItem&&this.remove(),this._floatingItem=this._options.floatingManager.add({label:"Banner",mode:r.FloatingUIModes.Immediate,position:r.FloatingPositions.InteractiveArea,renderContent:this._createRenderBanner(t,{onClose:this._handleCloseEvent.bind(this),theme:this._bannerConfig.theme})}),t.autoClose&&this._startDurationTimer(t.duration),this._getState()},t.prototype.remove=function(){this._floatingItem&&(this._timerSubscription&&clearTimeout(this._timerSubscription),this._options.floatingManager.remove(this._floatingItem),this._floatingItem=null)},t.prototype.reset=function(){this.remove()},t.prototype._createRenderBanner=function(t,e){var n=t.content,o=t.renderContent,r=e.onClose,l=e.theme;return function(t){return(0,i.h)(s.BannerContainer,{onClose:r,theme:l},o?o(n,t):(0,i.h)(a.Banner,{content:n}))}},t.prototype._handleCloseEvent=function(){this.remove()},t.prototype._startDurationTimer=function(t){void 0===t&&(t=6e4),this._timerSubscription=setTimeout(this.remove.bind(this),Math.max(5e3,t))},t.prototype._getState=function(){var t=(0,l.getPlayerSize)(this._options.kalturaPlayer);return{visibilityMode:!t||t.width<480?o.HIDDEN:o.VISIBLE}},t}();e.BannerManager=p},6797:function(t,e,n){"use strict";var o,r=this&&this.__extends||(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)});Object.defineProperty(e,"__esModule",{value:!0}),e.Banner=void 0;var i=n(4522),a=n(9480),s=n(5316),l=n(6339),c=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return r(e,t),e.prototype.render=function(t){var e=t.content,n=e.text,o=e.title,r=void 0===o?"Audience asks:":o,s=e.icon,l=void 0===s?this._defaultIcon():s;return(0,i.h)("div",{className:a.defaultBannerRoot+" "+a.bannerWrapper},(0,i.h)("div",{className:a.iconContainer},(0,i.h)("div",{className:a.iconWrapper},l)),(0,i.h)("div",{className:a.bannerBody},(0,i.h)("div",{className:a.title},r),(0,i.h)("div",{className:a.text},n)))},e.prototype._defaultIcon=function(){return(0,i.h)("div",{className:a.iconImage},(0,i.h)(s.SomeoneAsksLarge,{className:a.large}),(0,i.h)(l.SomeoneAsksSmall,{className:a.small}))},e}(i.Component);e.Banner=c},4570:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.Banner=void 0;var o=n(6797);Object.defineProperty(e,"Banner",{enumerable:!0,get:function(){return o.Banner}})},5316:function(t,e,n){"use strict";var o=this&&this.__assign||function(){return o=Object.assign||function(t){for(var e,n=1,o=arguments.length;n<o;n++)for(var r in e=arguments[n])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},o.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.SomeoneAsksLarge=void 0;var r=n(4522);e.SomeoneAsksLarge=function(t){return(0,r.h)("svg",o({width:"32px",height:"32px",viewBox:"0 0 32 32",version:"1.1",xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink"},t),(0,r.h)("g",{id:"Icons/32/Someone-asks",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd"},(0,r.h)("g",{id:"Group",transform:"translate(4.000000, 5.000000)",fill:"#B2D238"},(0,r.h)("ellipse",{id:"Oval",cx:"12",cy:"5.5",rx:"6",ry:"5.5"}),(0,r.h)("path",{d:"M12,13 C7.995,13 0,15.01 0,19 L0,20.5 C0,21.325 0.675,22 1.5,22 L22.5,22 C23.325,22 24,21.325 24,20.5 L24,19 C24,15.01 16.005,13 12,13 Z",id:"Path"}))))}},6339:function(t,e,n){"use strict";var o=this&&this.__assign||function(){return o=Object.assign||function(t){for(var e,n=1,o=arguments.length;n<o;n++)for(var r in e=arguments[n])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},o.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.SomeoneAsksSmall=void 0;var r=n(4522);e.SomeoneAsksSmall=function(t){return(0,r.h)("svg",o({width:"20px",height:"20px",viewBox:"0 0 20 20",version:"1.1",xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink"},t),(0,r.h)("g",{id:"Icons/20/Someone-asks",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd"},(0,r.h)("g",{id:"Group",transform:"translate(2.000000, 2.000000)",fill:"#B2D238"},(0,r.h)("circle",{id:"Oval",cx:"8",cy:"4",r:"4"}),(0,r.h)("path",{d:"M8,9 C5.33,9 0,10.5633333 0,13.6666667 L0,14.8333333 C0,15.475 0.45,16 1,16 L15,16 C15.55,16 16,15.475 16,14.8333333 L16,13.6666667 C16,10.5633333 10.67,9 8,9 Z",id:"Path"}))))}},6908:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.ContribServices=e.getPlayerContribRegistry=void 0;var o=n(8717),r=n(3199),i=n(5753),a=n(8529),s=n(9673);function l(t){return o.PlayerContribRegistry.get(t)}e.getPlayerContribRegistry=l;var c=function(){function t(t,e){var n=this;this._playerContribRegistry=t,this._options=e,this._registered=!1,this._addListeners=function(){var t=n._options.kalturaPlayer;t.addEventListener(t.Event.PLAYER_RESET,n.reset),t.addEventListener(t.Event.PLAYER_DESTROY,n._removeListeners)},this._removeListeners=function(){var t=n._options.kalturaPlayer;t.removeEventListener(t.Event.PLAYER_RESET,n.reset),t.removeEventListener(t.Event.PLAYER_DESTROY,n._removeListeners)},this.register=function(){return n._registered?[]:(n._registered=!0,n._presetManager.registerComponents())},this.reset=function(){n._toastManager.reset(),n._floatingManager.reset(),n._bannerManager.reset()},this.destroy=function(){n._registered=!1};var o=this._options.kalturaPlayer,l=new r.PresetManager({kalturaPlayer:o}),c=new a.FloatingManager({kalturaPlayer:o,presetManager:l}),u=new i.ToastManager({floatingManager:c}),p=new s.BannerManager({kalturaPlayer:o,floatingManager:c});this._toastManager=u,this._floatingManager=c,this._presetManager=l,this._bannerManager=p,this._addListeners()}return t.get=function(e){var n=l(e.kalturaPlayer);return n.register("ContribServices",(function(){return new t(n,e)}))},Object.defineProperty(t.prototype,"presetManager",{get:function(){return this._presetManager},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"floatingManager",{get:function(){return this._floatingManager},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"toastManager",{get:function(){return this._toastManager},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"bannerManager",{get:function(){return this._bannerManager},enumerable:!1,configurable:!0}),t}();e.ContribServices=c},8853:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.getContribConfig=void 0;var o=n(5816);e.getContribConfig=function(t,e,n,r){return o.KalturaPlayerUtils.getPlayerConfig(t,"contrib.".concat(e),n,r)}},5092:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var o=n(4522);e.default=function(t,e,n){return(0,o.h)("a",{href:t,key:n,target:"_blank",rel:"noopener noreferrer"},e)}},8842:function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.EventsManager=void 0;var n=function(){function t(){this._eventListeners={},this._wildcardEventListeners=[]}return t.prototype.on=function(t,e){"*"!==t?(this._eventListeners[t]||(this._eventListeners[t]=[])).push(e):this._wildcardEventListeners.push(e)},t.prototype.off=function(t,e){if("*"!==t){var n=this._eventListeners[t];n&&n.splice(n.indexOf(e)>>>0,1)}else this._wildcardEventListeners.splice(this._wildcardEventListeners.indexOf(e)>>>0,1)},t.prototype.emit=function(t){(this._eventListeners[t.type]||[]).slice().map((function(e){e(t)})),this._wildcardEventListeners.slice().map((function(e){e(t)}))},t}();e.EventsManager=n},7720:function(t,e){"use strict";var n,o;Object.defineProperty(e,"__esModule",{value:!0}),e.FloatingPositions=e.FloatingUIModes=void 0,(o=e.FloatingUIModes||(e.FloatingUIModes={})).MediaLoaded="MediaLoaded",o.OnDemand="OnDemand",o.Immediate="Immediate",o.FirstPlay="FirstPlay",(n=e.FloatingPositions||(e.FloatingPositions={})).VideoArea="VideoArea",n.PresetArea="PresetArea",n.InteractiveArea="InteractiveArea"},5921:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.FloatingItem=void 0;var o=n(4522),r=n(7720),i=n(9017),a=function(){function t(t){var e=this;this._destroyed=!1,this._isShown=!1,this._componentRef=null,this.remove=function(){e._isShown=!1,e._componentRef&&e._componentRef.update()},this.add=function(){e._isShown=!0,e._componentRef&&e._componentRef.update()},this._handleMediaLoaded=function(){var t=e._options.kalturaPlayer;t.removeEventListener(t.Event.MEDIA_LOADED,e._handleMediaLoaded),e.add()},this._handleFirstPlay=function(){var t=e._options.kalturaPlayer;t.removeEventListener(t.Event.FIRST_PLAY,e._handleFirstPlay),e.add()},this._options=t,this._addPlayerBindings()}return Object.defineProperty(t.prototype,"data",{get:function(){return this._options.data},enumerable:!1,configurable:!0}),t.prototype.update=function(){this._componentRef&&this._componentRef.update()},t.prototype.destroy=function(){this._destroyed=!0,this.remove()},t.prototype.renderFloatingChild=function(t){var e=this,n=this._options.data.label;return(0,o.h)(i.ManagedComponent,{label:n,renderChildren:function(){return e._options.data.renderContent(t)},isShown:function(){return e._isShown},ref:function(t){return e._componentRef=t}})},t.prototype._addPlayerBindings=function(){var t=this._options,e=t.kalturaPlayer,n=t.data;n.mode===r.FloatingUIModes.MediaLoaded&&e.addEventListener(e.Event.MEDIA_LOADED,this._handleMediaLoaded),n.mode===r.FloatingUIModes.FirstPlay&&e.addEventListener(e.Event.FIRST_PLAY,this._handleFirstPlay),n.mode===r.FloatingUIModes.Immediate&&this.add()},t}();e.FloatingItem=a},8529:function(t,e,n){"use strict";var o=this&&this.__assign||function(){return o=Object.assign||function(t){for(var e,n=1,o=arguments.length;n<o;n++)for(var r in e=arguments[n])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},o.apply(this,arguments)},r=this&&this.__spreadArray||function(t,e,n){if(n||2===arguments.length)for(var o,r=0,i=e.length;r<i;r++)!o&&r in e||(o||(o=Array.prototype.slice.call(e,0,r)),o[r]=e[r]);return t.concat(o||Array.prototype.slice.call(e))};Object.defineProperty(e,"__esModule",{value:!0}),e.FloatingManager=void 0;var i=n(5921),a=n(7720),s=n(3199),l=n(4522),c=n(7863),u=n(9017),p=n(7417),_=n(8853),d={presetAreasMapping:{Playback:{VideoArea:"VideoArea",PresetArea:"PresetArea",InteractiveArea:"InteractiveArea"},Live:{VideoArea:"VideoArea",PresetArea:"PresetArea",InteractiveArea:"InteractiveArea"}}},h=["VideoArea","PresetArea","InteractiveArea"],f=function(){function t(t){var e,n,o=this;this._options=t,this._items=((e={})[a.FloatingPositions.VideoArea]=[],e[a.FloatingPositions.InteractiveArea]=[],e[a.FloatingPositions.PresetArea]=[],e),this._componentRef=((n={})[a.FloatingPositions.InteractiveArea]=null,n[a.FloatingPositions.VideoArea]=null,n[a.FloatingPositions.PresetArea]=null,n),this._cache={canvas:{playerSize:{width:0,height:0},videoSize:{width:0,height:0}}},this._renderItems=function(t){var e=o._getRendererProps({});return o._items[t].map((function(t){return t.renderFloatingChild(e)}))},this._renderChild=function(t){return(0,l.h)(u.ManagedComponent,{label:"floating-manager",renderChildren:function(){return o._renderItems(t)},isShown:function(){return!0},ref:function(e){return o._componentRef[t]=e}})},this._floatingConfig=(0,_.getContribConfig)(this._options.kalturaPlayer,"ui.floating",d,{explicitMerge:["presetAreasMapping"]});var r=p.PresetsUtils.groupPresetAreasByType({presetAreasMapping:this._floatingConfig.presetAreasMapping,acceptableTypes:h});Object.keys(r).forEach((function(t){o._options.presetManager.add({label:"floating-manager",presetAreas:r[t],renderChild:function(){return o._renderChild(a.FloatingPositions[t])}})})),this._addPlayerBindings(),this._updateCachedCanvas()}return t.prototype.add=function(t){var e=this._options.presetManager,n=o(o({presetManager:e},this._options),{data:t}),r=new i.FloatingItem(n);return this._items[t.position].push(r),r},t.prototype.remove=function(t){var e=this._items[t.data.position],n=e.indexOf(t);n>-1?(e[n].destroy(),e.splice(n,1)):console.warn("couldn't remove ".concat(t," since it wasn't found"))},t.prototype.reset=function(){r(r(r([],this._items.VideoArea,!0),this._items.InteractiveArea,!0),this._items.PresetArea,!0).forEach((function(t){try{t.destroy()}catch(t){console.warn(t)}})),this._items.VideoArea=[],this._items.PresetArea=[],this._items.InteractiveArea=[]},t.prototype._getRendererProps=function(t){var e=this._options.kalturaPlayer;return{currentTime:void 0!==t.currentTime?t.currentTime:1e3*e.currentTime,canvas:this._cache.canvas}},t.prototype._updateCachedCanvas=function(){this._cache.canvas={playerSize:(0,c.getPlayerSize)(this._options.kalturaPlayer),videoSize:(0,c.getVideoSize)(this._options.kalturaPlayer)}},t.prototype._updateComponents=function(){this._componentRef.InteractiveArea&&this._componentRef.InteractiveArea.update(),this._componentRef.PresetArea&&this._componentRef.PresetArea.update(),this._componentRef.VideoArea&&this._componentRef.VideoArea.update()},t.prototype._addPlayerBindings=function(){var t=this,e=this._options.kalturaPlayer;e.addEventListener(e.Event.TIME_UPDATE,(function(){t._updateComponents()})),e.addEventListener(e.Event.MEDIA_LOADED,(function(){t._updateCachedCanvas(),t._updateComponents()})),e.addEventListener(e.Event.LOADED_DATA,(function(){t._updateCachedCanvas(),t._updateComponents()})),this._options.presetManager.on(s.PresetManagerEventTypes.VideoResizeEvent,(function(){t._updateCachedCanvas(),t._updateComponents()})),this._options.presetManager.on(s.PresetManagerEventTypes.PresetResizeEvent,(function(){t._updateCachedCanvas(),t._updateComponents()}))},t}();e.FloatingManager=f},197:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.LinkifyString=e.VisibilityMode=e.BannerManager=e.FloatingUIModes=e.FloatingPositions=e.FloatingItem=e.ToastSeverity=e.ContribServices=void 0;var o=n(6908);Object.defineProperty(e,"ContribServices",{enumerable:!0,get:function(){return o.ContribServices}});var r=n(5753);Object.defineProperty(e,"ToastSeverity",{enumerable:!0,get:function(){return r.ToastSeverity}});var i=n(5921);Object.defineProperty(e,"FloatingItem",{enumerable:!0,get:function(){return i.FloatingItem}});var a=n(7720);Object.defineProperty(e,"FloatingPositions",{enumerable:!0,get:function(){return a.FloatingPositions}}),Object.defineProperty(e,"FloatingUIModes",{enumerable:!0,get:function(){return a.FloatingUIModes}});var s=n(9673);Object.defineProperty(e,"BannerManager",{enumerable:!0,get:function(){return s.BannerManager}}),Object.defineProperty(e,"VisibilityMode",{enumerable:!0,get:function(){return s.VisibilityMode}});var l=n(8849);Object.defineProperty(e,"LinkifyString",{enumerable:!0,get:function(){return l.LinkifyString}})},5161:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.InjectedComponent=void 0;var o=n(413);Object.defineProperty(e,"InjectedComponent",{enumerable:!0,get:function(){return o.InjectedComponent}})},413:function(t,e,n){"use strict";var o,r=this&&this.__extends||(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)});Object.defineProperty(e,"__esModule",{value:!0}),e.InjectedComponent=void 0;var i=n(4522),a=n(4367),s=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e._root=null,e}return r(e,t),e.prototype.shouldComponentUpdate=function(){return!1},e.prototype.componentDidMount=function(){var t=this.props,e=t.onCreate;if(t.label,e){var n=this._root;n&&e({parent:n})}},e.prototype.componentWillUnmount=function(){var t=this.props,e=t.onDestroy,n=(t.label,this._root);n&&e&&e({parent:n})},e.prototype.render=function(){var t=this,e=this.props,n=e.label,o=e.fillContainer?a.fillContainer:"";return(0,i.h)("div",{"data-contrib-injected":n,className:o,ref:function(e){return t._root=e}})},e}(i.Component);e.InjectedComponent=s},5816:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.KalturaPlayerUtils=void 0;var o=n(9442),r=function(){function t(){}return t.getPlayerConfig=function(t,e,n,r){var i=o.ObjectUtils.get(t.config,e,{});return o.ObjectUtils.mergeDefaults(i,n,r)},t}();e.KalturaPlayerUtils=r},8849:function(t,e,n){"use strict";var o,r=this&&this.__extends||(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)});Object.defineProperty(e,"__esModule",{value:!0}),e.LinkifyString=void 0;var i=n(4522),a=n(3708),s=n(5092),l=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e._linkify=new a,e}return r(e,t),e.prototype._parseString=function(t){var e=this;if(0===(t||"").trim().length)return"";var n=this._linkify.match(t);if(!n)return t;var o=[],r=0;return n.forEach((function(n,i){n.index>r&&o.push(t.substring(r,n.index));var a=n.url,s=n.text,l=e.props.componentRenderer(a,s,i);o.push(l),r=n.lastIndex})),t.length>r&&o.push(t.substring(r)),1===o.length?o[0]:o},e.prototype.render=function(){return(0,i.h)("span",null,this._parseString(this.props.text))},e.defaultProps={componentRenderer:s.default},e}(i.Component);e.LinkifyString=l},9017:function(t,e,n){"use strict";var o=this&&this.__createBinding||(Object.create?function(t,e,n,o){void 0===o&&(o=n);var r=Object.getOwnPropertyDescriptor(e,n);r&&!("get"in r?!e.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return e[n]}}),Object.defineProperty(t,o,r)}:function(t,e,n,o){void 0===o&&(o=n),t[o]=e[n]}),r=this&&this.__exportStar||function(t,e){for(var n in t)"default"===n||Object.prototype.hasOwnProperty.call(e,n)||o(e,t,n)};Object.defineProperty(e,"__esModule",{value:!0}),r(n(3692),e)},3692:function(t,e,n){"use strict";var o,r=this&&this.__extends||(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),i=this&&this.__decorate||function(t,e,n,o){var r,i=arguments.length,a=i<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,e,n,o);else for(var s=t.length-1;s>=0;s--)(r=t[s])&&(a=(i<3?r(a):i>3?r(e,n,a):r(e,n))||a);return i>3&&a&&Object.defineProperty(e,n,a),a};Object.defineProperty(e,"__esModule",{value:!0}),e.ManagedComponent=void 0;var a=n(4522),s=n(4022),l=KalturaPlayer.ui.redux.connect,c=function(t){return{playerSize:t.shell.playerSize}},u=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return r(e,t),e.prototype.update=function(){this.setState((function(t){return{toggler:!t.toggler}}))},e.prototype.shouldComponentUpdate=function(t){var e=this.props,n=e.updateOnPlayerSizeChanged,o=e.playerSize;return n&&t.playerSize!==o||t.playerSize===o},e.prototype.componentDidMount=function(){this.setState({toggler:!1})},e.prototype.render=function(){var t=this.props,e=t.fillContainer,n=t.isShown,o=t.playerSize;return n()?(0,a.h)("div",{"data-contrib-item":this.props.label,className:"".concat(e?s.fillContainer:"")},this.props.renderChildren(o)):null},e.defaultProps={fillContainer:!1},i([l(c,null,null,{forwardRef:!0})],e)}(a.Component);e.ManagedComponent=u},9442:function(t,e){"use strict";var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,n=1,o=arguments.length;n<o;n++)for(var r in e=arguments[n])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ObjectUtils=void 0;var o=function(){function t(){}return t.copyDeep=function(e){var n;return Array.isArray(e)?(n=e.length>0?e.slice(0):[]).forEach((function(e,o){("object"==typeof e&&e!=={}||Array.isArray(e)&&e.length>0)&&(n[o]=t.copyDeep(e))})):"object"==typeof e?(n=Object.assign({},e),Object.keys(n).forEach((function(e){("object"==typeof n[e]&&n[e]!=={}||Array.isArray(n[e])&&n[e].length>0)&&(n[e]=t.copyDeep(n[e]))}))):n=e,n},t.isObject=function(t){return t&&"object"==typeof t&&!Array.isArray(t)},t.mergeDeep=function(e,n,o){var r,i;if(!n.length)return e;var a=(o?o.explicitMerge:null)||[],s=n.shift();if(t.isObject(e)&&t.isObject(s))for(var l in s)t.isObject(s[l])?(e[l]||Object.assign(e,((r={})[l]={},r)),-1!==a.indexOf(l)?e[l]=t.explicitFlatMerge(e[l],s[l]):t.mergeDeep(e[l],[s[l]],o)):Object.assign(e,((i={})[l]=s[l],i));return t.mergeDeep(e,n,o)},t.mergeDefaults=function(e,n,o){return t.mergeDeep({},[n,e],o)},t.explicitFlatMerge=function(t,e){var o=n({},t);return Object.keys(e).forEach((function(t){null===e[t]||0===Object.keys(e[t]).length?delete o[t]:o[t]=e[t]})),o},t.get=function(t,e,n){for(var o=function(t){var e=[];return t.split(".").forEach((function(t){t.split(/\[([^}]+)\]/g).forEach((function(t){t.length>0&&e.push(t)}))})),e}(e),r=t,i=0;i<o.length;i++){if(!r[o[i]])return n;r=r[o[i]]}return r},t}();e.ObjectUtils=o},8717:function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.PlayerContribRegistry=void 0;var n=function(){function t(){this._cache={}}return t.get=function(e){return e.__contrib__=e.__contrib__||{},e.__contrib__.services=e.__contrib__.services||new t,e.__contrib__.services},t.prototype.get=function(t){var e=this._cache[t];if(!e)throw new Error("cannot find resource with token ".concat(t));return e},t.prototype.register=function(t,e){var n=this._cache[t];return n||(n=this._cache[t]={instance:e()}),n.instance},t}();e.PlayerContribRegistry=n},7863:function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.getVideoSize=e.getPlayerSize=void 0,e.getPlayerSize=function(t){return t?t.dimensions:{width:0,height:0}},e.getVideoSize=function(t){if(!t)return{width:0,height:0};var e=t.getActiveTracks().video;return e&&void 0!==e.width&&void 0!==e.height?{width:e.width,height:e.height}:t.getVideoElement()?{width:t.getVideoElement().videoWidth,height:t.getVideoElement().videoHeight}:{width:0,height:0}}},6109:function(t,e){"use strict";var n,o,r;Object.defineProperty(e,"__esModule",{value:!0}),e.RelativeToTypes=e.ReservedPresetAreas=e.ReservedPresetNames=void 0,(r=e.ReservedPresetNames||(e.ReservedPresetNames={})).Playback="Playback",r.Live="Live",(o=e.ReservedPresetAreas||(e.ReservedPresetAreas={})).PresetFloating="PresetFloating",o.BottomBarLeftControls="BottomBarLeftControls",o.BottomBarRightControls="BottomBarRightControls",o.TopBarLeftControls="TopBarLeftControls",o.TopBarRightControls="TopBarRightControls",o.SidePanelTop="SidePanelTop",o.SidePanelLeft="SidePanelLeft",o.SidePanelRight="SidePanelRight",o.SidePanelBottom="SidePanelBottom",o.PresetArea="PresetArea",o.InteractiveArea="InteractiveArea",o.PlayerArea="PlayerArea",o.VideoArea="VideoArea",(n=e.RelativeToTypes||(e.RelativeToTypes={})).Before="Before",n.After="After",n.Replace="Replace"},6513:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.PresetItem=void 0;var o=n(4522),r=n(6109),i=n(5161),a=function(){function t(t){var e=this;this._render=function(){if(e._options.data.isolateComponent){var t=e._options.data,n=t.label,r=t.fillContainer;return(0,o.h)(i.InjectedComponent,{label:n,fillContainer:r||!1,onCreate:e._onCreate,onDestroy:e._onDestroy})}return e._options.data.renderChild()},this._onDestroy=function(t){t.parent&&(0,o.render)(null,t.parent)},this._onCreate=function(t){try{if(!t.parent)return;var n=e._options.data.renderChild();if(!n)return;(0,o.render)(n,t.parent)}catch(t){}},this._options=t}return Object.defineProperty(t.prototype,"playerConfig",{get:function(){var t=[];for(var e in this._options.data.presetAreas){var n=this._options.data.presetAreas[e],o=this._options.data.relativeTo;if(n){var i={label:this._options.data.label,presets:[e],container:n,get:this._render};if(o)switch(o.type){case r.RelativeToTypes.After:i.afterComponent=o.name;break;case r.RelativeToTypes.Before:i.beforeComponent=o.name;break;case r.RelativeToTypes.Replace:i.replaceComponent=o.name}t.push(i)}}return t},enumerable:!1,configurable:!0}),t}();e.PresetItem=a},3199:function(t,e,n){"use strict";var o=this&&this.__spreadArray||function(t,e,n){if(n||2===arguments.length)for(var o,r=0,i=e.length;r<i;r++)!o&&r in e||(o||(o=Array.prototype.slice.call(e,0,r)),o[r]=e[r]);return t.concat(o||Array.prototype.slice.call(e))};Object.defineProperty(e,"__esModule",{value:!0}),e.PresetManager=e.PresetManagerEventTypes=void 0;var r,i=n(4522),a=n(6513),s=n(8842),l=n(6227),c=n(7417),u=n(8853);!function(t){t.PresetResizeEvent="PresetResizeEvent",t.VideoResizeEvent="VideoResizeEvent"}(r=e.PresetManagerEventTypes||(e.PresetManagerEventTypes={}));var p=["PlayerArea"],_={presetAreasMapping:{Playback:{PlayerArea:"PlayerArea"},Live:{PlayerArea:"PlayerArea"}}},d=function(){function t(t){var e=this;this._events=new s.EventsManager,this._isLocked=!1,this._items=[],this._pendingItems=[],this._registerToPlayer=function(t){t.addEventListener(KalturaPlayer.ui.EventType.UI_PRESET_RESIZE,e._notifyUIPresetResize),t.addEventListener(KalturaPlayer.ui.EventType.VIDEO_RESIZE,e._notifyVideoResize)},this._notifyVideoResize=function(){e._events.emit({type:r.VideoResizeEvent})},this._notifyUIPresetResize=function(){e._events.emit({type:r.PresetResizeEvent})},this._unregisterToPlayer=function(t){t.removeEventListener(KalturaPlayer.ui.EventType.UI_PRESET_RESIZE,e._notifyUIPresetResize),t.removeEventListener(KalturaPlayer.ui.EventType.VIDEO_RESIZE,e._notifyVideoResize)},this.on=this._events.on.bind(this._events),this.off=this._events.off.bind(this._events),this._options=t,this._presetConfig=(0,u.getContribConfig)(this._options.kalturaPlayer,"ui.preset",_,{explicitMerge:["presetAreasMapping"]});var n=c.PresetsUtils.groupPresetAreasByType({presetAreasMapping:this._presetConfig.presetAreasMapping,acceptableTypes:p});this.add({label:"preset-manager",presetAreas:n.PlayerArea,renderChild:function(){return(0,i.h)(l.UIPlayerAdapter,{onMount:e._registerToPlayer,onUnmount:e._unregisterToPlayer})}})}return t.prototype.add=function(t){if(this._isLocked)return console.warn("cannot add new preset items once player completed its' setup phase"),null;var e=new a.PresetItem({kalturaPlayer:this._options.kalturaPlayer,data:t});this._pendingItems.push(e)},t.prototype.lockManager=function(){this._isLocked=!0},t.prototype.registerComponents=function(){var t=[];return this._pendingItems.forEach((function(e){t=o(o([],t,!0),e.playerConfig,!0)})),this._items=o(o([],this._items,!0),this._pendingItems,!0),this._pendingItems=[],t.filter(Boolean)},t}();e.PresetManager=d},7417:function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.PresetsUtils=void 0;var n=function(){function t(){}return t.groupPresetAreasByType=function(t){var e=t.presetAreasMapping,n=t.acceptableTypes,o={};return n.forEach((function(t){return o[t]={}})),Object.keys(e).forEach((function(t){Object.keys(e[t]).forEach((function(r){-1===n.indexOf(r)||(o[r][t]=e[t][r])}))})),o},t}();e.PresetsUtils=n},5753:function(t,e,n){"use strict";var o=this&&this.__assign||function(){return o=Object.assign||function(t){for(var e,n=1,o=arguments.length;n<o;n++)for(var r in e=arguments[n])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},o.apply(this,arguments)},r=this&&this.__rest||function(t,e){var n={};for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&e.indexOf(o)<0&&(n[o]=t[o]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(t);r<o.length;r++)e.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(t,o[r])&&(n[o[r]]=t[o[r]])}return n};Object.defineProperty(e,"__esModule",{value:!0}),e.ToastManager=e.ToastSeverity=void 0;var i,a=n(4144),s=n(7720),l=n(4617),c=n(4522);(i=e.ToastSeverity||(e.ToastSeverity={})).Info="Info",i.Success="Success",i.Warn="Warn",i.Error="Error";var u=function(){function t(t){var e=this;this.options=t,this._toasts=[],this._floatingItem=null,this._remove=function(t){var n=e._findToastIndexById(t);-1!==n&&(clearTimeout(e._toasts[n].timerSubscription),e._toasts.splice(n,1),e._updateToastsUI(),0===e._toasts.length&&e._removeToastsContainer())},this._options=t}return t.prototype.add=function(t){var e=t.duration,n=r(t,["duration"]);this._floatingItem||this._addToastsContainer();var i={toastProps:o(o({},n),{id:a.UUID.uuidV1(),onClose:this._remove}),duration:e,timerSubscription:null};this._toasts.push(i),this._updateToastsUI(),this._startDurationTimer(i)},t.prototype.reset=function(){var t=this;this._toasts.forEach((function(e){t._remove(e.toastProps.id)}))},t.prototype._startDurationTimer=function(t){var e=this;t.timerSubscription=setTimeout((function(){e._remove(t.toastProps.id)}),t.duration)},t.prototype._addToastsContainer=function(){var t=this;this._floatingItem=this._options.floatingManager.add({label:"Toasts",mode:s.FloatingUIModes.Immediate,position:s.FloatingPositions.InteractiveArea,renderContent:function(){return(0,c.h)(l.ToastsContainer,{toasts:t._toasts.map((function(t){return t.toastProps}))})}})},t.prototype._removeToastsContainer=function(){this._floatingItem&&(this._options.floatingManager.remove(this._floatingItem),this._floatingItem=null)},t.prototype._updateToastsUI=function(){this._floatingItem&&this._floatingItem.update()},t.prototype._findToastIndexById=function(t){for(var e=0;e<this._toasts.length;){if(this._toasts[e].toastProps.id===t)return e;e++}return-1},t}();e.ToastManager=u},1569:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.CloseIcon=void 0;var o=n(4522);e.CloseIcon=function(){return(0,o.h)("svg",{width:"16px",height:"16px",viewBox:"0 0 16 16",version:"1.1",xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink"},(0,o.h)("g",{id:"Icons/16/Close",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd"},(0,o.h)("path",{d:"M8.8497789,8 L11.824005,10.9742261 C12.058665,11.2088861 12.058665,11.5893451 11.824005,11.824005 C11.5893451,12.058665 11.2088861,12.058665 10.9742261,11.824005 L8,8.8497789 L5.02577387,11.824005 C4.7911139,12.058665 4.41065493,12.058665 4.17599497,11.824005 C3.94133501,11.5893451 3.94133501,11.2088861 4.17599497,10.9742261 L7.1502211,8 L4.17599497,5.02577387 C3.94133501,4.7911139 3.94133501,4.41065493 4.17599497,4.17599497 C4.41065493,3.94133501 4.7911139,3.94133501 5.02577387,4.17599497 L8,7.1502211 L10.9742261,4.17599497 C11.2088861,3.94133501 11.5893451,3.94133501 11.824005,4.17599497 C12.058665,4.41065493 12.058665,4.7911139 11.824005,5.02577387 L8.8497789,8 Z",id:"Path",fill:"#cccccc"})))}},3810:function(t,e,n){"use strict";var o,r=this&&this.__extends||(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)});Object.defineProperty(e,"__esModule",{value:!0}),e.Toast=void 0;var i=n(4522),a=n(181),s=n(5753),l=n(1569),c=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.state={isShown:!0},e._onClick=function(t){e.props.onClick(),e._onClose(t)},e._onClose=function(t){t.stopPropagation(),e.setState({isShown:!1}),e.props.onClose(e.props.id)},e}return r(e,t),e.prototype._getToastSeverityClass=function(){switch(this.props.severity){case s.ToastSeverity.Success:return a.successToast;case s.ToastSeverity.Warn:return a.warnToast;case s.ToastSeverity.Error:return a.errorToast;default:return a.infoToast}},e.prototype.render=function(){var t=this.props,e=t.text,n=t.title,o=t.icon;return(0,i.h)("div",{className:a.toastWrapper+" "+this._getToastSeverityClass(),onClick:this._onClick},(0,i.h)("button",{className:a.closeButton,onClick:this._onClose},(0,i.h)(l.CloseIcon,null)),(0,i.h)("div",{className:a.title},n),(0,i.h)("div",{className:a.toastBody},(0,i.h)("div",{className:a.iconContainer},(0,i.h)("div",{className:a.iconWrapper},o)),(0,i.h)("div",{className:a.text},e)))},e}(i.Component);e.Toast=c},4617:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.ToastsContainer=void 0;var o=n(7371);Object.defineProperty(e,"ToastsContainer",{enumerable:!0,get:function(){return o.ToastsContainer}})},7371:function(t,e,n){"use strict";var o,r=this&&this.__extends||(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),i=this&&this.__assign||function(){return i=Object.assign||function(t){for(var e,n=1,o=arguments.length;n<o;n++)for(var r in e=arguments[n])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},i.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ToastsContainer=void 0;var a=n(4522),s=n(3810),l=n(5579),c=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return r(e,t),e.prototype.render=function(){return(0,a.h)("div",{className:l.toastsContainer,"aria-live":"polite"},this.props.toasts.map((function(t){return(0,a.h)("div",{className:l.toastRow,key:t.id},(0,a.h)(s.Toast,i({},t)))})))},e}(a.Component);e.ToastsContainer=c},6227:function(t,e,n){"use strict";var o=this&&this.__createBinding||(Object.create?function(t,e,n,o){void 0===o&&(o=n);var r=Object.getOwnPropertyDescriptor(e,n);r&&!("get"in r?!e.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return e[n]}}),Object.defineProperty(t,o,r)}:function(t,e,n,o){void 0===o&&(o=n),t[o]=e[n]}),r=this&&this.__exportStar||function(t,e){for(var n in t)"default"===n||Object.prototype.hasOwnProperty.call(e,n)||o(e,t,n)};Object.defineProperty(e,"__esModule",{value:!0}),r(n(9873),e)},9873:function(t,e,n){"use strict";var o,r=this&&this.__extends||(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),i=this&&this.__decorate||function(t,e,n,o){var r,i=arguments.length,a=i<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,e,n,o);else for(var s=t.length-1;s>=0;s--)(r=t[s])&&(a=(i<3?r(a):i>3?r(e,n,a):r(e,n))||a);return i>3&&a&&Object.defineProperty(e,n,a),a};Object.defineProperty(e,"__esModule",{value:!0}),e.UIPlayerAdapter=void 0;var a=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return r(e,t),e.prototype.componentDidMount=function(){this.props.onMount(this.props.player)},e.prototype.componentWillUnmount=function(){this.props.onUnmount(this.props.player)},e.prototype.render=function(t){return null},e.defaultProps={player:null},i([KalturaPlayer.ui.components.withPlayer],e)}(n(4522).Component);e.UIPlayerAdapter=a},4144:function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.UUID=void 0;var n=function(){function t(){}return t.uuidV1=function(){return"".concat(Date.now(),"-").concat(Math.random())},t}();e.UUID=n},1123:function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.EventsManager=void 0;var n=function(){function t(){this._eventListeners={},this._wildcardEventListeners=[]}return t.prototype.on=function(t,e){"*"!==t?(this._eventListeners[t]||(this._eventListeners[t]=[])).push(e):this._wildcardEventListeners.push(e)},t.prototype.off=function(t,e){if("*"!==t){var n=this._eventListeners[t];n&&n.splice(n.indexOf(e)>>>0,1)}else this._wildcardEventListeners.splice(this._wildcardEventListeners.indexOf(e)>>>0,1)},t.prototype.emit=function(t){(this._eventListeners[t.type]||[]).slice().map((function(e){e(t)})),this._wildcardEventListeners.slice().map((function(e){e(t)}))},t}();e.EventsManager=n},6265:function(t,e,n){"use strict";var o=this&&this.__createBinding||(Object.create?function(t,e,n,o){void 0===o&&(o=n);var r=Object.getOwnPropertyDescriptor(e,n);r&&!("get"in r?!e.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return e[n]}}),Object.defineProperty(t,o,r)}:function(t,e,n,o){void 0===o&&(o=n),t[o]=e[n]}),r=this&&this.__exportStar||function(t,e){for(var n in t)"default"===n||Object.prototype.hasOwnProperty.call(e,n)||o(e,t,n)};Object.defineProperty(e,"__esModule",{value:!0}),r(n(1123),e),r(n(4300),e)},4300:function(t,e){"use strict";function n(){return"undefined"==typeof Storage?o():((t=localStorage.getItem("anonymousUserId"))||(t=o(),localStorage.setItem("anonymousUserId",t)),t);var t}function o(){return"##".concat("Guest").concat("HashSeparator").concat(function(){for(var t=(0,e.generateId)(),n="",o=0;o<t.length;o++){var r=t.charAt(o);n+=Number.isNaN(+r)?r.charCodeAt(0):r}return n}(),"##")}Object.defineProperty(e,"__esModule",{value:!0}),e.debounce=e.getQnaUserId=e.getUserId=e.generateId=void 0,e.generateId=function(){return(new Date).getTime().toString(36)+Math.random().toString(36).slice(2)},e.getUserId=n,e.getQnaUserId=function(t){var e,o,r,i,a=t,s=a.config,l=a.plugins,c=(null==s?void 0:s.session)||{},u=(null===(o=null===(e=null==l?void 0:l.qna)||void 0===e?void 0:e.config)||void 0===o?void 0:o.userRole)||c.userRole;return u&&"anonymousRole"!==u?(null===(i=null===(r=null==l?void 0:l.qna)||void 0===r?void 0:r.config)||void 0===i?void 0:i.userId)||c.userId:n()},e.debounce=function(t,e,n){var o;return void 0===e&&(e=50),void 0===n&&(n={isImmediate:!1}),function(){for(var r=this,i=[],a=0;a<arguments.length;a++)i[a]=arguments[a];var s=function(){o=void 0,n.isImmediate||t.apply(r,i)},l=n.isImmediate&&void 0===o;void 0!==o&&clearTimeout(o),o=setTimeout(s,e),l&&t.apply(this,i)}}},42:function(t,e){var n;!function(){"use strict";var o={}.hasOwnProperty;function r(){for(var t=[],e=0;e<arguments.length;e++){var n=arguments[e];if(n){var i=typeof n;if("string"===i||"number"===i)t.push(n);else if(Array.isArray(n)){if(n.length){var a=r.apply(null,n);a&&t.push(a)}}else if("object"===i){if(n.toString!==Object.prototype.toString&&!n.toString.toString().includes("[native code]")){t.push(n.toString());continue}for(var s in n)o.call(n,s)&&n[s]&&t.push(s)}}}return t.join(" ")}t.exports?(r.default=r,t.exports=r):void 0===(n=function(){return r}.apply(e,[]))||(t.exports=n)}()},6298:function(t,e,n){"use strict";n.r(e);var o=n(559),r=n.n(o),i=n(3476),a=n.n(i)()(r());a.push([t.id,".Button__button___NM3Vl{display:flex;justify-content:center;align-items:center;flex-wrap:nowrap;font-weight:700;border:1px solid rgba(0,0,0,0);border-radius:4px;cursor:pointer}.Button__button___NM3Vl.Button__primary___vkWyL{background-color:var(--playkit-primary-color);color:var(--playkit-primary-text-contrast-color)}.Button__button___NM3Vl.Button__primary___vkWyL:not(.Button__disabled___j4KjS):hover{background-color:var(--playkit-primary-darker-color)}.Button__button___NM3Vl.Button__primary___vkWyL:not(.Button__disabled___j4KjS):focus{background-color:var(--playkit-primary-brighter-color)}.Button__button___NM3Vl.Button__danger___lCKPq{background-color:var(--playkit-danger-color);color:var(--playkit-danger-text-contrast-color)}.Button__button___NM3Vl.Button__danger___lCKPq:not(.Button__disabled___j4KjS):hover{background-color:var(--playkit-danger-darker-color)}.Button__button___NM3Vl.Button__danger___lCKPq:not(.Button__disabled___j4KjS):focus{background-color:var(--playkit-danger-brighter-color)}.Button__button___NM3Vl.Button__translucent___nSc5h{background-color:rgba(0,0,0,.6);color:var(--playkit-primary-text-contrast-color)}.Button__button___NM3Vl.Button__borderless___sov7o{background-color:rgba(0,0,0,0);color:var(--playkit-tone-1-color)}.Button__button___NM3Vl.Button__borderless___sov7o:not(.Button__disabled___j4KjS):hover{background-color:var(--playkit-tone-4-color)}.Button__button___NM3Vl.Button__borderless___sov7o:not(.Button__disabled___j4KjS):focus{background-color:var(--playkit-tone-6-color)}.Button__button___NM3Vl.Button__small____SSTu{height:24px;font-size:13px;line-height:16px;padding:0 4px}.Button__button___NM3Vl.Button__small____SSTu.Button__withIcon___c3vxV{padding-right:8px}.Button__button___NM3Vl.Button__small____SSTu.Button__withIcon___c3vxV>span{margin-left:2px}.Button__button___NM3Vl.Button__small____SSTu.Button__iconOnly___dISNi{padding:0 3px}.Button__button___NM3Vl.Button__medium___psqY1{height:32px;font-size:14px;line-height:17px;padding:0 8px}.Button__button___NM3Vl.Button__medium___psqY1.Button__withIcon___c3vxV{padding-right:12px}.Button__button___NM3Vl.Button__medium___psqY1.Button__withIcon___c3vxV>span{margin-left:4px}.Button__button___NM3Vl.Button__medium___psqY1.Button__iconOnly___dISNi{padding:0 3px}.Button__button___NM3Vl.Button__large___ftsNW{height:40px;font-size:16px;line-height:19px;padding:0 16px}.Button__button___NM3Vl.Button__large___ftsNW.Button__withIcon___c3vxV{padding-left:12px}.Button__button___NM3Vl.Button__large___ftsNW.Button__withIcon___c3vxV>span{margin-left:4px}.Button__button___NM3Vl.Button__large___ftsNW.Button__iconOnly___dISNi{padding:0 3px}.Button__button___NM3Vl.Button__disabled___j4KjS{background-color:rgba(0,0,0,0);color:var(--playkit-tone-4-color);border-color:var(--playkit-tone-4-color);cursor:default}","",{version:3,sources:["webpack://./../node_modules/@playkit-js/common/dist/components/button/Button.scss","webpack://./../node_modules/@playkit-js/common/dist/components/variables.scss","webpack://./../node_modules/@playkit-js/playkit-js-ui/src/styles/exported.scss"],names:[],mappings:"AAGA,wBACE,YAAA,CACA,sBAAA,CACA,kBAAA,CACA,gBAAA,CACA,eAAA,CACA,8BAAA,CACA,iBCPY,CDQZ,cAAA,CACA,gDACE,6CEVY,CFWZ,gDER0B,CFUxB,qFACE,oDEbe,CFejB,qFACE,sDEfiB,CFmBvB,+CACE,4CENW,CFOX,+CEJyB,CFMvB,oFACE,mDETc,CFWhB,oFACE,qDEXgB,CFetB,oDACE,+BAAA,CACA,gDEhC0B,CFkC5B,mDACE,8BAAA,CACA,iCEZW,CFcT,wFACE,4CEZO,CFcT,wFACE,4CEbO,CFiBb,8CACE,WAAA,CACA,cAAA,CACA,gBAAA,CACA,aAAA,CACA,uEACE,iBAAA,CACA,4EACE,eAAA,CAGJ,uEACE,aAAA,CAGJ,+CACE,WAAA,CACA,cAAA,CACA,gBAAA,CACA,aAAA,CACA,wEACE,kBAAA,CACA,6EACE,eAAA,CAGJ,wEACE,aAAA,CAGJ,8CACE,WAAA,CACA,cAAA,CACA,gBAAA,CACA,cAAA,CACA,uEACE,iBAAA,CACA,4EACE,eAAA,CAGJ,uEACE,aAAA,CAGJ,iDACE,8BAAA,CACA,iCElEW,CFmEX,wCEnEW,CFoEX,cAAA",sourcesContent:["@import '../variables.scss';\n\n// https://www.figma.com/file/GYMv1jsthckOnKmCrdQJY3/%E2%8F%AF-Player-v7-(Guidelines)?node-id=21%3A1943&t=ywdMo875C6kzd7pN-0\n.button {\n display: flex;\n justify-content: center;\n align-items: center;\n flex-wrap: nowrap;\n font-weight: 700;\n border: 1px solid transparent;\n border-radius: $roundness-1;\n cursor: pointer;\n &.primary {\n background-color: $primary-color;\n color: $primary-text-contrast-color;\n &:not(.disabled) {\n &:hover {\n background-color: $primary-darker-color;\n }\n &:focus {\n background-color: $primary-brighter-color;\n }\n }\n }\n &.danger {\n background-color: $danger-color;\n color: $danger-text-contrast-color;\n &:not(.disabled) {\n &:hover {\n background-color: $danger-darker-color;\n }\n &:focus {\n background-color: $danger-brighter-color;\n }\n }\n }\n &.translucent {\n background-color: rgba(0, 0, 0, 0.6);\n color: $primary-text-contrast-color;\n }\n &.borderless {\n background-color: transparent;\n color: $tone-1-color;\n &:not(.disabled) {\n &:hover {\n background-color: $tone-4-color;\n }\n &:focus {\n background-color: $tone-6-color;\n }\n }\n }\n &.small {\n height: 24px;\n font-size: 13px;\n line-height: 16px;\n padding: 0 4px;\n &.withIcon {\n padding-right: 8px;\n > span {\n margin-left: 2px;\n }\n }\n &.iconOnly {\n padding: 0 3px;\n }\n }\n &.medium {\n height: 32px;\n font-size: 14px;\n line-height: 17px;\n padding: 0 8px;\n &.withIcon {\n padding-right: 12px;\n > span {\n margin-left: 4px;\n }\n }\n &.iconOnly {\n padding: 0 3px;\n }\n }\n &.large {\n height: 40px;\n font-size: 16px;\n line-height: 19px;\n padding: 0 16px;\n &.withIcon {\n padding-left: 12px;\n > span {\n margin-left: 4px;\n }\n }\n &.iconOnly {\n padding: 0 3px;\n }\n }\n &.disabled {\n background-color: transparent;\n color: $tone-4-color;\n border-color: $tone-4-color;\n cursor: default;\n }\n}\n","@import '~@playkit-js/playkit-js-ui';\n\n// border radius\n$roundness-1: 4px;\n$roundness-2: 8px;\n\n// colors\n$white: #ffffff;\n","// Sass variables exported using the npm package for plugins usage\n\n// Accent Colors\n$primary-color: var(--playkit-primary-color);\n$primary-darker-color: var(--playkit-primary-darker-color);\n$primary-brighter-color: var(--playkit-primary-brighter-color);\n$primary-text-contrast-color: var(--playkit-primary-text-contrast-color);\n\n$secondary-color: var(--playkit-secondary-color);\n$secondary-darker-color: var(--playkit-secondary-darker-color);\n$secondary-brighter-color: var(--playkit-secondary-brighter-color);\n$secondary-text-contrast-color: var(--playkit-secondary-text-contrast-color);\n\n// Acknowledgement Colors\n$success-color: var(--playkit-success-color);\n$success-darker-color: var(--playkit-success-darker-color);\n$success-brighter-color: var(--playkit-success-brighter-color);\n$success-text-contrast-color: var(--playkit-success-text-contrast-color);\n\n$danger-color: var(--playkit-danger-color);\n$danger-darker-color: var(--playkit-danger-darker-color);\n$danger-brighter-color: var(--playkit-danger-brighter-color);\n$danger-text-contrast-color: var(--playkit-danger-text-contrast-color);\n\n$warning-color: var(--playkit-warning-color);\n$warning-darker-color: var(--playkit-warning-darker-color);\n$warning-brighter-color: var(--playkit-warning-brighter-color);\n$warning-text-contrast-color: var(--playkit-warning-text-contrast-color);\n\n// Tone Ramp\n$tone-1-color: var(--playkit-tone-1-color);\n$tone-2-color: var(--playkit-tone-2-color);\n$tone-3-color: var(--playkit-tone-3-color);\n$tone-4-color: var(--playkit-tone-4-color);\n$tone-5-color: var(--playkit-tone-5-color);\n$tone-6-color: var(--playkit-tone-6-color);\n$tone-7-color: var(--playkit-tone-7-color);\n$tone-8-color: var(--playkit-tone-8-color);\n\n$live-color: var(--playkit-live-color);\n$player-background-color: var(--playkit-player-background-color);\n$tab-focus-color: var(--playkit-tab-focus-color);\n$tooltip-background-color: var(--playkit-tooltip-background-color);\n$tooltip-color: var(--playkit-tooltip-color);\n$ads-color: var(--playkit-ads-color);\n"],sourceRoot:""}]),a.locals={button:"Button__button___NM3Vl",primary:"Button__primary___vkWyL",disabled:"Button__disabled___j4KjS",danger:"Button__danger___lCKPq",translucent:"Button__translucent___nSc5h",borderless:"Button__borderless___sov7o",small:"Button__small____SSTu",withIcon:"Button__withIcon___c3vxV",iconOnly:"Button__iconOnly___dISNi",medium:"Button__medium___psqY1",large:"Button__large___ftsNW"},e.default=a},2707:function(t,e,n){"use strict";n.r(e);var o=n(559),r=n.n(o),i=n(3476),a=n.n(i)()(r());a.push([t.id,".InputField__input-field-wrapper___K1QeS{display:flex;align-items:center;flex-grow:1;width:100%;max-width:599px;padding-right:8px;height:32px;border:solid 1px rgba(255,255,255,.4);border-radius:4px}.InputField__input-field-wrapper___K1QeS ::-moz-placeholder{opacity:1}.InputField__input-field-wrapper___K1QeS .InputField__search-results___PBRGr{display:flex;justify-content:flex-end;align-items:center;flex-shrink:0;margin:0 8px 0 6px;font-size:12px;text-overflow:ellipsis}.InputField__input-field-wrapper___K1QeS .InputField__prev-next-wrapper___zAxBA{display:flex;flex-direction:column;justify-content:space-around;max-height:100%;height:100%;width:8px;flex:0 0 8px}.InputField__input-field-wrapper___K1QeS .InputField__prev-next-wrapper___zAxBA .InputField__prev-next-button___HP7Me{display:flex;align-items:center;height:50%;padding:0;background-color:rgba(0,0,0,0);border:none;cursor:pointer}.InputField__input-field-wrapper___K1QeS .InputField__prev-next-wrapper___zAxBA .InputField__prev-next-button___HP7Me.InputField__disabled___GVLcH{opacity:.4;cursor:default}.InputField__input-field-wrapper___K1QeS .InputField__input-element___BAphE{width:100%;flex-grow:1;flex-shrink:1;font-size:15px;padding:0 6px 1px 6px;color:var(--playkit-tone-1-color);background:rgba(0,0,0,0);border:none;overflow:hidden;text-overflow:ellipsis}.InputField__input-field-wrapper___K1QeS .InputField__input-element___BAphE::placeholder{color:var(--playkit-tone-2-color)}.InputField__input-field-wrapper___K1QeS .InputField__input-element___BAphE::selection{background-color:var(--playkit-primary-brighter-color)}.InputField__input-field-wrapper___K1QeS .InputField__clear-icon___eTi3X{padding:0;flex:0 0 12px;max-width:12px;max-height:12px;background-color:rgba(0,0,0,0);width:12px;height:12px;outline-offset:4px;border:none;cursor:pointer}.InputField__input-field-wrapper___K1QeS:hover{border-color:#fff}.InputField__input-field-wrapper___K1QeS.InputField__active____D1qS{color:var(--playkit-tone-2-color);background:var(--playkit-tone-8-color);border-color:#fff}","",{version:3,sources:["webpack://./../node_modules/@playkit-js/common/dist/components/input-field/InputField.scss","webpack://./../node_modules/@playkit-js/common/dist/components/variables.scss","webpack://./../node_modules/@playkit-js/playkit-js-ui/src/styles/exported.scss"],names:[],mappings:"AAEA,yCAKE,YAAA,CACA,kBAAA,CACA,WAAA,CACA,UAAA,CACA,eAAA,CACA,iBAAA,CACA,WAAA,CACA,qCAAA,CACA,iBCZY,CAAA,4DDCV,SAAA,CAYF,6EACE,YAAA,CACA,wBAAA,CACA,kBAAA,CACA,aAAA,CACA,kBAAA,CACA,cAAA,CACA,sBAAA,CAEF,gFACE,YAAA,CACA,qBAAA,CACA,4BAAA,CACA,eAAA,CACA,WAAA,CACA,SAAA,CACA,YAAA,CACA,sHACE,YAAA,CACA,kBAAA,CACA,UAAA,CACA,SAAA,CACA,8BAAA,CACA,WAAA,CACA,cAAA,CACA,mJACE,UAAA,CACA,cAAA,CAIN,4EACE,UAAA,CACA,WAAA,CACA,aAAA,CACA,cAAA,CACA,qBAAA,CACA,iCEvBW,CFwBX,wBAAA,CACA,WAAA,CACA,eAAA,CACA,sBAAA,CACA,yFACE,iCE5BS,CF8BX,uFACE,sDEzDmB,CF4DvB,yEACE,SAAA,CACA,aAAA,CACA,cAAA,CACA,eAAA,CACA,8BAAA,CACA,UAAA,CACA,WAAA,CACA,kBAAA,CACA,WAAA,CACA,cAAA,CAEF,+CACE,iBCvEI,CDyEN,oEACE,iCElDW,CFmDX,sCE7CW,CF8CX,iBC5EI",sourcesContent:["@import '../variables.scss';\n\n.input-field-wrapper {\n ::-moz-placeholder {\n opacity: 1;\n }\n\n display: flex;\n align-items: center;\n flex-grow: 1;\n width: 100%;\n max-width: 599px;\n padding-right: 8px;\n height: 32px;\n border: solid 1px rgba(255, 255, 255, 0.4);\n border-radius: $roundness-1;\n .search-results {\n display: flex;\n justify-content: flex-end;\n align-items: center;\n flex-shrink: 0;\n margin: 0 8px 0 6px;\n font-size: 12px;\n text-overflow: ellipsis;\n }\n .prev-next-wrapper {\n display: flex;\n flex-direction: column;\n justify-content: space-around;\n max-height: 100%;\n height: 100%;\n width: 8px;\n flex: 0 0 8px;\n .prev-next-button {\n display: flex;\n align-items: center;\n height: 50%;\n padding: 0;\n background-color: transparent;\n border: none;\n cursor: pointer;\n &.disabled {\n opacity: 0.4;\n cursor: default;\n }\n }\n }\n .input-element {\n width: 100%;\n flex-grow: 1;\n flex-shrink: 1;\n font-size: 15px;\n padding: 0 6px 1px 6px;\n color: $tone-1-color;\n background: transparent;\n border: none;\n overflow: hidden;\n text-overflow: ellipsis;\n &::placeholder {\n color: $tone-2-color;\n }\n &::selection {\n background-color: $primary-brighter-color;\n }\n }\n .clear-icon {\n padding: 0;\n flex: 0 0 12px;\n max-width: 12px;\n max-height: 12px;\n background-color: transparent;\n width: 12px;\n height: 12px;\n outline-offset: 4px;\n border: none;\n cursor: pointer;\n }\n &:hover {\n border-color: $white;\n }\n &.active {\n color: $tone-2-color;\n background: $tone-8-color;\n border-color: $white;\n }\n}\n","@import '~@playkit-js/playkit-js-ui';\n\n// border radius\n$roundness-1: 4px;\n$roundness-2: 8px;\n\n// colors\n$white: #ffffff;\n","// Sass variables exported using the npm package for plugins usage\n\n// Accent Colors\n$primary-color: var(--playkit-primary-color);\n$primary-darker-color: var(--playkit-primary-darker-color);\n$primary-brighter-color: var(--playkit-primary-brighter-color);\n$primary-text-contrast-color: var(--playkit-primary-text-contrast-color);\n\n$secondary-color: var(--playkit-secondary-color);\n$secondary-darker-color: var(--playkit-secondary-darker-color);\n$secondary-brighter-color: var(--playkit-secondary-brighter-color);\n$secondary-text-contrast-color: var(--playkit-secondary-text-contrast-color);\n\n// Acknowledgement Colors\n$success-color: var(--playkit-success-color);\n$success-darker-color: var(--playkit-success-darker-color);\n$success-brighter-color: var(--playkit-success-brighter-color);\n$success-text-contrast-color: var(--playkit-success-text-contrast-color);\n\n$danger-color: var(--playkit-danger-color);\n$danger-darker-color: var(--playkit-danger-darker-color);\n$danger-brighter-color: var(--playkit-danger-brighter-color);\n$danger-text-contrast-color: var(--playkit-danger-text-contrast-color);\n\n$warning-color: var(--playkit-warning-color);\n$warning-darker-color: var(--playkit-warning-darker-color);\n$warning-brighter-color: var(--playkit-warning-brighter-color);\n$warning-text-contrast-color: var(--playkit-warning-text-contrast-color);\n\n// Tone Ramp\n$tone-1-color: var(--playkit-tone-1-color);\n$tone-2-color: var(--playkit-tone-2-color);\n$tone-3-color: var(--playkit-tone-3-color);\n$tone-4-color: var(--playkit-tone-4-color);\n$tone-5-color: var(--playkit-tone-5-color);\n$tone-6-color: var(--playkit-tone-6-color);\n$tone-7-color: var(--playkit-tone-7-color);\n$tone-8-color: var(--playkit-tone-8-color);\n\n$live-color: var(--playkit-live-color);\n$player-background-color: var(--playkit-player-background-color);\n$tab-focus-color: var(--playkit-tab-focus-color);\n$tooltip-background-color: var(--playkit-tooltip-background-color);\n$tooltip-color: var(--playkit-tooltip-color);\n$ads-color: var(--playkit-ads-color);\n"],sourceRoot:""}]),a.locals={"input-field-wrapper":"InputField__input-field-wrapper___K1QeS",inputFieldWrapper:"InputField__input-field-wrapper___K1QeS","search-results":"InputField__search-results___PBRGr",searchResults:"InputField__search-results___PBRGr","prev-next-wrapper":"InputField__prev-next-wrapper___zAxBA",prevNextWrapper:"InputField__prev-next-wrapper___zAxBA","prev-next-button":"InputField__prev-next-button___HP7Me",prevNextButton:"InputField__prev-next-button___HP7Me",disabled:"InputField__disabled___GVLcH","input-element":"InputField__input-element___BAphE",inputElement:"InputField__input-element___BAphE","clear-icon":"InputField__clear-icon___eTi3X",clearIcon:"InputField__clear-icon___eTi3X",active:"InputField__active____D1qS"},e.default=a},3861:function(t,e,n){"use strict";n.r(e);var o=n(559),r=n.n(o),i=n(3476),a=n.n(i)()(r());a.push([t.id,".sr-wrapper__sr-wrapper___GwVLr{position:absolute;height:1px;width:1px;overflow:hidden;padding:0;margin:-1px;border:0}","",{version:3,sources:["webpack://./../node_modules/@playkit-js/common/dist/hoc/sr-wrapper/sr-wrapper.scss"],names:[],mappings:"AAAA,gCACE,iBAAA,CACA,UAAA,CACA,SAAA,CACA,eAAA,CACA,SAAA,CACA,WAAA,CACA,QAAA",sourcesContent:[".sr-wrapper {\n position: absolute;\n height: 1px;\n width: 1px;\n overflow: hidden;\n padding: 0;\n margin: -1px;\n border: 0;\n}"],sourceRoot:""}]),a.locals={"sr-wrapper":"sr-wrapper__sr-wrapper___GwVLr",srWrapper:"sr-wrapper__sr-wrapper___GwVLr"},e.default=a},6469:function(t,e,n){"use strict";n.r(e);var o=n(559),r=n.n(o),i=n(3476),a=n.n(i)()(r());a.push([t.id,".icon__iconWrapper___O5uqn.icon__small___IddLg{width:16px;height:16px}.icon__iconWrapper___O5uqn.icon__medium___llFxB{width:24px;height:24px}.icon__iconWrapper___O5uqn.icon__large___Q96VN{width:32px;height:32px}.icon__iconWrapper___O5uqn>svg{width:100%;height:100%}","",{version:3,sources:["webpack://./../node_modules/@playkit-js/common/dist/icon/icon.scss"],names:[],mappings:"AACE,+CACE,UAAA,CACA,WAAA,CAEF,gDACE,UAAA,CACA,WAAA,CAEF,+CACE,UAAA,CACA,WAAA,CAEF,+BACE,UAAA,CACA,WAAA",sourcesContent:[".iconWrapper {\n &.small {\n width: 16px;\n height: 16px;\n }\n &.medium {\n width: 24px;\n height: 24px;\n }\n &.large {\n width: 32px;\n height: 32px;\n }\n > svg {\n width: 100%;\n height: 100%;\n }\n}\n"],sourceRoot:""}]),a.locals={iconWrapper:"icon__iconWrapper___O5uqn",small:"icon__small___IddLg",medium:"icon__medium___llFxB",large:"icon__large___Q96VN"},e.default=a},5588:function(t,e,n){"use strict";n.r(e);var o=n(559),r=n.n(o),i=n(3476),a=n.n(i)()(r());a.push([t.id,"._banner-container__bannerContainerRoot___xakgR{position:absolute;max-width:100%;min-width:270px;padding:0 16px 8px;height:88px;bottom:0;left:0;transition:all .5s ease}._banner-container__bannerContainer___Qm02i{position:relative;width:100%;height:100%;border-radius:4px;transition:all .5s ease}._banner-container__closeButton___WVWto{position:absolute;background-color:rgba(0,0,0,0);padding:0;border:none;top:0;right:0;width:32px;height:32px;padding:0}._banner-container__closeButton___WVWto ._banner-container__small___Tgp11{display:none}._banner-container__closeButton___WVWto:hover,._banner-container__closeButton___WVWto:active{cursor:pointer}.playkit-size-md ._banner-container__bannerContainerRoot___xakgR{height:68px;min-width:230px}.playkit-size-md ._banner-container__closeButton___WVWto{top:8px;right:8px;width:10px;height:10px}.playkit-size-md ._banner-container__closeButton___WVWto ._banner-container__large___aw4QR{display:none}.playkit-size-md ._banner-container__closeButton___WVWto ._banner-container__small___Tgp11{display:block}.playkit-size-sm ._banner-container__bannerContainerRoot___xakgR,.playkit-size-xs ._banner-container__bannerContainerRoot___xakgR,.playkit-size-ty ._banner-container__bannerContainerRoot___xakgR{display:none;width:0;height:0}","",{version:3,sources:["webpack://./../node_modules/@playkit-js/common/dist/ui-common/banner-container/_banner-container.scss"],names:[],mappings:"AAAA,gDACE,iBAAA,CACA,cAAA,CACA,eAAA,CACA,kBAAA,CACA,WAAA,CACA,QAAA,CACA,MAAA,CACA,uBAAA,CAGF,4CACE,iBAAA,CACA,UAAA,CACA,WAAA,CACA,iBAAA,CACA,uBAAA,CAGF,wCACE,iBAAA,CACA,8BAAA,CACA,SAAA,CACA,WAAA,CACA,KAAA,CACA,OAAA,CACA,UAAA,CACA,WAAA,CACA,SAAA,CACA,0EACE,YAAA,CAIJ,6FAEE,cAAA,CAMI,iEACE,WAAA,CACA,eAAA,CAEF,yDACE,OAAA,CACA,SAAA,CACA,UAAA,CACA,WAAA,CACA,2FACE,YAAA,CAEF,2FACE,aAAA,CAWN,mMACE,YAAA,CACA,OAAA,CACA,QAAA",sourcesContent:[".bannerContainerRoot {\n position: absolute;\n max-width: 100%;\n min-width: 270px;\n padding: 0 16px 8px;\n height: 88px;\n bottom: 0;\n left: 0;\n transition: all 0.5s ease;\n}\n\n.bannerContainer {\n position: relative;\n width: 100%;\n height: 100%;\n border-radius: 4px;\n transition: all 0.5s ease;\n}\n\n.closeButton {\n position: absolute;\n background-color: transparent;\n padding: 0;\n border: none;\n top: 0;\n right: 0;\n width: 32px;\n height: 32px;\n padding: 0;\n .small {\n display: none;\n }\n}\n\n.closeButton:hover,\n.closeButton:active {\n cursor: pointer;\n}\n\n:global {\n .playkit-size-md {\n :local {\n .bannerContainerRoot {\n height: 68px;\n min-width: 230px;\n }\n .closeButton {\n top: 8px;\n right: 8px;\n width: 10px;\n height: 10px;\n .large {\n display: none;\n }\n .small {\n display: block;\n }\n }\n }\n }\n}\n\n:global {\n .playkit-size-sm,\n .playkit-size-xs,\n .playkit-size-ty {\n :local .bannerContainerRoot {\n display: none;\n width: 0;\n height: 0;\n }\n }\n}\n"],sourceRoot:""}]),a.locals={bannerContainerRoot:"_banner-container__bannerContainerRoot___xakgR",bannerContainer:"_banner-container__bannerContainer___Qm02i",closeButton:"_banner-container__closeButton___WVWto",small:"_banner-container__small___Tgp11",large:"_banner-container__large___aw4QR"},e.default=a},9882:function(t,e,n){"use strict";n.r(e);var o=n(559),r=n.n(o),i=n(3476),a=n.n(i)()(r());a.push([t.id,"._banner__defaultBannerRoot___NepFO{display:flex;max-width:100%;height:100%;transition:all .5s ease;text-align:left}._banner__bannerWrapper___Rs8hK{padding:18px 17px 17px 16px}._banner__iconContainer___wyKRN{height:100%;width:64px}._banner__iconWrapper___duGbT{position:relative;height:48px;width:48px;background-color:rgba(255,255,255,.14);border-radius:50%;transition:all .5s ease}._banner__iconImage___I0LAA{position:absolute;width:32px;height:32px;left:calc(50% - 16px);top:calc(50% - 16px);transition:all .5s ease;padding:0}._banner__iconImage___I0LAA ._banner__small___mrxMV{display:none}._banner__bannerBody___ISEP1{height:100%;flex:1 1 auto;overflow:hidden}._banner__title___LCkfF{opacity:.9;font-size:14px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1;letter-spacing:normal;color:#ebebeb}._banner__text___UyS4n{opacity:.9;font-size:24px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.21;letter-spacing:normal;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:all .5s ease}.playkit-size-md ._banner__bannerWrapper___Rs8hK{padding:14px 16px 14px}.playkit-size-md ._banner__iconContainer___wyKRN{width:44px}.playkit-size-md ._banner__iconWrapper___duGbT{height:32px;width:32px}.playkit-size-md ._banner__iconImage___I0LAA{width:20px;height:20px;left:calc(50% - 10px);top:calc(50% - 10px)}.playkit-size-md ._banner__iconImage___I0LAA ._banner__small___mrxMV{display:block}.playkit-size-md ._banner__iconImage___I0LAA ._banner__large___q5r6u{display:none}.playkit-size-md ._banner__bannerBody___ISEP1{flex:1 1 auto}.playkit-size-md ._banner__title___LCkfF{font-size:12px;font-weight:bold;line-height:1.17}.playkit-size-md ._banner__text___UyS4n{font-size:15px;line-height:1.27}","",{version:3,sources:["webpack://./../node_modules/@playkit-js/common/dist/ui-common/banner/_banner.scss"],names:[],mappings:"AAAA,oCACE,YAAA,CACA,cAAA,CACA,WAAA,CACA,uBAAA,CACA,eAAA,CAGF,gCACE,2BAAA,CAGF,gCACE,WAAA,CACA,UAAA,CAGF,8BACE,iBAAA,CACA,WAAA,CACA,UAAA,CACA,sCAAA,CACA,iBAAA,CACA,uBAAA,CAGF,4BACE,iBAAA,CACA,UAAA,CACA,WAAA,CACA,qBAAA,CACA,oBAAA,CACA,uBAAA,CACA,SAAA,CACA,oDACE,YAAA,CAIJ,6BACE,WAAA,CACA,aAAA,CACA,eAAA,CAGF,wBACE,UAAA,CACA,cAAA,CACA,kBAAA,CACA,iBAAA,CACA,mBAAA,CACA,aAAA,CACA,qBAAA,CACA,aAAA,CAGF,uBACE,UAAA,CACA,cAAA,CACA,kBAAA,CACA,iBAAA,CACA,mBAAA,CACA,gBAAA,CACA,qBAAA,CACA,UAAA,CACA,kBAAA,CACA,eAAA,CACA,sBAAA,CACA,uBAAA,CAMI,iDACE,sBAAA,CAEF,iDACE,UAAA,CAEF,+CACE,WAAA,CACA,UAAA,CAEF,6CACE,UAAA,CACA,WAAA,CACA,qBAAA,CACA,oBAAA,CACA,qEACE,aAAA,CAEF,qEACE,YAAA,CAGJ,8CACE,aAAA,CAEF,yCACE,cAAA,CACA,gBAAA,CACA,gBAAA,CAEF,wCACE,cAAA,CACA,gBAAA",sourcesContent:[".defaultBannerRoot {\n display: flex;\n max-width: 100%;\n height: 100%;\n transition: all 0.5s ease;\n text-align: left;\n}\n\n.bannerWrapper {\n padding: 18px 17px 17px 16px;\n}\n\n.iconContainer {\n height: 100%;\n width: 64px;\n}\n\n.iconWrapper {\n position: relative;\n height: 48px;\n width: 48px;\n background-color: rgba(255, 255, 255, 0.14);\n border-radius: 50%;\n transition: all 0.5s ease;\n}\n\n.iconImage {\n position: absolute;\n width: 32px;\n height: 32px;\n left: calc(50% - 16px);\n top: calc(50% - 16px);\n transition: all 0.5s ease;\n padding: 0;\n .small {\n display: none;\n }\n}\n\n.bannerBody {\n height: 100%;\n flex: 1 1 auto;\n overflow: hidden;\n}\n\n.title {\n opacity: 0.9;\n font-size: 14px;\n font-weight: normal;\n font-style: normal;\n font-stretch: normal;\n line-height: 1;\n letter-spacing: normal;\n color: #ebebeb;\n}\n\n.text {\n opacity: 0.9;\n font-size: 24px;\n font-weight: normal;\n font-style: normal;\n font-stretch: normal;\n line-height: 1.21;\n letter-spacing: normal;\n color: #ffffff;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n transition: all 0.5s ease;\n}\n\n:global {\n .playkit-size-md {\n :local {\n .bannerWrapper {\n padding: 14px 16px 14px;\n }\n .iconContainer {\n width: 44px;\n }\n .iconWrapper {\n height: 32px;\n width: 32px;\n }\n .iconImage {\n width: 20px;\n height: 20px;\n left: calc(50% - 10px);\n top: calc(50% - 10px);\n .small {\n display: block;\n }\n .large {\n display: none;\n }\n }\n .bannerBody {\n flex: 1 1 auto;\n }\n .title {\n font-size: 12px;\n font-weight: bold;\n line-height: 1.17;\n }\n .text {\n font-size: 15px;\n line-height: 1.27;\n }\n }\n }\n}\n"],sourceRoot:""}]),a.locals={defaultBannerRoot:"_banner__defaultBannerRoot___NepFO",bannerWrapper:"_banner__bannerWrapper___Rs8hK",iconContainer:"_banner__iconContainer___wyKRN",iconWrapper:"_banner__iconWrapper___duGbT",iconImage:"_banner__iconImage___I0LAA",small:"_banner__small___mrxMV",bannerBody:"_banner__bannerBody___ISEP1",title:"_banner__title___LCkfF",text:"_banner__text___UyS4n",large:"_banner__large___q5r6u"},e.default=a},1355:function(t,e,n){"use strict";n.r(e);var o=n(559),r=n.n(o),i=n(3476),a=n.n(i)()(r());a.push([t.id,".injected-component__fill-container___mNczr{width:100%;height:100%;overflow:hidden}","",{version:3,sources:["webpack://./../node_modules/@playkit-js/common/dist/ui-common/injected-component/injected-component.scss"],names:[],mappings:"AAAA,4CACE,UAAA,CACA,WAAA,CACA,eAAA",sourcesContent:[".fill-container {\n width: 100%;\n height: 100%;\n overflow: hidden;\n}\n"],sourceRoot:""}]),a.locals={"fill-container":"injected-component__fill-container___mNczr",fillContainer:"injected-component__fill-container___mNczr"},e.default=a},8931:function(t,e,n){"use strict";n.r(e);var o=n(559),r=n.n(o),i=n(3476),a=n.n(i)()(r());a.push([t.id,"._managed-component__fill-container___BZ9jB{width:100%;height:100%}","",{version:3,sources:["webpack://./../node_modules/@playkit-js/common/dist/ui-common/managed-component/_managed-component.scss"],names:[],mappings:"AAAA,4CACE,UAAA,CACA,WAAA",sourcesContent:[".fill-container {\n width: 100%;\n height: 100%;\n}\n"],sourceRoot:""}]),a.locals={"fill-container":"_managed-component__fill-container___BZ9jB",fillContainer:"_managed-component__fill-container___BZ9jB"},e.default=a},9318:function(t,e,n){"use strict";n.r(e);var o=n(559),r=n.n(o),i=n(3476),a=n.n(i)()(r());a.push([t.id,"._toast__toastWrapper___WvdiK{position:relative;min-width:120px;max-width:310px;height:100%;border-radius:4px;background-color:#222;border-left-style:solid;border-left-width:4px;text-align:left}._toast__infoToast___GSdk1{border-left-color:#01accd}._toast__successToast___dyb3J{border-left-color:#009e48}._toast__warnToast___vCnBw{border-left-color:#f9a71b}._toast__errorToast___GAr1R{border-left-color:#e7585d}._toast__closeButton___kXqZM{position:absolute;background-color:rgba(0,0,0,0);top:0;right:0;width:16px;height:16px;object-fit:contain;background-repeat:no-repeat;border:none;padding:0}._toast__closeButton___kXqZM:hover{cursor:pointer}._toast__title___aQCgz{font-size:12px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.17;letter-spacing:normal;color:#ccc;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-top:4px;padding-right:16px;padding-left:12px}._toast__toastBody___aP3ij{position:relative;width:100%;padding:2px 16px 5px 12px}._toast__iconContainer___S5hMD{position:relative;height:16px;width:16px;float:left;margin-right:7px}._toast__iconWrapper___kqam1{height:16px;width:16px}._toast__text___EdqX7{font-size:14px;font-weight:bold;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;color:#ccc;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}","",{version:3,sources:["webpack://./../node_modules/@playkit-js/common/dist/ui-common/toast/_toast.scss"],names:[],mappings:"AAAA,8BACE,iBAAA,CACA,eAAA,CACA,eAAA,CACA,WAAA,CACA,iBAAA,CACA,qBAAA,CACA,uBAAA,CACA,qBAAA,CACA,eAAA,CAGF,2BACE,yBAAA,CAGF,8BACE,yBAAA,CAGF,2BACE,yBAAA,CAGF,4BACE,yBAAA,CAGF,6BACE,iBAAA,CACA,8BAAA,CACA,KAAA,CACA,OAAA,CACA,UAAA,CACA,WAAA,CACA,kBAAA,CACA,2BAAA,CACA,WAAA,CACA,SAAA,CAEA,mCACE,cAAA,CAIJ,uBACE,cAAA,CACA,kBAAA,CACA,iBAAA,CACA,mBAAA,CACA,gBAAA,CACA,qBAAA,CACA,UAAA,CACA,kBAAA,CACA,eAAA,CACA,sBAAA,CACA,eAAA,CACA,kBAAA,CACA,iBAAA,CAGF,2BACE,iBAAA,CACA,UAAA,CACA,yBAAA,CAGF,+BACE,iBAAA,CACA,WAAA,CACA,UAAA,CACA,UAAA,CACA,gBAAA,CAGF,6BACE,WAAA,CACA,UAAA,CAGF,sBACE,cAAA,CACA,gBAAA,CACA,iBAAA,CACA,mBAAA,CACA,kBAAA,CACA,qBAAA,CACA,UAAA,CACA,kBAAA,CACA,eAAA,CACA,sBAAA",sourcesContent:[".toastWrapper {\n position: relative;\n min-width: 120px;\n max-width: 310px;\n height: 100%;\n border-radius: 4px;\n background-color: #222222;\n border-left-style: solid;\n border-left-width: 4px;\n text-align: left;\n}\n\n.infoToast {\n border-left-color: #01ACCD;\n}\n\n.successToast {\n border-left-color: #009E48;\n}\n\n.warnToast {\n border-left-color: #F9A71B;\n}\n\n.errorToast {\n border-left-color: #E7585D;\n}\n\n.closeButton {\n position: absolute;\n background-color: transparent;\n top: 0;\n right: 0;\n width: 16px;\n height: 16px;\n object-fit: contain;\n background-repeat: no-repeat;\n border: none;\n padding: 0;\n\n &:hover {\n cursor: pointer;\n }\n}\n\n.title {\n font-size: 12px;\n font-weight: normal;\n font-style: normal;\n font-stretch: normal;\n line-height: 1.17;\n letter-spacing: normal;\n color: #cccccc;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n padding-top: 4px;\n padding-right: 16px;\n padding-left: 12px;\n}\n\n.toastBody {\n position: relative;\n width: 100%;\n padding: 2px 16px 5px 12px;\n}\n\n.iconContainer {\n position: relative;\n height: 16px;\n width: 16px;\n float: left;\n margin-right: 7px;\n}\n\n.iconWrapper {\n height: 16px;\n width: 16px;\n}\n\n.text {\n font-size: 14px;\n font-weight: bold;\n font-style: normal;\n font-stretch: normal;\n line-height: normal;\n letter-spacing: normal;\n color: #cccccc;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n"],sourceRoot:""}]),a.locals={toastWrapper:"_toast__toastWrapper___WvdiK",infoToast:"_toast__infoToast___GSdk1",successToast:"_toast__successToast___dyb3J",warnToast:"_toast__warnToast___vCnBw",errorToast:"_toast__errorToast___GAr1R",closeButton:"_toast__closeButton___kXqZM",title:"_toast__title___aQCgz",toastBody:"_toast__toastBody___aP3ij",iconContainer:"_toast__iconContainer___S5hMD",iconWrapper:"_toast__iconWrapper___kqam1",text:"_toast__text___EdqX7"},e.default=a},3346:function(t,e,n){"use strict";n.r(e);var o=n(559),r=n.n(o),i=n(3476),a=n.n(i)()(r());a.push([t.id,"._toasts-container__toastsContainer___ep0ad{position:absolute;right:0;top:0;padding:8px 16px 0;min-width:120px;max-width:310px;display:flex;flex-direction:column}._toasts-container__toastRow___J1NQa{height:42px;min-width:120px;max-width:310px;margin-bottom:8px;overflow:hidden;overflow-wrap:break-word;text-overflow:ellipsis;align-self:flex-end}","",{version:3,sources:["webpack://./../node_modules/@playkit-js/common/dist/ui-common/toasts-container/_toasts-container.scss"],names:[],mappings:"AAAA,4CACE,iBAAA,CACA,OAAA,CACA,KAAA,CACA,kBAAA,CACA,eAAA,CACA,eAAA,CACA,YAAA,CACA,qBAAA,CAGF,qCACE,WAAA,CACA,eAAA,CACA,eAAA,CACA,iBAAA,CACA,eAAA,CACA,wBAAA,CACA,sBAAA,CACA,mBAAA",sourcesContent:[".toastsContainer {\n position: absolute;\n right: 0;\n top: 0;\n padding: 8px 16px 0;\n min-width: 120px;\n max-width: 310px;\n display: flex;\n flex-direction: column;\n}\n\n.toastRow {\n height: 42px;\n min-width: 120px;\n max-width: 310px;\n margin-bottom: 8px;\n overflow: hidden;\n overflow-wrap: break-word;\n text-overflow: ellipsis;\n align-self: flex-end;\n}\n"],sourceRoot:""}]),a.locals={toastsContainer:"_toasts-container__toastsContainer___ep0ad",toastRow:"_toasts-container__toastRow___J1NQa"},e.default=a},3476:function(t){"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n="",o=void 0!==e[5];return e[4]&&(n+="@supports (".concat(e[4],") {")),e[2]&&(n+="@media ".concat(e[2]," {")),o&&(n+="@layer".concat(e[5].length>0?" ".concat(e[5]):""," {")),n+=t(e),o&&(n+="}"),e[2]&&(n+="}"),e[4]&&(n+="}"),n})).join("")},e.i=function(t,n,o,r,i){"string"==typeof t&&(t=[[null,t,void 0]]);var a={};if(o)for(var s=0;s<this.length;s++){var l=this[s][0];null!=l&&(a[l]=!0)}for(var c=0;c<t.length;c++){var u=[].concat(t[c]);o&&a[u[0]]||(void 0!==i&&(void 0===u[5]||(u[1]="@layer".concat(u[5].length>0?" ".concat(u[5]):""," {").concat(u[1],"}")),u[5]=i),n&&(u[2]?(u[1]="@media ".concat(u[2]," {").concat(u[1],"}"),u[2]=n):u[2]=n),r&&(u[4]?(u[1]="@supports (".concat(u[4],") {").concat(u[1],"}"),u[4]=r):u[4]="".concat(r)),e.push(u))}},e}},559:function(t){"use strict";t.exports=function(t){var e=t[1],n=t[3];if(!n)return e;if("function"==typeof btoa){var o=btoa(unescape(encodeURIComponent(JSON.stringify(n)))),r="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(o),i="/*# ".concat(r," */"),a=n.sources.map((function(t){return"/*# sourceURL=".concat(n.sourceRoot||"").concat(t," */")}));return[e].concat(a).concat([i]).join("\n")}return[e].join("\n")}},3708:function(t,e,n){"use strict";function o(t){var e=Array.prototype.slice.call(arguments,1);return e.forEach((function(e){e&&Object.keys(e).forEach((function(n){t[n]=e[n]}))})),t}function r(t){return Object.prototype.toString.call(t)}function i(t){return"[object Function]"===r(t)}function a(t){return t.replace(/[.?*+^$[\]\\(){}|-]/g,"\\$&")}var s={fuzzyLink:!0,fuzzyEmail:!0,fuzzyIP:!1},l={"http:":{validate:function(t,e,n){var o=t.slice(e);return n.re.http||(n.re.http=new RegExp("^\\/\\/"+n.re.src_auth+n.re.src_host_port_strict+n.re.src_path,"i")),n.re.http.test(o)?o.match(n.re.http)[0].length:0}},"https:":"http:","ftp:":"http:","//":{validate:function(t,e,n){var o=t.slice(e);return n.re.no_http||(n.re.no_http=new RegExp("^"+n.re.src_auth+"(?:localhost|(?:(?:"+n.re.src_domain+")\\.)+"+n.re.src_domain_root+")"+n.re.src_port+n.re.src_host_terminator+n.re.src_path,"i")),n.re.no_http.test(o)?e>=3&&":"===t[e-3]||e>=3&&"/"===t[e-3]?0:o.match(n.re.no_http)[0].length:0}},"mailto:":{validate:function(t,e,n){var o=t.slice(e);return n.re.mailto||(n.re.mailto=new RegExp("^"+n.re.src_email_name+"@"+n.re.src_host_strict,"i")),n.re.mailto.test(o)?o.match(n.re.mailto)[0].length:0}}},c="biz|com|edu|gov|net|org|pro|web|xxx|aero|asia|coop|info|museum|name|shop|рф".split("|");function u(t){var e=t.re=n(2596)(t.__opts__),o=t.__tlds__.slice();function s(t){return t.replace("%TLDS%",e.src_tlds)}t.onCompile(),t.__tlds_replaced__||o.push("a[cdefgilmnoqrstuwxz]|b[abdefghijmnorstvwyz]|c[acdfghiklmnoruvwxyz]|d[ejkmoz]|e[cegrstu]|f[ijkmor]|g[abdefghilmnpqrstuwy]|h[kmnrtu]|i[delmnoqrst]|j[emop]|k[eghimnprwyz]|l[abcikrstuvy]|m[acdeghklmnopqrstuvwxyz]|n[acefgilopruz]|om|p[aefghklmnrstwy]|qa|r[eosuw]|s[abcdeghijklmnortuvxyz]|t[cdfghjklmnortvwz]|u[agksyz]|v[aceginu]|w[fs]|y[et]|z[amw]"),o.push(e.src_xn),e.src_tlds=o.join("|"),e.email_fuzzy=RegExp(s(e.tpl_email_fuzzy),"i"),e.link_fuzzy=RegExp(s(e.tpl_link_fuzzy),"i"),e.link_no_ip_fuzzy=RegExp(s(e.tpl_link_no_ip_fuzzy),"i"),e.host_fuzzy_test=RegExp(s(e.tpl_host_fuzzy_test),"i");var l=[];function c(t,e){throw new Error('(LinkifyIt) Invalid schema "'+t+'": '+e)}t.__compiled__={},Object.keys(t.__schemas__).forEach((function(e){var n=t.__schemas__[e];if(null!==n){var o={validate:null,link:null};if(t.__compiled__[e]=o,"[object Object]"===r(n))return"[object RegExp]"!==r(n.validate)?i(n.validate)?o.validate=n.validate:c(e,n):o.validate=function(t){return function(e,n){var o=e.slice(n);return t.test(o)?o.match(t)[0].length:0}}(n.validate),void(i(n.normalize)?o.normalize=n.normalize:n.normalize?c(e,n):o.normalize=function(t,e){e.normalize(t)});!function(t){return"[object String]"===r(t)}(n)?c(e,n):l.push(e)}})),l.forEach((function(e){t.__compiled__[t.__schemas__[e]]&&(t.__compiled__[e].validate=t.__compiled__[t.__schemas__[e]].validate,t.__compiled__[e].normalize=t.__compiled__[t.__schemas__[e]].normalize)})),t.__compiled__[""]={validate:null,normalize:function(t,e){e.normalize(t)}};var u=Object.keys(t.__compiled__).filter((function(e){return e.length>0&&t.__compiled__[e]})).map(a).join("|");t.re.schema_test=RegExp("(^|(?!_)(?:[><|]|"+e.src_ZPCc+"))("+u+")","i"),t.re.schema_search=RegExp("(^|(?!_)(?:[><|]|"+e.src_ZPCc+"))("+u+")","ig"),t.re.schema_at_start=RegExp("^"+t.re.schema_search.source,"i"),t.re.pretest=RegExp("("+t.re.schema_test.source+")|("+t.re.host_fuzzy_test.source+")|@","i"),function(t){t.__index__=-1,t.__text_cache__=""}(t)}function p(t,e){var n=t.__index__,o=t.__last_index__,r=t.__text_cache__.slice(n,o);this.schema=t.__schema__.toLowerCase(),this.index=n+e,this.lastIndex=o+e,this.raw=r,this.text=r,this.url=r}function _(t,e){var n=new p(t,e);return t.__compiled__[n.schema].normalize(n,t),n}function d(t,e){if(!(this instanceof d))return new d(t,e);var n;e||(n=t,Object.keys(n||{}).reduce((function(t,e){return t||s.hasOwnProperty(e)}),!1)&&(e=t,t={})),this.__opts__=o({},s,e),this.__index__=-1,this.__last_index__=-1,this.__schema__="",this.__text_cache__="",this.__schemas__=o({},l,t),this.__compiled__={},this.__tlds__=c,this.__tlds_replaced__=!1,this.re={},u(this)}d.prototype.add=function(t,e){return this.__schemas__[t]=e,u(this),this},d.prototype.set=function(t){return this.__opts__=o(this.__opts__,t),this},d.prototype.test=function(t){if(this.__text_cache__=t,this.__index__=-1,!t.length)return!1;var e,n,o,r,i,a,s,l;if(this.re.schema_test.test(t))for((s=this.re.schema_search).lastIndex=0;null!==(e=s.exec(t));)if(r=this.testSchemaAt(t,e[2],s.lastIndex)){this.__schema__=e[2],this.__index__=e.index+e[1].length,this.__last_index__=e.index+e[0].length+r;break}return this.__opts__.fuzzyLink&&this.__compiled__["http:"]&&(l=t.search(this.re.host_fuzzy_test))>=0&&(this.__index__<0||l<this.__index__)&&null!==(n=t.match(this.__opts__.fuzzyIP?this.re.link_fuzzy:this.re.link_no_ip_fuzzy))&&(i=n.index+n[1].length,(this.__index__<0||i<this.__index__)&&(this.__schema__="",this.__index__=i,this.__last_index__=n.index+n[0].length)),this.__opts__.fuzzyEmail&&this.__compiled__["mailto:"]&&t.indexOf("@")>=0&&null!==(o=t.match(this.re.email_fuzzy))&&(i=o.index+o[1].length,a=o.index+o[0].length,(this.__index__<0||i<this.__index__||i===this.__index__&&a>this.__last_index__)&&(this.__schema__="mailto:",this.__index__=i,this.__last_index__=a)),this.__index__>=0},d.prototype.pretest=function(t){return this.re.pretest.test(t)},d.prototype.testSchemaAt=function(t,e,n){return this.__compiled__[e.toLowerCase()]?this.__compiled__[e.toLowerCase()].validate(t,n,this):0},d.prototype.match=function(t){var e=0,n=[];this.__index__>=0&&this.__text_cache__===t&&(n.push(_(this,e)),e=this.__last_index__);for(var o=e?t.slice(e):t;this.test(o);)n.push(_(this,e)),o=o.slice(this.__last_index__),e+=this.__last_index__;return n.length?n:null},d.prototype.matchAtStart=function(t){if(this.__text_cache__=t,this.__index__=-1,!t.length)return null;var e=this.re.schema_at_start.exec(t);if(!e)return null;var n=this.testSchemaAt(t,e[2],e[0].length);return n?(this.__schema__=e[2],this.__index__=e.index+e[1].length,this.__last_index__=e.index+e[0].length+n,_(this,0)):null},d.prototype.tlds=function(t,e){return t=Array.isArray(t)?t:[t],e?(this.__tlds__=this.__tlds__.concat(t).sort().filter((function(t,e,n){return t!==n[e-1]})).reverse(),u(this),this):(this.__tlds__=t.slice(),this.__tlds_replaced__=!0,u(this),this)},d.prototype.normalize=function(t){t.schema||(t.url="http://"+t.url),"mailto:"!==t.schema||/^mailto:/i.test(t.url)||(t.url="mailto:"+t.url)},d.prototype.onCompile=function(){},t.exports=d},2596:function(t,e,n){"use strict";t.exports=function(t){var e={};return t=t||{},e.src_Any=n(8287).source,e.src_Cc=n(699).source,e.src_Z=n(9338).source,e.src_P=n(6924).source,e.src_ZPCc=[e.src_Z,e.src_P,e.src_Cc].join("|"),e.src_ZCc=[e.src_Z,e.src_Cc].join("|"),e.src_pseudo_letter="(?:(?![><|]|"+e.src_ZPCc+")"+e.src_Any+")",e.src_ip4="(?:(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)",e.src_auth="(?:(?:(?!"+e.src_ZCc+"|[@/\\[\\]()]).)+@)?",e.src_port="(?::(?:6(?:[0-4]\\d{3}|5(?:[0-4]\\d{2}|5(?:[0-2]\\d|3[0-5])))|[1-5]?\\d{1,4}))?",e.src_host_terminator="(?=$|[><|]|"+e.src_ZPCc+")(?!"+(t["---"]?"-(?!--)|":"-|")+"_|:\\d|\\.-|\\.(?!$|"+e.src_ZPCc+"))",e.src_path="(?:[/?#](?:(?!"+e.src_ZCc+"|[><|]|[()[\\]{}.,\"'?!\\-;]).|\\[(?:(?!"+e.src_ZCc+"|\\]).)*\\]|\\((?:(?!"+e.src_ZCc+"|[)]).)*\\)|\\{(?:(?!"+e.src_ZCc+'|[}]).)*\\}|\\"(?:(?!'+e.src_ZCc+'|["]).)+\\"|\\\'(?:(?!'+e.src_ZCc+"|[']).)+\\'|\\'(?="+e.src_pseudo_letter+"|[-])|\\.{2,}[a-zA-Z0-9%/&]|\\.(?!"+e.src_ZCc+"|[.]|$)|"+(t["---"]?"\\-(?!--(?:[^-]|$))(?:-*)|":"\\-+|")+",(?!"+e.src_ZCc+"|$)|;(?!"+e.src_ZCc+"|$)|\\!+(?!"+e.src_ZCc+"|[!]|$)|\\?(?!"+e.src_ZCc+"|[?]|$))+|\\/)?",e.src_email_name='[\\-;:&=\\+\\$,\\.a-zA-Z0-9_][\\-;:&=\\+\\$,\\"\\.a-zA-Z0-9_]*',e.src_xn="xn--[a-z0-9\\-]{1,59}",e.src_domain_root="(?:"+e.src_xn+"|"+e.src_pseudo_letter+"{1,63})",e.src_domain="(?:"+e.src_xn+"|(?:"+e.src_pseudo_letter+")|(?:"+e.src_pseudo_letter+"(?:-|"+e.src_pseudo_letter+"){0,61}"+e.src_pseudo_letter+"))",e.src_host="(?:(?:(?:(?:"+e.src_domain+")\\.)*"+e.src_domain+"))",e.tpl_host_fuzzy="(?:"+e.src_ip4+"|(?:(?:(?:"+e.src_domain+")\\.)+(?:%TLDS%)))",e.tpl_host_no_ip_fuzzy="(?:(?:(?:"+e.src_domain+")\\.)+(?:%TLDS%))",e.src_host_strict=e.src_host+e.src_host_terminator,e.tpl_host_fuzzy_strict=e.tpl_host_fuzzy+e.src_host_terminator,e.src_host_port_strict=e.src_host+e.src_port+e.src_host_terminator,e.tpl_host_port_fuzzy_strict=e.tpl_host_fuzzy+e.src_port+e.src_host_terminator,e.tpl_host_port_no_ip_fuzzy_strict=e.tpl_host_no_ip_fuzzy+e.src_port+e.src_host_terminator,e.tpl_host_fuzzy_test="localhost|www\\.|\\.\\d{1,3}\\.|(?:\\.(?:%TLDS%)(?:"+e.src_ZPCc+"|>|$))",e.tpl_email_fuzzy='(^|[><|]|"|\\(|'+e.src_ZCc+")("+e.src_email_name+"@"+e.tpl_host_fuzzy_strict+")",e.tpl_link_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+e.src_ZPCc+"))((?![$+<=>^`||])"+e.tpl_host_port_fuzzy_strict+e.src_path+")",e.tpl_link_no_ip_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+e.src_ZPCc+"))((?![$+<=>^`||])"+e.tpl_host_port_no_ip_fuzzy_strict+e.src_path+")",e}},7538:function(t,e,n){var o=n(1892),r=n(6298);"string"==typeof(r=r.__esModule?r.default:r)&&(r=[[t.id,r,""]]);o(r,{insert:"head",singleton:!1}),t.exports=r.locals||{}},7998:function(t,e,n){var o=n(1892),r=n(2707);"string"==typeof(r=r.__esModule?r.default:r)&&(r=[[t.id,r,""]]);o(r,{insert:"head",singleton:!1}),t.exports=r.locals||{}},73:function(t,e,n){var o=n(1892),r=n(3861);"string"==typeof(r=r.__esModule?r.default:r)&&(r=[[t.id,r,""]]);o(r,{insert:"head",singleton:!1}),t.exports=r.locals||{}},3278:function(t,e,n){var o=n(1892),r=n(6469);"string"==typeof(r=r.__esModule?r.default:r)&&(r=[[t.id,r,""]]);o(r,{insert:"head",singleton:!1}),t.exports=r.locals||{}},6502:function(t,e,n){var o=n(1892),r=n(5588);"string"==typeof(r=r.__esModule?r.default:r)&&(r=[[t.id,r,""]]);o(r,{insert:"head",singleton:!1}),t.exports=r.locals||{}},9480:function(t,e,n){var o=n(1892),r=n(9882);"string"==typeof(r=r.__esModule?r.default:r)&&(r=[[t.id,r,""]]);o(r,{insert:"head",singleton:!1}),t.exports=r.locals||{}},4367:function(t,e,n){var o=n(1892),r=n(1355);"string"==typeof(r=r.__esModule?r.default:r)&&(r=[[t.id,r,""]]);o(r,{insert:"head",singleton:!1}),t.exports=r.locals||{}},4022:function(t,e,n){var o=n(1892),r=n(8931);"string"==typeof(r=r.__esModule?r.default:r)&&(r=[[t.id,r,""]]);o(r,{insert:"head",singleton:!1}),t.exports=r.locals||{}},181:function(t,e,n){var o=n(1892),r=n(9318);"string"==typeof(r=r.__esModule?r.default:r)&&(r=[[t.id,r,""]]);o(r,{insert:"head",singleton:!1}),t.exports=r.locals||{}},5579:function(t,e,n){var o=n(1892),r=n(3346);"string"==typeof(r=r.__esModule?r.default:r)&&(r=[[t.id,r,""]]);o(r,{insert:"head",singleton:!1}),t.exports=r.locals||{}},1892:function(t,e,n){"use strict";var o,r=function(){var t={};return function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}t[e]=n}return t[e]}}(),i=[];function a(t){for(var e=-1,n=0;n<i.length;n++)if(i[n].identifier===t){e=n;break}return e}function s(t,e){for(var n={},o=[],r=0;r<t.length;r++){var s=t[r],l=e.base?s[0]+e.base:s[0],c=n[l]||0,u="".concat(l," ").concat(c);n[l]=c+1;var p=a(u),_={css:s[1],media:s[2],sourceMap:s[3]};-1!==p?(i[p].references++,i[p].updater(_)):i.push({identifier:u,updater:f(_,e),references:1}),o.push(u)}return o}function l(t){var e=document.createElement("style"),o=t.attributes||{};if(void 0===o.nonce){var i=n.nc;i&&(o.nonce=i)}if(Object.keys(o).forEach((function(t){e.setAttribute(t,o[t])})),"function"==typeof t.insert)t.insert(e);else{var a=r(t.insert||"head");if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(e)}return e}var c,u=(c=[],function(t,e){return c[t]=e,c.filter(Boolean).join("\n")});function p(t,e,n,o){var r=n?"":o.media?"@media ".concat(o.media," {").concat(o.css,"}"):o.css;if(t.styleSheet)t.styleSheet.cssText=u(e,r);else{var i=document.createTextNode(r),a=t.childNodes;a[e]&&t.removeChild(a[e]),a.length?t.insertBefore(i,a[e]):t.appendChild(i)}}function _(t,e,n){var o=n.css,r=n.media,i=n.sourceMap;if(r?t.setAttribute("media",r):t.removeAttribute("media"),i&&"undefined"!=typeof btoa&&(o+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(i))))," */")),t.styleSheet)t.styleSheet.cssText=o;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(o))}}var d=null,h=0;function f(t,e){var n,o,r;if(e.singleton){var i=h++;n=d||(d=l(e)),o=p.bind(null,n,i,!1),r=p.bind(null,n,i,!0)}else n=l(e),o=_.bind(null,n,e),r=function(){!function(t){if(null===t.parentNode)return!1;t.parentNode.removeChild(t)}(n)};return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else r()}}t.exports=function(t,e){(e=e||{}).singleton||"boolean"==typeof e.singleton||(e.singleton=(void 0===o&&(o=Boolean(window&&document&&document.all&&!window.atob)),o));var n=s(t=t||[],e);return function(t){if(t=t||[],"[object Array]"===Object.prototype.toString.call(t)){for(var o=0;o<n.length;o++){var r=a(n[o]);i[r].references--}for(var l=s(t,e),c=0;c<n.length;c++){var u=a(n[c]);0===i[u].references&&(i[u].updater(),i.splice(u,1))}n=l}}}},5360:function(t,e,n){"use strict";var o,r=this&&this.__extends||(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),i=this&&this.__assign||function(){return i=Object.assign||function(t){for(var e,n=1,o=arguments.length;n<o;n++)for(var r in e=arguments[n])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},i.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0});var a=n(4522),s=n(573),l=n(2230),c={position:"absolute",display:"table",boxSizing:"border-box"},u={position:"relative",width:"100%",height:"inherit",appearance:"none",border:"none",display:"flex",cursor:"pointer",wordBreak:"break-all",textRendering:"geometricPrecision",overflow:"hidden",textOverflow:"ellipsis",padding:"3px",alignItems:"center",justifyContent:"center",outline:0,lineHeight:"normal"},p={styles:{}};function _(t){return t.startsWith("mailto:")||t.match(/^https?:\/\//i)||(t="http://"+t),t}function d(t,e,n){void 0===e&&(e="smooth"),void 0===n&&(n=0);var o=document.querySelector(t);if(o)if(0!==n){var r=o.getBoundingClientRect().top+window.scrollY-n;window.scrollTo({top:r,behavior:e})}else o.scrollIntoView({behavior:e})}function h(t,e,n,o){var r;void 0===e&&(e="*");var i={source:"kaltura-hotspot",hotspotId:n,hotspotLabel:o,data:t,timestamp:Date.now()};try{null===(r=window.top)||void 0===r||r.postMessage(i,e)}catch(t){}}var f=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.hotspotRef=null,e.state={disableClick:!0,isReady:!1},e.isClickable=function(){var t=e.props.hotspot.onClick;if(!t)return!1;switch(t.type){case"jumpToTime":return void 0!==t.jumpToTime;case"openUrl":case"openUrlInNewTab":return!!t.url;case"scrollToAnchor":return!!t.selector;case"postMessage":return void 0!==t.message;default:return!1}},e.handleClick=function(){var t=e.props,n=t.hotspot,o=t.dispatcher,r=e.state.disableClick,i=n.id,a=n.label;if(o(l.HotspotsEvents.HOTSPOT_CLICK,{id:i,label:a}),n.onClick&&!r)switch(n.onClick.type){case"jumpToTime":if(void 0===n.onClick.jumpToTime)return;e.props.seekTo(n.onClick.jumpToTime/1e3);break;case"openUrl":if(!n.onClick.url)return;var s=_(n.onClick.url);window.open(s,"_top"),e.props.sendAnalytics({eventNumber:47,target:s,hotspotId:n.id});break;case"openUrlInNewTab":if(!n.onClick.url)return;e.props.pauseVideo(),s=_(n.onClick.url);try{window.open(s,"_blank"),e.props.sendAnalytics({eventNumber:47,target:s,hotspotId:n.id})}catch(t){}break;case"scrollToAnchor":if(!n.onClick.selector)return;e.props.exitFullscreen(),e.props.pauseVideo(),d(n.onClick.selector,n.onClick.scrollBehavior,n.onClick.offsetY);break;case"postMessage":if(void 0===n.onClick.message)return;n.onClick.pauseVideo&&e.props.pauseVideo(),h(n.onClick.message,n.onClick.targetOrigin,i,a)}},e}return r(e,t),e.prototype.componentDidMount=function(){var t=this.props,e=t.hotspot,n=t.dispatcher;if(e&&e.onClick){this.setState({isReady:!0,disableClick:!this.isClickable()});var o=e.id,r=e.label;n(l.HotspotsEvents.HOTSPOT_DISPLAYED,{id:o,label:r})}else this.setState({isReady:!0})},e.prototype.render=function(){var t=this,e=this.props.hotspot,n=e.layout,o=e.label,r=this.state,l=r.isReady,p=r.disableClick;if(!l||!this.props.visible)return null;var _=i(i({},c),{top:n.y,left:n.x,height:n.height,width:n.width}),d=i(i(i({},u),e.styles),{cursor:p?"default":"pointer",maxWidth:"".concat(n.width,"px"),fontSize:"".concat(e.relativeStyle.fontSize,"px"),borderRadius:"".concat(e.relativeStyle.radiusBorder,"px")});return(0,a.h)(s.A11yWrapper,{onClick:this.handleClick,role:"alert","aria-live":"polite"},(0,a.h)("div",{ref:function(e){return t.hotspotRef=e},tabIndex:0,role:"button","aria-label":o,"aria-disabled":p,style:_,"data-testid":"hotspots_hotspot"},(0,a.h)("div",{style:d},o)))},e.defaultProps=p,e}(a.Component);e.default=f},6658:function(t,e,n){"use strict";var o,r=this&&this.__extends||(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),i=this&&this.__decorate||function(t,e,n,o){var r,i=arguments.length,a=i<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,e,n,o);else for(var s=t.length-1;s>=0;s--)(r=t[s])&&(a=(i<3?r(a):i>3?r(e,n,a):r(e,n))||a);return i>3&&a&&Object.defineProperty(e,n,a),a};Object.defineProperty(e,"__esModule",{value:!0});var a=n(4522),s=n(6912),l=n(5360),c=KalturaPlayer.ui.components.withPlayer,u=KalturaPlayer.ui.preacti18n,p=u.withText,_=u.Text,d={hotspotRemoved:(0,a.h)(_,{id:"hotspots.hotspot_removed",fields:{hotspotLabel:""}},"{hotspotLabel} hotspot removed")},h={position:"absolute",display:"block",overflow:"visible",top:0,left:0,width:0,height:0},f=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.liveRegionRef=(0,a.createRef)(),e.previousHotspotMap=new Map,e.renderHotspots=function(t){if(!t)return null;var n=e.props,o=n.seekTo,r=n.pauseVideo,i=n.exitFullscreen,s=n.sendAnalytics,c=n.dispatcher;return t.map((function(t){return(0,a.h)(l.default,{dispatcher:c,pauseVideo:r,exitFullscreen:i,seekTo:o,key:t.id,visible:!0,hotspot:t,sendAnalytics:s})}))},e}return r(e,t),e.prototype.shouldComponentUpdate=function(t){return!(0,s.shallowCompareHotspots)(this.props.hotspots,t.hotspots)},e.prototype.componentDidUpdate=function(){var t=this,e=new Map(this.props.hotspots.filter((function(t){return"string"==typeof t.label})).map((function(t){return[t.id,t.label]}))),n=!1;this.previousHotspotMap.forEach((function(o,r){if(!e.has(r)&&!n){if(t.props.hotspotRemoved){var i=t.props.hotspotRemoved.replace("{hotspotLabel}",o);t.announceHotspotChange(i)}n=!0}})),this.previousHotspotMap=e},e.prototype.announceHotspotChange=function(t){var e=this.liveRegionRef.current;e&&(e.textContent="",setTimeout((function(){e.textContent=t})))},e.prototype.render=function(){var t,e,n=this.props.hotspots,o=this.renderHotspots(n),r=null===(e=null===(t=this.props.player)||void 0===t?void 0:t.config)||void 0===e?void 0:e.targetId,i="hotspot-liveRegion-".concat(r);return(0,a.h)("div",{style:h,"data-testid":"hotspots_hotspotsContainer"},o,(0,a.h)("div",{ref:this.liveRegionRef,id:i,"aria-live":"polite",role:"status",style:{position:"absolute",left:"-9999px",width:"1px",height:"1px",overflow:"hidden"}}))},i([c,p(d)],e)}(a.Component);e.default=f},2230:function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.HotspotsEvents=void 0,e.HotspotsEvents={HOTSPOT_CLICK:"manual_hotspot_click",HOTSPOT_DISPLAYED:"manual_hotspot_displayed"}},1624:function(t,e,n){"use strict";var o,r=this&&this.__extends||(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),i=this&&this.__assign||function(){return i=Object.assign||function(t){for(var e,n=1,o=arguments.length;n<o;n++)for(var r in e=arguments[n])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},i.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.HotspotsPlugin=void 0;var a=n(4522),s=n(6658),l=n(8263),c=n(710),u=n(5156),p=function(t){function e(e,n,o){var r=t.call(this,e,n,o)||this;return r._hotspots=[],r._floatingItem=null,r._canvas=null,r._timeline=new c.HotspotTimelineSimple,r._recalculateCuepointLayout=function(t){var e,n;if(r.logger.debug("calculating cuepoint layout based on video/player sizes"),!(null===(e=r._canvas)||void 0===e?void 0:e.playerSize)||!(null===(n=r._canvas)||void 0===n?void 0:n.videoSize))return r.logger.warn("missing video/player sizes, hide all cuepoint"),[];var o=r._canvas.playerSize,a=o.width,s=o.height,c=r._canvas.videoSize,u=c.width,p=c.height;if(!(a&&s&&u&&p))return r.logger.warn("missing video/player sizes, hide all cuepoint"),[];var _=(0,l.scaleVideo)(u,p,a,s,!0);return r.logger.debug("recalculate cuepoint layout based on new sizes"),t.map((function(t){return i(i({},t),{layout:r._calculateLayout(t,_),relativeStyle:r._calculateStyle(t,_)})}))},r._pauseVideo=function(){r._player.pause()},r._seekTo=function(t){r._player.currentTime=t},r._exitFullscreen=function(){r._player.isFullscreen()&&r._player.exitFullscreen()},r._checkIfResizeHappened=function(t){if(!r._canvas)return r._canvas=t,!0;var e=r._canvas.playerSize,n=r._canvas.videoSize,o=t.playerSize,i=t.videoSize;return(e.width!==o.width||e.height!==o.height||n.width!==i.width||n.height!==i.height)&&(r._canvas=t,!0)},r._renderRoot=function(t){return r._checkIfResizeHappened(t.canvas)&&(r._hotspots=r._recalculateCuepointLayout(r._hotspots)),(0,a.h)(s.default,{dispatcher:function(t,e){return r.dispatchEvent(t,e)},key:"hotspotWrapper",hotspots:r._hotspots,pauseVideo:r._pauseVideo,seekTo:r._seekTo,exitFullscreen:r._exitFullscreen,sendAnalytics:function(){}})},r._player=n,r}return r(e,t),e.isValid=function(){return!0},Object.defineProperty(e.prototype,"floatingManager",{get:function(){return this.player.getService("floatingManager")||{}},enumerable:!1,configurable:!0}),e.prototype.loadMedia=function(){var t=this;this._addHotspotsContainer(),this._initTimeline(),this.eventManager.listen(this._player,this._player.Event.TIME_UPDATE,(function(){var e=1e3*t._player.currentTime;t._timeline.update(e)&&(t._hotspots=t._recalculateCuepointLayout(t._timeline.getVisibleHotspots()),t._updateHotspotsContainer())}))},e.prototype._initTimeline=function(){var t=new u.HotspotLoader(this.logger).load(this.config.hotspots);t&&this._timeline.initialize(t)},e.prototype._calculateLayout=function(t,e){var n=t.rawLayout;return{x:e.left+n.relativeX*e.width,y:e.top+n.relativeY*e.height,width:n.relativeWidth*e.width,height:n.relativeHeight*e.height}},e.prototype._calculateStyle=function(t,e){var n=t.rawLayout,o=t.styles;return{fontSize:parseInt(o["font-size"])/n.stageWidth*e.width,radiusBorder:parseInt(o["border-radius"])/n.stageWidth*e.width}},e.prototype._addHotspotsContainer=function(){this._floatingItem=this.floatingManager.add({label:"Manual Hotspots",mode:"MediaLoaded",position:"VideoArea",renderContent:this._renderRoot})},e.prototype._updateHotspotsContainer=function(){this._floatingItem&&this._floatingItem.update()},e.prototype.reset=function(){this.eventManager.removeAll(),this._timeline.clear(),this._hotspots=[],this._canvas=null,this._floatingItem&&(this.floatingManager.remove(this._floatingItem),this._floatingItem=null)},e.prototype.destroy=function(){},e.defaultConfig={hotspots:[]},e}(KalturaPlayer.core.BasePlugin);e.HotspotsPlugin=p},5156:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.HotspotLoader=void 0;var o=n(3560),r=function(){function t(t){this.logger=t}return t.prototype.load=function(t){var e=this;return Array.isArray(t)?t.map((function(t){return(0,o.normalizeHotspotConfig)(t)})).filter((function(t,n){return e._validateHotspot(t,n)})).map((function(t){return e._transformConfigToRawHotspot(t)})):(this.logger.warn("Hotspots config should be an array"),null)},t.prototype._validateHotspot=function(t,e){if(!t.id)return this.logger.warn("Hotspot at index ".concat(e," is missing required 'id' field, skipping")),!1;if("number"!=typeof t.startTime)return this.logger.warn("Hotspot '".concat(t.id,"' is missing required 'startTime' field, skipping")),!1;if(!t.layout)return this.logger.warn("Hotspot '".concat(t.id,"' is missing required 'layout' field, skipping")),!1;for(var n=0,o=["relativeX","relativeY","relativeWidth","relativeHeight","stageWidth","stageHeight"];n<o.length;n++){var r=o[n];if("number"!=typeof t.layout[r])return this.logger.warn("Hotspot '".concat(t.id,"' has invalid layout.").concat(r,", skipping")),!1}return!!t.styles||(this.logger.warn("Hotspot '".concat(t.id,"' is missing required 'styles' field, skipping")),!1)},t.prototype._transformConfigToRawHotspot=function(t){return{id:t.id,startTime:t.startTime,endTime:t.endTime,label:t.label,styles:t.styles,onClick:t.onClick,rawLayout:{relativeX:t.layout.relativeX,relativeY:t.layout.relativeY,relativeWidth:t.layout.relativeWidth,relativeHeight:t.layout.relativeHeight,stageWidth:t.layout.stageWidth,stageHeight:t.layout.stageHeight}}},t}();e.HotspotLoader=r},3560:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.normalizeHotspotConfig=void 0;var o=n(95),r=0;function i(t){return"string"==typeof t&&t in o.POSITION_PRESETS}e.normalizeHotspotConfig=function(t){var e,n,a,s,l,c,u=t.layout||{},p=function(t){return"string"==typeof t&&t in o.SIZE_PRESETS}(u.size)?u.size:"m",_=o.SIZE_PRESETS[p],d=null!==(e=u.relativeWidth)&&void 0!==e?e:_.relativeWidth,h=null!==(n=u.relativeHeight)&&void 0!==n?n:_.relativeHeight,f=i(u.position)?u.position:void 0;l=void 0!==u.relativeX?u.relativeX:f?o.POSITION_PRESETS[f].relativeX:o.POSITION_PRESETS.center.relativeX,c=void 0!==u.relativeY?u.relativeY:f?o.POSITION_PRESETS[f].relativeY:o.POSITION_PRESETS.center.relativeY;for(var A=void 0!==u.relativeX||void 0!==u.relativeY?{relativeX:l,relativeY:c}:function(t,e,n,r,a){if(!a||!i(a))return{relativeX:t,relativeY:e};var s=o.POSITION_ANCHORS[a];return{relativeX:Math.max(0,Math.min(1-n,t-n*s.anchorX)),relativeY:Math.max(0,Math.min(1-r,e-r*s.anchorY))}}(l,c,d,h,f||"center"),C=A.relativeX,v=A.relativeY,g=t.styles||{},y={},m=0,b=Object.entries(o.DEFAULT_STYLES);m<b.length;m++){var x=b[m],w=x[0],E=x[1];y[w]=E}for(var k=0,P=Object.entries(g);k<P.length;k++){var B=P[k];w=B[0],void 0!==(E=B[1])&&(y[w]=E)}return{id:t.id||"hotspot-".concat(Date.now(),"-").concat(r++),startTime:t.startTime,endTime:t.endTime,label:t.label,onClick:t.onClick,layout:{relativeX:C,relativeY:v,relativeWidth:d,relativeHeight:h,stageWidth:null!==(a=u.stageWidth)&&void 0!==a?a:o.DEFAULT_STAGE.stageWidth,stageHeight:null!==(s=u.stageHeight)&&void 0!==s?s:o.DEFAULT_STAGE.stageHeight},styles:y}}},95:function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.POSITION_ANCHORS=e.DEFAULT_STYLES=e.DEFAULT_STAGE=e.SIZE_PRESETS=e.POSITION_PRESETS=void 0,e.POSITION_PRESETS={"top-left":{relativeX:.05,relativeY:.05},top:{relativeX:.5,relativeY:.05},"top-right":{relativeX:.95,relativeY:.05},left:{relativeX:.05,relativeY:.5},center:{relativeX:.5,relativeY:.5},right:{relativeX:.95,relativeY:.5},"bottom-left":{relativeX:.05,relativeY:.95},bottom:{relativeX:.5,relativeY:.95},"bottom-right":{relativeX:.95,relativeY:.95}},e.SIZE_PRESETS={xs:{relativeWidth:.12,relativeHeight:.08},s:{relativeWidth:.18,relativeHeight:.1},m:{relativeWidth:.25,relativeHeight:.12},l:{relativeWidth:.32,relativeHeight:.14},xl:{relativeWidth:.42,relativeHeight:.16}},e.DEFAULT_STAGE={stageWidth:960,stageHeight:640},e.DEFAULT_STYLES={background:"rgba(0, 0, 0, 0.75)",color:"#ffffff","border-radius":"12px","font-size":"20px","font-weight":"500","font-family":'-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif'},e.POSITION_ANCHORS={"top-left":{anchorX:0,anchorY:0},top:{anchorX:.5,anchorY:0},"top-right":{anchorX:1,anchorY:0},left:{anchorX:0,anchorY:.5},center:{anchorX:.5,anchorY:.5},right:{anchorX:1,anchorY:.5},"bottom-left":{anchorX:0,anchorY:1},bottom:{anchorX:.5,anchorY:1},"bottom-right":{anchorX:1,anchorY:1}}},710:function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.HotspotTimelineSimple=void 0;var n=function(){function t(){this._hotspotsMap=new Map,this._visibleIds=new Set}return t.prototype.initialize=function(t){this._hotspotsMap.clear(),this._visibleIds.clear();for(var e=0,n=t;e<n.length;e++){var o=n[e];this._hotspotsMap.set(o.id,o)}},t.prototype.update=function(t){var e=new Set;this._hotspotsMap.forEach((function(n,o){t<n.startTime||void 0!==n.endTime&&t>=n.endTime||e.add(o)}));var n=this._visibleIds;if(e.size!==n.size)return this._visibleIds=e,!0;var o=!1;return e.forEach((function(t){o||n.has(t)||(o=!0)})),this._visibleIds=e,o},t.prototype.getVisibleHotspots=function(){var t=this,e=[];return this._visibleIds.forEach((function(n){var o=t._hotspotsMap.get(n);o&&e.push(o)})),e},Object.defineProperty(t.prototype,"size",{get:function(){return this._hotspotsMap.size},enumerable:!1,configurable:!0}),t.prototype.clear=function(){this._hotspotsMap.clear(),this._visibleIds.clear()},t}();e.HotspotTimelineSimple=n},6912:function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.shallowCompareHotspots=void 0,e.shallowCompareHotspots=function(t,e){var n=t.length;if(e.length!==n)return!1;for(var o=0;o<n;o++)if(t[o]!==e[o])return!1;return!0}},8263:function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.scaleVideo=void 0,e.scaleVideo=function(t,e,n,o,r){var i={width:0,height:0,left:0,top:0,scaleToTargetWidth:!0};if(t<=0||e<=0||n<=0||o<=0)return i;var a=n,s=e*n/t,l=t*o/e,c=o,u=l>n;return(u=u?r:!r)?(i.width=Math.abs(a),i.height=Math.abs(s),i.scaleToTargetWidth=!0):(i.width=Math.abs(l),i.height=Math.abs(c),i.scaleToTargetWidth=!1),i.left=Math.abs((n-i.width)/2),i.top=Math.abs((o-i.height)/2),i}},699:function(t){t.exports=/[\0-\x1F\x7F-\x9F]/},6924:function(t){t.exports=/[!-#%-\*,-\/:;\?@\[-\]_\{\}\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061E\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u09FD\u0A76\u0AF0\u0C84\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166D\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E4E\u3001-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]|\uD800[\uDD00-\uDD02\uDF9F\uDFD0]|\uD801\uDD6F|\uD802[\uDC57\uDD1F\uDD3F\uDE50-\uDE58\uDE7F\uDEF0-\uDEF6\uDF39-\uDF3F\uDF99-\uDF9C]|\uD803[\uDF55-\uDF59]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9]|\uD805[\uDC4B-\uDC4F\uDC5B\uDC5D\uDCC6\uDDC1-\uDDD7\uDE41-\uDE43\uDE60-\uDE6C\uDF3C-\uDF3E]|\uD806[\uDC3B\uDE3F-\uDE46\uDE9A-\uDE9C\uDE9E-\uDEA2]|\uD807[\uDC41-\uDC45\uDC70\uDC71\uDEF7\uDEF8]|\uD809[\uDC70-\uDC74]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3B\uDF44]|\uD81B[\uDE97-\uDE9A]|\uD82F\uDC9F|\uD836[\uDE87-\uDE8B]|\uD83A[\uDD5E\uDD5F]/},9338:function(t){t.exports=/[ \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/},8287:function(t){t.exports=/[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/},2052:function(t){"use strict";t.exports=KalturaPlayer},4522:function(t){"use strict";t.exports=KalturaPlayer.ui.preact}},e={};function n(o){var r=e[o];if(void 0!==r)return r.exports;var i=e[o]={id:o,exports:{}};return t[o].call(i.exports,i,i.exports,n),i.exports}n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,{a:e}),e},n.d=function(t,e){for(var o in e)n.o(e,o)&&!n.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:e[o]})},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.nc=void 0;var o={};!function(){"use strict";var t=o;Object.defineProperty(t,"__esModule",{value:!0}),t.HotspotsEvents=t.NAME=t.VERSION=t.Plugin=void 0;var e=n(1624);Object.defineProperty(t,"Plugin",{enumerable:!0,get:function(){return e.HotspotsPlugin}});var r=n(2052);t.VERSION="3.3.1-canary.0-b776562",t.NAME="@playkit-js/manual-hotspots";var i=n(2230);Object.defineProperty(t,"HotspotsEvents",{enumerable:!0,get:function(){return i.HotspotsEvents}}),(0,r.registerPlugin)("playkit-js-manual-hotspots",e.HotspotsPlugin)}(),((KalturaPlayer=void 0===KalturaPlayer?{}:KalturaPlayer).plugins=KalturaPlayer.plugins||{})["manual-hotspots"]=o}();
3
3
  //# sourceMappingURL=playkit-manual-hotspots.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@playkit-js/manual-hotspots",
3
- "version": "3.3.1-canary.0-2996ab6",
3
+ "version": "3.3.1-canary.0-b776562",
4
4
  "private": false,
5
5
  "bugs": {
6
6
  "url": "https://github.com/kaltura-ps/playkit-js-manual-hotspots/issues"
@@ -63,7 +63,7 @@
63
63
  "test:watch": "yarn run test:prepare && cypress open",
64
64
  "test": "yarn run test:prepare && yarn run cy:run",
65
65
  "release": "standard-version",
66
- "pushTaggedRelease": "git push --follow-tags --no-verify origin master",
66
+ "pushTaggedRelease": "git push --follow-tags --no-verify origin main",
67
67
  "prettier:fix": "prettier --write ."
68
68
  },
69
69
  "publishConfig": {