(this["webpackJsonpmusic-vine"]=this["webpackJsonpmusic-vine"]||[]).push([[25],{10:function(e,t,n){"use strict";n.d(t,"a",(function(){return a})),n.d(t,"b",(function(){return i}));var s={BASE_API_URL:"https://api.musicvine.com/",API:"https://api.musicvine.com/api/",CDN_API:"https://api.musicvine.com/api/",BASE_HOST:"musicvine.com",BASE_URL:"https://musicvine.com/",COOKIE_DOMAIN:".musicvine.com",STRIPE_PUBLIC_KEY:"pk_live_515JjsPCPVdo7qO4lLNGBH3FisMEOdVQlO3R9J2AnP9b9htW2qVfUwtnLF3bae1K9UME4MzpIyA4uGWBCows63FAa00CNeYnvPK",RECAPTCHA_V2_KEY:"6LdGwcgUAAAAAAhWfCXpM_j-LFIjhj3vuHFJtdPT",GOOGLE_API_KEY:"AIzaSyDG8ITcmpwT6g1bCSdzkGP8ODIcxTon4yo",BYPASS_ORFIUM:!1,PERIOD_ID:{MONTHLY:1,YEARLY:2},DEPLOY_BRANCH_FE:"feature/2592-upgrade-music-vine",DEPLOY_BRANCH_BE:"feature/2592-upgrade-music-vine",END_REVISION:"%endrev%",VERSION_CHECK_INTERVAL:3e4,DEBUG_SIGNUP:!1,DOWNLOAD_URL:"https://api.musicvine.com"};t.c=s;var a=s.API,i=s.DOWNLOAD_URL},110:function(e,t,n){"use strict";n.d(t,"e",(function(){return r})),n.d(t,"d",(function(){return c})),n.d(t,"a",(function(){return o})),n.d(t,"b",(function(){return l})),n.d(t,"c",(function(){return d}));var s=n(13),a=n.n(s),i=n(10);function r(e,t,n){return{type:"SHOW_PLAYLIST_SUCCESS",track:e,playlistName:t,newPlaylist:n}}function c(){return{type:"HIDE_PLAYLIST_SUCCESS"}}function o(){return{type:"ANIMATE_IN_PLAYLIST_SUCCESS"}}function l(){return{type:"ANIMATE_OUT_PLAYLIST_SUCCESS"}}function d(e,t,n){var s=new FormData,r=sessionStorage.getItem("auth_token");return s.append("title",e),s.append("tracks",t),s.append("versions",n),a()("".concat(i.a,"chatgpt/playlist"),{method:"POST",headers:{token:r},body:s}).then((function(e){return e.json()}))}},125:function(e,t,n){"use strict";var s=n(75),a=n.n(s),i=n(112),r=n(4),c=n(5),o=n(8),l=n(7),d=n(6),u=n(1),h=n.n(u),p=n(43),m=n(10),b=n(29),j=n(270),v=n(181),g=n(16),f=n(0),O=function(e){Object(l.a)(n,e);var t=Object(d.a)(n);function n(e){var s;return Object(r.a)(this,n),(s=t.call(this,e)).state={recaptchaV2Token:"",recaptchaV3Token:"",recaptchaResponse:[]},s.submit=s.submit.bind(Object(o.a)(s)),s.captchaOnChange=s.captchaOnChange.bind(Object(o.a)(s)),s.onKeyPress=s.onKeyPress.bind(Object(o.a)(s)),s}return Object(c.a)(n,[{key:"captchaOnChange",value:function(e){this.setState({recaptchaV2Token:e})}},{key:"onKeyPress",value:function(e){"Enter"===e.key&&this.submit()}},{key:"submit",value:function(){var e=Object(i.a)(a.a.mark((function e(){var t,n;return a.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t=this.props.modalIntent,e.next=3,Object(g.h)("signup");case 3:n=e.sent,this.setState({recaptchaV3Token:n}),this.props.makeRegisterAttempt(t);case 6:case"end":return e.stop()}}),e,this)})));return function(){return e.apply(this,arguments)}}()},{key:"render",value:function(){return Object(f.jsxs)("div",{children:[Object(f.jsxs)("form",{className:"js-register-form",children:[this.props.signup.error&&Object(f.jsx)("div",{className:"alert-general-error spacer login-error",children:Object(f.jsx)("span",{children:this.props.signup.error})}),Object(f.jsx)("div",{className:"modal-primary__group",children:Object(f.jsx)("input",{className:"modal-primary__input",name:"first_last_name",type:"text",placeholder:"First & Last Name",onKeyPress:this.onKeyPress,autoComplete:"name"})}),Object(f.jsx)("div",{className:"modal-primary__group",children:Object(f.jsx)("input",{className:"modal-primary__input",name:"email",type:"text",placeholder:"Email Address",onKeyPress:this.onKeyPress,autoComplete:"email"})}),Object(f.jsxs)("div",{className:"modal-primary__group",style:{position:"relative"},children:[Object(f.jsxs)("div",{className:"modal-primary__password-req",children:[Object(f.jsx)("p",{className:"modal-primary__password-tt",children:"Must be between 8 and 80 characters long, with at least one letter and one number."}),Object(f.jsx)("p",{className:"modal-primary__password-tt-trigger",children:"Password Requirements"})]}),Object(f.jsx)("input",{className:"modal-primary__input spacer",name:"password",type:"password",placeholder:"Password",onKeyPress:this.onKeyPress,autoComplete:"new-password"})]}),this.props.signup.showRecaptchaV2&&Object(f.jsx)("div",{className:"modal-primary__recaptcha",style:{marginBottom:"20px"},children:Object(f.jsx)(j.a,{sitekey:m.c.RECAPTCHA_V2_KEY,onChange:this.captchaOnChange})}),Object(f.jsx)("input",{type:"hidden",id:"suppress_welcome",name:"suppress_welcome",value:"0"}),Object(f.jsx)("input",{type:"hidden",id:"recaptcha_version",name:"recaptcha_version",value:this.props.signup.showRecaptchaV2?2:3}),Object(f.jsx)("input",{type:"hidden",id:"recaptcha_token",name:"recaptcha_token",value:this.props.signup.showRecaptchaV2?this.state.recaptchaV2Token:this.state.recaptchaV3Token}),Object(f.jsx)("input",{type:"hidden",id:"rt_code",name:"rt_code",value:localStorage.getItem("rt_code")}),!this.props.signup.showLoader&&Object(f.jsx)("button",{className:"modal-primary__btn register-btn spacer",onClick:this.submit,type:"button",name:"button",children:"Create Account"})]}),this.props.signup.showLoader&&Object(f.jsx)("div",{className:"text-center position-relative",style:{height:"50px"},children:Object(f.jsx)("div",{className:"js-spinner-login spacer-b js-spinner",style:{bottom:"15px"},children:Object(f.jsx)(p.a,{})})}),Object(f.jsx)(v.a,{})]})}}]),n}(h.a.Component);O.defaultProps={recaptcha:!1};t.a=Object(b.b)((function(e){return{signup:e.get("signup")}}),(function(e){return{}}))(O)},14:function(e,t,n){"use strict";var s,a=n(45),i=n(24),r=n(44);t.a=Object(r.c)(i.a)(s||(s=Object(a.a)(["\ncursor: pointer\n"])))},141:function(e,t,n){"use strict";n.d(t,"a",(function(){return o})),n.d(t,"c",(function(){return l})),n.d(t,"d",(function(){return d})),n.d(t,"e",(function(){return u})),n.d(t,"b",(function(){return h})),n.d(t,"f",(function(){return p})),n.d(t,"g",(function(){return m})),n.d(t,"i",(function(){return b})),n.d(t,"h",(function(){return j}));n(13),n(10);var s=n(30),a=(n(255),n(18)),i=n(16);function r(e){return{type:"SET_PLAYING",playing:e}}function c(e){return{type:"ACTIVE_TRACK",newTrack:e}}function o(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return function(n,s){var i=s().get("playing"),o=s().get("activeTrack"),l=o.trackId,d=e.trackId,u=o.versionId,h=e.versionId,p=!1;t||u!==h||u===h&&!i?(n(r(!0)),p=!0):u&&u&&u===h&&!i?n(r(!1)):l!==d||l===d&&!i?(n(r(!0)),p=!0):l===d&&i&&n(r(!1)),p&&e.contextId&&Object(a.b)("play",d,e.contextId),n(c(e))}}function l(e){return{type:"PRIMARY_TRACK",track:e}}function d(e,t){return null!=t?{type:"ADD_SIMILAR_TRACKS_WAVE",tracks:e}:{type:"ADD_TRACKS_WAVE",tracks:e}}function u(e){return{type:"ADD_VERSIONS_WAVE",versions:e}}function h(e,t){return function(n){sessionStorage.getItem("auth_token")?n(function(e,t){return{type:"ADD_PLAYLIST",track:e,version:t}}(e,t)):n(Object(i.a)("playSignup","add_playlist"))}}function p(e,t){return function(n){sessionStorage.getItem("auth_token")?(Object(a.b)("preview",e.id,e.current_context.id),Object(s.a)("Downloaded Track Preview"),void 0!==t&&t.download_preview_mp3?window.location=t.download_preview_mp3:e.track_url.download_preview_mp3&&(window.location=e.track_url.download_preview_mp3)):n(Object(i.a)("playSignup","download_preview"))}}function m(e,t){return function(n){sessionStorage.getItem("auth_token")?(Object(a.b)("preview",e.id,e.current_context.id),Object(s.a)("Downloaded Track Preview from Track Page Header"),n(Object(i.a)("downloadPreview",{primaryTrack:e,version:t}))):n(Object(i.a)("playSignup","download_preview"))}}function b(){return{type:"REMOVE_PLAYLIST"}}function j(){return{type:"NEW_TRACKS"}}},142:function(e,t,n){"use strict";var s=n(4),a=n(5),i=n(7),r=n(6),c=n(1),o=n.n(c),l=n(15),d=n.n(l),u=n(0),h=function(e){Object(i.a)(n,e);var t=Object(r.a)(n);function n(){return Object(s.a)(this,n),t.apply(this,arguments)}return Object(a.a)(n,[{key:"render",value:function(){return Object(u.jsx)(d.a,{src:'\n\x3c!--Music Vine--\x3e\n \n \n \n \n \n \n \n \n \n'})}}]),n}(o.a.Component);t.a=h},143:function(e,t,n){"use strict";n.d(t,"c",(function(){return r})),n.d(t,"d",(function(){return c})),n.d(t,"b",(function(){return o})),n.d(t,"a",(function(){return l})),n.d(t,"e",(function(){return d}));var s=n(13),a=n.n(s),i=(n(10),n(33));function r(e){return e=u(e),a()("".concat(Object(i.a)(),"searches/").concat(e,"/suggested"),{method:"GET"}).then((function(e){return e.json()})).catch((function(e){return e}))}function c(){return a()("".concat(Object(i.a)(),"searches/latest/trending"),{method:"GET"}).then((function(e){return e.json()})).catch((function(e){return e}))}function o(e,t,n,s,r,c,o){e=u(e),null==c&&(c={});var l=JSON.stringify(c);return function(c){return c({type:"REQUEST_TRACKS"}),a()("".concat(Object(i.a)(),"searches/").concat(e,"/clickeds/").concat(t,"/energies/").concat(n,"/vocals/").concat(s,"/sorts/").concat(r,"/durations/").concat(l,"/stylefilters/").concat(o,"/tracks"),{method:"GET"}).then((function(e){return e.json()}),(function(e){return console.log("An error occured.",e)})).then((function(e){c(p(e),c({type:"RECEIVE_TRACK_IDS",trackIds:e.result_ids.slice(0,9)}),c(function(e){return{type:"RECEIVE_ALL_TRACK_IDS",trackIds:e}}(e.result_ids)))}))}}function l(e,t,n,s,r){e=u(e),null==r&&(r={});var c=JSON.stringify(r);return function(s){return a()("".concat(Object(i.a)(),"searches/").concat(e,"/clickeds/").concat(t,"/energies/").concat(n,"/vocals/").concat(c,"/stylefilters/collections"),{method:"GET"}).then((function(e){return e.json()}),(function(e){return console.log("An error occured.",e)})).then((function(e){s(h(e))}))}}function d(e,t,n){return n=u(n),a()("".concat(Object(i.a)(),"searches/").concat(e,"/types/").concat(t,"/results/").concat(n,"/queries/new"),{method:"GET"}).then((function(e){return e.json()})).catch((function(e){return e}))}function u(e){return e.toString().split("").reverse().join("")}function h(e){return{type:"RECEIVE_COLLECTIONS",collections:e}}function p(e){return delete e.results_id,{type:"RECEIVE_TRACKS",tracks:e}}},145:function(e,t,n){"use strict";n.d(t,"e",(function(){return o})),n.d(t,"f",(function(){return l})),n.d(t,"d",(function(){return d})),n.d(t,"b",(function(){return u})),n.d(t,"c",(function(){return h})),n.d(t,"a",(function(){return p})),n.d(t,"g",(function(){return m}));var s=n(13),a=n.n(s),i=n(10),r=n(16),c=n(33);function o(e,t){return e&&!Array.isArray(e)&&e.isActive?(sessionStorage.setItem("subscriptionData",JSON.stringify(e)),sessionStorage.setItem("is_subscriber","true"),sessionStorage.setItem("subscription_name",e.name)):(sessionStorage.removeItem("subscriptionData"),t&&(sessionStorage.removeItem("is_subscriber"),sessionStorage.removeItem("subscription_name"))),e.isActiveOrSuspended=e.isActive||e.isSuspended,e.overduePayment||e.isPaused||e.hasExpiredNotice?$("body").addClass("has-heads-up"):$("body").removeClass("has-heads-up"),{type:"LOAD_SUBSCRIPTION_DATA",subscriptionData:e}}function l(e){return e?$("body").addClass("has-heads-up"):$("body").removeClass("has-heads-up"),{type:"SET_HAS_EXPIRED_NOTICE",hasExpiredNotice:e}}function d(){var e="".concat(Object(c.a)(),"subscription/plan/plan_addon");return a()(e,{method:"GET"}).then((function(e){return e.json()})).catch((function(e){return e}))}function u(e,t){var n="".concat(i.a,"subscription/completeIncompletePayment"),s=new FormData;return s.append("uuid",e),s.append("token",t),a()(n,{method:"POST",body:s}).then((function(e){return e.json()})).catch((function(e){return e}))}function h(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1;return function(t){return new Promise((function(n,s){var i="".concat(Object(c.a)(),"subscription/get_permissions/plan_type_category/").concat(e);a()(i,{method:"GET"}).then((function(e){return e.json()})).then((function(e){t({type:"LOAD_SUBSCRIPTION_PERMISSION",payload:e}),n(e)})).catch((function(e){return s(e)}))}))}}function p(e){var t="".concat(i.a,"subscription/expiredNotificationDismissAction"),n=new FormData;return n.append("token",e),a()(t,{method:"POST",body:n}).then((function(e){return e.json()})).catch((function(e){return e}))}function m(e){var t="".concat(i.a,"customer/update-social-channel"),n=new FormData;return n.append("token",Object(r.m)()),n.append("channel",e.channel),n.append("channelName",e.channelName),n.append("channelLocation",1),n.append("whitelist",!0),a()(t,{method:"POST",body:n}).then((function(e){return e.json()})).catch((function(e){return e}))}},146:function(e,t,n){"use strict";var s=n(4),a=n(5),i=n(7),r=n(6),c=n(1),o=n.n(c),l=n(15),d=n.n(l),u=n(0),h=function(e){Object(i.a)(n,e);var t=Object(r.a)(n);function n(){return Object(s.a)(this,n),t.apply(this,arguments)}return Object(a.a)(n,[{key:"render",value:function(){return Object(u.jsx)(d.a,{src:''})}}]),n}(o.a.Component);t.a=h},148:function(e,t,n){"use strict";n.d(t,"b",(function(){return s})),n.d(t,"d",(function(){return a})),n.d(t,"c",(function(){return i})),n.d(t,"a",(function(){return r}));n(13),n(10);function s(e){return{type:"LOAD_ADMIN_DATA",adminData:e,showRelevancy:"1"===sessionStorage.getItem("showDebugRData")}}function a(){return{type:"TOGGLE_RELEVANCY"}}function i(e){return{type:"SET_EDIT_DATA",editData:e}}function r(e){return{type:"CLEAR_EDIT_DATA"}}},16:function(e,t,n){"use strict";n.d(t,"s",(function(){return h})),n.d(t,"m",(function(){return p})),n.d(t,"k",(function(){return m})),n.d(t,"t",(function(){return b})),n.d(t,"C",(function(){return j})),n.d(t,"g",(function(){return v})),n.d(t,"x",(function(){return O})),n.d(t,"w",(function(){return y})),n.d(t,"a",(function(){return _})),n.d(t,"B",(function(){return k})),n.d(t,"A",(function(){return x})),n.d(t,"v",(function(){return S})),n.d(t,"u",(function(){return w})),n.d(t,"F",(function(){return C})),n.d(t,"o",(function(){return T})),n.d(t,"E",(function(){return A})),n.d(t,"r",(function(){return I})),n.d(t,"D",(function(){return N})),n.d(t,"q",(function(){return E})),n.d(t,"b",(function(){return P})),n.d(t,"c",(function(){return L})),n.d(t,"h",(function(){return R})),n.d(t,"z",(function(){return D})),n.d(t,"n",(function(){return M})),n.d(t,"f",(function(){return U})),n.d(t,"H",(function(){return B})),n.d(t,"e",(function(){return H})),n.d(t,"i",(function(){return G})),n.d(t,"j",(function(){return K})),n.d(t,"G",(function(){return z})),n.d(t,"d",(function(){return Y})),n.d(t,"p",(function(){return q})),n.d(t,"y",(function(){return J})),n.d(t,"l",(function(){return X}));var s=n(3),a=n(75),i=n.n(a),r=n(112),c=n(13),o=n.n(c),l=n(10),d=n(30),u="Sorry, something went wrong. Please try again later.";function h(e){var t={isCustomer:e.hasAccountCustomer,isArtist:e.hasAccountArtist,isAdmin:e.hasAccountAdmin,isEngaged:e.is_engaged,firstName:e.firstName,company:e.company,isPaymentTabDisplay:e.isPaymentTabDisplay,isSubscriptionTabDisplay:e.isSubscriptionTabDisplay};return e.is_engaged&&Object(d.b)(e.id,e.email,e.engagementLabel),{type:"LOAD_USER_DATA",userData:t}}function p(){var e=M("auth_token");return e||(e=sessionStorage.getItem("auth_token")),e}function m(){return o()("".concat(l.c.API,"user/handle-symfony-logout"),{method:"GET"}).then((function(e){return e.json()})).catch((function(e){return e}))}function b(e){return new Promise((function(t){$.ajaxSetup({credentials:"include",headers:{"X-Requested-With":"XMLHttpRequest"},xhrFields:{withCredentials:!0},crossDomain:!0});var n="".concat(l.c.API,"user/check_credentials"),s=$(".js-login-form").serialize();W(!0),f(),$.post(n,s,(function(t){if("success"!==t.status)return document.cookie="logged_in_cookie=; expires=Thu, 01 Jan 1970 00:00:01 GMT;",sessionStorage.removeItem("loggedin_in"),g(t.message),void W(!1);document.cookie="logged_in_cookie=".concat(Math.random(),";path=/;domain=").concat(l.c.COOKIE_DOMAIN,";false;false"),sessionStorage.setItem("loggedin_in",!0),localStorage.setItem("quick_login",$("#_username").val()),sessionStorage.setItem("auth_token",t.token),$.post("".concat(l.c.API,"user/login"),s,(function(t){var n=T(e);W(!1),sessionStorage.setItem("auth_token",t.auth_token),sessionStorage.setItem("currency_id",t.currency.id),sessionStorage.setItem("currency_symbol",t.currency.symbol_left),sessionStorage.setItem("currency_value",t.currency.value),sessionStorage.setItem("loggedin_in",!0),D("auth_token",t.auth_token,180),localStorage.setItem("quick_login",t.email),e&&"checkout-payment"!==e.requestIntent&&(window.location=n)}))}),"json").done((function(){})).fail((function(){!function(e){var t=$(".login-error");!1===e?t.css("opacity","0"):(t.find("span").text(e),t.css({display:"block",opacity:"1"}))}(u),W(!1)}))}))}function j(){$("#submit").prop("disabled",!1),$(".modal-primary__form-stage-1").addClass("login-form-hide"),$(".modal-primary__form-stage-2").show(),window.setTimeout((function(){$(".modal-primary__form-stage-2").removeClass("login-form-hide")}),10),window.setTimeout((function(){$(".js-password")[0].focus()}),600)}function v(e){e.preventDefault();var t=e.target.dataset.formPrefix?e.target.dataset.formPrefix:"",n=String($("#".concat(t,"_username")).val()).trim(),s="",a="".concat(l.c.API,"login/validate-email?email=").concat(encodeURIComponent(n));f(),$.get(a,(function(e){e.success?1===e.success?j():2===e.success&&(s=e.message,$("#modal-login-title").text("Almost There!"),s&&""!==s&&$("#login_modal_has-firstname").text(" ".concat(s)),$(".modal-primary__form-stage-1").addClass("login-form-hide"),$(".password-prompt").hide(),$(".modal-primary__form-mvnet-user").show(),window.setTimeout((function(){$(".modal-primary__form-mvnet-user").removeClass("login-form-hide")}),10),$(".modal-primary__forgot-password").css("visibility","hidden")):g("No user was found with this email address.")}))}function g(e){$("form.login, .signin-container").addClass("validation-error"),$(".login").prepend('
'.concat(e,"
"))}function f(){$("form.login, .signin-container").removeClass("validation-error"),$(".login-error").remove()}function O(){f(),$("#modal-login-title").text("Sign In"),$(".modal-primary__form-stage-1").removeClass("login-form-hide"),$(".modal-primary__form-stage-2, .modal-primary__form-mvnet-user").addClass("login-form-hide"),$("#submit").prop("disabled",!0),$(".password-prompt").show(),$(".modal-primary__forgot-password").css("visibility","visible")}function y(){return{type:"REMOVE_MODAL"}}function _(e,t){return{type:"ADD_MODAL",modal:e,intent:t}}function k(e){return{type:"SET_LOGIN_STATUS",isLoggedIn:e}}function x(e){return{type:"SET_HAS_ENTERED_PROFESSION",hasEnteredProfession:e}}function S(e,t){return function(n){$.ajaxSetup({headers:{"X-Requested-With":"XMLHttpRequest"},xhrFields:{withCredentials:!0}}),e=!!e;var s="".concat(l.c.API,"user/register");n(F(!0)),n(V(!1)),$.post(s,$(".js-register-form").serialize(),(function(s){if("error"==s.status)n(V(s.message)),10!==s.code&&11!==s.code&&12!==s.code||n({type:"SHOW_RECAPTCHA_V2",showRecaptchaV2:!0}),n(F(!1));else{n(F(!1)),sessionStorage.setItem("auth_token",s.auth_token),sessionStorage.setItem("currency_id",s.currency.id),sessionStorage.setItem("currency_symbol",s.currency.symbol_left),sessionStorage.setItem("currency_value",s.currency.value),sessionStorage.setItem("loggedin_in",!0),D("auth_token",s.auth_token,180),localStorage.setItem("quick_login",s.email);try{window.dataLayer.push({event:"registrationComplete",usedEmbeddedSignup:e?1:0})}catch(a){}e?($("#signup-page-step-1").css("display","none"),$(".register-succcess__stage-1").css("display","block")):n(_("success",t))}}),"json").done((function(){n(F(!1))})).fail((function(){V(u),n(F(!1))}))}}function w(){return function(e){$.ajaxSetup({headers:{"X-Requested-With":"XMLHttpRequest"},xhrFields:{}});var t="".concat(l.c.API,"user/password");e(F(!0)),$(".js-error-message").hide(),$(".js-success-message").hide(),$.post(t,$(".js-password-form").serialize(),(function(t){if("error"==t.status)return $(".js-error-message").find("span").text(t.message),$(".js-error-message").show(),void e(F(!1));$(".js-spinner").hide(),$(".js-success-message").find("span").text("Thank you, you will receive an email shortly."),$(".js-success-message").show()}),"json").done((function(){e(F(!1))})).fail((function(){e(V(u)),e(F(!1))}))}}function C(){return function(e){var t,n=parseInt($(".register-success__profession-dropdown").val()),s=[];e(F(!0)),$("#newsletter-signup-1").prop("checked")&&s.push(1),$("#newsletter-signup-2").prop("checked")&&s.push(2),$("#newsletter-signup-3").prop("checked")&&s.push(3),$("#newsletter-signup-4").prop("checked")&&s.push(4),t=s.join(),0===n&&isNaN(n)?($(".register-succcess__stage-1").hide(),$(".register-succcess__stage-2").show(),e(F(!1))):$.ajax({type:"POST",url:"".concat(l.c.API,"user/register/step/2"),data:{profession:n,newsletter:t,token:sessionStorage.getItem("auth_token")}}).done((function(t){$(".register-succcess__stage-1").hide(),$(".register-succcess__stage-2").show();try{window.dataLayer.push({event:"registrationProfessionConfirmation",selectedProfession:n}),window.dataLayer.push({event:"registrationNewsletterSignup",newsletters:s,newslettersCount:s.length})}catch(a){}e(F(!1))})).fail((function(){e(F(!1))}))}}function T(e){var t="";if(e)switch(e.requestIntent){case"checkout-payment":t="/checkout/payment";break;case"customer-account":t="/customer/account";break;case"customer-following":t="/customer/following";break;case"customer-playlists":t="/customer/playlists";break;case"customer-license-history":t="/customer/license-history";break;case"customer-license-history-pay-per-use":t="/customer/license-history/pay-per-use";break;case"customer-license-history-subscription":case"subscription-license":case"download-subscription-track":t="/customer/license-history/subscription";break;case"customer-payments":t="/customer/payments";break;case"artist-account":t="/artist/account";break;case"artist-submissions":t="/artist/account/submissions";break;case"artist-submit-for-review":t="/artist/account/submissions/submit-for-review";break;case"artist-submit-approved":t="/artist/account/submissions/submit-approved";break;case"artist-submit-for-rereview":t="/artist/account/submissions/submit-for-rereview";break;case"artist-portfolio":t="/artist/account/portfolio";break;case"artist-statement":t="/artist/account/statement";break;case"artist-subscription-usage-report":t=e.requestId?"/artist/account/statement/subscription-usage-report/".concat(parseInt(e.requestId)):"/artist/account/statement";break;case"artist-earnings":t="/artist/account/artist-earnings";break;case"view-invoice":case"view-credit-note":case"license-agreement":case"order-confirmation":case"order-summary":case"download-track":t=e.requestId?"/customer/order-summary/".concat(parseInt(e.requestId)):"/customer/license-history";break;default:t="/browse/all"}return t}function A(e){return{type:"SHOW_SIGNIN_SUCCESS",firstName:e}}function I(){return{type:"HIDE_SIGNIN_SUCCESS"}}function N(e){return{type:"SHOW_NOTIFICATION_SUCCESS",payload:e}}function E(){return{type:"HIDE_NOTIFICATION_SUCCESS"}}function P(){return{type:"ANIMATE_IN_SIGNIN_SUCCESS"}}function L(){return{type:"ANIMATE_OUT_SIGNIN_SUCCESS"}}function R(e){return new Promise((function(t){grecaptcha.ready(Object(r.a)(i.a.mark((function n(){var s;return i.a.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.next=2,grecaptcha.execute("6LdPw8gUAAAAAASdX7Asfq1HM2SmGQ5zl7ecYbPg",{action:e});case 2:s=n.sent,t(s);case 4:case"end":return n.stop()}}),n)}))))}))}function D(e,t,n){var s=new Date;s.setTime(s.getTime()+24*n*60*60*1e3);var a="expires=".concat(s.toUTCString());document.cookie="".concat(e,"=").concat(t,";").concat(a,";path=/;domain=").concat(l.c.COOKIE_DOMAIN)}function M(e){for(var t,n="".concat(e,"="),s=document.cookie.split(";"),a=0;a3&&void 0!==arguments[3]&&arguments[3],a=sessionStorage.getItem("last_enagement"),i=JSON.stringify({type:e,trackId:t,contextId:n,versionId:s});if(sessionStorage.setItem("last_enagement",JSON.stringify({type:e,trackId:t,contextId:n,versionId:s})),a!==i&&-1!==n){try{window.dataLayer.push({event:"addNewEngagement",engagementType:e,engagementTrackId:t,engagementVersionId:s,engagementContextId:n})}catch(l){}var r="".concat(o.a,"favourites/").concat(e,"/types/").concat(t,"/tracks/").concat(n,"/contexts/new");return c()(r,{method:"GET",credentials:"include"}).then((function(e){return e.json()})).catch((function(e){return e}))}}function m(e,t,n){return function(s){var a=sessionStorage.getItem("auth_token");if(s({type:"DELETE_PLAYLIST_REQUEST"}),e)return c()("".concat(o.a,"playlist/delete-playlist-track/").concat(e,"/").concat(t),{method:"GET",headers:{"X-Auth-Token":a||null},credentials:"include"}).then((function(e){return e.json()}),(function(e){return console.log("An error occured.",e)})).then((function(){s(j(t))}));var i=n.current_context.id,r=n.track_version[0].id;return c()("".concat(o.a,"favourites/").concat(r,"/tracks/").concat(i,"/version/context/toggle"),{method:"GET",credentials:"include",headers:{"X-Auth-Token":a||null}}).then((function(e){return e.json()}),(function(e){return console.log("An error occured.",e)})).then((function(){s(j(t))}))}}var b=function(e,t){return function(n){return new Promise((function(s){var a=sessionStorage.getItem("auth_token");return n({type:"REMOVE_TRACK_FROM_STYLE_REQUEST",trackId:e}),c()("".concat(o.a,"remove_style_from_track/").concat(e,"/[").concat(t,"]"),{method:"GET",headers:{"X-Auth-Token":a||null},credentials:"include"}).then((function(e){return e.json()})).then((function(t){t&&(s(t),n({type:"REMOVE_TRACK_FROM_STYLE",trackId:e}))})).catch((function(e){return console.log("An error occured.",e)}))}))}};function j(e){return{type:"DELETE_PLAYLIST_TRACK",trackId:e}}function v(e,t){return function(){var n=sessionStorage.getItem("auth_token");return c()("".concat(o.a,"playlists/").concat(e,"/titles/").concat(btoa(t)),{method:"GET",credentials:"include",headers:{"X-Auth-Token":n||null}}).then((function(e){return e.json()}),(function(e){return console.log("An error occured.",e)}))}}function g(e,t,n,s){var a=sessionStorage.getItem("auth_token");if("Select A Playlist"!==n)return console.log("addExistingPlaylistTrack"),Object(l.a)("Added Track to Playlist"),c()("".concat(o.c.BASE_API_URL,"api/playlists/").concat(e,"/tracks/").concat(t,"/versions/").concat(n,"/contexts/").concat(s),{method:"GET",credentials:"include",headers:{"X-Auth-Token":a||null}}).then((function(e){return e.json()}),(function(e){return console.log("An error occurred.",e)}))}function f(e,t,n,s){var a=sessionStorage.getItem("auth_token"),i=encodeURIComponent(btoa(n));return Object(l.a)("Created New Playlist"),console.log("addNewPlaylistTrack"),c()("".concat(o.c.BASE_API_URL,"api/playlists/").concat(e,"/tracks/").concat(t,"/versions/").concat(i,"/titles/").concat(s,"/context"),{method:"GET",credentials:"include",headers:{"X-Auth-Token":a||null}}).then((function(e){return e.json()}),(function(e){return console.log("An error occured.",e)}))}var O=function(e){return{type:"LOAD_FAVORITES",favorites:e}},y=function(e,t){var n=sessionStorage.getItem("auth_token");return c()("".concat(o.a,"favourites/").concat(e,"/tracks/").concat(t,"/version/context/toggle"),{method:"GET",credentials:"include",headers:{"X-Auth-Token":n||null}}),Object(l.a)("Added Track to Favorites"),{type:"ADD_TO_FAVORITES",ID:e}},_=function(e,t){var n=sessionStorage.getItem("auth_token");return c()("".concat(o.a,"favourites/").concat(e,"/tracks/").concat(t,"/version/context/toggle"),{method:"GET",credentials:"include",headers:{"X-Auth-Token":n||null}}),Object(l.a)("Removed Track from Favorites"),{type:"REMOVE_FROM_FAVORITES",ID:e}}},181:function(e,t,n){"use strict";var s=n(4),a=n(5),i=n(7),r=n(6),c=n(1),o=n.n(c),l=n(0),d=function(e){Object(i.a)(n,e);var t=Object(r.a)(n);function n(){return Object(s.a)(this,n),t.apply(this,arguments)}return Object(a.a)(n,[{key:"render",value:function(){return Object(l.jsxs)("span",{className:"recaptcha-branding",children:["This site is protected by reCAPTCHA and the Google ",Object(l.jsx)("a",{href:"https://policies.google.com/privacy",target:"_blank",children:"Privacy Policy"})," and ",Object(l.jsx)("a",{href:"https://policies.google.com/terms",target:"_blank",children:"Terms of Service"})," apply."]})}}]),n}(o.a.Component);t.a=d},182:function(e,t,n){"use strict";var s=n(4),a=n(5),i=n(7),r=n(6),c=n(1),o=(n(40),n(29)),l=n(14),d=n(19),u=n.n(d),h=n(35),p=n(0),m=function(e){Object(i.a)(n,e);var t=Object(r.a)(n);function n(){var e;Object(s.a)(this,n);for(var a=arguments.length,i=new Array(a),r=0;r\n \n\n'})}}]),n}(o.a.Component);t.a=h},251:function(e){e.exports=JSON.parse('{"boilerplate.components.Footer.author.message":"Made with love by {author}.","boilerplate.components.Footer.license.message":"This project is licensed under the MIT license.","boilerplate.components.Header.features":"Features","boilerplate.components.Header.home":"Home","boilerplate.containers.FeaturePage.css.header":"Features","boilerplate.containers.FeaturePage.css.message":"Next generation CSS","boilerplate.containers.FeaturePage.feedback.header":"Instant feedback","boilerplate.containers.FeaturePage.feedback.message":"Enjoy the best DX and code your app at the speed of thought! Your\\n saved changes to the CSS and JS are reflected instantaneously\\n without refreshing the page. Preserve application state even when\\n you update something in the underlying code!","boilerplate.containers.FeaturePage.header":"Features","boilerplate.containers.FeaturePage.internationalization.header":"Complete i18n Standard Internationalization & Pluralization","boilerplate.containers.FeaturePage.internationalization.message":"Scalable apps need to support multiple languages, easily add and support multiple languages with `react-intl`.","boilerplate.containers.FeaturePage.javascript.header":"Next generation JavaScript","boilerplate.containers.FeaturePage.javascript.message":"Use template strings, object destructuring, arrow functions, JSX\\n syntax and more, today.","boilerplate.containers.FeaturePage.network.header":"Offline-first","boilerplate.containers.FeaturePage.network.message":"The next frontier in performant web apps: availability without a\\n network connection from the instant your users load the app.","boilerplate.containers.FeaturePage.routing.header":"Industry-standard routing","boilerplate.containers.FeaturePage.routing.message":"Write composable CSS that\'s co-located with your components for\\n complete modularity. Unique generated class names keep the\\n specificity low while eliminating style clashes. Ship only the\\n styles that are on the page for the best performance.","boilerplate.containers.FeaturePage.scaffolding.header":"Quick scaffolding","boilerplate.containers.FeaturePage.scaffolding.message":"Automate the creation of components, containers, routes, selectors\\n and sagas - and their tests - right from the CLI!","boilerplate.containers.FeaturePage.state_management.header":"Predictable state management","boilerplate.containers.FeaturePage.state_management.message":"Unidirectional data flow allows for change logging and time travel\\n debugging.","boilerplate.containers.HomePage.start_project.header":"Start your next react project in seconds","boilerplate.containers.HomePage.start_project.message":"A highly scalable, offline-first foundation with the best DX and a focus on performance and best practices","boilerplate.containers.HomePage.tryme.atPrefix":"@","boilerplate.containers.HomePage.tryme.header":"Try me!","boilerplate.containers.HomePage.tryme.message":"Show Github repositories by","boilerplate.containers.LocaleToggle.de":"de","boilerplate.containers.LocaleToggle.en":"en","boilerplate.containers.NotFoundPage.header":"Page not found."}')},253:function(e,t,n){"use strict";n.d(t,"a",(function(){return s}));n(13),n(10);var s=function(e){return{type:"LOAD_COUNTRY_DATA",country:e}}},254:function(e,t,n){"use strict";n.d(t,"b",(function(){return c})),n.d(t,"a",(function(){return o})),n.d(t,"c",(function(){return l}));var s=n(13),a=n.n(s),i=n(10),r=n(30),c=function(e){return{type:"LOAD_FOLLOWING_DATA",following:e}},o=function(e){var t=sessionStorage.getItem("auth_token");return Object(r.a)("Followed Artist"),a()("".concat(i.a,"artist/").concat(e,"/follow"),{method:"GET",headers:{"Content-Type":"application/json","X-Auth-Token":t||null}}),{type:"FOLLOW_ARTIST",ID:e}},l=function(e){var t=sessionStorage.getItem("auth_token");return Object(r.a)("Unfollowed Artist"),a()("".concat(i.a,"artist/").concat(e,"/unfollow"),{method:"GET",headers:{"Content-Type":"application/json","X-Auth-Token":t||null}}),{type:"UNFOLLOW_ARTIST",ID:e}}},255:function(e,t,n){"use strict";n.d(t,"e",(function(){return r})),n.d(t,"c",(function(){return c})),n.d(t,"b",(function(){return o})),n.d(t,"g",(function(){return l})),n.d(t,"f",(function(){return d})),n.d(t,"a",(function(){return u})),n.d(t,"d",(function(){return h})),n.d(t,"h",(function(){return p}));var s=n(13),a=n.n(s),i=(n(10),n(33));function r(e,t){var n="".concat(Object(i.a)(),"tracks/").concat(e,"/artists/").concat(t,"/track");return t||(n="".concat(Object(i.a)(),"tracks/").concat(e)),a()(n,{method:"GET"}).then((function(e){return e.json()})).catch((function(e){return e}))}function c(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;return function(n){return n({type:"REQUEST_TRACKS"}),a()("".concat(Object(i.a)(),"tracks/").concat(e,"/playlists/").concat(t),{method:"GET"}).then((function(e){return e.json()}),(function(e){return console.log("An error occured.",e)})).then((function(e){n(b(e),n(j(t,e.result_ids)))}))}}function o(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1,t=sessionStorage.getItem("auth_token");return function(n){return n({type:"REQUEST_TRACKS"}),a()("".concat(Object(i.a)(),"tracks/").concat(e,"/favourite"),{method:"GET",headers:{"X-Auth-Token":t||null}}).then((function(e){return e.json()}),(function(e){return console.log("An error occured.",e)})).then((function(t){n(b(t),n(j(e,t.result_ids)))}))}}function l(e){return function(t){t({type:"REQUEST_TRACKS"}),t(b(e))}}function d(e,t,n,s,r,c,o,l){var d=arguments.length>8&&void 0!==arguments[8]?arguments[8]:-1;if(!(l>1))return function(h){return h({type:"REQUEST_TRACKS"}),a()("".concat(Object(i.a)(),"tracks/").concat(e,"/types/").concat(t,"/ids/weighted"),{method:"GET"}).then((function(e){return e.json()}),(function(e){return console.log("An error occured.",e)})).then((function(e){if(e.error)throw new Error("Something failed");return e})).then((function(a){for(var i=0;i8&&void 0!==arguments[8]?arguments[8]:[],u=arguments.length>9&&void 0!==arguments[9]?arguments[9]:-1,h=arguments.length>10&&void 0!==arguments[10]&&arguments[10],p=[];null!=o&&(p=JSON.stringify(o));var v=[];if(null!=d){for(var g=0;g0)&&(r=!1),r}function m(e){return{type:"MORE_TRACKS_LOADING",isFetchingMore:e}}function b(e){return{type:"RECEIVE_TRACKS",tracks:Object.assign({},e)}}function j(e,t){var n=30*e-30,s=n+30;return{type:"RECEIVE_TRACK_IDS",trackIds:t.slice(n,s)}}function v(e){return{type:"RECEIVE_ALL_TRACK_IDS",trackIds:e}}},256:function(e,t,n){"use strict";n.d(t,"a",(function(){return s}));var s=function(e){return{type:"LOAD_CURRENCY_DATA",currency:e}}},260:function(e,t,n){"use strict";var s=n(4),a=n(5),i=n(7),r=n(6),c=n(1),o=n.n(c),l=n(15),d=n.n(l),u=n(0),h=function(e){Object(i.a)(n,e);var t=Object(r.a)(n);function n(){return Object(s.a)(this,n),t.apply(this,arguments)}return Object(a.a)(n,[{key:"render",value:function(){return Object(u.jsx)(d.a,{src:'\n \n \n'})}}]),n}(o.a.Component);t.a=h},263:function(e,t,n){"use strict";var s=n(4),a=n(5),i=n(7),r=n(6),c=n(1),o=n.n(c),l=n(15),d=n.n(l),u=n(0),h=function(e){Object(i.a)(n,e);var t=Object(r.a)(n);function n(){return Object(s.a)(this,n),t.apply(this,arguments)}return Object(a.a)(n,[{key:"render",value:function(){return Object(u.jsx)(d.a,{src:'\n \n '})}}]),n}(o.a.Component);t.a=h},264:function(e,t,n){"use strict";var s=n(4),a=n(5),i=n(7),r=n(6),c=n(1),o=n.n(c),l=n(15),d=n.n(l),u=n(0),h=function(e){Object(i.a)(n,e);var t=Object(r.a)(n);function n(){return Object(s.a)(this,n),t.apply(this,arguments)}return Object(a.a)(n,[{key:"render",value:function(){return Object(u.jsx)(d.a,{src:'\n \n'})}}]),n}(o.a.Component);t.a=h},265:function(e,t,n){"use strict";var s=n(4),a=n(5),i=n(7),r=n(6),c=n(1),o=n.n(c),l=n(15),d=n.n(l),u=n(0),h=function(e){Object(i.a)(n,e);var t=Object(r.a)(n);function n(){return Object(s.a)(this,n),t.apply(this,arguments)}return Object(a.a)(n,[{key:"render",value:function(){return Object(u.jsx)(d.a,{src:'\n \n'})}}]),n}(o.a.Component);t.a=h},266:function(e,t,n){"use strict";var s=n(4),a=n(5),i=n(7),r=n(6),c=n(1),o=n.n(c),l=n(15),d=n.n(l),u=n(0),h=function(e){Object(i.a)(n,e);var t=Object(r.a)(n);function n(){return Object(s.a)(this,n),t.apply(this,arguments)}return Object(a.a)(n,[{key:"render",value:function(){return Object(u.jsx)(d.a,{src:''})}}]),n}(o.a.Component);t.a=h},267:function(e,t,n){"use strict";var s=n(4),a=n(5),i=n(7),r=n(6),c=n(1),o=n.n(c),l=n(15),d=n.n(l),u=n(0),h=function(e){Object(i.a)(n,e);var t=Object(r.a)(n);function n(){return Object(s.a)(this,n),t.apply(this,arguments)}return Object(a.a)(n,[{key:"render",value:function(){return Object(u.jsx)(d.a,{src:'\n'})}}]),n}(o.a.Component);t.a=h},269:function(e,t,n){"use strict";n.r(t);var s,a=n(80),i=n(4),r=n(5),c=n(8),o=n(7),l=n(6),d=n(1),u=n.n(d),h=n(29),p=(n(66),n(35)),m=n(25),b=n.n(m),j=n(45),v=n(24),g=n(44),f=Object(g.c)(v.a)(s||(s=Object(j.a)(["\n"]))),O=n(0),y=function(e){Object(o.a)(n,e);var t=Object(l.a)(n);function n(){return Object(i.a)(this,n),t.apply(this,arguments)}return Object(r.a)(n,[{key:"render",value:function(){return Object(O.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 60 70",width:"60px",children:[Object(O.jsx)("rect",{width:"60",height:"70",className:"license__chevron-bg"}),Object(O.jsx)("polygon",{points:"39 0 0 0 0 70 39 70 59.13 35 39 0",style:{fill:"#fff"}}),Object(O.jsx)("polygon",{points:"32.26 22.2 41.09 35.07 32.26 47.8 31.09 46.09 38.69 35.07 31.09 23.88 32.26 22.2",className:"license__chevron-chevron"})]})}}]),n}(u.a.Component),_=y,k=n(14),x=n(59),S=n(30),w=n(49),C=function(e){Object(o.a)(n,e);var t=Object(l.a)(n);function n(e){return Object(i.a)(this,n),t.call(this,e)}return Object(r.a)(n,[{key:"componentDidUpdate",value:function(e){this.props.total!==e.total&&this.props.total>0&&Object(S.c)("".concat(this.props.track.id,"-").concat(this.props.currentLicense.name.replace(/ /g,"")),"".concat(this.props.track.name," by ").concat(this.props.track.artist.name),"Pay-Per-Use",this.props.total,this.props.currencyCode,this.props.track)}},{key:"render",value:function(){var e=[],t=null,n=null,s=null;if(this.props.currentLicense&&(s=this.props.currentLicense.description,"GBP"==this.props.currencyCode?s=s.replace("$500","\xa3350"):"EUR"==this.props.currencyCode?s=s.replace("$500","\u20ac400"):"CAD"!=this.props.currencyCode&&"AUD"!=this.props.currencyCode||(s=s.replace("$500","$600"))),this.props.numEdits&&(t="".concat(this.props.numEdits," Video Edit").concat(this.props.numEdits>1?"s":""),"2"==this.props.currentLicense.id?t="".concat(this.props.numEdits," Episode").concat(this.props.numEdits>1?"s":""):"3"==this.props.currentLicense.id?t="".concat(this.props.numEdits," Video").concat(this.props.numEdits>1?"s":""," / Episode").concat(this.props.numEdits>1?"s":""):"4"==this.props.currentLicense.id?t="".concat(this.props.numEdits," Production").concat(this.props.numEdits>1?"s":""):"5"==this.props.currentLicense.id?t="".concat(this.props.numEdits," Edit").concat(this.props.numEdits>1?"s":""):"6"==this.props.currentLicense.id&&(t="".concat(this.props.numEdits," Production").concat(this.props.numEdits>1?"s":""))),this.props.coverages&&Object.entries(this.props.coverages).forEach((function(t){e.push("".concat(t[0],", "))})),"undefined"!==typeof this.props.total&&this.props.total>0){var a=Math.ceil(parseFloat(this.props.total)).toFixed(2).split(".");a[0]=parseInt(a[0]).toLocaleString("en-US"),n=Object(O.jsx)("div",{className:"license__total mb-4",children:Object(O.jsxs)("p",{children:["Total: ",this.props.currencySymbol,a[0],Object(O.jsxs)("small",{children:[".",a[1]]}),"$"==this.props.currencySymbol&&Object(O.jsxs)("span",{className:"license-currency-code",children:[" ",this.props.currencyCode]})]})})}return Object(O.jsxs)("div",{className:"license__col license__col--right order-1 order-md-2",children:[Object(O.jsx)("div",{className:"license__close",onClick:this.props.onRemoveLicense,children:Object(O.jsx)("div",{className:"svg-container svg-xxs",children:Object(O.jsx)(x.a,{})})}),Object(O.jsx)("div",{className:"license__author py-md-4",children:Object(O.jsxs)("div",{className:"row",children:[Object(O.jsx)("div",{className:"grid__item pr-0 col-3 col-md-4",children:this.props.track.artist&&Object(O.jsx)("img",{src:Object(w.b)(this.props.track.artist.avatar_image.image_aws_url,144),alt:this.props.track.artist.name})}),Object(O.jsx)("div",{className:"grid__item col-9 col-md-8 license__details align-items-center justify-content-start",children:Object(O.jsxs)("div",{className:"license-select__author",children:[Object(O.jsx)("h4",{className:"license-select__title-small",children:this.props.track.name}),this.props.track.artist&&Object(O.jsx)("span",{children:this.props.track.artist.name})]})})]})}),Object(O.jsxs)("div",{className:"active-description d-none d-md-block",children:[Object(O.jsx)("span",{className:"license-select__sub"}),Object(O.jsx)("span",{className:"license__text"})]}),this.props.currentLicense&&s&&Object(O.jsxs)("div",{className:"license__desc d-none d-md-block",children:[Object(O.jsx)("span",{className:"license-select__sub",children:this.props.currentLicense.name}),Object(O.jsx)("span",{className:"license__text",children:s}),Object(O.jsx)("div",{className:"active-project-description"})]}),this.props.scale&&Object(O.jsxs)("section",{className:"license__desc d-none d-md-block spacer",children:[Object(O.jsxs)("p",{className:"license-select__sub license-select__sub--secondary",children:[this.props.scale.size," Scale:"]}),Object(O.jsx)("span",{className:"license__text",children:this.props.getCurrencySpecificScaleText(this.props.scale)})]}),this.props.coverages&&Object(O.jsxs)("section",{className:"d-none d-md-block",children:[Object(O.jsx)("p",{className:"license-select__sub license-select__sub--secondary",children:"Coverage:"}),Object(O.jsxs)("span",{className:"license__text",children:[" ",e,t]})]}),this.props.previewLicenseLink&&this.props.previewLicenseLink,this.props.coverages&&Object(O.jsx)("hr",{className:"license__line-break d-none d-md-block"}),Object(O.jsxs)("div",{className:"d-none d-md-block",children:[n,this.props.checkoutButton&&this.props.checkoutButton,this.props.cartButton&&this.props.cartButton]}),this.props.hasSuppressedSubscription&&!this.props.forcePayPerUse&&Object(O.jsx)(k.a,{to:"/pricing",className:"btn-secondary position-absolute px-4",onClick:this.props.onRemoveLicense,style:{bottom:"20px",width:"calc(100% - 40px)"},children:"Looking for subscriptions?"})]})}}]),n}(u.a.Component),T=n(43),A=n(10),I=function(e){Object(o.a)(n,e);var t=Object(l.a)(n);function n(e){var s;return Object(i.a)(this,n),(s=t.call(this,e)).state={notification:s.props.notification},s.handleTypeSelect=s.handleTypeSelect.bind(Object(c.a)(s)),s.mouseEnter=s.mouseEnter.bind(Object(c.a)(s)),s.mouseLeave=s.mouseLeave.bind(Object(c.a)(s)),s.handleContinue=s.handleContinue.bind(Object(c.a)(s)),s.promotionalAsset="https://cdn.musicvine.com/images/icons/license-type-01.svg",s.filmAsset="https://cdn.musicvine.com/images/icons/license-type-02.svg",s.vlogAsset="https://cdn.musicvine.com/images/icons/license-type-03.svg",s.lifeAsset="https://cdn.musicvine.com/images/icons/license-type-04.svg",s.nonProfitAsset="https://cdn.musicvine.com/images/icons/license-type-05.svg",s.studentProjectAsset="https://cdn.musicvine.com/images/icons/license-type-06.svg",s}return Object(r.a)(n,[{key:"handleContinue",value:function(){this.setState({notification:!1})}},{key:"handleTypeSelect",value:function(e){this.props.onTypeSelect(e.currentTarget.id)}},{key:"mouseEnter",value:function(e){$(".active-description");var t=$(e.target).closest(".license-select__col").attr("data-license"),n=this.props.licenses[t],s=n.description;"GBP"==this.props.currencyCode?s=s.replace("$500","\xa3350"):"EUR"==this.props.currencyCode?s=s.replace("$500","\u20ac400"):"CAD"!=this.props.currencyCode&&"AUD"!=this.props.currencyCode||(s=s.replace("$500","$600")),$(".license-select__sub").text(n.name),$(".license__text").text(s),$(".license__desc").each((function(e,n){var s=$(this).attr("data-license");t===s&&$(this).addClass("active")}))}},{key:"mouseLeave",value:function(e){$(".license-select__sub").text(""),$(".license__text").text("")}},{key:"render",value:function(){var e=this;return this.props.currencyIsAmbiguous&&" ".concat(this.props.currencyCode),Object(O.jsxs)("div",{id:"step1",className:"license-select__modal open align-content-start",children:[Object(O.jsxs)("div",{className:"license__col license__col--left position-relative order-2 order-md-1",children:[Object(O.jsx)("h3",{className:"license-select__title-large",children:"Select License Type"}),Object(O.jsxs)("section",{id:"type-step",children:[this.state.notification&&Object(O.jsx)("div",{className:"license-modal-notice",children:Object(O.jsxs)("div",{className:"license-modal-notice__message text-center",children:[Object(O.jsx)("h3",{className:"license-modal-notice__title mb-2",children:"Heads Up!"}),Object(O.jsxs)("p",{className:"license-modal-notice__desc",children:["A license for '",this.props.track.name,"' is already in your cart."]}),Object(O.jsxs)("div",{className:"license-modal-notice__confirm",children:[Object(O.jsx)("button",{onClick:this.props.onRemoveLicense,className:"license-modal-notice__cancel",children:"Cancel"}),Object(O.jsx)("button",{onClick:this.handleContinue,className:"license-modal-notice__continue",children:"Continue"})]})]})}),this.props.licenses&&this.props.licenses.map((function(t,n){return Object(O.jsx)("div",{className:"license-select__col license-select__col--item license__".concat(e.props.getColourTheming(t.id)),onMouseEnter:e.mouseEnter,onMouseLeave:e.mouseLeave,"data-license":n,children:Object(O.jsx)("div",{className:"license-select__col-inner",children:Object(O.jsxs)(f,{className:"row mx-0 grid--license align-items-center",onClick:e.handleTypeSelect,id:n,children:[Object(O.jsxs)("div",{className:"license__grid-item grid__item col-10 col-md-9 d-flex",children:[Object(O.jsxs)("div",{className:"license__image",children:[0===n&&Object(O.jsx)("img",{src:e.promotionalAsset,alt:""}),1===n&&Object(O.jsx)("img",{src:e.filmAsset,alt:""}),2===n&&Object(O.jsx)("img",{src:e.vlogAsset,alt:""}),3===n&&Object(O.jsx)("img",{src:e.lifeAsset,alt:""}),4===n&&Object(O.jsx)("img",{src:e.nonProfitAsset,alt:""}),5===n&&Object(O.jsx)("img",{src:e.studentProjectAsset,alt:""})]}),Object(O.jsx)("div",{className:"license__col-item license__col-item--first",children:Object(O.jsx)("span",{className:"license__type",children:t.name})})]}),Object(O.jsx)("div",{className:"license__grid-item grid__item col-2 col-md-3 justify-content-end",children:Object(O.jsx)("div",{className:"license__col-item license__col-item--chevron",children:Object(O.jsx)(_,{})})})]})})},t.id)})),this.props.licenses.length>=1&&Object(O.jsx)("div",{className:"license-select__custom",children:Object(O.jsxs)("p",{children:["Don't see what you need? ",Object(O.jsx)(k.a,{to:"/contact/custom-license",onClick:this.props.onRemoveLicense,children:"Request a Custom License"})]})}),this.props.licenses.length<1&&Object(O.jsx)("div",{className:"license__grid-loader",children:Object(O.jsx)(T.a,{})})]})]}),Object(O.jsx)(C,{onRemoveLicense:this.props.onRemoveLicense,hasSuppressedSubscription:this.props.hasSuppressedSubscription,forcePayPerUse:this.props.forcePayPerUse,getCurrencySpecificScaleText:this.props.getCurrencySpecificScaleText,track:this.props.track,licenses:this.props.licenses,currencyValue:this.props.currencyValue,currencySymbol:this.props.currencySymbol,currencyCode:this.props.currencyCode,currencyIsAmbiguous:this.props.currencyIsAmbiguous})]})}}]),n}(u.a.Component),N=n(15),E=n.n(N),P=function(e){Object(o.a)(n,e);var t=Object(l.a)(n);function n(){return Object(i.a)(this,n),t.apply(this,arguments)}return Object(r.a)(n,[{key:"render",value:function(){return Object(O.jsx)(E.a,{src:'\n'})}}]),n}(u.a.Component),L=P,R=function(e){Object(o.a)(n,e);var t=Object(l.a)(n);function n(e){var s;return Object(i.a)(this,n),(s=t.call(this,e)).handleScaleSelect=s.handleScaleSelect.bind(Object(c.a)(s)),s.licenseClose=s.licenseClose.bind(Object(c.a)(s)),s.showProjectScale=s.showProjectScale.bind(Object(c.a)(s)),s.hideProjectScale=s.hideProjectScale.bind(Object(c.a)(s)),s}return Object(r.a)(n,[{key:"handleScaleSelect",value:function(e){this.props.onScaleSelect(e.currentTarget.id)}},{key:"licenseClose",value:function(){$(".license-select").addClass("closed")}},{key:"showProjectScale",value:function(e){$(e.target).closest("a").attr("id"),$("body").attr("id")}},{key:"hideProjectScale",value:function(){$(".active-project-description").html("")}},{key:"render",value:function(){var e=this,t="Confirm Project Scale",n="3"==this.props.currentLicense.id;n&&(t="Confirm Channel Scale");var s="";return this.props.currencyIsAmbiguous&&!n&&(s=this.props.currencyCode),Object(O.jsxs)("div",{id:"step2",className:"license-select__modal open align-content-start",children:[Object(O.jsxs)("div",{className:"license__col license__col--left order-2 order-md-1",children:[Object(O.jsxs)("section",{id:"scale-step",children:[Object(O.jsx)("div",{className:"license__back",children:Object(O.jsx)(f,{onClick:this.props.onPrevious,children:Object(O.jsx)("div",{className:"svg-container svg-xs",children:Object(O.jsx)(L,{})})})}),Object(O.jsx)("h3",{className:"license-select__title-large",children:t}),this.props.currentLicense.scales&&this.props.currentLicense.scales.map((function(t,n){return Object(O.jsx)(f,{onClick:e.handleScaleSelect,id:n,children:Object(O.jsx)("div",{className:"license-select__col license-select__col--item",onMouseEnter:e.showProjectScale,onMouseLeave:e.hideProjectScale,children:Object(O.jsx)("div",{className:"license-select__col-inner",children:Object(O.jsxs)("div",{className:"row mx-0 grid--license license__".concat(e.props.getColourTheming(e.props.currentLicense.id)),children:[Object(O.jsxs)("div",{className:"license__grid-item grid__item col-10 col-md-9 d-flex align-items-center",children:[Object(O.jsxs)("div",{className:"license__image",children:[0===n&&Object(O.jsx)("span",{className:"license__size",children:"S"}),1===n&&Object(O.jsx)("span",{className:"license__size",children:"L"}),2===n&&Object(O.jsx)("span",{className:"license__size",children:"XL"})]}),Object(O.jsxs)("div",{className:"license__col-item",children:[Object(O.jsx)("span",{className:"license__type",children:t.size}),Object(O.jsxs)("span",{className:"license__type-desc",children:[e.props.getCurrencySpecificScaleText(t),""!=s&&Object(O.jsx)("small",{style:{marginLeft:"4px",color:"#868686"},children:s})]})]})]}),Object(O.jsx)("div",{className:"license__grid-item grid__item col-2 col-md-3 justify-content-end",children:Object(O.jsx)("div",{className:"license__col-item license__col-item--chevron",children:Object(O.jsx)(_,{})})})]})})})},n)}))]}),(1===this.props.currentLicense.id||2===this.props.currentLicense.id||5===this.props.currentLicense.id)&&Object(O.jsxs)("div",{className:"license__heads-up-notice license__larger-production license__".concat(this.props.getColourTheming(this.props.currentLicense.id)),children:[Object(O.jsx)("h4",{children:"Working on a larger production?"}),Object(O.jsxs)("p",{children:["We provide custom licenses tailored to the requirements of larger scale productions. Please use our ",Object(O.jsx)(k.a,{to:"/contact/custom-license",onClick:this.props.onRemoveLicense,children:"custom license form"})," to make an inquiry."]})]}),n&&Object(O.jsxs)("div",{className:"license__heads-up-notice",children:[Object(O.jsxs)("h4",{children:[Object(O.jsx)("strong",{children:"Heads up!"})," Channel verification required."]}),Object(O.jsx)("p",{children:"This license requires verification of your YouTube channel / podcast web page. This info will be requested at checkout."})]})]}),Object(O.jsx)(C,{onRemoveLicense:this.props.onRemoveLicense,getCurrencySpecificScaleText:this.props.getCurrencySpecificScaleText,track:this.props.track,currentLicense:this.props.currentLicense,currencyValue:this.props.currencyValue,currencySymbol:this.props.currencySymbol,currencyCode:this.props.currencyCode,currencyIsAmbiguous:this.props.currencyIsAmbiguous})]})}}]),n}(u.a.Component),D=function(e){Object(o.a)(n,e);var t=Object(l.a)(n);function n(e){return Object(i.a)(this,n),t.call(this,e)}return Object(r.a)(n,[{key:"render",value:function(){var e=null;return"undefined"!==typeof this.props.total&&this.props.total>0&&(e=this.props.currencyIsAmbiguous?Object(O.jsx)("div",{className:"license__total",children:Object(O.jsxs)("p",{children:["Total: ",this.props.currencySymbol,Math.ceil(parseFloat(this.props.total)).toFixed(2)," ",Object(O.jsx)("span",{className:"license-currency-code",children:this.props.currencyCode})]})}):Object(O.jsx)("div",{className:"license__total",children:Object(O.jsxs)("p",{children:["Total: ",this.props.currencySymbol,Math.ceil(parseFloat(this.props.total)).toFixed(2)]})})),Object(O.jsxs)("div",{className:"license__mobile-checkout d-md-none position-fixed".concat(e?"":" d-none"),children:[e,this.props.checkoutButton&&this.props.checkoutButton,this.props.cartButton&&this.props.cartButton]})}}]),n}(u.a.Component),M=n(166),F=n.n(M),V=function(e){Object(o.a)(n,e);var t=Object(l.a)(n);function n(e){var s;return Object(i.a)(this,n),(s=t.call(this,e)).handleRadioSelect=s.handleRadioSelect.bind(Object(c.a)(s)),s}return Object(r.a)(n,[{key:"componentDidMount",value:function(){0==this.props.index&&$(".option-radio-".concat(this.props.option.id)).click()}},{key:"handleRadioSelect",value:function(e){this.props.onRadioSelect(e)}},{key:"render",value:function(){return Object(O.jsx)("section",{children:Object(O.jsxs)("div",{className:"row grid--broadcast grid--broadcast-secondary",children:[Object(O.jsx)("div",{className:"grid__item license__grid-item col-sm-3 license__vertical"}),Object(O.jsx)("label",{htmlFor:this.props.option.full_display_name,className:"grid__item pr-0 col-12 col-md-6 license__vertical license__vertical-col",children:Object(O.jsx)("div",{className:"license__col-item license__col-item--first license__col-item--left",children:Object(O.jsxs)("span",{className:"license__type-desc",children:[Object(O.jsx)("input",{style:{display:"block"},className:"option-radio-".concat(this.props.option.id),id:this.props.option.full_display_name,"data-id":this.props.option.id,"data-parent-name":this.props.name,"data-option-name":this.props.option.full_display_name,"data-multiplier":this.props.option.multiplier,"data-length":-1,onClick:this.handleRadioSelect,required:!0,type:"radio",name:this.props.name,value:parseFloat(this.props.subTotal*this.props.option.multiplier*this.props.currencyValue).toFixed(2)}),Object(O.jsx)("span",{className:"js-click-container-".concat(this.props.option.id),"data-id":this.props.option.id,children:this.props.option.name})]})})}),Object(O.jsx)("label",{htmlFor:this.props.option.full_display_name,className:"license__grid-item license__grid-item--broadcast grid__item col-md-3",children:Object(O.jsx)("div",{className:"license__col-item",children:Object(O.jsxs)("span",{className:"license-currency-code",children:[Object(O.jsxs)("span",{style:{fontSize:"14px"},children:[this.props.currencySymbol,Math.ceil(parseFloat(this.props.subTotal*this.props.option.multiplier*this.props.currencyValue)).toLocaleString("en-US")]}),this.props.currencyIsAmbiguous&&Object(O.jsxs)("span",{className:"license-currency-code",children:[" ",this.props.currencyCode]})]})})})]})})}}]),n}(u.a.Component),W=function(e){Object(o.a)(n,e);var t=Object(l.a)(n);function n(e){var s;return Object(i.a)(this,n),(s=t.call(this,e)).state={checked:!1},s.handleCheckSelect=s.handleCheckSelect.bind(Object(c.a)(s)),s.handleRadioSelect=s.handleRadioSelect.bind(Object(c.a)(s)),s}return Object(r.a)(n,[{key:"handleCheckSelect",value:function(e){this.props.onCheckSelect(e.currentTarget),this.setState({checked:!this.state.checked})}},{key:"handleRadioSelect",value:function(e){this.props.onCheckSelect(e.currentTarget)}},{key:"render",value:function(){var e=this,t=null,n=[];return 1==this.props.options.length&&(t=Object(O.jsxs)("span",{className:"license__price",children:[3===this.props.currentLicense.id?"+":"",this.props.currencySymbol,Math.ceil(parseFloat(this.props.subTotal*this.props.options[0].multiplier*this.props.currencyValue)),this.props.currencyIsAmbiguous&&Object(O.jsxs)("span",{className:"license-currency-code",children:[" ",this.props.currencyCode]})]}),n.push(Object(O.jsx)("input",{type:"hidden",name:this.props.name,value:t},"1".concat(this.props.title).concat(this.props.currentLicense.id).concat(this.props.track.id)))),this.props.options.forEach((function(t,s){e.props.options.length>1&&e.props.isChecked&&n.push(Object(O.jsx)(V,{index:s,name:e.props.title,option:t,onRadioSelect:e.handleRadioSelect,subTotal:e.props.subTotal,currencyValue:e.props.currencyValue,currencySymbol:e.props.currencySymbol,currencyCode:e.props.currencyCode,currencyIsAmbiguous:e.props.currencyIsAmbiguous},s))})),Object(O.jsx)("div",{children:Object(O.jsx)("div",{className:"license-select__col license-select__col--item license-select__col--web",children:Object(O.jsxs)("div",{className:"license-select__col-inner license-select__col-inner--web",children:[Object(O.jsxs)("label",{htmlFor:this.props.title+this.props.currentLicense.id+this.props.track.id,className:"row mx-0 grid--license",children:[Object(O.jsxs)("div",{className:"grid__item license__grid-item col-md-3 license__vertical",children:[Object(O.jsxs)("div",{className:"license__checkboxes",children:[Object(O.jsx)("input",{className:"license__checkbox",onChange:this.handleCheckSelect,type:"checkbox",id:this.props.title+this.props.currentLicense.id+this.props.track.id,ref:this.props.title,"data-option-name":this.props.title,"data-id":this.props.options[0].id,"data-multiplier":this.props.options[0].multiplier,"data-cost":this.props.options[0].multiplier*this.props.subTotal*this.props.currencyValue,"data-length":this.props.options.length,defaultValue:this.props.broadcast,style:{display:"none"}},"2".concat(this.props.title).concat(this.props.currentLicense.id).concat(this.props.track.id)),Object(O.jsx)("span",{className:"license__checkbox-label",children:this.state.checked&&Object(O.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",children:[Object(O.jsx)("rect",{width:"16",height:"16",style:{fill:"none"}}),Object(O.jsx)("polygon",{points:"15.46 4.46 13.5 2.5 5.55 10.45 3.06 7.95 1.1 9.9 5.5 14.3 5.55 14.25 5.61 14.3 15.46 4.46",className:"license_checkmark_selected"})]})})]}),Object(O.jsx)("span",{className:"license__label license__label--secondary",children:this.props.title})]}),Object(O.jsx)("div",{className:"grid__item col-12 col-md-6 license__vertical",children:Object(O.jsx)("div",{className:"license__col-item license__col-item--first license__col-item--left",children:Object(O.jsx)("span",{className:"license__type-desc",children:this.props.description})})}),t&&Object(O.jsx)("div",{className:"license__grid-item license__grid-item-web grid__item col-12 col-md-3",children:Object(O.jsx)("div",{className:"license__col-item",children:t})})]}),n]})})})}}]),n}(u.a.Component),U=n(19),B=n.n(U),H=function(e){Object(o.a)(n,e);var t=Object(l.a)(n);function n(e){var s;Object(i.a)(this,n);var a=0;((s=t.call(this,e)).props.direct||"3"==s.props.currentLicense.id)&&(s.props.subTotal,a=s.props.currencySubTotal);var r={};switch(s.props.currentLicense.id){case 3:r[["Web & Podcast"]]={id:"16",multiplier:"0",option_name:"Web & Podcast"};break;case 4:r[["Web & Personal"]]={id:"17",multiplier:"0",option_name:"Web & Personal"};break;case 6:r[["Web & Course"]]={id:"18",multiplier:"0",option_name:"Web & Course"}}return s.state={currencySubTotal:a,total:a,coverageTotal:a,checkout:s.props.checkout,numEdits:1,coverages:r,coverageParents:{},currentValue:1,checkoutButtonActive:""},s.changeValue=s.changeValue.bind(Object(c.a)(s)),s.slideStop=s.slideStop.bind(Object(c.a)(s)),s.handleAddToCart=s.handleAddToCart.bind(Object(c.a)(s)),s.handlePreviewLicense=s.handlePreviewLicense.bind(Object(c.a)(s)),s.handleCheckSelect=s.handleCheckSelect.bind(Object(c.a)(s)),s.displayCheckout=s.displayCheckout.bind(Object(c.a)(s)),s}return Object(r.a)(n,[{key:"handleCheckSelect",value:function(e){var t=this,n=this.state.coverages,s=this.state.coverageParents,a=e.getAttribute("data-option-name"),i=e.getAttribute("data-id"),r=e.getAttribute("data-option-name"),c=!1;if(("1"===e.getAttribute("data-length")||"-1"===e.getAttribute("data-length"))&&(c=e.getAttribute("data-multiplier")),1==e.getAttribute("data-length")||"-1"==e.getAttribute("data-length")){if(e.getAttribute("data-parent-name")){var o=e.getAttribute("data-parent-name");Object.entries(this.props.currentLicense.coverages).forEach((function(e){e[1].name==o&&Object.entries(e[1].options).forEach((function(e){(n[[e[1].full_display_name]]||0==n[[e[1].full_display_name]])&&delete n[[e[1].full_display_name]]}))}))}n[[a]]||0==n[[a]]?(delete n[[a]],this.props.drip("Removed License Coverage",r)):(n[[a]]={id:i,multiplier:c,option_name:r},this.props.drip("Selected License Coverage",r))}else if(s[[a]]||0==s[[a]]){delete s[[a]];var l=a;Object.entries(this.props.currentLicense.coverages).forEach((function(e){e[1].name==l&&Object.entries(e[1].options).forEach((function(e){(n[[e[1].full_display_name]]||0==n[[e[1].full_display_name]])&&(delete n[[e[1].full_display_name]],t.props.drip("Removed License Coverage",e[1].full_display_name))}))}))}else s[[a]]=!0;this.displayCheckout(n)}},{key:"displayCheckout",value:function(e){var t=this,n=Math.ceil(this.state.currencySubTotal),s=Math.ceil(this.state.currencySubTotal),a=!1;Object.values(e).forEach((function(e){n+=Math.ceil(e.multiplier*t.state.currencySubTotal),s+=Math.ceil(e.multiplier*t.props.subTotal*t.props.currencyValue),a=!0})),n=s;var i=this.state.numEdits,r=s,c=s;if(i>1){var o=r*this.props.currentLicense.edit.base,l=c*this.props.currentLicense.edit.base;o*=i-1,l*=i-1,i>2&&(o*=1-this.props.currentLicense.edit.discount*(i-2),l*=1-this.props.currentLicense.edit.discount*(i-2)),r+=o,c+=l}"3"==this.props.currentLicense.id||this.props.direct||a?(4==this.props.currentLicense.id||this.props.currentLicense.id,this.setState({checkout:!0,total:r,coverageTotal:n,coverages:e})):this.setState({checkout:!1,total:r,coverageTotal:n,coverages:e})}},{key:"changeValue",value:function(e){var t=Math.ceil(this.state.coverageTotal),n=e.target.value;if(n>1){var s=t*this.props.currentLicense.edit.base;s*=n-1,n>2&&(s*=1-this.props.currentLicense.edit.discount*(n-2)),t+=s}4==this.props.currentLicense.id||this.props.currentLicense.id,this.setState({total:t,numEdits:n,currentValue:n})}},{key:"slideStop",value:function(){}},{key:"handleAddToCart",value:function(e){var t=this,n={};this.setState({isValidating:!0}),n[0]={trackId:this.props.track.id,licenseId:this.props.currentLicense.id,scaleId:this.props.scale.id,numEdits:this.state.numEdits,coverages:this.state.coverages,total:this.props.total};var s=!1;"checkout"==e.target.id?(s=!0,this.props.drip("License Modal","Clicked Checkout")):this.props.drip("License Modal","Clicked Add to Cart");var a="".concat(A.c.API,"checkout/basket/add-basket-track/").concat(n[0].trackId,"?license_id=").concat(n[0].licenseId,"&license_scale_id=").concat(n[0].scaleId,"&num_edits=").concat(n[0].numEdits);for(var i in n[0].coverages)a="".concat(a,"&license_coverage_option_ids[]=").concat(n[0].coverages[i].id);var r=sessionStorage.getItem("auth_token");return fetch(a,{method:"GET",headers:{"Content-Type":"application/json","X-Auth-Token":r,"X-GUID":sessionStorage.getItem("customer_guid")||null},credentials:"same-origin"}).then((function(e){var n=parseInt(sessionStorage.getItem("basket_count"));sessionStorage.setItem("basket_count",n+=1),$(".cart-total-number-text").text(sessionStorage.getItem("basket_count"));var a=Object.assign([],t.props.basketTrackIdsArray);return a.push(t.props.track.id),sessionStorage.setItem("basket_track_ids",JSON.stringify(a)),s?(t.props.onRemoveLicense(!0),t.props.router.push("/checkout/cart")):(t.setState({isValidating:!1}),t.props.onRemoveLicense(!0),e.json())})).catch((function(e){return log(e)}))}},{key:"handlePreviewLicense",value:function(e){var t={};t[0]={trackId:this.props.track.id,licenseId:this.props.currentLicense.id,scaleId:this.props.scale.id,numEdits:this.state.numEdits,coverages:this.state.coverages,total:this.props.total},this.props.drip("Downloaded Preview License");var n="".concat(A.c.API,"checkout/basket/preview-license-agreement/").concat(t[0].trackId,"?license_id=").concat(t[0].licenseId,"&license_scale_id=").concat(t[0].scaleId,"&num_edits=").concat(t[0].numEdits);for(var s in t[0].coverages)n="".concat(n,"&license_coverage_option_ids[]=").concat(t[0].coverages[s].id);return window.open(n)}},{key:"render",value:function(){var e=this,t=null,n=null,s=null;this.state.checkout&&(t=Object(O.jsx)("span",{onClick:this.handlePreviewLicense,id:"preview",className:"d-none d-md-block",children:"Preview License"}),n=Object(O.jsx)(f,{className:B()({disabled:this.state.isValidating||this.props.working}),onClick:this.handleAddToCart,id:"checkout",children:"Checkout"}),s=Object(O.jsx)(f,{className:B()("addToCartLink",{disabled:this.state.isValidating||this.props.working}),onClick:this.handleAddToCart,id:"cart",children:"Add to Cart"}));var a="No. Video Edits",i="Cover multiple edits of the same production.";"2"==this.props.currentLicense.id?(a="No. Episodes",i="Cover multiple episodes within a single series."):"3"==this.props.currentLicense.id?(a="No. Videos / Episodes",i="Cover multiple episodes within a single channel/series."):"4"==this.props.currentLicense.id?(a="No. Productions",i="Cover multiple productions."):"5"==this.props.currentLicense.id?a="No. Edits":"6"==this.props.currentLicense.id&&(a="No. Productions",i="Cover multiple productions.");var r="Select Coverage";return"3"!=this.props.currentLicense.id&&"4"!=this.props.currentLicense.id&&"6"!=this.props.currentLicense.id||(r="Coverage Add-Ons"),Object(O.jsxs)(d.Fragment,{children:[Object(O.jsxs)("div",{id:"step3",className:"license-select__modal open license__".concat(this.props.getColourTheming(this.props.currentLicense.id)," ").concat(this.state.checkout?"checkout-visible":""," align-content-start"),children:[Object(O.jsx)("div",{className:"license__col license__col--left order-2 order-md-1",children:Object(O.jsxs)("div",{id:"coverage-step",children:[Object(O.jsx)("div",{className:"license__back",children:Object(O.jsx)(f,{onClick:this.props.onPrevious,children:Object(O.jsx)("div",{className:"svg-container svg-xs",children:Object(O.jsx)(L,{})})})}),Object(O.jsx)("h3",{className:"license-select__title-large",children:r}),Object(O.jsx)("div",{children:this.props.currentLicense.coverages&&this.props.currentLicense.coverages.map((function(t,n){return Object(O.jsx)(W,{isChecked:e.state.coverageParents[t.name],onRadioSelect:e.handleCheckSelect,onCheckSelect:e.handleCheckSelect,title:t.name,description:t.description,currentLicense:e.props.currentLicense,track:e.props.track,options:t.options,subTotal:e.props.subTotal,currencyValue:e.props.currencyValue,currencySymbol:e.props.currencySymbol,currencyCode:e.props.currencyCode,currencyIsAmbiguous:e.props.currencyIsAmbiguous},n)}))}),Object(O.jsx)("div",{className:"license-select__col-inner license-select__col-inner--video",children:Object(O.jsxs)("div",{className:"row mx-0 grid--license",children:[Object(O.jsx)("div",{className:"grid__item license__grid-item col-md-3 license__vertical",children:Object(O.jsx)("span",{className:"license__label",children:a})}),Object(O.jsx)("div",{className:"grid__item col-md-9 license__vertical",children:Object(O.jsx)("div",{className:"license__col-item license__col-item--first license__col-item--left",children:Object(O.jsx)("span",{className:"license__type-desc license__type-desc--video",children:i})})}),Object(O.jsx)("div",{className:"license-slider",children:Object(O.jsx)("div",{className:"license-slider__wrapper",children:Object(O.jsx)(F.a,{value:this.state.currentValue,change:this.changeValue,slideStop:this.slideStop,step:1,max:10,min:1,ticks:[1,2,3,4,5,6,7,8,9,10],ticks_labels:[1,2,3,4,5,6,7,8,9,10],ticks_snap_bounds:10})})})]})})]})}),Object(O.jsx)(C,{onRemoveLicense:this.props.onRemoveLicense,getCurrencySpecificScaleText:this.props.getCurrencySpecificScaleText,track:this.props.track,currentLicense:this.props.currentLicense,scale:this.props.scale,previewLicenseLink:t,checkoutButton:n,cartButton:s,coverages:this.state.coverages,numEdits:this.state.numEdits,total:this.state.total,currencyValue:this.props.currencyValue,currencySymbol:this.props.currencySymbol,currencyCode:this.props.currencyCode,currencyIsAmbiguous:this.props.currencyIsAmbiguous})]}),Object(O.jsx)(D,{total:this.state.total,checkoutButton:n,cartButton:s,currencySymbol:this.props.currencySymbol,currencyCode:this.props.currencyCode,currencyIsAmbiguous:this.props.currencyIsAmbiguous})]})}}]),n}(u.a.Component),G=Object(v.d)(H),K=(u.a.Component,n(16)),z=function(e){Object(o.a)(n,e);var t=Object(l.a)(n);function n(e){var s;return Object(i.a)(this,n),(s=t.call(this,e)).state={suppressLicensePrompt:!1},s.handleChange=s.handleChange.bind(Object(c.a)(s)),s.handleLoginSwitch=s.handleLoginSwitch.bind(Object(c.a)(s)),s}return Object(r.a)(n,[{key:"handleChange",value:function(e){this.setState({suppressLicensePrompt:e.target.checked})}},{key:"handleLoginSwitch",value:function(e){e.preventDefault(),this.props.onRemoveLicense(),this.props.onAddModal("login"),$("body").addClass("modal-overlay-active")}},{key:"render",value:function(){var e=this;return"USD"!=sessionStorage.getItem("currency_code")&&"AUD"!=sessionStorage.getItem("currency_code")&&"CAD"!=sessionStorage.getItem("currency_code")||" ".concat(sessionStorage.getItem("currency_code")),Object(O.jsxs)("div",{id:"step1",className:"license-select__modal open align-content-start",children:[Object(O.jsxs)("div",{className:"license__col license__col--left licensing-option position-relative order-2 order-md-1 d-flex flex-column",children:[Object(O.jsx)("h3",{className:"license-select__title-large",children:"Select A Licensing Option"}),Object(O.jsxs)("section",{id:"type-step",className:"row",style:{flex:1},children:[Object(O.jsx)("div",{className:"col-12 col-md-6 d-flex",children:Object(O.jsx)("div",{className:"row license-select__subscription-panel-left",style:{flex:1},children:Object(O.jsxs)("div",{className:"col-12 pb-3 d-flex flex-column",children:[Object(O.jsxs)("div",{children:[Object(O.jsxs)("div",{className:"d-none d-md-block",children:[Object(O.jsx)("img",{src:"https://cdn.musicvine.com/images/subscription-infinite.svg"}),Object(O.jsx)("h4",{children:"Subscription"})]}),Object(O.jsx)("div",{className:"d-block d-md-none",children:Object(O.jsxs)("div",{className:"row justify-content-center",children:[Object(O.jsx)("div",{className:"col-3",children:Object(O.jsx)("img",{src:"https://cdn.musicvine.com/images/subscription-infinite.svg"})}),Object(O.jsx)("div",{className:"align-items-center d-flex",children:Object(O.jsx)("h4",{children:"Subscription"})})]})}),Object(O.jsxs)("p",{children:["Love our music? Enjoy ",Object(O.jsx)("strong",{style:{fontWeight:600},children:"unlimited"})," access to our acclaimed catalog with our Pro or Creator subscriptions. Our plans are straightforward and built to give you total peace of mind."]})]}),Object(O.jsxs)("div",{className:"mt-auto",children:[Object(O.jsx)(k.a,{to:"/pricing/subscription/pro",className:"btn-secondary",onClick:function(){e.props.onRemoveLicense(),e.props.drip("Clicked View Plans")},children:"View Plans"}),Object(O.jsx)("div",{className:"license-select__subscription-panel-footer d-flex align-content-center align-items-center",children:(!this.props.isLoggedIn||this.props.overrideLogin)&&Object(O.jsxs)("p",{children:["Already a subscriber? ",Object(O.jsx)(k.a,{onClick:function(t){e.handleLoginSwitch(t)},children:"Sign in"})]})})]})]})})}),Object(O.jsx)("div",{className:"col-12 col-md-6 d-flex mt-4 mt-md-0",children:Object(O.jsx)("div",{className:"row license-select__subscription-panel-right",style:{flex:1},children:Object(O.jsxs)("div",{className:"col-12 pb-3 d-flex flex-column",children:[Object(O.jsxs)("div",{children:[Object(O.jsxs)("div",{className:"d-none d-md-block",children:[Object(O.jsx)("img",{src:"https://cdn.musicvine.com/images/download-single-version.svg"}),Object(O.jsx)("h4",{children:"Pay-Per-Use"})]}),Object(O.jsx)("div",{className:"d-block d-md-none",children:Object(O.jsxs)("div",{className:"row justify-content-center",children:[Object(O.jsx)("div",{className:"col-3",children:Object(O.jsx)("img",{src:"https://cdn.musicvine.com/images/download-single-version.svg"})}),Object(O.jsx)("div",{className:"align-items-center d-flex",children:Object(O.jsx)("h4",{children:"Pay-Per-Use"})})]})}),Object(O.jsx)("p",{children:"Buy a license for this track only with our Pay-Per-Use licenses. Ideal if you have a less regular need for music. We offer an array of licenses to suit productions of all shapes and sizes."})]}),Object(O.jsxs)("div",{className:"mt-auto",children:[Object(O.jsx)("button",{className:"btn-secondary",onClick:function(){e.props.handleMethodSelect(e.state.suppressLicensePrompt)},children:"View Licenses"}),Object(O.jsx)("div",{className:"license-select__subscription-panel-footer d-flex align-content-center align-items-center",children:Object(O.jsxs)("label",{children:[Object(O.jsx)("input",{name:"dontAskAgain",type:"checkbox",checked:this.state.suppressLicensePrompt,onChange:this.handleChange}),"Don't ask me again"]})})]})]})})})]})]}),Object(O.jsx)(C,{onRemoveLicense:this.props.onRemoveLicense,getCurrencySpecificScaleText:this.props.getCurrencySpecificScaleText,track:this.props.track,licenses:this.props.licenses})]})}}]),n}(u.a.Component),Y=Object(h.b)((function(e){return{}}),(function(e){return{onAddModal:function(t){e(Object(K.a)(t))}}}))(z),q=(n(48),n(125),n(146)),J=function(e){Object(o.a)(n,e);var t=Object(l.a)(n);function n(){return Object(i.a)(this,n),t.apply(this,arguments)}return Object(r.a)(n,[{key:"render",value:function(){return Object(O.jsx)(E.a,{src:'\n\n\n\n\n\n\n\n'})}}]),n}(u.a.Component),X=J,Q=function(e){Object(o.a)(n,e);var t=Object(l.a)(n);function n(e){return Object(i.a)(this,n),t.call(this,e)}return Object(r.a)(n,[{key:"render",value:function(){return Object(O.jsxs)("div",{className:"col-12 text-center sub-warning",children:[Object(O.jsx)("h2",{children:"Heads up!"}),Object(O.jsxs)("p",{children:["You\u2019ve licensed a lot of tracks ","".concat(1===this.props.licenseStatusD?"today":"this month"),". If you need a preview version to use in your videos, please use the \u201cDownload Preview\u201d button."]}),Object(O.jsx)("p",{children:"As per the Terms and Conditions of your subscription, you may only license tracks for active projects."}),1===this.props.licenseStatusM&&1===this.props.licenseStatusD&&Object(O.jsxs)(d.Fragment,{children:[Object(O.jsx)("p",{children:"Additionally, you are nearing the monthly limit of licenses generated through our site."}),Object(O.jsx)("p",{children:"While you will still be able to license tracks once this limit is reached, you will have to do so by contacting Music Vine directly, which may cause minor delays to your production."})]}),Object(O.jsx)("hr",{})]})}}]),n}(u.a.Component),Z=function(e){Object(o.a)(n,e);var t=Object(l.a)(n);function n(e){return Object(i.a)(this,n),t.call(this,e)}return Object(r.a)(n,[{key:"render",value:function(){return Object(O.jsxs)(d.Fragment,{children:[Object(O.jsx)("p",{className:"modal-primary__sub-plan-name mb-4",children:"Limit Reached"}),Object(O.jsxs)("p",{children:["You've hit your ","".concat(2===this.props.licenseStatusM?"monthly":"daily")," automatic license limit."]}),Object(O.jsx)("p",{children:"While your subscription is unlimited, as per the Terms and Conditions of your subscription, you may only license tracks for active projects."}),Object(O.jsx)("p",{children:"Each license you create is used to ensure that we're fairly compensating our artists for each placement of their music, and misuse of this feature can result in our artists not being fairly compensated for their work."}),Object(O.jsxs)("p",{children:["If you require more tracks urgently, you can request additional licenses by ",Object(O.jsx)(k.a,{to:"/request-additional-licenses",onClick:this.props.onRemoveLicense,children:"getting in touch"}),"."]})]})}}]),n}(u.a.Component),ee=n(18),te=n(182),ne=function(e){Object(o.a)(n,e);var t=Object(l.a)(n);function n(e){var s;return Object(i.a)(this,n),(s=t.call(this,e)).state={tab:"customer",edits:1,licenseModalStep:1,licenseId:!1,error:!1,errorCode:!1,errorMessage:!1,downloadLink:!1,licenseStatusD:0,licenseStatusM:0,overdueId:!1,needsDownloadCode:null},s.licenseDelay=2500,s.onRequestSubscriptionLicense=s.onRequestSubscriptionLicense.bind(Object(c.a)(s)),s.licenseStepDebug=s.licenseStepDebug.bind(Object(c.a)(s)),s.downloadLicense=s.downloadLicense.bind(Object(c.a)(s)),s.downloadFiles=s.downloadFiles.bind(Object(c.a)(s)),s.handleChange=s.handleChange.bind(Object(c.a)(s)),s.handleAddModal=s.handleAddModal.bind(Object(c.a)(s)),s.hasWarning=s.hasWarning.bind(Object(c.a)(s)),s}return Object(r.a)(n,[{key:"componentDidMount",value:function(){this.props.drip("Started Subscription Licensing Process")}},{key:"handleAddModal",value:function(e){e.preventDefault(),this.props.onRemoveLicense(),this.props.onAddModal("login"),$("body").addClass("modal-overlay-active")}},{key:"onRequestSubscriptionLicense",value:function(){var e=this;this.setState({licenseModalStep:2,error:!1,errorCode:!1,errorMessage:!1}),this.props.requestSubscriptionLicense(this.props.track.id,this.state.edits,Object(K.m)()).then((function(t){console.log(t);var n=!1,s=!1,a="Sorry, something went wrong.";t.success&&2!==t.licenseStatusD&&2!==t.licenseStatusM?window.setTimeout(function(){this.props.drip("Licensed Track with Subscription"),Object(ee.b)("subscription",this.props.track.id,this.props.track.current_context.id),this.setState({licenseModalStep:3,licenseId:t.licenseId,downloadLink:t.download,licenseStatusD:t.licenseStatusD,licenseStatusM:t.licenseStatusM,needsDownloadCode:t.needsDownloadCode})}.bind(e),e.licenseDelay):2===t.licenseStatusD||2===t.licenseStatusM?e.setState({licenseModalStep:4,licenseStatusD:t.licenseStatusD,licenseStatusM:t.licenseStatusM}):(t.error&&("No user found"===t.error.message?a="You have been signed out - please sign in again to continue.":1===t.error.code?(n=t.error.code,a=t.error.message,s=t.error.paymentId):2===t.error.code&&(n=t.error.code,a="Access to your free account has expired. If this is a mistake please get in touch.")),e.setState({licenseModalStep:1,error:!0,errorCode:n,errorMessage:a,overdueId:s}))})).catch((function(e){return e}))}},{key:"handleChange",value:function(e){this.setState({edits:e.target.value})}},{key:"licenseStepDebug",value:function(e){this.setState({licenseModalStep:e})}},{key:"downloadFiles",value:function(){this.state.downloadLink&&(window.location=this.state.downloadLink)}},{key:"downloadLicense",value:function(){console.log(this.state.licenseId),this.state.licenseId&&window.open("".concat(A.a,"subscription/getlicense/").concat(this.state.licenseId))}},{key:"hasWarning",value:function(){return 1===this.state.licenseStatusD||1===this.state.licenseStatusM}},{key:"render",value:function(){return Object(O.jsxs)("div",{className:B()("modal-primary","license-step-".concat(this.state.licenseModalStep),{"has-warning":this.hasWarning()}),children:[Object(O.jsxs)("div",{className:"modal-primary__superheader",children:[Object(O.jsxs)("div",{className:"row",children:[Object(O.jsx)("div",{className:"col-3 modal-primary__superheader-artist-image",children:this.props.track.artist&&Object(O.jsx)("img",{src:this.props.track.artist.avatar_image.image_aws_url,alt:this.props.track.artist.name})}),Object(O.jsx)("div",{className:"col-8 license__details align-content-center align-items-center justify-content-start",children:Object(O.jsxs)("div",{className:"license-select__author",children:[Object(O.jsx)("h4",{className:"license-select__title-small",children:this.props.track.name}),this.props.track.artist&&Object(O.jsx)("span",{children:this.props.track.artist.name})]})})]}),Object(O.jsx)("div",{className:"svg-container svg-xxs modal-primary__close",onClick:this.props.onRemoveLicense,children:Object(O.jsx)(x.a,{})})]}),Object(O.jsxs)("div",{className:"modal-primary__header modal-primary__subscription-license p-0 clearfix",children:[Object(O.jsx)("div",{className:"modal-primary__subscription-license-step-1",children:Object(O.jsxs)("div",{className:"modal-primary__header-inner",children:[this.props.subscriptionData.isPaused&&Object(O.jsxs)(d.Fragment,{children:[Object(O.jsx)("p",{className:"modal-primary__sub-plan-name mb-4",children:"Your subscription has been paused."}),Object(O.jsxs)("p",{children:["To resume your subscription early, please ",Object(O.jsx)(k.a,{to:"/contact/general-inquiry",onClick:this.props.onRemoveLicense,children:"contact us"}),"."]}),Object(O.jsx)("p",{className:"m-0",children:"Alternatively, you can purchase a Pay-Per-Use license using the option below."})]}),!this.props.subscriptionData.isPaused&&Object(O.jsxs)(d.Fragment,{children:[Object(O.jsx)("p",{className:"modal-primary__title",children:"License via your plan"}),this.props.subscriptionData.name&&Object(O.jsx)("p",{className:"modal-primary__sub-plan-name",children:this.props.subscriptionData.name}),!this.props.subscriptionData.name&&2===this.props.subscriptionState&&Object(O.jsx)("p",{className:"modal-primary__sub-plan-name",children:sessionStorage.getItem("subscription_name")}),this.props.isLoggedIn&&!this.props.overrideLogin&&1!==this.state.errorCode&&Object(O.jsxs)(d.Fragment,{children:[Object(O.jsx)("a",{href:"".concat(A.a,"subscription/getSubscriptionLicensePreview/track/").concat(this.props.track.id,"/edits/").concat(this.state.edits),className:"preview-subscription-license",target:"_blank",children:"View preview license"}),Object(O.jsx)("p",{className:"modal-primary__content-edits",children:Object(O.jsxs)("label",{children:["Clear for",Object(O.jsxs)("select",{value:this.state.edits,onChange:this.handleChange,children:[Object(O.jsx)("option",{value:"1",children:"1"}),Object(O.jsx)("option",{value:"2",children:"2"}),Object(O.jsx)("option",{value:"3",children:"3"}),Object(O.jsx)("option",{value:"4",children:"4"}),Object(O.jsx)("option",{value:"5",children:"5"}),Object(O.jsx)("option",{value:"6",children:"6"}),Object(O.jsx)("option",{value:"7",children:"7"}),Object(O.jsx)("option",{value:"8",children:"8"}),Object(O.jsx)("option",{value:"9",children:"9"}),Object(O.jsx)("option",{value:"10",children:"10"})]})," content edit/version"]})}),this.state.error&&Object(O.jsx)("p",{className:"sub-license-error",children:this.state.errorMessage}),Object(O.jsx)("button",{className:"btn-secondary",disabled:1!==this.state.licenseModalStep,onClick:this.onRequestSubscriptionLicense,children:"License now"})]})]}),1===this.state.errorCode&&this.state.overdueId&&Object(O.jsxs)("div",{className:"sub-warning mt-4",children:[Object(O.jsx)("h2",{children:"Heads up!"}),Object(O.jsx)("p",{className:"sub-license-error",children:"We recently attempted to charge you for your subscription, but the payment failed."}),Object(O.jsx)("p",{className:"sub-license-error mb-4",children:"Until this issue is resolved you will be unable to license music using your subscription."}),Object(O.jsx)("a",{href:"/payments/".concat(this.state.overdueId),className:"btn-secondary",style:{color:"#fff",textDecoration:"none"},children:"Resolve Now"})]}),(!this.props.isLoggedIn||this.props.overrideLogin)&&Object(O.jsx)("button",{className:"btn-secondary mt-5",onClick:this.handleAddModal,children:"Sign in"})]})}),Object(O.jsx)("div",{className:"modal-primary__subscription-license-step-2",children:Object(O.jsxs)("div",{className:"modal-primary__header-preparing ".concat(1===this.props.subscriptionData.plan_type?"creator":"pro"),children:[Object(O.jsx)("p",{className:"modal-primary__title",children:"License via your plan"}),Object(O.jsx)("h3",{className:"mb-5",children:"Preparing license..."}),Object(O.jsxs)("div",{className:"sk-folding-cube",children:[Object(O.jsx)("div",{className:"sk-cube1 sk-cube"}),Object(O.jsx)("div",{className:"sk-cube2 sk-cube"}),Object(O.jsx)("div",{className:"sk-cube4 sk-cube"}),Object(O.jsx)("div",{className:"sk-cube3 sk-cube"})]})]})}),Object(O.jsx)("div",{className:"modal-primary__subscription-license-step-3",children:Object(O.jsxs)("div",{className:"modal-primary__header-complete",children:[Object(O.jsx)("div",{className:"sub-license-complete-tick"}),Object(O.jsx)("h3",{children:"Track Licensed"})]})}),Object(O.jsx)("div",{className:"modal-primary__subscription-license-step-4",children:Object(O.jsx)("div",{className:"modal-primary__header-inner",children:Object(O.jsx)(Z,{licenseStatusD:this.state.licenseStatusD,licenseStatusM:this.state.licenseStatusM,onRemoveLicense:this.props.onRemoveLicense})})})]}),Object(O.jsxs)("div",{className:"modal-primary__form modal-primary__content current modal-primary__disclaimer sub-license-footer p-0 ".concat(this.state.needsDownloadCode?"auto-clear-button":""),children:[1==this.state.licenseModalStep&&Object(O.jsxs)("div",{className:"inner-padding",children:[Object(O.jsxs)("div",{className:"row pb-2",children:[Object(O.jsx)("div",{className:"col-4",children:Object(O.jsx)("img",{src:"https://cdn.musicvine.com/images/download-single-version.svg"})}),Object(O.jsxs)("div",{className:"col-8 pr-0",children:[Object(O.jsx)("h5",{children:"Pay-Per-Use Licensing"}),Object(O.jsx)("p",{children:"Require additional clearance? Explore our Pay-Per-Use licenses."}),Object(O.jsx)(k.a,{onClick:this.props.goToPayPerUse,children:"Start Now"})]})]}),Object(O.jsxs)("div",{className:"row pt-2",children:[Object(O.jsx)("div",{className:"col-4",children:Object(O.jsx)("img",{src:"https://cdn.musicvine.com/images/request-custom.svg"})}),Object(O.jsxs)("div",{className:"col-8 pr-0",children:[Object(O.jsx)("h5",{children:"Request Custom License"}),Object(O.jsx)("p",{children:"We offer custom licenses for projects requiring something tailored to fit."}),Object(O.jsx)(k.a,{to:"/contact/custom-license",onClick:this.props.onRemoveLicense,children:"Start Now"})]})]})]}),3==this.state.licenseModalStep&&Object(O.jsx)("div",{className:"inner-padding",children:Object(O.jsxs)("div",{className:"row justify-content-around",children:[this.hasWarning()&&Object(O.jsx)(Q,{licenseStatusD:this.state.licenseStatusD,licenseStatusM:this.state.licenseStatusM}),this.state.needsDownloadCode&&Object(O.jsxs)(d.Fragment,{children:[Object(O.jsx)("div",{className:"col-12 mt-3 mb-3 d-grid",children:Object(O.jsx)(te.a,{track:this.props.track,getGeneratedLicenseCode:this.props.getGeneratedLicenseCode,isLicenseModal:!0,licenseId:this.state.licenseId,isSubscriptionLicense:!0,onRemoveModal:this.props.onRemoveLicense})}),Object(O.jsxs)("p",{className:"header-description mb-4",style:{fontSize:"11px",textAlign:"center"},children:[" For supported tracks, our AutoClear solution automatically releases copyright claims on YouTube. ",Object(O.jsx)("a",{href:"/introducing-autoclear",target:"_blank",style:{fontSize:"11px"},children:"Learn more"}),"."]})]}),Object(O.jsxs)("div",{className:"col-4",children:[Object(O.jsx)("button",{id:"music-dl",className:"sub-license-complete-btn",onClick:this.downloadFiles,children:Object(O.jsx)("div",{children:Object(O.jsx)(q.a,{})})}),Object(O.jsx)("label",{htmlFor:"music-dl",className:"sub-license-complete-label",children:"Download Music Files"})]}),Object(O.jsxs)("div",{className:"col-4",children:[Object(O.jsx)("button",{id:"pdf-dl",className:"sub-license-complete-btn",onClick:this.downloadLicense,children:Object(O.jsx)("div",{className:"p-3",children:Object(O.jsx)(X,{})})}),Object(O.jsx)("label",{htmlFor:"pdf-dl",className:"sub-license-complete-label",children:"Access License PDF"})]})]})})]})]})}}]),n}(u.a.Component),se=Object(h.b)((function(e){return{license:e.get("license")}}),(function(e){return{onAddModal:function(t){e(Object(K.a)(t))}}}))(ne),ae=function(e){Object(o.a)(n,e);var t=Object(l.a)(n);function n(e){var s;Object(i.a)(this,n);var a=!1,r=!1,o=!1,l=!1,d=!1,u=!1,h=!1,p=!1,m=!1,b=!1,j=1,v=0,g=1,f=!1,O=(s=t.call(this,e)).props.subscriptionData.isActive,y=s.props.subscriptionData.isFreeTrial,_=!1,k="true"===sessionStorage.getItem("is_subscriber");if(localStorage.getItem("quick_login")&&""!==localStorage.getItem("quick_login")&&"undefined"!==localStorage.getItem("quick_login")&&(f=!0),"1"!==Object(K.n)("has_suppressed_subscription")&&"1"!==sessionStorage.getItem("has_suppressed_subscription")||(_=!0),s.props.track){a=s.props.track;for(var x=0;x\n'})}}]),n}(o.a.Component);t.a=h},43:function(e,t,n){"use strict";var s=n(4),a=n(5),i=n(7),r=n(6),c=n(1),o=n.n(c),l=n(15),d=n.n(l),u=n(0),h=function(e){Object(i.a)(n,e);var t=Object(r.a)(n);function n(){return Object(s.a)(this,n),t.apply(this,arguments)}return Object(a.a)(n,[{key:"render",value:function(){return Object(u.jsx)(d.a,{src:'\n \n'})}}]),n}(o.a.Component);t.a=h},48:function(e,t,n){"use strict";var s=n(4),a=n(5),i=n(7),r=n(6),c=n(1),o=n.n(c),l=n(15),d=n.n(l),u=n(0),h=function(e){Object(i.a)(n,e);var t=Object(r.a)(n);function n(){return Object(s.a)(this,n),t.apply(this,arguments)}return Object(a.a)(n,[{key:"render",value:function(){return Object(u.jsx)(d.a,{src:''})}}]),n}(o.a.Component);t.a=h},49:function(e,t,n){"use strict";n.d(t,"c",(function(){return a})),n.d(t,"a",(function(){return i})),n.d(t,"b",(function(){return r}));var s=n(81);function a(e){return(e=e.replace(/[^a-z0-9\xe1\xe9\xed\xf3\xfa\xf1\xfc \.,_-]/gim,"")).trim()}function i(e){var t=Math.floor(e/60),n=e%60;return"".concat(t,":").concat("0".concat(n).slice(-2))}function r(e,t){return"string"===typeof e?(e=(e=(e=e.replace("s3.eu-west-2.amazonaws.com/","")).replace("cdn.musicvine.com","musicvine.imgix.net")).replace("cdn.uppbeat.io","uppbeat.imgix.net"),t&&""!==t&&(e=e.split("?")[0],"string"===typeof t?e+=t:"number"===typeof t&&(e+="?auto=format&w=".concat(t,"&h=").concat(t)))):e=s.a,e}},59:function(e,t,n){"use strict";var s=n(4),a=n(5),i=n(7),r=n(6),c=n(1),o=n.n(c),l=n(15),d=n.n(l),u=n(0),h=function(e){Object(i.a)(n,e);var t=Object(r.a)(n);function n(){return Object(s.a)(this,n),t.apply(this,arguments)}return Object(a.a)(n,[{key:"render",value:function(){return Object(u.jsx)(d.a,{src:''})}}]),n}(o.a.Component);t.a=h},614:function(e,t,n){},629:function(e,t){},709:function(e,t){},715:function(e,t){},73:function(e,t,n){"use strict";n.d(t,"t",(function(){return s})),n.d(t,"v",(function(){return a})),n.d(t,"k",(function(){return i})),n.d(t,"q",(function(){return r})),n.d(t,"s",(function(){return c})),n.d(t,"r",(function(){return o})),n.d(t,"p",(function(){return l})),n.d(t,"a",(function(){return d})),n.d(t,"d",(function(){return u})),n.d(t,"i",(function(){return h})),n.d(t,"o",(function(){return p})),n.d(t,"u",(function(){return m})),n.d(t,"g",(function(){return b})),n.d(t,"b",(function(){return j})),n.d(t,"l",(function(){return v})),n.d(t,"m",(function(){return g})),n.d(t,"c",(function(){return f})),n.d(t,"f",(function(){return O})),n.d(t,"e",(function(){return y})),n.d(t,"j",(function(){return _})),n.d(t,"h",(function(){return k})),n.d(t,"n",(function(){return x})),n.d(t,"w",(function(){return S})),n.d(t,"x",(function(){return w})),n.d(t,"y",(function(){return C})),n.d(t,"z",(function(){return T})),n.d(t,"A",(function(){return A}));var s=function(){return function(e){e({type:"PLAYER_ACTIVE"})}},a=function(){return function(e){e({type:"PLAYER_IN_ACTIVE"})}},i=function(e){return function(t){t({type:"CHANGE_MODE",mode:e})}},r=function(e){return function(t){t({type:"TOGGLE_PLAY",playing:e})}},c=function(){return function(e){e({type:"PLAY_ACTIVE_TRACK",playing:!0})}},o=function(){return function(e){e({type:"PAUSED_ACTIVE_TRACK",playing:!1})}},l=function(e,t){return function(n){n({type:"ON_CHANGE_TRACK",track:e,direction:t})}},d=function(e){return function(t){t({type:"ADD_ACTIVE_TRACK",track:e})}},u=function(e){return function(t){t({type:"ADD_PRIMARY_TRACK",track:e})}},h=function(e){return function(t){t({type:"ADD_VERSION_PRIMARY_TRACK",version:e})}},p=function(e){return function(t){t({type:"IS_AUDIO_READY",isReady:e})}},m=function(e){return function(t){t({type:"PLAYER_ACTIVE_TRACK",track:e})}},b=function(e,t){return function(n){n({type:"ADD_TRACK_WAVE",tracks:e,page:t})}},j=function(e){return function(t){t({type:"ADD_COLLECTION_TRACK_WAVE",tracks:e})}},v=function(e){return function(t){t({type:"FLUSH_CURRENT_TRACK_WAVE",page:e})}},g=function(){return function(e){e({type:"FLUSH_NEW_TRACK_WAVE"})}},f=function(e){return function(t){t({type:"ADD_PAGE_TRACK_WAVE",tracks:e})}},O=function(e){return function(t){t({type:"ADD_TRACK_PAGE_WAVE",track:e})}},y=function(e){return function(t){t({type:"ADD_TRACK_PAGE_VERSION_WAVE",track:e})}},_=function(e){return function(t){t({type:"ADD_VERSION_TRACK_WAVE",version:e})}},k=function(e){return function(t){t({type:"ADD_VERSION_NEW_TRACK_WAVE",version:e})}},x=function(){return function(e){e({type:"FLUSH_TRACK_WAVE"})}},S=function(e){return function(t){t({type:"SET_PLAYER_POSITION",position:e})}},w=function(e){return function(t){t({type:"SET_NEW_TRACK_POSTION",track:e})}},C=function(e){return function(t){t({type:"SET_PLAYER_VOLUME",volume:e})}},T=function(){return function(e){e({type:"TOGGLE_MUTE"})}},A=function(e,t){return function(n){n({type:"TOGGLE_VERSION",trackId:e,isVisible:t})}}},778:function(e,t,n){"use strict";n.r(t);n(390);var s=n(1),a=n.n(s),i=n(37),r=n.n(i),c=n(341),o=n.n(c),l=n(29),d=n(344),u=n.n(d),h=n(24),p=n(127),m=(n(612),n(613),n(614),n(252)),b=n.n(m),j=n(44),v=n(3),g=n(75),f=n.n(g),O=n(112),y=n(4),_=n(5),k=n(8),x=n(7),S=n(6),w=n(19),C=n.n(w),T=n(25),A=n.n(T),I=n(2),N=n.n(I),E=n(12),P=n.n(E),L=(n(13),n(10));var R=n(15),D=n.n(R),M=n(0),F=function(e){Object(x.a)(n,e);var t=Object(S.a)(n);function n(){return Object(y.a)(this,n),t.apply(this,arguments)}return Object(_.a)(n,[{key:"render",value:function(){return Object(M.jsx)(D.a,{src:'\n \n \n \n \n \n \n \n'})}}]),n}(a.a.Component),V=F,W=n(48),U=function(e){Object(x.a)(n,e);var t=Object(S.a)(n);function n(){return Object(y.a)(this,n),t.apply(this,arguments)}return Object(_.a)(n,[{key:"render",value:function(){return Object(M.jsx)(D.a,{src:'\n \n \n \n '})}}]),n}(a.a.Component),B=U,H=function(e){Object(x.a)(n,e);var t=Object(S.a)(n);function n(){return Object(y.a)(this,n),t.apply(this,arguments)}return Object(_.a)(n,[{key:"render",value:function(){return Object(M.jsx)(D.a,{src:'\n \n \n \n \n \n'})}}]),n}(a.a.Component),G=H,K=function(e){Object(x.a)(n,e);var t=Object(S.a)(n);function n(){return Object(y.a)(this,n),t.apply(this,arguments)}return Object(_.a)(n,[{key:"render",value:function(){return Object(M.jsx)(D.a,{src:''})}}]),n}(a.a.Component),z=K,Y=n(142);var q,J,X=n(45),Q=Object(j.c)(h.a)(q||(q=Object(X.a)(["\n"]))),Z=n(14),ee=function(e){Object(x.a)(n,e);var t=Object(S.a)(n);function n(){return Object(y.a)(this,n),t.apply(this,arguments)}return Object(_.a)(n,[{key:"render",value:function(){return Object(M.jsx)(D.a,{src:'\n \n'})}}]),n}(a.a.Component),te=ee,ne=Object(j.c)(h.a)(J||(J=Object(X.a)(["\n"]))),se=function(e){Object(x.a)(n,e);var t=Object(S.a)(n);function n(){return Object(y.a)(this,n),t.apply(this,arguments)}return Object(_.a)(n,[{key:"render",value:function(){var e=Object(M.jsx)(te,{});return""!=this.props.image&&(e=this.props.svg?Object(M.jsx)("i",{dangerouslySetInnerHTML:{__html:this.props.svg}}):Object(M.jsx)("img",{className:"main-search__thumb",src:this.props.image})),Object(M.jsx)("li",{children:Object(M.jsx)(ne,{to:"/".concat(this.props.url),onClick:this.props.onResultClick,children:Object(M.jsxs)("div",{className:"search-grid",children:[Object(M.jsxs)("div",{className:"search-grid-item-left",children:[Object(M.jsx)("span",{className:"search__image--hover",children:Object(M.jsx)(te,{})}),Object(M.jsx)("span",{className:"search__image",style:{padding:""!=this.props.image?0:"8px"},children:e})]}),Object(M.jsxs)("div",{className:"search-grid-item-right",children:[this.props.name,this.props.secondElem&&Object(M.jsx)("span",{className:"main-search__sub",children:this.props.secondElem})]})]})})})}}]),n}(a.a.Component),ae=function(e){Object(x.a)(n,e);var t=Object(S.a)(n);function n(e){var s;return Object(y.a)(this,n),(s=t.call(this,e)).checkArtist=s.checkArtist.bind(Object(k.a)(s)),s}return Object(_.a)(n,[{key:"checkArtist",value:function(e){return!!e.artist&&e.artist.name}},{key:"render",value:function(){var e,t=this;e=1===parseInt(this.props.type,10)?"Styles":2===parseInt(this.props.type,10)?"Artists":3===parseInt(this.props.type,10)?"Tracks":"Collections";var n=Array.isArray(this.props.suggested)?this.props.suggested:Object.values(this.props.suggested),s=[];return n.forEach((function(n,a){var i="";switch(e){case"Styles":console.log(n),n.parent?s.push(Object(M.jsx)(se,{onResultClick:function(){return t.props.onResultClick("style",n.id)},url:"browse/style/".concat(n.slug),name:n.name,secondElem:" - ".concat(n.parent.name),image:n.parent.tile_image,svg:n.parent.tile_svg},a)):s.push(Object(M.jsx)(se,{onResultClick:function(){return t.props.onResultClick("style",n.id)},url:"browse/style/".concat(n.slug),name:n.name,secondElem:!1,image:n.tile_image,svg:n.tile_svg},a));break;case"Artists":n.avatar_image&&(i=n.avatar_image.image_aws_url),s.push(Object(M.jsx)(se,{onResultClick:function(){return t.props.onResultClick("artist",n.id)},url:"browse/artist/".concat(n.slug),name:n.name,secondElem:"",image:i},a));break;case"Tracks":n.artist.avatar_image&&(i=n.artist.avatar_image.image_aws_url),s.push(Object(M.jsx)(se,{onResultClick:function(){return t.props.onResultClick("track",n.id)},url:"track/".concat(n.artist.slug,"/").concat(n.slug),name:n.name,secondElem:" - ".concat(n.artist.name),image:i},a));break;case"Collections":n.thumbnail_image&&(i=n.thumbnail_image.image_aws_url),s.push(Object(M.jsx)(se,{onResultClick:function(){return t.props.onResultClick("collection",n.id)},url:"browse/collection/".concat(n.slug),name:n.name,secondElem:"",image:i},a))}})),Object(M.jsxs)("section",{children:[Object(M.jsx)("span",{className:"main-search__title main-search__title--secondary suggested-item-sub",children:e}),s]})}}]),n}(a.a.Component),ie=function(e){Object(x.a)(n,e);var t=Object(S.a)(n);function n(){return Object(y.a)(this,n),t.apply(this,arguments)}return Object(_.a)(n,[{key:"render",value:function(){var e=this;return Object(M.jsx)(s.Fragment,{children:this.props.suggested&&Object.keys(this.props.suggested).map((function(t){return Object(M.jsx)(ae,{onResultClick:e.props.onResultClick,type:t,suggested:e.props.suggested[t]},t)}))})}}]),n}(s.Component),re=n(143),ce=function(e){Object(x.a)(n,e);var t=Object(S.a)(n);function n(e){var s;return Object(y.a)(this,n),(s=t.call(this,e)).state={trending:[]},Object(re.d)().then((function(e){var t;t=e.error?[e.error]:"object"!==typeof e?[]:e,s.setState({trending:t})})).catch((function(e){return e})),s}return Object(_.a)(n,[{key:"render",value:function(){var e=this.props.onResultClick,t=this.state.trending,n=Object(M.jsxs)("div",{className:"circle-loader search-loader",children:[Object(M.jsx)("div",{className:"bounce1"}),Object(M.jsx)("div",{className:"bounce2"}),Object(M.jsx)("div",{className:"bounce3"})]});return t.length>0&&(n=t.map((function(t,n){return void 0!==t.track?Object(M.jsx)(le,{track:t.track,onResultClick:e},n):void 0!==t.artist?Object(M.jsx)(ue,{artist:t.artist,onResultClick:e},n):void 0!==t.style?Object(M.jsx)(oe,{style:t.style,onResultClick:e},n):void 0!==t.collection?Object(M.jsx)(de,{collection:t.collection,onResultClick:e},n):t.code?Object(M.jsx)("div",{style:{lineHeight:"50px",fontStyle:"italic",color:"#999",fontSize:"12px"},children:"Sorry, trending searches aren't available right now. Please try again later."},n):void 0}))),Object(M.jsx)("div",{className:"search-trending-bar",children:n})}}]),n}(s.Component),oe=function(e){var t,n=e.onResultClick,s=e.style,a=void 0!==s.parent&&" - ".concat(s.parent.name),i=""!=s.tile_image?s.tile_image:s.parent&&s.parent.tile_image,r=!1;if(s.tile_svg&&""!==s.tile_svg)r=s.tile_svg;else if(null===s||void 0===s||null===(t=s.parent)||void 0===t?void 0:t.tile_svg){var c;r=null===s||void 0===s||null===(c=s.parent)||void 0===c?void 0:c.tile_svg}return Object(M.jsx)(se,{url:"browse/style/".concat(s.slug?s.slug:s.id),name:s.name,secondElem:a,image:i,svg:r,onResultClick:function(){return n("style",s.id)}})},le=function(e){var t=e.onResultClick,n=e.track,s=n.artist.avatar_image?n.artist.avatar_image.image_aws_url:"",a=" - ".concat(n.artist.name);return Object(M.jsx)(se,{url:"track/".concat(n.artist.slug,"/").concat(n.slug),name:n.name,secondElem:a,image:s,onResultClick:function(){return t("track",n.id)}})},de=function(e){var t=e.onResultClick,n=e.collection,s=n.thumbnail_image?n.thumbnail_image.image_aws_url:"";return Object(M.jsx)(se,{onResultClick:function(){return t("collection",n.id)},url:"browse/collection/".concat(n.slug?n.slug:n.id),name:n.name,secondElem:" (Collection)",image:s})},ue=function(e){var t=e.onResultClick,n=e.artist,s=n.avatar_image?n.avatar_image.image_aws_url:"";return Object(M.jsx)(se,{onResultClick:function(){return t("artist",n.id)},url:"browse/artist/".concat(n.slug?n.slug:n.id),name:n.name,secondElem:" (Artist)",image:s})},he=ce,pe=(n(257),n(353),function(e){Object(x.a)(n,e);var t=Object(S.a)(n);function n(e){var s;return Object(y.a)(this,n),(s=t.call(this,e)).state={},s}return Object(_.a)(n,[{key:"render",value:function(){return Object(M.jsxs)("div",{id:"cookie-notice",className:C()("cookie-notice",{"player-active":this.props.playerActive}),children:[Object(M.jsx)("p",{children:"We use cookies to deliver our service. By using our website, you agree to our use of cookies."}),Object(M.jsx)("button",{className:"btn-primary btn-fixed-lg",onClick:this.props.onCookieNoticeClick,children:"OK"}),Object(M.jsx)("a",{href:"/privacy-and-cookie-policy",children:"Learn More"})]})}}]),n}(a.a.Component));pe.defaultProps={playerActive:!1};var me=function(e){Object(x.a)(n,e);var t=Object(S.a)(n);function n(e){var s;return Object(y.a)(this,n),(s=t.call(this,e)).state={},s.refreshPage=s.refreshPage.bind(Object(k.a)(s)),s}return Object(_.a)(n,[{key:"refreshPage",value:function(){try{dataLayer.push({event:"reload_clicked"})}catch(e){}window.setTimeout((function(){location.reload(!0)}),100)}},{key:"render",value:function(){return Object(M.jsxs)("div",{id:"version-notice",className:C()("version-notice",{"player-active":this.props.playerActive}),children:[Object(M.jsx)("p",{children:"A new version of Music Vine is available. Please refresh."}),Object(M.jsx)("button",{className:"btn-primary btn-fixed-lg",onClick:this.refreshPage,children:"Refresh"})]})}}]),n}(a.a.Component);me.defaultProps={playerActive:!1};var be=me,je=n(354),ve=n.n(je),ge=n(254),fe=n(18),Oe=n(145),ye=n(256),_e=n(253),ke=n(33),xe=n(141),Se=n(35),we=n(188);var Ce,Te=n(59),Ae=n(16),Ie=n(148),Ne=Object(j.c)(Z.a)(Ce||(Ce=Object(X.a)(["\n padding: 2em 0;\n"]))),Ee=function(e){Object(x.a)(n,e);var t=Object(S.a)(n);function n(e){var s;return Object(y.a)(this,n),(s=t.call(this,e)).state={showBranch:!1,stickyBranch:"1"===sessionStorage.getItem("stickyBranch"),avoidCdn:"1"===localStorage.getItem("avoid_cdn"),dropdownOffset:0},s.getEditLink=s.getEditLink.bind(Object(k.a)(s)),s.onMouseIn=s.onMouseIn.bind(Object(k.a)(s)),s.onMouseOut=s.onMouseOut.bind(Object(k.a)(s)),s.toggleStickyBranch=s.toggleStickyBranch.bind(Object(k.a)(s)),s.getDropdownOffset=s.getDropdownOffset.bind(Object(k.a)(s)),s.toggleCdn=s.toggleCdn.bind(Object(k.a)(s)),s}return Object(_.a)(n,[{key:"componentWillMount",value:function(){$("body").addClass("has-admin-bar")}},{key:"componentWillUnmount",value:function(){$("body").removeClass()}},{key:"toggleStickyBranch",value:function(){this.state.stickyBranch?sessionStorage.setItem("stickyBranch","0"):sessionStorage.setItem("stickyBranch","1"),this.setState({stickyBranch:!this.state.stickyBranch})}},{key:"toggleCdn",value:function(){this.state.avoidCdn?localStorage.setItem("avoid_cdn","0"):localStorage.setItem("avoid_cdn","1"),this.setState({avoidCdn:!this.state.avoidCdn})}},{key:"resetNotifications",value:function(){localStorage.removeItem("header_alert_dismissed"),sessionStorage.removeItem("dismissed_cookie_notice"),sessionStorage.removeItem("has_suppressed_subscription"),Object(Ae.z)("dismissed_cookie_notice","1",1/60/60/1e3),window.setTimeout((function(){location.reload()}),100)}},{key:"getDropdownOffset",value:function(){var e=document.getElementById("branch-hover"),t=this.state.dropdownOffset;return e&&(t=Math.round(e.offsetWidth/2)),t}},{key:"onMouseIn",value:function(){var e=this.getDropdownOffset();this.setState({showBranch:!0,dropdownOffset:e})}},{key:"onMouseOut",value:function(){this.setState({showBranch:!1})}},{key:"getEditLink",value:function(){var e="#";if(this.props.adminBar.editData)switch(this.props.adminBar.editData.type){case"track":e="".concat(this.props.adminBar.adminData.musicRoot).concat(this.props.adminBar.editData.id);break;case"collection":e="".concat(this.props.adminBar.adminData.collectionRoot).concat(this.props.adminBar.editData.id);break;case"artist":e="".concat(this.props.adminBar.adminData.artistRoot).concat(this.props.adminBar.editData.id,"/edit");break;case"page":e="".concat(this.props.adminBar.adminData.pageRoot).concat(this.props.adminBar.editData.id,"/edit")}return e}},{key:"render",value:function(){return Object(M.jsxs)("div",{className:"row admin-bar mx-0 d-none d-lg-flex",children:[Object(M.jsx)("div",{className:"col-5 pl-0",children:Object(M.jsxs)("ul",{className:"list-bare admin-bar_links",children:[Object(M.jsx)("li",{children:Object(M.jsx)("img",{src:"https://cdn.musicvine.com/images/admin-logo.png",width:"60",height:"20"})}),this.props.adminBar.adminData&&this.props.adminBar.adminData.adminUrls&&this.props.adminBar.adminData.adminUrls.map((function(e,t){return Object(M.jsx)("li",{children:Object(M.jsx)("a",{href:e[1],children:e[0]})},t)})),this.props.adminBar.editData&&Object(M.jsxs)(s.Fragment,{children:[Object(M.jsx)("li",{children:"||"}),Object(M.jsx)("li",{children:Object(M.jsxs)("a",{href:this.getEditLink(),children:["Edit",this.props.adminBar.editData&&this.props.adminBar.editData.name&&Object(M.jsxs)("span",{children:[' "',this.props.adminBar.editData.name,'"']})]})})]})]})}),Object(M.jsx)("div",{className:"col-2 px-0 d-flex justify-content-end",children:L.c.DEPLOY_BRANCH&&Object(M.jsxs)("div",{className:"branch-outer text-center",onClick:this.toggleStickyBranch,onMouseEnter:this.onMouseIn,onMouseLeave:this.onMouseOut,children:[Object(M.jsx)("svg",{version:"1.1",xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16",children:Object(M.jsx)("path",{fill:"".concat(this.state.stickyBranch?"#83de82":"#ffffff"),d:"M15.25 12h-0.25v-3.25c0-0.965-0.785-1.75-1.75-1.75h-4.25v-2h0.25c0.412 0 0.75-0.338 0.75-0.75v-2.5c0-0.413-0.338-0.75-0.75-0.75h-2.5c-0.412 0-0.75 0.337-0.75 0.75v2.5c0 0.412 0.338 0.75 0.75 0.75h0.25v2h-4.25c-0.965 0-1.75 0.785-1.75 1.75v3.25h-0.25c-0.412 0-0.75 0.338-0.75 0.75v2.5c0 0.412 0.338 0.75 0.75 0.75h2.5c0.413 0 0.75-0.338 0.75-0.75v-2.5c0-0.412-0.337-0.75-0.75-0.75h-0.25v-3h4v3h-0.25c-0.412 0-0.75 0.338-0.75 0.75v2.5c0 0.412 0.338 0.75 0.75 0.75h2.5c0.412 0 0.75-0.338 0.75-0.75v-2.5c0-0.412-0.338-0.75-0.75-0.75h-0.25v-3h4v3h-0.25c-0.412 0-0.75 0.338-0.75 0.75v2.5c0 0.412 0.338 0.75 0.75 0.75h2.5c0.412 0 0.75-0.338 0.75-0.75v-2.5c0-0.412-0.338-0.75-0.75-0.75zM3 15h-2v-2h2v2zM9 15h-2v-2h2v2zM7 4v-2h2v2h-2zM15 15h-2v-2h2v2z"})}),Object(M.jsxs)("div",{id:"branch-hover",className:"branch-hover",style:{transform:"".concat(0===this.state.dropdownOffset?"translateX(-50%)":"none"),marginLeft:"-".concat(this.state.dropdownOffset,"px"),opacity:"".concat(this.state.showBranch||this.state.stickyBranch?"1":"0")},children:["FE Branch: ",L.c.DEPLOY_BRANCH_FE,Object(M.jsx)("br",{}),"BE Branch: ",L.c.DEPLOY_BRANCH_BE]})]})}),Object(M.jsxs)("div",{className:"col-5 pr-0 d-flex justify-content-end",children:[Object(M.jsx)("span",{onClick:this.resetNotifications,style:{cursor:"pointer"},children:"Reset Notifications"}),Object(M.jsx)("span",{className:"px-3",children:"|"}),Object(M.jsx)("span",{children:"Skip CDN:"})," ",Object(M.jsx)("span",{onClick:this.toggleCdn,className:"admin-bar_relevancy-toggle ".concat(this.state.avoidCdn?"on":"")}),Object(M.jsx)("span",{className:"px-3",children:"|"}),Object(M.jsx)("span",{children:"Show relevancy:"})," ",Object(M.jsx)("span",{onClick:this.props.toggleRelevancy,className:"admin-bar_relevancy-toggle ".concat(this.props.adminBar.showRelevancy?"on":"")})]})]})}}]),n}(a.a.Component),Pe=Object(l.b)((function(e){return{userAuth:e.get("userAuth"),adminBar:e.get("adminBar")}}),(function(e){return{toggleRelevancy:function(){e(Object(Ie.d)())}}}))(Ee),Le=n(40),Re=n(125),De=function(e){Object(x.a)(n,e);var t=Object(S.a)(n);function n(e){var s;return Object(y.a)(this,n),(s=t.call(this,e)).state={tab:"customer"},s.onTabChange=s.onTabChange.bind(Object(k.a)(s)),s}return Object(_.a)(n,[{key:"onTabChange",value:function(e){this.setState({tab:e.target.id})}},{key:"render",value:function(){return Object(M.jsxs)("div",{className:"modal-primary",children:[Object(M.jsx)("div",{className:"svg-container svg-xxs gray modal-primary__close",onClick:this.props.onRemoveModal,children:Object(M.jsx)(Le.a,{})}),Object(M.jsxs)("div",{className:"modal-primary__header",children:[Object(M.jsx)("div",{className:"svg-container svg-md",children:Object(M.jsx)(W.a,{})}),Object(M.jsx)("p",{className:"modal-primary__title",children:"Join Music Vine"})]}),Object(M.jsx)("div",{className:"modal-primary__tabs",children:Object(M.jsxs)("div",{className:"d-flex",children:[Object(M.jsx)("a",{className:"col-md-6 modal-primary__tabs-item text-center "+("customer"==this.state.tab?"current":""),id:"customer",onClick:this.onTabChange,children:"Customer"}),Object(M.jsx)("a",{className:"col-md-6 modal-primary__tabs-item text-center "+("artist"==this.state.tab?"current":""),id:"artist",onClick:this.onTabChange,children:"Artist"})]})}),"customer"==this.state.tab&&Object(M.jsx)("div",{className:"modal-primary__form modal-primary__content current",children:Object(M.jsx)(Re.a,{makeRegisterAttempt:this.props.makeRegisterAttempt})})]})}}]),n}(a.a.Component),Me=n(49),Fe=function(e){Object(x.a)(n,e);var t=Object(S.a)(n);function n(e){var s;return Object(y.a)(this,n),(s=t.call(this,e)).state={tab:"customer"},s.downloadVersionPreview=s.downloadVersionPreview.bind(Object(k.a)(s)),s.downloadAllPreviews=s.downloadAllPreviews.bind(Object(k.a)(s)),s}return Object(_.a)(n,[{key:"downloadVersionPreview",value:function(){var e=this.props.modalIntent.primaryTrack,t=this.props.modalIntent.version;null!==t?window.location=t.download_preview_mp3:e.track_url.download_preview_mp3&&(window.location=e.track_url.download_preview_mp3),this.props.onRemoveModal()}},{key:"downloadAllPreviews",value:function(){var e=this.props.modalIntent.primaryTrack;window.location=e.full_preview_zip,this.props.onRemoveModal()}},{key:"render",value:function(){var e=Object(M.jsxs)("span",{children:["Download ",this.props.modalIntent.primaryTrack.track_version.length>1?"this version only ":"",Object(M.jsx)("span",{className:"modal-download_sub",children:"(".concat(this.props.modalIntent.version?this.props.modalIntent.version.version_description:"Main Version",")")})]}),t=Object(M.jsx)("div",{onClick:this.downloadVersionPreview,className:"modal-download_btn",children:Object(M.jsx)("img",{src:"https://cdn.musicvine.com/images/download-single-version.svg"})});return Object(M.jsxs)("div",{className:"modal-primary modal-download-preview",children:[Object(M.jsxs)("div",{className:"modal-primary__superheader",children:[Object(M.jsxs)("div",{className:"row",children:[Object(M.jsx)("div",{className:"col-3 modal-primary__superheader-artist-image",children:this.props.modalIntent.primaryTrack.artist&&Object(M.jsx)("img",{src:Object(Me.b)(this.props.modalIntent.primaryTrack.artist.avatar_image.image_aws_url,144),alt:this.props.modalIntent.primaryTrack.artist.name})}),Object(M.jsx)("div",{className:"col-8 license__details align-content-center align-items-center justify-content-start",children:Object(M.jsxs)("div",{className:"license-select__author",children:[Object(M.jsx)("h4",{className:"license-select__title-small",children:this.props.modalIntent.primaryTrack.name}),this.props.modalIntent.primaryTrack.artist&&Object(M.jsx)("span",{children:this.props.modalIntent.primaryTrack.artist.name})]})})]}),Object(M.jsx)("div",{className:"svg-container svg-xxs modal-primary__close",onClick:this.props.onRemoveModal,children:Object(M.jsx)(Te.a,{})})]}),Object(M.jsxs)("div",{className:"modal-primary__header clearfix",children:[Object(M.jsx)("p",{className:"modal-primary__title",children:"Download a preview"}),Object(M.jsxs)("div",{className:"button-row",children:[t,this.props.modalIntent.primaryTrack.full_preview_zip&&this.props.modalIntent.primaryTrack.track_version.length>1&&Object(M.jsx)("div",{onClick:this.downloadAllPreviews,className:"modal-download_btn",children:Object(M.jsx)("img",{src:"https://cdn.musicvine.com/images/download-all-versions.svg"})})]}),Object(M.jsxs)("div",{className:"button-row",children:[Object(M.jsx)("div",{className:"modal-download_text",onClick:this.downloadVersionPreview,children:e}),this.props.modalIntent.primaryTrack.full_preview_zip&&this.props.modalIntent.primaryTrack.track_version.length>1&&Object(M.jsxs)("div",{className:"modal-download_text",onClick:this.downloadAllPreviews,children:["Download all ",this.props.modalIntent.primaryTrack.track_version.length," versions"]})]})]}),Object(M.jsxs)("div",{className:"modal-primary__form modal-primary__content current modal-primary__disclaimer",children:[Object(M.jsx)("p",{children:"The watermarked previews may be used to trial this track in your production and to seek approval from project stakeholders."}),Object(M.jsxs)("p",{children:["When you buy a license, unwatermarked mp3 and wav files will be made available for download from your ",Object(M.jsx)(Ne,{to:"/customer/license-history",children:"license history"})," page."]})]})]})}}]),n}(a.a.Component),Ve=n(313),$e=n(43),We=n(314),Ue=function(e){Object(x.a)(n,e);var t=Object(S.a)(n);function n(e){return Object(y.a)(this,n),t.call(this,e)}return Object(_.a)(n,[{key:"render",value:function(){return Object(M.jsxs)("div",{id:"login-success",className:"modal-primary",children:[Object(M.jsx)("span",{children:Object(M.jsx)("div",{className:"svg-container svg-xxs gray modal-primary__close",onClick:this.props.reloadPage,children:Object(M.jsx)(Le.a,{})})}),Object(M.jsx)(We.a,{modalIntent:this.props.modalIntent,showHeader:!0,reloadPage:this.props.reloadPage,onSubmitSupplementalUserData:this.props.onSubmitSupplementalUserData})]})}}]),n}(a.a.Component),Be=function(e){Object(x.a)(n,e);var t=Object(S.a)(n);function n(){return Object(y.a)(this,n),t.apply(this,arguments)}return Object(_.a)(n,[{key:"render",value:function(){return Object(M.jsxs)("div",{id:"modal-recovery",className:"modal-primary modal-primary--recovery",children:[Object(M.jsx)("span",{children:Object(M.jsx)("div",{className:"svg-container svg-xxs gray modal-primary__close",onClick:this.props.onRemoveModal,children:Object(M.jsx)(Le.a,{})})}),Object(M.jsxs)("div",{className:"modal-primary__header",children:[Object(M.jsx)("div",{className:"svg-container svg-md",children:Object(M.jsx)(W.a,{})}),Object(M.jsx)("p",{className:"modal-primary__title",children:"Reset Your Password"}),Object(M.jsx)("p",{className:"modal-primary__caption",children:"Lost your password? Please enter your e-mail address below. You will then receive a link to create a new password via e-mail."})]}),Object(M.jsxs)("div",{className:"modal-primary__form",children:[Object(M.jsx)("div",{className:"alert-general-error spacer js-error-message",style:{display:"none"},children:Object(M.jsx)("span",{children:"."})}),Object(M.jsx)("div",{className:"alert-general-success spacer js-success-message",style:{display:"none"},children:Object(M.jsx)("span",{children:"."})}),Object(M.jsx)("form",{className:"js-password-form",children:Object(M.jsx)("input",{className:"modal-primary__input",name:"email",type:"text",placeholder:"Email Address"})}),Object(M.jsx)("button",{className:"modal-primary__btn spacer js-btn-reset-password",onClick:this.props.makePasswordAttempt,type:"button",name:"button",children:"Reset Password"}),Object(M.jsx)("div",{className:"text-center",children:Object(M.jsx)("div",{className:"js-spinner-login spacer-b js-spinner",style:{display:"none"},children:Object(M.jsx)($e.a,{})})})]})]})}}]),n}(a.a.Component),He=n(269),Ge=n(247),Ke=n(81),ze=n(110),Ye=function(e){Object(x.a)(n,e);var t=Object(S.a)(n);function n(e){var s;Object(y.a)(this,n);var a=0;(s=t.call(this,e)).props.playlist.version&&(a=s.props.playlist.version.id);var i=JSON.parse(sessionStorage.getItem("playlists_data")),r="new";return i.length>0&&(r="existing"),s.state={versionId:a,playlists:i,playlistType:r,isLoading:!1,loading:!1},[Object(k.a)(s)||{}].timer=!1,s.onSubmitNew=s.onSubmitNew.bind(Object(k.a)(s)),s.onSubmitExisiting=s.onSubmitExisiting.bind(Object(k.a)(s)),s.closeModals=s.closeModals.bind(Object(k.a)(s)),s.updatePlaylistType=s.updatePlaylistType.bind(Object(k.a)(s)),s}return Object(_.a)(n,[{key:"componentDidMount",value:function(){var e=this;A()("body").addClass("modal-overlay-active"),this.setState({loading:!0}),Object(ke.h)().then((function(t){"success"===t.status&&(sessionStorage.setItem("playlists_data",JSON.stringify(t.playlists_data)),e.setState({loading:!1,playlists:t.playlists_data}))}))}},{key:"componentWillUnmount",value:function(){this.timer&&(clearTimeout(this.timer),dispatch(Object(ze.b)()),setTimeout((function(){dispatch(Object(ze.d)())}),400))}},{key:"onSubmitNew",value:function(e){var t=this;if(e.preventDefault(),""!==e.target.title.value){this.setState({isLoading:!0});var n=e.target.title.value;Object(fe.c)(this.props.playlist.track.id,this.state.versionId,e.target.title.value,this.props.playlist.track.current_context.id).then((function(e){e&&(sessionStorage.setItem("playlists_data",JSON.stringify(e)),t.setState({playlists:e,isLoading:!1}),t.closeModals(),t.props.showPlaylistSuccess(t.props.playlist.track,n,!0))})).catch((function(e){return e}))}else this.setState({warning:"Enter a title"})}},{key:"onSubmitExisiting",value:function(e){var t=this;if(e.preventDefault(),"Select A Playlist"!==e.target.existingId.value&&e.target.existingId.value.length>0){this.setState({isLoading:!0});var n=P.a.find(this.state.playlists,["id",parseInt(e.target.existingId.value)]),s="";n&&(s=n.name),Object(fe.a)(this.props.playlist.track.id,this.state.versionId,e.target.existingId.value,this.props.playlist.track.current_context.id).then((function(e){e&&(t.setState({isLoading:!1}),t.closeModals(),t.props.showPlaylistSuccess(t.props.playlist.track,s,!1))})).catch((function(e){return e}))}}},{key:"updatePlaylistType",value:function(e){var t=e.currentTarget.getAttribute("data-playlist-type");this.setState({playlistType:t})}},{key:"closeModals",value:function(){this.props.onRemoveModal(),this.props.onRemovePlaylist()}},{key:"render",value:function(){var e=Object(M.jsx)("img",{src:Ke.a,alt:""}),t=this.props.playlist.track.artist;t&&t.avatar_image&&(e=Object(M.jsx)("img",{alt:t.name,src:Object(Me.b)(t.avatar_image.image_aws_url,140)}));var n=!1;return JSON.parse(sessionStorage.getItem("playlists_data")).length>0&&(n=!0),Object(M.jsx)("div",{className:"modal-primary add-to-playlist-active",children:Object(M.jsxs)("div",{id:"add-to-playlist-step-1",children:[Object(M.jsx)("div",{className:"svg-container svg-xxs gray add-to-playlist-modal__close",onClick:this.closeModals,children:Object(M.jsx)(Le.a,{})}),Object(M.jsxs)("div",{className:"add-to-playlist-modal__top",children:[Object(M.jsx)("h3",{className:"add-to-playlist-modal__title",children:"Add To Playlist"}),Object(M.jsx)("span",{className:"add-to-playlist-modal__desc",children:"Shortlist your favourite tracks then share playlists with your team and clients."})]}),Object(M.jsxs)("div",{className:"add-to-playlist-modal__create",children:[Object(M.jsxs)("div",{className:"add-to-playlist-modal__content",children:[Object(M.jsx)("div",{className:"add-to-playlist-modal__left",children:e}),Object(M.jsx)("div",{className:"add-to-playlist-modal__right",children:Object(M.jsxs)("div",{className:"add-to-playlist-modal__info",children:[Object(M.jsx)("h4",{className:"add-to-playlist-modal__info-title",children:this.props.playlist.track.name}),t&&Object(M.jsx)("span",{className:"add-to-playlist-modal__author",children:t.name})]})})]}),Object(M.jsxs)("div",{className:"add-to-playlist-modal__create-playlist",children:["new"===this.state.playlistType&&Object(M.jsx)("div",{className:"add-to-playlist-modal__form-container",children:Object(M.jsxs)("form",{onSubmit:this.onSubmitNew,children:[Object(M.jsx)("span",{className:"add-to-playlist-modal__playlist",children:"Create A New Playlist"}),this.state.warning&&Object(M.jsx)("span",{className:"warning",children:this.state.warning}),Object(M.jsx)("input",{className:"add-to-playlist-modal__entry",type:"text",name:"title",placeholder:"Playlist Name"}),Object(M.jsx)("div",{className:"add-to-playlist-modal__link spacer existing-playlist-link",children:!1!==n&&Object(M.jsxs)("span",{children:["Or, ",Object(M.jsx)(Z.a,{onClick:this.updatePlaylistType,"data-playlist-type":"existing",children:"choose an existing playlist"})]})}),Object(M.jsx)("button",{className:"add-to-playlist-modal__save",type:this.state.isLoading?"button":"submit",children:this.state.isLoading?Object(M.jsx)(Ge.a,{}):"Save"})]})}),n&&"existing"===this.state.playlistType&&Object(M.jsx)("div",{className:"add-to-playlist-modal__form-container",children:Object(M.jsxs)("form",{onSubmit:this.onSubmitExisiting,children:[Object(M.jsxs)("div",{className:"js-spinner-add-to-playlist js-spinner",children:[this.state.loading&&Object(M.jsx)($e.a,{}),this.state.loading&&Object(M.jsx)("div",{className:"wave-track-overlay"}),Object(M.jsxs)("select",{id:"existingId",className:"add-to-playlist-modal__entry add-to-playlist-modal__entry--select",children:[Object(M.jsx)("option",{children:"Select A Playlist"}),P.a.orderBy(this.state.playlists,["name"],["asc"]).map((function(e,t){return Object(M.jsxs)("option",{value:e.id,title:e.name,children:[e.name.substring(0,100),e.name.length>100?"...":""]},t)}))]})]}),Object(M.jsx)("div",{className:"add-to-playlist-modal__link spacer",children:Object(M.jsxs)("span",{children:["Or, ",Object(M.jsx)(Z.a,{onClick:this.updatePlaylistType,"data-playlist-type":"new",children:"create a new playlist"})]})}),Object(M.jsx)("button",{disabled:this.state.loading,className:"add-to-playlist-modal__save",type:this.state.isLoading?"button":"submit",children:this.state.isLoading?Object(M.jsx)(Ge.a,{}):"Save"})]})})]})]})]})})}}]),n}(a.a.Component),qe=Object(l.b)(null,(function(e){return{showPlaylistSuccess:function(t,n,s){setTimeout((function(){e(Object(ze.e)(t,n,s)),setTimeout((function(){e(Object(ze.a)()),setTimeout((function(){e(Object(ze.b)()),setTimeout((function(){e(Object(ze.d)())}),400)}),4e3)}),10)}),400)}}}))(Ye),Je=function(e){Object(x.a)(n,e);var t=Object(S.a)(n);function n(e){var s;return Object(y.a)(this,n),(s=t.call(this,e)).state={},s.handleClick=s.handleClick.bind(Object(k.a)(s)),s}return Object(_.a)(n,[{key:"componentDidMount",value:function(){A()("body").addClass("modal-overlay-active")}},{key:"handleClick",value:function(e){var t;if(e.preventDefault(),"object"===typeof e)t=e.target.id;else{if("string"!==typeof e)return;t=e}if("checkout_payment"===this.props.modalIntent)return this.props.handleAddModal(t,"checkout-payment"),!1;this.props.handleAddModal(t),A()("body").addClass("modal-overlay-active")}},{key:"render",value:function(){var e="perform this action";return"add_playlist"===this.props.modalIntent?e="add music to playlists and save your favourite tracks":"download_preview"===this.props.modalIntent?e="download preview tracks for use in your projects":"follow_artist"===this.props.modalIntent?e="follow artists and see their latest tracks":"add_favourite"===this.props.modalIntent&&(e="add tracks to your favorites"),Object(M.jsxs)("div",{id:"modal-signup",className:"modal-primary",children:[Object(M.jsx)("div",{className:"svg-container svg-xxs gray modal-primary__close",onClick:this.props.onRemoveModal,children:Object(M.jsx)(Le.a,{})}),Object(M.jsxs)("div",{className:"modal-primary__header",children:[Object(M.jsx)("div",{className:"svg-container svg-md",children:Object(M.jsx)(W.a,{})}),Object(M.jsx)("p",{children:Object(M.jsx)("span",{className:"modal-primary__title",children:"Join Music Vine"})}),Object(M.jsxs)("p",{children:["Create a free account or"," ",Object(M.jsx)("span",{className:"d-lg-none",children:Object(M.jsx)(Z.a,{to:"/signin",onClick:this.props.onRemoveModal,children:"sign in"})}),Object(M.jsx)("span",{className:"d-none d-lg-inline",children:Object(M.jsx)(Z.a,{onClick:this.handleClick,id:"login",children:"sign in"})})," ","to ",e,"."]})]}),Object(M.jsx)("div",{className:"modal-primary__form modal-primary__content current d-none d-lg-flex",children:Object(M.jsx)(Re.a,{modalIntent:this.props.modalIntent,makeRegisterAttempt:this.props.makeRegisterAttempt})}),Object(M.jsx)("div",{className:"modal-primary__form modal-primary__content current d-lg-none",children:Object(M.jsx)(Z.a,{to:"/create-account",className:"modal-primary__btn register-btn text-center spacer",onClick:this.props.onRemoveModal,children:"Create Account"})})]})}}]),n}(a.a.Component),Xe=function(e){Object(x.a)(n,e);var t=Object(S.a)(n);function n(e){var s;return Object(y.a)(this,n),(s=t.call(this,e)).state={disabled:!1,selectedStyles:[],isLoading:!1},s.handleParentClick=s.handleParentClick.bind(Object(k.a)(s)),s.onChange=s.onChange.bind(Object(k.a)(s)),s.handleSubmit=s.handleSubmit.bind(Object(k.a)(s)),s.closeModal=s.closeModal.bind(Object(k.a)(s)),s}return Object(_.a)(n,[{key:"onChange",value:function(e){var t=this.state.selectedStyles,n=e.target.value;e.target.checked?t.push(n):t.splice(t.indexOf(n),1),this.setState({selectedStyles:t})}},{key:"handleParentClick",value:function(e){var t=this.props.tracks.page.subStyles;e.target.checked?this.setState({disabled:!0,selectedStyles:t.map((function(e){return e.id}))}):this.setState({disabled:!1,selectedStyles:[]})}},{key:"handleSubmit",value:function(){var e=this,t=this.props,n=t.track,s=t.onRemoveTrackStyle,a=this.state.selectedStyles;n&&a.length>0&&(this.setState({isLoading:!0}),s(n.id,a).then((function(t){e.setState({isLoading:!1}),t&&(e.closeModal(),n.reloaded())})))}},{key:"closeModal",value:function(){this.props.onRemoveModal()}},{key:"render",value:function(){var e=this,t=this.props,n=t.tracks,s=t.track,a=n.page.subStyles,i=[],r=[];a.map((function(t,n){var s=!e.state.disabled&&-1!==e.state.selectedStyles.indexOf(String(t.id))||!1;if(0===n)return i.push(Object(M.jsxs)("label",{children:[Object(M.jsx)("input",{onChange:e.onChange,type:"checkbox",value:t.id,checked:s,disabled:e.state.disabled})," ",t.name]},n)),!1;r.push(Object(M.jsxs)("label",{children:[Object(M.jsx)("input",{onChange:e.onChange,type:"checkbox",value:t.id,checked:s,disabled:e.state.disabled})," ",t.name]},n))}));var c=Object(M.jsx)("img",{src:Ke.a}),o=this.props.track.artist||{};return o&&o.avatar_image&&(c=Object(M.jsx)("img",{alt:o.name,src:o.avatar_image.image_aws_url})),Object(M.jsx)("div",{className:"modal-primary add-to-playlist-active",children:Object(M.jsxs)("div",{id:"add-to-playlist-step-1",children:[Object(M.jsx)("div",{className:"svg-container svg-xxs gray add-to-playlist-modal__close",onClick:this.closeModal,children:Object(M.jsx)(Le.a,{})}),Object(M.jsx)("div",{className:"add-to-playlist-modal__top",children:Object(M.jsx)("h3",{className:"add-to-playlist-modal__title",children:"Remove Styles"})}),Object(M.jsxs)("div",{className:"add-to-playlist-modal__create",children:[this.state.isLoading&&Object(M.jsx)($e.a,{}),Object(M.jsxs)("div",{className:"add-to-playlist-modal__content",children:[Object(M.jsx)("div",{className:"add-to-playlist-modal__left",children:c}),Object(M.jsx)("div",{className:"add-to-playlist-modal__right",children:Object(M.jsxs)("div",{className:"add-to-playlist-modal__info",children:[Object(M.jsx)("h4",{className:"add-to-playlist-modal__info-title",children:s.name||""}),o&&Object(M.jsx)("span",{className:"add-to-playlist-modal__author",children:o.name||""})]})})]}),Object(M.jsx)("div",{className:"remove-styles-modal",children:Object(M.jsxs)("div",{className:"license__checkboxes",children:[Object(M.jsxs)("label",{children:[Object(M.jsx)("input",{type:"checkbox",onChange:this.handleParentClick})," ","Remove from parent style & all sub-styles"]}),Object(M.jsxs)("div",{className:"remove_style_checkboxes",children:[Object(M.jsxs)("div",{className:"remove_parent_styles",children:[Object(M.jsx)("div",{className:"remove_styles-title",children:Object(M.jsx)("h4",{children:"Parent Style"})}),i]}),Object(M.jsxs)("div",{className:"remove_sub_styles",children:[Object(M.jsx)("div",{className:"remove_styles-title",children:Object(M.jsx)("h4",{children:"Sub-styles"})}),r]})]})]})})]}),Object(M.jsx)("button",{className:"add-to-playlist-modal__save",type:"button",onClick:this.handleSubmit,children:"Save"}),this.state.isLoading&&Object(M.jsx)("div",{className:"spinner-overlay"})]})})}}]),n}(s.Component),Qe=Object(l.b)((function(e){return{tracks:e.get("tracks")}}),(function(e){return{onRemoveTrackStyle:function(t,n){return e(Object(fe.i)(t,n))}}}))(Xe),Ze=(s.Component,n(374),a.a.Component,n(184)),et=n(185),tt=n(130),nt=n.n(tt),st=n(182),at=function(e){Object(x.a)(n,e);var t=Object(S.a)(n);function n(){return Object(y.a)(this,n),t.apply(this,arguments)}return Object(_.a)(n,[{key:"render",value:function(){var e=this.props,t=e.onRemoveModal,n=e.track,s=e.getGeneratedLicenseCode;return Object(M.jsxs)("div",{id:"modal-autoclear",className:"modal-primary autoclear-modal",children:[Object(M.jsx)("div",{className:"svg-container svg-xxs gray modal-primary__close",onClick:t,children:Object(M.jsx)(Le.a,{})}),Object(M.jsxs)("div",{className:"modal-primary__header",children:[Object(M.jsx)("img",{src:"https://cdn.musicvine.com/images/autoclear-modal-header.svg",alt:""}),Object(M.jsx)("h4",{className:"header-title spacer",children:"AutoClear"}),Object(M.jsxs)("p",{className:"header-description mb-4",children:["For supported tracks, our AutoClear solution automatically releases copyright claims on YouTube.",Object(M.jsx)("a",{className:"link ml-2",href:"/introducing-autoclear",target:"_blank",children:"Learn more"})]}),Object(M.jsxs)("p",{className:"header-description",children:["You can either ",Object(M.jsx)("a",{className:"link",href:"/customer/account#whitelist",target:"_blank",children:"whitelist your channel"}),", or include a unique AutoClear code in your video's description."]})]}),Object(M.jsx)("div",{className:"modal-primary__form",children:Object(M.jsxs)("div",{className:"autoclear-modal-content px-0",children:[Object(M.jsxs)("div",{className:"autoclear-modal-track-section",children:[Object(M.jsx)("div",{children:Object(M.jsx)("img",{className:"track-img",src:n.artist.artist_image,alt:n.artist.name})}),Object(M.jsxs)("div",{className:"d-flex flex-column ml-3",children:[Object(M.jsx)("span",{className:"track-title",children:n.name||n.track_url.track_name}),Object(M.jsx)("span",{className:"track-description",children:n.artist.name})]})]}),Object(M.jsx)(st.a,{track:n,getGeneratedLicenseCode:s,isSubscriptionLicense:!!n.isSubscriptionLicense,onRemoveModal:t})]})})]})}}]),n}(s.Component);at.defaultProps={onRemoveModal:function(){},track:{}};var it=Object(l.b)((function(e){return{userAuth:e.get("userAuth"),license:e.get("license")}}),(function(e){return{}}))(at),rt=function(e){Object(x.a)(n,e);var t=Object(S.a)(n);function n(){var e;Object(y.a)(this,n);for(var s=arguments.length,a=new Array(s),i=0;i0&&void 0!==arguments[0]?arguments[0]:"",n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};e.props.onAddModal(t,n),A()("body").addClass("modal-overlay-active")},e}return Object(_.a)(n,[{key:"render",value:function(){var e=this,t=this.props,n=(t.handleAddModal,t.onRemoveModal),s=t.track,a=t.router;return Object(M.jsxs)("div",{id:"modal-see-more",className:"modal-primary",children:[Object(M.jsx)("div",{className:"svg-container svg-xxs gray modal-primary__close",onClick:n,children:Object(M.jsx)(Le.a,{})}),Object(M.jsx)("div",{className:"modal-primary__header",children:Object(M.jsxs)("div",{className:"see-more-modal-content",children:[s.license_document&&Object(M.jsxs)("a",{className:"modal-btn",href:"".concat(L.b).concat(s.license_document._link),download:"",children:[Object(M.jsx)("img",{src:"https://cdn.uppbeat.io/images/lh_m_document.svg",alt:s.license_document._label}),"Download license PDF"]}),s.license_download&&Object(M.jsxs)("a",{href:"".concat(L.b).concat(s.license_download._link),className:"modal-btn ".concat("Download Expired"===s.license_download._label?"ic-download-expire":"ic-download"),children:[Object(M.jsx)("img",{src:"Download Expired"===s.license_download._label?"https://cdn.uppbeat.io/images/lh_download-expired.svg":"https://cdn.uppbeat.io/images/lh_m_download-file.svg",alt:s.license_download._label})," ","Download music files"]}),s.autoclear&&Object(M.jsxs)("button",{type:"button",className:"modal-btn ic-autoclear cursor-pointer",onClick:function(){return e.handleAddModal("autoClear",s)},children:[Object(M.jsx)("img",{src:"https://cdn.uppbeat.io/images/lh_m_autoclear-code.svg",alt:s.autoclear._label}),"Generate AutoClear code"]}),s.license_again&&Object(M.jsxs)("button",{className:"modal-btn license-again",type:"button",onClick:function(){n(),a.push(s.license_again._link)},children:[Object(M.jsx)("img",{src:"https://cdn.uppbeat.io/images/lh_m_license-again.svg",alt:s.license_again._label}),"License again"]})]})})]})}}]),n}(s.Component);rt.defaultProps={onRemoveModal:function(){},track:{}};var ct=Object(h.d)(rt),ot=function(e){Object(x.a)(n,e);var t=Object(S.a)(n);function n(e){var s;if(Object(y.a)(this,n),(s=t.call(this,e)).getGeneratedLicenseCode=function(){var e=Object(O.a)(f.a.mark((function e(t,n){return f.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",Object(Se.g)(t,n).then((function(e){if(L.c.BYPASS_ORFIUM)return s.props.downloadTrackInfo({success:!0,licenseCode:"TESTLICENSE101"});if(e.success)return console.log("success",e),s.props.downloadTrackInfo(e);if(!e.success){if(!e.isCalling)return console.log("fail",e),s.props.generateLicenseCodeError(e);s.getGeneratedLicenseCode(t)}})).catch((function(e){return e})));case 1:case"end":return e.stop()}}),e)})));return function(t,n){return e.apply(this,arguments)}}(),s.notificationVersion="4",s.siteHasBanner=!0,s.state={query:!1,suggested:{},displayTrending:!1,pages:[],isSearchLoading:!1,userAuthKey:"",userDisplayName:!1,userHasArtistAccount:!1,userHasCustomerAccount:!1,suggestedCounter:0,showNotificationTimer:!1,notificationShown:!1,siteVersion:"",fetchingVersion:!1,showNewVersionPrompt:!1,hasLeftHomepage:"/"!==s.props.location.pathname,isHomepage:"/"===s.props.location.pathname},sessionStorage.getItem("auth_token")&&-1===document.cookie.indexOf("auth_token=")&&sessionStorage.removeItem("auth_token"),!sessionStorage.getItem("auth_token")&&!sessionStorage.getItem("customer_guid")){var a=Object(ke.c)();sessionStorage.setItem("customer_guid",a),Object(Ae.z)("customer_guid",a,180)}if(sessionStorage.getItem("auth_token")&&"undefined"!==sessionStorage.getItem("auth_token"))sessionStorage.getItem("auth_token")&&"undefined"!==sessionStorage.getItem("auth_token")&&s.props.onSetLoginStatus(!0);else if(-1!==document.cookie.indexOf("auth_token=")){var i=RegExp("auth_token[^;]+").exec(document.cookie),r=decodeURIComponent(i?i.toString().replace(/^[^=]+./,""):"");"undefined"!==r&&(sessionStorage.setItem("auth_token",r),sessionStorage.setItem("loggedin_in",!0),s.props.onSetLoginStatus(!0),s.state.useAuthKey=r)}return s.isSafari=/^((?!chrome|android).)*safari/i.test(navigator.userAgent),s.checkDarkTheme=s.checkDarkTheme.bind(Object(k.a)(s)),s.checkDistractionFree=s.checkDistractionFree.bind(Object(k.a)(s)),s.checkSiteVersion=s.checkSiteVersion.bind(Object(k.a)(s)),s.onSearchChange=s.onSearchChange.bind(Object(k.a)(s)),s.onSearchFocus=s.onSearchFocus.bind(Object(k.a)(s)),s.handleDismissExpirationNotice=s.handleDismissExpirationNotice.bind(Object(k.a)(s)),s.handleSubmit=s.handleSubmit.bind(Object(k.a)(s)),s.handleResultClick=s.handleResultClick.bind(Object(k.a)(s)),s.handleCookieNoticeClick=s.handleCookieNoticeClick.bind(Object(k.a)(s)),s.logoutSession=s.logoutSession.bind(Object(k.a)(s)),s.handleAddModal=s.handleAddModal.bind(Object(k.a)(s)),s.handleRemoveModal=s.handleRemoveModal.bind(Object(k.a)(s)),s.onSearchChangeHandler=s.onSearchChangeHandler.bind(Object(k.a)(s)),s.handleBrowserMenu=s.handleBrowserMenu.bind(Object(k.a)(s)),s.handleLogin=s.handleLogin.bind(Object(k.a)(s)),s.showNotification=s.showNotification.bind(Object(k.a)(s)),s.handleNotificationIn=s.handleNotificationIn.bind(Object(k.a)(s)),s.handleNotificationOut=s.handleNotificationOut.bind(Object(k.a)(s)),s.handleCloseNotification=s.handleCloseNotification.bind(Object(k.a)(s)),s.handleCloseNotificationTimer=s.handleCloseNotificationTimer.bind(Object(k.a)(s)),s.checkDistractionFree(s.props.location.pathname),s.checkDarkTheme(s.props.location.pathname),s}return Object(_.a)(n,[{key:"componentWillMount",value:function(){this.delayedCallback=P.a.debounce(this.onSearchChange,200)}},{key:"componentDidMount",value:function(){var e=this,t=L.c.VERSION_CHECK_INTERVAL;t||(t=3e4),this.isSafari&&A()("body").addClass("is-safari"),function(){var e=$("body"),t=$(".main-search"),n=$(".main-search__suggestions").children("li"),s=$(' '),a=$('');function i(){e.hasClass("search-on")?(e.removeClass("search-on"),t.removeClass("search-displayed"),t.add(n),$("#search").html(s)):(e.addClass("search-on"),t.addClass("search-displayed"),$("#search").html(a),$("#main-search__input").focus())}$("#search").on("click",(function(e){e.stopPropagation(),i()})),$(document).on("click",(function(e){if($("body").is(".search-on")){var t=$(".sticky-header");$(e.target).is(t)||0!==$(e.target).closest(t).length||i()}}))}(),this.props.location.query.search&&A()("#search").trigger("click"),function(){var e=$("body");document.querySelector(".hamburger-icon").addEventListener("click",(function(){e.toggleClass("menu-open")}));var t=$(".categories__option a"),n=$(".categories__extra");$(".categories__extra").outerHeight(),t.on("click",(function(t){e.toggleClass("categories-toggle"),t.preventDefault(),e.is(".categories-toggle")?$(".categories__text-toggle").text("Show fewer"):$(".categories__text-toggle").text("Show more"),n.each((function(t,n){e.hasClass("categories-toggle")&&($(n).css("display","block"),$(n).removeClass("animated fadeOutLeft"),$(n).addClass("animated fadeInLeft")),e.hasClass("categories-toggle")||($(n).removeClass("animated fadeInLeft"),$(n).addClass("animated fadeOutLeft"),setTimeout((function(){$(n).hide()}),1e3))}))})),$(".categories__list li a").on("click",(function(e){$(this).closest(".categories__list")&&(e.preventDefault(),$(".categories__list").find("li a").removeClass("categories__active"),$(this).addClass("categories__active"))})),$(".hero__block").next(".hero__share-btn").find("button").on("click",(function(){$(this).find(".hero__unfollow").show(),$(this).find(".hero__follow").hide(),e.toggleClass("social-following"),e.is(".social-following")?($(this).find(".hero__follow").hide(),$(this).find(".hero__unfollow").show()):($(this).find(".hero__unfollow").hide(),$(this).find(".hero__follow").show())}));var s=$("#filter-btn"),a=$("#filter-close"),i=$(".filter-responsive"),r=$(".filter-responsive__content"),c=$(".filter-responsive__item"),o=$(".filter-responsive__links"),l=$(".filter-responsive__links--secondary"),d=$(".filter-responsive__sidebar-category"),u=$(".filter-responsive__sidebar-category-item"),h=$(".filter-responsive__sidebar-sub-category");s.on("click",(function(){i.fadeIn(),$(e).toggleClass("filter-open"),o.on("click",(function(){o.removeAttr("id","filter-link-active"),$(this).attr("id","filter-link-active")})),l.on("click",(function(){l.removeAttr("id","filter-link-active-secondary"),$(this).attr("id","filter-link-active-secondary")})),a.on("click",(function(){i.fadeOut(),d.hide(),r.removeClass("remove-content"),h.hide(),$(".filter-responsive__dropdown").hide(),o.removeClass("filter-active"),l.removeAttr("id","filter-link-active-secondary"),o.removeAttr("id","filter-link-active")}))})),c.on("click",(function(){d.hide(),$(this).find(d).show(),r.addClass("remove-content"),$(o).removeClass("filter-active"),$(this).find(".filter-responsive__links").addClass("filter-active"),u.on("click",(function(){h.hide(),$(this).find(h).show(),$(h).children("li").unbind().click((function(e){e.stopPropagation(),$(this).children(".filter-responsive__dropdown").slideToggle(),$(this).find(".filter-selection-btn").toggleClass("filter-dropdown-open"),$(this).children(".filter-responsive__dropdown").unbind().on("click",(function(e){e.stopPropagation()}))}))})),$(".filter-responsive__sidebar-category--secondary").children("li").unbind().on("click",(function(e){e.stopPropagation(),$(this).find(".filter-responsive__dropdown--secondary").slideToggle(),$(this).find(".filter-selection-btn").toggleClass("filter-dropdown-open"),$(this).children(".filter-responsive__dropdown--secondary").unbind().on("click",(function(e){e.stopPropagation()}))}))})),$(".filter__styles-dropdown"),$("#filter-styles-dropdown-close")}(),"1"===Object(Ae.n)("dismissed_cookie_notice")||"1"===sessionStorage.getItem("dismissed_cookie_notice")?this.setState({userDismissedCookieNotice:!0}):this.setState({userDismissedCookieNotice:!1}),this.showNotification(this.state.isHomepage)&&this.props.showNotificationSuccess(!0),this.onSetupSite(),this.versionChecker=setInterval((function(){return e.checkSiteVersion()}),t);var n=ve.a.parse(this.props.location.search,{ignoreQueryPrefix:!0}).rt;if(n){var s=sessionStorage.getItem("auth_token");localStorage.setItem("rt_code",n),A.a.post("".concat(L.c.API,"referralSource/click"),{rt_code:n,token:s},(function(e){}))}}},{key:"componentWillReceiveProps",value:function(e){if(this.props.location.pathname!==e.location.pathname){this.checkDistractionFree(e.location.pathname),this.checkDarkTheme(e.location.pathname),"/"!==e.location.pathname&&this.setState({hasLeftHomepage:!0});var t="/"===e.location.pathname;this.setState({isHomepage:t}),this.showNotification(t)&&!this.state.notificationShown&&(this.setState({notificationShown:!0}),this.props.showNotificationSuccess(!0))}}},{key:"componentWillUnmount",value:function(){clearInterval(this.versionChecker)}},{key:"checkSiteVersion",value:function(){var e=this;this.state.fetchingVersion||(this.setState({fetchingVersion:!0}),A.a.ajax({type:"GET",url:"".concat(L.c.API,"get_site_version")}).done((function(t){if(t.siteVersion&&t.siteVersion!==e.state.siteVersion){try{dataLayer.push({event:"reload_prompt_shown"})}catch(n){}e.setState({siteVersion:t.siteVersion,showNewVersionPrompt:!0,fetchingVersion:!1})}else e.setState({fetchingVersion:!1})})).fail((function(){e.setState({fetchingVersion:!1})})))}},{key:"checkDistractionFree",value:function(e){var t=-1!==Ze.indexOf(e);if("/"!==e)for(var n=0;n-1?a.substr(0,i):a;document.cookie="".concat(r,"=;expires=Thu, 01 Jan 1970 00:00:01 GMT;domain=").concat(L.c.COOKIE_DOMAIN,";path=/;")}e.props.onSetLoginStatus(!1),e.reloadPage()}})).catch((function(e){return e}))}},{key:"handleResultClick",value:function(e,t){var n=0;this.state.query&&(n=this.state.query),this.setState({query:!1,suggested:{},displayTrending:!1}),Object(re.e)(e,t,n),A()("body").hasClass("search-on")&&A()("#search").click(),document.getElementById("main-search__input").value=""}},{key:"handleCookieNoticeClick",value:function(e,t){sessionStorage.setItem("dismissed_cookie_notice","1"),Object(Ae.z)("dismissed_cookie_notice","1",180),this.setState({userDismissedCookieNotice:!0})}},{key:"handleSubmit",value:function(e){e.preventDefault();var t=Object(Me.c)(A()("#main-search__input").val());if(""===t)return!1;this.context.router.push("/browse/search/".concat(t)),A()("#main-search__input").val(""),this.setState({query:!1,suggested:{},displayTrending:!1}),(A()("body").hasClass("search-on")||A()("main-search").hasClass("search-displayed"))&&A()("#search").click()}},{key:"handleBrowserMenu",value:function(e){var t=e.target.attributes.href.value;P.a.isEmpty(this.props.location.query)||t===this.props.location.pathname&&(this.props.onSetAppliedFilters(),this.props.onSetNotFiltered()),A()("body").removeClass("menu-open")}},{key:"handleLogin",value:function(){var e=this;Object(Ae.t)({requestIntent:this.props.modal.intent}).then((function(t){e.onSetupSite().then((function(){"checkout-payment"===e.props.modal.intent&&e.props.router.push(t),e.handleRemoveModal(),e.props.showSigninSuccess(e.state.userDisplayName)}))}))}},{key:"handleNotificationIn",value:function(){return this.props.headerNotifications.notification&&this.props.headerNotifications.notificationTimer||(this.setState({notificationShown:!0}),this.props.showNotificationSuccess()),!1}},{key:"handleNotificationOut",value:function(){return this.props.headerNotifications.notification&&this.props.headerNotifications.notificationTimer||this.props.hideNotificationSuccess(),!1}},{key:"handleCloseNotification",value:function(){localStorage.setItem("header_alert_dismissed",this.notificationVersion),Object(Ae.z)("header_alert_dismissed",this.notificationVersion,180),this.props.hideNotificationSuccess()}},{key:"handleCloseNotificationTimer",value:function(){this.props.hideNotificationSuccess()}},{key:"render",value:function(){var e=this,t=(document.getElementById("cart-total-number"),"/checkout/cart");this.state.isHomepage&&($("body").removeClass("menu-transition-active"),$(".logo-transition").removeClass("sticky-header-transition"),$("body").addClass("sticky-header-active"),window.addEventListener("scroll",(function(){window.pageYOffset>=.9*$(window).height()?($(".logo-transition").addClass("sticky-header-transition"),$(".categories__logo").addClass("logo-transition"),$(".sticky-header, .header__inner-container").addClass("active"),$("body").addClass("menu-transition-active")):($(".logo-transition").removeClass("sticky-header-transition"),$(".categories__logo").removeClass("logo-transition"),$(".sticky-header, .header__inner-container").removeClass("active"),$("body").removeClass("menu-transition-active"))})));var n="",a="true"===sessionStorage.getItem("customer_account"),i="true"===sessionStorage.getItem("artist_account");i||this.props.userAuth.isLoggedIn&&(n=Object(M.jsxs)("ul",{id:"tooltip",className:"header-dropdown dropdown--secondary dropdown--secondary-logged-in list-bare",children:[Object(M.jsx)("li",{className:"dropdown__details dropdown__details--logged-in",children:Object(M.jsx)(Z.a,{to:"/favorites",children:"My Favorites"})}),Object(M.jsx)("li",{className:"dropdown__details dropdown__details--logged-in",children:Object(M.jsx)(Z.a,{to:"/customer/playlists",children:"My Playlists"})}),Object(M.jsx)("li",{className:"dropdown__details dropdown__details--logged-in",children:Object(M.jsx)(Z.a,{to:"/customer/following",children:"Following"})}),this.props.userAuth.isSubscriptionTabDisplay&&Object(M.jsx)("li",{className:"dropdown__details dropdown__details--logged-in",children:Object(M.jsx)(h.a,{to:"/customer/license-history/subscription",children:"License History"})}),!this.props.userAuth.isSubscriptionTabDisplay&&Object(M.jsx)("li",{className:"dropdown__details dropdown__details--logged-in",children:Object(M.jsx)(h.a,{to:"/customer/license-history/pay-per-use",children:"License History"})}),Object(M.jsx)("li",{className:"dropdown__details dropdown__details--logged-in",children:Object(M.jsx)(h.a,{to:"/customer/account",children:"Account"})}),Object(M.jsx)("li",{className:"dropdown__details",children:Object(M.jsx)("a",{href:"".concat(L.c.API,"user/handle-symfony-logout"),children:"Sign Out"})})]})),i&&this.props.userAuth.isLoggedIn&&(n=Object(M.jsxs)("ul",{id:"tooltip",className:"header-dropdown dropdown--secondary dropdown--secondary-logged-in list-bare",children:[Object(M.jsx)("li",{className:"dropdown__details dropdown__details--logged-in",children:Object(M.jsx)(h.a,{to:"/artist/account/artist-earnings",children:"Earnings"})}),Object(M.jsx)("li",{className:"dropdown__details dropdown__details--logged-in",children:Object(M.jsx)(h.a,{to:"/artist/account/statement",children:"Statement"})}),Object(M.jsx)("li",{className:"dropdown__details dropdown__details--logged-in",children:Object(M.jsx)(h.a,{to:"/artist/account/portfolio",children:"Portfolio"})}),Object(M.jsx)("li",{className:"dropdown__details dropdown__details--logged-in",children:Object(M.jsx)(h.a,{to:"/artist/account",children:"Account"})}),Object(M.jsx)("li",{className:"dropdown__details",children:Object(M.jsx)("a",{href:"".concat(L.c.API,"user/handle-symfony-logout"),children:"Sign Out"})})]})),this.props.userAuth.isLoggedIn||(n=Object(M.jsx)("ul",{id:"tooltip",className:"header-dropdown dropdown--secondary dropdown--secondary-logged-in not-logged-in list-bare",children:Object(M.jsx)("li",{className:"dropdown__details dropdown__details--logged-in",children:Object(M.jsx)("a",{className:"login-icon",id:"login",onClick:this.handleAddModal,children:"Sign In"})})})),this.props.userAuth.isLoggedIn&&a&&i&&(n=Object(M.jsxs)("ul",{id:"tooltip",className:"header-dropdown dropdown--secondary dropdown--secondary-logged-in list-bare",children:[Object(M.jsx)("li",{className:"dropdown__details dropdown__details--logged-in",children:Object(M.jsx)(h.a,{to:"/customer/account",children:"Customer Account"})}),Object(M.jsx)("li",{className:"dropdown__details dropdown__details--logged-in",children:Object(M.jsx)(h.a,{to:"/artist/account/statement",children:"Artist Account"})}),Object(M.jsx)("li",{className:"dropdown__details",children:Object(M.jsx)("a",{href:"".concat(L.c.API,"user/handle-symfony-logout"),children:"Sign Out"})})]}));var r="";return this.state.showNewVersionPrompt&&(r=Object(M.jsx)(be,{playerActive:this.props.player.playerActive})),Object(M.jsxs)("div",{className:"content-container px-0",children:[Object(M.jsxs)("header",{className:C()("sticky-header",{"has-banner":this.siteHasBanner}),children:[L.c.DEPLOY_BRANCH&&!this.state.userHasAdminAccount&&Object(M.jsxs)("div",{className:"branch-id",children:["FE Branch: ",L.c.DEPLOY_BRANCH,Object(M.jsx)("br",{}),"BE Branch: ",sessionStorage.getItem("be_branch")]}),Object(M.jsx)("div",{className:"header__container",children:Object(M.jsxs)("div",{className:"header__inner-container container-fluid px-0",children:[this.state.userHasAdminAccount&&Object(M.jsx)(Pe,{}),Object(M.jsxs)("div",{className:"row mx-0",children:[this.showBasketIcon()&&Object(M.jsx)("div",{className:"list-item--mobile-cart search-on-hide d-lg-none distraction-free-hide",children:Object(M.jsxs)(h.a,{to:t,children:[Object(M.jsx)("div",{className:"svg-container",children:Object(M.jsx)(V,{})}),Object(M.jsx)("div",{className:"cart-total-number",children:sessionStorage.getItem("basket_count")>0&&Object(M.jsx)("span",{className:"cart-total-number-text",children:sessionStorage.getItem("basket_count")})})]})}),Object(M.jsx)("div",{className:"col-10 col-lg-7 col-xl-7 d-flex order-2 order-lg-1 pl-0",children:Object(M.jsxs)("div",{className:"header__block",children:[Object(M.jsx)("span",{className:"header__title header__title--logo",children:Object(M.jsx)(Q,{to:"/",title:"Music Vine",children:Object(M.jsx)(Y.a,{})})}),Object(M.jsxs)("ul",{className:"list-bare header__list d-none d-lg-flex",children:[Object(M.jsxs)("li",{className:"list-item list-item--lg distraction-free-hide",children:[Object(M.jsx)(Z.a,{to:"/browse/all",onClick:this.handleBrowserMenu,className:"list-item--link",children:"Browse"}),Object(M.jsxs)("ul",{className:"header-dropdown list-bare",children:[Object(M.jsx)("li",{children:Object(M.jsx)(Z.a,{to:"/styles",onClick:this.handleBrowserMenu,children:"Styles"})}),Object(M.jsx)("li",{children:Object(M.jsx)(Z.a,{to:"/browse/all",onClick:this.handleBrowserMenu,children:"All Music"})}),Object(M.jsx)("li",{children:Object(M.jsx)(Z.a,{to:"/browse/latest",onClick:this.handleBrowserMenu,children:"Latest Releases"})}),Object(M.jsx)("li",{children:Object(M.jsx)(Z.a,{to:"/collections",onClick:this.handleBrowserMenu,children:"Collections"})}),Object(M.jsx)("li",{children:Object(M.jsx)(Z.a,{to:"/artists",onClick:this.handleBrowserMenu,children:"Artists"})})]})]}),Object(M.jsx)("li",{className:"list-item list-item--last list-item--lg distraction-free-hide",children:Object(M.jsx)(Z.a,{to:"/playlist-generator",className:"list-item--link",children:"Playlist Generator"})}),Object(M.jsxs)("li",{className:"list-item list-item--last list-item--lg distraction-free-hide",children:[Object(M.jsx)(Z.a,{to:"/about",className:"list-item--link",children:"About"}),Object(M.jsxs)("ul",{className:"header-dropdown list-bare",children:[Object(M.jsx)("li",{children:Object(M.jsx)(Z.a,{to:"/about",children:"About Us"})}),Object(M.jsx)("li",{children:Object(M.jsx)(Z.a,{to:"/our-features",children:"Our Features"})}),Object(M.jsx)("li",{children:Object(M.jsx)(Z.a,{to:"/contact",children:"Contact"})})]})]}),Object(M.jsxs)("li",{className:"list-item list-item--last list-item--lg distraction-free-hide",children:[Object(M.jsx)(Z.a,{to:"/pricing/subscription/pro",onClick:this.handleBrowserMenu,className:"list-item--link",children:"Pricing"}),Object(M.jsxs)("ul",{className:"header-dropdown list-bare",style:{width:"170px"},children:[Object(M.jsx)("li",{children:Object(M.jsx)(Z.a,{to:"/pricing/subscription/pro",children:"Pro Subscription"})}),Object(M.jsx)("li",{children:Object(M.jsx)(Z.a,{to:"/pricing/subscription/creator",children:"Creator Subscription"})}),Object(M.jsx)("li",{children:Object(M.jsx)(Z.a,{to:"/pricing/pay-per-use",children:"Pay-Per-Use"})})]})]}),Object(M.jsx)("li",{className:"list-item list-item--last list-item--lg distraction-free-hide",children:Object(M.jsx)("a",{href:"https://blog.musicvine.com/",className:"list-item--link",children:"Blog"})})]}),Object(M.jsxs)("div",{className:"mobile-menu d-lg-none",children:[Object(M.jsx)("span",{className:"distraction-free-hide",children:"Browse"}),Object(M.jsxs)("ul",{className:"list-bare header__list mobile-nav-secondary distraction-free-hide",children:[Object(M.jsx)("li",{children:Object(M.jsx)(Z.a,{to:"/browse/all",onClick:this.handleBrowserMenu,children:"All Music"})}),Object(M.jsx)("li",{children:Object(M.jsx)(Z.a,{to:"/styles",onClick:this.handleBrowserMenu,children:"Styles"})}),Object(M.jsx)("li",{children:Object(M.jsx)(Z.a,{to:"/collections",onClick:this.handleBrowserMenu,children:"Collections"})}),Object(M.jsx)("li",{children:Object(M.jsx)(Z.a,{to:"/artists",onClick:this.handleBrowserMenu,children:"Artists"})})]}),Object(M.jsx)("span",{className:"distraction-free-hide",children:"About"}),Object(M.jsxs)("ul",{className:"list-bare header__list mobile-nav-secondary distraction-free-hide",children:[Object(M.jsx)("li",{children:Object(M.jsx)(Z.a,{onClick:this.handleBrowserMenu,to:"/pricing/subscription/pro",children:"Subscriptions & Pricing"})}),Object(M.jsx)("li",{children:Object(M.jsx)(Z.a,{onClick:this.handleBrowserMenu,to:"/about",children:"About Us"})}),Object(M.jsx)("li",{children:Object(M.jsx)(Z.a,{onClick:this.handleBrowserMenu,to:"/contact",children:"Contact"})})]}),Object(M.jsx)("span",{className:"distraction-free-hide",children:"Blog"}),Object(M.jsx)("ul",{className:"list-bare header__list mobile-nav-secondary distraction-free-hide",children:Object(M.jsx)("li",{children:Object(M.jsx)("a",{href:"https://blog.musicvine.com",children:"Community Blog"})})}),Object(M.jsx)("span",{children:"Account"}),Object(M.jsxs)("ul",{className:"list-bare header__list",children:[this.props.userAuth.isLoggedIn&&Object(M.jsxs)(s.Fragment,{children:[Object(M.jsx)("li",{children:Object(M.jsx)(Z.a,{onClick:this.handleBrowserMenu,to:"/favorites",children:"My Favorites"})}),Object(M.jsx)("li",{children:Object(M.jsx)("a",{href:"/customer/playlists",children:"My Playlists"})}),!i&&Object(M.jsx)("li",{children:Object(M.jsx)("a",{href:"/customer/account",children:"My Account"})}),i&&Object(M.jsxs)(s.Fragment,{children:[Object(M.jsx)("li",{children:Object(M.jsx)("a",{href:"/artist/account/artist-earnings",children:"Artist Earnings"})}),Object(M.jsx)("li",{children:Object(M.jsx)("a",{href:"/artist/account/statement",children:"Artist Account"})})]}),Object(M.jsx)("li",{className:"mt-4",children:Object(M.jsx)("a",{className:"button",href:"".concat(L.c.API,"user/handle-symfony-logout"),children:"Sign Out"})})]}),!this.props.userAuth.isLoggedIn&&Object(M.jsxs)(s.Fragment,{children:[Object(M.jsx)("li",{children:Object(M.jsx)(Z.a,{onClick:this.handleBrowserMenu,to:"/create-account",children:"Create Account"})}),Object(M.jsx)("li",{children:Object(M.jsx)(Z.a,{onClick:this.handleBrowserMenu,to:"/signin",children:"Sign In"})})]})]})]})]})}),Object(M.jsxs)("div",{className:"hamburger-icon",children:[Object(M.jsx)("span",{}),Object(M.jsx)("span",{}),Object(M.jsx)("span",{})]}),Object(M.jsx)("div",{className:"col-1 col-lg-5 order-1 order-lg-3 pr-0",children:Object(M.jsxs)("div",{className:"search-bar",children:[Object(M.jsxs)("ul",{className:"search-menu list-bare",children:[Object(M.jsx)("li",{className:"search-menu__item distraction-free-hide",id:"search",children:Object(M.jsx)("div",{className:"svg-container svg-xxs",children:Object(M.jsx)(B,{})})}),Object(M.jsxs)("li",{className:"static-menu search-on-hide".concat(this.props.location.pathname.includes("/signin/")?" distraction-free-hide":""),children:[Object(M.jsxs)("span",{className:"search-menu__item search-menu__item-static",children:[Object(M.jsx)("a",{onClick:function(){e.props.userAuth.isLoggedIn||e.handleAddModal("login")},children:Object(M.jsx)("div",{className:"svg-container svg-xxs login-icon",children:this.props.userAuth.isLoggedIn?Object(M.jsx)(z,{}):Object(M.jsx)(G,{})})}),n]}),this.showBasketIcon()&&Object(M.jsx)("li",{className:"search-menu__item search-menu__item-static search-menu__item--cart distraction-free-hide",children:Object(M.jsxs)(h.a,{to:t,children:[Object(M.jsx)("div",{className:"svg-container svg-cart",children:Object(M.jsx)(V,{})}),Object(M.jsx)("div",{id:"cart-total-number",className:"cart-total-number",children:sessionStorage.getItem("basket_count")>0&&Object(M.jsx)("span",{className:"cart-total-number-text",children:sessionStorage.getItem("basket_count")})})]})}),!this.props.userAuth.isLoggedIn&&"/create-account"!==this.props.location.pathname&&Object(M.jsx)("div",{className:"d-none d-lg-block",children:Object(M.jsx)(Z.a,{to:"#",className:"trial-button",id:"signup",onClick:this.handleAddModal,children:"Create Account"})})]})]}),this.props.headerNotifications.track&&Object(M.jsxs)("div",{id:"playlist-tooltip",className:"playlist-success_tooltip".concat(this.props.headerNotifications.animateIn?" animate-in":"").concat(this.props.headerNotifications.animateOut?" animate-out":""),children:[Object(M.jsx)("div",{className:"playlist-success_left",children:Object(M.jsx)("img",{src:Object(Me.b)(this.props.headerNotifications.track.artist.avatar_image.image_aws_url,160),alt:"Hunt"})}),Object(M.jsx)("div",{className:"playlist-success_right",children:Object(M.jsxs)("div",{className:"playlist-success_right--inner",children:[Object(M.jsx)("h3",{children:Object(M.jsx)("span",{children:this.props.headerNotifications.track.name})}),Object(M.jsxs)("p",{className:"playlist-success_added",children:["Saved to"," ",this.props.headerNotifications.newPlaylist?"new ":"","playlist:"]}),Object(M.jsx)("p",{className:"playlist-success_playlist",children:Object(M.jsx)("span",{children:this.props.headerNotifications.playlistName})})]})})]}),this.props.headerNotifications.signin&&Object(M.jsx)("div",{id:"login-tooltip",className:"signin-success_tooltip".concat(this.props.headerNotifications.animateIn?" animate-in":"").concat(this.props.headerNotifications.animateOut?" animate-out":""),children:Object(M.jsxs)("p",{className:"playlist-success_added",children:["Welcome back",this.props.headerNotifications.firstName&&""!==this.props.headerNotifications.firstName&&", ".concat(this.props.headerNotifications.firstName),"!"]})}),Object(M.jsxs)("div",{className:"main-search",children:[Object(M.jsx)("div",{className:"main-search__wrapper",children:Object(M.jsxs)("form",{onSubmit:this.handleSubmit,className:"main-search__form",action:".",children:[Object(M.jsx)("div",{className:"svg-container svg-xxs",children:Object(M.jsx)("button",{type:"submit",onSubmit:this.onSearchSubmit,value:"Submit",children:Object(M.jsx)(B,{})})}),Object(M.jsx)("input",{ref:function(t){return e.searchInput=t},type:"search",name:"search",autoComplete:"off",id:"main-search__input",className:"search-field",onFocus:this.onSearchFocus,onChange:this.onSearchChangeHandler,placeholder:"Search styles, moods, artists and tracks"})]})}),Object(M.jsx)("div",{className:"main-search__results",children:Object(M.jsx)("div",{className:"main-search__suggestions",children:Object(M.jsx)("ul",{className:"main-search__suggestions-list main-search__suggestions px-4 px-md-0",children:(A()("body").hasClass("search-on")||A()("main-search").hasClass("search-displayed"))&&Object(M.jsx)(lt,{keyword:this.state.query,suggested:this.state.suggested,isSearchLoading:this.state.isSearchLoading,handleResultClick:this.handleResultClick})})})})]})]})})]})]})}),this.props.subscriptionData.overduePayment&&this.props.subscriptionData.overduePayment.id&&Object(M.jsx)("div",{className:"heads-up-msg distraction-free-hide",children:Object(M.jsxs)("p",{children:[Object(M.jsx)("strong",{children:"Heads up!"})," Your latest subscription payment failed."," ",Object(M.jsx)(Z.a,{to:"/payments/".concat(this.props.subscriptionData.overduePayment.id),children:"Resolve now"}),"."]})}),this.props.subscriptionData.hasExpiredNotice&&Object(M.jsx)("div",{className:"heads-up-msg warning distraction-free-hide",children:Object(M.jsxs)("p",{children:[Object(M.jsx)("strong",{children:"Heads up!"})," Your subscription has expired."," ",Object(M.jsx)("span",{style:{textDecoration:"underline",cursor:"pointer"},onClick:this.handleDismissExpirationNotice,children:"Dismiss"}),"."]})}),this.props.subscriptionData.isPaused&&Object(M.jsx)("div",{className:"heads-up-msg alert distraction-free-hide",children:Object(M.jsxs)("p",{children:["Your subscription has been paused. To resume your subscription early, please ",Object(M.jsx)(Z.a,{to:"/contact/general-inquiry",children:"contact us"}),"."]})})]}),r,"login"==this.props.modal.type&&Object(M.jsx)(Ve.a,{onRemoveModal:this.handleRemoveModal,onAddModal:this.handleAddModal,makeLoginAttempt:this.handleLogin,showLoginStageTwo:Ae.C,checkProvidedEmail:Ae.g,resetLoginModal:Ae.x}),"success"==this.props.modal.type&&Object(M.jsx)(Ue,{modalIntent:this.props.modal.intent,reloadPage:this.reloadPage,onSubmitSupplementalUserData:this.props.onSubmitSupplementalUserData}),"password"==this.props.modal.type&&Object(M.jsx)(Be,{onRemoveModal:this.handleRemoveModal,makePasswordAttempt:Ae.u}),"signup"==this.props.modal.type&&Object(M.jsx)(De,{onRemoveModal:this.handleRemoveModal,makeRegisterAttempt:this.props.onMakeRegisterAttempt}),"playSignup"===this.props.modal.type&&Object(M.jsx)(Je,{modalIntent:this.props.modal.intent,onRemoveModal:this.handleRemoveModal,handleAddModal:this.props.onAddModal,onAddModal:this.handleAddModal,makeRegisterAttempt:this.props.onMakeRegisterAttempt}),"downloadPreview"===this.props.modal.type&&Object(M.jsx)(Fe,{modalIntent:this.props.modal.intent,onRemoveModal:this.handleRemoveModal}),this.props.license.active&&Object(M.jsx)(He.default,{track:this.props.license.track,trackDuration:this.props.license.track.duration,getGeneratedLicenseCode:this.getGeneratedLicenseCode}),this.props.playlist.active&&Object(M.jsx)(qe,{onRemoveModal:this.handleRemoveModal,playlist:this.props.playlist,onRemovePlaylist:this.props.onRemovePlaylist}),"autoClear"===this.props.modal.type&&Object(M.jsx)(it,{onRemoveModal:this.handleRemoveModal,track:this.props.modal.intent,getGeneratedLicenseCode:this.getGeneratedLicenseCode}),"seeMoreLicenseOption"===this.props.modal.type&&Object(M.jsx)(ct,{onAddModal:this.props.onAddModal,onRemoveModal:this.handleRemoveModal,track:this.props.modal.intent}),"removeStyle"===this.props.modal.type&&Object(M.jsx)(Qe,{track:this.props.modal.intent,onRemoveModal:this.handleRemoveModal}),Object(M.jsx)("div",{className:"search-overlay"}),Object(M.jsx)("div",{className:"modal-overlay"})]})}}]),n}(s.Component),lt=function(e){var t=e.keyword,n=(e.isSearchLoading,e.suggested),a=e.handleResultClick;return!1===t||t.length<1?Object(M.jsxs)(s.Fragment,{children:[Object(M.jsx)("span",{className:"main-search__title",children:"Trending searches"}),Object(M.jsx)(he,{onResultClick:a})]}):0!==P.a.size(n)&&Object(M.jsx)(ie,{onResultClick:a,suggested:n})};ot.contextTypes={router:N.a.object};var dt=Object(l.b)((function(e){return{license:e.get("license"),modal:e.get("modal"),playlist:e.get("playlist"),player:e.get("footerPlayer"),subscriptionData:e.get("subscriptionData"),headerNotifications:e.get("headerNotifications"),userAuth:e.get("userAuth")}}),(function(e){return{onAddModal:function(t,n){e(Object(Ae.a)(t,n))},onSetLoginStatus:function(t){e(Object(Ae.B)(t))},setEnteredProfession:function(t){e(Object(Ae.A)(t))},onRemoveModal:function(){e(Object(Ae.w)())},onRemovePlaylist:function(){e(Object(xe.i)())},onMakeRegisterAttempt:function(t){e(Object(Ae.v)(!1,t))},onSubmitSupplementalUserData:function(){e(Object(Ae.F)())},loadUserData:function(t){e(Object(Ae.s)(t))},loadAdminData:function(t){e(Object(Ie.b)(t))},loadFavorites:function(t){e(Object(fe.f)(t))},loadFollowing:function(t){e(Object(ge.b)(t))},loadSubscriptionData:function(t,n){e(Object(Oe.e)(t,n))},setHasExpiredNotice:function(t){e(Object(Oe.f)(t))},loadCurrency:function(t){e(Object(ye.a)(t))},loadCountry:function(t){e(Object(_e.a)(t))},onSetAppliedFilters:function(t){e(Object(we.c)(t))},onSetNotFiltered:function(){e(Object(we.e)())},showNotificationSuccess:function(t){t?setTimeout((function(){e(Object(Ae.D)(t)),setTimeout((function(){e(Object(Ae.b)())}),10)}),4e3):(e(Object(Ae.D)()),e(Object(Ae.b)()))},hideNotificationSuccess:function(){e(Object(Ae.c)()),e(Object(Ae.q)())},showSigninSuccess:function(t){setTimeout((function(){e(Object(Ae.E)(t)),setTimeout((function(){e(Object(Ae.b)()),setTimeout((function(){e(Object(Ae.c)()),setTimeout((function(){e(Object(Ae.r)())}),400)}),4e3)}),10)}),400)},downloadTrackInfo:function(t){return e(Object(Se.c)(t))},generateLicenseCodeError:function(t){return e(Object(Se.h)(t))},generateLicenseCodeStart:function(){return e(Object(Se.i)())}}}))(Object(h.d)(ot)),ut=n(181);function ht(){var e=$("body"),t=$("#filter-btn"),n=$("#filter-close"),s=$(".filter-responsive"),a=$(".filter-responsive__content"),i=$(".filter-responsive__item"),r=$(".filter-responsive__links"),c=$(".filter-responsive__links--secondary"),o=$(".filter-responsive__sidebar-category"),l=$(".filter-responsive__sidebar-category-item"),d=$(".filter-responsive__sidebar-sub-category");t.on("click",(function(){s.fadeIn(),$(e).toggleClass("filter-open"),r.on("click",(function(){r.removeAttr("id","filter-link-active"),$(this).attr("id","filter-link-active")})),c.on("click",(function(){c.removeAttr("id","filter-link-active-secondary"),$(this).attr("id","filter-link-active-secondary")})),n.on("click",(function(){s.fadeOut(),o.hide(),a.removeClass("remove-content"),d.hide(),$(".filter-responsive__dropdown").hide(),r.removeClass("filter-active"),c.removeAttr("id","filter-link-active-secondary"),r.removeAttr("id","filter-link-active")}))})),i.on("click",(function(){o.hide(),$(this).find(o).show(),a.addClass("remove-content"),$(r).removeClass("filter-active"),$(this).find(".filter-responsive__links").addClass("filter-active"),l.on("click",(function(){d.hide(),$(this).find(d).show(),$(d).children("li").unbind().click((function(e){e.stopPropagation(),$(this).children(".filter-responsive__dropdown").slideToggle(),$(this).find(".filter-selection-btn").toggleClass("filter-dropdown-open"),$(this).children(".filter-responsive__dropdown").unbind().on("click",(function(e){e.stopPropagation()}))}))})),$(".filter-responsive__sidebar-category--secondary").children("li").unbind().on("click",(function(e){e.stopPropagation(),$(this).find(".filter-responsive__dropdown--secondary").slideToggle(),$(this).find(".filter-selection-btn").toggleClass("filter-dropdown-open"),$(this).children(".filter-responsive__dropdown--secondary").unbind().on("click",(function(e){e.stopPropagation()}))}))})),e.addClass("volume-low"),$(".footer-player__volume-slider").on("mouseenter",(function(){e.addClass("volume-active"),$("#slider-vertical").slider({orientation:"vertical",range:"min",min:0,max:100,value:60,slide:function(t,n){$("#amount").val(n.value),n.value>50?(e.removeClass("volume-low"),e.addClass("volume-high")):(e.removeClass("volume-high"),e.addClass("volume-low")),n.value<=0&&e.addClass("volume-zero"),n.value>0&&e.removeClass("volume-zero")},start:function(t,n){e.addClass("volume-active-start")},stop:function(t,n){$(e).removeClass("volume-active"),e.removeClass("volume-active-start")}}),$("#amount").val($("#slider-vertical").slider("value"))}));$(".footer-player__volume-slider").on("mouseleave",(function(){e.is(".volume-active-start")?e.addClass("volume-active"):e.removeClass("volume-active")})),$(".filter__dropdown > li").on("mouseenter",(function(){$(this).addClass("filter__dropdown-active")})),$(".filter__dropdown--secondary li").on("mouseenter",(function(){$(this).addClass("filter__dropdown-active")})),$(".filter__dropdown > li").on("mouseleave",(function(){$(this).removeClass("filter__dropdown-active")})),$(".filter__dropdown--secondary li").on("mouseleave",(function(){$(this).removeClass("filter__dropdown-active")}))}var pt,mt,bt=n(267),jt=n(263),vt=function(e){Object(x.a)(n,e);var t=Object(S.a)(n);function n(){return Object(y.a)(this,n),t.apply(this,arguments)}return Object(_.a)(n,[{key:"render",value:function(){return Object(M.jsx)(D.a,{src:'\n'})}}]),n}(a.a.Component),gt=vt,ft=n(30),Ot=function(e){Object(x.a)(n,e);var t=Object(S.a)(n);function n(e){var s;return Object(y.a)(this,n),(s=t.call(this,e)).state={artistCount:!1,trackCount:!1},s.handleSocialClick=s.handleSocialClick.bind(Object(k.a)(s)),s}return Object(_.a)(n,[{key:"componentDidMount",value:function(){$((function(){$("#video-edit-slider").slider({max:[1,2,3,4,5,6,7,8,9,10].length-1,min:0,values:[2],slide:function(e,t){}})})),$(".footer-player__modes-col").on("click",(function(){$(".footer-player__modes-col").is(".active")&&$(".footer-player__modes-col").removeClass("active"),$(this).addClass("active")})),$(".player-settings").on("click",(function(){$(this).toggleClass("active")})),ht()}},{key:"handleSocialClick",value:function(e){Object(ft.a)("Social Channel Visited",e)}},{key:"render",value:function(){var e=this;sessionStorage.getItem("artist_account");return Object(M.jsx)("div",{className:"footer-outer",children:Object(M.jsx)("div",{className:"browse-content-wrapper",children:Object(M.jsx)("div",{className:"browse-content-wrapper-inner",children:Object(M.jsx)("div",{className:"content-container container-fluid",children:Object(M.jsxs)("footer",{className:C()({"player-active":this.props.playerActive}),children:[Object(M.jsxs)("div",{className:"row distraction-free-hide",children:[Object(M.jsx)("div",{className:"col-md-4",children:Object(M.jsxs)("div",{className:"footer__block footer__block--secondary",children:[Object(M.jsxs)("div",{className:"footer__caption",children:[Object(M.jsx)("span",{className:"footer__title",children:Object(M.jsx)(Y.a,{})}),Object(M.jsx)("p",{className:"footer__text",children:"Music for pro video and film."})]}),Object(M.jsxs)("span",{className:"footer__copy",children:["Copyright \xa9 ",(new Date).getFullYear()," Music Vine Limited"]})]})}),Object(M.jsx)("div",{className:"col-md-4",children:Object(M.jsxs)("div",{className:"footer__block text-center",children:[Object(M.jsx)("div",{className:"footer__top"}),Object(M.jsx)("div",{className:"footer__bottom",children:Object(M.jsx)("div",{className:"footer__list",children:Object(M.jsxs)("ul",{className:"list-bare",children:[Object(M.jsx)("li",{className:"list-item footer__icon v-center",onClick:function(){e.handleSocialClick("Twitter")},children:Object(M.jsx)("a",{href:"https://twitter.com/wearemusicvine",target:"_blank",title:"X",children:Object(M.jsx)("div",{className:"svg-container",children:Object(M.jsx)(jt.a,{})})})}),Object(M.jsx)("li",{className:"list-item footer__icon v-center",onClick:function(){e.handleSocialClick("Facebook")},children:Object(M.jsx)("a",{href:"https://www.facebook.com/wearemusicvine/",target:"_blank",title:"Facebook",children:Object(M.jsx)("div",{className:"svg-container",children:Object(M.jsx)(bt.a,{})})})}),Object(M.jsx)("li",{className:"list-item footer__icon v-center",onClick:function(){e.handleSocialClick("Instagram")},children:Object(M.jsx)("a",{href:"https://www.instagram.com/wearemusicvine/",target:"_blank",title:"Instagram",children:Object(M.jsx)("div",{className:"svg-container",children:Object(M.jsx)(gt,{})})})})]})})})]})}),Object(M.jsx)("div",{className:"col-md-4",children:Object(M.jsx)("div",{className:"footer__block footer__block--secondary footer__block--last clearfix",children:Object(M.jsxs)("ul",{className:"list-bare",children:[Object(M.jsx)("li",{children:Object(M.jsx)(Z.a,{to:"/contact",children:"Contact Us"})}),Object(M.jsx)("li",{children:Object(M.jsx)(Z.a,{to:"/styles",children:"Styles"})}),Object(M.jsx)("li",{children:Object(M.jsx)(Z.a,{to:"/collections",children:"Collections"})}),Object(M.jsx)("li",{children:Object(M.jsx)(Z.a,{to:"/licenses",children:"Licenses"})}),Object(M.jsx)("li",{children:Object(M.jsx)(Z.a,{to:"/careers",children:"Careers"})}),Object(M.jsx)("li",{children:Object(M.jsx)(Z.a,{to:"/terms",children:"Terms of Use"})}),Object(M.jsx)("li",{children:Object(M.jsx)(Z.a,{to:"/privacy-and-cookie-policy",children:"Privacy & Cookies"})})]})})})]}),Object(M.jsx)("div",{className:"row justify-content-center distraction-free-only",children:Object(M.jsx)("div",{className:"col-md-4",children:Object(M.jsxs)("div",{className:"footer__block footer__block--secondary",children:[Object(M.jsx)("div",{className:"footer__caption text-center",children:Object(M.jsx)("span",{className:"footer__title pr-0",children:Object(M.jsx)(Y.a,{})})}),Object(M.jsxs)("span",{className:"footer__copy mt-2 text-center",children:["Copyright \xa9 ",(new Date).getFullYear()," Music Vine Limited"]}),Object(M.jsx)("span",{className:"text-center",children:Object(M.jsx)(ut.a,{})})]})})})]})})})})})}}]),n}(a.a.Component),yt=Object(l.b)((function(e){return Object(v.a)({},e.get("footerPlayer"))}),null)(Ot),_t=n(177),kt=j.c.div(pt||(pt=Object(X.a)(["\n position: fixed;\n top: 0;\n left: 0;\n width: 100%;\n visibility: ",";\n opacity: ",";\n transition: all 500ms ease-in-out;\n z-index: ",";\n"])),(function(e){return e.hidden?"hidden":"visible"}),(function(e){return e.hidden?"0":"1"}),(function(e){return e.hidden?"-10":"9999"})),xt=j.c.div(mt||(mt=Object(X.a)(["\n height: 2px;\n background: #29D;\n transition: all 300ms ease;\n"]))),St=function(e){Object(x.a)(n,e);var t=Object(S.a)(n);function n(e){var s;return Object(y.a)(this,n),(s=t.call(this,e)).handleProps=s.handleProps.bind(Object(k.a)(s)),s.increment=s.increment.bind(Object(k.a)(s)),s.state={percent:e.percent},s}return Object(_.a)(n,[{key:"componentDidMount",value:function(){this.handleProps(this.props)}},{key:"componentWillReceiveProps",value:function(e){this.interval&&(clearInterval(this.interval),this.interval=void 0),this.timeout&&(clearTimeout(this.timeout),this.timeout=void 0),this.handleProps(e)}},{key:"componentWillUnmount",value:function(){this.interval&&(clearInterval(this.interval),this.interval=void 0),this.timeout&&(clearTimeout(this.timeout),this.timeout=void 0)}},{key:"increment",value:function(){var e=this.state.percent;e=(e+=Math.random()+1-Math.random())<99?e:99,this.setState({percent:e})}},{key:"handleProps",value:function(e){var t=this;e.autoIncrement&&e.percent>=0&&e.percent<99&&(this.interval=setInterval(this.increment,e.intervalTime)),e.percent>=100?this.setState({percent:99.9},(function(){t.timeout=setTimeout((function(){t.setState({percent:-1},(function(){return e.updateProgress(-1)}))}),300)})):this.setState({percent:e.percent})}},{key:"render",value:function(){var e=this.state.percent,t=e<0||e>=100,n={width:"".concat(e<=0?0:e,"%")};return Object(M.jsx)(kt,{hidden:t,children:Object(M.jsx)(xt,{style:n})})}}]),n}(a.a.Component);St.defaultProps={percent:-1,autoIncrement:!0,intervalTime:75};var wt=St;var Ct=function(e){return function(t){Object(x.a)(s,t);var n=Object(S.a)(s);function s(e){var t;return Object(y.a)(this,s),(t=n.call(this,e)).state={progress:-1,loadedRoutes:e.location&&[e.location.pathname]},t.updateProgress=t.updateProgress.bind(Object(k.a)(t)),t}return Object(_.a)(s,[{key:"componentWillMount",value:function(){var e=this;this.unsubscribeHistory=this.props.router&&this.props.router.listenBefore((function(t){-1===e.state.loadedRoutes.indexOf(t.pathname)&&e.updateProgress(0)}))}},{key:"componentWillUpdate",value:function(e,t){var n=this.state,s=n.loadedRoutes,a=n.progress,i=e.location.pathname;-1===s.indexOf(i)&&-1!==a&&t.progress<100&&(this.updateProgress(100),this.setState({loadedRoutes:s.concat([i])}))}},{key:"componentWillUnmount",value:function(){this.unsubscribeHistory=void 0}},{key:"updateProgress",value:function(e){this.setState({progress:e})}},{key:"render",value:function(){return Object(M.jsxs)("div",{children:[Object(M.jsx)(wt,{percent:this.state.progress,updateProgress:this.updateProgress}),Object(M.jsx)(e,Object(v.a)({},this.props))]})}}]),s}(a.a.Component)},Tt=n(264),At=n(265),It=n(260),Nt=function(e){var t=e.playing,n=e.onTogglePlay,s=e.isAudioReady;return Object(M.jsxs)("button",{id:"play",className:"footer-player__btn",onClick:function(){return s&&n(t)},children:[!t&&Object(M.jsx)("div",{className:"svg-container footer-player-icon play-icon svg-sm",children:Object(M.jsx)(Tt.a,{})}),t&&Object(M.jsx)("div",{className:"svg-container pause-icon svg-tiny",children:s?Object(M.jsx)(At.a,{}):Object(M.jsx)(It.a,{})})]})},Et=function(e){Object(x.a)(n,e);var t=Object(S.a)(n);function n(){return Object(y.a)(this,n),t.apply(this,arguments)}return Object(_.a)(n,[{key:"render",value:function(){return Object(M.jsx)(D.a,{src:''})}}]),n}(a.a.Component),Pt=Et,Lt=function(e){Object(x.a)(n,e);var t=Object(S.a)(n);function n(){return Object(y.a)(this,n),t.apply(this,arguments)}return Object(_.a)(n,[{key:"render",value:function(){return Object(M.jsx)(D.a,{src:''})}}]),n}(a.a.Component),Rt=Lt,Dt=function(e){var t=e.direction,n=e.activeTrackIndex,s=e.trackId,a=e.versionId,i=e.onChangeTrack,r=Object(M.jsx)(Pt,{}),c="footer-player__btn skip-track";return"forward"===t?(r=Object(M.jsx)(Rt,{}),c+=" pl-2 pl-md-3"):c+=" d-none d-md-flex pr-3",Object(M.jsx)("button",{className:c,onClick:function(){return i(n,s,a,t)},children:Object(M.jsx)("div",{className:"svg-container light svg-tiny",children:r})})};Dt.defaultProps={activeTrackIndex:0,versionId:0,trackId:0};var Mt=Dt,Ft=function(e){Object(x.a)(n,e);var t=Object(S.a)(n);function n(){return Object(y.a)(this,n),t.apply(this,arguments)}return Object(_.a)(n,[{key:"render",value:function(){return Object(M.jsx)(D.a,{src:''})}}]),n}(a.a.Component),Vt=Ft,$t=function(e){Object(x.a)(n,e);var t=Object(S.a)(n);function n(){return Object(y.a)(this,n),t.apply(this,arguments)}return Object(_.a)(n,[{key:"render",value:function(){return Object(M.jsx)(D.a,{src:''})}}]),n}(a.a.Component),Wt=$t,Ut=function(e){Object(x.a)(n,e);var t=Object(S.a)(n);function n(){return Object(y.a)(this,n),t.apply(this,arguments)}return Object(_.a)(n,[{key:"render",value:function(){return Object(M.jsx)(D.a,{src:''})}}]),n}(a.a.Component),Bt=Ut,Ht=function(e){Object(x.a)(n,e);var t=Object(S.a)(n);function n(){return Object(y.a)(this,n),t.apply(this,arguments)}return Object(_.a)(n,[{key:"render",value:function(){return Object(M.jsx)(D.a,{src:''})}}]),n}(a.a.Component),Gt=Ht,Kt=function(e){Object(x.a)(n,e);var t=Object(S.a)(n);function n(){return Object(y.a)(this,n),t.apply(this,arguments)}return Object(_.a)(n,[{key:"render",value:function(){return Object(M.jsx)(D.a,{src:''})}}]),n}(a.a.Component),zt=Kt,Yt=function(e){var t=e.onChangeMode,n=e.modes,s=e.activeMode;return Object(M.jsxs)("div",{className:"footer-player__mode-icon align-items-center d-none d-md-flex",children:[Object(M.jsx)("div",{className:"svg-container svg-xxs hide-lg",children:Object(M.jsxs)("div",{className:"footer-player__mode-icon-main",id:s,children:[Object(M.jsx)(Gt,{}),Object(M.jsx)(Bt,{}),Object(M.jsx)(Vt,{}),Object(M.jsx)(Wt,{}),Object(M.jsx)(zt,{})]})}),Object(M.jsx)("div",{className:"footer-player__modes hide-lg",children:Object(M.jsxs)("div",{className:"footer-player__modes-block hide-lg",children:[Object(M.jsxs)("div",{className:C()("footer-player__modes-col change-mode",{active:n.autoprogress}),onClick:function(){return t("autoprogress")},children:[Object(M.jsx)("div",{className:"svg-container svg-xxs",children:Object(M.jsx)(Gt,{})}),Object(M.jsx)("span",{className:"footer-player__modes-title",children:"Auto-Progress"})]}),Object(M.jsxs)("div",{className:C()("footer-player__modes-col footer-player__modes-col--secondary change-mode footer-player--icon-style",{active:n.repeat}),onClick:function(){return t("repeat")},children:[Object(M.jsx)("div",{className:"svg-container svg-xxs",children:Object(M.jsx)(Vt,{})}),Object(M.jsx)("span",{className:"footer-player__modes-title",children:"Repeat"})]}),Object(M.jsxs)("div",{className:C()("footer-player__modes-col footer-player__modes-col--secondary change-mode",{active:n.firstFifteen}),onClick:function(){return t("firstFifteen")},children:[Object(M.jsx)("div",{className:"svg-container svg-xxs",children:Object(M.jsx)(Wt,{})}),Object(M.jsx)("span",{className:"footer-player__modes-title",children:"First 15 Seconds Only"})]}),Object(M.jsxs)("div",{className:C()("footer-player__modes-col footer-player__modes-col--last change-mode",{active:n.current}),onClick:function(){return t("current")},children:[Object(M.jsx)("div",{className:"svg-container svg-xxs",children:Object(M.jsx)(zt,{})}),Object(M.jsx)("span",{className:"footer-player__modes-title",children:"Current Track Only"})]})]})})]})},qt=function(e){Object(x.a)(n,e);var t=Object(S.a)(n);function n(e){var s;return Object(y.a)(this,n),(s=t.call(this,e)).state={position:"0:00"},s.onPosChange=s.onPosChange.bind(Object(k.a)(s)),s}return Object(_.a)(n,[{key:"onPosChange",value:function(e){this.setState({position:e})}},{key:"render",value:function(){var e=this.props,t=e.onChangeTrack,n=e.onTogglePlay,a=e.activeTrackIndex,i=e.playing,r=e.onChangeMode,c=e.modes,o=e.activeMode,l=e.isAudioReady,d=e.primaryTrack,u=d.trackId||0,h=d.versionId||0;return Object(M.jsxs)(s.Fragment,{children:[Object(M.jsxs)("div",{className:"d-flex player-width-controls align-items-center align-content-center",children:[Object(M.jsx)(Mt,{disabled:!1,activeTrackIndex:a,trackId:u,versionId:h,direction:"backward",onChangeTrack:t}),Object(M.jsx)(Nt,{onTogglePlay:n,playing:i,isAudioReady:l}),Object(M.jsx)(Mt,{direction:"forward",activeTrackIndex:a,trackId:u,versionId:h,onChangeTrack:t}),Object(M.jsx)(Yt,{onChangeMode:r,modes:c,activeMode:o})]}),Object(M.jsx)("div",{id:"current",className:"current-time d-none d-md-flex player-width-time-current",children:l?this.state.position:"0:00"})]})}}]),n}(s.Component);qt.defaultProps={modes:{},activeMode:"",playing:!1,isAudioReady:!1};var Jt,Xt=qt,Qt=n(91),Zt=n.n(Qt),en=n(355),tn=n.n(en),nn={scrollParent:!1,height:40,waveColor:"#2c2d2d",progressColor:"#01ece3",normalize:!0,mediaType:"audio",cursorColor:"#3a7676",cursorWidth:0,interact:!0,audioRate:1,hideScrollbar:!0,backend:"MediaElement"},sn=["audioprocess","error","finish","loading","mouseup","pause","play","ready","scroll","seek","zoom"],an=function(e){Object(x.a)(n,e);var t=Object(S.a)(n);function n(e){var s;return Object(y.a)(this,n),(s=t.call(this,e)).state={isReady:!1,firstFifteenStart:!1,touchedWave:!1},s.wavesurferEl=a.a.createRef(),s.initWaveSurfer=s.initWaveSurfer.bind(Object(k.a)(s)),s.secToPos=s.secToPos.bind(Object(k.a)(s)),s.posToSec=s.posToSec.bind(Object(k.a)(s)),s.seekTo=s.seekTo.bind(Object(k.a)(s)),s.parentSeekTo=s.parentSeekTo.bind(Object(k.a)(s)),s.setActiveTrackPosition=s.setActiveTrackPosition.bind(Object(k.a)(s)),s.handlePlayTrack=s.handlePlayTrack.bind(Object(k.a)(s)),s}return Object(_.a)(n,[{key:"componentDidMount",value:function(){this.initWaveSurfer()}},{key:"componentWillReceiveProps",value:function(e){var t=this,n=e.primaryTrack;if(P.a.isEmpty(n))return!1;var s,a=n.track_version,i=n.versionId,r=!1,c=P.a.isEmpty(this.props.primaryTrack)?{}:P.a.find(this.props.primaryTrack.track_version,["id",this.props.primaryTrack.versionId]),o=P.a.find(a,["id",i]),l=o&&o.version_preview_uri,d=c&&c.version_preview_uri;if(P.a.isEmpty(c)&&!P.a.isEmpty(o))return this.setState({isReady:!1}),this.props.audioReady(!1,o.id),this.wavesurfer instanceof Zt.a&&this.wavesurfer.destroy(),this.initWaveSurfer(o),!1;if(d!==l&&i!==this.props.primaryTrack.versionId){if(this.setState({isReady:!1}),this.props.audioReady(!1,this.props.primaryTrack.versionId),this.wavesurfer.pause(),this.wavesurfer instanceof Zt.a&&this.wavesurfer.destroy(),void 0!==this.props.activeTrackWave&&!P.a.isEmpty(this.props.activeTrackWave)){var u=P.a.findIndex(this.props.activeTrackWave.track_version,["id",this.props.primaryTrack.versionId]),h=this.props.activeTrackWave.track_version[u].wavesurfer;void 0!==h&&(h.isDestroyed||h.drawer.progress(0))}return this.initWaveSurfer(o),r=!0,!1}return r||this.props.playing===e.playing&&this.wavesurfer.isPlaying()===e.playing||e.playing||this.setState({firstFifteenStart:!1}),void 0!==e.pos&&this.state.isReady&&e.pos!==this.props.pos&&(r?s=this.wavesurfer.on("ready",(function(){t.seekTo(e.pos),s&&s.un()})):this.wavesurfer.seekTo(e.pos)),this.props.volume!==e.volume&&this.wavesurfer.setVolume(parseFloat(e.volume)),"firstFifteen"===e.activeMode&&e.playing&&(this.state.firstFifteenStart||!this.state.isReady||this.state.touchedWave?e.activeTrackWave&&e.activeTrackWave.trackPage&&!this.state.touchedWave&&this.setState({firstFifteenStart:!1,touchedWave:!0}):this.setState({firstFifteenStart:parseInt(Date.now()/1e3,10)})),!1}},{key:"componentWillUnmount",value:function(){var e=this;sn.forEach((function(t){e.wavesurfer&&e.wavesurfer.un(t)})),this.wavesurfer&&this.wavesurfer.destroy()}},{key:"setActiveTrackPosition",value:function(e){if(void 0!==this.props.activeTrackWave&&!P.a.isEmpty(this.props.activeTrackWave)){var t=P.a.findIndex(this.props.activeTrackWave.track_version,["id",this.props.primaryTrack.versionId]),n=this.props.activeTrackWave.track_version[t].wavesurfer;this.parentSeekTo(n,e)}}},{key:"handlePlayTrack",value:function(){this.props.playing||this.props.onTogglePlay(this.props.playing)}},{key:"initWaveSurfer",value:function(e){if(P.a.isEmpty(e))return!1;var t=e.waveform_json,n=e.version_preview_uri,s=e.version_length,a=e.version_precise_length,i=tn()({},nn,{container:this.wavesurferEl.current}),r=JSON.parse(t),c=a||s;return this.wavesurfer=Zt.a.create(i),this.wavesurfer.backend.setPeaks(JSON.parse(t),c),this.wavesurfer.drawBuffer(),this.wavesurfer.setVolume(parseFloat(this.props.volume)),this.loadAudio(n,r,c),this.registerPlayerEvents(),!1}},{key:"loadAudio",value:function(e,t,n){if(e instanceof window.HTMLElement)this.wavesurfer.loadMediaElement(e,t,null,n);else if("string"===typeof e)this.wavesurfer.loadMediaElement(e,t,null,n);else{if(!(e instanceof window.Blob||e instanceof window.File))throw new Error("Wavesurfer._loadAudio expects prop audioFile\n to be either HTMLElement, string or file/blob");this.wavesurfer.loadBlob(e,t)}}},{key:"registerPlayerEvents",value:function(){var e=this,t=this.props.onTogglePlay;return this.wavesurfer instanceof Zt.a&&(this.wavesurfer.on("ready",(function(){e.setState({isReady:!0,pos:e.props.pos}),e.props.audioReady(!0,e.props.activeTrack.versionID);var t=e.wavesurfer.getDuration();e.props.getDuration({wavesurfer:e.wavesurfer,duration:t}),e.props.pos&&e.seekTo(e.props.pos),void 0!==e.props.volume&&e.wavesurfer.setVolume(parseFloat(e.props.volume)),e.props.playing&&e.wavesurfer.play()})),this.wavesurfer.on("seek",(function(t){if(e.state.isReady){var n=e.posToSec(t);if(e.setState({formattedPos:n}),e.props.onPosChange({wavesurfer:e.wavesurfer,originalArgs:[n]}),void 0!==e.props.activeTrackWave&&!P.a.isEmpty(e.props.activeTrackWave)){var s=P.a.findIndex(e.props.activeTrackWave.track_version,["id",e.props.primaryTrack.versionId]),a=e.props.activeTrackWave.track_version[s].wavesurfer;e.parentSeekTo(a,n)}e.wavesurfer.isPlaying()||e.props.playing||(e.wavesurfer.play(),e.props.onTogglePlay(e.props.playing)),"firstFifteen"===e.props.activeMode&&e.state.firstFifteenStart&&e.setState({firstFifteenStart:!1,touchedWave:!0})}})),this.wavesurfer.on("audioprocess",(function(t){if(e.state.isReady&&(e.props.onPosChange({wavesurfer:e.wavesurfer,originalArgs:[t]}),e.setActiveTrackPosition(t),"firstFifteen"===e.props.activeMode)){var n=!1;if(e.state.firstFifteenStart)parseInt(Date.now()/1e3,10)>=e.state.firstFifteenStart+16&&(n=!0,e.setState({firstFifteenStart:!1,touchedWave:!1}));n&&(e.setActiveTrackPosition(0),e.props.handleAutoProgress())}})),this.wavesurfer.on("finish",(function(){var t=e.props,n=t.activeMode,s=t.handleAutoProgress;e.state.isReady&&("autoprogress"===n?(e.setActiveTrackPosition(0),s()):"current"===n?(e.seekTo(0),e.setActiveTrackPosition(0),e.props.handleCurrentTrackOnly()):"firstFifteen"===n?(e.setActiveTrackPosition(0),s(),e.setState({firstFifteenStart:!1,touchedWave:!1})):"repeat"===n&&(e.wavesurfer.stop(),e.props.onTogglePlay(!1)))})),"mediaSession"in navigator&&(navigator.mediaSession.setActionHandler("play",(function(){e.wavesurfer.play(),t(!1)})),navigator.mediaSession.setActionHandler("pause",(function(){e.wavesurfer.pause(),t(!0)}))),!1)}},{key:"secToPos",value:function(e){return this.wavesurfer instanceof Zt.a?1/this.wavesurfer.getDuration()*e:0}},{key:"posToSec",value:function(e){return this.wavesurfer instanceof Zt.a?e*this.wavesurfer.getDuration():0}},{key:"seekTo",value:function(e){var t=this.secToPos(e);this.props.audioOptions.autoCenter?this.wavesurfer.seekAndCenter(t):this.wavesurfer.seekTo(e)}},{key:"parentSeekTo",value:function(e,t){if(!(e instanceof Zt.a))return!1;var n=this.secToPos(t);return P.a.isNaN(n)||(this.props.audioOptions.autoCenter?e.seekAndCenter(n):e.drawer.progress(n)),!1}},{key:"render",value:function(){return Object(M.jsx)("div",{className:"grid__item d-flex player-width-waveform pl-2 px-md-2",children:Object(M.jsxs)("div",{className:"waveform-track",children:[Object(M.jsx)("div",{className:"waveform-track",ref:this.wavesurferEl}),!this.state.isReady&&Object(M.jsx)("div",{className:"wave-track-overlay",onClick:this.handlePlayTrack})]})})}}]),n}(s.Component),rn=function(e){var t=e.duration;return Object(M.jsx)("div",{id:"duration",className:"total-duration d-none d-md-flex player-width-duration",children:t})},cn=Object(j.c)(h.a)(Jt||(Jt=Object(X.a)(["\n"])));function on(e){return e.name?Object(M.jsxs)(s.Fragment,{children:[Object(M.jsx)(cn,{to:"/track/".concat(e.artist.slug,"/").concat(e.slug),children:Object(M.jsx)("h5",{className:"footer-player__sub-title",children:e.name})}),Object(M.jsx)(cn,{to:"/browse/artist/".concat(e.artist.slug),children:Object(M.jsx)("h5",{className:"footer-player__sub-title footer-player__sub-title--secondary",children:e.artist.name})})]}):null}function ln(e){return e.artist&&e.artist.avatar_image?Object(M.jsx)(cn,{to:"/browse/artist/".concat(e.artist.slug?e.artist.slug:e.artist.id),children:Object(M.jsx)("img",{alt:e.artist.name,height:"47",width:"47",className:"hide-lg",src:Object(Me.b)(e.artist.avatar_image.image_aws_url,94)})}):Object(M.jsx)("img",{alt:"Artist placeholder",height:"47",width:"47",className:"hide-lg",src:Object(Me.b)(Ke.a,94)})}var dn=function(e){var t=e.activeTrack;return Object(M.jsxs)(s.Fragment,{children:[Object(M.jsx)("div",{className:"player-width-artist-avatar d-none d-md-flex",children:ln(t)}),Object(M.jsx)("div",{className:"player-width-title pl-3",children:on(t)})]})},un=function(e){Object(x.a)(n,e);var t=Object(S.a)(n);function n(){return Object(y.a)(this,n),t.apply(this,arguments)}return Object(_.a)(n,[{key:"render",value:function(){return Object(M.jsx)(D.a,{src:''})}}]),n}(a.a.Component),hn=un,pn=function(e){var t=e.activeTrack,n=e.onAddPlaylist;return Object(M.jsx)("div",{className:"footer-player__icon player-width-playlist d-none d-md-flex",children:Object(M.jsxs)("div",{className:"svg-container svg-xxs",onClick:function(){return n(t)},children:[Object(M.jsx)(hn,{}),Object(M.jsx)("div",{className:"player-tooltip",children:Object(M.jsx)("span",{children:"Add To Playlist"})})]})})},mn=n(266),bn=function(e){Object(x.a)(n,e);var t=Object(S.a)(n);function n(e){var s;return Object(y.a)(this,n),(s=t.call(this,e)).onClickFavourite=s.onClickFavourite.bind(Object(k.a)(s)),s}return Object(_.a)(n,[{key:"onClickFavourite",value:function(){var e=this.props,t=e.activeTrack,n=e.onFavoriteToggle,s=e.onAddModal,a=sessionStorage.getItem("auth_token");if(!P.a.isEmpty(a)&&!P.a.isEmpty(t)){var i=t.current_context.id;return n(t.versionId,i)}return s()}},{key:"render",value:function(){var e=this.props.activeTrack,t=P.a.isEmpty(e)?"":e.versionId,n="",s=sessionStorage.getItem("favourites_data");return t&&s&&s.includes(String(t))&&(n="js-is-favourite-version"),Object(M.jsx)("div",{className:"footer-player__icon player-width-favourite d-none d-md-flex",children:Object(M.jsxs)(Z.a,{onClick:this.onClickFavourite,className:"svg-container svg-xxs btn-favorite favourite-track-".concat(t," ").concat(n),children:[Object(M.jsx)(mn.a,{}),Object(M.jsx)("div",{className:"player-tooltip",children:Object(M.jsx)("span",{children:"Add To Favorites"})})]})})}}]),n}(s.Component),jn=n(146),vn=function(e){var t=e.activeTrack,n=e.onDownload;return Object(M.jsx)("div",{className:"footer-player__icon player-width-download d-none d-md-flex",children:Object(M.jsxs)("div",{className:"svg-container svg-xxs",onClick:function(){return n(t)},children:[Object(M.jsx)(jn.a,{}),Object(M.jsx)("div",{className:"player-tooltip",children:Object(M.jsx)("span",{children:"Download Preview"})})]})})},gn=function(e){var t=e.activeTrack,n=e.onAddLicense;return Object(M.jsx)("div",{className:"footer-player__icon footer-player__icon--cart player-width-cart d-none d-md-flex",children:Object(M.jsxs)("div",{className:"svg-container svg-xxs",onClick:function(){return n(t)},children:[Object(M.jsx)(V,{}),Object(M.jsx)("div",{className:"player-tooltip",children:Object(M.jsx)("span",{children:"Buy License"})})]})})},fn=function(e){var t=e.activeTrack,n=e.onAddLicense;return Object(M.jsx)("div",{className:"footer-player__icon footer-player__icon--sub-cart player-width-sub-cart d-none d-md-flex",children:Object(M.jsx)(cn,{onClick:function(){return n(t)},children:Object(M.jsx)("div",{className:"browse-player__sub-license",children:Object(M.jsx)("p",{children:"License"})})})})},On=n(166),yn=n.n(On),_n=n(369),kn=(n(701),{float:"left",height:125,marginBottom:13}),xn=function(e){return Object(M.jsxs)("div",{className:C()("react-footer-slider",{visible:e.showSlider,invisible:!e.showSlider}),children:[Object(M.jsx)(yn.a,{step:.01,max:1,value:0,orientation:"vertical",reversed:!0}),Object(M.jsx)("div",{style:kn,children:Object(M.jsx)(_n.a,{vertical:!0,max:1,step:.01,value:parseFloat(e.volume),onChange:e.onVolumeChange})})]})},Sn=n(73),wn={scrollParent:!1,height:40,waveColor:"#2c2d2d",progressColor:"#01ece3",normalize:!0,mediaType:"audio",cursorColor:"#3a7676",cursorWidth:0,interact:!0,audioRate:1,playlistType:"",hideScrollbar:!0},Cn=function(e){Object(x.a)(n,e);var t=Object(S.a)(n);function n(e){var s;Object(y.a)(this,n),s=t.call(this,e);var i=localStorage.getItem("pastVolume");return s.state={showSlider:!1,loadStarted:0,loadEventUuid:"",isTouched:!i},s.trackPlayer=a.a.createRef(),s.controlsContainer=a.a.createRef(),s.showSlider=s.showSlider.bind(Object(k.a)(s)),s.hideSlider=s.hideSlider.bind(Object(k.a)(s)),s.onVolumeChange=s.onVolumeChange.bind(Object(k.a)(s)),s.onVolumeStop=s.onVolumeStop.bind(Object(k.a)(s)),s.toggleMute=s.toggleMute.bind(Object(k.a)(s)),s.onPosChange=s.onPosChange.bind(Object(k.a)(s)),s.getDuration=s.getDuration.bind(Object(k.a)(s)),s.userHasSubscription=s.userHasSubscription.bind(Object(k.a)(s)),s.onAudioReady=s.onAudioReady.bind(Object(k.a)(s)),s}return Object(_.a)(n,[{key:"userHasSubscription",value:function(){return this.props.subscriptionData.isActive||this.props.subscriptionData.isFreeTrial}},{key:"onVolumeChange",value:function(e){var t=e;this.props.setVolume(t),localStorage.setItem("volume",t),0===t&&localStorage.setItem("pastVolume",1),this.state.isTouched||this.setState({isTouched:!0}),this.state.showSlider||this.setState({showSlider:!0})}},{key:"onVolumeStop",value:function(){this.setState({showSlider:!1})}},{key:"onPosChange",value:function(e){this.controlsContainer.current.onPosChange(this.formatSeconds(e.originalArgs[0]))}},{key:"getDuration",value:function(e){var t=this.props,n=t.primaryTrack;(0,t.playerActiveTrack)({wavesurfer:e.wavesurfer,duration:e.duration,trackId:n.trackId})}},{key:"showSlider",value:function(){this.setState({showSlider:!0})}},{key:"hideSlider",value:function(){this.setState({showSlider:!1})}},{key:"toggleMute",value:function(){var e=this.props.volume;if(this.state.isTouched)localStorage.setItem("pastVolume",e),localStorage.setItem("volume",0),this.setState({isTouched:!1});else if(this.state.isTouched||"1"===e)localStorage.setItem("pastVolume",e),localStorage.setItem("volume",0),this.setState({isTouched:!1});else{var t=localStorage.getItem("pastVolume")||1;t=null===t||"0"===t?1:t,localStorage.removeItem("pastVolume"),localStorage.setItem("volume",t),this.setState({isTouched:!0})}this.props.toggleMute()}},{key:"formatSeconds",value:function(e){if(isNaN(e))return"0:00";var t=parseInt(e/3600)%24,n=parseInt(e/60)%60,s="";return t>0&&(s+="".concat(parseInt(t),":")),s+="".concat(parseInt(n),":").concat("0".concat(parseInt(e%60)).slice(-2))}},{key:"uuidv4",value:function(){return([1e7]+-1e3+-4e3+-8e3+-1e11).replace(/[018]/g,(function(e){return(e^crypto.getRandomValues(new Uint8Array(1))[0]&15>>e/4).toString(16)}))}},{key:"onAudioReady",value:function(e,t){var n={};if(Object(Ae.m)()&&(n["x-auth-token"]=Object(Ae.m)()),e){var s=Math.round(window.performance.now()-this.state.loadStarted);$.ajax({type:"POST",headers:n,url:"".concat(L.c.BASE_API_URL,"logging/track_load/end"),data:{versionId:t,eventUuid:this.state.loadEventUuid,timeTaken:s,wasCancelled:!1},success:function(e){}}),this.setState({loadStarted:0,loadEventUuid:""})}else{var a=this.uuidv4();0!==this.state.loadStarted&&""!==this.state.loadEventUuid&&$.ajax({type:"POST",headers:n,url:"".concat(L.c.BASE_API_URL,"logging/track_load/end"),data:{versionId:t,eventUuid:this.state.loadEventUuid,wasCancelled:!0},success:function(e){}}),$.ajax({type:"POST",headers:n,url:"".concat(L.c.BASE_API_URL,"logging/track_load/start"),data:{versionId:t,eventUuid:a},success:function(e){}}),this.setState({loadStarted:window.performance.now(),loadEventUuid:a})}this.props.audioReady(e)}},{key:"render",value:function(){var e=this.props,t=e.onTogglePlay,n=e.onChangeMode,s=e.modes,a=e.activeMode,i=e.playing,r=e.playerActive,c=e.isAudioReady,o=e.onChangeTrack,l=e.onAddPlaylist,d=e.onDownloadPreview,u=e.onAddLicense,h=e.onAddModal,p=e.activeTrack,m=e.onToggleFavourite,b=e.inActiveTrack,j=e.primaryTrack,v=e.trackWaves,g=e.position,f=e.volume,O=e.handleAutoProgress,y=e.handleCurrentTrackOnly,_=j.track_url,k=j.wavesurfer,x=j.trackIndex,S=j.trackId,w=j.versionId,T=_&&_.version_preview_uri,A=_&&_.waveform_json,I=P.a.find(v,["trackId",S]),N=!P.a.isEmpty(j)&&P.a.findIndex(j.track_version,["id",w])||0,E=!P.a.isEmpty(j)&&j.track_version[N].version_length||0;return Object(M.jsx)("section",{id:"footer-player",children:Object(M.jsx)("div",{className:C()("footer-player",{"play-active":r}),children:Object(M.jsx)("div",{className:"content-container",children:Object(M.jsxs)("div",{className:"row flex-vertical-center mx-0 align-content-center align-items-center",style:{height:"56px"},children:[Object(M.jsx)(Xt,{ref:this.controlsContainer,playing:i,onTogglePlay:t,onChangeMode:n,modes:s,activeMode:a,onChangeTrack:o,primaryTrack:j,isAudioReady:c,activeTrackIndex:x,audioReady:this.onAudioReady}),Object(M.jsx)(an,{activeMode:a,playing:i,audioOptions:wn,volume:String(f),pos:g,duration:E,audioFile:T,audioPeaks:A,currentTrackWave:k,primaryTrack:j,audioReady:this.onAudioReady,onPosChange:this.onPosChange,getDuration:this.getDuration,versionIndex:N,activeTrackWave:I,inActiveTrack:b,activeTrack:p,onTogglePlay:t,onChangeMode:n,handleAutoProgress:O,handleCurrentTrackOnly:y}),Object(M.jsx)(rn,{duration:this.formatSeconds(E)}),Object(M.jsxs)("div",{className:"react-slider-wrapper d-none d-md-flex player-width-volume",onMouseEnter:this.showSlider,onMouseLeave:this.hideSlider,children:[Object(M.jsx)("div",{className:"footer-player__duration footer-player__volume-slider hide-lg",onClick:this.toggleMute,children:Object(M.jsx)("div",{className:"svg-container light-stroke svg-xxs volume-button",children:Object(M.jsxs)("div",{children:[Object(M.jsx)("div",{className:C()("footer-player__volume-icon footer-player__volume-high react-slider__high",{active:parseFloat(f)>=.51})}),Object(M.jsx)("div",{className:C()("footer-player__volume-icon footer-player__volume-low react-slider__low",{active:parseFloat(f)<.51&&0!==parseFloat(f)})}),Object(M.jsx)("div",{className:C()("footer-player__volume-icon footer-player__volume-low react-slider__mute",{active:0===parseFloat(f)})})]})})}),Object(M.jsx)(xn,{volume:f,showSlider:this.state.showSlider,onVolumeStop:this.onVolumeStop,onVolumeChange:this.onVolumeChange})]}),Object(M.jsx)(dn,{activeTrack:j}),Object(M.jsx)(pn,{onAddPlaylist:l,activeTrack:j}),Object(M.jsx)(bn,{trackId:"1",status:"1",activeTrack:j,onAddModal:h,onFavoriteToggle:m}),Object(M.jsx)(vn,{onDownload:d,activeTrack:j}),this.userHasSubscription()&&Object(M.jsx)(fn,{onAddLicense:u,activeTrack:j}),!this.userHasSubscription()&&Object(M.jsx)(gn,{onAddLicense:u,activeTrack:j})]})})})})}}]),n}(s.Component);Cn.defaultProps={modes:{},activeMode:"",playing:!1};var Tn=Object(l.b)((function(e){return Object(v.a)(Object(v.a)({},e.get("footerPlayer")),{},{subscriptionData:e.get("subscriptionData")})}),(function(e){return{audioReady:function(t){e(Sn.o(t))},onChangeMode:function(t){return e(Sn.k(t))},onTogglePlay:function(t,n,s,a){e(Sn.q(t)),t?e({type:"PLAYER_SET_PAUSE"}):t||e({type:"PLAYER_SET_PLAY",engagementInfo:{trackId:n,contextId:a,versionId:s}})},onChangeTrack:function(t,n,s,a){e(Sn.p(t,n)),e({type:"PLAYER_CURRENT_TRACK",currentTrack:{trackID:s,versionID:a}})},onDownload:function(e){var t=e.trackId,n=e.current_context,s=e.track_url,a=e.versionId;if(Object(fe.b)("preview",t,n.id),P.a.has(e,"track_version")){var i=P.a.find(e.track_version,["id",a]);s.download_preview_mp3&&(window.location=i.download_preview_mp3)}},onDownloadPreview:function(t){t.trackId,t.current_context,t.track_url;var n=t.versionId;if(P.a.has(t,"track_version")){var s=P.a.find(t.track_version,["id",n]);e(Object(xe.f)(t,s))}},onAddLicense:function(t){e(Object(Se.a)(t)),$(".modal-overlay").addClass("active")},onAddModal:function(){e(Object(Ae.a)("playSignup","add_favourite"))},onAddPlaylist:function(t){e(Object(xe.b)(t,t.versionId))},onToggleFavourite:function(t,n){e(Object(fe.k)(t,n))},playerActiveTrack:function(t){e(Sn.u(t))},setVolume:function(t){e(Sn.y(t))},toggleMute:function(){e(Sn.z())},setPosition:function(t){return e(Sn.w(t))},inActiveTrack:function(){e(Sn.v()),e({type:"PLAYER_SET_PAUSE"}),e({type:"PLAYER_DESTROY"})}}}),(function(e,t,n){return Object(v.a)(Object(v.a)(Object(v.a)(Object(v.a)({},e),t),n),{},{onTogglePlay:function(n){var s=e.activeTrack,a=s.versionID,i=s.currentContext,r=s.trackID,c=e.playerTrack.wavesurfer;t.onTogglePlay(n,r,a,i),P.a.isEmpty(c)||c.isDestroyed||(n?c.pause():c.play())},onChangeTrack:function(n,s,a,i){var r=e.activeTrack,c=s,o=a,l=e.primaryTrack,d=e.trackWaves.length-1;if(d<1)return!1;if("forward"===i){var u=P.a.findIndex(e.trackWaves,["id",s]);if(-1!==u){var h=e.trackWaves[u],p=u===d?0:u+1,m=P.a.findIndex(e.trackWaves[u].track_version,["id",a]);if(P.a.has(h,"showVersion")){if(h.showVersion){if(-1!==m){var b=P.a.size(e.trackWaves[u].track_version)-1,j=m===b?p:m+1;if(P.a.has(e.trackWaves[u],"track_version")&&m!==b)void 0!==e.trackWaves[j]&&(c=(l=Object.assign({},e.trackWaves[u],{versionId:e.trackWaves[u].track_version[j].id,versionIndex:j,trackIndex:p})).trackId,o=e.trackWaves[u].track_version[j].id,r.playing?Object(fe.b)("play",c,l.current_context.id,o):t.onTogglePlay(!1,c,o,l.current_context.id));else if(m===b&&void 0!==e.trackWaves[p]){c=(l=e.trackWaves[p]).trackId,o=l.versionId;var v=l.current_context.id;r.playing?Object(fe.b)("play",c,v,o):t.onTogglePlay(!1,c,o,v)}}}else if(!h.showVersion&&void 0!==e.trackWaves[p]){c=(l=e.trackWaves[p]).trackId,o=l.versionId;var g=l.current_context.id;r.playing?Object(fe.b)("play",c,g,o):t.onTogglePlay(!1,c,o,g)}}else if(-1!==m&&0===m){if(void 0!==e.trackWaves[p]){c=(l=e.trackWaves[p]).trackId,o=l.versionId;var f=l.current_context.id;r.playing?Object(fe.b)("play",c,f,o):t.onTogglePlay(!1,c,o,f)}}else{c=(l=e.trackWaves[p]).trackId,o=l.versionId;var O=l.current_context.id;r.playing?Object(fe.b)("play",c,O,o):t.onTogglePlay(!1,c,o,O)}}}else if("backward"===i){var y=P.a.findIndex(e.trackWaves,["id",s]);if(-1!==y){var _=e.trackWaves[y],k=e.playerTrack.wavesurfer;if(k)if((!k.isDestroyed&&k.getCurrentTime()||0)>=3)return k.stop(),k.play(),!1;var x=0===y?0:y-1,S=P.a.findIndex(e.trackWaves[y].track_version,["id",a]);if(P.a.has(_,"showVersion")){if(_.showVersion){if(0===y&&0===S)return k.stop(),k.play(),!1;var w=S-1;if(P.a.has(e.trackWaves[y],"track_version")&&-1!==w)void 0!==e.trackWaves[w]&&(c=(l=Object.assign({},e.trackWaves[y],{versionId:e.trackWaves[y].track_version[w].id,versionIndex:w,trackIndex:x})).trackId,o=e.trackWaves[y].track_version[w].id,r.playing?Object(fe.b)("play",c,l.current_context.id,o):t.onTogglePlay(!1,c,o,l.current_context.id));else{var C=e.trackWaves[x];if(0===y)return k.stop(),k.play(),!1;if(void 0!==C)if(P.a.has(C,"showVersion")){if(C.showVersion){if(P.a.has(C,"track_version")){var T=P.a.size(C.track_version)-1;void 0!==C.track_version[T]&&(c=(l=Object.assign({},C,{versionId:C.track_version[T].id,versionIndex:T,trackIndex:x})).trackId,o=C.track_version[T].id,r.playing?Object(fe.b)("play",c,C.current_context.id,o):t.onTogglePlay(!1,c,o,C.current_context.id))}}else if(void 0!==e.trackWaves[x]){c=(l=e.trackWaves[x]).trackId,o=l.versionId;var A=l.current_context.id;r.playing?Object(fe.b)("play",c,A,o):t.onTogglePlay(!1,c,o,A)}}else{c=(l=e.trackWaves[x]).trackId,o=l.versionId;var I=l.current_context.id;r.playing?Object(fe.b)("play",c,I,o):t.onTogglePlay(!1,c,o,I)}}}else if(!_.showVersion){var N=e.trackWaves[x];if(0===y)return k.stop(),k.play(),!1;if(void 0!==N)if(P.a.has(N,"showVersion")){if(N.showVersion){if(P.a.has(N,"track_version")){var E=P.a.size(N.track_version)-1;void 0!==N.track_version[E]&&(l=Object.assign({},N,{versionId:N.track_version[E].id,versionIndex:E,trackIndex:x}),c=N.trackId,o=N.track_version[E].id,r.playing?Object(fe.b)("play",c,N.current_context.id,o):t.onTogglePlay(!1,c,o,N.current_context.id))}}else if(void 0!==e.trackWaves[x]){c=(l=e.trackWaves[x]).trackId,o=l.versionId;var L=l.current_context.id;r.playing?Object(fe.b)("play",c,L,o):t.onTogglePlay(!1,c,o,L)}}else{c=(l=e.trackWaves[x]).trackId,o=l.versionId;var R=l.current_context.id;r.playing?Object(fe.b)("play",c,R,o):t.onTogglePlay(!1,c,o,R)}}}else if(void 0!==e.trackWaves[x]){if(0===y)return k.stop(),k.play(),!1;var D=e.trackWaves[x];if(void 0!==D)if(P.a.has(D,"showVersion")){if(D.showVersion){if(P.a.has(D,"track_version")){var M=P.a.size(D.track_version)-1;void 0!==D.track_version[M]&&(c=(l=Object.assign({},D,{versionId:D.track_version[M].id,versionIndex:M,trackIndex:x})).trackId,o=D.track_version[M].id,r.playing?Object(fe.b)("play",c,l.current_context.id,o):t.onTogglePlay(!1,c,o,l.current_context.id))}}else if(void 0!==e.trackWaves[x]){c=(l=e.trackWaves[x]).trackId,o=l.versionId;var F=l.current_context.id;r.playing?Object(fe.b)("play",c,F,o):t.onTogglePlay(!1,c,o,F)}}else{c=(l=e.trackWaves[x]).trackId,o=l.versionId;var V=l.current_context.id;r.playing?Object(fe.b)("play",c,V,o):t.onTogglePlay(!1,c,o,V)}}}else{c=(l=e.trackWaves[0]).trackId,o=l.versionId;var $=l.current_context.id;r.playing?Object(fe.b)("play",c,$,o):t.onTogglePlay(!1,c,o,$)}}t.onChangeTrack(l,i,c,o)},handleAutoProgress:function(){var n=e.activeTrack;if(!P.a.isEmpty(n)){var s=n.trackID,a=n.versionID,i=e.primaryTrack,r=e.trackWaves.length-1,c=P.a.findIndex(e.trackWaves,["id",n.trackID]);if(-1!==c){var o=e.trackWaves[c],l=c===r?0:c+1,d=P.a.findIndex(e.trackWaves[c].track_version,["id",n.versionID]);if(P.a.has(o,"showVersion")){if(o.showVersion){if(-1!==d){var u=P.a.size(e.trackWaves[c].track_version)-1,h=d===u?l:d+1;if(P.a.has(e.trackWaves[c],"track_version")&&d!==u)void 0!==e.trackWaves[h]&&(s=(i=Object.assign({},e.trackWaves[c],{versionId:e.trackWaves[c].track_version[h].id,versionIndex:h,trackIndex:l})).trackId,a=e.trackWaves[c].track_version[h].id,n.playing?Object(fe.b)("play",s,i.current_context.id,a):t.onTogglePlay(!1,s,a,n.currentContext));else if(d===u&&void 0!==e.trackWaves[l]){s=(i=e.trackWaves[l]).trackId,a=i.versionId;var p=i.current_context.id;n.playing?Object(fe.b)("play",s,i.current_context.id,a):t.onTogglePlay(!1,s,a,p)}}}else if(!o.showVersion&&void 0!==e.trackWaves[l]){s=(i=e.trackWaves[l]).trackId,a=i.versionId;var m=i.current_context.id;n.playing?Object(fe.b)("play",s,m,a):t.onTogglePlay(!1,s,a,m)}}else if(-1!==d&&0===d){if(void 0!==e.trackWaves[l]){s=(i=e.trackWaves[l]).trackId,a=i.versionId;var b=i.current_context.id;n.playing?Object(fe.b)("play",s,b,a):t.onTogglePlay(!1,s,a,b)}}else if(void 0!==e.trackWaves[l]){s=(i=e.trackWaves[l]).trackId,a=i.versionId;var j=i.current_context.id;n.playing?Object(fe.b)("play",s,j,a):t.onTogglePlay(!1,s,a,j)}}else if(!P.a.isEmpty(e.trackWaves)){s=(i=e.trackWaves[0]).trackId,a=i.versionId;var v=i.current_context.id;n.playing?Object(fe.b)("play",s,v,a):t.onTogglePlay(!1,s,a,v)}t.onChangeTrack(i,"forward",s,a)}},handleCurrentTrackOnly:function(){var n=e.activeTrack,s=n.trackID,a=n.versionID,i=e.primaryTrack;if(!P.a.isEmpty(n)){var r=P.a.findIndex(e.trackWaves,["id",n.trackID]);if(-1!==r){var c=e.trackWaves[r],o=P.a.findIndex(e.trackWaves[r].track_version,["id",n.versionID]);if(P.a.has(c,"showVersion")){if(c.showVersion){if(-1!==o){var l=P.a.size(e.trackWaves[r].track_version)-1,d=o+1;if(P.a.has(e.trackWaves[r],"track_version")&&o!==l)void 0!==e.trackWaves[d]&&(s=(i=Object.assign({},e.trackWaves[r],{versionId:e.trackWaves[r].track_version[d].id,versionIndex:d,trackIndex:r})).trackId,a=e.trackWaves[r].track_version[d].id,n.playing?Object(fe.b)("play",s,i.current_context.id,a):t.onTogglePlay(!1,s,a,i.current_context.id));else if(P.a.has(e.trackWaves[r],"track_version")&&o===l)return t.setPosition(0),t.onTogglePlay(!0),!1}else if(-1===o)return t.setPosition(0),t.onTogglePlay(!0),!1;t.onChangeTrack(i,"forward",s,a)}else if(!c.showVersion)return t.setPosition(0),t.onTogglePlay(!0),!1}else if(!P.a.has(c,"showVersion"))return t.setPosition(0),t.onTogglePlay(!0),!1}else{s=(i=e.trackWaves[0]).trackId,a=i.versionId;var u=i.current_context.id;n.playing?Object(fe.b)("play",s,u,a):t.onTogglePlay(!1,s,a,u)}}return!1}})}))(Cn);var An=Ct((function(e){return"/"===window.location.pathname?document.body.classList.add("homepage"):document.body.classList.remove("homepage"),"/styles"===window.location.pathname?document.body.classList.add("styles"):document.body.classList.remove("styles"),"/"===e.location.pathname||e.location.pathname.includes("/browse")||e.location.pathname.includes("/playlist")||e.location.pathname.includes("/track")?document.body.classList.remove("footer-styles"):document.body.classList.add("footer-styles"),"/contact"===e.location.pathname?document.body.classList.add("contact-page"):document.body.classList.remove("contact-page"),"/licenses"===e.location.pathname?document.body.classList.add("hero-blog__no-header-padding"):document.body.classList.remove("hero-blog__no-header-padding"),Object(s.useEffect)((function(){"/favourites"===e.location.pathname&&e.router.push("/favorites")}),[]),Object(M.jsx)(_t.a,{children:Object(M.jsxs)("div",{children:[Object(M.jsx)(b.a,{defaultTitle:"Music Vine: Music Licensing For Video Production And Film"}),Object(M.jsx)(dt,{location:e.location}),a.a.Children.toArray(e.children),Object(M.jsx)(yt,{}),Object(M.jsx)(Tn,{})]})})})),In=n(66),Nn=n(131),En=function(e){return e.get("language")},Pn=function(e){Object(x.a)(n,e);var t=Object(S.a)(n);function n(){return Object(y.a)(this,n),t.apply(this,arguments)}return Object(_.a)(n,[{key:"render",value:function(){return Object(M.jsx)(Nn.b,{locale:this.props.locale,messages:this.props.messages[this.props.locale],children:a.a.Children.only(this.props.children)},this.props.locale)}}]),n}(a.a.PureComponent),Ln=Object(In.createSelector)(Object(In.createSelector)(En,(function(e){return e.get("locale")})),(function(e){return{locale:e}})),Rn=Object(l.b)(Ln)(Pn),Dn=n(363),Mn=n(74),Fn=n(359),Vn=n(370),$n=n(126),Wn=n(360),Un="boilerplate/App/LOAD_REPOS",Bn="boilerplate/App/LOAD_REPOS_SUCCESS",Hn="boilerplate/App/LOAD_REPOS_ERROR",Gn="en",Kn=Object(Mn.fromJS)({loading:!1,error:!1,currentUser:!1,userData:{repositories:!1}});var zn=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Kn,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case Un:return e.set("loading",!0).set("error",!1).setIn(["userData","repositories"],!1);case Bn:return e.setIn(["userData","repositories"],t.repos).set("loading",!1).set("currentUser",t.username);case Hn:return e.set("error",t.error).set("loading",!1);default:return e}},Yn=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{trackIndex:!1,trackId:!1},t=arguments.length>1?arguments[1]:void 0;return"ACTIVE_TRACK"===t.type?t.newTrack:e},qn=function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;return"PRIMARY_TRACK"===t.type?t.track:e},Jn=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1?arguments[1]:void 0,n=[];switch(t.type){case"MORE_TRACKS_LOADING":return Object.assign({},e,{isFetchingMore:t.isFetchingMore});case"REQUEST_TRACKS":return Object.assign({},e,{isFetching:!0,page:{results:!1}});case"RECEIVE_TRACKS":return Object.assign({},e,{isFetching:!1,page:t.tracks});case"ADD_TRACKS":return t.tracks;case"RECEIVE_SIMILAR_TRACKS":return e.page.results[0]&&Array.isArray(t.tracks.results)&&t.tracks.results.unshift(e.page.results[0]),Object.assign({},e,{isFetching:!1,page:t.tracks});case"ADD_PAGE_TRACKS":return n.push(t.track),Object.assign({},e,{isFetching:!0,page:{pagination:!1,results:n}});case"DELETE_PLAYLIST_REQUEST":return Object(v.a)(Object(v.a)({},e),{},{isDeleting:!0});case"DELETE_PLAYLIST_TRACK":return Object(v.a)(Object(v.a)({},e),{},{isDeleting:!1,page:Object(v.a)(Object(v.a)({},e.page),{},{results:P.a.filter(e.page.results,(function(e){return e.id!==t.trackId}))})});case"REMOVE_TRACK_FROM_STYLE_REQUEST":return Object(v.a)(Object(v.a)({},e),{},{isRemoveLoading:{isDeleting:!0,trackId:t.trackId}});case"REMOVE_TRACK_FROM_STYLE":return Object(v.a)(Object(v.a)({},e),{},{isRemoveLoading:{isDeleting:!1,trackId:t.trackId},page:Object(v.a)(Object(v.a)({},e.page),{},{results:P.a.filter(e.page.results,(function(e){return e.id!==t.trackId}))})});default:return e}},Xn=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0,n={},s={};switch(t.type){case"ADD_TRACKS_WAVE":return t.tracks;case"ADD_SIMILAR_TRACKS_WAVE":return n=Object.assign({},e),n=Object.assign(n,t.tracks);case"ADD_PAGE_TRACKS_WAVE":return s[t.waveform.id]=t.waveform,n=Object.assign({},s);default:return e}},Qn=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"ADD_ALL_TRACKS":case"RECEIVE_ALL_TRACKS":return t.tracks;default:return e}},Zn=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1?arguments[1]:void 0,n=[];switch(t.type){case"ADD_TRACK_IDS":return t.tracks;case"RECEIVE_TRACK_IDS":return t.trackIds;case"RECEIVE_SIMILAR_TRACK_IDS":return n=e.concat(t.trackIds);case"ADD_PAGE_TRACK_IDS":return n.push(t.trackId),n;default:return e}},es=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1?arguments[1]:void 0,n=[];switch(t.type){case"ADD_ALL_TRACK_IDS":return t.tracks;case"RECEIVE_ALL_TRACK_IDS":case"MERGE_ALL_TRACK_IDS":return t.trackIds;case"RECEIVE_ALL_SIMILAR_TRACK_IDS":return n=e.concat(t.trackIds);case"ADD_ALL_PAGE_TRACK_IDS":return n.push(t.trackId),n;default:return e}},ts=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"auto-progress",t=arguments.length>1?arguments[1]:void 0;return"PLAYBACK_MODE"===t.type?t.mode:e},ns=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1?arguments[1]:void 0;if("ADD_RECENT_PLAY"===t.type){var n=e;return-1!==n.indexOf(t.track)&&n.splice(n.indexOf(t.track),1),n.unshift(t.track),n}return e},ss=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=arguments.length>1?arguments[1]:void 0;return"FIRST_FIFTEEN"===t.type?t.time:e},as={plan:parseInt(sessionStorage.getItem("basket_subscription_id")),isMonthly:"monthly"===sessionStorage.getItem("selected_billing_mode"),hasValidVatNumber:!1,discount:!1},is=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:as,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"ADD_SUBSCRIPTION_TO_CART":return Object.assign({},e,{plan:t.subscriptionId});case"EMPTY_SUBSCRIPTION_CART":return Object.assign({},e,{plan:!1});case"SET_SUB_ANNUAL_OR_MONTHLY":var n="monthly"===t.period;return Object.assign({},e,{isMonthly:n});case"SET_CART_HAS_VALID_VAT_NUMBER":return Object.assign({},e,{hasValidVatNumber:t.hasValidVatNumber});case"SET_SUBSCRIPTION_DISCOUNT":return Object.assign({},e,{discount:t.discount});default:return e}},rs={id:1,symbol_left:"$",value:1,code:"USD",isAmbiguous:!0},cs=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:rs,t=arguments.length>1?arguments[1]:void 0;return"LOAD_CURRENCY_DATA"===t.type?(sessionStorage.setItem("currency_id",t.currency.id),sessionStorage.setItem("currency_symbol",t.currency.symbol_left),sessionStorage.setItem("currency_value",t.currency.value),sessionStorage.setItem("currency_code",t.currency.code),t.currency.isAmbiguous="$"===t.currency.symbol_left,Object.assign({},e,t.currency)):e},os=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{id:-1,iso_code_2:"",vat_rate:0},t=arguments.length>1?arguments[1]:void 0;return"LOAD_COUNTRY_DATA"===t.type?t.country:e},ls=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{active:!1,isDownload:!1,isCalling:!1,downloadedTrackInfo:{},isGenerateLicenseCodeHasError:!1,viewCredit:!1},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"DISPLAY_LICENSE":return t.license;case"ADD_LICENSE":return Object(v.a)(Object(v.a)({},e),{},{active:!t.isDownload,track:t.track,isDownload:t.isDownload,viewCredit:t.viewCredit,isCalling:!0,downloadedTrackInfo:Object(v.a)(Object(v.a)({},e.downloadedTrackInfo),{},{download:!1})});case"REMOVE_LICENSE":return Object(v.a)(Object(v.a)({},e),{},{active:!1,isDownload:!1,viewCredit:!1,isCalling:!1,isGenerateLicenseCodeHasError:!1,downloadedTrackInfo:Object(v.a)(Object(v.a)({},e.downloadedTrackInfo),{},{download:!1,licenseCode:""})});case"DOWNLOAD_TRACK_INFO":return Object(v.a)(Object(v.a)({},e),{},{isCalling:!1,isGenerateLicenseCodeHasError:!1,downloadedTrackInfo:Object(v.a)(Object(v.a)({},e.downloadedTrackInfo),t.downloadedTrackInfo)});case"GENERATE_LICENSE_CODE":return Object(v.a)(Object(v.a)({},e),{},{isGenerateLicenseCodeHasError:!1,downloadedTrackInfo:Object(v.a)(Object(v.a)({},e.downloadedTrackInfo),{},{licenseCode:""})});case"GENERATE_LICENSE_CODE_ERROR":return Object(v.a)(Object(v.a)({},e),{},{isGenerateLicenseCodeHasError:!0});default:return e}},ds=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"REQUEST_ENERGIES":return Object.assign({},e,{isFetching:!0,page:{results:!1}});case"RECEIVE_ENERGIES":return Object.assign({},e,{isFetching:!1,page:t.energies});case"ADD_ENERGIES":return t.energies;default:return e}},us=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"REQUEST_VOCALS":return Object.assign({},e,{isFetching:!0,page:{results:!1}});case"RECEIVE_VOCALS":return Object.assign({},e,{isFetching:!1,page:t.vocals});case"ADD_VOCALS":return t.vocals;default:return e}},hs=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"REQUEST_COLLECTIONS":return Object.assign({},e,{isFetching:!0,page:{results:!1}});case"RECEIVE_COLLECTIONS":return Object.assign({},e,{isFetching:!1,page:t.collections});case"ADD_COLLECTIONS":return t.collections;default:return e}},ps=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"REQUEST_CATEGORIES":return Object.assign({},e,{isFetching:!0,page:{results:!1}});case"RECEIVE_CATEGORIES":return Object.assign({},e,{isFetching:!1,page:t.categories});case"ADD_CATEGORIES":return t.categories;default:return e}},ms=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"REQUEST_MOODS":return Object.assign({},e,{isFetching:!0,page:{results:!1}});case"RECEIVE_MOODS":return Object.assign({},e,{isFetching:!1,page:t.moods});case"ADD_MOODS":return t.moods;default:return e}},bs=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"REQUEST_STYLES":return Object.assign({},e,{isFetching:!0,page:{results:!1}});case"RECEIVE_STYLES":return Object.assign({},e,{isFetching:!1,page:t.styles});case"ADD_STYLES":return t.styles;default:return e}},js=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0,n={};switch(t.type){case"RECEIVE_VERSIONS":return t.versions;case"ADD_VERSIONS":return n=Object.assign({},e),n=Object.assign(n,t.versions);default:return e}},vs=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;if("ADD_VERSIONS_WAVE"===t.type){Object.assign({},e);return Object.assign({},e,t.versions)}return e},gs=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1?arguments[1]:void 0,n=e;switch(t.type){case"ADD_VERSION_IDS":return t.versions.forEach((function(e){n.push(e.id)})),n;case"REMOVE_VERSION_IDS":return t.versions.forEach((function(e){delete n[e.id]})),n;case"RECEIVE_VERSION_IDS":return t.versionIds;default:return e}},fs=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{active:!1},t=arguments.length>1?arguments[1]:void 0,n={},s={};switch(t.type){case"DISPLAY_PLAYLIST":return t.playlist;case"ADD_PLAYLIST":return"number"===typeof t.version?s.id=t.version:s=t.version,n={active:!0,track:t.track,version:s},n;case"REMOVE_PLAYLIST":return n={active:!1},n;default:return e}},Os=function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"TOGGLE_PLAY":return!e;case"SET_PLAYING":return t.playing;default:return e}},ys=function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"NEW_TRACKS":return!0;case"SET_HANDLERS":return!1;default:return e}},_s=function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"NEW_TRACKS_VERSIONS":return!0;case"SET_HANDLERS_VERSIONS":return!1;default:return e}},ks=function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"NOT_FILTERED":return!0;case"FILTERED":return!1;default:return e}},xs=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"REMOVE_FILTERS_APPLIED":return{};case"ADD_FILTERS_APPLIED":return Object.assign({},t.locationQuery);default:return e}},Ss=function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"REMOVE_MODAL":return!1;case"ADD_MODAL":return{type:t.modal,intent:t.intent};default:return e}},ws={error:!1,showLoader:!1,showRecaptchaV2:!1},Cs=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:ws,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"SIGNUP_ERROR":return Object.assign({},e,{error:t.error});case"SIGNUP_SHOW_LOADER":return Object.assign({},e,{showLoader:t.showLoader});case"SHOW_RECAPTCHA_V2":return Object.assign({},e,{showRecaptchaV2:t.showRecaptchaV2});default:return e}},Ts=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{track:!1,notification:!1,notificationTimer:!1,signin:!1,playlistName:"",firstName:"",newPlaylist:!1,animateIn:!1,animateOut:!1},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"SHOW_PLAYLIST_SUCCESS":return Object.assign({},e,{signin:!1,track:t.track,playlistName:t.playlistName,newPlaylist:t.newPlaylist,animateIn:!1,animateOut:!1});case"HIDE_PLAYLIST_SUCCESS":return Object.assign({},e,{track:!1,playlistName:"",newPlaylist:!1,animateIn:!1,animateOut:!1});case"ANIMATE_IN_PLAYLIST_SUCCESS":case"ANIMATE_IN_SIGNIN_SUCCESS":return Object.assign({},e,{animateIn:!0});case"ANIMATE_OUT_PLAYLIST_SUCCESS":case"ANIMATE_OUT_SIGNIN_SUCCESS":return Object.assign({},e,{animateOut:!0});case"SHOW_SIGNIN_SUCCESS":return Object.assign({},e,{signin:!0,track:!1,notification:!1,firstName:t.firstName,animateIn:!1,animateOut:!1});case"HIDE_SIGNIN_SUCCESS":return Object.assign({},e,{signin:!1,track:!1,firstName:"",animateIn:!1,animateOut:!1});case"SHOW_NOTIFICATION_SUCCESS":return Object.assign({},e,{signin:!1,track:!1,firstName:"",notification:!0,notificationTimer:t.payload||!1,animateIn:!1,animateOut:!1});case"HIDE_NOTIFICATION_SUCCESS":return Object.assign({},e,{signin:!1,track:!1,notification:!1,notificationTimer:!1,firstName:"",animateIn:!1,animateOut:!1});default:return e}},As=n(54),Is=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"LOAD_FAVORITES":return Object(As.a)(t.favorites);case"ADD_TO_FAVORITES":return[].concat(Object(As.a)(e),[t.ID]);case"REMOVE_FROM_FAVORITES":return e.filter((function(e){return e!==t.ID}));default:return e}},Ns=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"LOAD_FOLLOWING_DATA":return Object(As.a)(t.following);case"FOLLOW_ARTIST":return[].concat(Object(As.a)(e),[t.ID]);case"UNFOLLOW_ARTIST":return e.filter((function(e){return e!==t.ID}));default:return e}},Es={isActive:!1,isFreeTrial:!1,period:!1,permittedContent:[],permittedDistribution:[],hasLoaded:!1,overduePayment:null,hasExpiredNotice:!1},Ps=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Es,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"LOAD_SUBSCRIPTION_DATA":return t.subscriptionData.hasLoaded=!0,Object.assign({},e,t.subscriptionData);case"SET_HAS_EXPIRED_NOTICE":return Object.assign({},e,{hasExpiredNotice:t.hasExpiredNotice});case"LOAD_SUBSCRIPTION_PERMISSION":return Object(v.a)(Object(v.a)({},e),{},{permittedContent:t.payload.permitted_content,permittedDistribution:t.payload.permittedDistribution});default:return e}},Ls={isPlaying:!1,currentTrack:{},scope:"@NONE",mode:"@SINGLE"},Rs=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Ls,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"PLAYER_SET_PLAYING":return t.engagementInfo&&Object(fe.b)("play",t.engagementInfo.trackId,t.engagementInfo.contextId,t.engagementInfo.versionId,t.engagementInfo.browseType),Object.assign({},e,{isPlaying:!0});case"PLAYER_SET_PAUSE":return Object.assign({},e,{isPlaying:!1});case"PLAYER_SET_PLAY":return Object.assign({},e,{isPlaying:!0});case"PLAYER_CURRENT_TRACK":return Object.assign({},e,{currentTrack:t.currentTrack});case"PLAYER_DESTROY":return Object(v.a)(Object(v.a)({},e),{},{isPlaying:!1,currentTrack:{}});default:return e}},Ds=n(361),Ms=n.n(Ds),Fs=n(362),Vs=n.n(Fs),$s={modes:{autoprogress:!0,shuffle:!1,repeat:!1,firstFifteen:!1,current:!1},activeMode:"autoprogress",playing:!1,tracks:[],activeTrack:{},playerActive:!1,primaryTrack:{},isAudioReady:!1,playerTrack:{duration:0},trackWaves:[],newTrackWaves:[],position:0,volume:localStorage.getItem("volume")||"1",isMute:!1},Ws=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:$s,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"CHANGE_MODE":var n=Vs()(e.modes,(function(e,n,s){return t.mode===s?e[t.mode]=!0:e[s]=!1,e}),{});return Object(v.a)(Object(v.a)({},e),{},{modes:n,activeMode:Object.keys(n)[Ms()(Object.values(n),!0)]});case"TOGGLE_PLAY":return Object(v.a)(Object(v.a)({},e),{},{playing:!t.playing,activeTrack:Object(v.a)(Object(v.a)({},e.activeTrack),{},{playing:!t.playing})});case"PLAY_ACTIVE_TRACK":return Object(v.a)(Object(v.a)({},e),{},{playing:!0,activeTrack:Object(v.a)(Object(v.a)({},e.activeTrack),{},{playing:!0})});case"PAUSED_ACTIVE_TRACK":return Object(v.a)(Object(v.a)({},e),{},{playing:!1,activeTrack:Object(v.a)(Object(v.a)({},e.activeTrack),{},{playing:!1})});case"ON_CHANGE_TRACK":return Object(v.a)(Object(v.a)({},e),{},{primaryTrack:t.track,activeTrack:Object(v.a)(Object(v.a)({},e.activeTrack),{},{trackID:t.track.trackId,versionID:t.track.versionId,isAudioReady:!1,currentContext:t.track.current_context.id}),position:0});case"PLAYER_ACTIVE":return Object(v.a)(Object(v.a)({},e),{},{playerActive:!0});case"PLAYER_IN_ACTIVE":return Object(v.a)(Object(v.a)({},e),{},{primaryTrack:{},playerActive:!1,activeTrack:{},playing:!1,position:0,isAudioReady:!1,playerTrack:{duration:0}});case"ADD_ACTIVE_TRACK":return Object(v.a)(Object(v.a)({},e),{},{activeTrack:Object(v.a)(Object(v.a)({},t.track),{},{playing:e.playing})});case"ADD_PRIMARY_TRACK":return Object(v.a)(Object(v.a)({},e),{},{primaryTrack:t.track});case"ADD_VERSION_PRIMARY_TRACK":return Object(v.a)(Object(v.a)({},e),{},{primaryTrack:Object(v.a)(Object(v.a)(Object(v.a)({},e.primaryTrack),t.version.track),t.version)});case"PLAYER_ACTIVE_TRACK":return Object(v.a)(Object(v.a)({},e),{},{playerTrack:t.track});case"IS_AUDIO_READY":return Object(v.a)(Object(v.a)({},e),{},{isAudioReady:t.isReady,activeTrack:Object(v.a)(Object(v.a)({},e.activeTrack),{},{isAudioReady:t.isReady,playing:e.playing})});case"ADD_COLLECTION_TRACK_WAVE":return Object(v.a)(Object(v.a)({},e),{},{storePage:t.page||1,trackWaves:t.tracks});case"ADD_TRACK_WAVE":return Object(v.a)(Object(v.a)({},e),{},{storePage:t.page||1,trackWaves:1===e.trackWaves.length?[].concat(Object(As.a)(e.trackWaves),Object(As.a)(t.tracks)):t.tracks});case"ADD_PAGE_TRACK_WAVE":return Object(v.a)(Object(v.a)({},e),{},{newTrackWaves:t.tracks});case"FLUSH_CURRENT_TRACK_WAVE":return Object(v.a)(Object(v.a)({},e),{},{storePage:t.page||1,trackWaves:e.newTrackWaves,newTrackWaves:[]});case"FLUSH_NEW_TRACK_WAVE":return Object(v.a)(Object(v.a)({},e),{},{newTrackWaves:[]});case"ADD_TRACK_PAGE_VERSION_WAVE":return Object(v.a)(Object(v.a)({},e),{},{trackWaves:P.a.map(e.trackWaves,(function(e){return e.id===t.track.trackId?Object(v.a)(Object(v.a)({},e),{},{track_version:P.a.map(e.track_version,(function(e){return e.id===t.track.versionId?Object(v.a)(Object(v.a)({},e),{},{wavesurfer:t.track.wavesurfer}):Object(v.a)({},e)}))}):Object(v.a)({},e)}))});case"ADD_TRACK_PAGE_WAVE":return Object(v.a)(Object(v.a)({},e),{},{trackWaves:e.trackWaves.concat(Object(v.a)(Object(v.a)({},t.track),{},{trackIndex:e.trackWaves.length}))});case"ADD_VERSION_TRACK_WAVE":return Object(v.a)(Object(v.a)({},e),{},{trackWaves:P.a.map(e.trackWaves,(function(e){if(e.id===t.version.trackId){var n=P.a.find(e.track_version,"wavesurfer");return Object(v.a)(Object(v.a)({},e),{},{track_version:[n].concat(Object(As.a)(t.version.versionWaves))})}return Object(v.a)({},e)}))});case"ADD_VERSION_NEW_TRACK_WAVE":return Object(v.a)(Object(v.a)({},e),{},{newTrackWaves:P.a.map(e.newTrackWaves,(function(e){if(e.id===t.version.trackId){var n=P.a.find(e.track_version,"wavesurfer");return Object(v.a)(Object(v.a)({},e),{},{track_version:[n].concat(Object(As.a)(t.version.versionWaves))})}return Object(v.a)({},e)}))});case"SET_PLAYER_POSITION":return Object(v.a)(Object(v.a)({},e),{},{position:t.position,activeTrack:Object(v.a)(Object(v.a)({},e.activeTrack),{},{position:t.position,playing:e.playing})});case"FLUSH_TRACK_WAVE":return Object(v.a)(Object(v.a)({},e),{},{trackWaves:[]});case"SET_PLAYER_VOLUME":return Object(v.a)(Object(v.a)({},e),{},{volume:t.volume});case"SET_NEW_TRACK_POSTION":return Object(v.a)(Object(v.a)({},e),{},{position:t.track.position,activeTrack:Object(v.a)(Object(v.a)({},t.track.activeTrack),{},{isAudioReady:e.isAudioReady,position:t.track.position,playing:!0}),primaryTrack:t.track.primaryTrack});case"TOGGLE_MUTE":return Object(v.a)(Object(v.a)({},e),{},{isMute:!e.isMute,volume:localStorage.getItem("volume")});case"TOGGLE_VERSION":return Object(v.a)(Object(v.a)({},e),{},{trackWaves:P.a.map(e.trackWaves,(function(e){return e.id===t.trackId?Object(v.a)(Object(v.a)({},e),{},{showVersion:t.isVisible}):Object(v.a)({},e)}))});default:return e}},Us="app/LanguageToggle/CHANGE_LOCALE",Bs=Object(Mn.fromJS)({locale:Gn});var Hs=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Bs,t=arguments.length>1?arguments[1]:void 0;return t.type===Us?e.set("locale",t.locale):e},Gs={isLoading:!1,categories:[],letters:{},artists:[],latestArtists:[],artistDetails:{},pagination:{}},Ks=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Gs,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"FETCH_CATEGORIES_REQUEST":case"FETCH_LETTERS_REQUEST":case"FETCH_LATEST_ARTISTS_REQUEST":return Object(v.a)({},e);case"FETCH_CATEGORIES_SUCCESS":return Object(v.a)(Object(v.a)({},e),{},{categories:t.payload});case"FETCH_CATEGORIES_FAILURE":return Object(v.a)(Object(v.a)({},e),{},{categories:[]});case"FETCH_LETTERS_SUCCESS":return Object(v.a)(Object(v.a)({},e),{},{letters:t.payload});case"FETCH_LETTERS_FAILURE":return Object(v.a)(Object(v.a)({},e),{},{letters:[]});case"FETCH_CATEGORY_ARTISTS_REQUEST":return Object(v.a)(Object(v.a)({},e),{},{pagination:{},isLoading:!0});case"FETCH_CATEGORY_ARTISTS_SUCCESS":return Object(v.a)(Object(v.a)({},e),{},{isLoading:!1,artists:t.payload.results,pagination:t.payload.pagination});case"FETCH_CATEGORY_ARTISTS_FAILURE":return Object(v.a)(Object(v.a)({},e),{},{isLoading:!1,pagination:{},artists:[]});case"FETCH_LATEST_ARTISTS_SUCCESS":return Object(v.a)(Object(v.a)({},e),{},{latestArtists:t.payload});case"FETCH_LATEST_ARTISTS_FAILURE":return Object(v.a)(Object(v.a)({},e),{},{latestArtists:[]});case"ADD_ARTIST_DETAILS":return Object(v.a)(Object(v.a)({},e),{},{artistDetails:t.payload});default:return e}},zs={isLoggedIn:null,hasEnteredProfession:!1,isAdmin:!1,isCustomer:!1,isArtist:!1},Ys=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:zs,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"SET_LOGIN_STATUS":return Object.assign({},e,{isLoggedIn:t.isLoggedIn});case"SET_HAS_ENTERED_PROFESSION":return Object.assign({},e,{hasEnteredProfession:t.hasEnteredProfession});case"LOAD_USER_DATA":return Object.assign({},e,t.userData);default:return e}},qs={adminData:!1,editData:!1,showRelevancy:!1},Js=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:qs,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"SET_EDIT_DATA":return Object.assign({},e,{editData:t.editData});case"CLEAR_EDIT_DATA":return Object.assign({},e,{editData:!1});case"LOAD_ADMIN_DATA":return Object.assign({},e,{adminData:t.adminData,showRelevancy:t.showRelevancy});case"TOGGLE_RELEVANCY":var n;return e.showRelevancy?(n=!1,sessionStorage.setItem("showDebugRData","0")):(n=!0,sessionStorage.setItem("showDebugRData","1")),Object.assign({},e,{showRelevancy:n});default:return e}},Xs=Object(Mn.fromJS)({locationBeforeTransitions:null});function Qs(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Xs,t=arguments.length>1?arguments[1]:void 0;return t.type===p.LOCATION_CHANGE?e.merge({locationBeforeTransitions:t.payload}):e}function Zs(e){return Object(Wn.combineReducers)(Object(v.a)({tracks:Jn,tracksWave:Xn,trackIds:Zn,allTracks:Qn,allTrackIds:es,primaryTrack:qn,activeTrack:Yn,playbackMode:ts,recentPlayHistory:ns,firstFifteenStart:ss,subscriptionCart:is,currency:cs,country:os,license:ls,energies:ds,vocals:us,collections:hs,categories:ps,moods:ms,styles:bs,versions:js,versionsWave:vs,versionIds:gs,playlist:fs,playing:Os,newTracks:ys,newTrackVersions:_s,filter:ks,modal:Ss,userAuth:Ys,adminBar:Js,signup:Cs,headerNotifications:Ts,appliedFilters:xs,favorites:Is,following:Ns,subscriptionData:Ps,player:Rs,footerPlayer:Ws,artists:Ks,route:Qs,global:zn,language:Hs},e))}Object(Fn.createLogger)();var ea=Object(Vn.a)();var ta=n(80),na=n(364),sa=n.n(na),aa=n(365),ia=n.n(aa),ra=n(251),ca=n(366);Object(Nn.c)(sa.a),Object(Nn.c)(ia.a);var oa=function e(t,n){var s=t!==Gn?e(Gn,ra):{};return Object.keys(n).reduce((function(e,a){var i=n[a]||t===Gn?n[a]:s[a];return Object.assign(e,Object(ta.a)({},a,i))}),{})},la={en:oa("en",ra),de:oa("de",ca)},da=n(367),ua=n.n(da),ha=n(79),pa=n.n(ha),ma=n(94),ba=n.n(ma),ja=n(261),va=n.n(ja),ga=n(22),fa=n.n(ga),Oa=n(368),ya=n.n(Oa);function _a(e){var t={dispatch:pa.a,subscribe:pa.a,getState:pa.a,replaceReducer:pa.a,runSaga:pa.a,asyncReducers:ba.a};fa()(ua()(e,t),"(app/utils...) asyncInjectors: Expected a valid redux store")}function ka(e,t){return function(n,s){t||_a(e),fa()(va()(n)&&!nt()(n)&&pa()(s),"(app/utils...) injectAsyncReducer: Expected `asyncReducer` to be a reducer function"),Reflect.has(e.asyncReducers,n)||(e.asyncReducers[n]=s,e.replaceReducer(Zs(e.asyncReducers)))}}function xa(e,t){return function(n){t||_a(e),fa()(Array.isArray(n),"(app/utils...) injectAsyncSagas: Expected `sagas` to be an array of generator functions"),ya()(!nt()(n),"(app/utils...) injectAsyncSagas: Received an empty `sagas` array"),n.map(e.runSaga)}}var Sa=function(e,t){console.error("Dynamic page loading failed",e),console.log(t)},wa=function(e){return function(t){e(null,t.default)}};var Ca=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0,n=[ea,Object(p.routerMiddleware)(t)],s=[$n.a.apply(void 0,n.concat([Dn.a]))],a=$n.c,i=Object($n.d)(Zs(),Object(Mn.fromJS)(e),a.apply(void 0,s));return i.runSaga=ea.run,i.asyncReducers={},i}({},h.c),Ta=Object(p.syncHistoryWithStore)(h.c,Ca,{selectLocationState:function(){var e,t;return function(n){var s=n.get("route");return s.equals(e)||(e=s,t=s.toJS()),t}}()}),Aa={component:An,childRoutes:function(e){var t=function(e){return _a(e),{injectReducer:ka(e,!0),injectSagas:xa(e,!0)}}(e);return t.injectReducer,t.injectSagas,[{path:"/",name:"home",getComponent:function(e,t){Promise.all([n.e(1),n.e(38)]).then(n.bind(null,1403)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/playlist-generator",name:"playlist_generator",getComponent:function(e,t){Promise.all([n.e(0),n.e(21)]).then(n.bind(null,1393)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/playlist-generator/:uuid",name:"playlist_generator_uuid",getComponent:function(e,t){Promise.all([n.e(0),n.e(21)]).then(n.bind(null,1393)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/license/:trackId",name:"license",getComponent:function(e,t){Promise.resolve().then(n.bind(null,269)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/cart",name:"cart",getComponent:function(e,t){n.e(59).then(n.bind(null,1404)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/checkout/cart",name:"basket",getComponent:function(e,t){Promise.all([n.e(9),n.e(29)]).then(n.bind(null,1387)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/checkout/payment",name:"payment",getComponent:function(e,t){Promise.all([n.e(9),n.e(6),n.e(28)]).then(n.bind(null,1388)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/checkout/order-pending/:orderID",name:"orderPending",getComponent:function(e,t){n.e(60).then(n.bind(null,1342)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/checkout/order-confirmation/:orderID",name:"orderConfirmation",getComponent:function(e,t){n.e(31).then(n.bind(null,1343)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/track/:artistId",name:"track",getComponent:function(e,t){Promise.all([n.e(0),n.e(20)]).then(n.bind(null,1386)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/track/:artistId/:trackId",name:"track",getComponent:function(e,t){Promise.all([n.e(0),n.e(20)]).then(n.bind(null,1386)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/playlist/:playlistId",name:"playlist",getComponent:function(e,t){Promise.all([n.e(0),n.e(67)]).then(n.bind(null,1344)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/favorites",name:"favorites",getComponent:function(e,t){Promise.all([n.e(0),n.e(66)]).then(n.bind(null,1345)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/artists",name:"artists",getComponent:function(e,t){n.e(48).then(n.bind(null,1397)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/about",name:"about",getComponent:function(e,t){n.e(69).then(n.bind(null,1346)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/careers",name:"careers",getComponent:function(e,t){Promise.all([n.e(1),n.e(77)]).then(n.bind(null,1347)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/careers/front-end-developer",name:"careers-front-end-developer",getComponent:function(e,t){n.e(75).then(n.bind(null,1348)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/careers/lead-front-end-developer",name:"careers-lead-front-end-developer",getComponent:function(e,t){n.e(78).then(n.bind(null,1349)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/careers/a&r-coordinator",name:"a&r-coordinator",getComponent:function(e,t){n.e(73).then(n.bind(null,1350)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/careers/office-hr-manager",name:"office-hr-manager",getComponent:function(e,t){n.e(82).then(n.bind(null,1351)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/careers/senior-ui-ux-designer",name:"senior-ui-ux-designer",getComponent:function(e,t){n.e(83).then(n.bind(null,1352)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/careers/marketing-manager",name:"careers-marketing-manager",getComponent:function(e,t){n.e(80).then(n.bind(null,1353)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/careers/social-media-manager",name:"careers-social-media-manager",getComponent:function(e,t){n.e(84).then(n.bind(null,1354)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/careers/creator-support-specialist",name:"careers-creator-support-specialist",getComponent:function(e,t){n.e(74).then(n.bind(null,1355)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/careers/marketing-coordinator",name:"careers-marketing-coordinator",getComponent:function(e,t){n.e(79).then(n.bind(null,1356)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/careers/motion-graphics-library-lead",name:"careers-motion-graphics-library-lead",getComponent:function(e,t){n.e(81).then(n.bind(null,1357)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/careers/graphic-designer",name:"graphic-designer",getComponent:function(e,t){n.e(76).then(n.bind(null,1358)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/contact/:formName",name:"contact",getComponent:function(e,t){Promise.all([n.e(3),n.e(8),n.e(13),n.e(12),n.e(19)]).then(n.bind(null,1359)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/contact",name:"contact",getComponent:function(e,t){Promise.all([n.e(3),n.e(8),n.e(13),n.e(12),n.e(19)]).then(n.bind(null,1359)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/artist-application",name:"artistApplications",getComponent:function(e,t){Promise.all([n.e(3),n.e(8),n.e(13),n.e(12),n.e(70)]).then(n.bind(null,1360)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/artist-application-update-samples/:requestId/:requestHash",name:"artistApplicationsUpdateSamples",getComponent:function(e,t){n.e(53).then(n.bind(null,1398)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/submit-music/review/TEST",name:"artistMusicSubmissionTEST",getComponent:function(e,t){n.e(61).then(n.bind(null,1399)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/signin/:requestIntent/:requestId/:requestHash",name:"signin",getComponent:function(e,t){n.e(10).then(n.bind(null,792)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/signin/:requestIntent/:requestId",name:"signin",getComponent:function(e,t){n.e(10).then(n.bind(null,792)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/signin/:requestIntent",name:"signin",getComponent:function(e,t){n.e(10).then(n.bind(null,792)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/signin",name:"signin",getComponent:function(e,t){n.e(10).then(n.bind(null,792)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/create-account",name:"create-account",getComponent:function(e,t){n.e(65).then(n.bind(null,1361)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/pricing/pay-per-use/:pricingTable",name:"pricing_ppl",getComponent:function(e,t){n.e(16).then(n.bind(null,1362)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/pricing/pay-per-use",name:"pricing_ppl",getComponent:function(e,t){n.e(16).then(n.bind(null,1362)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/pricing/subscription/pro",name:"pricing_sub_pro",getComponent:function(e,t){Promise.all([n.e(4),n.e(3),n.e(14),n.e(15),n.e(89)]).then(n.bind(null,1363)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/pricing/subscription/creator",name:"pricing_sub_creator",getComponent:function(e,t){Promise.all([n.e(4),n.e(3),n.e(14),n.e(15),n.e(88)]).then(n.bind(null,1364)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/pricing/subscription/checkout",name:"subscription_checkout",getComponent:function(e,t){Promise.all([n.e(3),n.e(6),n.e(8),n.e(47)]).then(n.bind(null,1389)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/pricing/subscription",name:"subscription",getComponent:function(e,t){n.e(55).then(n.bind(null,1365)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/pricing",name:"pricing",getComponent:function(e,t){n.e(54).then(n.bind(null,1366)).then(wa(t)).catch((function(t){return Sa(t,e)}))},onEnter:function(e,t,n){t("/pricing/subscription/pro"),n()}},{path:"/payments/:paymentId",name:"payments",getComponent:function(e,t){Promise.all([n.e(6),n.e(18)]).then(n.bind(null,1409)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/payments",name:"payments",getComponent:function(e,t){Promise.all([n.e(6),n.e(18)]).then(n.bind(null,1409)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/styles",name:"styleslist",getComponent:function(e,t){Promise.all([n.e(23),n.e(50)]).then(n.bind(null,1367)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/browse/artist/:artistId",name:"browseartistpage",getComponent:function(e,t){Promise.all([n.e(1),n.e(11),n.e(0),n.e(2),n.e(52)]).then(n.bind(null,1400)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/browse/collection/:collectionId",name:"browsecollectionpage",getComponent:function(e,t){Promise.all([n.e(1),n.e(0),n.e(2),n.e(56)]).then(n.bind(null,1405)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/collections",name:"collections",getComponent:function(e,t){n.e(51).then(n.bind(null,1401)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/browse/style/:styleId",name:"browse",getComponent:function(e,t){Promise.all([n.e(1),n.e(23),n.e(0),n.e(2),n.e(57)]).then(n.bind(null,1406)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/browse/all",name:"browse_all",getComponent:function(e,t){Promise.all([n.e(1),n.e(0),n.e(2),n.e(24)]).then(n.bind(null,1410)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/browse/latest",name:"browse_latest",getComponent:function(e,t){Promise.all([n.e(1),n.e(0),n.e(2),n.e(71)]).then(n.bind(null,1411)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/browse/search/:query",name:"browse_search",getComponent:function(e,t){Promise.all([n.e(1),n.e(0),n.e(2),n.e(72)]).then(n.bind(null,1412)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/browse/search",name:"browse_search",getComponent:function(e,t){Promise.all([n.e(1),n.e(0),n.e(2),n.e(24)]).then(n.bind(null,1410)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/customer/license-history",name:"subscription",getComponent:function(e,t){n.e(86).then(n.bind(null,1370)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/customer/license-history/subscription",name:"subscription",getComponent:function(e,t){Promise.all([n.e(4),n.e(7),n.e(5),n.e(58)]).then(n.bind(null,1371)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/customer/license-history/pay-per-use",name:"pay-per-use",getComponent:function(e,t){Promise.all([n.e(4),n.e(7),n.e(5),n.e(34)]).then(n.bind(null,1372)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/customer/order-summary/:orderID",name:"orderSummary",getComponent:function(e,t){n.e(37).then(n.bind(null,1373)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/customer/payments",name:"customer-payments",getComponent:function(e,t){Promise.all([n.e(4),n.e(7),n.e(5),n.e(62)]).then(n.bind(null,1374)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/customer/following",name:"customer-following",getComponent:function(e,t){Promise.all([n.e(5),n.e(49)]).then(n.bind(null,1402)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/customer/playlists",name:"playlists",getComponent:function(e,t){Promise.all([n.e(5),n.e(32)]).then(n.bind(null,1395)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/customer/account",name:"customer-account",getComponent:function(e,t){Promise.all([n.e(9),n.e(6),n.e(30)]).then(n.bind(null,1384)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/artist/account",name:"artist-account",getComponent:function(e,t){Promise.all([n.e(9),n.e(42)]).then(n.bind(null,1391)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/artist/account/portfolio",name:"portfolio",getComponent:function(e,t){n.e(43).then(n.bind(null,1413)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/artist/account/statement/subscription-usage-report/:id",name:"artist-subscription",exact:!0,getComponent:function(e,t){n.e(36).then(n.bind(null,1375)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/artist/account/statement",name:"statement",getComponent:function(e,t){Promise.all([n.e(4),n.e(7),n.e(33)]).then(n.bind(null,1376)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/artist/account/artist-earnings",name:"artist-earnings",getComponent:function(e,t){n.e(35).then(n.bind(null,1407)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/artist/account/submissions",name:"submissions",getComponent:function(e,t){n.e(46).then(n.bind(null,1377)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/artist/account/required-styles",name:"required-music",getComponent:function(e,t){n.e(44).then(n.bind(null,1378)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/artist/account/required-sfx",name:"required-sfx",getComponent:function(e,t){n.e(45).then(n.bind(null,1408)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/artist/account/submissions/submit-for-review",name:"submissions",getComponent:function(e,t){n.e(41).then(n.bind(null,1379)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/artist/account/submissions/submit-for-rereview",name:"submissions",getComponent:function(e,t){n.e(40).then(n.bind(null,1380)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/artist/account/submissions/submit-approved-music-artist-account",name:"submissions",getComponent:function(e,t){n.e(39).then(n.bind(null,1381)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/user/reset-password",name:"reset-password",getComponent:function(e,t){n.e(87).then(n.bind(null,1382)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/user/password-confirm-reset/:hash",name:"password-confirm-reset",getComponent:function(e,t){n.e(85).then(n.bind(null,1383)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/:parent/:slug",name:"page",getComponent:function(e,t){Promise.all([n.e(11),n.e(17),n.e(22)]).then(n.bind(null,1390)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/:slug",name:"page",getComponent:function(e,t){Promise.all([n.e(11),n.e(17),n.e(22)]).then(n.bind(null,1390)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/*",name:"notfound",getComponent:function(e,t){n.e(64).then(n.bind(null,1414)).then(wa(t)).catch((function(t){return Sa(t,e)}))}},{path:"/features",name:"features",getComponent:function(e,t){n.e(63).then(n.bind(null,1396)).then(wa(t)).catch((function(t){return Sa(t,e)}))}}]}(Ca)},Ia=o()("0d96426d7e851d3d608bdb514c848938").use(u()(a.a)),Na=function(e){r.a.render(Object(M.jsx)(Ia,{children:Object(M.jsx)("div",{children:Object(M.jsx)(l.a,{store:Ca,children:Object(M.jsx)(Rn,{messages:e,children:Object(M.jsx)(_t.a,{children:Object(M.jsx)(h.b,{history:Ta,routes:Aa})})})})})}),document.getElementById("app"))};window.Intl?Na(la):new Promise((function(e){e(Promise.all([n.e(68),n.e(92)]).then(n.t.bind(null,1339,7)))})).then((function(){return Promise.all([n.e(91).then(n.t.bind(null,1340,7)),n.e(90).then(n.t.bind(null,1341,7))])})).then((function(){return Na(la)})).catch((function(e){throw e}))},81:function(e,t,n){"use strict";n.d(t,"a",(function(){return s}));n(1);var s="https://cdn.musicvine.com/images/mv-track-placeholder.png"}},[[778,26,27]]]); //# sourceMappingURL=main.chunk.js.map?hash=184fa1c4