Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/wp-conte.../plugins/wordpres.../js/dist/external...
File: componentsNew.js
(()=>{var e={57990:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=c(r(85890)),n=c(r(99196)),a=c(r(98487)),l=r(65736),s=r(23695),i=r(37188),u=c(r(46362)),d=c(r(78386));function c(e){return e&&e.__esModule?e:{default:e}}const f=a.default.div`
[0] Fix | Delete
display: flex;
[1] Fix | Delete
align-items: flex-start;
[2] Fix | Delete
font-size: 13px;
[3] Fix | Delete
line-height: 1.5;
[4] Fix | Delete
border: 1px solid rgba(0, 0, 0, 0.2);
[5] Fix | Delete
padding: 16px;
[6] Fix | Delete
color: ${e=>e.alertColor};
[7] Fix | Delete
background: ${e=>e.alertBackground};
[8] Fix | Delete
margin-bottom: 20px;
[9] Fix | Delete
`,p=a.default.div`
[10] Fix | Delete
flex-grow: 1;
[11] Fix | Delete
[12] Fix | Delete
a {
[13] Fix | Delete
color: ${i.colors.$color_alert_link_text};
[14] Fix | Delete
}
[15] Fix | Delete
[16] Fix | Delete
p {
[17] Fix | Delete
margin-top: 0;
[18] Fix | Delete
}
[19] Fix | Delete
`,h=(0,a.default)(d.default)`
[20] Fix | Delete
margin-top: 0.1rem;
[21] Fix | Delete
${(0,s.getDirectionalStyle)("margin-right: 8px","margin-left: 8px")};
[22] Fix | Delete
`,b=(0,a.default)(u.default)`
[23] Fix | Delete
${(0,s.getDirectionalStyle)("margin: -8px -12px -8px 8px","margin: -8px 8px -12px -8px")};
[24] Fix | Delete
font-size: 24px;
[25] Fix | Delete
line-height: 1.4;
[26] Fix | Delete
color: ${e=>e.alertDismissColor};
[27] Fix | Delete
flex-shrink: 0;
[28] Fix | Delete
min-width: 36px;
[29] Fix | Delete
height: 36px;
[30] Fix | Delete
[31] Fix | Delete
// Override the base button style: get rid of the button styling.
[32] Fix | Delete
padding: 0;
[33] Fix | Delete
[34] Fix | Delete
&, &:hover, &:active {
[35] Fix | Delete
/* Inherits box-sizing: border-box so this doesn't change the rendered size. */
[36] Fix | Delete
border: 2px solid transparent;
[37] Fix | Delete
background: transparent;
[38] Fix | Delete
box-shadow: none;
[39] Fix | Delete
color: ${e=>e.alertDismissColor};
[40] Fix | Delete
}
[41] Fix | Delete
[42] Fix | Delete
/* Inherits focus style from the Button component. */
[43] Fix | Delete
&:focus {
[44] Fix | Delete
background: transparent;
[45] Fix | Delete
color: ${e=>e.alertDismissColor};
[46] Fix | Delete
border-color: ${i.colors.$color_yoast_focus};
[47] Fix | Delete
box-shadow: 0px 0px 0px 3px ${i.colors.$color_yoast_focus_outer};
[48] Fix | Delete
}
[49] Fix | Delete
`;class g extends n.default.Component{getTypeDisplayOptions(e){switch(e){case"error":return{color:i.colors.$color_alert_error_text,background:i.colors.$color_alert_error_background,icon:"alert-error"};case"info":return{color:i.colors.$color_alert_info_text,background:i.colors.$color_alert_info_background,icon:"alert-info"};case"success":return{color:i.colors.$color_alert_success_text,background:i.colors.$color_alert_success_background,icon:"alert-success"};case"warning":return{color:i.colors.$color_alert_warning_text,background:i.colors.$color_alert_warning_background,icon:"alert-warning"}}}render(){if(!0===this.props.isAlertDismissed)return null;const e=this.getTypeDisplayOptions(this.props.type),t=this.props.dismissAriaLabel||(0,l.__)("Dismiss this alert","wordpress-seo");
[50] Fix | Delete
/* translators: Hidden accessibility text. */return n.default.createElement(f,{alertColor:e.color,alertBackground:e.background,className:this.props.className},n.default.createElement(h,{icon:e.icon,color:e.color}),n.default.createElement(p,null,this.props.children),"function"==typeof this.props.onDismissed?n.default.createElement(b,{alertDismissColor:e.color,onClick:this.props.onDismissed,"aria-label":t},"×"):null)}}g.propTypes={children:o.default.any.isRequired,type:o.default.oneOf(["error","info","success","warning"]).isRequired,onDismissed:o.default.func,isAlertDismissed:o.default.bool,dismissAriaLabel:o.default.string,className:o.default.string},g.defaultProps={onDismissed:null,isAlertDismissed:!1,dismissAriaLabel:"",className:""},t.default=g},47529:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=s(r(99196)),n=s(r(85890)),a=s(r(98487)),l=r(23695);function s(e){return e&&e.__esModule?e:{default:e}}const i=a.default.div`
[51] Fix | Delete
box-sizing: border-box;
[52] Fix | Delete
[53] Fix | Delete
p {
[54] Fix | Delete
margin: 0;
[55] Fix | Delete
font-size: 14px;
[56] Fix | Delete
}
[57] Fix | Delete
`,u=a.default.h3`
[58] Fix | Delete
margin: 8px 0;
[59] Fix | Delete
font-size: 1em;
[60] Fix | Delete
`,d=a.default.ul`
[61] Fix | Delete
margin: 0;
[62] Fix | Delete
list-style: none;
[63] Fix | Delete
padding: 0;
[64] Fix | Delete
`,c=(0,l.makeOutboundLink)(a.default.a`
[65] Fix | Delete
display: inline-block;
[66] Fix | Delete
margin-bottom: 4px;
[67] Fix | Delete
font-size: 14px;
[68] Fix | Delete
`),f=a.default.li`
[69] Fix | Delete
margin: 8px 0;
[70] Fix | Delete
`,p=a.default.div`
[71] Fix | Delete
a {
[72] Fix | Delete
margin: 8px 0 0;
[73] Fix | Delete
}
[74] Fix | Delete
`,h=e=>o.default.createElement(f,{className:e.className},o.default.createElement(c,{className:`${e.className}-link`,href:e.link},e.title),o.default.createElement("p",{className:`${e.className}-description`},e.description));h.propTypes={className:n.default.string.isRequired,title:n.default.string.isRequired,link:n.default.string.isRequired,description:n.default.string.isRequired};const b=e=>o.default.createElement(i,{className:e.className},o.default.createElement(u,{className:`${e.className}__header`},e.title?e.title:e.feed.title),o.default.createElement(d,{className:`${e.className}__posts`,role:"list"},e.feed.items.map((t=>o.default.createElement(h,{className:`${e.className}__post`,key:t.link,title:t.title,link:t.link,description:t.description})))),e.footerLinkText&&o.default.createElement(p,{className:`${e.className}__footer`},o.default.createElement(c,{className:`${e.className}__footer-link`,href:e.feedLink?e.feedLink:e.feed.link},e.footerLinkText)));b.propTypes={className:n.default.string,feed:n.default.object.isRequired,title:n.default.string,footerLinkText:n.default.string,feedLink:n.default.string},b.defaultProps={className:"articlelist-feed"},t.default=b},79743:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=t.FullHeightCard=void 0;var o=function(e,t){if(e&&e.__esModule)return e;if(null===e||"object"!=typeof e&&"function"!=typeof e)return{default:e};var r=d(t);if(r&&r.has(e))return r.get(e);var o={__proto__:null},n=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in e)if("default"!==a&&Object.prototype.hasOwnProperty.call(e,a)){var l=n?Object.getOwnPropertyDescriptor(e,a):null;l&&(l.get||l.set)?Object.defineProperty(o,a,l):o[a]=e[a]}return o.default=e,r&&r.set(e,o),o}(r(99196)),n=u(r(85890)),a=u(r(98487)),l=r(37188),s=r(23695),i=u(r(97230));function u(e){return e&&e.__esModule?e:{default:e}}function d(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,r=new WeakMap;return(d=function(e){return e?r:t})(e)}const c=a.default.div`
[75] Fix | Delete
position: relative;
[76] Fix | Delete
display: flex;
[77] Fix | Delete
flex-direction: column;
[78] Fix | Delete
background-color: ${l.colors.$color_white};
[79] Fix | Delete
width: 100%;
[80] Fix | Delete
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
[81] Fix | Delete
`,f=a.default.img`
[82] Fix | Delete
width: 100%;
[83] Fix | Delete
vertical-align: bottom;
[84] Fix | Delete
`,p=a.default.div`
[85] Fix | Delete
padding: 12px 16px;
[86] Fix | Delete
display: flex;
[87] Fix | Delete
flex-direction: column;
[88] Fix | Delete
flex-grow: 1;
[89] Fix | Delete
`,h=a.default.a`
[90] Fix | Delete
text-decoration: none;
[91] Fix | Delete
color: ${l.colors.$color_pink_dark};
[92] Fix | Delete
/* IE11 bug header image height see https://github.com/philipwalton/flexbugs#flexbug-5 */
[93] Fix | Delete
overflow: hidden;
[94] Fix | Delete
[95] Fix | Delete
&:hover,
[96] Fix | Delete
&:focus,
[97] Fix | Delete
&:active {
[98] Fix | Delete
text-decoration: underline;
[99] Fix | Delete
color: ${l.colors.$color_pink_dark};
[100] Fix | Delete
}
[101] Fix | Delete
[102] Fix | Delete
&:focus,
[103] Fix | Delete
&:active {
[104] Fix | Delete
box-shadow: none;
[105] Fix | Delete
}
[106] Fix | Delete
`,b=a.default.h2`
[107] Fix | Delete
margin: 16px 16px 0 16px;
[108] Fix | Delete
font-weight: 400;
[109] Fix | Delete
font-size: 1.5em;
[110] Fix | Delete
line-height: 1.2;
[111] Fix | Delete
color: currentColor;
[112] Fix | Delete
`,g=(0,s.makeOutboundLink)(h);class m extends o.default.Component{getHeader(){return this.props.header?this.props.header.link?o.default.createElement(g,{href:this.props.header.link},o.default.createElement(f,{src:this.props.header.image,alt:""}),o.default.createElement(b,null,this.props.header.title)):o.default.createElement(o.Fragment,null,o.default.createElement(f,{src:this.props.header.image,alt:""}),";",o.default.createElement(b,null,this.props.header.title)):null}getBanner(){return this.props.banner?o.default.createElement(i.default,this.props.banner,this.props.banner.text):null}render(){return o.default.createElement(c,{className:this.props.className,id:this.props.id},this.getHeader(),this.getBanner(),o.default.createElement(p,null,this.props.children))}}t.default=m,t.FullHeightCard=(0,a.default)(m)`
[113] Fix | Delete
height: 100%;
[114] Fix | Delete
`,m.propTypes={className:n.default.string,id:n.default.string,header:n.default.shape({title:n.default.string,image:n.default.string.isRequired,link:n.default.string}),banner:n.default.shape({text:n.default.string.isRequired,textColor:n.default.string,backgroundColor:n.default.string}),children:n.default.any},m.defaultProps={className:"",id:"",header:null,banner:null,children:null}},97230:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=c;var o=function(e,t){if(e&&e.__esModule)return e;if(null===e||"object"!=typeof e&&"function"!=typeof e)return{default:e};var r=i(t);if(r&&r.has(e))return r.get(e);var o={__proto__:null},n=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in e)if("default"!==a&&Object.prototype.hasOwnProperty.call(e,a)){var l=n?Object.getOwnPropertyDescriptor(e,a):null;l&&(l.get||l.set)?Object.defineProperty(o,a,l):o[a]=e[a]}return o.default=e,r&&r.set(e,o),o}(r(99196)),n=s(r(85890)),a=s(r(98487)),l=r(37188);function s(e){return e&&e.__esModule?e:{default:e}}function i(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,r=new WeakMap;return(i=function(e){return e?r:t})(e)}const u=a.default.span`
[115] Fix | Delete
position: absolute;
[116] Fix | Delete
[117] Fix | Delete
top: 8px;
[118] Fix | Delete
left: -8px;
[119] Fix | Delete
[120] Fix | Delete
font-weight: 500;
[121] Fix | Delete
color: ${e=>e.textColor};
[122] Fix | Delete
line-height: 16px;
[123] Fix | Delete
[124] Fix | Delete
background-color: ${e=>e.backgroundColor};
[125] Fix | Delete
padding: 8px 16px;
[126] Fix | Delete
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
[127] Fix | Delete
`,d=a.default.span`
[128] Fix | Delete
position: absolute;
[129] Fix | Delete
[130] Fix | Delete
top: 40px;
[131] Fix | Delete
left: -8px;
[132] Fix | Delete
[133] Fix | Delete
/* This code makes the triangle. */
[134] Fix | Delete
border-top: 8px solid ${l.colors.$color_purple_dark};
[135] Fix | Delete
border-left: 8px solid transparent;
[136] Fix | Delete
`;function c(e){return o.default.createElement(o.Fragment,null,o.default.createElement(u,{backgroundColor:e.backgroundColor,textColor:e.textColor},e.children),o.default.createElement(d,null))}c.propTypes={backgroundColor:n.default.string,textColor:n.default.string,children:n.default.any},c.defaultProps={backgroundColor:l.colors.$color_pink_dark,textColor:l.colors.$color_white,children:null}},57272:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Collapsible=void 0,t.CollapsibleStateless=v,t.default=t.StyledIconsButton=t.StyledContainerTopLevel=t.StyledContainer=void 0,t.wrapInHeading=m;var o=r(23695),n=r(37188),a=r(92819),l=c(r(85890)),s=c(r(99196)),i=c(r(98487)),u=c(r(71875)),d=r(91752);function c(e){return e&&e.__esModule?e:{default:e}}function f(){return f=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o])}return e},f.apply(this,arguments)}const p=i.default.div`
[137] Fix | Delete
padding: 0 16px;
[138] Fix | Delete
margin-bottom: 16px;
[139] Fix | Delete
`,h=t.StyledContainer=i.default.div`
[140] Fix | Delete
background-color: ${n.colors.$color_white};
[141] Fix | Delete
`,b=t.StyledContainerTopLevel=(0,i.default)(h)`
[142] Fix | Delete
border-top: var(--yoast-border-default);
[143] Fix | Delete
`,g=t.StyledIconsButton=(0,i.default)(u.default)`
[144] Fix | Delete
width: 100%;
[145] Fix | Delete
background-color: ${n.colors.$color_white};
[146] Fix | Delete
padding: 16px;
[147] Fix | Delete
justify-content: flex-start;
[148] Fix | Delete
border-color: transparent;
[149] Fix | Delete
border: none;
[150] Fix | Delete
border-radius: 0;
[151] Fix | Delete
box-shadow: none;
[152] Fix | Delete
font-weight: normal;
[153] Fix | Delete
[154] Fix | Delete
:focus {
[155] Fix | Delete
outline: 1px solid ${n.colors.$color_blue};
[156] Fix | Delete
outline-offset: -1px;
[157] Fix | Delete
}
[158] Fix | Delete
[159] Fix | Delete
:active {
[160] Fix | Delete
box-shadow: none;
[161] Fix | Delete
background-color: ${n.colors.$color_white};
[162] Fix | Delete
}
[163] Fix | Delete
[164] Fix | Delete
svg {
[165] Fix | Delete
${e=>e.hasSubTitle?"align-self: flex-start;":""}
[166] Fix | Delete
&:first-child {
[167] Fix | Delete
${(0,o.getDirectionalStyle)("margin-right: 8px","margin-left: 8px")};
[168] Fix | Delete
}
[169] Fix | Delete
&:last-child {
[170] Fix | Delete
${(0,o.getDirectionalStyle)("margin-left: 8px","margin-right: 8px")};
[171] Fix | Delete
}
[172] Fix | Delete
}
[173] Fix | Delete
`;function m(e,t){const r=`h${t.level}`,o=(0,i.default)(r)`
[174] Fix | Delete
margin: 0 !important;
[175] Fix | Delete
padding: 0 !important;
[176] Fix | Delete
font-size: ${t.fontSize} !important;
[177] Fix | Delete
font-weight: ${t.fontWeight} !important;
[178] Fix | Delete
color: ${t.color} !important;
[179] Fix | Delete
[180] Fix | Delete
${d.StyledTitle} {
[181] Fix | Delete
font-weight: ${t.fontWeight};
[182] Fix | Delete
color: ${t.color};
[183] Fix | Delete
}
[184] Fix | Delete
`;return function(t){return s.default.createElement(o,null,s.default.createElement(e,t))}}const y=m(g,{level:2,fontSize:"1rem",fontWeight:"normal"});function v(e){const{children:t,className:r,hasPadding:o,hasSeparator:n,Heading:a,id:l,isOpen:i,onToggle:u,prefixIcon:c,prefixIconCollapsed:f,suffixIcon:g,suffixIconCollapsed:m,subTitle:y,title:v,titleScreenReaderText:_}=e;let x=t;i&&o&&(x=s.default.createElement(p,{className:"collapsible_content"},t));const C=n?b:h;return s.default.createElement(C,{className:r},s.default.createElement(a,{id:l,"aria-expanded":i,onClick:u,prefixIcon:i?c:f,suffixIcon:i?g:m,hasSubTitle:!!y},s.default.createElement(d.SectionTitle,{title:v,titleScreenReaderText:_,subTitle:y})),x)}v.propTypes={children:l.default.oneOfType([l.default.arrayOf(l.default.node),l.default.node]),className:l.default.string,Heading:l.default.func,isOpen:l.default.bool.isRequired,hasSeparator:l.default.bool,hasPadding:l.default.bool,onToggle:l.default.func.isRequired,prefixIcon:l.default.shape({icon:l.default.string,color:l.default.string,size:l.default.string}),prefixIconCollapsed:l.default.shape({icon:l.default.string,color:l.default.string,size:l.default.string}),subTitle:l.default.string,suffixIcon:l.default.shape({icon:l.default.string,color:l.default.string,size:l.default.string}),suffixIconCollapsed:l.default.shape({icon:l.default.string,color:l.default.string,size:l.default.string}),title:l.default.string.isRequired,titleScreenReaderText:l.default.string,id:l.default.string},v.defaultProps={Heading:y,id:null,children:null,className:null,subTitle:null,titleScreenReaderText:null,hasSeparator:!1,hasPadding:!1,prefixIcon:null,prefixIconCollapsed:null,suffixIcon:null,suffixIconCollapsed:null};class _ extends s.default.Component{constructor(e){super(e),this.state={isOpen:e.initialIsOpen,headingProps:e.headingProps,Heading:m(g,e.headingProps)},this.toggleCollapse=this.toggleCollapse.bind(this)}static getDerivedStateFromProps(e,t){return e.headingProps.level!==t.headingProps.level||e.headingProps.fontSize!==t.headingProps.fontSize||e.headingProps.fontWeight!==t.headingProps.fontWeight||e.headingProps.color!==t.headingProps.color?{...t,headingProps:e.headingProps,Heading:m(g,e.headingProps)}:null}toggleCollapse(){const{isOpen:e}=this.state,{onToggle:t}=this.props;t&&!1===t(e)||this.setState({isOpen:!e})}render(){const{isOpen:e}=this.state,{children:t}=this.props,r=(0,a.omit)(this.props,["children","onToggle"]);return s.default.createElement(v,f({Heading:this.state.Heading,isOpen:e,onToggle:this.toggleCollapse},r),e&&t)}}t.Collapsible=_,_.propTypes={children:l.default.oneOfType([l.default.arrayOf(l.default.node),l.default.node]),className:l.default.string,initialIsOpen:l.default.bool,hasSeparator:l.default.bool,hasPadding:l.default.bool,prefixIcon:l.default.shape({icon:l.default.string,color:l.default.string,size:l.default.string}),prefixIconCollapsed:l.default.shape({icon:l.default.string,color:l.default.string,size:l.default.string}),suffixIcon:l.default.shape({icon:l.default.string,color:l.default.string,size:l.default.string}),suffixIconCollapsed:l.default.shape({icon:l.default.string,color:l.default.string,size:l.default.string}),title:l.default.string.isRequired,titleScreenReaderText:l.default.string,subTitle:l.default.string,headingProps:l.default.shape({level:l.default.number,fontSize:l.default.string,fontWeight:l.default.string,color:l.default.string}),onToggle:l.default.func},_.defaultProps={hasSeparator:!1,hasPadding:!1,initialIsOpen:!1,subTitle:null,titleScreenReaderText:null,children:null,className:null,prefixIcon:null,prefixIconCollapsed:null,suffixIcon:{icon:"chevron-up",color:n.colors.$black,size:"24px"},suffixIconCollapsed:{icon:"chevron-down",color:n.colors.$black,size:"24px"},headingProps:{level:2,fontSize:"1rem",fontWeight:"normal",color:n.colors.$color_headings},onToggle:null},t.default=_},69424:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=function(e,t){if(e&&e.__esModule)return e;if(null===e||"object"!=typeof e&&"function"!=typeof e)return{default:e};var r=u(t);if(r&&r.has(e))return r.get(e);var o={__proto__:null},n=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in e)if("default"!==a&&Object.prototype.hasOwnProperty.call(e,a)){var l=n?Object.getOwnPropertyDescriptor(e,a):null;l&&(l.get||l.set)?Object.defineProperty(o,a,l):o[a]=e[a]}return o.default=e,r&&r.set(e,o),o}(r(99196)),n=i(r(85890)),a=i(r(98487)),l=r(37188),s=r(23695);function i(e){return e&&e.__esModule?e:{default:e}}function u(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,r=new WeakMap;return(u=function(e){return e?r:t})(e)}const d=a.default.a`
[185] Fix | Delete
color: ${l.colors.$color_black};
[186] Fix | Delete
white-space: nowrap;
[187] Fix | Delete
display: block;
[188] Fix | Delete
border-radius: 4px;
[189] Fix | Delete
background-color: ${l.colors.$color_grey_cta};
[190] Fix | Delete
padding: 12px 16px;
[191] Fix | Delete
box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.2);
[192] Fix | Delete
border: none;
[193] Fix | Delete
text-decoration: none;
[194] Fix | Delete
font-weight: bold;
[195] Fix | Delete
font-size: inherit;
[196] Fix | Delete
margin-bottom: 8px;
[197] Fix | Delete
[198] Fix | Delete
&:hover,
[199] Fix | Delete
&:focus,
[200] Fix | Delete
&:active {
[201] Fix | Delete
color: ${l.colors.$color_black};
[202] Fix | Delete
background-color: ${l.colors.$color_grey_hover};
[203] Fix | Delete
}
[204] Fix | Delete
[205] Fix | Delete
&:active {
[206] Fix | Delete
background-color: ${l.colors.$color_grey_hover};
[207] Fix | Delete
transform: translateY( 1px );
[208] Fix | Delete
box-shadow: none;
[209] Fix | Delete
filter: none;
[210] Fix | Delete
}
[211] Fix | Delete
`,c=a.default.a`
[212] Fix | Delete
cursor: pointer;
[213] Fix | Delete
color: ${l.colors.$color_black};
[214] Fix | Delete
white-space: nowrap;
[215] Fix | Delete
display: block;
[216] Fix | Delete
border-radius: 4px;
[217] Fix | Delete
background-color: ${l.colors.$color_button_upsell};
[218] Fix | Delete
padding: 12px 16px;
[219] Fix | Delete
box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.2);
[220] Fix | Delete
border: none;
[221] Fix | Delete
text-decoration: none;
[222] Fix | Delete
font-weight: bold;
[223] Fix | Delete
font-size: inherit;
[224] Fix | Delete
margin-top: 0;
[225] Fix | Delete
margin-bottom: 8px;
[226] Fix | Delete
[227] Fix | Delete
&:hover,
[228] Fix | Delete
&:focus,
[229] Fix | Delete
&:active {
[230] Fix | Delete
color: ${l.colors.$color_black};
[231] Fix | Delete
background: ${l.colors.$color_button_upsell_hover};
[232] Fix | Delete
}
[233] Fix | Delete
[234] Fix | Delete
&:active {
[235] Fix | Delete
background-color: ${l.colors.$color_button_hover_upsell};
[236] Fix | Delete
transform: translateY( 1px );
[237] Fix | Delete
box-shadow: none;
[238] Fix | Delete
filter: none;
[239] Fix | Delete
}
[240] Fix | Delete
`,f=a.default.a`
[241] Fix | Delete
font-weight: bold;
[242] Fix | Delete
`,p=(0,s.makeOutboundLink)(f),h=a.default.div`
[243] Fix | Delete
text-align: center;
[244] Fix | Delete
`,b=a.default.div`
[245] Fix | Delete
ul {
[246] Fix | Delete
list-style-type: none;
[247] Fix | Delete
margin: 0;
[248] Fix | Delete
padding: 0;
[249] Fix | Delete
}
[250] Fix | Delete
[251] Fix | Delete
li {
[252] Fix | Delete
position: relative;
[253] Fix | Delete
${(0,s.getDirectionalStyle)("margin-left","margin-right")}: 16px;
[254] Fix | Delete
[255] Fix | Delete
&:before {
[256] Fix | Delete
content: "✓";
[257] Fix | Delete
color: ${l.colors.$color_green};
[258] Fix | Delete
position: absolute;
[259] Fix | Delete
font-weight: bold;
[260] Fix | Delete
display: inline-block;
[261] Fix | Delete
${(0,s.getDirectionalStyle)("left","right")}: -16px;
[262] Fix | Delete
}
[263] Fix | Delete
}
[264] Fix | Delete
`,g=a.default.div`
[265] Fix | Delete
margin-bottom: 12px;
[266] Fix | Delete
border-bottom: 1px ${l.colors.$color_grey} solid;
[267] Fix | Delete
flex-grow: 1;
[268] Fix | Delete
`;class m extends o.default.Component{getActionBlock(e,t){const r=(0,s.makeOutboundLink)(e);return"true"===t?o.default.createElement(h,null,o.default.createElement(r,{href:this.props.courseUrl},this.props.ctaButtonData.ctaButtonCopy)):o.default.createElement(h,null,o.default.createElement(r,{href:this.props.ctaButtonData.ctaButtonUrl},this.props.ctaButtonData.ctaButtonCopy),o.default.createElement(p,{href:this.props.courseUrl},this.props.readMoreLinkText))}render(){const e="regular"===this.props.ctaButtonData.ctaButtonType?d:c;return o.default.createElement(o.Fragment,null,o.default.createElement(g,null,o.default.createElement(b,{dangerouslySetInnerHTML:{__html:this.props.description}})),this.getActionBlock(e,this.props.isBundle))}}t.default=m,m.propTypes={description:n.default.string,courseUrl:n.default.string,ctaButtonData:n.default.object,readMoreLinkText:n.default.string,isBundle:n.default.string},m.defaultProps={description:"",courseUrl:"",ctaButtonData:{},readMoreLinkText:"",isBundle:""}},27938:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=u(r(99196)),n=u(r(85890)),a=u(r(98487)),l=r(65736),s=r(25158),i=r(37188);function u(e){return e&&e.__esModule?e:{default:e}}const d=a.default.p`
[269] Fix | Delete
text-align: center;
[270] Fix | Delete
margin: 0 0 16px;
[271] Fix | Delete
padding: 16px 16px 8px 16px;
[272] Fix | Delete
border-bottom: 4px solid ${i.colors.$color_bad};
[273] Fix | Delete
background: ${i.colors.$color_white};
[274] Fix | Delete
`;class c extends o.default.Component{constructor(e){super(e),this.state={hasError:!1}}componentDidCatch(){this.setState({hasError:!0})}render(){if(this.state.hasError){const e=(0,l.__)("Something went wrong. Please reload the page.","wordpress-seo");return(0,s.speak)(e,"assertive"),o.default.createElement(d,null,e)}return this.props.children}}t.default=c,c.propTypes={children:n.default.any},c.defaultProps={children:null}},9802:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getId=t.default=void 0;const r=()=>Math.random().toString(36).substring(2,6);t.getId=e=>e||r(),t.default=r},33014:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=a(r(99196)),n=a(r(85890));function a(e){return e&&e.__esModule?e:{default:e}}const l=e=>{const t=`h${e.level}`;return o.default.createElement(t,{className:e.className},e.children)};l.propTypes={level:n.default.number,className:n.default.string,children:n.default.any},l.defaultProps={level:1},t.default=l},30812:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.helpTextPropType=t.default=void 0;var o=function(e,t){if(e&&e.__esModule)return e;if(null===e||"object"!=typeof e&&"function"!=typeof e)return{default:e};var r=i(t);if(r&&r.has(e))return r.get(e);var o={__proto__:null},n=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in e)if("default"!==a&&Object.prototype.hasOwnProperty.call(e,a)){var l=n?Object.getOwnPropertyDescriptor(e,a):null;l&&(l.get||l.set)?Object.defineProperty(o,a,l):o[a]=e[a]}return o.default=e,r&&r.set(e,o),o}(r(99196)),n=s(r(85890)),a=s(r(98487)),l=r(37188);function s(e){return e&&e.__esModule?e:{default:e}}function i(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,r=new WeakMap;return(i=function(e){return e?r:t})(e)}const u=a.default.p`
[275] Fix | Delete
color: ${e=>e.textColor};
[276] Fix | Delete
font-size: ${e=>e.textFontSize};
[277] Fix | Delete
margin-top: 0;
[278] Fix | Delete
`;class d extends o.PureComponent{render(){const{children:e,textColor:t,textFontSize:r}=this.props;return o.default.createElement(u,{textColor:t,textFontSize:r},e)}}t.default=d;const c=t.helpTextPropType={children:n.default.oneOfType([n.default.string,n.default.array]),textColor:n.default.string,textFontSize:n.default.string};d.propTypes={...c,children:c.children.isRequired},d.defaultProps={textColor:l.colors.$color_help_text}},77844:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=s;var o=a(r(99196)),n=a(r(85890));function a(e){return e&&e.__esModule?e:{default:e}}function l(){return l=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o])}return e},l.apply(this,arguments)}function s(e){return o.default.createElement("iframe",l({title:e.title},e))}s.propTypes={title:n.default.string.isRequired}},7992:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=s(r(99196)),n=s(r(85890)),a=s(r(98487)),l=s(r(16653));function s(e){return e&&e.__esModule?e:{default:e}}function i(){return i=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o])}return e},i.apply(this,arguments)}const u=e=>{const t=(0,a.default)(e.icon)`
[279] Fix | Delete
width: ${e.width};
[280] Fix | Delete
height: ${e.height};
[281] Fix | Delete
${e.color?`fill: ${e.color};`:""}
[282] Fix | Delete
flex: 0 0 auto;
[283] Fix | Delete
`,r=(0,l.default)(e,["icon","width","height","color"]);return o.default.createElement(t,i({role:"img","aria-hidden":"true",focusable:"false"},r))};u.propTypes={icon:n.default.func.isRequired,width:n.default.string,height:n.default.string,color:n.default.string},u.defaultProps={width:"16px",height:"16px"},t.default=u},21529:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=i(r(99196)),n=i(r(98487)),a=i(r(85890)),l=r(37188),s=i(r(78386));function i(e){return e&&e.__esModule?e:{default:e}}const u=n.default.button`
[284] Fix | Delete
align-items: center;
[285] Fix | Delete
justify-content: center;
[286] Fix | Delete
box-sizing: border-box;
[287] Fix | Delete
min-width: 32px;
[288] Fix | Delete
display: inline-flex;
[289] Fix | Delete
border: 1px solid ${l.colors.$color_button_border};
[290] Fix | Delete
background-color: ${e=>e.pressed?e.pressedBackground:e.unpressedBackground};
[291] Fix | Delete
box-shadow: ${e=>e.pressed?`inset 0 2px 0 ${(0,l.rgba)(e.pressedBoxShadowColor,.7)}`:`0 1px 0 ${(0,l.rgba)(e.unpressedBoxShadowColor,.7)}`};
[292] Fix | Delete
border-radius: 3px;
[293] Fix | Delete
cursor: pointer;
[294] Fix | Delete
padding: 0;
[295] Fix | Delete
height: ${e=>e.pressed?"23px":"24px"};
[296] Fix | Delete
[297] Fix | Delete
&:hover {
[298] Fix | Delete
border-color: ${e=>e.hoverBorderColor};
[299] Fix | Delete
}
[300] Fix | Delete
&:disabled {
[301] Fix | Delete
background-color: ${e=>e.unpressedBackground};
[302] Fix | Delete
box-shadow: none;
[303] Fix | Delete
border: none;
[304] Fix | Delete
cursor: default;
[305] Fix | Delete
}
[306] Fix | Delete
`,d=function(e){const t="disabled"===e.marksButtonStatus;let r;return r=t?e.disabledIconColor:e.pressed?e.pressedIconColor:e.unpressedIconColor,o.default.createElement(u,{disabled:t,type:"button",onClick:e.onClick,pressed:e.pressed,unpressedBoxShadowColor:e.unpressedBoxShadowColor,pressedBoxShadowColor:e.pressedBoxShadowColor,pressedBackground:e.pressedBackground,unpressedBackground:e.unpressedBackground,id:e.id,"aria-label":e.ariaLabel,"aria-pressed":e.pressed,unpressedIconColor:t?e.disabledIconColor:e.unpressedIconColor,pressedIconColor:e.pressedIconColor,hoverBorderColor:e.hoverBorderColor,className:e.className},o.default.createElement(s.default,{icon:e.icon,color:r,size:"18px"}))};d.propTypes={id:a.default.string.isRequired,ariaLabel:a.default.string.isRequired,onClick:a.default.func.isRequired,unpressedBoxShadowColor:a.default.string,pressedBoxShadowColor:a.default.string,pressedBackground:a.default.string,unpressedBackground:a.default.string,pressedIconColor:a.default.string,unpressedIconColor:a.default.string,icon:a.default.string.isRequired,pressed:a.default.bool.isRequired,hoverBorderColor:a.default.string,marksButtonStatus:a.default.string,disabledIconColor:a.default.string,className:a.default.string},d.defaultProps={unpressedBoxShadowColor:l.colors.$color_button_border,pressedBoxShadowColor:l.colors.$color_purple,pressedBackground:l.colors.$color_pink_dark,unpressedBackground:l.colors.$color_button,pressedIconColor:l.colors.$color_white,unpressedIconColor:l.colors.$color_button_text,hoverBorderColor:l.colors.$color_white,marksButtonStatus:"enabled",disabledIconColor:l.colors.$color_grey},t.default=d},22027:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=i(r(99196)),n=i(r(98487)),a=i(r(85890)),l=r(37188),s=i(r(78386));function i(e){return e&&e.__esModule?e:{default:e}}const u=n.default.button`
[307] Fix | Delete
box-sizing: border-box;
[308] Fix | Delete
min-width: 32px;
[309] Fix | Delete
display: inline-block;
[310] Fix | Delete
border: 1px solid ${l.colors.$color_button_border};
[311] Fix | Delete
background-color: ${e=>e.background};
[312] Fix | Delete
box-shadow: ${e=>e.boxShadowColor};
[313] Fix | Delete
border-radius: 3px;
[314] Fix | Delete
cursor: pointer;
[315] Fix | Delete
padding: 0;
[316] Fix | Delete
height: "24px";
[317] Fix | Delete
&:hover {
[318] Fix | Delete
border-color: ${e=>e.hoverBorderColor};
[319] Fix | Delete
}
[320] Fix | Delete
`,d=function(e){return o.default.createElement(u,{type:"button",onClick:e.onClick,boxShadowColor:e.boxShadowColor,background:e.background,id:e.id,"aria-label":e.ariaLabel,iconColor:e.iconColor,hoverBorderColor:e.hoverBorderColor,className:e.className},o.default.createElement(s.default,{icon:e.icon,color:e.iconColor,size:"18px"}))};d.propTypes={id:a.default.string.isRequired,ariaLabel:a.default.string.isRequired,onClick:a.default.func.isRequired,boxShadowColor:a.default.string,background:a.default.string,iconColor:a.default.string,icon:a.default.string.isRequired,hoverBorderColor:a.default.string,className:a.default.string},d.defaultProps={boxShadowColor:l.colors.$color_button_border,background:l.colors.$color_button,iconColor:l.colors.$color_button_text,hoverBorderColor:l.colors.$color_white},t.default=d},1453:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=t.SimulatedLabel=void 0;var o=l(r(99196)),n=l(r(85890)),a=l(r(98487));function l(e){return e&&e.__esModule?e:{default:e}}function s(){return s=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o])}return e},s.apply(this,arguments)}t.SimulatedLabel=a.default.div`
[321] Fix | Delete
cursor: pointer;
[322] Fix | Delete
font-size: 14px;
[323] Fix | Delete
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
[324] Fix | Delete
margin: 4px 0;
[325] Fix | Delete
color: #303030;
[326] Fix | Delete
font-weight: 500;
[327] Fix | Delete
`;const i=e=>o.default.createElement("label",s({htmlFor:e.for,className:e.className},e.optionalAttributes),e.children);i.propTypes={for:n.default.string.isRequired,optionalAttributes:n.default.shape({"aria-label":n.default.string,onClick:n.default.func,className:n.default.string}),children:n.default.any.isRequired,className:n.default.string},i.defaultProps={className:"",optionalAttributes:{}},t.default=i},44722:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.languageNoticePropType=t.default=void 0;var o=function(e,t){if(e&&e.__esModule)return e;if(null===e||"object"!=typeof e&&"function"!=typeof e)return{default:e};var r=d(t);if(r&&r.has(e))return r.get(e);var o={__proto__:null},n=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in e)if("default"!==a&&Object.prototype.hasOwnProperty.call(e,a)){var l=n?Object.getOwnPropertyDescriptor(e,a):null;l&&(l.get||l.set)?Object.defineProperty(o,a,l):o[a]=e[a]}return o.default=e,r&&r.set(e,o),o}(r(99196)),n=u(r(85890)),a=u(r(98487)),l=r(65736),s=u(r(96746)),i=r(23695);function u(e){return e&&e.__esModule?e:{default:e}}function d(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,r=new WeakMap;return(d=function(e){return e?r:t})(e)}const c=a.default.p`
[328] Fix | Delete
margin: 1em 0;
[329] Fix | Delete
`,f=(0,i.makeOutboundLink)(a.default.a`
[330] Fix | Delete
margin-left: 4px;
[331] Fix | Delete
`);class p extends o.PureComponent{render(){const{changeLanguageLink:e,canChangeLanguage:t,language:r,showLanguageNotice:n}=this.props;if(!n)return null;
[332] Fix | Delete
/* Translators: %s expands to the actual language. */let a=(0,l.__)("Your site language is set to %s. ","wordpress-seo");return t||(
[333] Fix | Delete
/* Translators: %s expands to the actual language. */
[334] Fix | Delete
a=(0,l.__)("Your site language is set to %s. If this is not correct, contact your site administrator.","wordpress-seo")),a=(0,l.sprintf)(a,`{{strong}}${r}{{/strong}}`),a=(0,s.default)({mixedString:a,components:{strong:o.default.createElement("strong",null)}}),o.default.createElement(c,null,a,t&&o.default.createElement(f,{href:e},(0,l.__)("Change language","wordpress-seo")))}}t.default=p;const h=t.languageNoticePropType={changeLanguageLink:n.default.string.isRequired,canChangeLanguage:n.default.bool,language:n.default.string.isRequired,showLanguageNotice:n.default.bool};p.propTypes=h,p.defaultProps={canChangeLanguage:!1,showLanguageNotice:!1}},50933:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=s(r(99196)),n=s(r(85890)),a=function(e,t){if(e&&e.__esModule)return e;if(null===e||"object"!=typeof e&&"function"!=typeof e)return{default:e};var r=l(t);if(r&&r.has(e))return r.get(e);var o={__proto__:null},n=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in e)if("default"!==a&&Object.prototype.hasOwnProperty.call(e,a)){var s=n?Object.getOwnPropertyDescriptor(e,a):null;s&&(s.get||s.set)?Object.defineProperty(o,a,s):o[a]=e[a]}return o.default=e,r&&r.set(e,o),o}(r(98487));function l(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,r=new WeakMap;return(l=function(e){return e?r:t})(e)}function s(e){return e&&e.__esModule?e:{default:e}}const i=({className:e})=>(""!==e&&(e+=" "),e+="yoast-loader",o.default.createElement("svg",{version:"1.1",id:"Y__x2B__bg",x:"0px",y:"0px",viewBox:"0 0 500 500",className:e},o.default.createElement("g",null,o.default.createElement("g",null,o.default.createElement("linearGradient",{id:"SVGID_1_",gradientUnits:"userSpaceOnUse",x1:"250",y1:"428.6121",x2:"250",y2:"77.122"},o.default.createElement("stop",{offset:"0",style:{stopColor:"#570732"}}),o.default.createElement("stop",{offset:"2.377558e-02",style:{stopColor:"#5D0936"}}),o.default.createElement("stop",{offset:"0.1559",style:{stopColor:"#771549"}}),o.default.createElement("stop",{offset:"0.3019",style:{stopColor:"#8B1D58"}}),o.default.createElement("stop",{offset:"0.4669",style:{stopColor:"#992362"}}),o.default.createElement("stop",{offset:"0.6671",style:{stopColor:"#A12768"}}),o.default.createElement("stop",{offset:"1",style:{stopColor:"#A4286A"}})),o.default.createElement("path",{fill:"url(#SVGID_1_)",d:"M454.7,428.6H118.4c-40.2,0-73.2-32.9-73.2-73.2V150.3c0-40.2,32.9-73.2,73.2-73.2h263.1 c40.2,0,73.2,32.9,73.2,73.2V428.6z"})),o.default.createElement("g",null,o.default.createElement("g",null,o.default.createElement("g",null,o.default.createElement("g",null,o.default.createElement("path",{fill:"#A4286A",d:"M357.1,102.4l-43.8,9.4L239.9,277l-47.2-147.8h-70.2l78.6,201.9c6.7,17.2,6.7,36.3,0,53.5 c-6.7,17.2,45.1-84.1,24.7-75.7c0,0,34.9,97.6,36.4,94.5c7-14.3,13.7-30.3,20.2-48.5L387.4,72 C387.4,72,358.4,102.4,357.1,102.4z"}))))),o.default.createElement("g",null,o.default.createElement("linearGradient",{id:"SVGID_2_",gradientUnits:"userSpaceOnUse",x1:"266.5665",y1:"-6.9686",x2:"266.5665",y2:"378.4586"},o.default.createElement("stop",{offset:"0",style:{stopColor:"#77B227"}}),o.default.createElement("stop",{offset:"0.4669",style:{stopColor:"#75B027"}}),o.default.createElement("stop",{offset:"0.635",style:{stopColor:"#6EAB27"}}),o.default.createElement("stop",{offset:"0.7549",style:{stopColor:"#63A027"}}),o.default.createElement("stop",{offset:"0.8518",style:{stopColor:"#529228"}}),o.default.createElement("stop",{offset:"0.9339",style:{stopColor:"#3C7F28"}}),o.default.createElement("stop",{offset:"1",style:{stopColor:"#246B29"}})),o.default.createElement("path",{fill:"url(#SVGID_2_)",d:"M337,6.1l-98.6,273.8l-47.2-147.8H121L199.6,334c6.7,17.2,6.7,36.3,0,53.5 c-8.8,22.5-23.4,41.8-59,46.6v59.9c69.4,0,106.9-42.6,140.3-136.1L412.1,6.1H337z"}),o.default.createElement("path",{fill:"#FFFFFF",d:"M140.6,500h-6.1v-71.4l5.3-0.7c34.8-4.7,46.9-24.2,54.1-42.7c6.2-15.8,6.2-33.2,0-49l-81.9-210.3h83.7 l43.1,134.9L332.7,0h88.3L286.7,359.9c-17.9,50-36.4,83.4-58.1,105.3C205,488.9,177,500,140.6,500z M146.7,439.2v48.3 c29.9-1.2,53.3-11.1,73.1-31.1c20.4-20.5,38-52.6,55.3-100.9L403.2,12.3h-61.9L238.1,299l-51.3-160.8H130l75.3,193.5 c7.3,18.7,7.3,39.2,0,57.9C197.7,409.3,184.1,432.4,146.7,439.2z"})))));i.propTypes={className:n.default.string},i.defaultProps={className:""};const u=a.keyframes`
[335] Fix | Delete
0% { transform: scale( 0.70 ); opacity: 0.4; }
[336] Fix | Delete
80% { opacity: 1 }
[337] Fix | Delete
100% { transform: scale( 0.95 ); opacity: 1 }
[338] Fix | Delete
`;t.default=(0,a.default)(i)`
[339] Fix | Delete
animation: ${u} 1.15s infinite;
[340] Fix | Delete
animation-direction: alternate;
[341] Fix | Delete
animation-timing-function: cubic-bezier(0.96, 0.02, 0.63, 0.86);
[342] Fix | Delete
`},73028:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o,n=(o=r(99196))&&o.__esModule?o:{default:o};function a(){return a=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o])}return e},a.apply(this,arguments)}t.default=e=>n.default.createElement("svg",a({},e,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 520 240"}),n.default.createElement("linearGradient",{id:"a",gradientUnits:"userSpaceOnUse",x1:"476.05",y1:"194.48",x2:"476.05",y2:"36.513"},n.default.createElement("stop",{offset:"0",style:{stopColor:"#570732"}}),n.default.createElement("stop",{offset:".038",style:{stopColor:"#610b39"}}),n.default.createElement("stop",{offset:".155",style:{stopColor:"#79164b"}}),n.default.createElement("stop",{offset:".287",style:{stopColor:"#8c1e59"}}),n.default.createElement("stop",{offset:".44",style:{stopColor:"#9a2463"}}),n.default.createElement("stop",{offset:".633",style:{stopColor:"#a22768"}}),n.default.createElement("stop",{offset:"1",style:{stopColor:"#a4286a"}})),n.default.createElement("path",{fill:"url(#a)",d:"M488.7 146.1v-56h20V65.9h-20V36.5h-30.9v29.3h-15.7v24.3h15.7v52.8c0 30 20.9 47.8 43 51.5l9.2-24.8c-12.9-1.6-21.2-11.2-21.3-23.5z"}),n.default.createElement("linearGradient",{id:"b",gradientUnits:"userSpaceOnUse",x1:"287.149",y1:"172.553",x2:"287.149",y2:"61.835"},n.default.createElement("stop",{offset:"0",style:{stopColor:"#570732"}}),n.default.createElement("stop",{offset:".038",style:{stopColor:"#610b39"}}),n.default.createElement("stop",{offset:".155",style:{stopColor:"#79164b"}}),n.default.createElement("stop",{offset:".287",style:{stopColor:"#8c1e59"}}),n.default.createElement("stop",{offset:".44",style:{stopColor:"#9a2463"}}),n.default.createElement("stop",{offset:".633",style:{stopColor:"#a22768"}}),n.default.createElement("stop",{offset:"1",style:{stopColor:"#a4286a"}})),n.default.createElement("path",{fill:"url(#b)",d:"M332.8 137.3V95.2c0-1.5-.1-3-.2-4.4-2.7-34-51-33.9-88.3-20.9L255 91.7c24.3-11.6 38.9-8.6 44-2.9l.4.4v.1c2.6 3.5 2 9 2 13.4-31.8 0-65.7 4.2-65.7 39.1 0 26.5 33.2 43.6 68 18.3l5.2 12.4h29.8c-2.8-14.5-5.9-27-5.9-35.2zm-31.2-.3c-24.5 27.4-46.9 1.6-23.9-9.6 6.8-2.3 15.9-2.4 23.9-2.4v12z"}),n.default.createElement("linearGradient",{id:"c",gradientUnits:"userSpaceOnUse",x1:"390.54",y1:"172.989",x2:"390.54",y2:"61.266"},n.default.createElement("stop",{offset:"0",style:{stopColor:"#570732"}}),n.default.createElement("stop",{offset:".038",style:{stopColor:"#610b39"}}),n.default.createElement("stop",{offset:".155",style:{stopColor:"#79164b"}}),n.default.createElement("stop",{offset:".287",style:{stopColor:"#8c1e59"}}),n.default.createElement("stop",{offset:".44",style:{stopColor:"#9a2463"}}),n.default.createElement("stop",{offset:".633",style:{stopColor:"#a22768"}}),n.default.createElement("stop",{offset:"1",style:{stopColor:"#a4286a"}})),n.default.createElement("path",{fill:"url(#c)",d:"M380.3 92.9c0-10.4 16.6-15.2 42.8-3.3l9.1-22C397 57 348.9 56 348.6 92.8c-.1 17.7 11.2 27.2 27.5 33.2 11.3 4.2 27.6 6.4 27.6 15.4-.1 11.8-25.3 13.6-48.4-2.3l-9.3 23.8c31.4 15.6 89.7 16.1 89.4-23.1-.4-38.5-55.1-31.9-55.1-46.9z"}),n.default.createElement("linearGradient",{id:"d",gradientUnits:"userSpaceOnUse",x1:"76.149",y1:"3.197",x2:"76.149",y2:"178.39"},n.default.createElement("stop",{offset:"0",style:{stopColor:"#77b227"}}),n.default.createElement("stop",{offset:".467",style:{stopColor:"#75b027"}}),n.default.createElement("stop",{offset:".635",style:{stopColor:"#6eab27"}}),n.default.createElement("stop",{offset:".755",style:{stopColor:"#63a027"}}),n.default.createElement("stop",{offset:".852",style:{stopColor:"#529228"}}),n.default.createElement("stop",{offset:".934",style:{stopColor:"#3c7f28"}}),n.default.createElement("stop",{offset:"1",style:{stopColor:"#246b29"}})),n.default.createElement("path",{fill:"url(#d)",d:"M108.2 9.2L63.4 133.6 41.9 66.4H10l35.7 91.8c3 7.8 3 16.5 0 24.3-4 10.2-10.6 19-26.8 21.2v27.2c31.5 0 48.6-19.4 63.8-61.9L142.3 9.2h-34.1z"}),n.default.createElement("linearGradient",{id:"e",gradientUnits:"userSpaceOnUse",x1:"175.228",y1:"172.923",x2:"175.228",y2:"62.17"},n.default.createElement("stop",{offset:"0",style:{stopColor:"#570732"}}),n.default.createElement("stop",{offset:".038",style:{stopColor:"#610b39"}}),n.default.createElement("stop",{offset:".155",style:{stopColor:"#79164b"}}),n.default.createElement("stop",{offset:".287",style:{stopColor:"#8c1e59"}}),n.default.createElement("stop",{offset:".44",style:{stopColor:"#9a2463"}}),n.default.createElement("stop",{offset:".633",style:{stopColor:"#a22768"}}),n.default.createElement("stop",{offset:"1",style:{stopColor:"#a4286a"}})),n.default.createElement("path",{fill:"url(#e)",d:"M175.2 62.2c-38.6 0-54 27.3-54 56.2 0 30 15.1 54.6 54 54.6 38.7 0 54.1-27.6 54-54.6-.1-33-16.8-56.2-54-56.2zm0 87.1c-15.7 0-23.4-11.7-23.4-30.9s8.3-32.9 23.4-32.9c15 0 23.2 13.7 23.2 32.9s-7.5 30.9-23.2 30.9z"}))},79610:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=u(r(99196)),n=u(r(85890)),a=u(r(83253)),l=u(r(98487)),s=r(37188),i=u(r(78386));function u(e){return e&&e.__esModule?e:{default:e}}const d=l.default.h1`
[343] Fix | Delete
float: left;
[344] Fix | Delete
margin: -4px 0 2rem;
[345] Fix | Delete
font-size: 1rem;
[346] Fix | Delete
`,c=l.default.button`
[347] Fix | Delete
float: right;
[348] Fix | Delete
width: 44px;
[349] Fix | Delete
height: 44px;
[350] Fix | Delete
background: transparent;
[351] Fix | Delete
border: 0;
[352] Fix | Delete
margin: -16px -16px 0 0;
[353] Fix | Delete
padding: 0;
[354] Fix | Delete
cursor: pointer;
[355] Fix | Delete
`;class f extends o.default.Component{constructor(e){super(e)}render(){return o.default.createElement(a.default,{isOpen:this.props.isOpen,onRequestClose:this.props.onClose,role:"dialog",contentLabel:this.props.modalAriaLabel,overlayClassName:`yoast-modal__overlay ${this.props.className}`,className:`yoast-modal__content ${this.props.className}`,appElement:this.props.appElement,bodyOpenClassName:"yoast-modal_is-open"},o.default.createElement("div",null,this.props.heading&&o.default.createElement(d,{className:"yoast-modal__title"},this.props.heading),this.props.closeIconButton&&o.default.createElement(c,{type:"button",onClick:this.props.onClose,className:`yoast-modal__button-close-icon ${this.props.closeIconButtonClassName}`,"aria-label":this.props.closeIconButton},o.default.createElement(i.default,{icon:"times",color:s.colors.$color_grey_text}))),o.default.createElement("div",{className:"yoast-modal__inside"},this.props.children),this.props.closeButton&&o.default.createElement("div",{className:"yoast-modal__actions"},o.default.createElement("button",{type:"button",onClick:this.props.onClose,className:`yoast-modal__button-close ${this.props.closeButtonClassName}`},this.props.closeButton)))}}f.propTypes={children:n.default.any,className:n.default.string,isOpen:n.default.bool,onClose:n.default.func.isRequired,modalAriaLabel:n.default.string.isRequired,appElement:n.default.object.isRequired,heading:n.default.string,closeIconButton:n.default.string,closeIconButtonClassName:n.default.string,closeButton:n.default.string,closeButtonClassName:n.default.string},f.defaultProps={children:null,className:"",heading:"",closeIconButton:"",closeIconButtonClassName:"",closeButton:"",closeButtonClassName:"",isOpen:!1};const p=(0,l.default)(f)`
[356] Fix | Delete
&.yoast-modal__overlay {
[357] Fix | Delete
position: fixed;
[358] Fix | Delete
top: 0;
[359] Fix | Delete
left: 0;
[360] Fix | Delete
right: 0;
[361] Fix | Delete
bottom: 0;
[362] Fix | Delete
background-color: rgba(0, 0, 0, 0.6);
[363] Fix | Delete
transition: background 100ms ease-out;
[364] Fix | Delete
z-index: 999999;
[365] Fix | Delete
}
[366] Fix | Delete
[367] Fix | Delete
&.yoast-modal__content {
[368] Fix | Delete
position: absolute;
[369] Fix | Delete
top: 50%;
[370] Fix | Delete
left: 50%;
[371] Fix | Delete
right: auto;
[372] Fix | Delete
bottom: auto;
[373] Fix | Delete
width: auto;
[374] Fix | Delete
max-width: 90%;
[375] Fix | Delete
max-height: 90%;
[376] Fix | Delete
border: 0;
[377] Fix | Delete
border-radius: 0;
[378] Fix | Delete
margin-right: -50%;
[379] Fix | Delete
padding: 24px;
[380] Fix | Delete
transform: translate(-50%, -50%);
[381] Fix | Delete
background-color: #fff;
[382] Fix | Delete
outline: none;
[383] Fix | Delete
[384] Fix | Delete
@media screen and ( max-width: 500px ) {
[385] Fix | Delete
overflow-y: auto;
[386] Fix | Delete
}
[387] Fix | Delete
[388] Fix | Delete
@media screen and ( max-height: 640px ) {
[389] Fix | Delete
overflow-y: auto;
[390] Fix | Delete
}
[391] Fix | Delete
}
[392] Fix | Delete
[393] Fix | Delete
.yoast-modal__inside {
[394] Fix | Delete
clear: both;
[395] Fix | Delete
}
[396] Fix | Delete
[397] Fix | Delete
.yoast-modal__actions {
[398] Fix | Delete
text-align: right;
[399] Fix | Delete
}
[400] Fix | Delete
[401] Fix | Delete
.yoast-modal__actions button {
[402] Fix | Delete
margin: 24px 0 0 8px;
[403] Fix | Delete
}
[404] Fix | Delete
`;t.default=p},64737:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=i(r(99196)),n=i(r(85890)),a=i(r(98487)),l=r(37188),s=i(r(78386));function i(e){return e&&e.__esModule?e:{default:e}}const u=a.default.div`
[405] Fix | Delete
padding: 8px;
[406] Fix | Delete
`,d=a.default.ol`
[407] Fix | Delete
padding: 0;
[408] Fix | Delete
margin: 0;
[409] Fix | Delete
[410] Fix | Delete
list-style: none;
[411] Fix | Delete
counter-reset: multi-step-progress-counter;
[412] Fix | Delete
[413] Fix | Delete
li {
[414] Fix | Delete
counter-increment: multi-step-progress-counter;
[415] Fix | Delete
}
[416] Fix | Delete
`,c=a.default.li`
[417] Fix | Delete
display: flex;
[418] Fix | Delete
align-items: baseline;
[419] Fix | Delete
[420] Fix | Delete
margin: 8px 0;
[421] Fix | Delete
[422] Fix | Delete
:first-child {
[423] Fix | Delete
margin-top: 0;
[424] Fix | Delete
}
[425] Fix | Delete
[426] Fix | Delete
:last-child {
[427] Fix | Delete
margin-bottom: 0;
[428] Fix | Delete
}
[429] Fix | Delete
[430] Fix | Delete
span {
[431] Fix | Delete
margin: 0 8px;
[432] Fix | Delete
}
[433] Fix | Delete
[434] Fix | Delete
svg {
[435] Fix | Delete
position: relative;
[436] Fix | Delete
top: 2px;
[437] Fix | Delete
}
[438] Fix | Delete
[439] Fix | Delete
::before {
[440] Fix | Delete
content: counter( multi-step-progress-counter );
[441] Fix | Delete
font-size: 12px;
[442] Fix | Delete
background: ${l.colors.$color_pink_dark};
[443] Fix | Delete
border-radius: 50%;
[444] Fix | Delete
min-width: 16px;
[445] Fix | Delete
height: 16px;
[446] Fix | Delete
padding: 4px;
[447] Fix | Delete
color: ${l.colors.$color_white};
[448] Fix | Delete
text-align: center;
[449] Fix | Delete
}
[450] Fix | Delete
`,f=(0,a.default)(c)`
[451] Fix | Delete
span {
[452] Fix | Delete
color: ${l.colors.$palette_grey_text_light};
[453] Fix | Delete
}
[454] Fix | Delete
[455] Fix | Delete
::before {
[456] Fix | Delete
background-color: ${l.colors.$palette_grey_medium_dark};
[457] Fix | Delete
}
[458] Fix | Delete
`,p=(0,a.default)(c)`
[459] Fix | Delete
::before {
[460] Fix | Delete
background-color: ${l.colors.$palette_grey_medium_dark};
[461] Fix | Delete
}
[462] Fix | Delete
`;class h extends o.default.Component{render(){return o.default.createElement(u,{role:"status","aria-live":"polite","aria-relevant":"additions text","aria-atomic":!0},o.default.createElement(d,null,this.props.steps.map((e=>{switch(e.status){case"running":return this.renderRunningState(e);case"failed":return this.renderFailedState(e);case"finished":return this.renderFinishedState(e);default:return this.renderPendingState(e)}}))))}renderPendingState(e){return o.default.createElement(f,{key:e.id},o.default.createElement("span",null,e.text))}renderRunningState(e){return o.default.createElement(p,{key:e.id},o.default.createElement("span",null,e.text),o.default.createElement(s.default,{icon:"loading-spinner"}))}renderFinishedState(e){return o.default.createElement(c,{key:e.id},o.default.createElement("span",null,e.text),o.default.createElement(s.default,{icon:"check",color:l.colors.$color_green_medium_light}))}renderFailedState(e){return o.default.createElement(c,{key:e.id},o.default.createElement("span",null,e.text),o.default.createElement(s.default,{icon:"times",color:l.colors.$color_red}))}}h.defaultProps={steps:[]},h.propTypes={steps:n.default.arrayOf(n.default.shape({status:n.default.oneOf(["pending","running","finished","failed"]).isRequired,text:n.default.string.isRequired,id:n.default.string.isRequired}))},t.default=h},18506:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=d(r(99196)),n=d(r(85890)),a=d(r(98487)),l=r(65736),s=r(37188),i=d(r(8272)),u=d(r(78386));function d(e){return e&&e.__esModule?e:{default:e}}const c=a.default.div`
[463] Fix | Delete
display: flex;
[464] Fix | Delete
align-items: center;
[465] Fix | Delete
padding: 24px;
[466] Fix | Delete
[467] Fix | Delete
h1, h2, h3, h4, h5, h6 {
[468] Fix | Delete
font-size: 1.4em;
[469] Fix | Delete
line-height: 1;
[470] Fix | Delete
margin: 0 0 4px 0;
[471] Fix | Delete
[472] Fix | Delete
@media screen and ( max-width: ${s.breakpoints.mobile} ) {
[473] Fix | Delete
${e=>e.isDismissable?"margin-right: 30px;":""}
[474] Fix | Delete
}
[475] Fix | Delete
}
[476] Fix | Delete
[477] Fix | Delete
p:last-child {
[478] Fix | Delete
margin: 0;
[479] Fix | Delete
}
[480] Fix | Delete
[481] Fix | Delete
@media screen and ( max-width: ${s.breakpoints.mobile} ) {
[482] Fix | Delete
display: block;
[483] Fix | Delete
position: relative;
[484] Fix | Delete
padding: 16px;
[485] Fix | Delete
}
[486] Fix | Delete
`,f=a.default.img`
[487] Fix | Delete
flex: 0 0 ${e=>e.imageWidth?e.imageWidth:"auto"};
[488] Fix | Delete
height: ${e=>e.imageHeight?e.imageHeight:"auto"};
[489] Fix | Delete
margin-right: 24px;
[490] Fix | Delete
[491] Fix | Delete
@media screen and ( max-width: ${s.breakpoints.mobile} ) {
[492] Fix | Delete
display: none;
[493] Fix | Delete
}
[494] Fix | Delete
`,p=a.default.div`
[495] Fix | Delete
flex: 1 1 auto;
[496] Fix | Delete
`,h=a.default.button`
[497] Fix | Delete
flex: 0 0 40px;
[498] Fix | Delete
height: 40px;
[499] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function