Astra Starter Sites - Version 3.0.11

Version Description

Download this release

Release Info

Developer brainstormworg
Plugin Icon Astra Starter Sites
Version 3.0.11
Comparing to
See all releases

Code changes from version 3.0.10 to 3.0.11

.eslintrc DELETED
@@ -1,50 +0,0 @@
1
- {
2
- "root": true,
3
- "extends": [
4
- "plugin:@wordpress/eslint-plugin/recommended"
5
- ],
6
- "env": {
7
- "browser": true
8
- },
9
- "globals": {
10
- "starterTemplates": true,
11
- "astraSitesVars": true,
12
- "ajaxurl": true,
13
- "starterTemplatesPreview":true,
14
- "jQuery": true
15
- },
16
- "rules": {
17
- "jsdoc/require-param": "off",
18
- "jsdoc/valid-types": "error",
19
- "jsx-a11y/no-static-element-interactions": "off", // Should be enabled.
20
- "jsx-a11y/click-events-have-key-events": "off", // Should be enabled.
21
- "jsx-a11y/alt-text": "error",
22
- "eqeqeq": "error",
23
- "jsx-a11y/iframe-has-title": "error",
24
- "jsdoc/check-param-names": "error",
25
- "jsx-a11y/no-noninteractive-element-interactions": "off", // Should be enabled.
26
- "@wordpress/i18n-no-variables": "error",
27
- "no-template-curly-in-string": "error",
28
- "no-throw-literal": "error",
29
- "no-unmodified-loop-condition": "error",
30
- "no-useless-call": "error",
31
- "no-useless-concat": "error",
32
- "prefer-object-spread": "off", // Should be enabled.
33
- "prefer-promise-reject-errors": "error",
34
- "prefer-rest-params": "error",
35
- "prefer-spread": "error",
36
- "radix": [ "error", "as-needed" ],
37
- "require-await": "error",
38
- "rest-spread-spacing": [ "error", "never" ],
39
- "react/prop-types": "off", // Should be enabled.
40
- "react-hooks/exhaustive-deps": [ "off", { "additionalHooks": "useSelect" } ],
41
- "react/jsx-closing-tag-location": "error",
42
- "react/jsx-fragments": "error",
43
- "react/self-closing-comp": "error",
44
- "react/jsx-first-prop-new-line": "error",
45
- "react/jsx-no-literals": "off", // Should be enabled.
46
- "react/jsx-no-useless-fragment": "off", // Should be enabled.
47
- "import/order": [ "error", { "groups": [ "builtin", [ "external", "unknown" ], "internal", "parent", "sibling", "index" ] } ],
48
- "func-style": ["error", "expression"]
49
- }
50
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
astra-sites.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Starter Templates
4
  * Plugin URI: https://wpastra.com/
5
  * Description: Starter Templates is all in one solution for complete starter sites, single page templates, blocks & images. This plugin offers the premium library of ready templates & provides quick access to beautiful Pixabay images that can be imported in your website easily.
6
- * Version: 3.0.10
7
  * Author: Brainstorm Force
8
  * Author URI: https://www.brainstormforce.com
9
  * Text Domain: astra-sites
@@ -19,7 +19,7 @@ if ( ! defined( 'ASTRA_SITES_NAME' ) ) {
19
  }
20
 
21
  if ( ! defined( 'ASTRA_SITES_VER' ) ) {
22
- define( 'ASTRA_SITES_VER', '3.0.10' );
23
  }
24
 
25
  if ( ! defined( 'ASTRA_SITES_FILE' ) ) {
3
  * Plugin Name: Starter Templates
4
  * Plugin URI: https://wpastra.com/
5
  * Description: Starter Templates is all in one solution for complete starter sites, single page templates, blocks & images. This plugin offers the premium library of ready templates & provides quick access to beautiful Pixabay images that can be imported in your website easily.
6
+ * Version: 3.0.11
7
  * Author: Brainstorm Force
8
  * Author URI: https://www.brainstormforce.com
9
  * Text Domain: astra-sites
19
  }
20
 
21
  if ( ! defined( 'ASTRA_SITES_VER' ) ) {
22
+ define( 'ASTRA_SITES_VER', '3.0.11' );
23
  }
24
 
25
  if ( ! defined( 'ASTRA_SITES_FILE' ) ) {
inc/importers/batch-processing/class-astra-sites-batch-processing.php CHANGED
@@ -343,17 +343,7 @@ if ( ! class_exists( 'Astra_Sites_Batch_Processing' ) ) :
343
  if ( 'no' === $this->get_last_export_checksums() ) {
344
  wp_send_json_success( 'updated' );
345
  }
346
-
347
- $status = Astra_Sites_Page::get_instance()->test_cron();
348
- if ( is_wp_error( $status ) ) {
349
- $import_with = 'ajax';
350
- } else {
351
- $import_with = 'batch';
352
- // Process import.
353
- $this->process_batch();
354
- }
355
-
356
- wp_send_json_success( $import_with );
357
  }
358
 
359
  /**
343
  if ( 'no' === $this->get_last_export_checksums() ) {
344
  wp_send_json_success( 'updated' );
345
  }
346
+ wp_send_json_success();
 
 
 
 
 
 
 
 
 
 
347
  }
348
 
349
  /**
inc/lib/onboarding/assets/dist/main.asset.php CHANGED
@@ -1 +1 @@
1
- <?php return array('dependencies' => array('react', 'react-dom', 'wp-api-fetch', 'wp-components', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-media-utils', 'wp-polyfill', 'wp-url'), 'version' => '878fe32aabcf7acad9c0e48b8a0eacba');
1
+ <?php return array('dependencies' => array('react', 'react-dom', 'wp-api-fetch', 'wp-components', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-media-utils', 'wp-polyfill', 'wp-url'), 'version' => '9edb7543baded0fb79c85b8fabc83d9c');
inc/lib/onboarding/assets/dist/main.js CHANGED
@@ -2,7 +2,7 @@
2
  Object(E.__)("Your Website is ready and it took just %1$s %2$s to build. %3$s","astra-sites"),F,T,w),g="I just built my website in ".concat(F," ").concat(T," with Starter Templates by @AstraWP. Can't believe how easy it is! 😍")):(m=Object(E.sprintf)(//translators: Website URL.
3
  Object(E.__)("Your Website is up and ready!. %1$s","astra-sites"),w),g="I just built my website with Starter Templates by @AstraWP in minutes. Can't believe how easy it is! 😍");var M="gutenberg"===i?"Zb2DU4vzNWE":"3dARpNLcL30";return Object(h.createElement)(S,{content:Object(h.createElement)("div",{className:"congrats-screen"},Object(h.createElement)("h1",{className:"d-flex-center-align"},Object(E.__)("Congratulations!","astra-sites"),k.tada),Object(h.createElement)("p",{className:"screen-description p-bold",dangerouslySetInnerHTML:{__html:m}}),Object(h.createElement)("div",{className:"video-showcase",onClick:function(){var t=document.getElementById("st-information-video"),e=t.src.replace("&mute=1&controls=0","&mute=0&controls=1");t.src=e,C(!1)}},b&&Object(h.createElement)("div",{className:"click-to-play-wrap"},Object(h.createElement)("span",{className:"click-btn-text"},k.clickToPlay),Object(h.createElement)("span",{className:"youtube-btn middle-content"},k.youtube)),Object(h.createElement)("iframe",{src:"https://www.youtube-nocookie.com/embed/".concat(M,"?rel=0&autoplay=1&mute=1&controls=0&showinfo=0&loop=1&modestbranding=1&loop=1"),frameBorder:"0",allow:"autoplay; encrypted-media",allowFullScreen:!0,title:"st-information-video",height:"415",width:"740",id:"st-information-video"})),Object(h.createElement)("div",{className:"tweet-import-success"},Object(h.createElement)("p",{className:"tweet-text"},g),Object(h.createElement)("a",{href:"https://twitter.com/intent/tweet?text=".concat(g),target:"_blank",className:"twitter-btn-wrap",rel:"noreferrer"},Object(h.createElement)("p",{className:"tweet-btn"},Object(E.__)("CLICK TO TWEET","astra-sites")),k.twitter))),actions:null})}),ra=(r(60),function(){var t=A(),e=x()(t,2),r=e[0].currentIndex,n=e[1];Object(u.useEffect)((function(){var t=localStorage.getItem("st-import-start"),e=localStorage.getItem("st-import-end");(t||e)&&(localStorage.removeItem("st-import-start"),localStorage.removeItem("st-import-end"))}));var i=function(t){var e=new FormData;e.append("action","astra-sites-change-page-builder"),e.append("_ajax_nonce",astraSitesVars._ajax_nonce),e.append("page_builder",t),fetch(ajaxurl,{method:"post",body:e}),n({type:"set",builder:t,currentIndex:r+1})},a=function(t,e){37===(t=t||window.event).keyCode?t.target.previousSibling&&t.target.previousSibling.focus():39===t.keyCode?t.target.nextSibling&&t.target.nextSibling.focus():"Enter"===t.key&&i(e)};return Object(h.createElement)(S,{content:Object(h.createElement)("div",{className:"page-builder-screen-wrap middle-content"},Object(h.createElement)("h1",null,Object(E.__)("Select Page Builder","astra-sites")),Object(h.createElement)("p",{className:"screen-description"},Object(E.__)("Please choose your preferred page builder from the list below.","astra-sites")),Object(h.createElement)("div",{className:"page-builder-wrap ist-fadeinUp"},Object(h.createElement)("div",{className:"page-builder-item d-flex-center-align",onClick:function(){i("gutenberg")},tabIndex:"0",onKeyDown:function(t){return a(t,"gutenberg")}},Object(h.createElement)("div",{className:"elementor-image-wrap image-wrap"},Object(h.createElement)("img",{src:"".concat(starterTemplates.imageDir,"block-editor.svg"),alt:Object(E.__)("Block Editor","astra-sites")})),Object(h.createElement)("h6",null,Object(E.__)("Block Editor","astra-sites"))),Object(h.createElement)("div",{className:"page-builder-item d-flex-center-align",onClick:function(){i("elementor")},tabIndex:"0",onKeyDown:function(t){return a(t,"elementor")}},Object(h.createElement)("div",{className:"elementor-image-wrap image-wrap"},Object(h.createElement)("img",{src:"".concat(starterTemplates.imageDir,"elementor.svg"),alt:Object(E.__)("Elementor","astra-sites")})),Object(h.createElement)("h6",null,Object(E.__)("Elementor","astra-sites"))),Object(h.createElement)("div",{className:"page-builder-item d-flex-center-align",onClick:function(){i("beaver-builder")},tabIndex:"0",onKeyDown:function(t){return a(t,"beaver-builder")}},Object(h.createElement)("div",{className:"beaver-builder-image-wrap image-wrap"},Object(h.createElement)("img",{src:"".concat(starterTemplates.imageDir,"beaver-builder.svg"),alt:Object(E.__)("Beaver Builder","astra-sites")})),Object(h.createElement)("h6",null,Object(E.__)("Beaver Builder","astra-sites"))),"1"===starterTemplates.isBrizyEnabled&&Object(h.createElement)("div",{className:"page-builder-item d-flex-center-align",onClick:function(){i("brizy")},tabIndex:"0",onKeyDown:function(t){return a(t,"brizy")}},Object(h.createElement)("div",{className:"brizy-image-wrap image-wrap"},Object(h.createElement)("img",{src:"".concat(starterTemplates.imageDir,"brizy.svg"),alt:Object(E.__)("Brizy","astra-sites")})),Object(h.createElement)("h6",null,Object(E.__)("Brizy","astra-sites"))))),actions:Object(h.createElement)(h.Fragment,null,Object(h.createElement)(F,{before:!0},Object(E.__)("Back","astra-sites")))})}),na=r(7),ia=r(4);function aa(t,e){return e=null==e?t.length-1:+e,function(){for(var r=Math.max(arguments.length-e,0),n=Array(r),i=0;i<r;i++)n[i]=arguments[i+e];switch(e){case 0:return t.call(this,n);case 1:return t.call(this,arguments[0],n);case 2:return t.call(this,arguments[0],arguments[1],n)}var a=Array(e+1);for(i=0;i<e;i++)a[i]=arguments[i];return a[e]=n,t.apply(this,a)}}function sa(t){var e=typeof t;return"function"===e||"object"===e&&!!t}function oa(t){return null===t}function la(t){return void 0===t}function ca(t){return!0===t||!1===t||"[object Boolean]"===ia.t.call(t)}function ha(t){return!(!t||1!==t.nodeType)}function ua(t){var e="[object "+t+"]";return function(t){return ia.t.call(t)===e}}var pa=ua("String"),fa=ua("Number"),da=ua("Date"),ma=ua("RegExp"),ga=ua("Error"),ya=ua("Symbol"),va=ua("ArrayBuffer"),ba=ua("Function"),xa=ia.p.document&&ia.p.document.childNodes;"object"!=typeof Int8Array&&"function"!=typeof xa&&(ba=function(t){return"function"==typeof t||!1});var Ea=ba,ka=ua("Object"),Ca=ia.s&&ka(new DataView(new ArrayBuffer(8))),Aa="undefined"!=typeof Map&&ka(new Map),Sa=ua("DataView"),wa=Ca?function(t){return null!=t&&Ea(t.getInt8)&&va(t.buffer)}:Sa,Pa=ia.k||ua("Array");function Oa(t,e){return null!=t&&ia.i.call(t,e)}var ja=ua("Arguments");!function(){ja(arguments)||(ja=function(t){return Oa(t,"callee")})}();var Ia=ja;function _a(t){return!ya(t)&&Object(ia.f)(t)&&!isNaN(parseFloat(t))}function Ta(t){return fa(t)&&Object(ia.g)(t)}function Fa(t){return function(){return t}}function Ma(t){return function(e){var r=t(e);return"number"==typeof r&&r>=0&&r<=ia.b}}function Da(t){return function(e){return null==e?void 0:e[t]}}var Ra=Da("byteLength"),Ba=Ma(Ra),Va=/\[object ((I|Ui)nt(8|16|32)|Float(32|64)|Uint8Clamped|Big(I|Ui)nt64)Array\]/,La=ia.r?function(t){return ia.l?Object(ia.l)(t)&&!wa(t):Ba(t)&&Va.test(ia.t.call(t))}:Fa(!1),Na=Da("length");function za(t,e){e=function(t){for(var e={},r=t.length,n=0;n<r;++n)e[t[n]]=!0;return{contains:function(t){return e[t]},push:function(r){return e[r]=!0,t.push(r)}}}(e);var r=ia.n.length,n=t.constructor,i=Ea(n)&&n.prototype||ia.c,a="constructor";for(Oa(t,a)&&!e.contains(a)&&e.push(a);r--;)(a=ia.n[r])in t&&t[a]!==i[a]&&!e.contains(a)&&e.push(a)}function Ga(t){if(!sa(t))return[];if(ia.m)return Object(ia.m)(t);var e=[];for(var r in t)Oa(t,r)&&e.push(r);return ia.h&&za(t,e),e}function Ha(t){if(null==t)return!0;var e=Na(t);return"number"==typeof e&&(Pa(t)||pa(t)||Ia(t))?0===e:0===Na(Ga(t))}function Qa(t,e){var r=Ga(e),n=r.length;if(null==t)return!n;for(var i=Object(t),a=0;a<n;a++){var s=r[a];if(e[s]!==i[s]||!(s in i))return!1}return!0}function Wa(t){return t instanceof Wa?t:this instanceof Wa?void(this._wrapped=t):new Wa(t)}function Xa(t){return new Uint8Array(t.buffer||t,t.byteOffset||0,Ra(t))}function qa(t,e){return function t(e,r,n,i){if(e===r)return 0!==e||1/e==1/r;if(null==e||null==r)return!1;if(e!=e)return r!=r;var a=typeof e;return("function"===a||"object"===a||"object"==typeof r)&&function e(r,n,i,a){r instanceof Wa&&(r=r._wrapped),n instanceof Wa&&(n=n._wrapped);var s=ia.t.call(r);if(s!==ia.t.call(n))return!1;if(Ca&&"[object Object]"==s&&wa(r)){if(!wa(n))return!1;s="[object DataView]"}switch(s){case"[object RegExp]":case"[object String]":return""+r==""+n;case"[object Number]":return+r!=+r?+n!=+n:0==+r?1/+r==1/n:+r==+n;case"[object Date]":case"[object Boolean]":return+r==+n;case"[object Symbol]":return ia.d.valueOf.call(r)===ia.d.valueOf.call(n);case"[object ArrayBuffer]":case"[object DataView]":return e(Xa(r),Xa(n),i,a)}var o="[object Array]"===s;if(!o&&La(r)){if(Ra(r)!==Ra(n))return!1;if(r.buffer===n.buffer&&r.byteOffset===n.byteOffset)return!0;o=!0}if(!o){if("object"!=typeof r||"object"!=typeof n)return!1;var l=r.constructor,c=n.constructor;if(l!==c&&!(Ea(l)&&l instanceof l&&Ea(c)&&c instanceof c)&&"constructor"in r&&"constructor"in n)return!1}a=a||[];for(var h=(i=i||[]).length;h--;)if(i[h]===r)return a[h]===n;if(i.push(r),a.push(n),o){if((h=r.length)!==n.length)return!1;for(;h--;)if(!t(r[h],n[h],i,a))return!1}else{var u,p=Ga(r);if(h=p.length,Ga(n).length!==h)return!1;for(;h--;)if(!Oa(n,u=p[h])||!t(r[u],n[u],i,a))return!1}return i.pop(),a.pop(),!0}(e,r,n,i)}(t,e)}function Ja(t){if(!sa(t))return[];var e=[];for(var r in t)e.push(r);return ia.h&&za(t,e),e}function Ya(t){var e=Na(t);return function(r){if(null==r)return!1;var n=Ja(r);if(Na(n))return!1;for(var i=0;i<e;i++)if(!Ea(r[t[i]]))return!1;return t!==ts||!Ea(r[Ka])}}Wa.VERSION=ia.e,Wa.prototype.value=function(){return this._wrapped},Wa.prototype.valueOf=Wa.prototype.toJSON=Wa.prototype.value,Wa.prototype.toString=function(){return String(this._wrapped)};var Ka="forEach",Ua=["clear","delete"],Za=["get","has","set"],$a=Ua.concat(Ka,Za),ts=Ua.concat(Za),es=["add"].concat(Ua,Ka,"has"),rs=Aa?Ya($a):ua("Map"),ns=Aa?Ya(ts):ua("WeakMap"),is=Aa?Ya(es):ua("Set"),as=ua("WeakSet");function ss(t){for(var e=Ga(t),r=e.length,n=Array(r),i=0;i<r;i++)n[i]=t[e[i]];return n}function os(t){for(var e=Ga(t),r=e.length,n=Array(r),i=0;i<r;i++)n[i]=[e[i],t[e[i]]];return n}function ls(t){for(var e={},r=Ga(t),n=0,i=r.length;n<i;n++)e[t[r[n]]]=r[n];return e}function cs(t){var e=[];for(var r in t)Ea(t[r])&&e.push(r);return e.sort()}function hs(t,e){return function(r){var n=arguments.length;if(e&&(r=Object(r)),n<2||null==r)return r;for(var i=1;i<n;i++)for(var a=arguments[i],s=t(a),o=s.length,l=0;l<o;l++){var c=s[l];e&&void 0!==r[c]||(r[c]=a[c])}return r}}var us=hs(Ja),ps=hs(Ga),fs=hs(Ja,!0);function ds(t){if(!sa(t))return{};if(ia.j)return Object(ia.j)(t);var e=function(){};e.prototype=t;var r=new e;return e.prototype=null,r}function ms(t,e){var r=ds(t);return e&&ps(r,e),r}function gs(t){return sa(t)?Pa(t)?t.slice():us({},t):t}function ys(t,e){return e(t),t}function vs(t){return Pa(t)?t:[t]}function bs(t){return Wa.toPath(t)}function xs(t,e){for(var r=e.length,n=0;n<r;n++){if(null==t)return;t=t[e[n]]}return r?t:void 0}function Es(t,e,r){var n=xs(t,bs(e));return la(n)?r:n}function ks(t,e){for(var r=(e=bs(e)).length,n=0;n<r;n++){var i=e[n];if(!Oa(t,i))return!1;t=t[i]}return!!r}function Cs(t){return t}function As(t){return t=ps({},t),function(e){return Qa(e,t)}}function Ss(t){return t=bs(t),function(e){return xs(e,t)}}function ws(t,e,r){if(void 0===e)return t;switch(null==r?3:r){case 1:return function(r){return t.call(e,r)};case 3:return function(r,n,i){return t.call(e,r,n,i)};case 4:return function(r,n,i,a){return t.call(e,r,n,i,a)}}return function(){return t.apply(e,arguments)}}function Ps(t,e,r){return null==t?Cs:Ea(t)?ws(t,e,r):sa(t)&&!Pa(t)?As(t):Ss(t)}function Os(t,e){return Ps(t,e,1/0)}function js(t,e,r){return Wa.iteratee!==Os?Wa.iteratee(t,e):Ps(t,e,r)}function Is(t,e,r){e=js(e,r);for(var n=Ga(t),i=n.length,a={},s=0;s<i;s++){var o=n[s];a[o]=e(t[o],o,t)}return a}function _s(){}function Ts(t){return null==t?_s:function(e){return Es(t,e)}}function Fs(t,e,r){var n=Array(Math.max(0,t));e=ws(e,r,1);for(var i=0;i<t;i++)n[i]=e(i);return n}function Ms(t,e){return null==e&&(e=t,t=0),t+Math.floor(Math.random()*(e-t+1))}Wa.toPath=vs,Wa.iteratee=Os;var Ds=Date.now||function(){return(new Date).getTime()};function Rs(t){var e=function(e){return t[e]},r="(?:"+Ga(t).join("|")+")",n=RegExp(r),i=RegExp(r,"g");return function(t){return t=null==t?"":""+t,n.test(t)?t.replace(i,e):t}}var Bs={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#x27;","`":"&#x60;"},Vs=Rs(Bs),Ls=Rs(ls(Bs)),Ns=Wa.templateSettings={evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g},zs=/(.)^/,Gs={"'":"'","\\":"\\","\r":"r","\n":"n","\u2028":"u2028","\u2029":"u2029"},Hs=/\\|'|\r|\n|\u2028|\u2029/g;function Qs(t){return"\\"+Gs[t]}var Ws=/^\s*(\w|\$)+\s*$/;function Xs(t,e,r){!e&&r&&(e=r),e=fs({},e,Wa.templateSettings);var n=RegExp([(e.escape||zs).source,(e.interpolate||zs).source,(e.evaluate||zs).source].join("|")+"|$","g"),i=0,a="__p+='";t.replace(n,(function(e,r,n,s,o){return a+=t.slice(i,o).replace(Hs,Qs),i=o+e.length,r?a+="'+\n((__t=("+r+"))==null?'':_.escape(__t))+\n'":n?a+="'+\n((__t=("+n+"))==null?'':__t)+\n'":s&&(a+="';\n"+s+"\n__p+='"),e})),a+="';\n";var s,o=e.variable;if(o){if(!Ws.test(o))throw new Error("variable is not a bare identifier: "+o)}else a="with(obj||{}){\n"+a+"}\n",o="obj";a="var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');};\n"+a+"return __p;\n";try{s=new Function(o,"_",a)}catch(t){throw t.source=a,t}var l=function(t){return s.call(this,t,Wa)};return l.source="function("+o+"){\n"+a+"}",l}function qs(t,e,r){var n=(e=bs(e)).length;if(!n)return Ea(r)?r.call(t):r;for(var i=0;i<n;i++){var a=null==t?void 0:t[e[i]];void 0===a&&(a=r,i=n),t=Ea(a)?a.call(t):a}return t}var Js=0;function Ys(t){var e=++Js+"";return t?t+e:e}function Ks(t){var e=Wa(t);return e._chain=!0,e}function Us(t,e,r,n,i){if(!(n instanceof e))return t.apply(r,i);var a=ds(t.prototype),s=t.apply(a,i);return sa(s)?s:a}var Zs=aa((function(t,e){var r=Zs.placeholder,n=function(){for(var i=0,a=e.length,s=Array(a),o=0;o<a;o++)s[o]=e[o]===r?arguments[i++]:e[o];for(;i<arguments.length;)s.push(arguments[i++]);return Us(t,n,this,this,s)};return n}));Zs.placeholder=Wa;var $s=Zs,to=aa((function(t,e,r){if(!Ea(t))throw new TypeError("Bind must be called on a function");var n=aa((function(i){return Us(t,n,e,this,r.concat(i))}));return n})),eo=Ma(Na);function ro(t,e,r,n){if(n=n||[],e||0===e){if(e<=0)return n.concat(t)}else e=1/0;for(var i=n.length,a=0,s=Na(t);a<s;a++){var o=t[a];if(eo(o)&&(Pa(o)||Ia(o)))if(e>1)ro(o,e-1,r,n),i=n.length;else for(var l=0,c=o.length;l<c;)n[i++]=o[l++];else r||(n[i++]=o)}return n}var no=aa((function(t,e){var r=(e=ro(e,!1,!1)).length;if(r<1)throw new Error("bindAll must be passed function names");for(;r--;){var n=e[r];t[n]=to(t[n],t)}return t}));function io(t,e){var r=function(n){var i=r.cache,a=""+(e?e.apply(this,arguments):n);return Oa(i,a)||(i[a]=t.apply(this,arguments)),i[a]};return r.cache={},r}var ao=aa((function(t,e,r){return setTimeout((function(){return t.apply(null,r)}),e)})),so=$s(ao,Wa,1);function oo(t,e,r){var n,i,a,s,o=0;r||(r={});var l=function(){o=!1===r.leading?0:Ds(),n=null,s=t.apply(i,a),n||(i=a=null)},c=function(){var c=Ds();o||!1!==r.leading||(o=c);var h=e-(c-o);return i=this,a=arguments,h<=0||h>e?(n&&(clearTimeout(n),n=null),o=c,s=t.apply(i,a),n||(i=a=null)):n||!1===r.trailing||(n=setTimeout(l,h)),s};return c.cancel=function(){clearTimeout(n),o=0,n=i=a=null},c}function lo(t,e,r){var n,i,a,s,o,l=function(){var c=Ds()-i;e>c?n=setTimeout(l,e-c):(n=null,r||(s=t.apply(o,a)),n||(a=o=null))},c=aa((function(c){return o=this,a=c,i=Ds(),n||(n=setTimeout(l,e),r&&(s=t.apply(o,a))),s}));return c.cancel=function(){clearTimeout(n),n=a=o=null},c}function co(t,e){return $s(e,t)}function ho(t){return function(){return!t.apply(this,arguments)}}function uo(){var t=arguments,e=t.length-1;return function(){for(var r=e,n=t[e].apply(this,arguments);r--;)n=t[r].call(this,n);return n}}function po(t,e){return function(){if(--t<1)return e.apply(this,arguments)}}function fo(t,e){var r;return function(){return--t>0&&(r=e.apply(this,arguments)),t<=1&&(e=null),r}}var mo=$s(fo,2);function go(t,e,r){e=js(e,r);for(var n,i=Ga(t),a=0,s=i.length;a<s;a++)if(e(t[n=i[a]],n,t))return n}function yo(t){return function(e,r,n){r=js(r,n);for(var i=Na(e),a=t>0?0:i-1;a>=0&&a<i;a+=t)if(r(e[a],a,e))return a;return-1}}var vo=yo(1),bo=yo(-1);function xo(t,e,r,n){for(var i=(r=js(r,n,1))(e),a=0,s=Na(t);a<s;){var o=Math.floor((a+s)/2);r(t[o])<i?a=o+1:s=o}return a}function Eo(t,e,r){return function(n,i,a){var s=0,o=Na(n);if("number"==typeof a)t>0?s=a>=0?a:Math.max(a+o,s):o=a>=0?Math.min(a+1,o):a+o+1;else if(r&&a&&o)return n[a=r(n,i)]===i?a:-1;if(i!=i)return(a=e(ia.q.call(n,s,o),Ta))>=0?a+s:-1;for(a=t>0?s:o-1;a>=0&&a<o;a+=t)if(n[a]===i)return a;return-1}}var ko=Eo(1,vo,xo),Co=Eo(-1,bo);function Ao(t,e,r){var n=(eo(t)?vo:go)(t,e,r);if(void 0!==n&&-1!==n)return t[n]}function So(t,e){return Ao(t,As(e))}function wo(t,e,r){var n,i;if(e=ws(e,r),eo(t))for(n=0,i=t.length;n<i;n++)e(t[n],n,t);else{var a=Ga(t);for(n=0,i=a.length;n<i;n++)e(t[a[n]],a[n],t)}return t}function Po(t,e,r){e=js(e,r);for(var n=!eo(t)&&Ga(t),i=(n||t).length,a=Array(i),s=0;s<i;s++){var o=n?n[s]:s;a[s]=e(t[o],o,t)}return a}function Oo(t){var e=function(e,r,n,i){var a=!eo(e)&&Ga(e),s=(a||e).length,o=t>0?0:s-1;for(i||(n=e[a?a[o]:o],o+=t);o>=0&&o<s;o+=t){var l=a?a[o]:o;n=r(n,e[l],l,e)}return n};return function(t,r,n,i){var a=arguments.length>=3;return e(t,ws(r,i,4),n,a)}}var jo=Oo(1),Io=Oo(-1);function _o(t,e,r){var n=[];return e=js(e,r),wo(t,(function(t,r,i){e(t,r,i)&&n.push(t)})),n}function To(t,e,r){return _o(t,ho(js(e)),r)}function Fo(t,e,r){e=js(e,r);for(var n=!eo(t)&&Ga(t),i=(n||t).length,a=0;a<i;a++){var s=n?n[a]:a;if(!e(t[s],s,t))return!1}return!0}function Mo(t,e,r){e=js(e,r);for(var n=!eo(t)&&Ga(t),i=(n||t).length,a=0;a<i;a++){var s=n?n[a]:a;if(e(t[s],s,t))return!0}return!1}function Do(t,e,r,n){return eo(t)||(t=ss(t)),("number"!=typeof r||n)&&(r=0),ko(t,e,r)>=0}var Ro=aa((function(t,e,r){var n,i;return Ea(e)?i=e:(e=bs(e),n=e.slice(0,-1),e=e[e.length-1]),Po(t,(function(t){var a=i;if(!a){if(n&&n.length&&(t=xs(t,n)),null==t)return;a=t[e]}return null==a?a:a.apply(t,r)}))}));function Bo(t,e){return Po(t,Ss(e))}function Vo(t,e){return _o(t,As(e))}function Lo(t,e,r){var n,i,a=-1/0,s=-1/0;if(null==e||"number"==typeof e&&"object"!=typeof t[0]&&null!=t)for(var o=0,l=(t=eo(t)?t:ss(t)).length;o<l;o++)null!=(n=t[o])&&n>a&&(a=n);else e=js(e,r),wo(t,(function(t,r,n){((i=e(t,r,n))>s||i===-1/0&&a===-1/0)&&(a=t,s=i)}));return a}function No(t,e,r){var n,i,a=1/0,s=1/0;if(null==e||"number"==typeof e&&"object"!=typeof t[0]&&null!=t)for(var o=0,l=(t=eo(t)?t:ss(t)).length;o<l;o++)null!=(n=t[o])&&n<a&&(a=n);else e=js(e,r),wo(t,(function(t,r,n){((i=e(t,r,n))<s||i===1/0&&a===1/0)&&(a=t,s=i)}));return a}function zo(t,e,r){if(null==e||r)return eo(t)||(t=ss(t)),t[Ms(t.length-1)];var n=eo(t)?gs(t):ss(t),i=Na(n);e=Math.max(Math.min(e,i),0);for(var a=i-1,s=0;s<e;s++){var o=Ms(s,a),l=n[s];n[s]=n[o],n[o]=l}return n.slice(0,e)}function Go(t){return zo(t,1/0)}function Ho(t,e,r){var n=0;return e=js(e,r),Bo(Po(t,(function(t,r,i){return{value:t,index:n++,criteria:e(t,r,i)}})).sort((function(t,e){var r=t.criteria,n=e.criteria;if(r!==n){if(r>n||void 0===r)return 1;if(r<n||void 0===n)return-1}return t.index-e.index})),"value")}function Qo(t,e){return function(r,n,i){var a=e?[[],[]]:{};return n=js(n,i),wo(r,(function(e,i){var s=n(e,i,r);t(a,e,s)})),a}}var Wo=Qo((function(t,e,r){Oa(t,r)?t[r].push(e):t[r]=[e]})),Xo=Qo((function(t,e,r){t[r]=e})),qo=Qo((function(t,e,r){Oa(t,r)?t[r]++:t[r]=1})),Jo=Qo((function(t,e,r){t[r?0:1].push(e)}),!0),Yo=/[^\ud800-\udfff]|[\ud800-\udbff][\udc00-\udfff]|[\ud800-\udfff]/g;function Ko(t){return t?Pa(t)?ia.q.call(t):pa(t)?t.match(Yo):eo(t)?Po(t,Cs):ss(t):[]}function Uo(t){return null==t?0:eo(t)?t.length:Ga(t).length}function Zo(t,e,r){return e in r}var $o=aa((function(t,e){var r={},n=e[0];if(null==t)return r;Ea(n)?(e.length>1&&(n=ws(n,e[1])),e=Ja(t)):(n=Zo,e=ro(e,!1,!1),t=Object(t));for(var i=0,a=e.length;i<a;i++){var s=e[i],o=t[s];n(o,s,t)&&(r[s]=o)}return r})),tl=aa((function(t,e){var r,n=e[0];return Ea(n)?(n=ho(n),e.length>1&&(r=e[1])):(e=Po(ro(e,!1,!1),String),n=function(t,r){return!Do(e,r)}),$o(t,n,r)}));function el(t,e,r){return ia.q.call(t,0,Math.max(0,t.length-(null==e||r?1:e)))}function rl(t,e,r){return null==t||t.length<1?null==e||r?void 0:[]:null==e||r?t[0]:el(t,t.length-e)}function nl(t,e,r){return ia.q.call(t,null==e||r?1:e)}function il(t,e,r){return null==t||t.length<1?null==e||r?void 0:[]:null==e||r?t[t.length-1]:nl(t,Math.max(0,t.length-e))}function al(t){return _o(t,Boolean)}function sl(t,e){return ro(t,e,!1)}var ol=aa((function(t,e){return e=ro(e,!0,!0),_o(t,(function(t){return!Do(e,t)}))})),ll=aa((function(t,e){return ol(t,e)}));function cl(t,e,r,n){ca(e)||(n=r,r=e,e=!1),null!=r&&(r=js(r,n));for(var i=[],a=[],s=0,o=Na(t);s<o;s++){var l=t[s],c=r?r(l,s,t):l;e&&!r?(s&&a===c||i.push(l),a=c):r?Do(a,c)||(a.push(c),i.push(l)):Do(i,l)||i.push(l)}return i}var hl=aa((function(t){return cl(ro(t,!0,!0))}));function ul(t){for(var e=[],r=arguments.length,n=0,i=Na(t);n<i;n++){var a=t[n];if(!Do(e,a)){var s;for(s=1;s<r&&Do(arguments[s],a);s++);s===r&&e.push(a)}}return e}function pl(t){for(var e=t&&Lo(t,Na).length||0,r=Array(e),n=0;n<e;n++)r[n]=Bo(t,n);return r}var fl=aa(pl);function dl(t,e){for(var r={},n=0,i=Na(t);n<i;n++)e?r[t[n]]=e[n]:r[t[n][0]]=t[n][1];return r}function ml(t,e,r){null==e&&(e=t||0,t=0),r||(r=e<t?-1:1);for(var n=Math.max(Math.ceil((e-t)/r),0),i=Array(n),a=0;a<n;a++,t+=r)i[a]=t;return i}function gl(t,e){if(null==e||e<1)return[];for(var r=[],n=0,i=t.length;n<i;)r.push(ia.q.call(t,n,n+=e));return r}function yl(t,e){return t._chain?Wa(e).chain():e}function vl(t){return wo(cs(t),(function(e){var r=Wa[e]=t[e];Wa.prototype[e]=function(){var t=[this._wrapped];return ia.o.apply(t,arguments),yl(this,r.apply(Wa,t))}})),Wa}wo(["pop","push","reverse","shift","sort","splice","unshift"],(function(t){var e=ia.a[t];Wa.prototype[t]=function(){var r=this._wrapped;return null!=r&&(e.apply(r,arguments),"shift"!==t&&"splice"!==t||0!==r.length||delete r[0]),yl(this,r)}})),wo(["concat","join","slice"],(function(t){var e=ia.a[t];Wa.prototype[t]=function(){var t=this._wrapped;return null!=t&&(t=e.apply(t,arguments)),yl(this,t)}}));var bl=Wa,xl=vl(n);function El(t,e){var r="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!r){if(Array.isArray(t)||(r=function(t,e){if(t){if("string"==typeof t)return kl(t,void 0);var r=Object.prototype.toString.call(t).slice(8,-1);return"Object"===r&&t.constructor&&(r=t.constructor.name),"Map"===r||"Set"===r?Array.from(t):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?kl(t,void 0):void 0}}(t))||e&&t&&"number"==typeof t.length){r&&(t=r);var n=0,i=function(){};return{s:i,n:function(){return n>=t.length?{done:!0}:{done:!1,value:t[n++]}},e:function(t){throw t},f:i}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,s=!0,o=!1;return{s:function(){r=r.call(t)},n:function(){var t=r.next();return s=t.done,t},e:function(t){o=!0,a=t},f:function(){try{s||null==r.return||r.return()}finally{if(o)throw a}}}}function kl(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}xl._=xl,r(61);var Cl=function(t,e){return t=t.toLocaleLowerCase(),e=e.toLocaleLowerCase(),t=(t=t.replace(/\s\s+/g," ").trim()).replace(" ","|"),!!e.match(new RegExp(t,"g"))},Al=function(t,e,r,n){t=t.toLowerCase().trim();var i={tags:[],sites:{},related:{},related_categories:[]},a=Object.assign({},astraSitesVars.all_sites),s={};if(n)for(var o in a)a[o]["astra-site-page-builder"]===n&&(s[o]=a[o]);else s=a;var l={};if(e){for(var c in s)s[c]["astra-sites-type"]===e&&(l[c]=s[c]);s=l}if(l={},r){for(var h in s)Object.values(s[h].categories).includes(r)&&(l[h]=s[h]);s=l}for(var u in s){var p=s[u],f=!1;if(Cl(t,p.title)&&(f=!0,i.tags.includes(p.title)||i.tags.push(p.title),i.sites[u]=p),p["astra-sites-tag"])for(var d in p["astra-sites-tag"]){var m=p["astra-sites-tag"][d].replace("-"," ");Cl(t,m)&&(f=!0,i.sites[u]=p)}if(f)for(var g in p.categories)i.related_categories.includes(p.categories[g])||i.related_categories.push(p.categories[g])}var y,v=El(astraSitesVars.allCategoriesAndTags);try{for(v.s();!(y=v.n()).done;){var b=y.value;if(b.name.toLowerCase().includes(t)&&(i.tags.push(b.name),astraSitesVars.allCategories.length)){var x=b.id.toString();x.includes("-")&&(x=parseInt(b.id.split("-")[0]));var E,k=El(astraSitesVars.allCategories);try{for(k.s();!(E=k.n()).done;){var C=E.value;x===C.id&&(i.related_categories.includes(C.slug)||i.related_categories.push(C.slug))}}catch(t){k.e(t)}finally{k.f()}}}}catch(t){v.e(t)}finally{v.f()}for(var A in s){var S=s[A];for(var w in S.categories)!i.sites[A]&&i.related_categories.includes(S.categories[w])&&(i.related[A]=S)}return i.tags&&(i.tags=i.tags.slice(0,10)),i},Sl=function(){return Object(h.createElement)("div",{className:"site-list-loading-skeleton"},Object(h.createElement)(ki,{container:!0},Object(h.createElement)(ki,{item:!0,xs:12},Object(h.createElement)(Ji,{display:"flex",justifyContent:"center"},Object(h.createElement)(yi,{variant:"rect",width:600,height:36,animation:"wave"}))),Object(h.createElement)(ki,{item:!0,xs:12},Object(h.createElement)(Ji,{display:"flex",justifyContent:"center",m:"44px 0 50px 0"},Object(h.createElement)(yi,{variant:"rect",width:740,height:48,animation:"wave"}))),Object(h.createElement)(ki,{item:!0,xs:12},Object(h.createElement)(Ji,{display:"flex",justifyContent:"space-between",p:"0 0 8px 0"},Object(h.createElement)(Ji,{display:"flex",gridGap:"15px",alignItems:"center"},Object(h.createElement)(Ji,null,Object(h.createElement)(yi,{variant:"rect",width:80,height:41,animation:"wave"})),Object(h.createElement)(Ji,null,Object(h.createElement)(yi,{variant:"rect",width:80,height:41,animation:"wave"})),Object(h.createElement)(Ji,null,Object(h.createElement)(yi,{variant:"rect",width:80,height:41,animation:"wave"})),Object(h.createElement)(Ji,null,Object(h.createElement)(yi,{variant:"rect",width:80,height:41,animation:"wave"})),Object(h.createElement)(Ji,null,Object(h.createElement)(yi,{variant:"rect",width:80,height:41,animation:"wave"})),Object(h.createElement)(Ji,null,Object(h.createElement)(yi,{variant:"rect",width:80,height:41,animation:"wave"})),Object(h.createElement)(Ji,null,Object(h.createElement)(yi,{variant:"rect",width:80,height:41,animation:"wave"})),Object(h.createElement)(Ji,null,Object(h.createElement)(yi,{variant:"rect",width:80,height:41,animation:"wave"}))),Object(h.createElement)(Ji,{display:"flex",gridGap:"15px",alignItems:"center"},Object(h.createElement)(Ji,null,Object(h.createElement)(yi,{variant:"rect",width:110,height:40,animation:"wave"})),Object(h.createElement)(Ji,null,Object(h.createElement)(yi,{variant:"rect",width:110,height:40,animation:"wave"}))))),Object(h.createElement)(ki,{item:!0,xs:12},Object(h.createElement)(Ji,{p:"44px 0 0 0",display:"grid",gridGap:"40px",gridTemplateColumns:"1fr 1fr 1fr 1fr"},Object(h.createElement)(yi,{variant:"rect",height:380,animation:"wave"}),Object(h.createElement)(yi,{variant:"rect",height:380,animation:"wave"}),Object(h.createElement)(yi,{variant:"rect",height:380,animation:"wave"}),Object(h.createElement)(yi,{variant:"rect",height:380,animation:"wave"})))))},wl=r(6),Pl=r.n(wl),Ol=r(5),jl=r.n(Ol),Il=(r(62),{search:Object(h.createElement)("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"},Object(h.createElement)("path",{d:"M17.7043 16.2848L14.3054 12.8958C15.402 11.4988 15.9971 9.77351 15.9948 7.99743C15.9948 6.41569 15.5258 4.86947 14.647 3.5543C13.7683 2.23913 12.5192 1.21408 11.0579 0.608771C9.59657 0.00346513 7.98855 -0.15491 6.43721 0.153672C4.88586 0.462254 3.46085 1.22393 2.34239 2.34239C1.22393 3.46085 0.462254 4.88586 0.153672 6.43721C-0.15491 7.98855 0.00346513 9.59657 0.608771 11.0579C1.21408 12.5192 2.23913 13.7683 3.5543 14.647C4.86947 15.5258 6.41569 15.9948 7.99743 15.9948C9.77351 15.9971 11.4988 15.402 12.8958 14.3054L16.2848 17.7043C16.3777 17.798 16.4883 17.8724 16.6101 17.9231C16.7319 17.9739 16.8626 18 16.9945 18C17.1265 18 17.2572 17.9739 17.379 17.9231C17.5008 17.8724 17.6114 17.798 17.7043 17.7043C17.798 17.6114 17.8724 17.5008 17.9231 17.379C17.9739 17.2572 18 17.1265 18 16.9945C18 16.8626 17.9739 16.7319 17.9231 16.6101C17.8724 16.4883 17.798 16.3777 17.7043 16.2848ZM1.99936 7.99743C1.99936 6.81112 2.35114 5.65146 3.01022 4.66508C3.66929 3.6787 4.60606 2.90991 5.70207 2.45593C6.79807 2.00196 8.00408 1.88317 9.16759 2.11461C10.3311 2.34605 11.3999 2.91731 12.2387 3.75615C13.0775 4.595 13.6488 5.66375 13.8802 6.82726C14.1117 7.99077 13.9929 9.19678 13.5389 10.2928C13.0849 11.3888 12.3162 12.3256 11.3298 12.9846C10.3434 13.6437 9.18373 13.9955 7.99743 13.9955C6.40664 13.9955 4.88101 13.3636 3.75615 12.2387C2.6313 11.1138 1.99936 9.58821 1.99936 7.99743Z"})),cross:Object(h.createElement)("svg",{width:"12",height:"12",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},Object(h.createElement)("path",{d:"M14 1.41L12.59 0L7 5.59L1.41 0L0 1.41L5.59 7L0 12.59L1.41 14L7 8.41L12.59 14L14 12.59L8.41 7L14 1.41Z",fill:"#6B7280"})),dropdown:Object(h.createElement)("svg",{viewBox:"0 0 6 4",fill:"none",xmlns:"http://www.w3.org/2000/svg"},Object(h.createElement)("path",{d:"M2.68303 3.8635L0.132229 1.2304C-0.0440763 1.0484 -0.0440763 0.754114 0.132229 0.574056L0.556111 0.136496C0.732416 -0.0454985 1.01751 -0.0454985 1.19194 0.136496L3 2.0029L4.80806 0.136496C4.98437 -0.0454985 5.26946 -0.0454985 5.44389 0.136496L5.86777 0.574056C6.04408 0.75605 6.04408 1.05034 5.86777 1.2304L3.31697 3.8635C3.14442 4.0455 2.85933 4.0455 2.68303 3.8635Z",fillOpacity:"0.6"})),favorite:Object(h.createElement)("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},Object(h.createElement)("path",{d:"M13.7498 2.5C12.2998 2.5 10.9082 3.175 9.99984 4.24167C9.0915 3.175 7.69984 2.5 6.24984 2.5C3.68317 2.5 1.6665 4.51667 1.6665 7.08333C1.6665 10.2333 4.49984 12.8 8.7915 16.7L9.99984 17.7917L11.2082 16.6917C15.4998 12.8 18.3332 10.2333 18.3332 7.08333C18.3332 4.51667 16.3165 2.5 13.7498 2.5ZM10.0832 15.4583L9.99984 15.5417L9.9165 15.4583C5.94984 11.8667 3.33317 9.49167 3.33317 7.08333C3.33317 5.41667 4.58317 4.16667 6.24984 4.16667C7.53317 4.16667 8.78317 4.99167 9.22484 6.13333H10.7832C11.2165 4.99167 12.4665 4.16667 13.7498 4.16667C15.4165 4.16667 16.6665 5.41667 16.6665 7.08333C16.6665 9.49167 14.0498 11.8667 10.0832 15.4583Z",fill:"#6B7280"})),close:Object(h.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true"},Object(h.createElement)("path",{fillRule:"evenodd",d:"M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z",clipRule:"evenodd"})),success:Object(h.createElement)("svg",{width:"24",height:"24",viewBox:"0 0 1792 1792",fill:"#44C997",xmlns:"http://www.w3.org/2000/svg"},Object(h.createElement)("path",{d:"M1299 813l-422 422q-19 19-45 19t-45-19l-294-294q-19-19-19-45t19-45l102-102q19-19 45-19t45 19l147 147 275-275q19-19 45-19t45 19l102 102q19 19 19 45t-19 45zm141 83q0-148-73-273t-198-198-273-73-273 73-198 198-73 273 73 273 198 198 273 73 273-73 198-198 73-273zm224 0q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z"})),error:Object(h.createElement)("svg",{"x-description":"Heroicon name: solid/x-circle",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true"},Object(h.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"}))}),_l=(r(63),r(64),function(t){var e=t.children,r=t.content;return Object(h.createElement)("div",{className:"stc-tooltip"},e,r?Object(h.createElement)("div",{className:"stc-tooltip-content"},r):null)}),Tl=function(t){var e=t.className,r=t.column,n=t.options,i=t.onClick,a=t.hasFavorite,s=t.onFavoriteClick,o=t.favoriteList;return n.length?Object(h.createElement)("div",{className:"\n\t\t\t\tstc-grid-wrap\n\t\t\t\tgrid-".concat(r||"3","\n\t\t\t\t").concat(null!=e?e:"","\n\t\t\t"),column:r},n.map((function(t,e){var r=!(!o||!o.length)&&o.includes("id-".concat(t.id));return Object(h.createElement)("div",{className:"stc-grid-item",key:e},Object(h.createElement)("div",{className:"stc-grid-item-inner"},t.badge?Object(h.createElement)("div",{className:"stc-grid-item-badge"},t.badge):null,Object(h.createElement)("div",{className:"stc-grid-item-screenshot",style:{backgroundImage:"url(".concat(t.image,")")},onClick:function(e){"function"==typeof i&&i(e,t)}}),Object(h.createElement)("div",{className:"stc-grid-item-header"},Object(h.createElement)("div",{className:"stc-grid-item-title"},Object(na.decodeEntities)(t.title)),a?Object(h.createElement)(_l,{content:"".concat(r?"":Object(E.__)("Add to favorites","astra-sites"))},Object(h.createElement)("div",{className:"stc-grid-favorite ".concat(r?"active":""),onClick:function(e){"function"==typeof s&&s(e,t,!r)}},Il.favorite)):null)))}))):""},Fl=(r(65),Object(u.memo)((function(t){var e=t.onSearch,r=t.value,n=t.placeholder,i=t.onKeyUp,a=n||Object(E.__)("Search..","astra-sites");return Object(h.createElement)("div",{className:"stc-search ".concat(r?"stc-search-have-input":"")},Object(h.createElement)("input",{className:"stc-search-input",type:"search",value:r,placeholder:a,onChange:function(t){"function"==typeof e&&e(t,t.target.value)},onKeyUp:function(t){"function"==typeof i&&i(t)}}),Object(h.createElement)("button",{className:"stc-search-icon"},Il.search),Object(h.createElement)("button",{className:"stc-cross-icon",onClick:function(t){"function"==typeof e&&(e(t,""),document.getElementsByClassName("stc-search-input")[0].focus())}},Il.cross))}))),Ml=(r(66),Object(u.memo)((function(t){var e=t.options,r=t.value,n=t.onClick,i=t.limit,a="";void 0!==r?a=r:e.length&&(a=e[0].id);var s=Object(u.useState)(a),o=x()(s,2),l=o[0],c=o[1],p=Object(u.useState)(!1),f=x()(p,2),d=f[0],m=f[1],g=Object(u.useState)([]),y=x()(g,2),v=y[0],b=y[1],k=Object(u.useState)(e),C=x()(k,2),A=C[0],S=C[1];Object(u.useEffect)((function(){if(i){var t=e.slice(i,i+e.length),r=e.slice(0,i);t.length&&(t=t.map((function(t){return t.title=Object(na.decodeEntities)(t.name),t}))),b(t),S(r)}}),[]),Object(u.useEffect)((function(){c(a)}),[r]);var w=function(t,e){"function"==typeof n&&n(t,e)};return Object(h.createElement)("div",{className:"stc-category-list"},A.length?Object(h.createElement)(h.Fragment,null,A.map((function(t,e){return Object(h.createElement)("div",{className:"stc-category-list-item ".concat((r=t.id,l===r?"active":"")),onClick:function(e){c(t.id),w(e,t)},key:e},Object(h.createElement)("span",{className:"stc-category-list-title"},Object(na.decodeEntities)(t.name)));var r})),v.length?Object(h.createElement)(Bl,{className:"stc-category-list-item stc-category-list-more",toggle:d,onToggle:function(t,e){m(e)},label:Object(E.__)("More","astra-sites"),value:l,options:v,onClick:function(t,e){m(!1),w(t,e)}}):null):Object(h.createElement)("span",null,Object(E.__)("No Categories","astra-sites")))})));function Dl(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function Rl(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?Dl(Object(r),!0).forEach((function(e){g()(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):Dl(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}r(67);var Bl=Object(u.forwardRef)((function(t,e){var r=t.label,n=t.options,i=t.className,a=t.value,s=t.onClick,o=t.toggle,l=t.onToggle,c=Object(u.useState)({option:{id:"",title:"",image:""}}),p=x()(c,2),f=p[0],d=p[1];return Object(u.useEffect)((function(){var t={id:"",title:"",image:""};n.map((function(e){return a===e.id&&(t=e),t})),d(Rl(Rl({},f),{},{option:t}))}),[a]),n.length?Object(h.createElement)("div",{ref:e,className:"stc-toggle-dropdown ".concat(i)},Object(h.createElement)("div",{className:"stc-toggle-dropdown-selected",onClick:function(t){"function"==typeof l&&l(t,!o)}},r&&""===f.option.title?r:Object(h.createElement)(h.Fragment,null,f.option.image?Object(h.createElement)(Vl,{text:f.option.title,src:f.option.image}):f.option.title),Il.dropdown),o&&Object(h.createElement)("div",{className:"stc-toggle-dropdown-popup"},Object(h.createElement)("div",{className:"stc-toggle-dropdown-popup-content"},n.map((function(t,e){return Object(h.createElement)("div",{className:"stc-toggle-dropdown-popup-item ".concat(f.option.id===t.id?"active":""),onClick:function(e){d(Rl(Rl({},f),{},{option:t})),"function"==typeof s&&s(e,t)},key:e},t.image?Object(h.createElement)(Vl,{text:t.title,src:t.image}):t.title)}))))):""})),Vl=(r(68),function(t){var e=t.className,r=t.text,n=t.src,i=t.alt,a=t.onClick;return r||n?Object(h.createElement)("span",{className:"stc-logo ".concat(e||""),onClick:function(t){"function"==typeof a&&a(t)}},n?Object(h.createElement)("a",{href:astraSitesVars.st_page_url},Object(h.createElement)("img",{src:n,className:"stc-logo-image",alt:i})):null,r?Object(h.createElement)("div",{className:"stc-logo-text",alt:i},r):null):""}),Ll=(r(69),Object(u.memo)((function(t){var e=t.value,r=t.options,n=t.onClick;return r.length?Object(h.createElement)("div",{className:"stc-suggestion-list"},r.map((function(t,r){var i=Object(na.decodeEntities)(t).replace(new RegExp("("+e+")","gi"),'<span class="stc-suggestion-highlight">$1</span>');return Object(h.createElement)("div",{key:r,className:"stc-suggession",dangerouslySetInnerHTML:{__html:i},onClick:function(e){"function"==typeof n&&n(e,t)}})}))):""})),r(70),function(t){var e=t.type,r=t.message,n=t.autoHideDuration,i=void 0===n?3:n,a=t.topLeft,s=t.topRight,o=t.topCenter,l=t.bottomLeft,c=t.bottomRight,p=t.bottomCenter,f=t.leftCenter,d=t.style,m=Object(u.useState)(!0),g=x()(m,2),y=g[0],v=g[1],b=Object(u.useState)(!1),E=x()(b,2),k=E[0],C=E[1];setTimeout((function(){v(!1)}),1e3*i),y||setTimeout((function(){C(!0)}),500);var A=[a&&"top-left",s&&"top-right",o&&"top-center",l&&"bottom-left",c&&"bottom-right",p&&"bottom-center",f&&"left-center"].filter(Boolean).join("");return k?null:Object(h.createElement)("div",{className:"st-toaster ".concat(y?"visible":"hidden"," ").concat(A||""),style:d},Object(h.createElement)("div",{className:"content"},Object(h.createElement)("div",{className:"status-icon ".concat("error"===e?"failed":e)},Il[e]),Object(h.createElement)("div",{className:"message"},Object(h.createElement)("p",null,r))),Object(h.createElement)("div",{className:"toaster-close"},Object(h.createElement)("button",{className:"close-btn",onClick:function(t){t.stopPropagation(),v(!1)}},Il.close)))}),Nl=function(){var t=Pl()(jl.a.mark((function t(e,r){var n,i,a,s;return jl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=x()(r,2),i=n[0].currentIndex,a=n[1],(s=new FormData).append("action","astra-sites-api-request"),s.append("url","astra-sites/"+e),s.append("_ajax_nonce",astraSitesVars._ajax_nonce),t.next=7,fetch(ajaxurl,{method:"post",body:s}).then((function(t){return t.json()})).then((function(t){if(t.success)starterTemplates.previewUrl="https:"+t.data["astra-site-url"],a({type:"set",templateId:e,templateResponse:t.data,importErrorMessages:{},importErrorResponse:[],importError:!1});else{var r={};if(void 0!==t.data.response_code){var n=t.data.code.toString();switch(n){case"401":case"404":r={primaryText:astraSitesVars.server_import_primary_error,secondaryText:"",errorCode:n,errorText:t.data.message,solutionText:"",tryAgain:!0};break;case"500":r={primaryText:astraSitesVars.server_import_primary_error,secondaryText:"",errorCode:n,errorText:t.data.message,solutionText:astraSitesVars.ajax_request_failed_secondary,tryAgain:!0};break;case"WP_Error":r={primaryText:astraSitesVars.client_import_primary_error,secondaryText:"",errorCode:n,errorText:t.data.message,solutionText:"",tryAgain:!0};break;case"Cloudflare":r={primaryText:astraSitesVars.cloudflare_import_primary_error,secondaryText:"",errorCode:n,errorText:t.data.message,solutionText:"",tryAgain:!0};break;default:r={primaryText:Object(E.__)("Fetching related demo failed.","astra-sites"),secondaryText:"",errorCode:"",errorText:t.data,solutionText:astraSitesVars.ajax_request_failed_secondary,tryAgain:!1}}a({type:"set",importError:!0,importErrorMessages:r,importErrorResponse:t.data,templateResponse:null,currentIndex:i+3})}}})).catch((function(t){a({type:"set",importError:!0,importErrorMessages:{primaryText:Object(E.__)("Fetching related demo failed.","astra-sites"),secondaryText:astraSitesVars.ajax_request_failed_secondary,errorCode:"",errorText:t,solutionText:"",tryAgain:!1}})}));case 7:case"end":return t.stop()}}),t)})));return function(_x,e){return t.apply(this,arguments)}}(),zl=function(t){var e=x()(t,2);Zi()(e[0]);var r=e[1],n=new FormData;n.append("action","astra-required-plugins"),n.append("_ajax_nonce",astraSitesVars._ajax_nonce),fetch(ajaxurl,{method:"post",body:n}).then((function(t){return t.json()})).then((function(t){if(t.success){var e=t.data.required_plugins,n=e.notinstalled||"",i=e.inactive||"";r({type:"set",requiredPlugins:t.data,notInstalledList:n,notActivatedList:i})}}))},Gl=function(){var t=Pl()(jl.a.mark((function t(e){var r;return jl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(""!==e.id){t.next=2;break}return t.abrupt("return");case 2:return(r=new FormData).append("action","astra_sites_set_site_data"),r.append("param","site-logo"),r.append("logo",e.id),r.append("logo-width",e.width),r.append("security",starterTemplates.nonce),t.next=10,fetch(ajaxurl,{method:"post",body:r});case 10:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),Hl=function(){var t=Pl()(jl.a.mark((function t(e){var r;return jl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(e){t.next=2;break}return t.abrupt("return");case 2:return(r=new FormData).append("action","astra_sites_set_site_data"),r.append("param","site-colors"),r.append("palette",e),r.append("security",starterTemplates.nonce),t.next=9,fetch(ajaxurl,{method:"post",body:r});case 9:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),Ql=function(){var t=Pl()(jl.a.mark((function t(e){var r;return jl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return(r=new FormData).append("action","astra_sites_set_site_data"),r.append("param","site-typography"),r.append("typography",JSON.stringify(e)),r.append("security",starterTemplates.nonce),t.next=7,fetch(ajaxurl,{method:"post",body:r});case 7:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),Wl=function(t,e){var r=Object.keys(e),n=[],i=0,a={};for(var s in e)0!==i&&i%t==0&&(n.push(a),a={}),a[s]=e[r[i]],i++;return n.push(a),n};function Xl(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function ql(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?Xl(Object(r),!0).forEach((function(e){g()(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):Xl(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}var Jl=function(t){var e=t.sites,r=A(),n=x()(r,2),i=n[0],a=i.favoriteSiteIDs,s=i.currentIndex,o=n[1],l=[];if(Object.keys(e).length)for(var c in e)l.push(ql({id:e[c].id,image:e[c]["thumbnail-image-url"],title:Object(na.decodeEntities)(e[c].title),badge:"agency-mini"===e[c]["astra-sites-type"]?Object(E.__)("Premium","astra-sites"):""},e[c]));var u=function(t,e){var r=a;e&&!r.includes(t)?r.push(t):r=a.filter((function(e){return e!==t})),o({type:"set",favoriteSiteIDs:r})},p=function(){var t=Pl()(jl.a.mark((function t(e,r,n){var i,a,s;return jl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,e.preventDefault(),i="id-".concat(r.id),u(i,n),(a=new FormData).append("action","astra-sites-favorite"),a.append("is_favorite",n),a.append("site_id",i),t.next=10,fetch(ajaxurl,{method:"post",body:a});case 10:return s=t.sent,t.next=13,s.json();case 13:t.sent.success||u(i,!1),t.next=19;break;case 17:t.prev=17,t.t0=t.catch(0);case 19:case"end":return t.stop()}}),t,null,[[0,17]])})));return function(_x,e,r){return t.apply(this,arguments)}}();return Object(h.createElement)(Tl,{column:4,options:l,hasFavorite:!0,onFavoriteClick:p,favoriteList:a,onClick:function(){var t=Pl()(jl.a.mark((function t(e,n){return jl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return e.stopPropagation(),o({type:"set",currentIndex:s+1,templateId:n.id,selectedTemplateName:n.title,selectedTemplateType:n["astra-sites-type"]}),t.next=4,Nl(n.id,r);case 4:zl(r);case 5:case"end":return t.stop()}}),t)})));return function(e,r){return t.apply(this,arguments)}}()})},Yl=(r(71),jQuery),Kl=function(){var t,e,r,n=A(),i=x()(n,2),a=i[0],s=a.siteSearchTerm,o=a.searchTerms,l=a.searchTermsWithCount,c=a.builder,p=i[1],f=Object(u.useState)(s),d=x()(f,2),m=d[0],g=d[1];Object(u.useEffect)((function(){Yl(document).on("heartbeat-send",v),Yl(document).on("heartbeat-tick",y)}),[]),t=function(){return b()},e=[m],r=Object(u.useCallback)(t,e),Object(u.useEffect)((function(){var t=setTimeout((function(){r()}),1e3);return function(){clearTimeout(t)}}),[r,1e3]);var y=function(t,e){e["ast-sites-search-terms"]&&p({type:"set",searchTerms:[],searchTermsWithCount:[]})},v=function(t,e){o.length>0&&(e["ast-sites-search-terms"]=l,e["ast-sites-builder"]=c)},b=function(){var t=m.toLowerCase(),e=o,r=l;if(!(""===t||t.length<3||o.includes(t))){var n=document.getElementsByClassName("stc-grid-wrap")[0].childElementCount;e.push(t),r.push({term:t,count:n}),p({type:"set",searchTerms:e,searchTermsWithCount:r,onMyFavorite:!1})}},k=Object(u.useRef)(),C=Object(u.useRef)(),S=function(t){if(t.preventDefault(),k&&C){var e=document.querySelector(".site-list-header"),r=0;e&&e.clientHeight&&(r=e.clientHeight),r-=k.current.clientHeight,(C.current.getBoundingClientRect().top||0)<=r?document.body.classList.add("st-search-box-fixed"):document.body.classList.remove("st-search-box-fixed")}};return Object(u.useEffect)((function(){return document.querySelector(".step-content").addEventListener("scroll",S),function(){return document.querySelector(".step-content").removeEventListener("scroll",S)}}),[]),Object(h.createElement)("div",{className:"st-search-box-wrap",ref:C},Object(h.createElement)("div",{className:"st-search-filter st-search-box",ref:k},Object(h.createElement)(Fl,{value:Object(na.decodeEntities)(s),placeholder:Object(E.__)("Search for Starter Templates","astra-sites"),onSearch:function(t,e){g(e),p({type:"set",siteSearchTerm:e,onMyFavorite:Qh.onMyFavorite,siteCategory:Qh.siteCategory,siteType:Qh.siteType,siteOrder:Qh.siteOrder})},onKeyUp:function(t){t.preventDefault();var e=document.querySelector(".st-templates-content");if((e?parseInt(e.getBoundingClientRect().top):0)<0&&32!==t.keyCode&&16!==t.keyCode&&17!==t.keyCode&&18!==t.keyCode){var r=document.querySelector(".site-list-header"),n=r?parseInt(r.clientHeight):0;document.querySelector(".step-content").scrollTo({behavior:"smooth",left:0,top:e.offsetTop-n-20})}}})))},Ul=function(t){var e=t.value,r=t.options,n=t.onClick,i=t.className,a=Object(u.useState)(!1),s=x()(a,2),o=s[0],l=s[1],c=Object(u.useRef)(),p=function(t){c&&!c.current.contains(t.target)&&l(!1)};return Object(u.useEffect)((function(){return document.getElementById("starter-templates-ai-root").addEventListener("click",p),function(){return document.getElementById("starter-templates-ai-root").removeEventListener("click",p)}}),[]),Object(h.createElement)(Bl,{ref:c,toggle:o,onToggle:function(t,e){l(e)},value:e,options:r,onClick:function(t,e){l(!1),n(t,e)},className:i||""})},Zl=function(){var t=A(),e=x()(t,2),r=e[0].siteType,n=e[1];return Object(h.createElement)(Ul,{className:"site-type-filter",value:r,options:[{id:"",title:Object(E.__)("All","astra-sites")},{id:"agency-mini",title:Object(E.__)("Premium","astra-sites")}],onClick:function(t,e){n({type:"set",siteType:e.id,onMyFavorite:!1})}})},$l=function(){var t=A(),e=x()(t,2),r=e[0].siteOrder,n=e[1];return Object(h.createElement)(Ul,{className:"site-order-filter",value:r,options:[{id:"popular",title:Object(E.__)("Popular","astra-sites")},{id:"latest",title:Object(E.__)("Latest","astra-sites")}],onClick:function(t,e){n({type:"set",siteOrder:e.id,onMyFavorite:!1})}})},tc=function(){var t=A(),e=x()(t,2),r=e[0].siteCategory,n=e[1],i=window.outerWidth>=1116?9:1116>window.outerWidth&&950<=window.outerWidth?6:window.outerWidth<950&&window.outerWidth>751?5:window.outerWidth<750&&window.outerWidth>601?4:window.outerWidth<600&&window.outerWidth>451?3:2,a=[{id:"",name:Object(E.__)("All","astra-sites"),slug:""},{id:"1",name:Object(E.__)("Blog","astra-sites"),slug:"Blog"},{id:"2",name:Object(E.__)("eCommerce","astra-sites"),slug:"eCommerce"},{id:"3",name:Object(E.__)("eLearning","astra-sites"),slug:"eLearning"},{id:"4",name:Object(E.__)("Restaurant","astra-sites"),slug:"Restaurant"},{id:"5",name:Object(E.__)("Agency","astra-sites"),slug:"Agency"},{id:"6",name:Object(E.__)("Local","astra-sites"),slug:"Local"},{id:"7",name:Object(E.__)("Business","astra-sites"),slug:"Business"},{id:"8",name:Object(E.__)("Professional","astra-sites"),slug:"Professional"}];return Object(h.createElement)("div",{className:"st-category-filter"},Object(h.createElement)(Ml,{limit:i,value:r.id,options:a,onClick:function(t,e){n({type:"set",siteCategory:e,siteSearchTerm:"All"!==e.name?e.name:"",onMyFavorite:!1})}}))},ec=(r(72),function(){var t=A(),e=x()(t,1)[0].siteSearchTerm;return e?Object(h.createElement)("div",{className:"st-sites-no-results"},Object(h.createElement)("h4",null,Object(E.sprintf)(
4
  /* translators: %1$s - search term. */
5
- Object(E.__)("Your search - %1$s - did not match any Starter Templates.","astra-sites"),Object(na.decodeEntities)(e)))):null}),rc=(r(73),function(){return Object(h.createElement)("div",{className:"st-no-favorites"},Object(h.createElement)("h3",null,Object(E.__)("No favorites added. Press the heart icon to add templates as favorites.","astra-sites")))}),nc=function(t){var e=t.sites;return Object(h.createElement)(h.Fragment,null,Object(h.createElement)("div",{className:"st-sites-grid"},Object(h.createElement)("div",{className:"st-sites-found-message"},Object(E.__)("Other suggested Starter Templates","astra-sites")),Object(h.createElement)(Jl,{sites:e})))};function ic(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function ac(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?ic(Object(r),!0).forEach((function(e){g()(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):ic(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}var sc=(r(74),r(75),function(){return Object(h.createElement)("div",{className:"branding-wrap"},V()?Object(h.createElement)("h3",null,astraSitesVars.whiteLabelName):Object(h.createElement)(Vl,{className:"ist-logo",src:"".concat(starterTemplates.imageDir,"logo.svg"),alt:Object(E.__)("Starter Templates","astra-sites")}))}),oc=function(){var t=A(),e=x()(t,2),r=e[0].builder,n=e[1],i=[{id:"gutenberg",title:Object(E.__)("Block Editor","astra-sites"),image:"".concat(starterTemplates.imageDir,"block-editor.svg")},{id:"elementor",title:Object(E.__)("Elementor","astra-sites"),image:"".concat(starterTemplates.imageDir,"elementor.svg")},{id:"beaver-builder",title:Object(E.__)("Beaver Builder","astra-sites"),image:"".concat(starterTemplates.imageDir,"beaver-builder.svg")}];return"1"===starterTemplates.isBrizyEnabled&&i.push({id:"brizy",title:Object(E.__)("Brizy","astra-sites"),image:"".concat(starterTemplates.imageDir,"brizy.svg")}),Object(h.createElement)("div",{className:"st-page-builder-filter"},Object(h.createElement)(Ul,{value:r,options:i,className:"st-page-builder-toggle",onClick:function(t,e){n({type:"set",builder:e.id,siteCategory:Qh.siteCategory,siteType:"",siteOrder:"popular",onMyFavorite:!1});var r=new FormData;r.append("action","astra-sites-change-page-builder"),r.append("_ajax_nonce",astraSitesVars._ajax_nonce),r.append("page_builder",e.id),fetch(ajaxurl,{method:"post",body:r})}}))},lc=(r(76),function(){return Object(h.createElement)("a",{className:"st-exit-to-dashboard",href:starterTemplates.adminUrl},Object(h.createElement)(_l,{content:Object(E.__)("Exit to Dashboard","astra-sites")},k.dashboard))}),cc=(r(77),function(){var t=A(),e=x()(t,2),r=e[0],n=e[1],i=r.onMyFavorite;return Object(h.createElement)("div",{className:"st-my-favorite ".concat(i?"active":""),onClick:function(t){t.stopPropagation(),n({type:"set",onMyFavorite:!i,siteType:"",siteOrder:Qh.siteOrder,siteCategory:Qh.siteCategory,siteSearchTerm:""})}},Object(h.createElement)(_l,{content:Object(E.__)("My Favorite","astra-sites")},k.favorite))}),hc=r(17),uc=r.n(hc);function pc(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function fc(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?pc(Object(r),!0).forEach((function(e){g()(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):pc(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}function dc(t,e){var r="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!r){if(Array.isArray(t)||(r=function(t,e){if(t){if("string"==typeof t)return mc(t,void 0);var r=Object.prototype.toString.call(t).slice(8,-1);return"Object"===r&&t.constructor&&(r=t.constructor.name),"Map"===r||"Set"===r?Array.from(t):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?mc(t,void 0):void 0}}(t))||e&&t&&"number"==typeof t.length){r&&(t=r);var n=0,i=function(){};return{s:i,n:function(){return n>=t.length?{done:!0}:{done:!1,value:t[n++]}},e:function(t){throw t},f:i}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,s=!0,o=!1;return{s:function(){r=r.call(t)},n:function(){var t=r.next();return s=t.done,t},e:function(t){o=!0,a=t},f:function(){try{s||null==r.return||r.return()}finally{if(o)throw a}}}}function mc(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}var gc=wp.ajax.post,yc=[],vc=!1,bc=function(t,e){var r=new FormData;return r.append(t,e),r},xc=function(){var t=Pl()(jl.a.mark((function t(){var e,r,n,i;return jl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,t.next=3,fetch(ajaxurl,{method:"post",body:bc("action","astra-sites-update-library")});case 3:return e=t.sent,t.next=6,e.json();case 6:return r=t.sent,t.next=9,r.data;case 9:if(n=t.sent,i=null,yc=[],"updated"!==n){t.next=17;break}yc.push(!0),vc=!0,t.next=53;break;case 17:if("batch"!==n){t.next=53;break}return t.next=20,Pc();case 20:return i=t.sent,t.t0=yc,t.next=24,wc();case 24:return t.t1=t.sent,t.t0.push.call(t.t0,t.t1),t.t2=yc,t.next=29,Sc();case 29:return t.t3=t.sent,t.t2.push.call(t.t2,t.t3),t.t4=yc,t.next=34,Ac();case 34:return t.t5=t.sent,t.t4.push.call(t.t4,t.t5),t.t6=yc,t.next=39,Cc();case 39:return t.t7=t.sent,t.t6.push.call(t.t6,t.t7),t.t8=yc,t.next=44,kc();case 44:return t.t9=t.sent,t.t8.push.call(t.t8,t.t9),t.t10=yc,t.next=49,Ec();case 49:t.t11=t.sent,t.t10.push.call(t.t10,t.t11),yc.push(i),vc=!0;case 53:return t.abrupt("return",i);case 56:return t.prev=56,t.t12=t.catch(0),yc.push(!1),vc=!0,t.abrupt("return",!1);case 61:case"end":return t.stop()}}),t,null,[[0,56]])})));return function(){return t.apply(this,arguments)}}(),Ec=function(){var t=Pl()(jl.a.mark((function t(){return jl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,t.next=3,fetch(ajaxurl,{method:"post",body:bc("action","astra-sites-update-library-complete")}).then((function(t){return t.json()}));case 3:if(!0!==t.sent.success){t.next=6;break}return t.abrupt("return",!0);case 6:return t.abrupt("return",!1);case 9:return t.prev=9,t.t0=t.catch(0),t.abrupt("return",!1);case 12:case"end":return t.stop()}}),t,null,[[0,9]])})));return function(){return t.apply(this,arguments)}}(),kc=function(){var t=Pl()(jl.a.mark((function t(){return jl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,t.next=3,fetch(ajaxurl,{method:"post",body:bc("action","astra-sites-import-page-builders")}).then((function(t){return t.json()}));case 3:if(!0!==t.sent.success){t.next=6;break}return t.abrupt("return",!0);case 6:return t.abrupt("return",!1);case 9:return t.prev=9,t.t0=t.catch(0),t.abrupt("return",!1);case 12:case"end":return t.stop()}}),t,null,[[0,9]])})));return function(){return t.apply(this,arguments)}}(),Cc=function(){var t=Pl()(jl.a.mark((function t(){var e,r,n,i,a;return jl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,t.next=3,fetch(ajaxurl,{method:"post",body:bc("action","astra-sites-get-blocks-request-count")}).then((function(t){return t.json()})).then((function(t){return t.data}));case 3:if(!(e=t.sent)){t.next=11;break}for(r=[],n=1;n<=e;n++)(i=new FormData).append("action","astra-sites-import-blocks"),i.append("page_no",n),r.push(fetch(ajaxurl,{method:"post",body:i}));return t.next=9,Promise.allSettled(r).then((function(t){return Promise.all(t.map((function(t){return t.value.json()})))}));case 9:return a=t.sent,t.abrupt("return",a.every((function(t){return!0===t.success})));case 11:t.next=16;break;case 13:return t.prev=13,t.t0=t.catch(0),t.abrupt("return",!1);case 16:case"end":return t.stop()}}),t,null,[[0,13]])})));return function(){return t.apply(this,arguments)}}(),Ac=function(){var t=Pl()(jl.a.mark((function t(){return jl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,t.next=3,fetch(ajaxurl,{method:"post",body:bc("action","astra-sites-import-page-builders")}).then((function(t){return t.json()}));case 3:if(!0!==t.sent.success){t.next=6;break}return t.abrupt("return",!0);case 6:return t.abrupt("return",!1);case 9:return t.prev=9,t.t0=t.catch(0),t.abrupt("return",!1);case 12:case"end":return t.stop()}}),t,null,[[0,9]])})));return function(){return t.apply(this,arguments)}}(),Sc=function(){var t=Pl()(jl.a.mark((function t(){return jl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,t.next=3,fetch(ajaxurl,{method:"post",body:bc("action","astra-sites-import-all-categories")}).then((function(t){return t.json()}));case 3:if(!0!==t.sent.success){t.next=6;break}return t.abrupt("return",!0);case 6:return t.abrupt("return",!1);case 9:return t.prev=9,t.t0=t.catch(0),t.abrupt("return",!1);case 12:case"end":return t.stop()}}),t,null,[[0,9]])})));return function(){return t.apply(this,arguments)}}(),wc=function(){var t=Pl()(jl.a.mark((function t(){return jl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,t.next=3,fetch(ajaxurl,{method:"post",body:bc("action","astra-sites-import-all-categories-and-tags")}).then((function(t){return t.json()}));case 3:if(!0!==t.sent.success){t.next=6;break}return t.abrupt("return",!0);case 6:return t.abrupt("return",!1);case 9:return t.prev=9,t.t0=t.catch(0),t.abrupt("return",!1);case 12:case"end":return t.stop()}}),t,null,[[0,9]])})));return function(){return t.apply(this,arguments)}}(),Pc=function(){var t=Pl()(jl.a.mark((function t(){var e,r,n,i,a;return jl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,t.next=3,gc({action:"astra-sites-get-sites-request-count",_ajax_nonce:starterTemplates.nonce});case 3:if(!(e=t.sent)){t.next=11;break}for(r=[],n=1;n<=e;n++)(i=new FormData).append("action","astra-sites-import-sites"),i.append("page_no",n),r.push(fetch(ajaxurl,{method:"post",body:i}));return t.next=9,Promise.allSettled(r).then((function(t){return Promise.all(t.map((function(t){return t.value.json()})))})).then((function(t){var e,r={},n=dc(t);try{for(n.s();!(e=n.n()).done;){var i=e.value;"object"===uc()(i.data)&&(r=fc(fc({},r),i.data))}}catch(t){n.e(t)}finally{n.f()}return r}));case 9:return a=t.sent,t.abrupt("return",a);case 11:return t.abrupt("return",null);case 14:return t.prev=14,t.t0=t.catch(0),t.abrupt("return",null);case 17:case"end":return t.stop()}}),t,null,[[0,14]])})));return function(){return t.apply(this,arguments)}}(),Oc=(r(78),function(){var t=Object(u.useState)(!1),e=x()(t,2),r=e[0],n=e[1],i=function(){if(yc&&vc){var t=yc.every(Boolean);return yc=[],vc=!1,t}}(),a=function(){var t=Pl()(jl.a.mark((function t(e){return jl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(e.stopPropagation(),!r){t.next=3;break}return t.abrupt("return");case 3:return n(!0),t.next=6,xc();case 6:n(!1);case 7:case"end":return t.stop()}}),t)})));return function(_x){return t.apply(this,arguments)}}();return Object(h.createElement)(h.Fragment,null,Object(h.createElement)("div",{className:"st-sync-library ".concat(r?"loading":""),onClick:a},Object(h.createElement)(_l,{content:Object(E.__)("Sync Library","astra-sites")},k.sync)),!r&&!0===i&&Object(h.createElement)(Ll,{type:"success",message:Object(E.__)("Library refreshed successfully","astra-sites"),autoHideDuration:5,bottomRight:!0}),!r&&!1===i&&Object(h.createElement)(Ll,{type:"error",message:Object(E.__)("Library refreshed failed!","astra-sites"),autoHideDuration:5,bottomRight:!0}))}),jc=(r(79),function(){var t=A(),e=x()(t,2),r=e[0],n=r.selectedTemplateName,i=r.currentIndex,a=e[1];return Object(h.createElement)("div",{className:"change-template-wrap"},Object(h.createElement)("div",{className:"template-name"},Object(h.createElement)("p",{className:"label"},Object(E.__)("Selected Template:","astra-sites")),Object(h.createElement)("h5",null,Object(na.decodeEntities)(n))),Object(h.createElement)("div",{className:"change-btn-wrap",onClick:function(){a({type:"set",currentIndex:i-1,currentCustomizeIndex:0})}},Object(h.createElement)("span",{className:"change-btn"},k.cross)))}),Ic=r(19),_c=r.n(Ic),Tc=starterTemplates.restNonce,Fc=r(32),Mc=r(33),Dc=r(21);function Rc(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function Bc(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?Rc(Object(r),!0).forEach((function(e){g()(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):Rc(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}r(80);var Vc=function(){var t=A(),e=x()(t,2),r=e[0],n=r.siteLogo,i=r.builder,a=r.currentCustomizeIndex,s=r.currentIndex,o=e[1];Object(Fc.addFilter)("editor.MediaUpload","core/edit-post/components/media-upload/replace-media-upload",(function(){return Dc.MediaUpload}));var l=function(t){o({type:"set",siteLogo:t}),L({param:"siteLogo",data:t})},c=function(){l(Qh.siteLogo)},u=function(t){var e=Bc(Bc({},n),{},{width:t});o({type:"set",siteLogo:e}),L({param:"siteLogo",data:e})},p=function(){o("beaver-builder"===i||"brizy"===i?{type:"set",currentCustomizeIndex:a+2}:{type:"set",currentCustomizeIndex:a+1})},f=function(){o({type:"set",currentIndex:s-1,currentCustomizeIndex:0})},d=function(t){n.url&&(t.stopPropagation(),u(Qh.siteLogo.width))};return Object(h.createElement)(Dc.MediaUpload,{onSelect:function(t){return function(t){var e,r,i,a={id:t.id,url:t.url,width:n.width};"http:"===window.location.protocol?(e=t.url,r=function(t){a.dataUri=t,l(a)},(i=new Image).onload=function(){var t=document.createElement("canvas");t.width=this.naturalWidth,t.height=this.naturalHeight,t.getContext("2d").drawImage(this,0,0),r(t.toDataURL("image/png"))},i.src=e):l(a)}(t)},allowedTypes:["image"],value:n.id,render:function(t){var e=t.open;return Object(h.createElement)(h.Fragment,null,""!==n.url&&void 0!==n.url?Object(h.createElement)("div",{className:"ist-logo-wrapper"},Object(h.createElement)("div",{className:"ist-remove-logo",onClick:c,title:Object(E.__)("Remove Logo","astra-sites")},Object(h.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"8",height:"8",viewBox:"0 0 8 8",fill:"#333333"},Object(h.createElement)("path",{d:"M8 0.7L7.3 0L4 3.3L0.7 0L0 0.7L3.3 4L0 7.3L0.7 8L4 4.7L7.3 8L8 7.3L4.7 4L8 0.7Z",fill:"#333333"}))),Object(h.createElement)("div",{className:"ist-selected-image",onClick:e},Object(h.createElement)("div",{onClick:e,className:"ist-logo-preview-wrap"},Object(h.createElement)("img",{alt:Object(E.__)("Site Logo","astra-sites"),src:n.url}),Object(h.createElement)("div",{className:"ist-change-logo",onClick:e},Object(E.__)("Change Logo","astra-sites"))))):"",""===n.url?Object(h.createElement)("div",null,Object(h.createElement)(_,{className:"ist-button ist-button-outline",onClick:e},Object(h.createElement)("h5",null,Object(E.__)("Upload File Here","astra-sites")),Object(h.createElement)("p",null,Object(E.__)("Suggested Dimensions: 180x60 pixels","astra-sites")))):"",""===n.url&&Object(h.createElement)("div",{className:"logo-skip-info"},Object(h.createElement)("h5",null,Object(E.__)("Don't have Logo? No Problem!","astra-sites")),Object(h.createElement)("p",null,Object(E.__)("You can upload it later","astra-sites"))),Object(h.createElement)("div",{className:"astra-sites-ai-logo-wrap"},Object(h.createElement)("div",{className:"label"},Object(E.__)("Logo Width","astra-sitess")),Object(h.createElement)("div",{className:"control-reset ".concat(n.width===Qh.siteLogo.width?"disabled":""),onClick:d},k.reset)),Object(h.createElement)("div",{className:"astra-sites-ai-rangecontrol-wrap"},Object(h.createElement)(Mc.RangeControl,{value:n.width,min:0,max:500,step:1,onChange:function(t){u(t)},trackColor:"#4361ee",disabled:""===n.url})),Object(h.createElement)(_,{className:"ist-button",onClick:p,after:!0},""!==n.url?Object(E.__)("Continue","astra-sites"):Object(E.__)("Skip & Continue","astra-sites")),Object(h.createElement)(F,{onClick:f},Object(E.__)("Back","astra-sites")))}})},Lc=[{slug:"style-1",title:Object(E.__)("Style 1","astra-sites"),colors:["#8E43F0","#7215EA","#FFFFFF","#FAF5FF","#726C7A","#3C2F4B","#000000","#4B4F58","#F6F7F8"]},{slug:"style-2",title:Object(E.__)("Style 2","astra-sites"),colors:["#FFB72B","#FF9900","#FFFFFF","#F9F5EE","#6D6A64","#3A362D","#000000","#4B4F58","#F6F7F8"]},{slug:"style-3",title:Object(E.__)("Style 3","astra-sites"),colors:["#FF2459","#D90336","#FFFFFF","#FAF4F6","#6B6365","#352A2D","#000000","#4B4F58","#F6F7F8"]},{slug:"style-4",title:Object(E.__)("Style 4","astra-sites"),colors:["#2B60E8","#0A43D7","#FFFFFF","#F7F7FA","#64666C","#2E323E","#000000","#4B4F58","#F6F7F8"]},{slug:"style-5",title:Object(E.__)("Style 5","astra-sites"),colors:["#1BAE70","#008D52","#FFFFFF","#F3FAF7","#5C6461","#26312C","#000000","#4B4F58","#F6F7F8"]},{slug:"style-6",title:Object(E.__)("Style 6","astra-sites"),colors:["#FF8F3F","#EC6300","#FFFFFF","#F9F6F4","#66625F","#37302A","#000000","#4B4F58","#F6F7F8"]}],Nc=[{slug:"style-1",title:Object(E.__)("Style 1","astra-sites"),colors:["#8E43F0","#7215EA","#3C2F4B","#726C7A","#FAF5FF","#FFFFFF","#000000","#4B4F58","#F6F7F8"]},{slug:"style-2",title:Object(E.__)("Style 2","astra-sites"),colors:["#FFB72B","#FF9900","#3A362D","#6D6A64","#F9F5EE","#FFFFFF","#000000","#4B4F58","#F6F7F8"]},{slug:"style-3",title:Object(E.__)("Style 3","astra-sites"),colors:["#FF2459","#D90336","#352A2D","#6B6365","#FAF4F6","#FFFFFF","#000000","#4B4F58","#F6F7F8"]},{slug:"style-4",title:Object(E.__)("Style 4","astra-sites"),colors:["#2B60E8","#0A43D7","#2E323E","#64666C","#F7F7FA","#FFFFFF","#000000","#4B4F58","#F6F7F8"]},{slug:"style-5",title:Object(E.__)("Style 5","astra-sites"),colors:["#1BAE70","#008D52","#26312C","#5C6461","#F3FAF7","#FFFFFF","#000000","#4B4F58","#F6F7F8"]},{slug:"style-6",title:Object(E.__)("Style 6","astra-sites"),colors:["#FF8F3F","#EC6300","#37302A","#66625F","#F9F6F4","#FFFFFF","#000000","#4B4F58","#F6F7F8"]}];function zc(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}var Gc=function(t,e){if(!t)return"";if(t){var r=t.match(/'([^']+)'/);return r?r[1]:"inherit"===t?e:t}return e||void 0},Hc=[{"body-font-family":"'Open Sans', sans-serif","body-font-variant":"400","body-font-weight":"400","font-size-body":{desktop:16,tablet:"",mobile:"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"body-line-height":"1.7","headings-font-family":"'Playfair Display', serif","headings-font-weight":"700","headings-line-height":"1.2","headings-font-variant":"700"},{"body-font-family":"'Lora', serif","body-font-variant":"400","body-font-weight":"400","font-size-body":{desktop:16,tablet:"",mobile:"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"body-line-height":"","headings-font-family":"'Lato', sans-serif","headings-font-weight":"700","headings-line-height":"1.2","headings-font-variant":"700"},{"body-font-family":"'Roboto', sans-serif","body-font-variant":"400","body-font-weight":"400","font-size-body":{desktop:17,tablet:"",mobile:"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"body-line-height":"","headings-font-family":"'Barlow Condensed', sans-serif","headings-font-weight":"600","headings-line-height":"1.2","headings-font-variant":"600"},{"body-font-family":"'Source Sans Pro', sans-serif","body-font-variant":"400","body-font-weight":"400","font-size-body":{desktop:17,tablet:"",mobile:"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"body-line-height":1.7,"headings-font-family":"'Montserrat', sans-serif","headings-font-weight":"700","headings-line-height":"1.3","headings-font-variant":"700"},{"body-font-family":"'Karla', sans-serif","body-font-variant":"400","body-font-weight":"400","font-size-body":{desktop:17,tablet:"",mobile:"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"body-line-height":"","headings-font-family":"'Rubik', sans-serif","headings-font-weight":"500","headings-line-height":"1.3","headings-font-variant":"500"},{"body-font-family":"'Work Sans', sans-serif","body-font-variant":"400","body-font-weight":"400","font-size-body":{desktop:16,tablet:"",mobile:"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"body-line-height":"","headings-font-family":"'DM Serif Display', serif","headings-font-weight":"400","headings-line-height":"1.2","headings-font-variant":"400"}],Qc=[{content:function(){var t=A(),e=x()(t,2),r=e[0],n=r.licenseStatus,i=r.selectedTemplateType,a=e[1];return Object(u.useEffect)((function(){a({type:"set",designStep:1})}),[]),Object(h.createElement)(h.Fragment,null,Object(h.createElement)(jc,null),Object(h.createElement)("div",{className:"customizer-header"},Object(h.createElement)("div",{className:"header-name"},!n&&"free"!==i&&Object(h.createElement)("p",{className:"premium-notice"},Object(E.__)("This is a Premium Template","astra-sites")),Object(h.createElement)("h3",{className:"ist-customizer-heading"},Object(E.__)("Logo","astra-sites")),Object(h.createElement)("p",{className:"screen-description"},Object(E.__)("Choose logo for your site. You can update it anytime later.","astra-sites")))))},controls:function(){return Object(h.createElement)(h.Fragment,null,Object(h.createElement)(Vc,null))},class:"customize-business-logo"},{content:function(){var t=A(),e=x()(t,2),r=e[0],n=r.licenseStatus,i=r.selectedTemplateType,a=e[1];return Object(u.useEffect)((function(){a({type:"set",designStep:2})}),[]),Object(h.createElement)(h.Fragment,null,Object(h.createElement)(jc,null),Object(h.createElement)("div",{className:"customizer-header"},Object(h.createElement)("div",{className:"header-name"},!n&&"free"!==i&&Object(h.createElement)("p",{className:"premium-notice"},Object(E.__)("This is a Premium Template","astra-sites")),Object(h.createElement)("h3",{className:"ist-customizer-heading"},Object(E.__)("Colors","astra-sites")),Object(h.createElement)("p",{className:"screen-description"},Object(E.__)("Choose colors for your site. You can update them anytime later.","astra-sites")))))},controls:function(){var t=A(),e=x()(t,2),r=e[0],n=r.activePaletteSlug,i=r.templateResponse,a=r.currentCustomizeIndex,s=e[1],o=Object(u.useState)([]),l=x()(o,2),c=l[0],p=l[1],f=Object(u.useState)(Nc),d=x()(f,2),m=d[0],g=d[1],y=function(t,e){e&&(s({type:"set",activePaletteSlug:e.slug,activePalette:e}),L({param:"colorPalette",data:e}))};return Object(u.useEffect)((function(){var t=function(t){var e=[];if(t&&"astra-site-customizer-data"in t){var r=t["astra-site-customizer-data"]||"";if(r){var n=r["astra-settings"]["global-color-palette"].palette||[];n&&(e=[{slug:"default",title:Object(E.__)("Default","astra-sites"),colors:n}])}}return e}(i);p(t);var e="light"===function(t){var e="light";return t&&"astra-site-color-scheme"in t&&""!==t["astra-site-color-scheme"]&&(e=t["astra-site-color-scheme"]),e}(i)?Nc:Lc;g(e)}),[i]),Object(h.createElement)(h.Fragment,null,c?Object(h.createElement)(h.Fragment,null,Object(h.createElement)(T,{selected:n,options:c,onChange:function(t,e){y(0,e)},tabIndex:"0"})):"",Object(h.createElement)("h4",{className:"ist-secondary-heading"},Object(E.__)("You can also try:","astra-sites")),Object(h.createElement)(T,{selected:n,options:m,onChange:function(t,e){y(0,e)},tabIndex:"0"}),Object(h.createElement)(_,{className:"ist-button",onClick:function(){s({type:"set",currentCustomizeIndex:a+1})},after:!0},Object(E.__)("Continue","astra-sites")),Object(h.createElement)(F,{customizeStep:!0,onClick:function(){s({type:"set",currentCustomizeIndex:a-1})}},Object(E.__)("Back","astra-sites")))},actions:null,class:"customize-site-colors"},{content:function(){var t=A(),e=x()(t,2),r=e[0],n=r.licenseStatus,i=r.selectedTemplateType,a=e[1];return Object(u.useEffect)((function(){a({type:"set",designStep:3})}),[]),Object(h.createElement)(h.Fragment,null,Object(h.createElement)(jc,null),Object(h.createElement)("div",{className:"customizer-header"},Object(h.createElement)("div",{className:"header-name"},!n&&"free"!==i&&Object(h.createElement)("p",{className:"premium-notice"},Object(E.__)("This is a Premium Template","astra-sites")),Object(h.createElement)("h3",{className:"ist-customizer-heading"},Object(E.__)("Fonts","astra-sites")),Object(h.createElement)("p",{className:"screen-description"},Object(E.__)("Choose fonts for your site. You can update them anytime later.","astra-sites")))))},controls:function(){var t=A(),e=x()(t,2),r=e[0],n=r.typographyIndex,i=r.typography,a=r.templateResponse,s=e[1],o=Object(u.useState)(Hc),l=x()(o,2),c=l[0],p=l[1];return Object(u.useEffect)((function(){if(null!==a){var t=[],e=function(t){var e={};if(t&&"astra-site-customizer-data"in t){var r=t["astra-site-customizer-data"]||"";if(r){var n=r["astra-settings"]||[],i=n["headings-font-family"];e={default:!0,"body-font-family":n["body-font-family"],"body-font-variant":n["body-font-variant"],"body-font-weight":n["body-font-weight"],"font-size-body":n["font-size-body"],"body-line-height":n["body-line-height"],"headings-font-family":i,"headings-font-weight":n["headings-font-weight"],"headings-line-height":n["headings-line-height"],"headings-font-variant":n["headings-font-variant"]}}}return e}(a);if(t.push(e),!document.getElementById("google-fonts-domain")){var r=document.createElement("link");r.id="google-fonts-domain",r.setAttribute("rel","preconnect"),r.setAttribute("href","https://fonts.gstatic.com"),document.head.appendChild(r)}if(!document.getElementById("google-fonts-url")){var i=document.createElement("link");i.id="google-fonts-url",i.setAttribute("rel","stylesheet");var o=[],l=e["body-font-family"]||"",h=parseInt(e["body-font-weight"])||"";h&&(h=":wght@".concat(h)),l&&(l=(l=Gc(l)).replace(" ","+"),o.push("family=".concat(l).concat(h)));var u=e["headings-font-family"]||"",f=parseInt(e["headings-font-weight"])||"";f&&(f=":wght@".concat(f)),u&&(u=(u=Gc(u,l)).replace(" ","+"),o.push("family=".concat(u).concat(f)));var d="";if(c){var m,g=function(t,e){var r="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!r){if(Array.isArray(t)||(r=function(t,e){if(t){if("string"==typeof t)return zc(t,void 0);var r=Object.prototype.toString.call(t).slice(8,-1);return"Object"===r&&t.constructor&&(r=t.constructor.name),"Map"===r||"Set"===r?Array.from(t):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?zc(t,void 0):void 0}}(t))||e&&t&&"number"==typeof t.length){r&&(t=r);var n=0,i=function(){};return{s:i,n:function(){return n>=t.length?{done:!0}:{done:!1,value:t[n++]}},e:function(t){throw t},f:i}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,s=!0,o=!1;return{s:function(){r=r.call(t)},n:function(){var t=r.next();return s=t.done,t},e:function(t){o=!0,a=t},f:function(){try{s||null==r.return||r.return()}finally{if(o)throw a}}}}(c);try{for(g.s();!(m=g.n()).done;){var y=m.value,v=Gc(y["headings-font-family"]).replaceAll(" ","+"),b=y["headings-font-weight"],x=Gc(y["body-font-family"]).replaceAll(" ","+"),E=y["body-font-weight"];d+="&family=".concat(v,":wght@").concat(b,"&family=").concat(x,":wght@").concat(E)}}catch(t){g.e(t)}finally{g.f()}d=d.replace(/[&]{1}$/i,"")}if(o){var k="https://fonts.googleapis.com/css2?".concat(o.join("&")).concat(d,"&display=swap");i.setAttribute("href",k),document.head.appendChild(i)}}0===n&&s({type:"set",typography:e}),c=t.concat(c),p(c)}}),[a]),Object(u.useEffect)((function(){L({param:"siteTypography",data:JSON.parse(JSON.stringify(i))})}),[i]),Object(h.createElement)(h.Fragment,null,Object(h.createElement)(B,{selected:n,options:c,onSelect:function(t,e){s({type:"set",typographyIndex:e,typography:c[e]||c[0]})}}))},actions:null,class:"customize-site-typography"},{content:function(){var t=A(),e=x()(t,2),r=e[0].builder,n=e[1];Object(u.useEffect)((function(){n({type:"set",designStep:1})}),[]);var i=Object(E.__)("This is a premium template and comes with our Essentials and Growth Bundle. <br/><br/> Get access to this premium template and 100+ more.","astra-sites");return Object(h.createElement)(h.Fragment,null,Object(h.createElement)(jc,null),Object(h.createElement)("div",{className:"customizer-header"},Object(h.createElement)("div",{className:"header-name"},Object(h.createElement)("h3",{className:"ist-customizer-heading"},Object(E.__)("Liked this Starter Template?","astra-sites")),Object(h.createElement)("p",{className:"screen-description",dangerouslySetInnerHTML:{__html:i}}),Object(h.createElement)(_,{className:"st-access-btn",onClick:function(){window.open(astraSitesVars.cta_links[r])}},Object(E.__)("Unlock Access","astra-sites"),Object(h.createElement)("img",{className:"st-get-access",alt:"Get Access",src:"".concat(starterTemplates.imageDir,"get-access.svg")})))))},controls:function(){var t=A(),e=x()(t,2),r=e[0],n=r.templateId,i=(r.templateResponse,r.currentCustomizeIndex),a=r.importError,s=r.currentIndex,o=r.validateLicenseStatus,l=e[1],c=Object(u.useState)(""),p=x()(c,2),f=p[0],d=p[1],m=Object(u.useState)(!1),g=x()(m,2),y=g[0],v=g[1],b=Object(u.useState)(""),C=x()(b,2),S=C[0],w=C[1];Object(u.useEffect)((function(){a&&l({type:"set",currentIndex:s+2})}),[a]);var P=y?"processing":"",O=Object(E.sprintf)(//translators: %1$s Support page URL.
6
  Object(E.__)("<b> Questions? </b> Get in touch with our %1$ssupport team%2$s.","astra-sites"),'<a href="https://wpastra.com/support/free-support/" target="_blank">',"</a>"),j=Object(E.sprintf)(//translators: %1$s Store page URL.
7
  Object(E.__)("If you have purchased our Essential or Growth Bundle, please install the premium version of the plugin that you can %1$sdownload.%2$s from our store.","astra-sites"),'<a href="https://store.brainstormforce.com/login/" target="_blank">',"</a>");return Object(h.createElement)(h.Fragment,null,Object(h.createElement)("h4",null,Object(E.__)("Already a customer?","astra-sites")),o&&Object(h.createElement)("p",{className:"customer-notices"},Object(E.__)("If you have purchased our Essential or Growth Bundle, just enter your license key below to import this template.","astra-sites")),!o&&Object(h.createElement)(h.Fragment,null,Object(h.createElement)("p",{className:"customer-notices",dangerouslySetInnerHTML:{__html:j}}),Object(h.createElement)("p",{className:"customer-notices"},Object(E.__)("Currently the free version is installed.","astra-sites"))),Object(h.createElement)("p",{className:"support-link",dangerouslySetInnerHTML:{__html:O}}),o&&Object(h.createElement)("div",{className:"license-wrap"},Object(h.createElement)("input",{type:"text",className:"license-key-input",name:"license-key",placeholder:Object(E.__)("License key","astra-sites"),required:!0,onChange:function(t){w(t.target.value),d("")}}),Object(h.createElement)(_,{className:"validate-btn ".concat(P),onClick:function(){""!==S?(v(!0),_c.a.use(_c.a.createNonceMiddleware(Tc)),_c()({path:"/bsf-core/v1/license/activate",method:"POST",data:{"license-key":S,"product-id":"astra-pro-sites"}}).then(function(){var e=Pl()(jl.a.mark((function e(r){return jl.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(!r.success){e.next=6;break}return e.next=3,Nl(n,t);case 3:l({type:"set",licenseStatus:!0,currentIndex:s+1}),e.next=7;break;case 6:d(r.message);case 7:v(!1);case 8:case"end":return e.stop()}}),e)})));return function(_x){return e.apply(this,arguments)}}())):d(Object(E.__)("Please Enter License Key","astra-sites"))}},k.arrowRightBold)),Object(h.createElement)(F,{onClick:function(){l({type:"set",currentCustomizeIndex:i-1})},customizeStep:!0},Object(E.__)("Back","astra-sites")),f&&!y&&Object(h.createElement)(Ll,{type:"error",message:f,autoHideDuration:5}))},actions:null,class:"customize-license-validation"}],Wc=r(34),Xc=r.n(Wc),qc=r(22),Jc=r.n(qc),Yc=r(23),Kc=r.n(Yc);function Uc(){return(Uc=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var r=arguments[e];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(t[n]=r[n])}return t}).apply(this,arguments)}function Zc(t,e){return t(e={exports:{}},e.exports),e.exports}var $c="function"==typeof Symbol&&Symbol.for,th=$c?Symbol.for("react.element"):60103,eh=$c?Symbol.for("react.portal"):60106,rh=$c?Symbol.for("react.fragment"):60107,nh=$c?Symbol.for("react.strict_mode"):60108,ih=$c?Symbol.for("react.profiler"):60114,ah=$c?Symbol.for("react.provider"):60109,sh=$c?Symbol.for("react.context"):60110,oh=$c?Symbol.for("react.async_mode"):60111,lh=$c?Symbol.for("react.concurrent_mode"):60111,ch=$c?Symbol.for("react.forward_ref"):60112,hh=$c?Symbol.for("react.suspense"):60113,uh=$c?Symbol.for("react.suspense_list"):60120,ph=$c?Symbol.for("react.memo"):60115,fh=$c?Symbol.for("react.lazy"):60116,dh=$c?Symbol.for("react.block"):60121,mh=$c?Symbol.for("react.fundamental"):60117,gh=$c?Symbol.for("react.responder"):60118,yh=$c?Symbol.for("react.scope"):60119;function vh(t){if("object"==typeof t&&null!==t){var e=t.$$typeof;switch(e){case th:switch(t=t.type){case oh:case lh:case rh:case ih:case nh:case hh:return t;default:switch(t=t&&t.$$typeof){case sh:case ch:case fh:case ph:case ah:return t;default:return e}}case eh:return e}}}function bh(t){return vh(t)===lh}var xh={AsyncMode:oh,ConcurrentMode:lh,ContextConsumer:sh,ContextProvider:ah,Element:th,ForwardRef:ch,Fragment:rh,Lazy:fh,Memo:ph,Portal:eh,Profiler:ih,StrictMode:nh,Suspense:hh,isAsyncMode:function(t){return bh(t)||vh(t)===oh},isConcurrentMode:bh,isContextConsumer:function(t){return vh(t)===sh},isContextProvider:function(t){return vh(t)===ah},isElement:function(t){return"object"==typeof t&&null!==t&&t.$$typeof===th},isForwardRef:function(t){return vh(t)===ch},isFragment:function(t){return vh(t)===rh},isLazy:function(t){return vh(t)===fh},isMemo:function(t){return vh(t)===ph},isPortal:function(t){return vh(t)===eh},isProfiler:function(t){return vh(t)===ih},isStrictMode:function(t){return vh(t)===nh},isSuspense:function(t){return vh(t)===hh},isValidElementType:function(t){return"string"==typeof t||"function"==typeof t||t===rh||t===lh||t===ih||t===nh||t===hh||t===uh||"object"==typeof t&&null!==t&&(t.$$typeof===fh||t.$$typeof===ph||t.$$typeof===ah||t.$$typeof===sh||t.$$typeof===ch||t.$$typeof===mh||t.$$typeof===gh||t.$$typeof===yh||t.$$typeof===dh)},typeOf:vh};Zc((function(t,e){})),Zc((function(t){t.exports=xh})),Object.getOwnPropertySymbols,Object.prototype.hasOwnProperty,Object.prototype.propertyIsEnumerable;(function(){try{if(!Object.assign)return!1;var t=new String("abc");if(t[5]="de","5"===Object.getOwnPropertyNames(t)[0])return!1;for(var e={},r=0;r<10;r++)e["_"+String.fromCharCode(r)]=r;if("0123456789"!==Object.getOwnPropertyNames(e).map((function(t){return e[t]})).join(""))return!1;var n={};return"abcdefghijklmnopqrst".split("").forEach((function(t){n[t]=t})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},n)).join("")}catch(t){return!1}})()&&Object.assign;function Eh(){}function kh(){}Function.call.bind(Object.prototype.hasOwnProperty),kh.resetWarningCache=Eh;var Ch,Ah,Sh=Zc((function(t){t.exports=function(){function t(t,e,r,n,i,a){if("SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"!==a){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function e(){return t}t.isRequired=t;var r={array:t,bool:t,func:t,number:t,object:t,string:t,symbol:t,any:t,arrayOf:e,element:t,elementType:t,instanceOf:e,node:t,objectOf:e,oneOf:e,oneOfType:e,shape:e,exact:e,checkPropTypes:kh,resetWarningCache:Eh};return r.PropTypes=r,r}()})),wh=(Ch=Xc.a,(Ah=Object(u.memo)((function(t){var e=t.animationData,r=t.path,n=t.play,i=t.speed,a=t.direction,s=t.segments,o=t.goTo,l=t.renderer,c=t.loop,h=t.rendererSettings,f=t.audioFactory,d=t.onLoad,m=t.onComplete,g=t.onLoopComplete,y=t.onEnterFrame,v=t.onSegmentStart,b=function(t,e){if(null==t)return{};var r,n,i={},a=Object.keys(t);for(n=0;n<a.length;n++)r=a[n],e.indexOf(r)>=0||(i[r]=t[r]);return i}(t,["animationData","path","play","speed","direction","segments","goTo","renderer","loop","rendererSettings","audioFactory","onLoad","onComplete","onLoopComplete","onEnterFrame","onSegmentStart"]),x=Object(u.useRef)(),E=Object(u.useRef)(),k=Object(u.useState)(!1),C=k[0],A=k[1],S=Object(u.useState)(s),w=S[0],P=S[1];Object(u.useEffect)((function(){Jc()(w,s)||P(s)}),[s,w]);var O=Object(u.useState)(h),j=O[0],I=O[1];Object(u.useEffect)((function(){Jc()(j,h)||I(h)}),[h,j]),Object(u.useEffect)((function(){return function(){return E.current.removeEventListener("complete",m)}}),[m]),Object(u.useEffect)((function(){return function(){return E.current.removeEventListener("loopComplete",g)}}),[g]),Object(u.useEffect)((function(){return function(){return E.current.removeEventListener("enterFrame",y)}}),[y]),Object(u.useEffect)((function(){return function(){return E.current.removeEventListener("segmentStart",v)}}),[v]),Object(u.useEffect)((function(){function t(){A(!0),d()}return E.current=Ch.loadAnimation({animationData:null==e||"object"!=typeof e?e:"object"==typeof e.default?Kc()(e.default):Kc()(e),path:r,container:x.current,renderer:l,loop:!1,autoplay:!1,rendererSettings:j,audioFactory:f}),E.current.addEventListener("DOMLoaded",t),function(){E.current.removeEventListener("DOMLoaded",t),A(!1),E.current.destroy(),E.current=void 0}}),[c,l,j,e,r,f]),Object(u.useEffect)((function(){E.current.addEventListener("complete",m)}),[m]),Object(u.useEffect)((function(){E.current.addEventListener("loopComplete",g)}),[g]),Object(u.useEffect)((function(){E.current.addEventListener("enterFrame",y)}),[y]),Object(u.useEffect)((function(){E.current.addEventListener("segmentStart",v)}),[v]),Object(u.useEffect)((function(){C&&(E.current.loop=c)}),[C,c]);var _=Object(u.useRef)(!1);return Object(u.useEffect)((function(){function t(t){E.current.goToAndPlay(t,!0),E.current.setDirection(a)}C&&(!0===n?w?(E.current.playSegments(w,!0),_.current=!0,-1===a&&t(w[1])):(_.current&&E.current.resetSegments(!0),_.current=!1,-1===a?t(E.current.getDuration(!0)):E.current.play()):!1===n&&E.current.pause())}),[n,w,C]),Object(u.useEffect)((function(){C&&(Number.isNaN(i)||E.current.setSpeed(i))}),[i,C]),Object(u.useEffect)((function(){C&&E.current.setDirection(a)}),[a,C]),Object(u.useEffect)((function(){C&&null!=o&&(n?E.current.goToAndPlay(o,!0):E.current.goToAndStop(o,!0))}),[o,n,C]),p.a.createElement("div",Uc({},b,{ref:x}))}))).propTypes={animationData:Sh.object,path:Sh.string,play:Sh.bool,goTo:Sh.number,speed:Sh.number,direction:Sh.number,loop:Sh.oneOfType([Sh.number,Sh.bool]),segments:Sh.oneOfType([Sh.arrayOf(Sh.number),Sh.bool]),rendererSettings:Sh.object,renderer:Sh.string,audioFactory:Sh.func,onComplete:Sh.func,onLoopComplete:Sh.func,onEnterFrame:Sh.func,onSegmentStart:Sh.func},Ah.defaultProps={animationData:null,path:null,play:null,segments:null,goTo:null,speed:1,direction:1,loop:!0,rendererSettings:{},renderer:"svg",audioFactory:null,onLoad:function(){},onComplete:function(){},onLoopComplete:function(){},onEnterFrame:function(){},onSegmentStart:function(){}},Ah),Ph=function(){var t=A(),e=x()(t,1)[0],r=e.importPercent,n=e.importStatus,i=100===r?"import-done":"",a="",s="";return r<=25&&(a="import-1",s=Object(E.__)("1. Installing required theme, plugins, forms, etc","astra-sites")),r>25&&r<=50&&(a="import-2",s=Object(E.__)("2. Importing pages, menus, posts, etc","astra-sites")),r>50&&r<=75&&(a="import-3",s=Object(E.__)("3. Setting up customizer settings and ther site settings","astra-sites")),r>75&&r<=100&&(a="import-4",s=Object(E.__)("4. Finalizing last few settings","astra-sites")),Object(h.createElement)("div",{className:"ist-import-progress"},Object(h.createElement)("div",{className:"ist-import-progress-info"},Object(h.createElement)("div",{className:"ist-import-progress-info-text ".concat(i)},Object(h.createElement)("span",{className:"ist-import-text-inner"},s),Object(h.createElement)("span",{className:"ist-import-done-inner"},Object(E.__)("Done ","astra-sites"),k.tada)),Object(h.createElement)("div",{className:"ist-import-progress-info-precent"},r,"%")),Object(h.createElement)("div",{className:"ist-import-progress-bar-wrap"},Object(h.createElement)("div",{className:"ist-import-progress-bar-bg"},Object(h.createElement)("div",{className:"ist-import-progress-bar ".concat(i," ").concat(a)})),Object(h.createElement)("div",{className:"import-progress-gap"},Object(h.createElement)("span",null),Object(h.createElement)("span",null),Object(h.createElement)("span",null))),Object(h.createElement)("div",{className:"ist-import-progress-info"},Object(h.createElement)("div",{className:"ist-import-progress-info-text ".concat(i)},Object(h.createElement)("span",{className:"import-status-string"},Object(h.createElement)("p",null,n+Object(na.decodeEntities)("&nbsp;"))),Object(h.createElement)("span",{className:"import-done-counter"},Object(h.createElement)("p",null,Object(E.__)("Redirecting you in ","astra-sites"),Object(h.createElement)("span",{id:"redirect-counter"},Object(E.__)("3 seconds…","astra-sites")))))))},Oh=(r(82),function(){var t=A(),e=x()(t,2),r=e[0],n=r.importErrorMessages,i=r.importPercent,a=r.currentIndex,s=r.tryAgainCount,o=r.templateId,l=e[1],c=function(t,e){return"".concat(starterTemplates.supportLink,"&template-id=").concat(t,"&subject=").concat(e)}(o,n.errorText),u="";return i<=25&&(u="import-1"),i>25&&i<=50&&(u="import-2"),i>50&&i<=75&&(u="import-3"),i>75&&i<=100&&(u="import-4"),Object(h.createElement)("div",{className:"ist-import-error"},Object(h.createElement)("div",{className:"ist-import-progress-info"},Object(h.createElement)("div",{className:"ist-import-progress-info-text label-text"},Object(E.__)("Error Occured!","astra-sites")),Object(h.createElement)("div",{className:"ist-import-progress-info-precent"},i,"%")),Object(h.createElement)("div",{className:"ist-import-progress-bar-wrap"},Object(h.createElement)("div",{className:"ist-import-progress-bar-bg"},Object(h.createElement)("div",{className:"ist-import-progress-bar ".concat(u)})),Object(h.createElement)("div",{className:"import-progress-gap"},Object(h.createElement)("span",null),Object(h.createElement)("span",null),Object(h.createElement)("span",null))),Object(h.createElement)("div",{className:"ist-import-error-wrap ist-import-error-primary-wrap"},n.primaryText&&Object(h.createElement)("p",{className:"website-import-subtitle"},n.primaryText)),Object(h.createElement)("div",{className:"ist-import-error-box"},Object(h.createElement)("div",{className:"ist-import-error-wrap ist-import-error-secondary-wrap"},n.errorText&&"object"!==uc()(n.errorText)&&Object(h.createElement)("p",null,n.errorText),n.errorText&&"object"===uc()(n.errorText)&&Object(h.createElement)("div",null,Object(h.createElement)("pre",null,JSON.stringify(n.errorText,void 0,2))))),Object(h.createElement)("div",null,n.secondaryText&&Object(h.createElement)("p",{dangerouslySetInnerHTML:{__html:n.secondaryText}}),n.solutionText&&Object(h.createElement)("p",{className:"ist-import-error-solution",dangerouslySetInnerHTML:{__html:n.solutionText}}),!n.solutionText&&!n.tryAgain||n.tryAgain&&s>1&&Object(h.createElement)("p",{className:"ist-import-error-solution"},Object(na.decodeEntities)(Object(E.__)("Please report this error&nbsp;","astra-sites")),Object(h.createElement)("a",{href:c,target:"_blank",rel:"noreferrer"},"here"),Object(na.decodeEntities)(Object(E.__)("&nbsp;so we can fix it.","astra-sites")))),n.tryAgain&&s<4&&Object(h.createElement)(_,{className:"ist-button",after:!0,onClick:function(){l({type:"set",importErrorMessages:{},importErrorResponse:[],importError:!1,tryAgainCount:s+1,resetCustomizer:!1,resetSiteOptions:!1,resetContent:!1,resetWidgets:!1,resetDone:!1,resetData:[],importStart:!1,importEnd:!1,importPercent:0,requiredPluginsDone:!1,notInstalledList:[],notActivatedList:[],currentIndex:a-1})}},Object(E.__)("Try Importing Again","astra-sites")))}),jh=r(35),Ih={complete:{posts:0,media:0,users:0,comments:0,terms:0},updateDelta:function(t,e){this.complete[t]+=e;var r=this;requestAnimationFrame((function(){r.render()}))},updateProgress:function(t,e,r,n,i){"undefined"!==t&&"undefined"!=e+"/"+r&&((0===(r=parseInt(r))||isNaN(r))&&(r=1),parseInt(e)/r*100<=100&&"function"==typeof n&&(n({type:"set",importStatus:Object(E.__)("Importing Content…","astra-sites")}),n({type:"set",importPercent:i+=5})))},render:function(t,e){for(var r=Object.keys(this.complete),n=0,i=0,a=r.length-1;a>=0;a--){var s=r[a];this.updateProgress(s,this.complete[s],this.data.count[s],t,e),n+=this.complete[s],i+=this.data.count[s]}this.updateProgress("total",n,i,t,e)}},_h=(r(83),function(){var t=A(),e=x()(t,2),r=e[0],n=r.resetDone,i=r.importStart,a=r.importEnd,s=r.importPercent,o=r.templateResponse,l=r.reset,c=r.themeStatus,p=r.currentIndex,f=r.importError,d=r.resetCustomizer,m=r.resetSiteOptions,g=r.resetContent,y=r.resetWidgets,v=r.siteLogo,b=r.activePalette,k=r.typography,C=r.customizerImportFlag,w=r.widgetImportFlag,P=r.contentImportFlag,O=r.themeActivateFlag,j=r.requiredPluginsDone,I=r.requiredPlugins,_=r.notInstalledList,T=r.notActivatedList,M=r.tryAgainCount,D=e[1],R=s,B=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"",i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:"",a=arguments.length>5&&void 0!==arguments[5]?arguments[5]:"";D({type:"set",importError:!0,importErrorMessages:{primaryText:t,secondaryText:e,errorCode:n,errorText:r,solutionText:i,tryAgain:!0}}),localStorage.removeItem("st-import-start"),localStorage.removeItem("st-import-end"),V(t,e,r,n,i,a,M)},V=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"",i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:"",a=arguments.length>5&&void 0!==arguments[5]?arguments[5]:"",s=new FormData;s.append("action","report_error"),s.append("error",JSON.stringify({primaryText:t,secondaryText:e,errorCode:n,errorText:r,solutionText:i,tryAgain:!0,stack:a,tryAgainCount:M})),s.append("id",o.id),s.append("plugins",JSON.stringify(I)),fetch(ajaxurl,{method:"post",body:s})},L=function(){_.length<=0||(R+=2,D({type:"set",importStatus:Object(E.__)("Installing Required Plugins.","astra-sites"),importPercent:R}),_.forEach((function(t){wp.updates.queue.push({action:"install-plugin",data:{slug:t.slug,init:t.init,name:t.name,clear_destination:!0,success:function(){D({type:"set",importStatus:Object(E.sprintf)(// translators: Plugin Name.
8
  Object(E.__)("%1$s plugin installed successfully.","astra-sites"),t.name)});var e=T;e.push(t),D({type:"set",notActivatedList:e});var r=_;r.forEach((function(e,n){e.slug===t.slug&&r.splice(n,1)})),D({type:"set",notInstalledList:r})},error:function(t){B(Object(E.__)("Could not install the plugin list.","astra-sites"),"",t)}}})})),wp.updates.queueChecker())},N=function(){var t=Pl()(jl.a.mark((function t(){return jl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(l){t.next=4;break}return D({type:"set",resetDone:!0,resetCustomizer:!0,resetSiteOptions:!0,resetContent:!0,resetWidgets:!0}),L(),t.abrupt("return");case 4:return R+=2,D({type:"set",importStatus:Object(E.__)("Reseting site.","astra-sites"),importPercent:R}),t.next=8,Q();case 8:return t.next=10,W();case 10:return t.next=12,X();case 12:return t.next=14,z();case 14:return t.next=16,G();case 16:D({type:"set",importPercent:R+=10,resetContent:!0,resetDone:!0,importStatus:Object(E.__)("Reset for old website is done.","astra-sites")});case 18:case"end":return t.stop()}}),t)})));return function(){return t.apply(this,arguments)}}(),z=function(){var t=Pl()(jl.a.mark((function t(){var e;return jl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return(e=new FormData).append("action","astra-sites-reset-terms-and-forms"),e.append("_ajax_nonce",astraSitesVars._ajax_nonce),D({type:"set",importStatus:Object(E.__)("Resetting terms and forms.","astra-sites")}),t.next=6,fetch(ajaxurl,{method:"post",body:e}).then((function(t){return t.text()})).then((function(t){var e=[];try{var r=JSON.parse(t);e=r,r.success&&D({type:"set",importPercent:R+=2,resetCustomizer:!0})}catch(e){B(Object(E.__)("Resetting terms and forms failed.","astra-sites"),"",e,"","",t)}if(!e.success)throw e.data})).catch((function(t){B(Object(E.__)("Resetting terms and forms failed.","astra-sites"),"",null==t?void 0:t.message,"","",t)}));case 6:case"end":return t.stop()}}),t)})));return function(){return t.apply(this,arguments)}}(),G=function(){var t=Pl()(jl.a.mark((function t(){var e;return jl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return(e=new FormData).append("action","astra-sites-get-deleted-post-ids"),e.append("_ajax_nonce",astraSitesVars._ajax_nonce),D({type:"set",importStatus:Object(E.__)("Gathering posts for deletions.","astra-sites")}),t.next=6,fetch(ajaxurl,{method:"post",body:e}).then((function(t){return t.json()})).then(function(){var t=Pl()(jl.a.mark((function t(e){var r,n;return jl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(!e.success){t.next=10;break}if(!((r=Wl(10,e.data)).length>0)){t.next=10;break}n=0;case 4:if(!(n<r.length)){t.next=10;break}return t.next=7,H(r[n]);case 7:n++,t.next=4;break;case 10:case"end":return t.stop()}}),t)})));return function(_x){return t.apply(this,arguments)}}());case 6:D({type:"set",importStatus:Object(E.__)("Resetting posts done.","astra-sites")});case 7:case"end":return t.stop()}}),t)})));return function(){return t.apply(this,arguments)}}(),H=function(){var t=Pl()(jl.a.mark((function t(e){var r,n;return jl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return(r=new FormData).append("action","astra-sites-get-deleted-post-ids"),r.append("_ajax_nonce",astraSitesVars._ajax_nonce),D({type:"set",importStatus:Object(E.__)("Resetting posts.","astra-sites")}),(n=new FormData).append("action","astra-sites-reset-posts"),n.append("ids",JSON.stringify(e)),n.append("_ajax_nonce",astraSitesVars._ajax_nonce),t.next=10,fetch(ajaxurl,{method:"post",body:n}).then((function(t){return t.text()})).then((function(t){var e=[];try{var r=JSON.parse(t);e=r,r.success&&D({type:"set",importPercent:R+=2})}catch(e){B(Object(E.__)("Resetting posts failed.","astra-sites"),"",e,"","",t)}if(!e.success)throw e.data})).catch((function(t){B(Object(E.__)("Resetting posts failed.","astra-sites"),"",null==t?void 0:t.message,"","",t)}));case 10:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),Q=function(){var t=Pl()(jl.a.mark((function t(){var e;return jl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return D({type:"set",importStatus:Object(E.__)("Resetting customizer.","astra-sites")}),(e=new FormData).append("action","astra-sites-reset-customizer-data"),e.append("_ajax_nonce",astraSitesVars._ajax_nonce),t.next=6,fetch(ajaxurl,{method:"post",body:e}).then((function(t){return t.text()})).then((function(t){var e=[];try{var r=JSON.parse(t);e=r,r.success&&D({type:"set",importPercent:R+=2,resetCustomizer:!0})}catch(e){B(Object(E.__)("Resetting customizer failed.","astra-sites"),"",null==e?void 0:e.message,"","",t)}if(!e.success)throw e.data})).catch((function(t){B(Object(E.__)("Resetting customizer failed.","astra-sites"),"",null==t?void 0:t.message,"","",t)}));case 6:case"end":return t.stop()}}),t)})));return function(){return t.apply(this,arguments)}}(),W=function(){var t=Pl()(jl.a.mark((function t(){var e;return jl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return D({type:"set",importStatus:Object(E.__)("Resetting site options.","astra-sites")}),(e=new FormData).append("action","astra-sites-reset-site-options"),e.append("_ajax_nonce",astraSitesVars._ajax_nonce),t.next=6,fetch(ajaxurl,{method:"post",body:e}).then((function(t){return t.text()})).then((function(t){var e=[];try{var r=JSON.parse(t);e=r,r.success&&D({type:"set",importPercent:R+=2,resetSiteOptions:!0})}catch(e){B(Object(E.__)("Resetting site options Failed.","astra-sites"),"",null==e?void 0:e.message,"","",t)}if(!1===e.success)throw e.data})).catch((function(t){B(Object(E.__)("Resetting site options Failed.","astra-sites"),"",null==t?void 0:t.message,"","",t)}));case 6:case"end":return t.stop()}}),t)})));return function(){return t.apply(this,arguments)}}(),X=function(){var t=Pl()(jl.a.mark((function t(){var e;return jl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return(e=new FormData).append("action","astra-sites-reset-widgets-data"),e.append("_ajax_nonce",astraSitesVars._ajax_nonce),D({type:"set",importStatus:Object(E.__)("Resetting widgets.","astra-sites")}),t.next=6,fetch(ajaxurl,{method:"post",body:e}).then((function(t){return t.text()})).then((function(t){var e=[];try{var r=JSON.parse(t);e=r,r.success&&D({type:"set",importPercent:R+=2,resetWidgets:!0})}catch(e){B(Object(E.__)("Resetting widgets JSON parse failed.","astra-sites"),"",e,"","",t)}if(!e.success)throw e.data})).catch((function(t){B(Object(E.__)("Resetting widgets failed.","astra-sites"),"",t,"","",t)}));case 6:case"end":return t.stop()}}),t)})));return function(){return t.apply(this,arguments)}}(),q=function(){var t=encodeURI(o["astra-site-wpforms-path"])||"";if(""!==t&&"null"!==t){D({type:"set",importStatus:Object(E.__)("Importing forms.","astra-sites")});var e=new FormData;e.append("action","astra-sites-import-wpforms"),e.append("wpforms_url",t),e.append("_ajax_nonce",astraSitesVars._ajax_nonce),fetch(ajaxurl,{method:"post",body:e}).then((function(t){return t.text()})).then((function(t){var e=[];try{var r=JSON.parse(t);e=r,r.success&&(D({type:"set",importPercent:R+=2}),J())}catch(e){B(Object(E.__)("Importing forms failed due to parse JSON error.","astra-sites"),"",e,"","",t)}if(!1===e.success)throw e.data})).catch((function(t){B(Object(E.__)("Importing forms Failed.","astra-sites"),"",t)}))}else J()},J=function(){if(!C)return D({type:"set",importPercent:R+=5}),void Y();D({type:"set",importStatus:Object(E.__)("Importing forms.","astra-sites")});var t=new FormData;t.append("action","astra-sites-import-customizer-settings"),t.append("_ajax_nonce",astraSitesVars._ajax_nonce),fetch(ajaxurl,{method:"post",body:t}).then((function(t){return t.text()})).then((function(t){var e=[];try{var r=JSON.parse(t);e=r,r.success&&(D({type:"set",importPercent:R+=5}),Y())}catch(e){B(Object(E.__)("Importing Customizer failed due to parse JSON error.","astra-sites"),"",e,"","",t)}if(!1===e.success)throw e.data})).catch((function(t){B(Object(E.__)("Importing Customizer Failed.","astra-sites"),"",t)}))},Y=function(){if(!P)return D({type:"set",importPercent:R+=20}),void K();var t=encodeURI(o["astra-site-wxr-path"])||"";if("null"!==t&&""!==t){D({type:"set",importStatus:Object(E.__)("Importing Site Content.","astra-sites")});var e=new FormData;e.append("action","astra-sites-import-prepare-xml"),e.append("wxr_url",t),e.append("_ajax_nonce",astraSitesVars._ajax_nonce),fetch(ajaxurl,{method:"post",body:e}).then((function(t){return t.text()})).then((function(t){try{var e=JSON.parse(t);if(D({type:"set",importPercent:R+=2}),!1===e.success)throw e.data.error||e.data;Ih.data=e.data,Ih.render(D,R);var r=new EventSource(Ih.data.url);r.onmessage=function(t){var e=JSON.parse(t.data);switch(e.action){case"updateDelta":Ih.updateDelta(e.type,e.delta);break;case"complete":!1===e.error?(r.close(),K()):B(astraSitesVars.xml_import_interrupted_primary,"",astraSitesVars.xml_import_interrupted_error,"",astraSitesVars.xml_import_interrupted_secondary)}},r.onerror=function(){throw r.close(),Object(E.__)("Importing Site Content Failed. - Import Process Interrupted","astra-sites")},r.addEventListener("log",(function(t){var e=JSON.parse(t.data),r=e.message||"";r&&"info"===e.level&&(r=r.replace(/"/g,(function(){return""}))),D({type:"set",importStatus:Object(E.sprintf)(// translators: Response importMessage
2
  Object(E.__)("Your Website is ready and it took just %1$s %2$s to build. %3$s","astra-sites"),F,T,w),g="I just built my website in ".concat(F," ").concat(T," with Starter Templates by @AstraWP. Can't believe how easy it is! 😍")):(m=Object(E.sprintf)(//translators: Website URL.
3
  Object(E.__)("Your Website is up and ready!. %1$s","astra-sites"),w),g="I just built my website with Starter Templates by @AstraWP in minutes. Can't believe how easy it is! 😍");var M="gutenberg"===i?"Zb2DU4vzNWE":"3dARpNLcL30";return Object(h.createElement)(S,{content:Object(h.createElement)("div",{className:"congrats-screen"},Object(h.createElement)("h1",{className:"d-flex-center-align"},Object(E.__)("Congratulations!","astra-sites"),k.tada),Object(h.createElement)("p",{className:"screen-description p-bold",dangerouslySetInnerHTML:{__html:m}}),Object(h.createElement)("div",{className:"video-showcase",onClick:function(){var t=document.getElementById("st-information-video"),e=t.src.replace("&mute=1&controls=0","&mute=0&controls=1");t.src=e,C(!1)}},b&&Object(h.createElement)("div",{className:"click-to-play-wrap"},Object(h.createElement)("span",{className:"click-btn-text"},k.clickToPlay),Object(h.createElement)("span",{className:"youtube-btn middle-content"},k.youtube)),Object(h.createElement)("iframe",{src:"https://www.youtube-nocookie.com/embed/".concat(M,"?rel=0&autoplay=1&mute=1&controls=0&showinfo=0&loop=1&modestbranding=1&loop=1"),frameBorder:"0",allow:"autoplay; encrypted-media",allowFullScreen:!0,title:"st-information-video",height:"415",width:"740",id:"st-information-video"})),Object(h.createElement)("div",{className:"tweet-import-success"},Object(h.createElement)("p",{className:"tweet-text"},g),Object(h.createElement)("a",{href:"https://twitter.com/intent/tweet?text=".concat(g),target:"_blank",className:"twitter-btn-wrap",rel:"noreferrer"},Object(h.createElement)("p",{className:"tweet-btn"},Object(E.__)("CLICK TO TWEET","astra-sites")),k.twitter))),actions:null})}),ra=(r(60),function(){var t=A(),e=x()(t,2),r=e[0].currentIndex,n=e[1];Object(u.useEffect)((function(){var t=localStorage.getItem("st-import-start"),e=localStorage.getItem("st-import-end");(t||e)&&(localStorage.removeItem("st-import-start"),localStorage.removeItem("st-import-end"))}));var i=function(t){var e=new FormData;e.append("action","astra-sites-change-page-builder"),e.append("_ajax_nonce",astraSitesVars._ajax_nonce),e.append("page_builder",t),fetch(ajaxurl,{method:"post",body:e}),n({type:"set",builder:t,currentIndex:r+1})},a=function(t,e){37===(t=t||window.event).keyCode?t.target.previousSibling&&t.target.previousSibling.focus():39===t.keyCode?t.target.nextSibling&&t.target.nextSibling.focus():"Enter"===t.key&&i(e)};return Object(h.createElement)(S,{content:Object(h.createElement)("div",{className:"page-builder-screen-wrap middle-content"},Object(h.createElement)("h1",null,Object(E.__)("Select Page Builder","astra-sites")),Object(h.createElement)("p",{className:"screen-description"},Object(E.__)("Please choose your preferred page builder from the list below.","astra-sites")),Object(h.createElement)("div",{className:"page-builder-wrap ist-fadeinUp"},Object(h.createElement)("div",{className:"page-builder-item d-flex-center-align",onClick:function(){i("gutenberg")},tabIndex:"0",onKeyDown:function(t){return a(t,"gutenberg")}},Object(h.createElement)("div",{className:"elementor-image-wrap image-wrap"},Object(h.createElement)("img",{src:"".concat(starterTemplates.imageDir,"block-editor.svg"),alt:Object(E.__)("Block Editor","astra-sites")})),Object(h.createElement)("h6",null,Object(E.__)("Block Editor","astra-sites"))),Object(h.createElement)("div",{className:"page-builder-item d-flex-center-align",onClick:function(){i("elementor")},tabIndex:"0",onKeyDown:function(t){return a(t,"elementor")}},Object(h.createElement)("div",{className:"elementor-image-wrap image-wrap"},Object(h.createElement)("img",{src:"".concat(starterTemplates.imageDir,"elementor.svg"),alt:Object(E.__)("Elementor","astra-sites")})),Object(h.createElement)("h6",null,Object(E.__)("Elementor","astra-sites"))),Object(h.createElement)("div",{className:"page-builder-item d-flex-center-align",onClick:function(){i("beaver-builder")},tabIndex:"0",onKeyDown:function(t){return a(t,"beaver-builder")}},Object(h.createElement)("div",{className:"beaver-builder-image-wrap image-wrap"},Object(h.createElement)("img",{src:"".concat(starterTemplates.imageDir,"beaver-builder.svg"),alt:Object(E.__)("Beaver Builder","astra-sites")})),Object(h.createElement)("h6",null,Object(E.__)("Beaver Builder","astra-sites"))),"1"===starterTemplates.isBrizyEnabled&&Object(h.createElement)("div",{className:"page-builder-item d-flex-center-align",onClick:function(){i("brizy")},tabIndex:"0",onKeyDown:function(t){return a(t,"brizy")}},Object(h.createElement)("div",{className:"brizy-image-wrap image-wrap"},Object(h.createElement)("img",{src:"".concat(starterTemplates.imageDir,"brizy.svg"),alt:Object(E.__)("Brizy","astra-sites")})),Object(h.createElement)("h6",null,Object(E.__)("Brizy","astra-sites"))))),actions:Object(h.createElement)(h.Fragment,null,Object(h.createElement)(F,{before:!0},Object(E.__)("Back","astra-sites")))})}),na=r(7),ia=r(4);function aa(t,e){return e=null==e?t.length-1:+e,function(){for(var r=Math.max(arguments.length-e,0),n=Array(r),i=0;i<r;i++)n[i]=arguments[i+e];switch(e){case 0:return t.call(this,n);case 1:return t.call(this,arguments[0],n);case 2:return t.call(this,arguments[0],arguments[1],n)}var a=Array(e+1);for(i=0;i<e;i++)a[i]=arguments[i];return a[e]=n,t.apply(this,a)}}function sa(t){var e=typeof t;return"function"===e||"object"===e&&!!t}function oa(t){return null===t}function la(t){return void 0===t}function ca(t){return!0===t||!1===t||"[object Boolean]"===ia.t.call(t)}function ha(t){return!(!t||1!==t.nodeType)}function ua(t){var e="[object "+t+"]";return function(t){return ia.t.call(t)===e}}var pa=ua("String"),fa=ua("Number"),da=ua("Date"),ma=ua("RegExp"),ga=ua("Error"),ya=ua("Symbol"),va=ua("ArrayBuffer"),ba=ua("Function"),xa=ia.p.document&&ia.p.document.childNodes;"object"!=typeof Int8Array&&"function"!=typeof xa&&(ba=function(t){return"function"==typeof t||!1});var Ea=ba,ka=ua("Object"),Ca=ia.s&&ka(new DataView(new ArrayBuffer(8))),Aa="undefined"!=typeof Map&&ka(new Map),Sa=ua("DataView"),wa=Ca?function(t){return null!=t&&Ea(t.getInt8)&&va(t.buffer)}:Sa,Pa=ia.k||ua("Array");function Oa(t,e){return null!=t&&ia.i.call(t,e)}var ja=ua("Arguments");!function(){ja(arguments)||(ja=function(t){return Oa(t,"callee")})}();var Ia=ja;function _a(t){return!ya(t)&&Object(ia.f)(t)&&!isNaN(parseFloat(t))}function Ta(t){return fa(t)&&Object(ia.g)(t)}function Fa(t){return function(){return t}}function Ma(t){return function(e){var r=t(e);return"number"==typeof r&&r>=0&&r<=ia.b}}function Da(t){return function(e){return null==e?void 0:e[t]}}var Ra=Da("byteLength"),Ba=Ma(Ra),Va=/\[object ((I|Ui)nt(8|16|32)|Float(32|64)|Uint8Clamped|Big(I|Ui)nt64)Array\]/,La=ia.r?function(t){return ia.l?Object(ia.l)(t)&&!wa(t):Ba(t)&&Va.test(ia.t.call(t))}:Fa(!1),Na=Da("length");function za(t,e){e=function(t){for(var e={},r=t.length,n=0;n<r;++n)e[t[n]]=!0;return{contains:function(t){return e[t]},push:function(r){return e[r]=!0,t.push(r)}}}(e);var r=ia.n.length,n=t.constructor,i=Ea(n)&&n.prototype||ia.c,a="constructor";for(Oa(t,a)&&!e.contains(a)&&e.push(a);r--;)(a=ia.n[r])in t&&t[a]!==i[a]&&!e.contains(a)&&e.push(a)}function Ga(t){if(!sa(t))return[];if(ia.m)return Object(ia.m)(t);var e=[];for(var r in t)Oa(t,r)&&e.push(r);return ia.h&&za(t,e),e}function Ha(t){if(null==t)return!0;var e=Na(t);return"number"==typeof e&&(Pa(t)||pa(t)||Ia(t))?0===e:0===Na(Ga(t))}function Qa(t,e){var r=Ga(e),n=r.length;if(null==t)return!n;for(var i=Object(t),a=0;a<n;a++){var s=r[a];if(e[s]!==i[s]||!(s in i))return!1}return!0}function Wa(t){return t instanceof Wa?t:this instanceof Wa?void(this._wrapped=t):new Wa(t)}function Xa(t){return new Uint8Array(t.buffer||t,t.byteOffset||0,Ra(t))}function qa(t,e){return function t(e,r,n,i){if(e===r)return 0!==e||1/e==1/r;if(null==e||null==r)return!1;if(e!=e)return r!=r;var a=typeof e;return("function"===a||"object"===a||"object"==typeof r)&&function e(r,n,i,a){r instanceof Wa&&(r=r._wrapped),n instanceof Wa&&(n=n._wrapped);var s=ia.t.call(r);if(s!==ia.t.call(n))return!1;if(Ca&&"[object Object]"==s&&wa(r)){if(!wa(n))return!1;s="[object DataView]"}switch(s){case"[object RegExp]":case"[object String]":return""+r==""+n;case"[object Number]":return+r!=+r?+n!=+n:0==+r?1/+r==1/n:+r==+n;case"[object Date]":case"[object Boolean]":return+r==+n;case"[object Symbol]":return ia.d.valueOf.call(r)===ia.d.valueOf.call(n);case"[object ArrayBuffer]":case"[object DataView]":return e(Xa(r),Xa(n),i,a)}var o="[object Array]"===s;if(!o&&La(r)){if(Ra(r)!==Ra(n))return!1;if(r.buffer===n.buffer&&r.byteOffset===n.byteOffset)return!0;o=!0}if(!o){if("object"!=typeof r||"object"!=typeof n)return!1;var l=r.constructor,c=n.constructor;if(l!==c&&!(Ea(l)&&l instanceof l&&Ea(c)&&c instanceof c)&&"constructor"in r&&"constructor"in n)return!1}a=a||[];for(var h=(i=i||[]).length;h--;)if(i[h]===r)return a[h]===n;if(i.push(r),a.push(n),o){if((h=r.length)!==n.length)return!1;for(;h--;)if(!t(r[h],n[h],i,a))return!1}else{var u,p=Ga(r);if(h=p.length,Ga(n).length!==h)return!1;for(;h--;)if(!Oa(n,u=p[h])||!t(r[u],n[u],i,a))return!1}return i.pop(),a.pop(),!0}(e,r,n,i)}(t,e)}function Ja(t){if(!sa(t))return[];var e=[];for(var r in t)e.push(r);return ia.h&&za(t,e),e}function Ya(t){var e=Na(t);return function(r){if(null==r)return!1;var n=Ja(r);if(Na(n))return!1;for(var i=0;i<e;i++)if(!Ea(r[t[i]]))return!1;return t!==ts||!Ea(r[Ka])}}Wa.VERSION=ia.e,Wa.prototype.value=function(){return this._wrapped},Wa.prototype.valueOf=Wa.prototype.toJSON=Wa.prototype.value,Wa.prototype.toString=function(){return String(this._wrapped)};var Ka="forEach",Ua=["clear","delete"],Za=["get","has","set"],$a=Ua.concat(Ka,Za),ts=Ua.concat(Za),es=["add"].concat(Ua,Ka,"has"),rs=Aa?Ya($a):ua("Map"),ns=Aa?Ya(ts):ua("WeakMap"),is=Aa?Ya(es):ua("Set"),as=ua("WeakSet");function ss(t){for(var e=Ga(t),r=e.length,n=Array(r),i=0;i<r;i++)n[i]=t[e[i]];return n}function os(t){for(var e=Ga(t),r=e.length,n=Array(r),i=0;i<r;i++)n[i]=[e[i],t[e[i]]];return n}function ls(t){for(var e={},r=Ga(t),n=0,i=r.length;n<i;n++)e[t[r[n]]]=r[n];return e}function cs(t){var e=[];for(var r in t)Ea(t[r])&&e.push(r);return e.sort()}function hs(t,e){return function(r){var n=arguments.length;if(e&&(r=Object(r)),n<2||null==r)return r;for(var i=1;i<n;i++)for(var a=arguments[i],s=t(a),o=s.length,l=0;l<o;l++){var c=s[l];e&&void 0!==r[c]||(r[c]=a[c])}return r}}var us=hs(Ja),ps=hs(Ga),fs=hs(Ja,!0);function ds(t){if(!sa(t))return{};if(ia.j)return Object(ia.j)(t);var e=function(){};e.prototype=t;var r=new e;return e.prototype=null,r}function ms(t,e){var r=ds(t);return e&&ps(r,e),r}function gs(t){return sa(t)?Pa(t)?t.slice():us({},t):t}function ys(t,e){return e(t),t}function vs(t){return Pa(t)?t:[t]}function bs(t){return Wa.toPath(t)}function xs(t,e){for(var r=e.length,n=0;n<r;n++){if(null==t)return;t=t[e[n]]}return r?t:void 0}function Es(t,e,r){var n=xs(t,bs(e));return la(n)?r:n}function ks(t,e){for(var r=(e=bs(e)).length,n=0;n<r;n++){var i=e[n];if(!Oa(t,i))return!1;t=t[i]}return!!r}function Cs(t){return t}function As(t){return t=ps({},t),function(e){return Qa(e,t)}}function Ss(t){return t=bs(t),function(e){return xs(e,t)}}function ws(t,e,r){if(void 0===e)return t;switch(null==r?3:r){case 1:return function(r){return t.call(e,r)};case 3:return function(r,n,i){return t.call(e,r,n,i)};case 4:return function(r,n,i,a){return t.call(e,r,n,i,a)}}return function(){return t.apply(e,arguments)}}function Ps(t,e,r){return null==t?Cs:Ea(t)?ws(t,e,r):sa(t)&&!Pa(t)?As(t):Ss(t)}function Os(t,e){return Ps(t,e,1/0)}function js(t,e,r){return Wa.iteratee!==Os?Wa.iteratee(t,e):Ps(t,e,r)}function Is(t,e,r){e=js(e,r);for(var n=Ga(t),i=n.length,a={},s=0;s<i;s++){var o=n[s];a[o]=e(t[o],o,t)}return a}function _s(){}function Ts(t){return null==t?_s:function(e){return Es(t,e)}}function Fs(t,e,r){var n=Array(Math.max(0,t));e=ws(e,r,1);for(var i=0;i<t;i++)n[i]=e(i);return n}function Ms(t,e){return null==e&&(e=t,t=0),t+Math.floor(Math.random()*(e-t+1))}Wa.toPath=vs,Wa.iteratee=Os;var Ds=Date.now||function(){return(new Date).getTime()};function Rs(t){var e=function(e){return t[e]},r="(?:"+Ga(t).join("|")+")",n=RegExp(r),i=RegExp(r,"g");return function(t){return t=null==t?"":""+t,n.test(t)?t.replace(i,e):t}}var Bs={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#x27;","`":"&#x60;"},Vs=Rs(Bs),Ls=Rs(ls(Bs)),Ns=Wa.templateSettings={evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g},zs=/(.)^/,Gs={"'":"'","\\":"\\","\r":"r","\n":"n","\u2028":"u2028","\u2029":"u2029"},Hs=/\\|'|\r|\n|\u2028|\u2029/g;function Qs(t){return"\\"+Gs[t]}var Ws=/^\s*(\w|\$)+\s*$/;function Xs(t,e,r){!e&&r&&(e=r),e=fs({},e,Wa.templateSettings);var n=RegExp([(e.escape||zs).source,(e.interpolate||zs).source,(e.evaluate||zs).source].join("|")+"|$","g"),i=0,a="__p+='";t.replace(n,(function(e,r,n,s,o){return a+=t.slice(i,o).replace(Hs,Qs),i=o+e.length,r?a+="'+\n((__t=("+r+"))==null?'':_.escape(__t))+\n'":n?a+="'+\n((__t=("+n+"))==null?'':__t)+\n'":s&&(a+="';\n"+s+"\n__p+='"),e})),a+="';\n";var s,o=e.variable;if(o){if(!Ws.test(o))throw new Error("variable is not a bare identifier: "+o)}else a="with(obj||{}){\n"+a+"}\n",o="obj";a="var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');};\n"+a+"return __p;\n";try{s=new Function(o,"_",a)}catch(t){throw t.source=a,t}var l=function(t){return s.call(this,t,Wa)};return l.source="function("+o+"){\n"+a+"}",l}function qs(t,e,r){var n=(e=bs(e)).length;if(!n)return Ea(r)?r.call(t):r;for(var i=0;i<n;i++){var a=null==t?void 0:t[e[i]];void 0===a&&(a=r,i=n),t=Ea(a)?a.call(t):a}return t}var Js=0;function Ys(t){var e=++Js+"";return t?t+e:e}function Ks(t){var e=Wa(t);return e._chain=!0,e}function Us(t,e,r,n,i){if(!(n instanceof e))return t.apply(r,i);var a=ds(t.prototype),s=t.apply(a,i);return sa(s)?s:a}var Zs=aa((function(t,e){var r=Zs.placeholder,n=function(){for(var i=0,a=e.length,s=Array(a),o=0;o<a;o++)s[o]=e[o]===r?arguments[i++]:e[o];for(;i<arguments.length;)s.push(arguments[i++]);return Us(t,n,this,this,s)};return n}));Zs.placeholder=Wa;var $s=Zs,to=aa((function(t,e,r){if(!Ea(t))throw new TypeError("Bind must be called on a function");var n=aa((function(i){return Us(t,n,e,this,r.concat(i))}));return n})),eo=Ma(Na);function ro(t,e,r,n){if(n=n||[],e||0===e){if(e<=0)return n.concat(t)}else e=1/0;for(var i=n.length,a=0,s=Na(t);a<s;a++){var o=t[a];if(eo(o)&&(Pa(o)||Ia(o)))if(e>1)ro(o,e-1,r,n),i=n.length;else for(var l=0,c=o.length;l<c;)n[i++]=o[l++];else r||(n[i++]=o)}return n}var no=aa((function(t,e){var r=(e=ro(e,!1,!1)).length;if(r<1)throw new Error("bindAll must be passed function names");for(;r--;){var n=e[r];t[n]=to(t[n],t)}return t}));function io(t,e){var r=function(n){var i=r.cache,a=""+(e?e.apply(this,arguments):n);return Oa(i,a)||(i[a]=t.apply(this,arguments)),i[a]};return r.cache={},r}var ao=aa((function(t,e,r){return setTimeout((function(){return t.apply(null,r)}),e)})),so=$s(ao,Wa,1);function oo(t,e,r){var n,i,a,s,o=0;r||(r={});var l=function(){o=!1===r.leading?0:Ds(),n=null,s=t.apply(i,a),n||(i=a=null)},c=function(){var c=Ds();o||!1!==r.leading||(o=c);var h=e-(c-o);return i=this,a=arguments,h<=0||h>e?(n&&(clearTimeout(n),n=null),o=c,s=t.apply(i,a),n||(i=a=null)):n||!1===r.trailing||(n=setTimeout(l,h)),s};return c.cancel=function(){clearTimeout(n),o=0,n=i=a=null},c}function lo(t,e,r){var n,i,a,s,o,l=function(){var c=Ds()-i;e>c?n=setTimeout(l,e-c):(n=null,r||(s=t.apply(o,a)),n||(a=o=null))},c=aa((function(c){return o=this,a=c,i=Ds(),n||(n=setTimeout(l,e),r&&(s=t.apply(o,a))),s}));return c.cancel=function(){clearTimeout(n),n=a=o=null},c}function co(t,e){return $s(e,t)}function ho(t){return function(){return!t.apply(this,arguments)}}function uo(){var t=arguments,e=t.length-1;return function(){for(var r=e,n=t[e].apply(this,arguments);r--;)n=t[r].call(this,n);return n}}function po(t,e){return function(){if(--t<1)return e.apply(this,arguments)}}function fo(t,e){var r;return function(){return--t>0&&(r=e.apply(this,arguments)),t<=1&&(e=null),r}}var mo=$s(fo,2);function go(t,e,r){e=js(e,r);for(var n,i=Ga(t),a=0,s=i.length;a<s;a++)if(e(t[n=i[a]],n,t))return n}function yo(t){return function(e,r,n){r=js(r,n);for(var i=Na(e),a=t>0?0:i-1;a>=0&&a<i;a+=t)if(r(e[a],a,e))return a;return-1}}var vo=yo(1),bo=yo(-1);function xo(t,e,r,n){for(var i=(r=js(r,n,1))(e),a=0,s=Na(t);a<s;){var o=Math.floor((a+s)/2);r(t[o])<i?a=o+1:s=o}return a}function Eo(t,e,r){return function(n,i,a){var s=0,o=Na(n);if("number"==typeof a)t>0?s=a>=0?a:Math.max(a+o,s):o=a>=0?Math.min(a+1,o):a+o+1;else if(r&&a&&o)return n[a=r(n,i)]===i?a:-1;if(i!=i)return(a=e(ia.q.call(n,s,o),Ta))>=0?a+s:-1;for(a=t>0?s:o-1;a>=0&&a<o;a+=t)if(n[a]===i)return a;return-1}}var ko=Eo(1,vo,xo),Co=Eo(-1,bo);function Ao(t,e,r){var n=(eo(t)?vo:go)(t,e,r);if(void 0!==n&&-1!==n)return t[n]}function So(t,e){return Ao(t,As(e))}function wo(t,e,r){var n,i;if(e=ws(e,r),eo(t))for(n=0,i=t.length;n<i;n++)e(t[n],n,t);else{var a=Ga(t);for(n=0,i=a.length;n<i;n++)e(t[a[n]],a[n],t)}return t}function Po(t,e,r){e=js(e,r);for(var n=!eo(t)&&Ga(t),i=(n||t).length,a=Array(i),s=0;s<i;s++){var o=n?n[s]:s;a[s]=e(t[o],o,t)}return a}function Oo(t){var e=function(e,r,n,i){var a=!eo(e)&&Ga(e),s=(a||e).length,o=t>0?0:s-1;for(i||(n=e[a?a[o]:o],o+=t);o>=0&&o<s;o+=t){var l=a?a[o]:o;n=r(n,e[l],l,e)}return n};return function(t,r,n,i){var a=arguments.length>=3;return e(t,ws(r,i,4),n,a)}}var jo=Oo(1),Io=Oo(-1);function _o(t,e,r){var n=[];return e=js(e,r),wo(t,(function(t,r,i){e(t,r,i)&&n.push(t)})),n}function To(t,e,r){return _o(t,ho(js(e)),r)}function Fo(t,e,r){e=js(e,r);for(var n=!eo(t)&&Ga(t),i=(n||t).length,a=0;a<i;a++){var s=n?n[a]:a;if(!e(t[s],s,t))return!1}return!0}function Mo(t,e,r){e=js(e,r);for(var n=!eo(t)&&Ga(t),i=(n||t).length,a=0;a<i;a++){var s=n?n[a]:a;if(e(t[s],s,t))return!0}return!1}function Do(t,e,r,n){return eo(t)||(t=ss(t)),("number"!=typeof r||n)&&(r=0),ko(t,e,r)>=0}var Ro=aa((function(t,e,r){var n,i;return Ea(e)?i=e:(e=bs(e),n=e.slice(0,-1),e=e[e.length-1]),Po(t,(function(t){var a=i;if(!a){if(n&&n.length&&(t=xs(t,n)),null==t)return;a=t[e]}return null==a?a:a.apply(t,r)}))}));function Bo(t,e){return Po(t,Ss(e))}function Vo(t,e){return _o(t,As(e))}function Lo(t,e,r){var n,i,a=-1/0,s=-1/0;if(null==e||"number"==typeof e&&"object"!=typeof t[0]&&null!=t)for(var o=0,l=(t=eo(t)?t:ss(t)).length;o<l;o++)null!=(n=t[o])&&n>a&&(a=n);else e=js(e,r),wo(t,(function(t,r,n){((i=e(t,r,n))>s||i===-1/0&&a===-1/0)&&(a=t,s=i)}));return a}function No(t,e,r){var n,i,a=1/0,s=1/0;if(null==e||"number"==typeof e&&"object"!=typeof t[0]&&null!=t)for(var o=0,l=(t=eo(t)?t:ss(t)).length;o<l;o++)null!=(n=t[o])&&n<a&&(a=n);else e=js(e,r),wo(t,(function(t,r,n){((i=e(t,r,n))<s||i===1/0&&a===1/0)&&(a=t,s=i)}));return a}function zo(t,e,r){if(null==e||r)return eo(t)||(t=ss(t)),t[Ms(t.length-1)];var n=eo(t)?gs(t):ss(t),i=Na(n);e=Math.max(Math.min(e,i),0);for(var a=i-1,s=0;s<e;s++){var o=Ms(s,a),l=n[s];n[s]=n[o],n[o]=l}return n.slice(0,e)}function Go(t){return zo(t,1/0)}function Ho(t,e,r){var n=0;return e=js(e,r),Bo(Po(t,(function(t,r,i){return{value:t,index:n++,criteria:e(t,r,i)}})).sort((function(t,e){var r=t.criteria,n=e.criteria;if(r!==n){if(r>n||void 0===r)return 1;if(r<n||void 0===n)return-1}return t.index-e.index})),"value")}function Qo(t,e){return function(r,n,i){var a=e?[[],[]]:{};return n=js(n,i),wo(r,(function(e,i){var s=n(e,i,r);t(a,e,s)})),a}}var Wo=Qo((function(t,e,r){Oa(t,r)?t[r].push(e):t[r]=[e]})),Xo=Qo((function(t,e,r){t[r]=e})),qo=Qo((function(t,e,r){Oa(t,r)?t[r]++:t[r]=1})),Jo=Qo((function(t,e,r){t[r?0:1].push(e)}),!0),Yo=/[^\ud800-\udfff]|[\ud800-\udbff][\udc00-\udfff]|[\ud800-\udfff]/g;function Ko(t){return t?Pa(t)?ia.q.call(t):pa(t)?t.match(Yo):eo(t)?Po(t,Cs):ss(t):[]}function Uo(t){return null==t?0:eo(t)?t.length:Ga(t).length}function Zo(t,e,r){return e in r}var $o=aa((function(t,e){var r={},n=e[0];if(null==t)return r;Ea(n)?(e.length>1&&(n=ws(n,e[1])),e=Ja(t)):(n=Zo,e=ro(e,!1,!1),t=Object(t));for(var i=0,a=e.length;i<a;i++){var s=e[i],o=t[s];n(o,s,t)&&(r[s]=o)}return r})),tl=aa((function(t,e){var r,n=e[0];return Ea(n)?(n=ho(n),e.length>1&&(r=e[1])):(e=Po(ro(e,!1,!1),String),n=function(t,r){return!Do(e,r)}),$o(t,n,r)}));function el(t,e,r){return ia.q.call(t,0,Math.max(0,t.length-(null==e||r?1:e)))}function rl(t,e,r){return null==t||t.length<1?null==e||r?void 0:[]:null==e||r?t[0]:el(t,t.length-e)}function nl(t,e,r){return ia.q.call(t,null==e||r?1:e)}function il(t,e,r){return null==t||t.length<1?null==e||r?void 0:[]:null==e||r?t[t.length-1]:nl(t,Math.max(0,t.length-e))}function al(t){return _o(t,Boolean)}function sl(t,e){return ro(t,e,!1)}var ol=aa((function(t,e){return e=ro(e,!0,!0),_o(t,(function(t){return!Do(e,t)}))})),ll=aa((function(t,e){return ol(t,e)}));function cl(t,e,r,n){ca(e)||(n=r,r=e,e=!1),null!=r&&(r=js(r,n));for(var i=[],a=[],s=0,o=Na(t);s<o;s++){var l=t[s],c=r?r(l,s,t):l;e&&!r?(s&&a===c||i.push(l),a=c):r?Do(a,c)||(a.push(c),i.push(l)):Do(i,l)||i.push(l)}return i}var hl=aa((function(t){return cl(ro(t,!0,!0))}));function ul(t){for(var e=[],r=arguments.length,n=0,i=Na(t);n<i;n++){var a=t[n];if(!Do(e,a)){var s;for(s=1;s<r&&Do(arguments[s],a);s++);s===r&&e.push(a)}}return e}function pl(t){for(var e=t&&Lo(t,Na).length||0,r=Array(e),n=0;n<e;n++)r[n]=Bo(t,n);return r}var fl=aa(pl);function dl(t,e){for(var r={},n=0,i=Na(t);n<i;n++)e?r[t[n]]=e[n]:r[t[n][0]]=t[n][1];return r}function ml(t,e,r){null==e&&(e=t||0,t=0),r||(r=e<t?-1:1);for(var n=Math.max(Math.ceil((e-t)/r),0),i=Array(n),a=0;a<n;a++,t+=r)i[a]=t;return i}function gl(t,e){if(null==e||e<1)return[];for(var r=[],n=0,i=t.length;n<i;)r.push(ia.q.call(t,n,n+=e));return r}function yl(t,e){return t._chain?Wa(e).chain():e}function vl(t){return wo(cs(t),(function(e){var r=Wa[e]=t[e];Wa.prototype[e]=function(){var t=[this._wrapped];return ia.o.apply(t,arguments),yl(this,r.apply(Wa,t))}})),Wa}wo(["pop","push","reverse","shift","sort","splice","unshift"],(function(t){var e=ia.a[t];Wa.prototype[t]=function(){var r=this._wrapped;return null!=r&&(e.apply(r,arguments),"shift"!==t&&"splice"!==t||0!==r.length||delete r[0]),yl(this,r)}})),wo(["concat","join","slice"],(function(t){var e=ia.a[t];Wa.prototype[t]=function(){var t=this._wrapped;return null!=t&&(t=e.apply(t,arguments)),yl(this,t)}}));var bl=Wa,xl=vl(n);function El(t,e){var r="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!r){if(Array.isArray(t)||(r=function(t,e){if(t){if("string"==typeof t)return kl(t,void 0);var r=Object.prototype.toString.call(t).slice(8,-1);return"Object"===r&&t.constructor&&(r=t.constructor.name),"Map"===r||"Set"===r?Array.from(t):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?kl(t,void 0):void 0}}(t))||e&&t&&"number"==typeof t.length){r&&(t=r);var n=0,i=function(){};return{s:i,n:function(){return n>=t.length?{done:!0}:{done:!1,value:t[n++]}},e:function(t){throw t},f:i}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,s=!0,o=!1;return{s:function(){r=r.call(t)},n:function(){var t=r.next();return s=t.done,t},e:function(t){o=!0,a=t},f:function(){try{s||null==r.return||r.return()}finally{if(o)throw a}}}}function kl(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}xl._=xl,r(61);var Cl=function(t,e){return t=t.toLocaleLowerCase(),e=e.toLocaleLowerCase(),t=(t=t.replace(/\s\s+/g," ").trim()).replace(" ","|"),!!e.match(new RegExp(t,"g"))},Al=function(t,e,r,n){t=t.toLowerCase().trim();var i={tags:[],sites:{},related:{},related_categories:[]},a=Object.assign({},astraSitesVars.all_sites),s={};if(n)for(var o in a)a[o]["astra-site-page-builder"]===n&&(s[o]=a[o]);else s=a;var l={};if(e){for(var c in s)s[c]["astra-sites-type"]===e&&(l[c]=s[c]);s=l}if(l={},r){for(var h in s)Object.values(s[h].categories).includes(r)&&(l[h]=s[h]);s=l}for(var u in s){var p=s[u],f=!1;if(Cl(t,p.title)&&(f=!0,i.tags.includes(p.title)||i.tags.push(p.title),i.sites[u]=p),p["astra-sites-tag"])for(var d in p["astra-sites-tag"]){var m=p["astra-sites-tag"][d].replace("-"," ");Cl(t,m)&&(f=!0,i.sites[u]=p)}if(f)for(var g in p.categories)i.related_categories.includes(p.categories[g])||i.related_categories.push(p.categories[g])}var y,v=El(astraSitesVars.allCategoriesAndTags);try{for(v.s();!(y=v.n()).done;){var b=y.value;if(b.name.toLowerCase().includes(t)&&(i.tags.push(b.name),astraSitesVars.allCategories.length)){var x=b.id.toString();x.includes("-")&&(x=parseInt(b.id.split("-")[0]));var E,k=El(astraSitesVars.allCategories);try{for(k.s();!(E=k.n()).done;){var C=E.value;x===C.id&&(i.related_categories.includes(C.slug)||i.related_categories.push(C.slug))}}catch(t){k.e(t)}finally{k.f()}}}}catch(t){v.e(t)}finally{v.f()}for(var A in s){var S=s[A];for(var w in S.categories)!i.sites[A]&&i.related_categories.includes(S.categories[w])&&(i.related[A]=S)}return i.tags&&(i.tags=i.tags.slice(0,10)),i},Sl=function(){return Object(h.createElement)("div",{className:"site-list-loading-skeleton"},Object(h.createElement)(ki,{container:!0},Object(h.createElement)(ki,{item:!0,xs:12},Object(h.createElement)(Ji,{display:"flex",justifyContent:"center"},Object(h.createElement)(yi,{variant:"rect",width:600,height:36,animation:"wave"}))),Object(h.createElement)(ki,{item:!0,xs:12},Object(h.createElement)(Ji,{display:"flex",justifyContent:"center",m:"44px 0 50px 0"},Object(h.createElement)(yi,{variant:"rect",width:740,height:48,animation:"wave"}))),Object(h.createElement)(ki,{item:!0,xs:12},Object(h.createElement)(Ji,{display:"flex",justifyContent:"space-between",p:"0 0 8px 0"},Object(h.createElement)(Ji,{display:"flex",gridGap:"15px",alignItems:"center"},Object(h.createElement)(Ji,null,Object(h.createElement)(yi,{variant:"rect",width:80,height:41,animation:"wave"})),Object(h.createElement)(Ji,null,Object(h.createElement)(yi,{variant:"rect",width:80,height:41,animation:"wave"})),Object(h.createElement)(Ji,null,Object(h.createElement)(yi,{variant:"rect",width:80,height:41,animation:"wave"})),Object(h.createElement)(Ji,null,Object(h.createElement)(yi,{variant:"rect",width:80,height:41,animation:"wave"})),Object(h.createElement)(Ji,null,Object(h.createElement)(yi,{variant:"rect",width:80,height:41,animation:"wave"})),Object(h.createElement)(Ji,null,Object(h.createElement)(yi,{variant:"rect",width:80,height:41,animation:"wave"})),Object(h.createElement)(Ji,null,Object(h.createElement)(yi,{variant:"rect",width:80,height:41,animation:"wave"})),Object(h.createElement)(Ji,null,Object(h.createElement)(yi,{variant:"rect",width:80,height:41,animation:"wave"}))),Object(h.createElement)(Ji,{display:"flex",gridGap:"15px",alignItems:"center"},Object(h.createElement)(Ji,null,Object(h.createElement)(yi,{variant:"rect",width:110,height:40,animation:"wave"})),Object(h.createElement)(Ji,null,Object(h.createElement)(yi,{variant:"rect",width:110,height:40,animation:"wave"}))))),Object(h.createElement)(ki,{item:!0,xs:12},Object(h.createElement)(Ji,{p:"44px 0 0 0",display:"grid",gridGap:"40px",gridTemplateColumns:"1fr 1fr 1fr 1fr"},Object(h.createElement)(yi,{variant:"rect",height:380,animation:"wave"}),Object(h.createElement)(yi,{variant:"rect",height:380,animation:"wave"}),Object(h.createElement)(yi,{variant:"rect",height:380,animation:"wave"}),Object(h.createElement)(yi,{variant:"rect",height:380,animation:"wave"})))))},wl=r(6),Pl=r.n(wl),Ol=r(5),jl=r.n(Ol),Il=(r(62),{search:Object(h.createElement)("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"},Object(h.createElement)("path",{d:"M17.7043 16.2848L14.3054 12.8958C15.402 11.4988 15.9971 9.77351 15.9948 7.99743C15.9948 6.41569 15.5258 4.86947 14.647 3.5543C13.7683 2.23913 12.5192 1.21408 11.0579 0.608771C9.59657 0.00346513 7.98855 -0.15491 6.43721 0.153672C4.88586 0.462254 3.46085 1.22393 2.34239 2.34239C1.22393 3.46085 0.462254 4.88586 0.153672 6.43721C-0.15491 7.98855 0.00346513 9.59657 0.608771 11.0579C1.21408 12.5192 2.23913 13.7683 3.5543 14.647C4.86947 15.5258 6.41569 15.9948 7.99743 15.9948C9.77351 15.9971 11.4988 15.402 12.8958 14.3054L16.2848 17.7043C16.3777 17.798 16.4883 17.8724 16.6101 17.9231C16.7319 17.9739 16.8626 18 16.9945 18C17.1265 18 17.2572 17.9739 17.379 17.9231C17.5008 17.8724 17.6114 17.798 17.7043 17.7043C17.798 17.6114 17.8724 17.5008 17.9231 17.379C17.9739 17.2572 18 17.1265 18 16.9945C18 16.8626 17.9739 16.7319 17.9231 16.6101C17.8724 16.4883 17.798 16.3777 17.7043 16.2848ZM1.99936 7.99743C1.99936 6.81112 2.35114 5.65146 3.01022 4.66508C3.66929 3.6787 4.60606 2.90991 5.70207 2.45593C6.79807 2.00196 8.00408 1.88317 9.16759 2.11461C10.3311 2.34605 11.3999 2.91731 12.2387 3.75615C13.0775 4.595 13.6488 5.66375 13.8802 6.82726C14.1117 7.99077 13.9929 9.19678 13.5389 10.2928C13.0849 11.3888 12.3162 12.3256 11.3298 12.9846C10.3434 13.6437 9.18373 13.9955 7.99743 13.9955C6.40664 13.9955 4.88101 13.3636 3.75615 12.2387C2.6313 11.1138 1.99936 9.58821 1.99936 7.99743Z"})),cross:Object(h.createElement)("svg",{width:"12",height:"12",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},Object(h.createElement)("path",{d:"M14 1.41L12.59 0L7 5.59L1.41 0L0 1.41L5.59 7L0 12.59L1.41 14L7 8.41L12.59 14L14 12.59L8.41 7L14 1.41Z",fill:"#6B7280"})),dropdown:Object(h.createElement)("svg",{viewBox:"0 0 6 4",fill:"none",xmlns:"http://www.w3.org/2000/svg"},Object(h.createElement)("path",{d:"M2.68303 3.8635L0.132229 1.2304C-0.0440763 1.0484 -0.0440763 0.754114 0.132229 0.574056L0.556111 0.136496C0.732416 -0.0454985 1.01751 -0.0454985 1.19194 0.136496L3 2.0029L4.80806 0.136496C4.98437 -0.0454985 5.26946 -0.0454985 5.44389 0.136496L5.86777 0.574056C6.04408 0.75605 6.04408 1.05034 5.86777 1.2304L3.31697 3.8635C3.14442 4.0455 2.85933 4.0455 2.68303 3.8635Z",fillOpacity:"0.6"})),favorite:Object(h.createElement)("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},Object(h.createElement)("path",{d:"M13.7498 2.5C12.2998 2.5 10.9082 3.175 9.99984 4.24167C9.0915 3.175 7.69984 2.5 6.24984 2.5C3.68317 2.5 1.6665 4.51667 1.6665 7.08333C1.6665 10.2333 4.49984 12.8 8.7915 16.7L9.99984 17.7917L11.2082 16.6917C15.4998 12.8 18.3332 10.2333 18.3332 7.08333C18.3332 4.51667 16.3165 2.5 13.7498 2.5ZM10.0832 15.4583L9.99984 15.5417L9.9165 15.4583C5.94984 11.8667 3.33317 9.49167 3.33317 7.08333C3.33317 5.41667 4.58317 4.16667 6.24984 4.16667C7.53317 4.16667 8.78317 4.99167 9.22484 6.13333H10.7832C11.2165 4.99167 12.4665 4.16667 13.7498 4.16667C15.4165 4.16667 16.6665 5.41667 16.6665 7.08333C16.6665 9.49167 14.0498 11.8667 10.0832 15.4583Z",fill:"#6B7280"})),close:Object(h.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true"},Object(h.createElement)("path",{fillRule:"evenodd",d:"M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z",clipRule:"evenodd"})),success:Object(h.createElement)("svg",{width:"24",height:"24",viewBox:"0 0 1792 1792",fill:"#44C997",xmlns:"http://www.w3.org/2000/svg"},Object(h.createElement)("path",{d:"M1299 813l-422 422q-19 19-45 19t-45-19l-294-294q-19-19-19-45t19-45l102-102q19-19 45-19t45 19l147 147 275-275q19-19 45-19t45 19l102 102q19 19 19 45t-19 45zm141 83q0-148-73-273t-198-198-273-73-273 73-198 198-73 273 73 273 198 198 273 73 273-73 198-198 73-273zm224 0q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z"})),error:Object(h.createElement)("svg",{"x-description":"Heroicon name: solid/x-circle",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true"},Object(h.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"}))}),_l=(r(63),r(64),function(t){var e=t.children,r=t.content;return Object(h.createElement)("div",{className:"stc-tooltip"},e,r?Object(h.createElement)("div",{className:"stc-tooltip-content"},r):null)}),Tl=function(t){var e=t.className,r=t.column,n=t.options,i=t.onClick,a=t.hasFavorite,s=t.onFavoriteClick,o=t.favoriteList;return n.length?Object(h.createElement)("div",{className:"\n\t\t\t\tstc-grid-wrap\n\t\t\t\tgrid-".concat(r||"3","\n\t\t\t\t").concat(null!=e?e:"","\n\t\t\t"),column:r},n.map((function(t,e){var r=!(!o||!o.length)&&o.includes("id-".concat(t.id));return Object(h.createElement)("div",{className:"stc-grid-item",key:e},Object(h.createElement)("div",{className:"stc-grid-item-inner"},t.badge?Object(h.createElement)("div",{className:"stc-grid-item-badge"},t.badge):null,Object(h.createElement)("div",{className:"stc-grid-item-screenshot",style:{backgroundImage:"url(".concat(t.image,")")},onClick:function(e){"function"==typeof i&&i(e,t)}}),Object(h.createElement)("div",{className:"stc-grid-item-header"},Object(h.createElement)("div",{className:"stc-grid-item-title"},Object(na.decodeEntities)(t.title)),a?Object(h.createElement)(_l,{content:"".concat(r?"":Object(E.__)("Add to favorites","astra-sites"))},Object(h.createElement)("div",{className:"stc-grid-favorite ".concat(r?"active":""),onClick:function(e){"function"==typeof s&&s(e,t,!r)}},Il.favorite)):null)))}))):""},Fl=(r(65),Object(u.memo)((function(t){var e=t.onSearch,r=t.value,n=t.placeholder,i=t.onKeyUp,a=n||Object(E.__)("Search..","astra-sites");return Object(h.createElement)("div",{className:"stc-search ".concat(r?"stc-search-have-input":"")},Object(h.createElement)("input",{className:"stc-search-input",type:"search",value:r,placeholder:a,onChange:function(t){"function"==typeof e&&e(t,t.target.value)},onKeyUp:function(t){"function"==typeof i&&i(t)}}),Object(h.createElement)("button",{className:"stc-search-icon"},Il.search),Object(h.createElement)("button",{className:"stc-cross-icon",onClick:function(t){"function"==typeof e&&(e(t,""),document.getElementsByClassName("stc-search-input")[0].focus())}},Il.cross))}))),Ml=(r(66),Object(u.memo)((function(t){var e=t.options,r=t.value,n=t.onClick,i=t.limit,a="";void 0!==r?a=r:e.length&&(a=e[0].id);var s=Object(u.useState)(a),o=x()(s,2),l=o[0],c=o[1],p=Object(u.useState)(!1),f=x()(p,2),d=f[0],m=f[1],g=Object(u.useState)([]),y=x()(g,2),v=y[0],b=y[1],k=Object(u.useState)(e),C=x()(k,2),A=C[0],S=C[1];Object(u.useEffect)((function(){if(i){var t=e.slice(i,i+e.length),r=e.slice(0,i);t.length&&(t=t.map((function(t){return t.title=Object(na.decodeEntities)(t.name),t}))),b(t),S(r)}}),[]),Object(u.useEffect)((function(){c(a)}),[r]);var w=function(t,e){"function"==typeof n&&n(t,e)};return Object(h.createElement)("div",{className:"stc-category-list"},A.length?Object(h.createElement)(h.Fragment,null,A.map((function(t,e){return Object(h.createElement)("div",{className:"stc-category-list-item ".concat((r=t.id,l===r?"active":"")),onClick:function(e){c(t.id),w(e,t)},key:e},Object(h.createElement)("span",{className:"stc-category-list-title"},Object(na.decodeEntities)(t.name)));var r})),v.length?Object(h.createElement)(Bl,{className:"stc-category-list-item stc-category-list-more",toggle:d,onToggle:function(t,e){m(e)},label:Object(E.__)("More","astra-sites"),value:l,options:v,onClick:function(t,e){m(!1),w(t,e)}}):null):Object(h.createElement)("span",null,Object(E.__)("No Categories","astra-sites")))})));function Dl(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function Rl(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?Dl(Object(r),!0).forEach((function(e){g()(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):Dl(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}r(67);var Bl=Object(u.forwardRef)((function(t,e){var r=t.label,n=t.options,i=t.className,a=t.value,s=t.onClick,o=t.toggle,l=t.onToggle,c=Object(u.useState)({option:{id:"",title:"",image:""}}),p=x()(c,2),f=p[0],d=p[1];return Object(u.useEffect)((function(){var t={id:"",title:"",image:""};n.map((function(e){return a===e.id&&(t=e),t})),d(Rl(Rl({},f),{},{option:t}))}),[a]),n.length?Object(h.createElement)("div",{ref:e,className:"stc-toggle-dropdown ".concat(i)},Object(h.createElement)("div",{className:"stc-toggle-dropdown-selected",onClick:function(t){"function"==typeof l&&l(t,!o)}},r&&""===f.option.title?r:Object(h.createElement)(h.Fragment,null,f.option.image?Object(h.createElement)(Vl,{text:f.option.title,src:f.option.image}):f.option.title),Il.dropdown),o&&Object(h.createElement)("div",{className:"stc-toggle-dropdown-popup"},Object(h.createElement)("div",{className:"stc-toggle-dropdown-popup-content"},n.map((function(t,e){return Object(h.createElement)("div",{className:"stc-toggle-dropdown-popup-item ".concat(f.option.id===t.id?"active":""),onClick:function(e){d(Rl(Rl({},f),{},{option:t})),"function"==typeof s&&s(e,t)},key:e},t.image?Object(h.createElement)(Vl,{text:t.title,src:t.image}):t.title)}))))):""})),Vl=(r(68),function(t){var e=t.className,r=t.text,n=t.src,i=t.alt,a=t.onClick;return r||n?Object(h.createElement)("span",{className:"stc-logo ".concat(e||""),onClick:function(t){"function"==typeof a&&a(t)}},n?Object(h.createElement)("a",{href:astraSitesVars.st_page_url},Object(h.createElement)("img",{src:n,className:"stc-logo-image",alt:i})):null,r?Object(h.createElement)("div",{className:"stc-logo-text",alt:i},r):null):""}),Ll=(r(69),Object(u.memo)((function(t){var e=t.value,r=t.options,n=t.onClick;return r.length?Object(h.createElement)("div",{className:"stc-suggestion-list"},r.map((function(t,r){var i=Object(na.decodeEntities)(t).replace(new RegExp("("+e+")","gi"),'<span class="stc-suggestion-highlight">$1</span>');return Object(h.createElement)("div",{key:r,className:"stc-suggession",dangerouslySetInnerHTML:{__html:i},onClick:function(e){"function"==typeof n&&n(e,t)}})}))):""})),r(70),function(t){var e=t.type,r=t.message,n=t.autoHideDuration,i=void 0===n?3:n,a=t.topLeft,s=t.topRight,o=t.topCenter,l=t.bottomLeft,c=t.bottomRight,p=t.bottomCenter,f=t.leftCenter,d=t.style,m=Object(u.useState)(!0),g=x()(m,2),y=g[0],v=g[1],b=Object(u.useState)(!1),E=x()(b,2),k=E[0],C=E[1];setTimeout((function(){v(!1)}),1e3*i),y||setTimeout((function(){C(!0)}),500);var A=[a&&"top-left",s&&"top-right",o&&"top-center",l&&"bottom-left",c&&"bottom-right",p&&"bottom-center",f&&"left-center"].filter(Boolean).join("");return k?null:Object(h.createElement)("div",{className:"st-toaster ".concat(y?"visible":"hidden"," ").concat(A||""),style:d},Object(h.createElement)("div",{className:"content"},Object(h.createElement)("div",{className:"status-icon ".concat("error"===e?"failed":e)},Il[e]),Object(h.createElement)("div",{className:"message"},Object(h.createElement)("p",null,r))),Object(h.createElement)("div",{className:"toaster-close"},Object(h.createElement)("button",{className:"close-btn",onClick:function(t){t.stopPropagation(),v(!1)}},Il.close)))}),Nl=function(){var t=Pl()(jl.a.mark((function t(e,r){var n,i,a,s;return jl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=x()(r,2),i=n[0].currentIndex,a=n[1],(s=new FormData).append("action","astra-sites-api-request"),s.append("url","astra-sites/"+e),s.append("_ajax_nonce",astraSitesVars._ajax_nonce),t.next=7,fetch(ajaxurl,{method:"post",body:s}).then((function(t){return t.json()})).then((function(t){if(t.success)starterTemplates.previewUrl="https:"+t.data["astra-site-url"],a({type:"set",templateId:e,templateResponse:t.data,importErrorMessages:{},importErrorResponse:[],importError:!1});else{var r={};if(void 0!==t.data.response_code){var n=t.data.code.toString();switch(n){case"401":case"404":r={primaryText:astraSitesVars.server_import_primary_error,secondaryText:"",errorCode:n,errorText:t.data.message,solutionText:"",tryAgain:!0};break;case"500":r={primaryText:astraSitesVars.server_import_primary_error,secondaryText:"",errorCode:n,errorText:t.data.message,solutionText:astraSitesVars.ajax_request_failed_secondary,tryAgain:!0};break;case"WP_Error":r={primaryText:astraSitesVars.client_import_primary_error,secondaryText:"",errorCode:n,errorText:t.data.message,solutionText:"",tryAgain:!0};break;case"Cloudflare":r={primaryText:astraSitesVars.cloudflare_import_primary_error,secondaryText:"",errorCode:n,errorText:t.data.message,solutionText:"",tryAgain:!0};break;default:r={primaryText:Object(E.__)("Fetching related demo failed.","astra-sites"),secondaryText:"",errorCode:"",errorText:t.data,solutionText:astraSitesVars.ajax_request_failed_secondary,tryAgain:!1}}a({type:"set",importError:!0,importErrorMessages:r,importErrorResponse:t.data,templateResponse:null,currentIndex:i+3})}}})).catch((function(t){a({type:"set",importError:!0,importErrorMessages:{primaryText:Object(E.__)("Fetching related demo failed.","astra-sites"),secondaryText:astraSitesVars.ajax_request_failed_secondary,errorCode:"",errorText:t,solutionText:"",tryAgain:!1}})}));case 7:case"end":return t.stop()}}),t)})));return function(_x,e){return t.apply(this,arguments)}}(),zl=function(t){var e=x()(t,2);Zi()(e[0]);var r=e[1],n=new FormData;n.append("action","astra-required-plugins"),n.append("_ajax_nonce",astraSitesVars._ajax_nonce),fetch(ajaxurl,{method:"post",body:n}).then((function(t){return t.json()})).then((function(t){if(t.success){var e=t.data.required_plugins,n=e.notinstalled||"",i=e.inactive||"";r({type:"set",requiredPlugins:t.data,notInstalledList:n,notActivatedList:i})}}))},Gl=function(){var t=Pl()(jl.a.mark((function t(e){var r;return jl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(""!==e.id){t.next=2;break}return t.abrupt("return");case 2:return(r=new FormData).append("action","astra_sites_set_site_data"),r.append("param","site-logo"),r.append("logo",e.id),r.append("logo-width",e.width),r.append("security",starterTemplates.nonce),t.next=10,fetch(ajaxurl,{method:"post",body:r});case 10:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),Hl=function(){var t=Pl()(jl.a.mark((function t(e){var r;return jl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(e){t.next=2;break}return t.abrupt("return");case 2:return(r=new FormData).append("action","astra_sites_set_site_data"),r.append("param","site-colors"),r.append("palette",e),r.append("security",starterTemplates.nonce),t.next=9,fetch(ajaxurl,{method:"post",body:r});case 9:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),Ql=function(){var t=Pl()(jl.a.mark((function t(e){var r;return jl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return(r=new FormData).append("action","astra_sites_set_site_data"),r.append("param","site-typography"),r.append("typography",JSON.stringify(e)),r.append("security",starterTemplates.nonce),t.next=7,fetch(ajaxurl,{method:"post",body:r});case 7:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),Wl=function(t,e){var r=Object.keys(e),n=[],i=0,a={};for(var s in e)0!==i&&i%t==0&&(n.push(a),a={}),a[s]=e[r[i]],i++;return n.push(a),n};function Xl(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function ql(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?Xl(Object(r),!0).forEach((function(e){g()(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):Xl(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}var Jl=function(t){var e=t.sites,r=A(),n=x()(r,2),i=n[0],a=i.favoriteSiteIDs,s=i.currentIndex,o=n[1],l=[];if(Object.keys(e).length)for(var c in e)l.push(ql({id:e[c].id,image:e[c]["thumbnail-image-url"],title:Object(na.decodeEntities)(e[c].title),badge:"agency-mini"===e[c]["astra-sites-type"]?Object(E.__)("Premium","astra-sites"):""},e[c]));var u=function(t,e){var r=a;e&&!r.includes(t)?r.push(t):r=a.filter((function(e){return e!==t})),o({type:"set",favoriteSiteIDs:r})},p=function(){var t=Pl()(jl.a.mark((function t(e,r,n){var i,a,s;return jl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,e.preventDefault(),i="id-".concat(r.id),u(i,n),(a=new FormData).append("action","astra-sites-favorite"),a.append("is_favorite",n),a.append("site_id",i),t.next=10,fetch(ajaxurl,{method:"post",body:a});case 10:return s=t.sent,t.next=13,s.json();case 13:t.sent.success||u(i,!1),t.next=19;break;case 17:t.prev=17,t.t0=t.catch(0);case 19:case"end":return t.stop()}}),t,null,[[0,17]])})));return function(_x,e,r){return t.apply(this,arguments)}}();return Object(h.createElement)(Tl,{column:4,options:l,hasFavorite:!0,onFavoriteClick:p,favoriteList:a,onClick:function(){var t=Pl()(jl.a.mark((function t(e,n){return jl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return e.stopPropagation(),o({type:"set",currentIndex:s+1,templateId:n.id,selectedTemplateName:n.title,selectedTemplateType:n["astra-sites-type"]}),t.next=4,Nl(n.id,r);case 4:zl(r);case 5:case"end":return t.stop()}}),t)})));return function(e,r){return t.apply(this,arguments)}}()})},Yl=(r(71),jQuery),Kl=function(){var t,e,r,n=A(),i=x()(n,2),a=i[0],s=a.siteSearchTerm,o=a.searchTerms,l=a.searchTermsWithCount,c=a.builder,p=i[1],f=Object(u.useState)(s),d=x()(f,2),m=d[0],g=d[1];Object(u.useEffect)((function(){Yl(document).on("heartbeat-send",v),Yl(document).on("heartbeat-tick",y)}),[]),t=function(){return b()},e=[m],r=Object(u.useCallback)(t,e),Object(u.useEffect)((function(){var t=setTimeout((function(){r()}),1e3);return function(){clearTimeout(t)}}),[r,1e3]);var y=function(t,e){e["ast-sites-search-terms"]&&p({type:"set",searchTerms:[],searchTermsWithCount:[]})},v=function(t,e){o.length>0&&(e["ast-sites-search-terms"]=l,e["ast-sites-builder"]=c)},b=function(){var t=m.toLowerCase(),e=o,r=l;if(!(""===t||t.length<3||o.includes(t))){var n=document.getElementsByClassName("stc-grid-wrap")[0].childElementCount;e.push(t),r.push({term:t,count:n}),p({type:"set",searchTerms:e,searchTermsWithCount:r,onMyFavorite:!1})}},k=Object(u.useRef)(),C=Object(u.useRef)(),S=function(t){if(t.preventDefault(),k&&C){var e=document.querySelector(".site-list-header"),r=0;e&&e.clientHeight&&(r=e.clientHeight),r-=k.current.clientHeight,(C.current.getBoundingClientRect().top||0)<=r?document.body.classList.add("st-search-box-fixed"):document.body.classList.remove("st-search-box-fixed")}};return Object(u.useEffect)((function(){return document.querySelector(".step-content").addEventListener("scroll",S),function(){return document.querySelector(".step-content").removeEventListener("scroll",S)}}),[]),Object(h.createElement)("div",{className:"st-search-box-wrap",ref:C},Object(h.createElement)("div",{className:"st-search-filter st-search-box",ref:k},Object(h.createElement)(Fl,{value:Object(na.decodeEntities)(s),placeholder:Object(E.__)("Search for Starter Templates","astra-sites"),onSearch:function(t,e){g(e),p({type:"set",siteSearchTerm:e,onMyFavorite:Qh.onMyFavorite,siteCategory:Qh.siteCategory,siteType:Qh.siteType,siteOrder:Qh.siteOrder})},onKeyUp:function(t){t.preventDefault();var e=document.querySelector(".st-templates-content");if((e?parseInt(e.getBoundingClientRect().top):0)<0&&32!==t.keyCode&&16!==t.keyCode&&17!==t.keyCode&&18!==t.keyCode){var r=document.querySelector(".site-list-header"),n=r?parseInt(r.clientHeight):0;document.querySelector(".step-content").scrollTo({behavior:"smooth",left:0,top:e.offsetTop-n-20})}}})))},Ul=function(t){var e=t.value,r=t.options,n=t.onClick,i=t.className,a=Object(u.useState)(!1),s=x()(a,2),o=s[0],l=s[1],c=Object(u.useRef)(),p=function(t){c&&!c.current.contains(t.target)&&l(!1)};return Object(u.useEffect)((function(){return document.getElementById("starter-templates-ai-root").addEventListener("click",p),function(){return document.getElementById("starter-templates-ai-root").removeEventListener("click",p)}}),[]),Object(h.createElement)(Bl,{ref:c,toggle:o,onToggle:function(t,e){l(e)},value:e,options:r,onClick:function(t,e){l(!1),n(t,e)},className:i||""})},Zl=function(){var t=A(),e=x()(t,2),r=e[0].siteType,n=e[1];return Object(h.createElement)(Ul,{className:"site-type-filter",value:r,options:[{id:"",title:Object(E.__)("All","astra-sites")},{id:"agency-mini",title:Object(E.__)("Premium","astra-sites")}],onClick:function(t,e){n({type:"set",siteType:e.id,onMyFavorite:!1})}})},$l=function(){var t=A(),e=x()(t,2),r=e[0].siteOrder,n=e[1];return Object(h.createElement)(Ul,{className:"site-order-filter",value:r,options:[{id:"popular",title:Object(E.__)("Popular","astra-sites")},{id:"latest",title:Object(E.__)("Latest","astra-sites")}],onClick:function(t,e){n({type:"set",siteOrder:e.id,onMyFavorite:!1})}})},tc=function(){var t=A(),e=x()(t,2),r=e[0].siteCategory,n=e[1],i=window.outerWidth>=1116?9:1116>window.outerWidth&&950<=window.outerWidth?6:window.outerWidth<950&&window.outerWidth>751?5:window.outerWidth<750&&window.outerWidth>601?4:window.outerWidth<600&&window.outerWidth>451?3:2,a=[{id:"",name:Object(E.__)("All","astra-sites"),slug:""},{id:"1",name:Object(E.__)("Blog","astra-sites"),slug:"Blog"},{id:"2",name:Object(E.__)("eCommerce","astra-sites"),slug:"eCommerce"},{id:"3",name:Object(E.__)("eLearning","astra-sites"),slug:"eLearning"},{id:"4",name:Object(E.__)("Restaurant","astra-sites"),slug:"Restaurant"},{id:"5",name:Object(E.__)("Agency","astra-sites"),slug:"Agency"},{id:"6",name:Object(E.__)("Local","astra-sites"),slug:"Local"},{id:"7",name:Object(E.__)("Business","astra-sites"),slug:"Business"},{id:"8",name:Object(E.__)("Professional","astra-sites"),slug:"Professional"}];return Object(h.createElement)("div",{className:"st-category-filter"},Object(h.createElement)(Ml,{limit:i,value:r.id,options:a,onClick:function(t,e){n({type:"set",siteCategory:e,siteSearchTerm:"All"!==e.name?e.name:"",onMyFavorite:!1})}}))},ec=(r(72),function(){var t=A(),e=x()(t,1)[0].siteSearchTerm;return e?Object(h.createElement)("div",{className:"st-sites-no-results"},Object(h.createElement)("h4",null,Object(E.sprintf)(
4
  /* translators: %1$s - search term. */
5
+ Object(E.__)("Your search - %1$s - did not match any Starter Templates.","astra-sites"),Object(na.decodeEntities)(e)))):null}),rc=(r(73),function(){return Object(h.createElement)("div",{className:"st-no-favorites"},Object(h.createElement)("h3",null,Object(E.__)("No favorites added. Press the heart icon to add templates as favorites.","astra-sites")))}),nc=function(t){var e=t.sites;return Object(h.createElement)(h.Fragment,null,Object(h.createElement)("div",{className:"st-sites-grid"},Object(h.createElement)("div",{className:"st-sites-found-message"},Object(E.__)("Other suggested Starter Templates","astra-sites")),Object(h.createElement)(Jl,{sites:e})))};function ic(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function ac(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?ic(Object(r),!0).forEach((function(e){g()(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):ic(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}var sc=(r(74),r(75),function(){return Object(h.createElement)("div",{className:"branding-wrap"},V()?Object(h.createElement)("h3",null,astraSitesVars.whiteLabelName):Object(h.createElement)(Vl,{className:"ist-logo",src:"".concat(starterTemplates.imageDir,"logo.svg"),alt:Object(E.__)("Starter Templates","astra-sites")}))}),oc=function(){var t=A(),e=x()(t,2),r=e[0].builder,n=e[1],i=[{id:"gutenberg",title:Object(E.__)("Block Editor","astra-sites"),image:"".concat(starterTemplates.imageDir,"block-editor.svg")},{id:"elementor",title:Object(E.__)("Elementor","astra-sites"),image:"".concat(starterTemplates.imageDir,"elementor.svg")},{id:"beaver-builder",title:Object(E.__)("Beaver Builder","astra-sites"),image:"".concat(starterTemplates.imageDir,"beaver-builder.svg")}];return"1"===starterTemplates.isBrizyEnabled&&i.push({id:"brizy",title:Object(E.__)("Brizy","astra-sites"),image:"".concat(starterTemplates.imageDir,"brizy.svg")}),Object(h.createElement)("div",{className:"st-page-builder-filter"},Object(h.createElement)(Ul,{value:r,options:i,className:"st-page-builder-toggle",onClick:function(t,e){n({type:"set",builder:e.id,siteCategory:Qh.siteCategory,siteType:"",siteOrder:"popular",onMyFavorite:!1});var r=new FormData;r.append("action","astra-sites-change-page-builder"),r.append("_ajax_nonce",astraSitesVars._ajax_nonce),r.append("page_builder",e.id),fetch(ajaxurl,{method:"post",body:r})}}))},lc=(r(76),function(){return Object(h.createElement)("a",{className:"st-exit-to-dashboard",href:starterTemplates.adminUrl},Object(h.createElement)(_l,{content:Object(E.__)("Exit to Dashboard","astra-sites")},k.dashboard))}),cc=(r(77),function(){var t=A(),e=x()(t,2),r=e[0],n=e[1],i=r.onMyFavorite;return Object(h.createElement)("div",{className:"st-my-favorite ".concat(i?"active":""),onClick:function(t){t.stopPropagation(),n({type:"set",onMyFavorite:!i,siteType:"",siteOrder:Qh.siteOrder,siteCategory:Qh.siteCategory,siteSearchTerm:""})}},Object(h.createElement)(_l,{content:Object(E.__)("My Favorite","astra-sites")},k.favorite))}),hc=r(17),uc=r.n(hc);function pc(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function fc(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?pc(Object(r),!0).forEach((function(e){g()(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):pc(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}function dc(t,e){var r="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!r){if(Array.isArray(t)||(r=function(t,e){if(t){if("string"==typeof t)return mc(t,void 0);var r=Object.prototype.toString.call(t).slice(8,-1);return"Object"===r&&t.constructor&&(r=t.constructor.name),"Map"===r||"Set"===r?Array.from(t):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?mc(t,void 0):void 0}}(t))||e&&t&&"number"==typeof t.length){r&&(t=r);var n=0,i=function(){};return{s:i,n:function(){return n>=t.length?{done:!0}:{done:!1,value:t[n++]}},e:function(t){throw t},f:i}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,s=!0,o=!1;return{s:function(){r=r.call(t)},n:function(){var t=r.next();return s=t.done,t},e:function(t){o=!0,a=t},f:function(){try{s||null==r.return||r.return()}finally{if(o)throw a}}}}function mc(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}var gc=wp.ajax.post,yc=[],vc=!1,bc=function(t,e){var r=new FormData;return r.append(t,e),r},xc=function(){var t=Pl()(jl.a.mark((function t(){var e,r,n,i;return jl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,t.next=3,fetch(ajaxurl,{method:"post",body:bc("action","astra-sites-update-library")});case 3:return e=t.sent,t.next=6,e.json();case 6:return r=t.sent,t.next=9,r.data;case 9:if(n=t.sent,i=null,yc=[],"updated"!==n){t.next=17;break}yc.push(!0),vc=!0,t.next=52;break;case 17:return t.next=19,Pc();case 19:return i=t.sent,t.t0=yc,t.next=23,wc();case 23:return t.t1=t.sent,t.t0.push.call(t.t0,t.t1),t.t2=yc,t.next=28,Sc();case 28:return t.t3=t.sent,t.t2.push.call(t.t2,t.t3),t.t4=yc,t.next=33,Ac();case 33:return t.t5=t.sent,t.t4.push.call(t.t4,t.t5),t.t6=yc,t.next=38,Cc();case 38:return t.t7=t.sent,t.t6.push.call(t.t6,t.t7),t.t8=yc,t.next=43,kc();case 43:return t.t9=t.sent,t.t8.push.call(t.t8,t.t9),t.t10=yc,t.next=48,Ec();case 48:t.t11=t.sent,t.t10.push.call(t.t10,t.t11),yc.push(i),vc=!0;case 52:return t.abrupt("return",i);case 55:return t.prev=55,t.t12=t.catch(0),yc.push(!1),vc=!0,t.abrupt("return",!1);case 60:case"end":return t.stop()}}),t,null,[[0,55]])})));return function(){return t.apply(this,arguments)}}(),Ec=function(){var t=Pl()(jl.a.mark((function t(){return jl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,t.next=3,fetch(ajaxurl,{method:"post",body:bc("action","astra-sites-update-library-complete")}).then((function(t){return t.json()}));case 3:if(!0!==t.sent.success){t.next=6;break}return t.abrupt("return",!0);case 6:return t.abrupt("return",!1);case 9:return t.prev=9,t.t0=t.catch(0),t.abrupt("return",!1);case 12:case"end":return t.stop()}}),t,null,[[0,9]])})));return function(){return t.apply(this,arguments)}}(),kc=function(){var t=Pl()(jl.a.mark((function t(){return jl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,t.next=3,fetch(ajaxurl,{method:"post",body:bc("action","astra-sites-import-page-builders")}).then((function(t){return t.json()}));case 3:if(!0!==t.sent.success){t.next=6;break}return t.abrupt("return",!0);case 6:return t.abrupt("return",!1);case 9:return t.prev=9,t.t0=t.catch(0),t.abrupt("return",!1);case 12:case"end":return t.stop()}}),t,null,[[0,9]])})));return function(){return t.apply(this,arguments)}}(),Cc=function(){var t=Pl()(jl.a.mark((function t(){var e,r,n,i,a;return jl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,t.next=3,fetch(ajaxurl,{method:"post",body:bc("action","astra-sites-get-blocks-request-count")}).then((function(t){return t.json()})).then((function(t){return t.data}));case 3:if(!(e=t.sent)){t.next=11;break}for(r=[],n=1;n<=e;n++)(i=new FormData).append("action","astra-sites-import-blocks"),i.append("page_no",n),r.push(fetch(ajaxurl,{method:"post",body:i}));return t.next=9,Promise.allSettled(r).then((function(t){return Promise.all(t.map((function(t){return t.value.json()})))}));case 9:return a=t.sent,t.abrupt("return",a.every((function(t){return!0===t.success})));case 11:t.next=16;break;case 13:return t.prev=13,t.t0=t.catch(0),t.abrupt("return",!1);case 16:case"end":return t.stop()}}),t,null,[[0,13]])})));return function(){return t.apply(this,arguments)}}(),Ac=function(){var t=Pl()(jl.a.mark((function t(){return jl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,t.next=3,fetch(ajaxurl,{method:"post",body:bc("action","astra-sites-import-page-builders")}).then((function(t){return t.json()}));case 3:if(!0!==t.sent.success){t.next=6;break}return t.abrupt("return",!0);case 6:return t.abrupt("return",!1);case 9:return t.prev=9,t.t0=t.catch(0),t.abrupt("return",!1);case 12:case"end":return t.stop()}}),t,null,[[0,9]])})));return function(){return t.apply(this,arguments)}}(),Sc=function(){var t=Pl()(jl.a.mark((function t(){return jl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,t.next=3,fetch(ajaxurl,{method:"post",body:bc("action","astra-sites-import-all-categories")}).then((function(t){return t.json()}));case 3:if(!0!==t.sent.success){t.next=6;break}return t.abrupt("return",!0);case 6:return t.abrupt("return",!1);case 9:return t.prev=9,t.t0=t.catch(0),t.abrupt("return",!1);case 12:case"end":return t.stop()}}),t,null,[[0,9]])})));return function(){return t.apply(this,arguments)}}(),wc=function(){var t=Pl()(jl.a.mark((function t(){return jl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,t.next=3,fetch(ajaxurl,{method:"post",body:bc("action","astra-sites-import-all-categories-and-tags")}).then((function(t){return t.json()}));case 3:if(!0!==t.sent.success){t.next=6;break}return t.abrupt("return",!0);case 6:return t.abrupt("return",!1);case 9:return t.prev=9,t.t0=t.catch(0),t.abrupt("return",!1);case 12:case"end":return t.stop()}}),t,null,[[0,9]])})));return function(){return t.apply(this,arguments)}}(),Pc=function(){var t=Pl()(jl.a.mark((function t(){var e,r,n,i,a;return jl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,t.next=3,gc({action:"astra-sites-get-sites-request-count",_ajax_nonce:starterTemplates.nonce});case 3:if(!(e=t.sent)){t.next=11;break}for(r=[],n=1;n<=e;n++)(i=new FormData).append("action","astra-sites-import-sites"),i.append("page_no",n),r.push(fetch(ajaxurl,{method:"post",body:i}));return t.next=9,Promise.allSettled(r).then((function(t){return Promise.all(t.map((function(t){return t.value.json()})))})).then((function(t){var e,r={},n=dc(t);try{for(n.s();!(e=n.n()).done;){var i=e.value;"object"===uc()(i.data)&&(r=fc(fc({},r),i.data))}}catch(t){n.e(t)}finally{n.f()}return r}));case 9:return a=t.sent,t.abrupt("return",a);case 11:return t.abrupt("return",null);case 14:return t.prev=14,t.t0=t.catch(0),t.abrupt("return",null);case 17:case"end":return t.stop()}}),t,null,[[0,14]])})));return function(){return t.apply(this,arguments)}}(),Oc=(r(78),function(){var t=Object(u.useState)(!1),e=x()(t,2),r=e[0],n=e[1],i=function(){if(yc&&vc){var t=yc.every(Boolean);return yc=[],vc=!1,t}}(),a=function(){var t=Pl()(jl.a.mark((function t(e){return jl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(e.stopPropagation(),!r){t.next=3;break}return t.abrupt("return");case 3:return n(!0),t.next=6,xc();case 6:n(!1);case 7:case"end":return t.stop()}}),t)})));return function(_x){return t.apply(this,arguments)}}();return Object(u.useEffect)((function(){if(r)return window.onbeforeunload=function(){return!0},function(){window.onbeforeunload=null}}),[r]),Object(h.createElement)(h.Fragment,null,Object(h.createElement)("div",{className:"st-sync-library ".concat(r?"loading":""),onClick:a},Object(h.createElement)(_l,{content:Object(E.__)("Sync Library","astra-sites")},k.sync)),!r&&!0===i&&Object(h.createElement)(Ll,{type:"success",message:Object(E.__)("Library refreshed successfully","astra-sites"),autoHideDuration:5,bottomRight:!0}),!r&&!1===i&&Object(h.createElement)(Ll,{type:"error",message:Object(E.__)("Library refreshed failed!","astra-sites"),autoHideDuration:5,bottomRight:!0}))}),jc=(r(79),function(){var t=A(),e=x()(t,2),r=e[0],n=r.selectedTemplateName,i=r.currentIndex,a=e[1];return Object(h.createElement)("div",{className:"change-template-wrap"},Object(h.createElement)("div",{className:"template-name"},Object(h.createElement)("p",{className:"label"},Object(E.__)("Selected Template:","astra-sites")),Object(h.createElement)("h5",null,Object(na.decodeEntities)(n))),Object(h.createElement)("div",{className:"change-btn-wrap",onClick:function(){a({type:"set",currentIndex:i-1,currentCustomizeIndex:0})}},Object(h.createElement)("span",{className:"change-btn"},k.cross)))}),Ic=r(19),_c=r.n(Ic),Tc=starterTemplates.restNonce,Fc=r(32),Mc=r(33),Dc=r(21);function Rc(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function Bc(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?Rc(Object(r),!0).forEach((function(e){g()(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):Rc(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}r(80);var Vc=function(){var t=A(),e=x()(t,2),r=e[0],n=r.siteLogo,i=r.builder,a=r.currentCustomizeIndex,s=r.currentIndex,o=e[1];Object(Fc.addFilter)("editor.MediaUpload","core/edit-post/components/media-upload/replace-media-upload",(function(){return Dc.MediaUpload}));var l=function(t){o({type:"set",siteLogo:t}),L({param:"siteLogo",data:t})},c=function(){l(Qh.siteLogo)},u=function(t){var e=Bc(Bc({},n),{},{width:t});o({type:"set",siteLogo:e}),L({param:"siteLogo",data:e})},p=function(){o("beaver-builder"===i||"brizy"===i?{type:"set",currentCustomizeIndex:a+2}:{type:"set",currentCustomizeIndex:a+1})},f=function(){o({type:"set",currentIndex:s-1,currentCustomizeIndex:0})},d=function(t){n.url&&(t.stopPropagation(),u(Qh.siteLogo.width))};return Object(h.createElement)(Dc.MediaUpload,{onSelect:function(t){return function(t){var e,r,i,a={id:t.id,url:t.url,width:n.width};"http:"===window.location.protocol?(e=t.url,r=function(t){a.dataUri=t,l(a)},(i=new Image).onload=function(){var t=document.createElement("canvas");t.width=this.naturalWidth,t.height=this.naturalHeight,t.getContext("2d").drawImage(this,0,0),r(t.toDataURL("image/png"))},i.src=e):l(a)}(t)},allowedTypes:["image"],value:n.id,render:function(t){var e=t.open;return Object(h.createElement)(h.Fragment,null,""!==n.url&&void 0!==n.url?Object(h.createElement)("div",{className:"ist-logo-wrapper"},Object(h.createElement)("div",{className:"ist-remove-logo",onClick:c,title:Object(E.__)("Remove Logo","astra-sites")},Object(h.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"8",height:"8",viewBox:"0 0 8 8",fill:"#333333"},Object(h.createElement)("path",{d:"M8 0.7L7.3 0L4 3.3L0.7 0L0 0.7L3.3 4L0 7.3L0.7 8L4 4.7L7.3 8L8 7.3L4.7 4L8 0.7Z",fill:"#333333"}))),Object(h.createElement)("div",{className:"ist-selected-image",onClick:e},Object(h.createElement)("div",{onClick:e,className:"ist-logo-preview-wrap"},Object(h.createElement)("img",{alt:Object(E.__)("Site Logo","astra-sites"),src:n.url}),Object(h.createElement)("div",{className:"ist-change-logo",onClick:e},Object(E.__)("Change Logo","astra-sites"))))):"",""===n.url?Object(h.createElement)("div",null,Object(h.createElement)(_,{className:"ist-button ist-button-outline",onClick:e},Object(h.createElement)("h5",null,Object(E.__)("Upload File Here","astra-sites")),Object(h.createElement)("p",null,Object(E.__)("Suggested Dimensions: 180x60 pixels","astra-sites")))):"",""===n.url&&Object(h.createElement)("div",{className:"logo-skip-info"},Object(h.createElement)("h5",null,Object(E.__)("Don't have Logo? No Problem!","astra-sites")),Object(h.createElement)("p",null,Object(E.__)("You can upload it later","astra-sites"))),Object(h.createElement)("div",{className:"astra-sites-ai-logo-wrap"},Object(h.createElement)("div",{className:"label"},Object(E.__)("Logo Width","astra-sitess")),Object(h.createElement)("div",{className:"control-reset ".concat(n.width===Qh.siteLogo.width?"disabled":""),onClick:d},k.reset)),Object(h.createElement)("div",{className:"astra-sites-ai-rangecontrol-wrap"},Object(h.createElement)(Mc.RangeControl,{value:n.width,min:0,max:500,step:1,onChange:function(t){u(t)},trackColor:"#4361ee",disabled:""===n.url})),Object(h.createElement)(_,{className:"ist-button",onClick:p,after:!0},""!==n.url?Object(E.__)("Continue","astra-sites"):Object(E.__)("Skip & Continue","astra-sites")),Object(h.createElement)(F,{onClick:f},Object(E.__)("Back","astra-sites")))}})},Lc=[{slug:"style-1",title:Object(E.__)("Style 1","astra-sites"),colors:["#8E43F0","#7215EA","#FFFFFF","#FAF5FF","#726C7A","#3C2F4B","#000000","#4B4F58","#F6F7F8"]},{slug:"style-2",title:Object(E.__)("Style 2","astra-sites"),colors:["#FFB72B","#FF9900","#FFFFFF","#F9F5EE","#6D6A64","#3A362D","#000000","#4B4F58","#F6F7F8"]},{slug:"style-3",title:Object(E.__)("Style 3","astra-sites"),colors:["#FF2459","#D90336","#FFFFFF","#FAF4F6","#6B6365","#352A2D","#000000","#4B4F58","#F6F7F8"]},{slug:"style-4",title:Object(E.__)("Style 4","astra-sites"),colors:["#2B60E8","#0A43D7","#FFFFFF","#F7F7FA","#64666C","#2E323E","#000000","#4B4F58","#F6F7F8"]},{slug:"style-5",title:Object(E.__)("Style 5","astra-sites"),colors:["#1BAE70","#008D52","#FFFFFF","#F3FAF7","#5C6461","#26312C","#000000","#4B4F58","#F6F7F8"]},{slug:"style-6",title:Object(E.__)("Style 6","astra-sites"),colors:["#FF8F3F","#EC6300","#FFFFFF","#F9F6F4","#66625F","#37302A","#000000","#4B4F58","#F6F7F8"]}],Nc=[{slug:"style-1",title:Object(E.__)("Style 1","astra-sites"),colors:["#8E43F0","#7215EA","#3C2F4B","#726C7A","#FAF5FF","#FFFFFF","#000000","#4B4F58","#F6F7F8"]},{slug:"style-2",title:Object(E.__)("Style 2","astra-sites"),colors:["#FFB72B","#FF9900","#3A362D","#6D6A64","#F9F5EE","#FFFFFF","#000000","#4B4F58","#F6F7F8"]},{slug:"style-3",title:Object(E.__)("Style 3","astra-sites"),colors:["#FF2459","#D90336","#352A2D","#6B6365","#FAF4F6","#FFFFFF","#000000","#4B4F58","#F6F7F8"]},{slug:"style-4",title:Object(E.__)("Style 4","astra-sites"),colors:["#2B60E8","#0A43D7","#2E323E","#64666C","#F7F7FA","#FFFFFF","#000000","#4B4F58","#F6F7F8"]},{slug:"style-5",title:Object(E.__)("Style 5","astra-sites"),colors:["#1BAE70","#008D52","#26312C","#5C6461","#F3FAF7","#FFFFFF","#000000","#4B4F58","#F6F7F8"]},{slug:"style-6",title:Object(E.__)("Style 6","astra-sites"),colors:["#FF8F3F","#EC6300","#37302A","#66625F","#F9F6F4","#FFFFFF","#000000","#4B4F58","#F6F7F8"]}];function zc(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}var Gc=function(t,e){if(!t)return"";if(t){var r=t.match(/'([^']+)'/);return r?r[1]:"inherit"===t?e:t}return e||void 0},Hc=[{"body-font-family":"'Open Sans', sans-serif","body-font-variant":"400","body-font-weight":"400","font-size-body":{desktop:16,tablet:"",mobile:"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"body-line-height":"1.7","headings-font-family":"'Playfair Display', serif","headings-font-weight":"700","headings-line-height":"1.2","headings-font-variant":"700"},{"body-font-family":"'Lora', serif","body-font-variant":"400","body-font-weight":"400","font-size-body":{desktop:16,tablet:"",mobile:"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"body-line-height":"","headings-font-family":"'Lato', sans-serif","headings-font-weight":"700","headings-line-height":"1.2","headings-font-variant":"700"},{"body-font-family":"'Roboto', sans-serif","body-font-variant":"400","body-font-weight":"400","font-size-body":{desktop:17,tablet:"",mobile:"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"body-line-height":"","headings-font-family":"'Barlow Condensed', sans-serif","headings-font-weight":"600","headings-line-height":"1.2","headings-font-variant":"600"},{"body-font-family":"'Source Sans Pro', sans-serif","body-font-variant":"400","body-font-weight":"400","font-size-body":{desktop:17,tablet:"",mobile:"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"body-line-height":1.7,"headings-font-family":"'Montserrat', sans-serif","headings-font-weight":"700","headings-line-height":"1.3","headings-font-variant":"700"},{"body-font-family":"'Karla', sans-serif","body-font-variant":"400","body-font-weight":"400","font-size-body":{desktop:17,tablet:"",mobile:"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"body-line-height":"","headings-font-family":"'Rubik', sans-serif","headings-font-weight":"500","headings-line-height":"1.3","headings-font-variant":"500"},{"body-font-family":"'Work Sans', sans-serif","body-font-variant":"400","body-font-weight":"400","font-size-body":{desktop:16,tablet:"",mobile:"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"body-line-height":"","headings-font-family":"'DM Serif Display', serif","headings-font-weight":"400","headings-line-height":"1.2","headings-font-variant":"400"}],Qc=[{content:function(){var t=A(),e=x()(t,2),r=e[0],n=r.licenseStatus,i=r.selectedTemplateType,a=e[1];return Object(u.useEffect)((function(){a({type:"set",designStep:1})}),[]),Object(h.createElement)(h.Fragment,null,Object(h.createElement)(jc,null),Object(h.createElement)("div",{className:"customizer-header"},Object(h.createElement)("div",{className:"header-name"},!n&&"free"!==i&&Object(h.createElement)("p",{className:"premium-notice"},Object(E.__)("This is a Premium Template","astra-sites")),Object(h.createElement)("h3",{className:"ist-customizer-heading"},Object(E.__)("Logo","astra-sites")),Object(h.createElement)("p",{className:"screen-description"},Object(E.__)("Choose logo for your site. You can update it anytime later.","astra-sites")))))},controls:function(){return Object(h.createElement)(h.Fragment,null,Object(h.createElement)(Vc,null))},class:"customize-business-logo"},{content:function(){var t=A(),e=x()(t,2),r=e[0],n=r.licenseStatus,i=r.selectedTemplateType,a=e[1];return Object(u.useEffect)((function(){a({type:"set",designStep:2})}),[]),Object(h.createElement)(h.Fragment,null,Object(h.createElement)(jc,null),Object(h.createElement)("div",{className:"customizer-header"},Object(h.createElement)("div",{className:"header-name"},!n&&"free"!==i&&Object(h.createElement)("p",{className:"premium-notice"},Object(E.__)("This is a Premium Template","astra-sites")),Object(h.createElement)("h3",{className:"ist-customizer-heading"},Object(E.__)("Colors","astra-sites")),Object(h.createElement)("p",{className:"screen-description"},Object(E.__)("Choose colors for your site. You can update them anytime later.","astra-sites")))))},controls:function(){var t=A(),e=x()(t,2),r=e[0],n=r.activePaletteSlug,i=r.templateResponse,a=r.currentCustomizeIndex,s=e[1],o=Object(u.useState)([]),l=x()(o,2),c=l[0],p=l[1],f=Object(u.useState)(Nc),d=x()(f,2),m=d[0],g=d[1],y=function(t,e){e&&(s({type:"set",activePaletteSlug:e.slug,activePalette:e}),L({param:"colorPalette",data:e}))};return Object(u.useEffect)((function(){var t=function(t){var e=[];if(t&&"astra-site-customizer-data"in t){var r=t["astra-site-customizer-data"]||"";if(r){var n=r["astra-settings"]["global-color-palette"].palette||[];n&&(e=[{slug:"default",title:Object(E.__)("Default","astra-sites"),colors:n}])}}return e}(i);p(t);var e="light"===function(t){var e="light";return t&&"astra-site-color-scheme"in t&&""!==t["astra-site-color-scheme"]&&(e=t["astra-site-color-scheme"]),e}(i)?Nc:Lc;g(e)}),[i]),Object(h.createElement)(h.Fragment,null,c?Object(h.createElement)(h.Fragment,null,Object(h.createElement)(T,{selected:n,options:c,onChange:function(t,e){y(0,e)},tabIndex:"0"})):"",Object(h.createElement)("h4",{className:"ist-secondary-heading"},Object(E.__)("You can also try:","astra-sites")),Object(h.createElement)(T,{selected:n,options:m,onChange:function(t,e){y(0,e)},tabIndex:"0"}),Object(h.createElement)(_,{className:"ist-button",onClick:function(){s({type:"set",currentCustomizeIndex:a+1})},after:!0},Object(E.__)("Continue","astra-sites")),Object(h.createElement)(F,{customizeStep:!0,onClick:function(){s({type:"set",currentCustomizeIndex:a-1})}},Object(E.__)("Back","astra-sites")))},actions:null,class:"customize-site-colors"},{content:function(){var t=A(),e=x()(t,2),r=e[0],n=r.licenseStatus,i=r.selectedTemplateType,a=e[1];return Object(u.useEffect)((function(){a({type:"set",designStep:3})}),[]),Object(h.createElement)(h.Fragment,null,Object(h.createElement)(jc,null),Object(h.createElement)("div",{className:"customizer-header"},Object(h.createElement)("div",{className:"header-name"},!n&&"free"!==i&&Object(h.createElement)("p",{className:"premium-notice"},Object(E.__)("This is a Premium Template","astra-sites")),Object(h.createElement)("h3",{className:"ist-customizer-heading"},Object(E.__)("Fonts","astra-sites")),Object(h.createElement)("p",{className:"screen-description"},Object(E.__)("Choose fonts for your site. You can update them anytime later.","astra-sites")))))},controls:function(){var t=A(),e=x()(t,2),r=e[0],n=r.typographyIndex,i=r.typography,a=r.templateResponse,s=e[1],o=Object(u.useState)(Hc),l=x()(o,2),c=l[0],p=l[1];return Object(u.useEffect)((function(){if(null!==a){var t=[],e=function(t){var e={};if(t&&"astra-site-customizer-data"in t){var r=t["astra-site-customizer-data"]||"";if(r){var n=r["astra-settings"]||[],i=n["headings-font-family"];e={default:!0,"body-font-family":n["body-font-family"],"body-font-variant":n["body-font-variant"],"body-font-weight":n["body-font-weight"],"font-size-body":n["font-size-body"],"body-line-height":n["body-line-height"],"headings-font-family":i,"headings-font-weight":n["headings-font-weight"],"headings-line-height":n["headings-line-height"],"headings-font-variant":n["headings-font-variant"]}}}return e}(a);if(t.push(e),!document.getElementById("google-fonts-domain")){var r=document.createElement("link");r.id="google-fonts-domain",r.setAttribute("rel","preconnect"),r.setAttribute("href","https://fonts.gstatic.com"),document.head.appendChild(r)}if(!document.getElementById("google-fonts-url")){var i=document.createElement("link");i.id="google-fonts-url",i.setAttribute("rel","stylesheet");var o=[],l=e["body-font-family"]||"",h=parseInt(e["body-font-weight"])||"";h&&(h=":wght@".concat(h)),l&&(l=(l=Gc(l)).replace(" ","+"),o.push("family=".concat(l).concat(h)));var u=e["headings-font-family"]||"",f=parseInt(e["headings-font-weight"])||"";f&&(f=":wght@".concat(f)),u&&(u=(u=Gc(u,l)).replace(" ","+"),o.push("family=".concat(u).concat(f)));var d="";if(c){var m,g=function(t,e){var r="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!r){if(Array.isArray(t)||(r=function(t,e){if(t){if("string"==typeof t)return zc(t,void 0);var r=Object.prototype.toString.call(t).slice(8,-1);return"Object"===r&&t.constructor&&(r=t.constructor.name),"Map"===r||"Set"===r?Array.from(t):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?zc(t,void 0):void 0}}(t))||e&&t&&"number"==typeof t.length){r&&(t=r);var n=0,i=function(){};return{s:i,n:function(){return n>=t.length?{done:!0}:{done:!1,value:t[n++]}},e:function(t){throw t},f:i}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,s=!0,o=!1;return{s:function(){r=r.call(t)},n:function(){var t=r.next();return s=t.done,t},e:function(t){o=!0,a=t},f:function(){try{s||null==r.return||r.return()}finally{if(o)throw a}}}}(c);try{for(g.s();!(m=g.n()).done;){var y=m.value,v=Gc(y["headings-font-family"]).replaceAll(" ","+"),b=y["headings-font-weight"],x=Gc(y["body-font-family"]).replaceAll(" ","+"),E=y["body-font-weight"];d+="&family=".concat(v,":wght@").concat(b,"&family=").concat(x,":wght@").concat(E)}}catch(t){g.e(t)}finally{g.f()}d=d.replace(/[&]{1}$/i,"")}if(o){var k="https://fonts.googleapis.com/css2?".concat(o.join("&")).concat(d,"&display=swap");i.setAttribute("href",k),document.head.appendChild(i)}}0===n&&s({type:"set",typography:e}),c=t.concat(c),p(c)}}),[a]),Object(u.useEffect)((function(){L({param:"siteTypography",data:JSON.parse(JSON.stringify(i))})}),[i]),Object(h.createElement)(h.Fragment,null,Object(h.createElement)(B,{selected:n,options:c,onSelect:function(t,e){s({type:"set",typographyIndex:e,typography:c[e]||c[0]})}}))},actions:null,class:"customize-site-typography"},{content:function(){var t=A(),e=x()(t,2),r=e[0].builder,n=e[1];Object(u.useEffect)((function(){n({type:"set",designStep:1})}),[]);var i=Object(E.__)("This is a premium template and comes with our Essentials and Growth Bundle. <br/><br/> Get access to this premium template and 100+ more.","astra-sites");return Object(h.createElement)(h.Fragment,null,Object(h.createElement)(jc,null),Object(h.createElement)("div",{className:"customizer-header"},Object(h.createElement)("div",{className:"header-name"},Object(h.createElement)("h3",{className:"ist-customizer-heading"},Object(E.__)("Liked this Starter Template?","astra-sites")),Object(h.createElement)("p",{className:"screen-description",dangerouslySetInnerHTML:{__html:i}}),Object(h.createElement)(_,{className:"st-access-btn",onClick:function(){window.open(astraSitesVars.cta_links[r])}},Object(E.__)("Unlock Access","astra-sites"),Object(h.createElement)("img",{className:"st-get-access",alt:"Get Access",src:"".concat(starterTemplates.imageDir,"get-access.svg")})))))},controls:function(){var t=A(),e=x()(t,2),r=e[0],n=r.templateId,i=(r.templateResponse,r.currentCustomizeIndex),a=r.importError,s=r.currentIndex,o=r.validateLicenseStatus,l=e[1],c=Object(u.useState)(""),p=x()(c,2),f=p[0],d=p[1],m=Object(u.useState)(!1),g=x()(m,2),y=g[0],v=g[1],b=Object(u.useState)(""),C=x()(b,2),S=C[0],w=C[1];Object(u.useEffect)((function(){a&&l({type:"set",currentIndex:s+2})}),[a]);var P=y?"processing":"",O=Object(E.sprintf)(//translators: %1$s Support page URL.
6
  Object(E.__)("<b> Questions? </b> Get in touch with our %1$ssupport team%2$s.","astra-sites"),'<a href="https://wpastra.com/support/free-support/" target="_blank">',"</a>"),j=Object(E.sprintf)(//translators: %1$s Store page URL.
7
  Object(E.__)("If you have purchased our Essential or Growth Bundle, please install the premium version of the plugin that you can %1$sdownload.%2$s from our store.","astra-sites"),'<a href="https://store.brainstormforce.com/login/" target="_blank">',"</a>");return Object(h.createElement)(h.Fragment,null,Object(h.createElement)("h4",null,Object(E.__)("Already a customer?","astra-sites")),o&&Object(h.createElement)("p",{className:"customer-notices"},Object(E.__)("If you have purchased our Essential or Growth Bundle, just enter your license key below to import this template.","astra-sites")),!o&&Object(h.createElement)(h.Fragment,null,Object(h.createElement)("p",{className:"customer-notices",dangerouslySetInnerHTML:{__html:j}}),Object(h.createElement)("p",{className:"customer-notices"},Object(E.__)("Currently the free version is installed.","astra-sites"))),Object(h.createElement)("p",{className:"support-link",dangerouslySetInnerHTML:{__html:O}}),o&&Object(h.createElement)("div",{className:"license-wrap"},Object(h.createElement)("input",{type:"text",className:"license-key-input",name:"license-key",placeholder:Object(E.__)("License key","astra-sites"),required:!0,onChange:function(t){w(t.target.value),d("")}}),Object(h.createElement)(_,{className:"validate-btn ".concat(P),onClick:function(){""!==S?(v(!0),_c.a.use(_c.a.createNonceMiddleware(Tc)),_c()({path:"/bsf-core/v1/license/activate",method:"POST",data:{"license-key":S,"product-id":"astra-pro-sites"}}).then(function(){var e=Pl()(jl.a.mark((function e(r){return jl.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(!r.success){e.next=6;break}return e.next=3,Nl(n,t);case 3:l({type:"set",licenseStatus:!0,currentIndex:s+1}),e.next=7;break;case 6:d(r.message);case 7:v(!1);case 8:case"end":return e.stop()}}),e)})));return function(_x){return e.apply(this,arguments)}}())):d(Object(E.__)("Please Enter License Key","astra-sites"))}},k.arrowRightBold)),Object(h.createElement)(F,{onClick:function(){l({type:"set",currentCustomizeIndex:i-1})},customizeStep:!0},Object(E.__)("Back","astra-sites")),f&&!y&&Object(h.createElement)(Ll,{type:"error",message:f,autoHideDuration:5}))},actions:null,class:"customize-license-validation"}],Wc=r(34),Xc=r.n(Wc),qc=r(22),Jc=r.n(qc),Yc=r(23),Kc=r.n(Yc);function Uc(){return(Uc=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var r=arguments[e];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(t[n]=r[n])}return t}).apply(this,arguments)}function Zc(t,e){return t(e={exports:{}},e.exports),e.exports}var $c="function"==typeof Symbol&&Symbol.for,th=$c?Symbol.for("react.element"):60103,eh=$c?Symbol.for("react.portal"):60106,rh=$c?Symbol.for("react.fragment"):60107,nh=$c?Symbol.for("react.strict_mode"):60108,ih=$c?Symbol.for("react.profiler"):60114,ah=$c?Symbol.for("react.provider"):60109,sh=$c?Symbol.for("react.context"):60110,oh=$c?Symbol.for("react.async_mode"):60111,lh=$c?Symbol.for("react.concurrent_mode"):60111,ch=$c?Symbol.for("react.forward_ref"):60112,hh=$c?Symbol.for("react.suspense"):60113,uh=$c?Symbol.for("react.suspense_list"):60120,ph=$c?Symbol.for("react.memo"):60115,fh=$c?Symbol.for("react.lazy"):60116,dh=$c?Symbol.for("react.block"):60121,mh=$c?Symbol.for("react.fundamental"):60117,gh=$c?Symbol.for("react.responder"):60118,yh=$c?Symbol.for("react.scope"):60119;function vh(t){if("object"==typeof t&&null!==t){var e=t.$$typeof;switch(e){case th:switch(t=t.type){case oh:case lh:case rh:case ih:case nh:case hh:return t;default:switch(t=t&&t.$$typeof){case sh:case ch:case fh:case ph:case ah:return t;default:return e}}case eh:return e}}}function bh(t){return vh(t)===lh}var xh={AsyncMode:oh,ConcurrentMode:lh,ContextConsumer:sh,ContextProvider:ah,Element:th,ForwardRef:ch,Fragment:rh,Lazy:fh,Memo:ph,Portal:eh,Profiler:ih,StrictMode:nh,Suspense:hh,isAsyncMode:function(t){return bh(t)||vh(t)===oh},isConcurrentMode:bh,isContextConsumer:function(t){return vh(t)===sh},isContextProvider:function(t){return vh(t)===ah},isElement:function(t){return"object"==typeof t&&null!==t&&t.$$typeof===th},isForwardRef:function(t){return vh(t)===ch},isFragment:function(t){return vh(t)===rh},isLazy:function(t){return vh(t)===fh},isMemo:function(t){return vh(t)===ph},isPortal:function(t){return vh(t)===eh},isProfiler:function(t){return vh(t)===ih},isStrictMode:function(t){return vh(t)===nh},isSuspense:function(t){return vh(t)===hh},isValidElementType:function(t){return"string"==typeof t||"function"==typeof t||t===rh||t===lh||t===ih||t===nh||t===hh||t===uh||"object"==typeof t&&null!==t&&(t.$$typeof===fh||t.$$typeof===ph||t.$$typeof===ah||t.$$typeof===sh||t.$$typeof===ch||t.$$typeof===mh||t.$$typeof===gh||t.$$typeof===yh||t.$$typeof===dh)},typeOf:vh};Zc((function(t,e){})),Zc((function(t){t.exports=xh})),Object.getOwnPropertySymbols,Object.prototype.hasOwnProperty,Object.prototype.propertyIsEnumerable;(function(){try{if(!Object.assign)return!1;var t=new String("abc");if(t[5]="de","5"===Object.getOwnPropertyNames(t)[0])return!1;for(var e={},r=0;r<10;r++)e["_"+String.fromCharCode(r)]=r;if("0123456789"!==Object.getOwnPropertyNames(e).map((function(t){return e[t]})).join(""))return!1;var n={};return"abcdefghijklmnopqrst".split("").forEach((function(t){n[t]=t})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},n)).join("")}catch(t){return!1}})()&&Object.assign;function Eh(){}function kh(){}Function.call.bind(Object.prototype.hasOwnProperty),kh.resetWarningCache=Eh;var Ch,Ah,Sh=Zc((function(t){t.exports=function(){function t(t,e,r,n,i,a){if("SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"!==a){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function e(){return t}t.isRequired=t;var r={array:t,bool:t,func:t,number:t,object:t,string:t,symbol:t,any:t,arrayOf:e,element:t,elementType:t,instanceOf:e,node:t,objectOf:e,oneOf:e,oneOfType:e,shape:e,exact:e,checkPropTypes:kh,resetWarningCache:Eh};return r.PropTypes=r,r}()})),wh=(Ch=Xc.a,(Ah=Object(u.memo)((function(t){var e=t.animationData,r=t.path,n=t.play,i=t.speed,a=t.direction,s=t.segments,o=t.goTo,l=t.renderer,c=t.loop,h=t.rendererSettings,f=t.audioFactory,d=t.onLoad,m=t.onComplete,g=t.onLoopComplete,y=t.onEnterFrame,v=t.onSegmentStart,b=function(t,e){if(null==t)return{};var r,n,i={},a=Object.keys(t);for(n=0;n<a.length;n++)r=a[n],e.indexOf(r)>=0||(i[r]=t[r]);return i}(t,["animationData","path","play","speed","direction","segments","goTo","renderer","loop","rendererSettings","audioFactory","onLoad","onComplete","onLoopComplete","onEnterFrame","onSegmentStart"]),x=Object(u.useRef)(),E=Object(u.useRef)(),k=Object(u.useState)(!1),C=k[0],A=k[1],S=Object(u.useState)(s),w=S[0],P=S[1];Object(u.useEffect)((function(){Jc()(w,s)||P(s)}),[s,w]);var O=Object(u.useState)(h),j=O[0],I=O[1];Object(u.useEffect)((function(){Jc()(j,h)||I(h)}),[h,j]),Object(u.useEffect)((function(){return function(){return E.current.removeEventListener("complete",m)}}),[m]),Object(u.useEffect)((function(){return function(){return E.current.removeEventListener("loopComplete",g)}}),[g]),Object(u.useEffect)((function(){return function(){return E.current.removeEventListener("enterFrame",y)}}),[y]),Object(u.useEffect)((function(){return function(){return E.current.removeEventListener("segmentStart",v)}}),[v]),Object(u.useEffect)((function(){function t(){A(!0),d()}return E.current=Ch.loadAnimation({animationData:null==e||"object"!=typeof e?e:"object"==typeof e.default?Kc()(e.default):Kc()(e),path:r,container:x.current,renderer:l,loop:!1,autoplay:!1,rendererSettings:j,audioFactory:f}),E.current.addEventListener("DOMLoaded",t),function(){E.current.removeEventListener("DOMLoaded",t),A(!1),E.current.destroy(),E.current=void 0}}),[c,l,j,e,r,f]),Object(u.useEffect)((function(){E.current.addEventListener("complete",m)}),[m]),Object(u.useEffect)((function(){E.current.addEventListener("loopComplete",g)}),[g]),Object(u.useEffect)((function(){E.current.addEventListener("enterFrame",y)}),[y]),Object(u.useEffect)((function(){E.current.addEventListener("segmentStart",v)}),[v]),Object(u.useEffect)((function(){C&&(E.current.loop=c)}),[C,c]);var _=Object(u.useRef)(!1);return Object(u.useEffect)((function(){function t(t){E.current.goToAndPlay(t,!0),E.current.setDirection(a)}C&&(!0===n?w?(E.current.playSegments(w,!0),_.current=!0,-1===a&&t(w[1])):(_.current&&E.current.resetSegments(!0),_.current=!1,-1===a?t(E.current.getDuration(!0)):E.current.play()):!1===n&&E.current.pause())}),[n,w,C]),Object(u.useEffect)((function(){C&&(Number.isNaN(i)||E.current.setSpeed(i))}),[i,C]),Object(u.useEffect)((function(){C&&E.current.setDirection(a)}),[a,C]),Object(u.useEffect)((function(){C&&null!=o&&(n?E.current.goToAndPlay(o,!0):E.current.goToAndStop(o,!0))}),[o,n,C]),p.a.createElement("div",Uc({},b,{ref:x}))}))).propTypes={animationData:Sh.object,path:Sh.string,play:Sh.bool,goTo:Sh.number,speed:Sh.number,direction:Sh.number,loop:Sh.oneOfType([Sh.number,Sh.bool]),segments:Sh.oneOfType([Sh.arrayOf(Sh.number),Sh.bool]),rendererSettings:Sh.object,renderer:Sh.string,audioFactory:Sh.func,onComplete:Sh.func,onLoopComplete:Sh.func,onEnterFrame:Sh.func,onSegmentStart:Sh.func},Ah.defaultProps={animationData:null,path:null,play:null,segments:null,goTo:null,speed:1,direction:1,loop:!0,rendererSettings:{},renderer:"svg",audioFactory:null,onLoad:function(){},onComplete:function(){},onLoopComplete:function(){},onEnterFrame:function(){},onSegmentStart:function(){}},Ah),Ph=function(){var t=A(),e=x()(t,1)[0],r=e.importPercent,n=e.importStatus,i=100===r?"import-done":"",a="",s="";return r<=25&&(a="import-1",s=Object(E.__)("1. Installing required theme, plugins, forms, etc","astra-sites")),r>25&&r<=50&&(a="import-2",s=Object(E.__)("2. Importing pages, menus, posts, etc","astra-sites")),r>50&&r<=75&&(a="import-3",s=Object(E.__)("3. Setting up customizer settings and ther site settings","astra-sites")),r>75&&r<=100&&(a="import-4",s=Object(E.__)("4. Finalizing last few settings","astra-sites")),Object(h.createElement)("div",{className:"ist-import-progress"},Object(h.createElement)("div",{className:"ist-import-progress-info"},Object(h.createElement)("div",{className:"ist-import-progress-info-text ".concat(i)},Object(h.createElement)("span",{className:"ist-import-text-inner"},s),Object(h.createElement)("span",{className:"ist-import-done-inner"},Object(E.__)("Done ","astra-sites"),k.tada)),Object(h.createElement)("div",{className:"ist-import-progress-info-precent"},r,"%")),Object(h.createElement)("div",{className:"ist-import-progress-bar-wrap"},Object(h.createElement)("div",{className:"ist-import-progress-bar-bg"},Object(h.createElement)("div",{className:"ist-import-progress-bar ".concat(i," ").concat(a)})),Object(h.createElement)("div",{className:"import-progress-gap"},Object(h.createElement)("span",null),Object(h.createElement)("span",null),Object(h.createElement)("span",null))),Object(h.createElement)("div",{className:"ist-import-progress-info"},Object(h.createElement)("div",{className:"ist-import-progress-info-text ".concat(i)},Object(h.createElement)("span",{className:"import-status-string"},Object(h.createElement)("p",null,n+Object(na.decodeEntities)("&nbsp;"))),Object(h.createElement)("span",{className:"import-done-counter"},Object(h.createElement)("p",null,Object(E.__)("Redirecting you in ","astra-sites"),Object(h.createElement)("span",{id:"redirect-counter"},Object(E.__)("3 seconds…","astra-sites")))))))},Oh=(r(82),function(){var t=A(),e=x()(t,2),r=e[0],n=r.importErrorMessages,i=r.importPercent,a=r.currentIndex,s=r.tryAgainCount,o=r.templateId,l=e[1],c=function(t,e){return"".concat(starterTemplates.supportLink,"&template-id=").concat(t,"&subject=").concat(e)}(o,n.errorText),u="";return i<=25&&(u="import-1"),i>25&&i<=50&&(u="import-2"),i>50&&i<=75&&(u="import-3"),i>75&&i<=100&&(u="import-4"),Object(h.createElement)("div",{className:"ist-import-error"},Object(h.createElement)("div",{className:"ist-import-progress-info"},Object(h.createElement)("div",{className:"ist-import-progress-info-text label-text"},Object(E.__)("Error Occured!","astra-sites")),Object(h.createElement)("div",{className:"ist-import-progress-info-precent"},i,"%")),Object(h.createElement)("div",{className:"ist-import-progress-bar-wrap"},Object(h.createElement)("div",{className:"ist-import-progress-bar-bg"},Object(h.createElement)("div",{className:"ist-import-progress-bar ".concat(u)})),Object(h.createElement)("div",{className:"import-progress-gap"},Object(h.createElement)("span",null),Object(h.createElement)("span",null),Object(h.createElement)("span",null))),Object(h.createElement)("div",{className:"ist-import-error-wrap ist-import-error-primary-wrap"},n.primaryText&&Object(h.createElement)("p",{className:"website-import-subtitle"},n.primaryText)),Object(h.createElement)("div",{className:"ist-import-error-box"},Object(h.createElement)("div",{className:"ist-import-error-wrap ist-import-error-secondary-wrap"},n.errorText&&"object"!==uc()(n.errorText)&&Object(h.createElement)("p",null,n.errorText),n.errorText&&"object"===uc()(n.errorText)&&Object(h.createElement)("div",null,Object(h.createElement)("pre",null,JSON.stringify(n.errorText,void 0,2))))),Object(h.createElement)("div",null,n.secondaryText&&Object(h.createElement)("p",{dangerouslySetInnerHTML:{__html:n.secondaryText}}),n.solutionText&&Object(h.createElement)("p",{className:"ist-import-error-solution",dangerouslySetInnerHTML:{__html:n.solutionText}}),!n.solutionText&&!n.tryAgain||n.tryAgain&&s>1&&Object(h.createElement)("p",{className:"ist-import-error-solution"},Object(na.decodeEntities)(Object(E.__)("Please report this error&nbsp;","astra-sites")),Object(h.createElement)("a",{href:c,target:"_blank",rel:"noreferrer"},"here"),Object(na.decodeEntities)(Object(E.__)("&nbsp;so we can fix it.","astra-sites")))),n.tryAgain&&s<4&&Object(h.createElement)(_,{className:"ist-button",after:!0,onClick:function(){l({type:"set",importErrorMessages:{},importErrorResponse:[],importError:!1,tryAgainCount:s+1,resetCustomizer:!1,resetSiteOptions:!1,resetContent:!1,resetWidgets:!1,resetDone:!1,resetData:[],importStart:!1,importEnd:!1,importPercent:0,requiredPluginsDone:!1,notInstalledList:[],notActivatedList:[],currentIndex:a-1})}},Object(E.__)("Try Importing Again","astra-sites")))}),jh=r(35),Ih={complete:{posts:0,media:0,users:0,comments:0,terms:0},updateDelta:function(t,e){this.complete[t]+=e;var r=this;requestAnimationFrame((function(){r.render()}))},updateProgress:function(t,e,r,n,i){"undefined"!==t&&"undefined"!=e+"/"+r&&((0===(r=parseInt(r))||isNaN(r))&&(r=1),parseInt(e)/r*100<=100&&"function"==typeof n&&(n({type:"set",importStatus:Object(E.__)("Importing Content…","astra-sites")}),n({type:"set",importPercent:i+=5})))},render:function(t,e){for(var r=Object.keys(this.complete),n=0,i=0,a=r.length-1;a>=0;a--){var s=r[a];this.updateProgress(s,this.complete[s],this.data.count[s],t,e),n+=this.complete[s],i+=this.data.count[s]}this.updateProgress("total",n,i,t,e)}},_h=(r(83),function(){var t=A(),e=x()(t,2),r=e[0],n=r.resetDone,i=r.importStart,a=r.importEnd,s=r.importPercent,o=r.templateResponse,l=r.reset,c=r.themeStatus,p=r.currentIndex,f=r.importError,d=r.resetCustomizer,m=r.resetSiteOptions,g=r.resetContent,y=r.resetWidgets,v=r.siteLogo,b=r.activePalette,k=r.typography,C=r.customizerImportFlag,w=r.widgetImportFlag,P=r.contentImportFlag,O=r.themeActivateFlag,j=r.requiredPluginsDone,I=r.requiredPlugins,_=r.notInstalledList,T=r.notActivatedList,M=r.tryAgainCount,D=e[1],R=s,B=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"",i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:"",a=arguments.length>5&&void 0!==arguments[5]?arguments[5]:"";D({type:"set",importError:!0,importErrorMessages:{primaryText:t,secondaryText:e,errorCode:n,errorText:r,solutionText:i,tryAgain:!0}}),localStorage.removeItem("st-import-start"),localStorage.removeItem("st-import-end"),V(t,e,r,n,i,a,M)},V=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"",i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:"",a=arguments.length>5&&void 0!==arguments[5]?arguments[5]:"",s=new FormData;s.append("action","report_error"),s.append("error",JSON.stringify({primaryText:t,secondaryText:e,errorCode:n,errorText:r,solutionText:i,tryAgain:!0,stack:a,tryAgainCount:M})),s.append("id",o.id),s.append("plugins",JSON.stringify(I)),fetch(ajaxurl,{method:"post",body:s})},L=function(){_.length<=0||(R+=2,D({type:"set",importStatus:Object(E.__)("Installing Required Plugins.","astra-sites"),importPercent:R}),_.forEach((function(t){wp.updates.queue.push({action:"install-plugin",data:{slug:t.slug,init:t.init,name:t.name,clear_destination:!0,success:function(){D({type:"set",importStatus:Object(E.sprintf)(// translators: Plugin Name.
8
  Object(E.__)("%1$s plugin installed successfully.","astra-sites"),t.name)});var e=T;e.push(t),D({type:"set",notActivatedList:e});var r=_;r.forEach((function(e,n){e.slug===t.slug&&r.splice(n,1)})),D({type:"set",notInstalledList:r})},error:function(t){B(Object(E.__)("Could not install the plugin list.","astra-sites"),"",t)}}})})),wp.updates.queueChecker())},N=function(){var t=Pl()(jl.a.mark((function t(){return jl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(l){t.next=4;break}return D({type:"set",resetDone:!0,resetCustomizer:!0,resetSiteOptions:!0,resetContent:!0,resetWidgets:!0}),L(),t.abrupt("return");case 4:return R+=2,D({type:"set",importStatus:Object(E.__)("Reseting site.","astra-sites"),importPercent:R}),t.next=8,Q();case 8:return t.next=10,W();case 10:return t.next=12,X();case 12:return t.next=14,z();case 14:return t.next=16,G();case 16:D({type:"set",importPercent:R+=10,resetContent:!0,resetDone:!0,importStatus:Object(E.__)("Reset for old website is done.","astra-sites")});case 18:case"end":return t.stop()}}),t)})));return function(){return t.apply(this,arguments)}}(),z=function(){var t=Pl()(jl.a.mark((function t(){var e;return jl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return(e=new FormData).append("action","astra-sites-reset-terms-and-forms"),e.append("_ajax_nonce",astraSitesVars._ajax_nonce),D({type:"set",importStatus:Object(E.__)("Resetting terms and forms.","astra-sites")}),t.next=6,fetch(ajaxurl,{method:"post",body:e}).then((function(t){return t.text()})).then((function(t){var e=[];try{var r=JSON.parse(t);e=r,r.success&&D({type:"set",importPercent:R+=2,resetCustomizer:!0})}catch(e){B(Object(E.__)("Resetting terms and forms failed.","astra-sites"),"",e,"","",t)}if(!e.success)throw e.data})).catch((function(t){B(Object(E.__)("Resetting terms and forms failed.","astra-sites"),"",null==t?void 0:t.message,"","",t)}));case 6:case"end":return t.stop()}}),t)})));return function(){return t.apply(this,arguments)}}(),G=function(){var t=Pl()(jl.a.mark((function t(){var e;return jl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return(e=new FormData).append("action","astra-sites-get-deleted-post-ids"),e.append("_ajax_nonce",astraSitesVars._ajax_nonce),D({type:"set",importStatus:Object(E.__)("Gathering posts for deletions.","astra-sites")}),t.next=6,fetch(ajaxurl,{method:"post",body:e}).then((function(t){return t.json()})).then(function(){var t=Pl()(jl.a.mark((function t(e){var r,n;return jl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(!e.success){t.next=10;break}if(!((r=Wl(10,e.data)).length>0)){t.next=10;break}n=0;case 4:if(!(n<r.length)){t.next=10;break}return t.next=7,H(r[n]);case 7:n++,t.next=4;break;case 10:case"end":return t.stop()}}),t)})));return function(_x){return t.apply(this,arguments)}}());case 6:D({type:"set",importStatus:Object(E.__)("Resetting posts done.","astra-sites")});case 7:case"end":return t.stop()}}),t)})));return function(){return t.apply(this,arguments)}}(),H=function(){var t=Pl()(jl.a.mark((function t(e){var r,n;return jl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return(r=new FormData).append("action","astra-sites-get-deleted-post-ids"),r.append("_ajax_nonce",astraSitesVars._ajax_nonce),D({type:"set",importStatus:Object(E.__)("Resetting posts.","astra-sites")}),(n=new FormData).append("action","astra-sites-reset-posts"),n.append("ids",JSON.stringify(e)),n.append("_ajax_nonce",astraSitesVars._ajax_nonce),t.next=10,fetch(ajaxurl,{method:"post",body:n}).then((function(t){return t.text()})).then((function(t){var e=[];try{var r=JSON.parse(t);e=r,r.success&&D({type:"set",importPercent:R+=2})}catch(e){B(Object(E.__)("Resetting posts failed.","astra-sites"),"",e,"","",t)}if(!e.success)throw e.data})).catch((function(t){B(Object(E.__)("Resetting posts failed.","astra-sites"),"",null==t?void 0:t.message,"","",t)}));case 10:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),Q=function(){var t=Pl()(jl.a.mark((function t(){var e;return jl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return D({type:"set",importStatus:Object(E.__)("Resetting customizer.","astra-sites")}),(e=new FormData).append("action","astra-sites-reset-customizer-data"),e.append("_ajax_nonce",astraSitesVars._ajax_nonce),t.next=6,fetch(ajaxurl,{method:"post",body:e}).then((function(t){return t.text()})).then((function(t){var e=[];try{var r=JSON.parse(t);e=r,r.success&&D({type:"set",importPercent:R+=2,resetCustomizer:!0})}catch(e){B(Object(E.__)("Resetting customizer failed.","astra-sites"),"",null==e?void 0:e.message,"","",t)}if(!e.success)throw e.data})).catch((function(t){B(Object(E.__)("Resetting customizer failed.","astra-sites"),"",null==t?void 0:t.message,"","",t)}));case 6:case"end":return t.stop()}}),t)})));return function(){return t.apply(this,arguments)}}(),W=function(){var t=Pl()(jl.a.mark((function t(){var e;return jl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return D({type:"set",importStatus:Object(E.__)("Resetting site options.","astra-sites")}),(e=new FormData).append("action","astra-sites-reset-site-options"),e.append("_ajax_nonce",astraSitesVars._ajax_nonce),t.next=6,fetch(ajaxurl,{method:"post",body:e}).then((function(t){return t.text()})).then((function(t){var e=[];try{var r=JSON.parse(t);e=r,r.success&&D({type:"set",importPercent:R+=2,resetSiteOptions:!0})}catch(e){B(Object(E.__)("Resetting site options Failed.","astra-sites"),"",null==e?void 0:e.message,"","",t)}if(!1===e.success)throw e.data})).catch((function(t){B(Object(E.__)("Resetting site options Failed.","astra-sites"),"",null==t?void 0:t.message,"","",t)}));case 6:case"end":return t.stop()}}),t)})));return function(){return t.apply(this,arguments)}}(),X=function(){var t=Pl()(jl.a.mark((function t(){var e;return jl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return(e=new FormData).append("action","astra-sites-reset-widgets-data"),e.append("_ajax_nonce",astraSitesVars._ajax_nonce),D({type:"set",importStatus:Object(E.__)("Resetting widgets.","astra-sites")}),t.next=6,fetch(ajaxurl,{method:"post",body:e}).then((function(t){return t.text()})).then((function(t){var e=[];try{var r=JSON.parse(t);e=r,r.success&&D({type:"set",importPercent:R+=2,resetWidgets:!0})}catch(e){B(Object(E.__)("Resetting widgets JSON parse failed.","astra-sites"),"",e,"","",t)}if(!e.success)throw e.data})).catch((function(t){B(Object(E.__)("Resetting widgets failed.","astra-sites"),"",t,"","",t)}));case 6:case"end":return t.stop()}}),t)})));return function(){return t.apply(this,arguments)}}(),q=function(){var t=encodeURI(o["astra-site-wpforms-path"])||"";if(""!==t&&"null"!==t){D({type:"set",importStatus:Object(E.__)("Importing forms.","astra-sites")});var e=new FormData;e.append("action","astra-sites-import-wpforms"),e.append("wpforms_url",t),e.append("_ajax_nonce",astraSitesVars._ajax_nonce),fetch(ajaxurl,{method:"post",body:e}).then((function(t){return t.text()})).then((function(t){var e=[];try{var r=JSON.parse(t);e=r,r.success&&(D({type:"set",importPercent:R+=2}),J())}catch(e){B(Object(E.__)("Importing forms failed due to parse JSON error.","astra-sites"),"",e,"","",t)}if(!1===e.success)throw e.data})).catch((function(t){B(Object(E.__)("Importing forms Failed.","astra-sites"),"",t)}))}else J()},J=function(){if(!C)return D({type:"set",importPercent:R+=5}),void Y();D({type:"set",importStatus:Object(E.__)("Importing forms.","astra-sites")});var t=new FormData;t.append("action","astra-sites-import-customizer-settings"),t.append("_ajax_nonce",astraSitesVars._ajax_nonce),fetch(ajaxurl,{method:"post",body:t}).then((function(t){return t.text()})).then((function(t){var e=[];try{var r=JSON.parse(t);e=r,r.success&&(D({type:"set",importPercent:R+=5}),Y())}catch(e){B(Object(E.__)("Importing Customizer failed due to parse JSON error.","astra-sites"),"",e,"","",t)}if(!1===e.success)throw e.data})).catch((function(t){B(Object(E.__)("Importing Customizer Failed.","astra-sites"),"",t)}))},Y=function(){if(!P)return D({type:"set",importPercent:R+=20}),void K();var t=encodeURI(o["astra-site-wxr-path"])||"";if("null"!==t&&""!==t){D({type:"set",importStatus:Object(E.__)("Importing Site Content.","astra-sites")});var e=new FormData;e.append("action","astra-sites-import-prepare-xml"),e.append("wxr_url",t),e.append("_ajax_nonce",astraSitesVars._ajax_nonce),fetch(ajaxurl,{method:"post",body:e}).then((function(t){return t.text()})).then((function(t){try{var e=JSON.parse(t);if(D({type:"set",importPercent:R+=2}),!1===e.success)throw e.data.error||e.data;Ih.data=e.data,Ih.render(D,R);var r=new EventSource(Ih.data.url);r.onmessage=function(t){var e=JSON.parse(t.data);switch(e.action){case"updateDelta":Ih.updateDelta(e.type,e.delta);break;case"complete":!1===e.error?(r.close(),K()):B(astraSitesVars.xml_import_interrupted_primary,"",astraSitesVars.xml_import_interrupted_error,"",astraSitesVars.xml_import_interrupted_secondary)}},r.onerror=function(){throw r.close(),Object(E.__)("Importing Site Content Failed. - Import Process Interrupted","astra-sites")},r.addEventListener("log",(function(t){var e=JSON.parse(t.data),r=e.message||"";r&&"info"===e.level&&(r=r.replace(/"/g,(function(){return""}))),D({type:"set",importStatus:Object(E.sprintf)(// translators: Response importMessage
inc/lib/onboarding/assets/dist/style-main-rtl.css ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .welcome-screen{width:770px;margin:0 auto}.welcome-screen h1{grid-gap:10px}.welcome-screen .video-showcase{position:relative}.welcome-screen .youtube-btn{cursor:pointer}.welcome-screen .click-btn-text{position:absolute;right:13em;top:2.6em}.welcome-screen .get-started-wrap{margin-top:50px;display:flex;justify-content:center;align-items:center;align-content:center}.welcome-screen .middle-content{top:50%}
2
+ .ist-color-palette{background:var(--st-background-primary);border:1px solid var(--st-border-color);box-sizing:border-box;border-radius:var(--st-border-radius-4);display:flex;align-items:center;padding:10px 12px;cursor:pointer;margin-bottom:15px;transition:all .2s ease-in-out}.ist-color-palette:hover,.ist-color-palette:focus,.ist-color-palette.ist-color-palette-active{border-color:var(--st-color-accent)}.ist-color-palette:hover .ist-color-icon,.ist-color-palette:focus .ist-color-icon{border-color:var(--st-color-accent)}.ist-color-palette-active .ist-color-icon{background:var(--st-color-accent);border-color:var(--st-color-accent)}.ist-palette-color{width:22px;height:22px;border-radius:50%;margin-right:5px;border:1px solid #eee}.ist-palette-color:first-child{margin-right:0}.ist-colors-list{display:flex;flex:1;justify-content:flex-end}.ist-colors-title{display:flex;align-items:center;margin-right:10px;font-size:var(--st-font-size-xs);font-weight:var(--st-font-weight-bold);color:var(--st-color-heading);line-height:var(--st-font-line-height-s)}.ist-color-icon{background:var(--st-background-primary);border:1px solid var(--st-border-color);box-sizing:border-box;width:18px;height:18px;border-radius:50%;transition:all .2s ease-in-out;padding:4px}.ist-color-palette-active{border:1px solid transparent}
3
+ .ist-font{border-radius:var(--st-border-radius-4);margin-bottom:0;cursor:pointer;background:var(--st-background-primary);border:1px solid var(--st-border-color);transition:all 200ms ease-in-out}.ist-font:hover,.ist-font:focus{border:1px solid var(--st-color-accent);outline:none}.ist-font:hover svg path,.ist-font:focus svg path{fill:var(--st-color-heading)}.ist-font.active{border:1px solid var(--st-color-accent)}.ist-sep{border:1px solid var(--st-border-color)}.ist-font-selector{margin:0;padding:0}.ist-default-fonts .ist-font,.ist-other-fonts .ist-font{padding:12px;line-height:1;text-align:right}.ist-default-fonts .font-separator,.ist-other-fonts .font-separator{margin:0 5px}.ist-other-fonts{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;grid-gap:14px}.ist-other-fonts .ist-font{text-align:right}.ist-other-fonts svg{vertical-align:middle;fill:var(--st-color-heading);margin:13px;width:auto}.ist-other-fonts .active svg path{border:1px solid var(--st-color-accent)}.customize-site-typography .ist-default-fonts-heading{margin:0px 0 17px 0px}
4
+ .congrats-screen{width:770px;margin:0 auto}.congrats-screen h1{grid-gap:10px}.congrats-screen .middle-content{top:50%}.congrats-screen .video-showcase{position:relative}.congrats-screen .youtube-btn{cursor:pointer}.congrats-screen .click-btn-text{position:absolute;right:13em;top:2.6em}.congrats-screen .tweet-import-success{margin-top:30px;padding:33px;background:var(--st-background-light);border:1px solid var(--st-border-color);text-align:right;border-radius:var(--st-border-radius-4)}.congrats-screen .tweet-import-success .twitter-btn-wrap{display:flex;align-items:center;align-content:center;justify-content:flex-end;grid-gap:5px;text-decoration:none;margin-top:10px}.congrats-screen .tweet-import-success .tweet-btn{font-weight:var(--st-font-weight-bold);font-size:var(--st-font-size-xs);color:var(--st-color-accent)}
5
+ .page-builder-screen-wrap .page-builder-wrap{margin:0 auto;max-width:800px;padding:0 20px;display:-ms-grid;display:grid;-moz-column-gap:30px;column-gap:30px;justify-content:center;grid-auto-columns:minmax(0, 1fr);grid-auto-flow:column;align-items:center}.page-builder-screen-wrap .image-wrap{padding-bottom:15px;display:inline-flex;cursor:pointer;box-sizing:border-box;border-radius:var(--st-border-radius-2);transition:all linear .2s}.page-builder-screen-wrap .image-wrap img{width:85px;height:85px;border-radius:50%}.page-builder-screen-wrap .page-builder-item{padding:20px;border-radius:var(--st-border-radius-4);cursor:pointer;transition:all linear .2s;background:var(--st-background-primary);border:1px solid var(--st-border-color);flex-direction:column}.page-builder-screen-wrap .page-builder-item:hover,.page-builder-screen-wrap .page-builder-item:focus{transform:translateY(-1px);box-shadow:0px 4px 8px -2px rgba(9,30,66,.25),0px 0px 1px rgba(9,30,66,.31);border-color:var(--st-color-white)}
6
+ .step-site-list{--stc-toggle-dropdown-popup-item-cursor: pointer}.st-other-filters{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #d1d5db;padding-bottom:8px}.st-category-filter{flex:1}.stc-category-list-item{border-bottom:2px solid transparent;padding:0 !important;margin:0 0 0 28px;margin-bottom:-26px;margin-top:-20px;font-size:14px;color:var(--st-color-placeholder);font-weight:var(--stc-font-weight-bold)}.stc-category-list-item.active{border-color:var(--stc-color-heading)}.st-type-and-order-filters{--stc-toggle-dropdown-popup-item-padding: 5px 17px;--stc-toggle-dropdown-popup-padding: 8px 0px;display:flex}.st-site-type-filter{margin-left:30px}.st-sites-grid{margin-top:65px;position:relative}.st-sites-grid .stc-grid-item-title{font-size:var(--st-font-size-xs);line-height:var(--st-line-height-xs);color:var(--st-color-heading);padding:0;margin:0}.site-order-filter,.site-type-filter{width:110px}.site-order-filter .stc-toggle-dropdown-popup,.site-type-filter .stc-toggle-dropdown-popup{top:120%}.site-order-filter .stc-toggle-dropdown-popup-item,.site-type-filter .stc-toggle-dropdown-popup-item{padding:9px 17px;font-size:var(--stc-font-size-xs);color:var(--stc-color-body)}.site-order-filter .stc-toggle-dropdown-popup-item:first-child:hover,.site-order-filter .stc-toggle-dropdown-popup-item.active:first-child,.site-order-filter .stc-toggle-dropdown-popup-item:last-child:hover,.site-order-filter .stc-toggle-dropdown-popup-item.active:last-child,.site-type-filter .stc-toggle-dropdown-popup-item:first-child:hover,.site-type-filter .stc-toggle-dropdown-popup-item.active:first-child,.site-type-filter .stc-toggle-dropdown-popup-item:last-child:hover,.site-type-filter .stc-toggle-dropdown-popup-item.active:last-child{border-radius:0 0 var(--stc-border-radius-4) var(--stc-border-radius-4)}.site-type-filter{margin-left:15px}.st-related-site-message,.st-suggested-site-message,.st-sites-found-message{text-align:right;font-size:var(--st-font-size-xs);color:var(--st-color-heading)}.step-site-list .step-actions p{font-weight:500;font-size:22px;color:#3b3f5c}.step-site-list #ist-bashcanvas{display:none}.st-sites-found-message{position:absolute;top:-40px}.site-loading .site-list-screen-wrap{opacity:0}.site-loaded .site-list-loading-skeleton{display:none;transition:opacity 1s ease-out;opacity:0}.site-loaded .site-list-screen-wrap{-webkit-animation:300ms ease 0s normal forwards 1 fadein;animation:300ms ease 0s normal forwards 1 fadein}@-webkit-keyframes fadein{0%{opacity:.7}100%{opacity:1}}@keyframes fadein{0%{opacity:.7}100%{opacity:1}}.cta-strip-right{display:flex;justify-content:center;align-items:center;align-content:center;grid-gap:40px}
7
+ body {
8
+ /* Colors */
9
+ --stc-color-accent: #2563EB;
10
+ --stc-color-accent-hover: #1D4ED8;
11
+ --stc-color-heading: #1F2937;
12
+ --stc-color-body: #4B5563;
13
+ --stc-color-light-gray: #E5E7EB;
14
+ --stc-color-placeholder: #6B7280;
15
+ --stc-color-white: #FFFFFF;
16
+ --stc-color-favorite: #E91E63;
17
+ --stc-background-secondary: #F7F7F9;
18
+ --stc-background-primary: #FFFFFF;
19
+ --stc-background-light: #F9FAFB;
20
+
21
+ /* Font sizes */
22
+ --stc-font-size-xxl: 30px;
23
+ --stc-font-size-xl: 24px;
24
+ --stc-font-size-l: 20px;
25
+ --stc-font-size-m: 18px;
26
+ --stc-font-size-s: 16px;
27
+ --stc-font-size-xs: 14px;
28
+ --stc-font-size-xxs: 11px;
29
+
30
+
31
+ /** Font Weight */
32
+ --stc-font-weight-extra-bold: 600;
33
+ --stc-font-weight-bold: 500;
34
+ --stc-font-weight-normal: 400;
35
+
36
+ /** Font Line Height */
37
+ --stc-font-line-height-xl: 36px;
38
+ --stc-font-line-height-l: 32px;
39
+ --stc-font-line-height-m: 28px;
40
+ --stc-font-line-height-s: 24px;
41
+ --stc-font-line-height-xs: 20px;
42
+
43
+ /** Border */
44
+ --stc-border-color: #D1D5DB;
45
+ --stc-border-radius-5: 5px;
46
+ --stc-border-radius-4: 4px;
47
+ --stc-border-radius-3: 3px;
48
+ --stc-border-radius-2: 2px;
49
+ --stc-border-radius-1: 1px;
50
+ }
51
+
52
+ .stc-button{margin:0;padding:0 10px;cursor:pointer;border-width:1px;white-space:nowrap;border-style:solid;text-decoration:none;display:inline-block;box-sizing:border-box;-webkit-appearance:none;color:var(--stc-color-white);font-size:var(--stc-font-size-xs);border-color:var(--stc-color-accent);min-height:var(--stc-font-line-height-l);border-radius:var(--stc-border-radius-3);background-color:var(--stc-color-accent)}.stc-button:hover,.stc-button:focus{border-color:var(--stc-color-accent-hover);background-color:var(--stc-color-accent-hover)}
53
+ .stc-grid-wrap{display:-ms-grid;display:grid;grid-gap:2.5rem}.stc-grid-wrap.grid-1{-ms-grid-columns:(1fr)[1];grid-template-columns:repeat(1, 1fr)}.stc-grid-wrap.grid-2{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2, 1fr)}.stc-grid-wrap.grid-3{-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3, 1fr)}.stc-grid-wrap.grid-4{-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4, 1fr)}.stc-grid-wrap.grid-5{-ms-grid-columns:(1fr)[5];grid-template-columns:repeat(5, 1fr)}.stc-grid-wrap.grid-6{-ms-grid-columns:(1fr)[6];grid-template-columns:repeat(6, 1fr)}.stc-grid-item-header{display:flex;align-items:center;justify-content:space-between;padding:16px 25px;border-top:1px solid #e9e9e9}.stc-grid-item-title{margin:15px 0;text-align:center;color:var(--stc-color-body);font-size:var(--stc-font-size-m);font-weight:var(--stc-font-weight-bold);line-height:var(--stc-font-line-height-s)}.stc-grid-item{cursor:pointer}.stc-grid-item-screenshot{display:block;cursor:pointer;overflow:hidden;position:relative;background-size:100%;background-repeat:no-repeat;background-position:center top;background-color:var(--stc-background-secondary);border-top-right-radius:var(--stc-border-radius-2);border-top-left-radius:var(--stc-border-radius-2)}.stc-grid-item-screenshot:after{content:"";display:block;padding-top:118%}.stc-grid-item-inner{margin:0;position:relative;transition:all .15s;box-sizing:border-box;background:var(--stc-color-white);border-radius:var(--stc-border-radius-5);border:1px solid var(--stc-color-light-gray)}.stc-grid-item-inner:hover{box-shadow:0 6px 14px rgba(0,0,0,.12)}.stc-grid-item-badge{background:#ffc107;color:#000;padding:4px 12px;font-size:var(--stc-font-size-xxs);top:-4px;left:-4px;text-transform:uppercase;position:absolute;z-index:1;border-radius:var(--stc-border-radius-2);font-weight:var(--stc-font-weight-extra-bold);letter-spacing:.3px}.stc-grid-favorite svg{width:16px;height:16px;cursor:pointer}.stc-grid-favorite svg path{fill:var(--stc-color-placeholder)}.stc-grid-favorite svg:hover path,.stc-grid-favorite.active svg path{fill:var(--stc-color-favorite)}
54
+ .stc-tooltip{position:relative}.stc-tooltip:hover .stc-tooltip-content{opacity:1;visibility:visible}.stc-tooltip-content{position:absolute;left:0;z-index:99;opacity:0;visibility:hidden;color:#fff;box-shadow:0px 4px 8px -2px rgba(9,30,66,.25),0px 0px 1px rgba(9,30,66,.31);font-weight:400;line-height:1;text-align:center;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;border-radius:2px;background:var(--stc-color-heading);font-size:13px;top:135%;padding:6px 12px}
55
+ .stc-search{display:inline-block;position:relative}.stc-search .stc-search-input{width:740px;padding:16px 44px 16px 22px;opacity:1;font-size:var(--stc-font-size-s);border:none;border:var(--stc-search-input-border, none);font-weight:var(--stc-font-weight-normal);border-radius:4px;border-radius:var(--stc-border-radius-4, 4px);background:var(--stc-background-primary);box-shadow:0px 0px 4px -1px rgba(0, 0, 0, 0.06), 0px 2px 6px -1px rgba(0, 0, 0, 0.1);box-shadow:var(--stc-search-input-box-shadow, 0px 0px 4px -1px rgba(0, 0, 0, 0.06), 0px 2px 6px -1px rgba(0, 0, 0, 0.1));height:62px;height:var(--stc-search-input-height, 62px)}.stc-search .stc-search-input:focus{outline:none;border:none;border:var(--stc-search-input--focus-border, none)}.stc-search .stc-search-input:hover,.stc-search .stc-search-input:active,.stc-search .stc-search-input:focus{box-shadow:0px 2px 6px -1px rgba(0,0,0,.06),0px 4px 8px -1px rgba(0,0,0,.1)}.stc-search .stc-search-input::-webkit-input-placeholder{color:var(--stc-color-placeholder);font-size:var(--stc-font-size-xs)}.stc-search .stc-search-input::-webkit-search-cancel-button{display:none}.stc-search.stc-search-have-input .stc-search-input:focus+.stc-search-icon,.stc-search.stc-search-have-input .stc-search-input:hover+.stc-search-icon{--stc-search-icon-opacity: 0;--stc-search-icon-visibility: hidden}.stc-search-icon,.stc-cross-icon{top:0;bottom:0;padding:0;right:18px;border:none;line-height:0;position:absolute;background:100% 0;background:var(--stc-search-icon-background, 0 0);color:var(--stc-color-light-gray);opacity:1;opacity:var(--stc-search-icon-opacity, 1);visibility:visible;visibility:var(--stc-search-icon-visibility, visible)}.stc-search-icon:focus,.stc-search-icon:hover,.stc-cross-icon:focus,.stc-cross-icon:hover{background:transparent;box-shadow:none}.stc-search-icon svg,.stc-cross-icon svg{fill:var(--stc-color-placeholder)}.stc-search-icon svg{width:14px}.stc-cross-icon{display:none;cursor:pointer}.stc-search-have-input .stc-cross-icon{display:block}.stc-search-have-input .stc-search-icon{display:none}
56
+ .stc-category-list{display:flex}.stc-category-list-item{display:flex;cursor:pointer;padding:0px 10px;align-items:center;justify-content:space-between;color:rgba(49,42,64,.7)}.stc-category-list-item:hover .stc-category-list-title,.stc-category-list-item.active .stc-category-list-title{color:var(--stc-color-heading)}.stc-category-list-more{--stc-toggle-dropdown-selected-background: transparent;--stc-toggle-dropdown-popup-min-width: 220px;--stc-toggle-dropdown-popup-item-padding: 5px 17px;--stc-toggle-dropdown-popup-padding: 10px 0;--stc-toggle-dropdown-border-color: transparent;--stc-toggle-dropdown-selected-padding: 0;--stc-toggle-dropdown-popup-left: calc( 100% - var( --stc-toggle-dropdown-popup-min-width ) )}
57
+ .stc-toggle-dropdown{--stc-logo-width: 20px;--stc-logo-height: 20px;--stc-logo-border-raidus: 50%;position:relative}.stc-toggle-dropdown-popup{left:0;position:absolute;z-index:99;background:var(--stc-color-white);box-shadow:-1px 2px 5px 1px rgba(0,0,0,.15);top:100%;top:var(--stc-toggle-dropdown-popup-top, 100%);right:0;right:var(--stc-toggle-dropdown-popup-left, 0);text-align:right;padding:0;padding:var(--stc-toggle-dropdown-popup-padding, 0);border-radius:var(--stc-border-radius-4);min-width:auto;min-width:var(--stc-toggle-dropdown-popup-min-width, auto)}.stc-toggle-dropdown-popup-item{margin:0 0 5px 0;margin:var(--stc-toggle-dropdown-popup-item-margin, 0 0 5px 0);cursor:initial;cursor:var(--stc-toggle-dropdown-popup-item-cursor, initial);padding:12px 22px;padding:var(--stc-toggle-dropdown-popup-item-padding, 12px 22px);margin-bottom:0}.stc-toggle-dropdown-popup-item:last-child{margin-bottom:0}.stc-toggle-dropdown-popup-item:last-child:hover,.stc-toggle-dropdown-popup-item:last-child.active{border-radius:0 0 var(--stc-border-radius-4) var(--stc-border-radius-4)}.stc-toggle-dropdown-popup-item:hover,.stc-toggle-dropdown-popup-item.active{background-color:var(--stc-background-light)}.stc-toggle-dropdown-selected{border:1px solid var(--stc-border-color);border:1px solid var(--stc-toggle-dropdown-border-color, var(--stc-border-color));background:var(--stc-color-white);background:var(--stc-toggle-dropdown-selected-background, var(--stc-color-white));padding:6px 16px 6px 10px;padding:var(--stc-toggle-dropdown-selected-padding, 6px 10px 6px 16px);border-radius:var(--stc-border-radius-4);font-size:var(--stc-font-size-xs);line-height:var(--stc-font-line-height-xs);color:var(--stc-color-body);display:flex;align-items:center;justify-content:space-between;cursor:pointer}.stc-toggle-dropdown-selected svg{margin-right:10px;height:6px;height:var(--stc-toggle-dropdown-icon-height, 6px);fill:var(--stc-color-body)}
58
+ .stc-logo{display:flex;align-items:center}.stc-logo-image{width:34px;width:var(--stc-logo-width, 34px);height:34px;height:var(--stc-logo-height, 34px);border-radius:0;border-radius:var(--stc-logo-border-raidus, 0)}.stc-logo-text{margin-right:8px;color:var(--stc-color-body);font-size:var(--stc-font-size-xs);font-weight:var(--stc-font-weight-normal);line-height:var(--stc-font-line-height-xs)}
59
+ .stc-suggestion-list{border:1px solid var(--stc-border-color);font-size:var(--stc-font-size-xs);line-height:var(--stc-font-line-height-xs);color:var(--stc-border-color);max-width:100%;max-width:var(--stc-suggestion-list-max-width, 100%);text-align:right;text-align:var(--stc-suggestion-list-text-align, right);z-index:10;z-index:var(--stc-suggestion-list-z-index, 10);background:var(--stc-color-white);background:var(--stc-suggestion-list-background, var(--stc-color-white));position:relative;position:var(--stc-suggestion-list-position, relative);right:0;right:var(--stc-suggestion-list-left, 0);left:0;left:var(--stc-suggestion-list-right, 0);border-radius:0;border-radius:var(--stc-suggestion-list-border-radius, 0);padding:0;margin:0}.stc-suggession{cursor:pointer;padding:9px 22px;font-size:var(--stc-font-size-s);color:rgba(75,85,99,.5)}.stc-suggession:hover{background:var(--stc-background-light)}.stc-suggestion-highlight{color:var(--stc-color-heading)}
60
+ .st-toaster{display:flex;align-items:center;justify-content:space-between;width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:20.125rem;padding:1rem;background-color:var(--st-background-primary);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);border:1px solid #ddd;border-radius:var(--stc-border-radius-4);position:fixed;z-index:999}.st-toaster.bottom-right,.st-toaster.bottom-center,.st-toaster.bottom-left{bottom:12%}.st-toaster.bottom-right{left:2%;right:auto}.st-toaster.bottom-center{left:50%;right:auto;transform:translateX(-50%)}.st-toaster.bottom-left{right:2%;left:auto}.st-toaster.top-right,.st-toaster.top-center,.st-toaster.top-left{top:12%}.st-toaster.top-left{right:2%;left:auto}.st-toaster.top-center{right:50%;left:auto;transform:translateX(50%)}.st-toaster.top-right{left:2%;right:auto}.st-toaster.left-center{top:50%;right:2%;transform:translateY(-50%)}.st-toaster .content{display:flex}.st-toaster .content .status-icon svg{width:1.25rem;height:1.25rem}.st-toaster .content .status-icon.success{color:#39b54a;color:var(--st-context-success-color, #39b54a)}.st-toaster .content .status-icon.failed{color:#d72b3f;color:var(--st-context-error-color, #d72b3f)}.st-toaster .content .message{display:flex;margin-right:.625rem}.st-toaster .toaster-close{display:flex;margin-right:1rem}.st-toaster .toaster-close .close-btn{cursor:pointer;padding:0;margin:0;background:none;border:none}.st-toaster .toaster-close .close-btn svg{width:1.25rem;height:1.25rem;fill:#6B7280;fill:var(--st-color-placeholder, #6B7280)}.st-toaster.visible{-webkit-animation:toaster-in .3s linear forwards;animation:toaster-in .3s linear forwards}.st-toaster.hidden{-webkit-animation:toaster-out .3s linear forwards;animation:toaster-out .3s linear forwards}@-webkit-keyframes toaster-in{from{opacity:0}to{opacity:1}}@keyframes toaster-in{from{opacity:0}to{opacity:1}}@-webkit-keyframes toaster-out{from{opacity:1;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes toaster-out{from{opacity:1;visibility:visible}to{opacity:0;visibility:hidden}}
61
+ .st-search-filter{--stc-suggestion-list-max-width: 740px;--stc-suggestion-list-padding: 10px 20px;--stc-suggestion-list-margin: 0 auto;--stc-suggestion-list-position: absolute;--stc-suggestion-list-border-radius: 0 0 4px 4px}.st-search-box-wrap{min-height:63px}.st-search-filter{margin-top:20px;margin-bottom:42px;position:relative;display:inline-block}.st-search-filter .stc-suggestion-list{border-top:none}.st-search-box-fixed .st-search-box{--stc-search-input-box-shadow: none;--stc-search-input-height: 56px;--stc-search-input-border: 1px solid var(--st-border-color);--stc-search-input--focus-border: 1px solid var(--st-border-color);position:fixed;top:9px;right:0;left:0;max-width:742px;margin:0 auto}.st-templates-content{margin-top:10px}.site-list-content{margin-top:20px}
62
+ .st-sites-no-results-heading{font-weight:500;font-size:22px;color:#3b3f5c;line-height:165%}.st-sites-no-results{background:#f7f7f9;border-bottom:1px solid #d1d5db;box-sizing:border-box;padding:45px 0 40px 30px;text-align:right}
63
+ body{--st-color-accent: #2563EB;--st-color-accent-hover: #1D4ED8;--st-color-heading: #1F2937;--st-color-body: #4B5563;--st-color-light-gray: #E5E7EB;--st-color-placeholder: #6B7280;--st-color-white: #FFFFFF;--st-color-favorite: #E91E63;--st-background-secondary: #F7F7F9;--st-background-primary: #FFFFFF;--st-background-light: #F9FAFB;--st-font-size-xxl: 30px;--st-font-size-xl: 24px;--st-font-size-l: 20px;--st-font-size-m: 18px;--st-font-size-s: 16px;--st-font-size-xs: 14px;--st-font-weight-extra-bold: 600;--st-font-weight-bold: 500;--st-font-weight-normal: 400;--st-font-line-height-xl: 36px;--st-font-line-height-l: 32px;--st-font-line-height-m: 28px;--st-font-line-height-s: 24px;--st-font-line-height-xs: 20px;--st-border-color: #D1D5DB;--st-border-radius-4: 4px;--st-border-radius-3: 3px;--st-border-radius-2: 2px;--st-border-radius-1: 1px}.st-no-favorites{background:var(--st-background-secondary);border-bottom:1px solid var(--st-border-color);box-sizing:border-box;padding:45px 0 40px 30px;text-align:right}
64
+ .site-list-header{--stc-toggle-dropdown-border-color: transparent;--stc-toggle-dropdown-popup-item-margin: 0 0 10px 0;--stc-toggle-dropdown-padding: 10px 10px 10px 10px;--stc-toggle-dropdown-selected-padding: 27px 20px 27px 20px;--stc-toggle-dropdown-popup-top: 100%;--stc-toggle-dropdown-popup-left: 10px;--stc-toggle-dropdown-icon-height: 7px;position:relative}.step-header .site-list-header.row{padding:0;position:relative;pointer-events:none;z-index:1}.step-header .site-list-header.row .st-header-left,.step-header .site-list-header.row .st-header-right{pointer-events:auto}.site-list-header .st-exit-to-dashboard{padding:26px 30px}.site-list-header .st-exit-to-dashboard svg{margin:0}.site-list-header .st-page-builder-filter{border-right:1px solid var(--st-border-color);border-left:1px solid var(--st-border-color)}.site-list-header .st-page-builder-filter .st-page-builder-toggle .stc-toggle-dropdown-selected{width:195px}.site-list-header .st-page-builder-filter .st-page-builder-toggle .stc-toggle-dropdown-popup{border-radius:0 0 var(--stc-border-radius-4) var(--stc-border-radius-4);width:195px;right:0}
65
+ .ist-logo{--stc-logo-height: 40px;--stc-logo-width: 40px}
66
+
67
+ .st-my-favorite{cursor:pointer}.st-my-favorite svg{width:20px;height:20px;fill:var(--st-color-placeholder)}.st-my-favorite.active svg,.st-my-favorite :hover svg{fill:var(--st-color-favorite)}.st-my-favorite .stc-tooltip-content{left:0}
68
+ .st-sync-library{cursor:pointer;margin:0 30px}.st-sync-library .stc-tooltip-content{left:0}.st-sync-library.loading svg{-webkit-animation:rotate 2s infinite linear;animation:rotate 2s infinite linear}@-webkit-keyframes rotate{from{transform:rotate(0deg)}to{transform:rotate(-360deg)}}@keyframes rotate{from{transform:rotate(0deg)}to{transform:rotate(-360deg)}}
69
+ .change-template-wrap{padding:4% 8%;background:var(--st-background-secondary);display:flex;align-items:center;align-content:center;justify-content:space-between;border-bottom:1px solid var(--st-border-color)}.change-template-wrap .template-name h5{color:var(--st-color-body)}.change-template-wrap .label{color:var(--st-color-placeholder)}.change-template-wrap .change-btn-wrap{cursor:pointer}.change-template-wrap .change-btn{background:transparent;border:1px solid #626262;border-radius:var(--st-border-radius-3);padding:6px;font-weight:var(--st-font-weight-normal);font-size:var(--st-font-size-xs);line-height:var(--st-font-line-height-l);display:flex;align-content:center;justify-content:center;align-items:center}.change-template-wrap .change-btn:hover{border-color:var(--st-color-heading)}.change-template-wrap .change-btn:hover svg path{fill:var(--st-color-heading)}
70
+ .ist-selected-image{position:relative;margin-top:20px;display:flex;margin-bottom:2em;width:100%;text-align:center;cursor:pointer;min-height:100px;border:1px dashed var(--st-color-accent);border-radius:2px;padding:20px}.ist-selected-image img{max-width:100%;vertical-align:middle;width:80%}.ist-selected-image:hover .ist-change-logo{opacity:1;visibility:visible}.ist-remove-logo{cursor:pointer;position:absolute;top:-10px;left:-10px;background:#fff;box-shadow:-2px 0px 4px rgba(0,0,0,.15);border-radius:50%;height:20px;width:20px;text-align:center;display:flex;align-items:center;justify-content:center;z-index:1}.ist-change-logo{position:absolute;bottom:0;right:0;left:0;text-align:center;background:#fff;padding:10px 0;color:#646464;border:1px dashed var(--st-color-accent);transition:.3s all ease-in-out;margin:0;opacity:0;visibility:hidden;cursor:pointer;border-width:1px 0 0 0;border-radius:0}.ist-logo-preview-wrap{-ms-grid-row-align:center;align-self:center;margin:0 auto}.ist-logo-wrapper{position:relative}.astra-sites-ai-logo-wrap{display:flex;align-items:center;justify-content:space-between}.astra-sites-ai-logo-wrap .control-reset{cursor:pointer}.astra-sites-ai-logo-wrap .control-reset.disabled{cursor:default}.astra-sites-ai-logo-wrap .control-reset.disabled svg path{fill:var(--st-border-color)}.step-customizer .step-content button{width:100%;margin-top:30px;margin-bottom:15px}.step-customizer .step-actions .ist-link:nth-child(2){color:var(--st-color-accent)}.step-customizer .step-actions .ist-link:nth-child(2) svg{fill:var(--st-color-accent)}
71
+ .ist-error-message-wrap h2.ist-error-message-title{margin-bottom:30px}.ist-import-error p{display:flex;align-items:center;text-align:right;justify-content:flex-start;margin:0}.ist-import-error .ist-import-error-box{width:100%;border:1px solid var(--st-border-color);box-sizing:border-box;border-radius:var(--st-border-radius-4);justify-content:center;margin:25px auto;padding:17px 20px;background:var(--st-background-light)}.ist-import-error .ist-import-error-solution{margin-top:30px;flex-direction:column;align-items:start;gap:8px;display:block}.ist-import-error pre{text-align:right;padding:10px 0}
72
+ .website-import-subtitle{margin-bottom:35px;color:#3b3f5c;font-weight:500;font-size:19px;line-height:22px}.website-import-subtitle svg{vertical-align:bottom;margin-right:10px}.step-import-site.step h1{text-align:right}.step-import-site.step button{width:100%;margin-top:25px}.ist-import-progress-info-text{display:flex;align-items:center;align-content:center;grid-gap:10px}.ist-import-progress,.ist-import-error{margin-top:50px}.ist-import-progress .ist-import-progress-bar-wrap,.ist-import-error .ist-import-progress-bar-wrap{position:relative}.ist-import-progress .import-progress-gap span,.ist-import-error .import-progress-gap span{background:var(--st-background-primary);height:6px;position:absolute;width:10px;top:-1px}.ist-import-progress .import-progress-gap span:nth-child(1),.ist-import-error .import-progress-gap span:nth-child(1){right:calc( 25% - 10px )}.ist-import-progress .import-progress-gap span:nth-child(2),.ist-import-error .import-progress-gap span:nth-child(2){right:calc( 50% - 10px )}.ist-import-progress .import-progress-gap span:nth-child(3),.ist-import-error .import-progress-gap span:nth-child(3){right:calc( 75% - 10px )}.ist-import-progress .ist-import-progress-bar-bg,.ist-import-error .ist-import-progress-bar-bg{height:4px;background:var(--st-color-light-gray);width:100%;position:relative}.ist-import-progress .ist-import-progress-bar-bg .ist-import-progress-bar,.ist-import-error .ist-import-progress-bar-bg .ist-import-progress-bar{position:absolute;right:0;top:0;background:var(--st-color-accent);transition:all 1s;width:0%;height:100%}.ist-import-progress .ist-import-progress-bar-bg .ist-import-progress-bar.import-1,.ist-import-error .ist-import-progress-bar-bg .ist-import-progress-bar.import-1{width:25%}.ist-import-progress .ist-import-progress-bar-bg .ist-import-progress-bar.import-2,.ist-import-error .ist-import-progress-bar-bg .ist-import-progress-bar.import-2{width:50%}.ist-import-progress .ist-import-progress-bar-bg .ist-import-progress-bar.import-3,.ist-import-error .ist-import-progress-bar-bg .ist-import-progress-bar.import-3{width:75%}.ist-import-progress .ist-import-progress-bar-bg .ist-import-progress-bar.import-4,.ist-import-error .ist-import-progress-bar-bg .ist-import-progress-bar.import-4{width:100%}.ist-import-progress .ist-import-progress-bar-bg .ist-import-progress-bar.import-done,.ist-import-error .ist-import-progress-bar-bg .ist-import-progress-bar.import-done{background:#38c172}.ist-import-progress .ist-import-progress-info,.ist-import-error .ist-import-progress-info{display:flex;justify-content:space-between;align-items:center;margin-top:15px;margin-bottom:15px}.ist-import-error .ist-import-error-box{overflow-y:scroll}.ist-import-error .ist-import-progress-bar-bg{width:100%;margin-bottom:15px}.ist-import-error .ist-import-progress-bar-bg .ist-import-progress-bar{background:var(--st-border-color)}.ist-import-done-inner,.import-done-counter{display:none}.import-done .import-status-string,.import-done .ist-import-text-inner{display:none}.import-done .import-done-counter,.import-done .ist-import-done-inner{display:block}
73
+ .survey-container{background:var(--st-background-primary);box-shadow:0px 4px 6px -2px rgba(0,0,0,.05),0px 10px 15px -3px rgba(0,0,0,.1);border-radius:var(--st-border-radius-4);width:600px;padding:35px;margin:0 auto;text-align:right}.survey-container input[type=checkbox]:checked:before{content:url("data:image/svg+xml;utf8,<svg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27><path%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%232563EB%27%2F><%2Fsvg>")}.survey-container .required-plugins-form h5{margin-bottom:22px}.survey-container .required-plugins-form p{margin-bottom:26px}.survey-container .required-plugins-form .third-party-required-plugins-list{list-style:auto;margin:10px 20px}.survey-container .required-plugins-form .third-party-required-plugins-list li{font-size:var(--st-font-size-xs);line-height:var(--st-font-line-height-xl)}.survey-container h1{text-align:right;padding-bottom:35px}.survey-container .row-label{margin-bottom:20px}.survey-container .survey-fields-wrap{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;grid-gap:15px;margin-bottom:20px}.survey-container .survey-text-input{background:var(--st-background-primary);border:1px solid var(--st-border-color);border-radius:var(--st-border-radius-3);padding:10px 15px;width:100%}.survey-container .survey-text-input::-moz-placeholder{color:var(--st-color-placeholder)}.survey-container .survey-text-input:-ms-input-placeholder{color:var(--st-color-placeholder)}.survey-container .survey-text-input::placeholder{color:var(--st-color-placeholder)}.survey-container .survey-text-input:focus{border-color:var(--st-color-accent)}.survey-container .survey-select-input{border:1px solid var(--st-border-color);border-radius:var(--st-border-radius-3);padding:10px 15px;width:100%;color:#2c3338}.survey-container .survey-select-input option:not(:first-of-type){color:#2c3338}.survey-container .survey-select-input::-moz-placeholder{color:var(--st-color-placeholder)}.survey-container .survey-select-input:-ms-input-placeholder{color:var(--st-color-placeholder)}.survey-container .survey-select-input::placeholder{color:var(--st-color-placeholder)}.survey-container .survey-select-input:focus{border-color:var(--st-color-accent)}.survey-container .survey-select-input:hover{color:#2c3338}.survey-container .survey-select-input.initial{color:var(--st-color-placeholder)}.survey-container .hidden-section .survey-advanced-section{visibility:hidden}.survey-container .survey-form-advanced-wrapper .advanced-options-icons{cursor:pointer;display:flex}.survey-container .survey-form-advanced-wrapper .row-label{display:flex;align-items:center;align-content:center;grid-gap:10px}.survey-container .survey-form-advanced-wrapper ul{margin:0;padding:0}.survey-container .survey-form-advanced-wrapper li{margin-bottom:20px;display:flex;align-items:center;align-content:stretch;grid-gap:10px}.survey-container .survey-form-advanced-wrapper li:last-child{margin-bottom:0}.survey-container .survey-form-advanced-wrapper li input{margin:0;border:1px solid var(--st-color-body);border-radius:var(--st-border-radius-3)}.survey-container .survey-form-advanced-wrapper li.theme-check{margin-right:2em}.survey-container .survey-form-advanced-wrapper li label{font-size:var(--st-font-size-xs);line-height:var(--st-font-line-height-xs);color:var(--st-color-body)}.survey-container .survey-form-advanced-wrapper svg{cursor:pointer}.survey-container .submit-survey-btn.button-text{padding:15px 32px;width:100%;color:var(--st-color-white);background:var(--st-color-accent);border:none;cursor:pointer;margin-top:3em;align-content:center;grid-gap:15px;border-radius:var(--st-border-radius-4);font-weight:var(--st-font-weight-bold);font-size:15px}.survey-container .stc-tooltip-content{min-width:310px;text-align:right;line-height:1.4}
74
+ body{--st-color-accent: #2563EB;--st-color-accent-hover: #1D4ED8;--st-color-heading: #1F2937;--st-color-body: #4B5563;--st-color-light-gray: #E5E7EB;--st-color-placeholder: #6B7280;--st-color-white: #FFFFFF;--st-color-favorite: #E91E63;--st-background-secondary: #F7F7F9;--st-background-primary: #FFFFFF;--st-background-light: #F9FAFB;--st-font-size-xxl: 30px;--st-font-size-xl: 24px;--st-font-size-l: 20px;--st-font-size-m: 18px;--st-font-size-s: 16px;--st-font-size-xs: 14px;--st-font-weight-extra-bold: 600;--st-font-weight-bold: 500;--st-font-weight-normal: 400;--st-font-line-height-xl: 36px;--st-font-line-height-l: 32px;--st-font-line-height-m: 28px;--st-font-line-height-s: 24px;--st-font-line-height-xs: 20px;--st-border-color: #D1D5DB;--st-border-radius-4: 4px;--st-border-radius-3: 3px;--st-border-radius-2: 2px;--st-border-radius-1: 1px}#starter-templates-ai-root{font-size:16px;background:var(--st-background-primary);font-family:"Inter",sans-serif;--wp-admin-theme-color: var(--st-color-accent);--wp-admin-theme-color-darker-10: var(--st-color-accent)}@media screen and (max-width: 1366px){.step-customizer{--sidebar-width: 25%}}@media screen and (min-width: 1367px){.step-customizer{--sidebar-width: 20%}}html.wp-toolbar{padding:0}.intelligent-starter-templates-onboarding #adminmenumain,.intelligent-starter-templates-onboarding #wpadminbar,.intelligent-starter-templates-onboarding #adminmenuback,.intelligent-starter-templates-onboarding #adminmenuwrap,.intelligent-starter-templates-onboarding #wpfooter{display:none}.intelligent-starter-templates-onboarding #wpcontent,.intelligent-starter-templates-onboarding.auto-fold #wpcontent{margin:0;padding:0}.intelligent-starter-templates-onboarding.appearance_page_starter-templates #wpbody-content{padding:0}body{overflow-y:hidden}body *{box-sizing:border-box}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{border-radius:0px}::-webkit-scrollbar-thumb{background:#d5d6d7;border-radius:0px}::-webkit-scrollbar-thumb:hover{background:#d1d2d3;cursor:pointer}.st-link,a{cursor:pointer;text-decoration:underline;color:var(--st-color-accent)}.st-link:hover,a:hover{color:var(--st-color-accent-hover)}.step-row{background:var(--st-background-primary);display:flex;overflow:hidden;height:calc(100vh - 77px)}.step-col-right{width:100%;padding:0 2%;margin-right:var(--sidebar-width);transition:all 350ms linear}.step-col-left{width:var(--sidebar-width);display:flex;flex-direction:column;height:calc( 100vh - 60px );position:absolute;inset:0;transition:all 350ms linear;box-shadow:-1px 0px 3px rgba(0,0,0,.1),-1px 0px 2px rgba(0,0,0,.06);z-index:9}.step-content{background:#f7f7f9;padding:5%;overflow-y:auto;flex:1;height:100%;border-radius:var(--st-border-radius-2)}.step-actions{padding:21px 45px;display:flex;justify-content:space-between;align-items:center;background:var(--st-background-primary);position:fixed;bottom:0;left:0;right:0;z-index:10;box-shadow:0px -4px 8px -3px rgba(0,0,0,.05),0px -2px 6px -2px rgba(0,0,0,.05)}.step-actions p{font-size:16px;color:#353852;margin:0}.step-customizer .ist-link{padding:0 0 15px 0;font-size:var(--st-font-size-xs);color:var(--st-color-body);display:flex;justify-content:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:15px auto 0 auto}.step-customizer .step-row{height:100vh}.step-customizer .step-actions{padding:6% 8%;background:var(--st-background-primary);position:unset;bottom:0;left:0;right:0;border-radius:0 0 var(--st-border-radius-4) 0;border-top:none;flex-wrap:wrap}.step-customizer .step-col-left{height:auto}.step-customizer .step-col-right{padding:0;position:relative}.step-col-right img{max-width:100%;height:auto}.step-actions .dashicons-arrow-left-alt{margin-left:5px}.step-actions .dashicons-arrow-right-alt{margin-right:5px}.astra-sites-ai-logo-wrap{color:var(--st-color-heading);margin-bottom:17px;margin-top:25px}.astra-sites-ai-logo-wrap,.astra-sites-ai-rangecontrol-wrap{width:100%}.ist-logo{--stc-logo-height: 44px;--stc-logo-width: 44px}.step-full-width .step-col{flex:1;text-align:center}.st-header-right{display:flex;align-items:center;justify-content:space-between}.st-search-box-fixed .step-header{position:static}.step-header{z-index:1;position:relative}.step-header a{color:var(--st-color-placeholder);text-decoration:none;display:flex;font-weight:var(--st-font-weight-bold);font-size:var(--st-font-size-s);line-height:var(--st-line-height-xs);align-items:center}.step-header a svg{fill:var(--st-color-placeholder)}.step-header a:hover,.step-header a:focus{color:var(--st-color-heading)}.step-header a:hover svg path,.step-header a:focus svg path{fill:var(--st-color-heading)}.step-header a:focus{outline:none;box-shadow:none}.step-header:focus{outline:none;box-shadow:none}body.step-import-site:not(.st-error) .step-header a{pointer-events:none;opacity:.7}.row{display:flex;align-items:center;justify-content:space-between}.row.center{justify-content:center}.row.full{flex:1}.step-header .row{box-shadow:0px 6px 8px -3px rgba(0,0,0,.05),0px 4px 6px -2px rgba(0,0,0,.05);position:relative}.step-header .row .branding-wrap{display:flex;align-items:center;justify-content:center;align-content:center;grid-gap:20px;padding:16px 24px;border-left:1px solid var(--st-border-color)}.step-header .row .exit-link{padding:26px 30px;border-right:1px solid var(--st-border-color)}.step-header .row .right-col{display:flex;align-content:center;align-items:center}.step-header .row .back-to-main{padding:26px 30px}.step-header .row .back-to-main svg{cursor:pointer}.step-header .row .back-to-main:hover svg path,.step-header .row .back-to-main:focus svg path{fill:var(--st-color-heading)}.customizer-controls{height:calc( 70vh - 230px );overflow-y:auto}.astra-sites-ai-rangecontrol-wrap .components-range-control__wrapper{margin-right:0}.astra-sites-ai-rangecontrol-wrap .components-input-control__input:focus+.components-input-control__backdrop{border-color:var(--st-color-accent);box-shadow:0 0 0 1px var(--st-color-accent)}.customize-license-validation{position:relative}.customize-license-validation .processing::before{color:var(--st-background-primary);font:normal 20px/0 dashicons}.customize-license-validation button.st-access-btn{display:inline-flex;align-items:center;justify-content:center;align-content:center;grid-gap:7px;margin-top:15px;margin-bottom:0}.customize-license-validation button.st-access-btn .st-get-access{height:12px}.customize-license-validation .license-wrap{display:-ms-grid;display:grid;-ms-grid-columns:70% 30%;grid-template-columns:70% 30%;align-items:center;justify-items:end;border:1px solid var(--st-border-color);background:var(--st-background-primary);padding:5px;margin-top:30px;border-radius:var(--st-border-radius-2)}.customize-license-validation .license-wrap:focus-within{border:1px solid var(--st-color-accent)}.customize-license-validation .license-key-input{border:none;background:var(--st-background-primary);border-radius:var(--st-border-radius-4);padding:10px 15px;width:100%;height:38px}.customize-license-validation .license-key-input::-moz-placeholder{color:var(--st-color-placeholder)}.customize-license-validation .license-key-input:-ms-input-placeholder{color:var(--st-color-placeholder)}.customize-license-validation .license-key-input::placeholder{color:var(--st-color-placeholder)}.customize-license-validation .license-key-input:focus{border:none;outline:0;box-shadow:none}.customize-license-validation .customer-notices{margin:10px 0}.customize-license-validation button.validate-btn{margin:0;border-radius:0px;background:var(--st-color-placeholder);width:unset;padding:12px;border-radius:var(--st-border-radius-2)}.customize-license-validation button.validate-btn svg{height:15px;width:15px}.customize-license-validation button.validate-btn svg path{fill:var(--st-color-white)}.customize-license-validation button.validate-btn:hover{background:var(--st-color-accent)}.customize-license-validation .license-error{border:1px solid var(--st-border-color);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);border-radius:var(--st-border-radius-4);margin-top:15px}.customize-license-validation .license-error .p-4{padding:1rem}.customize-license-validation .license-error .license-error-inner{display:flex;align-items:flex-start;justify-content:space-between}.customize-license-validation .license-error .license-error-inner>div{display:flex}.customize-license-validation .license-error .license-error-message p{margin-right:.75rem}.customize-license-validation .license-error .error-icon{display:flex}.customize-license-validation .license-error .error-icon svg{width:1.25rem;height:1.25rem}.customize-license-validation .license-error .error-icon.cross-icon svg{color:#eb3f3f}.customize-license-validation .license-error .error-icon.close-icon{margin-right:1rem}.customize-license-validation .license-error .error-icon.close-icon button{margin:0;padding:0;background:none;border:none;color:var(--st-color-body);cursor:pointer;height:15px;width:15px}.customize-license-validation .st-toaster{position:unset;margin-top:20px;width:100%}.ist-button{background:var(--st-color-accent);color:var(--st-background-primary);border-radius:var(--st-border-radius-4);padding:15px 32px;text-decoration:none}.ist-button:hover{background:var(--st-color-accent);color:var(--st-color-white)}.ist-button.ist-button-outline{background:var(--st-color-white);color:var(--st-color-accent);border:1px dashed var(--st-color-placeholder);width:100%;font-size:14px;align-items:center;flex-direction:column;justify-content:center;grid-gap:12px;padding:32px 10px}.ist-button.ist-button-outline:hover,.ist-button.ist-button-outline:focus{background:var(--st-background-primary);color:var(--st-color-accent);border-color:var(--st-color-accent)}.ist-button.ist-button-outline p{font-size:13px}.step-page-builder.step .row{padding:0;position:relative}.ist-link.disabled{pointer-events:none;opacity:.7}.ist-link.disabled.hidden-btn{opacity:0}.middle-content{margin:0;position:absolute;top:45%;right:50%;transform:translate(50%, -50%)}.middle-content.middle-content-import{background:var(--st-background-primary);padding:30px;box-shadow:0px 4px 6px -2px rgba(0,0,0,.05),0px 10px 15px -3px rgba(0,0,0,.1);width:600px;border-radius:var(--st-border-radius-4)}.site-loading-skeleton{overflow-y:auto;height:100%}.site-loading-skeleton .MuiSkeleton-root{border-radius:var(--st-border-radius-2)}.d-flex-center-align{display:flex;align-items:center;justify-content:center}.starter-templates-ai-steps h1{font-size:var(--st-font-size-xxl);font-weight:var(--st-font-weight-extra-bold);margin:0;color:var(--st-color-heading);line-height:var(--st-font-line-height-xl)}.starter-templates-ai-steps h2{font-size:var(--st-font-size-xl);font-weight:var(--st-font-weight-bold);margin:0;color:var(--st-color-heading);line-height:var(--st-font-line-height-l)}.starter-templates-ai-steps h3{font-size:var(--st-font-size-l);font-weight:var(--st-font-weight-bold);margin:0;color:var(--st-color-heading);line-height:var(--st-font-line-height-m)}.starter-templates-ai-steps h4{font-size:var(--st-font-size-m);font-weight:var(--st-font-weight-bold);margin:0;color:var(--st-color-heading);line-height:var(--st-font-line-height-m)}.starter-templates-ai-steps h5{font-size:var(--st-font-size-s);font-weight:var(--st-font-weight-bold);margin:0;color:var(--st-color-heading);line-height:var(--st-font-line-height-s)}.starter-templates-ai-steps h6{font-size:var(--st-font-size-xs);font-weight:var(--st-font-weight-bold);margin:0;color:var(--st-color-heading);line-height:var(--st-font-line-height-xs)}.starter-templates-ai-steps p{font-size:var(--st-font-size-xs);color:var(--st-color-body);margin:0;font-weight:var(--st-font-weight-normal);line-height:var(--st-font-line-height-xs)}.starter-templates-ai-steps p.p-bold{font-weight:var(--st-font-weight-bold)}.starter-templates-ai-steps .button-text{font-size:var(--st-font-size-xs);font-weight:var(--st-font-weight-bold);color:var(--st-color-accent);line-height:var(--st-font-line-height-xs)}.starter-templates-ai-steps .placeholder{font-size:var(--st-font-size-xs);font-weight:var(--st-font-weight-normal);color:var(--st-color-placeholder);line-height:var(--st-font-line-height-xs)}.starter-templates-ai-steps .label-text{font-size:var(--st-font-size-s);font-weight:var(--st-font-weight-bold);color:var(--st-color-heading);line-height:var(--st-font-line-height-s)}.starter-templates-ai-steps .label-text.label-bold{font-weight:var(--st-font-weight-extra-bold)}.starter-templates-ai-steps .screen-description{margin:20px auto 40px;max-width:700px}.starter-templates-ai-steps .ist-customizer-heading{margin-bottom:10px}.starter-templates-ai-steps .ist-secondary-heading{margin:25px 0 17px 0}.starter-templates-ai-steps .ist-fonts-description,.starter-templates-ai-steps .ist-colors-description{margin:2em 0 0 0}.starter-templates-ai-steps .ist-footer-note{font-size:12px}.starter-templates-ai-steps .customizer-header{background:var(--st-background-secondary);border-bottom:1px solid var(--st-border-color)}.starter-templates-ai-steps .customizer-header .header-name{padding:6% 9%;width:100%}.starter-templates-ai-steps .toggle-sidebar-wrap{display:none}.starter-templates-ai-steps .step-customizer .step-content{background-color:var(--st-background-secondary)}.starter-templates-ai-steps .step-customizer .hide-sidebar .step-col-left{margin-right:calc(var(--sidebar-width) * -1);transition:margin-right 350ms linear}.starter-templates-ai-steps .step-customizer .hide-sidebar .step-col-right{margin-right:0%;transition:margin-right 350ms linear}.starter-templates-ai-steps .step-customizer .hide-sidebar .toggle-sidebar-wrap{background:var(--st-color-accent)}.starter-templates-ai-steps .step-customizer .hide-sidebar .toggle-sidebar-wrap svg path{fill:var(--st-color-white)}.starter-templates-ai-steps .step-customizer .screen-description{margin:0}.starter-templates-ai-steps .step-customizer .toggle-sidebar-wrap{width:18px;background:#f4f5f6;box-shadow:-1px 0px 3px rgba(0,0,0,.1),-1px 0px 2px rgba(0,0,0,.06);border-radius:var(--st-border-radius-2) 0px 0px var(--st-border-radius-2);height:61px;display:flex;align-items:center;justify-content:center;position:absolute;right:100%;top:50%;transform:translateY(-50%);cursor:pointer}.starter-templates-ai-steps .step-customizer .toggle-sidebar-wrap svg{height:15px;width:15px}.starter-templates-ai-steps .step-customizer .toggle-sidebar-wrap svg path{fill:var(--st-color-placeholder)}.starter-templates-ai-steps .step-customizer .toggle-sidebar-wrap:hover{background:var(--st-color-accent)}.starter-templates-ai-steps .step-customizer .toggle-sidebar-wrap:hover svg path{fill:var(--st-color-white)}.starter-templates-ai-steps .step-customizer .logo-skip-info{padding:20px;background:var(--st-color-light-gray);border-radius:4px}.starter-templates-ai-steps .step-customizer .logo-skip-info p{margin-top:5px}.starter-templates-ai-steps .step-customizer .premium-notice{border:1px solid #dc323291;background:#dc323208;border-radius:var(--st-border-radius-2);padding:10px;color:#4b5563;font-size:var(--st-font-size-xs);margin-bottom:10px}.step-customizer .starter-templates-ai-steps .step-content{padding:0;border-radius:0;border-bottom:none}.step-customizer .starter-templates-ai-steps .step-content .step-controls{padding:8%}.step-congrats .starter-templates-ai-steps .step-content{padding:4%}.step-congrats .starter-templates-ai-steps .step-row{height:calc(100vh - 62px)}#ist-bashcanvas{pointer-events:none;position:fixed;z-index:2;inset:0}#st-welcome-video,#st-information-video{width:770px;height:446px;right:0px;top:0px;border:15px solid var(--st-color-white);box-shadow:0px 10px 15px -2px rgba(0,0,0,.1),0px 4px 6px -2px rgba(0,0,0,.05);border-radius:var(--st-border-radius-4)}.ist-fadeinUp{-webkit-animation:ist-fadeinUp 500ms ease-in-out;animation:ist-fadeinUp 500ms ease-in-out}@-webkit-keyframes ist-fadeinUp{0%{opacity:0;transform:translateY(10px)}100%{opacity:1;transform:translateY(0)}}@keyframes ist-fadeinUp{0%{opacity:0;transform:translateY(10px)}100%{opacity:1;transform:translateY(0)}}.step-content.customize-business-logo .content-wrapper{-webkit-animation:logo-screen-fadeIn 500ms;animation:logo-screen-fadeIn 500ms}@-webkit-keyframes logo-screen-fadeIn{0%{opacity:.3}100%{opacity:1}}@keyframes logo-screen-fadeIn{0%{opacity:.3}100%{opacity:1}}.step-content.customize-site-colors .content-wrapper{-webkit-animation:colors-screen-fadeIn 500ms;animation:colors-screen-fadeIn 500ms}@-webkit-keyframes colors-screen-fadeIn{0%{opacity:.3}100%{opacity:1}}@keyframes colors-screen-fadeIn{0%{opacity:.3}100%{opacity:1}}.step-content.customize-site-typography .content-wrapper{-webkit-animation:typo-screen-fadeIn 500ms;animation:typo-screen-fadeIn 500ms}@-webkit-keyframes typo-screen-fadeIn{0%{opacity:.3}100%{opacity:1}}@keyframes typo-screen-fadeIn{0%{opacity:.3}100%{opacity:1}}.step-content.congratulations .content-wrapper{-webkit-animation:congrats-screen-fadeIn 500ms;animation:congrats-screen-fadeIn 500ms}@-webkit-keyframes congrats-screen-fadeIn{0%{opacity:.3}100%{opacity:1}}@keyframes congrats-screen-fadeIn{0%{opacity:.3}100%{opacity:1}}
inc/lib/onboarding/assets/src/steps/site-list/header/sync-library/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import React, { useState } from 'react';
2
  import { __ } from '@wordpress/i18n';
3
  import { Toaster, Tooltip } from '@brainstormforce/starter-templates';
4
  import ICONS from '../../../../../icons';
@@ -21,6 +21,18 @@ const SyncLibrary = () => {
21
  setIsLoading( false );
22
  };
23
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  return (
25
  <>
26
  <div
1
+ import React, { useState, useEffect } from 'react';
2
  import { __ } from '@wordpress/i18n';
3
  import { Toaster, Tooltip } from '@brainstormforce/starter-templates';
4
  import ICONS from '../../../../../icons';
21
  setIsLoading( false );
22
  };
23
 
24
+ useEffect( () => {
25
+ if ( isLoading ) {
26
+ window.onbeforeunload = () => {
27
+ return true;
28
+ };
29
+
30
+ return () => {
31
+ window.onbeforeunload = null;
32
+ };
33
+ }
34
+ }, [ isLoading ] );
35
+
36
  return (
37
  <>
38
  <div
inc/lib/onboarding/assets/src/steps/site-list/header/sync-library/utils.js CHANGED
@@ -36,7 +36,7 @@ export const SyncStart = async () => {
36
  if ( data === 'updated' ) {
37
  syncStatus.push( true );
38
  syncEnded = true;
39
- } else if ( data === 'batch' ) {
40
  allSitesData = await SyncImportAllSites();
41
  syncStatus.push( await SyncAllCategoriesAndTags() );
42
  syncStatus.push( await SyncAllCategories() );
36
  if ( data === 'updated' ) {
37
  syncStatus.push( true );
38
  syncEnded = true;
39
+ } else {
40
  allSitesData = await SyncImportAllSites();
41
  syncStatus.push( await SyncAllCategoriesAndTags() );
42
  syncStatus.push( await SyncAllCategories() );
languages/astra-sites.pot CHANGED
@@ -2,14 +2,14 @@
2
  # This file is distributed under the same license as the Starter Templates plugin.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Starter Templates 3.0.9\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/astra-sites\n"
7
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8
  "Language-Team: LANGUAGE <LL@li.org>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2021-12-11T07:32:27+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.1-alpha\n"
15
  "X-Domain: astra-sites\n"
@@ -18,7 +18,7 @@ msgstr ""
18
  #: astra-sites.php:18
19
  #: astra-sites.php:77
20
  #: inc/lib/onboarding/class-onboarding-loader.php:62
21
- #: inc/lib/onboarding/assets/dist/main.js:1746
22
  #: inc/lib/onboarding/assets/src/components/logo/index.js:16
23
  msgid "Starter Templates"
24
  msgstr ""
@@ -83,7 +83,7 @@ msgid "Get unlimited access to all premium Starter Templates and more, at a sing
83
  msgstr ""
84
 
85
  #: classes/class-astra-sites-admin.php:111
86
- #: inc/lib/onboarding/assets/dist/main.js:7051
87
  #: inc/lib/onboarding/assets/src/steps/site-list/index.js:231
88
  msgid "Get Essential Bundle"
89
  msgstr ""
@@ -352,8 +352,7 @@ msgstr ""
352
  #: inc/classes/class-astra-sites.php:1370
353
  #: inc/includes/templates.php:28
354
  #: inc/includes/templates.php:35
355
- #: inc/lib/onboarding/assets/dist/main.js:7519
356
- #: inc/lib/onboarding/assets/dist/main.js:7814
357
  #: inc/lib/onboarding/assets/src/steps/site-list/site-category-filter/index.js:30
358
  #: inc/lib/onboarding/assets/src/steps/site-list/site-type-filter/index.js:16
359
  msgid "All"
@@ -376,9 +375,8 @@ msgstr ""
376
  #: inc/includes/templates.php:181
377
  #: inc/includes/templates.php:308
378
  #: inc/includes/templates.php:394
379
- #: inc/lib/onboarding/assets/dist/main.js:6993
380
- #: inc/lib/onboarding/assets/dist/main.js:7817
381
- #: inc/lib/onboarding/assets/dist/main.js:7896
382
  #: inc/lib/onboarding/assets/src/steps/site-list/index.js:82
383
  #: inc/lib/onboarding/assets/src/steps/site-list/site-type-filter/index.js:20
384
  #: inc/lib/onboarding/assets/src/steps/site-list/sites-grid/index.js:22
@@ -399,9 +397,8 @@ msgid "The default WordPress editor"
399
  msgstr ""
400
 
401
  #: inc/classes/class-astra-sites-page.php:484
402
- #: inc/lib/onboarding/assets/dist/main.js:6039
403
- #: inc/lib/onboarding/assets/dist/main.js:6040
404
- #: inc/lib/onboarding/assets/dist/main.js:7189
405
  #: inc/lib/onboarding/assets/src/steps/page-builder/index.js:100
406
  #: inc/lib/onboarding/assets/src/steps/page-builder/index.js:103
407
  #: inc/lib/onboarding/assets/src/steps/site-list/page-builder-filter/index.js:18
@@ -409,9 +406,8 @@ msgid "Elementor"
409
  msgstr ""
410
 
411
  #: inc/classes/class-astra-sites-page.php:489
412
- #: inc/lib/onboarding/assets/dist/main.js:6053
413
- #: inc/lib/onboarding/assets/dist/main.js:6054
414
- #: inc/lib/onboarding/assets/dist/main.js:7193
415
  #: inc/lib/onboarding/assets/src/steps/page-builder/index.js:118
416
  #: inc/lib/onboarding/assets/src/steps/page-builder/index.js:124
417
  #: inc/lib/onboarding/assets/src/steps/site-list/page-builder-filter/index.js:23
@@ -419,9 +415,8 @@ msgid "Beaver Builder"
419
  msgstr ""
420
 
421
  #: inc/classes/class-astra-sites-page.php:494
422
- #: inc/lib/onboarding/assets/dist/main.js:6067
423
- #: inc/lib/onboarding/assets/dist/main.js:6068
424
- #: inc/lib/onboarding/assets/dist/main.js:7200
425
  #: inc/lib/onboarding/assets/src/steps/page-builder/index.js:140
426
  #: inc/lib/onboarding/assets/src/steps/page-builder/index.js:143
427
  #: inc/lib/onboarding/assets/src/steps/site-list/page-builder-filter/index.js:31
@@ -765,13 +760,13 @@ msgid "Travel/Vacation"
765
  msgstr ""
766
 
767
  #: inc/classes/class-astra-sites.php:1393
768
- #: inc/lib/onboarding/assets/dist/main.js:7758
769
  #: inc/lib/onboarding/assets/src/steps/site-list/site-order-filter/index.js:16
770
  msgid "Popular"
771
  msgstr ""
772
 
773
  #: inc/classes/class-astra-sites.php:1394
774
- #: inc/lib/onboarding/assets/dist/main.js:7761
775
  #: inc/lib/onboarding/assets/src/steps/site-list/site-order-filter/index.js:20
776
  msgid "Latest"
777
  msgstr ""
@@ -1020,7 +1015,7 @@ msgstr ""
1020
 
1021
  #: inc/classes/class-astra-sites.php:1745
1022
  #: inc/includes/admin-page.php:661
1023
- #: inc/lib/onboarding/assets/dist/main.js:8328
1024
  #: inc/lib/onboarding/assets/src/steps/survey/index.js:114
1025
  msgid "This starter template requires premium plugins. As these are third party premium plugins, you'll need to purchase, install and activate them first."
1026
  msgstr ""
@@ -1069,7 +1064,7 @@ msgstr ""
1069
 
1070
  #: inc/classes/class-astra-sites.php:1864
1071
  #: inc/includes/admin-page.php:1027
1072
- #: inc/lib/onboarding/assets/dist/main.js:8167
1073
  #: inc/lib/onboarding/assets/src/steps/survey/advanced-settings.js:197
1074
  msgid "Install Required Plugins"
1075
  msgstr ""
@@ -1200,7 +1195,7 @@ msgstr ""
1200
  #: inc/includes/templates.php:328
1201
  #: inc/includes/templates.php:414
1202
  #: inc/includes/templates.php:475
1203
- #: inc/lib/onboarding/assets/dist/main.js:5907
1204
  #: inc/lib/onboarding/assets/src/steps/index.js:155
1205
  msgid "Back to Templates"
1206
  msgstr ""
@@ -1288,7 +1283,6 @@ msgid "Learn how you can <a href=\"%1$s\" target=\"_blank\">activate the license
1288
  msgstr ""
1289
 
1290
  #: inc/includes/admin-page.php:735
1291
- #: inc/lib/onboarding/assets/dist/main.js:3050
1292
  #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/license-validation/controls.js:79
1293
  msgid "Not Valid License"
1294
  msgstr ""
@@ -1370,7 +1364,7 @@ msgid "Heads Up!"
1370
  msgstr ""
1371
 
1372
  #: inc/includes/admin-page.php:896
1373
- #: inc/lib/onboarding/assets/dist/main.js:8440
1374
  #: inc/lib/onboarding/assets/src/steps/survey/survey.js:57
1375
  msgid "Beginner"
1376
  msgstr ""
@@ -1380,7 +1374,7 @@ msgid "Intermediate"
1380
  msgstr ""
1381
 
1382
  #: inc/includes/admin-page.php:898
1383
- #: inc/lib/onboarding/assets/dist/main.js:8444
1384
  #: inc/lib/onboarding/assets/src/steps/survey/survey.js:62
1385
  msgid "Expert"
1386
  msgstr ""
@@ -1411,7 +1405,7 @@ msgid "First name is required"
1411
  msgstr ""
1412
 
1413
  #: inc/includes/admin-page.php:920
1414
- #: inc/lib/onboarding/assets/dist/main.js:8410
1415
  #: inc/lib/onboarding/assets/src/steps/survey/survey.js:20
1416
  msgid "Your First Name"
1417
  msgstr ""
@@ -1421,7 +1415,7 @@ msgid "Email address is required"
1421
  msgstr ""
1422
 
1423
  #: inc/includes/admin-page.php:925
1424
- #: inc/lib/onboarding/assets/dist/main.js:8418
1425
  #: inc/lib/onboarding/assets/src/steps/survey/survey.js:29
1426
  msgid "Your Work Email"
1427
  msgstr ""
@@ -1440,7 +1434,6 @@ msgid "By submitting, you agree to our %1$sTerms%2$s and %3$sPrivacy Policy%4$s.
1440
  msgstr ""
1441
 
1442
  #: inc/includes/admin-page.php:957
1443
- #: inc/lib/onboarding/assets/dist/main.js:1055
1444
  #: inc/lib/onboarding/assets/src/components/customizer-step/index.js:30
1445
  msgid "Skip"
1446
  msgstr ""
@@ -1450,25 +1443,25 @@ msgid "To serve more beautiful starter templates, we would like to know more abo
1450
  msgstr ""
1451
 
1452
  #: inc/includes/admin-page.php:982
1453
- #: inc/lib/onboarding/assets/dist/main.js:8115
1454
  #: inc/lib/onboarding/assets/src/steps/survey/advanced-settings.js:78
1455
  msgid "Advanced Options"
1456
  msgstr ""
1457
 
1458
  #: inc/includes/admin-page.php:996
1459
- #: inc/lib/onboarding/assets/dist/main.js:8137
1460
  #: inc/lib/onboarding/assets/src/steps/survey/advanced-settings.js:132
1461
  msgid "Install & Activate Astra Theme"
1462
  msgstr ""
1463
 
1464
  #: inc/includes/admin-page.php:997
1465
- #: inc/lib/onboarding/assets/dist/main.js:8138
1466
  #: inc/lib/onboarding/assets/src/steps/survey/advanced-settings.js:138
1467
  msgid "To import the site in the original format, you would need the Astra theme activated. You can import it with any other theme, but the site might lose some of the design settings and look a bit different."
1468
  msgstr ""
1469
 
1470
  #: inc/includes/admin-page.php:1005
1471
- #: inc/lib/onboarding/assets/dist/main.js:8149
1472
  #: inc/lib/onboarding/assets/src/steps/survey/advanced-settings.js:158
1473
  msgid "Import Customizer Settings"
1474
  msgstr ""
@@ -1479,25 +1472,25 @@ msgid "%1$s customizer serves global settings that give uniform design to the we
1479
  msgstr ""
1480
 
1481
  #: inc/includes/admin-page.php:1020
1482
- #: inc/lib/onboarding/assets/dist/main.js:8159
1483
  #: inc/lib/onboarding/assets/src/steps/survey/advanced-settings.js:183
1484
  msgid "Import Widgets"
1485
  msgstr ""
1486
 
1487
  #: inc/includes/admin-page.php:1030
1488
- #: inc/lib/onboarding/assets/dist/main.js:8168
1489
  #: inc/lib/onboarding/assets/src/steps/survey/advanced-settings.js:206
1490
  msgid "Plugins needed to import this template are missing. Required plugins will be installed and activated automatically."
1491
  msgstr ""
1492
 
1493
  #: inc/includes/admin-page.php:1039
1494
- #: inc/lib/onboarding/assets/dist/main.js:8181
1495
  #: inc/lib/onboarding/assets/src/steps/survey/advanced-settings.js:241
1496
  msgid "Import Content"
1497
  msgstr ""
1498
 
1499
  #: inc/includes/admin-page.php:1042
1500
- #: inc/lib/onboarding/assets/dist/main.js:8182
1501
  #: inc/lib/onboarding/assets/src/steps/survey/advanced-settings.js:244
1502
  msgid "Selecting this option will import dummy pages, posts, images, and menus. If you do not want to import dummy content, please uncheck this option."
1503
  msgstr ""
@@ -1525,7 +1518,7 @@ msgid "Delete Previously Imported Site"
1525
  msgstr ""
1526
 
1527
  #: inc/includes/admin-page.php:1101
1528
- #: inc/lib/onboarding/assets/dist/main.js:8128
1529
  #: inc/lib/onboarding/assets/src/steps/survey/advanced-settings.js:104
1530
  msgid "WARNING: Selecting this option will delete all data from the previous import. Choose this option only if this is intended."
1531
  msgstr ""
@@ -1588,8 +1581,8 @@ msgid "Close"
1588
  msgstr ""
1589
 
1590
  #: inc/includes/templates.php:130
1591
- #: inc/lib/onboarding/assets/dist/main.js:6276
1592
- #: inc/lib/onboarding/assets/src/steps/site-list/header/sync-library/index.js:30
1593
  msgid "Sync Library"
1594
  msgstr ""
1595
 
@@ -1638,21 +1631,32 @@ msgstr ""
1638
  msgid "You are not authorized to perform this action."
1639
  msgstr ""
1640
 
1641
- #: inc/lib/onboarding/assets/dist/main.js:876
1642
- #: inc/lib/onboarding/assets/src/components/change-template/index.js:26
1643
- msgid "Selected Template:"
 
 
 
 
 
 
 
1644
  msgstr ""
1645
 
1646
- #: inc/lib/onboarding/assets/dist/main.js:1053
1647
- #: inc/lib/onboarding/assets/dist/main.js:1557
1648
- #: inc/lib/onboarding/assets/dist/main.js:1967
1649
- #: inc/lib/onboarding/assets/dist/main.js:3098
1650
- #: inc/lib/onboarding/assets/dist/main.js:3345
1651
- #: inc/lib/onboarding/assets/dist/main.js:5652
1652
- #: inc/lib/onboarding/assets/dist/main.js:6071
1653
- #: inc/lib/onboarding/assets/dist/main.js:7044
1654
- #: inc/lib/onboarding/assets/dist/main.js:8353
1655
- #: inc/lib/onboarding/assets/dist/main.js:8624
 
 
 
 
1656
  #: inc/lib/onboarding/assets/src/components/customizer-step/index.js:25
1657
  #: inc/lib/onboarding/assets/src/components/font-selector/font-selector.js:221
1658
  #: inc/lib/onboarding/assets/src/components/media-uploader/index.js:231
@@ -1666,801 +1670,769 @@ msgstr ""
1666
  msgid "Back"
1667
  msgstr ""
1668
 
1669
- #: inc/lib/onboarding/assets/dist/main.js:1260
1670
- #: inc/lib/onboarding/assets/src/components/error/index.js:75
1671
- msgid "Error Occured!"
 
1672
  msgstr ""
1673
 
1674
- #: inc/lib/onboarding/assets/dist/main.js:1289
1675
- #: inc/lib/onboarding/assets/src/components/error/index.js:141
1676
- msgid "Please report this error&nbsp;"
 
1677
  msgstr ""
1678
 
1679
- #: inc/lib/onboarding/assets/dist/main.js:1293
1680
- #: inc/lib/onboarding/assets/src/components/error/index.js:154
1681
- msgid "&nbsp;so we can fix it."
1682
  msgstr ""
1683
 
1684
- #: inc/lib/onboarding/assets/dist/main.js:1297
1685
- #: inc/lib/onboarding/assets/src/components/error/index.js:161
1686
- msgid "Try Importing Again"
1687
  msgstr ""
1688
 
1689
- #: inc/lib/onboarding/assets/dist/main.js:1337
1690
- #: inc/lib/onboarding/assets/dist/main.js:5913
1691
- #: inc/lib/onboarding/assets/src/components/exist-to-dashboard/index.js:13
1692
- #: inc/lib/onboarding/assets/src/steps/index.js:167
1693
- msgid "Exit to Dashboard"
1694
  msgstr ""
1695
 
1696
- #: inc/lib/onboarding/assets/dist/main.js:1538
1697
- #: inc/lib/onboarding/assets/src/components/font-selector/font-selector.js:199
1698
- msgid "Default Fonts:"
1699
  msgstr ""
1700
 
1701
- #: inc/lib/onboarding/assets/dist/main.js:1545
1702
- #: inc/lib/onboarding/assets/dist/main.js:3331
1703
- #: inc/lib/onboarding/assets/src/components/font-selector/font-selector.js:208
1704
- #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-colors/controls.js:266
1705
- msgid "You can also try:"
 
1706
  msgstr ""
1707
 
1708
- #: inc/lib/onboarding/assets/dist/main.js:1554
1709
- #: inc/lib/onboarding/assets/dist/main.js:1965
1710
- #: inc/lib/onboarding/assets/dist/main.js:3342
1711
- #: inc/lib/onboarding/assets/src/components/font-selector/font-selector.js:218
1712
- #: inc/lib/onboarding/assets/src/components/media-uploader/index.js:226
1713
- #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-colors/controls.js:279
1714
- msgid "Continue"
1715
  msgstr ""
1716
 
1717
- #: inc/lib/onboarding/assets/dist/main.js:1606
1718
- #: inc/lib/onboarding/assets/src/components/import-steps/import-loader.js:15
1719
- msgid "1. Installing required theme, plugins, forms, etc"
1720
  msgstr ""
1721
 
1722
- #: inc/lib/onboarding/assets/dist/main.js:1611
1723
- #: inc/lib/onboarding/assets/src/components/import-steps/import-loader.js:22
1724
- msgid "2. Importing pages, menus, posts, etc"
1725
  msgstr ""
1726
 
1727
- #: inc/lib/onboarding/assets/dist/main.js:1616
1728
- #: inc/lib/onboarding/assets/src/components/import-steps/import-loader.js:26
1729
- msgid "3. Setting up customizer settings and ther site settings"
1730
  msgstr ""
1731
 
1732
- #: inc/lib/onboarding/assets/dist/main.js:1621
1733
- #: inc/lib/onboarding/assets/src/components/import-steps/import-loader.js:33
1734
- msgid "4. Finalizing last few settings"
 
 
 
1735
  msgstr ""
1736
 
1737
- #: inc/lib/onboarding/assets/dist/main.js:1634
1738
- #: inc/lib/onboarding/assets/src/components/import-steps/import-loader.js:44
1739
- msgid "Done "
1740
  msgstr ""
1741
 
1742
- #: inc/lib/onboarding/assets/dist/main.js:1652
1743
- #: inc/lib/onboarding/assets/src/components/import-steps/import-loader.js:73
1744
- msgid "Redirecting you in "
1745
  msgstr ""
1746
 
1747
- #: inc/lib/onboarding/assets/dist/main.js:1654
1748
- #: inc/lib/onboarding/assets/src/components/import-steps/import-loader.js:75
1749
- msgid "3 seconds…"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1750
  msgstr ""
1751
 
1752
- #: inc/lib/onboarding/assets/dist/main.js:1915
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1753
  #: inc/lib/onboarding/assets/src/components/media-uploader/index.js:120
1754
  msgid "Remove Logo"
1755
  msgstr ""
1756
 
1757
- #: inc/lib/onboarding/assets/dist/main.js:1932
1758
  #: inc/lib/onboarding/assets/src/components/media-uploader/index.js:144
1759
  msgid "Site Logo"
1760
  msgstr ""
1761
 
1762
- #: inc/lib/onboarding/assets/dist/main.js:1937
1763
  #: inc/lib/onboarding/assets/src/components/media-uploader/index.js:151
1764
  msgid "Change Logo"
1765
  msgstr ""
1766
 
1767
- #: inc/lib/onboarding/assets/dist/main.js:1940
1768
  #: inc/lib/onboarding/assets/src/components/media-uploader/index.js:167
1769
  msgid "Upload File Here"
1770
  msgstr ""
1771
 
1772
- #: inc/lib/onboarding/assets/dist/main.js:1940
1773
  #: inc/lib/onboarding/assets/src/components/media-uploader/index.js:170
1774
  msgid "Suggested Dimensions: 180x60 pixels"
1775
  msgstr ""
1776
 
1777
- #: inc/lib/onboarding/assets/dist/main.js:1942
1778
  #: inc/lib/onboarding/assets/src/components/media-uploader/index.js:183
1779
  msgid "Don't have Logo? No Problem!"
1780
  msgstr ""
1781
 
1782
- #: inc/lib/onboarding/assets/dist/main.js:1942
1783
  #: inc/lib/onboarding/assets/src/components/media-uploader/index.js:189
1784
  msgid "You can upload it later"
1785
  msgstr ""
1786
 
1787
- #: inc/lib/onboarding/assets/dist/main.js:1965
1788
  #: inc/lib/onboarding/assets/src/components/media-uploader/index.js:227
1789
  msgid "Skip & Continue"
1790
  msgstr ""
1791
 
1792
- #. translators: %1$s Time taken %2$s Time Type %3$s Website Url.
1793
- #: inc/lib/onboarding/assets/dist/main.js:2710
1794
- #: inc/lib/onboarding/assets/src/steps/congrats/index.js:97
1795
- msgid "Your Website is ready and it took just %1$s %2$s to build. %3$s"
1796
  msgstr ""
1797
 
1798
- #. translators: Website URL.
1799
- #: inc/lib/onboarding/assets/dist/main.js:2714
1800
- #: inc/lib/onboarding/assets/src/steps/congrats/index.js:109
1801
- msgid "Your Website is up and ready!. %1$s"
1802
  msgstr ""
1803
 
1804
- #: inc/lib/onboarding/assets/dist/main.js:2731
1805
- #: inc/lib/onboarding/assets/src/steps/congrats/index.js:132
1806
- msgid "Congratulations!"
 
1807
  msgstr ""
1808
 
1809
- #: inc/lib/onboarding/assets/dist/main.js:2765
1810
- #: inc/lib/onboarding/assets/src/steps/congrats/index.js:170
1811
- msgid "CLICK TO TWEET"
 
 
 
 
 
 
 
 
 
 
 
 
 
1812
  msgstr ""
1813
 
1814
- #: inc/lib/onboarding/assets/dist/main.js:2846
1815
- #: inc/lib/onboarding/assets/dist/main.js:3398
1816
- #: inc/lib/onboarding/assets/dist/main.js:3752
1817
  #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/business-logo/index.js:25
1818
  #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-colors/index.js:25
1819
  #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-typography/index.js:25
1820
  msgid "This is a Premium Template"
1821
  msgstr ""
1822
 
1823
- #: inc/lib/onboarding/assets/dist/main.js:2848
1824
  #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/business-logo/index.js:32
1825
  msgid "Logo"
1826
  msgstr ""
1827
 
1828
- #: inc/lib/onboarding/assets/dist/main.js:2850
1829
  #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/business-logo/index.js:35
1830
  msgid "Choose logo for your site. You can update it anytime later."
1831
  msgstr ""
1832
 
1833
- #: inc/lib/onboarding/assets/dist/main.js:2993
1834
- #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/license-validation/controls.js:42
1835
- msgid "Please Enter License Key"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1836
  msgstr ""
1837
 
1838
  #. translators: %1$s Support page URL.
1839
- #: inc/lib/onboarding/assets/dist/main.js:3055
1840
  #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/license-validation/controls.js:86
1841
  msgid "<b> Questions? </b> Get in touch with our %1$ssupport team%2$s."
1842
  msgstr ""
1843
 
1844
  #. translators: %1$s Store page URL.
1845
- #: inc/lib/onboarding/assets/dist/main.js:3065
1846
  #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/license-validation/controls.js:103
1847
  msgid "If you have purchased our Essential or Growth Bundle, please install the premium version of the plugin that you can %1$sdownload.%2$s from our store."
1848
  msgstr ""
1849
 
1850
- #: inc/lib/onboarding/assets/dist/main.js:3066
1851
  #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/license-validation/controls.js:113
1852
  msgid "Already a customer?"
1853
  msgstr ""
1854
 
1855
- #: inc/lib/onboarding/assets/dist/main.js:3068
1856
  #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/license-validation/controls.js:117
1857
  msgid "If you have purchased our Essential or Growth Bundle, just enter your license key below to import this template."
1858
  msgstr ""
1859
 
1860
- #: inc/lib/onboarding/assets/dist/main.js:3075
1861
  #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/license-validation/controls.js:131
1862
  msgid "Currently the free version is installed."
1863
  msgstr ""
1864
 
1865
- #: inc/lib/onboarding/assets/dist/main.js:3086
1866
  #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/license-validation/controls.js:148
1867
  msgid "License key"
1868
  msgstr ""
1869
 
1870
- #: inc/lib/onboarding/assets/dist/main.js:3150
1871
- #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/license-validation/index.js:16
1872
- msgid "This is a premium template and comes with our Essentials and Growth Bundle. <br/><br/> Get access to this premium template and 100+ more."
1873
- msgstr ""
1874
-
1875
- #: inc/lib/onboarding/assets/dist/main.js:3162
1876
- #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/license-validation/index.js:31
1877
- msgid "Liked this Starter Template?"
1878
- msgstr ""
1879
-
1880
- #: inc/lib/onboarding/assets/dist/main.js:3170
1881
- #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/license-validation/index.js:38
1882
- msgid "Unlock Access"
1883
- msgstr ""
1884
-
1885
- #: inc/lib/onboarding/assets/dist/main.js:3216
1886
- #: inc/lib/onboarding/assets/dist/main.js:3241
1887
- #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-colors/controls.js:16
1888
- #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-colors/controls.js:109
1889
- msgid "Style 1"
1890
- msgstr ""
1891
-
1892
- #: inc/lib/onboarding/assets/dist/main.js:3220
1893
- #: inc/lib/onboarding/assets/dist/main.js:3245
1894
- #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-colors/controls.js:31
1895
- #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-colors/controls.js:124
1896
- msgid "Style 2"
1897
- msgstr ""
1898
-
1899
- #: inc/lib/onboarding/assets/dist/main.js:3224
1900
- #: inc/lib/onboarding/assets/dist/main.js:3249
1901
- #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-colors/controls.js:46
1902
- #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-colors/controls.js:139
1903
- msgid "Style 3"
1904
  msgstr ""
1905
 
1906
- #: inc/lib/onboarding/assets/dist/main.js:3228
1907
- #: inc/lib/onboarding/assets/dist/main.js:3253
1908
- #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-colors/controls.js:61
1909
- #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-colors/controls.js:154
1910
- msgid "Style 4"
1911
  msgstr ""
1912
 
1913
- #: inc/lib/onboarding/assets/dist/main.js:3232
1914
- #: inc/lib/onboarding/assets/dist/main.js:3257
1915
- #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-colors/controls.js:76
1916
- #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-colors/controls.js:169
1917
- msgid "Style 5"
1918
  msgstr ""
1919
 
1920
- #: inc/lib/onboarding/assets/dist/main.js:3236
1921
- #: inc/lib/onboarding/assets/dist/main.js:3261
1922
- #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-colors/controls.js:91
1923
- #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-colors/controls.js:184
1924
- msgid "Style 6"
1925
  msgstr ""
1926
 
1927
- #: inc/lib/onboarding/assets/dist/main.js:3400
1928
- #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-colors/index.js:32
1929
- msgid "Colors"
1930
  msgstr ""
1931
 
1932
- #: inc/lib/onboarding/assets/dist/main.js:3402
1933
- #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-colors/index.js:35
1934
- msgid "Choose colors for your site. You can update them anytime later."
1935
  msgstr ""
1936
 
1937
- #: inc/lib/onboarding/assets/dist/main.js:3754
1938
- #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-typography/index.js:32
1939
- msgid "Fonts"
1940
  msgstr ""
1941
 
1942
- #: inc/lib/onboarding/assets/dist/main.js:3756
1943
- #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-typography/index.js:35
1944
- msgid "Choose fonts for your site. You can update them anytime later."
1945
  msgstr ""
1946
 
1947
- #: inc/lib/onboarding/assets/dist/main.js:3988
1948
- #: inc/lib/onboarding/assets/dist/main.js:4013
1949
- #: inc/lib/onboarding/assets/dist/main.js:5605
1950
- #: inc/lib/onboarding/assets/src/steps/import-site/import-utils.js:85
1951
- #: inc/lib/onboarding/assets/src/steps/import-site/import-utils.js:114
1952
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:1411
1953
- msgid "Fetching related demo failed."
1954
  msgstr ""
1955
 
1956
- #: inc/lib/onboarding/assets/dist/main.js:4080
1957
- #: inc/lib/onboarding/assets/src/steps/import-site/import-utils.js:172
1958
- msgid "Installing Astra Theme…"
1959
  msgstr ""
1960
 
1961
- #: inc/lib/onboarding/assets/dist/main.js:4090
1962
- #: inc/lib/onboarding/assets/dist/main.js:4111
1963
- #: inc/lib/onboarding/assets/src/steps/import-site/import-utils.js:186
1964
- #: inc/lib/onboarding/assets/src/steps/import-site/import-utils.js:209
1965
- msgid "Astra Theme Installed."
1966
  msgstr ""
1967
 
1968
- #: inc/lib/onboarding/assets/dist/main.js:4118
1969
- #: inc/lib/onboarding/assets/src/steps/import-site/import-utils.js:219
1970
- msgid "Astra theme installation failed."
1971
  msgstr ""
1972
 
1973
- #: inc/lib/onboarding/assets/dist/main.js:4423
1974
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:141
1975
- msgid "Starting Import."
1976
  msgstr ""
1977
 
1978
- #: inc/lib/onboarding/assets/dist/main.js:4441
1979
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:159
1980
  msgid "Installing Required Plugins."
1981
  msgstr ""
1982
 
1983
  #. translators: Plugin Name.
1984
- #: inc/lib/onboarding/assets/dist/main.js:4457
1985
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:176
1986
  msgid "%1$s plugin installed successfully."
1987
  msgstr ""
1988
 
1989
- #: inc/lib/onboarding/assets/dist/main.js:4477
1990
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:206
1991
  msgid "Could not install the plugin list."
1992
  msgstr ""
1993
 
1994
- #. translators: Plugin Name.
1995
- #: inc/lib/onboarding/assets/dist/main.js:4495
1996
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:231
1997
- msgid "Activating %1$s plugin."
1998
- msgstr ""
1999
-
2000
- #. translators: Plugin Name.
2001
- #: inc/lib/onboarding/assets/dist/main.js:4529
2002
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:275
2003
- msgid "%1$s activated."
2004
- msgstr ""
2005
-
2006
- #: inc/lib/onboarding/assets/dist/main.js:4534
2007
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:283
2008
- msgid "JSON_Error: Could not activate the required plugin list."
2009
- msgstr ""
2010
-
2011
- #: inc/lib/onboarding/assets/dist/main.js:4543
2012
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:301
2013
- msgid "Could not activate the required plugin list."
2014
- msgstr ""
2015
-
2016
- #: inc/lib/onboarding/assets/dist/main.js:4577
2017
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:333
2018
  msgid "Reseting site."
2019
  msgstr ""
2020
 
2021
- #: inc/lib/onboarding/assets/dist/main.js:4610
2022
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:368
2023
  msgid "Reset for old website is done."
2024
  msgstr ""
2025
 
2026
- #: inc/lib/onboarding/assets/dist/main.js:4642
2027
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:382
2028
  msgid "Resetting terms and forms."
2029
  msgstr ""
2030
 
2031
- #: inc/lib/onboarding/assets/dist/main.js:4666
2032
- #: inc/lib/onboarding/assets/dist/main.js:4673
2033
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:405
2034
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:422
2035
  msgid "Resetting terms and forms failed."
2036
  msgstr ""
2037
 
2038
- #: inc/lib/onboarding/assets/dist/main.js:4705
2039
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:442
2040
  msgid "Gathering posts for deletions."
2041
  msgstr ""
2042
 
2043
- #: inc/lib/onboarding/assets/dist/main.js:4764
2044
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:467
2045
  msgid "Resetting posts done."
2046
  msgstr ""
2047
 
2048
- #: inc/lib/onboarding/assets/dist/main.js:4796
2049
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:481
2050
  msgid "Resetting posts."
2051
  msgstr ""
2052
 
2053
- #: inc/lib/onboarding/assets/dist/main.js:4823
2054
- #: inc/lib/onboarding/assets/dist/main.js:4830
2055
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:508
2056
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:522
2057
  msgid "Resetting posts failed."
2058
  msgstr ""
2059
 
2060
- #: inc/lib/onboarding/assets/dist/main.js:4859
2061
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:538
2062
  msgid "Resetting customizer."
2063
  msgstr ""
2064
 
2065
- #: inc/lib/onboarding/assets/dist/main.js:4886
2066
- #: inc/lib/onboarding/assets/dist/main.js:4893
2067
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:568
2068
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:582
2069
  msgid "Resetting customizer failed."
2070
  msgstr ""
2071
 
2072
- #: inc/lib/onboarding/assets/dist/main.js:4922
2073
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:598
2074
  msgid "Resetting site options."
2075
  msgstr ""
2076
 
2077
- #: inc/lib/onboarding/assets/dist/main.js:4949
2078
- #: inc/lib/onboarding/assets/dist/main.js:4956
2079
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:625
2080
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:640
2081
  msgid "Resetting site options Failed."
2082
  msgstr ""
2083
 
2084
- #: inc/lib/onboarding/assets/dist/main.js:4988
2085
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:660
2086
  msgid "Resetting widgets."
2087
  msgstr ""
2088
 
2089
- #: inc/lib/onboarding/assets/dist/main.js:5012
2090
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:682
2091
  msgid "Resetting widgets JSON parse failed."
2092
  msgstr ""
2093
 
2094
- #: inc/lib/onboarding/assets/dist/main.js:5019
2095
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:699
2096
  msgid "Resetting widgets failed."
2097
  msgstr ""
2098
 
2099
- #: inc/lib/onboarding/assets/dist/main.js:5049
2100
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:723
2101
- msgid "Importing CartFlows flows."
2102
- msgstr ""
2103
-
2104
- #: inc/lib/onboarding/assets/dist/main.js:5076
2105
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:751
2106
- msgid "Importing CartFlows flows failed due to parse JSON error."
2107
- msgstr ""
2108
-
2109
- #: inc/lib/onboarding/assets/dist/main.js:5083
2110
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:769
2111
- msgid "Importing CartFlows flows Failed."
2112
- msgstr ""
2113
-
2114
- #: inc/lib/onboarding/assets/dist/main.js:5101
2115
- #: inc/lib/onboarding/assets/dist/main.js:5156
2116
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:790
2117
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:858
2118
  msgid "Importing forms."
2119
  msgstr ""
2120
 
2121
- #: inc/lib/onboarding/assets/dist/main.js:5128
2122
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:818
2123
  msgid "Importing forms failed due to parse JSON error."
2124
  msgstr ""
2125
 
2126
- #: inc/lib/onboarding/assets/dist/main.js:5135
2127
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:836
2128
  msgid "Importing forms Failed."
2129
  msgstr ""
2130
 
2131
- #: inc/lib/onboarding/assets/dist/main.js:5182
2132
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:885
2133
  msgid "Importing Customizer failed due to parse JSON error."
2134
  msgstr ""
2135
 
2136
- #: inc/lib/onboarding/assets/dist/main.js:5189
2137
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:903
2138
  msgid "Importing Customizer Failed."
2139
  msgstr ""
2140
 
2141
- #: inc/lib/onboarding/assets/dist/main.js:5211
2142
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:927
2143
- msgid "The XML URL for the site content is empty."
2144
- msgstr ""
2145
-
2146
- #: inc/lib/onboarding/assets/dist/main.js:5213
2147
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:932
2148
- msgid "Importing Site Content Failed"
2149
- msgstr ""
2150
-
2151
- #: inc/lib/onboarding/assets/dist/main.js:5219
2152
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:944
2153
  msgid "Importing Site Content."
2154
  msgstr ""
2155
 
2156
- #: inc/lib/onboarding/assets/dist/main.js:5270
2157
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:1003
2158
  msgid "Importing Site Content Failed. - Import Process Interrupted"
2159
  msgstr ""
2160
 
2161
  #. translators: Response importMessage
2162
- #: inc/lib/onboarding/assets/dist/main.js:5286
2163
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:1030
2164
  msgid "Importing - %1$s"
2165
  msgstr ""
2166
 
2167
- #: inc/lib/onboarding/assets/dist/main.js:5291
2168
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:1039
2169
  msgid "Importing Site Content failed due to parse JSON error."
2170
  msgstr ""
2171
 
2172
- #: inc/lib/onboarding/assets/dist/main.js:5294
2173
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:1053
2174
  msgid "Importing Site Content Failed."
2175
  msgstr ""
2176
 
2177
- #: inc/lib/onboarding/assets/dist/main.js:5305
 
 
 
 
 
 
 
 
 
 
2178
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:1066
2179
  msgid "Importing Site Options."
2180
  msgstr ""
2181
 
2182
- #: inc/lib/onboarding/assets/dist/main.js:5331
2183
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:1093
2184
  msgid "Importing Site Options failed due to parse JSON error."
2185
  msgstr ""
2186
 
2187
- #: inc/lib/onboarding/assets/dist/main.js:5338
2188
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:1111
2189
  msgid "Importing Site Options Failed."
2190
  msgstr ""
2191
 
2192
- #: inc/lib/onboarding/assets/dist/main.js:5358
2193
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:1132
2194
  msgid "Importing Widgets."
2195
  msgstr ""
2196
 
2197
- #: inc/lib/onboarding/assets/dist/main.js:5385
2198
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:1161
2199
  msgid "Importing Widgets due to parse JSON error."
2200
  msgstr ""
2201
 
2202
- #: inc/lib/onboarding/assets/dist/main.js:5392
2203
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:1179
2204
  msgid "Importing Widgets Failed."
2205
  msgstr ""
2206
 
2207
- #: inc/lib/onboarding/assets/dist/main.js:5438
2208
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:1200
2209
  msgid "Final finishings."
2210
  msgstr ""
2211
 
2212
- #: inc/lib/onboarding/assets/dist/main.js:5481
2213
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:1247
2214
  msgid "Final finishings failed due to parse JSON error."
2215
  msgstr ""
2216
 
2217
- #: inc/lib/onboarding/assets/dist/main.js:5510
2218
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:1291
2219
  msgid "Final finishings Failed."
2220
  msgstr ""
2221
 
2222
- #: inc/lib/onboarding/assets/dist/main.js:5539
2223
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:1324
2224
- msgid "Invalid demo selected. Please contact us."
2225
- msgstr ""
2226
-
2227
- #: inc/lib/onboarding/assets/dist/main.js:5590
2228
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:1393
2229
- msgid "Import is already done."
2230
- msgstr ""
2231
-
2232
- #: inc/lib/onboarding/assets/dist/main.js:5597
2233
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:1402
2234
- msgid "Import is already in progress."
2235
- msgstr ""
2236
-
2237
- #: inc/lib/onboarding/assets/dist/main.js:5635
2238
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:1447
2239
- msgid "We are building your website…"
2240
- msgstr ""
2241
-
2242
- #: inc/lib/onboarding/assets/dist/main.js:5704
2243
- #: inc/lib/onboarding/assets/src/steps/import-site/sse-import.js:36
2244
- msgid "Importing Content…"
2245
- msgstr ""
2246
-
2247
- #: inc/lib/onboarding/assets/dist/main.js:6008
2248
- #: inc/lib/onboarding/assets/src/steps/page-builder/index.js:61
2249
- msgid "Select Page Builder"
2250
- msgstr ""
2251
-
2252
- #: inc/lib/onboarding/assets/dist/main.js:6010
2253
- #: inc/lib/onboarding/assets/src/steps/page-builder/index.js:63
2254
- msgid "Please choose your preferred page builder from the list below."
2255
- msgstr ""
2256
-
2257
- #: inc/lib/onboarding/assets/dist/main.js:6025
2258
- #: inc/lib/onboarding/assets/dist/main.js:6026
2259
- #: inc/lib/onboarding/assets/dist/main.js:7185
2260
- #: inc/lib/onboarding/assets/src/steps/page-builder/index.js:82
2261
- #: inc/lib/onboarding/assets/src/steps/page-builder/index.js:85
2262
- #: inc/lib/onboarding/assets/src/steps/site-list/page-builder-filter/index.js:13
2263
- msgid "Block Editor"
2264
- msgstr ""
2265
-
2266
- #: inc/lib/onboarding/assets/dist/main.js:6183
2267
- #: inc/lib/onboarding/assets/src/steps/site-list/header/my-favorite/index.js:33
2268
- msgid "My Favorite"
2269
- msgstr ""
2270
-
2271
- #: inc/lib/onboarding/assets/dist/main.js:6279
2272
- #: inc/lib/onboarding/assets/src/steps/site-list/header/sync-library/index.js:37
2273
- msgid "Library refreshed successfully"
2274
- msgstr ""
2275
-
2276
- #: inc/lib/onboarding/assets/dist/main.js:6284
2277
- #: inc/lib/onboarding/assets/src/steps/site-list/header/sync-library/index.js:48
2278
- msgid "Library refreshed failed!"
2279
- msgstr ""
2280
-
2281
- #: inc/lib/onboarding/assets/dist/main.js:7015
2282
- #: inc/lib/onboarding/assets/src/steps/site-list/index.js:125
2283
- msgid "What type of website are you building?"
2284
- msgstr ""
2285
-
2286
- #. translators: %1$s: search term.
2287
- #: inc/lib/onboarding/assets/dist/main.js:7037
2288
- #: inc/lib/onboarding/assets/src/steps/site-list/index.js:177
2289
- msgid "Starter Templates for %1$s:"
2290
- msgstr ""
2291
-
2292
- #: inc/lib/onboarding/assets/dist/main.js:7046
2293
- #: inc/lib/onboarding/assets/src/steps/site-list/index.js:218
2294
- msgid "Get unlimited access to all Premium Starter Templates and more, at a single low cost!"
2295
- msgstr ""
2296
-
2297
- #: inc/lib/onboarding/assets/dist/main.js:7088
2298
- #: inc/lib/onboarding/assets/src/steps/site-list/no-favorite-sites/index.js:12
2299
- msgid "No favorites added. Press the heart icon to add templates as favorites."
2300
- msgstr ""
2301
-
2302
- #. translators: %1$s - search term.
2303
- #: inc/lib/onboarding/assets/dist/main.js:7142
2304
- #: inc/lib/onboarding/assets/src/steps/site-list/no-result-found/index.js:22
2305
- msgid "Your search - %1$s - did not match any Starter Templates."
2306
- msgstr ""
2307
-
2308
- #: inc/lib/onboarding/assets/dist/main.js:7265
2309
- #: inc/lib/onboarding/assets/src/steps/site-list/related-sites/index.js:12
2310
- msgid "Other suggested Starter Templates"
2311
- msgstr ""
2312
-
2313
- #: inc/lib/onboarding/assets/dist/main.js:7448
2314
- #: inc/lib/onboarding/assets/src/steps/site-list/search-filter/index.js:151
2315
- msgid "Search for Starter Templates"
2316
- msgstr ""
2317
-
2318
- #: inc/lib/onboarding/assets/dist/main.js:7523
2319
- #: inc/lib/onboarding/assets/src/steps/site-list/site-category-filter/index.js:35
2320
- msgid "Blog"
2321
- msgstr ""
2322
-
2323
- #: inc/lib/onboarding/assets/dist/main.js:7527
2324
- #: inc/lib/onboarding/assets/src/steps/site-list/site-category-filter/index.js:40
2325
- msgid "eCommerce"
2326
  msgstr ""
2327
 
2328
- #: inc/lib/onboarding/assets/dist/main.js:7531
2329
- #: inc/lib/onboarding/assets/src/steps/site-list/site-category-filter/index.js:45
2330
- msgid "eLearning"
 
2331
  msgstr ""
2332
 
2333
- #: inc/lib/onboarding/assets/dist/main.js:7535
2334
- #: inc/lib/onboarding/assets/src/steps/site-list/site-category-filter/index.js:50
2335
- msgid "Restaurant"
2336
  msgstr ""
2337
 
2338
- #: inc/lib/onboarding/assets/dist/main.js:7539
2339
- #: inc/lib/onboarding/assets/src/steps/site-list/site-category-filter/index.js:55
2340
- msgid "Agency"
2341
  msgstr ""
2342
 
2343
- #: inc/lib/onboarding/assets/dist/main.js:7543
2344
- #: inc/lib/onboarding/assets/src/steps/site-list/site-category-filter/index.js:60
2345
- msgid "Local"
2346
  msgstr ""
2347
 
2348
- #: inc/lib/onboarding/assets/dist/main.js:7547
2349
- #: inc/lib/onboarding/assets/src/steps/site-list/site-category-filter/index.js:65
2350
- msgid "Business"
2351
  msgstr ""
2352
 
2353
- #: inc/lib/onboarding/assets/dist/main.js:7551
2354
- #: inc/lib/onboarding/assets/src/steps/site-list/site-category-filter/index.js:70
2355
- msgid "Professional"
2356
  msgstr ""
2357
 
2358
- #: inc/lib/onboarding/assets/dist/main.js:8127
2359
- #: inc/lib/onboarding/assets/src/steps/survey/advanced-settings.js:96
2360
- msgid "Delete Previously imported sites"
2361
  msgstr ""
2362
 
2363
- #: inc/lib/onboarding/assets/dist/main.js:8128
2364
- #: inc/lib/onboarding/assets/src/steps/survey/advanced-settings.js:109
2365
- msgid "Choose this option only if this is intended.You can find the backup to the current customizer settings at /wp-content/uploads astra-sites"
2366
  msgstr ""
2367
 
2368
- #: inc/lib/onboarding/assets/dist/main.js:8150
2369
- #: inc/lib/onboarding/assets/src/steps/survey/advanced-settings.js:164
2370
- msgid "Starter Templates customizer serves global settings that give uniform design to the website. Choosing this option will override your current customizer settings."
2371
  msgstr ""
2372
 
2373
- #: inc/lib/onboarding/assets/dist/main.js:8316
2374
- #: inc/lib/onboarding/assets/src/steps/survey/index.js:90
2375
- msgid "Okay, just one last step…"
 
2376
  msgstr ""
2377
 
2378
- #: inc/lib/onboarding/assets/dist/main.js:8321
2379
- #: inc/lib/onboarding/assets/src/steps/survey/index.js:99
2380
- msgid "Submit & Build My Website"
 
2381
  msgstr ""
2382
 
2383
- #: inc/lib/onboarding/assets/dist/main.js:8328
2384
- #: inc/lib/onboarding/assets/src/steps/survey/index.js:112
2385
- msgid "Required plugins missing"
2386
  msgstr ""
2387
 
2388
- #: inc/lib/onboarding/assets/dist/main.js:8328
2389
- #: inc/lib/onboarding/assets/src/steps/survey/index.js:119
2390
- msgid "Required plugins -"
2391
  msgstr ""
2392
 
2393
- #: inc/lib/onboarding/assets/dist/main.js:8344
2394
- #: inc/lib/onboarding/assets/src/steps/survey/index.js:144
2395
- msgid "Skip & Start Importing"
2396
  msgstr ""
2397
 
2398
- #: inc/lib/onboarding/assets/dist/main.js:8404
2399
  #: inc/lib/onboarding/assets/src/steps/survey/survey.js:13
2400
  msgid "Tell us a little bit about yourself"
2401
  msgstr ""
2402
 
2403
- #: inc/lib/onboarding/assets/dist/main.js:8438
2404
  #: inc/lib/onboarding/assets/src/steps/survey/survey.js:54
2405
  msgid "I am…"
2406
  msgstr ""
2407
 
2408
- #: inc/lib/onboarding/assets/dist/main.js:8442
2409
  #: inc/lib/onboarding/assets/src/steps/survey/survey.js:60
2410
  msgid "Intermidiate"
2411
  msgstr ""
2412
 
2413
- #: inc/lib/onboarding/assets/dist/main.js:8459
2414
  #: inc/lib/onboarding/assets/src/steps/survey/survey.js:83
2415
  msgid "I am building website for…"
2416
  msgstr ""
2417
 
2418
- #: inc/lib/onboarding/assets/dist/main.js:8461
2419
  #: inc/lib/onboarding/assets/src/steps/survey/survey.js:86
2420
  msgid "Myself/My Company"
2421
  msgstr ""
2422
 
2423
- #: inc/lib/onboarding/assets/dist/main.js:8463
2424
  #: inc/lib/onboarding/assets/src/steps/survey/survey.js:89
2425
  msgid "My Client"
2426
  msgstr ""
2427
 
2428
- #: inc/lib/onboarding/assets/dist/main.js:8595
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2429
  #: inc/lib/onboarding/assets/src/steps/welcome/index.js:36
2430
  msgid "Getting Started with Starter Templates"
2431
  msgstr ""
2432
 
2433
- #: inc/lib/onboarding/assets/dist/main.js:8597
2434
  #: inc/lib/onboarding/assets/src/steps/welcome/index.js:42
2435
  msgid "This is the very beginning of the fastest and easiest website building experience you`ve ever had!"
2436
  msgstr ""
2437
 
2438
- #: inc/lib/onboarding/assets/dist/main.js:8617
2439
  #: inc/lib/onboarding/assets/src/steps/welcome/index.js:69
2440
  msgid "Build Your Website Now"
2441
  msgstr ""
2442
 
2443
- #: inc/lib/onboarding/assets/dist/main.js:8951
2444
- #: inc/lib/onboarding/assets/src/utils/functions.js:80
2445
- msgid "Default"
2446
  msgstr ""
2447
 
2448
- #: inc/lib/onboarding/assets/dist/main.js:9452
2449
- #: inc/lib/onboarding/packages/starter-templates-components/src/category-list/index.js:82
2450
- msgid "More"
 
2451
  msgstr ""
2452
 
2453
- #: inc/lib/onboarding/assets/dist/main.js:9459
2454
- #: inc/lib/onboarding/packages/starter-templates-components/src/category-list/index.js:93
2455
- msgid "No Categories"
2456
  msgstr ""
2457
 
2458
- #: inc/lib/onboarding/assets/dist/main.js:9537
2459
- #: inc/lib/onboarding/packages/starter-templates-components/src/grid/index.js:70
2460
- msgid "Add to favorites"
2461
  msgstr ""
2462
 
2463
- #: inc/lib/onboarding/assets/dist/main.js:9772
2464
- #: inc/lib/onboarding/packages/starter-templates-components/src/search/index.js:12
2465
- msgid "Search.."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2466
  msgstr ""
2
  # This file is distributed under the same license as the Starter Templates plugin.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Starter Templates 3.0.11\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/astra-sites\n"
7
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8
  "Language-Team: LANGUAGE <LL@li.org>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2021-12-13T11:38:16+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.1-alpha\n"
15
  "X-Domain: astra-sites\n"
18
  #: astra-sites.php:18
19
  #: astra-sites.php:77
20
  #: inc/lib/onboarding/class-onboarding-loader.php:62
21
+ #: inc/lib/onboarding/assets/dist/main.js:5
22
  #: inc/lib/onboarding/assets/src/components/logo/index.js:16
23
  msgid "Starter Templates"
24
  msgstr ""
83
  msgstr ""
84
 
85
  #: classes/class-astra-sites-admin.php:111
86
+ #: inc/lib/onboarding/assets/dist/main.js:13
87
  #: inc/lib/onboarding/assets/src/steps/site-list/index.js:231
88
  msgid "Get Essential Bundle"
89
  msgstr ""
352
  #: inc/classes/class-astra-sites.php:1370
353
  #: inc/includes/templates.php:28
354
  #: inc/includes/templates.php:35
355
+ #: inc/lib/onboarding/assets/dist/main.js:3
 
356
  #: inc/lib/onboarding/assets/src/steps/site-list/site-category-filter/index.js:30
357
  #: inc/lib/onboarding/assets/src/steps/site-list/site-type-filter/index.js:16
358
  msgid "All"
375
  #: inc/includes/templates.php:181
376
  #: inc/includes/templates.php:308
377
  #: inc/includes/templates.php:394
378
+ #: inc/lib/onboarding/assets/dist/main.js:3
379
+ #: inc/lib/onboarding/assets/dist/main.js:11
 
380
  #: inc/lib/onboarding/assets/src/steps/site-list/index.js:82
381
  #: inc/lib/onboarding/assets/src/steps/site-list/site-type-filter/index.js:20
382
  #: inc/lib/onboarding/assets/src/steps/site-list/sites-grid/index.js:22
397
  msgstr ""
398
 
399
  #: inc/classes/class-astra-sites-page.php:484
400
+ #: inc/lib/onboarding/assets/dist/main.js:3
401
+ #: inc/lib/onboarding/assets/dist/main.js:5
 
402
  #: inc/lib/onboarding/assets/src/steps/page-builder/index.js:100
403
  #: inc/lib/onboarding/assets/src/steps/page-builder/index.js:103
404
  #: inc/lib/onboarding/assets/src/steps/site-list/page-builder-filter/index.js:18
406
  msgstr ""
407
 
408
  #: inc/classes/class-astra-sites-page.php:489
409
+ #: inc/lib/onboarding/assets/dist/main.js:3
410
+ #: inc/lib/onboarding/assets/dist/main.js:5
 
411
  #: inc/lib/onboarding/assets/src/steps/page-builder/index.js:118
412
  #: inc/lib/onboarding/assets/src/steps/page-builder/index.js:124
413
  #: inc/lib/onboarding/assets/src/steps/site-list/page-builder-filter/index.js:23
415
  msgstr ""
416
 
417
  #: inc/classes/class-astra-sites-page.php:494
418
+ #: inc/lib/onboarding/assets/dist/main.js:3
419
+ #: inc/lib/onboarding/assets/dist/main.js:5
 
420
  #: inc/lib/onboarding/assets/src/steps/page-builder/index.js:140
421
  #: inc/lib/onboarding/assets/src/steps/page-builder/index.js:143
422
  #: inc/lib/onboarding/assets/src/steps/site-list/page-builder-filter/index.js:31
760
  msgstr ""
761
 
762
  #: inc/classes/class-astra-sites.php:1393
763
+ #: inc/lib/onboarding/assets/dist/main.js:3
764
  #: inc/lib/onboarding/assets/src/steps/site-list/site-order-filter/index.js:16
765
  msgid "Popular"
766
  msgstr ""
767
 
768
  #: inc/classes/class-astra-sites.php:1394
769
+ #: inc/lib/onboarding/assets/dist/main.js:3
770
  #: inc/lib/onboarding/assets/src/steps/site-list/site-order-filter/index.js:20
771
  msgid "Latest"
772
  msgstr ""
1015
 
1016
  #: inc/classes/class-astra-sites.php:1745
1017
  #: inc/includes/admin-page.php:661
1018
+ #: inc/lib/onboarding/assets/dist/main.js:13
1019
  #: inc/lib/onboarding/assets/src/steps/survey/index.js:114
1020
  msgid "This starter template requires premium plugins. As these are third party premium plugins, you'll need to purchase, install and activate them first."
1021
  msgstr ""
1064
 
1065
  #: inc/classes/class-astra-sites.php:1864
1066
  #: inc/includes/admin-page.php:1027
1067
+ #: inc/lib/onboarding/assets/dist/main.js:11
1068
  #: inc/lib/onboarding/assets/src/steps/survey/advanced-settings.js:197
1069
  msgid "Install Required Plugins"
1070
  msgstr ""
1195
  #: inc/includes/templates.php:328
1196
  #: inc/includes/templates.php:414
1197
  #: inc/includes/templates.php:475
1198
+ #: inc/lib/onboarding/assets/dist/main.js:13
1199
  #: inc/lib/onboarding/assets/src/steps/index.js:155
1200
  msgid "Back to Templates"
1201
  msgstr ""
1283
  msgstr ""
1284
 
1285
  #: inc/includes/admin-page.php:735
 
1286
  #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/license-validation/controls.js:79
1287
  msgid "Not Valid License"
1288
  msgstr ""
1364
  msgstr ""
1365
 
1366
  #: inc/includes/admin-page.php:896
1367
+ #: inc/lib/onboarding/assets/dist/main.js:11
1368
  #: inc/lib/onboarding/assets/src/steps/survey/survey.js:57
1369
  msgid "Beginner"
1370
  msgstr ""
1374
  msgstr ""
1375
 
1376
  #: inc/includes/admin-page.php:898
1377
+ #: inc/lib/onboarding/assets/dist/main.js:11
1378
  #: inc/lib/onboarding/assets/src/steps/survey/survey.js:62
1379
  msgid "Expert"
1380
  msgstr ""
1405
  msgstr ""
1406
 
1407
  #: inc/includes/admin-page.php:920
1408
+ #: inc/lib/onboarding/assets/dist/main.js:11
1409
  #: inc/lib/onboarding/assets/src/steps/survey/survey.js:20
1410
  msgid "Your First Name"
1411
  msgstr ""
1415
  msgstr ""
1416
 
1417
  #: inc/includes/admin-page.php:925
1418
+ #: inc/lib/onboarding/assets/dist/main.js:11
1419
  #: inc/lib/onboarding/assets/src/steps/survey/survey.js:29
1420
  msgid "Your Work Email"
1421
  msgstr ""
1434
  msgstr ""
1435
 
1436
  #: inc/includes/admin-page.php:957
 
1437
  #: inc/lib/onboarding/assets/src/components/customizer-step/index.js:30
1438
  msgid "Skip"
1439
  msgstr ""
1443
  msgstr ""
1444
 
1445
  #: inc/includes/admin-page.php:982
1446
+ #: inc/lib/onboarding/assets/dist/main.js:11
1447
  #: inc/lib/onboarding/assets/src/steps/survey/advanced-settings.js:78
1448
  msgid "Advanced Options"
1449
  msgstr ""
1450
 
1451
  #: inc/includes/admin-page.php:996
1452
+ #: inc/lib/onboarding/assets/dist/main.js:11
1453
  #: inc/lib/onboarding/assets/src/steps/survey/advanced-settings.js:132
1454
  msgid "Install & Activate Astra Theme"
1455
  msgstr ""
1456
 
1457
  #: inc/includes/admin-page.php:997
1458
+ #: inc/lib/onboarding/assets/dist/main.js:11
1459
  #: inc/lib/onboarding/assets/src/steps/survey/advanced-settings.js:138
1460
  msgid "To import the site in the original format, you would need the Astra theme activated. You can import it with any other theme, but the site might lose some of the design settings and look a bit different."
1461
  msgstr ""
1462
 
1463
  #: inc/includes/admin-page.php:1005
1464
+ #: inc/lib/onboarding/assets/dist/main.js:11
1465
  #: inc/lib/onboarding/assets/src/steps/survey/advanced-settings.js:158
1466
  msgid "Import Customizer Settings"
1467
  msgstr ""
1472
  msgstr ""
1473
 
1474
  #: inc/includes/admin-page.php:1020
1475
+ #: inc/lib/onboarding/assets/dist/main.js:11
1476
  #: inc/lib/onboarding/assets/src/steps/survey/advanced-settings.js:183
1477
  msgid "Import Widgets"
1478
  msgstr ""
1479
 
1480
  #: inc/includes/admin-page.php:1030
1481
+ #: inc/lib/onboarding/assets/dist/main.js:11
1482
  #: inc/lib/onboarding/assets/src/steps/survey/advanced-settings.js:206
1483
  msgid "Plugins needed to import this template are missing. Required plugins will be installed and activated automatically."
1484
  msgstr ""
1485
 
1486
  #: inc/includes/admin-page.php:1039
1487
+ #: inc/lib/onboarding/assets/dist/main.js:11
1488
  #: inc/lib/onboarding/assets/src/steps/survey/advanced-settings.js:241
1489
  msgid "Import Content"
1490
  msgstr ""
1491
 
1492
  #: inc/includes/admin-page.php:1042
1493
+ #: inc/lib/onboarding/assets/dist/main.js:11
1494
  #: inc/lib/onboarding/assets/src/steps/survey/advanced-settings.js:244
1495
  msgid "Selecting this option will import dummy pages, posts, images, and menus. If you do not want to import dummy content, please uncheck this option."
1496
  msgstr ""
1518
  msgstr ""
1519
 
1520
  #: inc/includes/admin-page.php:1101
1521
+ #: inc/lib/onboarding/assets/dist/main.js:11
1522
  #: inc/lib/onboarding/assets/src/steps/survey/advanced-settings.js:104
1523
  msgid "WARNING: Selecting this option will delete all data from the previous import. Choose this option only if this is intended."
1524
  msgstr ""
1581
  msgstr ""
1582
 
1583
  #: inc/includes/templates.php:130
1584
+ #: inc/lib/onboarding/assets/dist/main.js:5
1585
+ #: inc/lib/onboarding/assets/src/steps/site-list/header/sync-library/index.js:42
1586
  msgid "Sync Library"
1587
  msgstr ""
1588
 
1631
  msgid "You are not authorized to perform this action."
1632
  msgstr ""
1633
 
1634
+ #: inc/lib/onboarding/assets/dist/main.js:1
1635
+ #: inc/lib/onboarding/assets/src/components/font-selector/font-selector.js:199
1636
+ msgid "Default Fonts:"
1637
+ msgstr ""
1638
+
1639
+ #: inc/lib/onboarding/assets/dist/main.js:1
1640
+ #: inc/lib/onboarding/assets/dist/main.js:5
1641
+ #: inc/lib/onboarding/assets/src/components/font-selector/font-selector.js:208
1642
+ #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-colors/controls.js:266
1643
+ msgid "You can also try:"
1644
  msgstr ""
1645
 
1646
+ #: inc/lib/onboarding/assets/dist/main.js:1
1647
+ #: inc/lib/onboarding/assets/dist/main.js:5
1648
+ #: inc/lib/onboarding/assets/src/components/font-selector/font-selector.js:218
1649
+ #: inc/lib/onboarding/assets/src/components/media-uploader/index.js:226
1650
+ #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-colors/controls.js:279
1651
+ msgid "Continue"
1652
+ msgstr ""
1653
+
1654
+ #: inc/lib/onboarding/assets/dist/main.js:1
1655
+ #: inc/lib/onboarding/assets/dist/main.js:3
1656
+ #: inc/lib/onboarding/assets/dist/main.js:5
1657
+ #: inc/lib/onboarding/assets/dist/main.js:7
1658
+ #: inc/lib/onboarding/assets/dist/main.js:11
1659
+ #: inc/lib/onboarding/assets/dist/main.js:13
1660
  #: inc/lib/onboarding/assets/src/components/customizer-step/index.js:25
1661
  #: inc/lib/onboarding/assets/src/components/font-selector/font-selector.js:221
1662
  #: inc/lib/onboarding/assets/src/components/media-uploader/index.js:231
1670
  msgid "Back"
1671
  msgstr ""
1672
 
1673
+ #. translators: %1$s Time taken %2$s Time Type %3$s Website Url.
1674
+ #: inc/lib/onboarding/assets/dist/main.js:2
1675
+ #: inc/lib/onboarding/assets/src/steps/congrats/index.js:97
1676
+ msgid "Your Website is ready and it took just %1$s %2$s to build. %3$s"
1677
  msgstr ""
1678
 
1679
+ #. translators: Website URL.
1680
+ #: inc/lib/onboarding/assets/dist/main.js:3
1681
+ #: inc/lib/onboarding/assets/src/steps/congrats/index.js:109
1682
+ msgid "Your Website is up and ready!. %1$s"
1683
  msgstr ""
1684
 
1685
+ #: inc/lib/onboarding/assets/dist/main.js:3
1686
+ #: inc/lib/onboarding/assets/src/steps/congrats/index.js:132
1687
+ msgid "Congratulations!"
1688
  msgstr ""
1689
 
1690
+ #: inc/lib/onboarding/assets/dist/main.js:3
1691
+ #: inc/lib/onboarding/assets/src/steps/congrats/index.js:170
1692
+ msgid "CLICK TO TWEET"
1693
  msgstr ""
1694
 
1695
+ #: inc/lib/onboarding/assets/dist/main.js:3
1696
+ #: inc/lib/onboarding/assets/src/steps/page-builder/index.js:61
1697
+ msgid "Select Page Builder"
 
 
1698
  msgstr ""
1699
 
1700
+ #: inc/lib/onboarding/assets/dist/main.js:3
1701
+ #: inc/lib/onboarding/assets/src/steps/page-builder/index.js:63
1702
+ msgid "Please choose your preferred page builder from the list below."
1703
  msgstr ""
1704
 
1705
+ #: inc/lib/onboarding/assets/dist/main.js:3
1706
+ #: inc/lib/onboarding/assets/dist/main.js:5
1707
+ #: inc/lib/onboarding/assets/src/steps/page-builder/index.js:82
1708
+ #: inc/lib/onboarding/assets/src/steps/page-builder/index.js:85
1709
+ #: inc/lib/onboarding/assets/src/steps/site-list/page-builder-filter/index.js:13
1710
+ msgid "Block Editor"
1711
  msgstr ""
1712
 
1713
+ #: inc/lib/onboarding/assets/dist/main.js:3
1714
+ #: inc/lib/onboarding/packages/starter-templates-components/src/grid/index.js:70
1715
+ msgid "Add to favorites"
 
 
 
 
1716
  msgstr ""
1717
 
1718
+ #: inc/lib/onboarding/assets/dist/main.js:3
1719
+ #: inc/lib/onboarding/packages/starter-templates-components/src/search/index.js:12
1720
+ msgid "Search.."
1721
  msgstr ""
1722
 
1723
+ #: inc/lib/onboarding/assets/dist/main.js:3
1724
+ #: inc/lib/onboarding/packages/starter-templates-components/src/category-list/index.js:82
1725
+ msgid "More"
1726
  msgstr ""
1727
 
1728
+ #: inc/lib/onboarding/assets/dist/main.js:3
1729
+ #: inc/lib/onboarding/packages/starter-templates-components/src/category-list/index.js:93
1730
+ msgid "No Categories"
1731
  msgstr ""
1732
 
1733
+ #: inc/lib/onboarding/assets/dist/main.js:3
1734
+ #: inc/lib/onboarding/assets/dist/main.js:9
1735
+ #: inc/lib/onboarding/assets/src/steps/import-site/import-utils.js:85
1736
+ #: inc/lib/onboarding/assets/src/steps/import-site/import-utils.js:114
1737
+ #: inc/lib/onboarding/assets/src/steps/import-site/index.js:1411
1738
+ msgid "Fetching related demo failed."
1739
  msgstr ""
1740
 
1741
+ #: inc/lib/onboarding/assets/dist/main.js:3
1742
+ #: inc/lib/onboarding/assets/src/steps/site-list/search-filter/index.js:151
1743
+ msgid "Search for Starter Templates"
1744
  msgstr ""
1745
 
1746
+ #: inc/lib/onboarding/assets/dist/main.js:3
1747
+ #: inc/lib/onboarding/assets/src/steps/site-list/site-category-filter/index.js:35
1748
+ msgid "Blog"
1749
  msgstr ""
1750
 
1751
+ #: inc/lib/onboarding/assets/dist/main.js:3
1752
+ #: inc/lib/onboarding/assets/src/steps/site-list/site-category-filter/index.js:40
1753
+ msgid "eCommerce"
1754
+ msgstr ""
1755
+
1756
+ #: inc/lib/onboarding/assets/dist/main.js:3
1757
+ #: inc/lib/onboarding/assets/src/steps/site-list/site-category-filter/index.js:45
1758
+ msgid "eLearning"
1759
+ msgstr ""
1760
+
1761
+ #: inc/lib/onboarding/assets/dist/main.js:3
1762
+ #: inc/lib/onboarding/assets/src/steps/site-list/site-category-filter/index.js:50
1763
+ msgid "Restaurant"
1764
+ msgstr ""
1765
+
1766
+ #: inc/lib/onboarding/assets/dist/main.js:3
1767
+ #: inc/lib/onboarding/assets/src/steps/site-list/site-category-filter/index.js:55
1768
+ msgid "Agency"
1769
+ msgstr ""
1770
+
1771
+ #: inc/lib/onboarding/assets/dist/main.js:3
1772
+ #: inc/lib/onboarding/assets/src/steps/site-list/site-category-filter/index.js:60
1773
+ msgid "Local"
1774
+ msgstr ""
1775
+
1776
+ #: inc/lib/onboarding/assets/dist/main.js:3
1777
+ #: inc/lib/onboarding/assets/src/steps/site-list/site-category-filter/index.js:65
1778
+ msgid "Business"
1779
+ msgstr ""
1780
+
1781
+ #: inc/lib/onboarding/assets/dist/main.js:3
1782
+ #: inc/lib/onboarding/assets/src/steps/site-list/site-category-filter/index.js:70
1783
+ msgid "Professional"
1784
+ msgstr ""
1785
+
1786
+ #. translators: %1$s - search term.
1787
+ #: inc/lib/onboarding/assets/dist/main.js:5
1788
+ #: inc/lib/onboarding/assets/src/steps/site-list/no-result-found/index.js:22
1789
+ msgid "Your search - %1$s - did not match any Starter Templates."
1790
+ msgstr ""
1791
+
1792
+ #: inc/lib/onboarding/assets/dist/main.js:5
1793
+ #: inc/lib/onboarding/assets/src/steps/site-list/no-favorite-sites/index.js:12
1794
+ msgid "No favorites added. Press the heart icon to add templates as favorites."
1795
+ msgstr ""
1796
+
1797
+ #: inc/lib/onboarding/assets/dist/main.js:5
1798
+ #: inc/lib/onboarding/assets/src/steps/site-list/related-sites/index.js:12
1799
+ msgid "Other suggested Starter Templates"
1800
+ msgstr ""
1801
+
1802
+ #: inc/lib/onboarding/assets/dist/main.js:5
1803
+ #: inc/lib/onboarding/assets/dist/main.js:13
1804
+ #: inc/lib/onboarding/assets/src/components/exist-to-dashboard/index.js:13
1805
+ #: inc/lib/onboarding/assets/src/steps/index.js:167
1806
+ msgid "Exit to Dashboard"
1807
+ msgstr ""
1808
+
1809
+ #: inc/lib/onboarding/assets/dist/main.js:5
1810
+ #: inc/lib/onboarding/assets/src/steps/site-list/header/my-favorite/index.js:33
1811
+ msgid "My Favorite"
1812
  msgstr ""
1813
 
1814
+ #: inc/lib/onboarding/assets/dist/main.js:5
1815
+ #: inc/lib/onboarding/assets/src/steps/site-list/header/sync-library/index.js:49
1816
+ msgid "Library refreshed successfully"
1817
+ msgstr ""
1818
+
1819
+ #: inc/lib/onboarding/assets/dist/main.js:5
1820
+ #: inc/lib/onboarding/assets/src/steps/site-list/header/sync-library/index.js:60
1821
+ msgid "Library refreshed failed!"
1822
+ msgstr ""
1823
+
1824
+ #: inc/lib/onboarding/assets/dist/main.js:5
1825
+ #: inc/lib/onboarding/assets/src/components/change-template/index.js:26
1826
+ msgid "Selected Template:"
1827
+ msgstr ""
1828
+
1829
+ #: inc/lib/onboarding/assets/dist/main.js:5
1830
  #: inc/lib/onboarding/assets/src/components/media-uploader/index.js:120
1831
  msgid "Remove Logo"
1832
  msgstr ""
1833
 
1834
+ #: inc/lib/onboarding/assets/dist/main.js:5
1835
  #: inc/lib/onboarding/assets/src/components/media-uploader/index.js:144
1836
  msgid "Site Logo"
1837
  msgstr ""
1838
 
1839
+ #: inc/lib/onboarding/assets/dist/main.js:5
1840
  #: inc/lib/onboarding/assets/src/components/media-uploader/index.js:151
1841
  msgid "Change Logo"
1842
  msgstr ""
1843
 
1844
+ #: inc/lib/onboarding/assets/dist/main.js:5
1845
  #: inc/lib/onboarding/assets/src/components/media-uploader/index.js:167
1846
  msgid "Upload File Here"
1847
  msgstr ""
1848
 
1849
+ #: inc/lib/onboarding/assets/dist/main.js:5
1850
  #: inc/lib/onboarding/assets/src/components/media-uploader/index.js:170
1851
  msgid "Suggested Dimensions: 180x60 pixels"
1852
  msgstr ""
1853
 
1854
+ #: inc/lib/onboarding/assets/dist/main.js:5
1855
  #: inc/lib/onboarding/assets/src/components/media-uploader/index.js:183
1856
  msgid "Don't have Logo? No Problem!"
1857
  msgstr ""
1858
 
1859
+ #: inc/lib/onboarding/assets/dist/main.js:5
1860
  #: inc/lib/onboarding/assets/src/components/media-uploader/index.js:189
1861
  msgid "You can upload it later"
1862
  msgstr ""
1863
 
1864
+ #: inc/lib/onboarding/assets/dist/main.js:5
1865
  #: inc/lib/onboarding/assets/src/components/media-uploader/index.js:227
1866
  msgid "Skip & Continue"
1867
  msgstr ""
1868
 
1869
+ #: inc/lib/onboarding/assets/dist/main.js:5
1870
+ #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-colors/controls.js:16
1871
+ #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-colors/controls.js:109
1872
+ msgid "Style 1"
1873
  msgstr ""
1874
 
1875
+ #: inc/lib/onboarding/assets/dist/main.js:5
1876
+ #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-colors/controls.js:31
1877
+ #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-colors/controls.js:124
1878
+ msgid "Style 2"
1879
  msgstr ""
1880
 
1881
+ #: inc/lib/onboarding/assets/dist/main.js:5
1882
+ #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-colors/controls.js:46
1883
+ #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-colors/controls.js:139
1884
+ msgid "Style 3"
1885
  msgstr ""
1886
 
1887
+ #: inc/lib/onboarding/assets/dist/main.js:5
1888
+ #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-colors/controls.js:61
1889
+ #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-colors/controls.js:154
1890
+ msgid "Style 4"
1891
+ msgstr ""
1892
+
1893
+ #: inc/lib/onboarding/assets/dist/main.js:5
1894
+ #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-colors/controls.js:76
1895
+ #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-colors/controls.js:169
1896
+ msgid "Style 5"
1897
+ msgstr ""
1898
+
1899
+ #: inc/lib/onboarding/assets/dist/main.js:5
1900
+ #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-colors/controls.js:91
1901
+ #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-colors/controls.js:184
1902
+ msgid "Style 6"
1903
  msgstr ""
1904
 
1905
+ #: inc/lib/onboarding/assets/dist/main.js:5
 
 
1906
  #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/business-logo/index.js:25
1907
  #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-colors/index.js:25
1908
  #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-typography/index.js:25
1909
  msgid "This is a Premium Template"
1910
  msgstr ""
1911
 
1912
+ #: inc/lib/onboarding/assets/dist/main.js:5
1913
  #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/business-logo/index.js:32
1914
  msgid "Logo"
1915
  msgstr ""
1916
 
1917
+ #: inc/lib/onboarding/assets/dist/main.js:5
1918
  #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/business-logo/index.js:35
1919
  msgid "Choose logo for your site. You can update it anytime later."
1920
  msgstr ""
1921
 
1922
+ #: inc/lib/onboarding/assets/dist/main.js:5
1923
+ #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-colors/index.js:32
1924
+ msgid "Colors"
1925
+ msgstr ""
1926
+
1927
+ #: inc/lib/onboarding/assets/dist/main.js:5
1928
+ #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-colors/index.js:35
1929
+ msgid "Choose colors for your site. You can update them anytime later."
1930
+ msgstr ""
1931
+
1932
+ #: inc/lib/onboarding/assets/dist/main.js:5
1933
+ #: inc/lib/onboarding/assets/src/utils/functions.js:80
1934
+ msgid "Default"
1935
+ msgstr ""
1936
+
1937
+ #: inc/lib/onboarding/assets/dist/main.js:5
1938
+ #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-typography/index.js:32
1939
+ msgid "Fonts"
1940
+ msgstr ""
1941
+
1942
+ #: inc/lib/onboarding/assets/dist/main.js:5
1943
+ #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-typography/index.js:35
1944
+ msgid "Choose fonts for your site. You can update them anytime later."
1945
+ msgstr ""
1946
+
1947
+ #: inc/lib/onboarding/assets/dist/main.js:5
1948
+ #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/license-validation/index.js:16
1949
+ msgid "This is a premium template and comes with our Essentials and Growth Bundle. <br/><br/> Get access to this premium template and 100+ more."
1950
+ msgstr ""
1951
+
1952
+ #: inc/lib/onboarding/assets/dist/main.js:5
1953
+ #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/license-validation/index.js:31
1954
+ msgid "Liked this Starter Template?"
1955
+ msgstr ""
1956
+
1957
+ #: inc/lib/onboarding/assets/dist/main.js:5
1958
+ #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/license-validation/index.js:38
1959
+ msgid "Unlock Access"
1960
  msgstr ""
1961
 
1962
  #. translators: %1$s Support page URL.
1963
+ #: inc/lib/onboarding/assets/dist/main.js:6
1964
  #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/license-validation/controls.js:86
1965
  msgid "<b> Questions? </b> Get in touch with our %1$ssupport team%2$s."
1966
  msgstr ""
1967
 
1968
  #. translators: %1$s Store page URL.
1969
+ #: inc/lib/onboarding/assets/dist/main.js:7
1970
  #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/license-validation/controls.js:103
1971
  msgid "If you have purchased our Essential or Growth Bundle, please install the premium version of the plugin that you can %1$sdownload.%2$s from our store."
1972
  msgstr ""
1973
 
1974
+ #: inc/lib/onboarding/assets/dist/main.js:7
1975
  #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/license-validation/controls.js:113
1976
  msgid "Already a customer?"
1977
  msgstr ""
1978
 
1979
+ #: inc/lib/onboarding/assets/dist/main.js:7
1980
  #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/license-validation/controls.js:117
1981
  msgid "If you have purchased our Essential or Growth Bundle, just enter your license key below to import this template."
1982
  msgstr ""
1983
 
1984
+ #: inc/lib/onboarding/assets/dist/main.js:7
1985
  #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/license-validation/controls.js:131
1986
  msgid "Currently the free version is installed."
1987
  msgstr ""
1988
 
1989
+ #: inc/lib/onboarding/assets/dist/main.js:7
1990
  #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/license-validation/controls.js:148
1991
  msgid "License key"
1992
  msgstr ""
1993
 
1994
+ #: inc/lib/onboarding/assets/dist/main.js:7
1995
+ #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/license-validation/controls.js:42
1996
+ msgid "Please Enter License Key"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1997
  msgstr ""
1998
 
1999
+ #: inc/lib/onboarding/assets/dist/main.js:7
2000
+ #: inc/lib/onboarding/assets/src/components/import-steps/import-loader.js:15
2001
+ msgid "1. Installing required theme, plugins, forms, etc"
 
 
2002
  msgstr ""
2003
 
2004
+ #: inc/lib/onboarding/assets/dist/main.js:7
2005
+ #: inc/lib/onboarding/assets/src/components/import-steps/import-loader.js:22
2006
+ msgid "2. Importing pages, menus, posts, etc"
 
 
2007
  msgstr ""
2008
 
2009
+ #: inc/lib/onboarding/assets/dist/main.js:7
2010
+ #: inc/lib/onboarding/assets/src/components/import-steps/import-loader.js:26
2011
+ msgid "3. Setting up customizer settings and ther site settings"
 
 
2012
  msgstr ""
2013
 
2014
+ #: inc/lib/onboarding/assets/dist/main.js:7
2015
+ #: inc/lib/onboarding/assets/src/components/import-steps/import-loader.js:33
2016
+ msgid "4. Finalizing last few settings"
2017
  msgstr ""
2018
 
2019
+ #: inc/lib/onboarding/assets/dist/main.js:7
2020
+ #: inc/lib/onboarding/assets/src/components/import-steps/import-loader.js:44
2021
+ msgid "Done "
2022
  msgstr ""
2023
 
2024
+ #: inc/lib/onboarding/assets/dist/main.js:7
2025
+ #: inc/lib/onboarding/assets/src/components/import-steps/import-loader.js:73
2026
+ msgid "Redirecting you in "
2027
  msgstr ""
2028
 
2029
+ #: inc/lib/onboarding/assets/dist/main.js:7
2030
+ #: inc/lib/onboarding/assets/src/components/import-steps/import-loader.js:75
2031
+ msgid "3 seconds…"
2032
  msgstr ""
2033
 
2034
+ #: inc/lib/onboarding/assets/dist/main.js:7
2035
+ #: inc/lib/onboarding/assets/src/components/error/index.js:75
2036
+ msgid "Error Occured!"
 
 
 
 
2037
  msgstr ""
2038
 
2039
+ #: inc/lib/onboarding/assets/dist/main.js:7
2040
+ #: inc/lib/onboarding/assets/src/components/error/index.js:141
2041
+ msgid "Please report this error&nbsp;"
2042
  msgstr ""
2043
 
2044
+ #: inc/lib/onboarding/assets/dist/main.js:7
2045
+ #: inc/lib/onboarding/assets/src/components/error/index.js:154
2046
+ msgid "&nbsp;so we can fix it."
 
 
2047
  msgstr ""
2048
 
2049
+ #: inc/lib/onboarding/assets/dist/main.js:7
2050
+ #: inc/lib/onboarding/assets/src/components/error/index.js:161
2051
+ msgid "Try Importing Again"
2052
  msgstr ""
2053
 
2054
+ #: inc/lib/onboarding/assets/dist/main.js:7
2055
+ #: inc/lib/onboarding/assets/src/steps/import-site/sse-import.js:36
2056
+ msgid "Importing Content…"
2057
  msgstr ""
2058
 
2059
+ #: inc/lib/onboarding/assets/dist/main.js:7
2060
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:159
2061
  msgid "Installing Required Plugins."
2062
  msgstr ""
2063
 
2064
  #. translators: Plugin Name.
2065
+ #: inc/lib/onboarding/assets/dist/main.js:8
2066
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:176
2067
  msgid "%1$s plugin installed successfully."
2068
  msgstr ""
2069
 
2070
+ #: inc/lib/onboarding/assets/dist/main.js:8
2071
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:206
2072
  msgid "Could not install the plugin list."
2073
  msgstr ""
2074
 
2075
+ #: inc/lib/onboarding/assets/dist/main.js:8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2076
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:333
2077
  msgid "Reseting site."
2078
  msgstr ""
2079
 
2080
+ #: inc/lib/onboarding/assets/dist/main.js:8
2081
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:368
2082
  msgid "Reset for old website is done."
2083
  msgstr ""
2084
 
2085
+ #: inc/lib/onboarding/assets/dist/main.js:8
2086
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:382
2087
  msgid "Resetting terms and forms."
2088
  msgstr ""
2089
 
2090
+ #: inc/lib/onboarding/assets/dist/main.js:8
 
2091
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:405
2092
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:422
2093
  msgid "Resetting terms and forms failed."
2094
  msgstr ""
2095
 
2096
+ #: inc/lib/onboarding/assets/dist/main.js:8
2097
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:442
2098
  msgid "Gathering posts for deletions."
2099
  msgstr ""
2100
 
2101
+ #: inc/lib/onboarding/assets/dist/main.js:8
2102
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:467
2103
  msgid "Resetting posts done."
2104
  msgstr ""
2105
 
2106
+ #: inc/lib/onboarding/assets/dist/main.js:8
2107
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:481
2108
  msgid "Resetting posts."
2109
  msgstr ""
2110
 
2111
+ #: inc/lib/onboarding/assets/dist/main.js:8
 
2112
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:508
2113
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:522
2114
  msgid "Resetting posts failed."
2115
  msgstr ""
2116
 
2117
+ #: inc/lib/onboarding/assets/dist/main.js:8
2118
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:538
2119
  msgid "Resetting customizer."
2120
  msgstr ""
2121
 
2122
+ #: inc/lib/onboarding/assets/dist/main.js:8
 
2123
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:568
2124
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:582
2125
  msgid "Resetting customizer failed."
2126
  msgstr ""
2127
 
2128
+ #: inc/lib/onboarding/assets/dist/main.js:8
2129
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:598
2130
  msgid "Resetting site options."
2131
  msgstr ""
2132
 
2133
+ #: inc/lib/onboarding/assets/dist/main.js:8
 
2134
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:625
2135
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:640
2136
  msgid "Resetting site options Failed."
2137
  msgstr ""
2138
 
2139
+ #: inc/lib/onboarding/assets/dist/main.js:8
2140
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:660
2141
  msgid "Resetting widgets."
2142
  msgstr ""
2143
 
2144
+ #: inc/lib/onboarding/assets/dist/main.js:8
2145
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:682
2146
  msgid "Resetting widgets JSON parse failed."
2147
  msgstr ""
2148
 
2149
+ #: inc/lib/onboarding/assets/dist/main.js:8
2150
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:699
2151
  msgid "Resetting widgets failed."
2152
  msgstr ""
2153
 
2154
+ #: inc/lib/onboarding/assets/dist/main.js:8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2155
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:790
2156
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:858
2157
  msgid "Importing forms."
2158
  msgstr ""
2159
 
2160
+ #: inc/lib/onboarding/assets/dist/main.js:8
2161
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:818
2162
  msgid "Importing forms failed due to parse JSON error."
2163
  msgstr ""
2164
 
2165
+ #: inc/lib/onboarding/assets/dist/main.js:8
2166
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:836
2167
  msgid "Importing forms Failed."
2168
  msgstr ""
2169
 
2170
+ #: inc/lib/onboarding/assets/dist/main.js:8
2171
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:885
2172
  msgid "Importing Customizer failed due to parse JSON error."
2173
  msgstr ""
2174
 
2175
+ #: inc/lib/onboarding/assets/dist/main.js:8
2176
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:903
2177
  msgid "Importing Customizer Failed."
2178
  msgstr ""
2179
 
2180
+ #: inc/lib/onboarding/assets/dist/main.js:8
 
 
 
 
 
 
 
 
 
 
2181
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:944
2182
  msgid "Importing Site Content."
2183
  msgstr ""
2184
 
2185
+ #: inc/lib/onboarding/assets/dist/main.js:8
2186
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:1003
2187
  msgid "Importing Site Content Failed. - Import Process Interrupted"
2188
  msgstr ""
2189
 
2190
  #. translators: Response importMessage
2191
+ #: inc/lib/onboarding/assets/dist/main.js:9
2192
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:1030
2193
  msgid "Importing - %1$s"
2194
  msgstr ""
2195
 
2196
+ #: inc/lib/onboarding/assets/dist/main.js:9
2197
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:1039
2198
  msgid "Importing Site Content failed due to parse JSON error."
2199
  msgstr ""
2200
 
2201
+ #: inc/lib/onboarding/assets/dist/main.js:9
2202
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:1053
2203
  msgid "Importing Site Content Failed."
2204
  msgstr ""
2205
 
2206
+ #: inc/lib/onboarding/assets/dist/main.js:9
2207
+ #: inc/lib/onboarding/assets/src/steps/import-site/index.js:927
2208
+ msgid "The XML URL for the site content is empty."
2209
+ msgstr ""
2210
+
2211
+ #: inc/lib/onboarding/assets/dist/main.js:9
2212
+ #: inc/lib/onboarding/assets/src/steps/import-site/index.js:932
2213
+ msgid "Importing Site Content Failed"
2214
+ msgstr ""
2215
+
2216
+ #: inc/lib/onboarding/assets/dist/main.js:9
2217
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:1066
2218
  msgid "Importing Site Options."
2219
  msgstr ""
2220
 
2221
+ #: inc/lib/onboarding/assets/dist/main.js:9
2222
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:1093
2223
  msgid "Importing Site Options failed due to parse JSON error."
2224
  msgstr ""
2225
 
2226
+ #: inc/lib/onboarding/assets/dist/main.js:9
2227
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:1111
2228
  msgid "Importing Site Options Failed."
2229
  msgstr ""
2230
 
2231
+ #: inc/lib/onboarding/assets/dist/main.js:9
2232
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:1132
2233
  msgid "Importing Widgets."
2234
  msgstr ""
2235
 
2236
+ #: inc/lib/onboarding/assets/dist/main.js:9
2237
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:1161
2238
  msgid "Importing Widgets due to parse JSON error."
2239
  msgstr ""
2240
 
2241
+ #: inc/lib/onboarding/assets/dist/main.js:9
2242
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:1179
2243
  msgid "Importing Widgets Failed."
2244
  msgstr ""
2245
 
2246
+ #: inc/lib/onboarding/assets/dist/main.js:9
2247
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:1200
2248
  msgid "Final finishings."
2249
  msgstr ""
2250
 
2251
+ #: inc/lib/onboarding/assets/dist/main.js:9
2252
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:1247
2253
  msgid "Final finishings failed due to parse JSON error."
2254
  msgstr ""
2255
 
2256
+ #: inc/lib/onboarding/assets/dist/main.js:9
2257
  #: inc/lib/onboarding/assets/src/steps/import-site/index.js:1291
2258
  msgid "Final finishings Failed."
2259
  msgstr ""
2260
 
2261
+ #: inc/lib/onboarding/assets/dist/main.js:9
2262
+ #: inc/lib/onboarding/assets/src/steps/import-site/import-utils.js:172
2263
+ msgid "Installing Astra Theme…"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2264
  msgstr ""
2265
 
2266
+ #: inc/lib/onboarding/assets/dist/main.js:9
2267
+ #: inc/lib/onboarding/assets/src/steps/import-site/import-utils.js:186
2268
+ #: inc/lib/onboarding/assets/src/steps/import-site/import-utils.js:209
2269
+ msgid "Astra Theme Installed."
2270
  msgstr ""
2271
 
2272
+ #: inc/lib/onboarding/assets/dist/main.js:9
2273
+ #: inc/lib/onboarding/assets/src/steps/import-site/import-utils.js:219
2274
+ msgid "Astra theme installation failed."
2275
  msgstr ""
2276
 
2277
+ #: inc/lib/onboarding/assets/dist/main.js:9
2278
+ #: inc/lib/onboarding/assets/src/steps/import-site/index.js:1324
2279
+ msgid "Invalid demo selected. Please contact us."
2280
  msgstr ""
2281
 
2282
+ #: inc/lib/onboarding/assets/dist/main.js:9
2283
+ #: inc/lib/onboarding/assets/src/steps/import-site/index.js:141
2284
+ msgid "Starting Import."
2285
  msgstr ""
2286
 
2287
+ #: inc/lib/onboarding/assets/dist/main.js:9
2288
+ #: inc/lib/onboarding/assets/src/steps/import-site/index.js:1393
2289
+ msgid "Import is already done."
2290
  msgstr ""
2291
 
2292
+ #: inc/lib/onboarding/assets/dist/main.js:9
2293
+ #: inc/lib/onboarding/assets/src/steps/import-site/index.js:1402
2294
+ msgid "Import is already in progress."
2295
  msgstr ""
2296
 
2297
+ #: inc/lib/onboarding/assets/dist/main.js:9
2298
+ #: inc/lib/onboarding/assets/src/steps/import-site/index.js:723
2299
+ msgid "Importing CartFlows flows."
2300
  msgstr ""
2301
 
2302
+ #: inc/lib/onboarding/assets/dist/main.js:9
2303
+ #: inc/lib/onboarding/assets/src/steps/import-site/index.js:751
2304
+ msgid "Importing CartFlows flows failed due to parse JSON error."
2305
  msgstr ""
2306
 
2307
+ #: inc/lib/onboarding/assets/dist/main.js:9
2308
+ #: inc/lib/onboarding/assets/src/steps/import-site/index.js:769
2309
+ msgid "Importing CartFlows flows Failed."
2310
  msgstr ""
2311
 
2312
+ #. translators: Plugin Name.
2313
+ #: inc/lib/onboarding/assets/dist/main.js:10
2314
+ #: inc/lib/onboarding/assets/src/steps/import-site/index.js:231
2315
+ msgid "Activating %1$s plugin."
2316
  msgstr ""
2317
 
2318
+ #. translators: Plugin Name.
2319
+ #: inc/lib/onboarding/assets/dist/main.js:11
2320
+ #: inc/lib/onboarding/assets/src/steps/import-site/index.js:275
2321
+ msgid "%1$s activated."
2322
  msgstr ""
2323
 
2324
+ #: inc/lib/onboarding/assets/dist/main.js:11
2325
+ #: inc/lib/onboarding/assets/src/steps/import-site/index.js:283
2326
+ msgid "JSON_Error: Could not activate the required plugin list."
2327
  msgstr ""
2328
 
2329
+ #: inc/lib/onboarding/assets/dist/main.js:11
2330
+ #: inc/lib/onboarding/assets/src/steps/import-site/index.js:301
2331
+ msgid "Could not activate the required plugin list."
2332
  msgstr ""
2333
 
2334
+ #: inc/lib/onboarding/assets/dist/main.js:11
2335
+ #: inc/lib/onboarding/assets/src/steps/import-site/index.js:1447
2336
+ msgid "We are building your website…"
2337
  msgstr ""
2338
 
2339
+ #: inc/lib/onboarding/assets/dist/main.js:11
2340
  #: inc/lib/onboarding/assets/src/steps/survey/survey.js:13
2341
  msgid "Tell us a little bit about yourself"
2342
  msgstr ""
2343
 
2344
+ #: inc/lib/onboarding/assets/dist/main.js:11
2345
  #: inc/lib/onboarding/assets/src/steps/survey/survey.js:54
2346
  msgid "I am…"
2347
  msgstr ""
2348
 
2349
+ #: inc/lib/onboarding/assets/dist/main.js:11
2350
  #: inc/lib/onboarding/assets/src/steps/survey/survey.js:60
2351
  msgid "Intermidiate"
2352
  msgstr ""
2353
 
2354
+ #: inc/lib/onboarding/assets/dist/main.js:11
2355
  #: inc/lib/onboarding/assets/src/steps/survey/survey.js:83
2356
  msgid "I am building website for…"
2357
  msgstr ""
2358
 
2359
+ #: inc/lib/onboarding/assets/dist/main.js:11
2360
  #: inc/lib/onboarding/assets/src/steps/survey/survey.js:86
2361
  msgid "Myself/My Company"
2362
  msgstr ""
2363
 
2364
+ #: inc/lib/onboarding/assets/dist/main.js:11
2365
  #: inc/lib/onboarding/assets/src/steps/survey/survey.js:89
2366
  msgid "My Client"
2367
  msgstr ""
2368
 
2369
+ #: inc/lib/onboarding/assets/dist/main.js:11
2370
+ #: inc/lib/onboarding/assets/src/steps/survey/advanced-settings.js:96
2371
+ msgid "Delete Previously imported sites"
2372
+ msgstr ""
2373
+
2374
+ #: inc/lib/onboarding/assets/dist/main.js:11
2375
+ #: inc/lib/onboarding/assets/src/steps/survey/advanced-settings.js:109
2376
+ msgid "Choose this option only if this is intended.You can find the backup to the current customizer settings at /wp-content/uploads astra-sites"
2377
+ msgstr ""
2378
+
2379
+ #: inc/lib/onboarding/assets/dist/main.js:11
2380
+ #: inc/lib/onboarding/assets/src/steps/survey/advanced-settings.js:164
2381
+ msgid "Starter Templates customizer serves global settings that give uniform design to the website. Choosing this option will override your current customizer settings."
2382
+ msgstr ""
2383
+
2384
+ #: inc/lib/onboarding/assets/dist/main.js:11
2385
  #: inc/lib/onboarding/assets/src/steps/welcome/index.js:36
2386
  msgid "Getting Started with Starter Templates"
2387
  msgstr ""
2388
 
2389
+ #: inc/lib/onboarding/assets/dist/main.js:11
2390
  #: inc/lib/onboarding/assets/src/steps/welcome/index.js:42
2391
  msgid "This is the very beginning of the fastest and easiest website building experience you`ve ever had!"
2392
  msgstr ""
2393
 
2394
+ #: inc/lib/onboarding/assets/dist/main.js:11
2395
  #: inc/lib/onboarding/assets/src/steps/welcome/index.js:69
2396
  msgid "Build Your Website Now"
2397
  msgstr ""
2398
 
2399
+ #: inc/lib/onboarding/assets/dist/main.js:11
2400
+ #: inc/lib/onboarding/assets/src/steps/site-list/index.js:125
2401
+ msgid "What type of website are you building?"
2402
  msgstr ""
2403
 
2404
+ #. translators: %1$s: search term.
2405
+ #: inc/lib/onboarding/assets/dist/main.js:13
2406
+ #: inc/lib/onboarding/assets/src/steps/site-list/index.js:177
2407
+ msgid "Starter Templates for %1$s:"
2408
  msgstr ""
2409
 
2410
+ #: inc/lib/onboarding/assets/dist/main.js:13
2411
+ #: inc/lib/onboarding/assets/src/steps/site-list/index.js:218
2412
+ msgid "Get unlimited access to all Premium Starter Templates and more, at a single low cost!"
2413
  msgstr ""
2414
 
2415
+ #: inc/lib/onboarding/assets/dist/main.js:13
2416
+ #: inc/lib/onboarding/assets/src/steps/survey/index.js:112
2417
+ msgid "Required plugins missing"
2418
  msgstr ""
2419
 
2420
+ #: inc/lib/onboarding/assets/dist/main.js:13
2421
+ #: inc/lib/onboarding/assets/src/steps/survey/index.js:119
2422
+ msgid "Required plugins -"
2423
+ msgstr ""
2424
+
2425
+ #: inc/lib/onboarding/assets/dist/main.js:13
2426
+ #: inc/lib/onboarding/assets/src/steps/survey/index.js:144
2427
+ msgid "Skip & Start Importing"
2428
+ msgstr ""
2429
+
2430
+ #: inc/lib/onboarding/assets/dist/main.js:13
2431
+ #: inc/lib/onboarding/assets/src/steps/survey/index.js:90
2432
+ msgid "Okay, just one last step…"
2433
+ msgstr ""
2434
+
2435
+ #: inc/lib/onboarding/assets/dist/main.js:13
2436
+ #: inc/lib/onboarding/assets/src/steps/survey/index.js:99
2437
+ msgid "Submit & Build My Website"
2438
  msgstr ""
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: Elementor,Beaver Builder,Templates,Gutenberg,Block Editor,Astra Starter Si
5
  Requires at least: 4.4
6
  Requires PHP: 5.3
7
  Tested up to: 5.8
8
- Stable tag: 3.0.10
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -133,6 +133,9 @@ We are open to suggestions and would love to work on topics that our users are l
133
 
134
  == Changelog ==
135
 
 
 
 
136
  v3.0.10 - 11-December-2021
137
  - Fix: Timeout errors when activating required plugins.
138
  - Fix: `folder_exists` error when installing required plugins.
5
  Requires at least: 4.4
6
  Requires PHP: 5.3
7
  Tested up to: 5.8
8
+ Stable tag: 3.0.11
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
133
 
134
  == Changelog ==
135
 
136
+ v3.0.11 - 13-December-2021
137
+ - Fix: Fixed an issue where synchronization of the library was not working on sites where CRON was disabled.
138
+
139
  v3.0.10 - 11-December-2021
140
  - Fix: Timeout errors when activating required plugins.
141
  - Fix: `folder_exists` error when installing required plugins.
webpack.config.js ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ const RtlCssPlugin = require( 'rtlcss-webpack-plugin' );
2
+ const defaultConfig = require( '@wordpress/scripts/config/webpack.config' );
3
+
4
+ module.exports = {
5
+ ...defaultConfig,
6
+ plugins: [
7
+ ...defaultConfig.plugins,
8
+ new RtlCssPlugin( {
9
+ filename: `[name]-rtl.css`,
10
+ } ),
11
+ ],
12
+ };