OwlCyberSecurity - MANAGER
Edit File: general-page.js
(()=>{var e={4184:(e,t)=>{var r;!function(){"use strict";var a={}.hasOwnProperty;function n(){for(var e=[],t=0;t<arguments.length;t++){var r=arguments[t];if(r){var s=typeof r;if("string"===s||"number"===s)e.push(r);else if(Array.isArray(r)&&r.length){var o=n.apply(null,r);o&&e.push(o)}else if("object"===s)for(var i in r)a.call(r,i)&&r[i]&&e.push(i)}}return e.join(" ")}e.exports?(n.default=n,e.exports=n):void 0===(r=function(){return n}.apply(t,[]))||(e.exports=r)}()},8133:(e,t,r)=>{"use strict";var a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},n=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e},s=function(){function e(e,t){for(var r=0;r<t.length;r++){var a=t[r];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(e,a.key,a)}}return function(t,r,a){return r&&e(t.prototype,r),a&&e(t,a),t}}(),o=c(r(9196)),i=c(r(5890)),l=c(r(4184));function c(e){return e&&e.__esModule?e:{default:e}}function d(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var u={animating:"rah-animating",animatingUp:"rah-animating--up",animatingDown:"rah-animating--down",animatingToHeightZero:"rah-animating--to-height-zero",animatingToHeightAuto:"rah-animating--to-height-auto",animatingToHeightSpecific:"rah-animating--to-height-specific",static:"rah-static",staticHeightZero:"rah-static--height-zero",staticHeightAuto:"rah-static--height-auto",staticHeightSpecific:"rah-static--height-specific"},p=["animateOpacity","animationStateClasses","applyInlineTransitions","children","contentClassName","delay","duration","easing","height","onAnimationEnd","onAnimationStart"];function m(e){for(var t=arguments.length,r=Array(t>1?t-1:0),a=1;a<t;a++)r[a-1]=arguments[a];if(!r.length)return e;for(var n={},s=Object.keys(e),o=0;o<s.length;o++){var i=s[o];-1===r.indexOf(i)&&(n[i]=e[i])}return n}function f(e){e.forEach((function(e){return cancelAnimationFrame(e)}))}function h(e){return!isNaN(parseFloat(e))&&isFinite(e)}function y(e){return"string"==typeof e&&e.search("%")===e.length-1&&h(e.substr(0,e.length-1))}function g(e,t){e&&"function"==typeof e&&e(t)}var v=function(e){function t(e){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t);var r=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,e));r.animationFrameIDs=[];var a="auto",s="visible";h(e.height)?(a=e.height<0||"0"===e.height?0:e.height,s="hidden"):y(e.height)&&(a="0%"===e.height?0:e.height,s="hidden"),r.animationStateClasses=n({},u,e.animationStateClasses);var o=r.getStaticStateClasses(a);return r.state={animationStateClasses:o,height:a,overflow:s,shouldUseTransitions:!1},r}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),s(t,[{key:"componentDidMount",value:function(){var e=this.state.height;this.contentElement&&this.contentElement.style&&this.hideContent(e)}},{key:"componentDidUpdate",value:function(e,t){var r,a,n=this,s=this.props,o=s.delay,i=s.duration,c=s.height,u=s.onAnimationEnd,p=s.onAnimationStart;if(this.contentElement&&c!==e.height){var m;this.showContent(t.height),this.contentElement.style.overflow="hidden";var v=this.contentElement.offsetHeight;this.contentElement.style.overflow="";var b=i+o,E=null,w={height:null,overflow:"hidden"},x="auto"===t.height;h(c)?(E=c<0||"0"===c?0:c,w.height=E):y(c)?(E="0%"===c?0:c,w.height=E):(E=v,w.height="auto",w.overflow=null),x&&(w.height=E,E=v);var S=(0,l.default)((d(m={},this.animationStateClasses.animating,!0),d(m,this.animationStateClasses.animatingUp,"auto"===e.height||c<e.height),d(m,this.animationStateClasses.animatingDown,"auto"===c||c>e.height),d(m,this.animationStateClasses.animatingToHeightZero,0===w.height),d(m,this.animationStateClasses.animatingToHeightAuto,"auto"===w.height),d(m,this.animationStateClasses.animatingToHeightSpecific,w.height>0),m)),_=this.getStaticStateClasses(w.height);this.setState({animationStateClasses:S,height:E,overflow:"hidden",shouldUseTransitions:!x}),clearTimeout(this.timeoutID),clearTimeout(this.animationClassesTimeoutID),x?(w.shouldUseTransitions=!0,f(this.animationFrameIDs),this.animationFrameIDs=(r=function(){n.setState(w),g(p,{newHeight:w.height})},(a=[])[0]=requestAnimationFrame((function(){a[1]=requestAnimationFrame((function(){r()}))})),a),this.animationClassesTimeoutID=setTimeout((function(){n.setState({animationStateClasses:_,shouldUseTransitions:!1}),n.hideContent(w.height),g(u,{newHeight:w.height})}),b)):(g(p,{newHeight:E}),this.timeoutID=setTimeout((function(){w.animationStateClasses=_,w.shouldUseTransitions=!1,n.setState(w),"auto"!==c&&n.hideContent(E),g(u,{newHeight:E})}),b))}}},{key:"componentWillUnmount",value:function(){f(this.animationFrameIDs),clearTimeout(this.timeoutID),clearTimeout(this.animationClassesTimeoutID),this.timeoutID=null,this.animationClassesTimeoutID=null,this.animationStateClasses=null}},{key:"showContent",value:function(e){0===e&&(this.contentElement.style.display="")}},{key:"hideContent",value:function(e){0===e&&(this.contentElement.style.display="none")}},{key:"getStaticStateClasses",value:function(e){var t;return(0,l.default)((d(t={},this.animationStateClasses.static,!0),d(t,this.animationStateClasses.staticHeightZero,0===e),d(t,this.animationStateClasses.staticHeightSpecific,e>0),d(t,this.animationStateClasses.staticHeightAuto,"auto"===e),t))}},{key:"render",value:function(){var e,t=this,r=this.props,a=r.animateOpacity,s=r.applyInlineTransitions,i=r.children,c=r.className,u=r.contentClassName,f=r.delay,h=r.duration,y=r.easing,g=r.id,v=r.style,b=this.state,E=b.height,w=b.overflow,x=b.animationStateClasses,S=b.shouldUseTransitions,_=n({},v,{height:E,overflow:w||v.overflow});S&&s&&(_.transition="height "+h+"ms "+y+" "+f+"ms",v.transition&&(_.transition=v.transition+", "+_.transition),_.WebkitTransition=_.transition);var k={};a&&(k.transition="opacity "+h+"ms "+y+" "+f+"ms",k.WebkitTransition=k.transition,0===E&&(k.opacity=0));var C=(0,l.default)((d(e={},x,!0),d(e,c,c),e)),R=void 0!==this.props["aria-hidden"]?this.props["aria-hidden"]:0===E;return o.default.createElement("div",n({},m.apply(void 0,[this.props].concat(p)),{"aria-hidden":R,className:C,id:g,style:_}),o.default.createElement("div",{className:u,style:k,ref:function(e){return t.contentElement=e}},i))}}]),t}(o.default.Component);v.propTypes={"aria-hidden":i.default.bool,animateOpacity:i.default.bool,animationStateClasses:i.default.object,applyInlineTransitions:i.default.bool,children:i.default.any.isRequired,className:i.default.string,contentClassName:i.default.string,delay:i.default.number,duration:i.default.number,easing:i.default.string,height:function(e,t,r){var n=e[t];return"number"==typeof n&&n>=0||y(n)||"auto"===n?null:new TypeError('value "'+n+'" of type "'+(void 0===n?"undefined":a(n))+'" is invalid type for '+t+" in "+r+'. It needs to be a positive number, string "auto" or percentage string (e.g. "15%").')},id:i.default.string,onAnimationEnd:i.default.func,onAnimationStart:i.default.func,style:i.default.object},v.defaultProps={animateOpacity:!1,animationStateClasses:u,applyInlineTransitions:!0,duration:250,delay:0,easing:"ease",style:{}},t.Z=v},591:e=>{for(var t=[],r=0;r<256;++r)t[r]=(r+256).toString(16).substr(1);e.exports=function(e,r){var a=r||0,n=t;return[n[e[a++]],n[e[a++]],n[e[a++]],n[e[a++]],"-",n[e[a++]],n[e[a++]],"-",n[e[a++]],n[e[a++]],"-",n[e[a++]],n[e[a++]],"-",n[e[a++]],n[e[a++]],n[e[a++]],n[e[a++]],n[e[a++]],n[e[a++]]].join("")}},9176:e=>{var t="undefined"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||"undefined"!=typeof msCrypto&&"function"==typeof window.msCrypto.getRandomValues&&msCrypto.getRandomValues.bind(msCrypto);if(t){var r=new Uint8Array(16);e.exports=function(){return t(r),r}}else{var a=new Array(16);e.exports=function(){for(var e,t=0;t<16;t++)0==(3&t)&&(e=4294967296*Math.random()),a[t]=e>>>((3&t)<<3)&255;return a}}},3409:(e,t,r)=>{var a=r(9176),n=r(591);e.exports=function(e,t,r){var s=t&&r||0;"string"==typeof e&&(t="binary"===e?new Array(16):null,e=null);var o=(e=e||{}).random||(e.rng||a)();if(o[6]=15&o[6]|64,o[8]=63&o[8]|128,t)for(var i=0;i<16;++i)t[s+i]=o[i];return t||n(o)}},4530:(e,t)=>{var r;!function(){"use strict";var a={}.hasOwnProperty;function n(){for(var e=[],t=0;t<arguments.length;t++){var r=arguments[t];if(r){var s=typeof r;if("string"===s||"number"===s)e.push(r);else if(Array.isArray(r)){if(r.length){var o=n.apply(null,r);o&&e.push(o)}}else if("object"===s){if(r.toString!==Object.prototype.toString&&!r.toString.toString().includes("[native code]")){e.push(r.toString());continue}for(var i in r)a.call(r,i)&&r[i]&&e.push(i)}}}return e.join(" ")}e.exports?(n.default=n,e.exports=n):void 0===(r=function(){return n}.apply(t,[]))||(e.exports=r)}()},9196:e=>{"use strict";e.exports=window.React},5890:e=>{"use strict";e.exports=window.yoast.propTypes}},t={};function r(a){var n=t[a];if(void 0!==n)return n.exports;var s=t[a]={exports:{}};return e[a](s,s.exports,r),s.exports}r.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var a in t)r.o(t,a)&&!r.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},(()=>{"use strict";var e={};r.r(e),r.d(e,{DISMISS_ALERT:()=>qm});var t=r(9196),a=r.n(t);const n=window.wp.components,s=window.wp.data,o=window.wp.domReady;var i=r.n(o);const l=window.wp.element,c=window.yoast.dashboardFrontend,d=window.yoast.uiLibrary,u=window.lodash,p=window.ReactDOM;function m(){return m=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e},m.apply(this,arguments)}var f;!function(e){e.Pop="POP",e.Push="PUSH",e.Replace="REPLACE"}(f||(f={}));const h="popstate";function y(e,t){if(!1===e||null==e)throw new Error(t)}function g(e,t){if(!e){"undefined"!=typeof console&&console.warn(t);try{throw new Error(t)}catch(e){}}}function v(e,t){return{usr:e.state,key:e.key,idx:t}}function b(e,t,r,a){return void 0===r&&(r=null),m({pathname:"string"==typeof e?e:e.pathname,search:"",hash:""},"string"==typeof t?w(t):t,{state:r,key:t&&t.key||a||Math.random().toString(36).substr(2,8)})}function E(e){let{pathname:t="/",search:r="",hash:a=""}=e;return r&&"?"!==r&&(t+="?"===r.charAt(0)?r:"?"+r),a&&"#"!==a&&(t+="#"===a.charAt(0)?a:"#"+a),t}function w(e){let t={};if(e){let r=e.indexOf("#");r>=0&&(t.hash=e.substr(r),e=e.substr(0,r));let a=e.indexOf("?");a>=0&&(t.search=e.substr(a),e=e.substr(0,a)),e&&(t.pathname=e)}return t}function x(e,t,r,a){void 0===a&&(a={});let{window:n=document.defaultView,v5Compat:s=!1}=a,o=n.history,i=f.Pop,l=null,c=d();function d(){return(o.state||{idx:null}).idx}function u(){i=f.Pop;let e=d(),t=null==e?null:e-c;c=e,l&&l({action:i,location:g.location,delta:t})}function p(e){let t="null"!==n.location.origin?n.location.origin:n.location.href,r="string"==typeof e?e:E(e);return r=r.replace(/ $/,"%20"),y(t,"No window.location.(origin|href) available to create URL for href: "+r),new URL(r,t)}null==c&&(c=0,o.replaceState(m({},o.state,{idx:c}),""));let g={get action(){return i},get location(){return e(n,o)},listen(e){if(l)throw new Error("A history only accepts one active listener");return n.addEventListener(h,u),l=e,()=>{n.removeEventListener(h,u),l=null}},createHref:e=>t(n,e),createURL:p,encodeLocation(e){let t=p(e);return{pathname:t.pathname,search:t.search,hash:t.hash}},push:function(e,t){i=f.Push;let a=b(g.location,e,t);r&&r(a,e),c=d()+1;let u=v(a,c),p=g.createHref(a);try{o.pushState(u,"",p)}catch(e){if(e instanceof DOMException&&"DataCloneError"===e.name)throw e;n.location.assign(p)}s&&l&&l({action:i,location:g.location,delta:1})},replace:function(e,t){i=f.Replace;let a=b(g.location,e,t);r&&r(a,e),c=d();let n=v(a,c),u=g.createHref(a);o.replaceState(n,"",u),s&&l&&l({action:i,location:g.location,delta:0})},go:e=>o.go(e)};return g}var S;!function(e){e.data="data",e.deferred="deferred",e.redirect="redirect",e.error="error"}(S||(S={}));const _=new Set(["lazy","caseSensitive","path","id","index","children"]);function k(e,t,r,a){return void 0===r&&(r=[]),void 0===a&&(a={}),e.map(((e,n)=>{let s=[...r,String(n)],o="string"==typeof e.id?e.id:s.join("-");if(y(!0!==e.index||!e.children,"Cannot specify children on an index route"),y(!a[o],'Found a route id collision on id "'+o+"\". Route id's must be globally unique within Data Router usages"),function(e){return!0===e.index}(e)){let r=m({},e,t(e),{id:o});return a[o]=r,r}{let r=m({},e,t(e),{id:o,children:void 0});return a[o]=r,e.children&&(r.children=k(e.children,t,s,a)),r}}))}function C(e,t,r){return void 0===r&&(r="/"),R(e,t,r,!1)}function R(e,t,r,a){let n=B(("string"==typeof t?w(t):t).pathname||"/",r);if(null==n)return null;let s=P(e);!function(e){e.sort(((e,t)=>e.score!==t.score?t.score-e.score:function(e,t){let r=e.length===t.length&&e.slice(0,-1).every(((e,r)=>e===t[r]));return r?e[e.length-1]-t[t.length-1]:0}(e.routesMeta.map((e=>e.childrenIndex)),t.routesMeta.map((e=>e.childrenIndex)))))}(s);let o=null;for(let e=0;null==o&&e<s.length;++e){let t=U(n);o=F(s[e],t,a)}return o}function P(e,t,r,a){void 0===t&&(t=[]),void 0===r&&(r=[]),void 0===a&&(a="");let n=(e,n,s)=>{let o={relativePath:void 0===s?e.path||"":s,caseSensitive:!0===e.caseSensitive,childrenIndex:n,route:e};o.relativePath.startsWith("/")&&(y(o.relativePath.startsWith(a),'Absolute route path "'+o.relativePath+'" nested under path "'+a+'" is not valid. An absolute child route path must start with the combined path of all its parent routes.'),o.relativePath=o.relativePath.slice(a.length));let i=W([a,o.relativePath]),l=r.concat(o);e.children&&e.children.length>0&&(y(!0!==e.index,'Index routes must not have child routes. Please remove all child routes from route path "'+i+'".'),P(e.children,t,l,i)),(null!=e.path||e.index)&&t.push({path:i,score:z(i,e.index),routesMeta:l})};return e.forEach(((e,t)=>{var r;if(""!==e.path&&null!=(r=e.path)&&r.includes("?"))for(let r of N(e.path))n(e,t,r);else n(e,t)})),t}function N(e){let t=e.split("/");if(0===t.length)return[];let[r,...a]=t,n=r.endsWith("?"),s=r.replace(/\?$/,"");if(0===a.length)return n?[s,""]:[s];let o=N(a.join("/")),i=[];return i.push(...o.map((e=>""===e?s:[s,e].join("/")))),n&&i.push(...o),i.map((t=>e.startsWith("/")&&""===t?"/":t))}const O=/^:[\w-]+$/,T=3,M=2,L=1,I=10,A=-2,D=e=>"*"===e;function z(e,t){let r=e.split("/"),a=r.length;return r.some(D)&&(a+=A),t&&(a+=M),r.filter((e=>!D(e))).reduce(((e,t)=>e+(O.test(t)?T:""===t?L:I)),a)}function F(e,t,r){void 0===r&&(r=!1);let{routesMeta:a}=e,n={},s="/",o=[];for(let e=0;e<a.length;++e){let i=a[e],l=e===a.length-1,c="/"===s?t:t.slice(s.length)||"/",d=j({path:i.relativePath,caseSensitive:i.caseSensitive,end:l},c),u=i.route;if(!d&&l&&r&&!a[a.length-1].route.index&&(d=j({path:i.relativePath,caseSensitive:i.caseSensitive,end:!1},c)),!d)return null;Object.assign(n,d.params),o.push({params:n,pathname:W([s,d.pathname]),pathnameBase:G(W([s,d.pathnameBase])),route:u}),"/"!==d.pathnameBase&&(s=W([s,d.pathnameBase]))}return o}function j(e,t){"string"==typeof e&&(e={path:e,caseSensitive:!1,end:!0});let[r,a]=function(e,t,r){void 0===t&&(t=!1),void 0===r&&(r=!0),g("*"===e||!e.endsWith("*")||e.endsWith("/*"),'Route path "'+e+'" will be treated as if it were "'+e.replace(/\*$/,"/*")+'" because the `*` character must always follow a `/` in the pattern. To get rid of this warning, please change the route path to "'+e.replace(/\*$/,"/*")+'".');let a=[],n="^"+e.replace(/\/*\*?$/,"").replace(/^\/*/,"/").replace(/[\\.*+^${}|()[\]]/g,"\\$&").replace(/\/:([\w-]+)(\?)?/g,((e,t,r)=>(a.push({paramName:t,isOptional:null!=r}),r?"/?([^\\/]+)?":"/([^\\/]+)")));return e.endsWith("*")?(a.push({paramName:"*"}),n+="*"===e||"/*"===e?"(.*)$":"(?:\\/(.+)|\\/*)$"):r?n+="\\/*$":""!==e&&"/"!==e&&(n+="(?:(?=\\/|$))"),[new RegExp(n,t?void 0:"i"),a]}(e.path,e.caseSensitive,e.end),n=t.match(r);if(!n)return null;let s=n[0],o=s.replace(/(.)\/+$/,"$1"),i=n.slice(1);return{params:a.reduce(((e,t,r)=>{let{paramName:a,isOptional:n}=t;if("*"===a){let e=i[r]||"";o=s.slice(0,s.length-e.length).replace(/(.)\/+$/,"$1")}const l=i[r];return e[a]=n&&!l?void 0:(l||"").replace(/%2F/g,"/"),e}),{}),pathname:s,pathnameBase:o,pattern:e}}function U(e){try{return e.split("/").map((e=>decodeURIComponent(e).replace(/\//g,"%2F"))).join("/")}catch(t){return g(!1,'The URL path "'+e+'" could not be decoded because it is is a malformed URL segment. This is probably due to a bad percent encoding ('+t+")."),e}}function B(e,t){if("/"===t)return e;if(!e.toLowerCase().startsWith(t.toLowerCase()))return null;let r=t.endsWith("/")?t.length-1:t.length,a=e.charAt(r);return a&&"/"!==a?null:e.slice(r)||"/"}function q(e,t,r,a){return"Cannot include a '"+e+"' character in a manually specified `to."+t+"` field ["+JSON.stringify(a)+"]. Please separate it out to the `to."+r+'` field. Alternatively you may provide the full path as a string in <Link to="..."> and the router will parse it for you.'}function $(e){return e.filter(((e,t)=>0===t||e.route.path&&e.route.path.length>0))}function H(e,t){let r=$(e);return t?r.map(((e,t)=>t===r.length-1?e.pathname:e.pathnameBase)):r.map((e=>e.pathnameBase))}function V(e,t,r,a){let n;void 0===a&&(a=!1),"string"==typeof e?n=w(e):(n=m({},e),y(!n.pathname||!n.pathname.includes("?"),q("?","pathname","search",n)),y(!n.pathname||!n.pathname.includes("#"),q("#","pathname","hash",n)),y(!n.search||!n.search.includes("#"),q("#","search","hash",n)));let s,o=""===e||""===n.pathname,i=o?"/":n.pathname;if(null==i)s=r;else{let e=t.length-1;if(!a&&i.startsWith("..")){let t=i.split("/");for(;".."===t[0];)t.shift(),e-=1;n.pathname=t.join("/")}s=e>=0?t[e]:"/"}let l=function(e,t){void 0===t&&(t="/");let{pathname:r,search:a="",hash:n=""}="string"==typeof e?w(e):e,s=r?r.startsWith("/")?r:function(e,t){let r=t.replace(/\/+$/,"").split("/");return e.split("/").forEach((e=>{".."===e?r.length>1&&r.pop():"."!==e&&r.push(e)})),r.length>1?r.join("/"):"/"}(r,t):t;return{pathname:s,search:Z(a),hash:K(n)}}(n,s),c=i&&"/"!==i&&i.endsWith("/"),d=(o||"."===i)&&r.endsWith("/");return l.pathname.endsWith("/")||!c&&!d||(l.pathname+="/"),l}const W=e=>e.join("/").replace(/\/\/+/g,"/"),G=e=>e.replace(/\/+$/,"").replace(/^\/*/,"/"),Z=e=>e&&"?"!==e?e.startsWith("?")?e:"?"+e:"",K=e=>e&&"#"!==e?e.startsWith("#")?e:"#"+e:"";Error;class Y{constructor(e,t,r,a){void 0===a&&(a=!1),this.status=e,this.statusText=t||"",this.internal=a,r instanceof Error?(this.data=r.toString(),this.error=r):this.data=r}}function J(e){return null!=e&&"number"==typeof e.status&&"string"==typeof e.statusText&&"boolean"==typeof e.internal&&"data"in e}const Q=["post","put","patch","delete"],X=new Set(Q),ee=["get",...Q],te=new Set(ee),re=new Set([301,302,303,307,308]),ae=new Set([307,308]),ne={state:"idle",location:void 0,formMethod:void 0,formAction:void 0,formEncType:void 0,formData:void 0,json:void 0,text:void 0},se={state:"idle",data:void 0,formMethod:void 0,formAction:void 0,formEncType:void 0,formData:void 0,json:void 0,text:void 0},oe={state:"unblocked",proceed:void 0,reset:void 0,location:void 0},ie=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i,le=e=>({hasErrorBoundary:Boolean(e.hasErrorBoundary)}),ce="remix-router-transitions";function de(e){const t=e.window?e.window:"undefined"!=typeof window?window:void 0,r=void 0!==t&&void 0!==t.document&&void 0!==t.document.createElement,a=!r;let n;if(y(e.routes.length>0,"You must provide a non-empty routes array to createRouter"),e.mapRouteProperties)n=e.mapRouteProperties;else if(e.detectErrorBoundary){let t=e.detectErrorBoundary;n=e=>({hasErrorBoundary:t(e)})}else n=le;let s,o,i,l={},c=k(e.routes,n,void 0,l),d=e.basename||"/",u=e.unstable_dataStrategy||ve,p=e.unstable_patchRoutesOnNavigation,h=m({v7_fetcherPersist:!1,v7_normalizeFormMethod:!1,v7_partialHydration:!1,v7_prependBasename:!1,v7_relativeSplatPath:!1,v7_skipActionErrorRevalidation:!1},e.future),v=null,E=new Set,w=1e3,x=new Set,P=null,N=null,O=null,T=null!=e.hydrationData,M=C(c,e.history.location,d),L=null;if(null==M&&!p){let t=Oe(404,{pathname:e.history.location.pathname}),{matches:r,route:a}=Ne(c);M=r,L={[a.id]:t}}if(M&&!e.hydrationData&&pt(M,c,e.history.location.pathname).active&&(M=null),M)if(M.some((e=>e.route.lazy)))o=!1;else if(M.some((e=>e.route.loader)))if(h.v7_partialHydration){let t=e.hydrationData?e.hydrationData.loaderData:null,r=e.hydrationData?e.hydrationData.errors:null,a=e=>!e.route.loader||("function"!=typeof e.route.loader||!0!==e.route.loader.hydrate)&&(t&&void 0!==t[e.route.id]||r&&void 0!==r[e.route.id]);if(r){let e=M.findIndex((e=>void 0!==r[e.route.id]));o=M.slice(0,e+1).every(a)}else o=M.every(a)}else o=null!=e.hydrationData;else o=!0;else if(o=!1,M=[],h.v7_partialHydration){let t=pt(null,c,e.history.location.pathname);t.active&&t.matches&&(M=t.matches)}let I,A,D={historyAction:e.history.action,location:e.history.location,matches:M,initialized:o,navigation:ne,restoreScrollPosition:null==e.hydrationData&&null,preventScrollReset:!1,revalidation:"idle",loaderData:e.hydrationData&&e.hydrationData.loaderData||{},actionData:e.hydrationData&&e.hydrationData.actionData||null,errors:e.hydrationData&&e.hydrationData.errors||L,fetchers:new Map,blockers:new Map},z=f.Pop,F=!1,j=!1,U=new Map,q=null,$=!1,H=!1,V=[],W=new Set,G=new Map,Z=0,K=-1,Y=new Map,Q=new Set,X=new Map,ee=new Map,te=new Set,re=new Map,de=new Map,fe=new Map;function he(e,t){void 0===t&&(t={}),D=m({},D,e);let r=[],a=[];h.v7_fetcherPersist&&D.fetchers.forEach(((e,t)=>{"idle"===e.state&&(te.has(t)?a.push(t):r.push(t))})),[...E].forEach((e=>e(D,{deletedFetchers:a,unstable_viewTransitionOpts:t.viewTransitionOpts,unstable_flushSync:!0===t.flushSync}))),h.v7_fetcherPersist&&(r.forEach((e=>D.fetchers.delete(e))),a.forEach((e=>Xe(e))))}function Se(t,r,a){var n,o;let i,{flushSync:l}=void 0===a?{}:a,d=null!=D.actionData&&null!=D.navigation.formMethod&&je(D.navigation.formMethod)&&"loading"===D.navigation.state&&!0!==(null==(n=t.state)?void 0:n._isRedirect);i=r.actionData?Object.keys(r.actionData).length>0?r.actionData:null:d?D.actionData:null;let u=r.loaderData?Ce(D.loaderData,r.loaderData,r.matches||[],r.errors):D.loaderData,p=D.blockers;p.size>0&&(p=new Map(p),p.forEach(((e,t)=>p.set(t,oe))));let h,y=!0===F||null!=D.navigation.formMethod&&je(D.navigation.formMethod)&&!0!==(null==(o=t.state)?void 0:o._isRedirect);if(s&&(c=s,s=void 0),$||z===f.Pop||(z===f.Push?e.history.push(t,t.state):z===f.Replace&&e.history.replace(t,t.state)),z===f.Pop){let e=U.get(D.location.pathname);e&&e.has(t.pathname)?h={currentLocation:D.location,nextLocation:t}:U.has(t.pathname)&&(h={currentLocation:t,nextLocation:D.location})}else if(j){let e=U.get(D.location.pathname);e?e.add(t.pathname):(e=new Set([t.pathname]),U.set(D.location.pathname,e)),h={currentLocation:D.location,nextLocation:t}}he(m({},r,{actionData:i,loaderData:u,historyAction:z,location:t,initialized:!0,navigation:ne,revalidation:"idle",restoreScrollPosition:ut(t,r.matches||D.matches),preventScrollReset:y,blockers:p}),{viewTransitionOpts:h,flushSync:!0===l}),z=f.Pop,F=!1,j=!1,$=!1,H=!1,V=[]}async function _e(t,r,a){I&&I.abort(),I=null,z=t,$=!0===(a&&a.startUninterruptedRevalidation),function(e,t){if(P&&O){let r=dt(e,t);P[r]=O()}}(D.location,D.matches),F=!0===(a&&a.preventScrollReset),j=!0===(a&&a.enableViewTransition);let n=s||c,o=a&&a.overrideNavigation,i=C(n,r,d),l=!0===(a&&a.flushSync),u=pt(i,n,r.pathname);if(u.active&&u.matches&&(i=u.matches),!i){let{error:e,notFoundMatches:t,route:a}=it(r.pathname);return void Se(r,{matches:t,loaderData:{},errors:{[a.id]:e}},{flushSync:l})}if(D.initialized&&!H&&(p=D.location,y=r,p.pathname===y.pathname&&p.search===y.search&&(""===p.hash?""!==y.hash:p.hash===y.hash||""!==y.hash))&&!(a&&a.submission&&je(a.submission.formMethod)))return void Se(r,{matches:i},{flushSync:l});var p,y;I=new AbortController;let g,v=xe(e.history,r,I.signal,a&&a.submission);if(a&&a.pendingError)g=[Pe(i).route.id,{type:S.error,error:a.pendingError}];else if(a&&a.submission&&je(a.submission.formMethod)){let t=await async function(e,t,r,a,n,s){void 0===s&&(s={}),Ke();let o,i=function(e,t){return{state:"submitting",location:e,formMethod:t.formMethod,formAction:t.formAction,formEncType:t.formEncType,formData:t.formData,json:t.json,text:t.text}}(t,r);if(he({navigation:i},{flushSync:!0===s.flushSync}),n){let r=await mt(a,t.pathname,e.signal);if("aborted"===r.type)return{shortCircuited:!0};if("error"===r.type){let{boundaryId:e,error:a}=lt(t.pathname,r);return{matches:r.partialMatches,pendingActionResult:[e,{type:S.error,error:a}]}}if(!r.matches){let{notFoundMatches:e,error:r,route:a}=it(t.pathname);return{matches:e,pendingActionResult:[a.id,{type:S.error,error:r}]}}a=r.matches}let l=He(a,t);if(l.route.action||l.route.lazy){if(o=(await Fe("action",D,e,[l],a,null))[l.route.id],e.signal.aborted)return{shortCircuited:!0}}else o={type:S.error,error:Oe(405,{method:e.method,pathname:t.pathname,routeId:l.route.id})};if(De(o)){let t;return t=s&&null!=s.replace?s.replace:we(o.response.headers.get("Location"),new URL(e.url),d)===D.location.pathname+D.location.search,await ze(e,o,!0,{submission:r,replace:t}),{shortCircuited:!0}}if(Ie(o))throw Oe(400,{type:"defer-action"});if(Ae(o)){let e=Pe(a,l.route.id);return!0!==(s&&s.replace)&&(z=f.Push),{matches:a,pendingActionResult:[e.route.id,o]}}return{matches:a,pendingActionResult:[l.route.id,o]}}(v,r,a.submission,i,u.active,{replace:a.replace,flushSync:l});if(t.shortCircuited)return;if(t.pendingActionResult){let[e,a]=t.pendingActionResult;if(Ae(a)&&J(a.error)&&404===a.error.status)return I=null,void Se(r,{matches:t.matches,loaderData:{},errors:{[e]:a.error}})}i=t.matches||i,g=t.pendingActionResult,o=We(r,a.submission),l=!1,u.active=!1,v=xe(e.history,v.url,v.signal)}let{shortCircuited:b,matches:E,loaderData:w,errors:x}=await async function(t,r,a,n,o,i,l,u,p,f,y){let g=o||We(r,i),v=i||l||Ve(g),b=!($||h.v7_partialHydration&&p);if(n){if(b){let e=Me(y);he(m({navigation:g},void 0!==e?{actionData:e}:{}),{flushSync:f})}let e=await mt(a,r.pathname,t.signal);if("aborted"===e.type)return{shortCircuited:!0};if("error"===e.type){let{boundaryId:t,error:a}=lt(r.pathname,e);return{matches:e.partialMatches,loaderData:{},errors:{[t]:a}}}if(!e.matches){let{error:e,notFoundMatches:t,route:a}=it(r.pathname);return{matches:t,loaderData:{},errors:{[a.id]:e}}}a=e.matches}let E=s||c,[w,x]=me(e.history,D,a,v,r,h.v7_partialHydration&&!0===p,h.v7_skipActionErrorRevalidation,H,V,W,te,X,Q,E,d,y);if(ct((e=>!(a&&a.some((t=>t.route.id===e)))||w&&w.some((t=>t.route.id===e)))),K=++Z,0===w.length&&0===x.length){let e=rt();return Se(r,m({matches:a,loaderData:{},errors:y&&Ae(y[1])?{[y[0]]:y[1].error}:null},Re(y),e?{fetchers:new Map(D.fetchers)}:{}),{flushSync:f}),{shortCircuited:!0}}if(b){let e={};if(!n){e.navigation=g;let t=Me(y);void 0!==t&&(e.actionData=t)}x.length>0&&(e.fetchers=function(e){return e.forEach((e=>{let t=D.fetchers.get(e.key),r=Ge(void 0,t?t.data:void 0);D.fetchers.set(e.key,r)})),new Map(D.fetchers)}(x)),he(e,{flushSync:f})}x.forEach((e=>{G.has(e.key)&&et(e.key),e.controller&&G.set(e.key,e.controller)}));let S=()=>x.forEach((e=>et(e.key)));I&&I.signal.addEventListener("abort",S);let{loaderResults:_,fetcherResults:k}=await $e(D,a,w,x,t);if(t.signal.aborted)return{shortCircuited:!0};I&&I.signal.removeEventListener("abort",S),x.forEach((e=>G.delete(e.key)));let C=Te(_);if(C)return await ze(t,C.result,!0,{replace:u}),{shortCircuited:!0};if(C=Te(k),C)return Q.add(C.key),await ze(t,C.result,!0,{replace:u}),{shortCircuited:!0};let{loaderData:R,errors:P}=ke(D,a,0,_,y,x,k,re);re.forEach(((e,t)=>{e.subscribe((r=>{(r||e.done)&&re.delete(t)}))})),h.v7_partialHydration&&p&&D.errors&&Object.entries(D.errors).filter((e=>{let[t]=e;return!w.some((e=>e.route.id===t))})).forEach((e=>{let[t,r]=e;P=Object.assign(P||{},{[t]:r})}));let N=rt(),O=at(K),T=N||O||x.length>0;return m({matches:a,loaderData:R,errors:P},T?{fetchers:new Map(D.fetchers)}:{})}(v,r,i,u.active,o,a&&a.submission,a&&a.fetcherSubmission,a&&a.replace,a&&!0===a.initialHydration,l,g);b||(I=null,Se(r,m({matches:E||i},Re(g),{loaderData:w,errors:x})))}function Me(e){return e&&!Ae(e[1])?{[e[0]]:e[1].data}:D.actionData?0===Object.keys(D.actionData).length?null:D.actionData:void 0}async function ze(a,n,s,o){let{submission:i,fetcherSubmission:l,replace:c}=void 0===o?{}:o;n.response.headers.has("X-Remix-Revalidate")&&(H=!0);let u=n.response.headers.get("Location");y(u,"Expected a Location header on the redirect Response"),u=we(u,new URL(a.url),d);let p=b(D.location,u,{_isRedirect:!0});if(r){let r=!1;if(n.response.headers.has("X-Remix-Reload-Document"))r=!0;else if(ie.test(u)){const a=e.history.createURL(u);r=a.origin!==t.location.origin||null==B(a.pathname,d)}if(r)return void(c?t.location.replace(u):t.location.assign(u))}I=null;let h=!0===c||n.response.headers.has("X-Remix-Replace")?f.Replace:f.Push,{formMethod:g,formAction:v,formEncType:E}=D.navigation;!i&&!l&&g&&v&&E&&(i=Ve(D.navigation));let w=i||l;if(ae.has(n.response.status)&&w&&je(w.formMethod))await _e(h,p,{submission:m({},w,{formAction:u}),preventScrollReset:F,enableViewTransition:s?j:void 0});else{let e=We(p,i);await _e(h,p,{overrideNavigation:e,fetcherSubmission:l,preventScrollReset:F,enableViewTransition:s?j:void 0})}}async function Fe(e,t,r,a,s,o){let i,c={};try{i=await async function(e,t,r,a,n,s,o,i,l,c){let d=s.map((e=>e.route.lazy?async function(e,t,r){if(!e.lazy)return;let a=await e.lazy();if(!e.lazy)return;let n=r[e.id];y(n,"No route found in manifest");let s={};for(let e in a){let t=void 0!==n[e]&&"hasErrorBoundary"!==e;g(!t,'Route "'+n.id+'" has a static property "'+e+'" defined but its lazy function is also returning a value for this property. The lazy route property "'+e+'" will be ignored.'),t||_.has(e)||(s[e]=a[e])}Object.assign(n,s),Object.assign(n,m({},t(n),{lazy:void 0}))}(e.route,l,i):void 0)),u=s.map(((e,r)=>{let s=d[r],o=n.some((t=>t.route.id===e.route.id));return m({},e,{shouldLoad:o,resolve:async r=>(r&&"GET"===a.method&&(e.route.lazy||e.route.loader)&&(o=!0),o?async function(e,t,r,a,n,s){let o,i,l=a=>{let o,l=new Promise(((e,t)=>o=t));i=()=>o(),t.signal.addEventListener("abort",i);let c=n=>"function"!=typeof a?Promise.reject(new Error('You cannot call the handler for a route which defines a boolean "'+e+'" [routeId: '+r.route.id+"]")):a({request:t,params:r.params,context:s},...void 0!==n?[n]:[]),d=(async()=>{try{return{type:"data",result:await(n?n((e=>c(e))):c())}}catch(e){return{type:"error",result:e}}})();return Promise.race([d,l])};try{let n=r.route[e];if(a)if(n){let e,[t]=await Promise.all([l(n).catch((t=>{e=t})),a]);if(void 0!==e)throw e;o=t}else{if(await a,n=r.route[e],!n){if("action"===e){let e=new URL(t.url),a=e.pathname+e.search;throw Oe(405,{method:t.method,pathname:a,routeId:r.route.id})}return{type:S.data,result:void 0}}o=await l(n)}else{if(!n){let e=new URL(t.url);throw Oe(404,{pathname:e.pathname+e.search})}o=await l(n)}y(void 0!==o.result,"You defined "+("action"===e?"an action":"a loader")+' for route "'+r.route.id+"\" but didn't return anything from your `"+e+"` function. Please return a value or `null`.")}catch(e){return{type:S.error,result:e}}finally{i&&t.signal.removeEventListener("abort",i)}return o}(t,a,e,s,r,c):Promise.resolve({type:S.data,result:void 0}))})})),p=await e({matches:u,request:a,params:s[0].params,fetcherKey:o,context:c});try{await Promise.all(d)}catch(e){}return p}(u,e,0,r,a,s,o,l,n)}catch(e){return a.forEach((t=>{c[t.route.id]={type:S.error,error:e}})),c}for(let[e,t]of Object.entries(i))if(Le(t)){let a=t.result;c[e]={type:S.redirect,response:Ee(a,r,e,s,d,h.v7_relativeSplatPath)}}else c[e]=await be(t);return c}async function $e(t,r,a,n,s){let o=t.matches,i=Fe("loader",0,s,a,r,null),l=Promise.all(n.map((async t=>{if(t.matches&&t.match&&t.controller){let r=(await Fe("loader",0,xe(e.history,t.path,t.controller.signal),[t.match],t.matches,t.key))[t.match.route.id];return{[t.key]:r}}return Promise.resolve({[t.key]:{type:S.error,error:Oe(404,{pathname:t.path})}})}))),c=await i,d=(await l).reduce(((e,t)=>Object.assign(e,t)),{});return await Promise.all([Ue(r,c,s.signal,o,t.loaderData),Be(r,d,n)]),{loaderResults:c,fetcherResults:d}}function Ke(){H=!0,V.push(...ct()),X.forEach(((e,t)=>{G.has(t)&&(W.add(t),et(t))}))}function Ye(e,t,r){void 0===r&&(r={}),D.fetchers.set(e,t),he({fetchers:new Map(D.fetchers)},{flushSync:!0===(r&&r.flushSync)})}function Je(e,t,r,a){void 0===a&&(a={});let n=Pe(D.matches,t);Xe(e),he({errors:{[n.route.id]:r},fetchers:new Map(D.fetchers)},{flushSync:!0===(a&&a.flushSync)})}function Qe(e){return h.v7_fetcherPersist&&(ee.set(e,(ee.get(e)||0)+1),te.has(e)&&te.delete(e)),D.fetchers.get(e)||se}function Xe(e){let t=D.fetchers.get(e);!G.has(e)||t&&"loading"===t.state&&Y.has(e)||et(e),X.delete(e),Y.delete(e),Q.delete(e),te.delete(e),W.delete(e),D.fetchers.delete(e)}function et(e){let t=G.get(e);y(t,"Expected fetch controller: "+e),t.abort(),G.delete(e)}function tt(e){for(let t of e){let e=Ze(Qe(t).data);D.fetchers.set(t,e)}}function rt(){let e=[],t=!1;for(let r of Q){let a=D.fetchers.get(r);y(a,"Expected fetcher: "+r),"loading"===a.state&&(Q.delete(r),e.push(r),t=!0)}return tt(e),t}function at(e){let t=[];for(let[r,a]of Y)if(a<e){let e=D.fetchers.get(r);y(e,"Expected fetcher: "+r),"loading"===e.state&&(et(r),Y.delete(r),t.push(r))}return tt(t),t.length>0}function nt(e){D.blockers.delete(e),de.delete(e)}function st(e,t){let r=D.blockers.get(e)||oe;y("unblocked"===r.state&&"blocked"===t.state||"blocked"===r.state&&"blocked"===t.state||"blocked"===r.state&&"proceeding"===t.state||"blocked"===r.state&&"unblocked"===t.state||"proceeding"===r.state&&"unblocked"===t.state,"Invalid blocker state transition: "+r.state+" -> "+t.state);let a=new Map(D.blockers);a.set(e,t),he({blockers:a})}function ot(e){let{currentLocation:t,nextLocation:r,historyAction:a}=e;if(0===de.size)return;de.size>1&&g(!1,"A router only supports one blocker at a time");let n=Array.from(de.entries()),[s,o]=n[n.length-1],i=D.blockers.get(s);return i&&"proceeding"===i.state?void 0:o({currentLocation:t,nextLocation:r,historyAction:a})?s:void 0}function it(e){let t=Oe(404,{pathname:e}),r=s||c,{matches:a,route:n}=Ne(r);return ct(),{notFoundMatches:a,route:n,error:t}}function lt(e,t){return{boundaryId:Pe(t.partialMatches).route.id,error:Oe(400,{type:"route-discovery",pathname:e,message:null!=t.error&&"message"in t.error?t.error:String(t.error)})}}function ct(e){let t=[];return re.forEach(((r,a)=>{e&&!e(a)||(r.cancel(),t.push(a),re.delete(a))})),t}function dt(e,t){return N&&N(e,t.map((e=>function(e,t){let{route:r,pathname:a,params:n}=e;return{id:r.id,pathname:a,params:n,data:t[r.id],handle:r.handle}}(e,D.loaderData))))||e.key}function ut(e,t){if(P){let r=dt(e,t),a=P[r];if("number"==typeof a)return a}return null}function pt(e,t,r){if(p){if(x.has(r))return{active:!1,matches:e};if(!e)return{active:!0,matches:R(t,r,d,!0)||[]};if(Object.keys(e[0].params).length>0)return{active:!0,matches:R(t,r,d,!0)}}return{active:!1,matches:null}}async function mt(e,t,r){let a=e;for(;;){let e=null==s,o=s||c;try{await ye(p,t,a,o,l,n,fe,r)}catch(e){return{type:"error",error:e,partialMatches:a}}finally{e&&(c=[...c])}if(r.aborted)return{type:"aborted"};let i=C(o,t,d);if(i)return ft(t,x),{type:"success",matches:i};let u=R(o,t,d,!0);if(!u||a.length===u.length&&a.every(((e,t)=>e.route.id===u[t].route.id)))return ft(t,x),{type:"success",matches:null};a=u}}function ft(e,t){if(t.size>=w){let e=t.values().next().value;t.delete(e)}t.add(e)}return i={get basename(){return d},get future(){return h},get state(){return D},get routes(){return c},get window(){return t},initialize:function(){if(v=e.history.listen((t=>{let{action:r,location:a,delta:n}=t;if(A)return A(),void(A=void 0);g(0===de.size||null!=n,"You are trying to use a blocker on a POP navigation to a location that was not created by @remix-run/router. This will fail silently in production. This can happen if you are navigating outside the router via `window.history.pushState`/`window.location.hash` instead of using router navigation APIs. This can also happen if you are using createHashRouter and the user manually changes the URL.");let s=ot({currentLocation:D.location,nextLocation:a,historyAction:r});if(s&&null!=n){let t=new Promise((e=>{A=e}));return e.history.go(-1*n),void st(s,{state:"blocked",location:a,proceed(){st(s,{state:"proceeding",proceed:void 0,reset:void 0,location:a}),t.then((()=>e.history.go(n)))},reset(){let e=new Map(D.blockers);e.set(s,oe),he({blockers:e})}})}return _e(r,a)})),r){!function(e,t){try{let r=e.sessionStorage.getItem(ce);if(r){let e=JSON.parse(r);for(let[r,a]of Object.entries(e||{}))a&&Array.isArray(a)&&t.set(r,new Set(a||[]))}}catch(e){}}(t,U);let e=()=>function(e,t){if(t.size>0){let r={};for(let[e,a]of t)r[e]=[...a];try{e.sessionStorage.setItem(ce,JSON.stringify(r))}catch(e){g(!1,"Failed to save applied view transitions in sessionStorage ("+e+").")}}}(t,U);t.addEventListener("pagehide",e),q=()=>t.removeEventListener("pagehide",e)}return D.initialized||_e(f.Pop,D.location,{initialHydration:!0}),i},subscribe:function(e){return E.add(e),()=>E.delete(e)},enableScrollRestoration:function(e,t,r){if(P=e,O=t,N=r||null,!T&&D.navigation===ne){T=!0;let e=ut(D.location,D.matches);null!=e&&he({restoreScrollPosition:e})}return()=>{P=null,O=null,N=null}},navigate:async function t(r,a){if("number"==typeof r)return void e.history.go(r);let n=ue(D.location,D.matches,d,h.v7_prependBasename,r,h.v7_relativeSplatPath,null==a?void 0:a.fromRouteId,null==a?void 0:a.relative),{path:s,submission:o,error:i}=pe(h.v7_normalizeFormMethod,!1,n,a),l=D.location,c=b(D.location,s,a&&a.state);c=m({},c,e.history.encodeLocation(c));let u=a&&null!=a.replace?a.replace:void 0,p=f.Push;!0===u?p=f.Replace:!1===u||null!=o&&je(o.formMethod)&&o.formAction===D.location.pathname+D.location.search&&(p=f.Replace);let y=a&&"preventScrollReset"in a?!0===a.preventScrollReset:void 0,g=!0===(a&&a.unstable_flushSync),v=ot({currentLocation:l,nextLocation:c,historyAction:p});if(!v)return await _e(p,c,{submission:o,pendingError:i,preventScrollReset:y,replace:a&&a.replace,enableViewTransition:a&&a.unstable_viewTransition,flushSync:g});st(v,{state:"blocked",location:c,proceed(){st(v,{state:"proceeding",proceed:void 0,reset:void 0,location:c}),t(r,a)},reset(){let e=new Map(D.blockers);e.set(v,oe),he({blockers:e})}})},fetch:function(t,r,n,o){if(a)throw new Error("router.fetch() was called during the server render, but it shouldn't be. You are likely calling a useFetcher() method in the body of your component. Try moving it to a useEffect or a callback.");G.has(t)&&et(t);let i=!0===(o&&o.unstable_flushSync),l=s||c,u=ue(D.location,D.matches,d,h.v7_prependBasename,n,h.v7_relativeSplatPath,r,null==o?void 0:o.relative),p=C(l,u,d),m=pt(p,l,u);if(m.active&&m.matches&&(p=m.matches),!p)return void Je(t,r,Oe(404,{pathname:u}),{flushSync:i});let{path:f,submission:g,error:v}=pe(h.v7_normalizeFormMethod,!0,u,o);if(v)return void Je(t,r,v,{flushSync:i});let b=He(p,f);F=!0===(o&&o.preventScrollReset),g&&je(g.formMethod)?async function(t,r,a,n,o,i,l,u){function p(e){if(!e.route.action&&!e.route.lazy){let e=Oe(405,{method:u.formMethod,pathname:a,routeId:r});return Je(t,r,e,{flushSync:l}),!0}return!1}if(Ke(),X.delete(t),!i&&p(n))return;let m=D.fetchers.get(t);Ye(t,function(e,t){return{state:"submitting",formMethod:e.formMethod,formAction:e.formAction,formEncType:e.formEncType,formData:e.formData,json:e.json,text:e.text,data:t?t.data:void 0}}(u,m),{flushSync:l});let f=new AbortController,g=xe(e.history,a,f.signal,u);if(i){let e=await mt(o,a,g.signal);if("aborted"===e.type)return;if("error"===e.type){let{error:n}=lt(a,e);return void Je(t,r,n,{flushSync:l})}if(!e.matches)return void Je(t,r,Oe(404,{pathname:a}),{flushSync:l});if(p(n=He(o=e.matches,a)))return}G.set(t,f);let v=Z,b=(await Fe("action",0,g,[n],o,t))[n.route.id];if(g.signal.aborted)return void(G.get(t)===f&&G.delete(t));if(h.v7_fetcherPersist&&te.has(t)){if(De(b)||Ae(b))return void Ye(t,Ze(void 0))}else{if(De(b))return G.delete(t),K>v?void Ye(t,Ze(void 0)):(Q.add(t),Ye(t,Ge(u)),ze(g,b,!1,{fetcherSubmission:u}));if(Ae(b))return void Je(t,r,b.error)}if(Ie(b))throw Oe(400,{type:"defer-action"});let E=D.navigation.location||D.location,w=xe(e.history,E,f.signal),x=s||c,S="idle"!==D.navigation.state?C(x,D.navigation.location,d):D.matches;y(S,"Didn't find any matches after fetcher action");let _=++Z;Y.set(t,_);let k=Ge(u,b.data);D.fetchers.set(t,k);let[R,P]=me(e.history,D,S,u,E,!1,h.v7_skipActionErrorRevalidation,H,V,W,te,X,Q,x,d,[n.route.id,b]);P.filter((e=>e.key!==t)).forEach((e=>{let t=e.key,r=D.fetchers.get(t),a=Ge(void 0,r?r.data:void 0);D.fetchers.set(t,a),G.has(t)&&et(t),e.controller&&G.set(t,e.controller)})),he({fetchers:new Map(D.fetchers)});let N=()=>P.forEach((e=>et(e.key)));f.signal.addEventListener("abort",N);let{loaderResults:O,fetcherResults:T}=await $e(D,S,R,P,w);if(f.signal.aborted)return;f.signal.removeEventListener("abort",N),Y.delete(t),G.delete(t),P.forEach((e=>G.delete(e.key)));let M=Te(O);if(M)return ze(w,M.result,!1);if(M=Te(T),M)return Q.add(M.key),ze(w,M.result,!1);let{loaderData:L,errors:A}=ke(D,S,0,O,void 0,P,T,re);if(D.fetchers.has(t)){let e=Ze(b.data);D.fetchers.set(t,e)}at(_),"loading"===D.navigation.state&&_>K?(y(z,"Expected pending action"),I&&I.abort(),Se(D.navigation.location,{matches:S,loaderData:L,errors:A,fetchers:new Map(D.fetchers)})):(he({errors:A,loaderData:Ce(D.loaderData,L,S,A),fetchers:new Map(D.fetchers)}),H=!1)}(t,r,f,b,p,m.active,i,g):(X.set(t,{routeId:r,path:f}),async function(t,r,a,n,s,o,i,l){let c=D.fetchers.get(t);Ye(t,Ge(l,c?c.data:void 0),{flushSync:i});let d=new AbortController,u=xe(e.history,a,d.signal);if(o){let e=await mt(s,a,u.signal);if("aborted"===e.type)return;if("error"===e.type){let{error:n}=lt(a,e);return void Je(t,r,n,{flushSync:i})}if(!e.matches)return void Je(t,r,Oe(404,{pathname:a}),{flushSync:i});n=He(s=e.matches,a)}G.set(t,d);let p=Z,m=(await Fe("loader",0,u,[n],s,t))[n.route.id];if(Ie(m)&&(m=await qe(m,u.signal,!0)||m),G.get(t)===d&&G.delete(t),!u.signal.aborted){if(!te.has(t))return De(m)?K>p?void Ye(t,Ze(void 0)):(Q.add(t),void await ze(u,m,!1)):void(Ae(m)?Je(t,r,m.error):(y(!Ie(m),"Unhandled fetcher deferred data"),Ye(t,Ze(m.data))));Ye(t,Ze(void 0))}}(t,r,f,b,p,m.active,i,g))},revalidate:function(){Ke(),he({revalidation:"loading"}),"submitting"!==D.navigation.state&&("idle"!==D.navigation.state?_e(z||D.historyAction,D.navigation.location,{overrideNavigation:D.navigation,enableViewTransition:!0===j}):_e(D.historyAction,D.location,{startUninterruptedRevalidation:!0}))},createHref:t=>e.history.createHref(t),encodeLocation:t=>e.history.encodeLocation(t),getFetcher:Qe,deleteFetcher:function(e){if(h.v7_fetcherPersist){let t=(ee.get(e)||0)-1;t<=0?(ee.delete(e),te.add(e)):ee.set(e,t)}else Xe(e);he({fetchers:new Map(D.fetchers)})},dispose:function(){v&&v(),q&&q(),E.clear(),I&&I.abort(),D.fetchers.forEach(((e,t)=>Xe(t))),D.blockers.forEach(((e,t)=>nt(t)))},getBlocker:function(e,t){let r=D.blockers.get(e)||oe;return de.get(e)!==t&&de.set(e,t),r},deleteBlocker:nt,patchRoutes:function(e,t){let r=null==s;ge(e,t,s||c,l,n),r&&(c=[...c],he({}))},_internalFetchControllers:G,_internalActiveDeferreds:re,_internalSetRoutes:function(e){l={},s=k(e,n,void 0,l)}},i}function ue(e,t,r,a,n,s,o,i){let l,c;if(o){l=[];for(let e of t)if(l.push(e),e.route.id===o){c=e;break}}else l=t,c=t[t.length-1];let d=V(n||".",H(l,s),B(e.pathname,r)||e.pathname,"path"===i);return null==n&&(d.search=e.search,d.hash=e.hash),null!=n&&""!==n&&"."!==n||!c||!c.route.index||$e(d.search)||(d.search=d.search?d.search.replace(/^\?/,"?index&"):"?index"),a&&"/"!==r&&(d.pathname="/"===d.pathname?r:W([r,d.pathname])),E(d)}function pe(e,t,r,a){if(!a||!function(e){return null!=e&&("formData"in e&&null!=e.formData||"body"in e&&void 0!==e.body)}(a))return{path:r};if(a.formMethod&&(n=a.formMethod,!te.has(n.toLowerCase())))return{path:r,error:Oe(405,{method:a.formMethod})};var n;let s,o,i=()=>({path:r,error:Oe(400,{type:"invalid-body"})}),l=a.formMethod||"get",c=e?l.toUpperCase():l.toLowerCase(),d=Me(r);if(void 0!==a.body){if("text/plain"===a.formEncType){if(!je(c))return i();let e="string"==typeof a.body?a.body:a.body instanceof FormData||a.body instanceof URLSearchParams?Array.from(a.body.entries()).reduce(((e,t)=>{let[r,a]=t;return""+e+r+"="+a+"\n"}),""):String(a.body);return{path:r,submission:{formMethod:c,formAction:d,formEncType:a.formEncType,formData:void 0,json:void 0,text:e}}}if("application/json"===a.formEncType){if(!je(c))return i();try{let e="string"==typeof a.body?JSON.parse(a.body):a.body;return{path:r,submission:{formMethod:c,formAction:d,formEncType:a.formEncType,formData:void 0,json:e,text:void 0}}}catch(e){return i()}}}if(y("function"==typeof FormData,"FormData is not available in this environment"),a.formData)s=Se(a.formData),o=a.formData;else if(a.body instanceof FormData)s=Se(a.body),o=a.body;else if(a.body instanceof URLSearchParams)s=a.body,o=_e(s);else if(null==a.body)s=new URLSearchParams,o=new FormData;else try{s=new URLSearchParams(a.body),o=_e(s)}catch(e){return i()}let u={formMethod:c,formAction:d,formEncType:a&&a.formEncType||"application/x-www-form-urlencoded",formData:o,json:void 0,text:void 0};if(je(u.formMethod))return{path:r,submission:u};let p=w(r);return t&&p.search&&$e(p.search)&&s.append("index",""),p.search="?"+s,{path:E(p),submission:u}}function me(e,t,r,a,n,s,o,i,l,c,d,u,p,f,h,y){let g=y?Ae(y[1])?y[1].error:y[1].data:void 0,v=e.createURL(t.location),b=e.createURL(n),E=y&&Ae(y[1])?y[0]:void 0,w=E?function(e,t){let r=e;if(t){let a=e.findIndex((e=>e.route.id===t));a>=0&&(r=e.slice(0,a))}return r}(r,E):r,x=y?y[1].statusCode:void 0,S=o&&x&&x>=400,_=w.filter(((e,r)=>{let{route:n}=e;if(n.lazy)return!0;if(null==n.loader)return!1;if(s)return!("function"==typeof n.loader&&!n.loader.hydrate&&(void 0!==t.loaderData[n.id]||t.errors&&void 0!==t.errors[n.id]));if(function(e,t,r){let a=!t||r.route.id!==t.route.id,n=void 0===e[r.route.id];return a||n}(t.loaderData,t.matches[r],e)||l.some((t=>t===e.route.id)))return!0;let o=t.matches[r],c=e;return he(e,m({currentUrl:v,currentParams:o.params,nextUrl:b,nextParams:c.params},a,{actionResult:g,actionStatus:x,defaultShouldRevalidate:!S&&(i||v.pathname+v.search===b.pathname+b.search||v.search!==b.search||fe(o,c))}))})),k=[];return u.forEach(((e,n)=>{if(s||!r.some((t=>t.route.id===e.routeId))||d.has(n))return;let o=C(f,e.path,h);if(!o)return void k.push({key:n,routeId:e.routeId,path:e.path,matches:null,match:null,controller:null});let l=t.fetchers.get(n),u=He(o,e.path),y=!1;p.has(n)?y=!1:c.has(n)?(c.delete(n),y=!0):y=l&&"idle"!==l.state&&void 0===l.data?i:he(u,m({currentUrl:v,currentParams:t.matches[t.matches.length-1].params,nextUrl:b,nextParams:r[r.length-1].params},a,{actionResult:g,actionStatus:x,defaultShouldRevalidate:!S&&i})),y&&k.push({key:n,routeId:e.routeId,path:e.path,matches:o,match:u,controller:new AbortController})})),[_,k]}function fe(e,t){let r=e.route.path;return e.pathname!==t.pathname||null!=r&&r.endsWith("*")&&e.params["*"]!==t.params["*"]}function he(e,t){if(e.route.shouldRevalidate){let r=e.route.shouldRevalidate(t);if("boolean"==typeof r)return r}return t.defaultShouldRevalidate}async function ye(e,t,r,a,n,s,o,i){let l=[t,...r.map((e=>e.route.id))].join("-");try{let d=o.get(l);d||(d=e({path:t,matches:r,patch:(e,t)=>{i.aborted||ge(e,t,a,n,s)}}),o.set(l,d)),d&&"object"==typeof(c=d)&&null!=c&&"then"in c&&await d}finally{o.delete(l)}var c}function ge(e,t,r,a,n){if(e){var s;let r=a[e];y(r,"No route found to patch children into: routeId = "+e);let o=k(t,n,[e,"patch",String((null==(s=r.children)?void 0:s.length)||"0")],a);r.children?r.children.push(...o):r.children=o}else{let e=k(t,n,["patch",String(r.length||"0")],a);r.push(...e)}}async function ve(e){let{matches:t}=e,r=t.filter((e=>e.shouldLoad));return(await Promise.all(r.map((e=>e.resolve())))).reduce(((e,t,a)=>Object.assign(e,{[r[a].route.id]:t})),{})}async function be(e){let{result:t,type:r}=e;if(Fe(t)){let e;try{let r=t.headers.get("Content-Type");e=r&&/\bapplication\/json\b/.test(r)?null==t.body?null:await t.json():await t.text()}catch(e){return{type:S.error,error:e}}return r===S.error?{type:S.error,error:new Y(t.status,t.statusText,e),statusCode:t.status,headers:t.headers}:{type:S.data,data:e,statusCode:t.status,headers:t.headers}}if(r===S.error){if(ze(t)){var a,n;if(t.data instanceof Error)return{type:S.error,error:t.data,statusCode:null==(n=t.init)?void 0:n.status};t=new Y((null==(a=t.init)?void 0:a.status)||500,void 0,t.data)}return{type:S.error,error:t,statusCode:J(t)?t.status:void 0}}var s,o,i,l;return function(e){let t=e;return t&&"object"==typeof t&&"object"==typeof t.data&&"function"==typeof t.subscribe&&"function"==typeof t.cancel&&"function"==typeof t.resolveData}(t)?{type:S.deferred,deferredData:t,statusCode:null==(s=t.init)?void 0:s.status,headers:(null==(o=t.init)?void 0:o.headers)&&new Headers(t.init.headers)}:ze(t)?{type:S.data,data:t.data,statusCode:null==(i=t.init)?void 0:i.status,headers:null!=(l=t.init)&&l.headers?new Headers(t.init.headers):void 0}:{type:S.data,data:t}}function Ee(e,t,r,a,n,s){let o=e.headers.get("Location");if(y(o,"Redirects returned/thrown from loaders/actions must have a Location header"),!ie.test(o)){let i=a.slice(0,a.findIndex((e=>e.route.id===r))+1);o=ue(new URL(t.url),i,n,!0,o,s),e.headers.set("Location",o)}return e}function we(e,t,r){if(ie.test(e)){let a=e,n=a.startsWith("//")?new URL(t.protocol+a):new URL(a),s=null!=B(n.pathname,r);if(n.origin===t.origin&&s)return n.pathname+n.search+n.hash}return e}function xe(e,t,r,a){let n=e.createURL(Me(t)).toString(),s={signal:r};if(a&&je(a.formMethod)){let{formMethod:e,formEncType:t}=a;s.method=e.toUpperCase(),"application/json"===t?(s.headers=new Headers({"Content-Type":t}),s.body=JSON.stringify(a.json)):"text/plain"===t?s.body=a.text:"application/x-www-form-urlencoded"===t&&a.formData?s.body=Se(a.formData):s.body=a.formData}return new Request(n,s)}function Se(e){let t=new URLSearchParams;for(let[r,a]of e.entries())t.append(r,"string"==typeof a?a:a.name);return t}function _e(e){let t=new FormData;for(let[r,a]of e.entries())t.append(r,a);return t}function ke(e,t,r,a,n,s,o,i){let{loaderData:l,errors:c}=function(e,t,r,a,n){let s,o={},i=null,l=!1,c={},d=r&&Ae(r[1])?r[1].error:void 0;return e.forEach((r=>{if(!(r.route.id in t))return;let u=r.route.id,p=t[u];if(y(!De(p),"Cannot handle redirect results in processLoaderData"),Ae(p)){let t=p.error;if(void 0!==d&&(t=d,d=void 0),i=i||{},n)i[u]=t;else{let r=Pe(e,u);null==i[r.route.id]&&(i[r.route.id]=t)}o[u]=void 0,l||(l=!0,s=J(p.error)?p.error.status:500),p.headers&&(c[u]=p.headers)}else Ie(p)?(a.set(u,p.deferredData),o[u]=p.deferredData.data,null==p.statusCode||200===p.statusCode||l||(s=p.statusCode),p.headers&&(c[u]=p.headers)):(o[u]=p.data,p.statusCode&&200!==p.statusCode&&!l&&(s=p.statusCode),p.headers&&(c[u]=p.headers))})),void 0!==d&&r&&(i={[r[0]]:d},o[r[0]]=void 0),{loaderData:o,errors:i,statusCode:s||200,loaderHeaders:c}}(t,a,n,i,!1);return s.forEach((t=>{let{key:r,match:a,controller:n}=t,s=o[r];if(y(s,"Did not find corresponding fetcher result"),!n||!n.signal.aborted)if(Ae(s)){let t=Pe(e.matches,null==a?void 0:a.route.id);c&&c[t.route.id]||(c=m({},c,{[t.route.id]:s.error})),e.fetchers.delete(r)}else if(De(s))y(!1,"Unhandled fetcher revalidation redirect");else if(Ie(s))y(!1,"Unhandled fetcher deferred data");else{let t=Ze(s.data);e.fetchers.set(r,t)}})),{loaderData:l,errors:c}}function Ce(e,t,r,a){let n=m({},t);for(let s of r){let r=s.route.id;if(t.hasOwnProperty(r)?void 0!==t[r]&&(n[r]=t[r]):void 0!==e[r]&&s.route.loader&&(n[r]=e[r]),a&&a.hasOwnProperty(r))break}return n}function Re(e){return e?Ae(e[1])?{actionData:{}}:{actionData:{[e[0]]:e[1].data}}:{}}function Pe(e,t){return(t?e.slice(0,e.findIndex((e=>e.route.id===t))+1):[...e]).reverse().find((e=>!0===e.route.hasErrorBoundary))||e[0]}function Ne(e){let t=1===e.length?e[0]:e.find((e=>e.index||!e.path||"/"===e.path))||{id:"__shim-error-route__"};return{matches:[{params:{},pathname:"",pathnameBase:"",route:t}],route:t}}function Oe(e,t){let{pathname:r,routeId:a,method:n,type:s,message:o}=void 0===t?{}:t,i="Unknown Server Error",l="Unknown @remix-run/router error";return 400===e?(i="Bad Request","route-discovery"===s?l='Unable to match URL "'+r+'" - the `unstable_patchRoutesOnNavigation()` function threw the following error:\n'+o:n&&r&&a?l="You made a "+n+' request to "'+r+'" but did not provide a `loader` for route "'+a+'", so there is no way to handle the request.':"defer-action"===s?l="defer() is not supported in actions":"invalid-body"===s&&(l="Unable to encode submission body")):403===e?(i="Forbidden",l='Route "'+a+'" does not match URL "'+r+'"'):404===e?(i="Not Found",l='No route matches URL "'+r+'"'):405===e&&(i="Method Not Allowed",n&&r&&a?l="You made a "+n.toUpperCase()+' request to "'+r+'" but did not provide an `action` for route "'+a+'", so there is no way to handle the request.':n&&(l='Invalid request method "'+n.toUpperCase()+'"')),new Y(e||500,i,new Error(l),!0)}function Te(e){let t=Object.entries(e);for(let e=t.length-1;e>=0;e--){let[r,a]=t[e];if(De(a))return{key:r,result:a}}}function Me(e){return E(m({},"string"==typeof e?w(e):e,{hash:""}))}function Le(e){return Fe(e.result)&&re.has(e.result.status)}function Ie(e){return e.type===S.deferred}function Ae(e){return e.type===S.error}function De(e){return(e&&e.type)===S.redirect}function ze(e){return"object"==typeof e&&null!=e&&"type"in e&&"data"in e&&"init"in e&&"DataWithResponseInit"===e.type}function Fe(e){return null!=e&&"number"==typeof e.status&&"string"==typeof e.statusText&&"object"==typeof e.headers&&void 0!==e.body}function je(e){return X.has(e.toLowerCase())}async function Ue(e,t,r,a,n){let s=Object.entries(t);for(let o=0;o<s.length;o++){let[i,l]=s[o],c=e.find((e=>(null==e?void 0:e.route.id)===i));if(!c)continue;let d=a.find((e=>e.route.id===c.route.id)),u=null!=d&&!fe(d,c)&&void 0!==(n&&n[c.route.id]);Ie(l)&&u&&await qe(l,r,!1).then((e=>{e&&(t[i]=e)}))}}async function Be(e,t,r){for(let a=0;a<r.length;a++){let{key:n,routeId:s,controller:o}=r[a],i=t[n];e.find((e=>(null==e?void 0:e.route.id)===s))&&Ie(i)&&(y(o,"Expected an AbortController for revalidating fetcher deferred result"),await qe(i,o.signal,!0).then((e=>{e&&(t[n]=e)})))}}async function qe(e,t,r){if(void 0===r&&(r=!1),!await e.deferredData.resolveData(t)){if(r)try{return{type:S.data,data:e.deferredData.unwrappedData}}catch(e){return{type:S.error,error:e}}return{type:S.data,data:e.deferredData.data}}}function $e(e){return new URLSearchParams(e).getAll("index").some((e=>""===e))}function He(e,t){let r="string"==typeof t?w(t).search:t.search;if(e[e.length-1].route.index&&$e(r||""))return e[e.length-1];let a=$(e);return a[a.length-1]}function Ve(e){let{formMethod:t,formAction:r,formEncType:a,text:n,formData:s,json:o}=e;if(t&&r&&a)return null!=n?{formMethod:t,formAction:r,formEncType:a,formData:void 0,json:void 0,text:n}:null!=s?{formMethod:t,formAction:r,formEncType:a,formData:s,json:void 0,text:void 0}:void 0!==o?{formMethod:t,formAction:r,formEncType:a,formData:void 0,json:o,text:void 0}:void 0}function We(e,t){return t?{state:"loading",location:e,formMethod:t.formMethod,formAction:t.formAction,formEncType:t.formEncType,formData:t.formData,json:t.json,text:t.text}:{state:"loading",location:e,formMethod:void 0,formAction:void 0,formEncType:void 0,formData:void 0,json:void 0,text:void 0}}function Ge(e,t){return e?{state:"loading",formMethod:e.formMethod,formAction:e.formAction,formEncType:e.formEncType,formData:e.formData,json:e.json,text:e.text,data:t}:{state:"loading",formMethod:void 0,formAction:void 0,formEncType:void 0,formData:void 0,json:void 0,text:void 0,data:t}}function Ze(e){return{state:"idle",formMethod:void 0,formAction:void 0,formEncType:void 0,formData:void 0,json:void 0,text:void 0,data:e}}function Ke(){return Ke=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e},Ke.apply(this,arguments)}Symbol("deferred");const Ye=t.createContext(null),Je=t.createContext(null),Qe=t.createContext(null),Xe=t.createContext(null),et=t.createContext({outlet:null,matches:[],isDataRoute:!1}),tt=t.createContext(null);function rt(){return null!=t.useContext(Xe)}function at(){return rt()||y(!1),t.useContext(Xe).location}function nt(e){t.useContext(Qe).static||t.useLayoutEffect(e)}function st(){let{isDataRoute:e}=t.useContext(et);return e?function(){let{router:e}=ht(mt.UseNavigateStable),r=gt(ft.UseNavigateStable),a=t.useRef(!1);return nt((()=>{a.current=!0})),t.useCallback((function(t,n){void 0===n&&(n={}),a.current&&("number"==typeof t?e.navigate(t):e.navigate(t,Ke({fromRouteId:r},n)))}),[e,r])}():function(){rt()||y(!1);let e=t.useContext(Ye),{basename:r,future:a,navigator:n}=t.useContext(Qe),{matches:s}=t.useContext(et),{pathname:o}=at(),i=JSON.stringify(H(s,a.v7_relativeSplatPath)),l=t.useRef(!1);return nt((()=>{l.current=!0})),t.useCallback((function(t,a){if(void 0===a&&(a={}),!l.current)return;if("number"==typeof t)return void n.go(t);let s=V(t,JSON.parse(i),o,"path"===a.relative);null==e&&"/"!==r&&(s.pathname="/"===s.pathname?r:W([r,s.pathname])),(a.replace?n.replace:n.push)(s,a.state,a)}),[r,n,i,o,e])}()}const ot=t.createContext(null);function it(e,r){let{relative:a}=void 0===r?{}:r,{future:n}=t.useContext(Qe),{matches:s}=t.useContext(et),{pathname:o}=at(),i=JSON.stringify(H(s,n.v7_relativeSplatPath));return t.useMemo((()=>V(e,JSON.parse(i),o,"path"===a)),[e,i,o,a])}function lt(e,r,a,n){rt()||y(!1);let{navigator:s}=t.useContext(Qe),{matches:o}=t.useContext(et),i=o[o.length-1],l=i?i.params:{},c=(i&&i.pathname,i?i.pathnameBase:"/");i&&i.route;let d,u=at();if(r){var p;let e="string"==typeof r?w(r):r;"/"===c||(null==(p=e.pathname)?void 0:p.startsWith(c))||y(!1),d=e}else d=u;let m=d.pathname||"/",h=m;if("/"!==c){let e=c.replace(/^\//,"").split("/");h="/"+m.replace(/^\//,"").split("/").slice(e.length).join("/")}let g=C(e,{pathname:h}),v=function(e,r,a,n){var s;if(void 0===r&&(r=[]),void 0===a&&(a=null),void 0===n&&(n=null),null==e){var o;if(!a)return null;if(a.errors)e=a.matches;else{if(!(null!=(o=n)&&o.v7_partialHydration&&0===r.length&&!a.initialized&&a.matches.length>0))return null;e=a.matches}}let i=e,l=null==(s=a)?void 0:s.errors;if(null!=l){let e=i.findIndex((e=>e.route.id&&void 0!==(null==l?void 0:l[e.route.id])));e>=0||y(!1),i=i.slice(0,Math.min(i.length,e+1))}let c=!1,d=-1;if(a&&n&&n.v7_partialHydration)for(let e=0;e<i.length;e++){let t=i[e];if((t.route.HydrateFallback||t.route.hydrateFallbackElement)&&(d=e),t.route.id){let{loaderData:e,errors:r}=a,n=t.route.loader&&void 0===e[t.route.id]&&(!r||void 0===r[t.route.id]);if(t.route.lazy||n){c=!0,i=d>=0?i.slice(0,d+1):[i[0]];break}}}return i.reduceRight(((e,n,s)=>{let o,u=!1,p=null,m=null;var f;a&&(o=l&&n.route.id?l[n.route.id]:void 0,p=n.route.errorElement||dt,c&&(d<0&&0===s?(Et[f="route-fallback"]||(Et[f]=!0),u=!0,m=null):d===s&&(u=!0,m=n.route.hydrateFallbackElement||null)));let h=r.concat(i.slice(0,s+1)),y=()=>{let r;return r=o?p:u?m:n.route.Component?t.createElement(n.route.Component,null):n.route.element?n.route.element:e,t.createElement(pt,{match:n,routeContext:{outlet:e,matches:h,isDataRoute:null!=a},children:r})};return a&&(n.route.ErrorBoundary||n.route.errorElement||0===s)?t.createElement(ut,{location:a.location,revalidation:a.revalidation,component:p,error:o,children:y(),routeContext:{outlet:null,matches:h,isDataRoute:!0}}):y()}),null)}(g&&g.map((e=>Object.assign({},e,{params:Object.assign({},l,e.params),pathname:W([c,s.encodeLocation?s.encodeLocation(e.pathname).pathname:e.pathname]),pathnameBase:"/"===e.pathnameBase?c:W([c,s.encodeLocation?s.encodeLocation(e.pathnameBase).pathname:e.pathnameBase])}))),o,a,n);return r&&v?t.createElement(Xe.Provider,{value:{location:Ke({pathname:"/",search:"",hash:"",state:null,key:"default"},d),navigationType:f.Pop}},v):v}function ct(){let e=vt(),r=J(e)?e.status+" "+e.statusText:e instanceof Error?e.message:JSON.stringify(e),a=e instanceof Error?e.stack:null,n={padding:"0.5rem",backgroundColor:"rgba(200,200,200, 0.5)"};return t.createElement(t.Fragment,null,t.createElement("h2",null,"Unexpected Application Error!"),t.createElement("h3",{style:{fontStyle:"italic"}},r),a?t.createElement("pre",{style:n},a):null,null)}const dt=t.createElement(ct,null);class ut extends t.Component{constructor(e){super(e),this.state={location:e.location,revalidation:e.revalidation,error:e.error}}static getDerivedStateFromError(e){return{error:e}}static getDerivedStateFromProps(e,t){return t.location!==e.location||"idle"!==t.revalidation&&"idle"===e.revalidation?{error:e.error,location:e.location,revalidation:e.revalidation}:{error:void 0!==e.error?e.error:t.error,location:t.location,revalidation:e.revalidation||t.revalidation}}componentDidCatch(e,t){console.error("React Router caught the following error during render",e,t)}render(){return void 0!==this.state.error?t.createElement(et.Provider,{value:this.props.routeContext},t.createElement(tt.Provider,{value:this.state.error,children:this.props.component})):this.props.children}}function pt(e){let{routeContext:r,match:a,children:n}=e,s=t.useContext(Ye);return s&&s.static&&s.staticContext&&(a.route.errorElement||a.route.ErrorBoundary)&&(s.staticContext._deepestRenderedBoundaryId=a.route.id),t.createElement(et.Provider,{value:r},n)}var mt=function(e){return e.UseBlocker="useBlocker",e.UseRevalidator="useRevalidator",e.UseNavigateStable="useNavigate",e}(mt||{}),ft=function(e){return e.UseBlocker="useBlocker",e.UseLoaderData="useLoaderData",e.UseActionData="useActionData",e.UseRouteError="useRouteError",e.UseNavigation="useNavigation",e.UseRouteLoaderData="useRouteLoaderData",e.UseMatches="useMatches",e.UseRevalidator="useRevalidator",e.UseNavigateStable="useNavigate",e.UseRouteId="useRouteId",e}(ft||{});function ht(e){let r=t.useContext(Ye);return r||y(!1),r}function yt(e){let r=t.useContext(Je);return r||y(!1),r}function gt(e){let r=function(e){let r=t.useContext(et);return r||y(!1),r}(),a=r.matches[r.matches.length-1];return a.route.id||y(!1),a.route.id}function vt(){var e;let r=t.useContext(tt),a=yt(ft.UseRouteError),n=gt(ft.UseRouteError);return void 0!==r?r:null==(e=a.errors)?void 0:e[n]}let bt=0;const Et={};function wt(e){let{to:r,replace:a,state:n,relative:s}=e;rt()||y(!1);let{future:o,static:i}=t.useContext(Qe),{matches:l}=t.useContext(et),{pathname:c}=at(),d=st(),u=V(r,H(l,o.v7_relativeSplatPath),c,"path"===s),p=JSON.stringify(u);return t.useEffect((()=>d(JSON.parse(p),{replace:a,state:n,relative:s})),[d,p,s,a,n]),null}function xt(e){return function(e){let r=t.useContext(et).outlet;return r?t.createElement(ot.Provider,{value:e},r):r}(e.context)}function St(e){y(!1)}function _t(e){let{basename:r="/",children:a=null,location:n,navigationType:s=f.Pop,navigator:o,static:i=!1,future:l}=e;rt()&&y(!1);let c=r.replace(/^\/*/,"/"),d=t.useMemo((()=>({basename:c,navigator:o,static:i,future:Ke({v7_relativeSplatPath:!1},l)})),[c,l,o,i]);"string"==typeof n&&(n=w(n));let{pathname:u="/",search:p="",hash:m="",state:h=null,key:g="default"}=n,v=t.useMemo((()=>{let e=B(u,c);return null==e?null:{location:{pathname:e,search:p,hash:m,state:h,key:g},navigationType:s}}),[c,u,p,m,h,g,s]);return null==v?null:t.createElement(Qe.Provider,{value:d},t.createElement(Xe.Provider,{children:a,value:v}))}function kt(e,r){void 0===r&&(r=[]);let a=[];return t.Children.forEach(e,((e,n)=>{if(!t.isValidElement(e))return;let s=[...r,n];if(e.type===t.Fragment)return void a.push.apply(a,kt(e.props.children,s));e.type!==St&&y(!1),e.props.index&&e.props.children&&y(!1);let o={id:e.props.id||s.join("-"),caseSensitive:e.props.caseSensitive,element:e.props.element,Component:e.props.Component,index:e.props.index,path:e.props.path,loader:e.props.loader,action:e.props.action,errorElement:e.props.errorElement,ErrorBoundary:e.props.ErrorBoundary,hasErrorBoundary:null!=e.props.ErrorBoundary||null!=e.props.errorElement,shouldRevalidate:e.props.shouldRevalidate,handle:e.props.handle,lazy:e.props.lazy};e.props.children&&(o.children=kt(e.props.children,s)),a.push(o)})),a}function Ct(e){let r={hasErrorBoundary:null!=e.ErrorBoundary||null!=e.errorElement};return e.Component&&Object.assign(r,{element:t.createElement(e.Component),Component:void 0}),e.HydrateFallback&&Object.assign(r,{hydrateFallbackElement:t.createElement(e.HydrateFallback),HydrateFallback:void 0}),e.ErrorBoundary&&Object.assign(r,{errorElement:t.createElement(e.ErrorBoundary),ErrorBoundary:void 0}),r}function Rt(){return Rt=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e},Rt.apply(this,arguments)}t.startTransition,new Promise((()=>{})),t.Component,new Set(["application/x-www-form-urlencoded","multipart/form-data","text/plain"]);const Pt=["onClick","relative","reloadDocument","replace","state","target","to","preventScrollReset","unstable_viewTransition"];try{window.__reactRouterVersion="6"}catch(Os){}function Nt(){var e;let t=null==(e=window)?void 0:e.__staticRouterHydrationData;return t&&t.errors&&(t=Rt({},t,{errors:Ot(t.errors)})),t}function Ot(e){if(!e)return null;let t=Object.entries(e),r={};for(let[e,a]of t)if(a&&"RouteErrorResponse"===a.__type)r[e]=new Y(a.status,a.statusText,a.data,!0===a.internal);else if(a&&"Error"===a.__type){if(a.__subType){let t=window[a.__subType];if("function"==typeof t)try{let n=new t(a.message);n.stack="",r[e]=n}catch(e){}}if(null==r[e]){let t=new Error(a.message);t.stack="",r[e]=t}}else r[e]=a;return r}const Tt=t.createContext({isTransitioning:!1}),Mt=t.createContext(new Map),Lt=t.startTransition,It=p.flushSync;function At(e){It?It(e):e()}t.useId;class Dt{constructor(){this.status="pending",this.promise=new Promise(((e,t)=>{this.resolve=t=>{"pending"===this.status&&(this.status="resolved",e(t))},this.reject=e=>{"pending"===this.status&&(this.status="rejected",t(e))}}))}}function zt(e){let{fallbackElement:r,router:a,future:n}=e,[s,o]=t.useState(a.state),[i,l]=t.useState(),[c,d]=t.useState({isTransitioning:!1}),[u,p]=t.useState(),[m,f]=t.useState(),[h,y]=t.useState(),g=t.useRef(new Map),{v7_startTransition:v}=n||{},b=t.useCallback((e=>{v?function(e){Lt?Lt(e):e()}(e):e()}),[v]),E=t.useCallback(((e,t)=>{let{deletedFetchers:r,unstable_flushSync:n,unstable_viewTransitionOpts:s}=t;r.forEach((e=>g.current.delete(e))),e.fetchers.forEach(((e,t)=>{void 0!==e.data&&g.current.set(t,e.data)}));let i=null==a.window||null==a.window.document||"function"!=typeof a.window.document.startViewTransition;if(s&&!i){if(n){At((()=>{m&&(u&&u.resolve(),m.skipTransition()),d({isTransitioning:!0,flushSync:!0,currentLocation:s.currentLocation,nextLocation:s.nextLocation})}));let t=a.window.document.startViewTransition((()=>{At((()=>o(e)))}));return t.finished.finally((()=>{At((()=>{p(void 0),f(void 0),l(void 0),d({isTransitioning:!1})}))})),void At((()=>f(t)))}m?(u&&u.resolve(),m.skipTransition(),y({state:e,currentLocation:s.currentLocation,nextLocation:s.nextLocation})):(l(e),d({isTransitioning:!0,flushSync:!1,currentLocation:s.currentLocation,nextLocation:s.nextLocation}))}else n?At((()=>o(e))):b((()=>o(e)))}),[a.window,m,u,g,b]);t.useLayoutEffect((()=>a.subscribe(E)),[a,E]),t.useEffect((()=>{c.isTransitioning&&!c.flushSync&&p(new Dt)}),[c]),t.useEffect((()=>{if(u&&i&&a.window){let e=i,t=u.promise,r=a.window.document.startViewTransition((async()=>{b((()=>o(e))),await t}));r.finished.finally((()=>{p(void 0),f(void 0),l(void 0),d({isTransitioning:!1})})),f(r)}}),[b,i,u,a.window]),t.useEffect((()=>{u&&i&&s.location.key===i.location.key&&u.resolve()}),[u,m,s.location,i]),t.useEffect((()=>{!c.isTransitioning&&h&&(l(h.state),d({isTransitioning:!0,flushSync:!1,currentLocation:h.currentLocation,nextLocation:h.nextLocation}),y(void 0))}),[c.isTransitioning,h]),t.useEffect((()=>{}),[]);let w=t.useMemo((()=>({createHref:a.createHref,encodeLocation:a.encodeLocation,go:e=>a.navigate(e),push:(e,t,r)=>a.navigate(e,{state:t,preventScrollReset:null==r?void 0:r.preventScrollReset}),replace:(e,t,r)=>a.navigate(e,{replace:!0,state:t,preventScrollReset:null==r?void 0:r.preventScrollReset})})),[a]),x=a.basename||"/",S=t.useMemo((()=>({router:a,navigator:w,static:!1,basename:x})),[a,w,x]),_=t.useMemo((()=>({v7_relativeSplatPath:a.future.v7_relativeSplatPath})),[a.future.v7_relativeSplatPath]);return t.createElement(t.Fragment,null,t.createElement(Ye.Provider,{value:S},t.createElement(Je.Provider,{value:s},t.createElement(Mt.Provider,{value:g.current},t.createElement(Tt.Provider,{value:c},t.createElement(_t,{basename:x,location:s.location,navigationType:s.historyAction,navigator:w,future:_},s.initialized||a.future.v7_partialHydration?t.createElement(Ft,{routes:a.routes,future:a.future,state:s}):r))))),null)}const Ft=t.memo(jt);function jt(e){let{routes:t,future:r,state:a}=e;return lt(t,void 0,a,r)}const Ut="undefined"!=typeof window&&void 0!==window.document&&void 0!==window.document.createElement,Bt=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i,qt=t.forwardRef((function(e,r){let a,{onClick:n,relative:s,reloadDocument:o,replace:i,state:l,target:c,to:d,preventScrollReset:u,unstable_viewTransition:p}=e,m=function(e,t){if(null==e)return{};var r,a,n={},s=Object.keys(e);for(a=0;a<s.length;a++)r=s[a],t.indexOf(r)>=0||(n[r]=e[r]);return n}(e,Pt),{basename:f}=t.useContext(Qe),h=!1;if("string"==typeof d&&Bt.test(d)&&(a=d,Ut))try{let e=new URL(window.location.href),t=d.startsWith("//")?new URL(e.protocol+d):new URL(d),r=B(t.pathname,f);t.origin===e.origin&&null!=r?d=r+t.search+t.hash:h=!0}catch(e){}let g=function(e,r){let{relative:a}=void 0===r?{}:r;rt()||y(!1);let{basename:n,navigator:s}=t.useContext(Qe),{hash:o,pathname:i,search:l}=it(e,{relative:a}),c=i;return"/"!==n&&(c="/"===i?n:W([n,i])),s.createHref({pathname:c,search:l,hash:o})}(d,{relative:s}),v=function(e,r){let{target:a,replace:n,state:s,preventScrollReset:o,relative:i,unstable_viewTransition:l}=void 0===r?{}:r,c=st(),d=at(),u=it(e,{relative:i});return t.useCallback((t=>{if(function(e,t){return!(0!==e.button||t&&"_self"!==t||function(e){return!!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}(e))}(t,a)){t.preventDefault();let r=void 0!==n?n:E(d)===E(u);c(e,{replace:r,state:s,preventScrollReset:o,relative:i,unstable_viewTransition:l})}}),[d,c,u,n,s,a,e,o,i,l])}(d,{replace:i,state:l,target:c,preventScrollReset:u,relative:s,unstable_viewTransition:p});return t.createElement("a",Rt({},m,{href:a||g,onClick:h||o?n:function(e){n&&n(e),e.defaultPrevented||v(e)},ref:r,target:c}))}));var $t,Ht;(function(e){e.UseScrollRestoration="useScrollRestoration",e.UseSubmit="useSubmit",e.UseSubmitFetcher="useSubmitFetcher",e.UseFetcher="useFetcher",e.useViewTransitionState="useViewTransitionState"})($t||($t={})),function(e){e.UseFetcher="useFetcher",e.UseFetchers="useFetchers",e.UseScrollRestoration="useScrollRestoration"}(Ht||(Ht={}));const Vt=window.wp.i18n;var Wt=r(5890),Gt=r.n(Wt);const Zt=({link:e})=>{const r=(0,l.useMemo)((()=>(0,l.createInterpolateElement)((0,Vt.sprintf)(/* translators: %1$s expands to "Yoast SEO" academy, which is a clickable link. */ (0,Vt.__)("Want to learn SEO from Team Yoast? Check out our %1$s!","wordpress-seo"),"<link/>"),{link:(0,t.createElement)("a",{href:e,target:"_blank",rel:"noopener"},"Yoast SEO academy")})),[]);return(0,t.createElement)(d.Paper,{as:"div",className:"yst-p-6 yst-space-y-3"},(0,t.createElement)(d.Title,{as:"h2",size:"4",className:"yst-text-base yst-text-primary-500"},(0,Vt.__)("Learn SEO","wordpress-seo")),(0,t.createElement)("p",null,r,(0,t.createElement)("br",null),(0,Vt.__)("We have both free and premium online courses to learn everything you need to know about SEO.","wordpress-seo")),(0,t.createElement)(d.Link,{href:e,className:"yst-block",target:"_blank",rel:"noopener"},(0,Vt.sprintf)(/* translators: %1$s expands to "Yoast SEO academy". */ (0,Vt.__)("Check out %1$s","wordpress-seo"),"Yoast SEO academy")))};Zt.propTypes={link:Gt().string.isRequired};const Kt=t.forwardRef((function(e,r){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:2,stroke:"currentColor","aria-hidden":"true",ref:r},e),t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8 11V7a4 4 0 118 0m-4 8v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2z"}))})),Yt=t.forwardRef((function(e,r){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",ref:r},e),t.createElement("path",{fillRule:"evenodd",d:"M12.293 5.293a1 1 0 011.414 0l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-2.293-2.293a1 1 0 010-1.414z",clipRule:"evenodd"}))})),Jt=({learnMoreLink:e,thumbnail:r,wistiaEmbedPermission:a,upsellLink:n,isProductCopy:s,title:o,upsellLabel:i,newToText:c,bundleNote:u})=>{const{onClose:p,initialFocus:m}=(0,d.useModalContext)(),f={a:(0,t.createElement)(or,{href:e,className:"yst-inline-flex yst-items-center yst-gap-1 yst-no-underline yst-font-medium",variant:"primary"}),ArrowNarrowRightIcon:(0,t.createElement)(Yt,{className:"yst-w-4 yst-h-4 rtl:yst-rotate-180"})};return(0,t.createElement)(t.Fragment,null,(0,t.createElement)("div",{className:"yst-px-10 yst-pt-10 yst-introduction-gradient yst-text-center"},(0,t.createElement)("div",{className:"yst-relative yst-w-full"},(0,t.createElement)(jr,{videoId:"vmrahpfjxp",thumbnail:r,wistiaEmbedPermission:a}),(0,t.createElement)(d.Badge,{className:"yst-absolute yst-top-2 yst-end-4",variant:"info"},"Beta")),(0,t.createElement)("div",{className:"yst-mt-6 yst-text-xs yst-font-medium yst-flex yst-flex-col yst-items-center"},(0,t.createElement)("span",{className:"yst-introduction-modal-uppercase yst-flex yst-gap-2 yst-items-center"},(0,t.createElement)("span",{className:"yst-logo-icon"}),c))),(0,t.createElement)("div",{className:"yst-px-10 yst-pb-4 yst-flex yst-flex-col yst-items-center"},(0,t.createElement)("div",{className:"yst-mt-4 yst-mx-1.5 yst-text-center"},(0,t.createElement)("h3",{className:"yst-text-slate-900 yst-text-lg yst-font-medium"},o),(0,t.createElement)("div",{className:"yst-mt-2 yst-text-slate-600 yst-text-sm"},s?(0,l.createInterpolateElement)((0,Vt.sprintf)(/* translators: %1$s and %2$s are anchor tags; %3$s is the arrow icon. */ (0,Vt.__)("Let AI do some of the thinking for you and help you save time. Get high-quality suggestions for product titles and meta descriptions to make your content rank high and look good on social media. %1$sLearn more%2$s%3$s","wordpress-seo"),"<a>","<ArrowNarrowRightIcon />","</a>"),f):(0,l.createInterpolateElement)((0,Vt.sprintf)(/* translators: %1$s and %2$s are anchor tags; %3$s is the arrow icon. */ (0,Vt.__)("Let AI do some of the thinking for you and help you save time. Get high-quality suggestions for titles and meta descriptions to make your content rank high and look good on social media. %1$sLearn more%2$s%3$s","wordpress-seo"),"<a>","<ArrowNarrowRightIcon />","</a>"),f))),(0,t.createElement)("div",{className:"yst-w-full yst-flex yst-mt-10"},(0,t.createElement)(d.Button,{as:"a",className:"yst-grow",size:"extra-large",variant:"upsell",href:n,target:"_blank",ref:m},(0,t.createElement)(Kt,{className:"yst--ms-1 yst-me-2 yst-h-5 yst-w-5"}),i,(0,t.createElement)("span",{className:"yst-sr-only"},/* translators: Hidden accessibility text. */ (0,Vt.__)("(Opens in a new browser tab)","wordpress-seo")))),u,(0,t.createElement)(d.Button,{as:"a",className:"yst-mt-4",variant:"tertiary",onClick:p},(0,Vt.__)("Close","wordpress-seo"))))};Jt.propTypes={learnMoreLink:Gt().string.isRequired,upsellLink:Gt().string.isRequired,thumbnail:Gt().shape({src:Gt().string.isRequired,width:Gt().string,height:Gt().string}).isRequired,wistiaEmbedPermission:Gt().shape({value:Gt().bool.isRequired,status:Gt().string.isRequired,set:Gt().func.isRequired}).isRequired,title:Gt().string,upsellLabel:Gt().string,newToText:Gt().string,isProductCopy:Gt().bool,bundleNote:Gt().oneOfType([Gt().string,Gt().element])},Jt.defaultProps={title:(0,Vt.__)("Use AI to write your titles & meta descriptions!","wordpress-seo"),upsellLabel:(0,Vt.sprintf)(/* translators: %1$s expands to Yoast SEO Premium. */ (0,Vt.__)("Unlock with %1$s","wordpress-seo"),"Yoast SEO Premium"),newToText:"Yoast SEO Premium",isProductCopy:!1,bundleNote:""};const Qt=({learnMoreLink:e,thumbnail:r,wistiaEmbedPermission:a,upsellLink:n,upsellLabel:s})=>{const{onClose:o,initialFocus:i}=(0,d.useModalContext)(),c={a:(0,t.createElement)(or,{href:e,className:"yst-inline-flex yst-items-center yst-gap-1 yst-no-underline yst-font-medium",variant:"primary"}),ArrowNarrowRightIcon:(0,t.createElement)(Yt,{className:"yst-w-4 yst-h-4 rtl:yst-rotate-180"}),br:(0,t.createElement)("br",null)};return(0,t.createElement)(t.Fragment,null,(0,t.createElement)("div",{className:"yst-px-10 yst-pt-10 yst-introduction-gradient yst-text-center"},(0,t.createElement)("div",{className:"yst-relative yst-w-full"},(0,t.createElement)(jr,{videoId:"vun9z1dpfh",thumbnail:r,wistiaEmbedPermission:a}),(0,t.createElement)(d.Badge,{className:"yst-absolute yst-end-4 yst-text-center yst-justify-center",variant:"info",style:{top:"-8px"}},(0,Vt.__)("Beta","wordpress-seo-premium"))),(0,t.createElement)("div",{className:"yst-mt-6 yst-text-xs yst-font-medium yst-flex yst-flex-col yst-items-center"},(0,t.createElement)("span",{className:"yst-introduction-modal-uppercase yst-flex yst-gap-2 yst-items-center"},(0,t.createElement)("span",{className:"yst-logo-icon"}),"Yoast SEO Premium"))),(0,t.createElement)("div",{className:"yst-px-10 yst-pb-4 yst-flex yst-flex-col yst-items-center"},(0,t.createElement)("div",{className:"yst-mt-4 yst-mx-1.5 yst-text-center"},(0,t.createElement)("h3",{className:"yst-text-slate-900 yst-text-lg yst-font-medium"},(0,Vt.sprintf)(/* translators: %s: Expands to "Yoast AI" */ (0,Vt.__)("Optimize your SEO content with %s","wordpress-seo"),"Yoast AI")),(0,t.createElement)("div",{className:"yst-mt-2 yst-text-slate-600 yst-text-sm"},(0,l.createInterpolateElement)((0,Vt.sprintf)(/* translators: %1$s is a break tag; %2$s and %3$s are anchor tags; %4$s is the arrow icon. */ (0,Vt.__)("Make content editing a breeze! Optimize your SEO content with quick, actionable suggestions at the click of a button.%1$s%2$sLearn more%3$s%4$s","wordpress-seo"),"<br/>","<a>","<ArrowNarrowRightIcon />","</a>"),c))),(0,t.createElement)("div",{className:"yst-w-full yst-flex yst-mt-6"},(0,t.createElement)(d.Button,{as:"a",className:"yst-grow",size:"extra-large",variant:"upsell",href:n,target:"_blank",ref:i},(0,t.createElement)(Kt,{className:"yst--ms-1 yst-me-2 yst-h-5 yst-w-5"}),s,(0,t.createElement)("span",{className:"yst-sr-only"},/* translators: Hidden accessibility text. */ (0,Vt.__)("(Opens in a new browser tab)","wordpress-seo")))),(0,t.createElement)(d.Button,{as:"a",className:"yst-mt-4",variant:"tertiary",onClick:o},(0,Vt.__)("Close","wordpress-seo"))))};Qt.propTypes={learnMoreLink:Gt().string.isRequired,upsellLink:Gt().string.isRequired,thumbnail:Gt().shape({src:Gt().string.isRequired,width:Gt().string,height:Gt().string}).isRequired,wistiaEmbedPermission:Gt().shape({value:Gt().bool.isRequired,status:Gt().string.isRequired,set:Gt().func.isRequired}).isRequired,upsellLabel:Gt().string},Qt.defaultProps={upsellLabel:(0,Vt.sprintf)(/* translators: %1$s expands to Yoast SEO Premium. */ (0,Vt.__)("Unlock with %1$s","wordpress-seo"),"Yoast SEO Premium")};const Xt=({handleRefreshClick:e,supportLink:r})=>(0,t.createElement)("div",{className:"yst-flex yst-gap-2"},(0,t.createElement)(d.Button,{onClick:e},(0,Vt.__)("Refresh this page","wordpress-seo")),(0,t.createElement)(d.Button,{variant:"secondary",as:"a",href:r,target:"_blank",rel:"noopener"},(0,Vt.__)("Contact support","wordpress-seo")));Xt.propTypes={handleRefreshClick:Gt().func.isRequired,supportLink:Gt().string.isRequired};const er=({handleRefreshClick:e,supportLink:r})=>(0,t.createElement)("div",{className:"yst-grid yst-grid-cols-1 yst-gap-y-2"},(0,t.createElement)(d.Button,{className:"yst-order-last",onClick:e},(0,Vt.__)("Refresh this page","wordpress-seo")),(0,t.createElement)(d.Button,{variant:"secondary",as:"a",href:r,target:"_blank",rel:"noopener"},(0,Vt.__)("Contact support","wordpress-seo")));er.propTypes={handleRefreshClick:Gt().func.isRequired,supportLink:Gt().string.isRequired};const tr=({error:e,children:r})=>(0,t.createElement)("div",{role:"alert",className:"yst-max-w-screen-sm yst-p-8 yst-space-y-4"},(0,t.createElement)(d.Title,null,(0,Vt.__)("Something went wrong. An unexpected error occurred.","wordpress-seo")),(0,t.createElement)("p",null,(0,Vt.__)("We're very sorry, but it seems like the following error has interrupted our application:","wordpress-seo")),(0,t.createElement)(d.Alert,{variant:"error"},(null==e?void 0:e.message)||(0,Vt.__)("Undefined error message.","wordpress-seo")),(0,t.createElement)("p",null,(0,Vt.__)("Unfortunately, this means that any unsaved changes in this section will be lost. You can try and refresh this page to resolve the problem. If this error still occurs, please get in touch with our support team, and we'll get you all the help you need!","wordpress-seo")),r);tr.propTypes={error:Gt().object.isRequired,children:Gt().node},tr.VerticalButtons=er,tr.HorizontalButtons=Xt;var rr;function ar(){return ar=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e},ar.apply(this,arguments)}Gt().string,Gt().node.isRequired,Gt().node.isRequired,Gt().node,Gt().oneOf(Object.keys({lg:{grid:"yst-grid lg:yst-grid-cols-3 lg:yst-gap-12",col1:"yst-col-span-1",col2:"lg:yst-mt-0 lg:yst-col-span-2"},xl:{grid:"yst-grid xl:yst-grid-cols-3 xl:yst-gap-12",col1:"yst-col-span-1",col2:"xl:yst-mt-0 xl:yst-col-span-2"},"2xl":{grid:"yst-grid 2xl:yst-grid-cols-3 2xl:yst-gap-12",col1:"yst-col-span-1",col2:"2xl:yst-mt-0 2xl:yst-col-span-2"}}));const nr=e=>t.createElement("svg",ar({xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",viewBox:"0 0 1000 1000"},e),rr||(rr=t.createElement("path",{fill:"#fff",d:"M500 0C223.9 0 0 223.9 0 500s223.9 500 500 500 500-223.9 500-500S776.1 0 500 0Zm87.2 412.4c0-21.9 4.3-40.2 13.1-54.4s24-27.1 45.9-38.2l10.1-4.9c17.8-9 22.4-16.7 22.4-26 0-11.1-9.5-19.1-25-19.1-18.3 0-32.2 9.5-41.8 28.9l-24.7-24.8c5.4-11.6 14.1-20.9 25.8-28.1a70.8 70.8 0 0 1 38.9-11.1c17.8 0 33.3 4.6 45.9 14.2s19.4 22.7 19.4 39.4c0 26.6-15 42.9-43.1 57.3l-15.7 8c-16.8 8.5-25.1 16-27.4 29.4h85.4v35.4H587.2Zm-82.1 373.3c-157.8 0-285.7-127.9-285.7-285.7s127.9-285.7 285.7-285.7a286.4 286.4 0 0 1 55.9 5.5l-55.9 116.9c-90 0-163.3 73.3-163.3 163.3s73.3 163.3 163.3 163.3a162.8 162.8 0 0 0 106.4-39.6l61.8 107.2a283.9 283.9 0 0 1-168.2 54.8ZM705 704.1l-70.7-122.5H492.9l70.7-122.4H705l70.7 122.4Z"}))),sr=({to:e,idSuffix:r="",...a})=>{const n=(0,l.useMemo)((()=>(0,u.replace)((0,u.replace)(`link-${e}`,"/","-"),"--","-")),[e]);return(0,t.createElement)(d.SidebarNavigation.SubmenuItem,{as:qt,pathProp:"to",id:`${n}${r}`,to:e,...a})};sr.propTypes={to:Gt().string.isRequired,idSuffix:Gt().string};const or=({href:e,children:r,...a})=>(0,t.createElement)(d.Link,{target:"_blank",rel:"noopener noreferrer",...a,href:e},r,(0,t.createElement)("span",{className:"yst-sr-only"},/* translators: Hidden accessibility text. */ (0,Vt.__)("(Opens in a new browser tab)","wordpress-seo")));or.propTypes={href:Gt().string.isRequired,children:Gt().node},or.defaultProps={children:null};const ir=t.forwardRef((function(e,r){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:2,stroke:"currentColor","aria-hidden":"true",ref:r},e),t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M17 8l4 4m0 0l-4 4m4-4H3"}))}));var lr,cr,dr;function ur(){return ur=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e},ur.apply(this,arguments)}const pr=e=>t.createElement("svg",ur({xmlns:"http://www.w3.org/2000/svg",id:"star-rating-half_svg__Layer_1","data-name":"Layer 1",viewBox:"0 0 500 475.53"},e),lr||(lr=t.createElement("defs",null,t.createElement("style",null,".star-rating-half_svg__cls-1{fill:#fbbf24}"))),cr||(cr=t.createElement("path",{d:"M250 392.04 98.15 471.87l29-169.09L4.3 183.03l169.77-24.67L250 4.52l75.93 153.84 169.77 24.67-122.85 119.75 29 169.09L250 392.04z",className:"star-rating-half_svg__cls-1"})),dr||(dr=t.createElement("path",{d:"m250 9.04 73.67 149.27.93 1.88 2.08.3 164.72 23.94-119.19 116.19-1.51 1.47.36 2.07 28.14 164.06-147.34-77.46-1.86-1-1.86 1-147.34 77.46 28.14-164.06.36-2.07-1.51-1.47L8.6 184.43l164.72-23.9 2.08-.3.93-1.88L250 9.04m0-9-77.25 156.49L0 181.64l125 121.89-29.51 172L250 394.3l154.51 81.23-29.51-172 125-121.89-172.75-25.11L250 0Z",className:"star-rating-half_svg__cls-1"})),t.createElement("path",{d:"m500 181.64-172.75-25.11L250 0v394.3l154.51 81.23L375 303.48l125-121.84z",style:{fill:"#f3f4f6"}}));function mr(){return mr=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e},mr.apply(this,arguments)}const fr=e=>t.createElement("svg",mr({xmlns:"http://www.w3.org/2000/svg","data-name":"Layer 1",viewBox:"0 0 500 475.53"},e),t.createElement("path",{d:"m250 0 77.25 156.53L500 181.64 375 303.48l29.51 172.05L250 394.3 95.49 475.53 125 303.48 0 181.64l172.75-25.11L250 0z",style:{fill:"#fbbf24"}}));var hr,yr,gr,vr,br,Er,wr,xr,Sr;function _r(){return _r=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e},_r.apply(this,arguments)}const kr=e=>t.createElement("svg",_r({xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",viewBox:"0 0 500 500"},e),hr||(hr=t.createElement("path",{fill:"#a4286a",d:"M80 0h340a80 80 0 0 1 80 80v420H80a80 80 0 0 1-80-80V80A80 80 0 0 1 80 0z"})),yr||(yr=t.createElement("path",{fill:"#6c2548",d:"M437.61 2 155.89 500H500V80a80 80 0 0 0-62.39-78z"})),gr||(gr=t.createElement("path",{fill:"#fff",d:"M74.4 337.3v34.9c21.6-.9 38.5-8 52.8-22.5s27.4-38 39.9-72.9l92.6-248h-44.8L140.3 236l-37-116.2h-41l54.4 139.8a57.54 57.54 0 0 1 0 41.8c-5.5 14.2-15.4 30.9-42.3 35.9z"})),vr||(vr=t.createElement("circle",{cx:368.33,cy:124.68,r:97.34,fill:"#9fda4f",transform:"rotate(-45 368.335 124.68)"})),br||(br=t.createElement("path",{fill:"#77b227",d:"m416.2 39.93-95.74 169.51A97.34 97.34 0 1 0 416.2 39.93z"})),Er||(Er=t.createElement("path",{fill:"#fec228",d:"m294.78 254.75-.15-.08-.13-.07a63.6 63.6 0 0 0-62.56 110.76h.13a63.6 63.6 0 0 0 62.71-110.67z"})),wr||(wr=t.createElement("path",{fill:"#f49a00",d:"m294.5 254.59-62.56 110.76a63.6 63.6 0 1 0 62.56-110.76z"})),xr||(xr=t.createElement("path",{fill:"#ff4e47",d:"M222.31 450.07A38.16 38.16 0 0 0 203 416.83a38.18 38.18 0 1 0 19.41 33.27z"})),Sr||(Sr=t.createElement("path",{fill:"#ed261f",d:"m202.9 416.8-37.54 66.48a38.17 38.17 0 0 0 37.54-66.48z"}))),Cr=({link:e,linkProps:r,isPromotionActive:a})=>{let n=(0,l.useMemo)((()=>(0,Vt.__)("Use AI to generate titles and meta descriptions, automatically redirect deleted pages, get 24/7 support, and much, much more!","wordpress-seo")),[]),s=(0,l.createInterpolateElement)((0,Vt.sprintf)(/* translators: %1$s and %2$s expand to a span wrap to avoid linebreaks. %3$s expands to "Yoast SEO Premium". */ (0,Vt.__)("%1$sGet%2$s %3$s","wordpress-seo"),"<nowrap>","</nowrap>","Yoast SEO Premium"),{nowrap:(0,t.createElement)("span",{className:"yst-whitespace-nowrap"})});const o=a("black-friday-2024-promotion");return o&&(n=(0,l.useMemo)((()=>(0,Vt.__)("If you were thinking about upgrading, now's the time! 30% OFF ends 3rd Dec 11am (CET)","wordpress-seo")),[]),s=(0,l.createInterpolateElement)((0,Vt.sprintf)(/* translators: %1$s and %2$s expand to a span wrap to avoid linebreaks. %3$s expands to "Yoast SEO Premium". */ (0,Vt.__)("%1$sBuy%2$s %3$s","wordpress-seo"),"<nowrap>","</nowrap>","Yoast SEO Premium"),{nowrap:(0,t.createElement)("span",{className:"yst-whitespace-nowrap"})})),(0,t.createElement)("div",{className:"yst-p-6 yst-rounded-lg yst-text-white yst-bg-primary-500 yst-shadow"},(0,t.createElement)("figure",{className:"yst-logo-square yst-w-16 yst-h-16 yst-mx-auto yst-overflow-hidden yst-border yst-border-white yst-rounded-xl yst-rounded-br-none yst-relative yst-z-10 yst-mt-[-2.6rem]"},(0,t.createElement)(kr,null)),o&&(0,t.createElement)("div",{className:"sidebar__sale_banner_container"},(0,t.createElement)("div",{className:"sidebar__sale_banner"},(0,t.createElement)("span",{className:"banner_text"},(0,Vt.__)("30% OFF - BLACK FRIDAY","wordpress-seo")))),(0,t.createElement)(d.Title,{as:"h2",className:"yst-mt-6 yst-text-base yst-font-extrabold yst-text-white"},s),(0,t.createElement)("p",{className:"yst-mt-2"},n),(0,t.createElement)(d.Button,{as:"a",variant:"upsell",href:e,target:"_blank",rel:"noopener",className:"yst-flex yst-justify-center yst-gap-2 yst-mt-4 focus:yst-ring-offset-primary-500",...r},(0,t.createElement)("span",null,o?(0,Vt.__)("Buy now","wordpress-seo"):s),(0,t.createElement)(ir,{className:"yst-w-4 yst-h-4 yst-icon-rtl"})),(0,t.createElement)("p",{className:"yst-text-center yst-text-xs yst-mx-2 yst-font-light yst-leading-5 yst-mt-2"},!o&&(0,t.createElement)(t.Fragment,null,(0,Vt.__)("Only $/€/£99 per year (ex VAT)","wordpress-seo"),(0,t.createElement)("br",null)),(0,Vt.__)("30-day money back guarantee.","wordpress-seo")),(0,t.createElement)("hr",{className:"yst-border-t yst-border-primary-300 yst-my-4"}),(0,t.createElement)("a",{className:"yst-block yst-mt-4 yst-no-underline",href:"https://www.g2.com/products/yoast-yoast/reviews",target:"_blank",rel:"noopener noreferrer"},(0,t.createElement)("span",{className:"yst-font-medium yst-text-white hover:yst-underline"},(0,Vt.__)("Read reviews from real users","wordpress-seo")),(0,t.createElement)("span",{className:"yst-flex yst-gap-2 yst-mt-2 yst-items-center"},(0,t.createElement)(nr,{className:"yst-w-5 yst-h-5"}),(0,t.createElement)("span",{className:"yst-flex yst-gap-1"},(0,t.createElement)(fr,{className:"yst-w-5 yst-h-5"}),(0,t.createElement)(fr,{className:"yst-w-5 yst-h-5"}),(0,t.createElement)(fr,{className:"yst-w-5 yst-h-5"}),(0,t.createElement)(fr,{className:"yst-w-5 yst-h-5"}),(0,t.createElement)(pr,{className:"yst-w-5 yst-h-5"})),(0,t.createElement)("span",{className:"yst-text-sm yst-font-semibold yst-text-white"},"4.6 / 5"))))};Cr.propTypes={link:Gt().string.isRequired,linkProps:Gt().object,isPromotionActive:Gt().func},Cr.defaultProps={linkProps:{},isPromotionActive:u.noop};const Rr=({premiumLink:e,premiumUpsellConfig:r,isPromotionActive:a})=>{const n=a("black-friday-2024-promotion");return(0,t.createElement)(d.Paper,{as:"div",className:"xl:yst-max-w-3xl"},n&&(0,t.createElement)("div",{className:"yst-rounded-t-lg yst-h-9 yst-flex yst-justify-between yst-items-center yst-bg-black yst-text-amber-300 yst-px-4 yst-text-lg yst-border-b yst-border-amber-300 yst-border-solid yst-font-semibold"},(0,t.createElement)("div",null,(0,Vt.__)("30% OFF","wordpress-seo")),(0,t.createElement)("div",null,(0,Vt.__)("BLACK FRIDAY","wordpress-seo"))),(0,t.createElement)("div",{className:"yst-p-6 yst-flex yst-flex-col"},(0,t.createElement)(d.Title,{as:"h2",size:"4",className:"yst-text-xl yst-text-primary-500"},(0,Vt.sprintf)(/* translators: %s expands to "Yoast SEO" Premium */ (0,Vt.__)("Upgrade to %s","wordpress-seo"),"Yoast SEO Premium")),(0,t.createElement)("ul",{className:"yst-grid yst-grid-cols-1 sm:yst-grid-cols-2 yst-gap-x-6 yst-list-disc yst-ps-[1em] yst-list-outside yst-text-slate-800 yst-mt-6"},[(0,Vt.sprintf)(/* translators: %1$s expands to a strong opening tag, %2$s expands to a strong closing tag. */ (0,Vt.__)("%1$sAI%2$s: Better SEO titles and meta descriptions, faster.","wordpress-seo"),"<strong>","</strong>"),(0,Vt.sprintf)(/* translators: %1$s expands to a strong opening tag, %2$s expands to a strong closing tag. */ (0,Vt.__)("%1$sMultiple keywords%2$s: Rank higher for more searches.","wordpress-seo"),"<strong>","</strong>"),(0,Vt.sprintf)(/* translators: %1$s expands to a strong opening tag, %2$s expands to a strong closing tag. */ (0,Vt.__)("%1$sSuper fast%2$s internal linking suggestions.","wordpress-seo"),"<strong>","</strong>"),(0,Vt.sprintf)(/* translators: %1$s expands to a strong opening tag, %2$s expands to a strong closing tag. */ (0,Vt.__)("%1$sNo more broken links%2$s: Automatic redirect manager.","wordpress-seo"),"<strong>","</strong>"),(0,Vt.sprintf)(/* translators: %1$s expands to a strong opening tag, %2$s expands to a strong closing tag. */ (0,Vt.__)("%1$sAppealing social previews%2$s people actually want to click on.","wordpress-seo"),"<strong>","</strong>"),(0,Vt.sprintf)(/* translators: %1$s expands to a strong opening tag, %2$s expands to a strong closing tag. */ (0,Vt.__)("%1$s24/7 support%2$s: Also on evenings and weekends.","wordpress-seo"),"<strong>","</strong>")].map(((e,r)=>(0,t.createElement)("li",{key:`upsell-benefit-${r}`},(0,l.createInterpolateElement)(e,{strong:(0,t.createElement)("span",{className:"yst-font-semibold"})}))))),(0,t.createElement)(d.Button,{as:"a",variant:"upsell",size:"extra-large",href:e,className:"yst-gap-2 yst-mt-4",target:"_blank",rel:"noopener",...r},n?(0,Vt.__)("Claim your 30% off now!","wordpress-seo"):(0,Vt.sprintf)(/* translators: %s expands to "Yoast SEO" Premium */ (0,Vt.__)("Explore %s now!","wordpress-seo"),"Yoast SEO Premium"),(0,t.createElement)(ir,{className:"yst-w-4 yst-h-4 yst-icon-rtl"}))))};Rr.propTypes={premiumLink:Gt().string.isRequired,premiumUpsellConfig:Gt().object,isPromotionActive:Gt().func},Rr.defaultProps={premiumUpsellConfig:{},isPromotionActive:u.noop};const Pr=({premiumLink:e,premiumUpsellConfig:r,academyLink:a,isPromotionActive:n})=>(0,t.createElement)("div",{className:"yst-grid yst-grid-cols-1 sm:yst-grid-cols-2 min-[783px]:yst-grid-cols-1 lg:yst-grid-cols-2 xl:yst-grid-cols-1 yst-gap-4"},(0,t.createElement)(Cr,{link:e,linkProps:r,isPromotionActive:n}),(0,t.createElement)(Zt,{link:a}));Pr.propTypes={premiumLink:Gt().string.isRequired,premiumUpsellConfig:Gt().object.isRequired,academyLink:Gt().string.isRequired,isPromotionActive:Gt().func.isRequired};const Nr=t.forwardRef((function(e,r){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:2,stroke:"currentColor","aria-hidden":"true",ref:r},e),t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z"}))})),Or=({isOpen:e,onClose:r=u.noop,onDiscard:a=u.noop,title:n,description:s,dismissLabel:o,discardLabel:i})=>{const l=(0,d.useSvgAria)();return(0,t.createElement)(d.Modal,{isOpen:e,onClose:r},(0,t.createElement)(d.Modal.Panel,{closeButtonScreenReaderText:(0,Vt.__)("Close","wordpress-seo")},(0,t.createElement)("div",{className:"sm:yst-flex sm:yst-items-start"},(0,t.createElement)("div",{className:"yst-mx-auto yst-flex-shrink-0 yst-flex yst-items-center yst-justify-center yst-h-12 yst-w-12 yst-rounded-full yst-bg-red-100 sm:yst-mx-0 sm:yst-h-10 sm:yst-w-10"},(0,t.createElement)(Nr,{className:"yst-h-6 yst-w-6 yst-text-red-600",...l})),(0,t.createElement)("div",{className:"yst-mt-3 yst-text-center sm:yst-mt-0 sm:yst-ms-4 sm:yst-text-start"},(0,t.createElement)(d.Modal.Title,{className:"yst-text-lg yst-leading-6 yst-font-medium yst-text-slate-900 yst-mb-3"},n),(0,t.createElement)(d.Modal.Description,{className:"yst-text-sm yst-text-slate-500"},s))),(0,t.createElement)("div",{className:"yst-flex yst-flex-col sm:yst-flex-row-reverse yst-gap-3 yst-mt-6"},(0,t.createElement)(d.Button,{type:"button",variant:"error",onClick:a,className:"yst-block"},i),(0,t.createElement)(d.Button,{type:"button",variant:"secondary",onClick:r,className:"yst-block"},o))))};Or.propTypes={isOpen:Gt().bool.isRequired,onClose:Gt().func,onDiscard:Gt().func,title:Gt().string.isRequired,description:Gt().string.isRequired,dismissLabel:Gt().string.isRequired,discardLabel:Gt().string.isRequired};const Tr=window.yoast.reactHelmet,Mr="request",Lr="success",Ir="error",Ar="loading",Dr="showPlay",zr="askPermission",Fr="isPlaying",jr=({videoId:e,thumbnail:r,wistiaEmbedPermission:a})=>{const[n,s]=(0,l.useState)(a.value?Fr:Dr),o=(0,l.useCallback)((()=>s(Fr)),[s]),i=(0,l.useCallback)((()=>{a.value?o():s(zr)}),[a.value,o,s]),c=(0,l.useCallback)((()=>s(Dr)),[s]),u=(0,l.useCallback)((()=>{a.set(!0),o()}),[a.set,o]);return(0,t.createElement)(t.Fragment,null,a.value&&(0,t.createElement)(Tr.Helmet,null,(0,t.createElement)("script",{src:"https://fast.wistia.com/assets/external/E-v1.js",async:!0})),(0,t.createElement)("div",{className:"yst-relative yst-w-full yst-h-0 yst-pt-[56.25%] yst-overflow-hidden yst-rounded-md yst-drop-shadow-md yst-bg-white"},n===Dr&&(0,t.createElement)("button",{type:"button",className:"yst-absolute yst-inset-0 yst-button yst-p-0 yst-border-none yst-bg-white yst-transition-opacity yst-duration-1000 yst-opacity-100",onClick:i},(0,t.createElement)("img",{className:"yst-w-full yst-h-auto",alt:"",loading:"lazy",decoding:"async",...r})),n===zr&&(0,t.createElement)("div",{className:"yst-absolute yst-inset-0 yst-flex yst-flex-col yst-items-center yst-justify-center yst-bg-white"},(0,t.createElement)("p",{className:"yst-max-w-xs yst-mx-auto yst-text-center"},a.status===Ar&&(0,t.createElement)(d.Spinner,null),a.status!==Ar&&(0,Vt.sprintf)(/* translators: %1$s expands to Yoast SEO. %2$s expands to Wistia. */ (0,Vt.__)("To see this video, you need to allow %1$s to load embedded videos from %2$s.","wordpress-seo"),"Yoast SEO","Wistia")),(0,t.createElement)("div",{className:"yst-flex yst-mt-6 yst-gap-x-4"},(0,t.createElement)(d.Button,{type:"button",variant:"secondary",onClick:c,disabled:a.status===Ar},(0,Vt.__)("Deny","wordpress-seo")),(0,t.createElement)(d.Button,{type:"button",variant:"primary",onClick:u,disabled:a.status===Ar},(0,Vt.__)("Allow","wordpress-seo")))),a.value&&n===Fr&&(0,t.createElement)("div",{className:"yst-absolute yst-w-full yst-h-full yst-top-0 yst-right-0"},null===e&&(0,t.createElement)(d.Spinner,{className:"yst-h-full yst-mx-auto"}),null!==e&&(0,t.createElement)("div",{className:`wistia_embed wistia_async_${e} videoFoam=true`}))))};var Ur,Br;function qr(){return qr=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e},qr.apply(this,arguments)}jr.propTypes={videoId:Gt().string.isRequired,thumbnail:Gt().shape({src:Gt().string.isRequired,width:Gt().string,height:Gt().string}).isRequired,wistiaEmbedPermission:Gt().shape({value:Gt().bool.isRequired,status:Gt().string.isRequired,set:Gt().func.isRequired}).isRequired};const $r=e=>t.createElement("svg",qr({xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",className:"yoast-logo_svg__w-40",viewBox:"0 0 842 224"},e),Ur||(Ur=t.createElement("path",{fill:"#a61e69",d:"M166.55 54.09c-38.69 0-54.17 25.97-54.17 54.88s15.25 56.02 54.17 56.02 54.07-27.19 54-54.26c-.09-32.97-16.77-56.65-54-56.65Zm-23.44 56.52c.94-38.69 30.66-38.65 40.59-24.79 9.05 12.63 10.9 55.81-17.14 55.5-12.92-.14-23.06-8.87-23.44-30.71Zm337.25 27.55V82.11h20.04V57.78h-20.04V28.39h-30.95v29.39h-15.7v24.33h15.7v52.87c0 30.05 20.95 47.91 43.06 51.61l9.24-24.88c-12.89-1.63-21.23-11.27-21.35-23.54Zm-156.15-8.87V87.16c0-1.54-.1-2.98-.25-4.39-2.68-34.04-51.02-33.97-88.46-20.9l10.82 21.78c24.38-11.58 38.97-8.59 44.07-2.89.13.15.26.29.38.45.01.02.03.04.04.06 2.6 3.51 1.98 9.05 1.98 13.41-31.86 0-65.77 4.23-65.77 39.17 0 26.56 33.28 43.65 68.06 18.33l5.16 12.45h29.81c-2.66-14.62-5.85-27.14-5.85-35.34Zm-31.18-.23c-24.51 27.43-46.96 1.61-23.97-9.65 6.77-2.31 15.95-2.41 23.97-2.41v12.06Zm78.75-44.17c0-10.38 16.61-15.23 42.82-3.27l9.06-22.01c-35.27-10.66-83.44-11.62-83.75 25.28-.15 17.68 11.19 27.19 27.52 33.26 11.31 4.2 27.64 6.38 27.59 15.39-.06 11.77-25.38 13.57-48.42-2.26l-9.31 23.87c31.43 15.64 89.87 16.08 89.56-23.12-.31-38.76-55.08-32.11-55.08-47.14ZM99.3 1 54.44 125.61 32.95 58.32H1l35.78 91.89a33.49 33.49 0 0 1 0 24.33c-4 10.25-10.65 19.03-26.87 21.21v27.24c31.58 0 48.65-19.41 63.88-61.96L133.48 1H99.3ZM598.64 139.05c0 8.17-2.96 14.58-8.87 19.23-5.91 4.65-14.07 6.98-24.47 6.98s-18.92-1.61-25.54-4.84v-14.2c4.19 1.97 8.65 3.52 13.37 4.65 4.72 1.13 9.11 1.7 13.18 1.7 5.95 0 10.35-1.13 13.18-3.39 2.83-2.26 4.25-5.3 4.25-9.11 0-3.43-1.3-6.35-3.9-8.74-2.6-2.39-7.97-5.22-16.1-8.48-8.39-3.39-14.3-7.27-17.74-11.63-3.44-4.36-5.16-9.59-5.16-15.71 0-7.67 2.72-13.7 8.18-18.1 5.45-4.4 12.77-6.6 21.95-6.6s17.57 1.93 26.29 5.78l-4.78 12.26c-8.18-3.43-15.47-5.15-21.89-5.15-4.87 0-8.55 1.06-11.07 3.17-2.52 2.12-3.77 4.91-3.77 8.39 0 2.39.5 4.43 1.51 6.13s2.66 3.3 4.97 4.81c2.3 1.51 6.46 3.5 12.45 5.97 6.75 2.81 11.7 5.43 14.85 7.86 3.15 2.43 5.45 5.18 6.92 8.23 1.46 3.06 2.2 6.66 2.2 10.81Zm68.53 24.96h-52.02V72.12h52.02v12.7h-36.99v25.01h34.66v12.57h-34.66v28.85h36.99v12.76Zm100.24-46.07c0 14.96-3.74 26.59-11.23 34.88-7.49 8.3-18.08 12.44-31.8 12.44s-24.54-4.12-31.99-12.35c-7.44-8.23-11.17-19.93-11.17-35.1s3.74-26.82 11.23-34.95c7.49-8.13 18.17-12.19 32.05-12.19s24.24 4.13 31.7 12.38c7.47 8.26 11.2 19.88 11.2 34.88Zm-70.2 0c0 11.31 2.29 19.89 6.86 25.74 4.57 5.85 11.35 8.77 20.32 8.77s15.67-2.89 20.22-8.67c4.55-5.78 6.82-14.39 6.82-25.83s-2.25-19.82-6.76-25.64-11.23-8.74-20.16-8.74-15.82 2.91-20.41 8.74c-4.59 5.82-6.89 14.37-6.89 25.64Z"})),Br||(Br=t.createElement("path",{fill:"#77b227",d:"m790.45 165.35 36.05-94.96H840l-36.02 94.96h-13.53z"}))),Hr=t.forwardRef((function(e,r){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",ref:r},e),t.createElement("path",{fillRule:"evenodd",d:"M10.293 5.293a1 1 0 011.414 0l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414-1.414L12.586 11H5a1 1 0 110-2h7.586l-2.293-2.293a1 1 0 010-1.414z",clipRule:"evenodd"}))}));var Vr,Wr,Gr,Zr,Kr,Yr,Jr,Qr,Xr,ea,ta,ra,aa,na,sa,oa,ia,la,ca,da,ua,pa,ma,fa,ha,ya,ga,va,ba,Ea,wa,xa,Sa,_a,ka,Ca,Ra,Pa,Na,Oa,Ta,Ma,La,Ia,Aa,Da,za,Fa,ja,Ua,Ba,qa,$a,Ha,Va,Wa,Ga,Za,Ka,Ya,Ja,Qa,Xa,en,tn,rn,an,nn,sn;function on(){return on=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e},on.apply(this,arguments)}const ln=e=>t.createElement("svg",on({xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",fill:"none",viewBox:"0 0 252 60"},e),Vr||(Vr=t.createElement("linearGradient",{id:"yoast-connect-google-site-kit_svg__a"},t.createElement("stop",{offset:0,stopColor:"#570732"}),t.createElement("stop",{offset:.04,stopColor:"#610b39"}),t.createElement("stop",{offset:.15,stopColor:"#79164b"}),t.createElement("stop",{offset:.29,stopColor:"#8c1e59"}),t.createElement("stop",{offset:.44,stopColor:"#9a2463"}),t.createElement("stop",{offset:.63,stopColor:"#a22768"}),t.createElement("stop",{offset:1,stopColor:"#a4286a"}))),Wr||(Wr=t.createElement("linearGradient",{xlinkHref:"#yoast-connect-google-site-kit_svg__a",id:"yoast-connect-google-site-kit_svg__b",x1:49.556,x2:49.556,y1:36.267,y2:23.152,gradientUnits:"userSpaceOnUse"})),Gr||(Gr=t.createElement("linearGradient",{xlinkHref:"#yoast-connect-google-site-kit_svg__a",id:"yoast-connect-google-site-kit_svg__c",x1:82.801,x2:82.801,y1:38.819,y2:20.113,gradientUnits:"userSpaceOnUse"})),Zr||(Zr=t.createElement("linearGradient",{xlinkHref:"#yoast-connect-google-site-kit_svg__a",id:"yoast-connect-google-site-kit_svg__d",x1:62.504,x2:62.504,y1:36.222,y2:23.113,gradientUnits:"userSpaceOnUse"})),Kr||(Kr=t.createElement("linearGradient",{xlinkHref:"#yoast-connect-google-site-kit_svg__a",id:"yoast-connect-google-site-kit_svg__e",x1:73.951,x2:73.951,y1:36.276,y2:23.046,gradientUnits:"userSpaceOnUse"})),Yr||(Yr=t.createElement("linearGradient",{id:"yoast-connect-google-site-kit_svg__f",x1:25.237,x2:25.237,y1:16.169,y2:36.914,gradientUnits:"userSpaceOnUse"},t.createElement("stop",{offset:0,stopColor:"#77b227"}),t.createElement("stop",{offset:.47,stopColor:"#75b027"}),t.createElement("stop",{offset:.64,stopColor:"#6eab27"}),t.createElement("stop",{offset:.75,stopColor:"#63a027"}),t.createElement("stop",{offset:.85,stopColor:"#529228"}),t.createElement("stop",{offset:.93,stopColor:"#3c8028"}),t.createElement("stop",{offset:1,stopColor:"#246b29"}))),Jr||(Jr=t.createElement("clipPath",{id:"yoast-connect-google-site-kit_svg__g"},t.createElement("path",{d:"M169.334 22h14.973v15.909h-14.973z"}))),Qr||(Qr=t.createElement("path",{fill:"url(#yoast-connect-google-site-kit_svg__b)",fillRule:"evenodd",d:"M36.765 29.643c0-3.42 1.83-6.49 6.405-6.49 4.402 0 6.375 2.8 6.386 6.698.008 3.2-1.785 6.416-6.386 6.416-4.602 0-6.405-3.072-6.405-6.624zm8.432-2.74c-1.174-1.64-4.688-1.64-4.8 2.932.046 2.582 1.245 3.614 2.773 3.63 3.316.039 3.092-5.067 2.027-6.562z",clipRule:"evenodd"})),Xr||(Xr=t.createElement("path",{fill:"url(#yoast-connect-google-site-kit_svg__c)",d:"M80.278 33.094v-6.631h2.368v-2.874h-2.368v-3.476h-3.66v3.476h-1.856v2.876h1.857v6.258c0 3.553 2.477 5.665 5.092 6.102l1.092-2.948c-1.524-.194-2.51-1.333-2.525-2.783z"})),ea||(ea=t.createElement("path",{fill:"url(#yoast-connect-google-site-kit_svg__d)",fillRule:"evenodd",d:"M61.81 27.062v4.981c0 .7.196 1.67.426 2.803.088.436.182.897.27 1.376h-3.523l-.611-1.472c-4.118 2.994-8.053.974-8.053-2.168 0-4.131 4.01-4.632 7.777-4.632l.003-.249c.01-.465.02-.985-.24-1.336v-.007l-.034-.04-.011-.013c-.602-.675-2.327-1.028-5.21.341l-1.283-2.575c4.428-1.546 10.143-1.555 10.46 2.47.019.174.028.347.03.52zm-6.52 3.81c-2.718 1.331-.064 4.384 2.835 1.14v-1.425c-.949 0-2.035.012-2.835.284z",clipRule:"evenodd"})),ta||(ta=t.createElement("path",{fill:"url(#yoast-connect-google-site-kit_svg__e)",d:"M67.439 26.794c0-1.227 1.966-1.8 5.064-.386l1.072-2.605c-4.17-1.262-9.866-1.371-9.904 2.991-.017 2.091 1.324 3.216 3.255 3.934 1.337.497 3.268.754 3.262 1.82-.007 1.391-3 1.604-5.725-.268l-1.101 2.823c3.716 1.85 10.627 1.902 10.59-2.734-.03-4.583-6.513-3.798-6.513-5.575z"})),ra||(ra=t.createElement("path",{fill:"url(#yoast-connect-google-site-kit_svg__f)",d:"m35.218 16.875-5.305 14.734-2.54-7.956h-3.779l4.23 10.866a3.956 3.956 0 0 1 0 2.877c-.474 1.213-1.26 2.25-3.177 2.508v3.221c3.734 0 5.753-2.295 7.554-7.326l7.06-18.924z"})),aa||(aa=t.createElement("path",{fill:"#f0ecf0",d:"M124.088 57.357c15.427 0 27.934-12.506 27.934-27.933S139.515 1.49 124.088 1.49 96.155 13.997 96.155 29.424s12.506 27.933 27.933 27.933z"})),na||(na=t.createElement("path",{fill:"#9e005d",d:"M122.68 23.422c5.075-5.662 3.282-.196 13.081-2.26 2.792-.587 7.802-1.905 9.067.833 1.427 3.092 4.014 3.471 3.211 5.47-1.412 3.512-6.46 4.52-7.887.556-1.819-1.232-8.98 2.24-11.167 2.775-.813.198-.868-2.038-1.675-2.168-.529-.085-.462-.17-.939-.575-4.613-3.918-4.904-3.277-5.22-4.126.482-.115.95-.396 1.531-.503z"})),sa||(sa=t.createElement("path",{fill:"#6c2548",d:"M145.465 25.27c-1.744-.556-3.859.788-3.015 2.668.204.456 1.233 2.392 1.665 2.536 1.633.552 5.651-2.227 1.35-5.204z"})),oa||(oa=t.createElement("path",{fill:"#ffc399",d:"M145.972 26.652c-.452-.226-2.526.313-2.3 1.188.281 1.084.758 1.655 1.395 1.998 1.627.875 1.365 2.531 3.684 2.5 1.12-.015 4.022-1.557 4.118-.456.157 1.823.464 3.564.792 3.17.792-.951 1.109-1.03 1.188-4.2.021-.887-2.14-1.506-3.013-2.854-.473-.733-2.932-.714-5.866-1.348z"})),ia||(ia=t.createElement("path",{fill:"#be1e2d",d:"M109.348 16.345c-2.102-1.797-8.454 4.23-7.974 6.137.479-.51 1.186-1.505 1.973-1.316-2.719 1.838-3.191 6.484-1.784 9.259.158-.735.439-1.525.897-2.123-.778 3.037.466 8.256 4.271 10.873-.26-1.915-1.201-5.028.477-6.267 2.485-1.836 5.651-2.398 7.153-5.43 3.716-7.506-7.675-12.913-5.013-11.135z"})),la||(la=t.createElement("path",{fill:"#9e005d",d:"M111.503 27.227c-1.65.136-7.152 11.633.475 20.362 1.067 1.222 2.372 3.568 3.92 3.78 3.256.442 11.848-1.813 15.059-3.189 12.146-5.202 1.267-10.842-.308-16.792-1.421-5.366-1.725-8.762-7.928-8.997-2.92-.11-11.15 1.768-11.95 5.058-.224.108-.109-.08.732-.224z"})),ca||(ca=t.createElement("path",{fill:"#6c2548",d:"M123.196 23.817c3.828 1.233 6.256 5.375 7.755 8.771-1.38-4.316-2.059-8.262-7.932-8.95-.013-.072.419-.694.177.18z"})),da||(da=t.createElement("path",{fill:"#6c2548",d:"M127.718 23.362c1.071.893 1.961 2.794 2.438 3.984.522 1.306.088 3.329.571 4.638-1.292-3.232-1.307-5.14-3.007-8.622z"})),ua||(ua=t.createElement("path",{fill:"#ffc399",d:"M125.772 33.468c-1.058.375-2.898.677-4.103 1.248-2.187 1.037-4.936-1.725-7.313-1.188-.858.194-3.845-.873-4.082-1.942-.293-1.325-.745-1.352-.078-2.22 2.619-3.402 2.815-1.566 2.932-6.896.019-.886-.2-1.312.079-2.061.279-.75.21.017 1.09-.143.879-.16 2.996-1.05 3.869-.652 1.533.699.513 3.972 1.61 5.107 1.139 1.177 3.841-.028 4.989 1.128 1.439 1.45 1.324 6.848 1.005 7.621z"})),pa||(pa=t.createElement("path",{fill:"#e57c57",d:"M123.021 27.88c.285-.57.221-1.564-.026-2.586-1.175-.034-2.504.164-3.217-.575-.65-.671-.558-2.085-.692-3.277a3.502 3.502 0 0 1-.607-.122c-1.263-.372-2.67-.835-4.069-1.077-.039.008-.077.017-.111.023-.405.075-.605-.057-.733-.143l-.213-.017c-.04.05-.085.141-.144.303-.271.728-.073 1.156-.079 1.995 1.386 3.614 6.644 11.98 9.895 5.477z"})),ma||(ma=t.createElement("path",{fill:"#f1f2f2",d:"M116.06 33.648c7.293 3.488 11.969 5.47 13.635 9.989-1.031-4.757-.893-8.622-4.459-15.161.675 7.425-8.761 5.37-9.176 5.172z"})),fa||(fa=t.createElement("path",{fill:"#6c2548",d:"M129.697 43.002c.157-3.884-1.057-18.564-4.44-20.057-1.056-.466-10.726 1.174-7.768 1.348 4.625.27 7.293 2.775 7.928 4.28.792 1.11 3.081 8.599 4.28 14.427z"})),ha||(ha=t.createElement("path",{fill:"#9e005d",d:"M129.616 43.001c.157-3.884-1.93-18.723-5.311-20.214-1.056-.467-9.776 1.333-6.819 1.505 4.626.27 7.294 2.775 7.928 4.28.792 1.11 3.003 8.599 4.202 14.427z"})),ya||(ya=t.createElement("path",{fill:"#ffc399",d:"M126.288 12.877c.555 2.457-.397 1.902.078 3.488.375 1.25.729 2.066.635 3.488-.241 3.656-2.983 6.876-3.086 6.978-1.45 1.45-3.132 1.295-5.476.077-4.364-2.266-6.898-4.994-7.532-11.823-.471-5.072 3.763-8.847 9.014-8.313 3.249.332 5.449 2.04 6.367 6.103z"})),ga||(ga=t.createElement("path",{fill:"#be1e2d",d:"M114.461 9.389c3.944-.179 3.02 1.925 6.539 2.973 2.794.832 5.707-1.012 5.173 3.745-.475 4.212 9.401-4.116 1.46-7.591-1.269-.556-1.137-1.414-2.378-3.013-2.598-3.343-11.337-7.055-15.061-.873-.944 1.567 2.657 4.101 4.265 4.757z"})),va||(va=t.createElement("path",{fill:"#be1e2d",d:"M114.282 9.508c.912 3.597-.161 4.23-.653 5.47-.541 1.364-.803 2.65-1.487 3.925-.992-2.07-2.184-.317-5.276-4.36-5.537-7.24 9.782-16.915 7.416-5.035z"})),ba||(ba=t.createElement("path",{fill:"#ffc399",d:"M112.336 19.497c.617-1.633-4.029-4.43-3.599-1.043.209 1.642 1.516 2.574 2.913 3.152 2.294.945 1.195-1.676.569-3.058l.119.952z"})),Ea||(Ea=t.createElement("path",{fill:"#be1e2d",d:"M113.168 14.026c.309 1.25-.03 6.814 1.785 8.997-3.152-1.714-2.37-5.13-1.785-8.997z"})),wa||(wa=t.createElement("path",{fill:"#be1e2d",d:"M112.691 15.573c-.728.415-1.441 3.388-.323 5.705.006-.021.483-4.91.323-5.705z"})),xa||(xa=t.createElement("path",{fill:"#9e005d",d:"M117.012 34.121c-2.877-1.74-5.509-2.068-4.725-7.2.867-1.004.747-1.897.807-3.383-1.109.396-4.086 1.948-5.434 2.655-1.985 1.04-4.361 3.41-2.458 5.39.703.73-1.758 1.923.937 6.759 1.506-2.617 2.711-4.855 3.661-4.934 3.33-.079 4.431 1.667 7.372 2.378 7.214 1.744 11.654 6.501 12.525 8.164.036-1.051-1.269-4.914-12.683-9.829z"})),Sa||(Sa=t.createElement("path",{fill:"#9e005d",d:"M108.45 34.202c-8.258 11.429 2.709 12.432 5.351 22.998.119.48.656 1.17 1.503 1.322 5.051.903 10.884-1.744 15.862-6.92 1.408-1.463.247-4.902-1.546-5.648-2.319-1.546-7.378 4.023-13.006 2.992-.677-1.02-1.505-13.477-8.164-14.744z"})),_a||(_a=t.createElement("path",{fill:"#a0c9cb",d:"m155.213 40.425-.27 9.99-6.399-1.368-.094-9.712z"})),ka||(ka=t.createElement("path",{fill:"#75b0b3",d:"m155.48 50.235-.509.238c.085-11.096-.171-10.3.509-10.166v9.93z"})),Ca||(Ca=t.createElement("path",{fill:"#66a7ab",d:"M150.965 40.959c2.473.277 3.211 6.54 2.498 9.037-.119-.12-3.567-.833-3.686-.713-1.718-1.964-.992-8.57 1.188-8.324z"})),Ra||(Ra=t.createElement("path",{fill:"#467d7f",d:"M154.983 40.783s.153-1.902 0-2.02c-.153-.12-6.641-.655-6.641-.655-.776 1.706-.431 1.282 6.641 2.675z"})),Pa||(Pa=t.createElement("path",{fill:"#67a8ac",d:"m152.371 30.436 2.881 8.443-6.729-1.15-3.307-9.016z"})),Na||(Na=t.createElement("path",{fill:"#55989b",d:"m152.988 32.518.101.02-.716-2.1-7.155-1.725.656 1.786z"})),Oa||(Oa=t.createElement("path",{fill:"#519093",d:"m148.766 37.79-1.127.713-2.679-8.541 1.25-.893z"})),Ta||(Ta=t.createElement("path",{fill:"#b1d3d4",d:"m152.794 30.08-.922 1.069-6.552-1.01.869-1.011z"})),Ma||(Ma=t.createElement("path",{fill:"#a0c9cb",d:"M155.648 39.988c0 1.052-1.046 1.052-1.046 0s1.046-1.052 1.046 0z"})),La||(La=t.createElement("path",{fill:"#a0c9cb",d:"M147.639 38.502c1.501-.95.058-.881 7.713.317-1.38 1.189-.053 1.07-7.713-.317z"})),Ia||(Ia=t.createElement("path",{fill:"#75b0b3",d:"m155.354 38.879-1.037.832-2.444-8.681.922-1.07z"})),Aa||(Aa=t.createElement("path",{fill:"#6b1523",d:"M117.374 55.11c1.071-.299.06-1.962.713-4.862-1.972 4.042-1.699 5.134-.713 4.862z"})),Da||(Da=t.createElement("path",{fill:"#6b1523",d:"M119.989 48.095c.059-.594-2.913-8.918-9.097-9.276 3.448.12 10.494 9.176 8.452 9.395-1.853.535-6.076 2.32-4.41 3.925 1.307.773 1.605-3.152 4.627-3.895 4.567.882 7.438-3.94 10.415-1.874-2.809-3.503-5.362 2.14-9.989 1.725z"})),za||(za=t.createElement("path",{fill:"#6c2548",d:"M127.793 46.647c.309-.639 1.427-.396 2.336-1.56.449-.576.948-.203 1.687-.222 1.541-.043 2.544 2.996 1.737 4.15-.445.635-2.745 1.297-3.62 1.518-1.771.445-3.511-3.036-2.14-3.884z"})),Fa||(Fa=t.createElement("path",{fill:"#c44c31",d:"M123.081 15.099c-.993 1.109 1.35 4.64.988 6.262-.284 1.27-1.827.705-2.617-.157.694.027 1.78.445 1.982.078.76-1.384-1.539-4.914-.353-6.183z"})),ja||(ja=t.createElement("path",{fill:"#be1e2d",d:"M124.031 23.074c-2.5.504-4.483.504-5.69-.194.579.55 1.976 1.906 3.268 1.887 1.293-.02 1.235-.569 1.355-1.11.076-.206.528-.326 1.064-.586z"})),Ua||(Ua=t.createElement("path",{fill:"#e57c57",d:"M117.389 23.045c0-.616.545-.83 1.075-.93-.441.295-.092.88-.098.904-.481-.272-.62-.174-.977.026z"})),Ba||(Ba=t.createElement("path",{fill:"#35602c",d:"m150.614 40.5-2.973-.396.428 8.839 2.736-.024c2.241-.23 2.479-8.077-.191-8.42z"})),qa||(qa=t.createElement("path",{fill:"#569d48",d:"M149.867 44.427c.285 5.88-3.738 6.075-4.023.194-.285-5.88 3.737-6.075 4.023-.194z"})),$a||($a=t.createElement("path",{fill:"#e57c57",d:"M136.434 42.288c5.055-.658 5.866-2.932 6.341-1.11.315.786-1.069 1.442-1.903 1.755-.443.164-1.044-.055-1.551-.104-1.12-.109-1.822.562-2.885.65-.123-.631.296-1.046 0-1.189z"})),Ha||(Ha=t.createElement("path",{fill:"#35602c",d:"M139.873 43.184c.168-.905 5.647-1.784 7.051-1.867 1.803-.107 2.161 6.066.475 6.184-2.362.164-4.487.357-6.872-.392-1.388-.435-1.904-.588-1.927-2.106-.017-1.12.749-2.068 1.273-1.819z"})),Va||(Va=t.createElement("g",{fill:"#ffc399"},t.createElement("path",{d:"M131.123 45.597c3.759-1.073 7.006-4.783 7.689-4.023 1.091 1.212-.543 2.16-1.06 3.489-.698 1.797 1.054-.037-.403 1.784-.634.792-1.961.179-2.793.179-.556.157-1.863 1.328-2.498 1.486-1.031-.158-2.364-2.042-.937-2.913z"}),t.createElement("path",{d:"M138.898 41.243c3.239.682 4.923-.098 5.189 1.152.181.856 1.606 3.358 1.559 4.323-1.725.462-2.504-2.683-3.13-3.156-.426-.321-2.909.188-3.733.077-.824-.111-1.378-2.191.115-2.396z"}),t.createElement("path",{d:"M141.004 43.042c.573 1.983 2.144 3.145 1.51 3.79-.848.863-1.691 1.404-2.013 1.263-1.976-.87.322-1.169-.004-1.496-.326-.328-1.995-2.12-2.34-2.198.24-.924-.094-1.263-.303-2.212.211.07 2.865.35 3.152.853z"}),t.createElement("path",{d:"M137.707 42.446c.958-.115 1.457 1.48 1.546 1.784.166.567 1.348 1.806 1.427 2.379.179 1.277-1.071 1.188-1.755 1.456-.564.298-1.991-.743-.683-1.576-.935-.019-3.073-1.497-2.694-2.016.241-.004 1.148-2.383 2.157-2.025z"}),t.createElement("path",{d:"M137.599 43.08c.556 1.11 1.03 3.964.873 4.28-.271.544-.865 1.07-1.51 1.34s-1.026-.943-1.978-1.893c.792-.713 1.691-.128 1.665.239-.03.438.079-.318.396-.239-.238-.317-.884-1.365-1.188-1.982-.434-.88.635-2.536 1.744-1.744zM143.91 28.315c.475 1.744-.187 2.5-.238 3.092-.085.99.758 1.205 1.348 1.901.873 1.031.792 2.22 1.505 2.775 1.983-.873.015-3.264-.193-3.786-.158-.396.034-2.875 2.016-3.032-1.348-1.665-3.249-2.22-4.44-.952z"}))),Wa||(Wa=t.createElement("path",{fill:"#6b1523",d:"M112.653 25.483c-1.903.93-5.883 2.474-6.737 4.518-.599 1.431 5.707 1.11 13.081 5.31-3.805-2.774-9.996-4.01-10.307-4.992-.106-.335 2.715-4.87 3.963-4.836zM105.279 31.507c.839 1.118 2.3 1.11 4.202 1.586-.878-.434-4.779.837-4.361 0 .157-.317-.167-.875.157-1.586z"})),Ga||(Ga=t.createElement("path",{fill:"#f1f2f2",d:"M116.341 17.639c.007-.03.462-.848 2.206-1.014.678-.064 1.896.509 1.795 1.169-1.007.43-1.888.675-4.001-.155z"})),Za||(Za=t.createElement("path",{fill:"#231f20",d:"M120.347 17.688c-.062-.337-.441-.754-.918-.767-.526-.015-1.035.55-1.044.897-.004.153.086.276.224.37.684.015 1.19-.162 1.733-.394a.422.422 0 0 0 .005-.106z"})),Ka||(Ka=t.createElement("path",{fill:"#231f20",d:"M120.368 17.667c-.102-.768-1.512-1.3-2.404-1.303-1.244 0-1.491 1.171-2.272.735.177.703 1.141.928 1.801.933-2.327-.695 2.14-2.302 2.875-.365z"})),Ya||(Ya=t.createElement("path",{fill:"#f1f2f2",d:"M123.27 17.549c.977.332 2.076-.19 2.44-.741.592-.899-1.629-2.066-2.44.74z"})),Ja||(Ja=t.createElement("path",{fill:"#231f20",d:"M124.226 17.238a.33.33 0 0 0 .122.373c.604-.115 1.132-.452 1.365-.803a.576.576 0 0 0 .093-.245c-.323-.585-1.245-.539-1.58.675z"})),Qa||(Qa=t.createElement("path",{fill:"#231f20",d:"M123.249 17.568c.092-.724.417-1.478 1.329-1.887 1.175-.528 1.537.92 1.938-.268-.147 1.467-.592 1.476-1.523 1.987 1.022-.356.958-1.906-.373-1.403-1.062.402-1.196 1.152-1.369 1.571z"})),Xa||(Xa=t.createElement("path",{fill:"#be1e2d",d:"M126.024 14.621c.517.586-.337-.17-1.304-.06-.321.039-.841.352-1.122.365.554-1.076 1.663-1.17 2.426-.305zM119.708 14.939c-3.103-.776-3.531.176-4.685 1.79 2.238-2.446 3.518-.587 5.132-1.94-.245.024-.473.103-.447.15z"})),en||(en=t.createElement("path",{fill:"#6b1523",d:"M106.375 37.808c.416-1.427 1.651-3.48 2.315-3.607 4.108-.792 14.097 5.034 17.246 5.866-5.053-1.248-12.544-5.41-17.122-4.876-.586.192-2.081 1.901-2.439 2.617z"})),tn||(tn=t.createElement("path",{fill:"#642243",d:"M140.501 28.713c-.421-1.256-1.179-2.587-.805-4.042.379-1.475 2.232-2.05 2.815-3.43-1.65-.713-1.58 1.923-2.468 2.349-.038-.782-.142-1.516-.129-2.324-1.54 2.028-.703 4.913.589 7.45zM127.184 21.222c7.849.713 7.253 7.135 12.485 6.303-5.471 1.426-7.017-6.303-12.485-6.303z"})),rn||(rn=t.createElement("path",{fill:"#c44c31",d:"M120.525 19.497c0 .236-.594.236-.594 0s.594-.237.594 0zM118.622 19.852c0 .236-.358.236-.358 0s.358-.236.358 0zM124.39 19.02c0 .316-.474.316-.474 0 0-.315.474-.315.474 0zM125.28 19.972c0 .237-.475.237-.475 0s.475-.236.475 0zM125.638 18.784c0 .236-.474.236-.474 0 0-.237.474-.237.474 0zM120.406 20.685c0 .236-.475.236-.475 0s.475-.236.475 0z"})),an||(an=t.createElement("path",{fill:"#569d48",d:"M136.975 46.802c-.364-.268-.53-.656-.498-1.16-4.862.762-12.996 10.236-26.102 8.07.919.613 1.743 1.082 2.706 1.382 10.638 1.337 19.676-7.331 23.896-8.292z"})),nn||(nn=t.createElement("path",{fill:"#5f6368",d:"M238.632 23.565h2.267v.074l-5.066 5.844 5.405 7.63v.075h-2.151l-4.437-6.357-2.094 2.419v3.94h-1.754V23.564h1.754v7.027h.074zm5.892 1.084c0 .339-.124.637-.364.877s-.529.364-.877.364c-.34 0-.638-.124-.877-.364a1.198 1.198 0 0 1-.365-.877c0-.348.124-.637.365-.878.239-.24.53-.364.877-.364.339 0 .637.124.877.364.248.249.364.538.364.878zm-.355 3.22v9.327h-1.755v-9.328zm5.604 9.477c-.762 0-1.392-.232-1.896-.704-.505-.472-.762-1.126-.77-1.962v-5.215h-1.639v-1.597h1.639v-2.856h1.754v2.856h2.285v1.597h-2.284v4.644c0 .62.124 1.043.364 1.266.24.224.513.332.819.332.141 0 .273-.017.414-.05a2.19 2.19 0 0 0 .373-.124l.554 1.564c-.471.166-1.001.249-1.613.249zm-55.489-.878c-.969-.704-1.631-1.697-1.995-2.972l2.151-.878c.216.803.597 1.448 1.151 1.962.547.505 1.209.761 1.978.761.721 0 1.324-.182 1.829-.554.505-.373.754-.886.754-1.531 0-.596-.224-1.085-.662-1.474-.439-.389-1.209-.778-2.31-1.167l-.91-.323c-.977-.338-1.796-.827-2.459-1.464-.662-.637-.992-1.473-.992-2.515 0-.721.198-1.383.587-1.995.389-.613.935-1.093 1.639-1.458.695-.355 1.482-.538 2.367-.538 1.275 0 2.293.306 3.046.927.761.621 1.266 1.308 1.522 2.087l-2.051.868c-.15-.464-.43-.87-.853-1.217-.421-.356-.96-.53-1.622-.53s-1.224.166-1.68.505c-.455.34-.679.77-.679 1.3 0 .504.207.91.612 1.241.406.323 1.043.638 1.913.935l.911.306c1.249.431 2.209 1.002 2.896 1.698.687.695 1.027 1.63 1.027 2.797 0 .952-.241 1.747-.729 2.383a4.482 4.482 0 0 1-1.862 1.433 5.981 5.981 0 0 1-2.326.463c-1.209 0-2.293-.348-3.253-1.05zm9.924-11.571a1.45 1.45 0 0 1-.439-1.067c0-.423.149-.779.439-1.069a1.444 1.444 0 0 1 1.067-.439c.422 0 .778.15 1.067.44.291.289.439.645.439 1.067 0 .422-.149.778-.438 1.067a1.455 1.455 0 0 1-1.067.44c-.423-.01-.779-.15-1.068-.44zm-.05 1.937h2.234v10.362h-2.234zm7.093 10.304a2.898 2.898 0 0 1-.993-.588c-.579-.579-.878-1.373-.878-2.375v-5.372h-1.812v-1.97h1.812v-2.92h2.235v2.93h2.517v1.97h-2.517v4.874c0 .555.108.952.323 1.176.207.273.555.405 1.06.405.231 0 .43-.033.612-.091.174-.058.364-.157.571-.298v2.177c-.447.207-.985.306-1.622.306a3.735 3.735 0 0 1-1.308-.224zm6.133-.33a4.946 4.946 0 0 1-1.887-1.962c-.455-.836-.679-1.771-.679-2.814 0-.994.224-1.904.662-2.756.439-.845 1.052-1.523 1.838-2.02s1.68-.754 2.682-.754c1.043 0 1.945.232 2.714.688a4.572 4.572 0 0 1 1.747 1.887c.397.803.596 1.697.596 2.707 0 .19-.017.43-.058.711h-7.946c.083.96.423 1.706 1.026 2.227.58.512 1.33.79 2.103.778.637 0 1.192-.141 1.655-.439a3.185 3.185 0 0 0 1.126-1.192l1.887.894c-.488.853-1.126 1.523-1.912 2.011-.786.489-1.73.729-2.823.729-1.018.016-1.927-.215-2.731-.695zm5.397-6.01a2.497 2.497 0 0 0-.348-1.084 2.486 2.486 0 0 0-.927-.902c-.413-.24-.918-.364-1.515-.364-.72 0-1.324.215-1.821.637-.496.422-.836 1.001-1.026 1.714z"})),sn||(sn=t.createElement("g",{fillRule:"evenodd",clipPath:"url(#yoast-connect-google-site-kit_svg__g)",clipRule:"evenodd"},t.createElement("path",{fill:"#fbbc05",d:"m170.119 26.56 2.576 1.97a4.563 4.563 0 0 0 0 2.85l-2.576 1.97a7.667 7.667 0 0 1-.785-3.395c0-1.22.283-2.373.785-3.394z"}),t.createElement("path",{fill:"#ea4335",d:"m172.696 28.53-2.577-1.97a7.64 7.64 0 0 1 6.877-4.266c1.95 0 3.691.731 5.049 1.915l-2.229 2.229a4.428 4.428 0 0 0-2.82-1.01 4.518 4.518 0 0 0-4.3 3.103z"}),t.createElement("path",{fill:"#34a853",d:"m170.118 33.347 2.576-1.975a4.514 4.514 0 0 0 4.301 3.11c2.124 0 3.726-1.08 4.109-2.96h-4.109v-2.96h7.139c.104.452.174.94.174 1.392 0 4.875-3.482 7.661-7.313 7.661a7.637 7.637 0 0 1-6.877-4.268z"}),t.createElement("path",{fill:"#4285f4",d:"m181.988 35.707-2.446-1.893c.8-.505 1.357-1.284 1.562-2.293h-4.109v-2.96h7.138c.105.453.175.94.175 1.393 0 2.497-.914 4.446-2.32 5.753z"})))),cn=({isOpen:e,onClose:r,onGrantConsent:a,learnMoreLink:n=""})=>{const s=(0,d.useSvgAria)();return(0,t.createElement)(d.Modal,{isOpen:e,onClose:r},(0,t.createElement)(d.Modal.Panel,{className:"yst-max-w-lg yst-p-0 yst-rounded-3xl",hasCloseButton:!1},(0,t.createElement)(d.Modal.CloseButton,{className:"yst-bg-transparent yst-text-gray-500 focus:yst-ring-offset-0",onClick:r,screenReaderText:(0,Vt.__)("Close","wordpress-seo")}),(0,t.createElement)("div",{className:"yst-px-10 yst-pt-10 yst-bg-gradient-to-b yst-from-primary-500/25 yst-to-[80%]"},(0,t.createElement)(ln,{className:"yst-aspect-video yst-max-w-[432px] yst-p-7 yst-bg-white yst-rounded-md yst-drop-shadow-md"})),(0,t.createElement)("div",{className:"yst-px-10 yst-pb-4 yst-flex yst-flex-col yst-items-center"},(0,t.createElement)("div",{className:"yst-mt-4 yst-mx-1.5 yst-text-center"},(0,t.createElement)("h3",{className:"yst-text-slate-900 yst-text-lg yst-font-medium"},(0,Vt.__)("Grant consent to connect with Site Kit by Google","wordpress-seo")),(0,t.createElement)("div",{className:"yst-mt-2 yst-text-slate-600 yst-text-sm"},(0,Vt.__)("Give us permission to access your Site Kit data, allowing insights from tools like Google Analytics and Search Console to be displayed directly on your dashboard.","wordpress-seo")," ",(0,t.createElement)(or,{className:"yst-no-underline yst-font-medium",variant:"primary",href:n},(0,Vt.__)("Learn more","wordpress-seo"),(0,t.createElement)(Hr,{className:"yst-inline yst-h-4 yst-w-4 yst-ms-1 rtl:yst-rotate-180",...s})))),(0,t.createElement)("div",{className:"yst-w-full yst-flex yst-mt-10"},(0,t.createElement)(d.Button,{className:"yst-grow",size:"extra-large",variant:"primary",onClick:a||r},(0,Vt.__)("Grant consent","wordpress-seo"))),(0,t.createElement)(d.Button,{as:"a",className:"yst-mt-4",variant:"tertiary",onClick:r},(0,Vt.__)("Close","wordpress-seo")))))};cn.propTypes={isOpen:Gt().bool.isRequired,onClose:Gt().func.isRequired,onGrantConsent:Gt().func,learnMoreLink:Gt().string};const dn=({userName:e,features:r,links:a,sitekitFeatureEnabled:n})=>{ /** * translators: %1$s and %2$s expand to an opening and closing anchor tag, to the site features page. * %3$s and %4$s expand to an opening and closing anchor tag, to the user profile page. **/ const s=(0,Vt.__)("Welcome to your dashboard! Check your content's SEO performance, readability, and overall strengths and opportunities. Get even more insights by enabling the ‘SEO analysis’ and the ‘Readability analysis’ in your %1$sSite features%2$s or your %3$suser profile settings%4$s.","wordpress-seo"),o=(0,Vt.__)("It looks like the ‘SEO analysis’ and the ‘Readability analysis’ are currently disabled in your %1$sSite features%2$s or your %3$suser profile settings%4$s. Enable these features to start seeing all the insights you need right here!","wordpress-seo"),i=n?s:o,c=n?(0,Vt.__)("Oops! You can’t see the overview of your SEO insights right now because you’re in a non-production environment.","wordpress-seo"):(0,Vt.__)("Oops! You can’t see the overview of your SEO scores and readability scores right now because you’re in a non-production environment.","wordpress-seo"); /** * translators: %1$s and %2$s expand to an opening and closing anchor tag, to the site features page. * %3$s and %4$s expand to an opening and closing anchor tag, to the user profile page. **/return(0,t.createElement)(d.Paper,{className:"yst-shadow-md"},(0,t.createElement)(d.Paper.Content,{className:"yst-flex yst-flex-col yst-gap-y-4 yst-max-w-screen-sm"},(0,t.createElement)(d.Title,{as:"h1"},(0,Vt.sprintf)(/* translators: %s expands to the username */ (0,Vt.__)("Hi %s,","wordpress-seo"),e)),(0,t.createElement)("p",{className:"yst-text-tiny"},!r.indexables||r.seoAnalysis||r.readabilityAnalysis?(0,l.createInterpolateElement)((0,Vt.sprintf)(/* translators: %1$s and %2$s expand to an opening and closing anchor tag. */ (0,Vt.__)("Welcome to your dashboard! Check your content's SEO performance, readability, and overall strengths and opportunities. %1$sLearn more about the dashboard%2$s.","wordpress-seo"),"<link>","</link>"),{link:(0,t.createElement)(or,{href:a.dashboardLearnMore}," ")}):(0,l.createInterpolateElement)((0,Vt.sprintf)(i,"<link>","</link>","<profilelink>","</profilelink>"),{link:(0,t.createElement)(d.Link,{href:"admin.php?page=wpseo_page_settings#/site-features"}," "),profilelink:(0,t.createElement)(d.Link,{href:"profile.php"}," ")})),!r.indexables&&(0,t.createElement)(d.Alert,{type:"info"},c)))},un=({widgetFactory:e,userName:r,features:a,links:n,sitekitFeatureEnabled:s,dataProvider:o})=>{const i=(0,l.useCallback)((()=>o.getSiteKitConfiguration()),[o]),d=(0,l.useCallback)((e=>o.subscribe(e)),[o]);return(0,l.useSyncExternalStore)(d,i),(0,t.createElement)(t.Fragment,null,(0,t.createElement)(dn,{userName:r,features:a,links:n,sitekitFeatureEnabled:s}),(0,t.createElement)("div",{className:"yst-@container yst-grid yst-grid-cols-4 yst-gap-6 yst-my-6"},(0,t.createElement)(c.Dashboard,{widgetFactory:e})))};function pn(e,t,r){if(!t.has(e))throw new TypeError("attempted to "+r+" private field on non-instance");return t.get(e)}function mn(e,t){return function(e,t){return t.get?t.get.call(e):t.value}(e,pn(e,t,"get"))}function fn(e,t,r){return function(e,t,r){if(t.set)t.set.call(e,r);else{if(!t.writable)throw new TypeError("attempted to set read only private field");t.value=r}}(e,pn(e,t,"set"),r),r}function hn(e,t,r){!function(e,t){if(t.has(e))throw new TypeError("Cannot initialize the same private elements twice on an object")}(e,t),t.set(e,r)}var yn=new WeakMap,gn=new WeakMap,vn=new WeakMap,bn=new WeakMap,En=new WeakMap,wn=new WeakMap,xn=new WeakMap,Sn=new WeakMap;class kn{constructor({contentTypes:e,userName:t,features:r,endpoints:a,headers:n,links:s,siteKitConfiguration:o}){hn(this,yn,{writable:!0,value:void 0}),hn(this,gn,{writable:!0,value:void 0}),hn(this,vn,{writable:!0,value:void 0}),hn(this,bn,{writable:!0,value:void 0}),hn(this,En,{writable:!0,value:void 0}),hn(this,wn,{writable:!0,value:void 0}),hn(this,xn,{writable:!0,value:void 0}),hn(this,Sn,{writable:!0,value:new Set}),fn(this,yn,e),fn(this,gn,t),fn(this,vn,r),fn(this,bn,a),fn(this,En,n),fn(this,wn,s),fn(this,xn,o)}subscribe(e){return mn(this,Sn).add(e),()=>mn(this,Sn).delete(e)}notifySubscribers(){mn(this,Sn).forEach((e=>e()))}getContentTypes(){return mn(this,yn)}getUserName(){return mn(this,gn)}getStepsStatuses(){return[mn(this,xn).connectionStepsStatuses.isInstalled,mn(this,xn).connectionStepsStatuses.isActive,mn(this,xn).connectionStepsStatuses.isSetupCompleted,mn(this,xn).connectionStepsStatuses.isConsentGranted]}hasFeature(e){var t;return!0===(null===(t=mn(this,vn))||void 0===t?void 0:t[e])}getEndpoint(e){var t;return null===(t=mn(this,bn))||void 0===t?void 0:t[e]}getHeaders(){return mn(this,En)}getLink(e){var t;return null===(t=mn(this,wn))||void 0===t?void 0:t[e]}getSiteKitConfiguration(){return mn(this,xn)}getSiteKitCurrentConnectionStep(){return this.getStepsStatuses().findIndex((e=>!e))}isSiteKitConnectionCompleted(){return-1===this.getSiteKitCurrentConnectionStep()}setSiteKitConsentGranted(e){const t=(0,u.cloneDeep)(mn(this,xn));t.connectionStepsStatuses.isConsentGranted=e,fn(this,xn,t),this.notifySubscribers()}setSiteKitConfigurationDismissed(e){fn(this,xn,{...mn(this,xn),isSetupWidgetDismissed:e}),this.notifySubscribers()}}function Cn(e,t,r){!function(e,t){if(t.has(e))throw new TypeError("Cannot initialize the same private elements twice on an object")}(e,t),t.set(e,r)}var Rn=new WeakMap,Pn=new WeakMap,Nn=new WeakMap;class On{constructor(e,t){Cn(this,Rn,{writable:!0,value:void 0}),Cn(this,Pn,{writable:!0,value:void 0}),Cn(this,Nn,{writable:!0,value:void 0}),fn(this,Rn,e.data),fn(this,Pn,e.endpoint),fn(this,Nn,t)}getTrackingElement(e){var t;return null===(t=mn(this,Rn))||void 0===t?void 0:t[e]}track(e){const t=(0,u.cloneDeep)(mn(this,Rn));let r=!1;Object.entries(e).forEach((([e,a])=>{void 0!==t[e]&&t[e]!==a&&(t[e]=a,r=!0)})),r&&(fn(this,Rn,t),this.storeData(t))}storeData(e,t){mn(this,Nn).fetchJson(mn(this,Pn),e,{...t,method:"POST"}).catch(u.noop)}}const Tn=t.forwardRef((function(e,r){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:2,stroke:"currentColor","aria-hidden":"true",ref:r},e),t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18L18 6M6 6l12 12"}))})),Mn=t.forwardRef((function(e,r){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:2,stroke:"currentColor","aria-hidden":"true",ref:r},e),t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19 7l-.867 12.142A2 2 0 0116.138 21H7.862a2 2 0 01-1.995-1.858L5 7m5 4v6m4-6v6m1-10V4a1 1 0 00-1-1h-4a1 1 0 00-1 1v3M4 7h16"}))})),Ln=t.forwardRef((function(e,r){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",ref:r},e),t.createElement("path",{fillRule:"evenodd",d:"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z",clipRule:"evenodd"}))}));var In,An,Dn,zn,Fn,jn,Un,Bn,qn,$n;function Hn(){return Hn=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e},Hn.apply(this,arguments)}const Vn=e=>t.createElement("svg",Hn({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 252 60"},e),In||(In=t.createElement("path",{fill:"url(#yoast-connect-google-site-kit-success_svg__a)",fillRule:"evenodd",d:"M36.962 29.643c0-3.42 1.83-6.49 6.405-6.49 4.403 0 6.375 2.8 6.386 6.698.008 3.2-1.785 6.416-6.386 6.416-4.602 0-6.405-3.072-6.405-6.624Zm8.432-2.74c-1.173-1.64-4.688-1.64-4.8 2.932.046 2.582 1.245 3.614 2.773 3.63 3.317.039 3.093-5.067 2.027-6.562Z",clipRule:"evenodd"})),An||(An=t.createElement("path",{fill:"url(#yoast-connect-google-site-kit-success_svg__b)",d:"M80.475 33.094v-6.63h2.369v-2.875h-2.369v-3.475h-3.659v3.475H74.96v2.877h1.856v6.258c0 3.552 2.477 5.665 5.092 6.102L83 35.877c-1.524-.193-2.51-1.332-2.525-2.783Z"})),Dn||(Dn=t.createElement("path",{fill:"url(#yoast-connect-google-site-kit-success_svg__c)",fillRule:"evenodd",d:"M62.008 27.062v4.981c0 .7.196 1.67.425 2.803.089.436.182.897.27 1.376H59.18l-.611-1.472c-4.117 2.994-8.052.974-8.052-2.168 0-4.131 4.01-4.632 7.776-4.632l.003-.249c.01-.465.02-.985-.24-1.336v-.007c-.01-.014-.022-.027-.034-.04l-.011-.013c-.602-.675-2.327-1.028-5.21.341l-1.283-2.575c4.428-1.546 10.144-1.555 10.461 2.47.018.174.028.347.029.52Zm-6.521 3.81c-2.718 1.331-.064 4.384 2.835 1.14v-1.425c-.949 0-2.035.012-2.835.284Z",clipRule:"evenodd"})),zn||(zn=t.createElement("path",{fill:"url(#yoast-connect-google-site-kit-success_svg__d)",d:"M67.636 26.794c0-1.227 1.966-1.801 5.065-.386l1.071-2.606c-4.17-1.262-9.866-1.37-9.904 2.992-.016 2.09 1.324 3.216 3.255 3.933 1.337.498 3.269.755 3.263 1.82-.007 1.392-3.001 1.605-5.726-.267l-1.1 2.823c3.715 1.85 10.627 1.901 10.59-2.734-.03-4.583-6.514-3.798-6.514-5.575Z"})),Fn||(Fn=t.createElement("path",{fill:"url(#yoast-connect-google-site-kit-success_svg__e)",d:"M35.415 16.875 30.11 31.609l-2.54-7.956h-3.779l4.23 10.866a3.957 3.957 0 0 1 0 2.877c-.473 1.213-1.26 2.25-3.177 2.508v3.221c3.734 0 5.753-2.295 7.554-7.326l7.06-18.924h-4.043Z"})),jn||(jn=t.createElement("circle",{cx:126,cy:30,r:30,fill:"#DCFCE7"})),Un||(Un=t.createElement("path",{stroke:"#16A34A",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:3,d:"m117.045 31.25 5 5 12.5-12.5"})),Bn||(Bn=t.createElement("path",{fill:"#5F6368",d:"M238.632 23.565h2.267v.074l-5.066 5.844 5.405 7.63v.075h-2.151l-4.437-6.357-2.094 2.419v3.94h-1.754V23.564h1.754v7.027h.074l6.002-7.027Zm5.892 1.084c0 .339-.124.637-.364.877a1.19 1.19 0 0 1-.877.364c-.34 0-.638-.124-.877-.364a1.198 1.198 0 0 1-.365-.877c0-.348.124-.637.365-.878.239-.24.53-.364.877-.364.339 0 .637.124.877.364.248.249.364.538.364.878Zm-.355 3.22v9.328h-1.755v-9.329h1.755Zm5.604 9.477c-.762 0-1.392-.232-1.896-.704-.505-.472-.762-1.126-.77-1.962v-5.215h-1.639v-1.597h1.639v-2.856h1.754v2.856h2.285v1.597h-2.284v4.644c0 .62.124 1.043.364 1.266.24.224.513.332.819.332.141 0 .273-.017.414-.05a2.19 2.19 0 0 0 .373-.124l.554 1.564c-.471.166-1.001.249-1.613.249Zm-55.489-.878c-.969-.704-1.631-1.697-1.995-2.972l2.151-.878c.216.803.597 1.448 1.151 1.962.547.505 1.209.761 1.978.761.721 0 1.324-.182 1.829-.554.505-.373.754-.886.754-1.531 0-.596-.224-1.085-.662-1.474-.439-.389-1.209-.777-2.31-1.167l-.91-.323c-.977-.338-1.796-.827-2.459-1.464-.662-.637-.992-1.473-.992-2.515 0-.721.198-1.383.587-1.995.389-.613.935-1.093 1.639-1.458.695-.355 1.482-.537 2.367-.537 1.275 0 2.293.305 3.046.927.761.62 1.266 1.307 1.522 2.086l-2.051.868c-.15-.464-.43-.87-.853-1.217-.421-.356-.96-.53-1.622-.53-.662 0-1.224.166-1.68.505-.455.34-.679.77-.679 1.3 0 .505.207.91.612 1.241.406.323 1.043.638 1.913.935l.911.306c1.249.431 2.209 1.002 2.896 1.698.687.695 1.027 1.63 1.027 2.797 0 .952-.241 1.747-.729 2.383a4.482 4.482 0 0 1-1.862 1.433 5.981 5.981 0 0 1-2.326.463c-1.209 0-2.293-.348-3.253-1.05Zm9.924-11.571a1.45 1.45 0 0 1-.439-1.067c0-.423.149-.779.439-1.069a1.444 1.444 0 0 1 1.067-.438c.422 0 .779.149 1.067.438.291.29.439.646.439 1.068 0 .422-.149.778-.438 1.067a1.455 1.455 0 0 1-1.067.44c-.423-.01-.779-.15-1.068-.44Zm-.05 1.937h2.234v10.362h-2.234V26.834Zm7.093 10.304a2.898 2.898 0 0 1-.993-.588c-.579-.579-.878-1.373-.878-2.375v-5.372h-1.812v-1.97h1.812v-2.92h2.235v2.93h2.517v1.97h-2.517v4.874c0 .555.108.952.323 1.176.207.273.555.405 1.06.405.231 0 .43-.033.612-.091.174-.058.364-.157.571-.298v2.177c-.447.207-.985.306-1.622.306a3.735 3.735 0 0 1-1.308-.224Zm6.133-.33a4.946 4.946 0 0 1-1.887-1.962c-.455-.836-.679-1.771-.679-2.814 0-.994.224-1.904.662-2.756a5.157 5.157 0 0 1 1.838-2.02c.786-.497 1.68-.754 2.682-.754 1.043 0 1.945.232 2.714.688a4.572 4.572 0 0 1 1.747 1.887c.397.803.596 1.697.596 2.707 0 .19-.017.43-.058.711h-7.946c.083.96.423 1.706 1.026 2.227.58.512 1.33.79 2.103.778.637 0 1.192-.141 1.655-.439a3.185 3.185 0 0 0 1.126-1.192l1.887.894c-.488.853-1.126 1.523-1.912 2.011-.786.489-1.73.729-2.823.729-1.018.016-1.927-.215-2.731-.695Zm5.397-6.01a2.497 2.497 0 0 0-.348-1.084 2.486 2.486 0 0 0-.927-.902c-.413-.24-.918-.364-1.515-.364-.72 0-1.324.215-1.821.637-.496.422-.836 1.001-1.026 1.713h5.637Z"})),qn||(qn=t.createElement("g",{fillRule:"evenodd",clipPath:"url(#yoast-connect-google-site-kit-success_svg__f)",clipRule:"evenodd"},t.createElement("path",{fill:"#FBBC05",d:"m170.119 26.56 2.576 1.97a4.563 4.563 0 0 0 0 2.85l-2.576 1.97a7.667 7.667 0 0 1-.785-3.395c0-1.22.283-2.373.785-3.394Z"}),t.createElement("path",{fill:"#EA4335",d:"m172.696 28.53-2.577-1.97a7.64 7.64 0 0 1 6.877-4.266c1.95 0 3.691.731 5.049 1.915l-2.229 2.229a4.428 4.428 0 0 0-2.82-1.01 4.518 4.518 0 0 0-4.3 3.102Z"}),t.createElement("path",{fill:"#34A853",d:"m170.118 33.347 2.576-1.975a4.514 4.514 0 0 0 4.301 3.11c2.124 0 3.726-1.08 4.109-2.96h-4.109v-2.96h7.139c.104.452.174.94.174 1.392 0 4.875-3.482 7.661-7.313 7.661a7.637 7.637 0 0 1-6.877-4.268Z"}),t.createElement("path",{fill:"#4285F4",d:"m181.988 35.707-2.446-1.893c.8-.505 1.357-1.283 1.562-2.293h-4.109v-2.96h7.138c.105.453.175.94.175 1.393 0 2.497-.914 4.446-2.32 5.753Z"}))),$n||($n=t.createElement("defs",null,t.createElement("linearGradient",{id:"yoast-connect-google-site-kit-success_svg__a",x1:49.753,x2:49.753,y1:36.267,y2:23.152,gradientUnits:"userSpaceOnUse"},t.createElement("stop",{stopColor:"#570732"}),t.createElement("stop",{offset:.04,stopColor:"#610B39"}),t.createElement("stop",{offset:.15,stopColor:"#79164B"}),t.createElement("stop",{offset:.29,stopColor:"#8C1E59"}),t.createElement("stop",{offset:.44,stopColor:"#9A2463"}),t.createElement("stop",{offset:.63,stopColor:"#A22768"}),t.createElement("stop",{offset:1,stopColor:"#A4286A"})),t.createElement("linearGradient",{id:"yoast-connect-google-site-kit-success_svg__b",x1:82.999,x2:82.999,y1:38.82,y2:20.114,gradientUnits:"userSpaceOnUse"},t.createElement("stop",{stopColor:"#570732"}),t.createElement("stop",{offset:.04,stopColor:"#610B39"}),t.createElement("stop",{offset:.15,stopColor:"#79164B"}),t.createElement("stop",{offset:.29,stopColor:"#8C1E59"}),t.createElement("stop",{offset:.44,stopColor:"#9A2463"}),t.createElement("stop",{offset:.63,stopColor:"#A22768"}),t.createElement("stop",{offset:1,stopColor:"#A4286A"})),t.createElement("linearGradient",{id:"yoast-connect-google-site-kit-success_svg__c",x1:62.701,x2:62.701,y1:36.222,y2:23.113,gradientUnits:"userSpaceOnUse"},t.createElement("stop",{stopColor:"#570732"}),t.createElement("stop",{offset:.04,stopColor:"#610B39"}),t.createElement("stop",{offset:.15,stopColor:"#79164B"}),t.createElement("stop",{offset:.29,stopColor:"#8C1E59"}),t.createElement("stop",{offset:.44,stopColor:"#9A2463"}),t.createElement("stop",{offset:.63,stopColor:"#A22768"}),t.createElement("stop",{offset:1,stopColor:"#A4286A"})),t.createElement("linearGradient",{id:"yoast-connect-google-site-kit-success_svg__d",x1:74.149,x2:74.149,y1:36.275,y2:23.046,gradientUnits:"userSpaceOnUse"},t.createElement("stop",{stopColor:"#570732"}),t.createElement("stop",{offset:.04,stopColor:"#610B39"}),t.createElement("stop",{offset:.15,stopColor:"#79164B"}),t.createElement("stop",{offset:.29,stopColor:"#8C1E59"}),t.createElement("stop",{offset:.44,stopColor:"#9A2463"}),t.createElement("stop",{offset:.63,stopColor:"#A22768"}),t.createElement("stop",{offset:1,stopColor:"#A4286A"})),t.createElement("linearGradient",{id:"yoast-connect-google-site-kit-success_svg__e",x1:25.434,x2:25.434,y1:16.169,y2:36.914,gradientUnits:"userSpaceOnUse"},t.createElement("stop",{stopColor:"#77B227"}),t.createElement("stop",{offset:.47,stopColor:"#75B027"}),t.createElement("stop",{offset:.64,stopColor:"#6EAB27"}),t.createElement("stop",{offset:.75,stopColor:"#63A027"}),t.createElement("stop",{offset:.85,stopColor:"#529228"}),t.createElement("stop",{offset:.93,stopColor:"#3C8028"}),t.createElement("stop",{offset:1,stopColor:"#246B29"})),t.createElement("clipPath",{id:"yoast-connect-google-site-kit-success_svg__f"},t.createElement("path",{fill:"#fff",d:"M169.334 22h14.973v15.909h-14.973z"}))))),Wn=[(0,Vt.__)("INSTALL","wordpress-seo"),(0,Vt.__)("ACTIVATE","wordpress-seo"),(0,Vt.__)("SET UP","wordpress-seo"),(0,Vt.__)("CONNECT","wordpress-seo")],Gn={install:0,activate:1,setup:2,grantConsent:3,successfullyConnected:-1},Zn=(e,t)=>[Gn.setup,Gn.grantConsent,Gn.successfullyConnected].includes(e)&&!t,Kn=({isSiteKitConnectionCompleted:e})=>(0,t.createElement)(t.Fragment,null,(0,t.createElement)(d.Title,{size:"2",className:"yst-mb-4"},e?(0,Vt.__)("You’ve successfully connected your site with Site Kit by Google!","wordpress-seo"):(0,Vt.__)("Expand your dashboard with insights from Google!","wordpress-seo")),!e&&(0,t.createElement)("p",{className:"yst-mb-4"},(0,Vt.__)("Bring together powerful tools like Google Analytics and Search Console for a complete overview of your website's performance, all in one seamless dashboard.","wordpress-seo"))),Yn=({capabilities:e,currentStep:r,isVersionSupported:a,isConsentGranted:n})=>{const s="yst-mt-6";return Zn(r,a)?n?(0,t.createElement)(d.Alert,{className:s,variant:"error"},(0,Vt.__)("Your current version of the Site Kit by Google plugin is no longer compatible with Yoast SEO. Please update to the latest version to restore the connection.","wordpress-seo")):(0,t.createElement)(d.Alert,{className:s},(0,Vt.__)("You are using an outdated version of the Site Kit by Google plugin. Please update to the latest version to connect Yoast SEO with Site Kit by Google.","wordpress-seo")):r===Gn.successfullyConnected?null:!e.installPlugins&&r<Gn.grantConsent?(0,t.createElement)(d.Alert,{className:s},(0,Vt.__)("Please contact your WordPress admin to install, activate, and set up the Site Kit by Google plugin.","wordpress-seo")):e.viewSearchConsoleData||r!==Gn.grantConsent?void 0:(0,t.createElement)(d.Alert,{className:s},(0,Vt.__)("You don’t have view access to Site Kit by Google. Please contact the admin who set it up.","wordpress-seo"))},Jn=({dashboardUrl:e})=>(0,t.createElement)(d.Alert,{className:"yst-mb-4"},(0,l.createInterpolateElement)((0,Vt.sprintf)(/* translators: %1$s and %2$s: Expands to an opening and closing link tag. */ (0,Vt.__)("You’re back in Yoast SEO. If you still have tasks to finish in Site Kit by Google, you can %1$s return to their dashboard%2$s anytime.","wordpress-seo"),"<a>","</a>"),{a:(0,t.createElement)("a",{href:e})})),Qn=({currentStep:e,config:r,isConnectionCompleted:a,onDismissWidget:n,onShowConsent:s})=>{const o=(0,l.useCallback)(((e,t="installPlugins")=>{var a;return null!==(a=r.capabilities)&&void 0!==a&&a[t]?e:null}),[r.capabilities]);if(Zn(e,r.isVersionSupported))return(0,t.createElement)(d.Button,{as:"a",href:r.updateUrl},(0,Vt.__)("Update Site Kit by Google","wordpress-seo"));if(a)return(0,t.createElement)(d.Button,{onClick:n},(0,Vt.__)("Got it!","wordpress-seo"));switch(e){case Gn.install:return(0,t.createElement)(d.Button,{as:"a",href:o(r.installUrl),disabled:!r.capabilities.installPlugins,"aria-disabled":!r.capabilities.installPlugins},(0,Vt.__)("Install Site Kit by Google","wordpress-seo"));case Gn.activate:return(0,t.createElement)(d.Button,{as:"a",href:o(r.activateUrl),disabled:!r.capabilities.installPlugins,"aria-disabled":!r.capabilities.installPlugins},(0,Vt.__)("Activate Site Kit by Google","wordpress-seo"));case Gn.setup:return(0,t.createElement)(d.Button,{as:"a",href:o(r.setupUrl),disabled:!r.capabilities.installPlugins,"aria-disabled":!r.capabilities.installPlugins},(0,Vt.__)("Set up Site Kit by Google","wordpress-seo"));case Gn.grantConsent:return(0,t.createElement)(d.Button,{disabled:!r.capabilities.viewSearchConsoleData,onClick:s},(0,Vt.__)("Connect Site Kit by Google","wordpress-seo"))}return null},Xn=({dataProvider:e,remoteDataProvider:r,dataTracker:a})=>{const{grantConsent:n,dismissPermanently:s}=((e,t)=>({grantConsent:(0,l.useCallback)((r=>{t.fetchJson(e.getEndpoint("siteKitConsentManagement"),{consent:String(!0)},{...r,method:"POST"}).then((({success:t})=>{t&&e.setSiteKitConsentGranted(!0)})).catch(u.noop)}),[e,t]),dismissPermanently:(0,l.useCallback)((r=>{t.fetchJson(e.getEndpoint("siteKitConfigurationDismissal"),{is_dismissed:String(!0)},{...r,method:"POST"}).catch(u.noop),e.setSiteKitConfigurationDismissed(!0)}),[t,e])}))(e,r),o=e.getSiteKitCurrentConnectionStep(),i=e.getSiteKitConfiguration(),p=e.isSiteKitConnectionCompleted()&&i.isVersionSupported;((e,t)=>{(0,l.useEffect)((()=>{const r=(a=t,null===(n=Object.entries(Gn).find((([,e])=>e===a)))||void 0===n?void 0:n[0]);var a,n;"no"===e.getTrackingElement("setupWidgetLoaded")?e.track({setupWidgetLoaded:"yes",firstInteractionStage:r,lastInteractionStage:r}):"yes"===e.getTrackingElement("setupWidgetLoaded")&&e.track({lastInteractionStage:r})}),[e,t])})(a,o);const m=(0,l.useCallback)((()=>{e.setSiteKitConfigurationDismissed(!0)}),[e]),f=(0,l.useCallback)((()=>{m(),a.track({setupWidgetTemporarilyDismissed:"yes"})}),[a,m]),[h,,,y,g]=(0,d.useToggleState)(!1),v=(0,l.useCallback)((()=>{s(),a.track({setupWidgetPermanentlyDismissed:"yes"})}),[a,o]),b=e.getLink("siteKitLearnMore"),E=e.getLink("siteKitConsentLearnMore");return(0,t.createElement)(c.Widget,{className:"yst-paper__content yst-relative @3xl:yst-col-span-2 yst-col-span-4"},(0,t.createElement)(d.DropdownMenu,{as:"span",className:"yst-absolute yst-top-4 yst-end-4"},(0,t.createElement)(d.DropdownMenu.IconTrigger,{screenReaderTriggerLabel:(0,Vt.__)("Open Site Kit widget dropdown menu","wordpress-seo"),className:"yst-float-end"}),(0,t.createElement)(d.DropdownMenu.List,{className:"yst-mt-8 yst-w-56"},(0,t.createElement)(d.DropdownMenu.ButtonItem,{className:"yst-text-slate-600 yst-border-b yst-border-slate-200 yst-flex yst-py-2 yst-justify-start yst-gap-2 yst-px-4 yst-font-normal",onClick:f},(0,t.createElement)(Tn,{className:"yst-w-4 yst-text-slate-400"}),(0,Vt.__)("Remove until next visit","wordpress-seo")),(0,t.createElement)(d.DropdownMenu.ButtonItem,{className:"yst-text-red-500 yst-flex yst-py-2 yst-justify-start yst-gap-2 yst-px-4 yst-font-normal",onClick:v},(0,t.createElement)(Mn,{className:"yst-w-4"}),(0,Vt.__)("Remove permanently","wordpress-seo")))),(0,t.createElement)("div",{className:"yst-flex yst-justify-center yst-mb-6 yst-mt-4"},p?(0,t.createElement)(Vn,{className:"yst-aspect-[21/5] yst-max-w-[252px]"}):(0,t.createElement)(ln,{className:"yst-aspect-[21/5] yst-max-w-[252px]"})),!Zn(o,i.isVersionSupported)&&(0,t.createElement)(d.Stepper,{steps:Wn,currentStep:o,className:"yst-mb-6"},Wn.map(((e,r)=>(0,t.createElement)(d.Stepper.Step,{key:e,isActive:o===r,isComplete:o>r||p},e)))),(0,t.createElement)("hr",{className:"yst-bg-slate-200 yst-mb-6"}),i.isRedirectedFromSiteKit&&(0,t.createElement)(Jn,{dashboardUrl:i.dashboardUrl}),(0,t.createElement)("div",{className:"yst-max-w-2xl"},(0,t.createElement)(Kn,{isSiteKitConnectionCompleted:p}),(0,t.createElement)("span",{className:"yst-text-slate-800 yst-font-medium"},p?(0,Vt.__)("You're all set, here are some benefits:","wordpress-seo"):(0,Vt.__)("Here's what you'll unlock:","wordpress-seo")),(0,t.createElement)("ul",null,(0,t.createElement)("li",{className:"yst-gap-2 yst-flex yst-mt-2 yst-items-start"},(0,t.createElement)(Ln,{className:"yst-w-5 yst-text-green-400 yst-shrink-0"}),(0,Vt.__)("Grow your audience with actionable SEO and user behavior insights.","wordpress-seo")),(0,t.createElement)("li",{className:"yst-gap-2 yst-flex yst-mt-2 yst-items-start"},(0,t.createElement)(Ln,{className:"yst-w-5 yst-text-green-400 yst-shrink-0"}),(0,Vt.__)("Fine-tune your SEO and optimize your content using key performance metrics (KPI).","wordpress-seo"))),(0,t.createElement)(Yn,{capabilities:i.capabilities,currentStep:o,isVersionSupported:i.isVersionSupported,isConsentGranted:i.connectionStepsStatuses.isConsentGranted})),(0,t.createElement)("div",{className:"yst-flex yst-gap-1.5 yst-mt-6 yst-items-center"},(0,t.createElement)(Qn,{currentStep:o,config:i,isConnectionCompleted:p,onDismissWidget:m,onShowConsent:y}),!p&&(0,t.createElement)(t.Fragment,null,(0,t.createElement)(d.Button,{as:"a",href:b,variant:"tertiary",className:"yst-flex yst-items-center yst-gap-1 yst-no-underline yst-font-medium",target:"_blank",rel:"noopener"},(0,Vt.__)("Learn more","wordpress-seo"),(0,t.createElement)(ir,{className:"yst-w-4 yst-h-4 rtl:yst-rotate-180"}),(0,t.createElement)("span",{className:"yst-sr-only"},/* translators: Hidden accessibility text. */ (0,Vt.__)("(Opens in a new browser tab)","wordpress-seo"))),(0,t.createElement)(cn,{isOpen:o===Gn.grantConsent&&h,onClose:g,onGrantConsent:n,learnMoreLink:E}))))};function es(e,t,r){!function(e,t){if(t.has(e))throw new TypeError("Cannot initialize the same private elements twice on an object")}(e,t),t.set(e,r)}var ts=new WeakMap,rs=new WeakMap,as=new WeakMap,ns=new WeakMap;class ss{constructor(e,t,r,a){es(this,ts,{writable:!0,value:void 0}),es(this,rs,{writable:!0,value:void 0}),es(this,as,{writable:!0,value:void 0}),es(this,ns,{writable:!0,value:void 0}),fn(this,ts,e),fn(this,rs,t),fn(this,as,r),fn(this,ns,a)}get types(){return{siteKitSetup:"siteKitSetup",searchRankingCompare:"searchRankingCompare",organicSessions:"organicSessions",topPages:"topPages",topQueries:"topQueries",seoScores:"seoScores",readabilityScores:"readabilityScores"}}createWidget(e){const{isFeatureEnabled:r,isSetupWidgetDismissed:a,isAnalyticsConnected:n,capabilities:s,isVersionSupported:o}=mn(this,ts).getSiteKitConfiguration(),i=mn(this,ts).isSiteKitConnectionCompleted(),l=r&&i&&o,d=l&&s.viewSearchConsoleData,u=l&&n&&s.viewAnalyticsData;switch(e){case this.types.seoScores:return mn(this,ts).hasFeature("indexables")&&mn(this,ts).hasFeature("seoAnalysis")?(0,t.createElement)(c.ScoreWidget,{key:e,analysisType:"seo",dataProvider:mn(this,ts),remoteDataProvider:mn(this,rs)}):null;case this.types.readabilityScores:return mn(this,ts).hasFeature("indexables")&&mn(this,ts).hasFeature("readabilityAnalysis")?(0,t.createElement)(c.ScoreWidget,{key:e,analysisType:"readability",dataProvider:mn(this,ts),remoteDataProvider:mn(this,rs)}):null;case this.types.topPages:return d?(0,t.createElement)(c.TopPagesWidget,{key:e,dataProvider:mn(this,ts),remoteDataProvider:mn(this,rs),dataFormatter:mn(this,as).plainMetricsDataFormatter}):null;case this.types.siteKitSetup:return!r||a?null:(0,t.createElement)(Xn,{key:e,dataProvider:mn(this,ts),remoteDataProvider:mn(this,rs),dataTracker:mn(this,ns).setupWidgetDataTracker});case this.types.topQueries:return d?(0,t.createElement)(c.TopQueriesWidget,{key:e,dataProvider:mn(this,ts),remoteDataProvider:mn(this,rs),dataFormatter:mn(this,as).plainMetricsDataFormatter}):null;case this.types.searchRankingCompare:return d?(0,t.createElement)(c.SearchRankingCompareWidget,{key:e,dataProvider:mn(this,ts),remoteDataProvider:mn(this,rs),dataFormatter:mn(this,as).comparisonMetricsDataFormatter}):null;case this.types.organicSessions:return u?(0,t.createElement)(c.OrganicSessionsWidget,{key:e,dataProvider:mn(this,ts),remoteDataProvider:mn(this,rs),dataFormatter:mn(this,as).comparisonMetricsDataFormatter}):null;default:return null}}}const os=window.yoast.reduxJsToolkit,is="adminUrl",ls=(0,os.createSlice)({name:is,initialState:"",reducers:{setAdminUrl:(e,{payload:t})=>t}}),cs=ls.getInitialState,ds={selectAdminUrl:e=>(0,u.get)(e,is,"")};ds.selectAdminLink=(0,os.createSelector)([ds.selectAdminUrl,(e,t)=>t],((e,t="")=>{try{return new URL(t,e).href}catch(t){return e}}));const us=ls.actions,ps=ls.reducer,ms=window.wp.url,fs="linkParams",hs=(0,os.createSlice)({name:fs,initialState:{},reducers:{setLinkParams:(e,{payload:t})=>t}}),ys=hs.getInitialState,gs={selectLinkParam:(e,t,r={})=>(0,u.get)(e,`${fs}.${t}`,r),selectLinkParams:e=>(0,u.get)(e,fs,{})};gs.selectLink=(0,os.createSelector)([gs.selectLinkParams,(e,t)=>t,(e,t,r={})=>r],((e,t,r)=>(0,ms.addQueryArgs)(t,{...e,...r})));const vs=hs.actions,bs=hs.reducer,Es=(0,os.createSlice)({name:"notifications",initialState:{},reducers:{addNotification:{reducer:(e,{payload:t})=>{e[t.id]={id:t.id,variant:t.variant,size:t.size,title:t.title,description:t.description}},prepare:({id:e,variant:t="info",size:r="default",title:a,description:n})=>({payload:{id:e||(0,os.nanoid)(),variant:t,size:r,title:a||"",description:n}})},removeNotification:(e,{payload:t})=>(0,u.omit)(e,t)}}),ws=(Es.getInitialState,Es.actions,Es.reducer,"pluginUrl"),xs=(0,os.createSlice)({name:ws,initialState:"",reducers:{setPluginUrl:(e,{payload:t})=>t}}),Ss=(xs.getInitialState,{selectPluginUrl:e=>(0,u.get)(e,ws,"")});Ss.selectImageLink=(0,os.createSelector)([Ss.selectPluginUrl,(e,t,r="images")=>r,(e,t)=>t],((e,t,r)=>[(0,u.trimEnd)(e,"/"),(0,u.trim)(t,"/"),(0,u.trimStart)(r,"/")].join("/"))),xs.actions,xs.reducer;const _s=window.wp.apiFetch;var ks=r.n(_s);const Cs="wistiaEmbedPermission",Rs=(0,os.createSlice)({name:Cs,initialState:{value:!1,status:"idle",error:{}},reducers:{setWistiaEmbedPermissionValue:(e,{payload:t})=>{e.value=Boolean(t)}},extraReducers:e=>{e.addCase(`${Cs}/${Mr}`,(e=>{e.status=Ar})),e.addCase(`${Cs}/${Lr}`,((e,{payload:t})=>{e.status="success",e.value=Boolean(t&&t.value)})),e.addCase(`${Cs}/${Ir}`,((e,{payload:t})=>{e.status="error",e.value=Boolean(t&&t.value),e.error={code:(0,u.get)(t,"error.code",500),message:(0,u.get)(t,"error.message","Unknown")}}))}});function Ps(...e){return e.filter(Boolean).join(" ")}function Ns(e,t,...r){if(e in t){let a=t[e];return"function"==typeof a?a(...r):a}let a=new Error(`Tried to handle "${e}" but there is no handler defined. Only defined handlers are: ${Object.keys(t).map((e=>`"${e}"`)).join(", ")}.`);throw Error.captureStackTrace&&Error.captureStackTrace(a,Ns),a}Rs.getInitialState,Rs.actions,Rs.reducer;var Os,Ts,Ms=((Ts=Ms||{})[Ts.None=0]="None",Ts[Ts.RenderStrategy=1]="RenderStrategy",Ts[Ts.Static=2]="Static",Ts),Ls=((Os=Ls||{})[Os.Unmount=0]="Unmount",Os[Os.Hidden=1]="Hidden",Os);function Is({ourProps:e,theirProps:t,slot:r,defaultTag:a,features:n,visible:s=!0,name:o}){let i=Ds(t,e);if(s)return As(i,r,a,o);let l=null!=n?n:0;if(2&l){let{static:e=!1,...t}=i;if(e)return As(t,r,a,o)}if(1&l){let{unmount:e=!0,...t}=i;return Ns(e?0:1,{0:()=>null,1:()=>As({...t,hidden:!0,style:{display:"none"}},r,a,o)})}return As(i,r,a,o)}function As(e,r={},a,n){var s;let{as:o=a,children:i,refName:l="ref",...c}=js(e,["unmount","static"]),d=void 0!==e.ref?{[l]:e.ref}:{},u="function"==typeof i?i(r):i;c.className&&"function"==typeof c.className&&(c.className=c.className(r));let p={};if(r){let e=!1,t=[];for(let[a,n]of Object.entries(r))"boolean"==typeof n&&(e=!0),!0===n&&t.push(a);e&&(p["data-headlessui-state"]=t.join(" "))}if(o===t.Fragment&&Object.keys(Fs(c)).length>0){if(!(0,t.isValidElement)(u)||Array.isArray(u)&&u.length>1)throw new Error(['Passing props on "Fragment"!',"",`The current component <${n} /> is rendering a "Fragment".`,"However we need to passthrough the following props:",Object.keys(c).map((e=>` - ${e}`)).join("\n"),"","You can apply a few solutions:",['Add an `as="..."` prop, to ensure that we render an actual element instead of a "Fragment".',"Render a single element as the child so that we can forward the props onto that element."].map((e=>` - ${e}`)).join("\n")].join("\n"));let e=Ps(null==(s=u.props)?void 0:s.className,c.className),r=e?{className:e}:{};return(0,t.cloneElement)(u,Object.assign({},Ds(u.props,Fs(js(c,["ref"]))),p,d,function(...e){return{ref:e.every((e=>null==e))?void 0:t=>{for(let r of e)null!=r&&("function"==typeof r?r(t):r.current=t)}}}(u.ref,d.ref),r))}return(0,t.createElement)(o,Object.assign({},js(c,["ref"]),o!==t.Fragment&&d,o!==t.Fragment&&p),u)}function Ds(...e){if(0===e.length)return{};if(1===e.length)return e[0];let t={},r={};for(let a of e)for(let e in a)e.startsWith("on")&&"function"==typeof a[e]?(null!=r[e]||(r[e]=[]),r[e].push(a[e])):t[e]=a[e];if(t.disabled||t["aria-disabled"])return Object.assign(t,Object.fromEntries(Object.keys(r).map((e=>[e,void 0]))));for(let e in r)Object.assign(t,{[e](t,...a){let n=r[e];for(let e of n){if((t instanceof Event||(null==t?void 0:t.nativeEvent)instanceof Event)&&t.defaultPrevented)return;e(t,...a)}}});return t}function zs(e){var r;return Object.assign((0,t.forwardRef)(e),{displayName:null!=(r=e.displayName)?r:e.name})}function Fs(e){let t=Object.assign({},e);for(let e in t)void 0===t[e]&&delete t[e];return t}function js(e,t=[]){let r=Object.assign({},e);for(let e of t)e in r&&delete r[e];return r}let Us=(0,t.createContext)(null);Us.displayName="OpenClosedContext";var Bs=(e=>(e[e.Open=0]="Open",e[e.Closed=1]="Closed",e))(Bs||{});function qs(){return(0,t.useContext)(Us)}function $s({value:e,children:r}){return t.createElement(Us.Provider,{value:e},r)}var Hs=Object.defineProperty,Vs=(e,t,r)=>(((e,t,r)=>{t in e?Hs(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r})(e,"symbol"!=typeof t?t+"":t,r),r);let Ws=new class{constructor(){Vs(this,"current",this.detect()),Vs(this,"handoffState","pending"),Vs(this,"currentId",0)}set(e){this.current!==e&&(this.handoffState="pending",this.currentId=0,this.current=e)}reset(){this.set(this.detect())}nextId(){return++this.currentId}get isServer(){return"server"===this.current}get isClient(){return"client"===this.current}detect(){return"undefined"==typeof window||"undefined"==typeof document?"server":"client"}handoff(){"pending"===this.handoffState&&(this.handoffState="complete")}get isHandoffComplete(){return"complete"===this.handoffState}},Gs=(e,r)=>{Ws.isServer?(0,t.useEffect)(e,r):(0,t.useLayoutEffect)(e,r)};function Zs(){let e=(0,t.useRef)(!1);return Gs((()=>(e.current=!0,()=>{e.current=!1})),[]),e}function Ks(e){let r=(0,t.useRef)(e);return Gs((()=>{r.current=e}),[e]),r}function Ys(){let[e,r]=(0,t.useState)(Ws.isHandoffComplete);return e&&!1===Ws.isHandoffComplete&&r(!1),(0,t.useEffect)((()=>{!0!==e&&r(!0)}),[e]),(0,t.useEffect)((()=>Ws.handoff()),[]),e}let Js=function(e){let r=Ks(e);return t.useCallback(((...e)=>r.current(...e)),[r])},Qs=Symbol();function Xs(e,t=!0){return Object.assign(e,{[Qs]:t})}function eo(...e){let r=(0,t.useRef)(e);(0,t.useEffect)((()=>{r.current=e}),[e]);let a=Js((e=>{for(let t of r.current)null!=t&&("function"==typeof t?t(e):t.current=e)}));return e.every((e=>null==e||(null==e?void 0:e[Qs])))?void 0:a}function to(){let e=[],t=[],r={enqueue(e){t.push(e)},addEventListener:(e,t,a,n)=>(e.addEventListener(t,a,n),r.add((()=>e.removeEventListener(t,a,n)))),requestAnimationFrame(...e){let t=requestAnimationFrame(...e);return r.add((()=>cancelAnimationFrame(t)))},nextFrame:(...e)=>r.requestAnimationFrame((()=>r.requestAnimationFrame(...e))),setTimeout(...e){let t=setTimeout(...e);return r.add((()=>clearTimeout(t)))},microTask(...e){let t={current:!0};return function(e){"function"==typeof queueMicrotask?queueMicrotask(e):Promise.resolve().then(e).catch((e=>setTimeout((()=>{throw e}))))}((()=>{t.current&&e[0]()})),r.add((()=>{t.current=!1}))},add:t=>(e.push(t),()=>{let r=e.indexOf(t);if(r>=0){let[t]=e.splice(r,1);t()}}),dispose(){for(let t of e.splice(0))t()},async workQueue(){for(let e of t.splice(0))await e()}};return r}function ro(e,...t){e&&t.length>0&&e.classList.add(...t)}function ao(e,...t){e&&t.length>0&&e.classList.remove(...t)}function no(){let[e]=(0,t.useState)(to);return(0,t.useEffect)((()=>()=>e.dispose()),[e]),e}function so({container:e,direction:t,classes:r,onStart:a,onStop:n}){let s=Zs(),o=no(),i=Ks(t);Gs((()=>{let t=to();o.add(t.dispose);let l=e.current;if(l&&"idle"!==i.current&&s.current)return t.dispose(),a.current(i.current),t.add(function(e,t,r,a){let n=r?"enter":"leave",s=to(),o=void 0!==a?function(e){let t={called:!1};return(...r)=>{if(!t.called)return t.called=!0,e(...r)}}(a):()=>{};"enter"===n&&(e.removeAttribute("hidden"),e.style.display="");let i=Ns(n,{enter:()=>t.enter,leave:()=>t.leave}),l=Ns(n,{enter:()=>t.enterTo,leave:()=>t.leaveTo}),c=Ns(n,{enter:()=>t.enterFrom,leave:()=>t.leaveFrom});return ao(e,...t.enter,...t.enterTo,...t.enterFrom,...t.leave,...t.leaveFrom,...t.leaveTo,...t.entered),ro(e,...i,...c),s.nextFrame((()=>{ao(e,...c),ro(e,...l),function(e,t){let r=to();if(!e)return r.dispose;let{transitionDuration:a,transitionDelay:n}=getComputedStyle(e),[s,o]=[a,n].map((e=>{let[t=0]=e.split(",").filter(Boolean).map((e=>e.includes("ms")?parseFloat(e):1e3*parseFloat(e))).sort(((e,t)=>t-e));return t}));if(s+o!==0){let a=r.addEventListener(e,"transitionend",(e=>{e.target===e.currentTarget&&(t(),a())}))}else t();r.add((()=>t())),r.dispose}(e,(()=>(ao(e,...i),ro(e,...t.entered),o())))})),s.dispose}(l,r.current,"enter"===i.current,(()=>{t.dispose(),n.current(i.current)}))),t.dispose}),[t])}function oo(e=""){return e.split(" ").filter((e=>e.trim().length>1))}let io=(0,t.createContext)(null);io.displayName="TransitionContext";var lo=(e=>(e.Visible="visible",e.Hidden="hidden",e))(lo||{});let co=(0,t.createContext)(null);function uo(e){return"children"in e?uo(e.children):e.current.filter((({el:e})=>null!==e.current)).filter((({state:e})=>"visible"===e)).length>0}function po(e,r){let a=Ks(e),n=(0,t.useRef)([]),s=Zs(),o=no(),i=Js(((e,t=Ls.Hidden)=>{let r=n.current.findIndex((({el:t})=>t===e));-1!==r&&(Ns(t,{[Ls.Unmount](){n.current.splice(r,1)},[Ls.Hidden](){n.current[r].state="hidden"}}),o.microTask((()=>{var e;!uo(n)&&s.current&&(null==(e=a.current)||e.call(a))})))})),l=Js((e=>{let t=n.current.find((({el:t})=>t===e));return t?"visible"!==t.state&&(t.state="visible"):n.current.push({el:e,state:"visible"}),()=>i(e,Ls.Unmount)})),c=(0,t.useRef)([]),d=(0,t.useRef)(Promise.resolve()),u=(0,t.useRef)({enter:[],leave:[],idle:[]}),p=Js(((e,t,a)=>{c.current.splice(0),r&&(r.chains.current[t]=r.chains.current[t].filter((([t])=>t!==e))),null==r||r.chains.current[t].push([e,new Promise((e=>{c.current.push(e)}))]),null==r||r.chains.current[t].push([e,new Promise((e=>{Promise.all(u.current[t].map((([e,t])=>t))).then((()=>e()))}))]),"enter"===t?d.current=d.current.then((()=>null==r?void 0:r.wait.current)).then((()=>a(t))):a(t)})),m=Js(((e,t,r)=>{Promise.all(u.current[t].splice(0).map((([e,t])=>t))).then((()=>{var e;null==(e=c.current.shift())||e()})).then((()=>r(t)))}));return(0,t.useMemo)((()=>({children:n,register:l,unregister:i,onStart:p,onStop:m,wait:d,chains:u})),[l,i,n,p,m,u,d])}function mo(){}co.displayName="NestingContext";let fo=["beforeEnter","afterEnter","beforeLeave","afterLeave"];function ho(e){var t;let r={};for(let a of fo)r[a]=null!=(t=e[a])?t:mo;return r}let yo=Ms.RenderStrategy,go=zs((function(e,r){let{beforeEnter:a,afterEnter:n,beforeLeave:s,afterLeave:o,enter:i,enterFrom:l,enterTo:c,entered:d,leave:u,leaveFrom:p,leaveTo:m,...f}=e,h=(0,t.useRef)(null),y=eo(h,r),g=f.unmount?Ls.Unmount:Ls.Hidden,{show:v,appear:b,initial:E}=function(){let e=(0,t.useContext)(io);if(null===e)throw new Error("A <Transition.Child /> is used but it is missing a parent <Transition /> or <Transition.Root />.");return e}(),[w,x]=(0,t.useState)(v?"visible":"hidden"),S=function(){let e=(0,t.useContext)(co);if(null===e)throw new Error("A <Transition.Child /> is used but it is missing a parent <Transition /> or <Transition.Root />.");return e}(),{register:_,unregister:k}=S,C=(0,t.useRef)(null);(0,t.useEffect)((()=>_(h)),[_,h]),(0,t.useEffect)((()=>{if(g===Ls.Hidden&&h.current)return v&&"visible"!==w?void x("visible"):Ns(w,{hidden:()=>k(h),visible:()=>_(h)})}),[w,h,_,k,v,g]);let R=Ks({enter:oo(i),enterFrom:oo(l),enterTo:oo(c),entered:oo(d),leave:oo(u),leaveFrom:oo(p),leaveTo:oo(m)}),P=function(e){let r=(0,t.useRef)(ho(e));return(0,t.useEffect)((()=>{r.current=ho(e)}),[e]),r}({beforeEnter:a,afterEnter:n,beforeLeave:s,afterLeave:o}),N=Ys();(0,t.useEffect)((()=>{if(N&&"visible"===w&&null===h.current)throw new Error("Did you forget to passthrough the `ref` to the actual DOM node?")}),[h,w,N]);let O=E&&!b,T=!N||O||C.current===v?"idle":v?"enter":"leave",M=Js((e=>Ns(e,{enter:()=>P.current.beforeEnter(),leave:()=>P.current.beforeLeave(),idle:()=>{}}))),L=Js((e=>Ns(e,{enter:()=>P.current.afterEnter(),leave:()=>P.current.afterLeave(),idle:()=>{}}))),I=po((()=>{x("hidden"),k(h)}),S);so({container:h,classes:R,direction:T,onStart:Ks((e=>{I.onStart(h,e,M)})),onStop:Ks((e=>{I.onStop(h,e,L),"leave"===e&&!uo(I)&&(x("hidden"),k(h))}))}),(0,t.useEffect)((()=>{!O||(g===Ls.Hidden?C.current=null:C.current=v)}),[v,O,w]);let A=f,D={ref:y};return b&&v&&Ws.isServer&&(A={...A,className:Ps(f.className,...R.current.enter,...R.current.enterFrom)}),t.createElement(co.Provider,{value:I},t.createElement($s,{value:Ns(w,{visible:Bs.Open,hidden:Bs.Closed})},Is({ourProps:D,theirProps:A,defaultTag:"div",features:yo,visible:"visible"===w,name:"Transition.Child"})))})),vo=zs((function(e,r){let{show:a,appear:n=!1,unmount:s,...o}=e,i=(0,t.useRef)(null),l=eo(i,r);Ys();let c=qs();if(void 0===a&&null!==c&&(a=Ns(c,{[Bs.Open]:!0,[Bs.Closed]:!1})),![!0,!1].includes(a))throw new Error("A <Transition /> is used but it is missing a `show={true | false}` prop.");let[d,u]=(0,t.useState)(a?"visible":"hidden"),p=po((()=>{u("hidden")})),[m,f]=(0,t.useState)(!0),h=(0,t.useRef)([a]);Gs((()=>{!1!==m&&h.current[h.current.length-1]!==a&&(h.current.push(a),f(!1))}),[h,a]);let y=(0,t.useMemo)((()=>({show:a,appear:n,initial:m})),[a,n,m]);(0,t.useEffect)((()=>{if(a)u("visible");else if(uo(p)){let e=i.current;if(!e)return;let t=e.getBoundingClientRect();0===t.x&&0===t.y&&0===t.width&&0===t.height&&u("hidden")}else u("hidden")}),[a,p]);let g={unmount:s};return t.createElement(co.Provider,{value:p},t.createElement(io.Provider,{value:y},Is({ourProps:{...g,as:t.Fragment,children:t.createElement(go,{ref:l,...g,...o})},theirProps:{},defaultTag:t.Fragment,features:yo,visible:"visible"===d,name:"Transition"})))})),bo=zs((function(e,r){let a=null!==(0,t.useContext)(io),n=null!==qs();return t.createElement(t.Fragment,null,!a&&n?t.createElement(vo,{ref:r,...e}):t.createElement(go,{ref:r,...e}))})),Eo=Object.assign(vo,{Child:bo,Root:vo});const wo=t.forwardRef((function(e,r){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:2,stroke:"currentColor","aria-hidden":"true",ref:r},e),t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M11 3.055A9.001 9.001 0 1020.945 13H11V3.055z"}),t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M20.488 9H15V3.512A9.025 9.025 0 0120.488 9z"}))})),xo=t.forwardRef((function(e,r){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:2,stroke:"currentColor","aria-hidden":"true",ref:r},e),t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 17h5l-1.405-1.405A2.032 2.032 0 0118 14.158V11a6.002 6.002 0 00-4-5.659V5a2 2 0 10-4 0v.341C7.67 6.165 6 8.388 6 11v3.159c0 .538-.214 1.055-.595 1.436L4 17h5m6 0v1a3 3 0 11-6 0v-1m6 0H9"}))})),So=t.forwardRef((function(e,r){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:2,stroke:"currentColor","aria-hidden":"true",ref:r},e),t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 6V4m0 2a2 2 0 100 4m0-4a2 2 0 110 4m-6 8a2 2 0 100-4m0 4a2 2 0 110-4m0 4v2m0-6V4m6 6v10m6-2a2 2 0 100-4m0 4a2 2 0 110-4m0 4v2m0-6V4"}))})),_o=t.forwardRef((function(e,r){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:2,stroke:"currentColor","aria-hidden":"true",ref:r},e),t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 12a3 3 0 11-6 0 3 3 0 016 0z"}),t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.458 12C3.732 7.943 7.523 5 12 5c4.478 0 8.268 2.943 9.542 7-1.274 4.057-5.064 7-9.542 7-4.477 0-8.268-2.943-9.542-7z"}))})),ko=t.forwardRef((function(e,r){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:2,stroke:"currentColor","aria-hidden":"true",ref:r},e),t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M13.875 18.825A10.05 10.05 0 0112 19c-4.478 0-8.268-2.943-9.543-7a9.97 9.97 0 011.563-3.029m5.858.908a3 3 0 114.243 4.243M9.878 9.878l4.242 4.242M9.88 9.88l-3.29-3.29m7.532 7.532l3.29 3.29M3 3l3.59 3.59m0 0A9.953 9.953 0 0112 5c4.478 0 8.268 2.943 9.543 7a10.025 10.025 0 01-4.132 5.411m0 0L21 21"}))}));var Co=r(4530),Ro=r.n(Co);const Po=(0,l.createContext)({Icon:null,bulletClass:"",iconClass:""}),No="@yoast/general",Oo=({id:e,nonce:r,dismissed:a,message:n})=>{const{bulletClass:o=""}=(0,l.useContext)(Po),{toggleAlertStatus:i}=(0,s.useDispatch)(No),c=a?_o:ko,u=(0,l.useCallback)((async()=>{i(e,r,a)}),[e,r,a,i]);return(0,t.createElement)("li",{key:e,className:"yst-flex yst-justify-between yst-gap-x-5 yst-border-b yst-border-slate-200 last:yst-border-b-0 yst-py-6 first:yst-pt-0 last:yst-pb-0"},(0,t.createElement)("div",{className:Ro()("yst-mt-1",a&&"yst-opacity-50")},(0,t.createElement)("svg",{width:"11",height:"11",className:o},(0,t.createElement)("circle",{cx:"5.5",cy:"5.5",r:"5.5"}))),(0,t.createElement)("div",{className:Ro()("yst-text-sm yst-text-slate-600 yst-grow",a&&"yst-opacity-50"),dangerouslySetInnerHTML:{__html:n}}),(0,t.createElement)(d.Button,{variant:"secondary",size:"small",className:"yst-self-center yst-h-8",onClick:u},(0,t.createElement)(c,{className:"yst-w-4 yst-h-4 yst-text-neutral-700"})))};Oo.propTypes={id:Gt().string,nonce:Gt().string,dismissed:Gt().bool,message:Gt().string};const To=({className:e="",items:r=[]})=>0===r.length?null:(0,t.createElement)("ul",{className:e},r.map((e=>(0,t.createElement)(Oo,{key:e.id,id:e.id,nonce:e.nonce,dismissed:e.dismissed,message:e.message}))));To.propTypes={className:Gt().string,items:Gt().arrayOf(Gt().shape({message:Gt().string}))};const Mo=t.forwardRef((function(e,r){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:2,stroke:"currentColor","aria-hidden":"true",ref:r},e),t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"}))})),Lo=({title:e,counts:r=0,children:a=null})=>{const{Icon:n=Mo,iconClass:s=""}=(0,l.useContext)(Po);return(0,t.createElement)("div",null,(0,t.createElement)("div",{className:"yst-flex yst-justify-between yst-gap-2 yst-items-center"},(0,t.createElement)(n,{className:Ro()("yst-w-6 yst-h-6",s)}),(0,t.createElement)(d.Title,{className:"yst-grow",as:"h2",size:"2"},e," ",`(${r})`)),a)};var Io;Lo.propTypes={title:Gt().string,counts:Gt().number,children:Gt().node};let Ao=null!=(Io=t.useId)?Io:function(){let e=Ys(),[r,a]=t.useState(e?()=>Ws.nextId():null);return Gs((()=>{null===r&&a(Ws.nextId())}),[r]),null!=r?""+r:void 0};var Do=(e=>(e.Space=" ",e.Enter="Enter",e.Escape="Escape",e.Backspace="Backspace",e.Delete="Delete",e.ArrowLeft="ArrowLeft",e.ArrowUp="ArrowUp",e.ArrowRight="ArrowRight",e.ArrowDown="ArrowDown",e.Home="Home",e.End="End",e.PageUp="PageUp",e.PageDown="PageDown",e.Tab="Tab",e))(Do||{});function zo(e){let t=e.parentElement,r=null;for(;t&&!(t instanceof HTMLFieldSetElement);)t instanceof HTMLLegendElement&&(r=t),t=t.parentElement;let a=""===(null==t?void 0:t.getAttribute("disabled"));return(!a||!function(e){if(!e)return!1;let t=e.previousElementSibling;for(;null!==t;){if(t instanceof HTMLLegendElement)return!1;t=t.previousElementSibling}return!0}(r))&&a}function Fo(e){var t;if(e.type)return e.type;let r=null!=(t=e.as)?t:"button";return"string"==typeof r&&"button"===r.toLowerCase()?"button":void 0}function jo(e,r){let[a,n]=(0,t.useState)((()=>Fo(e)));return Gs((()=>{n(Fo(e))}),[e.type,e.as]),Gs((()=>{a||!r.current||r.current instanceof HTMLButtonElement&&!r.current.hasAttribute("type")&&n("button")}),[a,r]),a}function Uo(e){return Ws.isServer?null:e instanceof Node?e.ownerDocument:null!=e&&e.hasOwnProperty("current")&&e.current instanceof Node?e.current.ownerDocument:document}var Bo,qo=((Bo=qo||{})[Bo.Open=0]="Open",Bo[Bo.Closed=1]="Closed",Bo),$o=(e=>(e[e.ToggleDisclosure=0]="ToggleDisclosure",e[e.CloseDisclosure=1]="CloseDisclosure",e[e.SetButtonId=2]="SetButtonId",e[e.SetPanelId=3]="SetPanelId",e[e.LinkPanel=4]="LinkPanel",e[e.UnlinkPanel=5]="UnlinkPanel",e))($o||{});let Ho={0:e=>({...e,disclosureState:Ns(e.disclosureState,{0:1,1:0})}),1:e=>1===e.disclosureState?e:{...e,disclosureState:1},4:e=>!0===e.linkedPanel?e:{...e,linkedPanel:!0},5:e=>!1===e.linkedPanel?e:{...e,linkedPanel:!1},2:(e,t)=>e.buttonId===t.buttonId?e:{...e,buttonId:t.buttonId},3:(e,t)=>e.panelId===t.panelId?e:{...e,panelId:t.panelId}},Vo=(0,t.createContext)(null);function Wo(e){let r=(0,t.useContext)(Vo);if(null===r){let t=new Error(`<${e} /> is missing a parent <Disclosure /> component.`);throw Error.captureStackTrace&&Error.captureStackTrace(t,Wo),t}return r}Vo.displayName="DisclosureContext";let Go=(0,t.createContext)(null);function Zo(e){let r=(0,t.useContext)(Go);if(null===r){let t=new Error(`<${e} /> is missing a parent <Disclosure /> component.`);throw Error.captureStackTrace&&Error.captureStackTrace(t,Zo),t}return r}Go.displayName="DisclosureAPIContext";let Ko=(0,t.createContext)(null);function Yo(e,t){return Ns(t.type,Ho,e,t)}Ko.displayName="DisclosurePanelContext";let Jo=t.Fragment,Qo=zs((function(e,r){let{defaultOpen:a=!1,...n}=e,s=(0,t.useRef)(null),o=eo(r,Xs((e=>{s.current=e}),void 0===e.as||e.as===t.Fragment)),i=(0,t.useRef)(null),l=(0,t.useRef)(null),c=(0,t.useReducer)(Yo,{disclosureState:a?0:1,linkedPanel:!1,buttonRef:l,panelRef:i,buttonId:null,panelId:null}),[{disclosureState:d,buttonId:u},p]=c,m=Js((e=>{p({type:1});let t=Uo(s);if(!t||!u)return;let r=e?e instanceof HTMLElement?e:e.current instanceof HTMLElement?e.current:t.getElementById(u):t.getElementById(u);null==r||r.focus()})),f=(0,t.useMemo)((()=>({close:m})),[m]),h=(0,t.useMemo)((()=>({open:0===d,close:m})),[d,m]),y={ref:o};return t.createElement(Vo.Provider,{value:c},t.createElement(Go.Provider,{value:f},t.createElement($s,{value:Ns(d,{0:Bs.Open,1:Bs.Closed})},Is({ourProps:y,theirProps:n,slot:h,defaultTag:Jo,name:"Disclosure"}))))})),Xo=zs((function(e,r){let a=Ao(),{id:n=`headlessui-disclosure-button-${a}`,...s}=e,[o,i]=Wo("Disclosure.Button"),l=(0,t.useContext)(Ko),c=null!==l&&l===o.panelId,d=(0,t.useRef)(null),u=eo(d,r,c?null:o.buttonRef);(0,t.useEffect)((()=>{if(!c)return i({type:2,buttonId:n}),()=>{i({type:2,buttonId:null})}}),[n,i,c]);let p=Js((e=>{var t;if(c){if(1===o.disclosureState)return;switch(e.key){case Do.Space:case Do.Enter:e.preventDefault(),e.stopPropagation(),i({type:0}),null==(t=o.buttonRef.current)||t.focus()}}else switch(e.key){case Do.Space:case Do.Enter:e.preventDefault(),e.stopPropagation(),i({type:0})}})),m=Js((e=>{e.key===Do.Space&&e.preventDefault()})),f=Js((t=>{var r;zo(t.currentTarget)||e.disabled||(c?(i({type:0}),null==(r=o.buttonRef.current)||r.focus()):i({type:0}))})),h=(0,t.useMemo)((()=>({open:0===o.disclosureState})),[o]),y=jo(e,d);return Is({ourProps:c?{ref:u,type:y,onKeyDown:p,onClick:f}:{ref:u,id:n,type:y,"aria-expanded":e.disabled?void 0:0===o.disclosureState,"aria-controls":o.linkedPanel?o.panelId:void 0,onKeyDown:p,onKeyUp:m,onClick:f},theirProps:s,slot:h,defaultTag:"button",name:"Disclosure.Button"})})),ei=Ms.RenderStrategy|Ms.Static,ti=zs((function(e,r){let a=Ao(),{id:n=`headlessui-disclosure-panel-${a}`,...s}=e,[o,i]=Wo("Disclosure.Panel"),{close:l}=Zo("Disclosure.Panel"),c=eo(r,o.panelRef,(e=>{i({type:e?4:5})}));(0,t.useEffect)((()=>(i({type:3,panelId:n}),()=>{i({type:3,panelId:null})})),[n,i]);let d=qs(),u=null!==d?d===Bs.Open:0===o.disclosureState,p=(0,t.useMemo)((()=>({open:0===o.disclosureState,close:l})),[o,l]),m={ref:c,id:n};return t.createElement(Ko.Provider,{value:o.panelId},Is({ourProps:m,theirProps:s,slot:p,defaultTag:"div",features:ei,visible:u,name:"Disclosure.Panel"}))})),ri=Object.assign(Qo,{Button:Xo,Panel:ti});const ai=t.forwardRef((function(e,r){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:2,stroke:"currentColor","aria-hidden":"true",ref:r},e),t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19 9l-7 7-7-7"}))})),ni=({label:e,children:r})=>(0,t.createElement)(ri,null,(({open:a})=>(0,t.createElement)("div",{className:"yst-shadow-sm yst-border-slate-300 yst-rounded-md yst-border"},(0,t.createElement)(ri.Button,{className:"yst-w-full yst-flex yst-justify-between yst-py-4 yst-pe-4 yst-ps-6 yst-items-center"},(0,t.createElement)("div",{className:"yst-font-medium"},e),(0,t.createElement)(ai,{className:Ro()("yst-h-5 yst-w-5 flex-shrink-0 yst-text-slate-400",a?"yst-rotate-180":"")})),(0,t.createElement)(ri.Panel,{className:"yst-px-6"},r))));function si({title:e,id:r,isDismissable:a,children:n,className:o}){const i=(0,d.useSvgAria)(),{dismissNotice:c}=(0,s.useDispatch)(No),u=(0,l.useCallback)((()=>{setTimeout((()=>{c(r)}),0)}),[c,r]);return(0,t.createElement)("div",{id:r,className:Ro()("yst-p-3 yst-rounded-md yoast-general-page-notice",o)},(0,t.createElement)("div",{className:"yst-flex yst-flex-row yst-items-center yst-min-h-[24px]"},(0,t.createElement)("span",{className:"yoast-icon"}),e&&(0,t.createElement)("div",{className:"yst-text-sm yst-font-medium",dangerouslySetInnerHTML:{__html:e}}),a&&(0,t.createElement)("div",{className:"yst-relative yst-ms-auto"},(0,t.createElement)("button",{type:"button",className:"notice-dismiss",onClick:u},(0,t.createElement)("span",{className:"yst-sr-only"},(0,Vt.__)("Close","wordpress-seo")),(0,t.createElement)(Tn,{className:"yst-h-5 yst-w-5",...i})))),n&&(0,t.createElement)("div",{className:"yst-flex-1 yst-text-sm yst-max-w-[600px] yst-ps-[29px]",dangerouslySetInnerHTML:{__html:n}}))}ni.propTypes={label:Gt().string,children:Gt().node},si.propTypes={title:Gt().string.isRequired,id:Gt().string.isRequired,isDismissable:Gt().bool.isRequired,children:Gt().string.isRequired,className:Gt().string};const oi=()=>{const e=(0,s.useSelect)((e=>e(No).selectActiveNotifications()),[]),r=(0,s.useSelect)((e=>e(No).selectDismissedNotifications()),[]),a=r.length,n=(0,Vt._n)("hidden notification","hidden notifications",a,"wordpress-seo"),o={Icon:xo,bulletClass:"yst-fill-blue-500",iconClass:"yst-text-blue-500"};return(0,t.createElement)(d.Paper,null,(0,t.createElement)(d.Paper.Content,{className:"yst-max-w-[600px] yst-flex yst-flex-col yst-gap-y-6"},(0,t.createElement)(Po.Provider,{value:{...o}},(0,t.createElement)(Lo,{counts:e.length,title:(0,Vt.__)("Notifications","wordpress-seo")},0===e.length&&(0,t.createElement)("p",{className:"yst-mt-2 yst-text-sm"},(0,Vt.__)("No new notifications.","wordpress-seo"))),(0,t.createElement)(To,{items:e}),a>0&&(0,t.createElement)(ni,{label:`${a} ${n}`},(0,t.createElement)(To,{className:"yst-pb-6",items:r})))))},ii=()=>{const e=(0,s.useSelect)((e=>e(No).selectActiveProblems()),[]),r=(0,s.useSelect)((e=>e(No).selectDismissedProblems()),[]),a=r.length,n=(0,Vt._n)("hidden problem","hidden problems",a,"wordpress-seo"),o={Icon:Mo,bulletClass:"yst-fill-red-500",iconClass:"yst-text-red-500"};return(0,t.createElement)(d.Paper,null,(0,t.createElement)(d.Paper.Content,{className:"yst-max-w-[600px] yst-flex yst-flex-col yst-gap-y-6"},(0,t.createElement)(Po.Provider,{value:{...o}},(0,t.createElement)(Lo,{title:(0,Vt.__)("Problems","wordpress-seo"),counts:e.length},(0,t.createElement)("p",{className:"yst-mt-2 yst-text-sm"},e.length>0?(0,Vt.__)("We have detected the following issues that affect the SEO of your site.","wordpress-seo"):(0,Vt.__)("Good job! We could detect no serious SEO problems.","wordpress-seo"))),(0,t.createElement)(To,{items:e}),a>0&&(0,t.createElement)(ni,{label:`${a} ${n}`},(0,t.createElement)(To,{className:"yst-pb-6",items:r})))))},li=(e,t,r)=>{const a=e.querySelector(t);return a&&(a.textContent=r),a},ci=(e,t=[],...r)=>(0,s.useSelect)((t=>{var a,n;return null===(a=(n=t(No))[e])||void 0===a?void 0:a.call(n,...r)}),t),di=({className:e})=>{const r=(0,l.useCallback)((()=>{var e,t;return null===(e=window)||void 0===e||null===(t=e.location)||void 0===t?void 0:t.reload()}),[]),a=ci("selectLink",[],"https://yoa.st/general-error-support"),n=vt();return(0,t.createElement)(d.Paper,{className:e},(0,t.createElement)(tr,{error:n},(0,t.createElement)(tr.HorizontalButtons,{handleRefreshClick:r,supportLink:a})))};di.propTypes={className:Gt().string};var ui={border:0,clip:"rect(0 0 0 0)",height:"1px",margin:"-1px",overflow:"hidden",whiteSpace:"nowrap",padding:0,width:"1px",position:"absolute"},pi=function(e){var t=e.message,r=e["aria-live"];return a().createElement("div",{style:ui,role:"log","aria-live":r},t||"")};pi.propTypes={};const mi=pi;function fi(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}var hi=function(e){function t(){var r,a;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t);for(var n=arguments.length,s=Array(n),o=0;o<n;o++)s[o]=arguments[o];return r=a=fi(this,e.call.apply(e,[this].concat(s))),a.state={assertiveMessage1:"",assertiveMessage2:"",politeMessage1:"",politeMessage2:"",oldPolitemessage:"",oldPoliteMessageId:"",oldAssertiveMessage:"",oldAssertiveMessageId:"",setAlternatePolite:!1,setAlternateAssertive:!1},fi(a,r)}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),t.getDerivedStateFromProps=function(e,t){var r=t.oldPolitemessage,a=t.oldPoliteMessageId,n=t.oldAssertiveMessage,s=t.oldAssertiveMessageId,o=e.politeMessage,i=e.politeMessageId,l=e.assertiveMessage,c=e.assertiveMessageId;return r!==o||a!==i?{politeMessage1:t.setAlternatePolite?"":o,politeMessage2:t.setAlternatePolite?o:"",oldPolitemessage:o,oldPoliteMessageId:i,setAlternatePolite:!t.setAlternatePolite}:n!==l||s!==c?{assertiveMessage1:t.setAlternateAssertive?"":l,assertiveMessage2:t.setAlternateAssertive?l:"",oldAssertiveMessage:l,oldAssertiveMessageId:c,setAlternateAssertive:!t.setAlternateAssertive}:null},t.prototype.render=function(){var e=this.state,t=e.assertiveMessage1,r=e.assertiveMessage2,n=e.politeMessage1,s=e.politeMessage2;return a().createElement("div",null,a().createElement(mi,{"aria-live":"assertive",message:t}),a().createElement(mi,{"aria-live":"assertive",message:r}),a().createElement(mi,{"aria-live":"polite",message:n}),a().createElement(mi,{"aria-live":"polite",message:s}))},t}(t.Component);hi.propTypes={};const yi=hi;function gi(){console.warn("Announcement failed, LiveAnnouncer context is missing")}const vi=a().createContext({announceAssertive:gi,announcePolite:gi}),bi=function(e){function t(r){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t);var a=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,e.call(this,r));return a.announcePolite=function(e,t){a.setState({announcePoliteMessage:e,politeMessageId:t||""})},a.announceAssertive=function(e,t){a.setState({announceAssertiveMessage:e,assertiveMessageId:t||""})},a.state={announcePoliteMessage:"",politeMessageId:"",announceAssertiveMessage:"",assertiveMessageId:"",updateFunctions:{announcePolite:a.announcePolite,announceAssertive:a.announceAssertive}},a}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),t.prototype.render=function(){var e=this.state,t=e.announcePoliteMessage,r=e.politeMessageId,n=e.announceAssertiveMessage,s=e.assertiveMessageId,o=e.updateFunctions;return a().createElement(vi.Provider,{value:o},this.props.children,a().createElement(yi,{assertiveMessage:n,assertiveMessageId:s,politeMessage:t,politeMessageId:r}))},t}(t.Component);var Ei=r(3409),wi=r.n(Ei);function xi(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}var Si=function(e){function t(){var r,a;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t);for(var n=arguments.length,s=Array(n),o=0;o<n;o++)s[o]=arguments[o];return r=a=xi(this,e.call.apply(e,[this].concat(s))),a.announce=function(){var e=a.props,t=e.message,r=e["aria-live"],n=e.announceAssertive,s=e.announcePolite;"assertive"===r&&n(t||"",wi()()),"polite"===r&&s(t||"",wi()())},xi(a,r)}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),t.prototype.componentDidMount=function(){this.announce()},t.prototype.componentDidUpdate=function(e){this.props.message!==e.message&&this.announce()},t.prototype.componentWillUnmount=function(){var e=this.props,t=e.clearOnUnmount,r=e.announceAssertive,a=e.announcePolite;!0!==t&&"true"!==t||(r(""),a(""))},t.prototype.render=function(){return null},t}(t.Component);Si.propTypes={};const _i=Si;var ki=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e},Ci=function(e){return a().createElement(vi.Consumer,null,(function(t){return a().createElement(_i,ki({},t,e))}))};Ci.propTypes={};const Ri=Ci;const Pi=({children:e,title:r,description:a})=>{const n=(0,Vt.sprintf)(/* translators: 1: Settings' section title, 2: Yoast SEO */ (0,Vt.__)("%1$s Dashboard - %2$s","wordpress-seo"),r,"Yoast SEO");return(0,t.createElement)(bi,null,(0,t.createElement)(Ri,{message:n,"aria-live":"polite"}),(0,t.createElement)(Tr.Helmet,null,(0,t.createElement)("title",null,"Dashboard")),(0,t.createElement)("header",{className:"yst-p-8 yst-border-b yst-border-slate-200"},(0,t.createElement)("div",{className:"yst-max-w-screen-sm"},(0,t.createElement)(d.Title,null,r),a&&(0,t.createElement)("p",{className:"yst-text-tiny yst-mt-3"},a))),e)};Pi.propTypes={children:Gt().node.isRequired,title:Gt().string.isRequired,description:Gt().node};const Ni=(0,window.wp.compose.compose)([(0,s.withSelect)(((e,t)=>{const{isAlertDismissed:r}=e(t.store||"yoast-seo/editor");return{isAlertDismissed:r(t.alertKey)}})),(0,s.withDispatch)(((e,t)=>{const{dismissAlert:r}=e(t.store||"yoast-seo/editor");return{onDismissed:()=>r(t.alertKey)}}))]),Oi=Ni,Ti=({children:e,id:r,hasIcon:a=!0,title:n,image:s=null,isAlertDismissed:o,onDismissed:i})=>o?null:(0,t.createElement)("div",{id:r,className:"notice-yoast yoast is-dismissible yoast-webinar-dashboard yoast-general-page-notices"},(0,t.createElement)("div",{className:"notice-yoast__container"},(0,t.createElement)("div",null,(0,t.createElement)("div",{className:"notice-yoast__header"},a&&(0,t.createElement)("span",{className:"yoast-icon"}),(0,t.createElement)("h2",{className:"notice-yoast__header-heading yoast-notice-migrated-header"},n)),(0,t.createElement)("div",{className:"notice-yoast-content"},(0,t.createElement)("p",null,e))),s&&(0,t.createElement)(s,{height:"60"})),(0,t.createElement)("button",{type:"button",className:"notice-dismiss",onClick:i},(0,t.createElement)("span",{className:"screen-reader-text"},/* translators: Hidden accessibility text. */ (0,Vt.__)("Dismiss this notice.","wordpress-seo"))));Ti.propTypes={children:Gt().node.isRequired,id:Gt().string.isRequired,hasIcon:Gt().bool,title:Gt().any.isRequired,image:Gt().elementType,isAlertDismissed:Gt().bool.isRequired,onDismissed:Gt().func.isRequired};const Mi=Oi(Ti);var Li,Ii,Ai,Di,zi,Fi,ji,Ui,Bi,qi,$i,Hi,Vi,Wi,Gi,Zi,Ki,Yi,Ji,Qi,Xi,el,tl,rl,al,nl,sl,ol,il,ll,cl,dl,ul,pl,ml,fl,hl,yl,gl,vl,bl,El,wl,xl,Sl,_l,kl;function Cl(){return Cl=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e},Cl.apply(this,arguments)}const Rl=e=>t.createElement("svg",Cl({xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",viewBox:"0 0 448 360"},e),Li||(Li=t.createElement("circle",{cx:226,cy:211,r:149,fill:"#f0ecf0"})),Ii||(Ii=t.createElement("path",{fill:"#fbd2a6",d:"M173.53 189.38s-35.47-5.3-41.78-11c-9.39-24.93-29.61-48-35.47-66.21-.71-2.24 3.72-11.39 3.53-15.41s-5.34-11.64-5.23-14-.09-15.27-.09-15.27l-4.75-.72s-5.13 6.07-3.56 9.87c-1.73-4.19 4.3 7.93.5 9.35 0 0-6-5.94-11.76-8.27s-19.57-3.65-19.57-3.65L43.19 73l-4.42.6L31 69.7l-2.85 5.12 7.53 5.29L40.86 92l17.19 10.2 10.2 10.56 9.86 3.56s26.49 79.67 45 92c17 11.33 37.23 15.92 37.23 15.92z"})),Ai||(Ai=t.createElement("path",{fill:"#a4286a",d:"M270.52 345.13c2.76-14.59 15.94-35.73 30.24-54.58 16.22-21.39 14-79.66-33.19-91.46-17.3-4.32-52.25-1-59.85-3.41C186.54 189 170 187 168 190.17c-5 10.51-7.73 27.81-5.51 36.26 1.18 4.73 3.54 5.91 20.49 13.4-5.12 15-16.35 26.3-22.86 37s7.88 27.2 7.1 33.51c-.48 3.8-4.26 21.13-7.18 34.25a149.47 149.47 0 0 0 110.3 8.66 25.66 25.66 0 0 1 .18-8.12z"})),Di||(Di=t.createElement("path",{fill:"#9a5815",d:"M206.76 66.43c-5 14.4-1.42 25.67-3.93 40.74-10 60.34-24.08 43.92-31.44 93.6 7.24-14.19 14.32-15.82 20.63-23.11-.83 3.09-10.25 13.75-8.05 34.81 9.85-8.51 6.35-8.75 11.86-8.54.36 3.25 3.53 3.22-3.59 10.53 2.52.69 17.42-14.32 20.16-12.66s0 5.72-6 7.76c2.15 2.2 30.47-3.87 43.81-14.71 4.93-4 10-13.16 13.38-18.2 7.17-10.62 12.38-24.77 17.71-36.6 8.94-19.87 15.09-39.34 16.11-61.31.53-10.44-3.41-18.44-4.41-28.86-2.57-27.8-67.63-37.26-86.24 16.55z"})),zi||(zi=t.createElement("path",{fill:"#efb17c",d:"M277.74 179.06c.62-.79 1.24-1.59 1.84-2.39-.85 2.59-1.52 3.73-1.84 2.39z"})),Fi||(Fi=t.createElement("path",{fill:"#fbd2a6",d:"M216.1 206.72c3.69-5.42 8.28-3.35 15.57-8.28 3.76-3.06 1.57-9.46 1.77-11.82 18.25 4.56 37.38-1.18 49.07-16 .62 5.16-2.77 22.27-.2 27 4.73 8.67 13.4 18.92 13.4 18.92-35.47-2.76-63.45 39-89.86 44.54 5.52-28.74-2.36-35.84 10.25-54.36z"})),ji||(ji=t.createElement("path",{fill:"#f6b488",d:"m235.21 167.9 53.21-25.23s-3.65 24-6.5 32.72c-64.05 62.66-46.47-7.33-46.71-7.49z"})),Ui||(Ui=t.createElement("path",{fill:"#fbd2a6",d:"M226.86 50.64C215 59.31 206.37 93.21 204 95.57c-19.46 19.47-3.59 41.39-3.94 51.24-.2 5.52-4.14 25.42 5.72 29.36 22.22 8.89 60-3.48 67.19-12.61 13.28-16.75 40.89-94.78 17.74-108.19-7.92-4.58-42.78-20.18-63.85-4.73z"})),Bi||(Bi=t.createElement("path",{fill:"#e5766c",d:"M243.69 143.66c-10.7-6.16-8.56-6.73-19.76-12.71-3.86-2.07-3.94.64-6.32 0-2.91-.79-1.39-2.74-5.37-3.48-6.52-1.21-3.67 3.63-3.15 6 1.32 6.15-8.17 17.3 3.26 21.42 12.65 4.55 21.38-9.41 31.34-11.23z"})),qi||(qi=t.createElement("path",{fill:"#fff",d:"M240.68 143.9c-11.49-5.53-11.65-8.17-24.64-11.69-8.6-2.32-5.53 1-5.69 4.42-.2 4.16-1.26 9.87 4.9 12.66 9 4.09 18.16-6.02 25.43-5.39zm.7-40.9c-.16 1.26-.06 4.9 5.46 8.25 11.43-4.73 16.36-2.56 17-3.33 1.48-1.76-2-8.87-7.88-9.85-5.58-.94-14.14 1.24-14.58 4.93z"})),$i||($i=t.createElement("path",{fill:"#000001",d:"M263.53 108.19c-4.32-4.33-6.85-6.24-12.26-8.21-2.77-1-6.18.18-8.65 1.67a3.65 3.65 0 0 0-1.24 1.23h-.12a3.73 3.73 0 0 1 1-1.52 12.53 12.53 0 0 1 11.93-3c4.73 1 9.43 4.63 9.42 9.82z"})),Hi||(Hi=t.createElement("circle",{cx:254.13,cy:104.05,r:4.19,fill:"#000001"})),Vi||(Vi=t.createElement("path",{fill:"#fff",d:"M225.26 99.22c-.29 1-6.6 3.45-10.92 1.48-1.15-3.24-5-6.43-5.25-6.71-.5-2.86 5.55-8 10.06-6.3a10.21 10.21 0 0 1 6.11 11.53z"})),Wi||(Wi=t.createElement("path",{fill:"#000001",d:"M209.29 94.21c-.19-2.34 1.84-4.1 3.65-5.2 7-3.87 13.18 3 12.43 10h-.12c-.14-4-2.38-8.44-6.47-9.11a3.19 3.19 0 0 0-2.42.31c-1.37.85-2.38 2-3.89 2.56-1 .45-1.92.42-3 1.4h-.22z"})),Gi||(Gi=t.createElement("circle",{cx:219.55,cy:95.28,r:4,fill:"#000001"})),Zi||(Zi=t.createElement("path",{fill:"#efb17c",d:"M218.66 120.27a27.32 27.32 0 0 0 4.54 3.45c-2.29-.72-4.28-.69-6.32-2.27-2.53-2-3.39-5.16-.73-7.72 10.24-9.82 12.56-13.82 14.77-24.42-1 12.37-6 17.77-10.63 23.18-2.53 2.97-4.68 5.06-1.63 7.78z"})),Ki||(Ki=t.createElement("path",{fill:"#a57c52",d:"M231.22 69.91c-.67-3.41-8.78-2.83-11.06-1.93-3.48 1.39-6.08 5.22-7.13 8.53 2.9-4.3 6.74-8.12 12.46-6 1.16.42 3.18 2.35 4.48 1.85s1.03-2.2 1.25-2.45zm32.16 8.56c-2.75-1.66-12.24-5.08-12.18.82 2.56.24 5-.19 7.64.95 11.22 4.76 12.77 17.61 12.85 17.86.2-.53.1 1.26.23.7-.02.2.95-12.12-8.54-20.33z"})),Yi||(Yi=t.createElement("path",{fill:"#fbd2a6",d:"M53.43 250.73c6.29 0-.6-.17 7.34 0 1.89.05-2.38-.7 0-.69 4.54-4.2 12.48-.74 20.6-2.45 4.55.35 3.93 1.35 5.59 4.19 4.89 8.38 4.78 14.21 14 19.56 16.42 8.38 66 12.92 88.49 18.86 5.52.83 42.64-20.15 61-23.75 6.51 10.74 11.46 28.68 8.39 34.93-6.54 13.3-57.07 25.4-75.91 25.15C156.47 326.18 94 294 92.2 293c-.94-.57.7-.7-7.68 0s-10.15.72-17.47-1.4c-3-.87-4.61-1.33-6.33-3.54-2 .22-3.39.2-4.78-1-3.15-2.74-4.84-6.61-2.73-10.06h-.12c-3.35-2.48-6.54-7.69-3.08-11.72 1-1.18 6.06-1.94 7.77-2.28-1.58-.29-6.37.19-7.49-.72-3.06-2.5-4.96-11.55 3.14-11.55z"})),Ji||(Ji=t.createElement("path",{fill:"#a4286a",d:"M303.22 237.52c-9.87-11.88-41.59 8.19-47.8 12.34s-14.89 17.95-14.89 17.95c6 9.43 8.36 31 5.65 46.34l30.51-3s18-15.62 22.59-28.7 6.3-42.54 6.3-42.54"})),Qi||(Qi=t.createElement("path",{fill:"#cb9833",d:"M278.63 31.67c-6.08 0-22.91 4.07-22.93 12.91 0 11 47.9 38.38 16.14 85.85 10.21-.79 10.79-8.12 14.92-14.93-3.66 77-49.38 93.58-40.51 142.25 7.68-25.81 20.3-11.62 38.13-33.84 3.45 4.88 9 18.28-9.46 33.78 50-31.26 57.31-56.6 51.92-95C319.93 113.53 348.7 42 278.63 31.67z"})),Xi||(Xi=t.createElement("path",{fill:"#fbd2a6",d:"M283.64 126.83c-2.42 9.67-8 15.76-1.48 16.46A21.26 21.26 0 0 0 302 132.6c5.17-8.52 3.93-16.44-2.46-18s-13.48 2.56-15.9 12.23z"})),el||(el=t.createElement("path",{fill:"#efb17c",d:"M38 73.45c1.92 2 4.25 9.21 6.32 10.91 2.25 1.85 5.71 2.12 8.1 4.45 3.66-2 6-8.72 10-9.31-2.59 1.31-4.42 3.5-6.93 4.88-1.42.8-3 1.31-4.38 2.25-2.16-1.46-4.27-1.77-6.26-3.38-2.52-2.02-5.31-8-6.85-9.8z"})),tl||(tl=t.createElement("path",{fill:"#efb17c",d:"M39 74.4c4.83 1.1 12.52 6.44 15.89 10-3.22-1.34-14.73-6.15-15.89-10zm.62-1.5c6.71-.79 18 1.54 23.29 5.9-3.85-.2-5.42-1.48-9-2.94-4.08-1.69-8.83-2.03-14.29-2.96zm46.43 14.58c-3.72-1.32-10.52-1.13-13.22 3.52 2-1.16 1.84-2.11 4.18-1.72-3.81-4.15 8.16-.74 11.6-.24m-2.78 13.15c.56-3.29-8-7.81-10.58-9.17-6.25-3.29-12.16 1.36-19.33-4.53 5.94 6.1 14.23 2.5 19.55 5.76 3.06 1.88 8.65 6.09 9.35 9.38-.23-.4 1.29-1.44 1.01-1.44z"})),rl||(rl=t.createElement("circle",{cx:38.13,cy:30.03,r:3.14,fill:"#b89ac8"})),al||(al=t.createElement("circle",{cx:60.26,cy:39.96,r:3.14,fill:"#e31e0c"})),nl||(nl=t.createElement("circle",{cx:50.29,cy:25.63,r:3.14,fill:"#3baa45"})),sl||(sl=t.createElement("circle",{cx:22.19,cy:19.21,r:3.14,fill:"#2ca9e1"})),ol||(ol=t.createElement("circle",{cx:22.19,cy:30.03,r:3.14,fill:"#e31e0c"})),il||(il=t.createElement("circle",{cx:26.86,cy:8.28,r:3.14,fill:"#3baa45"})),ll||(ll=t.createElement("circle",{cx:49.32,cy:39.99,r:3.14,fill:"#e31e0c"})),cl||(cl=t.createElement("circle",{cx:63.86,cy:59.52,r:3.14,fill:"#f8ad39"})),dl||(dl=t.createElement("circle",{cx:50.88,cy:50.72,r:3.14,fill:"#3baa45"})),ul||(ul=t.createElement("circle",{cx:63.47,cy:76.17,r:3.14,fill:"#e31e0c"})),pl||(pl=t.createElement("circle",{cx:38.34,cy:14.83,r:3.14,fill:"#2ca9e1"})),ml||(ml=t.createElement("circle",{cx:44.44,cy:5.92,r:3.14,fill:"#f8ad39"})),fl||(fl=t.createElement("circle",{cx:57.42,cy:10.24,r:3.14,fill:"#e31e0c"})),hl||(hl=t.createElement("circle",{cx:66.81,cy:12.4,r:3.14,fill:"#2ca9e1"})),yl||(yl=t.createElement("circle",{cx:77.95,cy:5.14,r:3.14,fill:"#b89ac8"})),gl||(gl=t.createElement("circle",{cx:77.95,cy:30.34,r:3.14,fill:"#e31e0c"})),vl||(vl=t.createElement("circle",{cx:80.97,cy:16.55,r:3.14,fill:"#f8ad39"})),bl||(bl=t.createElement("circle",{cx:62.96,cy:27.27,r:3.14,fill:"#3baa45"})),El||(El=t.createElement("circle",{cx:75.36,cy:48.67,r:3.14,fill:"#2ca9e1"})),wl||(wl=t.createElement("circle",{cx:76.11,cy:65.31,r:3.14,fill:"#3baa45"})),xl||(xl=t.createElement("path",{fill:"#71b026",d:"M78.58 178.43C54.36 167.26 32 198.93 5 198.93c19.56 20.49 63.53 1.52 69 15.5 1.48-14.01 4.11-30.9 4.58-36z"})),Sl||(Sl=t.createElement("path",{fill:"#074a67",d:"M67.75 251.08c0-4.65 10.13-72.65 10.13-72.65h2.8l-9.09 72.3z"})),_l||(_l=t.createElement("ellipse",{cx:255.38,cy:103.18,fill:"#fff",rx:1.84,ry:1.77})),kl||(kl=t.createElement("ellipse",{cx:221.24,cy:94.75,fill:"#fff",rx:1.84,ry:1.77}))),Pl=({store:e="yoast-seo/editor",image:r=Rl,url:a,...n})=>(0,s.useSelect)((t=>t(e).getIsPremium()))?null:(0,t.createElement)(Mi,{alertKey:"webinar-promo-notification",store:e,id:"webinar-promo-notification",title:(0,Vt.__)("Join our FREE webinar for SEO success","wordpress-seo"),image:r,url:a,...n},(0,Vt.__)("Feeling lost when it comes to optimizing your site for the search engines? Join our FREE webinar to gain the confidence that you need in order to start optimizing like a pro! You'll obtain the knowledge and tools to start effectively implementing SEO.","wordpress-seo")," ",(0,t.createElement)("a",{href:a,target:"_blank",rel:"noreferrer"},(0,Vt.__)("Sign up today!","wordpress-seo")));Pl.propTypes={store:Gt().string,image:Gt().elementType,url:Gt().string.isRequired};const Nl=Pl,Ol=((0,Vt.__)("E.g. https://www.facebook.com/yoast","wordpress-seo"),(0,Vt.__)("E.g. https://www.instagram.com/yoast","wordpress-seo"),(0,Vt.__)("E.g. https://www.linkedin.com/yoast","wordpress-seo"),(0,Vt.__)("E.g. https://www.myspace.com/yoast","wordpress-seo"),(0,Vt.__)("E.g. https://www.pinterest.com/yoast","wordpress-seo"),(0,Vt.__)("E.g. https://www.soundcloud.com/yoast","wordpress-seo"),(0,Vt.__)("E.g. https://www.tumblr.com/yoast","wordpress-seo"),(0,Vt.__)("E.g. https://www.twitter.com/yoast","wordpress-seo"),(0,Vt.__)("E.g. https://www.youtube.com/yoast","wordpress-seo"),(0,Vt.__)("E.g. https://www.wikipedia.com/yoast","wordpress-seo"),e=>`error-${e}`),Tl=(e,{isVisible:t})=>t?{"aria-invalid":!0,"aria-describedby":Ol(e)}:{};function Ml({active:e,selected:t}){return Ro()("yst-relative yst-cursor-default yst-select-none yst-py-2 yst-ps-3 yst-pe-9 yst-my-0",t&&"yst-bg-primary-500 yst-text-white",e&&!t&&"yst-bg-primary-200 yst-text-slate-700",!e&&!t&&"yst-text-slate-700")}function Ll(e,t){const r=function(e,t){return e.includes(t)?[...e]:[...e,t]}(e.editedSteps,t);return{...e,editedSteps:r}}function Il(e,t){let r=(0,u.cloneDeep)(e);switch(t.type){case"SET_COMPANY_OR_PERSON":return r=Ll(r,2),r.companyOrPerson=t.payload,r.companyOrPersonLabel=r.companyOrPersonOptions.filter((e=>e.value===t.payload)).pop().label,r;case"CHANGE_COMPANY_NAME":return r=Ll(r,2),r.companyName=t.payload,r;case"SET_COMPANY_LOGO":return r=Ll(r,2),r.companyLogo=t.payload.url,r.companyLogoId=t.payload.id,r;case"REMOVE_COMPANY_LOGO":return r=Ll(r,2),r.companyLogo="",r.companyLogoId="",r;case"CHANGE_WEBSITE_NAME":return r=Ll(r,2),r.websiteName=t.payload,r;case"SET_PERSON_LOGO":return r=Ll(r,2),r.personLogo=t.payload.url,r.personLogoId=t.payload.id,r;case"REMOVE_PERSON_LOGO":return r=Ll(r,2),r.personLogo="",r.personLogoId="",r;case"SET_PERSON":return r=Ll(r,2),r.personId=t.payload.value,r.personName=t.payload.label,r;case"SET_CAN_EDIT_USER":return r=Ll(r,2),r.canEditUser=!0===t.payload?1:0,r;case"CHANGE_SOCIAL_PROFILE":return r=Ll(r,3),r.socialProfiles[t.payload.socialMedium]=t.payload.value,r.errorFields=r.errorFields.filter((e=>"facebookUrl"===t.payload.socialMedium?"facebook_site"!==e:"twitterUsername"!==t.payload.socialMedium||"twitter_site"!==e)),r;case"CHANGE_OTHERS_SOCIAL_PROFILE":return r=Ll(r,3),r.socialProfiles.otherSocialUrls[t.payload.index]=t.payload.value,r.errorFields=r.errorFields.filter((e=>e!==`other_social_urls-${t.payload.index}`)),r;case"ADD_OTHERS_SOCIAL_PROFILE":return r=Ll(r,3),r.socialProfiles.otherSocialUrls=[...r.socialProfiles.otherSocialUrls,t.payload.value],r;case"REMOVE_OTHERS_SOCIAL_PROFILE":return r=Ll(r,3),r.socialProfiles.otherSocialUrls.splice(t.payload.index,1),r.errorFields=(a=r.errorFields,n=t.payload.index,a.map((e=>{const t=parseInt(e.replace("other_social_urls-",""),10);return t===n?"remove":t>n?"other_social_urls-"+(t-1):e})).filter((e=>"remove"!==e))),r;case"SET_ERROR_FIELDS":return r.errorFields=t.payload,r;case"SET_STEP_ERROR":return r.stepErrors[t.payload.step]=t.payload.message,r;case"REMOVE_STEP_ERROR":return r.stepErrors=(0,u.pickBy)(r.stepErrors,((e,r)=>r!==t.payload)),r;case"SET_TRACKING":return r=Ll(r,4),r.tracking=t.payload,r;default:return r}var a,n}const Al=t.forwardRef((function(e,r){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",ref:r},e),t.createElement("path",{fillRule:"evenodd",d:"M10 3a1 1 0 011 1v5h5a1 1 0 110 2h-5v5a1 1 0 11-2 0v-5H4a1 1 0 110-2h5V4a1 1 0 011-1z",clipRule:"evenodd"}))})),Dl=({items:e,onAddProfile:r,onRemoveProfile:a,onChangeProfile:n,errorFields:s,fieldType:o,addButtonChildren:i})=>{const c=(0,l.useCallback)((e=>{a(parseInt(e.currentTarget.dataset.index,10))}),[a]);return(0,t.createElement)("div",null,e.map(((e,r)=>(0,t.createElement)("div",{key:`url-${r}`},(0,t.createElement)("div",{className:"yst-w-full yst-flex yst-items-start yst-mt-4"},(0,t.createElement)(o,{className:"yst-grow",label:(0,Vt.__)("Other social profile","wordpress-seo"),id:`social-input-other-url-${r}`,value:e,socialMedium:"other",index:r,onChange:n,placeholder:(0,Vt.__)("E.g. https://social-platform.com/yoast","wordpress-seo"),feedback:{type:"error",isVisible:s.includes("other_social_urls-"+r),message:[(0,Vt.__)("Could not save this value. Please check the URL.","wordpress-seo")]}}),(0,t.createElement)("button",{type:"button",className:"yst-mt-[27.5px] yst-ml-2 yst-p-3 yst-text-slate-500 yst-rounded-md hover:yst-text-primary-500 focus:yst-text-primary-500 focus:yst-outline-none focus:yst-ring-2 focus:yst-ring-primary-500 yst-no-underline;",id:`remove-profile-${r}`,"data-index":r,onClick:c},(0,t.createElement)("span",{className:"yst-sr-only"},/* translators: Hidden accessibility text. */ (0,Vt.__)("Delete item","wordpress-seo")),(0,t.createElement)(Mn,{className:"yst-w-5 yst-h-5"})))))),(0,t.createElement)(d.Button,{id:"add-profile",variant:"secondary",className:"yst-items-center yst-mt-8",onClick:r,"data-hiive-event-name":"clicked_add_profile"},(0,t.createElement)(Al,{className:"yst-w-5 yst-h-5 yst-me-1 yst-text-slate-400"}),i))};Dl.propTypes={fieldType:Gt().elementType.isRequired,items:Gt().array.isRequired,onAddProfile:Gt().func.isRequired,onRemoveProfile:Gt().func.isRequired,onChangeProfile:Gt().func.isRequired,errorFields:Gt().array,addButtonChildren:Gt().node},Dl.defaultProps={errorFields:[],addButtonChildren:(0,Vt.__)("Add another profile","wordpress-seo")};const zl=Dl,Fl=t.forwardRef((function(e,r){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",ref:r},e),t.createElement("path",{fillRule:"evenodd",d:"M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-7 4a1 1 0 11-2 0 1 1 0 012 0zm-1-9a1 1 0 00-1 1v4a1 1 0 102 0V6a1 1 0 00-1-1z",clipRule:"evenodd"}))})),jl=({texts:e,id:r,as:a,...n})=>{const s=(0,l.useMemo)((()=>(0,u.last)(e)),[e]);return(0,t.createElement)(a,{id:r,...n},e.map(((e,a)=>(0,t.createElement)(l.Fragment,{key:`${r}-text-${a}`},e,s!==e&&(0,t.createElement)("br",null)))))};jl.defaultProps={as:"p"},jl.propTypes={texts:Gt().arrayOf(Gt().string).isRequired,id:Gt().string.isRequired,as:Gt().oneOfType([Gt().string,Gt().elementType])};const Ul=jl;function Bl({hasError:e,hasSuccess:r}){return e?(0,t.createElement)("div",{className:"yst-flex yst-items-center yst-absolute yst-inset-y-0 yst-end-0 yst-me-3"},(0,t.createElement)(Fl,{className:"yst-pointer-events-none yst-h-5 yst-w-5 yst-text-red-500"})):r?(0,t.createElement)("div",{className:"yst-flex yst-items-center yst-absolute yst-inset-y-0 yst-end-0 yst-me-3"},(0,t.createElement)(Ln,{className:"yst-pointer-events-none yst-h-5 yst-w-5 yst-text-emerald-600"})):null}function ql({className:e,id:r,label:a,description:n,value:s,onChange:o,placeholder:i,feedback:c,type:d,...u}){const p=d||"text",m=(0,l.useMemo)((()=>c.isVisible&&"error"===c.type),[c.isVisible,c.type]),f=(0,l.useMemo)((()=>c.isVisible&&"success"===c.type),[c.isVisible,c.type]);return(0,t.createElement)("div",{className:e},a&&(0,t.createElement)("label",{className:"yst-block yst-mb-2 yst-font-medium yst-text-slate-700",htmlFor:r},a),(0,t.createElement)("div",{className:"yst-relative"},(0,t.createElement)("input",{id:r,type:p,value:s,className:Ro()("yst-block yst-w-full yst-h-[45px] yst-input focus:yst-ring-1",{"yst-border-red-300 yst-text-red-900 focus:yst-ring-red-500 focus:yst-border-red-500":m,"yst-border-emerald-600 yst-text-slate-700 focus:yst-ring-emerald-600 focus:yst-border-emerald-600":f,"yst-text-slate-700 yst-border-slate-300 focus:yst-ring-primary-500 focus:yst-border-primary-500":!m&&!f}),onChange:o,placeholder:i,...Tl(r,c),...u}),(0,t.createElement)(Bl,{hasError:m,hasSuccess:f})),c.isVisible&&(0,t.createElement)(Ul,{id:`${m?"error-":"success-"}${r}`,className:Ro()("yst-mt-2 yst-text-sm",{"yst-text-red-600":m,"yst-text-emerald-600":f}),texts:c.message}),n)}function $l({id:e,onChange:r,socialMedium:a,isDisabled:n,...s}){const o=(0,l.useCallback)((e=>{r(e.target.value,"other"===a?s.index:a)}),[a,s.index]);return(0,t.createElement)(ql,{onChange:o,disabled:n,id:e,...s})}function Hl({socialProfiles:e,errorFields:r,dispatch:a}){const n=(0,l.useCallback)(((e,t)=>{a({type:"CHANGE_SOCIAL_PROFILE",payload:{socialMedium:t,value:e}})}),[]),s=(0,l.useCallback)(((e,t)=>{a({type:"CHANGE_OTHERS_SOCIAL_PROFILE",payload:{index:t,value:e}})}),[]),o=(0,l.useCallback)((()=>{a({type:"ADD_OTHERS_SOCIAL_PROFILE",payload:{value:""}})}),[]),i=(0,l.useCallback)((e=>{a({type:"REMOVE_OTHERS_SOCIAL_PROFILE",payload:{index:e}})}),[]);return(0,t.createElement)(Vl,{socialProfiles:e,onChangeHandler:n,onChangeOthersHandler:s,onAddProfileHandler:o,onRemoveProfileHandler:i,errorFields:r})}function Vl({socialProfiles:e,onChangeHandler:r,onChangeOthersHandler:a,onAddProfileHandler:n,onRemoveProfileHandler:s,errorFields:o}){return(0,t.createElement)("div",{id:"social-input-section"},(0,t.createElement)($l,{className:"yst-mt-4",label:(0,Vt.__)("Facebook","wordpress-seo"),id:"social-input-facebook-url",value:e.facebookUrl,socialMedium:"facebookUrl",onChange:r,placeholder:(0,Vt.__)("E.g. https://facebook.com/yoast","wordpress-seo"),feedback:{message:[(0,Vt.__)("Could not save this value. Please check the URL.","wordpress-seo")],isVisible:o.includes("facebook_site"),type:"error"}}),(0,t.createElement)($l,{className:"yst-mt-4",label:(0,Vt.__)("X","wordpress-seo"),id:"social-input-twitter-url",value:e.twitterUsername,socialMedium:"twitterUsername",onChange:r,placeholder:(0,Vt.__)("E.g. https://x.com/yoast","wordpress-seo"),feedback:{message:[(0,Vt.__)("Could not save this value. Please check the URL or username.","wordpress-seo")],isVisible:o.includes("twitter_site"),type:"error"}}),(0,t.createElement)(zl,{items:e.otherSocialUrls,onAddProfile:n,onRemoveProfile:s,onChangeProfile:a,errorFields:o,fieldType:$l}))}Bl.propTypes={hasError:Wt.PropTypes.bool,hasSuccess:Wt.PropTypes.bool},Bl.defaultProps={hasError:!1,hasSuccess:!1},ql.propTypes={className:Wt.PropTypes.string,id:Wt.PropTypes.string.isRequired,label:Wt.PropTypes.string,description:Wt.PropTypes.node,value:Wt.PropTypes.string,onChange:Wt.PropTypes.func.isRequired,placeholder:Wt.PropTypes.string,feedback:Wt.PropTypes.shape({type:Wt.PropTypes.string,message:Wt.PropTypes.array,isVisible:Wt.PropTypes.bool}),type:Wt.PropTypes.string},ql.defaultProps={value:"",className:"",label:"",description:null,placeholder:"",feedback:{message:[],isVisible:!1},type:"text"},$l.propTypes={id:Gt().string.isRequired,onChange:Gt().func.isRequired,socialMedium:Gt().string,isDisabled:Gt().bool},$l.defaultProps={socialMedium:"",isDisabled:!1},Hl.propTypes={socialProfiles:Gt().object.isRequired,dispatch:Gt().func.isRequired,errorFields:Gt().array},Hl.defaultProps={errorFields:[]},Vl.propTypes={socialProfiles:Gt().object.isRequired,onChangeHandler:Gt().func.isRequired,onChangeOthersHandler:Gt().func.isRequired,onAddProfileHandler:Gt().func.isRequired,onRemoveProfileHandler:Gt().func.isRequired,errorFields:Gt().array.isRequired};const Wl=t.forwardRef((function(e,r){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",ref:r},e),t.createElement("path",{fillRule:"evenodd",d:"M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-7-4a1 1 0 11-2 0 1 1 0 012 0zM9 9a1 1 0 000 2v3a1 1 0 001 1h1a1 1 0 100-2v-3a1 1 0 00-1-1H9z",clipRule:"evenodd"}))})),Gl=t.forwardRef((function(e,r){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",ref:r},e),t.createElement("path",{fillRule:"evenodd",d:"M8.257 3.099c.765-1.36 2.722-1.36 3.486 0l5.58 9.92c.75 1.334-.213 2.98-1.742 2.98H4.42c-1.53 0-2.493-1.646-1.743-2.98l5.58-9.92zM11 13a1 1 0 11-2 0 1 1 0 012 0zm-1-8a1 1 0 00-1 1v3a1 1 0 002 0V6a1 1 0 00-1-1z",clipRule:"evenodd"}))})),Zl=t.forwardRef((function(e,r){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",ref:r},e),t.createElement("path",{fillRule:"evenodd",d:"M10 18a8 8 0 100-16 8 8 0 000 16zM8.707 7.293a1 1 0 00-1.414 1.414L8.586 10l-1.293 1.293a1 1 0 101.414 1.414L10 11.414l1.293 1.293a1 1 0 001.414-1.414L11.414 10l1.293-1.293a1 1 0 00-1.414-1.414L10 8.586 8.707 7.293z",clipRule:"evenodd"}))}));var Kl=r(8133);function Yl({type:e,children:r,className:a}){let n,s;switch(e){case"info":n=(0,t.createElement)(Wl,{"aria-hidden":"true",className:"yst-flex-shrink-0 yst-w-5 yst-h-5 yst-text-blue-500"}),s="yst-bg-blue-100 yst-text-blue-800";break;case"warning":n=(0,t.createElement)(Gl,{"aria-hidden":"true",className:"yst-flex-shrink-0 yst-w-5 yst-h-5 yst-text-yellow-500"}),s="yst-bg-yellow-100 yst-text-yellow-800";break;case"error":n=(0,t.createElement)(Zl,{"aria-hidden":"true",className:"yst-flex-shrink-0 yst-w-5 yst-h-5 yst-text-red-500"}),s="yst-bg-red-100 yst-text-red-800";break;case"success":n=(0,t.createElement)(Ln,{"aria-hidden":"true",className:"yst-flex-shrink-0 yst-w-5 yst-h-5 yst-text-emerald-600"}),s="yst-bg-green-100 yst-text-green-800"}return(0,t.createElement)("div",{className:Ro()("yst-flex yst-p-4 yst-rounded-md",s,a)},n,(0,t.createElement)("div",{className:"yst-flex-1 yst-ms-3 yst-text-sm"},r))}function Jl({id:e,isVisible:r,expandDuration:a,type:n,children:s,className:o}){const[i,c]=(0,l.useState)(r?"yst-opacity-100":"yst-opacity-0"),d=(0,l.useCallback)((()=>{c("yst-opacity-100")}),[]);return(0,t.createElement)(Kl.Z,{id:e,height:r?"auto":0,easing:"linear",duration:a,onAnimationEnd:d},(0,t.createElement)(Yl,{type:n,className:Ro()("yst-transition-opacity yst-duration-300 yst-mt-4",i,o)},s))}function Ql({state:e,dispatch:r,setErrorFields:a}){const n=(0,Vt.__)("If you select a Person to represent this site, we will use the social profiles from the selected user's profile page.","wordpress-seo"),s=(0,l.createInterpolateElement)((0,Vt.sprintf)( // translators: %1$s is replaced by the selected person's username. (0,Vt.__)("You have selected the user %1$s as the person this site represents.","wordpress-seo"),`<b>${e.personName}</b>`),{b:(0,t.createElement)("b",null)}),o=(0,l.createInterpolateElement)((0,Vt.sprintf)( // translators: %1$s and %2$s is replaced by a link to the selected person's profile page. (0,Vt.__)("You can %1$supdate or add social profiles to this user profile%2$s.","wordpress-seo"),"<a>","</a>"),{a:(0,t.createElement)("a",{id:"yoast-configuration-person-social-profiles-user-link",href:window.wpseoScriptData.userEditUrl.replace("{user_id}",e.personId),target:"_blank",rel:"noopener noreferrer","data-hiive-event-name":"clicked_update_or_add_profile | social profiles"})}),i=(0,Vt.__)("You're not allowed to edit the social profiles of this user. Please ask this user or an admin to do this.","wordpress-seo");return["company","emptyChoice"].includes(e.companyOrPerson)?(0,t.createElement)(l.Fragment,null,(0,t.createElement)("p",null,(0,Vt.__)("Fantastic work! Add your organization's social media accounts below. This allows us to fine-tune the metadata for these platforms.","wordpress-seo")),(0,t.createElement)(Hl,{socialProfiles:e.socialProfiles,dispatch:r,errorFields:e.errorFields,setErrorFields:a})):0===e.personId?(0,t.createElement)(l.Fragment,null,(0,t.createElement)("p",null,n),(0,t.createElement)(Yl,{type:"info",className:"yst-mt-5"}, /* translators: please note that "Site representation" here refers to the name of a step in the first-time configuration, * so this occurrence needs to be translated in the same manner as that step's heading. */ (0,Vt.__)("Please select a user in the Site representation step.","wordpress-seo"))):(0,t.createElement)(l.Fragment,null,(0,t.createElement)("p",null,s," ",e.canEditUser?o:i))}Yl.propTypes={type:Gt().oneOf(["info","warning","error","success"]),children:Gt().oneOfType([Gt().arrayOf(Gt().node),Gt().node]).isRequired,className:Gt().string},Yl.defaultProps={type:"info",className:""},Jl.propTypes={id:Gt().string.isRequired,isVisible:Gt().bool.isRequired,type:Gt().oneOf(["info","warning","error","success"]),children:Gt().oneOfType([Gt().arrayOf(Gt().node),Gt().node]).isRequired,expandDuration:Gt().number,className:Gt().string},Jl.defaultProps={expandDuration:400,type:"info",className:""},Ql.propTypes={state:Gt().object.isRequired,dispatch:Gt().func.isRequired,setErrorFields:Gt().func.isRequired};const Xl={slideDuration:500,fadeDuration:200,delayBeforeOpening:900,delayBeforeFadingIn:1400,delayBeforeClosing:200},ec={fadeDuration:"yst-duration-200",slideDuration:"yst-duration-500",delayBeforeOpening:"yst-delay-[900ms]",delayUntilStepFaded:"yst-delay-200"},tc=t.forwardRef((function(e,r){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",ref:r},e),t.createElement("path",{fillRule:"evenodd",d:"M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z",clipRule:"evenodd"}))})),{slideDuration:rc,delayUntilStepFaded:ac}=ec,nc=`yst-transition-opacity ${rc} yst-absolute yst-inset-0 yst-border-2 yst-flex yst-items-center yst-justify-center yst-rounded-full`;function sc(e){return`${nc} ${e?"yst-opacity-100":`${ac} yst-opacity-0`}`}function oc({isVisible:e}){return(0,t.createElement)("span",{className:`yst-bg-white yst-border-primary-500 ${sc(e)}`},(0,t.createElement)("span",{className:"yst-h-2.5 yst-w-2.5 yst-rounded-full yst-bg-primary-500"}))}function ic({isVisible:e}){return(0,t.createElement)("span",{className:`yst-bg-primary-500 yst-border-primary-500 ${sc(e)}`},(0,t.createElement)(tc,{className:"yst-w-5 yst-h-5 yst-text-white","aria-hidden":"true"}))}function lc({isVisible:e}){return(0,t.createElement)("span",{className:`yst-bg-white yst-border-slate-300 ${sc(e)}`},(0,t.createElement)("span",{className:"yst-h-2.5 yst-w-2.5 yst-rounded-full yst-bg-transparent"}))}function cc({activationDelay:e,deactivationDelay:r,isFinished:a}){const{activeStepIndex:n,stepIndex:s,lastStepIndex:o}=Ec(),i=s===o,c=n===s,[d,u]=(0,l.useState)((()=>!!c&&!i));return(0,l.useEffect)((()=>{if(c){const t=setTimeout((()=>{u(!0)}),e);return()=>clearTimeout(t)}const t=setTimeout((()=>{u(!1)}),r);return()=>clearTimeout(t)}),[c,i,e,r]),(0,t.createElement)("span",{className:"yst-relative yst-z-10 yst-w-8 yst-h-8 yst-rounded-full"},(0,t.createElement)(lc,{isVisible:!0}),(0,t.createElement)(ic,{isVisible:a}),(0,t.createElement)(oc,{isVisible:d&&!i}))}function dc(e,t,r){return t&&!r?"yst-text-primary-500":e?"yst-text-slate-900":"yst-text-slate-600"}function uc({name:e,description:r,isFinished:a,children:n}){const{stepIndex:s,activeStepIndex:o,lastStepIndex:i}=Ec(),c=o===s,d=i===s,[u,p]=(0,l.useState)(dc(a,c,d));return(0,l.useEffect)((()=>{if(c){const e=dc(a,c,d),t=setTimeout((()=>p(e)),Xl.delayBeforeOpening);return()=>clearTimeout(t)}const e=dc(a,c,d);p(e)}),[o,a,d,dc]),(0,t.createElement)("div",{className:"yst-relative yst-flex yst-items-center yst-group","aria-current":c?"step":null},(0,t.createElement)("span",{className:"yst-flex yst-items-center","aria-hidden":c?"true":null},(0,t.createElement)(cc,{activationDelay:Xl.delayBeforeOpening,deactivationDelay:0,isFinished:a})),(0,t.createElement)("span",{className:"yst-ms-4 yst-min-w-0 yst-flex yst-flex-col"},(0,t.createElement)("span",{className:`yst-transition-colors yst-duration-500 yst-text-xs yst-font-[650] yst-tracking-wide yst-uppercase ${u}`},e),r&&(0,t.createElement)("span",{className:"yst-text-sm yst-text-slate-600"},r)),n)}oc.propTypes={isVisible:Gt().bool},oc.defaultProps={isVisible:!0},ic.propTypes={isVisible:Gt().bool},ic.defaultProps={isVisible:!0},lc.propTypes={isVisible:Gt().bool},lc.defaultProps={isVisible:!0},cc.propTypes={isFinished:Gt().bool.isRequired,activationDelay:Gt().number,deactivationDelay:Gt().number},cc.defaultProps={activationDelay:0,deactivationDelay:0},uc.propTypes={name:Gt().string.isRequired,isFinished:Gt().bool.isRequired,description:Gt().string,children:Gt().node},uc.defaultProps={description:"",children:[]};const{slideDuration:pc,delayBeforeOpening:mc,delayBeforeFadingIn:fc,delayBeforeClosing:hc}=Xl,{fadeDuration:yc,delayUntilStepFaded:gc,slideDuration:vc}=ec,bc=(0,l.createContext)();function Ec(){const e=(0,l.useContext)(bc);if(!e)throw new Error("Stepper compound components cannot be rendered outside the Stepper component");return e}function wc({beforeGo:e,children:r,destination:a,...n}){const{stepIndex:s,setActiveStepIndex:o,lastStepIndex:i}=Ec(),c=(0,l.useCallback)((()=>{o("string"==typeof a?"last"===a?i:0:s+a)}),[s,i,o,a]),u=(0,l.useCallback)((async()=>{let t=!0;e&&(t=!1,t=await e()),t&&c()}),[c,e]);return(0,t.createElement)(d.Button,{onClick:u,...n},r)}function xc({children:e,...r}){const{stepIndex:a,setActiveStepIndex:n}=Ec(),s=(0,l.useCallback)((()=>{n(a)}),[n,a]);return(0,t.createElement)(d.Button,{onClick:s,variant:"secondary",size:"small",...r},e)}function Sc({children:e}){const{lastStepIndex:r,stepIndex:a,activeStepIndex:n}=Ec();return(0,t.createElement)(l.Fragment,null,a!==r&&(0,t.createElement)(l.Fragment,null,(0,t.createElement)("div",{className:"yst--ms-px yst-absolute yst-start-4 yst-w-0.5 yst-h-full yst-bg-slate-300 yst--bottom-6","aria-hidden":"true"}),(0,t.createElement)("div",{className:`yst-h-12 yst-transition-transform ${gc} yst-ease-linear ${vc} ${a<n?"yst-scale-y-1":"yst-scale-y-0"} yst-origin-top yst--ms-px yst-absolute yst-start-4 yst-w-0.5 yst-bg-primary-500 yst-top-8`,"aria-hidden":"true"})),e)}function _c({id:e,message:r,className:a}){return(0,t.createElement)(Jl,{id:e,type:"error",isVisible:!!r,className:a},(0,Vt.sprintf)(/* translators: %1$s expands to the error message returned by the server */ (0,Vt.__)("An error has occurred: %1$s","wordpress-seo"),r))}function kc({children:e}){const{activeStepIndex:r,stepIndex:a}=Ec(),n=r===a,[s,o]=(0,l.useState)(n?"auto":0),[i,c]=(0,l.useState)(!n);return(0,l.useEffect)((()=>{n?(o("auto"),setTimeout((()=>c(!1)),fc)):(c(!0),o(0))}),[n]),(0,t.createElement)(l.Fragment,null,(0,t.createElement)(Kl.Z,{id:`content-${a}`,delay:0===s?hc:mc,height:s,easing:"ease-in-out",duration:pc},(0,t.createElement)("div",{className:`yst-transition-opacity ${yc} yst-relative yst-ms-12 yst-mt-4 yst-pb-1 ${i?"yst-opacity-0 yst-pointer-events-none":"yst-opacity-100"}`},e)))}function Cc({children:e,setActiveStepIndex:r,activeStepIndex:a,isStepperFinished:n}){return(0,t.createElement)("ol",null,e.map(((s,o)=>(0,t.createElement)("li",{key:`${s.props.name}-${o}`,className:(o===e.length-1?"":"yst-pb-8")+" yst-mb-0 yst-relative yst-max-w-none"},(0,t.createElement)(bc.Provider,{value:{stepIndex:o,activeStepIndex:a,setActiveStepIndex:r,lastStepIndex:e.length-1,isStepperFinished:n}},s)))))}wc.propTypes={beforeGo:Gt().func,children:Gt().node,destination:Gt().oneOfType([Gt().number,Gt().oneOf(["first","last"])])},wc.defaultProps={beforeGo:null,children:(0,t.createElement)(l.Fragment,null,(0,Vt.__)("Continue","wordpress-seo")),destination:1},xc.propTypes={children:Gt().node},xc.defaultProps={children:(0,t.createElement)(l.Fragment,null,(0,Vt.__)("Edit","wordpress-seo"))},Sc.propTypes={children:Gt().node.isRequired},_c.propTypes={id:Gt().string.isRequired,message:Gt().string.isRequired,className:Gt().string},_c.defaultProps={className:""},kc.propTypes={children:Gt().node.isRequired},Cc.propTypes={setActiveStepIndex:Gt().func.isRequired,activeStepIndex:Gt().number.isRequired,isStepperFinished:Gt().bool,children:Gt().node.isRequired},Cc.defaultProps={isStepperFinished:!1},Sc.Content=kc,Sc.Error=_c,Sc.Header=uc,Sc.GoButton=wc,Sc.EditButton=xc;const Rc={optimizeSeoData:"optimizeSeoData",siteRepresentation:"siteRepresentation",socialProfiles:"socialProfiles",personalPreferences:"personalPreferences"},Pc={[Rc.optimizeSeoData]:"data optimization",[Rc.siteRepresentation]:"site representation",[Rc.socialProfiles]:"social profiles",[Rc.personalPreferences]:"personal preferences"};function Nc({stepId:e,beforeGo:r,children:a,additionalClasses:n,...s}){return(0,t.createElement)(Sc.GoButton,{id:`button-${e}-continue`,variant:"primary",className:n,destination:1,beforeGo:r,"data-hiive-event-name":`clicked_continue | ${Pc[e]}`,...s},a)}function Oc({stepId:e,beforeGo:r,isVisible:a,children:n,additionalClasses:s,...o}){const i=`yst-transition-opacity ${ec.slideDuration} yst-ease-out ${a?"yst-opacity-100":`${ec.delayBeforeOpening} yst-opacity-0 yst-pointer-events-none yst-hidden`}`;return(0,t.createElement)(Sc.GoButton,{id:`button-${e}-edit`,variant:"secondary",size:"small",className:Ro()(i,s),destination:0,beforeGo:r,"data-hiive-event-name":`clicked_edit | ${Pc[e]}`,...o},n)}function Tc({stepId:e,beforeGo:r,children:a,additionalClasses:n,...s}){return(0,t.createElement)(Sc.GoButton,{id:`button-${e}-back`,variant:"secondary",className:n,destination:-1,beforeGo:r,"data-hiive-event-name":`clicked_go_back | ${Pc[e]}`,...s},a)}function Mc({stepId:e,beforeContinue:r,continueLabel:a,beforeBack:n,backLabel:s}){return(0,t.createElement)("div",{className:"yst-mt-12"},(0,t.createElement)(Nc,{stepId:e,beforeGo:r},a),(0,t.createElement)(Tc,{stepId:e,additionalClasses:"yst-ms-3",beforeGo:n},s))}function Lc({stepId:e,stepperFinishedOnce:r,saveFunction:a,setEditState:n}){const s=(0,l.useCallback)((async()=>{const e=await a();return n(!e),e}),[a]);return r?(0,t.createElement)(Sc.GoButton,{id:`button-${e}-go`,variant:"primary",className:"yst-mt-12",destination:"last",beforeGo:s,"data-hiive-event-name":`clicked_save_changes | ${Pc[e]}`},(0,Vt.__)("Save changes","wordpress-seo")):(0,t.createElement)(Mc,{stepId:e,beforeContinue:a,continueLabel:(0,Vt.__)("Save and continue","wordpress-seo")})}var Ic,Ac,Dc,zc,Fc,jc,Uc,Bc,qc,$c,Hc,Vc,Wc,Gc,Zc,Kc,Yc,Jc,Qc,Xc,ed,td,rd,ad,nd,sd,od,id,ld,cd,dd,ud,pd,md,fd,hd,yd,gd,vd,bd,Ed,wd,xd,Sd,_d,kd,Cd,Rd,Pd,Nd,Od;function Td(){return Td=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e},Td.apply(this,arguments)}Nc.propTypes={stepId:Gt().string.isRequired,additionalClasses:Gt().string,beforeGo:Gt().func,children:Gt().node},Nc.defaultProps={additionalClasses:"",beforeGo:null,children:null},Oc.propTypes={stepId:Gt().string.isRequired,additionalClasses:Gt().string,isVisible:Gt().bool,beforeGo:Gt().func,children:Gt().node},Oc.defaultProps={additionalClasses:"",isVisible:!0,beforeGo:null,children:null},Tc.propTypes={stepId:Gt().string.isRequired,additionalClasses:Gt().string,beforeGo:Gt().func,children:Gt().node},Tc.defaultProps={additionalClasses:"",beforeGo:null,children:null},Mc.propTypes={stepId:Gt().string.isRequired,beforeContinue:Gt().func,continueLabel:Gt().string,beforeBack:Gt().func,backLabel:Gt().string},Mc.defaultProps={beforeContinue:null,continueLabel:(0,Vt.__)("Continue","wordpress-seo"),beforeBack:null,backLabel:(0,Vt.__)("Go back","wordpress-seo")},Lc.propTypes={stepId:Gt().string.isRequired,stepperFinishedOnce:Gt().bool.isRequired,saveFunction:Gt().func.isRequired,setEditState:Gt().func.isRequired};const Md=e=>t.createElement("svg",Td({xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",viewBox:"0 0 262.37 284.15"},e),Ic||(Ic=t.createElement("path",{fill:"#f0ecf0",d:"M262.37 153A131.19 131.19 0 1 0 54.71 259.56a28.08 28.08 0 0 1 1.91-7.37c2-4.92-12.06-11.1-7.52-26.48 3.49-11.81 30.9-25.16 37.1-41.56 2.4-6.32 12-30.34 29.69-35.66 9-2.7 48.29-13.29 60.25-11.07s37.48 11 31.66 41.46c-10.26 53.79-44.8 59.12-46.28 94.64a27.46 27.46 0 0 0 .65 6.94A131.23 131.23 0 0 0 262.37 153Z"})),Ac||(Ac=t.createElement("path",{fill:"#006531",d:"M161.52 273.52c1.44-35.53 36-40.85 46.28-94.64 5.82-30.51-19.7-39.25-31.66-41.46s-51.23 8.37-60.25 11.07c-17.72 5.32-27.29 29.34-29.69 35.66-6.2 16.4-33.61 29.75-37.1 41.56-4.54 15.38 9.53 21.56 7.52 26.48a28.08 28.08 0 0 0-1.91 7.37 131.71 131.71 0 0 0 12.68 8.05 184.18 184.18 0 0 1 7.18-34.05c-4.12-2.43-8.32-4-19.15-2.33 16.06-23.66 34.79-45.11 64.9-65.12 2.54 22.59 3.65 40.75 14.49 60-14.93-3.2-25.12 0-32 4.77a103.74 103.74 0 0 0-4.6 49.12 132 132 0 0 0 64 .49 27.23 27.23 0 0 1-.69-6.97Z"})),Dc||(Dc=t.createElement("path",{fill:"#89bc3b",d:"M102.8 230.9c6.89-4.73 17.08-8 32-4.77-10.84-19.27-12-37.43-14.49-60-30.11 20-48.84 41.46-64.9 65.12 10.83-1.66 15-.1 19.15 2.33a184.18 184.18 0 0 0-7.18 34A130.42 130.42 0 0 0 98.21 280a103.65 103.65 0 0 1 4.59-49.1Z"})),zc||(zc=t.createElement("path",{fill:"#093f22",d:"M61.29 184.66c-4.39 13.11-15 33.6-14.52 47.42 11.9-18 34.83-42.28 46.73-60.26 2.69-4.08 1.49-10.8-3.21-13.29-3.83-2-8.45-.15-11.7 1.92-8.3 5.28-14.21 14.98-17.3 24.21Zm72.61 58.65 18.32-60.92s.51 11.07 1.1 9.3 16.4-28.8 16.4-28.8l-28.14 81Z"})),Fc||(Fc=t.createElement("path",{fill:"#006531",d:"M169.31 113.64c.71 13.17 6.24 22.36 5.36 25.68-33.67 6.42-49.16 29.46-54 28.88-6.67-3.85-5.76-14.39-5.54-17.71 3.55-6.65-.12-17.65 1.77-23.89 1.4-4.6 9.38-12.6 18.1-14.53s33.93-5.54 34.31 1.57Z"})),jc||(jc=t.createElement("path",{fill:"#b498c6",d:"M122.32 166.11c6.09-9.75 11.1-30.31 14.62-33.9 3.33-3.39 22.1-12 26.12-13.51 1.56-1.22 2-2.55 2.09-6.65l.23-19.82-45.16 16.39 2.53 37.22c.67 5.09.35 10.08-.43 20.27Z"})),Uc||(Uc=t.createElement("path",{fill:"#8b6c9c",d:"m166.15 92.89-.64 7.17c-.94 12.77-25.4 31.3-38.1 30.12-4.6-.42-5.78-10.38-7.39-15.06l-2.61-9.52Z"})),Bc||(Bc=t.createElement("path",{fill:"#b498c6",d:"M157.71 192S128 247.74 126 254s-.23 13.67 4.49 15.24 16.51.6 24.27-7.47c5.9-6.14 28.74-39.14 29.45-39.85.06-13.3-7.49-22.14-26.5-29.92Z"})),qc||(qc=t.createElement("ellipse",{cx:106.71,cy:192.91,fill:"#fbb03b",stroke:"#fc3",strokeMiterlimit:10,rx:8.8,ry:5.58,transform:"rotate(-19.17 106.716 192.914)"})),$c||($c=t.createElement("path",{fill:"#f19018",d:"M92.72 206.13c4.25-1.18 9.78-1.68 17-1.26-6.39 3.89-15.24 15.48-15.51 17.65a87.16 87.16 0 0 1 11-1.88c-16 10.81-23.79 31.12-22.85 30.75-1.24.41-3.63-21.77 6.06-31.06a32.05 32.05 0 0 0-7.73 1.1c1.68-4.03 6.97-11.62 12.03-15.3Z"})),Hc||(Hc=t.createElement("path",{fill:"#fbb03b",stroke:"#fc3",strokeMiterlimit:10,d:"M92.72 206.13c4.25-1.18 9.78-1.68 17-1.26-6.39 3.89-15.24 15.48-15.51 17.65a87.16 87.16 0 0 1 11-1.88c-16 10.81-23.79 31.12-22.85 30.75-1.24.41-3.63-21.77 6.06-31.06a32.05 32.05 0 0 0-7.73 1.1c1.68-4.03 6.97-11.62 12.03-15.3Z"})),Vc||(Vc=t.createElement("path",{fill:"#006531",d:"M183.45 223.15c-3.73-9.11-19.27-19.94-31.68-20.38 7.54-16.39 11.46-29.12 19.31-42.24 0 0-5.74-22.74-1-22.2 8.52 1 19-7.56 33.67-4.23 14.25 3.23 20.27 23.26 17 38-4.47 19.9-40.04 54.49-37.3 51.05Z"})),Wc||(Wc=t.createElement("path",{fill:"#8b6c9c",d:"M80 254.38C77.79 252.17 71.81 244 65.6 244s-33 6.87-33 6.87l-.45 9.3s16.69 1.77 19.94 2.22 16-3.55 16-3.55Z"})),Gc||(Gc=t.createElement("path",{fill:"#8b6c9c",d:"M72.14 260.36c-12.31-.11-23.45 6.28-26.55 5.39-4.1-1.33-4.21.82-6.64.59s-6.7-3.65-6.7-3.65l.12-12.3 39 7.09Z"})),Zc||(Zc=t.createElement("path",{fill:"#8b6c9c",d:"M50.63 262.9c-4.43-2.21-15.73 4.28-17.74 2.71-4.64-3.65-8.27-6.21-9.3-8.42s2.47-5.91 1.59-16.1c-.44-5.07 4.31-5.32 6.09-1.33.93 2.1 1.33 13.51 1.33 13.51l7.63 2.1Z"})),Kc||(Kc=t.createElement("path",{fill:"#b498c6",d:"M100.38 163.12c.89 4-22.61 60.35-31.91 76.3S40.9 257.36 40.9 257.36s-14.48-.79-9.17-22.05 24.47-27.82 31.55-37.42 20.27-29 20.27-33.45c0-3.1 15.95-5.31 16.83-1.32Z"})),Yc||(Yc=t.createElement("path",{fill:"#8b6c9c",d:"M100.48 163.09a3.78 3.78 0 0 1 0 .95 9.1 9.1 0 0 1-.16.91c-.12.6-.29 1.19-.44 1.78-.33 1.17-.69 2.34-1.06 3.5-.76 2.32-1.56 4.62-2.38 6.92Q94 184 91.28 190.83q-5.4 13.59-11.26 27-2.92 6.71-6 13.34A63.91 63.91 0 0 1 66.55 244 35.8 35.8 0 0 1 55 253.26a38.85 38.85 0 0 1-14.07 4.2v-.2a41.07 41.07 0 0 0 6.94-2.09 39.27 39.27 0 0 0 6.44-3.17A35.56 35.56 0 0 0 65 242.71a26.19 26.19 0 0 0 2-2.9c.66-1 1.22-2.05 1.8-3.1q1.74-3.18 3.36-6.44c2.2-4.33 4.31-8.71 6.37-13.12q6.14-13.23 11.79-26.7 2.85-6.72 5.53-13.51c.88-2.27 1.74-4.55 2.56-6.84.4-1.14.79-2.29 1.15-3.46.17-.58.35-1.16.48-1.75a6.54 6.54 0 0 0 .18-.88 3.19 3.19 0 0 0 .06-.87Z"})),Jc||(Jc=t.createElement("path",{fill:"#8b6c9c",d:"M98.61 166.22s10.4-10 11.73-14c1.78-5.31-.21-15.41 2.56-22.17 1.13-2.77 5-12.4 5.3-13.28s-3.13-2.36-4.76-1.77a17.06 17.06 0 0 0-6.26 5.61c-1.33 2.22-.68 10.15-4.37 11.34s-18.23 10.61-18.38 17.4.44 11.85 14.18 16.87Z"})),Qc||(Qc=t.createElement("path",{fill:"#8b6c9c",d:"m100.38 163.12 8.42-13.74-13.74-19s4.35-12 5.09-16.39 3.84-11.14.56-18.17c-2.12-4.55-4.79-5-5.09-2.1s-1.16 13.72-2.62 17.12-8.08 14.62-8.08 14.62l-12.4 14.62Z"})),Xc||(Xc=t.createElement("path",{fill:"#b498c6",d:"M138.58 5.48c-20.7-.38-38 19.23-39.7 21.63-1.34 1.94-5.06 12-6.58 19.34.42-1.33.87-2.62 1.33-3.85 13.19-6.56 37.64-4.79 70.11 2.89 1.75 6.74 1.36 12.38 1.15 20.18 0 0-15.4 8.58-24.28 9.94-7.5 1.16-11.68-1.37-14.5-3.62-4-3.18-7.61-9.22-13.15-9.67-5.81-.47-7.83 9.3-10.72 9-1.73-.18-7.25.7-9.63 2.76a34.28 34.28 0 0 0-.24 9.16c1.25 5.91 5.63 11.61 8.16 14.52s4.19 11.43 8.45 15.76c9.81 9.93 47-6.94 55.48-17.25 3.75-4.53 8.8-28 8.8-28s10.52-10.21 10.46-16.87c-.21-22.82-17.07-45.4-45.14-45.92Z"})),ed||(ed=t.createElement("path",{fill:"#fcee21",d:"M92.41 51.14a78.25 78.25 0 0 1 .88-8.53C83.1 69 92.42 74.26 92.61 74.09a39.64 39.64 0 0 1 2.9-8.67s-3.36-7.58-3.1-14.28Z"})),td||(td=t.createElement("path",{fill:"#fbb03b",d:"M102.24 71.33c2.89.29 4.91-9.48 10.72-9 5.54.45 9.14 6.49 13.15 9.67 2.82 2.25 7 4.78 14.5 3.62 8.88-1.36 24.28-9.94 24.28-9.94.21-7.8.6-13.44-1.15-20.18-32.47-7.69-56.92-9.5-70.11-2.9-.89 2-1.63 13.3-1.63 13.3-.3 5 .89 6.64 3.47 9.52a42 42 0 0 0-2.82 8.67c2.35-2.09 7.86-2.94 9.59-2.76Z"})),rd||(rd=t.createElement("path",{fill:"#89bc3b",d:"M156 194.13c7.53-.89 21.71 6.87 26.81 12.62 14.42-12.32 25.39-37.37 27.91-45.19 6.64-20.6-11.52-28.35-11.52-28.35l2.44.66s18.38 5.76 14.84 31.9c-1.24 9.13-14.64 33.72-28.8 46.3.89 1.55 2.22 3.32 2.66 4.87l-6.65 6.43c-2.66-8.42-22.81-20.82-31.9-20.6Z"})),ad||(ad=t.createElement("path",{fill:"#b498c6",d:"M86.65 168.87c-.89-1.32-17.89-25.57-18.34-28.67s4.69-7.7 6.13-7c9.64 4.61 24.21 17.67 26 22.1s-.71 11.59-.71 11.59Zm-8.86-38.1s12.14-11.89 15.09-12 10.11 6 13.11 7.91c3.2 2 3.87 7.13 8.23 10.45.44 2.07-2.22 3.42-5.62 2.39s-7.34-6.81-7.34-6.81l-7.12-3.46-8.38 6.88Z"})),nd||(nd=t.createElement("path",{fill:"#b498c6",d:"M74.24 133s11.93-9 13.4-9 12.38 7.59 13.42 9.22 1.88 8.59 3.75 14.86c.65 2.17-3.28 5.17-6.53 1.33s-4.77-10.32-4.77-10.32l-7.33-4.61-5.29 3.85Z"})),sd||(sd=t.createElement("path",{fill:"#8b6c9c",d:"M84.58 124.87a4.75 4.75 0 0 1 3-1.15 7.83 7.83 0 0 1 3.22.82 21.82 21.82 0 0 1 2.69 1.76c.86.62 1.71 1.25 2.56 1.89a47.7 47.7 0 0 1 4.94 4.14 4.21 4.21 0 0 1 .55.71 5.87 5.87 0 0 1 .36.81c.18.53.33 1.05.46 1.57.26 1 .48 2.08.7 3.12.44 2.07.87 4.14 1.37 6.19.25 1 .53 2 .82 3a2.42 2.42 0 0 1 .12 1 2.36 2.36 0 0 1-.26.93 3.58 3.58 0 0 1-1.21 1.34 4 4 0 0 1-3.47.47 5.93 5.93 0 0 1-2.73-2.06 12.37 12.37 0 0 1-2.52-5.93 36.66 36.66 0 0 0 3.3 5.3 5 5 0 0 0 2.26 1.74 3 3 0 0 0 2.6-.35 1.93 1.93 0 0 0 1-2.16c-.3-1-.58-2.06-.83-3.09-.51-2.07-.94-4.15-1.38-6.22-.22-1-.44-2.07-.69-3.08-.13-.51-.27-1-.43-1.49a2.76 2.76 0 0 0-.7-1.17 49.75 49.75 0 0 0-4.81-4c-.84-.63-1.69-1.26-2.55-1.88s-1.75-1.16-2.57-1.8a6.81 6.81 0 0 0-2.78-1.11 4.77 4.77 0 0 0-3.02.7Z"})),od||(od=t.createElement("path",{fill:"#b498c6",d:"M72.62 133.87s5-4.31 6.43-4.66c2.52-.63 12.51 5.9 13.36 7.77 1.31 2.91 2.2 7.57 3.87 11.4.9 2.06-2.84 2.15-5.49.53s-3.57-6.71-3.57-6.71c-2.51-1.89-4.82-2.52-6.54-3.69-.3 2.47-2.6 5.07-7 8.07Z"})),id||(id=t.createElement("path",{fill:"#8b6c9c",d:"M79.05 129.21a5.63 5.63 0 0 1 2.7.27c.88.26 1.73.57 2.58.91a28.34 28.34 0 0 1 4.81 2.54c.77.48 1.53 1 2.27 1.52a12.53 12.53 0 0 1 2.14 1.84 2.76 2.76 0 0 1 .45.71c.09.21.17.44.24.66a12.73 12.73 0 0 1 .38 1.34c.21.9.37 1.8.52 2.68a38.28 38.28 0 0 0 1.15 5.2c.13.41.29.82.46 1.22a2.2 2.2 0 0 1 .2.84 1.33 1.33 0 0 1-.37 1 2.48 2.48 0 0 1-1.56.62 6 6 0 0 1-1.47-.08 8.62 8.62 0 0 1-2.69-.94 5.84 5.84 0 0 1-2.1-2 15.27 15.27 0 0 1-2-5.2l.19.31a9.76 9.76 0 0 0-2.57-1.41 12.13 12.13 0 0 1-3-1.25l.74-.19a14 14 0 0 1-2.58 2.75 8.41 8.41 0 0 0-2.18 2.84 8.13 8.13 0 0 1 1.78-3.21 14.17 14.17 0 0 0 2.08-2.85l.23-.52.5.33a5.89 5.89 0 0 0 1.27.66l1.46.5a10.54 10.54 0 0 1 2.83 1.55l.15.11v.2a14.16 14.16 0 0 0 1.83 4.84 4.89 4.89 0 0 0 1.75 1.69 7.75 7.75 0 0 0 2.38.83 5 5 0 0 0 1.22.06 1.54 1.54 0 0 0 .92-.31c.13-.13.14-.32 0-.72s-.35-.86-.49-1.3a36.1 36.1 0 0 1-1.18-5.34c-.15-.88-.31-1.76-.51-2.61a13 13 0 0 0-.35-1.26 3.72 3.72 0 0 0-.49-1 11.48 11.48 0 0 0-1.94-1.67c-.72-.52-1.46-1-2.22-1.48-1.5-1-3.1-1.75-4.62-2.68-.78-.44-1.57-.86-2.38-1.22a5.79 5.79 0 0 0-2.53-.78Z"})),ld||(ld=t.createElement("path",{fill:"#006531",d:"M167.62 84.35c22.06 1.45 35.92 5.68 36.5-3.92S197.69 6.63 141.9.54C89-5.24 83.2 37.33 82.73 45s7.68 8.3 7.68 8.3c.22-4 2.07-7.82 3.22-10.71 15.18-4.88 64.17 1.48 67.52 6.22s.8 13 1.47 16.45 9.68 6.8 9.68 6.8Z"})),cd||(cd=t.createElement("path",{fill:"#093f22",d:"M202.05 84.6c2.39-1.92-8.89-16.64-20.3-20.87l-6 7.31-.26 12.81c7.99 2.15 22.68 3.88 26.56.75Z"})),dd||(dd=t.createElement("path",{fill:"#b498c6",d:"M180.18 72.06c3.68 2.46 4 8.69 2.45 12.56s-10.89 10.8-13.28 11.15a26.88 26.88 0 0 1-5.15-.2L171 71.7s5.51-2.1 9.18.36Z"})),ud||(ud=t.createElement("path",{fill:"#191a1a",d:"M165.72 67.49s-13.58 37.88-20.45 41.87c1 1 7.06-1.52 9-3.51 3.55-2.44 16.85-34.8 16.85-34.8Z"})),pd||(pd=t.createElement("path",{fill:"#093f22",d:"M136.35 21.41c-1.17-2.11 21.15-11.14 32.7-11.14 2.66 0 10.64 6.2 11.52 9.74-15.29-.23-43.05 3.5-44.22 1.4Zm4.82 11.1c-.92-3 31.73-6.14 43.24-3.93 6.28 1.2 8.82 13.26 4.14 11.81-12.21-3.78-46.78-5.97-47.38-7.88ZM99.94 23c2.07-.89.29-4.14-1.48-10.93a19.93 19.93 0 0 0-7.35 7.62s6.76 4.16 8.83 3.31Zm-5.66 8.72c.18-1.29-5.85-5.57-6.48-4.62a17.56 17.56 0 0 0-2.94 8.78s9.23-2.88 9.42-4.16Z"})),md||(md=t.createElement("path",{fill:"#fcee21",d:"M95.9 65.56c4.07.42 7.79 1.24 12.23-1 0 0-4-8.79-8.72-8s-3.51 9-3.51 9Z"})),fd||(fd=t.createElement("path",{fill:"#f15a24",d:"M108.08 64.63c-5.34-9-13.34-9.9-12.12.92-.49.07-1.34-1.88-1.61-2.93-1.29-5.79 4.65-9.51 9.59-5.14 3.17 2.79 4.45 7.01 4.14 7.15Z"})),hd||(hd=t.createElement("path",{fill:"#f15a24",d:"M106.93 52c1.27.52 2.88 4 1.65 3.5A18.34 18.34 0 0 0 92 57.38c.7-5.91 13-6.22 14.93-5.38Z"})),yd||(yd=t.createElement("path",{fill:"#8b6c9c",d:"M121.12 71.07c.66 1.59 1.38 3.39-.41 4.53s-4.33-2-5.87-1.57-3.88 2.72-5.55 2.41c-3.52-.66-3.15-3.48-3.15-3.48s-1.61 5.55 4 5.62c3.81 0 4.23-2.58 7.44-2.27s3.46 2.53 4.89 1.61c2.88-1.82.31-6.69-1.35-6.85Z"})),gd||(gd=t.createElement("path",{fill:"#8b6c9c",d:"M106.73 75.68s-2.65.74-1.19 2.49c-3.18 0-3.08-4.59-1.32-6-.75 2.66 2.51 3.51 2.51 3.51Z"})),vd||(vd=t.createElement("ellipse",{cx:98.36,cy:62.94,fill:"#f15a24",rx:3.53,ry:3.42,transform:"rotate(-5.96 98.33 62.903)"})),bd||(bd=t.createElement("path",{fill:"#8b6c9c",d:"M138.73 83.69c-8.66 7.53-14.4 12.67-22.62 13-9.3.32-7.2-7.2-7.2-7.2s.85-2.54 5.63-2.77 20.66-2.78 24.19-3.03Z"})),Ed||(Ed=t.createElement("path",{fill:"#4b3f51",d:"M108.91 89.78c.34-.46 1.86-1.93 2.29-1 1.92 3.93 8.45 1.71 28.05-5.2-15 2.26-17.88.24-20.85.48s-3.62 1.67-4.72 1.45-3.43-1.68-4.73-1.1c-3.03 1.27-2.05 3.67-.04 5.37Z"})),wd||(wd=t.createElement("path",{fill:"#8b6c9c",d:"M132.64 76.68c1.08 1.47 9.51 5.88 9.51 5.88a60.71 60.71 0 0 1-2.89 6.3c.41 0 1.39-5-.85-6.64-1.72-1.22-4.64-2.58-5.77-5.54Z"})),xd||(xd=t.createElement("path",{fill:"#b498c6",d:"M65.82 248.62c-4.13-.44-11-7.38-15.72-6.64s-9.53 5.31-9.53 5.31-12.7-4.87-16.84-4-9.45 2.36-10.63 3.54-.59 5.91 2.22 5.76 6.05-1 9.3-.44 8.73 6.36 12.41 8c14.17 6.2 29.24.44 29.24.44s3.73-11.52-.45-11.97Z"})),Sd||(Sd=t.createElement("path",{fill:"#8b6c9c",d:"M64.15 248c-2.62.11-5-1.72-6.28-2.59-3.86-2.56-4.62-2.62-19.34 1.45-5.79-2.69-4.72-1.58-7.88-2.74a18.46 18.46 0 0 1 8.14 1.76c-.64 0 13-5.16 16.5-3.92s6.23 5.3 8.86 6.04Z"})),_d||(_d=t.createElement("path",{fill:"#093f22",d:"M90.49 53.46a87 87 0 0 1 3.14-10.86c19.79-3.78 64.81 2.3 67.52 6.22s1.23 13.54 1.18 16.09 8.72 6.72 8.72 6.72l4.57-.74s-8.51-2.28-8.66-6.71 1.56-16.78-3.22-18.69c-29.19-11.62-64.36-8.8-72.53-6.65-6.5 1.7-9.09 6.62-7.44 10.27s6.72 4.35 6.72 4.35Zm70 24.59 7.38 2.95-3.99 9.31-7.34-2.07 3.95-10.19z"})),kd||(kd=t.createElement("path",{fill:"#b498c6",d:"M153.33 236.52c-10.63-4-31.44 3.41-44.53 5.89-29.24 5.53-37.33 5.55-44.09 6-5 .33-3.44 8.5-2.43 12.17 34.11 6.21 41.2 8.42 72 8.92 22.36-5.62 29.72-28.99 19.05-32.98Z"})),Cd||(Cd=t.createElement("path",{fill:"#8b6c9c",d:"M131.58 242.4c.39-2 .09-3.41.48-5.52l2.21-.22a53.48 53.48 0 0 0-2.69 5.74Z"})),Rd||(Rd=t.createElement("path",{fill:"#fc3",d:"M148.89 45c2 6.65 5.32 17.43 2.44 27.4-2.29 1-10 3.61-12.33 3.39.66-5.76.44-23.11-3.77-32.64 2.31.14 8.22 1.03 13.66 1.85Z"})),Pd||(Pd=t.createElement("path",{fill:"#fcee21",d:"M145.22 62.31c-3.94 1.59-12.14 3.79-17.43 1.19 0 0-1.22-9.33 5.51-8.76s11.92 7.57 11.92 7.57Z"})),Nd||(Nd=t.createElement("path",{fill:"#f15a24",d:"M127.69 63.52c-1.85-4-.92-8.41 4.11-9.48 4.24-.75 11.08 1.85 13.5 8.21-.29.22-7.6-8.06-14-6.15-4.44 1.33-3.13 7.35-3.61 7.42Zm-4.81-17.78c-1.23.51.14 4 1.3 4.36s9.23-2.79 12.1-2.41 8.81 4.79 11.58 7c-.44-1.88-7.92-9.3-10.88-9.92s-12.87.45-14.1.97Z"})),Od||(Od=t.createElement("ellipse",{cx:131.8,cy:60.56,fill:"#f15a24",rx:3.76,ry:3.99,transform:"rotate(-5.96 131.772 60.6)"}))),Ld=window.yoast.helpers;class Id extends Error{constructor(e,t,r,a,n){super(e),this.name="RequestError",this.url=t,this.method=r,this.statusCode=a,this.stackTrace=n}}const{stripTagsFromHtmlString:Ad}=Ld.strings,Dd=["a","p"];function zd({title:e,value:r}){return r?(0,t.createElement)("p",null,(0,t.createElement)("strong",null,e),(0,t.createElement)("br",null),r):null}function Fd({title:e,value:r}){return r?(0,t.createElement)("details",null,(0,t.createElement)("summary",null,e),(0,t.createElement)("pre",{className:"yst-overflow-x-scroll yst-max-w-[500px] yst-border-px yst-p-4"},r)):null}function jd({message:e,error:r,className:a}){return(0,t.createElement)(Yl,{type:"error",className:a},(0,t.createElement)("div",{dangerouslySetInnerHTML:{__html:Ad(e,Dd)}}),(0,t.createElement)("details",null,(0,t.createElement)("summary",null,(0,Vt.__)("Error details","wordpress-seo")),(0,t.createElement)("div",{className:"yst-mt-2"},(0,t.createElement)(zd,{title:(0,Vt.__)("Request URL","wordpress-seo"),value:r.url}),(0,t.createElement)(zd,{title:(0,Vt.__)("Request method","wordpress-seo"),value:r.method}),(0,t.createElement)(zd,{title:(0,Vt.__)("Status code","wordpress-seo"),value:r.statusCode}),(0,t.createElement)(zd,{title:(0,Vt.__)("Error message","wordpress-seo"),value:r.message}),(0,t.createElement)(Fd,{title:(0,Vt.__)("Response","wordpress-seo"),value:r.parseString}),(0,t.createElement)(Fd,{title:(0,Vt.__)("Error stack trace","wordpress-seo"),value:r.stackTrace}))))}zd.propTypes={title:Gt().string.isRequired,value:Gt().any},zd.defaultProps={value:""},Fd.propTypes={title:Gt().string.isRequired,value:Gt().string},Fd.defaultProps={value:""},jd.propTypes={message:Gt().string.isRequired,error:Gt().oneOfType([Gt().instanceOf(Error),Gt().instanceOf(Id)]).isRequired,className:Gt().string},jd.defaultProps={className:""};class Ud extends Error{constructor(e,t){super(e),this.name="ParseError",this.parseString=t}}const Bd="idle",qd="in_progress",$d="errored",Hd="completed";class Vd extends l.Component{constructor(e){super(e),this.settings=yoastIndexingData,this.state={state:Bd,processed:0,error:null,amount:parseInt(this.settings.amount,10),firstTime:"1"===this.settings.firstTime},this.startIndexing=this.startIndexing.bind(this),this.stopIndexing=this.stopIndexing.bind(this)}async doIndexingRequest(e,t){const r=await fetch(e,{method:"POST",headers:{"X-WP-Nonce":t}}),a=await r.text();let n;try{n=JSON.parse(a)}catch(e){throw new Ud("Error parsing the response to JSON.",a)}if(!r.ok){const t=n.data?n.data.stackTrace:"";throw new Id(n.message,e,"POST",r.status,t)}return n}async doPreIndexingAction(e){"function"==typeof this.props.preIndexingActions[e]&&await this.props.preIndexingActions[e](this.settings)}async doPostIndexingAction(e,t){"function"==typeof this.props.indexingActions[e]&&await this.props.indexingActions[e](t.objects,this.settings)}async doIndexing(e){let t=this.settings.restApi.root+this.settings.restApi.indexing_endpoints[e];for(;this.isState(qd)&&!1!==t;)try{await this.doPreIndexingAction(e);const r=await this.doIndexingRequest(t,this.settings.restApi.nonce);await this.doPostIndexingAction(e,r),(0,l.flushSync)((()=>{this.setState((e=>({processed:e.processed+r.objects.length,firstTime:!1})))})),t=r.next_url}catch(e){(0,l.flushSync)((()=>{this.setState({state:$d,error:e,firstTime:!1})}))}}async index(){for(const e of Object.keys(this.settings.restApi.indexing_endpoints))await this.doIndexing(e);this.isState($d)||this.isState(Bd)||this.completeIndexing()}async startIndexing(){this.setState({processed:0,state:qd},this.index)}completeIndexing(){this.setState({state:Hd})}stopIndexing(){this.setState((e=>({state:Bd,processed:0,amount:e.amount-e.processed})))}componentDidMount(){var e,t;if(!this.settings.disabled&&(this.props.indexingStateCallback(0===this.state.amount?"already_done":this.state.state),"true"===new URLSearchParams(window.location.search).get("start-indexation"))){const r=function(e,t){const r=new URL(e);return r.searchParams.delete("start-indexation"),r.href}(window.location.href);e=document.title,t=r,window.history.pushState(null,e,t),this.startIndexing()}}componentDidUpdate(e,t){this.state.state!==t.state&&this.props.indexingStateCallback(this.state.state)}isState(e){return this.state.state===e}renderFirstIndexationNotice(){return(0,t.createElement)(Yl,{type:"info",className:"yst-mt-6"},(0,Vt.__)("This feature includes and replaces the Text Link Counter and Internal Linking Analysis","wordpress-seo"))}renderStartButton(){return(0,t.createElement)(d.Button,{variant:"secondary",onClick:this.startIndexing,id:"indexation-data-optimization","data-hiive-event-name":"clicked_start_data_optimization"},(0,Vt.__)("Start SEO data optimization","wordpress-seo"))}renderStopButton(){return(0,t.createElement)(d.Button,{variant:"secondary",onClick:this.stopIndexing},(0,Vt.__)("Stop SEO data optimization","wordpress-seo"))}renderDisabledTool(){return(0,t.createElement)(l.Fragment,null,(0,t.createElement)("p",null,(0,t.createElement)(d.Button,{variant:"secondary",disabled:!0,id:"indexation-data-optimization"},(0,Vt.__)("Start SEO data optimization","wordpress-seo"))),(0,t.createElement)(Yl,{type:"info",className:"yst-mt-6"},(0,Vt.__)("SEO data optimization is disabled for non-production environments.","wordpress-seo")))}renderProgressBar(){let e=0;return this.isState(Hd)&&(e=100),this.isState(qd)&&(e=this.state.processed/parseInt(this.state.amount,10)*100),(0,t.createElement)("div",{className:"yst-w-full yst-bg-slate-200 yst-rounded-full yst-h-2.5 yst-mb-4"},(0,t.createElement)("div",{className:"yst-transition-[width] yst-ease-linear yst-bg-primary-500 yst-h-2.5 yst-rounded-full",style:{width:`${e}%`}}))}renderCaption(){return(0,t.createElement)(Kl.Z,{id:"optimization-in-progress-text",height:this.isState(qd)?"auto":0,easing:"linear",duration:300},(0,t.createElement)("p",{className:"yst-text-sm yst-italic yst-mb-4 yst-mt-4"},(0,Vt.__)("SEO data optimization is running… You can safely move on to the next steps of this configuration.","wordpress-seo")))}renderErrorAlert(){return(0,t.createElement)(jd,{message:yoastIndexingData.errorMessage,error:this.state.error,className:"yst-mb-4"})}render(){return this.settings.disabled?this.renderDisabledTool():(0,t.createElement)("div",{className:"yst-relative"},this.props.children,(0,t.createElement)(Eo,{unmount:!1,show:this.isState($d)||this.isState(qd)||this.isState(Bd)&&this.state.amount>0,leave:"yst-transition-opacity yst-duration-1000",leaveFrom:"yst-opacity-100",leaveTo:"yst-opacity-0"},this.renderProgressBar(),this.isState($d)&&this.renderErrorAlert(),this.isState(qd)?this.renderStopButton():this.renderStartButton(),this.renderCaption(),this.isState(Bd)&&this.state.firstTime&&this.renderFirstIndexationNotice()))}}Vd.propTypes={indexingActions:Gt().object,preIndexingActions:Gt().object,indexingStateCallback:Gt().func,children:Gt().node},Vd.defaultProps={indexingActions:{},preIndexingActions:{},indexingStateCallback:()=>{},children:null};const Wd=Vd;function Gd({indexingStateCallback:e,indexingState:r,isStepperFinished:a}){return(0,t.createElement)(Wd,{preIndexingActions:window.yoast.indexing.preIndexingActions,indexingActions:window.yoast.indexing.indexingActions,indexingStateCallback:e},(0,t.createElement)(Eo,{unmount:!1,show:["completed","already_done"].includes(r),enter:"yst-transition-opacity yst-duration-1000",enterFrom:"yst-opacity-0",enterTo:"yst-opacity-100"},(0,t.createElement)(Yl,{type:"success"},"already_done"!==r||a?(0,Vt.__)("We've successfully analyzed your site & optimized your SEO data!","wordpress-seo"):(0,Vt.__)("We've already successfully analyzed your site. You can move on to the next step.","wordpress-seo"))))}function Zd({indexingState:e,setIndexingState:r,showRunIndexationAlert:a,isStepperFinished:n}){return(0,t.createElement)("div",{className:"yst-@container"},(0,t.createElement)("div",{className:"yst-flex yst-flex-col @lg:yst-flex-row yst-gap-6 yst-mb-8"},(0,t.createElement)("p",{className:"yst-text-sm yst-whitespace-pre-line"},(0,Vt.__)("Let's start by running the SEO data optimization. That means we'll scan your site and create a database with optimized SEO data. It won't change any content or settings on your site and you don't need to do anything, just hit start!\n\nNote: If you have a lot of content, this optimization could take a moment. But trust us, it's worth it!","wordpress-seo")),(0,t.createElement)(Md,{className:"yst-shrink-0 yst-h-28 yst-w-24"})),(0,t.createElement)("div",{id:"yoast-configuration-indexing-container",className:"indexation-container"},(0,t.createElement)(Gd,{indexingStateCallback:r,indexingState:e,isStepperFinished:n})),(0,t.createElement)(Jl,{id:"indexation-alert",isVisible:"idle"===e&&a,expandDuration:400,type:"info"},(0,Vt.__)("Be aware that you should run the SEO data optimization for this configuration to take maximum effect.","wordpress-seo")))}function Kd(e,r,a=""){return(0,l.createInterpolateElement)(e,{a:(0,t.createElement)("a",{id:a,href:r,target:"_blank",rel:"noopener noreferrer"})})}function Yd(e,r){let[a,n]=(0,t.useState)(e),s=Ks(e);return Gs((()=>n(s.current)),[s,n,...r]),a}Gd.propTypes={indexingStateCallback:Gt().func.isRequired,indexingState:Gt().string.isRequired,isStepperFinished:Gt().bool},Gd.defaultProps={isStepperFinished:!1},Zd.propTypes={indexingState:Gt().string.isRequired,setIndexingState:Gt().func.isRequired,showRunIndexationAlert:Gt().bool,isStepperFinished:Gt().bool},Zd.defaultProps={showRunIndexationAlert:!1,isStepperFinished:!1};var Jd=(e=>(e[e.First=0]="First",e[e.Previous=1]="Previous",e[e.Next=2]="Next",e[e.Last=3]="Last",e[e.Specific=4]="Specific",e[e.Nothing=5]="Nothing",e))(Jd||{});function Qd(e,t){let r=t.resolveItems();if(r.length<=0)return null;let a=t.resolveActiveIndex(),n=null!=a?a:-1,s=(()=>{switch(e.focus){case 0:return r.findIndex((e=>!t.resolveDisabled(e)));case 1:{let e=r.slice().reverse().findIndex(((e,r,a)=>!(-1!==n&&a.length-r-1>=n||t.resolveDisabled(e))));return-1===e?e:r.length-1-e}case 2:return r.findIndex(((e,r)=>!(r<=n||t.resolveDisabled(e))));case 3:{let e=r.slice().reverse().findIndex((e=>!t.resolveDisabled(e)));return-1===e?e:r.length-1-e}case 4:return r.findIndex((r=>t.resolveId(r)===e.id));case 5:return null;default:!function(e){throw new Error("Unexpected object: "+e)}(e)}})();return-1===s?a:s}let Xd=["[contentEditable=true]","[tabindex]","a[href]","area[href]","button:not([disabled])","iframe","input:not([disabled])","select:not([disabled])","textarea:not([disabled])"].map((e=>`${e}:not([tabindex='-1'])`)).join(",");var eu,tu=(e=>(e[e.First=1]="First",e[e.Previous=2]="Previous",e[e.Next=4]="Next",e[e.Last=8]="Last",e[e.WrapAround=16]="WrapAround",e[e.NoScroll=32]="NoScroll",e))(tu||{}),ru=(e=>(e[e.Error=0]="Error",e[e.Overflow=1]="Overflow",e[e.Success=2]="Success",e[e.Underflow=3]="Underflow",e))(ru||{}),au=((eu=au||{})[eu.Previous=-1]="Previous",eu[eu.Next=1]="Next",eu),nu=(e=>(e[e.Strict=0]="Strict",e[e.Loose=1]="Loose",e))(nu||{});function su(e,t=0){var r;return e!==(null==(r=Uo(e))?void 0:r.body)&&Ns(t,{0:()=>e.matches(Xd),1(){let t=e;for(;null!==t;){if(t.matches(Xd))return!0;t=t.parentElement}return!1}})}function ou(e,t=(e=>e)){return e.slice().sort(((e,r)=>{let a=t(e),n=t(r);if(null===a||null===n)return 0;let s=a.compareDocumentPosition(n);return s&Node.DOCUMENT_POSITION_FOLLOWING?-1:s&Node.DOCUMENT_POSITION_PRECEDING?1:0}))}function iu(e,r,a){let n=Ks(r);(0,t.useEffect)((()=>{function t(e){n.current(e)}return document.addEventListener(e,t,a),()=>document.removeEventListener(e,t,a)}),[e,a])}function lu(e,r,a=!0){let n=(0,t.useRef)(!1);function s(t,a){if(!n.current||t.defaultPrevented)return;let s=function e(t){return"function"==typeof t?e(t()):Array.isArray(t)||t instanceof Set?t:[t]}(e),o=a(t);if(null!==o&&o.getRootNode().contains(o)){for(let e of s){if(null===e)continue;let r=e instanceof HTMLElement?e:e.current;if(null!=r&&r.contains(o)||t.composed&&t.composedPath().includes(r))return}return!su(o,nu.Loose)&&-1!==o.tabIndex&&t.preventDefault(),r(t,o)}}(0,t.useEffect)((()=>{requestAnimationFrame((()=>{n.current=a}))}),[a]);let o=(0,t.useRef)(null);iu("mousedown",(e=>{var t,r;n.current&&(o.current=(null==(r=null==(t=e.composedPath)?void 0:t.call(e))?void 0:r[0])||e.target)}),!0),iu("click",(e=>{!o.current||(s(e,(()=>o.current)),o.current=null)}),!0),iu("blur",(e=>s(e,(()=>window.document.activeElement instanceof HTMLIFrameElement?window.document.activeElement:null))),!0)}["textarea","input"].join(",");var cu=(e=>(e[e.None=1]="None",e[e.Focusable=2]="Focusable",e[e.Hidden=4]="Hidden",e))(cu||{});let du=zs((function(e,t){let{features:r=1,...a}=e;return Is({ourProps:{ref:t,"aria-hidden":2==(2&r)||void 0,style:{position:"fixed",top:1,left:1,width:1,height:0,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",borderWidth:"0",...4==(4&r)&&2!=(2&r)&&{display:"none"}}},theirProps:a,slot:{},defaultTag:"div",name:"Hidden"})}));function uu(e={},t=null,r=[]){for(let[a,n]of Object.entries(e))mu(r,pu(t,a),n);return r}function pu(e,t){return e?e+"["+t+"]":t}function mu(e,t,r){if(Array.isArray(r))for(let[a,n]of r.entries())mu(e,pu(t,a.toString()),n);else r instanceof Date?e.push([t,r.toISOString()]):"boolean"==typeof r?e.push([t,r?"1":"0"]):"string"==typeof r?e.push([t,r]):"number"==typeof r?e.push([t,`${r}`]):null==r?e.push([t,""]):uu(r,t,e)}function fu(e,r,a){let[n,s]=(0,t.useState)(a),o=void 0!==e,i=(0,t.useRef)(o),l=(0,t.useRef)(!1),c=(0,t.useRef)(!1);return!o||i.current||l.current?!o&&i.current&&!c.current&&(c.current=!0,i.current=o,console.error("A component is changing from controlled to uncontrolled. This may be caused by the value changing from a defined value to undefined, which should not happen.")):(l.current=!0,i.current=o,console.error("A component is changing from uncontrolled to controlled. This may be caused by the value changing from undefined to a defined value, which should not happen.")),[o?e:n,Js((e=>(o||s(e),null==r?void 0:r(e))))]}function hu(e){return[e.screenX,e.screenY]}function yu(){let e=(0,t.useRef)([-1,-1]);return{wasMoved(t){let r=hu(t);return(e.current[0]!==r[0]||e.current[1]!==r[1])&&(e.current=r,!0)},update(t){e.current=hu(t)}}}var gu=(e=>(e[e.Open=0]="Open",e[e.Closed=1]="Closed",e))(gu||{}),vu=(e=>(e[e.Single=0]="Single",e[e.Multi=1]="Multi",e))(vu||{}),bu=(e=>(e[e.Pointer=0]="Pointer",e[e.Other=1]="Other",e))(bu||{}),Eu=(e=>(e[e.OpenListbox=0]="OpenListbox",e[e.CloseListbox=1]="CloseListbox",e[e.GoToOption=2]="GoToOption",e[e.Search=3]="Search",e[e.ClearSearch=4]="ClearSearch",e[e.RegisterOption=5]="RegisterOption",e[e.UnregisterOption=6]="UnregisterOption",e[e.RegisterLabel=7]="RegisterLabel",e))(Eu||{});function wu(e,t=(e=>e)){let r=null!==e.activeOptionIndex?e.options[e.activeOptionIndex]:null,a=ou(t(e.options.slice()),(e=>e.dataRef.current.domRef.current)),n=r?a.indexOf(r):null;return-1===n&&(n=null),{options:a,activeOptionIndex:n}}let xu={1:e=>e.dataRef.current.disabled||1===e.listboxState?e:{...e,activeOptionIndex:null,listboxState:1},0(e){if(e.dataRef.current.disabled||0===e.listboxState)return e;let t=e.activeOptionIndex,{isSelected:r}=e.dataRef.current,a=e.options.findIndex((e=>r(e.dataRef.current.value)));return-1!==a&&(t=a),{...e,listboxState:0,activeOptionIndex:t}},2(e,t){var r;if(e.dataRef.current.disabled||1===e.listboxState)return e;let a=wu(e),n=Qd(t,{resolveItems:()=>a.options,resolveActiveIndex:()=>a.activeOptionIndex,resolveId:e=>e.id,resolveDisabled:e=>e.dataRef.current.disabled});return{...e,...a,searchQuery:"",activeOptionIndex:n,activationTrigger:null!=(r=t.trigger)?r:1}},3:(e,t)=>{if(e.dataRef.current.disabled||1===e.listboxState)return e;let r=""!==e.searchQuery?0:1,a=e.searchQuery+t.value.toLowerCase(),n=(null!==e.activeOptionIndex?e.options.slice(e.activeOptionIndex+r).concat(e.options.slice(0,e.activeOptionIndex+r)):e.options).find((e=>{var t;return!e.dataRef.current.disabled&&(null==(t=e.dataRef.current.textValue)?void 0:t.startsWith(a))})),s=n?e.options.indexOf(n):-1;return-1===s||s===e.activeOptionIndex?{...e,searchQuery:a}:{...e,searchQuery:a,activeOptionIndex:s,activationTrigger:1}},4:e=>e.dataRef.current.disabled||1===e.listboxState||""===e.searchQuery?e:{...e,searchQuery:""},5:(e,t)=>{let r={id:t.id,dataRef:t.dataRef},a=wu(e,(e=>[...e,r]));return null===e.activeOptionIndex&&e.dataRef.current.isSelected(t.dataRef.current.value)&&(a.activeOptionIndex=a.options.indexOf(r)),{...e,...a}},6:(e,t)=>{let r=wu(e,(e=>{let r=e.findIndex((e=>e.id===t.id));return-1!==r&&e.splice(r,1),e}));return{...e,...r,activationTrigger:1}},7:(e,t)=>({...e,labelId:t.id})},Su=(0,t.createContext)(null);function _u(e){let r=(0,t.useContext)(Su);if(null===r){let t=new Error(`<${e} /> is missing a parent <Listbox /> component.`);throw Error.captureStackTrace&&Error.captureStackTrace(t,_u),t}return r}Su.displayName="ListboxActionsContext";let ku=(0,t.createContext)(null);function Cu(e){let r=(0,t.useContext)(ku);if(null===r){let t=new Error(`<${e} /> is missing a parent <Listbox /> component.`);throw Error.captureStackTrace&&Error.captureStackTrace(t,Cu),t}return r}function Ru(e,t){return Ns(t.type,xu,e,t)}ku.displayName="ListboxDataContext";let Pu=t.Fragment,Nu=zs((function(e,r){let{value:a,defaultValue:n,name:s,onChange:o,by:i=((e,t)=>e===t),disabled:l=!1,horizontal:c=!1,multiple:d=!1,...u}=e;const p=c?"horizontal":"vertical";let m=eo(r),[f=(d?[]:void 0),h]=fu(a,o,n),[y,g]=(0,t.useReducer)(Ru,{dataRef:(0,t.createRef)(),listboxState:1,options:[],searchQuery:"",labelId:null,activeOptionIndex:null,activationTrigger:1}),v=(0,t.useRef)({static:!1,hold:!1}),b=(0,t.useRef)(null),E=(0,t.useRef)(null),w=(0,t.useRef)(null),x=Js("string"==typeof i?(e,t)=>{let r=i;return(null==e?void 0:e[r])===(null==t?void 0:t[r])}:i),S=(0,t.useCallback)((e=>Ns(_.mode,{1:()=>f.some((t=>x(t,e))),0:()=>x(f,e)})),[f]),_=(0,t.useMemo)((()=>({...y,value:f,disabled:l,mode:d?1:0,orientation:p,compare:x,isSelected:S,optionsPropsRef:v,labelRef:b,buttonRef:E,optionsRef:w})),[f,l,d,y]);Gs((()=>{y.dataRef.current=_}),[_]),lu([_.buttonRef,_.optionsRef],((e,t)=>{var r;g({type:1}),su(t,nu.Loose)||(e.preventDefault(),null==(r=_.buttonRef.current)||r.focus())}),0===_.listboxState);let k=(0,t.useMemo)((()=>({open:0===_.listboxState,disabled:l,value:f})),[_,l,f]),C=Js((e=>{let t=_.options.find((t=>t.id===e));!t||L(t.dataRef.current.value)})),R=Js((()=>{if(null!==_.activeOptionIndex){let{dataRef:e,id:t}=_.options[_.activeOptionIndex];L(e.current.value),g({type:2,focus:Jd.Specific,id:t})}})),P=Js((()=>g({type:0}))),N=Js((()=>g({type:1}))),O=Js(((e,t,r)=>e===Jd.Specific?g({type:2,focus:Jd.Specific,id:t,trigger:r}):g({type:2,focus:e,trigger:r}))),T=Js(((e,t)=>(g({type:5,id:e,dataRef:t}),()=>g({type:6,id:e})))),M=Js((e=>(g({type:7,id:e}),()=>g({type:7,id:null})))),L=Js((e=>Ns(_.mode,{0:()=>null==h?void 0:h(e),1(){let t=_.value.slice(),r=t.findIndex((t=>x(t,e)));return-1===r?t.push(e):t.splice(r,1),null==h?void 0:h(t)}}))),I=Js((e=>g({type:3,value:e}))),A=Js((()=>g({type:4}))),D=(0,t.useMemo)((()=>({onChange:L,registerOption:T,registerLabel:M,goToOption:O,closeListbox:N,openListbox:P,selectActiveOption:R,selectOption:C,search:I,clearSearch:A})),[]),z={ref:m},F=(0,t.useRef)(null),j=no();return(0,t.useEffect)((()=>{!F.current||void 0!==n&&j.addEventListener(F.current,"reset",(()=>{L(n)}))}),[F,L]),t.createElement(Su.Provider,{value:D},t.createElement(ku.Provider,{value:_},t.createElement($s,{value:Ns(_.listboxState,{0:Bs.Open,1:Bs.Closed})},null!=s&&null!=f&&uu({[s]:f}).map((([e,r],a)=>t.createElement(du,{features:cu.Hidden,ref:0===a?e=>{var t;F.current=null!=(t=null==e?void 0:e.closest("form"))?t:null}:void 0,...Fs({key:e,as:"input",type:"hidden",hidden:!0,readOnly:!0,name:e,value:r})}))),Is({ourProps:z,theirProps:u,slot:k,defaultTag:Pu,name:"Listbox"}))))})),Ou=zs((function(e,r){var a;let n=Ao(),{id:s=`headlessui-listbox-button-${n}`,...o}=e,i=Cu("Listbox.Button"),l=_u("Listbox.Button"),c=eo(i.buttonRef,r),d=no(),u=Js((e=>{switch(e.key){case Do.Space:case Do.Enter:case Do.ArrowDown:e.preventDefault(),l.openListbox(),d.nextFrame((()=>{i.value||l.goToOption(Jd.First)}));break;case Do.ArrowUp:e.preventDefault(),l.openListbox(),d.nextFrame((()=>{i.value||l.goToOption(Jd.Last)}))}})),p=Js((e=>{e.key===Do.Space&&e.preventDefault()})),m=Js((e=>{if(zo(e.currentTarget))return e.preventDefault();0===i.listboxState?(l.closeListbox(),d.nextFrame((()=>{var e;return null==(e=i.buttonRef.current)?void 0:e.focus({preventScroll:!0})}))):(e.preventDefault(),l.openListbox())})),f=Yd((()=>{if(i.labelId)return[i.labelId,s].join(" ")}),[i.labelId,s]),h=(0,t.useMemo)((()=>({open:0===i.listboxState,disabled:i.disabled,value:i.value})),[i]);return Is({ourProps:{ref:c,id:s,type:jo(e,i.buttonRef),"aria-haspopup":"listbox","aria-controls":null==(a=i.optionsRef.current)?void 0:a.id,"aria-expanded":i.disabled?void 0:0===i.listboxState,"aria-labelledby":f,disabled:i.disabled,onKeyDown:u,onKeyUp:p,onClick:m},theirProps:o,slot:h,defaultTag:"button",name:"Listbox.Button"})})),Tu=zs((function(e,r){let a=Ao(),{id:n=`headlessui-listbox-label-${a}`,...s}=e,o=Cu("Listbox.Label"),i=_u("Listbox.Label"),l=eo(o.labelRef,r);Gs((()=>i.registerLabel(n)),[n]);let c=Js((()=>{var e;return null==(e=o.buttonRef.current)?void 0:e.focus({preventScroll:!0})})),d=(0,t.useMemo)((()=>({open:0===o.listboxState,disabled:o.disabled})),[o]);return Is({ourProps:{ref:l,id:n,onClick:c},theirProps:s,slot:d,defaultTag:"label",name:"Listbox.Label"})})),Mu=Ms.RenderStrategy|Ms.Static,Lu=zs((function(e,r){var a;let n=Ao(),{id:s=`headlessui-listbox-options-${n}`,...o}=e,i=Cu("Listbox.Options"),l=_u("Listbox.Options"),c=eo(i.optionsRef,r),d=no(),u=no(),p=qs(),m=null!==p?p===Bs.Open:0===i.listboxState;(0,t.useEffect)((()=>{var e;let t=i.optionsRef.current;!t||0===i.listboxState&&t!==(null==(e=Uo(t))?void 0:e.activeElement)&&t.focus({preventScroll:!0})}),[i.listboxState,i.optionsRef]);let f=Js((e=>{switch(u.dispose(),e.key){case Do.Space:if(""!==i.searchQuery)return e.preventDefault(),e.stopPropagation(),l.search(e.key);case Do.Enter:if(e.preventDefault(),e.stopPropagation(),null!==i.activeOptionIndex){let{dataRef:e}=i.options[i.activeOptionIndex];l.onChange(e.current.value)}0===i.mode&&(l.closeListbox(),to().nextFrame((()=>{var e;return null==(e=i.buttonRef.current)?void 0:e.focus({preventScroll:!0})})));break;case Ns(i.orientation,{vertical:Do.ArrowDown,horizontal:Do.ArrowRight}):return e.preventDefault(),e.stopPropagation(),l.goToOption(Jd.Next);case Ns(i.orientation,{vertical:Do.ArrowUp,horizontal:Do.ArrowLeft}):return e.preventDefault(),e.stopPropagation(),l.goToOption(Jd.Previous);case Do.Home:case Do.PageUp:return e.preventDefault(),e.stopPropagation(),l.goToOption(Jd.First);case Do.End:case Do.PageDown:return e.preventDefault(),e.stopPropagation(),l.goToOption(Jd.Last);case Do.Escape:return e.preventDefault(),e.stopPropagation(),l.closeListbox(),d.nextFrame((()=>{var e;return null==(e=i.buttonRef.current)?void 0:e.focus({preventScroll:!0})}));case Do.Tab:e.preventDefault(),e.stopPropagation();break;default:1===e.key.length&&(l.search(e.key),u.setTimeout((()=>l.clearSearch()),350))}})),h=Yd((()=>{var e,t,r;return null!=(r=null==(e=i.labelRef.current)?void 0:e.id)?r:null==(t=i.buttonRef.current)?void 0:t.id}),[i.labelRef.current,i.buttonRef.current]),y=(0,t.useMemo)((()=>({open:0===i.listboxState})),[i]);return Is({ourProps:{"aria-activedescendant":null===i.activeOptionIndex||null==(a=i.options[i.activeOptionIndex])?void 0:a.id,"aria-multiselectable":1===i.mode||void 0,"aria-labelledby":h,"aria-orientation":i.orientation,id:s,onKeyDown:f,role:"listbox",tabIndex:0,ref:c},theirProps:o,slot:y,defaultTag:"ul",features:Mu,visible:m,name:"Listbox.Options"})})),Iu=zs((function(e,r){let a=Ao(),{id:n=`headlessui-listbox-option-${a}`,disabled:s=!1,value:o,...i}=e,l=Cu("Listbox.Option"),c=_u("Listbox.Option"),d=null!==l.activeOptionIndex&&l.options[l.activeOptionIndex].id===n,u=l.isSelected(o),p=(0,t.useRef)(null),m=Ks({disabled:s,value:o,domRef:p,get textValue(){var e,t;return null==(t=null==(e=p.current)?void 0:e.textContent)?void 0:t.toLowerCase()}}),f=eo(r,p);Gs((()=>{if(0!==l.listboxState||!d||0===l.activationTrigger)return;let e=to();return e.requestAnimationFrame((()=>{var e,t;null==(t=null==(e=p.current)?void 0:e.scrollIntoView)||t.call(e,{block:"nearest"})})),e.dispose}),[p,d,l.listboxState,l.activationTrigger,l.activeOptionIndex]),Gs((()=>c.registerOption(n,m)),[m,n]);let h=Js((e=>{if(s)return e.preventDefault();c.onChange(o),0===l.mode&&(c.closeListbox(),to().nextFrame((()=>{var e;return null==(e=l.buttonRef.current)?void 0:e.focus({preventScroll:!0})})))})),y=Js((()=>{if(s)return c.goToOption(Jd.Nothing);c.goToOption(Jd.Specific,n)})),g=yu(),v=Js((e=>g.update(e))),b=Js((e=>{!g.wasMoved(e)||s||d||c.goToOption(Jd.Specific,n,0)})),E=Js((e=>{!g.wasMoved(e)||s||!d||c.goToOption(Jd.Nothing)})),w=(0,t.useMemo)((()=>({active:d,selected:u,disabled:s})),[d,u,s]);return Is({ourProps:{id:n,ref:f,role:"option",tabIndex:!0===s?void 0:-1,"aria-disabled":!0===s||void 0,"aria-selected":u,disabled:void 0,onClick:h,onFocus:y,onPointerEnter:v,onMouseEnter:v,onPointerMove:b,onMouseMove:b,onPointerLeave:E,onMouseLeave:E},theirProps:i,slot:w,defaultTag:"li",name:"Listbox.Option"})})),Au=Object.assign(Nu,{Button:Ou,Label:Tu,Options:Lu,Option:Iu});const Du=t.forwardRef((function(e,r){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",ref:r},e),t.createElement("path",{fillRule:"evenodd",d:"M10 3a1 1 0 01.707.293l3 3a1 1 0 01-1.414 1.414L10 5.414 7.707 7.707a1 1 0 01-1.414-1.414l3-3A1 1 0 0110 3zm-3.707 9.293a1 1 0 011.414 0L10 14.586l2.293-2.293a1 1 0 011.414 1.414l-3 3a1 1 0 01-1.414 0l-3-3a1 1 0 010-1.414z",clipRule:"evenodd"}))}));function zu({id:e,value:r,choices:a,label:n,onChange:s,error:o,disabled:i}){const c=(0,l.useMemo)((()=>{const e=a.find((e=>r===e.value));return e?e.label:(0,Vt.__)("Select an option","wordpress-seo")}),[a,r]);return(0,t.createElement)(Au,{id:e,as:"div",value:r,onChange:s,disabled:i},(({open:s})=>(0,t.createElement)(l.Fragment,null,n&&(0,t.createElement)(Au.Label,{className:"yst-block yst-max-w-sm yst-mb-1 yst-text-sm yst-font-medium yst-text-slate-700"},n),(0,t.createElement)("div",{className:"yst-max-w-sm"},(0,t.createElement)("div",{className:"yst-relative"},(0,t.createElement)(Au.Button,{"data-id":`button-${e} `,className:Ro()("yst-relative yst-h-[45px] yst-w-full yst-leading-6 yst-py-2 yst-ps-3 yst-pe-10 yst-text-start yst-bg-white yst-border yst-border-slate-300 yst-rounded-md yst-shadow-sm yst-cursor-default focus:yst-outline-none focus:yst-ring-1 focus:yst-ring-primary-500 focus:yst-border-primary-500 sm:yst-text-sm",{"yst-border-red-300":o.isVisible,"yst-opacity-50":i},"emptyChoice"===r?"yst-text-slate-400":"yst-text-slate-700"),...Tl(e,o)},(0,t.createElement)("span",{className:"yst-block yst-truncate"},c),(0,t.createElement)("span",{className:"yst-absolute yst-inset-y-0 yst-end-0 yst-flex yst-items-center yst-pe-2 yst-pointer-events-none"},(0,t.createElement)(Du,{className:"yst-w-5 yst-h-5 yst-text-slate-400","aria-hidden":"true"})),o.isVisible&&(0,t.createElement)("div",{className:"yst-flex yst-items-center yst-absolute yst-inset-y-0 yst-end-0 yst-me-8"},(0,t.createElement)(Fl,{className:"yst-pointer-events-none yst-h-5 yst-w-5 yst-text-red-500"}))),(0,t.createElement)(Eo,{show:s,as:l.Fragment,leave:"yst-transition yst-ease-in yst-duration-100",leaveFrom:"yst-opacity-100",leaveTo:"yst-opacity-0"},(0,t.createElement)(Au.Options,{static:!0,className:"yst-absolute yst-z-10 yst-w-full yst-mt-1 yst-overflow-auto yst-bg-white yst-rounded-md yst-shadow-lg yst-max-h-60 yst-ring-1 yst-ring-black yst-ring-opacity-5 focus:yst-outline-none sm:yst-text-sm"},a.map((e=>(0,t.createElement)(Au.Option,{key:e.id,as:l.Fragment,value:e.value},(({selected:r,active:a})=>(0,t.createElement)("li",{className:Ml({selected:r,active:a})},(0,t.createElement)("span",{className:Ro()(r?"yst-font-semibold":"yst-font-normal","yst-block yst-truncate")},e.label),r?(0,t.createElement)("span",{className:Ro()("yst-text-white yst-absolute yst-inset-y-0 yst-end-0 yst-flex yst-items-center yst-pe-4")},(0,t.createElement)(tc,{className:"yst-w-5 yst-h-5","aria-hidden":"true"})):null)))))))),o.isVisible&&(0,t.createElement)(Ul,{id:Ol(e),className:"yst-mt-2 yst-text-sm yst-text-red-600",texts:o.message})))))}zu.propTypes={value:Wt.PropTypes.string.isRequired,choices:Wt.PropTypes.arrayOf(Wt.PropTypes.shape({id:Wt.PropTypes.oneOfType([Wt.PropTypes.number,Wt.PropTypes.string]).isRequired,value:Wt.PropTypes.string.isRequired,label:Wt.PropTypes.string.isRequired})).isRequired,label:Wt.PropTypes.string.isRequired,onChange:Wt.PropTypes.func.isRequired,id:Wt.PropTypes.string.isRequired,error:Wt.PropTypes.shape({message:Wt.PropTypes.string,isVisible:Wt.PropTypes.bool}),disabled:Wt.PropTypes.bool},zu.defaultProps={error:{message:"",isVisible:!1},disabled:!1};const Fu=t.forwardRef((function(e,r){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:2,stroke:"currentColor","aria-hidden":"true",ref:r},e),t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4 16l4.586-4.586a2 2 0 012.828 0L16 16m-2-2l1.586-1.586a2 2 0 012.828 0L20 14m-6-6h.01M6 20h12a2 2 0 002-2V6a2 2 0 00-2-2H6a2 2 0 00-2 2v12a2 2 0 002 2z"}))})),ju=({className:e})=>(0,t.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",className:Ro()("yst-animate-spin",e)},(0,t.createElement)("circle",{className:"yst-opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor",strokeWidth:"4"}),(0,t.createElement)("path",{className:"yst-opacity-75",fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"}));ju.propTypes={className:Gt().string},ju.defaultProps={className:""};const Uu=ju;function Bu({id:e,imageAltText:r,url:a,fallbackUrl:n,label:s,onSelectImageClick:o,onRemoveImageClick:i,className:c,error:u,status:p}){const m=Ro()("yst-relative yst-w-full yst-h-48 yst-mt-2 yst-flex yst-justify-center yst-items-center yst-rounded-md yst-mb-4 focus:yst-outline-none focus:yst-ring-2 focus:yst-ring-offset-2 focus:yst-ring-primary-500",u.isVisible?"yst-border-red-300":"yst-border-slate-300","yst-border-2 yst-border-dashed"),f=(0,l.useCallback)((()=>"loading"===p?(0,t.createElement)("div",{className:"yst-text-center"},(0,t.createElement)(Uu,{size:"10",color:"gray-400",className:"yst-inline-block"}),(0,t.createElement)("p",{className:"yst-mt-3"},(0,Vt.__)("Uploading image…","wordpress-seo"))):a?(0,t.createElement)("img",{src:a,alt:r,className:"yst-w-full yst-h-full yst-object-contain"}):n?(0,t.createElement)("img",{src:n,alt:r,className:"yst-w-full yst-h-full yst-object-contain"}):(0,t.createElement)(Fu,{id:`${e}-no-image-svg`,className:"yst-w-14 yst-h-14 yst-text-slate-500"})),[p,e,a,r]);return(0,t.createElement)("div",{className:Ro()("yst-max-w-sm",c),...Tl(e,u)},(0,t.createElement)("label",{htmlFor:e,className:"yst-block yst-mb-2 yst-font-medium yst-text-slate-700"},s),(0,t.createElement)("button",{id:e,className:m,onClick:o,type:"button","data-hiive-event-name":"clicked_select_image"},f()),(0,t.createElement)("div",null,(0,t.createElement)(d.Button,{id:a?e+"__replace-image":e+"__select-image",variant:"secondary",className:"yst-me-2",onClick:o,"data-hiive-event-name":a?"clicked_replace_image":"clicked_select_image"},a?(0,Vt.__)("Replace image","wordpress-seo"):(0,Vt.__)("Select image","wordpress-seo")),a&&(0,t.createElement)(d.Link,{id:`${e}__remove-image`,as:"button",type:"button",variant:"error",onClick:i,className:"yst-px-3 yst-py-2 yst-rounded-md","data-hiive-event-name":"clicked_remove_image"},(0,Vt.__)("Remove image","wordpress-seo"))),"error"===p&&(0,t.createElement)("p",{className:"yst-mt-2 yst-text-sm yst-text-red-600"},u),u.isVisible&&(0,t.createElement)(Ul,{id:Ol(e),className:"yst-mt-2 yst-text-sm yst-text-red-600",texts:u.message}))}Bu.propTypes={label:Gt().string,id:Gt().string.isRequired,url:Gt().string,fallbackUrl:Gt().string,imageAltText:Gt().string,onRemoveImageClick:Gt().func,onSelectImageClick:Gt().func,className:Gt().string,error:Gt().shape({message:Gt().string,isVisible:Gt().bool}),status:Gt().string},Bu.defaultProps={label:"",url:"",fallbackUrl:"",imageAltText:"",onRemoveImageClick:u.noop,onSelectImageClick:u.noop,className:"",error:{message:"",isVisible:!1},status:"idle"},window.yoast.socialMetadataForms;const qu=e=>({type:e.subtype,width:e.width,height:e.height,url:e.url,id:e.id,sizes:e.sizes,alt:e.alt||e.title||e.name});function $u(e){(function(e){const t=window.wp.media();return t.on("select",(()=>{const r=t.state().get("selection").first();e(qu(r.attributes))})),t})(e).open()}function Hu({dispatch:e,imageUrl:r,fallbackImageUrl:a,organizationName:n,fallbackOrganizationName:s,errorFields:o}){const i=(0,l.useCallback)((()=>{$u((t=>{e({type:"SET_COMPANY_LOGO",payload:{...t}})}))}),[$u]),c=(0,l.useCallback)((()=>{e({type:"REMOVE_COMPANY_LOGO"})})),d=(0,l.useCallback)((t=>{e({type:"CHANGE_COMPANY_NAME",payload:t.target.value})}));return(0,t.createElement)(l.Fragment,null,(0,t.createElement)(ql,{className:"yst-mt-6",id:"organization-name-input",name:"organization-name",label:(0,Vt.__)("Organization name","wordpress-seo"),value:""===n?s:n,onChange:d,feedback:{isVisible:o.includes("company_name"),message:[(0,Vt.__)("We could not save the organization name. Please check the value.","wordpress-seo")],type:"error"}}),(0,t.createElement)(Bu,{className:"yst-mt-6",id:"organization-logo-input",url:r,fallbackUrl:a,onSelectImageClick:i,onRemoveImageClick:c,imageAltText:"",hasPreview:!0,label:(0,Vt.__)("Organization logo","wordpress-seo")}))}function Vu(e,r){let a=(0,t.useRef)([]),n=Js(e);(0,t.useEffect)((()=>{let e=[...a.current];for(let[t,s]of r.entries())if(a.current[t]!==s){let t=n(r,e);return a.current=r,t}}),[n,...r])}Hu.propTypes={dispatch:Gt().func.isRequired,imageUrl:Gt().string,fallbackImageUrl:Gt().string,organizationName:Gt().string,fallbackOrganizationName:Gt().string,errorFields:Gt().array},Hu.defaultProps={imageUrl:"",fallbackImageUrl:"",organizationName:"",fallbackOrganizationName:"",errorFields:[]};var Wu=(e=>(e[e.Open=0]="Open",e[e.Closed=1]="Closed",e))(Wu||{}),Gu=(e=>(e[e.Single=0]="Single",e[e.Multi=1]="Multi",e))(Gu||{}),Zu=(e=>(e[e.Pointer=0]="Pointer",e[e.Other=1]="Other",e))(Zu||{}),Ku=(e=>(e[e.OpenCombobox=0]="OpenCombobox",e[e.CloseCombobox=1]="CloseCombobox",e[e.GoToOption=2]="GoToOption",e[e.RegisterOption=3]="RegisterOption",e[e.UnregisterOption=4]="UnregisterOption",e[e.RegisterLabel=5]="RegisterLabel",e))(Ku||{});function Yu(e,t=(e=>e)){let r=null!==e.activeOptionIndex?e.options[e.activeOptionIndex]:null,a=ou(t(e.options.slice()),(e=>e.dataRef.current.domRef.current)),n=r?a.indexOf(r):null;return-1===n&&(n=null),{options:a,activeOptionIndex:n}}let Ju={1:e=>e.dataRef.current.disabled||1===e.comboboxState?e:{...e,activeOptionIndex:null,comboboxState:1},0(e){if(e.dataRef.current.disabled||0===e.comboboxState)return e;let t=e.activeOptionIndex,{isSelected:r}=e.dataRef.current,a=e.options.findIndex((e=>r(e.dataRef.current.value)));return-1!==a&&(t=a),{...e,comboboxState:0,activeOptionIndex:t}},2(e,t){var r;if(e.dataRef.current.disabled||e.dataRef.current.optionsRef.current&&!e.dataRef.current.optionsPropsRef.current.static&&1===e.comboboxState)return e;let a=Yu(e);if(null===a.activeOptionIndex){let e=a.options.findIndex((e=>!e.dataRef.current.disabled));-1!==e&&(a.activeOptionIndex=e)}let n=Qd(t,{resolveItems:()=>a.options,resolveActiveIndex:()=>a.activeOptionIndex,resolveId:e=>e.id,resolveDisabled:e=>e.dataRef.current.disabled});return{...e,...a,activeOptionIndex:n,activationTrigger:null!=(r=t.trigger)?r:1}},3:(e,t)=>{let r={id:t.id,dataRef:t.dataRef},a=Yu(e,(e=>[...e,r]));null===e.activeOptionIndex&&e.dataRef.current.isSelected(t.dataRef.current.value)&&(a.activeOptionIndex=a.options.indexOf(r));let n={...e,...a,activationTrigger:1};return e.dataRef.current.__demoMode&&void 0===e.dataRef.current.value&&(n.activeOptionIndex=0),n},4:(e,t)=>{let r=Yu(e,(e=>{let r=e.findIndex((e=>e.id===t.id));return-1!==r&&e.splice(r,1),e}));return{...e,...r,activationTrigger:1}},5:(e,t)=>({...e,labelId:t.id})},Qu=(0,t.createContext)(null);function Xu(e){let r=(0,t.useContext)(Qu);if(null===r){let t=new Error(`<${e} /> is missing a parent <Combobox /> component.`);throw Error.captureStackTrace&&Error.captureStackTrace(t,Xu),t}return r}Qu.displayName="ComboboxActionsContext";let ep=(0,t.createContext)(null);function tp(e){let r=(0,t.useContext)(ep);if(null===r){let t=new Error(`<${e} /> is missing a parent <Combobox /> component.`);throw Error.captureStackTrace&&Error.captureStackTrace(t,tp),t}return r}function rp(e,t){return Ns(t.type,Ju,e,t)}ep.displayName="ComboboxDataContext";let ap=t.Fragment,np=zs((function(e,r){let{value:a,defaultValue:n,onChange:s,name:o,by:i=((e,t)=>e===t),disabled:l=!1,__demoMode:c=!1,nullable:d=!1,multiple:u=!1,...p}=e,[m=(u?[]:void 0),f]=fu(a,s,n),[h,y]=(0,t.useReducer)(rp,{dataRef:(0,t.createRef)(),comboboxState:c?0:1,options:[],activeOptionIndex:null,activationTrigger:1,labelId:null}),g=(0,t.useRef)(!1),v=(0,t.useRef)({static:!1,hold:!1}),b=(0,t.useRef)(null),E=(0,t.useRef)(null),w=(0,t.useRef)(null),x=(0,t.useRef)(null),S=Js("string"==typeof i?(e,t)=>{let r=i;return(null==e?void 0:e[r])===(null==t?void 0:t[r])}:i),_=(0,t.useCallback)((e=>Ns(k.mode,{1:()=>m.some((t=>S(t,e))),0:()=>S(m,e)})),[m]),k=(0,t.useMemo)((()=>({...h,optionsPropsRef:v,labelRef:b,inputRef:E,buttonRef:w,optionsRef:x,value:m,defaultValue:n,disabled:l,mode:u?1:0,get activeOptionIndex(){if(g.current&&null===h.activeOptionIndex&&h.options.length>0){let e=h.options.findIndex((e=>!e.dataRef.current.disabled));if(-1!==e)return e}return h.activeOptionIndex},compare:S,isSelected:_,nullable:d,__demoMode:c})),[m,n,l,u,d,c,h]);Gs((()=>{h.dataRef.current=k}),[k]),lu([k.buttonRef,k.inputRef,k.optionsRef],(()=>A.closeCombobox()),0===k.comboboxState);let C=(0,t.useMemo)((()=>({open:0===k.comboboxState,disabled:l,activeIndex:k.activeOptionIndex,activeOption:null===k.activeOptionIndex?null:k.options[k.activeOptionIndex].dataRef.current.value,value:m})),[k,l,m]),R=Js((e=>{let t=k.options.find((t=>t.id===e));!t||I(t.dataRef.current.value)})),P=Js((()=>{if(null!==k.activeOptionIndex){let{dataRef:e,id:t}=k.options[k.activeOptionIndex];I(e.current.value),A.goToOption(Jd.Specific,t)}})),N=Js((()=>{y({type:0}),g.current=!0})),O=Js((()=>{y({type:1}),g.current=!1})),T=Js(((e,t,r)=>(g.current=!1,e===Jd.Specific?y({type:2,focus:Jd.Specific,id:t,trigger:r}):y({type:2,focus:e,trigger:r})))),M=Js(((e,t)=>(y({type:3,id:e,dataRef:t}),()=>y({type:4,id:e})))),L=Js((e=>(y({type:5,id:e}),()=>y({type:5,id:null})))),I=Js((e=>Ns(k.mode,{0:()=>null==f?void 0:f(e),1(){let t=k.value.slice(),r=t.findIndex((t=>S(t,e)));return-1===r?t.push(e):t.splice(r,1),null==f?void 0:f(t)}}))),A=(0,t.useMemo)((()=>({onChange:I,registerOption:M,registerLabel:L,goToOption:T,closeCombobox:O,openCombobox:N,selectActiveOption:P,selectOption:R})),[]),D=null===r?{}:{ref:r},z=(0,t.useRef)(null),F=no();return(0,t.useEffect)((()=>{!z.current||void 0!==n&&F.addEventListener(z.current,"reset",(()=>{I(n)}))}),[z,I]),t.createElement(Qu.Provider,{value:A},t.createElement(ep.Provider,{value:k},t.createElement($s,{value:Ns(k.comboboxState,{0:Bs.Open,1:Bs.Closed})},null!=o&&null!=m&&uu({[o]:m}).map((([e,r],a)=>t.createElement(du,{features:cu.Hidden,ref:0===a?e=>{var t;z.current=null!=(t=null==e?void 0:e.closest("form"))?t:null}:void 0,...Fs({key:e,as:"input",type:"hidden",hidden:!0,readOnly:!0,name:e,value:r})}))),Is({ourProps:D,theirProps:p,slot:C,defaultTag:ap,name:"Combobox"}))))})),sp=zs((function(e,r){var a,n,s,o;let i=Ao(),{id:l=`headlessui-combobox-input-${i}`,onChange:c,displayValue:d,type:u="text",...p}=e,m=tp("Combobox.Input"),f=Xu("Combobox.Input"),h=eo(m.inputRef,r),y=(0,t.useRef)(!1),g=no(),v=function(){var e;return"function"==typeof d&&void 0!==m.value?null!=(e=d(m.value))?e:"":"string"==typeof m.value?m.value:""}();Vu((([e,t],[r,a])=>{y.current||!m.inputRef.current||(0===a&&1===t||e!==r)&&(m.inputRef.current.value=e)}),[v,m.comboboxState]),Vu((([e],[t])=>{if(0===e&&1===t){let e=m.inputRef.current;if(!e)return;let t=e.value,{selectionStart:r,selectionEnd:a,selectionDirection:n}=e;e.value="",e.value=t,null!==n?e.setSelectionRange(r,a,n):e.setSelectionRange(r,a)}}),[m.comboboxState]);let b=(0,t.useRef)(!1),E=Js((()=>{b.current=!0})),w=Js((()=>{setTimeout((()=>{b.current=!1}))})),x=Js((e=>{switch(y.current=!0,e.key){case Do.Backspace:case Do.Delete:if(0!==m.mode||!m.nullable)return;let t=e.currentTarget;g.requestAnimationFrame((()=>{""===t.value&&(f.onChange(null),m.optionsRef.current&&(m.optionsRef.current.scrollTop=0),f.goToOption(Jd.Nothing))}));break;case Do.Enter:if(y.current=!1,0!==m.comboboxState||b.current)return;if(e.preventDefault(),e.stopPropagation(),null===m.activeOptionIndex)return void f.closeCombobox();f.selectActiveOption(),0===m.mode&&f.closeCombobox();break;case Do.ArrowDown:return y.current=!1,e.preventDefault(),e.stopPropagation(),Ns(m.comboboxState,{0:()=>{f.goToOption(Jd.Next)},1:()=>{f.openCombobox()}});case Do.ArrowUp:return y.current=!1,e.preventDefault(),e.stopPropagation(),Ns(m.comboboxState,{0:()=>{f.goToOption(Jd.Previous)},1:()=>{f.openCombobox(),g.nextFrame((()=>{m.value||f.goToOption(Jd.Last)}))}});case Do.Home:if(e.shiftKey)break;return y.current=!1,e.preventDefault(),e.stopPropagation(),f.goToOption(Jd.First);case Do.PageUp:return y.current=!1,e.preventDefault(),e.stopPropagation(),f.goToOption(Jd.First);case Do.End:if(e.shiftKey)break;return y.current=!1,e.preventDefault(),e.stopPropagation(),f.goToOption(Jd.Last);case Do.PageDown:return y.current=!1,e.preventDefault(),e.stopPropagation(),f.goToOption(Jd.Last);case Do.Escape:return y.current=!1,0!==m.comboboxState?void 0:(e.preventDefault(),m.optionsRef.current&&!m.optionsPropsRef.current.static&&e.stopPropagation(),f.closeCombobox());case Do.Tab:if(y.current=!1,0!==m.comboboxState)return;0===m.mode&&f.selectActiveOption(),f.closeCombobox()}})),S=Js((e=>{f.openCombobox(),null==c||c(e)})),_=Js((()=>{y.current=!1})),k=Yd((()=>{if(m.labelId)return[m.labelId].join(" ")}),[m.labelId]),C=(0,t.useMemo)((()=>({open:0===m.comboboxState,disabled:m.disabled})),[m]);return Is({ourProps:{ref:h,id:l,role:"combobox",type:u,"aria-controls":null==(a=m.optionsRef.current)?void 0:a.id,"aria-expanded":m.disabled?void 0:0===m.comboboxState,"aria-activedescendant":null===m.activeOptionIndex||null==(n=m.options[m.activeOptionIndex])?void 0:n.id,"aria-multiselectable":1===m.mode||void 0,"aria-labelledby":k,"aria-autocomplete":"list",defaultValue:null!=(o=null!=(s=e.defaultValue)?s:void 0!==m.defaultValue?null==d?void 0:d(m.defaultValue):null)?o:m.defaultValue,disabled:m.disabled,onCompositionStart:E,onCompositionEnd:w,onKeyDown:x,onChange:S,onBlur:_},theirProps:p,slot:C,defaultTag:"input",name:"Combobox.Input"})})),op=zs((function(e,r){var a;let n=tp("Combobox.Button"),s=Xu("Combobox.Button"),o=eo(n.buttonRef,r),i=Ao(),{id:l=`headlessui-combobox-button-${i}`,...c}=e,d=no(),u=Js((e=>{switch(e.key){case Do.ArrowDown:return e.preventDefault(),e.stopPropagation(),1===n.comboboxState&&s.openCombobox(),d.nextFrame((()=>{var e;return null==(e=n.inputRef.current)?void 0:e.focus({preventScroll:!0})}));case Do.ArrowUp:return e.preventDefault(),e.stopPropagation(),1===n.comboboxState&&(s.openCombobox(),d.nextFrame((()=>{n.value||s.goToOption(Jd.Last)}))),d.nextFrame((()=>{var e;return null==(e=n.inputRef.current)?void 0:e.focus({preventScroll:!0})}));case Do.Escape:return 0!==n.comboboxState?void 0:(e.preventDefault(),n.optionsRef.current&&!n.optionsPropsRef.current.static&&e.stopPropagation(),s.closeCombobox(),d.nextFrame((()=>{var e;return null==(e=n.inputRef.current)?void 0:e.focus({preventScroll:!0})})));default:return}})),p=Js((e=>{if(zo(e.currentTarget))return e.preventDefault();0===n.comboboxState?s.closeCombobox():(e.preventDefault(),s.openCombobox()),d.nextFrame((()=>{var e;return null==(e=n.inputRef.current)?void 0:e.focus({preventScroll:!0})}))})),m=Yd((()=>{if(n.labelId)return[n.labelId,l].join(" ")}),[n.labelId,l]),f=(0,t.useMemo)((()=>({open:0===n.comboboxState,disabled:n.disabled,value:n.value})),[n]);return Is({ourProps:{ref:o,id:l,type:jo(e,n.buttonRef),tabIndex:-1,"aria-haspopup":"listbox","aria-controls":null==(a=n.optionsRef.current)?void 0:a.id,"aria-expanded":n.disabled?void 0:0===n.comboboxState,"aria-labelledby":m,disabled:n.disabled,onClick:p,onKeyDown:u},theirProps:c,slot:f,defaultTag:"button",name:"Combobox.Button"})})),ip=zs((function(e,r){let a=Ao(),{id:n=`headlessui-combobox-label-${a}`,...s}=e,o=tp("Combobox.Label"),i=Xu("Combobox.Label"),l=eo(o.labelRef,r);Gs((()=>i.registerLabel(n)),[n]);let c=Js((()=>{var e;return null==(e=o.inputRef.current)?void 0:e.focus({preventScroll:!0})})),d=(0,t.useMemo)((()=>({open:0===o.comboboxState,disabled:o.disabled})),[o]);return Is({ourProps:{ref:l,id:n,onClick:c},theirProps:s,slot:d,defaultTag:"label",name:"Combobox.Label"})})),lp=Ms.RenderStrategy|Ms.Static,cp=zs((function(e,r){let a=Ao(),{id:n=`headlessui-combobox-options-${a}`,hold:s=!1,...o}=e,i=tp("Combobox.Options"),l=eo(i.optionsRef,r),c=qs(),d=null!==c?c===Bs.Open:0===i.comboboxState;Gs((()=>{var t;i.optionsPropsRef.current.static=null!=(t=e.static)&&t}),[i.optionsPropsRef,e.static]),Gs((()=>{i.optionsPropsRef.current.hold=s}),[i.optionsPropsRef,s]),function({container:e,accept:r,walk:a,enabled:n=!0}){let s=(0,t.useRef)(r),o=(0,t.useRef)(a);(0,t.useEffect)((()=>{s.current=r,o.current=a}),[r,a]),Gs((()=>{if(!e||!n)return;let t=Uo(e);if(!t)return;let r=s.current,a=o.current,i=Object.assign((e=>r(e)),{acceptNode:r}),l=t.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,i,!1);for(;l.nextNode();)a(l.currentNode)}),[e,n,s,o])}({container:i.optionsRef.current,enabled:0===i.comboboxState,accept:e=>"option"===e.getAttribute("role")?NodeFilter.FILTER_REJECT:e.hasAttribute("role")?NodeFilter.FILTER_SKIP:NodeFilter.FILTER_ACCEPT,walk(e){e.setAttribute("role","none")}});let u=Yd((()=>{var e,t;return null!=(t=i.labelId)?t:null==(e=i.buttonRef.current)?void 0:e.id}),[i.labelId,i.buttonRef.current]);return Is({ourProps:{"aria-labelledby":u,role:"listbox",id:n,ref:l},theirProps:o,slot:(0,t.useMemo)((()=>({open:0===i.comboboxState})),[i]),defaultTag:"ul",features:lp,visible:d,name:"Combobox.Options"})})),dp=zs((function(e,r){var a,n;let s=Ao(),{id:o=`headlessui-combobox-option-${s}`,disabled:i=!1,value:l,...c}=e,d=tp("Combobox.Option"),u=Xu("Combobox.Option"),p=null!==d.activeOptionIndex&&d.options[d.activeOptionIndex].id===o,m=d.isSelected(l),f=(0,t.useRef)(null),h=Ks({disabled:i,value:l,domRef:f,textValue:null==(n=null==(a=f.current)?void 0:a.textContent)?void 0:n.toLowerCase()}),y=eo(r,f),g=Js((()=>u.selectOption(o)));Gs((()=>u.registerOption(o,h)),[h,o]);let v=(0,t.useRef)(!d.__demoMode);Gs((()=>{if(!d.__demoMode)return;let e=to();return e.requestAnimationFrame((()=>{v.current=!0})),e.dispose}),[]),Gs((()=>{if(0!==d.comboboxState||!p||!v.current||0===d.activationTrigger)return;let e=to();return e.requestAnimationFrame((()=>{var e,t;null==(t=null==(e=f.current)?void 0:e.scrollIntoView)||t.call(e,{block:"nearest"})})),e.dispose}),[f,p,d.comboboxState,d.activationTrigger,d.activeOptionIndex]);let b=Js((e=>{if(i)return e.preventDefault();g(),0===d.mode&&u.closeCombobox()})),E=Js((()=>{if(i)return u.goToOption(Jd.Nothing);u.goToOption(Jd.Specific,o)})),w=yu(),x=Js((e=>w.update(e))),S=Js((e=>{!w.wasMoved(e)||i||p||u.goToOption(Jd.Specific,o,0)})),_=Js((e=>{!w.wasMoved(e)||i||!p||d.optionsPropsRef.current.hold||u.goToOption(Jd.Nothing)})),k=(0,t.useMemo)((()=>({active:p,selected:m,disabled:i})),[p,m,i]);return Is({ourProps:{id:o,ref:y,role:"option",tabIndex:!0===i?void 0:-1,"aria-disabled":!0===i||void 0,"aria-selected":m,disabled:void 0,onClick:b,onFocus:E,onPointerEnter:x,onMouseEnter:x,onPointerMove:S,onMouseMove:S,onPointerLeave:_,onMouseLeave:_},theirProps:c,slot:k,defaultTag:"li",name:"Combobox.Option"})})),up=Object.assign(np,{Input:sp,Button:op,Label:ip,Options:cp,Option:dp});function pp(e){return e&&e.label?e.label:null}function mp({id:e,value:r,label:a,onChange:n,onQueryChange:s,options:o,placeholder:i,isLoading:c}){const[d,u]=(0,l.useState)(o),[p,m]=(0,l.useState)(""),f=(0,l.useCallback)((e=>{m(e.target.value)}),[m]),h=(0,l.useCallback)((()=>{m("")}),[m]);(0,l.useEffect)((()=>{u(o)}),[o]),(0,l.useEffect)((()=>{s?s(p):u(o.filter((e=>e.label.toLowerCase().includes(p.toLowerCase()))))}),[p,s]);const y=(0,l.useCallback)(((e,t)=>({selected:r,active:a})=>Ml({selected:r||e===t,active:a})),[Ml]),g=(0,l.useCallback)((e=>t=>{e&&t.stopPropagation()}),[]);return(0,t.createElement)(up,{id:e,as:"div",value:r,onChange:n,onBlur:h},(({open:n})=>(0,t.createElement)(l.Fragment,null,a&&(0,t.createElement)(up.Label,{className:"yst-block yst-mb-1 yst-max-w-sm yst-text-sm yst-font-medium yst-text-slate-700"},a),(0,t.createElement)("div",{className:"yst-h-[45px] yst-max-w-sm yst-relative"},(0,t.createElement)(up.Button,{"data-id":`button-${e}`,role:"button",className:"yst-w-full yst-h-full yst-rounded-md yst-border yst-border-slate-300 yst-flex yst-items-center yst-rounded-r-md yst-ps-3 yst-pe-2 focus-within:yst-border-primary-500 focus-within:yst-outline-none focus-within:yst-ring-1 focus-within:yst-ring-primary-500",as:"div"},(0,t.createElement)(up.Input,{"data-id":`input-${e}`,className:"yst-w-full yst-text-slate-700 yst-rounded-md yst-border-0 yst-outline-none yst-bg-white yst-py-2 yst-ps-0 yst-pe-10 yst-shadow-none sm:yst-text-sm",onChange:f,displayValue:pp,placeholder:i,onClick:g(n)}),(0,t.createElement)(Du,{className:"yst-h-5 yst-w-5 yst-text-slate-400 yst-inset-y-0 yst-end-0","aria-hidden":"true"})),d.length>0&&(0,t.createElement)(up.Options,{className:"yst-absolute yst-z-10 yst-mt-1 yst-max-h-60 yst-w-full yst-overflow-auto yst-rounded-md yst-bg-white yst-text-base yst-shadow-lg yst-ring-1 yst-ring-black yst-ring-opacity-5 focus:yst-outline-none sm:yst-text-sm"},c&&(0,t.createElement)("div",{className:"yst-flex yst-bg-white yst-sticky yst-z-20 yst-text-sm yst-italic yst-top-0 yst-py-2 yst-ps-3 yst-pe-9 yst-my-0"},(0,t.createElement)(Uu,{className:"yst-text-primary-500 yst-h-4 yst-w-4 yst-me-2 yst-self-center"}),(0,Vt.__)("Loading…","wordpress-seo")),d.map((e=>(0,t.createElement)(up.Option,{key:`yst-option-${e.value}`,value:e,className:y(e.value,r.value)},(({selected:a})=>(0,t.createElement)(l.Fragment,null,(0,t.createElement)("span",{className:Ro()("yst-block yst-truncate",(a||r.value===e.value)&&"yst-font-semibold")},e.label),(a||r.value===e.value)&&(0,t.createElement)("span",{className:"yst-absolute yst-inset-y-0 yst-end-0 yst-flex yst-items-center yst-pe-4 yst-text-white"},(0,t.createElement)(tc,{className:"yst-h-5 yst-w-5","aria-hidden":"true"}))))))))))))}mp.propTypes={onChange:Gt().func.isRequired,options:Gt().array.isRequired,id:Gt().string.isRequired,value:Gt().shape({value:Gt().number,label:Gt().string}),label:Gt().string,onQueryChange:Gt().func,placeholder:Gt().string,isLoading:Gt().bool},mp.defaultProps={value:null,label:"",onQueryChange:null,placeholder:(0,Vt.__)("Select an option","wordpress-seo"),isLoading:!1};const fp={"X-WP-NONCE":wpApiSettings.nonce},hp=wpApiSettings.root;function yp({initialValue:e,onChangeCallback:r,placeholder:a}){const[n,s]=(0,l.useState)([]),[o,i]=(0,l.useState)({value:e.id,label:e.name}),[c,d]=(0,l.useState)(!1),p=(0,l.useRef)(!0);(0,l.useEffect)((()=>()=>{p.current=!1}),[]);const m=(0,l.useCallback)((e=>{i(e),r(e)})),f=(0,l.useCallback)((0,u.debounce)((async e=>{d(!0);const t=await function(e=""){const t=`${hp}wp/v2/users?per_page=20${e?`&search=${encodeURIComponent(e)}`:""}`;return(0,Ld.sendRequest)(t,{method:"GET",headers:fp})}(e);p.current&&(d(!1),s(t.map((e=>({value:e.id,label:e.name})))))}),500),[]);return(0,t.createElement)(mp,{id:"yoast-configuration-user-select",value:o,label:(0,Vt.__)("Name","wordpress-seo"),onChange:m,onQueryChange:f,options:n,placeholder:a,isLoading:c})}function gp({dispatch:e,imageUrl:r,fallbackImageUrl:a,person:n,canEditUser:s}){const o=(0,l.useCallback)((()=>{$u((t=>{e({type:"SET_PERSON_LOGO",payload:{...t}})}))}),[$u]),i=(0,l.useCallback)((()=>{e({type:"REMOVE_PERSON_LOGO"})})),c=(0,l.useCallback)((t=>{e({type:"SET_PERSON",payload:t}),ks()({path:`yoast/v1/configuration/check_capability?user_id=${t.value}`}).then((t=>{e({type:"SET_CAN_EDIT_USER",payload:t.success})})).catch((e=>{console.error(e.message)}))}),[e]),d=(0,Vt.__)("You have selected the user %1$s as the person this site represents. This user profile information will now be used in search results. %2$sUpdate this profile to make sure the information is correct%3$s.","wordpress-seo"),u=(0,Vt.__)("You have selected the user %1$s as the person this site represents. This user profile information will now be used in search results. You're not allowed to update this user profile, so please ask this user or an admin to make sure the information is correct.","wordpress-seo"),p=(0,l.useMemo)((()=>(0,l.createInterpolateElement)((0,Vt.sprintf)(s?d:u,`<b>${n.name}</b>`,"<a>","</a>"),{b:(0,t.createElement)("b",null),a:(0,t.createElement)("a",{id:"yoast-configuration-user-selector-user-link",href:window.wpseoScriptData.userEditUrl.replace("{user_id}",n.id),target:"_blank",rel:"noopener noreferrer"})})),[n.id,n.name,s]);return(0,t.createElement)(l.Fragment,null,(0,t.createElement)(yp,{initialValue:n,onChangeCallback:c,name:"person_id",placeholder:(0,Vt.__)("Select a user","wordpress-seo")}),(0,t.createElement)(Jl,{id:"user-representation-alert",isVisible:0!==n.id,type:"info",className:"yst-mt-5"},p),(0,t.createElement)(Bu,{className:"yst-mt-6",id:"person-logo-input",url:r,fallbackUrl:a,onSelectImageClick:o,onRemoveImageClick:i,imageAltText:"",hasPreview:!0,label:(0,Vt.__)("Personal logo or avatar","wordpress-seo")}))}function vp({onOrganizationOrPersonChange:e,dispatch:r,state:a,siteRepresentationEmpty:n}){const[s,o]=(0,l.useState)("emptyChoice"===a.companyOrPerson?"yst-opacity-0":"yst-opacity-100"),i=(0,l.useCallback)((()=>{o("yst-opacity-100")})),c=(0,l.useCallback)((e=>{r({type:"CHANGE_WEBSITE_NAME",payload:e.target.value})})),d=Kd((0,Vt.sprintf)(/* translators: %1$s expands to opening 'a' HTML tag, %2$s expands to closing 'a' HTML tag. */ (0,Vt.__)("Completing this step helps Google to understand your site even better. Bonus: You'll improve your chance of getting %1$srich results%2$s!","wordpress-seo"),"<a>","</a>"),"https://yoa.st/config-workout-rich-results","yoast-configuration-rich-text-link");return(0,t.createElement)(l.Fragment,null,window.wpseoFirstTimeConfigurationData.knowledgeGraphMessage&&(0,t.createElement)(Yl,{type:"info"},window.wpseoFirstTimeConfigurationData.knowledgeGraphMessage),(0,t.createElement)("p",{className:Ro()("yst-text-sm yst-whitespace-pre-line yst-mb-6",a.shouldForceCompany?"yst-mt-4":"yst-mt-0")},a.shouldForceCompany?d:(0,t.createElement)(l.Fragment,null,(0,Vt.__)("Tell us! Is your site about an organization or a person?","wordpress-seo"),d)),(0,t.createElement)(zu,{id:"organization-person-select",htmlFor:"organization-person-select",name:"organization",label:(0,Vt.__)("Does your site represent an Organization or Person?","wordpress-seo"),value:a.shouldForceCompany?"company":a.companyOrPerson,onChange:e,choices:a.companyOrPersonOptions,disabled:!!a.shouldForceCompany}),!("company"===a.companyOrPerson&&a.companyName&&a.companyLogo||"company"===a.companyOrPerson&&!a.companyLogoFallback||"person"===a.companyOrPerson&&a.personLogo||"person"===a.companyOrPerson&&!a.personLogoFallback)&&(0,t.createElement)(Yl,{type:"info",className:"yst-mt-6"},(0,Vt.__)("We took the liberty of using your website name and logo for the organization name and logo. Feel free to change them below.","wordpress-seo")),(0,t.createElement)(ql,{className:"yst-my-6",id:"website-name-input",name:"website-name",label:(0,Vt.__)("Website name","wordpress-seo"),value:a.websiteName||a.fallbackWebsiteName,onChange:c,feedback:{isVisible:a.errorFields.includes("website_name"),message:[(0,Vt.__)("We could not save the website name. Please check the value.","wordpress-seo")],type:"error"}}),(0,t.createElement)(Kl.Z,{height:["company","person"].includes(a.companyOrPerson)?"auto":0,duration:400,easing:"linear",onAnimationEnd:i},(0,t.createElement)("div",{className:Ro()("yst-transition-opacity yst-duration-300 yst-mt-6",s)},"company"===a.companyOrPerson&&(0,t.createElement)(Hu,{dispatch:r,imageUrl:a.companyLogo,fallbackImageUrl:a.companyLogoFallback,organizationName:a.companyName,fallbackOrganizationName:a.fallbackCompanyName,errorFields:a.errorFields}),"person"===a.companyOrPerson&&(0,t.createElement)(gp,{dispatch:r,imageUrl:a.personLogo,fallbackImageUrl:a.personLogoFallback,person:{id:a.personId,name:a.personName},canEditUser:!!a.canEditUser,errorFields:a.errorFields}))),(0,t.createElement)(Jl,{id:"site-representation-empty-alert",isVisible:n,className:"yst-mt-6"},(0,Vt.__)("You're almost there! Complete all settings in this step so search engines know what your site is about.","wordpress-seo")))}yp.propTypes={initialValue:Gt().shape({id:Gt().number,name:Gt().string}),onChangeCallback:Gt().func,placeholder:Gt().string},yp.defaultProps={initialValue:{id:0,name:""},onChangeCallback:u.noop,placeholder:(0,Vt.__)("Select a user","wordpress-seo")},gp.propTypes={dispatch:Gt().func.isRequired,imageUrl:Gt().string,fallbackImageUrl:Gt().string,person:Gt().shape({id:Gt().number,name:Gt().string}),canEditUser:Gt().bool.isRequired},gp.defaultProps={imageUrl:"",fallbackImageUrl:"",person:{id:0,name:""}},vp.propTypes={onOrganizationOrPersonChange:Gt().func.isRequired,dispatch:Gt().func.isRequired,state:Gt().object.isRequired,siteRepresentationEmpty:Gt().bool.isRequired};const bp=(0,Vt.__)("Oops! Something went wrong. Check your email address and try again.","wordpress-seo"),Ep=(0,Vt.__)("Please enter a valid email address.","wordpress-seo"),wp=(0,Vt.__)("Thank you! Check your inbox for the confirmation email.","wordpress-seo");function xp({gdprLink:e}){const[r,a]=(0,l.useState)(""),[n,s]=(0,l.useState)("waiting"),[o,i]=(0,l.useState)(""),c=(0,l.useCallback)((async function(){if(!(0,ms.isEmail)(r))return s("error"),void i(Ep);s("loading"),(await async function(e){return(await fetch("https://my.yoast.com/api/Mailing-list/subscribe",{method:"POST",mode:"cors",cache:"no-cache",credentials:"same-origin",headers:{"Content-Type":"application/json"},redirect:"follow",referrerPolicy:"no-referrer",body:JSON.stringify({customerDetails:{firstName:"",email:e},list:"Yoast newsletter",source:"free"})})).json()}(r)).error?(s("error"),i(bp)):(s("success"),i(wp))}),[r]),d=(0,l.useCallback)((e=>{s("waiting"),a(e.target.value)}),[a]);return(0,t.createElement)(l.Fragment,null,(0,t.createElement)("h4",{className:"yst-text-slate-900 yst-text-base yst-leading-6 yst-font-normal"},(0,Vt.__)("Get free weekly SEO tips!","wordpress-seo")),(0,t.createElement)("p",{className:"yst-my-2"},(0,Vt.sprintf)(/* translators: %1$s expands to "Yoast SEO", %2$s expands to "Yoast SEO". */ (0,Vt.__)("Subscribe to the %1$s newsletter to receive best practices for improving your rankings, save time on SEO tasks, stay up-to-date with the latest SEO news, and get expert guidance on how to make the most of %2$s!","wordpress-seo"),"Yoast SEO","Yoast SEO")),(0,t.createElement)("div",{className:"yst-flex yst-items-start yst-gap-2 yst-mt-4"},(0,t.createElement)(ql,{label:(0,Vt.__)("Email address","wordpress-seo"),id:"newsletter-email",name:"newsletter email",value:r,onChange:d,className:"yst-grow",type:"email",placeholder:(0,Vt.__)("E.g. example@email.com","wordpress-seo"),feedback:{isVisible:["error","success"].includes(n),type:n,message:[o]}}),(0,t.createElement)("button",{type:"button",id:"newsletter-sign-up-button",className:"yst-button yst-button--primary yst-h-[45px] yst-items-center yst-mt-[27.5px] yst-shrink-0",onClick:c,disabled:"loading"===n,"data-hiive-event-name":"clicked_signup | personal preferences"},(0,Vt.__)("Yes, give me your free tips!","wordpress-seo"))),(0,t.createElement)("p",{className:"yst-text-slate-600 yst-text-xxs yst-leading-4"},Kd((0,Vt.sprintf)( // translators: %1$s and %2$s are replaced by opening and closing anchor tags. (0,Vt.__)("Yoast respects your privacy. Read %1$sour privacy policy%2$s on how we handle your personal information.","wordpress-seo"),"<a>","</a>"),e,"yoast-configuration-gdpr-link")))}xp.propTypes={gdprLink:Gt().string},xp.defaultProps={gdprLink:""};const Sp={variant:{default:"","inline-block":"yst-radio-group--inline-block"}},_p=({id:e,name:r,value:a,label:n,className:s,...o})=>(0,t.createElement)("div",{className:Ro()("yst-radio",s)},(0,t.createElement)("input",{type:"radio",id:e,name:r,value:a,className:"yst-radio__input",...o}),n&&(0,t.createElement)(kp,{htmlFor:e,className:"yst-radio__label"},n));_p.propTypes={name:Gt().string.isRequired,id:Gt().string.isRequired,value:Gt().oneOfType([Gt().string,Gt().number]).isRequired,label:Gt().string.isRequired,variant:Gt().oneOf(Object.keys({default:"","inline-block":"yst-radio--inline-block"})),className:Gt().string},_p.defaultProps={variant:"default",className:""};const kp=({children:e,as:r,className:a,...n})=>(0,t.createElement)(r,{className:Ro()("yst-label",a),...n},e);kp.propTypes={children:Gt().node.isRequired,as:Gt().elementType,className:Gt().string},kp.defaultProps={as:"label",className:""};const Cp=({children:e,id:r,name:a,value:n,label:s,options:o,onChange:i,variant:c,className:d,...u})=>{const p=(0,l.useCallback)((({target:e})=>e.checked&&i(e.value)),[i]);return(0,t.createElement)("fieldset",{className:Ro()("yst-radio-group",Sp.variant[c],d)},s&&(0,t.createElement)(kp,{as:"legend",className:"yst-radio-group__label"},s),e&&(0,t.createElement)("div",{className:"yst-radio-group__description"},e),(0,t.createElement)("div",{className:"yst-radio-group__options"},o.map(((e,s)=>{const o=`${r}-${s}`;return(0,t.createElement)(_p,{key:o,id:o,name:a,value:e.value,label:e.label,variant:c,checked:n===e.value,onChange:p,...u})}))))};Cp.propTypes={children:Gt().node,id:Gt().string.isRequired,name:Gt().string.isRequired,value:Gt().oneOfType([Gt().string,Gt().number]).isRequired,options:Gt().arrayOf(Gt().shape({value:Gt().oneOfType([Gt().string,Gt().number]).isRequired,label:Gt().string.isRequired})).isRequired,onChange:Gt().func.isRequired,label:Gt().node,variant:Gt().oneOf(Object.keys(Sp.variant)),className:Gt().string},Cp.defaultProps={children:null,label:null,variant:"default",className:""};const Rp=Cp,Pp=(0,Ld.makeOutboundLink)();function Np({state:e,setTracking:r}){return(0,t.createElement)(l.Fragment,null,!e.isPremium&&(0,t.createElement)(l.Fragment,null,(0,t.createElement)(xp,{gdprLink:window.wpseoFirstTimeConfigurationData.shortlinks.gdpr}),(0,t.createElement)("br",null)),(0,t.createElement)("h4",{className:"yst-text-slate-900 yst-text-base yst-leading-6 yst-font-normal"},(0,Vt.__)("Are you open to help us improve our services?","wordpress-seo")),!!e.isMainSite&&!e.isTrackingAllowedMultisite&&(0,t.createElement)(Yl,{type:"warning",className:"yst-mt-2"},(0,Vt.__)("This feature has been disabled by the network admin.","wordpress-seo")),!e.isMainSite&&(0,t.createElement)(Yl,{type:"warning",className:"yst-mt-2"},(0,Vt.__)("This feature has been disabled since subsites never send tracking data.","wordpress-seo")),(0,t.createElement)("p",{className:Ro()("yst-text-normal yst-mt-2 yst-mb-4",e.isMainSite&&e.isTrackingAllowedMultisite?"":"yst-opacity-50")},(0,Vt.sprintf)(/* translators: 1: Yoast SEO. */ (0,Vt.__)("Can we collect anonymous information about your website to enhance %1$s?","wordpress-seo"),"Yoast SEO")),(0,t.createElement)(Rp,{id:"yoast-configuration-tracking-radio-button",name:"yoast-configuration-tracking",value:e.tracking,onChange:r,className:e.isMainSite&&e.isTrackingAllowedMultisite?"":"yst-opacity-50",disabled:!e.isMainSite||!e.isTrackingAllowedMultisite,options:[{value:0,label:(0,Vt.__)("No, I don't want to share my site data","wordpress-seo")},{value:1,label:(0,Vt.__)("Yes, you can collect my site data","wordpress-seo")}]}),!!e.isMainSite&&!!e.isTrackingAllowedMultisite&&(0,t.createElement)(l.Fragment,null,(0,t.createElement)(Pp,{className:"yst-inline-block yst-mt-4",href:"https://yoa.st/config-workout-tracking"},(0,Vt.__)("What data will be collected and why?","wordpress-seo")),(0,t.createElement)("p",{className:"yst-my-2"},(0,t.createElement)("i",null,(0,Vt.__)("Important: We won't sell this data, and we won't collect any personal information about you or your visitors.","wordpress-seo")))))}var Op,Tp,Mp,Lp,Ip,Ap,Dp,zp,Fp,jp,Up,Bp,qp,$p,Hp,Vp,Wp,Gp,Zp,Kp,Yp,Jp,Qp,Xp,em,tm,rm,am,nm,sm,om,im,lm,cm,dm,um,pm,mm,fm,hm,ym,gm,vm,bm,Em,wm,xm,Sm,_m,km,Cm;function Rm(){return Rm=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e},Rm.apply(this,arguments)}Np.propTypes={state:Gt().object.isRequired,setTracking:Gt().func.isRequired};const Pm=e=>t.createElement("svg",Rm({xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",className:"indexables_2_left_bubble_optm_svg__yst-shrink-0 indexables_2_left_bubble_optm_svg__yst-h-28",viewBox:"0 0 289.98 291.69"},e),Op||(Op=t.createElement("path",{fill:"#006531",d:"M178.09 168c6.2.88 11.73 57.74 10.9 64-1 7.61-20.47 21.56-35.83 16.83s-22.28-17.36-17.85-26.51 36.58-55.25 42.78-54.32z"})),Tp||(Tp=t.createElement("path",{fill:"#f0ecf0",d:"M256.47 217s6 6 13.08 13.82a131.19 131.19 0 1 0-181.07 40.45q3.55 2.25 7.23 4.27c.71-2.79 1.36-5 1.81-6.64 1.48-5.32 6.32-14.53 5.36-19.55s-4.13-7.68-3.54-20.08a114.5 114.5 0 0 1 3.54-25.72 14.88 14.88 0 0 0-7.09-1.77 113.17 113.17 0 0 1 10.95-12c6.87-21.57 17-42 23.64-51.22 6.22-8.64 29.37-10.27 52.71-6.72s47.75 28.12 40.37 63-28.46 44.21-30.79 49.23-5.57 18.8-3.65 23.67c1.29 3.28 6.19 9.05 11.85 17.05a130.91 130.91 0 0 0 48-28.94c-8.87-9.55-19.31-20.38-19.87-21.12 9.73-11.73 15.92-18.83 27.47-17.73z"})),Mp||(Mp=t.createElement("path",{fill:"#006531",d:"M150.14 131.06c-3.25-1.48-3.86-.12-7.4.48s-18.86-1.18-23.91.81c-9.9 3.91-14 11.82-16 20.27s.54 19.16 1.72 25.95-3.39 53.18-3.09 59.38 20.2 11.57 22.27.35 15.33-65.3 15.33-65.3 14.33-40.46 11.08-41.94z"})),Lp||(Lp=t.createElement("path",{fill:"#b498c6",d:"M49 177.58c26.5 32.94 70.46 51.81 71.35 58.6s-3.84 13.34-8.87 16.29-30.71-3.4-45.77-22.47c-15.55-19.67-28.56-37.13-28.56-37.13s5.68-8.18 11.85-15.29z"})),Ip||(Ip=t.createElement("path",{fill:"#006531",d:"M132.36 152.53c-4.21 2.95-21 27.42-26.52 32-4.18 3.48-14.36 15.36-15.25 23.63s6.39 19.91 16 25.4c5.24 3 23.88-5.3 25.65-13.27s4.32-70.72.12-67.76z"})),Ap||(Ap=t.createElement("path",{fill:"#006531",d:"M192.67 244.07c2.37-5 23.4-14.36 30.79-49.21s-17-59.44-40.37-63-46.49-1.86-52.71 6.74c-6.63 9.2-16.77 29.65-23.64 51.22 15.28-14.48 30.08-20.49 39.86-32.18-.3 1.55 8.49 23.45 11.81 28.36 4.15 6.13 14.16 17.89 20.38 31-10.34-1.92-21.49-1.6-31.9 2.41-2.66 6.3-2.07 16.93-.88 22.84-2.28 17.87-2.12 33.54.46 48.85 4.06.37 8.17.58 12.32.58a131.19 131.19 0 0 0 42.08-6.9c-5.66-8-10.56-13.77-11.85-17-1.92-4.91 1.29-18.69 3.65-23.71zM112.56 231c-.27-7.26-.22-8.8.78-20.95-2.89-1.6-6.55-4.57-10.46-6.48a114.5 114.5 0 0 0-3.54 25.72c-.59 12.4 2.59 15.06 3.54 20.08S99 263.58 97.52 268.9c-.45 1.6-1.1 3.85-1.81 6.64a127.06 127.06 0 0 0 13.85 6.58c-1.44-18.61-1.04-36.3 3-51.12z"})),Dp||(Dp=t.createElement("path",{fill:"#b498c6",d:"M269.55 230.83C262.43 223 256.47 217 256.47 217c-11.55-1.11-17.74 6-27.47 17.72.56.74 11 11.57 19.88 21.12a132.58 132.58 0 0 0 20.67-25.01z"})),zp||(zp=t.createElement("path",{fill:"#89bc3b",d:"M95.79 201.78a14.88 14.88 0 0 1 7.09 1.77c1.1-4.56 2.4-9.17 3.86-13.73a113.74 113.74 0 0 0-10.95 11.96z"})),Fp||(Fp=t.createElement("path",{fill:"#89bc3b",d:"M112.56 231c-4 14.84-4.44 32.53-3 51.14a130.52 130.52 0 0 0 36.91 9c-2.58-15.31-2.74-31-.46-48.85-1.19-5.91-1.78-16.54.88-22.84 10.41-4 21.56-4.33 31.9-2.41-6.22-13.12-16.23-24.88-20.38-31-3.32-4.91-12.11-26.81-11.81-28.36-9.78 11.69-24.58 17.7-39.86 32.18-1.46 4.56-2.76 9.17-3.86 13.73 3.91 1.91 7.57 4.88 10.46 6.48-1 12.11-1.05 13.65-.78 20.93z"})),jp||(jp=t.createElement("path",{fill:"#b498c6",d:"M35.85 151.6s2.66 3.18 4.43 5.55 4.66 16 8.68 20.43-7 12.22-7 12.22c-12-.92-23-13.34-21-28.7 0 0 3.25-4.73 3.84-6.5s-.18-5-.18-5a34.85 34.85 0 0 1-4.29-6.21c-1.21-2.65-.84-6.46.37-9.18s4.56-2.56 4.68-1.89c.31 1.74 2 8.86 1.86 8.6-.87-2.01 2.67 2.19 8.61 10.68z"})),Up||(Up=t.createElement("path",{fill:"#b498c6",d:"M32.13 155.37c-12 4.78-18.36 1.3-24.56 4.84s1.22 17.61 1.22 17.61 1.84 6.8 5.39 11.23 24.27 4.41 24.27 4.41l10.15-13.52z"})),Bp||(Bp=t.createElement("path",{fill:"#b498c6",d:"M28.47 184.32c-.59.89-5.5 6.45-8.45 7.45s-6.34-.66-6.34-.66c-3.64-1.42-4.81-3.6-3.07-6.2 0 0 10.29-.52 7.34.18s7.57-4.31 7.57-4.31c1.96.66 3.09 1.77 2.95 3.54z"})),qp||(qp=t.createElement("path",{fill:"#8b6c9c",d:"M25.52 180.78c7.47.85-3.24 16.33-11.84 10.33 5.39 1.3 7.32.21 10.71-3.07 2.5-2.49 3.06-2.79 2.42-5.24a2.59 2.59 0 0 0-1.29-2.02z"})),$p||($p=t.createElement("path",{fill:"#b498c6",d:"M5.48 176.94c-2.11 2.55-1.17 5.19 4.13 8l8.39 1.15 8.57-5.31a8.67 8.67 0 0 0-.89-6.8l-10.34 3.25z"})),Hp||(Hp=t.createElement("path",{fill:"#8b6c9c",d:"M9.61 184.91c7.51.44 7.78 1.78 12.14-.95 5-3.14 5.69-4.17 3.88-10 4.06 5.07 1.3 7.9-3.35 10.83-3.09 1.94-6.79 2.92-12.67.12z"})),Vp||(Vp=t.createElement("path",{fill:"#b498c6",d:"M1.34 168.67c-3.06 1.58-.35 9.08 2.77 9l11.18-.41s9.12-2 10.34-3.25c1.81-1.8-.57-7.7-1.48-7.38l-10.93 3z"})),Wp||(Wp=t.createElement("path",{fill:"#8b6c9c",d:"M4.11 177.64c11.75.39 10.61 4.06 19.09-3.93 1.37-1.34-.15-7.07-1.05-7.11 1.23-.32 4.11 5.64 1.75 7.82-5.45 5.13-8.43 7.58-19.79 3.22z"})),Gp||(Gp=t.createElement("path",{fill:"#b498c6",d:"M4.59 159.81c-2.79.54-3.52 2-3.54 5.43s-.94 2.44 1.29 3.43 13.88.88 13.88.88l7.93-3c.73-2.37.66-4.59-1.18-6.5l-9.4-.89a69.28 69.28 0 0 0-8.98.65z"})),Zp||(Zp=t.createElement("path",{fill:"#8b6c9c",d:"M2.34 168.67c1.27.26 12.13.39 13.88.38-.45.09-.73.24 7.76-2.92-.91 1 .41-.43.05-2.9-.51-3.6-2.16-2.54-5.81-3.09-4.5-.9-9.43-1.88 4.8-.54.53.05 3 2.56 1.61 7.14-.11.36.83-.09-8.31 3.31-3.68.02-10.94.14-13.98-1.38z"})),Kp||(Kp=t.createElement("path",{fill:"#006531",d:"M197.4 137.56c4.72.88 31.31 19.79 39.83 35.92 3.33 6.31 6 21.38 8.9 27.58s13.59 18.31 14.48 19.79c-17.13 2.66-27.18 19.2-27.18 19.2-4-3.26-43.16-44.31-44-46.38-3.25-7.97 3.24-57 7.97-56.11z"})),Yp||(Yp=t.createElement("path",{fill:"#006531",d:"M195.4 110.09c-1.55 13 2 27.47 2 27.47s-44.31 21.26-50.8 20.08-3-24.33-3-24.33-.88-13.29 1.48-17.13 4.75-9.93 13-11.11 38.1-1.57 37.32 5.02z"})),Jp||(Jp=t.createElement("path",{fill:"#b498c6",d:"M147.3 154.39s11.48-21.63 15-24.29 18.72-8.83 22.56-10 3.84-5.31 5-8.56 1.48-29.79 1.48-29.79l-45.29 2 4.73 39.81c.36 12.52-4.85 19.83-3.48 30.83z"})),Qp||(Qp=t.createElement("path",{fill:"#89bc3b",d:"M195.45 138.74s27.35 19.2 39.05 36.26c2.65 3.85 4.84 20.79 7.2 25.81s10.05 15.07 10.05 15.07l5.31.29 3.55 4.73c-9.41 1.64-18.27 9.31-27.18 19.2l-6.49-5.62c5.46-7.09 11.49-13 18.9-15.94 0 0-7.68-12.11-9.75-16.54s-4.52-21.19-7.2-26.41c-9-17.6-39.06-34.73-39.06-34.73z"})),Xp||(Xp=t.createElement("path",{fill:"#093f22",d:"m192.38 197.7 21.02 21.79-2.66 5.31-15.36 5.61 11.88-10.33-14.88-22.38zm-71.73-50.53 1.55 13.29a79.66 79.66 0 0 1-7.31 11.54c-4.43 5.76-8.76 11.31-8.76 11.31L114 156l-.44 12z"})),em||(em=t.createElement("path",{fill:"#8b6c9c",d:"M191.38 81.73s1.91 5.52-1.07 17.09c-2.07 8-25.57 30.6-35 28.17-6-1.54-6-11.85-7.27-16.31L145 83.8z"})),tm||(tm=t.createElement("path",{fill:"#b498c6",d:"M172.22 6.3c-20-2.46-38.74 14.76-40.58 16.91-1.16 1.35-4.27 8.05-6.64 14.45 13.42-5 36.89-.82 67.51 9.88 1 6.7.06 12.11-.92 19.63 0 0-8.61 4.69-16 4.69s-16.29-2.46-18.45-5.23-8-9.63-13.77-10-11.37 5.87-13.89 6.59c-1.75.5-8 3-10.15 5.15v-.08a15.41 15.41 0 0 0-1.18 6.5c.8 8.65 6.53 18.51 8.69 21.59s2.72 9.45 6.41 14.07c3.13 3.91 15.33 3.46 20 2.1 7-2 29.38-9.37 32.77-14S198.23 70 198.23 70s12.4-8.23 13-14.69c2.12-22.13-11.91-45.67-39.01-49.01z"})),rm||(rm=t.createElement("path",{fill:"#006531",d:"M192.2 87.46c21.23 1.16 34.39 0 35.92-9.22s1.16-64.85-52.19-76.38c-50.56-10.93-60.49 29.65-61.72 37s7.59 8.91 7.59 8.91c-.61-3.09 1.55-2.73 3.19-10.14 15.18-3.18 61.91 7.92 64.68 12.84s-.54 12.68-.24 16.06 7.69 6.47 7.69 6.47z"})),am||(am=t.createElement("path",{fill:"#093f22",d:"M225.1 81.93c1.13-4.56-4.46-9.51-15.07-14.76l-5.22 5.23-4.92 15.37c12.11.23 23.63.05 25.21-5.84z"})),nm||(nm=t.createElement("path",{fill:"#b498c6",d:"M207 73.61c3.69 3.07 3.93 10.55 1.78 14.54s-14.78 8.49-17.21 7.57-4.92-3.88-4.92-3.88l10.45-18.62a12.33 12.33 0 0 1 4.49.11c.31 0 2.8-1 3.11-.91a6.32 6.32 0 0 1 2.3 1.19z"})),sm||(sm=t.createElement("path",{fill:"#191a1a",d:"M192.2 69s-19.69 37.82-22.44 39c.82.16 5.58-1.59 7.38-2.46s20-32.59 20-32.59z"})),om||(om=t.createElement("path",{fill:"#093f22",d:"m186.03 79.26 5.37 4.21-4.21 7.53-5.93-3.32 4.77-8.42z"})),im||(im=t.createElement("path",{fill:"#fcee21",d:"M122.11 47.5a54.43 54.43 0 0 1 2.89-9.84c-4.93 9.91-10.22 24.17-5.7 30.66a35.07 35.07 0 0 1 5.58-8.22s-3.7-6.1-2.77-12.6z"})),lm||(lm=t.createElement("path",{fill:"#fbb03b",d:"M129.49 65.25c2.72-.78 8.83-7.61 14.37-6.38s11.14 8 13.29 10.76 11.07 5.23 18.45 5.23 16-7.69 16-7.69c1-7.52 1.93-12.93.92-19.63-30.62-10.7-54.09-14.89-67.52-9.88a54.43 54.43 0 0 0-2.89 9.84c-.93 6.45 2.76 12.6 2.76 12.6a35.07 35.07 0 0 0-5.58 8.22v.08c2.2-2.15 6.93-2.21 10.2-3.15z"})),cm||(cm=t.createElement("path",{fill:"#4b3f51",d:"M164.1 84.58s-10-6.68-19.87-7.87c-1.84-.22-2.48.64-3.69.59-1.78-.07-2.9-.67-4.28-.74-4.79-.22-5.77 2.37-5.77 2.37a4.35 4.35 0 0 0 1.93 4.43c1.77 1 2.51-1.11 3.32 1.77 17.72-1.66 22.26-.59 28.36-.55z"})),dm||(dm=t.createElement("path",{fill:"#8b6c9c",d:"M135.67 85c0 2.77-5.87 11.68 5.81 12.3 12.65.7 19.82-9.23 22.52-12.67-9.76-.11-19.34-2.38-28.33.37z"})),um||(um=t.createElement("path",{fill:"#f2f2f2",d:"M136.67 81.48c-.95 1.52-.25 7.58 4.61 8.3 7.75 1 16.17-1.77 22-5.22-9.55-1.06-11.88-2.62-16.38-3.49-2.54-.48-9.09-1.42-10.23.41z"})),pm||(pm=t.createElement("path",{fill:"#fcee21",d:"M124.87 60.1a20.07 20.07 0 0 0 12-.61s-2.15-7.92-6.76-7.61-5.24 8.22-5.24 8.22z"})),mm||(mm=t.createElement("path",{fill:"#f15a24",d:"M136.81 59.5c-3.13-10.48-10.72-10.06-11.88.6-1.93-.14-1.38-9.34 4.35-9.94 6.86-.67 8.23 9.15 7.53 9.34zm1.59-18.77c1.26.46.58 3.28-.69 3.38s-7.64-.52-9.45.31-5.08 4.17-6.25 6.08c.21-1.54 3.68-7.57 5-8.85s10.14-1.38 11.39-.92z"})),fm||(fm=t.createElement("path",{fill:"#8b6c9c",stroke:"#8b6c9c",strokeMiterlimit:10,d:"M150.7 66.25c.48 1.6 1 3.41-.85 4.33s-4-2.41-5.53-2.1-4 2.24-5.61 1.77c-3.34-1-3.69-2.69-3.69-2.69s-1.12 4.2 4.3 4.84c3.68.43 5.35-2.06 8.42-1.45s2.09 2.8 3.57 2.06c2.97-1.47.98-6.44-.61-6.76z"})),hm||(hm=t.createElement("path",{fill:"#8b6c9c",d:"M154.79 69.68c2.27 1.94 3.94 10 11.63 10.35 1.28 2-.13 5.41-1.89 9.58a20.53 20.53 0 0 0 7.07-12.91c-11.05.3-13.26-5.8-16.81-7.02zm-18.22.44s-2.47-.4-2.47.87a.37.37 0 0 1-.16.3.38.38 0 0 1-.34.06c-2.4-.79-1.79-4.72-.07-5.86-1.72 4.02 3.04 4.63 3.04 4.63z"})),ym||(ym=t.createElement("path",{fill:"#8b6c9c",d:"M132.48 68.63c-2 2.71-2.16 7-2 10.24 0 0-1-1.86-2-1.79s-.71 5.3.79 9a31 31 0 0 1-6-15.73c2.67 1.07 6 .5 9.27-3.38z"})),gm||(gm=t.createElement("ellipse",{cx:139.18,cy:184.17,fill:"#fbb03b",stroke:"#fc3",strokeMiterlimit:10,rx:8.75,ry:5.25,transform:"rotate(-9.22 139.183 184.166)"})),vm||(vm=t.createElement("path",{fill:"#f19018",d:"m129.81 195.84 18.24-2.09a100.85 100.85 0 0 0-14.23 16.57l8-.9a78.29 78.29 0 0 0-8.82 18.82c-3.2 9.33-2.81 18.19-3 17.84a47.74 47.74 0 0 1-3.75-14.91 56 56 0 0 1 .51-15.19c-3 .83-6 1.67-8.89 2.51a73.05 73.05 0 0 1 11.94-22.65z"})),bm||(bm=t.createElement("path",{fill:"#fbb03b",stroke:"#fc3",strokeMiterlimit:10,d:"m129.81 195.84 18.24-2.09a100.85 100.85 0 0 0-14.23 16.57l8-.9a78.29 78.29 0 0 0-8.82 18.82c-3.2 9.33-2.81 18.19-3 17.84a47.74 47.74 0 0 1-3.75-14.91 56 56 0 0 1 .51-15.19c-3 .83-6 1.67-8.89 2.51a73.05 73.05 0 0 1 11.94-22.65z"})),Em||(Em=t.createElement("path",{fill:"#f15a24",d:"M136 56.78c1 1.52-.76 3.87-2.65 3.87s-3.66-1.26-3.66-3.1a3.38 3.38 0 0 1 3.43-3.32c1.88 0 1.51.55 2.88 2.55z"})),wm||(wm=t.createElement("path",{fill:"#8b6c9c",d:"M25 161.28c-.08 6.93 1.26 20.08 15.09 24.42 0 0-8.67 1.28-11.66-1.38s-6.92-16.88-3.43-23.04z"})),xm||(xm=t.createElement("path",{fill:"#093f22",d:"m120.68 47.53 4.32-9.87c19.53-1.66 62.46 8.77 64.68 12.84s.07 13.6-.24 16.06 7.68 6.44 7.68 6.44l4.61.31s-8.3-3.07-8-7.38 3.2-16.07-1.23-18.4c-27.06-14.19-61.36-15-69.48-13.76-6.46 1-8.44 6.4-7.22 10.09.85 2.58 4.88 3.67 4.88 3.67zm47.77-26.05c-.92-2.15 18.91-8.27 30.13-7.68 6.17.32 13.26 10.33 5.91 9.45-14.77-1.77-35.11.38-36.04-1.77zM172 32.7c-.59-3 28.35-3 39.26.35 6 1.8 2.55 12.33-1.84 10.45C198 38.61 172.38 34.61 172 32.7zm-38.21-14.1L131 9.07l-6.15 6.15s8.02 4.61 8.94 3.38zm-7.07 8.61C127 26 120.57 21.06 120 22s-2.77 8.3-2.77 8.3 9.18-1.86 9.49-3.09z"})),Sm||(Sm=t.createElement("path",{fill:"#fc3",d:"M181.6 46.59c-.06 10.33-1.83 19.86-6 28.27A30.57 30.57 0 0 1 163.36 73c3.15-11.43 5.89-22.37 5.61-29.76a90 90 0 0 1 12.63 3.35z"})),_m||(_m=t.createElement("path",{fill:"#fcee21",d:"M172.83 62.87c-5.55.17-12.05 1.5-16.91-1.54 0 0 .7-8.22 7.15-7s9.76 8.54 9.76 8.54z"})),km||(km=t.createElement("path",{fill:"#f15a24",d:"M155 42.88c-1.24.38-.16 2.92.92 3.39s8.91 1.14 11.65 1.79 6.2 4.36 8.64 6.81c-.22-1.86-4.87-8.63-7.68-9.53s-12.29-2.83-13.53-2.46zm13.31 16.56a3.78 3.78 0 1 1-3.44-4.09 5 5 0 0 1 .56.09 4.28 4.28 0 0 1 2.88 4z"})),Cm||(Cm=t.createElement("path",{fill:"#f15a24",d:"M155.82 61.32c-2.89-12.19 15.29-11.67 17.1 1.51-.51.23-2.75-6.29-8.94-8.06-7.49-2.22-7.59 6.6-8.16 6.55z"})));function Nm(e){e.preventDefault(),window.location.href="admin.php?page=wpseo_dashboard"}function Om(){const e=(0,u.get)(window,"wpseoScriptData.webinarIntroFirstTimeConfigUrl","https://yoa.st/webinar-intro-first-time-config");return(0,t.createElement)("div",{className:"yst-flex yst-flex-row yst-justify-between yst-items-center yst--mt-4"},(0,t.createElement)("div",{className:"yst-me-6"},(0,t.createElement)("p",{className:"yst-text-sm yst-mb-4"},(0,Vt.sprintf)(/* translators: 1: Yoast. */ (0,Vt.__)("Great work! Thanks to the details you've provided, %1$s has enhanced your site for search engines, giving them a clearer picture of what your site is all about.","wordpress-seo"),"Yoast")),(0,t.createElement)("p",{className:"yst-text-sm yst-mb-6"},(0,Vt.__)("If your goal is to increase your rankings, you need to work on your SEO regularly. That can be overwhelming, so let's tackle it one step at a time!","wordpress-seo")),(0,t.createElement)(d.Button,{as:"a",variant:"primary",id:"button-webinar-seo-dashboard",href:e,target:"_blank","data-hiive-event-name":"clicked_to_onboarding_page"},(0,Vt.sprintf)(/* translators: 1: Yoast SEO. */ (0,Vt.__)("Learn how to increase your rankings with %1$s","wordpress-seo"),"Yoast SEO"),(0,t.createElement)(ir,{className:"yst-w-4 yst-h-4 yst-icon-rtl yst-ms-2"})),(0,t.createElement)("p",{className:"yst-mt-4"},(0,t.createElement)(d.Link,{id:"link-webinar-register",href:"#",onClick:Nm,"data-hiive-event-name":"clicked_seo_dashboard"},(0,Vt.__)("Or go to your SEO dashboard","wordpress-seo")))),(0,t.createElement)(Pm,{className:"yst-shrink-0 yst-h-28 yst-mb-24"}))}function Tm(e,t){const{companyName:r,companyLogo:a,companyOrPersonOptions:n,shouldForceCompany:s,fallbackCompanyName:o,websiteName:i,fallbackWebsiteName:l}=e;let{companyOrPerson:c}=e;return("company"!==c||r||a||t(Rc.siteRepresentation))&&!s||(c="company"),{...e,personId:Number(e.personId),personLogoId:Number(e.personLogoId),companyLogoId:Number(e.companyLogoId),tracking:Number(e.tracking),companyOrPerson:c,companyOrPersonOptions:n,errorFields:[],stepErrors:{},editedSteps:[],companyName:r||o,websiteName:i||l}}function Mm(){const{removeAlert:e,dismissNotice:r,restoreNotice:a}=(0,s.useDispatch)(No),[n,o]=(0,l.useState)(window.wpseoFirstTimeConfigurationData.finishedSteps),i=(0,l.useCallback)((e=>n.includes(e)),[n]),c=(0,l.useCallback)((e=>{o((t=>(0,u.uniq)([...t,e])))}),[o]);(0,l.useEffect)((()=>{!async function(e){const t=await ks()({path:"yoast/v1/configuration/save_configuration_state",method:"POST",data:{finishedSteps:e}});await t.json}(n),window.wpseoFirstTimeConfigurationData.finishedSteps=n}),[n]);const[d,p]=(0,l.useReducer)(Il,{...Tm(window.wpseoFirstTimeConfigurationData,i)}),[m,f]=(0,l.useState)((()=>"0"===window.yoastIndexingData.amount?"already_done":"idle")),[h,y]=(0,l.useState)(!1),[g,v]=(0,l.useState)(!1),b=(0,l.useCallback)(((e,t)=>{p({type:"SET_STEP_ERROR",payload:{step:e,message:t}})}),[]),E=(0,l.useCallback)((e=>{p({type:"REMOVE_STEP_ERROR",payload:e})}),[]);(0,l.useEffect)((()=>{"completed"===m&&(e("wpseo-reindex"),window.yoastIndexingData.amount="0")}),[m,e]);const w=i(Rc.optimizeSeoData),x=i(Rc.siteRepresentation),S=i(Rc.socialProfiles),_=i(Rc.personalPreferences),k=(0,l.useCallback)((e=>{p({type:"SET_TRACKING",payload:parseInt(e,10)})})),C=(0,l.useCallback)((e=>{p({type:"SET_ERROR_FIELDS",payload:e})})),R=(0,l.useCallback)((()=>{""!==d.companyLogo&&0!==d.companyLogoId&&""!==d.companyName?r("yoast-local-missing-organization-info-notice"):a("yoast-local-missing-organization-info-notice")}),[r,a,d.companyLogo,d.companyLogoId,d.companyName]),P=(0,l.useCallback)((()=>{r("yoast-first-time-configuration-notice")}),[r]),N=!("company"!==d.companyOrPerson||d.companyName&&(d.companyLogo||d.companyLogoFallback)&&d.websiteName),O=!("person"!==d.companyOrPerson||d.personId&&(d.personLogo||d.personLogoFallback)&&d.websiteName),T=(0,l.useCallback)((e=>p({type:"SET_COMPANY_OR_PERSON",payload:e})),[p]),M=[w,x,S,_].every(Boolean),L=[i(Rc.optimizeSeoData),i(Rc.siteRepresentation),i(Rc.socialProfiles),i(Rc.personalPreferences),M],[I,A]=(0,l.useState)(function(e){if(!Array.isArray(e)||0===e.length)return 0;const t=e.findIndex((e=>!1===e));return-1!==t?t:e.every(Boolean)?e.length-1:0}(L)),[D,z]=(0,l.useState)(M),[F,j]=(0,l.useState)(!1),[U,B]=(0,l.useState)(D&&!F);function q(){return B(!1),j(!0),!0}(0,l.useEffect)((()=>{M&&z(!0)}),[M]),(0,l.useEffect)((()=>{B(D&&!F)}),[D,F]),(0,l.useEffect)((()=>{function e(e){"Enter"===e.key&&"first-time-configuration-tab"===document.querySelector(".nav-tab.nav-tab-active").id&&"INPUT"===e.target.tagName&&e.preventDefault()}return addEventListener("keydown",e),()=>removeEventListener("keydown",e)}),[]),(0,l.useEffect)((()=>{d.editedSteps.includes(I+1)||"in_progress"===m?window.isStepBeingEdited=!0:window.isStepBeingEdited=!1}),[d.editedSteps,m,I]);const $=(0,l.useCallback)((e=>{(d.editedSteps.includes(I+1)||"in_progress"===m)&&(-1===location.href.indexOf("page=wpseo_dashboard#top#first-time-configuration")&&-1===location.href.indexOf("page=wpseo_dashboard#/first-time-configuration")||(e.preventDefault(),e.returnValue=""))}),[d.editedSteps,m,I]);return(0,l.useEffect)((()=>(window.addEventListener("beforeunload",$),()=>{window.removeEventListener("beforeunload",$)})),[$]),(0,t.createElement)(Cc,{setActiveStepIndex:A,activeStepIndex:I,isStepperFinished:M},(0,t.createElement)(Sc,null,(0,t.createElement)(Sc.Header,{name:(0,Vt.__)("SEO data optimization","wordpress-seo"),isFinished:w},(0,t.createElement)(Oc,{stepId:Rc.optimizeSeoData,beforeGo:q,isVisible:U,additionalClasses:"yst-ms-auto"},(0,Vt.__)("Edit","wordpress-seo"))),(0,t.createElement)(Sc.Content,null,(0,t.createElement)(Zd,{setIndexingState:f,indexingState:m,showRunIndexationAlert:g,isStepperFinished:M}),(0,t.createElement)(Nc,{stepId:Rc.optimizeSeoData,additionalClasses:"yst-mt-12",beforeGo:function(){return g||"idle"!==m||"1"===window.yoastIndexingData.disabled?(j(!1),c(Rc.optimizeSeoData),!0):(v(!0),!1)},destination:D?"last":1},(0,Vt.__)("Continue","wordpress-seo")))),(0,t.createElement)(Sc,null,(0,t.createElement)(Sc.Header,{name:(0,Vt.__)("Site representation","wordpress-seo"),isFinished:x},(0,t.createElement)(Oc,{stepId:Rc.siteRepresentation,beforeGo:q,isVisible:U,additionalClasses:"yst-ms-auto"},(0,Vt.__)("Edit","wordpress-seo"))),(0,t.createElement)(Sc.Content,null,(0,t.createElement)(vp,{onOrganizationOrPersonChange:T,dispatch:p,state:d,siteRepresentationEmpty:h}),(0,t.createElement)(Sc.Error,{id:"yoast-site-representation-step-error",message:d.stepErrors[Rc.siteRepresentation]||""}),(0,t.createElement)(Lc,{stepId:Rc.siteRepresentation,stepperFinishedOnce:D,saveFunction:function(){return!h&&N||!h&&O?(y(!0),!1):h||"emptyChoice"!==d.companyOrPerson?(y("emptyChoice"===d.companyOrPerson||N||O),async function(e){const t={company_or_person:"emptyChoice"===e.companyOrPerson?"company":e.companyOrPerson,company_name:e.companyName,company_logo:e.companyLogo,company_logo_id:e.companyLogoId?e.companyLogoId:0,website_name:e.websiteName,person_logo:e.personLogo,person_logo_id:e.personLogoId?e.personLogoId:0,company_or_person_user_id:e.personId},r=await ks()({path:"yoast/v1/configuration/site_representation",method:"POST",data:t});return await r.json}(d).then((()=>(C([]),E(Rc.siteRepresentation),c(Rc.siteRepresentation),window.wpseoFirstTimeConfigurationData={...window.wpseoFirstTimeConfigurationData,...d},R(),!0))).catch((e=>e.failures?(C(e.failures),!1):(e.message&&b(Rc.siteRepresentation,e.message),!1)))):(y(!0),!1)},setEditState:j}))),(0,t.createElement)(Sc,null,(0,t.createElement)(Sc.Header,{name:(0,Vt.__)("Social profiles","wordpress-seo"),isFinished:S},(0,t.createElement)(Oc,{stepId:Rc.socialProfiles,beforeGo:q,isVisible:U,additionalClasses:"yst-ms-auto"},(0,Vt.__)("Edit","wordpress-seo"))),(0,t.createElement)(Sc.Content,null,(0,t.createElement)(Ql,{state:d,dispatch:p,setErrorFields:C}),(0,t.createElement)(Sc.Error,{id:"yoast-social-profiles-step-error",message:d.stepErrors[Rc.socialProfiles]||""}),(0,t.createElement)(Lc,{stepId:Rc.socialProfiles,stepperFinishedOnce:D,saveFunction:function(){return"person"===d.companyOrPerson?(c(Rc.socialProfiles),!0):async function(e){const t={facebook_site:e.socialProfiles.facebookUrl,twitter_site:e.socialProfiles.twitterUsername,other_social_urls:e.socialProfiles.otherSocialUrls},r=await ks()({path:"yoast/v1/configuration/social_profiles",method:"POST",data:t});return await r.json}(d).then((e=>!1===e.success?(C(e.failures),Promise.reject("There were errors saving social profiles")):e)).then((()=>{C([]),E(Rc.socialProfiles),c(Rc.socialProfiles)})).then((()=>(window.wpseoFirstTimeConfigurationData.socialProfiles=d.socialProfiles,!0))).catch((e=>(e.failures&&C(e.failures),e.message&&b(Rc.socialProfiles,e.message),!1)))},setEditState:j}))),(0,t.createElement)(Sc,null,(0,t.createElement)(Sc.Header,{name:(0,Vt.__)("Personal preferences","wordpress-seo"),isFinished:_},(0,t.createElement)(Oc,{stepId:Rc.personalPreferences,beforeGo:q,isVisible:U,additionalClasses:"yst-ms-auto"},(0,Vt.__)("Edit","wordpress-seo"))),(0,t.createElement)(Sc.Content,null,(0,t.createElement)(Np,{state:d,setTracking:k}),(0,t.createElement)(Sc.Error,{id:"yoast-personal-preferences-step-error",message:d.stepErrors[Rc.personalPreferences]||""}),(0,t.createElement)(Lc,{stepId:Rc.personalPreferences,stepperFinishedOnce:D,saveFunction:function(){return async function(e){if(0!==e.tracking&&1!==e.tracking)throw"Value not set!";const t={tracking:e.tracking},r=await ks()({path:"yoast/v1/configuration/enable_tracking",method:"POST",data:t});return await r.json}(d).then((()=>c(Rc.personalPreferences))).then((()=>(E(Rc.personalPreferences),window.wpseoFirstTimeConfigurationData.tracking=d.tracking,P(),!0))).catch((e=>(e.message&&b(Rc.personalPreferences,e.message),!1)))},setEditState:j}))),(0,t.createElement)(Sc,null,(0,t.createElement)(Sc.Header,{name:(0,Vt.__)("Finish configuration","wordpress-seo"),isFinished:M}),(0,t.createElement)(Sc.Content,null,(0,t.createElement)(Om,null))))}const Lm=()=>{const e=function(e){let{router:r,basename:a}=ht(mt.UseBlocker),n=yt(ft.UseBlocker),[s,o]=t.useState(""),i=t.useCallback((t=>{if("/"===a)return e(t);let{currentLocation:r,nextLocation:n,historyAction:s}=t;return e({currentLocation:Ke({},r,{pathname:B(r.pathname,a)||r.pathname}),nextLocation:Ke({},n,{pathname:B(n.pathname,a)||n.pathname}),historyAction:s})}),[a,e]);return t.useEffect((()=>{let e=String(++bt);return o(e),()=>r.deleteBlocker(e)}),[r]),t.useEffect((()=>{""!==s&&r.getBlocker(s,i)}),[r,s,i]),s&&n.blockers.has(s)?n.blockers.get(s):oe}((({currentLocation:e,nextLocation:t})=>(0,u.get)(window,"isStepBeingEdited",!1)&&"/first-time-configuration"===e.pathname&&"/first-time-configuration"!==t.pathname));return(0,t.createElement)(d.Paper,null,(0,t.createElement)(Pi,{title:(0,Vt.__)("First-time configuration","wordpress-seo"),description:(0,Vt.__)("Tell us about your site, so we can get it ranked! Let's get your site in tip-top shape for the search engines. Follow these 5 steps to make Google understand what your site is about.","wordpress-seo")},(0,t.createElement)("div",{id:"yoast-configuration",className:"yst-p-8 yst-max-w-[715px]"},(0,t.createElement)(Mm,null))),(0,t.createElement)(Or,{isOpen:"blocked"===e.state,onClose:e.reset,title:(0,Vt.__)("Unsaved changes","wordpress-seo"),description:(0,Vt.__)("There are unsaved changes in one or more steps of the first-time configuration. Leaving means that those changes will be lost. Are you sure you want to leave this page?","wordpress-seo"),onDiscard:e.proceed,dismissLabel:(0,Vt.__)("No, continue editing","wordpress-seo"),discardLabel:(0,Vt.__)("Yes, leave page","wordpress-seo")}))},Im=()=>(0,t.createElement)(t.Fragment,null,(0,t.createElement)(d.Paper,{className:"yst-p-8 yst-grow"},(0,t.createElement)("header",{className:"yst-max-w-screen-sm"},(0,t.createElement)(d.Title,null,(0,Vt.__)("Alert center","wordpress-seo")),(0,t.createElement)("p",{className:"yst-text-tiny yst-mt-3"},(0,Vt.__)("Monitor and manage potential SEO problems affecting your site and stay informed with important notifications and updates.","wordpress-seo")))),(0,t.createElement)("div",{className:"yst-grid yst-grid-cols-1 @3xl:yst-grid-cols-2 yst-gap-6 yst-my-6 yst-grow yst-items-start"},(0,t.createElement)(ii,null),(0,t.createElement)(oi,null))),Am="/alert-center",Dm="/first-time-configuration",zm=({idSuffix:e=""})=>{const r=(0,d.useSvgAria)(),a=ci("selectPreference",[],"isPremium");return(0,t.createElement)(t.Fragment,null,(0,t.createElement)("header",{className:"yst-px-3 yst-mb-6 yst-space-y-6"},(0,t.createElement)(qt,{id:`link-yoast-logo${e}`,to:"/",className:"yst-inline-block yst-rounded-md focus:yst-ring-primary-500","aria-label":"Yoast SEO"+(a?" Premium":"")},(0,t.createElement)($r,{className:"yst-w-40",...r}))),(0,t.createElement)("ul",{className:"yst-mt-1 yst-px-0.5 yst-space-y-4"},(0,t.createElement)(sr,{to:"/",label:(0,t.createElement)(t.Fragment,null,(0,t.createElement)(wo,{className:"yst-sidebar-navigation__icon yst-w-6 yst-h-6"}),(0,Vt.__)("Dashboard","wordpress-seo")),idSuffix:e,className:"yst-gap-3"}),(0,t.createElement)(sr,{to:Am,label:(0,t.createElement)(t.Fragment,null,(0,t.createElement)(xo,{className:"yst-sidebar-navigation__icon yst-w-6 yst-h-6"}),(0,Vt.__)("Alert center","wordpress-seo")),idSuffix:e,className:"yst-gap-3"}),(0,t.createElement)(sr,{to:Dm,label:(0,t.createElement)(t.Fragment,null,(0,t.createElement)(So,{className:"yst-sidebar-navigation__icon yst-w-6 yst-h-6"}),(0,Vt.__)("First-time configuration","wordpress-seo")),idSuffix:e,className:"yst-gap-3"})))};zm.propTypes={idSuffix:Gt().string};const Fm=()=>{const e=(0,s.useSelect)((e=>e(No).selectNotices()),[]);(0,l.useEffect)((()=>{!function(e){e.forEach((e=>e.originalNotice.remove()))}(e)}),[e]);const{pathname:r}=at(),a=ci("selectAlertToggleError",[],[]),{setAlertToggleError:n}=(0,s.useDispatch)(No);(()=>{const e=(0,s.useSelect)((e=>e(No).selectActiveAlertsCount()),[]);(0,l.useEffect)((()=>{(e=>{const t=(0,Vt.sprintf)(/* translators: Hidden accessibility text; %s: number of notifications. */ (0,Vt._n)("%s notification","%s notifications",e,"wordpress-seo"),e),r=document.querySelectorAll("#toplevel_page_wpseo_dashboard .update-plugins");for(const a of r)a.className=`update-plugins count-${e}`,li(a,".plugin-count",String(e)),li(a,".screen-reader-text",t);const a=document.querySelectorAll("#wp-admin-bar-wpseo-menu .yoast-issue-counter");for(const r of a)r.classList.toggle("wpseo-no-adminbar-notifications",0===e),li(r,".yoast-issues-count",String(e)),li(r,".screen-reader-text",t)})(e)}),[e])})();const o=(0,l.useCallback)((()=>{n(null)}),[n]),i=(0,s.useSelect)((e=>e(No).selectLinkParams()),[]),c=(0,ms.addQueryArgs)("https://yoa.st/webinar-intro-settings",i);return(0,t.createElement)(t.Fragment,null,(0,t.createElement)(d.SidebarNavigation,{activePath:r},(0,t.createElement)(d.SidebarNavigation.Mobile,{openButtonId:"button-open-dashboard-navigation-mobile",closeButtonId:"button-close-dashboard-navigation-mobile" /* translators: Hidden accessibility text. */,openButtonScreenReaderText:(0,Vt.__)("Open dashboard navigation","wordpress-seo") /* translators: Hidden accessibility text. */,closeButtonScreenReaderText:(0,Vt.__)("Close dashboard navigation","wordpress-seo"),"aria-label":(0,Vt.__)("Dashboard navigation","wordpress-seo")},(0,t.createElement)(zm,{idSuffix:"-mobile"})),(0,t.createElement)("div",{className:"yst-p-4 min-[783px]:yst-p-8 yst-flex yst-gap-4"},(0,t.createElement)("aside",{className:"yst-sidebar yst-sidebar-nav yst-shrink-0 yst-hidden min-[783px]:yst-block yst-pb-6 yst-bottom-0 yst-w-56"},(0,t.createElement)(d.SidebarNavigation.Sidebar,null,(0,t.createElement)(zm,null))),(0,t.createElement)("div",{className:"yst-grow yst-max-w-page"},(0,t.createElement)("div",{className:"yst-space-y-6 yst-mb-8 xl:yst-mb-0"},(0,t.createElement)("main",null,(0,t.createElement)(Eo,{key:r,appear:!0,show:!0,enter:"yst-transition-opacity yst-delay-100 yst-duration-300",enterFrom:"yst-opacity-0",enterTo:"yst-opacity-100"},r!==Dm&&(0,t.createElement)("div",null,((e="yoast-seo/editor")=>{const t=(0,s.select)(e).isPromotionActive("black-friday-2023-checklist"),r=(0,s.select)(e).isAlertDismissed("black-friday-2023-sidebar-checklist");return!t||r})(No)&&(0,t.createElement)(Nl,{store:No,url:c,image:null}),e.length>0&&(0,t.createElement)("div",{className:e.filter((e=>!e.isDismissed)).length>0?"yst-space-y-3 yoast-general-page-notices":"yst-hidden"}," ",e.map(((e,r)=>(0,t.createElement)(si,{key:r,id:e.id||"yoast-general-page-notice-"+r,title:e.header,isDismissable:e.isDismissable,className:e.isDismissed?"yst-hidden":""},e.content))))),(0,t.createElement)(xt,null))))))),(0,t.createElement)(d.Notifications,{className:"yst-mx-[calc(50%-50vw)] yst-transition-all lg:yst-left-44",position:"bottom-left"},a&&(0,t.createElement)(d.Notifications.Notification,{id:"toggle-alert-error",title:(0,Vt.__)("Something went wrong","wordpress-seo"),variant:"error",dismissScreenReaderLabel:(0,Vt.__)("Dismiss","wordpress-seo"),size:"large",autoDismiss:4e3,onDismiss:o},"error"===a.type?(0,Vt.__)("This problem can't be hidden at this time. Please try again later.","wordpress-seo"):(0,Vt.__)("This notification can't be hidden at this time. Please try again later.","wordpress-seo"))))},jm=()=>{const e=ci("selectPreference",[],"isPremium"),r=ci("selectUpsellSettingsAsProps"),{isPromotionActive:a}=(0,s.useSelect)(No),n=ci("selectLink",[],"https://yoa.st/17h");return e?null:(0,t.createElement)(Rr,{premiumLink:n,premiumUpsellConfig:r,isPromotionActive:a})},Um=({contentClassName:e,children:r})=>{const a=ci("selectPreference",[],"isPremium"),n=ci("selectLink",[],"https://yoa.st/jj"),o=ci("selectUpsellSettingsAsProps"),i=ci("selectLink",[],"https://yoa.st/3t6"),{isPromotionActive:l}=(0,s.useSelect)(No);return(0,t.createElement)("div",{className:"yst-flex yst-gap-6 xl:yst-flex-row yst-flex-col"},(0,t.createElement)("div",{className:Ro()("yst-@container yst-flex yst-flex-grow yst-flex-col",e)},r),!a&&(0,t.createElement)("div",{className:"yst-min-w-[16rem] xl:yst-max-w-[16rem]"},(0,t.createElement)("div",{className:"yst-sticky yst-top-16"},(0,t.createElement)(Pr,{premiumLink:n,premiumUpsellConfig:o,academyLink:i,isPromotionActive:l}))))};Um.propTypes={contentClassName:Gt().string,children:Gt().node};const Bm=window.yoast.externals.redux;function qm({alertKey:e}){return new Promise((t=>wpseoApi.post("alerts/dismiss",{key:e},(()=>t()))))}const $m="adminNotices",Hm=(0,os.createSlice)({name:$m,initialState:{notices:function(){const e=[...Array.from(document.querySelectorAll(".notice-yoast:not(.yoast-webinar-dashboard)")),...Array.from(document.querySelectorAll(".yoast-migrated-notice"))],t=e.map((e=>e.id)),r=e.map((e=>e.querySelector(".yoast-notice-migrated-header"))),a=function(e){return e.forEach((e=>{e&&e.querySelectorAll("a.button").forEach((e=>{e.classList.remove("button"),e.classList.add("yst-button"),e.classList.add("yst-button--primary"),e.classList.add("yst-mt-4")}))})),e}(e.map((e=>e.querySelector(".notice-yoast-content")))),n=e.map((e=>e.classList.contains("is-dismissible")));return e.map(((e,s)=>({originalNotice:e,id:t[s],header:r[s].outerHTML,content:a[s].outerHTML,isDismissable:n[s],isDismissed:!1})))}()},reducers:{dismissNotice(e,{payload:t}){e.notices.map((e=>{e.id===t&&(e.isDismissed=!0)}))},restoreNotice(e,{payload:t}){e.notices.map((e=>{e.id===t&&(e.isDismissed=!1)}))}}}),Vm=Hm.getInitialState,Wm={selectNotices:e=>(0,u.get)(e,`${$m}.notices`,[])},Gm=Hm.actions,Zm=Hm.reducer,Km="alertCenter",Ym="toggleAlertVisibility",Jm=(0,os.createSlice)({name:Km,initialState:{alertToggleError:null,alerts:[]},reducers:{toggleAlert:(e,t)=>{const r=e.alerts.findIndex((e=>e.id===t));-1!==r&&(e.alerts[r].dismissed=!e.alerts[r].dismissed)},setAlertToggleError:(e,t)=>{const r=e.alerts.findIndex((e=>e.id===t));e.alertToggleError=-1===r?null:e.alerts[r]},removeAlert(e,{payload:t}){e.alerts=e.alerts.filter((e=>e.id!==t))}},extraReducers:e=>{e.addCase(`${Ym}/${Lr}`,((e,{payload:{id:t}})=>{Jm.caseReducers.toggleAlert(e,t)})),e.addCase(`${Ym}/${Ir}`,((e,{payload:{id:t}})=>{Jm.caseReducers.setAlertToggleError(e,t)}))}}),Qm=Jm.getInitialState,Xm=e=>(0,u.get)(e,`${Km}.alerts`,[]),ef=(0,os.createSelector)([Xm],(e=>e.filter((e=>!e.dismissed)))),tf={selectActiveProblems:(0,os.createSelector)([ef],(e=>e.filter((e=>"error"===e.type)))),selectDismissedProblems:(0,os.createSelector)([Xm],(e=>e.filter((e=>"error"===e.type&&e.dismissed)))),selectActiveNotifications:(0,os.createSelector)([ef],(e=>e.filter((e=>"warning"===e.type)))),selectDismissedNotifications:(0,os.createSelector)([Xm],(e=>e.filter((e=>"warning"===e.type&&e.dismissed)))),selectAlertToggleError:e=>(0,u.get)(e,`${Km}.alertToggleError`,null),selectAlert:(0,os.createSelector)([Xm,(e,t)=>t],((e,t)=>e.find((e=>e.id===t)))),selectActiveAlertsCount:(0,os.createSelector)([ef],(e=>e.length))},rf={...Jm.actions,toggleAlertStatus:function*(e,t,r=!1){yield{type:`${Ym}/${Mr}`};try{return yield{type:Ym,payload:{id:e,nonce:t,hidden:r}},{type:`${Ym}/${Lr}`,payload:{id:e}}}catch(t){return{type:`${Ym}/${Ir}`,payload:{id:e}}}}},af={[Ym]:async({payload:e})=>{const t=new URLSearchParams;t.append("action",e.hidden?"yoast_restore_notification":"yoast_dismiss_notification"),t.append("notification",e.id),t.append("nonce",e.nonce);const r=(0,s.select)(No).selectPreference("ajaxUrl");if(!(await fetch(r,{method:"POST",headers:{"Content-Type":"application/x-www-form-urlencoded; charset=UTF-8"},body:t.toString()})).ok)throw new Error("Failed to dismiss notification")}},nf=Jm.reducer,sf=()=>({...(0,u.get)(window,"wpseoScriptData.preferences",{}),ajaxUrl:(0,u.get)(window,"ajaxurl","")}),of=(0,os.createSlice)({name:"preferences",initialState:sf(),reducers:{}}),lf={selectPreference:(e,t,r={})=>(0,u.get)(e,`preferences.${t}`,r),selectPreferences:e=>(0,u.get)(e,"preferences",{})};lf.selectUpsellSettingsAsProps=(0,os.createSelector)([e=>lf.selectPreference(e,"upsellSettings",{}),(e,t="premiumCtbId")=>t],((e,t)=>({"data-action":null==e?void 0:e.actionId,"data-ctb-id":null==e?void 0:e[t]})));const cf=of.actions,df=of.reducer,{currentPromotions:uf,dismissedAlerts:pf,isPremium:mf}=Bm.reducers,{isAlertDismissed:ff,getIsPremium:hf,isPromotionActive:yf}=Bm.selectors,{dismissAlert:gf,setCurrentPromotions:vf,setDismissedAlerts:bf,setIsPremium:Ef}=Bm.actions;i()((()=>{var r,a;const o=document.getElementById("yoast-seo-general");if(!o)return;(({initialState:t={}}={})=>{(0,s.register)((({initialState:t})=>(0,s.createReduxStore)(No,{actions:{...us,...vs,...cf,...rf,dismissAlert:gf,setCurrentPromotions:vf,setDismissedAlerts:bf,setIsPremium:Ef,...Gm},selectors:{...ds,...gs,...lf,...tf,isAlertDismissed:ff,getIsPremium:hf,isPromotionActive:yf,...Wm},initialState:(0,u.merge)({},{[is]:cs(),[fs]:ys(),preferences:sf(),[Km]:Qm(),currentPromotions:{promotions:[]},[$m]:Vm()},t),reducer:(0,s.combineReducers)({[is]:ps,[fs]:bs,preferences:df,[Km]:nf,currentPromotions:uf,dismissedAlerts:pf,isPremium:mf,[$m]:Zm}),controls:{...af,...e}}))({initialState:t}))})({initialState:{[is]:(0,u.get)(window,"wpseoScriptData.adminUrl",""),[fs]:(0,u.get)(window,"wpseoScriptData.linkParams",{}),[Km]:{alerts:(0,u.get)(window,"wpseoScriptData.alerts",[])},currentPromotions:{promotions:(0,u.get)(window,"wpseoScriptData.currentPromotions",[])},dismissedAlerts:(0,u.get)(window,"wpseoScriptData.dismissedAlerts",{}),isPremium:(0,u.get)(window,"wpseoScriptData.preferences.isPremium",!1),[$m]:{resolvedNotices:[]}}});const i=(0,s.select)(No).selectPreference("isRtl",!1),p=(0,u.get)(window,"wpseoScriptData.dashboard.contentTypes",[]),m=(0,u.get)(window,"wpseoScriptData.dashboard.displayName","User"),f=(null===(r=document.getElementsByTagName("html"))||void 0===r||null===(a=r[0])||void 0===a?void 0:a.getAttribute("lang"))||"en-US",h={indexables:(0,u.get)(window,"wpseoScriptData.dashboard.indexablesEnabled",!1),seoAnalysis:(0,u.get)(window,"wpseoScriptData.dashboard.enabledAnalysisFeatures.keyphraseAnalysis",!1),readabilityAnalysis:(0,u.get)(window,"wpseoScriptData.dashboard.enabledAnalysisFeatures.readabilityAnalysis",!1)},y={seoScores:(0,u.get)(window,"wpseoScriptData.dashboard.endpoints.seoScores",""),readabilityScores:(0,u.get)(window,"wpseoScriptData.dashboard.endpoints.readabilityScores",""),timeBasedSeoMetrics:(0,u.get)(window,"wpseoScriptData.dashboard.endpoints.timeBasedSeoMetrics",""),siteKitConfigurationDismissal:(0,u.get)(window,"wpseoScriptData.dashboard.endpoints.siteKitConfigurationDismissal",""),siteKitConsentManagement:(0,u.get)(window,"wpseoScriptData.dashboard.endpoints.siteKitConsentManagement",""),setupStepsTracking:(0,u.get)(window,"wpseoScriptData.dashboard.endpoints.setupStepsTracking","")},v={"X-Wp-Nonce":(0,u.get)(window,"wpseoScriptData.dashboard.nonce","")},S={dashboardLearnMore:(0,s.select)(No).selectLink("https://yoa.st/dashboard-learn-more"),errorSupport:(0,s.select)(No).selectAdminLink("?page=wpseo_page_support"),siteKitLearnMore:(0,s.select)(No).selectLink("https://yoa.st/dashboard-site-kit-learn-more"),siteKitConsentLearnMore:(0,s.select)(No).selectLink("https://yoa.st/dashboard-site-kit-consent-learn-more")},_=(0,u.get)(window,"wpseoScriptData.dashboard.siteKitConfiguration",{installUrl:"",activateUrl:"",setupUrl:"",dashboardUrl:"",isAnalyticsConnected:!1,isFeatureEnabled:!1,isSetupWidgetDismissed:!1,isVersionSupported:!1,capabilities:{installPlugins:!1,viewSearchConsoleData:!1,viewAnalyticsData:!1},connectionStepsStatuses:{isInstalled:!1,isActive:!1,isSetupCompleted:!1,isConsentGranted:!1},isRedirectedFromSiteKit:!1}),k=new c.RemoteDataProvider({headers:v}),C=new kn({contentTypes:p,userName:m,features:h,endpoints:y,headers:v,links:S,siteKitConfiguration:_}),R={comparisonMetricsDataFormatter:new c.ComparisonMetricsDataFormatter({locale:f}),plainMetricsDataFormatter:new c.PlainMetricsDataFormatter({locale:f})},P={data:{setupWidgetLoaded:(0,u.get)(window,"wpseoScriptData.dashboard.setupStepsTracking.setupWidgetLoaded","no"),firstInteractionStage:(0,u.get)(window,"wpseoScriptData.dashboard.setupStepsTracking.firstInteractionStage",""),lastInteractionStage:(0,u.get)(window,"wpseoScriptData.dashboard.setupStepsTracking.lastInteractionStage",""),setupWidgetTemporarilyDismissed:(0,u.get)(window,"wpseoScriptData.dashboard.setupStepsTracking.setupWidgetTemporarilyDismissed",""),setupWidgetPermanentlyDismissed:(0,u.get)(window,"wpseoScriptData.dashboard.setupStepsTracking.setupWidgetPermanentlyDismissed","")},endpoint:C.getEndpoint("setupStepsTracking")},N={setupWidgetDataTracker:new On(P,k)},O=new ss(C,k,R,N);C.isSiteKitConnectionCompleted()&&_.isVersionSupported&&C.setSiteKitConfigurationDismissed(!0);const T=(M=kt((0,t.createElement)(St,{path:"/",element:(0,t.createElement)(Fm,null),errorElement:(0,t.createElement)(di,{className:"yst-m-8"})},(0,t.createElement)(St,{path:"/",element:(0,t.createElement)(Um,null,(0,t.createElement)(un,{widgetFactory:O,userName:m,features:h,links:S,sitekitFeatureEnabled:_.isFeatureEnabled,dataProvider:C}),(0,t.createElement)(jm,null)),errorElement:(0,t.createElement)(di,null)}),(0,t.createElement)(St,{path:Am,element:(0,t.createElement)(Um,null,(0,t.createElement)(Im,null),(0,t.createElement)(jm,null)),errorElement:(0,t.createElement)(di,null)}),(0,t.createElement)(St,{path:Dm,element:(0,t.createElement)(Lm,null),errorElement:(0,t.createElement)(di,null)}),(0,t.createElement)(St,{path:"*",element:(0,t.createElement)(wt,{to:"/",replace:!0})}))),de({basename:void 0,future:Rt({},void 0,{v7_prependBasename:!0}),history:(L={window:void 0},void 0===L&&(L={}),x((function(e,t){let{pathname:r="/",search:a="",hash:n=""}=w(e.location.hash.substr(1));return r.startsWith("/")||r.startsWith(".")||(r="/"+r),b("",{pathname:r,search:a,hash:n},t.state&&t.state.usr||null,t.state&&t.state.key||"default")}),(function(e,t){let r=e.document.querySelector("base"),a="";if(r&&r.getAttribute("href")){let t=e.location.href,r=t.indexOf("#");a=-1===r?t:t.slice(0,r)}return a+"#"+("string"==typeof t?t:E(t))}),(function(e,t){g("/"===e.pathname.charAt(0),"relative pathnames are not supported in hash history.push("+JSON.stringify(t)+")")}),L)),hydrationData:Nt(),routes:M,mapRouteProperties:Ct,unstable_dataStrategy:void 0,unstable_patchRoutesOnNavigation:void 0,window:void 0}).initialize());var M,L;(0,l.render)((0,t.createElement)(d.Root,{context:{isRtl:i}},(0,t.createElement)(n.SlotFillProvider,null,(0,t.createElement)(zt,{router:T}))),o)}))})()})();