@playkit-js/moderation 3.2.11 → 3.2.12

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,6 +2,8 @@
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.2.12 (2023-12-10)
6
+
5
7
  ### 3.2.11 (2023-12-07)
6
8
 
7
9
 
@@ -1,3 +1,3 @@
1
1
  /*! For license information please see playkit-moderation.js.LICENSE.txt */
2
- var KalturaPlayer;(()=>{var e={1972:function(e,t,n){"use strict";var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return i=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},i.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.Button=t.ButtonType=t.ButtonSize=void 0;var a,s,l=n(4522),c=n(42),_=n(2052),p=n(979),u=n(4820),d=n(7538),A=_.ui.Components.Tooltip;!function(e){e.small="small",e.medium="medium",e.large="large"}(a=t.ButtonSize||(t.ButtonSize={})),function(e){e.primary="primary",e.danger="danger",e.translucent="translucent",e.borderless="borderless"}(s=t.ButtonType||(t.ButtonType={}));var h=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.buttonRef=(0,l.createRef)(),t.renderButton=function(){var e,n=t.props,o=c(d.button,d[n.size],d[n.type],n.className,((e={})[d.disabled]=n.disabled,e[d.withIcon]=n.children&&n.icon,e[d.iconOnly]=!n.children&&n.icon,e)),r=i(i({ref:t.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)(u.Icon,{name:n.icon,size:u.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},t}return r(t,e),t.prototype.componentDidMount=function(){var e;this.props.focusOnMount&&(null===(e=this.buttonRef.current)||void 0===e||e.focus())},t.prototype.render=function(e){if(e.tooltip){var t=i(i({label:e.tooltip.label},e.tooltip.type?{type:e.tooltip.type}:{}),e.tooltip.className?{classNames:e.tooltip.className}:{});return(0,l.h)(A,i({},t),this.renderButton())}return this.renderButton()},t}(l.Component);t.Button=h,h.defaultProps={disabled:!1,focusOnMount:!1,tabIndex:0,children:null,size:a.medium,icon:null,type:s.primary}},979:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.A11yWrapper=t.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,_=r.RIGHT,p=function(e){e.preventDefault(),e.stopPropagation()};t.isKeyboardEvent=function(e){return e instanceof KeyboardEvent||[e.offsetX,e.offsetY].every((function(e){return 0===e}))},t.A11yWrapper=function(e){var n=e.children,r=e.onClick,u=e.onUpKeyPressed,d=e.onDownKeyPressed,A=e.onLeftKeyPressed,h=e.onRightKeyPressed,f=e.role,C=e.type,g={onKeyDown:function(e){e.keyCode===a||e.keyCode===i?(p(e),r(e,!0)):e.keyCode===s&&u?(p(e),u(e)):e.keyCode===l&&d?(p(e),d(e)):e.keyCode===c&&A?(p(e),A(e)):e.keyCode===_&&h&&(p(e),h(e))},onClick:function(e){r(e,(0,t.isKeyboardEvent)(e))},role:f};return"button"===(null==n?void 0:n.type)&&(g.type=C||"button"),(0,o.cloneElement)(n,g)},t.A11yWrapper.defaultProps={role:"button"}},8579:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.OverlayPortal=void 0;var n=KalturaPlayer.ui.redux.useSelector,o=KalturaPlayer.ui.createPortal;t.OverlayPortal=function(e){var t=e.children,r=n((function(e){return e.config.targetId})),i=document.getElementById(r)||document;return o(t,i.querySelector(".overlay-portal"))}},9695:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Add=void 0;var o=n(4522);t.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:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Close=void 0;var o=n(4522);t.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:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Download=void 0;var o=n(4522);t.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:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Expand=void 0;var o=n(4522);t.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:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.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),_=n(6563),p=n(2489),u=n(9695),d=n(756),A=n(4726),h=n(2942);t.Icons={close:o.Close,print:r.Print,download:i.Download,related:a.Related,message:s.Message,share:l.Share,more:c.More,quiz:_.QuizIcon,switch:p.Switch,add:u.Add,minimizedVideo:d.MinimizedVideo,pictureInPicture:A.PictureInPicture,expand:h.Expand}},8835:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Message=void 0;var o=n(4522);t.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:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MinimizedVideo=void 0;var o=n(4522);t.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:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.More=void 0;var o=n(4522);t.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:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PictureInPicture=void 0;var o=n(4522);t.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:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Print=void 0;var o=n(4522);t.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:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.QuizIcon=void 0;var o=n(4522);t.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:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Related=void 0;var o=n(4522);t.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:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Share=void 0;var o=n(4522);t.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:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Switch=void 0;var o=n(4522);t.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:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Icon=t.IconSize=void 0;var o,r=n(4522),i=n(42),a=n(1861),s=n(3278);!function(e){e.small="small",e.medium="medium",e.large="large"}(o=t.IconSize||(t.IconSize={})),t.Icon=function(e){var t=a.Icons[e.name];return t?(0,r.h)("div",{className:i(s.iconWrapper,s[e.size])},(0,r.h)(t,null)):null},t.Icon.defaultProps={size:o.medium}},1365:function(e,t,n){"use strict";var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.BannerContainer=void 0;var i=n(4522),a=n(6502),s=n(8482),l=n(334),c=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return r(t,e),t.prototype.render=function(e){var t=this.props.theme,n=t.backgroundColor,o=t.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:e.onClose},(0,i.h)(s.CloseSmall,{className:a.small}),(0,i.h)(l.CloseLarge,{className:a.large})),this.props.children))},t}(i.Component);t.BannerContainer=c},334:function(e,t,n){"use strict";var o=this&&this.__assign||function(){return o=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},o.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.CloseLarge=void 0;var r=n(4522);t.CloseLarge=function(e){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"},e),(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(e,t,n){"use strict";var o=this&&this.__assign||function(){return o=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},o.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.CloseSmall=void 0;var r=n(4522);t.CloseSmall=function(e){return(0,r.h)("svg",o({xmlns:"http://www.w3.org/2000/svg",width:"10",height:"10",viewBox:"0 0 10 10"},e),(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:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.BannerContainer=void 0;var o=n(1365);Object.defineProperty(t,"BannerContainer",{enumerable:!0,get:function(){return o.BannerContainer}})},9673:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.BannerManager=t.VisibilityMode=void 0;var o,r=n(7720),i=n(4522),a=n(4570),s=n(5827),l=n(7863),c=n(8853);!function(e){e.VISIBLE="VISIBLE",e.HIDDEN="HIDDEN"}(o=t.VisibilityMode||(t.VisibilityMode={}));var _={theme:{backgroundColor:"rgba(0, 0, 0, .7)",blur:"10px"}},p=function(){function e(e){this.options=e,this._floatingItem=null,this._timerSubscription=void 0,this._options=e,this._bannerConfig=(0,c.getContribConfig)(this._options.kalturaPlayer,"ui.banner",_)}return e.prototype.add=function(e){return this._floatingItem&&this.remove(),this._floatingItem=this._options.floatingManager.add({label:"Banner",mode:r.FloatingUIModes.Immediate,position:r.FloatingPositions.InteractiveArea,renderContent:this._createRenderBanner(e,{onClose:this._handleCloseEvent.bind(this),theme:this._bannerConfig.theme})}),e.autoClose&&this._startDurationTimer(e.duration),this._getState()},e.prototype.remove=function(){this._floatingItem&&(this._timerSubscription&&clearTimeout(this._timerSubscription),this._options.floatingManager.remove(this._floatingItem),this._floatingItem=null)},e.prototype.reset=function(){this.remove()},e.prototype._createRenderBanner=function(e,t){var n=e.content,o=e.renderContent,r=t.onClose,l=t.theme;return function(e){return(0,i.h)(s.BannerContainer,{onClose:r,theme:l},o?o(n,e):(0,i.h)(a.Banner,{content:n}))}},e.prototype._handleCloseEvent=function(){this.remove()},e.prototype._startDurationTimer=function(e){void 0===e&&(e=6e4),this._timerSubscription=setTimeout(this.remove.bind(this),Math.max(5e3,e))},e.prototype._getState=function(){var e=(0,l.getPlayerSize)(this._options.kalturaPlayer);return{visibilityMode:!e||e.width<480?o.HIDDEN:o.VISIBLE}},e}();t.BannerManager=p},6797:function(e,t,n){"use strict";var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.Banner=void 0;var i=n(4522),a=n(9480),s=n(5316),l=n(6339),c=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return r(t,e),t.prototype.render=function(e){var t=e.content,n=t.text,o=t.title,r=void 0===o?"Audience asks:":o,s=t.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)))},t.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}))},t}(i.Component);t.Banner=c},4570:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Banner=void 0;var o=n(6797);Object.defineProperty(t,"Banner",{enumerable:!0,get:function(){return o.Banner}})},5316:function(e,t,n){"use strict";var o=this&&this.__assign||function(){return o=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},o.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.SomeoneAsksLarge=void 0;var r=n(4522);t.SomeoneAsksLarge=function(e){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"},e),(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(e,t,n){"use strict";var o=this&&this.__assign||function(){return o=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},o.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.SomeoneAsksSmall=void 0;var r=n(4522);t.SomeoneAsksSmall=function(e){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"},e),(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:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ContribServices=t.getPlayerContribRegistry=void 0;var o=n(8717),r=n(3199),i=n(5753),a=n(8529),s=n(9673);function l(e){return o.PlayerContribRegistry.get(e)}t.getPlayerContribRegistry=l;var c=function(){function e(e,t){var n=this;this._playerContribRegistry=e,this._options=t,this._registered=!1,this._addListeners=function(){var e=n._options.kalturaPlayer;e.addEventListener(e.Event.PLAYER_RESET,n.reset),e.addEventListener(e.Event.PLAYER_DESTROY,n._removeListeners)},this._removeListeners=function(){var e=n._options.kalturaPlayer;e.removeEventListener(e.Event.PLAYER_RESET,n.reset),e.removeEventListener(e.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}),_=new i.ToastManager({floatingManager:c}),p=new s.BannerManager({kalturaPlayer:o,floatingManager:c});this._toastManager=_,this._floatingManager=c,this._presetManager=l,this._bannerManager=p,this._addListeners()}return e.get=function(t){var n=l(t.kalturaPlayer);return n.register("ContribServices",(function(){return new e(n,t)}))},Object.defineProperty(e.prototype,"presetManager",{get:function(){return this._presetManager},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"floatingManager",{get:function(){return this._floatingManager},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"toastManager",{get:function(){return this._toastManager},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"bannerManager",{get:function(){return this._bannerManager},enumerable:!1,configurable:!0}),e}();t.ContribServices=c},8853:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getContribConfig=void 0;var o=n(5816);t.getContribConfig=function(e,t,n,r){return o.KalturaPlayerUtils.getPlayerConfig(e,"contrib.".concat(t),n,r)}},5092:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n(4522);t.default=function(e,t,n){return(0,o.h)("a",{href:e,key:n,target:"_blank",rel:"noopener noreferrer"},t)}},8842:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.EventsManager=void 0;var n=function(){function e(){this._eventListeners={},this._wildcardEventListeners=[]}return e.prototype.on=function(e,t){"*"!==e?(this._eventListeners[e]||(this._eventListeners[e]=[])).push(t):this._wildcardEventListeners.push(t)},e.prototype.off=function(e,t){if("*"!==e){var n=this._eventListeners[e];n&&n.splice(n.indexOf(t)>>>0,1)}else this._wildcardEventListeners.splice(this._wildcardEventListeners.indexOf(t)>>>0,1)},e.prototype.emit=function(e){(this._eventListeners[e.type]||[]).slice().map((function(t){t(e)})),this._wildcardEventListeners.slice().map((function(t){t(e)}))},e}();t.EventsManager=n},7720:(e,t)=>{"use strict";var n,o;Object.defineProperty(t,"__esModule",{value:!0}),t.FloatingPositions=t.FloatingUIModes=void 0,(o=t.FloatingUIModes||(t.FloatingUIModes={})).MediaLoaded="MediaLoaded",o.OnDemand="OnDemand",o.Immediate="Immediate",o.FirstPlay="FirstPlay",(n=t.FloatingPositions||(t.FloatingPositions={})).VideoArea="VideoArea",n.PresetArea="PresetArea",n.InteractiveArea="InteractiveArea"},5921:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.FloatingItem=void 0;var o=n(4522),r=n(7720),i=n(9017),a=function(){function e(e){var t=this;this._destroyed=!1,this._isShown=!1,this._componentRef=null,this.remove=function(){t._isShown=!1,t._componentRef&&t._componentRef.update()},this.add=function(){t._isShown=!0,t._componentRef&&t._componentRef.update()},this._handleMediaLoaded=function(){var e=t._options.kalturaPlayer;e.removeEventListener(e.Event.MEDIA_LOADED,t._handleMediaLoaded),t.add()},this._handleFirstPlay=function(){var e=t._options.kalturaPlayer;e.removeEventListener(e.Event.FIRST_PLAY,t._handleFirstPlay),t.add()},this._options=e,this._addPlayerBindings()}return Object.defineProperty(e.prototype,"data",{get:function(){return this._options.data},enumerable:!1,configurable:!0}),e.prototype.update=function(){this._componentRef&&this._componentRef.update()},e.prototype.destroy=function(){this._destroyed=!0,this.remove()},e.prototype.renderFloatingChild=function(e){var t=this,n=this._options.data.label;return(0,o.h)(i.ManagedComponent,{label:n,renderChildren:function(){return t._options.data.renderContent(e)},isShown:function(){return t._isShown},ref:function(e){return t._componentRef=e}})},e.prototype._addPlayerBindings=function(){var e=this._options,t=e.kalturaPlayer,n=e.data;n.mode===r.FloatingUIModes.MediaLoaded&&t.addEventListener(t.Event.MEDIA_LOADED,this._handleMediaLoaded),n.mode===r.FloatingUIModes.FirstPlay&&t.addEventListener(t.Event.FIRST_PLAY,this._handleFirstPlay),n.mode===r.FloatingUIModes.Immediate&&this.add()},e}();t.FloatingItem=a},8529:function(e,t,n){"use strict";var o=this&&this.__assign||function(){return o=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},o.apply(this,arguments)},r=this&&this.__spreadArray||function(e,t,n){if(n||2===arguments.length)for(var o,r=0,i=t.length;r<i;r++)!o&&r in t||(o||(o=Array.prototype.slice.call(t,0,r)),o[r]=t[r]);return e.concat(o||Array.prototype.slice.call(t))};Object.defineProperty(t,"__esModule",{value:!0}),t.FloatingManager=void 0;var i=n(5921),a=n(7720),s=n(3199),l=n(4522),c=n(7863),_=n(9017),p=n(7417),u=n(8853),d={presetAreasMapping:{Playback:{VideoArea:"VideoArea",PresetArea:"PresetArea",InteractiveArea:"InteractiveArea"},Live:{VideoArea:"VideoArea",PresetArea:"PresetArea",InteractiveArea:"InteractiveArea"}}},A=["VideoArea","PresetArea","InteractiveArea"],h=function(){function e(e){var t,n,o=this;this._options=e,this._items=((t={})[a.FloatingPositions.VideoArea]=[],t[a.FloatingPositions.InteractiveArea]=[],t[a.FloatingPositions.PresetArea]=[],t),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(e){var t=o._getRendererProps({});return o._items[e].map((function(e){return e.renderFloatingChild(t)}))},this._renderChild=function(e){return(0,l.h)(_.ManagedComponent,{label:"floating-manager",renderChildren:function(){return o._renderItems(e)},isShown:function(){return!0},ref:function(t){return o._componentRef[e]=t}})},this._floatingConfig=(0,u.getContribConfig)(this._options.kalturaPlayer,"ui.floating",d,{explicitMerge:["presetAreasMapping"]});var r=p.PresetsUtils.groupPresetAreasByType({presetAreasMapping:this._floatingConfig.presetAreasMapping,acceptableTypes:A});Object.keys(r).forEach((function(e){o._options.presetManager.add({label:"floating-manager",presetAreas:r[e],renderChild:function(){return o._renderChild(a.FloatingPositions[e])}})})),this._addPlayerBindings(),this._updateCachedCanvas()}return e.prototype.add=function(e){var t=this._options.presetManager,n=o(o({presetManager:t},this._options),{data:e}),r=new i.FloatingItem(n);return this._items[e.position].push(r),r},e.prototype.remove=function(e){var t=this._items[e.data.position],n=t.indexOf(e);n>-1?(t[n].destroy(),t.splice(n,1)):console.warn("couldn't remove ".concat(e," since it wasn't found"))},e.prototype.reset=function(){r(r(r([],this._items.VideoArea,!0),this._items.InteractiveArea,!0),this._items.PresetArea,!0).forEach((function(e){try{e.destroy()}catch(e){console.warn(e)}})),this._items.VideoArea=[],this._items.PresetArea=[],this._items.InteractiveArea=[]},e.prototype._getRendererProps=function(e){var t=this._options.kalturaPlayer;return{currentTime:void 0!==e.currentTime?e.currentTime:1e3*t.currentTime,canvas:this._cache.canvas}},e.prototype._updateCachedCanvas=function(){this._cache.canvas={playerSize:(0,c.getPlayerSize)(this._options.kalturaPlayer),videoSize:(0,c.getVideoSize)(this._options.kalturaPlayer)}},e.prototype._updateComponents=function(){this._componentRef.InteractiveArea&&this._componentRef.InteractiveArea.update(),this._componentRef.PresetArea&&this._componentRef.PresetArea.update(),this._componentRef.VideoArea&&this._componentRef.VideoArea.update()},e.prototype._addPlayerBindings=function(){var e=this,t=this._options.kalturaPlayer;t.addEventListener(t.Event.TIME_UPDATE,(function(){e._updateComponents()})),t.addEventListener(t.Event.MEDIA_LOADED,(function(){e._updateCachedCanvas(),e._updateComponents()})),t.addEventListener(t.Event.LOADED_DATA,(function(){e._updateCachedCanvas(),e._updateComponents()})),this._options.presetManager.on(s.PresetManagerEventTypes.VideoResizeEvent,(function(){e._updateCachedCanvas(),e._updateComponents()})),this._options.presetManager.on(s.PresetManagerEventTypes.PresetResizeEvent,(function(){e._updateCachedCanvas(),e._updateComponents()}))},e}();t.FloatingManager=h},197:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.LinkifyString=t.VisibilityMode=t.BannerManager=t.FloatingUIModes=t.FloatingPositions=t.FloatingItem=t.ToastSeverity=t.ContribServices=void 0;var o=n(6908);Object.defineProperty(t,"ContribServices",{enumerable:!0,get:function(){return o.ContribServices}});var r=n(5753);Object.defineProperty(t,"ToastSeverity",{enumerable:!0,get:function(){return r.ToastSeverity}});var i=n(5921);Object.defineProperty(t,"FloatingItem",{enumerable:!0,get:function(){return i.FloatingItem}});var a=n(7720);Object.defineProperty(t,"FloatingPositions",{enumerable:!0,get:function(){return a.FloatingPositions}}),Object.defineProperty(t,"FloatingUIModes",{enumerable:!0,get:function(){return a.FloatingUIModes}});var s=n(9673);Object.defineProperty(t,"BannerManager",{enumerable:!0,get:function(){return s.BannerManager}}),Object.defineProperty(t,"VisibilityMode",{enumerable:!0,get:function(){return s.VisibilityMode}});var l=n(8849);Object.defineProperty(t,"LinkifyString",{enumerable:!0,get:function(){return l.LinkifyString}})},5161:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InjectedComponent=void 0;var o=n(413);Object.defineProperty(t,"InjectedComponent",{enumerable:!0,get:function(){return o.InjectedComponent}})},413:function(e,t,n){"use strict";var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.InjectedComponent=void 0;var i=n(4522),a=n(4367),s=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t._root=null,t}return r(t,e),t.prototype.shouldComponentUpdate=function(){return!1},t.prototype.componentDidMount=function(){var e=this.props,t=e.onCreate;if(e.label,t){var n=this._root;n&&t({parent:n})}},t.prototype.componentWillUnmount=function(){var e=this.props,t=e.onDestroy,n=(e.label,this._root);n&&t&&t({parent:n})},t.prototype.render=function(){var e=this,t=this.props,n=t.label,o=t.fillContainer?a.fillContainer:"";return(0,i.h)("div",{"data-contrib-injected":n,className:o,ref:function(t){return e._root=t}})},t}(i.Component);t.InjectedComponent=s},5816:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.KalturaPlayerUtils=void 0;var o=n(9442),r=function(){function e(){}return e.getPlayerConfig=function(e,t,n,r){var i=o.ObjectUtils.get(e.config,t,{});return o.ObjectUtils.mergeDefaults(i,n,r)},e}();t.KalturaPlayerUtils=r},8849:function(e,t,n){"use strict";var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.LinkifyString=void 0;var i=n(4522),a=n(3708),s=n(5092),l=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t._linkify=new a,t}return r(t,e),t.prototype._parseString=function(e){var t=this;if(0===(e||"").trim().length)return"";var n=this._linkify.match(e);if(!n)return e;var o=[],r=0;return n.forEach((function(n,i){n.index>r&&o.push(e.substring(r,n.index));var a=n.url,s=n.text,l=t.props.componentRenderer(a,s,i);o.push(l),r=n.lastIndex})),e.length>r&&o.push(e.substring(r)),1===o.length?o[0]:o},t.prototype.render=function(){return(0,i.h)("span",null,this._parseString(this.props.text))},t.defaultProps={componentRenderer:s.default},t}(i.Component);t.LinkifyString=l},9017:function(e,t,n){"use strict";var o=this&&this.__createBinding||(Object.create?function(e,t,n,o){void 0===o&&(o=n);var r=Object.getOwnPropertyDescriptor(t,n);r&&!("get"in r?!t.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,o,r)}:function(e,t,n,o){void 0===o&&(o=n),e[o]=t[n]}),r=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||o(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),r(n(3692),t)},3692:function(e,t,n){"use strict";var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__decorate||function(e,t,n,o){var r,i=arguments.length,a=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(a=(i<3?r(a):i>3?r(t,n,a):r(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a};Object.defineProperty(t,"__esModule",{value:!0}),t.ManagedComponent=void 0;var a=n(4522),s=n(4022),l=KalturaPlayer.ui.redux.connect,c=function(e){return{playerSize:e.shell.playerSize}},_=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return r(t,e),t.prototype.update=function(){this.setState((function(e){return{toggler:!e.toggler}}))},t.prototype.shouldComponentUpdate=function(e){var t=this.props,n=t.updateOnPlayerSizeChanged,o=t.playerSize;return n&&e.playerSize!==o||e.playerSize===o},t.prototype.componentDidMount=function(){this.setState({toggler:!1})},t.prototype.render=function(){var e=this.props,t=e.fillContainer,n=e.isShown,o=e.playerSize;return n()?(0,a.h)("div",{"data-contrib-item":this.props.label,className:"".concat(t?s.fillContainer:"")},this.props.renderChildren(o)):null},t.defaultProps={fillContainer:!1},i([l(c,null,null,{forwardRef:!0})],t)}(a.Component);t.ManagedComponent=_},9442:function(e,t){"use strict";var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.ObjectUtils=void 0;var o=function(){function e(){}return e.copyDeep=function(t){var n;return Array.isArray(t)?(n=t.length>0?t.slice(0):[]).forEach((function(t,o){("object"==typeof t&&t!=={}||Array.isArray(t)&&t.length>0)&&(n[o]=e.copyDeep(t))})):"object"==typeof t?(n=Object.assign({},t),Object.keys(n).forEach((function(t){("object"==typeof n[t]&&n[t]!=={}||Array.isArray(n[t])&&n[t].length>0)&&(n[t]=e.copyDeep(n[t]))}))):n=t,n},e.isObject=function(e){return e&&"object"==typeof e&&!Array.isArray(e)},e.mergeDeep=function(t,n,o){var r,i;if(!n.length)return t;var a=(o?o.explicitMerge:null)||[],s=n.shift();if(e.isObject(t)&&e.isObject(s))for(var l in s)e.isObject(s[l])?(t[l]||Object.assign(t,((r={})[l]={},r)),-1!==a.indexOf(l)?t[l]=e.explicitFlatMerge(t[l],s[l]):e.mergeDeep(t[l],[s[l]],o)):Object.assign(t,((i={})[l]=s[l],i));return e.mergeDeep(t,n,o)},e.mergeDefaults=function(t,n,o){return e.mergeDeep({},[n,t],o)},e.explicitFlatMerge=function(e,t){var o=n({},e);return Object.keys(t).forEach((function(e){null===t[e]||0===Object.keys(t[e]).length?delete o[e]:o[e]=t[e]})),o},e.get=function(e,t,n){for(var o=function(e){var t=[];return e.split(".").forEach((function(e){e.split(/\[([^}]+)\]/g).forEach((function(e){e.length>0&&t.push(e)}))})),t}(t),r=e,i=0;i<o.length;i++){if(!r[o[i]])return n;r=r[o[i]]}return r},e}();t.ObjectUtils=o},8717:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PlayerContribRegistry=void 0;var n=function(){function e(){this._cache={}}return e.get=function(t){return t.__contrib__=t.__contrib__||{},t.__contrib__.services=t.__contrib__.services||new e,t.__contrib__.services},e.prototype.get=function(e){var t=this._cache[e];if(!t)throw new Error("cannot find resource with token ".concat(e));return t},e.prototype.register=function(e,t){var n=this._cache[e];return n||(n=this._cache[e]={instance:t()}),n.instance},e}();t.PlayerContribRegistry=n},7863:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getVideoSize=t.getPlayerSize=void 0,t.getPlayerSize=function(e){return e?e.dimensions:{width:0,height:0}},t.getVideoSize=function(e){if(!e)return{width:0,height:0};var t=e.getActiveTracks().video;return t&&void 0!==t.width&&void 0!==t.height?{width:t.width,height:t.height}:e.getVideoElement()?{width:e.getVideoElement().videoWidth,height:e.getVideoElement().videoHeight}:{width:0,height:0}}},6109:(e,t)=>{"use strict";var n,o,r;Object.defineProperty(t,"__esModule",{value:!0}),t.RelativeToTypes=t.ReservedPresetAreas=t.ReservedPresetNames=void 0,(r=t.ReservedPresetNames||(t.ReservedPresetNames={})).Playback="Playback",r.Live="Live",(o=t.ReservedPresetAreas||(t.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=t.RelativeToTypes||(t.RelativeToTypes={})).Before="Before",n.After="After",n.Replace="Replace"},6513:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PresetItem=void 0;var o=n(4522),r=n(6109),i=n(5161),a=function(){function e(e){var t=this;this._render=function(){if(t._options.data.isolateComponent){var e=t._options.data,n=e.label,r=e.fillContainer;return(0,o.h)(i.InjectedComponent,{label:n,fillContainer:r||!1,onCreate:t._onCreate,onDestroy:t._onDestroy})}return t._options.data.renderChild()},this._onDestroy=function(e){e.parent&&(0,o.render)(null,e.parent)},this._onCreate=function(e){try{if(!e.parent)return;var n=t._options.data.renderChild();if(!n)return;(0,o.render)(n,e.parent)}catch(e){}},this._options=e}return Object.defineProperty(e.prototype,"playerConfig",{get:function(){var e=[];for(var t in this._options.data.presetAreas){var n=this._options.data.presetAreas[t],o=this._options.data.relativeTo;if(n){var i={label:this._options.data.label,presets:[t],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}e.push(i)}}return e},enumerable:!1,configurable:!0}),e}();t.PresetItem=a},3199:function(e,t,n){"use strict";var o=this&&this.__spreadArray||function(e,t,n){if(n||2===arguments.length)for(var o,r=0,i=t.length;r<i;r++)!o&&r in t||(o||(o=Array.prototype.slice.call(t,0,r)),o[r]=t[r]);return e.concat(o||Array.prototype.slice.call(t))};Object.defineProperty(t,"__esModule",{value:!0}),t.PresetManager=t.PresetManagerEventTypes=void 0;var r,i=n(4522),a=n(6513),s=n(8842),l=n(6227),c=n(7417),_=n(8853);!function(e){e.PresetResizeEvent="PresetResizeEvent",e.VideoResizeEvent="VideoResizeEvent"}(r=t.PresetManagerEventTypes||(t.PresetManagerEventTypes={}));var p=["PlayerArea"],u={presetAreasMapping:{Playback:{PlayerArea:"PlayerArea"},Live:{PlayerArea:"PlayerArea"}}},d=function(){function e(e){var t=this;this._events=new s.EventsManager,this._isLocked=!1,this._items=[],this._pendingItems=[],this._registerToPlayer=function(e){e.addEventListener(KalturaPlayer.ui.EventType.UI_PRESET_RESIZE,t._notifyUIPresetResize),e.addEventListener(KalturaPlayer.ui.EventType.VIDEO_RESIZE,t._notifyVideoResize)},this._notifyVideoResize=function(){t._events.emit({type:r.VideoResizeEvent})},this._notifyUIPresetResize=function(){t._events.emit({type:r.PresetResizeEvent})},this._unregisterToPlayer=function(e){e.removeEventListener(KalturaPlayer.ui.EventType.UI_PRESET_RESIZE,t._notifyUIPresetResize),e.removeEventListener(KalturaPlayer.ui.EventType.VIDEO_RESIZE,t._notifyVideoResize)},this.on=this._events.on.bind(this._events),this.off=this._events.off.bind(this._events),this._options=e,this._presetConfig=(0,_.getContribConfig)(this._options.kalturaPlayer,"ui.preset",u,{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:t._registerToPlayer,onUnmount:t._unregisterToPlayer})}})}return e.prototype.add=function(e){if(this._isLocked)return console.warn("cannot add new preset items once player completed its' setup phase"),null;var t=new a.PresetItem({kalturaPlayer:this._options.kalturaPlayer,data:e});this._pendingItems.push(t)},e.prototype.lockManager=function(){this._isLocked=!0},e.prototype.registerComponents=function(){var e=[];return this._pendingItems.forEach((function(t){e=o(o([],e,!0),t.playerConfig,!0)})),this._items=o(o([],this._items,!0),this._pendingItems,!0),this._pendingItems=[],e.filter(Boolean)},e}();t.PresetManager=d},7417:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PresetsUtils=void 0;var n=function(){function e(){}return e.groupPresetAreasByType=function(e){var t=e.presetAreasMapping,n=e.acceptableTypes,o={};return n.forEach((function(e){return o[e]={}})),Object.keys(t).forEach((function(e){Object.keys(t[e]).forEach((function(r){-1===n.indexOf(r)||(o[r][e]=t[e][r])}))})),o},e}();t.PresetsUtils=n},5753:function(e,t,n){"use strict";var o=this&&this.__assign||function(){return o=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},o.apply(this,arguments)},r=this&&this.__rest||function(e,t){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.ToastManager=t.ToastSeverity=void 0;var i,a=n(4144),s=n(7720),l=n(4617),c=n(4522);(i=t.ToastSeverity||(t.ToastSeverity={})).Info="Info",i.Success="Success",i.Warn="Warn",i.Error="Error";var _=function(){function e(e){var t=this;this.options=e,this._toasts=[],this._floatingItem=null,this._remove=function(e){var n=t._findToastIndexById(e);-1!==n&&(clearTimeout(t._toasts[n].timerSubscription),t._toasts.splice(n,1),t._updateToastsUI(),0===t._toasts.length&&t._removeToastsContainer())},this._options=e}return e.prototype.add=function(e){var t=e.duration,n=r(e,["duration"]);this._floatingItem||this._addToastsContainer();var i={toastProps:o(o({},n),{id:a.UUID.uuidV1(),onClose:this._remove}),duration:t,timerSubscription:null};this._toasts.push(i),this._updateToastsUI(),this._startDurationTimer(i)},e.prototype.reset=function(){var e=this;this._toasts.forEach((function(t){e._remove(t.toastProps.id)}))},e.prototype._startDurationTimer=function(e){var t=this;e.timerSubscription=setTimeout((function(){t._remove(e.toastProps.id)}),e.duration)},e.prototype._addToastsContainer=function(){var e=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:e._toasts.map((function(e){return e.toastProps}))})}})},e.prototype._removeToastsContainer=function(){this._floatingItem&&(this._options.floatingManager.remove(this._floatingItem),this._floatingItem=null)},e.prototype._updateToastsUI=function(){this._floatingItem&&this._floatingItem.update()},e.prototype._findToastIndexById=function(e){for(var t=0;t<this._toasts.length;){if(this._toasts[t].toastProps.id===e)return t;t++}return-1},e}();t.ToastManager=_},1569:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.CloseIcon=void 0;var o=n(4522);t.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(e,t,n){"use strict";var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.Toast=void 0;var i=n(4522),a=n(181),s=n(5753),l=n(1569),c=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.state={isShown:!0},t._onClick=function(e){t.props.onClick(),t._onClose(e)},t._onClose=function(e){e.stopPropagation(),t.setState({isShown:!1}),t.props.onClose(t.props.id)},t}return r(t,e),t.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}},t.prototype.render=function(){var e=this.props,t=e.text,n=e.title,o=e.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},t)))},t}(i.Component);t.Toast=c},4617:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ToastsContainer=void 0;var o=n(7371);Object.defineProperty(t,"ToastsContainer",{enumerable:!0,get:function(){return o.ToastsContainer}})},7371:function(e,t,n){"use strict";var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return i=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},i.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.ToastsContainer=void 0;var a=n(4522),s=n(3810),l=n(5579),c=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return r(t,e),t.prototype.render=function(){return(0,a.h)("div",{className:l.toastsContainer,"aria-live":"polite"},this.props.toasts.map((function(e){return(0,a.h)("div",{className:l.toastRow,key:e.id},(0,a.h)(s.Toast,i({},e)))})))},t}(a.Component);t.ToastsContainer=c},6227:function(e,t,n){"use strict";var o=this&&this.__createBinding||(Object.create?function(e,t,n,o){void 0===o&&(o=n);var r=Object.getOwnPropertyDescriptor(t,n);r&&!("get"in r?!t.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,o,r)}:function(e,t,n,o){void 0===o&&(o=n),e[o]=t[n]}),r=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||o(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),r(n(9873),t)},9873:function(e,t,n){"use strict";var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__decorate||function(e,t,n,o){var r,i=arguments.length,a=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(a=(i<3?r(a):i>3?r(t,n,a):r(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a};Object.defineProperty(t,"__esModule",{value:!0}),t.UIPlayerAdapter=void 0;var a=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return r(t,e),t.prototype.componentDidMount=function(){this.props.onMount(this.props.player)},t.prototype.componentWillUnmount=function(){this.props.onUnmount(this.props.player)},t.prototype.render=function(e){return null},t.defaultProps={player:null},i([KalturaPlayer.ui.components.withPlayer],t)}(n(4522).Component);t.UIPlayerAdapter=a},4144:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.UUID=void 0;var n=function(){function e(){}return e.uuidV1=function(){return"".concat(Date.now(),"-").concat(Math.random())},e}();t.UUID=n},42:(e,t)=>{var n;!function(){"use strict";var o={}.hasOwnProperty;function r(){for(var e=[],t=0;t<arguments.length;t++){var n=arguments[t];if(n){var i=typeof n;if("string"===i||"number"===i)e.push(n);else if(Array.isArray(n)){if(n.length){var a=r.apply(null,n);a&&e.push(a)}}else if("object"===i){if(n.toString!==Object.prototype.toString&&!n.toString.toString().includes("[native code]")){e.push(n.toString());continue}for(var s in n)o.call(n,s)&&n[s]&&e.push(s)}}}return e.join(" ")}e.exports?(r.default=r,e.exports=r):void 0===(n=function(){return r}.apply(t,[]))||(e.exports=n)}()},6298:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>s});var o=n(559),r=n.n(o),i=n(3476),a=n.n(i)()(r());a.push([e.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/common/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"};const s=a},6469:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>s});var o=n(559),r=n.n(o),i=n(3476),a=n.n(i)()(r());a.push([e.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"};const s=a},5588:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>s});var o=n(559),r=n.n(o),i=n(3476),a=n.n(i)()(r());a.push([e.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"};const s=a},9882:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>s});var o=n(559),r=n.n(o),i=n(3476),a=n.n(i)()(r());a.push([e.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"};const s=a},1355:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>s});var o=n(559),r=n.n(o),i=n(3476),a=n.n(i)()(r());a.push([e.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"};const s=a},8931:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>s});var o=n(559),r=n.n(o),i=n(3476),a=n.n(i)()(r());a.push([e.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"};const s=a},9318:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>s});var o=n(559),r=n.n(o),i=n(3476),a=n.n(i)()(r());a.push([e.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"};const s=a},3346:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>s});var o=n(559),r=n.n(o),i=n(3476),a=n.n(i)()(r());a.push([e.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"};const s=a},1869:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>s});var o=n(559),r=n.n(o),i=n(3476),a=n.n(i)()(r());a.push([e.id,".moderation__root___OboIy{position:relative;height:100%;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff}.moderation__root___OboIy.moderation__extrasmall___wW3Qa .moderation__main-wrapper___NVSL7 .moderation__title___A6vUl,.moderation__root___OboIy.moderation__small___pmwMw .moderation__main-wrapper___NVSL7 .moderation__title___A6vUl{margin-bottom:12px;font-size:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.moderation__root___OboIy div{margin:0px}.moderation__root___OboIy *{font-family:Lato,sans-serif;font-style:normal}.moderation__root___OboIy .moderation__main-wrapper___NVSL7{width:100%;max-width:461px}.moderation__root___OboIy .moderation__main-wrapper___NVSL7 .moderation__title___A6vUl{margin-bottom:8px;font-size:32px;font-weight:700;text-align:left;line-height:32px}.moderation__root___OboIy .moderation__main-wrapper___NVSL7 .moderation__subtitle___d_zxK{margin-top:16px;opacity:.7;font-size:15px;line-height:1.6}.moderation__root___OboIy .moderation__main-wrapper___NVSL7 .moderation__select-wrapper___ngIjN{display:flex;align-items:center;width:100%;margin-top:24px;margin-bottom:16px;cursor:pointer;padding:0;background:initial;color:#fff;border:none}.moderation__root___OboIy .moderation__main-wrapper___NVSL7 .moderation__select-wrapper___ngIjN .moderation__select___g_xYI{font-size:16px;line-height:21px;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.moderation__root___OboIy .moderation__main-wrapper___NVSL7 .moderation__select-wrapper___ngIjN .moderation__down-arrow___XP0Jn{width:14px;margin-left:8px;padding:0;display:flex;justify-content:center;align-items:center}.moderation__root___OboIy .moderation__main-wrapper___NVSL7 .moderation__textarea___J2BBd{resize:none;width:100%;height:72px;margin-bottom:12px;padding:7px 8px;font-size:14px;font-weight:400;color:var(--playkit-tone-2-color);background-color:rgba(0,0,0,.3);border-radius:4px;border:solid 1px var(--playkit-tone-4-color);overflow-y:auto}.moderation__root___OboIy .moderation__main-wrapper___NVSL7 .moderation__textarea___J2BBd.moderation__active___Iy27p{border:solid 1px #fff;color:#fff}.moderation__root___OboIy .moderation__main-wrapper___NVSL7 .moderation__textarea___J2BBd:-ms-input-placeholderr{color:rgba(255,255,255,.7) !important;font-size:14px;line-height:16px;font-weight:400;opacity:1}.moderation__root___OboIy .moderation__main-wrapper___NVSL7 .moderation__textarea___J2BBd::-ms-input-placeholder{color:rgba(255,255,255,.7)}.moderation__root___OboIy .moderation__main-wrapper___NVSL7 .moderation__textarea___J2BBd::placeholder{color:rgba(255,255,255,.7);opacity:1}.moderation__root___OboIy .moderation__main-wrapper___NVSL7 .moderation__textarea___J2BBd::selection{border-radius:2px;background-color:#5b80a7}.moderation__root___OboIy .moderation__main-wrapper___NVSL7 .moderation__textarea___J2BBd::-webkit-scrollbar{width:11px}.moderation__root___OboIy .moderation__main-wrapper___NVSL7 .moderation__textarea___J2BBd::-webkit-scrollbar-thumb{border-radius:8px;background-color:rgba(255,255,255,.3);border:4px solid rgba(0,0,0,0);background-clip:padding-box}.moderation__root___OboIy .moderation__main-wrapper___NVSL7 .moderation__submit-wrapper___DoZJr{width:100%;display:flex;justify-content:flex-end;align-items:center}.moderation__root___OboIy .moderation__main-wrapper___NVSL7 .moderation__submit-wrapper___DoZJr .moderation__character-counter___T8V2q{font-size:14px;text-align:right;margin-right:12px;color:#fff}.moderation__root___OboIy .moderation__main-wrapper___NVSL7 .moderation__submit-wrapper___DoZJr .moderation__submit-button___ibqgF{height:32px;border-radius:4px;color:var(--playkit-primary-text-contrast-color);text-align:center;font-size:14px;font-weight:700;line-height:17px;background-color:var(--playkit-primary-color);padding-left:12px;padding-right:12px;border:none;outline:none !important;cursor:pointer}.moderation__root___OboIy .moderation__main-wrapper___NVSL7 .moderation__submit-wrapper___DoZJr .moderation__submit-button___ibqgF.moderation__disabled___LrNgE{background-color:rgba(0,0,0,0);padding-left:11px;padding-right:11px;color:var(--playkit-tone-4-color);border:1px solid var(--playkit-tone-4-color)}.moderation__root___OboIy .moderation__main-wrapper___NVSL7 .moderation__submit-wrapper___DoZJr .moderation__submit-button___ibqgF:focus{background-color:var(--playkit-primary-brighter-color);box-shadow:0px 0px 0px 1px var(--playkit-primary-color)}.moderation__root___OboIy .moderation__main-wrapper___NVSL7 .moderation__submit-wrapper___DoZJr .playkit-tooltip{width:auto}","",{version:3,sources:["webpack://./components/moderation/moderation.scss","webpack://./../node_modules/@playkit-js/playkit-js-ui/src/styles/exported.scss","webpack://./variables.scss"],names:[],mappings:"AAEA,0BACE,iBAAA,CACA,WAAA,CACA,UAAA,CACA,YAAA,CACA,qBAAA,CACA,kBAAA,CACA,sBAAA,CACA,UAAA,CAIE,uOACE,kBAAA,CACA,cAAA,CACA,eAAA,CACA,sBAAA,CACA,kBAAA,CAIJ,8BACE,UAAA,CAEF,4BACE,2BAAA,CACA,iBAAA,CAGF,4DACE,UAAA,CACA,eAAA,CACA,uFACE,iBAAA,CACA,cAAA,CACA,eAAA,CACA,eAAA,CACA,gBAAA,CAEF,0FACE,eAAA,CACA,UAAA,CACA,cAAA,CACA,eAAA,CAEF,gGACE,YAAA,CACA,kBAAA,CACA,UAAA,CACA,eAAA,CACA,kBAAA,CACA,cAAA,CACA,SAAA,CACA,kBAAA,CACA,UAAA,CACA,WAAA,CACA,4HACE,cAAA,CACA,gBAAA,CACA,eAAA,CACA,eAAA,CACA,sBAAA,CACA,kBAAA,CAEF,gIACE,UAAA,CACA,eAAA,CACA,SAAA,CACA,YAAA,CACA,sBAAA,CACA,kBAAA,CAGJ,0FACE,WAAA,CACA,UAAA,CACA,WAAA,CACA,kBAAA,CACA,eAAA,CACA,cAAA,CACA,eAAA,CACA,iCCpDS,CDqDT,+BAAA,CACA,iBElFQ,CFmFR,4CAAA,CACA,eAAA,CACA,qHACE,qBAAA,CACA,UAAA,CAEF,iHAEE,qCAAA,CACA,cAAA,CACA,gBAAA,CACA,eAAA,CACA,SAAA,CAEF,iHAEE,0BAAA,CAEF,uGAEE,0BAAA,CACA,SAAA,CAEF,qGACE,iBAAA,CACA,wBAAA,CAEF,6GACE,UAAA,CAEF,mHACE,iBEjHM,CFkHN,qCAAA,CACA,8BAAA,CACA,2BAAA,CAGJ,gGACE,UAAA,CACA,YAAA,CACA,wBAAA,CACA,kBAAA,CACA,uIACE,cAAA,CACA,gBAAA,CACA,iBAAA,CACA,UAAA,CAEF,mIACE,WAAA,CACA,iBErIM,CFsIN,gDCnIsB,CDoItB,iBAAA,CACA,cAAA,CACA,eAAA,CACA,gBAAA,CACA,6CC3IQ,CD4IR,iBAAA,CACA,kBAAA,CACA,WAAA,CACA,uBAAA,CACA,cAAA,CACA,gKACE,8BAAA,CACA,iBAAA,CACA,kBAAA,CACA,iCCvHK,CDwHL,4CAAA,CAEF,yIACE,sDCvJe,CDwJf,uDAAA,CAGJ,iHACE,UAAA",sourcesContent:["@import '../../variables.scss';\n\n.root {\n position: relative;\n height: 100%;\n width: 100%;\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n color: white;\n\n &.extrasmall,\n &.small {\n .main-wrapper .title {\n margin-bottom: 12px;\n font-size: 20px;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n }\n\n div {\n margin: 0px;\n }\n * {\n font-family: Lato, sans-serif;\n font-style: normal;\n }\n\n .main-wrapper {\n width: 100%;\n max-width: 461px;\n .title {\n margin-bottom: 8px;\n font-size: 32px;\n font-weight: 700;\n text-align: left;\n line-height: 32px;\n }\n .subtitle {\n margin-top: 16px;\n opacity: 0.7;\n font-size: 15px;\n line-height: 1.6;\n }\n .select-wrapper {\n display: flex;\n align-items: center;\n width: 100%;\n margin-top: 24px;\n margin-bottom: 16px;\n cursor: pointer;\n padding: 0;\n background: initial;\n color: white;\n border: none;\n .select {\n font-size: 16px;\n line-height: 21px;\n font-weight: 400;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n .down-arrow {\n width: 14px;\n margin-left: 8px;\n padding: 0;\n display: flex;\n justify-content: center;\n align-items: center;\n }\n }\n .textarea {\n resize: none;\n width: 100%;\n height: 72px;\n margin-bottom: 12px;\n padding: 7px 8px;\n font-size: 14px;\n font-weight: 400;\n color: $tone-2-color;\n background-color: rgba(0, 0, 0, 0.3);\n border-radius: $roundness-1;\n border: solid 1px $tone-4-color;\n overflow-y: auto;\n &.active {\n border: solid 1px white;\n color: white;\n }\n &:-ms-input-placeholderr {\n /* Internet Explorer 10-11 */\n color: rgba(255, 255, 255, 0.7) !important;\n font-size: 14px;\n line-height: 16px;\n font-weight: 400;\n opacity: 1;\n }\n &::-ms-input-placeholder {\n /* Microsoft Edge */\n color: rgba(255, 255, 255, 0.7);\n }\n &::placeholder {\n /* Chrome, Firefox, Opera, Safari 10.1+ */\n color: rgba(255, 255, 255, 0.7);\n opacity: 1; /* Firefox */\n }\n &::selection {\n border-radius: 2px;\n background-color: #5b80a7;\n }\n &::-webkit-scrollbar {\n width: 11px;\n }\n &::-webkit-scrollbar-thumb {\n border-radius: $roundness-2;\n background-color: rgba(255, 255, 255, 0.3);\n border: 4px solid rgba(0, 0, 0, 0);\n background-clip: padding-box;\n }\n }\n .submit-wrapper {\n width: 100%;\n display: flex;\n justify-content: flex-end;\n align-items: center;\n .character-counter {\n font-size: 14px;\n text-align: right;\n margin-right: 12px;\n color: white;\n }\n .submit-button {\n height: 32px;\n border-radius: $roundness-1;\n color: $primary-text-contrast-color;\n text-align: center;\n font-size: 14px;\n font-weight: 700;\n line-height: 17px;\n background-color: $primary-color;\n padding-left: 12px;\n padding-right: 12px;\n border: none;\n outline: none !important; // overwrites player styles\n cursor: pointer;\n &.disabled {\n background-color: rgba(0, 0, 0, 0);\n padding-left: 11px;\n padding-right: 11px;\n color: $tone-4-color;\n border: 1px solid $tone-4-color;\n }\n &:focus {\n background-color: $primary-brighter-color;\n box-shadow: 0px 0px 0px 1px $primary-color;\n }\n }\n :global(.playkit-tooltip) {\n width: auto;\n }\n }\n }\n}\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","@import '~@playkit-js/playkit-js-ui';\n\n// border radius\n$roundness-1: 4px;\n$roundness-2: 8px;\n"],sourceRoot:""}]),a.locals={root:"moderation__root___OboIy",extrasmall:"moderation__extrasmall___wW3Qa","main-wrapper":"moderation__main-wrapper___NVSL7",mainWrapper:"moderation__main-wrapper___NVSL7",title:"moderation__title___A6vUl",small:"moderation__small___pmwMw",subtitle:"moderation__subtitle___d_zxK","select-wrapper":"moderation__select-wrapper___ngIjN",selectWrapper:"moderation__select-wrapper___ngIjN",select:"moderation__select___g_xYI","down-arrow":"moderation__down-arrow___XP0Jn",downArrow:"moderation__down-arrow___XP0Jn",textarea:"moderation__textarea___J2BBd",active:"moderation__active___Iy27p","submit-wrapper":"moderation__submit-wrapper___DoZJr",submitWrapper:"moderation__submit-wrapper___DoZJr","character-counter":"moderation__character-counter___T8V2q",characterCounter:"moderation__character-counter___T8V2q","submit-button":"moderation__submit-button___ibqgF",submitButton:"moderation__submit-button___ibqgF",disabled:"moderation__disabled___LrNgE"};const s=a},6810:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>s});var o=n(559),r=n.n(o),i=n(3476),a=n.n(i)()(r());a.push([e.id,".popover__popover-container___kNtpB{position:relative}.popover__popover-container___kNtpB .popover__popover-component____kkeB{z-index:1;background-color:var(--playkit-tone-7-color);border-radius:4px;position:absolute;right:0px;display:block}.popover__popover-container___kNtpB .popover__popover-component____kkeB.popover__visible___iReij{visibility:visible;opacity:1;z-index:10}.popover__popover-container___kNtpB .popover__popover-component____kkeB.popover__top___Ea2BZ{bottom:100%;margin-bottom:6px}.popover__popover-container___kNtpB .popover__popover-component____kkeB.popover__bottom___bZkfc{top:100%;margin-top:-6px}.popover__popover-container___kNtpB .popover__popover-component____kkeB.popover__right___FsDQ2{left:0px}.popover__popover-container___kNtpB .popover__popover-component____kkeB.popover__left___Yrbq3{right:0px}.popover__popover-menu___eAVnc{padding-top:6px;padding-bottom:6px}.popover__popover-menu-item___h9uHd{display:flex;align-items:center;padding:9px 24px 9px 16px;white-space:nowrap;min-height:30px;line-height:18px;font-size:14px;font-weight:700;color:var(--playkit-tone-1-color)}.popover__popover-menu-item___h9uHd:hover{cursor:pointer;background-color:var(--playkit-tone-5-color)}.popover__popover-menu-item___h9uHd:focus{outline:1px solid var(--playkit-primary-color)}.popover__report-popover___u9cEc{width:100%;max-width:280px}","",{version:3,sources:["webpack://./components/popover/popover.scss","webpack://./../node_modules/@playkit-js/playkit-js-ui/src/styles/exported.scss","webpack://./variables.scss"],names:[],mappings:"AAEA,oCACI,iBAAA,CACA,wEACI,SAAA,CACA,4CC8BO,CD7BP,iBEJM,CFKN,iBAAA,CACA,SAAA,CACA,aAAA,CACA,iGACI,kBAAA,CACA,SAAA,CACA,UAAA,CAEJ,6FACI,WAAA,CACA,iBAAA,CAEJ,gGACI,QAAA,CACA,eAAA,CAEJ,+FACI,QAAA,CAEJ,8FACI,SAAA,CAIZ,+BACI,eAAA,CACA,kBAAA,CAEJ,oCACI,YAAA,CACA,kBAAA,CACA,yBAAA,CACA,kBAAA,CACA,eAAA,CACA,gBAAA,CACA,cAAA,CACA,eAAA,CACA,iCCfW,CDgBX,0CACI,cAAA,CACA,4CCdO,CDgBX,0CACI,8CAAA,CAGR,iCACI,UAAA,CACA,eAAA",sourcesContent:["@import '../../variables.scss';\n\n.popover-container {\n position: relative;\n .popover-component {\n z-index: 1;\n background-color: $tone-7-color;\n border-radius: $roundness-1;\n position: absolute;\n right: 0px;\n display: block;\n &.visible {\n visibility: visible;\n opacity: 1;\n z-index: 10;\n }\n &.top {\n bottom: 100%;\n margin-bottom: 6px;\n }\n &.bottom {\n top: 100%;\n margin-top: -6px;\n }\n &.right {\n left: 0px;\n }\n &.left {\n right: 0px;\n }\n }\n}\n.popover-menu {\n padding-top: 6px;\n padding-bottom: 6px;\n}\n.popover-menu-item {\n display: flex;\n align-items: center;\n padding: 9px 24px 9px 16px;\n white-space: nowrap;\n min-height: 30px;\n line-height: 18px;\n font-size: 14px;\n font-weight: 700;\n color: $tone-1-color;\n &:hover {\n cursor: pointer;\n background-color: $tone-5-color;\n }\n &:focus {\n outline: 1px solid $primary-color;\n }\n}\n.report-popover {\n width: 100%;\n max-width: 280px;\n}\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","@import '~@playkit-js/playkit-js-ui';\n\n// border radius\n$roundness-1: 4px;\n$roundness-2: 8px;\n"],sourceRoot:""}]),a.locals={"popover-container":"popover__popover-container___kNtpB",popoverContainer:"popover__popover-container___kNtpB","popover-component":"popover__popover-component____kkeB",popoverComponent:"popover__popover-component____kkeB",visible:"popover__visible___iReij",top:"popover__top___Ea2BZ",bottom:"popover__bottom___bZkfc",right:"popover__right___FsDQ2",left:"popover__left___Yrbq3","popover-menu":"popover__popover-menu___eAVnc",popoverMenu:"popover__popover-menu___eAVnc","popover-menu-item":"popover__popover-menu-item___h9uHd",popoverMenuItem:"popover__popover-menu-item___h9uHd","report-popover":"popover__report-popover___u9cEc",reportPopover:"popover__report-popover___u9cEc"};const s=a},6559:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>s});var o=n(559),r=n.n(o),i=n(3476),a=n.n(i)()(r());a.push([e.id,".moderation-plugin__toast-icon___QQFJx{width:16px;height:16px;margin-right:7px}","",{version:3,sources:["webpack://./moderation-plugin.scss"],names:[],mappings:"AAAA,uCACE,UAAA,CACA,WAAA,CACA,gBAAA",sourcesContent:[".toast-icon {\n width: 16px;\n height: 16px;\n margin-right: 7px;\n}\n"],sourceRoot:""}]),a.locals={"toast-icon":"moderation-plugin__toast-icon___QQFJx",toastIcon:"moderation-plugin__toast-icon___QQFJx"};const s=a},3476:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n="",o=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),o&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),o&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n})).join("")},t.i=function(e,n,o,r,i){"string"==typeof e&&(e=[[null,e,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<e.length;c++){var _=[].concat(e[c]);o&&a[_[0]]||(void 0!==i&&(void 0===_[5]||(_[1]="@layer".concat(_[5].length>0?" ".concat(_[5]):""," {").concat(_[1],"}")),_[5]=i),n&&(_[2]?(_[1]="@media ".concat(_[2]," {").concat(_[1],"}"),_[2]=n):_[2]=n),r&&(_[4]?(_[1]="@supports (".concat(_[4],") {").concat(_[1],"}"),_[4]=r):_[4]="".concat(r)),t.push(_))}},t}},559:e=>{"use strict";e.exports=function(e){var t=e[1],n=e[3];if(!n)return t;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," */");return[t].concat([i]).join("\n")}return[t].join("\n")}},3708:(e,t,n)=>{"use strict";function o(e){var t=Array.prototype.slice.call(arguments,1);return t.forEach((function(t){t&&Object.keys(t).forEach((function(n){e[n]=t[n]}))})),e}function r(e){return Object.prototype.toString.call(e)}function i(e){return"[object Function]"===r(e)}function a(e){return e.replace(/[.?*+^$[\]\\(){}|-]/g,"\\$&")}var s={fuzzyLink:!0,fuzzyEmail:!0,fuzzyIP:!1},l={"http:":{validate:function(e,t,n){var o=e.slice(t);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(e,t,n){var o=e.slice(t);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)?t>=3&&":"===e[t-3]||t>=3&&"/"===e[t-3]?0:o.match(n.re.no_http)[0].length:0}},"mailto:":{validate:function(e,t,n){var o=e.slice(t);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 _(e){var t=e.re=n(2596)(e.__opts__),o=e.__tlds__.slice();function s(e){return e.replace("%TLDS%",t.src_tlds)}e.onCompile(),e.__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(t.src_xn),t.src_tlds=o.join("|"),t.email_fuzzy=RegExp(s(t.tpl_email_fuzzy),"i"),t.link_fuzzy=RegExp(s(t.tpl_link_fuzzy),"i"),t.link_no_ip_fuzzy=RegExp(s(t.tpl_link_no_ip_fuzzy),"i"),t.host_fuzzy_test=RegExp(s(t.tpl_host_fuzzy_test),"i");var l=[];function c(e,t){throw new Error('(LinkifyIt) Invalid schema "'+e+'": '+t)}e.__compiled__={},Object.keys(e.__schemas__).forEach((function(t){var n=e.__schemas__[t];if(null!==n){var o={validate:null,link:null};if(e.__compiled__[t]=o,"[object Object]"===r(n))return"[object RegExp]"!==r(n.validate)?i(n.validate)?o.validate=n.validate:c(t,n):o.validate=function(e){return function(t,n){var o=t.slice(n);return e.test(o)?o.match(e)[0].length:0}}(n.validate),void(i(n.normalize)?o.normalize=n.normalize:n.normalize?c(t,n):o.normalize=function(e,t){t.normalize(e)});!function(e){return"[object String]"===r(e)}(n)?c(t,n):l.push(t)}})),l.forEach((function(t){e.__compiled__[e.__schemas__[t]]&&(e.__compiled__[t].validate=e.__compiled__[e.__schemas__[t]].validate,e.__compiled__[t].normalize=e.__compiled__[e.__schemas__[t]].normalize)})),e.__compiled__[""]={validate:null,normalize:function(e,t){t.normalize(e)}};var _=Object.keys(e.__compiled__).filter((function(t){return t.length>0&&e.__compiled__[t]})).map(a).join("|");e.re.schema_test=RegExp("(^|(?!_)(?:[><|]|"+t.src_ZPCc+"))("+_+")","i"),e.re.schema_search=RegExp("(^|(?!_)(?:[><|]|"+t.src_ZPCc+"))("+_+")","ig"),e.re.schema_at_start=RegExp("^"+e.re.schema_search.source,"i"),e.re.pretest=RegExp("("+e.re.schema_test.source+")|("+e.re.host_fuzzy_test.source+")|@","i"),function(e){e.__index__=-1,e.__text_cache__=""}(e)}function p(e,t){var n=e.__index__,o=e.__last_index__,r=e.__text_cache__.slice(n,o);this.schema=e.__schema__.toLowerCase(),this.index=n+t,this.lastIndex=o+t,this.raw=r,this.text=r,this.url=r}function u(e,t){var n=new p(e,t);return e.__compiled__[n.schema].normalize(n,e),n}function d(e,t){if(!(this instanceof d))return new d(e,t);var n;t||(n=e,Object.keys(n||{}).reduce((function(e,t){return e||s.hasOwnProperty(t)}),!1)&&(t=e,e={})),this.__opts__=o({},s,t),this.__index__=-1,this.__last_index__=-1,this.__schema__="",this.__text_cache__="",this.__schemas__=o({},l,e),this.__compiled__={},this.__tlds__=c,this.__tlds_replaced__=!1,this.re={},_(this)}d.prototype.add=function(e,t){return this.__schemas__[e]=t,_(this),this},d.prototype.set=function(e){return this.__opts__=o(this.__opts__,e),this},d.prototype.test=function(e){if(this.__text_cache__=e,this.__index__=-1,!e.length)return!1;var t,n,o,r,i,a,s,l;if(this.re.schema_test.test(e))for((s=this.re.schema_search).lastIndex=0;null!==(t=s.exec(e));)if(r=this.testSchemaAt(e,t[2],s.lastIndex)){this.__schema__=t[2],this.__index__=t.index+t[1].length,this.__last_index__=t.index+t[0].length+r;break}return this.__opts__.fuzzyLink&&this.__compiled__["http:"]&&(l=e.search(this.re.host_fuzzy_test))>=0&&(this.__index__<0||l<this.__index__)&&null!==(n=e.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:"]&&e.indexOf("@")>=0&&null!==(o=e.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(e){return this.re.pretest.test(e)},d.prototype.testSchemaAt=function(e,t,n){return this.__compiled__[t.toLowerCase()]?this.__compiled__[t.toLowerCase()].validate(e,n,this):0},d.prototype.match=function(e){var t=0,n=[];this.__index__>=0&&this.__text_cache__===e&&(n.push(u(this,t)),t=this.__last_index__);for(var o=t?e.slice(t):e;this.test(o);)n.push(u(this,t)),o=o.slice(this.__last_index__),t+=this.__last_index__;return n.length?n:null},d.prototype.matchAtStart=function(e){if(this.__text_cache__=e,this.__index__=-1,!e.length)return null;var t=this.re.schema_at_start.exec(e);if(!t)return null;var n=this.testSchemaAt(e,t[2],t[0].length);return n?(this.__schema__=t[2],this.__index__=t.index+t[1].length,this.__last_index__=t.index+t[0].length+n,u(this,0)):null},d.prototype.tlds=function(e,t){return e=Array.isArray(e)?e:[e],t?(this.__tlds__=this.__tlds__.concat(e).sort().filter((function(e,t,n){return e!==n[t-1]})).reverse(),_(this),this):(this.__tlds__=e.slice(),this.__tlds_replaced__=!0,_(this),this)},d.prototype.normalize=function(e){e.schema||(e.url="http://"+e.url),"mailto:"!==e.schema||/^mailto:/i.test(e.url)||(e.url="mailto:"+e.url)},d.prototype.onCompile=function(){},e.exports=d},2596:(e,t,n)=>{"use strict";e.exports=function(e){var t={};e=e||{},t.src_Any=n(8287).source,t.src_Cc=n(699).source,t.src_Z=n(9338).source,t.src_P=n(6924).source,t.src_ZPCc=[t.src_Z,t.src_P,t.src_Cc].join("|"),t.src_ZCc=[t.src_Z,t.src_Cc].join("|");return t.src_pseudo_letter="(?:(?![><|]|"+t.src_ZPCc+")"+t.src_Any+")",t.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]?)",t.src_auth="(?:(?:(?!"+t.src_ZCc+"|[@/\\[\\]()]).)+@)?",t.src_port="(?::(?:6(?:[0-4]\\d{3}|5(?:[0-4]\\d{2}|5(?:[0-2]\\d|3[0-5])))|[1-5]?\\d{1,4}))?",t.src_host_terminator="(?=$|[><|]|"+t.src_ZPCc+")(?!"+(e["---"]?"-(?!--)|":"-|")+"_|:\\d|\\.-|\\.(?!$|"+t.src_ZPCc+"))",t.src_path="(?:[/?#](?:(?!"+t.src_ZCc+"|[><|]|[()[\\]{}.,\"'?!\\-;]).|\\[(?:(?!"+t.src_ZCc+"|\\]).)*\\]|\\((?:(?!"+t.src_ZCc+"|[)]).)*\\)|\\{(?:(?!"+t.src_ZCc+'|[}]).)*\\}|\\"(?:(?!'+t.src_ZCc+'|["]).)+\\"|\\\'(?:(?!'+t.src_ZCc+"|[']).)+\\'|\\'(?="+t.src_pseudo_letter+"|[-])|\\.{2,}[a-zA-Z0-9%/&]|\\.(?!"+t.src_ZCc+"|[.]|$)|"+(e["---"]?"\\-(?!--(?:[^-]|$))(?:-*)|":"\\-+|")+",(?!"+t.src_ZCc+"|$)|;(?!"+t.src_ZCc+"|$)|\\!+(?!"+t.src_ZCc+"|[!]|$)|\\?(?!"+t.src_ZCc+"|[?]|$))+|\\/)?",t.src_email_name='[\\-;:&=\\+\\$,\\.a-zA-Z0-9_][\\-;:&=\\+\\$,\\"\\.a-zA-Z0-9_]*',t.src_xn="xn--[a-z0-9\\-]{1,59}",t.src_domain_root="(?:"+t.src_xn+"|"+t.src_pseudo_letter+"{1,63})",t.src_domain="(?:"+t.src_xn+"|(?:"+t.src_pseudo_letter+")|(?:"+t.src_pseudo_letter+"(?:-|"+t.src_pseudo_letter+"){0,61}"+t.src_pseudo_letter+"))",t.src_host="(?:(?:(?:(?:"+t.src_domain+")\\.)*"+t.src_domain+"))",t.tpl_host_fuzzy="(?:"+t.src_ip4+"|(?:(?:(?:"+t.src_domain+")\\.)+(?:%TLDS%)))",t.tpl_host_no_ip_fuzzy="(?:(?:(?:"+t.src_domain+")\\.)+(?:%TLDS%))",t.src_host_strict=t.src_host+t.src_host_terminator,t.tpl_host_fuzzy_strict=t.tpl_host_fuzzy+t.src_host_terminator,t.src_host_port_strict=t.src_host+t.src_port+t.src_host_terminator,t.tpl_host_port_fuzzy_strict=t.tpl_host_fuzzy+t.src_port+t.src_host_terminator,t.tpl_host_port_no_ip_fuzzy_strict=t.tpl_host_no_ip_fuzzy+t.src_port+t.src_host_terminator,t.tpl_host_fuzzy_test="localhost|www\\.|\\.\\d{1,3}\\.|(?:\\.(?:%TLDS%)(?:"+t.src_ZPCc+"|>|$))",t.tpl_email_fuzzy='(^|[><|]|"|\\(|'+t.src_ZCc+")("+t.src_email_name+"@"+t.tpl_host_fuzzy_strict+")",t.tpl_link_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+t.src_ZPCc+"))((?![$+<=>^`||])"+t.tpl_host_port_fuzzy_strict+t.src_path+")",t.tpl_link_no_ip_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+t.src_ZPCc+"))((?![$+<=>^`||])"+t.tpl_host_port_no_ip_fuzzy_strict+t.src_path+")",t}},7538:(e,t,n)=>{var o=n(1892),r=n(6298);"string"==typeof(r=r.__esModule?r.default:r)&&(r=[[e.id,r,""]]);o(r,{insert:"head",singleton:!1}),e.exports=r.locals||{}},3278:(e,t,n)=>{var o=n(1892),r=n(6469);"string"==typeof(r=r.__esModule?r.default:r)&&(r=[[e.id,r,""]]);o(r,{insert:"head",singleton:!1}),e.exports=r.locals||{}},6502:(e,t,n)=>{var o=n(1892),r=n(5588);"string"==typeof(r=r.__esModule?r.default:r)&&(r=[[e.id,r,""]]);o(r,{insert:"head",singleton:!1}),e.exports=r.locals||{}},9480:(e,t,n)=>{var o=n(1892),r=n(9882);"string"==typeof(r=r.__esModule?r.default:r)&&(r=[[e.id,r,""]]);o(r,{insert:"head",singleton:!1}),e.exports=r.locals||{}},4367:(e,t,n)=>{var o=n(1892),r=n(1355);"string"==typeof(r=r.__esModule?r.default:r)&&(r=[[e.id,r,""]]);o(r,{insert:"head",singleton:!1}),e.exports=r.locals||{}},4022:(e,t,n)=>{var o=n(1892),r=n(8931);"string"==typeof(r=r.__esModule?r.default:r)&&(r=[[e.id,r,""]]);o(r,{insert:"head",singleton:!1}),e.exports=r.locals||{}},181:(e,t,n)=>{var o=n(1892),r=n(9318);"string"==typeof(r=r.__esModule?r.default:r)&&(r=[[e.id,r,""]]);o(r,{insert:"head",singleton:!1}),e.exports=r.locals||{}},5579:(e,t,n)=>{var o=n(1892),r=n(3346);"string"==typeof(r=r.__esModule?r.default:r)&&(r=[[e.id,r,""]]);o(r,{insert:"head",singleton:!1}),e.exports=r.locals||{}},9280:(e,t,n)=>{var o=n(1892),r=n(1869);"string"==typeof(r=r.__esModule?r.default:r)&&(r=[[e.id,r,""]]);o(r,{insert:"head",singleton:!1}),e.exports=r.locals||{}},5326:(e,t,n)=>{var o=n(1892),r=n(6810);"string"==typeof(r=r.__esModule?r.default:r)&&(r=[[e.id,r,""]]);o(r,{insert:"head",singleton:!1}),e.exports=r.locals||{}},5813:(e,t,n)=>{var o=n(1892),r=n(6559);"string"==typeof(r=r.__esModule?r.default:r)&&(r=[[e.id,r,""]]);o(r,{insert:"head",singleton:!1}),e.exports=r.locals||{}},1892:(e,t,n)=>{"use strict";var o,r=function(){var e={};return function(t){if(void 0===e[t]){var n=document.querySelector(t);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}e[t]=n}return e[t]}}(),i=[];function a(e){for(var t=-1,n=0;n<i.length;n++)if(i[n].identifier===e){t=n;break}return t}function s(e,t){for(var n={},o=[],r=0;r<e.length;r++){var s=e[r],l=t.base?s[0]+t.base:s[0],c=n[l]||0,_="".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(u)):i.push({identifier:_,updater:h(u,t),references:1}),o.push(_)}return o}function l(e){var t=document.createElement("style"),o=e.attributes||{};if(void 0===o.nonce){var i=n.nc;i&&(o.nonce=i)}if(Object.keys(o).forEach((function(e){t.setAttribute(e,o[e])})),"function"==typeof e.insert)e.insert(t);else{var a=r(e.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(t)}return t}var c,_=(c=[],function(e,t){return c[e]=t,c.filter(Boolean).join("\n")});function p(e,t,n,o){var r=n?"":o.media?"@media ".concat(o.media," {").concat(o.css,"}"):o.css;if(e.styleSheet)e.styleSheet.cssText=_(t,r);else{var i=document.createTextNode(r),a=e.childNodes;a[t]&&e.removeChild(a[t]),a.length?e.insertBefore(i,a[t]):e.appendChild(i)}}function u(e,t,n){var o=n.css,r=n.media,i=n.sourceMap;if(r?e.setAttribute("media",r):e.removeAttribute("media"),i&&"undefined"!=typeof btoa&&(o+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(i))))," */")),e.styleSheet)e.styleSheet.cssText=o;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(o))}}var d=null,A=0;function h(e,t){var n,o,r;if(t.singleton){var i=A++;n=d||(d=l(t)),o=p.bind(null,n,i,!1),r=p.bind(null,n,i,!0)}else n=l(t),o=u.bind(null,n,t),r=function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(n)};return o(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap)return;o(e=t)}else r()}}e.exports=function(e,t){(t=t||{}).singleton||"boolean"==typeof t.singleton||(t.singleton=(void 0===o&&(o=Boolean(window&&document&&document.all&&!window.atob)),o));var n=s(e=e||[],t);return function(e){if(e=e||[],"[object Array]"===Object.prototype.toString.call(e)){for(var o=0;o<n.length;o++){var r=a(n[o]);i[r].references--}for(var l=s(e,t),c=0;c<n.length;c++){var _=a(n[c]);0===i[_].references&&(i[_].updater(),i.splice(_,1))}n=l}}}},9760:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ErrorIcon=void 0;var o=n(4522);t.ErrorIcon=function(){return(0,o.h)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"},(0,o.h)("path",{fill:"#CCC","fill-rule":"evenodd",d:"M8 2c3.314 0 6 2.686 6 6s-2.686 6-6 6-6-2.686-6-6 2.686-6 6-6zm0 8c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zm0-6c-.552 0-1 .444-1 1v3c0 .513.383.936.883.993L8 9c.552 0 1-.444 1-1V5c0-.513-.383-.936-.883-.993L8 4z"}))}},1293:(e,t)=>{"use strict";var n;Object.defineProperty(t,"__esModule",{value:!0}),t.icons=void 0,(n=t.icons||(t.icons={})).PLUGIN_ICON="M8.378 7.084l5.175 19.314c.134.497-.126 1.005-.594 1.19l-.112.037c-.533.143-1.08-.165-1.225-.71L6.447 7.603c-.134-.497.126-1.005.594-1.19l.112-.037c.533-.143 1.08.165 1.225.71zM21.882 7c1.878 0 2.79 1.622 1.84 3.239l-1.386 2.36 2.94 3.246C26.6 17.31 25.842 19 23.868 19h-10.21c-.452 0-.848-.304-.966-.741l-2.68-10c-.17-.635.31-1.259.967-1.259h10.902zm.211 1.994l-.21.006h-9.6l2.144 8h9.196l-3.263-3.604c-.293-.324-.342-.8-.12-1.178l1.757-2.992c.114-.194.168-.23.096-.232z",n.CLOSE_ICON="M17.9113162,16 L24.6072325,9.30408374 C25.1313645,8.77995172 25.1287183,7.92687249 24.6009229,7.3990771 C24.0694478,6.86760201 23.220227,6.86845682 22.6959163,7.39276754 L16,14.0886838 L9.30408374,7.39276754 C8.77995172,6.86863552 7.92687249,6.8712817 7.3990771,7.3990771 C6.86760201,7.93055219 6.86845682,8.77977302 7.39276754,9.30408374 L14.0886838,16 L7.39276754,22.6959163 C6.86863552,23.2200483 6.8712817,24.0731275 7.3990771,24.6009229 C7.93055219,25.132398 8.77977302,25.1315432 9.30408374,24.6072325 L16,17.9113162 L22.6959163,24.6072325 C23.2200483,25.1313645 24.0731275,25.1287183 24.6009229,24.6009229 C25.132398,24.0694478 25.1315432,23.220227 24.6072325,22.6959163 L17.9113162,16 Z",n.BigSize=32,n.MediumSize=24,n.SmallSize=16},7888:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SuccessIcon=void 0;var o=n(4522);t.SuccessIcon=function(){return(0,o.h)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"},(0,o.h)("path",{fill:"#CCC","fill-rule":"evenodd",d:"M3.292 1.488L6.69 14.172c.086.32-.076.646-.371.774l-.093.032c-.35.094-.712-.122-.805-.466L2.023 1.828c-.086-.32.076-.646.371-.774l.093-.032c.35-.094.712.122.805.466zm8.868-.055c1.233 0 1.832 1.065 1.208 2.127l-.91 1.55 1.93 2.132c.87.961.373 2.071-.923 2.071H6.76c-.297 0-.558-.2-.635-.486l-1.76-6.568c-.111-.417.203-.826.635-.826h7.16z"}))}},6362:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DownIcon=void 0;var o=n(4522);t.DownIcon=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/Arrow/down",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd"},(0,o.h)("path",{d:"M4.78325732,5.37830235 C4.43990319,4.94572127 3.81088342,4.87338855 3.37830235,5.21674268 C2.94572127,5.56009681 2.87338855,6.18911658 3.21674268,6.62169765 L7.21674268,11.6611718 C7.61710439,12.165575 8.38289561,12.165575 8.78325732,11.6611718 L12.7832573,6.62169765 C13.1266115,6.18911658 13.0542787,5.56009681 12.6216977,5.21674268 C12.1891166,4.87338855 11.5600968,4.94572127 11.2167427,5.37830235 L8,9.43097528 L4.78325732,5.37830235 Z",id:"Path-2",fill:"#ffffff"})))}},8411:function(e,t,n){"use strict";var o=this&&this.__createBinding||(Object.create?function(e,t,n,o){void 0===o&&(o=n);var r=Object.getOwnPropertyDescriptor(t,n);r&&!("get"in r?!t.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,o,r)}:function(e,t,n,o){void 0===o&&(o=n),e[o]=t[n]}),r=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||o(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),r(n(86),t)},86:function(e,t,n){"use strict";var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return i=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},i.apply(this,arguments)},a=this&&this.__decorate||function(e,t,n,o){var r,i=arguments.length,a=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(a=(i<3?r(a):i>3?r(t,n,a):r(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a};Object.defineProperty(t,"__esModule",{value:!0}),t.Moderation=void 0;var s=n(4522),l=n(9455),c=n(1972),_=n(8579),p=n(9280),u=n(6362),d=KalturaPlayer.ui.components,A=d.Overlay,h=d.PLAYER_SIZE,f=KalturaPlayer.ui.preacti18n,C=f.withText,g=f.Text,v=KalturaPlayer.ui.redux.connect,y={reportContent:"",reportContentType:-1,isTextareaActive:!1},m=function(e){var t=e.moderateOptions.reduce((function(e,t){var n,o=t.label;return i(i({},e),((n={})[o]=(0,s.h)(g,{id:"moderation.".concat(o)},o),n))}),{});return i(i({},t),{sendReportLabel:(0,s.h)(g,{id:"moderation.report_button"},"Report"),closeLabel:(0,s.h)(g,{id:"moderation.close"},"Close"),reportPlaceholder:(0,s.h)(g,{id:"moderation.report_placeholder"},"Describe what you saw..."),defaultContentType:(0,s.h)(g,{id:"moderation.default_content_type"},"Choose a reason for reporting this content"),reportTitle:(0,s.h)(g,{id:"moderation.report_title"},"What’s wrong with this content?")})},b=function(e){return{playerSize:e.shell.playerSize}},x=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t._buttonRef=null,t._textAreaElementRef=null,t.state=i({},y),t._onContentTypeChange=function(e){t.setState({reportContentType:e})},t._onContentChange=function(e){t.setState({reportContent:e.target.value})},t._handleFocus=function(){t.setState({isTextareaActive:!0})},t._handleBlur=function(){t.setState((function(e){return{isTextareaActive:e.reportContent.length>0}}))},t._handleSubmit=function(e){e.preventDefault();var n=t.state,o=n.reportContent,r=n.reportContentType;-1!==r&&t.props.onSubmit(r,o,(function(){t.setState(i({},y))}))},t._getPopoverMenuOptions=function(){return t.props.moderateOptions.map((function(e){var n=e.label,o=e.id;return{label:t.props[n],onMenuChosen:function(e){var n;t._onContentTypeChange(o||-1),e&&(null===(n=t._textAreaElementRef)||void 0===n||n.focus())}}}))},t._getContentType=function(){return t.props.moderateOptions.find((function(e){return e.id===t.state.reportContentType}))||{}},t}return r(t,e),t.prototype.componentDidMount=function(){this._buttonRef&&this.props.closeButtonSelected&&this._buttonRef.focus()},t.prototype.render=function(e){var t,n=this,o=e.playerSize,r=void 0===o?"":o,i=e.reportLength,a=e.subtitle,d=e.onClick,f=this.state,C=f.reportContent,g=f.reportContentType,v=f.isTextareaActive;if(r===h.TINY)return null;var y=-1===g;return(0,s.h)(_.OverlayPortal,null,(0,s.h)(A,{open:!0,onClose:d},(0,s.h)("div",{className:[p.root,p[r]].join(" "),"data-testid":"moderationRoot"},(0,s.h)("div",{className:p.mainWrapper},(0,s.h)("div",{className:p.title},this.props.reportTitle),a?(0,s.h)("div",{className:[p.subtitle].join(" ")},a):null,(0,s.h)(l.Popover,{options:this._getPopoverMenuOptions()},(0,s.h)("button",{className:p.selectWrapper,tabIndex:0,ref:function(e){n._buttonRef=e},"aria-required":"true","data-testid":"selectButton"},(0,s.h)("div",{className:p.select},g>-1?(null===(t=this._getContentType())||void 0===t?void 0:t.label)||"":this.props.defaultContentType),(0,s.h)("div",{className:p.downArrow},(0,s.h)(u.DownIcon,null)))),(0,s.h)("form",null,(0,s.h)("textarea",{className:[p.textarea,v?p.active:""].join(" "),onInput:this._onContentChange,onFocus:this._handleFocus,onBlur:this._handleBlur,tabIndex:0,placeholder:this.props.reportPlaceholder,"aria-label":this.props.reportPlaceholder,value:C,maxLength:i,ref:function(e){n._textAreaElementRef=e}}),(0,s.h)("div",{className:p.submitWrapper},(0,s.h)("div",{className:p.characterCounter,"data-testid":"characterCounter"},"".concat(C.length,"/").concat(i)),(0,s.h)(c.Button,{onClick:this._handleSubmit,tooltip:{label:this.props.sendReportLabel,className:p.tooltip},disabled:y,ariaLabel:this.props.sendReportLabel,testId:"submitButton"},this.props.sendReportLabel)))))))},a([C(m),v(b)],t)}(s.Component);t.Moderation=x},717:function(e,t,n){"use strict";var o=this&&this.__createBinding||(Object.create?function(e,t,n,o){void 0===o&&(o=n);var r=Object.getOwnPropertyDescriptor(t,n);r&&!("get"in r?!t.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,o,r)}:function(e,t,n,o){void 0===o&&(o=n),e[o]=t[n]}),r=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||o(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),r(n(2351),t)},2351:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PluginButton=void 0;var o=n(4522),r=n(1293),i=n(2052),a=KalturaPlayer.ui.components,s=a.Tooltip,l=a.Icon,c=KalturaPlayer.ui.preacti18n,_=c.withText,p=c.Text,u={label:(0,o.h)(p,{id:"moderation.report_content"},"Report Content")};t.PluginButton=_(u)((function(e){var t=e.label;return(0,o.h)(s,{label:t,type:"bottom"},(0,o.h)("button",{type:"button","aria-label":t,className:i.ui.style.upperBarIcon,"data-testid":"moderationPluginButton"},(0,o.h)(l,{id:"moderation-plugin-button",height:r.icons.BigSize,width:r.icons.BigSize,viewBox:"0 0 ".concat(r.icons.BigSize," ").concat(r.icons.BigSize),path:r.icons.PLUGIN_ICON})))}))},9455:function(e,t,n){"use strict";var o=this&&this.__createBinding||(Object.create?function(e,t,n,o){void 0===o&&(o=n);var r=Object.getOwnPropertyDescriptor(t,n);r&&!("get"in r?!t.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,o,r)}:function(e,t,n,o){void 0===o&&(o=n),e[o]=t[n]}),r=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||o(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),r(n(8728),t)},8728:function(e,t,n){"use strict";var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.Popover=void 0;var i=n(4522),a=n(979),s=n(5326),l=KalturaPlayer.ui.utils.KeyMap,c=l.ESC,_=(l.TAB,function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t._controlElementRef=null,t._popoverElementRef=null,t._optionsRefMap=new Map,t.state={open:!1},t._handleMouseEvent=function(e){var n;(null===(n=t._controlElementRef)||void 0===n?void 0:n.contains(e.target))||t._closePopover()},t._handleKeyboardEvent=function(e){var n;e.keyCode!==c&&(null===(n=t._popoverElementRef)||void 0===n?void 0:n.contains(e.target))||t._closePopover()},t._getOptionRef=function(e){return t._optionsRefMap.get(e)},t._setOptionRef=function(e,n){return t._optionsRefMap.set(e,n)},t._handleUpKeyPressed=function(e){return function(){var n;null===(n=t._getOptionRef(e-1))||void 0===n||n.focus()}},t._handleDownKeyPressed=function(e){return function(){var n;null===(n=t._getOptionRef(e+1))||void 0===n||n.focus()}},t._openPopover=function(e){t.setState({open:!0},(function(){var n;t._addListeners(),e&&(null===(n=t._getOptionRef(0))||void 0===n||n.focus())}))},t._closePopover=function(){t._removeListeners(),t.setState({open:!1})},t._togglePopover=function(e,n){t.state.open?t._closePopover():t._openPopover(n)},t._addListeners=function(){document.addEventListener("click",t._handleMouseEvent),document.addEventListener("keydown",t._handleKeyboardEvent)},t._removeListeners=function(){document.removeEventListener("click",t._handleMouseEvent),document.removeEventListener("keydown",t._handleKeyboardEvent)},t._handleClickOnOption=function(e){return function(n,o){t._closePopover(),e(o)}},t}return r(t,e),t.prototype.componentWillUnmount=function(){this._removeListeners(),this._optionsRefMap=new Map},t.prototype.render=function(e){var t=this,n=this.state.open;return(0,i.h)("div",{className:s.popoverContainer},(0,i.h)("div",{className:"popover-anchor-container",ref:function(e){t._controlElementRef=e}},(0,i.h)(a.A11yWrapper,{onClick:this._togglePopover},e.children),";"),n&&(0,i.h)("div",{"aria-expanded":n,ref:function(e){t._popoverElementRef=e},className:[s.reportPopover,s.popoverComponent,s.bottom,s.right].join(" ")},(0,i.h)("div",{role:"menu",className:s.popoverMenu,"data-testid":"popoverMenu"},e.options.map((function(e,n){return(0,i.h)(a.A11yWrapper,{role:"menuitem",onClick:t._handleClickOnOption(e.onMenuChosen),onDownKeyPressed:t._handleDownKeyPressed(n),onUpKeyPressed:t._handleUpKeyPressed(n)},(0,i.h)("div",{tabIndex:0,"aria-label":e.label,className:s.popoverMenuItem,ref:function(e){t._setOptionRef(n,e)}},e.label))})))))},t}(i.Component));t.Popover=_},3388:function(e,t,n){"use strict";var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.ModerationPlugin=void 0;var i=n(4522),a=n(8411),s=n(717),l=n(5813),c=n(2052),_=n(1293),p=n(197),u=n(5294),d=n(9760),A=n(7888),h=c.ui.ReservedPresetAreas,f=c.ui.ReservedPresetNames,C=c.ui.preacti18n.Text,g=function(e){function t(t,n,o){var r=e.call(this,t,n,o)||this;return r._player=n,r._moderationOverlay=null,r._wasPlayed=!1,r._removeActiveOverlay=null,r._pluginIcon=-1,r._sentReport=function(e,t,n){var o=r._player.sources;return r._player.provider.doRequest([{loader:u.ReportLoader,params:{comments:t,flagType:e,flaggedEntryId:o.id}}]).then((function(e){var t;if(e&&e.has(u.ReportLoader.id)){var o=e.get(u.ReportLoader.id);(null===(t=null==o?void 0:o.response)||void 0===t?void 0:t.moderationFlag)&&(r.logger.debug("Moderation plugin submit OK"),r._toggleOverlay(),r._displayToast({text:(0,i.h)(C,{id:"moderation.send_success"},"The report was sent successfully"),icon:(0,i.h)("div",{className:l.toastIcon},(0,i.h)(A.SuccessIcon,null)),severity:p.ToastSeverity.Success}),r._wasPlayed&&r._player.play(),n&&n())}})).catch((function(e){r.logger.warn(e),r._toggleOverlay(),r._displayToast({text:(0,i.h)(C,{id:"moderation.send_fail"},"The report failed to send"),icon:(0,i.h)("div",{className:l.toastIcon},(0,i.h)(d.ErrorIcon,null)),severity:p.ToastSeverity.Error})}))},r._displayToast=function(e){var t=r.config.notificatonDuration;r._contribServices.toastManager.add({title:(0,i.h)(C,{id:"moderation.report_content"},"Report Content"),text:e.text,icon:e.icon,duration:t,severity:e.severity,onClick:function(){r.logger.debug("Moderation clicked on toast",{method:"_displayToast"})}})},r._toggleOverlay=function(e,t){if(null!==r._removeActiveOverlay)return r._removeOverlay(),void(r._wasPlayed&&(r._player.play(),r._wasPlayed=!1));var n=!1;t&&(n=!0);var o=r.config,s=o.reportLength,l=o.moderateOptions,c=o.subtitle,_=!r._player.paused;if(r.logger.debug("Moderation toggle overlay player",{method:"_toggleOverlay"}),r._moderationOverlay)return r._moderationOverlay=null,void(r._wasPlayed&&(r.logger.debug("Moderation plugin paused player",{method:"_toggleOverlay"}),r._wasPlayed=!1,r._player.play()));_&&(r._wasPlayed=!0,r._player.pause()),r._removeActiveOverlay=r._player.ui.addComponent({label:"moderation-overlay",area:h.PlayerArea,presets:[f.Playback,f.Live],get:function(){return(0,i.h)(a.Moderation,{onClick:r._toggleOverlay,onSubmit:r._sentReport,reportLength:s,subtitle:c,moderateOptions:l,closeButtonSelected:n})}})},r._removeOverlay=function(){r._removeActiveOverlay&&(r._removeActiveOverlay(),r._removeActiveOverlay=null)},r._contribServices=p.ContribServices.get({kalturaPlayer:n}),r}return r(t,e),Object.defineProperty(t.prototype,"upperBarManager",{get:function(){return this.player.getService("upperBarManager")},enumerable:!1,configurable:!0}),t.prototype.loadMedia=function(){this.upperBarManager?this._addPluginIcon():this.logger.warn("upperBarManager service not registered")},t.prototype.getUIComponents=function(){return this._contribServices.register()},t.prototype._addPluginIcon=function(){var e=this;this._pluginIcon>0||this.player.ready().then((function(){e._pluginIcon=e.upperBarManager.add({label:"Moderation",component:function(){return(0,i.h)(s.PluginButton,null)},svgIcon:{path:_.icons.PLUGIN_ICON,viewBox:"0 0 ".concat(_.icons.BigSize," ").concat(_.icons.BigSize)},onClick:e._toggleOverlay})}))},t.isValid=function(){return!0},t.prototype.reset=function(){this._removeOverlay(),this._contribServices.reset()},t.prototype.destroy=function(){this._pluginIcon>0&&(this.upperBarManager.remove(this._pluginIcon),this._pluginIcon=-1)},t.defaultConfig={reportLength:500,subtitle:"",notificatonDuration:5e3,moderateOptions:[{id:1,label:"Sexual Content"},{id:2,label:"Violent Or Repulsive"},{id:3,label:"Harmful Or Dangerous Act"},{id:4,label:"Spam / Commercials"}]},t}(KalturaPlayer.core.BasePlugin);t.ModerationPlugin=g},5294:function(e,t,n){"use strict";var o=this&&this.__createBinding||(Object.create?function(e,t,n,o){void 0===o&&(o=n);var r=Object.getOwnPropertyDescriptor(t,n);r&&!("get"in r?!t.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,o,r)}:function(e,t,n,o){void 0===o&&(o=n),e[o]=t[n]}),r=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||o(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),r(n(847),t),r(n(937),t)},847:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ReportLoader=void 0;var o=n(937),r=KalturaPlayer.providers.RequestBuilder,i=function(){function e(e){var t=e.comments,n=e.flagType,i=e.flaggedEntryId;this._requests=[],this._response={},this._comments=t,this._flagType=n,this._flaggedEntryId=i;var a=new Map,s=new r(a);s.service="baseentry",s.action="flag",s.params={moderationFlag:{comments:this._comments,flagType:this._flagType,flaggedEntryId:this._flaggedEntryId,objectType:o.ObjectType.KalturaModerationFlag}},this.requests.push(s)}return Object.defineProperty(e,"id",{get:function(){return"report"},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"requests",{get:function(){return this._requests},set:function(e){this._requests=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"response",{get:function(){return this._response},set:function(e){var t,n=new o.KalturaModerationFlagResponse(null===(t=e[0])||void 0===t?void 0:t.data);n&&(this._response.moderationFlag=null==n?void 0:n.data)},enumerable:!1,configurable:!0}),e.prototype.isValid=function(){return Boolean(this._flagType&&this._flaggedEntryId)},e}();t.ReportLoader=i},937:function(e,t,n){"use strict";var o=this&&this.__createBinding||(Object.create?function(e,t,n,o){void 0===o&&(o=n);var r=Object.getOwnPropertyDescriptor(t,n);r&&!("get"in r?!t.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,o,r)}:function(e,t,n,o){void 0===o&&(o=n),e[o]=t[n]}),r=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||o(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),r(n(7025),t),r(n(7928),t)},7928:function(e,t,n){"use strict";var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.KalturaModerationFlagResponse=void 0;var i=n(7025),a=function(e){function t(t){var n=e.call(this,t)||this;return!n.hasError&&t.id&&(n.data=new i.KalturaModerationFlag(t)),n}return r(t,e),t}(KalturaPlayer.providers.ResponseTypes.BaseServiceResult);t.KalturaModerationFlagResponse=a},7025:(e,t)=>{"use strict";var n,o,r;Object.defineProperty(t,"__esModule",{value:!0}),t.KalturaModerationFlag=t.KalturaModerationFlagType=t.ObjectType=void 0,(t.ObjectType||(t.ObjectType={})).KalturaModerationFlag="KalturaModerationFlag",(r=t.KalturaModerationFlagType||(t.KalturaModerationFlagType={}))[r.SEXUAL_CONTENT=1]="SEXUAL_CONTENT",r[r.VIOLENT_REPULSIVE=2]="VIOLENT_REPULSIVE",r[r.HARMFUL_DANGEROUS=3]="HARMFUL_DANGEROUS",r[r.SPAM_COMMERCIALS=4]="SPAM_COMMERCIALS",r[r.COPYRIGHT=5]="COPYRIGHT",r[r.TERMS_OF_USE_VIOLATION=6]="TERMS_OF_USE_VIOLATION",function(e){e[e.ENTRY=2]="ENTRY",e[e.USER=3]="USER"}(n||(n={})),function(e){e[e.PENDING=1]="PENDING",e[e.MODERATED=2]="MODERATED"}(o||(o={}));t.KalturaModerationFlag=function(e){this.comments=e.comments,this.objectType=e.objectType,this.id=e.id,this.status=e.status,this.flagType=e.flagType}},699:e=>{e.exports=/[\0-\x1F\x7F-\x9F]/},6924:e=>{e.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:e=>{e.exports=/[ \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/},8287:e=>{e.exports=/[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/},2052:e=>{"use strict";e.exports=KalturaPlayer},4522:e=>{"use strict";e.exports=KalturaPlayer.ui.preact}},t={};function n(o){var r=t[o];if(void 0!==r)return r.exports;var i=t[o]={id:o,exports:{}};return e[o].call(i.exports,i,i.exports,n),i.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var o in t)n.o(t,o)&&!n.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.nc=void 0;var o={};(()=>{"use strict";var e=o;Object.defineProperty(e,"__esModule",{value:!0}),e.NAME=e.VERSION=e.Plugin=void 0;var t=n(3388);Object.defineProperty(e,"Plugin",{enumerable:!0,get:function(){return t.ModerationPlugin}}),e.VERSION="3.2.11",e.NAME="@playkit-js/moderation",KalturaPlayer.core.registerPlugin("playkit-js-moderation",t.ModerationPlugin)})(),((KalturaPlayer=void 0===KalturaPlayer?{}:KalturaPlayer).plugins=KalturaPlayer.plugins||{}).moderation=o})();
2
+ var KalturaPlayer;(()=>{var e={1972:function(e,t,n){"use strict";var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return i=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},i.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.Button=t.ButtonType=t.ButtonSize=void 0;var a,s,l=n(4522),c=n(42),_=n(2052),p=n(979),u=n(4820),d=n(7538),A=_.ui.Components.Tooltip;!function(e){e.small="small",e.medium="medium",e.large="large"}(a=t.ButtonSize||(t.ButtonSize={})),function(e){e.primary="primary",e.danger="danger",e.translucent="translucent",e.borderless="borderless"}(s=t.ButtonType||(t.ButtonType={}));var h=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.buttonRef=(0,l.createRef)(),t.renderButton=function(){var e,n=t.props,o=c(d.button,d[n.size],d[n.type],n.className,((e={})[d.disabled]=n.disabled,e[d.withIcon]=n.children&&n.icon,e[d.iconOnly]=!n.children&&n.icon,e)),r=i(i({ref:t.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)(u.Icon,{name:n.icon,size:u.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},t}return r(t,e),t.prototype.componentDidMount=function(){var e;this.props.focusOnMount&&(null===(e=this.buttonRef.current)||void 0===e||e.focus())},t.prototype.render=function(e){if(e.tooltip){var t=i(i({label:e.tooltip.label},e.tooltip.type?{type:e.tooltip.type}:{}),e.tooltip.className?{classNames:e.tooltip.className}:{});return(0,l.h)(A,i({},t),this.renderButton())}return this.renderButton()},t}(l.Component);t.Button=h,h.defaultProps={disabled:!1,focusOnMount:!1,tabIndex:0,children:null,size:a.medium,icon:null,type:s.primary}},979:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.A11yWrapper=t.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,_=r.RIGHT,p=function(e){e.preventDefault(),e.stopPropagation()};t.isKeyboardEvent=function(e){return e instanceof KeyboardEvent||[e.offsetX,e.offsetY].every((function(e){return 0===e}))},t.A11yWrapper=function(e){var n=e.children,r=e.onClick,u=e.onUpKeyPressed,d=e.onDownKeyPressed,A=e.onLeftKeyPressed,h=e.onRightKeyPressed,f=e.role,C=e.type,g={onKeyDown:function(e){e.keyCode===a||e.keyCode===i?(p(e),r(e,!0)):e.keyCode===s&&u?(p(e),u(e)):e.keyCode===l&&d?(p(e),d(e)):e.keyCode===c&&A?(p(e),A(e)):e.keyCode===_&&h&&(p(e),h(e))},onClick:function(e){r(e,(0,t.isKeyboardEvent)(e))},role:f};return"button"===(null==n?void 0:n.type)&&(g.type=C||"button"),(0,o.cloneElement)(n,g)},t.A11yWrapper.defaultProps={role:"button"}},8579:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.OverlayPortal=void 0;var n=KalturaPlayer.ui.redux.useSelector,o=KalturaPlayer.ui.createPortal;t.OverlayPortal=function(e){var t=e.children,r=n((function(e){return e.config.targetId})),i=document.getElementById(r)||document;return o(t,i.querySelector(".overlay-portal"))}},9695:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Add=void 0;var o=n(4522);t.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:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Close=void 0;var o=n(4522);t.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:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Download=void 0;var o=n(4522);t.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:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Expand=void 0;var o=n(4522);t.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:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.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),_=n(6563),p=n(2489),u=n(9695),d=n(756),A=n(4726),h=n(2942);t.Icons={close:o.Close,print:r.Print,download:i.Download,related:a.Related,message:s.Message,share:l.Share,more:c.More,quiz:_.QuizIcon,switch:p.Switch,add:u.Add,minimizedVideo:d.MinimizedVideo,pictureInPicture:A.PictureInPicture,expand:h.Expand}},8835:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Message=void 0;var o=n(4522);t.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:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MinimizedVideo=void 0;var o=n(4522);t.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:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.More=void 0;var o=n(4522);t.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:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PictureInPicture=void 0;var o=n(4522);t.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:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Print=void 0;var o=n(4522);t.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:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.QuizIcon=void 0;var o=n(4522);t.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:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Related=void 0;var o=n(4522);t.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:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Share=void 0;var o=n(4522);t.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:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Switch=void 0;var o=n(4522);t.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:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Icon=t.IconSize=void 0;var o,r=n(4522),i=n(42),a=n(1861),s=n(3278);!function(e){e.small="small",e.medium="medium",e.large="large"}(o=t.IconSize||(t.IconSize={})),t.Icon=function(e){var t=a.Icons[e.name];return t?(0,r.h)("div",{className:i(s.iconWrapper,s[e.size])},(0,r.h)(t,null)):null},t.Icon.defaultProps={size:o.medium}},1365:function(e,t,n){"use strict";var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.BannerContainer=void 0;var i=n(4522),a=n(6502),s=n(8482),l=n(334),c=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return r(t,e),t.prototype.render=function(e){var t=this.props.theme,n=t.backgroundColor,o=t.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:e.onClose},(0,i.h)(s.CloseSmall,{className:a.small}),(0,i.h)(l.CloseLarge,{className:a.large})),this.props.children))},t}(i.Component);t.BannerContainer=c},334:function(e,t,n){"use strict";var o=this&&this.__assign||function(){return o=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},o.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.CloseLarge=void 0;var r=n(4522);t.CloseLarge=function(e){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"},e),(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(e,t,n){"use strict";var o=this&&this.__assign||function(){return o=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},o.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.CloseSmall=void 0;var r=n(4522);t.CloseSmall=function(e){return(0,r.h)("svg",o({xmlns:"http://www.w3.org/2000/svg",width:"10",height:"10",viewBox:"0 0 10 10"},e),(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:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.BannerContainer=void 0;var o=n(1365);Object.defineProperty(t,"BannerContainer",{enumerable:!0,get:function(){return o.BannerContainer}})},9673:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.BannerManager=t.VisibilityMode=void 0;var o,r=n(7720),i=n(4522),a=n(4570),s=n(5827),l=n(7863),c=n(8853);!function(e){e.VISIBLE="VISIBLE",e.HIDDEN="HIDDEN"}(o=t.VisibilityMode||(t.VisibilityMode={}));var _={theme:{backgroundColor:"rgba(0, 0, 0, .7)",blur:"10px"}},p=function(){function e(e){this.options=e,this._floatingItem=null,this._timerSubscription=void 0,this._options=e,this._bannerConfig=(0,c.getContribConfig)(this._options.kalturaPlayer,"ui.banner",_)}return e.prototype.add=function(e){return this._floatingItem&&this.remove(),this._floatingItem=this._options.floatingManager.add({label:"Banner",mode:r.FloatingUIModes.Immediate,position:r.FloatingPositions.InteractiveArea,renderContent:this._createRenderBanner(e,{onClose:this._handleCloseEvent.bind(this),theme:this._bannerConfig.theme})}),e.autoClose&&this._startDurationTimer(e.duration),this._getState()},e.prototype.remove=function(){this._floatingItem&&(this._timerSubscription&&clearTimeout(this._timerSubscription),this._options.floatingManager.remove(this._floatingItem),this._floatingItem=null)},e.prototype.reset=function(){this.remove()},e.prototype._createRenderBanner=function(e,t){var n=e.content,o=e.renderContent,r=t.onClose,l=t.theme;return function(e){return(0,i.h)(s.BannerContainer,{onClose:r,theme:l},o?o(n,e):(0,i.h)(a.Banner,{content:n}))}},e.prototype._handleCloseEvent=function(){this.remove()},e.prototype._startDurationTimer=function(e){void 0===e&&(e=6e4),this._timerSubscription=setTimeout(this.remove.bind(this),Math.max(5e3,e))},e.prototype._getState=function(){var e=(0,l.getPlayerSize)(this._options.kalturaPlayer);return{visibilityMode:!e||e.width<480?o.HIDDEN:o.VISIBLE}},e}();t.BannerManager=p},6797:function(e,t,n){"use strict";var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.Banner=void 0;var i=n(4522),a=n(9480),s=n(5316),l=n(6339),c=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return r(t,e),t.prototype.render=function(e){var t=e.content,n=t.text,o=t.title,r=void 0===o?"Audience asks:":o,s=t.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)))},t.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}))},t}(i.Component);t.Banner=c},4570:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Banner=void 0;var o=n(6797);Object.defineProperty(t,"Banner",{enumerable:!0,get:function(){return o.Banner}})},5316:function(e,t,n){"use strict";var o=this&&this.__assign||function(){return o=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},o.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.SomeoneAsksLarge=void 0;var r=n(4522);t.SomeoneAsksLarge=function(e){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"},e),(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(e,t,n){"use strict";var o=this&&this.__assign||function(){return o=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},o.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.SomeoneAsksSmall=void 0;var r=n(4522);t.SomeoneAsksSmall=function(e){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"},e),(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:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ContribServices=t.getPlayerContribRegistry=void 0;var o=n(8717),r=n(3199),i=n(5753),a=n(8529),s=n(9673);function l(e){return o.PlayerContribRegistry.get(e)}t.getPlayerContribRegistry=l;var c=function(){function e(e,t){var n=this;this._playerContribRegistry=e,this._options=t,this._registered=!1,this._addListeners=function(){var e=n._options.kalturaPlayer;e.addEventListener(e.Event.PLAYER_RESET,n.reset),e.addEventListener(e.Event.PLAYER_DESTROY,n._removeListeners)},this._removeListeners=function(){var e=n._options.kalturaPlayer;e.removeEventListener(e.Event.PLAYER_RESET,n.reset),e.removeEventListener(e.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}),_=new i.ToastManager({floatingManager:c}),p=new s.BannerManager({kalturaPlayer:o,floatingManager:c});this._toastManager=_,this._floatingManager=c,this._presetManager=l,this._bannerManager=p,this._addListeners()}return e.get=function(t){var n=l(t.kalturaPlayer);return n.register("ContribServices",(function(){return new e(n,t)}))},Object.defineProperty(e.prototype,"presetManager",{get:function(){return this._presetManager},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"floatingManager",{get:function(){return this._floatingManager},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"toastManager",{get:function(){return this._toastManager},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"bannerManager",{get:function(){return this._bannerManager},enumerable:!1,configurable:!0}),e}();t.ContribServices=c},8853:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getContribConfig=void 0;var o=n(5816);t.getContribConfig=function(e,t,n,r){return o.KalturaPlayerUtils.getPlayerConfig(e,"contrib.".concat(t),n,r)}},5092:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n(4522);t.default=function(e,t,n){return(0,o.h)("a",{href:e,key:n,target:"_blank",rel:"noopener noreferrer"},t)}},8842:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.EventsManager=void 0;var n=function(){function e(){this._eventListeners={},this._wildcardEventListeners=[]}return e.prototype.on=function(e,t){"*"!==e?(this._eventListeners[e]||(this._eventListeners[e]=[])).push(t):this._wildcardEventListeners.push(t)},e.prototype.off=function(e,t){if("*"!==e){var n=this._eventListeners[e];n&&n.splice(n.indexOf(t)>>>0,1)}else this._wildcardEventListeners.splice(this._wildcardEventListeners.indexOf(t)>>>0,1)},e.prototype.emit=function(e){(this._eventListeners[e.type]||[]).slice().map((function(t){t(e)})),this._wildcardEventListeners.slice().map((function(t){t(e)}))},e}();t.EventsManager=n},7720:(e,t)=>{"use strict";var n,o;Object.defineProperty(t,"__esModule",{value:!0}),t.FloatingPositions=t.FloatingUIModes=void 0,(o=t.FloatingUIModes||(t.FloatingUIModes={})).MediaLoaded="MediaLoaded",o.OnDemand="OnDemand",o.Immediate="Immediate",o.FirstPlay="FirstPlay",(n=t.FloatingPositions||(t.FloatingPositions={})).VideoArea="VideoArea",n.PresetArea="PresetArea",n.InteractiveArea="InteractiveArea"},5921:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.FloatingItem=void 0;var o=n(4522),r=n(7720),i=n(9017),a=function(){function e(e){var t=this;this._destroyed=!1,this._isShown=!1,this._componentRef=null,this.remove=function(){t._isShown=!1,t._componentRef&&t._componentRef.update()},this.add=function(){t._isShown=!0,t._componentRef&&t._componentRef.update()},this._handleMediaLoaded=function(){var e=t._options.kalturaPlayer;e.removeEventListener(e.Event.MEDIA_LOADED,t._handleMediaLoaded),t.add()},this._handleFirstPlay=function(){var e=t._options.kalturaPlayer;e.removeEventListener(e.Event.FIRST_PLAY,t._handleFirstPlay),t.add()},this._options=e,this._addPlayerBindings()}return Object.defineProperty(e.prototype,"data",{get:function(){return this._options.data},enumerable:!1,configurable:!0}),e.prototype.update=function(){this._componentRef&&this._componentRef.update()},e.prototype.destroy=function(){this._destroyed=!0,this.remove()},e.prototype.renderFloatingChild=function(e){var t=this,n=this._options.data.label;return(0,o.h)(i.ManagedComponent,{label:n,renderChildren:function(){return t._options.data.renderContent(e)},isShown:function(){return t._isShown},ref:function(e){return t._componentRef=e}})},e.prototype._addPlayerBindings=function(){var e=this._options,t=e.kalturaPlayer,n=e.data;n.mode===r.FloatingUIModes.MediaLoaded&&t.addEventListener(t.Event.MEDIA_LOADED,this._handleMediaLoaded),n.mode===r.FloatingUIModes.FirstPlay&&t.addEventListener(t.Event.FIRST_PLAY,this._handleFirstPlay),n.mode===r.FloatingUIModes.Immediate&&this.add()},e}();t.FloatingItem=a},8529:function(e,t,n){"use strict";var o=this&&this.__assign||function(){return o=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},o.apply(this,arguments)},r=this&&this.__spreadArray||function(e,t,n){if(n||2===arguments.length)for(var o,r=0,i=t.length;r<i;r++)!o&&r in t||(o||(o=Array.prototype.slice.call(t,0,r)),o[r]=t[r]);return e.concat(o||Array.prototype.slice.call(t))};Object.defineProperty(t,"__esModule",{value:!0}),t.FloatingManager=void 0;var i=n(5921),a=n(7720),s=n(3199),l=n(4522),c=n(7863),_=n(9017),p=n(7417),u=n(8853),d={presetAreasMapping:{Playback:{VideoArea:"VideoArea",PresetArea:"PresetArea",InteractiveArea:"InteractiveArea"},Live:{VideoArea:"VideoArea",PresetArea:"PresetArea",InteractiveArea:"InteractiveArea"}}},A=["VideoArea","PresetArea","InteractiveArea"],h=function(){function e(e){var t,n,o=this;this._options=e,this._items=((t={})[a.FloatingPositions.VideoArea]=[],t[a.FloatingPositions.InteractiveArea]=[],t[a.FloatingPositions.PresetArea]=[],t),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(e){var t=o._getRendererProps({});return o._items[e].map((function(e){return e.renderFloatingChild(t)}))},this._renderChild=function(e){return(0,l.h)(_.ManagedComponent,{label:"floating-manager",renderChildren:function(){return o._renderItems(e)},isShown:function(){return!0},ref:function(t){return o._componentRef[e]=t}})},this._floatingConfig=(0,u.getContribConfig)(this._options.kalturaPlayer,"ui.floating",d,{explicitMerge:["presetAreasMapping"]});var r=p.PresetsUtils.groupPresetAreasByType({presetAreasMapping:this._floatingConfig.presetAreasMapping,acceptableTypes:A});Object.keys(r).forEach((function(e){o._options.presetManager.add({label:"floating-manager",presetAreas:r[e],renderChild:function(){return o._renderChild(a.FloatingPositions[e])}})})),this._addPlayerBindings(),this._updateCachedCanvas()}return e.prototype.add=function(e){var t=this._options.presetManager,n=o(o({presetManager:t},this._options),{data:e}),r=new i.FloatingItem(n);return this._items[e.position].push(r),r},e.prototype.remove=function(e){var t=this._items[e.data.position],n=t.indexOf(e);n>-1?(t[n].destroy(),t.splice(n,1)):console.warn("couldn't remove ".concat(e," since it wasn't found"))},e.prototype.reset=function(){r(r(r([],this._items.VideoArea,!0),this._items.InteractiveArea,!0),this._items.PresetArea,!0).forEach((function(e){try{e.destroy()}catch(e){console.warn(e)}})),this._items.VideoArea=[],this._items.PresetArea=[],this._items.InteractiveArea=[]},e.prototype._getRendererProps=function(e){var t=this._options.kalturaPlayer;return{currentTime:void 0!==e.currentTime?e.currentTime:1e3*t.currentTime,canvas:this._cache.canvas}},e.prototype._updateCachedCanvas=function(){this._cache.canvas={playerSize:(0,c.getPlayerSize)(this._options.kalturaPlayer),videoSize:(0,c.getVideoSize)(this._options.kalturaPlayer)}},e.prototype._updateComponents=function(){this._componentRef.InteractiveArea&&this._componentRef.InteractiveArea.update(),this._componentRef.PresetArea&&this._componentRef.PresetArea.update(),this._componentRef.VideoArea&&this._componentRef.VideoArea.update()},e.prototype._addPlayerBindings=function(){var e=this,t=this._options.kalturaPlayer;t.addEventListener(t.Event.TIME_UPDATE,(function(){e._updateComponents()})),t.addEventListener(t.Event.MEDIA_LOADED,(function(){e._updateCachedCanvas(),e._updateComponents()})),t.addEventListener(t.Event.LOADED_DATA,(function(){e._updateCachedCanvas(),e._updateComponents()})),this._options.presetManager.on(s.PresetManagerEventTypes.VideoResizeEvent,(function(){e._updateCachedCanvas(),e._updateComponents()})),this._options.presetManager.on(s.PresetManagerEventTypes.PresetResizeEvent,(function(){e._updateCachedCanvas(),e._updateComponents()}))},e}();t.FloatingManager=h},197:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.LinkifyString=t.VisibilityMode=t.BannerManager=t.FloatingUIModes=t.FloatingPositions=t.FloatingItem=t.ToastSeverity=t.ContribServices=void 0;var o=n(6908);Object.defineProperty(t,"ContribServices",{enumerable:!0,get:function(){return o.ContribServices}});var r=n(5753);Object.defineProperty(t,"ToastSeverity",{enumerable:!0,get:function(){return r.ToastSeverity}});var i=n(5921);Object.defineProperty(t,"FloatingItem",{enumerable:!0,get:function(){return i.FloatingItem}});var a=n(7720);Object.defineProperty(t,"FloatingPositions",{enumerable:!0,get:function(){return a.FloatingPositions}}),Object.defineProperty(t,"FloatingUIModes",{enumerable:!0,get:function(){return a.FloatingUIModes}});var s=n(9673);Object.defineProperty(t,"BannerManager",{enumerable:!0,get:function(){return s.BannerManager}}),Object.defineProperty(t,"VisibilityMode",{enumerable:!0,get:function(){return s.VisibilityMode}});var l=n(8849);Object.defineProperty(t,"LinkifyString",{enumerable:!0,get:function(){return l.LinkifyString}})},5161:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InjectedComponent=void 0;var o=n(413);Object.defineProperty(t,"InjectedComponent",{enumerable:!0,get:function(){return o.InjectedComponent}})},413:function(e,t,n){"use strict";var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.InjectedComponent=void 0;var i=n(4522),a=n(4367),s=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t._root=null,t}return r(t,e),t.prototype.shouldComponentUpdate=function(){return!1},t.prototype.componentDidMount=function(){var e=this.props,t=e.onCreate;if(e.label,t){var n=this._root;n&&t({parent:n})}},t.prototype.componentWillUnmount=function(){var e=this.props,t=e.onDestroy,n=(e.label,this._root);n&&t&&t({parent:n})},t.prototype.render=function(){var e=this,t=this.props,n=t.label,o=t.fillContainer?a.fillContainer:"";return(0,i.h)("div",{"data-contrib-injected":n,className:o,ref:function(t){return e._root=t}})},t}(i.Component);t.InjectedComponent=s},5816:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.KalturaPlayerUtils=void 0;var o=n(9442),r=function(){function e(){}return e.getPlayerConfig=function(e,t,n,r){var i=o.ObjectUtils.get(e.config,t,{});return o.ObjectUtils.mergeDefaults(i,n,r)},e}();t.KalturaPlayerUtils=r},8849:function(e,t,n){"use strict";var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.LinkifyString=void 0;var i=n(4522),a=n(3708),s=n(5092),l=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t._linkify=new a,t}return r(t,e),t.prototype._parseString=function(e){var t=this;if(0===(e||"").trim().length)return"";var n=this._linkify.match(e);if(!n)return e;var o=[],r=0;return n.forEach((function(n,i){n.index>r&&o.push(e.substring(r,n.index));var a=n.url,s=n.text,l=t.props.componentRenderer(a,s,i);o.push(l),r=n.lastIndex})),e.length>r&&o.push(e.substring(r)),1===o.length?o[0]:o},t.prototype.render=function(){return(0,i.h)("span",null,this._parseString(this.props.text))},t.defaultProps={componentRenderer:s.default},t}(i.Component);t.LinkifyString=l},9017:function(e,t,n){"use strict";var o=this&&this.__createBinding||(Object.create?function(e,t,n,o){void 0===o&&(o=n);var r=Object.getOwnPropertyDescriptor(t,n);r&&!("get"in r?!t.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,o,r)}:function(e,t,n,o){void 0===o&&(o=n),e[o]=t[n]}),r=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||o(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),r(n(3692),t)},3692:function(e,t,n){"use strict";var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__decorate||function(e,t,n,o){var r,i=arguments.length,a=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(a=(i<3?r(a):i>3?r(t,n,a):r(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a};Object.defineProperty(t,"__esModule",{value:!0}),t.ManagedComponent=void 0;var a=n(4522),s=n(4022),l=KalturaPlayer.ui.redux.connect,c=function(e){return{playerSize:e.shell.playerSize}},_=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return r(t,e),t.prototype.update=function(){this.setState((function(e){return{toggler:!e.toggler}}))},t.prototype.shouldComponentUpdate=function(e){var t=this.props,n=t.updateOnPlayerSizeChanged,o=t.playerSize;return n&&e.playerSize!==o||e.playerSize===o},t.prototype.componentDidMount=function(){this.setState({toggler:!1})},t.prototype.render=function(){var e=this.props,t=e.fillContainer,n=e.isShown,o=e.playerSize;return n()?(0,a.h)("div",{"data-contrib-item":this.props.label,className:"".concat(t?s.fillContainer:"")},this.props.renderChildren(o)):null},t.defaultProps={fillContainer:!1},i([l(c,null,null,{forwardRef:!0})],t)}(a.Component);t.ManagedComponent=_},9442:function(e,t){"use strict";var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.ObjectUtils=void 0;var o=function(){function e(){}return e.copyDeep=function(t){var n;return Array.isArray(t)?(n=t.length>0?t.slice(0):[]).forEach((function(t,o){("object"==typeof t&&t!=={}||Array.isArray(t)&&t.length>0)&&(n[o]=e.copyDeep(t))})):"object"==typeof t?(n=Object.assign({},t),Object.keys(n).forEach((function(t){("object"==typeof n[t]&&n[t]!=={}||Array.isArray(n[t])&&n[t].length>0)&&(n[t]=e.copyDeep(n[t]))}))):n=t,n},e.isObject=function(e){return e&&"object"==typeof e&&!Array.isArray(e)},e.mergeDeep=function(t,n,o){var r,i;if(!n.length)return t;var a=(o?o.explicitMerge:null)||[],s=n.shift();if(e.isObject(t)&&e.isObject(s))for(var l in s)e.isObject(s[l])?(t[l]||Object.assign(t,((r={})[l]={},r)),-1!==a.indexOf(l)?t[l]=e.explicitFlatMerge(t[l],s[l]):e.mergeDeep(t[l],[s[l]],o)):Object.assign(t,((i={})[l]=s[l],i));return e.mergeDeep(t,n,o)},e.mergeDefaults=function(t,n,o){return e.mergeDeep({},[n,t],o)},e.explicitFlatMerge=function(e,t){var o=n({},e);return Object.keys(t).forEach((function(e){null===t[e]||0===Object.keys(t[e]).length?delete o[e]:o[e]=t[e]})),o},e.get=function(e,t,n){for(var o=function(e){var t=[];return e.split(".").forEach((function(e){e.split(/\[([^}]+)\]/g).forEach((function(e){e.length>0&&t.push(e)}))})),t}(t),r=e,i=0;i<o.length;i++){if(!r[o[i]])return n;r=r[o[i]]}return r},e}();t.ObjectUtils=o},8717:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PlayerContribRegistry=void 0;var n=function(){function e(){this._cache={}}return e.get=function(t){return t.__contrib__=t.__contrib__||{},t.__contrib__.services=t.__contrib__.services||new e,t.__contrib__.services},e.prototype.get=function(e){var t=this._cache[e];if(!t)throw new Error("cannot find resource with token ".concat(e));return t},e.prototype.register=function(e,t){var n=this._cache[e];return n||(n=this._cache[e]={instance:t()}),n.instance},e}();t.PlayerContribRegistry=n},7863:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getVideoSize=t.getPlayerSize=void 0,t.getPlayerSize=function(e){return e?e.dimensions:{width:0,height:0}},t.getVideoSize=function(e){if(!e)return{width:0,height:0};var t=e.getActiveTracks().video;return t&&void 0!==t.width&&void 0!==t.height?{width:t.width,height:t.height}:e.getVideoElement()?{width:e.getVideoElement().videoWidth,height:e.getVideoElement().videoHeight}:{width:0,height:0}}},6109:(e,t)=>{"use strict";var n,o,r;Object.defineProperty(t,"__esModule",{value:!0}),t.RelativeToTypes=t.ReservedPresetAreas=t.ReservedPresetNames=void 0,(r=t.ReservedPresetNames||(t.ReservedPresetNames={})).Playback="Playback",r.Live="Live",(o=t.ReservedPresetAreas||(t.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=t.RelativeToTypes||(t.RelativeToTypes={})).Before="Before",n.After="After",n.Replace="Replace"},6513:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PresetItem=void 0;var o=n(4522),r=n(6109),i=n(5161),a=function(){function e(e){var t=this;this._render=function(){if(t._options.data.isolateComponent){var e=t._options.data,n=e.label,r=e.fillContainer;return(0,o.h)(i.InjectedComponent,{label:n,fillContainer:r||!1,onCreate:t._onCreate,onDestroy:t._onDestroy})}return t._options.data.renderChild()},this._onDestroy=function(e){e.parent&&(0,o.render)(null,e.parent)},this._onCreate=function(e){try{if(!e.parent)return;var n=t._options.data.renderChild();if(!n)return;(0,o.render)(n,e.parent)}catch(e){}},this._options=e}return Object.defineProperty(e.prototype,"playerConfig",{get:function(){var e=[];for(var t in this._options.data.presetAreas){var n=this._options.data.presetAreas[t],o=this._options.data.relativeTo;if(n){var i={label:this._options.data.label,presets:[t],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}e.push(i)}}return e},enumerable:!1,configurable:!0}),e}();t.PresetItem=a},3199:function(e,t,n){"use strict";var o=this&&this.__spreadArray||function(e,t,n){if(n||2===arguments.length)for(var o,r=0,i=t.length;r<i;r++)!o&&r in t||(o||(o=Array.prototype.slice.call(t,0,r)),o[r]=t[r]);return e.concat(o||Array.prototype.slice.call(t))};Object.defineProperty(t,"__esModule",{value:!0}),t.PresetManager=t.PresetManagerEventTypes=void 0;var r,i=n(4522),a=n(6513),s=n(8842),l=n(6227),c=n(7417),_=n(8853);!function(e){e.PresetResizeEvent="PresetResizeEvent",e.VideoResizeEvent="VideoResizeEvent"}(r=t.PresetManagerEventTypes||(t.PresetManagerEventTypes={}));var p=["PlayerArea"],u={presetAreasMapping:{Playback:{PlayerArea:"PlayerArea"},Live:{PlayerArea:"PlayerArea"}}},d=function(){function e(e){var t=this;this._events=new s.EventsManager,this._isLocked=!1,this._items=[],this._pendingItems=[],this._registerToPlayer=function(e){e.addEventListener(KalturaPlayer.ui.EventType.UI_PRESET_RESIZE,t._notifyUIPresetResize),e.addEventListener(KalturaPlayer.ui.EventType.VIDEO_RESIZE,t._notifyVideoResize)},this._notifyVideoResize=function(){t._events.emit({type:r.VideoResizeEvent})},this._notifyUIPresetResize=function(){t._events.emit({type:r.PresetResizeEvent})},this._unregisterToPlayer=function(e){e.removeEventListener(KalturaPlayer.ui.EventType.UI_PRESET_RESIZE,t._notifyUIPresetResize),e.removeEventListener(KalturaPlayer.ui.EventType.VIDEO_RESIZE,t._notifyVideoResize)},this.on=this._events.on.bind(this._events),this.off=this._events.off.bind(this._events),this._options=e,this._presetConfig=(0,_.getContribConfig)(this._options.kalturaPlayer,"ui.preset",u,{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:t._registerToPlayer,onUnmount:t._unregisterToPlayer})}})}return e.prototype.add=function(e){if(this._isLocked)return console.warn("cannot add new preset items once player completed its' setup phase"),null;var t=new a.PresetItem({kalturaPlayer:this._options.kalturaPlayer,data:e});this._pendingItems.push(t)},e.prototype.lockManager=function(){this._isLocked=!0},e.prototype.registerComponents=function(){var e=[];return this._pendingItems.forEach((function(t){e=o(o([],e,!0),t.playerConfig,!0)})),this._items=o(o([],this._items,!0),this._pendingItems,!0),this._pendingItems=[],e.filter(Boolean)},e}();t.PresetManager=d},7417:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PresetsUtils=void 0;var n=function(){function e(){}return e.groupPresetAreasByType=function(e){var t=e.presetAreasMapping,n=e.acceptableTypes,o={};return n.forEach((function(e){return o[e]={}})),Object.keys(t).forEach((function(e){Object.keys(t[e]).forEach((function(r){-1===n.indexOf(r)||(o[r][e]=t[e][r])}))})),o},e}();t.PresetsUtils=n},5753:function(e,t,n){"use strict";var o=this&&this.__assign||function(){return o=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},o.apply(this,arguments)},r=this&&this.__rest||function(e,t){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.ToastManager=t.ToastSeverity=void 0;var i,a=n(4144),s=n(7720),l=n(4617),c=n(4522);(i=t.ToastSeverity||(t.ToastSeverity={})).Info="Info",i.Success="Success",i.Warn="Warn",i.Error="Error";var _=function(){function e(e){var t=this;this.options=e,this._toasts=[],this._floatingItem=null,this._remove=function(e){var n=t._findToastIndexById(e);-1!==n&&(clearTimeout(t._toasts[n].timerSubscription),t._toasts.splice(n,1),t._updateToastsUI(),0===t._toasts.length&&t._removeToastsContainer())},this._options=e}return e.prototype.add=function(e){var t=e.duration,n=r(e,["duration"]);this._floatingItem||this._addToastsContainer();var i={toastProps:o(o({},n),{id:a.UUID.uuidV1(),onClose:this._remove}),duration:t,timerSubscription:null};this._toasts.push(i),this._updateToastsUI(),this._startDurationTimer(i)},e.prototype.reset=function(){var e=this;this._toasts.forEach((function(t){e._remove(t.toastProps.id)}))},e.prototype._startDurationTimer=function(e){var t=this;e.timerSubscription=setTimeout((function(){t._remove(e.toastProps.id)}),e.duration)},e.prototype._addToastsContainer=function(){var e=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:e._toasts.map((function(e){return e.toastProps}))})}})},e.prototype._removeToastsContainer=function(){this._floatingItem&&(this._options.floatingManager.remove(this._floatingItem),this._floatingItem=null)},e.prototype._updateToastsUI=function(){this._floatingItem&&this._floatingItem.update()},e.prototype._findToastIndexById=function(e){for(var t=0;t<this._toasts.length;){if(this._toasts[t].toastProps.id===e)return t;t++}return-1},e}();t.ToastManager=_},1569:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.CloseIcon=void 0;var o=n(4522);t.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(e,t,n){"use strict";var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.Toast=void 0;var i=n(4522),a=n(181),s=n(5753),l=n(1569),c=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.state={isShown:!0},t._onClick=function(e){t.props.onClick(),t._onClose(e)},t._onClose=function(e){e.stopPropagation(),t.setState({isShown:!1}),t.props.onClose(t.props.id)},t}return r(t,e),t.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}},t.prototype.render=function(){var e=this.props,t=e.text,n=e.title,o=e.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},t)))},t}(i.Component);t.Toast=c},4617:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ToastsContainer=void 0;var o=n(7371);Object.defineProperty(t,"ToastsContainer",{enumerable:!0,get:function(){return o.ToastsContainer}})},7371:function(e,t,n){"use strict";var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return i=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},i.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.ToastsContainer=void 0;var a=n(4522),s=n(3810),l=n(5579),c=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return r(t,e),t.prototype.render=function(){return(0,a.h)("div",{className:l.toastsContainer,"aria-live":"polite"},this.props.toasts.map((function(e){return(0,a.h)("div",{className:l.toastRow,key:e.id},(0,a.h)(s.Toast,i({},e)))})))},t}(a.Component);t.ToastsContainer=c},6227:function(e,t,n){"use strict";var o=this&&this.__createBinding||(Object.create?function(e,t,n,o){void 0===o&&(o=n);var r=Object.getOwnPropertyDescriptor(t,n);r&&!("get"in r?!t.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,o,r)}:function(e,t,n,o){void 0===o&&(o=n),e[o]=t[n]}),r=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||o(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),r(n(9873),t)},9873:function(e,t,n){"use strict";var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__decorate||function(e,t,n,o){var r,i=arguments.length,a=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(a=(i<3?r(a):i>3?r(t,n,a):r(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a};Object.defineProperty(t,"__esModule",{value:!0}),t.UIPlayerAdapter=void 0;var a=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return r(t,e),t.prototype.componentDidMount=function(){this.props.onMount(this.props.player)},t.prototype.componentWillUnmount=function(){this.props.onUnmount(this.props.player)},t.prototype.render=function(e){return null},t.defaultProps={player:null},i([KalturaPlayer.ui.components.withPlayer],t)}(n(4522).Component);t.UIPlayerAdapter=a},4144:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.UUID=void 0;var n=function(){function e(){}return e.uuidV1=function(){return"".concat(Date.now(),"-").concat(Math.random())},e}();t.UUID=n},42:(e,t)=>{var n;!function(){"use strict";var o={}.hasOwnProperty;function r(){for(var e=[],t=0;t<arguments.length;t++){var n=arguments[t];if(n){var i=typeof n;if("string"===i||"number"===i)e.push(n);else if(Array.isArray(n)){if(n.length){var a=r.apply(null,n);a&&e.push(a)}}else if("object"===i){if(n.toString!==Object.prototype.toString&&!n.toString.toString().includes("[native code]")){e.push(n.toString());continue}for(var s in n)o.call(n,s)&&n[s]&&e.push(s)}}}return e.join(" ")}e.exports?(r.default=r,e.exports=r):void 0===(n=function(){return r}.apply(t,[]))||(e.exports=n)}()},6298:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>s});var o=n(559),r=n.n(o),i=n(3476),a=n.n(i)()(r());a.push([e.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/common/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"};const s=a},6469:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>s});var o=n(559),r=n.n(o),i=n(3476),a=n.n(i)()(r());a.push([e.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"};const s=a},5588:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>s});var o=n(559),r=n.n(o),i=n(3476),a=n.n(i)()(r());a.push([e.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"};const s=a},9882:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>s});var o=n(559),r=n.n(o),i=n(3476),a=n.n(i)()(r());a.push([e.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"};const s=a},1355:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>s});var o=n(559),r=n.n(o),i=n(3476),a=n.n(i)()(r());a.push([e.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"};const s=a},8931:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>s});var o=n(559),r=n.n(o),i=n(3476),a=n.n(i)()(r());a.push([e.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"};const s=a},9318:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>s});var o=n(559),r=n.n(o),i=n(3476),a=n.n(i)()(r());a.push([e.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"};const s=a},3346:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>s});var o=n(559),r=n.n(o),i=n(3476),a=n.n(i)()(r());a.push([e.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"};const s=a},1869:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>s});var o=n(559),r=n.n(o),i=n(3476),a=n.n(i)()(r());a.push([e.id,".moderation__root___OboIy{position:relative;height:100%;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff}.moderation__root___OboIy.moderation__extrasmall___wW3Qa .moderation__main-wrapper___NVSL7 .moderation__title___A6vUl,.moderation__root___OboIy.moderation__small___pmwMw .moderation__main-wrapper___NVSL7 .moderation__title___A6vUl{margin-bottom:12px;font-size:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.moderation__root___OboIy div{margin:0px}.moderation__root___OboIy *{font-family:Lato,sans-serif;font-style:normal}.moderation__root___OboIy .moderation__main-wrapper___NVSL7{width:100%;max-width:461px}.moderation__root___OboIy .moderation__main-wrapper___NVSL7 .moderation__title___A6vUl{margin-bottom:8px;font-size:32px;font-weight:700;text-align:left;line-height:32px}.moderation__root___OboIy .moderation__main-wrapper___NVSL7 .moderation__subtitle___d_zxK{margin-top:16px;opacity:.7;font-size:15px;line-height:1.6}.moderation__root___OboIy .moderation__main-wrapper___NVSL7 .moderation__select-wrapper___ngIjN{display:flex;align-items:center;width:100%;margin-top:24px;margin-bottom:16px;cursor:pointer;padding:0;background:initial;color:#fff;border:none}.moderation__root___OboIy .moderation__main-wrapper___NVSL7 .moderation__select-wrapper___ngIjN .moderation__select___g_xYI{font-size:16px;line-height:21px;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.moderation__root___OboIy .moderation__main-wrapper___NVSL7 .moderation__select-wrapper___ngIjN .moderation__down-arrow___XP0Jn{width:14px;margin-left:8px;padding:0;display:flex;justify-content:center;align-items:center}.moderation__root___OboIy .moderation__main-wrapper___NVSL7 .moderation__textarea___J2BBd{resize:none;width:100%;height:72px;margin-bottom:12px;padding:7px 8px;font-size:14px;font-weight:400;color:var(--playkit-tone-2-color);background-color:rgba(0,0,0,.3);border-radius:4px;border:solid 1px var(--playkit-tone-4-color);overflow-y:auto}.moderation__root___OboIy .moderation__main-wrapper___NVSL7 .moderation__textarea___J2BBd.moderation__active___Iy27p{border:solid 1px #fff;color:#fff}.moderation__root___OboIy .moderation__main-wrapper___NVSL7 .moderation__textarea___J2BBd:-ms-input-placeholderr{color:rgba(255,255,255,.7) !important;font-size:14px;line-height:16px;font-weight:400;opacity:1}.moderation__root___OboIy .moderation__main-wrapper___NVSL7 .moderation__textarea___J2BBd::-ms-input-placeholder{color:rgba(255,255,255,.7)}.moderation__root___OboIy .moderation__main-wrapper___NVSL7 .moderation__textarea___J2BBd::placeholder{color:rgba(255,255,255,.7);opacity:1}.moderation__root___OboIy .moderation__main-wrapper___NVSL7 .moderation__textarea___J2BBd::selection{border-radius:2px;background-color:#5b80a7}.moderation__root___OboIy .moderation__main-wrapper___NVSL7 .moderation__textarea___J2BBd::-webkit-scrollbar{width:11px}.moderation__root___OboIy .moderation__main-wrapper___NVSL7 .moderation__textarea___J2BBd::-webkit-scrollbar-thumb{border-radius:8px;background-color:rgba(255,255,255,.3);border:4px solid rgba(0,0,0,0);background-clip:padding-box}.moderation__root___OboIy .moderation__main-wrapper___NVSL7 .moderation__submit-wrapper___DoZJr{width:100%;display:flex;justify-content:flex-end;align-items:center}.moderation__root___OboIy .moderation__main-wrapper___NVSL7 .moderation__submit-wrapper___DoZJr .moderation__character-counter___T8V2q{font-size:14px;text-align:right;margin-right:12px;color:#fff}.moderation__root___OboIy .moderation__main-wrapper___NVSL7 .moderation__submit-wrapper___DoZJr .moderation__submit-button___ibqgF{height:32px;border-radius:4px;color:var(--playkit-primary-text-contrast-color);text-align:center;font-size:14px;font-weight:700;line-height:17px;background-color:var(--playkit-primary-color);padding-left:12px;padding-right:12px;border:none;outline:none !important;cursor:pointer}.moderation__root___OboIy .moderation__main-wrapper___NVSL7 .moderation__submit-wrapper___DoZJr .moderation__submit-button___ibqgF.moderation__disabled___LrNgE{background-color:rgba(0,0,0,0);padding-left:11px;padding-right:11px;color:var(--playkit-tone-4-color);border:1px solid var(--playkit-tone-4-color)}.moderation__root___OboIy .moderation__main-wrapper___NVSL7 .moderation__submit-wrapper___DoZJr .moderation__submit-button___ibqgF:focus{background-color:var(--playkit-primary-brighter-color);box-shadow:0px 0px 0px 1px var(--playkit-primary-color)}.moderation__root___OboIy .moderation__main-wrapper___NVSL7 .moderation__submit-wrapper___DoZJr .playkit-tooltip{width:auto}","",{version:3,sources:["webpack://./components/moderation/moderation.scss","webpack://./../node_modules/@playkit-js/playkit-js-ui/src/styles/exported.scss","webpack://./variables.scss"],names:[],mappings:"AAEA,0BACE,iBAAA,CACA,WAAA,CACA,UAAA,CACA,YAAA,CACA,qBAAA,CACA,kBAAA,CACA,sBAAA,CACA,UAAA,CAIE,uOACE,kBAAA,CACA,cAAA,CACA,eAAA,CACA,sBAAA,CACA,kBAAA,CAIJ,8BACE,UAAA,CAEF,4BACE,2BAAA,CACA,iBAAA,CAGF,4DACE,UAAA,CACA,eAAA,CACA,uFACE,iBAAA,CACA,cAAA,CACA,eAAA,CACA,eAAA,CACA,gBAAA,CAEF,0FACE,eAAA,CACA,UAAA,CACA,cAAA,CACA,eAAA,CAEF,gGACE,YAAA,CACA,kBAAA,CACA,UAAA,CACA,eAAA,CACA,kBAAA,CACA,cAAA,CACA,SAAA,CACA,kBAAA,CACA,UAAA,CACA,WAAA,CACA,4HACE,cAAA,CACA,gBAAA,CACA,eAAA,CACA,eAAA,CACA,sBAAA,CACA,kBAAA,CAEF,gIACE,UAAA,CACA,eAAA,CACA,SAAA,CACA,YAAA,CACA,sBAAA,CACA,kBAAA,CAGJ,0FACE,WAAA,CACA,UAAA,CACA,WAAA,CACA,kBAAA,CACA,eAAA,CACA,cAAA,CACA,eAAA,CACA,iCCpDS,CDqDT,+BAAA,CACA,iBElFQ,CFmFR,4CAAA,CACA,eAAA,CACA,qHACE,qBAAA,CACA,UAAA,CAEF,iHAEE,qCAAA,CACA,cAAA,CACA,gBAAA,CACA,eAAA,CACA,SAAA,CAEF,iHAEE,0BAAA,CAEF,uGAEE,0BAAA,CACA,SAAA,CAEF,qGACE,iBAAA,CACA,wBAAA,CAEF,6GACE,UAAA,CAEF,mHACE,iBEjHM,CFkHN,qCAAA,CACA,8BAAA,CACA,2BAAA,CAGJ,gGACE,UAAA,CACA,YAAA,CACA,wBAAA,CACA,kBAAA,CACA,uIACE,cAAA,CACA,gBAAA,CACA,iBAAA,CACA,UAAA,CAEF,mIACE,WAAA,CACA,iBErIM,CFsIN,gDCnIsB,CDoItB,iBAAA,CACA,cAAA,CACA,eAAA,CACA,gBAAA,CACA,6CC3IQ,CD4IR,iBAAA,CACA,kBAAA,CACA,WAAA,CACA,uBAAA,CACA,cAAA,CACA,gKACE,8BAAA,CACA,iBAAA,CACA,kBAAA,CACA,iCCvHK,CDwHL,4CAAA,CAEF,yIACE,sDCvJe,CDwJf,uDAAA,CAGJ,iHACE,UAAA",sourcesContent:["@import '../../variables.scss';\n\n.root {\n position: relative;\n height: 100%;\n width: 100%;\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n color: white;\n\n &.extrasmall,\n &.small {\n .main-wrapper .title {\n margin-bottom: 12px;\n font-size: 20px;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n }\n\n div {\n margin: 0px;\n }\n * {\n font-family: Lato, sans-serif;\n font-style: normal;\n }\n\n .main-wrapper {\n width: 100%;\n max-width: 461px;\n .title {\n margin-bottom: 8px;\n font-size: 32px;\n font-weight: 700;\n text-align: left;\n line-height: 32px;\n }\n .subtitle {\n margin-top: 16px;\n opacity: 0.7;\n font-size: 15px;\n line-height: 1.6;\n }\n .select-wrapper {\n display: flex;\n align-items: center;\n width: 100%;\n margin-top: 24px;\n margin-bottom: 16px;\n cursor: pointer;\n padding: 0;\n background: initial;\n color: white;\n border: none;\n .select {\n font-size: 16px;\n line-height: 21px;\n font-weight: 400;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n .down-arrow {\n width: 14px;\n margin-left: 8px;\n padding: 0;\n display: flex;\n justify-content: center;\n align-items: center;\n }\n }\n .textarea {\n resize: none;\n width: 100%;\n height: 72px;\n margin-bottom: 12px;\n padding: 7px 8px;\n font-size: 14px;\n font-weight: 400;\n color: $tone-2-color;\n background-color: rgba(0, 0, 0, 0.3);\n border-radius: $roundness-1;\n border: solid 1px $tone-4-color;\n overflow-y: auto;\n &.active {\n border: solid 1px white;\n color: white;\n }\n &:-ms-input-placeholderr {\n /* Internet Explorer 10-11 */\n color: rgba(255, 255, 255, 0.7) !important;\n font-size: 14px;\n line-height: 16px;\n font-weight: 400;\n opacity: 1;\n }\n &::-ms-input-placeholder {\n /* Microsoft Edge */\n color: rgba(255, 255, 255, 0.7);\n }\n &::placeholder {\n /* Chrome, Firefox, Opera, Safari 10.1+ */\n color: rgba(255, 255, 255, 0.7);\n opacity: 1; /* Firefox */\n }\n &::selection {\n border-radius: 2px;\n background-color: #5b80a7;\n }\n &::-webkit-scrollbar {\n width: 11px;\n }\n &::-webkit-scrollbar-thumb {\n border-radius: $roundness-2;\n background-color: rgba(255, 255, 255, 0.3);\n border: 4px solid rgba(0, 0, 0, 0);\n background-clip: padding-box;\n }\n }\n .submit-wrapper {\n width: 100%;\n display: flex;\n justify-content: flex-end;\n align-items: center;\n .character-counter {\n font-size: 14px;\n text-align: right;\n margin-right: 12px;\n color: white;\n }\n .submit-button {\n height: 32px;\n border-radius: $roundness-1;\n color: $primary-text-contrast-color;\n text-align: center;\n font-size: 14px;\n font-weight: 700;\n line-height: 17px;\n background-color: $primary-color;\n padding-left: 12px;\n padding-right: 12px;\n border: none;\n outline: none !important; // overwrites player styles\n cursor: pointer;\n &.disabled {\n background-color: rgba(0, 0, 0, 0);\n padding-left: 11px;\n padding-right: 11px;\n color: $tone-4-color;\n border: 1px solid $tone-4-color;\n }\n &:focus {\n background-color: $primary-brighter-color;\n box-shadow: 0px 0px 0px 1px $primary-color;\n }\n }\n :global(.playkit-tooltip) {\n width: auto;\n }\n }\n }\n}\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","@import '~@playkit-js/playkit-js-ui';\n\n// border radius\n$roundness-1: 4px;\n$roundness-2: 8px;\n"],sourceRoot:""}]),a.locals={root:"moderation__root___OboIy",extrasmall:"moderation__extrasmall___wW3Qa","main-wrapper":"moderation__main-wrapper___NVSL7",mainWrapper:"moderation__main-wrapper___NVSL7",title:"moderation__title___A6vUl",small:"moderation__small___pmwMw",subtitle:"moderation__subtitle___d_zxK","select-wrapper":"moderation__select-wrapper___ngIjN",selectWrapper:"moderation__select-wrapper___ngIjN",select:"moderation__select___g_xYI","down-arrow":"moderation__down-arrow___XP0Jn",downArrow:"moderation__down-arrow___XP0Jn",textarea:"moderation__textarea___J2BBd",active:"moderation__active___Iy27p","submit-wrapper":"moderation__submit-wrapper___DoZJr",submitWrapper:"moderation__submit-wrapper___DoZJr","character-counter":"moderation__character-counter___T8V2q",characterCounter:"moderation__character-counter___T8V2q","submit-button":"moderation__submit-button___ibqgF",submitButton:"moderation__submit-button___ibqgF",disabled:"moderation__disabled___LrNgE"};const s=a},6810:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>s});var o=n(559),r=n.n(o),i=n(3476),a=n.n(i)()(r());a.push([e.id,".popover__popover-container___kNtpB{position:relative}.popover__popover-container___kNtpB .popover__popover-component____kkeB{z-index:1;background-color:var(--playkit-tone-7-color);border-radius:4px;position:absolute;right:0px;display:block}.popover__popover-container___kNtpB .popover__popover-component____kkeB.popover__visible___iReij{visibility:visible;opacity:1;z-index:10}.popover__popover-container___kNtpB .popover__popover-component____kkeB.popover__top___Ea2BZ{bottom:100%;margin-bottom:6px}.popover__popover-container___kNtpB .popover__popover-component____kkeB.popover__bottom___bZkfc{top:100%;margin-top:-6px}.popover__popover-container___kNtpB .popover__popover-component____kkeB.popover__right___FsDQ2{left:0px}.popover__popover-container___kNtpB .popover__popover-component____kkeB.popover__left___Yrbq3{right:0px}.popover__popover-menu___eAVnc{padding-top:6px;padding-bottom:6px}.popover__popover-menu-item___h9uHd{display:flex;align-items:center;padding:9px 24px 9px 16px;white-space:nowrap;min-height:30px;line-height:18px;font-size:14px;font-weight:700;color:var(--playkit-tone-1-color)}.popover__popover-menu-item___h9uHd:hover{cursor:pointer;background-color:var(--playkit-tone-5-color)}.popover__popover-menu-item___h9uHd:focus{outline:1px solid var(--playkit-primary-color)}.popover__report-popover___u9cEc{width:100%;max-width:280px}","",{version:3,sources:["webpack://./components/popover/popover.scss","webpack://./../node_modules/@playkit-js/playkit-js-ui/src/styles/exported.scss","webpack://./variables.scss"],names:[],mappings:"AAEA,oCACI,iBAAA,CACA,wEACI,SAAA,CACA,4CC8BO,CD7BP,iBEJM,CFKN,iBAAA,CACA,SAAA,CACA,aAAA,CACA,iGACI,kBAAA,CACA,SAAA,CACA,UAAA,CAEJ,6FACI,WAAA,CACA,iBAAA,CAEJ,gGACI,QAAA,CACA,eAAA,CAEJ,+FACI,QAAA,CAEJ,8FACI,SAAA,CAIZ,+BACI,eAAA,CACA,kBAAA,CAEJ,oCACI,YAAA,CACA,kBAAA,CACA,yBAAA,CACA,kBAAA,CACA,eAAA,CACA,gBAAA,CACA,cAAA,CACA,eAAA,CACA,iCCfW,CDgBX,0CACI,cAAA,CACA,4CCdO,CDgBX,0CACI,8CAAA,CAGR,iCACI,UAAA,CACA,eAAA",sourcesContent:["@import '../../variables.scss';\n\n.popover-container {\n position: relative;\n .popover-component {\n z-index: 1;\n background-color: $tone-7-color;\n border-radius: $roundness-1;\n position: absolute;\n right: 0px;\n display: block;\n &.visible {\n visibility: visible;\n opacity: 1;\n z-index: 10;\n }\n &.top {\n bottom: 100%;\n margin-bottom: 6px;\n }\n &.bottom {\n top: 100%;\n margin-top: -6px;\n }\n &.right {\n left: 0px;\n }\n &.left {\n right: 0px;\n }\n }\n}\n.popover-menu {\n padding-top: 6px;\n padding-bottom: 6px;\n}\n.popover-menu-item {\n display: flex;\n align-items: center;\n padding: 9px 24px 9px 16px;\n white-space: nowrap;\n min-height: 30px;\n line-height: 18px;\n font-size: 14px;\n font-weight: 700;\n color: $tone-1-color;\n &:hover {\n cursor: pointer;\n background-color: $tone-5-color;\n }\n &:focus {\n outline: 1px solid $primary-color;\n }\n}\n.report-popover {\n width: 100%;\n max-width: 280px;\n}\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","@import '~@playkit-js/playkit-js-ui';\n\n// border radius\n$roundness-1: 4px;\n$roundness-2: 8px;\n"],sourceRoot:""}]),a.locals={"popover-container":"popover__popover-container___kNtpB",popoverContainer:"popover__popover-container___kNtpB","popover-component":"popover__popover-component____kkeB",popoverComponent:"popover__popover-component____kkeB",visible:"popover__visible___iReij",top:"popover__top___Ea2BZ",bottom:"popover__bottom___bZkfc",right:"popover__right___FsDQ2",left:"popover__left___Yrbq3","popover-menu":"popover__popover-menu___eAVnc",popoverMenu:"popover__popover-menu___eAVnc","popover-menu-item":"popover__popover-menu-item___h9uHd",popoverMenuItem:"popover__popover-menu-item___h9uHd","report-popover":"popover__report-popover___u9cEc",reportPopover:"popover__report-popover___u9cEc"};const s=a},6559:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>s});var o=n(559),r=n.n(o),i=n(3476),a=n.n(i)()(r());a.push([e.id,".moderation-plugin__toast-icon___QQFJx{width:16px;height:16px;margin-right:7px}","",{version:3,sources:["webpack://./moderation-plugin.scss"],names:[],mappings:"AAAA,uCACE,UAAA,CACA,WAAA,CACA,gBAAA",sourcesContent:[".toast-icon {\n width: 16px;\n height: 16px;\n margin-right: 7px;\n}\n"],sourceRoot:""}]),a.locals={"toast-icon":"moderation-plugin__toast-icon___QQFJx",toastIcon:"moderation-plugin__toast-icon___QQFJx"};const s=a},3476:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n="",o=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),o&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),o&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n})).join("")},t.i=function(e,n,o,r,i){"string"==typeof e&&(e=[[null,e,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<e.length;c++){var _=[].concat(e[c]);o&&a[_[0]]||(void 0!==i&&(void 0===_[5]||(_[1]="@layer".concat(_[5].length>0?" ".concat(_[5]):""," {").concat(_[1],"}")),_[5]=i),n&&(_[2]?(_[1]="@media ".concat(_[2]," {").concat(_[1],"}"),_[2]=n):_[2]=n),r&&(_[4]?(_[1]="@supports (".concat(_[4],") {").concat(_[1],"}"),_[4]=r):_[4]="".concat(r)),t.push(_))}},t}},559:e=>{"use strict";e.exports=function(e){var t=e[1],n=e[3];if(!n)return t;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," */");return[t].concat([i]).join("\n")}return[t].join("\n")}},3708:(e,t,n)=>{"use strict";function o(e){var t=Array.prototype.slice.call(arguments,1);return t.forEach((function(t){t&&Object.keys(t).forEach((function(n){e[n]=t[n]}))})),e}function r(e){return Object.prototype.toString.call(e)}function i(e){return"[object Function]"===r(e)}function a(e){return e.replace(/[.?*+^$[\]\\(){}|-]/g,"\\$&")}var s={fuzzyLink:!0,fuzzyEmail:!0,fuzzyIP:!1},l={"http:":{validate:function(e,t,n){var o=e.slice(t);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(e,t,n){var o=e.slice(t);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)?t>=3&&":"===e[t-3]||t>=3&&"/"===e[t-3]?0:o.match(n.re.no_http)[0].length:0}},"mailto:":{validate:function(e,t,n){var o=e.slice(t);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 _(e){var t=e.re=n(2596)(e.__opts__),o=e.__tlds__.slice();function s(e){return e.replace("%TLDS%",t.src_tlds)}e.onCompile(),e.__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(t.src_xn),t.src_tlds=o.join("|"),t.email_fuzzy=RegExp(s(t.tpl_email_fuzzy),"i"),t.link_fuzzy=RegExp(s(t.tpl_link_fuzzy),"i"),t.link_no_ip_fuzzy=RegExp(s(t.tpl_link_no_ip_fuzzy),"i"),t.host_fuzzy_test=RegExp(s(t.tpl_host_fuzzy_test),"i");var l=[];function c(e,t){throw new Error('(LinkifyIt) Invalid schema "'+e+'": '+t)}e.__compiled__={},Object.keys(e.__schemas__).forEach((function(t){var n=e.__schemas__[t];if(null!==n){var o={validate:null,link:null};if(e.__compiled__[t]=o,"[object Object]"===r(n))return"[object RegExp]"!==r(n.validate)?i(n.validate)?o.validate=n.validate:c(t,n):o.validate=function(e){return function(t,n){var o=t.slice(n);return e.test(o)?o.match(e)[0].length:0}}(n.validate),void(i(n.normalize)?o.normalize=n.normalize:n.normalize?c(t,n):o.normalize=function(e,t){t.normalize(e)});!function(e){return"[object String]"===r(e)}(n)?c(t,n):l.push(t)}})),l.forEach((function(t){e.__compiled__[e.__schemas__[t]]&&(e.__compiled__[t].validate=e.__compiled__[e.__schemas__[t]].validate,e.__compiled__[t].normalize=e.__compiled__[e.__schemas__[t]].normalize)})),e.__compiled__[""]={validate:null,normalize:function(e,t){t.normalize(e)}};var _=Object.keys(e.__compiled__).filter((function(t){return t.length>0&&e.__compiled__[t]})).map(a).join("|");e.re.schema_test=RegExp("(^|(?!_)(?:[><|]|"+t.src_ZPCc+"))("+_+")","i"),e.re.schema_search=RegExp("(^|(?!_)(?:[><|]|"+t.src_ZPCc+"))("+_+")","ig"),e.re.schema_at_start=RegExp("^"+e.re.schema_search.source,"i"),e.re.pretest=RegExp("("+e.re.schema_test.source+")|("+e.re.host_fuzzy_test.source+")|@","i"),function(e){e.__index__=-1,e.__text_cache__=""}(e)}function p(e,t){var n=e.__index__,o=e.__last_index__,r=e.__text_cache__.slice(n,o);this.schema=e.__schema__.toLowerCase(),this.index=n+t,this.lastIndex=o+t,this.raw=r,this.text=r,this.url=r}function u(e,t){var n=new p(e,t);return e.__compiled__[n.schema].normalize(n,e),n}function d(e,t){if(!(this instanceof d))return new d(e,t);var n;t||(n=e,Object.keys(n||{}).reduce((function(e,t){return e||s.hasOwnProperty(t)}),!1)&&(t=e,e={})),this.__opts__=o({},s,t),this.__index__=-1,this.__last_index__=-1,this.__schema__="",this.__text_cache__="",this.__schemas__=o({},l,e),this.__compiled__={},this.__tlds__=c,this.__tlds_replaced__=!1,this.re={},_(this)}d.prototype.add=function(e,t){return this.__schemas__[e]=t,_(this),this},d.prototype.set=function(e){return this.__opts__=o(this.__opts__,e),this},d.prototype.test=function(e){if(this.__text_cache__=e,this.__index__=-1,!e.length)return!1;var t,n,o,r,i,a,s,l;if(this.re.schema_test.test(e))for((s=this.re.schema_search).lastIndex=0;null!==(t=s.exec(e));)if(r=this.testSchemaAt(e,t[2],s.lastIndex)){this.__schema__=t[2],this.__index__=t.index+t[1].length,this.__last_index__=t.index+t[0].length+r;break}return this.__opts__.fuzzyLink&&this.__compiled__["http:"]&&(l=e.search(this.re.host_fuzzy_test))>=0&&(this.__index__<0||l<this.__index__)&&null!==(n=e.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:"]&&e.indexOf("@")>=0&&null!==(o=e.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(e){return this.re.pretest.test(e)},d.prototype.testSchemaAt=function(e,t,n){return this.__compiled__[t.toLowerCase()]?this.__compiled__[t.toLowerCase()].validate(e,n,this):0},d.prototype.match=function(e){var t=0,n=[];this.__index__>=0&&this.__text_cache__===e&&(n.push(u(this,t)),t=this.__last_index__);for(var o=t?e.slice(t):e;this.test(o);)n.push(u(this,t)),o=o.slice(this.__last_index__),t+=this.__last_index__;return n.length?n:null},d.prototype.matchAtStart=function(e){if(this.__text_cache__=e,this.__index__=-1,!e.length)return null;var t=this.re.schema_at_start.exec(e);if(!t)return null;var n=this.testSchemaAt(e,t[2],t[0].length);return n?(this.__schema__=t[2],this.__index__=t.index+t[1].length,this.__last_index__=t.index+t[0].length+n,u(this,0)):null},d.prototype.tlds=function(e,t){return e=Array.isArray(e)?e:[e],t?(this.__tlds__=this.__tlds__.concat(e).sort().filter((function(e,t,n){return e!==n[t-1]})).reverse(),_(this),this):(this.__tlds__=e.slice(),this.__tlds_replaced__=!0,_(this),this)},d.prototype.normalize=function(e){e.schema||(e.url="http://"+e.url),"mailto:"!==e.schema||/^mailto:/i.test(e.url)||(e.url="mailto:"+e.url)},d.prototype.onCompile=function(){},e.exports=d},2596:(e,t,n)=>{"use strict";e.exports=function(e){var t={};e=e||{},t.src_Any=n(8287).source,t.src_Cc=n(699).source,t.src_Z=n(9338).source,t.src_P=n(6924).source,t.src_ZPCc=[t.src_Z,t.src_P,t.src_Cc].join("|"),t.src_ZCc=[t.src_Z,t.src_Cc].join("|");return t.src_pseudo_letter="(?:(?![><|]|"+t.src_ZPCc+")"+t.src_Any+")",t.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]?)",t.src_auth="(?:(?:(?!"+t.src_ZCc+"|[@/\\[\\]()]).)+@)?",t.src_port="(?::(?:6(?:[0-4]\\d{3}|5(?:[0-4]\\d{2}|5(?:[0-2]\\d|3[0-5])))|[1-5]?\\d{1,4}))?",t.src_host_terminator="(?=$|[><|]|"+t.src_ZPCc+")(?!"+(e["---"]?"-(?!--)|":"-|")+"_|:\\d|\\.-|\\.(?!$|"+t.src_ZPCc+"))",t.src_path="(?:[/?#](?:(?!"+t.src_ZCc+"|[><|]|[()[\\]{}.,\"'?!\\-;]).|\\[(?:(?!"+t.src_ZCc+"|\\]).)*\\]|\\((?:(?!"+t.src_ZCc+"|[)]).)*\\)|\\{(?:(?!"+t.src_ZCc+'|[}]).)*\\}|\\"(?:(?!'+t.src_ZCc+'|["]).)+\\"|\\\'(?:(?!'+t.src_ZCc+"|[']).)+\\'|\\'(?="+t.src_pseudo_letter+"|[-])|\\.{2,}[a-zA-Z0-9%/&]|\\.(?!"+t.src_ZCc+"|[.]|$)|"+(e["---"]?"\\-(?!--(?:[^-]|$))(?:-*)|":"\\-+|")+",(?!"+t.src_ZCc+"|$)|;(?!"+t.src_ZCc+"|$)|\\!+(?!"+t.src_ZCc+"|[!]|$)|\\?(?!"+t.src_ZCc+"|[?]|$))+|\\/)?",t.src_email_name='[\\-;:&=\\+\\$,\\.a-zA-Z0-9_][\\-;:&=\\+\\$,\\"\\.a-zA-Z0-9_]*',t.src_xn="xn--[a-z0-9\\-]{1,59}",t.src_domain_root="(?:"+t.src_xn+"|"+t.src_pseudo_letter+"{1,63})",t.src_domain="(?:"+t.src_xn+"|(?:"+t.src_pseudo_letter+")|(?:"+t.src_pseudo_letter+"(?:-|"+t.src_pseudo_letter+"){0,61}"+t.src_pseudo_letter+"))",t.src_host="(?:(?:(?:(?:"+t.src_domain+")\\.)*"+t.src_domain+"))",t.tpl_host_fuzzy="(?:"+t.src_ip4+"|(?:(?:(?:"+t.src_domain+")\\.)+(?:%TLDS%)))",t.tpl_host_no_ip_fuzzy="(?:(?:(?:"+t.src_domain+")\\.)+(?:%TLDS%))",t.src_host_strict=t.src_host+t.src_host_terminator,t.tpl_host_fuzzy_strict=t.tpl_host_fuzzy+t.src_host_terminator,t.src_host_port_strict=t.src_host+t.src_port+t.src_host_terminator,t.tpl_host_port_fuzzy_strict=t.tpl_host_fuzzy+t.src_port+t.src_host_terminator,t.tpl_host_port_no_ip_fuzzy_strict=t.tpl_host_no_ip_fuzzy+t.src_port+t.src_host_terminator,t.tpl_host_fuzzy_test="localhost|www\\.|\\.\\d{1,3}\\.|(?:\\.(?:%TLDS%)(?:"+t.src_ZPCc+"|>|$))",t.tpl_email_fuzzy='(^|[><|]|"|\\(|'+t.src_ZCc+")("+t.src_email_name+"@"+t.tpl_host_fuzzy_strict+")",t.tpl_link_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+t.src_ZPCc+"))((?![$+<=>^`||])"+t.tpl_host_port_fuzzy_strict+t.src_path+")",t.tpl_link_no_ip_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+t.src_ZPCc+"))((?![$+<=>^`||])"+t.tpl_host_port_no_ip_fuzzy_strict+t.src_path+")",t}},7538:(e,t,n)=>{var o=n(1892),r=n(6298);"string"==typeof(r=r.__esModule?r.default:r)&&(r=[[e.id,r,""]]);o(r,{insert:"head",singleton:!1}),e.exports=r.locals||{}},3278:(e,t,n)=>{var o=n(1892),r=n(6469);"string"==typeof(r=r.__esModule?r.default:r)&&(r=[[e.id,r,""]]);o(r,{insert:"head",singleton:!1}),e.exports=r.locals||{}},6502:(e,t,n)=>{var o=n(1892),r=n(5588);"string"==typeof(r=r.__esModule?r.default:r)&&(r=[[e.id,r,""]]);o(r,{insert:"head",singleton:!1}),e.exports=r.locals||{}},9480:(e,t,n)=>{var o=n(1892),r=n(9882);"string"==typeof(r=r.__esModule?r.default:r)&&(r=[[e.id,r,""]]);o(r,{insert:"head",singleton:!1}),e.exports=r.locals||{}},4367:(e,t,n)=>{var o=n(1892),r=n(1355);"string"==typeof(r=r.__esModule?r.default:r)&&(r=[[e.id,r,""]]);o(r,{insert:"head",singleton:!1}),e.exports=r.locals||{}},4022:(e,t,n)=>{var o=n(1892),r=n(8931);"string"==typeof(r=r.__esModule?r.default:r)&&(r=[[e.id,r,""]]);o(r,{insert:"head",singleton:!1}),e.exports=r.locals||{}},181:(e,t,n)=>{var o=n(1892),r=n(9318);"string"==typeof(r=r.__esModule?r.default:r)&&(r=[[e.id,r,""]]);o(r,{insert:"head",singleton:!1}),e.exports=r.locals||{}},5579:(e,t,n)=>{var o=n(1892),r=n(3346);"string"==typeof(r=r.__esModule?r.default:r)&&(r=[[e.id,r,""]]);o(r,{insert:"head",singleton:!1}),e.exports=r.locals||{}},9280:(e,t,n)=>{var o=n(1892),r=n(1869);"string"==typeof(r=r.__esModule?r.default:r)&&(r=[[e.id,r,""]]);o(r,{insert:"head",singleton:!1}),e.exports=r.locals||{}},5326:(e,t,n)=>{var o=n(1892),r=n(6810);"string"==typeof(r=r.__esModule?r.default:r)&&(r=[[e.id,r,""]]);o(r,{insert:"head",singleton:!1}),e.exports=r.locals||{}},5813:(e,t,n)=>{var o=n(1892),r=n(6559);"string"==typeof(r=r.__esModule?r.default:r)&&(r=[[e.id,r,""]]);o(r,{insert:"head",singleton:!1}),e.exports=r.locals||{}},1892:(e,t,n)=>{"use strict";var o,r=function(){var e={};return function(t){if(void 0===e[t]){var n=document.querySelector(t);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}e[t]=n}return e[t]}}(),i=[];function a(e){for(var t=-1,n=0;n<i.length;n++)if(i[n].identifier===e){t=n;break}return t}function s(e,t){for(var n={},o=[],r=0;r<e.length;r++){var s=e[r],l=t.base?s[0]+t.base:s[0],c=n[l]||0,_="".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(u)):i.push({identifier:_,updater:h(u,t),references:1}),o.push(_)}return o}function l(e){var t=document.createElement("style"),o=e.attributes||{};if(void 0===o.nonce){var i=n.nc;i&&(o.nonce=i)}if(Object.keys(o).forEach((function(e){t.setAttribute(e,o[e])})),"function"==typeof e.insert)e.insert(t);else{var a=r(e.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(t)}return t}var c,_=(c=[],function(e,t){return c[e]=t,c.filter(Boolean).join("\n")});function p(e,t,n,o){var r=n?"":o.media?"@media ".concat(o.media," {").concat(o.css,"}"):o.css;if(e.styleSheet)e.styleSheet.cssText=_(t,r);else{var i=document.createTextNode(r),a=e.childNodes;a[t]&&e.removeChild(a[t]),a.length?e.insertBefore(i,a[t]):e.appendChild(i)}}function u(e,t,n){var o=n.css,r=n.media,i=n.sourceMap;if(r?e.setAttribute("media",r):e.removeAttribute("media"),i&&"undefined"!=typeof btoa&&(o+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(i))))," */")),e.styleSheet)e.styleSheet.cssText=o;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(o))}}var d=null,A=0;function h(e,t){var n,o,r;if(t.singleton){var i=A++;n=d||(d=l(t)),o=p.bind(null,n,i,!1),r=p.bind(null,n,i,!0)}else n=l(t),o=u.bind(null,n,t),r=function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(n)};return o(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap)return;o(e=t)}else r()}}e.exports=function(e,t){(t=t||{}).singleton||"boolean"==typeof t.singleton||(t.singleton=(void 0===o&&(o=Boolean(window&&document&&document.all&&!window.atob)),o));var n=s(e=e||[],t);return function(e){if(e=e||[],"[object Array]"===Object.prototype.toString.call(e)){for(var o=0;o<n.length;o++){var r=a(n[o]);i[r].references--}for(var l=s(e,t),c=0;c<n.length;c++){var _=a(n[c]);0===i[_].references&&(i[_].updater(),i.splice(_,1))}n=l}}}},9760:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ErrorIcon=void 0;var o=n(4522);t.ErrorIcon=function(){return(0,o.h)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"},(0,o.h)("path",{fill:"#CCC","fill-rule":"evenodd",d:"M8 2c3.314 0 6 2.686 6 6s-2.686 6-6 6-6-2.686-6-6 2.686-6 6-6zm0 8c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zm0-6c-.552 0-1 .444-1 1v3c0 .513.383.936.883.993L8 9c.552 0 1-.444 1-1V5c0-.513-.383-.936-.883-.993L8 4z"}))}},1293:(e,t)=>{"use strict";var n;Object.defineProperty(t,"__esModule",{value:!0}),t.icons=void 0,(n=t.icons||(t.icons={})).PLUGIN_ICON="M8.378 7.084l5.175 19.314c.134.497-.126 1.005-.594 1.19l-.112.037c-.533.143-1.08-.165-1.225-.71L6.447 7.603c-.134-.497.126-1.005.594-1.19l.112-.037c.533-.143 1.08.165 1.225.71zM21.882 7c1.878 0 2.79 1.622 1.84 3.239l-1.386 2.36 2.94 3.246C26.6 17.31 25.842 19 23.868 19h-10.21c-.452 0-.848-.304-.966-.741l-2.68-10c-.17-.635.31-1.259.967-1.259h10.902zm.211 1.994l-.21.006h-9.6l2.144 8h9.196l-3.263-3.604c-.293-.324-.342-.8-.12-1.178l1.757-2.992c.114-.194.168-.23.096-.232z",n.CLOSE_ICON="M17.9113162,16 L24.6072325,9.30408374 C25.1313645,8.77995172 25.1287183,7.92687249 24.6009229,7.3990771 C24.0694478,6.86760201 23.220227,6.86845682 22.6959163,7.39276754 L16,14.0886838 L9.30408374,7.39276754 C8.77995172,6.86863552 7.92687249,6.8712817 7.3990771,7.3990771 C6.86760201,7.93055219 6.86845682,8.77977302 7.39276754,9.30408374 L14.0886838,16 L7.39276754,22.6959163 C6.86863552,23.2200483 6.8712817,24.0731275 7.3990771,24.6009229 C7.93055219,25.132398 8.77977302,25.1315432 9.30408374,24.6072325 L16,17.9113162 L22.6959163,24.6072325 C23.2200483,25.1313645 24.0731275,25.1287183 24.6009229,24.6009229 C25.132398,24.0694478 25.1315432,23.220227 24.6072325,22.6959163 L17.9113162,16 Z",n.BigSize=32,n.MediumSize=24,n.SmallSize=16},7888:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SuccessIcon=void 0;var o=n(4522);t.SuccessIcon=function(){return(0,o.h)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"},(0,o.h)("path",{fill:"#CCC","fill-rule":"evenodd",d:"M3.292 1.488L6.69 14.172c.086.32-.076.646-.371.774l-.093.032c-.35.094-.712-.122-.805-.466L2.023 1.828c-.086-.32.076-.646.371-.774l.093-.032c.35-.094.712.122.805.466zm8.868-.055c1.233 0 1.832 1.065 1.208 2.127l-.91 1.55 1.93 2.132c.87.961.373 2.071-.923 2.071H6.76c-.297 0-.558-.2-.635-.486l-1.76-6.568c-.111-.417.203-.826.635-.826h7.16z"}))}},6362:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DownIcon=void 0;var o=n(4522);t.DownIcon=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/Arrow/down",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd"},(0,o.h)("path",{d:"M4.78325732,5.37830235 C4.43990319,4.94572127 3.81088342,4.87338855 3.37830235,5.21674268 C2.94572127,5.56009681 2.87338855,6.18911658 3.21674268,6.62169765 L7.21674268,11.6611718 C7.61710439,12.165575 8.38289561,12.165575 8.78325732,11.6611718 L12.7832573,6.62169765 C13.1266115,6.18911658 13.0542787,5.56009681 12.6216977,5.21674268 C12.1891166,4.87338855 11.5600968,4.94572127 11.2167427,5.37830235 L8,9.43097528 L4.78325732,5.37830235 Z",id:"Path-2",fill:"#ffffff"})))}},8411:function(e,t,n){"use strict";var o=this&&this.__createBinding||(Object.create?function(e,t,n,o){void 0===o&&(o=n);var r=Object.getOwnPropertyDescriptor(t,n);r&&!("get"in r?!t.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,o,r)}:function(e,t,n,o){void 0===o&&(o=n),e[o]=t[n]}),r=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||o(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),r(n(86),t)},86:function(e,t,n){"use strict";var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return i=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},i.apply(this,arguments)},a=this&&this.__decorate||function(e,t,n,o){var r,i=arguments.length,a=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(a=(i<3?r(a):i>3?r(t,n,a):r(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a};Object.defineProperty(t,"__esModule",{value:!0}),t.Moderation=void 0;var s=n(4522),l=n(9455),c=n(1972),_=n(8579),p=n(9280),u=n(6362),d=KalturaPlayer.ui.components,A=d.Overlay,h=d.PLAYER_SIZE,f=KalturaPlayer.ui.preacti18n,C=f.withText,g=f.Text,v=KalturaPlayer.ui.redux.connect,y={reportContent:"",reportContentType:-1,isTextareaActive:!1},m=function(e){var t=e.moderateOptions.reduce((function(e,t){var n,o=t.label;return i(i({},e),((n={})[o]=(0,s.h)(g,{id:"moderation.".concat(o)},o),n))}),{});return i(i({},t),{sendReportLabel:(0,s.h)(g,{id:"moderation.report_button"},"Report"),closeLabel:(0,s.h)(g,{id:"moderation.close"},"Close"),reportPlaceholder:(0,s.h)(g,{id:"moderation.report_placeholder"},"Describe what you saw..."),defaultContentType:(0,s.h)(g,{id:"moderation.default_content_type"},"Choose a reason for reporting this content"),reportTitle:(0,s.h)(g,{id:"moderation.report_title"},"What’s wrong with this content?")})},b=function(e){return{playerSize:e.shell.playerSize}},x=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t._buttonRef=null,t._textAreaElementRef=null,t.state=i({},y),t._onContentTypeChange=function(e){t.setState({reportContentType:e})},t._onContentChange=function(e){t.setState({reportContent:e.target.value})},t._handleFocus=function(){t.setState({isTextareaActive:!0})},t._handleBlur=function(){t.setState((function(e){return{isTextareaActive:e.reportContent.length>0}}))},t._handleSubmit=function(e){e.preventDefault();var n=t.state,o=n.reportContent,r=n.reportContentType;-1!==r&&t.props.onSubmit(r,o,(function(){t.setState(i({},y))}))},t._getPopoverMenuOptions=function(){return t.props.moderateOptions.map((function(e){var n=e.label,o=e.id;return{label:t.props[n],onMenuChosen:function(e){var n;t._onContentTypeChange(o||-1),e&&(null===(n=t._textAreaElementRef)||void 0===n||n.focus())}}}))},t._getContentType=function(){return t.props.moderateOptions.find((function(e){return e.id===t.state.reportContentType}))||{}},t}return r(t,e),t.prototype.componentDidMount=function(){this._buttonRef&&this.props.closeButtonSelected&&this._buttonRef.focus()},t.prototype.render=function(e){var t,n=this,o=e.playerSize,r=void 0===o?"":o,i=e.reportLength,a=e.subtitle,d=e.onClick,f=this.state,C=f.reportContent,g=f.reportContentType,v=f.isTextareaActive;if(r===h.TINY)return null;var y=-1===g;return(0,s.h)(_.OverlayPortal,null,(0,s.h)(A,{open:!0,onClose:d},(0,s.h)("div",{className:[p.root,p[r]].join(" "),"data-testid":"moderationRoot"},(0,s.h)("div",{className:p.mainWrapper},(0,s.h)("div",{className:p.title},this.props.reportTitle),a?(0,s.h)("div",{className:[p.subtitle].join(" ")},a):null,(0,s.h)(l.Popover,{options:this._getPopoverMenuOptions()},(0,s.h)("button",{className:p.selectWrapper,tabIndex:0,ref:function(e){n._buttonRef=e},"aria-required":"true","data-testid":"selectButton"},(0,s.h)("div",{className:p.select},g>-1?(null===(t=this._getContentType())||void 0===t?void 0:t.label)||"":this.props.defaultContentType),(0,s.h)("div",{className:p.downArrow},(0,s.h)(u.DownIcon,null)))),(0,s.h)("form",null,(0,s.h)("textarea",{className:[p.textarea,v?p.active:""].join(" "),onInput:this._onContentChange,onFocus:this._handleFocus,onBlur:this._handleBlur,tabIndex:0,placeholder:this.props.reportPlaceholder,"aria-label":this.props.reportPlaceholder,value:C,maxLength:i,ref:function(e){n._textAreaElementRef=e}}),(0,s.h)("div",{className:p.submitWrapper},(0,s.h)("div",{className:p.characterCounter,"data-testid":"characterCounter"},"".concat(C.length,"/").concat(i)),(0,s.h)(c.Button,{onClick:this._handleSubmit,tooltip:{label:this.props.sendReportLabel,className:p.tooltip},disabled:y,ariaLabel:this.props.sendReportLabel,testId:"submitButton"},this.props.sendReportLabel)))))))},a([C(m),v(b)],t)}(s.Component);t.Moderation=x},717:function(e,t,n){"use strict";var o=this&&this.__createBinding||(Object.create?function(e,t,n,o){void 0===o&&(o=n);var r=Object.getOwnPropertyDescriptor(t,n);r&&!("get"in r?!t.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,o,r)}:function(e,t,n,o){void 0===o&&(o=n),e[o]=t[n]}),r=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||o(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),r(n(2351),t)},2351:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PluginButton=void 0;var o=n(4522),r=n(1293),i=n(2052),a=KalturaPlayer.ui.components,s=a.Tooltip,l=a.Icon,c=KalturaPlayer.ui.preacti18n,_=c.withText,p=c.Text,u={label:(0,o.h)(p,{id:"moderation.report_content"},"Report Content")};t.PluginButton=_(u)((function(e){var t=e.label;return(0,o.h)(s,{label:t,type:"bottom"},(0,o.h)("button",{type:"button","aria-label":t,className:i.ui.style.upperBarIcon,"data-testid":"moderationPluginButton"},(0,o.h)(l,{id:"moderation-plugin-button",height:r.icons.BigSize,width:r.icons.BigSize,viewBox:"0 0 ".concat(r.icons.BigSize," ").concat(r.icons.BigSize),path:r.icons.PLUGIN_ICON})))}))},9455:function(e,t,n){"use strict";var o=this&&this.__createBinding||(Object.create?function(e,t,n,o){void 0===o&&(o=n);var r=Object.getOwnPropertyDescriptor(t,n);r&&!("get"in r?!t.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,o,r)}:function(e,t,n,o){void 0===o&&(o=n),e[o]=t[n]}),r=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||o(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),r(n(8728),t)},8728:function(e,t,n){"use strict";var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.Popover=void 0;var i=n(4522),a=n(979),s=n(5326),l=KalturaPlayer.ui.utils.KeyMap,c=l.ESC,_=(l.TAB,function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t._controlElementRef=null,t._popoverElementRef=null,t._optionsRefMap=new Map,t.state={open:!1},t._handleMouseEvent=function(e){var n;(null===(n=t._controlElementRef)||void 0===n?void 0:n.contains(e.target))||t._closePopover()},t._handleKeyboardEvent=function(e){var n;e.keyCode!==c&&(null===(n=t._popoverElementRef)||void 0===n?void 0:n.contains(e.target))||t._closePopover()},t._getOptionRef=function(e){return t._optionsRefMap.get(e)},t._setOptionRef=function(e,n){return t._optionsRefMap.set(e,n)},t._handleUpKeyPressed=function(e){return function(){var n;null===(n=t._getOptionRef(e-1))||void 0===n||n.focus()}},t._handleDownKeyPressed=function(e){return function(){var n;null===(n=t._getOptionRef(e+1))||void 0===n||n.focus()}},t._openPopover=function(e){t.setState({open:!0},(function(){var n;t._addListeners(),e&&(null===(n=t._getOptionRef(0))||void 0===n||n.focus())}))},t._closePopover=function(){t._removeListeners(),t.setState({open:!1})},t._togglePopover=function(e,n){t.state.open?t._closePopover():t._openPopover(n)},t._addListeners=function(){document.addEventListener("click",t._handleMouseEvent),document.addEventListener("keydown",t._handleKeyboardEvent)},t._removeListeners=function(){document.removeEventListener("click",t._handleMouseEvent),document.removeEventListener("keydown",t._handleKeyboardEvent)},t._handleClickOnOption=function(e){return function(n,o){t._closePopover(),e(o)}},t}return r(t,e),t.prototype.componentWillUnmount=function(){this._removeListeners(),this._optionsRefMap=new Map},t.prototype.render=function(e){var t=this,n=this.state.open;return(0,i.h)("div",{className:s.popoverContainer},(0,i.h)("div",{className:"popover-anchor-container",ref:function(e){t._controlElementRef=e}},(0,i.h)(a.A11yWrapper,{onClick:this._togglePopover},e.children),";"),n&&(0,i.h)("div",{"aria-expanded":n,ref:function(e){t._popoverElementRef=e},className:[s.reportPopover,s.popoverComponent,s.bottom,s.right].join(" ")},(0,i.h)("div",{role:"menu",className:s.popoverMenu,"data-testid":"popoverMenu"},e.options.map((function(e,n){return(0,i.h)(a.A11yWrapper,{role:"menuitem",onClick:t._handleClickOnOption(e.onMenuChosen),onDownKeyPressed:t._handleDownKeyPressed(n),onUpKeyPressed:t._handleUpKeyPressed(n)},(0,i.h)("div",{tabIndex:0,"aria-label":e.label,className:s.popoverMenuItem,ref:function(e){t._setOptionRef(n,e)}},e.label))})))))},t}(i.Component));t.Popover=_},3388:function(e,t,n){"use strict";var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.ModerationPlugin=void 0;var i=n(4522),a=n(8411),s=n(717),l=n(5813),c=n(2052),_=n(1293),p=n(197),u=n(5294),d=n(9760),A=n(7888),h=c.ui.ReservedPresetAreas,f=c.ui.ReservedPresetNames,C=c.ui.preacti18n.Text,g=function(e){function t(t,n,o){var r=e.call(this,t,n,o)||this;return r._player=n,r._moderationOverlay=null,r._wasPlayed=!1,r._removeActiveOverlay=null,r._pluginIcon=-1,r._sentReport=function(e,t,n){var o=r._player.sources;return r._player.provider.doRequest([{loader:u.ReportLoader,params:{comments:t,flagType:e,flaggedEntryId:o.id}}]).then((function(e){var t;if(e&&e.has(u.ReportLoader.id)){var o=e.get(u.ReportLoader.id);(null===(t=null==o?void 0:o.response)||void 0===t?void 0:t.moderationFlag)&&(r.logger.debug("Moderation plugin submit OK"),r._toggleOverlay(),r._displayToast({text:(0,i.h)(C,{id:"moderation.send_success"},"The report was sent successfully"),icon:(0,i.h)("div",{className:l.toastIcon},(0,i.h)(A.SuccessIcon,null)),severity:p.ToastSeverity.Success}),r._wasPlayed&&r._player.play(),n&&n())}})).catch((function(e){r.logger.warn(e),r._toggleOverlay(),r._displayToast({text:(0,i.h)(C,{id:"moderation.send_fail"},"The report failed to send"),icon:(0,i.h)("div",{className:l.toastIcon},(0,i.h)(d.ErrorIcon,null)),severity:p.ToastSeverity.Error})}))},r._displayToast=function(e){var t=r.config.notificatonDuration;r._contribServices.toastManager.add({title:(0,i.h)(C,{id:"moderation.report_content"},"Report Content"),text:e.text,icon:e.icon,duration:t,severity:e.severity,onClick:function(){r.logger.debug("Moderation clicked on toast",{method:"_displayToast"})}})},r._toggleOverlay=function(e,t){if(null!==r._removeActiveOverlay)return r._removeOverlay(),void(r._wasPlayed&&(r._player.play(),r._wasPlayed=!1));var n=!1;t&&(n=!0);var o=r.config,s=o.reportLength,l=o.moderateOptions,c=o.subtitle,_=!r._player.paused;if(r.logger.debug("Moderation toggle overlay player",{method:"_toggleOverlay"}),r._moderationOverlay)return r._moderationOverlay=null,void(r._wasPlayed&&(r.logger.debug("Moderation plugin paused player",{method:"_toggleOverlay"}),r._wasPlayed=!1,r._player.play()));_&&(r._wasPlayed=!0,r._player.pause()),r._removeActiveOverlay=r._player.ui.addComponent({label:"moderation-overlay",area:h.PlayerArea,presets:[f.Playback,f.Live],get:function(){return(0,i.h)(a.Moderation,{onClick:r._toggleOverlay,onSubmit:r._sentReport,reportLength:s,subtitle:c,moderateOptions:l,closeButtonSelected:n})}})},r._removeOverlay=function(){r._removeActiveOverlay&&(r._removeActiveOverlay(),r._removeActiveOverlay=null)},r._contribServices=p.ContribServices.get({kalturaPlayer:n}),r}return r(t,e),Object.defineProperty(t.prototype,"upperBarManager",{get:function(){return this.player.getService("upperBarManager")},enumerable:!1,configurable:!0}),t.prototype.loadMedia=function(){this.upperBarManager?this._addPluginIcon():this.logger.warn("upperBarManager service not registered")},t.prototype.getUIComponents=function(){return this._contribServices.register()},t.prototype._addPluginIcon=function(){var e=this;this._pluginIcon>0||this.player.ready().then((function(){e._pluginIcon=e.upperBarManager.add({label:"Moderation",component:function(){return(0,i.h)(s.PluginButton,null)},svgIcon:{path:_.icons.PLUGIN_ICON,viewBox:"0 0 ".concat(_.icons.BigSize," ").concat(_.icons.BigSize)},onClick:e._toggleOverlay})}))},t.isValid=function(){return!0},t.prototype.reset=function(){this._removeOverlay(),this._contribServices.reset()},t.prototype.destroy=function(){this._pluginIcon>0&&(this.upperBarManager.remove(this._pluginIcon),this._pluginIcon=-1)},t.defaultConfig={reportLength:500,subtitle:"",notificatonDuration:5e3,moderateOptions:[{id:1,label:"Sexual Content"},{id:2,label:"Violent Or Repulsive"},{id:3,label:"Harmful Or Dangerous Act"},{id:4,label:"Spam / Commercials"}]},t}(KalturaPlayer.core.BasePlugin);t.ModerationPlugin=g},5294:function(e,t,n){"use strict";var o=this&&this.__createBinding||(Object.create?function(e,t,n,o){void 0===o&&(o=n);var r=Object.getOwnPropertyDescriptor(t,n);r&&!("get"in r?!t.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,o,r)}:function(e,t,n,o){void 0===o&&(o=n),e[o]=t[n]}),r=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||o(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),r(n(847),t),r(n(937),t)},847:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ReportLoader=void 0;var o=n(937),r=KalturaPlayer.providers.RequestBuilder,i=function(){function e(e){var t=e.comments,n=e.flagType,i=e.flaggedEntryId;this._requests=[],this._response={},this._comments=t,this._flagType=n,this._flaggedEntryId=i;var a=new Map,s=new r(a);s.service="baseentry",s.action="flag",s.params={moderationFlag:{comments:this._comments,flagType:this._flagType,flaggedEntryId:this._flaggedEntryId,objectType:o.ObjectType.KalturaModerationFlag}},this.requests.push(s)}return Object.defineProperty(e,"id",{get:function(){return"report"},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"requests",{get:function(){return this._requests},set:function(e){this._requests=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"response",{get:function(){return this._response},set:function(e){var t,n=new o.KalturaModerationFlagResponse(null===(t=e[0])||void 0===t?void 0:t.data);n&&(this._response.moderationFlag=null==n?void 0:n.data)},enumerable:!1,configurable:!0}),e.prototype.isValid=function(){return Boolean(this._flagType&&this._flaggedEntryId)},e}();t.ReportLoader=i},937:function(e,t,n){"use strict";var o=this&&this.__createBinding||(Object.create?function(e,t,n,o){void 0===o&&(o=n);var r=Object.getOwnPropertyDescriptor(t,n);r&&!("get"in r?!t.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,o,r)}:function(e,t,n,o){void 0===o&&(o=n),e[o]=t[n]}),r=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||o(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),r(n(7025),t),r(n(7928),t)},7928:function(e,t,n){"use strict";var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.KalturaModerationFlagResponse=void 0;var i=n(7025),a=function(e){function t(t){var n=e.call(this,t)||this;return!n.hasError&&t.id&&(n.data=new i.KalturaModerationFlag(t)),n}return r(t,e),t}(KalturaPlayer.providers.ResponseTypes.BaseServiceResult);t.KalturaModerationFlagResponse=a},7025:(e,t)=>{"use strict";var n,o,r;Object.defineProperty(t,"__esModule",{value:!0}),t.KalturaModerationFlag=t.KalturaModerationFlagType=t.ObjectType=void 0,(t.ObjectType||(t.ObjectType={})).KalturaModerationFlag="KalturaModerationFlag",(r=t.KalturaModerationFlagType||(t.KalturaModerationFlagType={}))[r.SEXUAL_CONTENT=1]="SEXUAL_CONTENT",r[r.VIOLENT_REPULSIVE=2]="VIOLENT_REPULSIVE",r[r.HARMFUL_DANGEROUS=3]="HARMFUL_DANGEROUS",r[r.SPAM_COMMERCIALS=4]="SPAM_COMMERCIALS",r[r.COPYRIGHT=5]="COPYRIGHT",r[r.TERMS_OF_USE_VIOLATION=6]="TERMS_OF_USE_VIOLATION",function(e){e[e.ENTRY=2]="ENTRY",e[e.USER=3]="USER"}(n||(n={})),function(e){e[e.PENDING=1]="PENDING",e[e.MODERATED=2]="MODERATED"}(o||(o={}));t.KalturaModerationFlag=function(e){this.comments=e.comments,this.objectType=e.objectType,this.id=e.id,this.status=e.status,this.flagType=e.flagType}},699:e=>{e.exports=/[\0-\x1F\x7F-\x9F]/},6924:e=>{e.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:e=>{e.exports=/[ \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/},8287:e=>{e.exports=/[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/},2052:e=>{"use strict";e.exports=KalturaPlayer},4522:e=>{"use strict";e.exports=KalturaPlayer.ui.preact}},t={};function n(o){var r=t[o];if(void 0!==r)return r.exports;var i=t[o]={id:o,exports:{}};return e[o].call(i.exports,i,i.exports,n),i.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var o in t)n.o(t,o)&&!n.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.nc=void 0;var o={};(()=>{"use strict";var e=o;Object.defineProperty(e,"__esModule",{value:!0}),e.NAME=e.VERSION=e.Plugin=void 0;var t=n(3388);Object.defineProperty(e,"Plugin",{enumerable:!0,get:function(){return t.ModerationPlugin}}),e.VERSION="3.2.12",e.NAME="@playkit-js/moderation",KalturaPlayer.core.registerPlugin("playkit-js-moderation",t.ModerationPlugin)})(),((KalturaPlayer=void 0===KalturaPlayer?{}:KalturaPlayer).plugins=KalturaPlayer.plugins||{}).moderation=o})();
3
3
  //# sourceMappingURL=playkit-moderation.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@playkit-js/moderation",
3
- "version": "3.2.11",
3
+ "version": "3.2.12",
4
4
  "main": "dist/playkit-moderation.js",
5
5
  "private": false,
6
6
  "bugs": {
@@ -81,7 +81,7 @@
81
81
  "kaltura": {
82
82
  "name": "playkit-js-moderation",
83
83
  "dependencies": {
84
- "playkit-ui-managers": "1.3.14"
84
+ "playkit-ui-managers": "1.4.2"
85
85
  }
86
86
  }
87
87
  }