Astra Starter Sites - Version 3.0.19

Version Description

Download this release

Release Info

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

Code changes from version 3.0.18 to 3.0.19

admin/bsf-analytics/assets/css/unminified/style-rtl.css CHANGED
@@ -1,21 +1,21 @@
1
- [ID*="-optin-notice"] {
2
- padding: 1px 12px;
3
- border-right-color: #007cba;
4
- }
5
-
6
- [ID*="-optin-notice"] .notice-container {
7
- padding-top: 10px;
8
- padding-bottom: 12px;
9
- }
10
-
11
- [ID*="-optin-notice"] .notice-content {
12
- margin: 0;
13
- }
14
-
15
- [ID*="-optin-notice"] .notice-heading {
16
- padding: 0 0 12px 20px;
17
- }
18
-
19
- [ID*="-optin-notice"] .button-primary {
20
- margin-left: 5px;
21
  }
1
+ [ID*="-optin-notice"] {
2
+ padding: 1px 12px;
3
+ border-right-color: #007cba;
4
+ }
5
+
6
+ [ID*="-optin-notice"] .notice-container {
7
+ padding-top: 10px;
8
+ padding-bottom: 12px;
9
+ }
10
+
11
+ [ID*="-optin-notice"] .notice-content {
12
+ margin: 0;
13
+ }
14
+
15
+ [ID*="-optin-notice"] .notice-heading {
16
+ padding: 0 0 12px 20px;
17
+ }
18
+
19
+ [ID*="-optin-notice"] .button-primary {
20
+ margin-left: 5px;
21
  }
admin/bsf-analytics/assets/css/unminified/style.css CHANGED
@@ -1,21 +1,21 @@
1
- [ID*="-optin-notice"] {
2
- padding: 1px 12px;
3
- border-left-color: #007cba;
4
- }
5
-
6
- [ID*="-optin-notice"] .notice-container {
7
- padding-top: 10px;
8
- padding-bottom: 12px;
9
- }
10
-
11
- [ID*="-optin-notice"] .notice-content {
12
- margin: 0;
13
- }
14
-
15
- [ID*="-optin-notice"] .notice-heading {
16
- padding: 0 20px 12px 0;
17
- }
18
-
19
- [ID*="-optin-notice"] .button-primary {
20
- margin-right: 5px;
21
  }
1
+ [ID*="-optin-notice"] {
2
+ padding: 1px 12px;
3
+ border-left-color: #007cba;
4
+ }
5
+
6
+ [ID*="-optin-notice"] .notice-container {
7
+ padding-top: 10px;
8
+ padding-bottom: 12px;
9
+ }
10
+
11
+ [ID*="-optin-notice"] .notice-content {
12
+ margin: 0;
13
+ }
14
+
15
+ [ID*="-optin-notice"] .notice-heading {
16
+ padding: 0 20px 12px 0;
17
+ }
18
+
19
+ [ID*="-optin-notice"] .button-primary {
20
+ margin-right: 5px;
21
  }
admin/bsf-analytics/version.json CHANGED
@@ -1,4 +1,4 @@
1
- {
2
- "bsf-analytics-ver": "1.1.1"
3
- }
4
 
1
+ {
2
+ "bsf-analytics-ver": "1.1.1"
3
+ }
4
 
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.18
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.18' );
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.19
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.19' );
23
  }
24
 
25
  if ( ! defined( 'ASTRA_SITES_FILE' ) ) {
inc/classes/compatibility/elementor/class-astra-sites-compatibility-elementor.php CHANGED
@@ -10,6 +10,10 @@ namespace AstraSites\Elementor;
10
 
11
  defined( 'ABSPATH' ) || exit;
12
 
 
 
 
 
13
  if ( ! class_exists( 'Astra_Sites_Compatibility_Elementor' ) ) :
14
 
15
  /**
@@ -64,6 +68,19 @@ if ( ! class_exists( 'Astra_Sites_Compatibility_Elementor' ) ) :
64
  }
65
 
66
  add_action( 'astra_sites_before_delete_imported_posts', array( $this, 'force_delete_kit' ), 10, 2 );
 
 
 
 
 
 
 
 
 
 
 
 
 
67
  }
68
 
69
  /**
10
 
11
  defined( 'ABSPATH' ) || exit;
12
 
13
+ if ( ! class_exists( '\Elementor\Plugin' ) ) {
14
+ return;
15
+ }
16
+
17
  if ( ! class_exists( 'Astra_Sites_Compatibility_Elementor' ) ) :
18
 
19
  /**
68
  }
69
 
70
  add_action( 'astra_sites_before_delete_imported_posts', array( $this, 'force_delete_kit' ), 10, 2 );
71
+ add_action( 'astra_sites_before_sse_import', array( $this, 'disable_attachment_metadata' ) );
72
+ }
73
+
74
+ /**
75
+ * Disable the attachment metadata
76
+ */
77
+ public function disable_attachment_metadata() {
78
+ remove_filter(
79
+ 'wp_update_attachment_metadata', array(
80
+ \Elementor\Plugin::$instance->uploads_manager->get_file_type_handlers( 'svg' ),
81
+ 'set_svg_meta_data',
82
+ ), 10, 2
83
+ );
84
  }
85
 
86
  /**
inc/importers/wxr-importer/class-astra-wxr-importer.php CHANGED
@@ -319,6 +319,8 @@ class Astra_WXR_Importer {
319
  flush();
320
  }
321
 
 
 
322
  // Enable default GD library.
323
  add_filter( 'wp_image_editors', array( $this, 'enable_wp_image_editor_gd' ) );
324
 
319
  flush();
320
  }
321
 
322
+ do_action( 'astra_sites_before_sse_import' );
323
+
324
  // Enable default GD library.
325
  add_filter( 'wp_image_editors', array( $this, 'enable_wp_image_editor_gd' ) );
326
 
inc/lib/gutenberg-templates/classes/class-ast-block-templates.php CHANGED
@@ -400,7 +400,7 @@ if ( ! class_exists( 'Ast_Block_Templates' ) ) :
400
  'wpforms_status' => $this->get_plugin_status( 'wpforms-lite/wpforms.php' ),
401
  'gutenberg_status' => $this->get_plugin_status( 'gutenberg/gutenberg.php' ),
402
  '_ajax_nonce' => wp_create_nonce( 'ast-block-templates-ajax-nonce' ),
403
- 'button_text' => esc_html__( 'Starter Templates', 'ast-block-templates' ),
404
  'display_button_logo' => true,
405
  'popup_logo_uri' => AST_BLOCK_TEMPLATES_URI . 'dist/logo.svg',
406
  'button_logo' => AST_BLOCK_TEMPLATES_URI . 'dist/starter-template-logo.svg',
400
  'wpforms_status' => $this->get_plugin_status( 'wpforms-lite/wpforms.php' ),
401
  'gutenberg_status' => $this->get_plugin_status( 'gutenberg/gutenberg.php' ),
402
  '_ajax_nonce' => wp_create_nonce( 'ast-block-templates-ajax-nonce' ),
403
+ 'button_text' => esc_html__( 'Starter Templates', 'astra-sites' ),
404
  'display_button_logo' => true,
405
  'popup_logo_uri' => AST_BLOCK_TEMPLATES_URI . 'dist/logo.svg',
406
  'button_logo' => AST_BLOCK_TEMPLATES_URI . 'dist/starter-template-logo.svg',
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' => '57051103f2e480302c94fdd6eb672586');
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' => '9cda9010df71c6f4c1dd7a83f0b1ca2a');
inc/lib/onboarding/assets/dist/main.js CHANGED
@@ -2,7 +2,7 @@
2
  Object(x.__)("Your Website is ready and it took just %1$s %2$s to build. %3$s","astra-sites"),T,F,S),g="I just built my website in ".concat(T," ").concat(F," with Starter Templates by @AstraWP. Can't believe how easy it is! 😍")):(m=Object(x.sprintf)(//translators: Website URL.
3
  Object(x.__)("Your Website is up and ready!. %1$s","astra-sites"),S),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(c.createElement)(A,{content:Object(c.createElement)("div",{className:"congrats-screen"},Object(c.createElement)("h1",{className:"d-flex-center-align"},Object(x.__)("Congratulations!","astra-sites"),E.tada),Object(c.createElement)("p",{className:"screen-description p-bold",dangerouslySetInnerHTML:{__html:m}}),!X()&&Object(c.createElement)(c.Fragment,null,Object(c.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,w(!1)}},k&&Object(c.createElement)("div",{className:"click-to-play-wrap"},Object(c.createElement)("span",{className:"click-btn-text"},E.clickToPlay),Object(c.createElement)("span",{className:"youtube-btn middle-content"},E.youtube)),Object(c.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(c.createElement)("div",{className:"tweet-import-success"},Object(c.createElement)("p",{className:"tweet-text"},g),Object(c.createElement)("a",{href:"https://twitter.com/intent/tweet?text=".concat(g),target:"_blank",className:"twitter-btn-wrap",rel:"noreferrer"},Object(c.createElement)("p",{className:"tweet-btn"},Object(x.__)("CLICK TO TWEET","astra-sites")),E.twitter)))),actions:null})}),ua=(r(69),function(){var t=C(),e=b()(t,2),r=e[0].currentIndex,n=e[1];Object(h.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(c.createElement)(A,{content:Object(c.createElement)("div",{className:"page-builder-screen-wrap middle-content"},Object(c.createElement)("h1",null,Object(x.__)("Select Page Builder","astra-sites")),Object(c.createElement)("p",{className:"screen-description"},Object(x.__)("Please choose your preferred page builder from the list below.","astra-sites")),Object(c.createElement)("div",{className:"page-builder-wrap ist-fadeinUp"},Object(c.createElement)("div",{className:"page-builder-item d-flex-center-align",onClick:function(){i("gutenberg")},tabIndex:"0",onKeyDown:function(t){return a(t,"gutenberg")}},Object(c.createElement)("div",{className:"elementor-image-wrap image-wrap"},Object(c.createElement)("img",{src:"".concat(starterTemplates.imageDir,"block-editor.svg"),alt:Object(x.__)("Block Editor","astra-sites")})),Object(c.createElement)("h6",null,Object(x.__)("Block Editor","astra-sites"))),Object(c.createElement)("div",{className:"page-builder-item d-flex-center-align",onClick:function(){i("elementor")},tabIndex:"0",onKeyDown:function(t){return a(t,"elementor")}},Object(c.createElement)("div",{className:"elementor-image-wrap image-wrap"},Object(c.createElement)("img",{src:"".concat(starterTemplates.imageDir,"elementor.svg"),alt:Object(x.__)("Elementor","astra-sites")})),Object(c.createElement)("h6",null,Object(x.__)("Elementor","astra-sites"))),Object(c.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(c.createElement)("div",{className:"beaver-builder-image-wrap image-wrap"},Object(c.createElement)("img",{src:"".concat(starterTemplates.imageDir,"beaver-builder.svg"),alt:Object(x.__)("Beaver Builder","astra-sites")})),Object(c.createElement)("h6",null,Object(x.__)("Beaver Builder","astra-sites"))),"1"===starterTemplates.isBrizyEnabled&&Object(c.createElement)("div",{className:"page-builder-item d-flex-center-align",onClick:function(){i("brizy")},tabIndex:"0",onKeyDown:function(t){return a(t,"brizy")}},Object(c.createElement)("div",{className:"brizy-image-wrap image-wrap"},Object(c.createElement)("img",{src:"".concat(starterTemplates.imageDir,"brizy.svg"),alt:Object(x.__)("Brizy","astra-sites")})),Object(c.createElement)("h6",null,Object(x.__)("Brizy","astra-sites"))))),actions:Object(c.createElement)(c.Fragment,null,Object(c.createElement)(F,{before:!0},Object(x.__)("Back","astra-sites")))})}),pa=r(5);function fa(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 da(t){var e=typeof t;return"function"===e||"object"===e&&!!t}function ma(t){return null===t}function ga(t){return void 0===t}function ya(t){return!0===t||!1===t||"[object Boolean]"===pa.t.call(t)}function va(t){return!(!t||1!==t.nodeType)}function ba(t){var e="[object "+t+"]";return function(t){return pa.t.call(t)===e}}var xa=ba("String"),Ea=ba("Number"),ka=ba("Date"),Ca=ba("RegExp"),Aa=ba("Error"),wa=ba("Symbol"),Sa=ba("ArrayBuffer"),Pa=ba("Function"),Oa=pa.p.document&&pa.p.document.childNodes;"object"!=typeof Int8Array&&"function"!=typeof Oa&&(Pa=function(t){return"function"==typeof t||!1});var ja=Pa,Ia=ba("Object"),_a=pa.s&&Ia(new DataView(new ArrayBuffer(8))),Fa="undefined"!=typeof Map&&Ia(new Map),Ta=ba("DataView"),Ma=_a?function(t){return null!=t&&ja(t.getInt8)&&Sa(t.buffer)}:Ta,Da=pa.k||ba("Array");function Ra(t,e){return null!=t&&pa.i.call(t,e)}var Ba=ba("Arguments");!function(){Ba(arguments)||(Ba=function(t){return Ra(t,"callee")})}();var La=Ba;function Va(t){return!wa(t)&&Object(pa.f)(t)&&!isNaN(parseFloat(t))}function Na(t){return Ea(t)&&Object(pa.g)(t)}function za(t){return function(){return t}}function Ga(t){return function(e){var r=t(e);return"number"==typeof r&&r>=0&&r<=pa.b}}function Ha(t){return function(e){return null==e?void 0:e[t]}}var Qa=Ha("byteLength"),Wa=Ga(Qa),qa=/\[object ((I|Ui)nt(8|16|32)|Float(32|64)|Uint8Clamped|Big(I|Ui)nt64)Array\]/,Xa=pa.r?function(t){return pa.l?Object(pa.l)(t)&&!Ma(t):Wa(t)&&qa.test(pa.t.call(t))}:za(!1),Ja=Ha("length");function Ya(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=pa.n.length,n=t.constructor,i=ja(n)&&n.prototype||pa.c,a="constructor";for(Ra(t,a)&&!e.contains(a)&&e.push(a);r--;)(a=pa.n[r])in t&&t[a]!==i[a]&&!e.contains(a)&&e.push(a)}function Ua(t){if(!da(t))return[];if(pa.m)return Object(pa.m)(t);var e=[];for(var r in t)Ra(t,r)&&e.push(r);return pa.h&&Ya(t,e),e}function Ka(t){if(null==t)return!0;var e=Ja(t);return"number"==typeof e&&(Da(t)||xa(t)||La(t))?0===e:0===Ja(Ua(t))}function Za(t,e){var r=Ua(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 $a(t){return t instanceof $a?t:this instanceof $a?void(this._wrapped=t):new $a(t)}function ts(t){return new Uint8Array(t.buffer||t,t.byteOffset||0,Qa(t))}function es(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 $a&&(r=r._wrapped),n instanceof $a&&(n=n._wrapped);var s=pa.t.call(r);if(s!==pa.t.call(n))return!1;if(_a&&"[object Object]"==s&&Ma(r)){if(!Ma(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 pa.d.valueOf.call(r)===pa.d.valueOf.call(n);case"[object ArrayBuffer]":case"[object DataView]":return e(ts(r),ts(n),i,a)}var o="[object Array]"===s;if(!o&&Xa(r)){if(Qa(r)!==Qa(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&&!(ja(l)&&l instanceof l&&ja(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=Ua(r);if(h=p.length,Ua(n).length!==h)return!1;for(;h--;)if(!Ra(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 rs(t){if(!da(t))return[];var e=[];for(var r in t)e.push(r);return pa.h&&Ya(t,e),e}function ns(t){var e=Ja(t);return function(r){if(null==r)return!1;var n=rs(r);if(Ja(n))return!1;for(var i=0;i<e;i++)if(!ja(r[t[i]]))return!1;return t!==ls||!ja(r[is])}}$a.VERSION=pa.e,$a.prototype.value=function(){return this._wrapped},$a.prototype.valueOf=$a.prototype.toJSON=$a.prototype.value,$a.prototype.toString=function(){return String(this._wrapped)};var is="forEach",as=["clear","delete"],ss=["get","has","set"],os=as.concat(is,ss),ls=as.concat(ss),cs=["add"].concat(as,is,"has"),hs=Fa?ns(os):ba("Map"),us=Fa?ns(ls):ba("WeakMap"),ps=Fa?ns(cs):ba("Set"),fs=ba("WeakSet");function ds(t){for(var e=Ua(t),r=e.length,n=Array(r),i=0;i<r;i++)n[i]=t[e[i]];return n}function ms(t){for(var e=Ua(t),r=e.length,n=Array(r),i=0;i<r;i++)n[i]=[e[i],t[e[i]]];return n}function gs(t){for(var e={},r=Ua(t),n=0,i=r.length;n<i;n++)e[t[r[n]]]=r[n];return e}function ys(t){var e=[];for(var r in t)ja(t[r])&&e.push(r);return e.sort()}function vs(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 bs=vs(rs),xs=vs(Ua),Es=vs(rs,!0);function ks(t){if(!da(t))return{};if(pa.j)return Object(pa.j)(t);var e=function(){};e.prototype=t;var r=new e;return e.prototype=null,r}function Cs(t,e){var r=ks(t);return e&&xs(r,e),r}function As(t){return da(t)?Da(t)?t.slice():bs({},t):t}function ws(t,e){return e(t),t}function Ss(t){return Da(t)?t:[t]}function Ps(t){return $a.toPath(t)}function Os(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 js(t,e,r){var n=Os(t,Ps(e));return ga(n)?r:n}function Is(t,e){for(var r=(e=Ps(e)).length,n=0;n<r;n++){var i=e[n];if(!Ra(t,i))return!1;t=t[i]}return!!r}function _s(t){return t}function Fs(t){return t=xs({},t),function(e){return Za(e,t)}}function Ts(t){return t=Ps(t),function(e){return Os(e,t)}}function Ms(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 Ds(t,e,r){return null==t?_s:ja(t)?Ms(t,e,r):da(t)&&!Da(t)?Fs(t):Ts(t)}function Rs(t,e){return Ds(t,e,1/0)}function Bs(t,e,r){return $a.iteratee!==Rs?$a.iteratee(t,e):Ds(t,e,r)}function Ls(t,e,r){e=Bs(e,r);for(var n=Ua(t),i=n.length,a={},s=0;s<i;s++){var o=n[s];a[o]=e(t[o],o,t)}return a}function Vs(){}function Ns(t){return null==t?Vs:function(e){return js(t,e)}}function zs(t,e,r){var n=Array(Math.max(0,t));e=Ms(e,r,1);for(var i=0;i<t;i++)n[i]=e(i);return n}function Gs(t,e){return null==e&&(e=t,t=0),t+Math.floor(Math.random()*(e-t+1))}$a.toPath=Ss,$a.iteratee=Rs;var Hs=Date.now||function(){return(new Date).getTime()};function Qs(t){var e=function(e){return t[e]},r="(?:"+Ua(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 Ws={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#x27;","`":"&#x60;"},qs=Qs(Ws),Xs=Qs(gs(Ws)),Js=$a.templateSettings={evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g},Ys=/(.)^/,Us={"'":"'","\\":"\\","\r":"r","\n":"n","\u2028":"u2028","\u2029":"u2029"},Ks=/\\|'|\r|\n|\u2028|\u2029/g;function Zs(t){return"\\"+Us[t]}var $s=/^\s*(\w|\$)+\s*$/;function to(t,e,r){!e&&r&&(e=r),e=Es({},e,$a.templateSettings);var n=RegExp([(e.escape||Ys).source,(e.interpolate||Ys).source,(e.evaluate||Ys).source].join("|")+"|$","g"),i=0,a="__p+='";t.replace(n,(function(e,r,n,s,o){return a+=t.slice(i,o).replace(Ks,Zs),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(!$s.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,$a)};return l.source="function("+o+"){\n"+a+"}",l}function eo(t,e,r){var n=(e=Ps(e)).length;if(!n)return ja(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=ja(a)?a.call(t):a}return t}var ro=0;function no(t){var e=++ro+"";return t?t+e:e}function io(t){var e=$a(t);return e._chain=!0,e}function ao(t,e,r,n,i){if(!(n instanceof e))return t.apply(r,i);var a=ks(t.prototype),s=t.apply(a,i);return da(s)?s:a}var so=fa((function(t,e){var r=so.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 ao(t,n,this,this,s)};return n}));so.placeholder=$a;var oo=so,lo=fa((function(t,e,r){if(!ja(t))throw new TypeError("Bind must be called on a function");var n=fa((function(i){return ao(t,n,e,this,r.concat(i))}));return n})),co=Ga(Ja);function ho(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=Ja(t);a<s;a++){var o=t[a];if(co(o)&&(Da(o)||La(o)))if(e>1)ho(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 uo=fa((function(t,e){var r=(e=ho(e,!1,!1)).length;if(r<1)throw new Error("bindAll must be passed function names");for(;r--;){var n=e[r];t[n]=lo(t[n],t)}return t}));function po(t,e){var r=function(n){var i=r.cache,a=""+(e?e.apply(this,arguments):n);return Ra(i,a)||(i[a]=t.apply(this,arguments)),i[a]};return r.cache={},r}var fo=fa((function(t,e,r){return setTimeout((function(){return t.apply(null,r)}),e)})),mo=oo(fo,$a,1);function go(t,e,r){var n,i,a,s,o=0;r||(r={});var l=function(){o=!1===r.leading?0:Hs(),n=null,s=t.apply(i,a),n||(i=a=null)},c=function(){var c=Hs();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 yo(t,e,r){var n,i,a,s,o,l=function(){var c=Hs()-i;e>c?n=setTimeout(l,e-c):(n=null,r||(s=t.apply(o,a)),n||(a=o=null))},c=fa((function(c){return o=this,a=c,i=Hs(),n||(n=setTimeout(l,e),r&&(s=t.apply(o,a))),s}));return c.cancel=function(){clearTimeout(n),n=a=o=null},c}function vo(t,e){return oo(e,t)}function bo(t){return function(){return!t.apply(this,arguments)}}function xo(){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 Eo(t,e){return function(){if(--t<1)return e.apply(this,arguments)}}function ko(t,e){var r;return function(){return--t>0&&(r=e.apply(this,arguments)),t<=1&&(e=null),r}}var Co=oo(ko,2);function Ao(t,e,r){e=Bs(e,r);for(var n,i=Ua(t),a=0,s=i.length;a<s;a++)if(e(t[n=i[a]],n,t))return n}function wo(t){return function(e,r,n){r=Bs(r,n);for(var i=Ja(e),a=t>0?0:i-1;a>=0&&a<i;a+=t)if(r(e[a],a,e))return a;return-1}}var So=wo(1),Po=wo(-1);function Oo(t,e,r,n){for(var i=(r=Bs(r,n,1))(e),a=0,s=Ja(t);a<s;){var o=Math.floor((a+s)/2);r(t[o])<i?a=o+1:s=o}return a}function jo(t,e,r){return function(n,i,a){var s=0,o=Ja(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(pa.q.call(n,s,o),Na))>=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 Io=jo(1,So,Oo),_o=jo(-1,Po);function Fo(t,e,r){var n=(co(t)?So:Ao)(t,e,r);if(void 0!==n&&-1!==n)return t[n]}function To(t,e){return Fo(t,Fs(e))}function Mo(t,e,r){var n,i;if(e=Ms(e,r),co(t))for(n=0,i=t.length;n<i;n++)e(t[n],n,t);else{var a=Ua(t);for(n=0,i=a.length;n<i;n++)e(t[a[n]],a[n],t)}return t}function Do(t,e,r){e=Bs(e,r);for(var n=!co(t)&&Ua(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 Ro(t){var e=function(e,r,n,i){var a=!co(e)&&Ua(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,Ms(r,i,4),n,a)}}var Bo=Ro(1),Lo=Ro(-1);function Vo(t,e,r){var n=[];return e=Bs(e,r),Mo(t,(function(t,r,i){e(t,r,i)&&n.push(t)})),n}function No(t,e,r){return Vo(t,bo(Bs(e)),r)}function zo(t,e,r){e=Bs(e,r);for(var n=!co(t)&&Ua(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 Go(t,e,r){e=Bs(e,r);for(var n=!co(t)&&Ua(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 Ho(t,e,r,n){return co(t)||(t=ds(t)),("number"!=typeof r||n)&&(r=0),Io(t,e,r)>=0}var Qo=fa((function(t,e,r){var n,i;return ja(e)?i=e:(e=Ps(e),n=e.slice(0,-1),e=e[e.length-1]),Do(t,(function(t){var a=i;if(!a){if(n&&n.length&&(t=Os(t,n)),null==t)return;a=t[e]}return null==a?a:a.apply(t,r)}))}));function Wo(t,e){return Do(t,Ts(e))}function qo(t,e){return Vo(t,Fs(e))}function Xo(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=co(t)?t:ds(t)).length;o<l;o++)null!=(n=t[o])&&n>a&&(a=n);else e=Bs(e,r),Mo(t,(function(t,r,n){((i=e(t,r,n))>s||i===-1/0&&a===-1/0)&&(a=t,s=i)}));return a}function Jo(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=co(t)?t:ds(t)).length;o<l;o++)null!=(n=t[o])&&n<a&&(a=n);else e=Bs(e,r),Mo(t,(function(t,r,n){((i=e(t,r,n))<s||i===1/0&&a===1/0)&&(a=t,s=i)}));return a}function Yo(t,e,r){if(null==e||r)return co(t)||(t=ds(t)),t[Gs(t.length-1)];var n=co(t)?As(t):ds(t),i=Ja(n);e=Math.max(Math.min(e,i),0);for(var a=i-1,s=0;s<e;s++){var o=Gs(s,a),l=n[s];n[s]=n[o],n[o]=l}return n.slice(0,e)}function Uo(t){return Yo(t,1/0)}function Ko(t,e,r){var n=0;return e=Bs(e,r),Wo(Do(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 Zo(t,e){return function(r,n,i){var a=e?[[],[]]:{};return n=Bs(n,i),Mo(r,(function(e,i){var s=n(e,i,r);t(a,e,s)})),a}}var $o=Zo((function(t,e,r){Ra(t,r)?t[r].push(e):t[r]=[e]})),tl=Zo((function(t,e,r){t[r]=e})),el=Zo((function(t,e,r){Ra(t,r)?t[r]++:t[r]=1})),rl=Zo((function(t,e,r){t[r?0:1].push(e)}),!0),nl=/[^\ud800-\udfff]|[\ud800-\udbff][\udc00-\udfff]|[\ud800-\udfff]/g;function il(t){return t?Da(t)?pa.q.call(t):xa(t)?t.match(nl):co(t)?Do(t,_s):ds(t):[]}function al(t){return null==t?0:co(t)?t.length:Ua(t).length}function sl(t,e,r){return e in r}var ol=fa((function(t,e){var r={},n=e[0];if(null==t)return r;ja(n)?(e.length>1&&(n=Ms(n,e[1])),e=rs(t)):(n=sl,e=ho(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})),ll=fa((function(t,e){var r,n=e[0];return ja(n)?(n=bo(n),e.length>1&&(r=e[1])):(e=Do(ho(e,!1,!1),String),n=function(t,r){return!Ho(e,r)}),ol(t,n,r)}));function cl(t,e,r){return pa.q.call(t,0,Math.max(0,t.length-(null==e||r?1:e)))}function hl(t,e,r){return null==t||t.length<1?null==e||r?void 0:[]:null==e||r?t[0]:cl(t,t.length-e)}function ul(t,e,r){return pa.q.call(t,null==e||r?1:e)}function pl(t,e,r){return null==t||t.length<1?null==e||r?void 0:[]:null==e||r?t[t.length-1]:ul(t,Math.max(0,t.length-e))}function fl(t){return Vo(t,Boolean)}function dl(t,e){return ho(t,e,!1)}var ml=fa((function(t,e){return e=ho(e,!0,!0),Vo(t,(function(t){return!Ho(e,t)}))})),gl=fa((function(t,e){return ml(t,e)}));function yl(t,e,r,n){ya(e)||(n=r,r=e,e=!1),null!=r&&(r=Bs(r,n));for(var i=[],a=[],s=0,o=Ja(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?Ho(a,c)||(a.push(c),i.push(l)):Ho(i,l)||i.push(l)}return i}var vl=fa((function(t){return yl(ho(t,!0,!0))}));function bl(t){for(var e=[],r=arguments.length,n=0,i=Ja(t);n<i;n++){var a=t[n];if(!Ho(e,a)){var s;for(s=1;s<r&&Ho(arguments[s],a);s++);s===r&&e.push(a)}}return e}function xl(t){for(var e=t&&Xo(t,Ja).length||0,r=Array(e),n=0;n<e;n++)r[n]=Wo(t,n);return r}var El=fa(xl);function kl(t,e){for(var r={},n=0,i=Ja(t);n<i;n++)e?r[t[n]]=e[n]:r[t[n][0]]=t[n][1];return r}function Cl(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 Al(t,e){if(null==e||e<1)return[];for(var r=[],n=0,i=t.length;n<i;)r.push(pa.q.call(t,n,n+=e));return r}function wl(t,e){return t._chain?$a(e).chain():e}function Sl(t){return Mo(ys(t),(function(e){var r=$a[e]=t[e];$a.prototype[e]=function(){var t=[this._wrapped];return pa.o.apply(t,arguments),wl(this,r.apply($a,t))}})),$a}Mo(["pop","push","reverse","shift","sort","splice","unshift"],(function(t){var e=pa.a[t];$a.prototype[t]=function(){var r=this._wrapped;return null!=r&&(e.apply(r,arguments),"shift"!==t&&"splice"!==t||0!==r.length||delete r[0]),wl(this,r)}})),Mo(["concat","join","slice"],(function(t){var e=pa.a[t];$a.prototype[t]=function(){var t=this._wrapped;return null!=t&&(t=e.apply(t,arguments)),wl(this,t)}}));var Pl=$a,Ol=Sl(n);function jl(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 Il(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)?Il(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 Il(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}Ol._=Ol,r(70);var _l=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"))},Fl=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(_l(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("-"," ");_l(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=jl(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=jl(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 w=s[A];for(var S in w.categories)!i.sites[A]&&i.related_categories.includes(w.categories[S])&&(i.related[A]=w)}return i.tags&&(i.tags=i.tags.slice(0,10)),i},Tl=function(){return Object(c.createElement)("div",{className:"site-list-loading-skeleton"},Object(c.createElement)(_i,{container:!0},Object(c.createElement)(_i,{item:!0,xs:12},Object(c.createElement)(na,{display:"flex",justifyContent:"center"},Object(c.createElement)(Si,{variant:"rect",width:600,height:36,animation:"wave"}))),Object(c.createElement)(_i,{item:!0,xs:12},Object(c.createElement)(na,{display:"flex",justifyContent:"center",m:"44px 0 50px 0"},Object(c.createElement)(Si,{variant:"rect",width:740,height:48,animation:"wave"}))),Object(c.createElement)(_i,{item:!0,xs:12},Object(c.createElement)(na,{display:"flex",justifyContent:"space-between",p:"0 0 8px 0"},Object(c.createElement)(na,{display:"flex",gridGap:"15px",alignItems:"center"},Object(c.createElement)(na,null,Object(c.createElement)(Si,{variant:"rect",width:80,height:41,animation:"wave"})),Object(c.createElement)(na,null,Object(c.createElement)(Si,{variant:"rect",width:80,height:41,animation:"wave"})),Object(c.createElement)(na,null,Object(c.createElement)(Si,{variant:"rect",width:80,height:41,animation:"wave"})),Object(c.createElement)(na,null,Object(c.createElement)(Si,{variant:"rect",width:80,height:41,animation:"wave"})),Object(c.createElement)(na,null,Object(c.createElement)(Si,{variant:"rect",width:80,height:41,animation:"wave"})),Object(c.createElement)(na,null,Object(c.createElement)(Si,{variant:"rect",width:80,height:41,animation:"wave"})),Object(c.createElement)(na,null,Object(c.createElement)(Si,{variant:"rect",width:80,height:41,animation:"wave"})),Object(c.createElement)(na,null,Object(c.createElement)(Si,{variant:"rect",width:80,height:41,animation:"wave"}))),Object(c.createElement)(na,{display:"flex",gridGap:"15px",alignItems:"center"},Object(c.createElement)(na,null,Object(c.createElement)(Si,{variant:"rect",width:110,height:40,animation:"wave"})),Object(c.createElement)(na,null,Object(c.createElement)(Si,{variant:"rect",width:110,height:40,animation:"wave"}))))),Object(c.createElement)(_i,{item:!0,xs:12},Object(c.createElement)(na,{p:"44px 0 0 0",display:"grid",gridGap:"40px",gridTemplateColumns:"1fr 1fr 1fr 1fr"},Object(c.createElement)(Si,{variant:"rect",height:380,animation:"wave"}),Object(c.createElement)(Si,{variant:"rect",height:380,animation:"wave"}),Object(c.createElement)(Si,{variant:"rect",height:380,animation:"wave"}),Object(c.createElement)(Si,{variant:"rect",height:380,animation:"wave"})))))},Ml=r(6),Dl=r.n(Ml),Rl=r(4),Bl=r.n(Rl),Ll=function(){var t=Dl()(Bl.a.mark((function t(e,r){var n,i,a,s;return Bl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=b()(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(x.__)("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(x.__)("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)}}(),Vl=function(t){var e=b()(t,2);oa()(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})}}))},Nl=function(){var t=Dl()(Bl.a.mark((function t(e){var r;return Bl.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)}}(),zl=function(){var t=Dl()(Bl.a.mark((function t(e){var r;return Bl.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)}}(),Gl=function(){var t=Dl()(Bl.a.mark((function t(e){var r;return Bl.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)}}(),Hl=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 Ql(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 Wl(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?Ql(Object(r),!0).forEach((function(e){m()(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):Ql(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}var ql=function(t){var e=t.sites,r=C(),n=b()(r,2),i=n[0],a=i.favoriteSiteIDs,s=i.currentIndex,o=n[1],l=[];if(Object.keys(e).length)for(var h in e)l.push(Wl({id:e[h].id,image:e[h]["thumbnail-image-url"],title:Object(T.decodeEntities)(e[h].title),badge:"agency-mini"===e[h]["astra-sites-type"]?Object(x.__)("Premium","astra-sites"):""},e[h]));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=Dl()(Bl.a.mark((function t(e,r,n){var i,a,s;return Bl.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(c.createElement)(R,{column:4,options:l,hasFavorite:!0,onFavoriteClick:p,favoriteList:a,onClick:function(){var t=Dl()(Bl.a.mark((function t(e,n){return Bl.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,Ll(n.id,r);case 4:Vl(r);case 5:case"end":return t.stop()}}),t)})));return function(e,r){return t.apply(this,arguments)}}()})};function Xl(t){return"/"===t.charAt(0)}function Jl(t,e){for(var r=e,n=r+1,i=t.length;n<i;r+=1,n+=1)t[r]=t[n];t.pop()}function Yl(t,e){if(!t)throw new Error("Invariant failed")}function Ul(t){return"/"===t.charAt(0)?t:"/"+t}function Kl(t,e){return function(t,e){return 0===t.toLowerCase().indexOf(e.toLowerCase())&&-1!=="/?#".indexOf(t.charAt(e.length))}(t,e)?t.substr(e.length):t}function Zl(t){return"/"===t.charAt(t.length-1)?t.slice(0,-1):t}function $l(t){var e=t.pathname,r=t.search,n=t.hash,i=e||"/";return r&&"?"!==r&&(i+="?"===r.charAt(0)?r:"?"+r),n&&"#"!==n&&(i+="#"===n.charAt(0)?n:"#"+n),i}function tc(t,e,r,n){var i;"string"==typeof t?(i=function(t){var e=t||"/",r="",n="",i=e.indexOf("#");-1!==i&&(n=e.substr(i),e=e.substr(0,i));var a=e.indexOf("?");return-1!==a&&(r=e.substr(a),e=e.substr(0,a)),{pathname:e,search:"?"===r?"":r,hash:"#"===n?"":n}}(t)).state=e:(void 0===(i=Z({},t)).pathname&&(i.pathname=""),i.search?"?"!==i.search.charAt(0)&&(i.search="?"+i.search):i.search="",i.hash?"#"!==i.hash.charAt(0)&&(i.hash="#"+i.hash):i.hash="",void 0!==e&&void 0===i.state&&(i.state=e));try{i.pathname=decodeURI(i.pathname)}catch(t){throw t instanceof URIError?new URIError('Pathname "'+i.pathname+'" could not be decoded. This is likely caused by an invalid percent-encoding.'):t}return r&&(i.key=r),n?i.pathname?"/"!==i.pathname.charAt(0)&&(i.pathname=function(t,e){void 0===e&&(e="");var r,n=t&&t.split("/")||[],i=e&&e.split("/")||[],a=t&&Xl(t),s=e&&Xl(e),o=a||s;if(t&&Xl(t)?i=n:n.length&&(i.pop(),i=i.concat(n)),!i.length)return"/";if(i.length){var l=i[i.length-1];r="."===l||".."===l||""===l}else r=!1;for(var c=0,h=i.length;h>=0;h--){var u=i[h];"."===u?Jl(i,h):".."===u?(Jl(i,h),c++):c&&(Jl(i,h),c--)}if(!o)for(;c--;c)i.unshift("..");!o||""===i[0]||i[0]&&Xl(i[0])||i.unshift("");var p=i.join("/");return r&&"/"!==p.substr(-1)&&(p+="/"),p}(i.pathname,n.pathname)):i.pathname=n.pathname:i.pathname||(i.pathname="/"),i}function ec(){var t=null,e=[];return{setPrompt:function(e){return t=e,function(){t===e&&(t=null)}},confirmTransitionTo:function(e,r,n,i){if(null!=t){var a="function"==typeof t?t(e,r):t;"string"==typeof a?"function"==typeof n?n(a,i):i(!0):i(!1!==a)}else i(!0)},appendListener:function(t){var r=!0;function n(){r&&t.apply(void 0,arguments)}return e.push(n),function(){r=!1,e=e.filter((function(t){return t!==n}))}},notifyListeners:function(){for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];e.forEach((function(t){return t.apply(void 0,r)}))}}}var rc=!("undefined"==typeof window||!window.document||!window.document.createElement);function nc(t,e){e(window.confirm(t))}function ic(){try{return window.history.state||{}}catch(t){return{}}}function ac(t){void 0===t&&(t={}),rc||Yl(!1);var e,r=window.history,n=(-1===(e=window.navigator.userAgent).indexOf("Android 2.")&&-1===e.indexOf("Android 4.0")||-1===e.indexOf("Mobile Safari")||-1!==e.indexOf("Chrome")||-1!==e.indexOf("Windows Phone"))&&window.history&&"pushState"in window.history,i=!(-1===window.navigator.userAgent.indexOf("Trident")),a=t,s=a.forceRefresh,o=void 0!==s&&s,l=a.getUserConfirmation,c=void 0===l?nc:l,h=a.keyLength,u=void 0===h?6:h,p=t.basename?Zl(Ul(t.basename)):"";function f(t){var e=t||{},r=e.key,n=e.state,i=window.location,a=i.pathname+i.search+i.hash;return p&&(a=Kl(a,p)),tc(a,n,r)}function d(){return Math.random().toString(36).substr(2,u)}var m=ec();function g(t){Z(O,t),O.length=r.length,m.notifyListeners(O.location,O.action)}function y(t){(function(t){return void 0===t.state&&-1===navigator.userAgent.indexOf("CriOS")})(t)||x(f(t.state))}function v(){x(f(ic()))}var b=!1;function x(t){b?(b=!1,g()):m.confirmTransitionTo(t,"POP",c,(function(e){e?g({action:"POP",location:t}):function(t){var e=O.location,r=k.indexOf(e.key);-1===r&&(r=0);var n=k.indexOf(t.key);-1===n&&(n=0);var i=r-n;i&&(b=!0,A(i))}(t)}))}var E=f(ic()),k=[E.key];function C(t){return p+$l(t)}function A(t){r.go(t)}var w=0;function S(t){1===(w+=t)&&1===t?(window.addEventListener("popstate",y),i&&window.addEventListener("hashchange",v)):0===w&&(window.removeEventListener("popstate",y),i&&window.removeEventListener("hashchange",v))}var P=!1,O={length:r.length,action:"POP",location:E,createHref:C,push:function(t,e){var i=tc(t,e,d(),O.location);m.confirmTransitionTo(i,"PUSH",c,(function(t){if(t){var e=C(i),a=i.key,s=i.state;if(n)if(r.pushState({key:a,state:s},null,e),o)window.location.href=e;else{var l=k.indexOf(O.location.key),c=k.slice(0,l+1);c.push(i.key),k=c,g({action:"PUSH",location:i})}else window.location.href=e}}))},replace:function(t,e){var i=tc(t,e,d(),O.location);m.confirmTransitionTo(i,"REPLACE",c,(function(t){if(t){var e=C(i),a=i.key,s=i.state;if(n)if(r.replaceState({key:a,state:s},null,e),o)window.location.replace(e);else{var l=k.indexOf(O.location.key);-1!==l&&(k[l]=i.key),g({action:"REPLACE",location:i})}else window.location.replace(e)}}))},go:A,goBack:function(){A(-1)},goForward:function(){A(1)},block:function(t){void 0===t&&(t=!1);var e=m.setPrompt(t);return P||(S(1),P=!0),function(){return P&&(P=!1,S(-1)),e()}},listen:function(t){var e=m.appendListener(t);return S(1),function(){S(-1),e()}}};return O}var sc=r(32),oc=r(21),lc=r.n(oc),cc=(r(16),function(t){var e=Object(sc.a)();return e.displayName=t,e}),hc=cc("Router-History"),uc=cc("Router"),pc=function(t){function e(e){var r;return(r=t.call(this,e)||this).state={location:e.history.location},r._isMounted=!1,r._pendingLocation=null,e.staticContext||(r.unlisten=e.history.listen((function(t){r._isMounted?r.setState({location:t}):r._pendingLocation=t}))),r}Object(dt.a)(e,t),e.computeRootMatch=function(t){return{path:"/",url:"/",params:{},isExact:"/"===t}};var r=e.prototype;return r.componentDidMount=function(){this._isMounted=!0,this._pendingLocation&&this.setState({location:this._pendingLocation})},r.componentWillUnmount=function(){this.unlisten&&(this.unlisten(),this._isMounted=!1,this._pendingLocation=null)},r.render=function(){return u.a.createElement(uc.Provider,{value:{history:this.props.history,location:this.state.location,match:e.computeRootMatch(this.state.location.pathname),staticContext:this.props.staticContext}},u.a.createElement(hc.Provider,{children:this.props.children||null,value:this.props.history}))},e}(u.a.Component);u.a.Component,u.a.Component;var fc={},dc=0;u.a.Component,u.a.Component,u.a.Component;var mc=u.a.useContext;function gc(){return mc(hc)}r(71);var yc=function(t,e){var r=new URLSearchParams(window.location.search);return e?r.set(t,e):r.delete(t),r.toString()},vc=jQuery,bc=function(){var t,e,r,n=C(),i=b()(n,2),a=i[0],s=a.siteSearchTerm,o=a.searchTerms,l=a.searchTermsWithCount,u=a.builder,p=i[1],f=Object(h.useState)(s),d=b()(f,2),m=d[0],g=d[1];Object(h.useEffect)((function(){vc(document).on("heartbeat-send",v),vc(document).on("heartbeat-tick",y)}),[]),t=function(){return E()},e=[m],r=Object(h.useCallback)(t,e),Object(h.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"]=u)},E=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(h.useRef)(),A=Object(h.useRef)(),w=function(t){if(t.preventDefault(),k&&A){var e=document.querySelector(".site-list-header"),r=0;e&&e.clientHeight&&(r=e.clientHeight),r-=k.current.clientHeight,(A.current.getBoundingClientRect().top||0)<=r?document.body.classList.add("st-search-box-fixed"):document.body.classList.remove("st-search-box-fixed")}};Object(h.useEffect)((function(){return document.querySelector(".step-content").addEventListener("scroll",w),function(){return document.querySelector(".step-content").removeEventListener("scroll",w)}}),[]);var S=gc();return Object(c.createElement)("div",{className:"st-search-box-wrap",ref:A},Object(c.createElement)("div",{className:"st-search-filter st-search-box",ref:k},Object(c.createElement)(B,{value:Object(T.decodeEntities)(s),placeholder:Object(x.__)("Search for Starter Templates","astra-sites"),onSearch:function(t,e){g(e),p({type:"set",siteSearchTerm:e,onMyFavorite:yu.onMyFavorite,siteCategory:yu.siteCategory,siteType:yu.siteType,siteOrder:yu.siteOrder});var r=yc("s",e);S.push("?".concat(r))},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})}}})))},xc=function(t){var e=t.value,r=t.options,n=t.onClick,i=t.className,a=Object(h.useState)(!1),s=b()(a,2),o=s[0],l=s[1],u=Object(h.useRef)(),p=function(t){u&&!u.current.contains(t.target)&&l(!1)};return Object(h.useEffect)((function(){return document.getElementById("starter-templates-ai-root").addEventListener("click",p),function(){return document.getElementById("starter-templates-ai-root").removeEventListener("click",p)}}),[]),Object(c.createElement)(z,{ref:u,toggle:o,onToggle:function(t,e){l(e)},value:e,options:r,onClick:function(t,e){l(!1),n(t,e)},className:i||""})},Ec=function(){var t=C(),e=b()(t,2),r=e[0].siteType,n=e[1];return Object(c.createElement)(xc,{className:"site-type-filter",value:r,options:[{id:"",title:Object(x.__)("All","astra-sites")},{id:"agency-mini",title:Object(x.__)("Premium","astra-sites")}],onClick:function(t,e){n({type:"set",siteType:e.id,onMyFavorite:!1})}})},kc=function(){var t=C(),e=b()(t,2),r=e[0].siteOrder,n=e[1];return Object(c.createElement)(xc,{className:"site-order-filter",value:r,options:[{id:"popular",title:Object(x.__)("Popular","astra-sites")},{id:"latest",title:Object(x.__)("Latest","astra-sites")}],onClick:function(t,e){n({type:"set",siteOrder:e.id,onMyFavorite:!1})}})},Cc=function(){var t=C(),e=b()(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(x.__)("All","astra-sites"),slug:""},{id:"1",name:Object(x.__)("Blog","astra-sites"),slug:"Blog"},{id:"2",name:Object(x.__)("eCommerce","astra-sites"),slug:"eCommerce"},{id:"3",name:Object(x.__)("eLearning","astra-sites"),slug:"eLearning"},{id:"4",name:Object(x.__)("Restaurant","astra-sites"),slug:"Restaurant"},{id:"5",name:Object(x.__)("Agency","astra-sites"),slug:"Agency"},{id:"6",name:Object(x.__)("Local","astra-sites"),slug:"Local"},{id:"7",name:Object(x.__)("Business","astra-sites"),slug:"Business"},{id:"8",name:Object(x.__)("Professional","astra-sites"),slug:"Professional"}],s=gc();return Object(c.createElement)("div",{className:"st-category-filter"},Object(c.createElement)(L,{limit:i,value:r.id,options:a,onClick:function(t,e){n({type:"set",siteCategory:e,siteSearchTerm:"All"!==e.name?e.name:"",onMyFavorite:!1});var r=yc("s","All"!==e.name?e.name:"");s.push("?".concat(r))}}))},Ac=(r(73),function(){var t=C(),e=b()(t,1)[0].siteSearchTerm;return e?Object(c.createElement)("div",{className:"st-sites-no-results"},Object(c.createElement)("h4",null,Object(x.sprintf)(
4
  /* translators: %1$s - search term. */
5
- Object(x.__)("Your search - %1$s - did not match any Starter Templates.","astra-sites"),Object(T.decodeEntities)(e)))):null}),wc=(r(74),function(){return Object(c.createElement)("div",{className:"st-no-favorites"},Object(c.createElement)("h3",null,Object(x.__)("No favorites added. Press the heart icon to add templates as favorites.","astra-sites")))}),Sc=function(t){var e=t.sites;return Object(c.createElement)(c.Fragment,null,Object(c.createElement)("div",{className:"st-sites-grid"},Object(c.createElement)("div",{className:"st-sites-found-message"},Object(x.__)("Other suggested Starter Templates","astra-sites")),Object(c.createElement)(ql,{sites:e})))};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 Oc(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){m()(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}var jc=(r(75),r(76),function(){return Object(c.createElement)("div",{className:"branding-wrap"},X()?Object(c.createElement)("h3",null,astraSitesVars.whiteLabelName):Object(c.createElement)(G,{className:"ist-logo",src:"".concat(starterTemplates.imageDir,"logo.svg"),alt:Object(x.__)("Starter Templates","astra-sites")}))}),Ic=function(){var t=C(),e=b()(t,2),r=e[0].builder,n=e[1],i=[{id:"gutenberg",title:Object(x.__)("Block Editor","astra-sites"),image:"".concat(starterTemplates.imageDir,"block-editor.svg")},{id:"elementor",title:Object(x.__)("Elementor","astra-sites"),image:"".concat(starterTemplates.imageDir,"elementor.svg")},{id:"beaver-builder",title:Object(x.__)("Beaver Builder","astra-sites"),image:"".concat(starterTemplates.imageDir,"beaver-builder.svg")}];return"1"===starterTemplates.isBrizyEnabled&&i.push({id:"brizy",title:Object(x.__)("Brizy","astra-sites"),image:"".concat(starterTemplates.imageDir,"brizy.svg")}),Object(c.createElement)("div",{className:"st-page-builder-filter"},Object(c.createElement)(xc,{value:r,options:i,className:"st-page-builder-toggle",onClick:function(t,e){n({type:"set",builder:e.id,siteCategory:yu.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})}}))},_c=(r(77),function(){return Object(c.createElement)("a",{className:"st-exit-to-dashboard",href:starterTemplates.adminUrl},Object(c.createElement)(D,{content:Object(x.__)("Exit to Dashboard","astra-sites")},E.dashboard))}),Fc=(r(78),function(){var t=C(),e=b()(t,2),r=e[0],n=e[1],i=r.onMyFavorite;return Object(c.createElement)("div",{className:"st-my-favorite ".concat(i?"active":""),onClick:function(t){t.stopPropagation(),n({type:"set",onMyFavorite:!i,siteType:"",siteOrder:yu.siteOrder,siteCategory:yu.siteCategory,siteSearchTerm:""})}},Object(c.createElement)(D,{content:Object(x.__)("My Favorite","astra-sites")},E.favorite))}),Tc=r(17),Mc=r.n(Tc);function Dc(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 Rc(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?Dc(Object(r),!0).forEach((function(e){m()(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):Dc(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}function Bc(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 Lc(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)?Lc(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 Lc(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 Vc=wp.ajax.post,Nc=[],zc=!1,Gc=function(t,e){var r=new FormData;return r.append(t,e),r},Hc=function(){var t=Dl()(Bl.a.mark((function t(){var e,r,n,i;return Bl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,t.next=3,fetch(ajaxurl,{method:"post",body:Gc("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,Nc=[],"updated"!==n){t.next=17;break}Nc.push(!0),zc=!0,t.next=52;break;case 17:return t.next=19,Uc();case 19:return i=t.sent,t.t0=Nc,t.next=23,Yc();case 23:return t.t1=t.sent,t.t0.push.call(t.t0,t.t1),t.t2=Nc,t.next=28,Jc();case 28:return t.t3=t.sent,t.t2.push.call(t.t2,t.t3),t.t4=Nc,t.next=33,Xc();case 33:return t.t5=t.sent,t.t4.push.call(t.t4,t.t5),t.t6=Nc,t.next=38,qc();case 38:return t.t7=t.sent,t.t6.push.call(t.t6,t.t7),t.t8=Nc,t.next=43,Wc();case 43:return t.t9=t.sent,t.t8.push.call(t.t8,t.t9),t.t10=Nc,t.next=48,Qc();case 48:t.t11=t.sent,t.t10.push.call(t.t10,t.t11),Nc.push(i),zc=!0;case 52:return t.abrupt("return",i);case 55:return t.prev=55,t.t12=t.catch(0),Nc.push(!1),zc=!0,t.abrupt("return",!1);case 60:case"end":return t.stop()}}),t,null,[[0,55]])})));return function(){return t.apply(this,arguments)}}(),Qc=function(){var t=Dl()(Bl.a.mark((function t(){return Bl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,t.next=3,fetch(ajaxurl,{method:"post",body:Gc("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)}}(),Wc=function(){var t=Dl()(Bl.a.mark((function t(){return Bl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,t.next=3,fetch(ajaxurl,{method:"post",body:Gc("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)}}(),qc=function(){var t=Dl()(Bl.a.mark((function t(){var e,r,n,i,a;return Bl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,t.next=3,fetch(ajaxurl,{method:"post",body:Gc("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)}}(),Xc=function(){var t=Dl()(Bl.a.mark((function t(){return Bl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,t.next=3,fetch(ajaxurl,{method:"post",body:Gc("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)}}(),Jc=function(){var t=Dl()(Bl.a.mark((function t(){return Bl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,t.next=3,fetch(ajaxurl,{method:"post",body:Gc("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)}}(),Yc=function(){var t=Dl()(Bl.a.mark((function t(){return Bl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,t.next=3,fetch(ajaxurl,{method:"post",body:Gc("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)}}(),Uc=function(){var t=Dl()(Bl.a.mark((function t(){var e,r,n,i,a;return Bl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,t.next=3,Vc({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=Bc(t);try{for(n.s();!(e=n.n()).done;){var i=e.value;"object"===Mc()(i.data)&&(r=Rc(Rc({},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)}}(),Kc=(r(79),function(){var t=Object(h.useState)(!1),e=b()(t,2),r=e[0],n=e[1],i=function(){if(Nc&&zc){var t=Nc.every(Boolean);return Nc=[],zc=!1,t}}(),a=function(){var t=Dl()(Bl.a.mark((function t(e){return Bl.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,Hc();case 6:n(!1);case 7:case"end":return t.stop()}}),t)})));return function(_x){return t.apply(this,arguments)}}();return Object(h.useEffect)((function(){if(r)return window.onbeforeunload=function(){return!0},function(){window.onbeforeunload=null}}),[r]),Object(c.createElement)(c.Fragment,null,Object(c.createElement)("div",{className:"st-sync-library ".concat(r?"loading":""),onClick:a},Object(c.createElement)(D,{content:Object(x.__)("Sync Library","astra-sites")},E.sync)),!r&&!0===i&&Object(c.createElement)(H,{type:"success",message:Object(x.__)("Library refreshed successfully","astra-sites"),autoHideDuration:5,bottomRight:!0}),!r&&!1===i&&Object(c.createElement)(H,{type:"error",message:Object(x.__)("Library refreshed failed!","astra-sites"),autoHideDuration:5,bottomRight:!0}))}),Zc=(r(80),function(){var t=C(),e=b()(t,2),r=e[0],n=r.selectedTemplateName,i=r.currentIndex,a=e[1];return Object(c.createElement)("div",{className:"change-template-wrap"},Object(c.createElement)("div",{className:"template-name"},Object(c.createElement)("p",{className:"label"},Object(x.__)("Selected Template:","astra-sites")),Object(c.createElement)("h5",null,Object(T.decodeEntities)(n))),Object(c.createElement)("div",{className:"change-btn-wrap",onClick:function(){J({param:"clearPreviewAssets",data:{}}),setTimeout((function(){a({type:"set",currentIndex:i-1,currentCustomizeIndex:0})}),300)}},Object(c.createElement)("span",{className:"change-btn"},E.cross)))}),$c=r(19),th=r.n($c),eh=starterTemplates.restNonce,rh=r(33),nh=r(34),ih=r(22);function ah(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 sh(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?ah(Object(r),!0).forEach((function(e){m()(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):ah(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}r(81);var oh=function(){var t=C(),e=b()(t,2),r=e[0],n=r.siteLogo,i=r.currentCustomizeIndex,a=r.currentIndex,s=e[1];Object(rh.addFilter)("editor.MediaUpload","core/edit-post/components/media-upload/replace-media-upload",(function(){return ih.MediaUpload}));var o=function(t){s({type:"set",siteLogo:t}),J({param:"siteLogo",data:t})},l=function(){o(yu.siteLogo)},u=function(t){var e=sh(sh({},n),{},{width:t});s({type:"set",siteLogo:e}),J({param:"siteLogo",data:e})},p=function(){s({type:"set",currentCustomizeIndex:i+1})},f=function(){J({param:"clearPreviewAssets",data:{}}),setTimeout((function(){s({type:"set",currentIndex:a-1,currentCustomizeIndex:0})}),300)},d=function(t){n.url&&(t.stopPropagation(),u(yu.siteLogo.width))};return Object(h.useEffect)((function(){if(astraSitesVars.isRTLEnabled){var t=document.querySelector(".components-range-control__wrapper"),e=t.children[3].style.left;t.children[3].style.marginRight="-10px",t.children[3].style.removeProperty("margin-left"),t.children[3].style.right=e,t.children[4].style.removeProperty("transform"),t.children[4].style.removeProperty("left"),t.children[4].style.right=e,t.children[4].style.transform="translateX(50%)"}})),Object(c.createElement)(ih.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,o(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):o(a)}(t)},allowedTypes:["image"],value:n.id,render:function(t){var e=t.open;return Object(c.createElement)(c.Fragment,null,""!==n.url&&void 0!==n.url?Object(c.createElement)("div",{className:"ist-logo-wrapper"},Object(c.createElement)("div",{className:"ist-remove-logo",onClick:l,title:Object(x.__)("Remove Logo","astra-sites")},Object(c.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"8",height:"8",viewBox:"0 0 8 8",fill:"#333333"},Object(c.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(c.createElement)("div",{className:"ist-selected-image",onClick:e},Object(c.createElement)("div",{onClick:e,className:"ist-logo-preview-wrap"},Object(c.createElement)("img",{alt:Object(x.__)("Site Logo","astra-sites"),src:n.url}),Object(c.createElement)("div",{className:"ist-change-logo",onClick:e},Object(x.__)("Change Logo","astra-sites"))))):"",""===n.url?Object(c.createElement)("div",null,Object(c.createElement)(I,{className:"ist-button ist-button-outline",onClick:e},Object(c.createElement)("h5",null,Object(x.__)("Upload File Here","astra-sites")),Object(c.createElement)("p",null,Object(x.__)("Suggested Dimensions: 180x60 pixels","astra-sites")))):"",""===n.url&&Object(c.createElement)("div",{className:"logo-skip-info"},Object(c.createElement)("h5",null,Object(x.__)("Don't have Logo? No Problem!","astra-sites")),Object(c.createElement)("p",null,Object(x.__)("You can upload it later","astra-sites"))),Object(c.createElement)("div",{className:"astra-sites-ai-logo-wrap"},Object(c.createElement)("div",{className:"label"},Object(x.__)("Logo Width","astra-sitess")),Object(c.createElement)("div",{className:"control-reset ".concat(n.width===yu.siteLogo.width?"disabled":""),onClick:d},E.reset)),Object(c.createElement)("div",{className:"astra-sites-ai-rangecontrol-wrap"},Object(c.createElement)(nh.RangeControl,{value:n.width,min:0,max:500,step:1,onChange:function(t){u(t)},trackColor:"#4361ee",disabled:""===n.url})),Object(c.createElement)(I,{className:"ist-button",onClick:p,after:!0},""!==n.url?Object(x.__)("Continue","astra-sites"):Object(x.__)("Skip & Continue","astra-sites")),Object(c.createElement)(F,{onClick:f},Object(x.__)("Back","astra-sites")))}})},lh=[{"body-font-family":"'Source Sans Pro', sans-serif","body-font-variant":"","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":"'Playfair Display', serif","headings-font-weight":700,"headings-line-height":"","headings-font-variant":""},{"body-font-family":"'Lato', sans-serif","body-font-variant":"","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":"'Poppins', sans-serif","headings-font-weight":700,"headings-line-height":"","headings-font-variant":""},{"body-font-family":"'Lato', sans-serif","body-font-variant":"","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":"'Montserrat', sans-serif","headings-font-weight":700,"headings-line-height":"","headings-font-variant":""},{"body-font-family":"'Karla', sans-serif","body-font-variant":"","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":700,"headings-line-height":"","headings-font-variant":""},{"body-font-family":"'Roboto', sans-serif","body-font-variant":"","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":"'Roboto Condensed', sans-serif","headings-font-weight":700,"headings-line-height":"","headings-font-variant":""},{"body-font-family":"'Inter', sans-serif","body-font-variant":"","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":"'Merriweather', serif","headings-font-weight":700,"headings-line-height":"","headings-font-variant":""},{"body-font-family":"'Open Sans', sans-serif","body-font-variant":"","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":"'Vollkorn', serif","headings-font-weight":700,"headings-line-height":"","headings-font-variant":""},{"body-font-family":"'Work Sans', sans-serif","body-font-variant":"","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":"'Open Sans', sans-serif","headings-font-weight":700,"headings-line-height":"","headings-font-variant":""}];function ch(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 hh(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?ch(Object(r),!0).forEach((function(e){m()(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):ch(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}function uh(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 ph=function(t,e){if(!t)return"";if(t){var r=t.match(/'([^']+)'/);return r?r[1]:"inherit"===t?e:t}return e||void 0},fh=function(){var t=C(),e=b()(t,2),r=e[0],n=r.typographyIndex,i=r.templateResponse,a=e[1],s=Object(h.useState)(lh),o=b()(s,2),l=o[0],u=o[1],p=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"]||[];["h1","h2","h3","h4","h5","h6"].forEach((function(t){e["font-family-"+t]=n["font-family-".concat(t)],e["font-weight-"+t]=n["font-weight-".concat(t)],e["text-transform-"+t]=n["text-transform-".concat(t)],e["line-height-"+t]=n["line-height-".concat(t)]}))}}return e}(i),f=Object(h.useState)(p),d=b()(f,1)[0];Object(h.useEffect)((function(){if(null!==i){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}(i);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 s=document.createElement("link");s.id="google-fonts-url",s.setAttribute("rel","stylesheet");var o=[],c=e["body-font-family"]||"",h=parseInt(e["body-font-weight"])||"";h&&(h=":wght@".concat(h)),c&&(c=(c=ph(c)).replace(" ","+"),o.push("family=".concat(c).concat(h)));var p=e["headings-font-family"]||"",f=parseInt(e["headings-font-weight"])||"";f&&(f=":wght@".concat(f)),p&&(p=(p=ph(p,c)).replace(" ","+"),o.push("family=".concat(p).concat(f)));var d="";if(l){var g,y=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 uh(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)?uh(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}}}}(l);try{for(y.s();!(g=y.n()).done;){var v=g.value,b=ph(v["headings-font-family"]).replaceAll(" ","+"),x=v["headings-font-weight"],E=ph(v["body-font-family"]).replaceAll(" ","+"),k=v["body-font-weight"];d+="&family=".concat(b,":wght@").concat(x,"&family=").concat(E,":wght@").concat(k)}}catch(t){y.e(t)}finally{y.f()}d=d.replace(/[&]{1}$/i,"")}if(o){var C="https://fonts.googleapis.com/css2?".concat(o.join("&")).concat(d,"&display=swap");s.setAttribute("href",C),document.head.appendChild(s)}}0===n&&(m(e),a({type:"set",typography:e})),l=t.concat(l),u(l)}}),[i]);var m=function(t){var e=d?hh(hh({},t),d):t;J({param:"siteTypography",data:JSON.parse(JSON.stringify(e))})};return Object(c.createElement)("div",{className:"typography-section"},Object(c.createElement)(q,{selected:n,options:l,onSelect:function(t,e){var r=l[e]||l[0];m(r),a({type:"set",typographyIndex:e,typography:r})}}))},dh=[{slug:"style-1",title:Object(x.__)("Style 1","astra-sites"),colors:["#8E43F0","#7215EA","#FFFFFF","#EEEBF4","#150E1F","#494153","#000000","#4B4F58","#F6F7F8"]},{slug:"style-2",title:Object(x.__)("Style 2","astra-sites"),colors:["#EF4D48","#D90700","#FFFFFF","#EEEAEC","#2B161B","#3C2F32","#000000","#4B4F58","#F6F7F8"]},{slug:"style-3",title:Object(x.__)("Style 3","astra-sites"),colors:["#FF42B3","#FF0099","#FFFFFF","#EEEAEC","#2B161B","#3C2F32","#000000","#4B4F58","#F6F7F8"]},{slug:"style-4",title:Object(x.__)("Style 4","astra-sites"),colors:["#FF6A97","#FA036B","#FFFFFF","#EEEAEC","#2B161B","#3C2F32","#000000","#4B4F58","#F6F7F8"]},{slug:"style-5",title:Object(x.__)("Style 5","astra-sites"),colors:["#FF7A3D","#FF5100","#FFFFFF","#F1EDEB","#1E1810","#443D3A","#000000","#4B4F58","#F6F7F8"]},{slug:"style-6",title:Object(x.__)("Style 6","astra-sites"),colors:["#F9C349","#FFB100","#FFFFFF","#F0EFEC","#1E1810","#4D4A46","#000000","#4B4F58","#F6F7F8"]},{slug:"style-7",title:Object(x.__)("Style 7","astra-sites"),colors:["#30C7B5","#00AC97","#FFFFFF","#F0EFEC","#1E1810","#4D4A46","#000000","#4B4F58","#F6F7F8"]},{slug:"style-8",title:Object(x.__)("Style 8","astra-sites"),colors:["#1BAE70","#06752E","#FFFFFF","#EBECEB","#14261C","#3D4641","#000000","#4B4F58","#F6F7F8"]},{slug:"style-9",title:Object(x.__)("Style 9","astra-sites"),colors:["#2FE6FF","#00D0EC","#FFFFFF","#E8EBEC","#101218","#3B4244","#000000","#4B4F58","#F6F7F8"]},{slug:"style-10",title:Object(x.__)("Style 10","astra-sites"),colors:["#4175FC","#084AF3","#FFFFFF","#E8EBEC","#101218","#3B4244","#000000","#4B4F58","#F6F7F8"]}],mh=[{slug:"style-1",title:Object(x.__)("Style 1","astra-sites"),colors:["#8E43F0","#6300E2","#150E1F","#584D66","#F3F1F6","#FFFFFF","#000000","#4B4F58","#F6F7F8"]},{slug:"style-2",title:Object(x.__)("Style 2","astra-sites"),colors:["#EF4D48","#D90700","#2B161B","#453E3E","#F7F3F5","#FFFFFF","#000000","#4B4F58","#F6F7F8"]},{slug:"style-3",title:Object(x.__)("Style 3","astra-sites"),colors:["#FF42B3","#FF0099","#2B161B","#554B4E","#F6F3F5","#FFFFFF","#000000","#4B4F58","#F6F7F8"]},{slug:"style-4",title:Object(x.__)("Style 4","astra-sites"),colors:["#FF6A97","#FA036B","#2B161B","#645659","#F8F3F5","#FFFFFF","#000000","#4B4F58","#F6F7F8"]},{slug:"style-5",title:Object(x.__)("Style 5","astra-sites"),colors:["#FF7A3D","#FF5100","#1E1810","#575250","#F8F5F4","#FFFFFF","#000000","#4B4F58","#F6F7F8"]},{slug:"style-6",title:Object(x.__)("Style 6","astra-sites"),colors:["#F9C349","#FFB100","#1E1810","#62615C","#F8F7F3","#FFFFFF","#000000","#4B4F58","#F6F7F8"]},{slug:"style-7",title:Object(x.__)("Style 7","astra-sites"),colors:["#30C7B5","#00AC97","#14261C","#4F5655","#F3F6F3","#FFFFFF","#000000","#4B4F58","#F6F7F8"]},{slug:"style-8",title:Object(x.__)("Style 8","astra-sites"),colors:["#1BAE70","#06752E","#14261C","#4E5652","#F4F6F4","#FFFFFF","#000000","#4B4F58","#F6F7F8"]},{slug:"style-9",title:Object(x.__)("Style 9","astra-sites"),colors:["#2FC1FF","#08ACF2","#101218","#4C5253","#F3F6F6","#FFFFFF","#000000","#4B4F58","#F6F7F8"]},{slug:"style-10",title:Object(x.__)("Style 10","astra-sites"),colors:["#4175FC","#084AF3","#101218","#494B51","#F3F5F5","#FFFFFF","#000000","#4B4F58","#F6F7F8"]}],gh=[{content:function(){var t=C(),e=b()(t,2),r=e[0],n=r.licenseStatus,i=r.selectedTemplateType,a=e[1];return Object(h.useEffect)((function(){a({type:"set",designStep:1})}),[]),Object(c.createElement)(c.Fragment,null,Object(c.createElement)(Zc,null),Object(c.createElement)("div",{className:"customizer-header"},Object(c.createElement)("div",{className:"header-name"},!n&&"free"!==i&&Object(c.createElement)("p",{className:"premium-notice"},Object(x.__)("This is a Premium Template","astra-sites")),Object(c.createElement)("h3",{className:"ist-customizer-heading"},Object(x.__)("Logo","astra-sites")),Object(c.createElement)("p",{className:"screen-description"},Object(x.__)("Choose logo for your site. You can update it anytime later.","astra-sites")))))},controls:function(){return Object(c.createElement)(c.Fragment,null,Object(c.createElement)(oh,null))},class:"customize-business-logo"},{content:function(){var t=C(),e=b()(t,2),r=e[0],n=r.licenseStatus,i=r.selectedTemplateType,a=r.builder,s=e[1];return Object(h.useEffect)((function(){s({type:"set",designStep:2})}),[]),Object(c.createElement)(c.Fragment,null,Object(c.createElement)(Zc,null),Object(c.createElement)("div",{className:"customizer-header"},Object(c.createElement)("div",{className:"header-name"},!n&&"free"!==i&&Object(c.createElement)("p",{className:"premium-notice"},Object(x.__)("This is a Premium Template","astra-sites")),Object(c.createElement)("h3",{className:"ist-customizer-heading"},"beaver-builder"===a||"brizy"===a?Object(x.__)("Fonts","astra-sites"):Object(x.__)("Colors & Fonts","astra-sites")),Object(c.createElement)("p",{className:"screen-description"},Object(x.__)("Choose colors and fonts for your site. You can update them anytime later.","astra-sites")))))},controls:function(){var t=C(),e=b()(t,2),r=e[0],n=r.activePaletteSlug,i=r.templateResponse,a=r.builder,s=e[1],o=Object(h.useState)([]),l=b()(o,2),u=l[0],p=l[1],f=Object(h.useState)(mh),d=b()(f,2),m=d[0],g=d[1],y=function(t,e){e&&(s({type:"set",activePaletteSlug:e.slug,activePalette:e}),J({param:"colorPalette",data:e}))};Object(h.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(x.__)("DEFAULT COLORS","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)?mh:dh;g(e)}),[i]);var v=function(t){y(0,Object.values(u)[0])};return Object(c.createElement)(c.Fragment,null,Object(c.createElement)((function(){return"beaver-builder"===a||"brizy"===a?null:Object(c.createElement)("div",{className:"colors-section"},Object(c.createElement)("div",{className:"d-flex-space-between"},Object(c.createElement)("h4",null,Object(x.__)("Change Colors","astra-sites")),Object(c.createElement)("div",{className:"customize-reset-btn ".concat("default"===n?"disabled":"active"),onClick:v},E.reset)),u?Object(c.createElement)(c.Fragment,null,Object(c.createElement)(_,{selected:n,options:u,onChange:function(t,e){y(0,e)},tabIndex:"0",type:"default"})):"",Object(c.createElement)(_,{selected:n,options:m,onChange:function(t,e){y(0,e)},tabIndex:"0",type:"others"}))}),null),Object(c.createElement)(fh,null))},actions:null,class:"customize-typography-colors"},{content:function(){var t=C(),e=b()(t,2),r=e[0].builder,n=e[1];Object(h.useEffect)((function(){n({type:"set",designStep:2})}),[]);var i=Object(x.__)("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(c.createElement)(c.Fragment,null,Object(c.createElement)(Zc,null),Object(c.createElement)("div",{className:"customizer-header"},Object(c.createElement)("div",{className:"header-name"},Object(c.createElement)("h3",{className:"ist-customizer-heading"},Object(x.__)("Liked this Starter Template?","astra-sites")),Object(c.createElement)("p",{className:"screen-description",dangerouslySetInnerHTML:{__html:i}}),Object(c.createElement)(I,{className:"st-access-btn",onClick:function(){window.open(astraSitesVars.cta_links[r])}},Object(x.__)("Unlock Access","astra-sites"),Object(c.createElement)("img",{className:"st-get-access",alt:"Get Access",src:"".concat(starterTemplates.imageDir,"get-access.svg")})))))},controls:function(){var t=C(),e=b()(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],u=Object(h.useState)(""),p=b()(u,2),f=p[0],d=p[1],m=Object(h.useState)(!1),g=b()(m,2),y=g[0],v=g[1],k=Object(h.useState)(""),A=b()(k,2),w=A[0],S=A[1];Object(h.useEffect)((function(){a&&l({type:"set",currentIndex:s+2})}),[a]);var P=y?"processing":"",O=Object(x.sprintf)(//translators: %1$s Support page URL.
6
  Object(x.__)("<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(x.sprintf)(//translators: %1$s Store page URL.
7
  Object(x.__)("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(c.createElement)(c.Fragment,null,Object(c.createElement)("h4",null,Object(x.__)("Already a customer?","astra-sites")),o&&Object(c.createElement)("p",{className:"customer-notices"},Object(x.__)("If you have purchased our Essential or Growth Bundle, just enter your license key below to import this template.","astra-sites")),!o&&Object(c.createElement)(c.Fragment,null,Object(c.createElement)("p",{className:"customer-notices",dangerouslySetInnerHTML:{__html:j}}),Object(c.createElement)("p",{className:"customer-notices"},Object(x.__)("Currently the free version is installed.","astra-sites"))),Object(c.createElement)("p",{className:"support-link",dangerouslySetInnerHTML:{__html:O}}),o&&Object(c.createElement)("div",{className:"license-wrap"},Object(c.createElement)("input",{type:"text",className:"license-key-input",name:"license-key",placeholder:Object(x.__)("License key","astra-sites"),required:!0,onChange:function(t){S(t.target.value),d("")}}),Object(c.createElement)(I,{className:"validate-btn ".concat(P),onClick:function(){""!==w?(v(!0),th.a.use(th.a.createNonceMiddleware(eh)),th()({path:"/bsf-core/v1/license/activate",method:"POST",data:{"license-key":w,"product-id":"astra-pro-sites"}}).then(function(){var e=Dl()(Bl.a.mark((function e(r){return Bl.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(!r.success){e.next=7;break}return e.next=3,Ll(n,t);case 3:Vl(t),l({type:"set",licenseStatus:!0,currentIndex:s+1}),e.next=8;break;case 7:d(r.message);case 8:v(!1);case 9:case"end":return e.stop()}}),e)})));return function(_x){return e.apply(this,arguments)}}())):d(Object(x.__)("Please Enter License Key","astra-sites"))}},E.arrowRightBold)),Object(c.createElement)(F,{onClick:function(){l({type:"set",currentCustomizeIndex:i-1})},customizeStep:!0},Object(x.__)("Back","astra-sites")),f&&!y&&Object(c.createElement)(H,{type:"error",message:f,autoHideDuration:5}))},actions:null,class:"customize-license-validation"}],yh=r(35),vh=r.n(yh),bh=r(23),xh=r.n(bh),Eh=r(24),kh=r.n(Eh);function Ch(){return(Ch=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 Ah(t,e){return t(e={exports:{}},e.exports),e.exports}var wh="function"==typeof Symbol&&Symbol.for,Sh=wh?Symbol.for("react.element"):60103,Ph=wh?Symbol.for("react.portal"):60106,Oh=wh?Symbol.for("react.fragment"):60107,jh=wh?Symbol.for("react.strict_mode"):60108,Ih=wh?Symbol.for("react.profiler"):60114,_h=wh?Symbol.for("react.provider"):60109,Fh=wh?Symbol.for("react.context"):60110,Th=wh?Symbol.for("react.async_mode"):60111,Mh=wh?Symbol.for("react.concurrent_mode"):60111,Dh=wh?Symbol.for("react.forward_ref"):60112,Rh=wh?Symbol.for("react.suspense"):60113,Bh=wh?Symbol.for("react.suspense_list"):60120,Lh=wh?Symbol.for("react.memo"):60115,Vh=wh?Symbol.for("react.lazy"):60116,Nh=wh?Symbol.for("react.block"):60121,zh=wh?Symbol.for("react.fundamental"):60117,Gh=wh?Symbol.for("react.responder"):60118,Hh=wh?Symbol.for("react.scope"):60119;function Qh(t){if("object"==typeof t&&null!==t){var e=t.$$typeof;switch(e){case Sh:switch(t=t.type){case Th:case Mh:case Oh:case Ih:case jh:case Rh:return t;default:switch(t=t&&t.$$typeof){case Fh:case Dh:case Vh:case Lh:case _h:return t;default:return e}}case Ph:return e}}}function Wh(t){return Qh(t)===Mh}var qh={AsyncMode:Th,ConcurrentMode:Mh,ContextConsumer:Fh,ContextProvider:_h,Element:Sh,ForwardRef:Dh,Fragment:Oh,Lazy:Vh,Memo:Lh,Portal:Ph,Profiler:Ih,StrictMode:jh,Suspense:Rh,isAsyncMode:function(t){return Wh(t)||Qh(t)===Th},isConcurrentMode:Wh,isContextConsumer:function(t){return Qh(t)===Fh},isContextProvider:function(t){return Qh(t)===_h},isElement:function(t){return"object"==typeof t&&null!==t&&t.$$typeof===Sh},isForwardRef:function(t){return Qh(t)===Dh},isFragment:function(t){return Qh(t)===Oh},isLazy:function(t){return Qh(t)===Vh},isMemo:function(t){return Qh(t)===Lh},isPortal:function(t){return Qh(t)===Ph},isProfiler:function(t){return Qh(t)===Ih},isStrictMode:function(t){return Qh(t)===jh},isSuspense:function(t){return Qh(t)===Rh},isValidElementType:function(t){return"string"==typeof t||"function"==typeof t||t===Oh||t===Mh||t===Ih||t===jh||t===Rh||t===Bh||"object"==typeof t&&null!==t&&(t.$$typeof===Vh||t.$$typeof===Lh||t.$$typeof===_h||t.$$typeof===Fh||t.$$typeof===Dh||t.$$typeof===zh||t.$$typeof===Gh||t.$$typeof===Hh||t.$$typeof===Nh)},typeOf:Qh};Ah((function(t,e){})),Ah((function(t){t.exports=qh})),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 Xh(){}function Jh(){}Function.call.bind(Object.prototype.hasOwnProperty),Jh.resetWarningCache=Xh;var Yh,Uh,Kh=Ah((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:Jh,resetWarningCache:Xh};return r.PropTypes=r,r}()})),Zh=(Yh=vh.a,(Uh=Object(h.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,p=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(h.useRef)(),E=Object(h.useRef)(),k=Object(h.useState)(!1),C=k[0],A=k[1],w=Object(h.useState)(s),S=w[0],P=w[1];Object(h.useEffect)((function(){xh()(S,s)||P(s)}),[s,S]);var O=Object(h.useState)(p),j=O[0],I=O[1];Object(h.useEffect)((function(){xh()(j,p)||I(p)}),[p,j]),Object(h.useEffect)((function(){return function(){return E.current.removeEventListener("complete",m)}}),[m]),Object(h.useEffect)((function(){return function(){return E.current.removeEventListener("loopComplete",g)}}),[g]),Object(h.useEffect)((function(){return function(){return E.current.removeEventListener("enterFrame",y)}}),[y]),Object(h.useEffect)((function(){return function(){return E.current.removeEventListener("segmentStart",v)}}),[v]),Object(h.useEffect)((function(){function t(){A(!0),d()}return E.current=Yh.loadAnimation({animationData:null==e||"object"!=typeof e?e:"object"==typeof e.default?kh()(e.default):kh()(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(h.useEffect)((function(){E.current.addEventListener("complete",m)}),[m]),Object(h.useEffect)((function(){E.current.addEventListener("loopComplete",g)}),[g]),Object(h.useEffect)((function(){E.current.addEventListener("enterFrame",y)}),[y]),Object(h.useEffect)((function(){E.current.addEventListener("segmentStart",v)}),[v]),Object(h.useEffect)((function(){C&&(E.current.loop=c)}),[C,c]);var _=Object(h.useRef)(!1);return Object(h.useEffect)((function(){function t(t){E.current.goToAndPlay(t,!0),E.current.setDirection(a)}C&&(!0===n?S?(E.current.playSegments(S,!0),_.current=!0,-1===a&&t(S[1])):(_.current&&E.current.resetSegments(!0),_.current=!1,-1===a?t(E.current.getDuration(!0)):E.current.play()):!1===n&&E.current.pause())}),[n,S,C]),Object(h.useEffect)((function(){C&&(Number.isNaN(i)||E.current.setSpeed(i))}),[i,C]),Object(h.useEffect)((function(){C&&E.current.setDirection(a)}),[a,C]),Object(h.useEffect)((function(){C&&null!=o&&(n?E.current.goToAndPlay(o,!0):E.current.goToAndStop(o,!0))}),[o,n,C]),u.a.createElement("div",Ch({},b,{ref:x}))}))).propTypes={animationData:Kh.object,path:Kh.string,play:Kh.bool,goTo:Kh.number,speed:Kh.number,direction:Kh.number,loop:Kh.oneOfType([Kh.number,Kh.bool]),segments:Kh.oneOfType([Kh.arrayOf(Kh.number),Kh.bool]),rendererSettings:Kh.object,renderer:Kh.string,audioFactory:Kh.func,onComplete:Kh.func,onLoopComplete:Kh.func,onEnterFrame:Kh.func,onSegmentStart:Kh.func},Uh.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(){}},Uh),$h=function(){var t=C(),e=b()(t,1)[0],r=e.importPercent,n=e.importStatus,i=100===r?"import-done":"",a="",s="";return r<=25&&(a="import-1",s=Object(x.__)("1. Installing required theme, plugins, forms, etc","astra-sites")),r>25&&r<=50&&(a="import-2",s=Object(x.__)("2. Importing pages, menus, posts, etc","astra-sites")),r>50&&r<=75&&(a="import-3",s=Object(x.__)("3. Setting up customizer settings and the site settings","astra-sites")),r>75&&r<=100&&(a="import-4",s=Object(x.__)("4. Finalizing last few settings","astra-sites")),Object(c.createElement)("div",{className:"ist-import-progress"},Object(c.createElement)("div",{className:"ist-import-progress-info"},Object(c.createElement)("div",{className:"ist-import-progress-info-text ".concat(i)},Object(c.createElement)("span",{className:"ist-import-text-inner"},s),Object(c.createElement)("span",{className:"ist-import-done-inner"},Object(x.__)("Done ","astra-sites"),E.tada)),Object(c.createElement)("div",{className:"ist-import-progress-info-precent"},r,"%")),Object(c.createElement)("div",{className:"ist-import-progress-bar-wrap"},Object(c.createElement)("div",{className:"ist-import-progress-bar-bg"},Object(c.createElement)("div",{className:"ist-import-progress-bar ".concat(i," ").concat(a)})),Object(c.createElement)("div",{className:"import-progress-gap"},Object(c.createElement)("span",null),Object(c.createElement)("span",null),Object(c.createElement)("span",null))),Object(c.createElement)("div",{className:"ist-import-progress-info"},Object(c.createElement)("div",{className:"ist-import-progress-info-text ".concat(i)},Object(c.createElement)("span",{className:"import-status-string"},Object(c.createElement)("p",null,n+Object(T.decodeEntities)("&nbsp;"))),Object(c.createElement)("span",{className:"import-done-counter"},Object(c.createElement)("p",null,Object(x.__)("Redirecting you in ","astra-sites"),Object(c.createElement)("span",{id:"redirect-counter"},Object(x.__)("3 seconds…","astra-sites")))))))},tu=(r(83),function(){var t=C(),e=b()(t,2),r=e[0],n=r.importErrorMessages,i=r.importPercent,a=r.currentIndex,s=r.tryAgainCount,o=r.templateId,l=e[1],h=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(c.createElement)("div",{className:"ist-import-error"},Object(c.createElement)("div",{className:"ist-import-progress-info"},Object(c.createElement)("div",{className:"ist-import-progress-info-text label-text"},Object(x.__)("Error Occured!","astra-sites")),Object(c.createElement)("div",{className:"ist-import-progress-info-precent"},i,"%")),Object(c.createElement)("div",{className:"ist-import-progress-bar-wrap"},Object(c.createElement)("div",{className:"ist-import-progress-bar-bg"},Object(c.createElement)("div",{className:"ist-import-progress-bar ".concat(u)})),Object(c.createElement)("div",{className:"import-progress-gap"},Object(c.createElement)("span",null),Object(c.createElement)("span",null),Object(c.createElement)("span",null))),Object(c.createElement)("div",{className:"ist-import-error-wrap ist-import-error-primary-wrap"},n.primaryText&&Object(c.createElement)("p",{className:"website-import-subtitle"},n.primaryText)),Object(c.createElement)("div",{className:"ist-import-error-box"},Object(c.createElement)("div",{className:"ist-import-error-wrap ist-import-error-secondary-wrap"},n.errorText&&"object"!==Mc()(n.errorText)&&Object(c.createElement)("p",null,n.errorText),n.errorText&&"object"===Mc()(n.errorText)&&Object(c.createElement)("div",null,Object(c.createElement)("pre",null,JSON.stringify(n.errorText,void 0,2))))),Object(c.createElement)("div",null,n.secondaryText&&Object(c.createElement)("p",{dangerouslySetInnerHTML:{__html:n.secondaryText}}),n.solutionText&&Object(c.createElement)("p",{className:"ist-import-error-solution",dangerouslySetInnerHTML:{__html:n.solutionText}}),!n.solutionText&&!n.tryAgain||n.tryAgain&&s>1&&Object(c.createElement)("p",{className:"ist-import-error-solution"},Object(T.decodeEntities)(Object(x.__)("Please report this error&nbsp;","astra-sites")),Object(c.createElement)("a",{href:h,target:"_blank",rel:"noreferrer"},"here"),Object(T.decodeEntities)(Object(x.__)("&nbsp;so we can fix it.","astra-sites")))),n.tryAgain&&s<4&&Object(c.createElement)(I,{className:"ist-button",after:!0,onClick:function(){l({type:"set",importErrorMessages:{},importErrorResponse:[],importError:!1,tryAgainCount:s+1,xmlImportDone:!1,resetData:[],importStart:!1,importEnd:!1,importPercent:0,requiredPluginsDone:!1,notInstalledList:[],notActivatedList:[],currentIndex:a-1})}},Object(x.__)("Try Importing Again","astra-sites")))}),eu=r(36),ru={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(x.__)("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)}},nu=(r(84),function(){var t=C(),e=b()(t,2),r=e[0],n=r.importStart,i=r.importEnd,a=r.importPercent,s=r.templateResponse,o=r.reset,l=r.themeStatus,u=r.currentIndex,p=r.importError,f=r.siteLogo,d=r.activePalette,m=r.typography,g=r.customizerImportFlag,y=r.widgetImportFlag,v=r.contentImportFlag,E=r.themeActivateFlag,k=r.requiredPluginsDone,w=r.requiredPlugins,S=r.notInstalledList,P=r.notActivatedList,O=r.tryAgainCount,j=r.xmlImportDone,I=e[1],_=a,T=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]:"";I({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"),M(t,e,r,n,i,a,O)},M=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]:"",o=new FormData;o.append("action","report_error"),o.append("error",JSON.stringify({primaryText:t,secondaryText:e,errorCode:n,errorText:r,solutionText:i,tryAgain:!0,stack:a,tryAgainCount:O})),o.append("id",s.id),o.append("plugins",JSON.stringify(w)),fetch(ajaxurl,{method:"post",body:o})},D=function(){var t=Dl()(Bl.a.mark((function t(){return Bl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,B();case 2:return t.next=4,Q();case 4:return t.next=6,W();case 6:return t.next=8,q();case 8:return t.next=10,X();case 10:case"end":return t.stop()}}),t)})));return function(){return t.apply(this,arguments)}}(),R=function(){var t=Dl()(Bl.a.mark((function t(){return Bl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,Y();case 2:return t.next=4,U();case 4:return t.next=6,K();case 6:Z();case 7:case"end":return t.stop()}}),t)})));return function(){return t.apply(this,arguments)}}(),B=function(){var t=Dl()(Bl.a.mark((function t(){return Bl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(o){t.next=2;break}return t.abrupt("return");case 2:return _+=2,I({type:"set",importStatus:Object(x.__)("Reseting site.","astra-sites"),importPercent:_}),t.next=6,V();case 6:return t.next=8,N();case 8:return t.next=10,z();case 10:return t.next=12,G();case 12:return t.next=14,H();case 14:I({type:"set",importPercent:_+=10,importStatus:Object(x.__)("Reset for old website is done.","astra-sites")});case 16:case"end":return t.stop()}}),t)})));return function(){return t.apply(this,arguments)}}(),L=function(){var t=Dl()(Bl.a.mark((function t(e){var r,n;return Bl.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),I({type:"set",importStatus:Object(x.__)("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=[],r=!1;try{var n=JSON.parse(t);e=n,n.success&&I({type:"set",importPercent:(_+=2)<=70?_:70})}catch(e){T(Object(x.__)("Resetting posts failed.","astra-sites"),"",e,"","",t),r=!0}if(!e.success&&!1===r)throw e.data})).catch((function(t){T(Object(x.__)("Resetting posts failed.","astra-sites"),"",null==t?void 0:t.message,"","",t)}));case 10:case"end":return t.stop()}}),t)})));return function(_x){return t.apply(this,arguments)}}(),V=function(){var t=Dl()(Bl.a.mark((function t(){var e;return Bl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return I({type:"set",importStatus:Object(x.__)("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=[],r=!1;try{var n=JSON.parse(t);e=n,n.success&&I({type:"set",importPercent:_+=2})}catch(e){T(Object(x.__)("Resetting customizer failed.","astra-sites"),"",null==e?void 0:e.message,"","",t),r=!0}if(!e.success&&!1===r)throw e.data})).catch((function(t){T(Object(x.__)("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)}}(),N=function(){var t=Dl()(Bl.a.mark((function t(){var e;return Bl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return I({type:"set",importStatus:Object(x.__)("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=[],r=!1;try{var n=JSON.parse(t);e=n,n.success&&I({type:"set",importPercent:_+=2})}catch(e){T(Object(x.__)("Resetting site options Failed.","astra-sites"),"",null==e?void 0:e.message,"","",t),r=!0}if(!1===e.success&&!1===r)throw e.data})).catch((function(t){T(Object(x.__)("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)}}(),z=function(){var t=Dl()(Bl.a.mark((function t(){var e;return Bl.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),I({type:"set",importStatus:Object(x.__)("Resetting widgets.","astra-sites")}),t.next=6,fetch(ajaxurl,{method:"post",body:e}).then((function(t){return t.text()})).then((function(t){var e=[],r=!1;try{var n=JSON.parse(t);e=n,n.success&&I({type:"set",importPercent:_+=2})}catch(e){T(Object(x.__)("Resetting widgets JSON parse failed.","astra-sites"),"",e,"","",t),r=!0}if(!e.success&&!1===r)throw e.data})).catch((function(t){T(Object(x.__)("Resetting widgets failed.","astra-sites"),"",t,"","",t)}));case 6:case"end":return t.stop()}}),t)})));return function(){return t.apply(this,arguments)}}(),G=function(){var t=Dl()(Bl.a.mark((function t(){var e;return Bl.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),I({type:"set",importStatus:Object(x.__)("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=[],r=!1;try{var n=JSON.parse(t);e=n,n.success&&I({type:"set",importPercent:_+=2})}catch(e){T(Object(x.__)("Resetting terms and forms failed.","astra-sites"),"",e,"","",t),r=!0}if(!e.success&&!1===r)throw e.data})).catch((function(t){T(Object(x.__)("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)}}(),H=function(){var t=Dl()(Bl.a.mark((function t(){var e;return Bl.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),I({type:"set",importStatus:Object(x.__)("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=Dl()(Bl.a.mark((function t(e){var r,n;return Bl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(!e.success){t.next=10;break}if(!((r=Hl(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,L(r[n]);case 7:n++,t.next=4;break;case 10:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}());case 6:I({type:"set",importStatus:Object(x.__)("Resetting posts done.","astra-sites")});case 7:case"end":return t.stop()}}),t)})));return function(){return t.apply(this,arguments)}}(),Q=function(){var t=Dl()(Bl.a.mark((function t(){var e,r;return Bl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(!p){t.next=2;break}return t.abrupt("return");case 2:if(""!==(e=encodeURI(s["astra-site-cartflows-path"])||"")&&"null"!==e){t.next=5;break}return t.abrupt("return");case 5:return I({type:"set",importStatus:Object(x.__)("Importing CartFlows flows.","astra-sites")}),(r=new FormData).append("action","astra-sites-import-cartflows"),r.append("cartflows_url",e),r.append("_ajax_nonce",astraSitesVars._ajax_nonce),t.next=12,fetch(ajaxurl,{method:"post",body:r}).then((function(t){return t.text()})).then((function(t){var e=[],r=!1;try{var n=JSON.parse(t);e=n,n.success&&I({type:"set",importPercent:_+=2})}catch(e){T(Object(x.__)("Importing CartFlows flows failed due to parse JSON error.","astra-sites"),"",e,"","",t),r=!0}if(!1===e.success&&!1===r)throw e.data})).catch((function(t){T(Object(x.__)("Importing CartFlows flows Failed.","astra-sites"),"",t)}));case 12:case"end":return t.stop()}}),t)})));return function(){return t.apply(this,arguments)}}(),W=function(){var t=Dl()(Bl.a.mark((function t(){var e,r;return Bl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(!p){t.next=2;break}return t.abrupt("return");case 2:if(""!==(e=encodeURI(s["astra-site-wpforms-path"])||"")&&"null"!==e){t.next=5;break}return t.abrupt("return");case 5:return I({type:"set",importStatus:Object(x.__)("Importing forms.","astra-sites")}),(r=new FormData).append("action","astra-sites-import-wpforms"),r.append("wpforms_url",e),r.append("_ajax_nonce",astraSitesVars._ajax_nonce),t.next=12,fetch(ajaxurl,{method:"post",body:r}).then((function(t){return t.text()})).then((function(t){var e=[],r=!1;try{var n=JSON.parse(t);e=n,n.success&&I({type:"set",importPercent:_+=2})}catch(e){T(Object(x.__)("Importing forms failed due to parse JSON error.","astra-sites"),"",e,"","",t),r=!0}if(!1===e.success&&!1===r)throw e.data})).catch((function(t){T(Object(x.__)("Importing forms Failed.","astra-sites"),"",t)}));case 12:case"end":return t.stop()}}),t)})));return function(){return t.apply(this,arguments)}}(),q=function(){var t=Dl()(Bl.a.mark((function t(){var e;return Bl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(!p){t.next=2;break}return t.abrupt("return");case 2:if(g){t.next=6;break}return I({type:"set",importPercent:_+=5}),t.abrupt("return");case 6:return I({type:"set",importStatus:Object(x.__)("Importing forms.","astra-sites")}),(e=new FormData).append("action","astra-sites-import-customizer-settings"),e.append("_ajax_nonce",astraSitesVars._ajax_nonce),t.next=12,fetch(ajaxurl,{method:"post",body:e}).then((function(t){return t.text()})).then((function(t){var e=[],r=!1;try{var n=JSON.parse(t);e=n,n.success&&I({type:"set",importPercent:_+=5})}catch(e){T(Object(x.__)("Importing Customizer failed due to parse JSON error.","astra-sites"),"",e,"","",t),r=!0}if(!1===e.success&&!1===r)throw e.data})).catch((function(t){T(Object(x.__)("Importing Customizer Failed.","astra-sites"),"",t)}));case 12:case"end":return t.stop()}}),t)})));return function(){return t.apply(this,arguments)}}(),X=function(){var t=Dl()(Bl.a.mark((function t(){var e,r,n;return Bl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(!p){t.next=2;break}return t.abrupt("return");case 2:if(v){t.next=6;break}return I({type:"set",importPercent:_+=20,xmlImportDone:!0}),t.abrupt("return");case 6:if("null"!==(e=encodeURI(s["astra-site-wxr-path"])||"")&&""!==e){t.next=11;break}return r=Object(x.__)("The XML URL for the site content is empty.","astra-sites"),T(Object(x.__)("Importing Site Content Failed","astra-sites"),"",r,"",astraSitesVars.support_text,e),t.abrupt("return");case 11:return I({type:"set",importStatus:Object(x.__)("Importing Site Content.","astra-sites")}),(n=new FormData).append("action","astra-sites-import-prepare-xml"),n.append("wxr_url",e),n.append("_ajax_nonce",astraSitesVars._ajax_nonce),t.next=18,fetch(ajaxurl,{method:"post",body:n}).then((function(t){return t.text()})).then((function(t){try{var e=JSON.parse(t);if(I({type:"set",importPercent:(_+=2)<=80?_:80}),!1===e.success)throw e.data.error||e.data;J(e.data)}catch(e){T(Object(x.__)("Importing Site Content failed due to parse JSON error.","astra-sites"),"",e,"","",t)}})).catch((function(t){T(Object(x.__)("Importing Site Content Failed.","astra-sites"),"",t)}));case 18:case"end":return t.stop()}}),t)})));return function(){return t.apply(this,arguments)}}(),J=function(t){ru.data=t,ru.render(I,_);var e=new EventSource(ru.data.url);e.onmessage=function(t){var r=JSON.parse(t.data);switch(r.action){case"updateDelta":ru.updateDelta(r.type,r.delta);break;case"complete":!1===r.error?(e.close(),I({type:"set",xmlImportDone:!0})):T(astraSitesVars.xml_import_interrupted_primary,"",astraSitesVars.xml_import_interrupted_error,"",astraSitesVars.xml_import_interrupted_secondary)}},e.onerror=function(t){e.close(),T(Object(x.__)("Importing Site Content Failed. - Import Process Interrupted","astra-sites"),"",t)},e.addEventListener("log",(function(t){var e=JSON.parse(t.data),r=e.message||"";r&&"info"===e.level&&(r=r.replace(/"/g,(function(){return""}))),I({type:"set",importStatus:Object(x.sprintf)(// translators: Response importMessage
8
  Object(x.__)("Importing - %1$s","astra-sites"),r)})}))},Y=function(){var t=Dl()(Bl.a.mark((function t(){var e;return Bl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(!p){t.next=2;break}return t.abrupt("return");case 2:return I({type:"set",importStatus:Object(x.__)("Importing Site Options.","astra-sites")}),(e=new FormData).append("action","astra-sites-import-options"),e.append("_ajax_nonce",astraSitesVars._ajax_nonce),t.next=8,fetch(ajaxurl,{method:"post",body:e}).then((function(t){return t.text()})).then((function(t){var e=[],r=!1;try{var n=JSON.parse(t);e=n,n.success&&I({type:"set",importPercent:_+=5})}catch(e){T(Object(x.__)("Importing Site Options failed due to parse JSON error.","astra-sites"),"",e,"","",t),r=!0}if(!1===e.success&&!1===r)throw e.data})).catch((function(t){T(Object(x.__)("Importing Site Options Failed.","astra-sites"),"",t)}));case 8:case"end":return t.stop()}}),t)})));return function(){return t.apply(this,arguments)}}(),U=function(){var t=Dl()(Bl.a.mark((function t(){var e,r;return Bl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(!p){t.next=2;break}return t.abrupt("return");case 2:if(y){t.next=5;break}return I({type:"set",importPercent:90}),t.abrupt("return");case 5:return I({type:"set",importStatus:Object(x.__)("Importing Widgets.","astra-sites")}),e=s["astra-site-widgets-data"]||"",(r=new FormData).append("action","astra-sites-import-widgets"),r.append("widgets_data",e),r.append("_ajax_nonce",astraSitesVars._ajax_nonce),t.next=13,fetch(ajaxurl,{method:"post",body:r}).then((function(t){return t.text()})).then((function(t){var e=[],r=!1;try{var n=JSON.parse(t);e=n,n.success&&I({type:"set",importPercent:90})}catch(e){T(Object(x.__)("Importing Widgets failed due to parse JSON error.","astra-sites"),"",e,"","",t),r=!0}if(!1===e.success&&!1===r)throw e.data})).catch((function(t){T(Object(x.__)("Importing Widgets Failed.","astra-sites"),"",t)}));case 13:case"end":return t.stop()}}),t)})));return function(){return t.apply(this,arguments)}}(),K=function(){var t=Dl()(Bl.a.mark((function t(){return Bl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(!p){t.next=2;break}return t.abrupt("return");case 2:return t.next=4,Nl(f);case 4:return t.next=6,zl(JSON.stringify(d));case 6:return t.next=8,Gl(m);case 8:case"end":return t.stop()}}),t)})));return function(){return t.apply(this,arguments)}}(),Z=function(){if(!p){I({type:"set",importStatus:Object(x.__)("Final finishings.","astra-sites")});var t=new FormData;t.append("action","astra-sites-import-end"),t.append("_ajax_nonce",astraSitesVars._ajax_nonce);var e=3;fetch(ajaxurl,{method:"post",body:t}).then((function(t){return t.text()})).then((function(t){var r=[],n=!1;try{var i=JSON.parse(t);r=i,i.success&&(I({type:"set",importPercent:100,importEnd:!0}),localStorage.setItem("st-import-end",+new Date),setInterval((function(){e--;var t=document.getElementById("redirect-counter");if(t)if(e<0)I({type:"set",currentIndex:u+1});else{var r=e<=1?" second…":" seconds…";t.innerHTML=e+r}}),1e3))}catch(r){T(Object(x.__)("Final finishings failed due to parse JSON error.","astra-sites"),"",r,"","",t),n=!0,I({type:"set",importPercent:100,importEnd:!0}),localStorage.setItem("st-import-end",+new Date),setInterval((function(){e--;var t=document.getElementById("redirect-counter");if(t)if(e<0)I({type:"set",currentIndex:u+1});else{var r=e<=1?" second…":" seconds…";t.innerHTML=e+r}}),1e3)}if(!1===r.success&&!1===n)throw r.data})).catch((function(t){T(Object(x.__)("Final finishings Failed.","astra-sites"),"",t)}))}},$=function(t){return t.returnValue=Object(x.__)("Are you sure you want to cancel the site import process?","astra-sites"),t};return Object(h.useEffect)((function(){return window.addEventListener("beforeunload",$),function(){return window.removeEventListener("beforeunload",$)}})),Object(h.useEffect)((function(){O>0&&Vl(t)}),[O]),Object(h.useEffect)((function(){n||i||(p||(localStorage.setItem("st-import-start",+new Date),I({type:"set",importStart:!0,importPercent:_+=5,importStatus:Object(x.__)("Starting Import.","astra-sites")})),E?function(t){var e=b()(t,2),r=e[0].importPercent,n=e[1],i=r;"not-installed"===starterTemplates.themeStatus&&(wp.updates.shouldRequestFilesystemCredentials&&!wp.updates.ajaxLocked&&wp.updates.requestFilesystemCredentials(),n({type:"set",importPercent:i+=5,importStatus:Object(x.__)("Installing Astra Theme…","astra-sites")}),wp.updates.installTheme({slug:"astra"}),jQuery(document).on("wp-theme-install-success",(function(t,e){n({type:"set",themeStatus:e,importStatus:Object(x.__)("Astra Theme Installed.","astra-sites")})}))),"installed-but-inactive"===starterTemplates.themeStatus&&setTimeout((function(){var t=new FormData;t.append("action","astra-sites-activate-theme"),t.append("_ajax_nonce",astraSitesVars._ajax_nonce),fetch(ajaxurl,{method:"post",body:t}).then((function(t){return t.json()})).then((function(t){t.success?n({type:"set",themeStatus:t,importStatus:Object(x.__)("Astra Theme Installed.","astra-sites")}):n({type:"set",importError:!0,importErrorMessages:{primaryText:Object(x.__)("Astra theme installation failed.","astra-sites"),secondaryText:"",errorCode:"",errorText:t.data,solutionText:"",tryAgain:!0}})})).catch((function(t){console.error(t)}))}),3e3),"installed-and-active"===starterTemplates.themeStatus&&n({type:"set",themeStatus:!0})}(t):I({type:"set",themeStatus:!0}),S.length<=0||(_+=2,I({type:"set",importStatus:Object(x.__)("Installing Required Plugins.","astra-sites"),importPercent:_}),S.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(){I({type:"set",importStatus:Object(x.sprintf)(// translators: Plugin Name.
2
  Object(x.__)("Your Website is ready and it took just %1$s %2$s to build. %3$s","astra-sites"),T,F,S),g="I just built my website in ".concat(T," ").concat(F," with Starter Templates by @AstraWP. Can't believe how easy it is! 😍")):(m=Object(x.sprintf)(//translators: Website URL.
3
  Object(x.__)("Your Website is up and ready!. %1$s","astra-sites"),S),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(c.createElement)(A,{content:Object(c.createElement)("div",{className:"congrats-screen"},Object(c.createElement)("h1",{className:"d-flex-center-align"},Object(x.__)("Congratulations!","astra-sites"),E.tada),Object(c.createElement)("p",{className:"screen-description p-bold",dangerouslySetInnerHTML:{__html:m}}),!X()&&Object(c.createElement)(c.Fragment,null,Object(c.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,w(!1)}},k&&Object(c.createElement)("div",{className:"click-to-play-wrap"},Object(c.createElement)("span",{className:"click-btn-text"},E.clickToPlay),Object(c.createElement)("span",{className:"youtube-btn middle-content"},E.youtube)),Object(c.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(c.createElement)("div",{className:"tweet-import-success"},Object(c.createElement)("p",{className:"tweet-text"},g),Object(c.createElement)("a",{href:"https://twitter.com/intent/tweet?text=".concat(g),target:"_blank",className:"twitter-btn-wrap",rel:"noreferrer"},Object(c.createElement)("p",{className:"tweet-btn"},Object(x.__)("CLICK TO TWEET","astra-sites")),E.twitter)))),actions:null})}),ua=(r(69),function(){var t=C(),e=b()(t,2),r=e[0].currentIndex,n=e[1];Object(h.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(c.createElement)(A,{content:Object(c.createElement)("div",{className:"page-builder-screen-wrap middle-content"},Object(c.createElement)("h1",null,Object(x.__)("Select Page Builder","astra-sites")),Object(c.createElement)("p",{className:"screen-description"},Object(x.__)("Please choose your preferred page builder from the list below.","astra-sites")),Object(c.createElement)("div",{className:"page-builder-wrap ist-fadeinUp"},Object(c.createElement)("div",{className:"page-builder-item d-flex-center-align",onClick:function(){i("gutenberg")},tabIndex:"0",onKeyDown:function(t){return a(t,"gutenberg")}},Object(c.createElement)("div",{className:"elementor-image-wrap image-wrap"},Object(c.createElement)("img",{src:"".concat(starterTemplates.imageDir,"block-editor.svg"),alt:Object(x.__)("Block Editor","astra-sites")})),Object(c.createElement)("h6",null,Object(x.__)("Block Editor","astra-sites"))),Object(c.createElement)("div",{className:"page-builder-item d-flex-center-align",onClick:function(){i("elementor")},tabIndex:"0",onKeyDown:function(t){return a(t,"elementor")}},Object(c.createElement)("div",{className:"elementor-image-wrap image-wrap"},Object(c.createElement)("img",{src:"".concat(starterTemplates.imageDir,"elementor.svg"),alt:Object(x.__)("Elementor","astra-sites")})),Object(c.createElement)("h6",null,Object(x.__)("Elementor","astra-sites"))),Object(c.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(c.createElement)("div",{className:"beaver-builder-image-wrap image-wrap"},Object(c.createElement)("img",{src:"".concat(starterTemplates.imageDir,"beaver-builder.svg"),alt:Object(x.__)("Beaver Builder","astra-sites")})),Object(c.createElement)("h6",null,Object(x.__)("Beaver Builder","astra-sites"))),"1"===starterTemplates.isBrizyEnabled&&Object(c.createElement)("div",{className:"page-builder-item d-flex-center-align",onClick:function(){i("brizy")},tabIndex:"0",onKeyDown:function(t){return a(t,"brizy")}},Object(c.createElement)("div",{className:"brizy-image-wrap image-wrap"},Object(c.createElement)("img",{src:"".concat(starterTemplates.imageDir,"brizy.svg"),alt:Object(x.__)("Brizy","astra-sites")})),Object(c.createElement)("h6",null,Object(x.__)("Brizy","astra-sites"))))),actions:Object(c.createElement)(c.Fragment,null,Object(c.createElement)(F,{before:!0},Object(x.__)("Back","astra-sites")))})}),pa=r(5);function fa(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 da(t){var e=typeof t;return"function"===e||"object"===e&&!!t}function ma(t){return null===t}function ga(t){return void 0===t}function ya(t){return!0===t||!1===t||"[object Boolean]"===pa.t.call(t)}function va(t){return!(!t||1!==t.nodeType)}function ba(t){var e="[object "+t+"]";return function(t){return pa.t.call(t)===e}}var xa=ba("String"),Ea=ba("Number"),ka=ba("Date"),Ca=ba("RegExp"),Aa=ba("Error"),wa=ba("Symbol"),Sa=ba("ArrayBuffer"),Pa=ba("Function"),Oa=pa.p.document&&pa.p.document.childNodes;"object"!=typeof Int8Array&&"function"!=typeof Oa&&(Pa=function(t){return"function"==typeof t||!1});var ja=Pa,Ia=ba("Object"),_a=pa.s&&Ia(new DataView(new ArrayBuffer(8))),Fa="undefined"!=typeof Map&&Ia(new Map),Ta=ba("DataView"),Ma=_a?function(t){return null!=t&&ja(t.getInt8)&&Sa(t.buffer)}:Ta,Da=pa.k||ba("Array");function Ra(t,e){return null!=t&&pa.i.call(t,e)}var Ba=ba("Arguments");!function(){Ba(arguments)||(Ba=function(t){return Ra(t,"callee")})}();var La=Ba;function Va(t){return!wa(t)&&Object(pa.f)(t)&&!isNaN(parseFloat(t))}function Na(t){return Ea(t)&&Object(pa.g)(t)}function za(t){return function(){return t}}function Ga(t){return function(e){var r=t(e);return"number"==typeof r&&r>=0&&r<=pa.b}}function Ha(t){return function(e){return null==e?void 0:e[t]}}var Qa=Ha("byteLength"),Wa=Ga(Qa),qa=/\[object ((I|Ui)nt(8|16|32)|Float(32|64)|Uint8Clamped|Big(I|Ui)nt64)Array\]/,Xa=pa.r?function(t){return pa.l?Object(pa.l)(t)&&!Ma(t):Wa(t)&&qa.test(pa.t.call(t))}:za(!1),Ja=Ha("length");function Ya(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=pa.n.length,n=t.constructor,i=ja(n)&&n.prototype||pa.c,a="constructor";for(Ra(t,a)&&!e.contains(a)&&e.push(a);r--;)(a=pa.n[r])in t&&t[a]!==i[a]&&!e.contains(a)&&e.push(a)}function Ua(t){if(!da(t))return[];if(pa.m)return Object(pa.m)(t);var e=[];for(var r in t)Ra(t,r)&&e.push(r);return pa.h&&Ya(t,e),e}function Ka(t){if(null==t)return!0;var e=Ja(t);return"number"==typeof e&&(Da(t)||xa(t)||La(t))?0===e:0===Ja(Ua(t))}function Za(t,e){var r=Ua(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 $a(t){return t instanceof $a?t:this instanceof $a?void(this._wrapped=t):new $a(t)}function ts(t){return new Uint8Array(t.buffer||t,t.byteOffset||0,Qa(t))}function es(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 $a&&(r=r._wrapped),n instanceof $a&&(n=n._wrapped);var s=pa.t.call(r);if(s!==pa.t.call(n))return!1;if(_a&&"[object Object]"==s&&Ma(r)){if(!Ma(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 pa.d.valueOf.call(r)===pa.d.valueOf.call(n);case"[object ArrayBuffer]":case"[object DataView]":return e(ts(r),ts(n),i,a)}var o="[object Array]"===s;if(!o&&Xa(r)){if(Qa(r)!==Qa(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&&!(ja(l)&&l instanceof l&&ja(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=Ua(r);if(h=p.length,Ua(n).length!==h)return!1;for(;h--;)if(!Ra(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 rs(t){if(!da(t))return[];var e=[];for(var r in t)e.push(r);return pa.h&&Ya(t,e),e}function ns(t){var e=Ja(t);return function(r){if(null==r)return!1;var n=rs(r);if(Ja(n))return!1;for(var i=0;i<e;i++)if(!ja(r[t[i]]))return!1;return t!==ls||!ja(r[is])}}$a.VERSION=pa.e,$a.prototype.value=function(){return this._wrapped},$a.prototype.valueOf=$a.prototype.toJSON=$a.prototype.value,$a.prototype.toString=function(){return String(this._wrapped)};var is="forEach",as=["clear","delete"],ss=["get","has","set"],os=as.concat(is,ss),ls=as.concat(ss),cs=["add"].concat(as,is,"has"),hs=Fa?ns(os):ba("Map"),us=Fa?ns(ls):ba("WeakMap"),ps=Fa?ns(cs):ba("Set"),fs=ba("WeakSet");function ds(t){for(var e=Ua(t),r=e.length,n=Array(r),i=0;i<r;i++)n[i]=t[e[i]];return n}function ms(t){for(var e=Ua(t),r=e.length,n=Array(r),i=0;i<r;i++)n[i]=[e[i],t[e[i]]];return n}function gs(t){for(var e={},r=Ua(t),n=0,i=r.length;n<i;n++)e[t[r[n]]]=r[n];return e}function ys(t){var e=[];for(var r in t)ja(t[r])&&e.push(r);return e.sort()}function vs(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 bs=vs(rs),xs=vs(Ua),Es=vs(rs,!0);function ks(t){if(!da(t))return{};if(pa.j)return Object(pa.j)(t);var e=function(){};e.prototype=t;var r=new e;return e.prototype=null,r}function Cs(t,e){var r=ks(t);return e&&xs(r,e),r}function As(t){return da(t)?Da(t)?t.slice():bs({},t):t}function ws(t,e){return e(t),t}function Ss(t){return Da(t)?t:[t]}function Ps(t){return $a.toPath(t)}function Os(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 js(t,e,r){var n=Os(t,Ps(e));return ga(n)?r:n}function Is(t,e){for(var r=(e=Ps(e)).length,n=0;n<r;n++){var i=e[n];if(!Ra(t,i))return!1;t=t[i]}return!!r}function _s(t){return t}function Fs(t){return t=xs({},t),function(e){return Za(e,t)}}function Ts(t){return t=Ps(t),function(e){return Os(e,t)}}function Ms(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 Ds(t,e,r){return null==t?_s:ja(t)?Ms(t,e,r):da(t)&&!Da(t)?Fs(t):Ts(t)}function Rs(t,e){return Ds(t,e,1/0)}function Bs(t,e,r){return $a.iteratee!==Rs?$a.iteratee(t,e):Ds(t,e,r)}function Ls(t,e,r){e=Bs(e,r);for(var n=Ua(t),i=n.length,a={},s=0;s<i;s++){var o=n[s];a[o]=e(t[o],o,t)}return a}function Vs(){}function Ns(t){return null==t?Vs:function(e){return js(t,e)}}function zs(t,e,r){var n=Array(Math.max(0,t));e=Ms(e,r,1);for(var i=0;i<t;i++)n[i]=e(i);return n}function Gs(t,e){return null==e&&(e=t,t=0),t+Math.floor(Math.random()*(e-t+1))}$a.toPath=Ss,$a.iteratee=Rs;var Hs=Date.now||function(){return(new Date).getTime()};function Qs(t){var e=function(e){return t[e]},r="(?:"+Ua(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 Ws={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#x27;","`":"&#x60;"},qs=Qs(Ws),Xs=Qs(gs(Ws)),Js=$a.templateSettings={evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g},Ys=/(.)^/,Us={"'":"'","\\":"\\","\r":"r","\n":"n","\u2028":"u2028","\u2029":"u2029"},Ks=/\\|'|\r|\n|\u2028|\u2029/g;function Zs(t){return"\\"+Us[t]}var $s=/^\s*(\w|\$)+\s*$/;function to(t,e,r){!e&&r&&(e=r),e=Es({},e,$a.templateSettings);var n=RegExp([(e.escape||Ys).source,(e.interpolate||Ys).source,(e.evaluate||Ys).source].join("|")+"|$","g"),i=0,a="__p+='";t.replace(n,(function(e,r,n,s,o){return a+=t.slice(i,o).replace(Ks,Zs),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(!$s.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,$a)};return l.source="function("+o+"){\n"+a+"}",l}function eo(t,e,r){var n=(e=Ps(e)).length;if(!n)return ja(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=ja(a)?a.call(t):a}return t}var ro=0;function no(t){var e=++ro+"";return t?t+e:e}function io(t){var e=$a(t);return e._chain=!0,e}function ao(t,e,r,n,i){if(!(n instanceof e))return t.apply(r,i);var a=ks(t.prototype),s=t.apply(a,i);return da(s)?s:a}var so=fa((function(t,e){var r=so.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 ao(t,n,this,this,s)};return n}));so.placeholder=$a;var oo=so,lo=fa((function(t,e,r){if(!ja(t))throw new TypeError("Bind must be called on a function");var n=fa((function(i){return ao(t,n,e,this,r.concat(i))}));return n})),co=Ga(Ja);function ho(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=Ja(t);a<s;a++){var o=t[a];if(co(o)&&(Da(o)||La(o)))if(e>1)ho(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 uo=fa((function(t,e){var r=(e=ho(e,!1,!1)).length;if(r<1)throw new Error("bindAll must be passed function names");for(;r--;){var n=e[r];t[n]=lo(t[n],t)}return t}));function po(t,e){var r=function(n){var i=r.cache,a=""+(e?e.apply(this,arguments):n);return Ra(i,a)||(i[a]=t.apply(this,arguments)),i[a]};return r.cache={},r}var fo=fa((function(t,e,r){return setTimeout((function(){return t.apply(null,r)}),e)})),mo=oo(fo,$a,1);function go(t,e,r){var n,i,a,s,o=0;r||(r={});var l=function(){o=!1===r.leading?0:Hs(),n=null,s=t.apply(i,a),n||(i=a=null)},c=function(){var c=Hs();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 yo(t,e,r){var n,i,a,s,o,l=function(){var c=Hs()-i;e>c?n=setTimeout(l,e-c):(n=null,r||(s=t.apply(o,a)),n||(a=o=null))},c=fa((function(c){return o=this,a=c,i=Hs(),n||(n=setTimeout(l,e),r&&(s=t.apply(o,a))),s}));return c.cancel=function(){clearTimeout(n),n=a=o=null},c}function vo(t,e){return oo(e,t)}function bo(t){return function(){return!t.apply(this,arguments)}}function xo(){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 Eo(t,e){return function(){if(--t<1)return e.apply(this,arguments)}}function ko(t,e){var r;return function(){return--t>0&&(r=e.apply(this,arguments)),t<=1&&(e=null),r}}var Co=oo(ko,2);function Ao(t,e,r){e=Bs(e,r);for(var n,i=Ua(t),a=0,s=i.length;a<s;a++)if(e(t[n=i[a]],n,t))return n}function wo(t){return function(e,r,n){r=Bs(r,n);for(var i=Ja(e),a=t>0?0:i-1;a>=0&&a<i;a+=t)if(r(e[a],a,e))return a;return-1}}var So=wo(1),Po=wo(-1);function Oo(t,e,r,n){for(var i=(r=Bs(r,n,1))(e),a=0,s=Ja(t);a<s;){var o=Math.floor((a+s)/2);r(t[o])<i?a=o+1:s=o}return a}function jo(t,e,r){return function(n,i,a){var s=0,o=Ja(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(pa.q.call(n,s,o),Na))>=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 Io=jo(1,So,Oo),_o=jo(-1,Po);function Fo(t,e,r){var n=(co(t)?So:Ao)(t,e,r);if(void 0!==n&&-1!==n)return t[n]}function To(t,e){return Fo(t,Fs(e))}function Mo(t,e,r){var n,i;if(e=Ms(e,r),co(t))for(n=0,i=t.length;n<i;n++)e(t[n],n,t);else{var a=Ua(t);for(n=0,i=a.length;n<i;n++)e(t[a[n]],a[n],t)}return t}function Do(t,e,r){e=Bs(e,r);for(var n=!co(t)&&Ua(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 Ro(t){var e=function(e,r,n,i){var a=!co(e)&&Ua(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,Ms(r,i,4),n,a)}}var Bo=Ro(1),Lo=Ro(-1);function Vo(t,e,r){var n=[];return e=Bs(e,r),Mo(t,(function(t,r,i){e(t,r,i)&&n.push(t)})),n}function No(t,e,r){return Vo(t,bo(Bs(e)),r)}function zo(t,e,r){e=Bs(e,r);for(var n=!co(t)&&Ua(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 Go(t,e,r){e=Bs(e,r);for(var n=!co(t)&&Ua(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 Ho(t,e,r,n){return co(t)||(t=ds(t)),("number"!=typeof r||n)&&(r=0),Io(t,e,r)>=0}var Qo=fa((function(t,e,r){var n,i;return ja(e)?i=e:(e=Ps(e),n=e.slice(0,-1),e=e[e.length-1]),Do(t,(function(t){var a=i;if(!a){if(n&&n.length&&(t=Os(t,n)),null==t)return;a=t[e]}return null==a?a:a.apply(t,r)}))}));function Wo(t,e){return Do(t,Ts(e))}function qo(t,e){return Vo(t,Fs(e))}function Xo(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=co(t)?t:ds(t)).length;o<l;o++)null!=(n=t[o])&&n>a&&(a=n);else e=Bs(e,r),Mo(t,(function(t,r,n){((i=e(t,r,n))>s||i===-1/0&&a===-1/0)&&(a=t,s=i)}));return a}function Jo(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=co(t)?t:ds(t)).length;o<l;o++)null!=(n=t[o])&&n<a&&(a=n);else e=Bs(e,r),Mo(t,(function(t,r,n){((i=e(t,r,n))<s||i===1/0&&a===1/0)&&(a=t,s=i)}));return a}function Yo(t,e,r){if(null==e||r)return co(t)||(t=ds(t)),t[Gs(t.length-1)];var n=co(t)?As(t):ds(t),i=Ja(n);e=Math.max(Math.min(e,i),0);for(var a=i-1,s=0;s<e;s++){var o=Gs(s,a),l=n[s];n[s]=n[o],n[o]=l}return n.slice(0,e)}function Uo(t){return Yo(t,1/0)}function Ko(t,e,r){var n=0;return e=Bs(e,r),Wo(Do(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 Zo(t,e){return function(r,n,i){var a=e?[[],[]]:{};return n=Bs(n,i),Mo(r,(function(e,i){var s=n(e,i,r);t(a,e,s)})),a}}var $o=Zo((function(t,e,r){Ra(t,r)?t[r].push(e):t[r]=[e]})),tl=Zo((function(t,e,r){t[r]=e})),el=Zo((function(t,e,r){Ra(t,r)?t[r]++:t[r]=1})),rl=Zo((function(t,e,r){t[r?0:1].push(e)}),!0),nl=/[^\ud800-\udfff]|[\ud800-\udbff][\udc00-\udfff]|[\ud800-\udfff]/g;function il(t){return t?Da(t)?pa.q.call(t):xa(t)?t.match(nl):co(t)?Do(t,_s):ds(t):[]}function al(t){return null==t?0:co(t)?t.length:Ua(t).length}function sl(t,e,r){return e in r}var ol=fa((function(t,e){var r={},n=e[0];if(null==t)return r;ja(n)?(e.length>1&&(n=Ms(n,e[1])),e=rs(t)):(n=sl,e=ho(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})),ll=fa((function(t,e){var r,n=e[0];return ja(n)?(n=bo(n),e.length>1&&(r=e[1])):(e=Do(ho(e,!1,!1),String),n=function(t,r){return!Ho(e,r)}),ol(t,n,r)}));function cl(t,e,r){return pa.q.call(t,0,Math.max(0,t.length-(null==e||r?1:e)))}function hl(t,e,r){return null==t||t.length<1?null==e||r?void 0:[]:null==e||r?t[0]:cl(t,t.length-e)}function ul(t,e,r){return pa.q.call(t,null==e||r?1:e)}function pl(t,e,r){return null==t||t.length<1?null==e||r?void 0:[]:null==e||r?t[t.length-1]:ul(t,Math.max(0,t.length-e))}function fl(t){return Vo(t,Boolean)}function dl(t,e){return ho(t,e,!1)}var ml=fa((function(t,e){return e=ho(e,!0,!0),Vo(t,(function(t){return!Ho(e,t)}))})),gl=fa((function(t,e){return ml(t,e)}));function yl(t,e,r,n){ya(e)||(n=r,r=e,e=!1),null!=r&&(r=Bs(r,n));for(var i=[],a=[],s=0,o=Ja(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?Ho(a,c)||(a.push(c),i.push(l)):Ho(i,l)||i.push(l)}return i}var vl=fa((function(t){return yl(ho(t,!0,!0))}));function bl(t){for(var e=[],r=arguments.length,n=0,i=Ja(t);n<i;n++){var a=t[n];if(!Ho(e,a)){var s;for(s=1;s<r&&Ho(arguments[s],a);s++);s===r&&e.push(a)}}return e}function xl(t){for(var e=t&&Xo(t,Ja).length||0,r=Array(e),n=0;n<e;n++)r[n]=Wo(t,n);return r}var El=fa(xl);function kl(t,e){for(var r={},n=0,i=Ja(t);n<i;n++)e?r[t[n]]=e[n]:r[t[n][0]]=t[n][1];return r}function Cl(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 Al(t,e){if(null==e||e<1)return[];for(var r=[],n=0,i=t.length;n<i;)r.push(pa.q.call(t,n,n+=e));return r}function wl(t,e){return t._chain?$a(e).chain():e}function Sl(t){return Mo(ys(t),(function(e){var r=$a[e]=t[e];$a.prototype[e]=function(){var t=[this._wrapped];return pa.o.apply(t,arguments),wl(this,r.apply($a,t))}})),$a}Mo(["pop","push","reverse","shift","sort","splice","unshift"],(function(t){var e=pa.a[t];$a.prototype[t]=function(){var r=this._wrapped;return null!=r&&(e.apply(r,arguments),"shift"!==t&&"splice"!==t||0!==r.length||delete r[0]),wl(this,r)}})),Mo(["concat","join","slice"],(function(t){var e=pa.a[t];$a.prototype[t]=function(){var t=this._wrapped;return null!=t&&(t=e.apply(t,arguments)),wl(this,t)}}));var Pl=$a,Ol=Sl(n);function jl(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 Il(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)?Il(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 Il(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}Ol._=Ol,r(70);var _l=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"))},Fl=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(_l(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("-"," ");_l(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=jl(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=jl(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 w=s[A];for(var S in w.categories)!i.sites[A]&&i.related_categories.includes(w.categories[S])&&(i.related[A]=w)}return i.tags&&(i.tags=i.tags.slice(0,10)),i},Tl=function(){return Object(c.createElement)("div",{className:"site-list-loading-skeleton"},Object(c.createElement)(_i,{container:!0},Object(c.createElement)(_i,{item:!0,xs:12},Object(c.createElement)(na,{display:"flex",justifyContent:"center"},Object(c.createElement)(Si,{variant:"rect",width:600,height:36,animation:"wave"}))),Object(c.createElement)(_i,{item:!0,xs:12},Object(c.createElement)(na,{display:"flex",justifyContent:"center",m:"44px 0 50px 0"},Object(c.createElement)(Si,{variant:"rect",width:740,height:48,animation:"wave"}))),Object(c.createElement)(_i,{item:!0,xs:12},Object(c.createElement)(na,{display:"flex",justifyContent:"space-between",p:"0 0 8px 0"},Object(c.createElement)(na,{display:"flex",gridGap:"15px",alignItems:"center"},Object(c.createElement)(na,null,Object(c.createElement)(Si,{variant:"rect",width:80,height:41,animation:"wave"})),Object(c.createElement)(na,null,Object(c.createElement)(Si,{variant:"rect",width:80,height:41,animation:"wave"})),Object(c.createElement)(na,null,Object(c.createElement)(Si,{variant:"rect",width:80,height:41,animation:"wave"})),Object(c.createElement)(na,null,Object(c.createElement)(Si,{variant:"rect",width:80,height:41,animation:"wave"})),Object(c.createElement)(na,null,Object(c.createElement)(Si,{variant:"rect",width:80,height:41,animation:"wave"})),Object(c.createElement)(na,null,Object(c.createElement)(Si,{variant:"rect",width:80,height:41,animation:"wave"})),Object(c.createElement)(na,null,Object(c.createElement)(Si,{variant:"rect",width:80,height:41,animation:"wave"})),Object(c.createElement)(na,null,Object(c.createElement)(Si,{variant:"rect",width:80,height:41,animation:"wave"}))),Object(c.createElement)(na,{display:"flex",gridGap:"15px",alignItems:"center"},Object(c.createElement)(na,null,Object(c.createElement)(Si,{variant:"rect",width:110,height:40,animation:"wave"})),Object(c.createElement)(na,null,Object(c.createElement)(Si,{variant:"rect",width:110,height:40,animation:"wave"}))))),Object(c.createElement)(_i,{item:!0,xs:12},Object(c.createElement)(na,{p:"44px 0 0 0",display:"grid",gridGap:"40px",gridTemplateColumns:"1fr 1fr 1fr 1fr"},Object(c.createElement)(Si,{variant:"rect",height:380,animation:"wave"}),Object(c.createElement)(Si,{variant:"rect",height:380,animation:"wave"}),Object(c.createElement)(Si,{variant:"rect",height:380,animation:"wave"}),Object(c.createElement)(Si,{variant:"rect",height:380,animation:"wave"})))))},Ml=r(6),Dl=r.n(Ml),Rl=r(4),Bl=r.n(Rl),Ll=function(){var t=Dl()(Bl.a.mark((function t(e,r){var n,i,a,s;return Bl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=b()(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(x.__)("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(x.__)("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)}}(),Vl=function(t){var e=b()(t,2);oa()(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})}}))},Nl=function(){var t=Dl()(Bl.a.mark((function t(e){var r;return Bl.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)}}(),zl=function(){var t=Dl()(Bl.a.mark((function t(e){var r;return Bl.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)}}(),Gl=function(){var t=Dl()(Bl.a.mark((function t(e){var r;return Bl.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)}}(),Hl=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 Ql(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 Wl(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?Ql(Object(r),!0).forEach((function(e){m()(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):Ql(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}var ql=function(t){var e=t.sites,r=C(),n=b()(r,2),i=n[0],a=i.favoriteSiteIDs,s=i.currentIndex,o=n[1],l=[];if(Object.keys(e).length)for(var h in e)l.push(Wl({id:e[h].id,image:e[h]["thumbnail-image-url"],title:Object(T.decodeEntities)(e[h].title),badge:"agency-mini"===e[h]["astra-sites-type"]?Object(x.__)("Premium","astra-sites"):""},e[h]));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=Dl()(Bl.a.mark((function t(e,r,n){var i,a,s;return Bl.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(c.createElement)(R,{column:4,options:l,hasFavorite:!0,onFavoriteClick:p,favoriteList:a,onClick:function(){var t=Dl()(Bl.a.mark((function t(e,n){return Bl.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,Ll(n.id,r);case 4:Vl(r);case 5:case"end":return t.stop()}}),t)})));return function(e,r){return t.apply(this,arguments)}}()})};function Xl(t){return"/"===t.charAt(0)}function Jl(t,e){for(var r=e,n=r+1,i=t.length;n<i;r+=1,n+=1)t[r]=t[n];t.pop()}function Yl(t,e){if(!t)throw new Error("Invariant failed")}function Ul(t){return"/"===t.charAt(0)?t:"/"+t}function Kl(t,e){return function(t,e){return 0===t.toLowerCase().indexOf(e.toLowerCase())&&-1!=="/?#".indexOf(t.charAt(e.length))}(t,e)?t.substr(e.length):t}function Zl(t){return"/"===t.charAt(t.length-1)?t.slice(0,-1):t}function $l(t){var e=t.pathname,r=t.search,n=t.hash,i=e||"/";return r&&"?"!==r&&(i+="?"===r.charAt(0)?r:"?"+r),n&&"#"!==n&&(i+="#"===n.charAt(0)?n:"#"+n),i}function tc(t,e,r,n){var i;"string"==typeof t?(i=function(t){var e=t||"/",r="",n="",i=e.indexOf("#");-1!==i&&(n=e.substr(i),e=e.substr(0,i));var a=e.indexOf("?");return-1!==a&&(r=e.substr(a),e=e.substr(0,a)),{pathname:e,search:"?"===r?"":r,hash:"#"===n?"":n}}(t)).state=e:(void 0===(i=Z({},t)).pathname&&(i.pathname=""),i.search?"?"!==i.search.charAt(0)&&(i.search="?"+i.search):i.search="",i.hash?"#"!==i.hash.charAt(0)&&(i.hash="#"+i.hash):i.hash="",void 0!==e&&void 0===i.state&&(i.state=e));try{i.pathname=decodeURI(i.pathname)}catch(t){throw t instanceof URIError?new URIError('Pathname "'+i.pathname+'" could not be decoded. This is likely caused by an invalid percent-encoding.'):t}return r&&(i.key=r),n?i.pathname?"/"!==i.pathname.charAt(0)&&(i.pathname=function(t,e){void 0===e&&(e="");var r,n=t&&t.split("/")||[],i=e&&e.split("/")||[],a=t&&Xl(t),s=e&&Xl(e),o=a||s;if(t&&Xl(t)?i=n:n.length&&(i.pop(),i=i.concat(n)),!i.length)return"/";if(i.length){var l=i[i.length-1];r="."===l||".."===l||""===l}else r=!1;for(var c=0,h=i.length;h>=0;h--){var u=i[h];"."===u?Jl(i,h):".."===u?(Jl(i,h),c++):c&&(Jl(i,h),c--)}if(!o)for(;c--;c)i.unshift("..");!o||""===i[0]||i[0]&&Xl(i[0])||i.unshift("");var p=i.join("/");return r&&"/"!==p.substr(-1)&&(p+="/"),p}(i.pathname,n.pathname)):i.pathname=n.pathname:i.pathname||(i.pathname="/"),i}function ec(){var t=null,e=[];return{setPrompt:function(e){return t=e,function(){t===e&&(t=null)}},confirmTransitionTo:function(e,r,n,i){if(null!=t){var a="function"==typeof t?t(e,r):t;"string"==typeof a?"function"==typeof n?n(a,i):i(!0):i(!1!==a)}else i(!0)},appendListener:function(t){var r=!0;function n(){r&&t.apply(void 0,arguments)}return e.push(n),function(){r=!1,e=e.filter((function(t){return t!==n}))}},notifyListeners:function(){for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];e.forEach((function(t){return t.apply(void 0,r)}))}}}var rc=!("undefined"==typeof window||!window.document||!window.document.createElement);function nc(t,e){e(window.confirm(t))}function ic(){try{return window.history.state||{}}catch(t){return{}}}function ac(t){void 0===t&&(t={}),rc||Yl(!1);var e,r=window.history,n=(-1===(e=window.navigator.userAgent).indexOf("Android 2.")&&-1===e.indexOf("Android 4.0")||-1===e.indexOf("Mobile Safari")||-1!==e.indexOf("Chrome")||-1!==e.indexOf("Windows Phone"))&&window.history&&"pushState"in window.history,i=!(-1===window.navigator.userAgent.indexOf("Trident")),a=t,s=a.forceRefresh,o=void 0!==s&&s,l=a.getUserConfirmation,c=void 0===l?nc:l,h=a.keyLength,u=void 0===h?6:h,p=t.basename?Zl(Ul(t.basename)):"";function f(t){var e=t||{},r=e.key,n=e.state,i=window.location,a=i.pathname+i.search+i.hash;return p&&(a=Kl(a,p)),tc(a,n,r)}function d(){return Math.random().toString(36).substr(2,u)}var m=ec();function g(t){Z(O,t),O.length=r.length,m.notifyListeners(O.location,O.action)}function y(t){(function(t){return void 0===t.state&&-1===navigator.userAgent.indexOf("CriOS")})(t)||x(f(t.state))}function v(){x(f(ic()))}var b=!1;function x(t){b?(b=!1,g()):m.confirmTransitionTo(t,"POP",c,(function(e){e?g({action:"POP",location:t}):function(t){var e=O.location,r=k.indexOf(e.key);-1===r&&(r=0);var n=k.indexOf(t.key);-1===n&&(n=0);var i=r-n;i&&(b=!0,A(i))}(t)}))}var E=f(ic()),k=[E.key];function C(t){return p+$l(t)}function A(t){r.go(t)}var w=0;function S(t){1===(w+=t)&&1===t?(window.addEventListener("popstate",y),i&&window.addEventListener("hashchange",v)):0===w&&(window.removeEventListener("popstate",y),i&&window.removeEventListener("hashchange",v))}var P=!1,O={length:r.length,action:"POP",location:E,createHref:C,push:function(t,e){var i=tc(t,e,d(),O.location);m.confirmTransitionTo(i,"PUSH",c,(function(t){if(t){var e=C(i),a=i.key,s=i.state;if(n)if(r.pushState({key:a,state:s},null,e),o)window.location.href=e;else{var l=k.indexOf(O.location.key),c=k.slice(0,l+1);c.push(i.key),k=c,g({action:"PUSH",location:i})}else window.location.href=e}}))},replace:function(t,e){var i=tc(t,e,d(),O.location);m.confirmTransitionTo(i,"REPLACE",c,(function(t){if(t){var e=C(i),a=i.key,s=i.state;if(n)if(r.replaceState({key:a,state:s},null,e),o)window.location.replace(e);else{var l=k.indexOf(O.location.key);-1!==l&&(k[l]=i.key),g({action:"REPLACE",location:i})}else window.location.replace(e)}}))},go:A,goBack:function(){A(-1)},goForward:function(){A(1)},block:function(t){void 0===t&&(t=!1);var e=m.setPrompt(t);return P||(S(1),P=!0),function(){return P&&(P=!1,S(-1)),e()}},listen:function(t){var e=m.appendListener(t);return S(1),function(){S(-1),e()}}};return O}var sc=r(32),oc=r(21),lc=r.n(oc),cc=(r(16),function(t){var e=Object(sc.a)();return e.displayName=t,e}),hc=cc("Router-History"),uc=cc("Router"),pc=function(t){function e(e){var r;return(r=t.call(this,e)||this).state={location:e.history.location},r._isMounted=!1,r._pendingLocation=null,e.staticContext||(r.unlisten=e.history.listen((function(t){r._isMounted?r.setState({location:t}):r._pendingLocation=t}))),r}Object(dt.a)(e,t),e.computeRootMatch=function(t){return{path:"/",url:"/",params:{},isExact:"/"===t}};var r=e.prototype;return r.componentDidMount=function(){this._isMounted=!0,this._pendingLocation&&this.setState({location:this._pendingLocation})},r.componentWillUnmount=function(){this.unlisten&&(this.unlisten(),this._isMounted=!1,this._pendingLocation=null)},r.render=function(){return u.a.createElement(uc.Provider,{value:{history:this.props.history,location:this.state.location,match:e.computeRootMatch(this.state.location.pathname),staticContext:this.props.staticContext}},u.a.createElement(hc.Provider,{children:this.props.children||null,value:this.props.history}))},e}(u.a.Component);u.a.Component,u.a.Component;var fc={},dc=0;u.a.Component,u.a.Component,u.a.Component;var mc=u.a.useContext;function gc(){return mc(hc)}r(71);var yc=function(t,e){var r=new URLSearchParams(window.location.search);return e?r.set(t,e):r.delete(t),r.toString()},vc=jQuery,bc=function(){var t,e,r,n=C(),i=b()(n,2),a=i[0],s=a.siteSearchTerm,o=a.searchTerms,l=a.searchTermsWithCount,u=a.builder,p=i[1],f=Object(h.useState)(s),d=b()(f,2),m=d[0],g=d[1];Object(h.useEffect)((function(){vc(document).on("heartbeat-send",v),vc(document).on("heartbeat-tick",y)}),[]),t=function(){return E()},e=[m],r=Object(h.useCallback)(t,e),Object(h.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"]=u)},E=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(h.useRef)(),A=Object(h.useRef)(),w=function(t){if(t.preventDefault(),k&&A){var e=document.querySelector(".site-list-header"),r=0;e&&e.clientHeight&&(r=e.clientHeight),r-=k.current.clientHeight,(A.current.getBoundingClientRect().top||0)<=r?document.body.classList.add("st-search-box-fixed"):document.body.classList.remove("st-search-box-fixed")}};Object(h.useEffect)((function(){return document.querySelector(".step-content").addEventListener("scroll",w),function(){return document.querySelector(".step-content").removeEventListener("scroll",w)}}),[]);var S=gc();return Object(c.createElement)("div",{className:"st-search-box-wrap",ref:A},Object(c.createElement)("div",{className:"st-search-filter st-search-box",ref:k},Object(c.createElement)(B,{value:Object(T.decodeEntities)(s),placeholder:Object(x.__)("Search for Starter Templates","astra-sites"),onSearch:function(t,e){g(e),p({type:"set",siteSearchTerm:e,onMyFavorite:yu.onMyFavorite,siteCategory:yu.siteCategory,siteType:yu.siteType,siteOrder:yu.siteOrder});var r=yc("s",e);S.push("?".concat(r))},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})}}})))},xc=function(t){var e=t.value,r=t.options,n=t.onClick,i=t.className,a=Object(h.useState)(!1),s=b()(a,2),o=s[0],l=s[1],u=Object(h.useRef)(),p=function(t){u&&!u.current.contains(t.target)&&l(!1)};return Object(h.useEffect)((function(){return document.getElementById("starter-templates-ai-root").addEventListener("click",p),function(){return document.getElementById("starter-templates-ai-root").removeEventListener("click",p)}}),[]),Object(c.createElement)(z,{ref:u,toggle:o,onToggle:function(t,e){l(e)},value:e,options:r,onClick:function(t,e){l(!1),n(t,e)},className:i||""})},Ec=function(){var t=C(),e=b()(t,2),r=e[0].siteType,n=e[1];return Object(c.createElement)(xc,{className:"site-type-filter",value:r,options:[{id:"",title:Object(x.__)("All","astra-sites")},{id:"agency-mini",title:Object(x.__)("Premium","astra-sites")}],onClick:function(t,e){n({type:"set",siteType:e.id,onMyFavorite:!1})}})},kc=function(){var t=C(),e=b()(t,2),r=e[0].siteOrder,n=e[1];return Object(c.createElement)(xc,{className:"site-order-filter",value:r,options:[{id:"popular",title:Object(x.__)("Popular","astra-sites")},{id:"latest",title:Object(x.__)("Latest","astra-sites")}],onClick:function(t,e){n({type:"set",siteOrder:e.id,onMyFavorite:!1})}})},Cc=function(){var t=C(),e=b()(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(x.__)("All","astra-sites"),slug:""},{id:"1",name:Object(x.__)("Blog","astra-sites"),slug:"Blog"},{id:"2",name:Object(x.__)("eCommerce","astra-sites"),slug:"eCommerce"},{id:"3",name:Object(x.__)("eLearning","astra-sites"),slug:"eLearning"},{id:"4",name:Object(x.__)("Restaurant","astra-sites"),slug:"Restaurant"},{id:"5",name:Object(x.__)("Agency","astra-sites"),slug:"Agency"},{id:"6",name:Object(x.__)("Local","astra-sites"),slug:"Local"},{id:"7",name:Object(x.__)("Business","astra-sites"),slug:"Business"},{id:"8",name:Object(x.__)("Professional","astra-sites"),slug:"Professional"}],s=gc();return Object(c.createElement)("div",{className:"st-category-filter"},Object(c.createElement)(L,{limit:i,value:r.id,options:a,onClick:function(t,e){n({type:"set",siteCategory:e,siteSearchTerm:"All"!==e.name?e.name:"",onMyFavorite:!1});var r=yc("s","All"!==e.name?e.name:"");s.push("?".concat(r))}}))},Ac=(r(73),function(){var t=C(),e=b()(t,1)[0].siteSearchTerm;return e?Object(c.createElement)("div",{className:"st-sites-no-results"},Object(c.createElement)("h4",null,Object(x.sprintf)(
4
  /* translators: %1$s - search term. */
5
+ Object(x.__)("Your search - %1$s - did not match any Starter Templates.","astra-sites"),Object(T.decodeEntities)(e)))):null}),wc=(r(74),function(){return Object(c.createElement)("div",{className:"st-no-favorites"},Object(c.createElement)("h3",null,Object(x.__)("No favorites added. Press the heart icon to add templates as favorites.","astra-sites")))}),Sc=function(t){var e=t.sites;return Object(c.createElement)(c.Fragment,null,Object(c.createElement)("div",{className:"st-sites-grid"},Object(c.createElement)("div",{className:"st-sites-found-message"},Object(x.__)("Other suggested Starter Templates","astra-sites")),Object(c.createElement)(ql,{sites:e})))};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 Oc(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){m()(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}var jc=(r(75),r(76),function(){return Object(c.createElement)("div",{className:"branding-wrap"},X()?Object(c.createElement)("h3",null,astraSitesVars.whiteLabelName):Object(c.createElement)(G,{className:"ist-logo",src:"".concat(starterTemplates.imageDir,"logo.svg"),alt:Object(x.__)("Starter Templates","astra-sites")}))}),Ic=function(){var t=C(),e=b()(t,2),r=e[0].builder,n=e[1],i=[{id:"gutenberg",title:Object(x.__)("Block Editor","astra-sites"),image:"".concat(starterTemplates.imageDir,"block-editor.svg")},{id:"elementor",title:Object(x.__)("Elementor","astra-sites"),image:"".concat(starterTemplates.imageDir,"elementor.svg")},{id:"beaver-builder",title:Object(x.__)("Beaver Builder","astra-sites"),image:"".concat(starterTemplates.imageDir,"beaver-builder.svg")}];return"1"===starterTemplates.isBrizyEnabled&&i.push({id:"brizy",title:Object(x.__)("Brizy","astra-sites"),image:"".concat(starterTemplates.imageDir,"brizy.svg")}),Object(c.createElement)("div",{className:"st-page-builder-filter"},Object(c.createElement)(xc,{value:r,options:i,className:"st-page-builder-toggle",onClick:function(t,e){n({type:"set",builder:e.id,siteCategory:yu.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})}}))},_c=(r(77),function(){return Object(c.createElement)("a",{className:"st-exit-to-dashboard",href:starterTemplates.adminUrl},Object(c.createElement)(D,{content:Object(x.__)("Exit to Dashboard","astra-sites")},E.dashboard))}),Fc=(r(78),function(){var t=C(),e=b()(t,2),r=e[0],n=e[1],i=r.onMyFavorite;return Object(c.createElement)("div",{className:"st-my-favorite ".concat(i?"active":""),onClick:function(t){t.stopPropagation(),n({type:"set",onMyFavorite:!i,siteType:"",siteOrder:yu.siteOrder,siteCategory:yu.siteCategory,siteSearchTerm:""})}},Object(c.createElement)(D,{content:Object(x.__)("My Favorite","astra-sites")},E.favorite))}),Tc=r(17),Mc=r.n(Tc);function Dc(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 Rc(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?Dc(Object(r),!0).forEach((function(e){m()(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):Dc(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}function Bc(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 Lc(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)?Lc(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 Lc(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 Vc=wp.ajax.post,Nc=[],zc=!1,Gc=function(t,e){var r=new FormData;return r.append(t,e),r},Hc=function(){var t=Dl()(Bl.a.mark((function t(){var e,r,n,i;return Bl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,t.next=3,fetch(ajaxurl,{method:"post",body:Gc("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,Nc=[],"updated"!==n){t.next=17;break}Nc.push(!0),zc=!0,t.next=52;break;case 17:return t.next=19,Uc();case 19:return i=t.sent,t.t0=Nc,t.next=23,Yc();case 23:return t.t1=t.sent,t.t0.push.call(t.t0,t.t1),t.t2=Nc,t.next=28,Jc();case 28:return t.t3=t.sent,t.t2.push.call(t.t2,t.t3),t.t4=Nc,t.next=33,Xc();case 33:return t.t5=t.sent,t.t4.push.call(t.t4,t.t5),t.t6=Nc,t.next=38,qc();case 38:return t.t7=t.sent,t.t6.push.call(t.t6,t.t7),t.t8=Nc,t.next=43,Wc();case 43:return t.t9=t.sent,t.t8.push.call(t.t8,t.t9),t.t10=Nc,t.next=48,Qc();case 48:t.t11=t.sent,t.t10.push.call(t.t10,t.t11),Nc.push(i),zc=!0;case 52:return t.abrupt("return",i);case 55:return t.prev=55,t.t12=t.catch(0),Nc.push(!1),zc=!0,t.abrupt("return",!1);case 60:case"end":return t.stop()}}),t,null,[[0,55]])})));return function(){return t.apply(this,arguments)}}(),Qc=function(){var t=Dl()(Bl.a.mark((function t(){return Bl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,t.next=3,fetch(ajaxurl,{method:"post",body:Gc("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)}}(),Wc=function(){var t=Dl()(Bl.a.mark((function t(){return Bl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,t.next=3,fetch(ajaxurl,{method:"post",body:Gc("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)}}(),qc=function(){var t=Dl()(Bl.a.mark((function t(){var e,r,n,i,a;return Bl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,t.next=3,fetch(ajaxurl,{method:"post",body:Gc("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)}}(),Xc=function(){var t=Dl()(Bl.a.mark((function t(){return Bl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,t.next=3,fetch(ajaxurl,{method:"post",body:Gc("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)}}(),Jc=function(){var t=Dl()(Bl.a.mark((function t(){return Bl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,t.next=3,fetch(ajaxurl,{method:"post",body:Gc("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)}}(),Yc=function(){var t=Dl()(Bl.a.mark((function t(){return Bl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,t.next=3,fetch(ajaxurl,{method:"post",body:Gc("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)}}(),Uc=function(){var t=Dl()(Bl.a.mark((function t(){var e,r,n,i,a;return Bl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,t.next=3,Vc({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=Bc(t);try{for(n.s();!(e=n.n()).done;){var i=e.value;"object"===Mc()(i.data)&&(r=Rc(Rc({},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)}}(),Kc=(r(79),function(){var t=Object(h.useState)(!1),e=b()(t,2),r=e[0],n=e[1],i=function(){if(Nc&&zc){var t=Nc.every(Boolean);return Nc=[],zc=!1,t}}(),a=function(){var t=Dl()(Bl.a.mark((function t(e){return Bl.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,Hc();case 6:n(!1);case 7:case"end":return t.stop()}}),t)})));return function(_x){return t.apply(this,arguments)}}();return Object(h.useEffect)((function(){if(r)return window.onbeforeunload=function(){return!0},function(){window.onbeforeunload=null}}),[r]),Object(c.createElement)(c.Fragment,null,Object(c.createElement)("div",{className:"st-sync-library ".concat(r?"loading":""),onClick:a},Object(c.createElement)(D,{content:Object(x.__)("Sync Library","astra-sites")},E.sync)),!r&&!0===i&&Object(c.createElement)(H,{type:"success",message:Object(x.__)("Library refreshed successfully","astra-sites"),autoHideDuration:5,bottomRight:!0}),!r&&!1===i&&Object(c.createElement)(H,{type:"error",message:Object(x.__)("Library refreshed failed!","astra-sites"),autoHideDuration:5,bottomRight:!0}))}),Zc=(r(80),function(){var t=C(),e=b()(t,2),r=e[0],n=r.selectedTemplateName,i=r.currentIndex,a=e[1];return Object(c.createElement)("div",{className:"change-template-wrap"},Object(c.createElement)("div",{className:"template-name"},Object(c.createElement)("p",{className:"label"},Object(x.__)("Selected Template:","astra-sites")),Object(c.createElement)("h5",null,Object(T.decodeEntities)(n))),Object(c.createElement)("div",{className:"change-btn-wrap",onClick:function(){J({param:"clearPreviewAssets",data:{}}),setTimeout((function(){a({type:"set",currentIndex:i-1,currentCustomizeIndex:0})}),300)}},Object(c.createElement)("span",{className:"change-btn"},E.cross)))}),$c=r(19),th=r.n($c),eh=starterTemplates.restNonce,rh=r(33),nh=r(34),ih=r(22);function ah(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 sh(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?ah(Object(r),!0).forEach((function(e){m()(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):ah(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}r(81);var oh=function(){var t=C(),e=b()(t,2),r=e[0],n=r.siteLogo,i=r.currentCustomizeIndex,a=r.currentIndex,s=e[1];Object(rh.addFilter)("editor.MediaUpload","core/edit-post/components/media-upload/replace-media-upload",(function(){return ih.MediaUpload}));var o=function(t){s({type:"set",siteLogo:t}),J({param:"siteLogo",data:t})},l=function(){o(yu.siteLogo)},u=function(t){var e=sh(sh({},n),{},{width:t});s({type:"set",siteLogo:e}),J({param:"siteLogo",data:e})},p=function(){s({type:"set",currentCustomizeIndex:i+1})},f=function(){J({param:"clearPreviewAssets",data:{}}),setTimeout((function(){s({type:"set",currentIndex:a-1,currentCustomizeIndex:0})}),300)},d=function(t){n.url&&(t.stopPropagation(),u(yu.siteLogo.width))};return Object(h.useEffect)((function(){if(astraSitesVars.isRTLEnabled){var t=document.querySelector(".components-range-control__wrapper"),e=t.children[3].style.left;t.children[3].style.marginRight="-10px",t.children[3].style.removeProperty("margin-left"),t.children[3].style.right=e,t.children[4].style.removeProperty("transform"),t.children[4].style.removeProperty("left"),t.children[4].style.right=e,t.children[4].style.transform="translateX(50%)"}})),Object(c.createElement)(ih.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,o(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):o(a)}(t)},allowedTypes:["image"],value:n.id,render:function(t){var e=t.open;return Object(c.createElement)(c.Fragment,null,""!==n.url&&void 0!==n.url?Object(c.createElement)("div",{className:"ist-logo-wrapper"},Object(c.createElement)("div",{className:"ist-remove-logo",onClick:l,title:Object(x.__)("Remove Logo","astra-sites")},Object(c.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"8",height:"8",viewBox:"0 0 8 8",fill:"#333333"},Object(c.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(c.createElement)("div",{className:"ist-selected-image",onClick:e},Object(c.createElement)("div",{onClick:e,className:"ist-logo-preview-wrap"},Object(c.createElement)("img",{alt:Object(x.__)("Site Logo","astra-sites"),src:n.url}),Object(c.createElement)("div",{className:"ist-change-logo",onClick:e},Object(x.__)("Change Logo","astra-sites"))))):"",""===n.url?Object(c.createElement)("div",null,Object(c.createElement)(I,{className:"ist-button ist-button-outline",onClick:e},Object(c.createElement)("h5",null,Object(x.__)("Upload File Here","astra-sites")),Object(c.createElement)("p",null,Object(x.__)("Suggested Dimensions: 180x60 pixels","astra-sites")))):"",""===n.url&&Object(c.createElement)("div",{className:"logo-skip-info"},Object(c.createElement)("h5",null,Object(x.__)("Don't have Logo? No Problem!","astra-sites")),Object(c.createElement)("p",null,Object(x.__)("You can upload it later","astra-sites"))),Object(c.createElement)("div",{className:"astra-sites-ai-logo-wrap"},Object(c.createElement)("div",{className:"label"},Object(x.__)("Logo Width","astra-sitess")),Object(c.createElement)("div",{className:"control-reset ".concat(n.width===yu.siteLogo.width?"disabled":""),onClick:d},E.reset)),Object(c.createElement)("div",{className:"astra-sites-ai-rangecontrol-wrap"},Object(c.createElement)(nh.RangeControl,{value:n.width,min:0,max:500,step:1,onChange:function(t){u(t)},trackColor:"#4361ee",disabled:""===n.url})),Object(c.createElement)(I,{className:"ist-button",onClick:p,after:!0},""!==n.url?Object(x.__)("Continue","astra-sites"):Object(x.__)("Skip & Continue","astra-sites")),Object(c.createElement)(F,{onClick:f},Object(x.__)("Back","astra-sites")))}})},lh=[{"body-font-family":"'Source Sans Pro', sans-serif","body-font-variant":"","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":"'Playfair Display', serif","headings-font-weight":700,"headings-line-height":"","headings-font-variant":""},{"body-font-family":"'Lato', sans-serif","body-font-variant":"","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":"'Poppins', sans-serif","headings-font-weight":700,"headings-line-height":"","headings-font-variant":""},{"body-font-family":"'Lato', sans-serif","body-font-variant":"","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":"'Montserrat', sans-serif","headings-font-weight":700,"headings-line-height":"","headings-font-variant":""},{"body-font-family":"'Karla', sans-serif","body-font-variant":"","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":700,"headings-line-height":"","headings-font-variant":""},{"body-font-family":"'Roboto', sans-serif","body-font-variant":"","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":"'Roboto Condensed', sans-serif","headings-font-weight":700,"headings-line-height":"","headings-font-variant":""},{"body-font-family":"'Inter', sans-serif","body-font-variant":"","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":"'Merriweather', serif","headings-font-weight":700,"headings-line-height":"","headings-font-variant":""},{"body-font-family":"'Open Sans', sans-serif","body-font-variant":"","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":"'Vollkorn', serif","headings-font-weight":700,"headings-line-height":"","headings-font-variant":""},{"body-font-family":"'Work Sans', sans-serif","body-font-variant":"","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":"'Open Sans', sans-serif","headings-font-weight":700,"headings-line-height":"","headings-font-variant":""}];function ch(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 hh(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?ch(Object(r),!0).forEach((function(e){m()(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):ch(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}function uh(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 ph=function(t,e){if(!t)return"";if(t){var r=t.match(/'([^']+)'/);return r?r[1]:"inherit"===t?e:t}return e||void 0},fh=function(){var t=C(),e=b()(t,2),r=e[0],n=r.typographyIndex,i=r.templateResponse,a=e[1],s=Object(h.useState)(lh),o=b()(s,2),l=o[0],u=o[1],p=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"]||[];["h1","h2","h3","h4","h5","h6"].forEach((function(t){e["font-family-"+t]=n["font-family-".concat(t)],e["font-weight-"+t]=n["font-weight-".concat(t)],e["text-transform-"+t]=n["text-transform-".concat(t)],e["line-height-"+t]=n["line-height-".concat(t)]}))}}return e}(i),f=Object(h.useState)(p),d=b()(f,1)[0];Object(h.useEffect)((function(){var t=document.getElementById("google-fonts-url");if(null!==i){var e=[],r=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}(i);if(e.push(r),!document.getElementById("google-fonts-domain")){var s=document.createElement("link");s.id="google-fonts-domain",s.setAttribute("rel","preconnect"),s.setAttribute("href","https://fonts.gstatic.com"),document.head.appendChild(s)}t&&t.remove();var o=document.createElement("link");o.id="google-fonts-url",o.setAttribute("rel","stylesheet");var c=[],h=r["body-font-family"]||"",p=parseInt(r["body-font-weight"])||"";p&&(p=":wght@".concat(p)),h&&(h=(h=ph(h)).replace(" ","+"),c.push("family=".concat(h).concat(p)));var f=r["headings-font-family"]||"",d=parseInt(r["headings-font-weight"])||"";d&&(d=":wght@".concat(d)),f&&(f=(f=ph(f,h)).replace(" ","+"),c.push("family=".concat(f).concat(d)));var g="";if(l){var y,v=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 uh(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)?uh(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}}}}(l);try{for(v.s();!(y=v.n()).done;){var b=y.value,x=ph(b["headings-font-family"]).replaceAll(" ","+"),E=b["headings-font-weight"],k=ph(b["body-font-family"]).replaceAll(" ","+"),C=b["body-font-weight"];g+="&family=".concat(x,":wght@").concat(E,"&family=").concat(k,":wght@").concat(C)}}catch(t){v.e(t)}finally{v.f()}g=g.replace(/[&]{1}$/i,"")}if(c){var A="https://fonts.googleapis.com/css2?".concat(c.join("&")).concat(g,"&display=swap");o.setAttribute("href",A),document.head.insertAdjacentElement("afterbegin",o)}0===n&&(m(r),a({type:"set",typography:r})),l=e.concat(l),u(l)}}),[i]);var m=function(t){var e=d?hh(hh({},t),d):t;J({param:"siteTypography",data:JSON.parse(JSON.stringify(e))})};return Object(c.createElement)("div",{className:"typography-section"},Object(c.createElement)(q,{selected:n,options:l,onSelect:function(t,e){var r=l[e]||l[0];m(r),a({type:"set",typographyIndex:e,typography:r})}}))},dh=[{slug:"style-1",title:Object(x.__)("Style 1","astra-sites"),colors:["#8E43F0","#7215EA","#FFFFFF","#EEEBF4","#150E1F","#494153","#000000","#4B4F58","#F6F7F8"]},{slug:"style-2",title:Object(x.__)("Style 2","astra-sites"),colors:["#EF4D48","#D90700","#FFFFFF","#EEEAEC","#2B161B","#3C2F32","#000000","#4B4F58","#F6F7F8"]},{slug:"style-3",title:Object(x.__)("Style 3","astra-sites"),colors:["#FF42B3","#FF0099","#FFFFFF","#EEEAEC","#2B161B","#3C2F32","#000000","#4B4F58","#F6F7F8"]},{slug:"style-4",title:Object(x.__)("Style 4","astra-sites"),colors:["#FF6A97","#FA036B","#FFFFFF","#EEEAEC","#2B161B","#3C2F32","#000000","#4B4F58","#F6F7F8"]},{slug:"style-5",title:Object(x.__)("Style 5","astra-sites"),colors:["#FF7A3D","#FF5100","#FFFFFF","#F1EDEB","#1E1810","#443D3A","#000000","#4B4F58","#F6F7F8"]},{slug:"style-6",title:Object(x.__)("Style 6","astra-sites"),colors:["#F9C349","#FFB100","#FFFFFF","#F0EFEC","#1E1810","#4D4A46","#000000","#4B4F58","#F6F7F8"]},{slug:"style-7",title:Object(x.__)("Style 7","astra-sites"),colors:["#30C7B5","#00AC97","#FFFFFF","#F0EFEC","#1E1810","#4D4A46","#000000","#4B4F58","#F6F7F8"]},{slug:"style-8",title:Object(x.__)("Style 8","astra-sites"),colors:["#1BAE70","#06752E","#FFFFFF","#EBECEB","#14261C","#3D4641","#000000","#4B4F58","#F6F7F8"]},{slug:"style-9",title:Object(x.__)("Style 9","astra-sites"),colors:["#2FE6FF","#00D0EC","#FFFFFF","#E8EBEC","#101218","#3B4244","#000000","#4B4F58","#F6F7F8"]},{slug:"style-10",title:Object(x.__)("Style 10","astra-sites"),colors:["#4175FC","#084AF3","#FFFFFF","#E8EBEC","#101218","#3B4244","#000000","#4B4F58","#F6F7F8"]}],mh=[{slug:"style-1",title:Object(x.__)("Style 1","astra-sites"),colors:["#8E43F0","#6300E2","#150E1F","#584D66","#F3F1F6","#FFFFFF","#000000","#4B4F58","#F6F7F8"]},{slug:"style-2",title:Object(x.__)("Style 2","astra-sites"),colors:["#EF4D48","#D90700","#2B161B","#453E3E","#F7F3F5","#FFFFFF","#000000","#4B4F58","#F6F7F8"]},{slug:"style-3",title:Object(x.__)("Style 3","astra-sites"),colors:["#FF42B3","#FF0099","#2B161B","#554B4E","#F6F3F5","#FFFFFF","#000000","#4B4F58","#F6F7F8"]},{slug:"style-4",title:Object(x.__)("Style 4","astra-sites"),colors:["#FF6A97","#FA036B","#2B161B","#645659","#F8F3F5","#FFFFFF","#000000","#4B4F58","#F6F7F8"]},{slug:"style-5",title:Object(x.__)("Style 5","astra-sites"),colors:["#FF7A3D","#FF5100","#1E1810","#575250","#F8F5F4","#FFFFFF","#000000","#4B4F58","#F6F7F8"]},{slug:"style-6",title:Object(x.__)("Style 6","astra-sites"),colors:["#F9C349","#FFB100","#1E1810","#62615C","#F8F7F3","#FFFFFF","#000000","#4B4F58","#F6F7F8"]},{slug:"style-7",title:Object(x.__)("Style 7","astra-sites"),colors:["#30C7B5","#00AC97","#14261C","#4F5655","#F3F6F3","#FFFFFF","#000000","#4B4F58","#F6F7F8"]},{slug:"style-8",title:Object(x.__)("Style 8","astra-sites"),colors:["#1BAE70","#06752E","#14261C","#4E5652","#F4F6F4","#FFFFFF","#000000","#4B4F58","#F6F7F8"]},{slug:"style-9",title:Object(x.__)("Style 9","astra-sites"),colors:["#2FC1FF","#08ACF2","#101218","#4C5253","#F3F6F6","#FFFFFF","#000000","#4B4F58","#F6F7F8"]},{slug:"style-10",title:Object(x.__)("Style 10","astra-sites"),colors:["#4175FC","#084AF3","#101218","#494B51","#F3F5F5","#FFFFFF","#000000","#4B4F58","#F6F7F8"]}],gh=[{content:function(){var t=C(),e=b()(t,2),r=e[0],n=r.licenseStatus,i=r.selectedTemplateType,a=e[1];return Object(h.useEffect)((function(){a({type:"set",designStep:1})}),[]),Object(c.createElement)(c.Fragment,null,Object(c.createElement)(Zc,null),Object(c.createElement)("div",{className:"customizer-header"},Object(c.createElement)("div",{className:"header-name"},!n&&"free"!==i&&Object(c.createElement)("p",{className:"premium-notice"},Object(x.__)("This is a Premium Template","astra-sites")),Object(c.createElement)("h3",{className:"ist-customizer-heading"},Object(x.__)("Logo","astra-sites")),Object(c.createElement)("p",{className:"screen-description"},Object(x.__)("Choose logo for your site. You can update it anytime later.","astra-sites")))))},controls:function(){return Object(c.createElement)(c.Fragment,null,Object(c.createElement)(oh,null))},class:"customize-business-logo"},{content:function(){var t=C(),e=b()(t,2),r=e[0],n=r.licenseStatus,i=r.selectedTemplateType,a=r.builder,s=e[1];return Object(h.useEffect)((function(){s({type:"set",designStep:2})}),[]),Object(c.createElement)(c.Fragment,null,Object(c.createElement)(Zc,null),Object(c.createElement)("div",{className:"customizer-header"},Object(c.createElement)("div",{className:"header-name"},!n&&"free"!==i&&Object(c.createElement)("p",{className:"premium-notice"},Object(x.__)("This is a Premium Template","astra-sites")),Object(c.createElement)("h3",{className:"ist-customizer-heading"},"beaver-builder"===a||"brizy"===a?Object(x.__)("Fonts","astra-sites"):Object(x.__)("Colors & Fonts","astra-sites")),Object(c.createElement)("p",{className:"screen-description"},Object(x.__)("Choose colors and fonts for your site. You can update them anytime later.","astra-sites")))))},controls:function(){var t=C(),e=b()(t,2),r=e[0],n=r.activePaletteSlug,i=r.templateResponse,a=r.builder,s=e[1],o=Object(h.useState)([]),l=b()(o,2),u=l[0],p=l[1],f=Object(h.useState)(mh),d=b()(f,2),m=d[0],g=d[1],y=function(t,e){e&&(s({type:"set",activePaletteSlug:e.slug,activePalette:e}),J({param:"colorPalette",data:e}))};Object(h.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(x.__)("DEFAULT COLORS","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)?mh:dh;g(e)}),[i]);var v=function(t){y(0,Object.values(u)[0])};return Object(c.createElement)(c.Fragment,null,Object(c.createElement)((function(){return"beaver-builder"===a||"brizy"===a?null:Object(c.createElement)("div",{className:"colors-section"},Object(c.createElement)("div",{className:"d-flex-space-between"},Object(c.createElement)("h4",null,Object(x.__)("Change Colors","astra-sites")),Object(c.createElement)("div",{className:"customize-reset-btn ".concat("default"===n?"disabled":"active"),onClick:v},E.reset)),u?Object(c.createElement)(c.Fragment,null,Object(c.createElement)(_,{selected:n,options:u,onChange:function(t,e){y(0,e)},tabIndex:"0",type:"default"})):"",Object(c.createElement)(_,{selected:n,options:m,onChange:function(t,e){y(0,e)},tabIndex:"0",type:"others"}))}),null),Object(c.createElement)(fh,null))},actions:null,class:"customize-typography-colors"},{content:function(){var t=C(),e=b()(t,2),r=e[0].builder,n=e[1];Object(h.useEffect)((function(){n({type:"set",designStep:2})}),[]);var i=Object(x.__)("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(c.createElement)(c.Fragment,null,Object(c.createElement)(Zc,null),Object(c.createElement)("div",{className:"customizer-header"},Object(c.createElement)("div",{className:"header-name"},Object(c.createElement)("h3",{className:"ist-customizer-heading"},Object(x.__)("Liked this Starter Template?","astra-sites")),Object(c.createElement)("p",{className:"screen-description",dangerouslySetInnerHTML:{__html:i}}),Object(c.createElement)(I,{className:"st-access-btn",onClick:function(){window.open(astraSitesVars.cta_links[r])}},Object(x.__)("Unlock Access","astra-sites"),Object(c.createElement)("img",{className:"st-get-access",alt:"Get Access",src:"".concat(starterTemplates.imageDir,"get-access.svg")})))))},controls:function(){var t=C(),e=b()(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],u=Object(h.useState)(""),p=b()(u,2),f=p[0],d=p[1],m=Object(h.useState)(!1),g=b()(m,2),y=g[0],v=g[1],k=Object(h.useState)(""),A=b()(k,2),w=A[0],S=A[1];Object(h.useEffect)((function(){a&&l({type:"set",currentIndex:s+2})}),[a]);var P=y?"processing":"",O=Object(x.sprintf)(//translators: %1$s Support page URL.
6
  Object(x.__)("<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(x.sprintf)(//translators: %1$s Store page URL.
7
  Object(x.__)("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(c.createElement)(c.Fragment,null,Object(c.createElement)("h4",null,Object(x.__)("Already a customer?","astra-sites")),o&&Object(c.createElement)("p",{className:"customer-notices"},Object(x.__)("If you have purchased our Essential or Growth Bundle, just enter your license key below to import this template.","astra-sites")),!o&&Object(c.createElement)(c.Fragment,null,Object(c.createElement)("p",{className:"customer-notices",dangerouslySetInnerHTML:{__html:j}}),Object(c.createElement)("p",{className:"customer-notices"},Object(x.__)("Currently the free version is installed.","astra-sites"))),Object(c.createElement)("p",{className:"support-link",dangerouslySetInnerHTML:{__html:O}}),o&&Object(c.createElement)("div",{className:"license-wrap"},Object(c.createElement)("input",{type:"text",className:"license-key-input",name:"license-key",placeholder:Object(x.__)("License key","astra-sites"),required:!0,onChange:function(t){S(t.target.value),d("")}}),Object(c.createElement)(I,{className:"validate-btn ".concat(P),onClick:function(){""!==w?(v(!0),th.a.use(th.a.createNonceMiddleware(eh)),th()({path:"/bsf-core/v1/license/activate",method:"POST",data:{"license-key":w,"product-id":"astra-pro-sites"}}).then(function(){var e=Dl()(Bl.a.mark((function e(r){return Bl.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(!r.success){e.next=7;break}return e.next=3,Ll(n,t);case 3:Vl(t),l({type:"set",licenseStatus:!0,currentIndex:s+1}),e.next=8;break;case 7:d(r.message);case 8:v(!1);case 9:case"end":return e.stop()}}),e)})));return function(_x){return e.apply(this,arguments)}}())):d(Object(x.__)("Please Enter License Key","astra-sites"))}},E.arrowRightBold)),Object(c.createElement)(F,{onClick:function(){l({type:"set",currentCustomizeIndex:i-1})},customizeStep:!0},Object(x.__)("Back","astra-sites")),f&&!y&&Object(c.createElement)(H,{type:"error",message:f,autoHideDuration:5}))},actions:null,class:"customize-license-validation"}],yh=r(35),vh=r.n(yh),bh=r(23),xh=r.n(bh),Eh=r(24),kh=r.n(Eh);function Ch(){return(Ch=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 Ah(t,e){return t(e={exports:{}},e.exports),e.exports}var wh="function"==typeof Symbol&&Symbol.for,Sh=wh?Symbol.for("react.element"):60103,Ph=wh?Symbol.for("react.portal"):60106,Oh=wh?Symbol.for("react.fragment"):60107,jh=wh?Symbol.for("react.strict_mode"):60108,Ih=wh?Symbol.for("react.profiler"):60114,_h=wh?Symbol.for("react.provider"):60109,Fh=wh?Symbol.for("react.context"):60110,Th=wh?Symbol.for("react.async_mode"):60111,Mh=wh?Symbol.for("react.concurrent_mode"):60111,Dh=wh?Symbol.for("react.forward_ref"):60112,Rh=wh?Symbol.for("react.suspense"):60113,Bh=wh?Symbol.for("react.suspense_list"):60120,Lh=wh?Symbol.for("react.memo"):60115,Vh=wh?Symbol.for("react.lazy"):60116,Nh=wh?Symbol.for("react.block"):60121,zh=wh?Symbol.for("react.fundamental"):60117,Gh=wh?Symbol.for("react.responder"):60118,Hh=wh?Symbol.for("react.scope"):60119;function Qh(t){if("object"==typeof t&&null!==t){var e=t.$$typeof;switch(e){case Sh:switch(t=t.type){case Th:case Mh:case Oh:case Ih:case jh:case Rh:return t;default:switch(t=t&&t.$$typeof){case Fh:case Dh:case Vh:case Lh:case _h:return t;default:return e}}case Ph:return e}}}function Wh(t){return Qh(t)===Mh}var qh={AsyncMode:Th,ConcurrentMode:Mh,ContextConsumer:Fh,ContextProvider:_h,Element:Sh,ForwardRef:Dh,Fragment:Oh,Lazy:Vh,Memo:Lh,Portal:Ph,Profiler:Ih,StrictMode:jh,Suspense:Rh,isAsyncMode:function(t){return Wh(t)||Qh(t)===Th},isConcurrentMode:Wh,isContextConsumer:function(t){return Qh(t)===Fh},isContextProvider:function(t){return Qh(t)===_h},isElement:function(t){return"object"==typeof t&&null!==t&&t.$$typeof===Sh},isForwardRef:function(t){return Qh(t)===Dh},isFragment:function(t){return Qh(t)===Oh},isLazy:function(t){return Qh(t)===Vh},isMemo:function(t){return Qh(t)===Lh},isPortal:function(t){return Qh(t)===Ph},isProfiler:function(t){return Qh(t)===Ih},isStrictMode:function(t){return Qh(t)===jh},isSuspense:function(t){return Qh(t)===Rh},isValidElementType:function(t){return"string"==typeof t||"function"==typeof t||t===Oh||t===Mh||t===Ih||t===jh||t===Rh||t===Bh||"object"==typeof t&&null!==t&&(t.$$typeof===Vh||t.$$typeof===Lh||t.$$typeof===_h||t.$$typeof===Fh||t.$$typeof===Dh||t.$$typeof===zh||t.$$typeof===Gh||t.$$typeof===Hh||t.$$typeof===Nh)},typeOf:Qh};Ah((function(t,e){})),Ah((function(t){t.exports=qh})),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 Xh(){}function Jh(){}Function.call.bind(Object.prototype.hasOwnProperty),Jh.resetWarningCache=Xh;var Yh,Uh,Kh=Ah((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:Jh,resetWarningCache:Xh};return r.PropTypes=r,r}()})),Zh=(Yh=vh.a,(Uh=Object(h.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,p=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(h.useRef)(),E=Object(h.useRef)(),k=Object(h.useState)(!1),C=k[0],A=k[1],w=Object(h.useState)(s),S=w[0],P=w[1];Object(h.useEffect)((function(){xh()(S,s)||P(s)}),[s,S]);var O=Object(h.useState)(p),j=O[0],I=O[1];Object(h.useEffect)((function(){xh()(j,p)||I(p)}),[p,j]),Object(h.useEffect)((function(){return function(){return E.current.removeEventListener("complete",m)}}),[m]),Object(h.useEffect)((function(){return function(){return E.current.removeEventListener("loopComplete",g)}}),[g]),Object(h.useEffect)((function(){return function(){return E.current.removeEventListener("enterFrame",y)}}),[y]),Object(h.useEffect)((function(){return function(){return E.current.removeEventListener("segmentStart",v)}}),[v]),Object(h.useEffect)((function(){function t(){A(!0),d()}return E.current=Yh.loadAnimation({animationData:null==e||"object"!=typeof e?e:"object"==typeof e.default?kh()(e.default):kh()(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(h.useEffect)((function(){E.current.addEventListener("complete",m)}),[m]),Object(h.useEffect)((function(){E.current.addEventListener("loopComplete",g)}),[g]),Object(h.useEffect)((function(){E.current.addEventListener("enterFrame",y)}),[y]),Object(h.useEffect)((function(){E.current.addEventListener("segmentStart",v)}),[v]),Object(h.useEffect)((function(){C&&(E.current.loop=c)}),[C,c]);var _=Object(h.useRef)(!1);return Object(h.useEffect)((function(){function t(t){E.current.goToAndPlay(t,!0),E.current.setDirection(a)}C&&(!0===n?S?(E.current.playSegments(S,!0),_.current=!0,-1===a&&t(S[1])):(_.current&&E.current.resetSegments(!0),_.current=!1,-1===a?t(E.current.getDuration(!0)):E.current.play()):!1===n&&E.current.pause())}),[n,S,C]),Object(h.useEffect)((function(){C&&(Number.isNaN(i)||E.current.setSpeed(i))}),[i,C]),Object(h.useEffect)((function(){C&&E.current.setDirection(a)}),[a,C]),Object(h.useEffect)((function(){C&&null!=o&&(n?E.current.goToAndPlay(o,!0):E.current.goToAndStop(o,!0))}),[o,n,C]),u.a.createElement("div",Ch({},b,{ref:x}))}))).propTypes={animationData:Kh.object,path:Kh.string,play:Kh.bool,goTo:Kh.number,speed:Kh.number,direction:Kh.number,loop:Kh.oneOfType([Kh.number,Kh.bool]),segments:Kh.oneOfType([Kh.arrayOf(Kh.number),Kh.bool]),rendererSettings:Kh.object,renderer:Kh.string,audioFactory:Kh.func,onComplete:Kh.func,onLoopComplete:Kh.func,onEnterFrame:Kh.func,onSegmentStart:Kh.func},Uh.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(){}},Uh),$h=function(){var t=C(),e=b()(t,1)[0],r=e.importPercent,n=e.importStatus,i=100===r?"import-done":"",a="",s="";return r<=25&&(a="import-1",s=Object(x.__)("1. Installing required theme, plugins, forms, etc","astra-sites")),r>25&&r<=50&&(a="import-2",s=Object(x.__)("2. Importing pages, menus, posts, etc","astra-sites")),r>50&&r<=75&&(a="import-3",s=Object(x.__)("3. Setting up customizer settings and the site settings","astra-sites")),r>75&&r<=100&&(a="import-4",s=Object(x.__)("4. Finalizing last few settings","astra-sites")),Object(c.createElement)("div",{className:"ist-import-progress"},Object(c.createElement)("div",{className:"ist-import-progress-info"},Object(c.createElement)("div",{className:"ist-import-progress-info-text ".concat(i)},Object(c.createElement)("span",{className:"ist-import-text-inner"},s),Object(c.createElement)("span",{className:"ist-import-done-inner"},Object(x.__)("Done ","astra-sites"),E.tada)),Object(c.createElement)("div",{className:"ist-import-progress-info-precent"},r,"%")),Object(c.createElement)("div",{className:"ist-import-progress-bar-wrap"},Object(c.createElement)("div",{className:"ist-import-progress-bar-bg"},Object(c.createElement)("div",{className:"ist-import-progress-bar ".concat(i," ").concat(a)})),Object(c.createElement)("div",{className:"import-progress-gap"},Object(c.createElement)("span",null),Object(c.createElement)("span",null),Object(c.createElement)("span",null))),Object(c.createElement)("div",{className:"ist-import-progress-info"},Object(c.createElement)("div",{className:"ist-import-progress-info-text ".concat(i)},Object(c.createElement)("span",{className:"import-status-string"},Object(c.createElement)("p",null,n+Object(T.decodeEntities)("&nbsp;"))),Object(c.createElement)("span",{className:"import-done-counter"},Object(c.createElement)("p",null,Object(x.__)("Redirecting you in ","astra-sites"),Object(c.createElement)("span",{id:"redirect-counter"},Object(x.__)("3 seconds…","astra-sites")))))))},tu=(r(83),function(){var t=C(),e=b()(t,2),r=e[0],n=r.importErrorMessages,i=r.importPercent,a=r.currentIndex,s=r.tryAgainCount,o=r.templateId,l=e[1],h=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(c.createElement)("div",{className:"ist-import-error"},Object(c.createElement)("div",{className:"ist-import-progress-info"},Object(c.createElement)("div",{className:"ist-import-progress-info-text label-text"},Object(x.__)("Error Occured!","astra-sites")),Object(c.createElement)("div",{className:"ist-import-progress-info-precent"},i,"%")),Object(c.createElement)("div",{className:"ist-import-progress-bar-wrap"},Object(c.createElement)("div",{className:"ist-import-progress-bar-bg"},Object(c.createElement)("div",{className:"ist-import-progress-bar ".concat(u)})),Object(c.createElement)("div",{className:"import-progress-gap"},Object(c.createElement)("span",null),Object(c.createElement)("span",null),Object(c.createElement)("span",null))),Object(c.createElement)("div",{className:"ist-import-error-wrap ist-import-error-primary-wrap"},n.primaryText&&Object(c.createElement)("p",{className:"website-import-subtitle"},n.primaryText)),Object(c.createElement)("div",{className:"ist-import-error-box"},Object(c.createElement)("div",{className:"ist-import-error-wrap ist-import-error-secondary-wrap"},n.errorText&&"object"!==Mc()(n.errorText)&&Object(c.createElement)("p",null,n.errorText),n.errorText&&"object"===Mc()(n.errorText)&&Object(c.createElement)("div",null,Object(c.createElement)("pre",null,JSON.stringify(n.errorText,void 0,2))))),Object(c.createElement)("div",null,n.secondaryText&&Object(c.createElement)("p",{dangerouslySetInnerHTML:{__html:n.secondaryText}}),n.solutionText&&Object(c.createElement)("p",{className:"ist-import-error-solution",dangerouslySetInnerHTML:{__html:n.solutionText}}),!n.solutionText&&!n.tryAgain||n.tryAgain&&s>1&&Object(c.createElement)("p",{className:"ist-import-error-solution"},Object(T.decodeEntities)(Object(x.__)("Please report this error&nbsp;","astra-sites")),Object(c.createElement)("a",{href:h,target:"_blank",rel:"noreferrer"},"here"),Object(T.decodeEntities)(Object(x.__)("&nbsp;so we can fix it.","astra-sites")))),n.tryAgain&&s<4&&Object(c.createElement)(I,{className:"ist-button",after:!0,onClick:function(){l({type:"set",importErrorMessages:{},importErrorResponse:[],importError:!1,tryAgainCount:s+1,xmlImportDone:!1,resetData:[],importStart:!1,importEnd:!1,importPercent:0,requiredPluginsDone:!1,notInstalledList:[],notActivatedList:[],currentIndex:a-1})}},Object(x.__)("Try Importing Again","astra-sites")))}),eu=r(36),ru={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(x.__)("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)}},nu=(r(84),function(){var t=C(),e=b()(t,2),r=e[0],n=r.importStart,i=r.importEnd,a=r.importPercent,s=r.templateResponse,o=r.reset,l=r.themeStatus,u=r.currentIndex,p=r.importError,f=r.siteLogo,d=r.activePalette,m=r.typography,g=r.customizerImportFlag,y=r.widgetImportFlag,v=r.contentImportFlag,E=r.themeActivateFlag,k=r.requiredPluginsDone,w=r.requiredPlugins,S=r.notInstalledList,P=r.notActivatedList,O=r.tryAgainCount,j=r.xmlImportDone,I=e[1],_=a,T=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]:"";I({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"),M(t,e,r,n,i,a,O)},M=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]:"",o=new FormData;o.append("action","report_error"),o.append("error",JSON.stringify({primaryText:t,secondaryText:e,errorCode:n,errorText:r,solutionText:i,tryAgain:!0,stack:a,tryAgainCount:O})),o.append("id",s.id),o.append("plugins",JSON.stringify(w)),fetch(ajaxurl,{method:"post",body:o})},D=function(){var t=Dl()(Bl.a.mark((function t(){return Bl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,B();case 2:return t.next=4,Q();case 4:return t.next=6,W();case 6:return t.next=8,q();case 8:return t.next=10,X();case 10:case"end":return t.stop()}}),t)})));return function(){return t.apply(this,arguments)}}(),R=function(){var t=Dl()(Bl.a.mark((function t(){return Bl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,Y();case 2:return t.next=4,U();case 4:return t.next=6,K();case 6:Z();case 7:case"end":return t.stop()}}),t)})));return function(){return t.apply(this,arguments)}}(),B=function(){var t=Dl()(Bl.a.mark((function t(){return Bl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(o){t.next=2;break}return t.abrupt("return");case 2:return _+=2,I({type:"set",importStatus:Object(x.__)("Reseting site.","astra-sites"),importPercent:_}),t.next=6,V();case 6:return t.next=8,N();case 8:return t.next=10,z();case 10:return t.next=12,G();case 12:return t.next=14,H();case 14:I({type:"set",importPercent:_+=10,importStatus:Object(x.__)("Reset for old website is done.","astra-sites")});case 16:case"end":return t.stop()}}),t)})));return function(){return t.apply(this,arguments)}}(),L=function(){var t=Dl()(Bl.a.mark((function t(e){var r,n;return Bl.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),I({type:"set",importStatus:Object(x.__)("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=[],r=!1;try{var n=JSON.parse(t);e=n,n.success&&I({type:"set",importPercent:(_+=2)<=70?_:70})}catch(e){T(Object(x.__)("Resetting posts failed.","astra-sites"),"",e,"","",t),r=!0}if(!e.success&&!1===r)throw e.data})).catch((function(t){T(Object(x.__)("Resetting posts failed.","astra-sites"),"",null==t?void 0:t.message,"","",t)}));case 10:case"end":return t.stop()}}),t)})));return function(_x){return t.apply(this,arguments)}}(),V=function(){var t=Dl()(Bl.a.mark((function t(){var e;return Bl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return I({type:"set",importStatus:Object(x.__)("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=[],r=!1;try{var n=JSON.parse(t);e=n,n.success&&I({type:"set",importPercent:_+=2})}catch(e){T(Object(x.__)("Resetting customizer failed.","astra-sites"),"",null==e?void 0:e.message,"","",t),r=!0}if(!e.success&&!1===r)throw e.data})).catch((function(t){T(Object(x.__)("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)}}(),N=function(){var t=Dl()(Bl.a.mark((function t(){var e;return Bl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return I({type:"set",importStatus:Object(x.__)("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=[],r=!1;try{var n=JSON.parse(t);e=n,n.success&&I({type:"set",importPercent:_+=2})}catch(e){T(Object(x.__)("Resetting site options Failed.","astra-sites"),"",null==e?void 0:e.message,"","",t),r=!0}if(!1===e.success&&!1===r)throw e.data})).catch((function(t){T(Object(x.__)("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)}}(),z=function(){var t=Dl()(Bl.a.mark((function t(){var e;return Bl.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),I({type:"set",importStatus:Object(x.__)("Resetting widgets.","astra-sites")}),t.next=6,fetch(ajaxurl,{method:"post",body:e}).then((function(t){return t.text()})).then((function(t){var e=[],r=!1;try{var n=JSON.parse(t);e=n,n.success&&I({type:"set",importPercent:_+=2})}catch(e){T(Object(x.__)("Resetting widgets JSON parse failed.","astra-sites"),"",e,"","",t),r=!0}if(!e.success&&!1===r)throw e.data})).catch((function(t){T(Object(x.__)("Resetting widgets failed.","astra-sites"),"",t,"","",t)}));case 6:case"end":return t.stop()}}),t)})));return function(){return t.apply(this,arguments)}}(),G=function(){var t=Dl()(Bl.a.mark((function t(){var e;return Bl.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),I({type:"set",importStatus:Object(x.__)("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=[],r=!1;try{var n=JSON.parse(t);e=n,n.success&&I({type:"set",importPercent:_+=2})}catch(e){T(Object(x.__)("Resetting terms and forms failed.","astra-sites"),"",e,"","",t),r=!0}if(!e.success&&!1===r)throw e.data})).catch((function(t){T(Object(x.__)("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)}}(),H=function(){var t=Dl()(Bl.a.mark((function t(){var e;return Bl.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),I({type:"set",importStatus:Object(x.__)("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=Dl()(Bl.a.mark((function t(e){var r,n;return Bl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(!e.success){t.next=10;break}if(!((r=Hl(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,L(r[n]);case 7:n++,t.next=4;break;case 10:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}());case 6:I({type:"set",importStatus:Object(x.__)("Resetting posts done.","astra-sites")});case 7:case"end":return t.stop()}}),t)})));return function(){return t.apply(this,arguments)}}(),Q=function(){var t=Dl()(Bl.a.mark((function t(){var e,r;return Bl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(!p){t.next=2;break}return t.abrupt("return");case 2:if(""!==(e=encodeURI(s["astra-site-cartflows-path"])||"")&&"null"!==e){t.next=5;break}return t.abrupt("return");case 5:return I({type:"set",importStatus:Object(x.__)("Importing CartFlows flows.","astra-sites")}),(r=new FormData).append("action","astra-sites-import-cartflows"),r.append("cartflows_url",e),r.append("_ajax_nonce",astraSitesVars._ajax_nonce),t.next=12,fetch(ajaxurl,{method:"post",body:r}).then((function(t){return t.text()})).then((function(t){var e=[],r=!1;try{var n=JSON.parse(t);e=n,n.success&&I({type:"set",importPercent:_+=2})}catch(e){T(Object(x.__)("Importing CartFlows flows failed due to parse JSON error.","astra-sites"),"",e,"","",t),r=!0}if(!1===e.success&&!1===r)throw e.data})).catch((function(t){T(Object(x.__)("Importing CartFlows flows Failed.","astra-sites"),"",t)}));case 12:case"end":return t.stop()}}),t)})));return function(){return t.apply(this,arguments)}}(),W=function(){var t=Dl()(Bl.a.mark((function t(){var e,r;return Bl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(!p){t.next=2;break}return t.abrupt("return");case 2:if(""!==(e=encodeURI(s["astra-site-wpforms-path"])||"")&&"null"!==e){t.next=5;break}return t.abrupt("return");case 5:return I({type:"set",importStatus:Object(x.__)("Importing forms.","astra-sites")}),(r=new FormData).append("action","astra-sites-import-wpforms"),r.append("wpforms_url",e),r.append("_ajax_nonce",astraSitesVars._ajax_nonce),t.next=12,fetch(ajaxurl,{method:"post",body:r}).then((function(t){return t.text()})).then((function(t){var e=[],r=!1;try{var n=JSON.parse(t);e=n,n.success&&I({type:"set",importPercent:_+=2})}catch(e){T(Object(x.__)("Importing forms failed due to parse JSON error.","astra-sites"),"",e,"","",t),r=!0}if(!1===e.success&&!1===r)throw e.data})).catch((function(t){T(Object(x.__)("Importing forms Failed.","astra-sites"),"",t)}));case 12:case"end":return t.stop()}}),t)})));return function(){return t.apply(this,arguments)}}(),q=function(){var t=Dl()(Bl.a.mark((function t(){var e;return Bl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(!p){t.next=2;break}return t.abrupt("return");case 2:if(g){t.next=6;break}return I({type:"set",importPercent:_+=5}),t.abrupt("return");case 6:return I({type:"set",importStatus:Object(x.__)("Importing forms.","astra-sites")}),(e=new FormData).append("action","astra-sites-import-customizer-settings"),e.append("_ajax_nonce",astraSitesVars._ajax_nonce),t.next=12,fetch(ajaxurl,{method:"post",body:e}).then((function(t){return t.text()})).then((function(t){var e=[],r=!1;try{var n=JSON.parse(t);e=n,n.success&&I({type:"set",importPercent:_+=5})}catch(e){T(Object(x.__)("Importing Customizer failed due to parse JSON error.","astra-sites"),"",e,"","",t),r=!0}if(!1===e.success&&!1===r)throw e.data})).catch((function(t){T(Object(x.__)("Importing Customizer Failed.","astra-sites"),"",t)}));case 12:case"end":return t.stop()}}),t)})));return function(){return t.apply(this,arguments)}}(),X=function(){var t=Dl()(Bl.a.mark((function t(){var e,r,n;return Bl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(!p){t.next=2;break}return t.abrupt("return");case 2:if(v){t.next=6;break}return I({type:"set",importPercent:_+=20,xmlImportDone:!0}),t.abrupt("return");case 6:if("null"!==(e=encodeURI(s["astra-site-wxr-path"])||"")&&""!==e){t.next=11;break}return r=Object(x.__)("The XML URL for the site content is empty.","astra-sites"),T(Object(x.__)("Importing Site Content Failed","astra-sites"),"",r,"",astraSitesVars.support_text,e),t.abrupt("return");case 11:return I({type:"set",importStatus:Object(x.__)("Importing Site Content.","astra-sites")}),(n=new FormData).append("action","astra-sites-import-prepare-xml"),n.append("wxr_url",e),n.append("_ajax_nonce",astraSitesVars._ajax_nonce),t.next=18,fetch(ajaxurl,{method:"post",body:n}).then((function(t){return t.text()})).then((function(t){try{var e=JSON.parse(t);if(I({type:"set",importPercent:(_+=2)<=80?_:80}),!1===e.success)throw e.data.error||e.data;J(e.data)}catch(e){T(Object(x.__)("Importing Site Content failed due to parse JSON error.","astra-sites"),"",e,"","",t)}})).catch((function(t){T(Object(x.__)("Importing Site Content Failed.","astra-sites"),"",t)}));case 18:case"end":return t.stop()}}),t)})));return function(){return t.apply(this,arguments)}}(),J=function(t){ru.data=t,ru.render(I,_);var e=new EventSource(ru.data.url);e.onmessage=function(t){var r=JSON.parse(t.data);switch(r.action){case"updateDelta":ru.updateDelta(r.type,r.delta);break;case"complete":!1===r.error?(e.close(),I({type:"set",xmlImportDone:!0})):T(astraSitesVars.xml_import_interrupted_primary,"",astraSitesVars.xml_import_interrupted_error,"",astraSitesVars.xml_import_interrupted_secondary)}},e.onerror=function(t){e.close(),T(Object(x.__)("Importing Site Content Failed. - Import Process Interrupted","astra-sites"),"",t)},e.addEventListener("log",(function(t){var e=JSON.parse(t.data),r=e.message||"";r&&"info"===e.level&&(r=r.replace(/"/g,(function(){return""}))),I({type:"set",importStatus:Object(x.sprintf)(// translators: Response importMessage
8
  Object(x.__)("Importing - %1$s","astra-sites"),r)})}))},Y=function(){var t=Dl()(Bl.a.mark((function t(){var e;return Bl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(!p){t.next=2;break}return t.abrupt("return");case 2:return I({type:"set",importStatus:Object(x.__)("Importing Site Options.","astra-sites")}),(e=new FormData).append("action","astra-sites-import-options"),e.append("_ajax_nonce",astraSitesVars._ajax_nonce),t.next=8,fetch(ajaxurl,{method:"post",body:e}).then((function(t){return t.text()})).then((function(t){var e=[],r=!1;try{var n=JSON.parse(t);e=n,n.success&&I({type:"set",importPercent:_+=5})}catch(e){T(Object(x.__)("Importing Site Options failed due to parse JSON error.","astra-sites"),"",e,"","",t),r=!0}if(!1===e.success&&!1===r)throw e.data})).catch((function(t){T(Object(x.__)("Importing Site Options Failed.","astra-sites"),"",t)}));case 8:case"end":return t.stop()}}),t)})));return function(){return t.apply(this,arguments)}}(),U=function(){var t=Dl()(Bl.a.mark((function t(){var e,r;return Bl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(!p){t.next=2;break}return t.abrupt("return");case 2:if(y){t.next=5;break}return I({type:"set",importPercent:90}),t.abrupt("return");case 5:return I({type:"set",importStatus:Object(x.__)("Importing Widgets.","astra-sites")}),e=s["astra-site-widgets-data"]||"",(r=new FormData).append("action","astra-sites-import-widgets"),r.append("widgets_data",e),r.append("_ajax_nonce",astraSitesVars._ajax_nonce),t.next=13,fetch(ajaxurl,{method:"post",body:r}).then((function(t){return t.text()})).then((function(t){var e=[],r=!1;try{var n=JSON.parse(t);e=n,n.success&&I({type:"set",importPercent:90})}catch(e){T(Object(x.__)("Importing Widgets failed due to parse JSON error.","astra-sites"),"",e,"","",t),r=!0}if(!1===e.success&&!1===r)throw e.data})).catch((function(t){T(Object(x.__)("Importing Widgets Failed.","astra-sites"),"",t)}));case 13:case"end":return t.stop()}}),t)})));return function(){return t.apply(this,arguments)}}(),K=function(){var t=Dl()(Bl.a.mark((function t(){return Bl.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(!p){t.next=2;break}return t.abrupt("return");case 2:return t.next=4,Nl(f);case 4:return t.next=6,zl(JSON.stringify(d));case 6:return t.next=8,Gl(m);case 8:case"end":return t.stop()}}),t)})));return function(){return t.apply(this,arguments)}}(),Z=function(){if(!p){I({type:"set",importStatus:Object(x.__)("Final finishings.","astra-sites")});var t=new FormData;t.append("action","astra-sites-import-end"),t.append("_ajax_nonce",astraSitesVars._ajax_nonce);var e=3;fetch(ajaxurl,{method:"post",body:t}).then((function(t){return t.text()})).then((function(t){var r=[],n=!1;try{var i=JSON.parse(t);r=i,i.success&&(I({type:"set",importPercent:100,importEnd:!0}),localStorage.setItem("st-import-end",+new Date),setInterval((function(){e--;var t=document.getElementById("redirect-counter");if(t)if(e<0)I({type:"set",currentIndex:u+1});else{var r=e<=1?" second…":" seconds…";t.innerHTML=e+r}}),1e3))}catch(r){T(Object(x.__)("Final finishings failed due to parse JSON error.","astra-sites"),"",r,"","",t),n=!0,I({type:"set",importPercent:100,importEnd:!0}),localStorage.setItem("st-import-end",+new Date),setInterval((function(){e--;var t=document.getElementById("redirect-counter");if(t)if(e<0)I({type:"set",currentIndex:u+1});else{var r=e<=1?" second…":" seconds…";t.innerHTML=e+r}}),1e3)}if(!1===r.success&&!1===n)throw r.data})).catch((function(t){T(Object(x.__)("Final finishings Failed.","astra-sites"),"",t)}))}},$=function(t){return t.returnValue=Object(x.__)("Are you sure you want to cancel the site import process?","astra-sites"),t};return Object(h.useEffect)((function(){return window.addEventListener("beforeunload",$),function(){return window.removeEventListener("beforeunload",$)}})),Object(h.useEffect)((function(){O>0&&Vl(t)}),[O]),Object(h.useEffect)((function(){n||i||(p||(localStorage.setItem("st-import-start",+new Date),I({type:"set",importStart:!0,importPercent:_+=5,importStatus:Object(x.__)("Starting Import.","astra-sites")})),E?function(t){var e=b()(t,2),r=e[0].importPercent,n=e[1],i=r;"not-installed"===starterTemplates.themeStatus&&(wp.updates.shouldRequestFilesystemCredentials&&!wp.updates.ajaxLocked&&wp.updates.requestFilesystemCredentials(),n({type:"set",importPercent:i+=5,importStatus:Object(x.__)("Installing Astra Theme…","astra-sites")}),wp.updates.installTheme({slug:"astra"}),jQuery(document).on("wp-theme-install-success",(function(t,e){n({type:"set",themeStatus:e,importStatus:Object(x.__)("Astra Theme Installed.","astra-sites")})}))),"installed-but-inactive"===starterTemplates.themeStatus&&setTimeout((function(){var t=new FormData;t.append("action","astra-sites-activate-theme"),t.append("_ajax_nonce",astraSitesVars._ajax_nonce),fetch(ajaxurl,{method:"post",body:t}).then((function(t){return t.json()})).then((function(t){t.success?n({type:"set",themeStatus:t,importStatus:Object(x.__)("Astra Theme Installed.","astra-sites")}):n({type:"set",importError:!0,importErrorMessages:{primaryText:Object(x.__)("Astra theme installation failed.","astra-sites"),secondaryText:"",errorCode:"",errorText:t.data,solutionText:"",tryAgain:!0}})})).catch((function(t){console.error(t)}))}),3e3),"installed-and-active"===starterTemplates.themeStatus&&n({type:"set",themeStatus:!0})}(t):I({type:"set",themeStatus:!0}),S.length<=0||(_+=2,I({type:"set",importStatus:Object(x.__)("Installing Required Plugins.","astra-sites"),importPercent:_}),S.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(){I({type:"set",importStatus:Object(x.sprintf)(// translators: Plugin Name.
inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-colors-typography/typography.js CHANGED
@@ -41,6 +41,8 @@ const TypographyWrapper = () => {
41
  * Add selected demo typograply as default typography
42
  */
43
  useEffect( () => {
 
 
44
  if ( templateResponse !== null ) {
45
  const defaultFonts = [];
46
  const defaultTypography = getDefaultTypography( templateResponse );
@@ -55,75 +57,74 @@ const TypographyWrapper = () => {
55
  document.head.appendChild( node );
56
  }
57
 
58
- if ( ! document.getElementById( 'google-fonts-url' ) ) {
59
- const node = document.createElement( 'link' );
60
- node.id = 'google-fonts-url';
61
- node.setAttribute( 'rel', 'stylesheet' );
62
 
63
- const fontsName = [];
 
 
64
 
65
- let bodyFont = defaultTypography[ 'body-font-family' ] || '';
66
- let bodyFontWeight =
67
- parseInt( defaultTypography[ 'body-font-weight' ] ) || '';
68
- if ( bodyFontWeight ) {
69
- bodyFontWeight = `:wght@${ bodyFontWeight }`;
70
- }
71
 
72
- if ( bodyFont ) {
73
- bodyFont = getFontName( bodyFont );
74
- bodyFont = bodyFont.replace( ' ', '+' );
75
- fontsName.push( `family=${ bodyFont }${ bodyFontWeight }` );
76
- }
 
77
 
78
- let headingFont =
79
- defaultTypography[ 'headings-font-family' ] || '';
80
- let headingFontWeight =
81
- parseInt( defaultTypography[ 'headings-font-weight' ] ) ||
82
- '';
83
 
84
- if ( headingFontWeight ) {
85
- headingFontWeight = `:wght@${ headingFontWeight }`;
86
- }
87
 
88
- if ( headingFont ) {
89
- headingFont = getFontName( headingFont, bodyFont );
90
- headingFont = headingFont.replace( ' ', '+' );
91
- fontsName.push(
92
- `family=${ headingFont }${ headingFontWeight }`
93
- );
94
- }
95
 
96
- let otherFontsString = '';
97
- if ( !! fonts ) {
98
- for ( const font of fonts ) {
99
- const fontHeading = getFontName(
100
- font[ 'headings-font-family' ]
101
- ).replaceAll( ' ', '+' );
102
- const fontHeadingWeight =
103
- font[ 'headings-font-weight' ];
104
-
105
- const fontBody = getFontName(
106
- font[ 'body-font-family' ]
107
- ).replaceAll( ' ', '+' );
108
- const fontBodyWeight = font[ 'body-font-weight' ];
109
-
110
- otherFontsString += `&family=${ fontHeading }:wght@${ fontHeadingWeight }&family=${ fontBody }:wght@${ fontBodyWeight }`;
111
- }
112
- otherFontsString = otherFontsString.replace(
113
- /[&]{1}$/i,
114
- ''
115
- );
116
- }
117
 
118
- if ( fontsName ) {
119
- const fontUrl = `https://fonts.googleapis.com/css2?${ fontsName.join(
120
- '&'
121
- ) }${ otherFontsString }&display=swap`;
122
 
123
- node.setAttribute( 'href', fontUrl );
124
- document.head.appendChild( node );
125
  }
 
126
  }
 
 
 
 
 
 
 
 
 
 
 
127
  if ( 0 === typographyIndex ) {
128
  sendPreview( defaultTypography );
129
  dispatch( {
41
  * Add selected demo typograply as default typography
42
  */
43
  useEffect( () => {
44
+ const googleFontsURL = document.getElementById( 'google-fonts-url' );
45
+
46
  if ( templateResponse !== null ) {
47
  const defaultFonts = [];
48
  const defaultTypography = getDefaultTypography( templateResponse );
57
  document.head.appendChild( node );
58
  }
59
 
60
+ // Removes existing Google fonts URL.
61
+ if ( !! googleFontsURL ) {
62
+ googleFontsURL.remove();
63
+ }
64
 
65
+ const node = document.createElement( 'link' );
66
+ node.id = 'google-fonts-url';
67
+ node.setAttribute( 'rel', 'stylesheet' );
68
 
69
+ const fontsName = [];
 
 
 
 
 
70
 
71
+ let bodyFont = defaultTypography[ 'body-font-family' ] || '';
72
+ let bodyFontWeight =
73
+ parseInt( defaultTypography[ 'body-font-weight' ] ) || '';
74
+ if ( bodyFontWeight ) {
75
+ bodyFontWeight = `:wght@${ bodyFontWeight }`;
76
+ }
77
 
78
+ if ( bodyFont ) {
79
+ bodyFont = getFontName( bodyFont );
80
+ bodyFont = bodyFont.replace( ' ', '+' );
81
+ fontsName.push( `family=${ bodyFont }${ bodyFontWeight }` );
82
+ }
83
 
84
+ let headingFont = defaultTypography[ 'headings-font-family' ] || '';
85
+ let headingFontWeight =
86
+ parseInt( defaultTypography[ 'headings-font-weight' ] ) || '';
87
 
88
+ if ( headingFontWeight ) {
89
+ headingFontWeight = `:wght@${ headingFontWeight }`;
90
+ }
 
 
 
 
91
 
92
+ if ( headingFont ) {
93
+ headingFont = getFontName( headingFont, bodyFont );
94
+ headingFont = headingFont.replace( ' ', '+' );
95
+ fontsName.push(
96
+ `family=${ headingFont }${ headingFontWeight }`
97
+ );
98
+ }
99
+
100
+ let otherFontsString = '';
101
+ if ( !! fonts ) {
102
+ for ( const font of fonts ) {
103
+ const fontHeading = getFontName(
104
+ font[ 'headings-font-family' ]
105
+ ).replaceAll( ' ', '+' );
106
+ const fontHeadingWeight = font[ 'headings-font-weight' ];
 
 
 
 
 
 
107
 
108
+ const fontBody = getFontName(
109
+ font[ 'body-font-family' ]
110
+ ).replaceAll( ' ', '+' );
111
+ const fontBodyWeight = font[ 'body-font-weight' ];
112
 
113
+ otherFontsString += `&family=${ fontHeading }:wght@${ fontHeadingWeight }&family=${ fontBody }:wght@${ fontBodyWeight }`;
 
114
  }
115
+ otherFontsString = otherFontsString.replace( /[&]{1}$/i, '' );
116
  }
117
+
118
+ // Add Google fonts URL.
119
+ if ( fontsName ) {
120
+ const fontUrl = `https://fonts.googleapis.com/css2?${ fontsName.join(
121
+ '&'
122
+ ) }${ otherFontsString }&display=swap`;
123
+
124
+ node.setAttribute( 'href', fontUrl );
125
+ document.head.insertAdjacentElement( 'afterbegin', node );
126
+ }
127
+
128
  if ( 0 === typographyIndex ) {
129
  sendPreview( defaultTypography );
130
  dispatch( {
languages/astra-sites.pot CHANGED
@@ -1,55 +1,42 @@
1
  # Copyright (C) 2021 Brainstorm Force
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.14\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-15T10:29:41+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"
16
-
17
- #. Plugin Name of the plugin
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 ""
25
-
26
- #. Plugin URI of the plugin
27
- msgid "https://wpastra.com/"
28
- msgstr ""
29
-
30
- #. Description of the plugin
31
- msgid "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."
32
- msgstr ""
33
-
34
- #. Author of the plugin
35
- msgid "Brainstorm Force"
36
- msgstr ""
37
-
38
- #. Author URI of the plugin
39
- msgid "https://www.brainstormforce.com"
40
- msgstr ""
41
 
42
- #. translators: %s product name
43
  #: admin/bsf-analytics/class-bsf-analytics.php:216
44
- msgid "Want to help make <strong>%1s</strong> even more awesome? Allow us to collect non-sensitive diagnostic data and usage information. "
 
 
 
45
  msgstr ""
46
 
47
  #: admin/bsf-analytics/class-bsf-analytics.php:219
48
  msgid "This will be applicable for all sites from the network."
49
  msgstr ""
50
 
51
- #. translators: %s usage doc link
52
  #: admin/bsf-analytics/class-bsf-analytics.php:243
 
53
  msgid " Know More."
54
  msgstr ""
55
 
@@ -65,8 +52,8 @@ msgstr ""
65
  msgid "Usage Tracking"
66
  msgstr ""
67
 
68
- #. translators: %s Product title
69
  #: admin/bsf-analytics/class-bsf-analytics.php:408
 
70
  msgid "Allow %s products to track non-sensitive usage tracking data."
71
  msgstr ""
72
 
@@ -78,22 +65,32 @@ msgstr ""
78
  msgid "Learn More."
79
  msgstr ""
80
 
 
 
 
 
81
  #: classes/class-astra-sites-admin.php:110
82
- msgid "Get unlimited access to all premium Starter Templates and more, at a single low cost!"
 
 
83
  msgstr ""
84
 
85
  #: classes/class-astra-sites-admin.php:111
86
- #: inc/lib/onboarding/assets/dist/main.js:15
87
- #: inc/lib/onboarding/assets/src/steps/site-list/index.js:231
88
  msgid "Get Essential Bundle"
89
  msgstr ""
90
 
91
  #: classes/class-astra-sites-admin.php:167
92
- msgid "Hello! Seems like you have used Starter Templates to build this website &mdash; Thanks a ton!"
 
 
 
93
  msgstr ""
94
 
95
  #: classes/class-astra-sites-admin.php:168
96
- msgid "Could you please do us a BIG favor and give it a 5-star rating on WordPress? This would boost our motivation and help other users make a comfortable decision while choosing the Starter Templates."
 
 
 
97
  msgstr ""
98
 
99
  #: classes/class-astra-sites-admin.php:170
@@ -177,8 +174,8 @@ msgstr ""
177
  msgid "Unable to connect to the filesystem. Please confirm your credentials."
178
  msgstr ""
179
 
180
- #. translators: %s plugin name.
181
  #: inc/classes/batch-import/class-astra-sites-batch-site-import.php:539
 
182
  msgid "Successfully installed \"%s\" plugin!"
183
  msgstr ""
184
 
@@ -191,7 +188,9 @@ msgid "This is usually due to inconsistent file permissions."
191
  msgstr ""
192
 
193
  #: inc/classes/class-astra-sites-importer-log.php:101
194
- msgid "You can easily update permissions by adding the following code into the wp-config.php file."
 
 
195
  msgstr ""
196
 
197
  #: inc/classes/class-astra-sites-importer-log.php:269
@@ -202,12 +201,6 @@ msgstr ""
202
  msgid "Disabled"
203
  msgstr ""
204
 
205
- #. translators: %1$s Memory Limit, %2$s Recommended memory limit.
206
- #: inc/classes/class-astra-sites-importer-log.php:290
207
- msgctxt "Recommended Memory Limit"
208
- msgid "Current memory limit %1$s. We recommend setting memory to at least %2$s."
209
- msgstr ""
210
-
211
  #: inc/classes/class-astra-sites-importer-log.php:357
212
  #: inc/classes/class-astra-sites-importer-log.php:416
213
  msgid "Yes"
@@ -218,49 +211,41 @@ msgstr ""
218
  msgid "No"
219
  msgstr ""
220
 
221
- #: inc/classes/class-astra-sites-importer-log.php:371
222
- msgctxt "PHP Version"
223
- msgid "We recommend to use php 5.4 or higher"
224
- msgstr ""
225
-
226
  #: inc/classes/class-astra-sites-importer-log.php:434
227
  msgid "You currently have no scheduled cron events."
228
  msgstr ""
229
 
230
  #: inc/classes/class-astra-sites-importer.php:195
231
- #: inc/classes/class-astra-sites-importer.php:350
232
- #: inc/classes/class-astra-sites-importer.php:394
233
- #: inc/classes/class-astra-sites-importer.php:465
234
- #: inc/classes/class-astra-sites-importer.php:511
235
- #: inc/classes/class-astra-sites-importer.php:553
236
- #: inc/classes/class-astra-sites-importer.php:716
237
- #: inc/classes/class-astra-sites-importer.php:744
238
- #: inc/classes/class-astra-sites-importer.php:778
239
- #: inc/classes/class-astra-sites-importer.php:843
240
- #: inc/classes/class-astra-sites-importer.php:887
241
- #: inc/classes/class-astra-sites-importer.php:926
242
- #: inc/classes/class-astra-sites.php:391
243
- #: inc/classes/class-astra-sites.php:440
244
- #: inc/classes/class-astra-sites.php:664
245
- #: inc/classes/class-astra-sites.php:768
246
- #: inc/classes/class-astra-sites.php:840
247
- #: inc/classes/class-astra-sites.php:871
248
- #: inc/classes/class-astra-sites.php:1065
249
- #: inc/classes/class-astra-sites.php:1084
250
- #: inc/classes/class-astra-sites.php:1107
251
- #: inc/classes/class-astra-sites.php:1161
252
- #: inc/classes/class-astra-sites.php:1213
253
- #: inc/classes/class-astra-sites.php:1229
254
  msgid "You are not allowed to perform this action"
255
  msgstr ""
256
 
 
 
 
 
257
  #. Translators: %s is WP Forms URL.
258
  #. Translators: %s is XML URL.
259
  #. Translators: %s is API URL.
260
- #: inc/classes/class-astra-sites-importer.php:204
261
- #: inc/classes/class-astra-sites-importer.php:405
262
- #: inc/classes/class-astra-sites.php:492
263
- #: inc/lib/onboarding/classes/class-astra-sites-ai-site-setup.php:62
264
  msgid "Invalid Request URL - %s"
265
  msgstr ""
266
 
@@ -273,42 +258,47 @@ msgstr ""
273
  msgid "There was an error downloading the WP Forms file."
274
  msgstr ""
275
 
276
- #: inc/classes/class-astra-sites-importer.php:317
277
  msgid "Invalid file for CartFlows flows"
278
  msgstr ""
279
 
280
- #: inc/classes/class-astra-sites-importer.php:320
281
- #: inc/classes/class-astra-sites-importer.php:323
282
  msgid "There was an error downloading the CartFlows flows file."
283
  msgstr ""
284
 
285
- #: inc/classes/class-astra-sites-importer.php:376
286
  msgid "Customizer data is empty!"
287
  msgstr ""
288
 
289
- #: inc/classes/class-astra-sites-importer.php:398
290
- msgid "The XMLReader library is not available. This library is required to import the content for the website."
 
 
291
  msgstr ""
292
 
293
- #: inc/classes/class-astra-sites-importer.php:434
294
  msgid "There was an error downloading the XML file."
295
  msgstr ""
296
 
297
- #: inc/classes/class-astra-sites-importer.php:489
298
  msgid "Site options are empty!"
299
  msgstr ""
300
 
301
- #: inc/classes/class-astra-sites-importer.php:534
302
  msgid "Widget data is empty!"
303
  msgstr ""
304
 
305
- #: inc/classes/class-astra-sites-importer.php:822
306
  msgid "Deleted Widgets!"
307
  msgstr ""
308
 
309
- #. translators: %1$s is the admin page URL, %2$s is product name.
310
  #: inc/classes/class-astra-sites-page.php:95
311
- msgid "Thank you for choosing %1$s! Check the library of <a class=\"astra-sites-getting-started-btn\" href=\"%2$s\">ready starter templates here »</a>"
 
 
 
 
312
  msgstr ""
313
 
314
  #: inc/classes/class-astra-sites-page.php:264
@@ -328,14 +318,15 @@ msgid "The demo you are importing is a premium demo."
328
  msgstr ""
329
 
330
  #: inc/classes/class-astra-sites-page.php:310
331
- #: inc/classes/class-astra-sites.php:1613
332
- #: inc/classes/class-astra-sites.php:1878
333
- #: inc/includes/templates.php:302
334
  msgid "Get Access!"
335
  msgstr ""
336
 
337
  #: inc/classes/class-astra-sites-page.php:312
338
- msgid "The import process can take a few minutes depending on the size of the site and speed of the connection."
 
 
339
  msgstr ""
340
 
341
  #: inc/classes/class-astra-sites-page.php:343
@@ -349,42 +340,24 @@ msgstr ""
349
  #: inc/classes/class-astra-sites-page.php:372
350
  #: inc/classes/class-astra-sites-page.php:374
351
  #: inc/classes/class-astra-sites-page.php:386
352
- #: inc/classes/class-astra-sites.php:1390
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:31
357
- #: inc/lib/onboarding/assets/src/steps/site-list/site-type-filter/index.js:16
358
  msgid "All"
359
  msgstr ""
360
 
361
- #: inc/classes/class-astra-sites-page.php:391
362
- #: inc/includes/templates.php:29
363
  msgid "Free"
364
  msgstr ""
365
 
366
- #. translators: %s are white label strings.
367
- #. translators: %1$s External Link
368
- #: inc/classes/class-astra-sites-page.php:396
369
- #: inc/includes/admin-page.php:251
370
- #: inc/includes/admin-page.php:345
371
- #: inc/includes/admin-page.php:410
372
- #: inc/includes/admin-page.php:498
373
- #: inc/includes/admin-page.php:559
374
- #: inc/includes/templates.php:30
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:13
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
383
  msgid "Premium"
384
  msgstr ""
385
 
386
- #: inc/classes/class-astra-sites-page.php:404
387
- #: inc/includes/templates.php:44
388
  msgid "Search..."
389
  msgstr ""
390
 
@@ -397,76 +370,61 @@ msgid "The default WordPress editor"
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
405
  msgid "Elementor"
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
414
  msgid "Beaver Builder"
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
423
  msgid "Brizy"
424
  msgstr ""
425
 
426
- #. translators: 1: The number of years in an interval of time.
427
  #: inc/classes/class-astra-sites-page.php:542
 
428
  msgid "%s year"
429
  msgid_plural "%s years"
430
  msgstr[0] ""
431
  msgstr[1] ""
432
 
433
- #. translators: 1: The number of months in an interval of time.
434
  #: inc/classes/class-astra-sites-page.php:544
 
435
  msgid "%s month"
436
  msgid_plural "%s months"
437
  msgstr[0] ""
438
  msgstr[1] ""
439
 
440
- #. translators: 1: The number of weeks in an interval of time.
441
  #: inc/classes/class-astra-sites-page.php:546
 
442
  msgid "%s week"
443
  msgid_plural "%s weeks"
444
  msgstr[0] ""
445
  msgstr[1] ""
446
 
447
- #. translators: 1: The number of days in an interval of time.
448
  #: inc/classes/class-astra-sites-page.php:548
 
449
  msgid "%s day"
450
  msgid_plural "%s days"
451
  msgstr[0] ""
452
  msgstr[1] ""
453
 
454
- #. translators: 1: The number of hours in an interval of time.
455
  #: inc/classes/class-astra-sites-page.php:550
 
456
  msgid "%s hour"
457
  msgid_plural "%s hours"
458
  msgstr[0] ""
459
  msgstr[1] ""
460
 
461
- #. translators: 1: The number of minutes in an interval of time.
462
  #: inc/classes/class-astra-sites-page.php:552
 
463
  msgid "%s minute"
464
  msgid_plural "%s minutes"
465
  msgstr[0] ""
466
  msgstr[1] ""
467
 
468
- #. translators: 1: The number of seconds in an interval of time.
469
  #: inc/classes/class-astra-sites-page.php:554
 
470
  msgid "%s second"
471
  msgid_plural "%s seconds"
472
  msgstr[0] ""
@@ -477,20 +435,26 @@ msgid "now"
477
  msgstr ""
478
 
479
  #: inc/classes/class-astra-sites-page.php:612
480
- msgid "ERROR! Cron schedules are disabled by setting constant DISABLE_WP_CRON to true.<br/>To start the import process please enable the cron by setting the constant to false. E.g. define( 'DISABLE_WP_CRON', false );"
 
 
 
481
  msgstr ""
482
 
483
  #: inc/classes/class-astra-sites-page.php:616
484
- msgid "ERROR! Cron schedules are disabled by setting constant ALTERNATE_WP_CRON to true.<br/>To start the import process please enable the cron by setting the constant to false. E.g. define( 'ALTERNATE_WP_CRON', false );"
 
 
 
485
  msgstr ""
486
 
487
- #. translators: 1: The HTTP response code.
488
  #: inc/classes/class-astra-sites-page.php:652
 
489
  msgid "Unexpected HTTP response code: %s"
490
  msgstr ""
491
 
492
- #. translators: %1$s product name
493
  #: inc/classes/class-astra-sites-white-label.php:223
 
494
  msgid "%1$s Branding"
495
  msgstr ""
496
 
@@ -507,8 +471,8 @@ msgstr ""
507
  msgid "Invalid Site ID,"
508
  msgstr ""
509
 
510
- #. Translators: %s is the error message.
511
  #: inc/classes/class-astra-sites-wp-cli.php:171
 
512
  msgid "Site Import failed due to error: %s"
513
  msgstr ""
514
 
@@ -517,12 +481,16 @@ msgid "This is Premium site. Please activate the \"Starter Templates\" license!"
517
  msgstr ""
518
 
519
  #: inc/classes/class-astra-sites-wp-cli.php:184
520
- msgid "Use `wp plugin deactivate astra-sites` and then `wp plugin activate astra-pro-sites`"
 
 
521
  msgstr ""
522
 
523
- #. translators: %s is the activate plugin license link.
524
  #: inc/classes/class-astra-sites-wp-cli.php:188
525
- msgid "Use CLI command `wp brainstormforce license activate astra-pro-sites {YOUR_LICENSE_KEY}`"
 
 
 
526
  msgstr ""
527
 
528
  #: inc/classes/class-astra-sites-wp-cli.php:201
@@ -541,8 +509,8 @@ msgstr ""
541
  msgid "Importing Widgets.."
542
  msgstr ""
543
 
544
- #. translators: %s is the site URL.
545
  #: inc/classes/class-astra-sites-wp-cli.php:286
 
546
  msgid ""
547
  "Site Imported Successfully!\n"
548
  "Visit: %s"
@@ -552,8 +520,8 @@ msgstr ""
552
  msgid "Invalid XML URL."
553
  msgstr ""
554
 
555
- #. translators: %s is the XML file URL.
556
  #: inc/classes/class-astra-sites-wp-cli.php:326
 
557
  msgid "Downloading %s"
558
  msgstr ""
559
 
@@ -561,8 +529,8 @@ msgstr ""
561
  msgid "Importing WXR.."
562
  msgstr ""
563
 
564
- #. translators: %s is error message.
565
  #: inc/classes/class-astra-sites-wp-cli.php:334
 
566
  msgid "WXR file Download Failed. Error %s"
567
  msgstr ""
568
 
@@ -590,13 +558,13 @@ msgstr ""
590
  msgid "Please add valid parameter."
591
  msgstr ""
592
 
593
- #. translators: %s is the current page builder name.
594
  #: inc/classes/class-astra-sites-wp-cli.php:493
 
595
  msgid "Default page builder is \"%s\"."
596
  msgstr ""
597
 
598
- #. translators: %s is the page builder name.
599
  #: inc/classes/class-astra-sites-wp-cli.php:501
 
600
  msgid "\"%s\" is set as default page builder."
601
  msgstr ""
602
 
@@ -613,7 +581,9 @@ msgid ""
613
  msgstr ""
614
 
615
  #: inc/classes/class-astra-sites-wp-cli.php:561
616
- msgid "This page builder plugin is not installed. Please try a different page builder."
 
 
617
  msgstr ""
618
 
619
  #: inc/classes/class-astra-sites-wp-cli.php:570
@@ -624,477 +594,511 @@ msgstr ""
624
  msgid "This site category does not exist. Please try a different site category."
625
  msgstr ""
626
 
627
- #: inc/classes/class-astra-sites.php:397
628
  msgid "Invalid API URL."
629
  msgstr ""
630
 
631
- #: inc/classes/class-astra-sites.php:409
632
  msgid "Invalid Post Meta"
633
  msgstr ""
634
 
635
- #: inc/classes/class-astra-sites.php:416
636
  msgid "Invalid Post ID or Elementor Meta"
637
  msgstr ""
638
 
639
- #: inc/classes/class-astra-sites.php:474
640
  msgid "Provided API URL is empty! Please try again!"
641
  msgstr ""
642
 
 
643
  #. translators: %s Error Message
644
- #: inc/classes/class-astra-sites.php:511
645
  msgid "API Request could not be performed - %s"
646
  msgstr ""
647
 
 
648
  #. translators: %s Error Message
649
- #: inc/classes/class-astra-sites.php:516
650
  msgid "API Request has failed - %s"
651
  msgstr ""
652
 
653
- #: inc/classes/class-astra-sites.php:545
654
  msgid "Internal Server Error."
655
  msgstr ""
656
 
 
657
  #. translators: %s IP address.
658
- #: inc/classes/class-astra-sites.php:551
659
  msgid "Client IP: %1$s </br> Error code: %2$s"
660
  msgstr ""
661
 
662
- #: inc/classes/class-astra-sites.php:879
663
  msgid "Need to send URL of the image to be downloaded"
664
  msgstr ""
665
 
666
- #: inc/classes/class-astra-sites.php:904
667
  msgid "Could not download the image."
668
  msgstr ""
669
 
670
- #: inc/classes/class-astra-sites.php:1092
671
  msgid "Theme Activated"
672
  msgstr ""
673
 
674
- #: inc/classes/class-astra-sites.php:1255
675
  msgid "User does not have permission!"
676
  msgstr ""
677
 
678
- #: inc/classes/class-astra-sites.php:1328
679
  msgid "See Library"
680
  msgstr ""
681
 
682
- #: inc/classes/class-astra-sites.php:1391
683
  msgid "Animals"
684
  msgstr ""
685
 
686
- #: inc/classes/class-astra-sites.php:1392
687
  msgid "Architecture/Buildings"
688
  msgstr ""
689
 
690
- #: inc/classes/class-astra-sites.php:1393
691
  msgid "Backgrounds/Textures"
692
  msgstr ""
693
 
694
- #: inc/classes/class-astra-sites.php:1394
695
  msgid "Beauty/Fashion"
696
  msgstr ""
697
 
698
- #: inc/classes/class-astra-sites.php:1395
699
  msgid "Business/Finance"
700
  msgstr ""
701
 
702
- #: inc/classes/class-astra-sites.php:1396
703
  msgid "Computer/Communication"
704
  msgstr ""
705
 
706
- #: inc/classes/class-astra-sites.php:1397
707
  msgid "Education"
708
  msgstr ""
709
 
710
- #: inc/classes/class-astra-sites.php:1398
711
  msgid "Emotions"
712
  msgstr ""
713
 
714
- #: inc/classes/class-astra-sites.php:1399
715
  msgid "Food/Drink"
716
  msgstr ""
717
 
718
- #: inc/classes/class-astra-sites.php:1400
719
  msgid "Health/Medical"
720
  msgstr ""
721
 
722
- #: inc/classes/class-astra-sites.php:1401
723
  msgid "Industry/Craft"
724
  msgstr ""
725
 
726
- #: inc/classes/class-astra-sites.php:1402
727
  msgid "Music"
728
  msgstr ""
729
 
730
- #: inc/classes/class-astra-sites.php:1403
731
  msgid "Nature/Landscapes"
732
  msgstr ""
733
 
734
- #: inc/classes/class-astra-sites.php:1404
735
  msgid "People"
736
  msgstr ""
737
 
738
- #: inc/classes/class-astra-sites.php:1405
739
  msgid "Places/Monuments"
740
  msgstr ""
741
 
742
- #: inc/classes/class-astra-sites.php:1406
743
  msgid "Religion"
744
  msgstr ""
745
 
746
- #: inc/classes/class-astra-sites.php:1407
747
  msgid "Science/Technology"
748
  msgstr ""
749
 
750
- #: inc/classes/class-astra-sites.php:1408
751
  msgid "Sports"
752
  msgstr ""
753
 
754
- #: inc/classes/class-astra-sites.php:1409
755
  msgid "Transportation/Traffic"
756
  msgstr ""
757
 
758
- #: inc/classes/class-astra-sites.php:1410
759
  msgid "Travel/Vacation"
760
  msgstr ""
761
 
762
- #: inc/classes/class-astra-sites.php:1413
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:1414
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 ""
773
 
774
- #: inc/classes/class-astra-sites.php:1415
775
  msgid "Upcoming"
776
  msgstr ""
777
 
778
- #: inc/classes/class-astra-sites.php:1416
779
  msgid "Editor's Choice"
780
  msgstr ""
781
 
782
- #: inc/classes/class-astra-sites.php:1419
783
  msgid "Any Orientation"
784
  msgstr ""
785
 
786
- #: inc/classes/class-astra-sites.php:1420
787
  msgid "Vertical"
788
  msgstr ""
789
 
790
- #: inc/classes/class-astra-sites.php:1421
791
  msgid "Horizontal"
792
  msgstr ""
793
 
794
- #: inc/classes/class-astra-sites.php:1423
795
  msgid "Free Images"
796
  msgstr ""
797
 
798
- #: inc/classes/class-astra-sites.php:1424
799
  msgid "Search - Ex: flowers"
800
  msgstr ""
801
 
802
- #: inc/classes/class-astra-sites.php:1425
803
  msgid "Downloading..."
804
  msgstr ""
805
 
806
- #: inc/classes/class-astra-sites.php:1426
807
  msgid "Validating..."
808
  msgstr ""
809
 
810
- #: inc/classes/class-astra-sites.php:1427
811
  msgid "Please enter an API key."
812
  msgstr ""
813
 
814
- #: inc/classes/class-astra-sites.php:1428
815
  msgid "An error occured with code "
816
  msgstr ""
817
 
818
- #: inc/classes/class-astra-sites.php:1485
819
  msgid "Installed! Activating.."
820
  msgstr ""
821
 
822
- #: inc/classes/class-astra-sites.php:1486
823
  msgid "Activating..."
824
  msgstr ""
825
 
826
- #: inc/classes/class-astra-sites.php:1487
827
  msgid "Activated!"
828
  msgstr ""
829
 
830
- #: inc/classes/class-astra-sites.php:1488
831
  msgid "Installing..."
832
  msgstr ""
833
 
834
- #: inc/classes/class-astra-sites.php:1615
835
  msgid "Upgrade"
836
  msgstr ""
837
 
838
- #: inc/classes/class-astra-sites.php:1619
839
- msgid "Syncing template library in the background. The process can take anywhere between 2 to 3 minutes. We will notify you once done."
 
 
840
  msgstr ""
841
 
842
- #: inc/classes/class-astra-sites.php:1620
843
- msgid "Some of the files required during the import process are missing.<br/><br/>Please try again after some time."
 
 
844
  msgstr ""
845
 
846
- #: inc/classes/class-astra-sites.php:1621
847
- msgid "<p>WordPress debug mode is currently enabled on your website. This has interrupted the import process..</p><p>Kindly disable debug mode and try importing Starter Template again.</p><p>You can add the following code into the wp-config.php file to disable debug mode.</p><p><code>define('WP_DEBUG', false);</code></p>"
 
 
 
 
 
848
  msgstr ""
849
 
 
850
  #. translators: %s is a documentation link.
851
- #: inc/classes/class-astra-sites.php:1623
852
- msgid "<p>We are facing a temporary issue in importing this template.</p><p>Read <a href=\"%s\" target=\"_blank\">article</a> to resolve the issue and continue importing template.</p>"
 
 
853
  msgstr ""
854
 
 
855
  #. translators: %s is a documentation link.
856
- #: inc/classes/class-astra-sites.php:1625
857
- msgid "<p>We are facing a temporary issue in installing the required plugins for this template.</p><p>Read&nbsp;<a href=\"%s\" target=\"_blank\">article</a>&nbsp;to resolve the issue and continue importing template.</p>"
 
 
 
858
  msgstr ""
859
 
 
860
  #. translators: %s are white label strings.
861
- #: inc/classes/class-astra-sites.php:1629
862
- msgid "Warning! %1$s Import process is not complete. Don't close the window until import process complete. Do you still want to leave the window?"
 
863
  msgstr ""
864
 
865
- #: inc/classes/class-astra-sites.php:1630
866
  msgid "Done! View Site"
867
  msgstr ""
868
 
 
869
  #. translators: %s is a template name
870
- #: inc/classes/class-astra-sites.php:1633
871
  msgid "Import \"%s\" Template"
872
  msgstr ""
873
 
874
- #: inc/classes/class-astra-sites.php:1636
875
  msgid "Installing Required Plugins.."
876
  msgstr ""
877
 
 
878
  #. translators: %s are white label strings.
879
- #: inc/classes/class-astra-sites.php:1638
880
  msgid "Installing %1$s Theme.."
881
  msgstr ""
882
 
883
- #: inc/classes/class-astra-sites.php:1664
884
  msgid "Dismiss this notice."
885
  msgstr ""
886
 
887
- #: inc/classes/class-astra-sites.php:1666
888
- #: inc/includes/admin-page.php:942
889
  msgid "One Last Step.."
890
  msgstr ""
891
 
892
- #: inc/classes/class-astra-sites.php:1667
893
- #: inc/includes/admin-page.php:965
894
  msgid "Your Selected Website is Being Imported."
895
  msgstr ""
896
 
897
- #: inc/classes/class-astra-sites.php:1668
898
- #: inc/includes/admin-page.php:967
899
  msgid "Your Selected Template is Being Imported."
900
  msgstr ""
901
 
902
- #: inc/classes/class-astra-sites.php:1670
903
- msgid "We have sent you a surprise gift on your email address! Please check your inbox!"
 
 
904
  msgstr ""
905
 
906
- #: inc/classes/class-astra-sites.php:1672
907
  msgid "Looks like the template you are importing is temporarily not available."
908
  msgstr ""
909
 
910
- #: inc/classes/class-astra-sites.php:1673
911
- msgid "We could not start the import process and this is the message from WordPress:"
 
 
912
  msgstr ""
913
 
914
- #: inc/classes/class-astra-sites.php:1674
915
  msgid "There was an error connecting to the Starter Templates API."
916
  msgstr ""
917
 
918
- #: inc/classes/class-astra-sites.php:1675
919
  msgid "There was an error while importing the content."
920
  msgstr ""
921
 
922
- #: inc/classes/class-astra-sites.php:1676
923
- msgid "To import content, WordPress needs to store XML file in /wp-content/ folder. Please get in touch with your hosting provider."
 
 
924
  msgstr ""
925
 
926
- #: inc/classes/class-astra-sites.php:1677
927
- msgid "Looks like your host probably could not store XML file in /wp-content/ folder."
 
 
928
  msgstr ""
929
 
 
930
  #. translators: %s HTML tags
931
- #: inc/classes/class-astra-sites.php:1679
932
- msgid "%1$sWe could not start the import process due to failed AJAX request and this is the message from WordPress:%2$s"
 
933
  msgstr ""
934
 
 
935
  #. translators: %s URL to document.
936
- #: inc/classes/class-astra-sites.php:1681
937
- msgid "%1$sRead&nbsp;<a href=\"%2$s\" target=\"_blank\">article</a>&nbsp;to resolve the issue and continue importing template.%3$s"
 
938
  msgstr ""
939
 
 
940
  #. translators: %s URL to document.
941
- #: inc/classes/class-astra-sites.php:1690
942
- msgid "%1$sWe could not complete the import process due to failed AJAX request and this is the message:%2$s"
 
943
  msgstr ""
944
 
 
945
  #. translators: %s URL to document.
946
- #: inc/classes/class-astra-sites.php:1692
947
  msgid "%1$sPlease report this <a href=\"%2$s\" target=\"_blank\">here</a>.%3$s"
948
  msgstr ""
949
 
 
950
  #. translators: %s Anchor link to support URL.
951
  #. translators: %s doc link.
952
- #: inc/classes/class-astra-sites.php:1696
953
- #: inc/includes/admin-page.php:843
954
  msgid "Please report this error %1$shere%2$s, so we can fix it."
955
  msgstr ""
956
 
957
- #: inc/classes/class-astra-sites.php:1745
958
  msgid "XMLReader Support Missing"
959
  msgstr ""
960
 
 
961
  #. translators: %s doc link.
962
- #: inc/classes/class-astra-sites.php:1747
963
- msgid "You're close to importing the template. To complete the process, enable XMLReader support on your website.."
 
964
  msgstr ""
965
 
966
- #. translators: %s doc link.
967
- #: inc/classes/class-astra-sites.php:1747
968
- #: inc/classes/class-astra-sites.php:1752
969
- #: inc/classes/class-astra-sites.php:1757
970
- msgid "Read an article <a href=\"%s\" target=\"_blank\">here</a> to resolve the issue."
 
971
  msgstr ""
972
 
973
- #: inc/classes/class-astra-sites.php:1750
974
  msgid "cURL Support Missing"
975
  msgstr ""
976
 
 
977
  #. translators: %s doc link.
978
- #: inc/classes/class-astra-sites.php:1752
979
  msgid "To run a smooth import, kindly enable cURL support on your website."
980
  msgstr ""
981
 
982
- #: inc/classes/class-astra-sites.php:1755
983
  msgid "Disable Debug Mode"
984
  msgstr ""
985
 
 
986
  #. translators: %s doc link.
987
- #: inc/classes/class-astra-sites.php:1757
988
- msgid "WordPress debug mode is currently enabled on your website. With this, any errors from third-party plugins might affect the import process."
 
989
  msgstr ""
990
 
991
- #. translators: %s doc link.
992
- #: inc/classes/class-astra-sites.php:1757
993
- msgid "Kindly disable it to continue importing the Starter Template. To do so, you can add the following code into the wp-config.php file."
 
994
  msgstr ""
995
 
996
- #: inc/classes/class-astra-sites.php:1760
997
  msgid "Update Plugin"
998
  msgstr ""
999
 
 
1000
  #. translators: %s update page link.
1001
- #: inc/classes/class-astra-sites.php:1762
1002
  msgid "Updates are available for plugins used in this starter template."
1003
  msgstr ""
1004
 
1005
- #. translators: %s update page link.
1006
- #: inc/classes/class-astra-sites.php:1762
1007
- msgid "Kindly <a href=\"%s\" target=\"_blank\">update</a> them for a successful import. Skipping this step might break the template design/feature."
 
1008
  msgstr ""
1009
 
1010
- #: inc/classes/class-astra-sites.php:1765
1011
- #: inc/includes/admin-page.php:657
1012
  #: inc/includes/templates.php:442
1013
  msgid "Required Plugins Missing"
1014
  msgstr ""
1015
 
1016
- #: inc/classes/class-astra-sites.php:1766
1017
- #: inc/includes/admin-page.php:661
1018
- #: inc/lib/onboarding/assets/dist/main.js:15
1019
- #: inc/lib/onboarding/assets/src/steps/survey/index.js:172
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 ""
1022
 
1023
- #: inc/classes/class-astra-sites.php:1769
1024
  msgid "Dynamic Page"
1025
  msgstr ""
1026
 
1027
- #: inc/classes/class-astra-sites.php:1770
1028
- #: inc/includes/admin-page.php:880
1029
- msgid "The page template you are about to import contains a dynamic widget/module. Please note this dynamic data will not be available with the imported page."
 
1030
  msgstr ""
1031
 
1032
- #: inc/classes/class-astra-sites.php:1770
1033
- #: inc/includes/admin-page.php:881
1034
  msgid "You will need to add it manually on the page."
1035
  msgstr ""
1036
 
1037
- #: inc/classes/class-astra-sites.php:1770
1038
- #: inc/includes/admin-page.php:882
1039
  msgid "This dynamic content will be available when you import the entire site."
1040
  msgstr ""
1041
 
 
1042
  #. translators: %s are link.
1043
- #: inc/classes/class-astra-sites.php:1853
1044
- msgid "This is a premium template available with Essential Bundle and Growth Bundle. you can purchase it from <a href=\"%s\" target=\"_blank\">here</a>."
 
1045
  msgstr ""
1046
 
 
1047
  #. translators: %s are link.
1048
- #: inc/classes/class-astra-sites.php:1857
1049
- msgid "This is a premium template available with Essential Bundle and Growth Bundle. <a href=\"%s\" target=\"_blank\">Validate Your License</a> Key to import this template."
 
 
1050
  msgstr ""
1051
 
1052
- #: inc/classes/class-astra-sites.php:1882
1053
  msgid "Template"
1054
  msgstr ""
1055
 
1056
- #: inc/classes/class-astra-sites.php:1883
1057
  msgid "Block"
1058
  msgstr ""
1059
 
1060
- #: inc/classes/class-astra-sites.php:1884
1061
- #: inc/includes/templates.php:59
1062
  msgid "Dismiss"
1063
  msgstr ""
1064
 
1065
- #: inc/classes/class-astra-sites.php:1885
1066
- #: inc/includes/admin-page.php:1027
1067
- #: inc/lib/onboarding/assets/dist/main.js:13
1068
- #: inc/lib/onboarding/assets/src/steps/survey/advanced-settings.js:205
1069
  msgid "Install Required Plugins"
1070
  msgstr ""
1071
 
1072
- #: inc/classes/class-astra-sites.php:1889
1073
- msgid "You can locate <strong>Starter Templates Settings</strong> under the <strong>Page Settings</strong> of the Style Tab."
 
 
 
1074
  msgstr ""
1075
 
1076
- #: inc/classes/class-astra-sites.php:1891
1077
  msgid "Read More →"
1078
  msgstr ""
1079
 
1080
- #: inc/classes/class-astra-sites.php:2009
1081
  msgid "Error: You don't have the required permissions to install plugins."
1082
  msgstr ""
1083
 
1084
- #: inc/classes/class-astra-sites.php:2054
1085
  msgid "Plugin Activated"
1086
  msgstr ""
1087
 
1088
- #: inc/classes/class-astra-sites.php:2078
1089
- #: inc/classes/class-astra-sites.php:2114
1090
  msgid "There was an error activating plugin on your website."
1091
  msgstr ""
1092
 
1093
- #: inc/classes/class-astra-sites.php:2242
1094
- msgid "Insufficient Permission. Please contact your Super Admin to allow the install required plugin permissions."
 
 
1095
  msgstr ""
1096
 
1097
- #: inc/classes/class-astra-sites.php:2434
1098
  msgid "Template library refreshed!"
1099
  msgstr ""
1100
 
@@ -1102,8 +1106,8 @@ msgstr ""
1102
  msgid "All processes are complete"
1103
  msgstr ""
1104
 
1105
- #. translators: %d are the minutes.
1106
  #: inc/importers/batch-processing/helpers/class-wp-background-process.php:444
 
1107
  msgid "Every %d Minutes"
1108
  msgstr ""
1109
 
@@ -1135,246 +1139,424 @@ msgstr ""
1135
  msgid "No Title"
1136
  msgstr ""
1137
 
1138
- #: inc/importers/wxr-importer/class-astra-wxr-importer.php:424
1139
  msgid "Import complete!"
1140
  msgstr ""
1141
 
1142
- #: inc/includes/admin-page.php:57
1143
- msgid "Heading"
1144
  msgstr ""
1145
 
1146
- #: inc/includes/admin-page.php:75
1147
- #: inc/lib/onboarding/assets/dist/main.js:15
1148
- #: inc/lib/onboarding/assets/src/steps/survey/index.js:212
1149
- msgid "We're Almost There!"
 
 
 
1150
  msgstr ""
1151
 
1152
- #: inc/includes/admin-page.php:80
1153
- #: inc/lib/onboarding/assets/dist/main.js:15
1154
- #: inc/lib/onboarding/assets/src/steps/survey/index.js:215
1155
- msgid "You're close to importing the template. To complete the process, please clear the following conditions."
1156
  msgstr ""
1157
 
1158
- #: inc/includes/admin-page.php:110
1159
- #: inc/includes/admin-page.php:116
1160
- #: inc/includes/admin-page.php:118
1161
- #: inc/includes/admin-page.php:669
1162
- #: inc/includes/admin-page.php:885
1163
- #: inc/includes/admin-page.php:1089
1164
- #: inc/includes/templates.php:454
1165
- msgid "Skip & Import"
1166
  msgstr ""
1167
 
1168
- #: inc/includes/admin-page.php:111
1169
- #: inc/includes/admin-page.php:119
1170
- #: inc/includes/admin-page.php:670
1171
- #: inc/includes/admin-page.php:886
1172
- #: inc/includes/admin-page.php:1090
1173
- #: inc/includes/templates.php:455
1174
- msgid "Cancel"
1175
  msgstr ""
1176
 
1177
- #: inc/includes/admin-page.php:115
1178
- msgid "Update"
 
1179
  msgstr ""
1180
 
1181
- #: inc/includes/admin-page.php:130
1182
- #: inc/includes/image-templates.php:58
1183
- #: inc/includes/image-templates.php:98
1184
- #: inc/includes/templates.php:236
1185
- #: inc/includes/templates.php:319
1186
- #: inc/includes/templates.php:405
1187
- #: inc/includes/templates.php:463
1188
- msgid "Sorry No Results Found."
1189
  msgstr ""
1190
 
1191
- #. translators: %1$s External Link
1192
- #: inc/includes/admin-page.php:139
1193
- #: inc/includes/image-templates.php:102
1194
- #: inc/includes/templates.php:242
1195
- #: inc/includes/templates.php:325
1196
- #: inc/includes/templates.php:411
1197
- #: inc/includes/templates.php:472
1198
- msgid "Don't see a template you would like to import?<br><a target=\"_blank\" href=\"%1$s\">Make a Template Suggestion!</a>"
1199
- msgstr ""
1200
-
1201
- #: inc/includes/admin-page.php:142
1202
- #: inc/includes/admin-page.php:165
1203
- #: inc/includes/templates.php:245
1204
- #: inc/includes/templates.php:328
1205
- #: inc/includes/templates.php:414
1206
- #: inc/includes/templates.php:475
1207
- #: inc/lib/onboarding/assets/dist/main.js:15
1208
- #: inc/lib/onboarding/assets/src/steps/index.js:188
1209
- msgid "Back to Templates"
1210
  msgstr ""
1211
 
1212
- #: inc/includes/admin-page.php:152
1213
- msgid "Favorite Template List Is Empty."
 
1214
  msgstr ""
1215
 
1216
- #. translators: %1$s External Link
1217
- #: inc/includes/admin-page.php:161
1218
- msgid "You'll notice a heart-shaped symbol on every template card. Simply tap this icon to mark the template as Favorite."
 
 
1219
  msgstr ""
1220
 
1221
- #: inc/includes/admin-page.php:192
1222
- #: inc/includes/admin-page.php:281
1223
- #: inc/includes/admin-page.php:367
1224
- #: inc/includes/admin-page.php:446
1225
- #: inc/includes/admin-page.php:516
1226
- msgid "Make as Favorite"
1227
  msgstr ""
1228
 
1229
- #: inc/includes/admin-page.php:202
1230
- #: inc/includes/admin-page.php:290
1231
- #: inc/includes/admin-page.php:455
1232
- msgid "Make as Unfavorite"
1233
  msgstr ""
1234
 
1235
- #. translators: %s are white label strings.
1236
- #. translators: %1$s External Link
1237
- #: inc/includes/admin-page.php:251
1238
- #: inc/includes/admin-page.php:345
1239
- #: inc/includes/admin-page.php:410
1240
- #: inc/includes/admin-page.php:498
1241
- #: inc/includes/admin-page.php:559
1242
- #: inc/includes/templates.php:181
1243
- #: inc/includes/templates.php:308
1244
- #: inc/includes/templates.php:394
1245
- msgid "This premium template is accessible with %1$s \"Premium\" Package."
1246
  msgstr ""
1247
 
1248
- #: inc/includes/admin-page.php:269
1249
- #: inc/includes/admin-page.php:437
1250
- msgid "Site Templates"
1251
  msgstr ""
1252
 
1253
- #: inc/includes/admin-page.php:356
1254
- #: inc/includes/admin-page.php:507
1255
- #: inc/includes/admin-page.php:694
1256
- msgid "Page Templates"
1257
  msgstr ""
1258
 
1259
- #: inc/includes/admin-page.php:578
1260
- msgid "<span class=\"highlighted-note\">This is a premium template available with Essential and Growth Bundle.</span><br /> <a href=\"{{AstraSitesAdmin.premium_popup_cta_link}}\" target=\"_blank\">Get access</a> to this premium template."
 
1261
  msgstr ""
1262
 
1263
- #. translators: %s is article link
1264
- #: inc/includes/admin-page.php:584
1265
- msgid "Already own an Essential or Growth Bundle? <a href=\"%s\" target=\"_blank\">Know how</a> to import premium templates."
1266
  msgstr ""
1267
 
1268
- #: inc/includes/admin-page.php:595
1269
- msgid "The page templates which contain the dynamic widgets/modules are not available for single template import. With the \"Import Site\" option, you can get those pages."
 
1270
  msgstr ""
1271
 
1272
- #: inc/includes/admin-page.php:596
1273
- msgid "You can have the complete site preview from bottom left button."
1274
  msgstr ""
1275
 
1276
- #. translators: %s is pricing page link
1277
- #: inc/includes/admin-page.php:628
1278
- msgid "<p>Seems like you have purchased the %4$s 'Essential Bundle' package with a choice of '%1$s' page builder addon.</p><p>While this template is built with '%2$s' page builder addon.</p><p>Read article <a href=\"%3$s\" target=\"_blank\">here</a> to see how you can proceed.</p>"
1279
  msgstr ""
1280
 
1281
- #: inc/includes/admin-page.php:639
1282
- msgid "You are just 2 minutes away from importing this demo!"
 
1283
  msgstr ""
1284
 
1285
- #: inc/includes/admin-page.php:640
1286
- msgid "This is a premium website demo template. Please activate your license to access it."
 
1287
  msgstr ""
1288
 
1289
- #. translators: %s is article link
1290
- #: inc/includes/admin-page.php:644
1291
- msgid "Learn how you can <a href=\"%1$s\" target=\"_blank\">activate the license</a> of the %2$s plugin."
1292
  msgstr ""
1293
 
1294
- #: inc/includes/admin-page.php:735
1295
- #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/license-validation/controls.js:83
1296
- msgid "Not Valid License"
1297
  msgstr ""
1298
 
1299
- #: inc/includes/admin-page.php:744
1300
- msgid "Import Complete Site"
 
1301
  msgstr ""
1302
 
1303
- #: inc/includes/admin-page.php:745
1304
- msgid "Import Template"
 
1305
  msgstr ""
1306
 
1307
- #: inc/includes/admin-page.php:756
1308
- #: inc/includes/admin-page.php:781
1309
- msgid "Imported Successfully!"
1310
  msgstr ""
1311
 
1312
- #: inc/includes/admin-page.php:760
1313
- msgid "Hurray! The Website Imported Successfully! 🎉"
 
1314
  msgstr ""
1315
 
1316
- #: inc/includes/admin-page.php:762
1317
- #: inc/includes/admin-page.php:786
1318
- msgid "Go ahead, customize the text, images and design to make it yours!"
1319
  msgstr ""
1320
 
1321
- #. translators: %1$s External Link
1322
- #: inc/includes/admin-page.php:767
1323
- msgid "%1$sRead more%2$s about customizing this Elementor Style Kit site."
 
 
1324
  msgstr ""
1325
 
1326
- #: inc/includes/admin-page.php:771
1327
- #: inc/includes/admin-page.php:787
1328
- msgid "Have fun!"
1329
  msgstr ""
1330
 
1331
- #: inc/includes/admin-page.php:772
1332
- #: inc/includes/admin-page.php:788
1333
- msgid "PS: We try our best to use images that are free from legal perspectives. However, we do not take any responsibility. We strongly advise website owners to replace the images and any copyrighted media before publishing them online."
1334
  msgstr ""
1335
 
1336
- #: inc/includes/admin-page.php:775
1337
- msgid "View Site"
 
1338
  msgstr ""
1339
 
1340
- #: inc/includes/admin-page.php:785
1341
- msgid "Hurray! The Template Imported Successfully! 🎉"
 
1342
  msgstr ""
1343
 
1344
- #: inc/includes/admin-page.php:791
1345
- msgid "View Template"
 
1346
  msgstr ""
1347
 
1348
- #: inc/includes/admin-page.php:801
1349
- msgid "We could not start the import process. This is the message from HTTP request:"
1350
  msgstr ""
1351
 
1352
- #. translators: %s doc link.
1353
- #: inc/includes/admin-page.php:805
1354
- msgid "Please raise a <a href=\"%s\" target=\"_blank\">support request</a> so we can help you with it."
1355
  msgstr ""
1356
 
1357
- #. translators: %s doc link.
1358
- #: inc/includes/admin-page.php:830
1359
- msgid "We have listed the <a href=\"%s\" target=\"_blank\">possible solutions here</a> to help you resolve this."
 
1360
  msgstr ""
1361
 
1362
- #. translators: %s doc link.
1363
- #: inc/includes/admin-page.php:838
1364
- msgid "Please <a class=\"ast-try-again\" href=\"\">click here and try again</a>. If this still does not work after few attempts, please report it <a href=\"%s\" target=\"_blank\">here</a>."
 
 
1365
  msgstr ""
1366
 
1367
- #: inc/includes/admin-page.php:851
1368
- msgid "Please report this error <a href=\"#LINK\" target=\"_blank\">here</a> so we can fix it."
 
 
1369
  msgstr ""
1370
 
1371
- #: inc/includes/admin-page.php:876
1372
- msgid "Heads Up!"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1373
  msgstr ""
1374
 
1375
  #: inc/includes/admin-page.php:896
1376
- #: inc/lib/onboarding/assets/dist/main.js:13
1377
- #: inc/lib/onboarding/assets/src/steps/survey/survey.js:57
1378
  msgid "Beginner"
1379
  msgstr ""
1380
 
@@ -1383,13 +1565,10 @@ msgid "Intermediate"
1383
  msgstr ""
1384
 
1385
  #: inc/includes/admin-page.php:898
1386
- #: inc/lib/onboarding/assets/dist/main.js:13
1387
- #: inc/lib/onboarding/assets/src/steps/survey/survey.js:62
1388
  msgid "Expert"
1389
  msgstr ""
1390
 
1391
- #: inc/includes/admin-page.php:900
1392
- #: inc/includes/admin-page.php:909
1393
  msgid "Field is required"
1394
  msgstr ""
1395
 
@@ -1414,8 +1593,6 @@ msgid "First name is required"
1414
  msgstr ""
1415
 
1416
  #: inc/includes/admin-page.php:920
1417
- #: inc/lib/onboarding/assets/dist/main.js:13
1418
- #: inc/lib/onboarding/assets/src/steps/survey/survey.js:20
1419
  msgid "Your First Name"
1420
  msgstr ""
1421
 
@@ -1424,93 +1601,91 @@ msgid "Email address is required"
1424
  msgstr ""
1425
 
1426
  #: inc/includes/admin-page.php:925
1427
- #: inc/lib/onboarding/assets/dist/main.js:13
1428
- #: inc/lib/onboarding/assets/src/steps/survey/survey.js:29
1429
  msgid "Your Work Email"
1430
  msgstr ""
1431
 
1432
  #: inc/includes/admin-page.php:946
1433
- msgid "To get access to exclusive starter templates, themes and updates, enter your details below:"
 
 
1434
  msgstr ""
1435
 
1436
  #: inc/includes/admin-page.php:950
1437
  msgid "Submit and Start Importing"
1438
  msgstr ""
1439
 
1440
- #. translators: %1$s and %3$s are opening anchor tags, and %2$s and %4$s is closing anchor tags.
1441
  #: inc/includes/admin-page.php:956
 
 
1442
  msgid "By submitting, you agree to our %1$sTerms%2$s and %3$sPrivacy Policy%4$s."
1443
  msgstr ""
1444
 
1445
  #: inc/includes/admin-page.php:957
1446
- #: inc/lib/onboarding/assets/src/components/customizer-step/index.js:30
1447
  msgid "Skip"
1448
  msgstr ""
1449
 
1450
  #: inc/includes/admin-page.php:977
1451
- msgid "To serve more beautiful starter templates, we would like to know more about you:"
 
 
1452
  msgstr ""
1453
 
1454
  #: inc/includes/admin-page.php:982
1455
- #: inc/lib/onboarding/assets/dist/main.js:13
1456
- #: inc/lib/onboarding/assets/src/steps/survey/advanced-settings.js:86
1457
  msgid "Advanced Options"
1458
  msgstr ""
1459
 
1460
  #: inc/includes/admin-page.php:996
1461
- #: inc/lib/onboarding/assets/dist/main.js:13
1462
- #: inc/lib/onboarding/assets/src/steps/survey/advanced-settings.js:140
1463
  msgid "Install & Activate Astra Theme"
1464
  msgstr ""
1465
 
1466
  #: inc/includes/admin-page.php:997
1467
- #: inc/lib/onboarding/assets/dist/main.js:13
1468
- #: inc/lib/onboarding/assets/src/steps/survey/advanced-settings.js:146
1469
- 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."
 
1470
  msgstr ""
1471
 
1472
  #: inc/includes/admin-page.php:1005
1473
- #: inc/lib/onboarding/assets/dist/main.js:13
1474
- #: inc/lib/onboarding/assets/src/steps/survey/advanced-settings.js:166
1475
  msgid "Import Customizer Settings"
1476
  msgstr ""
1477
 
1478
- #. translators: %s are white label strings.
1479
  #: inc/includes/admin-page.php:1009
1480
- msgid "%1$s customizer serves global settings that give uniform design to the website. Choosing this option will override your current customizer settings."
 
 
 
 
1481
  msgstr ""
1482
 
1483
  #: inc/includes/admin-page.php:1020
1484
- #: inc/lib/onboarding/assets/dist/main.js:13
1485
- #: inc/lib/onboarding/assets/src/steps/survey/advanced-settings.js:191
1486
  msgid "Import Widgets"
1487
  msgstr ""
1488
 
1489
  #: inc/includes/admin-page.php:1030
1490
- #: inc/lib/onboarding/assets/dist/main.js:13
1491
- #: inc/lib/onboarding/assets/src/steps/survey/advanced-settings.js:214
1492
- msgid "Plugins needed to import this template are missing. Required plugins will be installed and activated automatically."
1493
  msgstr ""
1494
 
1495
  #: inc/includes/admin-page.php:1039
1496
- #: inc/lib/onboarding/assets/dist/main.js:13
1497
- #: inc/lib/onboarding/assets/src/steps/survey/advanced-settings.js:249
1498
  msgid "Import Content"
1499
  msgstr ""
1500
 
1501
  #: inc/includes/admin-page.php:1042
1502
- #: inc/lib/onboarding/assets/dist/main.js:13
1503
- #: inc/lib/onboarding/assets/src/steps/survey/advanced-settings.js:252
1504
- 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."
1505
  msgstr ""
1506
 
1507
- #. translators: %s is the dynamic string.
1508
  #: inc/includes/admin-page.php:1060
1509
- msgid "The import process can take a few minutes depending on the size of the %s and speed of the connection."
 
 
 
1510
  msgstr ""
1511
 
1512
- #. translators: %s is the dynamic string.
1513
  #: inc/includes/admin-page.php:1066
 
1514
  msgid "Please do NOT close this browser window until the %s is imported completely."
1515
  msgstr ""
1516
 
@@ -1527,9 +1702,9 @@ msgid "Delete Previously Imported Site"
1527
  msgstr ""
1528
 
1529
  #: inc/includes/admin-page.php:1101
1530
- #: inc/lib/onboarding/assets/dist/main.js:13
1531
- #: inc/lib/onboarding/assets/src/steps/survey/advanced-settings.js:112
1532
- msgid "WARNING: Selecting this option will delete all data from the previous import. Choose this option only if this is intended."
1533
  msgstr ""
1534
 
1535
  #: inc/includes/admin-page.php:1103
@@ -1584,19 +1759,15 @@ msgstr ""
1584
  msgid "Blocks"
1585
  msgstr ""
1586
 
1587
- #: inc/includes/templates.php:125
1588
- #: inc/includes/templates.php:126
1589
  msgid "Close"
1590
  msgstr ""
1591
 
1592
  #: inc/includes/templates.php:130
1593
- #: inc/lib/onboarding/assets/dist/main.js:5
1594
- #: inc/lib/onboarding/assets/src/steps/site-list/header/sync-library/index.js:42
1595
  msgid "Sync Library"
1596
  msgstr ""
1597
 
1598
- #: inc/includes/templates.php:225
1599
- #: inc/includes/templates.php:297
1600
  msgid "INSERT"
1601
  msgstr ""
1602
 
@@ -1605,7 +1776,9 @@ msgid "Insert"
1605
  msgstr ""
1606
 
1607
  #: inc/includes/templates.php:446
1608
- msgid "This starter site requires premium plugins. As these are third party premium plugins, you'll need to purchase, install and activate them first."
 
 
1609
  msgstr ""
1610
 
1611
  #: inc/includes/templates.php:530
@@ -1632,846 +1805,41 @@ msgstr ""
1632
  msgid "Quick Links"
1633
  msgstr ""
1634
 
1635
- #: inc/lib/onboarding/class-onboarding-loader.php:240
1636
  msgid "Enable Brizy Page Builder Templates in Starter Templates"
1637
  msgstr ""
1638
 
1639
- #: inc/lib/onboarding/classes/class-astra-sites-ai-site-setup.php:112
1640
  msgid "You are not authorized to perform this action."
1641
  msgstr ""
1642
 
1643
- #: inc/lib/onboarding/assets/dist/main.js:1
1644
- #: inc/lib/onboarding/assets/src/components/font-selector/font-selector.js:199
1645
- msgid "Default Fonts:"
1646
- msgstr ""
1647
-
1648
- #: inc/lib/onboarding/assets/dist/main.js:1
1649
- #: inc/lib/onboarding/assets/dist/main.js:5
1650
- #: inc/lib/onboarding/assets/src/components/font-selector/font-selector.js:208
1651
- #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-colors/controls.js:266
1652
- msgid "You can also try:"
1653
- msgstr ""
1654
-
1655
- #: inc/lib/onboarding/assets/dist/main.js:1
1656
- #: inc/lib/onboarding/assets/dist/main.js:5
1657
- #: inc/lib/onboarding/assets/src/components/font-selector/font-selector.js:218
1658
- #: inc/lib/onboarding/assets/src/components/media-uploader/index.js:244
1659
- #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-colors/controls.js:279
1660
- msgid "Continue"
1661
- msgstr ""
1662
-
1663
- #: inc/lib/onboarding/assets/dist/main.js:1
1664
- #: inc/lib/onboarding/assets/dist/main.js:3
1665
- #: inc/lib/onboarding/assets/dist/main.js:5
1666
- #: inc/lib/onboarding/assets/dist/main.js:7
1667
- #: inc/lib/onboarding/assets/dist/main.js:13
1668
- #: inc/lib/onboarding/assets/dist/main.js:15
1669
- #: inc/lib/onboarding/assets/src/components/customizer-step/index.js:25
1670
- #: inc/lib/onboarding/assets/src/components/font-selector/font-selector.js:221
1671
- #: inc/lib/onboarding/assets/src/components/media-uploader/index.js:249
1672
- #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/license-validation/controls.js:169
1673
- #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-colors/controls.js:282
1674
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:1507
1675
- #: inc/lib/onboarding/assets/src/steps/page-builder/index.js:152
1676
- #: inc/lib/onboarding/assets/src/steps/site-list/index.js:212
1677
- #: inc/lib/onboarding/assets/src/steps/survey/index.js:305
1678
- #: inc/lib/onboarding/assets/src/steps/welcome/index.js:83
1679
- msgid "Back"
1680
- msgstr ""
1681
-
1682
- #. translators: %1$s Time taken %2$s Time Type %3$s Website Url.
1683
- #: inc/lib/onboarding/assets/dist/main.js:2
1684
- #: inc/lib/onboarding/assets/src/steps/congrats/index.js:97
1685
- msgid "Your Website is ready and it took just %1$s %2$s to build. %3$s"
1686
- msgstr ""
1687
-
1688
- #. translators: Website URL.
1689
- #: inc/lib/onboarding/assets/dist/main.js:3
1690
- #: inc/lib/onboarding/assets/src/steps/congrats/index.js:109
1691
- msgid "Your Website is up and ready!. %1$s"
1692
- msgstr ""
1693
-
1694
- #: inc/lib/onboarding/assets/dist/main.js:3
1695
- #: inc/lib/onboarding/assets/src/steps/congrats/index.js:132
1696
- msgid "Congratulations!"
1697
- msgstr ""
1698
-
1699
- #: inc/lib/onboarding/assets/dist/main.js:3
1700
- #: inc/lib/onboarding/assets/src/steps/congrats/index.js:170
1701
- msgid "CLICK TO TWEET"
1702
- msgstr ""
1703
-
1704
- #: inc/lib/onboarding/assets/dist/main.js:3
1705
- #: inc/lib/onboarding/assets/src/steps/page-builder/index.js:61
1706
- msgid "Select Page Builder"
1707
- msgstr ""
1708
-
1709
- #: inc/lib/onboarding/assets/dist/main.js:3
1710
- #: inc/lib/onboarding/assets/src/steps/page-builder/index.js:63
1711
- msgid "Please choose your preferred page builder from the list below."
1712
- msgstr ""
1713
-
1714
- #: inc/lib/onboarding/assets/dist/main.js:3
1715
- #: inc/lib/onboarding/assets/dist/main.js:5
1716
- #: inc/lib/onboarding/assets/src/steps/page-builder/index.js:82
1717
- #: inc/lib/onboarding/assets/src/steps/page-builder/index.js:85
1718
- #: inc/lib/onboarding/assets/src/steps/site-list/page-builder-filter/index.js:13
1719
- msgid "Block Editor"
1720
- msgstr ""
1721
-
1722
- #: inc/lib/onboarding/assets/dist/main.js:3
1723
- #: inc/lib/onboarding/packages/starter-templates-components/src/grid/index.js:70
1724
- msgid "Add to favorites"
1725
- msgstr ""
1726
-
1727
- #: inc/lib/onboarding/assets/dist/main.js:3
1728
- #: inc/lib/onboarding/packages/starter-templates-components/src/search/index.js:12
1729
- msgid "Search.."
1730
- msgstr ""
1731
-
1732
- #: inc/lib/onboarding/assets/dist/main.js:3
1733
- #: inc/lib/onboarding/packages/starter-templates-components/src/category-list/index.js:82
1734
- msgid "More"
1735
- msgstr ""
1736
-
1737
- #: inc/lib/onboarding/assets/dist/main.js:3
1738
- #: inc/lib/onboarding/packages/starter-templates-components/src/category-list/index.js:93
1739
- msgid "No Categories"
1740
- msgstr ""
1741
-
1742
- #: inc/lib/onboarding/assets/dist/main.js:3
1743
- #: inc/lib/onboarding/assets/dist/main.js:9
1744
- #: inc/lib/onboarding/assets/src/steps/import-site/import-utils.js:85
1745
- #: inc/lib/onboarding/assets/src/steps/import-site/import-utils.js:114
1746
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:1439
1747
- msgid "Fetching related demo failed."
1748
- msgstr ""
1749
-
1750
- #: inc/lib/onboarding/assets/dist/main.js:3
1751
- #: inc/lib/onboarding/assets/src/steps/site-list/search-filter/index.js:152
1752
- msgid "Search for Starter Templates"
1753
- msgstr ""
1754
-
1755
- #: inc/lib/onboarding/assets/dist/main.js:3
1756
- #: inc/lib/onboarding/assets/src/steps/site-list/site-category-filter/index.js:36
1757
- msgid "Blog"
1758
- msgstr ""
1759
-
1760
- #: inc/lib/onboarding/assets/dist/main.js:3
1761
- #: inc/lib/onboarding/assets/src/steps/site-list/site-category-filter/index.js:41
1762
- msgid "eCommerce"
1763
- msgstr ""
1764
-
1765
- #: inc/lib/onboarding/assets/dist/main.js:3
1766
- #: inc/lib/onboarding/assets/src/steps/site-list/site-category-filter/index.js:46
1767
- msgid "eLearning"
1768
- msgstr ""
1769
-
1770
- #: inc/lib/onboarding/assets/dist/main.js:3
1771
- #: inc/lib/onboarding/assets/src/steps/site-list/site-category-filter/index.js:51
1772
- msgid "Restaurant"
1773
- msgstr ""
1774
-
1775
- #: inc/lib/onboarding/assets/dist/main.js:3
1776
- #: inc/lib/onboarding/assets/src/steps/site-list/site-category-filter/index.js:56
1777
- msgid "Agency"
1778
- msgstr ""
1779
-
1780
- #: inc/lib/onboarding/assets/dist/main.js:3
1781
- #: inc/lib/onboarding/assets/src/steps/site-list/site-category-filter/index.js:61
1782
- msgid "Local"
1783
- msgstr ""
1784
-
1785
- #: inc/lib/onboarding/assets/dist/main.js:3
1786
- #: inc/lib/onboarding/assets/src/steps/site-list/site-category-filter/index.js:66
1787
- msgid "Business"
1788
- msgstr ""
1789
-
1790
- #: inc/lib/onboarding/assets/dist/main.js:3
1791
- #: inc/lib/onboarding/assets/src/steps/site-list/site-category-filter/index.js:71
1792
- msgid "Professional"
1793
- msgstr ""
1794
-
1795
- #. translators: %1$s - search term.
1796
- #: inc/lib/onboarding/assets/dist/main.js:5
1797
- #: inc/lib/onboarding/assets/src/steps/site-list/no-result-found/index.js:22
1798
- msgid "Your search - %1$s - did not match any Starter Templates."
1799
- msgstr ""
1800
-
1801
- #: inc/lib/onboarding/assets/dist/main.js:5
1802
- #: inc/lib/onboarding/assets/src/steps/site-list/no-favorite-sites/index.js:12
1803
- msgid "No favorites added. Press the heart icon to add templates as favorites."
1804
- msgstr ""
1805
-
1806
- #: inc/lib/onboarding/assets/dist/main.js:5
1807
- #: inc/lib/onboarding/assets/src/steps/site-list/related-sites/index.js:12
1808
- msgid "Other suggested Starter Templates"
1809
- msgstr ""
1810
-
1811
- #: inc/lib/onboarding/assets/dist/main.js:5
1812
- #: inc/lib/onboarding/assets/dist/main.js:15
1813
- #: inc/lib/onboarding/assets/src/components/exist-to-dashboard/index.js:13
1814
- #: inc/lib/onboarding/assets/src/steps/index.js:200
1815
- msgid "Exit to Dashboard"
1816
- msgstr ""
1817
-
1818
- #: inc/lib/onboarding/assets/dist/main.js:5
1819
- #: inc/lib/onboarding/assets/src/steps/site-list/header/my-favorite/index.js:33
1820
- msgid "My Favorite"
1821
- msgstr ""
1822
-
1823
- #: inc/lib/onboarding/assets/dist/main.js:5
1824
- #: inc/lib/onboarding/assets/src/steps/site-list/header/sync-library/index.js:49
1825
- msgid "Library refreshed successfully"
1826
- msgstr ""
1827
-
1828
- #: inc/lib/onboarding/assets/dist/main.js:5
1829
- #: inc/lib/onboarding/assets/src/steps/site-list/header/sync-library/index.js:60
1830
- msgid "Library refreshed failed!"
1831
- msgstr ""
1832
-
1833
- #: inc/lib/onboarding/assets/dist/main.js:5
1834
- #: inc/lib/onboarding/assets/src/components/change-template/index.js:26
1835
- msgid "Selected Template:"
1836
- msgstr ""
1837
-
1838
- #: inc/lib/onboarding/assets/dist/main.js:5
1839
- #: inc/lib/onboarding/assets/src/components/media-uploader/index.js:138
1840
- msgid "Remove Logo"
1841
- msgstr ""
1842
-
1843
- #: inc/lib/onboarding/assets/dist/main.js:5
1844
- #: inc/lib/onboarding/assets/src/components/media-uploader/index.js:162
1845
- msgid "Site Logo"
1846
- msgstr ""
1847
-
1848
- #: inc/lib/onboarding/assets/dist/main.js:5
1849
- #: inc/lib/onboarding/assets/src/components/media-uploader/index.js:169
1850
- msgid "Change Logo"
1851
- msgstr ""
1852
-
1853
- #: inc/lib/onboarding/assets/dist/main.js:5
1854
- #: inc/lib/onboarding/assets/src/components/media-uploader/index.js:185
1855
- msgid "Upload File Here"
1856
- msgstr ""
1857
-
1858
- #: inc/lib/onboarding/assets/dist/main.js:5
1859
- #: inc/lib/onboarding/assets/src/components/media-uploader/index.js:188
1860
- msgid "Suggested Dimensions: 180x60 pixels"
1861
- msgstr ""
1862
-
1863
- #: inc/lib/onboarding/assets/dist/main.js:5
1864
- #: inc/lib/onboarding/assets/src/components/media-uploader/index.js:201
1865
- msgid "Don't have Logo? No Problem!"
1866
- msgstr ""
1867
-
1868
- #: inc/lib/onboarding/assets/dist/main.js:5
1869
- #: inc/lib/onboarding/assets/src/components/media-uploader/index.js:207
1870
- msgid "You can upload it later"
1871
- msgstr ""
1872
-
1873
- #: inc/lib/onboarding/assets/dist/main.js:5
1874
- #: inc/lib/onboarding/assets/dist/main.js:15
1875
- #: inc/lib/onboarding/assets/src/components/media-uploader/index.js:245
1876
- #: inc/lib/onboarding/assets/src/steps/survey/index.js:280
1877
- msgid "Skip & Continue"
1878
- msgstr ""
1879
-
1880
- #: inc/lib/onboarding/assets/dist/main.js:5
1881
- #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-colors/controls.js:16
1882
- #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-colors/controls.js:109
1883
- msgid "Style 1"
1884
- msgstr ""
1885
-
1886
- #: inc/lib/onboarding/assets/dist/main.js:5
1887
- #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-colors/controls.js:31
1888
- #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-colors/controls.js:124
1889
- msgid "Style 2"
1890
- msgstr ""
1891
-
1892
- #: inc/lib/onboarding/assets/dist/main.js:5
1893
- #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-colors/controls.js:46
1894
- #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-colors/controls.js:139
1895
- msgid "Style 3"
1896
- msgstr ""
1897
-
1898
- #: inc/lib/onboarding/assets/dist/main.js:5
1899
- #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-colors/controls.js:61
1900
- #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-colors/controls.js:154
1901
- msgid "Style 4"
1902
- msgstr ""
1903
-
1904
- #: inc/lib/onboarding/assets/dist/main.js:5
1905
- #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-colors/controls.js:76
1906
- #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-colors/controls.js:169
1907
- msgid "Style 5"
1908
- msgstr ""
1909
-
1910
- #: inc/lib/onboarding/assets/dist/main.js:5
1911
- #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-colors/controls.js:91
1912
- #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-colors/controls.js:184
1913
- msgid "Style 6"
1914
- msgstr ""
1915
-
1916
- #: inc/lib/onboarding/assets/dist/main.js:5
1917
- #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/business-logo/index.js:25
1918
- #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-colors/index.js:25
1919
- #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-typography/index.js:25
1920
- msgid "This is a Premium Template"
1921
- msgstr ""
1922
-
1923
- #: inc/lib/onboarding/assets/dist/main.js:5
1924
- #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/business-logo/index.js:32
1925
- msgid "Logo"
1926
- msgstr ""
1927
-
1928
- #: inc/lib/onboarding/assets/dist/main.js:5
1929
- #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/business-logo/index.js:35
1930
- msgid "Choose logo for your site. You can update it anytime later."
1931
- msgstr ""
1932
-
1933
- #: inc/lib/onboarding/assets/dist/main.js:5
1934
- #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-colors/index.js:32
1935
- msgid "Colors"
1936
- msgstr ""
1937
-
1938
- #: inc/lib/onboarding/assets/dist/main.js:5
1939
- #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-colors/index.js:35
1940
- msgid "Choose colors for your site. You can update them anytime later."
1941
- msgstr ""
1942
-
1943
- #: inc/lib/onboarding/assets/dist/main.js:5
1944
- #: inc/lib/onboarding/assets/src/utils/functions.js:80
1945
- msgid "Default"
1946
- msgstr ""
1947
-
1948
- #: inc/lib/onboarding/assets/dist/main.js:5
1949
- #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-typography/index.js:32
1950
- msgid "Fonts"
1951
- msgstr ""
1952
-
1953
- #: inc/lib/onboarding/assets/dist/main.js:5
1954
- #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-typography/index.js:35
1955
- msgid "Choose fonts for your site. You can update them anytime later."
1956
- msgstr ""
1957
-
1958
- #: inc/lib/onboarding/assets/dist/main.js:5
1959
- #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/license-validation/index.js:16
1960
- 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."
1961
- msgstr ""
1962
-
1963
- #: inc/lib/onboarding/assets/dist/main.js:5
1964
- #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/license-validation/index.js:31
1965
- msgid "Liked this Starter Template?"
1966
- msgstr ""
1967
-
1968
- #: inc/lib/onboarding/assets/dist/main.js:5
1969
- #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/license-validation/index.js:38
1970
- msgid "Unlock Access"
1971
- msgstr ""
1972
-
1973
- #. translators: %1$s Support page URL.
1974
- #: inc/lib/onboarding/assets/dist/main.js:6
1975
- #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/license-validation/controls.js:90
1976
- msgid "<b> Questions? </b> Get in touch with our %1$ssupport team%2$s."
1977
- msgstr ""
1978
-
1979
- #. translators: %1$s Store page URL.
1980
- #: inc/lib/onboarding/assets/dist/main.js:7
1981
- #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/license-validation/controls.js:107
1982
- 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."
1983
- msgstr ""
1984
-
1985
- #: inc/lib/onboarding/assets/dist/main.js:7
1986
- #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/license-validation/controls.js:117
1987
- msgid "Already a customer?"
1988
- msgstr ""
1989
-
1990
- #: inc/lib/onboarding/assets/dist/main.js:7
1991
- #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/license-validation/controls.js:121
1992
- msgid "If you have purchased our Essential or Growth Bundle, just enter your license key below to import this template."
1993
- msgstr ""
1994
-
1995
- #: inc/lib/onboarding/assets/dist/main.js:7
1996
- #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/license-validation/controls.js:135
1997
- msgid "Currently the free version is installed."
1998
- msgstr ""
1999
-
2000
- #: inc/lib/onboarding/assets/dist/main.js:7
2001
- #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/license-validation/controls.js:152
2002
- msgid "License key"
2003
- msgstr ""
2004
-
2005
- #: inc/lib/onboarding/assets/dist/main.js:7
2006
- #: inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/license-validation/controls.js:45
2007
- msgid "Please Enter License Key"
2008
- msgstr ""
2009
-
2010
- #: inc/lib/onboarding/assets/dist/main.js:7
2011
- #: inc/lib/onboarding/assets/src/components/import-steps/import-loader.js:15
2012
- msgid "1. Installing required theme, plugins, forms, etc"
2013
- msgstr ""
2014
-
2015
- #: inc/lib/onboarding/assets/dist/main.js:7
2016
- #: inc/lib/onboarding/assets/src/components/import-steps/import-loader.js:22
2017
- msgid "2. Importing pages, menus, posts, etc"
2018
- msgstr ""
2019
-
2020
- #: inc/lib/onboarding/assets/dist/main.js:7
2021
- #: inc/lib/onboarding/assets/src/components/import-steps/import-loader.js:26
2022
- msgid "3. Setting up customizer settings and ther site settings"
2023
- msgstr ""
2024
-
2025
- #: inc/lib/onboarding/assets/dist/main.js:7
2026
- #: inc/lib/onboarding/assets/src/components/import-steps/import-loader.js:33
2027
- msgid "4. Finalizing last few settings"
2028
- msgstr ""
2029
-
2030
- #: inc/lib/onboarding/assets/dist/main.js:7
2031
- #: inc/lib/onboarding/assets/src/components/import-steps/import-loader.js:44
2032
- msgid "Done "
2033
- msgstr ""
2034
-
2035
- #: inc/lib/onboarding/assets/dist/main.js:7
2036
- #: inc/lib/onboarding/assets/src/components/import-steps/import-loader.js:73
2037
- msgid "Redirecting you in "
2038
- msgstr ""
2039
-
2040
- #: inc/lib/onboarding/assets/dist/main.js:7
2041
- #: inc/lib/onboarding/assets/src/components/import-steps/import-loader.js:75
2042
- msgid "3 seconds…"
2043
- msgstr ""
2044
-
2045
- #: inc/lib/onboarding/assets/dist/main.js:7
2046
- #: inc/lib/onboarding/assets/src/components/error/index.js:75
2047
- msgid "Error Occured!"
2048
- msgstr ""
2049
-
2050
- #: inc/lib/onboarding/assets/dist/main.js:7
2051
- #: inc/lib/onboarding/assets/src/components/error/index.js:141
2052
- msgid "Please report this error&nbsp;"
2053
- msgstr ""
2054
-
2055
- #: inc/lib/onboarding/assets/dist/main.js:7
2056
- #: inc/lib/onboarding/assets/src/components/error/index.js:154
2057
- msgid "&nbsp;so we can fix it."
2058
- msgstr ""
2059
-
2060
- #: inc/lib/onboarding/assets/dist/main.js:7
2061
- #: inc/lib/onboarding/assets/src/components/error/index.js:161
2062
- msgid "Try Importing Again"
2063
- msgstr ""
2064
-
2065
- #: inc/lib/onboarding/assets/dist/main.js:7
2066
- #: inc/lib/onboarding/assets/src/steps/import-site/sse-import.js:36
2067
- msgid "Importing Content…"
2068
- msgstr ""
2069
-
2070
- #: inc/lib/onboarding/assets/dist/main.js:7
2071
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:159
2072
- msgid "Installing Required Plugins."
2073
- msgstr ""
2074
-
2075
- #. translators: Plugin Name.
2076
- #: inc/lib/onboarding/assets/dist/main.js:8
2077
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:176
2078
- msgid "%1$s plugin installed successfully."
2079
- msgstr ""
2080
-
2081
- #: inc/lib/onboarding/assets/dist/main.js:8
2082
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:206
2083
- msgid "Could not install the plugin list."
2084
- msgstr ""
2085
-
2086
- #: inc/lib/onboarding/assets/dist/main.js:8
2087
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:347
2088
- msgid "Reseting site."
2089
- msgstr ""
2090
-
2091
- #: inc/lib/onboarding/assets/dist/main.js:8
2092
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:382
2093
- msgid "Reset for old website is done."
2094
- msgstr ""
2095
-
2096
- #: inc/lib/onboarding/assets/dist/main.js:8
2097
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:396
2098
- msgid "Resetting terms and forms."
2099
- msgstr ""
2100
-
2101
- #: inc/lib/onboarding/assets/dist/main.js:8
2102
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:419
2103
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:436
2104
- msgid "Resetting terms and forms failed."
2105
- msgstr ""
2106
-
2107
- #: inc/lib/onboarding/assets/dist/main.js:8
2108
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:456
2109
- msgid "Gathering posts for deletions."
2110
- msgstr ""
2111
-
2112
- #: inc/lib/onboarding/assets/dist/main.js:8
2113
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:481
2114
- msgid "Resetting posts done."
2115
- msgstr ""
2116
-
2117
- #: inc/lib/onboarding/assets/dist/main.js:8
2118
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:495
2119
- msgid "Resetting posts."
2120
- msgstr ""
2121
-
2122
- #: inc/lib/onboarding/assets/dist/main.js:8
2123
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:522
2124
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:536
2125
- msgid "Resetting posts failed."
2126
- msgstr ""
2127
-
2128
- #: inc/lib/onboarding/assets/dist/main.js:8
2129
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:552
2130
- msgid "Resetting customizer."
2131
- msgstr ""
2132
-
2133
- #: inc/lib/onboarding/assets/dist/main.js:8
2134
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:582
2135
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:596
2136
- msgid "Resetting customizer failed."
2137
- msgstr ""
2138
-
2139
- #: inc/lib/onboarding/assets/dist/main.js:8
2140
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:612
2141
- msgid "Resetting site options."
2142
- msgstr ""
2143
-
2144
- #: inc/lib/onboarding/assets/dist/main.js:8
2145
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:639
2146
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:654
2147
- msgid "Resetting site options Failed."
2148
- msgstr ""
2149
-
2150
- #: inc/lib/onboarding/assets/dist/main.js:8
2151
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:674
2152
- msgid "Resetting widgets."
2153
- msgstr ""
2154
-
2155
- #: inc/lib/onboarding/assets/dist/main.js:8
2156
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:696
2157
- msgid "Resetting widgets JSON parse failed."
2158
- msgstr ""
2159
-
2160
- #: inc/lib/onboarding/assets/dist/main.js:8
2161
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:713
2162
- msgid "Resetting widgets failed."
2163
- msgstr ""
2164
-
2165
- #: inc/lib/onboarding/assets/dist/main.js:8
2166
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:804
2167
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:872
2168
- msgid "Importing forms."
2169
- msgstr ""
2170
-
2171
- #: inc/lib/onboarding/assets/dist/main.js:8
2172
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:832
2173
- msgid "Importing forms failed due to parse JSON error."
2174
- msgstr ""
2175
-
2176
- #: inc/lib/onboarding/assets/dist/main.js:8
2177
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:850
2178
- msgid "Importing forms Failed."
2179
- msgstr ""
2180
-
2181
- #: inc/lib/onboarding/assets/dist/main.js:8
2182
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:899
2183
- msgid "Importing Customizer failed due to parse JSON error."
2184
- msgstr ""
2185
-
2186
- #: inc/lib/onboarding/assets/dist/main.js:8
2187
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:917
2188
- msgid "Importing Customizer Failed."
2189
- msgstr ""
2190
-
2191
- #: inc/lib/onboarding/assets/dist/main.js:8
2192
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:958
2193
- msgid "Importing Site Content."
2194
- msgstr ""
2195
-
2196
- #: inc/lib/onboarding/assets/dist/main.js:8
2197
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:1017
2198
- msgid "Importing Site Content Failed. - Import Process Interrupted"
2199
- msgstr ""
2200
-
2201
- #. translators: Response importMessage
2202
- #: inc/lib/onboarding/assets/dist/main.js:9
2203
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:1044
2204
- msgid "Importing - %1$s"
2205
- msgstr ""
2206
-
2207
- #: inc/lib/onboarding/assets/dist/main.js:9
2208
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:1053
2209
- msgid "Importing Site Content failed due to parse JSON error."
2210
- msgstr ""
2211
-
2212
- #: inc/lib/onboarding/assets/dist/main.js:9
2213
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:1067
2214
- msgid "Importing Site Content Failed."
2215
- msgstr ""
2216
-
2217
- #: inc/lib/onboarding/assets/dist/main.js:9
2218
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:941
2219
- msgid "The XML URL for the site content is empty."
2220
- msgstr ""
2221
-
2222
- #: inc/lib/onboarding/assets/dist/main.js:9
2223
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:946
2224
- msgid "Importing Site Content Failed"
2225
- msgstr ""
2226
-
2227
- #: inc/lib/onboarding/assets/dist/main.js:9
2228
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:1080
2229
- msgid "Importing Site Options."
2230
- msgstr ""
2231
-
2232
- #: inc/lib/onboarding/assets/dist/main.js:9
2233
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:1107
2234
- msgid "Importing Site Options failed due to parse JSON error."
2235
- msgstr ""
2236
-
2237
- #: inc/lib/onboarding/assets/dist/main.js:9
2238
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:1125
2239
- msgid "Importing Site Options Failed."
2240
- msgstr ""
2241
-
2242
- #: inc/lib/onboarding/assets/dist/main.js:9
2243
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:1146
2244
- msgid "Importing Widgets."
2245
- msgstr ""
2246
-
2247
- #: inc/lib/onboarding/assets/dist/main.js:9
2248
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:1175
2249
- msgid "Importing Widgets failed due to parse JSON error."
2250
- msgstr ""
2251
-
2252
- #: inc/lib/onboarding/assets/dist/main.js:9
2253
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:1193
2254
- msgid "Importing Widgets Failed."
2255
- msgstr ""
2256
-
2257
- #: inc/lib/onboarding/assets/dist/main.js:9
2258
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:1214
2259
- msgid "Final finishings."
2260
- msgstr ""
2261
-
2262
- #: inc/lib/onboarding/assets/dist/main.js:9
2263
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:1261
2264
- msgid "Final finishings failed due to parse JSON error."
2265
- msgstr ""
2266
-
2267
- #: inc/lib/onboarding/assets/dist/main.js:9
2268
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:1305
2269
- msgid "Final finishings Failed."
2270
- msgstr ""
2271
-
2272
- #: inc/lib/onboarding/assets/dist/main.js:9
2273
- #: inc/lib/onboarding/assets/src/steps/import-site/import-utils.js:172
2274
- msgid "Installing Astra Theme…"
2275
- msgstr ""
2276
-
2277
- #: inc/lib/onboarding/assets/dist/main.js:9
2278
- #: inc/lib/onboarding/assets/src/steps/import-site/import-utils.js:186
2279
- #: inc/lib/onboarding/assets/src/steps/import-site/import-utils.js:209
2280
- msgid "Astra Theme Installed."
2281
- msgstr ""
2282
-
2283
- #: inc/lib/onboarding/assets/dist/main.js:9
2284
- #: inc/lib/onboarding/assets/src/steps/import-site/import-utils.js:219
2285
- msgid "Astra theme installation failed."
2286
- msgstr ""
2287
-
2288
- #: inc/lib/onboarding/assets/dist/main.js:9
2289
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:1338
2290
- msgid "Invalid demo selected. Please contact us."
2291
- msgstr ""
2292
-
2293
- #: inc/lib/onboarding/assets/dist/main.js:9
2294
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:1381
2295
- msgid "Are you sure you want to cancel the site import process?"
2296
- msgstr ""
2297
-
2298
- #: inc/lib/onboarding/assets/dist/main.js:9
2299
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:141
2300
- msgid "Starting Import."
2301
- msgstr ""
2302
-
2303
- #: inc/lib/onboarding/assets/dist/main.js:9
2304
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:1421
2305
- msgid "Import is already done."
2306
- msgstr ""
2307
-
2308
- #: inc/lib/onboarding/assets/dist/main.js:9
2309
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:1430
2310
- msgid "Import is already in progress."
2311
- msgstr ""
2312
-
2313
- #: inc/lib/onboarding/assets/dist/main.js:9
2314
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:737
2315
- msgid "Importing CartFlows flows."
2316
- msgstr ""
2317
-
2318
- #: inc/lib/onboarding/assets/dist/main.js:9
2319
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:765
2320
- msgid "Importing CartFlows flows failed due to parse JSON error."
2321
- msgstr ""
2322
-
2323
- #: inc/lib/onboarding/assets/dist/main.js:9
2324
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:783
2325
- msgid "Importing CartFlows flows Failed."
2326
- msgstr ""
2327
-
2328
- #. translators: Plugin Name.
2329
- #: inc/lib/onboarding/assets/dist/main.js:10
2330
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:231
2331
- msgid "Activating %1$s plugin."
2332
- msgstr ""
2333
-
2334
- #. translators: Plugin Name.
2335
- #: inc/lib/onboarding/assets/dist/main.js:11
2336
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:275
2337
- msgid "%1$s activated."
2338
- msgstr ""
2339
-
2340
- #: inc/lib/onboarding/assets/dist/main.js:11
2341
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:283
2342
- msgid "JSON_Error: Could not activate the required plugin list."
2343
- msgstr ""
2344
-
2345
- #. translators: Support article URL.
2346
- #: inc/lib/onboarding/assets/dist/main.js:12
2347
- #: inc/lib/onboarding/assets/dist/main.js:13
2348
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:292
2349
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:317
2350
- msgid "<a href=\"%1$s\">Read article</a> to resolve the issue and continue importing template."
2351
- msgstr ""
2352
-
2353
- #: inc/lib/onboarding/assets/dist/main.js:12
2354
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:308
2355
- msgid "Could not activate the required plugin list."
2356
- msgstr ""
2357
-
2358
- #: inc/lib/onboarding/assets/dist/main.js:13
2359
- #: inc/lib/onboarding/assets/src/steps/import-site/index.js:1475
2360
- msgid "We are building your website…"
2361
- msgstr ""
2362
-
2363
- #: inc/lib/onboarding/assets/dist/main.js:13
2364
- #: inc/lib/onboarding/assets/src/steps/survey/survey.js:13
2365
- msgid "Tell us a little bit about yourself"
2366
- msgstr ""
2367
-
2368
- #: inc/lib/onboarding/assets/dist/main.js:13
2369
- #: inc/lib/onboarding/assets/src/steps/survey/survey.js:54
2370
- msgid "I am…"
2371
- msgstr ""
2372
-
2373
- #: inc/lib/onboarding/assets/dist/main.js:13
2374
- #: inc/lib/onboarding/assets/src/steps/survey/survey.js:60
2375
- msgid "Intermidiate"
2376
- msgstr ""
2377
-
2378
- #: inc/lib/onboarding/assets/dist/main.js:13
2379
- #: inc/lib/onboarding/assets/src/steps/survey/survey.js:83
2380
- msgid "I am building website for…"
2381
- msgstr ""
2382
-
2383
- #: inc/lib/onboarding/assets/dist/main.js:13
2384
- #: inc/lib/onboarding/assets/src/steps/survey/survey.js:86
2385
- msgid "Myself/My Company"
2386
- msgstr ""
2387
-
2388
- #: inc/lib/onboarding/assets/dist/main.js:13
2389
- #: inc/lib/onboarding/assets/src/steps/survey/survey.js:89
2390
- msgid "My Client"
2391
- msgstr ""
2392
-
2393
- #: inc/lib/onboarding/assets/dist/main.js:13
2394
- #: inc/lib/onboarding/assets/src/steps/survey/advanced-settings.js:104
2395
- msgid "Delete Previously imported sites"
2396
- msgstr ""
2397
-
2398
- #: inc/lib/onboarding/assets/dist/main.js:13
2399
- #: inc/lib/onboarding/assets/src/steps/survey/advanced-settings.js:117
2400
- 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"
2401
- msgstr ""
2402
-
2403
- #: inc/lib/onboarding/assets/dist/main.js:13
2404
- #: inc/lib/onboarding/assets/src/steps/survey/advanced-settings.js:172
2405
- msgid "Starter Templates customizer serves global settings that give uniform design to the website. Choosing this option will override your current customizer settings."
2406
- msgstr ""
2407
-
2408
- #: inc/lib/onboarding/assets/dist/main.js:13
2409
- #: inc/lib/onboarding/assets/src/steps/survey/advanced-settings.js:271
2410
- msgid "Share Non-Sensitive Data"
2411
- msgstr ""
2412
-
2413
- #: inc/lib/onboarding/assets/dist/main.js:13
2414
- #: inc/lib/onboarding/assets/src/steps/survey/advanced-settings.js:279
2415
- msgid "Help our developers build better templates and products for you by sharing anonymous and non-sensitive data about your website."
2416
- msgstr ""
2417
-
2418
- #: inc/lib/onboarding/assets/dist/main.js:13
2419
- #: inc/lib/onboarding/assets/src/steps/survey/advanced-settings.js:288
2420
- msgid "Learn More"
2421
- msgstr ""
2422
-
2423
- #: inc/lib/onboarding/assets/dist/main.js:13
2424
- #: inc/lib/onboarding/assets/src/steps/welcome/index.js:36
2425
- msgid "Getting Started with Starter Templates"
2426
- msgstr ""
2427
-
2428
- #: inc/lib/onboarding/assets/dist/main.js:13
2429
- #: inc/lib/onboarding/assets/src/steps/welcome/index.js:42
2430
- msgid "This is the very beginning of the fastest and easiest website building experience you`ve ever had!"
2431
- msgstr ""
2432
-
2433
- #: inc/lib/onboarding/assets/dist/main.js:13
2434
- #: inc/lib/onboarding/assets/src/steps/welcome/index.js:69
2435
- msgid "Build Your Website Now"
2436
- msgstr ""
2437
-
2438
- #: inc/lib/onboarding/assets/dist/main.js:13
2439
- #: inc/lib/onboarding/assets/src/steps/site-list/index.js:125
2440
- msgid "What type of website are you building?"
2441
- msgstr ""
2442
-
2443
- #. translators: %1$s: search term.
2444
- #: inc/lib/onboarding/assets/dist/main.js:15
2445
- #: inc/lib/onboarding/assets/src/steps/site-list/index.js:177
2446
- msgid "Starter Templates for %1$s:"
2447
- msgstr ""
2448
-
2449
- #: inc/lib/onboarding/assets/dist/main.js:15
2450
- #: inc/lib/onboarding/assets/src/steps/site-list/index.js:218
2451
- msgid "Get unlimited access to all Premium Starter Templates and more, at a single low cost!"
2452
  msgstr ""
2453
 
2454
- #: inc/lib/onboarding/assets/dist/main.js:15
2455
- #: inc/lib/onboarding/assets/src/steps/survey/index.js:170
2456
- msgid "Required plugins missing"
 
 
 
2457
  msgstr ""
2458
 
2459
- #: inc/lib/onboarding/assets/dist/main.js:15
2460
- #: inc/lib/onboarding/assets/src/steps/survey/index.js:177
2461
- msgid "Required plugins -"
2462
  msgstr ""
2463
 
2464
- #: inc/lib/onboarding/assets/dist/main.js:15
2465
- #: inc/lib/onboarding/assets/src/steps/survey/index.js:202
2466
- msgid "Skip & Start Importing"
2467
  msgstr ""
2468
 
2469
- #: inc/lib/onboarding/assets/dist/main.js:15
2470
- #: inc/lib/onboarding/assets/src/steps/survey/index.js:148
2471
- msgid "Okay, just one last step…"
 
2472
  msgstr ""
2473
 
2474
- #: inc/lib/onboarding/assets/dist/main.js:15
2475
- #: inc/lib/onboarding/assets/src/steps/survey/index.js:157
2476
- msgid "Submit & Build My Website"
2477
- msgstr ""
1
  # Copyright (C) 2021 Brainstorm Force
2
+ # This file is distributed under the same license as the Starter Templates package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Starter Templates 3.0.19\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/astra-sites\n"
7
+ "POT-Creation-Date: 2021-12-29 04:45:24+00:00\n"
 
8
  "MIME-Version: 1.0\n"
9
+ "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
11
+ "PO-Revision-Date: 2021-MO-DA HO:MI+ZONE\n"
12
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
+ "Language-Team: LANGUAGE <LL@li.org>\n"
14
+ "Language: en\n"
15
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
+ "X-Poedit-Country: United States\n"
17
+ "X-Poedit-SourceCharset: UTF-8\n"
18
+ "X-Poedit-KeywordsList: "
19
+ "__;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_"
20
+ "attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c;\n"
21
+ "X-Poedit-Basepath: ../\n"
22
+ "X-Poedit-SearchPath-0: .\n"
23
+ "X-Poedit-Bookmarks: \n"
24
+ "X-Textdomain-Support: yes\n"
25
+ "X-Generator: grunt-wp-i18n 1.0.3\n"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
 
 
27
  #: admin/bsf-analytics/class-bsf-analytics.php:216
28
+ #. translators: %s product name
29
+ msgid ""
30
+ "Want to help make <strong>%1s</strong> even more awesome? Allow us to "
31
+ "collect non-sensitive diagnostic data and usage information. "
32
  msgstr ""
33
 
34
  #: admin/bsf-analytics/class-bsf-analytics.php:219
35
  msgid "This will be applicable for all sites from the network."
36
  msgstr ""
37
 
 
38
  #: admin/bsf-analytics/class-bsf-analytics.php:243
39
+ #. translators: %s usage doc link
40
  msgid " Know More."
41
  msgstr ""
42
 
52
  msgid "Usage Tracking"
53
  msgstr ""
54
 
 
55
  #: admin/bsf-analytics/class-bsf-analytics.php:408
56
+ #. translators: %s Product title
57
  msgid "Allow %s products to track non-sensitive usage tracking data."
58
  msgstr ""
59
 
65
  msgid "Learn More."
66
  msgstr ""
67
 
68
+ #. Plugin Name of the plugin/theme
69
+ msgid "Starter Templates"
70
+ msgstr ""
71
+
72
  #: classes/class-astra-sites-admin.php:110
73
+ msgid ""
74
+ "Get unlimited access to all premium Starter Templates and more, at a single "
75
+ "low cost!"
76
  msgstr ""
77
 
78
  #: classes/class-astra-sites-admin.php:111
 
 
79
  msgid "Get Essential Bundle"
80
  msgstr ""
81
 
82
  #: classes/class-astra-sites-admin.php:167
83
+ #. translators: %1$s white label plugin name and %2$s deactivation link
84
+ msgid ""
85
+ "Hello! Seems like you have used Starter Templates to build this website "
86
+ "&mdash; Thanks a ton!"
87
  msgstr ""
88
 
89
  #: classes/class-astra-sites-admin.php:168
90
+ msgid ""
91
+ "Could you please do us a BIG favor and give it a 5-star rating on "
92
+ "WordPress? This would boost our motivation and help other users make a "
93
+ "comfortable decision while choosing the Starter Templates."
94
  msgstr ""
95
 
96
  #: classes/class-astra-sites-admin.php:170
174
  msgid "Unable to connect to the filesystem. Please confirm your credentials."
175
  msgstr ""
176
 
 
177
  #: inc/classes/batch-import/class-astra-sites-batch-site-import.php:539
178
+ #. translators: %s plugin name.
179
  msgid "Successfully installed \"%s\" plugin!"
180
  msgstr ""
181
 
188
  msgstr ""
189
 
190
  #: inc/classes/class-astra-sites-importer-log.php:101
191
+ msgid ""
192
+ "You can easily update permissions by adding the following code into the "
193
+ "wp-config.php file."
194
  msgstr ""
195
 
196
  #: inc/classes/class-astra-sites-importer-log.php:269
201
  msgid "Disabled"
202
  msgstr ""
203
 
 
 
 
 
 
 
204
  #: inc/classes/class-astra-sites-importer-log.php:357
205
  #: inc/classes/class-astra-sites-importer-log.php:416
206
  msgid "Yes"
211
  msgid "No"
212
  msgstr ""
213
 
 
 
 
 
 
214
  #: inc/classes/class-astra-sites-importer-log.php:434
215
  msgid "You currently have no scheduled cron events."
216
  msgstr ""
217
 
218
  #: inc/classes/class-astra-sites-importer.php:195
219
+ #: inc/classes/class-astra-sites-importer.php:351
220
+ #: inc/classes/class-astra-sites-importer.php:395
221
+ #: inc/classes/class-astra-sites-importer.php:466
222
+ #: inc/classes/class-astra-sites-importer.php:512
223
+ #: inc/classes/class-astra-sites-importer.php:554
224
+ #: inc/classes/class-astra-sites-importer.php:717
225
+ #: inc/classes/class-astra-sites-importer.php:745
226
+ #: inc/classes/class-astra-sites-importer.php:779
227
+ #: inc/classes/class-astra-sites-importer.php:844
228
+ #: inc/classes/class-astra-sites-importer.php:888
229
+ #: inc/classes/class-astra-sites-importer.php:927
230
+ #: inc/classes/class-astra-sites.php:402 inc/classes/class-astra-sites.php:451
231
+ #: inc/classes/class-astra-sites.php:675 inc/classes/class-astra-sites.php:779
232
+ #: inc/classes/class-astra-sites.php:851 inc/classes/class-astra-sites.php:882
233
+ #: inc/classes/class-astra-sites.php:1076
234
+ #: inc/classes/class-astra-sites.php:1095
235
+ #: inc/classes/class-astra-sites.php:1118
236
+ #: inc/classes/class-astra-sites.php:1172
237
+ #: inc/classes/class-astra-sites.php:1224
238
+ #: inc/classes/class-astra-sites.php:1240
 
 
 
239
  msgid "You are not allowed to perform this action"
240
  msgstr ""
241
 
242
+ #: inc/classes/class-astra-sites-importer.php:204
243
+ #: inc/classes/class-astra-sites-importer.php:406
244
+ #: inc/classes/class-astra-sites.php:503
245
+ #: inc/lib/onboarding/classes/class-astra-sites-ai-site-setup.php:61
246
  #. Translators: %s is WP Forms URL.
247
  #. Translators: %s is XML URL.
248
  #. Translators: %s is API URL.
 
 
 
 
249
  msgid "Invalid Request URL - %s"
250
  msgstr ""
251
 
258
  msgid "There was an error downloading the WP Forms file."
259
  msgstr ""
260
 
261
+ #: inc/classes/class-astra-sites-importer.php:318
262
  msgid "Invalid file for CartFlows flows"
263
  msgstr ""
264
 
265
+ #: inc/classes/class-astra-sites-importer.php:321
266
+ #: inc/classes/class-astra-sites-importer.php:324
267
  msgid "There was an error downloading the CartFlows flows file."
268
  msgstr ""
269
 
270
+ #: inc/classes/class-astra-sites-importer.php:377
271
  msgid "Customizer data is empty!"
272
  msgstr ""
273
 
274
+ #: inc/classes/class-astra-sites-importer.php:399
275
+ msgid ""
276
+ "The XMLReader library is not available. This library is required to import "
277
+ "the content for the website."
278
  msgstr ""
279
 
280
+ #: inc/classes/class-astra-sites-importer.php:435
281
  msgid "There was an error downloading the XML file."
282
  msgstr ""
283
 
284
+ #: inc/classes/class-astra-sites-importer.php:490
285
  msgid "Site options are empty!"
286
  msgstr ""
287
 
288
+ #: inc/classes/class-astra-sites-importer.php:535
289
  msgid "Widget data is empty!"
290
  msgstr ""
291
 
292
+ #: inc/classes/class-astra-sites-importer.php:823
293
  msgid "Deleted Widgets!"
294
  msgstr ""
295
 
 
296
  #: inc/classes/class-astra-sites-page.php:95
297
+ #. translators: %1$s is the admin page URL, %2$s is product name.
298
+ msgid ""
299
+ "Thank you for choosing %1$s! Check the library of <a "
300
+ "class=\"astra-sites-getting-started-btn\" href=\"%2$s\">ready starter "
301
+ "templates here »</a>"
302
  msgstr ""
303
 
304
  #: inc/classes/class-astra-sites-page.php:264
318
  msgstr ""
319
 
320
  #: inc/classes/class-astra-sites-page.php:310
321
+ #: inc/classes/class-astra-sites.php:1624
322
+ #: inc/classes/class-astra-sites.php:1889 inc/includes/templates.php:302
 
323
  msgid "Get Access!"
324
  msgstr ""
325
 
326
  #: inc/classes/class-astra-sites-page.php:312
327
+ msgid ""
328
+ "The import process can take a few minutes depending on the size of the site "
329
+ "and speed of the connection."
330
  msgstr ""
331
 
332
  #: inc/classes/class-astra-sites-page.php:343
340
  #: inc/classes/class-astra-sites-page.php:372
341
  #: inc/classes/class-astra-sites-page.php:374
342
  #: inc/classes/class-astra-sites-page.php:386
343
+ #: inc/classes/class-astra-sites.php:1401 inc/includes/templates.php:28
 
344
  #: inc/includes/templates.php:35
 
 
 
345
  msgid "All"
346
  msgstr ""
347
 
348
+ #: inc/classes/class-astra-sites-page.php:391 inc/includes/templates.php:29
 
349
  msgid "Free"
350
  msgstr ""
351
 
352
+ #: inc/classes/class-astra-sites-page.php:396 inc/includes/admin-page.php:251
353
+ #: inc/includes/admin-page.php:345 inc/includes/admin-page.php:410
354
+ #: inc/includes/admin-page.php:498 inc/includes/admin-page.php:559
355
+ #: inc/includes/templates.php:30 inc/includes/templates.php:181
356
+ #: inc/includes/templates.php:308 inc/includes/templates.php:394
 
 
 
 
 
 
 
 
 
 
 
 
357
  msgid "Premium"
358
  msgstr ""
359
 
360
+ #: inc/classes/class-astra-sites-page.php:404 inc/includes/templates.php:44
 
361
  msgid "Search..."
362
  msgstr ""
363
 
370
  msgstr ""
371
 
372
  #: inc/classes/class-astra-sites-page.php:484
 
 
 
 
 
373
  msgid "Elementor"
374
  msgstr ""
375
 
376
  #: inc/classes/class-astra-sites-page.php:489
 
 
 
 
 
377
  msgid "Beaver Builder"
378
  msgstr ""
379
 
380
  #: inc/classes/class-astra-sites-page.php:494
 
 
 
 
 
381
  msgid "Brizy"
382
  msgstr ""
383
 
 
384
  #: inc/classes/class-astra-sites-page.php:542
385
+ #. translators: 1: The number of years in an interval of time.
386
  msgid "%s year"
387
  msgid_plural "%s years"
388
  msgstr[0] ""
389
  msgstr[1] ""
390
 
 
391
  #: inc/classes/class-astra-sites-page.php:544
392
+ #. translators: 1: The number of months in an interval of time.
393
  msgid "%s month"
394
  msgid_plural "%s months"
395
  msgstr[0] ""
396
  msgstr[1] ""
397
 
 
398
  #: inc/classes/class-astra-sites-page.php:546
399
+ #. translators: 1: The number of weeks in an interval of time.
400
  msgid "%s week"
401
  msgid_plural "%s weeks"
402
  msgstr[0] ""
403
  msgstr[1] ""
404
 
 
405
  #: inc/classes/class-astra-sites-page.php:548
406
+ #. translators: 1: The number of days in an interval of time.
407
  msgid "%s day"
408
  msgid_plural "%s days"
409
  msgstr[0] ""
410
  msgstr[1] ""
411
 
 
412
  #: inc/classes/class-astra-sites-page.php:550
413
+ #. translators: 1: The number of hours in an interval of time.
414
  msgid "%s hour"
415
  msgid_plural "%s hours"
416
  msgstr[0] ""
417
  msgstr[1] ""
418
 
 
419
  #: inc/classes/class-astra-sites-page.php:552
420
+ #. translators: 1: The number of minutes in an interval of time.
421
  msgid "%s minute"
422
  msgid_plural "%s minutes"
423
  msgstr[0] ""
424
  msgstr[1] ""
425
 
 
426
  #: inc/classes/class-astra-sites-page.php:554
427
+ #. translators: 1: The number of seconds in an interval of time.
428
  msgid "%s second"
429
  msgid_plural "%s seconds"
430
  msgstr[0] ""
435
  msgstr ""
436
 
437
  #: inc/classes/class-astra-sites-page.php:612
438
+ msgid ""
439
+ "ERROR! Cron schedules are disabled by setting constant DISABLE_WP_CRON to "
440
+ "true.<br/>To start the import process please enable the cron by setting the "
441
+ "constant to false. E.g. define( 'DISABLE_WP_CRON', false );"
442
  msgstr ""
443
 
444
  #: inc/classes/class-astra-sites-page.php:616
445
+ msgid ""
446
+ "ERROR! Cron schedules are disabled by setting constant ALTERNATE_WP_CRON to "
447
+ "true.<br/>To start the import process please enable the cron by setting the "
448
+ "constant to false. E.g. define( 'ALTERNATE_WP_CRON', false );"
449
  msgstr ""
450
 
 
451
  #: inc/classes/class-astra-sites-page.php:652
452
+ #. translators: 1: The HTTP response code.
453
  msgid "Unexpected HTTP response code: %s"
454
  msgstr ""
455
 
 
456
  #: inc/classes/class-astra-sites-white-label.php:223
457
+ #. translators: %1$s product name
458
  msgid "%1$s Branding"
459
  msgstr ""
460
 
471
  msgid "Invalid Site ID,"
472
  msgstr ""
473
 
 
474
  #: inc/classes/class-astra-sites-wp-cli.php:171
475
+ #. Translators: %s is the error message.
476
  msgid "Site Import failed due to error: %s"
477
  msgstr ""
478
 
481
  msgstr ""
482
 
483
  #: inc/classes/class-astra-sites-wp-cli.php:184
484
+ msgid ""
485
+ "Use `wp plugin deactivate astra-sites` and then `wp plugin activate "
486
+ "astra-pro-sites`"
487
  msgstr ""
488
 
 
489
  #: inc/classes/class-astra-sites-wp-cli.php:188
490
+ #. translators: %s is the activate plugin license link.
491
+ msgid ""
492
+ "Use CLI command `wp brainstormforce license activate astra-pro-sites "
493
+ "{YOUR_LICENSE_KEY}`"
494
  msgstr ""
495
 
496
  #: inc/classes/class-astra-sites-wp-cli.php:201
509
  msgid "Importing Widgets.."
510
  msgstr ""
511
 
 
512
  #: inc/classes/class-astra-sites-wp-cli.php:286
513
+ #. translators: %s is the site URL.
514
  msgid ""
515
  "Site Imported Successfully!\n"
516
  "Visit: %s"
520
  msgid "Invalid XML URL."
521
  msgstr ""
522
 
 
523
  #: inc/classes/class-astra-sites-wp-cli.php:326
524
+ #. translators: %s is the XML file URL.
525
  msgid "Downloading %s"
526
  msgstr ""
527
 
529
  msgid "Importing WXR.."
530
  msgstr ""
531
 
 
532
  #: inc/classes/class-astra-sites-wp-cli.php:334
533
+ #. translators: %s is error message.
534
  msgid "WXR file Download Failed. Error %s"
535
  msgstr ""
536
 
558
  msgid "Please add valid parameter."
559
  msgstr ""
560
 
 
561
  #: inc/classes/class-astra-sites-wp-cli.php:493
562
+ #. translators: %s is the current page builder name.
563
  msgid "Default page builder is \"%s\"."
564
  msgstr ""
565
 
 
566
  #: inc/classes/class-astra-sites-wp-cli.php:501
567
+ #. translators: %s is the page builder name.
568
  msgid "\"%s\" is set as default page builder."
569
  msgstr ""
570
 
581
  msgstr ""
582
 
583
  #: inc/classes/class-astra-sites-wp-cli.php:561
584
+ msgid ""
585
+ "This page builder plugin is not installed. Please try a different page "
586
+ "builder."
587
  msgstr ""
588
 
589
  #: inc/classes/class-astra-sites-wp-cli.php:570
594
  msgid "This site category does not exist. Please try a different site category."
595
  msgstr ""
596
 
597
+ #: inc/classes/class-astra-sites.php:408
598
  msgid "Invalid API URL."
599
  msgstr ""
600
 
601
+ #: inc/classes/class-astra-sites.php:420
602
  msgid "Invalid Post Meta"
603
  msgstr ""
604
 
605
+ #: inc/classes/class-astra-sites.php:427
606
  msgid "Invalid Post ID or Elementor Meta"
607
  msgstr ""
608
 
609
+ #: inc/classes/class-astra-sites.php:485
610
  msgid "Provided API URL is empty! Please try again!"
611
  msgstr ""
612
 
613
+ #: inc/classes/class-astra-sites.php:522
614
  #. translators: %s Error Message
 
615
  msgid "API Request could not be performed - %s"
616
  msgstr ""
617
 
618
+ #: inc/classes/class-astra-sites.php:527
619
  #. translators: %s Error Message
 
620
  msgid "API Request has failed - %s"
621
  msgstr ""
622
 
623
+ #: inc/classes/class-astra-sites.php:556
624
  msgid "Internal Server Error."
625
  msgstr ""
626
 
627
+ #: inc/classes/class-astra-sites.php:562
628
  #. translators: %s IP address.
 
629
  msgid "Client IP: %1$s </br> Error code: %2$s"
630
  msgstr ""
631
 
632
+ #: inc/classes/class-astra-sites.php:890
633
  msgid "Need to send URL of the image to be downloaded"
634
  msgstr ""
635
 
636
+ #: inc/classes/class-astra-sites.php:915
637
  msgid "Could not download the image."
638
  msgstr ""
639
 
640
+ #: inc/classes/class-astra-sites.php:1103
641
  msgid "Theme Activated"
642
  msgstr ""
643
 
644
+ #: inc/classes/class-astra-sites.php:1266
645
  msgid "User does not have permission!"
646
  msgstr ""
647
 
648
+ #: inc/classes/class-astra-sites.php:1339
649
  msgid "See Library"
650
  msgstr ""
651
 
652
+ #: inc/classes/class-astra-sites.php:1402
653
  msgid "Animals"
654
  msgstr ""
655
 
656
+ #: inc/classes/class-astra-sites.php:1403
657
  msgid "Architecture/Buildings"
658
  msgstr ""
659
 
660
+ #: inc/classes/class-astra-sites.php:1404
661
  msgid "Backgrounds/Textures"
662
  msgstr ""
663
 
664
+ #: inc/classes/class-astra-sites.php:1405
665
  msgid "Beauty/Fashion"
666
  msgstr ""
667
 
668
+ #: inc/classes/class-astra-sites.php:1406
669
  msgid "Business/Finance"
670
  msgstr ""
671
 
672
+ #: inc/classes/class-astra-sites.php:1407
673
  msgid "Computer/Communication"
674
  msgstr ""
675
 
676
+ #: inc/classes/class-astra-sites.php:1408
677
  msgid "Education"
678
  msgstr ""
679
 
680
+ #: inc/classes/class-astra-sites.php:1409
681
  msgid "Emotions"
682
  msgstr ""
683
 
684
+ #: inc/classes/class-astra-sites.php:1410
685
  msgid "Food/Drink"
686
  msgstr ""
687
 
688
+ #: inc/classes/class-astra-sites.php:1411
689
  msgid "Health/Medical"
690
  msgstr ""
691
 
692
+ #: inc/classes/class-astra-sites.php:1412
693
  msgid "Industry/Craft"
694
  msgstr ""
695
 
696
+ #: inc/classes/class-astra-sites.php:1413
697
  msgid "Music"
698
  msgstr ""
699
 
700
+ #: inc/classes/class-astra-sites.php:1414
701
  msgid "Nature/Landscapes"
702
  msgstr ""
703
 
704
+ #: inc/classes/class-astra-sites.php:1415
705
  msgid "People"
706
  msgstr ""
707
 
708
+ #: inc/classes/class-astra-sites.php:1416
709
  msgid "Places/Monuments"
710
  msgstr ""
711
 
712
+ #: inc/classes/class-astra-sites.php:1417
713
  msgid "Religion"
714
  msgstr ""
715
 
716
+ #: inc/classes/class-astra-sites.php:1418
717
  msgid "Science/Technology"
718
  msgstr ""
719
 
720
+ #: inc/classes/class-astra-sites.php:1419
721
  msgid "Sports"
722
  msgstr ""
723
 
724
+ #: inc/classes/class-astra-sites.php:1420
725
  msgid "Transportation/Traffic"
726
  msgstr ""
727
 
728
+ #: inc/classes/class-astra-sites.php:1421
729
  msgid "Travel/Vacation"
730
  msgstr ""
731
 
732
+ #: inc/classes/class-astra-sites.php:1424
 
 
733
  msgid "Popular"
734
  msgstr ""
735
 
736
+ #: inc/classes/class-astra-sites.php:1425
 
 
737
  msgid "Latest"
738
  msgstr ""
739
 
740
+ #: inc/classes/class-astra-sites.php:1426
741
  msgid "Upcoming"
742
  msgstr ""
743
 
744
+ #: inc/classes/class-astra-sites.php:1427
745
  msgid "Editor's Choice"
746
  msgstr ""
747
 
748
+ #: inc/classes/class-astra-sites.php:1430
749
  msgid "Any Orientation"
750
  msgstr ""
751
 
752
+ #: inc/classes/class-astra-sites.php:1431
753
  msgid "Vertical"
754
  msgstr ""
755
 
756
+ #: inc/classes/class-astra-sites.php:1432
757
  msgid "Horizontal"
758
  msgstr ""
759
 
760
+ #: inc/classes/class-astra-sites.php:1434
761
  msgid "Free Images"
762
  msgstr ""
763
 
764
+ #: inc/classes/class-astra-sites.php:1435
765
  msgid "Search - Ex: flowers"
766
  msgstr ""
767
 
768
+ #: inc/classes/class-astra-sites.php:1436
769
  msgid "Downloading..."
770
  msgstr ""
771
 
772
+ #: inc/classes/class-astra-sites.php:1437
773
  msgid "Validating..."
774
  msgstr ""
775
 
776
+ #: inc/classes/class-astra-sites.php:1438
777
  msgid "Please enter an API key."
778
  msgstr ""
779
 
780
+ #: inc/classes/class-astra-sites.php:1439
781
  msgid "An error occured with code "
782
  msgstr ""
783
 
784
+ #: inc/classes/class-astra-sites.php:1496
785
  msgid "Installed! Activating.."
786
  msgstr ""
787
 
788
+ #: inc/classes/class-astra-sites.php:1497
789
  msgid "Activating..."
790
  msgstr ""
791
 
792
+ #: inc/classes/class-astra-sites.php:1498
793
  msgid "Activated!"
794
  msgstr ""
795
 
796
+ #: inc/classes/class-astra-sites.php:1499
797
  msgid "Installing..."
798
  msgstr ""
799
 
800
+ #: inc/classes/class-astra-sites.php:1626
801
  msgid "Upgrade"
802
  msgstr ""
803
 
804
+ #: inc/classes/class-astra-sites.php:1630
805
+ msgid ""
806
+ "Syncing template library in the background. The process can take anywhere "
807
+ "between 2 to 3 minutes. We will notify you once done."
808
  msgstr ""
809
 
810
+ #: inc/classes/class-astra-sites.php:1631
811
+ msgid ""
812
+ "Some of the files required during the import process are "
813
+ "missing.<br/><br/>Please try again after some time."
814
  msgstr ""
815
 
816
+ #: inc/classes/class-astra-sites.php:1632
817
+ msgid ""
818
+ "<p>WordPress debug mode is currently enabled on your website. This has "
819
+ "interrupted the import process..</p><p>Kindly disable debug mode and try "
820
+ "importing Starter Template again.</p><p>You can add the following code into "
821
+ "the wp-config.php file to disable debug "
822
+ "mode.</p><p><code>define('WP_DEBUG', false);</code></p>"
823
  msgstr ""
824
 
825
+ #: inc/classes/class-astra-sites.php:1634
826
  #. translators: %s is a documentation link.
827
+ msgid ""
828
+ "<p>We are facing a temporary issue in importing this template.</p><p>Read "
829
+ "<a href=\"%s\" target=\"_blank\">article</a> to resolve the issue and "
830
+ "continue importing template.</p>"
831
  msgstr ""
832
 
833
+ #: inc/classes/class-astra-sites.php:1636
834
  #. translators: %s is a documentation link.
835
+ msgid ""
836
+ "<p>We are facing a temporary issue in installing the required plugins for "
837
+ "this template.</p><p>Read&nbsp;<a href=\"%s\" "
838
+ "target=\"_blank\">article</a>&nbsp;to resolve the issue and continue "
839
+ "importing template.</p>"
840
  msgstr ""
841
 
842
+ #: inc/classes/class-astra-sites.php:1640
843
  #. translators: %s are white label strings.
844
+ msgid ""
845
+ "Warning! %1$s Import process is not complete. Don't close the window until "
846
+ "import process complete. Do you still want to leave the window?"
847
  msgstr ""
848
 
849
+ #: inc/classes/class-astra-sites.php:1641
850
  msgid "Done! View Site"
851
  msgstr ""
852
 
853
+ #: inc/classes/class-astra-sites.php:1644
854
  #. translators: %s is a template name
 
855
  msgid "Import \"%s\" Template"
856
  msgstr ""
857
 
858
+ #: inc/classes/class-astra-sites.php:1647
859
  msgid "Installing Required Plugins.."
860
  msgstr ""
861
 
862
+ #: inc/classes/class-astra-sites.php:1649
863
  #. translators: %s are white label strings.
 
864
  msgid "Installing %1$s Theme.."
865
  msgstr ""
866
 
867
+ #: inc/classes/class-astra-sites.php:1675
868
  msgid "Dismiss this notice."
869
  msgstr ""
870
 
871
+ #: inc/classes/class-astra-sites.php:1677 inc/includes/admin-page.php:942
 
872
  msgid "One Last Step.."
873
  msgstr ""
874
 
875
+ #: inc/classes/class-astra-sites.php:1678 inc/includes/admin-page.php:965
 
876
  msgid "Your Selected Website is Being Imported."
877
  msgstr ""
878
 
879
+ #: inc/classes/class-astra-sites.php:1679 inc/includes/admin-page.php:967
 
880
  msgid "Your Selected Template is Being Imported."
881
  msgstr ""
882
 
883
+ #: inc/classes/class-astra-sites.php:1681
884
+ msgid ""
885
+ "We have sent you a surprise gift on your email address! Please check your "
886
+ "inbox!"
887
  msgstr ""
888
 
889
+ #: inc/classes/class-astra-sites.php:1683
890
  msgid "Looks like the template you are importing is temporarily not available."
891
  msgstr ""
892
 
893
+ #: inc/classes/class-astra-sites.php:1684
894
+ msgid ""
895
+ "We could not start the import process and this is the message from "
896
+ "WordPress:"
897
  msgstr ""
898
 
899
+ #: inc/classes/class-astra-sites.php:1685
900
  msgid "There was an error connecting to the Starter Templates API."
901
  msgstr ""
902
 
903
+ #: inc/classes/class-astra-sites.php:1686
904
  msgid "There was an error while importing the content."
905
  msgstr ""
906
 
907
+ #: inc/classes/class-astra-sites.php:1687
908
+ msgid ""
909
+ "To import content, WordPress needs to store XML file in /wp-content/ "
910
+ "folder. Please get in touch with your hosting provider."
911
  msgstr ""
912
 
913
+ #: inc/classes/class-astra-sites.php:1688
914
+ msgid ""
915
+ "Looks like your host probably could not store XML file in /wp-content/ "
916
+ "folder."
917
  msgstr ""
918
 
919
+ #: inc/classes/class-astra-sites.php:1690
920
  #. translators: %s HTML tags
921
+ msgid ""
922
+ "%1$sWe could not start the import process due to failed AJAX request and "
923
+ "this is the message from WordPress:%2$s"
924
  msgstr ""
925
 
926
+ #: inc/classes/class-astra-sites.php:1692
927
  #. translators: %s URL to document.
928
+ msgid ""
929
+ "%1$sRead&nbsp;<a href=\"%2$s\" target=\"_blank\">article</a>&nbsp;to "
930
+ "resolve the issue and continue importing template.%3$s"
931
  msgstr ""
932
 
933
+ #: inc/classes/class-astra-sites.php:1701
934
  #. translators: %s URL to document.
935
+ msgid ""
936
+ "%1$sWe could not complete the import process due to failed AJAX request and "
937
+ "this is the message:%2$s"
938
  msgstr ""
939
 
940
+ #: inc/classes/class-astra-sites.php:1703
941
  #. translators: %s URL to document.
 
942
  msgid "%1$sPlease report this <a href=\"%2$s\" target=\"_blank\">here</a>.%3$s"
943
  msgstr ""
944
 
945
+ #: inc/classes/class-astra-sites.php:1707 inc/includes/admin-page.php:843
946
  #. translators: %s Anchor link to support URL.
947
  #. translators: %s doc link.
 
 
948
  msgid "Please report this error %1$shere%2$s, so we can fix it."
949
  msgstr ""
950
 
951
+ #: inc/classes/class-astra-sites.php:1756
952
  msgid "XMLReader Support Missing"
953
  msgstr ""
954
 
955
+ #: inc/classes/class-astra-sites.php:1758
956
  #. translators: %s doc link.
957
+ msgid ""
958
+ "You're close to importing the template. To complete the process, enable "
959
+ "XMLReader support on your website.."
960
  msgstr ""
961
 
962
+ #: inc/classes/class-astra-sites.php:1758
963
+ #: inc/classes/class-astra-sites.php:1763
964
+ #: inc/classes/class-astra-sites.php:1768
965
+ msgid ""
966
+ "Read an article <a href=\"%s\" target=\"_blank\">here</a> to resolve the "
967
+ "issue."
968
  msgstr ""
969
 
970
+ #: inc/classes/class-astra-sites.php:1761
971
  msgid "cURL Support Missing"
972
  msgstr ""
973
 
974
+ #: inc/classes/class-astra-sites.php:1763
975
  #. translators: %s doc link.
 
976
  msgid "To run a smooth import, kindly enable cURL support on your website."
977
  msgstr ""
978
 
979
+ #: inc/classes/class-astra-sites.php:1766
980
  msgid "Disable Debug Mode"
981
  msgstr ""
982
 
983
+ #: inc/classes/class-astra-sites.php:1768
984
  #. translators: %s doc link.
985
+ msgid ""
986
+ "WordPress debug mode is currently enabled on your website. With this, any "
987
+ "errors from third-party plugins might affect the import process."
988
  msgstr ""
989
 
990
+ #: inc/classes/class-astra-sites.php:1768
991
+ msgid ""
992
+ "Kindly disable it to continue importing the Starter Template. To do so, you "
993
+ "can add the following code into the wp-config.php file."
994
  msgstr ""
995
 
996
+ #: inc/classes/class-astra-sites.php:1771
997
  msgid "Update Plugin"
998
  msgstr ""
999
 
1000
+ #: inc/classes/class-astra-sites.php:1773
1001
  #. translators: %s update page link.
 
1002
  msgid "Updates are available for plugins used in this starter template."
1003
  msgstr ""
1004
 
1005
+ #: inc/classes/class-astra-sites.php:1773
1006
+ msgid ""
1007
+ "Kindly <a href=\"%s\" target=\"_blank\">update</a> them for a successful "
1008
+ "import. Skipping this step might break the template design/feature."
1009
  msgstr ""
1010
 
1011
+ #: inc/classes/class-astra-sites.php:1776 inc/includes/admin-page.php:657
 
1012
  #: inc/includes/templates.php:442
1013
  msgid "Required Plugins Missing"
1014
  msgstr ""
1015
 
1016
+ #: inc/classes/class-astra-sites.php:1777 inc/includes/admin-page.php:661
1017
+ msgid ""
1018
+ "This starter template requires premium plugins. As these are third party "
1019
+ "premium plugins, you'll need to purchase, install and activate them first."
 
1020
  msgstr ""
1021
 
1022
+ #: inc/classes/class-astra-sites.php:1780
1023
  msgid "Dynamic Page"
1024
  msgstr ""
1025
 
1026
+ #: inc/classes/class-astra-sites.php:1781 inc/includes/admin-page.php:880
1027
+ msgid ""
1028
+ "The page template you are about to import contains a dynamic widget/module. "
1029
+ "Please note this dynamic data will not be available with the imported page."
1030
  msgstr ""
1031
 
1032
+ #: inc/classes/class-astra-sites.php:1781 inc/includes/admin-page.php:881
 
1033
  msgid "You will need to add it manually on the page."
1034
  msgstr ""
1035
 
1036
+ #: inc/classes/class-astra-sites.php:1781 inc/includes/admin-page.php:882
 
1037
  msgid "This dynamic content will be available when you import the entire site."
1038
  msgstr ""
1039
 
1040
+ #: inc/classes/class-astra-sites.php:1864
1041
  #. translators: %s are link.
1042
+ msgid ""
1043
+ "This is a premium template available with Essential Bundle and Growth "
1044
+ "Bundle. you can purchase it from <a href=\"%s\" target=\"_blank\">here</a>."
1045
  msgstr ""
1046
 
1047
+ #: inc/classes/class-astra-sites.php:1868
1048
  #. translators: %s are link.
1049
+ msgid ""
1050
+ "This is a premium template available with Essential Bundle and Growth "
1051
+ "Bundle. <a href=\"%s\" target=\"_blank\">Validate Your License</a> Key to "
1052
+ "import this template."
1053
  msgstr ""
1054
 
1055
+ #: inc/classes/class-astra-sites.php:1893
1056
  msgid "Template"
1057
  msgstr ""
1058
 
1059
+ #: inc/classes/class-astra-sites.php:1894
1060
  msgid "Block"
1061
  msgstr ""
1062
 
1063
+ #: inc/classes/class-astra-sites.php:1895 inc/includes/templates.php:59
 
1064
  msgid "Dismiss"
1065
  msgstr ""
1066
 
1067
+ #: inc/classes/class-astra-sites.php:1896 inc/includes/admin-page.php:1027
 
 
 
1068
  msgid "Install Required Plugins"
1069
  msgstr ""
1070
 
1071
+ #: inc/classes/class-astra-sites.php:1900
1072
+ #. translators: %s are link.
1073
+ msgid ""
1074
+ "You can locate <strong>Starter Templates Settings</strong> under the "
1075
+ "<strong>Page Settings</strong> of the Style Tab."
1076
  msgstr ""
1077
 
1078
+ #: inc/classes/class-astra-sites.php:1902
1079
  msgid "Read More →"
1080
  msgstr ""
1081
 
1082
+ #: inc/classes/class-astra-sites.php:2020
1083
  msgid "Error: You don't have the required permissions to install plugins."
1084
  msgstr ""
1085
 
1086
+ #: inc/classes/class-astra-sites.php:2065
1087
  msgid "Plugin Activated"
1088
  msgstr ""
1089
 
1090
+ #: inc/classes/class-astra-sites.php:2090
1091
+ #: inc/classes/class-astra-sites.php:2127
1092
  msgid "There was an error activating plugin on your website."
1093
  msgstr ""
1094
 
1095
+ #: inc/classes/class-astra-sites.php:2266
1096
+ msgid ""
1097
+ "Insufficient Permission. Please contact your Super Admin to allow the "
1098
+ "install required plugin permissions."
1099
  msgstr ""
1100
 
1101
+ #: inc/classes/class-astra-sites.php:2459
1102
  msgid "Template library refreshed!"
1103
  msgstr ""
1104
 
1106
  msgid "All processes are complete"
1107
  msgstr ""
1108
 
 
1109
  #: inc/importers/batch-processing/helpers/class-wp-background-process.php:444
1110
+ #. translators: %d are the minutes.
1111
  msgid "Every %d Minutes"
1112
  msgstr ""
1113
 
1139
  msgid "No Title"
1140
  msgstr ""
1141
 
1142
+ #: inc/importers/wxr-importer/class-astra-wxr-importer.php:426
1143
  msgid "Import complete!"
1144
  msgstr ""
1145
 
1146
+ #: inc/importers/wxr-importer/class-wxr-importer.php:233
1147
+ msgid "Could not open the file for parsing"
1148
  msgstr ""
1149
 
1150
+ #: inc/importers/wxr-importer/class-wxr-importer.php:271
1151
+ #: inc/importers/wxr-importer/class-wxr-importer.php:390
1152
+ #: inc/importers/wxr-importer/class-wxr-importer.php:466
1153
+ #. translators: %1$s is WXR version, %2$s is max supported WXR version.
1154
+ msgid ""
1155
+ "This WXR file (version %1$s) is newer than the importer (version %2$s) and "
1156
+ "may not be supported. Please consider updating."
1157
  msgstr ""
1158
 
1159
+ #: inc/importers/wxr-importer/class-wxr-importer.php:617
1160
+ msgid "The file does not exist, please try again."
 
 
1161
  msgstr ""
1162
 
1163
+ #: inc/importers/wxr-importer/class-wxr-importer.php:677
1164
+ msgid "Invalid author mapping"
 
 
 
 
 
 
1165
  msgstr ""
1166
 
1167
+ #: inc/importers/wxr-importer/class-wxr-importer.php:778
1168
+ msgid "Cannot import auto-draft posts"
 
 
 
 
 
1169
  msgstr ""
1170
 
1171
+ #: inc/importers/wxr-importer/class-wxr-importer.php:873
1172
+ #. translators: %1$s is the import message, %2$s is post type.
1173
+ msgid "Failed to import \"%1$s\": Invalid post type %2$s"
1174
  msgstr ""
1175
 
1176
+ #: inc/importers/wxr-importer/class-wxr-importer.php:885
1177
+ #. translators: %1$s single post type, %2$s is post title.
1178
+ msgid "%1$s \"%2$s\" already exists."
 
 
 
 
 
1179
  msgstr ""
1180
 
1181
+ #: inc/importers/wxr-importer/class-wxr-importer.php:983
1182
+ #. translators: %s is post title
1183
+ msgid "Skipping attachment \"%s\", fetching attachments disabled"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1184
  msgstr ""
1185
 
1186
+ #: inc/importers/wxr-importer/class-wxr-importer.php:1007
1187
+ #. translators: %1$s is the post title, %2$s is post type.
1188
+ msgid "Failed to import \"%1$s\" (%2$s)"
1189
  msgstr ""
1190
 
1191
+ #: inc/importers/wxr-importer/class-wxr-importer.php:1042
1192
+ #: inc/importers/wxr-importer/class-wxr-importer.php:1929
1193
+ #. translators: %1$s is the post title, %2$s is post type.
1194
+ #. translators: %1$s is the taxonomy name, %2$s is taxonomy.
1195
+ msgid "Imported \"%1$s\" (%2$s)"
1196
  msgstr ""
1197
 
1198
+ #: inc/importers/wxr-importer/class-wxr-importer.php:1050
1199
+ #. translators: %1$s is the original post id, %2$s is old post id.
1200
+ msgid "Post %1$d remapped to %2$d"
 
 
 
1201
  msgstr ""
1202
 
1203
+ #: inc/importers/wxr-importer/class-wxr-importer.php:1201
1204
+ msgid "Invalid file type"
 
 
1205
  msgstr ""
1206
 
1207
+ #: inc/importers/wxr-importer/class-wxr-importer.php:1706
1208
+ #. translators: %s user login name
1209
+ msgid "Failed to import user \"%s\""
 
 
 
 
 
 
 
 
1210
  msgstr ""
1211
 
1212
+ #: inc/importers/wxr-importer/class-wxr-importer.php:1730
1213
+ #. translators: %s user login name
1214
+ msgid "Imported user \"%s\""
1215
  msgstr ""
1216
 
1217
+ #: inc/importers/wxr-importer/class-wxr-importer.php:1737
1218
+ #. translators: %1$s original user Id, %2$s old user Id.
1219
+ msgid "User %1$d remapped to %2$d"
 
1220
  msgstr ""
1221
 
1222
+ #: inc/importers/wxr-importer/class-wxr-importer.php:1902
1223
+ #. translators: %1$s is the taxonomy, %2$s is taxonomy name.
1224
+ msgid "Failed to import %1$s %2$s"
1225
  msgstr ""
1226
 
1227
+ #: inc/importers/wxr-importer/class-wxr-importer.php:1937
1228
+ #. translators: %1$s is term original id, %2$s is term id.
1229
+ msgid "Term %1$d remapped to %2$d"
1230
  msgstr ""
1231
 
1232
+ #: inc/importers/wxr-importer/class-wxr-importer.php:1995
1233
+ #. translators: %1$s is error code, %2$s is error code header, %3$s is url.
1234
+ msgid "Remote server returned %1$d %2$s for %3$s"
1235
  msgstr ""
1236
 
1237
+ #: inc/importers/wxr-importer/class-wxr-importer.php:2008
1238
+ msgid "Remote file is incorrect size"
1239
  msgstr ""
1240
 
1241
+ #: inc/importers/wxr-importer/class-wxr-importer.php:2013
1242
+ msgid "Zero size file downloaded"
 
1243
  msgstr ""
1244
 
1245
+ #: inc/importers/wxr-importer/class-wxr-importer.php:2020
1246
+ #. translators: %s max file size.
1247
+ msgid "Remote file is too large, limit is %s"
1248
  msgstr ""
1249
 
1250
+ #: inc/importers/wxr-importer/class-wxr-importer.php:2053
1251
+ #. translators: %d is post id.
1252
+ msgid "Running post-processing for post %d"
1253
  msgstr ""
1254
 
1255
+ #: inc/importers/wxr-importer/class-wxr-importer.php:2069
1256
+ #. translators: %1$s is post title, %2$s is post id.
1257
+ msgid "Could not find the post parent for \"%1$s\" (post #%2$d)"
1258
  msgstr ""
1259
 
1260
+ #: inc/importers/wxr-importer/class-wxr-importer.php:2077
1261
+ #. translators: %1$d is post id, %2$d is parent post id.
1262
+ msgid "Post %1$d was imported with parent %2$d, but could not be found"
1263
  msgstr ""
1264
 
1265
+ #: inc/importers/wxr-importer/class-wxr-importer.php:2094
1266
+ #. translators: %1$s is the post title, %2$s is post id.
1267
+ msgid "Could not find the author for \"%1$s\" (post #%2$d)"
1268
  msgstr ""
1269
 
1270
+ #: inc/importers/wxr-importer/class-wxr-importer.php:2102
1271
+ #. translators: %1$d is post id, %2$s is author slug.
1272
+ msgid "Post %1$d was imported with author \"%2$s\", but could not be found"
1273
  msgstr ""
1274
 
1275
+ #: inc/importers/wxr-importer/class-wxr-importer.php:2131
1276
+ #. translators: %d is post id.
1277
+ msgid "Post %d was marked for post-processing, but none was required."
1278
  msgstr ""
1279
 
1280
+ #: inc/importers/wxr-importer/class-wxr-importer.php:2148
1281
+ #. translators: %1$s is the post title, %2$s is post id.
1282
+ msgid "Could not update \"%1$s\" (post #%2$d) with mapped data"
1283
  msgstr ""
1284
 
1285
+ #: inc/importers/wxr-importer/class-wxr-importer.php:2202
1286
+ #. translators: %1$s is the post title, %2$s is post id.
1287
+ msgid "Could not find the menu object for \"%1$s\" (post #%2$d)"
1288
  msgstr ""
1289
 
1290
+ #: inc/importers/wxr-importer/class-wxr-importer.php:2210
1291
+ #. translators: %1$s is post id, %2$s is post object id, %3$s is menu type.
1292
+ msgid ""
1293
+ "Post %1$d was imported with object \"%2$d\" of type \"%3$s\", but could not "
1294
+ "be found"
1295
  msgstr ""
1296
 
1297
+ #: inc/importers/wxr-importer/class-wxr-importer.php:2241
1298
+ #. translators: %d is comment id.
1299
+ msgid "Could not find the comment parent for comment #%d"
1300
  msgstr ""
1301
 
1302
+ #: inc/importers/wxr-importer/class-wxr-importer.php:2248
1303
+ #. translators: %1$s is comment id, %2$s is parent comment id.
1304
+ msgid "Comment %1$d was imported with parent %2$d, but could not be found"
1305
  msgstr ""
1306
 
1307
+ #: inc/importers/wxr-importer/class-wxr-importer.php:2265
1308
+ #. translators: %d is comment id.
1309
+ msgid "Could not find the author for comment #%d"
1310
  msgstr ""
1311
 
1312
+ #: inc/importers/wxr-importer/class-wxr-importer.php:2272
1313
+ #. translators: %1$d is comment id, %2$d is author id.
1314
+ msgid "Comment %1$d was imported with author %2$d, but could not be found"
1315
  msgstr ""
1316
 
1317
+ #: inc/importers/wxr-importer/class-wxr-importer.php:2292
1318
+ #. translators: %d is comment id.
1319
+ msgid "Could not update comment #%d with mapped data"
1320
  msgstr ""
1321
 
1322
+ #: inc/includes/admin-page.php:57
1323
+ msgid "Heading"
1324
  msgstr ""
1325
 
1326
+ #: inc/includes/admin-page.php:75
1327
+ msgid "We're Almost There!"
 
1328
  msgstr ""
1329
 
1330
+ #: inc/includes/admin-page.php:80
1331
+ msgid ""
1332
+ "You're close to importing the template. To complete the process, please "
1333
+ "clear the following conditions."
1334
  msgstr ""
1335
 
1336
+ #: inc/includes/admin-page.php:110 inc/includes/admin-page.php:116
1337
+ #: inc/includes/admin-page.php:118 inc/includes/admin-page.php:669
1338
+ #: inc/includes/admin-page.php:885 inc/includes/admin-page.php:1089
1339
+ #: inc/includes/templates.php:454
1340
+ msgid "Skip & Import"
1341
  msgstr ""
1342
 
1343
+ #: inc/includes/admin-page.php:111 inc/includes/admin-page.php:119
1344
+ #: inc/includes/admin-page.php:670 inc/includes/admin-page.php:886
1345
+ #: inc/includes/admin-page.php:1090 inc/includes/templates.php:455
1346
+ msgid "Cancel"
1347
  msgstr ""
1348
 
1349
+ #: inc/includes/admin-page.php:115
1350
+ msgid "Update"
1351
+ msgstr ""
1352
+
1353
+ #: inc/includes/admin-page.php:130 inc/includes/image-templates.php:58
1354
+ #: inc/includes/image-templates.php:98 inc/includes/templates.php:236
1355
+ #: inc/includes/templates.php:319 inc/includes/templates.php:405
1356
+ #: inc/includes/templates.php:463
1357
+ msgid "Sorry No Results Found."
1358
+ msgstr ""
1359
+
1360
+ #: inc/includes/admin-page.php:139 inc/includes/image-templates.php:102
1361
+ #: inc/includes/templates.php:242 inc/includes/templates.php:325
1362
+ #: inc/includes/templates.php:411 inc/includes/templates.php:472
1363
+ #. translators: %1$s External Link
1364
+ msgid ""
1365
+ "Don't see a template you would like to import?<br><a target=\"_blank\" "
1366
+ "href=\"%1$s\">Make a Template Suggestion!</a>"
1367
+ msgstr ""
1368
+
1369
+ #: inc/includes/admin-page.php:142 inc/includes/admin-page.php:165
1370
+ #: inc/includes/templates.php:245 inc/includes/templates.php:328
1371
+ #: inc/includes/templates.php:414 inc/includes/templates.php:475
1372
+ msgid "Back to Templates"
1373
+ msgstr ""
1374
+
1375
+ #: inc/includes/admin-page.php:152
1376
+ msgid "Favorite Template List Is Empty."
1377
+ msgstr ""
1378
+
1379
+ #: inc/includes/admin-page.php:161
1380
+ #. translators: %1$s External Link
1381
+ msgid ""
1382
+ "You'll notice a heart-shaped symbol on every template card. Simply tap this "
1383
+ "icon to mark the template as Favorite."
1384
+ msgstr ""
1385
+
1386
+ #: inc/includes/admin-page.php:192 inc/includes/admin-page.php:281
1387
+ #: inc/includes/admin-page.php:367 inc/includes/admin-page.php:446
1388
+ #: inc/includes/admin-page.php:516
1389
+ msgid "Make as Favorite"
1390
+ msgstr ""
1391
+
1392
+ #: inc/includes/admin-page.php:202 inc/includes/admin-page.php:290
1393
+ #: inc/includes/admin-page.php:455
1394
+ msgid "Make as Unfavorite"
1395
+ msgstr ""
1396
+
1397
+ #: inc/includes/admin-page.php:251 inc/includes/admin-page.php:345
1398
+ #: inc/includes/admin-page.php:410 inc/includes/admin-page.php:498
1399
+ #: inc/includes/admin-page.php:559 inc/includes/templates.php:181
1400
+ #: inc/includes/templates.php:308 inc/includes/templates.php:394
1401
+ #. translators: %s are white label strings.
1402
+ #. translators: %s are white label strings.
1403
+ #. translators: %1$s External Link
1404
+ msgid "This premium template is accessible with %1$s \"Premium\" Package."
1405
+ msgstr ""
1406
+
1407
+ #: inc/includes/admin-page.php:269 inc/includes/admin-page.php:437
1408
+ msgid "Site Templates"
1409
+ msgstr ""
1410
+
1411
+ #: inc/includes/admin-page.php:356 inc/includes/admin-page.php:507
1412
+ #: inc/includes/admin-page.php:694
1413
+ msgid "Page Templates"
1414
+ msgstr ""
1415
+
1416
+ #: inc/includes/admin-page.php:578
1417
+ msgid ""
1418
+ "<span class=\"highlighted-note\">This is a premium template available with "
1419
+ "Essential and Growth Bundle.</span><br /> <a "
1420
+ "href=\"{{AstraSitesAdmin.premium_popup_cta_link}}\" target=\"_blank\">Get "
1421
+ "access</a> to this premium template."
1422
+ msgstr ""
1423
+
1424
+ #: inc/includes/admin-page.php:584
1425
+ #. translators: %s is article link
1426
+ msgid ""
1427
+ "Already own an Essential or Growth Bundle? <a href=\"%s\" "
1428
+ "target=\"_blank\">Know how</a> to import premium templates."
1429
+ msgstr ""
1430
+
1431
+ #: inc/includes/admin-page.php:595
1432
+ msgid ""
1433
+ "The page templates which contain the dynamic widgets/modules are not "
1434
+ "available for single template import. With the \"Import Site\" option, you "
1435
+ "can get those pages."
1436
+ msgstr ""
1437
+
1438
+ #: inc/includes/admin-page.php:596
1439
+ msgid "You can have the complete site preview from bottom left button."
1440
+ msgstr ""
1441
+
1442
+ #: inc/includes/admin-page.php:628
1443
+ #. translators: %s is pricing page link
1444
+ msgid ""
1445
+ "<p>Seems like you have purchased the %4$s 'Essential Bundle' package with a "
1446
+ "choice of '%1$s' page builder addon.</p><p>While this template is built "
1447
+ "with '%2$s' page builder addon.</p><p>Read article <a href=\"%3$s\" "
1448
+ "target=\"_blank\">here</a> to see how you can proceed.</p>"
1449
+ msgstr ""
1450
+
1451
+ #: inc/includes/admin-page.php:639
1452
+ msgid "You are just 2 minutes away from importing this demo!"
1453
+ msgstr ""
1454
+
1455
+ #: inc/includes/admin-page.php:640
1456
+ msgid ""
1457
+ "This is a premium website demo template. Please activate your license to "
1458
+ "access it."
1459
+ msgstr ""
1460
+
1461
+ #: inc/includes/admin-page.php:644
1462
+ #. translators: %s is article link
1463
+ msgid ""
1464
+ "Learn how you can <a href=\"%1$s\" target=\"_blank\">activate the "
1465
+ "license</a> of the %2$s plugin."
1466
+ msgstr ""
1467
+
1468
+ #: inc/includes/admin-page.php:735
1469
+ msgid "Not Valid License"
1470
+ msgstr ""
1471
+
1472
+ #: inc/includes/admin-page.php:744
1473
+ msgid "Import Complete Site"
1474
+ msgstr ""
1475
+
1476
+ #: inc/includes/admin-page.php:745
1477
+ msgid "Import Template"
1478
+ msgstr ""
1479
+
1480
+ #: inc/includes/admin-page.php:756 inc/includes/admin-page.php:781
1481
+ msgid "Imported Successfully!"
1482
+ msgstr ""
1483
+
1484
+ #: inc/includes/admin-page.php:760
1485
+ msgid "Hurray! The Website Imported Successfully! 🎉"
1486
+ msgstr ""
1487
+
1488
+ #: inc/includes/admin-page.php:762 inc/includes/admin-page.php:786
1489
+ msgid "Go ahead, customize the text, images and design to make it yours!"
1490
+ msgstr ""
1491
+
1492
+ #: inc/includes/admin-page.php:767
1493
+ #. translators: %1$s External Link
1494
+ msgid "%1$sRead more%2$s about customizing this Elementor Style Kit site."
1495
+ msgstr ""
1496
+
1497
+ #: inc/includes/admin-page.php:771 inc/includes/admin-page.php:787
1498
+ msgid "Have fun!"
1499
+ msgstr ""
1500
+
1501
+ #: inc/includes/admin-page.php:772 inc/includes/admin-page.php:788
1502
+ msgid ""
1503
+ "PS: We try our best to use images that are free from legal perspectives. "
1504
+ "However, we do not take any responsibility. We strongly advise website "
1505
+ "owners to replace the images and any copyrighted media before publishing "
1506
+ "them online."
1507
+ msgstr ""
1508
+
1509
+ #: inc/includes/admin-page.php:775
1510
+ msgid "View Site"
1511
+ msgstr ""
1512
+
1513
+ #: inc/includes/admin-page.php:785
1514
+ msgid "Hurray! The Template Imported Successfully! 🎉"
1515
+ msgstr ""
1516
+
1517
+ #: inc/includes/admin-page.php:791
1518
+ msgid "View Template"
1519
+ msgstr ""
1520
+
1521
+ #: inc/includes/admin-page.php:801
1522
+ msgid ""
1523
+ "We could not start the import process. This is the message from HTTP "
1524
+ "request:"
1525
+ msgstr ""
1526
+
1527
+ #: inc/includes/admin-page.php:805
1528
+ #. translators: %s doc link.
1529
+ msgid ""
1530
+ "Please raise a <a href=\"%s\" target=\"_blank\">support request</a> so we "
1531
+ "can help you with it."
1532
+ msgstr ""
1533
+
1534
+ #: inc/includes/admin-page.php:830
1535
+ #. translators: %s doc link.
1536
+ msgid ""
1537
+ "We have listed the <a href=\"%s\" target=\"_blank\">possible solutions "
1538
+ "here</a> to help you resolve this."
1539
+ msgstr ""
1540
+
1541
+ #: inc/includes/admin-page.php:838
1542
+ #. translators: %s doc link.
1543
+ msgid ""
1544
+ "Please <a class=\"ast-try-again\" href=\"\">click here and try again</a>. "
1545
+ "If this still does not work after few attempts, please report it <a "
1546
+ "href=\"%s\" target=\"_blank\">here</a>."
1547
+ msgstr ""
1548
+
1549
+ #: inc/includes/admin-page.php:851
1550
+ msgid ""
1551
+ "Please report this error <a href=\"#LINK\" target=\"_blank\">here</a> so we "
1552
+ "can fix it."
1553
+ msgstr ""
1554
+
1555
+ #: inc/includes/admin-page.php:876
1556
+ msgid "Heads Up!"
1557
  msgstr ""
1558
 
1559
  #: inc/includes/admin-page.php:896
 
 
1560
  msgid "Beginner"
1561
  msgstr ""
1562
 
1565
  msgstr ""
1566
 
1567
  #: inc/includes/admin-page.php:898
 
 
1568
  msgid "Expert"
1569
  msgstr ""
1570
 
1571
+ #: inc/includes/admin-page.php:900 inc/includes/admin-page.php:909
 
1572
  msgid "Field is required"
1573
  msgstr ""
1574
 
1593
  msgstr ""
1594
 
1595
  #: inc/includes/admin-page.php:920
 
 
1596
  msgid "Your First Name"
1597
  msgstr ""
1598
 
1601
  msgstr ""
1602
 
1603
  #: inc/includes/admin-page.php:925
 
 
1604
  msgid "Your Work Email"
1605
  msgstr ""
1606
 
1607
  #: inc/includes/admin-page.php:946
1608
+ msgid ""
1609
+ "To get access to exclusive starter templates, themes and updates, enter "
1610
+ "your details below:"
1611
  msgstr ""
1612
 
1613
  #: inc/includes/admin-page.php:950
1614
  msgid "Submit and Start Importing"
1615
  msgstr ""
1616
 
 
1617
  #: inc/includes/admin-page.php:956
1618
+ #. translators: %1$s and %3$s are opening anchor tags, and %2$s and %4$s is
1619
+ #. closing anchor tags.
1620
  msgid "By submitting, you agree to our %1$sTerms%2$s and %3$sPrivacy Policy%4$s."
1621
  msgstr ""
1622
 
1623
  #: inc/includes/admin-page.php:957
 
1624
  msgid "Skip"
1625
  msgstr ""
1626
 
1627
  #: inc/includes/admin-page.php:977
1628
+ msgid ""
1629
+ "To serve more beautiful starter templates, we would like to know more about "
1630
+ "you:"
1631
  msgstr ""
1632
 
1633
  #: inc/includes/admin-page.php:982
 
 
1634
  msgid "Advanced Options"
1635
  msgstr ""
1636
 
1637
  #: inc/includes/admin-page.php:996
 
 
1638
  msgid "Install & Activate Astra Theme"
1639
  msgstr ""
1640
 
1641
  #: inc/includes/admin-page.php:997
1642
+ msgid ""
1643
+ "To import the site in the original format, you would need the Astra theme "
1644
+ "activated. You can import it with any other theme, but the site might lose "
1645
+ "some of the design settings and look a bit different."
1646
  msgstr ""
1647
 
1648
  #: inc/includes/admin-page.php:1005
 
 
1649
  msgid "Import Customizer Settings"
1650
  msgstr ""
1651
 
 
1652
  #: inc/includes/admin-page.php:1009
1653
+ #. translators: %s are white label strings.
1654
+ msgid ""
1655
+ "%1$s customizer serves global settings that give uniform design to the "
1656
+ "website. Choosing this option will override your current customizer "
1657
+ "settings."
1658
  msgstr ""
1659
 
1660
  #: inc/includes/admin-page.php:1020
 
 
1661
  msgid "Import Widgets"
1662
  msgstr ""
1663
 
1664
  #: inc/includes/admin-page.php:1030
1665
+ msgid ""
1666
+ "Plugins needed to import this template are missing. Required plugins will "
1667
+ "be installed and activated automatically."
1668
  msgstr ""
1669
 
1670
  #: inc/includes/admin-page.php:1039
 
 
1671
  msgid "Import Content"
1672
  msgstr ""
1673
 
1674
  #: inc/includes/admin-page.php:1042
1675
+ msgid ""
1676
+ "Selecting this option will import dummy pages, posts, images, and menus. If "
1677
+ "you do not want to import dummy content, please uncheck this option."
1678
  msgstr ""
1679
 
 
1680
  #: inc/includes/admin-page.php:1060
1681
+ #. translators: %s is the dynamic string.
1682
+ msgid ""
1683
+ "The import process can take a few minutes depending on the size of the %s "
1684
+ "and speed of the connection."
1685
  msgstr ""
1686
 
 
1687
  #: inc/includes/admin-page.php:1066
1688
+ #. translators: %s is the dynamic string.
1689
  msgid "Please do NOT close this browser window until the %s is imported completely."
1690
  msgstr ""
1691
 
1702
  msgstr ""
1703
 
1704
  #: inc/includes/admin-page.php:1101
1705
+ msgid ""
1706
+ "WARNING: Selecting this option will delete all data from the previous "
1707
+ "import. Choose this option only if this is intended."
1708
  msgstr ""
1709
 
1710
  #: inc/includes/admin-page.php:1103
1759
  msgid "Blocks"
1760
  msgstr ""
1761
 
1762
+ #: inc/includes/templates.php:125 inc/includes/templates.php:126
 
1763
  msgid "Close"
1764
  msgstr ""
1765
 
1766
  #: inc/includes/templates.php:130
 
 
1767
  msgid "Sync Library"
1768
  msgstr ""
1769
 
1770
+ #: inc/includes/templates.php:225 inc/includes/templates.php:297
 
1771
  msgid "INSERT"
1772
  msgstr ""
1773
 
1776
  msgstr ""
1777
 
1778
  #: inc/includes/templates.php:446
1779
+ msgid ""
1780
+ "This starter site requires premium plugins. As these are third party "
1781
+ "premium plugins, you'll need to purchase, install and activate them first."
1782
  msgstr ""
1783
 
1784
  #: inc/includes/templates.php:530
1805
  msgid "Quick Links"
1806
  msgstr ""
1807
 
1808
+ #: inc/lib/onboarding/class-onboarding-loader.php:241
1809
  msgid "Enable Brizy Page Builder Templates in Starter Templates"
1810
  msgstr ""
1811
 
1812
+ #: inc/lib/onboarding/classes/class-astra-sites-ai-site-setup.php:131
1813
  msgid "You are not authorized to perform this action."
1814
  msgstr ""
1815
 
1816
+ #. Plugin URI of the plugin/theme
1817
+ msgid "https://wpastra.com/"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1818
  msgstr ""
1819
 
1820
+ #. Description of the plugin/theme
1821
+ msgid ""
1822
+ "Starter Templates is all in one solution for complete starter sites, single "
1823
+ "page templates, blocks & images. This plugin offers the premium library of "
1824
+ "ready templates & provides quick access to beautiful Pixabay images that "
1825
+ "can be imported in your website easily."
1826
  msgstr ""
1827
 
1828
+ #. Author of the plugin/theme
1829
+ msgid "Brainstorm Force"
 
1830
  msgstr ""
1831
 
1832
+ #. Author URI of the plugin/theme
1833
+ msgid "https://www.brainstormforce.com"
 
1834
  msgstr ""
1835
 
1836
+ #: inc/classes/class-astra-sites-importer-log.php:290
1837
+ #. translators: %1$s Memory Limit, %2$s Recommended memory limit.
1838
+ msgctxt "Recommended Memory Limit"
1839
+ msgid "Current memory limit %1$s. We recommend setting memory to at least %2$s."
1840
  msgstr ""
1841
 
1842
+ #: inc/classes/class-astra-sites-importer-log.php:371
1843
+ msgctxt "PHP Version"
1844
+ msgid "We recommend to use php 5.4 or higher"
1845
+ 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.18
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -133,6 +133,10 @@ We are open to suggestions and would love to work on topics that our users are l
133
 
134
  == Changelog ==
135
 
 
 
 
 
136
  v3.0.18 - 28-December-2021
137
  - Improvement: Added a pre-import screen to notify about incompatible PHP versions for a few plugins.
138
  - Improvement: Better Color Palettes.
5
  Requires at least: 4.4
6
  Requires PHP: 5.3
7
  Tested up to: 5.8
8
+ Stable tag: 3.0.19
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.19 - 29-December-2021
137
+ - Fix: Import error due to timeout error for sites where loopback requests are not working.
138
+ - Fix: Styling for default fonts was not working on first load.
139
+
140
  v3.0.18 - 28-December-2021
141
  - Improvement: Added a pre-import screen to notify about incompatible PHP versions for a few plugins.
142
  - Improvement: Better Color Palettes.