WordPress/wp-includes/js/dist/block-library.min.js
desrosj b497a707b7 Editor: Update block editor packages to the latest patch releases.
This updates the block editor related npm dependencies to their latest patch versions ahead of WordPress 6.1.1.

For a full list of what’s included in this update, see 432ed388f8...6566f5fe9e.

Props aaronrobertshaw, ntsekouras, bernhard-reiter, ramonopoly, isabel_brison, andrewserong, get_dave, scruffian, andraganescu, talldanwp, mciampini, noisysocks, cbravobernal, bph, tyxla, ellatrix, czapla, mcsf, ironprogrammer, wildworks, peterwilsoncc, mamaduka, mikachan, spacedmonkey, cybr, youknowriad, alexstine, aristath, kevin940726, ndiego, 0mirka00, poena, joen, ryankienstra, desrosj, vtad, nithins53, audrasjb, kacper3355, sabernhardt.
Fixes #57038, #56818, #56955, #56923.
Built from https://develop.svn.wordpress.org/trunk@54811


git-svn-id: http://core.svn.wordpress.org/trunk@54363 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2022-11-11 12:46:55 +00:00

14 lines
732 KiB
JavaScript
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*! This file is auto-generated */
!function(){var e={7078:function(e){e.exports=function(e){return e&&"__experimental"in e&&!1!==e.__experimental}},3827:function(e,t){var n;
/*!
Copyright (c) 2018 Jed Watson.
Licensed under the MIT License (MIT), see
http://jedwatson.github.io/classnames
*/!function(){"use strict";var o=function(){function e(){}function t(e,t){for(var n=t.length,o=0;o<n;++o)r(e,t[o])}e.prototype=Object.create(null);var n={}.hasOwnProperty;var o=/\s+/;function r(e,r){if(r){var a=typeof r;"string"===a?function(e,t){for(var n=t.split(o),r=n.length,a=0;a<r;++a)e[n[a]]=!0}(e,r):Array.isArray(r)?t(e,r):"object"===a?function(e,t){if(t.toString===Object.prototype.toString||t.toString.toString().includes("[native code]"))for(var o in t)n.call(t,o)&&(e[o]=!!t[o]);else e[t.toString()]=!0}(e,r):"number"===a&&function(e,t){e[t]=!0}(e,r)}}return function(){for(var n=arguments.length,o=Array(n),r=0;r<n;r++)o[r]=arguments[r];var a=new e;t(a,o);var l=[];for(var i in a)a[i]&&l.push(i);return l.join(" ")}}();e.exports?(o.default=o,e.exports=o):void 0===(n=function(){return o}.apply(t,[]))||(e.exports=n)}()},4403:function(e,t){var n;
/*!
Copyright (c) 2018 Jed Watson.
Licensed under the MIT License (MIT), see
http://jedwatson.github.io/classnames
*/!function(){"use strict";var o={}.hasOwnProperty;function r(){for(var e=[],t=0;t<arguments.length;t++){var n=arguments[t];if(n){var a=typeof n;if("string"===a||"number"===a)e.push(n);else if(Array.isArray(n)){if(n.length){var l=r.apply(null,n);l&&e.push(l)}}else if("object"===a){if(n.toString!==Object.prototype.toString&&!n.toString.toString().includes("[native code]")){e.push(n.toString());continue}for(var i in n)o.call(n,i)&&n[i]&&e.push(i)}}}return e.join(" ")}e.exports?(r.default=r,e.exports=r):void 0===(n=function(){return r}.apply(t,[]))||(e.exports=n)}()},5027:function(e){
/*! Fast Average Color | © 2019 Denis Seleznev | MIT License | https://github.com/hcodes/fast-average-color/ */
e.exports=function(){"use strict";function e(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function t(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function n(e,n,o){return n&&t(e.prototype,n),o&&t(e,o),e}function o(e,t){return r(e)||a(e,t)||l()}function r(e){if(Array.isArray(e))return e}function a(e,t){var n=[],o=!0,r=!1,a=void 0;try{for(var l,i=e[Symbol.iterator]();!(o=(l=i.next()).done)&&(n.push(l.value),!t||n.length!==t);o=!0);}catch(e){r=!0,a=e}finally{try{o||null==i.return||i.return()}finally{if(r)throw a}}return n}function l(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}return function(){function t(){e(this,t)}return n(t,[{key:"getColorAsync",value:function(e,t,n){e.complete?t.call(e,this.getColor(e,n),n&&n.data):this._bindImageEvents(e,t,n)}},{key:"getColor",value:function(e,t){t=t||{};var n=this._getDefaultColor(t),o=this._getOriginalSize(e),r=this._prepareSizeAndPosition(o,t),a=null,l=n;if(!(r.srcWidth&&r.srcHeight&&r.destWidth&&r.destHeight))return this._prepareResult(n,new Error("FastAverageColor: Incorrect sizes."));if(!this._ctx&&(this._canvas=this._makeCanvas(),this._ctx=this._canvas.getContext&&this._canvas.getContext("2d"),!this._ctx))return this._prepareResult(n,new Error("FastAverageColor: Canvas Context 2D is not supported in this browser."));this._canvas.width=r.destWidth,this._canvas.height=r.destHeight;try{this._ctx.clearRect(0,0,r.destWidth,r.destHeight),this._ctx.drawImage(e,r.srcLeft,r.srcTop,r.srcWidth,r.srcHeight,0,0,r.destWidth,r.destHeight);var i=this._ctx.getImageData(0,0,r.destWidth,r.destHeight).data;l=this.getColorFromArray4(i,t)}catch(e){a=e}return this._prepareResult(l,a)}},{key:"getColorFromArray4",value:function(e,t){t=t||{};var n=4,o=e.length;if(o<n)return this._getDefaultColor(t);var r=o-o%n,a=(t.step||1)*n,l="_"+(t.algorithm||"sqrt")+"Algorithm";if("function"!=typeof this[l])throw new Error("FastAverageColor: ".concat(t.algorithm," is unknown algorithm."));return this[l](e,r,a)}},{key:"destroy",value:function(){delete this._canvas,delete this._ctx}},{key:"_getDefaultColor",value:function(e){return this._getOption(e,"defaultColor",[255,255,255,255])}},{key:"_getOption",value:function(e,t,n){return void 0===e[t]?n:e[t]}},{key:"_prepareSizeAndPosition",value:function(e,t){var n=this._getOption(t,"left",0),o=this._getOption(t,"top",0),r=this._getOption(t,"width",e.width),a=this._getOption(t,"height",e.height),l=r,i=a;if("precision"===t.mode)return{srcLeft:n,srcTop:o,srcWidth:r,srcHeight:a,destWidth:l,destHeight:i};var s,c=100,u=10;return r>a?(s=r/a,l=c,i=Math.round(l/s)):(s=a/r,i=c,l=Math.round(i/s)),(l>r||i>a||l<u||i<u)&&(l=r,i=a),{srcLeft:n,srcTop:o,srcWidth:r,srcHeight:a,destWidth:l,destHeight:i}}},{key:"_simpleAlgorithm",value:function(e,t,n){for(var o=0,r=0,a=0,l=0,i=0,s=0;s<t;s+=n){var c=e[s+3];o+=e[s]*c,r+=e[s+1]*c,a+=e[s+2]*c,l+=c,i++}return l?[Math.round(o/l),Math.round(r/l),Math.round(a/l),Math.round(l/i)]:[0,0,0,0]}},{key:"_sqrtAlgorithm",value:function(e,t,n){for(var o=0,r=0,a=0,l=0,i=0,s=0;s<t;s+=n){var c=e[s],u=e[s+1],m=e[s+2],d=e[s+3];o+=c*c*d,r+=u*u*d,a+=m*m*d,l+=d,i++}return l?[Math.round(Math.sqrt(o/l)),Math.round(Math.sqrt(r/l)),Math.round(Math.sqrt(a/l)),Math.round(l/i)]:[0,0,0,0]}},{key:"_dominantAlgorithm",value:function(e,t,n){for(var r={},a=24,l=0;l<t;l+=n){var i=e[l],s=e[l+1],c=e[l+2],u=e[l+3],m=Math.round(i/a)+","+Math.round(s/a)+","+Math.round(c/a);r[m]?r[m]=[r[m][0]+i*u,r[m][1]+s*u,r[m][2]+c*u,r[m][3]+u,r[m][4]+1]:r[m]=[i*u,s*u,c*u,u,1]}var d=Object.keys(r).map((function(e){return r[e]})).sort((function(e,t){var n=e[4],o=t[4];return n>o?-1:n===o?0:1})),p=o(d[0],5),g=p[0],h=p[1],v=p[2],b=p[3],_=p[4];return b?[Math.round(g/b),Math.round(h/b),Math.round(v/b),Math.round(b/_)]:[0,0,0,0]}},{key:"_bindImageEvents",value:function(e,t,n){var o=this,r=(n=n||{})&&n.data,a=this._getDefaultColor(n),l=function(){c(),t.call(e,o.getColor(e,n),r)},i=function(){c(),t.call(e,o._prepareResult(a,new Error("Image error")),r)},s=function(){c(),t.call(e,o._prepareResult(a,new Error("Image abort")),r)},c=function(){e.removeEventListener("load",l),e.removeEventListener("error",i),e.removeEventListener("abort",s)};e.addEventListener("load",l),e.addEventListener("error",i),e.addEventListener("abort",s)}},{key:"_prepareResult",value:function(e,t){var n=e.slice(0,3),o=[].concat(n,e[3]/255),r=this._isDark(e);return{error:t,value:e,rgb:"rgb("+n.join(",")+")",rgba:"rgba("+o.join(",")+")",hex:this._arrayToHex(n),hexa:this._arrayToHex(e),isDark:r,isLight:!r}}},{key:"_getOriginalSize",value:function(e){return e instanceof HTMLImageElement?{width:e.naturalWidth,height:e.naturalHeight}:e instanceof HTMLVideoElement?{width:e.videoWidth,height:e.videoHeight}:{width:e.width,height:e.height}}},{key:"_toHex",value:function(e){var t=e.toString(16);return 1===t.length?"0"+t:t}},{key:"_arrayToHex",value:function(e){return"#"+e.map(this._toHex).join("")}},{key:"_isDark",value:function(e){return(299*e[0]+587*e[1]+114*e[2])/1e3<128}},{key:"_makeCanvas",value:function(){return"undefined"==typeof window?new OffscreenCanvas(1,1):document.createElement("canvas")}}]),t}()}()},9756:function(e){e.exports=function(e,t){var n,o,r=0;function a(){var a,l,i=n,s=arguments.length;e:for(;i;){if(i.args.length===arguments.length){for(l=0;l<s;l++)if(i.args[l]!==arguments[l]){i=i.next;continue e}return i!==n&&(i===o&&(o=i.prev),i.prev.next=i.next,i.next&&(i.next.prev=i.prev),i.next=n,i.prev=null,n.prev=i,n=i),i.val}i=i.next}for(a=new Array(s),l=0;l<s;l++)a[l]=arguments[l];return i={args:a,val:e.apply(null,a)},n?(n.prev=i,i.next=n):o=i,r===t.maxSize?(o=o.prev).next=null:r++,n=i,i.val}return t=t||{},a.clear=function(){n=null,o=null,r=0},a}},4793:function(e){var t={"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","Ấ":"A","Ắ":"A","Ẳ":"A","Ẵ":"A","Ặ":"A","Æ":"AE","Ầ":"A","Ằ":"A","Ȃ":"A","Ç":"C","Ḉ":"C","È":"E","É":"E","Ê":"E","Ë":"E","Ế":"E","Ḗ":"E","Ề":"E","Ḕ":"E","Ḝ":"E","Ȇ":"E","Ì":"I","Í":"I","Î":"I","Ï":"I","Ḯ":"I","Ȋ":"I","Ð":"D","Ñ":"N","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","Ố":"O","Ṍ":"O","Ṓ":"O","Ȏ":"O","Ù":"U","Ú":"U","Û":"U","Ü":"U","Ý":"Y","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","ấ":"a","ắ":"a","ẳ":"a","ẵ":"a","ặ":"a","æ":"ae","ầ":"a","ằ":"a","ȃ":"a","ç":"c","ḉ":"c","è":"e","é":"e","ê":"e","ë":"e","ế":"e","ḗ":"e","ề":"e","ḕ":"e","ḝ":"e","ȇ":"e","ì":"i","í":"i","î":"i","ï":"i","ḯ":"i","ȋ":"i","ð":"d","ñ":"n","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","ố":"o","ṍ":"o","ṓ":"o","ȏ":"o","ù":"u","ú":"u","û":"u","ü":"u","ý":"y","ÿ":"y","Ā":"A","ā":"a","Ă":"A","ă":"a","Ą":"A","ą":"a","Ć":"C","ć":"c","Ĉ":"C","ĉ":"c","Ċ":"C","ċ":"c","Č":"C","č":"c","C̆":"C","c̆":"c","Ď":"D","ď":"d","Đ":"D","đ":"d","Ē":"E","ē":"e","Ĕ":"E","ĕ":"e","Ė":"E","ė":"e","Ę":"E","ę":"e","Ě":"E","ě":"e","Ĝ":"G","Ǵ":"G","ĝ":"g","ǵ":"g","Ğ":"G","ğ":"g","Ġ":"G","ġ":"g","Ģ":"G","ģ":"g","Ĥ":"H","ĥ":"h","Ħ":"H","ħ":"h","Ḫ":"H","ḫ":"h","Ĩ":"I","ĩ":"i","Ī":"I","ī":"i","Ĭ":"I","ĭ":"i","Į":"I","į":"i","İ":"I","ı":"i","IJ":"IJ","ij":"ij","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","Ḱ":"K","ḱ":"k","K̆":"K","k̆":"k","Ĺ":"L","ĺ":"l","Ļ":"L","ļ":"l","Ľ":"L","ľ":"l","Ŀ":"L","ŀ":"l","Ł":"l","ł":"l","Ḿ":"M","ḿ":"m","M̆":"M","m̆":"m","Ń":"N","ń":"n","Ņ":"N","ņ":"n","Ň":"N","ň":"n","ʼn":"n","N̆":"N","n̆":"n","Ō":"O","ō":"o","Ŏ":"O","ŏ":"o","Ő":"O","ő":"o","Œ":"OE","œ":"oe","P̆":"P","p̆":"p","Ŕ":"R","ŕ":"r","Ŗ":"R","ŗ":"r","Ř":"R","ř":"r","R̆":"R","r̆":"r","Ȓ":"R","ȓ":"r","Ś":"S","ś":"s","Ŝ":"S","ŝ":"s","Ş":"S","Ș":"S","ș":"s","ş":"s","Š":"S","š":"s","Ţ":"T","ţ":"t","ț":"t","Ț":"T","Ť":"T","ť":"t","Ŧ":"T","ŧ":"t","T̆":"T","t̆":"t","Ũ":"U","ũ":"u","Ū":"U","ū":"u","Ŭ":"U","ŭ":"u","Ů":"U","ů":"u","Ű":"U","ű":"u","Ų":"U","ų":"u","Ȗ":"U","ȗ":"u","V̆":"V","v̆":"v","Ŵ":"W","ŵ":"w","Ẃ":"W","ẃ":"w","X̆":"X","x̆":"x","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Y̆":"Y","y̆":"y","Ź":"Z","ź":"z","Ż":"Z","ż":"z","Ž":"Z","ž":"z","ſ":"s","ƒ":"f","Ơ":"O","ơ":"o","Ư":"U","ư":"u","Ǎ":"A","ǎ":"a","Ǐ":"I","ǐ":"i","Ǒ":"O","ǒ":"o","Ǔ":"U","ǔ":"u","Ǖ":"U","ǖ":"u","Ǘ":"U","ǘ":"u","Ǚ":"U","ǚ":"u","Ǜ":"U","ǜ":"u","Ứ":"U","ứ":"u","Ṹ":"U","ṹ":"u","Ǻ":"A","ǻ":"a","Ǽ":"AE","ǽ":"ae","Ǿ":"O","ǿ":"o","Þ":"TH","þ":"th","Ṕ":"P","ṕ":"p","Ṥ":"S","ṥ":"s","X́":"X","x́":"x","Ѓ":"Г","ѓ":"г","Ќ":"К","ќ":"к","A̋":"A","a̋":"a","E̋":"E","e̋":"e","I̋":"I","i̋":"i","Ǹ":"N","ǹ":"n","Ồ":"O","ồ":"o","Ṑ":"O","ṑ":"o","Ừ":"U","ừ":"u","Ẁ":"W","ẁ":"w","Ỳ":"Y","ỳ":"y","Ȁ":"A","ȁ":"a","Ȅ":"E","ȅ":"e","Ȉ":"I","ȉ":"i","Ȍ":"O","ȍ":"o","Ȑ":"R","ȑ":"r","Ȕ":"U","ȕ":"u","B̌":"B","b̌":"b","Č̣":"C","č̣":"c","Ê̌":"E","ê̌":"e","F̌":"F","f̌":"f","Ǧ":"G","ǧ":"g","Ȟ":"H","ȟ":"h","J̌":"J","ǰ":"j","Ǩ":"K","ǩ":"k","M̌":"M","m̌":"m","P̌":"P","p̌":"p","Q̌":"Q","q̌":"q","Ř̩":"R","ř̩":"r","Ṧ":"S","ṧ":"s","V̌":"V","v̌":"v","W̌":"W","w̌":"w","X̌":"X","x̌":"x","Y̌":"Y","y̌":"y","A̧":"A","a̧":"a","B̧":"B","b̧":"b","Ḑ":"D","ḑ":"d","Ȩ":"E","ȩ":"e","Ɛ̧":"E","ɛ̧":"e","Ḩ":"H","ḩ":"h","I̧":"I","i̧":"i","Ɨ̧":"I","ɨ̧":"i","M̧":"M","m̧":"m","O̧":"O","o̧":"o","Q̧":"Q","q̧":"q","U̧":"U","u̧":"u","X̧":"X","x̧":"x","Z̧":"Z","z̧":"z"},n=Object.keys(t).join("|"),o=new RegExp(n,"g"),r=new RegExp(n,""),a=function(e){return e.replace(o,(function(e){return t[e]}))};e.exports=a,e.exports.has=function(e){return!!e.match(r)},e.exports.remove=a}},t={};function n(o){var r=t[o];if(void 0!==r)return r.exports;var a=t[o]={exports:{}};return e[o].call(a.exports,a,a.exports,n),a.exports}n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,{a:t}),t},n.d=function(e,t){for(var o in t)n.o(t,o)&&!n.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var o={};!function(){"use strict";n.r(o),n.d(o,{__experimentalGetCoreBlocks:function(){return uw},__experimentalRegisterExperimentalCoreBlocks:function(){return dw},registerCoreBlocks:function(){return mw}});var e={};n.r(e),n.d(e,{init:function(){return et},metadata:function(){return Ye},name:function(){return Je},settings:function(){return Xe}});var t={};n.r(t),n.d(t,{init:function(){return yt},metadata:function(){return vt},name:function(){return bt},settings:function(){return _t}});var r={};n.r(r),n.d(r,{init:function(){return Wt},metadata:function(){return Ut},name:function(){return Ot},settings:function(){return qt}});var a={};n.r(a),n.d(a,{init:function(){return bn},metadata:function(){return gn},name:function(){return hn},settings:function(){return vn}});var l={};n.r(l),n.d(l,{init:function(){return zn},metadata:function(){return Nn},name:function(){return Pn},settings:function(){return In}});var i={};n.r(i),n.d(i,{init:function(){return Fn},metadata:function(){return An},name:function(){return Vn},settings:function(){return Hn}});var s={};n.r(s),n.d(s,{init:function(){return qn},metadata:function(){return $n},name:function(){return Un},settings:function(){return On}});var c={};n.r(c),n.d(c,{init:function(){return Jn},metadata:function(){return Qn},name:function(){return Kn},settings:function(){return Yn}});var u={};n.r(u),n.d(u,{init:function(){return lo},metadata:function(){return oo},name:function(){return ro},settings:function(){return ao}});var m={};n.r(m),n.d(m,{init:function(){return ho},metadata:function(){return mo},name:function(){return po},settings:function(){return go}});var d={};n.r(d),n.d(d,{init:function(){return Ro},metadata:function(){return zo},name:function(){return Mo},settings:function(){return Lo}});var p={};n.r(p),n.d(p,{init:function(){return jo},metadata:function(){return Oo},name:function(){return qo},settings:function(){return Wo}});var g={};n.r(g),n.d(g,{init:function(){return Yo},metadata:function(){return Zo},name:function(){return Qo},settings:function(){return Ko}});var h={};n.r(h),n.d(h,{init:function(){return rr},metadata:function(){return tr},name:function(){return nr},settings:function(){return or}});var v={};n.r(v),n.d(v,{init:function(){return cr},metadata:function(){return lr},name:function(){return ir},settings:function(){return sr}});var b={};n.r(b),n.d(b,{init:function(){return br},metadata:function(){return gr},name:function(){return hr},settings:function(){return vr}});var _={};n.r(_),n.d(_,{init:function(){return xr},metadata:function(){return yr},name:function(){return fr},settings:function(){return kr}});var y={};n.r(y),n.d(y,{init:function(){return Tr},metadata:function(){return Cr},name:function(){return Sr},settings:function(){return Br}});var f={};n.r(f),n.d(f,{init:function(){return Dr},metadata:function(){return Vr},name:function(){return Hr},settings:function(){return Fr}});var k={};n.r(k),n.d(k,{init:function(){return Wr},metadata:function(){return Ur},name:function(){return Or},settings:function(){return qr}});var x={};n.r(x),n.d(x,{init:function(){return ea},metadata:function(){return Yr},name:function(){return Jr},settings:function(){return Xr}});var w={};n.r(w),n.d(w,{init:function(){return la},metadata:function(){return oa},name:function(){return ra},settings:function(){return aa}});var E={};n.r(E),n.d(E,{init:function(){return da},metadata:function(){return ca},name:function(){return ua},settings:function(){return ma}});var C={};n.r(C),n.d(C,{init:function(){return Ea},metadata:function(){return ka},name:function(){return xa},settings:function(){return wa}});var S={};n.r(S),n.d(S,{init:function(){return Gl},metadata:function(){return Hl},name:function(){return Fl},settings:function(){return Dl}});var B={};n.r(B),n.d(B,{init:function(){return Ti},metadata:function(){return Ci},name:function(){return Si},settings:function(){return Bi}});var T={};n.r(T),n.d(T,{init:function(){return Wi},metadata:function(){return Ui},name:function(){return Oi},settings:function(){return qi}});var N={};n.r(N),n.d(N,{init:function(){return lc},metadata:function(){return oc},name:function(){return rc},settings:function(){return ac}});var P={};n.r(P),n.d(P,{init:function(){return kc},metadata:function(){return _c},name:function(){return yc},settings:function(){return fc}});var I={};n.r(I),n.d(I,{init:function(){return Uc},metadata:function(){return Dc},name:function(){return Gc},settings:function(){return $c}});var z={};n.r(z),n.d(z,{init:function(){return Qc},metadata:function(){return Wc},name:function(){return jc},settings:function(){return Zc}});var M={};n.r(M),n.d(M,{init:function(){return nu},metadata:function(){return Xc},name:function(){return eu},settings:function(){return tu}});var L={};n.r(L),n.d(L,{init:function(){return xu},metadata:function(){return yu},name:function(){return fu},settings:function(){return ku}});var R={};n.r(R),n.d(R,{init:function(){return Bu},metadata:function(){return Eu},name:function(){return Cu},settings:function(){return Su}});var A={};n.r(A),n.d(A,{init:function(){return Hu},metadata:function(){return Ru},name:function(){return Au},settings:function(){return Vu}});var V={};n.r(V),n.d(V,{init:function(){return sm},metadata:function(){return am},name:function(){return lm},settings:function(){return im}});var H={};n.r(H),n.d(H,{init:function(){return Cm},metadata:function(){return xm},name:function(){return wm},settings:function(){return Em}});var F={};n.r(F),n.d(F,{init:function(){return Pm},metadata:function(){return Bm},name:function(){return Tm},settings:function(){return Nm}});var D={};n.r(D),n.d(D,{init:function(){return md},metadata:function(){return sd},name:function(){return cd},settings:function(){return ud}});var G={};n.r(G),n.d(G,{init:function(){return _d},metadata:function(){return hd},name:function(){return vd},settings:function(){return bd}});var $={};n.r($),n.d($,{init:function(){return Cd},metadata:function(){return xd},name:function(){return wd},settings:function(){return Ed}});var U={};n.r(U),n.d(U,{init:function(){return Ip},metadata:function(){return Tp},name:function(){return Np},settings:function(){return Pp}});var O={};n.r(O),n.d(O,{init:function(){return Qp},metadata:function(){return Wp},name:function(){return jp},settings:function(){return Zp}});var q={};n.r(q),n.d(q,{init:function(){return sg},metadata:function(){return ag},name:function(){return lg},settings:function(){return ig}});var W={};n.r(W),n.d(W,{init:function(){return gg},metadata:function(){return mg},name:function(){return dg},settings:function(){return pg}});var j={};n.r(j),n.d(j,{init:function(){return yg},metadata:function(){return vg},name:function(){return bg},settings:function(){return _g}});var Z={};n.r(Z),n.d(Z,{init:function(){return Ng},metadata:function(){return Sg},name:function(){return Bg},settings:function(){return Tg}});var Q={};n.r(Q),n.d(Q,{init:function(){return Zg},metadata:function(){return qg},name:function(){return Wg},settings:function(){return jg}});var K={};n.r(K),n.d(K,{init:function(){return eh},metadata:function(){return Yg},name:function(){return Jg},settings:function(){return Xg}});var Y={};n.r(Y),n.d(Y,{init:function(){return lh},metadata:function(){return oh},name:function(){return rh},settings:function(){return ah}});var J={};n.r(J),n.d(J,{init:function(){return mh},metadata:function(){return sh},name:function(){return ch},settings:function(){return uh}});var X={};n.r(X),n.d(X,{init:function(){return _h},metadata:function(){return hh},name:function(){return vh},settings:function(){return bh}});var ee={};n.r(ee),n.d(ee,{init:function(){return wh},metadata:function(){return fh},name:function(){return kh},settings:function(){return xh}});var te={};n.r(te),n.d(te,{init:function(){return Th},metadata:function(){return Ch},name:function(){return Sh},settings:function(){return Bh}});var ne={};n.r(ne),n.d(ne,{init:function(){return Mh},metadata:function(){return Ph},name:function(){return Ih},settings:function(){return zh}});var oe={};n.r(oe),n.d(oe,{init:function(){return Uh},metadata:function(){return Dh},name:function(){return Gh},settings:function(){return $h}});var re={};n.r(re),n.d(re,{init:function(){return Kh},metadata:function(){return jh},name:function(){return Zh},settings:function(){return Qh}});var ae={};n.r(ae),n.d(ae,{init:function(){return nv},metadata:function(){return Xh},name:function(){return ev},settings:function(){return tv}});var le={};n.r(le),n.d(le,{init:function(){return gv},metadata:function(){return mv},name:function(){return dv},settings:function(){return pv}});var ie={};n.r(ie),n.d(ie,{init:function(){return xv},metadata:function(){return yv},name:function(){return fv},settings:function(){return kv}});var se={};n.r(se),n.d(se,{init:function(){return Nv},metadata:function(){return Sv},name:function(){return Bv},settings:function(){return Tv}});var ce={};n.r(ce),n.d(ce,{init:function(){return Vv},metadata:function(){return Lv},name:function(){return Rv},settings:function(){return Av}});var ue={};n.r(ue),n.d(ue,{init:function(){return Uv},metadata:function(){return Dv},name:function(){return Gv},settings:function(){return $v}});var me={};n.r(me),n.d(me,{init:function(){return Kv},metadata:function(){return jv},name:function(){return Zv},settings:function(){return Qv}});var de={};n.r(de),n.d(de,{init:function(){return vb},metadata:function(){return pb},name:function(){return gb},settings:function(){return hb}});var pe={};n.r(pe),n.d(pe,{init:function(){return n_},metadata:function(){return Xb},name:function(){return e_},settings:function(){return t_}});var ge={};n.r(ge),n.d(ge,{init:function(){return i_},metadata:function(){return r_},name:function(){return a_},settings:function(){return l_}});var he={};n.r(he),n.d(he,{init:function(){return h_},metadata:function(){return d_},name:function(){return p_},settings:function(){return g_}});var ve={};n.r(ve),n.d(ve,{init:function(){return f_},metadata:function(){return b_},name:function(){return __},settings:function(){return y_}});var be={};n.r(be),n.d(be,{init:function(){return C_},metadata:function(){return x_},name:function(){return w_},settings:function(){return E_}});var _e={};n.r(_e),n.d(_e,{init:function(){return P_},metadata:function(){return B_},name:function(){return T_},settings:function(){return N_}});var ye={};n.r(ye),n.d(ye,{init:function(){return F_},metadata:function(){return A_},name:function(){return V_},settings:function(){return H_}});var fe={};n.r(fe),n.d(fe,{init:function(){return ey},metadata:function(){return Y_},name:function(){return J_},settings:function(){return X_}});var ke={};n.r(ke),n.d(ke,{init:function(){return iy},metadata:function(){return ry},name:function(){return ay},settings:function(){return ly}});var xe={};n.r(xe),n.d(xe,{init:function(){return my},metadata:function(){return sy},name:function(){return cy},settings:function(){return uy}});var we={};n.r(we),n.d(we,{init:function(){return vy},metadata:function(){return py},name:function(){return gy},settings:function(){return hy}});var Ee={};n.r(Ee),n.d(Ee,{init:function(){return Ty},metadata:function(){return Cy},name:function(){return Sy},settings:function(){return By}});var Ce={};n.r(Ce),n.d(Ce,{init:function(){return Ay},metadata:function(){return My},name:function(){return Ly},settings:function(){return Ry}});var Se={};n.r(Se),n.d(Se,{init:function(){return Uy},metadata:function(){return Dy},name:function(){return Gy},settings:function(){return $y}});var Be={};n.r(Be),n.d(Be,{init:function(){return Jy},metadata:function(){return Qy},name:function(){return Ky},settings:function(){return Yy}});var Te={};n.r(Te),n.d(Te,{init:function(){return af},metadata:function(){return nf},name:function(){return of},settings:function(){return rf}});var Ne={};n.r(Ne),n.d(Ne,{init:function(){return vf},metadata:function(){return pf},name:function(){return gf},settings:function(){return hf}});var Pe={};n.r(Pe),n.d(Pe,{init:function(){return Bf},metadata:function(){return Ef},name:function(){return Cf},settings:function(){return Sf}});var Ie={};n.r(Ie),n.d(Ie,{init:function(){return Vf},metadata:function(){return Lf},name:function(){return Rf},settings:function(){return Af}});var ze={};n.r(ze),n.d(ze,{init:function(){return Zf},metadata:function(){return qf},name:function(){return Wf},settings:function(){return jf}});var Me={};n.r(Me),n.d(Me,{init:function(){return Tk},metadata:function(){return Ck},name:function(){return Sk},settings:function(){return Bk}});var Le={};n.r(Le),n.d(Le,{init:function(){return Ak},metadata:function(){return Mk},name:function(){return Lk},settings:function(){return Rk}});var Re={};n.r(Re),n.d(Re,{init:function(){return $k},metadata:function(){return Fk},name:function(){return Dk},settings:function(){return Gk}});var Ae={};n.r(Ae),n.d(Ae,{init:function(){return vx},metadata:function(){return px},name:function(){return gx},settings:function(){return hx}});var Ve={};n.r(Ve),n.d(Ve,{init:function(){return kx},metadata:function(){return _x},name:function(){return yx},settings:function(){return fx}});var He={};n.r(He),n.d(He,{init:function(){return Bx},metadata:function(){return Ex},name:function(){return Cx},settings:function(){return Sx}});var Fe={};n.r(Fe),n.d(Fe,{init:function(){return Vx},metadata:function(){return Lx},name:function(){return Rx},settings:function(){return Ax}});var De={};n.r(De),n.d(De,{init:function(){return iw},metadata:function(){return rw},name:function(){return aw},settings:function(){return lw}});var Ge=window.wp.blocks,$e=window.wp.element,Ue=window.wp.primitives;var Oe=(0,$e.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,$e.createElement)(Ue.Path,{d:"M19 6.2h-5.9l-.6-1.1c-.3-.7-1-1.1-1.8-1.1H5c-1.1 0-2 .9-2 2v11.8c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V8.2c0-1.1-.9-2-2-2zm.5 11.6c0 .3-.2.5-.5.5H5c-.3 0-.5-.2-.5-.5V6c0-.3.2-.5.5-.5h5.8c.2 0 .4.1.4.3l1 2H19c.3 0 .5.2.5.5v9.5zM8 12.8h8v-1.5H8v1.5zm0 3h8v-1.5H8v1.5z"}));function qe(e){if(!e)return;const{metadata:t,settings:n,name:o}=e;return(0,Ge.registerBlockType)({name:o,...t},n)}var We=window.wp.components,je=window.wp.i18n,Ze=window.wp.blockEditor,Qe=window.wp.serverSideRender,Ke=n.n(Qe);const Ye={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/archives",title:"Archives",category:"widgets",description:"Display a date archive of your posts.",textdomain:"default",attributes:{displayAsDropdown:{type:"boolean",default:!1},showLabel:{type:"boolean",default:!0},showPostCounts:{type:"boolean",default:!1},type:{type:"string",default:"monthly"}},supports:{align:!0,html:!1,spacing:{margin:!0,padding:!0},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}}},editorStyle:"wp-block-archives-editor"},{name:Je}=Ye,Xe={icon:Oe,example:{},edit:function(e){let{attributes:t,setAttributes:n}=e;const{showLabel:o,showPostCounts:r,displayAsDropdown:a,type:l}=t;return(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Ze.InspectorControls,null,(0,$e.createElement)(We.PanelBody,{title:(0,je.__)("Settings")},(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Display as dropdown"),checked:a,onChange:()=>n({displayAsDropdown:!a})}),a&&(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Show label"),checked:o,onChange:()=>n({showLabel:!o})}),(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Show post counts"),checked:r,onChange:()=>n({showPostCounts:!r})}),(0,$e.createElement)(We.SelectControl,{label:(0,je.__)("Group by:"),options:[{label:(0,je.__)("Year"),value:"yearly"},{label:(0,je.__)("Month"),value:"monthly"},{label:(0,je.__)("Week"),value:"weekly"},{label:(0,je.__)("Day"),value:"daily"}],value:l,onChange:e=>n({type:e})}))),(0,$e.createElement)("div",(0,Ze.useBlockProps)(),(0,$e.createElement)(We.Disabled,null,(0,$e.createElement)(Ke(),{block:"core/archives",attributes:t}))))}},et=()=>qe({name:Je,metadata:Ye,settings:Xe});var tt=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{fillRule:"evenodd",d:"M7.25 16.437a6.5 6.5 0 1 1 9.5 0V16A2.75 2.75 0 0 0 14 13.25h-4A2.75 2.75 0 0 0 7.25 16v.437Zm1.5 1.193a6.47 6.47 0 0 0 3.25.87 6.47 6.47 0 0 0 3.25-.87V16c0-.69-.56-1.25-1.25-1.25h-4c-.69 0-1.25.56-1.25 1.25v1.63ZM4 12a8 8 0 1 1 16 0 8 8 0 0 1-16 0Zm10-2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z",clipRule:"evenodd"}));function nt(){return nt=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(e[o]=n[o])}return e},nt.apply(this,arguments)}var ot=n(4403),rt=n.n(ot),at=window.wp.url,lt=window.wp.coreData,it=window.wp.data;function st(e){const t=e?e[0]:24,n=e?e[e.length-1]:96;return{minSize:t,maxSize:Math.floor(2.5*n)}}function ct(){const{avatarURL:e}=(0,it.useSelect)((e=>{const{getSettings:t}=e(Ze.store),{__experimentalDiscussionSettings:n}=t();return n}));return e}const ut={who:"authors",per_page:-1,_fields:"id,name",context:"view"};var mt=function(e){let{value:t,onChange:n}=e;const[o,r]=(0,$e.useState)(),a=(0,it.useSelect)((e=>{const{getUsers:t}=e(lt.store);return t(ut)}),[]);if(!a)return null;const l=a.map((e=>({label:e.name,value:e.id})));return(0,$e.createElement)(We.ComboboxControl,{label:(0,je.__)("User"),help:(0,je.__)("Select the avatar user to display, if it is blank it will use the post/page author."),value:t,onChange:n,options:o||l,onFilterValueChange:e=>r(l.filter((t=>t.label.toLowerCase().startsWith(e.toLowerCase()))))})};const dt=e=>{let{setAttributes:t,avatar:n,attributes:o,selectUser:r}=e;return(0,$e.createElement)(Ze.InspectorControls,null,(0,$e.createElement)(We.PanelBody,{title:(0,je.__)("Settings")},(0,$e.createElement)(We.RangeControl,{label:(0,je.__)("Image size"),onChange:e=>t({size:e}),min:n.minSize,max:n.maxSize,initialPosition:null==o?void 0:o.size,value:null==o?void 0:o.size}),(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Link to user profile"),onChange:()=>t({isLink:!o.isLink}),checked:o.isLink}),o.isLink&&(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Open in new tab"),onChange:e=>t({linkTarget:e?"_blank":"_self"}),checked:"_blank"===o.linkTarget}),r&&(0,$e.createElement)(mt,{value:null==o?void 0:o.userId,onChange:e=>{t({userId:e})}})))},pt=e=>{let{setAttributes:t,attributes:n,avatar:o,blockProps:r,isSelected:a}=e;const l=(0,Ze.__experimentalUseBorderProps)(n),i=(0,at.addQueryArgs)((0,at.removeQueryArgs)(null==o?void 0:o.src,["s"]),{s:2*(null==n?void 0:n.size)});return(0,$e.createElement)("div",r,(0,$e.createElement)(We.ResizableBox,{size:{width:n.size,height:n.size},showHandle:a,onResizeStop:(e,o,r,a)=>{t({size:parseInt(n.size+(a.height||a.width),10)})},lockAspectRatio:!0,enable:{top:!1,right:!(0,je.isRTL)(),bottom:!0,left:(0,je.isRTL)()},minWidth:o.minSize,maxWidth:o.maxSize},(0,$e.createElement)("img",nt({src:i,alt:o.alt},l,{className:rt()("avatar","avatar-"+n.size,"photo","wp-block-avatar__image",l.className),style:{...l.style}}))))},gt=e=>{let{attributes:t,context:n,setAttributes:o,isSelected:r}=e;const{commentId:a}=n,l=(0,Ze.useBlockProps)(),i=function(e){let{commentId:t}=e;const[n]=(0,lt.useEntityProp)("root","comment","author_avatar_urls",t),[o]=(0,lt.useEntityProp)("root","comment","author_name",t),r=n?Object.values(n):null,a=n?Object.keys(n):null,{minSize:l,maxSize:i}=st(a),s=ct();return{src:r?r[r.length-1]:s,minSize:l,maxSize:i,alt:o?(0,je.sprintf)((0,je.__)("%s Avatar"),o):(0,je.__)("Default Avatar")}}({commentId:a});return(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(dt,{avatar:i,setAttributes:o,attributes:t,selectUser:!1}),t.isLink?(0,$e.createElement)("a",{href:"#avatar-pseudo-link",className:"wp-block-avatar__link",onClick:e=>e.preventDefault()},(0,$e.createElement)(pt,{attributes:t,avatar:i,blockProps:l,isSelected:r,setAttributes:o})):(0,$e.createElement)(pt,{attributes:t,avatar:i,blockProps:l,isSelected:r,setAttributes:o}))},ht=e=>{let{attributes:t,context:n,setAttributes:o,isSelected:r}=e;const{postId:a,postType:l}=n,i=function(e){let{userId:t,postId:n,postType:o}=e;const{authorDetails:r}=(0,it.useSelect)((e=>{var r;const{getEditedEntityRecord:a,getUser:l}=e(lt.store);if(t)return{authorDetails:l(t)};const i=null===(r=a("postType",o,n))||void 0===r?void 0:r.author;return{authorDetails:i?l(i):null}}),[o,n,t]),a=null!=r&&r.avatar_urls?Object.values(r.avatar_urls):null,l=null!=r&&r.avatar_urls?Object.keys(r.avatar_urls):null,{minSize:i,maxSize:s}=st(l),c=ct();return{src:a?a[a.length-1]:c,minSize:i,maxSize:s,alt:r?(0,je.sprintf)((0,je.__)("%s Avatar"),null==r?void 0:r.name):(0,je.__)("Default Avatar")}}({userId:null==t?void 0:t.userId,postId:a,postType:l}),s=(0,Ze.useBlockProps)();return(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(dt,{selectUser:!0,attributes:t,avatar:i,setAttributes:o}),(0,$e.createElement)("div",null,t.isLink?(0,$e.createElement)("a",{href:"#avatar-pseudo-link",className:"wp-block-avatar__link",onClick:e=>e.preventDefault()},(0,$e.createElement)(pt,{attributes:t,avatar:i,blockProps:s,isSelected:r,setAttributes:o})):(0,$e.createElement)(pt,{attributes:t,avatar:i,blockProps:s,isSelected:r,setAttributes:o})))};const vt={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/avatar",title:"Avatar",category:"theme",description:"Add a user's avatar.",textdomain:"default",attributes:{userId:{type:"number"},size:{type:"number",default:96},isLink:{type:"boolean",default:!1},linkTarget:{type:"string",default:"_self"}},usesContext:["postType","postId","commentId"],supports:{html:!1,align:!0,alignWide:!1,spacing:{margin:!0,padding:!0},__experimentalBorder:{__experimentalSkipSerialization:!0,radius:!0,width:!0,color:!0,style:!0,__experimentalDefaultControls:{radius:!0}},color:{text:!1,background:!1,__experimentalDuotone:"img"}},editorStyle:"wp-block-avatar",style:"wp-block-avatar"},{name:bt}=vt,_t={icon:tt,edit:function(e){var t,n;return null!=e&&null!==(t=e.context)&&void 0!==t&&t.commentId||null===(null==e||null===(n=e.context)||void 0===n?void 0:n.commentId)?(0,$e.createElement)(gt,e):(0,$e.createElement)(ht,e)}},yt=()=>qe({name:bt,metadata:vt,settings:_t});var ft=(0,$e.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,$e.createElement)(Ue.Path,{d:"M17.7 4.3c-1.2 0-2.8 0-3.8 1-.6.6-.9 1.5-.9 2.6V14c-.6-.6-1.5-1-2.5-1C8.6 13 7 14.6 7 16.5S8.6 20 10.5 20c1.5 0 2.8-1 3.3-2.3.5-.8.7-1.8.7-2.5V7.9c0-.7.2-1.2.5-1.6.6-.6 1.8-.6 2.8-.6h.3V4.3h-.4z"})),kt=[{attributes:{src:{type:"string",source:"attribute",selector:"audio",attribute:"src"},caption:{type:"string",source:"html",selector:"figcaption"},id:{type:"number"},autoplay:{type:"boolean",source:"attribute",selector:"audio",attribute:"autoplay"},loop:{type:"boolean",source:"attribute",selector:"audio",attribute:"loop"},preload:{type:"string",source:"attribute",selector:"audio",attribute:"preload"}},supports:{align:!0},save(e){let{attributes:t}=e;const{autoplay:n,caption:o,loop:r,preload:a,src:l}=t;return(0,$e.createElement)("figure",null,(0,$e.createElement)("audio",{controls:"controls",src:l,autoPlay:n,loop:r,preload:a}),!Ze.RichText.isEmpty(o)&&(0,$e.createElement)(Ze.RichText.Content,{tagName:"figcaption",value:o}))}}],xt=window.wp.blob,wt=window.wp.notices;const Et=[{ratio:"2.33",className:"wp-embed-aspect-21-9"},{ratio:"2.00",className:"wp-embed-aspect-18-9"},{ratio:"1.78",className:"wp-embed-aspect-16-9"},{ratio:"1.33",className:"wp-embed-aspect-4-3"},{ratio:"1.00",className:"wp-embed-aspect-1-1"},{ratio:"0.56",className:"wp-embed-aspect-9-16"},{ratio:"0.50",className:"wp-embed-aspect-1-2"}],Ct="wp-embed";var St=window.lodash,Bt=n(3827),Tt=n.n(Bt),Nt=n(9756),Pt=n.n(Nt);const{name:It}={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/embed",title:"Embed",category:"embed",description:"Add a block that displays content pulled from other sites, like Twitter or YouTube.",textdomain:"default",attributes:{url:{type:"string"},caption:{type:"string",source:"html",selector:"figcaption"},type:{type:"string"},providerNameSlug:{type:"string"},allowResponsive:{type:"boolean",default:!0},responsive:{type:"boolean",default:!1},previewable:{type:"boolean",default:!0}},supports:{align:!0},editorStyle:"wp-block-embed-editor",style:"wp-block-embed"},zt=e=>{var t;return null===(t=(0,Ge.getBlockVariations)(It))||void 0===t?void 0:t.find((t=>{let{patterns:n}=t;return function(e){return(arguments.length>1&&void 0!==arguments[1]?arguments[1]:[]).some((t=>e.match(t)))}(e,n)}))},Mt=e=>e&&e.includes('class="wp-embedded-content"'),Lt=function(e){var t;let n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const{preview:o,attributes:r={}}=e,{url:a,providerNameSlug:l,type:i,...s}=r;if(!a||!(0,Ge.getBlockType)(It))return;const c=zt(a),u="wordpress"===l||i===Ct,m=!u&&c&&(c.attributes.providerNameSlug!==l||!l);if(m)return(0,Ge.createBlock)(It,{url:a,...s,...c.attributes});const d=null===(t=(0,Ge.getBlockVariations)(It))||void 0===t?void 0:t.find((e=>{let{name:t}=e;return"wordpress"===t}));return d&&o&&Mt(o.html)&&!u?(0,Ge.createBlock)(It,{url:a,...d.attributes,...n}):void 0},Rt=e=>{if(!e)return e;const t=Et.reduce(((e,t)=>{let{className:n}=t;return e[n]=!1,e}),{"wp-has-aspect-ratio":!1});return Tt()(e,t)};function At(e,t){let n=!(arguments.length>2&&void 0!==arguments[2])||arguments[2];if(!n)return Rt(t);const o=document.implementation.createHTMLDocument("");o.body.innerHTML=e;const r=o.body.querySelector("iframe");if(r&&r.height&&r.width){const e=(r.width/r.height).toFixed(2);for(let n=0;n<Et.length;n++){const o=Et[n];if(e>=o.ratio){return e-o.ratio>.1?Rt(t):Tt()(Rt(t),o.className,"wp-has-aspect-ratio")}}}return t}const Vt=Pt()((function(e,t,n,o){let r=!(arguments.length>4&&void 0!==arguments[4])||arguments[4];if(!e)return{};const a={};let{type:l="rich"}=e;const{html:i,provider_name:s}=e,c=(0,St.kebabCase)((s||t).toLowerCase());return Mt(i)&&(l=Ct),(i||"photo"===l)&&(a.type=l,a.providerNameSlug=c),a.className=At(i,n,o&&r),a})),Ht=function(e,t,n,o){let r=arguments.length>4&&void 0!==arguments[4]&&arguments[4];const{allowResponsive:a,className:l}=e;return{...e,...Vt(t,n,r?void 0:l,o,a)}},Ft=["audio"];var Dt=function(e){let{attributes:t,className:n,setAttributes:o,onReplace:r,isSelected:a,insertBlocksAfter:l}=e;const{id:i,autoplay:s,caption:c,loop:u,preload:m,src:d}=t,p=!i&&(0,xt.isBlobURL)(d),g=(0,it.useSelect)((e=>{const{getSettings:t}=e(Ze.store);return t().mediaUpload}),[]);function h(e){return t=>{o({[e]:t})}}function v(e){if(e!==d){const t=Lt({attributes:{url:e}});if(void 0!==t&&r)return void r(t);o({src:e,id:void 0})}}(0,$e.useEffect)((()=>{if(!i&&(0,xt.isBlobURL)(d)){const e=(0,xt.getBlobByURL)(d);e&&g({filesList:[e],onFileChange:e=>{let[t]=e;return y(t)},onError:e=>_(e),allowedTypes:Ft})}}),[]);const{createErrorNotice:b}=(0,it.useDispatch)(wt.store);function _(e){b(e,{type:"snackbar"})}function y(e){e&&e.url?o({src:e.url,id:e.id}):o({src:void 0,id:void 0})}const f=rt()(n,{"is-transient":p}),k=(0,Ze.useBlockProps)({className:f});return d?(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Ze.BlockControls,{group:"other"},(0,$e.createElement)(Ze.MediaReplaceFlow,{mediaId:i,mediaURL:d,allowedTypes:Ft,accept:"audio/*",onSelect:y,onSelectURL:v,onError:_})),(0,$e.createElement)(Ze.InspectorControls,null,(0,$e.createElement)(We.PanelBody,{title:(0,je.__)("Settings")},(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Autoplay"),onChange:h("autoplay"),checked:s,help:function(e){return e?(0,je.__)("Autoplay may cause usability issues for some users."):null}}),(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Loop"),onChange:h("loop"),checked:u}),(0,$e.createElement)(We.SelectControl,{label:(0,je._x)("Preload","noun; Audio block parameter"),value:m||"",onChange:e=>o({preload:e||void 0}),options:[{value:"",label:(0,je.__)("Browser default")},{value:"auto",label:(0,je.__)("Auto")},{value:"metadata",label:(0,je.__)("Metadata")},{value:"none",label:(0,je._x)("None","Preload value")}]}))),(0,$e.createElement)("figure",k,(0,$e.createElement)(We.Disabled,{isDisabled:!a},(0,$e.createElement)("audio",{controls:"controls",src:d})),p&&(0,$e.createElement)(We.Spinner,null),(!Ze.RichText.isEmpty(c)||a)&&(0,$e.createElement)(Ze.RichText,{tagName:"figcaption",className:(0,Ze.__experimentalGetElementClassName)("caption"),"aria-label":(0,je.__)("Audio caption text"),placeholder:(0,je.__)("Add caption"),value:c,onChange:e=>o({caption:e}),inlineToolbar:!0,__unstableOnSplitAtEnd:()=>l((0,Ge.createBlock)((0,Ge.getDefaultBlockName)()))}))):(0,$e.createElement)("div",k,(0,$e.createElement)(Ze.MediaPlaceholder,{icon:(0,$e.createElement)(Ze.BlockIcon,{icon:ft}),onSelect:y,onSelectURL:v,accept:"audio/*",allowedTypes:Ft,value:t,onError:_}))};const Gt={from:[{type:"files",isMatch(e){return 1===e.length&&0===e[0].type.indexOf("audio/")},transform(e){const t=e[0];return(0,Ge.createBlock)("core/audio",{src:(0,xt.createBlobURL)(t)})}},{type:"shortcode",tag:"audio",attributes:{src:{type:"string",shortcode:e=>{let{named:{src:t,mp3:n,m4a:o,ogg:r,wav:a,wma:l}}=e;return t||n||o||r||a||l}},loop:{type:"string",shortcode:e=>{let{named:{loop:t}}=e;return t}},autoplay:{type:"string",shortcode:e=>{let{named:{autoplay:t}}=e;return t}},preload:{type:"string",shortcode:e=>{let{named:{preload:t}}=e;return t}}}}]};var $t=Gt;const Ut={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/audio",title:"Audio",category:"media",description:"Embed a simple audio player.",keywords:["music","sound","podcast","recording"],textdomain:"default",attributes:{src:{type:"string",source:"attribute",selector:"audio",attribute:"src",__experimentalRole:"content"},caption:{type:"string",source:"html",selector:"figcaption",__experimentalRole:"content"},id:{type:"number",__experimentalRole:"content"},autoplay:{type:"boolean",source:"attribute",selector:"audio",attribute:"autoplay"},loop:{type:"boolean",source:"attribute",selector:"audio",attribute:"loop"},preload:{type:"string",source:"attribute",selector:"audio",attribute:"preload"}},supports:{anchor:!0,align:!0,spacing:{margin:!0,padding:!0}},editorStyle:"wp-block-audio-editor",style:"wp-block-audio"},{name:Ot}=Ut,qt={icon:ft,example:{attributes:{src:"https://upload.wikimedia.org/wikipedia/commons/d/dd/Armstrong_Small_Step.ogg"}},transforms:$t,deprecated:kt,edit:Dt,save:function(e){let{attributes:t}=e;const{autoplay:n,caption:o,loop:r,preload:a,src:l}=t;return l&&(0,$e.createElement)("figure",Ze.useBlockProps.save(),(0,$e.createElement)("audio",{controls:"controls",src:l,autoPlay:n,loop:r,preload:a}),!Ze.RichText.isEmpty(o)&&(0,$e.createElement)(Ze.RichText.Content,{tagName:"figcaption",value:o,className:(0,Ze.__experimentalGetElementClassName)("caption")}))}},Wt=()=>qe({name:Ot,metadata:Ut,settings:qt});var jt=(0,$e.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,$e.createElement)(Ue.Path,{d:"M19 6.5H5c-1.1 0-2 .9-2 2v7c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-7c0-1.1-.9-2-2-2zm.5 9c0 .3-.2.5-.5.5H5c-.3 0-.5-.2-.5-.5v-7c0-.3.2-.5.5-.5h14c.3 0 .5.2.5.5v7zM8 12.8h8v-1.5H8v1.5z"})),Zt=window.wp.compose;const Qt=e=>e,Kt=e=>{if(null===e||"object"!=typeof e||Array.isArray(e))return e;const t=(0,St.pickBy)((0,St.mapValues)(e,Kt),Qt);return(0,St.isEmpty)(t)?void 0:t};var Yt=Kt;function Jt(e){var t,n;if(null==e||null===(t=e.style)||void 0===t||null===(n=t.typography)||void 0===n||!n.fontFamily)return e;const{fontFamily:o,...r}=e.style.typography;return{...e,style:Yt({...e.style,typography:r}),fontFamily:o.split("|").pop()}}const Xt=e=>{var t,n,o;const{borderRadius:r,...a}=e,l=[r,null===(t=a.style)||void 0===t||null===(n=t.border)||void 0===n?void 0:n.radius].find((e=>"number"==typeof e&&0!==e));return l?{...a,style:{...a.style,border:{...null===(o=a.style)||void 0===o?void 0:o.border,radius:`${l}px`}}}:a},en=e=>{if(!e.customTextColor&&!e.customBackgroundColor&&!e.customGradient)return e;const t={color:{}};e.customTextColor&&(t.color.text=e.customTextColor),e.customBackgroundColor&&(t.color.background=e.customBackgroundColor),e.customGradient&&(t.color.gradient=e.customGradient);const{customTextColor:n,customBackgroundColor:o,customGradient:r,...a}=e;return{...a,style:t}},tn=e=>{const{color:t,textColor:n,...o}={...e,customTextColor:e.textColor&&"#"===e.textColor[0]?e.textColor:void 0,customBackgroundColor:e.color&&"#"===e.color[0]?e.color:void 0};return en(o)},nn={url:{type:"string",source:"attribute",selector:"a",attribute:"href"},title:{type:"string",source:"attribute",selector:"a",attribute:"title"},text:{type:"string",source:"html",selector:"a"}},on={attributes:{url:{type:"string",source:"attribute",selector:"a",attribute:"href"},title:{type:"string",source:"attribute",selector:"a",attribute:"title"},text:{type:"string",source:"html",selector:"a"},linkTarget:{type:"string",source:"attribute",selector:"a",attribute:"target"},rel:{type:"string",source:"attribute",selector:"a",attribute:"rel"},placeholder:{type:"string"},backgroundColor:{type:"string"},textColor:{type:"string"},gradient:{type:"string"},width:{type:"number"}},supports:{anchor:!0,align:!0,alignWide:!1,color:{__experimentalSkipSerialization:!0,gradients:!0,__experimentalDefaultControls:{background:!0,text:!0}},typography:{fontSize:!0,__experimentalFontFamily:!0,__experimentalDefaultControls:{fontSize:!0}},reusable:!1,spacing:{__experimentalSkipSerialization:!0,padding:["horizontal","vertical"],__experimentalDefaultControls:{padding:!0}},__experimentalBorder:{radius:!0,__experimentalSkipSerialization:!0,__experimentalDefaultControls:{radius:!0}},__experimentalSelector:".wp-block-button__link"},save(e){var t,n;let{attributes:o,className:r}=e;const{fontSize:a,linkTarget:l,rel:i,style:s,text:c,title:u,url:m,width:d}=o;if(!c)return null;const p=(0,Ze.__experimentalGetBorderClassesAndStyles)(o),g=(0,Ze.__experimentalGetColorClassesAndStyles)(o),h=(0,Ze.__experimentalGetSpacingClassesAndStyles)(o),v=rt()("wp-block-button__link",g.className,p.className,{"no-border-radius":0===(null==s||null===(t=s.border)||void 0===t?void 0:t.radius)}),b={...p.style,...g.style,...h.style},_=rt()(r,{[`has-custom-width wp-block-button__width-${d}`]:d,"has-custom-font-size":a||(null==s||null===(n=s.typography)||void 0===n?void 0:n.fontSize)});return(0,$e.createElement)("div",Ze.useBlockProps.save({className:_}),(0,$e.createElement)(Ze.RichText.Content,{tagName:"a",className:v,href:m,title:u,style:b,value:c,target:l,rel:i}))}},rn={attributes:{url:{type:"string",source:"attribute",selector:"a",attribute:"href"},title:{type:"string",source:"attribute",selector:"a",attribute:"title"},text:{type:"string",source:"html",selector:"a"},linkTarget:{type:"string",source:"attribute",selector:"a",attribute:"target"},rel:{type:"string",source:"attribute",selector:"a",attribute:"rel"},placeholder:{type:"string"},backgroundColor:{type:"string"},textColor:{type:"string"},gradient:{type:"string"},width:{type:"number"}},supports:{anchor:!0,align:!0,alignWide:!1,color:{__experimentalSkipSerialization:!0,gradients:!0},typography:{fontSize:!0,__experimentalFontFamily:!0},reusable:!1,spacing:{__experimentalSkipSerialization:!0,padding:["horizontal","vertical"],__experimentalDefaultControls:{padding:!0}},__experimentalBorder:{radius:!0,__experimentalSkipSerialization:!0},__experimentalSelector:".wp-block-button__link"},save(e){var t,n;let{attributes:o,className:r}=e;const{fontSize:a,linkTarget:l,rel:i,style:s,text:c,title:u,url:m,width:d}=o;if(!c)return null;const p=(0,Ze.__experimentalGetBorderClassesAndStyles)(o),g=(0,Ze.__experimentalGetColorClassesAndStyles)(o),h=(0,Ze.__experimentalGetSpacingClassesAndStyles)(o),v=rt()("wp-block-button__link",g.className,p.className,{"no-border-radius":0===(null==s||null===(t=s.border)||void 0===t?void 0:t.radius)}),b={...p.style,...g.style,...h.style},_=rt()(r,{[`has-custom-width wp-block-button__width-${d}`]:d,"has-custom-font-size":a||(null==s||null===(n=s.typography)||void 0===n?void 0:n.fontSize)});return(0,$e.createElement)("div",Ze.useBlockProps.save({className:_}),(0,$e.createElement)(Ze.RichText.Content,{tagName:"a",className:v,href:m,title:u,style:b,value:c,target:l,rel:i}))},migrate:Jt,isEligible(e){var t;let{style:n}=e;return null==n||null===(t=n.typography)||void 0===t?void 0:t.fontFamily}},an=[on,rn,{supports:{anchor:!0,align:!0,alignWide:!1,color:{__experimentalSkipSerialization:!0,gradients:!0},typography:{fontSize:!0,__experimentalFontFamily:!0},reusable:!1,__experimentalSelector:".wp-block-button__link"},attributes:{...nn,linkTarget:{type:"string",source:"attribute",selector:"a",attribute:"target"},rel:{type:"string",source:"attribute",selector:"a",attribute:"rel"},placeholder:{type:"string"},backgroundColor:{type:"string"},textColor:{type:"string"},gradient:{type:"string"},width:{type:"number"}},isEligible(e){var t;let{style:n}=e;return"number"==typeof(null==n||null===(t=n.border)||void 0===t?void 0:t.radius)},save(e){var t,n,o;let{attributes:r,className:a}=e;const{fontSize:l,linkTarget:i,rel:s,style:c,text:u,title:m,url:d,width:p}=r;if(!u)return null;const g=null==c||null===(t=c.border)||void 0===t?void 0:t.radius,h=(0,Ze.__experimentalGetColorClassesAndStyles)(r),v=rt()("wp-block-button__link",h.className,{"no-border-radius":0===(null==c||null===(n=c.border)||void 0===n?void 0:n.radius)}),b={borderRadius:g||void 0,...h.style},_=rt()(a,{[`has-custom-width wp-block-button__width-${p}`]:p,"has-custom-font-size":l||(null==c||null===(o=c.typography)||void 0===o?void 0:o.fontSize)});return(0,$e.createElement)("div",Ze.useBlockProps.save({className:_}),(0,$e.createElement)(Ze.RichText.Content,{tagName:"a",className:v,href:d,title:m,style:b,value:u,target:i,rel:s}))},migrate:(0,Zt.compose)(Jt,Xt)},{supports:{anchor:!0,align:!0,alignWide:!1,color:{__experimentalSkipSerialization:!0},reusable:!1,__experimentalSelector:".wp-block-button__link"},attributes:{...nn,linkTarget:{type:"string",source:"attribute",selector:"a",attribute:"target"},rel:{type:"string",source:"attribute",selector:"a",attribute:"rel"},placeholder:{type:"string"},borderRadius:{type:"number"},backgroundColor:{type:"string"},textColor:{type:"string"},gradient:{type:"string"},style:{type:"object"},width:{type:"number"}},save(e){let{attributes:t,className:n}=e;const{borderRadius:o,linkTarget:r,rel:a,text:l,title:i,url:s,width:c}=t,u=(0,Ze.__experimentalGetColorClassesAndStyles)(t),m=rt()("wp-block-button__link",u.className,{"no-border-radius":0===o}),d={borderRadius:o?o+"px":void 0,...u.style},p=rt()(n,{[`has-custom-width wp-block-button__width-${c}`]:c});return(0,$e.createElement)("div",Ze.useBlockProps.save({className:p}),(0,$e.createElement)(Ze.RichText.Content,{tagName:"a",className:m,href:s,title:i,style:d,value:l,target:r,rel:a}))},migrate:(0,Zt.compose)(Jt,Xt)},{supports:{anchor:!0,align:!0,alignWide:!1,color:{__experimentalSkipSerialization:!0},reusable:!1,__experimentalSelector:".wp-block-button__link"},attributes:{...nn,linkTarget:{type:"string",source:"attribute",selector:"a",attribute:"target"},rel:{type:"string",source:"attribute",selector:"a",attribute:"rel"},placeholder:{type:"string"},borderRadius:{type:"number"},backgroundColor:{type:"string"},textColor:{type:"string"},gradient:{type:"string"},style:{type:"object"},width:{type:"number"}},save(e){let{attributes:t,className:n}=e;const{borderRadius:o,linkTarget:r,rel:a,text:l,title:i,url:s,width:c}=t,u=(0,Ze.__experimentalGetColorClassesAndStyles)(t),m=rt()("wp-block-button__link",u.className,{"no-border-radius":0===o}),d={borderRadius:o?o+"px":void 0,...u.style},p=rt()(n,{[`has-custom-width wp-block-button__width-${c}`]:c});return(0,$e.createElement)("div",Ze.useBlockProps.save({className:p}),(0,$e.createElement)(Ze.RichText.Content,{tagName:"a",className:m,href:s,title:i,style:d,value:l,target:r,rel:a}))},migrate:(0,Zt.compose)(Jt,Xt)},{supports:{align:!0,alignWide:!1,color:{gradients:!0}},attributes:{...nn,linkTarget:{type:"string",source:"attribute",selector:"a",attribute:"target"},rel:{type:"string",source:"attribute",selector:"a",attribute:"rel"},placeholder:{type:"string"},borderRadius:{type:"number"},backgroundColor:{type:"string"},textColor:{type:"string"},gradient:{type:"string"},style:{type:"object"}},save(e){let{attributes:t}=e;const{borderRadius:n,linkTarget:o,rel:r,text:a,title:l,url:i}=t,s=rt()("wp-block-button__link",{"no-border-radius":0===n}),c={borderRadius:n?n+"px":void 0};return(0,$e.createElement)(Ze.RichText.Content,{tagName:"a",className:s,href:i,title:l,style:c,value:a,target:o,rel:r})},migrate:Xt},{supports:{align:!0,alignWide:!1},attributes:{...nn,linkTarget:{type:"string",source:"attribute",selector:"a",attribute:"target"},rel:{type:"string",source:"attribute",selector:"a",attribute:"rel"},placeholder:{type:"string"},borderRadius:{type:"number"},backgroundColor:{type:"string"},textColor:{type:"string"},customBackgroundColor:{type:"string"},customTextColor:{type:"string"},customGradient:{type:"string"},gradient:{type:"string"}},isEligible:e=>!!e.customTextColor||!!e.customBackgroundColor||!!e.customGradient,migrate:(0,Zt.compose)(Xt,en),save(e){let{attributes:t}=e;const{backgroundColor:n,borderRadius:o,customBackgroundColor:r,customTextColor:a,customGradient:l,linkTarget:i,gradient:s,rel:c,text:u,textColor:m,title:d,url:p}=t,g=(0,Ze.getColorClassName)("color",m),h=!l&&(0,Ze.getColorClassName)("background-color",n),v=(0,Ze.__experimentalGetGradientClass)(s),b=rt()("wp-block-button__link",{"has-text-color":m||a,[g]:g,"has-background":n||r||l||s,[h]:h,"no-border-radius":0===o,[v]:v}),_={background:l||void 0,backgroundColor:h||l||s?void 0:r,color:g?void 0:a,borderRadius:o?o+"px":void 0};return(0,$e.createElement)("div",null,(0,$e.createElement)(Ze.RichText.Content,{tagName:"a",className:b,href:p,title:d,style:_,value:u,target:i,rel:c}))}},{attributes:{...nn,align:{type:"string",default:"none"},backgroundColor:{type:"string"},textColor:{type:"string"},customBackgroundColor:{type:"string"},customTextColor:{type:"string"},linkTarget:{type:"string",source:"attribute",selector:"a",attribute:"target"},rel:{type:"string",source:"attribute",selector:"a",attribute:"rel"},placeholder:{type:"string"}},isEligible(e){return e.className&&e.className.includes("is-style-squared")},migrate(e){let t=e.className;return t&&(t=t.replace(/is-style-squared[\s]?/,"").trim()),Xt(en({...e,className:t||void 0,borderRadius:0}))},save(e){let{attributes:t}=e;const{backgroundColor:n,customBackgroundColor:o,customTextColor:r,linkTarget:a,rel:l,text:i,textColor:s,title:c,url:u}=t,m=(0,Ze.getColorClassName)("color",s),d=(0,Ze.getColorClassName)("background-color",n),p=rt()("wp-block-button__link",{"has-text-color":s||r,[m]:m,"has-background":n||o,[d]:d}),g={backgroundColor:d?void 0:o,color:m?void 0:r};return(0,$e.createElement)("div",null,(0,$e.createElement)(Ze.RichText.Content,{tagName:"a",className:p,href:u,title:c,style:g,value:i,target:a,rel:l}))}},{attributes:{...nn,align:{type:"string",default:"none"},backgroundColor:{type:"string"},textColor:{type:"string"},customBackgroundColor:{type:"string"},customTextColor:{type:"string"}},migrate:tn,save(e){let{attributes:t}=e;const{url:n,text:o,title:r,backgroundColor:a,textColor:l,customBackgroundColor:i,customTextColor:s}=t,c=(0,Ze.getColorClassName)("color",l),u=(0,Ze.getColorClassName)("background-color",a),m=rt()("wp-block-button__link",{"has-text-color":l||s,[c]:c,"has-background":a||i,[u]:u}),d={backgroundColor:u?void 0:i,color:c?void 0:s};return(0,$e.createElement)("div",null,(0,$e.createElement)(Ze.RichText.Content,{tagName:"a",className:m,href:n,title:r,style:d,value:o}))}},{attributes:{...nn,color:{type:"string"},textColor:{type:"string"},align:{type:"string",default:"none"}},save(e){let{attributes:t}=e;const{url:n,text:o,title:r,align:a,color:l,textColor:i}=t,s={backgroundColor:l,color:i};return(0,$e.createElement)("div",{className:`align${a}`},(0,$e.createElement)(Ze.RichText.Content,{tagName:"a",className:"wp-block-button__link",href:n,title:r,style:s,value:o}))},migrate:tn},{attributes:{...nn,color:{type:"string"},textColor:{type:"string"},align:{type:"string",default:"none"}},save(e){let{attributes:t}=e;const{url:n,text:o,title:r,align:a,color:l,textColor:i}=t;return(0,$e.createElement)("div",{className:`align${a}`,style:{backgroundColor:l}},(0,$e.createElement)(Ze.RichText.Content,{tagName:"a",href:n,title:r,style:{color:i},value:o}))},migrate:tn}];var ln=an,sn=window.wp.keycodes;var cn=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M15.6 7.2H14v1.5h1.6c2 0 3.7 1.7 3.7 3.7s-1.7 3.7-3.7 3.7H14v1.5h1.6c2.8 0 5.2-2.3 5.2-5.2 0-2.9-2.3-5.2-5.2-5.2zM4.7 12.4c0-2 1.7-3.7 3.7-3.7H10V7.2H8.4c-2.9 0-5.2 2.3-5.2 5.2 0 2.9 2.3 5.2 5.2 5.2H10v-1.5H8.4c-2 0-3.7-1.7-3.7-3.7zm4.6.9h5.3v-1.5H9.3v1.5z"}));var un=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M15.6 7.3h-.7l1.6-3.5-.9-.4-3.9 8.5H9v1.5h2l-1.3 2.8H8.4c-2 0-3.7-1.7-3.7-3.7s1.7-3.7 3.7-3.7H10V7.3H8.4c-2.9 0-5.2 2.3-5.2 5.2 0 2.9 2.3 5.2 5.2 5.2H9l-1.4 3.2.9.4 5.7-12.5h1.4c2 0 3.7 1.7 3.7 3.7s-1.7 3.7-3.7 3.7H14v1.5h1.6c2.9 0 5.2-2.3 5.2-5.2 0-2.9-2.4-5.2-5.2-5.2z"}));const mn="noreferrer noopener";function dn(e){let{selectedWidth:t,setAttributes:n}=e;return(0,$e.createElement)(We.PanelBody,{title:(0,je.__)("Width settings")},(0,$e.createElement)(We.ButtonGroup,{"aria-label":(0,je.__)("Button width")},[25,50,75,100].map((e=>(0,$e.createElement)(We.Button,{key:e,isSmall:!0,variant:e===t?"primary":void 0,onClick:()=>{var o;n({width:t===(o=e)?void 0:o})}},e,"%")))))}var pn=function(e){var t;const{attributes:n,setAttributes:o,className:r,isSelected:a,onReplace:l,mergeBlocks:i}=e,{linkTarget:s,placeholder:c,rel:u,style:m,text:d,url:p,width:g}=n,h=(0,$e.useCallback)((e=>{o({rel:e})}),[o]),[v,b]=(0,$e.useState)(null),_=(0,Ze.__experimentalUseBorderProps)(n),y=(0,Ze.__experimentalUseColorProps)(n),f=(0,Ze.__experimentalGetSpacingClassesAndStyles)(n),k=(0,$e.useRef)(),x=(0,$e.useRef)(),w=(0,Ze.useBlockProps)({ref:(0,Zt.useMergeRefs)([b,k]),onKeyDown:function(e){if(sn.isKeyboardEvent.primary(e,"k"))T(e);else if(sn.isKeyboardEvent.primaryShift(e,"k")){var t;N(),null===(t=x.current)||void 0===t||t.focus()}}}),[E,C]=(0,$e.useState)(!1),S=!!p,B="_blank"===s;function T(e){e.preventDefault(),C(!0)}function N(){o({url:void 0,linkTarget:void 0,rel:void 0}),C(!1)}return(0,$e.useEffect)((()=>{a||C(!1)}),[a]),(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)("div",nt({},w,{className:rt()(w.className,{[`has-custom-width wp-block-button__width-${g}`]:g,"has-custom-font-size":w.style.fontSize})}),(0,$e.createElement)(Ze.RichText,{ref:x,"aria-label":(0,je.__)("Button text"),placeholder:c||(0,je.__)("Add text…"),value:d,onChange:e=>{o({text:e.replace(/<\/?a[^>]*>/g,"")})},withoutInteractiveFormatting:!0,className:rt()(r,"wp-block-button__link",y.className,_.className,{"no-border-radius":0===(null==m||null===(t=m.border)||void 0===t?void 0:t.radius)},(0,Ze.__experimentalGetElementClassName)("button")),style:{..._.style,...y.style,...f.style},onSplit:e=>(0,Ge.createBlock)("core/button",{...n,text:e}),onReplace:l,onMerge:i,identifier:"text"})),(0,$e.createElement)(Ze.BlockControls,{group:"block"},!S&&(0,$e.createElement)(We.ToolbarButton,{name:"link",icon:cn,title:(0,je.__)("Link"),shortcut:sn.displayShortcut.primary("k"),onClick:T}),S&&(0,$e.createElement)(We.ToolbarButton,{name:"link",icon:un,title:(0,je.__)("Unlink"),shortcut:sn.displayShortcut.primaryShift("k"),onClick:N,isActive:!0})),a&&(E||S)&&(0,$e.createElement)(We.Popover,{position:"bottom center",onClose:()=>{var e;C(!1),null===(e=x.current)||void 0===e||e.focus()},anchor:v,focusOnMount:!!E&&"firstElement",__unstableSlotName:"__unstable-block-tools-after",shift:!0},(0,$e.createElement)(Ze.__experimentalLinkControl,{className:"wp-block-navigation-link__inline-link-input",value:{url:p,opensInNewTab:B},onChange:e=>{let{url:t="",opensInNewTab:n}=e;o({url:t}),B!==n&&function(e){const t=e?"_blank":void 0;let n=u;t&&!u?n=mn:t||u!==mn||(n=void 0),o({linkTarget:t,rel:n})}(n)},onRemove:()=>{var e;N(),null===(e=x.current)||void 0===e||e.focus()},forceIsEditingLink:E})),(0,$e.createElement)(Ze.InspectorControls,null,(0,$e.createElement)(dn,{selectedWidth:g,setAttributes:o})),(0,$e.createElement)(Ze.InspectorControls,{__experimentalGroup:"advanced"},(0,$e.createElement)(We.TextControl,{label:(0,je.__)("Link rel"),value:u||"",onChange:h})))};const gn={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/button",title:"Button",category:"design",parent:["core/buttons"],description:"Prompt visitors to take action with a button-style link.",keywords:["link"],textdomain:"default",attributes:{url:{type:"string",source:"attribute",selector:"a",attribute:"href"},title:{type:"string",source:"attribute",selector:"a",attribute:"title"},text:{type:"string",source:"html",selector:"a"},linkTarget:{type:"string",source:"attribute",selector:"a",attribute:"target"},rel:{type:"string",source:"attribute",selector:"a",attribute:"rel"},placeholder:{type:"string"},backgroundColor:{type:"string"},textColor:{type:"string"},gradient:{type:"string"},width:{type:"number"}},supports:{anchor:!0,align:!0,alignWide:!1,color:{__experimentalSkipSerialization:!0,gradients:!0,__experimentalDefaultControls:{background:!0,text:!0}},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}},reusable:!1,spacing:{__experimentalSkipSerialization:!0,padding:["horizontal","vertical"],__experimentalDefaultControls:{padding:!0}},__experimentalBorder:{radius:!0,__experimentalSkipSerialization:!0,__experimentalDefaultControls:{radius:!0}},__experimentalSelector:".wp-block-button .wp-block-button__link"},styles:[{name:"fill",label:"Fill",isDefault:!0},{name:"outline",label:"Outline"}],editorStyle:"wp-block-button-editor",style:"wp-block-button"},{name:hn}=gn,vn={icon:jt,example:{attributes:{className:"is-style-fill",text:(0,je.__)("Call to Action")}},edit:pn,save:function(e){var t,n;let{attributes:o,className:r}=e;const{fontSize:a,linkTarget:l,rel:i,style:s,text:c,title:u,url:m,width:d}=o;if(!c)return null;const p=(0,Ze.__experimentalGetBorderClassesAndStyles)(o),g=(0,Ze.__experimentalGetColorClassesAndStyles)(o),h=(0,Ze.__experimentalGetSpacingClassesAndStyles)(o),v=rt()("wp-block-button__link",g.className,p.className,{"no-border-radius":0===(null==s||null===(t=s.border)||void 0===t?void 0:t.radius)},(0,Ze.__experimentalGetElementClassName)("button")),b={...p.style,...g.style,...h.style},_=rt()(r,{[`has-custom-width wp-block-button__width-${d}`]:d,"has-custom-font-size":a||(null==s||null===(n=s.typography)||void 0===n?void 0:n.fontSize)});return(0,$e.createElement)("div",Ze.useBlockProps.save({className:_}),(0,$e.createElement)(Ze.RichText.Content,{tagName:"a",className:v,href:m,title:u,style:b,value:c,target:l,rel:i}))},deprecated:ln,merge:(e,t)=>{let{text:n=""}=t;return{...e,text:(e.text||"")+n}}},bn=()=>qe({name:hn,metadata:gn,settings:vn});var _n=(0,$e.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,$e.createElement)(Ue.Path,{d:"M17 3H7c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm.5 6c0 .3-.2.5-.5.5H7c-.3 0-.5-.2-.5-.5V5c0-.3.2-.5.5-.5h10c.3 0 .5.2.5.5v4zm-8-1.2h5V6.2h-5v1.6zM17 13H7c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2v-4c0-1.1-.9-2-2-2zm.5 6c0 .3-.2.5-.5.5H7c-.3 0-.5-.2-.5-.5v-4c0-.3.2-.5.5-.5h10c.3 0 .5.2.5.5v4zm-8-1.2h5v-1.5h-5v1.5z"}));const yn=e=>{if(e.layout)return e;const{contentJustification:t,orientation:n,...o}=e;return(t||n)&&Object.assign(o,{layout:{type:"flex",...t&&{justifyContent:t},...n&&{orientation:n}}}),o},fn=[{attributes:{contentJustification:{type:"string"},orientation:{type:"string",default:"horizontal"}},supports:{anchor:!0,align:["wide","full"],__experimentalExposeControlsToChildren:!0,spacing:{blockGap:!0,margin:["top","bottom"],__experimentalDefaultControls:{blockGap:!0}}},isEligible:e=>{let{contentJustification:t,orientation:n}=e;return!!t||!!n},migrate:yn,save(e){let{attributes:{contentJustification:t,orientation:n}}=e;return(0,$e.createElement)("div",Ze.useBlockProps.save({className:rt()({[`is-content-justification-${t}`]:t,"is-vertical":"vertical"===n})}),(0,$e.createElement)(Ze.InnerBlocks.Content,null))}},{supports:{align:["center","left","right"],anchor:!0},save(){return(0,$e.createElement)("div",null,(0,$e.createElement)(Ze.InnerBlocks.Content,null))},isEligible(e){let{align:t}=e;return t&&["center","left","right"].includes(t)},migrate(e){return yn({...e,align:void 0,contentJustification:e.align})}}];var kn=fn,xn=window.wp.richText;const{name:wn}={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/buttons",title:"Buttons",category:"design",description:"Prompt visitors to take action with a group of button-style links.",keywords:["link"],textdomain:"default",supports:{anchor:!0,align:["wide","full"],__experimentalExposeControlsToChildren:!0,spacing:{blockGap:!0,margin:["top","bottom"],__experimentalDefaultControls:{blockGap:!0}},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}},__experimentalLayout:{allowSwitching:!1,allowInheriting:!1,default:{type:"flex"}}},editorStyle:"wp-block-buttons-editor",style:"wp-block-buttons"},En={from:[{type:"block",isMultiBlock:!0,blocks:["core/button"],transform:e=>(0,Ge.createBlock)(wn,{},e.map((e=>(0,Ge.createBlock)("core/button",e))))},{type:"block",isMultiBlock:!0,blocks:["core/paragraph"],transform:e=>(0,Ge.createBlock)(wn,{},e.map((e=>{const t=(0,xn.__unstableCreateElement)(document,e.content),n=t.innerText||"",o=t.querySelector("a"),r=null==o?void 0:o.getAttribute("href");return(0,Ge.createBlock)("core/button",{text:n,url:r})}))),isMatch:e=>e.every((e=>{const t=(0,xn.__unstableCreateElement)(document,e.content),n=t.innerText||"",o=t.querySelectorAll("a");return n.length<=30&&o.length<=1}))}]};var Cn=En;const Sn=[hn],Bn={name:hn,attributesToCopy:["backgroundColor","border","className","fontFamily","fontSize","gradient","style","textColor","width"]};var Tn=function(e){var t;let{attributes:n,className:o}=e;const{fontSize:r,layout:a={},style:l}=n,i=(0,Ze.useBlockProps)({className:rt()(o,{"has-custom-font-size":r||(null==l||null===(t=l.typography)||void 0===t?void 0:t.fontSize)})}),s=(0,it.useSelect)((e=>{var t;const n=e(Ze.store).getSettings().__experimentalPreferredStyleVariations;return null==n||null===(t=n.value)||void 0===t?void 0:t[hn]}),[]),c=(0,Ze.useInnerBlocksProps)(i,{allowedBlocks:Sn,__experimentalDefaultBlock:Bn,__experimentalDirectInsert:!0,template:[[hn,{className:s&&`is-style-${s}`}]],__experimentalLayout:a,templateInsertUpdatesSelection:!0});return(0,$e.createElement)("div",c)};const Nn={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/buttons",title:"Buttons",category:"design",description:"Prompt visitors to take action with a group of button-style links.",keywords:["link"],textdomain:"default",supports:{anchor:!0,align:["wide","full"],__experimentalExposeControlsToChildren:!0,spacing:{blockGap:!0,margin:["top","bottom"],__experimentalDefaultControls:{blockGap:!0}},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}},__experimentalLayout:{allowSwitching:!1,allowInheriting:!1,default:{type:"flex"}}},editorStyle:"wp-block-buttons-editor",style:"wp-block-buttons"},{name:Pn}=Nn,In={icon:_n,example:{innerBlocks:[{name:"core/button",attributes:{text:(0,je.__)("Find out more")}},{name:"core/button",attributes:{text:(0,je.__)("Contact us")}}]},deprecated:kn,transforms:Cn,edit:Tn,save:function(e){var t;let{attributes:n,className:o}=e;const{fontSize:r,style:a}=n,l=Ze.useBlockProps.save({className:rt()(o,{"has-custom-font-size":r||(null==a||null===(t=a.typography)||void 0===t?void 0:t.fontSize)})}),i=Ze.useInnerBlocksProps.save(l);return(0,$e.createElement)("div",i)}},zn=()=>qe({name:Pn,metadata:Nn,settings:In});var Mn=(0,$e.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,$e.createElement)(Ue.Path,{d:"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm.5 16c0 .3-.2.5-.5.5H5c-.3 0-.5-.2-.5-.5V7h15v12zM9 10H7v2h2v-2zm0 4H7v2h2v-2zm4-4h-2v2h2v-2zm4 0h-2v2h2v-2zm-4 4h-2v2h2v-2zm4 0h-2v2h2v-2z"}));const Ln=Pt()((e=>{if(!e)return{};const t=new Date(e);return{year:t.getFullYear(),month:t.getMonth()+1}}));var Rn={from:[{type:"block",blocks:["core/archives"],transform:()=>(0,Ge.createBlock)("core/calendar")}],to:[{type:"block",blocks:["core/archives"],transform:()=>(0,Ge.createBlock)("core/archives")}]};const An={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/calendar",title:"Calendar",category:"widgets",description:"A calendar of your sites posts.",keywords:["posts","archive"],textdomain:"default",attributes:{month:{type:"integer"},year:{type:"integer"}},supports:{align:!0,typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}}},style:"wp-block-calendar"},{name:Vn}=An,Hn={icon:Mn,example:{},edit:function(e){let{attributes:t}=e;const n=(0,Ze.useBlockProps)(),{date:o,hasPosts:r,hasPostsResolved:a}=(0,it.useSelect)((e=>{const{getEntityRecords:t,hasFinishedResolution:n}=e(lt.store),o={status:"publish",per_page:1},r=t("postType","post",o),a=n("getEntityRecords",["postType","post",o]);let l;const i=e("core/editor");if(i){"post"===i.getEditedPostAttribute("type")&&(l=i.getEditedPostAttribute("date"))}return{date:l,hasPostsResolved:a,hasPosts:a&&1===(null==r?void 0:r.length)}}),[]);return r?(0,$e.createElement)("div",n,(0,$e.createElement)(We.Disabled,null,(0,$e.createElement)(Ke(),{block:"core/calendar",attributes:{...t,...Ln(o)}}))):(0,$e.createElement)("div",n,(0,$e.createElement)(We.Placeholder,{icon:Mn,label:(0,je.__)("Calendar")},a?(0,je.__)("No published posts found."):(0,$e.createElement)(We.Spinner,null)))},transforms:Rn},Fn=()=>qe({name:Vn,metadata:An,settings:Hn});var Dn=(0,$e.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,$e.createElement)(Ue.Path,{d:"M6 5.5h3a.5.5 0 01.5.5v3a.5.5 0 01-.5.5H6a.5.5 0 01-.5-.5V6a.5.5 0 01.5-.5zM4 6a2 2 0 012-2h3a2 2 0 012 2v3a2 2 0 01-2 2H6a2 2 0 01-2-2V6zm11-.5h3a.5.5 0 01.5.5v3a.5.5 0 01-.5.5h-3a.5.5 0 01-.5-.5V6a.5.5 0 01.5-.5zM13 6a2 2 0 012-2h3a2 2 0 012 2v3a2 2 0 01-2 2h-3a2 2 0 01-2-2V6zm5 8.5h-3a.5.5 0 00-.5.5v3a.5.5 0 00.5.5h3a.5.5 0 00.5-.5v-3a.5.5 0 00-.5-.5zM15 13a2 2 0 00-2 2v3a2 2 0 002 2h3a2 2 0 002-2v-3a2 2 0 00-2-2h-3zm-9 1.5h3a.5.5 0 01.5.5v3a.5.5 0 01-.5.5H6a.5.5 0 01-.5-.5v-3a.5.5 0 01.5-.5zM4 15a2 2 0 012-2h3a2 2 0 012 2v3a2 2 0 01-2 2H6a2 2 0 01-2-2v-3z",fillRule:"evenodd",clipRule:"evenodd"}));var Gn=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"m21.5 9.1-6.6-6.6-4.2 5.6c-1.2-.1-2.4.1-3.6.7-.1 0-.1.1-.2.1-.5.3-.9.6-1.2.9l3.7 3.7-5.7 5.7v1.1h1.1l5.7-5.7 3.7 3.7c.4-.4.7-.8.9-1.2.1-.1.1-.2.2-.3.6-1.1.8-2.4.6-3.6l5.6-4.1zm-7.3 3.5.1.9c.1.9 0 1.8-.4 2.6l-6-6c.8-.4 1.7-.5 2.6-.4l.9.1L15 4.9 19.1 9l-4.9 3.6z"}));const $n={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/categories",title:"Categories List",category:"widgets",description:"Display a list of all categories.",textdomain:"default",attributes:{displayAsDropdown:{type:"boolean",default:!1},showHierarchy:{type:"boolean",default:!1},showPostCounts:{type:"boolean",default:!1},showOnlyTopLevel:{type:"boolean",default:!1},showEmpty:{type:"boolean",default:!1}},supports:{align:!0,html:!1,spacing:{margin:!0,padding:!0},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}}},editorStyle:"wp-block-categories-editor",style:"wp-block-categories"},{name:Un}=$n,On={icon:Dn,example:{},edit:function e(t){let{attributes:{displayAsDropdown:n,showHierarchy:o,showPostCounts:r,showOnlyTopLevel:a,showEmpty:l},setAttributes:i,className:s}=t;const c=(0,Zt.useInstanceId)(e,"blocks-category-select"),u={per_page:-1,hide_empty:!l,context:"view"};a&&(u.parent=0);const{records:m,isResolving:d}=(0,lt.useEntityRecords)("taxonomy","category",u),p=e=>null!=m&&m.length?null===e?m:m.filter((t=>{let{parent:n}=t;return n===e})):[],g=e=>t=>i({[e]:t}),h=e=>e?(0,St.unescape)(e).trim():(0,je.__)("(Untitled)"),v=e=>{const t=p(e.id),{id:n,link:a,count:l,name:i}=e;return(0,$e.createElement)("li",{key:n,className:`cat-item cat-item-${n}`},(0,$e.createElement)("a",{href:a,target:"_blank",rel:"noreferrer noopener"},h(i)),r&&` (${l})`,o&&!!t.length&&(0,$e.createElement)("ul",{className:"children"},t.map((e=>v(e)))))},b=(e,t)=>{const{id:n,count:a,name:l}=e,i=p(n);return[(0,$e.createElement)("option",{key:n,className:`level-${t}`},Array.from({length:3*t}).map((()=>" ")),h(l),r&&` (${a})`),o&&!!i.length&&i.map((e=>b(e,t+1)))]},_=null==m||!m.length||n||d?"div":"ul",y=rt()(s,{"wp-block-categories-list":!(null==m||!m.length||n||d),"wp-block-categories-dropdown":!(null==m||!m.length)&&n&&!d}),f=(0,Ze.useBlockProps)({className:y});return(0,$e.createElement)(_,f,(0,$e.createElement)(Ze.InspectorControls,null,(0,$e.createElement)(We.PanelBody,{title:(0,je.__)("Settings")},(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Display as dropdown"),checked:n,onChange:g("displayAsDropdown")}),(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Show post counts"),checked:r,onChange:g("showPostCounts")}),(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Show only top level categories"),checked:a,onChange:g("showOnlyTopLevel")}),(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Show empty categories"),checked:l,onChange:g("showEmpty")}),!a&&(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Show hierarchy"),checked:o,onChange:g("showHierarchy")}))),d&&(0,$e.createElement)(We.Placeholder,{icon:Gn,label:(0,je.__)("Categories")},(0,$e.createElement)(We.Spinner,null)),!d&&0===(null==m?void 0:m.length)&&(0,$e.createElement)("p",null,(0,je.__)("Your site does not have any posts, so there is nothing to display here at the moment.")),!d&&(null==m?void 0:m.length)>0&&(n?(()=>{const e=p(o?0:null);return(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(We.VisuallyHidden,{as:"label",htmlFor:c},(0,je.__)("Categories")),(0,$e.createElement)("select",{id:c},(0,$e.createElement)("option",null,(0,je.__)("Select Category")),e.map((e=>b(e,0)))))})():p(o?0:null).map((e=>v(e,0)))))}},qn=()=>qe({name:Un,metadata:$n,settings:On});var Wn=(0,$e.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,$e.createElement)(Ue.Path,{d:"M20 6H4c-1.1 0-2 .9-2 2v9c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm.5 11c0 .3-.2.5-.5.5H4c-.3 0-.5-.2-.5-.5V8c0-.3.2-.5.5-.5h16c.3 0 .5.2.5.5v9zM10 10H8v2h2v-2zm-5 2h2v-2H5v2zm8-2h-2v2h2v-2zm-5 6h8v-2H8v2zm6-4h2v-2h-2v2zm3 0h2v-2h-2v2zm0 4h2v-2h-2v2zM5 16h2v-2H5v2z"}));var jn=e=>{let{clientId:t}=e;const{replaceBlocks:n}=(0,it.useDispatch)(Ze.store),o=(0,it.useSelect)((e=>e(Ze.store).getBlock(t)),[t]);return(0,$e.createElement)(We.ToolbarButton,{onClick:()=>n(o.clientId,(0,Ge.rawHandler)({HTML:(0,Ge.serialize)(o)}))},(0,je.__)("Convert to blocks"))};const{wp:Zn}=window;const Qn={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/freeform",title:"Classic",category:"text",description:"Use the classic WordPress editor.",textdomain:"default",attributes:{content:{type:"string",source:"html"}},supports:{className:!1,customClassName:!1,reusable:!1},editorStyle:"wp-block-freeform-editor"},{name:Kn}=Qn,Yn={icon:Wn,edit:function(e){let{clientId:t,attributes:{content:n},setAttributes:o,onReplace:r}=e;const{getMultiSelectedBlockClientIds:a}=(0,it.useSelect)(Ze.store),l=(0,$e.useRef)(!1);return(0,$e.useEffect)((()=>{if(!l.current)return;const e=window.tinymce.get(`editor-${t}`);(null==e?void 0:e.getContent())!==n&&e.setContent(n||"")}),[n]),(0,$e.useEffect)((()=>{const{baseURL:e,suffix:i}=window.wpEditorL10n.tinymce;function s(e){let t;n&&e.on("loadContent",(()=>e.setContent(n))),e.on("blur",(()=>{var n;t=e.selection.getBookmark(2,!0);const r=document.querySelector(".interface-interface-skeleton__content"),l=r.scrollTop;return null!==(n=a())&&void 0!==n&&n.length||o({content:e.getContent()}),e.once("focus",(()=>{t&&(e.selection.moveToBookmark(t),r.scrollTop!==l&&(r.scrollTop=l))})),!1})),e.on("mousedown touchstart",(()=>{t=null}));const l=(0,St.debounce)((()=>{const t=e.getContent();t!==e._lastChange&&(e._lastChange=t,o({content:t}))}),250);e.on("Paste Change input Undo Redo",l),e.on("remove",l.cancel),e.on("keydown",(t=>{sn.isKeyboardEvent.primary(t,"z")&&t.stopPropagation(),t.keyCode!==sn.BACKSPACE&&t.keyCode!==sn.DELETE||!function(e){const t=e.getBody();return!(t.childNodes.length>1)&&(0===t.childNodes.length||!(t.childNodes[0].childNodes.length>1)&&/^\n?$/.test(t.innerText||t.textContent))}(e)||(r([]),t.preventDefault(),t.stopImmediatePropagation());const{altKey:n}=t;n&&t.keyCode===sn.F10&&t.stopPropagation()})),e.on("init",(()=>{const t=e.getBody();t.ownerDocument.activeElement===t&&(t.blur(),e.focus())}))}function c(){const{settings:e}=window.wpEditorL10n.tinymce;Zn.oldEditor.initialize(`editor-${t}`,{tinymce:{...e,inline:!0,content_css:!1,fixed_toolbar_container:`#toolbar-${t}`,setup:s}})}function u(){"complete"===document.readyState&&c()}return l.current=!0,window.tinymce.EditorManager.overrideDefaults({base_url:e,suffix:i}),"complete"===document.readyState?c():document.addEventListener("readystatechange",u),()=>{document.removeEventListener("readystatechange",u),Zn.oldEditor.remove(`editor-${t}`)}}),[]),(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Ze.BlockControls,null,(0,$e.createElement)(We.ToolbarGroup,null,(0,$e.createElement)(jn,{clientId:t}))),(0,$e.createElement)("div",(0,Ze.useBlockProps)(),(0,$e.createElement)("div",{key:"toolbar",id:`toolbar-${t}`,className:"block-library-classic__toolbar",onClick:function(){const e=window.tinymce.get(`editor-${t}`);e&&e.focus()},"data-placeholder":(0,je.__)("Classic"),onKeyDown:function(e){e.stopPropagation(),e.nativeEvent.stopImmediatePropagation()}}),(0,$e.createElement)("div",{key:"editor",id:`editor-${t}`,className:"wp-block-freeform block-library-rich-text__tinymce"})))},save:function(e){let{attributes:t}=e;const{content:n}=t;return(0,$e.createElement)($e.RawHTML,null,n)}},Jn=()=>qe({name:Kn,metadata:Qn,settings:Yn});var Xn=(0,$e.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,$e.createElement)(Ue.Path,{d:"M20.8 10.7l-4.3-4.3-1.1 1.1 4.3 4.3c.1.1.1.3 0 .4l-4.3 4.3 1.1 1.1 4.3-4.3c.7-.8.7-1.9 0-2.6zM4.2 11.8l4.3-4.3-1-1-4.3 4.3c-.7.7-.7 1.8 0 2.5l4.3 4.3 1.1-1.1-4.3-4.3c-.2-.1-.2-.3-.1-.4z"}));function eo(e){return e.replace(/\[/g,"&#91;")}function to(e){return e.replace(/^(\s*https?:)\/\/([^\s<>"]+\s*)$/m,"$1&#47;&#47;$2")}var no={from:[{type:"enter",regExp:/^```$/,transform:()=>(0,Ge.createBlock)("core/code")},{type:"block",blocks:["core/html","core/paragraph"],transform:e=>{let{content:t}=e;return(0,Ge.createBlock)("core/code",{content:t})}},{type:"raw",isMatch:e=>"PRE"===e.nodeName&&1===e.children.length&&"CODE"===e.firstChild.nodeName,schema:{pre:{children:{code:{children:{"#text":{}}}}}}}],to:[{type:"block",blocks:["core/paragraph"],transform:e=>{let{content:t}=e;return(0,Ge.createBlock)("core/paragraph",{content:t})}}]};const oo={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/code",title:"Code",category:"text",description:"Display code snippets that respect your spacing and tabs.",textdomain:"default",attributes:{content:{type:"string",source:"html",selector:"code"}},supports:{anchor:!0,typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}},spacing:{margin:["top","bottom"],padding:!0},__experimentalBorder:{radius:!0,color:!0,width:!0,style:!0,__experimentalDefaultControls:{width:!0,color:!0}},color:{text:!0,background:!0,gradients:!0,__experimentalDefaultControls:{background:!0,text:!0}}},style:"wp-block-code"},{name:ro}=oo,ao={icon:Xn,example:{attributes:{content:(0,je.__)('// A "block" is the abstract term used\n// to describe units of markup that\n// when composed together, form the\n// content or layout of a page.\nregisterBlockType( name, settings );')}},transforms:no,edit:function(e){let{attributes:t,setAttributes:n,onRemove:o}=e;const r=(0,Ze.useBlockProps)();return(0,$e.createElement)("pre",r,(0,$e.createElement)(Ze.RichText,{tagName:"code",value:t.content,onChange:e=>n({content:e}),onRemove:o,placeholder:(0,je.__)("Write code…"),"aria-label":(0,je.__)("Code"),preserveWhiteSpace:!0,__unstablePastePlainText:!0}))},save:function(e){let{attributes:t}=e;return(0,$e.createElement)("pre",Ze.useBlockProps.save(),(0,$e.createElement)(Ze.RichText.Content,{tagName:"code",value:(n=t.content,(0,St.flow)(eo,to)(n||""))}));var n}},lo=()=>qe({name:ro,metadata:oo,settings:ao});var io=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M19 6H6c-1.1 0-2 .9-2 2v9c0 1.1.9 2 2 2h13c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zM6 17.5c-.3 0-.5-.2-.5-.5V8c0-.3.2-.5.5-.5h3v10H6zm13.5-.5c0 .3-.2.5-.5.5h-3v-10h3c.3 0 .5.2.5.5v9z"}));const so=[{attributes:{verticalAlignment:{type:"string"},width:{type:"number",min:0,max:100}},isEligible(e){let{width:t}=e;return isFinite(t)},migrate(e){return{...e,width:`${e.width}%`}},save(e){let{attributes:t}=e;const{verticalAlignment:n,width:o}=t,r=rt()({[`is-vertically-aligned-${n}`]:n}),a={flexBasis:o+"%"};return(0,$e.createElement)("div",{className:r,style:a},(0,$e.createElement)(Ze.InnerBlocks.Content,null))}}];var co=so;var uo=function(e){let{attributes:{verticalAlignment:t,width:n,templateLock:o,allowedBlocks:r},setAttributes:a,clientId:l}=e;const i=rt()("block-core-columns",{[`is-vertically-aligned-${t}`]:t}),s=(0,We.__experimentalUseCustomUnits)({availableUnits:(0,Ze.useSetting)("spacing.units")||["%","px","em","rem","vw"]}),{columnsIds:c,hasChildBlocks:u,rootClientId:m}=(0,it.useSelect)((e=>{const{getBlockOrder:t,getBlockRootClientId:n}=e(Ze.store),o=n(l);return{hasChildBlocks:t(l).length>0,rootClientId:o,columnsIds:t(o)}}),[l]),{updateBlockAttributes:d}=(0,it.useDispatch)(Ze.store),p=Number.isFinite(n)?n+"%":n,g=(0,Ze.useBlockProps)({className:i,style:p?{flexBasis:p}:void 0}),h=c.length,v=c.indexOf(l)+1,b=(0,je.sprintf)((0,je.__)("%1$s (%2$d of %3$d)"),g["aria-label"],v,h),_=(0,Ze.useInnerBlocksProps)({...g,"aria-label":b},{templateLock:o,allowedBlocks:r,renderAppender:u?void 0:Ze.InnerBlocks.ButtonBlockAppender});return(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Ze.BlockControls,null,(0,$e.createElement)(Ze.BlockVerticalAlignmentToolbar,{onChange:e=>{a({verticalAlignment:e}),d(m,{verticalAlignment:null})},value:t})),(0,$e.createElement)(Ze.InspectorControls,null,(0,$e.createElement)(We.PanelBody,{title:(0,je.__)("Column settings")},(0,$e.createElement)(We.__experimentalUnitControl,{label:(0,je.__)("Width"),labelPosition:"edge",__unstableInputWidth:"80px",value:n||"",onChange:e=>{e=0>parseFloat(e)?"0":e,a({width:e})},units:s}))),(0,$e.createElement)("div",_))};const mo={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/column",title:"Column",category:"text",parent:["core/columns"],description:"A single column within a columns block.",textdomain:"default",attributes:{verticalAlignment:{type:"string"},width:{type:"string"},allowedBlocks:{type:"array"},templateLock:{type:["string","boolean"],enum:["all","insert","contentOnly",!1]}},supports:{anchor:!0,reusable:!1,html:!1,color:{gradients:!0,link:!0,__experimentalDefaultControls:{background:!0,text:!0}},spacing:{blockGap:!0,padding:!0,__experimentalDefaultControls:{padding:!0}},__experimentalBorder:{color:!0,style:!0,width:!0,__experimentalDefaultControls:{color:!0,style:!0,width:!0}},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}},__experimentalLayout:!0}},{name:po}=mo,go={icon:io,edit:uo,save:function(e){let{attributes:t}=e;const{verticalAlignment:n,width:o}=t,r=rt()({[`is-vertically-aligned-${n}`]:n});let a;if(o&&/\d/.test(o)){let e=Number.isFinite(o)?o+"%":o;if(!Number.isFinite(o)&&null!=o&&o.endsWith("%")){const t=1e12;e=Math.round(Number.parseFloat(o)*t)/t+"%"}a={flexBasis:e}}const l=Ze.useBlockProps.save({className:r,style:a}),i=Ze.useInnerBlocksProps.save(l);return(0,$e.createElement)("div",i)},deprecated:co},ho=()=>qe({name:po,metadata:mo,settings:go});var vo=(0,$e.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,$e.createElement)(Ue.Path,{d:"M19 6H6c-1.1 0-2 .9-2 2v9c0 1.1.9 2 2 2h13c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-4.1 1.5v10H10v-10h4.9zM5.5 17V8c0-.3.2-.5.5-.5h2.5v10H6c-.3 0-.5-.2-.5-.5zm14 0c0 .3-.2.5-.5.5h-2.6v-10H19c.3 0 .5.2.5.5v9z"}));function bo(e){let t,{doc:n}=bo;n||(n=document.implementation.createHTMLDocument(""),bo.doc=n),n.body.innerHTML=e;for(const e of n.body.firstChild.classList)if(t=e.match(/^layout-column-(\d+)$/))return Number(t[1])-1}var _o=[{attributes:{verticalAlignment:{type:"string"},backgroundColor:{type:"string"},customBackgroundColor:{type:"string"},customTextColor:{type:"string"},textColor:{type:"string"}},migrate:e=>{if(!e.customTextColor&&!e.customBackgroundColor)return e;const t={color:{}};e.customTextColor&&(t.color.text=e.customTextColor),e.customBackgroundColor&&(t.color.background=e.customBackgroundColor);const{customTextColor:n,customBackgroundColor:o,...r}=e;return{...r,style:t,isStackedOnMobile:!0}},save(e){let{attributes:t}=e;const{verticalAlignment:n,backgroundColor:o,customBackgroundColor:r,textColor:a,customTextColor:l}=t,i=(0,Ze.getColorClassName)("background-color",o),s=(0,Ze.getColorClassName)("color",a),c=rt()({"has-background":o||r,"has-text-color":a||l,[i]:i,[s]:s,[`are-vertically-aligned-${n}`]:n}),u={backgroundColor:i?void 0:r,color:s?void 0:l};return(0,$e.createElement)("div",{className:c||void 0,style:u},(0,$e.createElement)(Ze.InnerBlocks.Content,null))}},{attributes:{columns:{type:"number",default:2}},isEligible(e,t){return!!t.some((e=>/layout-column-\d+/.test(e.originalContent)))&&t.some((e=>void 0!==bo(e.originalContent)))},migrate(e,t){const n=t.reduce(((e,t)=>{const{originalContent:n}=t;let o=bo(n);return void 0===o&&(o=0),e[o]||(e[o]=[]),e[o].push(t),e}),[]).map((e=>(0,Ge.createBlock)("core/column",{},e))),{columns:o,...r}=e;return[{...r,isStackedOnMobile:!0},n]},save(e){let{attributes:t}=e;const{columns:n}=t;return(0,$e.createElement)("div",{className:`has-${n}-columns`},(0,$e.createElement)(Ze.InnerBlocks.Content,null))}},{attributes:{columns:{type:"number",default:2}},migrate(e,t){const{columns:n,...o}=e;return[e={...o,isStackedOnMobile:!0},t]},save(e){let{attributes:t}=e;const{verticalAlignment:n,columns:o}=t,r=rt()(`has-${o}-columns`,{[`are-vertically-aligned-${n}`]:n});return(0,$e.createElement)("div",{className:r},(0,$e.createElement)(Ze.InnerBlocks.Content,null))}}];const yo=e=>{const t=parseFloat(e);return Number.isFinite(t)?parseFloat(t.toFixed(2)):void 0};function fo(e,t){const{width:n=100/t}=e.attributes;return yo(n)}function ko(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e.length;return e.reduce(((e,n)=>e+fo(n,t)),0)}function xo(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e.length;return e.reduce(((e,n)=>{const o=fo(n,t);return Object.assign(e,{[n.clientId]:o})}),{})}function wo(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:e.length;const o=ko(e,n);return(0,St.mapValues)(xo(e,n),(e=>yo(t*e/o)))}function Eo(e,t){return e.map((e=>(0,St.merge)({},e,{attributes:{width:`${t[e.clientId]}%`}})))}const Co=["core/column"];const So=(0,it.withDispatch)(((e,t,n)=>({updateAlignment(o){const{clientId:r,setAttributes:a}=t,{updateBlockAttributes:l}=e(Ze.store),{getBlockOrder:i}=n.select(Ze.store);a({verticalAlignment:o});i(r).forEach((e=>{l(e,{verticalAlignment:o})}))},updateColumns(o,r){const{clientId:a}=t,{replaceInnerBlocks:l}=e(Ze.store),{getBlocks:i}=n.select(Ze.store);let s=i(a);const c=s.every((e=>{var t;const n=e.attributes.width;return Number.isFinite(null!=n&&null!==(t=n.endsWith)&&void 0!==t&&t.call(n,"%")?parseFloat(n):n)}));const u=r>o;if(u&&c){const e=yo(100/r);s=[...Eo(s,wo(s,100-e)),...Array.from({length:r-o}).map((()=>(0,Ge.createBlock)("core/column",{width:`${e}%`})))]}else if(u)s=[...s,...Array.from({length:r-o}).map((()=>(0,Ge.createBlock)("core/column")))];else if(s=s.slice(0,-(o-r)),c){s=Eo(s,wo(s,100))}l(a,s)}})))((function(e){let{attributes:t,setAttributes:n,updateAlignment:o,updateColumns:r,clientId:a}=e;const{isStackedOnMobile:l,verticalAlignment:i}=t,{count:s}=(0,it.useSelect)((e=>({count:e(Ze.store).getBlockCount(a)})),[a]),c=rt()({[`are-vertically-aligned-${i}`]:i,"is-not-stacked-on-mobile":!l}),u=(0,Ze.useBlockProps)({className:c}),m=(0,Ze.useInnerBlocksProps)(u,{allowedBlocks:Co,orientation:"horizontal",renderAppender:!1});return(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Ze.BlockControls,null,(0,$e.createElement)(Ze.BlockVerticalAlignmentToolbar,{onChange:o,value:i})),(0,$e.createElement)(Ze.InspectorControls,null,(0,$e.createElement)(We.PanelBody,null,(0,$e.createElement)(We.RangeControl,{label:(0,je.__)("Columns"),value:s,onChange:e=>r(s,e),min:1,max:Math.max(6,s)}),s>6&&(0,$e.createElement)(We.Notice,{status:"warning",isDismissible:!1},(0,je.__)("This column count exceeds the recommended amount and may cause visual breakage.")),(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Stack on mobile"),checked:l,onChange:()=>n({isStackedOnMobile:!l})}))),(0,$e.createElement)("div",m))}));function Bo(e){let{clientId:t,name:n,setAttributes:o}=e;const{blockType:r,defaultVariation:a,variations:l}=(0,it.useSelect)((e=>{const{getBlockVariations:t,getBlockType:o,getDefaultBlockVariation:r}=e(Ge.store);return{blockType:o(n),defaultVariation:r(n,"block"),variations:t(n,"block")}}),[n]),{replaceInnerBlocks:i}=(0,it.useDispatch)(Ze.store),s=(0,Ze.useBlockProps)();return(0,$e.createElement)("div",s,(0,$e.createElement)(Ze.__experimentalBlockVariationPicker,{icon:(0,St.get)(r,["icon","src"]),label:(0,St.get)(r,["title"]),variations:l,onSelect:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:a;e.attributes&&o(e.attributes),e.innerBlocks&&i(t,(0,Ge.createBlocksFromInnerBlocksTemplate)(e.innerBlocks),!0)},allowSkip:!0}))}var To=e=>{const{clientId:t}=e,n=(0,it.useSelect)((e=>e(Ze.store).getBlocks(t).length>0),[t])?So:Bo;return(0,$e.createElement)(n,e)};var No=[{name:"one-column-full",title:(0,je.__)("100"),description:(0,je.__)("One column"),icon:(0,$e.createElement)(We.SVG,{width:"48",height:"48",viewBox:"0 0 48 48",xmlns:"http://www.w3.org/2000/svg"},(0,$e.createElement)(We.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"m39.0625 14h-30.0625v20.0938h30.0625zm-30.0625-2c-1.10457 0-2 .8954-2 2v20.0938c0 1.1045.89543 2 2 2h30.0625c1.1046 0 2-.8955 2-2v-20.0938c0-1.1046-.8954-2-2-2z"})),innerBlocks:[["core/column"]],scope:["block"]},{name:"two-columns-equal",title:(0,je.__)("50 / 50"),description:(0,je.__)("Two columns; equal split"),icon:(0,$e.createElement)(We.SVG,{width:"48",height:"48",viewBox:"0 0 48 48",xmlns:"http://www.w3.org/2000/svg"},(0,$e.createElement)(We.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M39 12C40.1046 12 41 12.8954 41 14V34C41 35.1046 40.1046 36 39 36H9C7.89543 36 7 35.1046 7 34V14C7 12.8954 7.89543 12 9 12H39ZM39 34V14H25V34H39ZM23 34H9V14H23V34Z"})),isDefault:!0,innerBlocks:[["core/column"],["core/column"]],scope:["block"]},{name:"two-columns-one-third-two-thirds",title:(0,je.__)("33 / 66"),description:(0,je.__)("Two columns; one-third, two-thirds split"),icon:(0,$e.createElement)(We.SVG,{width:"48",height:"48",viewBox:"0 0 48 48",xmlns:"http://www.w3.org/2000/svg"},(0,$e.createElement)(We.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M39 12C40.1046 12 41 12.8954 41 14V34C41 35.1046 40.1046 36 39 36H9C7.89543 36 7 35.1046 7 34V14C7 12.8954 7.89543 12 9 12H39ZM39 34V14H20V34H39ZM18 34H9V14H18V34Z"})),innerBlocks:[["core/column",{width:"33.33%"}],["core/column",{width:"66.66%"}]],scope:["block"]},{name:"two-columns-two-thirds-one-third",title:(0,je.__)("66 / 33"),description:(0,je.__)("Two columns; two-thirds, one-third split"),icon:(0,$e.createElement)(We.SVG,{width:"48",height:"48",viewBox:"0 0 48 48",xmlns:"http://www.w3.org/2000/svg"},(0,$e.createElement)(We.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M39 12C40.1046 12 41 12.8954 41 14V34C41 35.1046 40.1046 36 39 36H9C7.89543 36 7 35.1046 7 34V14C7 12.8954 7.89543 12 9 12H39ZM39 34V14H30V34H39ZM28 34H9V14H28V34Z"})),innerBlocks:[["core/column",{width:"66.66%"}],["core/column",{width:"33.33%"}]],scope:["block"]},{name:"three-columns-equal",title:(0,je.__)("33 / 33 / 33"),description:(0,je.__)("Three columns; equal split"),icon:(0,$e.createElement)(We.SVG,{width:"48",height:"48",viewBox:"0 0 48 48",xmlns:"http://www.w3.org/2000/svg"},(0,$e.createElement)(We.Path,{fillRule:"evenodd",d:"M41 14a2 2 0 0 0-2-2H9a2 2 0 0 0-2 2v20a2 2 0 0 0 2 2h30a2 2 0 0 0 2-2V14zM28.5 34h-9V14h9v20zm2 0V14H39v20h-8.5zm-13 0H9V14h8.5v20z"})),innerBlocks:[["core/column"],["core/column"],["core/column"]],scope:["block"]},{name:"three-columns-wider-center",title:(0,je.__)("25 / 50 / 25"),description:(0,je.__)("Three columns; wide center column"),icon:(0,$e.createElement)(We.SVG,{width:"48",height:"48",viewBox:"0 0 48 48",xmlns:"http://www.w3.org/2000/svg"},(0,$e.createElement)(We.Path,{fillRule:"evenodd",d:"M41 14a2 2 0 0 0-2-2H9a2 2 0 0 0-2 2v20a2 2 0 0 0 2 2h30a2 2 0 0 0 2-2V14zM31 34H17V14h14v20zm2 0V14h6v20h-6zm-18 0H9V14h6v20z"})),innerBlocks:[["core/column",{width:"25%"}],["core/column",{width:"50%"}],["core/column",{width:"25%"}]],scope:["block"]}];const Po={from:[{type:"block",isMultiBlock:!0,blocks:["*"],__experimentalConvert:e=>{const t=+(100/e.length).toFixed(2),n=e.map((e=>{let{name:n,attributes:o,innerBlocks:r}=e;return["core/column",{width:`${t}%`},[[n,{...o},r]]]}));return(0,Ge.createBlock)("core/columns",{},(0,Ge.createBlocksFromInnerBlocksTemplate)(n))},isMatch:(e,t)=>{let{length:n}=e;return(1!==t.length||"core/columns"!==t[0].name)&&(n&&n<=6)}},{type:"block",blocks:["core/media-text"],priority:1,transform:(e,t)=>{const{align:n,backgroundColor:o,textColor:r,style:a,mediaAlt:l,mediaId:i,mediaPosition:s,mediaSizeSlug:c,mediaType:u,mediaUrl:m,mediaWidth:d,verticalAlignment:p}=e;let g;if("image"!==u&&u)g=["core/video",{id:i,src:m}];else{g=["core/image",{...{id:i,alt:l,url:m,sizeSlug:c},...{href:e.href,linkClass:e.linkClass,linkDestination:e.linkDestination,linkTarget:e.linkTarget,rel:e.rel}}]}const h=[["core/column",{width:`${d}%`},[g]],["core/column",{width:100-d+"%"},t]];return"right"===s&&h.reverse(),(0,Ge.createBlock)("core/columns",{align:n,backgroundColor:o,textColor:r,style:a,verticalAlignment:p},(0,Ge.createBlocksFromInnerBlocksTemplate)(h))}}]};var Io=Po;const zo={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/columns",title:"Columns",category:"design",description:"Display content in multiple columns, with blocks added to each column.",textdomain:"default",attributes:{verticalAlignment:{type:"string"},isStackedOnMobile:{type:"boolean",default:!0}},supports:{anchor:!0,align:["wide","full"],html:!1,color:{gradients:!0,link:!0,__experimentalDefaultControls:{background:!0,text:!0}},spacing:{blockGap:{__experimentalDefault:"2em",sides:["horizontal","vertical"]},margin:["top","bottom"],padding:!0,__experimentalDefaultControls:{padding:!0}},__experimentalLayout:{allowSwitching:!1,allowInheriting:!1,allowEditing:!1,default:{type:"flex",flexWrap:"nowrap"}},__experimentalBorder:{color:!0,radius:!0,style:!0,width:!0,__experimentalDefaultControls:{color:!0,radius:!0,style:!0,width:!0}},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}}},editorStyle:"wp-block-columns-editor",style:"wp-block-columns"},{name:Mo}=zo,Lo={icon:vo,variations:No,example:{viewportWidth:600,innerBlocks:[{name:"core/column",innerBlocks:[{name:"core/paragraph",attributes:{content:(0,je.__)("Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent et eros eu felis.")}},{name:"core/image",attributes:{url:"https://s.w.org/images/core/5.3/Windbuchencom.jpg"}},{name:"core/paragraph",attributes:{content:(0,je.__)("Suspendisse commodo neque lacus, a dictum orci interdum et.")}}]},{name:"core/column",innerBlocks:[{name:"core/paragraph",attributes:{content:(0,je.__)("Etiam et egestas lorem. Vivamus sagittis sit amet dolor quis lobortis. Integer sed fermentum arcu, id vulputate lacus. Etiam fermentum sem eu quam hendrerit.")}},{name:"core/paragraph",attributes:{content:(0,je.__)("Nam risus massa, ullamcorper consectetur eros fermentum, porta aliquet ligula. Sed vel mauris nec enim.")}}]}]},deprecated:_o,edit:To,save:function(e){let{attributes:t}=e;const{isStackedOnMobile:n,verticalAlignment:o}=t,r=rt()({[`are-vertically-aligned-${o}`]:o,"is-not-stacked-on-mobile":!n}),a=Ze.useBlockProps.save({className:r}),l=Ze.useInnerBlocksProps.save(a);return(0,$e.createElement)("div",l)},transforms:Io},Ro=()=>qe({name:Mo,metadata:zo,settings:Lo});var Ao=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M14 10.1V4c0-.6-.4-1-1-1H5c-.6 0-1 .4-1 1v8.3c0 .3.2.7.6.8.1.1.2.1.3.1.2 0 .5-.1.6-.3l1.8-1.8H13c.6 0 1-.4 1-1zm-1.5-.5H6.7l-1.2 1.2V4.5h7v5.1zM19 12h-8c-.6 0-1 .4-1 1v6.1c0 .6.4 1 1 1h5.7l1.8 1.8c.1.2.4.3.6.3.1 0 .2 0 .3-.1.4-.1.6-.5.6-.8V13c0-.6-.4-1-1-1zm-.5 7.8l-1.2-1.2h-5.8v-5.1h7v6.3z"}));var Vo=[{attributes:{tagName:{type:"string",default:"div"}},apiVersion:2,supports:{align:["wide","full"],html:!1,color:{gradients:!0,link:!0,__experimentalDefaultControls:{background:!0,text:!0,link:!0}}},save(e){let{attributes:{tagName:t}}=e;const n=Ze.useBlockProps.save(),{className:o}=n,r=(null==o?void 0:o.split(" "))||[],a=null==r?void 0:r.filter((e=>"wp-block-comments"!==e)),l={...n,className:a.join(" ")};return(0,$e.createElement)(t,l,(0,$e.createElement)(Ze.InnerBlocks.Content,null))}}];function Ho(e){let{attributes:{TagName:t},setAttributes:n}=e;return(0,$e.createElement)(Ze.InspectorControls,null,(0,$e.createElement)(Ze.InspectorControls,{__experimentalGroup:"advanced"},(0,$e.createElement)(We.SelectControl,{label:(0,je.__)("HTML element"),options:[{label:(0,je.__)("Default (<div>)"),value:"div"},{label:"<section>",value:"section"},{label:"<aside>",value:"aside"}],value:t,onChange:e=>n({tagName:e})})))}const Fo=()=>{const e=(0,Zt.useDisabled)(),t=(0,Zt.useInstanceId)(Fo);return(0,$e.createElement)("div",{className:"comment-respond"},(0,$e.createElement)("h3",{className:"comment-reply-title"},(0,je.__)("Leave a Reply")),(0,$e.createElement)("form",{noValidate:!0,className:"comment-form",ref:e},(0,$e.createElement)("p",null,(0,$e.createElement)("label",{htmlFor:`comment-${t}`},(0,je.__)("Comment")),(0,$e.createElement)("textarea",{id:`comment-${t}`,name:"comment",cols:"45",rows:"8"})),(0,$e.createElement)("p",{className:"form-submit wp-block-button"},(0,$e.createElement)("input",{name:"submit",type:"submit",className:rt()("wp-block-button__link",(0,Ze.__experimentalGetElementClassName)("button")),label:(0,je.__)("Post Comment"),value:(0,je.__)("Post Comment")}))))};var Do=e=>{let{postId:t,postType:n}=e;const[o,r]=(0,lt.useEntityProp)("postType",n,"comment_status",t),a=void 0===n||void 0===t,{defaultCommentStatus:l}=(0,it.useSelect)((e=>e(Ze.store).getSettings().__experimentalDiscussionSettings)),i=(0,it.useSelect)((e=>{var t;return!!n&&!(null===(t=e(lt.store).getPostType(n))||void 0===t||!t.supports.comments)}));if(!a&&"open"!==o){if("closed"===o){const e=[(0,$e.createElement)(We.Button,{key:"enableComments",onClick:()=>r("open"),variant:"primary"},(0,je._x)("Enable comments","action that affects the current post"))];return(0,$e.createElement)(Ze.Warning,{actions:e},(0,je.__)("Post Comments Form block: Comments are not enabled for this item."))}if(!i)return(0,$e.createElement)(Ze.Warning,null,(0,je.sprintf)((0,je.__)("Post Comments Form block: Comments are not enabled for this post type (%s)."),n));if("open"!==l)return(0,$e.createElement)(Ze.Warning,null,(0,je.__)("Post Comments Form block: Comments are not enabled."))}return(0,$e.createElement)(Fo,null)};function Go(e){let{postType:t,postId:n}=e,[o]=(0,lt.useEntityProp)("postType",t,"title",n);o=o||(0,je.__)("Post Title");const{avatarURL:r}=(0,it.useSelect)((e=>e(Ze.store).getSettings().__experimentalDiscussionSettings)),a=(0,Zt.useDisabled)();return(0,$e.createElement)("div",{className:"wp-block-comments__legacy-placeholder",ref:a},(0,$e.createElement)("h3",null,(0,je.sprintf)((0,je.__)("One response to %s"),o)),(0,$e.createElement)("div",{className:"navigation"},(0,$e.createElement)("div",{className:"alignleft"},(0,$e.createElement)("a",{href:"#top"},"« ",(0,je.__)("Older Comments"))),(0,$e.createElement)("div",{className:"alignright"},(0,$e.createElement)("a",{href:"#top"},(0,je.__)("Newer Comments")," »"))),(0,$e.createElement)("ol",{className:"commentlist"},(0,$e.createElement)("li",{className:"comment even thread-even depth-1"},(0,$e.createElement)("article",{className:"comment-body"},(0,$e.createElement)("footer",{className:"comment-meta"},(0,$e.createElement)("div",{className:"comment-author vcard"},(0,$e.createElement)("img",{alt:"Commenter Avatar",src:r,className:"avatar avatar-32 photo",height:"32",width:"32",loading:"lazy"}),(0,$e.createElement)("b",{className:"fn"},(0,$e.createElement)("a",{href:"#top",className:"url"},(0,je.__)("A WordPress Commenter")))," ",(0,$e.createElement)("span",{className:"says"},(0,je.__)("says"),":")),(0,$e.createElement)("div",{className:"comment-metadata"},(0,$e.createElement)("a",{href:"#top"},(0,$e.createElement)("time",{dateTime:"2000-01-01T00:00:00+00:00"},(0,je.__)("January 1, 2000 at 00:00 am")))," ",(0,$e.createElement)("span",{className:"edit-link"},(0,$e.createElement)("a",{className:"comment-edit-link",href:"#top"},(0,je.__)("Edit"))))),(0,$e.createElement)("div",{className:"comment-content"},(0,$e.createElement)("p",null,(0,je.__)("Hi, this is a comment."),(0,$e.createElement)("br",null),(0,je.__)("To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard."),(0,$e.createElement)("br",null),(0,je.__)("Commenter avatars come from")," ",(0,$e.createElement)("a",{href:"https://gravatar.com/"},"Gravatar"),".")),(0,$e.createElement)("div",{className:"reply"},(0,$e.createElement)("a",{className:"comment-reply-link",href:"#top","aria-label":"Reply to A WordPress Commenter"},(0,je.__)("Reply")))))),(0,$e.createElement)("div",{className:"navigation"},(0,$e.createElement)("div",{className:"alignleft"},(0,$e.createElement)("a",{href:"#top"},"« ",(0,je.__)("Older Comments"))),(0,$e.createElement)("div",{className:"alignright"},(0,$e.createElement)("a",{href:"#top"},(0,je.__)("Newer Comments")," »"))),(0,$e.createElement)(Do,{postId:n,postType:t}))}function $o(e){let{attributes:t,setAttributes:n,context:{postType:o,postId:r}}=e;const{textAlign:a}=t,l=[(0,$e.createElement)(We.Button,{key:"convert",onClick:()=>{n({legacy:!1})},variant:"primary"},(0,je.__)("Switch to editable mode"))],i=(0,Ze.useBlockProps)({className:rt()({[`has-text-align-${a}`]:a})});return(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Ze.BlockControls,{group:"block"},(0,$e.createElement)(Ze.AlignmentControl,{value:a,onChange:e=>{n({textAlign:e})}})),(0,$e.createElement)("div",i,(0,$e.createElement)(Ze.Warning,{actions:l},(0,je.__)("Comments block: You're currently using the legacy version of the block. The following is just a placeholder - the final styling will likely look different. For a better representation and more customization options, switch the block to its editable mode.")),(0,$e.createElement)(Go,{postId:r,postType:o})))}var Uo=[["core/comments-title"],["core/comment-template",{},[["core/columns",{},[["core/column",{width:"40px"},[["core/avatar",{size:40,style:{border:{radius:"20px"}}}]]],["core/column",{},[["core/comment-author-name",{fontSize:"small"}],["core/group",{layout:{type:"flex"},style:{spacing:{margin:{top:"0px",bottom:"0px"}}}},[["core/comment-date",{fontSize:"small"}],["core/comment-edit-link",{fontSize:"small"}]]],["core/comment-content"],["core/comment-reply-link",{fontSize:"small"}]]]]]]],["core/comments-pagination"],["core/post-comments-form"]];const Oo={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/comments",title:"Comments",category:"theme",description:"An advanced block that allows displaying post comments using different visual configurations.",textdomain:"default",attributes:{tagName:{type:"string",default:"div"},legacy:{type:"boolean",default:!1}},supports:{align:["wide","full"],html:!1,color:{gradients:!0,link:!0,__experimentalDefaultControls:{background:!0,text:!0,link:!0}},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}}},editorStyle:"wp-block-comments-editor",usesContext:["postId","postType"]},{name:qo}=Oo,Wo={icon:Ao,edit:function(e){const{attributes:t,setAttributes:n}=e,{tagName:o,legacy:r}=t,a=(0,Ze.useBlockProps)(),l=(0,Ze.useInnerBlocksProps)(a,{template:Uo});return r?(0,$e.createElement)($o,e):(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Ho,{attributes:t,setAttributes:n}),(0,$e.createElement)(o,l))},save:function(e){let{attributes:{tagName:t,legacy:n}}=e;const o=Ze.useBlockProps.save(),r=Ze.useInnerBlocksProps.save(o);return n?null:(0,$e.createElement)(t,r)},deprecated:Vo},jo=()=>qe({name:qo,metadata:Oo,settings:Wo});const Zo={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,__experimental:"fse",name:"core/comment-author-avatar",title:"Comment Author Avatar (deprecated)",category:"theme",ancestor:["core/comment-template"],description:"This block is deprecated. Please use the Avatar block instead.",textdomain:"default",attributes:{width:{type:"number",default:96},height:{type:"number",default:96}},usesContext:["commentId"],supports:{html:!1,inserter:!1,__experimentalBorder:{radius:!0,width:!0,color:!0,style:!0},color:{background:!0,text:!1,__experimentalDefaultControls:{background:!0}},spacing:{__experimentalSkipSerialization:!0,margin:!0,padding:!0}}},{name:Qo}=Zo,Ko={icon:tt,edit:function(e){let{attributes:t,context:{commentId:n},setAttributes:o,isSelected:r}=e;const{height:a,width:l}=t,[i]=(0,lt.useEntityProp)("root","comment","author_avatar_urls",n),[s]=(0,lt.useEntityProp)("root","comment","author_name",n),c=i?Object.values(i):null,u=i?Object.keys(i):null,m=u?u[0]:24,d=u?u[u.length-1]:96,p=(0,Ze.useBlockProps)(),g=(0,Ze.__experimentalGetSpacingClassesAndStyles)(t),h=Math.floor(2.5*d),{avatarURL:v}=(0,it.useSelect)((e=>{const{getSettings:t}=e(Ze.store),{__experimentalDiscussionSettings:n}=t();return n})),b=(0,$e.createElement)(Ze.InspectorControls,null,(0,$e.createElement)(We.PanelBody,{title:(0,je.__)("Avatar Settings")},(0,$e.createElement)(We.RangeControl,{label:(0,je.__)("Image size"),onChange:e=>o({width:e,height:e}),min:m,max:h,initialPosition:l,value:l}))),_=(0,$e.createElement)(We.ResizableBox,{size:{width:l,height:a},showHandle:r,onResizeStop:(e,t,n,r)=>{o({height:parseInt(a+r.height,10),width:parseInt(l+r.width,10)})},lockAspectRatio:!0,enable:{top:!1,right:!(0,je.isRTL)(),bottom:!0,left:(0,je.isRTL)()},minWidth:m,maxWidth:h},(0,$e.createElement)("img",nt({src:c?c[c.length-1]:v,alt:`${s} ${(0,je.__)("Avatar")}`},p)));return(0,$e.createElement)($e.Fragment,null,b,(0,$e.createElement)("div",g,_))}},Yo=()=>qe({name:Qo,metadata:Zo,settings:Ko});var Jo=(0,$e.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,$e.createElement)(Ue.Path,{d:"M18 4H6c-1.1 0-2 .9-2 2v12.9c0 .6.5 1.1 1.1 1.1.3 0 .5-.1.8-.3L8.5 17H18c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm.5 11c0 .3-.2.5-.5.5H7.9l-2.4 2.4V6c0-.3.2-.5.5-.5h12c.3 0 .5.2.5.5v9z",fillRule:"evenodd",clipRule:"evenodd"}),(0,$e.createElement)(Ue.Path,{d:"M15 15V15C15 13.8954 14.1046 13 13 13L11 13C9.89543 13 9 13.8954 9 15V15",fillRule:"evenodd",clipRule:"evenodd"}),(0,$e.createElement)(Ue.Circle,{cx:"12",cy:"9",r:"2",fillRule:"evenodd",clipRule:"evenodd"}));const Xo={attributes:{isLink:{type:"boolean",default:!1},linkTarget:{type:"string",default:"_self"}},supports:{html:!1,color:{gradients:!0,link:!0},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalLetterSpacing:!0}},save(){return null},migrate:Jt,isEligible(e){var t;let{style:n}=e;return null==n||null===(t=n.typography)||void 0===t?void 0:t.fontFamily}};var er=[Xo];const tr={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/comment-author-name",title:"Comment Author Name",category:"theme",ancestor:["core/comment-template"],description:"Displays the name of the author of the comment.",textdomain:"default",attributes:{isLink:{type:"boolean",default:!0},linkTarget:{type:"string",default:"_self"},textAlign:{type:"string"}},usesContext:["commentId"],supports:{html:!1,spacing:{margin:!0,padding:!0},color:{gradients:!0,link:!0,__experimentalDefaultControls:{background:!0,text:!0,link:!0}},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}}}},{name:nr}=tr,or={icon:Jo,edit:function(e){let{attributes:{isLink:t,linkTarget:n,textAlign:o},context:{commentId:r},setAttributes:a}=e;const l=(0,Ze.useBlockProps)({className:rt()({[`has-text-align-${o}`]:o})});let i=(0,it.useSelect)((e=>{const{getEntityRecord:t}=e(lt.store),n=t("root","comment",r),o=null==n?void 0:n.author_name;if(n&&!o){var a;const e=t("root","user",n.author);return null!==(a=null==e?void 0:e.name)&&void 0!==a?a:(0,je.__)("Anonymous")}return null!=o?o:""}),[r]);const s=(0,$e.createElement)(Ze.BlockControls,{group:"block"},(0,$e.createElement)(Ze.AlignmentControl,{value:o,onChange:e=>a({textAlign:e})})),c=(0,$e.createElement)(Ze.InspectorControls,null,(0,$e.createElement)(We.PanelBody,{title:(0,je.__)("Link settings")},(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Link to authors URL"),onChange:()=>a({isLink:!t}),checked:t}),t&&(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Open in new tab"),onChange:e=>a({linkTarget:e?"_blank":"_self"}),checked:"_blank"===n})));r&&i||(i=(0,je._x)("Comment Author","block title"));const u=t?(0,$e.createElement)("a",{href:"#comment-author-pseudo-link",onClick:e=>e.preventDefault()},i):i;return(0,$e.createElement)($e.Fragment,null,c,s,(0,$e.createElement)("div",l,u))},deprecated:er},rr=()=>qe({name:nr,metadata:tr,settings:or});var ar=(0,$e.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,$e.createElement)(Ue.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M6.68822 16.625L5.5 17.8145L5.5 5.5L18.5 5.5L18.5 16.625L6.68822 16.625ZM7.31 18.125L19 18.125C19.5523 18.125 20 17.6773 20 17.125L20 5C20 4.44772 19.5523 4 19 4H5C4.44772 4 4 4.44772 4 5V19.5247C4 19.8173 4.16123 20.086 4.41935 20.2237C4.72711 20.3878 5.10601 20.3313 5.35252 20.0845L7.31 18.125ZM16 9.99997H8V8.49997H16V9.99997ZM8 14H13V12.5H8V14Z"}));const lr={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/comment-content",title:"Comment Content",category:"theme",ancestor:["core/comment-template"],description:"Displays the contents of a comment.",textdomain:"default",usesContext:["commentId"],attributes:{textAlign:{type:"string"}},supports:{color:{gradients:!0,link:!0,__experimentalDefaultControls:{background:!0,text:!0}},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}},spacing:{padding:["horizontal","vertical"],__experimentalDefaultControls:{padding:!0}},html:!1}},{name:ir}=lr,sr={icon:ar,edit:function(e){let{setAttributes:t,attributes:{textAlign:n},context:{commentId:o}}=e;const r=(0,Ze.useBlockProps)({className:rt()({[`has-text-align-${n}`]:n})}),[a]=(0,lt.useEntityProp)("root","comment","content",o),l=(0,$e.createElement)(Ze.BlockControls,{group:"block"},(0,$e.createElement)(Ze.AlignmentControl,{value:n,onChange:e=>t({textAlign:e})}));return o&&a?(0,$e.createElement)($e.Fragment,null,l,(0,$e.createElement)("div",r,(0,$e.createElement)(We.Disabled,null,(0,$e.createElement)($e.RawHTML,{key:"html"},a.rendered)))):(0,$e.createElement)($e.Fragment,null,l,(0,$e.createElement)("div",r,(0,$e.createElement)("p",null,(0,je._x)("Comment Content","block title"))))}},cr=()=>qe({name:ir,metadata:lr,settings:sr});var ur=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M11.696 13.972c.356-.546.599-.958.728-1.235a1.79 1.79 0 00.203-.783c0-.264-.077-.47-.23-.618-.148-.153-.354-.23-.618-.23-.295 0-.569.07-.82.212a3.413 3.413 0 00-.738.571l-.147-1.188c.289-.234.59-.41.903-.526.313-.117.66-.175 1.041-.175.375 0 .695.08.959.24.264.153.46.362.59.626.135.265.203.556.203.876 0 .362-.08.734-.24 1.115-.154.381-.427.87-.82 1.466l-.756 1.152H14v1.106h-4l1.696-2.609z"}),(0,$e.createElement)(Ue.Path,{d:"M19.5 7h-15v12a.5.5 0 00.5.5h14a.5.5 0 00.5-.5V7zM3 7V5a2 2 0 012-2h14a2 2 0 012 2v14a2 2 0 01-2 2H5a2 2 0 01-2-2V7z"})),mr=window.wp.date;const dr={attributes:{format:{type:"string"},isLink:{type:"boolean",default:!1}},supports:{html:!1,color:{gradients:!0,link:!0},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalLetterSpacing:!0}},save(){return null},migrate:Jt,isEligible(e){var t;let{style:n}=e;return null==n||null===(t=n.typography)||void 0===t?void 0:t.fontFamily}};var pr=[dr];const gr={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/comment-date",title:"Comment Date",category:"theme",ancestor:["core/comment-template"],description:"Displays the date on which the comment was posted.",textdomain:"default",attributes:{format:{type:"string"},isLink:{type:"boolean",default:!0}},usesContext:["commentId"],supports:{html:!1,color:{gradients:!0,link:!0,__experimentalDefaultControls:{background:!0,text:!0,link:!0}},spacing:{margin:!0,padding:!0},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}}}},{name:hr}=gr,vr={icon:ur,edit:function(e){let{attributes:{format:t,isLink:n},context:{commentId:o},setAttributes:r}=e;const a=(0,Ze.useBlockProps)();let[l]=(0,lt.useEntityProp)("root","comment","date",o);const[i=(0,mr.getSettings)().formats.date]=(0,lt.useEntityProp)("root","site","date_format"),s=(0,$e.createElement)(Ze.InspectorControls,null,(0,$e.createElement)(We.PanelBody,{title:(0,je.__)("Settings")},(0,$e.createElement)(Ze.__experimentalDateFormatPicker,{format:t,defaultFormat:i,onChange:e=>r({format:e})}),(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Link to comment"),onChange:()=>r({isLink:!n}),checked:n})));o&&l||(l=(0,je._x)("Comment Date","block title"));let c=l instanceof Date?(0,$e.createElement)("time",{dateTime:(0,mr.dateI18n)("c",l)},(0,mr.dateI18n)(t||i,l)):(0,$e.createElement)("time",null,l);return n&&(c=(0,$e.createElement)("a",{href:"#comment-date-pseudo-link",onClick:e=>e.preventDefault()},c)),(0,$e.createElement)($e.Fragment,null,s,(0,$e.createElement)("div",a,c))},deprecated:pr},br=()=>qe({name:hr,metadata:gr,settings:vr});var _r=(0,$e.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,$e.createElement)(Ue.Path,{d:"m6.249 11.065.44-.44h3.186l-1.5 1.5H7.31l-1.957 1.96A.792.792 0 0 1 4 13.524V5a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v1.5L12.5 8V5.5h-7v6.315l.749-.75ZM20 19.75H7v-1.5h13v1.5Zm0-12.653-8.967 9.064L8 17l.867-2.935L17.833 5 20 7.097Z"}));const yr={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/comment-edit-link",title:"Comment Edit Link",category:"theme",ancestor:["core/comment-template"],description:"Displays a link to edit the comment in the WordPress Dashboard. This link is only visible to users with the edit comment capability.",textdomain:"default",usesContext:["commentId"],attributes:{linkTarget:{type:"string",default:"_self"},textAlign:{type:"string"}},supports:{html:!1,color:{link:!0,gradients:!0,text:!1,__experimentalDefaultControls:{background:!0,link:!0}},spacing:{margin:!0,padding:!0},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}}}},{name:fr}=yr,kr={icon:_r,edit:function(e){let{attributes:{linkTarget:t,textAlign:n},setAttributes:o}=e;const r=(0,Ze.useBlockProps)({className:rt()({[`has-text-align-${n}`]:n})}),a=(0,$e.createElement)(Ze.BlockControls,{group:"block"},(0,$e.createElement)(Ze.AlignmentControl,{value:n,onChange:e=>o({textAlign:e})})),l=(0,$e.createElement)(Ze.InspectorControls,null,(0,$e.createElement)(We.PanelBody,{title:(0,je.__)("Link settings")},(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Open in new tab"),onChange:e=>o({linkTarget:e?"_blank":"_self"}),checked:"_blank"===t})));return(0,$e.createElement)($e.Fragment,null,a,l,(0,$e.createElement)("div",r,(0,$e.createElement)("a",{href:"#edit-comment-pseudo-link",onClick:e=>e.preventDefault()},(0,je.__)("Edit"))))}},xr=()=>qe({name:fr,metadata:yr,settings:kr});var wr=(0,$e.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,$e.createElement)(Ue.Path,{d:"M6.68822 10.625L6.24878 11.0649L5.5 11.8145L5.5 5.5L12.5 5.5V8L14 6.5V5C14 4.44772 13.5523 4 13 4H5C4.44772 4 4 4.44771 4 5V13.5247C4 13.8173 4.16123 14.086 4.41935 14.2237C4.72711 14.3878 5.10601 14.3313 5.35252 14.0845L7.31 12.125H8.375L9.875 10.625H7.31H6.68822ZM14.5605 10.4983L11.6701 13.75H16.9975C17.9963 13.75 18.7796 14.1104 19.3553 14.7048C19.9095 15.2771 20.2299 16.0224 20.4224 16.7443C20.7645 18.0276 20.7543 19.4618 20.7487 20.2544C20.7481 20.345 20.7475 20.4272 20.7475 20.4999L19.2475 20.5001C19.2475 20.4191 19.248 20.3319 19.2484 20.2394V20.2394C19.2526 19.4274 19.259 18.2035 18.973 17.1307C18.8156 16.5401 18.586 16.0666 18.2778 15.7483C17.9909 15.4521 17.5991 15.25 16.9975 15.25H11.8106L14.5303 17.9697L13.4696 19.0303L8.96956 14.5303L13.4394 9.50171L14.5605 10.4983Z"}));var Er=function(e){let{setAttributes:t,attributes:{textAlign:n}}=e;const o=(0,Ze.useBlockProps)({className:rt()({[`has-text-align-${n}`]:n})}),r=(0,$e.createElement)(Ze.BlockControls,{group:"block"},(0,$e.createElement)(Ze.AlignmentControl,{value:n,onChange:e=>t({textAlign:e})}));return(0,$e.createElement)($e.Fragment,null,r,(0,$e.createElement)("div",o,(0,$e.createElement)("a",{href:"#comment-reply-pseudo-link",onClick:e=>e.preventDefault()},(0,je.__)("Reply"))))};const Cr={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/comment-reply-link",title:"Comment Reply Link",category:"theme",ancestor:["core/comment-template"],description:"Displays a link to reply to a comment.",textdomain:"default",usesContext:["commentId"],attributes:{textAlign:{type:"string"}},supports:{color:{gradients:!0,link:!0,text:!1,__experimentalDefaultControls:{background:!0,link:!0}},spacing:{margin:!0,padding:!0},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}},html:!1}},{name:Sr}=Cr,Br={edit:Er,icon:wr},Tr=()=>qe({name:Sr,metadata:Cr,settings:Br});var Nr=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M18 5.5H6a.5.5 0 00-.5.5v3h13V6a.5.5 0 00-.5-.5zm.5 5H10v8h8a.5.5 0 00.5-.5v-7.5zm-10 0h-3V18a.5.5 0 00.5.5h2.5v-8zM6 4h12a2 2 0 012 2v12a2 2 0 01-2 2H6a2 2 0 01-2-2V6a2 2 0 012-2z"})),Pr=window.wp.apiFetch,Ir=n.n(Pr);const zr=e=>{let{defaultPage:t,postId:n,perPage:o,queryArgs:r}=e;const[a,l]=(0,$e.useState)({}),i=`${n}_${o}`,s=a[i]||0;return(0,$e.useEffect)((()=>{s||"newest"!==t||Ir()({path:(0,at.addQueryArgs)("/wp/v2/comments",{...r,post:n,per_page:o,_fields:"id"}),method:"HEAD",parse:!1}).then((e=>{const t=parseInt(e.headers.get("X-WP-TotalPages"));l({...a,[i]:t<=1?1:t})}))}),[t,n,o,l]),"newest"===t?s:1},Mr=[["core/avatar"],["core/comment-author-name"],["core/comment-date"],["core/comment-content"],["core/comment-reply-link"],["core/comment-edit-link"]];function Lr(e){var t;let{comment:n,activeCommentId:o,setActiveCommentId:r,firstCommentId:a,blocks:l}=e;const{children:i,...s}=(0,Ze.useInnerBlocksProps)({},{template:Mr});return(0,$e.createElement)("li",s,n.commentId===(o||a)?i:null,(0,$e.createElement)(Rr,{blocks:l,commentId:n.commentId,setActiveCommentId:r,isHidden:n.commentId===(o||a)}),(null==n||null===(t=n.children)||void 0===t?void 0:t.length)>0?(0,$e.createElement)(Ar,{comments:n.children,activeCommentId:o,setActiveCommentId:r,blocks:l,firstCommentId:a}):null)}const Rr=(0,$e.memo)((e=>{let{blocks:t,commentId:n,setActiveCommentId:o,isHidden:r}=e;const a=(0,Ze.__experimentalUseBlockPreview)({blocks:t}),l=()=>{o(n)},i={display:r?"none":void 0};return(0,$e.createElement)("div",nt({},a,{tabIndex:0,role:"button",style:i,onClick:l,onKeyPress:l}))})),Ar=e=>{let{comments:t,blockProps:n,activeCommentId:o,setActiveCommentId:r,blocks:a,firstCommentId:l}=e;return(0,$e.createElement)("ol",n,t&&t.map(((e,t)=>{let{commentId:n,...i}=e;return(0,$e.createElement)(Ze.BlockContextProvider,{key:i.commentId||t,value:{commentId:n<0?null:n}},(0,$e.createElement)(Lr,{comment:{commentId:n,...i},activeCommentId:o,setActiveCommentId:r,blocks:a,firstCommentId:l}))})))};const Vr={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/comment-template",title:"Comment Template",category:"design",parent:["core/comments"],description:"Contains the block elements used to display a comment, like the title, date, author, avatar and more.",textdomain:"default",usesContext:["postId"],supports:{reusable:!1,html:!1,align:!0,typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}}},style:"wp-block-comment-template"},{name:Hr}=Vr,Fr={icon:Nr,edit:function(e){var t;let{clientId:n,context:{postId:o}}=e;const r=(0,Ze.useBlockProps)(),[a,l]=(0,$e.useState)(),{commentOrder:i,threadCommentsDepth:s,threadComments:c,commentsPerPage:u,pageComments:m}=(0,it.useSelect)((e=>{const{getSettings:t}=e(Ze.store);return t().__experimentalDiscussionSettings})),d=(e=>{let{postId:t}=e;const n={status:"approve",order:"asc",context:"embed",parent:0,_embed:"children"},{pageComments:o,commentsPerPage:r,defaultCommentsPage:a}=(0,it.useSelect)((e=>{const{getSettings:t}=e(Ze.store),{__experimentalDiscussionSettings:n}=t();return n})),l=o?Math.min(r,100):100,i=zr({defaultPage:a,postId:t,perPage:l,queryArgs:n});return(0,$e.useMemo)((()=>i?{...n,post:t,per_page:l,page:i}:null),[t,l,i])})({postId:o}),{topLevelComments:p,blocks:g}=(0,it.useSelect)((e=>{const{getEntityRecords:t}=e(lt.store),{getBlocks:o}=e(Ze.store);return{topLevelComments:d?t("root","comment",d):null,blocks:o(n)}}),[n,d]);let h=(e=>(0,$e.useMemo)((()=>null==e?void 0:e.map((e=>{let{id:t,_embedded:n}=e;const[o]=(null==n?void 0:n.children)||[[]];return{commentId:t,children:o.map((e=>({commentId:e.id})))}}))),[e]))("desc"===i&&p?[...p].reverse():p);return p?(o||(h=(e=>{let{perPage:t,pageComments:n,threadComments:o,threadCommentsDepth:r}=e;const a=o?Math.min(r,3):1,l=e=>e<a?[{commentId:-(e+3),children:l(e+1)}]:[],i=[{commentId:-1,children:l(1)}];return(!n||t>=2)&&a<3&&i.push({commentId:-2,children:[]}),(!n||t>=3)&&a<2&&i.push({commentId:-3,children:[]}),i})({perPage:u,pageComments:m,threadComments:c,threadCommentsDepth:s})),h.length?(0,$e.createElement)(Ar,{comments:h,blockProps:r,blocks:g,activeCommentId:a,setActiveCommentId:l,firstCommentId:null===(t=h[0])||void 0===t?void 0:t.commentId}):(0,$e.createElement)("p",r,(0,je.__)("No results found."))):(0,$e.createElement)("p",r,(0,$e.createElement)(We.Spinner,null))},save:function(){return(0,$e.createElement)(Ze.InnerBlocks.Content,null)}},Dr=()=>qe({name:Hr,metadata:Vr,settings:Fr});var Gr=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M16 10.5v3h3v-3h-3zm-5 3h3v-3h-3v3zM7 9l-3 3 3 3 1-1-2-2 2-2-1-1z"}));const $r={none:"",arrow:"",chevron:"«"};const Ur={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/comments-pagination-previous",title:"Comments Previous Page",category:"theme",parent:["core/comments-pagination"],description:"Displays the previous comment's page link.",textdomain:"default",attributes:{label:{type:"string"}},usesContext:["postId","comments/paginationArrow"],supports:{reusable:!1,html:!1,color:{gradients:!0,text:!1,__experimentalDefaultControls:{background:!0}},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}}}},{name:Or}=Ur,qr={icon:Gr,edit:function(e){let{attributes:{label:t},setAttributes:n,context:{"comments/paginationArrow":o}}=e;const r=$r[o];return(0,$e.createElement)("a",nt({href:"#comments-pagination-previous-pseudo-link",onClick:e=>e.preventDefault()},(0,Ze.useBlockProps)()),r&&(0,$e.createElement)("span",{className:`wp-block-comments-pagination-previous-arrow is-arrow-${o}`},r),(0,$e.createElement)(Ze.PlainText,{__experimentalVersion:2,tagName:"span","aria-label":(0,je.__)("Older comments page link"),placeholder:(0,je.__)("Older Comments"),value:t,onChange:e=>n({label:e})}))}},Wr=()=>qe({name:Or,metadata:Ur,settings:qr});var jr=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M4 13.5h6v-3H4v3zm8 0h3v-3h-3v3zm5-3v3h3v-3h-3z"}));function Zr(e){let{value:t,onChange:n}=e;return(0,$e.createElement)(We.__experimentalToggleGroupControl,{label:(0,je.__)("Arrow"),value:t,onChange:n,help:(0,je.__)("A decorative arrow appended to the next and previous comments link."),isBlock:!0},(0,$e.createElement)(We.__experimentalToggleGroupControlOption,{value:"none",label:(0,je._x)("None","Arrow option for Comments Pagination Next/Previous blocks")}),(0,$e.createElement)(We.__experimentalToggleGroupControlOption,{value:"arrow",label:(0,je._x)("Arrow","Arrow option for Comments Pagination Next/Previous blocks")}),(0,$e.createElement)(We.__experimentalToggleGroupControlOption,{value:"chevron",label:(0,je._x)("Chevron","Arrow option for Comments Pagination Next/Previous blocks")}))}const Qr=[["core/comments-pagination-previous"],["core/comments-pagination-numbers"],["core/comments-pagination-next"]],Kr=["core/comments-pagination-previous","core/comments-pagination-numbers","core/comments-pagination-next"];const Yr={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/comments-pagination",title:"Comments Pagination",category:"theme",parent:["core/comments"],description:"Displays a paginated navigation to next/previous set of comments, when applicable.",textdomain:"default",attributes:{paginationArrow:{type:"string",default:"none"}},providesContext:{"comments/paginationArrow":"paginationArrow"},supports:{align:!0,reusable:!1,html:!1,color:{gradients:!0,link:!0,__experimentalDefaultControls:{background:!0,text:!0,link:!0}},__experimentalLayout:{allowSwitching:!1,allowInheriting:!1,default:{type:"flex"}},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}}},editorStyle:"wp-block-comments-pagination-editor",style:"wp-block-comments-pagination"},{name:Jr}=Yr,Xr={icon:jr,edit:function(e){let{attributes:{paginationArrow:t,layout:n},setAttributes:o,clientId:r,name:a}=e;const l=n||(e=>{const t=(0,Ge.getBlockSupport)(e,"__experimentalLayout");return null==t?void 0:t.default})(a),i=(0,it.useSelect)((e=>{const{getBlocks:t}=e(Ze.store),n=t(r);return null==n?void 0:n.find((e=>["core/comments-pagination-previous","core/comments-pagination-next"].includes(e.name)))}),[]),s=(0,Ze.useBlockProps)(),c=(0,Ze.useInnerBlocksProps)(s,{template:Qr,allowedBlocks:Kr,__experimentalLayout:l});return(0,it.useSelect)((e=>{const{getSettings:t}=e(Ze.store),{__experimentalDiscussionSettings:n}=t();return null==n?void 0:n.pageComments}),[])?(0,$e.createElement)($e.Fragment,null,i&&(0,$e.createElement)(Ze.InspectorControls,null,(0,$e.createElement)(We.PanelBody,{title:(0,je.__)("Settings")},(0,$e.createElement)(Zr,{value:t,onChange:e=>{o({paginationArrow:e})}}))),(0,$e.createElement)("div",c)):(0,$e.createElement)(Ze.Warning,null,(0,je.__)("Comments Pagination block: paging comments is disabled in the Discussion Settings"))},save:function(){return(0,$e.createElement)(Ze.InnerBlocks.Content,null)}},ea=()=>qe({name:Jr,metadata:Yr,settings:Xr});var ta=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M5 13.5h3v-3H5v3zm5 0h3v-3h-3v3zM17 9l-1 1 2 2-2 2 1 1 3-3-3-3z"}));const na={none:"",arrow:"",chevron:"»"};const oa={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/comments-pagination-next",title:"Comments Next Page",category:"theme",parent:["core/comments-pagination"],description:"Displays the next comment's page link.",textdomain:"default",attributes:{label:{type:"string"}},usesContext:["postId","comments/paginationArrow"],supports:{reusable:!1,html:!1,color:{gradients:!0,text:!1,__experimentalDefaultControls:{background:!0}},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}}}},{name:ra}=oa,aa={icon:ta,edit:function(e){let{attributes:{label:t},setAttributes:n,context:{"comments/paginationArrow":o}}=e;const r=na[o];return(0,$e.createElement)("a",nt({href:"#comments-pagination-next-pseudo-link",onClick:e=>e.preventDefault()},(0,Ze.useBlockProps)()),(0,$e.createElement)(Ze.PlainText,{__experimentalVersion:2,tagName:"span","aria-label":(0,je.__)("Newer comments page link"),placeholder:(0,je.__)("Newer Comments"),value:t,onChange:e=>n({label:e})}),r&&(0,$e.createElement)("span",{className:`wp-block-comments-pagination-next-arrow is-arrow-${o}`},r))}},la=()=>qe({name:ra,metadata:oa,settings:aa});var ia=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M4 13.5h6v-3H4v3zm8.2-2.5.8-.3V14h1V9.3l-2.2.7.4 1zm7.1-1.2c-.5-.6-1.2-.5-1.7-.4-.3.1-.5.2-.7.3l.1 1.1c.2-.2.5-.4.8-.5.3-.1.6 0 .7.1.2.3 0 .8-.2 1.1-.5.8-.9 1.6-1.4 2.5h2.7v-1h-.9c.3-.6.8-1.4.9-2.1 0-.3-.1-.8-.3-1.1z"}));const sa=e=>{let{content:t,tag:n="a",extraClass:o=""}=e;return"a"===n?(0,$e.createElement)(n,{className:`page-numbers ${o}`,href:"#comments-pagination-numbers-pseudo-link",onClick:e=>e.preventDefault()},t):(0,$e.createElement)(n,{className:`page-numbers ${o}`},t)};const ca={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/comments-pagination-numbers",title:"Comments Page Numbers",category:"theme",parent:["core/comments-pagination"],description:"Displays a list of page numbers for comments pagination.",textdomain:"default",usesContext:["postId"],supports:{reusable:!1,html:!1,typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}}}},{name:ua}=ca,ma={icon:ia,edit:function(){return(0,$e.createElement)("div",(0,Ze.useBlockProps)(),(0,$e.createElement)(sa,{content:"1"}),(0,$e.createElement)(sa,{content:"2"}),(0,$e.createElement)(sa,{content:"3",tag:"span",extraClass:"current"}),(0,$e.createElement)(sa,{content:"4"}),(0,$e.createElement)(sa,{content:"5"}),(0,$e.createElement)(sa,{content:"...",tag:"span",extraClass:"dots"}),(0,$e.createElement)(sa,{content:"8"}))}},da=()=>qe({name:ua,metadata:ca,settings:ma});var pa=(0,$e.createElement)(Ue.SVG,{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M4 5.417h2.267V12h1.466V5.417H10V4H4v1.417ZM20 16H4v-1.5h16V16Zm-7 4H4v-1.5h9V20Z"}));function ga(e){let{level:t,isPressed:n=!1}=e;const o={1:"M9 5h2v10H9v-4H5v4H3V5h2v4h4V5zm6.6 0c-.6.9-1.5 1.7-2.6 2v1h2v7h2V5h-1.4z",2:"M7 5h2v10H7v-4H3v4H1V5h2v4h4V5zm8 8c.5-.4.6-.6 1.1-1.1.4-.4.8-.8 1.2-1.3.3-.4.6-.8.9-1.3.2-.4.3-.8.3-1.3 0-.4-.1-.9-.3-1.3-.2-.4-.4-.7-.8-1-.3-.3-.7-.5-1.2-.6-.5-.2-1-.2-1.5-.2-.4 0-.7 0-1.1.1-.3.1-.7.2-1 .3-.3.1-.6.3-.9.5-.3.2-.6.4-.8.7l1.2 1.2c.3-.3.6-.5 1-.7.4-.2.7-.3 1.2-.3s.9.1 1.3.4c.3.3.5.7.5 1.1 0 .4-.1.8-.4 1.1-.3.5-.6.9-1 1.2-.4.4-1 .9-1.6 1.4-.6.5-1.4 1.1-2.2 1.6V15h8v-2H15z",3:"M12.1 12.2c.4.3.8.5 1.2.7.4.2.9.3 1.4.3.5 0 1-.1 1.4-.3.3-.1.5-.5.5-.8 0-.2 0-.4-.1-.6-.1-.2-.3-.3-.5-.4-.3-.1-.7-.2-1-.3-.5-.1-1-.1-1.5-.1V9.1c.7.1 1.5-.1 2.2-.4.4-.2.6-.5.6-.9 0-.3-.1-.6-.4-.8-.3-.2-.7-.3-1.1-.3-.4 0-.8.1-1.1.3-.4.2-.7.4-1.1.6l-1.2-1.4c.5-.4 1.1-.7 1.6-.9.5-.2 1.2-.3 1.8-.3.5 0 1 .1 1.6.2.4.1.8.3 1.2.5.3.2.6.5.8.8.2.3.3.7.3 1.1 0 .5-.2.9-.5 1.3-.4.4-.9.7-1.5.9v.1c.6.1 1.2.4 1.6.8.4.4.7.9.7 1.5 0 .4-.1.8-.3 1.2-.2.4-.5.7-.9.9-.4.3-.9.4-1.3.5-.5.1-1 .2-1.6.2-.8 0-1.6-.1-2.3-.4-.6-.2-1.1-.6-1.6-1l1.1-1.4zM7 9H3V5H1v10h2v-4h4v4h2V5H7v4z",4:"M9 15H7v-4H3v4H1V5h2v4h4V5h2v10zm10-2h-1v2h-2v-2h-5v-2l4-6h3v6h1v2zm-3-2V7l-2.8 4H16z",5:"M12.1 12.2c.4.3.7.5 1.1.7.4.2.9.3 1.3.3.5 0 1-.1 1.4-.4.4-.3.6-.7.6-1.1 0-.4-.2-.9-.6-1.1-.4-.3-.9-.4-1.4-.4H14c-.1 0-.3 0-.4.1l-.4.1-.5.2-1-.6.3-5h6.4v1.9h-4.3L14 8.8c.2-.1.5-.1.7-.2.2 0 .5-.1.7-.1.5 0 .9.1 1.4.2.4.1.8.3 1.1.6.3.2.6.6.8.9.2.4.3.9.3 1.4 0 .5-.1 1-.3 1.4-.2.4-.5.8-.9 1.1-.4.3-.8.5-1.3.7-.5.2-1 .3-1.5.3-.8 0-1.6-.1-2.3-.4-.6-.2-1.1-.6-1.6-1-.1-.1 1-1.5 1-1.5zM9 15H7v-4H3v4H1V5h2v4h4V5h2v10z",6:"M9 15H7v-4H3v4H1V5h2v4h4V5h2v10zm8.6-7.5c-.2-.2-.5-.4-.8-.5-.6-.2-1.3-.2-1.9 0-.3.1-.6.3-.8.5l-.6.9c-.2.5-.2.9-.2 1.4.4-.3.8-.6 1.2-.8.4-.2.8-.3 1.3-.3.4 0 .8 0 1.2.2.4.1.7.3 1 .6.3.3.5.6.7.9.2.4.3.8.3 1.3s-.1.9-.3 1.4c-.2.4-.5.7-.8 1-.4.3-.8.5-1.2.6-1 .3-2 .3-3 0-.5-.2-1-.5-1.4-.9-.4-.4-.8-.9-1-1.5-.2-.6-.3-1.3-.3-2.1s.1-1.6.4-2.3c.2-.6.6-1.2 1-1.6.4-.4.9-.7 1.4-.9.6-.3 1.1-.4 1.7-.4.7 0 1.4.1 2 .3.5.2 1 .5 1.4.8 0 .1-1.3 1.4-1.3 1.4zm-2.4 5.8c.2 0 .4 0 .6-.1.2 0 .4-.1.5-.2.1-.1.3-.3.4-.5.1-.2.1-.5.1-.7 0-.4-.1-.8-.4-1.1-.3-.2-.7-.3-1.1-.3-.3 0-.7.1-1 .2-.4.2-.7.4-1 .7 0 .3.1.7.3 1 .1.2.3.4.4.6.2.1.3.3.5.3.2.1.5.2.7.1z"};return o.hasOwnProperty(t)?(0,$e.createElement)(We.SVG,{width:"24",height:"24",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg",isPressed:n},(0,$e.createElement)(We.Path,{d:o[t]})):null}const ha=[1,2,3,4,5,6],va={className:"block-library-heading-level-dropdown"};function ba(e){let{selectedLevel:t,onChange:n}=e;return(0,$e.createElement)(We.ToolbarDropdownMenu,{popoverProps:va,icon:(0,$e.createElement)(ga,{level:t}),label:(0,je.__)("Change heading level"),controls:ha.map((e=>{{const o=e===t;return{icon:(0,$e.createElement)(ga,{level:e,isPressed:o}),label:(0,je.sprintf)((0,je.__)("Heading %d"),e),isActive:o,onClick(){n(e)},role:"menuitemradio"}}}))})}const{attributes:_a,supports:ya}={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/comments-title",title:"Comments Title",category:"theme",ancestor:["core/comments"],description:"Displays a title with the number of comments",textdomain:"default",usesContext:["postId","postType"],attributes:{textAlign:{type:"string"},showPostTitle:{type:"boolean",default:!0},showCommentsCount:{type:"boolean",default:!0},level:{type:"number",default:2}},supports:{anchor:!1,align:!0,html:!1,__experimentalBorder:{radius:!0,color:!0,width:!0,style:!0},color:{gradients:!0,__experimentalDefaultControls:{background:!0,text:!0}},spacing:{margin:!0,padding:!0},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0,__experimentalFontFamily:!0,__experimentalFontStyle:!0,__experimentalFontWeight:!0}}}};var fa=[{attributes:{..._a,singleCommentLabel:{type:"string"},multipleCommentsLabel:{type:"string"}},supports:ya,migrate:e=>{const{singleCommentLabel:t,multipleCommentsLabel:n,...o}=e;return o},isEligible:e=>{let{multipleCommentsLabel:t,singleCommentLabel:n}=e;return t||n},save:()=>null}];const ka={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/comments-title",title:"Comments Title",category:"theme",ancestor:["core/comments"],description:"Displays a title with the number of comments",textdomain:"default",usesContext:["postId","postType"],attributes:{textAlign:{type:"string"},showPostTitle:{type:"boolean",default:!0},showCommentsCount:{type:"boolean",default:!0},level:{type:"number",default:2}},supports:{anchor:!1,align:!0,html:!1,__experimentalBorder:{radius:!0,color:!0,width:!0,style:!0},color:{gradients:!0,__experimentalDefaultControls:{background:!0,text:!0}},spacing:{margin:!0,padding:!0},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0,__experimentalFontFamily:!0,__experimentalFontStyle:!0,__experimentalFontWeight:!0}}}},{name:xa}=ka,wa={icon:pa,edit:function(e){let{attributes:{textAlign:t,showPostTitle:n,showCommentsCount:o,level:r},setAttributes:a,context:{postType:l,postId:i}}=e;const s="h"+r,[c,u]=(0,$e.useState)(),[m]=(0,lt.useEntityProp)("postType",l,"title",i),d=void 0===i,p=(0,Ze.useBlockProps)({className:rt()({[`has-text-align-${t}`]:t})}),{threadCommentsDepth:g,threadComments:h,commentsPerPage:v,pageComments:b}=(0,it.useSelect)((e=>{const{getSettings:t}=e(Ze.store);return t().__experimentalDiscussionSettings}));(0,$e.useEffect)((()=>{if(d){const e=h?Math.min(g,3)-1:0,t=b?v:3,n=parseInt(e)+parseInt(t);return void u(Math.min(n,3))}const e=i;Ir()({path:(0,at.addQueryArgs)("/wp/v2/comments",{post:i,_fields:"id"}),method:"HEAD",parse:!1}).then((t=>{e===i&&u(parseInt(t.headers.get("X-WP-Total")))})).catch((()=>{u(0)}))}),[i]);const _=(0,$e.createElement)(Ze.BlockControls,{group:"block"},(0,$e.createElement)(Ze.AlignmentControl,{value:t,onChange:e=>a({textAlign:e})}),(0,$e.createElement)(ba,{selectedLevel:r,onChange:e=>a({level:e})})),y=(0,$e.createElement)(Ze.InspectorControls,null,(0,$e.createElement)(We.PanelBody,{title:(0,je.__)("Settings")},(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Show post title"),checked:n,onChange:e=>a({showPostTitle:e})}),(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Show comments count"),checked:o,onChange:e=>a({showCommentsCount:e})}))),f=d?(0,je.__)('"Post Title"'):`"${m}"`;let k;return k=o&&void 0!==c?n?1===c?(0,je.sprintf)((0,je.__)("One response to %s"),f):(0,je.sprintf)((0,je._n)("%1$s response to %2$s","%1$s responses to %2$s",c),c,f):1===c?(0,je.__)("One response"):(0,je.sprintf)((0,je._n)("%s response","%s responses",c),c):n?1===c?(0,je.sprintf)((0,je.__)("Response to %s"),f):(0,je.sprintf)((0,je.__)("Responses to %s"),f):1===c?(0,je.__)("Response"):(0,je.__)("Responses"),(0,$e.createElement)($e.Fragment,null,_,y,(0,$e.createElement)(s,p,k))},deprecated:fa},Ea=()=>qe({name:xa,metadata:ka,settings:wa});var Ca=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M18.7 3H5.3C4 3 3 4 3 5.3v13.4C3 20 4 21 5.3 21h13.4c1.3 0 2.3-1 2.3-2.3V5.3C21 4 20 3 18.7 3zm.8 15.7c0 .4-.4.8-.8.8H5.3c-.4 0-.8-.4-.8-.8V5.3c0-.4.4-.8.8-.8h6.2v8.9l2.5-3.1 2.5 3.1V4.5h2.2c.4 0 .8.4.8.8v13.4z"}));const Sa={"top left":"is-position-top-left","top center":"is-position-top-center","top right":"is-position-top-right","center left":"is-position-center-left","center center":"is-position-center-center",center:"is-position-center-center","center right":"is-position-center-right","bottom left":"is-position-bottom-left","bottom center":"is-position-bottom-center","bottom right":"is-position-bottom-right"},Ba="image",Ta="video",Na={x:.5,y:.5},Pa=["image","video"];function Ia(){let{x:e,y:t}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Na;return`${Math.round(100*e)}% ${Math.round(100*t)}%`}function za(e){return 50===e||void 0===!e?null:"has-background-dim-"+10*Math.round(e/10)}function Ma(e){return!e||"center center"===e||"center"===e}function La(e){return Ma(e)?"":Sa[e]}function Ra(e){return e?{backgroundImage:`url(${e})`}:{}}function Aa(e){return 0!==e&&50!==e&&e?"has-background-dim-"+10*Math.round(e/10):null}function Va(e){return{...e,dimRatio:e.url?e.dimRatio:100}}const Ha={url:{type:"string"},id:{type:"number"},hasParallax:{type:"boolean",default:!1},dimRatio:{type:"number",default:50},overlayColor:{type:"string"},customOverlayColor:{type:"string"},backgroundType:{type:"string",default:"image"},focalPoint:{type:"object"}},Fa={url:{type:"string"},id:{type:"number"},alt:{type:"string",source:"attribute",selector:"img",attribute:"alt",default:""},hasParallax:{type:"boolean",default:!1},isRepeated:{type:"boolean",default:!1},dimRatio:{type:"number",default:100},overlayColor:{type:"string"},customOverlayColor:{type:"string"},backgroundType:{type:"string",default:"image"},focalPoint:{type:"object"},minHeight:{type:"number"},minHeightUnit:{type:"string"},gradient:{type:"string"},customGradient:{type:"string"},contentPosition:{type:"string"},isDark:{type:"boolean",default:!0},allowedBlocks:{type:"array"},templateLock:{type:["string","boolean"],enum:["all","insert",!1]}},Da={anchor:!0,align:!0,html:!1,spacing:{padding:!0,__experimentalDefaultControls:{padding:!0}},color:{__experimentalDuotone:"> .wp-block-cover__image-background, > .wp-block-cover__video-background",text:!1,background:!1}},Ga={attributes:Fa,supports:Da,save(e){let{attributes:t}=e;const{backgroundType:n,gradient:o,contentPosition:r,customGradient:a,customOverlayColor:l,dimRatio:i,focalPoint:s,useFeaturedImage:c,hasParallax:u,isDark:m,isRepeated:d,overlayColor:p,url:g,alt:h,id:v,minHeight:b,minHeightUnit:_}=t,y=(0,Ze.getColorClassName)("background-color",p),f=(0,Ze.__experimentalGetGradientClass)(o),k=b&&_?`${b}${_}`:b,x=Ba===n,w=Ta===n,E=!(u||d),C={...!x||E||c?{}:Ra(g),minHeight:k||void 0},S={backgroundColor:y?void 0:l,background:a||void 0},B=s&&E?`${Math.round(100*s.x)}% ${Math.round(100*s.y)}%`:void 0,T=rt()({"is-light":!m,"has-parallax":u,"is-repeated":d,"has-custom-content-position":!Ma(r)},La(r)),N=o||a;return(0,$e.createElement)("div",Ze.useBlockProps.save({className:T,style:C}),(0,$e.createElement)("span",{"aria-hidden":"true",className:rt()("wp-block-cover__background",y,za(i),{"has-background-dim":void 0!==i,"wp-block-cover__gradient-background":g&&N&&0!==i,"has-background-gradient":N,[f]:f}),style:S}),!c&&x&&E&&g&&(0,$e.createElement)("img",{className:rt()("wp-block-cover__image-background",v?`wp-image-${v}`:null),alt:h,src:g,style:{objectPosition:B},"data-object-fit":"cover","data-object-position":B}),w&&g&&(0,$e.createElement)("video",{className:rt()("wp-block-cover__video-background","intrinsic-ignore"),autoPlay:!0,muted:!0,loop:!0,playsInline:!0,src:g,style:{objectPosition:B},"data-object-fit":"cover","data-object-position":B}),(0,$e.createElement)("div",Ze.useInnerBlocksProps.save({className:"wp-block-cover__inner-container"})))}},$a={attributes:Fa,supports:Da,save(e){let{attributes:t}=e;const{backgroundType:n,gradient:o,contentPosition:r,customGradient:a,customOverlayColor:l,dimRatio:i,focalPoint:s,hasParallax:c,isDark:u,isRepeated:m,overlayColor:d,url:p,alt:g,id:h,minHeight:v,minHeightUnit:b}=t,_=(0,Ze.getColorClassName)("background-color",d),y=(0,Ze.__experimentalGetGradientClass)(o),f=b?`${v}${b}`:v,k=Ba===n,x=Ta===n,w=!(c||m),E={...k&&!w?Ra(p):{},minHeight:f||void 0},C={backgroundColor:_?void 0:l,background:a||void 0},S=s&&w?`${Math.round(100*s.x)}% ${Math.round(100*s.y)}%`:void 0,B=rt()({"is-light":!u,"has-parallax":c,"is-repeated":m,"has-custom-content-position":!Ma(r)},La(r)),T=o||a;return(0,$e.createElement)("div",Ze.useBlockProps.save({className:B,style:E}),(0,$e.createElement)("span",{"aria-hidden":"true",className:rt()("wp-block-cover__background",_,za(i),{"has-background-dim":void 0!==i,"wp-block-cover__gradient-background":p&&T&&0!==i,"has-background-gradient":T,[y]:y}),style:C}),k&&w&&p&&(0,$e.createElement)("img",{className:rt()("wp-block-cover__image-background",h?`wp-image-${h}`:null),alt:g,src:p,style:{objectPosition:S},"data-object-fit":"cover","data-object-position":S}),x&&p&&(0,$e.createElement)("video",{className:rt()("wp-block-cover__video-background","intrinsic-ignore"),autoPlay:!0,muted:!0,loop:!0,playsInline:!0,src:p,style:{objectPosition:S},"data-object-fit":"cover","data-object-position":S}),(0,$e.createElement)("div",Ze.useInnerBlocksProps.save({className:"wp-block-cover__inner-container"})))}},Ua={attributes:Fa,supports:Da,save(e){let{attributes:t}=e;const{backgroundType:n,gradient:o,contentPosition:r,customGradient:a,customOverlayColor:l,dimRatio:i,focalPoint:s,hasParallax:c,isDark:u,isRepeated:m,overlayColor:d,url:p,alt:g,id:h,minHeight:v,minHeightUnit:b}=t,_=(0,Ze.getColorClassName)("background-color",d),y=(0,Ze.__experimentalGetGradientClass)(o),f=b?`${v}${b}`:v,k=Ba===n,x=Ta===n,w=!(c||m),E={...k&&!w?Ra(p):{},minHeight:f||void 0},C={backgroundColor:_?void 0:l,background:a||void 0},S=s&&w?`${Math.round(100*s.x)}% ${Math.round(100*s.y)}%`:void 0,B=rt()({"is-light":!u,"has-parallax":c,"is-repeated":m,"has-custom-content-position":!Ma(r)},La(r));return(0,$e.createElement)("div",Ze.useBlockProps.save({className:B,style:E}),(0,$e.createElement)("span",{"aria-hidden":"true",className:rt()(_,za(i),"wp-block-cover__gradient-background",y,{"has-background-dim":void 0!==i,"has-background-gradient":o||a,[y]:!p&&y}),style:C}),k&&w&&p&&(0,$e.createElement)("img",{className:rt()("wp-block-cover__image-background",h?`wp-image-${h}`:null),alt:g,src:p,style:{objectPosition:S},"data-object-fit":"cover","data-object-position":S}),x&&p&&(0,$e.createElement)("video",{className:rt()("wp-block-cover__video-background","intrinsic-ignore"),autoPlay:!0,muted:!0,loop:!0,playsInline:!0,src:p,style:{objectPosition:S},"data-object-fit":"cover","data-object-position":S}),(0,$e.createElement)("div",Ze.useInnerBlocksProps.save({className:"wp-block-cover__inner-container"})))}},Oa={attributes:{...Ha,isRepeated:{type:"boolean",default:!1},minHeight:{type:"number"},minHeightUnit:{type:"string"},gradient:{type:"string"},customGradient:{type:"string"},contentPosition:{type:"string"},alt:{type:"string",source:"attribute",selector:"img",attribute:"alt",default:""}},supports:Da,save(e){let{attributes:t}=e;const{backgroundType:n,gradient:o,contentPosition:r,customGradient:a,customOverlayColor:l,dimRatio:i,focalPoint:s,hasParallax:c,isRepeated:u,overlayColor:m,url:d,alt:p,id:g,minHeight:h,minHeightUnit:v}=t,b=(0,Ze.getColorClassName)("background-color",m),_=(0,Ze.__experimentalGetGradientClass)(o),y=v?`${h}${v}`:h,f=Ba===n,k=Ta===n,x=!(c||u),w={...f&&!x?Ra(d):{},backgroundColor:b?void 0:l,background:a&&!d?a:void 0,minHeight:y||void 0},E=s&&x?`${Math.round(100*s.x)}% ${Math.round(100*s.y)}%`:void 0,C=rt()(Aa(i),b,{"has-background-dim":0!==i,"has-parallax":c,"is-repeated":u,"has-background-gradient":o||a,[_]:!d&&_,"has-custom-content-position":!Ma(r)},La(r));return(0,$e.createElement)("div",Ze.useBlockProps.save({className:C,style:w}),d&&(o||a)&&0!==i&&(0,$e.createElement)("span",{"aria-hidden":"true",className:rt()("wp-block-cover__gradient-background",_),style:a?{background:a}:void 0}),f&&x&&d&&(0,$e.createElement)("img",{className:rt()("wp-block-cover__image-background",g?`wp-image-${g}`:null),alt:p,src:d,style:{objectPosition:E},"data-object-fit":"cover","data-object-position":E}),k&&d&&(0,$e.createElement)("video",{className:rt()("wp-block-cover__video-background","intrinsic-ignore"),autoPlay:!0,muted:!0,loop:!0,playsInline:!0,src:d,style:{objectPosition:E},"data-object-fit":"cover","data-object-position":E}),(0,$e.createElement)("div",{className:"wp-block-cover__inner-container"},(0,$e.createElement)(Ze.InnerBlocks.Content,null)))},migrate:Va},qa={attributes:{...Ha,isRepeated:{type:"boolean",default:!1},minHeight:{type:"number"},minHeightUnit:{type:"string"},gradient:{type:"string"},customGradient:{type:"string"},contentPosition:{type:"string"}},supports:{align:!0},save(e){let{attributes:t}=e;const{backgroundType:n,gradient:o,contentPosition:r,customGradient:a,customOverlayColor:l,dimRatio:i,focalPoint:s,hasParallax:c,isRepeated:u,overlayColor:m,url:d,minHeight:p,minHeightUnit:g}=t,h=(0,Ze.getColorClassName)("background-color",m),v=(0,Ze.__experimentalGetGradientClass)(o),b=g?`${p}${g}`:p,_=Ba===n,y=Ta===n,f=_?Ra(d):{},k={};let x;h||(f.backgroundColor=l),a&&!d&&(f.background=a),f.minHeight=b||void 0,s&&(x=`${Math.round(100*s.x)}% ${Math.round(100*s.y)}%`,_&&!c&&(f.backgroundPosition=x),y&&(k.objectPosition=x));const w=rt()(Aa(i),h,{"has-background-dim":0!==i,"has-parallax":c,"is-repeated":u,"has-background-gradient":o||a,[v]:!d&&v,"has-custom-content-position":!Ma(r)},La(r));return(0,$e.createElement)("div",Ze.useBlockProps.save({className:w,style:f}),d&&(o||a)&&0!==i&&(0,$e.createElement)("span",{"aria-hidden":"true",className:rt()("wp-block-cover__gradient-background",v),style:a?{background:a}:void 0}),y&&d&&(0,$e.createElement)("video",{className:"wp-block-cover__video-background",autoPlay:!0,muted:!0,loop:!0,playsInline:!0,src:d,style:k}),(0,$e.createElement)("div",{className:"wp-block-cover__inner-container"},(0,$e.createElement)(Ze.InnerBlocks.Content,null)))},migrate:Va},Wa={attributes:{...Ha,minHeight:{type:"number"},gradient:{type:"string"},customGradient:{type:"string"}},supports:{align:!0},save(e){let{attributes:t}=e;const{backgroundType:n,gradient:o,customGradient:r,customOverlayColor:a,dimRatio:l,focalPoint:i,hasParallax:s,overlayColor:c,url:u,minHeight:m}=t,d=(0,Ze.getColorClassName)("background-color",c),p=(0,Ze.__experimentalGetGradientClass)(o),g=n===Ba?Ra(u):{};d||(g.backgroundColor=a),i&&!s&&(g.backgroundPosition=`${Math.round(100*i.x)}% ${Math.round(100*i.y)}%`),r&&!u&&(g.background=r),g.minHeight=m||void 0;const h=rt()(Aa(l),d,{"has-background-dim":0!==l,"has-parallax":s,"has-background-gradient":r,[p]:!u&&p});return(0,$e.createElement)("div",{className:h,style:g},u&&(o||r)&&0!==l&&(0,$e.createElement)("span",{"aria-hidden":"true",className:rt()("wp-block-cover__gradient-background",p),style:r?{background:r}:void 0}),Ta===n&&u&&(0,$e.createElement)("video",{className:"wp-block-cover__video-background",autoPlay:!0,muted:!0,loop:!0,src:u}),(0,$e.createElement)("div",{className:"wp-block-cover__inner-container"},(0,$e.createElement)(Ze.InnerBlocks.Content,null)))},migrate:Va},ja={attributes:{...Ha,minHeight:{type:"number"},gradient:{type:"string"},customGradient:{type:"string"}},supports:{align:!0},save(e){let{attributes:t}=e;const{backgroundType:n,gradient:o,customGradient:r,customOverlayColor:a,dimRatio:l,focalPoint:i,hasParallax:s,overlayColor:c,url:u,minHeight:m}=t,d=(0,Ze.getColorClassName)("background-color",c),p=(0,Ze.__experimentalGetGradientClass)(o),g=n===Ba?Ra(u):{};d||(g.backgroundColor=a),i&&!s&&(g.backgroundPosition=`${100*i.x}% ${100*i.y}%`),r&&!u&&(g.background=r),g.minHeight=m||void 0;const h=rt()(Aa(l),d,{"has-background-dim":0!==l,"has-parallax":s,"has-background-gradient":r,[p]:!u&&p});return(0,$e.createElement)("div",{className:h,style:g},u&&(o||r)&&0!==l&&(0,$e.createElement)("span",{"aria-hidden":"true",className:rt()("wp-block-cover__gradient-background",p),style:r?{background:r}:void 0}),Ta===n&&u&&(0,$e.createElement)("video",{className:"wp-block-cover__video-background",autoPlay:!0,muted:!0,loop:!0,src:u}),(0,$e.createElement)("div",{className:"wp-block-cover__inner-container"},(0,$e.createElement)(Ze.InnerBlocks.Content,null)))},migrate:Va},Za={attributes:{...Ha,title:{type:"string",source:"html",selector:"p"},contentAlign:{type:"string",default:"center"}},supports:{align:!0},save(e){let{attributes:t}=e;const{backgroundType:n,contentAlign:o,customOverlayColor:r,dimRatio:a,focalPoint:l,hasParallax:i,overlayColor:s,title:c,url:u}=t,m=(0,Ze.getColorClassName)("background-color",s),d=n===Ba?Ra(u):{};m||(d.backgroundColor=r),l&&!i&&(d.backgroundPosition=`${100*l.x}% ${100*l.y}%`);const p=rt()(Aa(a),m,{"has-background-dim":0!==a,"has-parallax":i,[`has-${o}-content`]:"center"!==o});return(0,$e.createElement)("div",{className:p,style:d},Ta===n&&u&&(0,$e.createElement)("video",{className:"wp-block-cover__video-background",autoPlay:!0,muted:!0,loop:!0,src:u}),!Ze.RichText.isEmpty(c)&&(0,$e.createElement)(Ze.RichText.Content,{tagName:"p",className:"wp-block-cover-text",value:c}))},migrate(e){const t={...e,dimRatio:e.url?e.dimRatio:100},{title:n,contentAlign:o,...r}=t;return[r,[(0,Ge.createBlock)("core/paragraph",{content:e.title,align:e.contentAlign,fontSize:"large",placeholder:(0,je.__)("Write title")})]]}},Qa={attributes:{...Ha,title:{type:"string",source:"html",selector:"p"},contentAlign:{type:"string",default:"center"},align:{type:"string"}},supports:{className:!1},save(e){let{attributes:t}=e;const{url:n,title:o,hasParallax:r,dimRatio:a,align:l,contentAlign:i,overlayColor:s,customOverlayColor:c}=t,u=(0,Ze.getColorClassName)("background-color",s),m=Ra(n);u||(m.backgroundColor=c);const d=rt()("wp-block-cover-image",Aa(a),u,{"has-background-dim":0!==a,"has-parallax":r,[`has-${i}-content`]:"center"!==i},l?`align${l}`:null);return(0,$e.createElement)("div",{className:d,style:m},!Ze.RichText.isEmpty(o)&&(0,$e.createElement)(Ze.RichText.Content,{tagName:"p",className:"wp-block-cover-image-text",value:o}))},migrate(e){const t={...e,dimRatio:e.url?e.dimRatio:100},{title:n,contentAlign:o,align:r,...a}=t;return[a,[(0,Ge.createBlock)("core/paragraph",{content:e.title,align:e.contentAlign,fontSize:"large",placeholder:(0,je.__)("Write title")})]]}},Ka={attributes:{...Ha,title:{type:"string",source:"html",selector:"h2"},align:{type:"string"},contentAlign:{type:"string",default:"center"}},supports:{className:!1},save(e){let{attributes:t}=e;const{url:n,title:o,hasParallax:r,dimRatio:a,align:l}=t,i=Ra(n),s=rt()("wp-block-cover-image",Aa(a),{"has-background-dim":0!==a,"has-parallax":r},l?`align${l}`:null);return(0,$e.createElement)("section",{className:s,style:i},(0,$e.createElement)(Ze.RichText.Content,{tagName:"h2",value:o}))},migrate(e){const t={...e,dimRatio:e.url?e.dimRatio:100},{title:n,contentAlign:o,align:r,...a}=t;return[a,[(0,Ge.createBlock)("core/paragraph",{content:e.title,align:e.contentAlign,fontSize:"large",placeholder:(0,je.__)("Write title")})]]}};var Ya=[Ga,$a,Ua,Oa,qa,Wa,ja,Za,Qa,Ka],Ja={grad:.9,turn:360,rad:360/(2*Math.PI)},Xa=function(e){return"string"==typeof e?e.length>0:"number"==typeof e},el=function(e,t,n){return void 0===t&&(t=0),void 0===n&&(n=Math.pow(10,t)),Math.round(n*e)/n+0},tl=function(e,t,n){return void 0===t&&(t=0),void 0===n&&(n=1),e>n?n:e>t?e:t},nl=function(e){return(e=isFinite(e)?e%360:0)>0?e:e+360},ol=function(e){return{r:tl(e.r,0,255),g:tl(e.g,0,255),b:tl(e.b,0,255),a:tl(e.a)}},rl=function(e){return{r:el(e.r),g:el(e.g),b:el(e.b),a:el(e.a,3)}},al=/^#([0-9a-f]{3,8})$/i,ll=function(e){var t=e.toString(16);return t.length<2?"0"+t:t},il=function(e){var t=e.r,n=e.g,o=e.b,r=e.a,a=Math.max(t,n,o),l=a-Math.min(t,n,o),i=l?a===t?(n-o)/l:a===n?2+(o-t)/l:4+(t-n)/l:0;return{h:60*(i<0?i+6:i),s:a?l/a*100:0,v:a/255*100,a:r}},sl=function(e){var t=e.h,n=e.s,o=e.v,r=e.a;t=t/360*6,n/=100,o/=100;var a=Math.floor(t),l=o*(1-n),i=o*(1-(t-a)*n),s=o*(1-(1-t+a)*n),c=a%6;return{r:255*[o,i,l,l,s,o][c],g:255*[s,o,o,i,l,l][c],b:255*[l,l,s,o,o,i][c],a:r}},cl=function(e){return{h:nl(e.h),s:tl(e.s,0,100),l:tl(e.l,0,100),a:tl(e.a)}},ul=function(e){return{h:el(e.h),s:el(e.s),l:el(e.l),a:el(e.a,3)}},ml=function(e){return sl((n=(t=e).s,{h:t.h,s:(n*=((o=t.l)<50?o:100-o)/100)>0?2*n/(o+n)*100:0,v:o+n,a:t.a}));var t,n,o},dl=function(e){return{h:(t=il(e)).h,s:(r=(200-(n=t.s))*(o=t.v)/100)>0&&r<200?n*o/100/(r<=100?r:200-r)*100:0,l:r/2,a:t.a};var t,n,o,r},pl=/^hsla?\(\s*([+-]?\d*\.?\d+)(deg|rad|grad|turn)?\s*,\s*([+-]?\d*\.?\d+)%\s*,\s*([+-]?\d*\.?\d+)%\s*(?:,\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,gl=/^hsla?\(\s*([+-]?\d*\.?\d+)(deg|rad|grad|turn)?\s+([+-]?\d*\.?\d+)%\s+([+-]?\d*\.?\d+)%\s*(?:\/\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,hl=/^rgba?\(\s*([+-]?\d*\.?\d+)(%)?\s*,\s*([+-]?\d*\.?\d+)(%)?\s*,\s*([+-]?\d*\.?\d+)(%)?\s*(?:,\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,vl=/^rgba?\(\s*([+-]?\d*\.?\d+)(%)?\s+([+-]?\d*\.?\d+)(%)?\s+([+-]?\d*\.?\d+)(%)?\s*(?:\/\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,bl={string:[[function(e){var t=al.exec(e);return t?(e=t[1]).length<=4?{r:parseInt(e[0]+e[0],16),g:parseInt(e[1]+e[1],16),b:parseInt(e[2]+e[2],16),a:4===e.length?el(parseInt(e[3]+e[3],16)/255,2):1}:6===e.length||8===e.length?{r:parseInt(e.substr(0,2),16),g:parseInt(e.substr(2,2),16),b:parseInt(e.substr(4,2),16),a:8===e.length?el(parseInt(e.substr(6,2),16)/255,2):1}:null:null},"hex"],[function(e){var t=hl.exec(e)||vl.exec(e);return t?t[2]!==t[4]||t[4]!==t[6]?null:ol({r:Number(t[1])/(t[2]?100/255:1),g:Number(t[3])/(t[4]?100/255:1),b:Number(t[5])/(t[6]?100/255:1),a:void 0===t[7]?1:Number(t[7])/(t[8]?100:1)}):null},"rgb"],[function(e){var t=pl.exec(e)||gl.exec(e);if(!t)return null;var n,o,r=cl({h:(n=t[1],o=t[2],void 0===o&&(o="deg"),Number(n)*(Ja[o]||1)),s:Number(t[3]),l:Number(t[4]),a:void 0===t[5]?1:Number(t[5])/(t[6]?100:1)});return ml(r)},"hsl"]],object:[[function(e){var t=e.r,n=e.g,o=e.b,r=e.a,a=void 0===r?1:r;return Xa(t)&&Xa(n)&&Xa(o)?ol({r:Number(t),g:Number(n),b:Number(o),a:Number(a)}):null},"rgb"],[function(e){var t=e.h,n=e.s,o=e.l,r=e.a,a=void 0===r?1:r;if(!Xa(t)||!Xa(n)||!Xa(o))return null;var l=cl({h:Number(t),s:Number(n),l:Number(o),a:Number(a)});return ml(l)},"hsl"],[function(e){var t=e.h,n=e.s,o=e.v,r=e.a,a=void 0===r?1:r;if(!Xa(t)||!Xa(n)||!Xa(o))return null;var l=function(e){return{h:nl(e.h),s:tl(e.s,0,100),v:tl(e.v,0,100),a:tl(e.a)}}({h:Number(t),s:Number(n),v:Number(o),a:Number(a)});return sl(l)},"hsv"]]},_l=function(e,t){for(var n=0;n<t.length;n++){var o=t[n][0](e);if(o)return[o,t[n][1]]}return[null,void 0]},yl=function(e){return"string"==typeof e?_l(e.trim(),bl.string):"object"==typeof e&&null!==e?_l(e,bl.object):[null,void 0]},fl=function(e,t){var n=dl(e);return{h:n.h,s:tl(n.s+100*t,0,100),l:n.l,a:n.a}},kl=function(e){return(299*e.r+587*e.g+114*e.b)/1e3/255},xl=function(e,t){var n=dl(e);return{h:n.h,s:n.s,l:tl(n.l+100*t,0,100),a:n.a}},wl=function(){function e(e){this.parsed=yl(e)[0],this.rgba=this.parsed||{r:0,g:0,b:0,a:1}}return e.prototype.isValid=function(){return null!==this.parsed},e.prototype.brightness=function(){return el(kl(this.rgba),2)},e.prototype.isDark=function(){return kl(this.rgba)<.5},e.prototype.isLight=function(){return kl(this.rgba)>=.5},e.prototype.toHex=function(){return t=(e=rl(this.rgba)).r,n=e.g,o=e.b,a=(r=e.a)<1?ll(el(255*r)):"","#"+ll(t)+ll(n)+ll(o)+a;var e,t,n,o,r,a},e.prototype.toRgb=function(){return rl(this.rgba)},e.prototype.toRgbString=function(){return t=(e=rl(this.rgba)).r,n=e.g,o=e.b,(r=e.a)<1?"rgba("+t+", "+n+", "+o+", "+r+")":"rgb("+t+", "+n+", "+o+")";var e,t,n,o,r},e.prototype.toHsl=function(){return ul(dl(this.rgba))},e.prototype.toHslString=function(){return t=(e=ul(dl(this.rgba))).h,n=e.s,o=e.l,(r=e.a)<1?"hsla("+t+", "+n+"%, "+o+"%, "+r+")":"hsl("+t+", "+n+"%, "+o+"%)";var e,t,n,o,r},e.prototype.toHsv=function(){return e=il(this.rgba),{h:el(e.h),s:el(e.s),v:el(e.v),a:el(e.a,3)};var e},e.prototype.invert=function(){return El({r:255-(e=this.rgba).r,g:255-e.g,b:255-e.b,a:e.a});var e},e.prototype.saturate=function(e){return void 0===e&&(e=.1),El(fl(this.rgba,e))},e.prototype.desaturate=function(e){return void 0===e&&(e=.1),El(fl(this.rgba,-e))},e.prototype.grayscale=function(){return El(fl(this.rgba,-1))},e.prototype.lighten=function(e){return void 0===e&&(e=.1),El(xl(this.rgba,e))},e.prototype.darken=function(e){return void 0===e&&(e=.1),El(xl(this.rgba,-e))},e.prototype.rotate=function(e){return void 0===e&&(e=15),this.hue(this.hue()+e)},e.prototype.alpha=function(e){return"number"==typeof e?El({r:(t=this.rgba).r,g:t.g,b:t.b,a:e}):el(this.rgba.a,3);var t},e.prototype.hue=function(e){var t=dl(this.rgba);return"number"==typeof e?El({h:e,s:t.s,l:t.l,a:t.a}):el(t.h)},e.prototype.isEqual=function(e){return this.toHex()===El(e).toHex()},e}(),El=function(e){return e instanceof wl?e:new wl(e)},Cl=[];var Sl=n(5027),Bl=n.n(Sl);function Tl(){return Tl.fastAverageColor||(Tl.fastAverageColor=new(Bl())),Tl.fastAverageColor}function Nl(e){let{onChange:t,onUnitChange:n,unit:o="px",value:r=""}=e;const a=`block-cover-height-input-${(0,Zt.useInstanceId)(We.__experimentalUnitControl)}`,l="px"===o,i=(0,We.__experimentalUseCustomUnits)({availableUnits:(0,Ze.useSetting)("spacing.units")||["px","em","rem","vw","vh"],defaultValues:{px:430,"%":20,em:20,rem:20,vw:20,vh:50}}),s=(0,$e.useMemo)((()=>{const[e]=(0,We.__experimentalParseQuantityAndUnitFromRawValue)(r);return[e,o].join("")}),[o,r]),c=l?50:0;return(0,$e.createElement)(We.BaseControl,{label:(0,je.__)("Minimum height of cover"),id:a},(0,$e.createElement)(We.__experimentalUnitControl,{id:a,isResetValueOnUnitChange:!0,min:c,onChange:e=>{const n=""!==e?parseFloat(e):void 0;isNaN(n)&&void 0!==n||t(n)},onUnitChange:n,style:{maxWidth:80},units:i,value:s}))}function Pl(e){let{attributes:t,setAttributes:n,clientId:o,setOverlayColor:r,coverRef:a,currentSettings:l}=e;const{useFeaturedImage:i,dimRatio:s,focalPoint:c,hasParallax:u,isRepeated:m,minHeight:d,minHeightUnit:p,alt:g}=t,{isVideoBackground:h,isImageBackground:v,mediaElement:b,url:_,isImgElement:y,overlayColor:f}=l,{gradientValue:k,setGradient:x}=(0,Ze.__experimentalUseGradient)(),w=h||v&&(!u||m),E=e=>{const[t,n]=b.current?[b.current.style,"objectPosition"]:[a.current.style,"backgroundPosition"];t[n]=Ia(e)},C=(0,Ze.__experimentalUseMultipleOriginColorsAndGradients)();return(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Ze.InspectorControls,null,!!_&&(0,$e.createElement)(We.PanelBody,{title:(0,je.__)("Media settings")},v&&(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Fixed background"),checked:u,onChange:()=>{n({hasParallax:!u,...u?{}:{focalPoint:void 0}})}}),(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Repeated background"),checked:m,onChange:()=>{n({isRepeated:!m})}})),w&&(0,$e.createElement)(We.FocalPointPicker,{label:(0,je.__)("Focal point picker"),url:_,value:c,onDragStart:E,onDrag:E,onChange:e=>n({focalPoint:e})}),!i&&_&&v&&y&&(0,$e.createElement)(We.TextareaControl,{label:(0,je.__)("Alt text (alternative text)"),value:g,onChange:e=>n({alt:e}),help:(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(We.ExternalLink,{href:"https://www.w3.org/WAI/tutorials/images/decision-tree"},(0,je.__)("Describe the purpose of the image")),(0,je.__)("Leave empty if the image is purely decorative."))}),(0,$e.createElement)(We.PanelRow,null,(0,$e.createElement)(We.Button,{variant:"secondary",isSmall:!0,className:"block-library-cover__reset-button",onClick:()=>n({url:void 0,id:void 0,backgroundType:void 0,focalPoint:void 0,hasParallax:void 0,isRepeated:void 0,useFeaturedImage:!1})},(0,je.__)("Clear Media"))))),(0,$e.createElement)(Ze.InspectorControls,{__experimentalGroup:"color"},(0,$e.createElement)(Ze.__experimentalColorGradientSettingsDropdown,nt({__experimentalHasMultipleOrigins:!0,__experimentalIsRenderedInSidebar:!0,settings:[{colorValue:f.color,gradientValue:k,label:(0,je.__)("Overlay"),onColorChange:r,onGradientChange:x,isShownByDefault:!0,resetAllFilter:()=>({overlayColor:void 0,customOverlayColor:void 0,gradient:void 0,customGradient:void 0})}],panelId:o},C)),(0,$e.createElement)(We.__experimentalToolsPanelItem,{hasValue:()=>void 0!==s&&s!==(_?50:100),label:(0,je.__)("Overlay opacity"),onDeselect:()=>n({dimRatio:_?50:100}),resetAllFilter:()=>({dimRatio:_?50:100}),isShownByDefault:!0,panelId:o},(0,$e.createElement)(We.RangeControl,{label:(0,je.__)("Overlay opacity"),value:s,onChange:e=>n({dimRatio:e}),min:0,max:100,step:10,required:!0}))),(0,$e.createElement)(Ze.InspectorControls,{__experimentalGroup:"dimensions"},(0,$e.createElement)(We.__experimentalToolsPanelItem,{hasValue:()=>!!d,label:(0,je.__)("Minimum height"),onDeselect:()=>n({minHeight:void 0,minHeightUnit:void 0}),resetAllFilter:()=>({minHeight:void 0,minHeightUnit:void 0}),isShownByDefault:!0,panelId:o},(0,$e.createElement)(Nl,{value:d,unit:p,onChange:e=>n({minHeight:e}),onUnitChange:e=>n({minHeightUnit:e})}))))}function Il(e){let{attributes:t,setAttributes:n,onSelectMedia:o,currentSettings:r,toggleUseFeaturedImage:a}=e;const{contentPosition:l,id:i,useFeaturedImage:s,minHeight:c,minHeightUnit:u}=t,{hasInnerBlocks:m,url:d}=r,[p,g]=(0,$e.useState)(c),[h,v]=(0,$e.useState)(u),b="vh"===u&&100===c;return(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Ze.BlockControls,{group:"block"},(0,$e.createElement)(Ze.__experimentalBlockAlignmentMatrixControl,{label:(0,je.__)("Change content position"),value:l,onChange:e=>n({contentPosition:e}),isDisabled:!m}),(0,$e.createElement)(Ze.__experimentalBlockFullHeightAligmentControl,{isActive:b,onToggle:()=>b?n("vh"===h&&100===p?{minHeight:void 0,minHeightUnit:void 0}:{minHeight:p,minHeightUnit:h}):(g(c),v(u),n({minHeight:100,minHeightUnit:"vh"})),isDisabled:!m})),(0,$e.createElement)(Ze.BlockControls,{group:"other"},(0,$e.createElement)(Ze.MediaReplaceFlow,{mediaId:i,mediaURL:d,allowedTypes:Pa,accept:"image/*,video/*",onSelect:o,onToggleFeaturedImage:a,useFeaturedImage:s,name:d?(0,je.__)("Replace"):(0,je.__)("Add Media")})))}function zl(e){let{disableMediaButtons:t=!1,children:n,onSelectMedia:o,onError:r,style:a,toggleUseFeaturedImage:l}=e;return(0,$e.createElement)(Ze.MediaPlaceholder,{icon:(0,$e.createElement)(Ze.BlockIcon,{icon:Ca}),labels:{title:(0,je.__)("Cover"),instructions:(0,je.__)("Drag and drop onto this block, upload, or select existing media from your library.")},onSelect:o,accept:"image/*,video/*",allowedTypes:Pa,disableMediaButtons:t,onToggleFeaturedImage:l,onError:r,style:a},n)}const Ml={top:!1,right:!1,bottom:!0,left:!1,topRight:!1,bottomRight:!1,bottomLeft:!1,topLeft:!1};function Ll(e){let{className:t,onResizeStart:n,onResize:o,onResizeStop:r,...a}=e;const[l,i]=(0,$e.useState)(!1);return(0,$e.createElement)(We.ResizableBox,nt({className:rt()(t,{"is-resizing":l}),enable:Ml,onResizeStart:(e,t,r)=>{n(r.clientHeight),o(r.clientHeight)},onResize:(e,t,n)=>{o(n.clientHeight),l||i(!0)},onResizeStop:(e,t,n)=>{r(n.clientHeight),i(!1)},__experimentalShowTooltip:!0,__experimentalTooltipProps:{axis:"y",position:"bottom",isVisible:l}},a))}!function(e){e.forEach((function(e){Cl.indexOf(e)<0&&(e(wl,bl),Cl.push(e))}))}([function(e,t){var n={white:"#ffffff",bisque:"#ffe4c4",blue:"#0000ff",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",antiquewhite:"#faebd7",aqua:"#00ffff",azure:"#f0ffff",whitesmoke:"#f5f5f5",papayawhip:"#ffefd5",plum:"#dda0dd",blanchedalmond:"#ffebcd",black:"#000000",gold:"#ffd700",goldenrod:"#daa520",gainsboro:"#dcdcdc",cornsilk:"#fff8dc",cornflowerblue:"#6495ed",burlywood:"#deb887",aquamarine:"#7fffd4",beige:"#f5f5dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkkhaki:"#bdb76b",darkgray:"#a9a9a9",darkgreen:"#006400",darkgrey:"#a9a9a9",peachpuff:"#ffdab9",darkmagenta:"#8b008b",darkred:"#8b0000",darkorchid:"#9932cc",darkorange:"#ff8c00",darkslateblue:"#483d8b",gray:"#808080",darkslategray:"#2f4f4f",darkslategrey:"#2f4f4f",deeppink:"#ff1493",deepskyblue:"#00bfff",wheat:"#f5deb3",firebrick:"#b22222",floralwhite:"#fffaf0",ghostwhite:"#f8f8ff",darkviolet:"#9400d3",magenta:"#ff00ff",green:"#008000",dodgerblue:"#1e90ff",grey:"#808080",honeydew:"#f0fff0",hotpink:"#ff69b4",blueviolet:"#8a2be2",forestgreen:"#228b22",lawngreen:"#7cfc00",indianred:"#cd5c5c",indigo:"#4b0082",fuchsia:"#ff00ff",brown:"#a52a2a",maroon:"#800000",mediumblue:"#0000cd",lightcoral:"#f08080",darkturquoise:"#00ced1",lightcyan:"#e0ffff",ivory:"#fffff0",lightyellow:"#ffffe0",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",linen:"#faf0e6",mediumaquamarine:"#66cdaa",lemonchiffon:"#fffacd",lime:"#00ff00",khaki:"#f0e68c",mediumseagreen:"#3cb371",limegreen:"#32cd32",mediumspringgreen:"#00fa9a",lightskyblue:"#87cefa",lightblue:"#add8e6",midnightblue:"#191970",lightpink:"#ffb6c1",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",mintcream:"#f5fffa",lightslategray:"#778899",lightslategrey:"#778899",navajowhite:"#ffdead",navy:"#000080",mediumvioletred:"#c71585",powderblue:"#b0e0e6",palegoldenrod:"#eee8aa",oldlace:"#fdf5e6",paleturquoise:"#afeeee",mediumturquoise:"#48d1cc",mediumorchid:"#ba55d3",rebeccapurple:"#663399",lightsteelblue:"#b0c4de",mediumslateblue:"#7b68ee",thistle:"#d8bfd8",tan:"#d2b48c",orchid:"#da70d6",mediumpurple:"#9370db",purple:"#800080",pink:"#ffc0cb",skyblue:"#87ceeb",springgreen:"#00ff7f",palegreen:"#98fb98",red:"#ff0000",yellow:"#ffff00",slateblue:"#6a5acd",lavenderblush:"#fff0f5",peru:"#cd853f",palevioletred:"#db7093",violet:"#ee82ee",teal:"#008080",slategray:"#708090",slategrey:"#708090",aliceblue:"#f0f8ff",darkseagreen:"#8fbc8f",darkolivegreen:"#556b2f",greenyellow:"#adff2f",seagreen:"#2e8b57",seashell:"#fff5ee",tomato:"#ff6347",silver:"#c0c0c0",sienna:"#a0522d",lavender:"#e6e6fa",lightgreen:"#90ee90",orange:"#ffa500",orangered:"#ff4500",steelblue:"#4682b4",royalblue:"#4169e1",turquoise:"#40e0d0",yellowgreen:"#9acd32",salmon:"#fa8072",saddlebrown:"#8b4513",sandybrown:"#f4a460",rosybrown:"#bc8f8f",darksalmon:"#e9967a",lightgoldenrodyellow:"#fafad2",snow:"#fffafa",lightgrey:"#d3d3d3",lightgray:"#d3d3d3",dimgray:"#696969",dimgrey:"#696969",olivedrab:"#6b8e23",olive:"#808000"},o={};for(var r in n)o[n[r]]=r;var a={};e.prototype.toName=function(t){if(!(this.rgba.a||this.rgba.r||this.rgba.g||this.rgba.b))return"transparent";var r,l,i=o[this.toHex()];if(i)return i;if(null==t?void 0:t.closest){var s=this.toRgb(),c=1/0,u="black";if(!a.length)for(var m in n)a[m]=new e(n[m]).toRgb();for(var d in n){var p=(r=s,l=a[d],Math.pow(r.r-l.r,2)+Math.pow(r.g-l.g,2)+Math.pow(r.b-l.b,2));p<c&&(c=p,u=d)}return u}},t.string.push([function(t){var o=t.toLowerCase(),r="transparent"===o?"#0000":n[o];return r?new e(r).toRgb():null},"name"])}]);var Rl=(0,Zt.compose)([(0,Ze.withColors)({overlayColor:"background-color"})])((function(e){var t;let{attributes:n,clientId:o,isSelected:r,overlayColor:a,setAttributes:l,setOverlayColor:i,toggleSelection:s,context:{postId:c,postType:u}}=e;const{contentPosition:m,id:d,useFeaturedImage:p,dimRatio:g,focalPoint:h,hasParallax:v,isDark:b,isRepeated:_,minHeight:y,minHeightUnit:f,alt:k,allowedBlocks:x,templateLock:w}=n,[E]=(0,lt.useEntityProp)("postType",u,"featured_media",c),C=(0,it.useSelect)((e=>E&&e(lt.store).getMedia(E,{context:"view"})),[E]),S=null==C?void 0:C.source_url,B=p?S:n.url,T=p?Ba:n.backgroundType,{__unstableMarkNextChangeAsNotPersistent:N}=(0,it.useDispatch)(Ze.store),{createErrorNotice:P}=(0,it.useDispatch)(wt.store),{gradientClass:I,gradientValue:z}=(0,Ze.__experimentalUseGradient)(),M=function(e,t){return n=>{if(!n||!n.url)return void e({url:void 0,id:void 0});let o;if((0,xt.isBlobURL)(n.url)&&(n.type=(0,xt.getBlobTypeByURL)(n.url)),n.media_type)o=n.media_type===Ba?Ba:Ta;else{if(n.type!==Ba&&n.type!==Ta)return;o=n.type}e({dimRatio:100===t?50:t,url:n.url,id:n.id,alt:null==n?void 0:n.alt,backgroundType:o,focalPoint:void 0,...o===Ta?{hasParallax:void 0}:{}})}}(l,g),L=((e,t)=>!e&&(0,xt.isBlobURL)(t))(d,B),R=e=>{P(e,{type:"snackbar"})},A=(0,$e.useRef)(),V=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:50,n=arguments.length>2?arguments[2]:void 0,o=arguments.length>3?arguments[3]:void 0;const[r,a]=(0,$e.useState)(!1);return(0,$e.useEffect)((()=>{e&&t<=50&&o.current&&Tl().getColorAsync(o.current,(e=>{a(e.isDark)}))}),[e,e&&t<=50&&o.current,a]),(0,$e.useEffect)((()=>{if(t>50||!e){if(!n)return void a(!0);a(El(n).isDark())}}),[n,t>50||!e,a]),(0,$e.useEffect)((()=>{e||n||a(!1)}),[!e&&!n,a]),r}(B,g,a.color,A);(0,$e.useEffect)((()=>{N(),l({isDark:V})}),[V]);const H=Ba===T,F=Ta===T,D=y&&f?`${y}${f}`:y,G=!(v||_),$={minHeight:D||void 0},U=B?`url(${B})`:void 0,O=Ia(h),q={backgroundColor:a.color},W={objectPosition:h&&G?Ia(h):void 0},j=!!(B||a.color||z),Z=(0,it.useSelect)((e=>e(Ze.store).getBlock(o).innerBlocks.length>0),[o]),Q=(0,$e.useRef)(),K=(0,Ze.useBlockProps)({ref:Q}),Y=function(e){return[["core/paragraph",{align:"center",placeholder:(0,je.__)("Write title"),...e}]]}({fontSize:!(null===(t=(0,Ze.useSetting)("typography.fontSizes"))||void 0===t||!t.length)?"large":void 0}),J=(0,Ze.useInnerBlocksProps)({className:"wp-block-cover__inner-container"},{template:Z?void 0:Y,templateInsertUpdatesSelection:!0,allowedBlocks:x,templateLock:w}),X={isVideoBackground:F,isImageBackground:H,mediaElement:A,hasInnerBlocks:Z,url:B,isImgElement:G,overlayColor:a},ee=()=>{l({id:void 0,url:void 0,useFeaturedImage:!p,dimRatio:100===g?50:g,backgroundType:p?Ba:void 0})},te=(0,$e.createElement)(Il,{attributes:n,setAttributes:l,onSelectMedia:M,currentSettings:X,toggleUseFeaturedImage:ee}),ne=(0,$e.createElement)(Pl,{attributes:n,setAttributes:l,clientId:o,setOverlayColor:i,coverRef:Q,currentSettings:X,toggleUseFeaturedImage:ee});if(!p&&!Z&&!j)return(0,$e.createElement)($e.Fragment,null,te,ne,(0,$e.createElement)("div",nt({},K,{className:rt()("is-placeholder",K.className)}),(0,$e.createElement)(zl,{onSelectMedia:M,onError:R,style:{minHeight:D||void 0},toggleUseFeaturedImage:ee},(0,$e.createElement)("div",{className:"wp-block-cover__placeholder-background-options"},(0,$e.createElement)(Ze.ColorPalette,{disableCustomColors:!0,value:a.color,onChange:i,clearable:!1}))),(0,$e.createElement)(Ll,{className:"block-library-cover__resize-container",onResizeStart:()=>{l({minHeightUnit:"px"}),s(!1)},onResize:e=>{l({minHeight:e})},onResizeStop:e=>{s(!0),l({minHeight:e})},showHandle:r})));const oe=rt()({"is-dark-theme":b,"is-light":!b,"is-transient":L,"has-parallax":v,"is-repeated":_,"has-custom-content-position":!Ma(m)},La(m));return(0,$e.createElement)($e.Fragment,null,te,ne,(0,$e.createElement)("div",nt({},K,{className:rt()(oe,K.className),style:{...$,...K.style},"data-url":B}),(0,$e.createElement)(Ll,{className:"block-library-cover__resize-container",onResizeStart:()=>{l({minHeightUnit:"px"}),s(!1)},onResize:e=>{l({minHeight:e})},onResizeStop:e=>{s(!0),l({minHeight:e})},showHandle:r}),(!p||B)&&(0,$e.createElement)("span",{"aria-hidden":"true",className:rt()("wp-block-cover__background",za(g),{[a.class]:a.class,"has-background-dim":void 0!==g,"wp-block-cover__gradient-background":B&&z&&0!==g,"has-background-gradient":z,[I]:I}),style:{backgroundImage:z,...q}}),!B&&p&&(0,$e.createElement)(We.Placeholder,{className:"wp-block-cover__image--placeholder-image",withIllustration:!0}),B&&H&&(G?(0,$e.createElement)("img",{ref:A,className:"wp-block-cover__image-background",alt:k,src:B,style:W}):(0,$e.createElement)("div",{ref:A,role:"img",className:rt()(oe,"wp-block-cover__image-background"),style:{backgroundImage:U,backgroundPosition:O}})),B&&F&&(0,$e.createElement)("video",{ref:A,className:"wp-block-cover__video-background",autoPlay:!0,muted:!0,loop:!0,src:B,style:W}),L&&(0,$e.createElement)(We.Spinner,null),(0,$e.createElement)(zl,{disableMediaButtons:!0,onSelectMedia:M,onError:R,toggleUseFeaturedImage:ee}),(0,$e.createElement)("div",J)))}));const Al={from:[{type:"block",blocks:["core/image"],transform:e=>{var t;let{caption:n,url:o,alt:r,align:a,id:l,anchor:i,style:s}=e;return(0,Ge.createBlock)("core/cover",{dimRatio:50,url:o,alt:r,align:a,id:l,anchor:i,style:{color:{duotone:null==s||null===(t=s.color)||void 0===t?void 0:t.duotone}}},[(0,Ge.createBlock)("core/paragraph",{content:n,fontSize:"large",align:"center"})])}},{type:"block",blocks:["core/video"],transform:e=>{let{caption:t,src:n,align:o,id:r,anchor:a}=e;return(0,Ge.createBlock)("core/cover",{dimRatio:50,url:n,align:o,id:r,backgroundType:Ta,anchor:a},[(0,Ge.createBlock)("core/paragraph",{content:t,fontSize:"large",align:"center"})])}},{type:"block",blocks:["core/group"],transform:(e,t)=>{var n,o,r,a,l;const{align:i,anchor:s,backgroundColor:c,gradient:u,style:m}=e;if(1===(null==t?void 0:t.length)&&"core/cover"===(null===(n=t[0])||void 0===n?void 0:n.name))return(0,Ge.createBlock)("core/cover",t[0].attributes,t[0].innerBlocks);const d={align:i,anchor:s,dimRatio:c||u||null!=m&&null!==(o=m.color)&&void 0!==o&&o.background||null!=m&&null!==(r=m.color)&&void 0!==r&&r.gradient?void 0:50,overlayColor:c,customOverlayColor:null==m||null===(a=m.color)||void 0===a?void 0:a.background,gradient:u,customGradient:null==m||null===(l=m.color)||void 0===l?void 0:l.gradient},p={...e,backgroundColor:void 0,gradient:void 0,style:Yt({...null==e?void 0:e.style,color:null!=m&&m.color?{...null==m?void 0:m.color,background:void 0,gradient:void 0}:void 0})};return(0,Ge.createBlock)("core/cover",d,[(0,Ge.createBlock)("core/group",p,t)])}}],to:[{type:"block",blocks:["core/image"],isMatch:e=>{let{backgroundType:t,url:n,overlayColor:o,customOverlayColor:r,gradient:a,customGradient:l}=e;return n?t===Ba:!(o||r||a||l)},transform:e=>{var t;let{title:n,url:o,alt:r,align:a,id:l,anchor:i,style:s}=e;return(0,Ge.createBlock)("core/image",{caption:n,url:o,alt:r,align:a,id:l,anchor:i,style:{color:{duotone:null==s||null===(t=s.color)||void 0===t?void 0:t.duotone}}})}},{type:"block",blocks:["core/video"],isMatch:e=>{let{backgroundType:t,url:n,overlayColor:o,customOverlayColor:r,gradient:a,customGradient:l}=e;return n?t===Ta:!(o||r||a||l)},transform:e=>{let{title:t,url:n,align:o,id:r,anchor:a}=e;return(0,Ge.createBlock)("core/video",{caption:t,src:n,id:r,align:o,anchor:a})}},{type:"block",blocks:["core/group"],isMatch:e=>{let{url:t,useFeaturedImage:n}=e;return!t&&!n},transform:(e,t)=>{var n,o,r;const a={backgroundColor:null==e?void 0:e.overlayColor,gradient:null==e?void 0:e.gradient,style:Yt({...null==e?void 0:e.style,color:null!=e&&e.customOverlayColor||null!=e&&e.customGradient||null!=e&&null!==(n=e.style)&&void 0!==n&&n.color?{background:null==e?void 0:e.customOverlayColor,gradient:null==e?void 0:e.customGradient,...null==e||null===(o=e.style)||void 0===o?void 0:o.color}:void 0})};if(1===(null==t?void 0:t.length)&&"core/group"===(null===(r=t[0])||void 0===r?void 0:r.name)){var l,i,s,c,u,m,d,p,g;const e=Yt(t[0].attributes||{});var h;return null!=e&&e.backgroundColor||null!=e&&e.gradient||null!=e&&null!==(l=e.style)&&void 0!==l&&null!==(i=l.color)&&void 0!==i&&i.background||null!=e&&null!==(s=e.style)&&void 0!==s&&null!==(c=s.color)&&void 0!==c&&c.gradient?(0,Ge.createBlock)("core/group",e,null===(h=t[0])||void 0===h?void 0:h.innerBlocks):(0,Ge.createBlock)("core/group",{...a,...e,style:Yt({...null==e?void 0:e.style,color:null!=a&&null!==(u=a.style)&&void 0!==u&&u.color||null!=e&&null!==(m=e.style)&&void 0!==m&&m.color?{...null==a||null===(d=a.style)||void 0===d?void 0:d.color,...null==e||null===(p=e.style)||void 0===p?void 0:p.color}:void 0})},null===(g=t[0])||void 0===g?void 0:g.innerBlocks)}return(0,Ge.createBlock)("core/group",{...e,...a},t)}}]};var Vl=Al;const Hl={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/cover",title:"Cover",category:"media",description:"Add an image or video with a text overlay great for headers.",textdomain:"default",attributes:{url:{type:"string"},useFeaturedImage:{type:"boolean",default:!1},id:{type:"number"},alt:{type:"string",source:"attribute",selector:"img",attribute:"alt",default:""},hasParallax:{type:"boolean",default:!1},isRepeated:{type:"boolean",default:!1},dimRatio:{type:"number",default:100},overlayColor:{type:"string"},customOverlayColor:{type:"string"},backgroundType:{type:"string",default:"image"},focalPoint:{type:"object"},minHeight:{type:"number"},minHeightUnit:{type:"string"},gradient:{type:"string"},customGradient:{type:"string"},contentPosition:{type:"string"},isDark:{type:"boolean",default:!0},allowedBlocks:{type:"array"},templateLock:{type:["string","boolean"],enum:["all","insert","contentOnly",!1]}},usesContext:["postId","postType"],supports:{anchor:!0,align:!0,html:!1,spacing:{padding:!0,margin:["top","bottom"],__experimentalDefaultControls:{padding:!0}},color:{__experimentalDuotone:"> .wp-block-cover__image-background, > .wp-block-cover__video-background",text:!1,background:!1},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}}},editorStyle:"wp-block-cover-editor",style:"wp-block-cover"},{name:Fl}=Hl,Dl={icon:Ca,example:{attributes:{customOverlayColor:"#065174",dimRatio:40,url:"https://s.w.org/images/core/5.3/Windbuchencom.jpg"},innerBlocks:[{name:"core/paragraph",attributes:{customFontSize:48,content:(0,je.__)("<strong>Snow Patrol</strong>"),align:"center"}}]},transforms:Vl,save:function(e){let{attributes:t}=e;const{backgroundType:n,gradient:o,contentPosition:r,customGradient:a,customOverlayColor:l,dimRatio:i,focalPoint:s,useFeaturedImage:c,hasParallax:u,isDark:m,isRepeated:d,overlayColor:p,url:g,alt:h,id:v,minHeight:b,minHeightUnit:_}=t,y=(0,Ze.getColorClassName)("background-color",p),f=(0,Ze.__experimentalGetGradientClass)(o),k=Ba===n,x=Ta===n,w=!(u||d),E={minHeight:(b&&_?`${b}${_}`:b)||void 0},C={backgroundColor:y?void 0:l,background:a||void 0},S=s&&w?Ia(s):void 0,B=g?`url(${g})`:void 0,T=Ia(s),N=rt()({"is-light":!m,"has-parallax":u,"is-repeated":d,"has-custom-content-position":!Ma(r)},La(r)),P=rt()("wp-block-cover__image-background",v?`wp-image-${v}`:null,{"has-parallax":u,"is-repeated":d}),I=o||a;return(0,$e.createElement)("div",Ze.useBlockProps.save({className:N,style:E}),(0,$e.createElement)("span",{"aria-hidden":"true",className:rt()("wp-block-cover__background",y,za(i),{"has-background-dim":void 0!==i,"wp-block-cover__gradient-background":g&&I&&0!==i,"has-background-gradient":I,[f]:f}),style:C}),!c&&k&&g&&(w?(0,$e.createElement)("img",{className:P,alt:h,src:g,style:{objectPosition:S},"data-object-fit":"cover","data-object-position":S}):(0,$e.createElement)("div",{role:"img",className:P,style:{backgroundPosition:T,backgroundImage:B}})),x&&g&&(0,$e.createElement)("video",{className:rt()("wp-block-cover__video-background","intrinsic-ignore"),autoPlay:!0,muted:!0,loop:!0,playsInline:!0,src:g,style:{objectPosition:S},"data-object-fit":"cover","data-object-position":S}),(0,$e.createElement)("div",Ze.useInnerBlocksProps.save({className:"wp-block-cover__inner-container"})))},edit:Rl,deprecated:Ya},Gl=()=>qe({name:Fl,metadata:Hl,settings:Dl});var $l=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M20.1 5.1L16.9 2 6.2 12.7l-1.3 4.4 4.5-1.3L20.1 5.1zM4 20.8h8v-1.5H4v1.5z"}));function Ul(e){return e?(0,je.__)("This embed will preserve its aspect ratio when the browser is resized."):(0,je.__)("This embed may not preserve its aspect ratio when the browser is resized.")}var Ol=e=>{let{blockSupportsResponsive:t,showEditButton:n,themeSupportsResponsive:o,allowResponsive:r,toggleResponsive:a,switchBackToURLInput:l}=e;return(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Ze.BlockControls,null,(0,$e.createElement)(We.ToolbarGroup,null,n&&(0,$e.createElement)(We.ToolbarButton,{className:"components-toolbar__control",label:(0,je.__)("Edit URL"),icon:$l,onClick:l}))),o&&t&&(0,$e.createElement)(Ze.InspectorControls,null,(0,$e.createElement)(We.PanelBody,{title:(0,je.__)("Media settings"),className:"blocks-responsive"},(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Resize for smaller devices"),checked:r,help:Ul,onChange:a}))))};const ql=(0,$e.createElement)(We.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,$e.createElement)(We.Path,{d:"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm.5 16c0 .3-.2.5-.5.5H5c-.3 0-.5-.2-.5-.5V9.8l4.7-5.3H19c.3 0 .5.2.5.5v14zm-6-9.5L16 12l-2.5 2.8 1.1 1L18 12l-3.5-3.5-1 1zm-3 0l-1-1L6 12l3.5 3.8 1.1-1L8 12l2.5-2.5z"})),Wl=(0,$e.createElement)(We.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,$e.createElement)(We.Path,{d:"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm.5 16c0 .3-.2.5-.5.5H5c-.3 0-.5-.2-.5-.5V9.8l4.7-5.3H19c.3 0 .5.2.5.5v14zM13.2 7.7c-.4.4-.7 1.1-.7 1.9v3.7c-.4-.3-.8-.4-1.3-.4-1.2 0-2.2 1-2.2 2.2 0 1.2 1 2.2 2.2 2.2.5 0 1-.2 1.4-.5.9-.6 1.4-1.6 1.4-2.6V9.6c0-.4.1-.6.2-.8.3-.3 1-.3 1.6-.3h.2V7h-.2c-.7 0-1.8 0-2.6.7z"})),jl=(0,$e.createElement)(We.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,$e.createElement)(We.Path,{d:"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM9.2 4.5H19c.3 0 .5.2.5.5v8.4l-3-2.9c-.3-.3-.8-.3-1 0L11.9 14 9 12c-.3-.2-.6-.2-.8 0l-3.6 2.6V9.8l4.6-5.3zm9.8 15H5c-.3 0-.5-.2-.5-.5v-2.4l4.1-3 3 1.9c.3.2.7.2.9-.1L16 12l3.5 3.4V19c0 .3-.2.5-.5.5z"})),Zl=(0,$e.createElement)(We.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,$e.createElement)(We.Path,{d:"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm.5 16c0 .3-.2.5-.5.5H5c-.3 0-.5-.2-.5-.5V9.8l4.7-5.3H19c.3 0 .5.2.5.5v14zM10 15l5-3-5-3v6z"})),Ql={foreground:"#1da1f2",src:(0,$e.createElement)(We.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(We.G,null,(0,$e.createElement)(We.Path,{d:"M22.23 5.924c-.736.326-1.527.547-2.357.646.847-.508 1.498-1.312 1.804-2.27-.793.47-1.67.812-2.606.996C18.325 4.498 17.258 4 16.078 4c-2.266 0-4.103 1.837-4.103 4.103 0 .322.036.635.106.935-3.41-.17-6.433-1.804-8.457-4.287-.353.607-.556 1.312-.556 2.064 0 1.424.724 2.68 1.825 3.415-.673-.022-1.305-.207-1.86-.514v.052c0 1.988 1.415 3.647 3.293 4.023-.344.095-.707.145-1.08.145-.265 0-.522-.026-.773-.074.522 1.63 2.038 2.817 3.833 2.85-1.404 1.1-3.174 1.757-5.096 1.757-.332 0-.66-.02-.98-.057 1.816 1.164 3.973 1.843 6.29 1.843 7.547 0 11.675-6.252 11.675-11.675 0-.178-.004-.355-.012-.53.802-.578 1.497-1.3 2.047-2.124z"})))},Kl={foreground:"#ff0000",src:(0,$e.createElement)(We.SVG,{viewBox:"0 0 24 24"},(0,$e.createElement)(We.Path,{d:"M21.8 8s-.195-1.377-.795-1.984c-.76-.797-1.613-.8-2.004-.847-2.798-.203-6.996-.203-6.996-.203h-.01s-4.197 0-6.996.202c-.39.046-1.242.05-2.003.846C2.395 6.623 2.2 8 2.2 8S2 9.62 2 11.24v1.517c0 1.618.2 3.237.2 3.237s.195 1.378.795 1.985c.76.797 1.76.77 2.205.855 1.6.153 6.8.2 6.8.2s4.203-.005 7-.208c.392-.047 1.244-.05 2.005-.847.6-.607.795-1.985.795-1.985s.2-1.618.2-3.237v-1.517C22 9.62 21.8 8 21.8 8zM9.935 14.595v-5.62l5.403 2.82-5.403 2.8z"}))},Yl={foreground:"#3b5998",src:(0,$e.createElement)(We.SVG,{viewBox:"0 0 24 24"},(0,$e.createElement)(We.Path,{d:"M20 3H4c-.6 0-1 .4-1 1v16c0 .5.4 1 1 1h8.6v-7h-2.3v-2.7h2.3v-2c0-2.3 1.4-3.6 3.5-3.6 1 0 1.8.1 2.1.1v2.4h-1.4c-1.1 0-1.3.5-1.3 1.3v1.7h2.7l-.4 2.8h-2.3v7H20c.5 0 1-.4 1-1V4c0-.6-.4-1-1-1z"}))},Jl=(0,$e.createElement)(We.SVG,{viewBox:"0 0 24 24"},(0,$e.createElement)(We.G,null,(0,$e.createElement)(We.Path,{d:"M12 4.622c2.403 0 2.688.01 3.637.052.877.04 1.354.187 1.67.31.42.163.72.358 1.036.673.315.315.51.615.673 1.035.123.317.27.794.31 1.67.043.95.052 1.235.052 3.638s-.01 2.688-.052 3.637c-.04.877-.187 1.354-.31 1.67-.163.42-.358.72-.673 1.036-.315.315-.615.51-1.035.673-.317.123-.794.27-1.67.31-.95.043-1.234.052-3.638.052s-2.688-.01-3.637-.052c-.877-.04-1.354-.187-1.67-.31-.42-.163-.72-.358-1.036-.673-.315-.315-.51-.615-.673-1.035-.123-.317-.27-.794-.31-1.67-.043-.95-.052-1.235-.052-3.638s.01-2.688.052-3.637c.04-.877.187-1.354.31-1.67.163-.42.358-.72.673-1.036.315-.315.615-.51 1.035-.673.317-.123.794-.27 1.67-.31.95-.043 1.235-.052 3.638-.052M12 3c-2.444 0-2.75.01-3.71.054s-1.613.196-2.185.418c-.592.23-1.094.538-1.594 1.04-.5.5-.807 1-1.037 1.593-.223.572-.375 1.226-.42 2.184C3.01 9.25 3 9.555 3 12s.01 2.75.054 3.71.196 1.613.418 2.186c.23.592.538 1.094 1.038 1.594s1.002.808 1.594 1.038c.572.222 1.227.375 2.185.418.96.044 1.266.054 3.71.054s2.75-.01 3.71-.054 1.613-.196 2.186-.418c.592-.23 1.094-.538 1.594-1.038s.808-1.002 1.038-1.594c.222-.572.375-1.227.418-2.185.044-.96.054-1.266.054-3.71s-.01-2.75-.054-3.71-.196-1.613-.418-2.186c-.23-.592-.538-1.094-1.038-1.594s-1.002-.808-1.594-1.038c-.572-.222-1.227-.375-2.185-.418C14.75 3.01 14.445 3 12 3zm0 4.378c-2.552 0-4.622 2.07-4.622 4.622s2.07 4.622 4.622 4.622 4.622-2.07 4.622-4.622S14.552 7.378 12 7.378zM12 15c-1.657 0-3-1.343-3-3s1.343-3 3-3 3 1.343 3 3-1.343 3-3 3zm4.804-8.884c-.596 0-1.08.484-1.08 1.08s.484 1.08 1.08 1.08c.596 0 1.08-.484 1.08-1.08s-.483-1.08-1.08-1.08z"}))),Xl={foreground:"#0073AA",src:(0,$e.createElement)(We.SVG,{viewBox:"0 0 24 24"},(0,$e.createElement)(We.G,null,(0,$e.createElement)(We.Path,{d:"M12.158 12.786l-2.698 7.84c.806.236 1.657.365 2.54.365 1.047 0 2.05-.18 2.986-.51-.024-.037-.046-.078-.065-.123l-2.762-7.57zM3.008 12c0 3.56 2.07 6.634 5.068 8.092L3.788 8.342c-.5 1.117-.78 2.354-.78 3.658zm15.06-.454c0-1.112-.398-1.88-.74-2.48-.456-.74-.883-1.368-.883-2.11 0-.825.627-1.595 1.51-1.595.04 0 .078.006.116.008-1.598-1.464-3.73-2.36-6.07-2.36-3.14 0-5.904 1.613-7.512 4.053.21.008.41.012.58.012.94 0 2.395-.114 2.395-.114.484-.028.54.684.057.74 0 0-.487.058-1.03.086l3.275 9.74 1.968-5.902-1.4-3.838c-.485-.028-.944-.085-.944-.085-.486-.03-.43-.77.056-.742 0 0 1.484.114 2.368.114.94 0 2.397-.114 2.397-.114.486-.028.543.684.058.74 0 0-.488.058-1.03.086l3.25 9.665.897-2.997c.456-1.17.684-2.137.684-2.907zm1.82-3.86c.04.286.06.593.06.924 0 .912-.17 1.938-.683 3.22l-2.746 7.94c2.672-1.558 4.47-4.454 4.47-7.77 0-1.564-.4-3.033-1.1-4.314zM12 22C6.486 22 2 17.514 2 12S6.486 2 12 2s10 4.486 10 10-4.486 10-10 10z"})))},ei={foreground:"#1db954",src:(0,$e.createElement)(We.SVG,{viewBox:"0 0 24 24"},(0,$e.createElement)(We.Path,{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2m4.586 14.424c-.18.295-.563.387-.857.207-2.35-1.434-5.305-1.76-8.786-.963-.335.077-.67-.133-.746-.47-.077-.334.132-.67.47-.745 3.808-.87 7.076-.496 9.712 1.115.293.18.386.563.206.857M17.81 13.7c-.226.367-.706.482-1.072.257-2.687-1.652-6.785-2.13-9.965-1.166-.413.127-.848-.106-.973-.517-.125-.413.108-.848.52-.973 3.632-1.102 8.147-.568 11.234 1.328.366.226.48.707.256 1.072m.105-2.835C14.692 8.95 9.375 8.775 6.297 9.71c-.493.15-1.016-.13-1.166-.624-.148-.495.13-1.017.625-1.167 3.532-1.073 9.404-.866 13.115 1.337.445.264.59.838.327 1.282-.264.443-.838.59-1.282.325"}))},ti=(0,$e.createElement)(We.SVG,{viewBox:"0 0 24 24"},(0,$e.createElement)(We.Path,{d:"m6.5 7c-2.75 0-5 2.25-5 5s2.25 5 5 5 5-2.25 5-5-2.25-5-5-5zm11 0c-2.75 0-5 2.25-5 5s2.25 5 5 5 5-2.25 5-5-2.25-5-5-5z"})),ni={foreground:"#1ab7ea",src:(0,$e.createElement)(We.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(We.G,null,(0,$e.createElement)(We.Path,{d:"M22.396 7.164c-.093 2.026-1.507 4.8-4.245 8.32C15.323 19.16 12.93 21 10.97 21c-1.214 0-2.24-1.12-3.08-3.36-.56-2.052-1.118-4.105-1.68-6.158-.622-2.24-1.29-3.36-2.004-3.36-.156 0-.7.328-1.634.98l-.978-1.26c1.027-.903 2.04-1.806 3.037-2.71C6 3.95 7.03 3.328 7.716 3.265c1.62-.156 2.616.95 2.99 3.32.404 2.558.685 4.148.84 4.77.468 2.12.982 3.18 1.543 3.18.435 0 1.09-.687 1.963-2.064.872-1.376 1.34-2.422 1.402-3.142.125-1.187-.343-1.782-1.4-1.782-.5 0-1.013.115-1.542.34 1.023-3.35 2.977-4.976 5.862-4.883 2.14.063 3.148 1.45 3.024 4.16z"})))},oi=(0,$e.createElement)(We.SVG,{viewBox:"0 0 24 24"},(0,$e.createElement)(We.Path,{d:"M22 12.068a2.184 2.184 0 0 0-2.186-2.186c-.592 0-1.13.233-1.524.609-1.505-1.075-3.566-1.774-5.86-1.864l1.004-4.695 3.261.699A1.56 1.56 0 1 0 18.255 3c-.61-.001-1.147.357-1.398.877l-3.638-.77a.382.382 0 0 0-.287.053.348.348 0 0 0-.161.251l-1.112 5.233c-2.33.072-4.426.77-5.95 1.864a2.201 2.201 0 0 0-1.523-.61 2.184 2.184 0 0 0-.896 4.176c-.036.215-.053.43-.053.663 0 3.37 3.924 6.111 8.763 6.111s8.763-2.724 8.763-6.11c0-.216-.017-.449-.053-.664A2.207 2.207 0 0 0 22 12.068Zm-15.018 1.56a1.56 1.56 0 0 1 3.118 0c0 .86-.699 1.558-1.559 1.558-.86.018-1.559-.699-1.559-1.559Zm8.728 4.139c-1.076 1.075-3.119 1.147-3.71 1.147-.61 0-2.652-.09-3.71-1.147a.4.4 0 0 1 0-.573.4.4 0 0 1 .574 0c.68.68 2.114.914 3.136.914 1.022 0 2.473-.233 3.136-.914a.4.4 0 0 1 .574 0 .436.436 0 0 1 0 .573Zm-.287-2.563a1.56 1.56 0 0 1 0-3.118c.86 0 1.56.699 1.56 1.56 0 .841-.7 1.558-1.56 1.558Z"})),ri={foreground:"#35465c",src:(0,$e.createElement)(We.SVG,{viewBox:"0 0 24 24"},(0,$e.createElement)(We.Path,{d:"M19 3H5a2 2 0 00-2 2v14c0 1.1.9 2 2 2h14a2 2 0 002-2V5a2 2 0 00-2-2zm-5.69 14.66c-2.72 0-3.1-1.9-3.1-3.16v-3.56H8.49V8.99c1.7-.62 2.54-1.99 2.64-2.87 0-.06.06-.41.06-.58h1.9v3.1h2.17v2.3h-2.18v3.1c0 .47.13 1.3 1.2 1.26h1.1v2.36c-1.01.02-2.07 0-2.07 0z"}))},ai=(0,$e.createElement)(We.SVG,{viewBox:"0 0 24 24"},(0,$e.createElement)(We.Path,{d:"M18.42 14.58c-.51-.66-1.05-1.23-1.05-2.5V7.87c0-1.8.15-3.45-1.2-4.68-1.05-1.02-2.79-1.35-4.14-1.35-2.6 0-5.52.96-6.12 4.14-.06.36.18.54.4.57l2.66.3c.24-.03.42-.27.48-.5.24-1.12 1.17-1.63 2.2-1.63.56 0 1.22.21 1.55.7.4.56.33 1.31.33 1.97v.36c-1.59.18-3.66.27-5.16.93a4.63 4.63 0 0 0-2.93 4.44c0 2.82 1.8 4.23 4.1 4.23 1.95 0 3.03-.45 4.53-1.98.51.72.66 1.08 1.59 1.83.18.09.45.09.63-.1v.04l2.1-1.8c.24-.21.2-.48.03-.75zm-5.4-1.2c-.45.75-1.14 1.23-1.92 1.23-1.05 0-1.65-.81-1.65-1.98 0-2.31 2.1-2.73 4.08-2.73v.6c0 1.05.03 1.92-.5 2.88z"}),(0,$e.createElement)(We.Path,{d:"M21.69 19.2a17.62 17.62 0 0 1-21.6-1.57c-.23-.2 0-.5.28-.33a23.88 23.88 0 0 0 20.93 1.3c.45-.19.84.3.39.6z"}),(0,$e.createElement)(We.Path,{d:"M22.8 17.96c-.36-.45-2.22-.2-3.1-.12-.23.03-.3-.18-.05-.36 1.5-1.05 3.96-.75 4.26-.39.3.36-.1 2.82-1.5 4.02-.21.18-.42.1-.3-.15.3-.8 1.02-2.58.69-3z"})),li=(0,$e.createElement)(We.SVG,{viewBox:"0 0 24 24"},(0,$e.createElement)(We.Path,{d:"m.0206909 21 19.8160091-13.07806 3.5831 6.20826z",fill:"#4bc7ee"}),(0,$e.createElement)(We.Path,{d:"m23.7254 19.0205-10.1074-17.18468c-.6421-1.114428-1.7087-1.114428-2.3249 0l-11.2931 19.16418h22.5655c1.279 0 1.8019-.8905 1.1599-1.9795z",fill:"#d4cdcb"}),(0,$e.createElement)(We.Path,{d:"m.0206909 21 15.2439091-16.38571 4.3029 7.32271z",fill:"#c3d82e"}),(0,$e.createElement)(We.Path,{d:"m13.618 1.83582c-.6421-1.114428-1.7087-1.114428-2.3249 0l-11.2931 19.16418 15.2646-16.38573z",fill:"#e4ecb0"}),(0,$e.createElement)(We.Path,{d:"m.0206909 21 19.5468091-9.063 1.6621 2.8344z",fill:"#209dbd"}),(0,$e.createElement)(We.Path,{d:"m.0206909 21 17.9209091-11.82623 1.6259 2.76323z",fill:"#7cb3c9"})),ii=(0,$e.createElement)(We.SVG,{viewBox:"0 0 24 24"},(0,$e.createElement)(We.Path,{d:"m12.1479 18.5957c-2.4949 0-4.28131-1.7558-4.28131-4.0658 0-2.2176 1.78641-4.0965 4.09651-4.0965 2.2793 0 4.0349 1.7864 4.0349 4.1581 0 2.2794-1.7556 4.0042-3.8501 4.0042zm8.3521-18.5957-4.5329 1v7c-1.1088-1.41691-2.8028-1.8787-4.8049-1.8787-2.09443 0-3.97329.76993-5.5133 2.27917-1.72483 1.66323-2.6489 3.78863-2.6489 6.16033 0 2.5873.98562 4.8049 2.89526 6.499 1.44763 1.2936 3.17251 1.9402 5.17454 1.9402 1.9713 0 3.4498-.5236 4.8973-1.9402v1.9402h4.5329c0-7.6359 0-15.3641 0-23z",fill:"#333436"})),si=(0,$e.createElement)(We.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,$e.createElement)(We.Path,{d:"M12.289,2C6.617,2,3.606,5.648,3.606,9.622c0,1.846,1.025,4.146,2.666,4.878c0.25,0.111,0.381,0.063,0.439-0.169 c0.044-0.175,0.267-1.029,0.365-1.428c0.032-0.128,0.017-0.237-0.091-0.362C6.445,11.911,6.01,10.75,6.01,9.668 c0-2.777,2.194-5.464,5.933-5.464c3.23,0,5.49,2.108,5.49,5.122c0,3.407-1.794,5.768-4.13,5.768c-1.291,0-2.257-1.021-1.948-2.277 c0.372-1.495,1.089-3.112,1.089-4.191c0-0.967-0.542-1.775-1.663-1.775c-1.319,0-2.379,1.309-2.379,3.059 c0,1.115,0.394,1.869,0.394,1.869s-1.302,5.279-1.54,6.261c-0.405,1.666,0.053,4.368,0.094,4.604 c0.021,0.126,0.167,0.169,0.25,0.063c0.129-0.165,1.699-2.419,2.142-4.051c0.158-0.59,0.817-2.995,0.817-2.995 c0.43,0.784,1.681,1.446,3.013,1.446c3.963,0,6.822-3.494,6.822-7.833C20.394,5.112,16.849,2,12.289,2"})),ci=(0,$e.createElement)(We.SVG,{viewBox:"0 0 44 44"},(0,$e.createElement)(We.Path,{d:"M32.59521,22.001l4.31885-4.84473-6.34131-1.38379.646-6.459-5.94336,2.61035L22,6.31934l-3.27344,5.60351L12.78418,9.3125l.645,6.458L7.08643,17.15234,11.40479,21.999,7.08594,26.84375l6.34131,1.38379-.64551,6.458,5.94287-2.60938L22,37.68066l3.27344-5.60351,5.94287,2.61035-.64551-6.458,6.34277-1.38183Zm.44385,2.75244L30.772,23.97827l-1.59558-2.07391,1.97888.735Zm-8.82147,6.1579L22.75,33.424V30.88977l1.52228-2.22168ZM18.56226,13.48816,19.819,15.09534l-2.49219-.88642L15.94037,12.337Zm6.87719.00116,2.62043-1.15027-1.38654,1.86981L24.183,15.0946Zm3.59357,2.6029-1.22546,1.7381.07525-2.73486,1.44507-1.94867ZM22,29.33008l-2.16406-3.15686L22,23.23688l2.16406,2.93634Zm-4.25458-9.582-.10528-3.836,3.60986,1.284v3.73242Zm5.00458-2.552,3.60986-1.284-.10528,3.836L22.75,20.92853Zm-7.78174-1.10559-.29352-2.94263,1.44245,1.94739.07519,2.73321Zm2.30982,5.08319,3.50817,1.18164-2.16247,2.9342-3.678-1.08447Zm2.4486,7.49285L21.25,30.88977v2.53485L19.78052,30.91Zm3.48707-6.31121,3.50817-1.18164,2.33228,3.03137-3.678,1.08447Zm10.87219-4.28113-2.714,3.04529L28.16418,19.928l1.92176-2.72565ZM24.06036,12.81769l-2.06012,2.6322-2.059-2.63318L22,9.292ZM9.91455,18.07227l4.00079-.87195,1.921,2.72735-3.20794,1.19019Zm2.93024,4.565,1.9801-.73462L13.228,23.97827l-2.26838.77429Zm-1.55591,3.58819L13.701,25.4021l2.64935.78058-2.14447.67853Zm3.64868,1.977L18.19,27.17334l.08313,3.46332L14.52979,32.2793Zm10.7876,2.43549.08447-3.464,3.25165,1.03052.407,4.07684Zm4.06824-3.77478-2.14545-.68,2.65063-.781,2.41266.825Z"})),ui={foreground:"#f43e37",src:(0,$e.createElement)(We.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,$e.createElement)(We.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M24,12A12,12,0,1,1,12,0,12,12,0,0,1,24,12Z"}),(0,$e.createElement)(We.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M2.67,12a9.33,9.33,0,0,1,18.66,0H19a7,7,0,1,0-7,7v2.33A9.33,9.33,0,0,1,2.67,12ZM12,17.6A5.6,5.6,0,1,1,17.6,12h-2A3.56,3.56,0,1,0,12,15.56Z",fill:"#fff"}))};var mi=()=>(0,$e.createElement)("div",{className:"wp-block-embed is-loading"},(0,$e.createElement)(We.Spinner,null));var di=e=>{let{icon:t,label:n,value:o,onSubmit:r,onChange:a,cannotEmbed:l,fallback:i,tryAgain:s}=e;return(0,$e.createElement)(We.Placeholder,{icon:(0,$e.createElement)(Ze.BlockIcon,{icon:t,showColors:!0}),label:n,className:"wp-block-embed",instructions:(0,je.__)("Paste a link to the content you want to display on your site.")},(0,$e.createElement)("form",{onSubmit:r},(0,$e.createElement)("input",{type:"url",value:o||"",className:"components-placeholder__input","aria-label":n,placeholder:(0,je.__)("Enter URL to embed here"),onChange:a}),(0,$e.createElement)(We.Button,{variant:"primary",type:"submit"},(0,je._x)("Embed","button label"))),(0,$e.createElement)("div",{className:"components-placeholder__learn-more"},(0,$e.createElement)(We.ExternalLink,{href:(0,je.__)("https://wordpress.org/support/article/embeds/")},(0,je.__)("Learn more about embeds"))),l&&(0,$e.createElement)("div",{className:"components-placeholder__error"},(0,$e.createElement)("div",{className:"components-placeholder__instructions"},(0,je.__)("Sorry, this content could not be embedded.")),(0,$e.createElement)(We.Button,{variant:"secondary",onClick:s},(0,je._x)("Try again","button label"))," ",(0,$e.createElement)(We.Button,{variant:"secondary",onClick:i},(0,je._x)("Convert to link","button label"))))};const pi={class:"className",frameborder:"frameBorder",marginheight:"marginHeight",marginwidth:"marginWidth"};function gi(e){let{html:t}=e;const n=(0,$e.useRef)(),o=(0,$e.useMemo)((()=>{const e=(new window.DOMParser).parseFromString(t,"text/html").querySelector("iframe"),n={};return e?(Array.from(e.attributes).forEach((e=>{let{name:t,value:o}=e;"style"!==t&&(n[pi[t]||t]=o)})),n):n}),[t]);return(0,$e.useEffect)((()=>{const{ownerDocument:e}=n.current,{defaultView:t}=e;function r(e){let{data:{secret:t,message:r,value:a}={}}=e;"height"===r&&t===o["data-secret"]&&(n.current.height=a)}return t.addEventListener("message",r),()=>{t.removeEventListener("message",r)}}),[]),(0,$e.createElement)("div",{className:"wp-block-embed__wrapper"},(0,$e.createElement)("iframe",nt({ref:(0,Zt.useMergeRefs)([n,(0,Zt.useFocusableIframe)()]),title:o.title},o)))}class hi extends $e.Component{constructor(){super(...arguments),this.hideOverlay=this.hideOverlay.bind(this),this.state={interactive:!1}}static getDerivedStateFromProps(e,t){return!e.isSelected&&t.interactive?{interactive:!1}:null}hideOverlay(){this.setState({interactive:!0})}render(){const{preview:e,previewable:t,url:n,type:o,caption:r,onCaptionChange:a,isSelected:l,className:i,icon:s,label:c,insertBlocksAfter:u}=this.props,{scripts:m}=e,{interactive:d}=this.state,p="photo"===o?(e=>{const t=e.url||e.thumbnail_url,n=(0,$e.createElement)("p",null,(0,$e.createElement)("img",{src:t,alt:e.title,width:"100%"}));return(0,$e.renderToString)(n)})(e):e.html,g=new URL(n).host.split("."),h=g.splice(g.length-2,g.length-1).join("."),v=(0,je.sprintf)((0,je.__)("Embedded content from %s"),h),b=Tt()(o,i,"wp-block-embed__wrapper"),_="wp-embed"===o?(0,$e.createElement)(gi,{html:p}):(0,$e.createElement)("div",{className:"wp-block-embed__wrapper"},(0,$e.createElement)(We.SandBox,{html:p,scripts:m,title:v,type:b,onFocus:this.hideOverlay}),!d&&(0,$e.createElement)("div",{className:"block-library-embed__interactive-overlay",onMouseUp:this.hideOverlay}));return(0,$e.createElement)("figure",{className:Tt()(i,"wp-block-embed",{"is-type-video":"video"===o})},t?_:(0,$e.createElement)(We.Placeholder,{icon:(0,$e.createElement)(Ze.BlockIcon,{icon:s,showColors:!0}),label:c},(0,$e.createElement)("p",{className:"components-placeholder__error"},(0,$e.createElement)("a",{href:n},n)),(0,$e.createElement)("p",{className:"components-placeholder__error"},(0,je.sprintf)((0,je.__)("Embedded content from %s can't be previewed in the editor."),h))),(!Ze.RichText.isEmpty(r)||l)&&(0,$e.createElement)(Ze.RichText,{tagName:"figcaption",className:(0,Ze.__experimentalGetElementClassName)("caption"),placeholder:(0,je.__)("Add caption"),value:r,onChange:a,inlineToolbar:!0,__unstableOnSplitAtEnd:()=>u((0,Ge.createBlock)((0,Ge.getDefaultBlockName)()))}))}}var vi=hi;var bi=e=>{const{attributes:{providerNameSlug:t,previewable:n,responsive:o,url:r},attributes:a,isSelected:l,onReplace:i,setAttributes:s,insertBlocksAfter:c,onFocus:u}=e,m={title:(0,je._x)("Embed","block title"),icon:ql},{icon:d,title:p}=(g=t,(null===(h=(0,Ge.getBlockVariations)(It))||void 0===h?void 0:h.find((e=>{let{name:t}=e;return t===g})))||m);var g,h;const[v,b]=(0,$e.useState)(r),[_,y]=(0,$e.useState)(!1),{invalidateResolution:f}=(0,it.useDispatch)(lt.store),{preview:k,fetching:x,themeSupportsResponsive:w,cannotEmbed:E}=(0,it.useSelect)((e=>{var t;const{getEmbedPreview:n,isPreviewEmbedFallback:o,isRequestingEmbedPreview:a,getThemeSupports:l}=e(lt.store);if(!r)return{fetching:!1,cannotEmbed:!1};const i=n(r),s=o(r),c=!1===(null==i?void 0:i.html)&&void 0===(null==i?void 0:i.type),u=404===(null==i||null===(t=i.data)||void 0===t?void 0:t.status),m=!!i&&!c&&!u;return{preview:m?i:void 0,fetching:a(r),themeSupportsResponsive:l()["responsive-embeds"],cannotEmbed:!m||s}}),[r]),C=function(){let e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];return Ht(a,k,p,o,e)};(0,$e.useEffect)((()=>{if(null==k||!k.html||!E||x)return;const e=r.replace(/\/$/,"");b(e),y(!1),s({url:e})}),[null==k?void 0:k.html,r]),(0,$e.useEffect)((()=>{if(k&&!_&&(s(C(!0)),i)){const t=Lt(e,C());t&&i(t)}}),[k,_]);const S=(0,Ze.useBlockProps)();if(x)return(0,$e.createElement)(Ue.View,S,(0,$e.createElement)(mi,null));const B=(0,je.sprintf)((0,je.__)("%s URL"),p);if(!k||E||_)return(0,$e.createElement)(Ue.View,S,(0,$e.createElement)(di,{icon:d,label:B,onFocus:u,onSubmit:e=>{e&&e.preventDefault(),y(!1),s({url:v})},value:v,cannotEmbed:E,onChange:e=>b(e.target.value),fallback:()=>function(e,t){const n=(0,$e.createElement)("a",{href:e},e);t((0,Ge.createBlock)("core/paragraph",{content:(0,$e.renderToString)(n)}))}(v,i),tryAgain:()=>{f("getEmbedPreview",[v])}}));const{caption:T,type:N,allowResponsive:P,className:I}=C(),z=rt()(I,e.className);return(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Ol,{showEditButton:k&&!E,themeSupportsResponsive:w,blockSupportsResponsive:o,allowResponsive:P,toggleResponsive:()=>{const{allowResponsive:e,className:t}=a,{html:n}=k,r=!e;s({allowResponsive:r,className:At(n,t,o&&r)})},switchBackToURLInput:()=>y(!0)}),(0,$e.createElement)(Ue.View,S,(0,$e.createElement)(vi,{preview:k,previewable:n,className:z,url:v,type:N,caption:T,onCaptionChange:e=>s({caption:e}),isSelected:l,icon:d,label:B,insertBlocksAfter:c})))};const{name:_i}={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/embed",title:"Embed",category:"embed",description:"Add a block that displays content pulled from other sites, like Twitter or YouTube.",textdomain:"default",attributes:{url:{type:"string"},caption:{type:"string",source:"html",selector:"figcaption"},type:{type:"string"},providerNameSlug:{type:"string"},allowResponsive:{type:"boolean",default:!0},responsive:{type:"boolean",default:!1},previewable:{type:"boolean",default:!0}},supports:{align:!0},editorStyle:"wp-block-embed-editor",style:"wp-block-embed"};var yi={from:[{type:"raw",isMatch:e=>{var t,n;return"P"===e.nodeName&&/^\s*(https?:\/\/\S+)\s*$/i.test(e.textContent)&&1===(null===(t=e.textContent)||void 0===t||null===(n=t.match(/https/gi))||void 0===n?void 0:n.length)},transform:e=>(0,Ge.createBlock)(_i,{url:e.textContent.trim()})}],to:[{type:"block",blocks:["core/paragraph"],isMatch:e=>{let{url:t}=e;return!!t},transform:e=>{let{url:t,caption:n}=e,o=`<a href="${t}">${t}</a>`;return null!=n&&n.trim()&&(o+=`<br />${n}`),(0,Ge.createBlock)("core/paragraph",{content:o})}}]};const fi=[{name:"twitter",title:"Twitter",icon:Ql,keywords:["tweet",(0,je.__)("social")],description:(0,je.__)("Embed a tweet."),patterns:[/^https?:\/\/(www\.)?twitter\.com\/.+/i],attributes:{providerNameSlug:"twitter",responsive:!0}},{name:"youtube",title:"YouTube",icon:Kl,keywords:[(0,je.__)("music"),(0,je.__)("video")],description:(0,je.__)("Embed a YouTube video."),patterns:[/^https?:\/\/((m|www)\.)?youtube\.com\/.+/i,/^https?:\/\/youtu\.be\/.+/i],attributes:{providerNameSlug:"youtube",responsive:!0}},{name:"facebook",title:"Facebook",icon:Yl,keywords:[(0,je.__)("social")],description:(0,je.__)("Embed a Facebook post."),scope:["block"],patterns:[],attributes:{providerNameSlug:"facebook",previewable:!1,responsive:!0}},{name:"instagram",title:"Instagram",icon:Jl,keywords:[(0,je.__)("image"),(0,je.__)("social")],description:(0,je.__)("Embed an Instagram post."),scope:["block"],patterns:[],attributes:{providerNameSlug:"instagram",responsive:!0}},{name:"wordpress",title:"WordPress",icon:Xl,keywords:[(0,je.__)("post"),(0,je.__)("blog")],description:(0,je.__)("Embed a WordPress post."),attributes:{providerNameSlug:"wordpress"}},{name:"soundcloud",title:"SoundCloud",icon:Wl,keywords:[(0,je.__)("music"),(0,je.__)("audio")],description:(0,je.__)("Embed SoundCloud content."),patterns:[/^https?:\/\/(www\.)?soundcloud\.com\/.+/i],attributes:{providerNameSlug:"soundcloud",responsive:!0}},{name:"spotify",title:"Spotify",icon:ei,keywords:[(0,je.__)("music"),(0,je.__)("audio")],description:(0,je.__)("Embed Spotify content."),patterns:[/^https?:\/\/(open|play)\.spotify\.com\/.+/i],attributes:{providerNameSlug:"spotify",responsive:!0}},{name:"flickr",title:"Flickr",icon:ti,keywords:[(0,je.__)("image")],description:(0,je.__)("Embed Flickr content."),patterns:[/^https?:\/\/(www\.)?flickr\.com\/.+/i,/^https?:\/\/flic\.kr\/.+/i],attributes:{providerNameSlug:"flickr",responsive:!0}},{name:"vimeo",title:"Vimeo",icon:ni,keywords:[(0,je.__)("video")],description:(0,je.__)("Embed a Vimeo video."),patterns:[/^https?:\/\/(www\.)?vimeo\.com\/.+/i],attributes:{providerNameSlug:"vimeo",responsive:!0}},{name:"animoto",title:"Animoto",icon:li,description:(0,je.__)("Embed an Animoto video."),patterns:[/^https?:\/\/(www\.)?(animoto|video214)\.com\/.+/i],attributes:{providerNameSlug:"animoto",responsive:!0}},{name:"cloudup",title:"Cloudup",icon:ql,description:(0,je.__)("Embed Cloudup content."),patterns:[/^https?:\/\/cloudup\.com\/.+/i],attributes:{providerNameSlug:"cloudup",responsive:!0}},{name:"collegehumor",title:"CollegeHumor",icon:Zl,description:(0,je.__)("Embed CollegeHumor content."),scope:["block"],patterns:[],attributes:{providerNameSlug:"collegehumor",responsive:!0}},{name:"crowdsignal",title:"Crowdsignal",icon:ql,keywords:["polldaddy",(0,je.__)("survey")],description:(0,je.__)("Embed Crowdsignal (formerly Polldaddy) content."),patterns:[/^https?:\/\/((.+\.)?polldaddy\.com|poll\.fm|.+\.survey\.fm)\/.+/i],attributes:{providerNameSlug:"crowdsignal",responsive:!0}},{name:"dailymotion",title:"Dailymotion",icon:ii,keywords:[(0,je.__)("video")],description:(0,je.__)("Embed a Dailymotion video."),patterns:[/^https?:\/\/(www\.)?dailymotion\.com\/.+/i],attributes:{providerNameSlug:"dailymotion",responsive:!0}},{name:"imgur",title:"Imgur",icon:jl,description:(0,je.__)("Embed Imgur content."),patterns:[/^https?:\/\/(.+\.)?imgur\.com\/.+/i],attributes:{providerNameSlug:"imgur",responsive:!0}},{name:"issuu",title:"Issuu",icon:ql,description:(0,je.__)("Embed Issuu content."),patterns:[/^https?:\/\/(www\.)?issuu\.com\/.+/i],attributes:{providerNameSlug:"issuu",responsive:!0}},{name:"kickstarter",title:"Kickstarter",icon:ql,description:(0,je.__)("Embed Kickstarter content."),patterns:[/^https?:\/\/(www\.)?kickstarter\.com\/.+/i,/^https?:\/\/kck\.st\/.+/i],attributes:{providerNameSlug:"kickstarter",responsive:!0}},{name:"mixcloud",title:"Mixcloud",icon:Wl,keywords:[(0,je.__)("music"),(0,je.__)("audio")],description:(0,je.__)("Embed Mixcloud content."),patterns:[/^https?:\/\/(www\.)?mixcloud\.com\/.+/i],attributes:{providerNameSlug:"mixcloud",responsive:!0}},{name:"pocketcasts",title:"Pocket Casts",icon:ui,keywords:[(0,je.__)("podcast"),(0,je.__)("audio")],description:(0,je.__)("Embed a podcast player from Pocket Casts."),patterns:[/^https:\/\/pca.st\/\w+/i],attributes:{providerNameSlug:"pocketcasts",responsive:!0}},{name:"reddit",title:"Reddit",icon:oi,description:(0,je.__)("Embed a Reddit thread."),patterns:[/^https?:\/\/(www\.)?reddit\.com\/.+/i],attributes:{providerNameSlug:"reddit",responsive:!0}},{name:"reverbnation",title:"ReverbNation",icon:Wl,description:(0,je.__)("Embed ReverbNation content."),patterns:[/^https?:\/\/(www\.)?reverbnation\.com\/.+/i],attributes:{providerNameSlug:"reverbnation",responsive:!0}},{name:"screencast",title:"Screencast",icon:Zl,description:(0,je.__)("Embed Screencast content."),patterns:[/^https?:\/\/(www\.)?screencast\.com\/.+/i],attributes:{providerNameSlug:"screencast",responsive:!0}},{name:"scribd",title:"Scribd",icon:ql,description:(0,je.__)("Embed Scribd content."),patterns:[/^https?:\/\/(www\.)?scribd\.com\/.+/i],attributes:{providerNameSlug:"scribd",responsive:!0}},{name:"slideshare",title:"Slideshare",icon:ql,description:(0,je.__)("Embed Slideshare content."),patterns:[/^https?:\/\/(.+?\.)?slideshare\.net\/.+/i],attributes:{providerNameSlug:"slideshare",responsive:!0}},{name:"smugmug",title:"SmugMug",icon:jl,description:(0,je.__)("Embed SmugMug content."),patterns:[/^https?:\/\/(.+\.)?smugmug\.com\/.*/i],attributes:{providerNameSlug:"smugmug",previewable:!1,responsive:!0}},{name:"speaker-deck",title:"Speaker Deck",icon:ql,description:(0,je.__)("Embed Speaker Deck content."),patterns:[/^https?:\/\/(www\.)?speakerdeck\.com\/.+/i],attributes:{providerNameSlug:"speaker-deck",responsive:!0}},{name:"tiktok",title:"TikTok",icon:Zl,keywords:[(0,je.__)("video")],description:(0,je.__)("Embed a TikTok video."),patterns:[/^https?:\/\/(www\.)?tiktok\.com\/.+/i],attributes:{providerNameSlug:"tiktok",responsive:!0}},{name:"ted",title:"TED",icon:Zl,description:(0,je.__)("Embed a TED video."),patterns:[/^https?:\/\/(www\.|embed\.)?ted\.com\/.+/i],attributes:{providerNameSlug:"ted",responsive:!0}},{name:"tumblr",title:"Tumblr",icon:ri,keywords:[(0,je.__)("social")],description:(0,je.__)("Embed a Tumblr post."),patterns:[/^https?:\/\/(.+)\.tumblr\.com\/.+/i],attributes:{providerNameSlug:"tumblr",responsive:!0}},{name:"videopress",title:"VideoPress",icon:Zl,keywords:[(0,je.__)("video")],description:(0,je.__)("Embed a VideoPress video."),patterns:[/^https?:\/\/videopress\.com\/.+/i],attributes:{providerNameSlug:"videopress",responsive:!0}},{name:"wordpress-tv",title:"WordPress.tv",icon:Zl,description:(0,je.__)("Embed a WordPress.tv video."),patterns:[/^https?:\/\/wordpress\.tv\/.+/i],attributes:{providerNameSlug:"wordpress-tv",responsive:!0}},{name:"amazon-kindle",title:"Amazon Kindle",icon:ai,keywords:[(0,je.__)("ebook")],description:(0,je.__)("Embed Amazon Kindle content."),patterns:[/^https?:\/\/([a-z0-9-]+\.)?(amazon|amzn)(\.[a-z]{2,4})+\/.+/i,/^https?:\/\/(www\.)?(a\.co|z\.cn)\/.+/i],attributes:{providerNameSlug:"amazon-kindle"}},{name:"pinterest",title:"Pinterest",icon:si,keywords:[(0,je.__)("social"),(0,je.__)("bookmark")],description:(0,je.__)("Embed Pinterest pins, boards, and profiles."),patterns:[/^https?:\/\/([a-z]{2}|www)\.pinterest\.com(\.(au|mx))?\/.*/i],attributes:{providerNameSlug:"pinterest"}},{name:"wolfram-cloud",title:"Wolfram",icon:ci,description:(0,je.__)("Embed Wolfram notebook content."),patterns:[/^https?:\/\/(www\.)?wolframcloud\.com\/obj\/.+/i],attributes:{providerNameSlug:"wolfram-cloud",responsive:!0}}];fi.forEach((e=>{e.isActive||(e.isActive=(e,t)=>e.providerNameSlug===t.providerNameSlug)}));var ki=fi;const{attributes:xi}={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/embed",title:"Embed",category:"embed",description:"Add a block that displays content pulled from other sites, like Twitter or YouTube.",textdomain:"default",attributes:{url:{type:"string"},caption:{type:"string",source:"html",selector:"figcaption"},type:{type:"string"},providerNameSlug:{type:"string"},allowResponsive:{type:"boolean",default:!0},responsive:{type:"boolean",default:!1},previewable:{type:"boolean",default:!0}},supports:{align:!0},editorStyle:"wp-block-embed-editor",style:"wp-block-embed"},wi={attributes:xi,save(e){let{attributes:t}=e;const{url:n,caption:o,type:r,providerNameSlug:a}=t;if(!n)return null;const l=rt()("wp-block-embed",{[`is-type-${r}`]:r,[`is-provider-${a}`]:a,[`wp-block-embed-${a}`]:a});return(0,$e.createElement)("figure",Ze.useBlockProps.save({className:l}),(0,$e.createElement)("div",{className:"wp-block-embed__wrapper"},`\n${n}\n`),!Ze.RichText.isEmpty(o)&&(0,$e.createElement)(Ze.RichText.Content,{tagName:"figcaption",value:o}))}};var Ei=[wi,{attributes:xi,save(e){let{attributes:{url:t,caption:n,type:o,providerNameSlug:r}}=e;if(!t)return null;const a=rt()("wp-block-embed",{[`is-type-${o}`]:o,[`is-provider-${r}`]:r});return(0,$e.createElement)("figure",{className:a},`\n${t}\n`,!Ze.RichText.isEmpty(n)&&(0,$e.createElement)(Ze.RichText.Content,{tagName:"figcaption",value:n}))}}];const Ci={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/embed",title:"Embed",category:"embed",description:"Add a block that displays content pulled from other sites, like Twitter or YouTube.",textdomain:"default",attributes:{url:{type:"string"},caption:{type:"string",source:"html",selector:"figcaption"},type:{type:"string"},providerNameSlug:{type:"string"},allowResponsive:{type:"boolean",default:!0},responsive:{type:"boolean",default:!1},previewable:{type:"boolean",default:!0}},supports:{align:!0},editorStyle:"wp-block-embed-editor",style:"wp-block-embed"},{name:Si}=Ci,Bi={icon:ql,edit:bi,save:function(e){let{attributes:t}=e;const{url:n,caption:o,type:r,providerNameSlug:a}=t;if(!n)return null;const l=Tt()("wp-block-embed",{[`is-type-${r}`]:r,[`is-provider-${a}`]:a,[`wp-block-embed-${a}`]:a});return(0,$e.createElement)("figure",Ze.useBlockProps.save({className:l}),(0,$e.createElement)("div",{className:"wp-block-embed__wrapper"},`\n${n}\n`),!Ze.RichText.isEmpty(o)&&(0,$e.createElement)(Ze.RichText.Content,{className:(0,Ze.__experimentalGetElementClassName)("caption"),tagName:"figcaption",value:o}))},transforms:yi,variations:ki,deprecated:Ei},Ti=()=>qe({name:Si,metadata:Ci,settings:Bi});var Ni=(0,$e.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,$e.createElement)(Ue.Path,{d:"M19 6.2h-5.9l-.6-1.1c-.3-.7-1-1.1-1.8-1.1H5c-1.1 0-2 .9-2 2v11.8c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V8.2c0-1.1-.9-2-2-2zm.5 11.6c0 .3-.2.5-.5.5H5c-.3 0-.5-.2-.5-.5V6c0-.3.2-.5.5-.5h5.8c.2 0 .4.1.4.3l1 2H19c.3 0 .5.2.5.5v9.5z"}));const Pi={attributes:{id:{type:"number"},href:{type:"string"},fileId:{type:"string",source:"attribute",selector:"a:not([download])",attribute:"id"},fileName:{type:"string",source:"html",selector:"a:not([download])"},textLinkHref:{type:"string",source:"attribute",selector:"a:not([download])",attribute:"href"},textLinkTarget:{type:"string",source:"attribute",selector:"a:not([download])",attribute:"target"},showDownloadButton:{type:"boolean",default:!0},downloadButtonText:{type:"string",source:"html",selector:"a[download]"},displayPreview:{type:"boolean"},previewHeight:{type:"number",default:600}},supports:{anchor:!0,align:!0},save(e){let{attributes:t}=e;const{href:n,fileId:o,fileName:r,textLinkHref:a,textLinkTarget:l,showDownloadButton:i,downloadButtonText:s,displayPreview:c,previewHeight:u}=t,m=Ze.RichText.isEmpty(r)?(0,je.__)("PDF embed"):(0,je.sprintf)((0,je.__)("Embed of %s."),r),d=!Ze.RichText.isEmpty(r),p=d?o:void 0;return n&&(0,$e.createElement)("div",Ze.useBlockProps.save(),c&&(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)("object",{className:"wp-block-file__embed",data:n,type:"application/pdf",style:{width:"100%",height:`${u}px`},"aria-label":m})),d&&(0,$e.createElement)("a",{id:p,href:a,target:l,rel:l?"noreferrer noopener":void 0},(0,$e.createElement)(Ze.RichText.Content,{value:r})),i&&(0,$e.createElement)("a",{href:n,className:rt()("wp-block-file__button",(0,Ze.__experimentalGetElementClassName)("button")),download:!0,"aria-describedby":p},(0,$e.createElement)(Ze.RichText.Content,{value:s})))}},Ii={attributes:{id:{type:"number"},href:{type:"string"},fileId:{type:"string",source:"attribute",selector:"a:not([download])",attribute:"id"},fileName:{type:"string",source:"html",selector:"a:not([download])"},textLinkHref:{type:"string",source:"attribute",selector:"a:not([download])",attribute:"href"},textLinkTarget:{type:"string",source:"attribute",selector:"a:not([download])",attribute:"target"},showDownloadButton:{type:"boolean",default:!0},downloadButtonText:{type:"string",source:"html",selector:"a[download]"},displayPreview:{type:"boolean"},previewHeight:{type:"number",default:600}},supports:{anchor:!0,align:!0},save(e){let{attributes:t}=e;const{href:n,fileId:o,fileName:r,textLinkHref:a,textLinkTarget:l,showDownloadButton:i,downloadButtonText:s,displayPreview:c,previewHeight:u}=t,m=Ze.RichText.isEmpty(r)?(0,je.__)("PDF embed"):(0,je.sprintf)((0,je.__)("Embed of %s."),r),d=!Ze.RichText.isEmpty(r),p=d?o:void 0;return n&&(0,$e.createElement)("div",Ze.useBlockProps.save(),c&&(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)("object",{className:"wp-block-file__embed",data:n,type:"application/pdf",style:{width:"100%",height:`${u}px`},"aria-label":m})),d&&(0,$e.createElement)("a",{id:p,href:a,target:l,rel:l?"noreferrer noopener":void 0},(0,$e.createElement)(Ze.RichText.Content,{value:r})),i&&(0,$e.createElement)("a",{href:n,className:"wp-block-file__button",download:!0,"aria-describedby":p},(0,$e.createElement)(Ze.RichText.Content,{value:s})))}},zi={attributes:{id:{type:"number"},href:{type:"string"},fileName:{type:"string",source:"html",selector:"a:not([download])"},textLinkHref:{type:"string",source:"attribute",selector:"a:not([download])",attribute:"href"},textLinkTarget:{type:"string",source:"attribute",selector:"a:not([download])",attribute:"target"},showDownloadButton:{type:"boolean",default:!0},downloadButtonText:{type:"string",source:"html",selector:"a[download]"},displayPreview:{type:"boolean"},previewHeight:{type:"number",default:600}},supports:{anchor:!0,align:!0},save(e){let{attributes:t}=e;const{href:n,fileName:o,textLinkHref:r,textLinkTarget:a,showDownloadButton:l,downloadButtonText:i,displayPreview:s,previewHeight:c}=t,u=Ze.RichText.isEmpty(o)?(0,je.__)("PDF embed"):(0,je.sprintf)((0,je.__)("Embed of %s."),o);return n&&(0,$e.createElement)("div",Ze.useBlockProps.save(),s&&(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)("object",{className:"wp-block-file__embed",data:n,type:"application/pdf",style:{width:"100%",height:`${c}px`},"aria-label":u})),!Ze.RichText.isEmpty(o)&&(0,$e.createElement)("a",{href:r,target:a,rel:a?"noreferrer noopener":void 0},(0,$e.createElement)(Ze.RichText.Content,{value:o})),l&&(0,$e.createElement)("a",{href:n,className:"wp-block-file__button",download:!0},(0,$e.createElement)(Ze.RichText.Content,{value:i})))}};var Mi=[Pi,Ii,zi];function Li(e){let{hrefs:t,openInNewWindow:n,showDownloadButton:o,changeLinkDestinationOption:r,changeOpenInNewWindow:a,changeShowDownloadButton:l,displayPreview:i,changeDisplayPreview:s,previewHeight:c,changePreviewHeight:u}=e;const{href:m,textLinkHref:d,attachmentPage:p}=t;let g=[{value:m,label:(0,je.__)("URL")}];return p&&(g=[{value:m,label:(0,je.__)("Media file")},{value:p,label:(0,je.__)("Attachment page")}]),(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Ze.InspectorControls,null,m.endsWith(".pdf")&&(0,$e.createElement)(We.PanelBody,{title:(0,je.__)("PDF settings")},(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Show inline embed"),help:i?(0,je.__)("Note: Most phone and tablet browsers won't display embedded PDFs."):null,checked:!!i,onChange:s}),i&&(0,$e.createElement)(We.RangeControl,{label:(0,je.__)("Height in pixels"),min:Vi,max:Math.max(Hi,c),value:c,onChange:u})),(0,$e.createElement)(We.PanelBody,{title:(0,je.__)("Settings")},(0,$e.createElement)(We.SelectControl,{label:(0,je.__)("Link to"),value:d,options:g,onChange:r}),(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Open in new tab"),checked:n,onChange:a}),(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Show download button"),checked:o,onChange:l}))))}const Ri=()=>!(window.navigator.userAgent.indexOf("Mobi")>-1)&&(!(window.navigator.userAgent.indexOf("Android")>-1)&&(!(window.navigator.userAgent.indexOf("Macintosh")>-1&&window.navigator.maxTouchPoints&&window.navigator.maxTouchPoints>2)&&!((window.ActiveXObject||"ActiveXObject"in window)&&!Ai("AcroPDF.PDF")&&!Ai("PDF.PdfCtrl")))),Ai=e=>{let t;try{t=new window.ActiveXObject(e)}catch(e){t=void 0}return t},Vi=200,Hi=2e3;function Fi(e){let{text:t,disabled:n}=e;const{createNotice:o}=(0,it.useDispatch)(wt.store),r=(0,Zt.useCopyToClipboard)(t,(()=>{o("info",(0,je.__)("Copied URL to clipboard."),{isDismissible:!0,type:"snackbar"})}));return(0,$e.createElement)(We.ToolbarButton,{className:"components-clipboard-toolbar-button",ref:r,disabled:n},(0,je.__)("Copy URL"))}var Di=function(e){let{attributes:t,isSelected:n,setAttributes:o,clientId:r}=e;const{id:a,fileId:l,fileName:i,href:s,textLinkHref:c,textLinkTarget:u,showDownloadButton:m,downloadButtonText:d,displayPreview:p,previewHeight:g}=t,{media:h,mediaUpload:v}=(0,it.useSelect)((e=>({media:void 0===a?void 0:e(lt.store).getMedia(a),mediaUpload:e(Ze.store).getSettings().mediaUpload})),[a]),{createErrorNotice:b}=(0,it.useDispatch)(wt.store),{toggleSelection:_,__unstableMarkNextChangeAsNotPersistent:y}=(0,it.useDispatch)(Ze.store);function f(e){if(e&&e.url){const t=e.url.endsWith(".pdf");o({href:e.url,fileName:e.title,textLinkHref:e.url,id:e.id,displayPreview:!!t||void 0,previewHeight:t?600:void 0})}}function k(e){o({href:void 0}),b(e,{type:"snackbar"})}function x(e){o({downloadButtonText:e.replace(/<\/?a[^>]*>/g,"")})}(0,$e.useEffect)((()=>{if((0,xt.isBlobURL)(s)){const e=(0,xt.getBlobByURL)(s);v({filesList:[e],onFileChange:e=>{let[t]=e;return f(t)},onError:k}),(0,xt.revokeBlobURL)(s)}void 0===d&&x((0,je._x)("Download","button label"))}),[]),(0,$e.useEffect)((()=>{!l&&s&&(y(),o({fileId:`wp-block-file--media-${r}`}))}),[s,l,r]);const w=h&&h.link,E=(0,Ze.useBlockProps)({className:rt()((0,xt.isBlobURL)(s)&&(0,We.__unstableGetAnimateClassName)({type:"loading"}),{"is-transient":(0,xt.isBlobURL)(s)})}),C=Ri()&&p;return s?(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Li,{hrefs:{href:s,textLinkHref:c,attachmentPage:w},openInNewWindow:!!u,showDownloadButton:m,changeLinkDestinationOption:function(e){o({textLinkHref:e})},changeOpenInNewWindow:function(e){o({textLinkTarget:!!e&&"_blank"})},changeShowDownloadButton:function(e){o({showDownloadButton:e})},displayPreview:p,changeDisplayPreview:function(e){o({displayPreview:e})},previewHeight:g,changePreviewHeight:function(e){const t=Math.max(parseInt(e,10),Vi);o({previewHeight:t})}}),(0,$e.createElement)(Ze.BlockControls,{group:"other"},(0,$e.createElement)(Ze.MediaReplaceFlow,{mediaId:a,mediaURL:s,accept:"*",onSelect:f,onError:k}),(0,$e.createElement)(Fi,{text:s,disabled:(0,xt.isBlobURL)(s)})),(0,$e.createElement)("div",E,C&&(0,$e.createElement)(We.ResizableBox,{size:{height:g},minHeight:Vi,maxHeight:Hi,minWidth:"100%",grid:[10,10],enable:{top:!1,right:!1,bottom:!0,left:!1,topRight:!1,bottomRight:!1,bottomLeft:!1,topLeft:!1},onResizeStart:()=>_(!1),onResizeStop:function(e,t,n,r){_(!0);const a=parseInt(g+r.height,10);o({previewHeight:a})},showHandle:n},(0,$e.createElement)("object",{className:"wp-block-file__preview",data:s,type:"application/pdf","aria-label":(0,je.__)("Embed of the selected PDF file.")}),!n&&(0,$e.createElement)("div",{className:"wp-block-file__preview-overlay"})),(0,$e.createElement)("div",{className:"wp-block-file__content-wrapper"},(0,$e.createElement)(Ze.RichText,{tagName:"a",value:i,placeholder:(0,je.__)("Write file name"),withoutInteractiveFormatting:!0,onChange:e=>o({fileName:e}),href:c}),m&&(0,$e.createElement)("div",{className:"wp-block-file__button-richtext-wrapper"},(0,$e.createElement)(Ze.RichText,{tagName:"div","aria-label":(0,je.__)("Download button text"),className:rt()("wp-block-file__button",(0,Ze.__experimentalGetElementClassName)("button")),value:d,withoutInteractiveFormatting:!0,placeholder:(0,je.__)("Add text"),onChange:e=>x(e)}))))):(0,$e.createElement)("div",E,(0,$e.createElement)(Ze.MediaPlaceholder,{icon:(0,$e.createElement)(Ze.BlockIcon,{icon:Ni}),labels:{title:(0,je.__)("File"),instructions:(0,je.__)("Upload a file or pick one from your media library.")},onSelect:f,onError:k,accept:"*"}))};const Gi={from:[{type:"files",isMatch(e){return e.length>0},priority:15,transform:e=>{const t=[];return e.forEach((e=>{const n=(0,xt.createBlobURL)(e);t.push((0,Ge.createBlock)("core/file",{href:n,fileName:e.name,textLinkHref:n}))})),t}},{type:"block",blocks:["core/audio"],transform:e=>(0,Ge.createBlock)("core/file",{href:e.src,fileName:e.caption,textLinkHref:e.src,id:e.id,anchor:e.anchor})},{type:"block",blocks:["core/video"],transform:e=>(0,Ge.createBlock)("core/file",{href:e.src,fileName:e.caption,textLinkHref:e.src,id:e.id,anchor:e.anchor})},{type:"block",blocks:["core/image"],transform:e=>(0,Ge.createBlock)("core/file",{href:e.url,fileName:e.caption||(0,at.getFilename)(e.url),textLinkHref:e.url,id:e.id,anchor:e.anchor})}],to:[{type:"block",blocks:["core/audio"],isMatch:e=>{let{id:t}=e;if(!t)return!1;const{getMedia:n}=(0,it.select)(lt.store),o=n(t);return!!o&&(0,St.includes)(o.mime_type,"audio")},transform:e=>(0,Ge.createBlock)("core/audio",{src:e.href,caption:e.fileName,id:e.id,anchor:e.anchor})},{type:"block",blocks:["core/video"],isMatch:e=>{let{id:t}=e;if(!t)return!1;const{getMedia:n}=(0,it.select)(lt.store),o=n(t);return!!o&&(0,St.includes)(o.mime_type,"video")},transform:e=>(0,Ge.createBlock)("core/video",{src:e.href,caption:e.fileName,id:e.id,anchor:e.anchor})},{type:"block",blocks:["core/image"],isMatch:e=>{let{id:t}=e;if(!t)return!1;const{getMedia:n}=(0,it.select)(lt.store),o=n(t);return!!o&&(0,St.includes)(o.mime_type,"image")},transform:e=>(0,Ge.createBlock)("core/image",{url:e.href,caption:e.fileName,id:e.id,anchor:e.anchor})}]};var $i=Gi;const Ui={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/file",title:"File",category:"media",description:"Add a link to a downloadable file.",keywords:["document","pdf","download"],textdomain:"default",attributes:{id:{type:"number"},href:{type:"string"},fileId:{type:"string",source:"attribute",selector:"a:not([download])",attribute:"id"},fileName:{type:"string",source:"html",selector:"a:not([download])"},textLinkHref:{type:"string",source:"attribute",selector:"a:not([download])",attribute:"href"},textLinkTarget:{type:"string",source:"attribute",selector:"a:not([download])",attribute:"target"},showDownloadButton:{type:"boolean",default:!0},downloadButtonText:{type:"string",source:"html",selector:"a[download]"},displayPreview:{type:"boolean"},previewHeight:{type:"number",default:600}},supports:{anchor:!0,align:!0},viewScript:"file:./view.min.js",editorStyle:"wp-block-file-editor",style:"wp-block-file"},{name:Oi}=Ui,qi={icon:Ni,example:{attributes:{href:"https://upload.wikimedia.org/wikipedia/commons/d/dd/Armstrong_Small_Step.ogg",fileName:(0,je._x)("Armstrong_Small_Step","Name of the file")}},transforms:$i,deprecated:Mi,edit:Di,save:function(e){let{attributes:t}=e;const{href:n,fileId:o,fileName:r,textLinkHref:a,textLinkTarget:l,showDownloadButton:i,downloadButtonText:s,displayPreview:c,previewHeight:u}=t,m=Ze.RichText.isEmpty(r)?"PDF embed":r,d=!Ze.RichText.isEmpty(r),p=d?o:void 0;return n&&(0,$e.createElement)("div",Ze.useBlockProps.save(),c&&(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)("object",{className:"wp-block-file__embed",data:n,type:"application/pdf",style:{width:"100%",height:`${u}px`},"aria-label":m})),d&&(0,$e.createElement)("a",{id:p,href:a,target:l,rel:l?"noreferrer noopener":void 0},(0,$e.createElement)(Ze.RichText.Content,{value:r})),i&&(0,$e.createElement)("a",{href:n,className:rt()("wp-block-file__button",(0,Ze.__experimentalGetElementClassName)("button")),download:!0,"aria-describedby":p},(0,$e.createElement)(Ze.RichText.Content,{value:s})))}},Wi=()=>qe({name:Oi,metadata:Ui,settings:qi});var ji=(0,$e.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,$e.createElement)(Ue.Path,{d:"M20.2 8v11c0 .7-.6 1.2-1.2 1.2H6v1.5h13c1.5 0 2.7-1.2 2.7-2.8V8h-1.5zM18 16.4V4.6c0-.9-.7-1.6-1.6-1.6H4.6C3.7 3 3 3.7 3 4.6v11.8c0 .9.7 1.6 1.6 1.6h11.8c.9 0 1.6-.7 1.6-1.6zM4.5 4.6c0-.1.1-.1.1-.1h11.8c.1 0 .1.1.1.1V12l-2.3-1.7c-.3-.2-.6-.2-.9 0l-2.9 2.1L8 11.3c-.2-.1-.5-.1-.7 0l-2.9 1.5V4.6zm0 11.8v-1.8l3.2-1.7 2.4 1.2c.2.1.5.1.8-.1l2.8-2 2.8 2v2.5c0 .1-.1.1-.1.1H4.6c0-.1-.1-.2-.1-.2z"}));const Zi="none",Qi="media",Ki="attachment";const Yi=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"large";const n=(0,St.pick)(e,["alt","id","link"]);n.url=(0,St.get)(e,["sizes",t,"url"])||(0,St.get)(e,["media_details","sizes",t,"source_url"])||e.url||e.source_url;const o=(0,St.get)(e,["sizes","full","url"])||(0,St.get)(e,["media_details","sizes","full","source_url"]);return o&&(n.fullUrl=o),n};function Ji(){return!$e.Platform.isNative||function(){if(!window.wp||"boolean"!=typeof window.wp.galleryBlockV2Enabled)throw"window.wp.galleryBlockV2Enabled is not defined";return window.wp.galleryBlockV2Enabled}()}const Xi="file",es="post";function ts(e){var t;return Math.min(3,null==e||null===(t=e.images)||void 0===t?void 0:t.length)}function ns(e,t){switch(t){case Xi:return{href:(null==e?void 0:e.source_url)||(null==e?void 0:e.url),linkDestination:Qi};case es:return{href:null==e?void 0:e.link,linkDestination:Ki};case Qi:return{href:(null==e?void 0:e.source_url)||(null==e?void 0:e.url),linkDestination:Qi};case Ki:return{href:null==e?void 0:e.link,linkDestination:Ki};case Zi:return{href:void 0,linkDestination:Zi}}return{}}function os(e){let t=e.linkTo?e.linkTo:"none";"post"===t?t="attachment":"file"===t&&(t="media");const n=e.images.map((n=>function(e,t,n){return(0,Ge.createBlock)("core/image",{...e.id&&{id:parseInt(e.id)},url:e.url,alt:e.alt,caption:e.caption,sizeSlug:t,...ns(e,n)})}(n,e.sizeSlug,t))),{images:o,ids:r,...a}=e;return[{...a,linkTo:t,allowResize:!1},n]}const rs={attributes:{images:{type:"array",default:[],source:"query",selector:".blocks-gallery-item",query:{url:{type:"string",source:"attribute",selector:"img",attribute:"src"},fullUrl:{type:"string",source:"attribute",selector:"img",attribute:"data-full-url"},link:{type:"string",source:"attribute",selector:"img",attribute:"data-link"},alt:{type:"string",source:"attribute",selector:"img",attribute:"alt",default:""},id:{type:"string",source:"attribute",selector:"img",attribute:"data-id"},caption:{type:"string",source:"html",selector:".blocks-gallery-item__caption"}}},ids:{type:"array",items:{type:"number"},default:[]},shortCodeTransforms:{type:"array",default:[],items:{type:"object"}},columns:{type:"number",minimum:1,maximum:8},caption:{type:"string",source:"html",selector:".blocks-gallery-caption"},imageCrop:{type:"boolean",default:!0},fixedHeight:{type:"boolean",default:!0},linkTarget:{type:"string"},linkTo:{type:"string"},sizeSlug:{type:"string",default:"large"},allowResize:{type:"boolean",default:!1}},save(e){let{attributes:t}=e;const{caption:n,columns:o,imageCrop:r}=t,a=rt()("has-nested-images",{[`columns-${o}`]:void 0!==o,"columns-default":void 0===o,"is-cropped":r}),l=Ze.useBlockProps.save({className:a}),i=Ze.useInnerBlocksProps.save(l);return(0,$e.createElement)("figure",i,i.children,!Ze.RichText.isEmpty(n)&&(0,$e.createElement)(Ze.RichText.Content,{tagName:"figcaption",className:"blocks-gallery-caption",value:n}))}},as={attributes:{images:{type:"array",default:[],source:"query",selector:".blocks-gallery-item",query:{url:{type:"string",source:"attribute",selector:"img",attribute:"src"},fullUrl:{type:"string",source:"attribute",selector:"img",attribute:"data-full-url"},link:{type:"string",source:"attribute",selector:"img",attribute:"data-link"},alt:{type:"string",source:"attribute",selector:"img",attribute:"alt",default:""},id:{type:"string",source:"attribute",selector:"img",attribute:"data-id"},caption:{type:"string",source:"html",selector:".blocks-gallery-item__caption"}}},ids:{type:"array",items:{type:"number"},default:[]},columns:{type:"number",minimum:1,maximum:8},caption:{type:"string",source:"html",selector:".blocks-gallery-caption"},imageCrop:{type:"boolean",default:!0},fixedHeight:{type:"boolean",default:!0},linkTo:{type:"string"},sizeSlug:{type:"string",default:"large"}},supports:{anchor:!0,align:!0},save(e){let{attributes:t}=e;const{images:n,columns:o=ts(t),imageCrop:r,caption:a,linkTo:l}=t,i=`columns-${o} ${r?"is-cropped":""}`;return(0,$e.createElement)("figure",Ze.useBlockProps.save({className:i}),(0,$e.createElement)("ul",{className:"blocks-gallery-grid"},n.map((e=>{let t;switch(l){case Xi:t=e.fullUrl||e.url;break;case es:t=e.link}const n=(0,$e.createElement)("img",{src:e.url,alt:e.alt,"data-id":e.id,"data-full-url":e.fullUrl,"data-link":e.link,className:e.id?`wp-image-${e.id}`:null});return(0,$e.createElement)("li",{key:e.id||e.url,className:"blocks-gallery-item"},(0,$e.createElement)("figure",null,t?(0,$e.createElement)("a",{href:t},n):n,!Ze.RichText.isEmpty(e.caption)&&(0,$e.createElement)(Ze.RichText.Content,{tagName:"figcaption",className:"blocks-gallery-item__caption",value:e.caption})))}))),!Ze.RichText.isEmpty(a)&&(0,$e.createElement)(Ze.RichText.Content,{tagName:"figcaption",className:"blocks-gallery-caption",value:a}))},migrate(e){return Ji()?os(e):e}},ls={attributes:{images:{type:"array",default:[],source:"query",selector:".blocks-gallery-item",query:{url:{type:"string",source:"attribute",selector:"img",attribute:"src"},fullUrl:{type:"string",source:"attribute",selector:"img",attribute:"data-full-url"},link:{type:"string",source:"attribute",selector:"img",attribute:"data-link"},alt:{type:"string",source:"attribute",selector:"img",attribute:"alt",default:""},id:{type:"string",source:"attribute",selector:"img",attribute:"data-id"},caption:{type:"string",source:"html",selector:".blocks-gallery-item__caption"}}},ids:{type:"array",items:{type:"number"},default:[]},columns:{type:"number",minimum:1,maximum:8},caption:{type:"string",source:"html",selector:".blocks-gallery-caption"},imageCrop:{type:"boolean",default:!0},linkTo:{type:"string",default:"none"},sizeSlug:{type:"string",default:"large"}},supports:{align:!0},isEligible(e){let{linkTo:t}=e;return!t||"attachment"===t||"media"===t},migrate(e){if(Ji())return os(e);let t=e.linkTo;return e.linkTo?"attachment"===e.linkTo?t="post":"media"===e.linkTo&&(t="file"):t="none",{...e,linkTo:t}},save(e){let{attributes:t}=e;const{images:n,columns:o=ts(t),imageCrop:r,caption:a,linkTo:l}=t;return(0,$e.createElement)("figure",{className:`columns-${o} ${r?"is-cropped":""}`},(0,$e.createElement)("ul",{className:"blocks-gallery-grid"},n.map((e=>{let t;switch(l){case"media":t=e.fullUrl||e.url;break;case"attachment":t=e.link}const n=(0,$e.createElement)("img",{src:e.url,alt:e.alt,"data-id":e.id,"data-full-url":e.fullUrl,"data-link":e.link,className:e.id?`wp-image-${e.id}`:null});return(0,$e.createElement)("li",{key:e.id||e.url,className:"blocks-gallery-item"},(0,$e.createElement)("figure",null,t?(0,$e.createElement)("a",{href:t},n):n,!Ze.RichText.isEmpty(e.caption)&&(0,$e.createElement)(Ze.RichText.Content,{tagName:"figcaption",className:"blocks-gallery-item__caption",value:e.caption})))}))),!Ze.RichText.isEmpty(a)&&(0,$e.createElement)(Ze.RichText.Content,{tagName:"figcaption",className:"blocks-gallery-caption",value:a}))}},is={attributes:{images:{type:"array",default:[],source:"query",selector:".blocks-gallery-item",query:{url:{source:"attribute",selector:"img",attribute:"src"},fullUrl:{source:"attribute",selector:"img",attribute:"data-full-url"},link:{source:"attribute",selector:"img",attribute:"data-link"},alt:{source:"attribute",selector:"img",attribute:"alt",default:""},id:{source:"attribute",selector:"img",attribute:"data-id"},caption:{type:"string",source:"html",selector:".blocks-gallery-item__caption"}}},ids:{type:"array",default:[]},columns:{type:"number"},caption:{type:"string",source:"html",selector:".blocks-gallery-caption"},imageCrop:{type:"boolean",default:!0},linkTo:{type:"string",default:"none"}},supports:{align:!0},isEligible(e){let{ids:t}=e;return t&&t.some((e=>"string"==typeof e))},migrate(e){return Ji()?os(e):{...e,ids:(0,St.map)(e.ids,(e=>{const t=parseInt(e,10);return Number.isInteger(t)?t:null}))}},save(e){let{attributes:t}=e;const{images:n,columns:o=ts(t),imageCrop:r,caption:a,linkTo:l}=t;return(0,$e.createElement)("figure",{className:`columns-${o} ${r?"is-cropped":""}`},(0,$e.createElement)("ul",{className:"blocks-gallery-grid"},n.map((e=>{let t;switch(l){case"media":t=e.fullUrl||e.url;break;case"attachment":t=e.link}const n=(0,$e.createElement)("img",{src:e.url,alt:e.alt,"data-id":e.id,"data-full-url":e.fullUrl,"data-link":e.link,className:e.id?`wp-image-${e.id}`:null});return(0,$e.createElement)("li",{key:e.id||e.url,className:"blocks-gallery-item"},(0,$e.createElement)("figure",null,t?(0,$e.createElement)("a",{href:t},n):n,!Ze.RichText.isEmpty(e.caption)&&(0,$e.createElement)(Ze.RichText.Content,{tagName:"figcaption",className:"blocks-gallery-item__caption",value:e.caption})))}))),!Ze.RichText.isEmpty(a)&&(0,$e.createElement)(Ze.RichText.Content,{tagName:"figcaption",className:"blocks-gallery-caption",value:a}))}},ss={attributes:{images:{type:"array",default:[],source:"query",selector:"ul.wp-block-gallery .blocks-gallery-item",query:{url:{source:"attribute",selector:"img",attribute:"src"},fullUrl:{source:"attribute",selector:"img",attribute:"data-full-url"},alt:{source:"attribute",selector:"img",attribute:"alt",default:""},id:{source:"attribute",selector:"img",attribute:"data-id"},link:{source:"attribute",selector:"img",attribute:"data-link"},caption:{type:"string",source:"html",selector:"figcaption"}}},ids:{type:"array",default:[]},columns:{type:"number"},imageCrop:{type:"boolean",default:!0},linkTo:{type:"string",default:"none"}},supports:{align:!0},save(e){let{attributes:t}=e;const{images:n,columns:o=ts(t),imageCrop:r,linkTo:a}=t;return(0,$e.createElement)("ul",{className:`columns-${o} ${r?"is-cropped":""}`},n.map((e=>{let t;switch(a){case"media":t=e.fullUrl||e.url;break;case"attachment":t=e.link}const n=(0,$e.createElement)("img",{src:e.url,alt:e.alt,"data-id":e.id,"data-full-url":e.fullUrl,"data-link":e.link,className:e.id?`wp-image-${e.id}`:null});return(0,$e.createElement)("li",{key:e.id||e.url,className:"blocks-gallery-item"},(0,$e.createElement)("figure",null,t?(0,$e.createElement)("a",{href:t},n):n,e.caption&&e.caption.length>0&&(0,$e.createElement)(Ze.RichText.Content,{tagName:"figcaption",value:e.caption})))})))},migrate(e){return Ji()?os(e):e}},cs={attributes:{images:{type:"array",default:[],source:"query",selector:"ul.wp-block-gallery .blocks-gallery-item",query:{url:{source:"attribute",selector:"img",attribute:"src"},alt:{source:"attribute",selector:"img",attribute:"alt",default:""},id:{source:"attribute",selector:"img",attribute:"data-id"},link:{source:"attribute",selector:"img",attribute:"data-link"},caption:{type:"string",source:"html",selector:"figcaption"}}},columns:{type:"number"},imageCrop:{type:"boolean",default:!0},linkTo:{type:"string",default:"none"}},isEligible(e){let{images:t,ids:n}=e;return t&&t.length>0&&(!n&&t||n&&t&&n.length!==t.length||(0,St.some)(t,((e,t)=>!e&&null!==n[t]||parseInt(e,10)!==n[t])))},migrate(e){return Ji()?os(e):{...e,ids:(0,St.map)(e.images,(e=>{let{id:t}=e;return t?parseInt(t,10):null}))}},supports:{align:!0},save(e){let{attributes:t}=e;const{images:n,columns:o=ts(t),imageCrop:r,linkTo:a}=t;return(0,$e.createElement)("ul",{className:`columns-${o} ${r?"is-cropped":""}`},n.map((e=>{let t;switch(a){case"media":t=e.url;break;case"attachment":t=e.link}const n=(0,$e.createElement)("img",{src:e.url,alt:e.alt,"data-id":e.id,"data-link":e.link,className:e.id?`wp-image-${e.id}`:null});return(0,$e.createElement)("li",{key:e.id||e.url,className:"blocks-gallery-item"},(0,$e.createElement)("figure",null,t?(0,$e.createElement)("a",{href:t},n):n,e.caption&&e.caption.length>0&&(0,$e.createElement)(Ze.RichText.Content,{tagName:"figcaption",value:e.caption})))})))}},us={attributes:{images:{type:"array",default:[],source:"query",selector:"div.wp-block-gallery figure.blocks-gallery-image img",query:{url:{source:"attribute",attribute:"src"},alt:{source:"attribute",attribute:"alt",default:""},id:{source:"attribute",attribute:"data-id"}}},columns:{type:"number"},imageCrop:{type:"boolean",default:!0},linkTo:{type:"string",default:"none"},align:{type:"string",default:"none"}},supports:{align:!0},save(e){let{attributes:t}=e;const{images:n,columns:o=ts(t),align:r,imageCrop:a,linkTo:l}=t,i=rt()(`columns-${o}`,{alignnone:"none"===r,"is-cropped":a});return(0,$e.createElement)("div",{className:i},n.map((e=>{let t;switch(l){case"media":t=e.url;break;case"attachment":t=e.link}const n=(0,$e.createElement)("img",{src:e.url,alt:e.alt,"data-id":e.id});return(0,$e.createElement)("figure",{key:e.id||e.url,className:"blocks-gallery-image"},t?(0,$e.createElement)("a",{href:t},n):n)})))},migrate(e){return Ji()?os(e):e}};var ms=[rs,as,ls,is,ss,cs,us],ds=window.wp.viewport;const ps=(0,$e.createElement)(Ze.BlockIcon,{icon:ji}),gs=20,hs="none",vs="media",bs="attachment",_s="custom",ys=["noreferrer","noopener"],fs=["image"];function ks(e,t,n){switch(n||t){case"file":case Qi:return{href:(null==e?void 0:e.source_url)||(null==e?void 0:e.url),linkDestination:vs};case"post":case Ki:return{href:null==e?void 0:e.link,linkDestination:bs};case Zi:return{href:void 0,linkDestination:hs}}return{}}function xs(e,t){let{rel:n}=t;const o=e?"_blank":void 0;let r;return r=o||n?function(e){let t=e;return void 0===e||(0,St.isEmpty)(t)||(0,St.isEmpty)(t)||(ys.forEach((e=>{const n=new RegExp("\\b"+e+"\\b","gi");t=t.replace(n,"")})),t!==e&&(t=t.trim()),(0,St.isEmpty)(t)&&(t=void 0)),t}(n):void 0,{linkTarget:o,rel:r}}const ws=["core/image"];function Es(e){let{isHidden:t,captionFocused:n,onFocusCaption:o,className:r,value:a,placeholder:l,tagName:i,captionRef:s,...c}=e;return t?(0,$e.createElement)(We.VisuallyHidden,nt({as:Ze.RichText},c)):(0,$e.createElement)(Ze.RichText,nt({ref:s,value:a,placeholder:l,className:r,tagName:i,isSelected:n,onClick:o},c))}var Cs=e=>{const{attributes:t,isSelected:n,setAttributes:o,mediaPlaceholder:r,insertBlocksAfter:a,blockProps:l}=e,{align:i,columns:s,caption:c,imageCrop:u}=t,{children:m,...d}=(0,Ze.useInnerBlocksProps)(l,{allowedBlocks:ws,orientation:"horizontal",renderAppender:!1,__experimentalLayout:{type:"default",alignments:[]}}),[p,g]=(0,$e.useState)(!1);return(0,$e.useEffect)((()=>{n||g(!1)}),[n]),(0,$e.createElement)("figure",nt({},d,{className:rt()(l.className,"blocks-gallery-grid",{[`align${i}`]:i,[`columns-${s}`]:void 0!==s,"columns-default":void 0===s,"is-cropped":u})}),m,n&&!m&&(0,$e.createElement)(Ue.View,{className:"blocks-gallery-media-placeholder-wrapper",onClick:function(){p&&g(!1)}},r),(0,$e.createElement)(Es,{isHidden:!n&&Ze.RichText.isEmpty(c),captionFocused:p,onFocusCaption:function(){p||g(!0)},tagName:"figcaption",className:rt()("blocks-gallery-caption",(0,Ze.__experimentalGetElementClassName)("caption")),"aria-label":(0,je.__)("Gallery caption text"),placeholder:(0,je.__)("Write gallery caption"),value:c,onChange:e=>o({caption:e}),inlineToolbar:!0,__unstableOnSplitAtEnd:()=>a((0,Ge.createBlock)((0,Ge.getDefaultBlockName)()))}))};function Ss(e,t,n){return(0,$e.useMemo)((()=>function(){if(!e||0===e.length)return;const{imageSizes:o}=n();let r={};t&&(r=e.reduce(((e,t)=>{if(!t.id)return e;const n=o.reduce(((e,n)=>{const o=(0,St.get)(t,["sizes",n.slug,"url"]),r=(0,St.get)(t,["media_details","sizes",n.slug,"source_url"]);return{...e,[n.slug]:o||r}}),{});return{...e,[parseInt(t.id,10)]:n}}),{}));return o.filter((e=>{let{slug:t}=e;return(0,St.some)(r,(e=>e[t]))})).map((e=>{let{name:t,slug:n}=e;return{value:n,label:t}}))}()),[e,t])}function Bs(e,t){const[n,o]=(0,$e.useState)([]);return(0,$e.useMemo)((()=>function(){let r=!1;const a=n.filter((t=>e.find((e=>t.clientId===e.clientId))));a.length<n.length&&(r=!0);e.forEach((e=>{e.fromSavedContent&&!a.find((t=>t.id===e.id))&&(r=!0,a.push(e))}));const l=e.filter((e=>!a.find((t=>e.clientId&&t.clientId===e.clientId))&&(null==t?void 0:t.find((t=>t.id===e.id)))&&!e.fromSavedConent));(r||(null==l?void 0:l.length)>0)&&o([...a,...l]);return l.length>0?l:null}()),[e,t])}const Ts=[];function Ns(e){let{blockGap:t,clientId:n}=e;const o=(0,$e.useContext)(Ze.BlockList.__unstableElementContext),r="var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) )";let a,l=r,i=r;t&&(a="string"==typeof t?(0,Ze.__experimentalGetGapCSSValue)(t):(0,Ze.__experimentalGetGapCSSValue)(null==t?void 0:t.top)||r,i="string"==typeof t?(0,Ze.__experimentalGetGapCSSValue)(t):(0,Ze.__experimentalGetGapCSSValue)(null==t?void 0:t.left)||r,l=a===i?a:`${a} ${i}`);const s=`#block-${n} {\n\t\t--wp--style--unstable-gallery-gap: ${"0"===i?"0px":i};\n\t\tgap: ${l}\n\t}`;return s&&o?(0,$e.createPortal)((0,$e.createElement)((()=>(0,$e.createElement)("style",null,s)),null),o):null}const Ps=[{value:Ki,label:(0,je.__)("Attachment Page")},{value:Qi,label:(0,je.__)("Media File")},{value:Zi,label:(0,je._x)("None","Media item link option")}],Is=["image"],zs=$e.Platform.isNative?(0,je.__)("ADD MEDIA"):(0,je.__)("Drag images, upload new ones or select files from your library."),Ms=$e.Platform.isNative?{type:"stepper"}:{};var Ls=(0,Zt.compose)([(0,ds.withViewportMatch)({isNarrow:"< small"})])((function(e){var t,n;const{setAttributes:o,attributes:r,className:a,clientId:l,isSelected:i,insertBlocksAfter:s}=e,{columns:c,imageCrop:u,linkTarget:m,linkTo:d,sizeSlug:p}=r,{__unstableMarkNextChangeAsNotPersistent:g,replaceInnerBlocks:h,updateBlockAttributes:v,selectBlock:b,clearSelectedBlock:_}=(0,it.useDispatch)(Ze.store),{createSuccessNotice:y,createErrorNotice:f}=(0,it.useDispatch)(wt.store),{getBlock:k,getSettings:x,preferredStyle:w}=(0,it.useSelect)((e=>{var t;const n=e(Ze.store).getSettings().__experimentalPreferredStyleVariations;return{getBlock:e(Ze.store).getBlock,getSettings:e(Ze.store).getSettings,preferredStyle:null==n||null===(t=n.value)||void 0===t?void 0:t["core/image"]}}),[]),E=(0,it.useSelect)((e=>{var t;return null===(t=e(Ze.store).getBlock(l))||void 0===t?void 0:t.innerBlocks}),[l]),C=(0,it.useSelect)((e=>e(Ze.store).wasBlockJustInserted(l,"inserter_menu")),[l]),S=(0,$e.useMemo)((()=>null==E?void 0:E.map((e=>({clientId:e.clientId,id:e.attributes.id,url:e.attributes.url,attributes:e.attributes,fromSavedContent:Boolean(e.originalContent)})))),[E]),B=function(e){return(0,it.useSelect)((t=>{var n;const o=e.map((e=>e.attributes.id)).filter((e=>void 0!==e));return 0===o.length?Ts:null!==(n=t(lt.store).getMediaItems({include:o.join(","),per_page:o.length,orderby:"include"}))&&void 0!==n?n:Ts}),[e])}(E),T=Bs(S,B);(0,$e.useEffect)((()=>{null==T||T.forEach((e=>{g(),v(e.clientId,{...P(e.attributes),id:e.id,align:void 0})})),(null==T?void 0:T.length)>0&&_()}),[T]);const N=Ss(B,i,x);function P(e){var t;const n=e.id?(0,St.find)(B,{id:e.id}):null;let o,a;return o=e.className&&""!==e.className?e.className:w?`is-style-${w}`:void 0,a=e.linkTarget||e.rel?{linkTarget:e.linkTarget,rel:e.rel}:xs(m,r),{...Yi(n,p),...ks(n,d,null==e?void 0:e.linkDestination),...a,className:o,sizeSlug:p,caption:e.caption||(null===(t=n.caption)||void 0===t?void 0:t.raw),alt:e.alt||n.alt_text}}function I(e){var t;return Is.some((t=>{var n;return 0===(null===(n=e.type)||void 0===n?void 0:n.indexOf(t))}))||0===(null===(t=e.url)||void 0===t?void 0:t.indexOf("blob:"))}function z(e){const t="[object FileList]"===Object.prototype.toString.call(e),n=t?Array.from(e).map((e=>e.url?e:Yi({url:(0,xt.createBlobURL)(e)}))):e;n.every(I)||f((0,je.__)("If uploading to a gallery all files need to be image formats"),{id:"gallery-upload-invalid-file",type:"snackbar"});const o=n.filter((e=>e.url||I(e))).map((e=>e.url?e:Yi({url:(0,xt.createBlobURL)(e)}))),r=o.reduce(((e,t,n)=>(e[t.id]=n,e)),{}),a=t?E:E.filter((e=>o.find((t=>t.id===e.attributes.id)))),i=o.filter((e=>!a.find((t=>e.id===t.attributes.id)))).map((e=>(0,Ge.createBlock)("core/image",{id:e.id,url:e.url,caption:e.caption,alt:e.alt})));(null==i?void 0:i.length)>0&&b(i[0].clientId),h(l,a.concat(i).sort(((e,t)=>r[e.attributes.id]-r[t.attributes.id])))}(0,$e.useEffect)((()=>{var e,t,n,r,a,l;d||(g(),o({linkTo:(null===(e=window)||void 0===e||null===(t=e.wp)||void 0===t||null===(n=t.media)||void 0===n||null===(r=n.view)||void 0===r||null===(a=r.settings)||void 0===a||null===(l=a.defaultProps)||void 0===l?void 0:l.link)||Zi}))}),[d]);const M=!!S.length,L=M&&S.some((e=>!!e.id)),R=S.some((e=>{var t,n;return $e.Platform.isNative?0===(null===(n=e.url)||void 0===n?void 0:n.indexOf("file:")):!e.id&&0===(null===(t=e.url)||void 0===t?void 0:t.indexOf("blob:"))})),A=$e.Platform.select({web:{addToGallery:!1,disableMediaButtons:R,value:{}},native:{addToGallery:L,isAppender:M,disableMediaButtons:M&&!i||R,value:L?S:{},autoOpenMediaUpload:!M&&i&&C}}),V=(0,$e.createElement)(Ze.MediaPlaceholder,nt({handleUpload:!1,icon:ps,labels:{title:(0,je.__)("Gallery"),instructions:zs},onSelect:z,accept:"image/*",allowedTypes:Is,multiple:!0,onError:function(e){f(e,{type:"snackbar"})}},A)),H=(0,Ze.useBlockProps)({className:rt()(a,"has-nested-images")});if(!M)return(0,$e.createElement)(Ue.View,H,V);const F=d&&"none"!==d;return(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Ze.InspectorControls,null,(0,$e.createElement)(We.PanelBody,{title:(0,je.__)("Settings")},S.length>1&&(0,$e.createElement)(We.RangeControl,nt({label:(0,je.__)("Columns"),value:c||(D=S.length,D?Math.min(3,D):3),onChange:function(e){o({columns:e})},min:1,max:Math.min(8,S.length)},Ms,{required:!0})),(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Crop images"),checked:!!u,onChange:function(){o({imageCrop:!u})},help:function(e){return e?(0,je.__)("Thumbnails are cropped to align."):(0,je.__)("Thumbnails are not cropped.")}}),(0,$e.createElement)(We.SelectControl,{label:(0,je.__)("Link to"),value:d,onChange:function(e){o({linkTo:e});const t={},n=[];k(l).innerBlocks.forEach((o=>{n.push(o.clientId);const r=o.attributes.id?(0,St.find)(B,{id:o.attributes.id}):null;t[o.clientId]=ks(r,e)})),v(n,t,!0);const r=[...Ps].find((t=>t.value===e));y((0,je.sprintf)((0,je.__)("All gallery image links updated to: %s"),r.label),{id:"gallery-attributes-linkTo",type:"snackbar"})},options:Ps,hideCancelButton:!0}),F&&(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Open in new tab"),checked:"_blank"===m,onChange:function(e){const t=e?"_blank":void 0;o({linkTarget:t});const n={},r=[];k(l).innerBlocks.forEach((e=>{r.push(e.clientId),n[e.clientId]=xs(t,e.attributes)})),v(r,n,!0);const a=e?(0,je.__)("All gallery images updated to open in new tab"):(0,je.__)("All gallery images updated to not open in new tab");y(a,{id:"gallery-attributes-openInNewTab",type:"snackbar"})}}),(null==N?void 0:N.length)>0&&(0,$e.createElement)(We.SelectControl,{label:(0,je.__)("Image size"),value:p,options:N,onChange:function(e){o({sizeSlug:e});const t={},n=[];k(l).innerBlocks.forEach((o=>{n.push(o.clientId);const r=o.attributes.id?(0,St.find)(B,{id:o.attributes.id}):null;t[o.clientId]=function(e,t){const n=(0,St.get)(e,["media_details","sizes",t,"source_url"]);return n?{url:n,width:void 0,height:void 0,sizeSlug:t}:{}}(r,e)})),v(n,t,!0);const r=N.find((t=>t.value===e));y((0,je.sprintf)((0,je.__)("All gallery image sizes updated to: %s"),r.label),{id:"gallery-attributes-sizeSlug",type:"snackbar"})},hideCancelButton:!0}),$e.Platform.isWeb&&!N&&L&&(0,$e.createElement)(We.BaseControl,{className:"gallery-image-sizes"},(0,$e.createElement)(We.BaseControl.VisualLabel,null,(0,je.__)("Image size")),(0,$e.createElement)(Ue.View,{className:"gallery-image-sizes__loading"},(0,$e.createElement)(We.Spinner,null),(0,je.__)("Loading options"))))),(0,$e.createElement)(Ze.BlockControls,{group:"other"},(0,$e.createElement)(Ze.MediaReplaceFlow,{allowedTypes:Is,accept:"image/*",handleUpload:!1,onSelect:z,name:(0,je.__)("Add"),multiple:!0,mediaIds:S.filter((e=>e.id)).map((e=>e.id)),addToGallery:L})),$e.Platform.isWeb&&(0,$e.createElement)(Ns,{blockGap:null===(t=r.style)||void 0===t||null===(n=t.spacing)||void 0===n?void 0:n.blockGap,clientId:l}),(0,$e.createElement)(Cs,nt({},e,{images:S,mediaPlaceholder:!M||$e.Platform.isNative?V:void 0,blockProps:H,insertBlocksAfter:s})));var D}));const Rs=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"large";const n=(0,St.pick)(e,["alt","id","link","caption"]);n.url=(0,St.get)(e,["sizes",t,"url"])||(0,St.get)(e,["media_details","sizes",t,"source_url"])||e.url;const o=(0,St.get)(e,["sizes","full","url"])||(0,St.get)(e,["media_details","sizes","full","source_url"]);return o&&(n.fullUrl=o),n};var As=(0,$e.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,$e.createElement)(Ue.Path,{d:"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM5 4.5h14c.3 0 .5.2.5.5v8.4l-3-2.9c-.3-.3-.8-.3-1 0L11.9 14 9 12c-.3-.2-.6-.2-.8 0l-3.6 2.6V5c-.1-.3.1-.5.4-.5zm14 15H5c-.3 0-.5-.2-.5-.5v-2.4l4.1-3 3 1.9c.3.2.7.2.9-.1L16 12l3.5 3.4V19c0 .3-.2.5-.5.5z"}));var Vs=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M14.6 7l-1.2-1L8 12l5.4 6 1.2-1-4.6-5z"}));var Hs=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M10.6 6L9.4 7l4.6 5-4.6 5 1.2 1 5.4-6z"}));var Fs=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M12 13.06l3.712 3.713 1.061-1.06L13.061 12l3.712-3.712-1.06-1.06L12 10.938 8.288 7.227l-1.061 1.06L10.939 12l-3.712 3.712 1.06 1.061L12 13.061z"}));const Ds="none",Gs="file",$s="post";class Us extends $e.Component{constructor(){super(...arguments),this.onSelectImage=this.onSelectImage.bind(this),this.onRemoveImage=this.onRemoveImage.bind(this),this.bindContainer=this.bindContainer.bind(this),this.onEdit=this.onEdit.bind(this),this.onSelectImageFromLibrary=this.onSelectImageFromLibrary.bind(this),this.onSelectCustomURL=this.onSelectCustomURL.bind(this),this.state={isEditing:!1}}bindContainer(e){this.container=e}onSelectImage(){this.props.isSelected||this.props.onSelect()}onRemoveImage(e){this.container===this.container.ownerDocument.activeElement&&this.props.isSelected&&-1!==[sn.BACKSPACE,sn.DELETE].indexOf(e.keyCode)&&(e.preventDefault(),this.props.onRemove())}onEdit(){this.setState({isEditing:!0})}componentDidUpdate(){const{image:e,url:t,__unstableMarkNextChangeAsNotPersistent:n}=this.props;e&&!t&&(n(),this.props.setAttributes({url:e.source_url,alt:e.alt_text}))}deselectOnBlur(){this.props.onDeselect()}onSelectImageFromLibrary(e){const{setAttributes:t,id:n,url:o,alt:r,caption:a,sizeSlug:l}=this.props;if(!e||!e.url)return;let i=Rs(e,l);if(((e,t)=>!e&&(0,xt.isBlobURL)(t))(n,o)&&r){const{alt:e,...t}=i;i=t}if(a&&!(0,St.get)(i,["caption"])){const{caption:e,...t}=i;i=t}t(i),this.setState({isEditing:!1})}onSelectCustomURL(e){const{setAttributes:t,url:n}=this.props;e!==n&&(t({url:e,id:void 0}),this.setState({isEditing:!1}))}render(){const{url:e,alt:t,id:n,linkTo:o,link:r,isFirstItem:a,isLastItem:l,isSelected:i,caption:s,onRemove:c,onMoveForward:u,onMoveBackward:m,setAttributes:d,"aria-label":p}=this.props,{isEditing:g}=this.state;let h;switch(o){case Gs:h=e;break;case $s:h=r}const v=(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)("img",{src:e,alt:t,"data-id":n,onKeyDown:this.onRemoveImage,tabIndex:"0","aria-label":p,ref:this.bindContainer}),(0,xt.isBlobURL)(e)&&(0,$e.createElement)(We.Spinner,null)),b=rt()({"is-selected":i,"is-transient":(0,xt.isBlobURL)(e)});return(0,$e.createElement)("figure",{className:b,onClick:this.onSelectImage,onFocus:this.onSelectImage},!g&&(h?(0,$e.createElement)("a",{href:h},v):v),g&&(0,$e.createElement)(Ze.MediaPlaceholder,{labels:{title:(0,je.__)("Edit gallery image")},icon:As,onSelect:this.onSelectImageFromLibrary,onSelectURL:this.onSelectCustomURL,accept:"image/*",allowedTypes:["image"],value:{id:n,src:e}}),(0,$e.createElement)(We.ButtonGroup,{className:"block-library-gallery-item__inline-menu is-left"},(0,$e.createElement)(We.Button,{icon:Vs,onClick:a?void 0:m,label:(0,je.__)("Move image backward"),"aria-disabled":a,disabled:!i}),(0,$e.createElement)(We.Button,{icon:Hs,onClick:l?void 0:u,label:(0,je.__)("Move image forward"),"aria-disabled":l,disabled:!i})),(0,$e.createElement)(We.ButtonGroup,{className:"block-library-gallery-item__inline-menu is-right"},(0,$e.createElement)(We.Button,{icon:$l,onClick:this.onEdit,label:(0,je.__)("Replace image"),disabled:!i}),(0,$e.createElement)(We.Button,{icon:Fs,onClick:c,label:(0,je.__)("Remove image"),disabled:!i})),!g&&(i||s)&&(0,$e.createElement)(Ze.RichText,{tagName:"figcaption",className:(0,Ze.__experimentalGetElementClassName)("caption"),"aria-label":(0,je.__)("Image caption text"),placeholder:i?(0,je.__)("Add caption"):null,value:s,onChange:e=>d({caption:e}),inlineToolbar:!0}))}}var Os=(0,Zt.compose)([(0,it.withSelect)(((e,t)=>{const{getMedia:n}=e(lt.store),{id:o}=t;return{image:o?n(parseInt(o,10)):null}})),(0,it.withDispatch)((e=>{const{__unstableMarkNextChangeAsNotPersistent:t}=e(Ze.store);return{__unstableMarkNextChangeAsNotPersistent:t}}))])(Us);function qs(e){let{isHidden:t,...n}=e;return t?(0,$e.createElement)(We.VisuallyHidden,nt({as:Ze.RichText},n)):(0,$e.createElement)(Ze.RichText,n)}var Ws=e=>{const{attributes:t,isSelected:n,setAttributes:o,selectedImage:r,mediaPlaceholder:a,onMoveBackward:l,onMoveForward:i,onRemoveImage:s,onSelectImage:c,onDeselectImage:u,onSetImageAttributes:m,insertBlocksAfter:d,blockProps:p}=e,{align:g,columns:h=ts(t),caption:v,imageCrop:b,images:_}=t;return(0,$e.createElement)("figure",nt({},p,{className:rt()(p.className,{[`align${g}`]:g,[`columns-${h}`]:h,"is-cropped":b})}),(0,$e.createElement)("ul",{className:"blocks-gallery-grid"},_.map(((e,o)=>{const a=(0,je.sprintf)((0,je.__)("image %1$d of %2$d in gallery"),o+1,_.length);return(0,$e.createElement)("li",{className:"blocks-gallery-item",key:e.id?`${e.id}-${o}`:e.url},(0,$e.createElement)(Os,{url:e.url,alt:e.alt,id:e.id,isFirstItem:0===o,isLastItem:o+1===_.length,isSelected:n&&r===o,onMoveBackward:l(o),onMoveForward:i(o),onRemove:s(o),onSelect:c(o),onDeselect:u(o),setAttributes:e=>m(o,e),caption:e.caption,"aria-label":a,sizeSlug:t.sizeSlug}))}))),a,(0,$e.createElement)(qs,{isHidden:!n&&Ze.RichText.isEmpty(v),tagName:"figcaption",className:rt()("blocks-gallery-caption",(0,Ze.__experimentalGetElementClassName)("caption")),"aria-label":(0,je.__)("Gallery caption text"),placeholder:(0,je.__)("Write gallery caption"),value:v,onChange:e=>o({caption:e}),inlineToolbar:!0,__unstableOnSplitAtEnd:()=>d((0,Ge.createBlock)((0,Ge.getDefaultBlockName)()))}))};const js=[{value:$s,label:(0,je.__)("Attachment Page")},{value:Gs,label:(0,je.__)("Media File")},{value:Ds,label:(0,je.__)("None")}],Zs=["image"],Qs=$e.Platform.select({web:(0,je.__)("Drag images, upload new ones or select files from your library."),native:(0,je.__)("ADD MEDIA")}),Ks=$e.Platform.select({web:{},native:{type:"stepper"}});var Ys=(0,Zt.compose)([We.withNotices,(0,ds.withViewportMatch)({isNarrow:"< small"})])((function(e){const{attributes:t,clientId:n,isSelected:o,noticeUI:r,noticeOperations:a,onFocus:l}=e,{columns:i=ts(t),imageCrop:s,images:c,linkTo:u,sizeSlug:m}=t,[d,p]=(0,$e.useState)(),[g,h]=(0,$e.useState)(),{__unstableMarkNextChangeAsNotPersistent:v}=(0,it.useDispatch)(Ze.store),{imageSizes:b,mediaUpload:_,getMedia:y,wasBlockJustInserted:f}=(0,it.useSelect)((e=>{const t=e(Ze.store).getSettings();return{imageSizes:t.imageSizes,mediaUpload:t.mediaUpload,getMedia:e(lt.store).getMedia,wasBlockJustInserted:e(Ze.store).wasBlockJustInserted(n,"inserter_menu")}})),k=(0,$e.useMemo)((()=>o?(0,St.reduce)(t.ids,((e,t)=>{if(!t)return e;const n=y(t),o=(0,St.reduce)(b,((e,t)=>{const o=(0,St.get)(n,["sizes",t.slug,"url"]),r=(0,St.get)(n,["media_details","sizes",t.slug,"source_url"]);return{...e,[t.slug]:o||r}}),{});return{...e,[parseInt(t,10)]:o}}),{}):{}),[o,t.ids,b]);function x(t){if(t.ids)throw new Error('The "ids" attribute should not be changed directly. It is managed automatically when "images" attribute changes');t.images&&(t={...t,ids:(0,St.map)(t.images,(e=>{let{id:t}=e;return parseInt(t,10)}))}),e.setAttributes(t)}function w(e,t){const n=[...c];n.splice(t,1,c[e]),n.splice(e,1,c[t]),p(t),x({images:n})}function E(e){const t=e.id.toString(),n=(0,St.find)(c,{id:t}),o=n?n.caption:e.caption;if(!g)return o;const r=(0,St.find)(g,{id:t});return r&&r.caption!==e.caption?e.caption:o}function C(e){h(e.map((e=>({id:e.id.toString(),caption:e.caption})))),x({images:e.map((e=>({...Rs(e,m),caption:E(e),id:e.id.toString()}))),columns:t.columns?Math.min(e.length,t.columns):t.columns})}(0,$e.useEffect)((()=>{if("web"===$e.Platform.OS&&c&&c.length>0&&(0,St.every)(c,(e=>{let{url:t}=e;return(0,xt.isBlobURL)(t)}))){const e=(0,St.map)(c,(e=>{let{url:t}=e;return(0,xt.getBlobByURL)(t)}));c.forEach((e=>{let{url:t}=e;return(0,xt.revokeBlobURL)(t)})),_({filesList:e,onFileChange:C,allowedTypes:["image"]})}}),[]),(0,$e.useEffect)((()=>{o||p()}),[o]),(0,$e.useEffect)((()=>{var e,t,n,o,r,a;u||(v(),x({linkTo:(null===(e=window)||void 0===e||null===(t=e.wp)||void 0===t||null===(n=t.media)||void 0===n||null===(o=n.view)||void 0===o||null===(r=o.settings)||void 0===r||null===(a=r.defaultProps)||void 0===a?void 0:a.link)||Ds}))}),[u]);const S=!!c.length,B=S&&c.some((e=>!!e.id)),T=(0,$e.createElement)(Ze.MediaPlaceholder,{addToGallery:B,isAppender:S,disableMediaButtons:S&&!o,icon:!S&&ps,labels:{title:!S&&(0,je.__)("Gallery"),instructions:!S&&Qs},onSelect:C,accept:"image/*",allowedTypes:Zs,multiple:!0,value:B?c:{},onError:function(e){a.removeAllNotices(),a.createErrorNotice(e)},notices:S?void 0:r,onFocus:l,autoOpenMediaUpload:!S&&o&&f}),N=(0,Ze.useBlockProps)();if(!S)return(0,$e.createElement)(Ue.View,N,T);const P=(0,St.map)((0,St.filter)(b,(e=>{let{slug:t}=e;return(0,St.some)(k,(e=>e[t]))})),(e=>{let{name:t,slug:n}=e;return{value:n,label:t}})),I=S&&!(0,St.isEmpty)(P);return(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Ze.InspectorControls,null,(0,$e.createElement)(We.PanelBody,{title:(0,je.__)("Settings")},c.length>1&&(0,$e.createElement)(We.RangeControl,nt({label:(0,je.__)("Columns"),value:i,onChange:function(e){x({columns:e})},min:1,max:Math.min(8,c.length)},Ks,{required:!0})),(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Crop images"),checked:!!s,onChange:function(){x({imageCrop:!s})},help:function(e){return e?(0,je.__)("Thumbnails are cropped to align."):(0,je.__)("Thumbnails are not cropped.")}}),(0,$e.createElement)(We.SelectControl,{label:(0,je.__)("Link to"),value:u,onChange:function(e){x({linkTo:e})},options:js,hideCancelButton:!0}),I&&(0,$e.createElement)(We.SelectControl,{label:(0,je.__)("Image size"),value:m,options:P,onChange:function(e){x({images:(0,St.map)(c,(t=>{if(!t.id)return t;const n=(0,St.get)(k,[parseInt(t.id,10),e]);return{...t,...n&&{url:n}}})),sizeSlug:e})},hideCancelButton:!0}))),r,(0,$e.createElement)(Ws,nt({},e,{selectedImage:d,mediaPlaceholder:T,onMoveBackward:function(e){return()=>{0!==e&&w(e,e-1)}},onMoveForward:function(e){return()=>{e!==c.length-1&&w(e,e+1)}},onRemoveImage:function(e){return()=>{const n=(0,St.filter)(c,((t,n)=>e!==n));p(),x({images:n,columns:t.columns?Math.min(n.length,t.columns):t.columns})}},onSelectImage:function(e){return()=>{p(e)}},onDeselectImage:function(){return()=>{p()}},onSetImageAttributes:function(e,t){c[e]&&x({images:[...c.slice(0,e),{...c[e],...t},...c.slice(e+1)]})},blockProps:N,onFocusGalleryCaption:function(){p()}})))}));var Js=(0,Zt.compose)([We.withNotices])((function(e){return Ji()?(0,$e.createElement)(Ls,e):(0,$e.createElement)(Ys,e)}));var Xs=window.wp.hooks;const ec=e=>e?e.split(",").map((e=>parseInt(e,10))):[];(0,Xs.addFilter)("blocks.switchToBlockType.transformedBlock","core/gallery/update-third-party-transform-to",(function(e){var t;if(Ji()&&"core/gallery"===e.name&&(null===(t=e.attributes)||void 0===t?void 0:t.images.length)>0){const t=e.attributes.images.map((t=>{let{url:n,id:o,alt:r}=t;return(0,Ge.createBlock)("core/image",{url:n,id:o?parseInt(o,10):null,alt:r,sizeSlug:e.attributes.sizeSlug,linkDestination:e.attributes.linkDestination})}));delete e.attributes.ids,delete e.attributes.images,e.innerBlocks=t}return e})),(0,Xs.addFilter)("blocks.switchToBlockType.transformedBlock","core/gallery/update-third-party-transform-from",(function(e,t){const n=(Array.isArray(t)?t:[t]).find((t=>{var n;return"core/gallery"===t.name&&t.innerBlocks.length>0&&!(null!==(n=t.attributes.images)&&void 0!==n&&n.length)>0&&!e.name.includes("core/")}));if(n){const e=n.innerBlocks.map((e=>{let{attributes:{url:t,id:n,alt:o}}=e;return{url:t,id:n?parseInt(n,10):null,alt:o}})),t=e.map((e=>{let{id:t}=e;return t}));n.attributes.images=e,n.attributes.ids=t}return e}));const tc={from:[{type:"block",isMultiBlock:!0,blocks:["core/image"],transform:e=>{let{align:t,sizeSlug:n}=e[0];t=(0,St.every)(e,["align",t])?t:void 0,n=(0,St.every)(e,["sizeSlug",n])?n:void 0;const o=(0,St.filter)(e,(e=>{let{url:t}=e;return t}));if(Ji()){const e=o.map((e=>(e.width=void 0,e.height=void 0,(0,Ge.createBlock)("core/image",e))));return(0,Ge.createBlock)("core/gallery",{align:t,sizeSlug:n},e)}return(0,Ge.createBlock)("core/gallery",{images:o.map((e=>{let{id:t,url:n,alt:o,caption:r}=e;return{id:t.toString(),url:n,alt:o,caption:r}})),ids:o.map((e=>{let{id:t}=e;return parseInt(t,10)})),align:t,sizeSlug:n})}},{type:"shortcode",tag:"gallery",attributes:{images:{type:"array",shortcode:e=>{let{named:{ids:t}}=e;if(!Ji())return ec(t).map((e=>({id:e.toString()})))}},ids:{type:"array",shortcode:e=>{let{named:{ids:t}}=e;if(!Ji())return ec(t)}},columns:{type:"number",shortcode:e=>{let{named:{columns:t="3"}}=e;return parseInt(t,10)}},linkTo:{type:"string",shortcode:e=>{let{named:{link:t}}=e;if(!Ji())switch(t){case"post":default:return $s;case"file":return Gs}switch(t){case"post":return Ki;case"file":return Qi;default:return Zi}}}},transform(e){let{named:{ids:t,columns:n=3,link:o}}=e;const r=ec(t).map((e=>parseInt(e,10)));let a=Zi;"post"===o?a=Ki:"file"===o&&(a=Qi);return(0,Ge.createBlock)("core/gallery",{columns:parseInt(n,10),linkTo:a},r.map((e=>(0,Ge.createBlock)("core/image",{id:e}))))},isMatch(e){let{named:t}=e;return void 0!==t.ids}},{type:"files",priority:1,isMatch(e){return 1!==e.length&&(0,St.every)(e,(e=>0===e.type.indexOf("image/")))},transform(e){if(Ji()){const t=e.map((e=>(0,Ge.createBlock)("core/image",{url:(0,xt.createBlobURL)(e)})));return(0,Ge.createBlock)("core/gallery",{},t)}const t=(0,Ge.createBlock)("core/gallery",{images:e.map((e=>Yi({url:(0,xt.createBlobURL)(e)})))});return t}}],to:[{type:"block",blocks:["core/image"],transform:(e,t)=>{let{align:n,images:o,ids:r,sizeSlug:a}=e;return Ji()?t.length>0?t.map((e=>{let{attributes:{url:t,alt:o,caption:r,title:a,href:l,rel:i,linkClass:s,id:c,sizeSlug:u,linkDestination:m,linkTarget:d,anchor:p,className:g}}=e;return(0,Ge.createBlock)("core/image",{align:n,url:t,alt:o,caption:r,title:a,href:l,rel:i,linkClass:s,id:c,sizeSlug:u,linkDestination:m,linkTarget:d,anchor:p,className:g})})):(0,Ge.createBlock)("core/image",{align:n}):o.length>0?o.map(((e,t)=>{let{url:o,alt:l,caption:i}=e;return(0,Ge.createBlock)("core/image",{id:r[t],url:o,alt:l,caption:i,align:n,sizeSlug:a})})):(0,Ge.createBlock)("core/image",{align:n})}}]};var nc=tc;const oc={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/gallery",title:"Gallery",category:"media",description:"Display multiple images in a rich gallery.",keywords:["images","photos"],textdomain:"default",attributes:{images:{type:"array",default:[],source:"query",selector:".blocks-gallery-item",query:{url:{type:"string",source:"attribute",selector:"img",attribute:"src"},fullUrl:{type:"string",source:"attribute",selector:"img",attribute:"data-full-url"},link:{type:"string",source:"attribute",selector:"img",attribute:"data-link"},alt:{type:"string",source:"attribute",selector:"img",attribute:"alt",default:""},id:{type:"string",source:"attribute",selector:"img",attribute:"data-id"},caption:{type:"string",source:"html",selector:".blocks-gallery-item__caption"}}},ids:{type:"array",items:{type:"number"},default:[]},shortCodeTransforms:{type:"array",default:[],items:{type:"object"}},columns:{type:"number",minimum:1,maximum:8},caption:{type:"string",source:"html",selector:".blocks-gallery-caption"},imageCrop:{type:"boolean",default:!0},fixedHeight:{type:"boolean",default:!0},linkTarget:{type:"string"},linkTo:{type:"string"},sizeSlug:{type:"string",default:"large"},allowResize:{type:"boolean",default:!1}},providesContext:{allowResize:"allowResize",imageCrop:"imageCrop",fixedHeight:"fixedHeight"},supports:{anchor:!0,align:!0,html:!1,units:["px","em","rem","vh","vw"],spacing:{margin:!0,padding:!0,blockGap:["horizontal","vertical"],__experimentalSkipSerialization:["blockGap"],__experimentalDefaultControls:{blockGap:!0}},color:{text:!1,background:!0,gradients:!0},__experimentalLayout:{allowSwitching:!1,allowInheriting:!1,allowEditing:!1,default:{type:"flex"}}},editorStyle:"wp-block-gallery-editor",style:"wp-block-gallery"},{name:rc}=oc,ac={icon:ji,example:{attributes:{columns:2},innerBlocks:[{name:"core/image",attributes:{url:"https://s.w.org/images/core/5.3/Glacial_lakes%2C_Bhutan.jpg"}},{name:"core/image",attributes:{url:"https://s.w.org/images/core/5.3/Sediment_off_the_Yucatan_Peninsula.jpg"}}]},transforms:nc,edit:Js,save:function(e){let{attributes:t}=e;if(!Ji())return function(e){let{attributes:t}=e;const{images:n,columns:o=ts(t),imageCrop:r,caption:a,linkTo:l}=t,i=`columns-${o} ${r?"is-cropped":""}`;return(0,$e.createElement)("figure",Ze.useBlockProps.save({className:i}),(0,$e.createElement)("ul",{className:"blocks-gallery-grid"},n.map((e=>{let t;switch(l){case Gs:t=e.fullUrl||e.url;break;case $s:t=e.link}const n=(0,$e.createElement)("img",{src:e.url,alt:e.alt,"data-id":e.id,"data-full-url":e.fullUrl,"data-link":e.link,className:e.id?`wp-image-${e.id}`:null});return(0,$e.createElement)("li",{key:e.id||e.url,className:"blocks-gallery-item"},(0,$e.createElement)("figure",null,t?(0,$e.createElement)("a",{href:t},n):n,!Ze.RichText.isEmpty(e.caption)&&(0,$e.createElement)(Ze.RichText.Content,{tagName:"figcaption",className:rt()("blocks-gallery-item",(0,Ze.__experimentalGetElementClassName)("caption")),value:e.caption})))}))),!Ze.RichText.isEmpty(a)&&(0,$e.createElement)(Ze.RichText.Content,{tagName:"figcaption",className:rt()("blocks-gallery-caption",(0,Ze.__experimentalGetElementClassName)("caption")),value:a}))}({attributes:t});const{caption:n,columns:o,imageCrop:r}=t,a=rt()("has-nested-images",{[`columns-${o}`]:void 0!==o,"columns-default":void 0===o,"is-cropped":r}),l=Ze.useBlockProps.save({className:a}),i=Ze.useInnerBlocksProps.save(l);return(0,$e.createElement)("figure",i,i.children,!Ze.RichText.isEmpty(n)&&(0,$e.createElement)(Ze.RichText.Content,{tagName:"figcaption",className:rt()("blocks-gallery-caption",(0,Ze.__experimentalGetElementClassName)("caption")),value:n}))},deprecated:ms},lc=()=>qe({name:rc,metadata:oc,settings:ac});var ic=(0,$e.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,$e.createElement)(Ue.Path,{d:"M18 4h-7c-1.1 0-2 .9-2 2v3H6c-1.1 0-2 .9-2 2v7c0 1.1.9 2 2 2h7c1.1 0 2-.9 2-2v-3h3c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-4.5 14c0 .3-.2.5-.5.5H6c-.3 0-.5-.2-.5-.5v-7c0-.3.2-.5.5-.5h3V13c0 1.1.9 2 2 2h2.5v3zm0-4.5H11c-.3 0-.5-.2-.5-.5v-2.5H13c.3 0 .5.2.5.5v2.5zm5-.5c0 .3-.2.5-.5.5h-3V11c0-1.1-.9-2-2-2h-2.5V6c0-.3.2-.5.5-.5h7c.3 0 .5.2.5.5v7z"}));const sc=e=>{if(e.tagName||(e={...e,tagName:"div"}),!e.customTextColor&&!e.customBackgroundColor)return e;const t={color:{}};e.customTextColor&&(t.color.text=e.customTextColor),e.customBackgroundColor&&(t.color.background=e.customBackgroundColor);const{customTextColor:n,customBackgroundColor:o,...r}=e;return{...r,style:t}},cc=[{attributes:{tagName:{type:"string",default:"div"},templateLock:{type:"string"}},supports:{__experimentalOnEnter:!0,__experimentalSettings:!0,align:["wide","full"],anchor:!0,ariaLabel:!0,html:!1,color:{gradients:!0,link:!0,__experimentalDefaultControls:{background:!0,text:!0}},spacing:{margin:["top","bottom"],padding:!0,blockGap:!0,__experimentalDefaultControls:{padding:!0,blockGap:!0}},__experimentalBorder:{color:!0,radius:!0,style:!0,width:!0,__experimentalDefaultControls:{color:!0,radius:!0,style:!0,width:!0}},typography:{fontSize:!0,lineHeight:!0,__experimentalFontStyle:!0,__experimentalFontWeight:!0,__experimentalLetterSpacing:!0,__experimentalTextTransform:!0,__experimentalDefaultControls:{fontSize:!0}},__experimentalLayout:!0},save(e){let{attributes:{tagName:t}}=e;return(0,$e.createElement)(t,Ze.useInnerBlocksProps.save(Ze.useBlockProps.save()))},isEligible:e=>{let{layout:t}=e;return!t||t.inherit||t.contentSize},migrate:e=>{const{layout:t=null}=e;return t?t.inherit||t.contentSize?{...e,layout:{...t,type:"constrained"}}:void 0:e}},{attributes:{tagName:{type:"string",default:"div"},templateLock:{type:"string"}},supports:{align:["wide","full"],anchor:!0,color:{gradients:!0,link:!0},spacing:{padding:!0},__experimentalBorder:{radius:!0}},save(e){let{attributes:t}=e;const{tagName:n}=t;return(0,$e.createElement)(n,Ze.useBlockProps.save(),(0,$e.createElement)("div",{className:"wp-block-group__inner-container"},(0,$e.createElement)(Ze.InnerBlocks.Content,null)))}},{attributes:{backgroundColor:{type:"string"},customBackgroundColor:{type:"string"},textColor:{type:"string"},customTextColor:{type:"string"}},supports:{align:["wide","full"],anchor:!0,html:!1},migrate:sc,save(e){let{attributes:t}=e;const{backgroundColor:n,customBackgroundColor:o,textColor:r,customTextColor:a}=t,l=(0,Ze.getColorClassName)("background-color",n),i=(0,Ze.getColorClassName)("color",r),s=rt()(l,i,{"has-text-color":r||a,"has-background":n||o}),c={backgroundColor:l?void 0:o,color:i?void 0:a};return(0,$e.createElement)("div",{className:s,style:c},(0,$e.createElement)("div",{className:"wp-block-group__inner-container"},(0,$e.createElement)(Ze.InnerBlocks.Content,null)))}},{attributes:{backgroundColor:{type:"string"},customBackgroundColor:{type:"string"},textColor:{type:"string"},customTextColor:{type:"string"}},migrate:sc,supports:{align:["wide","full"],anchor:!0,html:!1},save(e){let{attributes:t}=e;const{backgroundColor:n,customBackgroundColor:o,textColor:r,customTextColor:a}=t,l=(0,Ze.getColorClassName)("background-color",n),i=(0,Ze.getColorClassName)("color",r),s=rt()(l,{"has-text-color":r||a,"has-background":n||o}),c={backgroundColor:l?void 0:o,color:i?void 0:a};return(0,$e.createElement)("div",{className:s,style:c},(0,$e.createElement)("div",{className:"wp-block-group__inner-container"},(0,$e.createElement)(Ze.InnerBlocks.Content,null)))}},{attributes:{backgroundColor:{type:"string"},customBackgroundColor:{type:"string"}},supports:{align:["wide","full"],anchor:!0,html:!1},migrate:sc,save(e){let{attributes:t}=e;const{backgroundColor:n,customBackgroundColor:o}=t,r=(0,Ze.getColorClassName)("background-color",n),a=rt()(r,{"has-background":n||o}),l={backgroundColor:r?void 0:o};return(0,$e.createElement)("div",{className:a,style:l},(0,$e.createElement)(Ze.InnerBlocks.Content,null))}}];var uc=cc;const mc={header:(0,je.__)("The <header> element should represent introductory content, typically a group of introductory or navigational aids."),main:(0,je.__)("The <main> element should be used for the primary content of your document only. "),section:(0,je.__)("The <section> element should represent a standalone portion of the document that can't be better represented by another element."),article:(0,je.__)("The <article> element should represent a self contained, syndicatable portion of the document."),aside:(0,je.__)("The <aside> element should represent a portion of a document whose content is only indirectly related to the document's main content."),footer:(0,je.__)("The <footer> element should represent a footer for its nearest sectioning element (e.g.: <section>, <article>, <main> etc.).")};var dc=function(e){let{attributes:t,setAttributes:n,clientId:o}=e;const{hasInnerBlocks:r,themeSupportsLayout:a}=(0,it.useSelect)((e=>{var t;const{getBlock:n,getSettings:r}=e(Ze.store),a=n(o);return{hasInnerBlocks:!(!a||!a.innerBlocks.length),themeSupportsLayout:null===(t=r())||void 0===t?void 0:t.supportsLayout}}),[o]),l=(0,Ze.useSetting)("layout")||{},{tagName:i="div",templateLock:s,layout:c={}}=t,u=null!=c&&c.type?{...l,...c}:{...l,...c,type:"default"},{type:m="default"}=u,d=a||"flex"===m,p=(0,Ze.useBlockProps)(),g=(0,Ze.useInnerBlocksProps)(d?p:{className:"wp-block-group__inner-container"},{templateLock:s,renderAppender:r?void 0:Ze.InnerBlocks.ButtonBlockAppender,__experimentalLayout:d?u:void 0});return(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Ze.InspectorControls,{__experimentalGroup:"advanced"},(0,$e.createElement)(We.SelectControl,{label:(0,je.__)("HTML element"),options:[{label:(0,je.__)("Default (<div>)"),value:"div"},{label:"<header>",value:"header"},{label:"<main>",value:"main"},{label:"<section>",value:"section"},{label:"<article>",value:"article"},{label:"<aside>",value:"aside"},{label:"<footer>",value:"footer"}],value:i,onChange:e=>n({tagName:e}),help:mc[i]})),d&&(0,$e.createElement)(i,g),!d&&(0,$e.createElement)(i,p,(0,$e.createElement)("div",g)))};var pc={from:[{type:"block",isMultiBlock:!0,blocks:["*"],__experimentalConvert(e){const t=["wide","full"],n=e.reduce(((e,n)=>{const{align:o}=n.attributes;return t.indexOf(o)>t.indexOf(e)?o:e}),void 0),o=e.map((e=>(0,Ge.createBlock)(e.name,e.attributes,e.innerBlocks)));return(0,Ge.createBlock)("core/group",{align:n,layout:{type:"constrained"}},o)}}],to:[{type:"block",blocks:["*"],transform:(e,t)=>t}]};var gc=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M9.2 6.5H4V8h5.2c.3 0 .5.2.5.5v7c0 .3-.2.5-.5.5H4v1.5h5.2c1.1 0 2-.9 2-2v-7c0-1.1-.8-2-2-2zM14.8 8H20V6.5h-5.2c-1.1 0-2 .9-2 2v7c0 1.1.9 2 2 2H20V16h-5.2c-.3 0-.5-.2-.5-.5v-7c-.1-.3.2-.5.5-.5z"}));var hc=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M16 4v5.2c0 .3-.2.5-.5.5h-7c-.3.1-.5-.2-.5-.5V4H6.5v5.2c0 1.1.9 2 2 2h7c1.1 0 2-.9 2-2V4H16zm-.5 8.8h-7c-1.1 0-2 .9-2 2V20H8v-5.2c0-.3.2-.5.5-.5h7c.3 0 .5.2.5.5V20h1.5v-5.2c0-1.2-.9-2-2-2z"}));const vc=[{name:"group",title:(0,je.__)("Group"),description:(0,je.__)("Gather blocks in a container."),attributes:{layout:{type:"constrained"}},isDefault:!0,scope:["inserter","transform"],isActive:e=>{var t,n,o;return!e.layout||!(null!==(t=e.layout)&&void 0!==t&&t.type)||"default"===(null===(n=e.layout)||void 0===n?void 0:n.type)||"constrained"===(null===(o=e.layout)||void 0===o?void 0:o.type)},icon:ic},{name:"group-row",title:(0,je._x)("Row","single horizontal line"),description:(0,je.__)("Arrange blocks horizontally."),attributes:{layout:{type:"flex",flexWrap:"nowrap"}},scope:["inserter","transform"],isActive:e=>{var t,n,o;return!("flex"!==(null===(t=e.layout)||void 0===t?void 0:t.type)||null!==(n=e.layout)&&void 0!==n&&n.orientation&&"horizontal"!==(null===(o=e.layout)||void 0===o?void 0:o.orientation))},icon:gc},{name:"group-stack",title:(0,je.__)("Stack"),description:(0,je.__)("Arrange blocks vertically."),attributes:{layout:{type:"flex",orientation:"vertical"}},scope:["inserter","transform"],isActive:e=>{var t,n;return"flex"===(null===(t=e.layout)||void 0===t?void 0:t.type)&&"vertical"===(null===(n=e.layout)||void 0===n?void 0:n.orientation)},icon:hc}];var bc=vc;const _c={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/group",title:"Group",category:"design",description:"Gather blocks in a layout container.",keywords:["container","wrapper","row","section"],textdomain:"default",attributes:{tagName:{type:"string",default:"div"},templateLock:{type:["string","boolean"],enum:["all","insert","contentOnly",!1]}},supports:{__experimentalOnEnter:!0,__experimentalSettings:!0,align:["wide","full"],anchor:!0,ariaLabel:!0,html:!1,color:{gradients:!0,link:!0,__experimentalDefaultControls:{background:!0,text:!0}},spacing:{margin:["top","bottom"],padding:!0,blockGap:!0,__experimentalDefaultControls:{padding:!0,blockGap:!0}},__experimentalBorder:{color:!0,radius:!0,style:!0,width:!0,__experimentalDefaultControls:{color:!0,radius:!0,style:!0,width:!0}},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}},__experimentalLayout:!0},editorStyle:"wp-block-group-editor",style:"wp-block-group"},{name:yc}=_c,fc={icon:ic,example:{attributes:{style:{color:{text:"#000000",background:"#ffffff"}}},innerBlocks:[{name:"core/paragraph",attributes:{customTextColor:"#cf2e2e",fontSize:"large",content:(0,je.__)("One.")}},{name:"core/paragraph",attributes:{customTextColor:"#ff6900",fontSize:"large",content:(0,je.__)("Two.")}},{name:"core/paragraph",attributes:{customTextColor:"#fcb900",fontSize:"large",content:(0,je.__)("Three.")}},{name:"core/paragraph",attributes:{customTextColor:"#00d084",fontSize:"large",content:(0,je.__)("Four.")}},{name:"core/paragraph",attributes:{customTextColor:"#0693e3",fontSize:"large",content:(0,je.__)("Five.")}},{name:"core/paragraph",attributes:{customTextColor:"#9b51e0",fontSize:"large",content:(0,je.__)("Six.")}}]},transforms:pc,edit:dc,save:function(e){let{attributes:{tagName:t}}=e;return(0,$e.createElement)(t,Ze.useInnerBlocksProps.save(Ze.useBlockProps.save()))},deprecated:uc,variations:bc},kc=()=>qe({name:yc,metadata:_c,settings:fc});var xc=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M6.2 5.2v13.4l5.8-4.8 5.8 4.8V5.2z"}));const wc={className:!1,anchor:!0},Ec={align:{type:"string"},content:{type:"string",source:"html",selector:"h1,h2,h3,h4,h5,h6",default:""},level:{type:"number",default:2},placeholder:{type:"string"}},Cc=e=>{if(!e.customTextColor)return e;const t={color:{text:e.customTextColor}},{customTextColor:n,...o}=e;return{...o,style:t}},Sc=["left","right","center"],Bc=e=>{const{align:t,...n}=e;return Sc.includes(t)?{...n,textAlign:t}:e},Tc=[{supports:{align:["wide","full"],anchor:!0,className:!1,color:{link:!0},fontSize:!0,lineHeight:!0,__experimentalSelector:{"core/heading/h1":"h1","core/heading/h2":"h2","core/heading/h3":"h3","core/heading/h4":"h4","core/heading/h5":"h5","core/heading/h6":"h6"},__unstablePasteTextInline:!0},attributes:Ec,isEligible:e=>{let{align:t}=e;return Sc.includes(t)},migrate:Bc,save(e){let{attributes:t}=e;const{align:n,content:o,level:r}=t,a="h"+r,l=rt()({[`has-text-align-${n}`]:n});return(0,$e.createElement)(a,Ze.useBlockProps.save({className:l}),(0,$e.createElement)(Ze.RichText.Content,{value:o}))}},{supports:wc,attributes:{...Ec,customTextColor:{type:"string"},textColor:{type:"string"}},migrate:e=>Cc(Bc(e)),save(e){let{attributes:t}=e;const{align:n,content:o,customTextColor:r,level:a,textColor:l}=t,i="h"+a,s=(0,Ze.getColorClassName)("color",l),c=rt()({[s]:s,"has-text-color":l||r,[`has-text-align-${n}`]:n});return(0,$e.createElement)(Ze.RichText.Content,{className:c||void 0,tagName:i,style:{color:s?void 0:r},value:o})}},{attributes:{...Ec,customTextColor:{type:"string"},textColor:{type:"string"}},migrate:e=>Cc(Bc(e)),save(e){let{attributes:t}=e;const{align:n,content:o,customTextColor:r,level:a,textColor:l}=t,i="h"+a,s=(0,Ze.getColorClassName)("color",l),c=rt()({[s]:s,[`has-text-align-${n}`]:n});return(0,$e.createElement)(Ze.RichText.Content,{className:c||void 0,tagName:i,style:{color:s?void 0:r},value:o})},supports:wc},{supports:wc,attributes:{...Ec,customTextColor:{type:"string"},textColor:{type:"string"}},migrate:e=>Cc(Bc(e)),save(e){let{attributes:t}=e;const{align:n,level:o,content:r,textColor:a,customTextColor:l}=t,i="h"+o,s=(0,Ze.getColorClassName)("color",a),c=rt()({[s]:s});return(0,$e.createElement)(Ze.RichText.Content,{className:c||void 0,tagName:i,style:{textAlign:n,color:s?void 0:l},value:r})}}];var Nc=Tc,Pc=n(4793),Ic=n.n(Pc);const zc={},Mc=e=>Ic()((e=>{const t=document.createElement("div");return t.innerHTML=e,t.innerText})(e)).replace(/[^\p{L}\p{N}]+/gu,"-").toLowerCase().replace(/(^-+)|(-+$)/g,""),Lc=(e,t)=>{const n=Mc(t);if(""===n)return null;delete zc[e];let o=n,r=0;for(;Object.values(zc).includes(o);)r+=1,o=n+"-"+r;return o},Rc=(e,t)=>{zc[e]=t};var Ac=function(e){let{attributes:t,setAttributes:n,mergeBlocks:o,onReplace:r,style:a,clientId:l}=e;const{textAlign:i,content:s,level:c,placeholder:u,anchor:m}=t,d="h"+c,p=(0,Ze.useBlockProps)({className:rt()({[`has-text-align-${i}`]:i}),style:a}),{canGenerateAnchors:g}=(0,it.useSelect)((e=>{const{getGlobalBlockCount:t,getSettings:n}=e(Ze.store);return{canGenerateAnchors:!!n().generateAnchors||t("core/table-of-contents")>0}}),[]),{__unstableMarkNextChangeAsNotPersistent:h}=(0,it.useDispatch)(Ze.store);return(0,$e.useEffect)((()=>{if(g)return!m&&s&&(h(),n({anchor:Lc(l,s)})),Rc(l,m),()=>Rc(l,null)}),[m,s,l,g]),(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Ze.BlockControls,{group:"block"},(0,$e.createElement)(ba,{selectedLevel:c,onChange:e=>n({level:e})}),(0,$e.createElement)(Ze.AlignmentControl,{value:i,onChange:e=>{n({textAlign:e})}})),(0,$e.createElement)(Ze.RichText,nt({identifier:"content",tagName:d,value:s,onChange:e=>{const t={content:e};!g||m&&e&&Lc(l,s)!==m||(t.anchor=Lc(l,e)),n(t)},onMerge:o,onSplit:(e,n)=>{let o;var r;n||e?o=(0,Ge.createBlock)("core/heading",{...t,content:e}):o=(0,Ge.createBlock)(null!==(r=(0,Ge.getDefaultBlockName)())&&void 0!==r?r:"core/heading");return n&&(o.clientId=l),o},onReplace:r,onRemove:()=>r([]),"aria-label":(0,je.__)("Heading text"),placeholder:u||(0,je.__)("Heading"),textAlign:i},$e.Platform.isNative&&{deleteEnter:!0},p)))};const{name:Vc}={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/heading",title:"Heading",category:"text",description:"Introduce new sections and organize content to help visitors (and search engines) understand the structure of your content.",keywords:["title","subtitle"],textdomain:"default",attributes:{textAlign:{type:"string"},content:{type:"string",source:"html",selector:"h1,h2,h3,h4,h5,h6",default:"",__experimentalRole:"content"},level:{type:"number",default:2},placeholder:{type:"string"}},supports:{align:["wide","full"],anchor:!0,className:!1,color:{gradients:!0,link:!0,__experimentalDefaultControls:{background:!0,text:!0}},spacing:{margin:!0,padding:!0},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontStyle:!0,__experimentalFontWeight:!0,__experimentalLetterSpacing:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalDefaultControls:{fontSize:!0,fontAppearance:!0,textTransform:!0}},__experimentalSelector:"h1,h2,h3,h4,h5,h6",__unstablePasteTextInline:!0,__experimentalSlashInserter:!0},editorStyle:"wp-block-heading-editor",style:"wp-block-heading"},Hc={from:[{type:"block",isMultiBlock:!0,blocks:["core/paragraph"],transform:e=>e.map((e=>{let{content:t,anchor:n,align:o}=e;return(0,Ge.createBlock)(Vc,{content:t,anchor:n,textAlign:o})}))},{type:"raw",selector:"h1,h2,h3,h4,h5,h6",schema:e=>{let{phrasingContentSchema:t,isPaste:n}=e;const o={children:t,attributes:n?[]:["style","id"]};return{h1:o,h2:o,h3:o,h4:o,h5:o,h6:o}},transform(e){const t=(0,Ge.getBlockAttributes)(Vc,e.outerHTML),{textAlign:n}=e.style||{};var o;return t.level=(o=e.nodeName,Number(o.substr(1))),"left"!==n&&"center"!==n&&"right"!==n||(t.align=n),(0,Ge.createBlock)(Vc,t)}},...[1,2,3,4,5,6].map((e=>({type:"prefix",prefix:Array(e+1).join("#"),transform(t){return(0,Ge.createBlock)(Vc,{level:e,content:t})}}))),...[1,2,3,4,5,6].map((e=>({type:"enter",regExp:new RegExp(`^/(h|H)${e}$`),transform(t){return(0,Ge.createBlock)(Vc,{level:e,content:t})}})))],to:[{type:"block",isMultiBlock:!0,blocks:["core/paragraph"],transform:e=>e.map((e=>{let{content:t,textAlign:n}=e;return(0,Ge.createBlock)("core/paragraph",{content:t,align:n})}))}]};var Fc=Hc;const Dc={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/heading",title:"Heading",category:"text",description:"Introduce new sections and organize content to help visitors (and search engines) understand the structure of your content.",keywords:["title","subtitle"],textdomain:"default",attributes:{textAlign:{type:"string"},content:{type:"string",source:"html",selector:"h1,h2,h3,h4,h5,h6",default:"",__experimentalRole:"content"},level:{type:"number",default:2},placeholder:{type:"string"}},supports:{align:["wide","full"],anchor:!0,className:!1,color:{gradients:!0,link:!0,__experimentalDefaultControls:{background:!0,text:!0}},spacing:{margin:!0,padding:!0},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontStyle:!0,__experimentalFontWeight:!0,__experimentalLetterSpacing:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalDefaultControls:{fontSize:!0,fontAppearance:!0,textTransform:!0}},__experimentalSelector:"h1,h2,h3,h4,h5,h6",__unstablePasteTextInline:!0,__experimentalSlashInserter:!0},editorStyle:"wp-block-heading-editor",style:"wp-block-heading"},{name:Gc}=Dc,$c={icon:xc,example:{attributes:{content:(0,je.__)("Code is Poetry"),level:2}},__experimentalLabel(e,t){let{context:n}=t;const{content:o,level:r}=e;return"list-view"===n&&o?o:"accessibility"===n?(0,St.isEmpty)(o)?(0,je.sprintf)((0,je.__)("Level %s. Empty."),r):(0,je.sprintf)((0,je.__)("Level %1$s. %2$s"),r,o):void 0},transforms:Fc,deprecated:Nc,merge(e,t){return{content:(e.content||"")+(t.content||"")}},edit:Ac,save:function(e){let{attributes:t}=e;const{textAlign:n,content:o,level:r}=t,a="h"+r,l=rt()({[`has-text-align-${n}`]:n});return(0,$e.createElement)(a,Ze.useBlockProps.save({className:l}),(0,$e.createElement)(Ze.RichText.Content,{value:o}))}},Uc=()=>qe({name:Gc,metadata:Dc,settings:$c});var Oc=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M12 4L4 7.9V20h16V7.9L12 4zm6.5 14.5H14V13h-4v5.5H5.5V8.8L12 5.7l6.5 3.1v9.7z"}));const qc=e=>e.preventDefault();const Wc={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/home-link",category:"design",parent:["core/navigation"],title:"Home Link",description:"Create a link that always points to the homepage of the site. Usually not necessary if there is already a site title link present in the header.",textdomain:"default",attributes:{label:{type:"string"}},usesContext:["textColor","customTextColor","backgroundColor","customBackgroundColor","fontSize","customFontSize","style"],supports:{reusable:!1,html:!1,typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}}},editorStyle:"wp-block-home-link-editor",style:"wp-block-home-link"},{name:jc}=Wc,Zc={icon:Oc,edit:function(e){var t,n,o,r;let{attributes:a,setAttributes:l,context:i}=e;const{homeUrl:s}=(0,it.useSelect)((e=>{var t;const{getUnstableBase:n}=e(lt.store);return{homeUrl:null===(t=n())||void 0===t?void 0:t.home}}),[]),{__unstableMarkNextChangeAsNotPersistent:c}=(0,it.useDispatch)(Ze.store),{textColor:u,backgroundColor:m,style:d}=i,p=(0,Ze.useBlockProps)({className:rt()("wp-block-navigation-item",{"has-text-color":!!u||!(null==d||null===(t=d.color)||void 0===t||!t.text),[`has-${u}-color`]:!!u,"has-background":!!m||!(null==d||null===(n=d.color)||void 0===n||!n.background),[`has-${m}-background-color`]:!!m}),style:{color:null==d||null===(o=d.color)||void 0===o?void 0:o.text,backgroundColor:null==d||null===(r=d.color)||void 0===r?void 0:r.background}}),{label:g}=a;return(0,$e.useEffect)((()=>{void 0===g&&(c(),l({label:(0,je.__)("Home")}))}),[g]),(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)("div",p,(0,$e.createElement)("a",{className:"wp-block-home-link__content wp-block-navigation-item__content",href:s,onClick:qc},(0,$e.createElement)(Ze.RichText,{identifier:"label",className:"wp-block-home-link__label",value:g,onChange:e=>{l({label:e})},"aria-label":(0,je.__)("Home link text"),placeholder:(0,je.__)("Add home link"),withoutInteractiveFormatting:!0,allowedFormats:["core/bold","core/italic","core/image","core/strikethrough"]}))))},save:function(){return(0,$e.createElement)(Ze.InnerBlocks.Content,null)},example:{attributes:{label:(0,je._x)("Home Link","block example")}}},Qc=()=>qe({name:jc,metadata:Wc,settings:Zc});var Kc=(0,$e.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,$e.createElement)(Ue.Path,{d:"M4.8 11.4H2.1V9H1v6h1.1v-2.6h2.7V15h1.1V9H4.8v2.4zm1.9-1.3h1.7V15h1.1v-4.9h1.7V9H6.7v1.1zM16.2 9l-1.5 2.7L13.3 9h-.9l-.8 6h1.1l.5-4 1.5 2.8 1.5-2.8.5 4h1.1L17 9h-.8zm3.8 5V9h-1.1v6h3.6v-1H20z"}));function Yc(e){let{content:t,isSelected:n}=e;const o=(0,it.useSelect)((e=>{var t;return null===(t=e(Ze.store).getSettings())||void 0===t?void 0:t.styles}),[]),r=(0,$e.useMemo)((()=>["\n\thtml,body,:root {\n\t\tmargin: 0 !important;\n\t\tpadding: 0 !important;\n\t\toverflow: visible !important;\n\t\tmin-height: auto !important;\n\t}\n",...(0,Ze.transformStyles)(o)]),[o]);return(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(We.SandBox,{html:t,styles:r}),!n&&(0,$e.createElement)("div",{className:"block-library-html__preview-overlay"}))}var Jc={from:[{type:"block",blocks:["core/code"],transform:e=>{let{content:t}=e;return(0,Ge.createBlock)("core/html",{content:t})}}]};const Xc={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/html",title:"Custom HTML",category:"widgets",description:"Add custom HTML code and preview it as you edit.",keywords:["embed"],textdomain:"default",attributes:{content:{type:"string",source:"html"}},supports:{customClassName:!1,className:!1,html:!1},editorStyle:"wp-block-html-editor"},{name:eu}=Xc,tu={icon:Kc,example:{attributes:{content:"<marquee>"+(0,je.__)("Welcome to the wonderful world of blocks")+"</marquee>"}},edit:function(e){let{attributes:t,setAttributes:n,isSelected:o}=e;const[r,a]=(0,$e.useState)(),l=(0,$e.useContext)(We.Disabled.Context);return(0,$e.createElement)("div",(0,Ze.useBlockProps)({className:"block-library-html__edit"}),(0,$e.createElement)(Ze.BlockControls,null,(0,$e.createElement)(We.ToolbarGroup,null,(0,$e.createElement)(We.ToolbarButton,{className:"components-tab-button",isPressed:!r,onClick:function(){a(!1)}},"HTML"),(0,$e.createElement)(We.ToolbarButton,{className:"components-tab-button",isPressed:r,onClick:function(){a(!0)}},(0,je.__)("Preview")))),r||l?(0,$e.createElement)(Yc,{content:t.content,isSelected:o}):(0,$e.createElement)(Ze.PlainText,{value:t.content,onChange:e=>n({content:e}),placeholder:(0,je.__)("Write HTML"),"aria-label":(0,je.__)("HTML")}))},save:function(e){let{attributes:t}=e;return(0,$e.createElement)($e.RawHTML,null,t.content)},transforms:Jc},nu=()=>qe({name:eu,metadata:Xc,settings:tu}),ou={align:{type:"string"},url:{type:"string",source:"attribute",selector:"img",attribute:"src"},alt:{type:"string",source:"attribute",selector:"img",attribute:"alt",default:""},caption:{type:"string",source:"html",selector:"figcaption"},title:{type:"string",source:"attribute",selector:"img",attribute:"title"},href:{type:"string",source:"attribute",selector:"figure > a",attribute:"href"},rel:{type:"string",source:"attribute",selector:"figure > a",attribute:"rel"},linkClass:{type:"string",source:"attribute",selector:"figure > a",attribute:"class"},id:{type:"number"},width:{type:"number"},height:{type:"number"},sizeSlug:{type:"string"},linkDestination:{type:"string"},linkTarget:{type:"string",source:"attribute",selector:"figure > a",attribute:"target"}},ru={anchor:!0,color:{__experimentalDuotone:"img",text:!1,background:!1},__experimentalBorder:{radius:!0,__experimentalDefaultControls:{radius:!0}}},au=[{attributes:ou,supports:ru,save(e){let{attributes:t}=e;const{url:n,alt:o,caption:r,align:a,href:l,rel:i,linkClass:s,width:c,height:u,id:m,linkTarget:d,sizeSlug:p,title:g}=t,h=(0,St.isEmpty)(i)?void 0:i,v=rt()({[`align${a}`]:a,[`size-${p}`]:p,"is-resized":c||u}),b=(0,$e.createElement)("img",{src:n,alt:o,className:m?`wp-image-${m}`:null,width:c,height:u,title:g}),_=(0,$e.createElement)($e.Fragment,null,l?(0,$e.createElement)("a",{className:s,href:l,target:d,rel:h},b):b,!Ze.RichText.isEmpty(r)&&(0,$e.createElement)(Ze.RichText.Content,{tagName:"figcaption",value:r}));return(0,$e.createElement)("figure",Ze.useBlockProps.save({className:v}),_)}},{attributes:{...ou,title:{type:"string",source:"attribute",selector:"img",attribute:"title"},sizeSlug:{type:"string"}},supports:ru,save(e){let{attributes:t}=e;const{url:n,alt:o,caption:r,align:a,href:l,rel:i,linkClass:s,width:c,height:u,id:m,linkTarget:d,sizeSlug:p,title:g}=t,h=(0,St.isEmpty)(i)?void 0:i,v=rt()({[`align${a}`]:a,[`size-${p}`]:p,"is-resized":c||u}),b=(0,$e.createElement)("img",{src:n,alt:o,className:m?`wp-image-${m}`:null,width:c,height:u,title:g}),_=(0,$e.createElement)($e.Fragment,null,l?(0,$e.createElement)("a",{className:s,href:l,target:d,rel:h},b):b,!Ze.RichText.isEmpty(r)&&(0,$e.createElement)(Ze.RichText.Content,{tagName:"figcaption",value:r}));return"left"===a||"right"===a||"center"===a?(0,$e.createElement)("div",Ze.useBlockProps.save(),(0,$e.createElement)("figure",{className:v},_)):(0,$e.createElement)("figure",Ze.useBlockProps.save({className:v}),_)}},{attributes:ou,save(e){let{attributes:t}=e;const{url:n,alt:o,caption:r,align:a,href:l,width:i,height:s,id:c}=t,u=rt()({[`align${a}`]:a,"is-resized":i||s}),m=(0,$e.createElement)("img",{src:n,alt:o,className:c?`wp-image-${c}`:null,width:i,height:s});return(0,$e.createElement)("figure",{className:u},l?(0,$e.createElement)("a",{href:l},m):m,!Ze.RichText.isEmpty(r)&&(0,$e.createElement)(Ze.RichText.Content,{tagName:"figcaption",value:r}))}},{attributes:ou,save(e){let{attributes:t}=e;const{url:n,alt:o,caption:r,align:a,href:l,width:i,height:s,id:c}=t,u=(0,$e.createElement)("img",{src:n,alt:o,className:c?`wp-image-${c}`:null,width:i,height:s});return(0,$e.createElement)("figure",{className:a?`align${a}`:null},l?(0,$e.createElement)("a",{href:l},u):u,!Ze.RichText.isEmpty(r)&&(0,$e.createElement)(Ze.RichText.Content,{tagName:"figcaption",value:r}))}},{attributes:ou,save(e){let{attributes:t}=e;const{url:n,alt:o,caption:r,align:a,href:l,width:i,height:s}=t,c=i||s?{width:i,height:s}:{},u=(0,$e.createElement)("img",nt({src:n,alt:o},c));let m={};return i?m={width:i}:"left"!==a&&"right"!==a||(m={maxWidth:"50%"}),(0,$e.createElement)("figure",{className:a?`align${a}`:null,style:m},l?(0,$e.createElement)("a",{href:l},u):u,!Ze.RichText.isEmpty(r)&&(0,$e.createElement)(Ze.RichText.Content,{tagName:"figcaption",value:r}))}}];var lu=au;var iu=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M16.5 7.8v7H18v-7c0-1-.8-1.8-1.8-1.8h-7v1.5h7c.2 0 .3.1.3.3zm-8.7 8.7c-.1 0-.2-.1-.2-.2V2H6v4H2v1.5h4v8.8c0 1 .8 1.8 1.8 1.8h8.8v4H18v-4h4v-1.5H7.8z"}));var su=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M18.5 15v3.5H13V6.7l4.5 4.1 1-1.1-6.2-5.8-5.8 5.8 1 1.1 4-4v11.7h-6V15H4v5h16v-5z"}));var cu=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M18 4H6c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12-9.8c.4 0 .8-.3.9-.7l1.1-3h3.6l.5 1.7h1.9L13 9h-2.2l-3.4 9.5H6c-.3 0-.5-.2-.5-.5V6c0-.3.2-.5.5-.5h12c.3 0 .5.2.5.5v12H20V6c0-1.1-.9-2-2-2zm-6 7l1.4 3.9h-2.7L12 11z"}));function uu(e,t){const[n,o]=(0,$e.useState)();function r(){var t;o(null===(t=e.current)||void 0===t?void 0:t.clientWidth)}return(0,$e.useEffect)(r,t),(0,$e.useEffect)((()=>{const{defaultView:t}=e.current.ownerDocument;return t.addEventListener("resize",r),()=>{t.removeEventListener("resize",r)}}),[]),n}function mu(e){var t,n;let{temporaryURL:o,attributes:r,setAttributes:a,isSelected:l,insertBlocksAfter:i,onReplace:s,onSelectImage:c,onSelectURL:u,onUploadError:m,containerRef:d,context:p,clientId:g,isContentLocked:h}=e;const{url:v="",alt:b,caption:_,align:y,id:f,href:k,rel:x,linkClass:w,linkDestination:E,title:C,width:S,height:B,linkTarget:T,sizeSlug:N}=r,P=(0,$e.useRef)(),I=(0,$e.useRef)(),z=(0,Zt.usePrevious)(v),{allowResize:M=!0}=p,{getBlock:L}=(0,it.useSelect)(Ze.store),{image:R,multiImageSelection:A}=(0,it.useSelect)((e=>{const{getMedia:t}=e(lt.store),{getMultiSelectedBlockClientIds:n,getBlockName:o}=e(Ze.store),r=n();return{image:f&&l?t(f,{context:"view"}):null,multiImageSelection:r.length&&r.every((e=>"core/image"===o(e)))}}),[f,l,g]),{canInsertCover:V,imageEditing:H,imageSizes:F,maxWidth:D,mediaUpload:G}=(0,it.useSelect)((e=>{const{getBlockRootClientId:t,getSettings:n,canInsertBlockType:o}=e(Ze.store),r=t(g);return{...(0,St.pick)(n(),["imageEditing","imageSizes","maxWidth","mediaUpload"]),canInsertCover:o("core/cover",r)}}),[g]),{replaceBlocks:$,toggleSelection:U}=(0,it.useDispatch)(Ze.store),{createErrorNotice:O,createSuccessNotice:q}=(0,it.useDispatch)(wt.store),W=(0,Zt.useViewportMatch)("medium"),j=(0,St.includes)(["wide","full"],y),[{loadedNaturalWidth:Z,loadedNaturalHeight:Q},K]=(0,$e.useState)({}),[Y,J]=(0,$e.useState)(!1),[X,ee]=(0,$e.useState)(),te=uu(d,[y]),ne=M&&!h&&!(j&&W),oe=(0,St.map)((0,St.filter)(F,(e=>{let{slug:t}=e;return(0,St.get)(R,["media_details","sizes",t,"source_url"])})),(e=>{let{name:t,slug:n}=e;return{value:n,label:t}}));(0,$e.useEffect)((()=>{pu(f,v)&&l&&!X&&window.fetch(v).then((e=>e.blob())).then((e=>ee(e))).catch((()=>{}))}),[f,v,l,X]),(0,$e.useEffect)((()=>{v&&!z&&l&&I.current.focus()}),[v,z]);const{naturalWidth:re,naturalHeight:ae}=(0,$e.useMemo)((()=>{var e,t;return{naturalWidth:(null===(e=P.current)||void 0===e?void 0:e.naturalWidth)||Z||void 0,naturalHeight:(null===(t=P.current)||void 0===t?void 0:t.naturalHeight)||Q||void 0}}),[Z,Q,null===(t=P.current)||void 0===t?void 0:t.complete]);(0,$e.useEffect)((()=>{l||J(!1)}),[l]);const le=f&&re&&ae&&H,ie=!A&&le&&!Y;const se=(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Ze.BlockControls,{group:"block"},!h&&(0,$e.createElement)(Ze.BlockAlignmentControl,{value:y,onChange:function(e){const t=["wide","full"].includes(e)?{width:void 0,height:void 0}:{};a({...t,align:e})}}),!A&&!Y&&(0,$e.createElement)(Ze.__experimentalImageURLInputUI,{url:k||"",onChangeUrl:function(e){a(e)},linkDestination:E,mediaUrl:R&&R.source_url||v,mediaLink:R&&R.link,linkTarget:T,linkClass:w,rel:x}),ie&&(0,$e.createElement)(We.ToolbarButton,{onClick:()=>J(!0),icon:iu,label:(0,je.__)("Crop")}),X&&(0,$e.createElement)(We.ToolbarButton,{onClick:function(){G({filesList:[X],onFileChange(e){let[t]=e;c(t),(0,xt.isBlobURL)(t.url)||(ee(),q((0,je.__)("Image uploaded."),{type:"snackbar"}))},allowedTypes:fs,onError(e){O(e,{type:"snackbar"})}})},icon:su,label:(0,je.__)("Upload external image")}),!A&&V&&(0,$e.createElement)(We.ToolbarButton,{icon:cu,label:(0,je.__)("Add text over image"),onClick:function(){$(g,(0,Ge.switchToBlockType)(L(g),"core/cover"))}})),!A&&!Y&&(0,$e.createElement)(Ze.BlockControls,{group:"other"},(0,$e.createElement)(Ze.MediaReplaceFlow,{mediaId:f,mediaURL:v,allowedTypes:fs,accept:"image/*",onSelect:c,onSelectURL:u,onError:m})),(0,$e.createElement)(Ze.InspectorControls,null,(0,$e.createElement)(We.PanelBody,{title:(0,je.__)("Settings")},!A&&(0,$e.createElement)(We.TextareaControl,{label:(0,je.__)("Alt text (alternative text)"),value:b,onChange:function(e){a({alt:e})},help:(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(We.ExternalLink,{href:"https://www.w3.org/WAI/tutorials/images/decision-tree"},(0,je.__)("Describe the purpose of the image")),(0,je.__)("Leave empty if the image is purely decorative."))}),(0,$e.createElement)(Ze.__experimentalImageSizeControl,{onChangeImage:function(e){const t=(0,St.get)(R,["media_details","sizes",e,"source_url"]);if(!t)return null;a({url:t,width:void 0,height:void 0,sizeSlug:e})},onChange:e=>a(e),slug:N,width:S,height:B,imageSizeOptions:oe,isResizable:ne,imageWidth:re,imageHeight:ae}))),(0,$e.createElement)(Ze.InspectorControls,{__experimentalGroup:"advanced"},(0,$e.createElement)(We.TextControl,{label:(0,je.__)("Title attribute"),value:C||"",onChange:function(e){a({title:e})},help:(0,$e.createElement)($e.Fragment,null,(0,je.__)("Describe the role of this image on the page."),(0,$e.createElement)(We.ExternalLink,{href:"https://www.w3.org/TR/html52/dom.html#the-title-attribute"},(0,je.__)("(Note: many devices and browsers do not display this text.)")))}))),ce=(0,at.getFilename)(v);let ue;ue=b||(ce?(0,je.sprintf)((0,je.__)("This image has an empty alt attribute; its file name is %s"),ce):(0,je.__)("This image has an empty alt attribute"));const me=(0,Ze.__experimentalUseBorderProps)(r),de=null===(n=r.className)||void 0===n?void 0:n.includes("is-style-rounded"),pe=!!me.className||!(0,St.isEmpty)(me.style);let ge,he,ve=(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)("img",{src:o||v,alt:ue,onError:()=>function(){const e=Lt({attributes:{url:v}});void 0!==e&&s(e)}(),onLoad:e=>{var t,n;K({loadedNaturalWidth:null===(t=e.target)||void 0===t?void 0:t.naturalWidth,loadedNaturalHeight:null===(n=e.target)||void 0===n?void 0:n.naturalHeight})},ref:P,className:me.className,style:me.style}),o&&(0,$e.createElement)(We.Spinner,null));if(te&&re&&ae){const e=re>te,t=ae/re;ge=e?te:re,he=e?te*t:ae}if(le&&Y)ve=(0,$e.createElement)(Ze.__experimentalImageEditor,{borderProps:de?void 0:me,url:v,width:S,height:B,clientWidth:te,naturalHeight:ae,naturalWidth:re});else if(ne&&ge){const e=S||ge,t=B||he,n=re/ae,o=re<ae?gs:gs*n,r=ae<re?gs:gs/n,i=2.5*D;let s=!1,c=!1;"center"===y?(s=!0,c=!0):(0,je.isRTL)()?"left"===y?s=!0:c=!0:"right"===y?c=!0:s=!0,ve=(0,$e.createElement)(We.ResizableBox,{size:{width:null!=S?S:"auto",height:B&&!pe?B:"auto"},showHandle:l,minWidth:o,maxWidth:i,minHeight:r,maxHeight:i/n,lockAspectRatio:!0,enable:{top:!1,right:s,bottom:!0,left:c},onResizeStart:function(){U(!1)},onResizeStop:(n,o,r,l)=>{U(!0),a({width:parseInt(e+l.width,10),height:parseInt(t+l.height,10)})}},ve)}else ve=(0,$e.createElement)("div",{style:{width:S,height:B}},ve);return(0,$e.createElement)(Ze.__experimentalImageEditingProvider,{id:f,url:v,naturalWidth:re,naturalHeight:ae,clientWidth:te,onSaveImage:e=>a(e),isEditing:Y,onFinishEditing:()=>J(!1)},!o&&se,ve,(!Ze.RichText.isEmpty(_)||l)&&(0,$e.createElement)(Ze.RichText,{className:(0,Ze.__experimentalGetElementClassName)("caption"),ref:I,tagName:"figcaption","aria-label":(0,je.__)("Image caption text"),placeholder:(0,je.__)("Add caption"),value:_,onChange:e=>a({caption:e}),inlineToolbar:!0,__unstableOnSplitAtEnd:()=>i((0,Ge.createBlock)((0,Ge.getDefaultBlockName)()))}))}const du=e=>(0,$e.createElement)(We.Placeholder,{className:"block-editor-media-placeholder",withIllustration:!0,icon:As,label:(0,je.__)("Image"),instructions:(0,je.__)("Upload an image file, pick one from your media library, or add one with a URL.")},e),pu=(e,t)=>t&&!e&&!(0,xt.isBlobURL)(t);var gu=function(e){let{attributes:t,setAttributes:n,isSelected:o,className:r,insertBlocksAfter:a,onReplace:l,context:i,clientId:s}=e;const{url:c="",alt:u,caption:m,align:d,id:p,width:g,height:h,sizeSlug:v}=t,[b,_]=(0,$e.useState)(),y=(0,$e.useRef)();(0,$e.useEffect)((()=>{y.current=u}),[u]);const f=(0,$e.useRef)();(0,$e.useEffect)((()=>{f.current=m}),[m]);const k=(0,$e.useRef)(),{imageDefaultSize:x,mediaUpload:w,isContentLocked:E}=(0,it.useSelect)((e=>{const{getSettings:t,__unstableGetContentLockingParent:n}=e(Ze.store),o=t();return{imageDefaultSize:o.imageDefaultSize,mediaUpload:o.mediaUpload,isContentLocked:!!n(s)}}),[]),{createErrorNotice:C}=(0,it.useDispatch)(wt.store);function S(e){C(e,{type:"snackbar"}),n({src:void 0,id:void 0,url:void 0}),_(void 0)}function B(e){var o,r,a,l,i,s;if(!e||!e.url)return void n({url:void 0,alt:void 0,id:void 0,title:void 0,caption:void 0});if((0,xt.isBlobURL)(e.url))return void _(e.url);_();let u,m=((e,t)=>{const n=(0,St.pick)(e,["alt","id","link","caption"]);return n.url=(0,St.get)(e,["sizes",t,"url"])||(0,St.get)(e,["media_details","sizes",t,"source_url"])||e.url,n})(e,x);if(f.current&&!(0,St.get)(m,["caption"])){const{caption:e,...t}=m;m=t}var d,g,h,v,b,y,k;u=e.id&&e.id===p?{url:c}:{width:void 0,height:void 0,sizeSlug:(d=e,g=x,"url"in(null!==(h=null==d||null===(v=d.sizes)||void 0===v?void 0:v[g])&&void 0!==h?h:{})||"source_url"in(null!==(b=null==d||null===(y=d.media_details)||void 0===y||null===(k=y.sizes)||void 0===k?void 0:k[g])&&void 0!==b?b:{})?x:"full")};let w,E=t.linkDestination;if(!E)switch((null===(o=window)||void 0===o||null===(r=o.wp)||void 0===r||null===(a=r.media)||void 0===a||null===(l=a.view)||void 0===l||null===(i=l.settings)||void 0===i||null===(s=i.defaultProps)||void 0===s?void 0:s.link)||hs){case"file":case vs:E=vs;break;case"post":case bs:E=bs;break;case _s:E=_s;break;case hs:E=hs}switch(E){case vs:w=e.url;break;case bs:w=e.link}m.href=w,n({...m,...u,linkDestination:E})}function T(e){e!==c&&n({url:e,id:void 0,width:void 0,height:void 0,sizeSlug:x})}let N=((e,t)=>!e&&(0,xt.isBlobURL)(t))(p,c);(0,$e.useEffect)((()=>{if(!N)return;const e=(0,xt.getBlobByURL)(c);e&&w({filesList:[e],onFileChange:e=>{let[t]=e;B(t)},allowedTypes:fs,onError:e=>{N=!1,S(e)}})}),[]),(0,$e.useEffect)((()=>{N?_(c):(0,xt.revokeBlobURL)(b)}),[N,c]);const P=pu(p,c)?c:void 0,I=!!c&&(0,$e.createElement)("img",{alt:(0,je.__)("Edit image"),title:(0,je.__)("Edit image"),className:"edit-image-preview",src:c}),z=(0,Ze.__experimentalUseBorderProps)(t),M=rt()(r,{"is-transient":b,"is-resized":!!g||!!h,[`size-${v}`]:v,"has-custom-border":!!z.className||!(0,St.isEmpty)(z.style)}),L=(0,Ze.useBlockProps)({ref:k,className:M});return(0,$e.createElement)("figure",L,(b||c)&&(0,$e.createElement)(mu,{temporaryURL:b,attributes:t,setAttributes:n,isSelected:o,insertBlocksAfter:a,onReplace:l,onSelectImage:B,onSelectURL:T,onUploadError:S,containerRef:k,context:i,clientId:s,isContentLocked:E}),!c&&!E&&(0,$e.createElement)(Ze.BlockControls,{group:"block"},(0,$e.createElement)(Ze.BlockAlignmentControl,{value:d,onChange:function(e){const t=["wide","full"].includes(e)?{width:void 0,height:void 0}:{};n({...t,align:e})}})),(0,$e.createElement)(Ze.MediaPlaceholder,{icon:(0,$e.createElement)(Ze.BlockIcon,{icon:As}),onSelect:B,onSelectURL:T,onError:S,placeholder:du,accept:"image/*",allowedTypes:fs,value:{id:p,src:P},mediaPreview:I,disableMediaButtons:b||c}))};function hu(e,t){const{body:n}=document.implementation.createHTMLDocument("");n.innerHTML=e;const{firstElementChild:o}=n;if(o&&"A"===o.nodeName)return o.getAttribute(t)||void 0}const vu={img:{attributes:["src","alt","title"],classes:["alignleft","aligncenter","alignright","alignnone",/^wp-image-\d+$/]}},bu={from:[{type:"raw",isMatch:e=>"FIGURE"===e.nodeName&&!!e.querySelector("img"),schema:e=>{let{phrasingContentSchema:t}=e;return{figure:{require:["img"],children:{...vu,a:{attributes:["href","rel","target"],children:vu},figcaption:{children:t}}}}},transform:e=>{const t=e.className+" "+e.querySelector("img").className,n=/(?:^|\s)align(left|center|right)(?:$|\s)/.exec(t),o=""===e.id?void 0:e.id,r=n?n[1]:void 0,a=/(?:^|\s)wp-image-(\d+)(?:$|\s)/.exec(t),l=a?Number(a[1]):void 0,i=e.querySelector("a"),s=i&&i.href?"custom":void 0,c=i&&i.href?i.href:void 0,u=i&&i.rel?i.rel:void 0,m=i&&i.className?i.className:void 0,d=(0,Ge.getBlockAttributes)("core/image",e.outerHTML,{align:r,id:l,linkDestination:s,href:c,rel:u,linkClass:m,anchor:o});return(0,Ge.createBlock)("core/image",d)}},{type:"files",isMatch(e){if(e.some((e=>0===e.type.indexOf("image/")))&&e.some((e=>0!==e.type.indexOf("image/")))){const{createErrorNotice:e}=(0,it.dispatch)(wt.store);e((0,je.__)("If uploading to a gallery all files need to be image formats"),{id:"gallery-transform-invalid-file",type:"snackbar"})}return(0,St.every)(e,(e=>0===e.type.indexOf("image/")))},transform(e){const t=e.map((e=>(0,Ge.createBlock)("core/image",{url:(0,xt.createBlobURL)(e)})));return t}},{type:"shortcode",tag:"caption",attributes:{url:{type:"string",source:"attribute",attribute:"src",selector:"img"},alt:{type:"string",source:"attribute",attribute:"alt",selector:"img"},caption:{shortcode:function(e,t){let{shortcode:n}=t;const{body:o}=document.implementation.createHTMLDocument("");o.innerHTML=n.content;let r=o.querySelector("img");for(;r&&r.parentNode&&r.parentNode!==o;)r=r.parentNode;return r&&r.parentNode.removeChild(r),o.innerHTML.trim()}},href:{shortcode:(e,t)=>{let{shortcode:n}=t;return hu(n.content,"href")}},rel:{shortcode:(e,t)=>{let{shortcode:n}=t;return hu(n.content,"rel")}},linkClass:{shortcode:(e,t)=>{let{shortcode:n}=t;return hu(n.content,"class")}},id:{type:"number",shortcode:e=>{let{named:{id:t}}=e;if(t)return parseInt(t.replace("attachment_",""),10)}},align:{type:"string",shortcode:e=>{let{named:{align:t="alignnone"}}=e;return t.replace("align","")}}}}]};var _u=bu;const yu={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/image",title:"Image",category:"media",usesContext:["allowResize","imageCrop","fixedHeight"],description:"Insert an image to make a visual statement.",keywords:["img","photo","picture"],textdomain:"default",attributes:{align:{type:"string"},url:{type:"string",source:"attribute",selector:"img",attribute:"src",__experimentalRole:"content"},alt:{type:"string",source:"attribute",selector:"img",attribute:"alt",default:"",__experimentalRole:"content"},caption:{type:"string",source:"html",selector:"figcaption",__experimentalRole:"content"},title:{type:"string",source:"attribute",selector:"img",attribute:"title",__experimentalRole:"content"},href:{type:"string",source:"attribute",selector:"figure > a",attribute:"href",__experimentalRole:"content"},rel:{type:"string",source:"attribute",selector:"figure > a",attribute:"rel"},linkClass:{type:"string",source:"attribute",selector:"figure > a",attribute:"class"},id:{type:"number",__experimentalRole:"content"},width:{type:"number"},height:{type:"number"},sizeSlug:{type:"string"},linkDestination:{type:"string"},linkTarget:{type:"string",source:"attribute",selector:"figure > a",attribute:"target"}},supports:{anchor:!0,color:{__experimentalDuotone:"img, .components-placeholder",text:!1,background:!1},__experimentalBorder:{color:!0,radius:!0,width:!0,__experimentalSelector:"img, .wp-block-image__crop-area",__experimentalSkipSerialization:!0,__experimentalDefaultControls:{color:!0,radius:!0,width:!0}}},styles:[{name:"default",label:"Default",isDefault:!0},{name:"rounded",label:"Rounded"}],editorStyle:"wp-block-image-editor",style:"wp-block-image"},{name:fu}=yu,ku={icon:As,example:{attributes:{sizeSlug:"large",url:"https://s.w.org/images/core/5.3/MtBlanc1.jpg",caption:(0,je.__)("Mont Blanc appearsstill, snowy, and serene.")}},__experimentalLabel(e,t){let{context:n}=t;if("accessibility"===n){const{caption:t,alt:n,url:o}=e;return o?n?n+(t?". "+t:""):t||"":(0,je.__)("Empty")}},getEditWrapperProps(e){return{"data-align":e.align}},transforms:_u,edit:gu,save:function(e){let{attributes:t}=e;const{url:n,alt:o,caption:r,align:a,href:l,rel:i,linkClass:s,width:c,height:u,id:m,linkTarget:d,sizeSlug:p,title:g}=t,h=(0,St.isEmpty)(i)?void 0:i,v=(0,Ze.__experimentalGetBorderClassesAndStyles)(t),b=rt()({[`align${a}`]:a,[`size-${p}`]:p,"is-resized":c||u,"has-custom-border":!!v.className||!(0,St.isEmpty)(v.style)}),_=rt()(v.className,{[`wp-image-${m}`]:!!m}),y=(0,$e.createElement)("img",{src:n,alt:o,className:_||void 0,style:v.style,width:c,height:u,title:g}),f=(0,$e.createElement)($e.Fragment,null,l?(0,$e.createElement)("a",{className:s,href:l,target:d,rel:h},y):y,!Ze.RichText.isEmpty(r)&&(0,$e.createElement)(Ze.RichText.Content,{className:(0,Ze.__experimentalGetElementClassName)("caption"),tagName:"figcaption",value:r}));return(0,$e.createElement)("figure",Ze.useBlockProps.save({className:b}),f)},deprecated:lu},xu=()=>qe({name:fu,metadata:yu,settings:ku});var wu=(0,$e.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,$e.createElement)(Ue.Path,{d:"M18 4H6c-1.1 0-2 .9-2 2v12.9c0 .6.5 1.1 1.1 1.1.3 0 .5-.1.8-.3L8.5 17H18c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm.5 11c0 .3-.2.5-.5.5H7.9l-2.4 2.4V6c0-.3.2-.5.5-.5h12c.3 0 .5.2.5.5v9z"}));const Eu={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/latest-comments",title:"Latest Comments",category:"widgets",description:"Display a list of your most recent comments.",keywords:["recent comments"],textdomain:"default",attributes:{commentsToShow:{type:"number",default:5,minimum:1,maximum:100},displayAvatar:{type:"boolean",default:!0},displayDate:{type:"boolean",default:!0},displayExcerpt:{type:"boolean",default:!0}},supports:{align:!0,html:!1},editorStyle:"wp-block-latest-comments-editor",style:"wp-block-latest-comments"},{name:Cu}=Eu,Su={icon:wu,example:{},edit:function(e){let{attributes:t,setAttributes:n}=e;const{commentsToShow:o,displayAvatar:r,displayDate:a,displayExcerpt:l}=t;return(0,$e.createElement)("div",(0,Ze.useBlockProps)(),(0,$e.createElement)(Ze.InspectorControls,null,(0,$e.createElement)(We.PanelBody,{title:(0,je.__)("Settings")},(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Display avatar"),checked:r,onChange:()=>n({displayAvatar:!r})}),(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Display date"),checked:a,onChange:()=>n({displayDate:!a})}),(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Display excerpt"),checked:l,onChange:()=>n({displayExcerpt:!l})}),(0,$e.createElement)(We.RangeControl,{label:(0,je.__)("Number of comments"),value:o,onChange:e=>n({commentsToShow:e}),min:1,max:100,required:!0}))),(0,$e.createElement)(We.Disabled,null,(0,$e.createElement)(Ke(),{block:"core/latest-comments",attributes:t,urlQueryArgs:{_locale:"site"}})))}},Bu=()=>qe({name:Cu,metadata:Eu,settings:Su});var Tu=(0,$e.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,$e.createElement)(Ue.Path,{d:"M18 4H6c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm.5 14c0 .3-.2.5-.5.5H6c-.3 0-.5-.2-.5-.5V6c0-.3.2-.5.5-.5h12c.3 0 .5.2.5.5v12zM7 11h2V9H7v2zm0 4h2v-2H7v2zm3-4h7V9h-7v2zm0 4h7v-2h-7v2z"}));const{attributes:Nu}={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/latest-posts",title:"Latest Posts",category:"widgets",description:"Display a list of your most recent posts.",keywords:["recent posts"],textdomain:"default",attributes:{categories:{type:"array",items:{type:"object"}},selectedAuthor:{type:"number"},postsToShow:{type:"number",default:5},displayPostContent:{type:"boolean",default:!1},displayPostContentRadio:{type:"string",default:"excerpt"},excerptLength:{type:"number",default:55},displayAuthor:{type:"boolean",default:!1},displayPostDate:{type:"boolean",default:!1},postLayout:{type:"string",default:"list"},columns:{type:"number",default:3},order:{type:"string",default:"desc"},orderBy:{type:"string",default:"date"},displayFeaturedImage:{type:"boolean",default:!1},featuredImageAlign:{type:"string",enum:["left","center","right"]},featuredImageSizeSlug:{type:"string",default:"thumbnail"},featuredImageSizeWidth:{type:"number",default:null},featuredImageSizeHeight:{type:"number",default:null},addLinkToFeaturedImage:{type:"boolean",default:!1}},supports:{align:!0,html:!1,typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}}},editorStyle:"wp-block-latest-posts-editor",style:"wp-block-latest-posts"};var Pu=[{attributes:{...Nu,categories:{type:"string"}},supports:{align:!0,html:!1},migrate:e=>({...e,categories:[{id:Number(e.categories)}]}),isEligible:e=>{let{categories:t}=e;return t&&"string"==typeof t},save:()=>null}];var Iu=(0,$e.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,$e.createElement)(Ue.Path,{d:"M4 4v1.5h16V4H4zm8 8.5h8V11h-8v1.5zM4 20h16v-1.5H4V20zm4-8c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2 2-.9 2-2z"}));var zu=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7.8 16.5H5c-.3 0-.5-.2-.5-.5v-6.2h6.8v6.7zm0-8.3H4.5V5c0-.3.2-.5.5-.5h6.2v6.7zm8.3 7.8c0 .3-.2.5-.5.5h-6.2v-6.8h6.8V19zm0-7.8h-6.8V4.5H19c.3 0 .5.2.5.5v6.2z",fillRule:"evenodd",clipRule:"evenodd"}));const Mu={per_page:-1,context:"view"},Lu={per_page:-1,has_published_posts:["post"],context:"view"};const Ru={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/latest-posts",title:"Latest Posts",category:"widgets",description:"Display a list of your most recent posts.",keywords:["recent posts"],textdomain:"default",attributes:{categories:{type:"array",items:{type:"object"}},selectedAuthor:{type:"number"},postsToShow:{type:"number",default:5},displayPostContent:{type:"boolean",default:!1},displayPostContentRadio:{type:"string",default:"excerpt"},excerptLength:{type:"number",default:55},displayAuthor:{type:"boolean",default:!1},displayPostDate:{type:"boolean",default:!1},postLayout:{type:"string",default:"list"},columns:{type:"number",default:3},order:{type:"string",default:"desc"},orderBy:{type:"string",default:"date"},displayFeaturedImage:{type:"boolean",default:!1},featuredImageAlign:{type:"string",enum:["left","center","right"]},featuredImageSizeSlug:{type:"string",default:"thumbnail"},featuredImageSizeWidth:{type:"number",default:null},featuredImageSizeHeight:{type:"number",default:null},addLinkToFeaturedImage:{type:"boolean",default:!1}},supports:{align:!0,html:!1,typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}}},editorStyle:"wp-block-latest-posts-editor",style:"wp-block-latest-posts"},{name:Au}=Ru,Vu={icon:Tu,example:{},edit:function e(t){var n;let{attributes:o,setAttributes:r}=t;const a=(0,Zt.useInstanceId)(e),{postsToShow:l,order:i,orderBy:s,categories:c,selectedAuthor:u,displayFeaturedImage:m,displayPostContentRadio:d,displayPostContent:p,displayPostDate:g,displayAuthor:h,postLayout:v,columns:b,excerptLength:_,featuredImageAlign:y,featuredImageSizeSlug:f,featuredImageSizeWidth:k,featuredImageSizeHeight:x,addLinkToFeaturedImage:w}=o,{imageSizes:E,latestPosts:C,defaultImageWidth:S,defaultImageHeight:B,categoriesList:T,authorList:N}=(0,it.useSelect)((e=>{const{getEntityRecords:t,getUsers:n}=e(lt.store),o=e(Ze.store).getSettings(),r=c&&c.length>0?c.map((e=>e.id)):[],a=(0,St.pickBy)({categories:r,author:u,order:i,orderby:s,per_page:l,_embed:"wp:featuredmedia"},(e=>void 0!==e));return{defaultImageWidth:(0,St.get)(o.imageDimensions,[f,"width"],0),defaultImageHeight:(0,St.get)(o.imageDimensions,[f,"height"],0),imageSizes:o.imageSizes,latestPosts:t("postType","post",a),categoriesList:t("taxonomy","category",Mu),authorList:n(Lu)}}),[f,l,i,s,c,u]),{createWarningNotice:P,removeNotice:I}=(0,it.useDispatch)(wt.store);let z;const M=e=>{e.preventDefault(),I(z),z=`block-library/core/latest-posts/redirection-prevented/${a}`,P((0,je.__)("Links are disabled in the editor."),{id:z,type:"snackbar"})},L=E.filter((e=>{let{slug:t}=e;return"full"!==t})).map((e=>{let{name:t,slug:n}=e;return{value:n,label:t}})),R=null!==(n=null==T?void 0:T.reduce(((e,t)=>({...e,[t.name]:t})),{}))&&void 0!==n?n:{},A=!(null==C||!C.length),V=(0,$e.createElement)(Ze.InspectorControls,null,(0,$e.createElement)(We.PanelBody,{title:(0,je.__)("Post content settings")},(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Post content"),checked:p,onChange:e=>r({displayPostContent:e})}),p&&(0,$e.createElement)(We.RadioControl,{label:(0,je.__)("Show:"),selected:d,options:[{label:(0,je.__)("Excerpt"),value:"excerpt"},{label:(0,je.__)("Full post"),value:"full_post"}],onChange:e=>r({displayPostContentRadio:e})}),p&&"excerpt"===d&&(0,$e.createElement)(We.RangeControl,{label:(0,je.__)("Max number of words in excerpt"),value:_,onChange:e=>r({excerptLength:e}),min:10,max:100})),(0,$e.createElement)(We.PanelBody,{title:(0,je.__)("Post meta settings")},(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Display author name"),checked:h,onChange:e=>r({displayAuthor:e})}),(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Display post date"),checked:g,onChange:e=>r({displayPostDate:e})})),(0,$e.createElement)(We.PanelBody,{title:(0,je.__)("Featured image settings")},(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Display featured image"),checked:m,onChange:e=>r({displayFeaturedImage:e})}),m&&(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Ze.__experimentalImageSizeControl,{onChange:e=>{const t={};e.hasOwnProperty("width")&&(t.featuredImageSizeWidth=e.width),e.hasOwnProperty("height")&&(t.featuredImageSizeHeight=e.height),r(t)},slug:f,width:k,height:x,imageWidth:S,imageHeight:B,imageSizeOptions:L,onChangeImage:e=>r({featuredImageSizeSlug:e,featuredImageSizeWidth:void 0,featuredImageSizeHeight:void 0})}),(0,$e.createElement)(We.BaseControl,{className:"editor-latest-posts-image-alignment-control"},(0,$e.createElement)(We.BaseControl.VisualLabel,null,(0,je.__)("Image alignment")),(0,$e.createElement)(Ze.BlockAlignmentToolbar,{value:y,onChange:e=>r({featuredImageAlign:e}),controls:["left","center","right"],isCollapsed:!1})),(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Add link to featured image"),checked:w,onChange:e=>r({addLinkToFeaturedImage:e})}))),(0,$e.createElement)(We.PanelBody,{title:(0,je.__)("Sorting and filtering")},(0,$e.createElement)(We.QueryControls,{order:i,orderBy:s,numberOfItems:l,onOrderChange:e=>r({order:e}),onOrderByChange:e=>r({orderBy:e}),onNumberOfItemsChange:e=>r({postsToShow:e}),categorySuggestions:R,onCategoryChange:e=>{if(e.some((e=>"string"==typeof e&&!R[e])))return;const t=e.map((e=>"string"==typeof e?R[e]:e));if((0,St.includes)(t,null))return!1;r({categories:t})},selectedCategories:c,onAuthorChange:e=>r({selectedAuthor:""!==e?Number(e):void 0}),authorList:null!=N?N:[],selectedAuthorId:u}),"grid"===v&&(0,$e.createElement)(We.RangeControl,{label:(0,je.__)("Columns"),value:b,onChange:e=>r({columns:e}),min:2,max:A?Math.min(6,C.length):6,required:!0}))),H=(0,Ze.useBlockProps)({className:rt()({"wp-block-latest-posts__list":!0,"is-grid":"grid"===v,"has-dates":g,"has-author":h,[`columns-${b}`]:"grid"===v})});if(!A)return(0,$e.createElement)("div",H,V,(0,$e.createElement)(We.Placeholder,{icon:Gn,label:(0,je.__)("Latest Posts")},Array.isArray(C)?(0,je.__)("No posts found."):(0,$e.createElement)(We.Spinner,null)));const F=C.length>l?C.slice(0,l):C,D=[{icon:Iu,title:(0,je.__)("List view"),onClick:()=>r({postLayout:"list"}),isActive:"list"===v},{icon:zu,title:(0,je.__)("Grid view"),onClick:()=>r({postLayout:"grid"}),isActive:"grid"===v}],G=(0,mr.getSettings)().formats.date;return(0,$e.createElement)("div",null,V,(0,$e.createElement)(Ze.BlockControls,null,(0,$e.createElement)(We.ToolbarGroup,{controls:D})),(0,$e.createElement)("ul",H,F.map(((e,t)=>{const n=e.title.rendered.trim();let o=e.excerpt.rendered;const r=null==N?void 0:N.find((t=>t.id===e.author)),a=document.createElement("div");a.innerHTML=o,o=a.textContent||a.innerText||"";const{url:l,alt:i}=function(e,t){var n,o,r,a;const l=(0,St.get)(e,["_embedded","wp:featuredmedia","0"]);return{url:null!==(n=null==l||null===(o=l.media_details)||void 0===o||null===(r=o.sizes)||void 0===r||null===(a=r[t])||void 0===a?void 0:a.source_url)&&void 0!==n?n:null==l?void 0:l.source_url,alt:null==l?void 0:l.alt_text}}(e,f),s=rt()({"wp-block-latest-posts__featured-image":!0,[`align${y}`]:!!y}),c=m&&l,u=c&&(0,$e.createElement)("img",{src:l,alt:i,style:{maxWidth:k,maxHeight:x}}),v=_<o.trim().split(" ").length&&""===e.excerpt.raw?(0,$e.createElement)($e.Fragment,null,o.trim().split(" ",_).join(" "),(0,je.__)(" "),(0,$e.createElement)("a",{href:e.link,rel:"noopener noreferrer",onClick:M},(0,je.__)("Read more"))):o;return(0,$e.createElement)("li",{key:t},c&&(0,$e.createElement)("div",{className:s},w?(0,$e.createElement)("a",{className:"wp-block-latest-posts__post-title",href:e.link,rel:"noreferrer noopener",onClick:M},u):u),(0,$e.createElement)("a",{href:e.link,rel:"noreferrer noopener",dangerouslySetInnerHTML:n?{__html:n}:void 0,onClick:M},n?null:(0,je.__)("(no title)")),h&&r&&(0,$e.createElement)("div",{className:"wp-block-latest-posts__post-author"},(0,je.sprintf)((0,je.__)("by %s"),r.name)),g&&e.date_gmt&&(0,$e.createElement)("time",{dateTime:(0,mr.format)("c",e.date_gmt),className:"wp-block-latest-posts__post-date"},(0,mr.dateI18n)(G,e.date_gmt)),p&&"excerpt"===d&&(0,$e.createElement)("div",{className:"wp-block-latest-posts__post-excerpt"},v),p&&"full_post"===d&&(0,$e.createElement)("div",{className:"wp-block-latest-posts__post-full-content",dangerouslySetInnerHTML:{__html:e.content.raw.trim()}}))}))))},deprecated:Pu},Hu=()=>qe({name:Au,metadata:Ru,settings:Vu});function Fu(e){const{values:t,start:n,reversed:o,ordered:r,type:a}=e,l=document.createElement(r?"ol":"ul");l.innerHTML=t,n&&l.setAttribute("start",n),o&&l.setAttribute("reversed",!0),a&&l.setAttribute("type",a);const[i]=(0,Ge.rawHandler)({HTML:l.outerHTML});return[i.attributes,i.innerBlocks]}const Du={attributes:{ordered:{type:"boolean",default:!1,__experimentalRole:"content"},values:{type:"string",source:"html",selector:"ol,ul",multiline:"li",__unstableMultilineWrapperTags:["ol","ul"],default:"",__experimentalRole:"content"},type:{type:"string"},start:{type:"number"},reversed:{type:"boolean"},placeholder:{type:"string"}},supports:{anchor:!0,className:!1,typography:{fontSize:!0,__experimentalFontFamily:!0},color:{gradients:!0,link:!0},__unstablePasteTextInline:!0,__experimentalSelector:"ol,ul",__experimentalSlashInserter:!0},save(e){let{attributes:t}=e;const{ordered:n,values:o,type:r,reversed:a,start:l}=t,i=n?"ol":"ul";return(0,$e.createElement)(i,Ze.useBlockProps.save({type:r,reversed:a,start:l}),(0,$e.createElement)(Ze.RichText.Content,{value:o,multiline:"li"}))},migrate:Jt,isEligible(e){var t;let{style:n}=e;return null==n||null===(t=n.typography)||void 0===t?void 0:t.fontFamily}},Gu={attributes:{ordered:{type:"boolean",default:!1,__experimentalRole:"content"},values:{type:"string",source:"html",selector:"ol,ul",multiline:"li",__unstableMultilineWrapperTags:["ol","ul"],default:"",__experimentalRole:"content"},type:{type:"string"},start:{type:"number"},reversed:{type:"boolean"},placeholder:{type:"string"}},supports:{anchor:!0,className:!1,typography:{fontSize:!0,__experimentalFontFamily:!0,lineHeight:!0,__experimentalFontStyle:!0,__experimentalFontWeight:!0,__experimentalLetterSpacing:!0,__experimentalTextTransform:!0,__experimentalDefaultControls:{fontSize:!0}},color:{gradients:!0,link:!0,__experimentalDefaultControls:{background:!0,text:!0}},__unstablePasteTextInline:!0,__experimentalSelector:"ol,ul",__experimentalSlashInserter:!0},save(e){let{attributes:t}=e;const{ordered:n,values:o,type:r,reversed:a,start:l}=t,i=n?"ol":"ul";return(0,$e.createElement)(i,Ze.useBlockProps.save({type:r,reversed:a,start:l}),(0,$e.createElement)(Ze.RichText.Content,{value:o,multiline:"li"}))},migrate:Fu};var $u=[Gu,Du];var Uu=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M20 5.5H4V4H20V5.5ZM12 12.5H4V11H12V12.5ZM20 20V18.5H4V20H20ZM15.4697 14.9697L18.4393 12L15.4697 9.03033L16.5303 7.96967L20.0303 11.4697L20.5607 12L20.0303 12.5303L16.5303 16.0303L15.4697 14.9697Z"}));var Ou=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M4 7.2v1.5h16V7.2H4zm8 8.6h8v-1.5h-8v1.5zm-4-4.6l-4 4 4 4 1-1-3-3 3-3-1-1z"}));var qu=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M4 8.8h8.9V7.2H4v1.6zm0 7h8.9v-1.5H4v1.5zM18 13c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0-3c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z"}));var Wu=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M11.1 15.8H20v-1.5h-8.9v1.5zm0-8.6v1.5H20V7.2h-8.9zM6 13c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0-7c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"}));var ju=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M3.8 15.8h8.9v-1.5H3.8v1.5zm0-7h8.9V7.2H3.8v1.6zm14.7-2.1V10h1V5.3l-2.2.7.3 1 .9-.3zm1.2 6.1c-.5-.6-1.2-.5-1.7-.4-.3.1-.5.2-.7.3l.1 1.1c.2-.2.5-.4.8-.5.3-.1.6 0 .7.1.2.3 0 .8-.2 1.1-.5.8-.9 1.6-1.4 2.5H20v-1h-.9c.3-.6.8-1.4.9-2.1 0-.3 0-.8-.3-1.1z"}));var Zu=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M11.1 15.8H20v-1.5h-8.9v1.5zm0-8.6v1.5H20V7.2h-8.9zM5 6.7V10h1V5.3L3.8 6l.4 1 .8-.3zm-.4 5.7c-.3.1-.5.2-.7.3l.1 1.1c.2-.2.5-.4.8-.5.3-.1.6 0 .7.1.2.3 0 .8-.2 1.1-.5.8-.9 1.6-1.4 2.5h2.7v-1h-1c.3-.6.8-1.4.9-2.1.1-.3 0-.8-.2-1.1-.5-.6-1.3-.5-1.7-.4z"})),Qu=window.wp.deprecated,Ku=n.n(Qu);var Yu=e=>{let{setAttributes:t,reversed:n,start:o}=e;return(0,$e.createElement)(Ze.InspectorControls,null,(0,$e.createElement)(We.PanelBody,{title:(0,je.__)("Ordered list settings")},(0,$e.createElement)(We.TextControl,{label:(0,je.__)("Start value"),type:"number",onChange:e=>{const n=parseInt(e,10);t({start:isNaN(n)?void 0:n})},value:Number.isInteger(o)?o.toString(10):"",step:"1"}),(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Reverse list numbering"),checked:n||!1,onChange:e=>{t({reversed:e||void 0})}})))};var Ju=(0,$e.forwardRef)((function(e,t){const{ordered:n,...o}=e,r=n?"ol":"ul";return(0,$e.createElement)(r,nt({ref:t},o))}));const Xu=[["core/list-item"]];function em(e){let{clientId:t}=e;const[n,o]=function(e){const{canOutdent:t}=(0,it.useSelect)((t=>{const{getBlockRootClientId:n,getBlock:o}=t(Ze.store),r=n(e);return{canOutdent:!!r&&"core/list-item"===o(r).name}}),[e]),{replaceBlocks:n,selectionChange:o}=(0,it.useDispatch)(Ze.store),{getBlockRootClientId:r,getBlockAttributes:a,getBlock:l}=(0,it.useSelect)(Ze.store);return[t,(0,$e.useCallback)((()=>{const t=r(e),i=a(t),s=(0,Ge.createBlock)("core/list-item",i),{innerBlocks:c}=l(e);n([t],[s,...c]),o(c[c.length-1].clientId)}),[e])]}(t);return(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(We.ToolbarButton,{icon:(0,je.isRTL)()?Uu:Ou,title:(0,je.__)("Outdent"),describedBy:(0,je.__)("Outdent list item"),disabled:!n,onClick:o}))}function tm(e){let{phrasingContentSchema:t}=e;const n={...t,ul:{},ol:{attributes:["type","start","reversed"]}};return["ul","ol"].forEach((e=>{n[e].children={li:{children:n}}})),n}function nm(e){return e.flatMap((e=>{let{name:t,attributes:n,innerBlocks:o=[]}=e;return"core/list-item"===t?[n.content,...nm(o)]:nm(o)}))}const om={from:[{type:"block",isMultiBlock:!0,blocks:["core/paragraph","core/heading"],transform:e=>{let t=[];if(e.length>1)t=e.map((e=>{let{content:t}=e;return(0,Ge.createBlock)("core/list-item",{content:t})}));else if(1===e.length){const n=(0,xn.create)({html:e[0].content});t=(0,xn.split)(n,"\n").map((e=>(0,Ge.createBlock)("core/list-item",{content:(0,xn.toHTMLString)({value:e})})))}return(0,Ge.createBlock)("core/list",{anchor:e.anchor},t)}},{type:"raw",selector:"ol,ul",schema:e=>({ol:tm(e).ol,ul:tm(e).ul}),transform:function e(t){var n;const o={ordered:"OL"===t.tagName,anchor:""===t.id?void 0:t.id,start:t.getAttribute("start")?parseInt(t.getAttribute("start"),10):void 0,reversed:!!t.hasAttribute("reversed")||void 0,type:null!==(n=t.getAttribute("type"))&&void 0!==n?n:void 0},r=Array.from(t.children).map((t=>{const n=Array.from(t.childNodes).filter((e=>e.nodeType!==e.TEXT_NODE||0!==e.textContent.trim().length));n.reverse();const[o,...r]=n;if(!("UL"===(null==o?void 0:o.tagName)||"OL"===(null==o?void 0:o.tagName)))return(0,Ge.createBlock)("core/list-item",{content:t.innerHTML});const a=r.map((e=>e.nodeType===e.TEXT_NODE?e.textContent:e.outerHTML));a.reverse();const l={content:a.join("").trim()},i=[e(o)];return(0,Ge.createBlock)("core/list-item",l,i)}));return(0,Ge.createBlock)("core/list",o,r)}},...["*","-"].map((e=>({type:"prefix",prefix:e,transform(e){return(0,Ge.createBlock)("core/list",{},[(0,Ge.createBlock)("core/list-item",{content:e})])}}))),...["1.","1)"].map((e=>({type:"prefix",prefix:e,transform(e){return(0,Ge.createBlock)("core/list",{ordered:!0},[(0,Ge.createBlock)("core/list-item",{content:e})])}})))],to:[...["core/paragraph","core/heading"].map((e=>({type:"block",blocks:[e],transform:(t,n)=>nm(n).map((t=>(0,Ge.createBlock)(e,{content:t})))}))),{type:"block",blocks:["*"],transform:(e,t)=>nm(t).map((e=>(0,Ge.createBlock)("core/paragraph",{content:e})))}]};var rm=om;const am={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/list",title:"List",category:"text",description:"Create a bulleted or numbered list.",keywords:["bullet list","ordered list","numbered list"],textdomain:"default",attributes:{ordered:{type:"boolean",default:!1,__experimentalRole:"content"},values:{type:"string",source:"html",selector:"ol,ul",multiline:"li",__unstableMultilineWrapperTags:["ol","ul"],default:"",__experimentalRole:"content"},type:{type:"string"},start:{type:"number"},reversed:{type:"boolean"},placeholder:{type:"string"}},supports:{anchor:!0,className:!1,typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}},color:{gradients:!0,link:!0,__experimentalDefaultControls:{background:!0,text:!0}},spacing:{margin:!0,padding:!0},__unstablePasteTextInline:!0,__experimentalSelector:"ol,ul",__experimentalSlashInserter:!0},editorStyle:"wp-block-list-editor",style:"wp-block-list"},{name:lm}=am,im={icon:Iu,example:{innerBlocks:[{name:"core/list-item",attributes:{content:(0,je.__)("Alice.")}},{name:"core/list-item",attributes:{content:(0,je.__)("The White Rabbit.")}},{name:"core/list-item",attributes:{content:(0,je.__)("The Cheshire Cat.")}},{name:"core/list-item",attributes:{content:(0,je.__)("The Mad Hatter.")}},{name:"core/list-item",attributes:{content:(0,je.__)("The Queen of Hearts.")}}]},transforms:rm,edit:function(e){let{attributes:t,setAttributes:n,clientId:o,style:r}=e;const a=(0,Ze.useBlockProps)({...$e.Platform.isNative&&{style:r}}),l=(0,Ze.useInnerBlocksProps)(a,{allowedBlocks:["core/list-item"],template:Xu,templateLock:!1,templateInsertUpdatesSelection:!0,...$e.Platform.isNative&&{marginVertical:8,marginHorizontal:8,useCompactList:!0}});!function(e,t){const n=(0,it.useRegistry)(),{updateBlockAttributes:o,replaceInnerBlocks:r}=(0,it.useDispatch)(Ze.store);(0,$e.useEffect)((()=>{if(!e.values)return;const[a,l]=Fu(e);Ku()("Value attribute on the list block",{since:"6.0",version:"6.5",alternative:"inner blocks"}),n.batch((()=>{o(t,a),r(t,l)}))}),[e.values])}(t,o);const{ordered:i,type:s,reversed:c,start:u}=t,m=(0,$e.createElement)(Ze.BlockControls,{group:"block"},(0,$e.createElement)(We.ToolbarButton,{icon:(0,je.isRTL)()?qu:Wu,title:(0,je.__)("Unordered"),describedBy:(0,je.__)("Convert to unordered list"),isActive:!1===i,onClick:()=>{n({ordered:!1})}}),(0,$e.createElement)(We.ToolbarButton,{icon:(0,je.isRTL)()?ju:Zu,title:(0,je.__)("Ordered"),describedBy:(0,je.__)("Convert to ordered list"),isActive:!0===i,onClick:()=>{n({ordered:!0})}}),(0,$e.createElement)(em,{clientId:o}));return(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Ju,nt({ordered:i,reversed:c,start:u,type:s},l)),m,i&&(0,$e.createElement)(Yu,{setAttributes:n,ordered:i,reversed:c,start:u}))},save:function(e){let{attributes:t}=e;const{ordered:n,type:o,reversed:r,start:a}=t,l=n?"ol":"ul";return(0,$e.createElement)(l,Ze.useBlockProps.save({type:o,reversed:r,start:a}),(0,$e.createElement)(Ze.InnerBlocks.Content,null))},deprecated:$u},sm=()=>qe({name:lm,metadata:am,settings:im});var cm=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M12 11v1.5h8V11h-8zm-6-1c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"}));var um=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M20 5.5H4V4H20V5.5ZM12 12.5H4V11H12V12.5ZM20 20V18.5H4V20H20ZM20.0303 9.03033L17.0607 12L20.0303 14.9697L18.9697 16.0303L15.4697 12.5303L14.9393 12L15.4697 11.4697L18.9697 7.96967L20.0303 9.03033Z"}));var mm=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M4 7.2v1.5h16V7.2H4zm8 8.6h8v-1.5h-8v1.5zm-8-3.5l3 3-3 3 1 1 4-4-4-4-1 1z"}));function dm(e){const t=(0,it.useSelect)((t=>t(Ze.store).getBlockIndex(e)>0),[e]),{replaceBlocks:n,selectionChange:o,multiSelect:r}=(0,it.useDispatch)(Ze.store),{getBlock:a,getPreviousBlockClientId:l,getSelectionStart:i,getSelectionEnd:s,hasMultiSelection:c,getMultiSelectedBlockClientIds:u}=(0,it.useSelect)(Ze.store);return[t,(0,$e.useCallback)((()=>{var t;const m=c(),d=m?u():[e],p=d.map((e=>(0,Ge.cloneBlock)(a(e)))),g=l(e),h=(0,Ge.cloneBlock)(a(g));null!==(t=h.innerBlocks)&&void 0!==t&&t.length||(h.innerBlocks=[(0,Ge.createBlock)("core/list")]),h.innerBlocks[h.innerBlocks.length-1].innerBlocks.push(...p);const v=i(),b=s();n([g,...d],[h]),m?r(p[0].clientId,p[p.length-1].clientId):o(p[0].clientId,b.attributeKey,b.clientId===v.clientId?v.offset:b.offset,b.offset)}),[e])]}const{name:pm}={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/list-item",title:"List item",category:"text",parent:["core/list"],description:"Create a list item.",textdomain:"default",attributes:{placeholder:{type:"string"},content:{type:"string",source:"html",selector:"li",default:"",__experimentalRole:"content"}},supports:{className:!1,__experimentalSelector:"li"}};function gm(e){const t=(0,it.useRegistry)(),{canOutdent:n}=(0,it.useSelect)((t=>{const{getBlockRootClientId:n,getBlockName:o}=t(Ze.store);return{canOutdent:o(n(n(e)))===pm}}),[e]),{moveBlocksToPosition:o,removeBlock:r,insertBlock:a,updateBlockListSettings:l}=(0,it.useDispatch)(Ze.store),{getBlockRootClientId:i,getBlockName:s,getBlockOrder:c,getBlockIndex:u,getSelectedBlockClientIds:m,getBlock:d,getBlockListSettings:p}=(0,it.useSelect)(Ze.store);function g(e){const t=i(e),n=i(t);if(n&&s(n)===pm)return n}return[n,(0,$e.useCallback)((function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:m();if(e=(0,St.castArray)(e),!e.length)return;const n=e[0];if(s(n)!==pm)return;const h=g(n);if(!h)return;const v=i(n),b=e[e.length-1],_=c(v),y=_.slice(u(b)+1);t.batch((()=>{if(y.length){let e=c(n)[0];if(!e){const t=(0,Ge.cloneBlock)(d(v),{},[]);e=t.clientId,a(t,0,n,!1),l(e,p(v))}o(y,v,e)}o(e,v,i(h),u(h)+1),c(v).length||r(v)}))}),[])]}function hm(e){const{getBlockRootClientId:t,getBlockName:n,getBlockAttributes:o}=(0,it.useSelect)(Ze.store);return(0,Zt.useRefEffect)((r=>{function a(r){if(r.clipboardData.getData("__unstableWrapperBlockName"))return;const a=t(e);r.clipboardData.setData("__unstableWrapperBlockName",n(a)),r.clipboardData.setData("__unstableWrapperBlockAttributes",JSON.stringify(o(a)))}return r.addEventListener("copy",a),r.addEventListener("cut",a),()=>{r.removeEventListener("copy",a),r.removeEventListener("cut",a)}}),[])}const{name:vm}={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/list-item",title:"List item",category:"text",parent:["core/list"],description:"Create a list item.",textdomain:"default",attributes:{placeholder:{type:"string"},content:{type:"string",source:"html",selector:"li",default:"",__experimentalRole:"content"}},supports:{className:!1,__experimentalSelector:"li"}};function bm(e,t){const n=(0,it.useRegistry)(),{getPreviousBlockClientId:o,getNextBlockClientId:r,getBlockOrder:a,getBlockRootClientId:l,getBlockName:i}=(0,it.useSelect)(Ze.store),{mergeBlocks:s,moveBlocksToPosition:c}=(0,it.useDispatch)(Ze.store),[,u]=gm(e);function m(e){const t=a(e);return t.length?m(t[t.length-1]):e}function d(e){const t=l(e),n=l(t);if(n&&i(n)===vm)return n}function p(e){const t=r(e);if(t)return t;const n=d(e);return n?p(n):void 0}function g(e){const t=a(e);return t.length?a(t[0])[0]:p(e)}return r=>{if(r){const l=g(e);if(!l)return void t(r);d(l)?u(l):n.batch((()=>{c(a(l),l,o(l)),s(e,l)}))}else{const l=o(e);if(d(e))u(e);else if(l){const t=m(l);n.batch((()=>{c(a(e),e,l),s(t,e)}))}else t(r)}}}const{name:_m}={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/list-item",title:"List item",category:"text",parent:["core/list"],description:"Create a list item.",textdomain:"default",attributes:{placeholder:{type:"string"},content:{type:"string",source:"html",selector:"li",default:"",__experimentalRole:"content"}},supports:{className:!1,__experimentalSelector:"li"}},{name:ym}={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/list",title:"List",category:"text",description:"Create a bulleted or numbered list.",keywords:["bullet list","ordered list","numbered list"],textdomain:"default",attributes:{ordered:{type:"boolean",default:!1,__experimentalRole:"content"},values:{type:"string",source:"html",selector:"ol,ul",multiline:"li",__unstableMultilineWrapperTags:["ol","ul"],default:"",__experimentalRole:"content"},type:{type:"string"},start:{type:"number"},reversed:{type:"boolean"},placeholder:{type:"string"}},supports:{anchor:!0,className:!1,typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}},color:{gradients:!0,link:!0,__experimentalDefaultControls:{background:!0,text:!0}},spacing:{margin:!0,padding:!0},__unstablePasteTextInline:!0,__experimentalSelector:"ol,ul",__experimentalSlashInserter:!0},editorStyle:"wp-block-list-editor",style:"wp-block-list"};function fm(e){const t=[];for(let n of e)if(n.name===_m)t.push(n);else if(n.name===ym)t.push(...n.innerBlocks);else if(n=(0,Ge.switchToBlockType)(n,ym))for(const{innerBlocks:e}of n)t.push(...e);return t}function km(e){let{clientId:t}=e;const[n,o]=dm(t),[r,a]=gm(t);return(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(We.ToolbarButton,{icon:(0,je.isRTL)()?Uu:Ou,title:(0,je.__)("Outdent"),describedBy:(0,je.__)("Outdent list item"),disabled:!r,onClick:()=>a()}),(0,$e.createElement)(We.ToolbarButton,{icon:(0,je.isRTL)()?um:mm,title:(0,je.__)("Indent"),describedBy:(0,je.__)("Indent list item"),isDisabled:!n,onClick:()=>o()}))}const xm={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/list-item",title:"List item",category:"text",parent:["core/list"],description:"Create a list item.",textdomain:"default",attributes:{placeholder:{type:"string"},content:{type:"string",source:"html",selector:"li",default:"",__experimentalRole:"content"}},supports:{className:!1,__experimentalSelector:"li"}},{name:wm}=xm,Em={icon:cm,edit:function(e){let{attributes:t,setAttributes:n,onReplace:o,clientId:r,mergeBlocks:a}=e;const{placeholder:l,content:i}=t,s=(0,Ze.useBlockProps)({ref:hm(r)}),c=(0,Ze.useInnerBlocksProps)(s,{allowedBlocks:["core/list"],__unstableDisableDropZone:!0}),u=function(e){const{replaceBlocks:t,selectionChange:n}=(0,it.useDispatch)(Ze.store),{getBlock:o,getBlockRootClientId:r,getBlockIndex:a}=(0,it.useSelect)(Ze.store),l=(0,$e.useRef)(e);l.current=e;const[i,s]=gm(l.current.clientId);return(0,Zt.useRefEffect)((e=>{function c(e){var c;if(e.defaultPrevented||e.keyCode!==sn.ENTER)return;const{content:u,clientId:m}=l.current;if(u.length)return;if(e.preventDefault(),i)return void s();const d=o(r(m)),p=a(m),g=(0,Ge.cloneBlock)({...d,innerBlocks:d.innerBlocks.slice(0,p)}),h=(0,Ge.createBlock)((0,Ge.getDefaultBlockName)()),v=[...(null===(c=d.innerBlocks[p].innerBlocks[0])||void 0===c?void 0:c.innerBlocks)||[],...d.innerBlocks.slice(p+1)],b=v.length?[(0,Ge.cloneBlock)({...d,innerBlocks:v})]:[];t(d.clientId,[g,h,...b],1),n(h.clientId)}return e.addEventListener("keydown",c),()=>{e.removeEventListener("keydown",c)}}),[i])}({content:i,clientId:r}),m=function(e){const{getSelectionStart:t,getSelectionEnd:n}=(0,it.useSelect)(Ze.store),[o,r]=dm(e);return(0,Zt.useRefEffect)((e=>{function a(e){const{keyCode:a,shiftKey:l,altKey:i,metaKey:s,ctrlKey:c}=e;if(e.defaultPrevented||!o||a!==sn.SPACE||l||i||s||c)return;const u=t(),m=n();0===u.offset&&0===m.offset&&(e.preventDefault(),r())}return e.addEventListener("keydown",a),()=>{e.removeEventListener("keydown",a)}}),[o,r])}(r),d=function(e){const t=(0,$e.useRef)(!1),{getBlock:n}=(0,it.useSelect)(Ze.store);return(0,$e.useCallback)((o=>{const r=n(e);return t.current?(0,Ge.cloneBlock)(r,{content:o}):(t.current=!0,(0,Ge.createBlock)(r.name,{...r.attributes,content:o}))}),[e,n])}(r),p=bm(r,a);return(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)("li",c,(0,$e.createElement)(Ze.RichText,{ref:(0,Zt.useMergeRefs)([u,m]),identifier:"content",tagName:"div",onChange:e=>n({content:e}),value:i,"aria-label":(0,je.__)("List text"),placeholder:l||(0,je.__)("List"),onSplit:d,onMerge:p,onReplace:function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];o(fm(e),...n)}}),c.children),(0,$e.createElement)(Ze.BlockControls,{group:"block"},(0,$e.createElement)(km,{clientId:r})))},save:function(e){let{attributes:t}=e;return(0,$e.createElement)("li",Ze.useBlockProps.save(),(0,$e.createElement)(Ze.RichText.Content,{value:t.content}),(0,$e.createElement)(Ze.InnerBlocks.Content,null))},merge(e,t){return{...e,content:e.content+t.content}}},Cm=()=>qe({name:wm,metadata:xm,settings:Em});var Sm=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M11 14.5l1.1 1.1 3-3 .5-.5-.6-.6-3-3-1 1 1.7 1.7H5v1.5h7.7L11 14.5zM16.8 5h-7c-1.1 0-2 .9-2 2v1.5h1.5V7c0-.3.2-.5.5-.5h7c.3 0 .5.2.5.5v10c0 .3-.2.5-.5.5h-7c-.3 0-.5-.2-.5-.5v-1.5H7.8V17c0 1.1.9 2 2 2h7c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2z"}));const Bm={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/loginout",title:"Login/out",category:"theme",description:"Show login & logout links.",keywords:["login","logout","form"],textdomain:"default",attributes:{displayLoginAsForm:{type:"boolean",default:!1},redirectToCurrent:{type:"boolean",default:!0}},supports:{className:!0,typography:{fontSize:!1}}},{name:Tm}=Bm,Nm={icon:Sm,edit:function(e){let{attributes:t,setAttributes:n}=e;const{displayLoginAsForm:o,redirectToCurrent:r}=t;return(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Ze.InspectorControls,null,(0,$e.createElement)(We.PanelBody,{title:(0,je.__)("Settings")},(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Display login as form"),checked:o,onChange:()=>n({displayLoginAsForm:!o})}),(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Redirect to current URL"),checked:r,onChange:()=>n({redirectToCurrent:!r})}))),(0,$e.createElement)("div",(0,Ze.useBlockProps)({className:"logged-in"}),(0,$e.createElement)("a",{href:"#login-pseudo-link"},(0,je.__)("Log out"))))}},Pm=()=>qe({name:Tm,metadata:Bm,settings:Nm});var Im=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M3 18h8V6H3v12zM14 7.5V9h7V7.5h-7zm0 5.3h7v-1.5h-7v1.5zm0 3.7h7V15h-7v1.5z"}));const zm="full",Mm=(e,t)=>e?{backgroundImage:`url(${e})`,backgroundPosition:t?`${100*t.x}% ${100*t.y}%`:"50% 50%"}:{},Lm=()=>{},Rm=e=>{if(!e.customBackgroundColor)return e;const t={color:{background:e.customBackgroundColor}},{customBackgroundColor:n,...o}=e;return{...o,style:t}},Am={align:{type:"string",default:"wide"},mediaAlt:{type:"string",source:"attribute",selector:"figure img",attribute:"alt",default:""},mediaPosition:{type:"string",default:"left"},mediaId:{type:"number"},mediaType:{type:"string"},mediaWidth:{type:"number",default:50},isStackedOnMobile:{type:"boolean",default:!0}},Vm={...Am,mediaUrl:{type:"string",source:"attribute",selector:"figure video,figure img",attribute:"src"},mediaLink:{type:"string"},linkDestination:{type:"string"},linkTarget:{type:"string",source:"attribute",selector:"figure a",attribute:"target"},href:{type:"string",source:"attribute",selector:"figure a",attribute:"href"},rel:{type:"string",source:"attribute",selector:"figure a",attribute:"rel"},linkClass:{type:"string",source:"attribute",selector:"figure a",attribute:"class"},mediaSizeSlug:{type:"string"},verticalAlignment:{type:"string"},imageFill:{type:"boolean"},focalPoint:{type:"object"}},Hm={anchor:!0,align:["wide","full"],html:!1,color:{gradients:!0,link:!0}},Fm={attributes:Vm,supports:Hm,save(e){let{attributes:t}=e;const{isStackedOnMobile:n,mediaAlt:o,mediaPosition:r,mediaType:a,mediaUrl:l,mediaWidth:i,mediaId:s,verticalAlignment:c,imageFill:u,focalPoint:m,linkClass:d,href:p,linkTarget:g,rel:h}=t,v=t.mediaSizeSlug||zm,b=(0,St.isEmpty)(h)?void 0:h,_=rt()({[`wp-image-${s}`]:s&&"image"===a,[`size-${v}`]:s&&"image"===a});let y=(0,$e.createElement)("img",{src:l,alt:o,className:_||null});p&&(y=(0,$e.createElement)("a",{className:d,href:p,target:g,rel:b},y));const f={image:()=>y,video:()=>(0,$e.createElement)("video",{controls:!0,src:l})},k=rt()({"has-media-on-the-right":"right"===r,"is-stacked-on-mobile":n,[`is-vertically-aligned-${c}`]:c,"is-image-fill":u}),x=u?Mm(l,m):{};let w;50!==i&&(w="right"===r?`auto ${i}%`:`${i}% auto`);const E={gridTemplateColumns:w};return"right"===r?(0,$e.createElement)("div",Ze.useBlockProps.save({className:k,style:E}),(0,$e.createElement)("div",Ze.useInnerBlocksProps.save({className:"wp-block-media-text__content"})),(0,$e.createElement)("figure",{className:"wp-block-media-text__media",style:x},(f[a]||Lm)())):(0,$e.createElement)("div",Ze.useBlockProps.save({className:k,style:E}),(0,$e.createElement)("figure",{className:"wp-block-media-text__media",style:x},(f[a]||Lm)()),(0,$e.createElement)("div",Ze.useInnerBlocksProps.save({className:"wp-block-media-text__content"})))}},Dm={attributes:Vm,supports:Hm,save(e){let{attributes:t}=e;const{isStackedOnMobile:n,mediaAlt:o,mediaPosition:r,mediaType:a,mediaUrl:l,mediaWidth:i,mediaId:s,verticalAlignment:c,imageFill:u,focalPoint:m,linkClass:d,href:p,linkTarget:g,rel:h}=t,v=t.mediaSizeSlug||zm,b=(0,St.isEmpty)(h)?void 0:h,_=rt()({[`wp-image-${s}`]:s&&"image"===a,[`size-${v}`]:s&&"image"===a});let y=(0,$e.createElement)("img",{src:l,alt:o,className:_||null});p&&(y=(0,$e.createElement)("a",{className:d,href:p,target:g,rel:b},y));const f={image:()=>y,video:()=>(0,$e.createElement)("video",{controls:!0,src:l})},k=rt()({"has-media-on-the-right":"right"===r,"is-stacked-on-mobile":n,[`is-vertically-aligned-${c}`]:c,"is-image-fill":u}),x=u?Mm(l,m):{};let w;50!==i&&(w="right"===r?`auto ${i}%`:`${i}% auto`);const E={gridTemplateColumns:w};return(0,$e.createElement)("div",Ze.useBlockProps.save({className:k,style:E}),(0,$e.createElement)("figure",{className:"wp-block-media-text__media",style:x},(f[a]||Lm)()),(0,$e.createElement)("div",Ze.useInnerBlocksProps.save({className:"wp-block-media-text__content"})))}},Gm={attributes:{...Am,backgroundColor:{type:"string"},customBackgroundColor:{type:"string"},mediaLink:{type:"string"},linkDestination:{type:"string"},linkTarget:{type:"string",source:"attribute",selector:"figure a",attribute:"target"},href:{type:"string",source:"attribute",selector:"figure a",attribute:"href"},rel:{type:"string",source:"attribute",selector:"figure a",attribute:"rel"},linkClass:{type:"string",source:"attribute",selector:"figure a",attribute:"class"},verticalAlignment:{type:"string"},imageFill:{type:"boolean"},focalPoint:{type:"object"}},migrate:Rm,save(e){let{attributes:t}=e;const{backgroundColor:n,customBackgroundColor:o,isStackedOnMobile:r,mediaAlt:a,mediaPosition:l,mediaType:i,mediaUrl:s,mediaWidth:c,mediaId:u,verticalAlignment:m,imageFill:d,focalPoint:p,linkClass:g,href:h,linkTarget:v,rel:b}=t,_=(0,St.isEmpty)(b)?void 0:b;let y=(0,$e.createElement)("img",{src:s,alt:a,className:u&&"image"===i?`wp-image-${u}`:null});h&&(y=(0,$e.createElement)("a",{className:g,href:h,target:v,rel:_},y));const f={image:()=>y,video:()=>(0,$e.createElement)("video",{controls:!0,src:s})},k=(0,Ze.getColorClassName)("background-color",n),x=rt()({"has-media-on-the-right":"right"===l,"has-background":k||o,[k]:k,"is-stacked-on-mobile":r,[`is-vertically-aligned-${m}`]:m,"is-image-fill":d}),w=d?Mm(s,p):{};let E;50!==c&&(E="right"===l?`auto ${c}%`:`${c}% auto`);const C={backgroundColor:k?void 0:o,gridTemplateColumns:E};return(0,$e.createElement)("div",{className:x,style:C},(0,$e.createElement)("figure",{className:"wp-block-media-text__media",style:w},(f[i]||Lm)()),(0,$e.createElement)("div",{className:"wp-block-media-text__content"},(0,$e.createElement)(Ze.InnerBlocks.Content,null)))}},$m={attributes:{...Am,backgroundColor:{type:"string"},customBackgroundColor:{type:"string"},mediaUrl:{type:"string",source:"attribute",selector:"figure video,figure img",attribute:"src"},verticalAlignment:{type:"string"},imageFill:{type:"boolean"},focalPoint:{type:"object"}},migrate:Rm,save(e){let{attributes:t}=e;const{backgroundColor:n,customBackgroundColor:o,isStackedOnMobile:r,mediaAlt:a,mediaPosition:l,mediaType:i,mediaUrl:s,mediaWidth:c,mediaId:u,verticalAlignment:m,imageFill:d,focalPoint:p}=t,g={image:()=>(0,$e.createElement)("img",{src:s,alt:a,className:u&&"image"===i?`wp-image-${u}`:null}),video:()=>(0,$e.createElement)("video",{controls:!0,src:s})},h=(0,Ze.getColorClassName)("background-color",n),v=rt()({"has-media-on-the-right":"right"===l,[h]:h,"is-stacked-on-mobile":r,[`is-vertically-aligned-${m}`]:m,"is-image-fill":d}),b=d?Mm(s,p):{};let _;50!==c&&(_="right"===l?`auto ${c}%`:`${c}% auto`);const y={backgroundColor:h?void 0:o,gridTemplateColumns:_};return(0,$e.createElement)("div",{className:v,style:y},(0,$e.createElement)("figure",{className:"wp-block-media-text__media",style:b},(g[i]||Lm)()),(0,$e.createElement)("div",{className:"wp-block-media-text__content"},(0,$e.createElement)(Ze.InnerBlocks.Content,null)))}},Um={attributes:{...Am,backgroundColor:{type:"string"},customBackgroundColor:{type:"string"},mediaUrl:{type:"string",source:"attribute",selector:"figure video,figure img",attribute:"src"}},save(e){let{attributes:t}=e;const{backgroundColor:n,customBackgroundColor:o,isStackedOnMobile:r,mediaAlt:a,mediaPosition:l,mediaType:i,mediaUrl:s,mediaWidth:c}=t,u={image:()=>(0,$e.createElement)("img",{src:s,alt:a}),video:()=>(0,$e.createElement)("video",{controls:!0,src:s})},m=(0,Ze.getColorClassName)("background-color",n),d=rt()({"has-media-on-the-right":"right"===l,[m]:m,"is-stacked-on-mobile":r});let p;50!==c&&(p="right"===l?`auto ${c}%`:`${c}% auto`);const g={backgroundColor:m?void 0:o,gridTemplateColumns:p};return(0,$e.createElement)("div",{className:d,style:g},(0,$e.createElement)("figure",{className:"wp-block-media-text__media"},(u[i]||Lm)()),(0,$e.createElement)("div",{className:"wp-block-media-text__content"},(0,$e.createElement)(Ze.InnerBlocks.Content,null)))}};var Om=[Fm,Dm,Gm,$m,Um];var qm=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M4 18h6V6H4v12zm9-9.5V10h7V8.5h-7zm0 7h7V14h-7v1.5z"}));var Wm=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M14 6v12h6V6h-6zM4 10h7V8.5H4V10zm0 5.5h7V14H4v1.5z"})),jm=(0,$e.createElement)(We.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(We.Path,{d:"M18 2l2 4h-2l-2-4h-3l2 4h-2l-2-4h-1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V2zm2 12H10V4.4L11.8 8H20z"}),(0,$e.createElement)(We.Path,{d:"M14 20H4V10h3V8H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-3h-2z"}),(0,$e.createElement)(We.Path,{d:"M5 19h8l-1.59-2H9.24l-.84 1.1L7 16.3 5 19z"}));const Zm=["image","video"],Qm=()=>{};function Km(e,t){return e?{backgroundImage:`url(${e})`,backgroundPosition:t?`${Math.round(100*t.x)}% ${Math.round(100*t.y)}%`:"50% 50%"}:{}}const Ym=(0,$e.forwardRef)(((e,t)=>{let{isSelected:n,isStackedOnMobile:o,...r}=e;const a=(0,Zt.useViewportMatch)("small","<");return(0,$e.createElement)(We.ResizableBox,nt({ref:t,showHandle:n&&(!a||!o)},r))}));function Jm(e){let{mediaId:t,mediaUrl:n,onSelectMedia:o}=e;return(0,$e.createElement)(Ze.BlockControls,{group:"other"},(0,$e.createElement)(Ze.MediaReplaceFlow,{mediaId:t,mediaURL:n,allowedTypes:Zm,accept:"image/*,video/*",onSelect:o}))}function Xm(e){let{className:t,mediaUrl:n,onSelectMedia:o}=e;const{createErrorNotice:r}=(0,it.useDispatch)(wt.store);return(0,$e.createElement)(Ze.MediaPlaceholder,{icon:(0,$e.createElement)(Ze.BlockIcon,{icon:jm}),labels:{title:(0,je.__)("Media area")},className:t,onSelect:o,accept:"image/*,video/*",allowedTypes:Zm,onError:e=>{r(e,{type:"snackbar"})},disableMediaButtons:n})}var ed=(0,$e.forwardRef)((function(e,t){const{className:n,commitWidthChange:o,focalPoint:r,imageFill:a,isSelected:l,isStackedOnMobile:i,mediaAlt:s,mediaId:c,mediaPosition:u,mediaType:m,mediaUrl:d,mediaWidth:p,onSelectMedia:g,onWidthChange:h,isContentLocked:v}=e,b=!c&&(0,xt.isBlobURL)(d),{toggleSelection:_}=(0,it.useDispatch)(Ze.store);if(d){const y=()=>{_(!1)},f=(e,t,n)=>{h(parseInt(n.style.width))},k=(e,t,n)=>{_(!0),o(parseInt(n.style.width))},x={right:!v&&"left"===u,left:!v&&"right"===u},w="image"===m&&a?Km(d,r):{},E={image:()=>(0,$e.createElement)("img",{src:d,alt:s}),video:()=>(0,$e.createElement)("video",{controls:!0,src:d})};return(0,$e.createElement)(Ym,{as:"figure",className:rt()(n,"editor-media-container__resizer",{"is-transient":b}),style:w,size:{width:p+"%"},minWidth:"10%",maxWidth:"100%",enable:x,onResizeStart:y,onResize:f,onResizeStop:k,axis:"x",isSelected:l,isStackedOnMobile:i,ref:t},(0,$e.createElement)(Jm,{onSelectMedia:g,mediaUrl:d,mediaId:c}),(E[m]||Qm)(),b&&(0,$e.createElement)(We.Spinner,null),(0,$e.createElement)(Xm,e))}return(0,$e.createElement)(Xm,e)}));const td=[["core/paragraph",{placeholder:(0,je._x)("Content","content placeholder")}]],nd=e=>Math.max(15,Math.min(e,85));function od(e,t){var n,o,r;return null==e||null===(n=e.media_details)||void 0===n||null===(o=n.sizes)||void 0===o||null===(r=o[t])||void 0===r?void 0:r.source_url}var rd=function(e){let{attributes:t,isSelected:n,setAttributes:o,clientId:r}=e;const{focalPoint:a,href:l,imageFill:i,isStackedOnMobile:s,linkClass:c,linkDestination:u,linkTarget:m,mediaAlt:d,mediaId:p,mediaPosition:g,mediaType:h,mediaUrl:v,mediaWidth:b,rel:_,verticalAlignment:y}=t,f=t.mediaSizeSlug||zm,{imageSizes:k,image:x,isContentLocked:w}=(0,it.useSelect)((e=>{var t;const{__unstableGetContentLockingParent:o,getSettings:a}=e(Ze.store);return{isContentLocked:!!o(r),image:p&&n?e(lt.store).getMedia(p,{context:"view"}):null,imageSizes:null===(t=a())||void 0===t?void 0:t.imageSizes}}),[n,p,r]),E=(0,$e.useRef)(),C=e=>{const{style:t}=E.current.resizable,{x:n,y:o}=e;t.backgroundPosition=`${100*n}% ${100*o}%`},[S,B]=(0,$e.useState)(null),T=function(e){let{attributes:{linkDestination:t,href:n},setAttributes:o}=e;return e=>{if(!e||!e.url)return void o({mediaAlt:void 0,mediaId:void 0,mediaType:void 0,mediaUrl:void 0,mediaLink:void 0,href:void 0,focalPoint:void 0});let r,a;var l,i,s,c,u;(0,xt.isBlobURL)(e.url)&&(e.type=(0,xt.getBlobTypeByURL)(e.url)),r=e.media_type?"image"===e.media_type?"image":"video":e.type,"image"===r&&(a=(null===(l=e.sizes)||void 0===l||null===(i=l.large)||void 0===i?void 0:i.url)||(null===(s=e.media_details)||void 0===s||null===(c=s.sizes)||void 0===c||null===(u=c.large)||void 0===u?void 0:u.source_url));let m=n;"media"===t&&(m=e.url),"attachment"===t&&(m=e.link),o({mediaAlt:e.alt,mediaId:e.id,mediaType:r,mediaUrl:a||e.url,mediaLink:e.link||void 0,href:m,focalPoint:void 0})}}({attributes:t,setAttributes:o}),N=e=>{o({mediaWidth:nd(e)}),B(nd(e))},P=rt()({"has-media-on-the-right":"right"===g,"is-selected":n,"is-stacked-on-mobile":s,[`is-vertically-aligned-${y}`]:y,"is-image-fill":i}),I=`${S||b}%`,z="right"===g?`1fr ${I}`:`${I} 1fr`,M={gridTemplateColumns:z,msGridColumns:z},L=(0,St.map)((0,St.filter)(k,(e=>{let{slug:t}=e;return od(x,t)})),(e=>{let{name:t,slug:n}=e;return{value:n,label:t}})),R=(0,$e.createElement)(We.PanelBody,{title:(0,je.__)("Settings")},(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Stack on mobile"),checked:s,onChange:()=>o({isStackedOnMobile:!s})}),"image"===h&&(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Crop image to fill entire column"),checked:i,onChange:()=>o({imageFill:!i})}),i&&v&&"image"===h&&(0,$e.createElement)(We.FocalPointPicker,{label:(0,je.__)("Focal point picker"),url:v,value:a,onChange:e=>o({focalPoint:e}),onDragStart:C,onDrag:C}),"image"===h&&(0,$e.createElement)(We.TextareaControl,{label:(0,je.__)("Alt text (alternative text)"),value:d,onChange:e=>{o({mediaAlt:e})},help:(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(We.ExternalLink,{href:"https://www.w3.org/WAI/tutorials/images/decision-tree"},(0,je.__)("Describe the purpose of the image")),(0,je.__)("Leave empty if the image is purely decorative."))}),"image"===h&&(0,$e.createElement)(Ze.__experimentalImageSizeControl,{onChangeImage:e=>{const t=od(x,e);if(!t)return null;o({mediaUrl:t,mediaSizeSlug:e})},slug:f,imageSizeOptions:L,isResizable:!1,imageSizeHelp:(0,je.__)("Select which image size to load.")}),v&&(0,$e.createElement)(We.RangeControl,{label:(0,je.__)("Media width"),value:S||b,onChange:N,min:15,max:85})),A=(0,Ze.useBlockProps)({className:P,style:M}),V=(0,Ze.useInnerBlocksProps)({className:"wp-block-media-text__content"},{template:td});return(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Ze.InspectorControls,null,R),(0,$e.createElement)(Ze.BlockControls,{group:"block"},!w&&(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Ze.BlockVerticalAlignmentControl,{onChange:e=>{o({verticalAlignment:e})},value:y}),(0,$e.createElement)(We.ToolbarButton,{icon:qm,title:(0,je.__)("Show media on left"),isActive:"left"===g,onClick:()=>o({mediaPosition:"left"})}),(0,$e.createElement)(We.ToolbarButton,{icon:Wm,title:(0,je.__)("Show media on right"),isActive:"right"===g,onClick:()=>o({mediaPosition:"right"})})),"image"===h&&(0,$e.createElement)(Ze.__experimentalImageURLInputUI,{url:l||"",onChangeUrl:e=>{o(e)},linkDestination:u,mediaType:h,mediaUrl:x&&x.source_url,mediaLink:x&&x.link,linkTarget:m,linkClass:c,rel:_})),(0,$e.createElement)("div",A,"right"===g&&(0,$e.createElement)("div",V),(0,$e.createElement)(ed,{className:"wp-block-media-text__media",onSelectMedia:T,onWidthChange:e=>{B(nd(e))},commitWidthChange:N,ref:E,focalPoint:a,imageFill:i,isSelected:n,isStackedOnMobile:s,mediaAlt:d,mediaId:p,mediaPosition:g,mediaType:h,mediaUrl:v,mediaWidth:b,isContentLocked:w}),"right"!==g&&(0,$e.createElement)("div",V)))};const ad=()=>{};const ld={from:[{type:"block",blocks:["core/image"],transform:e=>{let{alt:t,url:n,id:o,anchor:r}=e;return(0,Ge.createBlock)("core/media-text",{mediaAlt:t,mediaId:o,mediaUrl:n,mediaType:"image",anchor:r})}},{type:"block",blocks:["core/video"],transform:e=>{let{src:t,id:n,anchor:o}=e;return(0,Ge.createBlock)("core/media-text",{mediaId:n,mediaUrl:t,mediaType:"video",anchor:o})}},{type:"block",blocks:["core/cover"],transform:(e,t)=>{let{align:n,alt:o,anchor:r,backgroundType:a,customGradient:l,customOverlayColor:i,gradient:s,id:c,overlayColor:u,url:m}=e,d={};return l?d={style:{color:{gradient:l}}}:i&&(d={style:{color:{background:i}}}),(0,Ge.createBlock)("core/media-text",{align:n,anchor:r,backgroundColor:u,gradient:s,mediaAlt:o,mediaId:c,mediaType:a,mediaUrl:m,...d},t)}}],to:[{type:"block",blocks:["core/image"],isMatch:e=>{let{mediaType:t,mediaUrl:n}=e;return!n||"image"===t},transform:e=>{let{mediaAlt:t,mediaId:n,mediaUrl:o,anchor:r}=e;return(0,Ge.createBlock)("core/image",{alt:t,id:n,url:o,anchor:r})}},{type:"block",blocks:["core/video"],isMatch:e=>{let{mediaType:t,mediaUrl:n}=e;return!n||"video"===t},transform:e=>{let{mediaId:t,mediaUrl:n,anchor:o}=e;return(0,Ge.createBlock)("core/video",{id:t,src:n,anchor:o})}},{type:"block",blocks:["core/cover"],transform:(e,t)=>{var n,o,r;let{align:a,anchor:l,backgroundColor:i,focalPoint:s,gradient:c,mediaAlt:u,mediaId:m,mediaType:d,mediaUrl:p,style:g,textColor:h}=e;const v={};null!=g&&null!==(n=g.color)&&void 0!==n&&n.gradient?v.customGradient=g.color.gradient:null!=g&&null!==(o=g.color)&&void 0!==o&&o.background&&(v.customOverlayColor=g.color.background);const b={align:a,alt:u,anchor:l,backgroundType:d,dimRatio:p?50:100,focalPoint:s,gradient:c,id:m,overlayColor:i,url:p,...v},_=null==g||null===(r=g.color)||void 0===r?void 0:r.text;if(!h&&!_)return(0,Ge.createBlock)("core/cover",b,t);const y=t.map((e=>{var t;const{attributes:{style:n}}=e;if(e.attributes.textColor||null!=n&&null!==(t=n.color)&&void 0!==t&&t.text)return e;const o={textColor:h};return _&&(o.style={...n,color:{...null==n?void 0:n.color,text:_}}),(0,Ge.createBlock)(e.name,{...e.attributes,...o},e.innerBlocks)}));return(0,Ge.createBlock)("core/cover",b,y)}}]};var id=ld;const sd={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/media-text",title:"Media & Text",category:"media",description:"Set media and words side-by-side for a richer layout.",keywords:["image","video"],textdomain:"default",attributes:{align:{type:"string",default:"wide"},mediaAlt:{type:"string",source:"attribute",selector:"figure img",attribute:"alt",default:"",__experimentalRole:"content"},mediaPosition:{type:"string",default:"left"},mediaId:{type:"number",__experimentalRole:"content"},mediaUrl:{type:"string",source:"attribute",selector:"figure video,figure img",attribute:"src",__experimentalRole:"content"},mediaLink:{type:"string"},linkDestination:{type:"string"},linkTarget:{type:"string",source:"attribute",selector:"figure a",attribute:"target"},href:{type:"string",source:"attribute",selector:"figure a",attribute:"href",__experimentalRole:"content"},rel:{type:"string",source:"attribute",selector:"figure a",attribute:"rel"},linkClass:{type:"string",source:"attribute",selector:"figure a",attribute:"class"},mediaType:{type:"string",__experimentalRole:"content"},mediaWidth:{type:"number",default:50},mediaSizeSlug:{type:"string"},isStackedOnMobile:{type:"boolean",default:!0},verticalAlignment:{type:"string"},imageFill:{type:"boolean"},focalPoint:{type:"object"}},supports:{anchor:!0,align:["wide","full"],html:!1,color:{gradients:!0,link:!0,__experimentalDefaultControls:{background:!0,text:!0}},spacing:{margin:!0,padding:!0},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}}},editorStyle:"wp-block-media-text-editor",style:"wp-block-media-text"},{name:cd}=sd,ud={icon:Im,example:{viewportWidth:601,attributes:{mediaType:"image",mediaUrl:"https://s.w.org/images/core/5.3/Biologia_Centrali-Americana_-_Cantorchilus_semibadius_1902.jpg"},innerBlocks:[{name:"core/paragraph",attributes:{content:(0,je.__)("The wren<br>Earns his living<br>Noiselessly.")}},{name:"core/paragraph",attributes:{content:(0,je.__)(" Kobayashi Issa ()")}}]},transforms:id,edit:rd,save:function(e){let{attributes:t}=e;const{isStackedOnMobile:n,mediaAlt:o,mediaPosition:r,mediaType:a,mediaUrl:l,mediaWidth:i,mediaId:s,verticalAlignment:c,imageFill:u,focalPoint:m,linkClass:d,href:p,linkTarget:g,rel:h}=t,v=t.mediaSizeSlug||zm,b=(0,St.isEmpty)(h)?void 0:h,_=rt()({[`wp-image-${s}`]:s&&"image"===a,[`size-${v}`]:s&&"image"===a});let y=(0,$e.createElement)("img",{src:l,alt:o,className:_||null});p&&(y=(0,$e.createElement)("a",{className:d,href:p,target:g,rel:b},y));const f={image:()=>y,video:()=>(0,$e.createElement)("video",{controls:!0,src:l})},k=rt()({"has-media-on-the-right":"right"===r,"is-stacked-on-mobile":n,[`is-vertically-aligned-${c}`]:c,"is-image-fill":u}),x=u?Km(l,m):{};let w;50!==i&&(w="right"===r?`auto ${i}%`:`${i}% auto`);const E={gridTemplateColumns:w};return"right"===r?(0,$e.createElement)("div",Ze.useBlockProps.save({className:k,style:E}),(0,$e.createElement)("div",Ze.useInnerBlocksProps.save({className:"wp-block-media-text__content"})),(0,$e.createElement)("figure",{className:"wp-block-media-text__media",style:x},(f[a]||ad)())):(0,$e.createElement)("div",Ze.useBlockProps.save({className:k,style:E}),(0,$e.createElement)("figure",{className:"wp-block-media-text__media",style:x},(f[a]||ad)()),(0,$e.createElement)("div",Ze.useInnerBlocksProps.save({className:"wp-block-media-text__content"})))},deprecated:Om},md=()=>qe({name:cd,metadata:sd,settings:ud});var dd=window.wp.dom;const pd=(0,it.withDispatch)(((e,t)=>{let{clientId:n,attributes:o}=t;const{replaceBlock:r}=e(Ze.store);return{convertToHTML(){r(n,(0,Ge.createBlock)("core/html",{content:o.originalUndelimitedContent}))}}}))((function(e){let{attributes:t,convertToHTML:n}=e;const{originalName:o,originalUndelimitedContent:r}=t,a=!!r,l=(0,Ge.getBlockType)("core/html"),i=[];let s;return a&&l?(s=(0,je.sprintf)((0,je.__)('Your site doesnt include support for the "%s" block. You can leave this block intact, convert its content to a Custom HTML block, or remove it entirely.'),o),i.push((0,$e.createElement)(We.Button,{key:"convert",onClick:n,variant:"primary"},(0,je.__)("Keep as HTML")))):s=(0,je.sprintf)((0,je.__)('Your site doesnt include support for the "%s" block. You can leave this block intact or remove it entirely.'),o),(0,$e.createElement)("div",(0,Ze.useBlockProps)({className:"has-warning"}),(0,$e.createElement)(Ze.Warning,{actions:i},s),(0,$e.createElement)($e.RawHTML,null,(0,dd.safeHTML)(r)))}));var gd=pd;const hd={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/missing",title:"Unsupported",category:"text",description:"Your site doesnt include support for this block.",textdomain:"default",attributes:{originalName:{type:"string"},originalUndelimitedContent:{type:"string"},originalContent:{type:"string",source:"html"}},supports:{className:!1,customClassName:!1,inserter:!1,html:!1,reusable:!1}},{name:vd}=hd,bd={name:vd,__experimentalLabel(e,t){let{context:n}=t;if("accessibility"===n){const{originalName:t}=e,n=t?(0,Ge.getBlockType)(t):void 0;return n?n.settings.title||t:""}},edit:gd,save:function(e){let{attributes:t}=e;return(0,$e.createElement)($e.RawHTML,null,t.originalContent)}},_d=()=>qe({name:vd,metadata:hd,settings:bd});var yd=(0,$e.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,$e.createElement)(Ue.Path,{d:"M4 9v1.5h16V9H4zm12 5.5h4V13h-4v1.5zm-6 0h4V13h-4v1.5zm-6 0h4V13H4v1.5z"}));const fd=(0,je.__)("Read more");var kd={from:[{type:"raw",schema:{"wp-block":{attributes:["data-block"]}},isMatch:e=>e.dataset&&"core/more"===e.dataset.block,transform(e){const{customText:t,noTeaser:n}=e.dataset,o={};return t&&(o.customText=t),""===n&&(o.noTeaser=!0),(0,Ge.createBlock)("core/more",o)}}]};const xd={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/more",title:"More",category:"design",description:"Content before this block will be shown in the excerpt on your archives page.",keywords:["read more"],textdomain:"default",attributes:{customText:{type:"string"},noTeaser:{type:"boolean",default:!1}},supports:{customClassName:!1,className:!1,html:!1,multiple:!1},editorStyle:"wp-block-more-editor"},{name:wd}=xd,Ed={icon:yd,example:{},__experimentalLabel(e,t){let{context:n}=t;if("accessibility"===n)return e.customText},transforms:kd,edit:function(e){let{attributes:{customText:t,noTeaser:n},insertBlocksAfter:o,setAttributes:r}=e;const a={width:`${(t||fd).length+1.2}em`};return(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Ze.InspectorControls,null,(0,$e.createElement)(We.PanelBody,null,(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Hide the excerpt on the full content page"),checked:!!n,onChange:()=>r({noTeaser:!n}),help:e=>e?(0,je.__)("The excerpt is hidden."):(0,je.__)("The excerpt is visible.")}))),(0,$e.createElement)("div",(0,Ze.useBlockProps)(),(0,$e.createElement)("input",{"aria-label":(0,je.__)("Read more link text"),type:"text",value:t,placeholder:fd,onChange:e=>{r({customText:""!==e.target.value?e.target.value:void 0})},onKeyDown:e=>{let{keyCode:t}=e;t===sn.ENTER&&o([(0,Ge.createBlock)((0,Ge.getDefaultBlockName)())])},style:a})))},save:function(e){let{attributes:{customText:t,noTeaser:n}}=e;const o=t?`\x3c!--more ${t}--\x3e`:"\x3c!--more--\x3e",r=n?"\x3c!--noteaser--\x3e":"";return(0,$e.createElement)($e.RawHTML,null,[o,r].filter(Boolean).join("\n"))}},Cd=()=>qe({name:wd,metadata:xd,settings:Ed});var Sd=(0,$e.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,$e.createElement)(Ue.Path,{d:"M12 4c-4.4 0-8 3.6-8 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zm0 14.5c-3.6 0-6.5-2.9-6.5-6.5S8.4 5.5 12 5.5s6.5 2.9 6.5 6.5-2.9 6.5-6.5 6.5zM9 16l4.5-3L15 8.4l-4.5 3L9 16z"})),Bd=window.wp.a11y;var Td=function(e){let{icon:t,size:n=24,...o}=e;return(0,$e.cloneElement)(t,{width:n,height:n,...o})};var Nd=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z"}));function Pd(e){const t=(0,lt.useResourcePermissions)("navigation",e);return(0,it.useSelect)((n=>{const{canCreate:o,canUpdate:r,canDelete:a,isResolving:l,hasResolved:i}=t,{navigationMenus:s,isResolvingNavigationMenus:c,hasResolvedNavigationMenus:u}=function(e){const{getEntityRecords:t,hasFinishedResolution:n,isResolving:o}=e(lt.store),r=["postType","wp_navigation",{per_page:-1,status:["publish","draft"]}];return{navigationMenus:t(...r),isResolvingNavigationMenus:o("getEntityRecords",r),hasResolvedNavigationMenus:n("getEntityRecords",r)}}(n),{navigationMenu:m,isNavigationMenuResolved:d,isNavigationMenuMissing:p}=function(e,t){if(!t)return{isNavigationMenuResolved:!1,isNavigationMenuMissing:!0};const{getEntityRecord:n,getEditedEntityRecord:o,hasFinishedResolution:r}=e(lt.store),a=["postType","wp_navigation",t],l=n(...a),i=o(...a),s=r("getEditedEntityRecord",a),c="publish"===i.status||"draft"===i.status;return{isNavigationMenuResolved:s,isNavigationMenuMissing:s&&(!l||!c),navigationMenu:c?i:null}}(n,e);return{navigationMenus:s,isResolvingNavigationMenus:c,hasResolvedNavigationMenus:u,navigationMenu:m,isNavigationMenuResolved:d,isNavigationMenuMissing:p,canSwitchNavigationMenu:e?(null==s?void 0:s.length)>1:(null==s?void 0:s.length)>0,canUserCreateNavigationMenu:o,isResolvingCanUserCreateNavigationMenu:l,hasResolvedCanUserCreateNavigationMenu:i,canUserUpdateNavigationMenu:r,hasResolvedCanUserUpdateNavigationMenu:e?i:void 0,canUserDeleteNavigationMenu:a,hasResolvedCanUserDeleteNavigationMenu:e?i:void 0}}),[e,t])}function Id(e){const{records:t,isResolving:n,hasResolved:o}=(0,lt.useEntityRecords)("root","menu",{per_page:-1,context:"view"}),{records:r,isResolving:a,hasResolved:l}=(0,lt.useEntityRecords)("postType","page",{parent:0,order:"asc",orderby:"id",per_page:-1,context:"view"}),{records:i,hasResolved:s}=(0,lt.useEntityRecords)("root","menuItem",{menus:e,per_page:-1,context:"view"},{enabled:!!e});return{pages:r,isResolvingPages:a,hasResolvedPages:l,hasPages:!(!l||null==r||!r.length),menus:t,isResolvingMenus:n,hasResolvedMenus:o,hasMenus:!(!o||null==t||!t.length),menuItems:i,hasResolvedMenuItems:s}}var zd=e=>{let{isVisible:t=!0}=e;return(0,$e.createElement)("div",{"aria-hidden":!t||void 0,className:"wp-block-navigation-placeholder__preview"},(0,$e.createElement)("div",{className:"wp-block-navigation-placeholder__actions__indicator"},(0,$e.createElement)(Td,{icon:Sd}),(0,je.__)("Navigation")))};var Md=(0,$e.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,$e.createElement)(Ue.Path,{d:"M6.5 12.4L12 8l5.5 4.4-.9 1.2L12 10l-4.5 3.6-1-1.2z"}));var Ld=(0,$e.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,$e.createElement)(Ue.Path,{d:"M17.5 11.6L12 16l-5.5-4.4.9-1.2L12 14l4.5-3.6 1 1.2z"})),Rd=window.wp.htmlEntities;var Ad=function(e){let{currentMenuId:t,onSelectNavigationMenu:n,onSelectClassicMenu:o,onCreateNew:r,actionLabel:a,createNavigationMenuIsSuccess:l,createNavigationMenuIsError:i,toggleProps:s={}}=e;const c=(0,je.__)("Create from '%s'"),[u,m]=(0,$e.useState)(""),[d,p]=(0,$e.useState)(!1),[g,h]=(0,$e.useState)(!1),[v,b]=(0,$e.useState)(!1);a=a||c;const{menus:_}=Id(),{navigationMenus:y,hasResolvedNavigationMenus:f,isNavigationMenuResolved:k,canUserCreateNavigationMenu:x,canSwitchNavigationMenu:w}=Pd(),[E]=(0,lt.useEntityProp)("postType","wp_navigation","title"),C=(w||x)&&f&&!v,S=(0,$e.useMemo)((()=>(null==y?void 0:y.map((e=>{let{id:n,title:o}=e;const r=(0,Rd.decodeEntities)(o.rendered);return n!==t||v||(m(E),h(C)),{value:n,label:r,ariaLabel:(0,je.sprintf)(a,r)}})))||[]),[E,t,y,l,k,f]),B=!(null==y||!y.length),T=!(null==_||!_.length),N=!!w,P=!!x,I=B&&!t,z=!B&&f,M=f&&null===t;return(0,$e.useEffect)((()=>{f?(I||z||M)&&(m((0,je.__)("Select menu")),h(C)):m((0,je.__)("Loading ")),v&&(l||i)&&b(!1)}),[t,B,f,l,k]),s={...s,className:"wp-block-navigation__navigation-selector-button",children:(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(We.VisuallyHidden,{as:"span"},(0,je.__)("Select Menu")),(0,$e.createElement)(Td,{icon:d?Md:Ld,className:"wp-block-navigation__navigation-selector-button__icon"})),isBusy:!g,disabled:!g,__experimentalIsFocusable:!0,onClick:()=>{p(!d)}},B||T?(0,$e.createElement)(We.DropdownMenu,{className:"wp-block-navigation__navigation-selector",label:u,text:u,icon:null,toggleProps:s},(e=>{let{onClose:a}=e;return(0,$e.createElement)($e.Fragment,null,N&&B&&(0,$e.createElement)(We.MenuGroup,{label:(0,je.__)("Menus")},(0,$e.createElement)(We.MenuItemsChoice,{value:t,onSelect:e=>{n(e)},choices:S})),P&&T&&(0,$e.createElement)(We.MenuGroup,{label:(0,je.__)("Import Classic Menus")},null==_?void 0:_.map((e=>{const t=(0,Rd.decodeEntities)(e.name);return(0,$e.createElement)(We.MenuItem,{onClick:()=>{m((0,je.__)("Loading ")),h(!1),o(e),a()},key:e.id,"aria-label":(0,je.sprintf)(c,t)},t)}))),x&&(0,$e.createElement)(We.MenuGroup,{label:(0,je.__)("Tools")},(0,$e.createElement)(We.MenuItem,{onClick:()=>{a(),r(),b(!0),m((0,je.__)("Loading ")),h(!1)}},(0,je.__)("Create new menu"))))})):(0,$e.createElement)(We.Button,{className:"wp-block-navigation__navigation-selector-button--createnew",isBusy:!g,disabled:!g,__experimentalIsFocusable:!0,onClick:()=>{r(),b(!0),m((0,je.__)("Loading ")),h(!1)}},(0,je.__)("Create new menu"))};function Vd(e){let{isSelected:t,currentMenuId:n,clientId:o,canUserCreateNavigationMenu:r=!1,isResolvingCanUserCreateNavigationMenu:a,onSelectNavigationMenu:l,onSelectClassicMenu:i,onCreateEmpty:s}=e;const{isResolvingMenus:c,hasResolvedMenus:u}=Id();(0,$e.useEffect)((()=>{t&&(c&&(0,Bd.speak)((0,je.__)("Loading Navigation block setup options.")),u&&(0,Bd.speak)((0,je.__)("Navigation block setup options ready.")))}),[c,t]);const m=c&&a;return(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(We.Placeholder,{className:"wp-block-navigation-placeholder"},(0,$e.createElement)(zd,{isVisible:!t}),(0,$e.createElement)("div",{"aria-hidden":!t||void 0,className:"wp-block-navigation-placeholder__controls"},(0,$e.createElement)("div",{className:"wp-block-navigation-placeholder__actions"},(0,$e.createElement)("div",{className:"wp-block-navigation-placeholder__actions__indicator"},(0,$e.createElement)(Td,{icon:Sd})," ",(0,je.__)("Navigation")),(0,$e.createElement)("hr",null),m&&(0,$e.createElement)(We.Spinner,null),(0,$e.createElement)(Ad,{currentMenuId:n,clientId:o,onSelectNavigationMenu:l,onSelectClassicMenu:i,toggleProps:{variant:"tertiary",iconPosition:"right",className:"wp-block-navigation-placeholder__actions__dropdown"}}),(0,$e.createElement)("hr",null),r&&(0,$e.createElement)(We.Button,{variant:"tertiary",onClick:s},(0,je.__)("Start empty"))))))}var Hd=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M5 5v1.5h14V5H5zm0 7.8h14v-1.5H5v1.5zM5 19h14v-1.5H5V19z"}));function Fd(e){let{icon:t}=e;return"menu"===t?(0,$e.createElement)(Td,{icon:Hd}):(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:"24",height:"24","aria-hidden":"true",focusable:"false"},(0,$e.createElement)(Ue.Rect,{x:"4",y:"7.5",width:"16",height:"1.5"}),(0,$e.createElement)(Ue.Rect,{x:"4",y:"15",width:"16",height:"1.5"}))}function Dd(e){let{children:t,id:n,isOpen:o,isResponsive:r,onToggle:a,isHiddenByDefault:l,overlayBackgroundColor:i,overlayTextColor:s,hasIcon:c,icon:u}=e;if(!r)return t;const m=rt()("wp-block-navigation__responsive-container",{"has-text-color":!!s.color||!(null==s||!s.class),[(0,Ze.getColorClassName)("color",null==s?void 0:s.slug)]:!(null==s||!s.slug),"has-background":!!i.color||(null==i?void 0:i.class),[(0,Ze.getColorClassName)("background-color",null==i?void 0:i.slug)]:!(null==i||!i.slug),"is-menu-open":o,"hidden-by-default":l}),d={color:!(null!=s&&s.slug)&&(null==s?void 0:s.color),backgroundColor:!(null!=i&&i.slug)&&(null==i?void 0:i.color)&&i.color},p=rt()("wp-block-navigation__responsive-container-open",{"always-shown":l}),g=`${n}-modal`,h={className:"wp-block-navigation__responsive-dialog",...o&&{role:"dialog","aria-modal":!0,"aria-label":(0,je.__)("Menu")}};return(0,$e.createElement)($e.Fragment,null,!o&&(0,$e.createElement)(We.Button,{"aria-haspopup":"true","aria-label":c&&(0,je.__)("Open menu"),className:p,onClick:()=>a(!0)},c&&(0,$e.createElement)(Fd,{icon:u}),!c&&(0,$e.createElement)("span",{className:"wp-block-navigation__toggle_button_label"},(0,je.__)("Menu"))),(0,$e.createElement)("div",{className:m,style:d,id:g},(0,$e.createElement)("div",{className:"wp-block-navigation__responsive-close",tabIndex:"-1"},(0,$e.createElement)("div",h,(0,$e.createElement)(We.Button,{className:"wp-block-navigation__responsive-container-close","aria-label":c&&(0,je.__)("Close menu"),onClick:()=>a(!1)},c&&(0,$e.createElement)(Td,{icon:Nd}),!c&&(0,$e.createElement)("span",{className:"wp-block-navigation__toggle_button_label"},(0,je.__)("Close"))),(0,$e.createElement)("div",{className:"wp-block-navigation__responsive-container-content",id:`${g}-content`},t)))))}const Gd=["core/navigation-link","core/search","core/social-links","core/page-list","core/spacer","core/home-link","core/site-title","core/site-logo","core/navigation-submenu"],$d={name:"core/navigation-link"},Ud={type:"default",alignments:[]};function Od(e){let{clientId:t,hasCustomPlaceholder:n,orientation:o}=e;const{isImmediateParentOfSelectedBlock:r,selectedBlockHasChildren:a,isSelected:l}=(0,it.useSelect)((e=>{const{getBlockCount:n,hasSelectedInnerBlock:o,getSelectedBlockClientId:r}=e(Ze.store),a=r();return{isImmediateParentOfSelectedBlock:o(t,!1),selectedBlockHasChildren:!!n(a),isSelected:a===t}}),[t]),[i,s,c]=(0,lt.useEntityBlockEditor)("postType","wp_navigation"),u=(0,$e.useMemo)((()=>i.every((e=>{let{name:t}=e;return"core/navigation-link"===t||"core/navigation-submenu"===t||"core/page-list"===t}))),[i]),m=l||r&&!a,d=(0,$e.useMemo)((()=>(0,$e.createElement)(zd,null)),[]),p=!(null==i||!i.length),g=!n&&!p&&!l,h=(0,Ze.useInnerBlocksProps)({className:"wp-block-navigation__container"},{value:i,onInput:s,onChange:c,allowedBlocks:Gd,__experimentalDefaultBlock:$d,__experimentalDirectInsert:u,orientation:o,renderAppender:!!(l||r&&!a||m)&&Ze.InnerBlocks.ButtonBlockAppender,templateLock:!1,__experimentalLayout:Ud,placeholder:g?d:void 0});return(0,$e.createElement)("div",h)}function qd(){const[e,t]=(0,lt.useEntityProp)("postType","wp_navigation","title");return(0,$e.createElement)(We.TextControl,{label:(0,je.__)("Menu name"),value:e,onChange:t})}function Wd(e,t){return e&&t?e+"//"+t:null}const jd=["postType","wp_navigation",{status:"draft",per_page:-1}],Zd=["postType","wp_navigation",{per_page:-1,status:"publish"}];function Qd(e){const t=(0,$e.useContext)(We.Disabled.Context),n=function(e){return(0,it.useSelect)((t=>{if(!e)return;const{getBlock:n,getBlockParentsByBlockName:o}=t(Ze.store),r=o(e,"core/template-part",!0);if(null==r||!r.length)return;const a=t("core/editor").__experimentalGetDefaultTemplatePartAreas(),{getEditedEntityRecord:l}=t(lt.store);for(const e of r){const t=n(e),{theme:o,slug:r}=t.attributes,s=l("postType","wp_template_part",Wd(o,r));var i;if(null!=s&&s.area)return null===(i=a.find((e=>"uncategorized"!==e.area&&e.area===s.area)))||void 0===i?void 0:i.label}}),[e])}(t?void 0:e),o=(0,it.useRegistry)();return(0,$e.useCallback)((async()=>{if(t)return"";const{getEntityRecords:e}=o.resolveSelect(lt.store),[r,a]=await Promise.all([e(...jd),e(...Zd)]),l=n?(0,je.sprintf)((0,je.__)("%s navigation"),n):(0,je.__)("Navigation"),i=[...r,...a].reduce(((e,t)=>{var n,o;return null!=t&&null!==(n=t.title)&&void 0!==n&&null!==(o=n.raw)&&void 0!==o&&o.startsWith(l)?e+1:e}),0);return(i>0?`${l} ${i+1}`:l)||""}),[t,n])}const Kd="success",Yd="error",Jd="pending",Xd="idle";function ep(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"publish";const[n,o]=(0,$e.useState)(Xd),[r,a]=(0,$e.useState)(null),[l,i]=(0,$e.useState)(null),{saveEntityRecord:s}=(0,it.useDispatch)(lt.store),c=Qd(e),u=(0,$e.useCallback)((async function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];if(e&&"string"!=typeof e)throw i("Invalid title supplied when creating Navigation Menu."),o(Yd),new Error("Value of supplied title argument was not a string.");o(Jd),a(null),i(null),e||(e=await c().catch((e=>{throw i(null==e?void 0:e.message),o(Yd),new Error("Failed to create title when saving new Navigation Menu.",{cause:e})})));const r={title:e,content:(0,Ge.serialize)(n),status:t};return s("postType","wp_navigation",r).then((e=>(a(e),o(Kd),e))).catch((e=>{throw i(null==e?void 0:e.message),o(Yd),new Error("Unable to save new Navigation Menu",{cause:e})}))}),[Ge.serialize,s]);return{create:u,status:n,value:r,error:l,isIdle:n===Xd,isPending:n===Jd,isSuccess:n===Kd,isError:n===Yd}}const tp={},np=["postType","wp_navigation",{status:"draft",per_page:-1}],op={name:"core/navigation-link"},rp=["core/navigation-link","core/search","core/social-links","core/page-list","core/spacer","core/home-link","core/site-title","core/site-logo","core/navigation-submenu"];function ap(e){let{blocks:t,clientId:n,hasSavedUnsavedInnerBlocks:o,onSave:r,hasSelection:a}=e;const l=(0,$e.useRef)();(0,$e.useEffect)((()=>{null!=l&&l.current||(l.current=t)}),[t]);const i=!!l.current&&t!==l.current,s=(0,$e.useMemo)((()=>t.every((e=>{let{name:t}=e;return"core/navigation-link"===t||"core/navigation-submenu"===t||"core/page-list"===t}))),[t]),c=(0,$e.useContext)(We.Disabled.Context),u=(0,$e.useRef)(!1),m=(0,Ze.useInnerBlocksProps)({className:"wp-block-navigation__container"},{renderAppender:!!a&&void 0,allowedBlocks:rp,__experimentalDefaultBlock:op,__experimentalDirectInsert:s}),{isSaving:d,draftNavigationMenus:p,hasResolvedDraftNavigationMenus:g}=(0,it.useSelect)((e=>{if(c)return tp;const{getEntityRecords:t,hasFinishedResolution:n,isSavingEntityRecord:o}=e(lt.store);return{isSaving:o("postType","wp_navigation"),draftNavigationMenus:t(...np),hasResolvedDraftNavigationMenus:n("getEntityRecords",np)}}),[c]),{hasResolvedNavigationMenus:h,navigationMenus:v}=Pd(),{create:b}=ep(n);(0,$e.useEffect)((()=>{!(c||o||d||u.current)&&g&&h&&a&&i&&(u.current=!0,b(null,t).then((e=>{r(e),u.current=!1})))}),[c,d,g,h,p,v,a,b,t]);const _=d?We.Disabled:"div";return(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(_,m),d&&(0,$e.createElement)(We.Spinner,null))}function lp(e){let{onDelete:t}=e;const[n,o]=(0,$e.useState)(!1),r=(0,lt.useEntityId)("postType","wp_navigation"),[a]=(0,lt.useEntityProp)("postType","wp_navigation","title"),{deleteEntityRecord:l}=(0,it.useDispatch)(lt.store);return(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(We.Button,{className:"wp-block-navigation-delete-menu-button",variant:"secondary",isDestructive:!0,onClick:()=>{o(!0)}},(0,je.__)("Delete menu")),n&&(0,$e.createElement)(We.Modal,{title:(0,je.sprintf)((0,je.__)("Delete %s"),a),closeLabel:(0,je.__)("Cancel"),onRequestClose:()=>o(!1)},(0,$e.createElement)("p",null,(0,je.__)("Are you sure you want to delete this navigation menu?")),(0,$e.createElement)(We.Flex,{justify:"flex-end"},(0,$e.createElement)(We.FlexItem,null,(0,$e.createElement)(We.Button,{variant:"secondary",onClick:()=>{o(!1)}},(0,je.__)("Cancel"))),(0,$e.createElement)(We.FlexItem,null,(0,$e.createElement)(We.Button,{variant:"primary",onClick:()=>{l("postType","wp_navigation",r,{force:!0}),t(a)}},(0,je.__)("Confirm"))))))}var ip=function(){let{name:e,message:t=""}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const n=(0,$e.useRef)(),{createWarningNotice:o,removeNotice:r}=(0,it.useDispatch)(wt.store),a=r=>{n.current||(n.current=e,o(r||t,{id:n.current,type:"snackbar"}))},l=()=>{n.current&&(r(n.current),n.current=null)};return[a,l]};function sp(e){let{setAttributes:t,hasIcon:n,icon:o}=e;return(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Show icon button"),help:(0,je.__)("Configure the visual appearance of the button opening the overlay menu."),onChange:e=>t({hasIcon:e}),checked:n}),(0,$e.createElement)(We.__experimentalToggleGroupControl,{label:(0,je.__)("Icon"),value:o,onChange:e=>t({icon:e}),isBlock:!0},(0,$e.createElement)(We.__experimentalToggleGroupControlOption,{value:"handle","aria-label":(0,je.__)("handle"),label:(0,$e.createElement)(Fd,{icon:"handle"})}),(0,$e.createElement)(We.__experimentalToggleGroupControlOption,{value:"menu","aria-label":(0,je.__)("menu"),label:(0,$e.createElement)(Fd,{icon:"menu"})})))}function cp(e){if(!e)return null;const t=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"id",n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"parent";const o=Object.create(null),r=[];for(const a of e)o[a[t]]={...a,children:[]},a[n]?(o[a[n]]=o[a[n]]||{},o[a[n]].children=o[a[n]].children||[],o[a[n]].children.push(o[a[t]])):r.push(o[a[t]]);return r}(e),n=up(t);return(0,Xs.applyFilters)("blocks.navigation.__unstableMenuItemsToBlocks",n,e)}function up(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n={};const o=[...e].sort(((e,t)=>e.menu_order-t.menu_order)),r=o.map((e=>{var o,r;if("block"===e.type){const[t]=(0,Ge.parse)(e.content.raw);return t||(0,Ge.createBlock)("core/freeform",{content:e.content})}const a=null!==(o=e.children)&&void 0!==o&&o.length?"core/navigation-submenu":"core/navigation-link",l=mp(e,a,t),{innerBlocks:i=[],mapping:s={}}=null!==(r=e.children)&&void 0!==r&&r.length?up(e.children,t+1):{};n={...n,...s};const c=(0,Ge.createBlock)(a,l,i);return n[e.id]=c.clientId,c}));return{innerBlocks:r,mapping:n}}function mp(e,t,n){var o;let{title:r,xfn:a,classes:l,attr_title:i,object:s,object_id:c,description:u,url:m,type:d,target:p}=e;return s&&"post_tag"===s&&(s="tag"),{label:(null==r?void 0:r.rendered)||"",...(null===(o=s)||void 0===o?void 0:o.length)&&{type:s},kind:(null==d?void 0:d.replace("_","-"))||"custom",url:m||"",...(null==a?void 0:a.length)&&a.join(" ").trim()&&{rel:a.join(" ").trim()},...(null==l?void 0:l.length)&&l.join(" ").trim()&&{className:l.join(" ").trim()},...(null==i?void 0:i.length)&&{title:i},...c&&"custom"!==s&&{id:c},...(null==u?void 0:u.length)&&{description:u},..."_blank"===p&&{opensInNewTab:!0},..."core/navigation-submenu"===t&&{isTopLevelItem:0===n},..."core/navigation-link"===t&&{isTopLevelLink:0===n}}}const dp="success",pp="error",gp="pending";var hp=function(e){const{create:t}=ep(e,"draft"),n=(0,it.useRegistry)(),{editEntityRecord:o}=(0,it.useDispatch)(lt.store),[r,a]=(0,$e.useState)("idle"),[l,i]=(0,$e.useState)(null);return{convert:(0,$e.useCallback)((async(e,r)=>e&&r?(a(gp),i(null),await async function(e,r){let a,l;try{l=await n.resolveSelect(lt.store).getMenuItems({menus:e,per_page:-1,context:"view"})}catch(e){throw new Error((0,je.sprintf)((0,je.__)('Unable to fetch classic menu "%s" from API.'),r),{cause:e})}if(null===l)throw new Error((0,je.sprintf)((0,je.__)('Unable to fetch classic menu "%s" from API.'),r));const{innerBlocks:i}=cp(l);try{a=await t(r,i),await o("postType","wp_navigation",a.id,{status:"publish"},{throwOnError:!0})}catch(e){throw new Error((0,je.sprintf)((0,je.__)('Unable to create Navigation Menu "%s".'),r),{cause:e})}return a}(e,r).then((e=>(a(dp),e))).catch((e=>{throw i(null==e?void 0:e.message),a(pp),new Error((0,je.sprintf)((0,je.__)('Unable to create Navigation Menu "%s".'),r),{cause:e})}))):(i("Unable to convert menu. Missing menu details."),void a(pp))),[]),status:r,error:l}};const vp=[];function bp(e){return e.ownerDocument.defaultView.getComputedStyle(e)}function _p(e,t,n){if(!e)return;t(bp(e).color);let o=e,r=bp(o).backgroundColor;for(;"rgba(0, 0, 0, 0)"===r&&o.parentNode&&o.parentNode.nodeType===o.parentNode.ELEMENT_NODE;)o=o.parentNode,r=bp(o).backgroundColor;n(r)}var yp=(0,Ze.withColors)({textColor:"color"},{backgroundColor:"color"},{overlayBackgroundColor:"color"},{overlayTextColor:"color"})((function(e){var t,n;let{attributes:o,setAttributes:r,clientId:a,isSelected:l,className:i,backgroundColor:s,setBackgroundColor:c,textColor:u,setTextColor:m,overlayBackgroundColor:d,setOverlayBackgroundColor:p,overlayTextColor:g,setOverlayTextColor:h,hasSubmenuIndicatorSetting:v=!0,hasColorSettings:b=!0,customPlaceholder:_=null}=e;const{openSubmenusOnClick:y,overlayMenu:f,showSubmenuIcon:k,layout:{justifyContent:x,orientation:w="horizontal",flexWrap:E="wrap"}={},hasIcon:C,icon:S="handle"}=o,B=o.ref,T=e=>{r({ref:e})},N=`navigationMenu/${B}`,P=(0,Ze.__experimentalUseHasRecursion)(N),{editEntityRecord:I}=(0,it.useDispatch)(lt.store);Id();const[z,M]=ip({name:"block-library/core/navigation/status"}),[L,R]=ip({name:"block-library/core/navigation/classic-menu-conversion"}),[A,V]=ip({name:"block-library/core/navigation/auto-publish-draft"}),[H,F]=ip({name:"block-library/core/navigation/permissions/update"}),{create:D,status:G,error:$,value:U,isPending:O,isSuccess:q,isError:W}=ep(a),j=()=>{D("")};(0,$e.useEffect)((()=>{M(),O&&(0,Bd.speak)((0,je.__)("Creating Navigation Menu.")),q&&(Oe(U.id,{focusNavigationBlock:!0}),z((0,je.__)("Navigation Menu successfully created."))),W&&z((0,je.__)("Failed to create Navigation Menu."))}),[G,$,U]);const{hasUncontrolledInnerBlocks:Z,uncontrolledInnerBlocks:Q,isInnerBlockSelected:K,innerBlocks:Y}=function(e){return(0,it.useSelect)((t=>{const{getBlock:n,getBlocks:o,hasSelectedInnerBlock:r}=t(Ze.store),a=n(e).innerBlocks,l=!(null==a||!a.length),i=l?vp:o(e);return{innerBlocks:l?a:i,hasUncontrolledInnerBlocks:l,uncontrolledInnerBlocks:a,controlledInnerBlocks:i,isInnerBlockSelected:r(e,!0)}}),[e])}(a),J=!!Y.find((e=>"core/navigation-submenu"===e.name)),{replaceInnerBlocks:X,selectBlock:ee,__unstableMarkNextChangeAsNotPersistent:te}=(0,it.useDispatch)(Ze.store),[ne,oe]=(0,$e.useState)(!1),[re,ae]=(0,$e.useState)(!1),[le,ie]=(0,$e.useState)(!1),{hasResolvedNavigationMenus:se,isNavigationMenuResolved:ce,isNavigationMenuMissing:ue,navigationMenus:me,navigationMenu:de,canUserUpdateNavigationMenu:pe,hasResolvedCanUserUpdateNavigationMenu:ge,canUserDeleteNavigationMenu:he,hasResolvedCanUserDeleteNavigationMenu:ve,canUserCreateNavigationMenu:be,isResolvingCanUserCreateNavigationMenu:_e,hasResolvedCanUserCreateNavigationMenu:ye}=Pd(B),fe=se&&ue;(0,$e.useEffect)((()=>{if(Z||O||B||null==me||!me.length)return;me.sort(((e,t)=>{const n=new Date(e.date),o=new Date(t.date);return n.getTime()<o.getTime()}));const e=me.filter((e=>"publish"===e.status));0!==e.length&&(te(),T(e[0].id))}),[me]);const ke=(0,$e.useRef)(),{convert:xe,status:we,error:Ee}=hp(a),Ce=we===gp,Se="nav",Be=!B&&!O&&!Ce&&se&&!Z;(0,$e.useEffect)((()=>{Be&&!B&&(te(),X(a,[(0,Ge.createBlock)("core/page-list")]))}),[a,Be,B]);const Te=!ue&&ce,Ne=!se||O||Ce||!(!B||Te||Ce),Pe=null===(t=o.style)||void 0===t||null===(n=t.typography)||void 0===n?void 0:n.textDecoration,Ie=(0,Ze.__experimentalUseBlockOverlayActive)(a),ze=(0,Ze.useBlockProps)({ref:ke,className:rt()(i,{"items-justified-right":"right"===x,"items-justified-space-between":"space-between"===x,"items-justified-left":"left"===x,"items-justified-center":"center"===x,"is-vertical":"vertical"===w,"no-wrap":"nowrap"===E,"is-responsive":"never"!==f,"has-text-color":!!u.color||!(null==u||!u.class),[(0,Ze.getColorClassName)("color",null==u?void 0:u.slug)]:!(null==u||!u.slug),"has-background":!!s.color||s.class,[(0,Ze.getColorClassName)("background-color",null==s?void 0:s.slug)]:!(null==s||!s.slug),[`has-text-decoration-${Pe}`]:Pe,"block-editor-block-content-overlay":Ie}),style:{color:!(null!=u&&u.slug)&&(null==u?void 0:u.color),backgroundColor:!(null!=s&&s.slug)&&(null==s?void 0:s.color)}}),Me="web"===$e.Platform.OS,[Le,Re]=(0,$e.useState)(),[Ae,Ve]=(0,$e.useState)(),[He,Fe]=(0,$e.useState)(),[De,Ue]=(0,$e.useState)(),Oe=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{focusNavigationBlock:!1};const{focusNavigationBlock:n}=t;T(e),n&&ee(a)};(0,$e.useEffect)((()=>{R(),we===gp&&(0,Bd.speak)((0,je.__)("Classic menu importing.")),we===dp&&L((0,je.__)("Classic menu imported successfully.")),we===pp&&L((0,je.__)("Classic menu import failed."))}),[we,Ee]),(0,$e.useEffect)((()=>{w&&(te(),r({orientation:w}))}),[w]),(0,$e.useEffect)((()=>{var e;if(!Me)return;_p(ke.current,Ve,Re);const t=null===(e=ke.current)||void 0===e?void 0:e.querySelector('[data-type="core/navigation-link"] [data-type="core/navigation-link"]');t&&_p(t,Ue,Fe)})),(0,$e.useEffect)((()=>{l||K||F(),(l||K)&&(B&&!fe&&ge&&!pe&&H((0,je.__)("You do not have permission to edit this Menu. Any changes made will not be saved.")),B||!ye||be||H((0,je.__)("You do not have permission to create Navigation Menus.")))}),[l,K,pe,ge,be,ye,B]);const qe=be||pe,Qe="never"!==f,Ke=rt()("wp-block-navigation__overlay-menu-preview",{open:le}),Ye="draft"===(null==de?void 0:de.status);(0,$e.useEffect)((async()=>{if(V(),Ye)try{await I("postType","wp_navigation",null==de?void 0:de.id,{status:"publish"},{throwOnError:!0})}catch{A((0,je.__)("Error ocurred while publishing the navigation menu."))}}),[Ye,de]);const Je=(0,$e.createElement)(Ze.InspectorControls,null,v&&(0,$e.createElement)(We.PanelBody,{title:(0,je.__)("Display")},Qe&&(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(We.Button,{className:Ke,onClick:()=>{ie(!le)}},C&&(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Fd,{icon:S}),(0,$e.createElement)(Td,{icon:Nd})),!C&&(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)("span",null,(0,je.__)("Menu")),(0,$e.createElement)("span",null,(0,je.__)("Close")))),le&&(0,$e.createElement)(sp,{setAttributes:r,hasIcon:C,icon:S})),(0,$e.createElement)("h3",null,(0,je.__)("Overlay Menu")),(0,$e.createElement)(We.__experimentalToggleGroupControl,{label:(0,je.__)("Configure overlay menu"),value:f,help:(0,je.__)("Collapses the navigation options in a menu icon opening an overlay."),onChange:e=>r({overlayMenu:e}),isBlock:!0,hideLabelFromVision:!0},(0,$e.createElement)(We.__experimentalToggleGroupControlOption,{value:"never",label:(0,je.__)("Off")}),(0,$e.createElement)(We.__experimentalToggleGroupControlOption,{value:"mobile",label:(0,je.__)("Mobile")}),(0,$e.createElement)(We.__experimentalToggleGroupControlOption,{value:"always",label:(0,je.__)("Always")})),J&&(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)("h3",null,(0,je.__)("Submenus")),(0,$e.createElement)(We.ToggleControl,{checked:y,onChange:e=>{r({openSubmenusOnClick:e,...e&&{showSubmenuIcon:!0}})},label:(0,je.__)("Open on click")}),(0,$e.createElement)(We.ToggleControl,{checked:k,onChange:e=>{r({showSubmenuIcon:e})},disabled:o.openSubmenusOnClick,label:(0,je.__)("Show arrow")}))),b&&(0,$e.createElement)(Ze.PanelColorSettings,{__experimentalHasMultipleOrigins:!0,__experimentalIsRenderedInSidebar:!0,title:(0,je.__)("Color"),initialOpen:!1,colorSettings:[{value:u.color,onChange:m,label:(0,je.__)("Text")},{value:s.color,onChange:c,label:(0,je.__)("Background")},{value:g.color,onChange:h,label:(0,je.__)("Submenu & overlay text")},{value:d.color,onChange:p,label:(0,je.__)("Submenu & overlay background")}]},Me&&(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Ze.ContrastChecker,{backgroundColor:Le,textColor:Ae}),(0,$e.createElement)(Ze.ContrastChecker,{backgroundColor:He,textColor:De}))));if(Z&&!Te)return(0,$e.createElement)(Se,ze,(0,$e.createElement)(Ze.InspectorControls,null,(0,$e.createElement)(We.PanelBody,{title:(0,je.__)("Menu")},(0,$e.createElement)(Ad,{currentMenuId:B,clientId:a,onSelectNavigationMenu:e=>{Oe(e)},onSelectClassicMenu:async e=>{const t=await xe(e.id,e.name);t&&Oe(t.id,{focusNavigationBlock:!0})},onCreateNew:j,createNavigationMenuIsSuccess:q,actionLabel:(0,je.__)("Switch to '%s'")}),(0,$e.createElement)(We.Button,{variant:"link",disabled:!qe||!se,href:(0,at.addQueryArgs)("edit.php",{post_type:"wp_navigation"})},(0,je.__)("Manage menus")))),Je,(0,$e.createElement)(Dd,{id:a,onToggle:ae,isOpen:re,hasIcon:C,icon:S,isResponsive:"never"!==f,isHiddenByDefault:"always"===f,overlayBackgroundColor:d,overlayTextColor:g},(0,$e.createElement)(ap,{blocks:Q,clientId:a,navigationMenus:me,hasSelection:l||K,hasSavedUnsavedInnerBlocks:ne,onSave:e=>{oe(!0),T(e.id),z((0,je.__)("New Navigation Menu created."))}})));if(B&&ue)return(0,$e.createElement)(Se,ze,(0,$e.createElement)(Ze.InspectorControls,null,(0,$e.createElement)(We.PanelBody,{title:(0,je.__)("Menu")},(0,$e.createElement)(Ad,{currentMenuId:null,clientId:a,onSelectNavigationMenu:e=>{Oe(e)},onSelectClassicMenu:async e=>{const t=await xe(e.id,e.name);t&&Oe(t.id,{focusNavigationBlock:!0})},onCreateNew:j,createNavigationMenuIsSuccess:q,actionLabel:(0,je.__)("Switch to '%s'")}),(0,$e.createElement)(We.Button,{variant:"link",disabled:!qe||!se,href:(0,at.addQueryArgs)("edit.php",{post_type:"wp_navigation"})},(0,je.__)("Manage menus")))),(0,$e.createElement)(Ze.Warning,null,(0,je.__)("Navigation menu has been deleted or is unavailable. "),(0,$e.createElement)(We.Button,{onClick:j,variant:"link"},(0,je.__)("Create a new menu?"))));if(Te&&P)return(0,$e.createElement)("div",ze,(0,$e.createElement)(Ze.Warning,null,(0,je.__)("Block cannot be rendered inside itself.")));const Xe=_||Vd;return Be&&_?(0,$e.createElement)(Se,ze,(0,$e.createElement)(Xe,{isSelected:l,currentMenuId:B,clientId:a,canUserCreateNavigationMenu:be,isResolvingCanUserCreateNavigationMenu:_e,onSelectNavigationMenu:e=>{Oe(e)},onSelectClassicMenu:async e=>{const t=await xe(e.id,e.name);t&&Oe(t.id,{focusNavigationBlock:!0})},onCreateEmpty:j})):(0,$e.createElement)(lt.EntityProvider,{kind:"postType",type:"wp_navigation",id:B},(0,$e.createElement)(Ze.__experimentalRecursionProvider,{uniqueId:N},(0,$e.createElement)(Ze.InspectorControls,null,(0,$e.createElement)(We.PanelBody,{title:(0,je.__)("Menu")},(0,$e.createElement)(Ad,{currentMenuId:B,clientId:a,onSelectNavigationMenu:e=>{Oe(e)},onSelectClassicMenu:async e=>{const t=await xe(e.id,e.name);t&&Oe(t.id,{focusNavigationBlock:!0})},onCreateNew:j,createNavigationMenuIsSuccess:q,createNavigationMenuIsError:W,actionLabel:(0,je.__)("Switch to '%s'")}),(0,$e.createElement)(We.Button,{variant:"link",disabled:!qe||!se,href:(0,at.addQueryArgs)("edit.php",{post_type:"wp_navigation"})},(0,je.__)("Manage menus")))),Je,Te&&(0,$e.createElement)(Ze.InspectorControls,{__experimentalGroup:"advanced"},ge&&pe&&(0,$e.createElement)(qd,null),ve&&he&&(0,$e.createElement)(lp,{onDelete:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";X(a,[]),z((0,je.sprintf)((0,je.__)("Navigation menu %s successfully deleted."),e))}})),Ne&&(0,$e.createElement)(Se,ze,(0,$e.createElement)(We.Spinner,{className:"wp-block-navigation__loading-indicator"})),!Ne&&(0,$e.createElement)(Se,ze,(0,$e.createElement)(Dd,{id:a,onToggle:ae,label:(0,je.__)("Menu"),hasIcon:C,icon:S,isOpen:re,isResponsive:Qe,isHiddenByDefault:"always"===f,overlayBackgroundColor:d,overlayTextColor:g},Te&&(0,$e.createElement)(Od,{clientId:a,hasCustomPlaceholder:!!_,orientation:w})))))}));const fp={fontStyle:"var:preset|font-style|",fontWeight:"var:preset|font-weight|",textDecoration:"var:preset|text-decoration|",textTransform:"var:preset|text-transform|"},kp=e=>{let{navigationMenuId:t,...n}=e;return{...n,ref:t}},xp=e=>{if(e.layout)return e;const{itemsJustification:t,orientation:n,...o}=e;return(t||n)&&Object.assign(o,{layout:{type:"flex",...t&&{justifyContent:t},...n&&{orientation:n}}}),o},wp={attributes:{navigationMenuId:{type:"number"},textColor:{type:"string"},customTextColor:{type:"string"},rgbTextColor:{type:"string"},backgroundColor:{type:"string"},customBackgroundColor:{type:"string"},rgbBackgroundColor:{type:"string"},showSubmenuIcon:{type:"boolean",default:!0},openSubmenusOnClick:{type:"boolean",default:!1},overlayMenu:{type:"string",default:"mobile"},__unstableLocation:{type:"string"},overlayBackgroundColor:{type:"string"},customOverlayBackgroundColor:{type:"string"},overlayTextColor:{type:"string"},customOverlayTextColor:{type:"string"}},supports:{align:["wide","full"],anchor:!0,html:!1,inserter:!0,typography:{fontSize:!0,lineHeight:!0,__experimentalFontStyle:!0,__experimentalFontWeight:!0,__experimentalTextTransform:!0,__experimentalFontFamily:!0,__experimentalTextDecoration:!0,__experimentalDefaultControls:{fontSize:!0}},spacing:{blockGap:!0,units:["px","em","rem","vh","vw"],__experimentalDefaultControls:{blockGap:!0}},__experimentalLayout:{allowSwitching:!1,allowInheriting:!1,default:{type:"flex"}}},save(){return(0,$e.createElement)(Ze.InnerBlocks.Content,null)},isEligible:e=>{let{navigationMenuId:t}=e;return!!t},migrate:kp},Ep={attributes:{navigationMenuId:{type:"number"},orientation:{type:"string",default:"horizontal"},textColor:{type:"string"},customTextColor:{type:"string"},rgbTextColor:{type:"string"},backgroundColor:{type:"string"},customBackgroundColor:{type:"string"},rgbBackgroundColor:{type:"string"},itemsJustification:{type:"string"},showSubmenuIcon:{type:"boolean",default:!0},openSubmenusOnClick:{type:"boolean",default:!1},overlayMenu:{type:"string",default:"never"},__unstableLocation:{type:"string"},overlayBackgroundColor:{type:"string"},customOverlayBackgroundColor:{type:"string"},overlayTextColor:{type:"string"},customOverlayTextColor:{type:"string"}},supports:{align:["wide","full"],anchor:!0,html:!1,inserter:!0,typography:{fontSize:!0,lineHeight:!0,__experimentalFontStyle:!0,__experimentalFontWeight:!0,__experimentalTextTransform:!0,__experimentalFontFamily:!0,__experimentalTextDecoration:!0,__experimentalDefaultControls:{fontSize:!0}},spacing:{blockGap:!0,units:["px","em","rem","vh","vw"],__experimentalDefaultControls:{blockGap:!0}}},save(){return(0,$e.createElement)(Ze.InnerBlocks.Content,null)},isEligible:e=>{let{itemsJustification:t,orientation:n}=e;return!!t||!!n},migrate:(0,Zt.compose)(kp,xp)},Cp={attributes:{orientation:{type:"string",default:"horizontal"},textColor:{type:"string"},customTextColor:{type:"string"},rgbTextColor:{type:"string"},backgroundColor:{type:"string"},customBackgroundColor:{type:"string"},rgbBackgroundColor:{type:"string"},itemsJustification:{type:"string"},showSubmenuIcon:{type:"boolean",default:!0},openSubmenusOnClick:{type:"boolean",default:!1},overlayMenu:{type:"string",default:"never"},__unstableLocation:{type:"string"},overlayBackgroundColor:{type:"string"},customOverlayBackgroundColor:{type:"string"},overlayTextColor:{type:"string"},customOverlayTextColor:{type:"string"}},supports:{align:["wide","full"],anchor:!0,html:!1,inserter:!0,typography:{fontSize:!0,lineHeight:!0,__experimentalFontStyle:!0,__experimentalFontWeight:!0,__experimentalTextTransform:!0,__experimentalFontFamily:!0,__experimentalTextDecoration:!0},spacing:{blockGap:!0,units:["px","em","rem","vh","vw"],__experimentalDefaultControls:{blockGap:!0}}},save(){return(0,$e.createElement)(Ze.InnerBlocks.Content,null)},migrate:(0,Zt.compose)(kp,xp,Jt),isEligible(e){var t;let{style:n}=e;return null==n||null===(t=n.typography)||void 0===t?void 0:t.fontFamily}},Sp=[wp,Ep,Cp,{attributes:{orientation:{type:"string",default:"horizontal"},textColor:{type:"string"},customTextColor:{type:"string"},rgbTextColor:{type:"string"},backgroundColor:{type:"string"},customBackgroundColor:{type:"string"},rgbBackgroundColor:{type:"string"},itemsJustification:{type:"string"},showSubmenuIcon:{type:"boolean",default:!0},openSubmenusOnClick:{type:"boolean",default:!1},isResponsive:{type:"boolean",default:"false"},__unstableLocation:{type:"string"},overlayBackgroundColor:{type:"string"},customOverlayBackgroundColor:{type:"string"},overlayTextColor:{type:"string"},customOverlayTextColor:{type:"string"}},supports:{align:["wide","full"],anchor:!0,html:!1,inserter:!0,typography:{fontSize:!0,lineHeight:!0,__experimentalFontStyle:!0,__experimentalFontWeight:!0,__experimentalTextTransform:!0,__experimentalFontFamily:!0,__experimentalTextDecoration:!0}},isEligible(e){return e.isResponsive},migrate:(0,Zt.compose)(kp,xp,Jt,(function(e){return delete e.isResponsive,{...e,overlayMenu:"mobile"}})),save(){return(0,$e.createElement)(Ze.InnerBlocks.Content,null)}},{attributes:{orientation:{type:"string"},textColor:{type:"string"},customTextColor:{type:"string"},rgbTextColor:{type:"string"},backgroundColor:{type:"string"},customBackgroundColor:{type:"string"},rgbBackgroundColor:{type:"string"},itemsJustification:{type:"string"},showSubmenuIcon:{type:"boolean",default:!0}},supports:{align:["wide","full"],anchor:!0,html:!1,inserter:!0,fontSize:!0,__experimentalFontStyle:!0,__experimentalFontWeight:!0,__experimentalTextTransform:!0,color:!0,__experimentalFontFamily:!0,__experimentalTextDecoration:!0},save(){return(0,$e.createElement)(Ze.InnerBlocks.Content,null)},isEligible(e){if(!e.style||!e.style.typography)return!1;for(const t in fp){const n=e.style.typography[t];if(n&&n.startsWith(fp[t]))return!0}return!1},migrate:(0,Zt.compose)(kp,xp,Jt,(function(e){return{...e,style:{...e.style,typography:(0,St.mapValues)(e.style.typography,((e,t)=>{const n=fp[t];if(n&&e.startsWith(n)){const o=e.slice(n.length);return"textDecoration"===t&&"strikethrough"===o?"line-through":o}return e}))}}}))},{attributes:{className:{type:"string"},textColor:{type:"string"},rgbTextColor:{type:"string"},backgroundColor:{type:"string"},rgbBackgroundColor:{type:"string"},fontSize:{type:"string"},customFontSize:{type:"number"},itemsJustification:{type:"string"},showSubmenuIcon:{type:"boolean"}},isEligible(e){return e.rgbTextColor||e.rgbBackgroundColor},supports:{align:["wide","full"],anchor:!0,html:!1,inserter:!0},migrate:(0,Zt.compose)(kp,(e=>{const{rgbTextColor:t,rgbBackgroundColor:n,...o}=e;return{...o,customTextColor:e.textColor?void 0:e.rgbTextColor,customBackgroundColor:e.backgroundColor?void 0:e.rgbBackgroundColor}})),save(){return(0,$e.createElement)(Ze.InnerBlocks.Content,null)}}];var Bp=Sp;const Tp={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/navigation",title:"Navigation",category:"theme",description:"A collection of blocks that allow visitors to get around your site.",keywords:["menu","navigation","links"],textdomain:"default",attributes:{ref:{type:"number"},textColor:{type:"string"},customTextColor:{type:"string"},rgbTextColor:{type:"string"},backgroundColor:{type:"string"},customBackgroundColor:{type:"string"},rgbBackgroundColor:{type:"string"},showSubmenuIcon:{type:"boolean",default:!0},openSubmenusOnClick:{type:"boolean",default:!1},overlayMenu:{type:"string",default:"mobile"},icon:{type:"string",default:"handle"},hasIcon:{type:"boolean",default:!0},__unstableLocation:{type:"string"},overlayBackgroundColor:{type:"string"},customOverlayBackgroundColor:{type:"string"},overlayTextColor:{type:"string"},customOverlayTextColor:{type:"string"},maxNestingLevel:{type:"number",default:5}},providesContext:{textColor:"textColor",customTextColor:"customTextColor",backgroundColor:"backgroundColor",customBackgroundColor:"customBackgroundColor",overlayTextColor:"overlayTextColor",customOverlayTextColor:"customOverlayTextColor",overlayBackgroundColor:"overlayBackgroundColor",customOverlayBackgroundColor:"customOverlayBackgroundColor",fontSize:"fontSize",customFontSize:"customFontSize",showSubmenuIcon:"showSubmenuIcon",openSubmenusOnClick:"openSubmenusOnClick",style:"style",orientation:"orientation",maxNestingLevel:"maxNestingLevel"},supports:{align:["wide","full"],html:!1,inserter:!0,typography:{fontSize:!0,lineHeight:!0,__experimentalFontStyle:!0,__experimentalFontWeight:!0,__experimentalTextTransform:!0,__experimentalFontFamily:!0,__experimentalLetterSpacing:!0,__experimentalTextDecoration:!0,__experimentalSkipSerialization:["textDecoration"],__experimentalDefaultControls:{fontSize:!0}},spacing:{blockGap:!0,units:["px","em","rem","vh","vw"],__experimentalDefaultControls:{blockGap:!0}},__experimentalLayout:{allowSwitching:!1,allowInheriting:!1,allowVerticalAlignment:!1,default:{type:"flex"}},__experimentalStyle:{elements:{link:{color:{text:"inherit"}}}}},viewScript:["file:./view.min.js","file:./view-modal.min.js"],editorStyle:"wp-block-navigation-editor",style:"wp-block-navigation"},{name:Np}=Tp,Pp={icon:Sd,example:{innerBlocks:[{name:"core/navigation-link",attributes:{label:(0,je.__)("Home"),url:"https://make.wordpress.org/"}},{name:"core/navigation-link",attributes:{label:(0,je.__)("About"),url:"https://make.wordpress.org/"}},{name:"core/navigation-link",attributes:{label:(0,je.__)("Contact"),url:"https://make.wordpress.org/"}}]},edit:yp,save:function(e){let{attributes:t}=e;if(!t.ref)return(0,$e.createElement)(Ze.InnerBlocks.Content,null)},deprecated:Bp},Ip=()=>qe({name:Np,metadata:Tp,settings:Pp});var zp=(0,$e.createElement)(Ue.SVG,{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M12.5 14.5h-1V16h1c2.2 0 4-1.8 4-4s-1.8-4-4-4h-1v1.5h1c1.4 0 2.5 1.1 2.5 2.5s-1.1 2.5-2.5 2.5zm-4 1.5v-1.5h-1C6.1 14.5 5 13.4 5 12s1.1-2.5 2.5-2.5h1V8h-1c-2.2 0-4 1.8-4 4s1.8 4 4 4h1zm-1-3.2h5v-1.5h-5v1.5zM18 4H9c-1.1 0-2 .9-2 2v.5h1.5V6c0-.3.2-.5.5-.5h9c.3 0 .5.2.5.5v12c0 .3-.2.5-.5.5H9c-.3 0-.5-.2-.5-.5v-.5H7v.5c0 1.1.9 2 2 2h9c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2z"}));var Mp=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M2 12c0 3.6 2.4 5.5 6 5.5h.5V19l3-2.5-3-2.5v2H8c-2.5 0-4.5-1.5-4.5-4s2-4.5 4.5-4.5h3.5V6H8c-3.6 0-6 2.4-6 6zm19.5-1h-8v1.5h8V11zm0 5h-8v1.5h8V16zm0-10h-8v1.5h8V6z"}));const{name:Lp}={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/navigation-link",title:"Custom Link",category:"design",parent:["core/navigation"],description:"Add a page, link, or another item to your navigation.",textdomain:"default",attributes:{label:{type:"string"},type:{type:"string"},description:{type:"string"},rel:{type:"string"},id:{type:"number"},opensInNewTab:{type:"boolean",default:!1},url:{type:"string"},title:{type:"string"},kind:{type:"string"},isTopLevelLink:{type:"boolean"}},usesContext:["textColor","customTextColor","backgroundColor","customBackgroundColor","overlayTextColor","customOverlayTextColor","overlayBackgroundColor","customOverlayBackgroundColor","fontSize","customFontSize","showSubmenuIcon","maxNestingLevel","style"],supports:{reusable:!1,html:!1,__experimentalSlashInserter:!0,typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}}},editorStyle:"wp-block-navigation-link-editor",style:"wp-block-navigation-link"};function Rp(e,t){switch(e){case"post":case"page":return{type:"post",subtype:e};case"category":return{type:"term",subtype:"category"};case"tag":return{type:"term",subtype:"post_tag"};case"post_format":return{type:"post-format"};default:return"taxonomy"===t?{type:"term",subtype:e}:"post-type"===t?{type:"post",subtype:e}:{}}}function Ap(e){const t=document.implementation.createHTMLDocument("");return t.body.innerHTML=e,t.body.textContent||""}function Vp(e){let{clientId:t,replace:n}=e;const{getBlock:o,blockTransforms:r}=(0,it.useSelect)((e=>{const{getBlock:n,getBlockRootClientId:o,getBlockTransformItems:r}=e(Ze.store);return{getBlock:n,blockTransforms:r(n(t),o(t))}}),[t]),a=["core/site-logo","core/social-links","core/search"],l=r.filter((e=>a.includes(e.name)));return null!=l&&l.length?(0,$e.createElement)("div",{className:"link-control-transform"},(0,$e.createElement)("h3",{className:"link-control-transform__subheading"},(0,je.__)("Transform")),(0,$e.createElement)("div",{className:"link-control-transform__items"},l.map(((e,r)=>(0,$e.createElement)(We.Button,{key:`transform-${r}`,onClick:()=>n(t,(0,Ge.switchToBlockType)(o(t),e.name)),className:"link-control-transform__item"},(0,$e.createElement)(Ze.BlockIcon,{icon:e.icon}),e.title))))):null}var Hp=(0,$e.createElement)(Ue.SVG,{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M4 20h16v-1.5H4V20zm0-4.8h16v-1.5H4v1.5zm0-6.4v1.5h16V8.8H4zM16 4H4v1.5h12V4z"}));var Fp=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M7 5.5h10a.5.5 0 01.5.5v12a.5.5 0 01-.5.5H7a.5.5 0 01-.5-.5V6a.5.5 0 01.5-.5zM17 4H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V6a2 2 0 00-2-2zm-1 3.75H8v1.5h8v-1.5zM8 11h8v1.5H8V11zm6 3.25H8v1.5h6v-1.5z"}));var Dp=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M20.1 11.2l-6.7-6.7c-.1-.1-.3-.2-.5-.2H5c-.4-.1-.8.3-.8.7v7.8c0 .2.1.4.2.5l6.7 6.7c.2.2.5.4.7.5s.6.2.9.2c.3 0 .6-.1.9-.2.3-.1.5-.3.8-.5l5.6-5.6c.4-.4.7-1 .7-1.6.1-.6-.2-1.2-.6-1.6zM19 13.4L13.4 19c-.1.1-.2.1-.3.2-.2.1-.4.1-.6 0-.1 0-.2-.1-.3-.2l-6.5-6.5V5.8h6.8l6.5 6.5c.2.2.2.4.2.6 0 .1 0 .3-.2.5zM9 8c-.6 0-1 .4-1 1s.4 1 1 1 1-.4 1-1-.4-1-1-1z"}));var Gp=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M4 20h9v-1.5H4V20zm0-5.5V16h16v-1.5H4zm.8-4l.7.7 2-2V12h1V9.2l2 2 .7-.7-2-2H12v-1H9.2l2-2-.7-.7-2 2V4h-1v2.8l-2-2-.7.7 2 2H4v1h2.8l-2 2z"}));function $p(e){switch(e){case"post":return Hp;case"page":return Fp;case"tag":return Dp;case"category":return Dn;default:return Gp}}function Up(e,t){if("core/navigation-link"!==t)return e;if(e.variations){const t=(e,t)=>e.type===t.type,n=e.variations.map((e=>({...e,...!e.icon&&{icon:$p(e.name)},...!e.isActive&&{isActive:t}})));return{...e,variations:n}}return e}const Op={from:[{type:"block",blocks:["core/site-logo"],transform:()=>(0,Ge.createBlock)("core/navigation-link")},{type:"block",blocks:["core/spacer"],transform:()=>(0,Ge.createBlock)("core/navigation-link")},{type:"block",blocks:["core/home-link"],transform:()=>(0,Ge.createBlock)("core/navigation-link")},{type:"block",blocks:["core/social-links"],transform:()=>(0,Ge.createBlock)("core/navigation-link")},{type:"block",blocks:["core/search"],transform:()=>(0,Ge.createBlock)("core/navigation-link")}],to:[{type:"block",blocks:["core/navigation-submenu"],transform:(e,t)=>(0,Ge.createBlock)("core/navigation-submenu",e,t)},{type:"block",blocks:["core/spacer"],transform:()=>(0,Ge.createBlock)("core/spacer")},{type:"block",blocks:["core/site-logo"],transform:()=>(0,Ge.createBlock)("core/site-logo")},{type:"block",blocks:["core/home-link"],transform:()=>(0,Ge.createBlock)("core/home-link")},{type:"block",blocks:["core/social-links"],transform:()=>(0,Ge.createBlock)("core/social-links")},{type:"block",blocks:["core/search"],transform:()=>(0,Ge.createBlock)("core/search",{showLabel:!1,buttonUseIcon:!0,buttonPosition:"button-inside"})}]};var qp=Op;const Wp={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/navigation-link",title:"Custom Link",category:"design",parent:["core/navigation"],description:"Add a page, link, or another item to your navigation.",textdomain:"default",attributes:{label:{type:"string"},type:{type:"string"},description:{type:"string"},rel:{type:"string"},id:{type:"number"},opensInNewTab:{type:"boolean",default:!1},url:{type:"string"},title:{type:"string"},kind:{type:"string"},isTopLevelLink:{type:"boolean"}},usesContext:["textColor","customTextColor","backgroundColor","customBackgroundColor","overlayTextColor","customOverlayTextColor","overlayBackgroundColor","customOverlayBackgroundColor","fontSize","customFontSize","showSubmenuIcon","maxNestingLevel","style"],supports:{reusable:!1,html:!1,__experimentalSlashInserter:!0,typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}}},editorStyle:"wp-block-navigation-link-editor",style:"wp-block-navigation-link"},{name:jp}=Wp,Zp={icon:zp,__experimentalLabel:e=>{let{label:t}=e;return t},merge(e,t){let{label:n=""}=t;return{...e,label:e.label+n}},edit:function(e){let{attributes:t,isSelected:n,setAttributes:o,insertBlocksAfter:r,mergeBlocks:a,onReplace:l,context:i,clientId:s}=e;const{id:c,label:u,type:m,opensInNewTab:d,url:p,description:g,rel:h,title:v,kind:b}=t,[_,y]=((e,t,n)=>{const o="post-type"===e||"post"===t||"page"===t,r=Number.isInteger(n),a=(0,it.useSelect)((e=>{var r;if(!o)return null;const{getEntityRecord:a}=e(lt.store);return null===(r=a("postType",t,n))||void 0===r?void 0:r.status}),[o,t,n]);return[o&&r&&a&&"trash"===a,"draft"===a]})(b,m,c),{maxNestingLevel:f}=i,k={url:p,opensInNewTab:d,title:u&&Ap(u)},{saveEntityRecord:x}=(0,it.useDispatch)(lt.store),{replaceBlock:w,__unstableMarkNextChangeAsNotPersistent:E}=(0,it.useDispatch)(Ze.store),[C,S]=(0,$e.useState)(!1),[B,T]=(0,$e.useState)(null),N=(0,$e.useRef)(null),P=(e=>{const[t,n]=(0,$e.useState)(!1);return(0,$e.useEffect)((()=>{const{ownerDocument:t}=e.current;function o(e){a(e)}function r(){n(!1)}function a(t){e.current.contains(t.target)?n(!0):n(!1)}return t.addEventListener("dragstart",o),t.addEventListener("dragend",r),t.addEventListener("dragenter",a),()=>{t.removeEventListener("dragstart",o),t.removeEventListener("dragend",r),t.removeEventListener("dragenter",a)}}),[]),t})(N),I=(0,je.__)("Add link"),z=(0,$e.useRef)(),M=(0,lt.useResourcePermissions)("pages"),L=(0,lt.useResourcePermissions)("posts"),{innerBlocks:R,isAtMaxNesting:A,isTopLevelLink:V,isParentOfSelectedBlock:H,hasChildren:F}=(0,it.useSelect)((e=>{const{getBlocks:t,getBlockCount:n,getBlockName:o,getBlockRootClientId:r,hasSelectedInnerBlock:a,getBlockParentsByBlockName:l}=e(Ze.store);return{innerBlocks:t(s),isAtMaxNesting:l(s,[Lp,"core/navigation-submenu"]).length>=f,isTopLevelLink:"core/navigation"===o(r(s)),isParentOfSelectedBlock:a(s,!0),hasChildren:!!n(s)}}),[s]);function D(){const e=(0,Ge.createBlock)("core/navigation-submenu",t,R);w(s,e)}(0,$e.useEffect)((()=>{E(),o({isTopLevelLink:V})}),[V]),(0,$e.useEffect)((()=>{p||S(!0),F&&D()}),[]),(0,$e.useEffect)((()=>{n||S(!1)}),[n]),(0,$e.useEffect)((()=>{C&&p&&((0,at.isURL)((0,at.prependHTTP)(u))&&/^.+\.[a-z]+/.test(u)?function(){z.current.focus();const{ownerDocument:e}=z.current,{defaultView:t}=e,n=t.getSelection(),o=e.createRange();o.selectNodeContents(z.current),n.removeAllRanges(),n.addRange(o)}():(0,dd.placeCaretAtHorizontalEdge)(z.current,!0))}),[p]);let G=!1;m&&"page"!==m?"post"===m&&(G=L.canCreate):G=M.canCreate;const{textColor:$,customTextColor:U,backgroundColor:O,customBackgroundColor:q}=function(e,t){var n,o;const{textColor:r,customTextColor:a,backgroundColor:l,customBackgroundColor:i,overlayTextColor:s,customOverlayTextColor:c,overlayBackgroundColor:u,customOverlayBackgroundColor:m,style:d}=e,p={};return t&&c?p.customTextColor=c:t&&s?p.textColor=s:a?p.customTextColor=a:r?p.textColor=r:null!=d&&null!==(n=d.color)&&void 0!==n&&n.text&&(p.customTextColor=d.color.text),t&&m?p.customBackgroundColor=m:t&&u?p.backgroundColor=u:i?p.customBackgroundColor=i:l?p.backgroundColor=l:null!=d&&null!==(o=d.color)&&void 0!==o&&o.background&&(p.customTextColor=d.color.background),p}(i,!V),W=(0,Ze.useBlockProps)({ref:(0,Zt.useMergeRefs)([T,N]),className:rt()("wp-block-navigation-item",{"is-editing":n||H,"is-dragging-within":P,"has-link":!!p,"has-child":F,"has-text-color":!!$||!!U,[(0,Ze.getColorClassName)("color",$)]:!!$,"has-background":!!O||q,[(0,Ze.getColorClassName)("background-color",O)]:!!O}),style:{color:!$&&U,backgroundColor:!O&&q},onKeyDown:function(e){(sn.isKeyboardEvent.primary(e,"k")||!p&&e.keyCode===sn.ENTER)&&S(!0)}});(!p||_||y)&&(W.onClick=()=>S(!0));const j=rt()("wp-block-navigation-item__content",{"wp-block-navigation-link__placeholder":!p||_||y}),Z=function(e){let t="";switch(e){case"post":t=(0,je.__)("Select post");break;case"page":t=(0,je.__)("Select page");break;case"category":t=(0,je.__)("Select category");break;case"tag":t=(0,je.__)("Select tag");break;default:t=(0,je.__)("Add link")}return t}(m),Q=`(${_?(0,je.__)("Invalid"):(0,je.__)("Draft")})`,K=_||y?(0,je.__)("This item has been deleted, or is a draft"):(0,je.__)("This item is missing a link");return(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Ze.BlockControls,null,(0,$e.createElement)(We.ToolbarGroup,null,(0,$e.createElement)(We.ToolbarButton,{name:"link",icon:cn,title:(0,je.__)("Link"),shortcut:sn.displayShortcut.primary("k"),onClick:()=>S(!0)}),!A&&(0,$e.createElement)(We.ToolbarButton,{name:"submenu",icon:Mp,title:(0,je.__)("Add submenu"),onClick:D}))),(0,$e.createElement)(Ze.InspectorControls,null,(0,$e.createElement)(We.PanelBody,{title:(0,je.__)("Link settings")},(0,$e.createElement)(We.TextareaControl,{value:g||"",onChange:e=>{o({description:e})},label:(0,je.__)("Description"),help:(0,je.__)("The description will be displayed in the menu if the current theme supports it.")}),(0,$e.createElement)(We.TextControl,{value:v||"",onChange:e=>{o({title:e})},label:(0,je.__)("Link title"),autoComplete:"off"}),(0,$e.createElement)(We.TextControl,{value:h||"",onChange:e=>{o({rel:e})},label:(0,je.__)("Link rel"),autoComplete:"off"}))),(0,$e.createElement)("div",W,(0,$e.createElement)("a",{className:j},p?(0,$e.createElement)($e.Fragment,null,!_&&!y&&(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Ze.RichText,{ref:z,identifier:"label",className:"wp-block-navigation-item__label",value:u,onChange:e=>o({label:e}),onMerge:a,onReplace:l,__unstableOnSplitAtEnd:()=>r((0,Ge.createBlock)("core/navigation-link")),"aria-label":(0,je.__)("Navigation link text"),placeholder:I,withoutInteractiveFormatting:!0,allowedFormats:["core/bold","core/italic","core/image","core/strikethrough"],onClick:()=>{p||S(!0)}}),g&&(0,$e.createElement)("span",{className:"wp-block-navigation-item__description"},g)),(_||y)&&(0,$e.createElement)("div",{className:"wp-block-navigation-link__placeholder-text wp-block-navigation-link__label"},(0,$e.createElement)(We.KeyboardShortcuts,{shortcuts:{enter:()=>n&&S(!0)}}),(0,$e.createElement)(We.Tooltip,{position:"top center",text:K},(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)("span",{"aria-label":(0,je.__)("Navigation link text")},`${(0,St.unescape)(u)} ${Q}`.trim()),(0,$e.createElement)("span",{className:"wp-block-navigation-link__missing_text-tooltip"},K))))):(0,$e.createElement)("div",{className:"wp-block-navigation-link__placeholder-text"},(0,$e.createElement)(We.Tooltip,{position:"top center",text:K},(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)("span",null,Z),(0,$e.createElement)("span",{className:"wp-block-navigation-link__missing_text-tooltip"},K)))),C&&(0,$e.createElement)(We.Popover,{position:"bottom center",onClose:()=>S(!1),anchor:B,shift:!0},(0,$e.createElement)(Ze.__experimentalLinkControl,{hasTextControl:!0,hasRichPreviews:!0,className:"wp-block-navigation-link__inline-link-input",value:k,showInitialSuggestions:!0,withCreateSuggestion:G,createSuggestion:async function(e){const t=m||"page",n=await x("postType",t,{title:e,status:"draft"});return{id:n.id,type:t,title:(0,Rd.decodeEntities)(n.title.rendered),url:n.link,kind:"post-type"}},createSuggestionButtonText:e=>{let t;return t="post"===m?(0,je.__)("Create draft post: <mark>%s</mark>"):(0,je.__)("Create draft page: <mark>%s</mark>"),(0,$e.createInterpolateElement)((0,je.sprintf)(t,e),{mark:(0,$e.createElement)("mark",null)})},noDirectEntry:!!m,noURLSuggestion:!!m,suggestionsQuery:Rp(m,b),onChange:e=>function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const{label:o="",kind:r="",type:a=""}=n,{title:l="",url:i="",opensInNewTab:s,id:c,kind:u=r,type:m=a}=e,d=l.replace(/http(s?):\/\//gi,""),p=i.replace(/http(s?):\/\//gi,""),g=l&&l!==o&&d!==p?(0,St.escape)(l):o||(0,St.escape)(p),h="post_tag"===m?"tag":m.replace("-","_"),v=["post","page","tag","category"].indexOf(h)>-1,b=!u&&!v||"custom"===u?"custom":u;t({...i&&{url:encodeURI((0,at.safeDecodeURI)(i))},...g&&{label:g},...void 0!==s&&{opensInNewTab:s},...c&&Number.isInteger(c)&&{id:c},...b&&{kind:b},...h&&"URL"!==h&&{type:h}})}(e,o,t),onRemove:function(){o({url:"",label:"",id:"",kind:"",type:""}),S(!1)},renderControlBottom:p?null:()=>(0,$e.createElement)(Vp,{clientId:s,replace:w})})))))},save:function(){return(0,$e.createElement)(Ze.InnerBlocks.Content,null)},example:{attributes:{label:(0,je._x)("Example Link","navigation link preview example"),url:"https://example.com"}},deprecated:[{isEligible(e){return e.nofollow},attributes:{label:{type:"string"},type:{type:"string"},nofollow:{type:"boolean"},description:{type:"string"},id:{type:"number"},opensInNewTab:{type:"boolean",default:!1},url:{type:"string"}},migrate(e){let{nofollow:t,...n}=e;return{rel:t?"nofollow":"",...n}},save(){return(0,$e.createElement)(Ze.InnerBlocks.Content,null)}}],transforms:qp},Qp=()=>((0,Xs.addFilter)("blocks.registerBlockType","core/navigation-link",Up),qe({name:jp,metadata:Wp,settings:Zp}));var Kp=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"m13.955 20.748 8-17.5-.91-.416L19.597 6H13.5v1.5h5.411l-1.6 3.5H13.5v1.5h3.126l-1.6 3.5H13.5l.028 1.5h.812l-1.295 2.832.91.416ZM17.675 16l-.686 1.5h4.539L21.5 16h-3.825Zm2.286-5-.686 1.5H21.5V11h-1.54ZM2 12c0 3.58 2.42 5.5 6 5.5h.5V19l3-2.5-3-2.5v2H8c-2.48 0-4.5-1.52-4.5-4S5.52 7.5 8 7.5h3.5V6H8c-3.58 0-6 2.42-6 6Z"}));const Yp=()=>(0,$e.createElement)(We.SVG,{xmlns:"http://www.w3.org/2000/svg",width:"12",height:"12",viewBox:"0 0 12 12",fill:"none"},(0,$e.createElement)(We.Path,{d:"M1.50002 4L6.00002 8L10.5 4",strokeWidth:"1.5"})),{name:Jp}={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/navigation-submenu",title:"Submenu",category:"design",parent:["core/navigation"],description:"Add a submenu to your navigation.",textdomain:"default",attributes:{label:{type:"string"},type:{type:"string"},description:{type:"string"},rel:{type:"string"},id:{type:"number"},opensInNewTab:{type:"boolean",default:!1},url:{type:"string"},title:{type:"string"},kind:{type:"string"},isTopLevelItem:{type:"boolean"}},usesContext:["textColor","customTextColor","backgroundColor","customBackgroundColor","overlayTextColor","customOverlayTextColor","overlayBackgroundColor","customOverlayBackgroundColor","fontSize","customFontSize","showSubmenuIcon","maxNestingLevel","openSubmenusOnClick","style"],supports:{reusable:!1,html:!1},editorStyle:"wp-block-navigation-submenu-editor",style:"wp-block-navigation-submenu"},Xp=["core/navigation-link","core/navigation-submenu"],eg={name:"core/navigation-link"};function tg(e,t){switch(e){case"post":case"page":return{type:"post",subtype:e};case"category":return{type:"term",subtype:"category"};case"tag":return{type:"term",subtype:"post_tag"};case"post_format":return{type:"post-format"};default:return"taxonomy"===t?{type:"term",subtype:e}:"post-type"===t?{type:"post",subtype:e}:{}}}function ng(e,t){var n,o;const{textColor:r,customTextColor:a,backgroundColor:l,customBackgroundColor:i,overlayTextColor:s,customOverlayTextColor:c,overlayBackgroundColor:u,customOverlayBackgroundColor:m,style:d}=e,p={};return t&&c?p.customTextColor=c:t&&s?p.textColor=s:a?p.customTextColor=a:r?p.textColor=r:null!=d&&null!==(n=d.color)&&void 0!==n&&n.text&&(p.customTextColor=d.color.text),t&&m?p.customBackgroundColor=m:t&&u?p.backgroundColor=u:i?p.customBackgroundColor=i:l?p.backgroundColor=l:null!=d&&null!==(o=d.color)&&void 0!==o&&o.background&&(p.customTextColor=d.color.background),p}const og={to:[{type:"block",blocks:["core/navigation-link"],isMatch:(e,t)=>{var n;return 0===(null==t||null===(n=t.innerBlocks)||void 0===n?void 0:n.length)},transform:e=>(0,Ge.createBlock)("core/navigation-link",e)},{type:"block",blocks:["core/spacer"],isMatch:(e,t)=>{var n;return 0===(null==t||null===(n=t.innerBlocks)||void 0===n?void 0:n.length)},transform:()=>(0,Ge.createBlock)("core/spacer")},{type:"block",blocks:["core/site-logo"],isMatch:(e,t)=>{var n;return 0===(null==t||null===(n=t.innerBlocks)||void 0===n?void 0:n.length)},transform:()=>(0,Ge.createBlock)("core/site-logo")},{type:"block",blocks:["core/home-link"],isMatch:(e,t)=>{var n;return 0===(null==t||null===(n=t.innerBlocks)||void 0===n?void 0:n.length)},transform:()=>(0,Ge.createBlock)("core/home-link")},{type:"block",blocks:["core/social-links"],isMatch:(e,t)=>{var n;return 0===(null==t||null===(n=t.innerBlocks)||void 0===n?void 0:n.length)},transform:()=>(0,Ge.createBlock)("core/social-links")},{type:"block",blocks:["core/search"],isMatch:(e,t)=>{var n;return 0===(null==t||null===(n=t.innerBlocks)||void 0===n?void 0:n.length)},transform:()=>(0,Ge.createBlock)("core/search")}]};var rg=og;const ag={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/navigation-submenu",title:"Submenu",category:"design",parent:["core/navigation"],description:"Add a submenu to your navigation.",textdomain:"default",attributes:{label:{type:"string"},type:{type:"string"},description:{type:"string"},rel:{type:"string"},id:{type:"number"},opensInNewTab:{type:"boolean",default:!1},url:{type:"string"},title:{type:"string"},kind:{type:"string"},isTopLevelItem:{type:"boolean"}},usesContext:["textColor","customTextColor","backgroundColor","customBackgroundColor","overlayTextColor","customOverlayTextColor","overlayBackgroundColor","customOverlayBackgroundColor","fontSize","customFontSize","showSubmenuIcon","maxNestingLevel","openSubmenusOnClick","style"],supports:{reusable:!1,html:!1},editorStyle:"wp-block-navigation-submenu-editor",style:"wp-block-navigation-submenu"},{name:lg}=ag,ig={icon:Mp,__experimentalLabel:e=>{let{label:t}=e;return t},edit:function(e){let{attributes:t,isSelected:n,setAttributes:o,mergeBlocks:r,onReplace:a,context:l,clientId:i}=e;const{label:s,type:c,opensInNewTab:u,url:m,description:d,rel:p,title:g,kind:h}=t,v={url:m,opensInNewTab:u},{showSubmenuIcon:b,maxNestingLevel:_,openSubmenusOnClick:y}=l,{saveEntityRecord:f}=(0,it.useDispatch)(lt.store),{__unstableMarkNextChangeAsNotPersistent:k,replaceBlock:x}=(0,it.useDispatch)(Ze.store),[w,E]=(0,$e.useState)(!1),[C,S]=(0,$e.useState)(null),B=(0,$e.useRef)(null),T=(e=>{const[t,n]=(0,$e.useState)(!1);return(0,$e.useEffect)((()=>{const{ownerDocument:t}=e.current;function o(e){a(e)}function r(){n(!1)}function a(t){e.current.contains(t.target)?n(!0):n(!1)}return t.addEventListener("dragstart",o),t.addEventListener("dragend",r),t.addEventListener("dragenter",a),()=>{t.removeEventListener("dragstart",o),t.removeEventListener("dragend",r),t.removeEventListener("dragenter",a)}}),[]),t})(B),N=(0,je.__)("Add text"),P=(0,$e.useRef)(),I=(0,lt.useResourcePermissions)("pages"),z=(0,lt.useResourcePermissions)("posts"),{isAtMaxNesting:M,isTopLevelItem:L,isParentOfSelectedBlock:R,isImmediateParentOfSelectedBlock:A,hasChildren:V,selectedBlockHasChildren:H,onlyDescendantIsEmptyLink:F}=(0,it.useSelect)((e=>{const{hasSelectedInnerBlock:t,getSelectedBlockClientId:n,getBlockParentsByBlockName:o,getBlock:r,getBlockCount:a,getBlockOrder:l}=e(Ze.store);let s;const c=l(n());if(1===(null==c?void 0:c.length)){var u;const e=r(c[0]);s="core/navigation-link"===(null==e?void 0:e.name)&&!(null!=e&&null!==(u=e.attributes)&&void 0!==u&&u.label)}return{isAtMaxNesting:o(i,Jp).length>=_,isTopLevelItem:0===o(i,Jp).length,isParentOfSelectedBlock:t(i,!0),isImmediateParentOfSelectedBlock:t(i,!1),hasChildren:!!a(i),selectedBlockHasChildren:!(null==c||!c.length),onlyDescendantIsEmptyLink:s}}),[i]);(0,$e.useEffect)((()=>{y||m||E(!0)}),[]),(0,$e.useEffect)((()=>{k(),o({isTopLevelItem:L})}),[L]),(0,$e.useEffect)((()=>{n||E(!1)}),[n]),(0,$e.useEffect)((()=>{w&&m&&((0,at.isURL)((0,at.prependHTTP)(s))&&/^.+\.[a-z]+/.test(s)?function(){P.current.focus();const{ownerDocument:e}=P.current,{defaultView:t}=e,n=t.getSelection(),o=e.createRange();o.selectNodeContents(P.current),n.removeAllRanges(),n.addRange(o)}():(0,dd.placeCaretAtHorizontalEdge)(P.current,!0))}),[m]);let D=!1;c&&"page"!==c?"post"===c&&(D=z.canCreate):D=I.canCreate;const{textColor:G,customTextColor:$,backgroundColor:U,customBackgroundColor:O}=ng(l,!L),q=(0,Ze.useBlockProps)({ref:(0,Zt.useMergeRefs)([S,B]),className:rt()("wp-block-navigation-item",{"is-editing":n||R,"is-dragging-within":T,"has-link":!!m,"has-child":V,"has-text-color":!!G||!!$,[(0,Ze.getColorClassName)("color",G)]:!!G,"has-background":!!U||O,[(0,Ze.getColorClassName)("background-color",U)]:!!U,"open-on-click":y}),style:{color:!G&&$,backgroundColor:!U&&O},onKeyDown:function(e){sn.isKeyboardEvent.primary(e,"k")&&E(!0)}}),W=ng(l,!0),j=M?(0,St.without)(Xp,"core/navigation-submenu"):Xp,Z=(0,Ze.useInnerBlocksProps)({className:rt()("wp-block-navigation__submenu-container",{"is-parent-of-selected-block":R,"has-text-color":!(!W.textColor&&!W.customTextColor),[`has-${W.textColor}-color`]:!!W.textColor,"has-background":!(!W.backgroundColor&&!W.customBackgroundColor),[`has-${W.backgroundColor}-background-color`]:!!W.backgroundColor}),style:{color:W.customTextColor,backgroundColor:W.customBackgroundColor}},{allowedBlocks:j,__experimentalDefaultBlock:eg,__experimentalDirectInsert:!0,__experimentalCaptureToolbars:!0,renderAppender:!!(n||A&&!H||V)&&Ze.InnerBlocks.ButtonBlockAppender}),Q=y?"button":"a",K=!H||F;return(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Ze.BlockControls,null,(0,$e.createElement)(We.ToolbarGroup,null,!y&&(0,$e.createElement)(We.ToolbarButton,{name:"link",icon:cn,title:(0,je.__)("Link"),shortcut:sn.displayShortcut.primary("k"),onClick:()=>E(!0)}),(0,$e.createElement)(We.ToolbarButton,{name:"revert",icon:Kp,title:(0,je.__)("Convert to Link"),onClick:function(){const e=(0,Ge.createBlock)("core/navigation-link",t);x(i,e)},className:"wp-block-navigation__submenu__revert",isDisabled:!K}))),(0,$e.createElement)(Ze.InspectorControls,null,(0,$e.createElement)(We.PanelBody,{title:(0,je.__)("Link settings")},(0,$e.createElement)(We.TextareaControl,{value:d||"",onChange:e=>{o({description:e})},label:(0,je.__)("Description"),help:(0,je.__)("The description will be displayed in the menu if the current theme supports it.")}),(0,$e.createElement)(We.TextControl,{value:g||"",onChange:e=>{o({title:e})},label:(0,je.__)("Link title"),autoComplete:"off"}),(0,$e.createElement)(We.TextControl,{value:p||"",onChange:e=>{o({rel:e})},label:(0,je.__)("Link rel"),autoComplete:"off"}))),(0,$e.createElement)("div",q,(0,$e.createElement)(Q,{className:"wp-block-navigation-item__content"},(0,$e.createElement)(Ze.RichText,{ref:P,identifier:"label",className:"wp-block-navigation-item__label",value:s,onChange:e=>o({label:e}),onMerge:r,onReplace:a,"aria-label":(0,je.__)("Navigation link text"),placeholder:N,withoutInteractiveFormatting:!0,allowedFormats:["core/bold","core/italic","core/image","core/strikethrough"],onClick:()=>{y||m||E(!0)}}),!y&&w&&(0,$e.createElement)(We.Popover,{position:"bottom center",onClose:()=>E(!1),anchor:C,shift:!0},(0,$e.createElement)(Ze.__experimentalLinkControl,{className:"wp-block-navigation-link__inline-link-input",value:v,showInitialSuggestions:!0,withCreateSuggestion:D,createSuggestion:async function(e){const t=c||"page",n=await f("postType",t,{title:e,status:"draft"});return{id:n.id,type:t,title:n.title.rendered,url:n.link,kind:"post-type"}},createSuggestionButtonText:e=>{let t;return t="post"===c?(0,je.__)("Create draft post: <mark>%s</mark>"):(0,je.__)("Create draft page: <mark>%s</mark>"),(0,$e.createInterpolateElement)((0,je.sprintf)(t,e),{mark:(0,$e.createElement)("mark",null)})},noDirectEntry:!!c,noURLSuggestion:!!c,suggestionsQuery:tg(c,h),onChange:e=>function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const{label:o="",kind:r="",type:a=""}=n,{title:l="",url:i="",opensInNewTab:s,id:c,kind:u=r,type:m=a}=e,d=l.replace(/http(s?):\/\//gi,""),p=i.replace(/http(s?):\/\//gi,""),g=""!==l&&d!==p&&o!==l?(0,St.escape)(l):o||(0,St.escape)(p),h="post_tag"===m?"tag":m.replace("-","_"),v=["post","page","tag","category"].indexOf(h)>-1,b=!u&&!v||"custom"===u?"custom":u;t({...i&&{url:encodeURI((0,at.safeDecodeURI)(i))},...g&&{label:g},...void 0!==s&&{opensInNewTab:s},...c&&Number.isInteger(c)&&{id:c},...b&&{kind:b},...h&&"URL"!==h&&{type:h}})}(e,o,t),onRemove:()=>{o({url:""}),(0,Bd.speak)((0,je.__)("Link removed."),"assertive")}}))),(b||y)&&(0,$e.createElement)("span",{className:"wp-block-navigation__submenu-icon"},(0,$e.createElement)(Yp,null)),(0,$e.createElement)("div",Z)))},save:function(){return(0,$e.createElement)(Ze.InnerBlocks.Content,null)},transforms:rg},sg=()=>qe({name:lg,metadata:ag,settings:ig});var cg=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M7.8 6c0-.7.6-1.2 1.2-1.2h6c.7 0 1.2.6 1.2 1.2v3h1.5V6c0-1.5-1.2-2.8-2.8-2.8H9C7.5 3.2 6.2 4.5 6.2 6v3h1.5V6zm8.4 11c0 .7-.6 1.2-1.2 1.2H9c-.7 0-1.2-.6-1.2-1.2v-3H6.2v3c0 1.5 1.2 2.8 2.8 2.8h6c1.5 0 2.8-1.2 2.8-2.8v-3h-1.5v3zM4 11v1h16v-1H4z"}));var ug={from:[{type:"raw",schema:{"wp-block":{attributes:["data-block"]}},isMatch:e=>e.dataset&&"core/nextpage"===e.dataset.block,transform(){return(0,Ge.createBlock)("core/nextpage",{})}}]};const mg={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/nextpage",title:"Page Break",category:"design",description:"Separate your content into a multi-page experience.",keywords:["next page","pagination"],parent:["core/post-content"],textdomain:"default",supports:{customClassName:!1,className:!1,html:!1},editorStyle:"wp-block-nextpage-editor"},{name:dg}=mg,pg={icon:cg,example:{},transforms:ug,edit:function(){return(0,$e.createElement)("div",(0,Ze.useBlockProps)(),(0,$e.createElement)("span",null,(0,je.__)("Page break")))},save:function(){return(0,$e.createElement)($e.RawHTML,null,"\x3c!--nextpage--\x3e")}},gg=()=>qe({name:dg,metadata:mg,settings:pg});var hg=e=>{let{attributes:t,clientId:n}=e;const o=(0,it.useSelect)((e=>e(Ze.store).__experimentalGetParsedPattern(t.slug)),[t.slug]),{replaceBlocks:r,__unstableMarkNextChangeAsNotPersistent:a}=(0,it.useDispatch)(Ze.store);(0,$e.useEffect)((()=>{null!=o&&o.blocks&&(a(),r(n,o.blocks))}),[null==o?void 0:o.blocks]);const l=(0,Ze.useBlockProps)();return(0,$e.createElement)("div",l)};const vg={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/pattern",title:"Pattern",category:"theme",description:"Show a block pattern.",supports:{html:!1,inserter:!1},textdomain:"default",attributes:{slug:{type:"string"}}},{name:bg}=vg,_g={edit:hg},yg=()=>qe({name:bg,metadata:vg,settings:_g});var fg=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M7 13.8h6v-1.5H7v1.5zM18 16V4c0-1.1-.9-2-2-2H6c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2zM5.5 16V4c0-.3.2-.5.5-.5h10c.3 0 .5.2.5.5v12c0 .3-.2.5-.5.5H6c-.3 0-.5-.2-.5-.5zM7 10.5h8V9H7v1.5zm0-3.3h8V5.8H7v1.4zM20.2 6v13c0 .7-.6 1.2-1.2 1.2H8v1.5h11c1.5 0 2.7-1.2 2.7-2.8V6h-1.5z"}));const kg=["id","title","link","type","parent"],xg=e=>{let{pages:t,clientId:n,replaceBlock:o,createBlock:r}=e;return()=>{if(!t)return;const e={},a=[];t.forEach((t=>{var n,o;let{id:l,title:i,link:s,type:c,parent:u}=t;const m=null!==(n=null===(o=e[l])||void 0===o?void 0:o.innerBlocks)&&void 0!==n?n:[];if(e[l]=r("core/navigation-link",{id:l,label:i.rendered,url:s,type:c,kind:"post-type"},m),u){e[u]||(e[u]={innerBlocks:[]});e[u].innerBlocks.push(e[l])}else a.push(e[l])}));const l=e=>{e.forEach(((e,t,n)=>{const{attributes:o,innerBlocks:a}=e;if(0!==a.length){l(a);const e=r("core/navigation-submenu",o,a);n[t]=e}}))};l(a),o(n,a)}};function wg(e){let{onClose:t,clientId:n}=e;const{records:o,hasResolved:r}=(0,lt.useEntityRecords)("postType","page",{per_page:100,_fields:kg,orderby:"menu_order",order:"asc"}),{replaceBlock:a}=(0,it.useDispatch)(Ze.store);return(0,$e.createElement)(We.Modal,{closeLabel:(0,je.__)("Close"),onRequestClose:t,title:(0,je.__)("Convert to links"),className:"wp-block-page-list-modal",aria:{describedby:"wp-block-page-list-modal__description"}},(0,$e.createElement)("p",{id:"wp-block-page-list-modal__description"},(0,je.__)("To edit this navigation menu, convert it to single page links. This allows you to add, re-order, remove items, or edit their labels.")),(0,$e.createElement)("p",null,(0,je.__)("Note: if you add new pages to your site, you'll need to add them to your navigation menu.")),(0,$e.createElement)("div",{className:"wp-block-page-list-modal-buttons"},(0,$e.createElement)(We.Button,{variant:"tertiary",onClick:t},(0,je.__)("Cancel")),(0,$e.createElement)(We.Button,{variant:"primary",disabled:!r,onClick:xg({pages:o,replaceBlock:a,clientId:n,createBlock:Ge.createBlock})},(0,je.__)("Convert"))))}const Eg=()=>(0,$e.createElement)(We.SVG,{xmlns:"http://www.w3.org/2000/svg",width:"12",height:"12",viewBox:"0 0 12 12",fill:"none"},(0,$e.createElement)(We.Path,{d:"M1.50002 4L6.00002 8L10.5 4",strokeWidth:"1.5"}));const Cg=(0,$e.memo)((function e(t){let{context:n,pagesByParentId:o,parentId:r=0,depth:a=0}=t;const l=o.get(r),i=(0,it.useSelect)((e=>{if(!e(lt.store).canUser("read","settings"))return;const t=e(lt.store).getEntityRecord("root","site");return"page"===(null==t?void 0:t.show_on_front)&&(null==t?void 0:t.page_on_front)}),[]);return null!=l&&l.length?l.map((t=>{var r,l;const s=o.has(t.id),c="showSubmenuIcon"in n;return(0,$e.createElement)("li",{key:t.id,className:rt()("wp-block-pages-list__item",{"has-child":s,"wp-block-navigation-item":c,"open-on-click":n.openSubmenusOnClick,"open-on-hover-click":!n.openSubmenusOnClick&&n.showSubmenuIcon,"menu-item-home":t.id===i})},s&&n.openSubmenusOnClick?(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)("button",{className:"wp-block-navigation-item__content wp-block-navigation-submenu__toggle","aria-expanded":"false"},null===(r=t.title)||void 0===r?void 0:r.rendered),(0,$e.createElement)("span",{className:"wp-block-page-list__submenu-icon wp-block-navigation__submenu-icon"},(0,$e.createElement)(Eg,null))):(0,$e.createElement)("a",{className:rt()("wp-block-pages-list__item__link",{"wp-block-navigation-item__content":c}),href:t.link},null===(l=t.title)||void 0===l?void 0:l.rendered),s&&(0,$e.createElement)($e.Fragment,null,!n.openSubmenusOnClick&&n.showSubmenuIcon&&(0,$e.createElement)("button",{className:"wp-block-navigation-item__content wp-block-navigation-submenu__toggle wp-block-page-list__submenu-icon wp-block-navigation__submenu-icon","aria-expanded":"false"},(0,$e.createElement)(Eg,null)),(0,$e.createElement)("ul",{className:rt()("submenu-container",{"wp-block-navigation__submenu-container":c})},(0,$e.createElement)(e,{context:n,pagesByParentId:o,parentId:t.id,depth:a+1}))))})):[]})),Sg={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/page-list",title:"Page List",category:"widgets",description:"Display a list of all pages.",keywords:["menu","navigation"],textdomain:"default",attributes:{},usesContext:["textColor","customTextColor","backgroundColor","customBackgroundColor","overlayTextColor","customOverlayTextColor","overlayBackgroundColor","customOverlayBackgroundColor","fontSize","customFontSize","showSubmenuIcon","style","openSubmenusOnClick"],supports:{reusable:!1,html:!1},editorStyle:"wp-block-page-list-editor",style:"wp-block-page-list"},{name:Bg}=Sg,Tg={icon:fg,example:{},edit:function(e){var t;let{context:n,clientId:o}=e;const{pagesByParentId:r,totalPages:a,hasResolvedPages:l}=function(){const{records:e,hasResolved:t}=(0,lt.useEntityRecords)("postType","page",{orderby:"menu_order",order:"asc",_fields:["id","link","parent","title","menu_order"],per_page:-1,context:"view"});return(0,$e.useMemo)((()=>{var n;const o=[...null!=e?e:[]].sort(((e,t)=>e.menu_order===t.menu_order?e.title.rendered.localeCompare(t.title.rendered):e.menu_order-t.menu_order)),r=o.reduce(((e,t)=>{const{parent:n}=t;return e.has(n)?e.get(n).push(t):e.set(n,[t]),e}),new Map);return{pagesByParentId:r,hasResolvedPages:t,totalPages:null!==(n=null==e?void 0:e.length)&&void 0!==n?n:null}}),[e,t])}(),i="showSubmenuIcon"in n&&a<=100,[s,c]=(0,$e.useState)(!1),u=(0,Ze.useBlockProps)({className:rt()("wp-block-page-list",{"has-text-color":!!n.textColor,[(0,Ze.getColorClassName)("color",n.textColor)]:!!n.textColor,"has-background":!!n.backgroundColor,[(0,Ze.getColorClassName)("background-color",n.backgroundColor)]:!!n.backgroundColor}),style:{...null===(t=n.style)||void 0===t?void 0:t.color}});return(0,$e.createElement)($e.Fragment,null,i&&(0,$e.createElement)(Ze.BlockControls,{group:"other"},(0,$e.createElement)(We.ToolbarButton,{title:(0,je.__)("Edit"),onClick:()=>c(!0)},(0,je.__)("Edit"))),i&&s&&(0,$e.createElement)(wg,{onClose:()=>c(!1),clientId:o}),l?null===a?(0,$e.createElement)("div",u,(0,$e.createElement)(We.Notice,{status:"warning",isDismissible:!1},(0,je.__)("Page List: Cannot retrieve Pages."))):0===a?(0,$e.createElement)("div",u,(0,$e.createElement)(We.Notice,{status:"info",isDismissible:!1},(0,je.__)("Page List: Cannot retrieve Pages."))):a>0?(0,$e.createElement)("ul",u,(0,$e.createElement)(Cg,{context:n,pagesByParentId:r})):void 0:(0,$e.createElement)("div",u,(0,$e.createElement)(We.Spinner,null)))}},Ng=()=>qe({name:Bg,metadata:Sg,settings:Tg});var Pg=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M18.3 4H9.9v-.1l-.9.2c-2.3.4-4 2.4-4 4.8s1.7 4.4 4 4.8l.7.1V20h1.5V5.5h2.9V20h1.5V5.5h2.7V4z"}));const Ig={className:!1},zg={align:{type:"string"},content:{type:"string",source:"html",selector:"p",default:""},dropCap:{type:"boolean",default:!1},placeholder:{type:"string"},textColor:{type:"string"},backgroundColor:{type:"string"},fontSize:{type:"string"},direction:{type:"string",enum:["ltr","rtl"]},style:{type:"object"}},Mg=e=>{if(!e.customTextColor&&!e.customBackgroundColor&&!e.customFontSize)return e;const t={};(e.customTextColor||e.customBackgroundColor)&&(t.color={}),e.customTextColor&&(t.color.text=e.customTextColor),e.customBackgroundColor&&(t.color.background=e.customBackgroundColor),e.customFontSize&&(t.typography={fontSize:e.customFontSize});const{customTextColor:n,customBackgroundColor:o,customFontSize:r,...a}=e;return{...a,style:t}},{style:Lg,...Rg}=zg,Ag=[{supports:Ig,attributes:{...Rg,customTextColor:{type:"string"},customBackgroundColor:{type:"string"},customFontSize:{type:"number"}},migrate:Mg,save(e){let{attributes:t}=e;const{align:n,content:o,dropCap:r,backgroundColor:a,textColor:l,customBackgroundColor:i,customTextColor:s,fontSize:c,customFontSize:u,direction:m}=t,d=(0,Ze.getColorClassName)("color",l),p=(0,Ze.getColorClassName)("background-color",a),g=(0,Ze.getFontSizeClass)(c),h=rt()({"has-text-color":l||s,"has-background":a||i,"has-drop-cap":r,[`has-text-align-${n}`]:n,[g]:g,[d]:d,[p]:p}),v={backgroundColor:p?void 0:i,color:d?void 0:s,fontSize:g?void 0:u};return(0,$e.createElement)(Ze.RichText.Content,{tagName:"p",style:v,className:h||void 0,value:o,dir:m})}},{supports:Ig,attributes:{...Rg,customTextColor:{type:"string"},customBackgroundColor:{type:"string"},customFontSize:{type:"number"}},migrate:Mg,save(e){let{attributes:t}=e;const{align:n,content:o,dropCap:r,backgroundColor:a,textColor:l,customBackgroundColor:i,customTextColor:s,fontSize:c,customFontSize:u,direction:m}=t,d=(0,Ze.getColorClassName)("color",l),p=(0,Ze.getColorClassName)("background-color",a),g=(0,Ze.getFontSizeClass)(c),h=rt()({"has-text-color":l||s,"has-background":a||i,"has-drop-cap":r,[g]:g,[d]:d,[p]:p}),v={backgroundColor:p?void 0:i,color:d?void 0:s,fontSize:g?void 0:u,textAlign:n};return(0,$e.createElement)(Ze.RichText.Content,{tagName:"p",style:v,className:h||void 0,value:o,dir:m})}},{supports:Ig,attributes:{...Rg,customTextColor:{type:"string"},customBackgroundColor:{type:"string"},customFontSize:{type:"number"},width:{type:"string"}},migrate:Mg,save(e){let{attributes:t}=e;const{width:n,align:o,content:r,dropCap:a,backgroundColor:l,textColor:i,customBackgroundColor:s,customTextColor:c,fontSize:u,customFontSize:m}=t,d=(0,Ze.getColorClassName)("color",i),p=(0,Ze.getColorClassName)("background-color",l),g=u&&`is-${u}-text`,h=rt()({[`align${n}`]:n,"has-background":l||s,"has-drop-cap":a,[g]:g,[d]:d,[p]:p}),v={backgroundColor:p?void 0:s,color:d?void 0:c,fontSize:g?void 0:m,textAlign:o};return(0,$e.createElement)(Ze.RichText.Content,{tagName:"p",style:v,className:h||void 0,value:r})}},{supports:Ig,attributes:{...Rg,fontSize:{type:"number"}},save(e){let{attributes:t}=e;const{width:n,align:o,content:r,dropCap:a,backgroundColor:l,textColor:i,fontSize:s}=t,c=rt()({[`align${n}`]:n,"has-background":l,"has-drop-cap":a}),u={backgroundColor:l,color:i,fontSize:s,textAlign:o};return(0,$e.createElement)("p",{style:u,className:c||void 0},r)},migrate(e){return Mg({...e,customFontSize:Number.isFinite(e.fontSize)?e.fontSize:void 0,customTextColor:e.textColor&&"#"===e.textColor[0]?e.textColor:void 0,customBackgroundColor:e.backgroundColor&&"#"===e.backgroundColor[0]?e.backgroundColor:void 0})}},{supports:Ig,attributes:{...zg,content:{type:"string",source:"html",default:""}},save(e){let{attributes:t}=e;return(0,$e.createElement)($e.RawHTML,null,t.content)},migrate(e){return e}}];var Vg=Ag;var Hg=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"-2 -2 24 24"},(0,$e.createElement)(Ue.Path,{d:"M5.52 2h7.43c.55 0 1 .45 1 1s-.45 1-1 1h-1v13c0 .55-.45 1-1 1s-1-.45-1-1V5c0-.55-.45-1-1-1s-1 .45-1 1v12c0 .55-.45 1-1 1s-1-.45-1-1v-5.96h-.43C3.02 11.04 1 9.02 1 6.52S3.02 2 5.52 2zM14 14l5-4-5-4v8z"}));function Fg(e){const{batch:t}=(0,it.useRegistry)(),{moveBlocksToPosition:n,replaceInnerBlocks:o,duplicateBlocks:r,insertBlock:a}=(0,it.useDispatch)(Ze.store),{getBlockRootClientId:l,getBlockIndex:i,getBlockOrder:s,getBlockName:c,getBlock:u,getNextBlockClientId:m}=(0,it.useSelect)(Ze.store),d=(0,$e.useRef)(e);return d.current=e,(0,Zt.useRefEffect)((e=>{function p(e){if(e.defaultPrevented)return;if(e.keyCode!==sn.ENTER)return;const{content:p,clientId:g}=d.current;if(p.length)return;const h=l(g);if(!(0,Ge.hasBlockSupport)(c(h),"__experimentalOnEnter",!1))return;const v=s(h);e.preventDefault();const b=v.indexOf(g);if(b===v.length-1)return void n([g],h,l(h),i(h)+1);const _=u(h);t((()=>{r([h]);const e=i(h);o(h,_.innerBlocks.slice(0,b)),o(m(h),_.innerBlocks.slice(b+1)),a((0,Ge.createBlock)("core/paragraph"),e+1,l(h),!0)}))}return e.addEventListener("keydown",p),()=>{e.removeEventListener("keydown",p)}}),[])}function Dg(e){let{direction:t,setDirection:n}=e;return(0,je.isRTL)()&&(0,$e.createElement)(We.ToolbarButton,{icon:Hg,title:(0,je._x)("Left to right","editor button"),isActive:"ltr"===t,onClick:()=>{n("ltr"===t?void 0:"ltr")}})}var Gg=function(e){let{attributes:t,mergeBlocks:n,onReplace:o,onRemove:r,setAttributes:a,clientId:l}=e;const{align:i,content:s,direction:c,dropCap:u,placeholder:m}=t,d=(0,Ze.useSetting)("typography.dropCap"),p=(0,Ze.useBlockProps)({ref:Fg({clientId:l,content:s}),className:rt()({"has-drop-cap":u,[`has-text-align-${i}`]:i}),style:{direction:c}});return(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Ze.BlockControls,{group:"block"},(0,$e.createElement)(Ze.AlignmentControl,{value:i,onChange:e=>a({align:e})}),(0,$e.createElement)(Dg,{direction:c,setDirection:e=>a({direction:e})})),d&&(0,$e.createElement)(Ze.InspectorControls,{__experimentalGroup:"typography"},(0,$e.createElement)(We.__experimentalToolsPanelItem,{hasValue:()=>!!u,label:(0,je.__)("Drop cap"),onDeselect:()=>a({dropCap:void 0}),resetAllFilter:()=>({dropCap:void 0}),panelId:l},(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Drop cap"),checked:!!u,onChange:()=>a({dropCap:!u}),help:u?(0,je.__)("Showing large initial letter."):(0,je.__)("Toggle to show a large initial letter.")}))),(0,$e.createElement)(Ze.RichText,nt({identifier:"content",tagName:"p"},p,{value:s,onChange:e=>a({content:e}),onSplit:(e,n)=>{let o;(n||e)&&(o={...t,content:e});const r=(0,Ge.createBlock)("core/paragraph",o);return n&&(r.clientId=l),r},onMerge:n,onReplace:o,onRemove:r,"aria-label":s?(0,je.__)("Paragraph block"):(0,je.__)("Empty block; start writing or type forward slash to choose a block"),"data-empty":!s,placeholder:m||(0,je.__)("Type / to choose a block"),"data-custom-placeholder":!!m||void 0,__unstableEmbedURLOnPaste:!0,__unstableAllowPrefixTransformations:!0})))};const{name:$g}={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/paragraph",title:"Paragraph",category:"text",description:"Start with the basic building block of all narrative.",keywords:["text"],textdomain:"default",attributes:{align:{type:"string"},content:{type:"string",source:"html",selector:"p",default:"",__experimentalRole:"content"},dropCap:{type:"boolean",default:!1},placeholder:{type:"string"},direction:{type:"string",enum:["ltr","rtl"]}},supports:{anchor:!0,className:!1,color:{gradients:!0,link:!0,__experimentalDefaultControls:{background:!0,text:!0}},spacing:{margin:!0,padding:!0},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalTextDecoration:!0,__experimentalFontStyle:!0,__experimentalFontWeight:!0,__experimentalLetterSpacing:!0,__experimentalTextTransform:!0,__experimentalDefaultControls:{fontSize:!0}},__experimentalSelector:"p",__unstablePasteTextInline:!0},editorStyle:"wp-block-paragraph-editor",style:"wp-block-paragraph"},Ug={from:[{type:"raw",priority:20,selector:"p",schema:e=>{let{phrasingContentSchema:t,isPaste:n}=e;return{p:{children:t,attributes:n?[]:["style","id"]}}},transform(e){const t=(0,Ge.getBlockAttributes)($g,e.outerHTML),{textAlign:n}=e.style||{};return"left"!==n&&"center"!==n&&"right"!==n||(t.align=n),(0,Ge.createBlock)($g,t)}}]};var Og=Ug;const qg={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/paragraph",title:"Paragraph",category:"text",description:"Start with the basic building block of all narrative.",keywords:["text"],textdomain:"default",attributes:{align:{type:"string"},content:{type:"string",source:"html",selector:"p",default:"",__experimentalRole:"content"},dropCap:{type:"boolean",default:!1},placeholder:{type:"string"},direction:{type:"string",enum:["ltr","rtl"]}},supports:{anchor:!0,className:!1,color:{gradients:!0,link:!0,__experimentalDefaultControls:{background:!0,text:!0}},spacing:{margin:!0,padding:!0},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalTextDecoration:!0,__experimentalFontStyle:!0,__experimentalFontWeight:!0,__experimentalLetterSpacing:!0,__experimentalTextTransform:!0,__experimentalDefaultControls:{fontSize:!0}},__experimentalSelector:"p",__unstablePasteTextInline:!0},editorStyle:"wp-block-paragraph-editor",style:"wp-block-paragraph"},{name:Wg}=qg,jg={icon:Pg,example:{attributes:{content:(0,je.__)("In a village of La Mancha, the name of which I have no desire to call to mind, there lived not long since one of those gentlemen that keep a lance in the lance-rack, an old buckler, a lean hack, and a greyhound for coursing."),style:{typography:{fontSize:28}},dropCap:!0}},__experimentalLabel(e,t){let{context:n}=t;if("accessibility"===n){const{content:t}=e;return(0,St.isEmpty)(t)?(0,je.__)("Empty"):t}},transforms:Og,deprecated:Vg,merge(e,t){return{content:(e.content||"")+(t.content||"")}},edit:Gg,save:function(e){let{attributes:t}=e;const{align:n,content:o,dropCap:r,direction:a}=t,l=rt()({"has-drop-cap":r,[`has-text-align-${n}`]:n});return(0,$e.createElement)("p",Ze.useBlockProps.save({className:l,dir:a}),(0,$e.createElement)(Ze.RichText.Content,{value:o}))}},Zg=()=>qe({name:Wg,metadata:qg,settings:jg});var Qg=(0,$e.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,$e.createElement)(Ue.Path,{d:"M10 4.5a1 1 0 11-2 0 1 1 0 012 0zm1.5 0a2.5 2.5 0 11-5 0 2.5 2.5 0 015 0zm2.25 7.5v-1A2.75 2.75 0 0011 8.25H7A2.75 2.75 0 004.25 11v1h1.5v-1c0-.69.56-1.25 1.25-1.25h4c.69 0 1.25.56 1.25 1.25v1h1.5zM4 20h9v-1.5H4V20zm16-4H4v-1.5h16V16z",fillRule:"evenodd",clipRule:"evenodd"}));var Kg=function(e){let{isSelected:t,context:{postType:n,postId:o,queryId:r},attributes:a,setAttributes:l}=e;const i=Number.isFinite(r),{authorId:s,authorDetails:c,authors:u}=(0,it.useSelect)((e=>{var t;const{getEditedEntityRecord:r,getUser:a,getUsers:l}=e(lt.store),i=null===(t=r("postType",n,o))||void 0===t?void 0:t.author;return{authorId:i,authorDetails:i?a(i):null,authors:l({who:"authors"})}}),[n,o]),{editEntityRecord:m}=(0,it.useDispatch)(lt.store),{textAlign:d,showAvatar:p,showBio:g,byline:h}=a,v=[];c&&Object.keys(c.avatar_urls).forEach((e=>{v.push({value:e,label:`${e} x ${e}`})}));const b=(0,Ze.useBlockProps)({className:rt()({[`has-text-align-${d}`]:d})});return(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Ze.InspectorControls,null,(0,$e.createElement)(We.PanelBody,{title:(0,je.__)("Settings")},!!o&&!i&&!(null==u||!u.length)&&(0,$e.createElement)(We.SelectControl,{label:(0,je.__)("Author"),value:s,options:u.map((e=>{let{id:t,name:n}=e;return{value:t,label:n}})),onChange:e=>{m("postType",n,o,{author:e})}}),(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Show avatar"),checked:p,onChange:()=>l({showAvatar:!p})}),p&&(0,$e.createElement)(We.SelectControl,{label:(0,je.__)("Avatar size"),value:a.avatarSize,options:v,onChange:e=>{l({avatarSize:Number(e)})}}),(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Show bio"),checked:g,onChange:()=>l({showBio:!g})}))),(0,$e.createElement)(Ze.BlockControls,{group:"block"},(0,$e.createElement)(Ze.AlignmentControl,{value:d,onChange:e=>{l({textAlign:e})}})),(0,$e.createElement)("div",b,p&&c&&(0,$e.createElement)("div",{className:"wp-block-post-author__avatar"},(0,$e.createElement)("img",{width:a.avatarSize,src:c.avatar_urls[a.avatarSize],alt:c.name})),(0,$e.createElement)("div",{className:"wp-block-post-author__content"},(!Ze.RichText.isEmpty(h)||t)&&(0,$e.createElement)(Ze.RichText,{className:"wp-block-post-author__byline",multiline:!1,"aria-label":(0,je.__)("Post author byline text"),placeholder:(0,je.__)("Write byline"),value:h,onChange:e=>l({byline:e})}),(0,$e.createElement)("p",{className:"wp-block-post-author__name"},(null==c?void 0:c.name)||(0,je.__)("Post Author")),g&&(0,$e.createElement)("p",{className:"wp-block-post-author__bio",dangerouslySetInnerHTML:{__html:null==c?void 0:c.description}}))))};const Yg={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/post-author",title:"Post Author",category:"theme",description:"Display post author details such as name, avatar, and bio.",textdomain:"default",attributes:{textAlign:{type:"string"},avatarSize:{type:"number",default:48},showAvatar:{type:"boolean",default:!0},showBio:{type:"boolean"},byline:{type:"string"}},usesContext:["postType","postId","queryId"],supports:{html:!1,spacing:{margin:!0,padding:!0},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}},color:{gradients:!0,link:!0,__experimentalDuotone:".wp-block-post-author__avatar img",__experimentalDefaultControls:{background:!0,text:!0}}},editorStyle:"wp-block-post-author-editor",style:"wp-block-post-author"},{name:Jg}=Yg,Xg={icon:Qg,edit:Kg},eh=()=>qe({name:Jg,metadata:Yg,settings:Xg});var th=function(e){let{context:{postType:t,postId:n},attributes:{textAlign:o,isLink:r,linkTarget:a},setAttributes:l}=e;const{authorName:i}=(0,it.useSelect)((e=>{var o;const{getEditedEntityRecord:r,getUser:a}=e(lt.store),l=null===(o=r("postType",t,n))||void 0===o?void 0:o.author;return{authorName:l?a(l):null}}),[t,n]),s=(0,Ze.useBlockProps)({className:rt()({[`has-text-align-${o}`]:o})}),c=(null==i?void 0:i.name)||(0,je.__)("Author Name"),u=r?(0,$e.createElement)("a",{href:"#author-pseudo-link",onClick:e=>e.preventDefault(),className:"wp-block-post-author-name__link"},c):c;return(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Ze.BlockControls,{group:"block"},(0,$e.createElement)(Ze.AlignmentControl,{value:o,onChange:e=>{l({textAlign:e})}})),(0,$e.createElement)(Ze.InspectorControls,null,(0,$e.createElement)(We.PanelBody,{title:(0,je.__)("Link settings")},(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Link to author archive"),onChange:()=>l({isLink:!r}),checked:r}),r&&(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Open in new tab"),onChange:e=>l({linkTarget:e?"_blank":"_self"}),checked:"_blank"===a}))),(0,$e.createElement)("div",s," ",u," "))};var nh={from:[{type:"block",blocks:["core/post-author"],transform:e=>{let{textAlign:t}=e;return(0,Ge.createBlock)("core/post-author-name",{textAlign:t})}}],to:[{type:"block",blocks:["core/post-author"],transform:e=>{let{textAlign:t}=e;return(0,Ge.createBlock)("core/post-author",{textAlign:t})}}]};const oh={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,__experimental:!0,name:"core/post-author-name",title:"Post Author Name",category:"theme",description:"The author name.",textdomain:"default",attributes:{textAlign:{type:"string"},isLink:{type:"boolean",default:!1},linkTarget:{type:"string",default:"_self"}},usesContext:["postType","postId"],supports:{html:!1,spacing:{margin:!0,padding:!0},color:{gradients:!0,link:!0,__experimentalDefaultControls:{background:!0,text:!0,link:!0}},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}}}},{name:rh}=oh,ah={icon:Qg,transforms:nh,edit:th},lh=()=>qe({name:rh,metadata:oh,settings:ah});var ih=function(e){let{context:{postType:t,postId:n},attributes:{textAlign:o},setAttributes:r}=e;const{authorDetails:a}=(0,it.useSelect)((e=>{var o;const{getEditedEntityRecord:r,getUser:a}=e(lt.store),l=null===(o=r("postType",t,n))||void 0===o?void 0:o.author;return{authorDetails:l?a(l):null}}),[t,n]),l=(0,Ze.useBlockProps)({className:rt()({[`has-text-align-${o}`]:o})}),i=(null==a?void 0:a.description)||(0,je.__)("Author Biography");return(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Ze.BlockControls,{group:"block"},(0,$e.createElement)(Ze.AlignmentControl,{value:o,onChange:e=>{r({textAlign:e})}})),(0,$e.createElement)("div",nt({},l,{dangerouslySetInnerHTML:{__html:i}})))};const sh={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/post-author-biography",title:"Post Author Biography",category:"theme",description:"The author biography.",textdomain:"default",attributes:{textAlign:{type:"string"}},usesContext:["postType","postId"],supports:{spacing:{margin:!0,padding:!0},color:{gradients:!0,link:!0,__experimentalDefaultControls:{background:!0,text:!0}},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}}}},{name:ch}=sh,uh={icon:Qg,edit:ih},mh=()=>qe({name:ch,metadata:sh,settings:uh});var dh=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M19 8h-1V6h-5v2h-2V6H6v2H5c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-8c0-1.1-.9-2-2-2zm.5 10c0 .3-.2.5-.5.5H5c-.3 0-.5-.2-.5-.5v-8c0-.3.2-.5.5-.5h14c.3 0 .5.2.5.5v8z"}));const ph=["core/avatar","core/comment-author-name","core/comment-content","core/comment-date","core/comment-edit-link","core/comment-reply-link"],gh=[["core/avatar"],["core/comment-author-name"],["core/comment-date"],["core/comment-content"],["core/comment-reply-link"],["core/comment-edit-link"]];const hh={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,__experimental:"fse",name:"core/post-comment",title:"Post Comment (deprecated)",category:"theme",description:"This block is deprecated. Please use the Comments block instead.",textdomain:"default",attributes:{commentId:{type:"number"}},providesContext:{commentId:"commentId"},supports:{html:!1,inserter:!1}},{name:vh}=hh,bh={icon:wu,edit:function(e){let{attributes:{commentId:t},setAttributes:n}=e;const[o,r]=(0,$e.useState)(t),a=(0,Ze.useBlockProps)(),l=(0,Ze.useInnerBlocksProps)(a,{template:gh,allowedBlocks:ph});return t?(0,$e.createElement)("div",l):(0,$e.createElement)("div",a,(0,$e.createElement)(We.Placeholder,{icon:dh,label:(0,je._x)("Post Comment","block title"),instructions:(0,je.__)("To show a comment, input the comment ID.")},(0,$e.createElement)(We.TextControl,{value:t,onChange:e=>r(parseInt(e))}),(0,$e.createElement)(We.Button,{variant:"primary",onClick:()=>{n({commentId:o})}},(0,je.__)("Save"))))},save:function(){const e=Ze.useBlockProps.save(),t=Ze.useInnerBlocksProps.save(e);return(0,$e.createElement)("div",t)}},_h=()=>qe({name:vh,metadata:hh,settings:bh});var yh=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M13 8H4v1.5h9V8zM4 4v1.5h16V4H4zm9 8H5c-.6 0-1 .4-1 1v8.3c0 .3.2.7.6.8.1.1.2.1.3.1.2 0 .5-.1.6-.3l1.8-1.8H13c.6 0 1-.4 1-1V13c0-.6-.4-1-1-1zm-2.2 6.6H7l1.6-2.2c.3-.4.5-.7.6-.9.1-.2.2-.4.2-.5 0-.2-.1-.3-.1-.4-.1-.1-.2-.1-.4-.1s-.4 0-.6.1c-.3.1-.5.3-.7.4l-.2.2-.2-1.2.1-.1c.3-.2.5-.3.8-.4.3-.1.6-.1.9-.1.3 0 .6.1.9.2.2.1.4.3.6.5.1.2.2.5.2.7 0 .3-.1.6-.2.9-.1.3-.4.7-.7 1.1l-.5.6h1.6v1.2z"}));const fh={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,__experimental:"fse",name:"core/post-comments-count",title:"Post Comments Count",category:"theme",description:"Display a post's comments count.",textdomain:"default",attributes:{textAlign:{type:"string"}},usesContext:["postId"],supports:{html:!1,color:{gradients:!0,__experimentalDefaultControls:{background:!0,text:!0}},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}}}},{name:kh}=fh,xh={icon:yh,edit:function(e){var t;let{attributes:n,context:o,setAttributes:r}=e;const{textAlign:a}=n,{postId:l}=o,[i,s]=(0,$e.useState)(),c=(0,Ze.useBlockProps)({className:rt()({[`has-text-align-${a}`]:a})});(0,$e.useEffect)((()=>{if(!l)return;const e=l;Ir()({path:(0,at.addQueryArgs)("/wp/v2/comments",{post:l}),parse:!1}).then((t=>{e===l&&s(t.headers.get("X-WP-Total"))}))}),[l]);const u=l&&void 0!==i,m={...c.style,textDecoration:u?null===(t=c.style)||void 0===t?void 0:t.textDecoration:void 0};return(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Ze.BlockControls,{group:"block"},(0,$e.createElement)(Ze.AlignmentControl,{value:a,onChange:e=>{r({textAlign:e})}})),(0,$e.createElement)("div",nt({},c,{style:m}),u?i:(0,$e.createElement)(Ze.Warning,null,(0,je.__)("Post Comments Count block: post not found."))))}},wh=()=>qe({name:kh,metadata:fh,settings:xh});var Eh=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M13 8H4v1.5h9V8zM4 4v1.5h16V4H4zm9 8H5c-.6 0-1 .4-1 1v8.3c0 .3.2.7.6.8.1.1.2.1.3.1.2 0 .5-.1.6-.3l1.8-1.8H13c.6 0 1-.4 1-1V13c0-.6-.4-1-1-1zm-.5 6.6H6.7l-1.2 1.2v-6.3h7v5.1z"}));const Ch={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/post-comments-form",title:"Post Comments Form",category:"theme",description:"Display a post's comments form.",textdomain:"default",attributes:{textAlign:{type:"string"}},usesContext:["postId","postType"],supports:{html:!1,color:{gradients:!0,link:!0,__experimentalDefaultControls:{background:!0,text:!0}},typography:{fontSize:!0,lineHeight:!0,__experimentalFontStyle:!0,__experimentalFontWeight:!0,__experimentalLetterSpacing:!0,__experimentalTextTransform:!0,__experimentalDefaultControls:{fontSize:!0}}},editorStyle:"wp-block-post-comments-form-editor",style:["wp-block-post-comments-form","wp-block-buttons","wp-block-button"]},{name:Sh}=Ch,Bh={icon:Eh,edit:function(e){let{attributes:t,context:n,setAttributes:o}=e;const{textAlign:r}=t,{postId:a,postType:l}=n,i=(0,Ze.useBlockProps)({className:rt()({[`has-text-align-${r}`]:r})});return(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Ze.BlockControls,{group:"block"},(0,$e.createElement)(Ze.AlignmentControl,{value:r,onChange:e=>{o({textAlign:e})}})),(0,$e.createElement)("div",i,(0,$e.createElement)(Do,{postId:a,postType:l})))}},Th=()=>qe({name:Sh,metadata:Ch,settings:Bh});var Nh=function(e){let{context:t,attributes:n,setAttributes:o}=e;const{textAlign:r}=n,{postType:a,postId:l}=t,[i,s]=(0,$e.useState)(),c=(0,Ze.useBlockProps)({className:rt()({[`has-text-align-${r}`]:r})});(0,$e.useEffect)((()=>{if(!l)return;const e=l;Ir()({path:(0,at.addQueryArgs)("/wp/v2/comments",{post:l}),parse:!1}).then((t=>{e===l&&s(t.headers.get("X-WP-Total"))}))}),[l]);const u=(0,it.useSelect)((e=>e(lt.store).getEditedEntityRecord("postType",a,l)),[a,l]);if(!u)return null;const{link:m}=u;let d;if(void 0!==i){const e=parseInt(i);d=0===e?(0,je.__)("No comments"):(0,je.sprintf)((0,je._n)("%s comment","%s comments",e),e.toLocaleString())}return(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Ze.BlockControls,{group:"block"},(0,$e.createElement)(Ze.AlignmentControl,{value:r,onChange:e=>{o({textAlign:e})}})),(0,$e.createElement)("div",c,m&&void 0!==d?(0,$e.createElement)("a",{href:m+"#comments",onClick:e=>e.preventDefault()},d):(0,$e.createElement)(Ze.Warning,null,(0,je.__)("Post Comments Link block: post not found."))))};const Ph={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,__experimental:"fse",name:"core/post-comments-link",title:"Post Comments Link",category:"theme",description:"Displays the link to the current post comments.",textdomain:"default",usesContext:["postType","postId"],attributes:{textAlign:{type:"string"}},supports:{html:!1,color:{link:!0,text:!1,__experimentalDefaultControls:{background:!0,link:!0}},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}}}},{name:Ih}=Ph,zh={edit:Nh,icon:yh},Mh=()=>qe({name:Ih,metadata:Ph,settings:zh});function Lh(e,t,n){return(0,it.useSelect)((o=>o(lt.store).canUserEditEntityRecord(e,t,n)),[e,t,n])}function Rh(e){let{userCanEdit:t,postType:n,postId:o}=e;const[,,r]=(0,lt.useEntityProp)("postType",n,"content",o),a=(0,Ze.useBlockProps)();return null!=r&&r.protected&&!t?(0,$e.createElement)("div",a,(0,$e.createElement)(Ze.Warning,null,(0,je.__)("This content is password protected."))):(0,$e.createElement)("div",nt({},a,{dangerouslySetInnerHTML:{__html:null==r?void 0:r.rendered}}))}function Ah(e){let{layout:t,context:n={}}=e;const{postType:o,postId:r}=n,a=(0,it.useSelect)((e=>{var t;const{getSettings:n}=e(Ze.store);return null===(t=n())||void 0===t?void 0:t.supportsLayout}),[]),l=(0,Ze.useSetting)("layout")||{},i=null!=t&&t.type?{...l,...t}:{...l,...t,type:"default"},[s,c,u]=(0,lt.useEntityBlockEditor)("postType",o,{id:r}),m=(0,Ze.useInnerBlocksProps)((0,Ze.useBlockProps)({className:"entry-content"}),{value:s,onInput:c,onChange:u,__experimentalLayout:a?i:void 0});return(0,$e.createElement)("div",m)}function Vh(e){const{context:{queryId:t,postType:n,postId:o}={}}=e,r=Number.isFinite(t),a=Lh("postType",n,o);return a&&!r?(0,$e.createElement)(Ah,e):(0,$e.createElement)(Rh,{userCanEdit:a,postType:n,postId:o})}function Hh(){const e=(0,Ze.useBlockProps)();return(0,$e.createElement)("div",e,(0,$e.createElement)("p",null,(0,je.__)("This is the Post Content block, it will display all the blocks in any single post or page.")),(0,$e.createElement)("p",null,(0,je.__)("That might be a simple arrangement like consecutive paragraphs in a blog post, or a more elaborate composition that includes image galleries, videos, tables, columns, and any other block types.")),(0,$e.createElement)("p",null,(0,je.__)("If there are any Custom Post Types registered at your site, the Post Content block can display the contents of those entries as well.")))}function Fh(){const e=(0,Ze.useBlockProps)();return(0,$e.createElement)("div",e,(0,$e.createElement)(Ze.Warning,null,(0,je.__)("Block cannot be rendered inside itself.")))}const Dh={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/post-content",title:"Post Content",category:"theme",description:"Displays the contents of a post or page.",textdomain:"default",usesContext:["postId","postType","queryId"],supports:{align:["wide","full"],html:!1,__experimentalLayout:!0,typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}}},editorStyle:"wp-block-post-content-editor"},{name:Gh}=Dh,$h={icon:Hp,edit:function(e){let{context:t,attributes:n}=e;const{postId:o,postType:r}=t,{layout:a={}}=n,l=(0,Ze.__experimentalUseHasRecursion)(o);return o&&r&&l?(0,$e.createElement)(Fh,null):(0,$e.createElement)(Ze.__experimentalRecursionProvider,{uniqueId:o},o&&r?(0,$e.createElement)(Vh,{context:t,layout:a}):(0,$e.createElement)(Hh,null))}},Uh=()=>qe({name:Gh,metadata:Dh,settings:$h});function Oh(e){return/(?:^|[^\\])[aAgh]/.test(e)}const qh={attributes:{textAlign:{type:"string"},format:{type:"string"},isLink:{type:"boolean",default:!1}},supports:{html:!1,color:{gradients:!0,link:!0},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalLetterSpacing:!0}},save(){return null},migrate:Jt,isEligible(e){var t;let{style:n}=e;return null==n||null===(t=n.typography)||void 0===t?void 0:t.fontFamily}};var Wh=[qh];const jh={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/post-date",title:"Post Date",category:"theme",description:"Add the date of this post.",textdomain:"default",attributes:{textAlign:{type:"string"},format:{type:"string"},isLink:{type:"boolean",default:!1},displayType:{type:"string",default:"date"}},usesContext:["postId","postType","queryId"],supports:{html:!1,color:{gradients:!0,link:!0,__experimentalDefaultControls:{background:!0,text:!0,link:!0}},spacing:{margin:!0,padding:!0},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}}}},{name:Zh}=jh,Qh={icon:ur,edit:function(e){let{attributes:{textAlign:t,format:n,isLink:o,displayType:r},context:{postId:a,postType:l,queryId:i},setAttributes:s}=e;const c=(0,Ze.useBlockProps)({className:rt()({[`has-text-align-${t}`]:t})}),[u,m]=(0,$e.useState)(null),d=(0,$e.useMemo)((()=>({anchor:u})),[u]),p=Number.isFinite(i),g=(0,mr.getSettings)(),[h=g.formats.date]=(0,lt.useEntityProp)("root","site","date_format"),[v=g.formats.time]=(0,lt.useEntityProp)("root","site","time_format"),[b,_]=(0,lt.useEntityProp)("postType",l,r,a),y=(0,it.useSelect)((e=>l?e(lt.store).getPostType(l):null),[l]);let f=b?(0,$e.createElement)("time",{dateTime:(0,mr.dateI18n)("c",b),ref:m},(0,mr.dateI18n)(n||h,b)):(0,je.__)("Post Date");return o&&b&&(f=(0,$e.createElement)("a",{href:"#post-date-pseudo-link",onClick:e=>e.preventDefault()},f)),(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Ze.BlockControls,{group:"block"},(0,$e.createElement)(Ze.AlignmentControl,{value:t,onChange:e=>{s({textAlign:e})}}),b&&!p&&(0,$e.createElement)(We.ToolbarGroup,null,(0,$e.createElement)(We.Dropdown,{popoverProps:d,renderContent:e=>{let{onClose:t}=e;return(0,$e.createElement)(Ze.__experimentalPublishDateTimePicker,{currentDate:b,onChange:_,is12Hour:Oh(v),onClose:t})},renderToggle:e=>{let{isOpen:t,onToggle:n}=e;return(0,$e.createElement)(We.ToolbarButton,{"aria-expanded":t,icon:$l,title:(0,je.__)("Change Date"),onClick:n,onKeyDown:e=>{t||e.keyCode!==sn.DOWN||(e.preventDefault(),n())}})}}))),(0,$e.createElement)(Ze.InspectorControls,null,(0,$e.createElement)(We.PanelBody,{title:(0,je.__)("Settings")},(0,$e.createElement)(Ze.__experimentalDateFormatPicker,{format:n,defaultFormat:h,onChange:e=>s({format:e})}),(0,$e.createElement)(We.ToggleControl,{label:null!=y&&y.labels.singular_name?(0,je.sprintf)((0,je.__)("Link to %s"),y.labels.singular_name.toLowerCase()):(0,je.__)("Link to post"),onChange:()=>s({isLink:!o}),checked:o}),(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Display last modified date"),onChange:e=>s({displayType:e?"modified":"date"}),checked:"modified"===r}))),(0,$e.createElement)("div",c,f))},deprecated:Wh},Kh=()=>qe({name:Zh,metadata:jh,settings:Qh});var Yh=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M12.75 9.333c0 .521-.102.977-.327 1.354-.23.386-.555.628-.893.774-.545.234-1.183.227-1.544.222l-.12-.001v-1.5h.123c.414.001.715.002.948-.099a.395.395 0 00.199-.166c.05-.083.114-.253.114-.584V7.2H8.8V4h3.95v5.333zM7.95 9.333c0 .521-.102.977-.327 1.354-.23.386-.555.628-.893.774-.545.234-1.183.227-1.544.222l-.12-.001v-1.5h.123c.414.001.715.002.948-.099a.394.394 0 00.198-.166c.05-.083.115-.253.115-.584V7.2H4V4h3.95v5.333zM13 20H4v-1.5h9V20zM20 16H4v-1.5h16V16z"}));var Jh={from:[{type:"block",blocks:["core/post-content"],transform:()=>(0,Ge.createBlock)("core/post-excerpt")}],to:[{type:"block",blocks:["core/post-content"],transform:()=>(0,Ge.createBlock)("core/post-content")}]};const Xh={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/post-excerpt",title:"Post Excerpt",category:"theme",description:"Display a post's excerpt.",textdomain:"default",attributes:{textAlign:{type:"string"},moreText:{type:"string"},showMoreOnNewLine:{type:"boolean",default:!0}},usesContext:["postId","postType","queryId"],supports:{html:!1,color:{gradients:!0,link:!0,__experimentalDefaultControls:{background:!0,text:!0,link:!0}},spacing:{margin:!0,padding:!0},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}}},editorStyle:"wp-block-post-excerpt-editor",style:"wp-block-post-excerpt"},{name:ev}=Xh,tv={icon:Yh,transforms:Jh,edit:function(e){let{attributes:{textAlign:t,moreText:n,showMoreOnNewLine:o},setAttributes:r,isSelected:a,context:{postId:l,postType:i,queryId:s}}=e;const c=Number.isFinite(s),u=Lh("postType",i,l),m=u&&!c,[d,p,{rendered:g,protected:h}={}]=(0,lt.useEntityProp)("postType",i,"excerpt",l),v=(0,Ze.useBlockProps)({className:rt()({[`has-text-align-${t}`]:t})}),b=(0,$e.useMemo)((()=>{if(!g)return"";const e=(new window.DOMParser).parseFromString(g,"text/html");return e.body.textContent||e.body.innerText||""}),[g]);if(!i||!l)return(0,$e.createElement)("div",v,(0,$e.createElement)("p",null,(0,je.__)("This is the Post Excerpt block, it will display the excerpt from single posts.")),(0,$e.createElement)("p",null,(0,je.__)("If there are any Custom Post Types with support for excerpts, the Post Excerpt block can display the excerpts of those entries as well.")));if(h&&!u)return(0,$e.createElement)("div",v,(0,$e.createElement)(Ze.Warning,null,(0,je.__)("There is no excerpt because this is a protected post.")));const _=(0,$e.createElement)(Ze.RichText,{className:"wp-block-post-excerpt__more-link",tagName:"a","aria-label":(0,je.__)('"Read more" link text'),placeholder:(0,je.__)('Add "read more" link text'),value:n,onChange:e=>r({moreText:e}),withoutInteractiveFormatting:!0}),y=rt()("wp-block-post-excerpt__excerpt",{"is-inline":!o}),f=m?(0,$e.createElement)(Ze.RichText,{className:y,"aria-label":(0,je.__)("Post excerpt text"),value:d||b||(a?"":(0,je.__)("No post excerpt found")),onChange:p,tagName:"p"}):(0,$e.createElement)("p",{className:y},b||(0,je.__)("No post excerpt found"));return(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Ze.BlockControls,null,(0,$e.createElement)(Ze.AlignmentToolbar,{value:t,onChange:e=>r({textAlign:e})})),(0,$e.createElement)(Ze.InspectorControls,null,(0,$e.createElement)(We.PanelBody,{title:(0,je.__)("Settings")},(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Show link on new line"),checked:o,onChange:e=>r({showMoreOnNewLine:e})}))),(0,$e.createElement)("div",v,f,!o&&" ",o?(0,$e.createElement)("p",{className:"wp-block-post-excerpt__more-text"},_):_))}},nv=()=>qe({name:ev,metadata:Xh,settings:tv});var ov=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M19 3H5c-.6 0-1 .4-1 1v7c0 .5.4 1 1 1h14c.5 0 1-.4 1-1V4c0-.6-.4-1-1-1zM5.5 10.5v-.4l1.8-1.3 1.3.8c.3.2.7.2.9-.1L11 8.1l2.4 2.4H5.5zm13 0h-2.9l-4-4c-.3-.3-.8-.3-1.1 0L8.9 8l-1.2-.8c-.3-.2-.6-.2-.9 0l-1.3 1V4.5h13v6zM4 20h9v-1.5H4V20zm0-4h16v-1.5H4V16z"}));const rv=(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(We.__experimentalToggleGroupControlOption,{value:"cover",label:(0,je._x)("Cover","Scale option for Image dimension control")}),(0,$e.createElement)(We.__experimentalToggleGroupControlOption,{value:"contain",label:(0,je._x)("Contain","Scale option for Image dimension control")}),(0,$e.createElement)(We.__experimentalToggleGroupControlOption,{value:"fill",label:(0,je._x)("Fill","Scale option for Image dimension control")})),av="cover",lv={cover:(0,je.__)("Image is scaled and cropped to fill the entire space without being distorted."),contain:(0,je.__)("Image is scaled to fill the space without clipping nor distorting."),fill:(0,je.__)("Image will be stretched and distorted to completely fill the space.")};var iv=e=>{let{clientId:t,attributes:{width:n,height:o,scale:r,sizeSlug:a},setAttributes:l,imageSizeOptions:i=[]}=e;const s=(0,We.__experimentalUseCustomUnits)({availableUnits:(0,Ze.useSetting)("spacing.units")||["px","%","vw","em","rem"]}),c=(e,t)=>{const n=parseFloat(t);isNaN(n)&&t||l({[e]:n<0?"0":t})},u=(0,je._x)("Scale","Image scaling options");return(0,$e.createElement)(Ze.InspectorControls,{__experimentalGroup:"dimensions"},(0,$e.createElement)(We.__experimentalToolsPanelItem,{className:"single-column",hasValue:()=>!!o,label:(0,je.__)("Height"),onDeselect:()=>l({height:void 0}),resetAllFilter:()=>({height:void 0}),isShownByDefault:!0,panelId:t},(0,$e.createElement)(We.__experimentalUnitControl,{label:(0,je.__)("Height"),labelPosition:"top",value:o||"",min:0,onChange:e=>c("height",e),units:s})),(0,$e.createElement)(We.__experimentalToolsPanelItem,{className:"single-column",hasValue:()=>!!n,label:(0,je.__)("Width"),onDeselect:()=>l({width:void 0}),resetAllFilter:()=>({width:void 0}),isShownByDefault:!0,panelId:t},(0,$e.createElement)(We.__experimentalUnitControl,{label:(0,je.__)("Width"),labelPosition:"top",value:n||"",min:0,onChange:e=>c("width",e),units:s})),!!o&&(0,$e.createElement)(We.__experimentalToolsPanelItem,{hasValue:()=>!!r&&r!==av,label:u,onDeselect:()=>l({scale:av}),resetAllFilter:()=>({scale:av}),isShownByDefault:!0,panelId:t},(0,$e.createElement)(We.__experimentalToggleGroupControl,{label:u,value:r,help:lv[r],onChange:e=>l({scale:e}),isBlock:!0},rv)),!!i.length&&(0,$e.createElement)(We.__experimentalToolsPanelItem,{hasValue:()=>!!a,label:(0,je.__)("Image size"),onDeselect:()=>l({sizeSlug:void 0}),resetAllFilter:()=>({sizeSlug:void 0}),isShownByDefault:!1,panelId:t},(0,$e.createElement)(We.SelectControl,{label:(0,je.__)("Image size"),value:a||"full",options:i,onChange:e=>l({sizeSlug:e}),help:(0,je.__)("Select the size of the source image.")})))};var sv=(0,Zt.compose)([(0,Ze.withColors)({overlayColor:"background-color"})])((e=>{let{clientId:t,attributes:n,setAttributes:o,overlayColor:r,setOverlayColor:a}=e;const{dimRatio:l}=n,{gradientClass:i,gradientValue:s,setGradient:c}=(0,Ze.__experimentalUseGradient)(),u=(0,Ze.__experimentalUseMultipleOriginColorsAndGradients)(),m=(0,Ze.__experimentalUseBorderProps)(n),d={backgroundColor:r.color,backgroundImage:s,...m.style};return(0,$e.createElement)($e.Fragment,null,!!l&&(0,$e.createElement)("span",{"aria-hidden":"true",className:rt()("wp-block-post-featured-image__overlay",(p=l,void 0===p?null:"has-background-dim-"+10*Math.round(p/10)),{[r.class]:r.class,"has-background-dim":void 0!==l,"has-background-gradient":s,[i]:i},m.className),style:d}),(0,$e.createElement)(Ze.InspectorControls,{__experimentalGroup:"color"},(0,$e.createElement)(Ze.__experimentalColorGradientSettingsDropdown,nt({__experimentalHasMultipleOrigins:!0,__experimentalIsRenderedInSidebar:!0,settings:[{colorValue:r.color,gradientValue:s,label:(0,je.__)("Overlay"),onColorChange:a,onGradientChange:c,isShownByDefault:!0,resetAllFilter:()=>({overlayColor:void 0,customOverlayColor:void 0,gradient:void 0,customGradient:void 0})}],panelId:t},u)),(0,$e.createElement)(We.__experimentalToolsPanelItem,{hasValue:()=>void 0!==l,label:(0,je.__)("Overlay opacity"),onDeselect:()=>o({dimRatio:0}),resetAllFilter:()=>({dimRatio:0}),isShownByDefault:!0,panelId:t},(0,$e.createElement)(We.RangeControl,{label:(0,je.__)("Overlay opacity"),value:l,onChange:e=>o({dimRatio:e}),min:0,max:100,step:10,required:!0}))));var p}));const cv=["image"];function uv(e){let{clientId:t,attributes:n,setAttributes:o,context:{postId:r,postType:a,queryId:l}}=e;const i=Number.isFinite(l),{isLink:s,height:c,width:u,scale:m,sizeSlug:d,rel:p,linkTarget:g}=n,[h,v]=(0,lt.useEntityProp)("postType",a,"featured_media",r),{media:b,postType:_}=(0,it.useSelect)((e=>{const{getMedia:t,getPostType:n}=e(lt.store);return{media:h&&t(h,{context:"view"}),postType:a&&n(a)}}),[h,a]),y=function(e,t){var n,o,r;return(null==e||null===(n=e.media_details)||void 0===n||null===(o=n.sizes)||void 0===o||null===(r=o[t])||void 0===r?void 0:r.source_url)||(null==e?void 0:e.source_url)}(b,d),f=(0,it.useSelect)((e=>e(Ze.store).getSettings().imageSizes),[]).filter((e=>{var t,n,o;let{slug:r}=e;return null==b||null===(t=b.media_details)||void 0===t||null===(n=t.sizes)||void 0===n||null===(o=n[r])||void 0===o?void 0:o.source_url})).map((e=>{let{name:t,slug:n}=e;return{value:n,label:t}})),k=(0,Ze.useBlockProps)({style:{width:u,height:c}}),x=(0,Ze.__experimentalUseBorderProps)(n),w=e=>(0,$e.createElement)(We.Placeholder,{className:rt()("block-editor-media-placeholder",x.className),withIllustration:!0,style:x.style},e),E=e=>{null!=e&&e.id&&v(e.id)},{createErrorNotice:C}=(0,it.useDispatch)(wt.store),S=e=>{C(e,{type:"snackbar"})},B=(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(iv,{clientId:t,attributes:n,setAttributes:o,imageSizeOptions:f}),(0,$e.createElement)(Ze.InspectorControls,null,(0,$e.createElement)(We.PanelBody,{title:(0,je.__)("Link settings")},(0,$e.createElement)(We.ToggleControl,{label:null!=_&&_.labels.singular_name?(0,je.sprintf)((0,je.__)("Link to %s"),_.labels.singular_name.toLowerCase()):(0,je.__)("Link to post"),onChange:()=>o({isLink:!s}),checked:s}),s&&(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Open in new tab"),onChange:e=>o({linkTarget:e?"_blank":"_self"}),checked:"_blank"===g}),(0,$e.createElement)(We.TextControl,{label:(0,je.__)("Link rel"),value:p,onChange:e=>o({rel:e})})))));let T;if(!h&&i)return(0,$e.createElement)($e.Fragment,null,B,(0,$e.createElement)("div",k,w(),(0,$e.createElement)(sv,{attributes:n,setAttributes:o,clientId:t})));const N=(0,je.__)("Add a featured image"),P={...x.style,height:c,objectFit:c&&m};return T=h?b?(0,$e.createElement)("img",{className:x.className,src:y,alt:b.alt_text?(0,je.sprintf)((0,je.__)("Featured image: %s"),b.alt_text):(0,je.__)("Featured image"),style:P}):w():(0,$e.createElement)(Ze.MediaPlaceholder,{onSelect:E,accept:"image/*",allowedTypes:cv,onError:S,placeholder:w,mediaLibraryButton:e=>{let{open:t}=e;return(0,$e.createElement)(We.Button,{icon:su,variant:"primary",label:N,showTooltip:!0,tooltipPosition:"top center",onClick:()=>{t()}})}}),(0,$e.createElement)($e.Fragment,null,B,!!b&&!i&&(0,$e.createElement)(Ze.BlockControls,{group:"other"},(0,$e.createElement)(Ze.MediaReplaceFlow,{mediaId:h,mediaURL:y,allowedTypes:cv,accept:"image/*",onSelect:E,onError:S},(0,$e.createElement)(We.MenuItem,{onClick:()=>v(0)},(0,je.__)("Reset")))),(0,$e.createElement)("figure",k,T,(0,$e.createElement)(sv,{attributes:n,setAttributes:o,clientId:t})))}const mv={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/post-featured-image",title:"Post Featured Image",category:"theme",description:"Display a post's featured image.",textdomain:"default",attributes:{isLink:{type:"boolean",default:!1},width:{type:"string"},height:{type:"string"},scale:{type:"string",default:"cover"},sizeSlug:{type:"string"},rel:{type:"string",attribute:"rel",default:""},linkTarget:{type:"string",default:"_self"},overlayColor:{type:"string"},customOverlayColor:{type:"string"},dimRatio:{type:"number",default:0},gradient:{type:"string"},customGradient:{type:"string"}},usesContext:["postId","postType","queryId"],supports:{align:["left","right","center","wide","full"],color:{__experimentalDuotone:"img, .wp-block-post-featured-image__placeholder, .components-placeholder__illustration, .components-placeholder::before",text:!1,background:!1},__experimentalBorder:{color:!0,radius:!0,width:!0,__experimentalSelector:"img, .block-editor-media-placeholder, .wp-block-post-featured-image__overlay",__experimentalSkipSerialization:!0,__experimentalDefaultControls:{color:!0,radius:!0,width:!0}},html:!1,spacing:{margin:!0,padding:!0}},editorStyle:"wp-block-post-featured-image-editor",style:"wp-block-post-featured-image"},{name:dv}=mv,pv={icon:ov,edit:function(e){var t;const n=(0,Ze.useBlockProps)(),o=(0,Ze.__experimentalUseBorderProps)(e.attributes);return null!==(t=e.context)&&void 0!==t&&t.postId?(0,$e.createElement)(uv,e):(0,$e.createElement)("div",n,(0,$e.createElement)(We.Placeholder,{className:rt()("block-editor-media-placeholder",o.className),withIllustration:!0,style:o.style}),(0,$e.createElement)(sv,{attributes:e.attributes,setAttributes:e.setAttributes,clientId:e.clientId}))}},gv=()=>qe({name:dv,metadata:mv,settings:pv});var hv=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M6.6 6L5.4 7l4.5 5-4.5 5 1.1 1 5.5-6-5.4-6zm6 0l-1.1 1 4.5 5-4.5 5 1.1 1 5.5-6-5.5-6z"}));var vv=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M11.6 7l-1.1-1L5 12l5.5 6 1.1-1L7 12l4.6-5zm6 0l-1.1-1-5.5 6 5.5 6 1.1-1-4.6-5 4.6-5z"}));const bv=[{isDefault:!0,name:"post-next",title:(0,je.__)("Next post"),description:(0,je.__)("Displays the post link that follows the current post."),icon:hv,attributes:{type:"next"},scope:["inserter","transform"]},{name:"post-previous",title:(0,je.__)("Previous post"),description:(0,je.__)("Displays the post link that precedes the current post."),icon:vv,attributes:{type:"previous"},scope:["inserter","transform"]}];bv.forEach((e=>{e.isActive||(e.isActive=(e,t)=>e.type===t.type)}));var _v=bv;const yv={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/post-navigation-link",title:"Post Navigation Link",category:"theme",description:"Displays the next or previous post link that is adjacent to the current post.",textdomain:"default",attributes:{textAlign:{type:"string"},type:{type:"string",default:"next"},label:{type:"string"},showTitle:{type:"boolean",default:!1},linkLabel:{type:"boolean",default:!1}},supports:{reusable:!1,html:!1,color:{link:!0},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}}}},{name:fv}=yv,kv={edit:function(e){let{attributes:{type:t,label:n,showTitle:o,textAlign:r,linkLabel:a},setAttributes:l}=e;const i="next"===t;let s=i?(0,je.__)("Next"):(0,je.__)("Previous");o&&(s=i?(0,je.__)("Next: "):(0,je.__)("Previous: "));const c=i?(0,je.__)("Next post"):(0,je.__)("Previous post"),u=(0,Ze.useBlockProps)({className:rt()({[`has-text-align-${r}`]:r})});return(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Ze.InspectorControls,null,(0,$e.createElement)(We.PanelBody,null,(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Display the title as a link"),help:(0,je.__)("If you have entered a custom label, it will be prepended before the title."),checked:!!o,onChange:()=>l({showTitle:!o})}),o&&(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Include the label as part of the link"),checked:!!a,onChange:()=>l({linkLabel:!a})}))),(0,$e.createElement)(Ze.BlockControls,null,(0,$e.createElement)(Ze.AlignmentToolbar,{value:r,onChange:e=>{l({textAlign:e})}})),(0,$e.createElement)("div",u,(0,$e.createElement)(Ze.RichText,{tagName:"a","aria-label":c,placeholder:s,value:n,allowedFormats:["core/bold","core/italic"],onChange:e=>l({label:e})}),o&&(0,$e.createElement)("a",{href:"#post-navigation-pseudo-link",onClick:e=>e.preventDefault()},(0,je.__)("An example title"))))},variations:_v},xv=()=>qe({name:fv,metadata:yv,settings:kv}),wv=[["core/post-title"],["core/post-date"],["core/post-excerpt"]];function Ev(){const e=(0,Ze.useInnerBlocksProps)({className:"wp-block-post"},{template:wv});return(0,$e.createElement)("li",e)}const Cv=(0,$e.memo)((function(e){let{blocks:t,blockContextId:n,isHidden:o,setActiveBlockContextId:r}=e;const a=(0,Ze.__experimentalUseBlockPreview)({blocks:t,props:{className:"wp-block-post"}}),l=()=>{r(n)},i={display:o?"none":void 0};return(0,$e.createElement)("li",nt({},a,{tabIndex:0,role:"button",onClick:l,onKeyPress:l,style:i}))}));const Sv={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/post-template",title:"Post Template",category:"theme",parent:["core/query"],description:"Contains the block elements used to render a post, like the title, date, featured image, content or excerpt, and more.",textdomain:"default",usesContext:["queryId","query","queryContext","displayLayout","templateSlug","previewPostType"],supports:{reusable:!1,html:!1,align:!0,__experimentalLayout:{allowEditing:!1},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}}},style:"wp-block-post-template",editorStyle:"wp-block-post-template-editor"},{name:Bv}=Sv,Tv={icon:Nr,edit:function(e){let{clientId:t,context:{query:{perPage:n,offset:o,postType:r,order:a,orderBy:l,author:i,search:s,exclude:c,sticky:u,inherit:m,taxQuery:d,parents:p,pages:g,...h}={},queryContext:v=[{page:1}],templateSlug:b,displayLayout:{type:_="flex",columns:y=1}={},previewPostType:f}}=e;const[{page:k}]=v,[x,w]=(0,$e.useState)(),{posts:E,blocks:C}=(0,it.useSelect)((e=>{const{getEntityRecords:g,getTaxonomies:v}=e(lt.store),{getBlocks:_}=e(Ze.store),y=v({type:r,per_page:-1,context:"view"}),x=m&&(null==b?void 0:b.startsWith("category-"))&&g("taxonomy","category",{context:"view",per_page:1,_fields:["id"],slug:b.replace("category-","")}),w={offset:n?n*(k-1)+o:0,order:a,orderby:l};if(d&&!m){const e=Object.entries(d).reduce(((e,t)=>{let[n,o]=t;const r=null==y?void 0:y.find((e=>{let{slug:t}=e;return t===n}));return null!=r&&r.rest_base&&(e[null==r?void 0:r.rest_base]=o),e}),{});Object.keys(e).length&&Object.assign(w,e)}if(n&&(w.per_page=n),i&&(w.author=i),s&&(w.search=s),null!=c&&c.length&&(w.exclude=c),null!=p&&p.length&&(w.parent=p),u&&(w.sticky="only"===u),m)if(null!=b&&b.startsWith("archive-"))w.postType=b.replace("archive-",""),r=w.postType;else if(x){var E;w.categories=null===(E=x[0])||void 0===E?void 0:E.id}return{posts:g("postType",f||r,{...w,...h}),blocks:_(t)}}),[n,k,o,a,l,t,i,s,r,c,u,m,b,d,p,h,f]),S=(0,$e.useMemo)((()=>null==E?void 0:E.map((e=>({postType:e.type,postId:e.id})))),[E]),B="flex"===_&&y>1,T=(0,Ze.useBlockProps)({className:rt()({"is-flex-container":B,[`columns-${y}`]:B})});return E?E.length?(0,$e.createElement)("ul",T,S&&S.map((e=>{var t,n;return(0,$e.createElement)(Ze.BlockContextProvider,{key:e.postId,value:e},e.postId===(x||(null===(t=S[0])||void 0===t?void 0:t.postId))?(0,$e.createElement)(Ev,null):null,(0,$e.createElement)(Cv,{blocks:C,blockContextId:e.postId,setActiveBlockContextId:w,isHidden:e.postId===(x||(null===(n=S[0])||void 0===n?void 0:n.postId))}))}))):(0,$e.createElement)("p",T," ",(0,je.__)("No results found.")):(0,$e.createElement)("p",T,(0,$e.createElement)(We.Spinner,null))},save:function(){return(0,$e.createElement)(Ze.InnerBlocks.Content,null)}},Nv=()=>qe({name:Bv,metadata:Sv,settings:Tv});var Pv=(0,$e.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,$e.createElement)(Ue.Path,{d:"M20 4H4v1.5h16V4zm-2 9h-3c-1.1 0-2 .9-2 2v3c0 1.1.9 2 2 2h3c1.1 0 2-.9 2-2v-3c0-1.1-.9-2-2-2zm.5 5c0 .3-.2.5-.5.5h-3c-.3 0-.5-.2-.5-.5v-3c0-.3.2-.5.5-.5h3c.3 0 .5.2.5.5v3zM4 9.5h9V8H4v1.5zM9 13H6c-1.1 0-2 .9-2 2v3c0 1.1.9 2 2 2h3c1.1 0 2-.9 2-2v-3c0-1.1-.9-2-2-2zm.5 5c0 .3-.2.5-.5.5H6c-.3 0-.5-.2-.5-.5v-3c0-.3.2-.5.5-.5h3c.3 0 .5.2.5.5v3z",fillRule:"evenodd",clipRule:"evenodd"}));const Iv=["core/bold","core/image","core/italic","core/link","core/strikethrough","core/text-color"];const zv={category:Pv,post_tag:(0,$e.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,$e.createElement)(Ue.Path,{d:"M8.1 12.3c.1.1.3.3.5.3.2.1.4.1.6.1.2 0 .4 0 .6-.1.2-.1.4-.2.5-.3l3-3c.3-.3.5-.7.5-1.1 0-.4-.2-.8-.5-1.1L9.7 3.5c-.1-.2-.3-.3-.5-.3H5c-.4 0-.8.4-.8.8v4.2c0 .2.1.4.2.5l3.7 3.6zM5.8 4.8h3.1l3.4 3.4v.1l-3 3 .5.5-.7-.5-3.3-3.4V4.8zM4 20h9v-1.5H4V20zm0-5.5V16h16v-1.5H4z"}))};function Mv(e,t){if("core/post-terms"!==t)return e;const n=e.variations.map((e=>({...e,...zv[e.name]&&{icon:zv[e.name]}})));return{...e,variations:n}}const Lv={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/post-terms",title:"Post Terms",category:"theme",description:"Post terms.",textdomain:"default",attributes:{term:{type:"string"},textAlign:{type:"string"},separator:{type:"string",default:", "},prefix:{type:"string",default:""},suffix:{type:"string",default:""}},usesContext:["postId","postType"],supports:{html:!1,color:{gradients:!0,link:!0,__experimentalDefaultControls:{background:!0,text:!0,link:!0}},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}}},style:"wp-block-post-terms"},{name:Rv}=Lv,Av={icon:Pv,edit:function(e){var t;let{attributes:n,clientId:o,context:r,isSelected:a,setAttributes:l,insertBlocksAfter:i}=e;const{term:s,textAlign:c,separator:u,prefix:m,suffix:d}=n,{postId:p,postType:g}=r,h=(0,it.useSelect)((e=>{var t;if(!s)return{};const{getTaxonomy:n}=e(lt.store),o=n(s);return null!=o&&null!==(t=o.visibility)&&void 0!==t&&t.publicly_queryable?o:{}}),[s]),{postTerms:v,hasPostTerms:b,isLoading:_}=function(e){var t;let{postId:n,term:o}=e;const{slug:r}=o;return(0,it.useSelect)((e=>{var t;if(!(null==o||null===(t=o.visibility)||void 0===t?void 0:t.publicly_queryable))return{postTerms:[],_isLoading:!1,hasPostTerms:!1};const{getEntityRecords:a,isResolving:l}=e(lt.store),i=["taxonomy",r,{post:n,per_page:-1,context:"view"}],s=a(...i);return{postTerms:s,isLoading:l("getEntityRecords",i),hasPostTerms:!(null==s||!s.length)}}),[n,null==o||null===(t=o.visibility)||void 0===t?void 0:t.publicly_queryable])}({postId:p,term:h}),y=p&&g,f=(0,Ze.useBlockDisplayInformation)(o),k=(0,Ze.useBlockProps)({className:rt()({[`has-text-align-${c}`]:c,[`taxonomy-${s}`]:s})});return y&&s?(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Ze.BlockControls,null,(0,$e.createElement)(Ze.AlignmentToolbar,{value:c,onChange:e=>{l({textAlign:e})}})),(0,$e.createElement)(Ze.InspectorControls,{__experimentalGroup:"advanced"},(0,$e.createElement)(We.TextControl,{autoComplete:"off",label:(0,je.__)("Separator"),value:u||"",onChange:e=>{l({separator:e})},help:(0,je.__)("Enter character(s) used to separate terms.")})),(0,$e.createElement)("div",k,_&&(0,$e.createElement)(We.Spinner,null),!_&&b&&(a||m)&&(0,$e.createElement)(Ze.RichText,{allowedFormats:Iv,className:"wp-block-post-terms__prefix",multiline:!1,"aria-label":(0,je.__)("Prefix"),placeholder:(0,je.__)("Prefix")+" ",value:m,onChange:e=>l({prefix:e}),tagName:"span"}),!_&&b&&v.map((e=>(0,$e.createElement)("a",{key:e.id,href:e.link,onClick:e=>e.preventDefault()},(0,St.unescape)(e.name)))).reduce(((e,t)=>(0,$e.createElement)($e.Fragment,null,e,(0,$e.createElement)("span",{className:"wp-block-post-terms__separator"},u||" "),t))),!_&&!b&&((null==h||null===(t=h.labels)||void 0===t?void 0:t.no_terms)||(0,je.__)("Term items not found.")),!_&&b&&(a||d)&&(0,$e.createElement)(Ze.RichText,{allowedFormats:Iv,className:"wp-block-post-terms__suffix",multiline:!1,"aria-label":(0,je.__)("Suffix"),placeholder:" "+(0,je.__)("Suffix"),value:d,onChange:e=>l({suffix:e}),tagName:"span",__unstableOnSplitAtEnd:()=>i((0,Ge.createBlock)((0,Ge.getDefaultBlockName)()))}))):(0,$e.createElement)("div",k,f.title)}},Vv=()=>((0,Xs.addFilter)("blocks.registerBlockType","core/template-part",Mv),qe({name:Rv,metadata:Lv,settings:Av}));const Hv={attributes:{textAlign:{type:"string"},level:{type:"number",default:2},isLink:{type:"boolean",default:!1},rel:{type:"string",attribute:"rel",default:""},linkTarget:{type:"string",default:"_self"}},supports:{align:["wide","full"],html:!1,color:{gradients:!0,link:!0},spacing:{margin:!0},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0}},save(){return null},migrate:Jt,isEligible(e){var t;let{style:n}=e;return null==n||null===(t=n.typography)||void 0===t?void 0:t.fontFamily}};var Fv=[Hv];const Dv={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/post-title",title:"Post Title",category:"theme",description:"Displays the title of a post, page, or any other content-type.",textdomain:"default",usesContext:["postId","postType","queryId"],attributes:{textAlign:{type:"string"},level:{type:"number",default:2},isLink:{type:"boolean",default:!1},rel:{type:"string",attribute:"rel",default:""},linkTarget:{type:"string",default:"_self"}},supports:{align:["wide","full"],html:!1,color:{gradients:!0,link:!0,__experimentalDefaultControls:{background:!0,text:!0,link:!0}},spacing:{margin:!0,padding:!0},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0,fontAppearance:!0,textTransform:!0}}},style:"wp-block-post-title"},{name:Gv}=Dv,$v={icon:pa,edit:function(e){let{attributes:{level:t,textAlign:n,isLink:o,rel:r,linkTarget:a},setAttributes:l,context:{postType:i,postId:s,queryId:c}}=e;const u=0===t?"p":"h"+t,m=Number.isFinite(c),d=Lh("postType",i,s),[p="",g,h]=(0,lt.useEntityProp)("postType",i,"title",s),[v]=(0,lt.useEntityProp)("postType",i,"link",s),b=(0,Ze.useBlockProps)({className:rt()({[`has-text-align-${n}`]:n})});let _=(0,$e.createElement)(u,b,(0,je.__)("Post Title"));return i&&s&&(_=d&&!m?(0,$e.createElement)(Ze.PlainText,nt({tagName:u,placeholder:(0,je.__)("No Title"),value:p,onChange:g,__experimentalVersion:2},b)):(0,$e.createElement)(u,nt({},b,{dangerouslySetInnerHTML:{__html:null==h?void 0:h.rendered}}))),o&&i&&s&&(_=d&&!m?(0,$e.createElement)(u,b,(0,$e.createElement)(Ze.PlainText,{tagName:"a",href:v,target:a,rel:r,placeholder:p.length?null:(0,je.__)("No Title"),value:p,onChange:g,__experimentalVersion:2})):(0,$e.createElement)(u,b,(0,$e.createElement)("a",{href:v,target:a,rel:r,onClick:e=>e.preventDefault(),dangerouslySetInnerHTML:{__html:null==h?void 0:h.rendered}}))),(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Ze.BlockControls,{group:"block"},(0,$e.createElement)(ba,{selectedLevel:t,onChange:e=>l({level:e})}),(0,$e.createElement)(Ze.AlignmentControl,{value:n,onChange:e=>{l({textAlign:e})}})),(0,$e.createElement)(Ze.InspectorControls,null,(0,$e.createElement)(We.PanelBody,{title:(0,je.__)("Link settings")},(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Make title a link"),onChange:()=>l({isLink:!o}),checked:o}),o&&(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Open in new tab"),onChange:e=>l({linkTarget:e?"_blank":"_self"}),checked:"_blank"===a}),(0,$e.createElement)(We.TextControl,{label:(0,je.__)("Link rel"),value:r,onChange:e=>l({rel:e})})))),_)},deprecated:Fv},Uv=()=>qe({name:Gv,metadata:Dv,settings:$v});var Ov=(0,$e.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,$e.createElement)(Ue.Path,{d:"M18 4H6c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm.5 14c0 .3-.2.5-.5.5H6c-.3 0-.5-.2-.5-.5V6c0-.3.2-.5.5-.5h12c.3 0 .5.2.5.5v12zM7 16.5h6V15H7v1.5zm4-4h6V11h-6v1.5zM9 11H7v1.5h2V11zm6 5.5h2V15h-2v1.5z"}));const qv={from:[{type:"block",blocks:["core/code","core/paragraph"],transform:e=>{let{content:t,anchor:n}=e;return(0,Ge.createBlock)("core/preformatted",{content:t,anchor:n})}},{type:"raw",isMatch:e=>"PRE"===e.nodeName&&!(1===e.children.length&&"CODE"===e.firstChild.nodeName),schema:e=>{let{phrasingContentSchema:t}=e;return{pre:{children:t}}}}],to:[{type:"block",blocks:["core/paragraph"],transform:e=>(0,Ge.createBlock)("core/paragraph",e)},{type:"block",blocks:["core/code"],transform:e=>(0,Ge.createBlock)("core/code",e)}]};var Wv=qv;const jv={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/preformatted",title:"Preformatted",category:"text",description:"Add text that respects your spacing and tabs, and also allows styling.",textdomain:"default",attributes:{content:{type:"string",source:"html",selector:"pre",default:"",__unstablePreserveWhiteSpace:!0,__experimentalRole:"content"}},supports:{anchor:!0,color:{gradients:!0,__experimentalDefaultControls:{background:!0,text:!0}},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}}},style:"wp-block-preformatted"},{name:Zv}=jv,Qv={icon:Ov,example:{attributes:{content:(0,je.__)("EXT. XANADU - FAINT DAWN - 1940 (MINIATURE)\nWindow, very small in the distance, illuminated.\nAll around this is an almost totally black screen. Now, as the camera moves slowly towards the window which is almost a postage stamp in the frame, other forms appear;")}},transforms:Wv,edit:function(e){let{attributes:t,mergeBlocks:n,setAttributes:o,onRemove:r,style:a}=e;const{content:l}=t,i=(0,Ze.useBlockProps)({style:a});return(0,$e.createElement)(Ze.RichText,nt({tagName:"pre",identifier:"content",preserveWhiteSpace:!0,value:l,onChange:e=>{o({content:e})},onRemove:r,"aria-label":(0,je.__)("Preformatted text"),placeholder:(0,je.__)("Write preformatted text"),onMerge:n},i,{__unstablePastePlainText:!0}))},save:function(e){let{attributes:t}=e;const{content:n}=t;return(0,$e.createElement)("pre",Ze.useBlockProps.save(),(0,$e.createElement)(Ze.RichText.Content,{value:n}))},merge(e,t){return{content:e.content+t.content}}},Kv=()=>qe({name:Zv,metadata:jv,settings:Qv});var Yv=(0,$e.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,$e.createElement)(Ue.Path,{d:"M18 8H6c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-4c0-1.1-.9-2-2-2zm.5 6c0 .3-.2.5-.5.5H6c-.3 0-.5-.2-.5-.5v-4c0-.3.2-.5.5-.5h12c.3 0 .5.2.5.5v4zM4 4v1.5h16V4H4zm0 16h16v-1.5H4V20z"}));const Jv="is-style-solid-color",Xv={value:{type:"string",source:"html",selector:"blockquote",multiline:"p"},citation:{type:"string",source:"html",selector:"cite",default:""},mainColor:{type:"string"},customMainColor:{type:"string"},textColor:{type:"string"},customTextColor:{type:"string"}};function eb(e){if(!e)return;const t=e.match(/border-color:([^;]+)[;]?/);return t&&t[1]?t[1]:void 0}function tb(e){return(0,xn.toHTMLString)({value:(0,xn.replace)((0,xn.create)({html:e,multilineTag:"p"}),new RegExp(xn.__UNSTABLE_LINE_SEPARATOR,"g"),"\n")})}const nb={attributes:{value:{type:"string",source:"html",selector:"blockquote",multiline:"p",__experimentalRole:"content"},citation:{type:"string",source:"html",selector:"cite",default:"",__experimentalRole:"content"},textAlign:{type:"string"}},save(e){let{attributes:t}=e;const{textAlign:n,citation:o,value:r}=t,a=!Ze.RichText.isEmpty(o);return(0,$e.createElement)("figure",Ze.useBlockProps.save({className:rt()({[`has-text-align-${n}`]:n})}),(0,$e.createElement)("blockquote",null,(0,$e.createElement)(Ze.RichText.Content,{value:r,multiline:!0}),a&&(0,$e.createElement)(Ze.RichText.Content,{tagName:"cite",value:o})))},migrate(e){let{value:t,...n}=e;return{value:tb(t),...n}}},ob={attributes:{...Xv},save(e){let{attributes:t}=e;const{mainColor:n,customMainColor:o,customTextColor:r,textColor:a,value:l,citation:i,className:s}=t;let c,u;if((0,St.includes)(s,Jv)){const e=(0,Ze.getColorClassName)("background-color",n);c=rt()({"has-background":e||o,[e]:e}),u={backgroundColor:e?void 0:o}}else o&&(u={borderColor:o});const m=(0,Ze.getColorClassName)("color",a),d=rt()({"has-text-color":a||r,[m]:m}),p=m?void 0:{color:r};return(0,$e.createElement)("figure",Ze.useBlockProps.save({className:c,style:u}),(0,$e.createElement)("blockquote",{className:d,style:p},(0,$e.createElement)(Ze.RichText.Content,{value:l,multiline:!0}),!Ze.RichText.isEmpty(i)&&(0,$e.createElement)(Ze.RichText.Content,{tagName:"cite",value:i})))},migrate(e){let{value:t,className:n,mainColor:o,customMainColor:r,customTextColor:a,...l}=e;const i=(0,St.includes)(n,Jv);let s;return r&&(s=i?{color:{background:r}}:{border:{color:r}}),a&&s&&(s.color={...s.color,text:a}),{value:tb(t),className:n,backgroundColor:i?o:void 0,borderColor:i?void 0:o,textAlign:i?"left":void 0,style:s,...l}}},rb={attributes:{...Xv,figureStyle:{source:"attribute",selector:"figure",attribute:"style"}},save(e){let{attributes:t}=e;const{mainColor:n,customMainColor:o,textColor:r,customTextColor:a,value:l,citation:i,className:s,figureStyle:c}=t;let u,m;if((0,St.includes)(s,Jv)){const e=(0,Ze.getColorClassName)("background-color",n);u=rt()({"has-background":e||o,[e]:e}),m={backgroundColor:e?void 0:o}}else if(o)m={borderColor:o};else if(n){m={borderColor:eb(c)}}const d=(0,Ze.getColorClassName)("color",r),p=(r||a)&&rt()("has-text-color",{[d]:d}),g=d?void 0:{color:a};return(0,$e.createElement)("figure",{className:u,style:m},(0,$e.createElement)("blockquote",{className:p,style:g},(0,$e.createElement)(Ze.RichText.Content,{value:l,multiline:!0}),!Ze.RichText.isEmpty(i)&&(0,$e.createElement)(Ze.RichText.Content,{tagName:"cite",value:i})))},migrate(e){let{value:t,className:n,figureStyle:o,mainColor:r,customMainColor:a,customTextColor:l,...i}=e;const s=(0,St.includes)(n,Jv);let c;if(a&&(c=s?{color:{background:a}}:{border:{color:a}}),l&&c&&(c.color={...c.color,text:l}),!s&&r&&o){const e=eb(o);if(e)return{value:tb(t),...i,className:n,style:{border:{color:e}}}}return{value:tb(t),className:n,backgroundColor:s?r:void 0,borderColor:s?void 0:r,textAlign:s?"left":void 0,style:c,...i}}},ab={attributes:Xv,save(e){let{attributes:t}=e;const{mainColor:n,customMainColor:o,textColor:r,customTextColor:a,value:l,citation:i,className:s}=t;let c,u;if((0,St.includes)(s,Jv))c=(0,Ze.getColorClassName)("background-color",n),c||(u={backgroundColor:o});else if(o)u={borderColor:o};else if(n){const e=(0,St.get)((0,it.select)(Ze.store).getSettings(),["colors"],[]);u={borderColor:(0,Ze.getColorObjectByAttributeValues)(e,n).color}}const m=(0,Ze.getColorClassName)("color",r),d=r||a?rt()("has-text-color",{[m]:m}):void 0,p=m?void 0:{color:a};return(0,$e.createElement)("figure",{className:c,style:u},(0,$e.createElement)("blockquote",{className:d,style:p},(0,$e.createElement)(Ze.RichText.Content,{value:l,multiline:!0}),!Ze.RichText.isEmpty(i)&&(0,$e.createElement)(Ze.RichText.Content,{tagName:"cite",value:i})))},migrate(e){let{value:t,className:n,mainColor:o,customMainColor:r,customTextColor:a,...l}=e;const i=(0,St.includes)(n,Jv);let s={};return r&&(s=i?{color:{background:r}}:{border:{color:r}}),a&&s&&(s.color={...s.color,text:a}),{value:tb(t),className:n,backgroundColor:i?o:void 0,borderColor:i?void 0:o,textAlign:i?"left":void 0,style:s,...l}}},lb={attributes:{...Xv},save(e){let{attributes:t}=e;const{value:n,citation:o}=t;return(0,$e.createElement)("blockquote",null,(0,$e.createElement)(Ze.RichText.Content,{value:n,multiline:!0}),!Ze.RichText.isEmpty(o)&&(0,$e.createElement)(Ze.RichText.Content,{tagName:"cite",value:o}))},migrate(e){let{value:t,...n}=e;return{value:tb(t),...n}}},ib={attributes:{...Xv,citation:{type:"string",source:"html",selector:"footer"},align:{type:"string",default:"none"}},save(e){let{attributes:t}=e;const{value:n,citation:o,align:r}=t;return(0,$e.createElement)("blockquote",{className:`align${r}`},(0,$e.createElement)(Ze.RichText.Content,{value:n,multiline:!0}),!Ze.RichText.isEmpty(o)&&(0,$e.createElement)(Ze.RichText.Content,{tagName:"footer",value:o}))},migrate(e){let{value:t,...n}=e;return{value:tb(t),...n}}};var sb=[nb,ob,rb,ab,lb,ib];const cb="web"===$e.Platform.OS;var ub=function(e){let{attributes:t,setAttributes:n,isSelected:o,insertBlocksAfter:r}=e;const{textAlign:a,citation:l,value:i}=t,s=(0,Ze.useBlockProps)({className:rt()({[`has-text-align-${a}`]:a})}),c=!Ze.RichText.isEmpty(l)||o;return(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Ze.BlockControls,{group:"block"},(0,$e.createElement)(Ze.AlignmentControl,{value:a,onChange:e=>{n({textAlign:e})}})),(0,$e.createElement)("figure",s,(0,$e.createElement)("blockquote",null,(0,$e.createElement)(Ze.RichText,{identifier:"value",tagName:"p",value:i,onChange:e=>n({value:e}),"aria-label":(0,je.__)("Pullquote text"),placeholder:(0,je.__)("Add quote"),textAlign:"center"}),c&&(0,$e.createElement)(Ze.RichText,{identifier:"citation",tagName:cb?"cite":void 0,style:{display:"block"},value:l,"aria-label":(0,je.__)("Pullquote citation text"),placeholder:(0,je.__)("Add citation"),onChange:e=>n({citation:e}),className:"wp-block-pullquote__citation",__unstableMobileNoFocusOnMount:!0,textAlign:"center",__unstableOnSplitAtEnd:()=>r((0,Ge.createBlock)((0,Ge.getDefaultBlockName)()))}))))};const mb={from:[{type:"block",isMultiBlock:!0,blocks:["core/paragraph"],transform:e=>(0,Ge.createBlock)("core/pullquote",{value:(0,xn.toHTMLString)({value:(0,xn.join)(e.map((e=>{let{content:t}=e;return(0,xn.create)({html:t})})),"\n")}),anchor:e.anchor})},{type:"block",blocks:["core/heading"],transform:e=>{let{content:t,anchor:n}=e;return(0,Ge.createBlock)("core/pullquote",{value:t,anchor:n})}}],to:[{type:"block",blocks:["core/paragraph"],transform:e=>{let{value:t,citation:n}=e;const o=[];return t&&o.push((0,Ge.createBlock)("core/paragraph",{content:t})),n&&o.push((0,Ge.createBlock)("core/paragraph",{content:n})),0===o.length?(0,Ge.createBlock)("core/paragraph",{content:""}):o}},{type:"block",blocks:["core/heading"],transform:e=>{let{value:t,citation:n}=e;if(!t)return(0,Ge.createBlock)("core/heading",{content:n});const o=(0,Ge.createBlock)("core/heading",{content:t});return n?[o,(0,Ge.createBlock)("core/heading",{content:n})]:o}}]};var db=mb;const pb={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/pullquote",title:"Pullquote",category:"text",description:"Give special visual emphasis to a quote from your text.",textdomain:"default",attributes:{value:{type:"string",source:"html",selector:"p",__experimentalRole:"content"},citation:{type:"string",source:"html",selector:"cite",default:"",__experimentalRole:"content"},textAlign:{type:"string"}},supports:{anchor:!0,align:["left","right","wide","full"],color:{gradients:!0,background:!0,link:!0,__experimentalDefaultControls:{background:!0,text:!0}},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0,fontAppearance:!0}},__experimentalBorder:{color:!0,radius:!0,style:!0,width:!0,__experimentalDefaultControls:{color:!0,radius:!0,style:!0,width:!0}},__experimentalStyle:{typography:{fontSize:"1.5em",lineHeight:"1.6"}}},editorStyle:"wp-block-pullquote-editor",style:"wp-block-pullquote"},{name:gb}=pb,hb={icon:Yv,example:{attributes:{value:(0,je.__)("One of the hardest things to do in technology is disrupt yourself."),citation:(0,je.__)("Matt Mullenweg")}},transforms:db,edit:ub,save:function(e){let{attributes:t}=e;const{textAlign:n,citation:o,value:r}=t,a=!Ze.RichText.isEmpty(o);return(0,$e.createElement)("figure",Ze.useBlockProps.save({className:rt()({[`has-text-align-${n}`]:n})}),(0,$e.createElement)("blockquote",null,(0,$e.createElement)(Ze.RichText.Content,{tagName:"p",value:r}),a&&(0,$e.createElement)(Ze.RichText.Content,{tagName:"cite",value:o})))},deprecated:sb},vb=()=>qe({name:gb,metadata:pb,settings:hb});var bb=(0,$e.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,$e.createElement)(Ue.Path,{d:"M18.1823 11.6392C18.1823 13.0804 17.0139 14.2487 15.5727 14.2487C14.3579 14.2487 13.335 13.4179 13.0453 12.2922L13.0377 12.2625L13.0278 12.2335L12.3985 10.377L12.3942 10.3785C11.8571 8.64997 10.246 7.39405 8.33961 7.39405C5.99509 7.39405 4.09448 9.29465 4.09448 11.6392C4.09448 13.9837 5.99509 15.8843 8.33961 15.8843C8.88499 15.8843 9.40822 15.781 9.88943 15.5923L9.29212 14.0697C8.99812 14.185 8.67729 14.2487 8.33961 14.2487C6.89838 14.2487 5.73003 13.0804 5.73003 11.6392C5.73003 10.1979 6.89838 9.02959 8.33961 9.02959C9.55444 9.02959 10.5773 9.86046 10.867 10.9862L10.8772 10.9836L11.4695 12.7311C11.9515 14.546 13.6048 15.8843 15.5727 15.8843C17.9172 15.8843 19.8178 13.9837 19.8178 11.6392C19.8178 9.29465 17.9172 7.39404 15.5727 7.39404C15.0287 7.39404 14.5066 7.4968 14.0264 7.6847L14.6223 9.20781C14.9158 9.093 15.2358 9.02959 15.5727 9.02959C17.0139 9.02959 18.1823 10.1979 18.1823 11.6392Z"}));var _b=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M14.5 13.8c-1.1 0-2.1.7-2.4 1.8H4V17h8.1c.3 1 1.3 1.8 2.4 1.8s2.1-.7 2.4-1.8H20v-1.5h-3.1c-.3-1-1.3-1.7-2.4-1.7zM11.9 7c-.3-1-1.3-1.8-2.4-1.8S7.4 6 7.1 7H4v1.5h3.1c.3 1 1.3 1.8 2.4 1.8s2.1-.7 2.4-1.8H20V7h-8.1z"}));function yb(e){let{attributes:{query:t,displayLayout:n},setQuery:o,setDisplayLayout:r,openPatternSelectionModal:a,name:l,clientId:i}=e;const s=(0,it.useSelect)((e=>{const{getBlockRootClientId:t,__experimentalGetPatternsByBlockTypes:n}=e(Ze.store),o=t(i);return!!n(l,o).length}),[l,i]),c=(0,Zt.useInstanceId)(yb,"blocks-query-pagination-max-page-input"),u=[{icon:Iu,title:(0,je.__)("List view"),onClick:()=>r({type:"list"}),isActive:"list"===(null==n?void 0:n.type)},{icon:zu,title:(0,je.__)("Grid view"),onClick:()=>r({type:"flex",columns:(null==n?void 0:n.columns)||3}),isActive:"flex"===(null==n?void 0:n.type)}];return(0,$e.createElement)($e.Fragment,null,!t.inherit&&(0,$e.createElement)(We.ToolbarGroup,null,(0,$e.createElement)(We.Dropdown,{contentClassName:"block-library-query-toolbar__popover",renderToggle:e=>{let{onToggle:t}=e;return(0,$e.createElement)(We.ToolbarButton,{icon:_b,label:(0,je.__)("Display settings"),onClick:t})},renderContent:()=>(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(We.BaseControl,null,(0,$e.createElement)(We.__experimentalNumberControl,{__unstableInputWidth:"60px",label:(0,je.__)("Items per Page"),labelPosition:"edge",min:1,max:100,onChange:e=>{isNaN(e)||e<1||e>100||o({perPage:e})},step:"1",value:t.perPage,isDragEnabled:!1})),(0,$e.createElement)(We.BaseControl,null,(0,$e.createElement)(We.__experimentalNumberControl,{__unstableInputWidth:"60px",label:(0,je.__)("Offset"),labelPosition:"edge",min:0,max:100,onChange:e=>{isNaN(e)||e<0||e>100||o({offset:e})},step:"1",value:t.offset,isDragEnabled:!1})),(0,$e.createElement)(We.BaseControl,{id:c,help:(0,je.__)("Limit the pages you want to show, even if the query has more results. To show all pages use 0 (zero).")},(0,$e.createElement)(We.__experimentalNumberControl,{id:c,__unstableInputWidth:"60px",label:(0,je.__)("Max page to show"),labelPosition:"edge",min:0,onChange:e=>{isNaN(e)||e<0||o({pages:e})},step:"1",value:t.pages,isDragEnabled:!1})))})),s&&(0,$e.createElement)(We.ToolbarGroup,{className:"wp-block-template-part__block-control-group"},(0,$e.createElement)(We.ToolbarButton,{onClick:a},(0,je.__)("Replace"))),(0,$e.createElement)(We.ToolbarGroup,{controls:u}))}const fb=[{label:(0,je.__)("Newest to oldest"),value:"date/desc"},{label:(0,je.__)("Oldest to newest"),value:"date/asc"},{label:(0,je.__)("A Z"),value:"title/asc"},{label:(0,je.__)("Z A"),value:"title/desc"}];var kb=function(e){let{order:t,orderBy:n,onChange:o}=e;return(0,$e.createElement)(We.SelectControl,{label:(0,je.__)("Order by"),value:`${n}/${t}`,options:fb,onChange:e=>{const[t,n]=e.split("/");o({order:n,orderBy:t})}})};const{name:xb}={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/query",title:"Query Loop",category:"theme",description:"An advanced block that allows displaying post types based on different query parameters and visual configurations.",textdomain:"default",attributes:{queryId:{type:"number"},query:{type:"object",default:{perPage:null,pages:0,offset:0,postType:"post",order:"desc",orderBy:"date",author:"",search:"",exclude:[],sticky:"",inherit:!0,taxQuery:null,parents:[]}},tagName:{type:"string",default:"div"},displayLayout:{type:"object",default:{type:"list"}},namespace:{type:"string"}},providesContext:{queryId:"queryId",query:"query",displayLayout:"displayLayout"},supports:{align:["wide","full"],html:!1,color:{gradients:!0,link:!0,__experimentalDefaultControls:{background:!0,text:!0}},__experimentalLayout:!0},editorStyle:"wp-block-query-editor"},wb=e=>{const t=null==e?void 0:e.reduce(((e,t)=>{const{mapById:n,mapByName:o,names:r}=e;return n[t.id]=t,o[t.name]=t,r.push(t.name),e}),{mapById:{},mapByName:{},names:[]});return{entities:e,...t}},Eb=(e,t)=>(e||[]).map((e=>({...e,name:(0,Rd.decodeEntities)((0,St.get)(e,t))})));function Cb(e,t){return!e||e.includes(t)}const Sb={who:"authors",per_page:-1,_fields:"id,name",context:"view"};var Bb=function(e){let{value:t,onChange:n}=e;const o=(0,it.useSelect)((e=>{const{getUsers:t}=e(lt.store);return t(Sb)}),[]);if(!o)return null;const r=wb(o),a=(t?t.toString().split(","):[]).reduce(((e,t)=>{const n=r.mapById[t];return n&&e.push({id:t,value:n.name}),e}),[]);return(0,$e.createElement)(We.FormTokenField,{label:(0,je.__)("Authors"),value:a,suggestions:r.names,onChange:e=>{const t=Array.from(e.reduce(((e,t)=>{const n=((e,t)=>{var n;const o=(null==t?void 0:t.id)||(null===(n=e[t])||void 0===n?void 0:n.id);if(o)return o})(r.mapByName,t);return n&&e.add(n),e}),new Set));n({author:t.join(",")})}})};const Tb=[],Nb={order:"asc",_fields:"id,title",context:"view"};var Pb=function(e){let{parents:t,postType:n,onChange:o}=e;const[r,a]=(0,$e.useState)(""),[l,i]=(0,$e.useState)(Tb),[s,c]=(0,$e.useState)(Tb),u=(0,Zt.useDebounce)(a,250),{searchResults:m,searchHasResolved:d}=(0,it.useSelect)((e=>{if(!r)return{searchResults:Tb,searchHasResolved:!0};const{getEntityRecords:o,hasFinishedResolution:a}=e(lt.store),l=["postType",n,{...Nb,search:r,orderby:"relevance",exclude:t,per_page:20}];return{searchResults:o(...l),searchHasResolved:a("getEntityRecords",l)}}),[r,t]),p=(0,it.useSelect)((e=>{if(null==t||!t.length)return Tb;const{getEntityRecords:o}=e(lt.store);return o("postType",n,{...Nb,include:t,per_page:t.length})}),[t]);(0,$e.useEffect)((()=>{if(null!=t&&t.length||i(Tb),null==p||!p.length)return;const e=wb(Eb(p,"title.rendered")),n=t.reduce(((t,n)=>{const o=e.mapById[n];return o&&t.push({id:n,value:o.name}),t}),[]);i(n)}),[t,p]);const g=(0,$e.useMemo)((()=>null!=m&&m.length?wb(Eb(m,"title.rendered")):Tb),[m]);return(0,$e.useEffect)((()=>{d&&c(g.names)}),[g.names,d]),(0,$e.createElement)(We.FormTokenField,{label:(0,je.__)("Parents"),value:l,onInputChange:u,suggestions:s,onChange:e=>{const t=Array.from(e.reduce(((e,t)=>{const n=((e,t)=>{var n;const o=(null==t?void 0:t.id)||(null==e||null===(n=e[t])||void 0===n?void 0:n.id);if(o)return o})(g.mapByName,t);return n&&e.add(n),e}),new Set));c(Tb),o({parents:t})}})};const Ib=e=>{const t=(e=>(0,it.useSelect)((t=>{const{getTaxonomies:n}=t(lt.store);return n({type:e,per_page:-1,context:"view"})}),[e]))(e);return(0,it.useSelect)((e=>{const{getEntityRecords:n}=e(lt.store),o={context:"view",per_page:100};return null==t?void 0:t.map((e=>{let{slug:t,name:r}=e;const a=n("taxonomy",t,o);return{slug:t,name:r,terms:wb(a)}}))}),[t])};function zb(e){let{onChange:t,query:n}=e;const o=Ib(n.postType),r=e=>{var t;const r=o.find((t=>{let{slug:n}=t;return n===e}));return r?((null===(t=n.taxQuery)||void 0===t?void 0:t[e])||[]).reduce(((e,t)=>{const n=r.terms.mapById[t];return n&&e.push({id:t,value:n.name}),e}),[]):[]};return(0,$e.createElement)($e.Fragment,null,!(null==o||!o.length)&&o.map((e=>{var a;let{slug:l,name:i,terms:s}=e;return null!=s&&null!==(a=s.names)&&void 0!==a&&a.length?(0,$e.createElement)("div",{key:l,className:"block-library-query-inspector__taxonomy-control"},(0,$e.createElement)(We.FormTokenField,{label:i,value:r(l),suggestions:s.names,onChange:(c=l,e=>{const r=o.find((e=>{let{slug:t}=e;return t===c}));if(!r)return;const a=Array.from(e.reduce(((e,t)=>{const n=((e,t)=>{var n;const o=(null==t?void 0:t.id)||(null===(n=e[t])||void 0===n?void 0:n.id);if(o)return o;const r=t.toLocaleLowerCase();for(const t in e)if(t.toLocaleLowerCase()===r)return e[t].id})(r.terms.mapByName,t);return n&&e.add(n),e}),new Set)),l={...n.taxQuery,[c]:a};t({taxQuery:l})})})):null;var c})))}const Mb=[{label:(0,je.__)("Include"),value:""},{label:(0,je.__)("Exclude"),value:"exclude"},{label:(0,je.__)("Only"),value:"only"}];function Lb(e){let{value:t,onChange:n}=e;return(0,$e.createElement)(We.SelectControl,{label:(0,je.__)("Sticky posts"),options:Mb,value:t,onChange:n,help:(0,je.__)('Blog posts can be "stickied", a feature that places them at the top of the front page of posts, keeping it there until new sticky posts are published.')})}function Rb(e){let{attributes:t,setQuery:n,setDisplayLayout:o}=e;const{query:r,displayLayout:a}=t,{order:l,orderBy:i,author:s,postType:c,sticky:u,inherit:m,taxQuery:d,parents:p}=r,g=function(e){return(0,it.useSelect)((t=>{var n;return null===(n=t(Ge.store).getActiveBlockVariation(xb,e))||void 0===n?void 0:n.allowedControls}),[e])}(t),[h,v]=(0,$e.useState)("post"===c),{postTypesTaxonomiesMap:b,postTypesSelectOptions:_}=(()=>{const e=(0,it.useSelect)((e=>{var t;const{getPostTypes:n}=e(lt.store),o=["attachment"];return null===(t=n({per_page:-1}))||void 0===t?void 0:t.filter((e=>{let{viewable:t,slug:n}=e;return t&&!o.includes(n)}))}),[]);return{postTypesTaxonomiesMap:(0,$e.useMemo)((()=>{if(null!=e&&e.length)return e.reduce(((e,t)=>(e[t.slug]=t.taxonomies,e)),{})}),[e]),postTypesSelectOptions:(0,$e.useMemo)((()=>(e||[]).map((e=>{let{labels:t,slug:n}=e;return{label:t.singular_name,value:n}}))),[e])}})(),y=Ib(c),f=function(e){return(0,it.useSelect)((t=>{const n=t(lt.store).getPostType(e);return(null==n?void 0:n.viewable)&&(null==n?void 0:n.hierarchical)}),[e])}(c);(0,$e.useEffect)((()=>{v("post"===c)}),[c]);const[k,x]=(0,$e.useState)(r.search),w=(0,$e.useCallback)((0,St.debounce)((()=>{r.search!==k&&n({search:k})}),250),[k,r.search]);(0,$e.useEffect)((()=>(w(),w.cancel)),[k,w]);const E=Cb(g,"inherit"),C=!m&&Cb(g,"postType"),S="flex"===(null==a?void 0:a.type),B=!m&&Cb(g,"order"),T=!m&&h&&Cb(g,"sticky"),N=E||C||S||B||T;return(0,$e.createElement)($e.Fragment,null,N&&(0,$e.createElement)(Ze.InspectorControls,null,(0,$e.createElement)(We.PanelBody,{title:(0,je.__)("Settings")},E&&(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Inherit query from template"),help:(0,je.__)("Toggle to use the global query context that is set with the current template, such as an archive or search. Disable to customize the settings independently."),checked:!!m,onChange:e=>n({inherit:!!e})}),C&&(0,$e.createElement)(We.SelectControl,{options:_,value:c,label:(0,je.__)("Post type"),onChange:e=>{const t={postType:e},o=b[e],r=Object.entries(d||{}).reduce(((e,t)=>{let[n,r]=t;return o.includes(n)&&(e[n]=r),e}),{});t.taxQuery=Object.keys(r).length?r:void 0,"post"!==e&&(t.sticky=""),t.parents=[],n(t)},help:(0,je.__)('WordPress contains different types of content and they are divided into collections called "Post types". By default there are a few different ones such as blog posts and pages, but plugins could add more.')}),S&&(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(We.RangeControl,{label:(0,je.__)("Columns"),value:a.columns,onChange:e=>o({columns:e}),min:2,max:Math.max(6,a.columns)}),a.columns>6&&(0,$e.createElement)(We.Notice,{status:"warning",isDismissible:!1},(0,je.__)("This column count exceeds the recommended amount and may cause visual breakage."))),B&&(0,$e.createElement)(kb,{order:l,orderBy:i,onChange:n}),T&&(0,$e.createElement)(Lb,{value:u,onChange:e=>n({sticky:e})}))),!m&&(0,$e.createElement)(Ze.InspectorControls,null,(0,$e.createElement)(We.__experimentalToolsPanel,{className:"block-library-query-toolspanel__filters",label:(0,je.__)("Filters"),resetAll:()=>{n({author:"",parents:[],search:"",taxQuery:null}),x("")}},!(null==y||!y.length)&&Cb(g,"taxQuery")&&(0,$e.createElement)(We.__experimentalToolsPanelItem,{label:(0,je.__)("Taxonomies"),hasValue:()=>Object.values(d||{}).some((e=>!!e.length)),onDeselect:()=>n({taxQuery:null})},(0,$e.createElement)(zb,{onChange:n,query:r})),Cb(g,"author")&&(0,$e.createElement)(We.__experimentalToolsPanelItem,{hasValue:()=>!!s,label:(0,je.__)("Authors"),onDeselect:()=>n({author:""})},(0,$e.createElement)(Bb,{value:s,onChange:n})),Cb(g,"search")&&(0,$e.createElement)(We.__experimentalToolsPanelItem,{hasValue:()=>!!k,label:(0,je.__)("Keyword"),onDeselect:()=>x("")},(0,$e.createElement)(We.TextControl,{label:(0,je.__)("Keyword"),value:k,onChange:x})),f&&Cb(g,"parents")&&(0,$e.createElement)(We.__experimentalToolsPanelItem,{hasValue:()=>!(null==p||!p.length),label:(0,je.__)("Parents"),onDeselect:()=>n({parents:[]})},(0,$e.createElement)(Pb,{parents:p,postType:c,onChange:n})))))}const Ab=[["core/post-template"]];function Vb(e){let{attributes:t,setAttributes:n,openPatternSelectionModal:o,name:r,clientId:a}=e;const{queryId:l,query:i,displayLayout:s,tagName:c="div",layout:u={}}=t,{__unstableMarkNextChangeAsNotPersistent:m}=(0,it.useDispatch)(Ze.store),d=(0,Zt.useInstanceId)(Vb),{themeSupportsLayout:p}=(0,it.useSelect)((e=>{var t;const{getSettings:n}=e(Ze.store);return{themeSupportsLayout:null===(t=n())||void 0===t?void 0:t.supportsLayout}}),[]),g=(0,Ze.useSetting)("layout")||{},h=null!=u&&u.type?{...g,...u}:{...g,...u,type:"default"},v=(0,Ze.useBlockProps)(),b=(0,Ze.useInnerBlocksProps)(v,{template:Ab,__experimentalLayout:p?h:void 0}),{postsPerPage:_}=(0,it.useSelect)((e=>{const{getSettings:t}=e(Ze.store);return{postsPerPage:+t().postsPerPage||3}}),[]);(0,$e.useEffect)((()=>{const e={};!i.perPage&&_&&(e.perPage=_),Object.keys(e).length&&(m(),y(e))}),[i.perPage]),(0,$e.useEffect)((()=>{Number.isFinite(l)||(m(),n({queryId:d}))}),[l,d]);const y=e=>n({query:{...i,...e}}),f=e=>n({displayLayout:{...s,...e}});return(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Rb,{attributes:t,setQuery:y,setDisplayLayout:f}),(0,$e.createElement)(Ze.BlockControls,null,(0,$e.createElement)(yb,{name:r,clientId:a,attributes:t,setQuery:y,setDisplayLayout:f,openPatternSelectionModal:o})),(0,$e.createElement)(Ze.InspectorControls,{__experimentalGroup:"advanced"},(0,$e.createElement)(We.SelectControl,{label:(0,je.__)("HTML element"),options:[{label:(0,je.__)("Default (<div>)"),value:"div"},{label:"<main>",value:"main"},{label:"<section>",value:"section"},{label:"<aside>",value:"aside"}],value:c,onChange:e=>n({tagName:e})})),(0,$e.createElement)(c,b))}function Hb(e){var t;let{attributes:n,clientId:o,name:r,openPatternSelectionModal:a,setAttributes:l}=e;const[i,s]=(0,$e.useState)(!1),c=(0,Ze.useBlockProps)(),{blockType:u,allVariations:m,hasPatterns:d}=(0,it.useSelect)((e=>{const{getBlockVariations:t,getBlockType:n}=e(Ge.store),{getBlockRootClientId:a,__experimentalGetPatternsByBlockTypes:l}=e(Ze.store),i=a(o);return{blockType:n(r),allVariations:t(r),hasPatterns:!!l(r,i).length}}),[r,o]),p=(0,Ze.__experimentalGetMatchingVariation)(n,m),g=(null==p?void 0:p.icon)||(null==u||null===(t=u.icon)||void 0===t?void 0:t.src),h=(null==p?void 0:p.title)||(null==u?void 0:u.title);return i?(0,$e.createElement)(Fb,{clientId:o,name:r,attributes:n,setAttributes:l,icon:g,label:h}):(0,$e.createElement)("div",c,(0,$e.createElement)(We.Placeholder,{icon:g,label:h,instructions:(0,je.__)("Choose a pattern for the query loop or start blank.")},!!d&&(0,$e.createElement)(We.Button,{variant:"primary",onClick:a},(0,je.__)("Choose")),(0,$e.createElement)(We.Button,{variant:"secondary",onClick:()=>{s(!0)}},(0,je.__)("Start blank"))))}function Fb(e){let{clientId:t,name:n,attributes:o,setAttributes:r,icon:a,label:l}=e;const{defaultVariation:i,scopeVariations:s}=(0,it.useSelect)((e=>{const{getBlockVariations:t,getBlockType:o,getDefaultBlockVariation:r}=e(Ge.store);return{blockType:o(n),defaultVariation:r(n,"block"),scopeVariations:t(n,"block")}}),[n]),{replaceInnerBlocks:c}=(0,it.useDispatch)(Ze.store),u=(0,Ze.useBlockProps)();return(0,$e.createElement)("div",u,(0,$e.createElement)(Ze.__experimentalBlockVariationPicker,{icon:a,label:l,variations:s,onSelect:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:i;e.attributes&&r({...e.attributes,query:{...e.attributes.query,postType:o.query.postType||e.attributes.query.postType}}),e.innerBlocks&&c(t,(0,Ge.createBlocksFromInnerBlocksTemplate)(e.innerBlocks),!1)}}))}function Db(e){let{clientId:t,attributes:n,setIsPatternSelectionModalOpen:o}=e;const{replaceBlock:r,selectBlock:a}=(0,it.useDispatch)(Ze.store),l=(0,$e.useMemo)((()=>({previewPostType:n.query.postType})),[n.query.postType]),i=function(e,t){const n=(0,it.useSelect)((e=>{var n;return null===(n=e(Ge.store).getActiveBlockVariation(xb,t))||void 0===n?void 0:n.name}),[t]),o=`${xb}/${n}`,r=(0,it.useSelect)((t=>{if(!n)return;const{getBlockRootClientId:r,__experimentalGetPatternsByBlockTypes:a}=t(Ze.store),l=r(e);return a(o,l)}),[e,n]);return null!=r&&r.length?o:xb}(t,n);return(0,$e.createElement)(We.Modal,{className:"block-editor-query-pattern__selection-modal",title:(0,je.__)("Choose a pattern"),closeLabel:(0,je.__)("Cancel"),onRequestClose:()=>o(!1)},(0,$e.createElement)(Ze.BlockContextProvider,{value:l},(0,$e.createElement)(Ze.__experimentalBlockPatternSetup,{blockName:i,clientId:t,onBlockPatternSelect:e=>{const{newBlocks:o,queryClientIds:l}=((e,t)=>{const{query:{postType:n,inherit:o}}=t,r=e.map((e=>(0,Ge.cloneBlock)(e))),a=[],l=[...r];for(;l.length>0;){var i;const e=l.shift();"core/query"===e.name&&(e.attributes.query={...e.attributes.query,postType:n,inherit:o},a.push(e.clientId)),null===(i=e.innerBlocks)||void 0===i||i.forEach((e=>{l.push(e)}))}return{newBlocks:r,queryClientIds:a}})(e,n);r(t,o),l[0]&&a(l[0])}})))}var Gb=e=>{const{clientId:t,attributes:n}=e,[o,r]=(0,$e.useState)(!1),a=(0,it.useSelect)((e=>!!e(Ze.store).getBlocks(t).length),[t])?Vb:Hb;return(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(a,nt({},e,{openPatternSelectionModal:()=>r(!0)})),o&&(0,$e.createElement)(Db,{clientId:t,attributes:n,setIsPatternSelectionModalOpen:r}))};const $b=(0,$e.createElement)(We.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 48 48"},(0,$e.createElement)(We.Path,{d:"M41 9H7v3h34V9zm-22 5H7v1h12v-1zM7 26h12v1H7v-1zm34-5H7v3h34v-3zM7 38h12v1H7v-1zm34-5H7v3h34v-3z"})),Ub=(0,$e.createElement)(We.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 48 48"},(0,$e.createElement)(We.Path,{d:"M41 9H7v3h34V9zm-4 5H7v1h30v-1zm4 3H7v1h34v-1zM7 20h30v1H7v-1zm0 12h30v1H7v-1zm34 3H7v1h34v-1zM7 38h30v1H7v-1zm34-11H7v3h34v-3z"})),Ob=(0,$e.createElement)(We.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 48 48"},(0,$e.createElement)(We.Path,{d:"M41 9H7v3h34V9zm-22 5H7v1h12v-1zm22 3H7v1h34v-1zM7 20h34v1H7v-1zm0 12h12v1H7v-1zm34 3H7v1h34v-1zM7 38h34v1H7v-1zm34-11H7v3h34v-3z"})),qb=(0,$e.createElement)(We.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 48 48"},(0,$e.createElement)(We.Path,{d:"M7 9h34v6H7V9zm12 8H7v1h12v-1zm18 3H7v1h30v-1zm0 18H7v1h30v-1zM7 35h12v1H7v-1zm34-8H7v6h34v-6z"})),Wb={query:{perPage:3,pages:0,offset:0,postType:"post",order:"desc",orderBy:"date",author:"",search:"",exclude:[],sticky:"",inherit:!1}};var jb=[{name:"posts-list",title:(0,je.__)("Posts List"),description:(0,je.__)("Display a list of your most recent posts, excluding sticky posts."),icon:Tu,attributes:{query:{perPage:4,pages:1,offset:0,postType:"post",order:"desc",orderBy:"date",author:"",search:"",sticky:"exclude",inherit:!1}},scope:["inserter"]},{name:"title-date",title:(0,je.__)("Title & Date"),icon:$b,attributes:{...Wb},innerBlocks:[["core/post-template",{},[["core/post-title"],["core/post-date"]]],["core/query-pagination"],["core/query-no-results"]],scope:["block"]},{name:"title-excerpt",title:(0,je.__)("Title & Excerpt"),icon:Ub,attributes:{...Wb},innerBlocks:[["core/post-template",{},[["core/post-title"],["core/post-excerpt"]]],["core/query-pagination"],["core/query-no-results"]],scope:["block"]},{name:"title-date-excerpt",title:(0,je.__)("Title, Date, & Excerpt"),icon:Ob,attributes:{...Wb},innerBlocks:[["core/post-template",{},[["core/post-title"],["core/post-date"],["core/post-excerpt"]]],["core/query-pagination"],["core/query-no-results"]],scope:["block"]},{name:"image-date-title",title:(0,je.__)("Image, Date, & Title"),icon:qb,attributes:{...Wb},innerBlocks:[["core/post-template",{},[["core/post-featured-image"],["core/post-date"],["core/post-title"]]],["core/query-pagination"],["core/query-no-results"]],scope:["block"]}];const Zb=e=>{var t,n;const{query:o}=e,{categoryIds:r,tagIds:a,...l}=o;var i,s;(null!==(t=o.categoryIds)&&void 0!==t&&t.length||null!==(n=o.tagIds)&&void 0!==n&&n.length)&&(l.taxQuery={category:null!==(i=o.categoryIds)&&void 0!==i&&i.length?o.categoryIds:void 0,post_tag:null!==(s=o.tagIds)&&void 0!==s&&s.length?o.tagIds:void 0});return{...e,query:l}},Qb=[{attributes:{queryId:{type:"number"},query:{type:"object",default:{perPage:null,pages:0,offset:0,postType:"post",categoryIds:[],tagIds:[],order:"desc",orderBy:"date",author:"",search:"",exclude:[],sticky:"",inherit:!0}},tagName:{type:"string",default:"div"},displayLayout:{type:"object",default:{type:"list"}}},supports:{align:["wide","full"],html:!1,color:{gradients:!0,link:!0},__experimentalLayout:!0},isEligible:e=>{let{query:{categoryIds:t,tagIds:n}={}}=e;return t||n},migrate:Zb,save(e){let{attributes:{tagName:t="div"}}=e;const n=Ze.useBlockProps.save(),o=Ze.useInnerBlocksProps.save(n);return(0,$e.createElement)(t,o)}},{attributes:{queryId:{type:"number"},query:{type:"object",default:{perPage:null,pages:0,offset:0,postType:"post",categoryIds:[],tagIds:[],order:"desc",orderBy:"date",author:"",search:"",exclude:[],sticky:"",inherit:!0}},layout:{type:"object",default:{type:"list"}}},supports:{html:!1},migrate(e){const t=Zb(e),{layout:n,...o}=t;return{...o,displayLayout:t.layout}},save(){return(0,$e.createElement)(Ze.InnerBlocks.Content,null)}}];var Kb=Qb;const Yb=e=>{let{attributes:{query:{postType:t}={}}={}}=e;if(!t)return null;const n=(0,at.addQueryArgs)("post-new.php",{post_type:t});return(0,$e.createElement)("div",{className:"wp-block-query__create-new-link"},(0,$e.createInterpolateElement)((0,je.__)("<a>Create a new post</a> for this feed."),{a:(0,$e.createElement)("a",{href:n})}))};var Jb=(0,Zt.createHigherOrderComponent)((e=>t=>{const{name:n,isSelected:o}=t;return"core/query"===n&&o?(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Ze.InspectorControls,null,(0,$e.createElement)(Yb,t)),(0,$e.createElement)(e,nt({key:"edit"},t))):(0,$e.createElement)(e,nt({key:"edit"},t))}),"withInspectorControls");const Xb={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/query",title:"Query Loop",category:"theme",description:"An advanced block that allows displaying post types based on different query parameters and visual configurations.",textdomain:"default",attributes:{queryId:{type:"number"},query:{type:"object",default:{perPage:null,pages:0,offset:0,postType:"post",order:"desc",orderBy:"date",author:"",search:"",exclude:[],sticky:"",inherit:!0,taxQuery:null,parents:[]}},tagName:{type:"string",default:"div"},displayLayout:{type:"object",default:{type:"list"}},namespace:{type:"string"}},providesContext:{queryId:"queryId",query:"query",displayLayout:"displayLayout"},supports:{align:["wide","full"],html:!1,color:{gradients:!0,link:!0,__experimentalDefaultControls:{background:!0,text:!0}},__experimentalLayout:!0},editorStyle:"wp-block-query-editor"},{name:e_}=Xb,t_={icon:bb,edit:Gb,save:function(e){let{attributes:{tagName:t="div"}}=e;const n=Ze.useBlockProps.save(),o=Ze.useInnerBlocksProps.save(n);return(0,$e.createElement)(t,o)},variations:jb,deprecated:Kb},n_=()=>((0,Xs.addFilter)("editor.BlockEdit","core/query",Jb),qe({name:e_,metadata:Xb,settings:t_})),o_=[["core/paragraph",{placeholder:(0,je.__)("Add text or blocks that will display when a query returns no results.")}]];const r_={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/query-no-results",title:"No results",category:"theme",description:"Contains the block elements used to render content when no query results are found.",parent:["core/query"],textdomain:"default",usesContext:["queryId","query"],supports:{align:!0,reusable:!1,html:!1,color:{gradients:!0,link:!0},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}}}},{name:a_}=r_,l_={icon:bb,edit:function(){const e=(0,Ze.useBlockProps)(),t=(0,Ze.useInnerBlocksProps)(e,{template:o_});return(0,$e.createElement)("div",t)},save:function(){return(0,$e.createElement)(Ze.InnerBlocks.Content,null)}},i_=()=>qe({name:a_,metadata:r_,settings:l_});function s_(e){let{value:t,onChange:n}=e;return(0,$e.createElement)(We.__experimentalToggleGroupControl,{label:(0,je.__)("Arrow"),value:t,onChange:n,help:(0,je.__)("A decorative arrow appended to the next and previous page link."),isBlock:!0},(0,$e.createElement)(We.__experimentalToggleGroupControlOption,{value:"none",label:(0,je._x)("None","Arrow option for Query Pagination Next/Previous blocks")}),(0,$e.createElement)(We.__experimentalToggleGroupControlOption,{value:"arrow",label:(0,je._x)("Arrow","Arrow option for Query Pagination Next/Previous blocks")}),(0,$e.createElement)(We.__experimentalToggleGroupControlOption,{value:"chevron",label:(0,je._x)("Chevron","Arrow option for Query Pagination Next/Previous blocks")}))}const c_=[["core/query-pagination-previous"],["core/query-pagination-numbers"],["core/query-pagination-next"]],u_=["core/query-pagination-previous","core/query-pagination-numbers","core/query-pagination-next"];var m_=[{save(){return(0,$e.createElement)("div",Ze.useBlockProps.save(),(0,$e.createElement)(Ze.InnerBlocks.Content,null))}}];const d_={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/query-pagination",title:"Pagination",category:"theme",parent:["core/query"],description:"Displays a paginated navigation to next/previous set of posts, when applicable.",textdomain:"default",attributes:{paginationArrow:{type:"string",default:"none"}},usesContext:["queryId","query"],providesContext:{paginationArrow:"paginationArrow"},supports:{align:!0,reusable:!1,html:!1,color:{gradients:!0,link:!0,__experimentalDefaultControls:{background:!0,text:!0,link:!0}},__experimentalLayout:{allowSwitching:!1,allowInheriting:!1,default:{type:"flex"}},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}}},editorStyle:"wp-block-query-pagination-editor",style:"wp-block-query-pagination"},{name:p_}=d_,g_={icon:jr,edit:function(e){let{attributes:{paginationArrow:t,layout:n},setAttributes:o,clientId:r,name:a}=e;const l=n||(e=>{const t=(0,Ge.getBlockSupport)(e,"__experimentalLayout");return null==t?void 0:t.default})(a),i=(0,it.useSelect)((e=>{const{getBlocks:t}=e(Ze.store),n=t(r);return null==n?void 0:n.find((e=>["core/query-pagination-next","core/query-pagination-previous"].includes(e.name)))}),[]),s=(0,Ze.useBlockProps)(),c=(0,Ze.useInnerBlocksProps)(s,{template:c_,allowedBlocks:u_,__experimentalLayout:l});return(0,$e.createElement)($e.Fragment,null,i&&(0,$e.createElement)(Ze.InspectorControls,null,(0,$e.createElement)(We.PanelBody,{title:(0,je.__)("Settings")},(0,$e.createElement)(s_,{value:t,onChange:e=>{o({paginationArrow:e})}}))),(0,$e.createElement)("nav",c))},save:function(){return(0,$e.createElement)(Ze.InnerBlocks.Content,null)},deprecated:m_},h_=()=>qe({name:p_,metadata:d_,settings:g_}),v_={none:"",arrow:"",chevron:"»"};const b_={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/query-pagination-next",title:"Next Page",category:"theme",parent:["core/query-pagination"],description:"Displays the next posts page link.",textdomain:"default",attributes:{label:{type:"string"}},usesContext:["queryId","query","paginationArrow"],supports:{reusable:!1,html:!1,color:{gradients:!0,text:!1,__experimentalDefaultControls:{background:!0}},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}}}},{name:__}=b_,y_={icon:ta,edit:function(e){let{attributes:{label:t},setAttributes:n,context:{paginationArrow:o}}=e;const r=v_[o];return(0,$e.createElement)("a",nt({href:"#pagination-next-pseudo-link",onClick:e=>e.preventDefault()},(0,Ze.useBlockProps)()),(0,$e.createElement)(Ze.PlainText,{__experimentalVersion:2,tagName:"span","aria-label":(0,je.__)("Next page link"),placeholder:(0,je.__)("Next Page"),value:t,onChange:e=>n({label:e})}),r&&(0,$e.createElement)("span",{className:`wp-block-query-pagination-next-arrow is-arrow-${o}`,"aria-hidden":!0},r))}},f_=()=>qe({name:__,metadata:b_,settings:y_}),k_=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"a",n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"";return(0,$e.createElement)(t,{className:`page-numbers ${n}`},e)};const x_={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/query-pagination-numbers",title:"Page Numbers",category:"theme",parent:["core/query-pagination"],description:"Displays a list of page numbers for pagination",textdomain:"default",usesContext:["queryId","query"],supports:{reusable:!1,html:!1,color:{gradients:!0,text:!1,__experimentalDefaultControls:{background:!0}},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}}},editorStyle:"query-pagination-numbers-editor"},{name:w_}=x_,E_={icon:ia,edit:function(){const e=(0,$e.createElement)($e.Fragment,null,k_(1),k_(2),k_(3,"span","current"),k_(4),k_(5),k_("...","span","dots"),k_(8));return(0,$e.createElement)("div",(0,Ze.useBlockProps)(),e)}},C_=()=>qe({name:w_,metadata:x_,settings:E_}),S_={none:"",arrow:"",chevron:"«"};const B_={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/query-pagination-previous",title:"Previous Page",category:"theme",parent:["core/query-pagination"],description:"Displays the previous posts page link.",textdomain:"default",attributes:{label:{type:"string"}},usesContext:["queryId","query","paginationArrow"],supports:{reusable:!1,html:!1,color:{gradients:!0,text:!1,__experimentalDefaultControls:{background:!0}},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}}}},{name:T_}=B_,N_={icon:Gr,edit:function(e){let{attributes:{label:t},setAttributes:n,context:{paginationArrow:o}}=e;const r=S_[o];return(0,$e.createElement)("a",nt({href:"#pagination-previous-pseudo-link",onClick:e=>e.preventDefault()},(0,Ze.useBlockProps)()),r&&(0,$e.createElement)("span",{className:`wp-block-query-pagination-previous-arrow is-arrow-${o}`,"aria-hidden":!0},r),(0,$e.createElement)(Ze.PlainText,{__experimentalVersion:2,tagName:"span","aria-label":(0,je.__)("Previous page link"),placeholder:(0,je.__)("Previous Page"),value:t,onChange:e=>n({label:e})}))}},P_=()=>qe({name:T_,metadata:B_,settings:N_}),I_=["archive","search"];const z_=[{isDefault:!0,name:"archive-title",title:(0,je.__)("Archive Title"),description:(0,je.__)("Display the archive title based on the queried object."),icon:pa,attributes:{type:"archive"},scope:["inserter"]},{isDefault:!1,name:"search-title",title:(0,je.__)("Search Results Title"),description:(0,je.__)("Display the search results title based on the queried object."),icon:pa,attributes:{type:"search"},scope:["inserter"]}];z_.forEach((e=>{e.isActive||(e.isActive=(e,t)=>e.type===t.type)}));var M_=z_;const L_={attributes:{type:{type:"string"},textAlign:{type:"string"},level:{type:"number",default:1}},supports:{align:["wide","full"],html:!1,color:{gradients:!0},spacing:{margin:!0},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0}},save(){return null},migrate:Jt,isEligible(e){var t;let{style:n}=e;return null==n||null===(t=n.typography)||void 0===t?void 0:t.fontFamily}};var R_=[L_];const A_={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/query-title",title:"Query Title",category:"theme",description:"Display the query title.",textdomain:"default",attributes:{type:{type:"string"},textAlign:{type:"string"},level:{type:"number",default:1},showPrefix:{type:"boolean",default:!0},showSearchTerm:{type:"boolean",default:!0}},supports:{align:["wide","full"],html:!1,color:{gradients:!0,__experimentalDefaultControls:{background:!0,text:!0}},spacing:{margin:!0,padding:!0},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontStyle:!0,__experimentalFontWeight:!0,__experimentalLetterSpacing:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalDefaultControls:{fontSize:!0,fontAppearance:!0,textTransform:!0}}},style:"wp-block-query-title"},{name:V_}=A_,H_={icon:pa,edit:function(e){let{attributes:{type:t,level:n,textAlign:o,showPrefix:r,showSearchTerm:a},setAttributes:l}=e;const i=`h${n}`,s=(0,Ze.useBlockProps)({className:rt()("wp-block-query-title__placeholder",{[`has-text-align-${o}`]:o})});if(!I_.includes(t))return(0,$e.createElement)("div",s,(0,$e.createElement)(Ze.Warning,null,(0,je.__)("Provided type is not supported.")));let c;return"archive"===t&&(c=(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Ze.InspectorControls,null,(0,$e.createElement)(We.PanelBody,{title:(0,je.__)("Settings")},(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Show archive type in title"),onChange:()=>l({showPrefix:!r}),checked:r}))),(0,$e.createElement)(i,s,r?(0,je.__)("Archive type: Name"):(0,je.__)("Archive title")))),"search"===t&&(c=(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Ze.InspectorControls,null,(0,$e.createElement)(We.PanelBody,{title:(0,je.__)("Settings")},(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Show search term in title"),onChange:()=>l({showSearchTerm:!a}),checked:a}))),(0,$e.createElement)(i,s,a?(0,je.__)('Search results for: "search term"'):(0,je.__)("Search results")))),(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Ze.BlockControls,{group:"block"},(0,$e.createElement)(ba,{selectedLevel:n,onChange:e=>l({level:e})}),(0,$e.createElement)(Ze.AlignmentControl,{value:o,onChange:e=>{l({textAlign:e})}})),c)},variations:M_,deprecated:R_},F_=()=>qe({name:V_,metadata:A_,settings:H_});var D_=(0,$e.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,$e.createElement)(Ue.Path,{d:"M13 6v6h5.2v4c0 .8-.2 1.4-.5 1.7-.6.6-1.6.6-2.5.5h-.3v1.5h.5c1 0 2.3-.1 3.3-1 .6-.6 1-1.6 1-2.8V6H13zm-9 6h5.2v4c0 .8-.2 1.4-.5 1.7-.6.6-1.6.6-2.5.5h-.3v1.5h.5c1 0 2.3-.1 3.3-1 .6-.6 1-1.6 1-2.8V6H4v6z"}));const G_=e=>{const{value:t,...n}=e;return[{...n},t?(0,Ge.parseWithAttributeSchema)(t,{type:"array",source:"query",selector:"p",query:{content:{type:"string",source:"html"}}}).map((e=>{let{content:t}=e;return(0,Ge.createBlock)("core/paragraph",{content:t})})):(0,Ge.createBlock)("core/paragraph")]},$_={attributes:{value:{type:"string",source:"html",selector:"blockquote",multiline:"p",default:"",__experimentalRole:"content"},citation:{type:"string",source:"html",selector:"cite",default:"",__experimentalRole:"content"},align:{type:"string"}},supports:{anchor:!0,__experimentalSlashInserter:!0,typography:{fontSize:!0,lineHeight:!0,__experimentalFontStyle:!0,__experimentalFontWeight:!0,__experimentalLetterSpacing:!0,__experimentalTextTransform:!0,__experimentalDefaultControls:{fontSize:!0,fontAppearance:!0}}},save(e){let{attributes:t}=e;const{align:n,value:o,citation:r}=t,a=rt()({[`has-text-align-${n}`]:n});return(0,$e.createElement)("blockquote",Ze.useBlockProps.save({className:a}),(0,$e.createElement)(Ze.RichText.Content,{multiline:!0,value:o}),!Ze.RichText.isEmpty(r)&&(0,$e.createElement)(Ze.RichText.Content,{tagName:"cite",value:r}))},migrate:G_},U_={attributes:{value:{type:"string",source:"html",selector:"blockquote",multiline:"p",default:""},citation:{type:"string",source:"html",selector:"cite",default:""},align:{type:"string"}},migrate:G_,save(e){let{attributes:t}=e;const{align:n,value:o,citation:r}=t;return(0,$e.createElement)("blockquote",{style:{textAlign:n||null}},(0,$e.createElement)(Ze.RichText.Content,{multiline:!0,value:o}),!Ze.RichText.isEmpty(r)&&(0,$e.createElement)(Ze.RichText.Content,{tagName:"cite",value:r}))}},O_={attributes:{value:{type:"string",source:"html",selector:"blockquote",multiline:"p",default:""},citation:{type:"string",source:"html",selector:"cite",default:""},align:{type:"string"},style:{type:"number",default:1}},migrate(e){if(2===e.style){const{style:t,...n}=e;return G_({...n,className:e.className?e.className+" is-style-large":"is-style-large"})}return G_(e)},save(e){let{attributes:t}=e;const{align:n,value:o,citation:r,style:a}=t;return(0,$e.createElement)("blockquote",{className:2===a?"is-large":"",style:{textAlign:n||null}},(0,$e.createElement)(Ze.RichText.Content,{multiline:!0,value:o}),!Ze.RichText.isEmpty(r)&&(0,$e.createElement)(Ze.RichText.Content,{tagName:"cite",value:r}))}},q_={attributes:{value:{type:"string",source:"html",selector:"blockquote",multiline:"p",default:""},citation:{type:"string",source:"html",selector:"footer",default:""},align:{type:"string"},style:{type:"number",default:1}},migrate(e){if(!isNaN(parseInt(e.style))){const{style:t,...n}=e;return G_({...n})}return G_(e)},save(e){let{attributes:t}=e;const{align:n,value:o,citation:r,style:a}=t;return(0,$e.createElement)("blockquote",{className:`blocks-quote-style-${a}`,style:{textAlign:n||null}},(0,$e.createElement)(Ze.RichText.Content,{multiline:!0,value:o}),!Ze.RichText.isEmpty(r)&&(0,$e.createElement)(Ze.RichText.Content,{tagName:"footer",value:r}))}};var W_=[$_,U_,O_,q_];const j_="web"===$e.Platform.OS,Z_=[["core/paragraph",{}]];const Q_={from:[{type:"block",blocks:["core/pullquote"],transform:e=>{let{value:t,citation:n,anchor:o,fontSize:r,style:a}=e;return(0,Ge.createBlock)("core/quote",{citation:n,anchor:o,fontSize:r,style:a},[(0,Ge.createBlock)("core/paragraph",{content:t})])}},{type:"block",blocks:["core/group"],transform:(e,t)=>{let{anchor:n}=e;return(0,Ge.createBlock)("core/quote",{anchor:n},t)}},{type:"prefix",prefix:">",transform:e=>(0,Ge.createBlock)("core/quote",{},[(0,Ge.createBlock)("core/paragraph",{content:e})])},{type:"raw",schema:()=>({blockquote:{children:"*"}}),selector:"blockquote",transform:(e,t)=>(0,Ge.createBlock)("core/quote",{},t({HTML:e.innerHTML,mode:"BLOCKS"}))},{type:"block",isMultiBlock:!0,blocks:["*"],isMatch:(e,t)=>{let{}=e;return 1===t.length?["core/paragraph","core/heading","core/list","core/pullquote"].includes(t[0].name):!t.some((e=>{let{name:t}=e;return"core/quote"===t}))},__experimentalConvert:e=>(0,Ge.createBlock)("core/quote",{},e.map((e=>(0,Ge.createBlock)(e.name,e.attributes,e.innerBlocks))))}],to:[{type:"block",blocks:["core/pullquote"],isMatch:(e,t)=>{let{}=e;return t.innerBlocks.every((e=>{let{name:t}=e;return"core/paragraph"===t}))},transform:(e,t)=>{let{citation:n,anchor:o,fontSize:r,style:a}=e;const l=t.map((e=>{let{attributes:t}=e;return`${t.content}`})).join("<br>");return(0,Ge.createBlock)("core/pullquote",{value:l,citation:n,anchor:o,fontSize:r,style:a})}},{type:"block",blocks:["core/group"],transform:(e,t)=>{let{citation:n,anchor:o}=e;return(0,Ge.createBlock)("core/group",{anchor:o},n?[...t,(0,Ge.createBlock)("core/paragraph",{content:n})]:t)}},{type:"block",blocks:["*"],transform:(e,t)=>{let{citation:n}=e;return n?[...t,(0,Ge.createBlock)("core/paragraph",{content:n})]:t}}]};var K_=Q_;const Y_={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/quote",title:"Quote",category:"text",description:'Give quoted text visual emphasis. "In quoting others, we cite ourselves." Julio Cortázar',keywords:["blockquote","cite"],textdomain:"default",attributes:{value:{type:"string",source:"html",selector:"blockquote",multiline:"p",default:"",__experimentalRole:"content"},citation:{type:"string",source:"html",selector:"cite",default:"",__experimentalRole:"content"},align:{type:"string"}},supports:{anchor:!0,__experimentalOnEnter:!0,typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0,fontAppearance:!0}},color:{gradients:!0,link:!0,__experimentalDefaultControls:{background:!0,text:!0}}},styles:[{name:"default",label:"Default",isDefault:!0},{name:"plain",label:"Plain"}],editorStyle:"wp-block-quote-editor",style:"wp-block-quote"},{name:J_}=Y_,X_={icon:D_,example:{attributes:{citation:"Julio Cortázar"},innerBlocks:[{name:"core/paragraph",attributes:{content:(0,je.__)("In quoting others, we cite ourselves.")}}]},transforms:K_,edit:function(e){let{attributes:t,setAttributes:n,insertBlocksAfter:o,clientId:r,className:a,style:l}=e;const{align:i,citation:s}=t;((e,t)=>{const n=(0,it.useRegistry)(),{updateBlockAttributes:o,replaceInnerBlocks:r}=(0,it.useDispatch)(Ze.store);(0,$e.useEffect)((()=>{if(!e.value)return;const[a,l]=G_(e);Ku()("Value attribute on the quote block",{since:"6.0",version:"6.5",alternative:"inner blocks"}),n.batch((()=>{o(t,a),r(t,l)}))}),[e.value])})(t,r);const c=(0,it.useSelect)((e=>{const{isBlockSelected:t,hasSelectedInnerBlock:n}=e(Ze.store);return n(r)||t(r)}),[]),u=(0,Ze.useBlockProps)({className:rt()(a,{[`has-text-align-${i}`]:i}),...!j_&&{style:l}}),m=(0,Ze.useInnerBlocksProps)(u,{template:Z_,templateInsertUpdatesSelection:!0});return(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Ze.BlockControls,{group:"block"},(0,$e.createElement)(Ze.AlignmentControl,{value:i,onChange:e=>{n({align:e})}})),(0,$e.createElement)(We.BlockQuotation,m,m.children,(!Ze.RichText.isEmpty(s)||c)&&(0,$e.createElement)(Ze.RichText,nt({identifier:"citation",tagName:j_?"cite":void 0,style:{display:"block"},value:s,onChange:e=>{n({citation:e})},__unstableMobileNoFocusOnMount:!0,"aria-label":(0,je.__)("Quote citation"),placeholder:(0,je.__)("Add citation"),className:"wp-block-quote__citation",__unstableOnSplitAtEnd:()=>o((0,Ge.createBlock)((0,Ge.getDefaultBlockName)()))},j_?{}:{textAlign:i}))))},save:function(e){let{attributes:t}=e;const{align:n,citation:o}=t,r=rt()({[`has-text-align-${n}`]:n});return(0,$e.createElement)("blockquote",Ze.useBlockProps.save({className:r}),(0,$e.createElement)(Ze.InnerBlocks.Content,null),!Ze.RichText.isEmpty(o)&&(0,$e.createElement)(Ze.RichText.Content,{tagName:"cite",value:o}))},deprecated:W_},ey=()=>qe({name:J_,metadata:Y_,settings:X_});var ty=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M21.3 10.8l-5.6-5.6c-.7-.7-1.8-.7-2.5 0l-5.6 5.6c-.7.7-.7 1.8 0 2.5l5.6 5.6c.3.3.8.5 1.2.5s.9-.2 1.2-.5l5.6-5.6c.8-.7.8-1.9.1-2.5zm-1 1.4l-5.6 5.6c-.1.1-.3.1-.4 0l-5.6-5.6c-.1-.1-.1-.3 0-.4l5.6-5.6s.1-.1.2-.1.1 0 .2.1l5.6 5.6c.1.1.1.3 0 .4zm-16.6-.4L10 5.5l-1-1-6.3 6.3c-.7.7-.7 1.8 0 2.5L9 19.5l1.1-1.1-6.3-6.3c-.2 0-.2-.2-.1-.3z"})),ny=window.wp.reusableBlocks;var oy=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M18 4h-7c-1.1 0-2 .9-2 2v7c0 1.1.9 2 2 2h7c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm.5 9c0 .3-.2.5-.5.5h-7c-.3 0-.5-.2-.5-.5V6c0-.3.2-.5.5-.5h7c.3 0 .5.2.5.5v7zm-5 5c0 .3-.2.5-.5.5H6c-.3 0-.5-.2-.5-.5v-7c0-.3.2-.5.5-.5h1V9H6c-1.1 0-2 .9-2 2v7c0 1.1.9 2 2 2h7c1.1 0 2-.9 2-2v-1h-1.5v1z"}));const ry={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/block",title:"Reusable block",category:"reusable",description:"Create and save content to reuse across your site. Update the block, and the changes apply everywhere its used.",textdomain:"default",attributes:{ref:{type:"number"}},supports:{customClassName:!1,html:!1,inserter:!1},editorStyle:"wp-block-editor"},{name:ay}=ry,ly={edit:function(e){let{attributes:{ref:t},clientId:n}=e;const o=(0,Ze.__experimentalUseHasRecursion)(t),{record:r,hasResolved:a}=(0,lt.useEntityRecord)("postType","wp_block",t),l=a&&!r,i=(0,it.useSelect)((e=>e(Ze.store).canRemoveBlock(n)),[n]),{__experimentalConvertBlockToStatic:s}=(0,it.useDispatch)(ny.store),[c,u,m]=(0,lt.useEntityBlockEditor)("postType","wp_block",{id:t}),[d,p]=(0,lt.useEntityProp)("postType","wp_block","title",t),g=(0,Ze.useBlockProps)({className:"block-library-block__reusable-block-container"}),h=(0,Ze.useInnerBlocksProps)(g,{value:c,onInput:u,onChange:m,renderAppender:null!=c&&c.length?void 0:Ze.InnerBlocks.ButtonBlockAppender});return o?(0,$e.createElement)("div",g,(0,$e.createElement)(Ze.Warning,null,(0,je.__)("Block cannot be rendered inside itself."))):l?(0,$e.createElement)("div",g,(0,$e.createElement)(Ze.Warning,null,(0,je.__)("Block has been deleted or is unavailable."))):a?(0,$e.createElement)(Ze.__experimentalRecursionProvider,{uniqueId:t},i&&(0,$e.createElement)(Ze.BlockControls,null,(0,$e.createElement)(We.ToolbarGroup,null,(0,$e.createElement)(We.ToolbarButton,{onClick:()=>s(n),label:(0,je.__)("Convert to regular blocks"),icon:oy,showTooltip:!0}))),(0,$e.createElement)(Ze.InspectorControls,null,(0,$e.createElement)(We.PanelBody,null,(0,$e.createElement)(We.TextControl,{label:(0,je.__)("Name"),value:d,onChange:p}))),(0,$e.createElement)("div",h)):(0,$e.createElement)("div",g,(0,$e.createElement)(We.Placeholder,null,(0,$e.createElement)(We.Spinner,null)))},icon:ty},iy=()=>qe({name:ay,metadata:ry,settings:ly});const sy={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/read-more",title:"Read More",category:"theme",description:"Displays the link of a post, page, or any other content-type.",textdomain:"default",attributes:{content:{type:"string"},linkTarget:{type:"string",default:"_self"}},usesContext:["postId"],supports:{html:!1,color:{gradients:!0,text:!0},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalLetterSpacing:!0,__experimentalTextDecoration:!0,__experimentalDefaultControls:{fontSize:!0,textDecoration:!0}},spacing:{margin:["top","bottom"],padding:!0,__experimentalDefaultControls:{padding:!0}},__experimentalBorder:{color:!0,radius:!0,width:!0,__experimentalDefaultControls:{width:!0}}},style:"wp-block-read-more"},{name:cy}=sy,uy={icon:cn,edit:function(e){let{attributes:{content:t,linkTarget:n},setAttributes:o,insertBlocksAfter:r}=e;const a=(0,Ze.useBlockProps)();return(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Ze.InspectorControls,null,(0,$e.createElement)(We.PanelBody,{title:(0,je.__)("Link settings")},(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Open in new tab"),onChange:e=>o({linkTarget:e?"_blank":"_self"}),checked:"_blank"===n}))),(0,$e.createElement)(Ze.RichText,nt({tagName:"a","aria-label":(0,je.__)('"Read more" link text'),placeholder:(0,je.__)("Read more"),value:t,onChange:e=>o({content:e}),__unstableOnSplitAtEnd:()=>r((0,Ge.createBlock)((0,Ge.getDefaultBlockName)())),withoutInteractiveFormatting:!0},a)))}},my=()=>qe({name:cy,metadata:sy,settings:uy});var dy=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M5 10.2h-.8v1.5H5c1.9 0 3.8.8 5.1 2.1 1.4 1.4 2.1 3.2 2.1 5.1v.8h1.5V19c0-2.3-.9-4.5-2.6-6.2-1.6-1.6-3.8-2.6-6.1-2.6zm10.4-1.6C12.6 5.8 8.9 4.2 5 4.2h-.8v1.5H5c3.5 0 6.9 1.4 9.4 3.9s3.9 5.8 3.9 9.4v.8h1.5V19c0-3.9-1.6-7.6-4.4-10.4zM4 20h3v-3H4v3z"}));const py={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/rss",title:"RSS",category:"widgets",description:"Display entries from any RSS or Atom feed.",keywords:["atom","feed"],textdomain:"default",attributes:{columns:{type:"number",default:2},blockLayout:{type:"string",default:"list"},feedURL:{type:"string",default:""},itemsToShow:{type:"number",default:5},displayExcerpt:{type:"boolean",default:!1},displayAuthor:{type:"boolean",default:!1},displayDate:{type:"boolean",default:!1},excerptLength:{type:"number",default:55}},supports:{align:!0,html:!1},editorStyle:"wp-block-rss-editor",style:"wp-block-rss"},{name:gy}=py,hy={icon:dy,example:{attributes:{feedURL:"https://wordpress.org"}},edit:function(e){let{attributes:t,setAttributes:n}=e;const[o,r]=(0,$e.useState)(!t.feedURL),{blockLayout:a,columns:l,displayAuthor:i,displayDate:s,displayExcerpt:c,excerptLength:u,feedURL:m,itemsToShow:d}=t;function p(e){return()=>{const o=t[e];n({[e]:!o})}}const g=(0,Ze.useBlockProps)();if(o)return(0,$e.createElement)("div",g,(0,$e.createElement)(We.Placeholder,{icon:dy,label:"RSS"},(0,$e.createElement)("form",{onSubmit:function(e){e.preventDefault(),m&&(n({feedURL:(0,at.prependHTTP)(m)}),r(!1))},className:"wp-block-rss__placeholder-form"},(0,$e.createElement)(We.TextControl,{placeholder:(0,je.__)("Enter URL here"),value:m,onChange:e=>n({feedURL:e}),className:"wp-block-rss__placeholder-input"}),(0,$e.createElement)(We.Button,{variant:"primary",type:"submit"},(0,je.__)("Use URL")))));const h=[{icon:$l,title:(0,je.__)("Edit RSS URL"),onClick:()=>r(!0)},{icon:Iu,title:(0,je.__)("List view"),onClick:()=>n({blockLayout:"list"}),isActive:"list"===a},{icon:zu,title:(0,je.__)("Grid view"),onClick:()=>n({blockLayout:"grid"}),isActive:"grid"===a}];return(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Ze.BlockControls,null,(0,$e.createElement)(We.ToolbarGroup,{controls:h})),(0,$e.createElement)(Ze.InspectorControls,null,(0,$e.createElement)(We.PanelBody,{title:(0,je.__)("Settings")},(0,$e.createElement)(We.RangeControl,{label:(0,je.__)("Number of items"),value:d,onChange:e=>n({itemsToShow:e}),min:1,max:20,required:!0}),(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Display author"),checked:i,onChange:p("displayAuthor")}),(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Display date"),checked:s,onChange:p("displayDate")}),(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Display excerpt"),checked:c,onChange:p("displayExcerpt")}),c&&(0,$e.createElement)(We.RangeControl,{label:(0,je.__)("Max number of words in excerpt"),value:u,onChange:e=>n({excerptLength:e}),min:10,max:100,required:!0}),"grid"===a&&(0,$e.createElement)(We.RangeControl,{label:(0,je.__)("Columns"),value:l,onChange:e=>n({columns:e}),min:2,max:6,required:!0}))),(0,$e.createElement)("div",g,(0,$e.createElement)(We.Disabled,null,(0,$e.createElement)(Ke(),{block:"core/rss",attributes:t}))))}},vy=()=>qe({name:gy,metadata:py,settings:hy});var by=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M13.5 6C10.5 6 8 8.5 8 11.5c0 1.1.3 2.1.9 3l-3.4 3 1 1.1 3.4-2.9c1 .9 2.2 1.4 3.6 1.4 3 0 5.5-2.5 5.5-5.5C19 8.5 16.5 6 13.5 6zm0 9.5c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4z"}));const _y=(0,$e.createElement)(We.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(We.Rect,{x:"7",y:"10",width:"10",height:"4",rx:"1",fill:"currentColor"})),yy=(0,$e.createElement)(We.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(We.Rect,{x:"4.75",y:"15.25",width:"6.5",height:"9.5",transform:"rotate(-90 4.75 15.25)",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,$e.createElement)(We.Rect,{x:"16",y:"10",width:"4",height:"4",rx:"1",fill:"currentColor"})),fy=(0,$e.createElement)(We.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(We.Rect,{x:"4.75",y:"15.25",width:"6.5",height:"14.5",transform:"rotate(-90 4.75 15.25)",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,$e.createElement)(We.Rect,{x:"14",y:"10",width:"4",height:"4",rx:"1",fill:"currentColor"})),ky=(0,$e.createElement)(We.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(We.Rect,{x:"4.75",y:"15.25",width:"6.5",height:"14.5",transform:"rotate(-90 4.75 15.25)",stroke:"currentColor",fill:"none",strokeWidth:"1.5"})),xy=(0,$e.createElement)(We.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(We.Rect,{x:"4.75",y:"7.75",width:"14.5",height:"8.5",rx:"1.25",stroke:"currentColor",fill:"none",strokeWidth:"1.5"}),(0,$e.createElement)(We.Rect,{x:"8",y:"11",width:"8",height:"2",fill:"currentColor"})),wy=(0,$e.createElement)(We.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(We.Rect,{x:"4.75",y:"17.25",width:"5.5",height:"14.5",transform:"rotate(-90 4.75 17.25)",stroke:"currentColor",fill:"none",strokeWidth:"1.5"}),(0,$e.createElement)(We.Rect,{x:"4",y:"7",width:"10",height:"2",fill:"currentColor"}));var Ey=[{name:"default",isDefault:!0,attributes:{buttonText:(0,je.__)("Search"),label:(0,je.__)("Search")}}];const Cy={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/search",title:"Search",category:"widgets",description:"Help visitors find your content.",keywords:["find"],textdomain:"default",attributes:{label:{type:"string",__experimentalRole:"content"},showLabel:{type:"boolean",default:!0},placeholder:{type:"string",default:"",__experimentalRole:"content"},width:{type:"number"},widthUnit:{type:"string"},buttonText:{type:"string",__experimentalRole:"content"},buttonPosition:{type:"string",default:"button-outside"},buttonUseIcon:{type:"boolean",default:!1},query:{type:"object",default:{}}},supports:{align:["left","center","right"],color:{gradients:!0,__experimentalSkipSerialization:!0,__experimentalDefaultControls:{background:!0,text:!0}},typography:{__experimentalSkipSerialization:!0,__experimentalSelector:".wp-block-search__label, .wp-block-search__input, .wp-block-search__button",fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}},__experimentalBorder:{color:!0,radius:!0,width:!0,__experimentalSkipSerialization:!0,__experimentalDefaultControls:{color:!0,radius:!0,width:!0}},html:!1},editorStyle:"wp-block-search-editor",style:"wp-block-search"},{name:Sy}=Cy,By={icon:by,example:{},variations:Ey,edit:function(e){var t;let{className:n,attributes:o,setAttributes:r,toggleSelection:a,isSelected:l,clientId:i}=e;const{label:s,showLabel:c,placeholder:u,width:m,widthUnit:d,align:p,buttonText:g,buttonPosition:h,buttonUseIcon:v,style:b}=o,_=(0,it.useSelect)((e=>{var t;const{getBlockParentsByBlockName:n,wasBlockJustInserted:o}=e(Ze.store);return!(null===(t=n(i,"core/navigation"))||void 0===t||!t.length)&&o(i)}),[i]),{__unstableMarkNextChangeAsNotPersistent:y}=(0,it.useDispatch)(Ze.store);(0,$e.useEffect)((()=>{_&&(y(),r({showLabel:!1,buttonUseIcon:!0,buttonPosition:"button-inside"}))}),[_]);const f=null==b||null===(t=b.border)||void 0===t?void 0:t.radius,k=(0,Ze.__experimentalUseBorderProps)(o);"number"==typeof f&&(k.style.borderRadius=`${f}px`);const x=(0,Ze.__experimentalUseColorProps)(o),w=(0,Ze.useSetting)("typography.fluid"),E=(0,Ze.getTypographyClassesAndStyles)(o,w),C=`wp-block-search__width-${(0,Zt.useInstanceId)(We.__experimentalUnitControl)}`,S="button-inside"===h,B="button-outside"===h,T="no-button"===h,N="button-only"===h,P=(0,We.__experimentalUseCustomUnits)({availableUnits:["%","px"],defaultValues:{"%":50,px:350}}),I=[{role:"menuitemradio",title:(0,je.__)("Button outside"),isActive:"button-outside"===h,icon:yy,onClick:()=>{r({buttonPosition:"button-outside"})}},{role:"menuitemradio",title:(0,je.__)("Button inside"),isActive:"button-inside"===h,icon:fy,onClick:()=>{r({buttonPosition:"button-inside"})}},{role:"menuitemradio",title:(0,je.__)("No button"),isActive:"no-button"===h,icon:ky,onClick:()=>{r({buttonPosition:"no-button"})}}],z=()=>{const e=rt()("wp-block-search__input",S?void 0:k.className,E.className),t={...S?{borderRadius:f}:k.style,...E.style,textDecoration:void 0};return(0,$e.createElement)("input",{type:"search",className:e,style:t,"aria-label":(0,je.__)("Optional placeholder text"),placeholder:u?void 0:(0,je.__)("Optional placeholder"),value:u,onChange:e=>r({placeholder:e.target.value})})},M=()=>{const e=rt()("wp-block-search__button",x.className,E.className,S?void 0:k.className,v?"has-icon":void 0,(0,Ze.__experimentalGetElementClassName)("button")),t={...x.style,...E.style,...S?{borderRadius:f}:k.style};return(0,$e.createElement)($e.Fragment,null,v&&(0,$e.createElement)("button",{type:"button",className:e,style:t,"aria-label":g?(0,dd.__unstableStripHTML)(g):(0,je.__)("Search")},(0,$e.createElement)(Td,{icon:by})),!v&&(0,$e.createElement)(Ze.RichText,{className:e,style:t,"aria-label":(0,je.__)("Button text"),placeholder:(0,je.__)("Add button text"),withoutInteractiveFormatting:!0,value:g,onChange:e=>r({buttonText:e})}))},L=(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Ze.BlockControls,null,(0,$e.createElement)(We.ToolbarGroup,null,(0,$e.createElement)(We.ToolbarButton,{title:(0,je.__)("Toggle search label"),icon:wy,onClick:()=>{r({showLabel:!c})},className:c?"is-pressed":void 0}),(0,$e.createElement)(We.ToolbarDropdownMenu,{icon:(()=>{switch(h){case"button-inside":return fy;case"button-outside":return yy;case"no-button":return ky;case"button-only":return _y}})(),label:(0,je.__)("Change button position"),controls:I}),!T&&(0,$e.createElement)(We.ToolbarButton,{title:(0,je.__)("Use button with icon"),icon:xy,onClick:()=>{r({buttonUseIcon:!v})},className:v?"is-pressed":void 0}))),(0,$e.createElement)(Ze.InspectorControls,null,(0,$e.createElement)(We.PanelBody,{title:(0,je.__)("Display Settings")},(0,$e.createElement)(We.BaseControl,{label:(0,je.__)("Width"),id:C},(0,$e.createElement)(We.__experimentalUnitControl,{id:C,min:"220px",onChange:e=>{const t="%"===d&&parseInt(e,10)>100?100:e;r({width:parseInt(t,10)})},onUnitChange:e=>{r({width:"%"===e?50:350,widthUnit:e})},style:{maxWidth:80},value:`${m}${d}`,units:P}),(0,$e.createElement)(We.ButtonGroup,{className:"wp-block-search__components-button-group","aria-label":(0,je.__)("Percentage Width")},[25,50,75,100].map((e=>(0,$e.createElement)(We.Button,{key:e,isSmall:!0,variant:`${e}%`==`${m}${d}`?0:void 0,onClick:()=>r({width:e,widthUnit:"%"})},e,"%")))))))),R=e=>e?`calc(${e} + 4px)`:void 0,A=(0,Ze.useBlockProps)({className:rt()(n,S?"wp-block-search__button-inside":void 0,B?"wp-block-search__button-outside":void 0,T?"wp-block-search__no-button":void 0,N?"wp-block-search__button-only":void 0,v||T?void 0:"wp-block-search__text-button",v&&!T?"wp-block-search__icon-button":void 0),style:{...E.style,textDecoration:void 0}}),V=rt()("wp-block-search__label",E.className);return(0,$e.createElement)("div",A,L,c&&(0,$e.createElement)(Ze.RichText,{className:V,"aria-label":(0,je.__)("Label text"),placeholder:(0,je.__)("Add label"),withoutInteractiveFormatting:!0,value:s,onChange:e=>r({label:e}),style:E.style}),(0,$e.createElement)(We.ResizableBox,{size:{width:`${m}${d}`},className:rt()("wp-block-search__inside-wrapper",S?k.className:void 0),style:(()=>{var e,t,n,o,r;const a=S?k.style:{borderRadius:null===(e=k.style)||void 0===e?void 0:e.borderRadius,borderTopLeftRadius:null===(t=k.style)||void 0===t?void 0:t.borderTopLeftRadius,borderTopRightRadius:null===(n=k.style)||void 0===n?void 0:n.borderTopRightRadius,borderBottomLeftRadius:null===(o=k.style)||void 0===o?void 0:o.borderBottomLeftRadius,borderBottomRightRadius:null===(r=k.style)||void 0===r?void 0:r.borderBottomRightRadius},l=void 0!==f&&0!==parseInt(f,10);if(S&&l){if("object"==typeof f){const{topLeft:e,topRight:t,bottomLeft:n,bottomRight:o}=f;return{...a,borderTopLeftRadius:R(e),borderTopRightRadius:R(t),borderBottomLeftRadius:R(n),borderBottomRightRadius:R(o)}}const e=Number.isInteger(f)?`${f}px`:f;a.borderRadius=`calc(${e} + 4px)`}return a})(),minWidth:220,enable:N?{}:{right:"right"!==p,left:"right"===p},onResizeStart:(e,t,n)=>{r({width:parseInt(n.offsetWidth,10),widthUnit:"px"}),a(!1)},onResizeStop:(e,t,n,o)=>{r({width:parseInt(m+o.width,10)}),a(!0)},showHandle:l},(S||B)&&(0,$e.createElement)($e.Fragment,null,z(),M()),N&&M(),T&&z()))}},Ty=()=>qe({name:Sy,metadata:Cy,settings:By});var Ny=(0,$e.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,$e.createElement)(Ue.Path,{d:"M20.2 7v4H3.8V7H2.2v9h1.6v-3.5h16.4V16h1.6V7z"}));var Py={from:[{type:"enter",regExp:/^-{3,}$/,transform:()=>(0,Ge.createBlock)("core/separator")},{type:"raw",selector:"hr",schema:{hr:{}}}]};const Iy={attributes:{color:{type:"string"},customColor:{type:"string"}},save(e){let{attributes:t}=e;const{color:n,customColor:o}=t,r=(0,Ze.getColorClassName)("background-color",n),a=(0,Ze.getColorClassName)("color",n),l=rt()({"has-text-color has-background":n||o,[r]:r,[a]:a}),i={backgroundColor:r?void 0:o,color:a?void 0:o};return(0,$e.createElement)("hr",Ze.useBlockProps.save({className:l,style:i}))},migrate(e){const{color:t,customColor:n,...o}=e;return{...o,backgroundColor:t||void 0,opacity:"css",style:n?{color:{background:n}}:void 0}}};var zy=[Iy];const My={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/separator",title:"Separator",category:"design",description:"Create a break between ideas or sections with a horizontal separator.",keywords:["horizontal-line","hr","divider"],textdomain:"default",attributes:{opacity:{type:"string",default:"alpha-channel"}},supports:{anchor:!0,align:["center","wide","full"],color:{enableContrastChecker:!1,__experimentalSkipSerialization:!0,gradients:!0,background:!0,text:!1,__experimentalDefaultControls:{background:!0}},spacing:{margin:["top","bottom"]}},styles:[{name:"default",label:"Default",isDefault:!0},{name:"wide",label:"Wide Line"},{name:"dots",label:"Dots"}],editorStyle:"wp-block-separator-editor",style:"wp-block-separator"},{name:Ly}=My,Ry={icon:Ny,example:{attributes:{customColor:"#065174",className:"is-style-wide"}},transforms:Py,edit:function(e){var t,n;let{attributes:o,setAttributes:r}=e;const{backgroundColor:a,opacity:l,style:i}=o,s=(0,Ze.__experimentalUseColorProps)(o),c=null==s||null===(t=s.style)||void 0===t?void 0:t.backgroundColor,u=!(null==i||null===(n=i.color)||void 0===n||!n.background);!function(e,t,n){const[o,r]=(0,$e.useState)(!1),a=(0,Zt.usePrevious)(t);(0,$e.useEffect)((()=>{"css"!==e||t||a||r(!0)}),[t,a,e]),(0,$e.useEffect)((()=>{"css"===e&&(o&&t||a&&t!==a)&&(n({opacity:"alpha-channel"}),r(!1))}),[o,t,a])}(l,c,r);const m=(0,Ze.getColorClassName)("color",a),d=rt()({"has-text-color":a||c,[m]:m,"has-css-opacity":"css"===l,"has-alpha-channel-opacity":"alpha-channel"===l},s.className),p={color:c,backgroundColor:c};return(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(We.HorizontalRule,(0,Ze.useBlockProps)({className:d,style:u?p:void 0})))},save:function(e){var t,n;let{attributes:o}=e;const{backgroundColor:r,style:a,opacity:l}=o,i=null==a||null===(t=a.color)||void 0===t?void 0:t.background,s=(0,Ze.__experimentalGetColorClassesAndStyles)(o),c=(0,Ze.getColorClassName)("color",r),u=rt()({"has-text-color":r||i,[c]:c,"has-css-opacity":"css"===l,"has-alpha-channel-opacity":"alpha-channel"===l},s.className),m={backgroundColor:null==s||null===(n=s.style)||void 0===n?void 0:n.backgroundColor,color:c?void 0:i};return(0,$e.createElement)("hr",Ze.useBlockProps.save({className:u,style:m}))},deprecated:zy},Ay=()=>qe({name:Ly,metadata:My,settings:Ry});var Vy=(0,$e.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,$e.createElement)(Ue.Path,{d:"M16 4.2v1.5h2.5v12.5H16v1.5h4V4.2h-4zM4.2 19.8h4v-1.5H5.8V5.8h2.5V4.2h-4l-.1 15.6zm5.1-3.1l1.4.6 4-10-1.4-.6-4 10z"}));var Hy=window.wp.autop;var Fy={from:[{type:"shortcode",tag:"[a-z][a-z0-9_-]*",attributes:{text:{type:"string",shortcode:(e,t)=>{let{content:n}=t;return(0,Hy.removep)((0,Hy.autop)(n))}}},priority:20}]};const Dy={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/shortcode",title:"Shortcode",category:"widgets",description:"Insert additional custom elements with a WordPress shortcode.",textdomain:"default",attributes:{text:{type:"string",source:"html"}},supports:{className:!1,customClassName:!1,html:!1},editorStyle:"wp-block-shortcode-editor"},{name:Gy}=Dy,$y={icon:Vy,transforms:Fy,edit:function e(t){let{attributes:n,setAttributes:o}=t;const r=`blocks-shortcode-input-${(0,Zt.useInstanceId)(e)}`;return(0,$e.createElement)("div",(0,Ze.useBlockProps)({className:"components-placeholder"}),(0,$e.createElement)("label",{htmlFor:r,className:"components-placeholder__label"},(0,$e.createElement)(Td,{icon:Vy}),(0,je.__)("Shortcode")),(0,$e.createElement)(Ze.PlainText,{className:"blocks-shortcode__textarea",id:r,value:n.text,"aria-label":(0,je.__)("Shortcode text"),placeholder:(0,je.__)("Write shortcode here"),onChange:e=>o({text:e})}))},save:function(e){let{attributes:t}=e;return(0,$e.createElement)($e.RawHTML,null,t.text)}},Uy=()=>qe({name:Gy,metadata:Dy,settings:$y});var Oy=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M12 3c-5 0-9 4-9 9s4 9 9 9 9-4 9-9-4-9-9-9zm0 1.5c4.1 0 7.5 3.4 7.5 7.5v.1c-1.4-.8-3.3-1.7-3.4-1.8-.2-.1-.5-.1-.8.1l-2.9 2.1L9 11.3c-.2-.1-.4 0-.6.1l-3.7 2.2c-.1-.5-.2-1-.2-1.5 0-4.2 3.4-7.6 7.5-7.6zm0 15c-3.1 0-5.7-1.9-6.9-4.5l3.7-2.2 3.5 1.2c.2.1.5 0 .7-.1l2.9-2.1c.8.4 2.5 1.2 3.5 1.9-.9 3.3-3.9 5.8-7.4 5.8z"}));const qy=["image"],Wy="image/*",jy=e=>{let{alt:t,attributes:{align:n,width:o,height:r,isLink:a,linkTarget:l,shouldSyncIcon:i},containerRef:s,isSelected:c,setAttributes:u,setLogo:m,logoUrl:d,siteUrl:p,logoId:g,iconId:h,setIcon:v,canUserEdit:b}=e;const _=uu(s,[n]),y=(0,Zt.useViewportMatch)("medium"),f=!(0,St.includes)(["wide","full"],n)&&y,[{naturalWidth:k,naturalHeight:x},w]=(0,$e.useState)({}),[E,C]=(0,$e.useState)(!1),{toggleSelection:S}=(0,it.useDispatch)(Ze.store),B=rt()("custom-logo-link",{"is-transient":(0,xt.isBlobURL)(d)}),{imageEditing:T,maxWidth:N,title:P}=(0,it.useSelect)((e=>{const{getSettings:t}=e(Ze.store);return{title:e(lt.store).getEditedEntityRecord("root","site").title,...(0,St.pick)(t(),["imageEditing","maxWidth"])}}),[]);(0,$e.useEffect)((()=>{i&&g!==h&&u({shouldSyncIcon:!1})}),[]),(0,$e.useEffect)((()=>{c||C(!1)}),[c]);const I=(0,$e.createElement)("img",{className:"custom-logo",src:d,alt:t,onLoad:e=>{w((0,St.pick)(e.target,["naturalWidth","naturalHeight"]))}});let z,M=I;if(a&&(M=(0,$e.createElement)("a",{href:p,className:B,rel:"home",title:P,onClick:e=>e.preventDefault()},I)),_&&k&&x){z=k>_?_:k}if(!f||!z)return(0,$e.createElement)("div",{style:{width:o,height:r}},M);const L=o||120,R=k/x,A=L/R,V=k<x?gs:Math.ceil(gs*R),H=x<k?gs:Math.ceil(gs/R),F=2.5*N;let D=!1,G=!1;"center"===n?(D=!0,G=!0):(0,je.isRTL)()?"left"===n?D=!0:G=!0:"right"===n?G=!0:D=!0;const $=g&&k&&x&&T,U=$&&E?(0,$e.createElement)(Ze.__experimentalImageEditingProvider,{id:g,url:d,naturalWidth:k,naturalHeight:x,clientWidth:_,onSaveImage:e=>{m(e.id)},isEditing:E,onFinishEditing:()=>C(!1)},(0,$e.createElement)(Ze.__experimentalImageEditor,{url:d,width:L,height:A,clientWidth:_,naturalHeight:x,naturalWidth:k})):(0,$e.createElement)(We.ResizableBox,{size:{width:L,height:A},showHandle:c,minWidth:V,maxWidth:F,minHeight:H,maxHeight:F/R,lockAspectRatio:!0,enable:{top:!1,right:D,bottom:!0,left:G},onResizeStart:function(){S(!1)},onResizeStop:(e,t,n,o)=>{S(!0),u({width:parseInt(L+o.width,10),height:parseInt(A+o.height,10)})}},M),O=(0,$e.createInterpolateElement)((0,je.__)("Site Icons are what you see in browser tabs, bookmark bars, and within the WordPress mobile apps. To use a custom icon that is different from your site logo, use the <a>Site Icon settings</a>."),{a:(0,$e.createElement)("a",{href:p+"/wp-admin/customize.php?autofocus[section]=title_tagline",target:"_blank",rel:"noopener noreferrer"})});return(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Ze.InspectorControls,null,(0,$e.createElement)(We.PanelBody,{title:(0,je.__)("Settings")},(0,$e.createElement)(We.RangeControl,{label:(0,je.__)("Image width"),onChange:e=>u({width:e}),min:V,max:F,initialPosition:Math.min(120,F),value:o||"",disabled:!f}),(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Link image to home"),onChange:()=>u({isLink:!a}),checked:a}),a&&(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Open in new tab"),onChange:e=>u({linkTarget:e?"_blank":"_self"}),checked:"_blank"===l})),b&&(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Use as site icon"),onChange:e=>{u({shouldSyncIcon:e}),v(e?g:void 0)},checked:!!i,help:O})))),(0,$e.createElement)(Ze.BlockControls,{group:"block"},$&&!E&&(0,$e.createElement)(We.ToolbarButton,{onClick:()=>C(!0),icon:iu,label:(0,je.__)("Crop")})),U)};var Zy={to:[{type:"block",blocks:["core/site-title"],transform:e=>{let{isLink:t,linkTarget:n}=e;return(0,Ge.createBlock)("core/site-title",{isLink:t,linkTarget:n})}}]};const Qy={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/site-logo",title:"Site Logo",category:"theme",description:"Display a graphic to represent this site. Update the block, and the changes apply everywhere its used. This is different than the site icon, which is the smaller image visible in your dashboard, browser tabs, etc used to help others recognize this site.",textdomain:"default",attributes:{width:{type:"number"},isLink:{type:"boolean",default:!0},linkTarget:{type:"string",default:"_self"},shouldSyncIcon:{type:"boolean"}},example:{viewportWidth:500,attributes:{width:350,className:"block-editor-block-types-list__site-logo-example"}},supports:{html:!1,align:!0,alignWide:!1,color:{__experimentalDuotone:"img, .components-placeholder__illustration, .components-placeholder::before",text:!1,background:!1},spacing:{margin:!0,padding:!0}},styles:[{name:"default",label:"Default",isDefault:!0},{name:"rounded",label:"Rounded"}],editorStyle:"wp-block-site-logo-editor",style:"wp-block-site-logo"},{name:Ky}=Qy,Yy={icon:Oy,edit:function(e){let{attributes:t,className:n,setAttributes:o,isSelected:r}=e;const{width:a,shouldSyncIcon:l}=t,i=(0,$e.useRef)(),{siteLogoId:s,canUserEdit:c,url:u,siteIconId:m,mediaItemData:d,isRequestingMediaItem:p}=(0,it.useSelect)((e=>{const{canUser:t,getEntityRecord:n,getEditedEntityRecord:o}=e(lt.store),r=o("root","site"),a=n("root","__unstableBase"),l=null==r?void 0:r.site_logo,i=null==a?void 0:a.site_logo,s=t("update","settings"),c=s?l:i,u=null==r?void 0:r.site_icon,m=c&&e(lt.store).getMedia(c,{context:"view"}),d=c&&!e(lt.store).hasFinishedResolution("getMedia",[c,{context:"view"}]);return{siteLogoId:c,canUserEdit:s,url:null==a?void 0:a.url,mediaItemData:m,isRequestingMediaItem:d,siteIconId:u}}),[]),{editEntityRecord:g}=(0,it.useDispatch)(lt.store),h=function(e){let t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];(l||t)&&v(e),g("root","site",void 0,{site_logo:e})},v=e=>g("root","site",void 0,{site_icon:null!=e?e:null}),{alt_text:b,source_url:_}=null!=d?d:{},y=function(e){let t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];e&&(e.id||!e.url?h(e.id,t):h(void 0))},{createErrorNotice:f}=(0,it.useDispatch)(wt.store),k=e=>{f(e,{type:"snackbar"})},x=c&&_&&(0,$e.createElement)(Ze.BlockControls,{group:"other"},(0,$e.createElement)(Ze.MediaReplaceFlow,{mediaURL:_,allowedTypes:qy,accept:Wy,onSelect:y,onError:k},(0,$e.createElement)(We.MenuItem,{onClick:()=>{h(null),o({width:void 0})}},(0,je.__)("Reset"))));let w;const E=void 0===s||p;E&&(w=(0,$e.createElement)(We.Spinner,null)),_&&(w=(0,$e.createElement)(jy,{alt:b,attributes:t,className:n,containerRef:i,isSelected:r,setAttributes:o,logoUrl:_,setLogo:h,logoId:(null==d?void 0:d.id)||s,siteUrl:u,setIcon:v,iconId:m,canUserEdit:c}));const C=rt()(n,{"is-default-size":!a}),S=(0,Ze.useBlockProps)({ref:i,className:C}),B=(0,je.__)("Add a site logo");return(0,$e.createElement)("div",S,x,!!_&&w,!_&&!c&&(0,$e.createElement)(We.Placeholder,{className:"site-logo_placeholder"},!!E&&(0,$e.createElement)("span",{className:"components-placeholder__preview"},(0,$e.createElement)(We.Spinner,null))),!_&&c&&(0,$e.createElement)(Ze.MediaPlaceholder,{onSelect:e=>{if(void 0===l){const t=!m;return o({shouldSyncIcon:t}),void y(e,t)}y(e)},accept:Wy,allowedTypes:qy,onError:k,placeholder:e=>{const t=rt()("block-editor-media-placeholder",n);return(0,$e.createElement)(We.Placeholder,{className:t,preview:w,withIllustration:!0},e)},mediaLibraryButton:e=>{let{open:t}=e;return(0,$e.createElement)(We.Button,{icon:su,variant:"primary",label:B,showTooltip:!0,tooltipPosition:"top center",onClick:()=>{t()}})}}))},transforms:Zy},Jy=()=>qe({name:Ky,metadata:Qy,settings:Yy});var Xy=(0,$e.createElement)(We.SVG,{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24"},(0,$e.createElement)(We.Path,{fill:"none",d:"M0 0h24v24H0z"}),(0,$e.createElement)(We.Path,{d:"M4 9h16v2H4V9zm0 4h10v2H4v-2z"}));const ef={attributes:{textAlign:{type:"string"}},supports:{align:["wide","full"],html:!1,color:{gradients:!0},spacing:{margin:!0,padding:!0},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalTextTransform:!0,__experimentalFontStyle:!0,__experimentalFontWeight:!0,__experimentalLetterSpacing:!0}},save(){return null},migrate:Jt,isEligible(e){var t;let{style:n}=e;return null==n||null===(t=n.typography)||void 0===t?void 0:t.fontFamily}};var tf=[ef];const nf={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/site-tagline",title:"Site Tagline",category:"theme",description:"Describe in a few words what the site is about. The tagline can be used in search results or when sharing on social networks even if it's not displayed in the theme design.",keywords:["description"],textdomain:"default",attributes:{textAlign:{type:"string"}},supports:{align:["wide","full"],html:!1,color:{gradients:!0,__experimentalDefaultControls:{background:!0,text:!0}},spacing:{margin:!0,padding:!0},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalFontStyle:!0,__experimentalFontWeight:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}}},editorStyle:"wp-block-site-tagline-editor"},{name:of}=nf,rf={icon:Xy,edit:function(e){let{attributes:t,setAttributes:n,insertBlocksAfter:o}=e;const{textAlign:r}=t,[a,l]=(0,lt.useEntityProp)("root","site","description"),{canUserEdit:i,readOnlySiteTagLine:s}=(0,it.useSelect)((e=>{const{canUser:t,getEntityRecord:n}=e(lt.store),o=n("root","__unstableBase");return{canUserEdit:t("update","settings"),readOnlySiteTagLine:null==o?void 0:o.description}}),[]),c=(0,Ze.useBlockProps)({className:rt()({[`has-text-align-${r}`]:r,"wp-block-site-tagline__placeholder":!i&&!s})}),u=i?(0,$e.createElement)(Ze.RichText,nt({allowedFormats:[],onChange:l,"aria-label":(0,je.__)("Site tagline text"),placeholder:(0,je.__)("Write site tagline"),tagName:"p",value:a,disableLineBreaks:!0,__unstableOnSplitAtEnd:()=>o((0,Ge.createBlock)((0,Ge.getDefaultBlockName)()))},c)):(0,$e.createElement)("p",c,s||(0,je.__)("Site Tagline placeholder"));return(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Ze.BlockControls,{group:"block"},(0,$e.createElement)(Ze.AlignmentControl,{onChange:e=>n({textAlign:e}),value:r})),u)},deprecated:tf},af=()=>qe({name:of,metadata:nf,settings:rf});var lf=(0,$e.createElement)(Ue.SVG,{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M12 9c-.8 0-1.5.7-1.5 1.5S11.2 12 12 12s1.5-.7 1.5-1.5S12.8 9 12 9zm0-5c-3.6 0-6.5 2.8-6.5 6.2 0 .8.3 1.8.9 3.1.5 1.1 1.2 2.3 2 3.6.7 1 3 3.8 3.2 3.9l.4.5.4-.5c.2-.2 2.6-2.9 3.2-3.9.8-1.2 1.5-2.5 2-3.6.6-1.3.9-2.3.9-3.1C18.5 6.8 15.6 4 12 4zm4.3 8.7c-.5 1-1.1 2.2-1.9 3.4-.5.7-1.7 2.2-2.4 3-.7-.8-1.9-2.3-2.4-3-.8-1.2-1.4-2.3-1.9-3.3-.6-1.4-.7-2.2-.7-2.5 0-2.6 2.2-4.7 5-4.7s5 2.1 5 4.7c0 .2-.1 1-.7 2.4z"}));function sf(e){let{level:t,isPressed:n=!1}=e;if(0===t)return Pg;return(0,$e.createElement)(We.SVG,{width:"20",height:"20",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg",isPressed:n},(0,$e.createElement)(We.Path,{d:{1:"M9 5h2v10H9v-4H5v4H3V5h2v4h4V5zm6.6 0c-.6.9-1.5 1.7-2.6 2v1h2v7h2V5h-1.4z",2:"M7 5h2v10H7v-4H3v4H1V5h2v4h4V5zm8 8c.5-.4.6-.6 1.1-1.1.4-.4.8-.8 1.2-1.3.3-.4.6-.8.9-1.3.2-.4.3-.8.3-1.3 0-.4-.1-.9-.3-1.3-.2-.4-.4-.7-.8-1-.3-.3-.7-.5-1.2-.6-.5-.2-1-.2-1.5-.2-.4 0-.7 0-1.1.1-.3.1-.7.2-1 .3-.3.1-.6.3-.9.5-.3.2-.6.4-.8.7l1.2 1.2c.3-.3.6-.5 1-.7.4-.2.7-.3 1.2-.3s.9.1 1.3.4c.3.3.5.7.5 1.1 0 .4-.1.8-.4 1.1-.3.5-.6.9-1 1.2-.4.4-1 .9-1.6 1.4-.6.5-1.4 1.1-2.2 1.6V15h8v-2H15z",3:"M12.1 12.2c.4.3.8.5 1.2.7.4.2.9.3 1.4.3.5 0 1-.1 1.4-.3.3-.1.5-.5.5-.8 0-.2 0-.4-.1-.6-.1-.2-.3-.3-.5-.4-.3-.1-.7-.2-1-.3-.5-.1-1-.1-1.5-.1V9.1c.7.1 1.5-.1 2.2-.4.4-.2.6-.5.6-.9 0-.3-.1-.6-.4-.8-.3-.2-.7-.3-1.1-.3-.4 0-.8.1-1.1.3-.4.2-.7.4-1.1.6l-1.2-1.4c.5-.4 1.1-.7 1.6-.9.5-.2 1.2-.3 1.8-.3.5 0 1 .1 1.6.2.4.1.8.3 1.2.5.3.2.6.5.8.8.2.3.3.7.3 1.1 0 .5-.2.9-.5 1.3-.4.4-.9.7-1.5.9v.1c.6.1 1.2.4 1.6.8.4.4.7.9.7 1.5 0 .4-.1.8-.3 1.2-.2.4-.5.7-.9.9-.4.3-.9.4-1.3.5-.5.1-1 .2-1.6.2-.8 0-1.6-.1-2.3-.4-.6-.2-1.1-.6-1.6-1l1.1-1.4zM7 9H3V5H1v10h2v-4h4v4h2V5H7v4z",4:"M9 15H7v-4H3v4H1V5h2v4h4V5h2v10zm10-2h-1v2h-2v-2h-5v-2l4-6h3v6h1v2zm-3-2V7l-2.8 4H16z",5:"M12.1 12.2c.4.3.7.5 1.1.7.4.2.9.3 1.3.3.5 0 1-.1 1.4-.4.4-.3.6-.7.6-1.1 0-.4-.2-.9-.6-1.1-.4-.3-.9-.4-1.4-.4H14c-.1 0-.3 0-.4.1l-.4.1-.5.2-1-.6.3-5h6.4v1.9h-4.3L14 8.8c.2-.1.5-.1.7-.2.2 0 .5-.1.7-.1.5 0 .9.1 1.4.2.4.1.8.3 1.1.6.3.2.6.6.8.9.2.4.3.9.3 1.4 0 .5-.1 1-.3 1.4-.2.4-.5.8-.9 1.1-.4.3-.8.5-1.3.7-.5.2-1 .3-1.5.3-.8 0-1.6-.1-2.3-.4-.6-.2-1.1-.6-1.6-1-.1-.1 1-1.5 1-1.5zM9 15H7v-4H3v4H1V5h2v4h4V5h2v10z",6:"M9 15H7v-4H3v4H1V5h2v4h4V5h2v10zm8.6-7.5c-.2-.2-.5-.4-.8-.5-.6-.2-1.3-.2-1.9 0-.3.1-.6.3-.8.5l-.6.9c-.2.5-.2.9-.2 1.4.4-.3.8-.6 1.2-.8.4-.2.8-.3 1.3-.3.4 0 .8 0 1.2.2.4.1.7.3 1 .6.3.3.5.6.7.9.2.4.3.8.3 1.3s-.1.9-.3 1.4c-.2.4-.5.7-.8 1-.4.3-.8.5-1.2.6-1 .3-2 .3-3 0-.5-.2-1-.5-1.4-.9-.4-.4-.8-.9-1-1.5-.2-.6-.3-1.3-.3-2.1s.1-1.6.4-2.3c.2-.6.6-1.2 1-1.6.4-.4.9-.7 1.4-.9.6-.3 1.1-.4 1.7-.4.7 0 1.4.1 2 .3.5.2 1 .5 1.4.8 0 .1-1.3 1.4-1.3 1.4zm-2.4 5.8c.2 0 .4 0 .6-.1.2 0 .4-.1.5-.2.1-.1.3-.3.4-.5.1-.2.1-.5.1-.7 0-.4-.1-.8-.4-1.1-.3-.2-.7-.3-1.1-.3-.3 0-.7.1-1 .2-.4.2-.7.4-1 .7 0 .3.1.7.3 1 .1.2.3.4.4.6.2.1.3.3.5.3.2.1.5.2.7.1z"}[t]}))}function cf(e){let{level:t,onChange:n}=e;const o=[1,2,3,4,5,6,0].map((e=>{const o=e===t;return{icon:(0,$e.createElement)(sf,{level:e,isPressed:o}),title:0===e?(0,je.__)("Paragraph"):(0,je.sprintf)((0,je.__)("Heading %d"),e),isActive:o,onClick:()=>n(e),role:"menuitemradio"}}));return(0,$e.createElement)(We.ToolbarDropdownMenu,{label:(0,je.__)("Change heading level"),icon:(0,$e.createElement)(sf,{level:t}),controls:o})}const uf={attributes:{level:{type:"number",default:1},textAlign:{type:"string"},isLink:{type:"boolean",default:!0},linkTarget:{type:"string",default:"_self"}},supports:{align:["wide","full"],html:!1,color:{gradients:!0,link:!0},spacing:{padding:!0,margin:!0},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalTextTransform:!0,__experimentalFontStyle:!0,__experimentalFontWeight:!0,__experimentalLetterSpacing:!0}},save(){return null},migrate:Jt,isEligible(e){var t;let{style:n}=e;return null==n||null===(t=n.typography)||void 0===t?void 0:t.fontFamily}};var mf=[uf];var df={to:[{type:"block",blocks:["core/site-logo"],transform:e=>{let{isLink:t,linkTarget:n}=e;return(0,Ge.createBlock)("core/site-logo",{isLink:t,linkTarget:n})}}]};const pf={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/site-title",title:"Site Title",category:"theme",description:"Displays the name of this site. Update the block, and the changes apply everywhere its used. This will also appear in the browser title bar and in search results.",textdomain:"default",attributes:{level:{type:"number",default:1},textAlign:{type:"string"},isLink:{type:"boolean",default:!0},linkTarget:{type:"string",default:"_self"}},example:{viewportWidth:500},supports:{align:["wide","full"],html:!1,color:{gradients:!0,link:!0,__experimentalDefaultControls:{background:!0,text:!0,link:!0}},spacing:{padding:!0,margin:!0},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalFontStyle:!0,__experimentalFontWeight:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0,lineHeight:!0,fontAppearance:!0,letterSpacing:!0,textTransform:!0}}},editorStyle:"wp-block-site-title-editor"},{name:gf}=pf,hf={icon:lf,edit:function(e){let{attributes:t,setAttributes:n,insertBlocksAfter:o}=e;const{level:r,textAlign:a,isLink:l,linkTarget:i}=t,[s,c]=(0,lt.useEntityProp)("root","site","title"),{canUserEdit:u,readOnlyTitle:m}=(0,it.useSelect)((e=>{const{canUser:t,getEntityRecord:n}=e(lt.store),o=n("root","__unstableBase");return{canUserEdit:t("update","settings"),readOnlyTitle:(0,Rd.decodeEntities)(null==o?void 0:o.name)}}),[]),d=0===r?"p":`h${r}`,p=(0,Ze.useBlockProps)({className:rt()({[`has-text-align-${a}`]:a,"wp-block-site-title__placeholder":!u&&!m})}),g=u?(0,$e.createElement)(d,p,(0,$e.createElement)(Ze.RichText,{tagName:l?"a":"span",href:l?"#site-title-pseudo-link":void 0,"aria-label":(0,je.__)("Site title text"),placeholder:(0,je.__)("Write site title"),value:s,onChange:c,allowedFormats:[],disableLineBreaks:!0,__unstableOnSplitAtEnd:()=>o((0,Ge.createBlock)((0,Ge.getDefaultBlockName)()))})):(0,$e.createElement)(d,p,l?(0,$e.createElement)("a",{href:"#site-title-pseudo-link",onClick:e=>e.preventDefault()},m||(0,je.__)("Site Title placeholder")):(0,$e.createElement)("span",null,s||m));return(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Ze.BlockControls,{group:"block"},(0,$e.createElement)(cf,{level:r,onChange:e=>n({level:e})}),(0,$e.createElement)(Ze.AlignmentControl,{value:a,onChange:e=>{n({textAlign:e})}})),(0,$e.createElement)(Ze.InspectorControls,null,(0,$e.createElement)(We.PanelBody,{title:(0,je.__)("Link settings")},(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Make title link to home"),onChange:()=>n({isLink:!l}),checked:l}),l&&(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Open in new tab"),onChange:e=>n({linkTarget:e?"_blank":"_self"}),checked:"_blank"===i}))),g)},transforms:df,deprecated:mf},vf=()=>qe({name:gf,metadata:pf,settings:hf});var bf=(0,$e.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,$e.createElement)(Ue.Path,{d:"M9 11.8l6.1-4.5c.1.4.4.7.9.7h2c.6 0 1-.4 1-1V5c0-.6-.4-1-1-1h-2c-.6 0-1 .4-1 1v.4l-6.4 4.8c-.2-.1-.4-.2-.6-.2H6c-.6 0-1 .4-1 1v2c0 .6.4 1 1 1h2c.2 0 .4-.1.6-.2l6.4 4.8v.4c0 .6.4 1 1 1h2c.6 0 1-.4 1-1v-2c0-.6-.4-1-1-1h-2c-.5 0-.8.3-.9.7L9 12.2v-.4z"}));var _f=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"-2 -2 24 24"},(0,$e.createElement)(Ue.Path,{d:"M6.734 16.106l2.176-2.38-1.093-1.028-3.846 4.158 3.846 4.157 1.093-1.027-2.176-2.38h2.811c1.125 0 2.25.03 3.374 0 1.428-.001 3.362-.25 4.963-1.277 1.66-1.065 2.868-2.906 2.868-5.859 0-2.479-1.327-4.896-3.65-5.93-1.82-.813-3.044-.8-4.806-.788l-.567.002v1.5c.184 0 .368 0 .553-.002 1.82-.007 2.704-.014 4.21.657 1.854.827 2.76 2.657 2.76 4.561 0 2.472-.973 3.824-2.178 4.596-1.258.807-2.864 1.04-4.163 1.04h-.02c-1.115.03-2.229 0-3.344 0H6.734z"}));const yf=()=>(0,$e.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,$e.createElement)(Ue.Path,{d:"M19.647,16.706a1.134,1.134,0,0,0-.343-.833l-2.549-2.549a1.134,1.134,0,0,0-.833-.343,1.168,1.168,0,0,0-.883.392l.233.226q.2.189.264.264a2.922,2.922,0,0,1,.184.233.986.986,0,0,1,.159.312,1.242,1.242,0,0,1,.043.337,1.172,1.172,0,0,1-1.176,1.176,1.237,1.237,0,0,1-.337-.043,1,1,0,0,1-.312-.159,2.76,2.76,0,0,1-.233-.184q-.073-.068-.264-.264l-.226-.233a1.19,1.19,0,0,0-.4.895,1.134,1.134,0,0,0,.343.833L15.837,19.3a1.13,1.13,0,0,0,.833.331,1.18,1.18,0,0,0,.833-.318l1.8-1.789a1.12,1.12,0,0,0,.343-.821Zm-8.615-8.64a1.134,1.134,0,0,0-.343-.833L8.163,4.7a1.134,1.134,0,0,0-.833-.343,1.184,1.184,0,0,0-.833.331L4.7,6.473a1.12,1.12,0,0,0-.343.821,1.134,1.134,0,0,0,.343.833l2.549,2.549a1.13,1.13,0,0,0,.833.331,1.184,1.184,0,0,0,.883-.38L8.728,10.4q-.2-.189-.264-.264A2.922,2.922,0,0,1,8.28,9.9a.986.986,0,0,1-.159-.312,1.242,1.242,0,0,1-.043-.337A1.172,1.172,0,0,1,9.254,8.079a1.237,1.237,0,0,1,.337.043,1,1,0,0,1,.312.159,2.761,2.761,0,0,1,.233.184q.073.068.264.264l.226.233a1.19,1.19,0,0,0,.4-.895ZM22,16.706a3.343,3.343,0,0,1-1.042,2.488l-1.8,1.789a3.536,3.536,0,0,1-4.988-.025l-2.525-2.537a3.384,3.384,0,0,1-1.017-2.488,3.448,3.448,0,0,1,1.078-2.561l-1.078-1.078a3.434,3.434,0,0,1-2.549,1.078,3.4,3.4,0,0,1-2.5-1.029L3.029,9.794A3.4,3.4,0,0,1,2,7.294,3.343,3.343,0,0,1,3.042,4.806l1.8-1.789A3.384,3.384,0,0,1,7.331,2a3.357,3.357,0,0,1,2.5,1.042l2.525,2.537a3.384,3.384,0,0,1,1.017,2.488,3.448,3.448,0,0,1-1.078,2.561l1.078,1.078a3.551,3.551,0,0,1,5.049-.049l2.549,2.549A3.4,3.4,0,0,1,22,16.706Z"})),ff=[{isDefault:!0,name:"wordpress",attributes:{service:"wordpress"},title:"WordPress",icon:()=>(0,$e.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1",xmlns:"http://www.w3.org/2000/svg"},(0,$e.createElement)(Ue.Path,{d:"M12.158,12.786L9.46,20.625c0.806,0.237,1.657,0.366,2.54,0.366c1.047,0,2.051-0.181,2.986-0.51 c-0.024-0.038-0.046-0.079-0.065-0.124L12.158,12.786z M3.009,12c0,3.559,2.068,6.634,5.067,8.092L3.788,8.341 C3.289,9.459,3.009,10.696,3.009,12z M18.069,11.546c0-1.112-0.399-1.881-0.741-2.48c-0.456-0.741-0.883-1.368-0.883-2.109 c0-0.826,0.627-1.596,1.51-1.596c0.04,0,0.078,0.005,0.116,0.007C16.472,3.904,14.34,3.009,12,3.009 c-3.141,0-5.904,1.612-7.512,4.052c0.211,0.007,0.41,0.011,0.579,0.011c0.94,0,2.396-0.114,2.396-0.114 C7.947,6.93,8.004,7.642,7.52,7.699c0,0-0.487,0.057-1.029,0.085l3.274,9.739l1.968-5.901l-1.401-3.838 C9.848,7.756,9.389,7.699,9.389,7.699C8.904,7.67,8.961,6.93,9.446,6.958c0,0,1.484,0.114,2.368,0.114 c0.94,0,2.397-0.114,2.397-0.114c0.485-0.028,0.542,0.684,0.057,0.741c0,0-0.488,0.057-1.029,0.085l3.249,9.665l0.897-2.996 C17.841,13.284,18.069,12.316,18.069,11.546z M19.889,7.686c0.039,0.286,0.06,0.593,0.06,0.924c0,0.912-0.171,1.938-0.684,3.22 l-2.746,7.94c2.673-1.558,4.47-4.454,4.47-7.771C20.991,10.436,20.591,8.967,19.889,7.686z M12,22C6.486,22,2,17.514,2,12 C2,6.486,6.486,2,12,2c5.514,0,10,4.486,10,10C22,17.514,17.514,22,12,22z"}))},{name:"fivehundredpx",attributes:{service:"fivehundredpx"},title:"500px",icon:()=>(0,$e.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,$e.createElement)(Ue.Path,{d:"M6.94026,15.1412c.00437.01213.108.29862.168.44064a6.55008,6.55008,0,1,0,6.03191-9.09557,6.68654,6.68654,0,0,0-2.58357.51467A8.53914,8.53914,0,0,0,8.21268,8.61344L8.209,8.61725V3.22948l9.0504-.00008c.32934-.0036.32934-.46353.32934-.61466s0-.61091-.33035-.61467L7.47248,2a.43.43,0,0,0-.43131.42692v7.58355c0,.24466.30476.42131.58793.4819.553.11812.68074-.05864.81617-.2457l.018-.02481A10.52673,10.52673,0,0,1,9.32258,9.258a5.35268,5.35268,0,1,1,7.58985,7.54976,5.417,5.417,0,0,1-3.80867,1.56365,5.17483,5.17483,0,0,1-2.69822-.74478l.00342-4.61111a2.79372,2.79372,0,0,1,.71372-1.78792,2.61611,2.61611,0,0,1,1.98282-.89477,2.75683,2.75683,0,0,1,1.95525.79477,2.66867,2.66867,0,0,1,.79656,1.909,2.724,2.724,0,0,1-2.75849,2.748,4.94651,4.94651,0,0,1-.86254-.13719c-.31234-.093-.44519.34058-.48892.48349-.16811.54966.08453.65862.13687.67489a3.75751,3.75751,0,0,0,1.25234.18375,3.94634,3.94634,0,1,0-2.82444-6.742,3.67478,3.67478,0,0,0-1.13028,2.584l-.00041.02323c-.0035.11667-.00579,2.881-.00644,3.78811l-.00407-.00451a6.18521,6.18521,0,0,1-1.0851-1.86092c-.10544-.27856-.34358-.22925-.66857-.12917-.14192.04372-.57386.17677-.47833.489Zm4.65165-1.08338a.51346.51346,0,0,0,.19513.31818l.02276.022a.52945.52945,0,0,0,.3517.18416.24242.24242,0,0,0,.16577-.0611c.05473-.05082.67382-.67812.73287-.738l.69041.68819a.28978.28978,0,0,0,.21437.11032.53239.53239,0,0,0,.35708-.19486c.29792-.30419.14885-.46821.07676-.54751l-.69954-.69975.72952-.73469c.16-.17311.01874-.35708-.12218-.498-.20461-.20461-.402-.25742-.52855-.14083l-.7254.72665-.73354-.73375a.20128.20128,0,0,0-.14179-.05695.54135.54135,0,0,0-.34379.19648c-.22561.22555-.274.38149-.15656.5059l.73374.7315-.72942.73072A.26589.26589,0,0,0,11.59191,14.05782Zm1.59866-9.915A8.86081,8.86081,0,0,0,9.854,4.776a.26169.26169,0,0,0-.16938.22759.92978.92978,0,0,0,.08619.42094c.05682.14524.20779.531.50006.41955a8.40969,8.40969,0,0,1,2.91968-.55484,7.87875,7.87875,0,0,1,3.086.62286,8.61817,8.61817,0,0,1,2.30562,1.49315.2781.2781,0,0,0,.18318.07586c.15529,0,.30425-.15253.43167-.29551.21268-.23861.35873-.4369.1492-.63538a8.50425,8.50425,0,0,0-2.62312-1.694A9.0177,9.0177,0,0,0,13.19058,4.14283ZM19.50945,18.6236h0a.93171.93171,0,0,0-.36642-.25406.26589.26589,0,0,0-.27613.06613l-.06943.06929A7.90606,7.90606,0,0,1,7.60639,18.505a7.57284,7.57284,0,0,1-1.696-2.51537,8.58715,8.58715,0,0,1-.5147-1.77754l-.00871-.04864c-.04939-.25873-.28755-.27684-.62981-.22448-.14234.02178-.5755.088-.53426.39969l.001.00712a9.08807,9.08807,0,0,0,15.406,4.99094c.00193-.00192.04753-.04718.0725-.07436C19.79425,19.16234,19.87422,18.98728,19.50945,18.6236Z"}))},{name:"amazon",attributes:{service:"amazon"},title:"Amazon",icon:()=>(0,$e.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,$e.createElement)(Ue.Path,{d:"M13.582,8.182C11.934,8.367,9.78,8.49,8.238,9.166c-1.781,0.769-3.03,2.337-3.03,4.644 c0,2.953,1.86,4.429,4.253,4.429c2.02,0,3.125-0.477,4.685-2.065c0.516,0.747,0.685,1.109,1.629,1.894 c0.212,0.114,0.483,0.103,0.672-0.066l0.006,0.006c0.567-0.505,1.599-1.401,2.18-1.888c0.231-0.188,0.19-0.496,0.009-0.754 c-0.52-0.718-1.072-1.303-1.072-2.634V8.305c0-1.876,0.133-3.599-1.249-4.891C15.23,2.369,13.422,2,12.04,2 C9.336,2,6.318,3.01,5.686,6.351C5.618,6.706,5.877,6.893,6.109,6.945l2.754,0.298C9.121,7.23,9.308,6.977,9.357,6.72 c0.236-1.151,1.2-1.706,2.284-1.706c0.584,0,1.249,0.215,1.595,0.738c0.398,0.584,0.346,1.384,0.346,2.061V8.182z M13.049,14.088 c-0.451,0.8-1.169,1.291-1.967,1.291c-1.09,0-1.728-0.83-1.728-2.061c0-2.42,2.171-2.86,4.227-2.86v0.615 C13.582,12.181,13.608,13.104,13.049,14.088z M20.683,19.339C18.329,21.076,14.917,22,11.979,22c-4.118,0-7.826-1.522-10.632-4.057 c-0.22-0.199-0.024-0.471,0.241-0.317c3.027,1.762,6.771,2.823,10.639,2.823c2.608,0,5.476-0.541,8.115-1.66 C20.739,18.62,21.072,19.051,20.683,19.339z M21.336,21.043c-0.194,0.163-0.379,0.076-0.293-0.139 c0.284-0.71,0.92-2.298,0.619-2.684c-0.301-0.386-1.99-0.183-2.749-0.092c-0.23,0.027-0.266-0.173-0.059-0.319 c1.348-0.946,3.555-0.673,3.811-0.356C22.925,17.773,22.599,19.986,21.336,21.043z"}))},{name:"bandcamp",attributes:{service:"bandcamp"},title:"Bandcamp",icon:()=>(0,$e.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,$e.createElement)(Ue.Path,{d:"M15.27 17.289 3 17.289 8.73 6.711 21 6.711 15.27 17.289"}))},{name:"behance",attributes:{service:"behance"},title:"Behance",icon:()=>(0,$e.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,$e.createElement)(Ue.Path,{d:"M7.799,5.698c0.589,0,1.12,0.051,1.606,0.156c0.482,0.102,0.894,0.273,1.241,0.507c0.344,0.235,0.612,0.546,0.804,0.938 c0.188,0.387,0.281,0.871,0.281,1.443c0,0.619-0.141,1.137-0.421,1.551c-0.284,0.413-0.7,0.751-1.255,1.014 c0.756,0.218,1.317,0.601,1.689,1.146c0.374,0.549,0.557,1.205,0.557,1.975c0,0.623-0.12,1.161-0.359,1.612 c-0.241,0.457-0.569,0.828-0.973,1.114c-0.408,0.288-0.876,0.5-1.399,0.637C9.052,17.931,8.514,18,7.963,18H2V5.698H7.799 M7.449,10.668c0.481,0,0.878-0.114,1.192-0.345c0.311-0.228,0.463-0.603,0.463-1.119c0-0.286-0.051-0.523-0.152-0.707 C8.848,8.315,8.711,8.171,8.536,8.07C8.362,7.966,8.166,7.894,7.94,7.854c-0.224-0.044-0.457-0.06-0.697-0.06H4.709v2.874H7.449z M7.6,15.905c0.267,0,0.521-0.024,0.759-0.077c0.243-0.053,0.457-0.137,0.637-0.261c0.182-0.12,0.332-0.283,0.441-0.491 C9.547,14.87,9.6,14.602,9.6,14.278c0-0.633-0.18-1.084-0.533-1.357c-0.356-0.27-0.83-0.404-1.413-0.404H4.709v3.388L7.6,15.905z M16.162,15.864c0.367,0.358,0.897,0.538,1.583,0.538c0.493,0,0.92-0.125,1.277-0.374c0.354-0.248,0.571-0.514,0.654-0.79h2.155 c-0.347,1.072-0.872,1.838-1.589,2.299C19.534,18,18.67,18.23,17.662,18.23c-0.701,0-1.332-0.113-1.899-0.337 c-0.567-0.227-1.041-0.544-1.439-0.958c-0.389-0.415-0.689-0.907-0.904-1.484c-0.213-0.574-0.32-1.21-0.32-1.899 c0-0.666,0.11-1.288,0.329-1.863c0.222-0.577,0.529-1.075,0.933-1.492c0.406-0.42,0.885-0.751,1.444-0.994 c0.558-0.241,1.175-0.363,1.857-0.363c0.754,0,1.414,0.145,1.98,0.44c0.563,0.291,1.026,0.686,1.389,1.181 c0.363,0.493,0.622,1.057,0.783,1.69c0.16,0.632,0.217,1.292,0.171,1.983h-6.428C15.557,14.84,15.795,15.506,16.162,15.864 M18.973,11.184c-0.291-0.321-0.783-0.496-1.384-0.496c-0.39,0-0.714,0.066-0.973,0.2c-0.254,0.132-0.461,0.297-0.621,0.491 c-0.157,0.197-0.265,0.405-0.328,0.628c-0.063,0.217-0.101,0.413-0.111,0.587h3.98C19.478,11.969,19.265,11.509,18.973,11.184z M15.057,7.738h4.985V6.524h-4.985L15.057,7.738z"}))},{name:"chain",attributes:{service:"chain"},title:"Link",icon:yf},{name:"codepen",attributes:{service:"codepen"},title:"CodePen",icon:()=>(0,$e.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,$e.createElement)(Ue.Path,{d:"M22.016,8.84c-0.002-0.013-0.005-0.025-0.007-0.037c-0.005-0.025-0.008-0.048-0.015-0.072 c-0.003-0.015-0.01-0.028-0.013-0.042c-0.008-0.02-0.015-0.04-0.023-0.062c-0.007-0.015-0.013-0.028-0.02-0.042 c-0.008-0.02-0.018-0.037-0.03-0.057c-0.007-0.013-0.017-0.027-0.025-0.038c-0.012-0.018-0.023-0.035-0.035-0.052 c-0.01-0.013-0.02-0.025-0.03-0.037c-0.015-0.017-0.028-0.032-0.043-0.045c-0.01-0.012-0.022-0.023-0.035-0.035 c-0.015-0.015-0.032-0.028-0.048-0.04c-0.012-0.01-0.025-0.02-0.037-0.03c-0.005-0.003-0.01-0.008-0.015-0.012l-9.161-6.096 c-0.289-0.192-0.666-0.192-0.955,0L2.359,8.237C2.354,8.24,2.349,8.245,2.344,8.249L2.306,8.277 c-0.017,0.013-0.033,0.027-0.048,0.04C2.246,8.331,2.234,8.342,2.222,8.352c-0.015,0.015-0.028,0.03-0.042,0.047 c-0.012,0.013-0.022,0.023-0.03,0.037C2.139,8.453,2.125,8.471,2.115,8.488C2.107,8.501,2.099,8.514,2.09,8.526 C2.079,8.548,2.069,8.565,2.06,8.585C2.054,8.6,2.047,8.613,2.04,8.626C2.032,8.648,2.025,8.67,2.019,8.69 c-0.005,0.013-0.01,0.027-0.013,0.042C1.999,8.755,1.995,8.778,1.99,8.803C1.989,8.817,1.985,8.828,1.984,8.84 C1.978,8.879,1.975,8.915,1.975,8.954v6.093c0,0.037,0.003,0.075,0.008,0.112c0.002,0.012,0.005,0.025,0.007,0.038 c0.005,0.023,0.008,0.047,0.015,0.072c0.003,0.015,0.008,0.028,0.013,0.04c0.007,0.022,0.013,0.042,0.022,0.063 c0.007,0.015,0.013,0.028,0.02,0.04c0.008,0.02,0.018,0.038,0.03,0.058c0.007,0.013,0.015,0.027,0.025,0.038 c0.012,0.018,0.023,0.035,0.035,0.052c0.01,0.013,0.02,0.025,0.03,0.037c0.013,0.015,0.028,0.032,0.042,0.045 c0.012,0.012,0.023,0.023,0.035,0.035c0.015,0.013,0.032,0.028,0.048,0.04l0.038,0.03c0.005,0.003,0.01,0.007,0.013,0.01 l9.163,6.095C11.668,21.953,11.833,22,12,22c0.167,0,0.332-0.047,0.478-0.144l9.163-6.095l0.015-0.01 c0.013-0.01,0.027-0.02,0.037-0.03c0.018-0.013,0.035-0.028,0.048-0.04c0.013-0.012,0.025-0.023,0.035-0.035 c0.017-0.015,0.03-0.032,0.043-0.045c0.01-0.013,0.02-0.025,0.03-0.037c0.013-0.018,0.025-0.035,0.035-0.052 c0.008-0.013,0.018-0.027,0.025-0.038c0.012-0.02,0.022-0.038,0.03-0.058c0.007-0.013,0.013-0.027,0.02-0.04 c0.008-0.022,0.015-0.042,0.023-0.063c0.003-0.013,0.01-0.027,0.013-0.04c0.007-0.025,0.01-0.048,0.015-0.072 c0.002-0.013,0.005-0.027,0.007-0.037c0.003-0.042,0.007-0.079,0.007-0.117V8.954C22.025,8.915,22.022,8.879,22.016,8.84z M12.862,4.464l6.751,4.49l-3.016,2.013l-3.735-2.492V4.464z M11.138,4.464v4.009l-3.735,2.494L4.389,8.954L11.138,4.464z M3.699,10.562L5.853,12l-2.155,1.438V10.562z M11.138,19.536l-6.749-4.491l3.015-2.011l3.735,2.492V19.536z M12,14.035L8.953,12 L12,9.966L15.047,12L12,14.035z M12.862,19.536v-4.009l3.735-2.492l3.016,2.011L12.862,19.536z M20.303,13.438L18.147,12 l2.156-1.438L20.303,13.438z"}))},{name:"deviantart",attributes:{service:"deviantart"},title:"DeviantArt",icon:()=>(0,$e.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,$e.createElement)(Ue.Path,{d:"M 18.19 5.636 18.19 2 18.188 2 14.553 2 14.19 2.366 12.474 5.636 11.935 6 5.81 6 5.81 10.994 9.177 10.994 9.477 11.357 5.81 18.363 5.81 22 5.811 22 9.447 22 9.81 21.634 11.526 18.364 12.065 18 18.19 18 18.19 13.006 14.823 13.006 14.523 12.641 18.19 5.636z"}))},{name:"dribbble",attributes:{service:"dribbble"},title:"Dribbble",icon:()=>(0,$e.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,$e.createElement)(Ue.Path,{d:"M12,22C6.486,22,2,17.514,2,12S6.486,2,12,2c5.514,0,10,4.486,10,10S17.514,22,12,22z M20.434,13.369 c-0.292-0.092-2.644-0.794-5.32-0.365c1.117,3.07,1.572,5.57,1.659,6.09C18.689,17.798,20.053,15.745,20.434,13.369z M15.336,19.876c-0.127-0.749-0.623-3.361-1.822-6.477c-0.019,0.006-0.038,0.013-0.056,0.019c-4.818,1.679-6.547,5.02-6.701,5.334 c1.448,1.129,3.268,1.803,5.243,1.803C13.183,20.555,14.311,20.313,15.336,19.876z M5.654,17.724 c0.193-0.331,2.538-4.213,6.943-5.637c0.111-0.036,0.224-0.07,0.337-0.102c-0.214-0.485-0.448-0.971-0.692-1.45 c-4.266,1.277-8.405,1.223-8.778,1.216c-0.003,0.087-0.004,0.174-0.004,0.261C3.458,14.207,4.29,16.21,5.654,17.724z M3.639,10.264 c0.382,0.005,3.901,0.02,7.897-1.041c-1.415-2.516-2.942-4.631-3.167-4.94C5.979,5.41,4.193,7.613,3.639,10.264z M9.998,3.709 c0.236,0.316,1.787,2.429,3.187,5c3.037-1.138,4.323-2.867,4.477-3.085C16.154,4.286,14.17,3.471,12,3.471 C11.311,3.471,10.641,3.554,9.998,3.709z M18.612,6.612C18.432,6.855,17,8.69,13.842,9.979c0.199,0.407,0.389,0.821,0.567,1.237 c0.063,0.148,0.124,0.295,0.184,0.441c2.842-0.357,5.666,0.215,5.948,0.275C20.522,9.916,19.801,8.065,18.612,6.612z"}))},{name:"dropbox",attributes:{service:"dropbox"},title:"Dropbox",icon:()=>(0,$e.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,$e.createElement)(Ue.Path,{d:"M12,6.134L6.069,9.797L2,6.54l5.883-3.843L12,6.134z M2,13.054l5.883,3.843L12,13.459L6.069,9.797L2,13.054z M12,13.459 l4.116,3.439L22,13.054l-4.069-3.257L12,13.459z M22,6.54l-5.884-3.843L12,6.134l5.931,3.663L22,6.54z M12.011,14.2l-4.129,3.426 l-1.767-1.153v1.291l5.896,3.539l5.897-3.539v-1.291l-1.769,1.153L12.011,14.2z"}))},{name:"etsy",attributes:{service:"etsy"},title:"Etsy",icon:()=>(0,$e.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,$e.createElement)(Ue.Path,{d:"M9.16033,4.038c0-.27174.02717-.43478.48913-.43478h6.22283c1.087,0,1.68478.92391,2.11957,2.663l.35326,1.38587h1.05978C19.59511,3.712,19.75815,2,19.75815,2s-2.663.29891-4.23913.29891h-7.962L3.29076,2.163v1.1413L4.731,3.57609c1.00543.19022,1.25.40761,1.33152,1.33152,0,0,.08152,2.71739.08152,7.20109s-.08152,7.17391-.08152,7.17391c0,.81522-.32609,1.11413-1.33152,1.30435l-1.44022.27174V22l4.2663-.13587h7.11957c1.60326,0,5.32609.13587,5.32609.13587.08152-.97826.625-5.40761.70652-5.89674H19.7038L18.644,18.52174c-.84239,1.90217-2.06522,2.038-3.42391,2.038H11.1712c-1.3587,0-2.01087-.54348-2.01087-1.712V12.65217s3.0163,0,3.99457.08152c.76087.05435,1.22283.27174,1.46739,1.33152l.32609,1.413h1.16848l-.08152-3.55978.163-3.587H15.02989l-.38043,1.57609c-.24457,1.03261-.40761,1.22283-1.46739,1.33152-1.38587.13587-4.02174.1087-4.02174.1087Z"}))},{name:"facebook",attributes:{service:"facebook"},title:"Facebook",icon:()=>(0,$e.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,$e.createElement)(Ue.Path,{d:"M12 2C6.5 2 2 6.5 2 12c0 5 3.7 9.1 8.4 9.9v-7H7.9V12h2.5V9.8c0-2.5 1.5-3.9 3.8-3.9 1.1 0 2.2.2 2.2.2v2.5h-1.3c-1.2 0-1.6.8-1.6 1.6V12h2.8l-.4 2.9h-2.3v7C18.3 21.1 22 17 22 12c0-5.5-4.5-10-10-10z"}))},{name:"feed",attributes:{service:"feed"},title:"RSS Feed",icon:()=>(0,$e.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,$e.createElement)(Ue.Path,{d:"M2,8.667V12c5.515,0,10,4.485,10,10h3.333C15.333,14.637,9.363,8.667,2,8.667z M2,2v3.333 c9.19,0,16.667,7.477,16.667,16.667H22C22,10.955,13.045,2,2,2z M4.5,17C3.118,17,2,18.12,2,19.5S3.118,22,4.5,22S7,20.88,7,19.5 S5.882,17,4.5,17z"}))},{name:"flickr",attributes:{service:"flickr"},title:"Flickr",icon:()=>(0,$e.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,$e.createElement)(Ue.Path,{d:"M6.5,7c-2.75,0-5,2.25-5,5s2.25,5,5,5s5-2.25,5-5S9.25,7,6.5,7z M17.5,7c-2.75,0-5,2.25-5,5s2.25,5,5,5s5-2.25,5-5 S20.25,7,17.5,7z"}))},{name:"foursquare",attributes:{service:"foursquare"},title:"Foursquare",icon:()=>(0,$e.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,$e.createElement)(Ue.Path,{d:"M17.573,2c0,0-9.197,0-10.668,0S5,3.107,5,3.805s0,16.948,0,16.948c0,0.785,0.422,1.077,0.66,1.172 c0.238,0.097,0.892,0.177,1.285-0.275c0,0,5.035-5.843,5.122-5.93c0.132-0.132,0.132-0.132,0.262-0.132h3.26 c1.368,0,1.588-0.977,1.732-1.552c0.078-0.318,0.692-3.428,1.225-6.122l0.675-3.368C19.56,2.893,19.14,2,17.573,2z M16.495,7.22 c-0.053,0.252-0.372,0.518-0.665,0.518c-0.293,0-4.157,0-4.157,0c-0.467,0-0.802,0.318-0.802,0.787v0.508 c0,0.467,0.337,0.798,0.805,0.798c0,0,3.197,0,3.528,0s0.655,0.362,0.583,0.715c-0.072,0.353-0.407,2.102-0.448,2.295 c-0.04,0.193-0.262,0.523-0.655,0.523c-0.33,0-2.88,0-2.88,0c-0.523,0-0.683,0.068-1.033,0.503 c-0.35,0.437-3.505,4.223-3.505,4.223c-0.032,0.035-0.063,0.027-0.063-0.015V4.852c0-0.298,0.26-0.648,0.648-0.648 c0,0,8.228,0,8.562,0c0.315,0,0.61,0.297,0.528,0.683L16.495,7.22z"}))},{name:"goodreads",attributes:{service:"goodreads"},title:"Goodreads",icon:()=>(0,$e.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,$e.createElement)(Ue.Path,{d:"M17.3,17.5c-0.2,0.8-0.5,1.4-1,1.9c-0.4,0.5-1,0.9-1.7,1.2C13.9,20.9,13.1,21,12,21c-0.6,0-1.3-0.1-1.9-0.2 c-0.6-0.1-1.1-0.4-1.6-0.7c-0.5-0.3-0.9-0.7-1.2-1.2c-0.3-0.5-0.5-1.1-0.5-1.7h1.5c0.1,0.5,0.2,0.9,0.5,1.2 c0.2,0.3,0.5,0.6,0.9,0.8c0.3,0.2,0.7,0.3,1.1,0.4c0.4,0.1,0.8,0.1,1.2,0.1c1.4,0,2.5-0.4,3.1-1.2c0.6-0.8,1-2,1-3.5v-1.7h0 c-0.4,0.8-0.9,1.4-1.6,1.9c-0.7,0.5-1.5,0.7-2.4,0.7c-1,0-1.9-0.2-2.6-0.5C8.7,15,8.1,14.5,7.7,14c-0.5-0.6-0.8-1.3-1-2.1 c-0.2-0.8-0.3-1.6-0.3-2.5c0-0.9,0.1-1.7,0.4-2.5c0.3-0.8,0.6-1.5,1.1-2c0.5-0.6,1.1-1,1.8-1.4C10.3,3.2,11.1,3,12,3 c0.5,0,0.9,0.1,1.3,0.2c0.4,0.1,0.8,0.3,1.1,0.5c0.3,0.2,0.6,0.5,0.9,0.8c0.3,0.3,0.5,0.6,0.6,1h0V3.4h1.5V15 C17.6,15.9,17.5,16.7,17.3,17.5z M13.8,14.1c0.5-0.3,0.9-0.7,1.3-1.1c0.3-0.5,0.6-1,0.8-1.6c0.2-0.6,0.3-1.2,0.3-1.9 c0-0.6-0.1-1.2-0.2-1.9c-0.1-0.6-0.4-1.2-0.7-1.7c-0.3-0.5-0.7-0.9-1.3-1.2c-0.5-0.3-1.1-0.5-1.9-0.5s-1.4,0.2-1.9,0.5 c-0.5,0.3-1,0.7-1.3,1.2C8.5,6.4,8.3,7,8.1,7.6C8,8.2,7.9,8.9,7.9,9.5c0,0.6,0.1,1.3,0.2,1.9C8.3,12,8.6,12.5,8.9,13 c0.3,0.5,0.8,0.8,1.3,1.1c0.5,0.3,1.1,0.4,1.9,0.4C12.7,14.5,13.3,14.4,13.8,14.1z"}))},{name:"google",attributes:{service:"google"},title:"Google",icon:()=>(0,$e.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,$e.createElement)(Ue.Path,{d:"M12.02,10.18v3.72v0.01h5.51c-0.26,1.57-1.67,4.22-5.5,4.22c-3.31,0-6.01-2.75-6.01-6.12s2.7-6.12,6.01-6.12 c1.87,0,3.13,0.8,3.85,1.48l2.84-2.76C16.99,2.99,14.73,2,12.03,2c-5.52,0-10,4.48-10,10s4.48,10,10,10c5.77,0,9.6-4.06,9.6-9.77 c0-0.83-0.11-1.42-0.25-2.05H12.02z"}))},{name:"github",attributes:{service:"github"},title:"GitHub",icon:()=>(0,$e.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,$e.createElement)(Ue.Path,{d:"M12,2C6.477,2,2,6.477,2,12c0,4.419,2.865,8.166,6.839,9.489c0.5,0.09,0.682-0.218,0.682-0.484 c0-0.236-0.009-0.866-0.014-1.699c-2.782,0.602-3.369-1.34-3.369-1.34c-0.455-1.157-1.11-1.465-1.11-1.465 c-0.909-0.62,0.069-0.608,0.069-0.608c1.004,0.071,1.532,1.03,1.532,1.03c0.891,1.529,2.341,1.089,2.91,0.833 c0.091-0.647,0.349-1.086,0.635-1.337c-2.22-0.251-4.555-1.111-4.555-4.943c0-1.091,0.39-1.984,1.03-2.682 C6.546,8.54,6.202,7.524,6.746,6.148c0,0,0.84-0.269,2.75,1.025C10.295,6.95,11.15,6.84,12,6.836 c0.85,0.004,1.705,0.114,2.504,0.336c1.909-1.294,2.748-1.025,2.748-1.025c0.546,1.376,0.202,2.394,0.1,2.646 c0.64,0.699,1.026,1.591,1.026,2.682c0,3.841-2.337,4.687-4.565,4.935c0.359,0.307,0.679,0.917,0.679,1.852 c0,1.335-0.012,2.415-0.012,2.741c0,0.269,0.18,0.579,0.688,0.481C19.138,20.161,22,16.416,22,12C22,6.477,17.523,2,12,2z"}))},{name:"instagram",attributes:{service:"instagram"},title:"Instagram",icon:()=>(0,$e.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,$e.createElement)(Ue.Path,{d:"M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z"}))},{name:"lastfm",attributes:{service:"lastfm"},title:"Last.fm",icon:()=>(0,$e.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,$e.createElement)(Ue.Path,{d:"M 12.0002 1.5 C 6.2006 1.5 1.5 6.2011 1.5 11.9998 C 1.5 17.799 6.2006 22.5 12.0002 22.5 C 17.799 22.5 22.5 17.799 22.5 11.9998 C 22.5 6.2011 17.799 1.5 12.0002 1.5 Z M 16.1974 16.2204 C 14.8164 16.2152 13.9346 15.587 13.3345 14.1859 L 13.1816 13.8451 L 11.8541 10.8101 C 11.4271 9.7688 10.3526 9.0712 9.1801 9.0712 C 7.5695 9.0712 6.2593 10.3851 6.2593 12.001 C 6.2593 13.6165 7.5695 14.9303 9.1801 14.9303 C 10.272 14.9303 11.2651 14.3275 11.772 13.3567 C 11.7893 13.3235 11.8239 13.302 11.863 13.3038 C 11.9007 13.3054 11.9353 13.3288 11.9504 13.3632 L 12.4865 14.6046 C 12.5016 14.639 12.4956 14.6778 12.4723 14.7069 C 11.6605 15.6995 10.4602 16.2683 9.1801 16.2683 C 6.8331 16.2683 4.9234 14.3536 4.9234 12.001 C 4.9234 9.6468 6.833 7.732 9.1801 7.732 C 10.9572 7.732 12.3909 8.6907 13.1138 10.3636 C 13.1206 10.3802 13.8412 12.0708 14.4744 13.5191 C 14.8486 14.374 15.1462 14.896 16.1288 14.9292 C 17.0663 14.9613 17.7538 14.4122 17.7538 13.6485 C 17.7538 12.9691 17.3321 12.8004 16.3803 12.4822 C 14.7365 11.9398 13.845 11.3861 13.845 10.0182 C 13.845 8.6809 14.7667 7.8162 16.192 7.8162 C 17.1288 7.8162 17.8155 8.2287 18.2921 9.0768 C 18.305 9.1006 18.3079 9.1281 18.3004 9.1542 C 18.2929 9.1803 18.2748 9.2021 18.2507 9.2138 L 17.3614 9.669 C 17.3178 9.692 17.2643 9.6781 17.2356 9.6385 C 16.9329 9.2135 16.5956 9.0251 16.1423 9.0251 C 15.5512 9.0251 15.122 9.429 15.122 9.9865 C 15.122 10.6738 15.6529 10.8414 16.5339 11.1192 C 16.6491 11.1558 16.7696 11.194 16.8939 11.2343 C 18.2763 11.6865 19.0768 12.2311 19.0768 13.6836 C 19.0769 15.1297 17.8389 16.2204 16.1974 16.2204 Z"}))},{name:"linkedin",attributes:{service:"linkedin"},title:"LinkedIn",icon:()=>(0,$e.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,$e.createElement)(Ue.Path,{d:"M19.7,3H4.3C3.582,3,3,3.582,3,4.3v15.4C3,20.418,3.582,21,4.3,21h15.4c0.718,0,1.3-0.582,1.3-1.3V4.3 C21,3.582,20.418,3,19.7,3z M8.339,18.338H5.667v-8.59h2.672V18.338z M7.004,8.574c-0.857,0-1.549-0.694-1.549-1.548 c0-0.855,0.691-1.548,1.549-1.548c0.854,0,1.547,0.694,1.547,1.548C8.551,7.881,7.858,8.574,7.004,8.574z M18.339,18.338h-2.669 v-4.177c0-0.996-0.017-2.278-1.387-2.278c-1.389,0-1.601,1.086-1.601,2.206v4.249h-2.667v-8.59h2.559v1.174h0.037 c0.356-0.675,1.227-1.387,2.526-1.387c2.703,0,3.203,1.779,3.203,4.092V18.338z"}))},{name:"mail",attributes:{service:"mail"},title:"Mail",keywords:["email","e-mail"],icon:()=>(0,$e.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,$e.createElement)(Ue.Path,{d:"M20,4H4C2.895,4,2,4.895,2,6v12c0,1.105,0.895,2,2,2h16c1.105,0,2-0.895,2-2V6C22,4.895,21.105,4,20,4z M20,8.236l-8,4.882 L4,8.236V6h16V8.236z"}))},{name:"mastodon",attributes:{service:"mastodon"},title:"Mastodon",icon:()=>(0,$e.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,$e.createElement)(Ue.Path,{d:"M23.193 7.879c0-5.206-3.411-6.732-3.411-6.732C18.062.357 15.108.025 12.041 0h-.076c-3.068.025-6.02.357-7.74 1.147 0 0-3.411 1.526-3.411 6.732 0 1.192-.023 2.618.015 4.129.124 5.092.934 10.109 5.641 11.355 2.17.574 4.034.695 5.535.612 2.722-.15 4.25-.972 4.25-.972l-.09-1.975s-1.945.613-4.129.539c-2.165-.074-4.449-.233-4.799-2.891a5.499 5.499 0 0 1-.048-.745s2.125.52 4.817.643c1.646.075 3.19-.097 4.758-.283 3.007-.359 5.625-2.212 5.954-3.905.517-2.665.475-6.507.475-6.507zm-4.024 6.709h-2.497V8.469c0-1.29-.543-1.944-1.628-1.944-1.2 0-1.802.776-1.802 2.312v3.349h-2.483v-3.35c0-1.536-.602-2.312-1.802-2.312-1.085 0-1.628.655-1.628 1.944v6.119H4.832V8.284c0-1.289.328-2.313.987-3.07.68-.758 1.569-1.146 2.674-1.146 1.278 0 2.246.491 2.886 1.474L12 6.585l.622-1.043c.64-.983 1.608-1.474 2.886-1.474 1.104 0 1.994.388 2.674 1.146.658.757.986 1.781.986 3.07v6.304z"}))},{name:"meetup",attributes:{service:"meetup"},title:"Meetup",icon:()=>(0,$e.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,$e.createElement)(Ue.Path,{d:"M19.24775,14.722a3.57032,3.57032,0,0,1-2.94457,3.52073,3.61886,3.61886,0,0,1-.64652.05634c-.07314-.0008-.10187.02846-.12507.09547A2.38881,2.38881,0,0,1,13.49453,20.094a2.33092,2.33092,0,0,1-1.827-.50716.13635.13635,0,0,0-.19878-.00408,3.191,3.191,0,0,1-2.104.60248,3.26309,3.26309,0,0,1-3.00324-2.71993,2.19076,2.19076,0,0,1-.03512-.30865c-.00156-.08579-.03413-.1189-.11608-.13493a2.86421,2.86421,0,0,1-1.23189-.56111,2.945,2.945,0,0,1-1.166-2.05749,2.97484,2.97484,0,0,1,.87524-2.50774.112.112,0,0,0,.02091-.16107,2.7213,2.7213,0,0,1-.36648-1.48A2.81256,2.81256,0,0,1,6.57673,7.58838a.35764.35764,0,0,0,.28869-.22819,4.2208,4.2208,0,0,1,6.02892-1.90111.25161.25161,0,0,0,.22023.0243,3.65608,3.65608,0,0,1,3.76031.90678A3.57244,3.57244,0,0,1,17.95918,8.626a2.97339,2.97339,0,0,1,.01829.57356.10637.10637,0,0,0,.0853.12792,1.97669,1.97669,0,0,1,1.27939,1.33733,2.00266,2.00266,0,0,1-.57112,2.12652c-.05284.05166-.04168.08328-.01173.13489A3.51189,3.51189,0,0,1,19.24775,14.722Zm-6.35959-.27836a1.6984,1.6984,0,0,0,1.14556,1.61113,3.82039,3.82039,0,0,0,1.036.17935,1.46888,1.46888,0,0,0,.73509-.12255.44082.44082,0,0,0,.26057-.44274.45312.45312,0,0,0-.29211-.43375.97191.97191,0,0,0-.20678-.063c-.21326-.03806-.42754-.0701-.63973-.11215a.54787.54787,0,0,1-.50172-.60926,2.75864,2.75864,0,0,1,.1773-.901c.1763-.535.414-1.045.64183-1.55913A12.686,12.686,0,0,0,15.85,10.47863a1.58461,1.58461,0,0,0,.04861-.87208,1.04531,1.04531,0,0,0-.85432-.83981,1.60658,1.60658,0,0,0-1.23654.16594.27593.27593,0,0,1-.36286-.03413c-.085-.0747-.16594-.15379-.24918-.23055a.98682.98682,0,0,0-1.33577-.04933,6.1468,6.1468,0,0,1-.4989.41615.47762.47762,0,0,1-.51535.03566c-.17448-.09307-.35512-.175-.53531-.25665a1.74949,1.74949,0,0,0-.56476-.2016,1.69943,1.69943,0,0,0-1.61654.91787,8.05815,8.05815,0,0,0-.32952.80126c-.45471,1.2557-.82507,2.53825-1.20838,3.81639a1.24151,1.24151,0,0,0,.51532,1.44389,1.42659,1.42659,0,0,0,1.22008.17166,1.09728,1.09728,0,0,0,.66994-.69764c.44145-1.04111.839-2.09989,1.25981-3.14926.11581-.28876.22792-.57874.35078-.86438a.44548.44548,0,0,1,.69189-.19539.50521.50521,0,0,1,.15044.43836,1.75625,1.75625,0,0,1-.14731.50453c-.27379.69219-.55265,1.38236-.82766,2.074a2.0836,2.0836,0,0,0-.14038.42876.50719.50719,0,0,0,.27082.57722.87236.87236,0,0,0,.66145.02739.99137.99137,0,0,0,.53406-.532q.61571-1.20914,1.228-2.42031.28423-.55863.57585-1.1133a.87189.87189,0,0,1,.29055-.35253.34987.34987,0,0,1,.37634-.01265.30291.30291,0,0,1,.12434.31459.56716.56716,0,0,1-.04655.1915c-.05318.12739-.10286.25669-.16183.38156-.34118.71775-.68754,1.43273-1.02568,2.152A2.00213,2.00213,0,0,0,12.88816,14.44366Zm4.78568,5.28972a.88573.88573,0,0,0-1.77139.00465.8857.8857,0,0,0,1.77139-.00465Zm-14.83838-7.296a.84329.84329,0,1,0,.00827-1.68655.8433.8433,0,0,0-.00827,1.68655Zm10.366-9.43673a.83506.83506,0,1,0-.0091,1.67.83505.83505,0,0,0,.0091-1.67Zm6.85014,5.22a.71651.71651,0,0,0-1.433.0093.71656.71656,0,0,0,1.433-.0093ZM5.37528,6.17908A.63823.63823,0,1,0,6.015,5.54483.62292.62292,0,0,0,5.37528,6.17908Zm6.68214,14.80843a.54949.54949,0,1,0-.55052.541A.54556.54556,0,0,0,12.05742,20.98752Zm8.53235-8.49689a.54777.54777,0,0,0-.54027.54023.53327.53327,0,0,0,.532.52293.51548.51548,0,0,0,.53272-.5237A.53187.53187,0,0,0,20.58977,12.49063ZM7.82846,2.4715a.44927.44927,0,1,0,.44484.44766A.43821.43821,0,0,0,7.82846,2.4715Zm13.775,7.60492a.41186.41186,0,0,0-.40065.39623.40178.40178,0,0,0,.40168.40168A.38994.38994,0,0,0,22,10.48172.39946.39946,0,0,0,21.60349,10.07642ZM5.79193,17.96207a.40469.40469,0,0,0-.397-.39646.399.399,0,0,0-.396.405.39234.39234,0,0,0,.39939.389A.39857.39857,0,0,0,5.79193,17.96207Z"}))},{name:"medium",attributes:{service:"medium"},title:"Medium",icon:()=>(0,$e.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,$e.createElement)(Ue.Path,{d:"M20.962,7.257l-5.457,8.867l-3.923-6.375l3.126-5.08c0.112-0.182,0.319-0.286,0.527-0.286c0.05,0,0.1,0.008,0.149,0.02 c0.039,0.01,0.078,0.023,0.114,0.041l5.43,2.715l0.006,0.003c0.004,0.002,0.007,0.006,0.011,0.008 C20.971,7.191,20.98,7.227,20.962,7.257z M9.86,8.592v5.783l5.14,2.57L9.86,8.592z M15.772,17.331l4.231,2.115 C20.554,19.721,21,19.529,21,19.016V8.835L15.772,17.331z M8.968,7.178L3.665,4.527C3.569,4.479,3.478,4.456,3.395,4.456 C3.163,4.456,3,4.636,3,4.938v11.45c0,0.306,0.224,0.669,0.498,0.806l4.671,2.335c0.12,0.06,0.234,0.088,0.337,0.088 c0.29,0,0.494-0.225,0.494-0.602V7.231C9,7.208,8.988,7.188,8.968,7.178z"}))},{name:"patreon",attributes:{service:"patreon"},title:"Patreon",icon:()=>(0,$e.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 569 546",version:"1.1"},(0,$e.createElement)(Ue.Circle,{cx:"363",cy:"205",r:"205"}),(0,$e.createElement)(Ue.Rect,{width:"100",height:"546",x:"0",y:"0"}))},{name:"pinterest",attributes:{service:"pinterest"},title:"Pinterest",icon:()=>(0,$e.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,$e.createElement)(Ue.Path,{d:"M12.289,2C6.617,2,3.606,5.648,3.606,9.622c0,1.846,1.025,4.146,2.666,4.878c0.25,0.111,0.381,0.063,0.439-0.169 c0.044-0.175,0.267-1.029,0.365-1.428c0.032-0.128,0.017-0.237-0.091-0.362C6.445,11.911,6.01,10.75,6.01,9.668 c0-2.777,2.194-5.464,5.933-5.464c3.23,0,5.49,2.108,5.49,5.122c0,3.407-1.794,5.768-4.13,5.768c-1.291,0-2.257-1.021-1.948-2.277 c0.372-1.495,1.089-3.112,1.089-4.191c0-0.967-0.542-1.775-1.663-1.775c-1.319,0-2.379,1.309-2.379,3.059 c0,1.115,0.394,1.869,0.394,1.869s-1.302,5.279-1.54,6.261c-0.405,1.666,0.053,4.368,0.094,4.604 c0.021,0.126,0.167,0.169,0.25,0.063c0.129-0.165,1.699-2.419,2.142-4.051c0.158-0.59,0.817-2.995,0.817-2.995 c0.43,0.784,1.681,1.446,3.013,1.446c3.963,0,6.822-3.494,6.822-7.833C20.394,5.112,16.849,2,12.289,2"}))},{name:"pocket",attributes:{service:"pocket"},title:"Pocket",icon:()=>(0,$e.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,$e.createElement)(Ue.Path,{d:"M21.927,4.194C21.667,3.48,20.982,3,20.222,3h-0.01h-1.721H3.839C3.092,3,2.411,3.47,2.145,4.17 C2.066,4.378,2.026,4.594,2.026,4.814v6.035l0.069,1.2c0.29,2.73,1.707,5.115,3.899,6.778c0.039,0.03,0.079,0.059,0.119,0.089 l0.025,0.018c1.175,0.859,2.491,1.441,3.91,1.727c0.655,0.132,1.325,0.2,1.991,0.2c0.615,0,1.232-0.057,1.839-0.17 c0.073-0.014,0.145-0.028,0.219-0.044c0.02-0.004,0.042-0.012,0.064-0.023c1.359-0.297,2.621-0.864,3.753-1.691l0.025-0.018 c0.04-0.029,0.08-0.058,0.119-0.089c2.192-1.664,3.609-4.049,3.898-6.778l0.069-1.2V4.814C22.026,4.605,22,4.398,21.927,4.194z M17.692,10.481l-4.704,4.512c-0.266,0.254-0.608,0.382-0.949,0.382c-0.342,0-0.684-0.128-0.949-0.382l-4.705-4.512 C5.838,9.957,5.82,9.089,6.344,8.542c0.524-0.547,1.392-0.565,1.939-0.04l3.756,3.601l3.755-3.601 c0.547-0.524,1.415-0.506,1.939,0.04C18.256,9.089,18.238,9.956,17.692,10.481z"}))},{name:"reddit",attributes:{service:"reddit"},title:"Reddit",icon:()=>(0,$e.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,$e.createElement)(Ue.Path,{d:"M22 12.068a2.184 2.184 0 0 0-2.186-2.186c-.592 0-1.13.233-1.524.609-1.505-1.075-3.566-1.774-5.86-1.864l1.004-4.695 3.261.699A1.56 1.56 0 1 0 18.255 3c-.61-.001-1.147.357-1.398.877l-3.638-.77a.382.382 0 0 0-.287.053.348.348 0 0 0-.161.251l-1.112 5.233c-2.33.072-4.426.77-5.95 1.864a2.201 2.201 0 0 0-1.523-.61 2.184 2.184 0 0 0-.896 4.176c-.036.215-.053.43-.053.663 0 3.37 3.924 6.111 8.763 6.111s8.763-2.724 8.763-6.11c0-.216-.017-.449-.053-.664A2.207 2.207 0 0 0 22 12.068Zm-15.018 1.56a1.56 1.56 0 0 1 3.118 0c0 .86-.699 1.558-1.559 1.558-.86.018-1.559-.699-1.559-1.559Zm8.728 4.139c-1.076 1.075-3.119 1.147-3.71 1.147-.61 0-2.652-.09-3.71-1.147a.4.4 0 0 1 0-.573.4.4 0 0 1 .574 0c.68.68 2.114.914 3.136.914 1.022 0 2.473-.233 3.136-.914a.4.4 0 0 1 .574 0 .436.436 0 0 1 0 .573Zm-.287-2.563a1.56 1.56 0 0 1 0-3.118c.86 0 1.56.699 1.56 1.56 0 .841-.7 1.558-1.56 1.558Z"}))},{name:"skype",attributes:{service:"skype"},title:"Skype",icon:()=>(0,$e.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,$e.createElement)(Ue.Path,{d:"M10.113,2.699c0.033-0.006,0.067-0.013,0.1-0.02c0.033,0.017,0.066,0.033,0.098,0.051L10.113,2.699z M2.72,10.223 c-0.006,0.034-0.011,0.069-0.017,0.103c0.018,0.032,0.033,0.064,0.051,0.095L2.72,10.223z M21.275,13.771 c0.007-0.035,0.011-0.071,0.018-0.106c-0.018-0.031-0.033-0.064-0.052-0.095L21.275,13.771z M13.563,21.199 c0.032,0.019,0.065,0.035,0.096,0.053c0.036-0.006,0.071-0.011,0.105-0.017L13.563,21.199z M22,16.386 c0,1.494-0.581,2.898-1.637,3.953c-1.056,1.057-2.459,1.637-3.953,1.637c-0.967,0-1.914-0.251-2.75-0.725 c0.036-0.006,0.071-0.011,0.105-0.017l-0.202-0.035c0.032,0.019,0.065,0.035,0.096,0.053c-0.543,0.096-1.099,0.147-1.654,0.147 c-1.275,0-2.512-0.25-3.676-0.743c-1.125-0.474-2.135-1.156-3.002-2.023c-0.867-0.867-1.548-1.877-2.023-3.002 c-0.493-1.164-0.743-2.401-0.743-3.676c0-0.546,0.049-1.093,0.142-1.628c0.018,0.032,0.033,0.064,0.051,0.095L2.72,10.223 c-0.006,0.034-0.011,0.069-0.017,0.103C2.244,9.5,2,8.566,2,7.615c0-1.493,0.582-2.898,1.637-3.953 c1.056-1.056,2.46-1.638,3.953-1.638c0.915,0,1.818,0.228,2.622,0.655c-0.033,0.007-0.067,0.013-0.1,0.02l0.199,0.031 c-0.032-0.018-0.066-0.034-0.098-0.051c0.002,0,0.003-0.001,0.004-0.001c0.586-0.112,1.187-0.169,1.788-0.169 c1.275,0,2.512,0.249,3.676,0.742c1.124,0.476,2.135,1.156,3.002,2.024c0.868,0.867,1.548,1.877,2.024,3.002 c0.493,1.164,0.743,2.401,0.743,3.676c0,0.575-0.054,1.15-0.157,1.712c-0.018-0.031-0.033-0.064-0.052-0.095l0.034,0.201 c0.007-0.035,0.011-0.071,0.018-0.106C21.754,14.494,22,15.432,22,16.386z M16.817,14.138c0-1.331-0.613-2.743-3.033-3.282 l-2.209-0.49c-0.84-0.192-1.807-0.444-1.807-1.237c0-0.794,0.679-1.348,1.903-1.348c2.468,0,2.243,1.696,3.468,1.696 c0.645,0,1.209-0.379,1.209-1.031c0-1.521-2.435-2.663-4.5-2.663c-2.242,0-4.63,0.952-4.63,3.488c0,1.221,0.436,2.521,2.839,3.123 l2.984,0.745c0.903,0.223,1.129,0.731,1.129,1.189c0,0.762-0.758,1.507-2.129,1.507c-2.679,0-2.307-2.062-3.743-2.062 c-0.645,0-1.113,0.444-1.113,1.078c0,1.236,1.501,2.886,4.856,2.886C15.236,17.737,16.817,16.199,16.817,14.138z"}))},{name:"snapchat",attributes:{service:"snapchat"},title:"Snapchat",icon:()=>(0,$e.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,$e.createElement)(Ue.Path,{d:"M12.065,2a5.526,5.526,0,0,1,3.132.892A5.854,5.854,0,0,1,17.326,5.4a5.821,5.821,0,0,1,.351,2.33q0,.612-.117,2.487a.809.809,0,0,0,.365.091,1.93,1.93,0,0,0,.664-.176,1.93,1.93,0,0,1,.664-.176,1.3,1.3,0,0,1,.729.234.7.7,0,0,1,.351.6.839.839,0,0,1-.41.7,2.732,2.732,0,0,1-.9.41,3.192,3.192,0,0,0-.9.378.728.728,0,0,0-.41.618,1.575,1.575,0,0,0,.156.56,6.9,6.9,0,0,0,1.334,1.953,5.6,5.6,0,0,0,1.881,1.315,5.875,5.875,0,0,0,1.042.3.42.42,0,0,1,.365.456q0,.911-2.852,1.341a1.379,1.379,0,0,0-.143.507,1.8,1.8,0,0,1-.182.605.451.451,0,0,1-.429.241,5.878,5.878,0,0,1-.807-.085,5.917,5.917,0,0,0-.833-.085,4.217,4.217,0,0,0-.807.065,2.42,2.42,0,0,0-.82.293,6.682,6.682,0,0,0-.755.5q-.351.267-.755.527a3.886,3.886,0,0,1-.989.436A4.471,4.471,0,0,1,11.831,22a4.307,4.307,0,0,1-1.256-.176,3.784,3.784,0,0,1-.976-.436q-.4-.26-.749-.527a6.682,6.682,0,0,0-.755-.5,2.422,2.422,0,0,0-.807-.293,4.432,4.432,0,0,0-.82-.065,5.089,5.089,0,0,0-.853.1,5,5,0,0,1-.762.1.474.474,0,0,1-.456-.241,1.819,1.819,0,0,1-.182-.618,1.411,1.411,0,0,0-.143-.521q-2.852-.429-2.852-1.341a.42.42,0,0,1,.365-.456,5.793,5.793,0,0,0,1.042-.3,5.524,5.524,0,0,0,1.881-1.315,6.789,6.789,0,0,0,1.334-1.953A1.575,1.575,0,0,0,6,12.9a.728.728,0,0,0-.41-.618,3.323,3.323,0,0,0-.9-.384,2.912,2.912,0,0,1-.9-.41.814.814,0,0,1-.41-.684.71.71,0,0,1,.338-.593,1.208,1.208,0,0,1,.716-.241,1.976,1.976,0,0,1,.625.169,2.008,2.008,0,0,0,.69.169.919.919,0,0,0,.416-.091q-.117-1.849-.117-2.474A5.861,5.861,0,0,1,6.385,5.4,5.516,5.516,0,0,1,8.625,2.819,7.075,7.075,0,0,1,12.062,2Z"}))},{name:"soundcloud",attributes:{service:"soundcloud"},title:"SoundCloud",icon:()=>(0,$e.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,$e.createElement)(Ue.Path,{d:"M8.9,16.1L9,14L8.9,9.5c0-0.1,0-0.1-0.1-0.1c0,0-0.1-0.1-0.1-0.1c-0.1,0-0.1,0-0.1,0.1c0,0-0.1,0.1-0.1,0.1L8.3,14l0.1,2.1 c0,0.1,0,0.1,0.1,0.1c0,0,0.1,0.1,0.1,0.1C8.8,16.3,8.9,16.3,8.9,16.1z M11.4,15.9l0.1-1.8L11.4,9c0-0.1,0-0.2-0.1-0.2 c0,0-0.1,0-0.1,0s-0.1,0-0.1,0c-0.1,0-0.1,0.1-0.1,0.2l0,0.1l-0.1,5c0,0,0,0.7,0.1,2v0c0,0.1,0,0.1,0.1,0.1c0.1,0.1,0.1,0.1,0.2,0.1 c0.1,0,0.1,0,0.2-0.1c0.1,0,0.1-0.1,0.1-0.2L11.4,15.9z M2.4,12.9L2.5,14l-0.2,1.1c0,0.1,0,0.1-0.1,0.1c0,0-0.1,0-0.1-0.1L2.1,14 l0.1-1.1C2.2,12.9,2.3,12.9,2.4,12.9C2.3,12.9,2.4,12.9,2.4,12.9z M3.1,12.2L3.3,14l-0.2,1.8c0,0.1,0,0.1-0.1,0.1 c-0.1,0-0.1,0-0.1-0.1L2.8,14L3,12.2C3,12.2,3,12.2,3.1,12.2C3.1,12.2,3.1,12.2,3.1,12.2z M3.9,11.9L4.1,14l-0.2,2.1 c0,0.1,0,0.1-0.1,0.1c-0.1,0-0.1,0-0.1-0.1L3.5,14l0.2-2.1c0-0.1,0-0.1,0.1-0.1C3.9,11.8,3.9,11.8,3.9,11.9z M4.7,11.9L4.9,14 l-0.2,2.1c0,0.1-0.1,0.1-0.1,0.1c-0.1,0-0.1,0-0.1-0.1L4.3,14l0.2-2.2c0-0.1,0-0.1,0.1-0.1C4.7,11.7,4.7,11.8,4.7,11.9z M5.6,12 l0.2,2l-0.2,2.1c0,0.1-0.1,0.1-0.1,0.1c0,0-0.1,0-0.1,0c0,0,0-0.1,0-0.1L5.1,14l0.2-2c0,0,0-0.1,0-0.1s0.1,0,0.1,0 C5.5,11.9,5.5,11.9,5.6,12L5.6,12z M6.4,10.7L6.6,14l-0.2,2.1c0,0,0,0.1,0,0.1c0,0-0.1,0-0.1,0c-0.1,0-0.1-0.1-0.2-0.2L5.9,14 l0.2-3.3c0-0.1,0.1-0.2,0.2-0.2c0,0,0.1,0,0.1,0C6.4,10.7,6.4,10.7,6.4,10.7z M7.2,10l0.2,4.1l-0.2,2.1c0,0,0,0.1,0,0.1 c0,0-0.1,0-0.1,0c-0.1,0-0.2-0.1-0.2-0.2l-0.1-2.1L6.8,10c0-0.1,0.1-0.2,0.2-0.2c0,0,0.1,0,0.1,0S7.2,9.9,7.2,10z M8,9.6L8.2,14 L8,16.1c0,0.1-0.1,0.2-0.2,0.2c-0.1,0-0.2-0.1-0.2-0.2L7.5,14l0.1-4.4c0-0.1,0-0.1,0.1-0.1c0,0,0.1-0.1,0.1-0.1c0.1,0,0.1,0,0.1,0.1 C8,9.6,8,9.6,8,9.6z M11.4,16.1L11.4,16.1L11.4,16.1z M9.7,9.6L9.8,14l-0.1,2.1c0,0.1,0,0.1-0.1,0.2s-0.1,0.1-0.2,0.1 c-0.1,0-0.1,0-0.1-0.1s-0.1-0.1-0.1-0.2L9.2,14l0.1-4.4c0-0.1,0-0.1,0.1-0.2s0.1-0.1,0.2-0.1c0.1,0,0.1,0,0.2,0.1S9.7,9.5,9.7,9.6 L9.7,9.6z M10.6,9.8l0.1,4.3l-0.1,2c0,0.1,0,0.1-0.1,0.2c0,0-0.1,0.1-0.2,0.1c-0.1,0-0.1,0-0.2-0.1c0,0-0.1-0.1-0.1-0.2L10,14 l0.1-4.3c0-0.1,0-0.1,0.1-0.2c0,0,0.1-0.1,0.2-0.1c0.1,0,0.1,0,0.2,0.1S10.6,9.7,10.6,9.8z M12.4,14l-0.1,2c0,0.1,0,0.1-0.1,0.2 c-0.1,0.1-0.1,0.1-0.2,0.1c-0.1,0-0.1,0-0.2-0.1c-0.1-0.1-0.1-0.1-0.1-0.2l-0.1-1l-0.1-1l0.1-5.5v0c0-0.1,0-0.2,0.1-0.2 c0.1,0,0.1-0.1,0.2-0.1c0,0,0.1,0,0.1,0c0.1,0,0.1,0.1,0.1,0.2L12.4,14z M22.1,13.9c0,0.7-0.2,1.3-0.7,1.7c-0.5,0.5-1.1,0.7-1.7,0.7 h-6.8c-0.1,0-0.1,0-0.2-0.1c-0.1-0.1-0.1-0.1-0.1-0.2V8.2c0-0.1,0.1-0.2,0.2-0.3c0.5-0.2,1-0.3,1.6-0.3c1.1,0,2.1,0.4,2.9,1.1 c0.8,0.8,1.3,1.7,1.4,2.8c0.3-0.1,0.6-0.2,1-0.2c0.7,0,1.3,0.2,1.7,0.7C21.8,12.6,22.1,13.2,22.1,13.9L22.1,13.9z"}))},{name:"spotify",attributes:{service:"spotify"},title:"Spotify",icon:()=>(0,$e.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,$e.createElement)(Ue.Path,{d:"M12,2C6.477,2,2,6.477,2,12c0,5.523,4.477,10,10,10c5.523,0,10-4.477,10-10C22,6.477,17.523,2,12,2 M16.586,16.424 c-0.18,0.295-0.563,0.387-0.857,0.207c-2.348-1.435-5.304-1.76-8.785-0.964c-0.335,0.077-0.67-0.133-0.746-0.469 c-0.077-0.335,0.132-0.67,0.469-0.746c3.809-0.871,7.077-0.496,9.713,1.115C16.673,15.746,16.766,16.13,16.586,16.424 M17.81,13.7 c-0.226,0.367-0.706,0.482-1.072,0.257c-2.687-1.652-6.785-2.131-9.965-1.166C6.36,12.917,5.925,12.684,5.8,12.273 C5.675,11.86,5.908,11.425,6.32,11.3c3.632-1.102,8.147-0.568,11.234,1.328C17.92,12.854,18.035,13.335,17.81,13.7 M17.915,10.865 c-3.223-1.914-8.54-2.09-11.618-1.156C5.804,9.859,5.281,9.58,5.131,9.086C4.982,8.591,5.26,8.069,5.755,7.919 c3.532-1.072,9.404-0.865,13.115,1.338c0.445,0.264,0.59,0.838,0.327,1.282C18.933,10.983,18.359,11.129,17.915,10.865"}))},{name:"telegram",attributes:{service:"telegram"},title:"Telegram",icon:()=>(0,$e.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 128 128",version:"1.1"},(0,$e.createElement)(Ue.Path,{d:"M28.9700376,63.3244248 C47.6273373,55.1957357 60.0684594,49.8368063 66.2934036,47.2476366 C84.0668845,39.855031 87.7600616,38.5708563 90.1672227,38.528 C90.6966555,38.5191258 91.8804274,38.6503351 92.6472251,39.2725385 C93.294694,39.7979149 93.4728387,40.5076237 93.5580865,41.0057381 C93.6433345,41.5038525 93.7494885,42.63857 93.6651041,43.5252052 C92.7019529,53.6451182 88.5344133,78.2034783 86.4142057,89.5379542 C85.5170662,94.3339958 83.750571,95.9420841 82.0403991,96.0994568 C78.3237996,96.4414641 75.5015827,93.6432685 71.9018743,91.2836143 C66.2690414,87.5912212 63.0868492,85.2926952 57.6192095,81.6896017 C51.3004058,77.5256038 55.3966232,75.2369981 58.9976911,71.4967761 C59.9401076,70.5179421 76.3155302,55.6232293 76.6324771,54.2720454 C76.6721165,54.1030573 76.7089039,53.4731496 76.3346867,53.1405352 C75.9604695,52.8079208 75.4081573,52.921662 75.0095933,53.0121213 C74.444641,53.1403447 65.4461175,59.0880351 48.0140228,70.8551922 C45.4598218,72.6091037 43.1463059,73.4636682 41.0734751,73.4188859 C38.7883453,73.3695169 34.3926725,72.1268388 31.1249416,71.0646282 C27.1169366,69.7617838 23.931454,69.0729605 24.208838,66.8603276 C24.3533167,65.7078514 25.9403832,64.5292172 28.9700376,63.3244248 Z"}))},{name:"tiktok",attributes:{service:"tiktok"},title:"TikTok",icon:()=>(0,$e.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 32 32",version:"1.1"},(0,$e.createElement)(Ue.Path,{d:"M16.708 0.027c1.745-0.027 3.48-0.011 5.213-0.027 0.105 2.041 0.839 4.12 2.333 5.563 1.491 1.479 3.6 2.156 5.652 2.385v5.369c-1.923-0.063-3.855-0.463-5.6-1.291-0.76-0.344-1.468-0.787-2.161-1.24-0.009 3.896 0.016 7.787-0.025 11.667-0.104 1.864-0.719 3.719-1.803 5.255-1.744 2.557-4.771 4.224-7.88 4.276-1.907 0.109-3.812-0.411-5.437-1.369-2.693-1.588-4.588-4.495-4.864-7.615-0.032-0.667-0.043-1.333-0.016-1.984 0.24-2.537 1.495-4.964 3.443-6.615 2.208-1.923 5.301-2.839 8.197-2.297 0.027 1.975-0.052 3.948-0.052 5.923-1.323-0.428-2.869-0.308-4.025 0.495-0.844 0.547-1.485 1.385-1.819 2.333-0.276 0.676-0.197 1.427-0.181 2.145 0.317 2.188 2.421 4.027 4.667 3.828 1.489-0.016 2.916-0.88 3.692-2.145 0.251-0.443 0.532-0.896 0.547-1.417 0.131-2.385 0.079-4.76 0.095-7.145 0.011-5.375-0.016-10.735 0.025-16.093z"}))},{name:"tumblr",attributes:{service:"tumblr"},title:"Tumblr",icon:()=>(0,$e.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,$e.createElement)(Ue.Path,{d:"M17.04 21.28h-3.28c-2.84 0-4.94-1.37-4.94-5.02v-5.67H6.08V7.5c2.93-.73 4.11-3.3 4.3-5.48h3.01v4.93h3.47v3.65H13.4v4.93c0 1.47.73 2.01 1.92 2.01h1.73v3.75z"}))},{name:"twitch",attributes:{service:"twitch"},title:"Twitch",icon:()=>(0,$e.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,$e.createElement)(Ue.Path,{d:"M16.499,8.089h-1.636v4.91h1.636V8.089z M12,8.089h-1.637v4.91H12V8.089z M4.228,3.178L3,6.451v13.092h4.499V22h2.456 l2.454-2.456h3.681L21,14.636V3.178H4.228z M19.364,13.816l-2.864,2.865H12l-2.453,2.453V16.68H5.863V4.814h13.501V13.816z"}))},{name:"twitter",attributes:{service:"twitter"},title:"Twitter",icon:()=>(0,$e.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,$e.createElement)(Ue.Path,{d:"M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z"}))},{name:"vimeo",attributes:{service:"vimeo"},title:"Vimeo",icon:()=>(0,$e.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,$e.createElement)(Ue.Path,{d:"M22.396,7.164c-0.093,2.026-1.507,4.799-4.245,8.32C15.322,19.161,12.928,21,10.97,21c-1.214,0-2.24-1.119-3.079-3.359 c-0.56-2.053-1.119-4.106-1.68-6.159C5.588,9.243,4.921,8.122,4.206,8.122c-0.156,0-0.701,0.328-1.634,0.98L1.594,7.841 c1.027-0.902,2.04-1.805,3.037-2.708C6.001,3.95,7.03,3.327,7.715,3.264c1.619-0.156,2.616,0.951,2.99,3.321 c0.404,2.557,0.685,4.147,0.841,4.769c0.467,2.121,0.981,3.181,1.542,3.181c0.435,0,1.09-0.688,1.963-2.065 c0.871-1.376,1.338-2.422,1.401-3.142c0.125-1.187-0.343-1.782-1.401-1.782c-0.498,0-1.012,0.115-1.541,0.341 c1.023-3.35,2.977-4.977,5.862-4.884C21.511,3.066,22.52,4.453,22.396,7.164z"}))},{name:"vk",attributes:{service:"vk"},title:"VK",icon:()=>(0,$e.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,$e.createElement)(Ue.Path,{d:"M22,7.1c0.2,0.4-0.4,1.5-1.6,3.1c-0.2,0.2-0.4,0.5-0.7,0.9c-0.5,0.7-0.9,1.1-0.9,1.4c-0.1,0.3-0.1,0.6,0.1,0.8 c0.1,0.1,0.4,0.4,0.8,0.9h0l0,0c1,0.9,1.6,1.7,2,2.3c0,0,0,0.1,0.1,0.1c0,0.1,0,0.1,0.1,0.3c0,0.1,0,0.2,0,0.4 c0,0.1-0.1,0.2-0.3,0.3c-0.1,0.1-0.4,0.1-0.6,0.1l-2.7,0c-0.2,0-0.4,0-0.6-0.1c-0.2-0.1-0.4-0.1-0.5-0.2l-0.2-0.1 c-0.2-0.1-0.5-0.4-0.7-0.7s-0.5-0.6-0.7-0.8c-0.2-0.2-0.4-0.4-0.6-0.6C14.8,15,14.6,15,14.4,15c0,0,0,0-0.1,0c0,0-0.1,0.1-0.2,0.2 c-0.1,0.1-0.2,0.2-0.2,0.3c-0.1,0.1-0.1,0.3-0.2,0.5c-0.1,0.2-0.1,0.5-0.1,0.8c0,0.1,0,0.2,0,0.3c0,0.1-0.1,0.2-0.1,0.2l0,0.1 c-0.1,0.1-0.3,0.2-0.6,0.2h-1.2c-0.5,0-1,0-1.5-0.2c-0.5-0.1-1-0.3-1.4-0.6s-0.7-0.5-1.1-0.7s-0.6-0.4-0.7-0.6l-0.3-0.3 c-0.1-0.1-0.2-0.2-0.3-0.3s-0.4-0.5-0.7-0.9s-0.7-1-1.1-1.6c-0.4-0.6-0.8-1.3-1.3-2.2C2.9,9.4,2.5,8.5,2.1,7.5C2,7.4,2,7.3,2,7.2 c0-0.1,0-0.1,0-0.2l0-0.1c0.1-0.1,0.3-0.2,0.6-0.2l2.9,0c0.1,0,0.2,0,0.2,0.1S5.9,6.9,5.9,7L6,7c0.1,0.1,0.2,0.2,0.3,0.3 C6.4,7.7,6.5,8,6.7,8.4C6.9,8.8,7,9,7.1,9.2l0.2,0.3c0.2,0.4,0.4,0.8,0.6,1.1c0.2,0.3,0.4,0.5,0.5,0.7s0.3,0.3,0.4,0.4 c0.1,0.1,0.3,0.1,0.4,0.1c0.1,0,0.2,0,0.3-0.1c0,0,0,0,0.1-0.1c0,0,0.1-0.1,0.1-0.2c0.1-0.1,0.1-0.3,0.1-0.5c0-0.2,0.1-0.5,0.1-0.8 c0-0.4,0-0.8,0-1.3c0-0.3,0-0.5-0.1-0.8c0-0.2-0.1-0.4-0.1-0.5L9.6,7.6C9.4,7.3,9.1,7.2,8.7,7.1C8.6,7.1,8.6,7,8.7,6.9 C8.9,6.7,9,6.6,9.1,6.5c0.4-0.2,1.2-0.3,2.5-0.3c0.6,0,1,0.1,1.4,0.1c0.1,0,0.3,0.1,0.3,0.1c0.1,0.1,0.2,0.1,0.2,0.3 c0,0.1,0.1,0.2,0.1,0.3s0,0.3,0,0.5c0,0.2,0,0.4,0,0.6c0,0.2,0,0.4,0,0.7c0,0.3,0,0.6,0,0.9c0,0.1,0,0.2,0,0.4c0,0.2,0,0.4,0,0.5 c0,0.1,0,0.3,0,0.4s0.1,0.3,0.1,0.4c0.1,0.1,0.1,0.2,0.2,0.3c0.1,0,0.1,0,0.2,0c0.1,0,0.2,0,0.3-0.1c0.1-0.1,0.2-0.2,0.4-0.4 s0.3-0.4,0.5-0.7c0.2-0.3,0.5-0.7,0.7-1.1c0.4-0.7,0.8-1.5,1.1-2.3c0-0.1,0.1-0.1,0.1-0.2c0-0.1,0.1-0.1,0.1-0.1l0,0l0.1,0 c0,0,0,0,0.1,0s0.2,0,0.2,0l3,0c0.3,0,0.5,0,0.7,0S21.9,7,21.9,7L22,7.1z"}))},{name:"whatsapp",attributes:{service:"whatsapp"},title:"WhatsApp",icon:()=>(0,$e.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,$e.createElement)(Ue.Path,{d:"M 12.011719 2 C 6.5057187 2 2.0234844 6.478375 2.0214844 11.984375 C 2.0204844 13.744375 2.4814687 15.462563 3.3554688 16.976562 L 2 22 L 7.2324219 20.763672 C 8.6914219 21.559672 10.333859 21.977516 12.005859 21.978516 L 12.009766 21.978516 C 17.514766 21.978516 21.995047 17.499141 21.998047 11.994141 C 22.000047 9.3251406 20.962172 6.8157344 19.076172 4.9277344 C 17.190172 3.0407344 14.683719 2.001 12.011719 2 z M 12.009766 4 C 14.145766 4.001 16.153109 4.8337969 17.662109 6.3417969 C 19.171109 7.8517969 20.000047 9.8581875 19.998047 11.992188 C 19.996047 16.396187 16.413812 19.978516 12.007812 19.978516 C 10.674812 19.977516 9.3544062 19.642812 8.1914062 19.007812 L 7.5175781 18.640625 L 6.7734375 18.816406 L 4.8046875 19.28125 L 5.2851562 17.496094 L 5.5019531 16.695312 L 5.0878906 15.976562 C 4.3898906 14.768562 4.0204844 13.387375 4.0214844 11.984375 C 4.0234844 7.582375 7.6067656 4 12.009766 4 z M 8.4765625 7.375 C 8.3095625 7.375 8.0395469 7.4375 7.8105469 7.6875 C 7.5815469 7.9365 6.9355469 8.5395781 6.9355469 9.7675781 C 6.9355469 10.995578 7.8300781 12.182609 7.9550781 12.349609 C 8.0790781 12.515609 9.68175 15.115234 12.21875 16.115234 C 14.32675 16.946234 14.754891 16.782234 15.212891 16.740234 C 15.670891 16.699234 16.690438 16.137687 16.898438 15.554688 C 17.106437 14.971687 17.106922 14.470187 17.044922 14.367188 C 16.982922 14.263188 16.816406 14.201172 16.566406 14.076172 C 16.317406 13.951172 15.090328 13.348625 14.861328 13.265625 C 14.632328 13.182625 14.464828 13.140625 14.298828 13.390625 C 14.132828 13.640625 13.655766 14.201187 13.509766 14.367188 C 13.363766 14.534188 13.21875 14.556641 12.96875 14.431641 C 12.71875 14.305641 11.914938 14.041406 10.960938 13.191406 C 10.218937 12.530406 9.7182656 11.714844 9.5722656 11.464844 C 9.4272656 11.215844 9.5585938 11.079078 9.6835938 10.955078 C 9.7955938 10.843078 9.9316406 10.663578 10.056641 10.517578 C 10.180641 10.371578 10.223641 10.267562 10.306641 10.101562 C 10.389641 9.9355625 10.347156 9.7890625 10.285156 9.6640625 C 10.223156 9.5390625 9.737625 8.3065 9.515625 7.8125 C 9.328625 7.3975 9.131125 7.3878594 8.953125 7.3808594 C 8.808125 7.3748594 8.6425625 7.375 8.4765625 7.375 z"}))},{name:"yelp",attributes:{service:"yelp"},title:"Yelp",icon:()=>(0,$e.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,$e.createElement)(Ue.Path,{d:"M12.271,16.718v1.417q-.011,3.257-.067,3.4a.707.707,0,0,1-.569.446,4.637,4.637,0,0,1-2.024-.424A4.609,4.609,0,0,1,7.8,20.565a.844.844,0,0,1-.19-.4.692.692,0,0,1,.044-.29,3.181,3.181,0,0,1,.379-.524q.335-.412,2.019-2.409.011,0,.669-.781a.757.757,0,0,1,.44-.274.965.965,0,0,1,.552.039.945.945,0,0,1,.418.324.732.732,0,0,1,.139.468Zm-1.662-2.8a.783.783,0,0,1-.58.781l-1.339.435q-3.067.981-3.257.981a.711.711,0,0,1-.6-.4,2.636,2.636,0,0,1-.19-.836,9.134,9.134,0,0,1,.011-1.857,3.559,3.559,0,0,1,.335-1.389.659.659,0,0,1,.625-.357,22.629,22.629,0,0,1,2.253.859q.781.324,1.283.524l.937.379a.771.771,0,0,1,.4.34A.982.982,0,0,1,10.609,13.917Zm9.213,3.313a4.467,4.467,0,0,1-1.021,1.8,4.559,4.559,0,0,1-1.512,1.417.671.671,0,0,1-.7-.078q-.156-.112-2.052-3.2l-.524-.859a.761.761,0,0,1-.128-.513.957.957,0,0,1,.217-.513.774.774,0,0,1,.926-.29q.011.011,1.327.446,2.264.736,2.7.887a2.082,2.082,0,0,1,.524.229.673.673,0,0,1,.245.68Zm-7.5-7.049q.056,1.137-.6,1.361-.647.19-1.272-.792L6.237,4.08a.7.7,0,0,1,.212-.691,5.788,5.788,0,0,1,2.314-1,5.928,5.928,0,0,1,2.5-.352.681.681,0,0,1,.547.5q.034.2.245,3.407T12.327,10.181Zm7.384,1.2a.679.679,0,0,1-.29.658q-.167.112-3.67.959-.747.167-1.015.257l.011-.022a.769.769,0,0,1-.513-.044.914.914,0,0,1-.413-.357.786.786,0,0,1,0-.971q.011-.011.836-1.137,1.394-1.908,1.673-2.275a2.423,2.423,0,0,1,.379-.435A.7.7,0,0,1,17.435,8a4.482,4.482,0,0,1,1.372,1.489,4.81,4.81,0,0,1,.9,1.868v.034Z"}))},{name:"youtube",attributes:{service:"youtube"},title:"YouTube",icon:()=>(0,$e.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,$e.createElement)(Ue.Path,{d:"M21.8,8.001c0,0-0.195-1.378-0.795-1.985c-0.76-0.797-1.613-0.801-2.004-0.847c-2.799-0.202-6.997-0.202-6.997-0.202 h-0.009c0,0-4.198,0-6.997,0.202C4.608,5.216,3.756,5.22,2.995,6.016C2.395,6.623,2.2,8.001,2.2,8.001S2,9.62,2,11.238v1.517 c0,1.618,0.2,3.237,0.2,3.237s0.195,1.378,0.795,1.985c0.761,0.797,1.76,0.771,2.205,0.855c1.6,0.153,6.8,0.201,6.8,0.201 s4.203-0.006,7.001-0.209c0.391-0.047,1.243-0.051,2.004-0.847c0.6-0.607,0.795-1.985,0.795-1.985s0.2-1.618,0.2-3.237v-1.517 C22,9.62,21.8,8.001,21.8,8.001z M9.935,14.594l-0.001-5.62l5.404,2.82L9.935,14.594z"}))}];ff.forEach((e=>{e.isActive||(e.isActive=(e,t)=>e.service===t.service)}));var kf=ff;const xf=e=>{let{url:t,setAttributes:n,setPopover:o,popoverAnchor:r}=e;return(0,$e.createElement)(Ze.URLPopover,{anchor:r,onClose:()=>o(!1)},(0,$e.createElement)("form",{className:"block-editor-url-popover__link-editor",onSubmit:e=>{e.preventDefault(),o(!1)}},(0,$e.createElement)("div",{className:"block-editor-url-input"},(0,$e.createElement)(Ze.URLInput,{value:t,onChange:e=>n({url:e}),placeholder:(0,je.__)("Enter address"),disableSuggestions:!0})),(0,$e.createElement)(We.Button,{icon:_f,label:(0,je.__)("Apply"),type:"submit"})))};var wf=e=>{let{attributes:t,context:n,isSelected:o,setAttributes:r}=e;const{url:a,service:l,label:i}=t,{showLabels:s,iconColorValue:c,iconBackgroundColorValue:u}=n,[m,d]=(0,$e.useState)(!1),p=rt()("wp-social-link","wp-social-link-"+l,{"wp-social-link__is-incomplete":!a}),[g,h]=(0,$e.useState)(null),v=(e=>{const t=(0,St.find)(kf,{name:e});return t?t.icon:yf})(l),b=(e=>{const t=(0,St.find)(kf,{name:e});return t?t.title:(0,je.__)("Social Icon")})(l),_=null!=i?i:b,y=(0,Ze.useBlockProps)({className:p,style:{color:c,backgroundColor:u}});return(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Ze.InspectorControls,null,(0,$e.createElement)(We.PanelBody,{title:(0,je.sprintf)((0,je.__)("%s label"),b),initialOpen:!1},(0,$e.createElement)(We.PanelRow,null,(0,$e.createElement)(We.TextControl,{label:(0,je.__)("Link label"),help:(0,je.__)("Briefly describe the link to help screen reader users."),value:i,onChange:e=>r({label:e})})))),(0,$e.createElement)("li",y,(0,$e.createElement)(We.Button,{className:"wp-block-social-link-anchor",ref:h,onClick:()=>d(!0)},(0,$e.createElement)(v,null),(0,$e.createElement)("span",{className:rt()("wp-block-social-link-label",{"screen-reader-text":!s})},_),o&&m&&(0,$e.createElement)(xf,{url:a,setAttributes:r,setPopover:d,popoverAnchor:g}))))};const Ef={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/social-link",title:"Social Icon",category:"widgets",parent:["core/social-links"],description:"Display an icon linking to a social media profile or site.",textdomain:"default",attributes:{url:{type:"string"},service:{type:"string"},label:{type:"string"}},usesContext:["openInNewTab","showLabels","iconColorValue","iconBackgroundColorValue"],supports:{reusable:!1,html:!1},editorStyle:"wp-block-social-link-editor"},{name:Cf}=Ef,Sf={icon:bf,edit:wf,variations:kf},Bf=()=>qe({name:Cf,metadata:Ef,settings:Sf}),Tf=[{attributes:{iconColor:{type:"string"},customIconColor:{type:"string"},iconColorValue:{type:"string"},iconBackgroundColor:{type:"string"},customIconBackgroundColor:{type:"string"},iconBackgroundColorValue:{type:"string"},openInNewTab:{type:"boolean",default:!1},size:{type:"string"}},providesContext:{openInNewTab:"openInNewTab"},supports:{align:["left","center","right"],anchor:!0},migrate:e=>{var t,n;if(e.layout)return e;const{className:o}=e,r="items-justified-",a=new RegExp(`\\b${r}[^ ]*[ ]?\\b`,"g"),l={...e,className:null==o?void 0:o.replace(a,"").trim()},i=null==o||null===(t=o.match(a))||void 0===t||null===(n=t[0])||void 0===n?void 0:n.trim();return i&&Object.assign(l,{layout:{type:"flex",justifyContent:i.slice(r.length)}}),l},save:e=>{const{attributes:{iconBackgroundColorValue:t,iconColorValue:n,itemsJustification:o,size:r}}=e,a=rt()(r,{"has-icon-color":n,"has-icon-background-color":t,[`items-justified-${o}`]:o}),l={"--wp--social-links--icon-color":n,"--wp--social-links--icon-background-color":t};return(0,$e.createElement)("ul",Ze.useBlockProps.save({className:a,style:l}),(0,$e.createElement)(Ze.InnerBlocks.Content,null))}}];var Nf=Tf;var Pf=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M16.7 7.1l-6.3 8.5-3.3-2.5-.9 1.2 4.5 3.4L17.9 8z"}));const If=["core/social-link"],zf=[{name:(0,je.__)("Small"),value:"has-small-icon-size"},{name:(0,je.__)("Normal"),value:"has-normal-icon-size"},{name:(0,je.__)("Large"),value:"has-large-icon-size"},{name:(0,je.__)("Huge"),value:"has-huge-icon-size"}];var Mf=(0,Ze.withColors)({iconColor:"icon-color",iconBackgroundColor:"icon-background-color"})((function(e){var t;const{clientId:n,name:o,attributes:r,iconBackgroundColor:a,iconColor:l,isSelected:i,setAttributes:s,setIconBackgroundColor:c,setIconColor:u}=e,{iconBackgroundColorValue:m,customIconBackgroundColor:d,iconColorValue:p,openInNewTab:g,showLabels:h,size:v,layout:b}=r,_=b||(e=>{const t=(0,Ge.getBlockSupport)(e,"__experimentalLayout");return null==t?void 0:t.default})(o),y=null===(t=r.className)||void 0===t?void 0:t.includes("is-style-logos-only"),f=(0,$e.useRef)({});(0,$e.useEffect)((()=>{y?(f.current={iconBackgroundColor:a,iconBackgroundColorValue:m,customIconBackgroundColor:d},s({iconBackgroundColor:void 0,customIconBackgroundColor:void 0,iconBackgroundColorValue:void 0})):s({...f.current})}),[y]);const k=(0,$e.createElement)("li",{className:"wp-block-social-links__social-placeholder"},(0,$e.createElement)("div",{className:"wp-block-social-links__social-placeholder-icons"},(0,$e.createElement)("div",{className:"wp-social-link wp-social-link-twitter"}),(0,$e.createElement)("div",{className:"wp-social-link wp-social-link-facebook"}),(0,$e.createElement)("div",{className:"wp-social-link wp-social-link-instagram"}))),x=(0,$e.createElement)("li",{className:"wp-block-social-links__social-prompt"},(0,je.__)("Click plus to add")),w=rt()(v,{"has-visible-labels":h,"has-icon-color":l.color||p,"has-icon-background-color":a.color||m}),E=(0,Ze.useBlockProps)({className:w}),C=(0,Ze.useInnerBlocksProps)(E,{allowedBlocks:If,placeholder:i?x:k,templateLock:!1,__experimentalAppenderTagName:"li",__experimentalLayout:_}),S=[{value:l.color||p,onChange:e=>{u(e),s({iconColorValue:e})},label:(0,je.__)("Icon color"),resetAllFilter:()=>{u(void 0),s({iconColorValue:void 0})}}];y||S.push({value:a.color||m,onChange:e=>{c(e),s({iconBackgroundColorValue:e})},label:(0,je.__)("Icon background"),resetAllFilter:()=>{c(void 0),s({iconBackgroundColorValue:void 0})}});const B=(0,Ze.__experimentalUseMultipleOriginColorsAndGradients)();return(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Ze.BlockControls,{group:"other"},(0,$e.createElement)(We.ToolbarDropdownMenu,{label:(0,je.__)("Size"),text:(0,je.__)("Size"),icon:null,popoverProps:{position:"bottom right"}},(e=>{let{onClose:t}=e;return(0,$e.createElement)(We.MenuGroup,null,zf.map((e=>(0,$e.createElement)(We.MenuItem,{icon:(v===e.value||!v&&"has-normal-icon-size"===e.value)&&Pf,isSelected:v===e.value,key:e.value,onClick:()=>{s({size:e.value})},onClose:t,role:"menuitemradio"},e.name))))}))),(0,$e.createElement)(Ze.InspectorControls,null,(0,$e.createElement)(We.PanelBody,{title:(0,je.__)("Link settings")},(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Open links in new tab"),checked:g,onChange:()=>s({openInNewTab:!g})}),(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Show labels"),checked:h,onChange:()=>s({showLabels:!h})}))),(0,$e.createElement)(Ze.InspectorControls,{__experimentalGroup:"color"},S.map((e=>{let{onChange:t,label:o,value:r,resetAllFilter:a}=e;return(0,$e.createElement)(Ze.__experimentalColorGradientSettingsDropdown,nt({key:`social-links-color-${o}`,__experimentalHasMultipleOrigins:!0,__experimentalIsRenderedInSidebar:!0,settings:[{colorValue:r,label:o,onColorChange:t,isShownByDefault:!0,resetAllFilter:a,enableAlpha:!0}],panelId:n},B))})),!y&&(0,$e.createElement)(Ze.ContrastChecker,{textColor:p,backgroundColor:m,isLargeText:!1})),(0,$e.createElement)("ul",C))}));const Lf={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/social-links",title:"Social Icons",category:"widgets",description:"Display icons linking to your social media profiles or sites.",keywords:["links"],textdomain:"default",attributes:{iconColor:{type:"string"},customIconColor:{type:"string"},iconColorValue:{type:"string"},iconBackgroundColor:{type:"string"},customIconBackgroundColor:{type:"string"},iconBackgroundColorValue:{type:"string"},openInNewTab:{type:"boolean",default:!1},showLabels:{type:"boolean",default:!1},size:{type:"string"}},providesContext:{openInNewTab:"openInNewTab",showLabels:"showLabels",iconColorValue:"iconColorValue",iconBackgroundColorValue:"iconBackgroundColorValue"},supports:{align:["left","center","right"],anchor:!0,__experimentalExposeControlsToChildren:!0,__experimentalLayout:{allowSwitching:!1,allowInheriting:!1,allowVerticalAlignment:!1,default:{type:"flex"}},color:{enableContrastChecker:!1,background:!0,gradients:!0,text:!1,__experimentalDefaultControls:{background:!1}},spacing:{blockGap:["horizontal","vertical"],margin:!0,padding:!0,units:["px","em","rem","vh","vw"],__experimentalDefaultControls:{blockGap:!0}}},styles:[{name:"default",label:"Default",isDefault:!0},{name:"logos-only",label:"Logos Only"},{name:"pill-shape",label:"Pill Shape"}],editorStyle:"wp-block-social-links-editor",style:"wp-block-social-links"},{name:Rf}=Lf,Af={example:{innerBlocks:[{name:"core/social-link",attributes:{service:"wordpress",url:"https://wordpress.org"}},{name:"core/social-link",attributes:{service:"facebook",url:"https://www.facebook.com/WordPress/"}},{name:"core/social-link",attributes:{service:"twitter",url:"https://twitter.com/WordPress"}}]},icon:bf,edit:Mf,save:function(e){const{attributes:{iconBackgroundColorValue:t,iconColorValue:n,showLabels:o,size:r}}=e,a=rt()(r,{"has-visible-labels":o,"has-icon-color":n,"has-icon-background-color":t}),l=Ze.useBlockProps.save({className:a}),i=Ze.useInnerBlocksProps.save(l);return(0,$e.createElement)("ul",i)},deprecated:Nf},Vf=()=>qe({name:Rf,metadata:Lf,settings:Af});var Hf=(0,$e.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,$e.createElement)(Ue.Path,{d:"M12.5 4.2v1.6h4.7L5.8 17.2V12H4.2v7.8H12v-1.6H6.8L18.2 6.8v4.7h1.6V4.2z"}));const Ff=[{attributes:{height:{type:"number",default:100},width:{type:"number"}},migrate(e){const{height:t,width:n}=e;return{...e,width:void 0!==n?`${n}px`:void 0,height:void 0!==t?`${t}px`:void 0}},save(e){let{attributes:t}=e;return(0,$e.createElement)("div",Ze.useBlockProps.save({style:{height:t.height,width:t.width},"aria-hidden":!0}))}}];var Df=Ff;function Gf(e){var t;let{label:n,onChange:o,isResizing:r,value:a=""}=e;const l=(0,Zt.useInstanceId)(We.__experimentalUnitControl,"block-spacer-height-input"),i=null===(t=(0,Ze.useSetting)("spacing.units")||void 0)||void 0===t?void 0:t.filter((e=>"%"!==e)),s=(0,We.__experimentalUseCustomUnits)({availableUnits:i||["px","em","rem","vw","vh"],defaultValues:{px:100,em:10,rem:10,vw:10,vh:25}}),[c,u]=(0,We.__experimentalParseQuantityAndUnitFromRawValue)(a),m=[c,r?"px":u].join("");return(0,$e.createElement)(We.BaseControl,{label:n,id:l},(0,$e.createElement)(We.__experimentalUnitControl,{id:l,isResetValueOnUnitChange:!0,min:0,onChange:e=>{o(e)},style:{maxWidth:80},value:m,units:s}))}function $f(e){let{setAttributes:t,orientation:n,height:o,width:r,isResizing:a}=e;return(0,$e.createElement)(Ze.InspectorControls,null,(0,$e.createElement)(We.PanelBody,{title:(0,je.__)("Settings")},"horizontal"===n&&(0,$e.createElement)(Gf,{label:(0,je.__)("Width"),value:r,onChange:e=>t({width:e}),isResizing:a}),"horizontal"!==n&&(0,$e.createElement)(Gf,{label:(0,je.__)("Height"),value:o,onChange:e=>t({height:e}),isResizing:a})))}const Uf=e=>{let{orientation:t,onResizeStart:n,onResize:o,onResizeStop:r,isSelected:a,isResizing:l,setIsResizing:i,...s}=e;const c=e=>"horizontal"===t?e.clientWidth:e.clientHeight,u=e=>`${c(e)}px`;return(0,$e.createElement)(We.ResizableBox,nt({className:rt()("block-library-spacer__resize-container",{"resize-horizontal":"horizontal"===t,"is-resizing":l,"is-selected":a}),onResizeStart:(e,t,r)=>{const a=u(r);n(a),o(a)},onResize:(e,t,n)=>{o(u(n)),l||i(!0)},onResizeStop:(e,t,n)=>{const o=c(n);r(`${o}px`),i(!1)},__experimentalShowTooltip:!0,__experimentalTooltipProps:{axis:"horizontal"===t?"x":"y",position:"corner",isVisible:l},showHandle:a},s))};var Of=e=>{let{attributes:t,isSelected:n,setAttributes:o,toggleSelection:r,context:a}=e;const{orientation:l}=a,{height:i,width:s}=t,[c,u]=(0,$e.useState)(!1),[m,d]=(0,$e.useState)(null),[p,g]=(0,$e.useState)(null),h=()=>r(!1),v=()=>r(!0),b=e=>{v(),o({height:e}),d(null)},_=e=>{v(),o({width:e}),g(null)},y={height:"horizontal"===l?24:m||i||void 0,width:"horizontal"===l&&(p||s)||void 0};return(0,$e.useEffect)((()=>{"horizontal"!==l||s||o({height:"0px",width:"72px"})}),[]),(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Ue.View,(0,Ze.useBlockProps)({style:y}),"horizontal"===(f=l)?(0,$e.createElement)(Uf,{minWidth:0,enable:{top:!1,right:!0,bottom:!1,left:!1,topRight:!1,bottomRight:!1,bottomLeft:!1,topLeft:!1},orientation:f,onResizeStart:h,onResize:g,onResizeStop:_,isSelected:n,isResizing:c,setIsResizing:u}):(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Uf,{minHeight:0,enable:{top:!1,right:!1,bottom:!0,left:!1,topRight:!1,bottomRight:!1,bottomLeft:!1,topLeft:!1},orientation:f,onResizeStart:h,onResize:d,onResizeStop:b,isSelected:n,isResizing:c,setIsResizing:u}))),(0,$e.createElement)($f,{setAttributes:o,height:m||i,width:p||s,orientation:l,isResizing:c}));var f};const qf={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/spacer",title:"Spacer",category:"design",description:"Add white space between blocks and customize its height.",textdomain:"default",attributes:{height:{type:"string",default:"100px"},width:{type:"string"}},usesContext:["orientation"],supports:{anchor:!0,spacing:{margin:["top","bottom"],__experimentalDefaultControls:{margin:!0}}},editorStyle:"wp-block-spacer-editor",style:"wp-block-spacer"},{name:Wf}=qf,jf={icon:Hf,edit:Of,save:function(e){let{attributes:{height:t,width:n}}=e;return(0,$e.createElement)("div",Ze.useBlockProps.save({style:{height:t,width:n},"aria-hidden":!0}))},deprecated:Df},Zf=()=>qe({name:Wf,metadata:qf,settings:jf});var Qf=(0,$e.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,$e.createElement)(Ue.Path,{d:"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM5 4.5h14c.3 0 .5.2.5.5v3.5h-15V5c0-.3.2-.5.5-.5zm8 5.5h6.5v3.5H13V10zm-1.5 3.5h-7V10h7v3.5zm-7 5.5v-4h7v4.5H5c-.3 0-.5-.2-.5-.5zm14.5.5h-6V15h6.5v4c0 .3-.2.5-.5.5z"}));const Kf={"subtle-light-gray":"#f3f4f5","subtle-pale-green":"#e9fbe5","subtle-pale-blue":"#e7f5fe","subtle-pale-pink":"#fcf0ef"},Yf={attributes:{hasFixedLayout:{type:"boolean",default:!1},caption:{type:"string",source:"html",selector:"figcaption",default:""},head:{type:"array",default:[],source:"query",selector:"thead tr",query:{cells:{type:"array",default:[],source:"query",selector:"td,th",query:{content:{type:"string",source:"html"},tag:{type:"string",default:"td",source:"tag"},scope:{type:"string",source:"attribute",attribute:"scope"},align:{type:"string",source:"attribute",attribute:"data-align"}}}}},body:{type:"array",default:[],source:"query",selector:"tbody tr",query:{cells:{type:"array",default:[],source:"query",selector:"td,th",query:{content:{type:"string",source:"html"},tag:{type:"string",default:"td",source:"tag"},scope:{type:"string",source:"attribute",attribute:"scope"},align:{type:"string",source:"attribute",attribute:"data-align"}}}}},foot:{type:"array",default:[],source:"query",selector:"tfoot tr",query:{cells:{type:"array",default:[],source:"query",selector:"td,th",query:{content:{type:"string",source:"html"},tag:{type:"string",default:"td",source:"tag"},scope:{type:"string",source:"attribute",attribute:"scope"},align:{type:"string",source:"attribute",attribute:"data-align"}}}}}},supports:{anchor:!0,align:!0,color:{__experimentalSkipSerialization:!0,gradients:!0,__experimentalDefaultControls:{background:!0,text:!0}},spacing:{margin:!0,padding:!0},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontStyle:!0,__experimentalFontWeight:!0,__experimentalLetterSpacing:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalDefaultControls:{fontSize:!0}},__experimentalBorder:{__experimentalSkipSerialization:!0,color:!0,style:!0,width:!0,__experimentalDefaultControls:{color:!0,style:!0,width:!0}},__experimentalSelector:".wp-block-table > table"},save(e){let{attributes:t}=e;const{hasFixedLayout:n,head:o,body:r,foot:a,caption:l}=t;if(!o.length&&!r.length&&!a.length)return null;const i=(0,Ze.__experimentalGetColorClassesAndStyles)(t),s=(0,Ze.__experimentalGetBorderClassesAndStyles)(t),c=rt()(i.className,s.className,{"has-fixed-layout":n}),u=!Ze.RichText.isEmpty(l),m=e=>{let{type:t,rows:n}=e;if(!n.length)return null;const o=`t${t}`;return(0,$e.createElement)(o,null,n.map(((e,t)=>{let{cells:n}=e;return(0,$e.createElement)("tr",{key:t},n.map(((e,t)=>{let{content:n,tag:o,scope:r,align:a}=e;const l=rt()({[`has-text-align-${a}`]:a});return(0,$e.createElement)(Ze.RichText.Content,{className:l||void 0,"data-align":a,tagName:o,value:n,key:t,scope:"th"===o?r:void 0})})))})))};return(0,$e.createElement)("figure",Ze.useBlockProps.save(),(0,$e.createElement)("table",{className:""===c?void 0:c,style:{...i.style,...s.style}},(0,$e.createElement)(m,{type:"head",rows:o}),(0,$e.createElement)(m,{type:"body",rows:r}),(0,$e.createElement)(m,{type:"foot",rows:a})),u&&(0,$e.createElement)(Ze.RichText.Content,{tagName:"figcaption",value:l}))}},Jf={attributes:{hasFixedLayout:{type:"boolean",default:!1},backgroundColor:{type:"string"},caption:{type:"string",source:"html",selector:"figcaption",default:""},head:{type:"array",default:[],source:"query",selector:"thead tr",query:{cells:{type:"array",default:[],source:"query",selector:"td,th",query:{content:{type:"string",source:"html"},tag:{type:"string",default:"td",source:"tag"},scope:{type:"string",source:"attribute",attribute:"scope"},align:{type:"string",source:"attribute",attribute:"data-align"}}}}},body:{type:"array",default:[],source:"query",selector:"tbody tr",query:{cells:{type:"array",default:[],source:"query",selector:"td,th",query:{content:{type:"string",source:"html"},tag:{type:"string",default:"td",source:"tag"},scope:{type:"string",source:"attribute",attribute:"scope"},align:{type:"string",source:"attribute",attribute:"data-align"}}}}},foot:{type:"array",default:[],source:"query",selector:"tfoot tr",query:{cells:{type:"array",default:[],source:"query",selector:"td,th",query:{content:{type:"string",source:"html"},tag:{type:"string",default:"td",source:"tag"},scope:{type:"string",source:"attribute",attribute:"scope"},align:{type:"string",source:"attribute",attribute:"data-align"}}}}}},supports:{anchor:!0,align:!0,__experimentalSelector:".wp-block-table > table"},save:e=>{let{attributes:t}=e;const{hasFixedLayout:n,head:o,body:r,foot:a,backgroundColor:l,caption:i}=t;if(!o.length&&!r.length&&!a.length)return null;const s=(0,Ze.getColorClassName)("background-color",l),c=rt()(s,{"has-fixed-layout":n,"has-background":!!s}),u=!Ze.RichText.isEmpty(i),m=e=>{let{type:t,rows:n}=e;if(!n.length)return null;const o=`t${t}`;return(0,$e.createElement)(o,null,n.map(((e,t)=>{let{cells:n}=e;return(0,$e.createElement)("tr",{key:t},n.map(((e,t)=>{let{content:n,tag:o,scope:r,align:a}=e;const l=rt()({[`has-text-align-${a}`]:a});return(0,$e.createElement)(Ze.RichText.Content,{className:l||void 0,"data-align":a,tagName:o,value:n,key:t,scope:"th"===o?r:void 0})})))})))};return(0,$e.createElement)("figure",Ze.useBlockProps.save(),(0,$e.createElement)("table",{className:""===c?void 0:c},(0,$e.createElement)(m,{type:"head",rows:o}),(0,$e.createElement)(m,{type:"body",rows:r}),(0,$e.createElement)(m,{type:"foot",rows:a})),u&&(0,$e.createElement)(Ze.RichText.Content,{tagName:"figcaption",value:i}))},isEligible:e=>e.backgroundColor&&e.backgroundColor in Kf&&!e.style,migrate:e=>({...e,backgroundColor:void 0,style:{color:{background:Kf[e.backgroundColor]}}})},Xf={attributes:{hasFixedLayout:{type:"boolean",default:!1},backgroundColor:{type:"string"},head:{type:"array",default:[],source:"query",selector:"thead tr",query:{cells:{type:"array",default:[],source:"query",selector:"td,th",query:{content:{type:"string",source:"html"},tag:{type:"string",default:"td",source:"tag"},scope:{type:"string",source:"attribute",attribute:"scope"}}}}},body:{type:"array",default:[],source:"query",selector:"tbody tr",query:{cells:{type:"array",default:[],source:"query",selector:"td,th",query:{content:{type:"string",source:"html"},tag:{type:"string",default:"td",source:"tag"},scope:{type:"string",source:"attribute",attribute:"scope"}}}}},foot:{type:"array",default:[],source:"query",selector:"tfoot tr",query:{cells:{type:"array",default:[],source:"query",selector:"td,th",query:{content:{type:"string",source:"html"},tag:{type:"string",default:"td",source:"tag"},scope:{type:"string",source:"attribute",attribute:"scope"}}}}}},supports:{align:!0},save(e){let{attributes:t}=e;const{hasFixedLayout:n,head:o,body:r,foot:a,backgroundColor:l}=t;if(!o.length&&!r.length&&!a.length)return null;const i=(0,Ze.getColorClassName)("background-color",l),s=rt()(i,{"has-fixed-layout":n,"has-background":!!i}),c=e=>{let{type:t,rows:n}=e;if(!n.length)return null;const o=`t${t}`;return(0,$e.createElement)(o,null,n.map(((e,t)=>{let{cells:n}=e;return(0,$e.createElement)("tr",{key:t},n.map(((e,t)=>{let{content:n,tag:o,scope:r}=e;return(0,$e.createElement)(Ze.RichText.Content,{tagName:o,value:n,key:t,scope:"th"===o?r:void 0})})))})))};return(0,$e.createElement)("table",{className:s},(0,$e.createElement)(c,{type:"head",rows:o}),(0,$e.createElement)(c,{type:"body",rows:r}),(0,$e.createElement)(c,{type:"foot",rows:a}))}};var ek=[Yf,Jf,Xf];var tk=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M4 19.8h8.9v-1.5H4v1.5zm8.9-15.6H4v1.5h8.9V4.2zm-8.9 7v1.5h16v-1.5H4z"}));var nk=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M16.4 4.2H7.6v1.5h8.9V4.2zM4 11.2v1.5h16v-1.5H4zm3.6 8.6h8.9v-1.5H7.6v1.5z"}));var ok=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M11.1 19.8H20v-1.5h-8.9v1.5zm0-15.6v1.5H20V4.2h-8.9zM4 12.8h16v-1.5H4v1.5z"}));var rk=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"-2 -2 24 24"},(0,$e.createElement)(Ue.Path,{d:"M6.656 6.464h2.88v2.88h1.408v-2.88h2.88V5.12h-2.88V2.24H9.536v2.88h-2.88zM0 17.92V0h20.48v17.92H0zm7.68-2.56h5.12v-3.84H7.68v3.84zm-6.4 0H6.4v-3.84H1.28v3.84zM19.2 1.28H1.28v9.024H19.2V1.28zm0 10.24h-5.12v3.84h5.12v-3.84zM6.656 6.464h2.88v2.88h1.408v-2.88h2.88V5.12h-2.88V2.24H9.536v2.88h-2.88zM0 17.92V0h20.48v17.92H0zm7.68-2.56h5.12v-3.84H7.68v3.84zm-6.4 0H6.4v-3.84H1.28v3.84zM19.2 1.28H1.28v9.024H19.2V1.28zm0 10.24h-5.12v3.84h5.12v-3.84z"}));var ak=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"-2 -2 24 24"},(0,$e.createElement)(Ue.Path,{d:"M13.824 10.176h-2.88v-2.88H9.536v2.88h-2.88v1.344h2.88v2.88h1.408v-2.88h2.88zM0 17.92V0h20.48v17.92H0zM6.4 1.28H1.28v3.84H6.4V1.28zm6.4 0H7.68v3.84h5.12V1.28zm6.4 0h-5.12v3.84h5.12V1.28zm0 5.056H1.28v9.024H19.2V6.336z"}));var lk=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"-2 -2 24 24"},(0,$e.createElement)(Ue.Path,{d:"M17.728 11.456L14.592 8.32l3.2-3.2-1.536-1.536-3.2 3.2L9.92 3.648 8.384 5.12l3.2 3.2-3.264 3.264 1.536 1.536 3.264-3.264 3.136 3.136 1.472-1.536zM0 17.92V0h20.48v17.92H0zm19.2-6.4h-.448l-1.28-1.28H19.2V6.4h-1.792l1.28-1.28h.512V1.28H1.28v3.84h6.208l1.28 1.28H1.28v3.84h7.424l-1.28 1.28H1.28v3.84H19.2v-3.84z"}));var ik=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"-2 -2 24 24"},(0,$e.createElement)(Ue.Path,{d:"M6.4 3.776v3.648H2.752v1.792H6.4v3.648h1.728V9.216h3.712V7.424H8.128V3.776zM0 17.92V0h20.48v17.92H0zM12.8 1.28H1.28v14.08H12.8V1.28zm6.4 0h-5.12v3.84h5.12V1.28zm0 5.12h-5.12v3.84h5.12V6.4zm0 5.12h-5.12v3.84h5.12v-3.84z"}));var sk=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"-2 -2 24 24"},(0,$e.createElement)(Ue.Path,{d:"M14.08 12.864V9.216h3.648V7.424H14.08V3.776h-1.728v3.648H8.64v1.792h3.712v3.648zM0 17.92V0h20.48v17.92H0zM6.4 1.28H1.28v3.84H6.4V1.28zm0 5.12H1.28v3.84H6.4V6.4zm0 5.12H1.28v3.84H6.4v-3.84zM19.2 1.28H7.68v14.08H19.2V1.28z"}));var ck=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"-2 -2 24 24"},(0,$e.createElement)(Ue.Path,{d:"M6.4 9.98L7.68 8.7v-.256L6.4 7.164V9.98zm6.4-1.532l1.28-1.28V9.92L12.8 8.64v-.192zm7.68 9.472V0H0v17.92h20.48zm-1.28-2.56h-5.12v-1.024l-.256.256-1.024-1.024v1.792H7.68v-1.792l-1.024 1.024-.256-.256v1.024H1.28V1.28H6.4v2.368l.704-.704.576.576V1.216h5.12V3.52l.96-.96.32.32V1.216h5.12V15.36zm-5.76-2.112l-3.136-3.136-3.264 3.264-1.536-1.536 3.264-3.264L5.632 5.44l1.536-1.536 3.136 3.136 3.2-3.2 1.536 1.536-3.2 3.2 3.136 3.136-1.536 1.536z"}));var uk=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M4 6v11.5h16V6H4zm1.5 1.5h6V11h-6V7.5zm0 8.5v-3.5h6V16h-6zm13 0H13v-3.5h5.5V16zM13 11V7.5h5.5V11H13z"}));const mk=["align"];function dk(e,t,n){if(!t)return e;const o=(0,St.pick)(e,["head","body","foot"]),{sectionName:r,rowIndex:a}=t;return(0,St.mapValues)(o,((e,o)=>r&&r!==o?e:e.map(((e,r)=>a&&a!==r?e:{cells:e.cells.map(((e,a)=>function(e,t){if(!e||!t)return!1;switch(t.type){case"column":return"column"===t.type&&e.columnIndex===t.columnIndex;case"cell":return"cell"===t.type&&e.sectionName===t.sectionName&&e.columnIndex===t.columnIndex&&e.rowIndex===t.rowIndex}}({sectionName:o,columnIndex:a,rowIndex:r},t)?n(e):e))}))))}function pk(e,t){let{sectionName:n,rowIndex:o,columnCount:r}=t;const a=function(e){return vk(e.head)?vk(e.body)?vk(e.foot)?void 0:e.foot[0]:e.body[0]:e.head[0]}(e),l=void 0===r?(0,St.get)(a,["cells","length"]):r;return l?{[n]:[...e[n].slice(0,o),{cells:Array.from({length:l}).map(((e,t)=>{const o=(0,St.get)(a,["cells",t],{});return{...(0,St.pick)(o,mk),content:"",tag:"head"===n?"th":"td"}}))},...e[n].slice(o)]}:e}function gk(e,t){let{columnIndex:n}=t;const o=(0,St.pick)(e,["head","body","foot"]);return(0,St.mapValues)(o,((e,t)=>vk(e)?e:e.map((e=>bk(e)||e.cells.length<n?e:{cells:[...e.cells.slice(0,n),{content:"",tag:"head"===t?"th":"td"},...e.cells.slice(n)]}))))}function hk(e,t){if(!vk(e[t]))return{[t]:[]};return pk(e,{sectionName:t,rowIndex:0,columnCount:(0,St.get)(e,["body",0,"cells","length"],1)})}function vk(e){return!e||!e.length||(0,St.every)(e,bk)}function bk(e){return!(e.cells&&e.cells.length)}const _k=[{icon:tk,title:(0,je.__)("Align column left"),align:"left"},{icon:nk,title:(0,je.__)("Align column center"),align:"center"},{icon:ok,title:(0,je.__)("Align column right"),align:"right"}],yk={head:(0,je.__)("Header cell text"),body:(0,je.__)("Body cell text"),foot:(0,je.__)("Footer cell text")},fk={head:(0,je.__)("Header label"),foot:(0,je.__)("Footer label")};function kk(e){let{name:t,...n}=e;const o=`t${t}`;return(0,$e.createElement)(o,n)}var xk=function(e){var t;let{attributes:n,setAttributes:o,insertBlocksAfter:r,isSelected:a}=e;const{hasFixedLayout:l,caption:i,head:s,foot:c}=n,[u,m]=(0,$e.useState)(2),[d,p]=(0,$e.useState)(2),[g,h]=(0,$e.useState)(),v=(0,Ze.__experimentalUseColorProps)(n),b=(0,Ze.__experimentalUseBorderProps)(n),_=(0,$e.useRef)(),[y,f]=(0,$e.useState)(!1);function k(e){g&&o(dk(n,g,(t=>({...t,content:e}))))}function x(e){if(!g)return;const{sectionName:t,rowIndex:r}=g,a=r+e;o(pk(n,{sectionName:t,rowIndex:a})),h({sectionName:t,rowIndex:a,columnIndex:0,type:"cell"})}function w(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0;if(!g)return;const{columnIndex:t}=g,r=t+e;o(gk(n,{columnIndex:r})),h({rowIndex:0,columnIndex:r,type:"cell"})}(0,$e.useEffect)((()=>{a||h()}),[a]),(0,$e.useEffect)((()=>{var e,t;y&&(null==_||null===(e=_.current)||void 0===e||null===(t=e.querySelector('td[contentEditable="true"]'))||void 0===t||t.focus(),f(!1))}),[y]);const E=["head","body","foot"].filter((e=>!vk(n[e]))),C=[{icon:rk,title:(0,je.__)("Insert row before"),isDisabled:!g,onClick:function(){x(0)}},{icon:ak,title:(0,je.__)("Insert row after"),isDisabled:!g,onClick:function(){x(1)}},{icon:lk,title:(0,je.__)("Delete row"),isDisabled:!g,onClick:function(){if(!g)return;const{sectionName:e,rowIndex:t}=g;h(),o(function(e,t){let{sectionName:n,rowIndex:o}=t;return{[n]:e[n].filter(((e,t)=>t!==o))}}(n,{sectionName:e,rowIndex:t}))}},{icon:ik,title:(0,je.__)("Insert column before"),isDisabled:!g,onClick:function(){w(0)}},{icon:sk,title:(0,je.__)("Insert column after"),isDisabled:!g,onClick:function(){w(1)}},{icon:ck,title:(0,je.__)("Delete column"),isDisabled:!g,onClick:function(){if(!g)return;const{sectionName:e,columnIndex:t}=g;h(),o(function(e,t){let{columnIndex:n}=t;const o=(0,St.pick)(e,["head","body","foot"]);return(0,St.mapValues)(o,(e=>vk(e)?e:e.map((e=>({cells:e.cells.length>=n?e.cells.filter(((e,t)=>t!==n)):e.cells}))).filter((e=>e.cells.length))))}(n,{sectionName:e,columnIndex:t}))}}],S=["head","body","foot"].map((e=>(0,$e.createElement)(kk,{name:e,key:e},n[e].map(((t,n)=>{let{cells:o}=t;return(0,$e.createElement)("tr",{key:n},o.map(((t,o)=>{let{content:r,tag:a,scope:l,align:i}=t;return(0,$e.createElement)(Ze.RichText,{tagName:a,key:o,className:rt()({[`has-text-align-${i}`]:i},"wp-block-table__cell-content"),scope:"th"===a?l:void 0,value:r,onChange:k,unstableOnFocus:()=>{h({sectionName:e,rowIndex:n,columnIndex:o,type:"cell"})},"aria-label":yk[e],placeholder:fk[e]})})))}))))),B=!E.length;return(0,$e.createElement)("figure",(0,Ze.useBlockProps)({ref:_}),!B&&(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Ze.BlockControls,{group:"block"},(0,$e.createElement)(Ze.AlignmentControl,{label:(0,je.__)("Change column alignment"),alignmentControls:_k,value:function(){if(g)return function(e,t,n){const{sectionName:o,rowIndex:r,columnIndex:a}=t;return(0,St.get)(e,[o,r,"cells",a,n])}(n,g,"align")}(),onChange:e=>function(e){if(!g)return;const t={type:"column",columnIndex:g.columnIndex},r=dk(n,t,(t=>({...t,align:e})));o(r)}(e)})),(0,$e.createElement)(Ze.BlockControls,{group:"other"},(0,$e.createElement)(We.ToolbarDropdownMenu,{hasArrowIndicator:!0,icon:uk,label:(0,je.__)("Edit table"),controls:C}))),!B&&(0,$e.createElement)(Ze.InspectorControls,null,(0,$e.createElement)(We.PanelBody,{title:(0,je.__)("Settings"),className:"blocks-table-settings"},(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Fixed width table cells"),checked:!!l,onChange:function(){o({hasFixedLayout:!l})}}),(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Header section"),checked:!(!s||!s.length),onChange:function(){o(hk(n,"head"))}}),(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Footer section"),checked:!(!c||!c.length),onChange:function(){o(hk(n,"foot"))}}))),!B&&(0,$e.createElement)("table",{className:rt()(v.className,b.className,{"has-fixed-layout":l,"has-individual-borders":(0,We.__experimentalHasSplitBorders)(null==n||null===(t=n.style)||void 0===t?void 0:t.border)}),style:{...v.style,...b.style}},S),!B&&(0,$e.createElement)(Ze.RichText,{tagName:"figcaption",className:(0,Ze.__experimentalGetElementClassName)("caption"),"aria-label":(0,je.__)("Table caption text"),placeholder:(0,je.__)("Add caption"),value:i,onChange:e=>o({caption:e}),unstableOnFocus:()=>h(),__unstableOnSplitAtEnd:()=>r((0,Ge.createBlock)((0,Ge.getDefaultBlockName)()))}),B&&(0,$e.createElement)(We.Placeholder,{label:(0,je.__)("Table"),icon:(0,$e.createElement)(Ze.BlockIcon,{icon:Qf,showColors:!0}),instructions:(0,je.__)("Insert a table for sharing data.")},(0,$e.createElement)("form",{className:"blocks-table__placeholder-form",onSubmit:function(e){e.preventDefault(),o(function(e){let{rowCount:t,columnCount:n}=e;return{body:Array.from({length:t}).map((()=>({cells:Array.from({length:n}).map((()=>({content:"",tag:"td"})))})))}}({rowCount:parseInt(u,10)||2,columnCount:parseInt(d,10)||2})),f(!0)}},(0,$e.createElement)(We.TextControl,{type:"number",label:(0,je.__)("Column count"),value:d,onChange:function(e){p(e)},min:"1",className:"blocks-table__placeholder-input"}),(0,$e.createElement)(We.TextControl,{type:"number",label:(0,je.__)("Row count"),value:u,onChange:function(e){m(e)},min:"1",className:"blocks-table__placeholder-input"}),(0,$e.createElement)(We.Button,{className:"blocks-table__placeholder-button",variant:"primary",type:"submit"},(0,je.__)("Create Table")))))};const wk=e=>{let{phrasingContentSchema:t}=e;return{tr:{allowEmpty:!0,children:{th:{allowEmpty:!0,children:t,attributes:["scope"]},td:{allowEmpty:!0,children:t}}}}};var Ek={from:[{type:"raw",selector:"table",schema:e=>({table:{children:{thead:{allowEmpty:!0,children:wk(e)},tfoot:{allowEmpty:!0,children:wk(e)},tbody:{allowEmpty:!0,children:wk(e)}}}})}]};const Ck={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/table",title:"Table",category:"text",description:"Create structured content in rows and columns to display information.",textdomain:"default",attributes:{hasFixedLayout:{type:"boolean",default:!1},caption:{type:"string",source:"html",selector:"figcaption",default:""},head:{type:"array",default:[],source:"query",selector:"thead tr",query:{cells:{type:"array",default:[],source:"query",selector:"td,th",query:{content:{type:"string",source:"html"},tag:{type:"string",default:"td",source:"tag"},scope:{type:"string",source:"attribute",attribute:"scope"},align:{type:"string",source:"attribute",attribute:"data-align"}}}}},body:{type:"array",default:[],source:"query",selector:"tbody tr",query:{cells:{type:"array",default:[],source:"query",selector:"td,th",query:{content:{type:"string",source:"html"},tag:{type:"string",default:"td",source:"tag"},scope:{type:"string",source:"attribute",attribute:"scope"},align:{type:"string",source:"attribute",attribute:"data-align"}}}}},foot:{type:"array",default:[],source:"query",selector:"tfoot tr",query:{cells:{type:"array",default:[],source:"query",selector:"td,th",query:{content:{type:"string",source:"html"},tag:{type:"string",default:"td",source:"tag"},scope:{type:"string",source:"attribute",attribute:"scope"},align:{type:"string",source:"attribute",attribute:"data-align"}}}}}},supports:{anchor:!0,align:!0,color:{__experimentalSkipSerialization:!0,gradients:!0,__experimentalDefaultControls:{background:!0,text:!0}},spacing:{margin:!0,padding:!0},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontStyle:!0,__experimentalFontWeight:!0,__experimentalLetterSpacing:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalDefaultControls:{fontSize:!0}},__experimentalBorder:{__experimentalSkipSerialization:!0,color:!0,style:!0,width:!0,__experimentalDefaultControls:{color:!0,style:!0,width:!0}},__experimentalSelector:".wp-block-table > table"},styles:[{name:"regular",label:"Default",isDefault:!0},{name:"stripes",label:"Stripes"}],editorStyle:"wp-block-table-editor",style:"wp-block-table"},{name:Sk}=Ck,Bk={icon:Qf,example:{attributes:{head:[{cells:[{content:(0,je.__)("Version"),tag:"th"},{content:(0,je.__)("Jazz Musician"),tag:"th"},{content:(0,je.__)("Release Date"),tag:"th"}]}],body:[{cells:[{content:"5.2",tag:"td"},{content:"Jaco Pastorius",tag:"td"},{content:(0,je.__)("May 7, 2019"),tag:"td"}]},{cells:[{content:"5.1",tag:"td"},{content:"Betty Carter",tag:"td"},{content:(0,je.__)("February 21, 2019"),tag:"td"}]},{cells:[{content:"5.0",tag:"td"},{content:"Bebo Valdés",tag:"td"},{content:(0,je.__)("December 6, 2018"),tag:"td"}]}]}},transforms:Ek,edit:xk,save:function(e){let{attributes:t}=e;const{hasFixedLayout:n,head:o,body:r,foot:a,caption:l}=t;if(!o.length&&!r.length&&!a.length)return null;const i=(0,Ze.__experimentalGetColorClassesAndStyles)(t),s=(0,Ze.__experimentalGetBorderClassesAndStyles)(t),c=rt()(i.className,s.className,{"has-fixed-layout":n}),u=!Ze.RichText.isEmpty(l),m=e=>{let{type:t,rows:n}=e;if(!n.length)return null;const o=`t${t}`;return(0,$e.createElement)(o,null,n.map(((e,t)=>{let{cells:n}=e;return(0,$e.createElement)("tr",{key:t},n.map(((e,t)=>{let{content:n,tag:o,scope:r,align:a}=e;const l=rt()({[`has-text-align-${a}`]:a});return(0,$e.createElement)(Ze.RichText.Content,{className:l||void 0,"data-align":a,tagName:o,value:n,key:t,scope:"th"===o?r:void 0})})))})))};return(0,$e.createElement)("figure",Ze.useBlockProps.save(),(0,$e.createElement)("table",{className:""===c?void 0:c,style:{...i.style,...s.style}},(0,$e.createElement)(m,{type:"head",rows:o}),(0,$e.createElement)(m,{type:"body",rows:r}),(0,$e.createElement)(m,{type:"foot",rows:a})),u&&(0,$e.createElement)(Ze.RichText.Content,{tagName:"figcaption",value:l,className:(0,Ze.__experimentalGetElementClassName)("caption")}))},deprecated:ek},Tk=()=>qe({name:Sk,metadata:Ck,settings:Bk});var Nk=(0,$e.createElement)(We.SVG,{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},(0,$e.createElement)(We.Path,{d:"M15.1 15.8H20v-1.5h-4.9v1.5zm-4-8.6v1.5H20V7.2h-8.9zM6 13c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 3c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1zm5-3c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM6 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z",fill:"#1e1e1e"}));const Pk="wp-block-table-of-contents__entry";function Ik(e){let{nestedHeadingList:t}=e;return(0,$e.createElement)($e.Fragment,null,t.map(((e,t)=>{const{content:n,link:o}=e.heading,r=o?(0,$e.createElement)("a",{className:Pk,href:o},n):(0,$e.createElement)("span",{className:Pk},n);return(0,$e.createElement)("li",{key:t},r,e.children?(0,$e.createElement)("ol",null,(0,$e.createElement)(Ik,{nestedHeadingList:e.children})):null)})))}function zk(e){const t=[];return e.forEach(((n,o)=>{var r;if(""!==n.content&&n.level===e[0].level)if((null===(r=e[o+1])||void 0===r?void 0:r.level)>n.level){let r=e.length;for(let t=o+1;t<e.length;t++)if(e[t].level===n.level){r=t;break}t.push({heading:n,children:zk(e.slice(o+1,r))})}else t.push({heading:n,children:null})})),t}const Mk={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,__experimental:!0,name:"core/table-of-contents",title:"Table of Contents",category:"layout",description:"Summarize your post with a list of headings. Add HTML anchors to Heading blocks to link them here.",keywords:["document outline","summary"],textdomain:"default",attributes:{headings:{type:"array",items:{type:"object"}},onlyIncludeCurrentPage:{type:"boolean",default:!1}},supports:{html:!1,color:{text:!0,background:!0,gradients:!0,link:!0},spacing:{margin:!0,padding:!0},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}}},example:{}},{name:Lk}=Mk,Rk={icon:Nk,edit:function(e){let{attributes:{headings:t=[],onlyIncludeCurrentPage:n},clientId:o,setAttributes:r}=e;const a=(0,Ze.useBlockProps)(),l=(0,Zt.useDisabled)(),i=(0,it.useSelect)((e=>{const{getBlockRootClientId:t,canInsertBlockType:n}=e(Ze.store);return n("core/list",t(o))}),[o]),{__unstableMarkNextChangeAsNotPersistent:s,replaceBlocks:c}=(0,it.useDispatch)(Ze.store),u=(0,it.useSelect)((e=>{var r;const{getBlockAttributes:a,getBlockName:l,getClientIdsWithDescendants:i,__experimentalGetGlobalBlocksByName:s}=e(Ze.store),c=e("core/editor"),u=0!==s("core/nextpage").length,m=i();let d=1;if(u&&n){const e=m.indexOf(o);for(const[t,n]of m.entries()){if(t>=e)break;"core/nextpage"===l(n)&&d++}}const p=[];let g=1;const h=null!==(r=null==c?void 0:c.getPermalink())&&void 0!==r?r:null;let v=null;"string"==typeof h&&(v=u?(0,at.addQueryArgs)(h,{page:g}):h);for(const e of m){const t=l(e);if("core/nextpage"===t){if(g++,n&&g>d)break;"string"==typeof h&&(v=(0,at.addQueryArgs)((0,at.removeQueryArgs)(h,["page"]),{page:g}))}else if((!n||g===d)&&"core/heading"===t){const t=a(e),n="string"==typeof v&&"string"==typeof t.anchor&&""!==t.anchor;p.push({content:(0,dd.__unstableStripHTML)(t.content.replace(/(<br *\/?>)+/g," ")),level:t.level,link:n?`${v}#${t.anchor}`:null})}}return(0,St.isEqual)(t,p)?null:p}),[o,n,t]);(0,$e.useEffect)((()=>{null!==u&&(s(),r({headings:u}))}),[u]);const m=zk(t),d=i&&(0,$e.createElement)(Ze.BlockControls,null,(0,$e.createElement)(We.ToolbarGroup,null,(0,$e.createElement)(We.ToolbarButton,{onClick:()=>c(o,(0,Ge.createBlock)("core/list",{ordered:!0,values:(0,$e.renderToString)((0,$e.createElement)(Ik,{nestedHeadingList:m}))}))},(0,je.__)("Convert to static list")))),p=(0,$e.createElement)(Ze.InspectorControls,null,(0,$e.createElement)(We.PanelBody,{title:(0,je.__)("Settings")},(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Only include current page"),checked:n,onChange:e=>r({onlyIncludeCurrentPage:e}),help:n?(0,je.__)("Only including headings from the current page (if the post is paginated)."):(0,je.__)("Toggle to only include headings from the current page (if the post is paginated).")})));return 0===t.length?(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)("div",a,(0,$e.createElement)(We.Placeholder,{icon:(0,$e.createElement)(Ze.BlockIcon,{icon:Nk}),label:"Table of Contents",instructions:(0,je.__)("Start adding Heading blocks to create a table of contents. Headings with HTML anchors will be linked here.")})),p):(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)("nav",a,(0,$e.createElement)("ol",{ref:l},(0,$e.createElement)(Ik,{nestedHeadingList:m}))),d,p)},save:function(e){let{attributes:{headings:t=[]}}=e;return 0===t.length?null:(0,$e.createElement)("nav",Ze.useBlockProps.save(),(0,$e.createElement)("ol",null,(0,$e.createElement)(Ik,{nestedHeadingList:zk(t)})))}},Ak=()=>qe({name:Lk,metadata:Mk,settings:Rk});var Vk={from:[{type:"block",blocks:["core/categories"],transform:()=>(0,Ge.createBlock)("core/tag-cloud")}],to:[{type:"block",blocks:["core/categories"],transform:()=>(0,Ge.createBlock)("core/categories")}]};var Hk=(0,it.withSelect)((e=>({taxonomies:e(lt.store).getTaxonomies({per_page:-1})})))((function(e){let{attributes:t,setAttributes:n,taxonomies:o}=e;const{taxonomy:r,showTagCounts:a,numberOfTags:l,smallestFontSize:i,largestFontSize:s}=t,c=(0,We.__experimentalUseCustomUnits)({availableUnits:(0,Ze.useSetting)("spacing.units")||["%","px","em","rem"]}),u=(e,t)=>{const[o,r]=(0,We.__experimentalParseQuantityAndUnitFromRawValue)(t);if(!Number.isFinite(o))return;const a={[e]:t};Object.entries({smallestFontSize:i,largestFontSize:s}).forEach((t=>{let[n,o]=t;const[l,i]=(0,We.__experimentalParseQuantityAndUnitFromRawValue)(o);n!==e&&i!==r&&(a[n]=`${l}${r}`)})),n(a)},m=(0,$e.createElement)(Ze.InspectorControls,null,(0,$e.createElement)(We.PanelBody,{title:(0,je.__)("Settings")},(0,$e.createElement)(We.SelectControl,{label:(0,je.__)("Taxonomy"),options:[{label:(0,je.__)("- Select -"),value:"",disabled:!0},...(0,St.map)((0,St.filter)(o,"show_cloud"),(e=>({value:e.slug,label:e.name})))],value:r,onChange:e=>n({taxonomy:e})}),(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Show post counts"),checked:a,onChange:()=>n({showTagCounts:!a})}),(0,$e.createElement)(We.RangeControl,{label:(0,je.__)("Number of tags"),value:l,onChange:e=>n({numberOfTags:e}),min:1,max:100,required:!0}),(0,$e.createElement)(We.Flex,null,(0,$e.createElement)(We.FlexItem,{isBlock:!0},(0,$e.createElement)(We.__experimentalUnitControl,{label:(0,je.__)("Smallest size"),value:i,onChange:e=>{u("smallestFontSize",e)},units:c,min:.1,max:100})),(0,$e.createElement)(We.FlexItem,{isBlock:!0},(0,$e.createElement)(We.__experimentalUnitControl,{label:(0,je.__)("Largest size"),value:s,onChange:e=>{u("largestFontSize",e)},units:c,min:.1,max:100})))));return(0,$e.createElement)($e.Fragment,null,m,(0,$e.createElement)("div",(0,Ze.useBlockProps)(),(0,$e.createElement)(Ke(),{key:"tag-cloud",block:"core/tag-cloud",attributes:t})))}));const Fk={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/tag-cloud",title:"Tag Cloud",category:"widgets",description:"A cloud of your most used tags.",textdomain:"default",attributes:{numberOfTags:{type:"number",default:45,minimum:1,maximum:100},taxonomy:{type:"string",default:"post_tag"},showTagCounts:{type:"boolean",default:!1},smallestFontSize:{type:"string",default:"8pt"},largestFontSize:{type:"string",default:"22pt"}},styles:[{name:"default",label:"Default",isDefault:!0},{name:"outline",label:"Outline"}],supports:{html:!1,align:!0,spacing:{margin:!0,padding:!0}},editorStyle:"wp-block-tag-cloud-editor"},{name:Dk}=Fk,Gk={icon:Dp,example:{},edit:Hk,transforms:Vk},$k=()=>qe({name:Dk,metadata:Fk,settings:Gk});var Uk=function(){return Uk=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},Uk.apply(this,arguments)};Object.create;Object.create;function Ok(e){return e.toLowerCase()}var qk=[/([a-z0-9])([A-Z])/g,/([A-Z])([A-Z][a-z])/g],Wk=/[^A-Z0-9]+/gi;function jk(e,t,n){return t instanceof RegExp?e.replace(t,n):t.reduce((function(e,t){return e.replace(t,n)}),e)}function Zk(e){return function(e){return e.charAt(0).toUpperCase()+e.substr(1)}(e.toLowerCase())}function Qk(e,t){return void 0===t&&(t={}),function(e,t){void 0===t&&(t={});for(var n=t.splitRegexp,o=void 0===n?qk:n,r=t.stripRegexp,a=void 0===r?Wk:r,l=t.transform,i=void 0===l?Ok:l,s=t.delimiter,c=void 0===s?" ":s,u=jk(jk(e,o,"$1\0$2"),a,"\0"),m=0,d=u.length;"\0"===u.charAt(m);)m++;for(;"\0"===u.charAt(d-1);)d--;return u.slice(m,d).split("\0").map(i).join(c)}(e,Uk({delimiter:" ",transform:Zk},t))}var Kk=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M21.3 10.8l-5.6-5.6c-.7-.7-1.8-.7-2.5 0l-5.6 5.6c-.7.7-.7 1.8 0 2.5l5.6 5.6c.3.3.8.5 1.2.5s.9-.2 1.2-.5l5.6-5.6c.8-.7.8-1.9.1-2.5zm-17.6 1L10 5.5l-1-1-6.3 6.3c-.7.7-.7 1.8 0 2.5L9 19.5l1.1-1.1-6.3-6.3c-.2 0-.2-.2-.1-.3z"}));function Yk(e,t){const{templateParts:n,isResolving:o}=(0,it.useSelect)((e=>{const{getEntityRecords:t,isResolving:n}=e(lt.store),o={per_page:-1};return{templateParts:t("postType","wp_template_part",o),isLoading:n("getEntityRecords",["postType","wp_template_part",o])}}),[]);return{templateParts:(0,$e.useMemo)((()=>n&&n.filter((n=>Wd(n.theme,n.slug)!==t&&(!e||"uncategorized"===e||n.area===e)))||[]),[n,e]),isResolving:o}}function Jk(e,t){return(0,it.useSelect)((n=>{const o=e?`core/template-part/${e}`:"core/template-part",{getBlockRootClientId:r,__experimentalGetPatternsByBlockTypes:a}=n(Ze.store);return a(o,r(t))}),[e,t])}function Xk(e,t){const{saveEntityRecord:n}=(0,it.useDispatch)(lt.store);return async function(){let o=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:(0,je.__)("Untitled Template Part");const a=(0,St.kebabCase)(r).replace(/[^\w-]+/g,"")||"wp-custom-part",l={title:r,slug:a,content:(0,Ge.serialize)(o),area:e},i=await n("postType","wp_template_part",l);t({slug:i.slug,theme:i.theme,area:void 0})}}function ex(e){return(0,it.useSelect)((t=>{var n;const o=t("core/editor").__experimentalGetDefaultTemplatePartAreas(),r=(0,St.find)(o,{area:e}),a=(0,St.find)(o,{area:"uncategorized"});return{icon:(null==r?void 0:r.icon)||(null==a?void 0:a.icon),label:(null==r?void 0:r.label)||(0,je.__)("Template Part"),tagName:null!==(n=null==r?void 0:r.area_tag)&&void 0!==n?n:"div"}}),[e])}function tx(e){let{areaLabel:t,onClose:n,onSubmit:o}=e;const[r,a]=(0,$e.useState)((0,je.__)("Untitled Template Part"));return(0,$e.createElement)(We.Modal,{title:(0,je.sprintf)((0,je.__)("Name and create your new %s"),t.toLowerCase()),closeLabel:(0,je.__)("Cancel"),overlayClassName:"wp-block-template-part__placeholder-create-new__title-form",onRequestClose:n},(0,$e.createElement)("form",{onSubmit:e=>{e.preventDefault(),o(r)}},(0,$e.createElement)(We.TextControl,{label:(0,je.__)("Name"),value:r,onChange:a}),(0,$e.createElement)(We.Flex,{className:"wp-block-template-part__placeholder-create-new__title-form-actions",justify:"flex-end"},(0,$e.createElement)(We.FlexItem,null,(0,$e.createElement)(We.Button,{variant:"primary",type:"submit",disabled:!r.length,"aria-disabled":!r.length},(0,je.__)("Create"))))))}function nx(e){let{area:t,clientId:n,templatePartId:o,onOpenSelectionModal:r,setAttributes:a}=e;const{templateParts:l,isResolving:i}=Yk(t,o),s=Jk(t,n),[c,u]=(0,$e.useState)(!1),m=ex(t),d=Xk(t,a);return(0,$e.createElement)(We.Placeholder,{icon:m.icon,label:m.label,instructions:(0,je.sprintf)((0,je.__)("Choose an existing %s or create a new one."),m.label.toLowerCase())},i&&(0,$e.createElement)(We.Spinner,null),!i&&!(!l.length&&!s.length)&&(0,$e.createElement)(We.Button,{variant:"primary",onClick:r},(0,je.__)("Choose")),!i&&(0,$e.createElement)(We.Button,{variant:"secondary",onClick:()=>{u(!0)}},(0,je.__)("Start blank")),c&&(0,$e.createElement)(tx,{areaLabel:m.label,onClose:()=>u(!1),onSubmit:e=>{d([],e)}}))}function ox(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return e=Ic()(e),e=e.trim().toLowerCase(),e}function rx(e,t){const n=ox(t),o=ox(e.title);let r=0;if(n===o)r+=30;else if(o.startsWith(n))r+=20;else{n.split(" ").every((e=>o.includes(e)))&&(r+=10)}return r}function ax(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";if(!t)return e;const n=e.map((e=>[e,rx(e,t)])).filter((e=>{let[,t]=e;return t>0}));return n.sort(((e,t)=>{let[,n]=e,[,o]=t;return o-n})),n.map((e=>{let[t]=e;return t}))}function lx(e){let{setAttributes:t,onClose:n,templatePartId:o=null,area:r,clientId:a}=e;const[l,i]=(0,$e.useState)(""),{templateParts:s}=Yk(r,o),c=(0,$e.useMemo)((()=>ax(s.map((e=>({name:Wd(e.theme,e.slug),title:e.title.rendered,blocks:(0,Ge.parse)(e.content.raw),templatePart:e}))),l)),[s,l]),u=(0,Zt.useAsyncList)(c),m=Jk(r,a),d=(0,$e.useMemo)((()=>ax(m,l)),[m,l]),p=(0,Zt.useAsyncList)(d),{createSuccessNotice:g}=(0,it.useDispatch)(wt.store),h=(0,$e.useCallback)((e=>{var o;t({slug:e.slug,theme:e.theme,area:void 0}),g((0,je.sprintf)((0,je.__)('Template Part "%s" inserted.'),(null===(o=e.title)||void 0===o?void 0:o.rendered)||e.slug),{type:"snackbar"}),n()}),[]),v=Xk(r,t),b=!!c.length,_=!!d.length;return(0,$e.createElement)("div",{className:"block-library-template-part__selection-content"},(0,$e.createElement)("div",{className:"block-library-template-part__selection-search"},(0,$e.createElement)(We.SearchControl,{onChange:i,value:l,label:(0,je.__)("Search for replacements"),placeholder:(0,je.__)("Search")})),b&&(0,$e.createElement)("div",null,(0,$e.createElement)("h2",null,(0,je.__)("Existing template parts")),(0,$e.createElement)(Ze.__experimentalBlockPatternsList,{blockPatterns:c,shownPatterns:u,onClickPattern:e=>{h(e.templatePart)}})),_&&(0,$e.createElement)("div",null,(0,$e.createElement)("h2",null,(0,je.__)("Patterns")),(0,$e.createElement)(Ze.__experimentalBlockPatternsList,{blockPatterns:d,shownPatterns:p,onClickPattern:(e,t)=>{v(t,e.title),n()}})),!b&&!_&&(0,$e.createElement)(We.__experimentalHStack,{alignment:"center"},(0,$e.createElement)("p",null,(0,je.__)("No results found."))))}function ix(e){let{tagName:t,setAttributes:n,isEntityAvailable:o,templatePartId:r,defaultWrapper:a}=e;const[l,i]=(0,lt.useEntityProp)("postType","wp_template_part","area",r),[s,c]=(0,lt.useEntityProp)("postType","wp_template_part","title",r),{areaOptions:u}=(0,it.useSelect)((e=>({areaOptions:e("core/editor").__experimentalGetDefaultTemplatePartAreas().map((e=>{let{label:t,area:n}=e;return{label:t,value:n}}))})),[]);return(0,$e.createElement)(Ze.InspectorControls,{__experimentalGroup:"advanced"},o&&(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(We.TextControl,{label:(0,je.__)("Title"),value:s,onChange:e=>{c(e)},onFocus:e=>e.target.select()}),(0,$e.createElement)(We.SelectControl,{label:(0,je.__)("Area"),labelPosition:"top",options:u,value:l,onChange:i})),(0,$e.createElement)(We.SelectControl,{label:(0,je.__)("HTML element"),options:[{label:(0,je.sprintf)((0,je.__)("Default based on area (%s)"),`<${a}>`),value:""},{label:"<header>",value:"header"},{label:"<main>",value:"main"},{label:"<section>",value:"section"},{label:"<article>",value:"article"},{label:"<aside>",value:"aside"},{label:"<footer>",value:"footer"},{label:"<div>",value:"div"}],value:t||"",onChange:e=>n({tagName:e})}))}function sx(e){let{postId:t,hasInnerBlocks:n,layout:o,tagName:r,blockProps:a}=e;const l=(0,it.useSelect)((e=>{var t;const{getSettings:n}=e(Ze.store);return null===(t=n())||void 0===t?void 0:t.supportsLayout}),[]),i=(0,Ze.useSetting)("layout")||{},s=o&&o.inherit?i:o,[c,u,m]=(0,lt.useEntityBlockEditor)("postType","wp_template_part",{id:t}),d=(0,Ze.useInnerBlocksProps)(a,{value:c,onInput:u,onChange:m,renderAppender:n?void 0:Ze.InnerBlocks.ButtonBlockAppender,__experimentalLayout:l?s:void 0});return(0,$e.createElement)(r,d)}var cx=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M18.5 10.5H10v8h8a.5.5 0 00.5-.5v-7.5zm-10 0h-3V18a.5.5 0 00.5.5h2.5v-8zM6 4h12a2 2 0 012 2v12a2 2 0 01-2 2H6a2 2 0 01-2-2V6a2 2 0 012-2z"}));var ux=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{fillRule:"evenodd",d:"M18 5.5h-8v8h8.5V6a.5.5 0 00-.5-.5zm-9.5 8h-3V6a.5.5 0 01.5-.5h2.5v8zM6 4h12a2 2 0 012 2v12a2 2 0 01-2 2H6a2 2 0 01-2-2V6a2 2 0 012-2z"}));var mx=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M18 5.5H6a.5.5 0 00-.5.5v3h13V6a.5.5 0 00-.5-.5zm.5 5H10v8h8a.5.5 0 00.5-.5v-7.5zM6 4h12a2 2 0 012 2v12a2 2 0 01-2 2H6a2 2 0 01-2-2V6a2 2 0 012-2z"}));function dx(e,t){if("core/template-part"!==t)return e;if(e.variations){const t=(e,t)=>{const{area:n,theme:o,slug:r}=e;if(n)return n===t.area;if(!r)return!1;const a=(0,it.select)(lt.store).getEntityRecord("postType","wp_template_part",`${o}//${r}`);return(null==a?void 0:a.area)===t.area},n=e.variations.map((e=>{return{...e,...!e.isActive&&{isActive:t},..."string"==typeof e.icon&&{icon:(n=e.icon,"header"===n?cx:"footer"===n?ux:"sidebar"===n?mx:Kk)}};var n}));return{...e,variations:n}}return e}const px={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/template-part",title:"Template Part",category:"theme",description:"Edit the different global regions of your site, like the header, footer, sidebar, or create your own.",textdomain:"default",attributes:{slug:{type:"string"},theme:{type:"string"},tagName:{type:"string"},area:{type:"string"}},supports:{align:!0,html:!1,reusable:!1},editorStyle:"wp-block-template-part-editor"},{name:gx}=px,hx={icon:Kk,__experimentalLabel:e=>{var t;let{slug:n,theme:o}=e;if(!n)return;const r=(0,it.select)(lt.store).getEntityRecord("postType","wp_template_part",o+"//"+n);return r?(0,Rd.decodeEntities)(null===(t=r.title)||void 0===t?void 0:t.rendered)||Qk(r.slug):void 0},edit:function(e){let{attributes:t,setAttributes:n,clientId:o,isSelected:r}=e;const{slug:a,theme:l,tagName:i,layout:s={}}=t,c=Wd(l,a),u=(0,Ze.__experimentalUseHasRecursion)(c),[m,d]=(0,$e.useState)(!1),{isResolved:p,innerBlocks:g,isMissing:h,area:v}=(0,it.useSelect)((e=>{const{getEditedEntityRecord:n,hasFinishedResolution:r}=e(lt.store),{getBlocks:a}=e(Ze.store),l=["postType","wp_template_part",c],i=c?n(...l):null,s=(null==i?void 0:i.area)||t.area,u=!!c&&r("getEditedEntityRecord",l);return{innerBlocks:a(o),isResolved:u,isMissing:u&&(0,St.isEmpty)(i),area:s}}),[c,o]),{templateParts:b}=Yk(v,c),_=Jk(v,o),y=!!b.length||!!_.length,f=ex(v),k=(0,Ze.useBlockProps)(),x=!a,w=!x&&!h&&p,E=i||f.tagName,C=r&&w&&y&&("header"===v||"footer"===v);return 0===g.length&&(a&&!l||a&&h)?(0,$e.createElement)(E,k,(0,$e.createElement)(Ze.Warning,null,(0,je.sprintf)((0,je.__)("Template part has been deleted or is unavailable: %s"),a))):w&&u?(0,$e.createElement)(E,k,(0,$e.createElement)(Ze.Warning,null,(0,je.__)("Block cannot be rendered inside itself."))):(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Ze.__experimentalRecursionProvider,{uniqueId:c},(0,$e.createElement)(ix,{tagName:i,setAttributes:n,isEntityAvailable:w,templatePartId:c,defaultWrapper:f.tagName}),x&&(0,$e.createElement)(E,k,(0,$e.createElement)(nx,{area:t.area,templatePartId:c,clientId:o,setAttributes:n,onOpenSelectionModal:()=>d(!0)})),C&&(0,$e.createElement)(Ze.BlockSettingsMenuControls,null,(()=>(0,$e.createElement)(We.MenuItem,{onClick:()=>{d(!0)}},(0,$e.createInterpolateElement)((0,je.__)("Replace <BlockTitle />"),{BlockTitle:(0,$e.createElement)(Ze.BlockTitle,{clientId:o,maximumLength:25})})))),w&&(0,$e.createElement)(sx,{tagName:E,blockProps:k,postId:c,hasInnerBlocks:g.length>0,layout:s}),!x&&!p&&(0,$e.createElement)(E,k,(0,$e.createElement)(We.Spinner,null))),m&&(0,$e.createElement)(We.Modal,{overlayClassName:"block-editor-template-part__selection-modal",title:(0,je.sprintf)((0,je.__)("Choose a %s"),f.label.toLowerCase()),closeLabel:(0,je.__)("Cancel"),onRequestClose:()=>d(!1)},(0,$e.createElement)(lx,{templatePartId:c,clientId:o,area:v,setAttributes:n,onClose:()=>d(!1)})))}},vx=()=>{(0,Xs.addFilter)("blocks.registerBlockType","core/template-part",dx);const e=["core/post-template","core/post-content"];return(0,Xs.addFilter)("blockEditor.__unstableCanInsertBlockType","removeTemplatePartsFromPostTemplates",((t,n,o,r)=>{let{getBlock:a,getBlockParentsByBlockName:l}=r;if("core/template-part"!==n.name)return t;for(const t of e){var i;if((null===(i=a(o))||void 0===i?void 0:i.name)===t||l(o,t).length)return!1}return!0})),qe({name:gx,metadata:px,settings:hx})};var bx=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M6.08 10.103h2.914L9.657 12h1.417L8.23 4H6.846L4 12h1.417l.663-1.897Zm1.463-4.137.994 2.857h-2l1.006-2.857ZM11 16H4v-1.5h7V16Zm1 0h8v-1.5h-8V16Zm-4 4H4v-1.5h4V20Zm7-1.5V20H9v-1.5h6Z"}));const _x={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/term-description",title:"Term Description",category:"theme",description:"Display the description of categories, tags and custom taxonomies when viewing an archive.",textdomain:"default",attributes:{textAlign:{type:"string"}},supports:{align:["wide","full"],html:!1,color:{link:!0,__experimentalDefaultControls:{background:!0,text:!0}},spacing:{padding:!0,margin:!0},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}}},editorStyle:"wp-block-term-description-editor"},{name:yx}=_x,fx={icon:bx,edit:function(e){let{attributes:t,setAttributes:n,mergedStyle:o}=e;const{textAlign:r}=t,a=(0,Ze.useBlockProps)({className:rt()({[`has-text-align-${r}`]:r}),style:o});return(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Ze.BlockControls,{group:"block"},(0,$e.createElement)(Ze.AlignmentControl,{value:r,onChange:e=>{n({textAlign:e})}})),(0,$e.createElement)("div",a,(0,$e.createElement)("div",{className:"wp-block-term-description__placeholder"},(0,$e.createElement)("span",null,(0,je.__)("Term Description")))))}},kx=()=>qe({name:yx,metadata:_x,settings:fx});const xx={to:[{type:"block",blocks:["core/columns"],transform:e=>{let{className:t,columns:n,content:o,width:r}=e;return(0,Ge.createBlock)("core/columns",{align:"wide"===r||"full"===r?r:void 0,className:t,columns:n},o.map((e=>{let{children:t}=e;return(0,Ge.createBlock)("core/column",{},[(0,Ge.createBlock)("core/paragraph",{content:t})])})))}}]};var wx=xx;const Ex={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/text-columns",title:"Text Columns (deprecated)",icon:"columns",category:"design",description:"This block is deprecated. Please use the Columns block instead.",textdomain:"default",attributes:{content:{type:"array",source:"query",selector:"p",query:{children:{type:"string",source:"html"}},default:[{},{}]},columns:{type:"number",default:2},width:{type:"string"}},supports:{inserter:!1},editorStyle:"wp-block-text-columns-editor",style:"wp-block-text-columns"},{name:Cx}=Ex,Sx={transforms:wx,getEditWrapperProps(e){const{width:t}=e;if("wide"===t||"full"===t)return{"data-align":t}},edit:function(e){let{attributes:t,setAttributes:n}=e;const{width:o,content:r,columns:a}=t;return Ku()("The Text Columns block",{since:"5.3",alternative:"the Columns block"}),(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Ze.BlockControls,null,(0,$e.createElement)(Ze.BlockAlignmentToolbar,{value:o,onChange:e=>n({width:e}),controls:["center","wide","full"]})),(0,$e.createElement)(Ze.InspectorControls,null,(0,$e.createElement)(We.PanelBody,null,(0,$e.createElement)(We.RangeControl,{label:(0,je.__)("Columns"),value:a,onChange:e=>n({columns:e}),min:2,max:4,required:!0}))),(0,$e.createElement)("div",(0,Ze.useBlockProps)({className:`align${o} columns-${a}`}),Array.from({length:a}).map(((e,t)=>(0,$e.createElement)("div",{className:"wp-block-column",key:`column-${t}`},(0,$e.createElement)(Ze.RichText,{tagName:"p",value:(0,St.get)(r,[t,"children"]),onChange:e=>{n({content:[...r.slice(0,t),{children:e},...r.slice(t+1)]})},"aria-label":(0,je.sprintf)((0,je.__)("Column %d text"),t+1),placeholder:(0,je.__)("New Column")}))))))},save:function(e){let{attributes:t}=e;const{width:n,content:o,columns:r}=t;return(0,$e.createElement)("div",Ze.useBlockProps.save({className:`align${n} columns-${r}`}),Array.from({length:r}).map(((e,t)=>(0,$e.createElement)("div",{className:"wp-block-column",key:`column-${t}`},(0,$e.createElement)(Ze.RichText.Content,{tagName:"p",value:(0,St.get)(o,[t,"children"])})))))}},Bx=()=>qe({name:Cx,metadata:Ex,settings:Sx});var Tx=(0,$e.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,$e.createElement)(Ue.Path,{d:"M17.8 2l-.9.3c-.1 0-3.6 1-5.2 2.1C10 5.5 9.3 6.5 8.9 7.1c-.6.9-1.7 4.7-1.7 6.3l-.9 2.3c-.2.4 0 .8.4 1 .1 0 .2.1.3.1.3 0 .6-.2.7-.5l.6-1.5c.3 0 .7-.1 1.2-.2.7-.1 1.4-.3 2.2-.5.8-.2 1.6-.5 2.4-.8.7-.3 1.4-.7 1.9-1.2s.8-1.2 1-1.9c.2-.7.3-1.6.4-2.4.1-.8.1-1.7.2-2.5 0-.8.1-1.5.2-2.1V2zm-1.9 5.6c-.1.8-.2 1.5-.3 2.1-.2.6-.4 1-.6 1.3-.3.3-.8.6-1.4.9-.7.3-1.4.5-2.2.8-.6.2-1.3.3-1.8.4L15 7.5c.3-.3.6-.7 1-1.1 0 .4 0 .8-.1 1.2zM6 20h8v-1.5H6V20z"}));const Nx={attributes:{content:{type:"string",source:"html",selector:"pre",default:""},textAlign:{type:"string"}},save(e){let{attributes:t}=e;const{textAlign:n,content:o}=t;return(0,$e.createElement)(Ze.RichText.Content,{tagName:"pre",style:{textAlign:n},value:o})}},Px={attributes:{content:{type:"string",source:"html",selector:"pre",default:"",__unstablePreserveWhiteSpace:!0,__experimentalRole:"content"},textAlign:{type:"string"}},supports:{anchor:!0,color:{gradients:!0,link:!0},typography:{fontSize:!0,__experimentalFontFamily:!0},spacing:{padding:!0}},save(e){let{attributes:t}=e;const{textAlign:n,content:o}=t,r=rt()({[`has-text-align-${n}`]:n});return(0,$e.createElement)("pre",Ze.useBlockProps.save({className:r}),(0,$e.createElement)(Ze.RichText.Content,{value:o}))},migrate:Jt,isEligible(e){var t;let{style:n}=e;return null==n||null===(t=n.typography)||void 0===t?void 0:t.fontFamily}};var Ix=[Px,Nx];const zx={from:[{type:"block",blocks:["core/paragraph"],transform:e=>(0,Ge.createBlock)("core/verse",e)}],to:[{type:"block",blocks:["core/paragraph"],transform:e=>(0,Ge.createBlock)("core/paragraph",e)}]};var Mx=zx;const Lx={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/verse",title:"Verse",category:"text",description:"Insert poetry. Use special spacing formats. Or quote song lyrics.",keywords:["poetry","poem"],textdomain:"default",attributes:{content:{type:"string",source:"html",selector:"pre",default:"",__unstablePreserveWhiteSpace:!0,__experimentalRole:"content"},textAlign:{type:"string"}},supports:{anchor:!0,color:{gradients:!0,link:!0,__experimentalDefaultControls:{background:!0,text:!0}},typography:{fontSize:!0,__experimentalFontFamily:!0,lineHeight:!0,__experimentalFontStyle:!0,__experimentalFontWeight:!0,__experimentalLetterSpacing:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalDefaultControls:{fontSize:!0,fontAppearance:!0}},spacing:{margin:!0,padding:!0}},style:"wp-block-verse",editorStyle:"wp-block-verse-editor"},{name:Rx}=Lx,Ax={icon:Tx,example:{attributes:{content:(0,je.__)("WHAT was he doing, the great god Pan,\n\tDown in the reeds by the river?\nSpreading ruin and scattering ban,\nSplashing and paddling with hoofs of a goat,\nAnd breaking the golden lilies afloat\n With the dragon-fly on the river.")}},transforms:Mx,deprecated:Ix,merge(e,t){return{content:e.content+t.content}},edit:function(e){let{attributes:t,setAttributes:n,mergeBlocks:o,onRemove:r,style:a}=e;const{textAlign:l,content:i}=t,s=(0,Ze.useBlockProps)({className:rt()({[`has-text-align-${l}`]:l}),style:a});return(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Ze.BlockControls,null,(0,$e.createElement)(Ze.AlignmentToolbar,{value:l,onChange:e=>{n({textAlign:e})}})),(0,$e.createElement)(Ze.RichText,nt({tagName:"pre",identifier:"content",preserveWhiteSpace:!0,value:i,onChange:e=>{n({content:e})},"aria-label":(0,je.__)("Verse text"),placeholder:(0,je.__)("Write verse"),onRemove:r,onMerge:o,textAlign:l},s,{__unstablePastePlainText:!0})))},save:function(e){let{attributes:t}=e;const{textAlign:n,content:o}=t,r=rt()({[`has-text-align-${n}`]:n});return(0,$e.createElement)("pre",Ze.useBlockProps.save({className:r}),(0,$e.createElement)(Ze.RichText.Content,{value:o}))}},Vx=()=>qe({name:Rx,metadata:Lx,settings:Ax});var Hx=(0,$e.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,$e.createElement)(Ue.Path,{d:"M18.7 3H5.3C4 3 3 4 3 5.3v13.4C3 20 4 21 5.3 21h13.4c1.3 0 2.3-1 2.3-2.3V5.3C21 4 20 3 18.7 3zm.8 15.7c0 .4-.4.8-.8.8H5.3c-.4 0-.8-.4-.8-.8V5.3c0-.4.4-.8.8-.8h13.4c.4 0 .8.4.8.8v13.4zM10 15l5-3-5-3v6z"}));function Fx(e){let{tracks:t=[]}=e;return t.map((e=>(0,$e.createElement)("track",nt({key:e.src},e))))}const{attributes:Dx}={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/video",title:"Video",category:"media",description:"Embed a video from your media library or upload a new one.",keywords:["movie"],textdomain:"default",attributes:{autoplay:{type:"boolean",source:"attribute",selector:"video",attribute:"autoplay"},caption:{type:"string",source:"html",selector:"figcaption",__experimentalRole:"content"},controls:{type:"boolean",source:"attribute",selector:"video",attribute:"controls",default:!0},id:{type:"number",__experimentalRole:"content"},loop:{type:"boolean",source:"attribute",selector:"video",attribute:"loop"},muted:{type:"boolean",source:"attribute",selector:"video",attribute:"muted"},poster:{type:"string",source:"attribute",selector:"video",attribute:"poster"},preload:{type:"string",source:"attribute",selector:"video",attribute:"preload",default:"metadata"},src:{type:"string",source:"attribute",selector:"video",attribute:"src",__experimentalRole:"content"},playsInline:{type:"boolean",source:"attribute",selector:"video",attribute:"playsinline"},tracks:{__experimentalRole:"content",type:"array",items:{type:"object"},default:[]}},supports:{anchor:!0,align:!0,spacing:{margin:!0,padding:!0}},editorStyle:"wp-block-video-editor",style:"wp-block-video"},Gx={attributes:Dx,save(e){let{attributes:t}=e;const{autoplay:n,caption:o,controls:r,loop:a,muted:l,poster:i,preload:s,src:c,playsInline:u,tracks:m}=t;return(0,$e.createElement)("figure",Ze.useBlockProps.save(),c&&(0,$e.createElement)("video",{autoPlay:n,controls:r,loop:a,muted:l,poster:i,preload:"metadata"!==s?s:void 0,src:c,playsInline:u},(0,$e.createElement)(Fx,{tracks:m})),!Ze.RichText.isEmpty(o)&&(0,$e.createElement)(Ze.RichText.Content,{tagName:"figcaption",value:o}))}};var $x=[Gx];const Ux=[{value:"auto",label:(0,je.__)("Auto")},{value:"metadata",label:(0,je.__)("Metadata")},{value:"none",label:(0,je._x)("None","Preload value")}];var Ox=e=>{let{setAttributes:t,attributes:n}=e;const{autoplay:o,controls:r,loop:a,muted:l,playsInline:i,preload:s}=n,c=(0,je.__)("Autoplay may cause usability issues for some users."),u=$e.Platform.select({web:(0,$e.useCallback)((e=>e?c:null),[]),native:c}),m=(0,$e.useMemo)((()=>{const e=e=>n=>{t({[e]:n})};return{autoplay:e("autoplay"),loop:e("loop"),muted:e("muted"),controls:e("controls"),playsInline:e("playsInline")}}),[]),d=(0,$e.useCallback)((e=>{t({preload:e})}),[]);return(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Autoplay"),onChange:m.autoplay,checked:o,help:u}),(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Loop"),onChange:m.loop,checked:a}),(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Muted"),onChange:m.muted,checked:l}),(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Playback controls"),onChange:m.controls,checked:r}),(0,$e.createElement)(We.ToggleControl,{label:(0,je.__)("Play inline"),onChange:m.playsInline,checked:i}),(0,$e.createElement)(We.SelectControl,{label:(0,je.__)("Preload"),value:s,onChange:d,options:Ux,hideCancelButton:!0}))};var qx=(0,$e.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,$e.createElement)(Ue.Path,{d:"M18.7 3H5.3C4 3 3 4 3 5.3v13.4C3 20 4 21 5.3 21h13.4c1.3 0 2.3-1 2.3-2.3V5.3C21 4 20 3 18.7 3zm.8 15.7c0 .4-.4.8-.8.8H5.3c-.4 0-.8-.4-.8-.8V5.3c0-.4.4-.8.8-.8h13.4c.4 0 .8.4.8.8v13.4zM10 15l5-3-5-3v6z"}));const Wx=["text/vtt"],jx="subtitles",Zx=[{label:(0,je.__)("Subtitles"),value:"subtitles"},{label:(0,je.__)("Captions"),value:"captions"},{label:(0,je.__)("Descriptions"),value:"descriptions"},{label:(0,je.__)("Chapters"),value:"chapters"},{label:(0,je.__)("Metadata"),value:"metadata"}],Qx=(0,$e.createElement)(We.SVG,{width:"18",height:"14",viewBox:"0 0 18 14",role:"img",fill:"none"},(0,$e.createElement)(We.Rect,{x:"0.75",y:"0.75",width:"16.5",height:"12.5",rx:"1.25",stroke:"black",strokeWidth:"1.5",fill:"none"}),(0,$e.createElement)(We.Path,{d:"M3 7H15",stroke:"black",strokeWidth:"1.5"}),(0,$e.createElement)(We.Path,{d:"M3 10L15 10",stroke:"black",strokeWidth:"1.5"}));function Kx(e){let t,{tracks:n,onEditPress:o}=e;return t=0===n.length?(0,$e.createElement)("p",{className:"block-library-video-tracks-editor__tracks-informative-message"},(0,je.__)("Tracks can be subtitles, captions, chapters, or descriptions. They help make your content more accessible to a wider range of users.")):n.map(((e,t)=>(0,$e.createElement)("div",{key:t,className:"block-library-video-tracks-editor__track-list-track"},(0,$e.createElement)("span",null,e.label," "),(0,$e.createElement)(We.Button,{variant:"tertiary",onClick:()=>o(t),"aria-label":(0,je.sprintf)((0,je.__)("Edit %s"),e.label)},(0,je.__)("Edit"))))),(0,$e.createElement)(We.MenuGroup,{label:(0,je.__)("Text tracks"),className:"block-library-video-tracks-editor__track-list"},t)}function Yx(e){let{track:t,onChange:n,onClose:o,onRemove:r}=e;const{src:a="",label:l="",srcLang:i="",kind:s=jx}=t,c=a.startsWith("blob:")?"":(0,at.getFilename)(a)||"";return(0,$e.createElement)(We.NavigableMenu,null,(0,$e.createElement)("div",{className:"block-library-video-tracks-editor__single-track-editor"},(0,$e.createElement)("span",{className:"block-library-video-tracks-editor__single-track-editor-edit-track-label"},(0,je.__)("Edit track")),(0,$e.createElement)("span",null,(0,je.__)("File"),": ",(0,$e.createElement)("b",null,c)),(0,$e.createElement)("div",{className:"block-library-video-tracks-editor__single-track-editor-label-language"},(0,$e.createElement)(We.TextControl,{autoFocus:!0,onChange:e=>n({...t,label:e}),label:(0,je.__)("Label"),value:l,help:(0,je.__)("Title of track")}),(0,$e.createElement)(We.TextControl,{onChange:e=>n({...t,srcLang:e}),label:(0,je.__)("Source language"),value:i,help:(0,je.__)("Language tag (en, fr, etc.)")})),(0,$e.createElement)(We.SelectControl,{className:"block-library-video-tracks-editor__single-track-editor-kind-select",options:Zx,value:s,label:(0,je.__)("Kind"),onChange:e=>{n({...t,kind:e})}}),(0,$e.createElement)("div",{className:"block-library-video-tracks-editor__single-track-editor-buttons-container"},(0,$e.createElement)(We.Button,{variant:"secondary",onClick:()=>{const e={};let r=!1;""===l&&(e.label=(0,je.__)("English"),r=!0),""===i&&(e.srcLang="en",r=!0),void 0===t.kind&&(e.kind=jx,r=!0),r&&n({...t,...e}),o()}},(0,je.__)("Close")),(0,$e.createElement)(We.Button,{isDestructive:!0,variant:"link",onClick:r},(0,je.__)("Remove track")))))}function Jx(e){let{tracks:t=[],onChange:n}=e;const o=(0,it.useSelect)((e=>e(Ze.store).getSettings().mediaUpload),[]),[r,a]=(0,$e.useState)(null);return o?(0,$e.createElement)(We.Dropdown,{contentClassName:"block-library-video-tracks-editor",renderToggle:e=>{let{isOpen:t,onToggle:n}=e;return(0,$e.createElement)(We.ToolbarButton,{label:(0,je.__)("Text tracks"),showTooltip:!0,"aria-expanded":t,"aria-haspopup":"true",onClick:n,icon:Qx})},renderContent:()=>null!==r?(0,$e.createElement)(Yx,{track:t[r],onChange:e=>{const o=[...t];o[r]=e,n(o)},onClose:()=>a(null),onRemove:()=>{n(t.filter(((e,t)=>t!==r))),a(null)}}):(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(We.NavigableMenu,null,(0,$e.createElement)(Kx,{tracks:t,onEditPress:a}),(0,$e.createElement)(We.MenuGroup,{className:"block-library-video-tracks-editor__add-tracks-container",label:(0,je.__)("Add tracks")},(0,$e.createElement)(Ze.MediaUpload,{onSelect:e=>{let{url:o}=e;const r=t.length;n([...t,{src:o}]),a(r)},allowedTypes:Wx,render:e=>{let{open:t}=e;return(0,$e.createElement)(We.MenuItem,{icon:qx,onClick:t},(0,je.__)("Open Media Library"))}}),(0,$e.createElement)(Ze.MediaUploadCheck,null,(0,$e.createElement)(We.FormFileUpload,{onChange:e=>{const r=e.target.files,l=t.length;o({allowedTypes:Wx,filesList:r,onFileChange:e=>{let[{url:o}]=e;const r=[...t];r[l]||(r[l]={}),r[l]={...t[l],src:o},n(r),a(l)}})},accept:".vtt,text/vtt",render:e=>{let{openFileDialog:t}=e;return(0,$e.createElement)(We.MenuItem,{icon:su,onClick:()=>{t()}},(0,je.__)("Upload"))}})))))}):null}const Xx=["video"],ew=["image"];var tw=function e(t){let{isSelected:n,attributes:o,className:r,setAttributes:a,insertBlocksAfter:l,onReplace:i}=t;const s=(0,Zt.useInstanceId)(e),c=(0,$e.useRef)(),u=(0,$e.useRef)(),{id:m,caption:d,controls:p,poster:g,src:h,tracks:v}=o,b=!m&&(0,xt.isBlobURL)(h),_=(0,it.useSelect)((e=>e(Ze.store).getSettings().mediaUpload),[]);function y(e){var t,n;e&&e.url?a({src:e.url,id:e.id,poster:(null===(t=e.image)||void 0===t?void 0:t.src)!==e.icon?null===(n=e.image)||void 0===n?void 0:n.src:void 0}):a({src:void 0,id:void 0,poster:void 0})}function f(e){if(e!==h){const t=Lt({attributes:{url:e}});if(void 0!==t)return void i(t);a({src:e,id:void 0,poster:void 0})}}(0,$e.useEffect)((()=>{if(!m&&(0,xt.isBlobURL)(h)){const e=(0,xt.getBlobByURL)(h);e&&_({filesList:[e],onFileChange:e=>{let[t]=e;return y(t)},onError:x,allowedTypes:Xx})}}),[]),(0,$e.useEffect)((()=>{c.current&&c.current.load()}),[g]);const{createErrorNotice:k}=(0,it.useDispatch)(wt.store);function x(e){k(e,{type:"snackbar"})}const w=rt()(r,{"is-transient":b}),E=(0,Ze.useBlockProps)({className:w});if(!h)return(0,$e.createElement)("div",E,(0,$e.createElement)(Ze.MediaPlaceholder,{icon:(0,$e.createElement)(Ze.BlockIcon,{icon:Hx}),onSelect:y,onSelectURL:f,accept:"video/*",allowedTypes:Xx,value:o,onError:x}));const C=`video-block__poster-image-description-${s}`;return(0,$e.createElement)($e.Fragment,null,(0,$e.createElement)(Ze.BlockControls,{group:"block"},(0,$e.createElement)(Jx,{tracks:v,onChange:e=>{a({tracks:e})}})),(0,$e.createElement)(Ze.BlockControls,{group:"other"},(0,$e.createElement)(Ze.MediaReplaceFlow,{mediaId:m,mediaURL:h,allowedTypes:Xx,accept:"video/*",onSelect:y,onSelectURL:f,onError:x})),(0,$e.createElement)(Ze.InspectorControls,null,(0,$e.createElement)(We.PanelBody,{title:(0,je.__)("Settings")},(0,$e.createElement)(Ox,{setAttributes:a,attributes:o}),(0,$e.createElement)(Ze.MediaUploadCheck,null,(0,$e.createElement)(We.BaseControl,{className:"editor-video-poster-control"},(0,$e.createElement)(We.BaseControl.VisualLabel,null,(0,je.__)("Poster image")),(0,$e.createElement)(Ze.MediaUpload,{title:(0,je.__)("Select poster image"),onSelect:function(e){a({poster:e.url})},allowedTypes:ew,render:e=>{let{open:t}=e;return(0,$e.createElement)(We.Button,{variant:"primary",onClick:t,ref:u,"aria-describedby":C},g?(0,je.__)("Replace"):(0,je.__)("Select"))}}),(0,$e.createElement)("p",{id:C,hidden:!0},g?(0,je.sprintf)((0,je.__)("The current poster image url is %s"),g):(0,je.__)("There is no poster image currently selected")),!!g&&(0,$e.createElement)(We.Button,{onClick:function(){a({poster:void 0}),u.current.focus()},variant:"tertiary"},(0,je.__)("Remove")))))),(0,$e.createElement)("figure",E,(0,$e.createElement)(We.Disabled,{isDisabled:!n},(0,$e.createElement)("video",{controls:p,poster:g,src:h,ref:c},(0,$e.createElement)(Fx,{tracks:v}))),b&&(0,$e.createElement)(We.Spinner,null),(!Ze.RichText.isEmpty(d)||n)&&(0,$e.createElement)(Ze.RichText,{tagName:"figcaption",className:(0,Ze.__experimentalGetElementClassName)("caption"),"aria-label":(0,je.__)("Video caption text"),placeholder:(0,je.__)("Add caption"),value:d,onChange:e=>a({caption:e}),inlineToolbar:!0,__unstableOnSplitAtEnd:()=>l((0,Ge.createBlock)((0,Ge.getDefaultBlockName)()))})))};const nw={from:[{type:"files",isMatch(e){return 1===e.length&&0===e[0].type.indexOf("video/")},transform(e){const t=e[0];return(0,Ge.createBlock)("core/video",{src:(0,xt.createBlobURL)(t)})}},{type:"shortcode",tag:"video",attributes:{src:{type:"string",shortcode:e=>{let{named:{src:t,mp4:n,m4v:o,webm:r,ogv:a,flv:l}}=e;return t||n||o||r||a||l}},poster:{type:"string",shortcode:e=>{let{named:{poster:t}}=e;return t}},loop:{type:"string",shortcode:e=>{let{named:{loop:t}}=e;return t}},autoplay:{type:"string",shortcode:e=>{let{named:{autoplay:t}}=e;return t}},preload:{type:"string",shortcode:e=>{let{named:{preload:t}}=e;return t}}}}]};var ow=nw;const rw={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/video",title:"Video",category:"media",description:"Embed a video from your media library or upload a new one.",keywords:["movie"],textdomain:"default",attributes:{autoplay:{type:"boolean",source:"attribute",selector:"video",attribute:"autoplay"},caption:{type:"string",source:"html",selector:"figcaption",__experimentalRole:"content"},controls:{type:"boolean",source:"attribute",selector:"video",attribute:"controls",default:!0},id:{type:"number",__experimentalRole:"content"},loop:{type:"boolean",source:"attribute",selector:"video",attribute:"loop"},muted:{type:"boolean",source:"attribute",selector:"video",attribute:"muted"},poster:{type:"string",source:"attribute",selector:"video",attribute:"poster"},preload:{type:"string",source:"attribute",selector:"video",attribute:"preload",default:"metadata"},src:{type:"string",source:"attribute",selector:"video",attribute:"src",__experimentalRole:"content"},playsInline:{type:"boolean",source:"attribute",selector:"video",attribute:"playsinline"},tracks:{__experimentalRole:"content",type:"array",items:{type:"object"},default:[]}},supports:{anchor:!0,align:!0,spacing:{margin:!0,padding:!0}},editorStyle:"wp-block-video-editor",style:"wp-block-video"},{name:aw}=rw,lw={icon:Hx,example:{attributes:{src:"https://upload.wikimedia.org/wikipedia/commons/c/ca/Wood_thrush_in_Central_Park_switch_sides_%2816510%29.webm",caption:(0,je.__)("Wood thrush singing in Central Park, NYC.")}},transforms:ow,deprecated:$x,edit:tw,save:function(e){let{attributes:t}=e;const{autoplay:n,caption:o,controls:r,loop:a,muted:l,poster:i,preload:s,src:c,playsInline:u,tracks:m}=t;return(0,$e.createElement)("figure",Ze.useBlockProps.save(),c&&(0,$e.createElement)("video",{autoPlay:n,controls:r,loop:a,muted:l,poster:i,preload:"metadata"!==s?s:void 0,src:c,playsInline:u},(0,$e.createElement)(Fx,{tracks:m})),!Ze.RichText.isEmpty(o)&&(0,$e.createElement)(Ze.RichText.Content,{className:(0,Ze.__experimentalGetElementClassName)("caption"),tagName:"figcaption",value:o}))}},iw=()=>qe({name:aw,metadata:rw,settings:lw});var sw=n(7078),cw=n.n(sw);const uw=()=>[Q,L,I,N,V,H,fe,e,r,a,l,i,s,...window.wp&&window.wp.oldEditor?[c]:[],u,m,d,g,S,B,T,P,M,R,A,D,G,$,W,Z,j,me,de,ke,we,Ee,Ce,Se,Pe,Ie,ze,Me,Re,He,Fe,De,U,O,q,Be,Ne,Te,pe,Ae,t,ue,ae,le,oe,K,Y,X,ee,ne,re,ce,ie,se,he,ve,be,_e,ge,xe,p,h,v,b,_,y,f,C,x,w,E,k,te,Le,z,F,Ve,ye,J].filter(Boolean).filter((e=>{let{metadata:t}=e;return!cw()(t)})),mw=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:uw();e.forEach((e=>{let{init:t}=e;return t()})),(0,Ge.setDefaultBlockName)(Wg),window.wp&&window.wp.oldEditor&&(0,Ge.setFreeformContentHandlerName)(Kn),(0,Ge.setUnregisteredTypeHandlerName)(vd),(0,Ge.setGroupingBlockName)(yc)},dw=void 0}(),(window.wp=window.wp||{}).blockLibrary=o}();